* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.container {
	/* padding-top: 110px; */
	overflow: hidden;
}
ul,
li {
	list-style-type: none;
}
.flex-c-c {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.flex-s-c {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}
.flex-l-c {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.flex-col {
	display: flex;
	flex-direction: column;
}
.flex-col-c {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.line1 {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.line2 {
	width: 100%;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
#mobile-footer {
	display: none;
}
.w {
	box-sizing: border-box;
}
.search-box {
	box-sizing: content-box;
}
.fw {
  font-weight: 700;
}

.scroll-top::before {
	content: '';
}
footer .b4 .vv {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
footer .b4 {
	width: 140px;
}
footer .b4 img {
	width: 30px;
	height: 30px;
	cursor: pointer;
}
footer .b2 a {
	text-decoration: none;
	color: #fff !important;
}
.b2 a {
 cursor: pointer;
}
.b2 a:hover {
	text-decoration: underline;
}
.panel-route a {
	text-decoration: none;
	color: #000;
}
.panel-route a:hover {
	color: #0167e4;
}
/* 图片预览 */
.mask {
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0, .6);
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
}
.mask img {
	height: 80vh;
	width: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
}
/* PC导航 */
.nav-pc {
	width: 100%;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	transition: all .3s;
}
.nav-pc.two {
	background: rgba(53,54,52,0.95) none repeat center center !important;
}
.nav-pc > .w {
	height: 110px;
	margin: 0 auto;
}
.nav-pc nav {
	margin-left: 100px;
}
.nav-pc .logo {
	width: auto;
	height: 50px;
}
.nav-pc nav > .item {
	flex-shrink: 0;
	background-color: transparent;
}
.nav-pc nav .item {
	/* height: 30px;
	line-height: 30px; */
	width: 130px;
	height: 110px;
	line-height: 110px;
	padding: 0 20px;
	color: #fff;
	position: relative;
	z-index: 100;
}

.nav-pc nav .item a {
	color: #fff;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999;
	text-decoration: none;
	transition: all .3s;
	text-align: center;
}
.nav-pc nav .item ul li a {
	transition: all 0;
}
.nav-pc nav .item ul {
	/* display: none; */
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -500px;
	/* top: 110px; */
	/* top: 80px; */
	z-index: 98;
}
.nav-pc nav .item:hover ul {
	top: 110px;
}
.nav-pc nav .item ul li,
.nav-pc nav .item ul li a {
	width: 85px;
	/* height: 40px; */
	text-align: center;
	line-height: 1.5;
	font-size: 14px;
	/* background-color: #fff; */
	background: rgba(255, 255, 255, .6);
	color: #131313;
	cursor: pointer;
}
.nav-pc nav .item ul li a{
	padding: 10px 0;
}
.nav-pc nav .item ul li.long,
.nav-pc nav .item ul li.long a {
	width: 160px;
}
.nav-pc nav .item ul li a {
	font-size: 12px;
}
.nav-pc nav .item ul li .sub {
	position: absolute;
	left: 85px;
	top: 0;
}
.nav-pc nav .item ul li.long .sub {
	left: 160px;
}
.nav-pc nav .item ul li .sub .ii {
	width: 160px;
	height: 40px;
	line-height: 40px;
	background: rgba(255, 255, 255, .8);

}
.nav-pc nav .item ul li .sub {
	display: none;
}
.nav-pc nav .item ul li:hover .sub {
	display: block;
}
.nav-pc nav .item ul li .sub .ii:hover {
	color: #0167E4;
}
#footer {
	height: unset !important;
}
#footer .footer-con {
	padding-bottom: 20px;
}
.b1.en {
	width: 500px !important;
}
.nav-pc nav {
	height: 100%;
}
.nav-pc nav .item {
	display: flex;
	align-items: center;
	flex-direction: row;
}
.nav-pc nav .item img {
	width: 22px !important;
	height: 22px !important;
	margin-right: 5px;
}
.nav-pc nav .item:hover ul {
	/* height: auto !important; */
	/* height: 500px; */
}
.nav-pc nav .item ul {
	/* height: 0 ; */
	transition: all .5s;
	/* overflow: hidden; */
}
.nav-pc nav .item a {
	position: relative;
}

.nav-pc nav .item > a::after {
	content: '';
	position: absolute;
	bottom: 38px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: all .3s;
}
/* 默认选中 */

.nav-pc.two nav .item.act > a  {
	/* color: #0167E4; */
}
.nav-pc nav .item.act a::after {
	width: 100%;
}
.nav-pc.two nav .item.act > a::after {
	width: 100%;
	/* background-color: #0167E4; */
}
/* 鼠标经过颜色变化 */
/* .nav-pc.two nav .item:hover > a {
	color: #0167E4;
} */
.nav-pc nav .item:hover > a::after {
	width: 100%;
}
.nav-pc.two nav .item:hover > a::after {
	width: 100%;
	/* background-color: #0167E4; */
}
/* 鼠标经过 显示子菜单 */
.nav-pc nav .item ul li {
	position: relative;
}
.nav-pc nav .item ul li::after {
	/* content: '';
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 2px;
	background-color: #fff;
	transition: all .3s; */
}
.nav-pc nav .item ul li:hover > a{
	color: #0167E4;
	/* background-color: #0167E4; */
}
.nav-pc nav .item ul li > .sub .ii:hover a {
	color: #0167E4;
}
/* .nav-pc.two nav .item:hover */
.search-box {
	width: 120px;
	height: 34px;
	border-radius: 34px;
	background: rgba(216, 216, 216, 0.38);
	display: flex;
	align-items: center;
	padding: 0 16px;
}
.search-box input::placeholder {
	font-weight: 400;
	color: #fff;
}
.search-box input::-webkit-input-placeholder {
	font-weight: 400;
	color: #fff;
}
.search-box input::-moz-placeholder {
	font-weight: 400;
	color: #fff;
}
.search-box input:-moz-placeholder {
	font-weight: 400;
	color: #fff;
}
.search-box input:-ms-input-placeholder {
	font-weight: 400;
	color: #fff;
}
.search-box input::-ms-input-placeholder {
	font-weight: 400;
	color: #fff;
}

.search-box input {
	background-color: transparent;
	height: 34px;
	width: 80px;
	border: 0;
	color: #fff;
	outline: none;
	margin: 0;
}

.search-box input::-webkit-input-placeholder,
.search-box input:-moz-input-placeholder,
.search-box input::-moz-input-placeholder,
.search-box input:-ms-input-placeholder {
	color: #fff !important;
}


.search-box img {
	width: 24px;
	height: 24px;
	margin-left: 12px;
}
/* 移动端导航 */
.mobile-nav {
	display: none !important;
	width: 100%;
	height: 80px;
	padding: 0 12px;
  position: fixed;
  top: 0;
  left: 0;
	z-index: 9;
	background: rgba(0, 0, 0, .3);
}
.mobile-nav .left {
	width: auto;
	height: 60px;
}
.mobile-nav .right {
	float: right;
	width: auto;
	height: 30px;
}
.mobile-nav .close {
	width: auto;
	height: 36px;
	display: none;
}
.sub-nav {
	display: none;
	width: 110px;
	background: rgba(0, 0, 0, .6);
	color: #fff;
	position: absolute;
	top: 80px;
	z-index: 199;
	right: 0px;
}
.sub-nav .item,
.sub-nav .item a {
	display: block;
	font-size: 16px;
	color: #fff;
	width: 110px;
	height: 40px;
	line-height: 40px;
	text-align: right;
	text-decoration: none;
}
.sub-nav .item a {
	padding: 0 12px;
	width: 100%;
}
.sub-nav .item.act a {
	text-decoration: underline;
}
#mobile-footer a,
#footer a {
	color: rgb(189, 189, 189);
	margin: 0 8px;
	text-decoration: none;
}
@media screen and (max-width:1200px) {
	.w {
		width: 100% !important;
		padding: 0 20px;
	}
	#mobile-footer {
		display: flex !important;
	}
	#footer {
		display: none;
	}
}
@media screen and (max-width:1000px) {
	.nav-pc {
		display: none !important;
	}
	.mobile-nav {
		display: flex !important;
	}
}
@media screen and (max-width:800px) {
	.panel-route {
		height: 40px !important;
		font-size: 14px;
	}
	.mask img {
		width: 100%;
		height: auto;
	}
}