@charset "utf-8";
/* CSS Document */
::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #e6212a;
}
::-webkit-scrollbar-track {
    background-color: #eee;
}
::-webkit-scrollbar-thumb:horizontal {
    background-color: #e6212a;
}
::-webkit-scrollbar-track:horizontal {
    background-color: #e6212a;
}
::-webkit-scrollbar-corner {
    background-color: #e6212a;
}
*{
	box-sizing: border-box;
	outline: none;
}
@font-face {
  font-family: "Helvetica-Light";
  src: url('../fonts/Helvetica-Light.woff2') format('woff2'),
        url('../fonts/Helvetica-Light.woff') format('woff'),
        url('../fonts/Helvetica-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Helvetica-Black';
    src: url('../fonts/Helvetica85-Heavy.woff2') format('woff2'),
        url('../fonts/Helvetica85-Heavy.woff') format('woff'),
        url('../fonts/Helvetica85-Heavy.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica-Black-SemiBold';
    src: url('../fonts/Helvetica-Black-SemiBold.woff2') format('woff2'),
        url('../fonts/Helvetica-Black-SemiBold.woff') format('woff'),
        url('../fonts/Helvetica-Black-SemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica-Roman-SemiB';
    src: url('../fonts/Helvetica-Roman-SemiB.woff2') format('woff2'),
        url('../fonts/Helvetica-Roman-SemiB.woff') format('woff'),
        url('../fonts/Helvetica-Roman-SemiB.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff'),
        url('../fonts/Helvetica-Roman-SemiB.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html, body{
	width:100%;
	height: 100%;
}
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 {
	font-family: "Helvetica-Light", sans-serif;
	font-size: 18px;
	font-style: normal;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	color:#222;
	line-height: 1.2;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Helvetica-Light", sans-serif;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var, span {
	font-style: normal;
	font-family: "Helvetica-Light", sans-serif;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font-family: "Helvetica-Light", sans-serif;
	font-size: 18px;
}
input, textarea, select {
    *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#222;
	text-decoration:none;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #e6212a;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	margin: 0px;
	padding: 0px;
}
/* css common */
.rel {
    position: relative;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
	overflow: hidden;
}
.clearfix {
    *zoom: 1;
}
.lt, .left {
	float: left;
}
.rt, .right {
	float: right;
}
.clear, .clr {
	clear: both;
}
.f-cb{
    zoom:1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    visibility:hidden;
    overflow:hidden;
    content:".";
}
.fl {
    float:left;
    display: inline;
}
.fr {
    float:right;
    display: inline;
}
.por{
    position: relative;
}
.poa{
    position: absolute;
}
.poa-f{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.ovh{
    overflow: hidden;
}
.noselect{
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.z1{
    z-index: 1;
}
.z2{
    z-index: 2;
}
.z3{
    z-index: 3;
}
.dn{
    display: none;
}
.width-full{
    width: 100%;
}
.height-full{
    height: 100%;
}
.dib{
    display: inline-block;
}
.wrap{
	width: 74%;
	margin:0 auto;
}
.indent{
	text-indent: 2em;
}
@media (max-width: 1600px){
	body{
		font-size: 16px;
	}
	input, textarea, select, button {
		font-size: 16px;
	}
	.wrap{
		width: 84%;
	}
}
@media (max-width: 1280px){
	body{
		font-size: 14px;
	}
	input, textarea, select, button {
		font-size: 14px;
	}
	.wrap{
		width: 94%;
	}
}
@media (max-width: 992px){
}
@media (max-width: 750px){
}

/* Header */
header{
	width: 100%;
	height: 80px;
    display: flex;
    justify-content: space-between;
	align-items: center;
	background: #fff;
	position: relative;
	z-index: 1000;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}
header.fixed{
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
}
header > .wrap{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .menu-trigger{
	display: none;
}
header .menu-trigger span {
    display: block;
    width: 20px;
    height: 2px;
    background: #333;
    margin-bottom: 5px;
    transition: .3s;
}
header .menu-trigger span:last-of-type {
    margin-bottom: 0;
}
header .menu-trigger.active span:nth-of-type(1) {
    transform: rotate(45deg);
    transform-origin: left center;
}
header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
    transform: rotate(-45deg);
    transform-origin: left center;
}
header .logo{
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
header .logo img{
	width: auto;
	height: 100%;
	display: block;
}
header .header-menu{
}
header .header-menu a{
	display: block;
}
header .header-menu > ul > li{
	float: left;
	position: relative;
	padding:0 2vw;
}
header .header-menu > ul > li > a{
	font-family: 'Helvetica-Black';
	text-transform: uppercase;
	font-size: 20px;
	line-height: 84px;
	position: relative;
}
header .header-menu > ul > li > a:after{
	content: "";
	width: 100%;
	height: 2px;
	background: #e6212a;
	position: absolute;
	left: 0;
	bottom: 2px;
	transform-origin: center;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -1;
}
header .header-menu > ul > li:hover > a{
	color: #e6212a;
}
header .header-menu > ul > li:hover > a:after{
    transform: scale(1);
}
header .header-menu > ul > li > .submenu{
	padding-top: 10px;
	position: absolute;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	display:none;
	visibility: hidden;
	opacity: 0;
}
header .header-menu > ul > li:hover > .submenu{
	display: block;
	visibility: visible;
	opacity: 1;
}
header .header-menu > ul > li > .submenu > ul{
	background: #fff;
	text-align: center;
	border-radius: 10px;
	box-shadow: 0 0 10px 10px rgba(0, 0, 0, .03);
	padding:10px 0;
	line-height: 40px;
}
header .header-menu > ul > li > .submenu > ul > li > a:hover{
	background: #e6212a;
	color: #fff;
}
header .header-search{
	position: relative;
}
header .header-search:before{
	content: "";
	width: 1px;
	height: 20px;
	background: #d0d0d0;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -10px;
}
header .header-search form{
	padding-left: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .header-search form i{
	font-size: 20px;
}
header .header-search form input{
	width: 80px;
	border:none;
	margin-left: 10px;
	font-size: 16px;
}
header .subnav {
    width: 100%;
    height: calc(100% - 60px);
    padding:0 3%;
    display: none;
    position: fixed;
    left: 0px;
    top: 60px;
    background: #f7f7f7;
    z-index: 2;
    overflow-y: auto;
}
header .subnav .navbox > ul > li{
	border-bottom: 1px solid #dcdcdc;
}
header .subnav .telbox{
	border-bottom: 1px solid #dcdcdc;
    padding: 0 20px;
}
header .subnav .telbox a{
	line-height: 60px;
	font-family: 'Helvetica-Black';
	color: #e6212a;
	display: flex;
	align-items: center;
}
header .subnav .telbox a i{
	margin-right: 10px;
}
header .subnav .navbox > ul > li > a{
	padding: 0 20px;
	font-size: 16px;
	line-height: 60px;
	display: flex;
	justify-content: space-between;
}
header .subnav .navbox > ul > li > ul{
	display: none;
	padding:0 0 10px 0;
}
header .subnav .navbox > ul > li > ul > li > a {
    padding-left: 5%;
    color: #666;
    display: block;
    line-height: 40px;
}
@media (max-width: 1600px){
	header .header-menu > ul > li > a{
		font-size: 18px;
	}
	header .header-search form i{
		font-size: 18px;
	}
	header .header-search form input{
		font-size: 14px;
	}
}
@media (max-width: 1280px) {
    header{
    	height: 60px;
    }
    header .logo{
    	height: 48px;
    }
    header .header-menu,
    header .header-search{
    	display: none;
    }
    header .menu-trigger{
    	display: block;
    }
}
@media (max-width: 992px) {	

}
@media (max-width: 750px) {
	header{
		height: 50px;
	}
	header .logo{
		height: 36px;
	}
	header .subnav{
		height: calc(100% - 50px);
		top:50px;
	}
}

/* Footer */
footer{
	width: 100%;
	margin-top: 100px;
	overflow: hidden;
}
footer .footer-div1{
	width: 100%;
	overflow: hidden;
}
footer .footer-div1 img{
	width: 100%;
	display: block;
}
footer .footer-div2{
	width: 100%;
	background: #f2f2f2;
	overflow: hidden;
}
footer .footer-div2 .box1{
	width: 100%;
	margin:70px 0;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	overflow: hidden;
}
footer .footer-div2 .box1 .footer-menu > ul{
    display: flex;
    justify-content: space-between;
}
footer .footer-div2 .box1 .footer-menu > ul > li{
	margin-right: 6vw;
}
footer .footer-div2 .box1 .footer-menu > ul > li:last-child{
	margin-right: 0;
}
footer .footer-div2 .box1 .footer-menu > ul > li > a{
	font-family: "Helvetica-Black";
	text-transform: uppercase;
}
footer .footer-div2 .box1 .footer-menu > ul > li > ul{
	line-height: 1.8;
	margin-top: 20px;
}
footer .footer-div2 .box1 .footer-line{
	width: 1px;
	background: #dfdfdf;
	overflow: hidden;
}
footer .footer-div2 .box1 .footer-contact{
    width: 340px;
}
footer .footer-div2 .box1 .footer-contact .email{
	display: flex;
	align-items: center;
}
footer .footer-div2 .box1 .footer-contact .email .icon{
	width: 40px;
	height: 40px;
	border:1px #e6212a solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #e6212a;
	font-size: 28px;
	margin-right: 10px;
}
footer .footer-div2 .box1 .footer-contact .email .text .text1{
	font-size: 14px;
}
footer .footer-div2 .box1 .footer-contact .email .text .text2{
	font-family: "Helvetica-Black";
	color: #e6212a;
	font-size: 24px;
	margin-top: 5px;
}
footer .footer-div2 .box1 .footer-contact .content{
	line-height: 1.5;
	margin:20px 0;
}
footer .footer-div2 .box1 .footer-contact .iconbox > ul{
	display: flex;
	align-items: center;
}
footer .footer-div2 .box1 .footer-contact .iconbox > ul > li{
	margin-right: 15px;
}
footer .footer-div2 .box1 .footer-contact .iconbox > ul > li:last-child{
	margin-right: 0;
}
footer .footer-div2 .box1 .footer-contact .iconbox img{
	display: block;
}
footer .footer-div2 .box2{
	width: 100%;
	border-top: 1px #dfdfdf solid;
	padding:30px 0;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.5;
	overflow: hidden;
}
footer .footer-div2 .box2 .right{
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .footer-div2 .box2 .right img{
	display: block;
	margin-left: 10px;
}
@media (max-width: 1280px) {
	footer{
		margin-top: 10%;
	}
	footer .footer-div2 .box1{
		margin:7% 0;
		flex-direction: column-reverse;
	}
	footer .footer-div2 .box1 .footer-menu{
	}
	footer .footer-div2 .box1 .footer-menu > ul{
		flex-wrap: wrap;
	}
	footer .footer-div2 .box1 .footer-menu > ul > li{
		width: 50%;
		margin-right: 0;
		margin-top: 7%;
	}
	footer .footer-div2 .box1 .footer-menu > ul > li > ul{
		margin-top: 10px;
		line-height: 1.5;
	}
	footer .footer-div2 .box1 .footer-contact{
		width: 100%;
	}
	footer .footer-div2 .box1 .footer-contact .email .icon{
		width: 32px;
		height: 32px;
		font-size: 24px;
	}
	footer .footer-div2 .box1 .footer-contact .email .text .text2{
		font-size: 20px;
		margin-top: 0;
	}
	footer .footer-div2 .box1 .footer-contact .content{
		margin-top: 10px;
		margin-bottom: 10px;
	}
    footer .footer-div2 .box2{
    	flex-direction: column;
    	padding:3% 0;
    	text-align: center;
    }
    footer .footer-div2 .box2 .right{
    	margin-top: 5px;
    }
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
	footer .footer-div2 .box1 .footer-contact .iconbox > ul > li{
		margin-right: 10px;
	}
	footer .footer-div2 .box1 .footer-contact .iconbox img{
		width: 24px;
	}
    footer .footer-div2 .box2 .right img{
    	width: 50px;
    }
}

.rightFix{
	position: fixed;
	right: 20px;
	top:50%;
	transform: translateY(-50%);
	display: none;
}
.rightFix li{
	margin:5px 0;
	position: relative;
}
.rightFix a{
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	display: flex;
	align-items: center;
	justify-content: center;
	color: #999;
}
.rightFix li:hover a{
	background: #e6212a;
	color: #fff;
}
.rightFix .codebox{
   
}
.rightFix .codebox .qrcode{
	width: 120px;
	background: #fff;
	padding:10px;
	border-radius: 10px;
	position: absolute;
	right: 54px;
	top:0;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
	visibility: hidden;
	opacity: 0;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
.rightFix .codebox .qrcode:before{
	content: "";
	width: 0;
	height: 0;
	border:6px solid;
    margin-top: -6px;
    border-color: transparent transparent transparent #fff; /* 箭头颜色 */
    position: absolute;
    right: -12px;
    top:20px;
}
.rightFix .codebox .qrcode img{
	width: 100%;
	display: block;
}
.rightFix .codebox:hover .qrcode{
	visibility: visible;
	opacity: 1;
}
@media (max-width: 1280px) {
    
}
@media (max-width: 992px) {

}
@media (max-width: 750px) {
	.rightFix{
		right: 10px;
	}
    .rightFix a{
    	width: 24px;
    	height: 24px;
    }
    .rightFix i{
    	font-size: 12px;
    }
    .rightFix .codebox .qrcode{
    	right: 36px;
    }
}