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;
}
@font-face {
/*  font-family: "myFirstFont";
  src: url("../fonts/SourceHanSerifCN-Regular.woff2") format("woff2"), url("../fonts/SourceHanSerifCN-Regular.woff") format("woff"), url("../fonts/SourceHanSerifCN-Regular.ttf") format("truetype"), url("../fonts/SourceHanSerifCN-Regular.eot") format("embedded-opentype"), url("../fonts/SourceHanSerifCN-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;*/
  font-family: myFirstFont;
  src: url('../fonts/SourceHanSerifCN-Regular.otf'), url('../fonts/SourceHanSerifCN-Regular.otf');
}
body {
	color: #4c4c4c;
	font: normal 14px "Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
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: 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: relative;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9999;
}
.public-header .centent-box {
	background: rgba(255, 255, 255, 0.8);
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	box-sizing: border-box;
}
.public-header .body-box {
	position: relative;
	padding-left: 8.3%;
	padding-right: 8.3%;
}
.public-header .body-box .logo-box {
	float: left;
}
.public-header .body-box .logo-box img{
	max-height:60px;
}
.public-header .body-box .right-box {
	float: right;
}
.public-header .body-box li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin-left: 8vh;
}
.public-header .body-box li a {
	display: inline-block;
	position: relative;
	font-weight: 400;
	font-size: 16px;
	color: #808080;
	text-align: center;
}
.public-header .body-box li a:before {
	position: absolute;
	content: '';
	height: 1px;
	background: #c22c37;
	left: 50%;
	margin-left: 0;
	width: 0px;
	bottom: 28px;
	transition: all 0.3s;
}
.public-header .body-box li.active a,
.public-header .body-box li:hover a {
	color: #c22c37 !important;
}
.public-header .body-box li.active a:before,
.public-header .body-box li:hover a:before {
	width: 100%;
	margin-left: -50%;
	bottom: 28px;
}
.public-header .tab-btn {
	position: absolute;
	left: 0;
	top: -4vh;
	line-height: 40px;
	height: 7vh;
	line-height: 7vh;
	width: 8.3%;
	font-size: 0;
	opacity: 0;
	transition: top .3s;
}
.public-header .tab-btn .icon-box {
	display: inline-block;
	width: 50%;
	height: 100%;
	background: #c22c37;
	text-align: center;
	vertical-align: top;
}
.public-header .tab-btn .san {
	width: 50%;
	height: 100%;
	line-height: 7vh;
	display: inline-block;
	background: #fff;
	text-align: center;
	cursor: pointer;
	vertical-align: top;
}
.public-header .tab-btn .san .icon {
	width: 6vh;
	height: 6vh;
	display: inline-block;
	line-height: 6vh;
	vertical-align: middle;
	border-radius: 100%;
}
.public-header .tab-btn .san .icon img {
	display: inline-block;
	vertical-align: middle;
}
.public-header .tab-btn .san .icon img.active {
	display: none;
}
.public-header .tab-btn .san:hover .icon {
	background: #c22c37;
}
.public-header .tab-btn .san:hover .icon img {
	display: none;
}
.public-header .tab-btn .san:hover .icon img.active {
	display: inline-block;
}
.public-header.active .centent-box {
	display: none;
	-webkit-animation: tem50_headerdonghua .5s;
	animation: tem50_headerdonghua .5s;
	width: 100%;
	z-index: 9999999;
	height: 85px;
	line-height: 85px;
}
.public-header.active .tab-btn {
	opacity: 1;
	top: 0;
}
.public-header.on .centent-box {
	display: block;
}
.public-header.on .tab-btn {
	opacity: 0;
	top: -4vh;
}
@-webkit-keyframes tem50_headerdonghua {
	0% {
		top: -100px;
	}
	100% {
		top: 0;
	}
}
@keyframes tem50_headerdonghua {
	0% {
		top: -100px;
	}
	100% {
		top: 0;
	}
}
.public-footer {
	position: relative;
	z-index: 9999;
	background: #1a1a1a;
	margin-top: 150px;
}
.public-footer .body-box {
	padding-top: 60px;
	padding-left: 8.3%;
	padding-right: 8.3%;
}
.public-footer .body-box .logo-box {
	float: left;
	margin-right: 60px;
}
.public-footer .body-box .tab-box {
	float: left;
}
.public-footer .body-box .tab-box dl {
	float: left;
	width: 15vh;
}
.public-footer .body-box .tab-box dl dt {
	font-size: 16px;
	color: #c22c37;
	margin-bottom: 18px;
}
.public-footer .body-box .tab-box dl dd a {
	font-size: 14px;
	color: #bfbfbf;
	line-height: 2;
}
.public-footer .body-box .tab-box dl dd a:hover {
	color: #fff;
}
.public-footer .body-box .er-box {
	float: right;
	font-size: 0;
}
.public-footer .body-box .er-box .item-box {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
}
.public-footer .body-box .er-box .item-box:nth-child(1) {
	margin-left: 0;
}
.public-footer .body-box .er-box .item-box p {
	text-align: center;
	color: #bfbfbf;
	font-size: 14px;
	margin-top: 10px;
}
.public-footer .link-box {
	text-align: center;
	color: #fff;
	margin-top: 60px;
}
.public-footer .link-box label {
	font-size: 18px;
}
.public-footer .link-box a {
	color: #fff;
	display: inline-block;
	margin-right: 20px;
}
.public-footer .copy-box {
	margin-top: 35px;
	height: 55px;
	line-height: 55px;
	text-align: center;
	color: #808080;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.public-footer .copy-box span {
	display: inline-block;
	margin-left: 30px;
}
.banner-box img {
	width: 100%;
}
@media screen and (max-width: 1800px) {
	.public-footer .body-box {
		padding-left: 3%;
		padding-right: 3%;
	}
	.public-header .body-box li{
		margin-left:5vh;
	}
}
/*# sourceMappingURL=common.css.map */