

.section-banner{
	background-image: url(../img/solution-1.jpg);
}
.section-banner .banner-title h3{
	color: #FFFFFF;
}



.cantainer{
	width: 100%;
}
.section-bred{
	width: 100%;
	background: #F7F7F7;
}

.cantainer .section2{
	width: 1280px;
	margin: 0 auto;
	padding-top: 40px;
}
.cantainer .section2 .section2-left{
	width: 640px;
	float: left;
}
.cantainer .section2 .section2-left.left-act{
	width: 100% !important;
	text-align: center;
}
.cantainer .section2 .section2-left h4{
	font-size: 34px;
	color: #333333;
	font-weight: 300;
	margin-top: 22px;
}
.cantainer .section2 .section2-left span{
	width: 68px;
	height: 1px;
	display: inline-block;
	background: #ed6d00;
	margin-top: 10px;
	margin-bottom: 15px;
}
.cantainer .section2 .section2-left p{
	font-size: 14px;
	color: #737373;
	line-height: 25px;
	text-align: left;
}
.cantainer .section2 .section2-right{
	width: 595px;
	float: right;
}
.section2 .section2-right a{
	width: 100%;
	height: 100%;
	display: block;
	background: rgba(0,0,0,0.5);
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.section2 .section2-right a img{
	display: block;
}
.section2 .section2-right a img:nth-child(2){
	width: 80px;
	height: 80px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	opacity: 0.8;
}
.section2 .section2-right a img:nth-child(2):hover{
	opacity: 1;
}

.cantainer .section3{
	width: 1280px;
	margin: 0 auto;
}
.cantainer .section3 .section3-title{
	margin: 0 auto;
	text-align: center;
}
.cantainer .section3 .section3-title h4{
	font-size: 34px;
	color: #333333;
	font-weight: 300;
	margin-top: 80px;
}
.cantainer .section3 .section3-title span{
	width: 68px;
	height: 1px;
	display: inline-block;
	background: #ed6d00;
	margin-top: 10px;
	margin-bottom: 35px;
}
.cantainer .section3 ul{
	overflow: hidden;
}
.cantainer .section3 ul li{
	width: 413px;
	float: left;
	margin-right: 20px;
}
.cantainer .section3 ul li:nth-child(3n){
	margin-right: 0;
}
.cantainer .section3 ul li .store-img{
	width: 413px;
	max-height: 282px;
	position: relative;
	overflow: hidden;
}
.cantainer .section3 ul li .store-img img{
	display: block;
	transition: all 1s;
}
.cantainer .section3 ul li .store-img p{
	width: 100%;
	height: 60px;
	background: rgba(0,0,0,0.2);
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	position: absolute;
	left: 0;
	bottom: -60px;
	transition: all .5s;
}
.cantainer .section3 ul li .store-img img:hover{
	transform: scale(1.06);
}
.cantainer .section3 ul li .store-img:hover p{
	bottom: 0;
}
.cantainer .section3 .store-title h4{
	font-size: 26px;
	color: #666666;
	font-weight: 300;
	margin-top: 30px;
	margin-bottom: 20px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cantainer .section3 .store-title span{
	width: 55px;
	height: 1px;
	display: inline-block;
	background: #ed6d00;
	margin-bottom: 20px;
}
.cantainer .section3 .stor-description{
	color: #999999;
	font-size: 14px;
	height: 44px;
	line-height: 25px;
	margin-bottom: 30px;
	display: -webkit-box;
	-webkit-box-orient:vertical ;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.cantainer .section3 .btn{
	width: 240px;
	height: 40px;
	margin: 0 auto;
	display: block;
	text-align: center;
	line-height: 40px;
	color: #ff7907;
	border: 1px #ff7907 solid;
	margin-top: 30px;
	margin-bottom: 110px;
	transition: all .3s;
}
.cantainer .section3 .btn:hover{
	background: #ff9707;
	color: #FFFFFF;
	cursor: pointer;
	border: none;
}




@media only screen and (max-width:1380px) {
	.cantainer .section2{
		width: 1100px;
	}
	.cantainer .section2 .section2-left{
		width: 540px;
	}
	.cantainer .section2 .section2-right{
		width: 550px;
	}
	.cantainer .section3{
		width: 1100px;
	}
	.cantainer .section3 ul li{
		width: 360px;
		margin-right: 10px;
	}
	.cantainer .section3 ul li .store-img{
		width: 360px;
		max-height: 218px;
	}
	.cantainer .section3 ul li .store-img p{
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		bottom: -50px;
	}
}

@media only screen and (max-width:1199px) {
	.cantainer .section2{
		width: 940px;
	}
	.cantainer .section2 .section2-left{
		width: 440px;
	}
	.cantainer .section2 .section2-right{
		width: 470px;
	}
	.cantainer .section3{
		width: 940px;
	}
	.cantainer .section3 ul li{
		width: 305px;
		margin-right: 7px;
	}
	.cantainer .section3 ul li .store-img{
		width: 305px;
		max-height: 207px;
	}
	.cantainer .section3 ul li .store-img p{
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		bottom: -50px;
	}
}

@media only screen and (max-width:991px) {
	.cantainer .section2{
		width: 100%;
		padding: 0 15px;
		padding-top: 40px;
	}
	.cantainer .section2 .section2-left{
		width: 48%;
	}
	.cantainer .section2 .section2-right{
		width: 50%;
	}
	.section2 .section2-right a img:nth-child(2) {
	    width: 60px;
	    height: 60px;
	    margin-left: -30px;
	    margin-top: -30px;
	}
	.cantainer .section3{
		width: 100%;
		padding: 0 15px;
	}
	.cantainer .section3 ul li{
		width: 32%;
		height: auto;
		margin-right: 2%;
	}
	.cantainer .section3 ul li .store-img{
		width: 100%;
		height:auto;
	}
	.cantainer .section3 .store-title h4{
		font-size: 24px;
	}
}

@media only screen and (max-width:767px) {
	.cantainer .section2 {
		padding-top: 0;
	}
	.cantainer .section2 .section2-left h4{
		font-size: 28px;
	}
	.cantainer .section2 .section2-left{
		float: none;
		width: 100%;
	}
	.cantainer .section2 .section2-right{
		float: none;
		width: 100%;
		margin-top: 20px;
	}
	.section2 .section2-right a img:nth-child(2) {
	    width: 50px;
	    height: 50px;
	    margin-left: -25px;
	    margin-top: -25px;
	}
	.cantainer .section3 .section3-title h4{
		font-size: 28px;
		margin-top: 30px;
	}
	.cantainer .section3 .store-title h4{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.cantainer .section3 .store-title span{
		margin-bottom: 10px;
	}
	.cantainer .section3 ul li{
		width: 100% ;
		margin-right: 0 ;
	}
	.cantainer .section3 .stor-description{
		margin-bottom: 30px;
	}
	.cantainer .section3 .btn{
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.cantainer .section3 ul li .store-img{
		max-height: 700px;
	}
}
