.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	/*padding-bottom: 120px;*/
}

.main .container {
	box-sizing: border-box;
	padding: 0 100px;
}

.main ul.typelist {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	background-color: #f5f5f5;
}

.main ul.typelist li a {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 60px;
	padding: 0 60px;
}

.main ul.typelist li.active a {
	background-color: #e65991;
	color: #FFFFFF;
}

.main .title {
	padding-top: 40px;
}

.main .title h5.en {
	font-family: 'bebas';
	font-size: 32px;
	font-weight: 500;
	color: #e65991;
	text-align: center;
	line-height: 64px;
}

.main .title h5.cn {
	font-size: 50px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 94px;
	background-image: url(../images/title_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main .item1 .txt {
	padding-top: 10px;
	padding-bottom: 44px;
}

.main .item1 .txt p {
	font-size: 16px;
	color: #4c4c4c;
	line-height: 36px;
}

.main .item1 .pic img {
	display: block;
	width: 100%;
}

.main .item2 {
	background-color: #e65991;
	/*padding-top: 120px;
	margin-top: -120px;*/
}

.main .item2 ul.num_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	background-color: #e65991;
}

.main .item2 ul.num_list li {
	width: calc(100% / 5);
	padding-top: 30px;
	box-sizing: border-box;
	height: 140px;
	background-image: url(../images/num_list_bg.png);
	background-repeat: no-repeat;
	background-position: right center;
}

.main .item2 ul.num_list li:last-child {
	background-image: none;
}

.main .item2 ul.num_list li .num h5 {
	font-family: 'bebas';
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
	text-align: center;
	line-height: 51px;
}

.main .item2 ul.num_list li:nth-of-type(3) .num h5:after,
.main .item2 ul.num_list li:nth-of-type(4) .num h5:after,
.main .item2 ul.num_list li:nth-of-type(5) .num h5:after {
	content: "+";
	font-family: 'bebas';
	font-size: 36px;
	font-weight: 500;
	color: #FFFFFF;
}

.main .item2 ul.num_list li p {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
	line-height: 29px;
}

.main .item3 {
	padding-top: 50px;
	padding-bottom: 40px;
}

.main .item3 .txt p {
	font-size: 16px;
	color: #4c4c4c;
	line-height: 36px;
	padding-bottom: 20px;
}

.main .item3 ul.pic_list {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 40px;
}

.main .item3 ul.pic_list li {
	width: calc((100% - 60px) / 2);
	padding-bottom: 30px;
	background-image: url(../images/about_pic_bg.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

.main .item3 ul.pic_list li .box {
	box-sizing: border-box;
	padding: 15px;
	background-color: #fcfcfc;
}

.main .item3 ul.pic_list li .pic img {
	display: block;
	width: 100%;
}

.main .item3 ul.pic_list li p {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 48px;
}

@media screen and (max-width: 1230px) {

	.main .container {
		padding: 0 20px;
	}

}

@media screen and (max-width: 550px) {

	.main {
		padding-bottom: 40px;
	}

	.main ul.typelist {
		display: none;
	}

	.main .title {
		padding-top: 20px;
	}

	.main .title h5.en {
		font-size: 24px;
		line-height: 32px;
	}

	.main .title h5.cn {
		font-size: 18px;
		line-height: 32px;
	}

	.main .container {
		padding: 0 10px;
	}

	.main .item1 .txt {
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.main .item1 .txt p {
		font-size: 14px;
		text-indent: 2em;
		padding-top: 10px;
		padding-bottom: 20px;
	}

	.main .item2 ul.num_list {
		justify-content: center;
		flex-flow: row wrap;
	}

	.main .item2 ul.num_list li {
		width: 50%;
		padding-top: 15px;
		background-image: none;
	}

	.main .item2 ul.num_list li .num h5 {
		font-size: 24px;
	}

	.main .item2 ul.num_list li:nth-of-type(3) .num h5:after,
	.main .item2 ul.num_list li:nth-of-type(4) .num h5:after,
	.main .item2 ul.num_list li:nth-of-type(5) .num h5:after {
		content: "+";
		font-family: 'bebas';
		font-size: 24px;
		font-weight: 500;
		color: #FFFFFF;
	}

	.main .item3 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.main .item3 .txt p {
		font-size: 14px;
		text-indent: 2em;
		padding-bottom: 20px;
	}

	.main .item3 ul.pic_list {
		flex-flow: row wrap;
		margin-bottom: 0px;
	}

	.main .item3 ul.pic_list li {
		width: 100%;
	}

	.main .item3 ul.pic_list li .box {
		padding: 0px;
	}

	.main .item3 ul.pic_list li p {
		font-size: 16px;
	}

}