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;
	height: 90px;
	line-height: 89px;
}
#header .logo-box {
	float: left;
}
#header .logo-box img {
	transition: height .36s ease;
	height: 60px;
}
#header .logo-box img.active{
	display:none;
}
#header .right-box {
	float: right;
}
#header .right-box .link-box {
	float: left;
}
#header .right-box ul li {
	float: left;
	text-align: center;
	margin-left: 52px;
}
#header .right-box ul li a {
	position: relative;
	color: #ffffff;
	height: 90px;
	font-size: 16px;
	display: inline-block;
	transition: all 0.3s;
}
/*#header .right-box ul li a:before {
	position: absolute;
	content: '';
	height: 2px;
	background: #ef9b11;
	left: 50%;
	margin-left: 0;
	width: 0px;
	transition-property: margin, width;
	transition-duration: 0.3s, 0.3s;
	bottom: 0px;
}*/
#header .right-box ul li a:hover,
#header .right-box ul li.active a {
	color: #ef9b11;
}
/*#header .right-box ul li.active a:before {
	width: 100%;
	margin-left: -50%;
}*/
/*#header .right-box ul li a:hover:before {
	width: 100%;
	margin-left: -50%;
}*/
#header .right-box .tel-box {
	float: left;
	margin-left: 85px;
	font-size: 30px;
	color: #ef9b11;
	font-family: 'Times New Roman';
}
#header .right-box .tel-box img {
	margin-right: 16px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
#header.active {
	height: 80px;
	line-height: 80px;
	background:#fff;
	box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.1);
	transition: all 0.3s;
}
#header.active .logo-box img {
	display:none;
	transition: all 0.3s;
	height: 50px;
}
#header.active .logo-box img.active{
	display:inline-block;
}
#header.active .right-box ul li a {
	height: 80px;
	color:#333;
}
#header.active .right-box ul li.active a{
	color:#EF9B11;
	font-weight:700;
}

/*底部*/
.public-footer {
	background: #333333;
	background-size: cover;
	padding-top: 50px;
	overflow: hidden;
}
.public-footer .body-box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 1600px;
	margin: 0 auto;
	margin-bottom: 52px;
}
.public-footer .body-box .link ul {
	display: inline-block;
	vertical-align: top;
}
.public-footer .body-box .link ul:nth-child(1) {
	margin-right: 70px;
}
.public-footer .body-box .link li {
	margin-bottom: 10px;
}
.public-footer .body-box .link li a {
	color: #cccccc;
	font-size: 14px;
}
.public-footer .body-box .link li a:hover {
	color: #fff;
}
.public-footer .body-box .cons-box dl dt {
	font-size: 16px;
	color: #cccccc;
	margin-bottom: 12px;
}
.public-footer .body-box .cons-box dl dd {
	font-size: 14px;
	color: #cccccc;
	line-height: 1.8;
}
.public-footer .body-box .right-box {
	text-align: center;
	font-size: 0;
}
.public-footer .body-box .right-box .er-box {
	display: inline-block;
	vertical-align: top;
}
.public-footer .body-box .right-box .er-box .img-box img {
	width: 135px;
	height: 135px;
	border-radius: 4px;
	object-fit: cover;
}
.public-footer .body-box .right-box .er-box:nth-child(1) {
	margin-right: 30px;
}
.public-footer .body-box .right-box .er-box p {
	font-size: 14px;
	color: #dddddd;
	margin-top: 12px;
}
.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: 80px;
}
.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;
}
.public_a {
	position: relative;
	height: 48px;
	line-height: 48px;
	width: 150px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	background-color: #fff;
	overflow: hidden;
	border-radius: 4px;
}
.public_a span {
	position: relative;
	color: #999999;
	font-size: 15px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
}
.public_a span img {
	margin-left: 12px;
}
.public_a span img.active {
	display: none;
}
.public_a:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
	border-radius: 4px;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #ef9b11;
	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;
}
@media screen and (max-width: 1800px) {
	.block {
		width: 1300px;
	}
	.public-footer .body-box {
		width: 1300px;
	}
	.public-footer .body-box .right-box .er-box:nth-child(1) {
		margin-right: 20px;
	}
	.public-footer .body-box .link ul:nth-child(1) {
		margin-right: 40px;
	}
}
/*# sourceMappingURL=common.css.map */