
.clear{
	clear: both;
}


.section-banner{
	background-image: url(../img/solution-1.jpg);
}
.section-banner .banner-title h3{
	color: #FFFFFF;
}

.cantainer{
	width: 100%;
}
.cantainer .bred-nav{
	margin: 0 auto;
}
.cantainer .bred-nav .bred-act{
	color: #999999;
}


.cantainer .section1{
	width: 100%;
	background: #f9f9f9;
	padding: 42px 0;
}
.cantainer .section1 .section1-content{
	width: 1280px;
	margin: 0 auto;

}
.section1 .section1-content .left{
	width: 310px;
	float: left;
}
.section1 .section1-content .right{
	width: 950px;
	padding-left: 35px;
	float: right;
	position: relative;
}
.section1 .section1-content .right h4{
	font-size: 34px;
	color: #333333;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 25px;
}
.section1 .section1-content .right>span{
	display: block;
	width: 70px;
	height: 2px;
	background: #ed6d00;
	margin-bottom: 30px;
}
.section1 .section1-content .right p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	height: 70px;
	overflow: auto;
}
.section1 .section1-content .right .share{
	position: absolute;
	right: 4px;
	top: 15px;
	cursor: pointer;
}
.section1-content .right .share ul{
	float: left;
	display: none;
}
.section1-content .right .share ul li{
	float: left;
	margin-right: 3px;
}
.section1-content .right .share ul li>a{
	width: 25px;
	height: 25px;
	display: block;
}
.section1-content .right .share img{
	width: 25px;
	float: right;
}

.cantainer .section2{
	width: 100%;
}
.cantainer .section2 img{
	width: 100%;
	display: block;
}
.cantainer .section2 ul li{
	width: 100%;
	height: 700px;
	background-size:auto 100% !important;
	background-position:top center !important;
}
.cantainer .section2 ul li img{
	display: block;
}

@media only screen and (max-width:1380px) {
    .cantainer .section1 .section1-content{
    	width: 1100px;
    }
    .section1 .section1-content .right{
    	width: 732px;
    }
    .cantainer .section2 ul li{
    	height: 600px;
    }
}
@media only screen and (max-width:1199px) {
    .cantainer .section1 .section1-content{
    	width: 940px;
    }
    .section1 .section1-content .right{
    	width: 628px;
    }
    .section1 .section1-content .right h4{
    	margin-bottom: 15px;
    }
    .section1 .section1-content .right span{
    	margin-bottom: 20px;
    }
    .cantainer .section2 ul li{
    	height: 500px;
    }
}

@media only screen and (max-width:991px) {
    .cantainer .section1 .section1-content{
    	width: 100%;
    	padding: 0 15px;
    }
    .section1 .section1-content .right{
    	width: 57%;
    	padding-left: 10px;
    }
    .section1 .section1-content .right h4{
    	margin-top: 0;
    	margin-bottom: 10px;
    	padding-right: 30px;
    }
    .cantainer .section2 ul li{
    	height: 450px;
    }
}

@media only screen and (max-width:767px) {
	.section1 .section1-content .left{
		width: 85%;
		margin: 0 auto;
		padding-bottom: 20px;
		float: none;
	}
	.section1 .section1-content .right{
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.section1 .section1-content .right h4{
		font-size: 25px;
	}
	.cantainer .section2 ul li{
    	height: 300px;
    }
    .section1 .section1-content .right p{
    	height: auto;
    }
    .section1 .section1-content .right .share{
    	text-align: right;
    }
    .section1-content .right .share ul{
		float: none;
	}
	.section1 .section1-content .right span{
		margin-bottom: 45px;
	}
	.section1-content .right .share ul li{
		float: left;
		margin-right: 3px;
		margin-top: 20px;
	}
	.section1-content .right .share ul li:nth-last-child(2),
	.section1-content .right .share ul li:nth-last-child(1){
		display: none;
	}
	.section1-content .right .share img{
		width: 25px;
		float: none;
	}
}

@media only screen and (max-width:500px) {
	.cantainer .section2 ul li{
		height: 230px;
	}
}
