

.cantainer{
	width: 100%;
}
.cantainer .section1{
	width: 100%;
	/*box-shadow: 0px 2px 2px 0px #E3E3E3 inset;*/
}



.cantainer .section2 {
	width: 1280px;
	margin: 0 auto;
}
.cantainer .section2 .share{
	width: 100%;
	padding-bottom: 15px;
}
.cantainer .section2 .share ul{
	float:left;
	display: block;
	overflow: hidden;
}
.cantainer .section2 .share ul>li{
	float: left;
	margin-right: 4px;
	background-size: cover ;
}
.cantainer .section2 .share ul>li>a{
	width: 25px;
	height: 25px;
	display: block;
}
.cantainer .section2 .share .share-btn{
	width: 87px;
	height: 30px;
	line-height: 30px;
	display: none;
	background: url(../img/mobile_share.png) no-repeat;
	background-size:cover ;
	text-align: left;
	padding-left: 15px;
	margin-right: 5px;
	float: left;
	cursor: pointer;
}
.cantainer .section2 .share .share-btn:hover{
	color: #ED6D00;
}
.cantainer .section2 .share .share-act{
	max-width: 270px;
	max-height: 30px;
}
.cantainer .section2 .left{
	width: 890px;
	float: left;
	padding: 0 34px;
	padding-bottom: 80px;
}
.cantainer .section2 .left .left-title{
	text-align: left;
	/*border-bottom: 1px #E5E5E5 solid;*/
}
.cantainer .section2 .left .left-title h3{
	font-size: 24px;
	color: #404040;
	font-weight: 400;
	margin-top: 30px;
}
.cantainer .section2 .left .left-title p{
	font-size: 14px;
	color: #999999;
	margin-top: 12px;
	margin-bottom: 12px;
}
.section2 .left .article img{
	width: 720px;
	display: table;
	margin: 0 auto;
}
.section2 .left .article  p{
	line-height: 25px;
	margin-bottom: 25px;
}
.section2 .left .left-btn{
	width: 820px;
	margin: 0 auto;
}
.section2 .left .left-btn .btn{
	width: 400px;
	height: 100px;
	display: inline-block;
	text-align: center;
	border: 1px #e5e5e5 solid;
	cursor: pointer;
	transition: background-color .5s;
}
.section2 .left .left-btn .btn h4{
	font-size: 22px;
	color: #333333;
	font-weight: 400;
	margin-top: 23px;
	margin-bottom: 5px;
	transition: all .5s;
}
.section2 .left .left-btn .btn p{
	font-size: 14px;
	color: #818181;
	transition: all .5s;
}
.section2 .left .left-btn .prev-btn{
	float: left;
}
.section2 .left .left-btn .next-btn{
	float: right;
}
.section2 .left .left-btn .btn:hover{
	background: #f47a11;
	border: none;
}
.section2 .left .left-btn .btn:hover h4{
	color: #FFFFFF;
}
.section2 .left .left-btn .btn:hover p{
	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: 35px;
}
.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 .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;
}
.article img,.article video {
	max-width: 100%;
}
.article video {
	background-color: #000;
}


@media only screen and (max-width:1380px) {
	.cantainer .section1 .bred-nav{
		width: 1100px;
	}
	.cantainer .section2{
		width: 1100px;
	}
	.cantainer .section2 .left{
		width: 850px;
	}
	.cantainer .section2 .right{
		width: 215px;
	}
	.section2 .left .article .article-img{
		width: 720px;
	}
	.section2 .left .left-btn{
		width: 782px;
	}
	.section2 .left .left-btn .btn{
		width: 375px;
	}
}

@media only screen and (max-width:1199px) {
	.cantainer .section1 .bred-nav{
		width: 940px;
	}
	.cantainer .section2{
		width: 940px;
	}
	.cantainer .section2 .left{
		width: 760px;
		padding: 0 25px;
		padding-bottom: 80px;
	}
	.section2 .left .article img{
		width: 630px;
	}
	.section2 .left .left-btn{
		width: 710px;
	}
	.cantainer .section2 .right{
		width: 176px;
	}
	.section2 .left .left-btn .btn{
		width: 345px;
	}
}

@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 .share{
		padding-left: 0px;
	}
	.cantainer .section2 .left{
		width: 76%;
		padding: 0;
		padding-bottom: 50px;
	}
	.section2 .left .article img{
		width: 100%;
	}
	.section2 .left .left-btn {
		width: 100%;
	}
	.section2 .left .left-btn .btn{
		width: 48%;
	}
	.cantainer .section2 .right{
		width: 24%;
		padding-left: 2%;
	}
	.cantainer .section2 .right .description{
		font-size: 15px;
	}
}

@media only screen and (max-width:767px) {
	.cantainer .section2 .left .left-title h3{
		margin-top: 5px;
	}
	.cantainer .section2 .right{
		float: none;
		width: 100%;
		padding-left: 0;
	}	
	.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 .share>ul{
		max-width: 0;
		max-height: 0;
		display: block;
		margin-top: 2.5px;
	}
/*	
.cantainer .section2 .share>ul>li:nth-last-child(3),
	.cantainer .section2 .share>ul>li:nth-last-child(2),
	.cantainer .section2 .share>ul>li:nth-last-child(1){
		display: none;
	}
*/
	.cantainer .section2 .share .share-btn{
		display: block;
		margin-bottom: 5px;
	}
	.cantainer .section2 .left{
		float: none;
		width: 100%;
		padding: 0;
		padding-bottom: 50px;
	}
	.cantainer .section2 .left .left-title{
		padding-bottom: 10px;
	}
	.section2 .left .contact-us1{
		display: block;
	}
	.section2 .left .left-btn .btn{
		width: 100%;
		height: 70px;
		margin-top: 15px;
	}
	.section2 .left .left-btn .btn h4{
		margin-top: 12px;
		font-size: 16px;
	}
	.section2 .left .left-btn .btn p{
		font-size: 13px;
	}
}



