.s_head ._data {
    height: 100px;
}
.s_head ._data ul li {
    padding-top: 8px;
}
.s_head ._data ._bg {
	-webkit-filter: blur(30px) brightness(120%);
	filter: blur(30px) brightness(120%);
}
.s_head ._data ._title {
	font-size: 14px;
	color: rgba(255,255,255,.8);
}
.s_head ._ad2 {
    margin-top: 100px;
	display: flex;
	justify-content: space-between;
	/* align-items: flex-end; */
}
.s_head ._ad2 ._title {
	font-size: 40px;
}
.s_head ._ad2 ._search2{
	background-color:#fff;
	position:relative;
	padding:40px 30px;
	border-radius:6px;
	float:left;
	margin:38px 0 0;
	width:360px;
}
.s_head ._ad2 ._search2 ._icon{
	background-color:transparent;
	position:absolute;
	left:auto;
	right:48px;
	top:48px;
	margin: 0;
	line-height: 32px;
	width: 18px;
	display: inline;
}
.s_head ._ad2 ._search2 ._btn{
	background-color:#005aff;
	color:#fff;
	width:100%;
	border:0;
	font-size:16px;
	padding:15px 0;
	margin-top:20px;
	margin-bottom:0;
	border-radius:4px;
}
.s_head ._ad2 ._input{
	background-color:#eff5ff;
	color: #000;
	font-size:16px;
	width:100%;
	line-height:48px;
	height:48px;
	padding:0 40px 0 18px;
	border-radius:4px;
	border: 0;
}
.s_head ._ad2 ._btn2{
	margin-top:42px;
}
.s_head ._ad2 ._btn2 a{
	position:relative;
	display:inline-block;
	background-color:#53b8ff;
	color:#fff;
	border-radius:20px;
	padding:5px 10px 6px 36px;
}
.s_head ._ad2 ._btn2 a+a{
	margin-left:14px;
}
.s_head ._ad2 ._btn2 a:hover i{
	margin-left:5px;
}
.s_head ._ad2 ._btn2 a span{
	position:absolute;
	left:12px;
	top:8px;
	display:block;
	width:17px;
	height:17px;
	border-radius:50%;
	text-align:center;
}
.s_head ._ad2 ._btn2 a span img{
	width:100%;
	display:block;
}
.s_title{
	font-size:40px;
	padding-top:85px;
	margin:0 0 80px;
	text-align:center;
}
.s_title span{
	background-image: url("../img/title_y.png"), url("../img/title_y.png");
	background-repeat: no-repeat, no-repeat;
	background-position: center left, center right;
	background-size:auto 55%,auto 55%;
	display: inline-block;
	padding:0 48px 0 48px;
}
.s_title b{
	display:block;
	margin:12px 0 0;
	font-size:30px;
	font-weight:normal;
	color:rgba(0,0,0,.08);
}
.s_platform{
	padding:100px 0;
}
.s_platform a{
	background-color:#effcff;
	display:block;
	border-radius:2px;
	position:relative;
}
.s_platform a ._info{
	padding:48px 0 0 30px;
	position:relative;
	z-index:2;
	height:100%;
	width:100%;
}
.s_platform a ._info h3{
	font-size:26px;
	margin:0;
	margin-bottom:22px;
}
.s_platform a ._info span{
	width:16px;
	height:1px;
	display:block;
	border-bottom:2px solid #035af8;
	margin-left:4px;
}
.s_platform a ._info p{
	margin-top:24px;
	color:#859fc4;
	display:block;
	line-height:20px;
	margin-bottom:30px;
	line-height:24px;
	width:90%;
}
.clamp2 { word-break: break-all; display: -webkit-box !important; -webkit-line-clamp: 2 !important; -webkit-box-orient: vertical; overflow: hidden; }
.s_platform a ._more{
	background-color:#fff;
	border-radius:20px;
	padding:7px 28px;
	display:inline-block;
	margin-top:8px;
}
.s_platform a:hover ._more{
	-webkit-box-shadow: 0 8px 10px rgba(55, 70, 250, .1);
	box-shadow: 0 8px 10px rgba(55, 70, 250, .1);
}
.s_platform a ._img{
	position:absolute;
	height:100%;
	top:0;
	right:0;
}
.s_platform a ._img img{
	display:block;
	height:100%;
	width:auto;
}
.s_platform .pull-left{
	width:44%;
}
.s_platform .pull-left a{
	height:557px;
}
.s_platform .pull-left a ._info{
	padding-top:155px;
	padding-left:8%;
}
.s_platform .pull-left a ._info h3{
	font-size:36px;
	color:#035af8;
}
.s_platform .pull-left a ._info p{
	margin-top:32px;
	margin-bottom:70px;
	width:330px;
}
.s_platform .pull-right{
	width:54%;
	margin-left:2%;
}
.s_platform .pull-right a{
	height:266px;
	width:48%;
	float:left;
}
.s_platform .pull-right a:nth-of-type(1) {
	width:48%;
}
.s_platform .pull-right a:nth-of-type(2) {
	width:48%;
	margin-left:4%;
}
.s_platform .pull-right a:nth-of-type(3) {
	/* width:100%; */
	margin-top:25px;
}
.s_platform .pull-right a:nth-of-type(4){
	margin-left:4%;
	margin-top:25px;
}
.s_online{
	background-color:#f4f7ff;
	background-image: url(../img/online_bg.jpg);
	background-size:cover;
	padding-bottom:100px;
}
.s_online a{
	display:block;
	position:relative;
}
.s_online ._bg img{
	display:block;
}
.s_online ._recommend .pull-left{
	width:49%;
}
.s_online ._recommend .pull-left+.pull-left{
	margin-left:2%;
}
.s_online ._class{
	margin-top:28px;
}
.s_online ._class .pull-left{
	width:32%;
}
.s_online ._class .pull-left+.pull-left{
	margin-left:2%;
}
.s_information {
	padding-bottom:40px;
}
.s_information .s_title{
	text-align:left;
}
.s_information a{
	width:29.5%;
	float:left;
	border-bottom:1px solid #e3ecfe;
} 
.s_information a+a{
	margin-left:5.75%;
} 
.s_information ._img{
	overflow:hidden;
	height:228px;
}
.s_information ._img span{
	display:block;
	width:100%;
	height:100%;
	background-size:cover;
	background-position:center center;
	transition: transform 0.6s; 
}
.s_information a:hover ._img span{
	transform: scale(1.1);
} 
.s_information ._class{
	padding:0 0 18px;
}
.s_information ._class span{
	color:#035af8;
	margin-right:8px;
	font-size:16px;
	font-weight: 600;
}
.s_information ._class span+span{
	color:#797979;
	margin-left:8px;
	font-family: numfont_b;
}
.s_information h3{
	font-size:24px;
	margin:0;
	padding:22px 0;
	line-height:30px;
}
.s_information ._more{
	font-size:16px;
	padding:2px 0 24px;
	border-bottom:2px solid #2c2f34;
	width:85px;
	white-space:nowrap;
}
.s_information a:hover ._more{
	width:100%;
}
.s_information ._more i{
	font-size:20px;
	margin-left:4px;
}
.s_centre{
	padding-bottom:90px;
	background-color:#fff;
}
.s_centre ._help{
	border:2px solid rgba(255,255,255,.1);
	background-image: linear-gradient(#f9f9fc, #fff);
	-webkit-box-shadow: 6px 6px 16px rgba(40,60,125,.06) inset,0 6px 20px rgba(20,73,206,.08);
	box-shadow: 6px 6px 16px rgba(40,60,125,.06) inset,0 6px 20px rgba(20,73,206,.08);
	padding:32px 2.4%;
	position:relative;
	float:left;
	width:48%;
}
.s_centre ._help+._help{
	margin-left:4%;
}
.s_centre ._help h3{
	margin: 0;
	padding: 0 0 26px;
	font-size:24px;
}
.s_centre ._help a._more{
	position:absolute;
	right:2.4%;
	top:32px;
	display:block;
	border-radius:20px;
	width:110px;
	height:36px;
	line-height:36px;
	border:1px solid rgba(223,223,223,.6);
	text-align:center;
}
.s_centre ._help a._more:hover{
	color:#1150cb;
}
.s_centre ._help li{
	border-bottom: 1px solid rgba(100,100,100,.1);
	position:relative;
}
.s_centre ._help li a{
	display:block;
	padding:0 106px 0 24px;
	font-size:16px;
	line-height:60px;
	height:60px;
}
.s_centre ._help li a>img{
	position:absolute;
	left:0;
	top:22px;
	width:12px;
}
.s_centre ._help li a>span{
	display:block;
	position:absolute;
	right:0;
	top:8px;
	line-height:40px;
	height:40px;
	padding:0;
	width:44px;
	text-align:center;
	border-radius:20px;
}
.s_centre ._help li a>span font{
	display:none;
	padding-left:16px;
	color:#fff;
}
.s_centre ._help li a>span img{
	position:absolute;
	left:15px;
	top:13px;
	width:16px;
}
.s_centre ._help li a:hover{
	color:#1150cb;
}
.s_centre ._help li a:hover>span{
	background-color:#1150cb;
	width:94px;
}
.s_centre ._help li a:hover>span img{
	-webkit-filter:brightness(140%);
	filter:brightness(140%);
}
.s_centre ._help li a:hover>span font{
	display:inline-block;
}

/* 2023-05-18 迭代 */
.banner-code{
	overflow: hidden;
	padding: 30px 0px;
	text-align: center;
	display: inline-block;
}
.banner-code img{
	display: block;
	width: 200px;
	height: 200px;
}
.banner-code-text{
	padding-top: 15px;
	font-size: 16px;
	color: rgba(255,255,255,0.7);
	overflow: hidden;
}
.s_head ._ad2 .left{
	flex: 1 0 0;
}
.s_head ._ad2 .right{
	display: flex;
	justify-content: flex-end;
}
.s_head ._ad2 .right img{
	display: block;
	max-width: 38%;
}