/*内页开始*/
.pageTit{
  width: 100%;
  height: 380px;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.pageTit2{
  margin-top: 95px;
}


.nyAbout{
  background-color: #fff;
}

.nyAbout .aboutCon .div-text .des p{
  -webkit-line-clamp: unset!important;
}

.nyAbout .div-text p.title{
  font-size: 30px;
  margin-bottom: 25px;
  font-weight: bold;
}

.nyAbout .des p{
  color: #999;
  line-height: 30px;
  margin-bottom: 5px;
}

/*内页视频*/
.nyAbout .d2{
  position: relative;
  width: 100%;
  margin-top: 45px;
  margin-bottom: 65px;
}

.nyAbout .d2 a{
  display: block;
  position: relative;
}

.nyAbout .d2 .div-img{
  position: relative;
}

.nyAbout .d2 .div-img:after{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0,0,0,.2);
}

.nyAbout .d2 .div-img:hover img{
  transform: scale(1.1);
}

.nyAbout .d2 .videoBtn{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%);
  z-index: 99;
}

.nyAbout .d2 .videoBtn svg{
  width: 65px;
  height: 65px;
  fill: #fff;
  display: inline-block;
}

#china-map{
  background-color: #fff!important;
}

#china-map,#world-map{
  width:100%;
  height:800px;
  min-height: 600px!important;
  min-width: 100%!important;
}

.qyWh .item{
  padding: 55px 25px;
  margin-bottom: 25px;
  background-color: #f1f2f3;
  cursor: pointer;
  transition: all .3s; 
}

.qyWh .item p.p1{
  text-align: center;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 8px;
  position: relative;
}

.qyWh .item p.p1:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  left: 50%;
  bottom: 0;
  background-color: var(--primary);
  transform: translateX(-50%);
  transition: all .6s;
}

.qyWh .item p.p2{
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  display: none;
}

.qyWh .item .des{
  margin: 20px 0;
    font-size: 16px;
    line-height: 1.8;
  /*  font-weight: lighter;*/
    color: #000;
    transition: all .3s;
   /* font-family: 'Font Awesome 5 Free';*/
}

.qyWh .item .tb{
  text-align: center;
  margin-bottom: 25px;

}

.qyWh .item .tb svg{
  height: 50px;
  transition: all .6s;
  fill: #42b4e6;
}

.qyWh .item:hover{
  /*box-shadow: 0 0 15px rgba(0,0,0,.3);*/
}

.qyWh .item:hover .des{
  color: var(--primary);
}

.qyWh .item:hover svg{
  transform: rotateY(180deg);
}

.qyWh .item:hover p.p1:after{
  width: 65px;
}


.nyRongyu{
  background-image: url(../images/honorBg.jpg);
  background-size: cover;
  background-position: center;
  padding: 65px 45px;
  margin-top: 45px;
}

.nyRongyu .zsLists{
  margin-top: 25px;
}

.nyRongyu3{
  background-image: url(../images/scBg.jpg);
  background-attachment: fixed;
}

.nyRongyu3 .zsLists{
  margin-top: 35px;
}

.nyRongyu h2.title{
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
}

.nyRongyu .zsLists .swiper-button-prev:after, .nyRongyu .zsLists .swiper-rtl .swiper-button-next:after{
  background-color: rgba(0,0,0,.8);
  font-size: 18px;
  padding: 15px 10px;
  color: #fff;
}

.nyRongyu .zsLists .swiper-button-next:after, .nyRongyu .zsLists .swiper-rtl .swiper-button-prev:after{
  background-color: rgba(0,0,0,.8);
  font-size: 18px;
  padding: 15px 10px;
  color: #fff;
}

.nyRongyu .zsLists .swiper-button-prev:hover:after,.nyRongyu .zsLists .swiper-button-next:hover:after{
  background-color: var(--primary);
}

.nyRongyu .zsLists a{
  display: block;
  box-shadow: 0 0 15px rgba(0,0,0,.08);
}

.nyRongyu .zsLists .div-text{
  padding: 15px 15px;
  text-align: center;
  background-color: #fff;
  color: #333;
}

.nyRongyu .zsLists .div-img:hover img{
  transform: scale(1.1);
}

.nyMore{
  text-align: center;
}

.nyMore{
  margin-top: 35px;
}

.nyMore a{
  display: inline-block;
  padding: 15px 85px;
  background-color: var(--primary);
  color: #ffff;
  transition: all .3s ease;
}

.nyMore a:hover{
  background-color: var(--main);
}


.nyRongyu2 .item{
  margin-bottom: 25px;
}

/*分类*/
.proLeft{
  background: #f5f5f5;
  max-width: 300px;
}


.proLeft .title{
  padding: 25px 0;
  margin-bottom: 15px;
  font-size: 36px;
  font-family: 'RalewayEB';
  position: relative;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
}

.relaProduct .swiper-slide a{
  display: block;
}

.relaProduct .swiper-slide p.title{
  background-color: #eee;
  color: #333;
  padding: 15px 0;
  text-align: center;
}

.relaProduct .swiper-slide:hover .div-img img{
  transform: scale(1.1);
}

.relaProduct .swiper-slide:hover p.title{
  background-color: var(--primary);
  color: #fff;
}


.relaProduct h4.tit{
  font-size: 30px;
    color: #000;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
} 

.relaProduct h4.tit:after{
  position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary);
    bottom: 0;
}


/*搜索*/
.divSearch{
  margin-top: 45px;
  position: relative;
}

.divSearch form{
  display: block;
  position: relative;
}

.divSearch form input{
  display: block;
  width: 100%;
  height: 55px;
  line-height: 55px;
  padding: 0 25px;
  background-color: #fff;
}

.divSearch form button{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: unset;
  border:none;
}

.divSearch form button svg{
  fill: var(--primary);
  width: 25px;
  height: 25px;
}

ul.xlcates li{
  display: block;
  
}

ul.xlcates li .sub{

}

ul.xlcates li .cate{
  border-bottom: 1px solid #d8d8d8;
}

ul.xlcates li .cate .d1 a{
  display: block;
}

ul.xlcates li .cate .d2 span{
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  transform-origin: center;
}

ul.xlcates li .cate .d2 span svg{
  width: 16px;
  height: 16px;
  margin-right: 15px;
}

ul.xlcates li .d1 a{
  display: block;
  line-height: 1.3;
  padding: 20px 15px;
}

ul.xlcates li .sub{
  display: none;
}

ul.xlcates li .sub a{
  display: block;
  padding: 10px 15px 10px 25px;
  position: relative;
  transition: all .3s;
}

ul.xlcates li .sub a:hover,ul.xlcates li .sub a.cur{
  color: var(--primary);
}

ul.xlcates li .sub a:hover:after,ul.xlcates li .sub a.cur:after{
  background-color:#fff;
}

ul.xlcates li.active .cate a,ul.xlcates li.on .cate a{
  color: var(--primary);
  /*background-color: var(--primary);*/
}

ul.xlcates li .d2 span svg{
  transition: all .4s;
}

ul.xlcates li.active .d2 span svg{
  transform: rotate(90deg);
}

ul.xlcates li.active .sub{
  display: block!important;
}


/*------back-to-top 返回顶部------------*/
.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(22, 93, 245, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: var(--primary);
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}
.prgoress_indicator:hover ::after {
  color: var(--primary);
}
.prgoress_indicator:hover ::before {
  opacity: 1;
}
.prgoress_indicator svg path {
  fill: none;
}
.prgoress_indicator svg.progress-circle path {
  stroke:var(--primary);
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/*返回顶部 end*/
.nyProduct{
  
}

/*.nyproList a.item{
  display: block;
  margin-bottom: 25px;
  transition: all .3s ease;
  background-color: #fff;
}

.nyproList a.item .div-img{
  border:1px solid #eee;
}

.nyproList a.item .div-img img{
  width: 100%;  
}

.nyproList a.item .div-text{
  margin-top: 15px;
  padding-bottom: 15px;
}

.nyproList a.item .div-text p{
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.nyproList a.item:hover .div-img img{
  transform: scale(1.05);
}

.nyproList a.item:hover{
  color: var(--primary);
}*/

.nyproList .item2{
  border-bottom: 1px solid #ddd;
}

.nyproList .item2 a{
  display: block;
  padding: 35px 25px;
  background-color: #f5f5f5d6;
  transition: all .3s ease;
}

.nyproList .item2 .div-img{
  min-width: 260px;
  max-width: 260px;
  margin-right: 25px;
}

.nyproList .item2 .p1{
  font-size: 20px;
  padding-left: 15px;
  border-left: 4px solid var(--primary);
  color: var(--primary);
  margin-bottom: 10px;
}

.nyproList .item2 .des p{
  line-height: 30px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nyproList .item2 .xq{
  margin-top: 15px;
}

.nyproList .item2 .xq span{
  display: inline-block;
  padding: 10px 15px;
  border:1px solid var(--primary);
  color: var(--primary);
}

.nyproList .item2 a:hover{
  background-color: #ccc;
}

.nyproList .item2 a:hover .xq span{
  background-color: var(--primary);
  color: #fff;
}

/** 产品详情 **/
.proDetail{
  background-color: #fff;
}


.proDetail .nyTop{
  margin-bottom: 45px;
}

.proDetail .proxqImgs{
  border: 1px solid #eeeeee8f;
}

.proDetail .proxqImgs .swiperBth{
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #eeeeeebd;
  border-radius: 50%;
}

.proDetail .proxqImgs .swiperBth:after{
  font-size: 18px;
  color: #fff;
}

.proDetail .proxqImgs .swiperBth:hover{
  background-color: var(--primary);
}


.proDetail .thumbs .thbtn:after{
  font-size: 24px;
  color: #fff;
}

.proDetail .thumbs{
  margin-top: 15px;
}

.proDetail .nyTop .div-text{
  margin-top: 25px;
}

.proDetail .nyTop .div-text p.title{
  font-size: 30px;
  font-weight: bold;
  color: #000;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.proDetail .nyTop .div-text .des{
  margin-bottom: 15px;
  color: #888;
    line-height: 1.8;
}

.proDetail .nyTop .div-text .des p{
  line-height: 28px;
  margin-top: 15px;
}

.proDetail .nyTop .fl{
  font-size: 18px;
} 

.proDetail .nyTop .fl strong{
  display: inline-block;
  font-weight: bold;
  color: #000;
}

.proDetail .nyTop .fl a{
  display: inline-block;
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
  padding: 0 3px;
  transition: all .3s ease;
}

.proDetail .nyTop .fl a:hover{
  letter-spacing: 1px;
}

.conBack .a2{
  margin-left: 25px;
}

.conBack .a2{
  background-color: unset;
  color: var(--primary);
  border:1px solid var(--primary);
}

.conBack .a2:hover{
  color: #fff;
  background-color: var(--primary);
}

.nyContent{
  line-height: 2;
}

.nyContent h4.tit{
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-bottom: 25px;
  padding-left: 15px;
  position: relative;
}

.nyContent h4.tit:after{
  position: absolute;
  content: "";
  width: 4px;
  height: 30px;
  left: 0;
  top: 3px;
  background-color: var(--primary);
}

.nyContent h3.title{
  font-size: 24px;
    font-weight: bold;
    color: #00a040;
    margin-bottom: 10px;
    margin-top: 25px;
    
}

.mbxDh{
  height: 100%;
  text-align: center;
  color: #fff;
}

.mbxDh p.title{
  font-size: 36px;
  margin-bottom: 10px;
  font-family: 'CNB';
}


.mbxDh a{
  display: inline-block;
  color: #fff;
}

.mbxDh span{
  display: inline-block;
  margin-right: 3px;
  transform: translateY(-2px);
}

.mbxDh span svg{
  width: 18px;
  height: 18px;
  fill: #fff;
}

.mbxDh i{
  display: inline-block;
  margin: 0 5px;
  line-height: 1;
  vertical-align: baseline;
}

.whLists .item{
  background-color: #e7e7e7;
}

.whLists .item .div-text{
  padding: 25px 35px;
}

.ptoBtn{
  margin-top: 25px;
}

.ptoBtn a{
  display: inline-block;
  padding: 10px 35px;
  border:1px solid var(--primary);
}

.ptoBtn a.a1{
  color: #fff;
  background-color: var(--primary);
}

.ptoBtn a.a2{
  margin-left: 15px;
  color: var(--primary);
}

.ptoBtn a.a2:hover{
  color: #fff;
  background-color: var(--primary);
}

.zxrx{
  margin-top: 15px;
}

.zxrx p.p1{
  font-size: 18px;
  color: #666;
}


.zxrx p.p2{
  font-size: 24px;
  font-weight: bold;
  color: var(--primary);
}

.cpzx{
  background-color: #f5f5f5;
}

.cpzx h4.tit{
  font-size: 30px;
  color: #000;
  font-weight: bold;
  margin-bottom: 25px;
  padding-bottom: 15px;
  position: relative;
}

.cpzx h4.tit:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--primary);
  bottom: 0;
}

.cpzx .divForm input, .cpzx .divForm textarea{
  border-bottom: unset;
}

.cpzx .divForm button{
  
  width: 140px;
  text-align: center;
  margin: 15px auto;
}

/**/
.nyHonor{
  background-color: #fff;
}

.honorLists li{
  margin-bottom: 25px;
}

.honorLists .item{
  border:4px solid #eee;
  cursor: pointer;
  overflow: hidden;
  height: 100%;
  text-align: center;
}

.honorLists .item img{
  max-width: 100%;
  transition: all .3s ease;
  height: 100%;
}

.honorLists .item:hover img{
  transform: scale(1.05);
}

/*人才招聘*/
.proJobs{
  background-color: #fff;
}
.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
    position: relative;
    z-index: 1;
}

.accordion li:before {
    position: absolute;
    content: "";
    z-index: -1;
    right: 20px;
    top: 16px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.10196078431372549);
    border: 1px solid rgba(255, 255, 255, 0.3);
}




.active .accordion li:before {
    background-color: rgba(255, 255, 255, 0.10196078431372549) !important;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    color: #333 !important;
    background-color: rgba(255, 255, 255, 0.050980392156862744);
    border: 1px solid #626065;
    padding: 18px 20px 18px 59px;
    border-radius: 5px;
    z-index: 1;
}

.accordion li div {
    display: none;
    font-size: 16px;
    color: #666;
    padding: 25px 20px 14px;
    margin: 0;
    text-align: justify;
}

.accordion a:before {
    width: 2px;
    height: 10px;
    background: var(--primary);
    position: absolute;
    right: 32px;
    content: " ";
    top: 26px;
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}

.accordion a:after {
    width: 10px;
    height: 2px;
    background: var(--primary);
    position: absolute;
    right: 28px;
    content: " ";
    top: 30px;
    transition: all 0.2s ease-in-out;
}

.accordion a.active:after {
    transform: rotate(0deg);
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #fff;
}

.accordion a.active:before {
    display: none;
}

.accordion a.active {
    color: #fff !important;
    border: 1px solid var(--primary) !important;
    background: var(--primary) !important;
}

.accordion li a span {
    position: relative;
    z-index: 1;
    display: inline-block;
}

.accordion li a span:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: -35px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: url(../images/question.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.accordion li a.active span:after{
  background-image: url(../images/question2.png);
}

.accordion li div>p{
  line-height: 2;
}

    /*内页新闻*/
    .nyNews{
      background-color: #fff;
    }

    .newsDetail{
      background-color: #fff;
    }

    .newsDetail .main{
      padding: 65px 45px;
      box-shadow: 0 0 15px rgba(0,0,0,0.08);
    }

     .newsDetail .main h2.title{
      font-size: 24px;
      color: #000;
      margin-bottom: 15px;
     }


     .newsDetail .main .meta{
      font-size: 14px;
      padding-bottom: 15px;
      margin-bottom: 25px;
      border-bottom: 1px solid #eee;
     }

     .newsDetail .main .meta span{
      display: inline-block;
      margin: 0 10px;
     }

      .newsDetail .main .meta span.s1{
        color: var(--primary);
      }
   

    .newsDetail .main .content{
      min-height: 300px;
      margin-bottom: 25px;
      color: #888;
      line-height: 2;
      text-indent: 30px;
      font-size: 16px;
      font-weight: lighter;
    }


    .nyContact{
      background-color: #fff;
    }

    .comInfos{
      margin-top: 25px;
    }


    .comInfos .item{
      height: 100%;
      margin-top: 15px;


    }

     .comInfos .item .tb{
      margin-right: 15px;
      width: 35px;
      min-width: 35px;
      height: 35px;
      border: 1px solid #666;
      text-align: center;
      line-height: 35px;
      border-radius: 5px;

     }

    .comInfos .item .tb svg{
      width: 60%;
      fill: #333;
    }

    .comInfos .item .div-text p.title{
      font-size: 20px;
      color: #000;
      font-weight: bold;
    }

    .comInfos .item .div-text p.des{
      font-size: 18px;
      margin-top: 3px;
    }

    .comInfos .item .div-text p.dz{
      font-size: 14px;
    }


    .conLy{
      margin-top: 45px;
    }

    .conLy .div-img{
      min-width: 650px;
      max-width: 650px;
      margin-right: 65px;
    }


    .conLy .title{
      font-size: 30px;
      margin-bottom: 25px;
      color: #000;
      font-weight: bold;
    }

    .conLy .des{
      color: #888;
      font-family: 'CNR';
    }

    .divForm .item{
      margin-bottom: 25px;
    }

    .divForm form{
      display: block;
      width: 100%;
    }

    .divForm input,.divForm textarea{
      outline: none;
      display: block;
      width: 100%;
      border:unset;
      border-bottom:1px solid #888;
      padding: 15px 20px;
    }

    .divForm input::placeholder,.divForm textarea::placeholder{
      color: #888;
    }

    .divForm button{
      display: inline-block;
      padding: 10px 35px;
      color: #fff;
      background-color: var(--primary);
      border:1px solid var(--primary);
    }

    .divForm button:hover{
      color: var(--primary);
      background-color: unset;

    }


.pagination{
        justify-content: center;
        margin-top: 35px;
}

.pagination a{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 32px;
    text-align: center;
    border-radius: 3px;
    border:1px solid #eee;
    margin: 0 3px;
}

.pagination a.page-num-current,.pagination a:hover{
    color: #fff;
    background-color: var(--primary);
}

.pagination a:nth-child(1) svg{
    transform: rotate(180deg);
}

.content table{
  width: 100%;
  text-align: center;
}


.content table tbody tr:nth-child(odd) td {
    background-color: #f4f4f4;
    padding: 15px 10px;
    font-size: 14px;
    color: #222;
}

.content table tbody tr:nth-child(even) td {
    background-color: #d5eeec;
    padding: 15px 5px;
    font-size: 14px;
    color: #222;
}

.content table, th, td {
    border: 1px solid #fff;
}

.content table p{
  text-indent: 0;
}

.content p{
  text-indent: 0;
}

.reNews a.item{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  padding-left: 12px;
  position: relative;
  color: #666;
  border-bottom: 1px dashed #eee;
  padding-bottom: 5px;
  line-height: 30px;
}

.reNews a.item:after{
  position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background-color: #666;
    border-radius: 50%;
    left: 0;
    top: 12px;
}

@media (max-width: 767.98px) { 

  .nyproList .item2 .div-img{
      min-width: 100%;
      max-width: 100%;
      margin-bottom: 25px;
    }

    .nyproList .item2 .div-img img{
      width: 100%;
    }

}


@media (min-width: 1400px){
  .container{
    max-width: 1360px;
  }
}


@media (min-width: 1600px){
  .container{
    max-width: 1460px;
  }
}

