/*导航公共样式*/
.topNav{
	width: 100%;
	background-color: rgba(0,0,0,0);
	position: fixed;
	top: 0;
	left: 0;
	padding: 10px 0;
	z-index: 999;
	text-align: center;
}
.topNav.whiteOf{
	background:rgba(255,255,255,1);
}
.topNav.whiteOf .menu_item .name{
	color: #58595A;
}
.topNav.whiteOf .top_login .login{
	color: #232427;
}
// .topNav>div{width: 1280px;}
.topNav .top_logo>img{width: 99px;}
// .topNav .top_menu_cnt{margin-left: 20%;}
.topNav>div{display: inline-block;vertical-align: top;}
.topNav>div>div{display: inline-block;vertical-align: top;}
.top_menu_cnt>ul>li{display: inline-block;vertical-align: top;}
// .top_menu_cnt>ul>li:not(first-child){margin-left:20px;}
.top_menu_cnt .menu_item{position: relative;}
.top_menu_cnt .menu_item .name{
	display: block;
	padding: 0 10px;
	height:36px;
	font-size:16px;
	color:rgb(186,187,186);
	line-height:36px;
}
.top_menu_cnt .menu_item .name.actives{
	color:#fff;
}
.drop_menu{
	position: absolute;
	top:46px;
	left: -50%;
	width:128px;
	padding: 5px 0;
	background:rgba(255,255,255,1);
	border-radius: 10px;
	box-shadow:0px 4px 20px 6px rgba(83,132,255,0.08);
	display: none;
}
.drop_menu .active{
	background:rgba(6,57,186,.1);
}
.name .active{
	transform: rotate(180deg);
}
.drop_menu .active a span{
	color: #0639BA;
}
.drop_menu .upangle{
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #fff;
	position: absolute;
	top: -20px;
	left: 40%;
	z-index: 999;
}
.drop_menu .menu_item{
	padding: 10px 10px;
}
.drop_menu .menu_item span{color:#58595A;}
.top_menu_cnt .menu_item .name>img{margin-left: 5px;}
// .topNav .top_login{margin-left:15%;}
.topNav .top_login>div{display: inline-block;vertical-align: top;}
.topNav .top_login .login{
	font-size:16px;
	color:rgb(255,255,255);
	line-height:36px;
}
// .topNav .top_login .apply_btn{margin-left: 30px;}
.topNav .top_login .apply_btn>div{
	width:113px;
	height:36px;
	background:rgba(253,187,12,1);
	border-radius:18px;
}
.topNav .top_login .apply_btn>div>span{
	height:36px;
	font-size:16px;
	color:rgb(255,255,255);
	line-height:36px;
}
/*底部公共样式*/
.footer{
	position: relative;
	width: 100%;
	background: url(../assets/img/foot_bg@2x.png) no-repeat center;
	text-align: center;
	background-size: cover;
}
.footer::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	height: 20px;
	background-color: #161B30;
}
.footer .bootNav{
	display: inline-block;
	font-size: 0;
	padding: 80px 0;
}
.footer .bootNav .mid_cnt {
	display: flex;
	justify-content: space-between;
}
.footer .bootNav .mid_cnt>div{
	display: inline-block;
	vertical-align: top;
}
.bootNav .mid_cnt .foot_link_cnt{
}
.bootNav .mid_cnt .foot_link_cnt>ul>li{
	display: inline-block;
	vertical-align: top;
	width: 120px;
	text-align: left;
}
.bootNav .mid_cnt .foot_link_cnt>ul>li>span{
	display: block;
	font-size:16px;
	font-weight:400;
	color:rgb(255,255,255);
	line-height:24px;
}
.bootNav .mid_cnt .foot_link_cnt>ul>li a{
	height: 18px;
	font-size:14px;
	color:rgba(102,131,170,1);
	line-height:21px;
	display: block;
}
.bootNav .mid_cnt .foot_link_cnt>ul>li dl{margin-top:32px ;}
.bootNav .mid_cnt .foot_link_cnt>ul>li dd:not(:first-child){margin-top:24px;}
.footer .versionInfo{
	height: 42px;
	text-align: center;
}
.footer .versionInfo>div{
	display: inline-block;
	height: 42px;
	line-height: 42px;
	font-size: 14px;
	color: #6683AA;
}
.bootNav .contact_cnt{text-align: left;}
.bootNav .contact_cnt>div>div{
	display: inline-block;
	vertical-align: top;
}
.bootNav .contact_cnt .contact_icon{width: 30px;}
.bootNav .contact_cnt .contact_info{margin-left: 20px;}
.bootNav .contact_cnt .contact_info>div:nth-child(2){margin-top: 16px;}
.bootNav .contact_cnt .tittle{
	height:24px;
	font-size:16px;
	color:rgb(102,131,170);
	line-height:24px;
	display: block;
}
.bootNav .contact_cnt .addr{
	height:14px;
	font-size:14px;
	color:rgba(255,255,255,1);
	line-height:14px;
	display: block;
}
.bootNav .contact_cnt .phone{
	height:33px;
	font-size:28px;
	font-weight:500;
	color:rgb(255,255,255);
	line-height:33px;
	display: block;
}
.x-pagination {
	margin: 0;
	text-align: center;
	line-height: 40px;
	/*border-top: 1px solid #C9C6D8;*/
	margin-top: 10px;
	moz-user-select: -moz-none;
	-moz-user-select: none;
	-o-user-select: none;
	-khtml-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding-right: 20px;
}

.x-pagination ul {
	display: inline-block;
}

.x-pagination li {
	display: inline-block;
	line-height: 20px;
	padding: 8px 16px;
	margin: 8px;
	color: #666;
	text-align: center;
	background-size: contain;
	vertical-align: middle;
	cursor: pointer;
	font-size: 16px;
	border-radius: 3px;
	box-shadow: 2px 2px 6px #d8d8d8;
	font-size: 16px;
}

/*.x-pagination li:first-child span,
.x-pagination li:first-child span {
	color: #3d3d3d;
}

.x-pagination li:last-child span,
.x-pagination li:last-child span {
	background-color: #7691EC;
	margin-right: 0;
	color: white;
}*/

.x-pagination .x-pageActive{
	color: #0E9CFF;
}
.transformY {
	transform: translateY(-21px);
}
.footerY {
	transform: translateY(-20px);
}

/* 屏幕大于600小于768样式 */
@media screen and (min-width: 600px) and (max-width: 768px) {
	.topNav .top_logo>img {width: 80px;}
	.top_menu_cnt .menu_item .name {
		display: block;
		padding: 0 8px;
		height: 32px;
		font-size: 12px;
		color: rgb(186,187,186);
		line-height: 32px;
	}
	.topNav .top_login .apply_btn>div {
		width: 82px;
		height: 32px;
		background: rgba(253,187,12,1);
		border-radius: 18px;
	}
	.topNav .top_login .apply_btn>div>span {
		height: 30px;
		font-size: 12px;
		color: rgb(255,255,255);
		line-height: 30px;
	}
}

/* 屏幕小于600 */
@media screen and (max-width: 600px) {
	.topNav .top_logo {padding: 0;}
	.topNav .top_menu_cnt {padding: 0;}
	.topNav .top_login {padding: 0;}
	.topNav .top_logo>img {width: 65px;}
	.top_menu_cnt .menu_item .name {
		display: block;
		padding: 0 8px;
		height: 28px;
		font-size: 12px;
		color: rgb(186,187,186);
		line-height: 28px;
	}
	.topNav .top_login .apply_btn>div {
		width: 82px;
		height: 28px;
		background: rgba(253,187,12,1);
		border-radius: 18px;
	}
	.topNav .top_login .apply_btn>div>span {
		height: 28px;
		font-size: 12px;
		color: rgb(255,255,255);
		line-height: 28px;
	}
}
