body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,select,textarea{font:12px/1.6 Verdana, Helvetica, sans-serif;}/*�źڣ�\5FAE\8F6F\96C5\9ED1  Verdana, Helvetica, sans-serif*/
h1,h2,h3,h4,h5,h6{font-size:100%;}
button,input,select,textarea{font-size:100%;}
a{ text-decoration:none;}
ul,ol{list-style:none;margin: 0;padding: 0;}
table{border-collapse:collapse;border-spacing:0;}
.layout:after{content:'\20';display:block;height:0;clear:both;}
.layout{*zoom:1;}
.cf:before,.cf:after{content:'';display:table;}
.cf:after{clear:both;}
.cf{*zoom:1;}
small, cite, code, em, i, b {
    font-size: 1em;
    font-style: normal;
    font-weight: 500;
}
body,html{
	min-width: 1200px;
	/* background-color: #F5F5F7; */
}
dl{
	margin-block-start: 0;
	margin-block-end: 0;
}
.none{
    display: none;
}
.fr{
    float: right;
}
.fl{
    float: left;
}
.tr{
    text-align: right;
}
.p0{
    padding: 0!important;
}
.clearfix:after{

    content:"";

    display:block;

    visibility:hidden;

    clear:both;

    }
/*自定义滚动条*/
/*::-webkit-scrollbar {*/
    /*width: 10px;*/
    /*height: 12px;*/
/*}*/
/*自定义滚动条轨道 内阴影+圆角*/
/*::-webkit-scrollbar-track {*/
    /*!*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*!*/
    /*border-radius: 0;*/
    /*background-color: #eee;*/
/*}*/
/*自定义滚动条滑块 内阴影+圆角*/
/*::-webkit-scrollbar-thumb {*/
    /*border-radius: 10px;*/
    /*background-color: #7f7f7f;*/
/*}*/
/*::-webkit-scrollbar-thumb:hover {*/
    /*background: #ccc;*/
    /*width: 10px;*/
    /*height: 12px;*/
/*}*/
/*头部开始*/
.nav{
	width: 100%;
	height: 50px;
	min-width: 1200px;
	background-image: linear-gradient(270deg, rgba(0,0,0,0.50) 0%, rgba(0,0,0,0.80) 100%);
	padding: 0 20px;
	box-sizing: border-box;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	/*transition:0.5s;*/
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}
.nav.slide{
  transform:translatey(-100%);
}
.nav .logo-box{
	float: left;
	height: 50px;
	font-size: 20px;
	color: red;
	margin-top: 16px;
	line-height: 18px;
	font-family:PingFangSC-Regular;
	font-weight: 800; 
}
.nav .nav-list{
	display: inherit;
	text-align: center;
	margin-top: 8px;
}
.nav .nav-list>li{
	display: inline-block;
	margin: 0 5px;
}
.nav .nav-list>li>a{
	height: 36px;
	display: inline-block;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #FFFFFF;
	text-align: justify;
	line-height: 36px;
	font-weight: 500;
	border-radius: 6px;
	padding: 0 15px;
	cursor: pointer;
	transition: .4s all;
}
.nav .nav-list>li.child-menu-title>a:after{
	content: "";
	width: 24px;
	height: 24px;
	display: inline-block;
	background: url("../images/select.svg") no-repeat;
	background-position: 5px 10px;
}
.nav .nav-list>li>a:hover{
	background: #4458FA;
	color: #fff;
	transition: .4s all;
}
.nav .phone-box{
	float: right;
}
.nav .btn-bank,
.nav .btn-old{
	float: right;
	height: 36px;
	display: inline-block;
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 35px;
	font-weight: 500;
	border-radius: 6px;
	cursor: pointer;
	text-align: center;
	padding: 0 15px;
	margin: 12px 0 0 10px;
	border: 1px solid rgba(255,255,255,.3);
	transition: .4s all;
	box-sizing: border-box;
}
.nav .btn-bank a,
.nav .btn-old a{
	width: 100%;
	height: 100%;
	cursor: pointer;
	color: #FFFFFF;
}
.nav .btn-bank:hover,
.nav .btn-old:hover{
	background: #4458FA;
	border: 1px solid #4458FA;
	transition: .4s all;
}
.nav .phone-box span{
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 60px;
	font-weight: 500;
	float: right;
}
.nav .phone-box::before{
	content: url(../images/phone.svg);
	display: inline-block;
	width: 20px;
	height: 20px;
	float: left;
	margin-top: 20px;
	margin-right: 7px;
}
.nav .phone-box>b{
	font-family: Roboto-Medium;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 60px;
	font-weight: 500;
	float: right;
}
.nav .child-menu-title{
	position: relative;
}
.nav .child-menu-box{
	width: 620px;
	clear: both;
	position: absolute;
	background: #FFFFFF;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 10px 20px 0 rgba(0,0,0,0.30);
	border-radius: 10px;
	display: none;
}
.nav .child-menu-box .child-menu-list li label.lable-title{
	font-family: PingFangSC-Medium;
	font-size: 14px;
	color: #999999;
	line-height: 32px;
	font-weight: 500;
	padding-left: 10px;
}
.nav .child-menu-box .child-menu-list{
	width: 50%;
	float: left;
}
.nav .child-menu-box .child-menu-list:nth-child(2){
	position: absolute;
	right:0;
}
.nav .child-menu-box .child-menu-list{
	box-shadow:none;
}
.nav .child-menu-list{
	min-width: 160px;
	min-height: 160px;
	background: #FFFFFF;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 10px 20px 0 rgba(0,0,0,0.30);
	border-radius: 10px;
	position: absolute;
	display: none;
	padding: 10px;
	box-sizing: border-box;
	text-align: left;
}
.nav .child-menu-list li a{
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-radius: 6px;
	margin: 0 auto;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	padding: 0 10px;
	box-sizing: border-box;
	cursor: pointer;
	display: inline-block;
	transition: all .4s;

}
.nav .child-menu-list li.active a,
.nav .child-menu-list li a:hover{
	background: rgba(68,88,250,0.10);
	color: #4458FA;
	transition: all .4s;
}
.nav .child-menu-title:hover .child-menu-list,
.child-menu-list:hover,
.nav .child-menu-title:hover .child-menu-box{
	display: block;
}
/*头部结束*/
/* 底部开始 */
.footer{
	width: 100%;
	height:580px;
	background: #000;
	padding-top: 50px;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.footer .footer-row{
	width: 1200px;
	/*height: 100%;*/
	margin: 0 auto;
	position: relative;
}
.footer .footer-row .fr-col{
	float: right;
}
.footer .footer-row .fr-col li{
	float: left;
	margin-left: 60px;
}
.footer .footer-row .fl-col p{
	color: #fff;
}
.footer .footer-row li .code-item {
	float: left;
}
.footer .footer-row li .code-item:nth-child(2){
	float: right;
}
.footer .footer-row li.code-box{
	margin-top: 40px;
}
.footer .footer-row li .code-item p{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999999;
	letter-spacing: 0;
	text-align: center;
	font-weight: 400;
	line-height: 25px;
	float: none;
	margin: 0;
}
.footer .footer-row .fl-col span,
.footer .footer-row .fl-col p{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #fff;
	letter-spacing: 0;
	text-align: center;
	font-weight: 400;
	line-height: 33px;
	margin-left: 10px;
}
.footer .footer-row .fl-col img,
.footer .footer-row .fl-col span{
	float: left;
}
.footer .footer-row .fl-col img{
	/* width: 132px; */
	height: 36px;
}
.footer .footer-row .fl-col p{
	float: right;
	color: #999;
}
.footer .footer-row li .code-item{
	width: 84px;
	text-align: center;
}
.footer .footer-row li .code-item img{
	width: 84px;
	height: 84px;
}
.footer .footer-row .fr-col .enterprise-info{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	font-weight: 400;
	margin-top: 15px;
}
.footer .footer-row .fr-col .enterprise-info a{
	margin-left: 30px;
	cursor: pointer;
}
.footer .footer-row .ul-item{
	float: left;
	width: 24%;
	height: auto;
}
.footer .footer-row .ul-item:nth-child(4){
	float: left;
	width: 27%;
	height: auto;
}
.footer .footer-row .ul-item li,
.footer .footer-row .ul-item li a{
	font-family: PingFangSC-Regular;
	font-size: 14px;
	color: #999999;
	line-height: 36px;
	font-weight: 400;
	transition: all .4s;
}
.footer .footer-row .ul-item li a:hover{
	color: #fff;
	border-bottom: 1px solid #fff;
	transition: all .4s;
}
.footer .footer-row .ul-item li label{
	font-family: PingFangSC-Medium;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 36px;
	font-weight: 500;
}
/* 底部结束 */
/* banner开始 */
.banner-box{
	width: 100%;
	height: 440px;
	/* margin-top: 60px; */
}
.banner-box h1{
	font-family: PingFangSC-Medium;
	font-size: 60px;
	color: #FFFFFF;
	text-align: center;
	line-height: 72px;
	font-weight: 500;
	padding-top: 158px;
	padding-bottom: 30px;
}
.banner-box p{
	width: 580px;
	font-family: PingFangSC-Regular;
	font-size: 20px;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	font-weight: 400;
	margin: 0 auto;
}
/* banner结束 */
/* 主体开始 */
.main{
	width: 100%;
	min-height: calc(100vh - 335px);
}
.main::before{
	content: "";
	height: 100%;
	width: 50%;
	display: block;
	position: fixed;
    z-index: -1;
    /*background: #F5F5F7;*/
	background: url("../images/leftBg.png");
    top: 0;
}
.main-content{
	width: 1200px;
	margin: 0 auto;
	/* overflow: hidden; */
}
/* 主体结束 */
/* 左侧菜单开始 */
.main .fl-menu{
	width: 300px;
	/*height: calc(100vh - 122px);*/
	height: calc(100vh - 622px);
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.main .fl-menu .menu-flex{
	position: fixed;
	top:0;
}
.main .fl-menu ul{
	width: 280px;
	float: right;
	margin-top: 50px;
}
.main .fl-menu ul li{
	width: 100%;
	height: 44px;
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #000000;
	line-height: 44px;
	font-weight: 400;
	padding: 0 20px;
	box-sizing: border-box;
	border-radius: 6px;
	display: block;
	cursor: pointer;
	transition:.4s all;
}
.main .fl-menu ul li:hover{
	background: rgba(68,88,250,0.10);
	color: #4458FA;
	transition:.4s all;
}
.main .fl-menu ul li.active{
	background: #4458FA;
	color: #fff;
}
/* 左侧菜单结束 */
/* 右侧内容开始 */
.main .fr-content{
	width: calc(100% - 300px);
	min-height: calc(100vh - 336px);
	float: right;
	background: #fff;
	padding: 60px 0 0 60px;
	box-sizing: border-box;
	box-shadow: -1px 0px 0px 0px rgba(235,235,236,1);
	/* border-left: 1px solid rgba(235,235,236,1); */
	padding-bottom: 160px;
}
.main .fr-content .h1-title{
	font-family: PingFangSC-Medium;
	font-size: 40px;
	color: #000000;
	line-height: 52px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: left;
}

.main .fr-content p{
	font-family: PingFangSC-Regular;
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	font-weight: 400;
}
/* 右侧内容结束 */

.btn{
	position: absolute;
	right: 10%;
	top: 50%;
	transform: translate(0,-50%);
	cursor: pointer;
	padding:5px 10px;
	border-radius: 10px;
	color: #fff;
	background: #4458FA;
	border: 1px solid transparent;
}
.btn:hover{
	background: #fff;
	color: #4458FA;
	border-color: #4458FA;
}

.jump-beian{
	color: #999;
}
.jump-beian:hover{
	color: #fff;
	text-decoration: underline;
    transition: all .4s;
}

.login-box{
	width: 30%;
	height: 340px;
	background: #f1f3f4;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	z-index: 9999;
	border-radius: 10px;
	box-shadow: 0 0 2px 0 rgba(0,0,0,0.20), 0 10px 20px 0 rgba(0,0,0,0.30);
}
.login-box>p{
	display: flex;
	box-sizing: border-box;
	justify-content: space-between;
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	font-size: 16px;
	font-weight: 600;
	color: #4458FA;
}
.login-box>p span:nth-child(2){
	cursor: pointer;
}
.login-content input{
	border: none;
	outline: none;
	height: 30px;
	padding: 0 10px;
}

.login-content p{
	box-sizing: border-box;
	width: 100%;
	padding: 20px;
}
.login-content p span:nth-child(1){
	width: 26%;
	display: inline-block;
	text-align: right;
}
.login-btn{
	margin: 0 auto;
}
.label{
	color: #ccc;
	font-size: 14px;
}
.login-btn{
	padding: 10px;
	background: #4458FA;
	border: 1px solid transparent;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
}
.login-btn:hover{
	padding: 10px;
	background:  #fff;
	border-radius: 5px;
	color: #4458FA;
	cursor: pointer;
	border-color: #4458FA;
}
.login-content p:last-child{
	padding: 0 20px;
	margin-top: 10px;
}
.login-code{
	margin-left: 5px;
	color: #fff;
	background: #4458FA;
	padding: 6px;
	border-radius: 5px;
	cursor: pointer;
	border:none
}

.login-cover{
	height: 100vh;
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9998;
}