@charset "utf-8";

/* CSS Document */
:root{
	--color-bg: #000000;
	--color-primary: #ffffff;
	--color-title: #2279bc;
	--color-remark: #f8981d;
	/* 渐变色 */
	--color-gradient-start:#2279bc;
	--color-gradient-end:#cd1196;
}

@font-face {
    font-family: "DingTalk JinBuTi";
    src: url("../fonts/DingTalk JinBuTi.eot"); /* IE9 */
    src: url("../fonts/DingTalk JinBuTi.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../fonts/DingTalk JinBuTi.woff") format("woff"), /* chrome、firefox */
    url("../fonts/DingTalk JinBuTi.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../fonts/DingTalk JinBuTi.svg#DingTalk JinBuTi") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSans";
    src: url("../fonts/opensans-b9k8.ttf") format("truetype"); /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "ZCoolqingke";
    src: url("../fonts/站酷庆科黄油体.eot"); /* IE9 */
    src: url("../fonts/站酷庆科黄油体.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    
    url("../fonts/站酷庆科黄油体.woff") format("woff"), /* chrome、firefox */
    url("../fonts/站酷庆科黄油体.ttf") format("truetype"), /* chrome、firefox、opera、Safari, Android, iOS 4.2+ */
    
    url("../fonts/站酷庆科黄油体.svg#站酷庆科黄油体") format("svg"); /* iOS 4.1- */
    font-style: normal;
    font-weight: normal;
}


/*
 * 全局公共样式
 * 头部/底部/以及公用模块样式
 * 
 */
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input,textarea,select,li,ul,a,span{
margin: 0;
padding: 0;
box-sizing: border-box;
color: var(--color-primary);
}
body{font:14px/1.5 "OpenSans","Noto Sans SC","Microsoft Yahei", 微软雅黑, sans-serif;max-width: 1920px;}
img{border:none;pointer-events: none;display: block;}
li{list-style:none;}
input,select,textarea{outline:none;}
html,
body {
	min-width: 1438px;
	margin: 0 auto;
}
a, a:focus, a:hover{text-decoration:none;color: var(--color-primary);}
* {
	-webkit-backface-visibility: hidden;
	margin: 0;
	padding: 0;
}

a {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
}
/*
 *清楚浮动
 */
.clearfix:before,.clearfix:after { content:""; display:table;}
.clearfix:after{clear:both;}
.clearfix{*zoom:1;}

::-webkit-scrollbar {
    display: block;
}
::-webkit-scrollbar {
    width: 10px;
	height: 12px;
    background: #fff;
    display: block;
}
::-webkit-scrollbar-thumb {
    border-radius: 5px;
	border: 1px solid #2279bc;
    background: #7944a9;
    -webkit-box-shadow: none;
}

/* 吐司样式 */
.toast_box {
	width: 100%;
	position: fixed;
	top: 50%;
	left: 0;
	justify-content: center;
	z-index: 99999;
}

.toast_box p {
	box-sizing: border-box;
	padding: 10px 30px;
	max-width: 72%;
	width: max-content;
	background: rgba(255,255,255,1);
	color: #000;
	font-size: 16px;
	text-align: center;
	border-radius: 6px;
	text-indent: 0;
	margin: 0 auto;
	box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
}

.center{
	width: 1438px;
	margin: 0 auto;
	position: relative;
}

/* footer */
footer{
	background: #1e1e1e;
}
.footer-link{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-link{
	padding: 25px 0 35px;
}
.footer-link h6{
	font-size: 32px;
	font-weight: 700;
	letter-spacing: 1.92px;
}
.footer-link-text{
	margin-left: 50px;
}
.footer-link-text div{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 13px;
	font-size: 24px;
	letter-spacing: 1.44px;
}
.footer-link-text div:last-child{
	margin-bottom: 0;
}
.footer-link-text div img{
	margin-right: 14px;
}
.footer-fenge{
	width: 1px;
	height: 70px;
	background: rgba(255,255,255,0.6);
	margin: 0 88px 0 65px;
}
.footer-ewm{
	margin-left: 25px;
}
.footer-ewm img{
	pointer-events: all;
	width: 126px;
}
.footer-power{
	text-align: center;
	border-top: 1px solid rgba(255,255,255,0.5);
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: 400;
	opacity: 0.6;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
}
.footer-power a{
	margin-left: 20px;
}
.footer-power a{
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 视频播放窗口 */
.video-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.6);
	z-index: 9999;
}
.video-box .video-info{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 70%;
	height: auto;
}
.video-box .video-info img{
	max-width: 100%;
	display: block;
}
.video-box .video-info video{
	display: block;
	width: 100%;
	height: auto;
}

.banner-text>img{
	opacity: 0;
	width: 575px;
}

.top{
	height: 100px;
	background-color: var(--color-bg);
	background-image: url(../img/banner-top.jpg);
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	z-index: 9;
}
.top .center{
	height: 100%;
}
.top .logo{
	padding-top: 28px;
	position: absolute;
	left: 0;
	top: 0;
	width: 330px;
}
.top .logo a{
	display: block;
}
.top .logo a img{
	width: 100%;
}
.top .top-title{
	text-align: center;
	padding-top: 24px;
}
.top .top-title a{
	display: inline-block;
	font-size: 40px;
	letter-spacing: 2.4px;
	font-weight: 700;
	line-height: 1.2;
	/* width: 120px; */
	width:250px;
	font-family: "OpenSans";
}
.top .top-title a img{
	display: block;
	width: 100%;
}
/* .top .top-title a p:nth-child(1){
	font-family: "OpenSans";
}
.top .top-title a p:nth-child(2) span{
	color: var(--color-remark);
} */
.top .login{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	line-height: 100px;
	/* background: #2a2a2a; */
	height: 100%;
	padding: 0 26px;
}
.top .login a{
	position: relative;
	color: var(--color-title);
}
.top .login.active{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 24px;
	line-height: 100px;
	background: #2a2a2a;
	height: 100%;
	padding: 0 26px;
}
.top .login.active a{
	color: #fff;
}
.top .login.active a:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 1px;
	background: #fff;
}
.top-website{
	position: absolute;
	top: 50%;
	right: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	transform: translateY(-50%);
}
.top .top-website.idcvideo{
	right: 300px;
}
.top-website img{
	width: 36px;
	margin-left: 5px;
}


/* 弹窗表单 */
.cxo-model{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	display: none;
}
.cxo-model-box{
	position: absolute;
	width: 860px;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 20px;
	padding: 10px 10px 30px;
}
.cxo-model-title{
	border-bottom: 1px solid #d2d2d2;
	padding: 10px 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cxo-model-title p{
	color: #000;
	font-size: 28px;
	font-weight: bold;
}
.cxo-model-title span{
	display: block;
	width: 34px;
	height: 34px;
	background: url(../img/close.png);
	background-size: cover;
	cursor: pointer;
}
.cxo-mode-tips{
	color: #000;
	font-size: 18px;
	padding: 20px;
}
.cxo-model-info{
	width: 574px;
	margin: 0 auto 30px;
	max-height: 55vh;
	overflow-y: scroll;
}
.cxo-model-item{
	margin-bottom: 20px;
}
.cxo-model-item p{
	color: #000;
	font-size: 18px;
	margin-bottom: 10px;
}
.cxo-model-item>input{
	display: block;
	color: #fff;
	width: 100%;
	height: 52px;
	line-height: 52px;
	border-radius: 2px;
	border: 1px solid #d2d2d2;
	color: #000;
	padding: 0 15px;
	font-size: 16px;
}
.cxo-model-item>input.disabled{
	background: #f5f5f5;
	cursor: not-allowed;
}
.cxo-model-item>textarea{
	display: block;
	color: #fff;
	width: 100%;
	height: 100px;
	line-height: 1.4;
	border-radius: 2px;
	border: 1px solid #d2d2d2;
	color: #000;
	padding: 6px 15px;
	font-size: 16px;
	resize: none;
}
.cxo-model-item>select{
	display: block;
	color: #fff;
	width: 100%;
	height: 52px;
	line-height: 52px;
	border-radius: 2px;
	border: 1px solid #d2d2d2;
	color: #000;
	padding: 0 15px;
	font-size: 16px;
}
.cxo-model-item div{
	margin-bottom: 3px;
}
.cxo-model-item div label{
	color: #000;
	font-size: 16px;
	padding-left: 5px;
}
.cxo-model-submit{
	width: 200px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	text-align: center;
	border-radius: 10px;
	font-size: 24px;
	cursor: pointer;
	background: -webkit-linear-gradient(left, var(--color-gradient-start) 20%, var(--color-gradient-end) 70%); /* Safari 5.1-6.0, Chrome */
	background: -moz-linear-gradient(left, var(--color-gradient-start) 20%, var(--color-gradient-end) 70%); /* Firefox 3.6-15 */
	background: -o-linear-gradient(left, var(--color-gradient-start) 20%, var(--color-gradient-end) 70%); /* Opera 11.1-12.0 */
	background: -ms-linear-gradient(left, var(--color-gradient-start) 20%, var(--color-gradient-end) 70%); /* IE 10 */
	background: linear-gradient(to right, var(--color-gradient-start) 20%, var(--color-gradient-end) 70%); /* 标准语法 */
}
.cx-model-submit-text{
	color: #333;
	text-align: center;
	padding-top: 8px;
	font-size: 16px;
}
.cx-model-submit-text a{
	color: var(--color-title);
	text-decoration: underline;
}
.send-email-btn-box{
	display: flex;
	align-items: center;
	justify-content: center;
}
.send-email-btn-box .cxo-model-submit{
	margin: 0 15px;
}

.pop-up{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100vw;
	height: 100vh;
	display: none;
}
.pop-up-mask{
	position: absolute;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.76);
	z-index: 8;
}
.pop-up-box{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 863px;
	min-height: 832px;
	max-height: 80vh;
	padding: 124px 98px 158px;
	z-index: 9;
	background: #c0d3ea;
	border-radius: 52px;
	overflow: hidden;
}
.pop-up-box::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pop-up-top.webp);
	background-size: 100% auto;
	background-position: top center;
	background-repeat: no-repeat;
	z-index: 3;
}
.pop-up-box::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../img/pop-up-bottom.webp);
	background-size: 100% auto;
	background-position: bottom center;
	background-repeat: no-repeat;
	z-index: 2;
}
.pop-up-box .title{
	position: absolute;
	top: 0;
	left: 0;
	width: 317px;
	z-index: 9;
	font-size: 28px;
	font-weight: bold;
	line-height: 90px;
	text-align: center;
}
.pop-up-info{
	position: relative;
	z-index: 9;
}

.pop-jiabin .header-pic{
	width: 223px;
	height: 223px;
	margin: 0 auto 39px;
	border-radius: 50%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border: 6px solid #c1d4e6;
	overflow: hidden;
}
.pop-jiabin .header-pic:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: -webkit-linear-gradient(120deg, var(--color-gradient-start), var(--color-gradient-end)); /* Safari 5.1-6.0, Chrome */
	background: -moz-linear-gradient(120deg, var(--color-gradient-start), var(--color-gradient-end)); /* Firefox 3.6-15 */
	background: -o-linear-gradient(120deg, var(--color-gradient-start), var(--color-gradient-end)); /* Opera 11.1-12.0 */
	background: -ms-linear-gradient(120deg, var(--color-gradient-start), var(--color-gradient-end)); /* IE 10 */
	background: linear-gradient(120deg, var(--color-gradient-start), var(--color-gradient-end)); /* 标准语法 */
}
.pop-jiabin .name{
	text-align: center;
	color: #000;
	font-size: 32px;
	line-height: 1;
	margin-bottom: 15px;
}
.pop-jiabin .des{
	color: #2279bc;
	font-size: 28px;
	line-height: 1;
	text-align: center;
	margin-bottom: 20px;
}
.pop-jiabin .info{
	color: #000;
	font-size: 24px;
	line-height: 40px;
	text-align: justify;
	height: 200px;
	overflow-y: auto;
}
.pop-jiabin .info a{
	color: #2279bc;
	/* color: #7944a9; */
	/* color: #2279bc; */
	text-decoration: underline;
}

.pop-whitepaper>h6,
.pop-logowall>h6{
	font-size: 32px;
	line-height: 50px;
	color: #000;
	font-weight: bold;
	width: 575px;
	padding-top: 40px;
	margin-bottom: 40px;
}
.pop-whitepaper>div,
.pop-logowall>div{
	height: 430px;
	overflow-y: auto;
}
.pop-whitepaper>div,
.pop-whitepaper>div *{
	color: initial;
	word-break: break-word;
	/* font-size: 24px !important; */
}
.pop-whitepaper>div font{
	color: revert-layer;
}
.pop-whitepaper>div img{
	max-width: 100%;
}
.pop-logowall div{
	color: #000;
	font-size: 22px;
	line-height: 40px;
	text-align: justify;
}
.pop-logowall div a{
	color: #2279bc;
	/* color: #7944a9; */
	/* color: #2279bc; */
	text-decoration: underline;
}

.banner .banner-btn a{
	display: none;
}
.banner{
	transition: all 0.3s;
}

.el-input--suffix .el-input__inner{
	width: 100%;
}