*{
	margin: 0;
	padding: 0;
}
.section1{
	padding-bottom: 65px;
}
.jingsi{
	color: #FABE00;
	font-size: 50px;
	padding-top: 60px;
	padding-bottom: 20px;
}
.section1 .container .row > span{
	color: #9f9d9e;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	padding-bottom: 40px;
}
.section1 .container .row div:first-of-type{
	width: 50%;
	height: 393px;
	background: url("../images/activity/about.png") no-repeat;
	background-size: cover;
	background-position: center;
	float: left;
}
.section1 .container .row div:nth-of-type(2){
	width: 50%;
	float: right;
	/*padding-left: 40px;*/
	padding: 21px 0 21px 40px;
}
.section1 .container .row div:nth-of-type(2) img{
	float: left;
}
.section1 .container .row div:nth-of-type(2) p{
	margin: 52px 50px 0;
	font-size: 18px;
}

.section2{
	width: 100%;
	height: 900px;
	background: #eee;
	overflow: hidden;
}
.section2 .p{
	width: 100%;
	height: 200px;
	margin-top: 50px;
}
.section2 .p p{
	text-indent: 50px;
	font-size: 18px;
}
.img{
	display: block;
	width: 1000px;
	margin: 0 auto;
}

/*.section3{
	height: 1600px;
}*/
.section3 .container .row > div{
	width: 70%;
	/*height: 100px;*/
	margin: 0 auto;
	border: 1px solid #909090;
	margin-top: 25px;
	border-radius: 15px;
	padding-left: 25px;
	padding-right: 120px;
	overflow: hidden;
}
.section3 .container .row > div img{
	float: left;
}
.p1{
	font-size: 28px;
	margin-left: 120px;
	margin-top: 5px;
	margin-bottom: -20px;
	width: 75%;
	height: 60px;
}
.p2{
	font-size: 18px;
	margin-left: 120px;
}

.section4 .container .row > div{
	height: 280px;
	margin: 1.5%;
	border: 1px solid #ccc;
	padding: 0;
}

.section4 .container .row > div > div{
	width: 100%;
	/*height: 280px;*/
	margin: 0 auto;
}
.section4 .container .row > div > div img{
	width: 100%;
}
.section4 .container .row > div > p{
	width: 80%;
	margin: 0 auto;
	height: 110px;
	text-align: center;
	font-size: 16px;
	position: relative;
}
.section4 .container .row > div > p span{
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);

}
.img0{
	margin-bottom: 150px;
}
.img0 img{
	vertical-align: middle;
	margin-top: -3px;
}
.img0 span{
	color: red;
	font-size: 18px;
}






@media (min-width: 1200px){
	.section4 .container {
	    width: 970px;
	}
}

@media screen and (max-width: 1200px){
	.section1 .container .row div:nth-of-type(2) p{
		margin: 52px 50px 0;
		font-size: 18px;
	}
	.section2 .p p{
		font-size: 18px;
	}
	.section4 .container .row > div{
		height: 250px;
	}
}
@media screen and (max-width: 992px){
	.section1 .container .row div:nth-of-type(2) p{
		margin: 45px 50px 0;
		font-size: 14px;
	}
	.section1 .container .row div:nth-of-type(2) p:last-of-type{
		margin: 55px 50px 0;
	}
	.img{
		width:100%;
	}
	.section1 img{
		width: auto;
	}
}
@media screen and (max-width: 767px){
	.section4 .container .row > div{
		height: 380px;
		margin-left: 17% !important;
	}
	.section1 .container .row div:first-of-type {
		width: 30%;
	}
	.section1 .container .row div:nth-of-type(2) {
		width: 70%;
	} 
	.section1 .container .row div:nth-of-type(2) p{
		margin-top: 65px;
	}
	.jingsi{
		font-size: 35px;
	}
	.section2{
		height: auto;
	}
	.section2 .p{
		height: auto;
	}
	.section2 .p p{
		font-size: 15px;
		padding: 0 20px;
	}
	.section3 .container .row > div{
		width: 90%;
		padding-right: 50px;
	}
	.p1{
		margin-left: 50px;
		font-size: 22px;
	}
	.p2{
		font-size: 14px;
		margin-left: 50px;
	}
	.section3 .container .row > div img{
		width: 40px;
	}
}
@media screen and (max-width: 500px){
	.section1 .container .row div:first-of-type {
		width: 100%;
	}
	.section1 .container .row div:nth-of-type(2) {
		width: 100%;
	} 
	.section1 .container .row div:nth-of-type(2) p{
		margin-right: 0;
		margin-left: 40px !important;
	}
	.section1 .container .row div:nth-of-type(2){
		padding-left: 15px;
	}
	.jingsi{
		font-size: 24px;
	}
	.section1 .container .row > span{
		font-size: 14px;
	}
	.section3 .container .row > div{
		padding-right: 20px;
		padding-left: 15px;
	}
	.section4 .container .row > div {
		height: 300px;
	}
	.section4 .container .row > div > p span {
		font-size: 14px;
	}
}
@media screen and (max-width: 500px){
	.section4 .container .row > div {
			height: 260px;
		}
}