﻿

/* 通用样式 */
p {
  margin: 0;
}


input,
textarea {
  border: none;
  outline: none;
  background-color: transparent;
}

img {
  vertical-align: middle;
}

.p1920 {
  width: 1920px;
  position: relative;
  left: 50%;
  margin-left: -960px;
}

.wd1200 {
  width: 1200px;
  margin: 0 auto;
}

.bw {
  width: 100%;
}

.clearfix::after {
  content: '';
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
  visibility: hidden;
}

.clearboth {
  height: 0px;
  line-height: 0px;
  overflow: hidden;
  clear: both;
  font-size: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.dfc {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ovimg,
.ibw,
.miw,
.iml,
.imgbig {
  overflow: hidden;
}

.imgbig img {
  -webkit-transition: all ease .5s;
  -moz-transition: all ease .5s;
  -ms-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s;
}

.imgbig:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

.ovimg img {
  width: 100%;
  min-height: 100%;
}

.ibw img {
  width: 100%;
  height: auto;
}

.miw img {
  max-width: 100%;
  max-height: 100%;
}

.iml {
  text-align: center;
}

.iml img {
  transform: translateY(-2px);
  vertical-align: middle;
}

.bgmax {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
}

.bgmin {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

.fh {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/**/
.flexed {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  display: -webkit-flex;
}


/* head */
.head-bg{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

.head-index{
  border-bottom: 1px solid rgba(255,255,255,.3);
  align-items: center;
  padding-left: 19.53125vw;
}

.head-index2{
  align-items: center;
}

.head-index .tnav{
  width: 80%;
  border-right: 1px solid rgba(255,255,255,.3);
}

.head-index .ttel{
  width: 20%;
  text-align: center;
}

.head-index .ttel p{
  font-size: 1.25vw;
  color: #bb3743;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
}

.head-index .ttel p img{
  margin-right: 5px;
}

/* banner */
.top-center{
  position: relative;
}

.top-center::before{
  content: '';
  background: url(../image/a6607d84ccefefb6f898a251c58aa2ca320f8af7.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 17.5vw;
  height: 100%;
  z-index: 999;
}

.top-center .logo{
  position: absolute;
  top: 1.5625vw;
  left: 1.45833333333333vw;
  z-index: 999;
  width: 8.2%;
}

.top-center .logo img{
  max-width: 100%;
}

.swiper .img1 img,video {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper .wz{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.swiper .wz .wz1{
  color: #fff;
  font-size: 2.60416666666667vw;
  text-align: center;
}

.swiper .wz .wz2{
  width: 167px;
  height: 45px;
  border: 1px solid #fff;
  margin: 0 auto;
  line-height: 43px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 2.34375vw;
}

.swiper .swiper-button-prev{
  position: absolute;
  z-index: 99;
  left: inherit;
  top: inherit;
  right: 6.25vw;
  bottom: 0;
  background: #006e6b url(../image/a4d4c8674ca7446ce3b0fa6e02f6cb91c7155485.png) no-repeat center center;
  width: 6.25vw;
  height: 7.91666666666667vw;
  outline: none;
}

.swiper .swiper-button-prev::after{
  display: none;
}

.swiper .swiper-button-next{
  position: absolute;
  z-index: 99;
  right: 0;
  top: inherit;
  bottom: 0;
  background: #006e6b url(../image/7ddc49f9efcc20876884d5dac67e4b1b5a0a71bf.png) no-repeat center center;
  width: 6.25vw;
  height: 7.91666666666667vw;
  outline: none;
}

.swiper .swiper-button-next::after{
  display: none;
}

.gl {
    position: absolute;
    bottom: 45px;
    width: 100%;
    text-align: center;
    z-index: 9;
    -webkit-animation: myfirst 1.5s infinite;
    animation: myfirst 1.5s infinite;

}

.gl img{
  max-width: 100%;
}

@-webkit-keyframes myfirst {

    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

}

@keyframes myfirst {
    0% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }

    50% {
        -webkit-transform: translate(0px, -10px);
        transform: translate(0px, -10px);
    }

    100% {
        -webkit-transform: translate(0px, 0px);
        transform: translate(0px, 0px);
    }
}


/* 核心产品与服务 完善、可靠的产品质量 */
.index-container{
  padding: 0 55px;
}

@media(max-width: 1280px){
  .index-container{
    padding: 0 30px;
  }
}

.pro-index{
  margin-top: 4.47916666666667vw;
}

.put{
  align-items: center;
}

.put .putl h3{
  color: #006e6b;
  font-weight: 600;
  font-size: 2.1vw;
  line-height: 1.3;
}

.put .putl h4{
  color: #006e6b;
  font-weight: 600;
  font-size: 2.1vw;
  border-bottom:11px solid #006e6b;
  line-height: 1.3;
  padding-bottom: 5px;
}

.put .putr img{
  max-width: 100%;
}

.c-center-yw{
  margin-top: 1.45833333333333vw;
}

#pinContainer {
  width: 100%;
  height: 43.02083333333333vw;
  overflow: hidden;
}

.panel {
  width: 100%;
  position: absolute;
  display: flex;
height: 43.02083333333333vw;
  overflow: hidden;
  background: none;
}

.yw {
  width: 50%;
  margin: 0 auto;
  display: flex;
  position: relative;

}

.ywimg11{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  width: 20%;
  margin: 0 auto;
}

.ywimg11 img{
  max-width: 100%;
  height: 100%;
}

.yw-wz{
  width: 50%;
  background: #006e6b url(../image/dd4ab7e67e309ed3e0b94c0728ec7ded68deda8f.png) no-repeat left bottom;
  padding-top: 7.03125vw;
  padding-right: 4.6875vw;
  padding-left: 1.82291666666667vw;
}

.yw-wz .yw1 img{
  max-width: 100%;
}
.yw-wz .yw2{
  color: #ffffff;
  font-size:1.82291666666667vw;
  font-weight: 600;
  margin-top: 1vw;
}

.yw-wz .yw3{
  color: #c5c5c5;
  font-size:16px;
  font-weight: 500;
  font-family: "Arial";
  margin-top: 1.82291666666667vw;
}

.yw-wz .yw3{
  
}

.yw-img {
  width: 50%;
}

.yw-img > img{
  width: 100%;
  height: 43.02083333333333vw;
}

@media(max-width: 995px){
  .yw-wz .yw1{
    width: 50%;
  }
  .ywimg11{
    width: 10%;
  }
  .yw-wz{
    padding: 10px;
  }
  .yw-wz .yw2{
    font-size: 14px;
    overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
  }
  .yw-wz .yw3{
    font-size: 12px;
    overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2; 
  }
}



/* 合作单位 以质量求生存 以科技求发展 */
.hezuo-index{
  margin-top: 4.47916666666667vw;
}

.hezuo-bg{
  background: url(../image/ce9b314a0cdfb2638f0f06043f74881d68cf73c5.jpg) no-repeat top center;
  background-size: 100% 100%;
  padding-top: 7.03125vw;
  padding-bottom: 8.48958333333333vw;
  margin-top: 30px;
}

.hezuo-wrap{
  position: relative;
}

.hznext{
  background: #fff url(../image/5b675db35c353b26bc3de79e203cf4de861616ed.png) no-repeat center center;
  width: 4.47916666666667vw;
  height: 4.47916666666667vw;
  position: absolute;
  left: 53.38541666666667vw;
  bottom: 6.04166666666667vw;
  z-index: 99;
  border: 1px solid #fff;
}

.hznext:hover{
  background: #006e6b url(../image/71ccf5f0afee7a3e11272c70f71899ea22b3c5db.png) no-repeat center center;
}

.hzprev{
  background: #fff url(../image/e291b862ad8ae406c937e1a3725375518ee8d948.png) no-repeat center center;
  width: 4.47916666666667vw;
  height: 4.47916666666667vw;
  position: absolute;
  left: 53.38541666666667vw;
  bottom: 1.25vw;
  z-index: 99;
  border: 1px solid #fff;
}

.hzprev:hover{
  background: #006e6b url(../image/9a9829963e79f5702db9170657ad1f143af42b5d.png) no-repeat center center;
}


.hzt{
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  z-index: 999;
}

.hzt b{
  display: block;
  font-size: 4.11458333333333vw;
  line-height: 1;
}

.hezuoswiper{
  overflow: hidden;
  width: 100%;
}

.hezuoswiper .swiper-slide a{
  display: flex;
  justify-content: space-between;
}

.hezuoswiper .swiper-slide a .hezuo-left{
  width: 62.82%;
  padding-top: 6.45833333333333vw;
  position: relative;
}


.hezuoswiper .swiper-slide a .hezuo-left .img1 img{
  width: 100%;
}

.hezuoswiper .swiper-slide a .hezuo-right{
  width: 26.52%;
  text-align: right;
  padding-top: 11.97916666666667vw;
}

.hezuoswiper .swiper-slide a .hezuo-right .wz1{
  color: #ffffff;
  font-weight: 600;
  font-size: 2.60416666666667vw;
  text-decoration: underline;
}

.hezuoswiper .swiper-slide a .hezuo-right .wz2{
  color: #ffffff;
  font-size: 18px;
  line-height: 1.833;
  margin-top: 5.52083333333333vw;
}

.hezuoswiper .swiper-slide a .hezuo-right .wz3{
  color: #fff;
  font-size: 18px;
  text-decoration: underline;
  margin-top: 3.64583333333333vw;
}


@media(max-width: 1024px){
  .hznext{
    background-size: 30% 50%;
  }
  .hzprev{
    background-size: 30% 50%;
  }
}


@media(max-width: 767px){
  .index-container{
    padding: 0 15px;
  }
  .pro-index{
    margin-top: 40px;
  }
  .put .putl h3{
    font-size: 20px;
  }
  .put .putl h4{
    font-size: 16px;
    border-bottom: 5px solid #006e6b;
  }
  .put .putr{
    width: 35px;
  }
  .c-center-yw{
    margin-top: 20px;
  }
  .myw{
    margin-top: 20px;
  }
  .mywlist li{
    margin-bottom: 10px;
  }
  .mywlist li img{
    width: 100%;
  }
  .hezuo-index{
    margin-top: 40px;
  }
  .hzt{
    position: relative;
  }
  .hzt b{
    font-size: 24px;
    line-height: 1.5;
  }
  .hezuoswiper .swiper-slide a{
    flex-wrap: wrap;
  }
  .hezuoswiper .swiper-slide a .hezuo-left{
    width: 100%;
  }
  .hezuoswiper .swiper-slide a .hezuo-right{
    width: 100%;
    padding-top: 20px;
    text-align: left;
  }
  .hezuoswiper .swiper-slide a .hezuo-right .wz1{
    font-size: 18px;
  }
  .hezuoswiper .swiper-slide a .hezuo-right .wz2{
    font-size: 14px;
    margin-top: 10px;
  }
  .hezuoswiper .swiper-slide a .hezuo-right .wz3{
    font-size: 14px;
    margin-top: 10px;
  }
  .hznext{
    left: 0;
    bottom: 0;
    top: 40%;
    width: 40px;
    height: 40px;
  }
  .hzprev{
    right: 0;
    left: inherit;
    bottom: 0;
    top: 40%;
    width: 40px;
    height: 40px;
  }
}

/* about */
.ab-index{
  margin-top: 4.47916666666667vw;
}

.aw{
  margin-top: 5.20833333333333vw;
  padding: 0 30px;
}

.aw p{
  color: #006e6b;
  font-size: 16px;
  line-height: 33px;
  text-indent: 2em;
  text-align: justify;
}

.aimg img{
  width: 100%;
}


@media(max-width: 767px){
  .ab-index{
    margin-top: 40px;
  }
  .aw{
    margin-top: 20px;
    padding: 0;
  }
  .aw p{
    font-size: 14px;
    line-height: 22px;
  }
}

/* 数字 */
.num-bg{
  background: #006e6b;
  padding-top: 3.33333333333333vw;
  padding-bottom: 4.27083333333333vw;
}

.numlist{
  padding: 0 9.11458333333333vw;
} 

.numlist li{

}

.numlist li a{
  display: flex;
  justify-content: flex-start;
}

.numlist li a .img1{
  width: 72px;
  height: 80px;
}

.numlist li a .img1 img{
  max-width: 100%;
}

.numlist li a .wz{
  margin-left: 26px;
}

.numlist li a .wz .wz1{
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.numlist li a .wz .wz2{
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  position: relative;
  margin-top: 5px;
}

.numlist li a .wz .wz2::before{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 105%;
  height: 2px;
  background: #c0dbda;
}

.numlist li a .wz .wz3{
  font-size: 14px;
  color: #fff;
  margin-top: 15px;
}

@media(max-width: 1280px){
  .numlist{
    padding: 0;
  }
}


@media(max-width: 767px){
  .num-bg{
    padding: 40px 0;
  }
  .numlist{
    flex-wrap: wrap;
  }
  .numlist li{
    width: 100%;
    margin-bottom: 20px;
  }
  .numlist li a .wz .wz2{
    font-size: 24px;
  }
}

/* news */
.news-index{
  margin-top: 4.47916666666667vw;
  margin-bottom: 6.51041666666667vw;
}

.news-roll{
  margin-top: 4.375vw;
}

.newsswiper{
  width: 100%;
  overflow: hidden;
}

.newsswiper .swiper-slide .img1 img{
  width: 100%;
}

.newsswiper .swiper-slide .ww{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #006e6b;
  padding: 1.82291666666667vw 3.125vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.newsswiper .swiper-slide .ww .wzwen{
  width: 74%;
}

.newsswiper .swiper-slide .ww .wzwen .w1{
  color: #ffffff;
  font-size: 21px;
}

.newsswiper .swiper-slide .ww .wzwen .w2{
  color: #ffffff;
  font-size: 15px;
  line-height: 1.8;
  margin-top: 15px;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis; 
 
}

.newsswiper .swiper-slide .ww .wzlogo{
  width: calc(100% - 91%);
}

.newsswiper .swiper-slide .ww .wzlogo img{
  max-width: 100%;
}

.news-btn{
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.newsnext{
  background: #efefef url(../image/5b675db35c353b26bc3de79e203cf4de861616ed.png) no-repeat center center;
  width: 4.47916666666667vw;
  height: 4.47916666666667vw;
  z-index: 99;
  display: block;
  outline: none;
}

.newsnext:hover{
  background: #006e6b url(../image/71ccf5f0afee7a3e11272c70f71899ea22b3c5db.png) no-repeat center center;
}

.newsprev{
  background: #efefef url(../image/e291b862ad8ae406c937e1a3725375518ee8d948.png) no-repeat center center;
  width: 4.47916666666667vw;
  height: 4.47916666666667vw;
  z-index: 99;
  display: block;
  outline: none;
  margin-left: 8px;
}

.newsprev:hover{
  background: #006e6b url(../image/9a9829963e79f5702db9170657ad1f143af42b5d.png) no-repeat center center;
}

@media(max-width: 1024px){
  .newsnext{
    background-size: 30% 50%;
  }
  .newsprev{
    background-size: 30% 50%;
  }
}

@media(max-width: 767px){
  .news-index{
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .news-roll{
    margin-top: 20px;
  }
  .newsswiper .swiper-slide .ww{
    padding: 15px 10px;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    position: relative;
  }
  .newsswiper .swiper-slide .ww .wzwen{
    width: 100%;
  }
  .newsswiper .swiper-slide .ww .wzwen .w1{
    font-size: 14px;
    margin-top: 10px;
  }
  .newsswiper .swiper-slide .ww .wzwen .w2{
    margin-top: 10px;
  }
  .newsswiper .swiper-slide .ww .wzlogo{
    width: 100%;
  }
  .newsnext{
    width: 40px;
    height: 40px;
  }
  .newsprev{
    width: 40px;
    height: 40px;
  }
}

/* foot */
.foot-bg{
  background: #006e6b;
  padding-top: 4.6875vw;
  padding-bottom: 95px;
}

.foot-index{
  padding: 0 4.6875vw;
}

.footl{
  width: 24.86%;
}

.footl .flogo img{
  max-width: 100%;
}

.footl .flx{
  margin-top: 1.5625vw;
}

.footl .flx p{
  color: #ffffff;
  font-size: 14px;
}

.footl .flx p:nth-of-type(1){
  display: flex;
  align-items: center;
}

.footl .flx p strong{
  font-weight: 600;
  font-size: 32px;
  font-family: "黑体";
}

.footl .ferq{
  margin-top: 2.60416666666667vw;
}

.footl .ferq img{
  max-width: 132px;
  width: 100%;
}

.footr{
  width: 69.33%;
}

.footr .fnav dl{
  width: 11.4%;
  margin-bottom: 0;
  position: relative;
}

.footr .fnav dl::before{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 75px);
  background: #349592;
}

.footr .fnav dl dt{
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 2.1vw;
}

.footr .fnav dl dd{

}

.footr .fnav dl dd a{
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
}

.footr .fnav dl.pro{
  width: 28%;
}

.footr .fnav dl.pro dd{
  display: inline-block;
  width: 48%;
}

.fcop{
  margin-top: 3.64583333333333vw;
  text-align: right;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}

.fcop a{
 color: #fff;
}

@media(max-width: 1280px){
  .foot-index{
    padding: 0;
  }
}

@media(max-width: 1024px){
  .footl .flx p strong{
    font-size: 18px;
  }
  .footr .fnav dl dt{
    font-size: 16px;
  }

  .footr .fnav dl dd a{
    font-size: 12px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  }
}

@media(max-width: 767px){
  .foot-bg{
    padding: 40px 0;
  }
  .foot-index{
    flex-wrap: wrap;
  }
  .footl{
    width: 100%;
  }
  .flogo{
    text-align: center;
  }
  .footl .flx{
    margin-top: 10px;
  }
  .footl .ferq{
    margin-top: 10px;
  }
  .footr{
    width: 100%;
  }
  .fcop{
    text-align: center;
  }
}

.w1600{
  max-width: 1630px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

.nylogo{
  width: 5%;
  display: none;
  margin-right: 5%;
}
.nylogo img{
  max-width: 100%;
}