@charset "utf-8";
/* CSS Document */
*{
	box-sizing: border-box;
	outline: none;
}
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:#000;
	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:#000;
	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: #b31b1b;
}
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, .l {
	float: left;
}
.rt, .right, .r {
	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: 1200px;
	margin:0 auto;
}
.mt10{
	margin-top: 10px;
}
.mb10{
	margin-bottom: 10px;
}
.mt20{
	margin-top: 20px;
}
.mb20{
	margin-bottom: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt70{
	margin-top: 70px;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mt90{
	margin-top: 90px;
}
.pt20{
	padding-top:20px;
}
.pt30{
	padding-top:30px;
}
.ptb30{
	padding:30px 0;
}
.pt40{
	padding-top:40px;
}
.ptb50{
	padding:50px 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;
}
.ptb90{
	padding:90px 0;
}
.ptb100{
	padding:100px 0;
}
.ptb120{
	padding:120px 0;
}
.ptb180{
	padding:180px 0;
}
.font48{
	font-size: 48px;
	line-height: 48px;
}
.font40{
	font-size: 40px;
	line-height: 40px;
}
.font36{
	font-size: 36px;
	line-height: 36px;
}
.font32{
	font-size: 32px;
	line-height: 32px;
}
.font30{
	font-size: 30px;
	line-height: 30px;
}
.font28{
	font-size: 28px;
	line-height: 28px;
}
.font24{
	font-size: 24px;
}
.font20{
	font-size: 20px;
}
.font18{
	font-size: 18px;
	line-height: 30px;
}
.font16{
	font-size: 16px;
	line-height: 30px;
}
.indent{
	text-indent: 2em;
}

/* 颜色*/
.white{
	color: #fff;
}
.white a{
	color: #fff;
}
.white a:hover {
	color: #b31b1b;
}
.hui{
	color:#c6c6c8;
}
.hui a{
	color: #c6c6c8;
}
.hui a:hover {
	color: #b31b1b;
}

/* Header */
header{
	width: 100%;
	position: relative;
	z-index: 1000;
	background: #fff;
}
header .top{
	width: 100%;
	background: #bf0a0a;
	line-height: 36px;
	overflow:hidden;
}
header .top .right li{
	float: left;
	padding:0 12px;
	position: relative;
}
header .top .right li:after{
	content: "";
	width: 1px;
	height: 12px;
	background: #eee;
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -6px;
}
header .top .right li:last-child{
	padding-right: 0;
}
header .top .right li:last-child:after{
	display: none;
}
header .top .right a{
	display: block;
}
header .top .right a:hover{
	color: #fff;
}
header .bottom{
	height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .bottom a{
	display: block;
}
header .bottom .logo img{
	width: 160px;
	display: block;
}
header .bottom .menu{
	width: calc(100% - 160px - 210px);
	padding:0 20px;
	position: relative;
}
header .bottom .menu > .menubg{
	width: 100%;
	position: absolute;
	background: rgba(255, 255, 255, .8);
	height: 240px;
	left: 0;
	top:100px;
	display: none;
}
header .bottom .menu:hover > .menubg{
	display: block;
}
header .bottom .menu > ul{
	display: flex;
	justify-content: space-between;
}
header .bottom .menu > ul > li{
    float: left;
    box-sizing: border-box;
    position: relative;
}
header .bottom .menu > ul > li:last-child{
	border-right: none;
}
header .bottom .menu > ul > li > a{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	height: 100px;
	text-align: center;
	position: relative;
}
header .bottom .menu > ul > li > a:after{
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	background: #830c0c;
	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 .bottom .menu > ul > li > a > h1{
	font-size: 16px;
}
header .bottom .menu > ul > li > a > h2{
	font-size: 12px;
	text-transform: uppercase;
	color: #666;
	line-height: 12px;
}
header .bottom .menu > ul > li:hover > a:after, 
header .bottom .menu > ul > li.current > a:after{
	transform-origin: center;
    transform: scale(1);
}
header .bottom .menu > ul > li > ul{
	min-width: 100%;
	padding:14px 0;
	height: 240px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	display: none;
}
header .bottom .menu:hover > ul > li > ul{
	display: block;
}
header .bottom .menu > ul > li:hover > ul{
	background: #fff;
}
header .bottom .menu > ul > li > ul > li{
	padding:0 10px;
}
header .bottom .menu > ul > li > ul > li > a{
	word-break:keep-all;    /* 不换行 */
    white-space:nowrap;     /* 不换行 */
    font-size: 12px;
}
header .bottom .tools{
	width: 150px;
}
header .bottom .tools ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .bottom .tools li{
    position: relative;
}
header .bottom .tools li.line{
	width: 1px;
	height: 18px;
	background: #000;
}
header .bottom .tools a{
    height: 100px;
    display: flex;
    align-items: center;
}
header .bottom .tools a > i{
	font-size: 24px;
}
header .bottom .tools li > form,
header .bottom .tools li > div{
	position: absolute;
	right: 0;
	display: none;
}
header .bottom .tools li input{
	width: 200px;
	height: 36px;
	background: #fff;
	border:none;
	outline: none;
	padding:0 14px;
}
header .bottom .tools li button{
	width: 36px;
	height: 36px;
	border:none;
	outline: none;
	background: #bf0a0a;
	color: #fff;
	cursor: pointer;
}
header .bottom .tools .tel{
	width: 180px;
	height: 36px;
	padding:0 15px;
	background: #fff;
	font-size: 18px;
}
header .bottom .tools .tel i{
	margin-right: 6px;
}
header .bottom .tools .code{
	width: 120px;
}
header .bottom .tools .code img{
	width: 100%;
	display: block;
}
header .bottom .tools li:hover > form,
header .bottom .tools li:hover  > div{
	display: flex;
	align-items: center;
	justify-content: center;
}

footer{
	width: 100%;
	background: #222222;
	overflow: hidden;
}
footer > div{
	display: flex;
	justify-content: space-between;
}
footer .menu{
	width: calc(100% - 260px);
}
footer .menu > ul{
	display: flex;
	justify-content: space-between;
}
footer .menu > ul > li > a{
	font-size: 16px;
	position: relative;
	padding-bottom: 20px;
	display: block;
}
footer .menu > ul > li > a:after,
footer .menu > ul > li > a:before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
}
footer .menu > ul > li > a:before{
	width: 100%;
	background: #1b1b1b;
}
footer .menu > ul > li > a:after{
	width: 50%;
	background: #b31b1b;
}
footer .contact{
	width: 210px;
}
footer .contact .logo img{
	width: 110px;
	display: block;
}