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{
	overflow-x:hidden;
}
body {
	overflow-x:hidden;
	color: #4c4c4c;
	font-size: 14px;
	font-family: PingFang SC, '微软雅黑', "Arial";
	background: #f8f8f8;
}
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: 1200px;
	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: 82px;
	line-height: 82px;
	box-sizing: border-box;
	background: #fff;
}
.public-header .block {
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	box-sizing: border-box;
}
.public-header .body-box {
	box-sizing: border-box;
}
.public-header .body-box .logo-box {
	float: left;
}
.public-header .body-box .link-box {
	float: right;
}
.public-header .body-box .tel-box{
	float:right;
	font-size:24px;
	margin-left:60px;
	font-weight:400;
	letter-spacing:1.5px;
}
.public-header .body-box .tel-box img{
	margin-right:10px;
	height:30px;
	position:relative;
	top:-3px;
}
.public-header .body-box li {
	float: left;
	text-align: center;
	margin-left: 60px;
}
.public-header .body-box li a {
	display: inline-block;
	position: relative;
	color: #808080;
	font-size: 16px;
	font-weight: 400;
	height: 22px;
	line-height: 22px;
	vertical-align: middle;
	width: 100%;
}
.public-header .body-box li a:before {
	position: absolute;
	content: '';
	height: 1px;
	background: #ba7254;
	left: 50%;
	margin-left: 0;
	width: 0px;
	transition: all 0.3s;
	bottom: -10px;
}
.public-header .body-box li:hover a,
.public-header .body-box li.active a {
	color: #ba7254;
}
.public-header .body-box li:hover a:before,
.public-header .body-box li.active a:before {
	width: 100%;
	margin-left: -50%;
	bottom: -10px;
}
.public-header .body-box li.active a span {
	transform: translate(0, -22px);
}
.public-header.active {
	-webkit-animation: tem50_headerdonghua .5s;
	animation: tem50_headerdonghua .5s;
	width: 100%;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
}
@-webkit-keyframes tem50_headerdonghua {
	0% {
		top: -100px;
	}
	100% {
		top: 0;
	}
}
@keyframes tem50_headerdonghua {
	0% {
		top: -100px;
	}
	100% {
		top: 0;
	}
}


/*底部*/
.public-footer {
	background: #262626;
	border-top: 8px solid #ba7254;
	padding-top: 40px;
}
.public-footer .block {
	width: 1204px;
}
.public-footer .logo-box {
	text-align: center;
	margin-bottom: 55px;
	position: relative;
}
.public-footer .body-box .left-box {
	float: left;
}
.public-footer .body-box .left-box .link-box {
	margin-top: 30px;
}
.public-footer .body-box .left-box .link-box label {
	font-size: 14px;
	color: #e9e9e9;
}
.public-footer .body-box .left-box .link-box a {
	color: #bfbfbf;
	font-size: 14px;
	display: inline-block;
	margin-right: 10px;
}
.public-footer .body-box dl {
	float: left;
	margin-left: 60px;
}
.public-footer .body-box dl:first-child {
	margin-left: 0;
}
.public-footer .body-box dl dt {
	font-size: 16px;
	color: #e5e5e5;
	padding-bottom: 8px;
	margin-bottom: 8px;
	position: relative;
}
.public-footer .body-box dl dd a {
	font-size: 14px;
	color: #bfbfbf;
	line-height: 2;
}
.public-footer .body-box dl dd a:hover {
	color: #fff;
}
.public-footer .body-box .right-box {
	float: right;
	font-size: 0;
}
.public-footer .body-box .right-box .item-box {
	display: inline-block;
	text-align: center;
	margin-left: 20px;
}
.public-footer .body-box .right-box .item-box p {
	font-size: 14px;
	color: #c7c7c7;
	margin-top: 10px;
}
.public-footer .copy-box {
	margin-top: 20px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #8b8b8b;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.banner-box img {
	width: 100%;
}


/*视频*/
.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:800px;
}




@media screen and (max-width: 1440px) {
	.public-footer .centent-box .left-box dl {
		margin-right: 70px;
	}
}
/*# sourceMappingURL=common.css.map */