/*banner*/
.ind-banner{ width: 100%; overflow: hidden; position:relative;} 
.ind-banner .banner_index:after{ content: ''; position: absolute; bottom: -2px; left: 0; width: 100%; height: 7.6rem; background: url(../images/bannerBg.png) no-repeat left bottom; background-size: 100%; z-index: 1;}
.ind-banner .swiper-slide {position: relative; }
/*.ind-banner .swiper-slide .img{ height:100vh; background:center no-repeat; background-size:cover;}*/
.ind-banner .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-banner .swiper-slide .img img{ width: 100%; }
.ind-banner .onebox{ position: absolute; left: 0; width: 100%; text-align: center; z-index: 2; top: 25%; }
.ind-banner .onebox h2{ font-size: 0.6rem; line-height: 0.72rem; font-family: 'MiSans-B'; font-weight: 400; color: #fff;}
.ind-banner .onebox h3{ margin-top: 0.1rem; font-size: 0.24rem; line-height: 0.36rem; font-weight: 400; color: #fff;}


.ind-banner .onebox{transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  opacity: 0;
  visibility: hidden;
  transition: all 1.4s ease;
  -webkit-transition: all 1.4s ease;
  -moz-transition: all 1.4s ease;
  -ms-transition: all 1.4s ease;
  -o-transition: all 1.4s ease;
  transition-delay: 1s;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);}
.ind-banner .swiper-slide-active .onebox{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
}

.ind-banner .swiper-pagination{ width: 100%; bottom: 1.9rem; z-index:2; } 
.ind-banner .swiper-pagination-bullet { position: relative; display: inline-block; width: 8px; height: 8px; opacity: 1; background: #fff; border: none; box-sizing:border-box; border-radius: 50%; margin: 0 8px!important; } 
.ind-banner .swiper-pagination-bullet-active { background: #33a6cd; } 

.indexTxt .cn{ margin-bottom: 0.15rem; font-size: 0.6rem; line-height: 0.6rem; color: #1062a6; font-weight: 400; font-family: 'MiSans-B';}
.indexTxt .en{ font-size: 0.24rem; line-height: 0.24rem; font-weight: 400; color: rgba(10, 22, 33, 0.5); text-transform: uppercase; font-family:'Mont-L'; }

.indexBox{ background: url(../images/longBg2.jpg) left top no-repeat; background-size: 100%;}
/*.indexP1{  padding-top: 2.0rem; background: url(../images/indexP1.jpg) left top no-repeat; background-size: 100%; }*/
.indexP1{ position: relative; }
.indexP1 .bg img{ width: 100%; }
.indexP1 .leftDiv{ position: absolute; left: 50%; margin-left: -8.2rem; top: 2.0rem; width: 4.25rem; }
.indexP1 .txt{ font-weight: 400; margin-top: 0.6rem; font-size: 0.4rem; line-height: 0.54rem; font-family: 'MiSans-M'; }
.indexP1 .txt em{ display: inline-block; background-image:-webkit-linear-gradient(left,#2aa6d1,#7cbf4a);
 background-image:linear-gradient(to right,#2aa6d1,#7cbf4a); 
 -webkit-background-clip: text; 
 -webkit-text-fill-color: transparent; }
.indexP1 .content{ margin-top: 0.18rem; font-size: 0.16rem; line-height: 0.28rem; height: 1.68rem; overflow: hidden; text-align: justify; }
.indexP1 .btnDiv{ margin-top: 0.8rem; }
.indexP1 .btnDiv a{ width: 1.6rem; height: 0.52rem; border: #1062a6 solid 2px; border-radius: 0.48rem; font-size: 0.16rem; color: #004ea2; }
.indexP1 .btnDiv em{ margin-left: 0.2rem; width: 8px; height: 14px; background: url(../images/ico1on.png) no-repeat; }
.indexP1 .btnDiv a:hover{ background: #1062a6; color: #fff; }
.indexP1 .btnDiv a:hover em{ background: url(../images/ico1.png) no-repeat;}

.indexP1 .rightDiv{ position: absolute; right: 50%; margin-right: -8.2rem; top: 1.6rem; width: 4.0rem; }
.indexP1 .numList{ padding-right:10px; height:6.32rem; overflow:auto;}
.indexP1 .numList::-webkit-scrollbar { width: 4px;}
.indexP1 .numList::-webkit-scrollbar-track { background-color: #e5e9ee;}
.indexP1 .numList::-webkit-scrollbar-thumb { background-color: #0c5fa4;} 
.indexP1 .numList li{ padding: 0.38rem 0; border-bottom: #edecec solid 1px; position: relative; }
.indexP1 .numList li .ico{ position: absolute; right: 0; top: 50%; margin-top: -0.22rem;}
.indexP1 .numList li .ico img{ width: 0.45rem; }
.indexP1 .numList li .pj{ height: 0.65rem; }
.indexP1 .numList li .num{ display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end; }
.indexP1 .numList li .numUp{ font-family:'Mont-B'; font-size: 0.6rem; line-height: 0.48rem; color: #0054a3; padding-right: 0.15rem;}
.indexP1 .numList li p{ font-family: 'MiSans-L'; font-size: 0.16rem; height: 0.46rem; position: relative; display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.indexP1 .numList li span{ position: absolute; left: 0; top: 0; width: 12px; height: 12px; background: url(../images/nimg16_1.png) no-repeat; background-size: 12px; }
.indexP1 .numList li .wen{ font-size: 0.16rem; line-height: 0.16rem; }





.indexP2 .videobox{ height: 9.2rem; position: relative; overflow:hidden; }
.indexP2 .videobox video{/* max-width:15.36rem;*/ width:auto; height:9.2rem;position:absolute;top:50%; transform: translateY(-50%); left:0; right: 0; margin: 0 auto; z-index:-1;visibility:hidden;opacity:0;object-fit:cover;}
.indexP2 .videobox.cur{ background:#000;}
.indexP2 .videobox.cur .imgDiv, .indexP2 .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0}
.indexP2 .videobox.cur video{z-index:2;visibility:visible;opacity:1}
.indexP2 .videobox .imgDiv{ height: 9.2rem; background:center no-repeat; background-size:cover; }
.indexP2 .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.indexP2 .videobox .playbox{ cursor:pointer; position: absolute; left: 0; width: 100%; top: 50%; transform: translateY(-50%); z-index: 2; text-align: center; }
.indexP2 .videobox .ico img{ width: 0.8rem; }
.indexP2 .videobox .txt{ margin-bottom: 0.3rem; font-size: 0.48rem; line-height: 0.48rem; color: #fff; font-family: 'MiSans-M'; }
.indexP2 .videobox .msg{ font-size: 0.2rem; line-height: 0.2rem; color: #fff; margin-bottom: 0.55rem; }
.indexP2 .videobox .logo{ margin-top: 1.05rem; }
.indexP2 .videobox .logo img{ width: 11.0rem; }

.indexP3Box{ padding-top: 1.5rem; background: url(../images/indexP3.jpg) center top no-repeat; background-size: cover; }
.indexP3{ padding-bottom: 1.9rem; }
.indexP3 .toptop{ position: relative; overflow: hidden;}
.indexP3 .indexTxt{ position: absolute; left: 0; bottom: 0; }
.indexP3 .tab li{ float: left; margin-left: 0.7rem; }
.indexP3 .tab li .ico{ position: relative; width: 0.9rem; height: 0.9rem; border-radius: 50%; background: #fff; box-shadow: 0 0 0.3rem 0 rgba(0,0,0,0.07); }
.indexP3 .tab li .ico img{ position: absolute; left: 50%; top: 50%; margin-left: -0.22rem; margin-top: -0.22rem; width: 0.44rem; }
.indexP3 .tab li .ico .img1{ opacity: 0; }
.indexP3 .tab li .name{ margin-top: 0.2rem; text-align: center; font-size: 0.18rem; line-height: 0.18rem; color: #333; }
.indexP3 .tab .liNow .ico{ background: #1062a6; }
.indexP3 .tab .liNow .ico img{ opacity: 0; }
.indexP3 .tab .liNow .ico .img1{ opacity: 1; }
.indexP3 .tab .liNow .name{ color: #1062a6; }

.indexP3 .botbot{ margin-top: 0.7rem; }
.indexP3 .list{ animation: am_top 0.5s ease-in-out 0.2s backwards; -webkit-animation: am_top 0.5s ease-in-out 0.2s backwards; }
.indexP3 .list ul{display: inline-flex; width: 100%;}
.indexP3 .list li{ width: 20%; height: 5.3rem; position: relative; flex-grow: 1; padding-left: 6px; padding-right: 6px; transition: .65s; box-sizing: border-box;}
.indexP3 .list2 li{ width: 25%; }
.indexP3 .list li .box{ cursor: pointer; height: 5.3rem; width: 100%; border-radius: 0.2rem; position: relative; overflow: hidden; }
.indexP3 .list li .bg{ position: absolute; left: 0; top: 0; width: 100%; height: 5.3rem; background: center none; background-size: cover; }

.indexP3 .list li .before{ position: absolute; width: 100%; left: 0; bottom: 0.3rem; text-align: center; }
.indexP3 .list li .after{ position: absolute; width: 92%; left: 0; bottom: -1.7rem; height: 1.7rem; background: #fff; box-sizing: border-box; padding: 0.35rem 0.5rem 0; border-top-right-radius: 0.2rem; overflow: hidden;}
.indexP3 .list li .after:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 0.1rem; background-image: linear-gradient(90deg, #26a6d5 0%, #71bb3a 100%); background-blend-mode: normal, normal; }
.indexP3 .list li .after:after{ content: ''; position: absolute; right: 0; top: 0; width: 2.36rem; height: 1.7rem; background: url(../images/nimg236Bg.png) no-repeat; background-size: 2.36rem;}
.indexP3 .list li .mxf{ position: relative; }
.indexP3 .list li .name{ position: relative; font-size: 0.24rem; height: 0.3rem; line-height: 0.3rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: 'MiSans-B'; color: #fff; }
.indexP3 .list li .after .name{ color: #333; line-height: 0.4rem; height: 0.4rem; }
.indexP3 .list li .after .name:hover{ color: #1062a6; }
.indexP3 .list li .ico{ position: absolute; position: absolute; right: 0; top: 50%; margin-top: -13px; width: 40px; height: 26px; border-radius: 24px; background-image: linear-gradient(90deg, #26a6d5 0%, #71bb3a 100%); background-blend-mode: normal, normal; }
.indexP3 .list li .ico:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 5px; height: 9px;  margin-left: -3px; margin-top: -5px; background: url(../images/ico2.png) no-repeat; }
.indexP3 .list li .msg{ color: #666; font-size: 0.16rem; line-height: 0.28rem; height: 0.56rem; margin-top: 0.1rem; }
.indexP3 .list li.on{ width: 52%;}
.indexP3 .list2 li.on{ width: 48%;}
.indexP3 .list li.on .before{ bottom: -1.0rem;}
.indexP3 .list li.on .after{ bottom: 0; }

.indexP3 .secondTab{ margin: 0.65rem 0; }
.indexP3 .secondTab li{ cursor: pointer; float: left; width: 33.33%; text-align: center;}
.indexP3 .secondTab li .ico{ position: relative; margin: 0 auto; width: 1.4rem; height: 1.4rem; border-radius: 50%; background: #fff; box-shadow: 0 0 0.3rem 0 rgba(0,0,0,0.07); }
.indexP3 .secondTab li .ico img{ position: absolute; left: 50%; top: 50%; margin-left: -0.32rem; margin-top: -0.32rem; width: 0.64rem; }
.indexP3 .secondTab li .ico .img1{ opacity: 0; }
.indexP3 .secondTab li .name{ margin-top: 0.3rem; font-size: 0.28rem; line-height: 0.28rem; color: #333; }
.indexP3 .secondTab .on .ico{ background: #1062a6; }
.indexP3 .secondTab .on .ico img{ opacity: 0; }
.indexP3 .secondTab .on .ico .img1{ opacity: 1; }
.indexP3 .secondTab .on .name{ color: #1062a6; }

.indexPro{ position: relative; display: none; }
.indexPro .imgDiv{ height: 4.2rem; }
.indexPro .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.indexPro .conDiv{ height: 2.2rem; padding: 0.35rem 0.3rem 0; background: #fff; }
.indexPro .name{ font-size: 0.3rem; height: 0.42rem; line-height: 0.42rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-family: 'MiSans-B'; color: #333; }
.indexPro .msg{ color: #666; font-size: 0.26rem; line-height: 0.48rem; height: 0.96rem; margin-top: 0.1rem; }
.indexPro .se{ z-index: 2; position: absolute; display: block; top: 36%; margin-top: -0.48rem; width: 0.96rem; height: 0.96rem; border-radius: 50%; background: #fff; border: #e2e7e8 solid 1px; }
.indexPro .se:hover{ background: #1062a6; border: #1062a6 solid 2px;}
.indexPro .prev{ left: 0.2rem; }
.indexPro .next{ right: 0.2rem; }
.indexPro .prev:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 15px; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_left.png) no-repeat; }
.indexPro .next:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 15px; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_right.png) no-repeat; }
.indexPro .prev:hover:after{ background: url(../images/nimg8_lefton.png) no-repeat;}
.indexPro .next:hover:after{ background: url(../images/nimg8_righton.png) no-repeat;}

.indexP4{ padding-bottom: 1.4rem; }
.indexP4 .mxfDiv{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between;}
.indexP4 .list li{ float: left; margin-left: 1.25rem; text-align: center; }
.indexP4 .list li .ico{ height: 0.9rem; }
.indexP4 .list li .ico img{ width: 0.62rem; }
.indexP4 .list li .name{ font-size: 0.18rem; line-height: 0.18rem; color: #333; }
.indexP4 .list li a:hover .name{ color: #1062a6; }






.aboutP1{ padding-bottom: 1.5rem; background: #fff url(../images/aboutP1.png) left top no-repeat; background-size: 100%;}
.aboutP1 .sectionTxt{ margin: 1.2rem 0 0.15rem; }
.aboutP1 .leftDiv{ width: 7.2rem; padding-top: 0.4rem; }
.aboutP1 .content{ font-size: 0.16rem; line-height: 0.26rem; text-align: justify; padding-right: 0.35rem; height: 5.72rem; overflow: auto; }
.aboutP1 .content::-webkit-scrollbar { width: 4px;}
.aboutP1 .content::-webkit-scrollbar-track { background-color: #e5e9ee;}
.aboutP1 .content::-webkit-scrollbar-thumb { background-color: #0c5fa4;} 
.aboutP1 .rightImg{ width: 8.24rem; }
.aboutP1 .rightImg img{ width: 100%; }

.aboutP2 .videobox{ height: 8.8rem; position: relative; overflow:hidden; }
.aboutP2 .videobox video{/* max-width:15.36rem;*/ width:auto; height:8.8rem;position:absolute;top:50%; transform: translateY(-50%); left:0; right: 0; margin: 0 auto; z-index:-1;visibility:hidden;opacity:0;object-fit:cover;}
.aboutP2 .videobox.cur{ background:#000;}
.aboutP2 .videobox.cur .imgDiv, .aboutP2 .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0}
.aboutP2 .videobox.cur video{z-index:2;visibility:visible;opacity:1}
.aboutP2 .videobox .imgDiv{ height: 8.8rem; }
.aboutP2 .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.aboutP2 .videobox .playbox{ cursor:pointer; position: absolute; left: 0; width: 100%; top: 50%; transform: translateY(-50%); z-index: 2; text-align: center; }
.aboutP2 .videobox .ico img{ width: 0.8rem; }
.aboutP2 .videobox .txt{ margin-bottom: 0.3rem; font-size: 0.48rem; line-height: 0.48rem; color: #fff; font-family: 'MiSans-M'; }
.aboutP2 .videobox .msg{ font-size: 0.2rem; line-height: 0.2rem; color: #fff; margin-bottom: 0.55rem; }
.aboutP2 .videobox .logo{ margin-top: 1.05rem; }
.aboutP2 .videobox .logo img{ width: 11.0rem; }

.aboutP3{ padding: 1.1rem 0 1.3rem; background: #fff; }
.aboutP3 .sectionTxt{ text-align: center; margin-bottom: 0.6rem;}
.culture{ position:relative;}
.aboutP3 .list{ overflow:hidden;}
.aboutP3 .list li .box{ position: relative; border-radius: 0.24rem; overflow: hidden; cursor: pointer; }
.aboutP3 .list li .imgDiv img{ width: 100%; }
.aboutP3 .list li .before{ position: absolute; left: 0; bottom: 0.4rem; z-index: 1; width: 100%; }
.aboutP3 .list li .name{ font-size: 0.3rem; line-height: 0.3rem; color: #fff; text-align: center; font-family: 'MiSans-M'; }
.aboutP3 .list li .after{ opacity: 0; visibility: hidden; position: absolute; text-align: center; left: 0; top: 0; width: 100%; height: 100%; z-index: 1; background: rgba(0,84,163,0.85);}
.aboutP3 .list li .ico{ height: 1.4rem; }
.aboutP3 .list li .cn{ font-size: 0.36rem; line-height: 0.36rem; height: 0.5rem; color: #fff; font-family: 'MiSans-B'; }
.aboutP3 .list li .en{ font-family: 'Mont-B'; text-transform: uppercase; color: #fff; position: relative; font-size: 0.16rem; line-height: 0.16rem; height: 0.65rem; }
.aboutP3 .list li .en:after{ content: ''; position: absolute; left: 50%; margin-left: -10px; bottom: 0; width: 20px; height: 2px; background: #fff; }
.aboutP3 .list li .txt{ margin-top: 0.45rem; font-size: 0.2rem; line-height: 0.32rem; color: #fff; font-family: 'MiSans-L'; }
.aboutP3 .list li .box:hover .after{ opacity: 1; visibility: visible; }
.aboutP3 .list li .box:hover .before{ opacity: 0; visibility: hidden; }
.aboutP3 .se{ position: absolute; display: block; top:50%; margin-top:-25px; z-index:2; width: 50px; height: 50px; border-radius: 50%; border: #e2e7e8 solid 2px; box-sizing: border-box;}
.aboutP3 .se:hover{ background: #1062a6; border: #1062a6 solid 2px;}
.aboutP3 .prev{ left:50%; margin-left: -9rem; }
.aboutP3 .next{ right:50%; margin-right: -9rem; }
.aboutP3 .prev:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 15px; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_left.png) no-repeat; }
.aboutP3 .next:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 15px; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_right.png) no-repeat; }
.aboutP3 .prev:hover:after{ background: url(../images/nimg8_lefton.png) no-repeat;}
.aboutP3 .next:hover:after{ background: url(../images/nimg8_righton.png) no-repeat;}


.aboutP3 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.6rem;}
.aboutP3 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; border-radius: 50%; border: #ddd solid 1px; background: #fff; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.aboutP3 .swiper-pagination-bullet-active { border: #1062a6 solid 1px; background: #1062a6;}

.aboutP4{ padding-top: 1.1rem; height: 8.2rem; background: url(../images/historyBg.jpg) center no-repeat; background-size: cover; }
.aboutP4 .sectionTxt{ text-align: center; margin-bottom: 1.0rem;}
.aboutP4 .sectionTxt .cn{ color: #fff; }
.aboutP4 .sectionTxt .en{ color: rgba(255,255,255,0.5); }

.historyPic{ position: relative; }
.historyPic .box-container{ position: relative; width: 100%; height: 60px;}
.historyPic .box-container:before{ content: ''; position: absolute; left: 0; top: 12px; width: 100%; height: 1px; background: rgba(255,255,255,0.1); }
.historyPic .year-swiper{ overflow: hidden; }
.historyPic .swiper-slide{ height: 60px; cursor: pointer; position: relative; text-align: center;}
.historyPic .swiper-slide .ico{ position: absolute; left: 50%; margin-left: -4px; top: 9px; width: 7px; height: 7px; background: #fff; border-radius: 50%; }
.historyPic .swiper-slide .year{ font-family:'Din-B'; padding-top: 35px; font-size: 24px; line-height: 24px; color: #7ba5cc; }
.historyPic .swiper-slide-active .year{ color: #fff; }
.historyPic .swiper-slide-active .ico{ top: 7px; width: 12px; height: 12px; margin-left: -6px; }
.historyPic .prev { position: absolute; left: 50%; margin-left: -8.4rem; top: 2px; cursor: pointer; width: 12px; height: 21px; overflow: hidden; background: url(../images/nimg12_left.png) no-repeat; z-index: 5;}
.historyPic .next { position: absolute; right: 50%; margin-right: -8.4rem; top: 2px; cursor: pointer; width: 12px; height: 21px; overflow: hidden; background: url(../images/nimg12_right.png) no-repeat; z-index: 5;}
.historyPic .prev:hover{ background: url(../images/nimg12_lefton.png) no-repeat;}
.historyPic .next:hover{ background: url(../images/nimg12_righton.png) no-repeat;}

.historyPic .rq1{ position: absolute; top: 0; z-index: 1; z-index: 2; }
.historyPic .rq_lef{ left: 0; }
.historyPic .rq_rig{ right: 0; }
.historyPic .rq1 .year{ font-family:'Din-B'; font-size: 0.72rem; color: #7ba5cc; line-height: 0.6rem;}

/*.aboutP4 .detail-box{ padding-top: 0.7rem; }*/
.aboutP4 .detail-box .item { display: none; height: 3.6rem; position: relative; overflow: hidden;}
.aboutP4 .detail-box .item.on { display: block; animation: fadeOfOpacity .5s linear;}
.aboutP4 .detail-box .mxfDiv{display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  }
.aboutP4 .detail-box .year{font-family:'Din-B'; width: 50%; font-size: 1rem; line-height: 0.86rem; color: #fff; text-align: right; padding-right: 0.6rem; animation: am_left 0.6s ease-in-out 0.2s backwards; -webkit-animation: am_left 0.6s ease-in-out 0.2s backwards;}
.aboutP4 .detail-box .desc{ width: 6.0rem; max-height: 2.16rem; overflow: auto;animation: am_right 0.6s ease-in-out 0.2s backwards; -webkit-animation: am_right 0.6s ease-in-out 0.2s backwards;}
.aboutP4 .detail-box .desc::-webkit-scrollbar { width: 2px;}
.aboutP4 .detail-box .desc::-webkit-scrollbar-track { background: rgba(255,255,255,0.2);}
.aboutP4 .detail-box .desc::-webkit-scrollbar-thumb { background: #fff;}
.aboutP4 .detail-box .desc li { position: relative; padding-left: 15px; font-size: 0.16rem; line-height: 0.36rem; color: #fff;}
.aboutP4 .detail-box .desc li:before { content: ""; width: 6px; height: 6px; background: #fff; position: absolute; left: 0; top: 0.15rem; z-index: 1; border-radius: 50%;}



.team{ padding-bottom: 1.3rem; }
.team .touDiv{ margin-top: 1.1rem; height: 1.6rem; position: relative; }
.team .tab2{ position: absolute; right: 0; top: 0.45rem; z-index: 1; }
.team .tab2 li{ float: left; margin-left: 0.35rem; font-size: 0.18rem;width: 1.72rem; height: 0.58rem; color: #333; border-radius: 0.48rem; border: #b4cee3 solid 2px; }
.team .tab2 .liNow{ background: #1062a6; border: #1062a6 solid 2px; color: #fff; }
.team .lie, .team .list{ animation: am_top 0.5s ease-in-out 0.2s backwards; -webkit-animation: am_top 0.5s ease-in-out 0.2s backwards; }
.team .list li{ cursor: pointer; overflow: hidden; padding: 0.6rem; margin-bottom: 0.3rem; position: relative; background: #fff; border-radius: 8px; box-shadow: 0 0 0.4rem 0 rgba(0,38,70,0.08); }
.team .list li:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 3px; background: #1062a6; }
.team .list li:after{ content: ''; position: absolute; right: -4.02rem; bottom: -3.92rem; width: 4.02rem; height: 3.92rem; background: url(../images/nimg402Bg.png) no-repeat; background-size: 4.02rem; }
.team .list li .cn{ display: inline-block; font-size: 0.3rem; line-height: 0.3rem; color: #333; font-weight: 400; font-family:'MiSans-M'; }
.team .list li .en{ padding-left: 15px; font-weight: 400; font-size: 0.18rem; line-height: 0.18rem; color: #cfcfcf; font-style: italic; font-family:'Mont-L'; text-transform: uppercase; }
.team .list li .txt{ margin: 0.15rem 0 0.4rem; color: #1062a6; font-size: 0.18rem; font-weight: 400; }
.team .list li .msg dd{ position: relative; padding-left: 12px; font-size: 0.16rem; line-height: 0.32rem;}
.team .list li .msg dd:before{ content: ''; position: absolute; left: 0; top: 0.15rem; width: 2px; height: 2px; background: #0054a3; }
.team .list li:hover:before{ background: #72bb38; }
.team .list li:hover:after{ right: 0; bottom: 0; }

.team .lie ul{ margin-right:-0.44rem;}
.team .lie li{ float: left; width:25%; margin-bottom:0.6rem;}
.team .lie li .box{ cursor:pointer; margin-right:0.44rem;}
.team .lie li .imgDiv{ height:4.56rem; border-radius:0.1rem; overflow:hidden;}
.team .lie li .imgDiv img{ width:100%; height:100%; object-fit:cover;}
.team .lie li .name{ margin-top:0.2rem; font-size:0.24rem; height:0.28rem; line-height:0.28rem; overflow:hidden; color:#222; font-family:'MiSans-B';}
.team .lie li .txt{ font-size:0.18rem; line-height:0.3rem; color:#666; height:0.6rem; overflow:hidden;}
.team .lie li .content{ display:none;}
.team .lie li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.cardModal-box { width: 100%; height: 100%; position: fixed; left: 0; top: 0; align-items: center; z-index: 110; background: rgba(0, 0, 0, 0.5); display: none;}
.cardModal-box.on {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}
.cardModal-box .card-box { width: 10.64rem; margin: 0 auto; background: #fff; height: 5.6rem; padding:0.5rem 0.5rem 0; border-radius:0.24rem; position: relative;}
.cardModal-box .card-box .bigImg { width: 3.77rem; height: 4.56rem; overflow:hidden; border-radius:0.1rem;}
.cardModal-box .card-box .bigImg img{ width:100%; height:100%; object-fit:cover;}
.cardModal-box .card-box .right{ width: 5.2rem; }
.cardModal-box .card-box .name { font-size: 0.24rem; color: #222; line-height: 0.24rem; font-family:'MiSans-B';}
.cardModal-box .card-box .txt{ color:#1062a6; font-size: 0.18rem; line-height: 0.32rem; margin:0.1rem 0 0.2rem; }
.cardModal-box .card-box .content{ font-size: 0.16rem; line-height: 0.24rem; height: 3.6rem; overflow: auto; text-align:justify; padding-right:6px; }
.cardModal-box .card-box .content::-webkit-scrollbar { width: 3px;}
.cardModal-box .card-box .content::-webkit-scrollbar-track { background-color: #e5e5e5;}
.cardModal-box .card-box .content::-webkit-scrollbar-thumb { background-color: #0054a3;} 
.cardModal-box .card-box .close { display: block; position: absolute; right: 30px; top: 30px; width: 18px; height: 18px; z-index: 2;}
.cardModal-box .card-box .close img { max-width: 100%;}


.develop{ padding-bottom: 1.6rem; }
.develop .mxfDiv{ margin-top: 1.2rem; }
.develop .leftDiv{ width: 5.6rem; }
.develop .content{ margin-top: 0.4rem; font-size: 0.22rem; line-height: 0.42rem; font-family:'MiSans-L';}
.develop .rightImg{ order: 1; width: 8.2rem; border-radius: 16px; overflow: hidden; }
.develop .rightImg img{ width: 100%; }

.honor{ padding-bottom: 1.6rem; }
.honor .sectionTxt{ margin-top: 1.2rem; }
.honor .list{ margin: 0.6rem 0 0.35rem; }
.honor .list ul{ margin-right: -0.44rem; }
.honor .list li{ float: left; width: 25%; padding-bottom: 0.44rem; }
.honor .list li .box{ padding-top: 0.56rem; height: 4.54rem; cursor: pointer; background: #f5f7f8; margin-right: 0.44rem; cursor: pointer; position: relative; border-radius: 0.12rem;}
.honor .list li .imgDiv{ height: 3.0rem; position: relative; overflow: hidden;}
.honor .list li .imgDiv img{ max-width: 3.2rem; max-height: 2.6rem; }
.honor .list li .name{ margin-top: 0.2rem; padding: 0 0.3rem; height: 0.6rem; line-height: 0.3rem; text-align: center; color: #666; overflow: hidden; font-size: 0.18rem; }
.honor .list li .box:hover{ background: #fff; box-shadow: 0 0 0.3rem 0 rgba(0,47,122,0.15); }
.honor .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.honor .list li .box:hover .name{ color: #0054a3;}

.video{ padding-bottom: 1.6rem; }
.video .videobox{ margin-top: 1.2rem; width: 100%; height: 7.4rem; position: relative; overflow: hidden; border-radius: 8px;}
.video .videobox .imgDiv{ height: 7.4rem; }
.video .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.video .videobox video{ max-width:100%; max-height:7.4rem; position:absolute; top:50%; transform: translateY(-50%); left:0; right: 0; margin: 0 auto; z-index:-1; visibility:hidden;opacity:0;object-fit:cover;}
.video .videobox.cur{ background:#000;}
.video .videobox.cur .imgDiv,.video .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0;}
.video .videobox.cur video{z-index:2;visibility:visible;opacity:1;}
.video .videobox .playbox{ cursor:pointer; position:absolute; left:50%; top:50%; width: 80px; height: 80px; margin-left:-40px; margin-top:-40px; z-index:1;}
.video .videobox .playbox img{ width: 80px; }

.news{ padding-bottom: 1.6rem; }
.news .touDiv{ margin-top: 1.1rem; height: 1.75rem; position: relative; z-index: 1; }
.infoFormDiv{ position: absolute; right: 0; top: 0.42rem; z-index: 1; }
.infoFormDiv .select{ width: 2.1rem; position: relative; }
.infoFormDiv .caption { font-family:'MiSans-L'; position: relative; cursor: pointer; height: 0.62rem; line-height: 0.62rem; padding-left: 0.2rem; font-size: 0.16rem; color: #666; border: #ebf0f3 solid 1px; background: #fff; border-radius: 6px;}
.infoFormDiv .caption.on:after {
  transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -o-transform: rotateX(180deg);
}
.infoFormDiv .caption:after { content: ""; display: block; width: 29px; height: 6px; background: url(../images/selectIco.png) no-repeat right center; background-size: contain; position: absolute; right: 0; top: 50%; margin-top: -3px; z-index: 1;}
.infoFormDiv .xlist { width: 100%; position: absolute; left: 0; top: 100%; z-index: 12; background: #fff; max-height: 2.5rem; overflow-y: auto; display: none; border: 1px solid #ebf0f3; border-top: none; box-sizing: border-box;}
.infoFormDiv .xlist::-webkit-scrollbar { width: 4px;}
.infoFormDiv .xlist::-webkit-scrollbar-track { background-color: #e5e5e5;}
.infoFormDiv .xlist::-webkit-scrollbar-thumb { background-color: #0054a3;} 
.infoFormDiv .xlist a { display: block; font-family:'MiSans-L'; font-size: 0.16rem; background: #fff; color: #666; height: 0.5rem; line-height: 0.5rem; padding: 0 0.2rem; border-bottom: 1px solid #ebf0f3;}
.infoFormDiv .xlist a:hover, .infoFormDiv .xlist a.on { color: #0054a3;}
.infoFormDiv .xlist a:last-child { border-bottom: none;}

.infoFormDiv .form{ margin-right: 0.3rem; width: 3.26rem; height: 0.62rem; background: #fff; border: 1px solid #ebf0f3; position: relative; border-radius: 6px; }
.infoFormDiv .form .input1{ width: 100%; box-sizing: border-box; padding-left: 0.2rem; font-size: 0.16rem; color: #666; height: 0.62rem; line-height: 0.62rem; font-family:'MiSans-L'; }
.infoFormDiv .form .input1::-webkit-input-placeholder{ /* WebKit browsers */ color: #666;}
.infoFormDiv .form .input1:-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #666;}
.infoFormDiv .form .input1::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #666;}
.infoFormDiv .form .input1:-ms-input-placeholder { /* Internet Explorer 10+ */ color: #666;}
.infoFormDiv .form .btn1{ position: absolute; right: 0; width: 0.5rem; height: 0.6rem; background: url(../images/nimg22_1.png) center no-repeat; }

.news .mxfDiv a{ display:block; padding: 0 1.4rem 0 9.4rem; height: 5.0rem; background: #fff; position: relative; overflow:hidden; border-radius: 12px; box-shadow: 0 0 0.4rem 0 rgba(3,14,33,0.06);}
.news .mxfDiv a:after{ content: ''; position: absolute; right: 0; bottom: 0; width: 3.66rem; height: 3.45rem; background: url(../images/nimg366Bg.png) no-repeat; background-size: 3.66rem; }
.news .mxfDiv .imgDiv{ position: absolute; left: 0; top: 0; width: 8.2rem; height: 5.0rem; overflow: hidden; }
.news .mxfDiv .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.news .mxfDiv .conDiv{ height: 5.0rem; position: relative; z-index: 1;}
.news .mxfDiv .time{ padding-bottom: 0.3rem; font-size: 0.2rem; line-height: 0.18rem; color: #72bb38; font-family: 'Mont-L'; }
.news .mxfDiv .name{ font-size: 0.26rem; line-height: 0.42rem; overflow: hidden; max-height: 0.84rem; color: #333; font-family:'MiSans-B';}
.news .mxfDiv .content{ margin-top: 0.1rem; font-size: 0.16rem; line-height: 0.32rem; height: 0.96rem; color: rgba(11,29,52,0.7); }
.news .mxfDiv .more{ margin-top: 0.5rem; width: 0.6rem; height: 0.6rem; background: #1062a6 url(../images/ico1.png) center no-repeat; border-radius: 50%;}
.news .mxfDiv a:hover .name{ color:#0054a3;}

.news .list{ padding:0.9rem 0 0.4rem;}
.news .list ul{ margin-right: -0.32rem;}
.news .list li{ float:left; width:25%; padding-bottom:0.5rem;}
.news .list li .box{ margin-right: 0.32rem; border-radius:0.1rem; overflow:hidden; box-shadow: 0px 0px 0.3rem 0px rgba(3, 14, 33, 0.08);}
.news .list li .imgDiv{ height: 2.3rem;}
.news .list li .imgDiv img{ width:100%; height:100%; object-fit:cover;}
.news .list li .botDiv{ height:3.1rem; background:#fff; position:relative; padding:0.35rem 0.3rem 0; box-sizing:border-box;}
.news .list li .name{ color: #333; font-size:0.22rem; line-height:0.32rem; height:0.64rem; overflow:hidden;}
.news .list li .content{ margin-top:0.18rem; color:rgba(11,29,52,0.75); font-size:0.14rem; line-height:0.3rem; height:0.6rem; overflow:hidden; font-family: 'MiSans-L';}
.news .list li .time{ position:absolute; left:0.3rem; bottom:0; width:calc(100% - 0.6rem); right:0.3rem; background:url(../images/nimg17_1.png) left center no-repeat; font-family:'Mont-L'; height:0.66rem; line-height:0.66rem; padding-left:0.26rem; box-sizing:border-box; color:rgba(11,29,52,0.35); font-size:0.15rem; }
.news .list li .time:before{ content:''; position:absolute; left:0; top:0; width:100%; height:1px; background:#f0f0f0;}
.news .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.news .list li .box:hover .name{ color:#1062a6;}

.videolist{ padding-bottom: 1.1rem; }
.videolist .touDiv{ margin-top: 1.1rem; height: 1.75rem; position: relative; z-index: 1; }

.videolist .list{ padding-bottom: 0.3rem; }
.videolist .list ul{ margin-right: -0.34rem; }
.videolist .list li{ float: left; width: 33.33%; padding-bottom: 0.5rem;}
.videolist .list li .box{ margin-right: 0.34rem; }
.videolist .list li .pj{ position: relative; height: 3.1rem; }
.videolist .list li .imgDiv{ height: 3.1rem; overflow: hidden; border-radius: 12px;}
.videolist .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.videolist .list li .ico{ position: absolute; left: 50%; top: 50%; width: 56px; height: 56px; margin-left: -28px; margin-top: -28px; border-radius: 50%; background: rgba(255,255,255,0.5); }
.videolist .list li .ico:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; width: 42px; height: 42px; background: url(../images/play2.png) no-repeat; }
.videolist .list li .name{ margin-top: 0.2rem; height: 0.36rem; line-height: 0.36rem; color: #333; overflow: hidden; font-size: 0.18rem; text-align: center; }
.videolist .list li .shipin{ display:none;}
.videolist .list li .box:hover .name{ color: #1062a6; }
.videolist .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.videoModal-box { width: 100%; height: 100%; position: fixed; left: 0; top: 0; align-items: center; z-index: 999; background: rgba(0, 0, 0, 0.5); display: none;}
.videoModal-box.on {
  display: flex;
  display: -webkit-box;
  /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
  display: -moz-box;
  /* Firefox 17- */
  display: -webkit-flex;
  /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
  display: -moz-flex;
  /* Firefox 18+ */
  display: -ms-flexbox;
  /* IE 10 */
}


.videoLayer{ width: 1200px; margin: 0 auto; background: #fff; padding: 50px; position: relative; box-sizing: border-box;}
.videoLayer .close{position: absolute; display: block; right: 12px; top: 12px; width:30px; height: 30px; background: url(../images/close.png) no-repeat;transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;}
.videoLayer .close:hover{ transform: rotate(-90deg);}
.videoLayer .videoBox{ position: relative; background: #000; overflow: hidden; height: 5.8rem; }
.videoLayer video{ max-width:1100px; max-height:5.8rem; position:absolute; top:50%; transform: translateY(-50%); left:0; right: 0; margin: 0 auto; object-fit:cover;}

.notice{ padding-bottom: 1.6rem; }
.notice .touDiv{ margin-top: 1.1rem; height: 1.75rem; position: relative; z-index: 1; }
.notice .list{ padding-bottom: 0.6rem; }
.notice .list li{ margin-bottom: 0.2rem; }
.notice .list li a{ position: relative; display: block; height: 0.8rem; background: #fff; border-radius: 6px; padding: 0 1.5rem 0 2.1rem; box-shadow: 0 0 0.35rem 0 rgba(0,0,0,0.06);}
.notice .list li .time{ position: absolute; left: 0.4rem; top: 0; font-size: 0.18rem; line-height: 0.8rem; color: rgba(178,180,182,0.8); font-family: 'Mont-R'; }
.notice .list li .name{ font-size: 0.18rem; color: #333; height: 0.8rem; }
.notice .list li .more{ position: absolute; right: 0.4rem; top: 0; line-height: 0.8rem; padding-left: 36px; font-size: 0.14rem; color: #666; font-family: 'MiSans-L'; background: url(../images/nimg26_1.png) left center no-repeat; }
.notice .list li a:hover{ background: #1062a6; }
.notice .list li a:hover .time{ color: rgba(255,255,255,0.7);}
.notice .list li a:hover .name{ color: #fff; }
.notice .list li a:hover .more{ background: url(../images/nimg26_1on.png) left center no-repeat; color: #fff; }

.reports{ padding-bottom: 1.1rem; }
.reports .touDiv{ margin-top: 1.1rem; height: 1.65rem; position: relative; z-index: 1; }
.reports .list{ margin-bottom: 0.2rem; }
.reports .list ul{ margin-right: -0.6rem; }
.reports .list li{ float: left; width: 25%; margin-bottom: 0.5rem; }
.reports .list li .box{ margin-right: 0.6rem; }
.reports .list li .imgDiv{ height: 5.0rem; overflow: hidden; }
.reports .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.reports .list li .name{ margin-top: 0.22rem; height: 0.32rem; line-height: 0.32rem; font-family: 'MiSans-M'; font-size: 0.18rem; color: #333; overflow: hidden; }
.reports .list li .time{ float: left; line-height: 0.3rem; font-size: 0.14rem; color: #bababa; font-family: 'Mont-L'; }
.reports .list li .look{ float: left; margin-left: 0.2rem; padding-left: 25px; background: url(../images/nimg16_2.png) left center no-repeat; line-height: 0.3rem; font-size: 0.14rem; color: #1062a6; font-family: 'MiSans-L'; }
.reports .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1); }
.reports .list li .box:hover .name{ color: #1062a6; }

.inquiry{ padding-bottom: 1.6rem; }
.inquiry .mxfDiv{ margin-top: 1.2rem;}
.inquiry .conDiv{ width: 6.0rem; }
.inquiry .msgList{ margin-top: 0.6rem; }
.inquiry .msgList li{ position: relative; min-height: 0.6rem; margin-bottom: 0.3rem; padding-left: 0.8rem; font-size: 0.22rem; line-height: 0.6rem; font-family: 'MiSans-L'; }
.inquiry .msgList li:last-child{ margin-bottom: 0; }
.inquiry .msgList li .ico{ position: absolute; left: 0; top: 0; width: 0.6rem; height: 0.6rem; border-radius: 50%; background: #fff; box-shadow: 0 0 0.35rem 0 rgba(0,0,0,0.06); }
.inquiry .msgList li .ico img{ position: absolute; left: 50%; top: 50%; margin-top: -11px; margin-left: -11px; }
.inquiry .rightImg{ width: 8.2rem; order: 1; overflow: hidden; border-radius: 12px;}
.inquiry .rightImg img{ width: 100%; }

.contact{ padding-bottom: 1.6rem; }
.contact .sectionTxt{ margin-top: 1.2rem; }
.contact .list{ padding-top: 0.7rem; }
.contact .list ul{ margin-right: -0.6rem; }
.contact .list li{ float: left; width: 50%; padding-bottom: 0.4rem; }
.contact .list li .box{ margin-right: 0.6rem; height: 3.4rem; background: #fff; padding: 0.7rem 1.64rem 0 0.64rem; box-sizing: border-box; border-radius: 6px; position: relative; top: 0; overflow: hidden; box-shadow: 0px 0px 0.3rem 0px rgba(0, 0, 0, 0.1); }
.contact .list li .box:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 4px; background: #1062a6; }
.contact .list li .cn{ font-size: 0.28rem; line-height: 0.36rem; color: #333; font-family: 'MiSans-M'; }
.contact .list li .en{ margin-top: 0.1rem; height: 0.45rem; font-size: 0.16rem; color: rgba(51,51,51,0.35); position: relative; font-family: 'Mont-R'; }
.contact .list li .en:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 18px; height: 2px; background: #72bb38; }
.contact .list li .msg{ font-size: 0.16rem; line-height: 0.36rem; margin-top: 0.3rem; font-family: 'MiSans-L'; }
.contact .list li .ico{ position: absolute; right: 0.65rem; top: 0.75rem; z-index: 1; }
.contact .list li .ico img{ width: 0.76rem; }
.contact .list li .box:hover{ top: -0.1rem; }

.job{ padding-bottom: 1.6rem; }
.job .sectionTxt{ margin-top: 1.2rem; }
.job .list{ padding: 0.7rem 0; }
.job .list li{ margin-bottom: 0.2rem; cursor: pointer;}
.job .list li .topDiv{ padding: 0.4rem 0.5rem; background: #fff; position: relative; z-index: 1;}

.job .list li .name{ padding-left: 0.45rem; position: relative; }
.job .list li .name:before{ content: ''; position: absolute; left: 0; top: 0; width: 24px; height: 29px; background: url(../images/nimg24_1.png) center no-repeat; }
.job .list li .name em{ display: block; position: relative; height: 0.5rem; font-size: 0.22rem; line-height: 0.22rem; color: #2a2a2a; }
.job .list li .name em:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 20px; height: 3px; background: #72bb38; border-radius: 4px; }
.job .list li .msgList{ padding-bottom: 0.45rem; overflow: hidden; }
.job .list li .msgList dd{ float: left; padding-right: 0.75rem; line-height: 24px; font-size: 0.15rem; color: #333; }
.job .list li .hideBox{ display: none; background: #fff; padding: 0.1rem 0.95rem 0.7rem; position: relative; box-shadow: 0px 0px 0.3rem 0px rgba(7, 40, 67, 0.06); }
.job .list li .ico{ position: absolute; right: 0.6rem; top: 50%; width: 0.6rem; height: 0.6rem; margin-top: -0.3rem; border-radius: 50%; background: #f6f9fb; border: transparent solid 3px; }
.job .list li .ico:before{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -6px; margin-top: -1px; width: 12px; height: 2px; background: #1062a6; }
.job .list li .ico:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -1px; margin-top: -6px; width: 2px; height: 12px; background: #1062a6; }
.job .list li .txt{ font-size: 0.15rem; line-height: 0.15rem; padding-bottom: 0.1rem; }
.job .list li .msg{ font-size: 0.15rem; line-height: 0.36rem; padding-bottom: 0.45rem; }
.job .list li .before{ font-size: 0.15rem; line-height: 0.3rem; padding: 0.25rem 0 0 0.45rem; }
.job .list li .liNow{ background: #fff; }
.job .list li .liNow:before{ content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 2px; background: #1062a6; }
.job .list li .liNow .before{ display:none;}
.job .list li .liNow .ico{ background: #fff; border: #75bc3c solid 3px; }
.job .list li .liNow .ico:before{ background: #72bb38; }
.job .list li .liNow .ico:after{ background: #72bb38; transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg); }
.job .list .btnGroup dd{ float: left; margin-right: 0.2rem; }
.job .list .btnGroup dd a{ display: block; width: 1.5rem; height: 0.5rem; border-radius: 24px; background: #d8d8d8; text-align: center; line-height: 0.5rem; color: #fff; font-size: 16px; }
.job .list .btnGroup dd a:hover{ background: #1062a6; }

.businessTab{ margin: 1.0rem 0 0.9rem; }
.businessTab li{ float: left; margin-right: 0.3rem; margin-bottom: 0.3rem; font-size: 0.22rem; }
.businessTab li a{ display: block; height: 0.6rem; line-height: 0.58rem; color: #333; padding: 0 0.4rem; border: #1062a6 solid 1px; background: #fff; border-radius: 0.48rem; }
.businessTab li a:hover{ color: #1062a6; }
.businessTab li .aNow{ background: #1062a6; color: #fff!important; }

.jzfP1{ padding-bottom: 1.1rem; }
.jzfP1 .mxfDiv{ overflow: hidden; }
.jzfP1 .leftDiv{ width: 6.9rem; }
.jzfP1 .content{ margin-top: 0.5rem; font-family: 'MiSans-L'; font-size: 0.18rem; line-height: 0.36rem; text-align: justify; }
.jzfP1 .rightImg{ width: 8.2rem; border-radius: 8px; overflow: hidden; }
.jzfP1 .rightImg img{ width: 100%; }

.jzfP2{ padding-bottom: 1.0rem; }
.jzfP2 .sectionTxt{ margin-bottom: 0.6rem; }
.jzfP2 .list ul{ display: block; width: auto; margin-right: -0.32rem; }
.jzfP2 .list li{ float: left; width: 25%; margin-bottom: 0.3rem;}
.jzfP2 .list li .box{ margin-right: 0.32rem; border-radius: 8px; overflow: hidden; box-shadow: 0 0 0.35rem 0 rgba(0,0,0,0.08);}
.jzfP2 .list li .imgDiv{ height: 2.4rem; overflow: hidden;}
.jzfP2 .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.jzfP2 .list li .botDiv{ background: #fff; height: 1.56rem; padding: 0.24rem 0.35rem 0; text-align: center;}
.jzfP2 .list li .name{ height: 0.32rem; line-height: 0.32rem; font-size: 0.22rem; overflow: hidden; font-family: 'MiSans-M'; color: #222; }
.jzfP2 .list li .msg{ margin-top: 0.05rem; font-size: 0.16rem; color: #444; line-height: 0.26rem; height: 0.78rem; overflow: auto; }
.jzfP2 .list li .msg::-webkit-scrollbar { width: 3px;}
.jzfP2 .list li .msg::-webkit-scrollbar-track { background-color: #e5e9ee;}
.jzfP2 .list li .msg::-webkit-scrollbar-thumb { background-color: #0c5fa4;} 
.jzfP2 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.jzfP2 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.6rem;}
.jzfP2 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; border-radius: 50%; border: #ddd solid 1px; background: #fff; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.jzfP2 .swiper-pagination-bullet-active { border: #1062a6 solid 1px; background: #1062a6;}

.jzfP3{ padding-bottom: 1.2rem; }
.jzfP3 .sectionTxt{ margin-bottom: 0.4rem; }

.honorPic{ position: relative; }
.honorPic:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 2.32rem; background: url(../images/honorBg.png) center top repeat-x; background-size: contain; }
.honorPic .swiper-container {/* padding-top: 2.0rem;*/ width: 18.4rem; padding-bottom: 0.4rem; overflow: hidden; position: static; }
.honorPic .swiper-slide{ width: auto; }
.honorPic .box{ cursor: pointer; position: relative; text-align: center;}
.honorPic .mxfDiv{ min-width: 3.8rem;/* max-width: 3.5rem;*/ height: 3.1rem; position: relative; }
.honorPic .imgDiv{ position: absolute; left: 0; bottom: 0; width: 100%;}
.honorPic .imgDiv img{ min-width: 2.5rem; max-width: 3.8rem; }
.honorPic .name{ margin-top: 0.15rem; font-size: 0.16rem; line-height: 0.28rem; height: 0.56rem; overflow: hidden; color: #444; }
.honorPic .box:hover .name{ color: #1062a6; }
.honorPic .bottom{ position: relative; z-index: 1; margin-top: 0.5rem; display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; align-items: flex-end;}
.honorPic .swiper-pagination { position: relative; width: calc(100% - 3.4rem); height: 2px; background-color: #e1e6e7;}
.honorPic .swiper-pagination-progress .swiper-pagination-progressbar{ height: 2px; background-color: #1062a6; position: absolute; left: 0; top: 0; z-index: 10; width: 100%; transform-origin: left center;}
.honorPic .arrowDiv{ font-size: 0; padding-right: 1.0rem; }
.honorPic .arrowDiv .se{ position: relative; display: inline-block; width: 50px; height: 50px; border-radius: 50%; border: #e2e7e8 solid 2px; box-sizing: border-box;}
.honorPic .arrowDiv .se:hover{ background: #1062a6; border: #1062a6 solid 2px;}
.honorPic .arrowDiv .prev{ margin-right: 0.2rem; }
.honorPic .arrowDiv .prev:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 15px; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_left.png) no-repeat; }
.honorPic .arrowDiv .next:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 15px; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_right.png) no-repeat; }
.honorPic .arrowDiv .prev:hover:after{ background: url(../images/nimg8_lefton.png) no-repeat;}
.honorPic .arrowDiv .next:hover:after{ background: url(../images/nimg8_righton.png) no-repeat;}
.honorPic .num{ position: absolute; left: 0; top: 0.15rem; z-index: 1; font-size: 0.16rem; color: #999; font-family: 'Mont-L';}

.jzfP4{ padding-bottom: 1.0rem; }
.jzfP4 .sectionTxt{ margin-bottom: 0.6rem; }
.jzfP4 .list ul{ margin-right: -0.6rem; }
.jzfP4 .list li{ float: left; width: 50%; margin-bottom: 0.3rem; }
.jzfP4 .list li .box{ margin-right: 0.6rem; position: relative; background: #fff; padding: 0.75rem 0.65rem 0; height: 3.4rem; border-radius: 6px; overflow: hidden; box-shadow: 0 0 0.38rem 0 rgba(0,0,0,0.08);}
.jzfP4 .list li .touDiv{ position: relative; }
.jzfP4 .list li .cn{ font-size: 0.28rem; line-height: 0.32rem; color: #333; font-family: 'MiSans-M'; }
.jzfP4 .list li .en{ position: relative; margin-top: 0.12rem; font-size: 0.16rem; height: 0.45rem; color: rgba(51,51,51,0.35); font-family: 'Mont-R'; }
.jzfP4 .list li .en:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 18px; height: 2px; background: #72bb38; }
.jzfP4 .list li .ico{ position: absolute; right: 0; top: 0 }
.jzfP4 .list li .ico img{ height: 0.72rem; }
.jzfP4 .list li .msg{ margin-top: 0.3rem; font-size: 0.16rem; line-height: 0.36rem; text-align: justify; font-family: 'MiSans-L'; }

.jzfP5{ padding-bottom: 0.8rem; }
.jzfP5 .sectionTxt{ margin-bottom: 0.6rem; }
.jzfP5 .list ul{ margin-right: -0.3rem; }
.jzfP5 .list li{ float: left; width: 25%; margin-bottom: 0.45rem; }
.jzfP5 .list li .box{ margin-right: 0.3rem; }
.jzfP5 .list li .imgDiv{ height: 2.74rem; border-radius: 6px; overflow: hidden; }
.jzfP5 .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.jzfP5 .list li .name{ margin-top: 0.2rem; color: #333; text-align: center; font-size: 0.2rem; height: 0.36rem; line-height: 0.36rem; overflow: hidden; }
.jzfP5 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.jzfP6{ padding-bottom: 1.6rem;}
.jzfP6 .conDiv{ width: 6.2rem; }
.jzfP6 .msgList{ margin-top: 0.6rem; }
.jzfP6 .msgList li{ position: relative; min-height: 0.6rem; margin-bottom: 0.3rem; padding-left: 0.8rem; font-size: 0.22rem; line-height: 0.6rem; font-family: 'MiSans-L'; }
.jzfP6 .msgList li:last-child{ margin-bottom: 0; }
.jzfP6 .msgList li .ico{ position: absolute; left: 0; top: 0; border: #72bb38 solid 1px; width: 0.6rem; height: 0.6rem; border-radius: 50%; background: #fff; box-shadow: 0 0 0.35rem 0 rgba(0,0,0,0.06); }
.jzfP6 .msgList li .ico img{ position: absolute; left: 50%; top: 50%; margin-top: -11px; margin-left: -11px; }
.jzfP6 .leftImg{ width: 8.2rem;overflow: hidden; border-radius: 12px;}
.jzfP6 .leftImg img{ width: 100%; }

.factory{ padding-bottom: 1.1rem; }
.factory .part1{ padding: 0.2rem 0 1.3rem; }
.factory .txt{ font-size: 0.24rem; color: #72bb45; padding: 0.6rem 0 0.2rem; font-weight: 400; font-family: 'MiSans-M'; }
.factory .zi{ font-size: 0.18rem; line-height: 0.36rem; font-family: 'MiSans-L'; }
.factory .list{ padding-top: 0.7rem; }
.factory .list ul{ display: block; width: auto; margin-right: -0.3rem; }
.factory .list li{ float: left; width: 20%; }
.factory .list li .box{ margin-right: 0.3rem; overflow: hidden; position: relative; height: 4.0rem; padding: 0.8rem 0.42rem 0; background: #fff; border-radius: 10px; box-shadow: 0 0 0.35rem 0 rgba(12,72,122,0.08); }
.factory .list li .box:before{ content: ''; position: absolute; left: 0; top: 0; width: 0; height: 2px; background: #1062a6; }
.factory .list li .num{ width: 0.8rem; height: 0.8rem; background: #1062a6; border-radius: 50%; margin: 0 auto; text-align: center; line-height: 0.8rem; font-family: 'Mont-R'; color: #fff; font-size: 0.3rem; }
.factory .list li .msg{ font-size: 0.18rem; line-height: 0.3rem; text-align: center; margin-top: 0.36rem; }
.factory .list li .box:hover:before{ width: 100%; }
.ssPic .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.6rem;}
.ssPic .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; border-radius: 50%; border: #ddd solid 1px; background: #fff; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.ssPic .swiper-pagination-bullet-active { border: #1062a6 solid 1px; background: #1062a6;}

.factory .imgList{ margin-top: 0.75rem; }
.factory .imgList li{ margin-bottom: 0.8rem; height: 5.2rem; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 0.35rem 0 rgba(12,72,122,0.08);}
.factory .imgList li:last-child{ margin-bottom: 0; }
.factory .imgList li .lunboDiv{ width: 50%; }
.factory .imgList li:nth-child(even) .lunboDiv{ order: 1; }
.factory .imgList li .conDiv{ width: 50%; padding: 0 0.7rem 0 1.0rem; }
.factory .imgList li .name{ color: #006ec4; font-size: 0.36rem; line-height: 0.48rem; }
.factory .imgList li .content{ margin-top: 0.3rem; line-height: 0.48rem; font-size: 0.24rem; color: #333; font-family: 'MiSans-L'; }
.factory .imgList li .content em{ color: #70ba44; font-size: 0.36rem; font-family: 'MiSans-B'; }
.factory .imgList .lie{ margin-top: 0.35rem; }
.factory .imgList .lie dd{ float: left; font-family: 'MiSans-M'; width: 27%; padding-left: 0.45rem; padding-top: 0.08rem; padding-bottom: 0.08rem; position: relative; color: #333; font-size: 0.22rem; line-height: 0.32rem;}
.factory .imgList .lie dd:nth-child(4n+1){ padding-left: 0; width: 19%; }
.factory .imgList .lie dd:after{ content: ''; position: absolute; right: 0; top: 0; width: 1px; height: 100%; background: #e5e5e5; }
.factory .imgList .lie dd:nth-child(4n):after{ display: none; }
.factory .imgList .lie dd .data{ font-size: 0.2rem; font-family: 'MiSans-L'; }
.factory .icoList{ margin-top: 0.6rem; }
.factory .icoList ul{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
.factory .icoList li .baozhe{ padding-right: 0.88rem; position: relative; }
.factory .icoList li .baozhe:before{ content: ''; position: absolute; right: 0; width: 1.08rem; top: 50%; height: 1px; background: #e6e6e6; }
.factory .icoList li .baozhe:after{ content: ''; position: absolute; right: 0; top: 50%; width: 9px; height: 9px; border-radius: 50%; margin-top: -4px; background: #e6e6e6; }
.factory .icoList li:last-child .baozhe{ padding-right: 0; }
.factory .icoList li:last-child .baozhe:before, .factory .icoList li:last-child .baozhe:after{ display: none; }
.factory .icoList li .mxfDiv{ width: 1.9rem; padding-right: 7px; background: url(../images/nimg20Bg2.png) right 0.2rem no-repeat; background-size: 0.4rem; }
.factory .icoList li .round{ margin: 0 auto; width: 1.4rem; height: 1.4rem; background: #deedf4; border-radius: 50%; position: relative; }
.factory .icoList li .ico{ position: absolute; left: 50%; top: 50%; width: 1.2rem; height: 1.2rem; background: #1062a6; margin-left: -0.6rem; margin-top: -0.6rem; border-radius: 50%; }
.factory .icoList li .ico img{ width: 0.46rem; position: absolute; left: 50%; top: 50%; margin-left: -0.23rem; margin-top: -0.23rem; }
.factory .icoList li .name{ margin-top: 0.4rem; font-size: 0.24rem; color: #333; line-height: 0.24rem; height: 0.4rem; font-family: 'MiSans-M'; width: 1.9rem; text-align: center; }
.factory .icoList li .msg{ width: 1.9rem; text-align: center; font-size: 0.16rem; line-height: 0.26rem; }

.factoryPic .imgDiv{ height: 5.2rem; }
.factoryPic .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.factoryPic .swiper-pagination{ position: absolute; bottom: 0.3rem; }
.factoryPic .swiper-pagination-bullet { position: relative; width: 12px; height: 12px; opacity: 1; border-radius: 50%; background: none; border: #fff solid 1px; margin-left: 4px!important; margin-right: 4px; } 
.factoryPic .swiper-pagination-bullet-active { background: #fff; } 

.manage{ padding-bottom: 1.6rem; }
.manage .part1{ padding-top: 0.2rem; }
.manage .zi{ font-size: 0.3rem; color: #333; line-height: 0.48rem; font-family: 'MiSans-L'; padding-top: 0.45rem; }
.manage .txt{ font-size: 0.18rem; line-height: 0.32rem; padding: 0.4rem 0 0.6rem; font-family: 'MiSans-L'; }
/*.manage .part2{ padding-bottom: 1.3rem; }*/
.manage .list li{ margin-bottom: 0.4rem; position: relative; padding-left: 5.4rem;}
.manage .list li:last-child{ margin-bottom: 0; }
.manage .list li .layer{ position: absolute; left: 0; top: 0; width: 5.4rem; padding-right: 1.7rem; }
.manage .list li .layer:after{ content: ''; position: absolute; right: 0.25rem; top: 50%; margin-top: -0.19rem; width: 1.2rem; height: 0.38rem; background: url(../images/nimg120Bg.png) no-repeat; background-size: 1.2rem; }
.manage .list li .name{ width: 100%; height: 2.42rem; border: #1062a6 dotted 2px; background: #fff; text-align: center; line-height: 2.38rem; font-size: 0.48rem; color: #1062a6; border-radius: 10px;}
.manage .list li .lie{ overflow: hidden; }
.manage .list li .lie dl{ margin-right: -0.18rem; }
.manage .list li .lie dd{ float: left; width: 25%; }
.manage .list li .lie dd .lbox{ margin-right: 0.18rem; padding-top: 0.6rem; text-align: center; height: 2.42rem; border: #1062a6 dotted 2px; background: #fff; border-radius: 10px; }
.manage .list li .lie dd .ico{ height: 1.0rem; }
.manage .list li .lie dd .ico img{ width: 0.67rem; }
.manage .list li .lie dd .cn{ color: #333; font-size: 0.24rem; line-height: 0.24rem; font-family: 'MiSans-L'; }

.manage .imgList{ margin-top: 0.6rem; }
.manage .imgList li{ margin-bottom: 0.8rem; height: 5.2rem; background: #fff; border-radius: 10px; overflow: hidden; box-shadow: 0 0 0.35rem 0 rgba(12,72,122,0.08);}
.manage .imgList li:last-child{ margin-bottom: 0; }
.manage .imgList li .lunboDiv{ width: 50%; }
.manage .imgList li:nth-child(even) .lunboDiv{ order: 1; }
.manage .imgList li .conDiv{ width: 50%; padding: 0 0.7rem 0 1.0rem; }
.manage .imgList li .name{ color: #006ec4; font-size: 0.48rem; line-height: 0.64rem; }
.manage .imgList li .content{ margin-top: 0.3rem; line-height: 0.36rem; font-size: 0.24rem; color: #333; font-family: 'MiSans-L'; }
.manage .imgList li .num{ position: absolute; right: 0.75rem; bottom: -0.5rem; color: #fff; font-family:'Mont-B'; font-size: 2rem; line-height: 1.5rem; -webkit-text-stroke: 1px #1062a6; text-stroke: 1px #1062a6; opacity: 0.3; }

.guarantee{ padding-bottom: 1.3rem; }
.guarantee .part1{ padding-top: 0.2rem; }
.supplyPic{ padding-top: 0.7rem; }
.supplyPic .list ul{ display: block; width: auto; margin-right: -0.4rem; }
.supplyPic .list li{ float: left; width: 33.33%; }
.supplyPic .list li .box{ margin-right: 0.4rem; overflow: hidden; border-radius: 10px; box-shadow: 0 0 0.35rem 0 rgba(12,72,122,0.08); }
.supplyPic .list li .imgDiv{ height: 3.0rem; overflow: hidden; }
.supplyPic .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.supplyPic .list li .botDiv{ padding: 0.32rem 0.42rem 0; height: 1.7rem; background: #fff; text-align: center; }
.supplyPic .list li .name{ line-height: 0.22rem; font-family: 'MiSans-M'; color: #222; font-size: 0.22rem;}
.supplyPic .list li .msg{ line-height: 0.26rem; color: #444; font-size: 0.16rem; text-align: center; font-family: 'MiSans-L'; margin-top: 0.1rem; }
.supplyPic .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1); }
.supplyPic .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.6rem;}
.supplyPic .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; border-radius: 50%; border: #ddd solid 1px; background: #fff; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.supplyPic .swiper-pagination-bullet-active { border: #1062a6 solid 1px; background: #1062a6;}

.guarantee .imgList li{ margin-bottom: 1.3rem; }
.guarantee .imgList li:last-child{ margin-bottom: 0; }
.guarantee .imgList li .content{ padding: 0.4rem 0 0.7rem; font-size: 0.18rem; line-height: 0.32rem; text-align: justify; font-family: 'MiSans-L'; }

.guarantee .imgList li .mxfDiv{ overflow: hidden; margin-right: -0.12rem; }
.guarantee .imgList li .bigImg, .guarantee .imgList li .l7Div{ width: 50%; }
.guarantee .imgList li .bigImg .rbox{ margin-right: 0.12rem; height: 6.1rem; border-radius: 8px; overflow: hidden; }
.guarantee .imgList li .bigImg .rbox img{ width: 100%; height: 100%; object-fit: cover; }
.guarantee .imgList li .l7Div .rbox{ margin-right: 0.12rem; }
.guarantee .imgList li .topImg{ height: 3.59rem; border-radius: 8px; overflow: hidden; }
.guarantee .imgList li .topImg img{ width: 100%; height: 100%; object-fit: cover; }
.guarantee .imgList li .botList{ margin-top: 0.12rem; }
.guarantee .imgList li .botList dl{ margin-right: -0.12rem; }
.guarantee .imgList li .botList dd{ float: left; width: 50%; }
.guarantee .imgList li .botList dd .limg{ margin-right: 0.12rem; height: 2.39rem; border-radius: 8px; overflow: hidden;  }
.guarantee .imgList li .botList dd .limg img{ width: 100%; height: 100%; object-fit: cover; }

.wastewater{ padding-bottom: 1.1rem; }
.wastewater .part1{ padding-top: 0.2rem; }
.wastewater .txt{ font-size: 0.24rem; color: #72bb45; padding: 0.6rem 0 0.2rem; font-weight: 400; font-family: 'MiSans-M'; }
.wastewater .zi{ padding-bottom: 0.7rem; font-size: 0.18rem; line-height: 0.36rem; font-family: 'MiSans-L'; }
.wastewater .mxfDiv{ overflow: hidden; margin-right: -0.12rem; }
.wastewater .bigImg, .wastewater .l7Div{ width: 50%; }
.wastewater .bigImg .rbox{ margin-right: 0.12rem; height: 6.1rem; border-radius: 8px; overflow: hidden; }
.wastewater .bigImg .rbox img{ width: 100%; height: 100%; object-fit: cover; }
.wastewater .l7Div .rbox{ margin-right: 0.12rem; }
.wastewater .topImg{ height: 3.59rem; border-radius: 8px; overflow: hidden; }
.wastewater .topImg img{ width: 100%; height: 100%; object-fit: cover; }
.wastewater .botList{ margin-top: 0.12rem; }
.wastewater .botList dl{ margin-right: -0.12rem; }
.wastewater .botList dd{ float: left; width: 50%; }
.wastewater .botList dd .limg{ margin-right: 0.12rem; height: 2.39rem; border-radius: 8px; overflow: hidden;  }
.wastewater .botList dd .limg img{ width: 100%; height: 100%; object-fit: cover; }

.waterPic{ position: relative; }
.waterPic .swiper-container { width: 18.4rem; overflow: hidden; position: static; }
.waterPic .swiper-slide{ width: auto; }
.waterPic .box{ cursor: pointer; position: relative; }
.waterPic .imgDiv{ width: 8.8rem; height: 5.5rem; border-radius: 0.1rem; overflow: hidden;}
.waterPic .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.waterPic .name{ position: absolute; left: 0.4rem; bottom: 0.3rem; font-size: 0.26rem; line-height: 0.36rem; font-family: 'MiSans-M'; color: #fff; }
.waterPic .bottom{ position: relative; z-index: 1; margin-top: 0.6rem; display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; align-items: flex-end;}
.waterPic .swiper-pagination { position: relative; width: calc(100% - 3.4rem); height: 2px; background-color: #e1e6e7;}
.waterPic .swiper-pagination-progress .swiper-pagination-progressbar{ height: 2px; background-color: #1062a6; position: absolute; left: 0; top: 0; z-index: 10; width: 100%; transform-origin: left center;}
.waterPic .arrowDiv{ font-size: 0; padding-right: 1.0rem; }
.waterPic .arrowDiv .se{ position: relative; display: inline-block; width: 50px; height: 50px; border-radius: 50%; border: #e2e7e8 solid 2px; box-sizing: border-box;}
.waterPic .arrowDiv .se:hover{ background: #1062a6; border: #1062a6 solid 2px;}
.waterPic .arrowDiv .prev{ margin-right: 0.2rem; }
.waterPic .arrowDiv .prev:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 15px; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_left.png) no-repeat; }
.waterPic .arrowDiv .next:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 15px; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_right.png) no-repeat; }
.waterPic .arrowDiv .prev:hover:after{ background: url(../images/nimg8_lefton.png) no-repeat;}
.waterPic .arrowDiv .next:hover:after{ background: url(../images/nimg8_righton.png) no-repeat;}
.waterPic .num{ position: absolute; left: 0; top: 0.15rem; z-index: 1; font-size: 0.16rem; color: #999; font-family: 'Mont-L';}

.traitPic{ margin-top: 0.6rem; position: relative;}
.traitPic .icoList{ overflow: hidden; padding: 0.2rem 0; }
.traitPic .box{ overflow: hidden; height: 3.6rem; position: relative; background: #fff; border-radius: 0.1rem; padding: 1.0rem 0.54rem 0; box-shadow: 0 0 0.35rem 0 rgba(12,75,128,0.06);}
.traitPic .box:before{ content: ''; opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(16,98,166,0.8); }
.traitPic .num{ position: relative; z-index: 2; width: 0.8rem; height: 0.8rem; text-align: center; line-height: 0.8rem; font-size: 0.3rem; color: #fff; font-family: 'Mont-R'; background: #1062a6; border-radius: 50%; margin: 0 auto; }
.traitPic .msg{ position: relative; z-index: 2; margin-top: 0.45rem; font-size: 0.18rem; line-height: 0.3rem; text-align: center; }
.traitPic .box:hover{background: #1062a6;}
.traitPic .box:hover:before{ opacity: 1; visibility: visible; }
.traitPic .box:hover .num{ background: #fff; color: #72bc46; }
.traitPic .box:hover .msg{ color: #fff; }
.traitPic .se{ position: absolute; top: 50%; margin-top: -25px; display: block; width: 50px; height: 50px; border-radius: 50%; border: rgba(0,0,0,0.08) solid 2px; }
.traitPic .se:hover{ background: #1062a6; border: #1062a6 solid 2px;}
.traitPic .prev{ left: 50%; margin-left: -9.0rem;}
.traitPic .next{ right: 50%; margin-right: -9.0rem;}
.traitPic .prev:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 15px; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_left.png) no-repeat; }
.traitPic .next:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 15px; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_right.png) no-repeat; }
.traitPic .prev:hover:after{ background: url(../images/nimg8_lefton.png) no-repeat;}
.traitPic .next:hover:after{ background: url(../images/nimg8_righton.png) no-repeat;}
.traitPic .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.6rem;}
.traitPic .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; border-radius: 50%; border: #ddd solid 1px; background: #fff; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.traitPic .swiper-pagination-bullet-active { border: #1062a6 solid 1px; background: #1062a6;}

.parkP1{ padding-bottom: 1.4rem; }
.parkP1 .sectionTxt{ margin-top: 0.2rem; }
.parkP1 .content{ margin-top: 0.5rem; text-align: justify; font-size: 0.18rem; line-height: 0.36rem; font-family: 'MiSans-L'; }

.parkP1 .numList{ padding: 0.7rem 0 0.8rem; }
.parkP1 .numList ul{ display: flex; display: -webkit-flex; justify-content: space-between; -webkit-justify-content: space-between; }
.parkP1 .numList li{ padding-left: 0.7rem; position: relative; }
.parkP1 .numList li .ico{ position: absolute; left: 0; top: 0; }
.parkP1 .numList li .ico img{ width: 0.53rem; }
.parkP1 .numList li .pj{ height: 0.75rem; }
.parkP1 .numList li .num{ display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end; }
.parkP1 .numList li .numUp{ font-family:'Mont-B'; font-size: 0.74rem; line-height: 0.56rem; color: #1062a6; padding-right: 0.2rem;}
.parkP1 .numList li p{ font-family: 'MiSans-L'; font-size: 0.22rem; color: #333; height: 0.46rem; position: relative; display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.parkP1 .numList li span{ position: absolute; left: 0; top: -5px; width: 16px; height: 16px; background: url(../images/nimg16_1.png) no-repeat; }
.parkP1 .numList li .wen{ font-size: 0.16rem; line-height: 0.16rem; }

.parkP1 .mxfDiv{ overflow: hidden; margin-right: -0.12rem; }
.parkP1 .bigImg{ width: 54.9%; }
.parkP1 .l7Div{ width: 45.1%; }
.parkP1 .bigImg .rbox{ margin-right: 0.12rem; height: 5.8rem; border-radius: 8px; overflow: hidden; }
.parkP1 .bigImg .rbox img{ width: 100%; height: 100%; object-fit: cover; }
.parkP1 .l7Div .rbox{ margin-right: 0.12rem; }
.parkP1 .topImg{ height: 3.49rem; border-radius: 8px; overflow: hidden; }
.parkP1 .topImg img{ width: 100%; height: 100%; object-fit: cover; }
.parkP1 .botList{ margin-top: 0.12rem; }
.parkP1 .botList dl{ margin-right: -0.12rem; margin-bottom:0; }
.parkP1 .botList dd{ float: left; width: 50%; }
.parkP1 .botList dd .limg{ margin-right: 0.12rem; height: 2.19rem; border-radius: 8px; overflow: hidden;  }
.parkP1 .botList dd .limg img{ width: 100%; height: 100%; object-fit: cover; }

.parkP2{ padding-bottom:1.3rem;}
.parkP2 img{ width: 100%; }

.parkP3{ padding-bottom: 1.3rem; }
.parkP3 .sectionTxt{ margin-bottom: 0.7rem; }
.parkP3 .videobox{ width: 100%; height: 7.4rem; position: relative; overflow: hidden; border-radius: 8px;}
.parkP3 .videobox .imgDiv{ height: 7.4rem; }
.parkP3 .videobox .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.parkP3 .videobox video{ max-width:100%; max-height:7.4rem; position:absolute; top:50%; transform: translateY(-50%); left:0; right: 0; margin: 0 auto; z-index:-1; visibility:hidden;opacity:0;object-fit:cover;}
.parkP3 .videobox.cur{ background:#000;}
.parkP3 .videobox.cur .imgDiv,.parkP3 .videobox.cur .playbox{z-index:-1;visibility:hidden;opacity:0;}
.parkP3 .videobox.cur video{z-index:2;visibility:visible;opacity:1;}
.parkP3 .videobox .playbox{ cursor:pointer; position:absolute; left:50%; top:50%; width: 80px; height: 80px; margin-left:-40px; margin-top:-40px; z-index:1;}
.parkP3 .videobox .playbox img{ width: 80px; }

.parkP4{ padding-bottom: 1.6rem; }
.parkP4 .sectionTxt{ margin-bottom: 0.6rem; }
.parkP4 .mxfDiv{ background: #fff; border-radius: 12px; overflow: hidden; box-shadow: 0 0 0.35rem 0 rgba(0,0,0,0.08); }
.parkP4 .conDiv{ width: 8.2rem; padding: 0 1.0rem; }
.parkP4 .msgList li{ position: relative; min-height: 0.6rem; margin-bottom: 0.3rem; padding-left: 0.8rem; font-size: 0.22rem; line-height: 0.6rem; font-family: 'MiSans-L'; }
.parkP4 .msgList li:last-child{ margin-bottom: 0; }
.parkP4 .msgList li .ico{ position: absolute; left: 0; top: 0; border: #72bb38 solid 1px; width: 0.6rem; height: 0.6rem; border-radius: 50%; background: #fff; box-shadow: 0 0 0.35rem 0 rgba(0,0,0,0.06); }
.parkP4 .msgList li .ico img{ position: absolute; left: 50%; top: 50%; margin-top: -11px; margin-left: -11px; }
.parkP4 .leftImg{ width: 8.2rem; overflow: hidden; order: 1;}
.parkP4 .leftImg img{ width: 100%; }

.newsBox{ padding-bottom: 1.2rem; }
.newShow .name{ font-size: 0.36rem; line-height: 0.48rem; color: #333; font-weight: 400; font-family: 'MiSans-B'; margin-bottom: 0.35rem; }
.newShow .time{ overflow: hidden; padding-bottom: 0.5rem;}
.newShow .time li{ float: left; padding-right: 25px; font-size: 14px; position: relative; padding-left: 30px; color: #ccc; }
.newShow .time li img{ position: absolute; left: 0; top: 50%; margin-top: -7px; }
.newShow .content{ font-size: 16px; line-height: 30px; }
.newShow .imgDiv{ padding: 50px 0 30px; text-align: center; }
.newShow .content img{ max-width: 10.4rem; }
.newShow .content p{ text-align: center;}
.newShow .links{ margin-top:0.5rem;}
.newShow .links a{ font-size: 16px; line-height:28px; color:#1062a6; text-decoration:underline;}

.sideNews .titleDiv .cn{ font-size: 0.22rem; line-height: 0.22rem; color: #393435; font-weight: bold; padding-bottom: 0.15rem;}
.sideNews .titleDiv .en{ font-size: 16px; line-height: 16px; color: #999; }
.sideNews .list li a{ display: block; padding: 0.4rem 0; border-bottom: #e6e6e6 solid 1px;}
.sideNews .list li .name{ font-size: 0.24rem; line-height: 0.36rem; color: #333; height: 0.36rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.sideNews .list li .content{ margin-top: 0.1rem; height: 0.52rem; line-height: 0.26rem; overflow: hidden; font-size: 0.15rem; color: #999; }
.sideNews .list li .time{ font-size: 14px; padding-top: 0.25rem; color: #999; }
.sideNews .list li:hover .name{ color: #1062a6;}

.pageDown{ padding-top: 35px; }
.pageDown li{ font-size: 16px; }
.pageDown li a{ display: block; height: 46px; line-height: 46px; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.pageDown li a:hover{ color: #1062a6; }
.pageDown li em{ color: #999; }

.backBtn{ padding-top: 0.5rem; }
.backBtn a{ display: block; height: 50px; line-height: 50px; color: #fff; font-size: 16px; border-radius: 24px; background: #1062a6; text-align: center; }
.backBtn img{ margin-left: 10px; position: relative; top: -1px; }

.dutyP1{ padding: 0.3rem 0 1.4rem; }
.dutyP1 .touDiv{ position:relative; z-index:1;}

.reportPic{ position: relative; margin-top: 0.6rem;}
.reportPic .swiper-container { width: 100%; overflow: hidden; position: static; }
.reportPic .imgDiv{ height: 5.0rem; overflow: hidden; }
.reportPic .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.reportPic .name{ margin-top: 0.22rem; height: 0.32rem; line-height: 0.32rem; font-family: 'MiSans-M'; font-size: 0.18rem; color: #333; overflow: hidden; }
.reportPic .time{ float: left; line-height: 0.3rem; font-size: 0.14rem; color: #bababa; font-family: 'Mont-L'; }
.reportPic .look{ float: left; margin-left: 0.2rem; padding-left: 25px; background: url(../images/nimg16_2.png) left center no-repeat; line-height: 0.3rem; font-size: 0.14rem; color: #1062a6; font-family: 'MiSans-L'; }
.reportPic .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1); }
.reportPic .box:hover .name{ color: #1062a6; }
.reportPic .bottom{ position: relative; z-index: 1; margin-top: 0.6rem; display: flex; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; align-items: flex-end;}
.reportPic .swiper-pagination { position: relative; width: calc(100% - 3.4rem); height: 2px; background-color: #e1e6e7;}
.reportPic .swiper-pagination-progress .swiper-pagination-progressbar{ height: 2px; background-color: #1062a6; position: absolute; left: 0; top: 0; z-index: 10; width: 100%; transform-origin: left center;}
.reportPic .arrowDiv{ font-size: 0; padding-right: 1.0rem; }
.reportPic .arrowDiv .se{ position: relative; display: inline-block; width: 50px; height: 50px; border-radius: 50%; border: #e2e7e8 solid 2px; box-sizing: border-box;}
.reportPic .arrowDiv .se:hover{ background: #1062a6; border: #1062a6 solid 2px;}
.reportPic .arrowDiv .prev{ margin-right: 0.2rem; }
.reportPic .arrowDiv .prev:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 15px; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_left.png) no-repeat; }
.reportPic .arrowDiv .next:after{ content: ''; position: absolute; left: 50%; top: 50%; width: 8px; height: 15px; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_right.png) no-repeat; }
.reportPic .arrowDiv .prev:hover:after{ background: url(../images/nimg8_lefton.png) no-repeat;}
.reportPic .arrowDiv .next:hover:after{ background: url(../images/nimg8_righton.png) no-repeat;}
.reportPic .num{ position: absolute; left: 0; top: 0.15rem; z-index: 1; font-size: 0.16rem; color: #999; font-family: 'Mont-L';}

.dutyP2{ overflow:hidden;}
.dutyP2 .txt{ margin: 0.5rem 0 0.7rem; color: #72bb38; font-size: 0.3rem; line-height: 0.3rem; }
.envirPic{ position:relative; padding-bottom:1.2rem;}
.envirPic .list { width: 43.4rem; position: relative; left: 50%; margin-left: -21.7rem;}
.envirPic .swiper-slide .mxfDiv{ width: 14.0rem; position: relative; overflow: hidden; margin: 0 auto; border-radius: 0.12rem;}
.envirPic .swiper-slide .mxfDiv a{ display:block; position:relative; width:100%; height:100%;}
.envirPic .swiper-slide .imgDiv{ height:7.2rem;}
.envirPic .swiper-slide .imgDiv img{ width: 100%; height:100%; object-fit:cover; }
.envirPic .swiper-slide .conDiv{ position: absolute; z-index: 1; visibility: hidden; opacity: 0; left: -4.5rem; top: 50%; margin-top: -2.05rem; width: 6.6rem; height: 4.1rem; background: rgba(255,255,255,0.9); backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); padding: 0.72rem 0.6rem 0; border-radius: 0.1rem; }
.envirPic .swiper-slide .line{ position:absolute; left:-0.1rem; width:0.1rem; height:3.9rem; top:50%; margin-top:-1.95rem; background:#0f5fa1; border-top-left-radius:0.1rem; border-bottom-left-radius:0.1rem;}
.envirPic .swiper-slide .name{ font-size: 0.36rem; line-height: 0.48rem; color:#333; font-family:'MiSans-M'; }
.envirPic .swiper-slide .en{ font-size: 0.14rem; line-height: 0.3rem; color: #1062a6; font-family: 'Mont-L'; text-transform: uppercase; }
.envirPic .swiper-slide .msg{ margin-top: 0.2rem; font-size: 0.18rem; line-height: 0.32rem; max-height: 1.92rem; overflow: auto; color: #333; font-family: 'MiSans-L'; }
.envirPic .swiper-slide .msg::-webkit-scrollbar { width: 4px;}
.envirPic .swiper-slide .msg::-webkit-scrollbar-track { background-color: #e5e9ee;}
.envirPic .swiper-slide .msg::-webkit-scrollbar-thumb { background-color: #0c5fa4;} 
.envirPic .swiper-slide-active .conDiv{ left: 0.8rem; visibility: visible; opacity: 1; }
.envirPic .arrowDiv{ position:absolute; right:50%; margin-right:-8.2rem; bottom:0; z-index:1;}
.envirPic .se { display:block; float:left; width: 50px; height: 50px; border-radius: 50%; border: #eaeef2 solid 1px; }
.envirPic .prev { margin-right:0.2rem; background: #fff url("../images/nimg8_left.png") center no-repeat; }
.envirPic .next { background: #fff url("../images/nimg8_right.png") center no-repeat; }
.envirPic .se:hover{ border: #0f5fa1 solid 1px; }
.envirPic .prev:hover{ background: #0f5fa1 url("../images/nimg8_lefton.png") center no-repeat;}
.envirPic .next:hover { background: #0f5fa1 url("../images/nimg8_righton.png") center no-repeat; }

.dutyP3{ padding: 1.4rem 0 1.3rem; }
.dutyP3 .list{ margin-top: 0.6rem; }
.dutyP3 .list ul{ margin-right: -0.32rem; }
.dutyP3 .list li{ float: left; width: 25%; }
.dutyP3 .list li .box{ cursor: pointer; margin-right: 0.32rem; overflow: hidden; height: 4.4rem; position: relative; background: #fff; border-radius: 0.1rem; padding: 1.0rem 0.4rem 0; box-shadow: 0 0 0.35rem 0 rgba(12,75,128,0.06);}
.dutyP3 .list li .box:before{ content: ''; opacity: 0; visibility: hidden; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(16,98,166,0.8); }
.dutyP3 .list li .box .ico{ position: relative; z-index: 2; width: 0.84rem; height: 0.84rem; border-radius: 50%; margin: 0 auto; background: #1062a6; }
.dutyP3 .list li .box .ico img{ width: 0.4rem; position: absolute; left: 50%; top: 50%; margin-left: -0.2rem; margin-top: -0.2rem; }
.dutyP3 .list li .box .ico .img1{ opacity: 0; }
.dutyP3 .list li .box .name{ position: relative; z-index: 2; margin-top: 0.5rem; text-align: center; font-size: 0.24rem; line-height: 0.24rem; color: #333;  }
.dutyP3 .list li .box .msg{ position: relative; z-index: 2; margin-top: 0.15rem; font-family: 'MiSans-L'; font-size: 0.18rem; line-height: 0.3rem; text-align: center; }
.dutyP3 .list li .box:hover{ background: url(../images/nimg386_21.jpg) center no-repeat; background-size: cover; box-shadow: 0 0 0.35rem 0 rgba(12,72,122,0.3);}
.dutyP3 .list li .box:hover:before{ opacity: 1; visibility: visible; }
.dutyP3 .list li .box:hover .ico{ background: #fff; }
.dutyP3 .list li .box:hover .ico img{ opacity: 0; }
.dutyP3 .list li .box:hover .ico .img1{ opacity: 1; }
.dutyP3 .list li .box:hover .name{ color: #fff; }
.dutyP3 .list li .box:hover .msg{ color: rgba(255,255,255,0.7); }

.dutyP4{ padding-bottom: 1.6rem; }
.dutyP4 .list{ margin-top: 0.6rem; }
.dutyP4 .list ul{ margin-right: -0.4rem; width: auto; display: block; }
.dutyP4 .list li{ float: left; width: 33.33%; }
.dutyP4 .list li .box{ margin-right: 0.4rem; border-radius: 0.1rem; overflow: hidden; box-shadow: 0 0 0.35rem 0 rgba(0,0,0,0.08);}
.dutyP4 .list li .imgDiv{ height: 3.3rem; overflow: hidden;}
.dutyP4 .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.dutyP4 .list li .botDiv{ background: #fff; height: 1.5rem; padding: 0.3rem 0.45rem 0; text-align: center; }
.dutyP4 .list li .name{ line-height: 0.32rem; color: #222; font-size: 0.22rem; font-family: 'MiSans-M'; }
.dutyP4 .list li .msg{ margin-top: 0.05rem; font-size: 0.16rem; line-height: 0.3rem; color: #444; font-family: 'MiSans-L'; }
.dutyP4 .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.dutyP4 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.6rem;}
.dutyP4 .swiper-pagination-bullet { position: relative; width: 0.2rem; height: 0.2rem; opacity: 1; border-radius: 50%; border: #ddd solid 1px; background: #fff; margin-left: 0.15rem!important; margin-right: 0.15rem!important; } 
.dutyP4 .swiper-pagination-bullet-active { border: #1062a6 solid 1px; background: #1062a6;}


/* 水纹 */


.accelerate {
    position: relative;
}


.ripples-box canvas {
    width         : 100%;
    height        : 100%;
    display       : inline-block;
    vertical-align: baseline;
}




































