﻿@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 @font-face{
	font-family: "CenturyGothicbold";
	src: url('../font/CenturyGothicbold.TTF') format('truetype');
	font-weight: normal;
	font-style: normal;
}
/* header */
.home-header{
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 666;
}
header{
    width: 100%;
    background-color: #fff;
    z-index: 10;
    box-shadow:0px 0px 10px 0px #a4a4aa; 
}
.header{
    height: 100px;
    position: relative;
}
.logo{
    margin-top: 22px;
    float: left;
    width: 393px;
}
.logo img{
    display: block;
    width: 100%;
}
.nav{
    float: right;
}
.nav ul li{
    float: left;
    position: relative;
    height: 100px;
    line-height: 100px;
    transition: all 0.5s;
    border-bottom: 4px solid transparent;
}
.nav ul li > a{
    display: block;
    height: 100px;
    line-height: 100px;
    width: 103px;
    font-size: 16px;
    text-align: center;
    color: #111;
    display: block;
   
}
.nav ul li:hover, .nav ul .nav-active{
    color: #007471;
    border-bottom-color: #007471;
}
/* .nav ul li:hover>a, .nav ul .nav-active > a{
    color: #007471;
    border-bottom-color: #007471;
} */
.nav-sub{
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 66;
    display: none;
    width: 100%;
    box-sizing: border-box;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    background-color: #fff;
}
.nav-sub dl dd a{
    color: #333;
    display: block;
    line-height: 30px;
    font-size: 16px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nav-sub dl dd:hover a{
    color: #007471;
}
.nav ul li.last-nava a{
    width:auto;
    display:inline-block;
}
@media(max-width: 1400px){
    .nav ul li > a{
        width: 95px;
    }
    .nav-sub dl dd a{
        font-size: 14px;
    }
    .logo{
        width: 363px;
        margin-top: 24px;
    }
}
@media(max-width: 1300px){
    .nav ul li > a{
        width: 90px;
        font-size: 14px;
    }
    .logo{
        width: 323px;
        margin-top: 27px;
    }
}
@media(max-width:1200px){
    .header{
        height: 88px;
    }
    .logo{
        width: 283px;
        margin-top: 24px;
    }
    .nav ul li > a{
        height: 88px;
        line-height: 88px;
        width: 72px;
        font-size: 12px;
    }
    .nav-sub{
        top: 88px;
        padding-left: 5px;
        padding-bottom: 5px;
    }
    .nav-sub dl dd a{
        line-height: 26px;
        font-size: 12px;
    }
}
@media(max-width: 991px){
    .header{
        height: 70px;
    }
    .nav{
        display: none;
    }
    .logo{
        margin-top: 15px;
    }
}
@media(max-width: 599px){
    .header{
        height: 50px;
    }
    .logo{
        width: 223px;
        margin-top: 9px;
    }
}
/* 发展历程 */
.section{
    overflow: hidden;
}
.section2{
    background: url(../img/history_bg.png) no-repeat center;
    background-size: cover;
}
.public-mod{
    padding-top: 200px;
}
.home-title{
    text-align: center;
    color: #fff;
}
.home-title h2{
    font-size: 42px;
    line-height: 42px;
    margin-bottom: 15px;
}
.home-title span{
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
}
.history-main{
    /* padding-top: 98px; */
    padding-top: 80px;
    position: relative;
}
.history-item{
    width: 100%;
    position: relative;
    padding-top: 85px;
    padding-bottom: 98px;
}
.history-item i{
    position: relative;
	width: 100%;
	height: 20px;
    z-index: 3;
    display: block;
    margin-top: 25px;
    margin-bottom: 12px;
}
.history-item i::before{
    content: "";
    width: 100%;
    height: 2px;
    background: #b5b5b5;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.history-item i::after{
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 5px solid #fff;
    background: #4d4d4d;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
}
.history-item span{
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: flex-end;
    color: #fff;
    justify-content: center;
    line-height: 24px;
    height: 60px;
}
.history-item h3{
    text-align: center;
    font-size: 60px;
    font-family: "CenturyGothicbold";
    color: #fff;
    line-height: 60px;
}
.history-box{
    width: 98%;
    position: absolute;
    background: #fff;
    padding: 10px;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 22;
    display: none;
}
.history-img{
    width: 100%;
    overflow: hidden;
}
.history-box img{
    display: block;
    width: 100%;
}
.history-info{
    padding-top: 30px;
    padding-bottom: 20px;
    background: #fff;
}
.history-info h5{
    color: #007471;
    font-size: 24px;
    margin-bottom: 5px;
    line-height: 24px;
}
.history-info p{
    font-size: 15px;
    color: #333;
    line-height: 18px;
    min-height: 60px;
    display: -webkit-box;
    /* -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis; */
}
.history-btn{
    width: 21%;
    position: relative;
    height: 36px;
    margin: 78px auto 0;
    z-index: 333;
}
.history-btn .swiper-button-prev, .history-btn .swiper-button-next{
    width: 50%;
    height: 36px;
    background: #313131;
    opacity: 1;
}
.history-btn .swiper-button-prev{
    left: 0px;
    background: #313131 url(../img/history_prev_btn1.png) no-repeat center;
}
.history-btn .swiper-button-next{
    right: 1px;
    background: #313131 url(../img/history_next_btn1.png) no-repeat center;
}
.history-btn .swiper-button-prev:hover{
    background: #fff url(../img/history_prev_btn2.png) no-repeat center;
}
.history-btn .swiper-button-next:hover{
    background: #fff url(../img/history_next_btn2.png) no-repeat center;
}
@media(max-width: 1919px){
    .public-mod{
        padding-top: 120px;
    }
    .section2 .public-mod{
        padding-top: 180px;
    }
    .home-title h2{
        font-size: 30px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .history-btn{
        margin-top: 120px;
    }
    .history-main{
        padding-top: 40px;
    }
    .history-item{
        padding-top: 65px;
        padding-bottom: 78px;
    }
    .history-item h3{
        font-size: 48px;
        line-height: 48px;
    }
    .history-item span{
        height: 48px;
    }
    .history-box{
        width: 88%;
    }
    .history-info{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .history-info p{
        font-size: 14px;
        line-height: 18px;
        min-height: 48px;
    }
}
@media(max-width: 1600px){
    .section2 .public-mod{
        padding-top: 160px;
    }
    .history-btn{
        margin-top: 100px;
    }
}
@media(max-width: 1300px){
    .history-btn{
        width: 31%;
    }
    .history-info p{
        font-size: 13px;
    }
    .history-item{
        padding-top: 60px;
        padding-bottom: 65px;
    }
}
@media(max-width: 1200px){
    .history-btn{
        width: 31%;
        margin-top: 125px;
    }
    .history-item{
        padding-top: 48px;
        padding-bottom: 60px;
    }
    .public-mod{
        padding-top: 130px;
    }
    .history-main{
        padding-top: 50px;
    }
}
@media(max-width: 991px){
    .section2 .public-mod{
        padding-top: 140px;
    }
    .history-btn{
        margin-top: 80px;
    }
    .history-info h5{
        font-size: 16px;
        margin-bottom: 2px;
    }
    .history-info p{
        line-height: 15px;
    }
    .home-title span{
        font-size: 16px;
        line-height: 20px;
        text-transform: uppercase;
    }
}
@media(max-width: 767px){
    .history-box{
        width: 75%;
    }
    .section2 .public-mod{
        padding-top: 90px;
    }
    .history-btn{
        margin-top: 100px;
    }
    .home-title h2{
        font-size: 22px;
        line-height:20px;
    }
    .public-mod{
        padding-top: 85px;
    }
    .history-main{
        padding-top: 60px;
    }
    .history{
        padding-top: 120px;
    }
}
@media(max-width: 640px){
    .history-box{
        width: 50%;
    }
    .history-btn{
        width: 48%;
    }
    .section2 .public-mod{
        padding-top: 70px;
    }
    .public-mod{
        padding-top: 70px;
    }
}
@media(max-width: 449px){
    .history-box{
        width: 75%;
    }
}
/* 产品中心 */
.section3{
    background: url(../img/home_pro_bg.jpg) no-repeat center;
    background-size: cover;
}
.hpro-main{
    width: 100%;
    padding-top: 80px;
    position: relative;
}
.ind_src2_img{
    float: right;
    width: 70%;
    position: relative;
    overflow: hidden;
    margin-right: -20%;
    padding-right: 20%;
}
.ind_src2_img .swiper-container {
    overflow: initial;
}
.ind_src2_img .swiper-slide {
    overflow: hidden;
    opacity: 1;
    transition: all .5s ease;
}
.ind_src2_img .swiper-slide.active {
    opacity: 1;
}
.ind_src2_img img{
    display: block;
    width: 100%;
}
.ind_src2_text{
    float: left;
    width: 50%;
    padding-right: 100px;
}
.hpro-item h2{
    font-size: 42px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 40px;
}
.hpro-info{
    font-size: 16px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 74px;
    overflow: hidden;
    height: 192px;

}
.hpro-more{
    width: 160px;
    height: 44px;
    background-color: #fff;
    display: block;
    border-radius: 10px;
    line-height: 44px;
    text-align: center;
    color: #007471;
    font-size: 16px;
}
.hprotxt-btn{
    position: relative;
    height: 60px;
    width: 140px;
    margin-top: 80px;
    z-index: 9;
}
.hprotxt-btn .swiper-button-prev, .hprotxt-btn .swiper-button-next{
    width: 60px;
    height: 60px;
    opacity: 1;
    margin-top: 0px;
    transform: translateY(-50%);
}
.hprotxt-btn .swiper-button-prev{
    left: 0px;
    background: url(../img/hpro_prev_btn1.png) no-repeat center;
    background-size: 100% 100%;
}
.hprotxt-btn .swiper-button-next{
    right: 0px;
    background: url(../img/hpro_next_btn1.png) no-repeat center;
    background-size: 100% 100%;
}
.hprotxt-btn .swiper-button-prev:hover{
    background: url(../img/hpro_prev_btn2.png) no-repeat center;
    background-size: 100% 100%;
}
.hprotxt-btn .swiper-button-next:hover{
    background: url(../img/hpro_next_btn2.png) no-repeat center;
    background-size: 100% 100%;
}
.slide-mask{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
}
.hpro-main .ind_src2_img .swiper-slide.active .slide-mask{
    opacity: 0;
}
@media(max-width: 1919px){
    .hpro-main{
        padding-top: 40px;
        display: flex;
        flex-direction: row-reverse;
        justify-content: center;
    }
    .hpro-item h2{
        font-size: 38px;
        line-height: 38px;
        margin-bottom: 30px;
    }
    .hpro-info{
        font-size: 14px;
        line-height: 32px;
        margin-bottom: 50px;
    }
    .hprotxt-btn{
        margin-top: 40px;
    }
    .ind_src2_text{
        width: 40%;
    }
    .ind_src2_img{
        width: 60%;
    }
}
@media(max-width: 1400px){
    .ind_src2_text{
        padding-right: 70px;
    }
}
@media(max-width: 1300px){
    .ind_src2_text{
        padding-right: 50px;
    }
}
@media(max-width: 1200px){
    .ind_src2_text{
        width: 50%;
    }
    .ind_src2_img{
        width: 70%;
    }
    .hpro-info{
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        overflow: hidden;
        word-break: break-all;
        text-overflow: ellipsis; 
        margin-bottom: 30px;
    }
    .hpro-item h2{
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .hprotxt-btn{
        margin-top: 30px;
    }
}
@media(max-width: 767px){
    .ind_src2_text{
        width: 100%;
        float: none;
        padding-right: 0px;
    }
    .ind_src2_img{
        width:60%;
        float: none;
        padding-right: 0px;
        margin: 0 auto;
    }
    .hpro-main{
        padding-top: 10px;
        display: block;
    }
    .hpro-item h2{
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .hpro-info{
        margin-bottom: 12px;
        font-size: 13px;
        -webkit-line-clamp:15;
        line-height: 20px;
        height: auto;
    }
    
    .hprotxt-btn{
        height: 40px;
        width: 100px;
        margin-top: 12px;
    }
    .hprotxt-btn .swiper-button-prev, .hprotxt-btn .swiper-button-next{
        width: 40px;
        height: 40px;
    }
    .hpro-more{
        width: 100px;
        height: 36px;
        line-height: 36px;
        display: none;
    }
    .hprotxt-btn{
        display: none;
    }
}
@media(max-width: 640px){
    .ind_src2_img{
        width: 68%;
    }
    .hpro-main{
        padding-top: 25px;
    }
}
@media(max-width: 599px){
    .hpro-main{
        padding-top: 5px;
    }
    .ind_src2_img{
        width: 75%;
    }
}
@media(max-width:449px){
    .ind_src2_img{
        width: 100%;
    }
    .hpro-item h2{
        margin-top: 15px;
    }
    .hprotxt-btn{
        margin-top:25px;
    }
}
/* 信息动态 */
.section4{
    background: url(../img/info_bg.jpg) no-repeat center;
    background-size: cover;
}
.info-main{
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.info-left{
    width: 50%;
}
.info-right{
    width: 50%;
    background: #fff;
    padding: 0 50px;
}
.infoimg-container .swiper-slide img{
    display: block;
    width: 100%;
}
.infoimg-btn .swiper-button-prev, .infoimg-btn .swiper-button-next{
    width: 20px;
    height: 34px;
    margin-top: -17px;
    background-size: 20px 34px;
}
.infoimg-btn .swiper-button-prev{
    left: 30px;
    background-image: url(../img/info_prev2.png);
}
.infoimg-btn .swiper-button-next{
    right: 30px;
    background-image: url(../img/info_next2.png);
}
.infoimg-btn .swiper-button-prev:hover{
    background-image: url(../img/info_prev1.png);
}
.infoimg-btn .swiper-button-next:hover{
    background-image: url(../img/info_next1.png);
}
.infotxt-list h2{
    padding-top: 108px;
    line-height: 24px;
    font-size: 24px;
    color: #333;
    margin-bottom: 28px;
}
.infotxt-list h2 a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-height: 300%;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.infotxt-list h2 a:hover{
    color: #007471;
}
.info-info{
    font-size: 16px;
    line-height: 36px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
    margin-bottom: 30px;
}
.info-more{
    display: block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
    background: #007471;
    text-align: center;
    color: #fff;
    margin-bottom: 60px;
}
.infotxt-container > .swiper-pagination-bullets{
    bottom: 0px;
    text-align: left;
}
.infotxt-container .swiper-pagination-bullet{
    width: 14px;
    height: 14px;
    background: #333;
    border-radius: 0px;
    opacity: 1;
}
.infotxt-container .swiper-pagination-bullet-active{
    background: #007471;
}
.infotxt-container > .swiper-pagination-bullets .swiper-pagination-bullet{
    margin: 0 7px;
}
@media(max-width: 1919px){
    .info-main{
        padding-top: 20px;
    }
    .info-left{
        width: 44%;
    }
    .info-main{
        justify-content: center;
    }
    .info-right{
        width: 44%;
    }
    .infotxt-list h2{
        padding-top: 80px;
    }
}
@media(max-width: 1400px){
    .info-left{
        width: 46%;
    }
    .info-right{
        width: 46%;
    }
    .infotxt-list h2{
        padding-top: 60px;
    }
}
@media(max-width: 1300px){
    .info-right{
        padding: 0 30px;
        width: 48%;
    }
    .info-info{
        line-height: 30px;
    }
    .info-left{
        width: 48%;
    }
    .info-main{
        padding-top: 30px;
    }
}
@media(max-width: 1200px){
    .info-left{
        width: 50%;
    }
    .info-right{
        width: 50%;
    }
    .info-main{
        padding-top: 40px;
    }
    .infotxt-list h2{
        padding-top: 30px;
    }
}
@media(max-width: 991px){
    .infotxt-list h2{
        font-size: 20px;
        line-height: 20px;
        padding-top: 20px;
    }
    .info-right{
        padding: 0 20px;
    }
    .info-info{
        font-size: 14px;
        line-height: 24px;
        -webkit-line-clamp: 2;
        margin-bottom: 18px;
    }
    .info-more{
        margin-bottom: 45px;
    }
    .info-main{
        padding-top: 60px;
    }
}
@media(max-width: 767px){
    .info-main{
        padding-top: 30px;
        flex-direction: column;
        align-items: center;
    }
    .infotxt-list h2{
        font-size: 18px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    .info-right{
        padding: 0 18px 10px;
    }
    .info-more{
        margin-bottom: 35px;
        width: 100px;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
    }
    .info-info{
        margin-bottom: 10px;
    }
}
@media(max-width: 640px){
    .info-left{
        width: 65%;
    }
    .info-right{
        width: 65%;
    }
}
@media(max-width: 559px){
    .info-left{
        width: 80%;
    }
    .info-right{
        width: 80%;
    }
}
@media(max-width: 449px){
    .info-left{
        width: 90%;
    }
    .info-right{
        width: 90%;
    }
}
/* 工程业绩 */
.section5{
    background: url(../img/yeji_bg.jpg) no-repeat center;
    background-size: cover;
}
/* 底部 */
.footer-top{
    padding-top: 50px;
    padding-bottom: 35px;
    overflow: hidden;
}
.footer-nav{
    width: 75%;
    float: left;
}
.footer-nav li{
    float: left;
    margin-right: 30px;

}
.footer-nav li:last-child{
    margin-right: 0px;
}
.footer-nav li h2{
    font-size: 16px;
    color: #000;
    margin-bottom: 30px;
}
.footer-nav li dl dd{
    font-size: 14px;
    line-height: 24px;
    color: #333;
    margin-bottom: 8px;
}
.footer-code{
    width: 24.7%;
    float: right;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.code-item{
    width: 43.3%;
}
.code-item img{
    display: block;
    width: 100%;
}
.code-item p{
    color: #000;
    font-size: 16px;
    line-height: 32px;
    text-align: center;
}
.copy{
    border-top: 2px solid #eee;
    padding: 28px 0;
}
.copy-txt{
    text-align: center;
}
.copy-txt span{
    line-height: 24px;
    color: #000;
    font-size: 16px;
    padding: 0 18px;
}
@media(max-width: 1300px){
    .footer-nav li{
        margin-right:30px;
    }
}
@media(max-width: 1200px){
    .footer-nav li{
        margin-right:0px;
        width: 20%;
    }
    .footer-nav li dl dd a,.footer-nav li dl dd{
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
        display: block;
    }
    .footer-nav li h2{
        margin-bottom: 20px;
    }

}
@media(max-width: 991px){
    .footer-nav{
        float: none;
        width: 100%;
    }
    .footer-code{
        display: none;
        margin: 0 auto;
        width: 50%;
    }
    .footer-nav li{
        margin-right: 0px;
        float: none;
        width: 100%;
        text-align: center;
        margin-bottom: 12px;
    }
    .footer-nav li dl{
        text-align: center;
    }
    .footer-nav li dl dd{
        display: inline-block;
        margin: 0 5px;
    }
    .footer-nav li h2{
        margin-bottom: 10px;
    }
    .footer-top{
        padding-top: 30px;
        padding-bottom: 10px;
    }
    .copy{
        padding: 10px 0px;
    }
    .copy-txt span{
        padding: 0 10px;
    }
}
/* 关于我们 */
.inav{
    height: 80px;
}
.inav-cont{
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.inav-ul li{
    float: left;
}
.inav-ul li a{
    display: block;
    border-right: 1px solid #e5e5e5;
    height: 80px;
    line-height: 80px;
    text-align: center;
    transition: all .5s;
    padding: 0 10px;
}
.inav-ul li:first-child a{
    border-left: 1px solid #e5e5e5;
}
.inav-ul li a:hover, .inav-ul li.inav-on a{
    color: #fff;
    background: #007471;
}
.inav-right{
    padding-left: 24px;
    background: url(../img/daohang_icon.png) no-repeat left center;
    font-size: 16px;
    color: #333;
}
.inav-right a{
    font-size: 16px;
    color: #333;
    line-height: 80px;
}
.inav-right a:hover{
    color: #007471;
}
@media(max-width:1200px){
    .inav-ul li a{
        font-size: 14px;
    }
    .inav-right{
        font-size: 14px;
        padding-left: 20px;
    }
}
@media(max-width: 991px){
    .inav-cont{
        flex-direction: column-reverse;
        justify-content: flex-start;
    }
    .inav-ul{
        width: 100%;
        display: none;
        margin-bottom: 20px;
    }
    .inav-ul li a{
        width: 100%;
        border: 1px solid #e5e5e5;
        border-top: none;
        height: 48px;
        line-height: 48px;
    }
    .inav-ul li:first-child a{
        border-top: 1px solid #e5e5e5;
    }
    .inav-ul li{
        float: none;
    }
    .inav-right{
        float: none;
        width: 100%;
    }
    .inav{
        height: auto;
    }
    .inav-right a{
        line-height: 50px;
    }
}
.about{
    background-color: #f9f9f9;
    box-shadow: 10px 0px 0px 0px #f3f3f3;
    padding-bottom: 80px;
}
.about-main .inside-title{
    padding-top: 80px;
    padding-bottom: 70px;
    font-size: 36px;
    color: #000;
    line-height: 40px;
    text-align: center;
}
.about-cont p{
    font-size: 18px;
    line-height: 36px;
    text-indent: 24px;
}
.about-cont{
    overflow: hidden;
    width: 100%;
}
.about-cont img{
    display: block;
    width: 100%;
}
.cuture-ul li{
    display: flex;
    margin-bottom: 40px;
    flex-direction: row;
}
.cuture-ul li:nth-child(odd){
    flex-direction: row-reverse;
}
.cuture-ul li:last-child{
    margin-bottom: 0px;
}
.cuture-img{
    width: 50%;
    overflow: hidden;
}
.cuture-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.culture-info{
    background: #fff;
    padding: 0 40px 0px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 50%;
}
.culture-info p{
    margin-bottom: 23px;
}
.culture-info p:last-child{
    margin-bottom: 0px;
}
.culture-info p span{
    color: #000;
    font-size: 24px;
    line-height: 24px;
    display: block;
    margin-bottom: 12px;
}
.culture-info p span a{
    color: #000;
}
.culture-info p span a:hover{
    color: #007471;
}
.culture-info p i{
    font-style: normal;
    font-size: 18px;
    color: #333;
    line-height: 24px;
}
.cuture-img:hover img{
    transform: scale(1.1);
}
@media(max-width: 1200px){
    .about-main .inside-title{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .culture-info{
        padding: 0 30px;
    }
    .culture-info p{
        margin-bottom: 15px;
    }
    .culture-info p span{
        font-size: 18px;
        line-height: 20px;
    }
    .culture-info p i{
        font-size: 16px;
        line-height: 18px;
    }
}
@media(max-width: 991px){
    .about-main .inside-title{
        padding-top: 30px;
        padding-bottom: 20px;
        font-size: 28px;
        line-height: 30px;
    }
    .cuture-ul li{
        flex-direction: column;
        margin-bottom: 30px;
    }
    .cuture-ul li:nth-child(odd){
        flex-direction: column;
    }
    .cuture-img{
        width: 100%;
    }
    .culture-info{
        width: 100%;
        padding: 30px;
    }
    .about{
        padding-bottom: 50px;
    }
}
@media(max-width: 449px){
    .inav-right a{
        font-size: 14px;
    }
    .about{
        padding-bottom: 40px;
    }
}
/* 信息动态 */
.information{
    background-color: #f9f9f9;
    box-shadow: 10px 0px 0px 0px #f3f3f3;
}
.info-ul li{
    display: flex;
    flex-direction: row;
    margin-bottom: 40px;
    justify-content: space-between;
    transition: all .5s;
    position: relative;
    cursor: pointer;
}
.infor-img{
    width: 410px;
    overflow: hidden;
}
.infor-img img{
    width: 100%;
    display: block;
    transition: all .5s;
}
.infor-txt{
    width: calc(100% - 410px);
    background: #fff;
    padding: 60px 48px 0px;
}
.infor-txt h2{
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 30px;
    transition: all .5s;
}
.infor-txt h2 > a{
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.infor-txt span{
    color: #666;
    font-size: 16px;
    line-height: 24px;
}
.infor-ms{
    font-size: 18px;
    line-height: 36px;
    margin-top: 4px;
    color: #333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    word-break: break-all;
    text-overflow: ellipsis;
}
.infor-more{
    width: 180px;
    height: 40px;
    display: block;
    position: absolute;
    bottom: 0px;
    right: 0px;
    padding-left: 40px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 3px;
    transition: all .5s;
    background: #313131 url(../img/info_arrow.png) no-repeat right 40px center;
}
.info-ul li:last-child{
    margin-bottom: 0px;
}
.info-ul li:hover{
    box-shadow: 0px 0px 10px #ededed;
}
.info-ul li:hover .infor-img img{
    transform: scale(1.1);
}
.info-ul li:hover .infor-txt h2{
    transform: translateY(-5px);
}
.info-ul li:hover .infor-txt h2 > a{
    color: #007471;
}
.info-ul li:hover .infor-more{
    background-color: #007471;
}
@media(max-width: 1200px){
    .infor-txt{
        padding-left: 20px;
        padding-right: 20px;
    }
    .infor-ms{
        font-size: 16px;
        line-height: 30px;
    }
}
@media(max-width: 991px){
    .info-ul li{
        flex-wrap: wrap;
    }
    .infor-txt{
        width: 100%;
        padding: 40px 30px;
    }
    .infor-img{
        width: 100%;
        max-width: 410px;
        margin: 0 auto;
    }
    .infor-ms{
        margin-bottom: 30px;
    }
}
@media(max-width: 767px){
    .infor-txt{
        padding: 30px 20px;
    }
    .infor-txt h2{
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 15px;
    }
    .info-ul li{
        margin-bottom: 30px;
    }
}
/* 主营业务 */
.yewu-ul{
    margin-left: -20px;
    margin-right: -20px;
}
.yewu-ul li{
    padding: 0 20px;
    margin-top: 22px;
}
.yewu-img{
    width: 100%;
    overflow: hidden;
}
.yewu-img img{
    display: block;
    width: 100%;
    transition: all .5s;
}
.yewu-ul li p{
    text-align: center;
    line-height: 54px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.yewu-ul li:hover .yewu-img img{
    transform: scale(1.1);
}
.yewu-ul li:hover p{
    color: #007471;
}
@media(max-width: 1200px){
    .yw-inav li a{
        width: auto;
        padding: 0 20px;
    }
    .yewu-ul li p{
        text-align: center;
        line-height: 24px;
        color: #333;
        min-height: 54px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}
@media(max-width: 991px){
    .yewu-ul li{
        padding: 0 12px;
        margin-top: 18px;
    }
    .yewu-ul{
        margin-right: -12px;
        margin-left: -12px;
    }
    .yewu-ul li p{
        font-size: 14px;
        line-height: 22px;
        min-height: 48px;
    }
    .yewu-ul{
        margin-top: 15px;
    }
}
@media(max-width: 767px){
    .yewu-img{
        max-width: 440px;
        margin: 0 auto;
    }
    .yewu-ul li{
        margin-top: 0px;
    }
}
/* 组织架构 */
.org-chart{
    display: block;
    clear: both;
    position: relative;
}
.org-chart.cf:before, .org-chart.cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}
.org-chart.cf:after {
    clear: both;
}
.org-chart.cf {
    *zoom: 1;
}
.org-chart .board{
    position: relative;
    display: block;
    width: 64.3%;
    padding-bottom: 60px;
    margin: 0 auto;
}
.org-chart .board:before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
    top: 90px;
}
.board-top{
    margin: 0 auto;
    margin-bottom: 104px;
}
.org-item{
    width: 260px;
    height: 90px;
    background: url(../img/org_bg.png) no-repeat center;
    padding: 6px;
}
.org-item a{
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 78px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.org-item h5{
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    margin-bottom: 5px;
}
.org-item span{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    font-family: "Arial";
}
.columnThree{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    position: relative;
}
.columnThree::before{
    content: "";
    display: block;
    position: absolute;
    height: 0px;
    width: 71.111%;
    border-top: 2px solid #000;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}
.columnThree li{
    margin-top: 20px;
    position: relative;
}
.columnThree li::before{
    content: "";
    display: block;
    position: absolute;
    height: 20px;
    width: 0px;
    border-left: 2px solid #000;
    left: 50%;
    transform: translateX(-50%);
    top: -20px;
}
.departments{
    width: 100%;
    position: relative;
    margin-top: 90px;
}
.departments::before{
    width: 67.5%;
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    background: #000;
    left: 25%;
    top: 0px;
}
.depart-left{
    float: left;
    width: 50%;
}
.depart-item{
    margin-top: 42px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}
.depart-left::before{
    content: "";
    display: block;
    position: absolute;
    height: 42px;
    width: 2px;
    background: #000;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
}
.depart-left::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: calc(100% - 90px);
    background: #000;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}
.depart-item li{
    width: 90px;
    height: 260px;
    background: url(../img/org_bg2.png) no-repeat center;
    padding: 6px;
    position: relative;
    margin-top: 104px;
}
.depart-item li::before{
    content: "";
    display: block;
    position: absolute;
    height: 104px;
    width: 2px;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
    top: -104px;
}
.depart-item li a{
    width: 100%;
    border: 1px solid #fff;
    border-radius: 10px;
    height: 248px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 35px;
}
.depart-item li h5{
    writing-mode:tb-rl;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
}
.depart-item li span{
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    font-family: "Arial";
    writing-mode:tb-rl;
}
.depart-left li h5{
    letter-spacing: 24px;
}
.depart-left li:last-child h5{
    letter-spacing: 3px;
}
.depart-right{
    float: right;
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
}
.depart-last{
    width: 210px;
    margin-left: 88px;
}
.depart-last::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 57.14%;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}
.depart-last::before{
    content: "";
    display: block;
    position: absolute;
    height: 42px;
    width: 2px;
    background: #000;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
}
.depart-tree{
    width: 330px;
}
.depart-tree::after{
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 72.72%;
    background: #000;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
}
.depart-tree::before{
    content: "";
    display: block;
    position: absolute;
    height: 42px;
    width: 2px;
    background: #000;
    top: -42px;
    left: 50%;
    transform: translateX(-50%);
}
.org-mobile{
    display: none;
    width: 100%;
    overflow: hidden;
}
.org-mobile img{
    display: block;
    width: 100%;
}
@media(max-width: 1400px){
    .columnThree::before{
        width: 68.7%;
    }
    .departments::before{
        width: 66.9%;
    }
}
@media(max-width: 1300px){
    .depart-last{
        margin-left: 50px;
    }
    .depart-tree{
        width: 300px;
    }
    .depart-tree::after{
        width: 70%;
    }
    .depart-last{
        width: 190px;
    }
    .depart-last::after{
        width: 52.63%;
    }
    .org-chart .board{
        width: 65%;
    }
    .columnThree::before{
        width: 66%;
    }
}
@media(max-width: 1200px){
    .org-chart .board{
        width: 75%;
    }
    .columnThree::before{
        width: 64%;
    }
    .depart-last{
        margin-left: 20px;
    }
    .depart-tree{
        width: 270px;
    }
    .depart-tree::after{
        width: 66.67%;
    }
    .depart-last{
        width: 180px;
    }
    .depart-last::after{
        width: 50%;
    }
    .departments::before{
        width: 65.9%;
    }
    .depart-left::after{
        width: calc(100% - 82px);
    }
}
@media(max-width: 991px){
    .org-chart{
        display: none;
    }
    .org-mobile{
        display: block;
    }
}
/* 党支部介绍 */
.dang-main{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* height: 540px; */
}
.dang-info{
    width: 48.57%;
    background: #fff;
    padding: 50px 30px 55px;
}
.dang-txt{
    width: 100%;
    font-size: 18px;
    line-height: 36px;
    height: 435px;
    color: #333;
    overflow-y: auto;
    padding-right: 5px;
}
.dang-txt::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.dang-txt::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
     -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #007471;
}
.dang-txt::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #e5e5e5;
}
.dang-txt p{
    margin-bottom: 17px;
}
.dang-jia{
    width: 48.57%;
    background: #fff;
    padding: 38px 60px;
}
.djia-org h2{
    font-size: 24px;
    color: #000;
    line-height: 24px;
    margin-bottom: 28px;
    text-align: center;
}
.djorg-item{
    width: 240px;
    height: 70px;
    background: #a70a0a;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}
.djorg-item span{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.djorg-h::after{
    content: "";
    display: block;
    position: absolute;
    background: #e5e5e5;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 2px;
}
.djorg-one{
    margin: 0 auto;
}
.djorg-one::after{
    top: 70px;
}
.djul{
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 30px;
}
.djul-one::before, .djul-one::after{
    position: absolute;
    content: "";
    display: block;
    background: #e5e5e5;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(100% - 240px);
}
.djul-one::before{
    top: 0px;
}
.djul-one::after{
    top: 130px;
}
.djul-one li{
    margin-top: 30px;
}
.djul-one-li::before, .djul-one-li::after{
    content: "";
    display: block;
    position: absolute;
    background: #e5e5e5;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 2px;
}
.djul-one-li::before{
    top: -30px;
}
.djul-one-li::after{
    top: 70px;
}
.djul-two::before{
    content: "";
    display: block;
    position: absolute;
    background: #e5e5e5;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 2px;
    top: 0px;
}
.djul-two::after{
    position: absolute;
    content: "";
    display: block;
    background: #e5e5e5;
    left: 50%;
    transform: translateX(-50%);
    height: 2px;
    width: calc(100% - 60px);
    top: 30px;
}
.djul-two-li{
    height: 60px;
    width: 120px;
    background: #a70a0a;
    padding-top: 22px;
    margin-top: 60px;
    position: relative;
}
.djul-two-li span{
    
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
    text-align: center;
    cursor: pointer;
    /* writing-mode:tb-rl;
   
    line-height: 60px;
    letter-spacing: 10px; */
}
.djul-two-li::before{
    content: "";
    display: block;
    position: absolute;
    background: #e5e5e5;
    left: 50%;
    transform: translateX(-50%);
    height: 30px;
    width: 2px;
    top: -30px;
}
@media(max-width: 1300px){
    .djorg-item{
        width: 210px;
    }
    .djul-one::before, .djul-one::after{
        width: calc(100% - 210px);
    }
}
@media(max-width: 1200px){
    .dang-txt{
        font-size: 16px;
        line-height: 30px;
        min-height: 455px;
    }
    .dang-info{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .djorg-item{
        width: 180px;
    }
    .djul-one::before, .djul-one::after{
        width: calc(100% - 180px);
    }
    .djorg-item span{
        font-size: 14px;
        text-align: center;
    }
    .dang-jia{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width: 991px){
    .dang-info{
        width: 100%;
        padding: 30px;
        margin-bottom: 30px;
    }
    .dang-txt{
        min-height: 448px;
    }
    .dang-main{
        flex-wrap: wrap;
    }
    .dang-jia{
        width: 100%;
    }
    .djul-two-li{
        margin-left: 5px;
    }
    
    /* .djul-two-li:nth-of-type(3){
        padding-top:5px;
    }   
    .djul-two-li:nth-of-type(3) span{
        padding-top:5px;
        overflow: auto;
        white-space:normal;
    }   


    .djul-two-li:nth-of-type(4){
        padding-top:5px;
    }   
    .djul-two-li:nth-of-type(4) span{
        padding-top:5px;
        white-space:normal;
    }    */
}  
@media(max-width: 559px){
    .dang-jia{
        padding-left: 15px;
        padding-right: 15px;
    }
    .djorg-item{
        width: 150px;
    }
    .djul-one::before, .djul-one::after{
        width: calc(100% - 150px);
    }
    .djorg-item span{
        line-height: 18px;
    }
    
}
@media(max-width:500px){
    .djul-two-li{
        width: 100px;
    }
}
@media(max-width:449px){
    .djul-two-li{
        width:80px;
    }
}

/*工程案例*/

.projectmask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.6);
    top: 0;
    opacity: 1;
}
.project-box .act .projectmask{
    opacity: 0 !important;
}
.poster-item h3{
    color: #fff;
    text-align: center;
    position: absolute;
    bottom:33px;
    left: 50%;
    font-size: 24px;
    transform: translateX(-50%);
}
.project-box{
    margin-top: 80px;
}
@media(max-width: 1919px){
    .project-yeji{
    }
    .project-box{
        margin-top: 20px;
    }
}
@media(max-width: 767px){
    .project-yeji{
        padding-top: 150px;
    }
    .project-box{
        margin-top: 50px;
    }
}
@media(max-width:1400px){
    .poster-item h3{
        font-size: 16px;
    }
}
/*基本样式*/
.poster-main{
	width: 1000px;
	height: 500px;
	position: relative;
	margin: 30px auto;
}
.poster-main a,.poster-main img{
	display:block;
}
.poster-main .poster-list{
	width: 1000px;
	height: 500px;
}
.poster-main .poster-list .poster-item{ 
	width: 200px;
	height: 500px;
	position:absolute;
	left:0;
	top:0;
}
.poster-main .poster-btn{ 
	position:absolute;
	top:0;
	z-index:10; 
	cursor:pointer;  
}
.poster-main .poster-prev-btn{
	left:0; 
	background: url(../img/left.png) no-repeat center center;
}
.poster-main .poster-next-btn{
	right:0; 
	background: url(../img/right.png) no-repeat center center;
}
/* 联系我们 */
.contact-main{
    padding-bottom: 60px;
}
.contact-cont{
    overflow: hidden;
}
.contact-info{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #f3f3f3;
    justify-content: center;
}
.contact-info dl dt{
    font-size: 24px;
    color: #007471;
    margin-bottom: 25px;
}
.contact-info dl dd{
    line-height: 30px;
    color: #666;
    font-size: 16px;
}
.contact-img{
    overflow: hidden;
    width: 100%;
}
.contact-img img{
    display: block;
    width: 100%;
}
.contact-ditu{
    margin-top: 28px;
    overflow: hidden;
    width: 100%;
}
.contact-ditu img{
    display: block;
    width: 100%;
}
@media(max-width: 1200px){
    .contact-info dl dt{
        margin-bottom: 15px;
    }
}
@media(max-width: 991px){
    .col-xxs-12{
        width:100%;
    }
    .contact-info{
        padding: 30px 0px;
        margin-bottom: 15px;
    }
    .contact-main{
        padding-bottom: 40px;
    }
}
@media(max-width: 599px){
    .contact-main{
        padding-bottom: 30px;
    }
    .contact-ditu{
        margin-top: 15px;
    }
}

.hproswiper-img{
    overflow: hidden;
}
.hproswiper-img img{
    transition: all 0.4s;
}
.hproswiper-img:hover img{
    transform:translateY(-10px);
}

.infoswiper-img{
    overflow: hidden;
}
.infoswiper-img img{
    transition: all 0.4s;
}
.infoswiper-img:hover img{
    transform:scale(1.1);
}



.hprotxt-mores a{
    display: none;
}

@media(max-width:767px){
    .hprotxt-mores a.hpro-more{
        display: block;
        font-size: 14px;
        width: 85px;
        height: 33px;
        line-height: 33px;
        margin-top: 10px;
        margin-left: 10px;
    }
    .hprotxt-mores{
        display: flex;
        
    }
}