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: -apple-system, "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	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;
}
#header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	padding-left: 58px;
	padding-right: 58px;
	box-sizing: border-box;
	background: #fff;
	height: 80px;
	line-height: 79px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#header .logo-box {
	float: left;
}
#header .logo-box img {
	max-height: 60px;
	transition: height .36s ease;
}
#header .right-box {
	float: right;
}
#header .right-box .link-box {
	float: left;
}
#header .right-box ul li {
	float: left;
	width: 120px;
	text-align: center;
}
#header .right-box ul li a {
	position: relative;
	color: #333333;
	height: 80px;
	font-size: 16px;
	display: inline-block;
}
#header .right-box ul li a:before {
	position: absolute;
	content: '';
	height: 2px;
	background: #FF5925;
	left: 50%;
	margin-left: 0;
	width: 0px;
	transition-property: margin, width;
	transition-duration: 0.3s, 0.3s;
	bottom: 0px;
}
#header .right-box ul li.active a {
	color: #FF5925;
}
#header .right-box ul li.active a:before {
	width: 100%;
	margin-left: -50%;
}
#header .right-box ul li a:hover {
	color: #FF5925;
}
#header .right-box ul li a:hover:before {
	width: 100%;
	margin-left: -50%;
}
#header .right-box .tel-box {
	float: left;
	margin-left: 25px;
	font-size: 30px;
	color: #333333;
	font-family: 'Times New Roman';
}
#header .right-box .tel-box img {
	margin-right: 20px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.public-footer {
	background: #222222;
	padding-top: 50px;
	overflow: hidden;
}
.public-footer .body-box {
	position: relative;
	box-sizing: border-box;
	padding-right: 645px;
	min-height: 200px;
	margin-bottom: 60px;
}
.public-footer .body-box .left-box .link-box {
	display: flex;
	justify-content: space-between;
}
.public-footer .body-box .left-box .link-box dl {
	max-width: 250px;
}
.public-footer .body-box .left-box .link-box dl dt {
	font-size: 16px;
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
}
.public-footer .body-box .left-box .link-box dl dd a {
	font-size: 14px;
	color: #cccccc;
	line-height: 2;
	transition: all .3s;
}
.public-footer .body-box .left-box .link-box dl dd a:hover {
	color: #fff;
}
.public-footer .body-box .right-box {
	width: 528px;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
}
.public-footer .block{
	width:1600px !important;
}
.public-footer .body-box .right-box .er-box {
	margin-right: 35px;
	box-sizing: border-box;
	text-align: center;
}
.public-footer .body-box .right-box .er-box .img-box img{
	width:150px;
	height:150px;
}
.public-footer .body-box .right-box .er-box p {
	font-size: 14px;
	color: #dddddd;
	margin-top: 17px;
}
.public-footer .body-box .right-box .link-box dl dt {
	font-size: 18px;
	color: #fff;
	margin-bottom: 5px;
}
.public-footer .body-box .right-box .link-box dl dd {
	font-size: 14px;
	color: #cccccc;
	line-height: 2;
}
.public-footer .bottom-box {
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.public-footer .bottom-box .copy-box {
	line-height: 85px;
}
.public-footer .bottom-box .copy-box p {
	font-size: 14px;
	color: #dddddd;
}
.public-footer .bottom-box .copy-box p span {
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
	box-sizing: border-box;
}
a.public-more {
	display: inline-block;
	position: relative;
	overflow: hidden;
	transition: all .3s;
	width: 160px;
	height: 45px;
	line-height: 43px;
	box-sizing: border-box;
	border: 1px solid #FF5925;
	text-align: center;
	font-size: 16px;
	color: #FF5925;
}
a.public-more span {
	position: relative;
}
a.public-more span img.active {
	display: none;
}
a.public-more:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #FF5925;
	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);
}
a.public-more:hover:before,
a.public-more:focus:before,
a.public-more:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}
a.public-more:hover {
	border-color: #FF5925 !important;
}
a.public-more:hover span {
	color: #fff;
}
a.public-more:hover img {
	display: none;
}
a.public-more:hover img.active {
	display: inline-block !important;
}
.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;
}
@media screen and (max-width: 1680px) {
	.block {
		width: 1300px;
	}
	.public-footer .block{
		width:1300px !important;
	}
	#header .right-box .tel-box {
		margin-left: 15px;
	}
	#header {
		padding-left: 48px;
		padding-right: 48px;
	}
	#header .right-box ul li {
		width: 108px;
	}
	.public-footer .body-box {
		padding-right: 580px;
	}
}
/*# sourceMappingURL=common.css.map */