@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
 /* header */
header{
    position: relative;
    cursor: pointer;
    z-index: 10;
}
.header{
    background: transparent;
    height: 98px;
    width: 100%;
    transition: box-shadow 0.5s;
	-moz-transition: box-shadow 0.5s; 
	-webkit-transition: box-shadow 0.5s; 
    -o-transition: box-shadow 0.5s;
    position: absolute;
	z-index: 99;
    top: 0px;
    left: 0px;
}
.header-inside{
    background: #fff;
    box-shadow: 0 5px 6px -5px #e7e7e7;
    height: 98px;
    width: 100%;
}
.logo-box{
    float: left;
    margin-top: 29px;
}
.logo-box img{
    display: block;
    width: 100%;
}
.logo-box .logo-active{
    display: none;
    transition: all 0.5s;
	-moz-transition: all 0.5s; 
	-webkit-transition: all 0.5s; 
	-o-transition: all 0.5s;
}
.nav{
    float: right;
    margin-top: 22px;
}
.nav-ul li{
    float: left;
    position: relative;
    padding: 0 20px;
}
.nav-ul li>a{
    color: #333;
    line-height: 54px;
    display: block;
    border-bottom: 3px solid transparent;
}
.header:hover{
    background: #fff;
    box-shadow: 0 5px 6px -5px #e7e7e7;
}
.nav-ul li a:hover, .nav-ul li.active a{
    border-bottom-color: #FF2400;
    color: #FF2400;
}
.nav-sub{
    position: absolute;
    top: 76px;
    left: 0px;
    z-index: 66;
    display: none;
    width: 100%;
    box-sizing: border-box;
    width: 166px;
}
.nav-sub dl dd{
    margin-top: 2px;
}
.nav-sub dl dd a{
    color: #333;
    background: #fff;
    display: block;
    line-height: 40px;
    padding-left: 18px;
}
.nav-sub dl dd:hover a{
    background: #FF2400;
    color: #fff;
}
@media(max-width: 1200px){
    .nav-ul li{
        padding: 0 10px;
    }
}
@media(max-width: 991px){
    .header > .container{
        width: 100%;
    }
    .header{
        height: 70px;
    }
    .nav{
        display: none;
    }
    .logo-box{
        margin-top: 15px;
    }
    .header-inside > .container{
        width: 100%;
    }
    .header-inside{
        height: 70px;
    }
}
@media(max-width: 599px){
    .header{
        height: 50px;
    }
    .logo-box{
        margin-top: 9px;
        width: 120px;
    }
    .header-inside{
        height: 50px;
    }
}
/* 产品中心 */
.public-title{
    padding-top: 78px;
    padding-bottom: 58px;
}
.public-title h2{
    font-size: 30px;
    line-height: 34px;
    font-weight: bold;
    text-align: center;
}
.hpro-item{
    max-width: 408px;
    overflow: hidden;
    position: relative;
    margin-bottom: 28px;
}
.hpro-img{
    width: 100%;
    overflow: hidden;
}
.hpro-img img{
    display: block;
    width: 100%;
}
.hpro-mask{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
    background: rgba(0,0,0,.5);
    padding: 20px;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hpro-info{
    height: 100%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 20px;
}
.hpro-item:hover .hpro-mask{
    top: 0px;
}
@media(max-width: 1200px){
    .public-title{
        padding-top: 50px;
        padding-bottom: 38px;
    }
}
@media(max-width: 991px){
    .public-title{
        padding-top: 30px;
        padding-bottom: 20px;
    }
}
@media(max-width: 767px){
    .public-title h2{
        font-size: 26px;
        line-height: 28px;
    }
    .hpro-item{
        margin: 0 auto 15px;
    }
}
/* 关于我们 */
.home-about{
    background: url(../img/habout_bg.jpg) no-repeat top;
    overflow: hidden;
    margin-top: 50px;
    padding: 105px 0px;
}
.habout-main{
    position: relative;
    float: right;
    width: 50%;
    padding: 0 25px;
    height: 430px;
    background-color: #fff;
}
.habout-top h2{
    font-size: 26px;
    color: #333;
    line-height: 30px;
    margin-top: 55px;
    margin-bottom: 15px;
}
.habout-top h2>span{
    color: #e70012;
}
.habout-title{
    height: 30px;
    margin-bottom: 25px;
}
.habout-title p{
    font-size: 26px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 20px;
}
.habout-title span{
    font-size: 16px;
    color: #999;
    vertical-align: middle;
    display: inline-block;
}
.habout-top i{
    display: block;
    width: 102px;
    height: 2px;
    background: #e70012;
}
.habout-info{
    margin-top: 25px;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 30px;
}
.habout-list{
    overflow: hidden;
}
.habout-item a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.habout-icon{
    height: 39px;
    margin-bottom: 15px;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.habout-item p{
    font-size: 20px;
}
.habout-icon-one{
    width: 48px;
    background: url(../img/habout_icon1.png) no-repeat center;
}
.habout-icon-two{
    width: 50px;
    background: url(../img/habout_icon2.png) no-repeat center;
}
.habout-icon-three{
    width: 31px;
    background: url(../img/habout_icon3.png) no-repeat center;
}
.habout-item:hover .habout-icon-one{
    background: url(../img/habout_on_icon1.png) no-repeat center;
}
.habout-item:hover .habout-icon-two{
    background: url(../img/habout_on_icon2.png) no-repeat center;
}
.habout-item:hover .habout-icon-three{
    background: url(../img/habout_on_icon3.png) no-repeat center;
}
@media(max-width: 1200px){
    .habout-top h2{
        margin-top: 45px;
    }
}
@media(max-width: 991px){
    .habout-main{
        float: none;
        width: 100%;
        height: auto;
        padding: 30px 15px;
    }
    .habout-top h2{
        margin-top: 0px;
    }
    .home-about{
        margin-top: 10px;
    }
}
@media(max-width: 767px){
    .home-about{
        padding: 50px 0px;
    }
    .habout-item p{
        font-size: 14px;
    }
    .habout-title p{
        margin-right: 5px;
    }
    .habout-title{
        margin-bottom: 18px;
    }
    .habout-info{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
/* 工程案例 */
.case-item{
    position: relative;
}
.case-info{
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    color: #fff;
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 50px;
    left: 0px;
}
.case-btn .swiper-button-next, .case-btn .swiper-button-prev{
    width: 52px;
    height: 52px;
    border: 3px solid #fff;
    border-radius: 50%;
    margin-top: -26px;
}
.case-btn .swiper-button-next{
    right: 60px;
    background: url(../img/next_btn.png) no-repeat center;
}
.case-btn .swiper-button-prev{
    left: 60px;
    background: url(../img/prev_btn.png) no-repeat center;
}
.case-btn .swiper-button-next:hover, .case-btn .swiper-button-prev:hover{
    background-color: #e70012;
    border-color: #e70012;
}
.case-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
@media(max-width: 991px){
    .case-info{
        bottom: 30px;
    }
    .case-btn .swiper-button-next{
        right: 20px;
    }
    .case-btn .swiper-button-prev{
        left: 20px;
    }
}
@media(max-width: 599px){
    .case-info{
        bottom: 15px;
        font-size: 18px;
        height: 28px;
        line-height: 28px;
    }
    .case-btn .swiper-button-next, .case-btn .swiper-button-prev{
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
}
/* 新闻中心 */
.hnews-main{
    padding-bottom: 60px;
}
.hnews-item{
    max-width: 408px;
    overflow: hidden;
}
.hnews-img{
    width: 100%;
    overflow: hidden;
    margin-bottom: 22px;
}
.hnews-img img{
    display: block;
    width: 100%;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hnews-date{
    float: left;
    width: 10%;
    font-weight: bold;
    font-size: 30px;
    color: #000;
}
.hnews-date .hnews-d{
    font-style: normal;
    border-bottom: 2px solid #000;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 8px;
    width: 36px;
}
.hnews-intro{
    float: right;
    width: 84%;
}
.hnews-intro h2{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}
.hnews-ms{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hnews-item:hover .hnews-img img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.hnews-item:hover .hnews-intro h2{
    color: #e70012;
}
@media(max-width: 1200px){
    .hnews-date{
        width: 12%;
    }
    .hnews-intro{
        width: 82%;
    }
}
@media(max-width: 991px){
    .hnews-main{
        padding-bottom: 35px;
    }
    .hnews-date{
        font-size: 24px;
    }
    .hnews-date .hnews-d{
        padding-bottom: 5px;
        margin-bottom: 5px;
    }
}
@media(max-width: 767px){
    .hnews-item{
        margin: 0 auto 15px;
    }
    .hnews-img{
        margin-bottom: 15px;
    }
    .hnews-date .hnews-d{
        width: 28px;
    }
    .hnews-intro{
        width: 87%;
    }
    .hnews-main{
        padding-bottom: 15px;
    }
}
/* 底部 */
.footer{
    padding-top: 55px;
    width: 100%;
    background-color: #313131;
    overflow: hidden;
    position: relative;
}
.footer-nav{
    padding-bottom: 50px;
    overflow: hidden;
}
.footer-ul{
    width: 22%;
    float: left;
    position: relative;
}
.footer-ul::before{
    content: "";
    width: 1px;
    height: 126px;
    background-color: #555;
    position: absolute;
    top: 0px;
    right: 0px;
}
.footer-ul li{
    margin-right: 58px;
    float: left;
    margin-bottom: 10px;
}
.footer-ul li a{
    color: #dcdcdc;
}
.footer-contact{
    width: 55%;
    float: left;
    position: relative;
    padding: 0 100px;
}
.footer-mid{
    float: left;
}
.footer-mid:last-child{
    float: right;
}
.footer-contact p{
    color: #dcdcdc;
    margin-bottom: 20px;
}
.footer-contact p>span{
    display: block;
    margin-bottom: 10px;
}
.footer-contact::before{
    content: "";
    width: 1px;
    height: 126px;
    background-color: #555;
    position: absolute;
    top: 0px;
    right: 0px;
}
.footer-code{
    float: right;
}
.footer-code p{
    color: #dcdcdc;
    text-align: center;
    padding-top: 8px;
}
.footer-wechat{
    width: 106px;
    float: left;
    margin: 0 10px;
}
.footer-wechat img{
    display: block;
    width: 100%;
}
.copy{
    border-top: 1px solid #555;
    color: #dcdcdc;
    padding: 30px 0;
}
.copy p{
    float: left;
}
.copy span{
    display: block;
    float: right;
}
.copy span>a{
    color: #dcdcdc;
    text-decoration: underline !important;
}
@media(max-width: 1199px){
    .footer-ul li{
        margin-right: 38px;
    }
    .footer-contact{
        padding: 0 50px;
    }
    .footer-wechat{
        width: 86px;
    }
    .footer-nav{
        padding-bottom: 40px;
    }
}
@media(max-width: 991px){
    .footer-mid{
        float: none;
    }
    .footer-mid:last-child{
        float: none;
    }
    .footer-ul, .footer-contact{
        width: 100%;
        float: none;
        text-align: center;
    }
    .footer-ul::before, .footer-contact::before{
        width: 0px;
        height: 0px;
    }
    .footer-ul li{
        margin-right: 15px;
        margin-bottom: 15px;
        display: inline-block;
        float: none;
    }
    .footer-ul li a{
        font-size: 14px;
    }
    .footer-contact{
        padding: 0px 0px 0px 15px;
    }
    .footer-contact p{
        font-size: 14px;
        margin-bottom: 6px;
    }
    .footer-contact p>span{
        margin-bottom: 0px;
    }
    .footer-code{
        display: none;
    }
    .copy{
        text-align: center;
        padding: 15px 0;
        font-size: 14px;
    }
    .copy p{
        float: none;
    }
    .copy span{
        float: none;
    }
    .footer{
        padding-top: 25px;
    }
    .footer-nav{
        padding-bottom: 10px;
    }
}
@media(max-width: 599px){
    .footer-ul li{
        margin-bottom: 10px;
    }
}
/* 关于我们 */
.weizhi{
    height: 59px;
    border-bottom: 1px solid #dcdcdc;
}
.weizhi-left{
    float: left;
}
.weizhi-right{
    float: right;
    text-align: right;
    line-height: 59px;
    color: #999;
    font-size: 14px;
    padding-left: 25px;
    background: url(../img/weizhi_icon.png) no-repeat left center;
}
.weizhi-right a{
    color: #999;
}
.weizhi-left h2{
    padding: 0 40px;
    background: #FF2400;
    line-height: 59px;
}
.weizhi-left h2>a{
    color: #fff;
}
.weizhi-right a:hover{
    color: #FF2400;
}
.inside-main{
    padding-top: 60px;
}
.about-main{
    padding-bottom: 60px;
}
.about-main img{
    width: 100%;
    display: block;
    margin-bottom: 25px;
}
.about-main p{
    line-height: 30px;
    color: #666;
    text-indent: 24px;
}
@media(max-width: 991px){
    .inside-main{
        padding-top: 20px;
    }
    .about-main{
        padding-bottom: 40px;
    }
    .weizhi-right{
        float: none;
        width: 100%;
        text-align: left;
        line-height: 40px;
    }
    .weizhi{
        height: auto;
        border-bottom: none;
    }
    .weizhi-left h2{
        line-height: 48px;
        padding: 0 30px;
    }
}
@media(max-width: 599px){
    .about-main{
        padding-bottom: 30px;
    }
    .about-main img{
        margin-bottom: 15px;
    }
}
/* 联系我们 */
.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: #FF2400;
    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;
    }
}
/* 新闻中心 */
.news-main{
    padding-top: 32px;
}
.news-ul li{
    padding: 28px 0px;
    border-bottom: 1px solid #dcdcdc;
}
.news-img{
    float: left;
    width: 194px;
}
.news-info{
    float: right;
    width: calc(100% - 220px);
}
.news-info-main{
    width: 100%;
    overflow: hidden;
}
.news-cont{
    float: left;
    width: calc(100% - 150px);
    padding: 0 30px;
}
.news-cont h2{
    font-size: 20px;
    color: #333;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}
.news-cont span{
    color: #999;
    font-size: 14px;
}
.news-ms{
    font-size: 16px;
    line-height: 28px;
    color: #666;
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news-date{
    width: 150px;
    float: right;
    text-align: center;
    border-left: 1px solid #dcdcdc;
    padding-top: 30px;
    padding-bottom: 30px;
}
.news-date strong{
    font-size: 48px;
    color: #FF2400;
    display: block;
    margin-bottom: 15px;
}
.news-date span{
    font-size: 16px;
    color: #666;
}
.news-ul li:hover .news-cont h2{
    color: #FF2400;
}
@media(max-width: 991px){
    .news-main{
        padding-top: 0px;
    }
    .news-date{
        width: 100px;
    }
    .news-cont{
        width: calc(100% - 100px);
    }
}
@media(max-width: 767px){
    .news-img{
        margin: 0 auto 10px;
        float: none;
    }
    .news-ul li{
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .news-info{
        width: 100%;
        float: none;
    }
    .news-cont{
        padding-right: 20px;
    }
    .news-cont h2{
        margin-bottom: 5px;
    }
    .news-ms{
        margin-top: 5px;
    }
    .news-date{
        padding-top: 15px;
        padding-bottom: 25px;
    }
}
@media(max-width: 599px){
    .news-date strong{
        font-size: 32px;
        margin-bottom: 5px;
    }
    .news-date span{
        font-size: 14px;
    }
    .news-ms{
        font-size: 14px;
        line-height: 24px;
    }
    .news-date{
        width: 70px;
    }
    .news-cont{
        width: calc(100% - 70px);
    }
}
/* 产品中心 */
.pro-ul li{
    margin-bottom: 35px;
    width: 100%;
    position: relative;
}
.pro-img{
    width: 100%;
    overflow: hidden;
}
.pro-img img{
    display: block;
    width: 100%;
    -moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.pro-item{
    position: absolute;
    width: 42%;
    top: 50%;
    transform: translate(0, -50%);
    background: #fff;
    padding: 35px;
}
.pro-ul li:nth-child(odd) .pro-item{
    left: 50px;
}
.pro-ul li:nth-child(even) .pro-item{
    right: 50px;
}
.pro-ul li:last-child{
    margin-bottom: 0px;
}
.pro-item h2{
    font-size: 30px;
    line-height: 30px;
    color: #333;
}
.pro-info{
    margin: 30px 0px;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.pro-item a{
    display: block;
    text-align: center;
    line-height: 48px;
    width: 160px;
    height: 48px;
    background: #FF2400;
    color: #fff;
}
.pro-ul li:hover .pro-img img{
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
@media(max-width: 1200px){
    .pro-item{
        padding: 25px 30px;
    }
    .pro-info{
        margin: 25px 0px;
    }
    .pro-item h2{
        font-size: 26px;
        line-height: 26px;
    }
}
@media(max-width: 991px){
    .pro-item{
        width: 50%;
    }
    .pro-item{
        padding: 15px 20px;
    }
    .pro-info{
        margin: 15px 0px;
    }
    .pro-item h2{
        font-size: 18px;
        line-height:18px;
    }
    .pro-info{
        font-size: 14px;
        line-height: 22px;
        -webkit-line-clamp: 2;
    }
    .pro-item a{
        width: 100px;
        height: 40px;
        line-height: 40px;
    }
    .pro-ul li{
        margin-bottom: 20px;
    }
    .pro-ul li:nth-child(odd) .pro-item{
        left: 30px;
    }
    .pro-ul li:nth-child(even) .pro-item{
        right: 30px;
    }
}
@media(max-width: 599px){
    .pro-item{
        width: 80%;
    }
    .pro-ul li:nth-child(odd) .pro-item{
        left: 10px;
    }
    .pro-ul li:nth-child(even) .pro-item{
        right: 10px;
    }
    .pro-info{
        -webkit-line-clamp: 1;
    }
    .pro-info{
        margin: 5px 0px;
    }
    .pro-item h2{
        font-size: 16px;
        line-height:16px;
    }
    .pro-item a{
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .pro-item{
        padding: 5px 20px;
    }
}
.pros-main{
    /*text-align: center;*/
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
}
.pros-page{
    padding: 20px 0px;
}
@media(max-width: 599px){
    .pros-main img{
        display: block;
        width: 100%;
    }
}