@charset "UTF-8";
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*网站单位设置*/
@media (max-width: 767px) {
  html {
    font-size: 26px !important; } }
@media (max-width: 479px) {
  html {
    font-size: 24px !important; } }
@media (max-width: 320px) {
  html {
    font-size: 20px !important; } }
@media (min-width: 768px) {
  html {
    font-size: 28px !important; } }
@media (min-width: 1200px) {
  html {
    font-size: 30px !important; } }
@media (min-width: 1440px) {
  html {
    font-size: 34px !important; } }
@media (min-width: 1680px) {
  html {
    font-size: 40px !important; } }

/********** 首页新样式 *************/
      /**** PC端 *****/
      .index-new{width:100%;}
      .index-new h3{font-size: 32px;
        font-weight: 400; text-align:center; margin:70px 0 0;}
      .index-new label{display: block;
          margin: 20px auto 80px auto;
          width: 78px;
          height: 5px;
          background: #222;}
      .index-new ul{width:100%; list-style:none; height:100%; overflow: hidden;}
      .index-new ul li{width:25%; float:left;}
      .index-new ul li .pic-wrap{width:100%; height:0; padding-bottom:100%; position:relative;}
      .index-new ul li .pic-wrap img{width:100%; height:100%; position:absolute;}
      .index-new ul li .pic-wrap .transparent{width:100%; height:100%; background:rgba(83,164,108,0.4); opacity: 0; position:absolute; z-index:2; -webkit-transition-property: opacity;cursor: pointer;
        -webkit-transition-duration: 0.5s;
        -webkit-transition-timing-function: ease;}
      .index-new ul li:hover{cursor: pointer;}
      .index-new ul li .pic-wrap .transparent .logo{ width:40%; margin-left: 30%; height:auto; margin-top: 30%;}
      .index-new ul li .pic-wrap .transparent .logo img{width: 100%; height:auto;position:initial;}
      .index-new ul li .pic-wrap .transparent .type {
        margin-bottom: 1em;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    width: 80%;
    margin-top: 10px;
    font-size: 20px;
    margin-left: 10%;
    text-align: center;
      }
      .index-new ul li .pic-wrap .transparent .slogan {
        font-size: 14px;
        letter-spacing: 1px;
        width: 80%;
        color: #fff;
        text-align:center;
        margin-left:10%;
    margin-top: 15px;
        text-transform: uppercase;
    }
    .index-new ul li .pic-wrap .transparent:hover{opacity: 1;}
    #bottom{background: #fff;
      color: #292726;
      font-size: 16px;
      margin-bottom: 40px;
      overflow: hidden;}
    #bottom .container{width: 100%;
      margin: 0 auto;
      max-width: 1156px;}
    #bottom .bottom-left {
        width: 46%;
    }
    #bottom h2 {
      font-size: 1.5em;
      font-weight: normal;
      margin-bottom: 1em;
    }
    #bottom .article {
      font-size: 18px;
      margin-bottom: 1.4em;
      line-height: 1.5;
      word-wrap: break-word;
      word-break: keep-all;
    }
    #bottom ul {
      margin-bottom: 50px;
    }
    #bottom li {
      font-size: 1.125em;
      margin-bottom: 10px;
    }
    #bottom .fl{float: left;}
    #bottom .fr{float: right;}
    #bottom .bottom-form .form-item input {
      width: 16em;
    }
    #bottom .bottom-form input, #bottom .bottom-form textarea {
      border: 0;
      font-size: 14px;
      border-radius: 6px;
      padding: 15px 20px;
      margin-bottom: 20px;
      color: #888888;
      outline: none;
      background-color: #f9f9f9;
    }
    #bottom .bottom-form .form-select {
      position: relative;
    }
    #bottom .bottom-form .form-select input {
      padding-right: 4.5em;
      width: 100%;
      outline: none;
    }
    #bottom .bottom-form .form-text textarea {
      height: 14em;
      width: 100%;
      resize: none;
      margin-bottom: 40px;
      overflow-x: hidden;
      overflow-y: auto;
    }
    #bottom .bottom-form .form-button input {
      float: right;
      background: #53a46c;
      font-size: 22px;
      padding: 0.3em 1.2em;
      color: #fff;
    }
    #bottom .bottom-form .form-button .btn-submit {
      float: right;
      background: #53a46c;
      font-size: 22px;
      padding: 0.3em 1.2em;
      color: #fff;
      border: 0;
      border-radius: 6px;
    }
    #bottom .bottom-form .form-button .btn-reset {
      margin-right: 2.5em;
    }
    .mr20 {
      margin-right: 20px;
    }

      
          
/********** END  首页新样式 *************/
div, ul, li, span, a {
  box-sizing: border-box; }

.por {
  position: relative; }

.poa {
  position: absolute; }

.Arial, .en {
  font-family: "Arial"; }

.toUpp {
  text-transform: uppercase; }

.capital {
  text-transform: capitalize; }

.nowrap {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap; }

.tec {
  text-align: center; }

.poaafter {
  display: block;
  position: absolute;
  content: ""; }

.omit1 {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans1 {
  transition-duration: 0.1s; }

.opa1 {
  opacity: 0.1; }

.omit2 {
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans2 {
  transition-duration: 0.2s; }

.opa2 {
  opacity: 0.2; }

.omit3 {
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans3 {
  transition-duration: 0.3s; }

.opa3 {
  opacity: 0.3; }

.omit4 {
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans4 {
  transition-duration: 0.4s; }

.opa4 {
  opacity: 0.4; }

.omit5 {
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans5 {
  transition-duration: 0.5s; }

.opa5 {
  opacity: 0.5; }

.omit6 {
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans6 {
  transition-duration: 0.6s; }

.opa6 {
  opacity: 0.6; }

.omit7 {
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans7 {
  transition-duration: 0.7s; }

.opa7 {
  opacity: 0.7; }

.omit8 {
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical; }

.trans8 {
  transition-duration: 0.8s; }

.opa8 {
  opacity: 0.8; }

.w92 {
  width: 92%; }

.w1440 {
  width: 1440px; }

.w960 {
  width: 960px; }

.w820 {
  width: 820px; }

.w1440, .w92, .w960, .w820 {
  margin-left: auto;
  margin-right: auto; }

.nowrap {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.ovh {
  overflow: hidden; }

.ovs {
  overflow: visible; }

.img100 {
  display: block;
  width: 100%; }

.imgauto {
  display: inline-block;
  width: auto;
  max-width: 100%; }

.flexBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .flexBox.between {
    justify-content: space-between; }
  .flexBox.center {
    justify-content: center; }
  .flexBox.start {
    justify-content: flex-start; }

.flex-left, .flex-right {
  display: inline-flex; }
  .flex-left.between, .flex-right.between {
    justify-content: space-between; }
  .flex-left.center, .flex-right.center {
    justify-content: center; }
  .flex-left.start, .flex-right.start {
    justify-content: flex-start; }

.can-hover .img-wrap {
  overflow: hidden; }
  .can-hover .img-wrap .img100 {
    transition: all .5s ease; }
.can-hover:hover .img-wrap .img100 {
  transform: scale3D(1.1, 1.1, 1.1); }

.hoverIco {
  position: relative; }
  .hoverIco .opa0 {
    opacity: 0; }
  .hoverIco .hover {
    display: none; }
  .hoverIco .unhover {
    display: block; }
  .hoverIco.cur .unhover, .hoverIco:hover .unhover {
    display: none; }
  .hoverIco.cur .hover, .hoverIco:hover .hover {
    display: block; }

.bgImg {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }

.trans50 {
  transform: translate(-50%, -50%); }

.poa50 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.poa100 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.poabefore {
  display: block;
  position: absolute;
  content: ""; }

.sha10 {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }

.hide1 {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition-duration: .5s; }

.show1 {
  z-index: 3;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.toTop {
  padding-top: 86px;
  display: none;
  position: fixed;
  z-index: 5;
  bottom: 2rem;
  right: 2rem;
  width: 58px;
  height: 144px;
  cursor: pointer; }
  .toTop:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    background: url(../images/totop-en.png) no-repeat top;
    background-size: 100% !important; }
  .toTop .toTop-s0 {
    width: 58px;
    height: 58px;
    display: block;
    background: #fff url(../images/totop.png) no-repeat center;
    transition: all .3s linear;
    border: 1px solid #d3d3d3; }
  .toTop:hover .toTop-s0 {
    border-color: #1e955b;
    background: #1e955b url(../images/totopon.png) no-repeat center; }


.swiper-cir-hd01 {
  padding: 20px 0;
  text-align: center; }
  .swiper-cir-hd01 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 4px !important;
    position: relative;
    transition-duration: .3s;
    cursor: pointer;
    background: none;
    opacity: 1;
    background: #d3d3d3; }
    .swiper-cir-hd01 .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #1e955b; }
  .swiper-cir-hd01.poa {
    z-index: 2;
    padding: 0;
    height: 10px;
    position: absolute;
    left: 0;
    bottom: 1.2rem;
    width: 100%; }

.swiper-btns1-wrap {
  z-index: 3;
  height: 1px;
  overflow: visible; }

.wel-banner-btns .swiper-btns1 {
  right: calc(100% + 26px); }

.swiper-btns1 {
  position: absolute;
  z-index: 3;
  overflow: visible;
  width: 46px;
  height: 106px;
  right: 0;
  top: -53px; }
  .swiper-btns1 .btn {
    display: block;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
    overflow: hidden;
    border: 1px solid #cecece;
    border-radius: 50%; }
    .swiper-btns1 .btn:focus {
      outline: none; }
  .swiper-btns1 .prev {
	  background-color: #00cf8b;
    background-image: url(../images/swiper-prev1.png);
    margin-bottom: 13px; }
    .swiper-btns1 .prev:hover {
      background: #1e955b url(../images/swiper-prev1.png);
      border-color: #1e955b; }
  .swiper-btns1 .next {
	  background-color: #00cf8b;
    background-image: url(../images/swiper-next1.png); }
    .swiper-btns1 .next:hover {
      border-color: #1e955b;
      background: #1e955b url(../images/swiper-next1.png); }

.swiper-btns2 {
  position: absolute;
  z-index: 3;
  overflow: visible;
  width: 46px;
  height: 106px;
  right: 0;
  top: -53px; }
  .swiper-btns2 .btn {
    display: block;
    width: 46px;
    height: 46px;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
    overflow: hidden;
    border: 1px solid #cecece;
    border-radius: 50%; }
    .swiper-btns2 .btn:focus {
      outline: none; }
  .swiper-btns2 .prev {
    background-image: url(../images/swiper-prev2.png);
    margin-bottom: 13px; }
    .swiper-btns2 .prev:hover {
      background: #1e955b url(../images/swiper-prev2on.png);
      border-color: #1e955b; }
  .swiper-btns2 .next {
    background-image: url(../images/swiper-next2.png); }
    .swiper-btns2 .next:hover {
      border-color: #1e955b;
      background: #1e955b url(../images/swiper-next2on.png); }

.swiper-btns3 {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%; }
  .swiper-btns3 .btn {
    position: absolute;
    display: block;
    width: 1rem;
    height: 36px;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
    overflow: hidden;
    top: -18px; }
    .swiper-btns3 .btn:focus {
      outline: none; }
  .swiper-btns3 .prev {
    left: .25rem;
    background-image: url(../images/swiper-prev3.png); }
  .swiper-btns3 .next {
    right: .25rem;
    background-image: url(../images/swiper-next3.png); }

.honor-list1 .honor-btns-wrap .swiper-btns1 .prev, .honor-list1 .honor-btns-wrap .swiper-btns1 .prev:hover, .quality-list2 .honor-btns-wrap .swiper-btns1 .prev, .quality-list2 .honor-btns-wrap .swiper-btns1 .prev:hover {
  background: url(../images/swiper-prev2on.png) no-repeat center !important; }
.honor-list1 .honor-btns-wrap .swiper-btns1 .next, .honor-list1 .honor-btns-wrap .swiper-btns1 .next:hover, .quality-list2 .honor-btns-wrap .swiper-btns1 .next, .quality-list2 .honor-btns-wrap .swiper-btns1 .next:hover {
  background: url(../images/swiper-next2on.png) no-repeat center !important; }

.pro-btns {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  opacity: 0;
  transform: translateY(6px);
  transition-duration: .5s; }
  .pro-btns .btn {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
    overflow: hidden;
    top: -18px;
    border: 1px solid #fff;
    border-radius: 50%; }
    .pro-btns .btn:focus {
      outline: none; }
    .pro-btns .btn:hover {
      border-color: #1e955b; }
  .pro-btns .prev {
    left: 1.5rem;
    background-image: url(../images/swiper-prev1.png); }
    .pro-btns .prev:hover {
      background: #1e955b url(../images/swiper-prev1.png); }
  .pro-btns .next {
    right: 1.5rem;
    background-image: url(../images/swiper-next1.png); }
    .pro-btns .next:hover {
      background: #1e955b url(../images/swiper-next1.png); }

      .pd-new {
        position: absolute;
        z-index: 3;
        width: 100%;
        height: 36px;
        left: 0;
        top: 50%;
        margin-top:-18px;
        transform: translateY(6px);
        transition-duration: .5s; }
        .pd-new .btn {
          position: absolute;
          display: block;
          width: 36px;
          height: 36px;
          cursor: pointer;
          background-position: center !important;
          background-repeat: no-repeat !important;
          transition: all .5s ease;
          overflow: hidden;
          top: -18px;
          border: 1px solid #fff;
          border-radius: 50%; }
          .pd-new .btn:focus {
            outline: none; }
          .pd-new .btn:hover {
            border-color: #1e955b; }
        .pd-new .prev {
          left: 1.5rem;
          background-image: url(../images/swiper-prev1.png); }
          .pd-new .prev:hover {
            background: #1e955b url(../images/swiper-prev1.png); }
        .pd-new .next {
          right: 1.5rem;
          background-image: url(../images/swiper-next1.png); }
          .pd-new .next:hover {
            background: #1e955b url(../images/swiper-next1.png); }
      


.navigation-btns {
  position: absolute;
  z-index: 3;
  width: 1px;
  height: 100%;
  left: 50%;
  top: 0;
  margin-left: 7px;
  transition-duration: .5s; }
  .navigation-btns .btn {
    position: absolute;
    display: block;
    width: 36px;
    height: 34px;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
    overflow: hidden;
    left: -18px; }
    .navigation-btns .btn:focus {
      outline: none; }
    .navigation-btns .btn:hover {
      border-color: #1e955b; }
  .navigation-btns .prev {
    top: 20px;
    background-image: url(../images/navigation-prev1.png); }
    .navigation-btns .prev:hover {
      background: url(../images/navigation-prev1on.png); }
  .navigation-btns .next {
    bottom: 20px;
    background-image: url(../images/navigation-next1.png); }
    .navigation-btns .next:hover {
      background: url(../images/navigation-next1on.png); }

.wel-list7-btns {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 1px;
  left: 0;
  top: 50%;
  opacity: 0;
  transform: translateY(6px);
  transition-duration: .5s; }
  .wel-list7-btns .btn {
    position: absolute;
    display: block;
    width: 36px;
    height: 36px;
    cursor: pointer;
    background-position: center !important;
    background-repeat: no-repeat !important;
    transition: all .5s ease;
    overflow: hidden;
    top: -18px;
    border: 1px solid #ececec;
    border-radius: 50%; }
    .wel-list7-btns .btn:focus {
      outline: none; }
    .wel-list7-btns .btn:hover {
      border-color: #1e955b; }
  .wel-list7-btns .prev {
    left: 0;
    background: #1e955b url(../images/swiper-prev1.png); }
  .wel-list7-btns .next {
    right: 0;
    background: #1e955b url(../images/swiper-next1.png); }

.wel-list2-btns {
  position: absolute;
  left: 1rem;
  width: 46px; }

.welcome-list2 .wel-list2-btns {
  bottom: 8.75rem; }

.welcome-list5 .wel-list2-btns {
  bottom: 2.5rem; }

.pages {
  text-align: center;
  font-size: 16px;
  padding: .4rem 0 1rem;
  line-height: 38px; }
  .pages .pagination {
    padding: 1rem 0;
    display: inline-block; }
  .pages a {
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #666;
    text-align: center;
    border: 1px solid #e5e5e5;
    transition: all .3s linear;
    font-family: "Arial";
    vertical-align: top;
    margin: 0 2px;
    background: #fff; }
    .pages a:hover, .pages a.active {
      color: #fff;
      background: #1e955b;
      border-color: #1e955b; }
  .pages .prev {
    background: #fff url(../images/prev2.png) no-repeat center; }
    .pages .prev:hover {
      background: #1e955b url(../images/prev2on.png) no-repeat center; }
  .pages .next {
    background: #fff url(../images/next2.png) no-repeat center; }
    .pages .next:hover {
      background: #1e955b url(../images/next2on.png) no-repeat center; }

.padHeader {
  padding-top: 100px; }

.newsInfo {
  padding-bottom: 3.5rem;
  min-height: 50vw;
  font-size: 14px;
  line-height: 30px;
  color: #666; }
  .newsInfo .info-top {
    background: #1e955b; }
  .newsInfo img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto !important; }
  .newsInfo .info-title-wrap {
    text-align: center;
    padding: 1.6rem 0 1.2rem; }
  .newsInfo .info-title {
    font-size: .9rem;
    line-height: 1.5;
    color: #fff;
    padding-bottom: 10px; }
  .newsInfo .info-time {
    font-size: .4rem;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
    margin: 30px auto; }
  .newsInfo .info-dt-wrap {
    padding-top: 1.2rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #dcdcdc;
    margin-bottom: 30px; }
  .newsInfo .info-bot-dl {
    width: 70%;
    line-height: 30px; }
    .newsInfo .info-bot-dl a {
      color: #333; }
      .newsInfo .info-bot-dl a:hover {
        color: #1e955b; }
  .newsInfo .info-bot-dr {
    padding-top: 16px; }
  .newsInfo .info-bot-wrap {
    align-items: center; }
  .newsInfo .news-return-a1 {
    width: 110px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -16px;
    flex: 0 0 110px;
    display: inline-block;
    line-height: 30px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 16px;
    height: 32px;
    color: #fff;
    transition-duration: .3s;
    outline-color: none; }
    .newsInfo .news-return-a1:hover {
      background: #fff;
      color: #1e955b; }
  .newsInfo .news-return-a2 {
    width: 110px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    height: 32px;
    color: #666;
    transition-duration: .3s;
    outline-color: none; }
    .newsInfo .news-return-a2:hover {
      background: #1e955b;
      color: #fff;
      outline-color: none; }
.banner-text{width:50%; top:40%; left:25%; z-index:2; position:absolute;}
.inner-banner1 {
  position: relative; 
  margin-top:100px; margin-bottom:-4px;
}
  .inner-banner1 .pc-img {
    position: relative;
    z-index: 2;
    height: 17.5rem; }
  .inner-banner1 .pc-img2 {
    height: 19.65rem; }
  .inner-banner1 .banner-titles {
    z-index: 2;
    height: auto;
    color: #fff;
    line-height: 2;
    text-align: center; }
  .inner-banner1 .ban-cn1 {
    font-size: .9rem;
    transition-delay: .2s;
    transition-duration: 0.8s; }
  .inner-banner1 .ban-cn2 {
    font-size: .45rem;
    transition-duration: 0.8s;
    transition-delay: .4s; }

.inner-banner1 .banner-titles {
  text-align: left;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translatex(-50%); }
.ban-cn1 {
  transition-delay: .4s; }
.bread-wrap {
  color: #fff; }
.bread-font14 {
  display: none;
  padding: 1rem 0 .5rem;
  font-size: .35rem;
  line-height: 1.2; }
.bread-font30 {
  line-height: 2.25rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: .75rem;
  margin-bottom: 2rem; }

.mouse-down {
  position: absolute;
  z-index: 2;
  width: 82px;
  transform: translateX(-50%);
  left: 50%;
  bottom: 1.2rem;
  cursor: pointer;
  animation: downico 1.5s ease-out infinite; }

@-webkit-keyframes downico {
  0% {
    bottom: 1.2rem;
    opacity: 1; }
  35% {
    bottom: .8rem;
    opacity: 0; }
  65% {
    bottom: 1.4rem;
    opacity: 0; }
  100% {
    bottom: 1.2rem;
    opacity: 1; } }
@keyframes downico {
  0% {
    bottom: 1.2rem;
    opacity: 1; }
  35% {
    bottom: .8rem;
    opacity: 0; }
  65% {
    bottom: 1.4rem;
    opacity: 0; }
  100% {
    bottom: 1.2rem;
    opacity: 1; } }
.mbot60 {
  margin-bottom: 1.5rem; }

.inner-nav-wrap1 {
  background: #f9f8f8;
  overflow: hidden; }
  .inner-nav-wrap1 .inner-nav-banner {
    overflow: hidden; }
  .inner-nav-wrap1 .swiper-slide {
    cursor: pointer;
    text-align: center;
    font-size: 16px;
    line-height: 80px;
    color: #333;
    transition: all .5s ease; }
    .inner-nav-wrap1 .swiper-slide:after {
      background: #1e955b;
      display: block;
      width: 0px;
      height: 2px;
      transition-duration: .3s;
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: 0; }
    .inner-nav-wrap1 .swiper-slide:hover, .inner-nav-wrap1 .swiper-slide.cur {
      background: #fff;
      color: #1e955b; }
      .inner-nav-wrap1 .swiper-slide:hover:after, .inner-nav-wrap1 .swiper-slide.cur:after {
        width: 100%; }

.inner-nav-wrap2 .swiper-slide {
  flex: 0 0 250px;
  width: 250px; }

.exhibition .inner-nav-wrap1 {
  margin-bottom: 0; }

.exhibition-ajax-controls {
  border-bottom: 1px solid #ececec;
  margin-bottom: 1.2rem;
  text-align: center;
  padding-top: 20px;
  justify-content: center; }
  .exhibition-ajax-controls .ajax-btn {
    flex: 0 0 140px;
    width: 140px;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    line-height: 2.25rem;
    color: #333;
    transition: all .5s ease;
    position: relative;
    display: inline-block;
    overflow: hidden; }
    .exhibition-ajax-controls .ajax-btn:after {
      height: 8px;
      position: absolute;
      left: 50%;
      top: 100%;
      margin-left: -7px;
      content: "";
      display: block;
      background: url(../images/before2.png) no-repeat center;
      width: 14px;
      background-size: 100% !important;
      transition-duration: .5s; }
    .exhibition-ajax-controls .ajax-btn:hover, .exhibition-ajax-controls .ajax-btn.cur {
      color: #1e955b; }
      .exhibition-ajax-controls .ajax-btn:hover:after, .exhibition-ajax-controls .ajax-btn.cur:after {
        top: calc(100% - 8px); }

.exhibition-list1 .exhibition-list1-mains {
  justify-content: flex-start; }

.exhibition-a {
  font-size: 12px;
  line-height: 24px;
  color: #999; }
  .exhibition-a .list1-h5 {
    font-size: 14px;
    font-weight: bold;
    color: #333; }
  .exhibition-a .list1-time {
    margin: 6px 0 12px; }
  .exhibition-a .txts-wrap {
    padding-top: .6rem; }
  .exhibition-a .list1-dt {
    margin-bottom: 1.1rem;
    max-height: 48px; }
  .exhibition-a .exhibition-more {
    font-weight: bold;
    color: #1e955b;
    transition-duration: .3s; }
    .exhibition-a .exhibition-more:hover {
      transform: translateX(5px); }
    .exhibition-a .exhibition-more:after {
      content: "";
      display: inline-block;
      width: 12px;
      height: 8px;
      background: url(../images/more3.png) no-repeat center;
      margin-left: 10px; }

.moudle-titles {
  /* padding: 1.5rem 0 1rem; */
  color: #333;
  line-height: 1.3; }
  .moudle-titles .moudle-h5 {
    font-size: .75rem;
    line-height: 32px;
    position: relative; }
  .moudle-titles .moudle-font20 {
    font-size: .5rem;
    position: relative;
    margin-top: 16px; }
  .moudle-titles .moudle-font14 {
    font-size: .35rem;
    line-height: 30px;
    position: relative;
    margin-top: 16px; }
  .moudle-titles .moudle-font16 {
    font-size: .4rem;
    line-height: 30px;
    position: relative;
    margin-top: 16px;
    opacity: .5; }
  .moudle-titles .h5-s0 {
    display: inline-block;
    vertical-align: middle; }
  .moudle-titles .moudle-ico {
    display: inline-block;
    vertical-align: middle;
    width: .85rem;
    margin-left: .4rem; }
  .moudle-titles.white {
    color: #fff; }
    .moudle-titles.white .moudle-h5, .moudle-titles.white .moudle-font14 {
      color: #fff; }
  .moudle-titles.border {
    border-bottom: 2px solid #d4d4d4; }

.mCSB_inside > .mCSB_container {
  margin-right: 6px !important; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_draggerRail {
  background: rgba(0, 0, 0, 0.2) !important; }

.mCSB_scrollTools {
  width: 4px !important; }

.js-m {
  opacity: 0;
  transform: translate3D(0, 30px, 0);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease; }

.js-opacity {
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease; }

.js-m2 {
  opacity: 0;
  transform: translate3D(0, 30px, 0);
  transition-property: all;
  transition-duration: .8s;
  transition-timing-function: ease; }

.js-to-left {
  opacity: 0;
  transform: translate3D(30px, 0, 0);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease; }

.js-to-right {
  opacity: 0;
  transform: translate3D(-30px, 0, 0);
  transition-property: transform opacity;
  transition-duration: 1s;
  transition-timing-function: ease; }

.js-m.animate, .js-m2.animate, .js-to-left.animate, .js-to-right.animate, .js-opacity.animate, .swiper-slide-active .js-m2 {
  opacity: 1;
  transform: translate3D(0, 0, 0); }

  .js-m2.animate {text-align:center;}
.bgec {
  background: #ececec; }

.bgf5 {
  background: #f5f5f5; }

.bgf6 {
  background: #f6f6f6; }

.video-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  display: none;
  background: rgba(0, 0, 0, 0.7); }
  .video-bg .close-img {
    position: absolute;
    right: 40px;
    top: 40px;
    width: 28px;
    height: 28px;
    cursor: pointer;
    transition-duration: .3s; }
  .video-bg .close-img:hover {
    transform: rotate(90deg); }
  .video-bg #video {
    width: 100%;
    height: 100%; }
  .video-bg .video-box {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.hover3s {
  transition-duration: .3s; }
  .hover3s:hover {
    transform: translateX(-5px); }

.header {
  left: 0;
  top: 0;
  width: 100%;
  z-index: 99;
  padding: 0 1.5rem;
  position: fixed;
  transition-duration: .8s;
  background: #fff;
  border-bottom: 1px solid #ededed; }
  .header .header-mains {
    align-items: center;
    transition-duration: .5s; }
  .header .header-right {
    flex: 0 0 calc(100% - 222px - 3.5rem);
    width: calc(100% - 222px - 3.5rem); }
  .header .search-close {
    position: absolute;
    z-index: -1;
    display: block;
    right: -1.5rem;
    top: 50%;
    margin-top: -12px;
    width: 24px;
    height: 24px;
    background: url(../images/close2.png) no-repeat center;
    background-size: 24px !important;
    cursor: pointer;
    transition-duration: .5s;
    transform: scale(0); }
    .header .search-close.show1 {
      transform: scale(1);
      z-index: 3; }
  .header .logo {
    flex: 0 0 222px;
    width: 222px;
    display: inline-block; }

.menus-wrap .nav-item {
  position: relative;
  flex: 0 0 auto;
  font-size: 14px; }
  .menus-wrap .nav-item:hover .menu-top-a, .menus-wrap .nav-item.cur .menu-top-a {
    color: #1e955b; }
.menus-wrap .menu-top-a {
  display: block;
  cursor: pointer;
  color: #666;
  line-height: 44px;
  padding: 28px 0;
  font-weight: bold;
  transition-duration: .3s; }
.menus-wrap .menu-left, .menus-wrap .menu-right {
  display: inline-flex; }
.menus-wrap .menu-left {
  flex: 0 0 auto;
  width: auto;
  align-items: center;
  justify-content: menu-left; }
  .menus-wrap .menu-left .nav-item {
    margin-right: 30px; }
.menus-wrap .menu-right {
  flex: 0 0 340px;
  width: 340px;
  margin-right: 10px;
  align-items: center; }
  .menus-wrap .menu-right .nav-item {
    margin-left: 30px; }
.menus-wrap .nav-sub-wrap {
  padding-top: 1px;
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 3;
  width: 200px;
  margin-left: -100px;
  text-align: center;
  background-size: cover !important; }
.menus-wrap .sub-a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #fff;
  transition-duration: .3s;
  cursor: pointer;
  border-bottom: rgba(255, 255, 255, 0.2);
  background: rgba(30, 149, 91, 0.5); }
  .menus-wrap .sub-a:hover {
    background: #1e955b; }
.menus-wrap .header-shares-a {
  display: inline-block;
  color: #999;
  font-size: 12px;
  line-height: 20px;
  flex: 0 0 auto;
  margin-right: .5rem; }

.show-search-btn {
  cursor: pointer;
  position: absolute;
  z-index: 3;
  right: 1.5rem;
  top: 50%;
  transform: translate(0, -50%);
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/header-ser.png) no-repeat center; }

.m-nav-btn {
  cursor: pointer;
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(0, -50%);
  width: 18px;
  height: 14px;
  transition-duration: .5s; }
  .m-nav-btn.cur .line1 {
    transform: rotate(45deg); }
  .m-nav-btn.cur .line2 {
    display: none; }
  .m-nav-btn.cur .line3 {
    transform: rotate(-45deg); }
  .m-nav-btn .line {
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background-color: #1e955b;
    left: 0;
    transition: all .5s ease;
    margin: 0; }
  .m-nav-btn .line1 {
    top: 0;
    -webkit-transform-origin: left top 0;
    -ms-transform-origin: left top 0;
    transform-origin: left top 0; }
  .m-nav-btn .line2 {
    top: 6px; }
  .m-nav-btn .line3 {
    bottom: 0;
    -webkit-transform-origin: left bottom 0;
    -ms-transform-origin: left bottom 0;
    transform-origin: left bottom 0; }

.header-search-wrap {
  position: fixed;
  z-index: 4;
  left: 50%;
  top: 28px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  width: 600px;
  height: 44px;
  margin-left: -300px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  color: #666;
  line-height: 44px;
  transition: all 0.5s;
  background: #fff;
  padding-right: 50px; }
  .header-search-wrap .submit {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 36px;
    height: 43px;
    background: url(../images/ser-black.png) no-repeat center;
    border: none;
    box-sizing: border-box; }
  .header-search-wrap .ser-input {
    width: 100%;
    height: 43px;
    position: relative;
    border: none;
    background: none;
    box-sizing: border-box;
    text-indent: 20px; }

.show1 {
  z-index: 8;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.footer-top {
  position: relative;
  z-index: 2;
  padding: 2.2rem 0 28px;
  border-bottom: 1px solid #d5d7d8;
  align-items: center; }
  .footer-top .flex-left {
    flex: 0 0 auto; }
  .footer-top .hbox-wrap {
    position: relative;
    margin-right: 10px;
    flex: 0 0 376px;
    width: 376px;
    height: 54px;
    line-height: 52px;
    font-size: 14px;
    line-height: 40px;
    color: rgba(0, 0, 0, 0.5); }
  .footer-top .hbox-top {
    padding: 6px 0;
    border: 1px solid #bdbdbd;
    cursor: pointer; }
  .footer-top .hbox-top-en {
    flex: 0 0 auto;
    margin-left: 24px;
    height: 40px; }
  .footer-top .hbox-top-cn {
    background: #1e955b;
    flex: 0 0 120px;
    width: 120px;
    color: #fff;
    text-indent: 24px;
    margin-right: 8px;
    height: 40px;
    background: #1e955b url(../images/hbox-top-cn.png) no-repeat right 20px center;
    transition-duration: .3s; }
  .footer-top .cur .hbox-top-cn {
    background: #1e955b url(../images/hbox-top-cnon.png) no-repeat right 20px center; }
  .footer-top .hbox-hides {
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    display: none; }
    .footer-top .mCSB_inside > .mCSB_container {
      margin-right: 0 !important;
    }
  .footer-top .hbox-hides-item {
    display: block;
    height: 1.35rem;
    line-height: 1.35rem;
    border-bottom: 1px solid #bdbdbd;
    padding: 0 24px;
    font-size: 14px;
    color: #666;
    transition-duration: .3s; }
    .footer-top .hbox-hides-item:hover {
      color: #fff;
      background: #1e955b;
      border-bottom: 1px solid #1e955b; }
  .footer-top .scroll-wrap {
    max-height: 240px; }
  .footer-top .warehouse-a {
    display: inline-block;
    flex: 0 0 152px;
    width: 152px;
    height: 54px;
    line-height: 52px;
    font-size: 16px;
    color: #666;
    text-indent: 30px;
    background: url(../images/warehouse-a.png) no-repeat right 22px center;
    border: 1px solid #bdbdbd;
    transition-duration: .3s;
    font-weight: bold; }
    .footer-top .warehouse-a:hover {
      color: #fff;
      background: #1e955b url(../images/warehouse-aon.png) no-repeat right 22px center; }
  .footer-top .flex-right {
    position: relative;
    flex: 0 0 114px; }

.footer-middle {
  padding: 34px 0 30px; }
  .footer-middle .footer-nav-wrap {
    flex: 0 0 calc(100% - 6.5rem);
    width: calc(100% - 6.5rem);
    display: inline-flex;
    justify-content: space-between; }
  .footer-middle .nav-item {
    flex: 1;
    line-height: 30px; }
  .footer-middle .menu-top-a {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px; }
  .footer-middle .sub-a {
    font-size: 12px;
    cursor: pointer;
    color: #999; }
  .footer-middle .menu-top-a, .footer-middle .sub-a {
    display: block;
    transition-duration: .3s; }
    .footer-middle .menu-top-a:hover, .footer-middle .sub-a:hover {
      color: #1e955b; }
  .footer-middle .ewm-wrap {
    flex: 0 0 6.5rem;
    text-align: center; }
  .footer-middle .ewm-img {
    padding: 10px;
    width: 108px;
    background: #fff;
    margin: 0 auto 16px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .footer-middle .ewm-txts {
    font-size: 14px;
    line-height: 24px;
    color: #666; }

.bdsharebuttonbox.bdshare-button-style0-16 a {
  display: inline-block !important;
  width: 30px !important;
  height: 30px;
  border: 1px solid #c6c6c6 !important;
  border-radius: 50% !important;
  margin: 0 !important;
  background-size: 15px !important;
  transition-duration: .3s; }
.bdsharebuttonbox.bdshare-button-style0-16 .bds_weixin {
  background: url(../images/shares-wechat.png) no-repeat center !important; }
  .bdsharebuttonbox.bdshare-button-style0-16 .bds_weixin:hover {
    background: #1e955b url(../images/shares-wechaton.png) no-repeat center !important;
    border-color: #1e955b !important; }
.bdsharebuttonbox.bdshare-button-style0-16 .bds_tsina {
  margin: 0 12px !important;
  background: url(../images/shares-weibo.png) no-repeat center !important; }
  .bdsharebuttonbox.bdshare-button-style0-16 .bds_tsina:hover {
    background: #1e955b url(../images/shares-weiboon.png) no-repeat center !important;
    border-color: #1e955b !important; }
.bdsharebuttonbox.bdshare-button-style0-16 .bds_more {
  background: url(../images/shares-more.png) no-repeat center !important; }
  .bdsharebuttonbox.bdshare-button-style0-16 .bds_more:hover {
    background: #1e955b url(../images/shares-moreon.png) no-repeat center !important;
    border-color: #1e955b !important; }

.footer-bot {
  padding: 25px 0;
  background: #2a4939;
  font-size: 12px;
  line-height: 24px;
  color: #fff; }
  .footer-bot .pc-inline {
    color: rgba(153, 153, 153, 0.5); }
  .footer-bot .weixing-a {
    color: rgba(255, 255, 255, 0.5);
    transition-duration: .3s; }
    .footer-bot .weixing-a:hover {
      color: #fff; }
  .footer-bot .boc-a {
    color: rgba(153, 153, 153, 0.5);
    transition-duration: .3s; }
    .footer-bot .boc-a:hover {
      color: #fff; }

.more1 {
  display: block;
  line-height: 32px;
  color: #1e955b;
  font-weight: bold;
  font-size: 15px;
  padding-left: 15px;
  background: url(../images/more1.png) no-repeat left center;
  transition-duration: .3s; }
  .more1:hover {
    transform: translateX(6px); }

.more2 {
  display: inline-block;
  line-height: 44px;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  padding-left: 18px;
  padding-right: 34px;
  background: url(../images/more2.png) no-repeat right 13px center;
  transition-duration: .3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
  .more2:hover {
    transform: translateX(6px); }

.welcome-banner {
  overflow: hidden;
  position: relative; }
  .welcome-banner .swiper-slide {
    position: relative;
    z-index: 2;
    display: block; }
  .welcome-banner .wel-banner-a {
    display: block;
    position: relative;
    color: #fff; }
  .welcome-banner .banner-txts {
    height: auto; }
  .welcome-banner .bread-en0 {
    font-size: .45rem; }
  .welcome-banner .bread-en0 {
    font-size: .35rem; }
  .welcome-banner .bread-en {
    line-height: .8rem;
    transition-delay: .2s; }
  .welcome-banner .ban-h5-cn {
    font-size: 1.2rem;
    line-height: 1.2;
    margin: .9rem 0 10px;
    transition-delay: .4s; }
  .welcome-banner .ban-h5-en {
    font-size: 1.5rem;
    line-height: 1.2;
    margin-bottom: 1.9rem;
    transition-delay: .6s;
    text-transform: uppercase; }
  .welcome-banner .ban-more {
    display: inline-block;
    padding: 0 12px;
    text-decoration: none;
    cursor: pointer;
    font-size: .6rem;
    line-height: 1rem;
    border-bottom: 1px solid #fff;
    transition-delay: .2s;
    position: relative; }
    .welcome-banner .ban-more:after {
      background: #1e955b;
      display: block;
      width: 0px;
      height: 1px;
      transition-duration: .3s;
      content: "";
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      bottom: -1px; }
	  .welcome-banner .ban-more:hover{color: #1e955b;}
    .welcome-banner .ban-more:hover:after {
      width: 100%; }

.welcome-list2 {
  position: relative;
  z-index: 2;
  padding: 0 20rem 0 25vw; }
  .welcome-list2 .left-mains {
    display: block;
    width: 496px; }
  .welcome-list2 .wel-left {
    position: relative;
    z-index: 2;
    padding: 2rem 0rem 9rem 1.2rem; }
  .welcome-list2 .wel-right {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 22.5rem; }
  .welcome-list2 .list2-h6 {
    font-size: .5rem;
    line-height: 1.4;
    color: #333; }
  .welcome-list2 .list2-detail {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin: .8rem 0 1.5rem; }
  .welcome-list2.white .list2-h6, .welcome-list2.white .list2-detail {
    color: #fff; }

.welcome-list3 {
  position: relative;
  z-index: 3;
  padding: 0 calc(50vw - 720px) 0 25vw;
  margin-top: -6.2rem; }
  .welcome-list3 .wel-left {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    height: auto;
    text-align: center;
    width: 25vw; }
  .welcome-list3 .wel-right {
    display: block;
    position: relative; }
  .welcome-list3 .video-btn {
    width: 1.75rem;
    display: block;
    margin: 0 auto .45rem; }
  .welcome-list3 .video-h5 {
    font-size: 12px;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.5); }
  .welcome-list3 .video-control {
    cursor: pointer;
    width: 100%; }
  .welcome-list3 .right-top {
    text-align: right;
    line-height: 1.2;
    font-size: .45rem;
    padding: 2rem 0 1.5rem; }
  .welcome-list3 .right-bot {
    line-height: 1.2;
    color: #fff;
    padding: 1.3rem 0 1.2rem 1.2rem;
    background: #1e955b; }
  .welcome-list3 .right-top, .welcome-list3 .right-bot {
    width: 530px; }
  .welcome-list3 .top-en1 {
    color: #83d6cf;
    font-size: 1.2rem; }
  .welcome-list3 .top-en2 {
    color: #83d6cf;
    margin: 8px 0 15px; }
  .welcome-list3 .top-cn1 {
    color: #aed80a; }
  .welcome-list3 .bot-en1 {
    font-size: .45rem; }
  .welcome-list3 .bot-cn1 {
    font-size: .75rem;
    margin: .75rem 0 10px; }
  .welcome-list3 .bot-en2 {
    font-size: .6rem;
    opacity: .5;
    margin-bottom: 1.3rem; }

.welcome-list4 {
  position: relative;
  z-index: 2; }
  .welcome-list4 .banner2-bg {
    overflow: visible;
    position: relative;
    top: -8px;
    width: calc(50vw + 720px);
    padding-left: calc(50vw - 720px);
    background: url(../images/welcome-list4-banner2.jpg) no-repeat center;
    background-repeat: no-repeat;
    background-size: 100% calc(100% - 8px) !important;
    background-position: left bottom !important; }
  .welcome-list4 .list4-detail {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    padding: .6rem 2.6rem 2.5rem 2.4rem; }
  .welcome-list4 .sline1 {
    position: relative; }
    .welcome-list4 .sline1:before {
      position: absolute;
      right: 100%;
      margin-right: 64px;
      top: 50%; }
  .welcome-list4 .list4-btns {
    position: absolute;
    right: 0;
    bottom: calc(100% + 3rem); }

.welcome-list4-banner1 .pro-ico {
  flex: 0 0 76px;
  width: 76px;
  margin-right: 18px; }
.welcome-list4-banner1 .show-ico-wrap {
  justify-content: flex-start;
  color: #333;
  line-height: 38px; }
.welcome-list4-banner1 .name-cn {
  font-size: .6rem; }
.welcome-list4-banner1 .name-en {
  font-size: .45rem; }
.welcome-list4-banner1 .swiper-slide-mains {
  padding: 3.25rem calc(50vw - 720px) 3rem 25rem;
  position: relative; }
.welcome-list4-banner1 .banner-imgs {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 22.25rem; }
.welcome-list4-banner1 .swiper-slide {
  background-color: #fff; }
.welcome-list4-banner1 .wel-titles, .welcome-list4-banner1 .show-ico-wrap, .welcome-list4-banner1 .list4-detail, .welcome-list4-banner1 .more1-wrap {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: .6s; }
.welcome-list4-banner1 .wel-titles {
  transition-delay: .2s; }
.welcome-list4-banner1 .show-ico-wrap {
  transition-delay: .4s; }
.welcome-list4-banner1 .list4-detail, .welcome-list4-banner1 .more1-wrap {
  transition-delay: .6s; }
.welcome-list4-banner1 .swiper-slide-active .wel-titles, .welcome-list4-banner1 .swiper-slide-active .show-ico-wrap, .welcome-list4-banner1 .swiper-slide-active .list4-detail, .welcome-list4-banner1 .swiper-slide-active .more1-wrap {
  opacity: 1;
  transform: translateY(0); }

.welcome-list4-banner2 {
  padding-top: 8px;
  text-align: center;
  color: #fff;
  line-height: 24px; }
  .welcome-list4-banner2 .banner2-icos {
    width: 2.8rem;
    margin: 0 auto .65rem; }
  .welcome-list4-banner2 .name-cn {
    font-size: .5rem;
    margin-bottom: 6px; }
  .welcome-list4-banner2 .name-en {
    font-size: .35rem; }
  .welcome-list4-banner2 .swiper-slide {
    padding: 1.2rem 0 1rem;
    position: relative;
    cursor: pointer;
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    z-index: 1; }
    .welcome-list4-banner2 .swiper-slide:before {
      z-index: -1;
      opacity: 0;
      height: 8px;
      position: absolute;
      left: 50%;
      top: 0;
      margin-left: -8px;
      content: "";
      display: block;
      background: url(../images/before.png) no-repeat center;
      width: 16px;
      background-size: 100% !important;
      transition-duration: .5s; }
    .welcome-list4-banner2 .swiper-slide:after {
      opacity: 0;
      z-index: 2;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      content: "";
      display: block;
      background: rgba(255, 255, 255, 0.15);
      transition-duration: .5s;
      transform: rotateY(90deg); }
    .welcome-list4-banner2 .swiper-slide.cur:before {
      opacity: 1;
      top: -7px; }
    .welcome-list4-banner2 .swiper-slide.cur:after {
      opacity: 1;
      transform: rotateY(0); }

.welcome-list5 {
  position: relative;
  z-index: 1;
  margin-top: -148px; }
  .welcome-list5 .wel-left {
    padding-top: 7rem;
    padding-bottom: 4.2rem; }
  .welcome-list5 .sline1 {
    display: inline-block;
    position: relative;
    padding-right: 3.3rem; }
    .welcome-list5 .sline1:before {
      position: absolute;
      left: 100%;
      margin-left: -44px;
      top: 50%; }
  .welcome-list5 .more1-wrap {
    text-align: right; }

.welcome-list6 {
  padding: 4.5rem 0 7rem;
  color: #fff; }
  .welcome-list6 .list6-to-join {
    justify-content: flex-start;
    margin-bottom: 36px; }
  .welcome-list6 .to-join {
    flex: 0 0 auto;
    font-size: 14px;
    line-height: 2;
    color: #fff;
    font-weight: bold;
    margin-right: .75rem; }
  .welcome-list6 .list6-mains {
    width: 960px;
    padding: 0 3.75rem 0 1.2rem;
    margin: 0 auto; }

.welcome-list7 {
  position: relative;
  width: 1400px;
  padding: 0 25px;
  margin: 0 auto;
  overflow: hidden; }
  .welcome-list7:hover .wel-list7-btns {
    opacity: 1;
    transform: translateY(0); }
  .welcome-list7 .welcome-list7-banner {
    padding: 1.4rem 0;
    overflow: visible; }
  .welcome-list7 .swiper-slide {
    border-radius: 10px !important;
    overflow: hidden;
    border: 1px solid #eaeaea;
    transition-duration: .3s; }
    .welcome-list7 .swiper-slide:hover {
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .welcome-list7 .banner-wrap {
    overflow: hidden;
    position: relative;
    padding: 0 15px; }

.join-form1 {
  border: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
  justify-content: flex-start;
  align-items: center; }
  .join-form1 .select1 {
    flex: 0 0 168px;
    text-indent: 32px;
    background: none;
    border: none;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    height: 52px;
    background-position: right 34px center !important; }
  .join-form1 .form-section .section-top {
    background: url(../images/addon.png) no-repeat right 0.55rem center; }
  .join-form1 .form-section.cur .section-top {
    background: url(../images/addon.png) no-repeat right 0.55rem center; }
  .join-form1 .form-section .options-wrap {
    top: calc(100% + 2px);
    left: -2px;
    width: calc(100% + 3px); }
  .join-form1 .options-wrap {
    border-left: 2px solid #fff;
    border-right: 2px solid #fff; }
  .join-form1 .option {
    line-height: 34px;
    color: #666;
    padding: 10px 0; }
  .join-form1 .join-input {
    background: none;
    text-indent: 34px;
    line-height: 34px;
    height: 100%;
    color: #fff;
    display: block;
    padding: 0;
    width: 100%;
    border: none; }
    .join-input0 {
      width: 0;
      height: 0;
      visibility: hidden;
      opacity: 0;
      padding: 0;
    }
  .join-form1 .join-input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .join-form1 .join-input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.5); }
  .join-form1 .join-input-wrap {
    height: 34px;
    flex: 0 0 calc(100% - 290px);
    width: calc(100% - 290px);
    border-left: 1px solid #fff; }
  .join-form1 .join-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 120px;
    height: 52px;
    color: #fff;
    font-size: 16px;
    line-height: 52px;
    border: none;
    text-indent: 32px;
    border-left: 2px solid #fff;
    padding: 0;
    background: #1e955b url(../images/join-submit-white.png) no-repeat 24px center; }

.form-section {
  position: relative;
  text-align: left; }
  .form-section.cur .section-top {
    color: #fff;
    background: #1e955b url(../images/addon.png) no-repeat right 0.55rem center; }
  .form-section .section-top {
    cursor: pointer;
    background: url(../images/add.png) no-repeat right 0.55rem center; }
  .form-section .option {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .form-section .options-wrap {
    cursor: pointer;
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 100%;
    left: 0;
    display: none;
    background: #fff;
    color: #333;
    line-height: 36px;
    font-size: 14px;
    overflow-y:auto;
    max-height: 180px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .form-section .job-select {
    z-index: 2; }
  .form-section .add-select {
    z-index: 1; }

.join-search-wrap {
  justify-content: flex-start;
  padding-bottom: 14px; }
  .join-search-wrap.tec {
    justify-content: center; }
  .join-search-wrap .form-section {
    flex: 0 0 280px;
    display: inline-block;
    border-radius: 4px;
    font-size: 16px;
    height: 48px;
    box-sizing: border-box;
    background: none;
    text-indent: .6rem;
    line-height: 46px;
    color: #666;
    padding: 0;
    border: 1px solid #ccc;
    margin-right: 10px; }

.join-form2 {
  box-sizing: border-box;
  position: relative;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  margin-top: 20px;
  transition-delay: .5s; }
  .join-form2 .select1 {
    flex: 0 0 210px;
    text-indent: .65rem;
    color: #666;
    font-size: .45rem;
    line-height: 66px;
    height: 66px;
    background-color: #ededed; }
  .join-form2 .join-input {
    background: none;
    text-indent: 26px;
    line-height: 66px;
    height: 100%;
    height: 100%;
    color: #333;
    display: block;
    padding: 0;
    width: 100%;
    border: none;
    font-size: 14px; }
    .join-form2 .join-input:placeHolder {
      color: rgba(255, 255, 255, 0.5); }
  .join-form2 .join-input-wrap {
    flex: 0 0 calc(100% - 290px);
    width: calc(100% - 290px); }
  .join-form2 .join-submit {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 66px;
    height: 100%;
    border: none;
    background: url(../images/join-submit-b.png) no-repeat center; }

.wel-titles .title-en0 {
  color: #636363;
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 11px; }
.wel-titles .title-h5 {
  position: relative;
  font-size: 1.2rem;
  line-height: 56px;
  margin: .45rem 0; }
.wel-titles .h5-cn1 {
  display: inline-block;
  color: #1e955b; }
.wel-titles .h5-en1 {
  display: inline-block;
  margin-left: .6rem;
  color: #999;
  text-transform: uppercase; }
.wel-titles .h5-cn2 {
  position: absolute;
  left: 100%;
  margin-left: -.8rem;
  display: inline-block;
  color: #fff;
  font-size: 24px;
  padding-left: 5rem;
  width: calc(5rem + 60px); }
  .wel-titles .h5-cn2:before {
    position: absolute;
    left: 0;
    top: 50%; }
.wel-titles.white .title-en0, .wel-titles.white .h5-cn1, .wel-titles.white .h5-en1, .wel-titles.white .h5-cn2 {
  color: #fff; }

.sline1:before {
  content: "";
  display: block;
  background: #1e955b;
  width: 4.3rem;
  height: 1px; }

.news-search-wrap {
  border: 1px solid #ececec;
  position: relative;
  padding-right: 100px;
  font-size: 18px; }
  .news-search-wrap .ser-input {
    background: none;
    font-size: 18px;
    text-indent: 20px;
    line-height: 58px;
    height: 60px;
    color: #333;
    display: block;
    padding: 0;
    outline:none;
    width: 100%;
    border: none; }
  .news-search-wrap .ser-submit {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 58px;
    height: 58px;
    border: none;
    color: transparent;
    background: url(../images/ser-submit1.png) no-repeat center; }

.join-list1 .list1-item {
  flex: 0 0 calc(50% - 12px);
  width: calc(50% - 12px);
  margin-bottom: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding-bottom: 40px;
  position: relative;
  height: 234px;
  z-index: 1;
  transition-duration: .3s; }
  .join-list1 .list1-item:first-child, .join-list1 .list1-item:nth-child(2) {
    z-index: 3; }
  .join-list1 .list1-item:nth-child(3), .join-list1 .list1-item:nth-child(4) {
    z-index: 2; }
  .join-list1 .list1-item:nth-child(4), .join-list1 .list1-item:nth-child(5) {
    z-index: 1; }
  .join-list1 .list1-item.cur {
    z-index: 3;
    background: #1e955b;
    color: #fff; }
    .join-list1 .list1-item.cur .top-name {
      color: #fff;
      background: url(../images/join-nameon.png) no-repeat left center; }
      .join-list1 .list1-item.cur .top-name:after {
        background: #fff; }
    .join-list1 .list1-item.cur .top-add {
      background: url(../images/join-addon.png) no-repeat left center; }
    .join-list1 .list1-item.cur .item-bot {
      height: 410px;
      background: #1e955b;
      color: #fff; }
    .join-list1 .list1-item.cur .item-top {
      border-bottom-color: rgba(255, 255, 255, 0.2);
      background: url(../images/join-moreon.png) no-repeat right 0.6rem center; }
.join-list1 .item-top {
  cursor: pointer;
  justify-content: flex-start;
  height: 74px;
  border-bottom: 1px solid #ececec;
  padding-left: 1rem;
  padding-right: .6rem;
  background: url(../images/join-more.png) no-repeat right 0.6rem center; }
.join-list1 .top-name {
  position: relative;
  flex: 0 0 auto;
  display: inline-block;
  padding-left: 40px;
  font-size: 24px;
  line-height: 74px;
  color: #333;
  padding-right: 20px;
  margin-right: 20px;
  background: url(../images/join-name.png) no-repeat left center; }
  .join-list1 .top-name:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12px;
    width: 1px;
    height: 24px;
    display: inline-block;
    content: "";
    background: #ececec; }
.join-list1 .top-add {
  flex: 0 0 auto;
  display: inline-block;
  padding-left: 26px;
  font-size: 14px;
  line-height: 74px;
  background: url(../images/join-add.png) no-repeat left center; }
.join-list1 .item-bot {
  position: absolute;
  width: 100%;
  top: 74px;
  left: 0;
  font-size: 14px;
  line-height: 24px;
  color: #666;
  height: 120px;
  overflow: hidden;
  padding: 0 .6rem 0 1rem;
  background: #fff;
  transition-duration: .3s; }
.join-list1 .scroll-wrap {
  height: 410px;
  padding-top: 24px;
  padding-bottom: 24px; }
.join-list1 .scroll-item {
  padding-bottom: 18px; }
.join-list1 .bot-more-a {
  font-size: 14px;
  height: 34px;
  width: 128px;
  display: block;
  background: #fff;
  color: #1e955b;
  text-align: center;
  transition-duration: .3s;
  border-radius: 4px;
  line-height: 34px; }
  .join-list1 .bot-more-a:hover {
    transform: translateX(5px); }
.join-list1 {
  position: relative;
  z-index: 3;
}
.join-list2 {
  position: relative;
  z-index: 2;
}
.join-list2 .total-top {
  background: #e0e0e0;
  height: 68px;
  line-height: 68px;
  font-size: 16px;
  color: #333;
  margin-bottom: 14px;
  font-weight: bold; }
  .join-list2 .total-top .top-item:nth-child(2) {
    border-left: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2; }
.join-list2 .item-top {
  font-size: .5rem;
  border: 1px solid #dcdcdc;
  cursor: pointer; }
.join-list2 .top-item {
  display: inline-block;
  color: #333;
  text-indent: 30px;
  line-height: 68px;
  height: 68px;
  font-size: 16px;
  flex: 0 0 390px;
  width: 390px; }
  .join-list2 .top-item:nth-child(2) {
    flex: 0 0 calc(100% - 782px);
    width: calc(100% - 782px); }
.join-list2 .list2-item {
  margin-top: 10px;
  border-bottom: 1px solid #dcdcdc;
  background: #fff; }
  .join-list2 .list2-item:nth-child(even) {
    background: #f8f8f8; }
  .join-list2 .list2-item.cur .item-top {
    border-color: #1e955b;
    background: #1e955b; }
  .join-list2 .list2-item.cur .top-item {
    color: #fff; }
.join-list2 .item-bot {
  display: none;
  padding: 0 .9rem; }
.join-list2 .bot-item {
  flex: 0 0 calc(50% - 1rem);
  width: calc(50% - 1rem);
  font-size: 14px;
  line-height: 24px;
  color: rgba(51, 51, 51, 0.7); }
.join-list2 .list2-item-close {
  text-align: right;
  line-height: 2.5rem;
  border-top: 1px solid #d2d2d2;
  color: #1e955b;
  font-weight: bold;
  font-size: 14px;
  cursor: pointer; }
.join-list2 .bot-h6 {
  color: #333;
  font-size: 18px;
  padding-top: .8rem;
  margin-bottom: 4px; }
.join-list2 .bot-more-a {
  font-size: 14px;
  height: 34px;
  width: 128px;
  display: block;
  background: #1e955b;
  color: #fff;
  text-align: center;
  transition-duration: .3s;
  border-radius: 4px;
  line-height: 34px;
  margin: 24px 0; }

.join-list3 {
  position: relative;
  padding-top: 1rem;
  padding-bottom: 4.3rem;
  padding: 1rem calc(50vw - 720px) 4.3rem calc(50vw + 3rem); }
  .join-list3 .list3-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%; }

.join-list4 {
  position: relative; }
  .join-list4 .moudle-titles {
    z-index: 2;
    position: absolute;
    top: 6.5rem;
    left: calc(50vw - 720px);
    width: 224px;
    padding-top: 0; }
  .join-list4 .join-list4-btns {
    position: absolute;
    right: 0;
    top: 53px; }

.white .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .white .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff !important; }

.news-list1 {
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5; }
  .news-list1 .news-h5 {
    font-size: 16px;
    line-height: 30px;
    max-height: 60px;
    margin-bottom: 18px;
    color: #333; }
  .news-list1 .txts-wrap {
    padding: 30px 0; }
  .news-list1 .news-time-wrap {
    font-size: 12px;
    line-height: 24px;
    justify-content: flex-start; }
  .news-list1 .news-time {
    position: relative;
    color: #999;
    flex: 0 0 auto;
    margin-right: 10px; }
    .news-list1 .news-time:after {
      display: inline-block;
      width: 1px;
      height: 12px;
      background: #999;
      content: "";
      margin-left: 10px;
      position: relative;
      top: 3px; }
  .news-list1 .news-more {
    flex: 0 0 auto;
    color: #1e955b;
    font-weight: bold;
    transition-duration: .3s; }
    .news-list1 .news-more:hover {
      transform: translateX(5px); }

.news-list2 {
  padding-top: 20px; }
  .news-list2 .list2-a {
    position: relative;
    display: block;
    border: 1px solid #e5e5e5;
    border-left-width: 5px;
    margin-bottom: 10px;
    line-height: 30px;
    padding: 18px 200px 18px 32px; }
    .news-list2 .list2-a:after {
      top: 50%;
      right: 100%;
      display: block;
      width: 5px;
      height: 0;
      background: #1e955b;
      content: "";
      position: absolute;
      content: "";
      transition-duration: .3s; }
    .news-list2 .list2-a:hover:after {
      top: 0;
      height: 100%; }
    .news-list2 .list2-a:hover .news-h5, .news-list2 .list2-a:hover .news-time {
      color: #1e955b; }
    .news-list2 .list2-a:hover .news-time {
      border-left-color: #1e955b; }
  .news-list2 .news-h5 {
    font-size: 16px;
    color: #333; }
  .news-list2 .news-time {
    top: 50%;
    right: 0;
    margin-top: -15px;
    position: absolute;
    color: #999;
    display: block;
    width: 144px;
    text-align: center;
    border-left: 1px solid #ececec;
    font-size: 14px; }

.captcha-td .td-content {
  position: relative; }
.captcha-td .captcha {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  position: absolute;
  height: 100%;
  width: auto;
  max-width: 124px; }

.ajax-opacity {
  opacity: 0;
  transition-duration: .5s; }
  .ajax-opacity.cur {
    opacity: 1; }

.ajax-opacity2 {
  opacity: 0;
  transition-duration: .3s; }
  .ajax-opacity2.cur {
    opacity: 1; }

.ajax-contents {
  opacity: 0;
  transform: translateY(30px);
  transition-duration: .5s; }
  .ajax-contents.cur {
    opacity: 1;
    transform: translateY(0); }

.ajax-scale {
  opacity: 0;
  transform: sclae(0.9);
  transition-duration: .5s; }
  .ajax-scale.cur {
    opacity: 1;
    transform: sclae(1); }

.load-more {
  display: block;
  cursor: pointer;
  width: 54px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 26px;
  color: #ccc;
  text-align: center; }
  .load-more .load-ico0 {
    display: block;
    max-width: 32px;
    margin: 0 auto 10px; }

.pro-list2 {
  padding: 2.5rem 0;
  min-height: 10rem; }
  .pro-list2 .pro-item-wrap {
    justify-content: flex-start; }
  .pro-list2 .item-mains {
    position: relative;
    transition-duration: .3s;
    overflow: hidden; }
    .pro-list2 .item-mains:hover .pro-h5 {
      color: #1e955b; }
    .pro-list2 .item-mains:hover:after {
      opacity: 1;
      transform: scale(1); }
    .pro-list2 .item-mains:after {
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 2;
      opacity: 0;
      transform: scale(0.5);
      transition-duration: .3s;
      background: url(../images/pro-bg.png) no-repeat center;
      background-size: cover !important; }
  .pro-list2 .pro-item {
    margin-bottom: 1rem;
    transition-duration: .3s;
    background: #fff; }
  .pro-list2 .txts-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    line-height: 24px;
    overflow: hidden;
    padding: 10px 18px; }
  .pro-list2 .pro-h5 {
    text-align: center;
    font-size: .5rem;
    color: #222;
    height: 24px;
    transition-duration: .5s; }
  .pro-list2 .pro-para, .pro-list2 .pro-size {
    max-width: 50%;
    flex: 0 0 auto; }
  .pro-list2 .pro-detail {
    color: #666;
    font-size: 14px;
    height: 24px;
    margin-top: 8px;
    color: #666; }

.about-list1 {
  padding-top: .5rem;
  padding-bottom: 2rem; }
  .about-list1 .list1-txts {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    margin-bottom: 1.5rem; }
  .about-list1 .square-item {
    flex: 1;
    position: relative;
    font-size: 14px; }
    .about-list1 .square-item:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      height: 76px;
      transform: translateY(-50%);
      background: #dcdcdc; }
  .about-list1 .num0 {
    color: #1e955b;
    font-size: 1.2rem;
    line-height: 52px;
    font-family: "Airal"; }
  .about-list1 .num-txts {
    line-height: 24px;
    padding-top: 28px;
    display: inline-block; }
  .about-list1 .square-txt {
    line-height: 24px;
    color: #999;
    margin-top: 4px; }
  .about-list1 .item-mains {
    text-align: center;
    padding: 0 20px; }

.about-list2 .list2-txts {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding: 1.3rem 0 3rem; }
.about-list2 .color {
  color: #1e955b;
  font-weight: bold; }

.honor-list1 {
  position: relative;
  padding-left: calc(100% - 16.4rem); }
  .honor-list1 .honor-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 16.4rem);
    background-image: url(../images/honor-leftbg.jpg);
    padding-top: 2.5rem; }
  .honor-list1 .honor-right {
    position: relative;
    padding: 2rem 0 4rem 1.3rem;
    height: calc(400px + 12rem); }
  .honor-list1 .item-top {
    cursor: pointer;
    padding-left: 20px;
    border-bottom: 1px solid #dcdcdc;
    font-size: .75rem;
    line-height: 1.9rem;
    background: url(../images/honor-list1-bot.png) no-repeat right calc(50vw - 720px) center; }
  .honor-list1 .honor-name {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-left: 44px;
    position: relative;
    cursor: pointer; }
    .honor-list1 .honor-name:before {
      position: absolute;
      left: 20px;
      top: 8px;
      content: "";
      display: block;
      background: #333;
      width: 8px;
      height: 8px;
      border-radius: 50%; }
    .honor-list1 .honor-name.cur, .honor-list1 .honor-name:hover {
      color: #1e955b; }
      .honor-list1 .honor-name.cur:before, .honor-list1 .honor-name:hover:before {
        background-color: #1e955b; }
  .honor-list1 .right-item {
    color: #333;
    padding-top: 1rem; }
    .honor-list1 .right-item.cur .item-top {
      color: #1e955b;
      background: url(../images/honor-list1-bot.png) no-repeat right calc(50vw - 720px) center; }
  .honor-list1 .item-bot {
    display: none;
    padding-top: 1rem; }
  .honor-list1 .scroll-wrap {
    height: 400px; }
  .honor-list1 .honor-img {
    display: block;
    margin: 0 auto;
    width: 424px;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    text-align: center; }
  .honor-list1 .honor-img-title {
    margin-top: 20px; }
  .honor-list1 .ajax-mains {
    padding-top: 2.25rem; }
  .honor-list1 .honor-btns-wrap .sline1 {
    left: 100%;
    margin-left: 22px; }

.quality-list2 {
  position: relative;
  padding-right: calc(100% - 16.4rem); }
  .quality-list2 .honor-left {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(100% - 16.4rem); }
  .quality-list2 .honor-right {
    position: relative;
    padding: 2rem 1rem 4rem 1.3rem;
    height: calc(400px + 12rem); }
  .quality-list2 .item-top {
    cursor: pointer;
    padding-left: 20px;
    border-bottom: 1px solid #dcdcdc;
    font-size: .75rem;
    line-height: 1.9rem;
    background: url(../images/honor-list1-bot.png) no-repeat right calc(50vw - 720px) center; }
  .quality-list2 .honor-name {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 16px;
    padding-left: 44px;
    position: relative;
    cursor: pointer; }
    .quality-list2 .honor-name:before {
      position: absolute;
      left: 20px;
      top: 8px;
      content: "";
      display: block;
      background: #333;
      width: 8px;
      height: 8px;
      border-radius: 50%; }
    .quality-list2 .honor-name.cur, .quality-list2 .honor-name:hover {
      color: #1e955b; }
      .quality-list2 .honor-name.cur:before, .quality-list2 .honor-name:hover:before {
        background-color: #1e955b; }
  .quality-list2 .honor-btns-wrap {
    right: -2.5rem; }
    .quality-list2 .honor-btns-wrap .sline1 {
      right: 100%;
      margin-right: 22px; }

.quality .moudle-titles {
  margin-bottom: 1rem;
  border-bottom: 1px solid #ededed; }
.quality .scroll-wrap {
  height: 320px;
  margin-bottom: 40px; }
.quality .honor-left {
  border-left: 1px solid #ededed;
  border-right: 1px solid #ededed; }

.honor-item .honor-btns-wrap {
  display: none; }

#lightbox-container-image-data-box {
  box-sizing: content-box; }

#lightbox-image-details-caption {
  font-size: 16px;
  line-height: 22px;
  color: #1e955b;
  font-weight: bold !important; }

.honor-list1 .honor-btns-wrap {
  left: -2.5rem; }

.honor-btns-wrap {
  position: absolute;
  bottom: 3.25rem; }
  .honor-btns-wrap .swiper-btns1 .prev:hover {
    border: 1px solid #fff;
    background: url(../images/swiper-prev1.png) no-repeat center !important; }
  .honor-btns-wrap .swiper-btns1 .next:hover {
    background: url(../images/swiper-next1.png) no-repeat center !important;
    border: 1px solid #fff; }
  .honor-btns-wrap .sline1 {
    position: absolute;
    bottom: 23px; }

.events-list1 {
  margin-top: 1.5rem;
  padding: 80px 0 84px;
  margin-bottom: 2rem; }
  .events-list1 .events-item-wrap {
    position: relative;
    padding-top: 1.1rem; }
    .events-list1 .events-item-wrap:before {
      content: "";
      display: block;
      position: absolute;
      left: 50%;
      background: #d3d3d3;
      width: 4px;
      height: 100%;
      top: 0;
      transform: translateX(-50%); }
  .events-list1 .events-item {
    position: relative;
    margin-top: -24px;
    min-height: 78px; }
    .events-list1 .events-item:first-child {
      margin-top: 0; }
    .events-list1 .events-item:after {
      content: "";
      display: block;
      position: absolute;
      background: #fff;
      width: 32px;
      height: 32px;
      top: 0;
      border: 10px solid #d3d3d3;
      right: 0;
      z-index: 2;
      box-sizing: border-box;
      border-radius: 50%; }
    .events-list1 .events-item:nth-child(odd) {
      margin-right: 50%; }
      .events-list1 .events-item:nth-child(odd):after {
        transform: translate(50%, -50%); }
      .events-list1 .events-item:nth-child(odd) .item-mains {
        padding-right: 204px; }
      .events-list1 .events-item:nth-child(odd) .items-year {
        right: 18px; }
    .events-list1 .events-item:nth-child(even) {
      margin-left: 50%; }
      .events-list1 .events-item:nth-child(even):after {
        left: 0;
        transform: translate(-50%, -50%); }
      .events-list1 .events-item:nth-child(even) .item-mains {
        padding-left: 204px; }
      .events-list1 .events-item:nth-child(even) .items-year {
        left: 18px; }
  .events-list1 .items-year {
    width: 166px;
    position: absolute;
    top: 0;
    border-top: 1px solid #d3d3d3;
    color: #1e955b;
    padding-top: 16px;
    line-height: 1.2; }
  .events-list1 .year-num {
    display: inline-block;
    vertical-align: baseline;
    font-size: 24px;
    line-height: 1; }
  .events-list1 .year-txt {
    display: inline-block;
    vertical-align: baseline;
    font-size: 16px;
    line-height: 1; }
  .events-list1 .events-ico {
    position: absolute;
    display: block;
    transform: translateX(-50%);
    left: 50%;
    z-index: 2; }
  .events-list1 .events-top-ico {
    top: 0;
    width: 32px; }
  .events-list1 .events-bot-ico {
    width: 82px;
    bottom: 0; }
  .events-list1 .items-txts {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding: 14px 22px;
    border-radius: 6px;
    border: 1px solid #ccc; }
  .events-list1 .scroll-wrap {
    max-height: 72px; }

.develop-list1 {
  padding: 0  400px 2.25rem 0; }
  .develop-list1 .img-wrap {
    width: 400px;
    position: absolute;
    right: 0;
    top: 3.1rem; }
  .develop-list1 .list1-h6 {
    margin: 30px 0 16px;
    line-height: 1.2; }
  .develop-list1 .h6-font24 {
    display: inline-block;
    vertical-align: baseline;
    font-size: .6rem;
    color: #1e955b; }
  .develop-list1 .h6-font16 {
    display: inline-block;
    vertical-align: baseline;
    font-size: .4rem;
    color: #333; }
  .develop-list1 .txts-wrap {
    font-size: 14px;
    line-height: 30px;
    color: #666;
    padding-right: 2.5rem; }
  .develop-list1 .scroll-wrap {
    height: 180px; }

.develop-list2 {
  border-bottom: 1px solid #d6d6d6;
  padding-bottom: 2.2rem; }
  .develop-list2 .list2-banner-wrap {
    background: rgba(255, 255, 255, 0.05); }
  .develop-list2 .bgImg {
    background: -webkit-linear-gradient(left, #1e955b, #306fb4);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(right, #1e955b, #306fb4);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(right, #1e955b, #306fb4);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right, #1e955b, #306fb4);
    /* 标准的语法 */ }

.develop-list2-banner {
  border-left: 1px solid rgba(255, 255, 255, 0.1); }
  .develop-list2-banner .swiper-slide {
    text-indent: 1.2rem;
    color: #fff;
    font-size: 24px;
    line-height: 44px;
    padding: .75rem 0;
    transition-duration: .5s;
    cursor: pointer;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
    .develop-list2-banner .swiper-slide.cur {
      background: #e8eff7;
      color: #1e955b; }

.develop-list2-ajax {
  padding-top: 1.3rem; }
  .develop-list2-ajax .ajax-item {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 22px;
    padding: 25px 0; }
  .develop-list2-ajax .cn-font24 {
    font-size: .6rem;
    color: #333; }
  .develop-list2-ajax .cn-font16 {
    font-size: .4rem;
    color: #999; }
  .develop-list2-ajax .num-font60 {
    font-size: 1.5rem;
    line-height: 1.2;
    display: inline-block;
    vertical-align: baseline;
    margin-right: 16px; }
  .develop-list2-ajax .num-font24 {
    font-size: .6rem;
    line-height: 1.2;
    display: inline-block;
    vertical-align: baseline; }
  .develop-list2-ajax .ajax-left {
    line-height: 33px; }
  .develop-list2-ajax .ajax-right {
    color: #1e955b;
    line-height: 1.2;
    display: inline-flex;
    justify-content: flex-end; }
  .develop-list2-ajax .ajax-left, .develop-list2-ajax .ajax-right {
    flex: 0 0 auto;
    max-width: 50%; }
  .develop-list2-ajax .left-mains {
    position: relative;
    padding-left: 94px; }
  .develop-list2-ajax .right-mains {
    padding-right: 1.3rem;
    position: relative; }
    .develop-list2-ajax .right-mains:before {
      position: absolute;
      content: "";
      display: block;
      width: 1px;
      height: 100%;
      background: #eaeaea;
      left: -1.7rem;
      top: 0; }
  .develop-list2-ajax .ico-wrap {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px; }

.develop-list3 {
  padding-bottom: 2rem;
  overflow: hidden; }
  .develop-list3 .moudle-titles {
    border-bottom: 2px solid #1e955b; }
  .develop-list3 .list3-item {
    border-top: 1px solid #d5d5d5;
    margin-bottom: .65rem; }
    .develop-list3 .list3-item.cur .item-top {
      color: #1e955b;
      border-bottom-color: #eaeaea;
      background: #fff url(../images/join-moreon2.png) no-repeat right 28px center; }
  .develop-list3 .item-top {
    cursor: pointer;
    font-size: .6rem;
    line-height: 1.9rem;
    border-bottom: 1px solid transparent;
    padding: 0 .9rem;
    background: #f6f6f6 url(../images/join-more2.png) no-repeat right 28px center;
    transition-duration: .8s; }
  .develop-list3 .item-bot {
    padding-bottom: 14px; }
  .develop-list3 .bot-mains {
    padding: 1.5rem .9rem 1rem;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    border-bottom: 1px solid #eaeaea; }
    .develop-list3 .bot-mains img {
      display: inline-block;
      width: auto;
      max-width: 100%; }

.company .load-more2 {
  display: block;
  font-size: 12px;
  cursor: pointer;
  color: #1e955b;
  margin-top: 28px; }

.company-list1 {
  padding-bottom: 2rem; }
  .company-list1 .list1-item {
    border-bottom: 1px solid #dcdcdc;
    margin-top: .65rem; }
    .company-list1 .list1-item.cur .item-top {
      color: #1e955b;
      border-bottom-color: #eaeaea;
      background: #fff url(../images/join-moreon2.png) no-repeat right 0.8rem center; }
  .company-list1 .item-top {
    cursor: pointer;
    font-size: .6rem;
    line-height: 1.8rem;
    border-bottom: 1px solid transparent;
    padding: 0 .8rem;
    background: url(../images/join-more2.png) no-repeat right 0.8rem center;
    transition-duration: .8s; }
  .company-list1 .bot-mains {
    padding: 1rem 0;
    font-size: 16px;
    line-height: 2;
    color: #666; }
    .company-list1 .bot-mains img {
      display: inline-block;
      width: auto;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
  .company-list1 .list1-item3 .scroll-wrap {
    height: 350px; }
  .company-list1 .list1-item3-left {
    flex: 0 0 374px; }
  .company-list1 .list1-item3-right {
    flex: 0 0 calc(100% - 374px);
    width: calc(100% - 374px);
    border: 1px solid #d6d6d6; }
  .company-list1 .item3-right-mains {
    padding: 24px 1.2rem; }
  .company-list1 .item3-left-name {
    font-size: 16px;
    line-height: 50px;
    color: #333;
    padding: 0 .8rem;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #d6d6d6; }
    .company-list1 .item3-left-name:after {
      position: absolute;
      content: "";
      display: block;
      width: 0;
      height: 2px;
      background: #1e955b;
      left: 50%;
      bottom: -1px;
      transition-duration: .5s; }
    .company-list1 .item3-left-name:hover, .company-list1 .item3-left-name.cur {
      color: #1e955b; }
      .company-list1 .item3-left-name:hover:after, .company-list1 .item3-left-name.cur:after {
        left: 0;
        width: 100%; }
  .company-list1 .name-item {
    margin-bottom: 16px; }
  .company-list1 .name-wrap {
    justify-content: flex-start; }
  .company-list1 .name-s0 {
    flex: 0 0 auto;
    text-decoration: underline;
    color: #1e955b;
    cursor: pointer;
    margin-right: 22px; }
  .company-list1 .name-ajax-mains {
    margin-top: 10px;
    background: #fff;
    border: 1px solid #d6d6d6;
    font-size: 14px;
    color: #333;
    line-height: 24px; }
  .company-list1 .ajax-scroll-wrap2 {
    padding: 20px; }
  .company-list1 .name-ajax-scroll {
    height: 72px; }

.company-list2 {
  padding-bottom: 1.9rem; }
  .company-list2 .list2-item {
    color: #333;
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    transition-duration: .3s;
    padding: 12px 24px; }
    .company-list2 .list2-item:hover {
      background: #fff;
      color: #1e955b; }
  .company-list2 .list2-item-wrap {
    padding: 24px 0 32px; }

.reports .reports-item {
  position: relative;
  display: block;
  border-bottom: 1px solid #dcdcdc;
  padding: 15px 100px;
  background: url(../images/down-ico-bg.png) no-repeat right 30px center;
  font-size: 16px;
  line-height: 30px;
  color: #333;
  transition-duration: .5s; }
  .reports .reports-item:hover {
    transform: translateX(-5px);
    border-bottom-color: #1e955b; }
  .reports .reports-item.w50 {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px); }
.reports .reports-item-wrap {
  padding-top: 20px;
  border-top: 1px solid #f5f5f5; }
.reports .reports-time {
  display: block;
  position: absolute;
  left: 0;
  width: 80px;
  text-align: right;
  top: 50%;
  margin-top: -15px;
  color: #999; }
.reports .reports-h5 {
  display: block; }
.reports .ajax-mains {
  border-top: 1px solid #d4d4d4; }
.reports .ajax-banner-wrap {
  width: 950px;
  padding: 0 1.5rem; }

.reports-ajax-banner .swiper-slide {
  cursor: pointer;
  font-size: 16px;
  line-height: 56px;
  color: #333;
  text-align: center; }
  .reports-ajax-banner .swiper-slide.cur {
    color: #1e955b; }

.quotes .quotes-info {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding-bottom: 1.4rem; }
  .quotes .quotes-info img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto; }

.interactive-list1 .list1-mains {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  padding: .7rem 1.1rem .9rem; }
.interactive-list1 .list1-h6 {
  margin-bottom: .6rem; }
.interactive-list1 .contact-h6 {
  flex: 0 0 auto;
  color: #333;
  margin-right: .9rem; }
.interactive-list1 .contact-detail {
  flex: 0 0 auto; }
.interactive-list1 .contact-a {
  display: block;
  padding-left: 26px;
  margin-bottom: 16px;
  color: #1e955b;
  font-weight: bold; }
  .interactive-list1 .contact-a:first-child {
    background: url(../images/contact-a-ico1.png) no-repeat left top; }
  .interactive-list1 .contact-a:nth-child(2) {
    background: url(../images/contact-a-ico2.png) no-repeat left top; }
  .interactive-list1 .contact-a:nth-child(3) {
    background: url(../images/contact-a-ico3.png) no-repeat left top; }
.interactive-list1 .contact-left {
  flex: 0 0 540px;
  display: inline-flex; }
.interactive-list1 .contact-right-a {
  flex: 0 0 154px;
  width: 154px;
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  padding-left: 56px;
  border-radius: 6px;
  background: #1e955b url(../images/contact-right-a.png) no-repeat left 32px top 11px; }
.interactive-list1 .contact-wrap {
  align-items: flex-end; }

.interactive-list2 {
  padding-top: 1.3rem; }
  .interactive-list2 .moudle-titles {
    border-bottom: 2px solid #1e955b; }
  .interactive-list2 .list2-item {
    padding: 0 .7rem;
    border: 1px solid #e5e5e5;
    margin-bottom: 12px; }
    .interactive-list2 .list2-item.cur {
      background: #f5f5f5; }
      .interactive-list2 .list2-item.cur .item-top {
        color: #1e955b;
        border-bottom-color: #eaeaea; }
  .interactive-list2 .item-top {
    font-size: 16px;
    line-height: 48px;
    cursor: pointer; }
  .interactive-list2 .top-h5 {
    font-weight: bold; }
  .interactive-list2 .top-h5, .interactive-list2 .top-time {
    flex: 0 0 auto; }
  .interactive-list2 .top-time {
    font-size: 14px;
    color: #999;
    font-family: "Airal"; }
  .interactive-list2 .item-bot {
    font-size: 14px;
    line-height: 24px;
    color: #333; }
  .interactive-list2 .item-bot-question {
    padding-top: .4rem; }
  .interactive-list2 .item-bot-answer {
    color: #1e955b;
    padding: 12px 0 1.2rem; }

.interactive-list3 {
  margin-bottom: 1.7rem; }
  .interactive-list3 .list3-item {
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    border-radius: 4px; }
  .interactive-list3 .list3-item-contents {
    padding: .8rem 1.3rem; }
  .interactive-list3 .list3-font16 {
    font-weight: bold;
    font-size: 16px; }
  .interactive-list3 .list3-font24 {
    font-size: .6rem;
    margin: .7rem 0 .55rem; }
  .interactive-list3 .list3-font14 {
    margin-top: .35rem; }
  .interactive-list3 .list3-font14 > p {
    margin-bottom: 10px;
    text-indent: .8rem; }
  .interactive-list3 .list3-a {
    display: block;
    width: 110px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    text-align: center;
    background: #1e955b;
    font-weight: bold;
    color: #fff; }
.reports .reports-item-wrap {
  justify-content: flex-start;
}
.playback-list4 {
  /*width: 960px;*/
  padding-bottom: 1rem; }
  .playback-list4 .playback-item {
    flex: 0 0 calc(33.3% - 24px);
    width: calc(33.3% - 24px);
    margin-bottom: .75rem;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
    line-height: 1.5;
    background: #fff;
    transition-duration: .5s; }
    .playback-list4 .playback-item:hover {
      transform: translateX(-5px);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); }
  .playback-list4 .item-contents {
    padding: .6rem .7rem; }
  .playback-list4 .playback-h5 {
    font-size: .5rem;
    color: #333; }
  .playback-list4 .playback-time {
    font-size: 14px;
    color: #999;
    margin: 6px 0 10px; }

.view-more3 {
  text-align: right;
  color: #1e955b;
  padding-right: 30px;
  font-size: 14px;
  line-height: 20px;
  background: url(../images/down-ico-bg.png) no-repeat right center; }

.message-form {
  display: none;
  font-size: 14px;
  line-height: 32px;
  color: #333;
  border-top: 4px solid #1e955b;
  box-sizing: border-box; }
  .message-form .form-top {
    background: #f3f3f3;
    padding: .7rem 30px 0 .8rem; }
  .message-form .btn-input {
    display: inline-block;
    flex: 0 0 124px;
    height: 40px;
    line-height: 40px;
    border: none;
    font-size: 14px;
    color: #fff;
    text-align: center; }
  .message-form .message-submit {
    background: #1e955b;
    margin-left: 112px; }
  .message-form .message-reset {
    background: #666;
    margin-left: 10px; }
  .message-form .form-btns {
    padding: .5rem 0;
    justify-content: flex-start;
    border-top: 1px solid #c4c8cb;
    border-bottom: 1px solid #c4c8cb; }
  .message-form .message-input, .message-form .message-textarea {
    background: #fff;
    border: 1px solid #c4c8cb;
    box-sizing: border-box;
    display: block;
    width: 100%;
    line-height: 32px; }
  .message-form .message-input {
    height: 34px; }
  .message-form .message-textarea {
    height: 102px; }
  .message-form .captcha-input {
    width: 124px; }
  .message-form .td100 {
    flex: 0 0 100%; }
  .message-form .td50 {
    flex: 0 0 50%; }
  .message-form .td-content1 {
    padding-right: 22px; }
  .message-form .td-content {
    position: relative;
    padding-left: 88px; }
  .message-form .form-td {
    margin-bottom: 14px; }
  .message-form .message-s0 {
    position: absolute;
    left: 0;
    top: 0;
    width: 88px; }
  .message-form .captcha-td {
    flex: 0 0 348px; }
    .message-form .captcha-td .td-content {
      padding-right: 134px; }

.interactive .inter-info img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

.quotes-list3 {
  padding-bottom: 1.3rem; }

.operating-list1 {
  padding: 2.1rem 0; }
  .operating-list1 .list1-item {
    margin-bottom: 10px;
    color: #fff; }
    .operating-list1 .list1-item:nth-child(odd) .item-img-bg {
      order: 1; }
    .operating-list1 .list1-item:first-child .item-txts {
      background: #1e955b; }
    .operating-list1 .list1-item:nth-child(2) .item-txts {
      background: #2575e1; }
    .operating-list1 .list1-item:nth-child(3) .item-txts {
      background: #018b48; }
  .operating-list1 .cn-font20 {
    font-size: .5rem;
    line-height: .75rem;
    max-width: 596px; }
  .operating-list1 .cn-font30 {
    font-size: .75rem;
    line-height: 1rem;
    margin-top: .45rem; }
  .operating-list1 .en-font12 {
    font-size: 12px;
    line-height: .75rem; }
  .operating-list1 .ico-wrap {
    position: absolute;
    width: 2.5rem;
    right: 1.8rem;
    bottom: 1.1rem; }
  .operating-list1 .item-txts {
    position: relative;
    flex: 0 0 21.5rem;
    width: 21.5rem;
    height: 270px; }
  .operating-list1 .list1-item:first-child .item-txts {
      position: relative;
      flex: 0 0 19rem;
      width: 19rem;
      height: 270px; }
  .operating-list1 .item-img-bg {
    flex: 0 0 calc(100% - 21.5rem - 10px);
    width: calc(100% - 21.5rem - 10px); }
  .operating-list1 .list1-item:first-child .item-img-bg{
    flex: 0 0 calc(100% - 19rem - 10px);
    width: calc(100% - 19rem - 10px);
    height: 270px;
    overflow: hidden;}
  .operating-list1 .txts-wrap {
    padding: 1.3rem 4rem .6rem 1.6rem; }

.brand-list1 {
  margin-top: 1.6rem;
  margin-bottom: 2.1rem; }
  .brand-list1 .brand-left {
    flex: 0 0 304px;
    width: 304px; }
  .brand-list1 .brand-right {
    position: relative;
    flex: 0 0 calc(100% - 304px - 5.6rem);
    width: calc(100% - 304px - 5.6rem);
    overflow: visible; }
    .brand-list1 .brand-right:before {
      position: absolute;
      left: -2.1rem;
      top: 0;
      height: 100%;
      width: 1px;
      background: #dcdcdc;
      content: ""; }
  .brand-list1 .moudle-titles {
    padding-top: 20px;
    padding-bottom: 26px; }
  .brand-list1 .en0, .brand-list1 .cn0 {
    color: #1e955b; }
  .brand-list1 .en0, .brand-list1 .cn0, .brand-list1 .en1, .brand-list1 .cn1 {
    display: inline-block;
    vertical-align: baseline;
    line-height: 1.2; }
  .brand-list1 .en0 {
    font-size: 1.2rem; }
  .brand-list1 .en1 {
    font-size: .75rem;
    color: #282828; }
  .brand-list1 .cn0 {
    font-size: 24px; }
  .brand-list1 .cn1 {
    color: #333;
    font-size: 18px; }
  .brand-list1 .en-wrap {
    flex: 0 0 236px; }
  .brand-list1 .cn-wrap {
    flex: 0 0 calc(100% - 236px);
    width: calc(100% - 236px); }
  .brand-list1 .right-item {
    padding: 1.1rem;
    align-items: center;
    border-bottom: 1px solid #dcdcdc; }

.flex50 {
  flex: 0 0 50%;
  width: 50%; }

.brand-list2 .item-bg {
  height: 13.2rem;
  color: #fff;
  line-height: 1.2;
  padding: 1.6rem 3rem 1rem; }
.brand-list2 .cn-font30 {
  font-size: .75rem; }
.brand-list2 .cn-font36 {
  font-size: .9rem;
  margin: .6rem 0; }
.brand-list2 .cn-font14 {
  font-size: 14px;
  line-height: 2; }
.brand-list2 .cn-font14-p {
  margin-bottom: .4rem; }
.brand-list2 .scroll-wrap {
  height: 100%; }

.brand-list3 {
  padding-bottom: 2rem; }
  .brand-list3 .ico-wrap {
    position: relative;
    width: 1.7rem;
    margin: 0 auto .8rem; }
  .brand-list3 .swiper-slide {
    padding: 1.1rem 0;
    color: #fff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }
    .brand-list3 .swiper-slide:hover {
      background: #1e955b; }
      .brand-list3 .swiper-slide:hover .cn-font20, .brand-list3 .swiper-slide:hover .cn-font14 {
        color: #fff; }
      .brand-list3 .swiper-slide:hover .unhover {
        display: none; }
      .brand-list3 .swiper-slide:hover .hover {
        display: block; }
  .brand-list3 .banner-txts {
    padding: 0 .7rem; }
  .brand-list3 .cn-font20 {
    font-size: .5rem;
    line-height: 1.2;
    color: #333;
    margin-bottom: 12px; }
  .brand-list3 .cn-font14 {
    font-size: 14px;
    line-height: 24px;
    color: #999; }
  .brand-list3 .scroll-wrap {
    height: 192px; }

.service .item-mains {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #1e955b; }
.service .square-txt {
  font-size: 16px;
  line-height: 30px;
  color: #666; }

.service-list1 {
  position: relative;
  padding: 0.5rem calc(50vw - 640px) 0 calc(50vw + 3rem);
  font-size: 14px;
  /* line-height: 30px; */
  color: #666; }
  .service-list1 .list1-detail {
    margin-bottom: 0.4rem; }
  
  .service-list1 .scroll-wrap {
    height: 240px; }
  .service-list1 .square-item {
    text-align: right;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid #c2c2c2; }
  .service-list1 .item-mains {
    text-align: left;
    display: inline-block; }

.service-list2 {
  padding-bottom: 1.1rem; }
  .service-list2 .moudle-font14 {
    max-width: 660px;
    margin-left: auto;
    margin-right: auto; }
  .service-list2 .square-item {
    margin: 0 1.125rem;
    flex: 0 0 auto; }
  .service-list2 .map-wrap {
    position: relative;
    width: 1016px;
    margin: -10px auto 0; }

.service-list3 {
  position: relative;
  padding: 0 calc(50vw + 470px) 2rem calc(50vw - 720px); }
  .service-list3:before {
    z-index: -1;
    position: absolute;
    content: "";
    display: block;
    width: 1200px;
    height: 100%;
    top: 0;
    left: 0;
    transition-duration: .3s;
    background: #f2f2f2; }
  .service-list3 .ser-left {
    position: relative;
    z-index: 2; }
    .service-list3 .ser-left .scroll-wrap {
      height: 520px; }
  .service-list3 .ser-right {
    position: absolute;
    right: 0;
    top: 0;
    width: calc(50vw + 470px);
    height: calc(100% - 2rem); }
    .service-list3 .ser-right .scroll-wrap {
      height: 82px; }
  .service-list3 .right-txts {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #1e955b;
    padding: 1.3rem 1.1rem;
    line-height: 24px;
    color: #fff;
    width: 480px; }
  .service-list3 .right-font18 {
    font-size: 18px;
    margin-bottom: 10px; }
  .service-list3 .right-font14 {
    font-size: 14px; }

.ser-list3-nav .nav-item {
  border-bottom: 1px solid #dfdfdf;
  font-size: 14px;
  line-height: 52px;
  color: #000;
  position: relative;
  padding-left: 20px;
  cursor: pointer; }
  .ser-list3-nav .nav-item:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 4px;
    bottom: 0;
    left: 67px;
    transition-duration: .3s;
    background: #1e955b; }
  .ser-list3-nav .nav-item.cur:before, .ser-list3-nav .nav-item:hover:before {
    left: 0;
    width: 134px; }

.service-list4 {
  position: relative;
  padding: 0 calc(50vw + 3rem) 0 calc(50vw - 720px); }
  .service-list4 .list4-item-wrap {
    font-size: 14px;
    line-height: 30px;
    color: #666; }
  .service-list4 .list4-item {
    padding-left: 24px;
    position: relative; }
    /* .service-list4 .list4-item:before {
      position: absolute;
      content: "";
      display: block;
      width: 8px;
      height: 8px;
      top: 11px;
      left: 8px;
      border-radius: 50%;
      background: #999; } */
  .service-list4 .scroll-wrap {
    height: 240px; }
  .service-list4 .ser-left {
    padding-bottom: 1rem; }
  .service-list4 .ser-right {
    position: absolute;
    height: 100%;
    width: 50vw;
    top: 0;
    right: 0; }

.ability-list1 {
  position: relative; }
  .ability-list1 .wel-banner-btns {
    position: absolute;
    left: 50%;
    top: 9rem;
    transform: translate(-50%, 0); }

.ability-banner .swiper-slide {
  position: relative;
  display: block;
  height: calc(100vh - 120px); }
  .ability-banner .swiper-slide.swiper-slide-active .js-m2 {
    opacity: 1;
    transform: translate(0, 0); }
.ability-banner .ability-txts {
  height: 100%;
  padding-top: 5.5rem;
  line-height: 2.5;
  color: #fff; }
.ability-banner .bread-wrap {
  line-height: 24px;
  transition-delay: .8s;
  transition-duration: 0.8s; }
.ability-banner .cn-font18, .ability-banner .bread-font18 {
  font-size: 18px; }
.ability-banner .cn-font48 {
  font-size: 1.2rem;
  transition-delay: 1s;
  transition-duration: 0.8s; }
.ability-banner .en-font14, .ability-banner .bread-font14 {
  font-size: 16px;
  letter-spacing: 1px; }
.ability-banner .en-font14, .ability-banner .en-font24 {
  max-width: 380px;
  transition-delay: 1.2s;
  transition-duration: 0.8s;
  text-transform: uppercase; }
.ability-banner .en-font24 {
  font-size: .6rem;
  line-height: 1.5; }

.proInfo-ajax-controls {
  border-bottom: 1px solid #d6d6d6;
  position: relative;
  z-index: 3;
  padding: .8rem 0;
  text-align: center; }
  .proInfo-ajax-controls .section-top {
    font-size: .9rem;
    line-height: 1.5rem;
    background: none;
    height: 1.5rem;
    display: block;
    padding: 0 .7rem;
    cursor: pointer; }
    .proInfo-ajax-controls .section-top:after {
      display: inline-block;
      content: "";
      width: 16px;
      height: 8px;
      transition-duration: .3s;
      vertical-align: middle;
      margin-left: 20px;
      background: url(../images/section-top.png) no-repeat center; }
  .proInfo-ajax-controls .ajax-selects-wrap {
    position: relative;
    margin: 0 auto;
    width: 340px; }
  .proInfo-ajax-controls .option {
    cursor: pointer;
    font-size: .4rem;
    padding: 0 .7rem;
    line-height: 48px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    transition-duration: .3s;
    position: relative; }
    .proInfo-ajax-controls .option:after {
      position: absolute;
      display: block;
      content: "";
      width: 0;
      height: 2px;
      transition-duration: .3s;
      background: #1e955b;
      left: 50%;
      bottom: -1px; }
    .proInfo-ajax-controls .option:hover {
      color: #1e955b; }
      .proInfo-ajax-controls .option:hover:after {
        left: 0;
        width: 100%; }
  .proInfo-ajax-controls .scroll-wrap {
    max-height: 480px; }
    .proInfo-ajax-controls .mCSB_inside > .mCSB_container {
      margin-right: 0 !important;
    }
  .proInfo-ajax-controls .options-wrap {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: .8rem;
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
    background: #fff; }

.pro-ajax-mains .ajax-item {
  flex: 0 0 calc(33.3% - 9px);
  width: calc(33.3% - 9px);
  margin-bottom: 14px;
  margin-right: 9px;
  position: relative;
  overflow: hidden;
  display: inline-block; }
  .pro-ajax-mains .ajax-item .img100 {
    transform: scale(1.1);
    transition-duration: .5s; }
  .pro-ajax-mains .ajax-item:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    transition-duration: .5s;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1; }
  .pro-ajax-mains .ajax-item:after {
    z-index: 2;
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    box-sizing: border-box;
    border: 8px solid #1e955b;
    transition-duration: .5s;
    transform: scale(1.1); }
  .pro-ajax-mains .ajax-item:hover:before {
    opacity: 0; }
  .pro-ajax-mains .ajax-item:hover:after {
    opacity: 1;
    transform: scale(1); }
  .pro-ajax-mains .ajax-item:hover .img100 {
    transform: scale(1); }
    .pro-ajax-mains .ajax-item:hover .proInfo-name {
      color: #000;
    }
    .pro-ajax-mains .ajax-item:hover .proInfo-name:before {
      background: #000;
    }
.pro-ajax-mains .proInfo-name {
  z-index: 2;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  left: 0;
  bottom: 20px;
  width: 100%;
  height: 24px;
  position: absolute;
  padding-left: 44px; }
  .pro-ajax-mains .proInfo-name:before {
    position: absolute;
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    opacity: 1;
    border-radius: 50%;
    left: 24px;
    top: 7px;
    transition-duration: .3s;
    background: #fff; }

.proInfo-list1 {
  padding-top: 1.1rem;
  padding-bottom: 1.9rem; }

.pro-list1-banner1 {
  text-align: center;
  font-size: 14px;
  line-height: 1.8rem;
  color: #333; }
  .pro-list1-banner1 .swiper-slide {
    display: inline-block;
    cursor: pointer;
    position: relative;
    overflow: hidden; }
    .pro-list1-banner1 .swiper-slide:before {
      position: absolute;
      content: "";
      display: block;
      width: 14px;
      height: 8px;
      bottom: -8px;
      left: 50%;
      margin-left: -7px;
      transition-duration: .3s;
      background: url(../images/before-ico2.png) no-repeat center; }
    .pro-list1-banner1 .swiper-slide.cur {
      color: #1e955b;
      font-weight: bold; }
      .pro-list1-banner1 .swiper-slide.cur:before {
        bottom: 0; }

.pro-list1-banner2 {
  position: relative; }
  .pro-list1-banner2:hover .pro-btns {
    opacity: 1;
    transform: translateY(0); }

.navigation-list1 {
  padding: 2.6rem 0; }
  .navigation-list1 .w55 {
    flex: 0 0 55%;
    width: 55%; }
    .navigation-list1 .w55 .name-font14 {
      width: 320px;
      display: inline-block; }
  .navigation-list1 .w45 {
    flex: 0 0 calc(45% - 1px);
    width: calc(45% - 1px); }
    .navigation-list1 .w45 .name-font14 {
      width: 210px;
      display: inline-block; }
  .navigation-list1 .list1-item1 {
    margin-bottom: 1px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    color: #fff; }
    .navigation-list1 .list1-item1:first-child {
      background: #1e955b; }
    .navigation-list1 .list1-item1:nth-child(2) {
      background: #2d4359; }
    .navigation-list1 .list1-item1:nth-child(3) {
      background: #336699; }
    .navigation-list1 .list1-item1:nth-child(4) {
      background: #6699cc; }
  .navigation-list1 .list1-item2-box {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .navigation-list1 .list1-item2 {
    flex: 0 0 33.3%;
    width: 33.3%;
    color: #000; }
    .navigation-list1 .list1-item2:nth-child(2) {
      border-left: 1px solid #ccc;
      border-right: 1px solid #ccc; }
    .navigation-list1 .list1-item2 .ico-wrap {
      bottom: .8rem; }
    .navigation-list1 .list1-item2 .name-font14 {
      margin-top: 10px;
      width: 240px; }
  .navigation-list1 .ico-wrap {
    position: absolute;
    width: 1.5rem;
    right: 1.2rem;
    bottom: 1.1rem; }
  .navigation-list1 .item-contents {
    position: relative; }
  .navigation-list1 .item1-contents {
    padding: 1.1rem 3rem 1.1rem 1.1rem; }
  .navigation-list1 .item2-contents {
    padding: 1rem 3rem 1rem 1rem; }
  .navigation-list1 .name-font30 {
    font-size: .75rem;
    line-height: 30px;
    margin-right: .55rem; }
  .navigation-list1 .name-font14 {
    vertical-align: bottom;
    font-size: .35rem;
    line-height: 30px;
    opacity: .5; }
  .navigation-list1 .en-font36 {
    margin-top: 10px;
    font-size: .9rem;
    line-height: 1rem;
    opacity: .05; }

.navigation .item-font30 {
  color: #333;
  font-size: .75rem; }
.navigation .item-font16 {
  font-size: 16px;
  margin: 14px 0 .7rem; }
.navigation .item-font14 {
  font-size: 14px;
  line-height: 2.1;
  margin-bottom: 2.5rem; }
.navigation .item-font30 {
  font-size: .75rem; }
.navigation .txts-wrap {
  width: 340px;
  display: inline-block; }
.navigation .item-txts {
  text-align: center; }
.navigation .item-txts.white {
  color: #fff; }
  .navigation .item-txts.white .item-font30 {
    color: #fff; }
  .navigation .item-txts.white .navigation-more1 {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.5); }
    .navigation .item-txts.white .navigation-more1:before {
      background: url(../images/before-ico1on.png) no-repeat center; }

.navigation-list2 {
  position: relative;
  padding: 3.5rem 0 4.1rem 59vw;
  background: #fcfcfc;
  color: #666;
  line-height: 1.5; }
  .navigation-list2 .item-img-bg {
    width: 59vw;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%; }

.navigation-list3 {
  position: relative;
  margin-top: -3.6rem;
  padding: 3.6rem 0 0 calc(50vw + 9.25rem); }
  .navigation-list3 .video-btn-wrap {
    width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    line-height: 1.2; }
  .navigation-list3 .navigation-left {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: calc(9.25rem + 721px);
    left: calc(50vw - 720px); }
  .navigation-list3 .item-txts {
    padding: 52px 0;
    width: 490px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: -webkit-linear-gradient(left, #1276bf, #0454a4);
    background: -o-linear-gradient(left, #1276bf, #0454a4);
    background: -moz-linear-gradient(left, #1276bf, #0454a4);
    background: linear-gradient(left, #1276bf, #0454a4); }
  .navigation-list3 .video-control {
    cursor: pointer; }
  .navigation-list3 .video-btn {
    width: 92px;
    margin-left: auto;
    margin-right: auto; }
  .navigation-list3 .video-font30 {
    font-size: .75rem;
    margin: .9rem 0 .4rem; }
  .navigation-list3 .video-font16 {
    font-size: .4rem; }

.navigation-more1 {
  display: inline-block;
  width: 166px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #7ea5cf;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  color: #1e955b;
  transition-duration: .3s;
  border-radius: 4px; }
  .navigation-more1:hover {
    transform: translateX(-10px); }
  .navigation-more1:before {
    content: "";
    display: inline-block;
    width: 7px;
    height: 11px;
    top: 0;
    left: 0;
    margin-right: 10px;
    transition-duration: .3s;
    background: rgba(0, 0, 0, 0.3);
    background: url(../images/before-ico1.png) no-repeat center; }

.navigation-list4 {
  padding-top: 1rem; }
  .navigation-list4 .list4-mains {
    width: 100%;
    overflow: hidden; }
  .navigation-list4 .banner-wrap1 {
    display: inline-block;
    position: relative;
    z-index: 3;
    margin-left: calc(50vw - 720px);
    background: rgba(255, 255, 255, 0.25);
    padding: 54px 0; }
    .navigation-list4 .banner-wrap1:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 15px;
      height: 100%;
      background: rgba(2, 80, 161, 0.7); }
  .navigation-list4 .banner-wrap2 {
    position: absolute;
    width: calc(50vw + 720px);
    left: calc(50vw - 720px);
    height: 100%;
    top: 0; }

.navigation-list4-banner1 {
  height: 712px;
  padding: 0 20px 0 35px;
  overflow: hidden;
  position: relative;
  z-index: 2; }
  .navigation-list4-banner1 .swiper-slide {
    text-align: center;
    position: relative;
    width: 88px;
    cursor: pointer;
    transition-duration: .5s;
    overflow: visible; }
    .navigation-list4-banner1 .swiper-slide:after {
      content: "";
      display: block;
      position: absolute;
      left: -32px;
      top: 50%;
      margin-top: -4px;
      background: url(../images/navigation-list4-ico1.png) no-repeat center;
      background-size: 7px !important;
      width: 7px;
      height: 8px;
      opacity: 0;
      transition-duration: .5s; }
    .navigation-list4-banner1 .swiper-slide.cur:after {
      opacity: 1; }
    .navigation-list4-banner1 .swiper-slide.cur .ico-wrap {
      opacity: 0; }
    .navigation-list4-banner1 .swiper-slide.cur .txt-wrap {
      opacity: 1; }
  .navigation-list4-banner1 .txt-wrap {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    background: #1e955b;
    color: #fff;
    padding: 12px 0;
    opacity: 0;
    transition-duration: .5s; }
  .navigation-list4-banner1 .ico-wrap {
    background: #fff;
    border-radius: 50%;
    width: 88px;
    height: 88px;
    transition-duration: .5s; }
  .navigation-list4-banner1 .en-font14 {
    font-size: 14px;
    line-height: 20px;
    opacity: .5; }
  .navigation-list4-banner1 .cn-font30 {
    font-size: .7rem;
    line-height: 40px; }

.m-navigation-banner {
  width: 96vw;
  margin-left: 4vw;
  overflow: hidden;
  margin-bottom: 4vw; }
  .m-navigation-banner .swiper-slide {
    text-align: center;
    position: relative;
    width: 56px;
    cursor: pointer;
    transition-duration: .5s;
    overflow: visible; }
  .m-navigation-banner .txt-wrap {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #1e955b;
    color: #fff;
    padding: 11px 0;
    transition-duration: .5s; }
  .m-navigation-banner .en-font14 {
    font-size: 10px;
    line-height: 14px;
    opacity: .5; }
  .m-navigation-banner .cn-font30 {
    font-size: 12px;
    line-height: 20px; }

.navigation-list5 {
  padding: 1.9rem 0; }

.before:before {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition-duration: .3s;
  background: rgba(0, 0, 0, 0.3); }
.pro-ajax-mains {
  /* min-height: 20vw; */
}
@media (max-width: 1800px) {
  .welcome-list2, .welcome-list3 {
    padding-left: 15vw; }

  .welcome-list3 .wel-left {
    width: 15vw; }

  .welcome-list4-banner1 .banner-imgs {
    width: 50vw;
    left: 0; }

  .welcome-list4-banner1 .swiper-slide-mains {
    padding: 3rem 4vw 3rem calc(50vw + 1.5rem); }

  .welcome-list4 .sline1:before {
    margin-right: 20px; } }
@media (max-width: 1600px) {
  .toTop {
    right: 1rem;
    bottom: 1rem;
  }
  .navigation-list4 .banner-wrap2 {
    left: 4vw;
    width: 96vw; }

  .navigation-list4 .banner-wrap1 {
    margin-left: 4vw; }

  .navigation-list4-banner1 {
    height: 512px; }

  .navigation-list3 .navigation-left {
    left: 4vw;
    width: calc(96vw - 14.5rem); }

  .navigation-list3 {
    padding-left: calc(100vw - 14.5rem); }

  .navigation-list3 .item-txts {
    width: 440px; }

  .navigation-list2 .item-txts {
    text-align: center; }

  .navigation-list2 {
    padding-left: 59vw; }

  .welcome-list7 {
    width: 92%; }

  .service-list4 {
    padding: 0 calc(50vw + 2rem) 0 0; }

  .service-list3 .ser-right {
    width: calc(96vw - 320px); }

  .service-list3 {
    padding: 0 calc(96vw - 320px) 2rem 4vw; }

  .ability-banner .ability-txts {
    padding-left: 66px; }

  .develop-list1 .txts-wrap {
    padding-right: 1.5rem; }

  .develop-list2-ajax .num-font24 {
    position: relative;
    top: -4px; }

  .develop-list2-ajax .ico-wrap {
    width: 36px; }

  .develop-list2-ajax .left-mains {
    padding-left: 80px; }

  .develop-list2-ajax .ajax-item {
    padding: .6rem 0; }

  .develop-list2-banner .swiper-slide {
    padding: .5rem 0; }

  .develop-list1 .list1-h6 {
    margin-top: 0; }

  .events-list1 .items-txts {
    font-size: 14px; }

  .honor-list1 .honor-right {
    padding: 1rem 1rem 3rem 1rem;
    height: calc(300px + 12rem); }

  .honor-list1 .honor-img {
    width: 300px; }

  .honor-list1 .scroll-wrap {
    height: 310px; }

  .brand-list1 .cn1 {
    font-size: 14px; }

  .brand-list2 .item-bg {
    padding: 1.6rem 2rem 1rem; }

  .operating-list1 .cn-font20 {
    font-size: .6rem; }

  .welcome-list3 .video-btn {
    width: 1.4rem;
    margin-bottom: .1rem; }

  .welcome-banner .banner-txts {
    padding-left: 66px; }

  .wel-banner-btns .swiper-btns1 {
    right: calc(100% - 46px); }

  .welcome-list2, .welcome-list3 {
    padding-left: 2vw; }

  .welcome-list3 .wel-left {
    width: 12.5vw; }

  .join-list3 {
    padding: 1rem 4% 3rem calc(50vw + 2rem); }

  .join-list4 .moudle-titles {
    left: 4%; }

  .w1440 {
    width: 92%; }

  .welcome-list4 .banner2-bg {
    width: 96%;
    padding-left: 4%; }

  .welcome-list3 {
    padding-right: 4%; } }
@media (max-width: 1430px) {
  .navigation-list3 .item-txts {
    width: 390px;
    padding: 30px 0; }

  .navigation-list3 .video-btn-wrap {
    width: 12rem; }

  .navigation-list3 {
    padding-left: calc(100vw - 12rem); }

  .navigation-list3 .navigation-left {
    width: calc(96vw - 12rem); }

  .navigation-list2 {
    padding-left: 50vw; }

  .navigation-list2 .item-img-bg {
    width: 50vw; }

  .welcome-list4 .list4-detail {
    padding-right: 0; }

  .quality .honor-list1 .honor-right {
    padding-bottom: 0; }

  .quality .scroll-wrap {
    margin-bottom: 0; }

  .welcome-list2 {
    padding-left: 10vw; }

  .honor-list1 .honor-btns-wrap {
    left: -1.5rem; }

  .honor-list1 .right-item {
    padding-top: 20px; }

  .honor-list1 .honor-right {
    padding: 0 1rem 2rem 1rem;
    height: calc(240px + 12rem); }

  .honor-list1 .honor-img {
    width: 240px; }

  .honor-list1 .scroll-wrap {
    height: 240px; }

  .brand-list1 .brand-left {
    flex: 0 0 270px;
    width: 270px; }

  .brand-list1 .en-wrap {
    flex: 0 0 160px;
    width: 160px; }

  .brand-list1 .cn-wrap {
    flex: 0 0 calc(100% - 160px);
    width: calc(100% - 160px);
    position: relative;
    top: 6px; }

  .brand-list1 .right-item {
    padding: .9rem; }

  .operating-list1 .item-txts {
    height: 230px; }

  .header-search-wrap {
    height: 36px; }

  .header-search-wrap .submit {
    line-height: 35px;
    height: 35px; }

  .header-search-wrap .ser-input {
    height: 35px;
    text-indent: 10px; }

  .header .header-right {
    flex: 0 0 calc(100% - 180px - 2rem);
    width: calc(100% - 180px - 2rem); }

  .menus-wrap .menu-right {
    flex: 0 0 310px;
    width: 310px; }

  .header .logo {
    flex: 0 0 180px;
    width: 180px; }

  .menus-wrap .menu-top-a {
    line-height: 36px; }

  .menus-wrap .menu-left .nav-item {
    margin-right: 20px; }

  .menus-wrap .menu-right .nav-item {
    margin-left: 20px; } }
@media (max-width: 1300px) {
  .navigation-list3 .navigation-left {
    width: calc(96vw - 9rem); }

  .navigation-list3 {
    padding-left: calc(100vw - 9rem); }

  .navigation-list3 .video-btn-wrap {
    width: 9rem; }

  .navigation-list3 .item-txts {
    width: 300px; }

  .navigation-list3 .txts-wrap {
    width: 240px; }

  .welcome-list2 {
    padding-left: 6vw; } }
@media (max-width: 1270px) {
  .navigation-list3 .video-btn {
    width: 58px; }

  .navigation-list3 .video-font30 {
    font-size: 15px;
    margin: .45rem 0 .2rem; }

  .welcome-list2 {
    padding-left: 4vw; }

  .welcome-list2 .left-mains {
    width: 430px; }

  .playback-list4 {
    width: 100%; }

  .brand-list1 .right-item {
    padding-left: 0;
    padding-right: 0; }

  .brand-list1 .cn0 {
    font-size: 20px; }

  .brand-list1 .brand-right {
    flex: 0 0 calc(100% - 240px - 5.6rem);
    width: calc(100% - 240px - 5.6rem); }

  .news-search-wrap .ser-input {
    height: 34px;
    line-height: 34px;
    text-indent: 10px;
    font-size: 14px; }

  .news-search-wrap .ser-submit {
    width: 34px;
    height: 34px;
    background-size: 16px !important; }

  .news-search-wrap {
    padding-right: 40px; }

  .header .logo {
    flex: 0 0 110px;
    width: 110px; }

  .inner-nav-wrap1 .swiper-slide {
    line-height: 2.2rem;
    font-size: 16px; }

  .exhibition-ajax-controls .ajax-btn {
    font-size: 14px;
    line-height: 36px; }

  .w1440 {
    width: 92%; }

  .footer-middle .sub-a {
    font-size: 12px; }

  .exhibition-ajax-controls .ajax-btn:after {
    width: 8px;
    height: 4px;
    margin-left: -4px; }

  .exhibition-ajax-controls .ajax-btn:hover:after, .exhibition-ajax-controls .ajax-btn.cur:after {
    top: calc(100% - 4px); }

  .welcome-list4-banner1 .pro-ico {
    flex: 0 0 48px;
    width: 48px; }

  .welcome-list4-banner1 .show-ico-wrap {
    line-height: 24px; } }
@media (min-width: 1248px) {
  #lightbox-container-image-box {
    width: 544px !important;
    height: auto !important; }

  #lightbox-image, #lightbox-container-image-data-box {
    width: 524px !important;
    height: auto !important;
    margin: 0 auto !important; } }
@media (max-width: 1247px) {
  .m-header-nav .nav-sub-wrap {
    padding: 0 4vw;
    max-height: 170px;
    overflow: scroll; }

  .navigation-list1 {
    padding: 1.5rem 0; }

  .header-search-wrap .ser-input {
    height: 30px;
    line-height: 30px; }

  .header-search-wrap .submit {
    height: 30px;
    width: 30px;
    padding: 0; }

  .header-search-wrap {
    top: 7px;
    height: 30px;
    line-height: 28px; }

  .navigation-list1 .list1-item2 .name-font14 {
    margin-top: 5px; }

  .navigation-list1 .en-font36 {
    font-size: 18px;
    margin-top: 5px; }

  .navigation-list1 .ico-wrap {
    right: 15px;
    bottom: 15px;
    width: 30px; }

  .navigation-list1 .item1-contents {
    padding: 15px 50px 15px 15px; }

  .navigation-list1 .item2-contents {
    padding: 15px 50px 15px 15px; }

  .navigation-list1 .name-font14 {
    width: 210px; }

  .navigation-list1 .w55 .name-font14, .navigation-list1 .w45 .name-font14 {
    width: 100%;
    display: block; }

  .navigation-list1 .name-font14 {
    font-size: 12px;
    line-height: 2;
    width: 100%; }

  .navigation-list1 .name-font30 {
    margin-right: 0;
    display: block; }

  .sline1:before {
    width: 70px; }

  .welcome-list5 .sline1 {
    padding-right: 100px; }

  .welcome-list5 .sline1:before {
    margin-left: -70px; }

  .swiper-btns2 .prev, .swiper-btns1 .prev {
    margin-bottom: 6px; }

  .welcome-list4 .list4-btns {
    bottom: calc(100% + 2rem); }

  .welcome-list3 .bot-en2 {
    margin-bottom: .5rem; }

  .welcome-list4-banner1 .swiper-slide-mains {
    padding-bottom: 2rem; }

  .welcome-list5 .wel-left {
    padding-bottom: 3rem; }

  .welcome-list4-banner2 .name-cn {
    margin-bottom: 0; }

  .welcome-list4-banner2 .banner2-icos {
    width: 2rem; }

  #lightbox-container-image-box {
    width: 320px !important;
    height: 490px !important; }

  #lightbox-image, #lightbox-container-image-data-box {
    width: 300px !important; }

  .quality-list2 .honor-right {
    padding-top: 1rem;
    height: calc(400px + 6rem); }

  .develop-list2-banner .swiper-slide {
    font-size: .6rem; }

  .develop-list2-ajax .right-mains:before {
    left: -.5rem; }

  .events-list1 .year-txt {
    font-size: 14px; }

  .events-list1 .year-num {
    font-size: 20px; }

  .events-list1 .items-txts {
    padding: 10px; }

  .brand-list3 .cn-font20 {
    font-size: 16px; }

  .brand-list3 .swiper-slide {
    padding: 1rem 0; }

  .brand-list3 .banner-txts {
    padding: 0 10px; }

  .brand-list3 .scroll-wrap {
    height: 140px; }

  .brand-list3 .cn-font14 {
    font-size: 12px; }

  .ability-banner .swiper-slide {
    height: calc(100vh - 44px); }

  .padHeader {
    padding-top: 44px; }

  .header .nav-sub-wrap {
    margin: 0 4%;
    max-height: 180px;
    overflow: scroll; }

  .m-header-nav .nav-item {
    display: block;
    width: 100%;
    padding-bottom: 0; }

  .m-header-nav .menu-top-a {
    background: url(../images/ico_03.png) no-repeat right center;
    line-height: 36px;
    height: 36px;
    padding: 0;
    margin: 0 4%;
    transition-duration: .3s;
    background-size: 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .m-header-nav .nav-item:first-child .menu-top-a {
    background: none; }

  .m-header-nav .sub-a, .m-header-nav .menu-top-a {
    display: block;
    color: #333; }

  .m-header-nav .nav-item.m-cur .menu-top-a {
    color: #1e955b;
    background: url(../images/ico_03_h.png) no-repeat right center; }

  .m-header-nav .sub-a {
    border-top: none;
    line-height: 34px; }

  .m-header-nav .sub-a {
    position: relative;
    width: 120px;
    line-height: 34px; }

  .m-header-nav {
    display: none;
    width: 100%;
    max-height: calc(100vh - 44px);
    overflow: scroll;
    position: fixed;
    height: auto;
    top: 44px;
    left: 0;
    z-index: 10;
    padding-bottom: 44px;
    background: #fff; }

  .m-header-nav .nav-sub-wrap {
    display: none; }

  .m-header-nav .header-shares-a {
    display: block;
    color: #333;
    line-height: 36px;
    height: 36px;
    padding: 0;
    margin: 0 4%;
    transition-duration: .3s;
    background-size: 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

  .header .header-mains {
    height: 44px; }

  .header {
    padding: 0 0 0 4%; }

  .show-search-btn {
    width: 44px;
    height: 44px;
    right: 44px;
    background: #f5f5f5 url(../images/header-ser.png) no-repeat center; }

  .header-menus {
    display: none !important; }

  .reports .ajax-banner-wrap {
    width: 100%; }

  .swiper-btns3 .prev {
    left: 0; }

  .swiper-btns3 .next {
    right: 0; }

  .service-list2 .map-wrap {
    width: 100%; } }
@media (max-width: 1100px) {
  .welcome-list2 .left-mains {
    width: 370px; } }
@media (min-width: 1024px) {
  .welcome-banner .m-banner-img, .welcome-list2 .m-banner-img, .m-header-nav, .m-nav-btn {
    display: none; }

  .service-list1 .ser-left {
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%; }

  .about-list2 .list2-bg {
    height: 14.7rem; }

  .pro-list1-banner2 .swiper-slide {
    height: 19rem; }

  .service-m-nav {
    display: none; }

  .join-list3 .m-img, .about-list2 .m-img, .operating-list1 .m-img, .service-list1 .m-img, .service-list3 .m-img, .service-list4 .m-img, .ability-list1 .m-img, .pro-list1-banner2 .m-img {
    display: none; }

  .pc-three-item0 {
    flex: 0 0 31.6%;
    margin-right: 2.6%; }
    .pc-three-item0:nth-child(3n) {
      margin-right: 0; }

  .exhibition-list1 .exhibition-a {
    flex: 0 0 30.5%;
    margin-bottom: 1.2rem;
    transition-duration: .5s; }
    .exhibition-list1 .exhibition-a:nth-child(3n-1) {
      margin-right: 4.25%;
      margin-left: 4.25%; }

  .exhibition-a:hover {
    color: #999; }
    .exhibition-a:hover .list1-h5 {
      color: #1e955b; } }
.service-m-nav {
  background: #fff; }
  .service-m-nav .swiper-slide {
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #fcfcfc;
    border-right: 1px solid #fcfcfc; }
    .service-m-nav .swiper-slide.cur {
      color: #1e955b;
      border-bottom: 1px solid #1e955b; }

@media (max-width: 1023px) {
  .service-list4 .list4-item {
    line-height: 2;
    margin-bottom: 10px; }

  .service-list3 .right-font14 {
    font-size: 12px; }

  .navigation-list4-banner1 {
    height: 312px; }

  .navigation-more1 {
    width: 110px;
    font-size: 12px;
    line-height: 30px;
    height: 30px; }

  .navigation-list2 .item-font14 {
    margin-bottom: 1.5rem; }

  .navigation-list2 .txts-wrap {
    width: calc(100% - 4rem); }

  .welcome-list2 .wel-list2-btns {
    bottom: 50%;
    width: 92vw;
    left: 4vw; }

  .welcome-list20 .wel-list2-btns {
    left: calc(4vw + 18px); }

  .welcome-list2 .swiper-btns1 {
    width: 100%; }

  .welcome-list3 .video-btn {
    width: 58px;
    margin-bottom: 13px; }

  .welcome-list3 .wel-left {
    position: relative;
    width: 92vw;
    margin: 0px auto 38px; }
  .video-btn-wrap{display: none;}
  .welcome-list2, .welcome-list3 {
    padding: 0;
    overflow: hidden;
  }

  .welcome-list2 .wel-right .poa100 {
    position: static;
    height: auto; }

  .welcome-list2 .left-mains {
    width: 100%; }

  .welcome-list2 .wel-right {
    position: relative;
    width: 100%;
    height: auto; }

  .welcome-list2 .wel-left {
    padding: 34px calc(4vw + 18px); }

  .welcome-list6 .list6-mains {
    width: 92%; }

  .service-list3 .nav-banner {
    overflow: hidden; }

  .service-list3 .right-txts {
    padding: 4vw 10px; }

  .service-list3 .moudle-titles {
    width: 92%;
    margin-left: auto;
    margin-right: auto; }

  .ser-list3-nav {
    background: #fff;
    padding: 0 4vw;
    margin-bottom: 4vw; }

  .service .square-txt {
    font-size: 14px; }

  .service-list1 .scroll-wrap, .service-list4 .scroll-wrap {
    height: auto; }

  .service-list4 .ser-right {
    position: static;
    width: 100%;
    height: auto; }

  .service-list4 {
    padding: 4vw; }

  .service-list1 .square-item {
    text-align: left; }

  .service-list1 .ser-left {
    width: 100%;
    height: auto; }

  .service-list1 {
    padding: 4vw; }

  .service-list3 {
    padding: 0; }

  .service-list3 .ser-right {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0 4vw; }

  .service-list3 .bgImg {
    position: static;
    height: auto; }

  .service-list3 .right-txts {
    position: static;
    width: 100%;
    height: auto; }

  .company-list2 .list2-item:hover {
    background: #fff;
    color: #1e955b; }

  .interactive-list1 .contact-left {
    flex: 0 0 100%;
    width: 100%; }

  .interactive-list1 .contact-wrap {
    justify-content: flex-start; }

  .pro-list1-banner2 .m-img {
    display: none; }

  .pro-list1-banner2 .swiper-slide {
    height: 64vw; }

  .proInfo-ajax-controls .ajax-selects-wrap {
    width: 260px; }

  .proInfo-ajax-controls {
    padding: 2vw 0; }

  .proInfo-ajax-controls .scroll-wrap {
    max-height: 400px; }

  .proInfo-ajax-controls .option {
    line-height: 38px; }

  .proInfo-ajax-controls .section-top {
    font-size: .8rem; }

  .moudle-titles .moudle-font14 {
    line-height: 24px; }

  .quality-list2 .honor-left {
    width: 16.4rem; }

  .quality-list2 {
    padding-right: 16.4rem; }

  .swiper-btns1 {
    position: absolute;
    z-index: 3;
    overflow: visible;
    width: 54px;
    height: 24px;
    right: 0;
    top: 0; }

  .swiper-btns1 .btn {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    background-size: 6px !important; }

  .swiper-btns2 .btn, .wel-list7-btns .btn {
    width: 24px;
    height: 24px;
    background-size: 6px !important; }

  .wel-list7-btns .btn {
    top: -12px; }

  .swiper-btns1 .prev {
    left: 0; }

  .swiper-btns1 .next {
    right: 0; }

  .welcome-banner .banner-txts {
    top: 54px;
    transform: translate(-50%, 0); }

  .welcome-banner .banner-txts, .ability-banner .ability-txts {
    padding-left: 0; }

  .welcome-banner .swiper-btns1-wrap, .ability-list1 .wel-banner-btns {
    top: calc(100% - 48px); }

  .wel-banner-btns .swiper-btns1, .ability-banner .swiper-btns1 {
    right: calc(50% - 27px); }

  .company-list1 .name-ajax-mains {
    font-size: 12px; }

  .company-list1 .list1-item3-right {
    flex: 0 0 calc(100% - 270px);
    width: calc(100% - 270px); }

  .company-list1 .list1-item3-left {
    flex: 0 0 270px; }

  .develop-list3 .bot-mains {
    padding: 20px 10px; }

  .develop-list3 .bot-mains {
    font-size: 12px;
    line-height: 24px; }

  .develop-list1 .h6-font24 {
    font-size: 18px; }

  .develop-list1 .txts-wrap {
    font-size: 12px;
    line-height: 24px; }

  .develop-list1 .scroll-wrap {
    height: auto; }

  .develop-list1 .txts-wrap {
    padding-right: 0; }

  .develop-list1 {
    padding: 1rem 0; }

  .develop-list1 .img-wrap {
    position: static; }

  .develop-list2-ajax .ajax-left {
    flex: 0 0 60%;
    width: 60%;
    max-width: none; }

  .develop-list2-ajax .ajax-right {
    flex: 0 0 40%;
    width: 40%; }

  .develop-list2-ajax .left-mains {
    padding-left: 60px; }

  .events-list1 {
    padding: 40px 0 26px; }

  .events-list1 .scroll-wrap {
    max-height: none; }

  .develop-list2-ajax .ico-wrap {
    left: 10px; }

  .events-list1 .events-item {
    flex: 0 0 100%;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 15px; }

  .events-list1 .events-item:after {
    width: 16px;
    height: 16px;
    border-width: 4px; }

  .events-list1 .events-item:nth-child(odd):after {
    left: 0; }

  .events-list1 .events-item:nth-child(odd):after {
    left: -16px; }

  .events-list1 .events-item-wrap:before {
    left: 0;
    width: 2px; }

  .events-list1 .events-item:nth-child(even) .item-mains {
    padding-left: 80px !important; }

  .events-list1 .events-item.item-mains {
    padding-left: 80px !important; }

  .events-list1 .events-item:nth-child(even) .items-year, .events-list1 .events-item:nth-child(odd) .items-year {
    left: 8px;
    width: 75px;
    padding-top: 10px; }

  .events-list1 .events-item:nth-child(odd) .item-mains {
    padding-right: 0;
    padding-left: 80px !important; }

  .events-list1 .events-top-ico {
    left: 0;
    width: 16px; }

  .events-list1 .events-bot-ico {
    left: 0;
    width: 26px; }

  .honor-list1 .scroll-wrap, .quality-list2 .scroll-wrap {
    height: 172px; }

  .quality-list2 .honor-name, .honor-list1 .honor-name {
    padding-left: 22px;
    margin-bottom: 10px; }

  .honor-list1 .honor-right {
    height: calc(240px + 8rem); }

  .quality .moudle-titles {
    padding: 10px 0; }

  .moudle-titles .moudle-h5 {
    font-size: 18px; }

  .honor-list1 .honor-left, .honor-list1 .honor-right {
    flex: 0 0 50%; }

  .quality-list2 .honor-name:before, .honor-list1 .honor-name:before {
    left: 6px; }

  .honor-list1 .honor-img {
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    margin-top: 10px; }

  .honor-list1 .honor-img {
    width: 190px; }

  .honor-list1 .honor-btns-wrap {
    left: 0; }

  .brand-list1 .cn-wrap {
    flex: 0 0 calc(100% - 100px);
    width: calc(100% - 100px);
    top: 3px; }

  .brand-list1 .brand-left, .brand-list1 .brand-right, .brand-list2 .list2-item {
    flex: 0 0 100%;
    width: 100%; }

  .brand-list1 .cn0 {
    font-size: 16px; }

  .brand-list1 .cn1 {
    font-size: 12px; }

  .brand-list1 .en0 {
    font-size: 20px; }

  .brand-list1 .en1 {
    font-size: 14px; }

  .brand-list1 .en-wrap {
    flex: 0 0 80px;
    width: 80px; }

  .brand-list1 .cn-wrap {
    flex: 0 0 calc(100% - 90px);
    width: calc(100% - 90px); }

  .brand-list1 .ico-wrap {
    width: 304px; }

  .brand-list2 .item-bg {
    padding: 4vw 10px;
    height: auto; }

  .operating-list1 .cn-font20 {
    line-height: 1.5; }

  .operating-list1 .cn-font30 {
    font-size: .7rem; }

  .operating-list1 .list1-item:nth-child(odd) .item-img-bg {
    order: 0; }

  .operating-list1 .item-img-bg {
    height: auto;
    flex: 0 0 100%;
    width: 100%; }

  .operating-list1 .item-txts {
    flex: 0 0 100%;
    width: 100%;
    height: auto; }
  
  .operating-list1 .list1-item:first-child .item-img-bg {
      height: auto;
      flex: 0 0 100%;
      width: 100%; }
  .operating-list1 .list1-item:first-child .item-txts {
      flex: 0 0 100%;
      width: 100%;
      height: auto; }

  .operating-list1 .ico-wrap {
    display: none; }

  .operating-list1 .txts-wrap {
    padding: 30px 15px; }

  .welcome-banner .pc-banner-img {
    display: none; }

  .footer-middle {
    justify-content: center; }

  .join-list1 .list1-item {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 0;
    height: auto; }

  .join-list1 .top-name {
    line-height: 34px;
    padding-left: 26px;
    font-size: 16px;
    line-height: 36px;
    color: #333;
    padding-right: 10px;
    margin-right: 10px;
    background: url(../images/join-name.png) no-repeat left center;
    background-size: 16px !important;
    transition-duration: .3s; }

  .join-list1 .top-add {
    background-size: 16px !important; }

  .join-list1 .top-add {
    font-size: 12px;
    line-height: 34px; }

  .join-list1 .item-top {
    height: auto;
    padding: 5px 0;
    padding-left: 10px;
    background: url(../images/join-more.png) no-repeat right 10px center;
    background-size: 12px !important; }

  .join-list1 .list1-item.cur .item-top {
    background: url(../images/join-moreon.png) no-repeat right 10px center; }

  .join-list1 .item-bot {
    height: 0;
    position: static; }

  .join-list1 .list1-item.cur .item-bot, .join-list1 .scroll-wrap {
    height: 200px; }

  .footer-middle .footer-nav-wrap {
    display: none; }

  .join-list2 .top-item, .join-list2 .total-top {
    line-height: 36px;
    height: 36px;
    font-size: 14px; }

  .join-list2 .top-item {
    text-indent: 10px; }

  .join-list2 .bot-item {
    font-size: 12px; }

  .join-list2 .bot-more-a {
    font-size: 12px;
    width: 90px; }

  .join-list3 {
    padding: 0 4% 1.5rem calc(50vw + 1rem); }

  .join-list2 .list2-item-close {
    line-height: 40px; }

  .exhibition-a {
    line-height: 20px; }

  .exhibition-a .list1-time {
    margin: 5px 0; }

  .exhibition-a .list1-dt {
    margin-bottom: 5px; }

  .mouse-down {
    width: 40px; }

  .pages a {
    width: 30px;
    height: 30px;
    line-height: 29px;
    font-size: 12px;
    margin: 0 1px; }

  .news-list2 .list2-a:after {
    width: 1px;
    height: 100%;
    top: 0; }

  .news-list2 .news-h5 {
    font-size: 11px; }

  .news-list2 .list2-a {
    line-height: 24px;
    padding: 10px;
    border-left-width: 1px; }

  .news-list1 .news-time-wrap {
    line-height: 20px; }

  .news-list2 .news-time {
    position: static;
    display: block;
    width: 100%;
    font-size: 12px;
    margin-top: 0;
    text-align: left;
    border: none; }

  .news-list1 .news-h5 {
    font-size: 12px;
    line-height: 22px;
    max-height: 44px;
    margin-bottom: 9px; }

  .news-list1 .txts-wrap {
    padding: 5px 0; }

  .service-pc-nav {
    display: none; }

  .join-search-wrap .form-section {
    flex: 0 0 200px;
    width: 200px;
    font-size: 14px;
    height: 36px;
    text-indent: 10px;
    line-height: 34px; }

  .w820, .w960 {
    width: 560px; }

  .join-form2 .form-section {
    flex: 0 0 100px;
    width: 100px;
    text-indent: 10px;
    background: none;
    border: none;
    color: #666;
    font-size: 14px;
    line-height: 34px;
    height: 36px; }

  .join-form2 .join-submit {
    width: 34px;
    background-size: 12px !important; }

  .join-form2 .join-input {
    text-indent: 10px;
    line-height: 34px; }

  .footer-top .hbox-top-en {
    line-height: 30px;
    height: 30px; }

  .footer-top .hbox-top-cn {
    height: 30px;
    line-height: 30px; }

  .footer-top .warehouse-a {
    height: 44px;
    line-height: 42px; }

  .footer-top .hbox-wrap {
    height: 44px; }

  .join-list4 .moudle-titles {
    padding-top: 3rem;
    top: 0;
    width: 92%;
    height: 100%; }

  .join-list2 .top-item, .join-list2 .top-item:nth-child(2) {
    flex: 0 0 33.3%;
    width: 33.3%; }

  .join-list4 .join-list4-btns {
    top: calc(100% - 50px);
    width: 100%; }

  .join-list4 .swiper-btns1 {
    left: 50%;
    margin-left: -27px; }

  .join-list2 .item-bot {
    padding: 0 10px; }

  .join-list1 .item-bot {
    padding: 0 10px;
    font-size: 12px; }

  .reports .reports-item {
    padding: 10px 50px 10px 90px;
    background: url(../images/down-ico-bg.png) no-repeat right 10px center; }

  .interactive-list1 .contact-right-a {
    background: #1e955b url(../images/contact-right-a.png) no-repeat left 16px top 11px;
    flex: 0 0 124px;
    width: 124px;
    padding-left: 46px;
    font-size: 14px; }

  .interactive-list1 .list1-mains {
    padding: .8rem 20px; }

  .message-form .form-top {
    padding: .8rem 20px 0; }

  .welcome-list4-banner1 .swiper-slide-mains {
    padding-left: calc(45vw + 1.5rem); }

  .welcome-list4-banner1 .banner-imgs {
    width: 45vw; } }
@media (min-width: 768px) {
  .staff-m-img {
    display: none;
  }
  .playback-list4 .playback-item:nth-child(3n-1), .playback-list4 .playback-item:nth-child(3n-2) {
    margin-right: 36px;
  }
  .quality-list2 .m-img, .brand-list3 .swiper-cir-hd01, .m-shares, .navigation-list2 .m-img, .navigation-list3 .m-img, .navigation-list4 .m-img, .navigation-list5 .swiper-cir-hd01 {
    display: none; }

  .footer-top .hbox-hides {
    top: 100%; }

  .pc-block {
    display: block; }

  .welcome-list3 .right-top, .welcome-list6 .list6-mains {
    background-size: 0 !important; }

  .navigation-list4 .m-banner-wrap {
    display: none; } }
.reports.playback .ajax-mains {
  border-top: none; }
.honor-list1 .moudle-titles {
  padding-right: 1.3rem;
}
.info-video-box {
  width: 100%;
  max-width: 750px;
  margin: 0 auto .5rem;
  background: #000;
  border: 1px solid #eee;
}
.info-video-box iframe {
  display: block;
  width: 100% !important;
  height: auto;
}

#info-video {
  display: block;
  width: auto;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.company-list1 .name-ajax-mains.cur {
  height: 112px !important;
}
@media (max-width: 767px) {
  .ability-banner .en-font14, .ability-banner .bread-font14 {
  font-size: 14px; }
  .company-list1 .name-ajax-mains.cur {
    height: 92px !important;
  }
  .staff-pc-img {
    display: none;
  }
  .company-list1 .bot-mains {
    font-size: 14px;
  }
  .proInfo-list1 {
    padding-bottom: 0; }

  .pro-list1-banner2 .pro-btns {
    display: none; }

  .header-search-wrap {
    width: calc(92vw - 30px);
    padding-right: 30px;
    left: 4vw;
    margin-left: 0; }

  .header .search-close {
    right: -30px;
    width: 30px;
    height: 30px;
    margin-top: -15px; }

  .navigation .item-font30 {
    line-height: 1.1; }

  .navigation-list3 .video-font16 {
    font-size: 10px; }

  .navigation-list5 {
    padding: 8vw 0; }

  .swiper-cir-hd01 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 2px !important; }

  .swiper-cir-hd01 {
    padding: 10px 0 0; }

  .navigation .txts-wrap {
    width: 100%;
    padding: 4vw 4vw 0; }

  .navigation-list5.w1440 {
    width: 100%; }

  .moudle-titles .moudle-h5 {
    line-height: 22px; }

  .moudle-titles .moudle-font16 {
    line-height: 2;
    margin-top: 8px; }

  .navigation-list4 .poa100 {
    position: static;
    height: auto; }

  .navigation-list4 .banner-wrap2 {
    position: static;
    height: auto;
    width: 100%;
    margin-left: 0; }

  .navigation-list4 .pc-banner-wrap {
    display: none; }

  .navigation-list3 .navigation-left {
    width: 100%;
    position: relative;
    left: 0;
    margin-bottom: 4vw; }

  .navigation-list3 .item-txts {
    position: static;
    width: 100%; }

  .navigation-list3 .item-img-bg {
    height: auto;
    position: static; }

  .navigation-list3 {
    padding: 0 4vw;
    margin-top: 0; }

  .navigation-list3 .video-btn-wrap {
    width: 92vw;
    margin-left: auto;
    margin-right: auto; }

  .navigation-list3 .item-txts {
    padding: 20px 0; }

  .navigation-list2 .item-font14 {
    font-size: 12px;
    line-height: 2; }

  .navigation-list2 .item-font16 {
    font-size: 14px;
    line-height: 1.5; }

  .navigation .item-font30 {
    margin-bottom: 0; }

  .navigation .item-font14, .navigation .item-font16 {
    margin-bottom: .4rem; }

  .navigation-list2 .item-img-bg {
    width: 100%;
    position: static; }

  .navigation-list2 {
    padding: 0 4vw; }

  .navigation-list2 .txts-wrap {
    width: 100%; }

  .inner-banner1 .ban-cn2 {
    padding: 0 8vw; }

  .navigation-list3 .txts-wrap {
    text-align: center; }

  .navigation-list2 .item-txts {
    width: 100%;
    padding: 8vw 20px; }

  .navigation-list1 .w55, .navigation-list1 .w45, .navigation-list1 .list1-item2 {
    flex: 0 0 100%;
    width: 100%; }

  .navigation-list1 .list1-item2:nth-child(2) {
    border: 1px solid #ccc;
    border-width: 1px 0; }

  .join-form1 .join-input {
    text-indent: 17px;
    line-height: 28px;
    font-size: 10px; }

  .join-form1 .join-submit {
    width: 60px;
    font-size: 12px;
    text-indent: 25px;
    background: #1e955b url(../images/join-submit-white.png) no-repeat 12px center;
    background-size: 9px !important;
    border-width: 1px;
    height: 28px;
    line-height: 28px; }

  .form-section .section-top {
    background-size: 6px !important; }

  .join-form1 .join-input-wrap {
    width: calc(100% - 160px);
    flex: 0 0 calc(100% - 160px);
    height: 28px; }

  .join-form1 {
    border-width: 1px; }

  .join-form1 .select1 {
    flex: 0 0 100px;
    width: 100%;
    font-size: 10px;
    text-indent: 15px;
    background-size: 6px !important; }

  .join-form1 .select1 {
    line-height: 28px;
    height: 28px; }

  .welcome-list7 .banner-wrap {
    padding: 0; }

  .welcome-list7 {
    padding: 0; }

  .welcome-list7 .welcome-list7-banner {
    padding: 22px 0; }

  .wel-titles .title-en0 {
    line-height: 16px; }

  .wel-titles .h5-en1 {
    margin-left: 0;
    margin-top: 5px; }

  .welcome-list6 .list6-to-join {
    margin-bottom: 16px; }

  .welcome-list6 {
    background-size: 0 !important; }

  .welcome-list6 .list6-mains {
    width: 100%;
    padding: 55px calc(4vw + 14px) 124vw; }

  .welcome-list2 .list2-detail {
    font-size: 12px;
    line-height: 2;
    margin: 20px 0 42px; }

  .welcome-list2.welcome-list6 .list2-detail {
    margin: 10px 0 21px;
    font-size: 5px; }

  .welcome-list2 .list2-h6 {
    font-size: 14px; }

  .wel-titles .title-en0 {
    font-size: 7px;
    letter-spacing: 2px; }

  .wel-titles .title-h5 {
    line-height: 24px;
    font-size: 26px;
    margin: 10px 0 20px; }

  .welcome-list4-banner2 .swiper-slide {
    padding: 22px 0 12px; }

  .welcome-list4-banner2 .banner2-icos {
    width: 50px;
    margin-bottom: 10px; }

  .welcome-list4-banner2 .name-cn {
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.1; }

  .welcome-list4-banner2 .name-en {
    font-size: 9px;
    line-height: 1.1; }

  .welcome-list2 .wel-list2-btns {
    bottom: calc(100% + 64px); }

  .welcome-list5 {
    margin-top: -8px;
    width: 96vw;
    margin-left: 4vw;
    padding-bottom: 40px; }

  .welcome-list2 .prev, .welcome-list3 .prev, .welcome-list4 .prev {
    background-image: url(../images/swiper-prev4.png) !important; }
  .welcome-list2 .next, .welcome-list3 .next, .welcome-list4 .next {
    background-image: url(../images/swiper-next4.png) !important; }
  .welcome-list2 .prev:hover, .welcome-list3 .prev:hover, .welcome-list4 .prev:hover {
    background-image: url(../images/swiper-prev4on.png) !important; }
  .welcome-list2 .next:hover, .welcome-list3 .next:hover, .welcome-list4 .next:hover {
    background-image: url(../images/swiper-next4on.png) !important; }

  .welcome-list2 .more1-wrap {
    text-align: right; }

  .welcome-list2 .more1 {
    display: inline-block; }

  .welcome-list5 .wel-left {
    padding: 30px 4vw 40px 20px; }

  .welcome-list2 .swiper-btns1 {
    width: 56px;
    left: 0; }

  .welcome-list4 .list4-btns {
    left: calc(4vw + 64px);
    bottom: calc(100% + 64px); }

  .welcome-list4 .more1-wrap {
    text-align: right; }

  .welcome-list4 .sline1 {
    display: inline-block;
    font-size: 12px;
    line-height: 24px; }

  .welcome-list4 .swiper-btns2 .btn {
    position: absolute;
    top: 0;
    margin-bottom: 0; }

  .welcome-list4 .swiper-btns2 {
    left: 0;
    height: 24px;
    top: 0; }

  .welcome-list4 .prev {
    left: 0; }

  .welcome-list4 .next {
    right: 0; }

  .welcome-list4 .swiper-btns2 {
    width: 56px; }

  .welcome-list4 .omit3 {
    -webkit-line-clamp: 10;
    font-size: 10px;
    line-height: 2; }

  .welcome-list4-banner1 .pro-ico {
  	display: none;
    flex: 0 0 38px;
    width: 38px;
    margin-right: 8px; }

  .welcome-list4 .list4-detail {
    padding: 16px 0 38px 0; }

  .welcome-list4-banner1 .show-ico-wrap {
    line-height: 19px; }

  .welcome-list3 .wel-right {
    background-size: 0 !important; }

  .welcome-list4-banner1 .swiper-slide-mains {
    padding: 50px 4vw 48px calc(4vw + 18px); }

  .welcome-list4-banner1 .banner-imgs {
    width: 100%; }

  .welcome-list4 .banner2-bg {
    width: 100%;
    padding-left: 0; }

  .welcome-list3 .bot-cn1 {
    margin: 15px 0 5px; }

  .welcome-list3 .bot-en2 {
    margin-bottom: 24px; }

  .more2 {
    font-size: 12px;
    padding: 0 22px 0 4px;
    line-height: 22px;
    background: url(../images/more2.png) no-repeat right 8px center;
    background-size: 6px !important; }

  .welcome-list3 .right-bot {
    position: relative;
    z-index: 2;
    margin-top: -34px;
    width: 96vw;
    padding-left: calc(4vw + 20px); }

  .welcome-list3 .right-top {
    width: 100%;
    padding: 24px calc(50vw + 18px) 120px 0; }

  .join-list1 .top-name {
    font-size: 15px; }

  .service-list1 {
    line-height: 24px; }

  .service .bread-font30 {
    text-indent: 0; }

  .inner-banner1 .ban-cn1 {
    font-size: .8rem; }

  .service-list1 .square-item {
    padding-bottom: 4vw; }

  .service-list4 .list4-item-wrap, .service-list1 {
    font-size: 12px; }

  .company .load-more2 {
    margin-top: 0; }

  .company-list2 .list2-item {
    font-size: 14px;
    padding: 10px; }

  .company-list1 .list1-item {
    margin-top: 10px; }

  .company-list1 .ajax-scroll-wrap2 {
    padding: 10px; }

  .company-list1 .item3-left-name {
    padding: 0 10px; }

  .company-list1 .item3-right-mains {
    padding: 4vw 10px; }

  .reports .reports-item {
    font-size: 15px; }

  .reports .reports-item.w50, .playback-list4 .playback-item {
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0; }

  .moudle-titles.border {
    border-bottom-width: 1px; }

  .reports .reports-time {
    text-align: left; }

  .interactive-list1 .contact-h6, .interactive-list1 .contact-a {
    margin-bottom: 8px; }

  .interactive-list3 .list3-item {
    flex: 0 0 100%;
    width: 100%;
    font-size: 12px; }
    .interactive-list3 .list3-item:first-child {
      margin-bottom: 4vw; }
      .interactive-list3 .list3-item:first-child .list3-item-contents {
        padding: 12vw 4vw; }

  .interactive-list3 .list3-item-contents {
    padding: 8vw 4vw; }

  .interactive-list3 .list3-font14 > p {
    text-indent: 0;
    margin-top: 10px; }

  .interactive-list1 .list1-mains {
    padding: 4vw 10px; }

  .message-form .td-content {
    padding-left: 66px; }

  .message-form .btn-input {
    font-size: 12px;
    height: 34px;
    line-height: 32px; }

  .message-form .form-top {
    padding: 4vw 10px 0; }

  .message-form {
    font-size: 12px; }

  .message-form .message-s0 {
    width: 66px; }

  .message-form .td-content1 {
    padding-right: 0; }

  .interactive-list2 .item-top {
    font-size: 14px; }

  .interactive-list2 .item-top {
    line-height: 40px; }

  .interactive-list2 .top-time, .interactive-list2 .item-bot {
    font-size: 12px; }

  .interactive-list1 .contact-right-a {
    line-height: 34px;
    font-size: 12px; }

  .interactive-list1 .contact-left {
    flex-wrap: wrap; }

  .interactive-list1 .contact-h6, .interactive-list1 .contact-detail, .message-form .td50 {
    flex: 0 0 100%;
    width: 100%; }

  .pro-ajax-mains .ajax-item:hover:before {
    opacity: 0; }

  .pro-ajax-mains .ajax-item:hover:after {
    opacity: 0; }

  .pro-ajax-mains .ajax-item {
    flex: 0 0 100%;
    margin-right: 0; }

  #lightbox-container-image-box {
    width: 340px !important;
    height: 486px !important; }

  #lightbox-image, #lightbox-container-image-data-box {
    width: 320px !important; }

  .honor-list1 .honor-btns-wrap {
    display: none !important; }

  #lightbox-image-details-caption {
    font-size: 11px; }

  .honor-list1 .scroll-wrap, .quality-list2 .scroll-wrap {
    height: 160px; }

  .quality-list2 .honor-right {
    padding: 0 4vw; }

  .quality-list2 .honor-right {
    height: auto; }

  .quality-list2 {
    padding: 8vw 0; }

  .quality-list2 .honor-left {
    width: 100%;
    position: static;
    height: auto; }

  .quality-list2 .poa100 {
    position: static;
    height: auto; }

  .ability-banner .ability-txts {
    padding-top: 3.5rem;
    padding-right: 10vw; }

  .ability-banner .cn-font18, .ability-banner .bread-font18 {
    font-size: 16px; }

  .ability-banner .en-font24 {
    font-size: 14px; }

  .ability-banner .cn-font48 {
    font-size: 20px; }

  .welcome-banner .ban-more {
    padding: 0;
    line-height: 28px; }

  .welcome-banner .ban-h5-en {
    margin-bottom: 22px; }

  .company-list1 .list1-item .item-top {
    background: #fff url(../images/join-more2.png) no-repeat right 0 center; }

  .company-list1 .list1-item.cur .item-top {
    background: #fff url(../images/join-moreon2.png) no-repeat right 0 center; }

  .company-list1 .item-top {
    padding: 0; }

  .company-list1 .item-top {
    background-size: 10px !important; }

  .company-list1 .list1-item3-right, .company-list1 .list1-item3-left {
    flex: 0 0 100%;
    width: 100%; }

  .company-list1 .list1-item3-right {
    height: auto;
    margin-top: 4vw; }

  .newsInfo .info-dt-wrap, .newsInfo .info-bot-dl {
    font-size: 12px; }

  .newsInfo .news-return-a1 {
    position: static;
    right: 0;
    top: 50%;
    margin-top: 0;
    font-size: 12px;
    flex: 0 0 80px;
    line-height: 22px;
    border-radius: 12px;
    height: 24px;
    width: 80px;
    top: 4vw; }

  .newsInfo .info-title {
    padding-bottom: 0; }

  .newsInfo .news-return-a2 {
    display: inline-block;
    text-align: center;
    width: 80px;
    line-height: 22px;
    border-radius: 12px;
    height: 24px;
    font-size: 12px;
    line-height: 22px; }

  .newsInfo .info-bot-dr {
    text-align: center; }

  .newsInfo .info-title-wrap {
    padding: 4vw 0; }

  .newsInfo .info-time {
    margin: 10px auto; }

  .brand-list2 .item-bg {
    padding: 8vw 10px; }

  .brand-list3 {
    padding-bottom: 0; }

  .moudle-titles .moudle-font20 {
    line-height: 2; }

  .brand-list2 .cn-font14 {
    font-size: 12px; }

  .moudle-titles .moudle-font14 {
    font-size: 12px;
    line-height: 24px;
    margin-top: 4vw; }

  .develop-list3 {
    padding-bottom: 8vw; }

  .develop-list2 {
    padding-bottom: 4vw; }

  .develop-list1 .img-wrap {
    width: 100%; }

  .w820, .w960 {
    }

  .develop-list2-banner .swiper-slide.cur {
    text-indent: 0;
    text-align: center; }

  .develop-list2-banner {
    width: 100%; }

  .develop-list2-banner .swiper-slide {
    line-height: 24px; }

  .develop-list3 .item-top {
    padding: 0 10px;
    background: #f6f6f6 url(../images/join-more2.png) no-repeat right 10px center;
    background-size: 10px !important; }

  .develop-list3 .list3-item.cur .item-top {
    background: #fff url(../images/join-moreon2.png) no-repeat right 10px center; }

  .develop-list2-ajax .ajax-left {
    line-height: 26px; }

  .develop-list2-ajax .num-font24 {
    top: -1px; }

  .develop-list2-ajax .ajax-item {
    flex: 0 0 100%;
    width: 100%; }

  .honor-list1 .honor-btns-wrap {
    position: absolute;
    width: 92%;
    height: 1px;
    overflow: visible;
    left: 4%;
    top: -170px; }

  .honor-btns-wrap .swiper-btns1 {
    width: 100%; }

  .honor-list1 {
    position: relative; }

  .honor-list1 .honor-right {
    position: static; }

  .honor-list1 .honor-btns-wrap .sline1 {
    display: none; }

  .honor-list1 .honor-img-title {
    margin-top: 6px; }

  .honor-list1 .honor-img {
    width: 92%;
    margin-top: 0; }

  .honor-list1 {
    padding: 0; }

  .honor-list1 .ajax-mains .img-wrap {
    height: 212px;
    width: 150px;
    overflow: hidden;
    margin: 0 auto; }

  .honor-list1 .ajax-mains {
    position: static;
    padding-top: 0; }

  .quality-list2 .ajax-mains {
    position: static;
    height: auto; }

  .honor-list1 .honor-left {
    position: static;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem; }

  .honor-list1 .honor-name, .quality-list2 .honor-name {
    margin-bottom: 5px; }

  .honor-list1 .honor-right {
    height: auto; }

  .honor-list1 .honor-left, .honor-list1 .honor-right {
    flex: 0 0 100%;
    width: 100%; }

  .brand-list1 .ico-wrap {
    width: 304px; }

  .about-list1 .num0 {
    line-height: 28px; }

  .about-list1 .num-txts {
    line-height: 24px;
    padding-top: 0;
    position: relative;
    top: -1px; }

  .about-list1 .square-txt {
    margin-top: 0; }

  .about-list1 .item-mains {
    padding: 0; }

  .about-list1 {
    padding-bottom: 4vw; }

  .about-list1 .square-item {
    flex: 0 0 48%;
    width: 48%;
    margin-bottom: 10px;
    font-size: 12px; }

  .about-list1 .num0 {
    font-size: .9rem; }

  .join-list4 .join-list4-btns {
    top: calc(100% - 50px); }

  .join-list4 .moudle-titles {
    padding-top: 4vw;
    height: 100%; }

  .moudle-titles {
    padding: 4vw 0; }

  .join-search-wrap, .join-search-wrap.tec {
    justify-content: space-between; }

  .join-search-wrap .form-section {
    flex: 0 0 33%;
    width: 33%;
    margin-right: 0; }
.join-search-wrap .form-section,.form-section .options-wrap {
  font-size: 12px;
}
  .welcome-banner .ban-h5-cn {
    font-size: 24px; }

  .welcome-banner .ban-h5-en {
    font-size: 30px; }

  .welcome-banner .ban-more {
    font-size: 12px; }

  .join-list3 {
    padding: 4vw; }

  .join-list3 .list3-left {
    position: static;
    width: 100%; }

  .join-list2 .bot-item {
    flex: 0 0 100%;
    width: 100%; }

  .inner-nav-wrap1 .swiper-slide:after {
    height: 1px; }

  .inner-nav-wrap2 .swiper-slide {
    flex: 0 0 50%;
    width: 50%; }

  .footer-middle .ewm-img {
    width: 80px;
    padding: 5px; }

  .footer-middle {
    padding: 15px 0; }

  .bdshare-button-style0-16 {
    display: block;
    text-align: center;
    margin: 0 auto; }

  .m-shares {
    flex: 0 0 100%;
    width: 100%;
    text-align: center;
    padding-top: 17px; }

  .bdshare-button-style0-16 a {
    float: none !important; }

  .footer-middle .ewm-txts {
    font-size: 12px; }

  .footer-bot {
    padding: 13px 0;
    font-size: 9px; }

  .footer-top .hbox-hides {
    bottom: 100%; }

  .footer-middle .ewm-wrap {
    flex: 0 0 100%;
    width: 100%; }

  .footer-top .flex-left {
    flex: 0 0 100%;
    width: 100%;
    flex-wrap: wrap; }

  .footer-top .hbox-top-en {
    margin-left: 10px; }

  .footer-top .hbox-top-cn {
    flex: 0 0 80px;
    width: 80px;
    text-indent: 10px;
    background: #1e955b url(../images/hbox-top-cn.png) no-repeat right 10px center; }

  .footer-top .cur .hbox-top-cn {
    background: #1e955b url(../images/hbox-top-cnon.png) no-repeat right 10px center; }

  .footer-top .hbox-wrap {
    font-size: 10px;
    flex: 0 0 100%;
    width: 100%;
    line-height: 20px;
    margin-bottom: 9px;
    height: auto; }

  .footer-top .scroll-wrap {
    max-height: 120px; }

  .footer-top .hbox-hides-item {
    padding: 0 10px;
    height: 30px;
    line-height: 29px;
    font-size: 10px; }

  .footer-top .warehouse-a {
    text-indent: 10px;
    height: 28px;
    line-height: 26px;
    flex: 0 0 100%;
    width: 100%;
    font-size: 10px;
    background-size: 12px !important;
    background: url(../images/warehouse-a.png) no-repeat right 10px center; }
    .footer-top .warehouse-a:hover {
      background: #1e955b url(../images/warehouse-aon.png) no-repeat right 10px center; }

  .footer-top .hbox-top-en, .footer-top .hbox-top-cn {
    height: 20px;
    line-height: 20px; }

  .footer-top .flex-right {
    display: none; }

  .footer-top {
    padding: 18px 0 0;
    border-bottom: none; }

  .toTop {
    width: 40px;
    height: 100px;
    padding-top: 60px;
    right: 0;
    bottom: 0; }
    .toTop .toTop-s0 {
      width: 40px;
      height: 40px; }

  .video-bg .close-img {
    right: 15px;
    top: 15px; }

  .newsInfo {
    padding-bottom: 8vw; }
    .newsInfo .info-dt-wrap, .newsInfo .info-bot-dl {
      font-size: 14px; }
    .newsInfo .info-title {
      font-size: 18px; }
    .newsInfo .info-bot-dl, .newsInfo .info-bot-dr {
      width: 100%; }
    .newsInfo .news-return-a {
      margin-left: auto;
      margin-right: auto; } }
@media (max-width: 1023px) and (min-width: 481px) {
  .pc-three-item0, .exhibition-list1 .exhibition-a {
    flex: 0 0 48%;
    width: 48%;
    margin-right: 0;
    margin-bottom: 20px; }
    .pc-three-item0:nth-child(odd), .exhibition-list1 .exhibition-a:nth-child(odd) {
      margin-right: 4%; } }
@media (max-width: 480px) {
  .inner-banner1 {margin-top:45px;}
  .inner-banner1 .banner-titles {
    text-align: left;
    position: absolute;
    left: 50%;
    top: 0;
}
  .brand-list1 .ico-wrap {
    width: 50%; }

  .pc-three-item0, .exhibition-list1 .exhibition-a {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 15px; }

  .inner-nav-wrap1 .swiper-slide {
    font-size: 14px; 
    flex: 1;
  }

  .brand-list1 .en1 {
    font-size: 12px; }

  .brand-list1 .cn-wrap {
    flex: 0 0 calc(100% - 81px);
    width: calc(100% - 81px); }

  .brand-list1 .cn0 {
    font-size: 15px; }

  .brand-list1 .cn1 {
    font-size: 10px; } }
@media (max-width: 321px) {
  .inner-nav-wrap1 .swiper-slide {
    font-size: 13px; } }
    .company-list1,.company-list2 {
    	padding-bottom: 0;
    }
    .title-flex {
    	flex: 0 0 auto;
    }
    .title-flex .moudle-titles {
    	cursor: pointer;
    	border-bottom: none;
    }
    .title-flex .moudle-titles .moudle-h5 {
      font-size: .55rem;
    }
    .title-flex .moudle-titles {
      padding: .8rem 0;
    }
    .title-flex .moudle-titles .moudle-h5 {
    	padding-right: .8rem;
    	margin-right: .8rem;
    	border-right: 1px solid #d4d4d4;
    }
    .title-flex:last-child .moudle-titles .moudle-h5 {
    	border-right: none;
    }
    .title-flex.cur .moudle-titles {
    	color: #1e955b;
    	/*border-bottom-color: #1e955b;*/
    }
    .title-flex .moudle-titles .moudle-ico {
    	display: none;
    }
    .company-list1-sub {
      padding-top: .8rem;
    }
    .company-list1-sub,.quotes-info {
    	padding-bottom: 2rem;
    	display: none;
    	opacity: 0;
    	transform: translateY(30px);
    	transition-duration: .5s;
    }
    .company-list1-sub.show2,.quotes-info.show2 {
    	opacity: 1;
    	transform: translateY(0);
    }
    .title-flexBox {
    	border-bottom: 2px solid #d4d4d4;
    }
    .shareholder-table {
    	border-top: 1px solid #ededed;
    	border-right: 1px solid #ededed;
    }
    .shareholder-th {
    	background: #f6f6f6;
    	font-size: 16px;
    	line-height: 38px;
    	color: #333;
    }
    .shareholder-tr {
    	font-size: 14px;
    	line-height: 28px;
    }
    .shareholder-td {
    	border-left: 1px solid #ededed;
    	border-bottom: 1px solid #ededed;
    	align-items: center;
    	display: inline-flex;
    	flex-wrap: wrap;
    }
    .shareholder-td1 {
		flex: 0 0 27%;
		width: 27%;
    }
    .color .shareholder-td2 {
		color: #1e955b;
		text-decoration: underline;
		font-weight: bold;
		cursor: pointer;
    }
    .color .td-p {
    	cursor: pointer;
    }
    .shareholder-td2 {
		flex: 0 0 33%;
		width: 33%;
    }
    .shareholder-td3 {
		flex: 0 0 40%;
		width: 40%;
    }
    .td-p {
    	flex: 0 0 100%;
    	border-bottom: 1px solid #ededed;;
    }
    .td-p:last-child {
    	border-bottom: none;
    }
    .td-s0 {
    	padding: 6px 44px;
    }
    @media(max-width: 767px) {
      .title-flex .moudle-titles .moudle-h5 {
        font-size: 16px;
      }
      .td-s0 {
        padding: 4px 8px;
      }
      .shareholder-tr {
        font-size: 12px;
      }
      .shareholder-th {
        font-size: 14px;
        line-height: 32px;
      }
    }
    .quotes .quotes-info {
      padding-top: .8rem;
    }
    #lightbox-container-image-data-box {
      position: relative;
      z-index: 100 !important;
    }

