﻿
.container{
	padding-right: 0px;
    padding-left: 0px;
}

.factory_profile{
	background: url("https://www.commsat.cn/static/images/bg_04.jpg") no-repeat;

	background-size: 100% 100%;
}
.factory_profile p {
	display: block;
	width: 920px;
	color: #fff;
	text-align: center;
	margin: 66px auto;
	margin-bottom: 53px;
	font-size: 17px;
}
.factory_profile video{
	display: block;
	margin: auto;
	width: 970px;
	border: 2px solid #fff;
	border-radius: 2px;
}
.factory_features{
	position: relative;
	background-color: #252621;
}

.features_con{
	padding-left: 23px;
}

.features_con h3,.features_con p{
	color: #fff;
}
.features_con h3{
	font-size: 42px;
	margin-bottom: 50px;
	margin-top: 108px;
}
.features_con p{
	font-size: 17px;
	line-height: 31px;
}
.features_con>img{
	margin-top: 40px;
}
.features_pic,.features_pic_2{


}
.features_pic img{
/*	position: relative;
    left: 0;*/
}
.features_con_2{
	padding-left: 83px;
	float: right;
}
.features_pic_2{
	left: -10.2%;
}

/*工厂轮播开始*/
.swiper_lunbo {
	position: relative;
	width: 100%;
    max-width: 1553px;
    margin: 0 auto;
}
.swiper-container {
    margin: 50px 50px;

}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    border: 3px solid #e7e7e7; 
    
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(255,255,255,0.7);
}
.swiper-slide p{
	width: 100%;
	color: #000;
	margin: 20px auto;

}
.swiper-slide img{
	width: 100%;
}

/*工厂轮播结束*/
@media (max-width: 1599px){
	.features_pic_2 {
    left: -26.2%;}
}
@media (max-width: 1399px){
	.features_pic_2 {
    left: -30.2%;}
}
@media (max-width: 1199px){
	.features_pic_2 {
    left: -46.6%;}
}

@media (max-width: 991px){
	.factory_profile p{
		width: auto;
		margin: 24px auto 24px;
    	font-size: 9px;
	}
	.factory_profile video{
		width: 100%;
	}
	.factory_features{
		position: relative;
	}
	.features_con h3{
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	}
	.features_con p{
	font-size: 9px;}
	.features_pic,.features_pic_2{
		position: relative;
	}
	.features_pic img{
		position: relative;
		width: 100%;
	}
	.features_con_2{
		float: left;
		padding-left: 23px;
	}
	.features_pic_2 {
    left: 0px;
	}
	
}