@charset "utf-8";

@font-face {
	font-family: "SFProDisplay-regular";
	src: url('../font/sf-pro-display_regular.ttf');
}

@font-face {
	font-family: "PingFangSC-Regular";
	src: url('../font/sf-pro-text_regular.ttf');
}

.navbar-through .page-content.about-page{
	padding-top: 88px;
	overflow-x: hidden;
}

.go-to-top{
	position: fixed;
	z-index: 99;
	right: 15px;
	bottom: 15px;
}
.go-to-top img{
	width: 50px;
	height: 50px;
}

.about-tabs{
	position: fixed;
	top: 44px;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
}
.about-tabs ul{
	overflow-x: auto;
	overflow-y: hidden;
	padding-left: 15px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	z-index: 999;
	height: 44px;
}
.about-tabs ul::-webkit-scrollbar {
	display: none;
}
.about-tabs ul li{
	padding-right: 34px;
	font-size: 15px;
	color: #333;
	text-align: center;
	flex-shrink: 0;
	/* font-weight: 400;
	font-family:PingFangSC-Regular,PingFang SC; */
}
.about-tabs ul li a{
	font-weight: 400;
	/* font-family:PingFangSC-Regular,PingFang SC; */
}
.about-tabs ul li:last-child{
	padding-right: 15px;
}
.about-tabs ul li.active a{
	/* font-weight: bold; */
	color: #215AA9;
	font-family: PingFangSC-Semibold, sans-serif;
}
.about-tabs ul li a::after{
	content: '';
	width: 0;
	height: 3px;
	margin-top: 3px;
	display: block;
	margin: 3px auto 0;
}
.about-tabs ul li.active a::after{
	content: '';
	width: 27px;
	height: 3px;
	border-radius:1px;
	background: #215AA9;
	margin-top: 3px;
	display: block;
	margin: 3px auto 0;
}

.navbar .logo{width: 70%}
.navbar .logo img{height: 17.5px;width: auto;}
.navbar{box-shadow:none;}
.navbar-inner{padding: 0 10px;}
.navbar-inner .kefu{width: 30px;height: 30px;}
.navbar-inner .menu{width: 30px;height: 30px;margin-left: 12px !important;}
.index_new,.page{background: #fff;max-width: 640px;}

.footer{background:url("../../../h5/img/index_2020/bg1.png");}
.footer .list{position: relative;padding: 20px 20px 0;}
.footer .list .item{margin-bottom: 25px; color: #fff;}
.footer .list .item h4{font-family: PingFangSC-Medium, sans-serif;font-size: 14px;line-height: 20px;}
.footer .list .item p{margin-top: 8px;font-weight: 200;}
.footer .list .item p a{font-size: 12px; line-height: 17px;margin-right: 20px;color: #fff;font-weight: 200;display: inline-block;}
.footer .list .online p{font-weight: 200;font-size: 12px;line-height: 16px;font-weight:300!important;}
/* .footer .list .online p span{font-weight: 200;} */
.footer .list .online h4.last{font-size: 16px;line-height: 19px;margin-top: 4px;}
.footer .list .qrcode{position: absolute; bottom: -40px;right: 20px;color: #000;}
.footer .list .qrcode p{font-size: 10px; line-height: 14px;text-align: center;color: #fff;font-weight: 200;}
.footer .list .qrcode img{width: 100px;height: 100px;margin-top: 8px;background:rgba(255,255,255,1);box-shadow:0px 5px 19px 0px rgba(10,35,68,0.12);}
.footer .record{background-color: #fff;margin-bottom: 44px;padding-top: 1px;padding: 10px 20px 0;}
.footer .record p{font-family: PingFangSC-Regular, sans-serif;line-height: 16px;font-size: 12px;margin-top: 10px;color: #999;text-align:justify;}
.footer .record p.p1{padding-left: 16px;background: url("../../img/index_2020/police.png") 0 center no-repeat; background-size: 12px 12px;}
.footer .record p a{color: #999;font-family: PingFangSC-Regular, sans-serif;}

.panel-navbar{width:48%;height: 100%;background: #fff;overflow: hidden;}
.panel-navbar .icon-close{position: absolute;top:5px;right: 10px;font-size: 30px;color:#b8b8b8;}
.panel-navbar .logo_bg{width: 126%;height: auto;position: absolute;left:-13%;bottom:-9%;opacity: 0.2;max-width: none;}
.panel-overlay{background: #000;opacity: 0.4;}
.panel-navbar ul{padding-top: 50px;}
.panel-navbar li{padding-left:30px;line-height: 45px;font-size: 15px;}
.panel-navbar li .iconfont{color:#06569c;margin-right: 10px;font-size: 17px;}
.panel-navbar li .icon-lianxiwomen{vertical-align: middle;}
.panel-navbar li a{display: block;}
.panel-navbar li a.iconImg img{margin-top: 15px;width: 17px;height: 17px;margin-right:10px; float: left;}
.panel-navbar li a.iconImg span{float: left;}
.panel-navbar li .sp_logo{display: inline-block;width: 17px;height: 19px;margin-right: 10px;background: url(../../img/common/logo57x57.png) no-repeat;background-size: 100% auto;vertical-align: middle;}



