@charset "utf-8";
@import "../css/bootstrap.min.css";
.disline {
  display: inline-block;
}
/*包含以下四种的链接*/
a {
  text-decoration: none;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
.navbar-default .navbar-toggle:hover {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover .icon-bar {
  background-color: #00612e;
}
.titles h2 {
  font-size: 4rem;
}
.titles .cons {
  margin: 25px auto;
  color: #001200;
}
.titles span i {
  display: inline-block;
  padding: 6px 0;
  width: 6px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  margin: 0 10px;
  vertical-align: middle;
}
.titles span::before {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: #dcdcdc;
  vertical-align: middle;
}
.titles span::after {
  content: "";
  display: inline-block;
  width: 36px;
  height: 1px;
  background-color: #dcdcdc;
  vertical-align: middle;
}
.pad50 {
  padding: 50px 0;
}
.more {
  color: #c4c3c7;
  font-size: 4rem;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 39px;
  border: 2px solid #c4c3c7;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s;
}
.more:hover {
  color: #00612e;
}
.head .headertop {
  overflow: hidden;
  padding: 5px 0;
}
.head .ves {
  margin-top: -18%;
  margin-right: 6px;
}
.head .tel a {
  font-size: 2.8rem;
  color: #00612e;
  font-weight: 600;
  display: block;
}
.head .nav {
  background-color: #00612e;
  float: none;
}
.head .nav .navbar-default {
  border: none;
  background-color: #00612e;
}
.head .nav .navbar-default .navbar-brand {
  color: #fff;
}
.head .nav .navbar {
  margin-bottom: 0;
}
.head .nav .navbar-collapse {
  background-color: #00612e;
}
.head .nav .navbar-collapse .navbar-nav li {
  padding: 0 2%;
  transition: all 0.3s;
  position: relative;
}
.head .nav .navbar-collapse .navbar-nav li a {
  color: #fff;
  padding: 15px 0;
}
.head .nav .navbar-collapse .navbar-nav li:hover {
  background-color: #f39700;
}
.head .nav .navbar-collapse .navbar-nav li:hover ul {
  display: block;
}
.head .nav .navbar-collapse .navbar-nav li ul {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  background-color: #00612e;
  overflow: hidden;
  z-index: 10;
}
.head .nav .navbar-collapse .navbar-nav li ul li {
  width: 100%;
  padding: 0!important;
}
.head .nav .navbar-collapse .navbar-nav li ul li a {
  color: #fff;
  padding: 15px 0;
  display: inline-block;
}
.head .nav .navbar-collapse .navbar-nav li ul li:hover {
  background-color: #f39700;
}
.head .nav .navbar-collapse .navbar-nav .active {
  background-color: #f39700;
}
.head .nav .navbar-collapse .navbar-nav .active a {
  color: #fff;
  background-color: #f39700;
}
.main {
  /*四大优势*/
  /*casea 案例*/
  /*abouts*/
  /*news*/
  /*栏目*/
  /*products*/
}
.banner {padding: 0;overflow: hidden;}
.banner .item img {margin: 0 auto;}

.main #myCarousel ol li {
  width: 50px;
  border-radius: 0;
  height: 4px;
  border: 0;
  margin: 0 5px;
  background-color: #fff;
}
.main #myCarousel ol li.active {
  height: 6px;
  border-color: #fca405;
  background-color: #fca405;
}
.main #myCarousel .carousel-indicators {
  bottom: 40px;
}
.main .business {
  background-color: #f8f8f8;
}
.main .business .scpoe ul {
  width: 100%;
  overflow: hidden;
  margin: 20px auto;
  text-align: center;
}
.main .business .scpoe ul li {
  display: inline-block;
}
.main .business .scpoe ul li a {
  font-size: 1.8rem;
  color: #001200;
  display: inline-block;
  padding: 0 20px;
  transition: all 0.3s;
}
.main .business .scpoe ul li.active a {
  font-weight: 600;
  color: #00612e;
}
.main .business .scpoe ul li:hover a {
  font-weight: 600;
  color: #00612e;
}
.main .business .scpoe .prostd {
  margin-bottom: 30px;
}
.main .business .scpoe .prostd .swiper-container {
  width: 100%;
  height: 100%;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide {
  text-align: center;
  position: relative;
  font-size: 18px;
  background: #fff;
  height: calc(35%);
  margin-top: 30px!important;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide h3 {
  font-size: 1.8rem;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide p {
  line-height: 2;
  font-size: 1.4rem;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide .prodetial {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-top: 50px;
  background-image: linear-gradient(to top, #00612e, transparent);
  transition: all 0.3s;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide a {
  color: #fff;
  transition: all 0.3s;
  height: 430px;
  overflow: hidden;
  display: block;
}
.main .business .scpoe .prostd .swiper-container .swiper-slide a:hover .prodetial {
  padding-top: 100px;
}
.main .business .scpoe .prostd .swiper-container-multirow-column > .swiper-wrapper {
  flex-direction: row;
}
.main .business .line {
  width: 1px;
  height: 100px;
  background-color: #00612e;
  text-align: center;
  margin: auto;
  position: absolute;
  left: 50%;
  margin-left: -1px;
}
.main .advantage .fourbg {
  padding: 0;
  box-shadow: 0 0 20px #666;
}
.main .advantage .fourbg > div {
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: pointer;
  background: #00612e;
  transition: all 0.3s;
}
.main .advantage .fourbg > div p {
  margin: 0;
}
.main .advantage .fourbg > div img {
  margin: 20px auto;
}
.main .advantage .fourbg > div .conts {
  opacity: 0;
  margin-top: 20px;
  transition: all 0.3s;
}
.main .advantage .fourbg > div:hover {
  padding-top: 25px;
  padding-bottom: 55px;
  background: url(../images/bglink.jpg) no-repeat;
  background-size: cover;
  box-shadow: 0px -6px 20px #333333;
}
.main .advantage .fourbg > div:hover p {
  font-weight: 600;
}
.main .advantage .fourbg > div:hover .conts {
  opacity: 1;
}
.main .case .caselist {
  padding: 30px 0;
  background: url(../images/casebg.jpg) repeat-y;
  background-position: center;
}
.main .case .caselist .swiper-container {
  width: 100%;
  height: 100%;
}
.main .case .caselist .swiper-container .swiper-button-prev::after,
.main .case .caselist .swiper-container .swiper-button-next:after {
  content: "";
}
.main .case .caselist .swiper-container .page .spnbtn {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
}
.main .case .caselist .swiper-container .page .spnbtn span {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 1.5rem;
  line-height: 40px;
  text-align: center;
  border: 2px solid #c4c3c7;
  border-radius: 50%;
  font-family: cursive;
  font-weight: 900;
  color: #c4c3c7;
  transition: all 0.3s;
}
.main .case .caselist .swiper-container .page .spnbtn span:hover {
  border: 3px solid #c4c3c7;
}
.main .case .caselist .swiper-container .page .swiper-button-prev {
  left: 0;
}
.main .case .caselist .swiper-container .page .swiper-button-next {
  right: 0;
}
.main .case .caselist .swiper-slide {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px ;
  padding-left: 50px;
  padding-right: 50px;
}
.main .case .caselist .swiper-slide a {
  font-size: 1.7rem;
  color: #001200;
}
.main .case .caselist .swiper-slide a img {
  width: 100%;
  max-height: 400px;
  min-height: 300px;
}
.main .abouts .tac .cons {
  vertical-align: bottom;
  font-size: 18px;
}

.main .abouts .tac .more {
  margin: 16px;
}
.main .abouts .conpanys {
  margin-top: 30px;
}
.main .abouts .conpanys img {
  width: 100%;
  margin-left: -15px;
}
.main .abouts .conpanys .cons {
  padding: 10px;
  font-size: 20px;
  line-height: 32px;
}
.main .abouts .conpanys .cons p {
  line-height: 32px;
}
.main .corteg {
  border-top: 1px solid #dcdcdc;
}
.main .corteg .container,
.main .corteg .bd {
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.main .corteg .items {
  width: 100%;
  padding: 30px;
  text-align: center;
}
.main .corteg .items .zb {
  color: #00612e;
  font-weight: 600;
  font-size: 4.6rem;
}
.main .news {
  background-color: #f8f8f8;
}
.main .news .tac .cons {
  vertical-align: bottom;
  margin-left: 60px;
}
.main .news .img {
  padding-left: 0;
  padding-right: 0;
}
.main .news .newmain {
  padding: 40px 0;
}
.main .news .newmain .more {
  margin: 16px;
}
.main .news .newmain .newlist {
  margin-top: 20px;
}
.main .news .newmain .newlist ul li {
  margin-bottom: 30px;
}
.main .news .newmain .newlist ul li a h5 {
  font-size: 1.7rem;
  color: #001200;
  font-weight: 600;
  transition: all 0.3s;
}
.main .news .newmain .newlist ul li a h5::before {
  content: "";
  padding: 2px;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
  background-color: #00612e;
}
.main .news .newmain .newlist ul li a:hover h5 {
  color: #00612e;
}
.main .news .newmain .newlist ul li a p {
  color: #666;
}
.main .news .newmain .newlist ul li .tar {
  color: #000;
}
.main .news .newmain .newlist ul li .tar .font {
  font-size: 5rem;
}
.main .navbanner {
  background-image: url(../images/navbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 7%;
  min-height: 200px;
}
.main .navbanner h6 {
  font-weight: bolder;
  color: #fff;
  font-size: 5rem;
  margin-bottom: 30px;
}
.main .navbanner .goodscon {
  color: #fff;
  margin: 0 auto;
  padding-top: 8%;
  font-size: 3.5rem;
  text-align: center;
}
.main .navbanner .goodscon .cons p {
  font-size: 1.4rem;
  padding-bottom: 15px;
  padding: 0px;
  color: #ccc;
}
.main .navbanner .goodscon .cons p a {
  color: #fff;
  font-size: 1.4rem;
}
.main .navbanner .goodscon p {
  font-size: 1.4rem;
  padding-bottom: 15px;
  padding-top: 10px;
}
.main .navbanner .goodscon p a {
  color: #fff;
  font-weight: 800;
  font-size: 1.4rem;
}
.main .navnums #perfil {
  border: none;
}
.main .navnums #perfil .container {
  border: none;
}
.main .productinfo .promain {
  background-color: #fff;
}
.main .productinfo .promain ul {
  text-align: center;
}
.main .productinfo .promain ul li {
  display: inline-block;
  text-align: center;
  padding: 0 1%;
  font-size: 20px;
}
.main .productinfo .promain ul li a {
  padding: 15px 10px;
  display: inline-block;
  color: #FFF;
  transition: all 0.3s;
  background: #00612e;
}
.main .productinfo .promain ul li.active a {
  color: #00612e;
  font-weight: 600;

}
.main .productinfo .promain ul li:hover a {
  color: #FFF;
  font-weight: 000;
  background: #00612e
}
.main .productinfo .promain .mainpro {
  padding: 20px;
}
.main .productinfo .promain .mainpro img {
  width: 90%;
}
/*相册*/
.f-picmid{width: 100%; height:450px; vertical-align: middle; text-align: center; position:relative; overflow:hidden;}
/*.f-picmid img{width:auto;height: 100%; max-width:initial;}*/
.f-picmid .swiper-container{ height: 100%;}
.f-picmid .swiper-container .swiper-slide{ background-size:contain; background-repeat:no-repeat ; background-position:center center;background-color: #fff;}
.f-picmid .swiper-pagination-bullet-active{ background: #037fcd;}
.f-picmid img{ width: 100%;}
.f-picmid .l-shadow {background:url(../img/bn_hover.gif) repeat;opacity: 0.4;filter: alpha(opacity=40);position: absolute;top: 0;left: 0; right: 0; bottom: 0}
.f-picmid a:hover .l-shadow{ display:none;}

.main .productinfo .promain .mainpro .proinfos {
  padding-top: 5%;
  padding-left: 2%;
}
.main .productinfo .promain .mainpro .proinfos h5 {
  font-size: 3rem;
  color: #000;
}
.main .productinfo .promain .mainpro .proinfos .infos {
  color: #333;
  margin: 20px 0;
}
.main .productinfo .promain .mainpro .proinfos p a {
  display: inline-block;
  padding: 8px 25px;
  margin-right: 20px;
  border-radius: 20px;
  color: #fff;
  background-color: #00612e;
}
.main .productinfo .promain .mainpro .proinfos p .ask {
  background-color: #fca405;
}
.main .business .infodetails {
  margin: 30px auto;
  color: #333;
}
.main .business .infodetails p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}
.main .business .infodetails p img {
  max-width: 100%;
}
/*footer*/
.foot .btnavs {
  border-bottom: 1px solid #dcdcdc;
}
.foot .btnavs .line {
  border-right: 1px solid #dcdcdc;
}
.foot .copyright .cop {
  padding: 40px 0;
  padding-left: 5%;
}
.foot .copyright .bghome {
  padding: 40px 0;
  padding-left: 2.5%;
  background-color: #00612e;
}
.foot .copyright .bghome a {
  color: #f6f6f6;
  display: inline-block;
  margin-right: 4%;
  transition: all 0.3s;
}
.foot .copyright .bghome a:hover {
  color: #fff;
}
.foot .navgetar {
  font-size: 1.8rem;
  color: #454545;
  margin-top: 45px;
  margin-bottom: 25px;
  font-weight: 600;
}
.foot .contacts {
  padding-left: 5%;
  padding-bottom: 20px;
}
.foot .contacts a {
  color: #000;
  transition: all 0.3s;
}
.foot .contacts:hover a {
  color: #00612e;
}
.foot ul {
  padding-bottom: 20px;
}
.foot ul li {
  display: inline-block;
  padding: 0px 0 10px;
  margin-right: 12%;
}
.foot ul li a {
  color: #000;
  transition: all 0.3s;
}
.foot ul li:hover a {
  color: #00612e;
}
@media (min-width: 768px) {
  .head .nav {
    display: flex;
  }
  .head .nav li {
    padding: 0;
    text-align: center;
    width: 200px;
  }
  .main .news .newmain .newlist ul li a span {
    display: none;
  }
  .smal-show {
    display: none;
  }
}
@media (max-width: 768px) {
  .main .advantage .fourbg > div:hover {
    padding-top: 40px;
    padding-bottom: 40px;
    background: url(../images/bglink.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0px -6px 20px #333333;
  }
  .main .advantage .fourbg > div:hover p {
    font-weight: 600;
  }
  .main .advantage .fourbg > div:hover .conts {
    opacity: 1;
  }
  .main .business .scpoe ul {
    display: none;
  }
  .main .corteg .items {
    padding: 20px 0;
    text-align: left;
    color: #666;
  }
  .foot .navgetar {
    margin-top: 0;
  }
  .foot .contacts {
    padding-bottom: 0px;
  }
  .foot .btnavs .line {
    border: none;
  }
  .abouts .titles h2 {
    margin-left: 15px;
  }
  .main .case .caselist {
    background-position: left;
  }
  .main .abouts .conpanys img {
    margin-left: 0;
  }
  .head .nav .navbar-collapse .navbar-nav li {
    text-align: center;
  }
  .head .nav .navbar-collapse .navbar-nav li ul {
    /*display: block;*/
    position: initial;
    background-color: #107741;
  }
  .business .prostd .swiper-slide img {
    width: 100%;
  }
  .head .logo {
    width: 60%;
    margin-top: 10px;
    padding-left: 11px;
  }
  .head .logo img {
    width: 100%;
  }
  .head .fr img {
    width: 30%;
    display: none;
  }
  .head .fr .tel {
    padding-right: 11px;
    padding-top:15px;
  }
  .footinfo .disline {
    display: block;
    float: none;
    width: 100%;
    overflow: hidden;
    text-align: center;
  }
  .footinfo .disline img {
    margin-top: 0!important;
  }
  .head .tel a {
    font-size: 16px;
  }
  .foot .copyright .bghome {
    display: none;
  }
  .foot ul li {
    margin-right: 9%;
  }
  .foot .contacts {
    padding-left: 0;
  }
  .main .news .newmain .newlist ul li .tar {
    display: none;
  }
  .main .news .newmain .newlist ul li a h5 {
    display: inline-block;
  }
  .main .news .newmain .newlist ul li a span {
    display: inline-block;
    color: #000;
    margin-top: 5px;
    float: right;
  }
  .main #myCarousel .carousel-indicators {
    bottom: 0px;
  }
  .hides {
    display: none;
  }
  .main .advantage .fourbg {background: #00612e;}
  .main .corteg .items .zb {font-size: 18px;}
}
/* 分页*/
.de-page-mian{
    overflow: hidden;
    text-align: center;
    font-size:0;
    margin:10px 0 35px;
}
.page-inner{
        display: inline-block;
        overflow: hidden;
        padding: 0 20px;
    }
.page-inner span{
    display: block;
    font-size:12px;
    color:#333;
    float: left;
    line-height: 38px;
}
.page-inner input{
    display: block;
    float: left;
    height: 36px;
    width:36px;
    border:1px solid #dddddd;
    text-align: center;
    line-height: 36px;
    font-size:14px;
    color:#333;
    margin:0 5px;
}
.page-inner a{
            display:block;
            float: left;
            min-width:26px;
            padding:0 5px;
            height: 36px;
            border:1px solid #dddddd;
            background: #fff;
            text-align: center;
            line-height: 36px;
            font-size:14px;
            color:#333;
            margin-right:-1px;
            overflow: hidden;
        }
 .page-inner a.active,.page-inner a:hover{
    color:#fff;
    border-color:#237ed2;
    background: #237ed2;
 }
 .page-inner a.prev{
                margin-right:10px;
                background: #fff url(../images/prev.jpg) no-repeat center;
            }
.page-inner a.prev.on{
    background: #fff url(../images/prev-hover.jpg) no-repeat center;
}
.page-inner a.prev:hover{
    background-color: #fff;
    border-color:#dddddd;
}
.page-inner a.next{
                margin-left:10px;
                margin-right: 15px;
                background: #fff url(../images/next.jpg) no-repeat center;
            }
.page-inner a.next.on{
                    background: #fff url(../images/next-hover.jpg) no-repeat center;
                }
.page-inner a.next:hover{
                    background-color: #fff;
                    border-color:#dddddd;
                }
.page-inner a.next.page-btn{
                font-size:12px;
                margin-right: 0;
                width:63px;
                margin-left:10px;
            }

@media (min-width: 993px) and (max-width: 1380px) {
  .hides {
    display: none;
  }
}
@media (max-width: 1200px) {
  .main .business .scpoe .prostd .swiper-container .swiper-slide p {
    display: none;
  }
  .main .business .scpoe .prostd .swiper-container .swiper-slide a {
    height: 330px;
  }
  .main .case .caselist .swiper-slide a img {min-height: 170px;}
  .main .corteg .items .zb {font-size: 3rem;}
}
@media (min-width: 1200px) {
  .container {
    min-width: 1200px;
  }
    .main .abouts .tac .cons {
    vertical-align: bottom;
    margin-left: 60px;
    font-size: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .container {
    width: 100%;
    min-width: 1200px;
  }
}
.news-detail-title{
            margin-top: 40px;
            line-height: 80px;
        }
        .news-detail{
            margin-bottom: 50px;
            font-size: 16px;
            line-height: 28px;
        }
        .newsPage{
            margin: 40px 0;
            overflow: hidden;
        }
        .newsPage .page-a:first-child {
            float: left;
        }
        .newsPage .page-a:last-child {
            float: right;
        }