body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,figcaption,figure,footer,header,hgroup,nav,section,img,span,em{padding:0;margin:0; font-weight:normal; } 
body input,body textarea{ outline:none; border:none;}
body em{ font-style:normal;}
body i{ font-style:normal;}
body a{ text-decoration:none;}
body a:hover{ text-decoration:none;}
a:visited{/*background:none;/*border:none;*/}
a {
	-webkit-touch-callout:none;
	text-decoration:none;
	-webkit-tap-highlight-color:transparent;
}
tr{border:none}
table{ border-collapse: collapse;border-spacing: 0;} 
img{border:0;display:block;max-width:100%;} 
ul,li{ list-style:none}
input:-webkit-autofill {-webkit-box-shadow: 0 0 0px 1000px white inset !important;}
input[type=button], input[type=submit], input[type=file]{cursor:pointer;-webkit-appearance:none;border:none; }
button {-webkit-appearance:none;background:none;border:none;outline:none;}
input[type="button"]:focus {border-color:none;outline: 0 none;}
input::-webkit-input-placeholder{color:#949AAD;font-size:0.28rem;}
input::-moz-placeholder{color:#949AAD;font-size:0.28rem;}
html,body {font-size: 100px;}
div,p{font-size:0.16rem;}
.comwidth{width: 100%;max-width:1200px;margin:auto;}
.u-flex{display: -webkit-box;display: -moz-box;display: -ms-flexbox; display: -webkit-flex;display:flex;}
.u-relative{position: relative;}
.u-flex-1{flex: 1;}
.u-flex-wrap{flex-wrap: wrap;}
.u-cursor{cursor: pointer;}
.u-row-between{justify-content: space-between;}
.u-row-center{justify-content: center;}
.u-hide{display:none}
.u-show{display:block;}
.u-col-center{align-items: center;}
.u-font-16 {font-size:0.16rem;}
.u-font-18{font-size:0.18rem;}
.u-font-24 {font-size:0.24rem;}
.u-font-30 {font-size:0.3rem;}
.u-padding-top-6 {padding-top:0.06rem;}
.u-padding-top-16{padding-top:0.16rem;}
.u-padding-top-20{padding-top:0.20rem;}
.u-color-333 {color:#333;}
.u-color-666 {color:#666;}
.u-font-weight {font-weight: bold;}
html,body {position: relative;height: 100%; }
body {background: #eee; font-family: Helvetica Neue, Helvetica, Arial, sans-serif;font-size: 14px;color: #000;margin: 0;padding: 0;}
.swiper { width: 100%;height: 100%;}
.swiper-slide {text-align: center;font-size: 18px; background: #f6f6f6;display: flex;justify-content: center;align-items: center;position:relative}
.imgblock {display: block;width: 100%;height: 100%;object-fit: cover;}
.swiper-slide-active .imgblock{animation: fadeInBlur 1.5s ease-out forwards;}
.infor-advertisement{
	padding:1.8vh 8% 1.8vh 8%;
	background: #fff;
	color:#0068B7;
	display: flex;
	cursor: pointer;
	font-size: 0.83vw;
}
.infor-advertisement-title{
	background: url(../images/advertisement.png)no-repeat left center #fff;
	padding-left:1.56vw;
	min-width: 23vw;
	font-size: 0.83vw;

}
.infor-advertisement div{
	font-size: 0.83vw;
}
/*信息披露*/
.infor-main{
	padding:0px 8% 60px 8%
}
.infor-company h2{
	font-weight: bold;
	font-size: 1.14vw;
	color: #333333;
	padding-top:60px;
}
.infor-company p{
	padding-top:20px;
	color:#666;
	font-size:0.73vw;
	line-height:26px;
	overflow: hidden;
}
.infor-company p strong{
	color:#333;
	display: block;
	float: left;
	max-width: 25vw;
}
.infor-company p span{
	display: block;
	float: left;
}
.infor-license{
	overflow: hidden;
}
.infor-license li{
	float: left;
	margin-right:3.12vw;
	padding-top:30px;
}
.infor-license li div{
	font-size: 0.73vw;
	color: #999999;
	line-height: 20px;
	padding-top:10px;
	text-align: center;
}
.infor-platform{
	padding-top:10px;
	
}
.infor-platform div{
	font-size: 0.73vw;
	color: #333333;
	line-height: 20px;
	padding-top:10px;
}
.infor-href{
	padding-top:20px;
}
.infor-href a{
	font-size: 0.73vw;
	color: #1890FF;
}
.disclosure-crumbs{
	margin-top:7.8vh;
	line-height: 60px;
	color: #999999;
	font-size: 0.73vw;
}
.disclosure-crumbs a{
	font-size: 0.73vw;
	color: #999999;
}
.disclosure-crumbs a:hover{
	color:#0068B7;
}
.disclosure-table{
	padding:1.56vw;
	background: #fff;
}
.disclosure-table h2{
	color: #333333;
	font-weight: bold;
	text-align: center;
	font-size: 1.25vw;
	padding-bottom:30px;
}
.disclosure-table table{
	border:1px solid #EEEEEE;
	width:100%;
	border-left:none;
}
.disclosure-table table th{
	background: #0068B7;
	line-height: 50px;
	font-size: 0.83vw;
	color: #FFFFFF;
	text-align: left;
	padding-left:1.14vw;
	border-left:1px solid #EEEEEE;
}
.disclosure-table table td{
	border-left:1px solid #EEEEEE;
	padding:18px 1.14vw;
	color: #333333;
	font-size:0.73vw;
	border-top:1px solid #EEEEEE;
}
.disclosure-table table td a{
	color: #1890FF;
	font-size:0.73vw;
}
@keyframes fadeInBlur {
	from {
	  filter: blur(5px);
	  opacity: 0.5;
	}
	to {
	  filter: blur(0px);
	  opacity: 1;
	}
  }
.swiper-slide-active .first-content{
	animation: slideInFromLeft 0.5s linear forwards;
}
@keyframes slideInFromLeft {
	0% {
	  transform: translateX(-100%); 
	  opacity: 0; 
	}
	100% {
	  transform: translateX(0);
	  opacity: 1; 
	}
}
.swiper-slide-active .two-content h2{
	opacity: 0;
	animation: fadeIn 1.5s 0.3s forwards;
}
.swiper-slide-active .two-line{
	opacity: 0;
	animation: fadeIn 1.5s 0.5s forwards;
}
.swiper-slide-active .two-text{
	opacity: 0;
	animation: fadeIn 1.5s 1s forwards;
}
.swiper-slide-active .two-number{
	opacity: 0;
	animation: fadeIn 1.5s 1.5s forwards;
}
@keyframes fadeIn {
	0% {
	  opacity: 0;
	}
	100% {
	  opacity: 1;
	}
  }  
.header{height:7.8vh; border: 1px solid #fff;border-color:rgba(255, 255, 255, 0.2);position:fixed;left:0;top:0;width:100%;z-index:5;}
.sideheader{border:none;}
.nav-pagination{
	font-size: 16px;
	color:#fff;
	margin-right:3vw;
	cursor: pointer;
	font-weight: 400;
	position: relative;
}
.nav-hover{
	padding-bottom:1vh;
}
.nav-hover .nav-line{
	width:1.3vw;
	height: 0.37vh;
	position: absolute;
	bottom:0;
	left:50%;
	margin-left:-0.65vw;
	background: #fff;
}
.sideheader .nav-pagination{
	color:#333;
}
.sideheader	.nav-hover{
	color:#0068B7
}
.sideheader .nav-line{background: #0068B7;}
.header-phone{
	font-size: 22px;
	color:#fff;
	padding-right:3vw;
}
.sideheader .header-phone{color:#333}
.sideheader{background: #fff;}
.sideheader .logoimg{
	background: #0068B7;
}
.first-content{
	width:41.7vw;
	position: absolute;
	z-index:5;
	left:8.3vw;
	top:27.8vh;
}
.two-content{
	position: absolute;
	left:8.3vw;
	z-index:5;
	top:22.4vh;
	width:41.6vw;
}
.two-content h2{
	text-align:left;
	font-size: 2.4vw;
	color:#333;
	font-weight: bold;
	line-height: 4vw;
}
.two-text{font-size:0.94vw;color:#666;line-height: 2.2vw;text-align:left;}
.two-line{width:2.4vw;height:0.74vh;background: #0068B7;margin:3.2vh 0;}
.two-number p,.two-number div{font-size:0.94vw;color:#666;text-align:left;}
.two-number strong{font-size: 2.5vw;color:#0068B7}
.three-content{position: absolute;left:8.3vw;top:15.3vh}
.three-service{font-size:1.67vw;color:#fff;opacity: 0.6;}
.three-nei{font-size: 1.97vw;color:#fff;opacity: 0.8;text-align:left;}
.tablist{
	text-align: center;
	width:9.38vw;
	height:6.3vh;
	line-height:6.3vh;
	background: rgba(0,0,0,0.4);
	color:#fff;
	font-size: 1vw;
	cursor: pointer;
}
.tab-hover{
	color:#333;
	background: #fff;
}
.tab-content{
	background:url(../images/three-pic2.png)no-repeat 93% 70% #fff;
	padding:1.12vw 5.55vh;
}
.three-bottom{
	position: absolute;
	right:0;
	bottom:17.07vh;
	left:8.3vw;
	width:91.7vw;
}
.tab-contentitle{
	color:#0068B7;
	font-size:1.66vw;
	font-weight: 600;
	text-align:left;
}
.tab-content-line{
	background: linear-gradient( 90deg, #0068B7 0%, rgba(255,255,255,0) 100%);
	height: 0.55vh;
	width: 2.08vw;
	margin-top:2.5vh;
}
.tab-content-main{
	text-align:left;
	padding-top:4.53vh;
	padding-bottom:6.96vh;
}
.tab-content-main p{
	font-size: 0.94vw;
    color: #666;
    line-height: 2.2vw;
    text-align: left;
}
.chosetab{
	border-top:1px solid #EEEEEE;
	padding-top:3.33vh;
	color:#999;
	font-size:0.83vw;
	cursor: pointer;
}
.footer{
	width:100%;
	position: absolute;
	left: 0;
	bottom:0;
}
.footer-email{
	background: url(../images/information-bottom.png)no-repeat;
	height:7.81vh;
	background-size: 100% 100%;
}
.popup-close{
	background: url(../images/close.png)no-repeat center center #fff;
	width:30px;
	height:30px;
	border-radius: 50%;
	position: fixed;
	top:-15px;
	right:-15px;
	cursor: pointer;
	z-index:7;
	background-size: 52%;
}
.footer-bottom{
	background: #032845;
	height:9.26vh;
	color:rgba(255,255,255,0.5);
	display: flex;
	align-items:center;
	justify-content: center;
}
.footer-bottom p{
	font-size:0.73vw;
}
.footer-bottom p a{
	color:rgba(255,255,255,0.5);
}
	
.email-title{
	color:#999999;
	font-size:0.73vw;
	text-align: left;
}
.popup{
	position: fixed;
	left:0;
	top:0;
	width:100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 6;
}
.popup-content{
	position: fixed;
	left:50%;
	top:50%;
	transform: translate(-50% , -50%);
	z-index:7
}
.infor-modal{
	background: #FFFFFF;
	border-radius: 10px;
	width:59.5vw;
	padding:46px 3.12svw;
}
.infor-modal-title{
	text-align: center;
	color: #333333;
	font-size: 1.56vw;
	padding-bottom:20px;
}
.infor-modal p{
	color: #333333;
	line-height:36px;
	font-size: 0.83vw;
}
.infor-platform-list{
	display: flex;

}
.infor-platform-list li{
	margin-top:20px;
	width:11.45vw;
	background: #fff;
	text-align: center;
	margin-right: 1.56vw;
}
.infor-platform-list li img{
	display:block;
	margin:auto;
}
.infor-platform-list li div{
	padding:10px 0;
	font-size:0.83vw;
	color:#666;
}
@media screen and (max-width:319px) {
	html,body{
		font-size: 42.6px;		
	}
}
@media (min-width:320px) and (max-width:374px){
    html,body{
		font-size: 48px;
	}
	
}
@media (min-width: 375px) and (max-width: 413px) {
	html,body{font-size: 50px;}
	
}
@media (min-width: 414px) and (max-width: 639px)  {
	html,body{
		font-size: 55.2px;
	}
	
}
@media (min-width: 640px) and (max-width:749px)  {
	html,body{
		font-size: 85.3px;
	}
	
}
@media screen and (min-width: 750px)  {
	html,body{
		font-size: 100px;
	}
	
}
