body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	color: #6F7479;
	font-size: 14px;
	font-family: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
	line-height: 1.5;
	overflow-x: hidden;
}
td,
th,
caption {
	font-size: 14px;
}
a {
	color: #000;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
	text-decoration: none;
	color: #333;
}
img {
	border: 0;
	vertical-align: middle;
}
img {
	border: none;
}
ol,
ul,
li {
	list-style: none;
}
input,
textarea,
select,
button {
	vertical-align: middle;
	font-size: 14px;
	font-family: inherit;
	line-height: normal;
	outline: none;
}
button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
}
video {
	object-fit: contain;
}
.block {
	width: 1600px;
	margin: 0 auto;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	*zoom: 1;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear {
	clear: both;
}
.public-header {
	position: fixed;
	top: 0;
	z-index: 999999;
	left: 0;
	right: 0;
	height: 90px;
	line-height: 90px;
	box-sizing: border-box;
	background: transparent;
	transition: all .3s;
}
.public-header .block {
	padding-left: 60px;
	padding-right: 60px;
	box-sizing: border-box;
	width: 100%;
}
.public-header .body-box {
	box-sizing: border-box;
}
.public-header .body-box .logo-box {
	float: left;
}
.public-header .body-box .logo-box img{
	max-height:35px;
}
.public-header .body-box .logo-box img {
	display: none;
}
.public-header .body-box .logo-box img.active {
	display: inline-block;
}
.public-header.active .body-box .logo-box img {
	display: inline-block;
}
.public-header.active .body-box .logo-box img.active {
	display: none;
}
.public-header .body-box .link-box {
	float: right;
}
.public-header .body-box .search-box {
	float: right;
	margin-left: 48px;
	cursor: pointer;
}
.public-header .body-box .search-box img.active {
	display: none;
}
.public-header .body-box .other-box {
	position: relative;
	float: right;
	width: 125px;
	height: 50px;
	margin-left: 40px;
	line-height: 50px;
	text-align: center;
	box-sizing: border-box;
	cursor: pointer;
	margin-top: 20px;
}
.public-header .body-box .other-box .map-icon {
	margin-right: 12px;
	margin-left: 0;
}
.public-header .body-box .other-box .map-icon-active {
	display: none;
	margin-right: 12px;
	margin-left: 0;
}
.public-header .body-box .other-box span {
	font-size: 16px;
	color: #fff;
}
.public-header .body-box .other-box img {
	vertical-align: middle;
	margin-left: 10px;
}
.public-header .body-box .other-box img.active {
	display: none;
}
.public-header .body-box .other-box .select-box {
	display: none;
	position: absolute;
	top: 50px;
	background: #f8f8f8;
	width: 100%;
	left: 0;
	line-height: 40px;
}
.public-header .body-box .other-box .select-box p a {
	font-size: 14px;
	color: #4d4948;
}
.public-header .body-box .other-box .select-box p.active a,
.public-header .body-box .other-box .select-box p:hover a {
	font-weight: 700;
	color: #0064FF;
}
.public-header .body-box .other-box:hover .select-box {
	display: block;
}
.public-header .body-box li {
	position: relative;
	float: left;
	text-align: center;
}
.public-header .body-box li > a {
	display: inline-block;
	position: relative;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	width: 100%;
	padding-left: 28px;
	padding-right: 28px;
	box-sizing: border-box;
}
.public-header .body-box li > a:before {
	position: absolute;
	content: '';
	height: 2px;
	background: #fff;
	left: 50%;
	margin-left: 0;
	width: 0px;
	transition: all 0.3s;
	bottom: 0px;
}
.public-header .body-box li dl {
	position: absolute;
	width: 120px;
	left: 50%;
	top: 65px;
	margin-left: -60px;
	background: #fff;
	overflow: hidden;
	display: none;
	box-shadow: 0px 12px 20px 0px rgba(0, 0, 0, 0.1);
}
.public-header .body-box li dl dd a {
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #333;
	border-bottom: 1px solid #f5f5f5;
}
.public-header .body-box li dl dd a:hover {
	color: #0064FF !important;
}
.public-header .body-box li:hover > a,
.public-header .body-box li.active > a {
	color: #fff !important;
}
.public-header .body-box li:hover > a:before,
.public-header .body-box li.active > a:before {
	width: 64px;
	margin-left: -32px;
}
.public-header .body-box li:first-child:hover > a,
.public-header .body-box li:first-child.active > a {
	color: #fff !important;
}
.public-header .body-box li:first-child:hover > a:before,
.public-header .body-box li:first-child.active > a:before {
	width: 32px;
	margin-left: -16px;
}
.public-header .body-box li.two:hover > a {
	background: #fff;
	color: #0064FF !important;
}
.public-header .body-box li.two:hover > a:before {
	background: #0064FF !important;
	z-index: 2;
}
.public-header .body-box li:hover dl {
	display: block;
}
.public-header .body-box li.active a span {
	transform: translate(0, -22px);
}
.public-header .all-search {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	height: 100px;
	display: none;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
.public-header .all-search .input-search {
	position: relative;
	width: 650px;
	height: 50px;
	line-height: 49px;
	border-bottom: 1px solid #cccccc;
	margin: 0 auto;
	margin-top: 25px;
}
.public-header .all-search .input-search input.search {
	border: none;
	width: 100%;
	height:100%;
	font-size: 14px;
	outline: none;
	background: transparent;
}
.public-header .all-search .input-search .icon-box {
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}
.public-header .all-search .input-search .close-btn {
	position: absolute;
	top: 0;
	right: -125px;
	cursor: pointer;
}
.public-header .all-search .select-box {
	position: absolute;
	left: -100px;
	width: 88px;
	top: 5px;
}
.public-header .all-search .select-box span {
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
}
.public-header .all-search .select-box span .pro_ist {
	outline: none;
	border: none;
	width: auto;
	width: 30px;
	background: transparent!important;
}
.public-header .all-search .select-box span img {
	margin-left: 5px;
}
.public-header .all-search .select-box ul {
	position: absolute;
	width: 100%;
	top: 44px;
	box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
	background: #fff;
	display: none;
}
.public-header .all-search .select-box ul li {
	line-height: 44px;
	text-align: center;
	cursor: pointer;
}
.public-header .all-search .select-box ul li:hover {
	background: #0064FF;
	color: #fff;
}
.public-header.active {
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
	background: #fff;
}
.public-header.active .body-box .link-box a {
	color: #333;
}
.public-header.active .body-box .link-box li.active > a,
.public-header.active .body-box .link-box li:hover > a {
	color: #0064FF !important;
}
.public-header.active .body-box .link-box li.active > a:before,
.public-header.active .body-box .link-box li:hover > a:before {
	background: #0064FF;
}
.public-header.active .body-box .search-box img {
	display: none;
}
.public-header.active .body-box .search-box img.active {
	display: inline-block;
}
.public-header.active .body-box .other-box span {
	color: #333;
}
.public-header.active .body-box .other-box .map-icon {
	display: none;
}
.public-header.active .body-box .other-box .map-icon-active {
	display: inline-block;
}
.public-header.active .body-box .other-box img {
	display: none;
}
.public-header.active .body-box .other-box img.active {
	display: inline-block;
}
.public-footer {
	background:#0064FF;
	padding-top: 65px;
}
.public-footer .body-box.block {
	width: 1600px;
}
.public-footer .body-box .left-box {
	float: left;
}
.public-footer .body-box .left-box dl {
	float: left;
	margin-right: 72px;
}
.public-footer .body-box .left-box dl dt {
	font-size: 16px;
	line-height: 1;
	color: #fff;
	margin-bottom: 20px;
}
.public-footer .body-box .left-box dl dd a {
	color: #ccc;
	font-size: 14px;
	line-height: 2;
}
.public-footer .body-box .left-box dl dd a:hover {
	color: #fff;
}
.public-footer .body-box .center-box {
	float: left;
	margin-left: 80px;
}
.public-footer .body-box .center-box .title {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-bottom: 20px;
}
.public-footer .body-box .center-box .tab-icon {
	font-size: 0;
}
.public-footer .body-box .center-box .tab-icon .share-item {
	position: relative;
	display: inline-block;
	margin-right: 12px;
}
.public-footer .body-box .center-box .tab-icon .share-item span {
	display: inline-block;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.1);
	border-radius: 100%;
	line-height: 40px;
	text-align: center;
}
.public-footer .body-box .center-box .tab-icon .share-item span:hover {
	background: #0064FF;
}
.public-footer .body-box .center-box .tab-icon .share-item .er-box {
	position: absolute;
	left: -55px;
	top: 70px;
	display: none;
}
.public-footer .body-box .center-box .tab-icon .share-item .er-box:before {
	position: absolute;
	content: '';
	background: url(../images/icon_18.png);
	width: 17px;
	height: 9px;
	top: -9px;
	left: 50%;
	margin-left: -8px;
}
.public-footer .body-box .center-box .tab-icon .share-item.er-share:hover .er-box {
	display: block;
}
.public-footer .body-box .right-box {
	float: right;
}
.public-footer.en .body-box .right-box{
	width:20%;
}
.public-footer .body-box .right-box ul li {
	font-size: 14px;
	color: #ccc;
	line-height: 2;
}
.public-footer .body-box .right-box ul li span{
	font-size:20px;
	color:#fff;
	font-weight:700;
	letter-spacing:1.2px;
}
.public-footer .body-box .right-box ul li:first-child{
	font-size:16px;
	font-weight:700;
	color:#fff;
}
.public-footer .body-box .right-box ul li img{
	margin-right:15px;margin-top:-1px;
}
.public-footer.en .body-box .right-box ul li:nth-child(3){
	position:relative;
	padding-left:35px;
}
.public-footer.en .body-box .right-box ul li:nth-child(3) img{
	position:absolute;
	left:0;
	top:10px;
}
.public-footer .bottom-box {
	margin-top: 60px;
	height: 60px;
	line-height: 60px;
}
.public-footer .bottom-box .link-box {
	float: left;
}
.public-footer .bottom-box .link-box span {
	font-size: 14px;
	color: #ccc;
}
.public-footer .bottom-box .link-box a {
	color: #ccc;
	font-size: 14px;
	display: inline-block;
	margin-left: 15px;
}
.public-footer .bottom-box .link-box a:hover {
	color: #fff;
}
.public-footer .bottom-box .other-box {
	float: right;
	font-size: 0;
}
.public-footer .bottom-box .other-box a {
	display: inline-block;
	margin-left: 15px;
}
.public-footer .copy-box {
	border-top: 1px solid #ccc;
	line-height: 70px;
	height: 70px;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
}
.public-footer .copy-box .left {
	float: left;
}
.public-footer .copy-box .right {
	float: right;
	opacity:0;
}
@media screen and (max-width: 1700px) {
	.public-header .block {
		padding-left: 50px;
		padding-right: 50px;
	}
	.block {
		width: 1300px;
	}
	.public-footer .body-box.block {
		width: 1300px;
	}
	.public-footer .body-box .left-box dl {
		margin-right: 40px;
	}
	.public-footer .body-box .center-box {
		margin-left: 60px;
	}
}
.mouse {
	position: absolute;
	z-index: 998;
	bottom: 50px;
	left: 50%;
	margin-left: -17px;
	animation: down 1.2s infinite;
	-webkit-animation: down 1.2s infinite;
	cursor: pointer;
}
@keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}
@-webkit-keyframes down {
	0% {
		transform: translate(0);
	}
	20% {
		transform: translateY(15px);
	}
	40% {
		transform: translate(0);
	}
}
.video-pop {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 999999999;
}
.video-pop .pop-bg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	cursor: pointer;
}
.video-pop .video-box {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 9;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.video-pop .video-box video {
	outline: none;
	max-width:1200px;
	max-height:650px;
}
.public_a {
	position: relative;
	margin: 0 auto;
	height: 40px;
	line-height: 38px;
	border: 1px solid #e1e1e1;
	width: 144px;
	margin-top: 27px;
	display: block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
}
.public_a span {
	position: relative;
	color: #999999;
	font-size: 14px;
	display: inline-block;
	vertical-align: middle;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #0064FF;
	transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
	transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}
.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}
.public_a:hover {
	border-color: #0064FF;
}
.public_a:hover span {
	color: #fff;
}
/*# sourceMappingURL=common.css.map */