﻿/* 公司简介 */

.pc-abstract>.center{
    display: flex;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 100px;
}
.pc-abstract-img{
    width: 40.5%;
}
.pc-abstract-img img{
	width: 100%;
}
.pc-abstract-text{
    width: 56%;
    padding-left: 63px;

}
.pc-abstract-text span{
    color: #7092bf;
    font-size: 24px;
    margin-bottom: 2%;
    display: block;
}
.pc-abstract-text p{
    line-height: 29px;
    text-indent: 2em;
    color: #666666;
}
/* 合作伙伴 */
.pc-partners{
    width: 100%;
    height: auto;
    background: #94a4b9;
    color: #ffffff;
}
.pc-partners-one{
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 25PX;
    padding-top: 5%;
}
.pc-partners-one p{
    margin-bottom: 1.6%;
}

.pc-partners-two{
    width: 100%;
    display: flex;
	display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    /*margin-top: 5%;*/
    padding-bottom: 5%;
}
.pc-partners-img{
    width: 25%;
    height: 100%;
}



/* 工程展示 */
.pc-productShow{
    width: 100%;
    height: auto;
    background: #ffffff;
    padding-bottom: 10%;
}
.pc-productShow-one{
    width: 100%;
    height: auto;
    text-align: center;
}
.pc-productShow-two{
    padding-top: 5%;
    width: 100%;
    height: auto;
}

.swiper-col-box{
    position: relative;

}
.productShow-button-prev,.productShow-button-next{
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,.5);
    text-align: center;
    line-height: 50px;
    z-index: 99;
    color: #ffffff;
    cursor: pointer;

}
.productShow-button-prev{
    position: absolute;
    top: 55%;
    right: 15px;
}
.productShow-button-next{
    position: absolute;
    top: 55%;
    left: 0;

}
.about_us-en{
    font-size: 16px;
}




@media only screen and (max-width: 1200px){

	.pc-abstract>.center{
		padding-bottom: 0;
	}
	.pc-abstract-text p{
		line-height: 35px;
		font-size: 13px;
    }
    .pc-partners-one p{
        line-height: 35px;
		font-size: 13px;
    }
	.pc-abstract-img{
		width: 100%;
	}
	.pc-abstract-text{
		width: 100%;
        padding-left: 0;
        padding-bottom: 5%;
	}
	.pc-abstract-text h1{
		font-size: 16px;
	}
	
	.pc-partners-img img{
		float: none !important;
	}
	.img-cols{
        width: 25%;
        margin: 0 auto;
    }
    
    .pc-abstract-text span{
        font-size: 22px;
        text-align: center;
    }
    .productShow-button-prev{
        right: 0px;
    }
    .productShow-button-prev, .productShow-button-next{
        display: none;
    }
    .about_us-en{
        font-size: 14px;
    }
    .swiper-wrapper{
        text-align: center;
    }
    .swiper-slide{
        width: 99%;
    }
	
}