.swiper-msg-box {
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	letter-spacing: 2px;
}

.swiper-msg-box .msg-title {
	font-size: 40px;
}

.swiper-msg-box .msg-title span {
	font-weight: bold;
	font-size: 40px;
	color: #b72b27;
}

.swiper-msg {
	font-size: 28px;
	margin-top: 0px;
}

.swiper-slide .content {
	color: #4a719c;
	border-color: transparent;
	border-radius: 20px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	margin-top: 30px;
}

.stagetitle .en {
	font-size: 16px;
	margin-top: 0;
}

.s1-resource .res-list .res-item {
	width: 33%;
	height: auto;
	background: transparent;
}

.s1-resource .res-list .res-item .imgbox {
	height: auto;
}

.s1-resource .res-list .res-item .imgbox img {
	transition: .5s all;
}

.s1-resource .res-list .res-item .imgbox:hover img {
	transform: scale(1.3);
}

.res-item-two {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.res-item-two .imgbox {
	width: 100%;
}

.res-item-two .imgbox:first-child img {
	margin-bottom: 15px;

}

.stage2_contact {
	background-image: url(../img/stage2_contact.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;

}

.stage2_contact {
	padding: 15px 0;
}

.contact-msg,
.contact-btn {
	width: 20%;
	margin-left: 50%;
	text-align: center;
}

.contact-msg {
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	padding: 15px 0;
}

.contact-btn span {
	color: #4a719c;
	border-color: transparent;
	border-radius: 20px;
	height: 35px;
	line-height: 35px;
	margin: 0 auto;
	background: #fff;
	padding: 0 10px;
	text-align: center;
	width: 100px;
	display: block;
}

.s2-about {
	background-image: url(../img/stage2_aboutbg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.s2-about .s2-aboutbox {
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.s2-about .s2-aboutbox .left {
	width: 45%;
}

.s2-about .s2-aboutbox .right {
	width: 45%;
}

.s2-about .s2-aboutbox .left .title {
	font-size: 26px;
	color: #fff;
	margin-top: 50px;
	letter-spacing: 3px;
}

.s2-about .s2-aboutbox .left .title .en {
	font-size: 12px;
	color: #fff;
	letter-spacing: 0;
}

.s2-about .s2-aboutbox .left .about-msg {
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	line-height: 1.8;
	font-weight: 220;
	margin-top: 59px;
}

.s2-about .s2-aboutbox .left .about-img {
	width: 100%;
	margin: 25px 0;
}

.s2-about .s2-aboutbox .left .about-img img {
	width: 100%;
}

.s2-about .s2-aboutbox .right .about-item {
	background: #ffffff33;
	display: table;
	width: 100%;
	transition: .5s all;
	color: #fff;
}

.s2-about .s2-aboutbox .right .about-item .about-id {
	width: 140px;
	text-align: center;
	float: left;
	height: 120px;
	line-height: 120px;
	font-weight: bold;
	border-right: 1px solid #ffffff80;
}

.s2-about .s2-aboutbox .right .about-item .about-title {
	float: left;
	width: calc(100% - 141px);
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 2px;
}

.s2-about .s2-aboutbox .right .about-item .about-title img {
	margin-right: 25px;
}

.s2-about .s2-aboutbox .right .about-item .about-en {
	float: left;
	width: 100%;
	color: #f3f3f3;
	transition: .5s all;
	overflow: hidden;
	opacity: 0;
	margin-top: -57px;
	font-size: 38px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 7px;
	display: block;
}

.s2-about .s2-aboutbox .right .about-item.active {
	background: #fff;
	padding-left: 5%;
	margin-left: -5%;
	color: #669ce3;
}

.s2-about .s2-aboutbox .right .about-item.active .about-en {
	opacity: .4;
}

.scopebox {
	max-width: 1200px;
	display: grid;
	grid-template-columns: auto auto;
	gap: 2%;
	margin: 30px auto;
}

.scopebox .scopeitem {
	position: relative;
	cursor: pointer;
}

.scopebox .scopeitem img {
	width: 100%;
}

.scopebox .scopeitem:hover .scopeinfo {
	height: 100%;
	width: 100%;
	padding: 10px;
}

.scopeinfo {
	position: absolute;
	height: 0;
	width: 0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
	background: #669ce380;
	transition: .5s all;
	overflow: hidden;
}

.scopebox .scopeitem .scopeinfobg {
	border: 1px solid #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	letter-spacing: 2px;
	height: 100%;
}

.scopebox .scopeitem .scopeinfo span {
	display: block;
	width: 30%;
	height: 3px;
	margin: 10px auto;
	background: #fff;
}

.s-nav-title .s-item {
	width: 120px;
	flex: unset;
}

.s-nav-title .s-item.active {
	background: #669ce3;
	border-color: #669ce3;
}

.s2-consult {
	max-width: 60%;
	margin: 30px auto;
	display: flex;
	/*justify-content: space-between;*/
	box-sizing: border-box;
}


.s2-consult-item {
	width: 24%;
	margin: 0 .5%;
	background: #fff;
	transition: .5s;
}
.s2-consult-item:hover{
    box-shadow: 0 0px 36px rgba(0,0,0,0.1);
 }

.s2-consult-item img {
	width: 100%;
	height: 200px;
}

.s2-consult-item.flex2 {
	width: 50%;
	margin: 0;
}

.s2-consult .pressinfo {
	text-align: center;
	padding: 25px;
	box-sizing: border-box;
	cursor: pointer;
}

/*.s2-consult-item:nth-child(2) .pressinfo {*/
/*	background: #669ce3;*/
/*	color: #fff;*/
/*}*/

/*.s2-consult-item:nth-child(2) .pressinfo .time,*/
/*.s2-consult-item:nth-child(2) .pressinfo .content {*/
/*	color: #fff;*/
/*}*/


.s2-consult .pressinfo .time {
	color: #999;
}

.s2-consult .pressinfo .title {
	margin: 15px 0;
	font-weight: bold;
	text-align: left;
	display:-webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
    overflow:hidden;
}

.s2-consult .pressinfo .content {
	font-size: 14px;
	color: #777;
	text-align: left;
	display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
    overflow:hidden;
}

.memberbox {
	max-width: 1200px;
	margin: 30px auto;
	display: grid;
	grid-template-columns: 18% 18% 23% 18% 18%;
	gap: 1%;
	align-items: center;
}

.memberbox .memberitem {
	text-align: center;
}

.memberbox .memberitem img {
	width: 65%;
}

.memberbox .memberitem .imgbox {
	position: relative;
	width: 80%;
	margin-left: 10%;
}

.memberbox .memberitem:nth-child(3) img {
	width: 100%;
	position: relative;
	z-index: 3;
}

.memberbox .memberitem:nth-child(3) .imgbox::before {
	position: absolute;
	top: -5%;
	left: -5%;
	content: '';
	width: 110%;
	height: 60%;
	background: #fff;
	z-index: 3;
}

.memberbox .memberitem:nth-child(3) .imgbox::after {
	border-radius: 50%;
	border: 4px solid #669ce3;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: '';
	width: 106%;
	height: 106%;
	z-index: 2;
}

.memberbox .memberitem .name {
	color: #669ce3;
	font-weight: bold;
	font-size: 18px;
	margin: 25px 0 10px 0;
}

.memberbox .memberitem .tips {
	font-size: 14px;
	color: #777;
}

.s2-profile {
	background-image: url(../img/stage2_aboutbg2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	padding-top: 35px;
}

.s2-profile .profilebox {
	background: #fff;
	border-radius: 8px;
	margin: 0 auto;
	max-width: 60%;
	padding: 50px 0 60px 0;
	box-shadow: 0 2px 5px #eee;
}

.profile-tips {
display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto;
    margin-top: -191px;
    z-index: 99;
    position: relative;
}

.tipsitem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 35px;
	color: #78a4dc;
	width: 150;
	text-align: center;
	cursor: pointer;
}

.tipsitem .itemmsg {
	border-radius: 50%;
	border: 1px solid #78a4dc;
	width: 100px;
	height: 100px;
	position: relative;
	text-align: center;
	line-height: 100px;
	font-weight: bold;
	font-size: 30px;
	margin-bottom: 20px;
	transition: .5s all;
}

.tipsitem .itemmsg:hover {
	background: #fff;
	color: #669ce3;
}

.tipsitem .itemmsg span {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -24%);
	font-size: 16px;
	font-weight: 500;
}

.profilemsg {
	/*font-size: 14px;*/
	width: 80%;
	/*letter-spacing: 2px;*/
	margin: 0 auto;
	/*line-height: 1.8;*/
	margin-top: 25px;
}

.mobilenav {
	background: #669ce3;
	box-shadow: 1px 0 5px #669ce3;
}

.mobilenav .left .mobile-navitem.active,
.mobile-server .serveritem {
	color: #669ce3;
}

@media screen and (max-width:768px) {
    .s2-profile .profilebox{
        max-width: 96%;
    }
    .profile-tips{
        margin-top: 0;
    }
    
.tipsitem {
	color: #fff;
}

.tipsitem .itemmsg {
	border: 1px solid #fff;
}
	.s1-resource .res-list,
	.s2-about .s2-aboutbox {
		flex-direction: column;
	}

	.s1-resource .res-list .res-item .imgbox img {
		width: 100%;
	}

	.s1-resource .res-list .res-item {
		width: 100%;
		padding: 0;
		margin-bottom: 10px;
	}

	.stage2_contact {
		background-size: auto 100%;
	}

	.contact-msg,
	.contact-btn,
	.s2-about .s2-aboutbox .right {
		width: 100%;
		margin: 0;
	}

	.s2-about .s2-aboutbox .left {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.s2-about .s2-aboutbox .right .about-item .about-id {
		width: 80px;
		height: 70px;
		line-height: 70px;
	}

	.s2-about .s2-aboutbox .right .about-item .about-title {
		height: 70px;
		width: calc(100% - 100px);
		font-size: 12px;
	}

	.s2-about .s2-aboutbox .right .about-item .about-en {
		display: none;
		margin-top: -50px;
		font-size: 20px;
	}

	.s2-about .s2-aboutbox .right .about-item.active {
		margin-left: 0;
		padding-left: 0;
	}

	.scopebox {
		grid-template-columns: auto;
		gap: 10px;
	}

	.s1-resource {
		padding: 0 10px;
		margin-top: 20px;
	}

	.memberbox {
		grid-template-columns: auto auto;
		gap: 10px;
	}

	.memberbox .memberitem:nth-child(3) img {
		width: 65%;
	}

	.memberbox .memberitem:nth-child(3) .imgbox::after {
		width: 0;
		height: 0;
	}

	.s2-profile {
		background-size: auto 100%;
		margin-top: 0!important;
	}

	.tipsitem {
		margin: 0;
	}

	.profile-tips {
		justify-content: space-between;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.s2-consult {
		flex-wrap: wrap;
		padding: 0 10px;
	}

	.s2-consult-item.flex2,
	.s2-consult-item {
		width: 100%;
		margin-bottom: 10px;
	}

	.s-nav-title .s-item {
		width: 31%;
		flex: unset;
		box-sizing: border-box;
		margin: 0 auto;
	}
}