@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
}
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: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%; /*修正手持设备字体变化*/
	-webkit-text-size-adjust: none;
	margin: 0px;
	padding: 0px;
}
body, td, th {
	color:#2b2b2b;
	line-height: 24px;
}
td, th, caption {
	font-size: 14px;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	font-size: 100%;
}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
img {
	border: none;
}
ol, ul, li {
	list-style: none;
}
input, textarea, select, button {
	font: 14px/1.8 Arial, "Microsoft YaHei", sans-serif;
}
input, textarea, select {
 *font-size:100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	color:#2b2b2b;
	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: #cd1a18;
}
a:active {
	text-decoration: none;
}
dl, dd, dt {
	line-height: 24px;
	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: 80%;
	margin:0 auto;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mtb30{
	margin: 30px 0;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mtb60{
	margin: 60px 0;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mt90{
	margin-top: 90px;
}
.mtb90{
	margin: 90px 0;
}
.mt100{
	margin-top: 100px;
}
.mt200{
	margin-top: 200px;
}
.ptb10{
	padding:10px 0;
}
.ptb20{
	padding:20px 0;
}
.pt30{
	padding-top:30px;
}
.ptb30{
	padding:30px 0;
}
.pt40{
	padding-top:40px;
}
.ptb40{
	padding:40px 0;
}
.pt60{
	padding-top:60px;
}
.ptb60{
	padding:60px 0;
}
.ptb70{
	padding:70px 0;
}
.ptb80{
	padding:80px 0;
}
.pt80{
	padding-top:80px;
}
.pb80{
	padding-bottom:80px;
}
.pt90{
	padding:90px 0 0 0;
}
.ptb90{
	padding:90px 0;
}
.pt100{
	padding-top: 100px;
}
.ptb100{
	padding:100px 0;
}
.pt120{
	padding-top:120px;
}
.ptb120{
	padding:120px 0;
}
.pt130{
	padding-top:130px;
}
.pt180{
	padding-top:180px;
}
.ptb180{
	padding:180px 0;
}
.font48{
	font-size: 48px;
}
.font42{
	font-size: 42px;
}
.font40{
	font-size: 40px;
}
.font36{
	font-size: 36px;
}
.font32{
	font-size: 32px;
}
.font30{
	font-size: 30px;
}
.font28{
	font-size: 28px;
}
.font26{
	font-size: 26px;
}
.font24{
	font-size: 24px;
}
.font18{
	font-size: 18px;
}
.font16{
	font-size: 16px;
}
.indent{
	text-indent: 2em;
}
@media (max-width: 1280px) {
	.wrap{
		width: 94%;
	}
	.mt20{
		margin-top: 2%;
	}
	.mt30{
		margin-top: 3%;
	}
	.mtb30{
		margin: 3% 0;
	}
	.mt40{
		margin-top: 4%;
	}
	.mt50{
		margin-top: 5%;
	}
	.mt60{
		margin-top: 6%;
	}
	.mtb60{
		margin: 6% 0;
	}
	.mt70{
		margin-top: 6%;
	}
	.mt80{
		margin-top: 6%;
	}
	.mb80{
		margin-bottom: 6%;
	}
	.mt90{
		margin-top: 6%;
	}
	.mtb90{
		margin: 6% 0;
	}
	.mt100{
		margin-top: 6%;
	}
	.mt200{
		margin-top: 6%;
	}
	.ptb20{
		padding:2% 0;
	}
	.pt30{
		padding-top:3%;
	}
	.ptb30{
		padding:3% 0;
	}
	.pt40{
		padding-top:4%;
	}
	.ptb40{
		padding:4% 0;
	}
	.pt60{
		padding-top: 6%;
	}
	.ptb60{
		padding: 6% 0;
	}
	.ptb70{
		padding:6% 0;
	}
	.ptb80{
		padding:6% 0;
	}
	.pt80{
		padding-top:6%;
	}
	.pb80{
		padding-bottom:6%;
	}
	.pt90{
		padding-top:6%;
	}
	.ptb90{
		padding:6% 0;
	}
	.pt100{
		padding-top: 6%;
	}
	.ptb100{
		padding:6% 0;
	}
	.pt120{
		padding-top:6%;
	}
	.ptb120{
		padding:6% 0;
	}
	.pt130{
		padding-top:6%;
	}
	.pt180{
		padding-top:6%;
	}
	.ptb180{
		padding:6% 0;
	}
	.font48{
		font-size: 42px;
	}
	.font42{
		font-size: 36px;
	}
	.font40{
		font-size: 30px;
	}
	.font36{
		font-size: 28px;
	}
	.font32{
		font-size: 24px;
	}
}
@media (max-width: 992px){
	.font48{
		font-size: 36px;
	}
	.font42{
		font-size: 28px;
	}
	.font40{
		font-size: 28px;
	}
	.font36{
		font-size: 24px;
	}
	.font32{
		font-size: 20px;
	}
	.font30{
		font-size: 20px;
	}
	.font28{
		font-size: 20px;
	}
	.font26{
		font-size: 20px;
	}
	.font24{
		font-size: 20px;
	}
}
@media (max-width: 750px){
	.font48{
		font-size: 30px;
	}
	.font42{
		font-size: 24px;
	}
	.font40{
		font-size: 24px;
	}
	.font36{
		font-size: 22px;
	}
	.font28{
		font-size: 16px;
	}
	.font26{
		font-size: 16px;
	}
	.font24{
		font-size: 16px;
	}
	.font18{
		font-size: 16px;
	}
	.font16{
		font-size: 14px;
	}
}

/* 颜色*/
.white{
	color: #fff;
}
.white a{
	color: #fff;
}
.white a:hover {
	color: #cd1a18;
}
.hui{
	color:#adadad;
}
.hui a{
	color: #adadad;
}
.hui a:hover {
	color: #fff;
}

/* Header */
header{
	width: 100%;
	position: relative;
	z-index: 1000;
}
header.fixed, 
header.on{
	background: #ffffff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	position: fixed;
}
header .box1{
	width: 100%;
	height: 42px;
	background: #000000;
}
header .box1 > div{
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .box1 .left ul{
	display: flex;
	align-items: center;
}
header .box1 .left li{
	margin-right: 20px;
	display: flex;
}
header .box1 .left em{
	display: block;
	margin-right: 6px;
}
header .box1 .right form{
	height: 30px;
	border-bottom: 1px #fff solid;
	width: 310px;
	display: flex;
	justify-content: space-between;
}
header .box1 .right input{
	width: 244px;
	border:none;
	outline: none;
	background: none;
	color: #fff;
}
header .box1 .right button{
	width: 48px;
	cursor: pointer;
	text-align: right;
	background: none;
	outline: none;
	border:none;
	color: #fff;
	position: relative;
}
header .box1 .right button:before{
	content: "";
	width: 1px;
	height: 14px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -7px;
}
header.fixed .box1{
	display: none;
}
header .box2{
	width: 100%;
	background: #cd1a18;
}
header .box2 > div{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .box2 .logo,
header .box2 .logo img{
	display: block;
}
header .box2 .logo{
	width: 231px;
	height: 70px;
}
header.fixed .box2 .logo{
	width: 165px;
	height: 50px;
}
header .box2 .logo img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
header .box2 .menu-trigger{
	display: none;
}
header .box2 .header-nav{
	width: calc(86% - 231px);
}
header.fixed .box2 .header-nav{
	width: calc(86% - 165px);
}
header .box2 .header-nav > ul{
	display: flex;
	justify-content: space-between;
}
header .box2 .header-nav > .mask{
	display: none;
}
header .box2 .header-nav > ul > li{
	position: relative;
}
header .box2 .header-nav > ul > li > a,
header .box2 .header-nav > ul > li > ul > li > a{
	display: block;
}
header .box2 .header-nav > ul > li > a{
	line-height: 85px;
	position: relative;
	font-size: 16px;
}
header.fixed .box2 .header-nav > ul > li > a{
	line-height: 64px;
}
header .box2 .header-nav > ul > li > a:after{
	content: "";
	width: 100%;
	height: 3px;
	position: absolute;
	background: #fff;
	bottom: 0;
	left:0;
	transform-origin: center;
    transform: scale(0, 1);
    transition: transform .3s cubic-bezier(1, 0, 0, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
header .box2 .header-nav > ul > li > a:hover{
	color: #fff;
}
header .box2 .header-nav > ul > li:hover > a:after, 
header .box2 .header-nav > ul > li.current > a:after{
	transform-origin: center;
    transform: scale(1);
}
header .box2 .header-nav > ul > li > a > i,
header .box2 .header-nav > ul > li > ul > li > a > i{
	display: none;
}
header .box2 .header-nav > ul > li > ul{
	position: absolute;
	background: #cd1a18;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
header .box2 .header-nav > ul > li > ul > li{
	white-space:nowrap;
	border-bottom: 1px solid rgba(255, 255, 255, .3);
}
header .box2 .header-nav > ul > li > ul > li:last-child{
	border-bottom: none;
}
header .box2 .header-nav > ul > li > ul > li > a{
	line-height: 40px;
	padding:0 20px;
	text-align: center;
}
header .box2 .header-nav > ul > li > ul > li > a:hover{
	background: #fff;
	color: #cd1a18;
}
@media (max-width: 1480px) {
	header .box2 .header-nav > ul > li > a{
		font-size: 16px;
	}
}
@media (max-width: 1280px) {
	header .box1{
		display: none;
	}
	header .box2 .logo{
		width: 165px;
		height: 50px;
	}
	header .box2 .menu-trigger{
		display: flex;
		align-items: center;
		line-height: 64px;
	}
	header .box2 .menu-trigger i{
        font-size: 36px;
        color: #fff;
        -webkit-transition:all 200ms linear;
        -moz-transition:all 200ms linear;
        -o-transition:all 200ms linear;
        transition:all 200ms linear;
	}
	header .box2 .menu-trigger.on i{
		transform: rotate(90deg);
	}
	header .box2 .header-nav{
		display: none;
		position: fixed;
		width: 100%;
		height: calc(100% - 64px);
		right: 0;
		z-index: 8;
		top:64px;
	}
	header.fixed .box2 .header-nav{
		width: 100%;
	}
	header .box2 .header-nav > .mask{
		width: 100%;
	    height: 100%;
	    background: rgba(0, 0, 0, .5);
	    position: absolute;
	    top: 0;
	    right: 0;
	    z-index: 8;
	}
	header .box2 .header-nav > ul{
		max-width: 290px;
	    width: 60%;
	    height: 100%;
	    background: #cd1a18;
	    position: absolute;
	    top: 0;
	    right: -290px;
	    z-index: 22;
	    flex-direction: column;
	    justify-content: flex-start;
	    transition: all .5s;
	    -webkit-transition: all .5s;
	    -moz-transition: all .5s;
	    -ms-transition: all .5s;
	    overflow-x: visible;
	    overflow-y: auto;
	    -webkit-overflow-scrolling : touch;
	}
	header .box2 .header-nav > ul > li > a{
		font-size: 14px;
		line-height: 48px;
		padding:0 7%;
		border-bottom:1px solid rgba(255, 255, 255, .3);
	}
	header.fixed .box2 .header-nav > ul > li > a{
        font-size: 14px;
        line-height: 48px;
	}
	header .box2 .header-nav > ul > li > a:after{
		display: none;
	}
	header .box2 .header-nav > ul > li > a > i{
		display: block;
		font-size: 14px;
	}
	header .box2 .header-nav > ul > li > ul{
		width: 100%;
		position: static;
		transform: none;
		background: #fff;
	}
	header .box2 .header-nav > ul > li > ul > li{
		border-bottom: 1px #eee solid;
	}
	header .box2 .header-nav > ul > li > ul > li > a{
		text-align: left;
		color: #2b2b2b;
		padding:0 7%;
	}
	header .box2 .header-nav > ul > li > ul > li > a > i{
		display: block;
		font-size: 14px;
	}
}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	header .box2 .logo,
	header.fixed .box2 .logo{
		width: 132px;
		height: 40px;
	}
	header .box2 .menu-trigger{
		line-height: 54px;
	}
	header .box2 .menu-trigger i{
        font-size: 24px;
	}
	header .box2 .header-nav{
		height: calc(100% - 54px);
		top:54px;
	}
}

/* Footer */
footer{
	width: 100%;
	overflow: hidden;
}
footer .box1{
	width: 100%;
	background: #cd1a18;
	overflow: hidden;
}
footer .box1 > div{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
footer .box1 .left li{
    float: left;
    display: flex;
    margin-right: 50px;
}
footer .box1 .left li em{
	display: block;
	margin-right: 6px;
}
footer .box1 .right .rt{
	display: flex;
}
footer .box1 .right .rt a{
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: rgba(255, 255, 255, .5);
	background-image: none;
	padding:0;
	margin:0;
	margin-left: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	color: #fff;
}
footer .box2{
	width: 100%;
	background: #000000;
	overflow: hidden;
}
footer .box2 .div1{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}
footer .box2 .div1 .left{
	width: calc(100% - 324px);
}
footer .box2 .div1 .footer-nav{
	display: flex;
	justify-content: space-between;
}
footer .box2 .div1 .footer-nav a{
	display: block;
}
footer .box2 .div1 .footer-nav > li > a{
	color: #fff;
	position: relative;
	padding-left: 14px;
}
footer .box2 .div1 .footer-nav > li > a:before{
	content: "";
	width: 4px;
	height: 2px;
	background: #cd1a18;
	position: absolute;
	left: 0;
	top:50%;
	margin-top: -1px;
}
footer .box2 .div1 .footer-nav > li > a > i{
	display: none;
}
footer .box2 .div1 .footer-nav > li > ul > li > a > i{
	display: none;
}
footer .box2 .div1 .footer-nav > li > ul > li > a{
	color: #797979;
	line-height: 32px;
	padding-left: 14px;
}
footer .box2 .div1 .footer-nav > li > ul > li > a:hover{
	color: #fff;
}
footer .box2 .div1 .right{
	width: 324px;
	color: #fff;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
footer .box2 .div1 .right img{
	display: block;
}
footer .box2 .div1 .right .lt{
	display: flex;
	align-items: center;
}
footer .box2 .div1 .right .lt img{
	margin:0 10px;
}
footer .box2 .div2{
	width: 100%;
	border-top: 1px #505050 solid;
	display: flex;
	justify-content: space-between;
	color: #797979;
	text-transform: uppercase;
	overflow: hidden;
}
footer .box2 .div2 .right{
	display: flex;
	align-items: center;
}
footer .box2 .div2 .right img{
	display: block;
}
@media (max-width: 1280px) {
	footer .box2 .div1 .footer-nav > li > a > i,
	footer .box2 .div1 .footer-nav > li > ul > li > a > i{
		display: block;
		font-size: 14px;
	}
	footer .box2 .div1{
		flex-direction: column;
		justify-content: center;
	}
	footer .box2 .div1 .left,
	footer .box2 .div1 .right{
		width: 100%;
	}
	footer .box2 .div1 .right{
		margin-top: 6%;
		align-items: center;
		justify-content: center;
	}
	footer .box2 .div1 .footer-nav{
		flex-direction: column;
		justify-content: center;
	}
	footer .box2 .div1 .footer-nav > li{
		border-bottom: 1px solid rgba(255, 255, 255, .2);
	}
	footer .box2 .div1 .footer-nav > li > a{
		padding-left: 0;
		line-height: 48px;
	}
	footer .box2 .div1 .footer-nav > li > a:before{
		display: none;
	}
	footer .box2 .div1 .footer-nav > li > ul{
		display: none;
		margin-top: 0;
		padding-bottom: 10px;
	}
	footer .box2 .div1 .footer-nav > li > ul > li > a{
		padding-left: 0;
	}
}
@media (max-width: 992px) {
	footer .box1 > div{
        flex-direction: column;
	}
	footer .box1 .left li:last-child{
		margin-right: 0;
	}
	footer .box1 .right{
		display: none;
	}
	footer .box2 .div2{
		flex-direction: column;
		align-items: center;
	}
	footer .box2 .div2 .left{
		text-align: center;
	}
	footer .box2 .div2 .right{
		margin-top: 10px;
	}
}
@media (max-width: 750px) {
	footer .box1 .left li{
		width: 100%;
		margin-right: 0;
		line-height: 28px;
	}
}