@charset "UTF-8";
/**
 * 
 * @authors Your Name (you@example.org)
 * @date    2017-10-18 08:57:34
 * @version $Id$
 */
/* 头部 */
header{
    width:100%;
    z-index: 10;
    position: relative;
}
.header{
    height: 100px;
    overflow: hidden;
}
.logo{
    margin-top: 3px;
    position: relative;
}
.logo img{
    display: block;
    width: 100%;
}
.hotline{
    height: 40px;
    position: relative;
    margin-top: 30px;
}
.hotline p{
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    vertical-align:middle;
    line-height: 40px;
}
.hotline span{
    font-size: 24px;
    color: #ff0000;
    display: inline-block;
    font-family: Tahoma;
    vertical-align:middle;
    line-height: 40px;
}
@media(max-width: 991px) {
    header > .container{
        width: 100%;
    }
    .header{
        height: 70px;
    }
    .logo{
        margin-top: 5px;
    }
    .logo img{
        width: 300px;
    }
    .hotline{
        display: none;
    }
    
}
@media(max-width: 549px){
    .logo{
        margin-top: 12px;
        margin-left: -10px;
    }
    .logo img{
        width: 240px;
    }
}
/* 导航 */
#nav{
    width: 100%;
    background-color: #004aae;
}
.nav li{
    float: left;
    position: relative;
    margin-right: 74px;
}
.nav li:last-child{
    margin-right: 0px;
}
.nav li > a{
    display: block;
    padding: 0 25px;
    line-height: 50px;
    height: 50px;
    color: #fff;
    font-size: 16px;
}
.nav li.active > a, .nav li > a:hover{
    background-color: #ff0000;
}
.nav li .sub_dl{
    position: absolute;
    top: 50px;
    left: 0px;
    width: 100%; 
    display: none;
    padding: 9px 0px;
    background: rgba(255, 255, 255, .5);
}
.sub_dl dd{
    text-align: center;
}
.sub_dl dd a{
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
}
.sub_dl dd a:hover{
    color: #004aae;
}
@media(max-width: 1400px){
    .nav li{
        margin-right: 58px;
    }
}
@media(max-width: 1199px){
    .nav li{
        margin-right: 40px;
    }
    .nav li > a{
        padding: 0 18px;
    }
}
/* 导航按钮 */
#navToggle{
	display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #004aae;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#navToggle::before {
    margin-top: -7px;
}
#navToggle::after {
    margin-top: 7px;
}
#navToggle span,
#navToggle::after,
#navToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show span {
    opacity: 0;
}
#navToggle span, #navToggle::after, #navToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#navToggle.show::before {
    margin-top: 0;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#navToggle.show::after {
    margin-top: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media(max-width: 991px){
    #navToggle{
		display: block;
    }
    header .nav{
		display: none;
    }
}
/* banner */
.swiper-container{
    width: 100%;
    max-width: 1920px;
}
#banner .swiper-slide img{
    width: 100%;
    display: block;
}
.swiper-button-next1, .swiper-button-prev1{
    width: 60px;
    height: 60px;
    margin-top: -30px;
    background-color: #004aae;
    background-size: 16px 30px; 
}
.swiper-button-prev1{
    background-image: url(../img/prev_icon.png);
    left: 50px;
}
.swiper-button-next1{
    background-image: url(../img/next_icon.png);
    right: 50px;
}
.swiper-button-next1:hover, .swiper-button-prev1:hover{
    background-color: #ff0000;
}
@media (max-width: 991px){
    .swiper-button-next1, .swiper-button-prev1{
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }
    .swiper-button-prev1{
        left: 10px;
    }
    .swiper-button-next1{
        right: 10px;
    }
}
/* 关于我们 */
.index-about{
    padding: 100px 0;
}
.about-us{
    width: 50%;
    float: left;
}
.about-header h2{
    font-weight: bold;
    color: #004aae;
    font-size: 48px;
    margin-bottom: 10px;
}
.about-header span{
    font-size: 24px;
    color: #004aae;
    display: block;
    margin-bottom: 15px;
}
.about-header i{
    display: block;
    width: 47px;
    height: 3px;
    background-color: #004aae;
}
.about-main{
    margin-top: 100px;
    padding-right: 10px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 80px;
}
.about-main h4{
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
}
.about-cont{
    color: #666;
    line-height: 30px;
}
.more-about{
    display: block;
    width: 175px;
    height: 43px;
    padding: 0 20px;
    line-height: 43px;
    color: #fff;
    font-size: 14px;
    background-image: url(../img//more_arrow.png);
    background-position: right 20px center;
    background-color: #004aae;
    background-repeat: no-repeat;
    transition: all .5s;
}
.more-about:hover{
    background-position: right 30px center;
}
.about-img{
    width: 50%;
    float: right;
    padding-left: 10px;
}
.about-ul{
    width: 100%;
    overflow: hidden;
    text-align: center;
}
.about-ul li{
    margin-right: 20px;
    width: 47%;
    display: inline-block;
}
.about-ul li:last-child{
    margin-right: 0px;
}
.about-ul li > a{
    display: block;
}
.about-item{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.about-item>img{
    display: block;
    width: 100%;
}
.about-other{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 22;
    padding-left: 26px;
    padding-top: 45px;
    height: 100%;
    text-align: left;
}
.about-other .culture-icon{
    width: 41px;
}
.about-other .honor-icon{
    width: 39px;
}
.other-info{
    position: absolute;
    bottom: 46px;
    left: 26px;
}
.other-info p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 12px;
}
.other-info span{
    display: block;
    font-size: 14px;
    color: #fff;
}
.about-mask{
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, .3);
    border: 4px solid #004aae;
    width: 100%;
    height: 100%;
    z-index: 66;
    display: none;
    -moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.about-ul li:hover .about-mask{
    display: block;
}
@media(max-width: 1199px){
    .index-about{
        padding: 50px 0;
    }
    .about-main{
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
@media(max-width: 991px){
    .index-about{
        padding: 30px 0;
    }
    .about-us{
        float: none;
        width: 100%;
        margin-bottom: 30px;
    }
    .about-header h2{
        font-size: 24px;
    }
    .about-header span{
        font-size: 18px;
        margin-bottom: 12px;
    }
    .about-main{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .about-img{
        float: none;
        width: 100%;
        padding-left: 0px;
    }
}
@media(max-width: 767px){
    .index-about{
        padding-left: 15px;
        padding-right: 15px;
    }
    .about-cont{
        line-height: 24px;
    }
    .about-ul li{
        margin-right: 0px;
    }
    .about-other{
        padding-top: 25px;
        padding-left: 14px;
    }
    .about-other .culture-icon{
        width: 33px;
    }
    .about-other .honor-icon{
        width: 35px;
    }
    .other-info{
        bottom: 20px;
        left: 14px;
    }
    .other-info p{
        font-size: 16px;
        margin-bottom: 0px;
    }
}
/* 产品中心 */
.index-pro{
    background: url(../img/pro_bg.jpg) no-repeat center;
    overflow: auto;
    height: 760px;
}
.index-title{
    padding-top: 100px;
    text-align: center;
    color: #fff;
    padding-bottom: 60px;
}
.index-title h2{
    font-size: 36px;
    margin-bottom: 18px;
    font-weight: bold;
}
.pro-main{
    padding-top: 40px;
    overflow: hidden;
}
.pro-box{
    max-width: 408px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background-color: rgba(0, 0, 0, .5);
    padding-top: 38px;
    padding-bottom: 33px;
    text-align: center;
    cursor: pointer;
}
.pro-show p{
    padding-top: 30px;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.pro-hide{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0px;
    background-color: #fff;
    border-bottom: 4px solid #004aae;
    text-align: center;
    -moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.pro-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
.pro-text h5{
    font-size: 30px;
    color: #004aae;
    font-weight: bold;
    margin-bottom: 10px;
}
.pro-text span{
    display: block;
    margin-bottom: 15px;
}
.pro-text a{
    color: #004aae;
}
.pro-box:hover .pro-hide, .pro-active .pro-hide{
    top: 0px;
}
.pro-text a:hover{
    text-decoration: underline !important;
}
@media(max-width: 991px){
    .index-pro{
        height: auto;
        padding-bottom: 50px;
    }
    .index-title{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .index-title h2{
        font-size: 24px;
        margin-bottom: 14px;
    }
    .pro-main{
        padding-top: 0px;
    }
    .pro-show p{
        padding-top: 24px;
        font-size: 24px;
    }
    .pro-text h5{
        font-size: 24px;
    }
    .pro-text span{
        font-size: 12px;
    }
}
@media(max-width: 767px){
    .pro-box{
        margin-bottom: 15px;
    }
}
/* 新闻中心 */
.public-title h2{
    color: #222;
}
.public-title p{
    color: #999;
}
.news-box{
    max-width: 408px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
.news-img{
    overflow: hidden;
}
.news-img img{
    display: block;
    width: 100%;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.news-box .news-bottom{
    padding: 22px 20px 30px;
	background: #f5f5f5;
}
.news-bottom h4{
    overflow: hidden;
    height: 32px;
    line-height: 32px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.news-bottom h4>a{
    font-size: 16px;
    font-weight: bold;
}
.news-bottom span{
    display: block;
    font-size: 12px;
    color: #999999;
    padding-bottom: 4px;
}
.news-bottom .news-ms{
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}
.news-box:hover h4{
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
	-moz-transform: translateX(10px);
	-ms-transform: translateX(10px);
	-o-transform: translateX(10px);
}
.news-box:hover h4>a{
    color: #004aae;
}
.news-box:hover .news-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
@media(max-width: 991px){
    .news-box .news-bottom{
        padding: 10px 15px 15px;
    }
    .news-bottom .news-ms{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .news-box{
        margin-bottom: 15px;
    }
}
/* 工程业绩 */
.performance{
    overflow: hidden;
    padding-bottom: 100px;
}
.performance .swiper-container{
    box-shadow: 0 0 10px #f3f3f3;
}
.performance-slide{
    width: 25%;
    overflow: hidden;
    cursor: pointer;
}
.performance-img{
    overflow: hidden;
}
.performance-img img{
    display: block;
    width: 100%;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
}
.performance-box{
    padding: 30px 0px 30px 20px;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    position: relative;
}
.add-more{
    width: 25px;
    height: 25px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -12px;
    display: block;
    background: url(../img/add_icon.png) no-repeat center;
}
.performance-ms{
    width: 80%;
}
.performance-ms h4{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
}
.performance-ms p{
    font-size: 12px;
    color: #999;
    line-height: 18px;
}
.swiper-button-next2, .swiper-button-prev2{
    width: 51px;
    height: 51px;
    margin-top: -46px;
    background-size: 51px 51px; 
}
.swiper-button-prev2{
    background-image: url(../img/honor_prev.png);
    left: 50px;
}
.swiper-button-next2{
    background-image: url(../img/honor_next.png);
    right: 50px;
}
.swiper-button-prev2:hover{
    background-image: url(../img/honor_prev_active.png);
}
.swiper-button-next2:hover{
    background-image: url(../img/honor_next_active.png);
}
.performance-slide:hover .performance-box{
    background-color: #004aae;
}
.performance-slide:hover .performance-box p{
    color: #fff;
}
.performance-slide:hover .performance-box h4>a{
    color: #fff;
}
.performance-slide:hover .performance-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
@media (max-width: 991px){
    .performance-slide{
        width: 50%;
    }
    .performance{
        padding-bottom: 10px;
    }
}
@media(max-width: 767px){
    .performance-slide{
        width: 100%;
    }
    .swiper-button-next2, .swiper-button-prev2{
        margin-top: -76px;
    }
    .performance-box{
        padding-top: 20px;
    }
}
/* 底部版权 */
.footer{
    padding-top: 50px;
    background: #2d2d2d;
    overflow: hidden;
}
.footer-box{
    padding-bottom: 50px;
    overflow: hidden;
}
.footer-ul{
    float: left;
}
.footer-ul li{
    float: left;
    margin-right: 70px;
}
.footer-ul li:last-child{
    margin-right: 0px;
}
.footer-ul li h2{
    color: #fff;
    font-size: 20px;
    margin-bottom: 18px;
}
.footer-ul li dl dd>a{
    color: #b9b9b9;
    line-height: 30px;
}
.contact-user{
    float: left;
    margin-right: 26px;
}
.footer-dl{
    margin-right: 0px;
}
.footer-wechat{
    float: right;
}
.footer-wechat h2{
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
}
.wechat-img dl dd{
    margin-right: 18px;
    float: left;
    text-align: center;
    color: #fff;
}
.wechat-img dl dd P{
    margin-top: 20px;
}
.copy{
    height: 80px;
    border-top: 1px solid #c9c9c9;
}
.copy p{
    color: #c9c9c9;
    float: left;
    line-height: 80px;
}
.copy span{
    float: right;
    display: block;
    color: #c9c9c9;
    line-height: 80px;
}
.copy span>a{
    color: #c9c9c9;
}
@media(max-width: 1200px){
    .footer-ul{
        float: none;
    }
    .footer-wechat{
        float: none;
    }
}
@media(max-width: 991px){
    .footer{
        padding-top: 38px;
    }
    .footer-ul{
        margin-bottom: 20px;
    }
    .footer-ul li{
        margin-right: 30px;
    }
    .footer-ul li h2{
        font-size: 18px;
    }
    .footer-ul li dl dd > a{
        font-size: 14px;
    }
    .footer-wechat h2{
        font-size: 18px;
    }
    .footer-box{
        padding-bottom: 30px;
    }
}
@media(max-width: 767px){
    .footer-wechat{
        display: none;
    }
    .footer-ul li{
        margin: 0 40px 20px;
    }
    .contact-user{
        float: none;
    }
    .footer-box{
        padding-bottom: 0px;
    }
    .copy{
        height: 66px;
    }
    .copy p{
        font-size: 14px;
        float: none;
        text-align: center;
        line-height: 24px;
        padding-top: 10px;
    }
    .copy span{
        font-size: 14px;
        float: none;
        text-align: center;
        line-height: 24px;
    }
}
/* 手机导航 */
.mask{
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    z-index: 900;
    left: 0;
    top: 0;
	display:none;
}
#mobileMenu {
    position: fixed;
    right: -250px;
    top: 0;
    margin: 0;
    width: 250px;
    height: 100vh;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 1110;
    background: #fff;
}
#mobileMenu .hello {
    height: 70px;
    background-color: #fff;
    border-bottom: 1px solid #F0F0F0;
	padding-left: 25px;
	position: relative;
	padding-top: 8px;
}
#mobileMenu .hello h3{
	font-size: 20px;
	color: #000;
	font-weight: bold;
	line-height: 54px;
}
#mobileMenu .hello h4{
	font-size: 14px;
	color: #000;
	line-height: 23px;
}
#mobileMenu .hello .cha{
	cursor: pointer;
	height: 40px;
	width: 40px;
	position: absolute;
	right: 15px;
	top: 15px;
	background: url(../img/cha.png) no-repeat;
}
#mobileMenu .menu_li>a{
	position: relative;
}
#mobileMenu .menu_li>a::after {
    content: "";
    display: block;
    background: url(../img/arrow_icon2.png) no-repeat;
    width: 16px;
    height: 9px;
    position: absolute;
    right: 25px;
    top: 18px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.menu_li.on{
	background: #004aae;
	color: #fff;
}
.menu_li.on a::after{
	transform: rotate(180deg);
}
#mobileMenu .menu .menu_li.on>a{
	color: #fff;
}
#mobileMenu .menu a {
    display: block;
    font-size: 14px;
    padding-left: 25px;
    color: #666;
    line-height: 50px;
    border-bottom: 1px solid #E6E6E6;
}
#mobileMenu .menu a:hover{
	background-color: #004aae;
    text-decoration: none;
    color:#fff;
}
.menu_dl{
	display: none;
}
.menu_dl dd a{
	background: #f5f5f5;
}
#mobileMenu.show {
    -webkit-transform: translateX(-250px);
    transform: translateX(-250px);
}
.show {
    display: block !important;
}
html.show, body.show {
    overflow: hidden;
    height: 100vh;
    width: 100%;
    position: fixed;
    -webkit-overflow-scrolling: auto;
    -webkit-transform: translateZ(0px);
}

/* 关于我们 */
.inside-banner{
    width: 100%;
}
.inside-banner img{
    display: block;
    width: 100%;
}
.content-top{
    background: #f5f5f5;
	width: 100%;
    line-height: 60px;
    height: 60px;
    overflow: hidden;
}
.content-top .weizhi{
    float: left;
    position: relative;
}
.content-top .weizhi a{
	font-size: 24px;
    color: #004aae;
    font-weight: bold;
}
.content-nav{
	float: right;
	overflow: hidden;
}
.content-nav li{
	float: left;
}
.content-nav li a{
	display: block;
    width: 120px;
    text-align: center;
}
.content-nav li.on a{
    color: #fff;
    background-color: #004aae;
}
.content-nav li a:hover{
	color: #fff;
    background-color: #004aae;
}
.public-content{
    padding-top: 60px;
    padding-bottom: 80px;
}
.about-box{
    padding-top: 26px;
}
.about-box p{
    line-height: 30px;
    text-indent: 24px;
}
@media(max-width: 991px){
    .content-top{
        background: none;
        margin-top: 20px;
    }
    .content-top .weizhi{
        background: #004aae;
        padding: 0 15px;
        width: 100%;
    }
    .content-top .weizhi a{
        font-size: 18px;
        line-height: 40px;
        color: #fff;
    }
    .content-nav{
        display: none;
    }
    .content-nav li{
        float: none;
    }
    .content-nav li a{
        width: 100%;
        font-size: 14px;
        border-bottom: 1px solid #d2d2d2;
        border-left: 1px solid #d2d2d2;
        border-right: 1px solid #d2d2d2;;
    }
    .public-content{
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .content-nav li.on a{
        color: #004aae;
        background-color: #fff;
    }
    .content-nav li a:hover{
        color: #004aae;
        background-color: #fff;
    }
}
@media (max-width: 767px){
    .content-top .weizhi{
		width: 100%;
		float: none;
	}
	.content-nav{
		width: 100%;
		float: none;
    } 
    .content-top{
        height: auto;
        line-height: 40px;
    }
}
/* 联系我们 */
.contact-wrap{
    margin-bottom: 28px;
    overflow: hidden;
}
.contact-ways{
    float: left;
    width: 340px;
    padding: 0 15px 32px;
    background-color: #f5f5f5;
}
.contact-ways li{
    padding: 20px 0;
    border-bottom: 1px solid #d2d2d2;
}
.contact-ways li img{
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}
.contact-ms{
    display: inline-block;
    vertical-align: middle;
}
.contact-ms span{
    color: #666;
}
.ditu-img{
    float: right;
    width: calc(100% - 370px);
    overflow: hidden;
}
.ditu-img img{
    display: block;
    width: 100%;
}
.cont-item{
    position: relative;
    background-color: #f5f5f5;
    height: 160px;
}
.cont-user{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 180px;
    transform: translate(-50%, -50%);
}
.cont-item P{
    font-size: 14px;
    color: #666;
}
.cont-item P>span{
    font-size: 18px;
    color: #333;
    padding-right: 10px;
}
@media(max-width: 991px){
    .contact{
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
    }
    .contact-ways{
        float: none;
        margin: 0;
        width: 100%;
        overflow: hidden;
        background: none;
        padding-bottom: 10px;
    }
    .ditu-img{
        float: none;
        width: 100%;
    }
    .cont-item{
        height: 100px;
    }
    .contact-ways li{
        padding: 15px 20px;
        width: 48%;
        margin: 0 1% 10px;
        float: left;
        background: #f5f5f5;
        border-bottom: none;
    }
    .contact-ways li:last-child{
        width: 98%;
    }
    .contact-ways li img{
        margin-right: 10px;
    }
    .contact-ms span{
        font-size: 14px;
    }
    .cont-item{
        margin-bottom: 20px;
    }
}
@media(max-width: 559px){
    .contact-ways li{
        width: 98%;
        float: none;
    }
}
/* 新闻中心 */
.index-news .news-box{
    margin-bottom: 30px;
}
.news-content{
    padding-bottom: 40px;
}
/* 分页 */
.page-box{
    height: 34px;
    text-align: center;
    margin-bottom: 80px;
}
.page-box a{
    display: inline-block;
    height: 34px;
    border: 1px solid #dcdcdc;
    line-height: 34px;
    padding: 0 10px;
    color: #666;
    font-size: 14px;
    margin: 0px 3.5px;
}
.page-box a.page-on{
    color: #fff;
    background-color: #e40011;
    border: 1px solid #e40011;
}
.page-box span{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    font-size: 14px;
    margin: 0px 3.5px;
    color: #fff;
    background-color: #e40011;
    border: 1px solid #e40011;
}
@media(max-width: 991px){
    .page-box a{
        margin-bottom: 10px;
    }
    .page-box{
        margin-bottom: 30px;
    }
    .index-news .news-box{
        margin-bottom: 20px;
    }
    .news-content{
        padding-bottom: 10px;
    }
    .prosinfo-img img{
        display: block;
        width: 100%;
    }
}
.about-content img{
}
@media(max-width:991px){
    .about-content img{
        width: 100%;
    }
}
/* 产品中心 */
.pro-ul{
    overflow: hidden;
    padding-bottom: 50px;
    text-align: center;
    font-size:0;
}
.pro-ul li{
    display: inline-block;
    background-color: #fff;
    border: 1px solid #004aae;
    margin-right: 60px;
}
.pro-ul li a{
    display: block;
    width: 200px;
    line-height: 40px;
    height: 40px;
}
.pro-ul li:hover a, .pro-ul li.on a{
    color: #fff;
    background-color: #004aae;
}
.pro-ul li:last-child{
    margin-right:0px; 
}
.pro-list{
    display: none;
}
.pro-on{
    display: block;
}
.pro-img{
    overflow: hidden;
}
.pro-img img{
    display: block;
    width: 100%;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.pro-item p{
    height: 54px;
    line-height: 54px;
    text-align: center;
}
.pro-item:hover .pro-img img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
}
.pro-item:hover p{
    color: #004aae;
}
@media(max-width: 991px){
    .pro-ul{
        padding-bottom: 30px;
    }
    .pro-item p{
        height: 40px;
        line-height: 40px;
    }
}
@media(max-width: 569px){
    .pro-ul{
        padding-bottom: 0px;
    }
    .pro-ul li{
        margin-right: 10px;
        margin-bottom: 20px;
    }
    .pro-ul li a{
        width: 90px;
        height: 34px;
        line-height: 34px;
        font-size: 14px;
    }
}
.inside-page{
    width:100%;
    line-height:30px;
    text-align:left;
    border-top:solid 1px #CCCCCC;
    padding-top:20px;
    padding-left: 120px;
    padding-bottom: 20px;
}
@media(max-width: 449px){
    .col-xss-12{
        width: 100%;
    }
}
/* 导航按钮 */
#pronavToggle{
    display: none;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
	box-sizing: border-box;
	width: 70px;
	height: 70px;
	padding: 15px;
	background: #004aae;
	padding: 0;
	right: 0px;
	top: 0px;
	z-index: 999;
	-moz-transition: -moz-transform 0.3s;
	-o-transition: -o-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;	
}
#pronavToggle::before {
    margin-top: -7px;
}
#pronavToggle::after {
    margin-top: 7px;
}
#pronavToggle span,
#pronavToggle::after,
#pronavToggle::before {
    height: 2px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #000;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
#pronavToggle.show span {
    opacity: 0;
}
#pronavToggle span, #pronavToggle::after, #pronavToggle::before {
    height: 3px;
    width: 22px;
    top: 50%;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    position: absolute;
    display: block;
    content: '';
    text-indent: -9999px;
    transition: all 300ms ease-in-out;
}
@media(max-width:991px){
    #pronavToggle{
        display: block;
    }
    #pronavToggle{
        width: 60px;
        height: 60px;
    }
}
@media(max-width: 767px){
    #pronavToggle{
        width: 40px;
        height: 40px;
    }
    .inside-page{
        padding-left: 20px;
    }
}
