.container {
	margin-bottom: 82px;
}

.container .banner {
	background-image: url(../../img/profile/banner.png);
	height: 820px;
	background-size: cover;
	background-position:center;
	text-align: center;
}

.banner .banner-title {
	padding-top: 90px;
	font-size: 64px;
	font-family: zihun35hao;
	font-weight: normal;
	color: #FFFFFF;
	letter-spacing: 2px;
}

.banner .banner-content {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	padding-top: 20px;
}

.abstract {
	font-size: 24px;
	color: #FFFFFF;
	opacity: 0.8;
	text-indent: 2em;
	line-height: 36px;
	margin-top: 30px;
}

.card-box {
	display: flex;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: normal;
	position: relative;
	top: -40px;
	width: 1200px;
	margin: 0 auto;
}

.card-box .card {
	width: 600px;
	height: 80px;
	color: #DBE2EC;
	background-color: #355087;
	letter-spacing: 3px;
	text-align: center;
	line-height: 80px;
}

.card-box .card a {
	color: #DBE2EC;
}

.card-box .selected {
	background-color: #7C93BF;
}

.card-box .selected a {
	color: #fff;
}

.advantage {
	width: 1200px;
	margin: 0 auto;
}

.advantage-title,
.team-title,
.honor-title {
	margin-top: 25px;
}

.advantage-title-cn,
.team-title-cn,
.honor-title-cn {
	height: 36px; 
	font-size: 30px; 
	font-weight: bold; 
	color: #355087;
	letter-spacing: 3px;
	line-height: 36px;
	position: relative;
	top: 25px;
	z-index: 100;
}

.advantage-title-en,
.team-title-en,
.honor-title-en {
	height: 64px; 
	font-size: 48px; 
	font-weight: bold; 
	color: #D3D3D3; 
	line-height: 64px; 
	opacity: 0.4;
	position: relative;
	z-index: 1;
}

.advantage-title-line,
.team-title-line, 
.honor-title-line {
	width: 80px; 
	height: 4px;
	background: #7C93BF;
	margin-top: 10px;
}

.advantage-img-list {
	margin-top: 50px;
	display: flex;
}

.advantage-img-title {
	width: 310px; 
	margin: 0 auto;
}

.advantage-img-list .list {
	color: #D3D3D3;
}

.advantage-img-list li {
	list-style-type: none;
	height: 55px;
	line-height: 55px;
	font-size: 24px;
	font-weight: normal;
	padding: 0 25px;
	cursor: pointer;
	display: flex;
}

.advantage-img-list li div {
	font-size: 45px;
	padding-right: 15px;
	line-height: 50px;
}

.advantage-img-list .selected,
.advantage-img-list li:hover {
	color: #355087;
}

.advantage-img-list img {
	opacity: 0.6;
}

.advantage-img-list .selected img {
	opacity: 1;
}

.swiper-container {
	width: calc(100% - 310px);
	height: 100%;
}

.advantage-img-list .advantage-img-items {
	display: none;
}

.minor-title {
	height: 55px;
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 55px;
	opacity: 0.6;
}

.minor-content {
	width: 394px;
	height: 120px;
	font-size: 16px;
	font-weight: 700;
	color: #999999;
	line-height: 27px;
	opacity: 0.6;
}

.swiper-box .selected .minor-title {
	color: #355087;
	opacity: 1;
}

.swiper-box .selected .minor-content {
	color: #333333;
}

.team {
	background-color: rgba(124,147,191, 0.05);
	padding-top: 60px;
}

.team-title {
	width: 1200px;
	margin: 0 auto;
}

.team-card-list {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 145px;
}

.team-card {
	width: 560px;
	height: 350px;
	background: #FFFFFF;
	margin-bottom: 120px;
}

.card1 {
	margin-right: 80px;
}

.pictrue {
	position: relative;
	top: -60px;
	left: 40px;
}

.team-card .card-content {
	width: 280px;
	height: 125px;
	font-size: 16px;
	font-weight: 700;
	color: #999999;
	line-height: 36px;
	text-indent: 2em;
	margin: 65px 40px 65px 65px;
}

.team-card .card-title {
	height: 50px;
	text-align: center;
	font-weight: normal;
	font-size: 24px;
	color: #7C93BF;
	line-height: 50px;
	margin: 0 30px;
	border-top: 2px dotted #eee;
}

.honor {
	padding-top: 60px;
}

.honor-title {
	width: 1200px;
	margin: 0 auto;
}

.honor-merit {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	margin-top: 45px;
}

.merit-content-left {
	width: 550px;
	font-size: 24px;
	font-weight: 400;
	color: #999999;
	line-height: 41px;
	text-indent: 2em;
	padding: 0px 50px;
	display: flex;
	align-items: center;
}

.merit-content-right {
	width: 650px;
	display: flex;
	flex-wrap: wrap;
}

.introduce {
	width: 300px;
	height: 230px;
	background: #F5F5F5;
	
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
	text-indent: 2em;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.merit-mg {
	margin: 0 19px 23px 0;
}

/* .emphatic-title {
	height: 35px;
	font-size: 24px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #355087;
	line-height: 36px;
}

.emphatic-content {
	width: 383px;
	height: 120px;
	font-size: 18px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 27px;
} */

