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;
}
html{
	scrollbar-width:none;
}
body {
	color: #333;
	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");
}
@font-face {
	font-family: "Fut-B";
	src: url("../fonts/Futura-B.ttf");
}
@font-face {
	font-family: "Mi";
	src: url("../fonts/MiSans-Bold.ttf");
}
td,
th,
caption {
	font-size: 14px;
}
a {
	color: #333;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a:visited,
a:focus,
a:hover {
	text-decoration: none;
	color: #333;
}
.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;
	transition:all .5s;
	box-sizing: border-box;
}
.public-header.on{
	top:-120px;
}
.public-header .body-box {
	display:flex;
	justify-content:space-between;
	margin-left:4.3%;
	margin-right:4.3%;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
	box-sizing: border-box;
}
.public-header .body-box .logo-box{
	line-height:100px;
}
.public-header .body-box .logo-box img {
	max-height:60px;
	transition:all .3s;
}
.public-header.active .body-box .logo-box img,
.public-header .body-box .logo-box img.active{
	display:none;
}
.public-header.active .body-box .logo-box img.active{
	display:inline-block;
}
.public-header .body-box .link-box {
	width:71%;
	text-align:right;
	display:flex;
	justify-content:flex-end;
	box-sizing:border-box;
}
.public-header .body-box li {
	position: relative;
	float: left;
	text-align: center;
	margin-left:60px;
	line-height:100px;
	transition: all 0.3s;
}
.public-header .body-box li a {
	display: inline-block;
	position: relative;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
	width: 100%;
	color:#fff;
	box-sizing: border-box;
}
.public-header.active .body-box li a{
	color:#333;
}
.public-header .body-box li a:before {
	position: absolute;
	content: '';
	height: 1px;
	background:#ffffff;
	left: 50%;
	margin-left: 0;
	width: 0px;
	transition: all 0.3s;
	bottom: 0px;
}
.public-header.active .body-box li a:before{
	background:#1a2d43;
}
.public-header.active .body-box li:hover > a,
.public-header.active .body-box li.active > a {
	color: #1a2d43 !important;
}
.public-header .body-box li:hover a:before,
.public-header .body-box li.active a:before{
	width: 64px;
	height:3px;
	margin-left: -32px;
}
.public-header .tel-box{
	font-size:22px;
	line-height:100px;
	color:#ffffff;
	font-family:'Fut';
	transition: all 0.3s;
}
.public-header.active .tel-box{
	color:#333;
}
.public-header .tel-box img{
	position:relative;
	top:-1px;
	margin-right:12px;
}
.public-header.active .tel-box img,
.public-header .tel-box img.active{
	display:none;
}
.public-header.active .tel-box img.active{
	display:inline-block;
}
.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{
	border-bottom:none;
}
.public-header.active .body-box li,
.public-header.active .tel-box,
.public-header.active .body-box .logo-box{
	line-height:80px;
}






/*底部*/
.public-footer {
	background:#222222;
	padding-top:50px;
	box-sizing:border-box;
}
.public-footer .block{
	width:1600px;
}
.public-footer .body-box .logo-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	border-bottom:1px solid rgba(255, 255, 255, 0.1);
	padding-bottom:40px;
	box-sizing:border-box;
}
.public-footer .body-box .logo-box .left-box{
	display:flex;
	justify-content:flex-start;
}
.public-footer .body-box .logo-box .left-box .img-box{
	position:relative;
}
.public-footer .body-box .logo-box .left-box .img-box:before{
	position:absolute;
	content:'';
	width:1px;
	height:45px;
	background:rgba(255, 255, 255, 0.5);
	right:-64px;
	top:10px;
}
.public-footer .body-box .logo-box .left-box .txt-box{
	margin-left:125px;
}
.public-footer .body-box .logo-box .left-box .txt-box p{
	font-size:16px;
	color:#FFFFFF;
	font-weight:700;
	margin-bottom:18px;
}
.public-footer .body-box .logo-box .left-box .txt-box h3{
	font-size:24px;
	font-family:'Fut';
	color:#fff;
}
.public-footer .body-box .logo-box .left-box .txt-box h3 img{
	position:relative;
	top:-2px;
	margin-right:10px;
}
.public-footer .body-box .qrcode{
	display:flex;
	justify-content:flex-end;
	height:100px;
}
.public-footer .body-box .qrcode .er-box{
	margin-left:60px;
}
.public-footer .body-box .qrcode .er-box p{
	position:relative;
	font-size:16px;
	color:#fff;
	text-align:center;
	writing-mode:vertical-rl;
	margin-left:110px;
	margin-top:-90px;
}
.public-footer .body-box .logo-box .qrcode .er-box .img-box img{
	width:100px;
	height:100px;
}
.public-footer .body-box .tab-box{
	margin-top:50px;
	display:flex;
	justify-content:space-around;
}
.public-footer .body-box .tab-box dl > a{
	color:#fff;
	font-size:16px;
	margin-bottom:12px;
	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 .copy-box{
	margin-top:60px;
	height:80px;
	line-height:80px;
	border-top:1px solid rgba(255, 255, 255, 0.1);
}
.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:180px;
	display: inline-block;
	text-align: center;
	font-size: 0;
	border:1px solid #fff;
	overflow: hidden;
}
.public_a span {
	position: relative;
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
	z-index: 3;
	color:#fff;
}
.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: #1a2d43;
	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: #EA5506;
	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:#EA5506;
	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:12px;
	height:12px;
	border-radius:50%;
	opacity:1;
	background:#CDCDCD;
}
.public-pagination .swiper-pagination-bullet-active{
	background:#1a2d43;
}





/*视频*/
.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:300px;
	right:10px;z-index:99999;display:none;text-align:center;
}
#top img{
	width:70px;
}*/



/*右侧悬浮*/
.online{ 
	position:fixed;
	width:50px;
	top:50%;
	right:5px;
	margin-top:-90px;
	background:rgba(0,0,0,0.6);
	padding:20px 0;
	border-radius:50px;
	z-index:30;
}
.onlinelist{ 
	color:#FFFFFF;
	margin:0;
}
.onlinelist li{ 
	height:50px;
	line-height:50px;
	cursor:pointer;
	white-space:nowrap;
	position:relative;
}
.onlinelist li a{ 
	color:#FFFFFF;
	display:block;
}
.onlineico{ 
	width:50px;
	line-height:50px;
	text-align:center;
	position:relative;
	z-index:1;
}
.onlinelist li.on .onlineico{ 
	background:rgba(26,45,67,0.4);
}
.onlinewx:hover{ 
	background:rgba(26,45,67,0.4);
}
.onlinewximg{ 
	position:absolute;
	right:50px;
	top:0;
	border-bottom-left-radius:4px;
	border-top-left-radius:4px;
	background:rgba(26,45,67,0.6);
	padding:10px;
	font-size:14px;
	color:#ffffff;
	line-height:24px;
	transform:translateX(50px);
	-webkit-transform:translateX(50px);
	transition:all 0.3s ease-in 0s;
	-webkit-transition:all 0.3s ease-in 0s;
	opacity:0;
	visibility:hidden;
}
.onlinewximg img{ 
	max-width:85px;
}
.onlinewx:hover .onlinewximg{ 
	opacity:1;
	transform:translateX(0%);
	-webkit-transform:translateX(0%);
	visibility:visible;
}
.onlinetop:hover{ 
	background:rgba(26,45,67,0.4);
}
.onlinewxtel{
	padding:0 10px;
}
.onlinewximg p{
	margin-top:10px;
	text-align:center;
}
.onlinewxtel p{
	margin-top:0;
	line-height:50px;
}



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