@charset "utf-8";
/*html5*/ 
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
/* CSS Document */
/*内外边距*/
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, input, select, button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;}
html, body, div, p, ul, li, dl, dt, dd, h1, h2, h3, h4, h5, h6, form,button, textarea, iframe, table, th, td ,dd,dt{margin:0;padding:0;outline:none;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;outline:none }
.clear{clear:both;overflow:hidden;}
a{text-decoration:none;color:#333;}
input{border:none;  outline:medium;}
*{box-sizing: border-box;}
body{width:100%;background:#fff;color:#333;font-size:14px;}
html{overflow-x:hidden;}
table{border-collapse:collapse}
img{border:none;max-width: 100%;}
ul{list-style: none;}

.mainbg{
	background: url(../img/main_bg.png) no-repeat;
	background-size: cover;
}
.inmainbg{
	background: url(../img/inmain_bg.png) no-repeat;
	background-size: cover;
}
.header{
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	z-index: 69;
}
.header1{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
	zoom: 1;
}
.header1:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.logo{
	margin-top: 30px;
	float: left;
}
.logo img{
	height: 40px;
}
.nav{
	margin-left: 28px;
	float: left;
}
.nav ul{
	zoom: 1;
}
.nav ul:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.nav ul li{
	list-style-type: none;
	float: left;
	margin-left: 60px;
	position: relative;
	height: 93px;
	display: flex;
	align-items: center;
}
.nav ul li>a{
	font-size: 24px;
	color: #FFFFFF;
	line-height: 50px;
	display: inline-flex;
	align-items: center;
}
.nav ul li img{
	margin-left: 5px;
}
.nav ul li.on >a{
	font-weight: bold;
	position: relative;
}
.nav ul li.on >a span{
    position: relative;
}
.nav ul li.on >a span:before{
    content: '';
    position: absolute;
    height: 3px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 48px;
    border-radius: 2px;
    background-color: rgba(255,255,255,0.6);
}
.nav ul li:last-child img{
	width: 22px;
	margin-right: 5px;
	margin-left: 0;
}
.zk{
	display: none;
}
.use{
	margin-top: 22px;
	float: right;
}
.use a{
	display: block;
	width: 172px;
	height: 48px;
	background: rgba(255,255,255,0.2);
	border-radius: 40px 40px 40px 40px;
	border: 2px solid #FFFFFF;
	font-weight: 500;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 44px;
	text-align: center;
}
.header:hover{
	background: rgba(34,42,62,0.7);
}
.header.on{
	background: rgba(34,42,62,0.7);
}
.nav_sub{
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 212px;
	background: rgba(34,42,62,0.7);
	border-radius: 0px 0px 8px 8px;
	padding: 1px 0 30px;
}
.nav_sub a{
	margin-top: 30px;
	display: block;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
}
.nav ul li:hover .nav_sub{
	display: block;
}
.nav ul li:hover .sq{
	display: none;
}
.nav ul li:hover .zk{
	display: block;
}
.banner{
	font-size: 0;
	position: relative;
}
.banner1{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.banner2{
	font-weight: 800;
	font-size: 108px;
	color: #FFFFFF;
	line-height: 144px;
	text-align: center;
}
.banner3{
	margin-top: 32px;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
}
.banner4{
	margin-top: 74px;
	text-align: center;
}
.banner4a{
	margin: 0 30px;
	display: inline-block;
	width: 236px;
	height: 72px;
	background: linear-gradient( 99deg, #478BFF 0%, #0058FC 100%);
	box-shadow: 0px 4px 16px 0px rgba(124,166,255,0.6), inset 0px -2px 0px 0px rgba(0,41,255,0.25);
	border-radius: 60px;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 72px;
	text-align: center;
}
.banner4b{
	margin: 0 30px;
	display: inline-block;
	width: 236px;
	height: 72px;
	background: rgba(255,255,255,0.2);
	border-radius: 40px 40px 40px 40px;
	border: 2px solid #FFFFFF;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 68px;
	text-align: center;
}
.bserve{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
	height: 124px;
	background: linear-gradient( 123deg, rgba(15,37,77,0.8) 0%, rgba(62,128,255,0.1) 100%);
}
.bserve1{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.bserve2{
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 40px;
}
.bserve2 img{
	margin-right: 8px;
	width: 52px;
}
.chose{
	margin-top: 92px;
}
.chose1{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}
.chose2{
	font-weight: bold;
	font-size: 40px;
	color: #283142;
	line-height: 32px;
	text-align: center;
}
.chose3{
	margin-top: 20px;
	font-size: 20px;
	color: #384661;
	line-height: 32px;
	text-align: center;
}
.chose4{
	margin-top: 12px;
}
.chose5{
	margin-top: 24px;
	overflow: hidden;
}
.chose6{
    display: none;
	float: left;
	width: 150px;
	font-size: 0;
}
.chose6 img{
	height: 72px;
}
.chose7{
	float: left;
	width: 100%;
	/*width: calc(100% - 150px);*/
	position: relative;
}
.chose8{
	height: 72px;
	width: 100%;
	background: rgba(255,255,255,0.8);
	box-shadow: 0px 2px 16px 0px rgba(142,194,255,0.1);
	border-radius: 12px;
	position: relative;
}
.chose8 img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 80%;
	max-height: 80%;
}
.chose7 ul{
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.chose7 ul li{
	width: calc((100% - 120px)/6);
	margin-right: 24px;
	float: left;
}
.chose5:nth-child(2n) .chose7{
	padding: 0 60px;
}
.solution{
	margin-top: 88px;
}
.solution1{
	margin-top: 64px;
	font-size: 0;
	text-align: center;
}
.solution2{
	display: inline-block;
	position: relative;
}
.solution2 img{
	width: 923px;
}
.solution3{
	position: absolute;
	left: -259px;
	top: 6px;
	width: 562px;
	height: 287px;
	background: linear-gradient( 351deg, #EFF5FC 0%, rgba(241,244,251,0) 100%);
	box-shadow: inset 0px 6px 6px 0px rgba(255,255,255,0.8);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #FFFFFF;
	padding: 25px 24px;
}
.solution4{
	width: 100%;
	height: 100%;
	background: linear-gradient( 91deg, #A0D1FF 0%, #D4E3F8 100%, rgba(96,208,254,0) 100%);
	box-shadow: inset 4px 0px 8px 0px rgba(78,157,251,0.6);
	border-radius: 20px 20px 20px 20px;
	padding: 32px 24px 0;
}
.solution5{
	font-weight: 500;
	font-size: 24px;
	color: #283142;
	line-height: 32px;
	text-align: left;
}
.solution5 span{
	font-weight: bold;
	font-size: 32px;
	color: #283142;
	line-height: 32px;
}
.solution6{
	text-align: left;
	margin-top: 24px;
	font-size: 20px;
	color: #384661;
	line-height: 40px;
}
.solution6 span{
	font-weight: bold;
}
.solution7{
	position: absolute;
	right: -352px;
	top: 84px;
	width: 562px;
	height: 294px;
	background: linear-gradient( 180deg, #EFF5FC 0%, rgba(241,244,251,0) 100%);
	box-shadow: inset 0px 6px 6px 0px rgba(255,255,255,0.8);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #FFFFFF;
	padding: 25px 24px;
}
.solution8{
	width: 100%;
	height: 100%;
	background: linear-gradient( 93deg, #A2ECFF 0%, #D4E3F8 100%, rgba(96,208,254,0) 100%);
	box-shadow: inset 4px 0px 8px 0px #64D2EB;
	border-radius: 24px 24px 24px 24px;
	padding: 32px 24px 0;
}
.solution9{
	position: absolute;
	left: -408px;
	top: 423px;
	width: 515px;
	height: 287px;
	background: linear-gradient( 180deg, #EFF5FC 0%, rgba(241,244,251,0) 100%);
	box-shadow: inset 0px 6px 6px 0px rgba(255,255,255,0.8);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #FFFFFF;
	padding: 25px 24px;
}
.solution10{
	position: absolute;
	left: -48px;
	bottom: -96px;
	width: 515px;
	height: 244px;
	background: linear-gradient( 180deg, #EFF5FC 0%, rgba(241,244,251,0) 100%);
	box-shadow: inset 0px 6px 6px 0px rgba(255,255,255,0.8);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #FFFFFF;
	padding: 25px 24px;
}
.solution11{
	position: absolute;
	left: 690px;
	top: 610px;
	width: 634px;
	height: 379px;
	background: linear-gradient( 180deg, #EFF5FC 0%, rgba(241,244,251,0) 100%);
	box-shadow: inset 0px 6px 6px 0px rgba(255,255,255,0.8);
	border-radius: 20px 20px 20px 20px;
	border: 1px solid #FFFFFF;
	padding: 25px 24px;
}
.solution12{
	width: 100%;
	height: 100%;
	background: linear-gradient( 95deg, #BEB8FF 0%, #D4E3F8 100%, rgba(96,112,254,0) 100%);
	box-shadow: inset 4px 0px 8px 0px #B6A5F7;
	border-radius: 24px 24px 24px 24px;
	padding: 32px 24px 0;
}
.capacity{
	margin-top: 196px;
}
.capacity1{
	width: 92%;
	max-width: 1520px;
	margin: 0 auto;
}
.capacity2{
	margin-top: 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.capacity3{
	margin: 0 160px;
	cursor: pointer;
}
.capacity4{
	font-size: 0;
	text-align: center;
}
.capacity4 img{
	width: 101px;
}
.capacity5{
	margin-top: 16px;
	width: 228px;
	height: 64px;
	background: rgba(244,247,255,0.9);
	box-shadow: inset 0px -3 6px 0px rgba(255,255,255,0.8);
	border-radius: 43px;
	font-weight: 500;
	font-size: 24px;
	color: #283142;
	line-height: 64px;
	text-align: center;
}
.capacity3.on .capacity5{
	background: linear-gradient( 103deg, #478BFF 0%, #0058FC 100%);
	box-shadow: 0px 3 11px 0px rgba(124,166,255,0.6), inset 0px -1 0px 0px rgba(0,41,255,0.25);
	color: #FFFFFF;
}
.capacity6{
	margin-top: 50px;
}
.capacity7{
	display: none;
}
.capacity8{
	position: relative;
}
.capacityt{
	font-weight: bold;
	font-size: 32px;
	color: #283142;
}
.capacityt span{
	color: #0158F9;
}
.capacity9_d{
	margin-top: 36px;
}
.capacity9{
	margin-top: 16px;
	padding: 30px 20px;
	max-width: 850px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.capacity9.on{
	background: #C7E8FF;
	border-radius: 11px;
}
.capacity10{
	font-size: 0;
	margin-right: 9px;
}
.capacity10 img{
	width: 36px;
}
.capacity11{
	flex: 1;
}
.capacity12{
	font-weight: bold;
	font-size: 24px;
	color: #384661;
	line-height: 32px;
}
.capacity13{
	margin-top: 16px;
	font-size: 20px;
	color: #384661;
	line-height: 32px;
}
.capacity13 span{
	font-weight: bold;
	color: #0158F9;
}
.capacity14{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 16px;
}
.capacity14 img{
	max-width: 690px;
	max-height: 740px;
}
.capacity15{
	display: none;
}
.capacity15 a{
	display: block;
	width: 224px;
	height: 60px;
	background: linear-gradient( 103deg, #478BFF 0%, #0058FC 100%);
	box-shadow: 0px 4px 16px 0px rgba(124,166,255,0.6), inset 0px -2px 0px 0px rgba(0,41,255,0.25);
	border-radius: 36px 36px 36px 36px;
	margin: 39px auto 0;
	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
}
.show{
	display: block !important;
}
.capacity16{
	margin-top: 16px;
	padding: 30px 20px;
	max-width: 837px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.capacity17{
	margin-top: 24px;
	max-width: 837px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.capacity18{
	margin-top: 12px;
	padding: 20px 25px;
	max-width: 837px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.capacity18.on{
	background: #C7E8FF;
	border-radius: 11px;
}
.capacity19{
	font-size: 0;
	margin-right: 9px;
	margin-top: 11px;
}
.capacity19 img{
	width: 10px;
}
.capacity20{
	font-weight: bold;
	font-size: 20px;
	color: #384661;
	line-height: 32px;
}
.capacity21{
	margin-top: 10px;
	font-size: 20px;
	color: #384661;
	line-height: 32px;
}
.capacity21 span{
	font-weight: bold;
}
.solute{
	margin-top: 88px;
}
.solute1{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}
.solute2{
	margin-top: 48px;
	display: flex;
}
.solute3{
	margin-right: 26px;
	width: 308px;
	padding: 1px 36px;
	background: linear-gradient( 177deg, #478BFF 0%, #0058FC 100%);
}
.solute3 a{
	margin-top: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 72px;
	border-radius: 12px;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 40px;
}
.solute3 a img{
	display: none;
	height: 48px;
}
.solute3 a.on{
	background: rgba(255,255,255,0.8);
	color: #333;
}
.solute3 a.on img{
	display: block;
}
.solute4{
	flex: 1;
	background: url(../img/sol_bg.png) no-repeat;
	background-size: cover;
	padding: 56px 27px 52px 48px;
}
.solute5{
	height: 0;
	overflow: hidden;
}
.solute6{
	position: relative;
}
.solute7{
	width: 560px;
	overflow: hidden;
}
.solute8{
	font-weight: bold;
	font-size: 28px;
	color: #FFFFFF;
	line-height: 40px;
}
.solute9{
	margin-top: 32px;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 44px;
}
.solute10{
	margin-top: 20px;
}
.solute10 ul{
	font-size: 0;
	overflow: hidden;
	position: relative;
}
.solute10 ul li{
	width: calc((100% - 48px)/4);
	margin-right: 16px;
	float: left;
}
.solute11 {
    height: 48px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 2px 16px 0px rgba(142, 194, 255, 0.1);
    border-radius: 12px;
    position: relative;
}
.solute11 img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
}
.solute12{
	margin-top: 48px;
}
.solute12 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 204px;
	height: 56px;
	background: rgba(255,255,255,0.2);
	border-radius: 12px;
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 28px;
}
.solute12 a img{
	margin-left: 8px;
}
.solute13{
	font-size: 0;
	position: absolute;
	right: 27px;
	top: 50%;
	transform: translateY(-50%);
}
.solute13 img{
	max-width: 440px;
}
.show1{
	height: auto !important;
}
.brand{
    display: none;
	margin-top: 88px;
}
.brand1{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}
.brand2{
	background: url(../img/case_bg.png) no-repeat;
	background-size: cover;
	padding: 48px 130px 67px;
}
.brand3{
	margin-top: 56px;
	position: relative;
}
.brand4{
	font-weight: bold;
	font-size: 48px;
	color: #283142;
	line-height: 48px;
}
.brand5{
	margin-top: 29px;
	font-size: 24px;
	color: #283142;
	line-height: 40px;
}
.brand6{
	margin-top: 48px;
}
.brand6 a{
	display: block;
	width: 224px;
	height: 60px;
	background: linear-gradient( 103deg, #478BFF 0%, #0058FC 100%);
	box-shadow: 0px 4px 16px 0px rgba(124,166,255,0.6), inset 0px -2px 0px 0px rgba(0,41,255,0.25);
	border-radius: 30px;
	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
}
.brand7{
	font-size: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.brand7 img{
	max-width: 500px;
}
.brand8{
	background-color: #0158F9;
	height: 228px;
	padding: 0 130px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.brand10{
	font-size: 52px;
	color: #FFFFFF;
	line-height: 61px;
}
.brand11{
	margin-top: 16px;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 38px;
}
.empower{
	margin-top: 88px;
}
.empower1{
	margin-top: 48px;
	font-size: 0;
	text-align: center;
}
.empower1 img{
	max-width: 100%;
}
.safe{
	margin-top: 88px;
}
.safe1{
	margin-top: 48px;
	font-size: 0;
	text-align: center;
}
.safe1 img{
	max-width: 1468px;
}
.website{
	margin-top: 88px;
	background: url(../img/website_bg.png) center no-repeat;
	background-size: cover;
	padding: 64px 0 123px;
}
.website1{
	width: 92%;
	max-width: 1576px;
	margin: 0 auto;
}
.website2{
	margin-top: 83px;
	text-align: right;
}
.website3{
	display: inline-block;
	text-align: left;
	width: 240px;
}
.website4{
	font-size: 64px;
	color: #283142;
	line-height: 75px;
}
.website5{
	margin-top: 20px;
	font-size: 32px;
	color: #384661;
	line-height: 38px;
}
.team{
	background: url(../img/team_bg.png) no-repeat;
	background-size: cover;
	padding: 60px 0 80px;
}
.team1{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}
.team2{
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
}
.team3{
	margin-top: 20px;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
}
.team4{
	margin-top: 48px;
	display: flex;
}
.team5{
	margin-right: 60px;
	width: 290px;
	background: linear-gradient( 103deg, #478BFF 0%, #0058FC 100%);
	border-radius: 12px;
	padding: 48px 36px;
}
.team6{
	margin-top: 48px;
}
.team6:first-child{
	margin-top: 0;
}
.team7{
	font-size: 36px;
	color: #FFFFFF;
	line-height: 42px;
}
.team7 span{
	font-size: 16px;
}
.team8{
	margin-top: 8px;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 23px;
}
.team9{
	flex: 1;
	border-radius: 12px;
	overflow: hidden;
	background: linear-gradient( -103deg, #478BFF 0%, #0058FC 100%);
}
.team10 ul{
	overflow: hidden;
}
.team10 ul li{
	list-style-type: none;
	float: left;
	width: 25%;
	height: 212px;
	background: linear-gradient( 202deg, #262E43 0%, #384975 100%);
	display: flex;
	align-items: center;
	justify-content: center;
}
.team12{
	font-size: 0;
	text-align: center;
}
.team12 img{
	max-width: 72px;
}
.team13{
	margin-top: 28px;
	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
}
.team14{
	height: 128px;
	display: flex;
	align-items: center;
}
.team15{
	width: 25%;
}
.team16{
	font-weight: bold;
	font-size: 32px;
	color: #FFFFFF;
	line-height: 38px;
	text-align: center;
}
.team16 span{
	font-size: 16px;
}
.team17{
	margin-top: 4px;
	font-size: 18px;
	color: #BFCFED;
	line-height: 21px;
	text-align: center;
}
.serve{
	margin-top: 88px;
}
.serve1{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}
.serve2{
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.serve4{
	font-size: 0;
	text-align: center;
}
.serve4 img{
	width: 112px;
}
.serve5{
	margin-top: 28px;
	font-weight: bold;
	font-size: 24px;
	color: #283142;
	line-height: 32px;
	text-align: center;
}
.serve6{
	margin-top: 12px;
	font-size: 20px;
	color: #384661;
	line-height: 32px;
	text-align: center;
}
.contact{
	margin-top: 80px;
	padding: 48px 2% 56px;
	background: url(../img/contact_bg.png) no-repeat;
	background-size: cover;
}
.contact1{
	font-weight: bold;
	font-size: 60px;
	color: #FFFFFF;
	line-height: 120px;
	text-align: center;
}
.contact2{
	margin-top: 16px;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 32px;
	text-align: center;
}
.contact3{
	margin-top: 56px;
	text-align: center;
}
.contact3a{
	margin: 0 20px;
	display: inline-block;
	width: 288px;
	height: 64px;
	background: rgba(255,255,255,0.8);
	border-radius: 40px 40px 40px 40px;
	border: 2px solid #FFFFFF;
	font-weight: 500;
	font-size: 24px;
	color: #0158F9;
	line-height: 60px;
	text-align: center;
}
.contact3b{
	margin: 0 20px;
	display: inline-block;
	width: 288px;
	height: 64px;
	background: rgba(255,255,255,0.2);
	border-radius: 40px 40px 40px 40px;
	border: 2px solid #FFFFFF;
	font-weight: 500;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
}
.footer{
	padding: 32px 0;
	background-color: #222A3E;
}
.footer1{
	padding-bottom: 28px;
	border-bottom: 1px solid;
	border-image: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(98, 105, 126, 1), rgba(255, 255, 255, 0)) 1 1;
}
.footer2{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
}
.footer3{
	float: left;
}
.footer4{
	display: flex;
	align-items: center;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
}
.footer4 img{
	width: 28px;
	margin-right: 9px;
}
.footer5{
	margin-top: 10px;
	font-weight: bold;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
}
.footer6{
	margin-top: 45px;
    display: block;
	width: 128px;
	height: 48px;
	border-radius: 12px;
	border: 2px solid #BFCFED;
	line-height: 44px;
	text-align: center;
	font-size: 20px;
}
.footer6 a{
	color: #FFFFFF;
}
.footer7{
	margin-top: 24px;
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 32px;
}
.footer7 img{
	width: 16px;
	margin-right: 12px;
}
.footer8{
	float: right;
	margin-left: 120px;
}
.footer8 span{
	display: block;
	margin-bottom: 24px;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
}
.footer8 a{
	margin-top: 16px;
	display: block;
	font-size: 18px;
	color: #BFCFED;
	line-height: 32px;
}
.footer8 a:hover{
	background-image: linear-gradient(to right,#4E8DFF,#0063FF);
	color: transparent;
	-webkit-background-clip: text;
}
.beian{
	margin-top: 28px;
	font-size: 12px;
	color: #62697E;
	line-height: 32px;
	text-align: center;
}
.beian a{
	color: #62697E;
}
.header_m{
	display: none;
	background: rgba(34,42,62,0.7);
}
.header_m1{
	overflow: hidden;
}
.logo_m{
	width: 40%;
	float: left;
	margin: 9px 6px;
}
.logo_m img{
	height: 40px;
}
.icon_m{
	width: 10%;
	float: right;
	margin: 9px 6px;
}
.icon_m img{
	height: 40px;
}
.menu_m{
	display: none;
	position: fixed;
	z-index: 1000;
	top: 0;
	left: 0;
	width: 60%;
	height: 100%;
	background-color: rgba(0,0,0,0.9);
	padding: 23px 7% 0;
}
.menu_m1{
	width: 77%;
}
.menu_m2{
	margin-top: 20px;
}
.menu_m2 ul{
	
}
.menu_m2 ul li{
	list-style-type: none;
	line-height: 40px;
	border-bottom: 1px solid #FFFFFF;
	font-size: 16px;
	padding-left: 6%;
}
.menu_m2 ul li a{
	color: #fff;
}
.menu_m2 ul li a img{
	margin-right: 9px;
	vertical-align: middle;
}
.menu_msub{
	display: none;
	width: 100%;
	padding-left: 20px;
}
.menu_msub a{
	display: block;
	font-size: 14px;
	color: #fff;
}
.inHeader:hover{
	background: rgba(255,255,255,0.7);
}
.inHeader.on{
	background: rgba(255,255,255,0.7);
}
.inHeader .nav ul li>a{
	color: #283142;
}
.inHeader .nav ul li.on >a{
    position: relative;
}
.inHeader .nav ul li.on >a span{
    position: relative;
}
.inHeader .nav ul li.on >a span:before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    height: 3px;
    width: 48px;
    border-radius: 2px;
    background-color: rgba(71,139,255,0.6);
}
.inHeader .use a{
	border: 0;
	background: linear-gradient( 99deg, #478BFF 0%, #0058FC 100%);
	box-shadow: 0px 4px 16px 0px rgba(124,166,255,0.6), inset 0px -2px 0px 0px rgba(0,41,255,0.25);
}
.inHeader .nav_sub{
	background: rgba(255,255,255,0.7);
}
.inHeader .nav_sub a{
	color: #283142;
}
.innerBanner{
	position: absolute;
	width: 92%;
	max-width: 1440px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.innerBanner1{
	font-weight: 800;
	font-size: 72px;
	line-height: 1;
	background-image: linear-gradient(to bottom,#0A0D40,#07327B);
	color: transparent;
	-webkit-background-clip: text;
}
.innerBanner2{
	margin-top: 60px;
	font-size: 28px;
	color: #384661;
	line-height: 56px;
	max-width: 590px;
}
.innerBanner2 span{
	color: #0158F9;
	font-weight: bold;
}
.innerBanner3{
	margin-top: 88px;
}
.innerBanner3a{
	display: inline-block;
	width: 236px;
	height: 72px;
	background: linear-gradient( 99deg, #478BFF 0%, #0058FC 100%);
	box-shadow: 0px 4px 16px 0px rgba(124,166,255,0.6), inset 0px -2px 0px 0px rgba(0,41,255,0.25);
	border-radius: 60px 60px 60px 60px;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 72px;
	text-align: center;
	margin-right: 24px;
}
.innerBanner3b{
	display: inline-block;
	width: 236px;
	height: 72px;
	background: rgba(255,255,255,0.2);
	border-radius: 40px 40px 40px 40px;
	border: 2px solid #FFFFFF;
	font-weight: 500;
	font-size: 24px;
	color: #384661;
	line-height: 68px;
	text-align: center;
}
.database{
	background: linear-gradient( 103deg, #478BFF 0%, #0058FC 100%);
}
.database1{
	max-width: 1440px;
	margin: 0 auto;
	height: 172px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.database2{
	width: 25%;
	border-left: 1px solid;
	border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(156, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
}
.database2:first-child{
	border-left: 0;
}
.database3{
	font-size: 44px;
	color: #FFFFFF;
	line-height: 52px;
	text-align: center;
}
.database3 span{
	font-size: 20px;
}
.database4{
	margin-top: 8px;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
}
.database5{
	width: calc(100% / 3);
	border-left: 1px solid;
	border-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(156, 255, 255, 1), rgba(255, 255, 255, 0)) 1 1;
}
.database5:first-child{
	border-left: 0;
}
.database6{
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 44px;
	color: #FFFFFF;
	line-height: 52px;
}
.database6 img{
	margin-right: 10px;
}
.hotShop{
	margin-top: 80px;
	padding-bottom: 50px;
}
.hotShop1{
	width: 92%;
	max-width: 1440px;
	margin: 0 auto;
}
.hotShop2{
	font-size: 0;
	text-align: center;
}
.hotShop2 img{
	width: calc((100% - 64px)/3);
	margin-right: 32px;
}
.hotShop2 img:nth-child(3n){
	margin-right: 0;
}
.hotShop3{
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.hotShop3:nth-child(2n){
	flex-direction: row-reverse;
}
.hotShop4{
	width: 50%;
	font-size: 0;
}
.hotShop5{
	width: 47%;
}
.hotShop6{
	font-weight: bold;
	font-size: 30px;
	color: #283142;
	margin-bottom: 60px;
}
.hotShop6 span{
	color: #0158F9;
}
.hotShop7{
	margin-top: 32px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.hotShop7 img{
	width: 16px;
	margin-right: 12px;
	margin-top: 16px;
}
.hotShop7 span{
	flex: 1;
	font-weight: 500;
	font-size: 20px;
	color: #384661;
	line-height: 40px;
}
.hotShop8{
	margin-top: 92px;
}
.hotShop8a{
	display: inline-block;
	margin-right: 24px;
	width: 224px;
	height: 60px;
	background: linear-gradient( 103deg, #478BFF 0%, #0058FC 100%);
	box-shadow: 0px 4px 16px 0px rgba(124,166,255,0.6), inset 0px -2px 0px 0px rgba(0,41,255,0.25);
	border-radius: 36px 36px 36px 36px;
	font-weight: 500;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 60px;
	text-align: center;
}
.hotShop8b{
	display: inline-block;
	width: 224px;
	height: 60px;
	background: rgba(255,255,255,0.5);
	border-radius: 40px 40px 40px 40px;
	border: 2px solid #FFFFFF;
	font-weight: 500;
	font-size: 22px;
	color: #384661;
	line-height: 56px;
	text-align: center;
}
.hotShop9{
	font-weight: 500;
	font-size: 24px;
	color: #384661;
	line-height: 48px;
}
.esquare{
	position: absolute;
	right: 5%;
	top: 15%;
	bottom: 10%;
	width: 50%;
}
.esquare1{
	float: left;
	height: 100%;
	width: calc((100% - 112px)/5);
	margin-right: 28px;
}
.esquare1:first-child{
	padding: 140px 0;
}
.esquare1:nth-child(2n){
	padding: 50px 0;
}
.esquare1:nth-child(5){
	margin-right: 0;
}
.esquare1 .bd{
	height: 100%;
}
.esquare1 .tempWrap{
	height: 100% !important;
}
.esquare1 ul li{
	padding: 16px 24px 30px;
	height: 232px !important;
	background: rgba(255,255,255,0.6);
	box-shadow: inset 0px -2px 20px 0px rgba(255,255,255,0.5);
	border-radius: 16px;
	border: 1px solid rgba(255,255,255,0.8);
	margin-bottom: 48px;
}
.esquare3{
	font-size: 0;
	text-align: center;
}
.esquare3 img{
	width: 96px;
}
.esquare4{
	margin-top: 20px;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-align: center;
}
.esquare5{
	margin-top: 12px;
	width: 112px;
	max-width: 100%;
	height: 37px;
	background: #BEE8FF;
	border-radius: 40px;
	font-weight: bold;
	font-size: 16px;
	color: #0158F9;
	line-height: 37px;
	text-align: center;
}
.esquare6{
	margin-top: 80px;
	background: url(../img/e_bg.png) no-repeat;
	background-size: cover;
	position: relative;
	padding: 118px 0;
}
.esquare7{
	position: absolute;
	left: 50%;
	top: -17px;
	transform: translateX(-50%);
	font-weight: bold;
	font-size: 48px;
	color: #283142;
	line-height: 1;
}
.esquare8{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.esquare9 span{
	margin-top: 32px;
	display: block;
	width: 292px;
	height: 64px;
	background: linear-gradient( 126deg, #306AFF 0%, #6993FF 100%);
	box-shadow: inset -4px -4px 12px 0px rgba(31,90,238,0.4), inset 4px 4px 8px 0px #1A52E0, inset 4px 8px 64px 0px #2160FF, inset -1px -1px 0px 0px rgba(255,255,255,0.8), inset -6px -6px 20px 0px rgba(255,255,255,0.32);
	border-radius: 60px;
	font-weight: bold;
	font-size: 22px;
	color: #FFFFFF;
	line-height: 64px;
	text-align: center;
}
.esquare9:first-child{
	margin-top: 0;
}
.esquare9 span:nth-child(2n){
	margin-left: 50px;
	display: block;
	width: 292px;
	height: 64px;
	background: rgba(239,250,255,0.6);
	box-shadow: inset 0px 4px 8px 0px rgba(175,214,243,0.6), inset 0px -2px 20px 0px rgba(255,255,255,0.5);
	border-radius: 32px 32px 32px 32px;
	font-weight: bold;
	font-size: 24px;
	color: #283142;
}
.esquare10a{
	font-weight: bold;
	font-size: 36px;
	line-height: 1;
	text-align: center;
	background-image: linear-gradient(to right,#05052A,#1B2CC4);
	color: transparent;
	-webkit-background-clip: text;
}
.esquare10b{
	margin-top: 23px;
	font-weight: 500;
	font-size: 24px;
	color: #384661;
	line-height: 32px;
	text-align: center;
}
.esquare10b span{
	color: #0158F9;
	font-weight: bold;
}
.esquare10c{
	margin-top: 45px;
	padding: 0 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.esquare10c img{
	width: 208px;
}
.esquare11 span{
	margin-top: 32px;
	display: block;
	width: 292px;
	height: 64px;
	background: linear-gradient( 126deg, #FF527C 0%, #FF94AE 100%);
	box-shadow: inset 0px 4px 8px 0px rgba(255,174,198,0.6), inset 0px -2px 20px 0px rgba(255,255,255,0.5);
	border-radius: 60px;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 64px;
	text-align: center;
}
.esquare11:first-child{
	margin-top: 0;
}
.esquare11 span:nth-child(2n){
	margin-left: 50px;
	display: block;
	width: 292px;
	height: 64px;
	background: rgba(239,250,255,0.6);
	box-shadow: inset 0px 4px 8px 0px rgba(175,214,243,0.6), inset 0px -2px 20px 0px rgba(255,255,255,0.5);
	border-radius: 32px 32px 32px 32px;
	font-weight: bold;
	font-size: 24px;
	color: #283142;
}
.esquare12{
	margin-top: 64px;
	font-size: 0;
}
.esquare12 img{
	display: inline-block;
	vertical-align: top;
	margin-right: 66px;
	width: calc((100% - 66px)/2);
}
.esquare12 img:nth-child(2n){
	margin-right: 0;
}
.esquare13{
	margin-top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.esquare13:nth-child(2n){
	flex-direction: row;
}
.abBanner{
	font-size: 80px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.about{
	margin-top: 100px;
}
.about1{
	width: 92%;
	max-width: 1400px;
	margin: 0 auto;
}
.about2{
	font-size: 40px;
	color: #333333;
	text-align: center;
	font-weight: bold;
}
.about3{
	margin-top: 40px;
	overflow: hidden;
}
.about4{
	float: left;
	width: 60%;
}
.about5{
	margin-top: 36px;
	font-size: 24px;
	color: #333333;
	line-height: 36px;
}
.about5:first-child{
	margin-top: 0;
}
.about5 span{
	font-weight: bold;
	color: #1967f9;
}
.about6{
	float: right;
	width: 32%;
	font-size: 0;
}
.about7{
	margin-top: 40px;
}
.about7 ul{
	overflow: hidden;
}
.about7 ul li{
	list-style-type: none;
	float: left;
	width: calc((100% - 60px)/3);
	margin-right: 30px;
	border-radius: 20px;
	overflow: hidden;
}
.about7 ul li:nth-child(3n){
	margin-right: 0;
}
.about8{
	font-size: 0;
}
.about9{
	background-color: rgba(255, 255, 255, 0.52);
	padding: 30px 30px 0;
	height: 345px;
}
.about9a{
	font-size: 28px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.about9b{
	font-size: 18px;
	color: #333333;
	line-height: 36px;
	margin-top: 16px;
}
.history{
	margin-top: 40px;
	position: relative;
	padding: 25px 0 96px;
	zoom: 1;
}
.history::before{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	bottom: 0;
	width: 1px;
	background-color: #2370fa;
}
.history:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}
.history1{
	float: left;
	position: relative;
	width: 50%;
	padding-right: 50px;
	text-align: right;
	margin-top: 150px;
}
.history1::before{
	content: '';
	position: absolute;
	right: 0;
	top: 50%;
	transform: translate(50%,-50%);
	width: 15px;
	height: 15px;
	background-color: #4888fa;
	border-radius: 50%;
}
.history1:first-child{
	margin-top: 0;
}
.history1:nth-child(2n){
	float: right;
	padding-right: 0;
	padding-left: 50px;
	text-align: left;
}
.history1:nth-child(2n)::before{
	right: auto;
	left: 0;
	transform: translate(-50%,-50%);
}
.history2{
	box-shadow: 0 0 20px #aee3fa;
	border: 1px solid #aee3fa;
	padding: 30px;
	border-radius: 20px;
}
.history3{
	font-size: 18px;
	font-weight: bold;
	background-image: linear-gradient(to right,#52cff4,#734df1);
	color: transparent;
	-webkit-background-clip: text;
}
.history4{
	margin-top: 6px;
	font-size: 18px;
	color: #333333;
}
.innerBannere{
	margin-top: 50px;
	font-size: 24px;
	color: #384661;
	line-height: 48px;
}
.innerBannere span{
	color: #0158F9;
	font-weight: bold;
}
.engine{
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
.vip{
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
}
.vip1{
	font-size: 24px;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}
.txc{
	text-align: center;
}
.innerSol {
    position: absolute;
	width: 92%;
    max-width: 1440px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.innerSol1{
	font-size: 80px;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.innerSol2{
	margin-top: 20px;
	font-size: 40px;
	color: #ffffff;
	text-align: center;
}
.innerSol3{
	margin-top: 40px;
	text-align: center;
}
.innerSol3a{
	display: inline-block;
	width: 236px;
	height: 72px;
	background: linear-gradient( 99deg, #478BFF 0%, #0058FC 100%);
	box-shadow: 0px 4px 16px 0px rgba(124,166,255,0.6), inset 0px -2px 0px 0px rgba(0,41,255,0.25);
	border-radius: 60px 60px 60px 60px;
	font-weight: bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 72px;
	text-align: center;
	margin-right: 24px;
}
.innerSol3b {
    display: inline-block;
    width: 236px;
    height: 72px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 40px 40px 40px 40px;
    border: 2px solid #FFFFFF;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 68px;
    text-align: center;
}
.catering{
	margin-top: 80px;
}
.catering1{
	margin-top: 30px;
	padding: 30px 0;
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-image: linear-gradient(to right,#b4cdf8,#d0eeff);
}
.catering2{
	font-size: 0;
	width: 100%;
	max-width: 416px;
	text-align: center;
}
.catering3{
	margin-right: 60px;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
}
.catering4{
	flex: 1;
	font-size: 20px;
	color: #333333;
	line-height: 40px;
}
.catering5{
	font-size: 0;
	text-align: center;
}
.beauty{
	font-size: 0;
	text-align: center;
}
.beauty img{
	width: calc((100% - 78px)/4);
	margin-right: 26px;
}
.beauty img:nth-child(4n){
	margin-right: 0;
}
.beauty1{
	font-size: 0;
	display: flex;
	align-items: center;
}
.beauty1 img{
	margin: 0 10px;
}
.beauty2{
	margin-top: 108px;
	height: 1px;
	background-color: #2e67f1;
	position: relative;
	margin-bottom: 150px;
}
.beauty2 span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	display: block;
	padding: 10px 16px;
	border-radius: 16px;
	background-color: #ffffff;
	width: 450px;
	height: 133px;
}
.beauty2 code{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background-color: #bcdefc;
	font-size: 55px;
	color: #1d6af9;
	font-weight: bold;
	font-family: inherit;
}
.cb{
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 99;
	width: 123px;
	padding: 16px 6px;
	border-radius: 60px 60px 0 0;
	background-color: #095efc;
}
.cb1{
	font-size: 0;
	text-align: center;
}
.cb2{
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #ffffff;
}
.cb2 img{
	margin-right: 6px;
}
.cb3{
	margin-top: 0px;
	font-size: 16px;
	color: #ffffff;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
.cb4{
	margin-top: 10px;
}
.cb4{
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	background-color: #ffffff;
	font-size: 16px;
	color: #333333;
}
.zx_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.64);
}
.zx_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 689px;
}
.zx_tc2{
	position: relative;
	padding: 60px 80px 100px;
	border-radius: 20px;
	background-image: linear-gradient(to bottom,#dff2fd,#ffffff);
}
.tc_close{
	position: absolute;
	top: 29px;
	right: 34px;
	font-size: 0;
}
.zx_tc3{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}
.zx_tc4{
	font-size: 0;
	margin-right: 16px;
}
.zx_tc5{
	flex: 1;
}
.zx_tc6{
	margin-top: 20px;
	font-size: 34px;
	color: #333333;
	font-weight: bold;
	line-height: 48px;
}
.wd100{
    width: 100%;
}
.zx_tc7{
	margin-top: 24px;
	font-size: 0;
	text-align: center;
}
.zx_tc8{
	margin-top: 10px;
	font-size: 24px;
	color: #095efc;
	text-align: center;
	font-weight: bold;
}
.tj_tc{
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.64);
}
.tj_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 1036px;
}
.tj_tc2{
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	background-color: #ffffff;
}
.tj_tc3{
	width: 43%;
	padding: 90px 0 100px;
	background: url(../img/tc_bg.png) no-repeat;
	background-size: cover;
}
.tj_tc4{
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	text-align: center;
}
.tj_tc5{
	font-size: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.tj_tc6{
	font-size: 0;
	margin: 30px 20px 0;
}
.tj_tc7{
	flex: 1;
	position: relative;
	padding: 100px 30px 0;
}
.tj_tc8{
	font-size: 24px;
	color: #333333;
	line-height: 1;
	margin-bottom: 40px;
}
.tj_tc9{
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.tj_tc9 span{
	font-size: 16px;
	color: #333333;
	width: 75px;
	text-align: center;
}
.tj_tc9 span code{
	color: #e90606;
	font-family: inherit;
}
.tj_tc9 input{
	flex: 1;
	height: 40px;
	padding: 0 20px;
	border: 1px solid #b5b5b5;
	font-size: 16px;
}
.tj_tc10{
	margin-top: 36px;
	display: flex;
	align-items: center;
}
.tj_tc10 span{
	font-size: 16px;
	color: #333333;
	width: 75px;
	text-align: center;
}
.tj_tc10 label{
	display: flex;
	align-items: center;
	margin-right: 20px;
	font-size: 16px;
	color: #333333;
}
.tj_tc10 label input{
	margin-right: 6px;
}
.tj_tc11{
	margin-top: 60px;
}
.tj_tc11 input{
	width: 162px;
	height: 58px;
	border-radius: 29px;
	font-size: 18px;
	color: #ffffff;
	background-image: linear-gradient(to right,#2b78fe,#035afc);
}
.aff_tc{
    display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.64);
}
.aff_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 720px;
}
.aff_tc2{
    font-size: 30px;
    color: #095efc;
    font-weight: bold;
}
.aff_tc3{
    margin-top: 30px;
}
.aff_tc3a{
    display: inline-block;
    width: 163px;
    height: 58px;
    background: linear-gradient(99deg, #478BFF 0%, #0058FC 100%);
    box-shadow: 0px 4px 16px 0px rgba(124, 166, 255, 0.6), inset 0px -2px 0px 0px rgba(0, 41, 255, 0.25);
    border-radius: 60px;
    font-weight: bold;
    margin-right: 20px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 58px;
    text-align: center;
}
.aff_tc3b{
    display: inline-block;
    width: 163px;
    height: 58px;
    line-height: 56px;
    border: 1px solid  #095efc;
    font-size: 18px;
    font-weight: bold;
    color: #095efc;
    border-radius: 60px;
    text-align: center;
}
.wap{
    display: none;
}
.sjdr{
    margin: 10px 0 20px;
    padding: 0 4%;
}
.sjdr ul{
    overflow: hidden;
}
.ovh{
    overflow: hidden;
}
.half{
    width: 50%;
    padding: 0 2%;
    float: left;
}
.sjdr ul li{
    list-style-type: none;
    float: left;
    width: calc((100% - 20px)/3);
    margin-right: 10px;
    margin-top: 20px;
}
.sjdr ul li:nth-child(3n){
    margin-right: 0;
}
.succeed_tc{
    display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.64);
}
.succeed_tc1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 80%;
	max-width: 594px;
}
.succeed_tc2 {
    position: relative;
    padding: 60px 20px 68px;
    border-radius: 20px;
    background: #DBE8F8;
}
.succeed_tc3{
    font-size: 0;
    text-align: center;
}
.succeed_tc3 img{
    width: 108px;
}
.succeed_tc4{
    margin-top: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #283142;
    line-height: 42px;
    text-align: center;
}
.succeed_tc4 span{
    color: #0158F9;
}
.fail_tc{
    display: none;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1001;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.64);
}
.fail_tc1{
    font-size: 0;
    text-align: center;
}
.fail_tc1 img{
    width: 147px;
}
.fail_tc2{
    margin-top: 32px;
    font-weight: bold;
    font-size: 20px;
    color: #0158F9;
    line-height: 42px;
    text-align: center;
}









