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;
}
body {
	color: #4c4c4c;
	font-size: 14px !important;
	background: #fff;
	font-family: "PingFang SC", "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	line-height: 1.6;
}
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;
}
.swiper-pagination-bullet,
.swiper-button-next,
.swiper-button-prev {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: none;
	text-decoration: none;
}
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: 1300px;
	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:70px;
	line-height:68px;
	box-sizing: border-box;
	background: transparent;
}
.public-header .body-box {
	padding-left: 80px;
	padding-right: 80px;
	box-sizing: border-box;
	width: 100%;
}
.public-header .body-box:before {
	position: absolute;
	content: '';
	bottom: 0;
	left: 52px;
	right: 52px;
	height: 1px;
	background: rgba(255, 255, 255, 0.38);
}
.public-header .body-box .logo-box {
	float: left;
}
.public-header .body-box .logo-box img {
	height:50px;
}
.public-header .body-box .logo-box img.active {
	display: none;
}
.public-header .right-box .tel-box {
	float: right;
	margin-left: 100px;
	cursor: pointer;
	line-height: 70px;
	color: #fff;
	font-weight: 700;
	font-size: 26px;
}
.public-header.active .right-box .tel-box{
	color:#666;
}
.public-header .right-box .tel-box img {
	margin-right: 12px;
}
.public-header .right-box .tel-box img.active{
	display:none;
}
.public-header.active .right-box .tel-box img{
	display:none;
}
.public-header.active .right-box .tel-box img.active{
	display:inline-block;
}
.public-header .right-box .language-box{
	float:right;
	margin-left:80px;
}
.public-header .right-box .language-box img{
	height:20px;
}
.public-header .body-box .link-box {
	float: right;
}
.public-header .body-box li {
	position: relative;
	float: left;
	text-align: center;
	margin-left:50px;
}
.public-header .body-box li:hover,
.public-header .body-box li.active{
	border-bottom:3px solid #fff;box-sizing:border-box;
}
.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%;
	box-sizing: border-box;
	transition: all 0.2s;
}
.public-header.active {
	background: #fff;box-sizing:border-box;
	height:70px;
	line-height:70px;
	transition: all 0.3s;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}
.public-header.active .body-box .logo-box img {
	display: none;
}
.public-header.active .body-box .logo-box img.active {
	display: inline-block;
	height: 50px;
}
.public-header.active .body-box .link-box a {
	color: #333;
}
.public-header.active .body-box .link-box li.active,
.public-header.active .body-box .link-box li:hover{
	border-color:#51c0bc !important;
}
.public-footer {
	background-color: #222222;
	padding-top: 60px;
	padding-bottom: 60px;
}
.public-footer .block {
	width: 1600px;
}
.public-footer .left-box {
	float: left;
}
.public-footer .left-box h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: -5px;
	line-height: 1;
}
.public-footer .left-box ul li {
	font-size: 16px;
	color: #c5c5c5;
	margin-top: 35px;
}
.public-footer .left-box ul li em {
	display: inline-block;
	margin-left: 35px;
	margin-right: 35px;
}
.public-footer .left-box ul li span {
	display: inline-block;
	margin-left: 30px;
}
.public-footer .right-box {
	float: right;
	text-align: center;
}
.public-footer .right-box .item-box {
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
}
.public-footer .right-box .item-box .img-box img{
	width:93px;height:93px;
}
.public-footer .right-box .item-box p {
	font-size: 14px;
	color: #ffffff;
	line-height: 1;
	margin-top: 18px;
}
.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);
	}
}
.public_a {
	position: relative;
	height: 45px;
	line-height: 45px;
	width: 145px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-color: #fff;
	overflow: hidden;
}
.public_a span {
	position: relative;
	color: #ef0512;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
}
.public_a span img {
	margin-left: 13px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.public_a span img.active {
	display: none;
}
.public_a:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #ef0512;
	box-sizing: border-box;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background:#51c0bc;
	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);
	z-index: 2;
}
.public_a:hover:before,
.public_a:focus:before,
.public_a:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}
.public_a:hover span {
	color: #fff;
}
.public_a:hover span img {
	display: none;
}
.public_a:hover span img.active {
	display: inline-block;
}
.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;
	width: 750px;
	height: auto;
}
.public-pagination .swiper-pagination-bullet{
	width:15px;height:15px;background:transparent;
	border:1px solid #51c0bc;box-sizing:border-box;
}
.public-pagination .swiper-pagination-bullet-active{
	background:#51c0bc;
}
@media screen and (max-width: 1680px) {
	.block {
		width: 1300px!important;
	}
	.public-header .body-box {
		padding-left: 45px;
		padding-right: 45px;
	}
	.public-header .body-box li {
		margin-left: 40px;
	}
}
/*# sourceMappingURL=./common.css.map */