.container {
}

.container .banner {
	background-image: url(../../img/profile/banner.png);
	background-size: cover;
	background-position:center;
	text-align: center;
}

.banner .banner-title {
	padding-top: 30px;
	font-size: 36px;
	font-family: zihun35hao;
	font-weight: normal;
	color: #FFFFFF;
}

.banner .banner-content {
	margin: 0 auto;
	text-align: left;
	padding: 10px 10px 50px;
}

.abstract {
	font-size: 16px;
	color: #FFFFFF;
	opacity: 0.9;
	text-indent: 2em;
	line-height: 28px;
	margin-top: 10px;
}

.card-box {
	display: flex;
	color: #FFFFFF;
	font-size: 30px;
	font-weight: normal;
	position: relative;
	top: -40px;
	margin: 0 auto;
	display: none;
}

.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: 100vw;
	margin: 0 auto;
	padding: 0 10px;
}

.advantage-title,
.team-title,
.honor-title {
	margin-top: 10px;
}

.advantage-title-cn,
.team-title-cn,
.honor-title-cn {
	height: 36px; 
	font-size: 24px; 
	font-weight: bold; 
	color: #355087;
	letter-spacing: 3px;
	line-height: 36px;
	position: relative;
	top: 20px;
	z-index: 100;
}

.advantage-title-en,
.team-title-en,
.honor-title-en {
	height: 36px; 
	font-size: 36px; 
	font-weight: bold; 
	color: #D3D3D3; 
	line-height: 36px; 
	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 {
	display: flex;
}

.advantage-img-title {
	width: 310px; 
	margin: 0 auto;
	display: none;
}

.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;
}

.swiper-container {
	width: 100%;
	height: 100%;
	display: none;
}

.advantage-img-list .advantage-img-items {
	
}

.advantage-img-items .swiper-slide {
	margin-top: 30px;
}

.advantage-img-items .swiper-slide img {
	width: 100%;
}

.minor-title {
	height: 45px;
	font-size: 20px;
	font-weight: 700;
	color: #333333;
	line-height: 45px;
}

.minor-content {
	font-size: 16px;
	font-weight: 700;
	color: #999999;
	line-height: 27px;
}

.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: 20px 10px;
}

.team-title {
	margin: 0 auto;
}

.team-card-list {
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	margin-top: 100px;
}

.team-card {
	/* height: 340px; */
	background: #FFFFFF;
	margin-bottom: 100px;
}

.team-card:last-child {
	margin-bottom: 0px;
}

.pictrue {
	width: 150px;
	height: 225px;
	margin-top: -60px;
}

.team-card .card-content {
	height: 125px;
	font-size: 14px;
	font-weight: 700;
	color: #999999;
	line-height: 28px;
	text-indent: 2em;
	margin: 30px 10px 20px 10px;
}

.team-card .card-title {
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
	color: #7C93BF;
	border-top: 2px dotted #eee;
}

.honor {
	padding-top: 20px;
}

.honor-title {
	margin: 0 auto;
	padding: 10px;
}

.honor-merit {
}

.merit-content-left {
	font-size: 18px;
	font-weight: 400;
	color: #999999;
	line-height: 40px;
	text-indent: 2em;
	padding: 20px 10px;
}

.merit-content-right {
	text-align: center;
	display: flex;
	flex-direction:column;
}

.merit-content-right :nth-child(1){
    order:2;
	margin-top: 10px;
}
.merit-content-right :nth-child(2){
    order: 1;
}
.merit-content-right :nth-child(3){
    order:3;
	margin-top: 20px;
}
.merit-content-right :nth-child(4){
    order:4;
}

.introduce {
	background: #F5F5F5;
	font-size: 16px;
	font-family: PingFang SC;
	font-weight: 400;
	color: #999999;
	line-height: 36px;
	text-indent: 2em;
	padding: 15px;
	text-align: left;
}

.merit-mg {
}