.HeaderV2 {
	transition: all .25s ease-out;
	background-color: #FFFFFF;
	position: relative;
	width: 100%;
	z-index: 999;
}

.HeaderV2--fixed {
	position: fixed;
	top: 0;
}

.header-container {
	max-width: 1200px;
	margin: 0 auto;
	transition: padding .25s ease-out;
	padding: 12px 24px;
	box-sizing: content-box;
}

.header-container .header-right {}

.hr {
	width: 1px;
	height: 50px;
	background-color: #d6d6d6;
	margin: 0 30px;
}

.header-logo img {
	width: 50px;
	height: 50px;
	margin-right: 22px;
}

.header-title {
	font-size: 24px;
	color: #050505;
}

.header-divider {
	padding: 0 24px 0 0;
}

.header-divider-bar {
	width: 1px;
	height: 38px;
	background-color: #000000;
}

.slideBar_Btn {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.header-right-ul {
	margin: 0;
	list-style: none;
}

.header-right-ul>li {
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
	margin-right: 19px;
	position: relative;
}

.header-right-ul>li.active::after,
.header-right-ul>li:hover::after {
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #176ff0;
	border-radius: 2px;
}

.header-right-ul>li:last-child {
	margin-right: 0;
}

.header-right-ul>li a {
	color: #000000;
	cursor: pointer;
	font-size: 18px;
	font-weight: 500;
	white-space: nowrap;
	transition: all .25s ease-out;
	position: relative;
}

.header-right-ul>li.active a,
.header-right-ul>li a:hover {
	color: #4687ff;
}

.header-button {
	width: 100%;
	height: 34px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
	font-weight: 600;
	color: #fff !important;
	border: 2px solid transparent;
	border-radius: 5px;
	background-color: #176ff0;
	border-color: #176ff0;
	font-size: 14px;

	outline: none;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: color .25s ease-out, background-color .25s ease-out, border-color .25s ease-out;
}

.header-button:hover {
	background-color: #64a3ff;
	border-color: #64a3ff;
	color: #fff;
}

.header-button:active {
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	transform: translateY(4px);
}

.login-btn-box {
	margin-right: 10px;
}

.header-login-btn {
	padding: 6px 20px;
	background-color: #176ff0;
	border-radius: 22px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
}

.lang-box {
	position: relative;
	cursor: pointer;
	font-size: 14px;
	color: #000000;
}

.lang-box::before {
	content: "";
	background: url(../img/language.png) no-repeat center center transparent;
	color: transparent;
	vertical-align: middle;
	background-size: cover;
	width: 18px;
	height: 18px;
	font-size: 0;
	display: inline-block;
	margin: 0 8px 0 0;
}

.lang-box::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	color: #000000;
}

.lang-box .sub-menu {
	position: absolute;
	text-align: left;
	list-style: none;
	background-color: #fff;
	z-index: 1000;
	float: left;
	margin: 0;
	padding: 10px;
	box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
	font-size: 16px;
	color: #000;
	border: 1px solid #d4d4d4;
	border-radius: 2px;
	min-width: 175px;
	left: -50px;
	top: 30px;
	column-count: 2;
	display: none;
}

.lang-box .sub-menu::after {
	background: url(../img/header-arrow.png) no-repeat top center transparent;
	position: absolute;
	top: -10px;
	content: "";
	display: inline-block;
	width: 18px;
	height: 10px;
	left: calc(100% - 40%);
}

.lang-box .sub-menu>li {
	padding: 0 2px;
	font-size: 14px !important;
	color: #000;
	font-family: avenir-roman,sans-serif,Times,serif;
	text-decoration: none;
	position: relative;
	display: block;
	margin: 0 0 15px !important;
	line-height: normal !important;
	font-weight: normal !important;
	position: relative;
	transition: all .3s ease;
	text-decoration: none;
}

.lang-box .sub-menu>li::after {
	position: absolute;
	height: 2px;
	bottom: -2px;
	background-color: #176ff0;
	content: "";
	display: inline-block;
	transition: all .3s ease;
	left: 0;
	right: 0;
	transform-origin: center;
	width: 0;
}

.lang-box .sub-menu>li:hover::after {
	width: 100%;
}

.lang-box:hover .sub-menu {
	display: block;
}

.Link span {
	color: #000000 !important;
}

a.Link:active {
	text-decoration: none;
}

.hasUser {
	display: none;
}

.ctext {
	color: #176ff0;
}

.moblie-lang-box {
	position: relative;
}

.moblie-lang-box::before {
	content: "";
	background: url(../img/language.png) no-repeat top center transparent;
	color: transparent;
	vertical-align: text-bottom;
	background-size: cover;
	width: 18px;
	height: 18px;
	font-size: 0;
	display: inline-block;
	margin: 0 8px 0 0;
}

.moblie-lang-box::after {
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	color: #000;
	position: absolute;
	right: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	transform: none;
	transition: .3s;
}

.moblie-lang-box.active::after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.moblie-lang-box .lang-sub-menu {
	position: absolute;
	text-align: left;
	list-style: none;
	z-index: 1000;
	float: left;
	margin: 0;
	padding: 0 20px;
	font-size: 16px;
	color: #000;
	border-radius: 2px;
	min-width: 175px;
	left: auto;
	top: auto;
}

.moblie-lang-box .lang-sub-menu>li {
	padding: 0 2px;
	font-size: 14px;
	color: #000;
	font-family: avenir-roman,sans-serif,Times,serif;
	transition: all .3s ease;
	text-decoration: none;
	position: relative;
	display: block;
	margin: 15px 0;
}

/* 手机样式 */
@media(max-width:991px) {
	.header_pc {
		display: block !important;
	}
}

/*********************** 头部 ***********************/

.log-row {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-auto {
	-webkit-flex: 1 1 auto;
	flex: 1 1 auto;
}

.flex-shrink-0 {
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}

.login-input {
	border: 1px solid #cecece;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	outline: none;
	color: #000000;
	font-size: 14px;
}

.login-input:focus {
	border-color: #000000;
}

/*********************** 页面底部 ***********************/
.footer {
	background-color: #000000;
	padding: 0 24px;
}

.footer-top-title {
	color: #dddddd;
	font-size: 16px;
	margin-bottom: 15px;
}

.footer-down-img {
	margin-right: 20px;
	margin-bottom: 10px;
	width: 160px;
}

.footer-down-img:last-child {
	margin-right: 0;
}

.copyright-font {
	font-size: 14px;
	color: #dddddd;
}

.footer.login {
	background-color: #FFFFFF;
}

.footer.login .footer-top-title, .footer.login .copyright-font, .footer.login .copy-item a {
	color: #000000;
}

/*********************** 页面底部 ***********************/

.noFont {
	font-size: 0;
}

._picView {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 20px 50px;
	background: #555555;
	z-index: 2000;
	position: fixed !important;
	position: absolute;
	border: 5px solid #333;
	overflow: hidden;
}

._picView .opbtn {
	z-index: 2;
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	display: inline-block;
	font-size: 30px;
	color: #ffffff;
	background: #8C8C8C;
	position: absolute;
}

._picView .opbtn:hover {
	background: #ff6600;
	text-decoration: none;
}

._picView .close {
	right: 0;
	top: 0;
}

._picView .prev {
	z-index: 1;
	width: 100px;
	height: 200px;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -100px;
	background: url(../img/public/arrow_left.png) no-repeat 10px center;
}

._picView .next {
	z-index: 1;
	width: 100px;
	height: 200px;
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -100px;
	background: url(../img/public/arrow_right.png) no-repeat 60px center;
}

._picView .pbox {
	display: none;
	position: absolute;
	margin: 0;
	cursor: move;
}

._picView .load {
	z-index: 2;
	width: 50px;
	height: 54px;
	position: absolute;
	top: 30%;
	left: 50%;
	margin-left: -25px;
	display: inline-block;
	filter: Alpha(Opacity=40);
	-moz-opacity: 0.4;
	opacity: 0.4;
}

._picView .rotater {
	right: 70px;
	top: 0;
}

._picView .rotatel {
	right: 140px;
	top: 0;
}
