body,html{
	min-width: 1200px;
}
@font-face {
	font-family:'PF';
	src: url('../font/PingFang Medium.ttf');
}
@font-face {
	font-family:'PF-bold';
	src: url('../font/PingFang Bold.ttf');
}

*{
	margin: 0;
	padding: 0;
	/* font-family: 'Microsoft YaHei'; */
	font-family: "PF";
	list-style: none;
	font-style: normal;
	box-sizing: border-box;
}
button{
	border: none;
}
main{
	margin-top: 60px;
}
.fz12 {
	font-size: 12px
}

.fz14 {
	font-size: 14px
}

.fz16 {
	font-size: 16px
}

.fz18 {
	font-size: 18px
}

.fz28 {
	font-size: 18px
}

.fz20 {
	font-size: 20px
}

.fz24 {
	font-size: 24px
}

.fz26 {
	font-size: 26px
}

.fz30 {
	font-size: 30px
}

.fz36 {
	font-size: 36px
}

.fz40 {
	font-size: 40px
}

.fz48 {
	font-size: 48px
}

.fz60 {
	font-size: 60px
}

.fz68 {
	font-size: 68px
}

.fw200 {
	font-weight: 200
}

.fw800 {
	font-weight: 800
}

.w1200 {
	width: 1200px;
	margin: 0 auto
}
.flex{
	display: flex;
}
.right-serve {
	right: 20px;
	top: 300px;
	z-index: 999
}

/* header顶部导航栏 */
a{
	text-decoration: none;
}
.nav_container {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background: #0F172F;
}
.nav_main {
	height: 60px;
	min-width: 1200px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
	
}

.logo {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 136px;
	height: 34px;
	margin-right: 38px;
	
}

.nav_container .black_nav .item>span,
.nav_container .hide_nav .item>span,
.nav_container .item>a,
.nav_container .item>span {
	color: #fff
}

@media screen and (max-width:960px) {
	.logo .name>img {
		display: none
	}
}
.nav_container .item::before{
	content: '';
	width: 0px;
	height: 2px;
	position: absolute;
	bottom:-8px;
	left: 50%;
	margin-left: -10px;
	background: #156CED;
	opacity: 0;
	transition: all .4s; 
}

.nav_container .item:hover::before{
	width: 20px;
	opacity: 1;
}

.nav_left {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.nav_right .link_shop {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.nav_right .link_shop .link_item {
	width: 80px;
	height: 34px;
	margin-left: 10px;
	border-radius:2px;
	font-size: 14px;
	color: #fff;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center
}
.nav_right .link_shop .link_item:not(:last-child) {
	background:#156CED;
}
.nav_right .link_shop .link_item:hover {
	background:#398BFF;
}

.nav_right .link_shop .link_item:last-child {
	background-color: transparent;
	border: 1px solid #fff;
	opacity: .8
}

.nav_right .link_shop .link_item:last-child:hover {
	opacity: 1;
}

.nav_list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.nav_list .item {
	padding: 0 20px;
	word-wrap: none;
	font-size: 16px;
	position: relative
}

.black_nav .nav_list .item>span,
.hide_nav .nav_list .item>span,
.nav_container .nav_list .item>span,
.nav_list .black_nav .item>span,
.nav_list .hide_nav .item>span,
.nav_list .item span,
.nav_list .item>a,
.nav_list .nav_container .item>span {
	cursor: pointer;
	line-height: 1
}

.nav_list .item>span {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	white-space: nowrap;
	z-index: 99
}

.nav_list .item:hover .select {
	display: block;
	-webkit-animation: show .3s ease forwards;
	animation: show .3s ease forwards
}

.nav_list .item .select {
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	background: 0 0;
	padding-top: 38px;
	opacity: 0;
	display: none;
	z-index: 98
}

.nav_list .item .select_main {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	font-size: 16px;
	background-color: #fff;
	box-shadow: 2px 2px 15px rgba(0, 0, 0, .4);
	border-radius:0px 0px 6px 6px
}

.nav_list .item .select_main .select_i{
	color: #7e82a3;
	word-break: keep-all;
	white-space: nowrap;
	text-align: center;
	width: 100%;
	padding: 10px 20px;
	font-size: 14px;
}

.nav_list .item .select_main .select_i:last-child{
	border-radius: 0px 0px 6px 6px;
}



.nav_container .nav_list .item .item.select_main>span:hover,
.nav_list .item .black_nav .item.select_main>span:hover,
.nav_list .item .hide_nav .item.select_main>span:hover,
.nav_list .item .nav_container .item.select_main>span:hover,
.nav_list .item .select_main>a:hover {
	color: black;
	background: #E2EDFD;
	font-weight: bold;
}









@-webkit-keyframes show {
	0% {
		top: 40px;
		opacity: 0;
		display: block
	}

	100% {
		top: 0;
		opacity: 1;
		display: block
	}
}

@keyframes show {
	0% {
		top: 40px;
		opacity: 0;
		display: block
	}

	100% {
		top: 0;
		opacity: 1;
		display: block
	}
}

.right-fixed{
	position: fixed;
	right: 0;
	top: 50%;
	z-index: 99999;
}
.right-fixed a{
	display: inline-block;
}
.right-fixed .right-fixed-close{
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 20px;
	color: #666666;
	border: 1px solid #666666;
	border-radius: 50%;
	position: absolute;
	right: 20px;
	top: -10px;
	cursor: pointer;
	z-index: 99;
}

/* footer底部样式 */
footer{
	background:#0C1D2E;
	padding: 40px 0px;
}

footer,footer a,footer i{
	color: #A1A4B6;
}
footer a:hover{
	color: #fff;
}
.footer-nav li:not(:last-child){
	margin-right:100px ;
}
.footer-nav li .nav-title{
	color: #fff;
	font-size: 20px;
}
.footer-nav li{
	display: flex;
	flex-direction: column;
}
.footer-nav li a{
	margin:8px 0px ;
}
.footer-nav li div{
	align-items: center;
}
.footer-link{
	height: 2px;
	background: #1B4066;
	margin: 22px 0px 30px;
}
footer .explain{
	font-size: 16px;
	line-height: 30px;
}
.footer-rule-nav{
	margin: 30px 0px 40px;
}
.footer-rule-nav li i{
	margin: 0px 10px;
}
.footer-rule-img img{
	margin-right: 30px;
}
/* 侧边悬停 */
.right-serve{
	position: fixed;
	right: 1px;
	top: 300px;
	z-index: 999;
	border: 1px solid #CBD1EA;
}

.right-serve-i {
	width: 80px;
	height: 80px;
	padding: 12px 0;
	display: block;
	background-color: #fff;
	text-align: center;
	font-weight: 400;
	transition: all .3s;
}
.right-serve-i p{
	color:#156CED;
}
.right-serve-i:hover {
	background-color: #0067ed;
	
}
.right-serve-i:hover p{
	color:#fff;
}
.right-serve-i:hover img{
	filter: brightness(100);
}
.right-serve-i:last-child:hover {
	background-color: #fff
}


.right-serve-i.serve-border-bottom {
	border-bottom: 1px solid #CBD1EA
}


.right-serve  .serve-ecode{
	position: relative;
}

.right-serve .serve-ecode-con {
	width: 170px;
	height: 170px;
	z-index: 300;
	left: -200px;
	top: 0;
	background-color: #fff;
	border-radius: 10px;
	padding: 6px;
	visibility: hidden;
	border: 1px solid #e6e6e6;
	position: absolute;
	
}
.right-serve .serve-ecode-con #appdown_qrcode_main{
	position: relative;
}
.right-serve .serve-ecode-con .logo_main{
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 4px;
	padding: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -20px;
	margin-top: -20px;
}
.right-serve .serve-ecode-con #logo_R{
	width:100%;
	height: 100%;
}

.right-serve .serve-ecode-con::before {
	content: '';
	width: 32px;
	height: 32px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background-color: #fff;
	position: absolute;
	right: -16px;
	top: 28px;
	border-width: 1px;
	border-style: solid;
	border-color: #e6e6e6 #e6e6e6 transparent transparent;
	z-index: -1
}

.right-serve .serve-ecode:hover .serve-ecode-con {
	-webkit-animation: serveCode .3s forwards;
	animation: serveCode .3s forwards
}


@keyframes serveCode {
	0% {
		top: 68px;
		visibility: visible;
		opacity: 0
	}

	100% {
		top: 0;
		visibility: visible;
		opacity: 1
	}
}

