@charset "UTF-8";
html{
    font-size: calc(100vw/19.2);
}
html, body, figure, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input, textarea, a, span, em {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: 'Microsoft YaHei','PingFang SC',  'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-tap-highlight-color: transparent;
	/* tap-highlight-color: transparent; */
	background: #fff;
}

input, textarea, button {
	padding: 0;
	/* font-family: Verdana, Arial; */
	font-family: 'Microsoft Yahei','PingFang SC','PingFangSC-Regular';
	-webkit-appearance: none;
}

select{
	-webkit-appearance: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}

img {
	border: 0;
	vertical-align: middle;
	max-width: 100%;
    object-fit: cover;
}

input[type=submit], input[type=text], button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	cursor: pointer;
}

input:focus, textarea:focus, button:focus, input:active {
	outline-color: transparent;
	border: 0;
}

select, input, select, textarea {
	vertical-align: middle;
	outline: none;
	-webkit-tap-highlight-color: transparent;
}

ul, ol, li {
	list-style-type: none;
	line-height: 1;
}

a {
	color: #333;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	line-height: 1;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	cursor: pointer;
}

a:active {
	text-decoration: none;
}


@media(max-width:768px){
	html{
		font-size: 66px;
	}
}
@media(max-width:500px){
	html{
		font-size: 54px;
	}
}

/* header */
.header{
	width: 100%;
	height: 1rem;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9;
}
.header-h{
	width: 100%;
	height: 1rem;
}
.header .box{
	width: 1500px;
	margin: auto;
	position: relative;
}
@media (max-width:1600px) {
	.header .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.header .box{
		width: 90%;
	}
}
.header .box .logo{
	position: absolute;
	left: 50%;
	top: 0.1rem;
	transform: translateX(-50%);
	z-index: 2;
}
.header .box .logo a{
	width: 1.28rem;
	height: 0.72rem;
	overflow: hidden;
	display: flex;
}
.header .box .logo a img{
	width: 100%;
}
.header .box .logo span{
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 0.9rem;
	width: 3.3rem;
	height: 0.49rem;
	display: flex;
	overflow: hidden;
}
.header .box .logo span img{
	width: 1.5rem;
	height: 0.18rem;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.header .box .logo span::after{
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	background: #fff;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
}
.header .box .right{
	width: 100%;
	position: relative;
}
.header .box .right .close{
	display: none;
	width: 0.6rem;
	height: 0.7rem;
}
.header .box .right .close span{
	width: 0.5rem;
	height: 2px;
	background: #4D4490;
	display: block;
	margin: 3px 0;
	transition: all ease-in .3s;
}
.header .box .right .close.on span:nth-child(1){
	transform: rotateZ(45deg);
	margin-top: 0.2rem;
}
.header .box .right .close.on span:nth-child(2){
	opacity: 0;
}
.header .box .right .close.on span:nth-child(3){
	transform: rotateZ(-45deg);
	margin-top: -0.2rem;
}
@media (max-width:500px) {
	.header .box .right .close.on span:nth-child(3){
		margin-top: -0.22rem;
	}
}
.header .box .right .menu{
width: 100%;
}
.header .box .right .menu ul{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.header .box .right .menu li{
position: relative;
}
.header .box .right .menu li:nth-child(4){
opacity: 0;
}
@media (max-width:768px) {
.header .box .right .menu li:nth-child(4){
display: none;
}
}
.header .box .right .menu li .menu-link{
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
@media (max-width:768px) {
.header .box .right .menu li .menu-link{
padding-left: 0.2rem;
}
}
.header .box .right .menu li .menu-link .m-link{
font-size: 16px;
font-weight: bold;
color: #333333;
line-height: 1rem;
display: flex;
transition: all ease-in .3s;
justify-content: center;
}
.header .box .right .menu li:hover .menu-link .m-link{
color: #4D4590;
}
.header .box .right .menu li.on .menu-link .m-link{
color: #4D4590;
}
@media (max-width:1366px) {
.header .box .right .menu li .menu-link .m-link{
font-size: 14px;
}
}
.header .box .right .menu li .menu-link span{
width: 10px;
display: none;
margin-left: 0.1rem;
}
@media (max-width:768px) {
.header .box .right .menu li .menu-link span{
display: block;
}
}
.header .box .right .menu li .menu-link span img{
    width: 100%;
    height:auto;
}
.header .box .right .menu li .s-menu{
position: absolute;
left: 50%;
transform: translateX(-50%);
top: 0.75rem;
width: 138px;
background: #FFFFFF;
box-shadow: 0px 0.03rem 0.07rem 0px rgba(0, 0, 0, 0.2);
border-radius: 0.1rem;
display: none;
}
@media (max-width:768px) {
.header .box .right .menu li .s-menu{
position: relative;
top: 0;
width: 100%;
border-radius: 0;
box-shadow: 0px 0.03rem 0.07rem 0px rgba(0, 0, 0, 0.02);
}
}
.header .box .right .menu li .s-menu a{
width: 100%;
height: 0.54rem;
display: flex;
justify-content: center;
align-items: center;
font-size: 14px;
font-weight: bold;
color: #666666;
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.header .box .right .menu li .s-menu a:last-child{
border-bottom: none;
}
.header .box .right .menu li .s-menu a:hover{
color: #4D4490;
}
@media (max-width:768px) {
.header .box .right .menu li .s-menu a{
border-bottom: none;
font-weight: 400;
}
}


@media (max-width:768px) {
.header .box{
height: 1rem;
display: flex;
justify-content: space-between;
align-items: center;
position: initial;
}
.header .box .logo{
position: relative;
left: 0;
transform: translateX(0);
top: 0;
}
.header .box .logo span{
top: 0.8rem;
}
.header .box .logo span::after{
width: 5rem;
height: 5rem;
}
.header .box .right{
width: 0.6rem;
position: initial;
}
.header .box .right .close{
display: flex;
flex-wrap: wrap;
align-content: center;
z-index: 2;
position: relative;
}
.header .box .right .menu{
display: none;
position: absolute;
width: 100vw;
height: 100vh;
z-index: 0;
padding-top: 1rem;
overflow-y: scroll;
top: 0;
left: 0;
background: #fff;
padding-bottom: 1rem;
}
.header .box .right .menu li{
width: 100%;
}
.header .box .right  .menu li .menu-link .m-link{
justify-content: center;
}


}


/* banner */
.banner{
	width: 100%;
	position: relative;
}
.banner-box{
	width: 100%;
	position: relative;
}
.banner-box .img{
	width: 100%;
	height: 8.6rem;
}
.banner-box .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-box .tbox{
	width: 1600px;
	position: absolute;
	left: 50%;	
	top: 50%;
	transform: translate(-50%,-50%);
}
@media (max-width:1600px) {
	.banner-box .tbox{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.banner-box .tbox{
		width: 90%;
	}
}
.banner-box .tbox .t1{
	font-size: 0.52rem;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 0.72rem;
}
.banner-box .tbox .more{
	width: 2rem;
	height: 0.6rem;
	background: #4D4590;
	border-radius: 0.3rem;
	font-size: 20px;
	font-weight: bold;
	color: #FEFEFE;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.4rem;
}
.banner-box .tbox .more img{
	width: 8px;
	height: 16px;
	margin-left: 0.16rem;
}
@media (max-width:1600px) {
	.banner-box .tbox .more{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.banner-box .tbox .more{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.banner-box .tbox .more{
		font-size: 14px;
	}
}
.banner .swiper-pagination{
	display: flex;
	justify-content: flex-end;
	padding: 0 1.6rem 0.8rem;
	bottom: 0;
}
@media (max-width:768px) {
	.banner .swiper-pagination{
		padding: 0 0.5rem 0.5rem;
	}
}
.banner .swiper-pagination-bullet{
	width: 0.36rem;
	height: 0.36rem;
	border-radius: 50%;
	background: none;
	font-size: 16px;
	color: #fff;
	border: 0.02rem solid #fff;
	opacity: .4;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0 0 .14rem;
}
.banner .swiper-pagination-bullet-active{
	color: #fabf1b;
	border: 0.02rem solid #f6bc1a;
	opacity: 1;
}


/* ibox1 */
.ibox1{
	width: 100%;
	position: relative;
	padding: 1.2rem 0 0.91rem;
}
.ibox1 .ico1{
	position: absolute;
	left: 0;
	top: 1.5rem;
	width: 1.28rem;
	height: 2.38rem;
	overflow: hidden;
}
.ibox1 .ico1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.ibox1 .ico2{
	position: absolute;
	right: 1.7rem;
	bottom: 1.84rem;
	width: 0.91rem;
	height: 0.91rem;
	overflow: hidden;
	display: flex;
}
.ibox1 .ico2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ibox1 .box{
	width: 1600px;
	margin: auto;
	position: relative;
}
@media (max-width:1600px) {
	.ibox1 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.ibox1 .box{
		width: 90%;
	}
}
.ibox1 .box .top{
	/*position: absolute;*/
	/*left: 0;*/
	/*top: 0;*/
	position: relative;
}
.ibox1 .box .top .t1{
	font-size: 0.44rem;
	font-weight: bold;
	color: #4D448F;
	line-height: 1;
}
.ibox1 .box .top .t2{
	font-size: 0.24rem;
	font-weight: 400;
	color: #4D448F;
	line-height: 1;
	margin-top: 0.2rem;
}
.ibox1 .img-box{
    width: 100%;
    display: flex;
}
.ibox1 .img-box img{
    max-width: 100%;
}
.ibox1 .img-box .mb{
    display: none;
}
@media (max-width:768px) {
    .ibox1 .img-box .pc{
        display: none;
    }
    .ibox1 .img-box .mb{
        display: block;
    }
}
.ibox1 .box .content{
	width: 100%;
	position: relative;
	padding-top: 0.66rem;
	display: none;
}
@media (max-width:768px) {
	.ibox1 .box .content{
		padding-bottom: 2rem;
	}
}
@media (max-width:500px) {
	.ibox1 .box .content{
		padding-top: 1rem;
		padding-bottom: 0;
	}
}
.ibox1 .box .content .bg{
	width: 65.4%;
	margin: auto;
}
@media (max-width:500px) {
	.ibox1 .box .content .bg{
		display: none;
	}
}
.ibox1 .box .content .tbox{
	width: 4.36rem;
	height: 4.36rem;
	border: 0.25rem solid #4D4590;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	position: absolute;
}
@media (max-width:1024px) {
	.ibox1 .box .content .tbox{
		width: 4.7rem;
		height: 4.7rem;
	}
}
@media (max-width:768px) {
	.ibox1 .box .content .tbox{
		width: 4.2rem;
		height: 4.2rem;
	}
}
.ibox1 .box .content .tbox1{
	color: #4D4590;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.ibox1 .box .content .tbox2{
	color: #2C3A83;
	left: 13.75%;
	bottom: 0.54rem;
}
.ibox1 .box .content .tbox3{
	color: #F08314;
	right: 13.75%;
	bottom: 0.54rem;
}
.ibox1 .box .content .tbox .ico{
	margin: auto;
	display: flex;
}
.ibox1 .box .content .tbox1 .ico{
	width: 1.04rem;
	height: 0.58rem;
}
.ibox1 .box .content .tbox2 .ico{
	width: 0.41rem;
	height: 0.38rem;
}
.ibox1 .box .content .tbox3 .ico{
	width: 0.4rem;
	height: 0.38rem;
}
.ibox1 .box .content .tbox .t1{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	margin-top: 0.2rem;
}
@media (max-width:1600px) {
	.ibox1 .box .content .tbox .t1{
		font-size: 22px;
	}
}
@media (max-width:1366px) {
	.ibox1 .box .content .tbox .t1{
		font-size: 20px;
	}
}
@media (max-width:1024px) {
	.ibox1 .box .content .tbox .t1{
		font-size: 18px;
	}
}
.ibox1 .box .content .tbox .t2{
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	margin-top: 0.2rem;
}
@media (max-width:1600px) {
	.ibox1 .box .content .tbox .t2{
		font-size: 16px;
	}
}
@media (max-width:1366px) {
	.ibox1 .box .content .tbox .t2{
		font-size: 14px;
	}
}
@media (max-width:1024px) {
	.ibox1 .box .content .tbox .t2{
		font-size: 12px;
	}
}
.ibox1 .box .content .tbox .t3{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin-top: 0.15rem;
}
@media (max-width:1366px) {
	.ibox1 .box .content .tbox .t3{
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width:1024px) {
	.ibox1 .box .content .tbox .t3{
		font-size: 12px;
	}
}
.ibox1 .box .content .tbox .t4{
	width: 1.3rem;
	height: 0.42rem;
	border-radius: 0.21rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	margin: 0.17rem auto 0;
}
@media (max-width:1366px) {
	.ibox1 .box .content .tbox .t4{
		font-size: 14px;
	}
}
@media (max-width:1024px) {
	.ibox1 .box .content .tbox .t4{
		font-size: 12px;
		width: 1.6rem;
		height: 0.6rem;
		border-radius: 0.3rem;
	}
}
.ibox1 .box .content .tbox1 .t4{
color: #2C3A83;
border: 1px solid #2C3A83;
}
.ibox1 .box .content .tbox1 .t4 img:last-child{
display: none;
}
.ibox1 .box .content .tbox1 .t4:hover{
color: #FFFFFF;
background: #4D448F;
}
.ibox1 .box .content .tbox1 .t4:hover img:first-child{
display: none;
}
.ibox1 .box .content .tbox1 .t4:hover img:last-child{
display: block;
}
.ibox1 .box .content .tbox2 .t4{
color: #2C3A83;
border: 1px solid #2C3A83;
}
.ibox1 .box .content .tbox2 .t4:hover{
color: #FFFFFF;
background: #4D448F;
}
.ibox1 .box .content .tbox2 .t4 img:last-child{
display: none;
}
.ibox1 .box .content .tbox2 .t4:hover{
color: #FFFFFF;
background: #4D448F;
}
.ibox1 .box .content .tbox2 .t4:hover img:first-child{
display: none;
}
.ibox1 .box .content .tbox2 .t4:hover img:last-child{
display: block;
}
.ibox1 .box .content .tbox3 .t4{
color: #F08314;
border: 1px solid #F08314;
}
.ibox1 .box .content .tbox3 .t4:hover{
color: #fff;
background: #F08314;
}
.ibox1 .box  .content .tbox3 .t4 img:last-child{
display: none;
}
.ibox1 .box .content .tbox3 .t4:hover{
color: #FFFFFF;
background: #F08314;
}
.ibox1 .box .content .tbox3 .t4:hover img:first-child{
display: none;
}
.ibox1 .box .content .tbox3 .t4:hover img:last-child{
display: block;
}
.ibox1 .box .content .tbox .t4 img{
	width: 6px;
	height: 11px;
	margin-left: 0.1rem;
}
.ibox1 .box .content .tbox2 .t5{
	position: absolute;
	width: 1.35rem;
	height: 1.35rem;
	right: -0.52rem;
	top: -0.5rem;
	display: flex;
}
.ibox1 .box .content .tbox3 .t5{
	position: absolute;
	width: 1.35rem;
	height: 1.35rem;
	left: -0.52rem;
	top: -0.5rem;
	display: flex;
}
.ibox1 .box .content .tboxs{
	position: absolute;
	top: 4.83rem;
	left: 50%;
	transform: translateX(-50%);
}
.ibox1 .box .content .tboxs .ico{
	width: 1.75rem;
	height: 1.28rem;
	display: flex;
}
.ibox1 .box .content .tboxs .ts{
	width: 1.3rem;
	height: 0.42rem;
	border: 1px solid #AE1016;
	border-radius: 0.21rem;
	font-size: 16px;
	font-weight: 400;
	color: #AE1216;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.48rem auto 0;
}
.ibox1 .box .content .tboxs .ts:hover{
color: #fff;
background: #AE1216;
}
.ibox1 .box .content .tboxs .ts img:last-child{
display: none;
}
.ibox1 .box .content .tboxs .ts:hover img:first-child{
display: none;
}
.ibox1 .box .content .tboxs .ts:hover img:last-child{
display: block;
}
.ibox1 .box .content .tboxs .ts img{
	width: 6px;
	height: 11px;
	margin-left: 0.1rem;
}
@media (max-width:1366px) {
	.ibox1 .box .content .tboxs .ts{
		font-size: 14px;
	}
}
@media (max-width:1024px) {
	.ibox1 .box .content .tboxs .ts{
		font-size: 12px;
	}
}
@media (max-width:768px) {
	.ibox1 .box .content .tbox2{
		left: -1%;
		bottom: 0;
	}
	.ibox1 .box .content .tbox3{
		right: -1%;
		bottom: 0;
	}
	.ibox1 .box .content .tboxs{
		top: 4.2rem;
	}
}
@media (max-width:500px) {
	.ibox1 .box .content .tbox{
		position: relative;
		width: 5.2rem;
    	height: 5.2rem;
	}
	.ibox1 .box .content .tbox1{
		margin-bottom: 0.2rem;
	}
	.ibox1 .box .content .tbox2{
		left: initial;
		left: 50%;
    	transform: translateX(-50%);
		margin-bottom: 0.2rem;
	}
	.ibox1 .box .content .tbox2 .t5{
		display: none;
	}
	.ibox1 .box .content .tbox3{
		right: initial;
		left: 50%;
    	transform: translateX(-50%);
	}
	.ibox1 .box .content .tbox3 .t5{
		display: none;
	}
	.ibox1 .box .content .tboxs{
		display: none;
	}

}
/* ibox2 */
.ibox2{
	width: 100%;
	background: #4d4590;
	border-radius: 0 2.25rem 0 0;
	position: relative;
	padding: 1.26rem 0 1.53rem;
}
.ibox2 .ico1{
	width: 1.46rem;
	height: 2.85rem;
	position: absolute;
	right: 0;
	top: 2.64rem;
	overflow: hidden;
}
.ibox2 .ico1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}
.ibox2 .ico2{
	width: 0.82rem;
	height: 1.62rem;
	position: absolute;
	left: 0;
	bottom: 2.9rem;
	overflow: hidden;
}
.ibox2 .ico2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.ibox2 .ico3{
	width: 1.82rem;
	height: 0.89rem;
	position: absolute;
	bottom: 0;
	overflow: hidden;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
}
.ibox2 .ico3 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}
.ibox2 .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.ibox2 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.ibox2 .box{
		width: 90%;
	}
}
.ibox2 .box .top{
	width: 100%;
}
.ibox2 .box .top .t1{
	font-size: 0.44rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.ibox2 .box .top .t2{
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 0.2rem;
}
.ibox2 .box .content{
	width: 100%;
	margin-top: 0.57rem;
}
.ibox2 .box .content .box2-ck{
	width: 100%;
}
.ibox2 .box .content .box2-ck .ck-menu{
	width: 100%;
	/*border-bottom: 2px dashed rgba(255,255,255,.6);*/
	overflow: hidden;
	white-space: nowrap;
	position: relative;
}
.ibox2 .box .content .box2-ck .ck-menu::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 1px;
	width: 100%;
	border-bottom: 2px dashed rgba(255,255,255,.6);
}
.ibox2 .box .content .box2-ck .ck-menu .cms{
	transition: all ease-in .5s;
}
.ibox2 .box .content .box2-ck .ck-menu .item{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	border-bottom: 3px solid transparent;
	line-height: 1;
	/*margin-bottom: -2px;	*/
	padding: 0 0.3rem 0.2rem 0.2rem;
	margin-right: 0.94rem;
	cursor: pointer;
	transition: all ease-in .3s;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.ibox2 .box .content .box2-ck .ck-menu .item:hover,
.ibox2 .box .content .box2-ck .ck-menu .item.on{
	color: #FABF1A;
	border-bottom: 3px solid #FABF1A;
}
@media (max-width:1440px) {
	.ibox2 .box .content .box2-ck .ck-menu .item{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.ibox2 .box .content .box2-ck .ck-menu .item{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.ibox2 .box .content .box2-ck .ck-menu .item{
		font-size: 14px;
	}
}
@media (max-width:768px) {
	.ibox2 .box .content .box2-ck .ck-menu .item{
		margin-right: 0.5rem;
	}
}
@media (max-width:500px) {
	.ibox2 .box .content .box2-ck .ck-menu .item{
		margin-right: 0.1rem;
		padding: 0 0.1rem 0.2rem 0.1rem;
	}
}
.ibox2 .box .content .box2-ck .ck-list{
	width: 100%;
	margin-top: 0.48rem;
}
.ibox2 .box .content .box2-ck .ck-list .item{
	width: 100%;
	background: #fff;
	border-radius: 0.5rem;
	padding: 0.51rem 1.07rem 0.54rem 0.51rem;
	display: none;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
@media (max-width:768px) {
	.ibox2 .box .content .box2-ck .ck-list .item{
		padding: 0.51rem;
	}
}
@media (max-width:500px) {
	.ibox2 .box .content .box2-ck .ck-list .item{
		margin-top: 0.3rem;
	}
}
.ibox2 .box .content .box2-ck .ck-list .item.on{
	display: flex;
}
.ibox2 .box .content .box2-ck .ck-list .item .img{
	width: 51.3%;
	height: 4.14rem;
	overflow: hidden;
	border-radius: 0.1rem;
}
@media (max-width:500px) {
	.ibox2 .box .content .box2-ck .ck-list .item .img{
		width: 100%;
	}
}
.ibox2 .box .content .box2-ck .ck-list .item .img img{
	width: 100%;
	height: 100%;
}
.ibox2 .box .content .box2-ck .ck-list .item .tbox{
	width: 41.4%;
}
@media (max-width:768px) {
	.ibox2 .box .content .box2-ck .ck-list .item .tbox{
		width: 45%;
	}
}
@media (max-width:500px) {
	.ibox2 .box .content .box2-ck .ck-list .item .tbox{
		width: 100%;
		margin-top: 0.3rem;
	}
}
.ibox2 .box .content .box2-ck .ck-list .item .tbox .t1{
	font-size: 24px;
	font-weight: bold;
	color: #4D4590;
	line-height: 34px;
	border-bottom: 2px dashed #4D4590;
	padding-bottom: 0.3rem;
}
@media (max-width:1600px) {
	.ibox2 .box .content .box2-ck .ck-list .item .tbox .t1{
		font-size: 22px;
	}
}
@media (max-width:1440px) {
	.ibox2 .box .content .box2-ck .ck-list .item .tbox .t1{
		font-size: 20px;
	}
}
@media (max-width:1366px) {
	.ibox2 .box .content .box2-ck .ck-list .item .tbox .t1{
		font-size: 20px;
	}
}
@media (max-width:1024px) {
	.ibox2 .box .content .box2-ck .ck-list .item .tbox .t1{
		font-size: 18px;
	}
}
.ibox2 .box .content .box2-ck .ck-list .item .tbox .txt{
	font-size: 16px;
	font-weight: 400;
	color: #4D4590;
	line-height: 32px;
	margin-top: 0.2rem;
}
@media (max-width:1366px) {
	.ibox2 .box .content .box2-ck .ck-list .item .tbox .txt{
		font-size: 14px;
		line-height: 24px;
	}
}
.ibox2 .box .content .box-school{
	width: 100%;
	margin-top: 0.8rem;
}
.ibox2 .box .content .box-school .t1{
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
@media (max-width:1366px) {
	.ibox2 .box .content .box-school .t1{
		font-size: 22px;
	}
}
@media (max-width:1024px) {
	.ibox2 .box .content .box-school .t1{
		font-size: 20px;
	}
}
.ibox2 .box .content .box-school .school-list{
	width: 100%;
	position: relative;
	margin-top: 0.4rem;
}
.ibox2 .box .content .box-school .school-list .swiper-slide{
	width: 1.5rem;
	/* height: 1.5rem; */
	background: #FFFFFF;
	border-radius: 0.2rem;
	padding: 0.26rem;
	display: flex;
}
.ibox2 .box .content .box-school .school-list .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ibox2 .box .content .box-school .school-list .left{
	width: 20px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: calc(100% + 0.32rem);
	cursor: pointer;
	display: flex;
}
.ibox2 .box .content .box-school .school-list .right{
	width: 20px;
	height: 40px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: calc(100% + 0.32rem);
	cursor: pointer;
	display: flex;
}
@media (max-width:768px) {
	.ibox2 .box .content .box-school .school-list .left{
		right: calc(100% + 0.2rem);
	}
	.ibox2 .box .content .box-school .school-list .right{
		left: calc(100% + 0.2rem);
	}
}
@media (max-width:500px) {
	.ibox2 .box .content .box-school .school-list .left{
		right: initial;
		left: 0;
		display: none;
	}
	.ibox2 .box .content .box-school .school-list .right{
		left: initial;
		right: 0;
		display: none;
	}
}

/* ibox3 */
.ibox3{
	width: 100%;
	background: #4d4590;
}
.ibox3 .bg{
	width: 100%;
	background: #fff url(/public/static/modules/cms/images/ib3-bg.png) top center no-repeat;
	background-attachment: fixed;
	border-radius: 2.25rem 0 0 0;
	padding: 1.4rem 0 2.87rem;
}
.ibox3 .box{
	width: 1600px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}
@media (max-width:1600px) {
	.ibox3 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.ibox3 .box{
		width: 90%;
	}
}
.ibox3 .box .left{
	width: 36.25%;
	position: sticky;
	top: 1.5rem;
	padding-bottom: 0.7rem;
}
@media (max-width:768px) {
	.ibox3 .box .left{
		width: 45%;
	}
}
@media (max-width:500px) {
	.ibox3 .box .left{
		width: 100%;
		position: relative;
		top: 0;
	}
}
.ibox3 .box .left .top{
	width: 100%;
}
.ibox3 .box .left .top .t1{
	font-size: 0.44rem;
	font-weight: bold;
	color: #4D4590;
	line-height: 1;
}
.ibox3 .box .left .top .t2{
	font-size: 0.24rem;
	font-weight: 400;
	color: #4D4590;
	line-height: 1;
	margin-top: 0.2rem;
}
.ibox3 .box .left .top .t3{
	font-size: 18px;
	font-weight: 400;
	color: #4D4590;
	line-height: 1;
	margin-top: 0.2rem;
}
@media (max-width:1366px) {
	.ibox3 .box .left .top .t3{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.ibox3 .box .left .top .t3{
		font-size: 14px;
	}
}
.ibox3 .box .left .list{
	margin-top: 0.65rem;
	position: relative;
	padding-left: 0.2rem;
	height: 50vh;
	overflow: hidden;
}
@media (max-width:500px) {
	.ibox3 .box .left .list{
		display: none;
	}
}
.ibox3 .box .left .list li{
	width: 100%;
	cursor: pointer;
}
.ibox3 .box .left .list li .t1{
	font-size: 20px;
	font-weight: bold;
	color: #4D4590;
	line-height: 32px;
	transition: all ease-in .3s;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
@media (max-width:1440px) {
	.ibox3 .box .left .list li .t1{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.ibox3 .box .left .list li .t1{
		font-size: 16px;
	}
}
.ibox3 .box .left .list li:hover .t1,
.ibox3 .box .left .list li.on .t1{
	color: #FABF1B;
}
.ibox3 .box .left .list li .t2{
	font-size: 16px;
	font-weight: 400;
	color: #4D4590;
	line-height: 24px;
	height: 72px;
	color: rgba(77, 69, 144, 0.8);
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
@media (max-width:1366px) {
	.ibox3 .box .left .list li .t2{
		font-size: 14px;
	}
}
.ibox3 .box .left .list .line{
	width: 0.04rem;
	height: 100%;
	background: #E9E9E9;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.ibox3 .box .left .list .line span{
	width: 100%;
	height: 25%;
	position: absolute;
	left: 0;
	top: 0;
	background: #FABF1B;
}
.ibox3 .box .right{
	width: 50%;
}
@media (max-width:500px) {
	.ibox3 .box .right{
		width: 100%;
	}
}
.ibox3 .box .right li{
	width: 100%;
	margin-bottom: 0.8rem;
}
.ibox3 .box .right .img{
	width: 100%;
	height: 5.7rem;
	overflow: hidden;
}
.ibox3 .box .right .img img{
	width: 100%;
	height: 100%;
}
@media (max-width:768px) {
	.ibox3 .box .right .img{
		height: 3.7rem;
	}
}
@media (max-width:500px) {
	.ibox3 .box .right .img{
		height: 4.45rem;
	}
}
.ibox3 .box .right .txt{
	width: 100%;
	padding-top: 0.2rem;
	display: none;
}
@media (max-width:500px) {
	.ibox3 .box .right .txt{
		display: block;
	}
}
.ibox3 .box .right .txt .t1{
	font-size: 16px;
	font-weight: bold;
	color: #4D4590;
	line-height: 32px;
}
.ibox3 .box .right .txt .t2{
	font-size: 14px;
	font-weight: 400;
	color: #4D4590;
	line-height: 24px;
	color: rgba(77, 69, 144, 0.8);
}

/* ibox4 */
.ibox4{
	width: 100%;
	margin-top: -2.27rem;
}
.ibox4 .bg{
	width: 100%;
	background: #4D4590 url(/public/static/modules/cms/images/ib4-bg.png) right top no-repeat;
	border-radius: 0 2.25rem 0 0;
	padding: 1.41rem 0 0;
	position: relative;
}
.ibox4 .ico1{
	width: 1.64rem;
	height: 1.62rem;
	position: absolute;
	overflow: hidden;
	left: 21.25%;
	bottom: 2.1rem;
}
.ibox4 .ico1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ibox4 .ico2{
    width: 2.42rem;
    height: 0.51rem;
    position: absolute;
    left: 33%;
    bottom: 0;
    overflow: hidden;
}
.ibox4 .box{
	width: 1600px;
	margin: auto;
	position: relative;
}
@media (max-width:1600px) {
	.ibox4 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.ibox4 .box{
		width: 90%;
	}
}
.ibox4 .box .top{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}
@media (max-width:500px) {
	.ibox4 .box .top{
		position: relative;
	}
}
.ibox4 .box .top .t1{
	font-size: 0.44rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.ibox4 .box .top .t2{
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 0.2rem;
}
.ibox4 .box .list{
	width: 100%;
}
.ibox4 .box .list .swiper-wrapper{
	height: initial;
}
#c-banner5-box {
    position: relative;
    overflow: hidden;
}
.c-banner5-bottom {
    position: absolute;
    right: 0;
    bottom: 0.7rem;
    width: 1.8rem;
    height: 5rem;
}
@media (max-width:500px) {
	.c-banner5-bottom{
		display: none;
	}
}
.c-banner5-bottom .swiper-slide {
    border: 2px solid rgba(255, 255, 255, .5);
    overflow: hidden;
	border-radius: 0.1rem;
	display: flex;
	background: #4D4590;
}
.c-banner5-bottom .swiper-slide.active-nav{
	border-color: #FABF1B;
}
/* .c-banner5-bottom .swiper-slide-active {
    border-color: #FABF1B;
} */
.c-banner5-bottom img {
    width: 100%;
	height: 100%;
    object-fit: cover;
}
.c-banner5-top .swiper-slide {
    opacity: 0 !important;
    z-index: 1 !important;
}
.c-banner5-top .swiper-slide-active {
    opacity: 1 !important;
    z-index: 2 !important;
}
.c-banner5-top .swiper-slide .img{
	width: 45.43%;
	height: 7.5rem;
	overflow: hidden;
	margin: auto;
}
.c-banner5-top .swiper-slide .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width:500px) {
	.c-banner5-top .swiper-slide .img{
		width: 100%;
	}
}
.c-banner5-top .c-wrap {
    position: absolute;
    top: 1.82rem;
    left: 0;
	width: 22.3%;
}
@media (max-width:1366px) {
	.c-banner5-top .c-wrap{
		width: 24%;
	}
}
@media (max-width:768px) {
	.c-banner5-top .c-wrap{
		width: 30.3%;
	}
}
.c-banner5-top .c-wrap .c-title {
    font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.36rem;
}
@media (max-width:1366px) {
	.c-banner5-top .c-wrap .c-title{
		font-size: 16px;
	}
}
.c-banner5-top .c-wrap .c-title span {
    font-size: 0.36rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-right: 0.14rem;
}
@media (max-width:768px) {
	.c-banner5-top .c-wrap .c-title span{
		display: block;
		line-height: 0.5rem;
	}
}
.c-banner5-top .c-wrap .c-t2 {
    font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, .6);
	line-height: 32px;
	border-top: 1px solid rgba(255, 255, 255, .4);
	margin-top: 0.25rem;
	padding-top: 0.22rem;
}
@media (max-width:1366px) {
	.c-banner5-top .c-wrap .c-t2{
		font-size: 14px;
	}
}
@media (max-width:500px) {
	.c-banner5-top .c-wrap .c-t2{
		display: none;
	}
}
.c-banner5-top .c-wrap .c-more {
    font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, .6);
	display: flex;
	margin-top: 0.3rem;
	align-items: center;
	display: none;
}
.c-banner5-top .c-wrap .c-more::after {
    content: "";
    display: inline-block;
    margin-left: 20px;
    border: 8px solid transparent;
    border-left: 8px solid #fff;
}
.c-banner5-top .c-wrap .c-more:hover {
    color: rgba(255, 255, 255, 1);
}
.c-banner5-top .c-arrows {
    position: absolute;
    left: 0;
    bottom: 0.7rem;
    display: flex;
    z-index: 10;
}
.c-banner5-top .c-prev,
.c-banner5-top .c-next {
    width: 0.6rem;
    height: 0.6rem;
    position: relative;
    border: 2px solid #999;
    border-radius: 50%;
    cursor: pointer;
    transition: .5s;
}
.c-banner5-top .c-prev:hover,
.c-banner5-top .c-next:hover {
	border: 2px solid #fabf1b;
}
.c-banner5-top .c-prev {
    background: #4d4590 url(/public/static/modules/cms/images/ib4-icon1.png) center center no-repeat;
	background-size: 100%;
}
.c-banner5-top .c-next {
    background: #4d4590 url(/public/static/modules/cms/images/ib4-icon2.png) center center no-repeat;
	background-size: 100%;
	margin-left: 0.2rem;
}
.c-banner5-top .c-prev:hover {
    background: #4d4590 url(/public/static/modules/cms/images/ib4-icon1-1.png) center center no-repeat;
	background-size: 100%;
}
.c-banner5-top .c-next:hover {
    background: #4d4590 url(/public/static/modules/cms/images/ib4-icon2-1.png) center center no-repeat;
	background-size: 100%;
}
.c-banner5-top .swiper-pagination{
	right: 0;
	top: 0;
	left: initial;
	bottom: initial;
	width: 1.6rem;
	font-size: 20px;
	font-weight: 500;
	color: #9993C9;
	line-height: 0.48rem;
	z-index: 3;
}
.swiper-pagination-current{
	font-size: 0.48rem;
	font-weight: 500;
	color: #FFFFFF;
}
@media (max-width:500px) {
	.c-banner5-top .swiper-pagination{
		top: 0.5rem;
	}
}


/* ibox5 */
.ibox5{
	width: 100%;
	background: #4D4590;
	overflow-x: hidden;
}
.ibox5 .bg{
	width: 100%;
	background: #fff url(/public/static/modules/cms/images/ib5-bg.png) left top no-repeat;
	background-size: 76.5%;
	border-radius: 2.25rem 0 0 0;
	position: relative;
	padding: 1.4rem 0 0;
}
@media (max-width:500px) {
	.ibox5 .bg{
		background-size: 100%;
	}
}
.ibox5 .ico1{
	width: 1.81rem;
	height: 1.81rem;
	position: absolute;
	top: 0.27rem;
	left: 37.6%;
	overflow: hidden;
}
.ibox5 .ico1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ibox5 .ico2{
	width: 1.5rem;
	height: 1.48rem;
	position: absolute;
	left: 0.84rem;
	bottom: 0.46rem;
	overflow: hidden;
	display: flex;
}
.ibox5 .ico2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ibox5 .ico3{
	width: 3.5rem;
	height: 3.5rem;
	position: absolute;
	left: 23.33%;
	bottom: 0.84rem;
	overflow: hidden;
}
.ibox5 .ico3 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ibox5 .box{
	width: 1600px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width:1600px) {
	.ibox5 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.ibox5 .box{
		width: 90%;
	}
}
@media (max-width:500px) {
	.ibox5 .box{
		display: block;
	}
}
.ibox5 .box .left{
	width: 47%;
	height: 7.6rem;
}
@media (max-width:768px) {
	.ibox5 .box .left{
		height: 4.8rem;
	}
}
@media (max-width:500px) {
	.ibox5 .box .left{
		width: 100%;
	}
}
.ibox5 .box .left .top{

}
.ibox5 .box .left .top .t1{
	font-size: 0.44rem;
	font-weight: bold;
	color: #4D4590;
	line-height: 1;
}
.ibox5 .box .left .top .t2{
	font-size: 0.24rem;
	font-weight: 400;
	color: #4D4590;
	line-height: 1;
	margin-top: 0.2rem;
}
.ibox5 .box .left .tbox{
	margin-top: 0.42rem;
}	
.ibox5 .box .left .tbox .t1{
	font-size: 20px;
	font-weight: bold;
	color: #4D4590;
	line-height: 36px;
}
@media (max-width:1440px) {
	.ibox5 .box .left .tbox .t1{
		font-size: 18px;
	}	
}
@media (max-width:1366px) {
	.ibox5 .box .left .tbox .t1{
		font-size: 16px;
	}	
}
@media (max-width:1024px) {
	.ibox5 .box .left .tbox .t1{
		font-size: 14px;
	}	
}
.ibox5 .box .left .tbox .t2{
	font-size: 16px;
	font-weight: 400;
	color: #4D4590;
	line-height: 36px;
	margin-top: 0.1rem;
}
@media (max-width:1366px) {
	.ibox5 .box .left .tbox .t2{
		font-size: 14px;
		line-height: 24px;
	}
}
.ibox5 .box .right{
	padding: 1.9rem 2.32rem 1.9rem 1.9rem;
	background: #fabf1a;
	border-radius: 4.5rem 0 0 4.5rem;
	position: absolute;
	right: 0;
	top: 0;
}
@media (max-width:768px) {
	.ibox5 .box .right{
		padding: 1rem 1rem 1rem 1rem;
		border-radius: 4.5rem 0 0 4.5rem;
	}
}
@media (max-width:500px) {
	.ibox5 .box .right{
		width: 100%;
		position: relative;
		right: -6%;
		top: initial;
	}
}
.ibox5 .box .right .img{
	width: 5.2rem;
	height: 5.2rem;
	overflow: hidden;
	display: flex;
}
.ibox5 .box .right .img img{
	width: 100%;
	height: 100%;
}
@media (max-width:768px) {
	.ibox5 .box .right .img{
		width: 3.8rem;
		height: 3.8rem;
	}
}
.ibox5 .box .right .tb{
	position: absolute;
	width: 1.5rem;
	height: 1.5rem;
	background: #4D4590;
	border: 0.05rem solid #FFFFFF;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	align-content: center;
}
@media (max-width:1600px) {
	.ibox5 .box .right .tb{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.ibox5 .box .right .tb{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.ibox5 .box .right .tb{
		font-size: 14px;
	}
}
@media (max-width:768px) {
	.ibox5 .box .right .tb{
		width: 1.2rem;
		height: 1.2rem;
	}
}
@media (max-width:500px) {
	.ibox5 .box .right .tb{
		width: 1.5rem;
		height: 1.5rem;
	}
}
.ibox5 .box .right .tb span{
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
	display: block;
	margin-bottom: 0.1rem;
	text-align: center;
}
@media (max-width:1600px) {
	.ibox5 .box .right .tb span{
		font-size: 26px;
	}
}
@media (max-width:1440px) {
	.ibox5 .box .right .tb span{
		font-size: 24px;
	}
}
@media (max-width:1366px) {
	.ibox5 .box .right .tb span{
		font-size: 22px;
	}
}
@media (max-width:1024px) {
	.ibox5 .box .right .tb span{
		font-size: 20px;
	}
}

.ibox5 .box .right .tb1{
	top: 1.14rem;
	left: -0.07rem;
}
.ibox5 .box .right .tb2{
	top: 2.81rem;
	left: -0.68rem;
}
.ibox5 .box .right .tb3{
	bottom: 3.03rem;
	left: -0.67rem;
}
.ibox5 .box .right .tb4{
	bottom: 1.36rem;
	left: -0.07rem;
}
@media (max-width:768px) {
	.ibox5 .box .right .tb1{
		top: 0.4rem;
		left: 0.1rem;
	}
	.ibox5 .box .right .tb2{
		top: 1.6rem;
		left: -0.5rem;
	}
	.ibox5 .box .right .tb3{
		bottom: 1.6rem;
		left: -0.5rem;
	}
	.ibox5 .box .right .tb4{
		bottom: 0.4rem;
		left: 0.1rem;
	}
}
@media (max-width:500px) {
	.ibox5 .box .right .tb1{
		top: -0.4rem;
		left: 0.5rem;
	}
	.ibox5 .box .right .tb2{
		top: 0.9rem;
		left: -0.5rem;
	}
	.ibox5 .box .right .tb3{
		bottom: 1.7rem;
		left: -0.6rem;
	}
	.ibox5 .box .right .tb4{
		bottom: 0.1rem;
		left: 0.1rem;
	}
}
/* ibox6 */
.ibox6{
	width: 100%;
	background: #fabf1a;
}
.ibox6 .bg{
	width: 100%;
	background: #4d4590;
	border-radius: 0 2.25rem 0 0;
	position: relative;
	padding: 1.55rem 0 1.33rem;
}
.ibox6 .bg .ico1{
	width: 1.57rem;
	height: 2.59rem;
	position: absolute;
	top: 1.34rem;
	left: 26.4%;
	overflow: hidden;
}
.ibox6 .bg .ico1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: flex;
}
.ibox6 .bg .ico2{
	width: 1.37rem;
	height: 1.37rem;
	position: absolute;
	right: 1.35rem;
	top: 1.35rem;
	overflow: hidden;
	display: flex;
}
.ibox6 .bg .ico2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.ibox6 .box{
	width: 1600px;
	margin: auto;
	position: relative;
	z-index: 2;
}
@media (max-width:1600px) {
	.ibox6 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.ibox6 .box{
		width: 90%;
	}
}
.ibox6 .box .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.ibox6 .box .ib6-ck{
	width: 100%;
	display: flex;
	margin-top: 0.45rem;
}
.ibox6 .box .ib6-ck .item{
	width: 2rem;
	height: 0.6rem;
	border: 1px solid #FFFFFF;
	border-radius: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	transition: all ease-in .3s;
	margin-right: 0.2rem;
}
.ibox6 .box .ib6-ck .item:hover,
.ibox6 .box .ib6-ck .item.on{
	background: #fff;
	color: #4D4590;
}
@media (max-width:1600px) {
	.ibox6 .box .ib6-ck .item{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.ibox6 .box .ib6-ck .item{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.ibox6 .box .ib6-ck .item{
		font-size: 14px;
	}
}
.ibox6 .box .ib6-list{
	width: 100%;
	margin-top: 0.52rem;
	position: relative;
}
.ibox6 .box .ib6-list .item{
	width: 100%;
	background: #fff;
	border-radius: 0.5rem;
	padding: 0.38rem 1.1rem 0.4rem 0.42rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	z-index: 1;
	position: relative;
}
.ibox6 .box .ib6-list .item.on{
	z-index: 2;
	position: absolute;
	left: 0;
	top: 0;
}
.ibox6 .box .ib6-list .item .img{
	width: 52.3%;
	height: 4.71rem;
	overflow: hidden;
	border-radius: 0.2rem;
}
.ibox6 .box .ib6-list .item .img .swiper-container,
.ibox6 .box .ib6-list .item .img .swiper-slide{
	height: 100%;
}
.ibox6 .box .ib6-list .item .img img{
	width: 100%;
	height: 100%;
}
@media (max-width:500px) {
	.ibox6 .box .ib6-list .item{
		padding: 0.38rem 0.4rem 0.42rem;
	}
	.ibox6 .box .ib6-list .item .img{
		width: 100%;
	}
}
.ibox6 .box .ib6-list .item .tbox{
	width: 41.4%;
}
@media (max-width:500px) {
	.ibox6 .box .ib6-list .item .tbox{
		width: 100%;
		margin-top: 0.5rem;
	}
}
.ibox6 .box .ib6-list .item .tbox .t1{
	font-size: 0.32rem;
	font-weight: bold;
	color: #4D4590;
	line-height: 1;
}
.ibox6 .box .ib6-list .item .tbox .t2{
	font-size: 16px;
	font-weight: 400;
	color: #4D4590;
	line-height: 32px;
	margin-top: 0.3rem;
}
@media (max-width:1366px) {
	.ibox6 .box .ib6-list .item .tbox .t2{
		font-size: 14px;
		line-height: 24px;
	}
}
.ibox6 .box .ib6-list .item .tbox .more{
	width: 1.8rem;
	height: 0.6rem;
	background: #FABF1A;
	border-radius: 0.3rem;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.33rem;
}
.ibox6 .box .ib6-list .item .tbox .more img{
	width: 8px;
	height: 16px;
	margin-left: 0.13rem;
}
@media (max-width:1600px) {
	.ibox6 .box .ib6-list .item .tbox .more{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.ibox6 .box .ib6-list .item .tbox .more{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.ibox6 .box .ib6-list .item .tbox .more{
		font-size: 14px;
	}
}
@media (max-width:500px) {
	.ibox6 .box .ib6-list .item .tbox .more{
		font-size: 12px;
	}
}
.ibox6 .box .ib6-list .item .img .swiper-pagination{
	font-size: 0;
	width: auto;
	right: 0;
	bottom: 0.2rem;
	right: 0.3rem;
	left: initial;
}
.ibox6 .box .ib6-list .item .img .swiper-pagination .swiper-pagination-bullet{
	width: 0.15rem;
	height: 0.15rem;
	background: #FFFFFF;
	opacity: 0.6;
	border-radius: 50%;
}
.ibox6 .box .ib6-list .item .img .swiper-pagination .swiper-pagination-bullet-active{
	background: #FABF1A;
	opacity: 1;
}

/* footer */
.footer{
	width: 100%;
	position: relative;
	background: #fff;
}
.footer .f-b1{
	width: 100%;
}
.footer .f-b1 .ico1{
	width: 0.41rem;
	height: 0.41rem;
	position: absolute;
	left: 0.99rem;
	bottom: 1.62rem;
	overflow: hidden;
	display: flex;
}
.footer .f-b1 .ico1 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.footer .f-b1 .ico2{
	width: 0.96rem;
	height: 1.68rem;
	position: absolute;
	left: 0;
	bottom: 0;
	overflow: hidden;
	display: flex;
}
.footer .f-b1 .ico2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: right;
}
.footer .box{
	width: 1600px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}
@media (max-width:1600px) {
	.footer .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.footer .box{
		width: 90%;
	}
}
.footer .f-b1{
	padding: 0.7rem 0 0.76rem;
}
@media (max-width:500px) {
	.footer .f-b1{
		padding: 0.7rem 0 0.6rem;
	}
}
.footer .f-b1 .box .left{
	width: 1.65rem;
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
}
@media (max-width:500px) {
	.footer .f-b1 .box .left{
		width: 50%;
	}
}
.footer .f-b1 .box .left .logo{
	width: 1.65rem;
	height: 0.92rem;
}
@media (max-width:500px) {
	.footer .f-b1 .box .left .logo {
		width: 2.08rem;
		height: 1.2rem;
	}
}
.footer .f-b1 .box .left .logo a{
	display: flex;
}
.footer .f-b1 .box .left .logo img{
	width: 100%;
	height: 100%;
}
.footer .f-b1 .box .left .tel{
	font-size: 16px;
	font-weight: 400;
	color: #4D4590;
	line-height: 1.5;
	text-align: center;
	margin-top: 0.33rem;
}
.footer .f-b1 .box .left .tel span{
	font-size: 18px;
	font-weight: bold;
	color: #4D4590;
	display: block;
}
@media (max-width:1366px) {
	.footer .f-b1 .box .left .tel{
		font-size: 14px;
	}
	.footer .f-b1 .box .left .tel span{
		font-size: 16px;
	}
}
.footer .f-b1 .box .f-menu{
	display: flex;
	padding-top: 0.4rem;
}
@media (max-width:500px) {
	.footer .f-b1 .box .f-menu{
		display: none;
	}
}
.footer .f-b1 .box .f-menu .item{
	margin-right: 1.2rem;
}
.footer .f-b1 .box .f-menu .item:last-child{
	margin-right: 0;
}
@media (max-width:1366px) {
	.footer .f-b1 .box .f-menu .item{
		margin-right: 0.8rem;
	}
}
@media (max-width:768px) {
	.footer .f-b1 .box .f-menu .item{
		margin-right: 0.2rem;
	}
}
.footer .f-b1 .box .f-menu .item .f-link1{
	font-size: 18px;
	font-weight: bold;
	color: #4D4590;
	line-height: 36px;
	margin-bottom: 0.15rem;
	display: block;
}
@media (max-width:1366px) {
	.footer .f-b1 .box .f-menu .item .f-link1{
		font-size: 16px;
	}
}
@media (max-width:991px) {
	.footer .f-b1 .box .f-menu .item .f-link1{
		font-size: 14px;
	}
}
.footer .f-b1 .box .f-menu .item .f-link2{
	font-size: 16px;
	font-weight: 400;
	color: #4D4590;
	line-height: 32px;
	display: block;
}
@media (max-width:1366px) {
	.footer .f-b1 .box .f-menu .item .f-link2{
		font-size: 14px;
	}
}
.footer .f-b1 .box .ewm{
	padding-top: 0.4rem;
}
/*@media (max-width:500px) {*/
/*	.footer .f-b1 .box .ewm{*/
/*		padding-top: 0;*/
/*	}*/
/*}*/
.footer .f-b1 .box .ewm .img{
	width: 1.2rem;
	height: 1.2rem;
	display: flex;
}
.footer .f-b1 .box .ewm .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media (max-width:768px) {
	.footer .f-b1 .box .ewm .img{
		width: 1.5rem;
		height: 1.5rem;
	}
}
@media (max-width:500px) {
	.footer .f-b1 .box .ewm .img{
		width: 1.8rem;
		height: 1.8rem;
	}
}
.footer .f-b1 .box .ewm span{
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #4D4590;
	line-height: 24px;
	padding-top: 0.03rem;
	text-align: center;
}
@media (max-width:1600px) {
	.footer .f-b1 .box .ewm span{
		font-size: 14px;
	}
}
.footer .f-b2{
	width: 100%;
	background: #4D4590;
	position: relative;
	z-index: 2;
}
.footer .f-b2 .box{
	min-height: 0.7rem;
	align-items: center;
	flex-wrap: wrap;
}
.footer .f-b2 .box span{
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, .6);
}
.footer .f-b2 .box span a{
	color: rgba(255, 255, 255, .6);
}
.footer .f-b2 .box span a:hover{
	color: rgba(255, 255, 255, 1);
}
@media (max-width:500px) {
	.footer .f-b2 .box{
		padding: 0.2rem 0;
		text-align: center;
	}
	.footer .f-b2 .box span{
		width: 100%;
	}
}


/* 右侧悬浮 */
.right-flex{
	position: fixed;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
}
@media (max-width:500px) {
	.right-flex{
		display: none;
	}
}
.right-flex a{
	width: 1.5rem;
	height: 0.9rem;
	background: #625AA4;
	box-shadow: 0px 5px 5px 0px rgba(46, 37, 122, 0.2);
	border-radius: 0.2rem;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 0.1rem;
}
.right-flex a:last-child{
	margin-bottom: 0;
}
@media (max-width:1440px) {
	.right-flex a{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.right-flex a{
		font-size: 16px;
	}
}
@media (max-width:1220px) {
	.right-flex a{
		font-size: 14px;
	}
}


/* 返回顶部 */
.go-top{
	position: fixed;
	right: 0;
	bottom: 1rem;
	width: 1.4rem;
	height: 1.4rem;
	z-index: 2;
	display: none;
	cursor: pointer;
}
.go-top .img{
	width: 100%;
	height: 100%;
	display: flex;
}
.go-top .img img{
	width: 100%;
	height: 100%;
}
.go-top .icon{
	width: 17px;
	height: 19px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: flex;
}

/* info-banner */
.info-banner{
	width: 100%;
	position: relative;
}
.info-banner .img{
	width: 100%;
	height: 5rem;
	overflow: hidden;
}
.info-banner .img img{
	width: 100%;
	height: 100%;
}
.info-banner .tbox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.info-banner .tbox .t1{
	font-size: 0.52rem;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 1;
}
.info-banner .tbox .t2{
	font-size: 0.24rem;
	font-weight: bold;
	color: rgba(255, 255, 255, .6);
	line-height: 1;
	margin-top: 0.2rem;
}
.info-banner .tbox .t2s{
	font-size: 0.24rem;
	font-weight: 400;
	color: #FEFEFE;
	margin-top: 0.2rem;
	line-height: 1;
}
.info-banner .tbox span{
	width: 30px;
	height: 3px;
	background: #FFFFFF;
	margin: 0.2rem auto 0;
	display: block;
}

/* 场馆环境banner */
.huanjing-banner{
	width: 100%;
	position: relative;
}
.huanjing-banner .img{
	width: 100%;
	height: 8.6rem;
	overflow: hidden;
}
.huanjing-banner .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.huanjing-banner .tbox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
@media (max-width:500px) {
	.huanjing-banner .tbox{
		width: 90%;
	}
}
.huanjing-banner .tbox .t1{
	font-size: 0.52rem;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 0.72rem;
	text-align: center;
}
.huanjing-banner .tbox .icon{
	width: 1.1rem;
	height: 1.1rem;
	background: #716AA6;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.2rem auto 0;
	cursor: pointer;
}
.huanjing-banner .tbox .icon img{
	width: 0.34rem;
	height: 0.51rem;
	transition: all ease-in .3s;
}
.huanjing-banner .tbox .icon:hover img{
	margin-left: 0.1rem;
}


/* match-page */
.match-page{
	width: 100%;
	padding: 0.86rem 0 0.93rem;
}
.match-page .box{
	width: 1600px;	
	margin: auto;
}
@media (max-width:1600px) {
	.match-page .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.match-page .box{
		width: 90%;
	}
}
.match-page .box .match-menu{
	width: 100%;
}
.match-page .box .match-menu ul{
	width: 100%;
	display: flex;
	justify-content: center;
}
.match-page .box .match-menu li{
	width: 2rem;
	height: 0.6rem;
	color: #333333;
	border-radius: 0.3rem;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	border: 1px solid #DEDEDE;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 0.1rem;
	transition: all ease-in .3s;
}
.match-page .box .match-menu li:hover,
.match-page .box .match-menu li.on{
	background: #4D4490;
	color: #FFFFFF;
	border: 1px solid #4D4490;
}
@media (max-width:1440px) {
	.match-page .box .match-menu li{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.match-page .box .match-menu li{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.match-page .box .match-menu li{
		font-size: 14px;
	}
}
.match-page .box .match-list{
	width: 100%;
	margin-top: 0.6rem;
}
.match-page .box .match-list ul{
	width: 100%;
	display: none;
	flex-wrap: wrap;
}
.match-page .box .match-list ul.on{
	display: flex;
}
.match-page .box .match-list li{
	width: 31.875%;
	margin-right: 2.1875%;
	margin-bottom: 0.4rem;
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
}
.match-page .box .match-list li:nth-child(3n){
	margin-right: 0;
}
@media (max-width:768px) {
	.match-page .box .match-list li{
		width: 48%;
		margin-right: 4%;
	}
	.match-page .box .match-list li:nth-child(3n){
		margin-right: 4%;
	}
	.match-page .box .match-list li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width:500px) {
	.match-page .box .match-list li{
		width: 100%;
		margin-right: 0;
	}
	.match-page .box .match-list li:nth-child(3n){
		margin-right: 0;
	}
	.match-page .box .match-list li:nth-child(2n){
		margin-right: 0;
	}
}
.match-page .box .match-list li .img{
	width: 100%;
	height: 3.07rem;
	overflow: hidden;
}
@media (max-width:1600px) {
	.match-page .box .match-list li .img{
		height: 3.1rem;
	}
}
@media (max-width:1220px) {
	.match-page .box .match-list li .img{
		height: 3.1rem;
	}
}
@media (max-width:1024px) {
	.match-page .box .match-list li .img{
		height: 3.32rem;
	}
}
@media (max-width:768px) {
	.match-page .box .match-list li .img{
		height: 3.03rem;
	}
}
@media (max-width:500px) {
	.match-page .box .match-list li .img{
		height: 3.8rem;
	}
}
.match-page .box .match-list li .img img{
	width: 100%;
	height: 100%;
}
.match-page .box .match-list li .txt{
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	padding: 0.13rem 0.65rem;
	background: rgba(77, 68, 144, 0.9);
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
}
@media (max-width:1366px) {
	.match-page .box .match-list li .txt{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.match-page .box .match-list li .txt{
		font-size: 14px;
	}
}

.match-info{
	width: 100%;
	background: #F0F0F0;
	padding: 0.57rem 0 1.34rem;
}
.match-info .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.match-info .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.match-info .box{
		width: 90%;
	}
}
.breadcrumbs{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
}
.breadcrumbs a{
	color: #999999;
}
.breadcrumbs a.cz{
	color: #4D4590;
}
.breadcrumbs a:hover{
	color: #4D4590;
}
.breadcrumbs span{
color: #4D4490;
}
@media (max-width:1366px) {
	.breadcrumbs{
		font-size: 14px;
		line-height: 24px;
	}
}
.match-info .box .info-box{
	width: 100%;
	background: #fff;
	margin-top: 0.69rem;
	padding: 0.57rem 0.6rem 1.31rem;
	border-radius: 0.1rem;
}
@media (max-width:500px) {
	.match-info .box .info-box{
		padding: 0.57rem 0.3rem 1.31rem;
	}
}
.match-info .box .info-box .top{
	width: 100%;
}
.match-info .box .info-box .top .title{
	font-size: 0.36rem;
	line-height: 0.46rem;
	color: #333;
}
.match-info .box .info-box .top .tip{
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-top: 0.13rem;
}
.match-info .box .info-box .top .tip span{
	color: #555;
}
.match-info .box .info-box .txt{
	width: 100%;
	margin-top: 0.4rem;
	border-top: 1px solid #d8dfe5;
	font-size: 16px;
	color: #777;
	line-height: 30px;
	padding-top: 0.33rem;
}
@media (max-width:1366px) {
	.match-info .box .info-box .txt{
		font-size: 14px;
		line-height: 24px;
	}
}
.match-info .box .info-box .txt img{
	margin: auto;
	display: block;
}
.match-info .box .info-box .share{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	margin-top: 0.3rem;
}
@media (max-width:1366px) {
	.match-info .box .info-box .share{
		font-size: 14px;
	}
}
.match-info .box .info-box .ck-box{
	width: 100%;
	border-top: 1px solid #D8DFE5;
	margin-top: 0.37rem;
	padding-top: 0.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.match-info .box .info-box .ck-box a{
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	transition: all ease-in .3s;
	line-height: 24px;
}
.match-info .box .info-box .ck-box a:hover{
	color: #4D4490;
}
.match-info .box .info-box .ck-box a.back{
	color: #222222;
	display: flex;
	align-items: center;
}
@media (max-width:768px) {
	.match-info .box .info-box .ck-box a.back{
		display: none;
	}
}
.match-info .box .info-box .ck-box a.back:hover{
	color: #4D4490;
}
.match-info .box .info-box .ck-box a.back img{
	width: 12px;
	height: 13px;
	margin-left: 0.1rem;
}


/* 赛事合作咨询 */
.match-ask{
	width: 100%;
	background: #F7F7F7;
	padding: 1.3rem 0 2.1rem;
}
.match-ask .box{
	width: 650px;
	margin: auto;
	max-width: 90%;
}
.match-ask .box .t1{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
	line-height: 1;
}
.match-ask .box .t2{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	text-align: center;
	margin-top: 0.2rem;
	margin-bottom: 0.4rem;
}
@media (max-width:1366px) {
	.match-ask .box .t2{
		font-size: 14px;
	}
}
.match-ask .box .t3{
	width: 100%;
	height: 0.7rem;
	background: #fff;
	padding-left: 0.3rem;
	border-radius: 0.1rem;
	font-size: 16px;
	color: #333;
	margin-bottom: 0.13rem;
	display: flex;
}
@media (max-width:1366px) {
	.match-ask .box .t3{
		font-size: 14px;
	}
}
.match-ask .box .t3::placeholder{
	color: #999;
}
.match-ask .box .t4{
	width: 100%;
	height: 0.7rem;
	background: #4D4590;
	border-radius: 0.1rem;
	font-size: 22px;
	font-weight: 800;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width:1440px) {
	.match-ask .box .t4{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.match-ask .box .t4{
		font-size: 18px;
	}
}
@media (max-width:1220px) {
	.match-ask .box .t4{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.match-ask .box .t4{
		font-size: 14px;
	}
}

/* page-list */
.page-list{
	width: 100%;
	margin-top: 0.1rem;
}
.page-list ul{
	display: flex;
	justify-content: center;
}
.page-list li{
	margin: 0 0.05rem;
}
.page-list li a{
	width: 38px;
	height: 38px;
	font-size: 22px;
	font-weight: 400;
	color: #625AA4;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease-in .3s;
}
.page-list li:hover a,
.page-list li.on a{
	background: #FABF1B;
	color: #fff;
}
.page-list li a.prev img,
.page-list li a.next img{
	opacity: .4;
}
.page-list li a.prev:hover img,
.page-list li a.next:hover img{
	opacity: 1;
}
@media (max-width:1366px) {
	.page-list li a{
		font-size: 20px;
	}
}
@media (max-width:1024px) {
	.page-list li a{
		font-size: 18px;
	}
}
/* 我想报名 */
.iwant{
	width: 100%;
	position: relative;
}
.iwant .img{
	width: 100%;
	height: 1.8rem;
	overflow: hidden;
}
.iwant .img img{
	width: 100%;
	height: 100%;
}
.iwant a{
	width: 3rem;
	height: 0.8rem;
	background: #FABF1B;
	border-radius: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #4D4490;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
@media (max-width:1366px) {
	.iwant a{
		font-size: 22px;
	}
}
@media (max-width:1024px) {
	.iwant a{
		font-size: 20px;
	}
}


/* 商学院 */
.sxy-page{
	width: 100%;
}
.sxy-page .sbox1{
	width: 100%;
	padding: 1.4rem 0 1.27rem;
}
.sxy-page .sbox1 .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.sxy-page .sbox1 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.sxy-page .sbox1 .box{
		width: 90%;
	}
}
.sxy-page .sbox1 .box .top{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sxy-page .sbox1 .box .top .left{

}
.sxy-page .sbox1 .box .top .left .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.sxy-page .sbox1 .box .top .left span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	display: block;
	margin-top: 0.18rem;
}
.sxy-page .sbox1 .box .top .right{
	position: relative;
	width: 61.5%;
}
@media (max-width:768px) {
	.sxy-page .sbox1 .box .top .right{
		width: 100%;
		margin-top: 0.2rem;
	}
}
.sxy-page .sbox1 .box .top .right .img{
	width: 100%;
	height: 2.61rem;
	position: absolute;
	top: 0;
	left: 0;
}
.sxy-page .sbox1 .box .top .right .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sxy-page .sbox1 .box .top .right .txt{
	position: relative;
	z-index: 2;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	padding: 0.22rem 0 0 0.3rem;
}
@media (max-width:1366px) {
	.sxy-page .sbox1 .box .top .right .txt{
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width:768px) {
	.sxy-page .sbox1 .box .top .right .txt{
		padding: 0.22rem 0 0;
	}
}
.sxy-page .sbox1 .box .list{
width: 100%;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 0.7rem;
position: relative;
z-index: 2;
}
@media (max-width:768px) {
	.sxy-page .sbox1 .box .list{
		margin-top: 0.5rem;
	}
}
.sxy-page .sbox1 .box .list .item{
	
}
@media (max-width:768px) {
	.sxy-page .sbox1 .box .list .item{
		width: 50%;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		margin-top: 0.5rem;
	}
}
@media (max-width:768px) {
	.sxy-page .sbox1 .box .list .item{
		width: 48%;
		margin-top: 0.5rem;
	}
}
.sxy-page .sbox1 .box .list .item .img{
	width: 3.12rem;
	height: 3.12rem;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0px 0.05rem 0.1rem 0px rgba(0, 0, 0, 0.2);
}
.sxy-page .sbox1 .box .list .item .img img{
	width: 100%;
	height: 100%;
}
@media (max-width:500px) {
	.sxy-page .sbox1 .box .list .item .img{
		width: 3rem;
		height: 3rem;
	}
}
.sxy-page .sbox1 .box .list .item .txt{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	text-align: center;
	margin-top: 0.2rem;
}
@media (max-width:1366px) {
	.sxy-page .sbox1 .box .list .item .txt{
		font-size: 14px;
	}
}

.sxy-page .sbox2{
	width: 100%;
	background: #F0F0F0;
	padding: 1.4rem 0 0.94rem;
}
.sxy-page .sbox2 .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.sxy-page .sbox2 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.sxy-page .sbox2 .box{
		width: 90%;
	}
}
.sxy-page .sbox2 .box .top{
	width: 100%;
}
.sxy-page .sbox2 .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.sxy-page .sbox2 .box .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	display: block;
	margin: 0.2rem auto 0;
}
.sxy-page .sbox2 .box .list{
	width: 100%;
	margin-top: 0.42rem;
	position: relative;
}

.sxy-page .sbox2 .box .list .stxt{
width: 2.84rem;
height: 2.73rem;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
background: #fff;
border-radius: 50%;
font-size: 0.56rem;
font-weight: 400;
color: #333333;
line-height: 0.66rem;
z-index: 2;
display: flex;
justify-content: center;
align-items: center;
margin-top: -0.19rem;
}
@media (max-width:768px) {
.sxy-page .sbox2 .box .list .stxt{
display: none;
}
}
.sxy-page .sbox2 .box .list .stxt::after{
content: '';
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
border: 1px solid #fff;
width: 3.22rem;
height: 3.1rem;
border-radius: 50%;
}
@media (max-width:768px) {
	.sxy-page .sbox2 .box .list .stxt{
		display: none;
	}
}
.sxy-page .sbox2 .box .list .stxt::after{
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border: 1px solid #fff;
	width: 3.42rem;
	height: 3.3rem;
	border-radius: 50%;
}
.sxy-page .sbox2 .box .list ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sxy-page .sbox2 .box .list li{
	width: 49.3%;
	position: relative;
	border-radius: 0.5rem;
	margin-bottom: 0.38rem;
	cursor: pointer;
	overflow: hidden;
}
@media (max-width:768px) {
	.sxy-page .sbox2 .box .list li{
		width: 100%;
	}
}
.sxy-page .sbox2 .box .list li .img{
	width: 100%;
	height: 3.32rem;
}
@media (max-width:1600px) {
	.sxy-page .sbox2 .box .list li .img{
		height: 3.34rem;
	}
}
@media (max-width:1024px) {
	.sxy-page .sbox2 .box .list li .img{
		height: 3.59rem;
	}
}
@media (max-width:768px) {
	.sxy-page .sbox2 .box .list li .img{
		height: 4.43rem;
	}
}
@media (max-width:500px) {
	.sxy-page .sbox2 .box .list li .img{
		height: 3.6rem;
	}
}
.sxy-page .sbox2 .box .list li .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sxy-page .sbox2 .box .list li .tbox1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	transition: all ease-in .3s;
}
.sxy-page .sbox2 .box .list li:hover .tbox1{
	opacity: 0;
}
.sxy-page .sbox2 .box .list li .tbox1 .t1{
	font-size: 0.34rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.sxy-page .sbox2 .box .list li .tbox1 .t2{
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 1;
	margin-top: 0.18rem;
}
@media (max-width:1366px) {
	.sxy-page .sbox2 .box .list li .tbox1 .t2{
		font-size: 14px;
	}
}
.sxy-page .sbox2 .box .list li .tbox2{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100%;
	background: rgba(77, 68, 144, 0.9);
	padding: 0.21rem 0.3rem;
	transition: all ease-in .3s;
	opacity: 0;
}
.sxy-page .sbox2 .box .list li:hover .tbox2{
	top: 0;
	opacity: 1;
}
.sxy-page .sbox2 .box .list li .tbox2 .ts{
	border: 1px solid rgba(255, 255, 255, .8);
	border-radius: 0.5rem;
	width: 100%;
	height: 100%;
	padding: 0 0.54rem;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
}
@media (max-width:500px) {
	.sxy-page .sbox2 .box .list li .tbox2 .ts{
		padding: 0 0.3rem;
	}
}
.sxy-page .sbox2 .box .list li .tbox2 .ts .t1{
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 30px;
}
@media (max-width:1366px) {
	.sxy-page .sbox2 .box .list li .tbox2 .ts .t1{
		font-size: 18px;
	}
}
@media (max-width:1024px) {
	.sxy-page .sbox2 .box .list li .tbox2 .ts .t1{
		font-size: 16px;
	}
}
.sxy-page .sbox2 .box .list li .tbox2 .ts .t2{
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 24px;
	margin-bottom: 0.06rem;
}
@media (max-width:1366px) {
	.sxy-page .sbox2 .box .list li .tbox2 .ts .t2{
		font-size: 14px;
	}
}
@media (max-width:500px) {
	.sxy-page .sbox2 .box .list li .tbox2 .ts .t2{
		line-height: 20px;
	}
}
.sxy-page .sbox3{
	width: 100%;
	background: #E1DFF2;
	position: relative;
	padding: 1.4rem 0 1.03rem;
}
.sxy-page .sbox3 .ico1{
	position: absolute;
	left: 33.125%;
	bottom: 0;
	width: 2.42rem;
	height: 1.19rem;
	overflow: hidden;
	display: flex;
}
.sxy-page .sbox3 .ico1 img{
	width: 100%;
	height: 100%;
	object-position: top;
}
.sxy-page .sbox3 .box{
	width: 1600px;
	margin: auto;
	position: relative;
}
@media (max-width:1600px) {
	.sxy-page .sbox3 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.sxy-page .sbox3 .box{
		width: 90%;
	}
}
.sxy-page .sbox3 .box .top{
	width: 100%;
}
.sxy-page .sbox3 .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.sxy-page .sbox3 .box .top span{
	width: 20px;
	height: 3px;
	background: #666666;
	display: block;
	margin-top: 0.2rem;
}
.sxy-page .sbox3 .box .list{
	width: 100%;
	margin: 0.3rem auto 0;
	position: relative;
}
.sxy-page .sbox3 .box .list .tbox{
	background: #fff;
	box-shadow: 0px 0.05rem 0.1rem 0px rgba(77, 69, 144, 0.2);
	border-radius: 0.5rem;
	padding: 1.26rem 0 1.19rem;
	overflow: hidden;
}
.sxy-page .sbox3 .box .list .tbox .tb1{
	text-align: center;
}
.sxy-page .sbox3 .box .list .tbox .tb1 .icon{
	width: 1.28rem;
	height: 1.28rem;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	margin: auto;
}
.sxy-page .sbox3 .box .list .tbox .tb1 .icon img{
	width: 100%;
	height: 100%;
}
.sxy-page .sbox3 .box .list .tbox .tb1 .t1{
	font-size: 0.28rem;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	margin-top: 0.26rem;
}
.sxy-page .sbox3 .box .list .tbox .tb1 .t2{
	padding: 0 1.2rem;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	margin-top: 0.1rem;
}
@media (max-width:1366px) {
	.sxy-page .sbox3 .box .list .tbox .tb1 .t2{
		font-size: 14px;
	}
}
.sxy-page .sbox3 .box .list .tbox .tb2{
font-size: 16px;
font-weight: 400;
color: #666666;
line-height: 0.4rem;
text-align: center;
display: none;
}
@media (max-width:1366px) {
.sxy-page .sbox3 .box .list .tbox .tb2{
font-size: 14px;
}
}
.zl-scrollBar.zl-verticalBar{
	background: #6E64B8;
}
.sxy-page .sbox3 .box .list .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
}
.sxy-page .sbox3 .box .list .swiper-container{
	width: 81.875%;
	padding: 0.1rem 0;
	margin: auto;
}
.sxy-page .sbox3 .box .list .swiper-wrapper{
	align-items: center;
}
.sxy-page .sbox3 .box .list .swiper-slide-active,
.sxy-page .sbox3 .box .list .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.sxy-page .sbox3 .box .list .swiper-slide-active .tbox{
	padding: 0;
}
.sxy-page .sbox3 .box .list .swiper-slide-active .tb1{
	background: linear-gradient(-30deg, #4D4490, #6E64B8);
	padding: 0.43rem 0 0.22rem;
}
.sxy-page .sbox3 .box .list .swiper-slide-active .tb1 .t1{
	color: #fff;
}
.sxy-page .sbox3 .box .list .swiper-slide-active .tb1 .t2{
	color: #fff;
	padding: 0;
}
.sxy-page .sbox3 .box .list .swiper-slide-active .tb2{
display: block;
padding: 0.3rem 0 0.9rem;
height: 3.2rem;
overflow-y: scroll;
}
.sxy-page .sbox3 .box .list .prev,
.sxy-page .sbox3 .box .list .next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.6rem;
	height: 0.6rem;
	background: rgba(77, 69, 144, 0.4);
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all ease-in .3s;
}
.sxy-page .sbox3 .box .list .prev img,
.sxy-page .sbox3 .box .list .next img{
	width: 0.11rem;
}
.sxy-page .sbox3 .box .list .prev:hover,
.sxy-page .sbox3 .box .list .next:hover{
	background: rgba(77, 69, 144, 1);
}
.sxy-page .sbox3 .box .list .prev{
	left: 0;
}
.sxy-page .sbox3 .box .list .next{
	right: 0;
}



/* 贝体培训 */
.train-page{
	width: 100%;
	background: #F0F0F0;
	padding: 0.65rem 0 1.2rem;
}
.train-page .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.train-page .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.train-page .box{
		width: 90%;
	}
}
.train-menu{
	width: 100%;
	margin-top: 0.98rem;
}
.train-menu ul{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.train-menu li{
	width: 2rem;
	height: 0.6rem;
	border: 1px solid #bfbfbf;
	border-radius: 0.3rem;
	margin: 0 0.1rem;
	overflow: hidden;
}
@media (max-width:500px) {
	.train-menu li{
		width: 1.8rem;
	}
}
.train-menu li a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #333;
	transition: all ease-in .3s;
}
.train-menu li:hover a,
.train-menu li.on a{
	color: #fff;
	background: #4d4490;
}
@media (max-width:1366px) {
	.train-menu li a{
		font-size: 18px;
	}
}
@media (max-width:1024px) {
	.train-menu li a{
		font-size: 16px;
	}
}
@media (max-width:768px) {
	.train-menu li a{
		font-size: 14px;
	}
}
.train-list{
	width: 100%;
	margin-top: 0.6rem;
}
.train-list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.train-list li{
	width: 32%;
	margin-right: 2%;
	border-radius: 0.5rem;
	overflow: hidden;
	background: #fff;
	margin-bottom: 0.3rem;
}
.train-list li:nth-child(3n){
	margin-right: 0;
}
@media (max-width:768px) {
	.train-list li{
		width: 49%;
	}
	.train-list li:nth-child(3n){
		margin-right: 2%;
	}
	.train-list li:nth-child(2n){
		margin-right: 0;
	}
}
@media (max-width:500px) {
	.train-list li{
		width: 100%;
		margin-right: 0;
	}
	.train-list li:nth-child(3n){
		margin-right: 2%;
	}
	.train-list li:nth-child(2n){
		margin-right: 0;
	}
}
.train-list li .img{
	width: 100%;
	height: 3rem;
	overflow: hidden;
}
@media (max-width:1600px) {
	.train-list li .img{
		height: 3.05rem;
	}
}
@media (max-width:1220px) {
	.train-list li .img{
		height: 3rem;
	}
}
@media (max-width:1024px) {
	.train-list li .img{
		height: 3.25rem;
	}
}
@media (max-width:768px) {
	.train-list li .img{
		height: 3rem;
	}
}
@media (max-width:500px) {
	.train-list li .img{
		height: 3.7rem;
	}
}
.train-list li .img img{
	width: 100%;
	transition: all ease-in .5s;
}
.train-list li:hover .img img{
	transform: scale(1.05);
}
.train-list li .tbox{
	width: 100%;
	padding: 0.36rem 0.4rem 0.32rem;
}
.train-list li .tbox .t1{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 28px;
	transition: all ease-in .3s;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.train-list li:hover .tbox .t1{
	color: #625AA4;
}
@media (max-width:1366px) {
	.train-list li .tbox .t1{
		font-size: 18px;
	}
}
@media (max-width:1024px) {
	.train-list li .tbox .t1{
		font-size: 16px;
	}
}
.train-list li .tbox .t2{
	font-size: 16px;
	font-weight: 400;
	color: #555555;
	line-height: 22px;
	margin-top: 0.12rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
@media (max-width:1366px) {
	.train-list li .tbox .t2{
		font-size: 14px;
	}
}
.train-list li .tbox .t3{
	border-top: 1px solid #CDD0D4;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
	line-height: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 0.2rem;
	margin-top: 0.26rem;
}
.train-list li .tbox .t3 img{
	width: 22px;
	height: 7px;
}

.train-plan{
	width: 100%;
	display: flex;
	border-radius: 0.5rem;
	overflow: hidden;
	margin-top: 0.75rem;
}
@media (max-width:500px) {
	.train-plan{
		overflow-x: scroll;
		display: block;
		white-space: nowrap;
	}
}
.train-plan .item{
	width: 25%;
}
@media (max-width:500px) {
	.train-plan .item{
		width: 3.6rem;
		display: inline-block;
	}
}
.train-plan .item.it1{
	background: rgba(77, 68, 144, 0.4);
}
.train-plan .item.it2{
	background: rgba(250, 191, 26, 0.4);
}
.train-plan .item.it3{
	background: rgba(56, 154, 214, 0.4);
}
.train-plan .item.it4{
	background: rgba(40, 180, 132, 0.4);
}
.train-plan .item .t1{
	width: 100%;
	height: 0.84rem;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width:1440px) {
	.train-plan .item .t1{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.train-plan .item .t1{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.train-plan .item .t1{
		font-size: 14px;
	}
}
.train-plan .item.it1 .t1{
	border: 1px solid #4D4490;
	border-radius: 0.5rem 0 0 0;
}
.train-plan .item.it2 .t1{
	border: 1px solid #FABF1A;
}
.train-plan .item.it3 .t1{
	border: 1px solid #389AD6;
}
.train-plan .item.it4 .t1{
	border: 1px solid #28B484;
	border-radius:0 0.5rem 0 0;
}
.train-plan .item .t2{
	width: 100%;
	height: 0.96rem;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #fff;
}
.train-plan .item .t2:last-child{
	border-bottom: none;
}
@media (max-width:1440px) {
	.train-plan .item .t2{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.train-plan .item .t2{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.train-plan .item .t2{
		font-size: 14px;
	}
}

.train-apply{
	width: 650px;
	margin: 1rem auto 0;
	max-width: 100%;
}
.train-apply .top{
	width: 100%;
}
.train-apply .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.train-apply .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	display: block;
	margin: 0.2rem auto 0;
}
.train-apply .abox{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.52rem;
}
.train-apply .abox .at1{
	width: 100%;
	height: 0.7rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	background: #fff;
	margin-bottom: 0.12rem;
	padding-left: 0.2rem;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
}
.train-apply .abox .at1::placeholder{
	color: #999999;
}
.train-apply .abox .at2{
	width: 100%;
	height: 0.7rem;
	background: #FFFFFF url(/public/static/modules/cms/images/t-icon2.png) 95% center no-repeat;
	background-size: 0.2rem;
	border-radius: 0.1rem;
	padding-left: 0.2rem;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	border: none;
}
.train-apply .btn{
	width: 100%;
	height: 0.7rem;
	background: #FABF1B;
	border-radius: 0.35rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 22px;
	font-weight: 800;
	color: #FFFFFF;
	margin-top: 0.6rem;
	cursor: pointer;
}
@media (max-width:1440px) {
	.train-apply .btn{
		font-size: 20px;
	}
}
@media (max-width:1366px) {
	.train-apply .btn{
		font-size: 18px;
	}
}
@media (max-width:1220px) {
	.train-apply .btn{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.train-apply .btn{
		font-size: 14px;
	}
}

.train-page.news-page{
	padding: 1rem 0 1.2rem;
}
.train-page.news-page .train-menu{
	margin-top: 0;
}


/* news-info */
.news-info{
	width: 100%;
	background: #F0F0F0;
	padding: 0.73rem 0 1.34rem;
}
.news-info .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.news-info .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.news-info .box{
		width: 90%;
	}
}
.news-info .box .info-box{
	width: 100%;
	margin-top: 0.7rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.news-info .box .info-box .left{
	width: 80.625%;
	background: #fff;
	padding: 0.57rem 0.6rem 0.75rem;
	border-radius: 0.1rem;
}
@media (max-width:768px) {
	.news-info .box .info-box .left{
		width: 100%;
	}
}
@media (max-width:500px) {
	.match-info .box .info-box{
		padding: 0.57rem 0.3rem 0.75rem;
	}
}
.news-info .box .info-box .left .top{
	width: 100%;
}
.news-info .box .info-box .left .top .title{
	font-size: 0.36rem;
	line-height: 0.46rem;
	color: #333;
}
.news-info .box .info-box .left .top .tip{
	font-size: 14px;
	color: #999;
	line-height: 1;
	margin-top: 0.13rem;
}
.news-info .box .info-box .left .top .tip span{
	color: #555;
}
.news-info .box .info-box .left .txt{
	width: 100%;
	margin-top: 0.4rem;
	border-top: 1px solid #d8dfe5;
	font-size: 16px;
	color: #777;
	line-height: 30px;
	padding-top: 0.33rem;
}
@media (max-width:1366px) {
	.news-info .box .info-box .left .txt{
		font-size: 14px;
		line-height: 24px;
	}
}
.news-info .box .info-box .left .txt img{
	margin: auto;
	display: block;
}
.news-info .box .info-box .left .share{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	margin-top: 0.3rem;
}
@media (max-width:1366px) {
	.news-info .box .info-box .left .share{
		font-size: 14px;
	}
}
.news-info .box .info-box .left .ck-box{
	width: 100%;
	border-top: 1px solid #D8DFE5;
	margin-top: 0.37rem;
	padding-top: 0.4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.news-info .box .info-box .left .ck-box a{
	font-size: 14px;
	font-weight: 400;
	color: #777777;
	transition: all ease-in .3s;
	line-height: 24px;
}
.news-info .box .info-box .left .ck-box a:hover{
	color: #4D4490;
}
.news-info .box .info-box .left .ck-box a.back{
	color: #222222;
	display: flex;
	align-items: center;
}
@media (max-width:1024px) {
	.news-info .box .info-box .left .ck-box a.back{
		display: none;
	}
}
.news-info .box .info-box .left .ck-box a.back:hover{
	color: #4D4490;
}
.news-info .box .info-box .left .ck-box a.back img{
	width: 12px;
	height: 13px;
	margin-left: 0.1rem;
}

.news-info .box .info-box .right{
	width: 17.5%;
	background: #fff;
	border-radius: 0.1rem;
	padding: 0.22rem 0.2rem 0.3rem;
}
@media (max-width:768px) {
	.news-info .box .info-box .right{
		display: none;
	}
}
.news-info .box .info-box .right .title{
	width: 100%;
	font-size: 16px;
	line-height: 36px;
	color: #3a4254;
	padding-bottom: 0.22rem;
	border-bottom: 1px solid #d8dfe5;
	font-weight: bold;
}
.news-info .box .info-box .right .rlist{
	width: 100%;
	margin-top: 0.2rem;
}
.news-info .box .info-box .right .rlist li{
	width: 100%;
	margin-bottom: 0.23rem;
}
.news-info .box .info-box .right .rlist li .img{
	width: 100%;
	height: 1.33rem;
	overflow: hidden;
}
.news-info .box .info-box .right .rlist li .img img{
	width: 100%;
	transition: all ease-in .5s;
}
.news-info .box .info-box .right .rlist li:hover .img img{
	transform: scale(1.05);
}
.news-info .box .info-box .right .rlist li .txt{
	width: 100%;
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	line-height: 26px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	margin-top: 0.15rem;
	transition: all ease-in .3s;
}
.news-info .box .info-box .right .rlist li:hover .txt{
	color: #fabf1b;
}

/* join */
.job-page{
	width: 100%;
}
.jbox1{
	width: 100%;
	background: #F0F0F0;
	padding: 1.41rem 0 1.12rem;
}
.jbox1 .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.jbox1 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.jbox1 .box{
		width: 90%;
	}
}
.jbox1 .box .top{
	width: 100%;
}
.jbox1 .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.jbox1 .box .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	display: block;
	margin: 0.2rem auto 0;
}
.jbox1 .box .list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.6rem;
}
.jbox1 .box .list .item{
	width: 23.75%;
	background: #fff;
	border-radius: 0.5rem;
	overflow: hidden;
	margin-bottom: 0.2rem;
	padding-top: 0.56rem;
}
@media (max-width:768px) {
	.jbox1 .box .list .item{
		width: 49%;
	}
}
@media (max-width:500px) {
	.jbox1 .box .list .item{
		width: 100%;
	}
}
.jbox1 .box .list .item .icon{
	width: 0.7rem;
	height: 0.6rem;
	margin: auto;
	display: flex;
}
.jbox1 .box .list .item .tbox{
	width: 100%;
	height: 163px;
	text-align: center;
	margin-top: 0.47rem;
	padding-top: 0.36rem;
}
.jbox1 .box .list .item.it1 .tbox{
	background: #25B483;
}
.jbox1 .box .list .item.it2 .tbox{
	background: #FABF1B;
}
.jbox1 .box .list .item.it3 .tbox{
	background: #369AD6;
}
.jbox1 .box .list .item.it4 .tbox{
	background: #4D4590;
}
.jbox1 .box .list .item .tbox .t1{
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 24px;
}
@media (max-width:1440px) {
	.jbox1 .box .list .item .tbox .t1{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.jbox1 .box .list .item .tbox .t1{
		font-size: 16px;
	}
}
.jbox1 .box .list .item .tbox .t2{
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 0.13rem;
	padding: 0 0.6rem;
}
@media (max-width:1366px) {
	.jbox1 .box .list .item .tbox .t2{
		font-size: 14px;
	}
}


.jbox2{
	width: 100%;
	position: relative;
	background: #4D4590;
	padding: 1.38rem 0 1.32rem;
}
.jbox2 .ico1{
	width: 1.57rem;
	height: 2.59rem;
	position: absolute;
	top: 1.49rem;
	left: 26.4%;
}
.jbox2 .ico1 img{
	width: 100%;
	height: 100%;
}
.jbox2 .ico2{
	width: 1.37rem;
	height: 1.37rem;
	position: absolute;
	right: 1.64rem;
	top: 1.57rem;
	display: flex;
}
.jbox2 .ico2 img{
	width: 100%;
	height: 100%;
}
.jbox2 .ico3{
	width: 2.22rem;
	height: 1.08rem;
	position: absolute;
	left: 3.08rem;
	bottom: 0;
	overflow: hidden;
	display: flex;
}
.jbox2 .ico3 img{
	width: 100%;
	height: 100%;
	object-position: top;
}
.jbox2 .box{
	width: 1600px;
	position: relative;
	z-index: 2;
	margin: auto;
}
@media (max-width:1600px) {
	.jbox2 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.jbox2 .box{
		width: 90%;
	}
}
.jbox2 .box .top{
	width: 100%;
}
.jbox2 .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #fff;
	line-height: 1;
	text-align: center;
}
.jbox2 .box .top span{
	width: 20px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 0.2rem auto 0;
}
.jbox2 .box .content{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-top: 0.6rem;
}
.jbox2 .box .content .left{
	width: 25%;
	background: #fff;
	border-radius: 0 0.5rem 0 0;
	padding: 0.32rem 0.4rem 0.9rem;
}
@media (max-width:768px) {
	.jbox2 .box .content .left{
		width: 100%;
	}
}
.jbox2 .box .content .left .title{
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	line-height: 36px;
	border-bottom: 2px dashed rgba(113, 106, 166, 0.6);
	padding-bottom: 0.13rem;
}
@media (max-width:1440px) {
	.jbox2 .box .content .left .title{
		font-size: 18px;
	}
}
@media (max-width:1366x) {
	.jbox2 .box .content .left .title{
		font-size: 16px;
	}
}
.jbox2 .box .content .left .tbox{
	width: 100%;
}
.jbox2 .box .content .left .tbox .item{
	width: 100%;
	margin-top: 0.2rem;
	background: rgba(77, 69, 144, .1);
	padding: 0.48rem 0 0.33rem;
}
.jbox2 .box .content .left .tbox .item .icon{
	width: 0.38rem;
	height: 0.4rem;
	margin: 0 auto 0.18rem;
	display: flex;
	overflow: hidden;
}
.jbox2 .box .content .left .tbox .item .icon img{
	width: 100%;
	height: 100%;
}
.jbox2 .box .content .left .tbox .item .txt{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	text-align: center;
}
@media (max-width:1366px) {
	.jbox2 .box .content .left .tbox .item .txt{
		font-size: 14px;
	}
}

.jbox2 .box .content .right{
	width: 71.25%;
}
@media (max-width:768px) {
	.jbox2 .box .content .right{
		width: 100%;
		margin-top: 0.3rem;
	}
}
.jbox2 .box .content .right .list{
	padding-bottom: 0.5rem;
}
.jbox2 .box .content .right .item{
	width: 100%;
	background: #fff;
	border-radius: 0 0.5rem 0 0;
	margin-bottom: 0.3rem;
}
.jbox2 .box .content .right .item:last-child{
	margin-bottom: 0;
}
.jbox2 .box .content .right .item .tp{
	width: 100%;
	height: 0.8rem;
	display: flex;
	align-items: center;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 24px;
	position: relative;
	cursor: pointer;
}
@media (max-width:1366px) {
	.jbox2 .box .content .right .item .tp{
		font-size: 14px;
	}
}
.jbox2 .box .content .right .item .tp .s1{
	width: 17.5%;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	padding-left: 0.4rem;
}
@media (max-width:1440px) {
	.jbox2 .box .content .right .item .tp .s1{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.jbox2 .box .content .right .item .tp .s1{
		font-size: 16px;
	}
}
@media (max-width:500px) {
	.jbox2 .box .content .right .item .tp .s1{
		width: 100%;
	}
	.jbox2 .box .content .right .item .tp .s2{
		display: none;
	}
}
.jbox2 .box .content .right .item .tp img{
	width: 0.34rem;
	height: 0.18rem;
	position: absolute;
	right: 0.8rem;
	top: 50%;
	transform: translateY(-50%);
	transition: all ease-in .3s;
}
.jbox2 .box .content .right .item.on .tp img{
	transform: translateY(-50%) rotateX(180deg);
}
.jbox2 .box .content .right .item .td{
	width: 100%;
	padding: 0.31rem 0.4rem 0.49rem 17.5%;
	border-top: 1px solid #D9D9D9;
	display: none;
}
.jbox2 .box .content .right .item.on .td{
	display: block;
}
@media (max-width:500px) {
	.jbox2 .box .content .right .item .td{
		padding: 0.31rem 0.4rem 0.49rem;
	}
}
.jbox2 .box .content .right .item .td .txt{
	font-size: 16px;
	color: rgba(102, 102, 102, 0.8);
	line-height: 36px;
}
.jbox2 .box .content .right .item .td .txt span{
	font-weight: bold;
}
@media (max-width:1366px) {
	.jbox2 .box .content .right .item .td .txt{
		font-size: 14px;
		line-height: 24px;
	}
}
.jbox2 .box .content .right .item .td .tdjl{
	width: 1.8rem;
	height: 0.6rem;
	background: #FABF1A;
	border-radius: 0.3rem;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.36rem;
	cursor: pointer;
}
.jbox2 .box .content .right .item .td .tdjl img{
	width: 0.08rem;
	height: 0.16rem;
	margin-left: 0.13rem;
}
@media (max-width:1440px) {
	.jbox2 .box .content .right .item .td .tdjl{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.jbox2 .box .content .right .item .td .tdjl{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.jbox2 .box .content .right .item .td .tdjl{
		font-size: 14px;
	}
}
.jbox2 .box .content .right .page-list li a{
	color: #fff;
}

/* 卓越好物 */
.joymall{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.joymall .left{
	width: 50%;
	height: 9.6rem;
	background: #F08519;
	position: relative;
	padding-top: 2.53rem;
	overflow: hidden;
}
@media (max-width:768px) {
	.joymall .left{
		width: 100%;
		overflow: hidden;
	}
}
.joymall .left .icon{
	width: 1.68rem;
	height: 1.68rem;
	overflow: hidden;
	margin: auto;
}
.joymall .left .icon img{
	width: 100%;
	height: 100%;
}
.joymall .left .ibox{
	margin-top: 0.52rem;
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 20%;
}
@media (max-width:500px) {
	.joymall .left .ibox{
		padding: 0 10%;
	}
}
.joymall .left .ibox .item{
	width: 2.2rem;
	height: 0.8rem;
	background: #F29130;
	border: 1px solid #FFC68D;
	border-radius: 0.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0 0.1rem 0.2rem;
}
@media (max-width:1440px) {
	.joymall .left .ibox .item{
		font-size: 22px;
	}
}
@media (max-width:1366px) {
	.joymall .left .ibox .item{
		font-size: 20px;
	}
}
@media (max-width:1220px) {
	.joymall .left .ibox .item{
		font-size: 18px;
	}
}
@media (max-width:1024px) {
	.joymall .left .ibox .item{
		font-size: 16px;
	}
}
.joymall .left .ibox .item img{
	width: 0.35rem;
	height: 0.35rem;
	margin-right: 0.14rem;
}
.joymall .left .ico1{
	width: 0.99rem;
	height: 1.83rem;
	position: absolute;
	left: 0;
	top: 0.79rem;
	overflow: hidden;
}
.joymall .left .ico1 img{
	width: 100%;
	height: 100%;
	object-position: right;
}
.joymall .left .ico2{
	width: 1.02rem;
	height: 1.31rem;
	position: absolute;
	bottom: 1.37rem;
	right: -0.15rem;
}
.joymall .left .ico2 img{
	width: 100%;
	height: 100%;
}
.joymall .right{
	width: 50%;
	height: 9.6rem;
	background: #F0F0F0;
	padding: 2.61rem 2.18rem 0 0.94rem;
}
@media (max-width:768px) {
	.joymall .right{
		width: 100%;
	}
}
@media (max-width:500px) {
	.joymall .right{
		padding: 1.81rem 0.94rem 0 0.94rem;
	}
}
.joymall .right .title{
	font-size: 0.44rem;
	font-family: Arial;
	color: #333333;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
}
.joymall .right span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	display: block;
	margin-top: 0.3rem;
}
.joymall .right .txt{
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 36px;
	margin-top: 0.4rem;
}
@media (max-width:1440px) {
	.joymall .right .txt{
		font-size: 16px;
	}
}
@media (max-width:1366px) {
	.joymall .right .txt{
		font-size: 14px;
		line-height: 24px;
	}
}
.joymall .right a{
	width: 2.17rem;
	height: 0.6rem;
	background: #4D4590;
	border-radius: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 0.62rem;
	transition: all ease-in .3s;
}
.joymall .right a:hover{
	background: #6357bd;
}
@media (max-width:1440px) {
	.joymall .right a{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.joymall .right a{
		font-size: 16px;
	}
}
@media (max-width:1220px) {
	.joymall .right a{
		font-size: 14px;
	}
}
.joymall .right a img{
	width: 0.08rem;
	height: 0.16rem;
	margin-left: 0.18rem;
}


/* about */
.about-page{
	width: 100%;
}
.abox1{
	width: 100%;
	padding: 1.57rem 0 1.71rem;
	position: relative;
}
.abox1 .ico1{
	position: absolute;
	width: 1.67rem;
	height: 1.67rem;
	right: 1.6rem;
	top: 1.47rem;
	display: flex;
}
.abox1 .box{
	width: 1600px;
	margin: auto;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
@media (max-width:1600px) {
	.abox1 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.abox1 .box{
		width: 90%;
	}
}
.abox1 .box .tbox{
	width: 61.5%;
	position: relative;
}
@media (max-width:500px) {
	.abox1 .box .tbox{
		width: 100%;
	}
}
.abox1 .box .tbox .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.abox1 .box .tbox span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	display: block;
	margin-top: 0.2rem;
}
.abox1 .box .tbox .txt{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	margin-top: 0.4rem;
	width: 100%;
	padding-right: 0.3rem;
}
@media (max-width:1366px) {
	.abox1 .box .tbox .txt{
		font-size: 14px;
	}
}
.abox1 .box .tbox .bg{
	position: absolute;
	left: 0;
	top: 0.44rem;
	width: 100%;
	display: flex;
	z-index: -1;
}
.abox1 .box .img{
	width: 4rem;
	height: 4rem;
	border-radius: 50%;
	overflow: hidden;
	display: flex;
	margin-left: 1.18rem;
	margin-top: 0.3rem;
}
.abox1 .box .img img{
	width: 100%;
	height: 100%;
}
@media (max-width:768px) {
	.abox1 .box .img{
		margin-left: 0;
	}
}
@media (max-width:500px) {
	.abox1 .box .img{
		width: 5rem;
		height: 5rem;
		margin: 0.3rem auto 0;
	}
}

/* 发展历程 */
.abox2{
	width: 100%;
	position: relative;
	background: #F0F0F0;
	padding: 1.41rem 0 1.72rem;
}
.abox2 .ico1{
	width: 2.14rem;
	height: 2.14rem;
	position: absolute;
	left: 3.3rem;
	top: 0.61rem;
	display: flex;
	overflow: hidden;
}
.abox2 .ico1 img{
	width: 100%;
	height: 100%;
}
.abox2 .ico2{
	width: 0.93rem;
	height: 1.25rem;
	position: absolute;
	top: 2.06rem;
	right: 0;
	display: flex;
	overflow: hidden;
}
.abox2 .ico2 img{
	width: 100%;
	height: 100%;
	object-position: left;
}
.abox2 .ico3{
	width: 1.2rem;
	height: 1.46rem;
	position: absolute;
	left: 0;
	bottom: 3.01rem;
	display: flex;
	overflow: hidden;
}
.abox2 .ico3 img{
	width: 100%;
	height: 100%;
	object-position: right;
}
@media (max-width:500px) {
	.abox2 .ico3{
		bottom: 1rem;
	}
}
.abox2 .top{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.abox2 .top{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.abox2 .top{
		width: 90%;
	}
}
.abox2 .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.abox2 .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	display: block;
	margin-top: 0.2rem;
}

.abox2 .abox2-top{
	width: 100%;
	margin-top: 1.02rem;
}
.abox2 .swiper-wrapper{
	height: initial;
}
.abox2 .abox2-content{
	width: 100%;
	height: 3.09rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.abox2 .abox2-content .bg-year{
	font-size: 3.8rem;
	font-weight: bold;
	font-family: DIN;
	color: #ECEBF7;
	line-height: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: -1;
}
@media (max-width:500px) {
	.abox2 .abox2-content .bg-year{
		font-size: 3rem;
	}
}
.abox2 .abox2-content .tbox{
	width: 100%;
	position: relative;
	z-index: 2;
	text-align: center;
}
.abox2 .abox2-content .tbox .abox1-year{
	font-size: 24px;
	font-weight: 400;
	color: #333333;
	line-height: 1;
}
@media (max-width:1440px) {
	.abox2 .abox2-content .tbox .abox1-year{
		font-size: 22px;
	}
}
@media (max-width:1366px) {
	.abox2 .abox2-content .tbox .abox1-year{
		font-size: 20px;
	}
}
@media (max-width:1220px) {
	.abox2 .abox2-content .tbox .abox1-year{
		font-size: 18px;
	}
}
@media (max-width:1024px) {
	.abox2 .abox2-content .tbox .abox1-year{
		font-size: 16px;
	}
}
.abox2 .abox2-content .tbox .txt{
width: 514px;
max-width: 90%;
margin: 0.1rem auto 0;
font-size: 18px;
font-weight: 400;
color: #666666;
line-height: 36px;
}
@media (max-width:1366px) {
.abox2 .abox2-content .tbox .txt{
font-size: 16px;
line-height: 28px;
}
}
@media (max-width:1220px) {
.abox2 .abox2-content .tbox .txt{
font-size: 14px;
line-height: 24px;
}
}

.abox2-bottom{
	width: 100%;
	position: relative;
	margin-top: 1.13rem;
}
.abox2-bottom::after{
	content: '';
	width: 100%;
	height: 1px;
	background: rgba(77, 68, 144, 0.4);
	position: absolute;
	left: 0;
	top: 0.1rem;
}
.abox2-bottom .swiper-slide {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #d4a024;
    position: relative;
	z-index: 2;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 1;
	padding-top: 0.34rem;
	/* margin: 0 0.57rem!important; */
}
@media (max-width:1366px) {
	.abox2-bottom .swiper-slide{
		font-size: 16px;
	}
}
@media (max-width:1220px) {
	.abox2-bottom .swiper-slide{
		font-size: 14px;
	}
}
.abox2-bottom .swiper-slide::after{
	width: 0.2rem;
	height: 0.2rem;
	background: #999999;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.abox2-bottom .swiper-slide.active-nav {
    color: #4D4490;
}
.abox2-bottom .swiper-slide.active-nav::after{
	width: 0.2rem;
	height: 0.2rem;
	background: #4D4490;
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.abox2-top .c-next{
	right: 1.6rem;
	top: 1.28rem;
	position: absolute;
	cursor: pointer;
	opacity: .2;
	width: 0.25rem;
	height: 0.47rem;
	z-index: 2;
	transition: all ease-in .3s;
	display: flex;
}
.abox2-top .c-next:hover{
	opacity: 1;
}
.abox2-top .c-prev{
	left: 1.6rem;
	top: 1.28rem;
	position: absolute;
	cursor: pointer;
	opacity: .2;
	width: 0.25rem;
	height: 0.47rem;
	z-index: 2;
	transition: all ease-in .3s;
	display: flex;
}
.abox2-top .c-prev:hover{
	opacity: 1;
}
@media (max-width:768px) {
	.abox2-top .c-prev{
		left: 5%;
	}
	.abox2-top .c-next{
		right: 5%;
	}
}


/* 创始人 */
.abox3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.abox3 .left{
	width: 50%;
	height: 9.6rem;
	background: #4D4590;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: flex-end;
}
@media (max-width:500px) {
	.abox3 .left{
		width: 100%;
	}
}
.abox3 .left .img{
	width: 4.94rem;
	height: 8.22rem;
	overflow: hidden;
	position: relative;
	z-index: 2;
}
.abox3 .left .img img{
	width: 100%;
	height: 100%;
	object-position: top;
}
.abox3 .left .ico1{
	width: 2.22rem;
	height: 2.22rem;
	position: absolute;
	bottom: 0.2rem;
	right: 2.06rem;
	overflow: hidden;
}
.abox3 .left .ico1 img{
	width: 100%;
	height: 100%;
}
.abox3 .right{
	width: 50%;
	height: 9.6rem;
	position: relative;
	padding-top: 2.54rem;
}
@media (max-width:500px) {
	.abox3 .right{
		width: 100%;
	}
}
.abox3 .right .ico1{
	width: 1.07rem;
	height: 0.93rem;
	position: absolute;
	right: 1.77rem;
	top: 1.61rem;
	display: flex;
}
.abox3 .right .ico1 img{
	width: 100%;
	height: 100%;
}
@media (max-width:768px) {
	.abox3 .right .ico1{
		right: 0.77rem;
	}
}
.abox3 .right .top{
	background: #fff;
	padding: 0.49rem 0 0.4rem 0.56rem;
	margin-left: -1.62rem;
}
@media (max-width:768px) {
	.abox3 .right .top{
		margin-left: -0.8rem;
	}
}
@media (max-width:500px) {
	.abox3 .right .top{
		margin-left: 0;
	}
}
.abox3 .right .top .t1{
	font-size: 0.44rem;
	font-weight: bold;
	color: #4D4590;
	line-height: 1;
}
.abox3 .right .top .t2{
	font-size: 0.24rem;
	font-weight: 400;
	color: #4D4590;
	line-height: 1;
	margin-top: 0.2rem;
}
.abox3 .right .txt{
	font-size: 20px;
	font-weight: 400;
	color: #666666;
	line-height: 40px;
	margin-top: 0.37rem;
	padding-left: 0.99rem;
}
@media (max-width:1440px) {
	.abox3 .right .txt{
		font-size: 18px;
		line-height: 36px;
	}
}
@media (max-width:1366px) {
	.abox3 .right .txt{
		font-size: 16px;
		line-height: 32px;
	}
}
@media (max-width:1220px) {
	.abox3 .right .txt{
		font-size: 14px;
		line-height: 28px;
	}
}
@media (max-width:500px) {
	.abox3 .right .txt{
		padding-left: 0.56rem;
	}
}
/* 品牌故事 */
.abox4{
	width: 100%;
	background: #F6F6F6;
	position: relative;
	padding: 2.13rem 0 2.07rem;
}
.abox4 .ico1{
	width: 1.57rem;
	height: 2.59rem;
	position: absolute;
	top: 1.48rem;
	left: 42.44%;
	display: flex;
}
.abox4 .ico1 img{
	width: 100%;
	height: 100%;
}
.abox4 .ico2{
	width: 1.37rem;
	height: 1.37rem;
	position: absolute;
	right: 0.92rem;
	bottom: 2.59rem;
	display: flex;
}
.abox4 .ico3{
	width: 2.22rem;
	height: 1.14rem;
	position: absolute;
	left: 1.61rem;
	bottom: 0;
	display: flex;
}
.abox4 .ico3 img{
	width: 100%;
	height: 100%;
	object-position: top;
}
.abox4 .box{
	width: 1600px;
	margin: auto;
	position: relative;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
@media (max-width:1600px) {
	.abox4 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.abox4 .box{
		width: 90%;
	}
}
.abox4 .box .tbox{
	width: 40%;
}
@media (max-width:500px) {
	.abox4 .box .tbox{
		width: 100%;
	}
}
.abox4 .box .tbox .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #4D4590;
	line-height: 1;
}
.abox4 .box .tbox span{
width: 20px;
height: 3px;
background: #4D4590;
margin-top: 0.2rem;
display: block;
}
.abox4 .box .tbox .txt{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	margin-top: 0.4rem;
}
@media (max-width:1366px) {
	.abox4 .box .tbox .txt{
		font-size: 14px;
		line-height: 28px;
	}
}

.abox4 .box .video{
	width: 51.875%;
	background: #FABF1B;
	border-radius: 0.2rem;
	padding: 0.2rem;
	position: relative;
}
@media (max-width:500px) {
	.abox4 .box .video{
		width: 100%;
		margin-top: 0.3rem;
	}
}
.abox4 .box .video .img{
	width: 100%;
	height: 5rem;
	overflow: hidden;
}
.abox4 .box .video .img video{
	  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}
@media (max-width:1600px) {
	.abox4 .box .video .img{
		height: 5.1rem;
	}
}
@media (max-width:1024px) {
	.abox4 .box .video .img{
		height: 5.5rem;
	}
}
@media (max-width:768px) {
	.abox4 .box .video .img{
		height: 3.2rem;
	}
}
@media (max-width:500px) {
	.abox4 .box .video .img{
		height: 3.72rem;
	}
}
.abox4 .box .video .icon{
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
width: 0.92rem;
height: 0.92rem;
cursor: pointer;
z-index: 3;
/*display: none;*/
}
/* @media (max-width:500px) {
.abox4 .box .video .icon{
display: flex;
}
} */



.abox4 .box .video .icon img{
	width: 100%;
	height: 100%;
}
@media (max-width:768px) {
	.abox4 .box .video .icon{
		width: 0.7rem;
		height: 0.7rem;
	}
}
#hi-video-pop {
display: none;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.5);
text-align: center;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
transition: all ease-in .5s;
}

#hi-video-pop * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#hi-video-pop .hi-close {
position: absolute;
top: 86%;
left: 50%;
transform: translateX(-50%);
width: 50px;
height: 50px;
color: #fff;
background: #fff;
border-radius: 50%;
transition: .5s;
cursor: pointer;
}

#hi-video-pop .hi-close:after,
#hi-video-pop .hi-close:before {
content: "";
position: absolute;
bottom: 24px;
left: 10px;
width: 30px;
height: 2px;
background: #333;
transition: .5s;
}

#hi-video-pop .hi-close:hover {
background: #019dee;
}

#hi-video-pop .hi-close:hover:after,
#hi-video-pop .hi-close:hover:before {
background: #fff;
}

#hi-video-pop .hi-close:after {
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

#hi-video-pop .hi-close:before {
-webkit-transform: rotate(-45deg);
transform: rotate(-45deg);
}

#hi-video-pop video {
position: absolute;
left: 50%;
top: 50%;
max-width: 90%;
max-height: 70%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}

#hi-video-pop.leave{
right: 20px;
bottom: 20px;
left: initial;
top: initial;
width: 300px;
height: 300px;
border-radius: 0.1rem;
}
#hi-video-pop.leave video{
top: 25%;
-webkit-transform: translate(-50%, -25%);
transform: translate(-50%, -25%);
}
#hi-video-pop.leave .hi-close{
width: 30px;
height: 30px;
}
#hi-video-pop.leave .hi-close:after,
#hi-video-pop.leave .hi-close:before {
content: "";
position: absolute;
bottom: 15px;
left: 5px;
width: 20px;
height: 2px;
background: #333;
transition: .5s;
}

#hi-video-pop video {
	position: absolute;
	left: 50%;
	top: 50%;
	max-width: 90%;
	max-height: 70%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* 场馆环境 */
.hbox1{
	width: 100%;
	position: relative;
	padding: 1.4rem 0 1.2rem;
}
.hbox1 .ico1{
	width: 1.4rem;
	height: 2.84rem;
	position: absolute;
	left: 0;
	top: 1.8rem;
	overflow: hidden;
	display: flex;
}
.hbox1 .ico1 img{
	width: 100%;
	height: 100%;
	object-position: right;
}
.hbox1 .ico2{
	width: 1.67rem;
	height: 1.67rem;
	position: absolute;
	top: 1.62rem;
	right: 1.69rem;
	overflow: hidden;
	display: flex;
}
.hbox1 .ico2 img{
	width: 100%;
	height: 100%;
}
@media (max-width:500px) {
	.hbox1 .ico2{
		top: 0.69rem;
		right: 0.69rem;
	}
}
.hbox1 .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.hbox1 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.hbox1 .box{
		width: 90%;
	}
}
.hbox1 .box .top{
	width: 100%;
}
.hbox1 .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.hbox1 .box .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	border-radius: 2px;
	margin-top: 0.2rem;
	display: block;
}

.hbox1 .box .tbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-end;
	margin-top: 0.23rem;
}
.hbox1 .box .tbox .t1{
	width: 100%;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 34px;
}
@media (max-width:1440px) {
	.hbox1 .box .tbox .t1{
		font-size: 22px;
		line-height: 32px;
	}
}
@media (max-width:1366px) {
	.hbox1 .box .tbox .t1{
		font-size: 20px;
		line-height: 30px;
	}
}
@media (max-width:1220px) {
	.hbox1 .box .tbox .t1{
		font-size: 18px;
		line-height: 28px;
	}
}
@media (max-width:1024px) {
	.hbox1 .box .tbox .t1{
		font-size: 16px;
		line-height: 26px;
	}
}
.hbox1 .box .tbox .t2{
	width: 50%;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	margin-top: 0.25rem;
}
@media (max-width:1440px) {
	.hbox1 .box .tbox .t2{
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width:500px) {
	.hbox1 .box .tbox .t2{
		width: 100%;
	}
}
.hbox1 .box .tbox .ico3{
	width: 3.91rem;
	height: 1.04rem;
	display: flex;
	margin-right: 1.32rem;
}
.hbox1 .box .tbox .ico3 img{
	width: 100%;
	height: 100%;
}
@media (max-width:768px) {
	.hbox1 .box .tbox .ico3{
		margin-right: 0.5rem;
	}
}
@media (max-width:500px) {
	.hbox1 .box .tbox .ico3{
		margin: 0.3rem auto 0;
	}
}
.hbox1 .box .list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.2rem;
}
.hbox1 .box .list .item{
	width: 31.25%;
	border: 0.08rem solid #BFBFBF;
	border-radius: 0.5rem;
	background: #FFFFFF;
	overflow: hidden;
	margin-bottom: 0.2rem;
}
@media (max-width:500px) {
	.hbox1 .box .list .item{
		width: 100%;
	}
}
.hbox1 .box .list .item .img{
	width: 100%;
	height: 2.93rem;
	overflow: hidden;
}
.hbox1 .box .list .item .img img{
	width: 100%;
	height: 100%;
}
.hbox1 .box .list .item .lbox{
	width: 100%;
	height: 2.38rem;
	text-align: center;
	padding-top: 0.64rem;
}
@media (max-width:1366px) {
	.hbox1 .box .list .item .lbox{
		height: 2.8rem;
	}
}
.hbox1 .box .list .item .lbox .t1{
	font-size: 24px;
	font-weight: bold;
	color: #4D4590;
	line-height: 1;
}
@media (max-width:1440px) {
	.hbox1 .box .list .item .lbox .t1{
		font-size: 22px;
	}
}
@media (max-width:1366px) {
	.hbox1 .box .list .item .lbox .t1{
		font-size: 20px;
	}
}
@media (max-width:1220px) {
	.hbox1 .box .list .item .lbox .t1{
		font-size: 18px;
	}
}
@media (max-width:1024px) {
	.hbox1 .box .list .item .lbox .t1{
		font-size: 16px;
	}
}
.hbox1 .box .list .item .lbox .t2{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	padding: 0.25rem 0.55rem 0;
}
@media (max-width:1440px) {
	.hbox1 .box .list .item .lbox .t2{
		font-size: 14px;
		line-height: 24px;
	}
}
@media (max-width:768px) {
	.hbox1 .box .list .item .lbox .t2{
		padding: 0.25rem 0.2rem 0;
	}
}
.hbox1 .box .list .item .sbox1{
	width: 100%;
	height: 0.21rem;
	background: #FABF1B;
}
.hbox1 .box .list .item .sbox2{
	width: 100%;
	height: 0.21rem;
	background: #25B483;
}
.hbox1 .box .list .item .sbox3{
	width: 100%;
	height: 0.21rem;
	background: #369AD6;
}

.hbox2{
	width: 100%;
	background: #4D4590;
	padding: 1.4rem 0 1.32rem;
}
.hbox2 .box{
	width: 1600px;
	margin: auto;
	position: relative;
}
@media (max-width:1600px) {
	.hbox2 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.hbox2 .box{
		width: 90%;
	}
}
.hbox2 .box .map{
	width: 100%;
	height: 7.57rem;
	overflow: hidden;
	font-size: 0;
}
.hbox2 .box .map img{
	/* width: 100%;
	height: 100%;
	object-fit: cover; */
	max-width: initial;
}
.hbox2 .box .map .BMap_bubble_title{
	font-size: 18px;
}
.hbox2 .box .map .BMap_bubble_content{
	font-size: 14px;
}
.hbox2 .box .map .BMap_Marker{
	
}
.hbox2 .box .map .BMap_Marker img{
	width: 100%;
	height: 100%;
}
.hbox2 .box .hbox2search{
	width: 41.375%;
	height: 6.82rem;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0.8rem;
	top: 50%;
	transform: translateY(-50%);
	padding: 0.56rem 0.3rem 0.6rem;
}
@media (max-width:500px) {
	.hbox2 .box .hbox2search{
		width: 80%;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
}
.hbox2 .box .hbox2search .title{
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.hbox2 .box .hbox2search .ckbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.32rem;
}
.hbox2 .box .hbox2search .ckbox select{
	width: 48.3%;
	height: 0.5rem;
	background: #FFFFFF url(/public/static/modules/cms/images/h-icon9.png) 95% center no-repeat;
	background-size: 0.13rem;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	padding-left: 0.28rem;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
}
@media (max-width:1440px) {
	.hbox2 .box .hbox2search .ckbox select{
		font-size: 16px;
	}
}
@media (max-width:1366px) {
	.hbox2 .box .hbox2search .ckbox select{
		font-size: 14px;
	}
}
.hbox2 .box .hbox2search .searchEnd{
	width: 100%;
	margin-top: 0.3rem;
}
.hbox2 .box .hbox2search .searchEnd .endno{
	width: 100%;
	height: 1rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.hbox2 .box .hbox2search .searchEnd .endno .icon{
	width: 0.3rem;
	height: 0.3rem;
	display: flex;
	overflow: hidden;
}
.hbox2 .box .hbox2search .searchEnd .endno .txt{
	width: 100%;
	text-align: center;
	font-size: 0.24rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.38rem;
}
.hbox2 .box .hbox2search .endhave{
	width: 100%;
	background: #FFFFFF;
	border-radius: 0.1rem;
	overflow: hidden;
	padding: 0 0.22rem 0.2rem;
}
.hbox2 .box .hbox2search .endhave .tips{
	font-size: 16px;
	font-weight: 400;
	color: #999999;
	line-height: 48px;
	text-align: center;
}
@media (max-width:1366px) {
	.hbox2 .box .hbox2search .endhave .tips{
		font-size: 14px;
	}
}
.hbox2 .box .hbox2search .endhave .list{
	width: 100%;
	height: 2.5rem;
	overflow-y: scroll;
	position: relative;
	padding-right: 0.2rem;
}
.hbox2 .box .hbox2search .endhave .list .item{
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #DDDDDD;
	padding: 0.2rem 0.2rem 0.2rem 0;
	transition: all ease-in .3s;
}
.hbox2 .box .hbox2search .endhave .list .item:hover{
	padding: 0.2rem ;
	background: #F5F5F5;
}
.hbox2 .box .hbox2search .endhave .list .item .icon{
	width: 0.16rem;
	height: 0.22rem;
	display: flex;
}
.hbox2 .box .hbox2search .endhave .list .item .icon img{
	width: 100%;
	height: 100%;
}
.hbox2 .box .hbox2search .endhave .list .item .tbox{
	width: 93%;
}
.hbox2 .box .hbox2search .endhave .list .item .tbox .t1{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.hbox2 .box .hbox2search .endhave .list .item .tbox .t1 .add{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 20px;
}
@media (max-width:1440px) {
	.hbox2 .box .hbox2search .endhave .list .item .tbox .t1 .add{
		font-size: 16px;
	}
}
@media (max-width:1366px) {
	.hbox2 .box .hbox2search .endhave .list .item .tbox .t1 .add{
		font-size: 14px;
	}
}
.hbox2 .box .hbox2search .endhave .list .item .tbox .t1 .tel{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
}
@media (max-width:1440px) {
	.hbox2 .box .hbox2search .endhave .list .item .tbox .t1 .tel{
		font-size: 14px;
	}
}
.hbox2 .box .hbox2search .endhave .list .item .tbox .t2{
	width: 95%;
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 20px;
	margin-top: 0.05rem;
	transition: all ease-in .3s;
}
.hbox2 .box .hbox2search .endhave .list .item:hover .tbox .t2{
	width: 100%;
}
@media (max-width:1440px) {
	.hbox2 .box .hbox2search .endhave .list .item .tbox .t2{
		font-size: 14px;
	}
}





/* 师资团队 */
.ibox4.team{
	margin-top: 0;
}
.ibox4.team .bg{
	background: #EDEDED;
	border-radius: 0;
}
.ibox4.team .box .top .t1{
	color: #333;
}
.ibox4.team .box .top span{
	width: 20px;
	height: 3px;
	background: #4D4590;
	border-radius: 2px;
	margin-top: 0.2rem;
	display: block;
}
.ibox4.team .c-banner5-top .c-wrap .c-title{
	color: #666;
}
.ibox4.team .c-banner5-top .c-wrap .c-title span{
	color: #4D4590;
}
.ibox4.team .c-banner5-top .c-wrap .c-t2{
	color: #666;
}
.ibox4.team .c-banner5-top .swiper-pagination{
	color: #4D4590;
}
.ibox4.team .c-banner5-top .swiper-pagination-current{
	color: #4D4590;
}
.ibox4.team .c-banner5-bottom .swiper-slide{
	background: #EDEDED;
	border: 2px solid #BFBFBF;
}
.ibox4.team .c-banner5-bottom .swiper-slide.active-nav{
	border: 2px solid #FABF1B;
}
.ibox4.team .c-banner5-top .c-prev {
    background: #EDEDED url(/public/static/modules/cms/images/h-icon4.png) center center no-repeat;
	background-size: 0.11rem;
	border: 2px solid #BFBFBF;
}
.ibox4.team .c-banner5-top .c-next {
    background: #EDEDED url(/public/static/modules/cms/images/h-icon5.png) center center no-repeat;
	background-size: 0.11rem;
	margin-left: 0.2rem;
	border: 2px solid #BFBFBF;
}
.ibox4.team .c-banner5-top .c-prev:hover {
    background: #EDEDED url(/public/static/modules/cms/images/h-icon4-1.png) center center no-repeat;
	background-size: 0.11rem;
	border: 2px solid #FABF1B;
}
.ibox4.team .c-banner5-top .c-next:hover {
    background: #EDEDED url(/public/static/modules/cms/images/h-icon5-1.png) center center no-repeat;
	background-size: 0.11rem;
	border: 2px solid #FABF1B;
}

.team-box{
	width: 100%;
	position: relative;
	background: #4D4590;
	padding: 1.3rem 0 1.32rem;
}
.team-box .ico1{
	width: 1.57rem;
	height: 2.59rem;
	position: absolute;
	top: 1.49rem;
	left: 26.4%;
	display: flex;
	overflow: hidden;
}
.team-box .ico1 img{
	width: 100%;
	height: 100%;
}
.team-box .ico2{
	width: 1.37rem;
	height: 1.37rem;
	position: absolute;
	top: 1.5rem;
	right: 1.35rem;
	display: flex;
	overflow: hidden;
}
.team-box .ico2 img{
	width: 100%;
	height: 100%;
}
.team-box .box{
	width: 1600px;
	margin: auto;
	position: relative;
	z-index: 2;
}
@media (max-width:1600px) {
	.team-box .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.team-box .box{
		width: 90%;
	}
}
.team-box .box .top{
	width: 100%;
}
.team-box .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.64rem;
}
.team-box .box .top span{
	width: 20px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 2px;
	display: block;
	margin-top: 0.1rem;
}
.team-box .box .txt{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	margin-top: 0.4rem;
}
.team-box .box .list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.71rem;
}
.team-box .box .list .item{
	width: 3.64rem;
	height: 1.26rem;
	background: #817BB6;
	border-radius: 0.63rem;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	padding: 0 0.32rem;
	display: flex;
	align-items: center;
	position: relative;
}
.team-box .box .list .item::after{
	content: '';
	width: 0.32rem;
	height: 0.12rem;
	background: url(/public/static/modules/cms/images/h-icon6.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	right: -0.41rem;
	top: 50%;
	transform: translateY(-50%);
}
.team-box .box .list .item:last-child::after{
	display: none;
}
@media (max-width:1440px) {
	.team-box .box .list .item{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.team-box .box .list .item{
		font-size: 16px;
	}
}
@media (max-width:1220px) {
	.team-box .box .list .item{
		font-size: 14px;
	}
}
@media (max-width:768px) {
	.team-box .box .list{
		justify-content: center;
	}
	.team-box .box .list .item{
		margin: 0 0.3rem 0.2rem;
	}
	.team-box .box .list .item:nth-child(2)::after{
		top: 100%;
		right: 100%;
		transform: rotateZ(145deg);
	}


}
@media (max-width:500px) {
	.team-box .box .list .item{
		margin: 0 0 0.4rem;
	}
	.team-box .box .list .item::after{
		top: 100%;
		right: 50%;
		transform: translateX(50%) rotateZ(90deg);
	}
	.team-box .box .list .item:nth-child(2)::after{
		top: 100%;
		right: 50%;
		transform: translateX(50%) rotateZ(90deg);
	}
}

.team-box .box .more{
	width: 2.64rem;
	height: 0.6rem;
	background: #FABF1A;
	border-radius: 0.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0.79rem auto 0;
	position: relative;
}
.team-box .box .more img{
	width: 0.08rem;
	height: 0.16rem;
	margin-left: 0.1rem;
}
.team-box .box .more::after{
	width: 0.12rem;
	height: 0.32rem;
	content: '';
	background: url(/public/static/modules/cms/images/h-icon6-1.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -0.49rem;
}
@media (max-width:1440px) {
	.team-box .box .more{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.team-box .box .more{
		font-size: 16px;
	}
}
@media (max-width:1220px) {
	.team-box .box .more{
		font-size: 14px;
	}
}
@media (max-width:500px) {
	.team-box .box .more{
		margin: 0 auto;
		height: 0.8rem;
		border-radius: 0.4rem;
	}
}


/* 加盟优势 */
.join-banner{
	width: 100%;
	height: 5rem;
	position: relative;
}
.join-banner .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.join-banner .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.join-banner .tbox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 90%;
}
.join-banner .tbox .t1{
	width: 100%;
	font-size: 0.52rem;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 1;
	text-align: center;
}
.join-banner .tbox .jtxt{
	height: 0.7rem;
	background: #4D4490;
	border-radius: 0.35rem;
	font-size: 0.24rem;
	font-weight: 400;
	color: #FEFEFE;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.5rem;
	margin-top: 0.3rem;
	text-align: center;
}

.join-box1{
	width: 100%;
	padding: 1.32rem 0 1.39rem;
}
.join-box1 .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.join-box1 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.join-box1 .box{
		width: 90%;
	}
}
.join-box1 .box .top{
	width: 100%;
}
.join-box1 .box .top .title{
	width: 100%;
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-align: center;
}
.join-box1 .box .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	border-radius: 2px;
	display: block;
	margin: 0.2rem auto 0;
}
.join-box1 .box .tbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.5rem;
	border-radius: 0.5rem;
	overflow: hidden;
	flex-wrap: wrap;
}
.join-box1 .box .tbox:nth-child(2){
	margin-top: 0.4rem;
	flex-direction: row-reverse;
}
.join-box1 .box .tbox .txt{
	width: 50%;
	background: #4D4490;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.56rem;
}
.join-box1 .box .tbox .img{
	width: 50%;
	height: 4.69rem;
	overflow: hidden;
}
@media (max-width:1600px) {
	.join-box1 .box .tbox .img{
		height: 4.73rem;
	}
}
@media (max-width:1220px) {
	.join-box1 .box .tbox .img{
		height: 4.73rem;
	}
}
@media (max-width:1024px) {
	.join-box1 .box .tbox .img{
		height: 5.07rem;
	}
}
@media (max-width:768px) {
	.join-box1 .box .tbox .img{
		height: 3.07rem;
	}
}
@media (max-width:500px) {
	.join-box1 .box .tbox .img{
		height: 3.7rem;
	}
}
.join-box1 .box .tbox .img img{
	width: 100%;
	height: 100%;
}
@media (max-width:500px) {
	.join-box1 .box .tbox .txt{
		width: 100%;
		padding: 0.2rem 0;
	}
	.join-box1 .box .tbox .img{
		width: 100%;
	}
}
.join-box1 .box .more{
	width: 2.64rem;
	height: 0.6rem;
	background: #FABF1A;
	border-radius: 0.3rem;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5rem auto 0;
}
.join-box1 .box .more img{
	width: 0.08rem;
	height: 0.16rem;
	margin-left: 0.1rem;
	transition: all ease-in .3s;
}
.join-box1 .box .more:hover img{
	margin-left: 0.2rem;
}
@media (max-width:1440px) {
	.join-box1 .box .more{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.join-box1 .box .more{
		font-size: 16px;
	}
}
@media (max-width:1220px) {
	.join-box1 .box .more{
		font-size: 14px;
	}
}

.join-box2{
	width: 100%;
	background: #F0F0F0;
	padding: 1.4rem 0 1.93rem;
}
.join-box2 .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.join-box2 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.join-box2 .box{
		width: 90%;
	}
}
.join-box2 .box .top{
	width: 100%;
	text-align: center;
}
.join-box2 .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.join-box2 .box .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	border-radius: 2px;
	display: block;
	margin: 0.2rem auto 0;
}
.join-box2 .box .content{
	width: 100%;
	position: relative;
	margin-top: 0.65rem;
}
.join-box2 .box .content .jo2-menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.join-box2 .box .content .jo2-menu ul{
	width: 23.75%;
	padding: 0.45rem 0 0.55rem;
	background: #4D4590;
	border-radius: 0.5rem;
}
.join-box2 .box .content .jo2-menu li{
	width: 100%;
	height: 0.8rem;
	display: flex;
	align-items: center;
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	border-radius: 0.4rem;
	margin-bottom: 0.1rem;
	padding-left: 0.73rem;
	cursor: pointer;
	transition: all ease-in .3s;
}
@media (max-width:768px) {
	.join-box2 .box .content .jo2-menu{
		border-radius: 0.5rem;
		padding: 0.45rem 0 0.55rem;
		background: #4D4590;
		overflow: hidden;
	}
	.join-box2 .box .content .jo2-menu ul{
		width: 50%;
		border-radius: 0;
		padding: 0;
	}
	.join-box2 .box .content .jo2-menu li{
		padding-left: 0.3rem;
	}
}
.join-box2 .box .content .jo2-menu li img{
	width: 0.4rem;
	height: 0.4rem;
	margin-right: 0.24rem;
}
.join-box2 .box .content .jo2-menu li img:last-child{
	display: none;
}
.join-box2 .box .content .jo2-menu li:hover,
.join-box2 .box .content .jo2-menu li.on{
	background: #fff;
	color: #4D4590;
}
.join-box2 .box .content .jo2-menu li:hover img:first-child,
.join-box2 .box .content .jo2-menu li.on img:first-child{
	display: none;
}
.join-box2 .box .content .jo2-menu li:hover img:last-child,
.join-box2 .box .content .jo2-menu li.on img:last-child{
	display: block;
}
.join-box2 .box .content .jo2-list{
	width: 50.3%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2;
}
.join-box2 .box .content .jo2-list li{
	width: 100%;
	height: 4.6rem;
	display: none;
	border-radius: 0.5rem;
	overflow: hidden;
}
.join-box2 .box .content .jo2-list li.on{
	display: block;
}
.join-box2 .box .content .jo2-list li img{
	width: 100%;
	height: 100%;
}
@media (max-width:768px) {
	.join-box2 .box .content .jo2-list{
		width: 100%;
		position: relative;
		left: 0;
		transform: translateX(0);
		margin-top: 0.3rem;
	}
}


.join-box3{
	width: 100%;
	padding: 1.4rem 0 1.34rem;
}
.join-box3 .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.join-box3 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.join-box3 .box{
		width: 90%;
	}
}
.join-box3 .box .top{
	width: 100%;
	text-align: center;
}
.join-box3 .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.join-box3 .box .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	border-radius: 2px;
	display: block;
	margin: 0.2rem auto 0;
}
.join-box3 .box .list{
	width: 100%;
	margin-top: 0.5rem;
	padding: 0 1rem;
	position: relative;
}
@media (max-width:768px) {
	.join-box3 .box .list{
		padding: 0;
	}
}
.join-box3 .box .list .swiper-wrapper{
	height: initial;
}
.join-box3 .box .list .swiper-wrapper .swiper-slide{
	height: initial;
}
.join-box3 .box .list .tbox{
	position: relative;
	border-radius: 0.5rem;
	overflow: hidden;
}
.join-box3 .box .list .tbox img{
	width: 100%;
	height: 4.4rem;
}
.join-box3 .box .list .tbox span{
	width: 100%;
	height: 1rem;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #4D4490;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 0.3rem;
}
@media (max-width:1440px) {
	.join-box3 .box .list .tbox span{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.join-box3 .box .list .tbox span{
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width:1220px) {
	.join-box3 .box .list .tbox span{
		font-size: 14px;
	}
}
.join-box3 .box .list .prev,
.join-box3 .box .list .next{
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #000;
	opacity: 0.3;
	transition: all ease-in .3s;
	cursor: pointer;
}
.join-box3 .box .list .prev{
	left: 0;
}
.join-box3 .box .list .next{
	right: 0;
}
.join-box3 .box .list .prev img,
.join-box3 .box .list .next img{
	width: 0.16rem;
	height: 0.32rem;
}
.join-box3 .box .list:hover .prev,
.join-box3 .box .list:hover .next{
	background: #4D4490;
	opacity: 1;
}

.join-box3 .box .more{
	width: 2.64rem;
	height: 0.6rem;
	background: #FABF1A;
	border-radius: 0.3rem;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0.5rem auto 0;
}
.join-box3 .box .more img{
	width: 0.08rem;
	height: 0.16rem;
	margin-left: 0.1rem;
	transition: all ease-in .3s;
}
.join-box3 .box .more:hover img{
	margin-left: 0.2rem;
}
@media (max-width:1440px) {
	.join-box3 .box .more{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.join-box3 .box .more{
		font-size: 16px;
	}
}
@media (max-width:1220px) {
	.join-box3 .box .more{
		font-size: 14px;
	}
}


.join-box4{
	width: 100%;
	background: #F0F0F0;
	padding: 1.39rem 0 1.32rem;
}
.join-box4 .box{
	width: 1600px;
	margin: auto;	
}
@media (max-width:1600px) {
	.join-box4 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.join-box4 .box{
		width: 90%;
	}
}
.join-box4 .box .top{
	width: 100%;
	text-align: center;
}
.join-box4 .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.join-box4 .box .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	border-radius: 2px;
	display: block;
	margin: 0.2rem auto 0;
}
.join-box4 .box .list{
	width: 100%;
	margin-top: 0.6rem;
	position: relative;
}
.join-box4 .box .list .swiper-wrapper{
	height: initial;
}
.join-box4 .box .list .swiper-slide{
  height: 3.1rem;
  border-radius: 0.5rem;
  overflow: hidden;
}
@media (max-width:1600px) {
  .join-box4 .box .list .swiper-slide{
    height: 3.1rem;
  }
}
@media (max-width:1024px) {
  .join-box4 .box .list .swiper-slide{
    height: 3.2rem;
  }
}
@media (max-width:768px) {
  .join-box4 .box .list .swiper-slide{
    height: 3.05rem;
  }
}
@media (max-width:500px) {
  .join-box4 .box .list .swiper-slide{
    height: 3.8rem;
  }
}
.join-box4 .box .list .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.join-box4 .box .list .prev,
.join-box4 .box .list .next{
	width: 0.48rem;
	height: 0.48rem;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 3;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #4D4490;
	opacity: 0.3;
	transition: all ease-in .3s;
	cursor: pointer;
}
.join-box4 .box .list .prev{
right: calc(100% + 10px);
}
.join-box4 .box .list .next{
left: calc(100% + 10px);
}
@media (max-width:768px) {
.join-box4 .box .list .prev{
right: calc(100% + 5px);
}
.join-box4 .box .list .next{
left: calc(100%  + 5px);
}
}
@media (max-width:500px) {
.join-box4 .box .list .prev{
right: calc(100% - 10px);
}
.join-box4 .box .list .next{
left: calc(100% - 10px);
}
}
.join-box4 .box .list .prev img,
.join-box4 .box .list .next img{
	width: 0.16rem;
	height: 0.32rem;
}
.join-box4 .box .list:hover .prev,
.join-box4 .box .list:hover .next{
	opacity: 1;
}
@media (max-width:768px) {
	.join-box4 .box .list .prev,
	.join-box4 .box .list .next{
		opacity: .3;
	}
}

.join-box5{
	width: 100%;
	padding: 1.32rem 0 1.43rem;
}
.join-box5 .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.join-box5 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.join-box5 .box{
		width: 90%;
	}
}
.join-box5 .box .top{
	width: 100%;
	text-align: center;
}
.join-box5 .box .top .title{
	width: 100%;
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 0.6rem;
}
.join-box5 .box .top span{
	width: 100%;
	font-size: 0.34rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.5rem;
	display: block;
}
.join-box5 .box .list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.32rem;
}
@media (max-width:768px) {
	.join-box5 .box .list{
		justify-content: center;
	}
}
.join-box5 .box .list .item{
	background: #fff;
	margin-right: 0.15rem;
	position: relative;
	width: 3.6rem;
	height: 2.2rem;
	border-radius: 0.5rem;
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
@media (max-width:768px) {
	.join-box5 .box .list .item{
		margin: 0 0.2rem 0.2rem;
	}
}
@media (max-width:768px) {
	.join-box5 .box .list .item{
		width:5rem;
		height: 3rem;
		margin: 0 auto 0.3rem;
	}
}
.join-box5 .box .list .item::after{
	width: 100%;
	height: 100%;
	border-radius: 0.5rem;
	content: '';
	position: absolute;
	left: 0.15rem;
	top: 0.15rem;
	z-index: -1;
	background: #FABF1B;
}
.join-box5 .box .list .item .num{
	font-size: 0.72rem;
	font-weight: bold;
	color: #FABF1A;
	line-height: 1;
	text-align: center;
}
.join-box5 .box .list .item .num span{
	font-size: 0.48rem;
}
.join-box5 .box .list .item .txt{
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	line-height: 32px;
	text-align: center;
	width: 100%;
	padding: 0 0.4rem;
	margin-top: 0.2rem;
}
.join-box5 .box .list .item:nth-child(2):after{
	background: #25B483;
}
.join-box5 .box .list .item:nth-child(2) .num{
	color: #25B483;
}
.join-box5 .box .list .item:nth-child(3)::after{
	background: #369AD6;
}
.join-box5 .box .list .item:nth-child(3) .num{
	color: #369AD6;
}
.join-box5 .box .list .item:nth-child(4)::after{
	background: #585093;
}
.join-box5 .box .list .item:nth-child(4) .num{
	color: #585093;
}
@media (max-width:1600px) {
	.join-box5 .box .list .item .txt{
		font-size: 18px;
	}
}
@media (max-width:1440px) {
	.join-box5 .box .list .item .txt{
		font-size: 16px;
		line-height: 24px;
	}
}
@media (max-width:1366px) {
	.join-box5 .box .list .item .txt{
		font-size: 14px;
	}
}

.join-box6{
	width: 100%;
	position: relative;
}
.join-box6 .img{
	width: 100%;
	height: 1.8rem;
	overflow: hidden;
}
.join-box6 .img img{
	width: 100%;
	height: 100%;
}
.join-box6 .box{
	width: 1600px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
@media (max-width:1600px) {
	.join-box6 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.join-box6 .box{
		width: 90%;
	}
}
@media (max-width:500px) {
	.join-box6 .box{
		justify-content: center;
	}
}
.join-box6 .box .txt{
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
@media (max-width:500px) {
	.join-box6 .box .txt{
		width: 100%;
		text-align: center;
	}
}
.join-box6 .box .txt span{
	color: #FABF1A;
}
.join-box6 .box .more{
	width: 2.64rem;
	height: 0.6rem;
	background: #FABF1A;
	border-radius: 0.3rem;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
}
.join-box6 .box .more img{
	width: 0.08rem;
	height: 0.16rem;
	margin-left: 0.1rem;
	transition: all ease-in .3s;
}
.join-box6 .box .more:hover img{
	margin-left: 0.2rem;
}
@media (max-width:1440px) {
	.join-box6 .box .more{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.join-box6 .box .more{
		font-size: 16px;
	}
}
@media (max-width:1220px) {
	.join-box6 .box .more{
		font-size: 14px;
	}
}
@media (max-width:500px) {
	.join-box6 .box .more{
		margin-top: 0.2rem;
	}
}


/* 加盟须知 */
.jk-box1{
	width: 100%;
	padding: 1.06rem 0 1.23rem;
}
.jk-box1 .box{
	width: 1440px;
	margin: auto;
}
@media (max-width:1600px) {
	.jk-box1 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.jk-box1 .box{
		width: 90%;
	}
}
@media (max-width:768px) {
	.jk-box1 .box{
		width: 100%;
	}
}
.jk-box1 .box .top{
	width: 100%;
	text-align: center;
}
.jk-box1 .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.jk-box1 .box .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	border-radius: 2px;
	display: block;
	margin: 0.2rem auto 0;
}
.jk-box1 .box .list{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 0.38rem;
}
@media (max-width:768px) {
	.jk-box1 .box .list{
		justify-content: space-around;
	}
}
.jk-box1 .box .list .item{
width: 3.62rem;
height: 2.01rem;
position: relative;
transition: all ease-in .3s;
}
.jk-box1 .box .list .item:hover{
width: 4rem;
height: 2.2rem;
margin-top: -0.09rem;
}
@media (max-width:500px) {
	.jk-box1 .box .list .item{
		margin-top: 0.2rem;
	}
}
.jk-box1 .box .list .item .img{
	width: 100%;
	height: 100%;
	overflow: hidden;
	display: flex;
}
.jk-box1 .box .list .item .img img{
	width: 100%;
	height: 100%;
}
.jk-box1 .box .list .item .tbox{
	width: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
}
.jk-box1 .box .list .item .tbox .icon{
	width: 0.8rem;
	height: 0.8rem;
	display: flex;
	overflow: hidden;
}
.jk-box1 .box .list .item .tbox .icon img{
	width: 100%;
	height: 100%;
}
.jk-box1 .box .list .item .tbox .txt{
	width: 100%;
	font-size: 0.32rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.48rem;
	text-align: center;
}

.jk-box2{
	width: 100%;
	background: #F5F5F5;
	padding: 1.4rem 0 1.69rem;
}
.jk-box2 .top{
	width: 100%;
	text-align: center;
}
.jk-box2 .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.jk-box2 .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	border-radius: 2px;
	display: block;
	margin: 0.2rem auto 0;
}
.jk-box2 .list{
	width: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	padding: 1.3rem 0;
}
@media (max-width:768px) {
	.jk-box2 .list{
		justify-content: flex-start;
		overflow-x: scroll;
		padding: 1.5rem 0;
	}
}
@media (max-width:500px) {
	.jk-box2 .list{
		justify-content: flex-start;
		overflow-x: scroll;
		padding: 1.7rem 0;
	}
}
.jk-box2 .list::after{
	content: '';
	width: 100%;
	height: 1px;
	background: #DCDCDC;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.jk-box2 .list .item{
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	margin: 0 0.3rem;
	padding: 0 0 1.12rem;
}
.jk-box2 .list .item:nth-child(2n-1){
	flex-direction: column-reverse;
	padding: 1.12rem 0 0;
}
.jk-box2 .list .item .t1{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	text-align: center;
	position: absolute;
	bottom: calc(100% + 0.35rem);
	left: 50%;
	transform: translateX(-50%);
	width: 2.8rem;
}
.jk-box2 .list .item:nth-child(2n-1) .t1{
	top: calc(100% + 0.35rem);
	left: 50%;
	transform: translateX(-50%);
	min-width: 1.2rem;
}
@media (max-width:1366px) {
	.jk-box2 .list .item .t1{
		font-size: 14px;
		line-height: 20px;
	}
}
@media (max-width:1220px) {
	.jk-box2 .list .item .t1{
		font-size: 12px;
		line-height: 18px;
	}
}
.jk-box2 .list .item .t2{
font-size: 0.2rem;
font-weight: bold;
color: #FFFFFF;
line-height: 0.24rem;
width: 0.85rem;
height: 0.85rem;
background: #FABF1B;
border-radius: 50%;
margin: auto;
display: flex;
justify-content: center;
align-items: center;
flex-direction: inherit;
padding: 0 0.2rem;
    text-align: center;
}
.jk-box2 .list .item .t2::after{
	content: '';
	width: 1.2rem;
	height: 1.5rem;
	background: url(/public/static/modules/cms/images/jk-icon4.png) center center no-repeat;
	background-size: 100%;
	position: absolute;
	left: -0.18rem;
	top: -0.18rem;
}
.jk-box2 .list .item:nth-child(2n-1) .t2::after{
	background: url(/public/static/modules/cms/images/jk-icon5.png) center center no-repeat;
	background-size: 100%;
	left: -0.18rem;
	bottom: -0.18rem;
	top: initial;
}
.jk-box2 .list .item .ts{
	width: 0.24rem;
	height: 0.24rem;
	background: #F5F5F5;
	border: 0.04rem solid #D2D2D2;
	border-radius: 50%;
	margin: 0.67rem auto 0.17rem;
}
.jk-box2 .list .item:nth-child(2n-1) .ts{
	margin: 0.17rem auto 0.67rem;
}
.jk-box2 .list .item .t3{
	width: 100%;
	font-size: 0.24rem;
	font-weight: 400;
	color: #999999;
	line-height: 1;
	text-align: center;
}
.jk-box2 .list .item:first-child .t1,
.jk-box2 .list .item:first-child .t2,
.jk-box2 .list .item:first-child .t3,
.jk-box2 .list .item:last-child .t1,
.jk-box2 .list .item:last-child .t2,
.jk-box2 .list .item:last-child .t3{
	opacity: 0;
}


/* 课程体系 */
.classbox1{
	width: 100%;
	position: relative;
	padding: 1.12rem 0 1.4rem;
}
.classbox1 .ico1{
	width: 1.67rem;
	height: 1.67rem;
	position: absolute;
	top: 0.64rem;
	right: 1.6rem;
	overflow: hidden;
	display: flex;
}
.classbox1 .ico1 img{
	width: 100%;
	height: 100%;
}
.classbox1 .ico2{
	width: 1.1rem;
	height: 1.34rem;
	position: absolute;
	top: 4.68rem;
	right: 0;
	overflow: hidden;
	display: flex;
}
.classbox1 .ico2 img{
	width: 100%;
	height: 100%;
	object-position: left;
}
.classbox1 .ico3{
	width: 2.2rem;
	height: 2.84rem;
	position: absolute;
	left:0;
	bottom: 2.94rem;
	overflow: hidden;
	display: flex;
}
.classbox1 .ico3 img{
	width: 100%;
	height: 100%;
	object-position: right;
}
.classbox1 .box{
	width: 1600px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width:1600px) {
	.classbox1 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.classbox1 .box{
		width: 90%;
		align-items: center;
	}
}
@media (max-width:768px) {
	.classbox1 .box{
		align-items: center;
	}
}
@media (max-width:500px) {
	.classbox1 .box{
		justify-content: center;
	}
}
.classbox1 .box .left{
	width: 58.75%;
	position: relative;
	padding-top: 0.28rem;
}
@media (max-width:500px) {
	.classbox1 .box .left{
		width: 100%;
	}
}
.classbox1 .box .left .t1{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.classbox1 .box .left .span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	border-radius: 2px;
	margin-top: 0.2rem;
}
.classbox1 .box .left .t2{
	font-size: 0.24rem;
	font-weight: bold;
	color: #333333;
	line-height: 0.34rem;
	margin-top: 0.3rem;
}
@media (max-width:500px) {
	.classbox1 .box .left .t2{
		font-size: 16px;
	}
}
.classbox1 .box .left .t3{
	font-size: 16px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
	margin-top: 0.1rem;
}
.classbox1 .box .left .img{
	position: absolute;
	left: 0;
	top: 1.17rem;
	width: 80%;
	z-index: -1;
}
.classbox1 .box .right{
	width: 3.4rem;
	height: 3.4rem;
	display: flex;
	margin-right: 0.98rem;
	position: relative;
	z-index: 2;
}
.classbox1 .box .right img{
	width: 100%;
	height: 100%;
}
@media (max-width:768px) {
	.classbox1 .box .right{
		margin-right: 0;
	}
}
.classbox1 .blist{
	width: 100%;
	padding-left: 1.6rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.22rem;
	position: relative;
}
@media (max-width:768px) {
	.classbox1 .blist{
		padding: 0 5% 1rem;
	}
}
.classbox1 .blist .left{
	width: 21.3%;
}
@media (max-width:500px) {
	.classbox1 .blist .left{
		width: 100%;
	}
}
.classbox1 .blist .left .item{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 0.2rem;
}
@media (max-width:500px) {
	.classbox1 .blist .left .item{
		justify-content: flex-start;
	}
}
.classbox1 .blist .left .item .t1{
	font-size: 0.24rem;
	font-weight: bold;
	color: #333333;
	line-height: 0.45rem;
	cursor: pointer;
}
.classbox1 .blist .left .item .t1.on{
	color: #4D4490;
}
.classbox1 .blist .left .item .tbox{
	width: 2.2rem;
}
@media (max-width:1024px) {
	.classbox1 .blist .left .item .tbox{
		width: 2.5rem;
	}
}
.classbox1 .blist .left .item .tbox .t2{
	width: 100%;
	height: 0.45rem;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #808080;
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.2rem;
	cursor: pointer;
	transition: all ease-in .3s;
}
.classbox1 .blist .left .item .tbox .t2:last-child{
	margin-bottom: 0;
}
.classbox1 .blist .left .item .tbox .t2:hover,
.classbox1 .blist .left .item .tbox .t2.on{
	background: #4D4590;
}
@media (max-width:1440px) {
	.classbox1 .blist .left .item .tbox .t2{
		font-size: 14px;
	}
}
@media (max-width:1366px) {
	.classbox1 .blist .left .item .tbox .t2{
		font-size: 14px;
	}
}
@media (max-width:500px) {
	.classbox1 .blist .left .item .tbox .t2{
		margin-left: 0.5rem;
	}
}
.classbox1 .blist .right{
	width: 75.1%;
}
@media (max-width:500px) {
	.classbox1 .blist .right{
		width: 100%;
	}
}
.classbox1 .blist .right .item{
	width: 100%;
	display: none;
}
.classbox1 .blist .right .item.on{
	display: block;
}
.classbox1 .blist .right .item .swiper-wrapper{
	height: initial;
}
.classbox1 .blist .right .item .swiper-slide{
	width: 57.9%;
}
@media (max-width:500px) {
	.classbox1 .blist .right .item .swiper-slide{
		width: 100%;
	}
}

.classbox1 .blist .right .item .tbox{
	width: 100%;
	background: #4D4490;
	border-radius: 0.5rem;
	position: relative;
	overflow: hidden;
}
.classbox1 .blist .right .item .tbox .img{
	width: 100%;
	height: 4.04rem;
	overflow: hidden;
}
@media (max-width:1600px) {
	.classbox1 .blist .right .item .tbox .img{
		height: 4.05rem;
	}
}
@media (max-width:1024px) {
	.classbox1 .blist .right .item .tbox .img{
		height: 4.05rem;
	}
}
@media (max-width:768px) {
	.classbox1 .blist .right .item .tbox .img{
		height: 4.2rem;
	}
}
@media (max-width:500px) {
	.classbox1 .blist .right .item .tbox .img{
		height: 3.35rem;
	}
}
  .classbox1 .blist .right .item .tbox .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
  }
.classbox1 .blist .right .item .tbox .txt{
	width: 100%;
	background: #4D4490;
	padding: 0.27rem 0.8rem 0.22rem;
	/*position: absolute;*/
	/*left: 0;*/
	/*bottom: 0;*/
}
@media (max-width:500px) {
	.classbox1 .blist .right .item .tbox .txt{
		padding: 0.2rem 0.2rem;
	}
}
.classbox1 .blist .right .item .tbox .txt .t1{
	font-size: 0.2rem;
	font-weight: bold;
	color: #FEFEFE;
	line-height: 0.24rem;
}
.classbox1 .blist .right .item .tbox .txt .t2{
	font-size: 16px;
	font-weight: 400;
	color: #FEFEFE;
	line-height: 24px;
	margin-top: 0.13rem;
}
@media (max-width:1366px) {
	.classbox1 .blist .right .item .tbox .txt .t2{
		font-size: 14px;
	}
}
@media (max-width:500px) {
	.classbox1 .blist .right .item .tbox .txt .t2{
		display: none;
	}
}
.classbox1 .blist .ckbox{
	width: 19%;
	position: absolute;
	left: 1.6rem;
	bottom: 0.13rem;
	display: flex;
	justify-content: space-between;
	z-index: 2;
}
@media (max-width:768px) {
	.classbox1 .blist .ckbox{
		left: 50%;
		transform: translateX(-50%);
	}
}
@media (max-width:500px) {
	.classbox1 .blist .ckbox{
		width: 60%;
	}
}
.classbox1 .blist .ckbox .prev,
.classbox1 .blist .ckbox .next{
	width: 0.56rem;
	height: 0.26rem;
	overflow: hidden;
	display: flex;
	cursor: pointer;
	transition: all ease-in .3s;
}
.classbox1 .blist .ckbox .prev img{
	width: 100%;
	height: 100%;
	object-position: left;
}
.classbox1 .blist .ckbox .next img{
	width: 100%;
	height: 100%;
	object-position: right;
}
.classbox1 .blist .ckbox .prev:hover,
.classbox1 .blist .ckbox .next:hover{
	width: 1.12rem;
}


.classbox2{
	width: 100%;
	background: #4D4590;
	position: relative;
	padding: 0.87rem 0 0.59rem;
	overflow: hidden;
}
.classbox2 .ico1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.71rem;
	height: 2.69rem;
	overflow: hidden;
	display: flex;
}
.classbox2 .ico1 img{
	width: 100%;
	height: 100%;
}
.classbox2 .ico2{
	position: absolute;
	width: 1.51rem;
	height: 1.47rem;
	overflow: hidden;
	left: 29.6%;
	top: 4.45rem;
	display: flex;
}
.classbox2 .ico2 img{
	width: 100%;
	height: 100%;
}
.classbox2 .ico3{
	position: absolute;
	width: 1.16rem;
	height: 2.06rem;
	overflow: hidden;
	right: 0;
	top: 3.1rem;
	display: flex;
}
.classbox2 .ico3 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}
.classbox2 .box{
	width: 1600px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
@media (max-width:1600px) {
	.classbox2 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.classbox2 .box{
		width: 90%;
	}
}
@media (max-width:768px) {
	.classbox2 .box{
		justify-content: center;
	}
}
.classbox2 .box .left{
	width: 37.5%;
	padding-top: 0.63rem;
}
@media (max-width:768px) {
	.classbox2 .box .left{
		width: 100%;
	}
}
.classbox2 .box .left .t1{
	font-size: 0.44rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.classbox2 .box .left .span{
	width: 20px;
	height: 3px;
	background: #FFFFFF;
	opacity: 0.4;
	border-radius: 2px;
	display: block;
	margin-top: 0.2rem;
}
.classbox2 .box .left .t2{
	font-size: 0.2rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.24rem;
	margin-top: 0.42rem;
}
.classbox2 .box .left .txt{
	font-size: 16px;
	font-weight: 400;
	color: rgba(255,255,255, 0.6);
	line-height: 32px;
	margin-top: 0.2rem;
}
@media (max-width:1366px) {
	.classbox2 .box .left .txt{
		font-size: 14px;
	}
}
.classbox2 .box .right{
	width: 7.54rem;
	height: 7.54rem;
	background: rgba(255, 255, 255, .05) url(/public/static/modules/cms/images/c-icon4.png) center 40% no-repeat;
	background-size: 3.3rem;
	border: 1px solid rgba(0, 0, 0, 0.05);
	border-radius: 50%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width:500px) {
	.classbox2 .box .right{
		width: 5rem;
		height: 5rem;
		margin-top: 0.5rem;
		background: rgba(255, 255, 255, .05) url(/public/static/modules/cms/images/c-icon4.png) center 40% no-repeat;
		background-size: 2.5rem;
	}
}
.classbox2 .box .right::before{
	width: 11.08rem;
	height: 11.08rem;
	border: 1px solid #FFFFFF;
	opacity: 0.1;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
.classbox2 .box .right::after{
	width: 14.16rem;
	height: 14.16rem;
	border: 1px solid #FFFFFF;
	opacity: 0.05;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
}
.classbox2 .box .right .item{
	position: absolute;
	width: 1.73rem;
	height: 1.73rem;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 0.24rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.36rem;
}
.classbox2 .box .right .item:nth-child(1){
	background: #28B484;
	top: 1.17rem;
	left: 2.94rem;
}
.classbox2 .box .right .item:nth-child(2){
	background: #FABF1B;
	left: 1.33rem;
	bottom: 1.9rem;
}
.classbox2 .box .right .item:nth-child(3){
	background: #389AD6;
	right: 1.33rem;
	bottom: 1.9rem;
}
@media (max-width:500px) {
	.classbox2 .box .right .item:nth-child(1){
		top: 0.17rem;
		left: 1.6rem;
	}
	.classbox2 .box .right .item:nth-child(2){
		left: 0.33rem;
    	bottom: 0.9rem;
	}
	.classbox2 .box .right .item:nth-child(3){
		right: 0.33rem;
		bottom: 0.9rem;
	}
}
.classbox2 .box .right .item:last-child{
	font-size: 0.32rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.4rem;
	position: relative;
}

.classbox3{
	width: 100%;
	padding: 1.4rem 0 1.1rem;
	position: relative;
}
.classbox3 .ico1{
width: 1.19rem;
height: 1.19rem;
overflow: hidden;
position: absolute;
left: 1.378rem;
bottom: 28.3%;
display: flex;
}
.classbox3 .ico1 img{
width: 100%;
height: 100%;
}
.classbox3 .ico2{
width: 2.16rem;
height: 2.84rem;
overflow: hidden;
position: absolute;
top: 1rem;
right: 0;
display: flex;
}
.classbox3 .ico2 img{
width: 100%;
height: 100%;
object-position: left;
}
.classbox3 .ico3{
width: 1.47rem;
height: 1.47rem;
overflow: hidden;
position: absolute;
right: 1.67rem;
bottom: 27%;
display: flex;
}
.classbox3 .ico3 img{
width: 100%;
height: 100%;
}
.classbox3 .box{
width: 1640px;
margin: auto;
position: relative;
z-index: 2;
}

.classbox3 .box{
	width: 1640px;
	margin: auto;
	position: relative;
	z-index: 2;
}
@media (max-width:1600px) {
	.classbox3 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.classbox3 .box{
		width: 90%;
	}
}
.classbox3 .box .top{
	width: 100%;
}
.classbox3 .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.classbox3 .box .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	border-radius: 2px;
	display: block;
	margin-top: 0.2rem;
}

.classbox3 .pc-slide{
width: 69%;
margin: 0.6rem auto 0;
}
@media (max-width:500px) {
	.classbox3 .pc-slide{
width: 100%;
}}
.classbox3 .pc-slide .swiper-wrapper{
	height: initial;
}
.classbox3 .pc-slide .view .tbox{
width: 100%;
position: relative;
}
.classbox3 .pc-slide .view .tbox .img{
width: 100%;
height: 5.77rem;
overflow: hidden;
}
.classbox3 .pc-slide .view .tbox .img img{
	width: 100%;
	height: 100%;
}
.classbox3 .pc-slide .view .tbox .txt{
	position: absolute;
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.56rem;
	width: 100%;
	left: 0%;
	bottom: 0;
	padding: 0 0.6rem 0.47rem;
}
@media (max-width:500px) {
	.classbox3 .pc-slide .view .tbox .txt{
		font-size: 0.26rem;
		padding: 0 0.3rem 0.27rem;
	}
}
.classbox3 .pc-slide .view .tbox .icon{
	width: 0.96rem;
	height: 0.96rem;
	background: #716AA6;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.classbox3 .pc-slide .view .tbox .icon img{
	width: 0.29rem;
	height: 0.42rem;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	transition: all ease-in .3s;
}
.classbox3 .pc-slide .view .tbox .icon:hover img{
	margin-left: 0.1rem;
}
.classbox3 .pc-slide .preview{
	width: 100%;
	position: relative;
}
.classbox3 .pc-slide .preview .swiper-container{
padding: 0.3rem 0;
}
.classbox3 .pc-slide .preview .arrow-left{
position: absolute;
left: 0;
z-index: 2;
width: 0.17rem;
height: 0.31rem;
top: 50%;
transform: translateY(-50%);
display: flex;
}
.classbox3 .pc-slide .preview .arrow-right{
position: absolute;
right: 0;
z-index: 2;
width: 0.17rem;
height: 0.31rem;
top: 50%;
transform: translateY(-50%);
display: flex;
}

.classbox3 .pc-slide .preview .swiper-slide{
	border-radius: 0.5rem;
	display: flex;
	border: 0.08rem solid transparent;
	overflow: hidden;
	height: 1.47rem;
  }
  .classbox3 .pc-slide .preview .swiper-slide.active-nav{
	border: 0.08rem solid #fabf1b;
  }
  @media (max-width:1600px) {
	.classbox3 .pc-slide .preview .swiper-slide{
	  height: 1.65rem;
	}
  }
  @media (max-width:500px) {
	.classbox3 .pc-slide .preview .swiper-slide{
	  height: 1rem;
	  border-radius: 0.1rem;
	}
  }
  .classbox3 .pc-slide .preview .swiper-slide img{
	width: 100%;
	height: 100%;
  }





.classbox4{
	width: 100%;
	position: relative;
	background: #F0F0F0;
	padding: 1.4rem 0 1.72rem;
	overflow: hidden;
}
.classbox4 .ico1{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 2.41rem;
	height: 2.35rem;
	overflow: hidden;
	display: flex;
}
.classbox4 .ico1 img{
	width: 100%;
	height: 100%;
}
.classbox4 .ico2{
	position: absolute;
	width: 1.16rem;
	height: 1.13rem;
	overflow: hidden;
	left: 20.9%;
	bottom: 3.01rem;
	display: flex;
}
.classbox4 .ico2 img{
	width: 100%;
	height: 100%;
}
.classbox4 .ico3{
	position: absolute;
	width: 1.2rem;
	height: 2.06rem;
	overflow: hidden;
	right: 0;
	top: 3.44rem;
	display: flex;
}
.classbox4 .ico3 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: left;
}
.classbox4 .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.classbox4 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.classbox4 .box{
		width: 90%;
	}
}
.classbox4 .box .top{
	width: 100%;
}
.classbox4 .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.classbox4 .box .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	border-radius: 1px;
	display: block;
	margin-top: 0.2rem;
}
.classbox4 .box .list{
	width: 100%;
	padding: 0 3rem;
	position: relative;
	margin-top: 0.73rem;
}
@media (max-width:768px) {
	.classbox4 .box .list{
		padding: 0 0 1.2rem;
	}
}
.classbox4 .swiper-wrapper{
	height: initial;
}
.classbox4 .box .list .button-next{
	width: 2.6rem;
	height: 1.15rem;
	background: #389AD6;
	position: absolute;
	right: 0;
	top: 0;
    cursor: url(/public/static/modules/cms/images/mouse-icon.png),default;
	display: flex;
	justify-content: center;
	align-items: center;
}
@media (max-width:768px) {
	.classbox4 .box .list .button-next{
		top: initial;
		bottom: 0;
	}
}
.classbox4 .box .list .button-next img{
	width: 0.14rem;
	height: 0.25rem;
}
.classbox4 .box .list .button-next span{
	font-size: 0.24rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-right: 0.4rem;
}
.classbox4 .box .list .button-prev{
	width: 2.6rem;
	height: 1.15rem;
	background: #28B484;
	position: absolute;
	bottom: 0;
	left: 0;
    cursor: url(/public/static/modules/cms/images/mouse-icon.png),default;
	display: flex;
	justify-content: center;
	align-items: center;
}
.classbox4 .box .list .button-prev img{
	width: 0.14rem;
	height: 0.25rem;
}
.classbox4 .box .list .button-prev span{
	font-size: 0.24rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-left: 0.4rem;
}
.classbox4 .box .list .tbox{
	width: 100%;
	background: #4D4590;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 0.5rem 0.7rem 0.5rem 0.45rem;
}
@media (max-width:500px) {
	.classbox4 .box .list .tbox{
		padding: 0.5rem 0.3rem;
	}
}
.classbox4 .box .list .tbox .img{
	width: 53%;
	height: 3.87rem;
	overflow: hidden;
  }
  .classbox4 .box .list .tbox .img img{
	width: 100%;
	height: 100%;
  }
  @media (max-width:1600px) {
	.classbox4 .box .list .tbox .img{
	  height: 3.93rem;
	}
  }
  @media (max-width:1024px) {
	.classbox4 .box .list .tbox .img{
	  height: 4.45rem;
	}
  }
  @media (max-width:768px) {
	.classbox4 .box .list .tbox .img{
	  height: 4.07rem;
	}
  }
  @media (max-width:500px) {
	.classbox4 .box .list .tbox .img{
	  width: 100%;
	  height: 4.7rem;
	}
  }
.classbox4 .box .list .tbox .sbox{
	width: 42.4%;
	height: 4.5rem;
	background: #5950A1;
	padding: 0.45rem 0.43rem 0;
	position: relative;
}
@media (max-width:500px) {
	.classbox4 .box .list .tbox .sbox{
		width: 100%;
	}
}
.classbox4 .box .list .tbox .sbox .t1{
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.46rem;
}
.classbox4 .box .list .tbox .sbox .t2{
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.36rem;
	margin-top: 0.13rem;
}
@media (max-width:1366px) {
	.classbox4 .box .list .tbox .sbox .t2{
		font-size: 16px;
	}
}
@media (max-width:1220px) {
	.classbox4 .box .list .tbox .sbox .t2{
		font-size: 14px;
	}
}
.classbox4 .box .list .tbox .sbox .t3{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.32rem;
	margin-top: 0.1rem;
}
@media (max-width:1366px) {
	.classbox4 .box .list .tbox .sbox .t3{
		font-size: 14px;
	}
}
@media (max-width:1220px) {
	.classbox4 .box .list .tbox .sbox .t3{
		font-size: 12px;
	}
}
.classbox4 .box .list .tbox .sbox .t4{
	position: absolute;
	right: 0.52rem;
	bottom: 0.36rem;
	font-size: 1.28rem;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1rem;
	opacity: 0.1;
	padding-right: 0.65rem;
}
.classbox4 .box .list .tbox .sbox .t4 span{
	font-size: 0.85rem;
	line-height: 0.7rem;
	position: absolute;
	top: 0;
}
.classbox4 .box .list .tbox .sbox .t4 .ts{
	font-size: 18px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 1;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media (max-width:1440px) {
	.classbox4 .box .list .tbox .sbox .t4 .ts{
		font-size: 16px;
	}
}
@media (max-width:1366px) {
	.classbox4 .box .list .tbox .sbox .t4 .ts{
		font-size: 14px;
	}
}


.classbox5{
	width: 100%;
	position: relative;
	background: #4D4490;
	padding: 1.4rem 0 1.37rem;
}
.classbox5 .ico1{
	width: 1.57rem;
	height: 2.59rem;
	top: 1.49rem;
	left: 3.47rem;
	position: absolute;
	overflow: hidden;
	display: flex;
}
.classbox5 .ico1 img{
	width: 100%;
	height: 100%;
}
.classbox5 .ico2{
	width: 1.37rem;
	height: 0.82rem;
	position: absolute;
	bottom: 0;
	right: 1.44rem;
	overflow: hidden;
	display: flex;
}
.classbox5 .ico2 img{
	width: 100%;
	height: 100%;
	object-position: top;
}
.classbox5 .box{
	width: 1600px;
	margin: auto;
}
@media (max-width:1600px) {
	.classbox5 .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.classbox5 .box{
		width: 90%;
	}
}
.classbox5 .box .top{
	width: 100%;
	text-align: center;
}
.classbox5 .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 1;
}
.classbox5 .box .top span{
	width: 20px;
	height: 3px;
	background: #FFFFFF;
	border-radius: 2px;
	display: block;
	margin: 0.2rem auto 0;
}
.classbox5 .box .content{
	width: 100%;
	margin-top: 0.58rem;
}
.classbox5 .box .content .tbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.classbox5 .box .content .tbox .t1{
	width: 49.375%;
	height: 0.8rem;
	background: #817BB6;
	border-radius: 0.4rem;
	padding-left: 0.6rem;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.2rem;
}
.classbox5 .box .content .tbox .t1::placeholder{
	color: #fff;
	font-size: 20px;
}
.classbox5 .box .content .tbox .t2{
	width: 49.375%;
	height: 0.8rem;
	background: #817BB6 url(/public/static/modules/cms/images/c-icon5.png) 95% center no-repeat;
	background-size: 0.16rem;
	border-radius: 0.4rem;
	padding-left: 0.6rem;
	font-size: 20px;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.2rem;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
.classbox5 .box .content .tbox select:focus {
    box-shadow:none;
    appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border: none;
	
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}
.classbox5 .box .content .tbox .t2.ct2{
    width: 32%;
}
.classbox5 .box .content .tbox .t2.ct3{
    width: 49%;
}
@media (max-width:1440px) {
	.classbox5 .box .content .tbox .t1,
	.classbox5 .box .content .tbox .t2{
		font-size: 18px;
	}
	.classbox5 .box .content .tbox .t1::placeholder{
	color: #fff;
	font-size: 18px;
}
}
@media (max-width:1366px) {
	.classbox5 .box .content .tbox .t1,
	.classbox5 .box .content .tbox .t2{
		font-size: 16px;
	}
	.classbox5 .box .content .tbox .t1::placeholder{
	color: #fff;
	font-size: 16px;
}
}
@media (max-width:1220px) {
	.classbox5 .box .content .tbox .t1,
	.classbox5 .box .content .tbox .t2{
		font-size: 14px;
	}
	.classbox5 .box .content .tbox .t1::placeholder{
	color: #fff;
	font-size: 14px;
}
}
@media (max-width:500px) {
	.classbox5 .box .content .tbox .t1,
	.classbox5 .box .content .tbox .t2{
		width: 100%;
	}
}

.classbox5 .box .content .btn{
	width: 3.88rem;
	height: 0.8rem;
	background: #FABF1A;
	border-radius: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	margin: 0.38rem auto 0;
	transition: all ease-in .3s;
}
.classbox5 .box .content .btn:hover{
	background: #ecaf06;
}
@media (max-width:1440px) {
	.classbox5 .box .content .btn{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.classbox5 .box .content .btn{
		font-size: 16px;
	}
}
@media (max-width:1220px) {
	.classbox5 .box .content .btn{
		font-size: 14px;
	}
}


.map-page{
	width: 100%;
	position: relative;
	background: #F7F7F7;
	padding: 0.65rem 0 2rem;
}
.map-page .ico1{
	width: 1rem;
	height: 1.9rem;
	position: absolute;
	left: 0;
	top: 2.16rem;
	overflow: hidden;
	display: flex;
}
.map-page .ico1 img{
	width: 100%;
	height: 100%;
	object-position: right;
}
.map-page .ico2{
	width: 1.11rem;
	height: 1.68rem;
	position: absolute;
	overflow: hidden;
	display: flex;
	bottom: 2.7rem;
	left: 52.5%;
}
.map-page .ico2 img{
	width: 100%;
	height: 100%;
}
.map-page .box{
	width: 1600px;
	margin: auto;
	position: relative;
	z-index: 2;
}
@media (max-width:1600px) {
	.map-page .box{
		width: 84%;
	}
}
@media (max-width:1024px) {
	.map-page .box{
		width: 90%;
	}
}
.map-page .box .top{
	width: 100%;
	text-align: center;
	margin-top: 0.56rem;
}
.map-page .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
}
.map-page .box .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	border-radius: 1px;
	display: block;
	margin: 0.2rem auto 0;
}
.map-page .box .top .txt{
	font-size: 0.24rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.34rem;
	margin-top: 0.23rem;
}
.map-page .box .map{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 1.03rem;
	padding-right: 0.4rem;
}
@media (max-width:768px) {
	.map-page .box .map{
		padding-right: 0;
	}
}
.map-page .box .map .mapbox{
	width: 60%;
}
@media (max-width:768px) {
	.map-page .box .map .mapbox{
		width: 100%;
	}
}
.map-page .box .map .mapbox svg{
	margin-left: -25px!important;
}
.map-page .box .map .city{
	width: 40%;
	background: #FFFFFF;
	border: 0.15rem solid #FABF1B;
	border-radius: 0.2rem;
	padding: 0.38rem 0.26rem 0.57rem 0.35rem;
}
@media (max-width:768px) {
	.map-page .box .map .city{
		width: 100%;
	}
}
.map-page .box .map .city .city-box{
	width: 100%;
	height: 6.18rem;
	overflow-y: scroll;
	padding-right: 0.2rem!important;
}
.map-page .box .map .city .city-box .item{
	width: 100%;
	border-bottom: 1px solid #BFBFBF;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 0.27rem;
	margin-bottom: 0.33rem;
}
.map-page .box .map .city .city-box .item .name{
    width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #4D4490;
	line-height: 32px;
}
@media (max-width:1440px) {
	.map-page .box .map .city .city-box .item .name{
		font-size: 18px;
	}
}
@media (max-width:1366px) {
	.map-page .box .map .city .city-box .item .name{
		font-size: 16px;
	}
}
@media (max-width:1024px) {
	.map-page .box .map .city .city-box .item .name{
		width: 100%;
	}
}
.map-page .box .map .city .city-box .item .address{
	width: 100%;
	font-size: 18px;
	font-weight: 400;
	color: #666666;
	line-height: 32px;
}
@media (max-width:1600px) {
	.map-page .box .map .city .city-box .item .address{
		font-size: 16px;
	}
}
@media (max-width:1440px) {
	.map-page .box .map .city .city-box .item .address{
		font-size: 14px;
	}
}
@media (max-width:1024px) {
	.map-page .box .map .city .city-box .item .address{
		width: 100%;
	}
}
.map-page .box .map .city .city-box .zl-scrollContentDiv{
	
}
.map-page .box .map .city .city-box .zl-scrollBarBox{
	width: 2px!important;
	background: rgba(0, 0, 0, 0.1);
}
.map-page .box .map .city .city-box .zl-scrollBar{
	width: 4px!important;
	background: #4D4590;
	margin-left: -1px;
}













@media only screen and (min-width:1921px) {
    
}

@media only screen and (max-width:1600px) {
    
}

@media only screen and (max-width:1440px) {
    
}


@media only screen and (max-width:1024px) {


}



@media only screen and (max-width:768px) {
    
}


@media only screen and (max-width:500px) {
    
}



.train-plan tbody{
	width: 100%;
  }
  .train-plan .tp1{
	width: 100%;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .train-plan .tp1 .ts1{
	width: 25%;
	height: 0.84rem;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .train-plan .tp1 .t1{
	border: 1px solid #4D4490;
	border-radius: 0.5rem 0 0 0;
  }
  .train-plan .tp1 .t2{
	border: 1px solid #FABF1A;
  }
  .train-plan .tp1 .t3{
	border: 1px solid #389AD6;
  }
  .train-plan .tp1 .t4{
	border: 1px solid #28B484;
	border-radius:0 0.5rem 0 0;
  }
  
  @media (max-width:1440px) {
	.train-plan .tp1{
	  font-size: 18px;
	}
  }
  @media (max-width:1366px) {
	.train-plan .tp1{
	  font-size: 16px;
	}
  }
  @media (max-width:1024px) {
	.train-plan .tp1{
	  font-size: 14px;
	}
  }
  .train-plan .item.it1 .t1{
	border: 1px solid #4D4490;
	border-radius: 0.5rem 0 0 0;
  }
  .train-plan .item.it2 .t1{
	border: 1px solid #FABF1A;
  }
  .train-plan .item.it3 .t1{
	border: 1px solid #389AD6;
  }
  .train-plan .item.it4 .t1{
	border: 1px solid #28B484;
	border-radius:0 0.5rem 0 0;
  }
  .train-plan .tp2{
	width: 100%;
	font-size: 20px;
	font-weight: 400;
	color: #333333;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 1px solid #fff;
  }
  .train-plan .tp2:last-child{
	border-bottom: none;
  }
  @media (max-width:1440px) {
	.train-plan .tp2{
	  font-size: 18px;
	}
  }
  @media (max-width:1366px) {
	.train-plan .tp2{
	  font-size: 16px;
	}
  }
  @media (max-width:1024px) {
	.train-plan .tp2{
	  font-size: 14px;
	}
  }
  .train-plan .tp2 .ts2{
	width: 25%;
	height: 0.96rem;
	display: flex;
	justify-content: center;
	align-items: center;
  }
  .train-plan .tp2 .ts2.t1{
	background: rgba(77, 68, 144, 0.4);
  }
  .train-plan .tp2 .ts2.t2{
	background: rgba(250, 191, 26, 0.4);
  }
  .train-plan .tp2 .ts2.t3{
	background: rgba(56, 154, 214, 0.4);
  }
  .train-plan .tp2 .ts2.t4{
	background: rgba(40, 180, 132, 0.4);
  }





/* 证书查询 */
.zscx-page{
	width: 100%;
	background: #F7F7F7;
	padding: 1.3rem 0 1.04rem;
	}
	.zscx-page .box{
	width: 1600px;
	margin: auto;
	}
	@media (max-width:1600px) {
	.zscx-page .box{
	width: 84%;
	}
	}
	@media (max-width:1024px) {
	.zscx-page .box{
	width: 90%;
	}
	}
	.zscx-page .box .top{
	width: 100%;
	}
	.zscx-page .box .top .title{
	font-size: 0.44rem;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	text-align: center;
	}
	.zscx-page .box .top span{
	width: 20px;
	height: 3px;
	background: #625AA4;
	display: block;
	margin: 0.2rem auto 0;
	}
	.zscx-page .box .content{
	width: 100%;
	margin-top: 0.58rem;
	padding-bottom: 0.5rem;
	}
	.zscx-page .box .content .tbox{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
	.zscx-page .box .content .t1{
	width: 49.375%;
	height: 0.8rem;
	border: 1px solid rgba(77, 69, 144, 0.6);
	opacity: 0.6;
	border-radius: 0.4rem;
	padding-left: 0.6rem;
	margin-bottom: 0.2rem;
	font-size: 20px;
	font-weight: 400;
	}
	.zscx-page .box .content .t1::placeholder{
	color: #999999;
	font-size: 20px;
	}
	@media (max-width:1366px) {
	.zscx-page .box .content .t1{
	font-size: 18px;
	}
	.zscx-page .box .content .t1::placeholder{
	color: #999999;
	font-size: 18px;
	}
	}
	@media (max-width:1024px) {
	.zscx-page .box .content .t1{
	font-size: 16px;
	}
	.zscx-page .box .content .t1::placeholder{
	color: #999999;
	font-size: 16px;
	}
	}
	@media (max-width:768px) {
	.zscx-page .box .content .t1{
	font-size: 14px;
	}
	.zscx-page .box .content .t1::placeholder{
	color: #999999;
	font-size: 14px;
	}
	}
	@media (max-width:500px) {
	.zscx-page .box .content .t1{
	width: 100%;
	}
	}
	.zscx-page .box .content .btn{
	width: 3.88rem;
	height: 0.8rem;
	background: #4D4590;
	border-radius: 0.4rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 0.48rem auto 0;
	cursor: pointer;
	transition: all ease-in .3s;
	}
	.zscx-page .box .content .btn:hover{
	background: #6054b8;
	}
	@media (max-width:1366px) {
	.zscx-page .box .content .btn{
	font-size: 18px;
	}
	}
	@media (max-width:1024px) {
	.zscx-page .box .content .btn{
	font-size: 16px;
	}
	}
	@media (max-width:768px) {
	.zscx-page .box .content .btn{
	font-size: 14px;
	}
	}
	
	.zscx-page .box .search-end{
	margin-top: 1.2rem;
	width: 100%;
	}
	.zscx-page .box .search-end .list{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin-top: 0.5rem;
	}
	.zscx-page .box .search-end .list .item{
	width: 20.625%;
	position: relative;
	margin-bottom: 0.5rem;
	margin-right: 5.8%;
	}
	.zscx-page .box .search-end .list .item:nth-child(4n){
	margin-right: 0;
	}
	@media (max-width:768px) {
	.zscx-page .box .search-end .list .item{
	width: 30%;
	margin-right: 5%;
	}
	.zscx-page .box .search-end .list .item:nth-child(4n){
	margin-right: 5%;
	}
	.zscx-page .box .search-end .list .item:nth-child(3n){
	margin-right: 0%;
	}
	}
	@media (max-width:500px) {
	.zscx-page .box .search-end .list .item{
	width: 49%;
	margin-right: 2%;
	}
	.zscx-page .box .search-end .list .item:nth-child(4n){
	margin-right: 2%;
	}
	.zscx-page .box .search-end .list .item :nth-child(3n){
	margin-right: 2%;
	}
	.zscx-page .box .search-end .list .item:nth-child(2n){
	margin-right: 0;
	}
	}
	.zscx-page .box .search-end .list .item .img{
	width: 100%;
	height: 3.6rem;
	display: flex;
	justify-content: center;
	align-items: center;
	}
	@media (max-width:1600px) {
	.zscx-page .box .search-end .list .item .img{
	height: 3.65rem;
	}
	}
	@media (max-width:1024px) {
	.zscx-page .box .search-end .list .item .img{
	height: 3.9rem;
	}
	}
	@media (max-width:768px) {
	.zscx-page .box .search-end .list .item .img{
	height: 3.42rem;
	}
	}
	@media (max-width:500px) {
	.zscx-page .box .search-end .list .item .img{
	height: 3.33rem;
	}
	}
	.zscx-page .box .search-end .list .item .img img{
		max-width: 100%;
		max-height: 100%;
	}
	.zscx-page .box .search-end .list .item .tbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-content: center;
	flex-wrap: wrap;
	opacity: 0;
	transition: all ease-in .3s;
	}
	.zscx-page .box .search-end .list .item:hover .tbox{
	opacity: 1;
	}
	.zscx-page .box .search-end .list .item .tbox .txt{
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	}
	.zscx-page .box .search-end .list .item .tbox .icon{
	width: 0.52rem;
	height: 0.52rem;
	margin: 0.33rem auto 0;
	overflow: hidden;
	border-radius: 50%;
	display: flex;
	cursor: pointer;
	}
	.zscx-page .box .search-end .list .item .tbox .icon img{
	width: 100%;
	height: 100%;
	}
	/* 图片弹窗 */
			
	#hi-img-pop {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	#hi-img-pop * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
	
	#hi-img-pop .hi-close {
	position: fixed;
	top: 86%;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	color: #fff;
	background: #fff;
	border-radius: 50%;
	transition: .5s;
	cursor: pointer;
	}
	
	#hi-img-pop .hi-close:after,
	#hi-img-pop .hi-close:before {
	content: "";
	position: absolute;
	bottom: 24px;
	left: 10px;
	width: 30px;
	height: 2px;
	background: #333;
	transition: .5s;
	}
	
	#hi-img-pop .hi-close:hover {
	background: #019dee;
	}
	
	#hi-img-pop .hi-close:hover:after,
	#hi-img-pop .hi-close:hover:before {
	background: #fff;
	}
	
	#hi-img-pop .hi-close:after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	}
	
	#hi-img-pop .hi-close:before {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
	
	#hi-img-pop img {
	position: fixed;
	left: 50%;
	top: 50%;
	max-width: 90%;
	max-height: 70%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	}


/* 预约试听-加盟卓跃-弹窗 */
.zhuoyue-tc{
width: 100%;
height: 100%;
position: fixed;
left: 0;
top: 0;
z-index: 9;
background: rgba(0, 0, 0, 0.2);
display: none;
}
.zhuoyue-tc .box{
width: 9rem;
max-width: 90%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%,-50%);
background: #fff;
border-radius: 0.15rem;
padding: 1.05rem 1.27rem 1.08rem;
}
.zhuoyue-tc .box form{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width:1366px) {
.zhuoyue-tc .box{
padding: 0.8rem 0.7rem 0.8rem;
}
}
@media (max-width:1024px) {
.zhuoyue-tc .box{
padding: 0.8rem 0.5rem 0.8rem;
}
}
.zhuoyue-tc .box .close{
width: 22px;
height: 22px;
position: absolute;
top: 0.39rem;
right: 0.39rem;
display: flex;
cursor: pointer;
}
.zhuoyue-tc .box .title{
    width: 100%;
font-size: 0.44rem;
font-weight: bold;
line-height: 1;
text-align: center;
color: #333;
}
.zhuoyue-tc .box .line{
background: #625aa4;
width: 20px;
height: 3px;
border-radius: 1px;
margin: 0.2rem auto 0.52rem;
}
.zhuoyue-tc .box .txt{
width: 100%;
background: #f0f0f0;
height: 0.7rem;
border-radius: 0.15rem;
padding: 0 0.2rem;
font-size: 16px;
color: #666;
margin-bottom: 0.12rem;
display: flex;
}
.zhuoyue-tc .box .txt::placeholder{
color: #999;
font-size: 16px;
}
@media (max-width:1366px) {
.zhuoyue-tc .box .txt{
font-size: 14px;
}
.zhuoyue-tc .box .txt::placeholder{
color: #999;
font-size: 14px;
}
}
.zhuoyue-tc .box .set{
width: 100%;
background: #f0f0f0 url(/public/static/modules/cms/t-icon2.png) 95% center no-repeat;
background-size: 0.2rem;
height: 0.7rem;
border-radius: 0.15rem;
padding: 0 0.2rem;
font-size: 16px;
color: #666;
margin-bottom: 0.12rem;
display: flex;
border: none;
}
@media (max-width:1366px) {
.zhuoyue-tc .box .set{
font-size: 14px;
}
}
.zhuoyue-tc .box .set1{
    width: 32%;
}
.zhuoyue-tc .box .set2{
    width: 49%;
}
.zhuoyue-tc .box .sub{
width: 100%;
height: 0.7rem;
background: #fabf1b;
border-radius: 0.35rem;
display: flex;
justify-content: center;
align-content: center;
font-size: 22px;
color: #fff;
margin-top: 0.6rem;
}
@media (max-width:1440px) {
.zhuoyue-tc .box .sub{
font-size: 20px;
}
}
@media (max-width:1366px) {
.zhuoyue-tc .box .sub{
font-size: 18px;
}
}
@media (max-width:1220px) {
.zhuoyue-tc .box .sub{
font-size: 16px;
}
}



/* 投递简历弹窗 */
        
#hi-resume-pop {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#hi-resume-pop * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#hi-resume-pop form {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 90%;
	max-width: 400px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#hi-resume-pop .hi-title-box {
	position: relative;
	padding: 0 30px;
	background: #4D4590;
}

#hi-resume-pop .hi-title-box .hi-title {
	line-height: 60px;
	font-size: 20px;
	color: #fff;
}

#hi-resume-pop .hi-title-box .hi-close {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
	width: 80px;
	height: 60px;
	cursor: pointer;
}

#hi-resume-pop .hi-title-box .hi-close::before,
#hi-resume-pop .hi-title-box .hi-close::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -1px 0 0 -10px;
	width: 20px;
	height: 2px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#hi-resume-pop .hi-title-box .hi-close::after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#hi-resume-pop .hi-box {
	padding: 30px;
	font-size: 14px;
}

#hi-resume-pop input {
	margin-bottom: 20px;
	padding: 0 15px;
	width: 100%;
	height: 50px;
	border: 1px solid #ccc;
}

#hi-resume-pop button {
	width: 100%;
	height: 50px;
	background: #4D4590;
	color: #fff;
	cursor: pointer;
	border: 0;
}

#hi-resume-pop .hi-file-box {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

#hi-resume-pop .hi-file-box .hi-input-box {
	position: relative;
	display: inline-block;
	margin-right: 15px;
	padding: 0 15px;
	line-height: 30px;
	background: #4D4590;
}

#hi-resume-pop .hi-file-box input {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	margin-bottom: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	border: 0;
	cursor: pointer;
}

#hi-resume-pop .hi-file-box .hi-text {
	color: #fff;
	text-align: center;
}

#hi-resume-pop .hi-file-box .hi-text2 {
	line-height: 30px;
}

#hi-resume-pop .hi-code-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#hi-resume-pop .hi-code-box input {
	margin-bottom: 0;
	width: calc(100% - 256px) !important;
}

#hi-resume-pop .hi-code-box {
	margin-bottom: 20px;
}

#hi-resume-pop .hi-code-box input {
	margin-bottom: 0;
	width: calc(100% - 146px) !important;
}

#hi-resume-pop .hi-code-box img {
	width: 130px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {
	#hi-resume-pop .hi-title-box {
		padding: 0 20px;
	}
	#hi-resume-pop .hi-title-box .hi-title {
		line-height: 50px;
		font-size: 18px;
	}
	#hi-resume-pop .hi-box {
		padding: 20px;
	}
	#hi-resume-pop input {
		margin-bottom: 10px;
		height: 40px;
	}
	#hi-resume-pop .hi-file-box,
	#hi-resume-pop .hi-code-box {
		margin-bottom: 10px;
	}
	#hi-resume-pop .hi-file-box .hi-text2 {
		font-size: 12px;
	}
	#hi-resume-pop button {
		height: 40px;
	}
	#hi-resume-pop .hi-title-box .hi-close {
		width: 60px;
		height: 50px;
	}
}


