@charset "UTF-8";


/* page-develop-index */
.page-develop-index {
  padding: 0.68rem 0px;
}
.page-develop-index .page-title {
  width: 34.14%;
}
.page-develop-index .page-text {
  line-height: 2;
  padding-top: 0.07rem;
}
.page-develop-index .page-text p {
  text-indent: 2em;
}

@media only screen and (max-width:899px){

  .page-develop-index {
    padding: 0.5rem 0px 0.7rem;
  }
  .page-develop-index .page-title {
    width: 100%;
  }
  .page-develop-index .page-text {
    padding-top: 0.2rem;
  }
}  


/* page-develop-into */
.page-develop-into {
  padding: 0px 0px 0.04rem;
}
.page-develop-into ul li {
  margin-bottom: 0.68rem;
}
.page-develop-into ul li:nth-child(2n) {
  -webkit-flex-direction:row-reverse; -ms-flex-direction:row-reverse;  flex-direction:row-reverse;
}
.page-develop-into .page-text {
 width: 47.31%;
 line-height: 2.25;
}
.page-develop-into .page-text p {
  text-indent: 2em;
}

.page-develop-into .page-pic-scroll {
 width: 46.83%;
 overflow: hidden;
 position: relative;
}
.page-develop-into .page-pic-scroll .bg_container {
  padding-bottom: 61.98%;
}


.page-develop-into .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:1px solid transparent;
  position: relative;
  background: none;
  opacity: 1;
}
.page-develop-into .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D1D1D1;
  left: 50%;
  top:50%;
  margin: -4px 0px 0px -4px;
}
.page-develop-into  .swiper-pagination {
  bottom: 0.2rem;
  font-size: 0px;
}
.page-develop-into .swiper-pagination-bullet-active {
  border-color: #0265FE;
}
.page-develop-into .swiper-pagination-bullet-active::before {
  background: #0265FE;
}


@media only screen and (max-width:1340px){
  
  .page-develop-into .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
  }

}

@media only screen and (max-width:1140px){
  .page-develop-into .page-text {
    width:100%;
    padding-bottom: 0.7rem;
  }
  .page-develop-into  .page-pic-scroll {
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .page-develop-into .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .page-develop-into .swiper-pagination-bullet:before {
    width: 6px;
    height: 6px;
    margin: -3px 0px 0px -3px;
  }

}






/* page-develop-prize */
.page-develop-prize {
  padding: 0.42rem 0px 0.69rem;
}
.page-develop-prize .page-tit .page-ico {
  padding-right: 0.36rem;
}
.page-develop-prize .page-tit .page-ico img {
  width: 5.9375em;
}
.page-develop-prize .page-tit .page-txt span:first-child {
  padding-right:0.63rem;
}
.page-develop-prize .page-list {
  color:#2550DB;
  padding: 0px 1.9rem;
}
.page-develop-prize .page-list ul li .page-con {
  width: 8.75em;
  height: 8.75em;
  border: 1px solid #2550DB;
  border-radius: 50%;
  margin: 0.54rem auto 0px;
}
.page-develop-prize .page-list dl dt {
  line-height: 1.3;
}
.page-develop-prize .page-list dl dd {
  min-height: 2.6em;
  line-height: 1.3;
}

@media only screen and (max-width:1240px){
  .page-develop-prize .page-tit .page-ico img {
    width: 4.9375em;
  }

} 

@media only screen and (max-width:899px){
  .page-develop-prize .page-list {
    padding: 0px 0.5rem;
  }
  .page-develop-prize .page-list ul li .page-con {
    width: 7em;
    height: 7em;
  }
}

@media only screen and (max-width:767px){
  .page-develop-prize .page-tit .page-txt span:first-child {
    padding-right: 0.2rem;
  }
  .page-develop-prize .page-tit .page-ico {
    padding-right: 0.2rem;
  }
  .page-develop-prize .page-tit .page-ico img {
    width: 3.9375em;
  }
  .page-develop-prize .page-list {
    padding: 0.3rem 0.3rem 0px;
  }
  .page-develop-prize .page-list  ul {
    justify-content: left;
  }
  .page-develop-prize .page-list  ul li {
    width: 33.33%;
  }
  .page-develop-prize .page-list  ul li .page-con {
    margin-top: 0.2rem;
  }
} 

@media only screen and (max-width:374px){
  .page-develop-prize .page-list ul li .page-con {
    width: 6.6em;
    height:6.6em;
  }
}



/* page-develop-list */
.page-develop-list {
  padding: 0.52rem 0px 1.21rem;
}
.page-develop-list ul {
  margin: 0px -0.6rem;
}
.page-develop-list ul li {
  width: 33.33%;
  padding-top: 0.45rem;
}
.page-develop-list ul li .page-con {
  padding: 0px 0.6rem;
}
.page-develop-list ul li .page-time {
  border-bottom: 2px solid #D1D1D1;
  padding-bottom: 0.15rem;
}
.page-develop-list ul li .page-prize span {
  display: inline-block;
  color: #fff;
  background: #2550DB;
  min-width:5.375em;
  padding: 0.25em 0.5625em;
  text-align: center;
}
.page-develop-list dl {
  padding: 0.19rem 0px;
}
.page-develop-list ul li dd {
  padding-top: 0.12rem;
  letter-spacing: 0.014rem;
}

@media only screen and (max-width:1640px){
  .page-develop-list ul {
    margin: 0px -0.3rem;
  }
  .page-develop-list ul li .page-con {
    padding: 0px 0.3rem;
  }

}  

@media only screen and (max-width:899px){
  .page-develop-list {
    padding: 0.3rem 0px 0.7rem;
  }
  .page-develop-list ul {
    margin: 0px -0.1rem;
  }
  .page-develop-list ul li {
    padding-top: 0.3rem;
  }
  .page-develop-list ul li .page-con {
    padding: 0px 0.1rem;
  }
}  
@media only screen and (max-width:767px){

  .page-develop-list ul li {
    width: 50%;
  }
}  
 
@media only screen and (max-width:480px){
  .page-develop-list ul li {
    width: 100%;
  }
}  

/* page-develop-safety */
.page-develop-safety {
  padding: 0.68rem 0px 1.4rem;
}
.page-develop-safety .page-list ul li {
  background:#F8F9FB;
  margin-top: 0.68rem;
}
.page-develop-safety .page-list ul li:nth-child(2n+1) {
  -webkit-flex-direction:row-reverse; -ms-flex-direction:row-reverse;  flex-direction:row-reverse;
}
.page-develop-safety .page-list ul li:first-child {
  margin-top: 0.58rem;
}
.page-develop-safety .page-list  .page-pic-scroll {
 width: 50%;
 overflow: hidden;
 position: relative;
}
.page-develop-safety .page-list .bg_container {
  padding-bottom: 60%;
}
.page-develop-safety .page-list .page-text {
  width: 50%;
  padding:0.49rem 0.59rem;
}
.page-develop-safety .page-list .page-text .page-sub {
   letter-spacing: 0.028rem;
   border-bottom: 2px solid #D1D1D1;
   padding-bottom: 0.24rem;
}
.page-develop-safety .page-list .page-text .page-con {
  letter-spacing: 0.016rem;
  line-height: 2;
  margin-top: 0.39rem;
  max-height: 16em;
  overflow: hidden;
  overflow-y: auto;
}

.page-scroll::-webkit-scrollbar {
  width: 4px;
  background: none;
}
.page-scroll::-webkit-scrollbar-thumb {
  background: #D1D1D1;
  border-radius: 2px;
}

.page-develop-safety .swiper-pagination-bullet {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border:1px solid transparent;
  position: relative;
  background: none;
  opacity: 1;
}
.page-develop-safety .swiper-pagination-bullet:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #D1D1D1;
  left: 50%;
  top:50%;
  margin: -4px 0px 0px -4px;
}
.page-develop-safety  .swiper-pagination {
  bottom: 0.2rem;
  font-size: 0px;
}
.page-develop-safety .swiper-pagination-bullet-active {
  border-color: #0265FE;
}
.page-develop-safety .swiper-pagination-bullet-active::before {
  background: #0265FE;
}


@media only screen and (max-width:1340px){
  .page-develop-safety .page-list .page-text .page-con {
    max-height: 14em;
  }
  .page-develop-safety .swiper-pagination-bullet {
    width: 30px;
    height: 30px;
  }

}
@media only screen and (max-width:1200px){
  .page-develop-safety .page-list .page-text .page-con {
    max-height: 12em;
  }
}
@media only screen and (max-width:1000px){
  .page-develop-safety .page-list .page-text .page-con {
    max-height: 10em;
  }
}
@media only screen and (max-width:899px){
  .page-develop-safety {
    padding: 0.5rem 0px 0.7rem;
  }
  .page-develop-safety .page-list ul li {
    margin-top: 0.5rem;
  }
  .page-develop-safety .page-list .page-text {
    width:100%;
  }
  .page-develop-safety .page-list  .page-pic-scroll {
    width: 100%;
  }
  .page-develop-safety .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
  }
  .page-develop-safety .swiper-pagination-bullet:before {
    width: 6px;
    height: 6px;
    margin: -3px 0px 0px -3px;
  }

}


/* page-develop-legal */
.page-develop-legal {
  padding: 0.68rem 0px 0.54rem;
}
.page-develop-legal .layui-flow-more {
  margin-top: 0.6rem;
}


/* ach-honor-year */
.ach-honor-year {
  margin: 0.87rem 0px 0.58rem;
}
.ach-honor-year .page-list {
  background:#F8F9FB;
  position: relative;
  overflow: hidden;
}
.ach-honor-year .page-tab-nav {
  position: absolute;
  width: 22.92%;
  left: 10.833%;
  bottom:0px;
  height:6rem;
  overflow: hidden;
}
.ach-honor-year .page-tab-nav .page-year {
  height: 0.9rem;
}
.ach-honor-year .page-tab-nav .swiper-slide {
  position: relative;
  height:auto;
}
.ach-honor-year .page-tab-nav .page-href {
  height: 0.9rem;
}
.ach-honor-year .page-tab-nav .swiper-wrapper {
  display: block;
  position: relative;
  max-height: 100%;
}
.ach-honor-year .page-tab-nav .swiper-wrapper:before {
  position: absolute;
  content: "";
  left: 21px;
  top:10px;
  height: 100%;
  width: 1px;
  background:#D1D1D1;
}
.ach-honor-year .page-tab-nav .swiper-slide span {
  position: relative;
  cursor: pointer;
  line-height: 1.1;
  display: block;
  padding-left: 0.86rem;
}
.ach-honor-year .page-tab-nav .swiper-slide span b {
  opacity: 0.7;
  letter-spacing: 0.024rem;
}
.ach-honor-year .page-tab-nav .swiper-slide span:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  left: 14px;
  top:4px;
  border-radius: 50%;
  border: 1px solid #707070;
  background: #fff;
}
.ach-honor-year .page-tab-nav .swiper-slide .page-month {
  height: 0px;
  overflow: hidden;
}
.ach-honor-year .page-tab-nav .swiper-slide .page-month span {
  left: 0.86rem;
  padding-left:45px;
}
.ach-honor-year .page-tab-nav .swiper-slide .page-month span b {
  font-weight: normal;
}
.ach-honor-year .page-tab-nav .swiper-slide .page-month span:before {
  border-color:#D1D1D1;
  background:#D1D1D1;
  top:5px;
}
.ach-honor-year .page-tab-nav .swiper-slide .page-month li.on span:before {
  border-color:#2550DB;
  background:#2550DB;
}
.ach-honor-year .page-tab-nav  .page-month ul li,
.ach-honor-year .page-tab-nav  .page-month ul li.on {
  font-size: 1em;
}
.ach-honor-year .page-tab-nav .page-folder.on .page-month li.on span {
  color:#2550DB;
}
.ach-honor-year .page-tab-nav  .page-month  li.on::after, .ach-honor-year .page-tab-nav  .page-month li.on span::after {
  display: none;
}
.ach-honor-year .page-tab-nav  .page-month  li.on span::before {
  display: block;
}
.ach-honor-year .page-tab-nav .swiper-slide:after {
  position: absolute;
  content: "";
  left: 0px;
  top:0px;
  width: 43px;
  height: 43px;
  border-radius: 50%;
  background: rgba(37,80,219,0.15);
  display: none;
}
.ach-honor-year .page-tab-nav .swiper-slide span:after {
  position: absolute;
  content: "";
  left: 8px;
  top:8px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  border:6px solid #2550DB;
  display: none;
  z-index: 2;
}
.ach-honor-year .page-tab-nav .swiper-slide.on {
  font-size:1.5em;
}
.ach-honor-year .page-tab-nav .swiper-slide.on span b {
  opacity:1;
}
.ach-honor-year .page-tab-nav .swiper-slide.on::after,
.ach-honor-year .page-tab-nav .swiper-slide.on span::after {
  display: block;
}
.ach-honor-year .page-tab-nav .swiper-slide.on span::before {
  display: none;
}
.ach-honor-year .page-tab-nav .page-year {
  position: relative;
}
.ach-honor-year .page-tab-nav .page-year:before {
  position: absolute;
  content: "";
  left: 18px;
  top:5px;
  width: 0px;
  height: 0px;
  border:5px solid #707070;
  border-color: transparent transparent #707070 transparent;
  border-width: 4px 3px;
  z-index: 5;
}
.ach-honor-year .page-tab-nav .page-folder.on .page-year:before {
  top:20px;
  border-color: #2550DB transparent transparent transparent;
}
.ach-honor-year .page-tab-nav .page-folder.on  .page-month li span::after {
  display: none;
}
.ach-honor-year .page-tab-nav .page-folder.on  .page-month  li span::before {
  display: block;
}
.ach-honor-year .page-tab-nav .page-folder.on .page-month {
  height: auto;
}

.ach-honor-year .page-pic-scroll {
  overflow: hidden;
  margin-left: 36%;
  position: relative;
  padding: 1.68rem 0px 0px;
  background: url(../images/delelop-legal-imgbg01.png) no-repeat center center/cover;
}
.ach-honor-year .page-pic-scroll .page-swipercon {
  position: absolute;
  left: 0px;
  top:0px;
  width: 100%;
  padding: 0px 0.6rem 1.84rem 0.6rem;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ach-honor-year .page-pic-scroll .page-swipercon.on {
  position: relative;
  opacity: 1;
  filter: alpha(opacity=100);
}
.ach-honor-year .page-pic-scroll .page-swipercon .page-tit {
  padding: 0.2rem 0px 0px;
}

.ach-honor-year .page-pic-scroll .swiper-slide {
  position: relative;

}
.ach-honor-year .page-pic-scroll .page-img {
  overflow: hidden;
  padding: 0.06rem;
  background: #fff;
}

.ach-honor-year .page-pic-scroll .bg_container {
  padding-bottom: 75%;
}

.ach-honor-year .swiper-container-horizontal>.swiper-scrollbar {
  left: 0.6rem;
  width: 84%;
  bottom: 0.8rem;
  background: none;
}
.ach-honor-year .swiper-container-horizontal>.swiper-scrollbar::before{
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: rgba(255,255,255,0.2);
}
.ach-honor-year .swiper-scrollbar-drag {
  height: 4px;
  background: #fff;
}


@media only screen and (max-width:1640px){
  .ach-honor-year .page-tab-nav .swiper-slide:after {
    width: 33px;
    height: 33px;
  }
  .ach-honor-year .page-tab-nav .swiper-slide span:after {
    width: 10px;
    height: 10px;
    border-width: 5px;
    left: 6px;
    top:6px;
  }
  .ach-honor-year .page-tab-nav .swiper-wrapper:before {
    left: 15px;
  }
  .ach-honor-year .page-tab-nav .swiper-slide span:before {
    width: 9px;
    height: 9px;
    left: 10px;
    top:6px;
  }
  .ach-honor-year .page-tab-nav .page-year:before {
    left: 14px;
    top:7px;
    border-width: 3px 2px;
  }
  .ach-honor-year .page-tab-nav .page-folder.on .page-year:before {
    top:15px;
    left: 14px;
  }
}


@media only screen and (max-width:1340px){
  .ach-honor-year .page-tab-nav .swiper-slide span:before { 
    top:4px;
  }
  .ach-honor-year .page-tab-nav .page-year:before {
    top:5px;
  }
  .ach-honor-year .page-tab-nav .swiper-slide .page-month span {
    padding-left: 35px;
  }
}  


@media only screen and (max-width:899px){
  .ach-honor-year {
    margin:0.5rem 0px;
  }
  .ach-honor-year .page-tab-nav {
    height: 2.4rem;
    width: 20%;
  }
  .ach-honor-year .swiper-container-horizontal>.swiper-scrollbar {
    left: 0.3rem;
    bottom: 0.3rem;
  }
  .ach-honor-year .page-pic-scroll {
    padding: 0.68rem 0px 0px;
  }
  .ach-honor-year .page-pic-scroll .page-swipercon {
    padding: 0px 0.3rem 0.84rem 0.3rem;
  }
  .ach-honor-year .page-tab-nav {
    left: 0.2rem;
    font-size: 12px;
  }
  .ach-honor-year .page-tab-nav .swiper-slide:after {
    width: 19px;
    height: 19px;
  }
  .ach-honor-year .page-tab-nav .page-href {
    height: 0.6rem;
  }
  .ach-honor-year .page-tab-nav .page-year {
    height: 0.6rem;
  }
  .ach-honor-year .page-tab-nav .swiper-slide span {
    padding-left: 22px;
    padding-top: 3px;
  }
  .ach-honor-year .page-tab-nav .swiper-slide .page-month span {
    left: 10px;
    padding-left: 16px;
    font-size: 12px;
  }
  .ach-honor-year .page-tab-nav .swiper-slide.on span {
    padding-top: 3px;
  }
  .ach-honor-year .page-tab-nav .swiper-slide span:after {
    width: 5px;
    height: 5px;
    border-width: 3px;
    left:4px;
    top:4px;
  }
  .ach-honor-year .page-tab-nav .swiper-wrapper:before {
    left: 9px;
  }
  .ach-honor-year .page-tab-nav .swiper-slide span:before {
    left: 4px;
    top:4px;
  }
  .ach-honor-year .page-tab-nav .swiper-slide.on {
    font-size: 1.125em;
  }
  .ach-honor-year .page-pic-scroll {
    margin-left: 24%;
  }
  .ach-honor-year .page-tab-nav ul li span b {
    letter-spacing: 0px;
  }
  .ach-honor-year .page-tab-nav .page-year:before {
    left: 8px;
    top:5px;
  }
  .ach-honor-year .page-tab-nav .page-folder.on .page-year:before {
    top:8.5px;
    left: 7.5px;
  }

  .ach-honor-year .page-tab-nav .swiper-slide .page-month span:before {
    width: 5px;
    height: 5px;
    top:6px;
  }

}

@media only screen and (max-width:767px){
  .ach-honor-year .page-tab-nav {
    height: 6rem;
  }

}

/* page-culture-content */
.page-culture-content {
  padding: 0.68rem 0px 0px;
  line-height: 2;
}
.page-culture-content img {
  max-width: 100%;
  height: auto;
}























