

.cantainer{
	width: 100%;
}
.cantainer .section1{
	width: 100%;
	box-shadow: 0px 2px 2px 0px #E3E3E3 inset;
}

.cantainer .section2{
	width: 1280px;
	margin: 0 auto;
}
.cantainer .section2 .left{
	width: 804px;
	float: left;
	text-align: center;
	text-align: -webkit-center;
	padding-bottom: 85px;
}
.cantainer .section2 .left .item{
	display: none;
	position: relative;
	top: 0;
}
.cantainer .section2 .left .item>a{
	width: 100%;
	display: block;
	padding: 10px 0;
	text-align: right;
	/*border-bottom: 1px #e5e5e5 solid;*/
}
.cantainer .section2 .left .item>a:hover{
	color: #ED6D00;
}
.cantainer .section2 .left ul{
	padding-top: 20px;
}
.cantainer .section2 .left ul>li{
	width: 375px;
	height: 315px;
	float: left;
	text-align: left;
}
.cantainer .section2 .left ul>li:nth-child(2n){
	margin-right: 53px;
}
.cantainer .section2 .left ul>li .img{
	width: 100%;
	height: 195px;
	overflow: hidden;
}
.cantainer .section2 .left ul>li .img a img{
	cursor: pointer;
	display: block;
	transition: all .5s;
}
.cantainer .section2 .left ul>li .img a img:hover{
	transform: scale(1.05);
}
.cantainer .section2 .left ul>li span a{
	width: 100%;
	display: block;
	line-height: 25px;
	font-size: 16px;
	color: #595959;
	margin-top: 15px;
	max-height: 50px;
	cursor: pointer;
}
.cantainer .section2 .left ul>li span a:hover{
	color: #ff7907;
}
.cantainer .section2 .left ul>li p{
	font-size: 14px;
	color: #A6A6A6;
	margin-top: 6px;
}
.cantainer .section2 .left ul>li .txt>a{
	font-size: 14px;
	color: #ff7907;
	margin-top: 16px;
	display: block;
}
.cantainer .section2 .left ul>li .txt>a:hover{
	text-decoration: underline;
}
.cantainer .section2 .left ul>li:first-child{
	width: 100%;
	height: auto;
}
.cantainer .section2 .left ul>li:first-child .img{
	width: 100%;
	height: auto;
}
.cantainer .section2 .left ul>li:first-child .img a img:hover{
	transform: scale(1.05);
}
.cantainer .section2 .left ul>li:first-child .txt>span{
	width: 100%;
	display: block;
	font-size: 16px;
	color: #595959;
	margin-top: 27px;
	margin-bottom: 10px;
}
.cantainer .section2 .left ul>li:first-child p{
	font-size: 14px;
	color: #A6A6A6;
	margin-bottom: 20px;
}
.cantainer .section2 .left ul>li:first-child .txt>a{
	font-size: 14px;
	color: #ff7907;
	margin-top: 18px;
	margin-bottom: 40px;
	display: block;
}
.cantainer .section2 .left ul>li:first-child .txt>a:hover{
	text-decoration: underline;
}
.cantainer .section2 .left .btn{
	width: 240px;
	height: 40px;
	display: block;
	color: #ff7907;
	text-align: center;
	line-height: 40px;
	letter-spacing: 1px;
	border: 1px #ff7907 solid;
	cursor: pointer;
	transition: all .3s;
}
.cantainer .section2 .left .btn a{
	width: 100%;
	height: 100%;
	display: block;
	color: #FF7907;
}
.cantainer .section2 .left .btn:hover{
	color: #FFFFFF;
	background: #ED6D00;
	border: none;
}
.cantainer .section2 .left .btn:hover a{color: #FFFFFF;}

.section2 .left .contact-us1{
	text-align: left;
	display: none;
}
.section2 .left .contact-us1 h4{
	font-size: 18px;
    font-weight: 400;
    color: #404040;
    margin-top: 30px;
}
.section2 .left .contact-us1 p{
	font-size: 14px;
    color: #595959;
    margin: 10px 0;
}
.section2 .left .contact-us1 a{
    font-size: 14px;
    color: #595959;
}


.cantainer .section2 .right{
	width: 325px;
    float: right;
}
.cantainer .section2 .right .title h4{
	font-size: 24px;
	color: #404040;
	font-weight: 400;
	margin-top: 34px;
}
.cantainer .section2 .right .title span{
	width: 30px;
	height: 2px;
	display: block;
	background: #ed6d00;
	margin-top: 16px;
	margin-bottom: 14px;
}
.cantainer .section2 .right .activity>ul{
	padding-bottom: 59px;
}
.cantainer .section2 .right .activity>ul>li a{
	font-size: 18px;
	color: #595959;
	display: block;
	padding: 9px 0;
	cursor: pointer;
}
.cantainer .section2 .right .activity>ul>li a:hover{
	color: #DE6D00;
}
.cantainer .section2 .right .activity>ul li .li-act{
	color: #ED6D00;
}
.cantainer .section2 .right .description{
	font-size: 16px;
	color: #595959;
}
.cantainer .section2 .right .description p{
	padding: 9px 0;
}
.cantainer .section2 .right .description a{
	font-size: 16px;
	color: #595959;
}

@media only screen and (max-width:1380px) {
	.cantainer .section1 .bred-nav{
		width: 1100px;
	}
	.cantainer .section2{
		width: 1100px;
	}
	.cantainer .section2 .left{
		width: 740px;
	}
	.cantainer .section2 .right{
		width:245px ;
	}
	.cantainer .section2 .left ul>li{
		width: 365px;
		height: 295px;
	}
	.cantainer .section2 .left ul>li .img{
		height: 190px;
	}
	.cantainer .section2 .left ul>li:nth-child(2n){
		margin-right: 10px;
	}
}

@media only screen and (max-width:1199px) {
	.cantainer .section1 .bred-nav{
		width: 940px;
	}
	.cantainer .section2{
		width: 940px;
	}
	.cantainer .section2 .left{
		width: 660px;
	}
	.cantainer .section2 .right{
		width:245px ;
	}
	.cantainer .section2 .left ul>li{
		width: 325px;
		height: 275px;
	}
	.cantainer .section2 .left ul>li .img{
		height: 169px;
	}
}

@media only screen and (max-width:991px) {
	.cantainer .section1 .bred-nav{
		width: 100%;
		padding: 0 15px;
	}
	.cantainer .section2{
		width: 100%;
		padding: 0 15px;
	}
	.cantainer .section2 .left{
		width: 72%;
	}
	.cantainer .section2 .right{
		width: 25%;
	}
	.cantainer .section2 .left ul>li{
		width: 100%;
		height: auto;
	}
	.cantainer .section2 .left ul>li p{
		margin-bottom: 20px;
	}
	.cantainer .section2 .left ul>li .img{
		height: auto;
	}
	.cantainer .section2 .left ul>li:first-child .img{
		height: auto;
	}
	.cantainer .section2 .left ul>li:nth-child(2n){
		margin-right: 0;
	}
	.cantainer .section2 .left ul>li .txt>a{
		margin-bottom: 20px;
	}
	.cantainer .section2 .left ul>li .img a img{
		display: block;
	}
}

@media only screen and (max-width:767px) {
	.cantainer .section2 .right{
		float: none;
		width: 100%;
	}
	.cantainer .section2 .right .title h4{
		margin-top: 0;
	}
	.cantainer .section2 .right .contact-us{
		display: none;
	}
	.cantainer .section2 .right .activity>ul{
		padding-bottom: 0;
		overflow: hidden;
	}
	.cantainer .section2 .right .activity>ul li{
		float: left;
		width: 32%;
		text-align: center;
		line-height: 35px;
		margin-bottom: 5px;
		margin-right: 2%;
	}
	.cantainer .section2 .right .activity>ul li:nth-child(3){
		margin-right: 0;
	}
	.cantainer .section2 .right .activity>ul>li a{
		font-size: 14px;
	    color: #737373;
	    display: block;
	    padding: 0;
	    background: #f2f4f5;
	}
	.cantainer .section2 .left{
		float: none;
		width: 100%;
		padding: 0;
		padding-bottom: 50px;
	}
	.section2 .left .contact-us1{
		display: block;
	}
	.cantainer .section2 .left .btn{
		margin-top: 10px;
	}
	.cantainer .section2 .left ul{
		padding-top: 5px;
	}
	.cantainer .section2 .left ul>li:first-child .txt>span{
		margin-top: 10px;
		margin-bottom: 0px;
	}
	.cantainer .section2 .left ul>li span a{
		margin-top: 10px;
	}
}


