/*** 

====================================================================
	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: #2b2930;
  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;
  color: #2b2930;
}
a:hover {
  text-decoration: none;
/*  color: #fff!important;*/
}

span {
  display: inline-block;
}

p{
  margin-bottom: 0;
}


/**
 * 表格
 */
table {
    max-width: 100%;
    border: 1px solid #e5e5e5;
    width: 100% !important;
	border-collapse: collapse;border-spacing: 0;
}
table * {font-size: 16px !important;font-family: "Microsoft YaHei", "simsun", "Helvetica Neue", Arial, Helvetica, sans-serif !important;}
table td {
	font-size: 16px;
    padding: 15px;
	border: 1px solid #e5e5e5;
}

table td:nth-child(2){
  color: #333;
  text-align: center; 
}

table td:nth-child(1){
  color: #333;
    width: 14.7%;
}



.container-fluid{
  max-width: 85%;
}

/**
 * Header 
 */
.mian-header{
  color: #fff;
  transition: all .6s;
  position: absolute;
  top: 25px;
  width: 100%;
  z-index: 99;
}



.m-header .navbar-nav .nav-item>a{
  line-height: 35px!important;
  height: 35px!important;
}



.mian-header a{
  color: #fff;
}





.mian-header .dropdown-menu{
  border: none;
  background: rgb(0,88,169,.8);
  border-radius: 0;
}

.mian-header .dropdown-menu .dropdown-item{
  color: #ffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mian-header .dropdown-menu .dropdown-item:hover{
  color: #000;
}

.mian-header .open .dropdown-menu{
  display: block;
  animation-name:fadeInUp;
  animation-duration:.6s;
  /* Safari and Chrome */
  -webkit-animation-name:fadeInUp;
  -webkit-animation-duration:.6s;
}

.mian-header .navbar-toggler-icon {
  background-image: url(../image/m-btn.png);
}


.dropdown-menu-p{
    background-color: rgba(26,112,111,.6);
    position: relative;
    top: 15px;
    transform: perspective(400px) rotateX(-90deg);
    transition: all .5s;
    transform-origin: top;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    z-index: 110;
    text-align: left;
    right: 8%;
}

.dropdown-p:hover .dropdown-menu-p{
    opacity: 1;
    visibility: visible;
    transform: perspective(400px) rotateX(0deg);
    transition: all 700ms ease 100ms; 
}

.dropdown-menu-p a{
  line-height: 35px;
  color: #fff;
  display: inline-block;
}

.dropdown-menu-p .dropdown-item{
  display: block;
  width: 100%;
  padding: 8px 35px;
}

.dropdown-item:hover{
  background-color: rgba(26,112,111,1);
  color: #fff;
}

.dropdown-p i::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.pc-menu{
  margin-top: 35px;
  border-top:1px solid #fff;
  padding-top: 25px;
}

.pc-menu>div>a{
  display: block;
  width: 100%;
  text-align: center;
}

.pc-menu>div>a:hover{
  color: #1a706f;
}

.pc-menu>div:after{
  position: absolute;
  content: "";
  height: 8px;
  background: #1a706f;
  top: 118px;
  width: 0;
  /*transition: all .6s;*/
}

.pc-menu>div:nth-child(1).active:after{
  width: 17%;
}

.pc-menu>div:nth-child(2).active:after{
  width: 25%;
  left: 25%;
}

.pc-menu>div:nth-child(3).active:after{
  width: 25%;
  left: 50%;
}

.pc-menu>div:nth-child(4).active:after{
  width: 17%;
  left: 75%;
}

/*
.pc-menu>div:nth-child(2) a:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background: #fff;
    right: 50%;
    top: 163px;
}

.pc-menu>div:nth-child(2) a:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background: #fff;
    left: 25%;
    top: 163px;
}

.pc-menu>div:nth-child(3) a:before{
    position: absolute;
    content: "";
    width: 1px;
    height: 25px;
    background: #fff;
    right: 25%;
    top: 163px;
}*/



/**
 * End Header 
 */
.carousel  h2{
    font-size: 45px;
    height: 55px;
    line-height: 55px;
    margin-bottom: 35px;
}

.carousel p{
  letter-spacing: 3px;
  font-size: 20px;
}

.carousel .active  h2,.carousel  h2{
    animation-name:fadeInDown;
    animation-duration:1s;
    animation-fill-mode: both;
    /* Safari and Chrome */
    -webkit-animation-name:fadeInDown;
    -webkit-animation-duration:1s;
    -webkit-animation-fill-mode: both;
}

.carousel .active p,.carousel p{
    animation-delay: 1s;
    animation-name:fadeInLeft;
    animation-duration:.6s;
    animation-fill-mode: both;
    /* Safari and Chrome */
    -webkit-animation-delay: 1s;
    -webkit-animation-name:fadeInLeft;
    -webkit-animation-duration:.6s;
    -webkit-animation-fill-mode: both;
}

.carousel .carousel-caption{
  bottom: 40%;
}

.top-search{
  position: relative;
  margin-right: 65px;
}

.top-search img{
  position: absolute;
  right: 15px;
  z-index: 9;
  bottom: 10px;
}

.top-search img:hover{
  cursor: pointer;
}

.top-search form{
  display: inline-block;
}

.top-search input{
  background: unset;
  border: none;
  border-bottom: 1px solid #fff;
  height: 35px;
  line-height: 35px;
  color: #fff;
  padding:0 15px;
}

.top-search input::-webkit-input-placeholder {
      color: #fff;
}
.top-search input::-moz-input-placeholder {
  color: #fff;
}
.top-search input::-ms-input-placeholder {
  color: #fff;
}

/**
 * 首页banner下方分类
 */

.index-pro-cates{
    margin-top: -125px;
    position: absolute;
    width: 100%;

}
.index-pro-cates .lists{
  background: #fff;
  border-radius: 8px;
}
.index-pro-cates .lists .item{
  border-radius: 5px;
}

.index-pro-cates .lists .item a{
  display: block;
  width: 100%;
  padding: 25px 0;
  position: relative;
  background-position: center 35px;
  background-repeat: no-repeat;
  
}

.index-pro-cates .lists .item:not(:last-child) a:after{
    position: absolute;
    content: "";
    width: 1px;
    height: 66px;
    background-color: #ccc;
    top: calc(50% - 33px);
    right: 0;
}



.index-pro-cates .item .p1{
  margin-top: 75px;

}

.index-pro-cates .lists .item:nth-child(1) a{
  background-image: url(../image/dl-g.png);
}
.index-pro-cates .lists .item:nth-child(2) a{
  background-image: url(../image/ld-g.png);
}
.index-pro-cates .lists .item:nth-child(3) a{
  background-image: url(../image/cg-g.png);
}
.index-pro-cates .lists .item:nth-child(4) a{
  background-image: url(../image/gj-g.png);
}
.index-pro-cates .lists .item:nth-child(5) a{
  background-image: url(../image/sy-g.png);
}
.index-pro-cates .lists .item:nth-child(6) a{
  background-image: url(../image/zw-g.png);
}


.index-pro-cates .lists .item:nth-child(1):hover a{
  background-image: url(../image/dl-w.png);
}
.index-pro-cates .lists .item:nth-child(2):hover a{
  background-image: url(../image/ld-w.png);
}
.index-pro-cates .lists .item:nth-child(3):hover a{
  background-image: url(../image/cg-w.png);
}
.index-pro-cates .lists .item:nth-child(4):hover a{
  background-image: url(../image/gj-w.png);
}
.index-pro-cates .lists .item:nth-child(5):hover a{
  background-image: url(../image/sy-w.png);
}
.index-pro-cates .lists .item:nth-child(6):hover a{
  background-image: url(../image/zw-w.png);
}



.index-pro-cates .item:hover{
  background-color: #1a706f;
  animation-name:divBig;
  animation-duration:.3s;
  animation-fill-mode: forwards;
  /* Safari and Chrome */
  -webkit-animation-name:divBig;
  -webkit-animation-duration:.3s;
  -webkit-animation-fill-mode: forwards;
}

.index-pro-cates .item:hover a:after{
  opacity: 0;
}


@-webkit-keyframes divBig{
 0%{
   -webkit-transform:scale(1);
 }
 100%{
   -webkit-transform:scale(1.2);
 }
}

.index-pro-cates .item:hover a{
  color: #fff;
}


/**
 * 首页产品中心
 */
.index-pro-lists{
  margin-top: 165px;
  margin-bottom: 45px;
}

.index-pro-lists .pro-main-lists{
  margin-top: 65px;
}

.pro-main-lists .item a{
  position: relative;
  overflow: hidden;
  display: block;
}

.pro-main-lists .item .d1{
  padding: 55px 15px 45px 15px;
  background-color: #fff;
  /*border: 1px solid #d1e2e2;*/
}

.pro-main-lists .item h3{
  font-size: 22px;
  color: #1a706f;
  font-weight: bolder;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #d1e2e2;
}

.pro-main-lists .item article{
  color: #5b5b5b;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.pro-main-lists .item .div-img{
  margin: 15px 0;
}

.pro-main-lists .item .readMore{
  position: relative;
}

.pro-main-lists .readMore font{
    position: absolute;
    z-index: 29;
    color: #1a706f; 
    border: 1px solid #1a706f;
    background-color: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 24px;
    right: -15px;
    transition: all .3s;
}

.pro-main-lists .readMore span{
  position: absolute;
  z-index: 19;
  width: 125px;
  height: 45px;
  line-height: 45px;
  background-color: #1a706f;
  color: #fff;
  right: -155px;
  transition: all .6s;
  text-align: center;
}

.pro-main-lists .item:hover .readMore span{
  right: 30px;
}

.pro-main-lists .item:hover .readMore font{
  background-color: #1a706f;
  color: #fff;
}


/**
 * 大标题
 */
.big-title .d1{
  position: relative;
}

.big-title .d1:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 1px;
  top: calc(25% - 5px);
  background-color:#939393; 
}

.big-title .d2{
  font-size: 35px;
  font-weight: bolder;
  color: #939393;
  margin: 0 45px 0 75px;
}

.big-title .d3{
  color: #1a706f;
  font-weight: bolder;
  font-size: 32px;
}

.big-title .d3 p:first-child{
  margin-bottom: 20px;
}

/**
 * 
 * 首页 公司简介
 */

.index-about{
  margin-top: 125px;
}

.index-about .d1 p{
  margin: 85px 0 25px 0;
  padding-left: 165px;
  padding-right: 45px;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}

.index-about .readMore{
  position: absolute;
  bottom: 10px;
  left: 165px;
  
}

.index-about .readMore a{
  padding: 10px 20px;
  border: 1px solid #1a706f;
  color: #1a706f;
  transition: all .6s;
}



.index-about .readMore font{
  display: inline-block;
  height: 100%;
  position: relative;
  margin-left: 40px;
}

.index-about .readMore font:after{
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% + 16px);
    background-color: #1a706f;
    left: -15px;
    top: -9px;
}

.index-about .readMore a:hover{
  background-color: #1a706f;
  color: #fff;
}


/**
 * 
 * 首页新闻中心
 */

.index-news{
  margin-top: 125px;
  position: relative;
}

.index-news .news-main-lists{
  margin-top: 45px;
}


.index-news .item .div-img{
  position: relative;
}

.index-news .item .div-img time{
  position: absolute;
  bottom: 0;
  padding: 10px 25px;
  background-color: #1a706f;
  color: #fff;
  display: block;
}

.index-news .item h3{
  color: #5e5e5e;
  font-size: 20px;
  font-weight: bolder;
  line-height: 30px;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.index-news .item .p1{
  color: #4a4a4a;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news .item .readMore{
  /*margin-top: 25px;*/
  position: relative;
  width: 165px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}

.index-news .item .readMore:before{
  position: absolute;
  content: "";
  width: -1px;
  height: 100%;
  background-color: #1a706f;
  z-index: 9;
  left: 0;
  transition: all .6s;
}

.index-news .item .readMore p{
  position: absolute;
  z-index: 19;
  color: #8e8e8f;
  transition: all .6s;
}

.index-news .readMore span{
  display:inline-block;
  margin-left: 15px;
}

.index-news .readMore:hover:before{
  animation-name:bigWidth;
  animation-duration:.6s;
  animation-fill-mode: forwards;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name:bigWidth;
  -webkit-animation-duration:.6s;
}

.index-news .item .readMore:hover p{
  color: #fff;
  animation-name:bgColor;
  animation-duration:.6s;
  animation-fill-mode: forwards;
  /* Safari and Chrome */
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-name:bgColor;
  -webkit-animation-duration:.6s;
  
} 

@-webkit-keyframes bgColor{
 0%{
   left: 0;
 }
 100%{
   left: 25%;
 }
}


@-webkit-keyframes bigWidth{
  0%{
     width: 0;
  }
  100%{
    width: 100%;
  }
}

.about-right{
  position: relative;
  display: inline-flex;
}

.index-news-bottom{
  position: absolute;
  right: -20%;
  bottom: 0;
}

.index-news-bottom .text{
  position: absolute;
  top: 30%;
  color: #fff;
}


.index-news-bottom .text a{
  color: #fff;
  padding: 5px 25px;
  display: inline-block;
}

.index-news-bottom .text .p1{
  font-size: 26px;
  margin-bottom: 10px;
  font-weight: bolder;
  padding-left: 25px;
}

.index-news-bottom .text .p2{
  font-size: 20px;
  font-weight: bolder;
  padding-left: 25px;
}

.index-news-bottom .p3{
  margin-top: 25px;
  background-color: rgba(255,255,255,.4);
  position: absolute;
  bottom: 0;
  padding: 10px 25px;
  color: #fff;
}

.index-news-bottom .p3 a{
  color: #fff;
}

.index-news-bottom .p3 a span{
  display: inline-block;
  margin-left: 10px;
}

.index-news-bottom .p3 a:hover{
  text-decoration: underline;
  display: inline-block;
}

.index-news-bottom img{
  max-width: 450px;
}



/**
 * 尾部
 */
.main-footer{
  margin-top: 125px;
  background-color: #fff;
  padding: 85px 0;
  color: #0e0e0e;
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,.31);
  -moz-box-shadow: 0px 0px 10px rgba(0,0,0,.31);
  box-shadow: 0px 0px 10px rgba(0,0,0,.31);
}

.main-footer .contact-info{
  padding-left: 45px;
}

.main-footer .title{
  font-weight: bolder;
  font-size: 20px;
}

.main-footer  .c1{
  margin-bottom: 15px;
}

.main-footer  .c1 p{
  /*opacity: .7;*/
  color: #858585;
}

.main-footer  ul li a{
  color:#868686;
 /* opacity: .7;*/
  display: inline-block;
  line-height: 35px;
}

.main-footer  ul li a:hover{
  opacity: 1;
  text-decoration: underline;
}

.footer-copy{
  background: #1a706f;
  color: #fff;
  height: 45px;
  line-height: 45px;
}

.footer-copy a{
  color: #fff;
  display:inline-block;
  margin-right: 45px;
}



#fixed-footer{
  background: #1a706f;
  padding: 25px 0;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  font-size: 16px;

}

  #fixed-footer>div>div>div{
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  #fixed-footer>div>div>div:not(:last-child) a{
    border-right: 1px solid #fff;
  }

  #fixed-footer a{
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
  }

/**
 * 面包屑导航
 */
.bread-nav{
  color: #1a706f; 
  margin-top: -45px;
  position: absolute;
  width: 100%;
}

.bread-nav .main{
  background: #fff;
  border-radius: 8px;
  height: 90px;
  line-height: 90px;
  padding: 0 25px;
}

.bread-nav a{
  color:#1a706f;
}

.bread-nav .d1{
  padding: 25px 15px;
}


.bread-nav .main img{
  margin-right: 15px;
  transition: all .3s;
}

.bread-nav .main .d2:hover img{
  margin-right: 5px;
}


.accordion .card .tb{
  width: 65px;
  height: 65px;
  background-size: inherit;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}

.accordion .card .btn{
  color: #1a706f;
  outline: none;
  border: none;
  position: relative;
}

.accordion .card .btn:before{
  position: absolute;
  content: "";
  width: 4px;
  height: calc(100% + 38px);
  top: -25px;
  left: -20px;
  background: #1a706f;
}

.accordion .card .collapsed{
  position: relative;
}

.accordion .card .collapsed:before{
   position: absolute;
  content: "";
  width: 4px;
  height: calc(100% + 38px);
  top: -25px;
  left: -20px;
  background: #fff;
}

.accordion .card .btn:focus{outline:0;}

.accordion .card .collapsed{
  color: #000;
}

.btn.focus, .btn:focus{
  box-shadow: unset;

}

.accordion .card:nth-child(1) .btn .tb{
    background-image: url(../image/tb1-hover.png);
}
.accordion .card:nth-child(2) .btn .tb{
  background-image: url(../image/tb2-hover.png);
}
.accordion .card:nth-child(3) .btn .tb{
  background-image:  url(../image/tb3-hover.png);
}
.accordion .card:nth-child(4) .btn .tb{
  background-image:  url(../image/tb4-hover.png);
}
.accordion .card:nth-child(5) .btn .tb{
  background-image:  url(../image/tb5-hover.png);
}
.accordion .card:nth-child(6) .btn .tb{
  background-image:  url(../image/tb6-hover.png);
}

.accordion .card:nth-child(1) .collapsed .tb{
    background-image: url(../image/tb1.png);
}
.accordion .card:nth-child(2) .collapsed .tb{
  background-image: url(../image/tb2.png);
}
.accordion .card:nth-child(3) .collapsed .tb{
  background-image:  url(../image/tb3.png);
}
.accordion .card:nth-child(4) .collapsed .tb{
  background-image:  url(../image/tb4.png);
}
.accordion .card:nth-child(5) .collapsed .tb{
  background-image:  url(../image/tb5.png);
}
.accordion .card:nth-child(6) .collapsed .tb{
  background-image:  url(../image/tb6.png);
}

.accordion .card .card-header .btn{
  background-image: url(../image/arrow-show.png);
  background-repeat: no-repeat;
  background-position: right;
}


.accordion .card .card-header .collapsed{
   background-image: url(../image/arrow-h.png);
   background-repeat: no-repeat;
   background-position: right;
}

.accordion .card{
  border: none;
}

.accordion .item{
 border-bottom: 2px solid #b8d3d3!important;
}

.accordion>.card:not(:first-of-type){
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card-header{
  border-bottom: 2px solid #b8d3d3;
  background: #fff;
}

.accordion .card-body li{
  display: block;
  height: 55px;
  line-height: 55px; 
  
}

.accordion .card-body li:not(:last-child){
  border-bottom: 1px solid #c7c7c7;
}

.accordion .card-body li a{
  display: block;
  width: 100%;
  height: 100%;
  color: #4a4a4a;
}

.accordion .card-body li a:hover ,.accordion .card-body li a.active {
  color: #1a706f;
}

.section-pro-lists .left-contact{
  padding: 35px 15px;
  background-image: url(../image/left-contact.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  color: #fff;
  position: relative;
  margin-top: -3px;
}

.section-pro-lists .left-contact h2{
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 15px;
  font-weight: bolder;
}

.section-pro-lists .left-contact div.d1{
    font-size: 35px;
    line-height: 45px;
    font-weight: bold;
    margin-bottom: 15px;
}



/**
 * 产品中心
 */

.products-lists-all .item{
  margin-bottom: 25px;
}

.products-lists-all .item .d1{
  overflow: hidden;
}

.products-lists-all .item .d1 img{
  transition: all .6s;
}
.products-lists-all .item .s2{
  float: right;
  display: inline-block;
  position: relative;
  width: 46px;
  height: 25px;
  overflow: hidden;
}

.products-lists-all .item .s2 img{
  position: absolute;
  left: -23px;
  top: 50%;
  transition: all .1s;
}

.products-lists-all a:hover .s2 img{
  left: 23px;
}

.products-lists-all .item{
  display: block;
  width: 100%;
  padding: 25px;
  /*background: #ffffff2e;
  border: 2px solid #e7e7e7;*/
  background: #fff;
/*  border: 2px solid #fff;*/
  transition: all .6s;
}

.products-lists-all .item h4{
  font-size: 20px;
  margin-top: 25px;
}

.products-lists-all .item p{
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom:1px solid #e7e7e7;
}

.products-lists-all .item:hover{
  /*border: 2px solid #1a706f;*/
  box-shadow:0 0 3px #ccc ;
  color: #2b2930;
}

.products-lists-all .item:hover h4{
  color: #1a706f;
}

.products-lists-all .item:hover p{
  /*border-bottom:1px solid #1a706f;*/
}

.products-lists-all .item:hover .d1 img{
  transform: scale(1.3);
}


.pagination-wrapper{
    position: relative;
    padding-top: 45px;
    width: 100%;
    text-align: center;
}

.pagination-wrapper .pagination{
  position: relative;
    display: block;
}

.pagination .page-status {
	display: none;
}

.pagination span {
    display: inline-block;
    margin: 0px 3px;
}

.pagination a {
    position: relative;
    display: inline-block;
    font-size: 18px;
    font-family: 'Cabin', sans-serif;
    font-weight: 400;
    height: 50px;
    width: auto;
    line-height: 50px;
    border: 1px solid #e4e4e4;
    text-align: center;
    color: #555555;
    background: transparent;
    z-index: 1;
    transition: all 500ms ease;
    padding: 0 5px;
    margin: 0 5px;
}
.pagination a.page-num {
	padding: 0 15px;
}

.pagination li.prev a, .pagination li.next a {
    width: 80px;
}

.pagination a:hover, .pagination a.page-num-current {
    color: #fff;
    background: #1a706f;
    border-color: #1a706f;
}


/**
 * 新闻中心
 */


.news-lists-all .item{
  padding: 25px 25px;
  transition: all .3s;
}

.news-lists-all a{
  display: block;
  width: 100%;
  height: 100%;
  border-bottom:1px solid #161616;
}

.news-lists-all .d1 h4{
  font-size: 20px;
  color: #161616;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box!important;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.news-lists-all .d2{
  width: 300px;
  text-align: right;
}

.news-lists-all .d3 {
  margin-top: 15px;
}

.news-lists-all .d3 p{
  color: #161616;
  margin-bottom: 25px;
}

.news-lists-all .item:hover{
  background: #87b2b4;
}

.news-lists-all .item:hover h4,.news-lists-all .item:hover .d3 p,.news-lists-all .item:hover .d2{
  color: #fff;
}

.news-lists-all .item:hover a{
  border-bottom: none;
}

.pro-detail .div-img{
  background: #fff;
  padding: 45px;
}

.pro-detail .d2 {
  position: relative;
  height: 100%;
}

.pro-detail .d2 h2{
  color: #1a706f;
  padding: 25px 0 25px 0;
  border-bottom: 1px solid #888888;
}

.pro-detail .d2 div{
  position: absolute;
  bottom: 0;
}

.pro-detail .pro-detail-content .title{
  border-bottom: 1px solid #888888;
  border-right: 1px solid #888888;
  border-top: 1px solid #888888;
  border-left: 4px solid #1a706f;
  margin-top: 45px;
}

.pro-detail .pro-detail-content .title p{
  padding: 15px 25px;
  border-right: 1px solid #888888;
  display: inline-block;
  
}

.pro-detail .pro-detail-content .content{
  padding: 25px 25px;
}

.news-detail{
  background: #fff;
  padding: 65px 35px;
}

.news-detail .title{
  font-size: 28px;
  color: #161616;
  font-weight: bold;
}

.news-detail .title-bom{
  color: #161616;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 15px;
  margin-top: 25px;
}

.news-detail .title-bom .d1 img{
  margin-right: 15px;
  transition: all .6s;
}

.news-detail .title-bom .d1 a{
  display: block;
}

.news-detail .title-bom .d1 a:hover {
  color: #161616;
}

.news-detail .title-bom .d1 a:hover img{
  margin-right: 5px;
}


.news-detail .news-main-content{
  padding: 35px 5px;
}

/**
 * 联系我们 关于我们
 */
.about-contact-detail .c-title p{
  text-align: center;
  position: relative;
  font-weight: bolder;
  font-size: 28px;
}

.about-contact-detail .c-title p:after{
  position: absolute;
  content: "";
  width: 45px;
  height: 4px;
  background: #1a706f;
  left: calc(50% - 25px);
  bottom: -15px;
}


.about-contact-detail .contact-info-main{
  margin-top: 65px;
 /* margin-bottom: 125px;*/
  border: 1px solid #1a706f;
  padding: 45px 25px;
  text-align: center;
}

.contact-info-main .lists>div:nth-child(2){
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  padding: 0 5%;
  min-width: 30%;
}

.contact-info-main .lists>div>div{
  margin: 25px 0;
}

.contact-info-main .lists>div p{
  color: #1a706f;
  font-weight: bolder;
}

.about-main{
  padding-top: 125px;
  scroll-behaviorr: smooth;
}

.about-main .d1{
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
}

.about-main .d2{
  font-size: 24px;
  margin-top: 15px;
  margin-bottom: 30px;
  position: relative;
}

.about-main .d2:before{
  position: absolute;
  content: "";
  width: 25px;
  height: 4px;
  background: #1a706f;
  bottom: -15px;
  left: 0;
}

.section-contact{
  margin-bottom: -125px;
}


.contact-message{
  margin-top: 125px;
  padding: 65px 45px;
  background: #fff;
}


.contact-message .c-title{
  margin-bottom: 65px;
}

.contact-message input{
  padding-left: 45px;
  height: 55px;
  line-height: 55px;
}

.contact-message input{
  background-repeat: no-repeat;
  background-position: 15px ;
}
.contact-message textarea{
  background-repeat: no-repeat;
  background-position: 15px 15px;
  padding-left: 45px;
  padding-top: 15px;
}

.contact-message input.in1{
  background-image: url(../image/in1.png);
}
.contact-message input.in2{
  background-image: url(../image/in2.png);
}
.contact-message input.in3{
  background-image: url(../image/in3.png);
}
.contact-message input.in4{
  background-image: url(../image/in4.png);
}
.contact-message textarea.in5{
  background-image: url(../image/in5.png);
}


.contact-message .form-row{
  margin-bottom: 25px;
}

.contact-message .contact-sub{
  padding: 15px 25px;
  color: #fff;
  background: #1a706f;
  display: inline-block;
  margin: auto;
}






