﻿/*头部样式*/
.head{
    padding:15px 0;
}
.heada{
    display: none;
}
.container{
    max-width: 1200px;
    width: 94%;
    margin: 0 auto;
}
.logo{
    float: left;
    padding-top:11px;
}
.logo a {
    display: flex;
}
.logo_text{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    /*text-align: center;*/
    padding-left: 22px;
    background: url(../images/line3.png) no-repeat left center;
    margin-left: 22px;
}
.logo_text p{
    color: #666;
    font-size: 16px;    

}
.logo_text strong{
    color: #0b7057;
    font-size: 26px;
    line-height: 1.2em;
    display: block;
}
.head_tel{
    float: right;
    padding-left: 58px;
    background:url(../images/tel1.png) no-repeat left center;
    margin-top:10px;
    font-size:18px;
    color: #666666;
    line-height: 1.8em;
}
.head_tel p strong{
    font-size:32px;
    color: #333;
    font-family: 'Impact';
    font-weight: normal;
}
.head_code{
    float: right;
    margin-right: 45px;
    max-width: 100px;
}


nav{
    background:#ebebeb;
}
.nav{

}
.nav li{
    float: left;
    /*width: 11.11111%;*/
    position: relative;
}
.nav li a{
    display: block;
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 60px;
    padding:0 23px;
}
.nav li:hover a{
    background:#0b7057;
    color: #fff;
}
.nav li.on a{
    background:#0b7057;
    color: #fff;    
}
.nav li .b_nav{
    display: none;
    position: absolute;
    top:60px;
    left:-10%;
    z-index: 999;
    background-color: #0b7057;
    width: 120%!important;
}
.nav li .b_nav a{
    font-size: 14px;
    color: #fff;  
    line-height: 32px;  
    padding:0;
}


.menu-button{
    display: none;
    position: absolute;
    top: 20px;
    right: 10px;
/*    padding: 7px;*/
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
/*    background-color: #c52b31;*/
    z-index: 99999;
}
.menu-button .bar {
    display: block;
    height: 2px;
    background: #ccc;
    margin: 9px 0;
    opacity: 1;
    transition: all .5s ease;
    width: 35px;
    transform-origin: left center;
}

.mnav .bar:nth-child(1){
    transform:rotate(45deg);
    /*width: 40px;*/
}
.mnav .bar:nth-child(2){
    opacity: 0;
}
.mnav .bar:nth-child(3){
    transform:rotate(-45deg);
    position: relative;
    top: 2px;
    /*width: 40px;*/
}

.mobileNav{
    display: none;
    background-color: #0b7057;
    text-align: center;
    position: absolute;
    left:0;
    top:72px;
    z-index: 99999;
    width: 100%;
/*    height: 100vh;*/
}
.mobileNav li {
    line-height: 2em;
    padding:1em 0;
}
.mobileNav li a{
    font-size: 1rem;
    color: #fff;
}

@media(max-width: 1600px){
    .container{
        width: 96%;
    }
}
@media(max-width: 1440px){
    
}
@media(max-width: 1259px){

}
@media(max-width: 1024px){
    .logo_text{
        padding-left: 15px;
        margin-left: 15px;
        display:none;
    }
    .logo_text p{
        font-size: 14px;
    }
    .logo_text strong{
        font-size: 20px;
    }   
}
@media(max-width: 768px){
    .menu-button{
        display: block;
    }
    .nav{
        display: none;
    }
}
@media(max-width: 767px){
    .logo{
        width: 70%;
        float: none;
    }
    .logo_text p:nth-child(2){
        display:none;
    }
    .logo_text p strong{
        font-size:14px;
    }
    .menu-button{
        top:25px;
    }

}



/*banner*/
#swiper-container1{

}
#swiper-container1 .swiper-slide{

}
#swiper-container1 .swiper-slide .text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:rgba(11,112,87,.7);
    color: #fff;
    display: none;
}
#swiper-container1 .swiper-slide .text h3{
    font-size:64px;
    line-height: 1.6em;
}
#swiper-container1 .swiper-slide .text h4{
    font-size:30px;
}
#swiper-container1 .swiper-slide .text a{
    display: block;
    width: 175px;
    line-height: 46px;
    border:1px solid #fff;
    border-radius: 5px;
    font-size:16px;
    color: #fff;
    text-align: center;
    margin:70px auto 0;
}
.c-banner1 .c-dot {
    position: absolute;
    bottom: 56px;
    left: 0;
    width: 100%;
}
.c-banner1 .swiper-pagination{
    position: relative;
/*    text-align: left;*/
}

.c-banner1 .loading {
    margin: 0 5px;
    width: 38px;
    height: 38px;
    position: relative;
    border: 4px solid transparent;
    background: transparent;
}
.loading.swiper-pagination-bullet-active {
    border-color: rgba(255,255,255,.2);
}
.loading.swiper-pagination-bullet .c-progress {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #0b7057;
    border-radius: 50%;
    left: 11px;
    top: 11px;
    line-height: 120px;
    text-align: center;

}
.loading.swiper-pagination-bullet-active .c-progress {
    background-color: #0b7057;
}
.loading .yqs{
    position: absolute;
    top: -4px;
    left: -4px;
    width: 38px;
    height: 38px;
    opacity: 0;
    transform-origin: right center;
    /* animation-iteration-count: infinite; */
    animation-fill-mode: forwards;
    animation-duration: 4.9s;
    animation-timing-function: linear;
    animation-name: spin-left;
    border: 4px solid #0b7057;
    border-radius: 50%;
}
.loading.swiper-pagination-bullet-active .yqs{
    opacity: 1;
}

.loading .left,
.loading .right {
    opacity: 0;
  width: 19px;
  height: 38px;
  overflow: hidden;
  position: absolute;
  left: -4px;
    top: -4px;
    overflow: hidden;
}
.loading.swiper-pagination-bullet-active .left,.loading.swiper-pagination-bullet-active .right {
    opacity: 1;
}
.loading .right {
    left: auto;
    right: -4px;
    top: -4px;
}
.loading .left:after,
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    top: 0px;
    left: 0;
    width: 15px;
    height: 30px;
    border: 4px solid #fff;
    border-radius: 19px 0 0 19px;
    border-right: 0;
}
.loading .right:after {
    content: "";
    position: absolute;
    display: block;
    border-radius: 0 19px 19px 0;
    border: 4px solid #fff;
    border-left: 0;
}
.loading.swiper-pagination-bullet-active .left:after {
  transform-origin: right center;
  /* animation-iteration-count: infinite; */
  animation-fill-mode: forwards;
  animation-duration: 5.9s;
  animation-timing-function: linear;
  animation-name: spin-left;
}

.loading.swiper-pagination-bullet-active .right:after {
  transform-origin: left center;
  animation-duration: 5.9s;
  /* animation-iteration-count: infinite; */
  animation-timing-function: linear;
  animation-name: spin-right;
}
@keyframes spin-right {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes spin-left {
  0% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes c-zoom {
  0% {
    transform:scale(1,1);
    -webkit-transform:scale(1,1); 
  }
  100% {
    transform:scale(1.1,1.1);
    -webkit-transform:scale(1.1,1.1); 
  }
}

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


/*banner下*/
.search{
    background:#e9e9e9;
    padding:12px 0;
}
.hotSearch{
    float: left;
    font-size:16px;
    color: #3a3a3a;
    line-height: 48px;
}
.hotSearch a{
    font-size:16px;
    color: #3a3a3a;
    margin-right: 15px;
}
.hotSearch a:last-child{
    margin-right: 0;
}
#formsearch{
    float: right;
    width: 450px;
    border-radius: 5px;
    overflow:hidden;
}
#formsearch input{
    line-height: 48px;
    font-size:16px;
    color: #999999;
    border:none;
    outline: none;
}
#keyword{
    float: left;
    padding:0 20px;
    width: 370px;
}
#s_btn{
    float: right;
    width: 80px;
    background:url(../images/ss.png) no-repeat center #fff;
    cursor: pointer;
}


/*消防气瓶检测服务*/
.index1{
    padding:50px 0 100px;
}
.title1{
    text-align: center;
    position: relative;
    color: #333;
    padding-bottom: 10px;
}
.title1:before{
    content:'';
    position: absolute;
    left:50%;
    bottom:0;
    margin-left: -20px;
    width: 40px;
    height: 4px;
    background:#0b7057;
}
.title1 h2{
    font-size:40px;
    line-height: 1.4em;
}
.title1 p{
    font-size:22px;
}
.jcfw_list{
    display: flex;
    flex-wrap: wrap;
    margin-top:50px;
}
.jcfw_list li{
    flex:1;
}
.jcfw_list li:nth-child(2){
    display: flex;
    flex-wrap: wrap;
    flex-direction:column-reverse;
}
.jcfw_list li .img{
    height: 274px;
    overflow: hidden;
}
.jcfw_list li .img img{
    
}
.jcfw_list li .text{
    height: 274px;
    padding:0 30px;
    width: 100%;
/*    height: 100%;*/
    text-align:center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:#f0f0f0;

}
.jcfw_list li .text h3{
    font-size:24px;
    color:#333333;
}
.jcfw_list li .text p{
    line-height: 28px;
    padding:10px 0;
}
.jcfw_list li .text a{
    display: inline-block;
    padding-right: 33px;
    background:url(../images/jt1.png) no-repeat right center;
    width: 90px;
    margin:0 auto;

}
.jcfw_list li:hover .img{

}
.jcfw_list li:hover .text{
    background:#0b7057;
}
.jcfw_list li:hover .text h3{
    color: #fff;
}
.jcfw_list li:hover .text p{
    color: #fff;    
}
.jcfw_list li:hover .text a{
    color: #fff;    
    background:url(../images/jt1_h.png) no-repeat right center;
}




/*我们的优势*/
.index2{
    padding:80px 0;
    background:url(../images/ys.jpg) no-repeat center;
    background-size: cover;
}
.index2 .container{
    max-width: 1200px;
}
.ys_tab{
    display: flex;
    flex-wrap: wrap;
    margin:30px 0 20px;
}
.ys_tab li{
    width: 18.4%;
    margin-right: 2%;
    background:#fff;
    border-radius: 10px;
    overflow:hidden;
    padding:30px 0 15px;
    position: relative;
    cursor: pointer;
}
.ys_tab li:last-child{
    margin-right: 0;
}
.ys_tab li:before{
    content:'';
    position: absolute;
    right:22px;
    bottom:-45px;
    font-size:160px;
    color: rgba(11,112,87,.08);
    line-height: 1em;
    font-family: 'Impact';
}
.ys_tab li:nth-child(1):before{
    content:'1';
}
.ys_tab li:nth-child(2):before{
    content:'2';
}
.ys_tab li:nth-child(3):before{
    content:'3';
}
.ys_tab li:nth-child(4):before{
    content:'4';
}
.ys_tab li:nth-child(5):before{
    content:'5';
}
.ys_tab li .text{
    /*max-width: 160px;*/
    text-align: center;
}
.ys_tab li .img{
    position: relative;
    width: 44px;
    height: 42px;
    overflow:hidden;
    margin:0 auto;
}
.ys_tab li .img img{
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.ys_tab li h4{
    font-size:17px;
    color: #333333;
    padding-top:3px;
}
.ys_tab li.cur{
    background:#0b7057;
}
.ys_tab li.cur:before{
    color: rgba(255,255,255,.08);
}
.ys_tab li.cur .img img{
    top:-42px;
}
.ys_tab li.cur h4{
    color: #fff;
}

.ys_tab1{
    display: none;
    background:#fff;
}
.ys_tab1 .img{
    width: 60%;
}
.ys_tab1 .text{
    width: 40%;
    position: relative;
    background:url(../images/ys_bg1.png) no-repeat center;
    padding:75px 50px 25px 70px;
}
.ys_tab1 .text h3{
    position: relative;
    font-size:28px;
    color: #0b7057;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 28px;
    margin-bottom: 30px;
}
.ys_tab1 .text h3:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 50px;
    height: 2px;
    background:#0b7057;
}
.ys_tab1 .text p{
    font-size:16px;
    color: #666;
}
.ys_tab1 .text span{
    font-size:14px;
    color: #c3c3c3;
    display: block;
    position: absolute;
    bottom:25px;
    left:0;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.ys_tab1.active{
    display: flex;
}



/*广告图1*/
.ht1{
    position: relative;
    width: 1920px;
    height: 274px;
    left: 50%;
    margin-left: -960px;
    color: #fff;
}
.ht1 h3{
    position: absolute;
    top:75px;
    left:254px;
    font-size:36px;
    line-height: 1em;
}
.ht1 p{
    font-size:18px;
    position: absolute;
    top:145px;
    left:435px;
    line-height: 1em;
}
.ht1 .fwrx{
    font-size:14px;
    position: absolute;
    top:192px;
    left:850px;
    line-height: 38px;
    height: 38px;
    padding-left: 32px;
    background:url(../images/tel2.png) no-repeat left bottom;
}
.ht1 .ht1_tel{
    float: left;
}
.ht1 .ht1_tel span{
    font-size:28px;
    font-family: 'Impact';
    line-height: 38px;
}
.ht1 a{
    float: left;
    display: block;
    width: 140px;
    line-height: 38px;
    background:#fff;
    border-radius: 10px;
    text-align:center;
    margin-left: 52px;
    font-size:16px;
    color: #095e49;
}
.ht1 a:hover{
    background: #095e49;
    color: #fff;    
}


/*首页案例*/
.index3{
    padding:92px 0 65px;
    background:url(../images/case_bg.jpg) no-repeat center;
    background-size: cover;
}
.index3_cont{
    max-width: 1275px;
    margin:52px auto 0;
    display: flex;
    flex-wrap: wrap;
}
.case_tab{
    width: 19.6%;
    max-width: 250px;
    background:#fff;
}
.case_tab li{
    line-height: 70px;
    height: 70px;

    position: relative;
    text-indent: 70px;
    cursor: pointer;
}
.case_tab li:before{
    content:'';
    position: absolute;
    left: 36px;
    top:50%;
    margin-top:-4.5px;
    width: 5px;
    height: 5px;
    border:2px solid #0b7057;
    border-radius: 50%;
}
.case_tab li:after{
    content: '';
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top:-13.5px;
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-left: 15px solid #0b7057;
    border-bottom: 15px solid transparent;
    display: none;
}
.case_tab li a{
    display: block;
    color: #4c4c4c;
    font-size:18px;
}
.case_tab li.cur{
    background:#0b7057;
    color: #fff;
}
.case_tab li.cur:before{
    border:2px solid #fff;    
}
.case_tab li.cur:after{
    display: block;
    z-index: 9;
}
.case_tab li.cur a{
    color: #fff;
}

.case_tab1{
    display: none;
    max-width: 1025px;
    width: 80.4%;
    position: relative;
}
.case_tab1 a{
    display: block;
}
.case_tab1 p{
    font-size:18px;
    text-align: center;
    color: #fff;
    line-height: 60px;
    height: 60px;
    position: absolute;
    bottom:0;
    left:0;
    width: 100%;
    background:rgba(11,112,87,.76);
}




/*服务流程*/
.index4{
    padding:62px 0;
}
.fw_list{
    padding:80px 0 55px;
    text-align: center;
    display: flex;
    justify-content: center;
}
.fw_list li{
    margin-right: 30px;
    width: 240px;
    height: 320px;
    position: relative;
    float: left;
    z-index: 1;
    /*display: inline-block;*/
}
.fw_list li .img{
    position: relative;
    z-index: 1;
}
.fw_list li .img img{
    
}
.fw_list li h3{
    /*position: absolute;*/
    /*left:0;*/
    /*bottom:0;*/
    width: 100%;
    line-height: 1.6em;
    font-size:14px;
    color: #333;
    text-align: center;
    font-weight: normal;
    background:rgba(255,255,255,.7);
    padding-top:10px;
}
.fw_list li .xs{
    position: absolute;
    top:-55px;
    left:-40px;
    width: 320px;
    height: 430px;
    background:#0b7057;
    color: #fff;
    text-align: center;
    padding:40px 25px 0;
    display: none;
    box-shadow: 0px 0px 10px #999;
    z-index: 999;
}
.fw_list li .xs .num1{
    width: 83px;
    height: 83px;
    position: relative;
    margin:0 auto;
    border:2px solid #fff;
    border-radius: 50%;
    line-height: 80px;
    text-align:center;
    font-size:36px;
    font-weight: bold;
}
.fw_list li .xs h4{
    font-size:22px;
    padding:15px 0 5px;
    position: relative;
    margin-bottom: 15px;
}
.fw_list li .xs h4:before{
    content:'';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -28px;
    width: 56px;
    height: 2px;
    background:#fff;
}
.fw_list li .xs p{
    font-size:15px;
    line-height: 1.8em;
    text-align: left;
}
.fw_list li:hover{
    z-index: 9;
}
.fw_list li:hover .img{
    opacity: 0;
}
.fw_list li:hover .xs{
    display: block;
}

/*公司资质*/
.index5{
    padding-bottom: 65px;
}
.swiper-container.c-banner2{
    margin-top:45px;
}
.c-banner2 .swiper-slide{
    width: auto;
}
.c-banner2 .swiper-slide img{
    box-shadow: 0px 0px 5px #ccc;
}


.index6{
    background:#fafafa;
    padding:94px 0 26px;
}

.title2{
    padding-left: 22px;
    position: relative;
    margin-bottom: 48px;
}
.title2:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 4px;
    height: 100%;
    background:#0b7057;
    border-radius: 3px;
}
.title2 h2{
    line-height: 1em;
    font-size:24px;
    color: #333333;
}
.title2 p{
    line-height: 1em;
    font-size:16px;
    color: #999999;
    margin-top:10px;
    text-transform: uppercase;
}

/*关于念海消防*/
.index_about{
    width: 65%;
    float:left;
    border-right:1px solid #e8e8e8;

}
.cont1{
    display: flex;
    flex-wrap: wrap;
}
.cont1 .img{
    width: 50%;    
}
.cont1 .text{
    width: 50%;   
    padding: 0 30px 0 30px; 
}
.cont1 .text h3{
    font-size:20px;
    color:#333;
    line-height: 1.4em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.cont1 .text p{
    font-size:15px;
    line-height: 1.8em;
    margin:20px 0;
}
.cont1 .text a{
    display: block;
    font-size:14px;
    color: #fff;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    text-align: center;
    background: #0b7057;
}
.cont1 .text a span{
    display: inline-block;
    background: url(../images/jt1_h.png) no-repeat right center;
    padding-right: 48px;
}

/*消防气瓶检测规范*/
.index_download{
    width: 35%;
    float:right;
    padding-left: 30px;
}
.download_list li{
    border-bottom: 1px solid #e8e8e8;
    padding:10px 0;
    height: 64px;
    line-height: 44px;
}
.download_list li p{
    width: calc(100% - 70px);
    float: left;
    padding-left: 46px;
    background:url(../images/lingx.png) no-repeat 18px center;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.download_list li a{
    float: right;
    width: 64px;
    height: 24px;
    line-height: 24px;
    background:#afafaf;
    display: block;
    color: #fff;
    text-align: center;
    margin-top:10px;
}

.download_list li:hover p{
    color: #0b7057;
}
.download_list li a:hover {
    background:#0b7057;
}
a.down_more{
    display: block;
    width: 120px;
    line-height: 40px;
    border:1px solid #666666;
    border-radius: 5px;
    text-align: center;
    margin: 28px auto 0;
    font-size:18px;
}




.index7{
    padding:105px 0 100px;
}
/*念海动态*/
.index_news1{
    width: 65%;
    float:left;
    border-right:1px solid #e8e8e8;
    padding-right: 45px;
}
.index_news1 .cont1{
    margin-bottom: 10px;
}
.index_news1 .cont1 .text{
    padding: 0 0px 0 30px;
}
.news_list1{

}
.news_list1 li{
    border-bottom:1px dashed #999;
    padding: 10px 0;
}
.news_list1 li a{
    display: block;
    font-size:14px;
    color: #333333;
    width: calc(100% - 100px);
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    float: left;
    padding-left: 55px;
    background:url(../images/jt2.png) no-repeat 20px center;
    line-height: 32px;
}
.news_list1 li span{
    display: block;
    float: right;
    font-size:16px;
    color:#999999;
    line-height: 32px;
}
.news_list1 li:hover a{
    color: #0b7057;
}


/*常见回答*/
.index_news2{
    width: 35%;
    float:right;
    padding-left: 30px;
}
.index_news2 .news_list1{
    padding-top:20px;
}



/*footer*/
#footer {
    background:#0b7057;
}
#footer a:hover{
    text-decoration: underline;
}
.foot{
    padding:70px 0 65px;
}
.f_nav{
    width: 60%;
    float: left;
}
.f_nav li{
    float: left;
/*    width: 20%;*/
    margin-right: 70px;
}
.f_nav li:last-child{
    margin-right: 0;
}
.f_nav li h3{
    font-size:16px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 10px;
}
.f_nav li a{
    font-size:12px;
    color: #ccc;
    display: block;
}
.f_contact{
    float:right;
    font-size:14px;
    color: #e5e5e5;
    width: 40%;
    padding-left: 5%;
    border-left:1px solid #0d7e61;
}
.f_contact p:nth-child(1){
    margin-bottom: 30px;
    display: flex;
}
.f_contact p:nth-child(1) img:last-child{
    display: inline-block;
    margin-left: 45px;
}


.copyright {
    padding:15px 0;
    border-top:1px solid #0d7e61;
    font-size:14px;
    color:#cccccc;
    text-align: center;
}
.copyright a{
    font-size:14px;
    color:#cccccc;    
}
.f_link{
    color: #fff;
    margin-bottom: 10px;
}
.f_link a{
    color: #fff;
}
@media(max-width: 1600px){
    .container{
        width: 1200px;
    }
    .nav li a{
        font-size:15px;
    }
    .hotSearch a{
        font-size:15px;
    }
    #swiper-container1 .swiper-slide .text h3{
        font-size:42px;
    }
    #swiper-container1 .swiper-slide .text a{
        margin: 30px auto 0;
    }
    .jcfw_list li .text p {
        line-height: 30px;
        padding: 10px 0;
    }
    /*.jcfw_list li .img,.jcfw_list li .text{*/
    /*    height: 274px;*/
    /*}*/
    .title2{
        margin-bottom: 30px;
    }
    .cont1 .text p {
        margin: 20px 0;
    }
    /*.index_news2 .news_list1{*/
    /*    padding-top:0;*/
    /*}*/
    .ht1{
        display: none;
    }
}


/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}
.f_none{
    display: none;
}



/*------------内页-------------------*/
.n_banner {
    width: 100%;
    margin: 0 auto;
}

.n_banner img {
    width: 100%;
    margin: 0 auto
}
.sitemp{
    margin:15px 0;
}
.site{
    border-bottom: 1px dashed #ccc;
    line-height: 40px;
    padding-left: 40px;
    position: relative;
}
.site:before{
    content:'';
    position: absolute;
    left:27px;
    top:50%;
    margin-top:-9px;
    width: 5px;
    height: 18px;
    background:#0b7057;
}
.site a:last-child{
    color: #0b7057;
}



/*p1*/
.p1{
    padding:45px 0;
}
.title3{
    text-align: center;
}
.title3 h2{
    font-size:24px;
    color: #333;
    padding-bottom: 18px;
    margin-bottom: 12px;
    line-height: 1em;
    position: relative;
}
.title3 h2:before{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -41px;
    bottom:0;
    width: 82px;
    height: 2px;
    background:#0b7057;
}
.title3 p{
    font-size:16px;
    color: #999;
    line-height: 1em;
    text-transform: uppercase;
}
.p1 ul{
    display: flex;
    margin-top: 40px;
}
.p1 ul li{
    width: 50%;
    text-align: center;
}
.p1 ul li:last-child{
    width: 50%;
}
.p1 ul li h3{
    color: #333333;
    font-size:20px;
}
.p1 ul li img{
    display: inline-block;
    text-align: center;
    margin:20px 0;
    box-shadow: 0px 0px 5px #ccc;
}
.p1 ul li p{
    color: #333333;
    font-size:15px;
}
.p1 ul li p span{
    font-size:18px;
    font-weight: bold;
}
.p1_2{
    background:#f8f8f8;
    padding:45px 0;
}
.p1_2 ul{
    display: flex;
    margin-top:60px;
}
.p1_2 ul li{
    width: 32%;
    margin-right: 2%;
    text-align: center;
}
.p1_2 ul li:last-child{
    margin-right: 0;
}
.p1_2 ul li img{
    box-shadow: 0px 0px 10px #999;
}
.p1_2 ul li h3{
    font-size:18px;
    color: #333;
    padding:20px 0 10px;
}
.p1_2 ul li p{
    font-size:15px;   
    max-width: 280px;
    margin:0 auto; 
    line-height: 1.8em;
}
.p1_3{
    padding:85px 0 115px;
}
.p1_3 .container{
/*    display: flex;*/
}
.p1_3 .img{
    width: 50%;
    float: left;
    text-align: center;
}
.p1_3 .text{
    width: 50%;
    color: #333;
    float: right;
    position: relative;
    padding-left: 25px;
}
.p1_3 .text h3{
    font-size:22px;
    margin-bottom: 25px;
}
.p1_3 .text p{
    font-size:16px;
}
.p1_more{
    display: flex;
    justify-content: center;
    margin-top:100px;
}
.p1_more a{
    display: block;
    margin-right: 85px;
    width: 186px;
    line-height: 54px;
    background:#0b7057;
    font-size:20px;
    color: #fff;
    text-align: center;
    border-radius: 5px;

}
.p1_3 .p1_more .p1_tel{
    font-size:14px;
    color: #666;
    padding-left: 65px;
    line-height: 1.8em;
    background:url(../images/tel3.png) no-repeat left center;
    font-size:14px;
    color: #666666;
}
.p1_more .p1_tel p{
    line-height: 1em!important;
}
.p1_3 .p1_more .p1_tel p:nth-child(2){
    margin-top:12px;
    font-size:24px;
    color: #0b7057;
    font-weight: bold;
}
.p1_4{
    padding-bottom: 100px;
}
.p1_4 .container{
    margin-top:65px;
}
.p1_4 ul{
    margin-top:65px;
    display: flex;
    max-width: 1326px;
}
.p1_4 ul li{
    width: 24.25%;
    margin-right: 1%;
}
.p1_4 ul li:last-child{
    margin-right: 0;
}
.p1_5 {
    background:#f8f8f8;
    padding:80px 0 65px;
}
.news_list2{
    margin-top:65px;
}
.news_list2 li{
    background:#ffffff;
    padding:52px 45px;
    margin-bottom: 20px;
}
.news_list2 li .img{
    width: 29%;
    float: left;
}
.news_list2 li .img img{
    
}
.news_list2 li .text{
    float: left;   
    max-width: 705px;
    padding-left: 35px; 
    width: 71%;
}
.news_list2 li .text h3 a{
    font-size:20px;
    color: #333;
}
.news_list2 li .text p{
    font-size:15px;
    color: #666;    
    padding:15px 0 50px;
    /*text-indent: 2em;*/
}
.news_list2 li .text a.a{
    display: block;
    font-size:14px;
    color: #333;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    text-align: center;
    border:1px solid #b9b9b9;
}
.news_list2 li .text a.a span{
    display: inline-block;
    background: url(../images/jt1.png) no-repeat right center;
    padding-right: 48px;    
}
.news_list2 li .text a.a:hover{
    border:1px solid #0b7057;
    background: #0b7057;
    color: #fff;
}
.news_list2 li .text a.a:hover span{
    background: url(../images/jt1_h.png) no-repeat right center;
}
.news_list2 li:hover .text h3 a{
    color: #0b7057;
}
.p1_6{
    padding:135px 0 55px;
}
.news_list3{
    margin-top:45px;
    display: flex;
    flex-wrap: wrap;
}
.news_list3 li {
    box-shadow: 0px 0px 5px #ccc;
    width: 49%;
    margin-right: 2%;
}
.news_list3 li:nth-child(2n){
    margin-right: 0;
}
.news_list3 li a{
    display: flex;
    padding:25px 0;
    margin-bottom: 25px;
}
.news_list3 li .date1{
    font-size:24px;
    color: #333;
    width: 118px;
    position: relative;
    padding:30px 0;
    text-align: center;
}
.news_list3 li .date1:before{
    content:'';
    position: absolute;
    right:0;
    top:50%;
    margin-top:-48px;
    width: 1px;
    height: 96px;
    background:#ccc;
}
.news_list3 li .date1 .line1{
    width: 8px;
    height:2px;
    background:#333;
    margin:14px auto 14px;
}
.news_list3 li .date1 span{
    display: block;
    line-height: 1em;
    margin:0 auto;
}
.news_list3 li .text{
    width: calc(100% - 118px);
    padding:0 35px;
}
.news_list3 li .text h3{
    font-size:18px;
    color: #333;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list3 li .text p{
    font-size:14px;
    padding:10px 0;
    color: #666;
}
.news_list3 li .text em{
    font-size:16px;
    color: #333;
    display: inline-block;
    font-style: normal;
}
.news_list3 li:hover .text h3{
    color: #0b7057;      
}
.news_list3 li:hover .text em{
    padding-right: 30px;
    background:url(../images/jt1_h2.png) no-repeat right center;
    color: #0b7057;    
}
.p1_contact{
    padding-bottom: 140px;
}
.p1_contact .container{
    background:url(../images/lx_bg.png) no-repeat top center;
    padding:135px 0 160px;
    margin-top:50px;
    position: relative;
}
.p1_contact .container .text1{
    width: 60%;
    text-align:center;
    padding:0 8% 0 12%;
    color: #fff;
}
.p1_contact .container .text1 h3{
    position: relative;
    font-size:26px;
    font-weight: normal;
    margin-bottom: 30px;
    padding-bottom: 3px;
}
.p1_contact .container .text1 h3:before{
    content: '';
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -26px;
    width: 52px;
    height: 2px;
    background:#fff;
}
.p1_contact .container .text1 p{
    font-size:16px;
}

.p1_contact .container .text2{
    position: absolute;
    right:50px;
    bottom:-65px;
    background:#fff;
    padding:45px 40px;
    box-shadow: 0px 0px 10px #ccc;
}
.p1_contact .container .text2 h3{
    font-size:22px;
    color: #0b7057;
    padding-bottom: 18px;
    position: relative;
    line-height: 1em;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.p1_contact .container .text2 h3:before{
    content:'';
    position: absolute;
    bottom:0;
    left:0;
    width: 52px;
    height: 2px;
    background:#0b7057;
}

.p1_contact .container .text2 .con{
    
}
.p1_contact .container .text2 .con p{
    font-size:15px;
    color: #333;
    padding-left: 26px;
    margin-bottom:  10px;
}
.p1_contact .container .text2 .con p:nth-child(1){
    background:url(../images/c1.png) no-repeat left center;
}
.p1_contact .container .text2 .con p:nth-child(2){
    background:url(../images/c2.png) no-repeat left center;
}
.p1_contact .container .text2 .con p:nth-child(3){
    background:url(../images/c3.png) no-repeat left center;
}
.p1_contact .container .text2 .con p:nth-child(4){
    background:url(../images/c4.png) no-repeat left center;
}
@media(max-width: 1600px){
    .p1_more{
        margin-top:30px;
    }
    .p1_more{
        margin-top:50px;
    }
}


#p2{
    padding:85px 0;
}
.p2{
    background:#f8f8f8;
    padding:25px 0 55px;
    margin-top:32px;
}
.p2 .text2{
    text-align: center;
    font-size:20px;
    color: #333333;
    line-height: 1.8em;
    margin-bottom: 40px;
}
.p2 .text2 span{
    font-weight: bold;
}
.p1_3 .p2 .img{
    width: 45%;
}
.p1_3 .p2 .text{
    width: 55%;
    padding-top:65px;
}
.p1_3 .p2 .text p{
    font-size:18px;
    color: #666;
    line-height: 1.8em;
}
.p2 .p1_more{
    margin-top: 150px;
}
.p2_2{
    padding:75px 0 110px;
}
.p2_3{
    background:#f8f8f8;
    padding:115px 0 80px;    
}
.p2_3 .text1{
    max-width: 720px;
    margin:0 auto;
    width: 100%;
    text-align: center;
    font-size:20px;
    color: #333;
    padding-top:10px;
}
.p2_4{
    padding:40px 0 85px;    
}
.title4{

}
.title4 h3{
    font-size: 30px;
    color: #333;
    padding-bottom: 15px;
    line-height: 1em;
    position: relative;
}
.title4 p{
    font-size: 18px;
    color: #999;
    line-height: 1em;
    text-transform: uppercase;    
}
.p2_4 .sgzz{
    margin-top:50px;
    display: flex;
}
.sgzz li{
    margin-right: 35px;
}
.sgzz li:last-child{
    margin-right: 0;
}
#p3{

}
#p3 .text1{
    font-size:18px;
    color: #333;
    margin:20px 0;
}
#p3 .img1{
    display: flex;
    flex-wrap: wrap;
}
#p3 .img1 p{
    width: 50%;
    text-align: center;
}
.p3_2 ul li{
    width: 49%;
}
.p3_2 ul li p{
    max-width: 290px;
}
.p4{
    display: flex;
    flex-wrap: wrap;
    padding:30px 30px 60px;
}
.p4 li{
    width: 23.5%;
    margin-right: 2%;
}
.p4 li:last-child{
    margin-right: 0;
}
.p4 li a{
    display: block;
    text-align:center;
}
.p4 li a .img{
    overflow:hidden;
}
.p4 li a h3{
    font-size:18px;
    color:#fff;
    background:#0b7057;
    font-weight: normal;
    padding:10px 0;
}
.p4_2{

}
.p4_2 .title3{
    margin-bottom: 35px;
}
.p4_2 .title3 h2{
    color: #0b7057;
}
.p4_2 .container{
    display: flex;
    max-width: 1200px;
}
.p4_2 .container .img{
    width: 46%;
}
.p4_2 .container .text{
    width: 54%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    padding:0 40px;
    background:#f6f6f6;
    font-size:16px;
    color: #666666;
}
.p4_3{
    margin:45px 0 60px;
}
.p4_3 .container{
    max-width: 1200px;
    padding-top:28px;
    position: relative;
}
.p4_3 .container:before{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -1px;
    top:12px;
    width: 2px;
    height: 100%;
    background:#0b7057;
}
.p4_3 .container:after{
    content:'';
    position: absolute;
    left:50%;
    margin-left: -6px;
    top:0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background:#0b7057;
}
.p4_3 .container li{
    float: left;
    width: calc(50% - 32px);
}
.p4_3 .container li .text{
/*    width: calc(100% - 32px);*/
    position: relative;
}
.p4_3 .container li .text h3{
    text-align: center;
    line-height: 1em;
    font-size:18px;
    color: #333;
    margin-bottom: 10px;
}
.p4_3 .container li .text p{
    font-size:14px;
    color: #333;
}
.p4_3 .container li .text img{
    display: block;
    position: absolute;
    right: -138px;
    top: 50%;
    margin-top:-25px;
}
.p4_3 .container li:nth-child(2n){
    float: right;
}
.p4_3 .container li:nth-child(2n) .text img{
    left: -138px;
}

.p4_3 .container li:nth-child(2){    
    margin-top:80px;
}
.p4_3 .container li:nth-child(3){
    margin-top:150px;
}
.p4_3 .container li:nth-child(4){
    margin-top:100px;
}
.p4_3 .container li:nth-child(5){
    margin-top:100px;
}
.p4_3 .container li:nth-child(6){
    margin-top:100px;
}
.p4_3 .container li:nth-child(7){
    margin-top:100px;
}
.p4_3 .container li:nth-child(8){
    margin-top:130px;
}
.p4_3 .container li:nth-child(9){
    margin-top:100px;
}
.p4_3 .container li:nth-child(10){
    margin-top:210px;
}
.p4_3 .container li:nth-child(11){
    margin-top:100px;
}
.p4_3 .container li:nth-child(12){
    margin-top:100px;
}
.p4_3 .container li:nth-child(13){
    margin-top:130px;
}
.p4_3 .container li:nth-child(14){
    margin-top:115px;
}
.p4_3 .container li:nth-child(15){
    margin-top:100px;
}
.p4_3 .container li:nth-child(16){
    margin-top:140px;
}
.p4_3 .container li:nth-child(17){
    margin-top:100px;
}
.p4_3 .container li:nth-child(18){
    margin-top:235px;
}
.p4_3 .container li:nth-child(19){
    margin-top:100px;
}
.p4_3 .container li:nth-child(20){
    margin-top:100px;
}
.p4_3 .container li:nth-child(21){
    margin-top:100px;
}
.p4_3 .container li:nth-child(22){
    margin-top:120px;
}
.p4_3 .container li:nth-child(23){
    margin-top:100px;
}







/*广告图2*/
.ht2{
    position: relative;
    height: 200px;
    color: #fff;
    background:url(../images/ht2.jpg) no-repeat;
    background-size:cover;
}
.ht2 .container{
    display: flex;
}
.ht2 .text{
    width: 50%;
    text-align: center;
    padding-top:60px;
}
.ht2 h3{
    font-size:30px;
    line-height: 1em;
    margin-bottom:40px;
}
.ht2 p{
    font-size:18px;
    line-height: 1em;
}
.ht2 .fwrx{
    width: 50%;
    font-size:14px;
    line-height: 38px;
    height: 38px;
    padding-left: 32px;
    background:url(../images/tel2.png) no-repeat left bottom;
    margin-top:60px;
}
.ht2 .ht1_tel{
    margin-bottom:30px;
}
.ht2 .ht1_tel span{
    font-size:28px;
    font-family: 'Impact';
    line-height: 38px;
}
.ht2 a{
    display: block;
    width: 140px;
    line-height: 38px;
    background:#fff;
    border-radius: 10px;
    text-align:center;
    margin-left: 52px;
    font-size:16px;
    color: #095e49;
}
.ht2 a:hover{
    background: #095e49;
    color: #fff;    
}
@media(max-width: 1600px){

}


#container{
    padding-top:15px;
}
.n_left{
    float:left;
    width: 18%;
}
.n_left h3{
    background:#e1e1e1;
    font-size:18px;
    color: #333;
    line-height: 54px;
    font-weight: normal;
    text-align: center;
}
.sort{

}
.sort li{

}
.sort li a{
    display: block;
    line-height: 54px;
    font-size:14px;
    color: #333;
    text-align: center;
    background:#fff;
    border-bottom: 1px solid #eee;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    padding:0 20px;
}
.sort li:last-child a{
    border:none;
}
/*.sort li.cur{*/
/*    background:#0b7057;    */
/*}*/
.sort li.cur a.list_item{
   background: url(../images/jt3_h.png) no-repeat 90% center #0c7058;    
    color: #fff;  
}
.sort li a:hover{
    color:#fff;
    background:#0b7057;
}
.tjgcal{
    margin-top:45px;
}
.sort2 li a img{
    display: none;
}
.sort2 li a:hover img{
    display: block;
}
.sort2 li a:hover{
    color:#0b7057;
    background:none;
    padding-top:10px;
}
.n_right{
    float:right;  
    width: 75%;
}
.case_list1{

}
.case_list1 li{
    padding:30px 25px;
    background:#fff;
    margin-bottom:35px;    
}
.case1{
    display: flex;
    flex-wrap: wrap;
}
.case1 .img{
    width: 50%;
}
.case1 .text{
    width: 50%;
    color: #333;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    padding-left: 30px;
}
.case1 .text h3{
    font-size:20px;
    color: #333;
    line-height: 1em;
    position: relative;
    padding-bottom: 15px;
}
.case1 .text h3:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 56px;
    height: 2px;
    background:#0b7057;
}
.case1 .text h4{
    font-size:16px;
    line-height: 1em;
    font-weight: normal;
    padding:30px 0 15px;
}
.case1 .text p{
    font-size:14px;
    color: #666666;
}
.case_xc{

}
.title5{
    font-size:16px;
    color: #333;
    position: relative;
    padding-bottom: 8px;
    margin:20px 0;
    font-weight: bold;
}
.title5:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 56px;
    height: 2px;
    background:#0b7057;
}
.xmxc{
    display: flex;
}
.xmxc p{
    width: 18.4%;
    margin-right: 2%;
}
.xmxc p:last-child{
    margin-right: 0;
}
.wmzlsm{
    font-size:14px;
}
.ht3{
    background:url(../images/ht3.jpg) no-repeat;
    height: 178px;
}
.ht3 .text{
    padding-top:45px;
}
.ht3 .fwrx{
    margin-top:40px;
}
.ht3 h3{
    font-size:26px;
}
.gssl{
    padding:85px 0 105px;
}
.gssl .cont2{
    position: relative;
    background:url(../images/bj1.jpg) no-repeat top left;    
    margin-top:55px;
    padding-top:70px;
}
.gssl .cont2 .swiper-slide .img{
    text-align: right;
}
.gssl .cont2 .text{
    width: 453px;
    height: 403px;
    background:url(../images/bj2.jpg) no-repeat;
    padding:50px 40px;
    position: absolute;
    top:80px;
    left:30px;
    z-index: 9;
}
.gssl .cont2 .text h3{
    font-size:28px;
    color: #0b7057;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 24px;
    margin-bottom:38px;
    position: relative;
}
.gssl .cont2 .text h3:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 48px;
    height: 2px;
    background:#0b7057;
}
.gssl .cont2 .text p{
    font-size:16px;
    color: #666;    
}
#gssl .swiper-button-prev{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../images/left2.png) no-repeat center #fff;
    top: 0;
    margin-top: 18px;
    left:72px;
}
#gssl .swiper-button-prev:hover{
    background: url(../images/right2.png) no-repeat center #fff;
    transform: rotate(-180deg);
}
#gssl .swiper-button-next{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url(../images/left2.png) no-repeat center #fff;
    transform: rotate(-180deg);
    top: 0;
    margin-top: 18px;    
    left:123px;
}
#gssl .swiper-button-next:hover{
    background: url(../images/right2.png) no-repeat center #fff;
    transform: rotate(0deg);
}
#gssl .swiper-pagination{
    max-width: 100px;
    height: 50px;
    top:15px;
    left:200px;
    color: #fff;
}
#gssl .span{

}
#gssl .swiper-pagination-current{
    font-size:36px;
    font-weight: bold;
    line-height: 1em;
}
#gssl .swiper-pagination-total{
    font-size:24px;
}
.jdal{

}
.jdal ul{
    display: flex;
    flex-wrap: wrap;
    margin:28px 0 35px;
}
.jdal ul li{
    width: 30%;
    margin-right: 5%;
    margin-bottom:36px;
}
.jdal ul li:nth-child(3n){
    margin-right: 0;
}
.jdal ul li a{
    display: block;
    position: relative;
}
.jdal ul li a .xs{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align:center;

    flex-direction: column;
    justify-content: center;
    z-index: 99;
    background:rgba(11,112,87,.8);
}
.jdal ul li a .xs h3{
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.jdal ul li a .xs img{
    width: 30px;
    margin:20px auto 0;
}
.jdal ul li a:hover .xs{
    display: flex;
}
.chose1{
    padding:35px 50px;
    background:#fff;
    margin-bottom:46px;
}
.chose1 .img{
    text-align: center;
    margin-top:60px;
}
.n_right .p1_contact{
    padding-bottom: 60px;
}
.n_right .p1_contact .container{
    width: 100%;
    background:url(../images/lx_bg2.jpg) no-repeat;
    padding:120px 0 230px;
}
.p1_contact .container .text1 {
    padding: 0 5%;
}
.n_right .p1_contact .container .text2{
    right: 30px;
    bottom:0;
    max-width: 40%;
}
@media(max-width: 1600px){

}


/*典型案例列表*/
.tj_news{
    margin:20px 0;
}
.tj_news li a{
    display: block;
    font-size:16px;
    color: #333;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 18px;
    line-height: 42px;
    position: relative;
}
.tj_news li a:before{
    content:'';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 10px solid #e1e1e1;
    border-bottom: 5px solid transparent;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-5px;   
}

.tj_news li a:hover{
    color: #0b7057;
}
.tj_news li a:before:hover{
    border-left: 10px solid #0b7057;
}



.news_list{

}
.news_list li{
    margin-bottom:45px;
}
.news_list li a{
    display: flex;
    flex-wrap: wrap;
    border:1px solid #e7e7e7;
    padding:36px 45px;
}
.news_list li a .img{
    width: 37%;
}
.news_list li a .img img{

}
.news_list li a .text{
    width: 63%;
    padding-left: 35px;
}
.news_list li a .text h3{
    font-size:20px;
    font-weight: normal;
    color: #333;
    line-height: 1em;
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
}
.news_list li a .text p{
    font-size:14px;
    color: #666;
    margin:15px 0 20px;
}
.news_list li a .text span{
    display: flex;
    font-size: 14px;
    color: #fff;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    text-align: center;
    background: #c6c6c6;
    justify-content: center;
}
.news_list li a .text i{
    display: inline-block;
    background: url(../images/jt1_h.png) no-repeat right center;
    padding-right: 48px;
    font-style: normal;
    width: 24px;    
    margin-top:2px;
}


.news_list li a:hover{
    border:1px solid #0b7057;
}
.news_list li a:hover .text h3{
    color: #0b7057;
}
.news_list li a:hover .text span{
    background:#0b7057;
}
.news_detail{

}
.news_detail h1{
    font-weight: normal;
    text-align: center;
    font-size:26px;
    color: #0a654e;
}
.info_title{
    text-align: center;
    font-size: 14px;
    color: #999;
}
.info_title span{
    margin:0 15px;
}
.zhaiyao{
    padding:10px 15px;
    border:1px solid #0a654e;
    margin:30px 0;
}
.zhaiyao_t{
    font-size:18px;
    color: #333;
    width: 92px;
    float: left;
}
.zhaiyao_t2{
    font-size:18px;
    color: #666;
    width: calc(100% - 92px);
    float: right;
}
.news_detail .content{
    font-size:16px;
    color: #333333;
}
.news_detail .content img{
    width: auto!important;
    height: auto!important;
}
/*.news_detail .content strong{*/
/*    display: block;*/
/*    font-size:26px;*/
/*    color: #0b7057;*/
/*    padding-left: 18px;*/
/*    line-height: 1em;*/
/*    margin:35px 0;*/
/*    position: relative;*/
    /*background:url(../images/line1.png) no-repeat 315px center;*/
    /*display: flex;*/
/*}*/
/*.news_detail .content strong:before{*/
/*    content:'';*/
/*    position: absolute;*/
/*    left:0;*/
/*    top:0;*/
/*    width: 4px;*/
/*    height: 26px;*/
/*    background:#108163;*/
/*}*/
.news_detail .content em{
    font-style: normal;
    font-size:26px;
    color: #0b7057;
    font-weight: bold;
    line-height: 1em;
    margin:30px 0;
}
.page{
    padding:30px 0;
    border-bottom:1px solid #eee;
}
.page p{
    display: flex;  
    margin:10px 0;
}
.page em{
    display: block;
    font-style: normal;
    width: 120px;
    height: 40px;
    line-height: 40px;
    background:#c4c4c4;
    text-align: center;
    font-size:18px;
    color: #ffffff;
}
.page span{
    display: block;
    font-size: 16px;
    color: #666;  
    display: block;
    width: calc(100% - 120px);
    padding-left: 30px;
    line-height: 40px;
}
a.back2{
    display: block;
    width: 140px;
    line-height: 48px;
    height: 48px;
    background:#0a654e;
    font-size:18px;
    color: #fff;
    text-align:center;
    margin:35px auto 0;
}
.case_tj{
    margin:90px 0 20px;
}
.case_tj h2{
    font-size:26px;
    color: #0b7057;
    padding-left: 18px;
    line-height: 1em;
    margin-bottom:15px;
    position: relative;
    background:url(../images/line1.png) no-repeat 140px center;
}
.case_tj h2:before{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 4px;
    height: 26px;
    background:#108163;
}
.case_tj_list{

}
.case_tj_list li a{
    display: flex;
    font-size:16px;
    padding:15px 0;
    border-bottom: 1px solid #ccc;
}
.case_tj_list li:last-child a{
    border:none;
}
.case_tj_list li a span{
    display: block;
    width: calc(100% - 130px);
    white-space: nowrap; 
    text-overflow: ellipsis;
    overflow: hidden;
    color: #333;
}
.case_tj_list li a em{
    font-style: normal;
    width: 130px;
    text-align: center;
}
.case_tj_list li a:hover span{
    color: #108163;
}
.sorts1 li a{
    text-align: left;
}
.sorts1 li a.list_item{
    background: url(../images/jt3.png) no-repeat 90% center;
}
.sorts1 li:hover a.list_item{
    background: url(../images/jt3_h.png) no-repeat 90% center #0c7058;    
    color: #fff;
}
.sorts1 li:hover .layer2 a{
    background: none;
    color: #333;
    text-indent: 15px;
}
.sorts1 li .layer2 a:hover{
    color: #0c7058;
    /*background: #0c7058;*/
}
@media(max-width: 1600px){

}



/*about*/
.sort3{
    display: flex;
    flex-wrap: wrap;
    margin:60px auto 65px;
}
.sort3 li{
    width: 20%;
}
.sort3 li a{
    display: block;
    line-height: 60px;
    position: relative;
    border-right:1px solid #d0d0d0;
    background:#f8f8f8;
    font-size:18px;
    color: #333;
    text-align: center;
}
.sort3 li:last-child a{
    border:none;
}
.sort3 li a:before{
    content:'';
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
    position: absolute;
    bottom:0;
    left:50%;
    margin-left: -5px;
    opacity: 0;
}
.sort3 li a:hover{
    background:#108163;
    color: #fff;
    border-right:1px solid #108163;
}
.sort3 li a:hover:before{
    opacity: 1;
}
.sort3 li a.on{
    background:#108163;
    color: #fff;
    border-right:1px solid #108163;
}
.sort3 li a.on:before{
    opacity: 1;
}
.about1 .container{
    padding-top:32px;
    display: flex;
    flex-wrap: wrap;
}
.about1 .container .img{
    width: 41%;
}
.about1 .container .text{
    width: 59%;
    padding-left: 35px;
}
.about1 .container .text h3{
    font-size:24px;
    color: #333;
    margin-bottom:15px;
    line-height: 1em;
}
.about1 .container .text p{
    font-size:14px;
    color: #666;
}
.about1_2{
    padding:55px 0 20px;
}
.about1_2 ul{
    display: flex;
    flex-wrap: wrap;
    margin-top:35px;
}
.about1_2 ul li{
    background:#f5f5f5;
    width: 23.5%;
    margin-right: 2%;
    margin-bottom:40px;
}
.about1_2 ul li:nth-child(4n){
    margin-right: 0;
}
.about1_2 ul li h3{
    background:#0b7057;
    line-height: 52px;
    font-size:22px;
    color: #fff;
    text-align: center;
    font-weight: normal;
}
.about1_2 ul li .text{
    font-size:14px;
    color: #666666;
    padding:10px 15px;
    line-height: 1.8em;
}
.about1_3{
    text-align: center;
    margin-bottom:70px;
}

@media(max-width: 1600px){

}


.about2{
    
}
.about2 .container{
    background:#f8f8f8;
    padding:40px 0;
}
.about2_l{
    width: 70%;
    padding:0 5%;
    position: relative;
    float:left;
    border-right: 1px solid #e0e0e0;
}
.about2_l h3{
    font-size:30px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
    padding-bottom: 20px;
    margin-bottom:30px;
    position: relative;
}
.about2_l h3:before{
    content:'';
    position: absolute;
    left:0;
    bottom:0;
    width: 52px;
    height: 2px;
    background:#0b7057;
}
.about2_l p{
    font-size:18px;
    color: #333;
    line-height: 1.8em;
}
.about2_r{
    width: 30%;
    float: right;
    padding-left: 135px;
    background:url(../images/tel4.png) no-repeat 42px center;
}
.about2_r h3{
    font-size:28px;
    color: #333;
    font-weight: normal;
}
.about2_r p{
    font-size:14px;
}
.about2_r p strong{
    font-size:24px;
    color: #0b7057;
    line-height: 1.5em;
}
.about2_2{
    margin:80px 0 100px;

}
.about2_2 .container{
    background:#f8f8f8;
    padding:65px 0 40px;
}
.about2_2_l{
    width: 32%;
    padding:0 60px 0 22px;
    float:left;    
}
.about2_2_r{
    width: 68%;
    float: right;
}
.about2_2_r h3{
    font-size:28px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
}
.about2_2_r h4{
    font-size:20px;
    color: #0b7057;
    margin:8px 0;
}
.about2_2_r .text1{
    display: flex;
    flex-wrap: wrap;
}
.about2_2_r .text1 p{
    width: 50%;
    font-size:18px;
    color: #333333;
    padding:20px 0 20px 60px;
    border-bottom: 1px solid #e0e0e0;
}
.about2_2_r .text1 p:nth-child(1){
    background:url(../images/c5.png) no-repeat 8px center;
}
.about2_2_r .text1 p:nth-child(2){
    background:url(../images/c6.png) no-repeat 15px center;
}
.about2_2_r .text1 p:nth-child(3){
    background:url(../images/c7.png) no-repeat 8px center;
}
.about2_2_r .text1 p:nth-child(4){
    background:url(../images/c8.png) no-repeat 15px center;
}
.about2_2 a{
    display: block;
    width: 258px;
    line-height: 56px;
    height: 56px;
    background:#0b7057;
    font-size:20px;
    color: #fff;
    text-align: center;
    margin:65px auto 0;
}
.n_map{
    margin-bottom:88px;
}
.about3{
    padding-bottom: 60px;
}
.xc{
    display: flex;
    flex-wrap: wrap;
}
.xc li{
    margin-bottom:35px;
    width: 23.5%;
    margin-right: 2%;
}
.xc li:nth-child(4n){
    margin-right: 0;
}
.xc li a{
    display: block;
}
.xc li a p{
    line-height: 50px;
    font-size:16px;
    color: #fff;
    text-align: center;
    background:#0b7057;
}
.about4{
    background:url(../images/shfw.jpg) no-repeat center;
    padding:65px 0 105px;
    margin-bottom:90px;
}
.shfw{
    display: flex;
    flex-wrap: wrap;
    padding:0 65px;
    margin-top:100px;
}
.shfw li{
    width:18.4%;
    margin-right: 2%;
    background:#f5f5f5;
    padding:30px 20px;
}
.shfw li:last-child{
    margin-right: 0;
}
.shfw li .img{
    position: relative;
    width: 60px;
    height: 60px;
    margin:0 auto;
    overflow:hidden;
}
.shfw li .img img{
    display: block;
    position: absolute;
    top:0;
    left:0;
}
.shfw li h3{
    font-size:18px;
    color: #333;
    font-weight: normal;
    line-height: 1em;
    margin:20px 0 15px;
    text-align: center;
}
.shfw li p{
    font-size:14px;
    color: #333;    
    line-height: 1.8em;
}
.shfw li:hover{
    background:#0b7057;
}
.shfw li:hover .img img{
    top:-60px;
}
.shfw li:hover h3{
    color: #fff;
}
.shfw li:hover p{
    color: #fff;    
}
/*.about5{*/
/*    background:url(../images/message2.jpg) no-repeat center;*/
/*    padding:30px 70px;*/
/*    border:1px solid #a9a9a9;*/
/*    margin-bottom:60px;*/
/*    background-size: cover;*/
/*}*/
/*.about5 ul{*/

/*}*/
/*.about5 ul li{*/
/*    width: 100%;*/
/*    margin-bottom:26px;*/
/*}*/
/*.about5 ul li input{*/
/*    width: 100%;*/
/*    line-height: 56px;*/
/*    border:1px solid #a9a9a9;*/
/*    font-size:18px;*/
/*    color: #cbcbcb;*/
/*    padding:0 30px;*/
/*    outline: none;*/
/*}*/
/*.about5 ul li textarea{*/
/*    outline: none;*/
/*    width: 100%;*/
/*    line-height: 56px;*/
/*    height: 120px;*/
/*    border:1px solid #a9a9a9;*/
/*    font-size:18px;*/
/*    color: #cbcbcb;*/
/*    padding:0 30px;*/
/*    font-family: '微软雅黑';*/
/*}*/
/*.about5 ul li select{*/
/*    width: 100%;*/
/*    height: 58px;*/
/*    line-height: 56px;*/
/*    border:1px solid #a9a9a9;*/
/*    font-size:18px;*/
/*    color: #333;*/
/*    padding:0 30px;*/
/*    outline: none;*/
/*}*/
/*.about5 .mess_btn{*/
/*    display: flex;*/
/*    justify-content: center;*/
/*}*/
/*.about5 .mess_btn input{*/
/*    font-size:24px;*/
/*    color: #333;*/
/*    width: 184px;*/
/*    line-height: 50px;*/
/*    height: 52px;*/
/*    border:1px solid #a9a9a9;*/
/*    background:#fff;*/
/*    outline: none;*/
/*    display: block;*/
/*    margin:0 15px;*/
/*    cursor: pointer;*/
/*}*/
/*.about5 .mess_btn input:hover{*/
/*    background:#0b7057;*/
/*    border-color: #0b7057;*/
/*    color:#fff;*/
/*}*/
.about5{
    padding:50px 50px 60px;
    box-shadow: 0px 0px 10px #eee;
    margin-bottom: 100px;
}
.about5 ul{
    display: flex;
    flex-wrap: wrap;
}
.about5 ul li{
    width: 48%;
    margin-right: 4%;
    margin-bottom:30px;
    position: relative;
}
.about5 ul li:nth-child(2n){
    margin-right: 0;
}
.about5 ul li:last-child{
    margin-right: 0;
    width: 100%;
}
.about5 ul li input{
    width: 100%;   
    line-height: 46px;
    height: 46px;
    border:none;
    outline: none;
    font-size: 16px;
    color: #999999;
    text-indent: 40px;
    background: #f8f8f8;
}
.about5 ul li select{
    width: 100%;   
    line-height: 46px;
    height: 46px;
    border:none;
    outline: none;
    font-size: 16px;
    color: #999999;
    text-indent: 40px;
    background: url(../images/mess4.png) no-repeat 15px center  #f8f8f8;
}
.about5 ul li select option{
    padding:5px 0;
}
.about5 ul li textarea{
    width: 100%;   
    line-height: 46px;
    height: 98px;
    border:none;
    outline: none;
    font-size: 16px;
    color: #999999;
    text-indent: 40px;
    background: url(../images/mess5.png) no-repeat 15px 16px  #f8f8f8;
    font-family: '微软雅黑';
}
.about5 ul li span{
    display: block;
    position: absolute;
    height: 46px;
    width: 35px;
}
.about5 ul li:nth-child(1) span{
    background: url(../images/mess1.png) no-repeat 15px center  #f8f8f8;
}
.about5 ul li:nth-child(2) span{
    background: url(../images/mess2.png) no-repeat 15px center  #f8f8f8;
}
.about5 ul li:nth-child(3) span{
    background: url(../images/mess3.png) no-repeat 15px center  #f8f8f8;
}
.mess_btn input{
    width: 100%;   
    line-height: 46px;
    height: 46px;
    border:none;
    outline: none;
    font-size: 22px;
    color: #fff;
    text-align: center;  
    background: #0b7057;
    cursor: pointer;
}
@media(max-width: 1600px){

}





.tag_total{
    font-size:24px;
    color: #333;
    margin-bottom:30px;
}
h1.title{
    font-size: 22px;
    color: #333;
    text-align: center;
    padding:2em 0 0.5em 0;
    font-weight: normal;
}

h3.tag{
    font-size: 14px;
    color: #666;
    font-weight: normal;
}


@media(max-width: 768px){
    h1.title{
        font-size: 18px;
    }
}

.pageController{
    text-align: center;
    color:#505050;margin:0 auto;
    margin:2em 0;
    line-height:24px;
}
.pageController a{background-color:#FFF;vertical-align:middle; border:#efefef 1px solid; 
    color:#505050;padding:5px 8px; margin-right:3px;margin-left:3px;
}
.pageController a:hover{background-color:#0b7057;color:#fff; text-decoration:none;border:#efefef 1px solid;}
.pageController .currPage {background-color: #0b7057;color:#ff0000;border:#efefef 1px solid;}
.pageController .t1{
    float:left;margin-right:5px;height:24px;line-height:22px;white-space:nowrap;
    display: none;
}
.pageController .t2{vertical-align:middle;line-height:39px;}
.pageController .t2 #current{
    line-height: 39px;
    background-color: #0b7057;
    vertical-align: middle;
    border: 1px solid #0b7057; 
    color: #fff;padding: 5px 8px;
    margin-right: 3px;
    margin-left: 3px;
    width: 39px;
}
.pageController .t1 span{
    /*padding-left:4px;
    padding-right:4px;*/
    width: 39px;
}
.pageController select{height:24px;vertical-align:middle;text-align:center;line-height:24px;
    display: none;
}
.pageController select option{vertical-align:middle;}


.m_f_fixed{
    position: fixed;
    bottom:0;
    left:0;
    background: #0067ac;
    color: #fff;
    z-index:9999;
    justify-content: center;
    width: 100%;
    display:none;

}
.m_f_fixed a{
    flex:1;
    font-size: 16px;
    color: #fff;
    display: block;
    text-align: center;
    padding:10px 0;
}
.m_f_fixed a img{
    width: 25px;
    display: block;
    margin:0 auto 0px;
}
#gotop{
    position: fixed;
    right: 0;
    bottom: 30px;
    cursor: pointer;
}
@media(max-width: 1199px){
    #gotop{
        display: none;
    }
}
@media(max-width:640px){
    .m_f_fixed{
        display: flex;
    }
    footer{
        margin-bottom:70px;
    }
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}
.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 71px;
    position: relative;
    background: #222;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 35px;
    background-position: -27px -51px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 77px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #222;
    color: #fff;
    height: 56px;
    width: 247px;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-main {
    background: #222;
    width: 97px;
    height: 56px;
    position: relative;
    padding:9px 0 6px;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -140px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 140px;
    height: 140px;
}

@media(max-width: 1199px){
    .client-2{
        display: none;
    }
}


/* 右侧浮窗 */

#c-right-fixed {
    display: none;
    position: fixed;
    top: 50%;
    right: 5px;
    z-index: 905;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#c-right-fixed a {
    position: relative;
    right: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #777;
    background: #fff;
}

#c-right-fixed a:last-child {
    margin-bottom: 0;
}

#c-right-fixed a:nth-child(3) {
    z-index: 2;
}

#c-right-fixed .c-wrap {
    border: 1px solid #fff;
    padding: 11px 0;
    width: 70px;
    height: 70px;
    flex: 0 0 70px;
    transition: all .5s;
}

#c-right-fixed .c-wrap img {
    height: 28px;
}

#c-right-fixed .c-wrap img:nth-child(2),
#c-right-fixed a:hover .c-wrap img:nth-child(1) {
    display: none;
}

#c-right-fixed a:hover .c-wrap img:nth-child(2) {
    display: inline-block;
}

#c-right-fixed .c-title {
    padding-top: 5px;
    font-size: 12px;
    line-height: 1;
}

#c-right-fixed a:last-child .c-title {
    font-family: "Arial";
    font-weight: bold;
}

#c-right-fixed .c-text {
    flex: 0 0 auto;
    width: 170px;
    font-weight: bold;
    font-size: 20px;
    line-height: 40px;
    border-left: 1px solid #fff;
    color: #fff;
    transition: all .5s;
}

#c-right-fixed .c-img {
    position: absolute;
    right: -300px;
    top: -1px;
    z-index: -1;
    padding: 5px;
    width: 148px;
    border: 1px solid #eff1f5;
    background: #fff;
    transition: .5s;
    box-shadow: 0 0 50px rgba(0, 0, 0, .1);
}

#c-right-fixed .c-img::before {
    content: "";
    position: absolute;
    top: 34px;
    right: -8px;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

#c-right-fixed .c-img img {
    width: 100%;
}

#c-right-fixed .c-img .c-text2 {
    padding: 5px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #777;
}

#c-right-fixed a .c-box {
    position: absolute;
    top: 0;
    left: 0;
    padding: 11px 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .5s;
    overflow: hidden;
}

#c-right-fixed a:hover .c-wrap {
    color: #fff;
    border-color: #0b7057;
    background: #0b7057;
}

#c-right-fixed a:last-child .c-wrap {
    color: #fff;
    border-color: #0b7057;
    background: #0b7057;
}

#c-right-fixed a:first-child:hover .c-box {
    width: 250px;
    height: 70px;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    overflow: none;
    background: #0b7057;
}

#c-right-fixed a:hover .c-img {
    right: 84px;
}


@media(max-width: 1259px){
    #c-right-fixed{
        display: none;
    }
}