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{
	overflow-x:hidden;
}
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: "Mi-L";
	src: url("../fonts/MiSans-ExtraLight.ttf");
}
@font-face {
	font-family: "Mi-M";
	src: url("../fonts/MiSans-Medium.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:1300px;
	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;
	border-bottom:1px solid rgba(255, 255, 255, 0.2);
	box-sizing: border-box;
	transition: all .5s;
}
.public-header .body-box {
	box-sizing: border-box;
	display:flex;
	justify-content:space-between;
	padding:0 80px;
}
.public-header .body-box .logo-box{
	line-height:100px;
}
.public-header .body-box .logo-box img{
	max-height:60px;
}
.public-header.on .body-box .logo-box img,
.public-header .body-box .logo-box img.active {
	display:none;
}
.public-header.on .body-box .logo-box img.active{
	display:inline-block;
}
.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%;
	color:#fff;
	box-sizing: border-box;
}
.public-header.on .body-box li a{
	color:#333;
}
.public-header .body-box li:hover > a,
.public-header .body-box li.active > a {
	color:#FF3A1F; !important;
}
.public-header .tel-box{
	font-size:22px;
	line-height:100px;
	color:#fff;
	font-family:'Mi-M';
}
.public-header.on .tel-box{
	color:#333;
}
.public-header.on .tel-box img,
.public-header .tel-box img.active{
	display:none;
}
.public-header.on .tel-box img.active{
	display:inline-block;
}
.public-header .tel-box img{
	position:relative;
	top:-1px;
	margin-right:12px;
}
.public-header.active{
	top:-120px;
}
.public-header.on{
	background:#fff;
	border-color:#eee;
}




/*底部*/
.public-footer {
	position: relative;
	z-index: 22;
	background:url('../images/img_5.jpg') center center no-repeat;
	background-size:cover;
	padding-top: 66px;
	box-sizing: border-box;
}
.public-footer .top-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding-bottom:55px;
	box-sizing:border-box;
}
.public-footer .top-box .logo-box{
	margin-bottom:20px;
}
.public-footer .top-box .txt-box p{
	font-size:16px;
	color:#fff;
	line-height:36px;
}
.public-footer .top-box .txt-box p span{
	font-size:24px;
	font-family:'DIN';
}
.public-footer .top-box .qrcode-box{
	display:flex;
	justify-content:flex-end;
}
.public-footer .top-box .qrcode-box .er-box{
	margin-left:40px;
}
.public-footer .top-box .qrcode-box .er-box img{
	width:100px;
	height:100px;
}
.public-footer .top-box .qrcode-box .er-box p{
	font-size:16px;
	color:#FFFFFF;
	text-align:center;
	margin-top:12px;
}

.public-footer .line{
	border-top:1px solid rgba(255, 255, 255, 0.1);
}

.public-footer .bottom-box{
	margin-top:55px;
	padding-bottom:130px;
	box-sizing:border-box;
	display:flex;
	justify-content:space-between;
}
.public-footer .bottom-box dl a dt{
	font-size:20px;
	color:#fff;
	margin-bottom:20px;
	font-weight:700;
}
.public-footer .bottom-box dl dd a{
	display:inline-block;
	font-size:14px;
	color:#fff;
	line-height:30px;
}
.public-footer .bottom-box dl dd:hover a{
	font-weight:700;
}
.public-footer .copy-box p{
	height:80px;
	line-height:80px;
	color:#fff;
}
.public-footer .copy-box p a{
	color:#fff;
	margin-left:15px;
}
.public-footer .copy-box p a img{
	position:relative;
	top:-2px;
	margin-right:8px;
}




/*更多效果*/
.public_a {
	position: relative;
	height:60px;
	line-height:60px;
	width:180px;
	display: inline-block;
	text-align: center;
	font-size: 0;
	border-radius:30px;
	background:#FF3A1F !important;
	overflow: hidden;
}
.public_a span {
	position: relative;
	font-size: 18px;
	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:#00269B;
	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;
}



.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:13px;
	height:13px;
	border:2px solid #fff;
	border-radius:50%;
	opacity:1;
	background:transparent;
	transition:all .5s;
	box-sizing:border-box;
}
.public-pagination .swiper-pagination-bullet-active{
	background:#FF3A1F;
	border-color:#FF3A1F;
}
/*.public-pagination-logo .swiper-pagination-bullet{
	margin:0 8px !important;
	width:10px;
	height:10px;
	border:1px solid #EA5506;
	border-radius:50%;
	opacity:1;
	background:transparent;
}
.public-pagination-logo .swiper-pagination-bullet-active{
	background:#EA5506;
	border-color:#EA5506;
}*/





/*视频*/
.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{
	position:fixed;bottom:200px;right:20px;z-index:99999;display:none;
	transition:all .3s;
}
#top img{
	width:80px;
	height:80px;
	cursor:pointer;
}



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