﻿/*banner*/
.ind-banner{width: 100%; overflow: hidden;} 
.ind-banner .swiper-slide {position: relative;}
/*.ind-banner .swiper-slide .bg{ height: 100vh; }*/
.ind-banner .swiper-slide .bg img{width: 100%; /*height: 100%; object-fit: cover;*/}
.ind-banner .swiper-slide a{ display: block; width: 100%; height: 100%; }
.ind-banner .onebox{ position: absolute; left: 50%; margin-left: -5.08rem; z-index: 1; top: 34%; }
.ind-banner .onebox .txt{ font-size: 0.44rem; line-height: 0.6rem; color: #22a538; font-weight: bold; }
.ind-banner .onebox .wen{ margin-top: 0.1rem; font-size: 0.3rem; line-height: 0.36rem; color: #22a538; }
.ind-banner .twobox{ position: absolute; left: 50%; margin-left: -7.68rem; z-index: 1; top: 28%; background:rgba(255,255,255,0.3); padding:0.5rem 0.3rem; border-radius:10px; }
.ind-banner .twobox .txt{ font-size: 0.4rem; line-height: 0.6rem; color: #dc7e00; font-weight: bold; }
.ind-banner .twobox .wen{ padding-top: 0.05rem; font-size: 0.36rem; line-height: 0.48rem; color: #19853a; font-weight: bold; }
.ind-banner .twobox .msg{ margin-top: 0.15rem; line-height: 0.32rem; color: #19853a; font-size: 0.22rem; font-weight:bold; }
.ind-banner .threebox{ position: absolute; left: 0; width: 100%; text-align: center; z-index: 1; top: 18%; }
.ind-banner .threebox .txt{ font-size: 0.4rem; line-height: 0.4rem; color: #70b332; font-weight: bold; }
.ind-banner .threebox .txt em{ padding: 0 0.23rem; }
.ind-banner .fourbox{ position: absolute; left: 50%; margin-left: -6.3rem; z-index: 1; top: 16%; }
.ind-banner .fourbox .txt{ font-size: 0.4rem; line-height: 0.6rem; color: #06498f; font-weight: bold; }
.ind-banner .fourbox .wen{ position: relative; margin-top: 0.05rem; padding-bottom: 0.25rem; font-size: 0.36rem; line-height: 0.48rem; color: #333; font-weight: bold; }
.ind-banner .fourbox .wen:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 30px; height: 2px; background: rgba(0,0,0,0.3);}
.ind-banner .fourbox .wen em{ padding: 0 0.2rem; }
.ind-banner .fourbox .wen em:first-child{ padding:0 0.2rem 0 0;}
.ind-banner .fourbox .msg{ margin-top: 0.15rem; line-height: 0.32rem; color: #333; font-size: 0.18rem; }
.ind-banner .fourbox .msg em{ padding: 0 0.2rem; }
.ind-banner .fourbox .msg em:first-child{ padding:0 0.2rem 0 0;}
.ind-banner .fivebox{ position: absolute; right: 50%; margin-right: -4.78rem; z-index: 1; top: 42%; text-align: right; }
.ind-banner .fivebox .txt{font-size: 0.4rem;line-height: 0.6rem;color: #e78f34;font-weight: bold;}
.ind-banner .fivebox .wen{position: relative;margin-top: 0.05rem;padding-bottom: 0.25rem;font-size: 0.36rem;line-height: 0.48rem;color: #f5efab;font-weight: bold;}
.ind-banner .fivebox .wen:after{content: '';position: absolute;right: 0;bottom: 0;width: 30px;height: 2px;background: #f5efab;}
.ind-banner .fivebox .wen em{ padding: 0 0.2rem; }
.ind-banner .fivebox .wen em:last-child{ padding:0 0 0 0.2rem;}
.ind-banner .fivebox .msg{margin-top: 0.15rem;line-height: 0.32rem;color: #f5efab;font-size: 0.18rem;}
.ind-banner .fivebox .msg em{ padding: 0 0.2rem; }
.ind-banner .fivebox .msg em:last-child{ padding:0 0 0 0.2rem;}

.ind-banner .water{ position:absolute; left:50%; margin-left:-7.68rem; top:1.35rem; z-index:1; width:0.85rem;}
.ind-banner .water img{ width:100%;}
.ind-banner .water2{ position:absolute; right:50%; margin-right:-6.2rem; top:3.75rem; z-index:1; width:0.85rem;}
.ind-banner .water2 img{ width:100%;}
.ind-banner .leftRound{ position:absolute; left:50%; margin-left:-7.98rem; bottom:1.35rem; z-index:1; width:3.78rem; height:3.78rem; border:#fff solid 5px; border-radius:50%; overflow:hidden; box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);}
.ind-banner .leftRound img{ width:100%;}
.ind-banner .rightRound{ position:absolute; left:50%; margin-left:-3.3rem; bottom:0.8rem; z-index:1; width:3.12rem; height:3.12rem; border:#fff solid 5px; border-radius:50%; overflow:hidden; box-shadow: 0 0 0.3rem rgba(0, 0, 0, 0.3);}
.ind-banner .rightRound img{ width:100%;}
.ind-banner .leftRound, .ind-banner .rightRound, .ind-banner .water, .ind-banner .water2{ transform:scale(0.5);-webkit-transform:scale(0.5); opacity: 0;
  visibility: hidden;
  transition: all 1.0s ease;
  -webkit-transition: all 1.0s ease;
  -moz-transition: all 1.0s ease;
  -ms-transition: all 1.0s ease;
  -o-transition: all 1.0s ease;
  transition-delay: 0.8s;}
.ind-banner .leftRound{ transition-delay: 0.5s;}
.ind-banner .txt, .ind-banner .wen, .ind-banner .msg{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 .txt, .ind-banner .swiper-slide-active .wen, .ind-banner .swiper-slide-active .msg{
  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-slide-active .leftRound, .ind-banner .swiper-slide-active .rightRound, .ind-banner .swiper-slide-active .water, .ind-banner .swiper-slide-active .water2{opacity: 1;
  visibility: visible;
   transform:scale(1.0);-webkit-transform:scale(1.0);}


.ind-banner .swiper-pagination { display: block; bottom: 50px; left: 50%; width: auto; text-align: center; transform: translateX(-50%); -o-transform: translateX(-50%); -moz-transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.ind-banner .swiper-pagination:before{ content: ''; position: absolute; top: 50%; left: 50%; width: calc(100% - 20px); height: 1px; background: #fff; transform: translate(-50%, 0); -o-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -webkit-transform: translate(-50%, 0); }
.ind-banner .swiper-pagination .swiper-pagination-bullet { position: relative; width: 10px; height: 10px; box-sizing: border-box; margin: 0 0.55rem; border: solid 2px #fff; border-radius: 50%; background: none; opacity: 1;}
.ind-banner .swiper-pagination .swiper-pagination-bullet:after{ content: ''; position: absolute; top: 50%; left: 50%; width: 26px; height: 26px; background: #a8aeb0; border: solid 1px #fff; opacity: 0; border-radius: 50%; transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; }
.ind-banner .swiper-pagination .swiper-pagination-bullet:before{ content: ''; position: absolute; top: 50%; left: 50%; width: 34px; height: 36px; margin: -18px 0 0 -17px; background: url(../images/ico1.png) no-repeat center; background-size: 100%; opacity: 0; transform: rotate(-90deg); -o-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -webkit-transform: rotate(-90deg); transition: all 0.5s; -o-transition: all 0.5s; -moz-transition: all 0.5s; -webkit-transition: all 0.5s; }
.ind-banner .swiper-pagination .swiper-pagination-bullet:hover::after { opacity: 0.5;}
.ind-banner .swiper-pagination .swiper-pagination-bullet:first-of-type { margin: 0 0.55rem 0 0;}
.ind-banner .swiper-pagination .swiper-pagination-bullet:last-of-type{ margin: 0 0 0 0.55rem; }
.ind-banner .swiper-pagination .swiper-pagination-bullet-active::after { display: none;}
.ind-banner .swiper-pagination .swiper-pagination-bullet-active::before { opacity: 1; transform: rotate(0); -o-transform: rotate(0); -moz-transform: rotate(0); -webkit-transform: rotate(0);}

/*banner结束*/

.indexTxt{ text-align: center; padding-bottom: 0.6rem;}
.indexTxt .en{ font-size: 0.48rem; line-height: 0.48rem; color: #22a538; font-family:'bold'; text-transform: uppercase;}
.indexTxt .cn{ padding-top: 0.1rem; font-size: 0.36rem; line-height: 0.36rem; color: #222; font-weight: bold; }

.indexP1{ padding: 1.2rem 0 2.15rem; position: relative; overflow: hidden; }
.indexP1 .leftDiv{ width: 7.48rem; position: relative; z-index: 2; }
.indexP1 .leftDiv a{ display: block; position: relative; overflow: hidden; border-radius: 10px;}
.indexP1 .leftDiv a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 300px; background: url(../images/bg1.png) repeat-x; }
.indexP1 .leftDiv .imgDiv img{ width: 100%; }
.indexP1 .leftDiv .conLayer{ position: absolute; left: 0; bottom: 0.35rem; width: 100%; padding: 0 0.4rem; color: #fff; box-sizing: border-box; z-index: 1; }
.indexP1 .leftDiv .time{ font-size: 0.16rem; line-height: 0.32rem; font-family: 'light'; }
.indexP1 .leftDiv .name{ font-size: 0.2rem; line-height: 0.36rem; height: 0.36rem; overflow: hidden; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; }
.indexP1 .leftDiv a:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.indexP1 .rightList{ width: 7.48rem; position: relative; z-index: 2; }
.indexP1 .rightList li{ margin-bottom: 0.26rem; }
.indexP1 .rightList li:last-child{ margin-bottom: 0; }
.indexP1 .rightList li a{ display: block; padding: 0 3.5rem 0 0.4rem; position: relative; height: 1.88rem; overflow: hidden;/* background: url(../images/nimg748Bg.png) left top no-repeat; background-size: 100%;*/}
.indexP1 .rightList li .imgDiv{ position: absolute; right: 0; top: 0; width:2.88rem; height: 1.88rem; border-radius: 10px; overflow: hidden; z-index:1; }
.indexP1 .rightList li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.indexP1 .rightList li .time{ padding-top: 0.25rem; color: rgba(0,0,0,0.35); font-size: 0.16rem; line-height: 0.26rem; font-family: 'light'; }
.indexP1 .rightList li .name{ margin-top: 0.05rem; font-size: 0.2rem; line-height: 0.28rem; height: 0.56rem; overflow: hidden; color: #333; }
.indexP1 .rightList li .ico{ position:relative; margin-top: 0.25rem; width: 0.42rem; height: 0.26rem; border-radius: 0.36rem; border:#22a538 solid 2px; box-sizing:border-box; }
.indexP1 .rightList li .ico:after{content: ''; position: absolute; left: 50%; top: 50%; margin-left: -3px; margin-top: -5px; width: 6px; height: 10px; background: url(../images/ico3on.png) no-repeat; }
/*.indexP1 .rightList li a:hover{ background: url(../images/nimg748Bgon.png) left top no-repeat; background-size: 100%;}*/
.indexP1 .rightList li a:hover .time, .indexP1 .rightList li a:hover .name{ color: #22a538; }
.indexP1 .rightList li a:hover .ico{ border:none; background: url(../images/nimg44Bg.png) center no-repeat;}
.indexP1 .rightList li a:hover .ico:after{ background: url(../images/ico3.png) no-repeat;}
.indexP1 .rightList li a:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.indexP1 canvas { display:none; position: absolute; left: 0; bottom: -4.0rem; z-index: 1; width: 100%;/* height: 2.5rem */}

.contact{ padding: 1.6rem 0 2.2rem; position: relative; overflow: hidden; }
.contact .leftDiv{ width: 6.8rem; position:relative; z-index:2; }
.contact .txtDiv{ padding-bottom: 0.35rem; position: relative; }
.contact .txtDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 32px; height: 3px; background: #22a538; border-radius: 4px; }
.contact .txtDiv .en{ font-size: 0.48rem; line-height: 0.48rem; color: #22a538; padding-bottom: 0.2rem; font-family: 'bold'; text-transform: uppercase; }
.contact .txtDiv .cn{ font-size: 0.36rem; line-height: 0.36rem; color: #222; font-weight: bold;}
.contact .name{ font-size: 0.22rem; line-height: 0.24rem; color: #333; padding: 0.55rem 0 0.4rem; }
.contact .msgList li{ position: relative; margin-bottom: 0.2rem; padding-left: 0.54rem; line-height: 32px; font-size: 0.16rem;}
.contact .msgList li:last-child{ margin-bottom: 0; }
.contact .msgList li img{ position: absolute; left: 0; top: 0; }
.contact .rightImg{ width: 7.68rem; border-radius: 0.2rem; overflow: hidden; position:relative; z-index:2; }
.contact .rightImg img{ width: 100%; }

.contact canvas { position: absolute; left: 0; bottom: -4.0rem; z-index: 1; width: 100%; /*height: 2.5rem*/ }

.product{ padding: 1.2rem 0 1.4rem; }
.product .list{ padding: 0.6rem 0 0.3rem; }
.product .list ul{ margin-right: -0.6rem; }
.product .list li{ float: left; width: 33.33%; padding-bottom: 0.72rem; }
.product .list li .box{ margin-right: 0.6rem;box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2); border-radius:0.2rem; overflow:hidden; }
.product .list li .imgDiv{ height: 3.38rem; overflow: hidden; }
.product .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.product .list li .botDiv{ height: 1.5rem; box-sizing: border-box; padding: 0.3rem 0.4rem 0; background: url(../images/nimg472Bg.png) center no-repeat; background-size: cover; border-bottom-left-radius:16px; border-bottom-right-radius:16px; }
.product .list li .name{ text-align:center; font-size: 0.2rem; color: #333; height: 0.36rem; line-height: 0.36rem; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.product .list li .ico{ margin: 0.22rem auto 0; position: relative; width: 0.44rem; height: 0.28rem; border-radius: 0.36rem; background: url(../images/nimg44Bg.png) center no-repeat; background-size: 100%; }
.product .list li .ico:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -3px; margin-top: -5px; width: 6px; height: 10px; background: url(../images/ico3.png) no-repeat; }
.product .list li .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}
.product .list li .box:hover .botDiv{ background: url(../images/nimg472Bgon.png) center no-repeat; background-size: cover;}
.product .list li .box:hover .name{ color: #fff; }
.product .list li .box:hover .ico{ background: #fff; }
.product .list li .box:hover .ico:after{ background: url(../images/ico3on.png) no-repeat; }

.productShow{ padding-top: 1.15rem; }
.productShow .name{ font-size: 0.36rem; line-height: 0.48rem; color: #22a538; font-weight: bold; font-family: 'bold'; }
.productShow .content{ padding: 0.2rem 0 0.4rem; font-size: 0.18rem; line-height: 0.36rem; text-align: justify; font-weight:bold;}
.productShow .lunbo{ position: relative; }
.productShow .lunbo .list{ overflow: hidden; padding:0.2rem 0; }
.productShow .lunbo .list li{ cursor: pointer; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.2); border-radius:0.2rem; overflow:hidden;}
.productShow .lunbo .list .imgDiv{ height: 3.38rem; overflow: hidden; }
.productShow .lunbo .list .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.productShow .lunbo .list .txt{ height: 0.9rem; line-height: 0.3rem; padding:0 0.2rem; text-align: center; font-size: 0.2rem; color: #333; background: url(../images/nimg472Bg.png) center bottom no-repeat; background-size: 100%; border-bottom-left-radius:16px; border-bottom-right-radius:16px; overflow:hidden; }
.productShow .lunbo .se{ z-index: 2; display: block; position: absolute; width: 48px; height: 48px; top: 50%; margin-top: -24px; background: none; border: #22a538 solid 2px; border-radius: 50%; box-sizing: border-box;}
.productShow .lunbo .swiper-button-prev{ left: 50%; margin-left: -8.58rem; }
.productShow .lunbo .swiper-button-prev:after{ content: ''; position: absolute; width: 8px; height: 15px; left: 50%; top: 50%; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_left.png) center no-repeat; }
.productShow .lunbo .swiper-button-next{ right: 50%; margin-right: -8.58rem; }
.productShow .lunbo .swiper-button-next:after{ content: ''; position: absolute; width: 8px; height: 15px; left: 50%; top: 50%; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_right.png) center no-repeat; }
.productShow .lunbo .swiper-button-prev:hover{ background: url(../images/nimg48Bg.png) center no-repeat; border: none;}
.productShow .lunbo .swiper-button-next:hover{ background: url(../images/nimg48Bg.png) center no-repeat; border: none;}
.productShow .lunbo .swiper-button-prev:hover:after{ background: url(../images/nimg8_lefton.png) center no-repeat;}
.productShow .lunbo .swiper-button-next:hover:after{ background: url(../images/nimg8_righton.png) center no-repeat;}
.productShow .lunbo .list li.on .txt{ color: #fff; background: url(../images/nimg472Bgon.png) center bottom no-repeat; background-size: 100%;}
.productShow .lunbo .list li:hover .txt{ color: #fff; background: url(../images/nimg472Bgon.png) center bottom no-repeat; background-size: 100%;}

.productMxf{ padding: 0.8rem 0 1.4rem; }
.productMxf .name{ font-size: 0.36rem; line-height: 0.48rem; color: #22a538; font-weight: bold; font-family: 'bold'; }
.productMxf .content{ padding: 0.1rem 0 0.5rem; font-size: 0.18rem; line-height: 0.36rem; text-align: justify;}
.productMxf .wen{ font-size: 0.22rem; line-height: 0.22rem; color: #333; font-weight: bold; }
.productMxf .bigImg{ overflow: hidden; border-radius: 12px; /*border: #555 solid 2px; */}
.productMxf .bigImg img{ width: 100%; }

.partners{ background: #f6f7f9; padding: 1.2rem 0 1.3rem; }
.partners .pageTitle{ padding-bottom: 0.5rem; }
.partnerPic{ position: relative; }
.partnerPic .imgList{ overflow: hidden; padding:10px 0; }
.partnerPic .limg{ position: relative; background: #fff; height: 1.66rem;/* border: #555 solid 2px;*/ border-radius: 10px; overflow: hidden; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);  }
/*.partnerPic .limg:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 23px; background: url(../images/nimg232Bg.jpg) center no-repeat; background-size: cover; }*/
.partnerPic .limg img{ max-width: 1.9rem; max-height: 1.2rem; position: relative; z-index: 1; }
.partnerPic .se{ z-index: 2; display: block; position: absolute; width: 48px; height: 48px; top: 50%; margin-top: -24px; border: #22a538 solid 2px; border-radius: 50%; box-sizing: border-box;}
.partnerPic .prev{ left: 50%; margin-left: -8.58rem; }
.partnerPic .prev:after{ content: ''; position: absolute; width: 8px; height: 15px; left: 50%; top: 50%; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_left.png) center no-repeat; }
.partnerPic .next{ right: 50%; margin-right: -8.58rem; }
.partnerPic .next:after{ content: ''; position: absolute; width: 8px; height: 15px; left: 50%; top: 50%; margin-left: -4px; margin-top: -8px; background: url(../images/nimg8_right.png) center no-repeat; }
.partnerPic .prev:hover{ background: url(../images/nimg48Bg.png) center no-repeat; border:none; }
.partnerPic .next:hover{ background: url(../images/nimg48Bg.png) center no-repeat; border:none; }
.partnerPic .prev:hover:after{ background: url(../images/nimg8_lefton.png) center no-repeat;}
.partnerPic .next:hover:after{ background: url(../images/nimg8_righton.png) center no-repeat;}

.lybBtn{ position: fixed; right: 10px; top: 50%; margin-top: -73px; z-index: 5; }
.lybBtn a{ display: block; position: relative; text-align: center; font-size: 16px; color: #fff; width: 52px; padding-top: 56px; height: 146px; box-sizing: border-box; background: url(../images/nimg52Bg.png) no-repeat; }
.lybBtn a:before{ content: ''; position: absolute; left: 50%; top: 27px; margin-left: -10px; width: 20px; height: 20px; background: url(../images/nimg20_2.png) no-repeat; }
.lybBtn em{ display: block; width: 20px; margin: 0 auto; line-height: 20px; writing-mode: vertical-rl; text-orientation: sideways;}

.lyb-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;}
.lyb-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 */
}
.lybLayer{ width: 960px; padding: 0.5rem 0.9rem; margin: 0 auto; border-radius: 16px; background: #fff; position: relative; box-sizing: border-box; overflow: hidden;}
.lybLayer .close{position: absolute; display: block; right: 40px; top: 50px; width: 24px; height: 24px; background: url(../images/close2.png) center no-repeat; }
.lybLayer .wen{ text-align: center; font-size: 0.48rem; line-height: 0.48rem; color: #22a538; font-family: 'bold'; padding-bottom:0.2rem;}
.lybLayer .title{ color: #222; font-size: 0.36rem; padding: 0.2rem 0 0.4rem; font-weight: bold; line-height: 0.36rem; text-align: center;}
.lybLayer .form ul{ margin-right: -40px; }
.lybLayer .form li{ float: left; width: 50%; margin-bottom: 0.35rem; height: 52px; position: relative;}
.lybLayer .form .li01{ width: 100%; }
.lybLayer .form li .box{ margin-right: 40px; position: relative; height: 52px; padding-left: 170px;}
.lybLayer .form li .box:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #ededed; }
.lybLayer .form li .txt{ position: absolute; left: 0; top: 0; line-height: 52px; color: #333; font-size: 14px; width:160px; }
.lybLayer .form li .txt:after{ content:''; position:absolute; right:0; top:50%; margin-top:-10px; width:1px; height:20px; background:#ddd;}
.lybLayer .form li .txt em{ font-size: 14px; color: #f01f1f; padding-right: 5px; }
.lybLayer .form li .input1{ width: 100%; font-size: 14px; height: 52px; line-height: 56px; }
.lybLayer .btnDiv{ width: 1.8rem; margin: 0 auto; }
.lybLayer .btnDiv a{ display: block; width: 100%; font-size: 0.18rem; color: #fff; height: 0.56rem; line-height: 0.56rem; text-align: center; border-radius: 0.48rem; background: url(../images/nimg180Bg.png) no-repeat; background-size: cover;}

.success-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;}
.success-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 */
}

.thanks{ position: relative; width: 240px; height: 240px; margin: 0 auto;}
.thanks .limg img{ width: 240px; }
.thanks .close{position: absolute; display: block; right: -30px; top: -30px; width: 24px; height: 24px; background: url(../images/close2.png) center no-repeat; }

.newsP1{ padding: 1.2rem 0; }
.newsP1 .pageTitle{ padding-bottom: 0.7rem; }
.newsP1 .leftDiv{ width: 7.18rem; }
.newsP1 .leftDiv .imgDiv{ height: 4.56rem; border-radius: 0.24rem; overflow: hidden; }
.newsP1 .leftDiv .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.newsP1 .leftDiv .time{ padding-top: 0.25rem; line-height: 0.34rem; font-family: 'bold'; font-size: 0.16rem; color: #c5c8ca; }
.newsP1 .leftDiv .name{ font-size: 0.24rem; font-weight: bold; height: 0.36rem; line-height: 0.36rem; color: #000; font-weight: bold; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsP1 .leftDiv .ico{ margin-top: 0.25rem; position: relative; width: 0.44rem; height: 0.28rem; border-radius: 0.36rem; border:#22a538 solid 2px; box-sizing:border-box; }
.newsP1 .leftDiv .ico:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -3px; margin-top: -5px; width: 6px; height: 10px; background: url(../images/ico3on.png) no-repeat; }
.newsP1 .leftDiv .content{ display: none; }
.newsP1 .leftDiv:hover .name{ color: #22a538; }
.newsP1 .leftDiv:hover .ico{ background: url(../images/nimg44Bg.png) center no-repeat; border:none; background-size: 100%;}
.newsP1 .leftDiv:hover .ico:after{ background: url(../images/ico3.png) no-repeat;}

.newsP1 .rightDiv{ width: 7.68rem; }
.newsP1 .list{ overflow: hidden; padding-bottom: 2.0rem; position: relative;}
.newsP1 .list .imgDiv{ height: 2.28rem; border-radius: 0.2rem; overflow: hidden; }
.newsP1 .list .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.newsP1 .list .time{ padding-top: 0.25rem; line-height: 0.36rem; font-family: 'bold'; font-size: 0.16rem; color: #c5c8ca; }
.newsP1 .list .name{ font-size: 0.2rem; font-weight: bold; height: 0.56rem; line-height: 0.28rem; color: #000; font-weight: bold; overflow: hidden; }
.newsP1 .list .ico{ margin-top: 0.3rem; position: relative; width: 0.44rem; height: 0.28rem; border-radius: 0.36rem; border:#22a538 solid 2px; box-sizing:border-box; }
.newsP1 .list .ico:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -3px; margin-top: -5px; width: 6px; height: 10px; background: url(../images/ico3on.png) no-repeat; }
.newsP1 .list .content{ display: none; }
.newsP1 .list a:hover .name{ color: #22a538;}
.newsP1 .list a:hover .ico{ background: url(../images/nimg44Bg.png) center no-repeat; border:none; background-size: 100%;}
.newsP1 .list a:hover .ico:after{ background: url(../images/ico3.png) no-repeat;}
.newsP1 .arrowDiv{ position: absolute; right: 0; bottom: 0; }
.newsP1 .arrowDiv .se{ display: block; position: relative; float: left; margin-left: 0.3rem; width: 0.6rem; height: 0.6rem; border-radius: 50%; border: #22a538 solid 2px; box-sizing: border-box; }
.newsP1 .arrowDiv .prev:after{ content: ''; position: absolute; width: 12px; height: 22px; left: 50%; top: 50%; margin-left: -6px; margin-top: -11px; background: url(../images/nimg12_left.png) center no-repeat; }
.newsP1 .arrowDiv .next:after{ content: ''; position: absolute; width: 12px; height: 22px; left: 50%; top: 50%; margin-left: -6px; margin-top: -11px; background: url(../images/nimg12_right.png) center no-repeat; }
.newsP1 .arrowDiv .se:hover{ background: url(../images/nimg90Bg.png) center no-repeat; background-size: 100%; border: none; }
.newsP1 .arrowDiv .prev:hover:after{ background: url(../images/nimg12_lefton.png) center no-repeat;}
.newsP1 .arrowDiv .next:hover:after{ background: url(../images/nimg12_righton.png) center no-repeat;}


.newsP2{ background: #f6f7f9; padding: 1.2rem 0 1.4rem; }
.newsP2 .detail{ margin-top: 0.6rem; height: 5.0rem;/* background: url(../images/newsBg.png) center no-repeat; background-size: cover;*/}
.newsP2 .detail .imgList{ overflow:hidden;}
.newsP2 .detail li a{ display:block; padding: 0 1.1rem 0 8.56rem; height: 5.0rem; position: relative;}
.newsP2 .detail .imgDiv{ position: absolute; left: 0; top: 0; width: 50%; height: 5.0rem; border-radius: 0.12rem; overflow: hidden;}
.newsP2 .detail .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.newsP2 .detail .swiper-pagination{ width:50%;}
.newsP2 .detail .swiper-pagination-bullet { background: #fff; opacity: 1; } 
.newsP2 .detail .swiper-pagination-bullet-active { background: #22a538; } 
.newsP2 .detail .conDiv{ height: 4.6rem; }
.newsP2 .detail .time{ padding-bottom: 0.1rem; font-size: 0.16rem; line-height: 0.16rem; font-family: 'bold'; color: #c5c8ca; }
.newsP2 .detail .name{ font-size: 0.3rem; line-height: 0.46rem; overflow: hidden; height: 0.46rem; color: #000; font-weight: bold; text-overflow: ellipsis; white-space: nowrap; font-family: 'bold';}
.newsP2 .detail .msg{ margin-top: 0.2rem; font-size: 0.16rem; line-height: 0.3rem; height: 0.9rem; color: #666; }
.newsP2 .detail .more{ margin-top: 0.7rem; background: url(../images/nimg144Bg.png) no-repeat; background-size: 1.44rem; width: 1.44rem; height: 0.5rem; line-height: 0.5rem; border-radius: 0.48rem; font-size: 0.16rem; color: #fff; }
.newsP2 .detail .more img{ margin-left: 10px; }
.newsP2 .detail .content{ display: none; }
.newsP2 .detail li a:hover .name{ color: #22a538; }

.newsP2 .list{ padding: 0.2rem 0 1.0rem; }
.newsP2 .list li a{ display: block; height: 4.2rem; position: relative; padding-left: 5.4rem; }
.newsP2 .list li a:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; background: #e3e4e5; }
.newsP2 .list li .imgDiv{ position: absolute; left: 0; top: 0.6rem; width: 4.72rem; height: 3.0rem; border-radius: 0.2rem; overflow: hidden; }
.newsP2 .list li .imgDiv img{ width: 100%; height: 100%; object-fit: cover; }
.newsP2 .list li .time{ padding-top: 0.8rem; font-size: 0.16rem; line-height: 0.16rem; color: #c5c8ca; font-family: 'bold'; }
.newsP2 .list li .name{ margin-top: 0.3rem; font-weight: bold; height: 0.4rem; line-height: 0.4rem; font-size: 0.24rem; color: #333; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.newsP2 .list li .msg{ margin-top: 0.1rem; font-size: 0.16rem; line-height: 0.3rem; height: 0.9rem; color: #666; }
.newsP2 .list li .ico{ margin-top: 0.2rem; position: relative; width: 48px; height: 48px; border: #22a538 solid 2px; box-sizing: border-box; border-radius:50%;  }
.newsP2 .list li .ico:after{ content: ''; position: absolute; left: 50%; top: 50%; margin-left: -4px; margin-top: -8px; width: 8px; height: 15px; background: url(../images/nimg8_right.png) no-repeat; }
.newsP2 .list li .content{ display: none; }
.newsP2 .list li a:hover:after{ height: 3px; background: #22a538; }
.newsP2 .list li a:hover .name{ color: #22a538; }
.newsP2 .list li a:hover .ico{ background: url(../images/nimg48Bg.png) no-repeat; border:none; }
.newsP2 .list li a:hover .ico:after{ background: url(../images/nimg8_righton.png) no-repeat;}

.pic-modal-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;}
.pic-modal-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 */
}
.pic-modal-box .l7-box{ background: #fff; position: absolute; top: 0; right: -83.33%; width: 83.33%; height: 100%; overflow: hidden; overflow-y: auto; opacity: 0; visibility: hidden; }
.pic-modal-box .l7-box.on{ right: 0; opacity: 1; visibility: visible; }

.pic-modal-box .halaDiv{ padding: 11.25% 0 120px; width: 960px; margin: 0 auto; max-width: 86%; }
.pic-modal-box .name{ font-size: 0.3rem; font-weight: bold; line-height: 0.46rem; color: #222; padding-bottom: 0.3rem; }
.pic-modal-box .label{ padding-bottom: 0.45rem; border-bottom: #eee solid 1px; overflow: hidden; }
.pic-modal-box .label li{ float: left; padding-left: 25px; color: #999; font-size: 14px; font-family: light; margin-right: 20px;}
.pic-modal-box .label .hit{ background: url(../images/nimg18_1.png) left center no-repeat; }
.pic-modal-box .label .time{ background: url(../images/nimg18_2.png) left center no-repeat; }
.pic-modal-box .content{ font-size: 16px; line-height: 36px; padding: 0.45rem 0 0.6rem; border-bottom: #ebebeb solid 1px; }
.pic-modal-box .content img{ max-width: 960px; display: block; margin: 0 auto;}
.pic-modal-box .content b{ display: block; color: #333; }
.pic-modal-box .close-box { position: fixed; z-index: 99; right: 83.33%; top: 50%; margin: -40px -40px 0 0;}
.pic-modal-box .close-box .btn-close{ display: block; font-size: 14px; width: 80px; height: 80px; padding-top: 45px; background: #22a538; color: #fff; line-height: 1; text-align: center; box-sizing: border-box; }
.pic-modal-box .close-box .btn-close:before{ content: ''; position: absolute; left: 50%; margin-left: -9px; top: 18px; width: 18px; height: 18px; background: url(../images/close.png) no-repeat; background-size: 18px; }

.pageDown{ padding-top: 0.5rem; }
.pageDown li{ font-size: 0.16rem; }
.pageDown li a{ display: block; height: 0.4rem; line-height: 0.4rem; overflow: hidden; color:#666; }
.pageDown li a:hover{ color: #22a538;}


.w768{ float:right; width: 7.68rem; position: sticky; top: 0; }
.aboutP1{ padding: 1.2rem 0 1.4rem; }
.aboutP1 .pageTitle{ padding-bottom: 0.6rem; }
/*.aboutP1 .mxfDiv{ height: 5.6rem; overflow: hidden; }*/
.aboutP1 .mxfDiv{ display:block; }
.aboutP1 .conDiv{ float:left; width: 50%; box-sizing: border-box; padding: 0 0.95rem 0 0; }
.aboutP1 .content{ font-size: 0.16rem; line-height: 0.3rem; color: #333; text-align: justify; }
.aboutP1 .content em{ color: #22a538; }
.aboutP1 .imgDiv{ border-radius: 0.16rem; overflow:hidden; }
.aboutP1 .imgDiv img{ width: 100%; }

.aboutP2{ background: url(../images/aboutP2.jpg) center no-repeat; background-size: cover; padding: 1.2rem 0; overflow: hidden; }
.aboutP2 .lie{ padding: 0.55rem 0 0.7rem; }
.aboutP2 .lie li{ position: relative; float: left; width: 33.33%; box-sizing: border-box; text-align: center; }
.aboutP2 .lie li:after{ content: ''; position: absolute; right: 0; top: 0.3rem; width: 1px; height: 1.0rem; background: #e0e1e2; }
.aboutP2 .lie li:last-child:after{ display: none; }
.aboutP2 .lie li .pj{ height: 0.9rem; position: relative; padding-top: 0.25rem; }
.aboutP2 .lie li .pj:after{ content: ''; position: absolute; left: 35%; margin-left: -37px; top: 0; width: 74px; height: 52px; background: url(../images/nimg74Bg.png) no-repeat; }
.aboutP2 .lie li .num{ position: relative; z-index: 1; display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end; justify-content: center; -webkit-justify-content: center; }
.aboutP2 .lie li .numUp{ font-family: 'bold'; font-size: 0.8rem; line-height: 0.6rem; color: #22a538; padding-right: 0.18rem;}
.aboutP2 .lie li .txt{ font-weight: bold; font-size: 0.66rem; line-height: 0.66rem; color: #22a538; padding-right: 0.18rem;}
.aboutP2 .lie li p{ font-size: 0.16rem; height: 0.66rem; color: #333; position: relative; display: flex; display: -webkit-flex; align-items: flex-end; -webkit-align-items: flex-end;}
.aboutP2 .lie li span{ position: absolute; left: 0; top: 0; width: 15px; height: 15px; background: url(../images/nimg15_2.png) no-repeat; }
.aboutP2 .lie li .wen{ font-size: 0.16rem; line-height: 0.16rem; color: #333;}

.aboutP2 .list {/* width: 19.0rem;*/ overflow: hidden; position: relative;}
.aboutP2 .list li{ display: block; position: relative;/* width: 4.48rem; height: 3.2rem;*/ }
.aboutP2 .list li .imgDiv{ border-radius: 0.12rem;/* border: #555 solid 2px;*/ position: relative; background: #fff; overflow: hidden;}
/*.aboutP2 .list li .imgDiv:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #ccc; }*/
.aboutP2 .list li .imgDiv img{ width: 100%; }
.aboutP2 .swiper-pagination{ display: none; position: relative; bottom: 0; padding-top: 0.45rem; }
.aboutP2 .swiper-pagination-bullet-active { background: #22a538;}
.aboutP2 .se{ z-index: 3; display: none; position: absolute; top: auto; bottom: 0; width: 0.8rem; height: 0.8rem; border-radius: 50%; border: #22a538 solid 2px; box-sizing: border-box;}
.aboutP2 .prev{ left: 50%; margin-left:-1.0rem; }
.aboutP2 .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; }
.aboutP2 .next{ right: 50%; margin-right:-1.0rem;  }
.aboutP2 .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; }
.aboutP2 .se:hover{ background: url(../images/nimg48Bg.png) no-repeat; border:none; background-size: 100%;}
.aboutP2 .prev:hover:after{ background: url(../images/nimg8_lefton.png) no-repeat;}
.aboutP2 .next:hover:after{ background: url(../images/nimg8_righton.png) no-repeat;}



.aboutP3{ padding: 1.2rem 0 1.4rem; }
.aboutP3 .pageTitle{ padding-bottom: 0.6rem; }
.aboutP3 .list{ overflow:hidden;}
.aboutP3 .list ul{ margin-right: -0.36rem; }
.aboutP3 .list li{ float: left; width: 33.33%; }
.aboutP3 .list li .box{ margin-right: 0.36rem; 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; }
.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: url(../images/nimg488Bg.png) no-repeat; background-size: 100%;}
.aboutP3 .list li .ico{ height: 1.4rem; }
.aboutP3 .list li .cn{ font-size: 0.36rem; line-height: 0.36rem; height: 0.5rem; color: #fff; }
.aboutP3 .list li .en{ font-family: 'bold'; 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{ padding-top: 0.5rem; font-size: 0.2rem; line-height: 0.2rem; color: #fff; }
.aboutP3 .list li .box:hover .after{ opacity: 1; visibility: visible; }
.aboutP3 .list li .box:hover .before{ opacity: 0; visibility: hidden; }
.aboutP3 .swiper-pagination{ display: none; position: relative; left: 0; bottom: 0; padding-top: 0.6rem;}
.aboutP3 .swiper-pagination-bullet { position: relative; width: 8px; height: 8px; opacity: 1; border-radius: 50%; background: rgba(0,0,0,0.2); } 
.aboutP3 .swiper-pagination-bullet-active { background: #22a538;}
.aboutP3 .se{ z-index: 3; display: none; position: absolute; top: auto; bottom: 0; width: 0.8rem; height: 0.8rem; border-radius: 50%; border: #22a538 solid 2px; box-sizing: border-box;}
.aboutP3 .prev{ left: 50%; margin-left:-1.0rem; }
.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{ right: 50%; margin-right:-1.0rem;  }
.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 .se:hover{ background: url(../images/nimg48Bg.png) no-repeat; border:none; background-size: 100%;}
.aboutP3 .prev:hover:after{ background: url(../images/nimg8_lefton.png) no-repeat;}
.aboutP3 .next:hover:after{ background: url(../images/nimg8_righton.png) no-repeat;}

.aboutP4{ background: #f6f7f9; padding: 1.2rem 0; overflow: hidden; }
.aboutP4 .pageTitle{ padding-bottom: 0.6rem; }

.economic{ position: relative;}
.economic .swiper-slide .container{ display: flex; display: -webkit-flex; flex-direction: column; -webkit-flex-direction: column; justify-content: center; -webkit-justify-content: center;}
.economic .swiper-slide { position: relative;}
.economic .swiper-slide .img { width: 6.0rem; height: 5.5rem; box-sizing: border-box;/* border: #555 solid 2px;*/ background:#fff; position: relative; margin: 0 auto; border-radius: 12px; overflow: hidden; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);}
/*.economic .swiper-slide .img:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #c5c5c5; z-index: 1;}
.economic .swiper-slide .img:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0.83rem; background: url(../images/nimg596Bg.png) no-repeat; background-size: 100%; }
*/.economic .swiper-slide .img img{ max-width:5.0rem; max-height: 5rem; }
.economic .swiper-slide .name{ opacity: 0; visibility: hidden; font-weight: bold; text-align: center; font-size: 0.24rem; line-height: 0.32rem; color: #22a538; position:absolute; left:0; width:100%; bottom:0.2rem; }
.economic .swiper-slide-active .name{ opacity: 1; visibility: visible; }
.economic .list { width: 30rem; padding:10px 0; position: relative; left: 50%; margin-left: -15rem; overflow: hidden; }
.economic .se{ z-index: 3; display: block; position: absolute; top: 50%; margin-top: -25px; width: 48px; height: 48px; border-radius: 50%; border: #22a538 solid 2px; box-sizing: border-box;}
.economic .prev{ left: -0.9rem; }
.economic .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; }
.economic .next{ right: -0.9rem; }
.economic .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; }
.economic .se:hover{ background: url(../images/nimg48Bg.png) no-repeat; border:none;}
.economic .prev:hover:after{ background: url(../images/nimg8_lefton.png) no-repeat;}
.economic .next:hover:after{ background: url(../images/nimg8_righton.png) no-repeat;}


.aboutP5{ padding: 1.2rem 0 0; }
.aboutP5 .pageTitle{ padding-bottom: 0.25rem; }

.honorPic{ background: url(../images/honorBg2.png) bottom repeat-x; position: relative;}
.honorPic .swiper-container {/* padding-top: 2.0rem;*/  padding-bottom: 1.4rem; overflow: hidden; position: static; }
.honorPic .wal{ position:relative;}
.honorPic .swiper-slide{ width: auto; }
.honorPic .box{ cursor: pointer; position: relative; text-align: center;}
.honorPic .mxfDiv{ min-width: 3rem;/* max-width: 3.5rem;*/ height: 3.8rem; position: relative; }
.honorPic .imgDiv{ position: absolute; left: 0; bottom: 0; width: 100%;}
.honorPic .imgDiv img{/* width: 100%; height: 100%; object-fit: cover;*/ min-width: 2.5rem; max-width: 3.0rem; }
.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: #22a538; }
.honorPic .bottom{ position: relative; 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 { display:none; position: relative; width: calc(100% - 2.38rem); height: 2px; background-color: #e1e1e1;}
.honorPic .swiper-pagination .swiper-pagination-progressbar-fill{ height: 2px; background-color: #22a538; position: absolute; left: 0; top: 0; z-index: 10; width: 100%; transform-origin: left center;}
.honorPic .arrowDiv{ font-size: 0; }
.honorPic .se{ position:absolute; display: block; width: 48px; height: 48px; top:50%; margin-top:-24px; border-radius: 50%; border: #22a538 solid 2px; box-sizing: border-box;}
.honorPic .se:hover{ background: url(../images/nimg48Bg.png) no-repeat; border: none;}
.honorPic .prev{ left: -0.9rem; }
.honorPic .next{ right: -0.9rem; }
.honorPic .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 .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 .prev:hover:after{ background: url(../images/nimg8_lefton.png) no-repeat;}
.honorPic .next:hover:after{ background: url(../images/nimg8_righton.png) no-repeat;}
.honorPic .num{ display:none; position: absolute; left: 0; top: 0.15rem; z-index: 1; font-size: 0.16rem; color: #999; font-family: 'light';}

.aboutP6{ background: #f6f7f9; padding: 1.2rem 0; }
.aboutP6 .pageTitle{ padding-bottom: 0.5rem; }
.aboutP6 .mxfDiv{ position: relative; }
.aboutP6 .list{ overflow: hidden; padding:10px 0; }
.aboutP6 .list .box{ position: relative; border-radius: 12px; background: #fff;/* border: #555 solid 2px;*/ box-sizing: border-box; padding-top: 0.5rem; height: 3.26rem; overflow: hidden; box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1); }
/*.aboutP6 .list .box:before{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 3px; background: #c5c5c5; z-index: 1;}
.aboutP6 .list .box:after{ content: ''; position: absolute; left: 0; bottom: 0; width: 100%; height: 0.5rem; background: url(../images/nimg285Bg.png) no-repeat; background-size: 100%; }
*/.aboutP6 .list .imgDiv{ width: 1.2rem; height: 1.2rem; margin: 0 auto; }
.aboutP6 .list .imgDiv img{ max-width: 1.2rem; max-height: 1.2rem; }
.aboutP6 .list .en{ margin-top: 0.35rem; height: 0.3rem; line-height: 0.3rem; text-align: center; font-size: 0.24rem; color: #22a538; font-family: 'bold'; }
.aboutP6 .list .cn{ text-align: center; line-height: 0.32rem; max-height: 0.64rem; overflow: hidden; padding: 0 0.2rem; font-size: 0.18rem; }
.aboutP6 .se{ z-index: 3; display: block; position: absolute; top: 50%; margin-top: -25px; width: 48px; height: 48px; border-radius: 50%; border: #22a538 solid 2px; box-sizing: border-box;}
.aboutP6 .prev{ left: -0.9rem; }
.aboutP6 .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; }
.aboutP6 .next{ right: -0.9rem; }
.aboutP6 .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; }
.aboutP6 .se:hover{ background: url(../images/nimg48Bg.png) no-repeat; border:none;}
.aboutP6 .prev:hover:after{ background: url(../images/nimg8_lefton.png) no-repeat;}
.aboutP6 .next:hover:after{ background: url(../images/nimg8_righton.png) no-repeat;}
.aboutP6 .list .box:hover .imgDiv img{ transform:scale(1.1);-webkit-transform:scale(1.1);}

.search{ padding:1.2rem 0;}
.search .toptop{ overflow:hidden; padding-bottom:0.2rem;}
.search .toptop span{ display:block; float:left; font-size:0.18rem; color:#333; padding-right:0.3rem;}
.search .toptop b{ color: #22a538;}
.search .list li a{ display:block; height:0.6rem; line-height:0.6rem; position:relative; padding-right:1.6rem; font-size:0.16rem; overflow:hidden; text-overflow: ellipsis; white-space: nowrap;}
.search .list li a:after{ content:''; position:absolute; left:0; bottom:0; width:100%; height:1px; background:#eee;}
.search .list li em{ position:absolute; right:0; top:0; line-height:0.6rem; color:#999;}























































