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;
	line-height:1;
}
body {
	color: #222;
	font-size: 14px !important;
	background: #fff;
	font-family: "PingFang SC","Microsoft YaHei", "Arial", "Helvetica Neue", "Helvetica", "Hiragino Sans GB", "STHeiti", "Microsoft JhengHei", SimSun, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	line-height: 1.6;
}
@font-face {
	font-family: "Fut";
	src: url("../fonts/Futura.ttf");
}
td,
th,
caption {
	font-size: 14px;
}
a {
	color: #222;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
	text-decoration: none;
	color: #222;
}
.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: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;
}



/*顶部*/
.public-header {
	position: fixed;
	top: 0;
	z-index: 9999;
	left: 0;
	right: 0;
	height:100px;
	line-height:100px;
	box-sizing: border-box;
}
.public-header .body-box {
	box-sizing: border-box;
	display:flex;
	justify-content:space-between;
	padding-left:4%;
	padding-right:4%;
	box-sizing:border-box;
}
.public-header .body-box .logo-box{
	line-height:100px;
}
.public-header .body-box .logo-box img {
	max-height:60px;
}
.public-header .body-box .link-box {
	width:65%;
	text-align:right;
	display:flex;
	justify-content:flex-end;
	padding-right:50px;
	box-sizing:border-box;
}
.public-header .body-box li {
	position: relative;
	float: left;
	text-align: center;
	margin-left:60px;
	line-height:100px;
}
.public-header .body-box li a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	color:#fff;
}
.public-header .body-box li a:before {
	position: absolute;
	content: '';
	height: 1px;
	background: #E6081F;
	left: 50%;
	margin-left: 0;
	width: 0px;
	transition: all 0.3s;
	bottom: 0px;
}
.public-header .body-box li:hover > a,
.public-header .body-box li.active > a {
	color: #E6081F !important;
}
.public-header .body-box li:hover a:before,
.public-header .body-box li.active a:before{
	width: 64px;
	height:3px;
	margin-left: -32px;
	display:none;
}
.public-header .tel-box{
	font-size:26px;
	line-height:100px;
	color:#fff;
	font-family:'Fut';
}
.public-header .tel-box img.active{
	display:none;
}
.public-header .tel-box img{
	position:relative;
	top:-1px;
	margin-right:12px;
}

.public-header.active {
	background: #fff;
	height: 80px;
	line-height: 80px;
	transition: all 0.3s;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}
.public-header.active .body-box .logo-box{
	line-height:80px;
}
.public-header.active .body-box .logo-box img{
	max-height:50px;
	transition:all .3s ease;
}
.public-header.active .tel-box{
	line-height:80px;
	color:#222;
}
.public-header.active .tel-box img {
	display: none;
}
.public-header.active .tel-box img.active {
	display: inline-block;
}
.public-header.active .body-box li{
	line-height:80px;
	transition:all .3s;
}
.public-header.active .body-box .link-box a {
	color: #222;
}
.public-header.active .body-box .link-box li.active > a,
.public-header.active .body-box .link-box li:hover > a {
	color: #ef0512 !important;
}








/*底部*/
.public-footer {
	background:url('../images/img_3.png') center center no-repeat;
	background-size:cover;
	padding-top:75px;
	box-sizing:border-box;
}
.public-footer .body-box{
	display:flex;
	justify-content:space-between;
}
.public-footer .body-box .logo-box .img-box{
	margin-bottom:40px;
}
.public-footer .body-box .logo-box h3{
	color:#fff;
	font-size:16px;
	font-weight:400;
	margin-bottom:10px;
}
.public-footer .body-box .logo-box h3 img{
	margin-right:10px;
}
.public-footer .body-box .logo-box h3 span{
	font-size:22px;
	color:#fff;
	font-family:'Fut';
}
.public-footer .body-box .logo-box p{
	font-size:16px;
	color:#666666;
	line-height:36px;
}
.public-footer .body-box .logo-box p img{
	margin-right:10px;
	position:relative;
	top:-2px;
}
.public-footer .body-box .tab-box{
	display:flex;
	justify-content:space-around;
	width:70%;
}
.public-footer .body-box .tab-box dl > a{
	font-size:16px;
	color:#fff;
	margin-bottom:10px;
	display:inline-block;
}
.public-footer .body-box .tab-box dl dd a{
	color:#999;
	font-size:14px;
	line-height:30px;
}
.public-footer .body-box .tab-box dl dd a:hover{
	color:#fff;
}
.public-footer .body-box .qrcode{
	display:flex;
	justify-content:flex-end;
}
.public-footer .body-box .qrcode .er-box{
	margin-left:20px;
}
.public-footer .body-box .qrcode .er-box img{
	width:100px;
	height:100px;
}
.public-footer .body-box .qrcode .er-box p{
	font-size:14px;
	color:#fff;
	text-align:center;
	margin-top:15px;
}
.public-footer .copy-box{
	margin-top:60px;
	text-align:left;
	border-top:1px solid rgba(255, 255, 255, 0.1);
}
.public-footer .copy-box .block{
	height:80px;
	line-height:80px;
}
.public-footer .copy-box span,
.public-footer .copy-box a{
	font-size:14px;
	color:#999;
}
.public-footer .copy-box a{
	margin-left:8px;
	margin-right:8px;
}
.public-footer .copy-box a:last-child{
	opacity:0;
}





/*更多效果*/
.public_a {
	position: relative;
	height:50px;
	line-height:50px;
	width:165px;
	display: inline-block;
	text-align: center;
	font-size: 0;
	border-radius:25px;
	border:1px solid #999;
	overflow: hidden;
}
.public_a span {
	position: relative;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
	color:#999;
}
.public_a span img {
	margin-left:12px;
	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%;
	box-sizing: border-box;
}
.public_a:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #E6081F;
	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{
	border-color:transparent;
}
.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;
}



.public_a_w {
	position: relative;
	height:73px;
	line-height:73px;
	width:286px;
	display: inline-block;
	text-align: center;
	box-sizing: border-box;
	font-size: 0;
	border-radius:10px;
	border: 1px solid #ffffff;
	overflow: hidden;
}
.public_a_w span {
	position: relative;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
}
.public_a_w span img {
	margin-left: 20px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.public_a_w span img.active {
	display: none;
}
.public_a_w:after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.public_a_w:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 0;
	height: 100%;
	background: #E6081F;
	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_w:hover{
	border-color:#E6081F;
	box-sizing:border-box;
}
.public_a_w:hover:before,
.public_a_w:focus:before,
.public_a_w:hover:before {
	right: auto;
	left: 0;
	width: 100%;
}
.public_a_w:hover span img {
	display: none;
}
.public_a_w:hover span img.active {
	display: inline-block;
}





/*圆点*/
.public-pagination .swiper-pagination-bullet{
	margin:0 8px !important;
	width:13px;
	height:13px;
	border:2px solid rgba(255, 255, 255, 0.5);
	border-radius:50%;
	opacity:1;
	background:transparent;
	box-sizing:border-box;
}
.public-pagination .swiper-pagination-bullet-active{
	background:#E6081F;
	border-color:#E6081F;
}






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



/*top箭头*/
#top{
	position:fixed;bottom:60px;right:10px;z-index:99999;display:none;width:48px;height:48px;background:#000;line-height:48px;text-align:center;
	transition:all .3s;
}
#top img{
	width:30px;
}
#top:hover{
	background:#E6081F;
}




@media screen and (max-width: 1680px) {
	.block {
		width: 1300px!important;
	}
	.public-header .body-box .link-box{
		width:62%;
	}
	.public-header .body-box li{
		margin-left:40px;
	}
}
/*# sourceMappingURL=./common.css.map */