@charset "utf-8";
/* CSS Document */
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 'Raleway-Regular', 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 Raleway-Regular, 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: #bc190f;
}
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: 1200px;
	margin:0 auto;
}
.mt20{
	margin-top: 20px;
}
.mt30{
	margin-top: 30px;
}
.mt40{
	margin-top: 40px;
}
.mt50{
	margin-top: 50px;
}
.mt60{
	margin-top: 60px;
}
.mt80{
	margin-top: 80px;
}
.mb80{
	margin-bottom: 80px;
}
.mt90{
	margin-top: 90px;
}
.pt30{
	padding:30px 0 0 0;
}
.pt40{
	padding:40px 0 0 0;
}
.pt60{
	padding:60px 0 0 0;
}
.ptb60{
	padding:60px 0;
}
.ptb80{
	padding:80px 0;
}
.pt80{
	padding:80px 0 0 0;
}
.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;
}
.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;
}
.font24{
	font-size: 24px;
}
.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: #e6212a;
}
.hui{
	color:#797979;
}
.hui a{
	color: #797979;
}
.hui a:hover {
	color: #fff;
}

/* Header */
header{
	width: 100%;
	position: relative;
	z-index: 1000;
	height: 76px;
	background: #fff;
}
header.fixed{
	position: fixed;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
header .header-logo{
	width: 270px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .header-lan{
	line-height: 76px;
	display: block;
}
header .header-search{
	height: 76px;
	margin: 0 20px 0 0;
	line-height: 18px;
	position: relative;
}
header .header-search > i{
	height: 18px;
	font-size: 18px;
	border-left: 1px #cccccc solid;
	border-right: 1px #cccccc solid;
	padding: 0 20px;
	margin: 29px 0;
	display: block;
}
header .header-search form{
	position: absolute;
	top: 76px;
	right: 0;
	width: 360px;
	height: 32px;
	background: #fff;
	padding: 12px;
	display: none;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
}
header .header-search:hover form{
	display: block;
}
header .header-search form input{
	width: 298px;
	float: left;
	border: 1px #eee solid;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	outline: none;
}
header .header-search form button{
	border: none;
	outline: none;
	background: #bc190f;
	color: #fff;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
	width: 40px;
	float: right;
}
header .header-search form button i{
	font-size: 18px;
}
header .header-nav{
    height: 76px;
}
header .header-nav > ul > li{
	float: left;
	margin: 0 30px;
	position: relative;
}
header .header-nav > ul > li > a{
	line-height: 76px;
	font-size: 16px;
	display: block;
	position: relative;
}
header .header-nav > ul > li > a:after{
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	background: #bc190f;
	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 .header-nav > ul > li:hover > a, header .header-nav > ul > li.current > a{
    color: #bc190f;
}
header .header-nav > ul > li:hover > a:after, header .header-nav > ul > li.current > a:after{
	transform-origin: center;
    transform: scale(1);
}
header .header-nav > ul > li > ul{
	min-width: 100%;
	display: none;
	position: absolute;
	top: 76px;
	background: rgba(210, 0, 1, .8);
	left: 50%;
	transform: translateX(-50%);
}
header .header-nav > ul > li:hover > ul{
	display: block;
}
header .header-nav > ul > li > ul > li{
	padding: 0 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .2)
}
header .header-nav > ul > li > ul > li:last-child{
	border-bottom: none;
}
header .header-nav > ul > li > ul > li:hover{
	background: #fff;
}
header .header-nav > ul > li > ul > li > a{
	display: block;
	padding: 8px 0;
    word-break:keep-all;    /* 不换行 */
    white-space:nowrap;     /* 不换行 */
    overflow:hidden;       /* 内容超出宽度时隐藏超出部分的内容 */
    text-overflow:ellipsis; 
    text-align: center;
    color: #fff;
}
header .header-nav > ul > li > ul > li:hover > a{
    color: #bc190f;
}

/* Footer */
footer{
	width: 100%;
	overflow: hidden;
}
footer .box1{
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
footer .box1 li{
	width: 50%;
	float: left;
	height: 436px;
}
footer .box1 a{
	width: 100%;
	height: 100%;
	display: block;
	position: relative;
}
footer .box1 img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
footer .box1 .mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}
footer .box1 .mask h1{
	font-size: 30px;
}
footer .box1 .mask h2{
	padding: 20px 0 40px 0;
}
footer .box1 .mask h3{
	width: 126px;
	height: 42px;
	line-height: 42px;
	background: url('../images/btn-bg.png') no-repeat;
	text-align: center;
	-webkit-transition:all 200ms linear;
    -moz-transition:all 200ms linear;
    -o-transition:all 200ms linear;
    transition:all 200ms linear;
}
footer .box1 a:hover .mask h3{
	background: #bc190f;
}
footer .box2{
	width: 100%;
	position: relative;
	z-index: 2;
	margin-top: -50px;
}
footer .box2 .footer-box1{
	background: #fff;
	height: 100px;
	position: relative;
	z-index: 2;
	overflow: hidden;
}
footer .box2 .footer-box1 .content{
	padding: 0 50px;
	height: 100px;
}
footer .box2 .footer-box1 .content .left li{
	float: left;
	margin-right: 100px;
	line-height: 100px;
	display: flex;
	align-items: center;
}
footer .box2 .footer-box1 .content .left em{
	width: 42px;
	height: 42px;
	display: block;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	line-height: 42px;
	text-align: center;
	font-size: 20px;
	margin-right: 10px;
}
footer .box2 .footer-box1 .content .left li span{
	color: #bc190f;
	font-size: 24px;
}
footer .box2 .footer-box1 .content .right{
	height: 100px;
	display: flex;
	align-items: center;
}
footer .box2 .footer-box1 .content .right a{
	width: 32px;
	height: 32px;
	line-height: 32px;
	background: none;
	margin: 0;
	padding: 0;
	display: block;
	border-radius: 50%;
	background: #dcdcdc;
	color: #fff;
	text-align: center;
	margin-left: 4px;
}
footer .box2 .footer-box1 .content .right a:hover{
	background: #bc190f;
}
footer .box2 .footer-box2{
	width: 100%;
	background: url('../images/footer-bg.jpg') no-repeat center top;
	background-size: cover;
	position: relative;
	z-index: 1;
	padding-top: 50px;
	margin-top: -50px;
}
footer .box2 .footer-box2 .footer-div1{
	padding: 90px 0;
	overflow: hidden;
}
footer .box2 .footer-box2 .footer-div1 .footer-code{
	width: 220px;
	height: 102px;
}
footer .box2 .footer-box2 .footer-div1 .footer-code > div{
	height: 102px;
	display: flex;
	align-items: center;
	color: #fff;
}
footer .box2 .footer-box2 .footer-div1 .footer-code > div.left img{
	margin-left: 10px;
}
footer .box2 .footer-box2 .footer-div1 .footer-code > div.right{
	width: 102px;
	height: 102px;
}
footer .box2 .footer-box2 .footer-div1 .footer-code > div.right img{
	width: 100%;
}
footer .box2 .footer-box2 .footer-div1 .footer-nav{
	margin-right: 310px;
}
footer .box2 .footer-box2 .footer-div1 .footer-nav > ul{
	display: flex;
	justify-content: space-between;
	line-height: 28px;
}
footer .box2 .footer-box2 .footer-div1 .footer-nav > ul > li{
	background: url('../images/dot.gif') no-repeat left 14px;
	padding-left: 10px;
}
footer .box2 .footer-box2 .footer-div1 .footer-nav > ul > li > a{
	color: #fff;
	margin-bottom: 10px;
	display: block;
}
footer .box2 .footer-box2 .footer-div2{
	border-top: 1px #505050 solid;
	line-height: 76px;
	overflow: hidden;
}
footer .box2 .footer-box2 .footer-div2 > div{
	height: 76px;
	display: flex;
	align-items: center;
}
footer .box2 .footer-box2 .footer-div2 > div > a{
	height: 76px;
	display: flex;
	align-items: center;
}