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;
	height: auto;
}
body {
	position: relative;
	color: #333;
	font-size: 14px;
	font-family: PingFang SC, "寰蒋闆呴粦", Microsoft YaHei, "Arial";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow-x: hidden;
	line-height: 1.6;
	box-sizing: border-box;
}
@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");
}




.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	background: 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;
}
.med {
	line-height: normal;
	/* 閲嶇偣锛氳缃唴瀹硅楂樹负 normal */
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
td,
th,
caption {
	font-size: 14px;
}
a {
	color: #000;
	text-decoration: none !important;
}
a:hover {
	text-decoration: none !important;
}
a {
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
a:visited,
a:focus,
a:hover {
	text-decoration: none;
	color: #333;
}
em {
	font-style: normal;
}
img {
	border: 0;
	vertical-align: middle;
}
img {
	border: none;
}
ol,
ul,
li {
	list-style: none;
}
input,
textarea,
select,
button {
	font-size: 14px;
	outline: none;
}
button {
	cursor: pointer;
}
table {
	border-collapse: collapse;
}
video {
	object-fit: contain;
}
.block {
	width: 100%;
	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;
}



.banner-box > img{
	width:100%;
}
.banner-box .img-box img{
	width:100%;
}


/*椤堕儴*/
.public-header {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	height: 1.6rem;
	line-height: 1.6rem;
	z-index: 9999;
}
.public-header.on{
	background:#fff;
	box-shadow: 0 0 15px 0px rgba(0, 0, 0, 0.1);
}
.public-header .header-body {
	position: relative;
	height: 100%;
	padding-left: 0.32rem;
}
.public-header .logo-box {
	float: left;
	line-height:1.6rem;
}
.public-header .logo-box img {
	width: auto;
	max-height:0.8rem;
}
.public-header.on .logo-box img,
.public-header .logo-box img.active{
	display:none;
}
.public-header.on .logo-box img.active{
	display:inline-block;
}
.public-header .toggle-btn {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 1.333333rem;
}
.public-header .toggle-btn em {
	position: absolute;
	top: 0.326667rem;
	font-size: 0.346667rem;
	left: -0.533333rem;
	line-height:1.4;
	color:#fff;
}
.public-header.on .toggle-btn em{
	color:#333;
}
.public-header .toggle-btn .sr-only {
	position: relative;
	display: block;
	width: 0.666667rem;
	height: 0.04rem;
	background:#fff;
	margin: 0 auto;
	margin-top: 0.8rem;
}
.public-header .toggle-btn .sr-only:before {
	position: absolute;
	top: -0.16rem;
	left: 0;
	content: ' ';
	width: 100%;
	height: 0.04rem;
	background:#fff;
	transition: transform 0.5s;
}
.public-header .toggle-btn .sr-only:after {
	position: absolute;
	top: 0.16rem;
	left: 0;
	content: ' ';
	width: 100%;
	height: 0.04rem;
	background:#fff;
	transition: transform 0.5s;
}
.public-header.on .toggle-btn .sr-only:after,
.public-header.on .toggle-btn .sr-only:before,
.public-header.on .toggle-btn .sr-only{
	background:#333;
}
.public-header .nav-list {
	position: fixed;
	width: 50%;
	left: -51%;
	transition: all 0.6s;
	z-index: 9999;
	top: 0;
	bottom: 0;
	box-sizing: border-box;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.38);
}
.public-header .nav-list ul {
	overflow: scroll;
}
.public-header .nav-list li {
	position: relative;
	overflow: hidden;
	height: 1.6rem;
	line-height: 1.6rem;
	border-bottom: 1px solid rgba(67, 67, 67, 0.4);
}
.public-header .nav-list li a {
	position: relative;
	display: block;
	color: #fff;
	text-align:center;
	width: 100%;
	box-sizing: border-box;
	font-size: 0.4rem;
}
.public-header .nav-list li:last-child {
	border-bottom: none;
}
.public-header .nav-list li.active a {
	color:#1a2d43;
}
.public-header.active .toggle-btn .sr-only {
	background-color: transparent;
}
.public-header.active .toggle-btn .sr-only:before {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0;
}
.public-header.active .toggle-btn .sr-only:after {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 0;
}
.public-header.active .nav-list {
	left: 0;
}




.overlay {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 9;
}

/*鍦嗙偣*/
.public-pagination .swiper-pagination-bullet{
	height:0.2rem;
	width:0.2rem;
	border-radius:100%;
	opacity:1;
	background:#CDCDCD;
	border:1px solid #CDCDCD;
	margin:0 0.12rem !important;
	box-sizing:border-box;
}
.public-pagination .swiper-pagination-bullet-active{
	position:relative;
	display:inline-block;
	background:#1a2d43;
	border-color:#1a2d43;
}




/*top绠ご*/
.up {
	position: fixed;
	width: 0.933333rem;
	height: 0.933333rem;
	right: 0.32rem;
	bottom: 1.866667rem;
	z-index: 999;
	text-align: center;
}
.up img {
	height: 0.933333rem;
	vertical-align: middle;
}
.up.active{
	position: absolute;
  	bottom:7rem;
}



/*瑙嗛*/
.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: 100;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 90%;
}
.video-pop .video-box .close-btn {
	position: absolute;
	right: 0;
	top: -0.6rem;
	cursor: pointer;
}
.video-pop .video-box .close-btn img {
	height: 0.453333rem;
}
.video-pop .video-box video {
	outline: none;
	width: 100%;
	height: auto;
}



/*搴曢儴*/
/*搴曢儴*/
.public-footer-tab {
	position: fixed;
	left: 0.33rem;
	right: 0.33rem;
	bottom: 0.4rem;
	z-index: 999;
}
.public-footer-tab .centent-box {
	background:#1a2d43;
	border-radius: 0.4rem;
	box-shadow: 0.053333rem 0.053333rem 0.066667rem rgba(0, 0, 0, 0.2);
}
.public-footer-tab .item-box {
	position: relative;
	float: left;
	width: 25%;
	height: 0.866667rem;
	line-height: 0.866667rem;
	text-align: center;
	box-sizing: border-box;
}
.public-footer-tab .item-box a {
	display: block;
}
.public-footer-tab .item-box:before {
	position: absolute;
	content: '';
	right: 0;
	top: 0.133333rem;
	bottom: 0.133333rem;
	width: 1px;
	background: rgba(255, 255, 255, 0.6);
}
.public-footer-tab .item-box:last-child:before {
	display: none;
}
.public-footer-tab .item-box img {
	height: 0.453333rem;
}
.footer-bottom {
	position: relative;
}
.footer-bottom.active .public-footer-tab {
	position: absolute;
	bottom: auto;
	top: -1.2rem;
}
.public-footer {
	position: relative;
	background:#222;
	padding-top:0.8rem;
	padding-left: 0.32rem;
	padding-right: 0.32rem;
	box-sizing: border-box;
	margin-top:2.4rem;
}
.index .public-footer{
	margin-top:0;
}
.public-footer .body-box{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.public-footer .body-box .logo-box{
	width:72%;
}
.public-footer .logo-box .img-box img{
	max-height:0.8rem;
	margin-bottom:0.45rem;
}
.public-footer .body-box .logo-box h3{
	font-size:0.32rem;
	color:#fff;
	font-weight:400;
}
.public-footer .body-box .logo-box h3 img{
	height:0.32rem;
	margin-right:0.15rem;
}
.public-footer .body-box .logo-box span{
	font-family:'Fut';
	font-size:0.4rem;
}
.public-footer .body-box .qrcode{
	width:28%;
	display:flex;
	justify-content:flex-end;
}
.public-footer .body-box .qrcode .er-box{
	margin-left:0.2rem;
}
.public-footer .body-box .qrcode .er-box p{
	font-size:0.32rem;
	color:#cccccc;
	margin-top:0.2rem;
}
.public-footer .body-box .qrcode .img-box img{
	width:1.64rem;
}
.public-footer .copy-box{
	margin-top:0.65rem;
	border-top:1px solid rgba(255,255,255,0.1);
	text-align:left;
	padding-top:0.45rem;
	padding-bottom:0.25rem;
	box-sizing:border-box;
	text-align:center;
}
.public-footer .copy-box a,
.public-footer .copy-box span{
	font-size:0.32rem;
	color:#cccccc;
	line-height:0.6rem;
}











/*# sourceMappingURL=./common.css.map */