.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main {
	background-color: #FFFFFF;
	padding-bottom: 100px;
}

.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 {
    padding-top: 20px;
    margin-bottom: 115px;
}

.main .item1 .pic img {
    display: block;
    width: 100%;
}

.main .item2 ul {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.main .item2 ul li {
    width: calc((100% - 40px) / 2);
    background-color: #f5f5f5;
    padding: 50px;
    box-sizing: border-box;
}

.main .item2 ul li i {
    display: block;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    background-color: #e65991;
    margin: 0 auto;
    margin-top: -115px;
    background-repeat: no-repeat;
    background-position: center center;
}

.main .item2 ul li:nth-of-type(1) i {
    background-image: url(../images/wenhua_i1.png);
}

.main .item2 ul li:nth-of-type(2) i {
    background-image: url(../images/wenhua_i2.png);
}

.main .item2 ul li .title {
    padding-top: 30px;
}

.main .item2 ul li .title h5.en {
    font-size: 28px;
    line-height: 28px;
}

.main .item2 ul li .title h5.cn {
    font-size: 22px;
    line-height: 44px;
}

.main .item2 ul li .article {
    padding-top: 30px;
}

.main .item2 ul li .article p {
    font-size: 15px;
    color: #333333;
    line-height: 34px;
}

@media screen and (max-width: 1230px) {

	.main .container {
		padding: 0 20px;
	}

}

@media screen and (max-width: 550px) {

	.main {
		padding-bottom: 60px;
	}

	.main .container {
		padding: 0 10px;
	}

	.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: 36px;
	}

	.main .item1 {
		padding-top: 20px;
		margin-bottom: 20px;
	}

	.main .item2 ul {
		flex-flow: row wrap;
	}

	.main .item2 ul li {
		width: 100%;
		padding: 20px;
		margin-bottom: 20px;
	}

	.main .item2 ul li i {
		width: 100px;
		height: 100px;
		background-size: 50%;
		margin-top: 0px;
	}

}