/*** 

====================================================================
	Resources / Css Files
====================================================================

 ***/
@import url('bootstrap.min.css');
@import url('swiper.min.css');
@import url('animate.css');

/* reset css start */
html {
  scroll-behavior: smooth;
}
body {
  font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 26px;
  color: #333333;
  /*background-color: #f4f5f9;*/
}

img {
  max-width: 100%;
  height: auto;
}

ul, ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

button:focus {
  outline: none;
}

a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  text-decoration: none;
}

span {
  display: inline-block;
}

p{
  margin-bottom: 0;
}

.container-fluid{
  max-width: 90%;
}

/**
 * Header 
 */

.main-header{
  background-color: #fff;
  overflow: hidden;
}

.main-header .navbar{
  padding: 0;
}

.main-header  .navbar-nav .nav-link{
  height: 105px;
  line-height: 105px;
  font-size: 16px;
  color: #333;
  padding: 0 35px;
  font-weight: bold;
  position: relative;
  display: block;
  transition: all .5s ease;
  width: max-content;
/*  overflow: hidden;*/
}

.main-header .navbar-nav .nav-link:after{
  content: attr(data-title);
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(100%);
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #008995;
}

.main-header  .navbar-nav .nav-link:hover{
  transform: translateY(-100%);
}

.main-header .active>.nav-link{
  background-color: #008995;
  color: #fff!important;
}



.main-header  .nav-item{
  position: relative;
}


/**
 * 二级导航（备用）
 */


.main-header{
  width: 100%;
}

.main-header .submenu{
    position: fixed;
    width: 250px;
    height: 0;
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: nowrap;
    z-index: 110;
    margin: 0 auto;
    transition: all .5s ease;
    opacity: 0;
    background: #ccc;
}

.main-header .submenu ul{
  display: block;
  width: 100%;
}
.main-header .submenu a{
  display: block;
  color: #333;
  line-height: 35px;
  display: block;
  width: 100%;
  height: 35px;
}

.main-header .submenu li{
  display: block;
  width: 100%;
}

.main-header .submenu a{
  padding: 0 2%;
}

.main-header .submenu a:hover{
  background-color: #008995;
  color: #fff;
}

.main-header .nav-item:hover .submenu{
    height: 150px;
    opacity: 1;
    background-color: #fff;
}

.main-header .top-tel{
  position: relative;
  padding-left: 25px;
  font-size: larger;
  width: max-content;
}

.main-header  .top-tel:before{
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: #008995;
}

/**
 * 二级导航（备用） End
 */

.language-btn a{
  display: inline-block;
  color: #333;
  padding: 0 25px;
}

.language-btn a:hover{
  color: #008995;
}

.carousel .carousel-inner .active{
animation-name:carouselA;
  animation-duration:3s;
  /* Safari and Chrome */
  -webkit-animation-name:carouselA;
  -webkit-animation-duration:3s;
}

@keyframes carouselA{
  from{
    transform: scale(1.2);
  }
  to{
    transform: scale(1.0);
  }
}

.in-title{
  color:#333;
  font-size: 24px;
  font-weight: bolder;
}

.in-title i{
  font-size: 30px;
  color: #e8e8e8;
  display: block;
  font-weight: normal;
}

.in-title span{
    display: block;
    margin-top: -12px;
    margin-left: 55px;
}

/**
 * 关于我们
 */

.in-section-about{
  padding-top: 65px;
  background-color: #f7f7f7;
}

.in-section-about .content-text{
  margin-top: 45px;
  padding-top: 65px;
  background-image: url(../images/in-about-bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;

}

.in-section-about .mainLeft{
  background: rgba(0, 137, 149, .6);
  padding: 45px 65px 45px 5%;

}

.in-section-about .mainRight{
  position: relative;
}

.in-section-about .mainRight img{
  position: absolute;
  bottom: 0;
  width: 100%;
}


.in-section-about .mainLeft .gsjs-main{
  
  color: #fff;
  line-height: 30px;
  position: relative;
}

.in-section-about .mainLeft .gsjs-main:after{
  position: absolute;
  content: "";
  width: 65px;
  height: 2px;
  background-color: #fff;
  bottom: -15px;
}

.in-section-about .mainLeft .gsjs-main p{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.in-section-about .gsjs-num{
  margin-top: 45px;
  color: #fff;
}

.in-section-about .gsjs-num span{
  transition: all .6s;
  font-size: 52px;
  line-height: initial;
  font-weight: bold;
  display: inline-block;
  padding-right: 5px;
}

.in-section-about .gsjs-num font{
  display: inline-block;
  font-size: 18px;
  line-height: initial;
}

.in-section-about .gsjs-video div{
  position: relative;
}

.in-section-about .gsjs-video div a{
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45%;
  color: #fff;
}

.in-section-about .gsjs-video div a:hover{
  text-decoration: underline;
}


.in-section-about .gsjs-video p{
  margin-top: 15px;
}

/**
 * 产品中心
 */

.in-section-pro{
  margin-top: 85px;

}
.in-section-pro .pro-bg-title{
  text-align: center;
  position: relative;
}
.in-section-pro .pro-bg-title i{
  font-size: 85px;
  line-height: 85px;
  font-weight: bolder;
  display: block;
  text-transform: uppercase;
  color: rgba(0, 137, 149, 0.05);
}

.in-section-pro .pro-bg-title .d1{
  margin-top: -45px;
}

.in-section-pro .pro-bg-title .d1 p{
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 15px;
}

.pro-lists{
  margin-top: 65px;
  padding-bottom: 125px;
  background-image: url(../images/in-pro-bg.png);
  background-size: 100% 100%;
}

.pro-lists .d1{
  padding: 15px 15px;
  background-color: #f3f3f3;
  background-image: url(../images/pro-item-tb.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

.pro-lists .d1 h4{
  font-weight: bold;
  color: #333;
  font-size: 20px;
}

.pro-lists .d1 p{
  color: #333;
}

.pro-lists .item .d1{
  position: relative;
  /*transform: perspective(1px) translateZ(0);
  overflow: hidden;*/
}

/*.in-section-pro .pro-lists .item .d1:after{
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #008995;
    height: 4px;
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.in-section-pro .pro-lists .item:hover .d1:after{
  -webkit-transform: translateY(0);
  transform: translateY(0);
}*/

.pro-lists .item .div-img{
  overflow: hidden;
}

.pro-lists .item .div-img img{
  transition: all .3s;
}

.pro-lists .item:hover .div-img img{
  transform: scale(1.2);
}

.pro-lists .item:hover{
  box-shadow: 0 0 5px #333;
}

.pro-lists .item:hover .d1{
  background-color: #e2efff;
}

.proMore{
  margin-top: 65px;
  margin-bottom: 45px;
  
}


.hvr-radial-in {
  color: #333;
  padding: 15px 35px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
  background: #008995;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-radial-in:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-radial-in:hover, .hvr-radial-in:focus, .hvr-radial-in:active {
  color: white;
}
.hvr-radial-in:hover:before, .hvr-radial-in:focus:before, .hvr-radial-in:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}

/**
 * 
 * 新闻中心
 */
.in-section-news .in-title{
  margin-top: 25px;
  margin-bottom: 35px;
}

.in-section-news .d1{
  padding-right: 25px;
  
}

.in-section-news .d1 .tj1{
  height: 100%;
  background-image: url(../images/news-big.png);
  background-size: 100% auto;
  position: relative;
}

.in-section-news .d1 .tj1 a{
  display: block;
  padding: 0 25px;
  position: absolute;
  bottom: 25px;
  color: #fff;
}

.in-section-news .tj1 .time{
  
  padding-right: 10px;
}

.in-section-news .tj1 .time p:nth-child(1){
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 5px;
}

.in-section-news .tj1 .content{
  border-left: 1px solid #fff;
  padding-left: 10px;
}

.in-section-news .tj1 .content div{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.in-section-news .tj1 a:hover h4{
  color: #008995;
}

.in-section-news .d2{
  position: relative;
}

.in-section-news .d2 .enter-news{
  position: absolute;
  bottom: 25px;
  left: 25px;
}

.in-section-news .d2 .enter-news a{
  color: #fff;
  text-decoration: underline;
}

.in-section-news .tj2{
  margin-top: 25px;
}

.in-section-news .tj2 a{
  display: block;
  color: #008995;
  box-shadow: 0 0 5px #ccc;
  padding: 25px;
}

.in-section-news .tj2 a h4{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 20px;
  font-weight: bold;
}

.in-section-news .tj2 .content div{
  overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box!important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
} 

.in-section-news .tj2 .content{
  /*border-left: 1px solid #ccc;*/
  padding: 5px 0 5px 15px;
}

.in-section-news .tj2 .content div{
  color: #6e6e6e;
}

.in-section-news .tj2 .time{
  text-align: center;
  padding-right: 15px;
}

.in-section-news .tj2 .time p:nth-child(1){
  font-size: 35px;
  margin-bottom: 8px;
}

.in-section-news .tj2 a:hover{
  box-shadow: 0 0 15px #ccc;
}


/**
 * 合作伙伴
 */
.in-section-hzhb{
  margin-top: 65px;
}

.in-section-hzhb .d1>div{
  height: 100%;
  background-image: url(../images/in-p-bg.png);
  background-size: cover;
  padding: 15% 5% 10% 10%;
}

.in-section-hzhb .d1 h2{
  color: #fff;
} 

.in-section-hzhb .d1 p{
  color: #58a5ad;
  font-size: 20px;
  margin-bottom: 15px;
}


.in-section-hzhb .d2{
  position: relative;
}

.in-section-hzhb .d2 i{
  position: absolute;
  color: #fff;
  font-size: 85px;
  left: -20%;
  top: 50%;
  z-index: 999;
  display: block;
  transform: rotate(90deg);
}


/**
 * 底部
 */
.main-footer{
  padding: 65px 0;
  background-image: url(../images/main-footer.png);
  background-size: cover;
}

.main-footer p{
  color: #fff;
}

.main-footer p span{
  display: inline-block;
  margin-left: 45px;
}

.main-footer h2{
  color: #ffdaaf;
  margin: 20px 0;
  font-weight: bold;
  font-style: italic;
}

/**
 * 产品中心
 */
.bread-page{
  position: relative;
}


.bread-page .page-title-text{
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, .6);
  color: #fff;
  padding: 15px 15px;
}

.bread-page .page-title-text a{
  display: inline-block;
  color: #fff;
  padding: 0 5px;
}

.bread-page .page-title-text .d2 a:last-child{
  color: #00d4e7;
}

.bread-page .page-title-text img{
  padding-right: 15px;
  vertical-align: middle;
}

.product-lists .item{
  padding: 65px 0;
}



.product-lists .item:hover{
  background-image: url(../images/product-item-bg.png);
  background-repeat: no-repeat;
  animation: changeBg .3s  ease-out;
  -webkit-animation: changeBg .3s ease-out;
  animation-fill-mode: forwards;
}

@keyframes changeBg{
  from{
    background-size: 150% 150%;
  }
  to{
    background-size: 100% 100%;
  }
}

.product-lists .item .div-img{
  max-width: 450px;
  margin: 0 45px;
}

.product-lists .item .div-text{
  margin: 0 45px;
}

.product-lists .item a{
  color: #333333;
}

.product-lists .item .text h2{
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}

.product-lists .item .hvr-radial-in{
   /* border-radius: 15px;*/
    padding: 5px 15px;
    margin-top: 15px;
}


.product-lists .item .hvr-radial-in:hover{
  color: #fff;
}

.page-title-text .bcate a{
  display: inline-block;
  margin-right: 25px;
  color: #fff;
}

.page-title-text .bcate a.active{
  color: #64e2ee;
}

/**
 * 关于我们
 */

.section-about .d1{
  text-align: center;
}
.section-about .d1 h2{
  font-size: 26px;
  margin-top: 125px;
  margin-bottom: 25px;
  font-weight: bolder;
}

.section-about .d1 p{
  position: relative;
  font-size: 20px;
  font-weight: lighter;
  color: #d8d8d8;
  margin-bottom: 45px;
  text-transform: uppercase;
}

.section-about .d1 p:after{
    position: absolute;
    content: "";
    width: 45px;
    height: 4px;
    background-color: #008599;
    left: calc(50% - 25px);
    bottom: -30px;
}

.section-about .d2{
  max-width: 1200px;
  margin: auto;
}

.section-about .d2 p{
  text-indent: 24px;
}

.section-about .d3>div{
  margin: 45px 0;
  position: relative;
}

.section-about .d3 a{
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 45%;
    color: #fff;
}

.section-qywh{
  margin: 85px 0;
}

.section-qywh .d2{
  max-width: 1320px;
  margin: 45px auto;
}

.section-qywh .d2 p{
  text-indent: 24px;
}

.section-qywh .d4{
  max-width: 1320px;
  margin: 65px auto;
}


.section-qywh .d4 h4{
  color: #00555c;
  margin-top: 10px;
  margin-bottom: 15px;
}

.section-qywh .d4 img{
  transition: all .6s;
}

.section-qywh .d4>div{
  padding: 0 15px;
}

.section-qywh .d4>div:hover img{
  transform: rotateY(180deg);
}


.section-cb .cb1{
  min-width: 268px;
  max-width: 268px;
  background-color: #f1f1f1;
  padding-top: 45px;
  text-align: center;
  height: fit-content;
}

.section-cb .cb1 .d2{
  margin-top: 65px;
  margin-bottom: 45px;
}

.section-cb .cb1 .d2 p{
  margin-top: 15px;
}

.section-cb .cb1 .d3{
  margin: 65px 0;
}
.section-cb .cb1 .d3 ul li a{
  color: #333;
  height: 45px;
  line-height: 45px;
  padding: 0 45px;
  display: inline-block;
  border-radius: 25px;
  margin-bottom: 5px;
} 

.section-cb .cb1 .d3 ul li.active a{
  color: #fff;
  background-color: #008995;

}

.section-cb .cb1 .d3 ul li:hover a{
  color: #fff;
  background-color: #008995;
}

.section-cb .cb1 .d4{
  margin-bottom: 65px;
}

.section-cb .cb1 .d4 p{
  font-size: 24px;
  font-weight: bold;
  color: #008995;
  font-style: italic;
}

.section-cb .cb2{
  padding: 85px 5%;
}

.section-cb .cb2>div{
  position: relative;
  display: inline-block;
  padding-top: 85px;
}

.section-cb .cb2 .d1{
  display: inline-block;
  position: relative;
  margin-top: 45px;
}

.section-cb .cb2  p.p-title{
  position: absolute;
  font-size: 30px;
  line-height: 35px;
  font-weight: bolder;
  color: #008995;
}

.section-cb .cb2 .d1 p{
  
  top:15%;
  right: 15%;
}

.section-cb .cb2 .d2 p{

  margin-top: 25px;
  margin-bottom: 45px;
}

.section-cb .cb2 .d2 p{
  top: 0;
}

.section-cb .cb2>div.d4 p{
  top: 25px;
}

.section-cb .cb2>div.d5 p,.section-cb .cb2>div.d6 p,.section-cb .cb2>div.d7 p{
  top: 45px;
}

.yfsb-section{

  margin: 85px 0;
}

.yfsb-section .item {
  margin-bottom: 25px;
  text-align: center;
}

.yfsb-section .item img{
  width: 100%;
  transition: all .6s;
}

.yfsb-section .item a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.yfsb-section .item a div{
  overflow: hidden;
}

.yfsb-section .item a p{
  position: absolute;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  color: #fff;
  padding: 15px 5px;
  bottom: 0;
  transition: all .6s;
}

.yfsb-section .item a:hover p{
  background-color: rgba(0, 137, 149, .6);
}

.yfsb-section .item a:hover img{
  transform: scale(1.2);
}


/**
 * 
 * 联系我们
 */
.contact-main div.d1{
  color: #fff;
  background-image: url(../images/contact/main-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5% 2%;
}

.contact-main div.d1 p{
    background-color: #00b8c8;
    color: #fff;
    padding: 25px;
    margin-top: 25px;
    border-radius: 25px;
}

.contact-main div.d1>div>div{
  margin-bottom: 25px;
}

.contact-main .infos>div:nth-child(1) p{
  font-size: 14px;
  line-height: 18px;
}

.contact-main .infos>div:not(:nth-child(1)) p{
  font-size: 20px;
  line-height: 28px;
}

.contact-main div.d2{
  margin-top: 45px;
}

.contact-main div.d2 h2{
  margin-bottom: 25px;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
}


.contact-main div.d2{
  padding: 0 10%;
  margin-bottom: 65px;
}

.contact-main div.d2 input{
  border: none;
  background-color:#f0f0f0;
  height: 65px;
  line-height: 65px;
  display: inline-block;
  margin-bottom: 25px;
}

.contact-main div.d2 textarea{
  border: none;
  background-color:#f0f0f0;
}

  .contact-main div.d2 .btn{
    height: 55px;
    line-height: 35px;
    text-align: center;
    margin-top: 35px;
    width: 100%;
    background: #d7d7d7;
}

.news-main {
  padding: 45px 5%;
}

.news-main .item{
  margin-bottom: 35px;
}

.news-main .item img{
  min-width: 400px;
  max-width: 400px;
}

.news-main .item:nth-child(even)>div{
  flex-direction: row-reverse;
}

.news-main .item a{
  display: block;
  color: #333;
}

.news-main .item a time{
  font-weight: bold;
  font-size: 14px;
}

.news-main .item a h2{
  margin: 45px 0;
}

.news-main .item a>div{
  margin-top: 25px;
}

.news-main .item a>div span{
  display: inline-block;
  position: relative;
  width: 45px;
  text-align: right;
  transition: all .6s;
  margin-left: 125px;
}

.news-main .item a>div span:before{
    position: absolute;
    content: "";
    width: 42px;
    height: 1px;
    background-color: #333;
    left: 0;
    top: calc(50% + 1px);
    transition: all .6s;
}

.news-main .item a:hover span{
  width: 125px;
}

.news-main .item a:hover span:before{
  width: 123px;
}

.news-main .item a:hover h2{
  color: #008995;
}


.news-main .item .main-text{
  padding: 0 45px;
}

.news-main .item .main-text>div{
  margin-top: 25px;
}

.news-detail-main{
  padding: 45px 45px;
}

.news-detail-main .main{
  border: 1px solid #cacaca;
  min-height: 450px;
  padding: 65px 45px;
}

.news-detail-main .main h2.title{
  font-size: 20px;
  text-align: center;
  color: #333333;
  font-weight: bold;
}

.news-detail-main .time{
  margin-top: 25px;
  margin-bottom: 45px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d9dad5;
}

.prev-next{
  margin-top: 45px;
  padding-top: 25px;
  border-top: 1px solid #d9dad5;
}

.prev-next a{
  color: #333;
}


.prev-next a:hover{
  color: #008995;
}



.pagination-wrapper{
    position: relative;
    padding-top: 45px;
    width: 100%;
    text-align: center;
}

.pagination-wrapper .pagination{
  position: relative;
    display: block;
}

.pagination li {
    display: inline-block;
    margin: 0px 3px;
}

.pagination li a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555555;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
}

.pagination li.prev a, .pagination li.next a {
    width: 80px;
}

.pagination li a:hover, .pagination li a.active {
    color: #fff;
    background: #008995;
    border-color: #008995;
}





