@charset "utf-8";

/* CSS Document */
body {
	margin: 0;
	padding: 0;
}

ul {
	margin: auto;
	padding: 0;
	list-style: none;
}

a {
	text-decoration: none;
}

h3,
p {
	margin: 0;
	font-weight: normal;
}

.main_box {
	width: 100%;
	position: relative;
}
.main_boxFont{
	width: 1240px;
	margin: auto;
}
.main_box h2 {
	color: #000000;
	font-family: Source Han Sans CN;
	font-weight: bold;
	font-size: 32px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
}

.main_box h4 {
	color: #000000;
	font-family: Source Han Sans CN;
	font-weight: regular;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
	margin-top: 7px;

}

.box {

	margin-top: 40px;
	min-width: 1260px;
	display: flex;
}

.box ul li {
	width: 186px;
	height: 300px;
	float: left;
	background: #3C434F;
	border: 1px solid #C6C6C6;
	color: #FFFFFF;
	text-align: center;
	position: relative;
	overflow: hidden;
	transition: all .3s ease-out;
}

.box ul li h3 {
	padding-top: 30px;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: center;
}

.box ul li p {
	margin-top: 7px;
	color: #3C434F;
	font-size: 0px;
}

.box ul li .img11 {
    position: relative;
	top: 30px;
    right: 155px;
    transition: all .6s ease-out;
}
.box ul li .img22 {
    position: relative;
	top: 75px;
    right: 95px;
    transition: all .6s ease-out;
}
.box ul li .img33 {
    position: relative;
	top: 70px;
    right: 35px;
    transition: all .6s ease-out;
}
.box ul li .img44 {
    position: relative;
	top: 70px;
    right: 35px;
    transition: all .6s ease-out;
}
.box ul li .img55 {
    position: relative;
	top: 70px;
    right: 42px;
    transition: all .6s ease-out;
}
.box ul .on {
	width: 497px;
	height: 300px;
	background: linear-gradient(0.13deg, #B6D3FF 0%, #091793 91%);
	text-align: left;
	overflow: hidden;
}

.box ul .on h3 {
	padding-left: 45px;
	padding-top: 45px;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	font-size: 20px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: left;

}

.box ul .on p {
	padding-top: 21px;
	margin-left: 45px;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	font-size: 14px;
	line-height: normal;
	letter-spacing: 0px;
	text-align: left;

}

.box ul .on .img1 {
	width: 514px;
	height: 382px;
	position: absolute;
	right: -191px;
	bottom: -68px;
}

.box ul .on .img2 {
	width: 401px;
	height: 239px;
	position: absolute;
	right: -138px;
	bottom: 0px;
}
.box ul .on .img3 {
	width: 298px;
    height: 302px;
    position: absolute;
    right: -70px;
    bottom: -30px;
}
.box ul .on .img4 {
	width: 360px;
    height: 240px;
    position: absolute;
    right: -138px;
    bottom: 39px;
}

.box ul .on .img5 {
	width: 342px;
	height: 298px;
	position: absolute;
	right: -83px;
	bottom: -47px;
}

.onLink {
	border-radius: 43px;
	border: 1px solid #FFFFFF;
	width: 122px;
	height: 40px;
	display: block;
	color: #FFFFFF;
	font-family: Source Han Sans CN;
	font-size: 14px;
	line-height: 40px;
	text-align: center;
	margin-top: 45px;
	margin-left: 45px;
	/* display: none; */
}