@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 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: #e51316;
}
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;
}
.mtb30{
	margin: 30px 0;
}
.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;
}

@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;
	}
	.mt80{
		margin-top: 8%;
	}
	.mb80{
		margin-bottom: 8%;
	}
	.mt90{
		margin-top: 9%;
	}
	.mtb90{
		margin: 9% 0;
	}
	.ptb20{
		padding:2% 0;
	}
	.pt30{
		padding:3% 0 0 0;
	}
	.ptb30{
		padding:3% 0;
	}
	.pt40{
		padding:4% 0 0 0;
	}
	.pt60{
		padding-top: 6%;
	}
	.ptb60{
		padding: 6% 0;
	}
	.ptb80{
		padding:8% 0;
	}
	.pt80{
		padding:8% 0 0 0;
	}
	.pb80{
		padding-bottom:8%;
	}
	.pt90{
		padding:9% 0 0 0;
	}
	.ptb90{
		padding:9% 0;
	}
	.ptb100{
		padding:10% 0;
	}
	.pt120{
		padding-top:12%;
	}
	.ptb120{
		padding:12% 0;
	}
	.pt130{
		padding-top:13%;
	}
	.pt180{
		padding-top:18%;
	}
	.ptb180{
		padding:18% 0;
	}
	.font48{
		font-size: 42px;
		line-height: 42px;
	}
	.font42{
		font-size: 36px;
		line-height: 36px;
	}
}
@media (max-width: 992px){
	.font48{
		font-size: 36px;
		line-height: 36px;
	}
	.font42{
		font-size: 32px;
		line-height: 32px;
	}
	.font40{
		font-size: 32px;
	}
	.font36{
		font-size: 24px;
		line-height: 24px;
	}
	.font32{
		font-size: 20px;
		line-height: 24px;
	}
	.font30{
		font-size: 20px;
		line-height: 24px;
	}
	.font28{
		font-size: 20px;
	}
	.font26{
		font-size: 20px;
	}
	.font24{
		font-size: 20px;
	}
}
@media (max-width: 750px){
	.font48{
		font-size: 30px;
		line-height: 30px;
	}
	.font42{
		font-size: 24px;
		line-height: 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;
		line-height: 24px;
	}
	.font16{
		font-size: 14px;
		line-height: 24px;
	}
}

/* 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: 224px;
	height: 76px;
	display: flex;
	align-items: center;
	justify-content: center;
}
header .header-logo img{
	width: 100%;
	display: block;
}
header .header-lan{
	line-height: 76px;
	display: block;
}
header .header-search{
	height: 76px;
	margin: 0 15px 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 14px;
	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: #e51316;
	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 .menu-trigger{
	display: none;
	height: 76px;
	line-height: 76px;
}
header .menu-trigger i{
	font-size: 42px;
}
header .header-nav{
    height: 76px;
}
header .header-nav > ul > li{
	float: left;
	margin: 0 20px;
	position: relative;
}
header .header-nav > ul > li > a{
	line-height: 76px;
	font-size: 15px;
	display: block;
	position: relative;
}
header .header-nav > ul > li > a:after{
	content: "";
	width: 100%;
	height: 4px;
	position: absolute;
	background: #e51316;
	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: #e51316;
}
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: #e51316;
}
@media (max-width: 1280px){
	header .header-lan,
	header .header-search,
	header .header-nav{
		display: none;
	}
	header .menu-trigger{
		display: block;
	}
}
@media (max-width: 992px){
	header{
		height: 60px;
	}
	header .header-logo{
		width: 186px;
		height: 60px;
	}
	header .menu-trigger{
		height: 60px;
		line-height: 60px;
	}
	header .menu-trigger i{
		font-size: 30px;
	}
}
@media (max-width: 750px){
	header{
		height: 50px;
	}
	header .header-logo{
		width: 126px;
		height: 50px;
	}
	header .menu-trigger{
		height: 50px;
		line-height: 50px;
	}
	header .menu-trigger i{
		font-size: 24px;
	}
}

.mb-nav{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
	overflow: hidden;
}
.mb-nav > .mask{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	display: none;
}
.mb-nav > .close{
	position: absolute;
	right: 72%;
	top: 3%;
	display: none;
	color: #fff;
}
.mb-nav > .close i{
	font-size: 30px;
}
.mb-nav > ul{
	width: 70%;
	height: 100%;
	background: #fff;
	position: absolute;
	right: -100%;
	z-index: 1;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling : touch;
}
.mb-nav > ul > li{
	border-bottom: 1px #eee solid;
}
.mb-nav > ul > li > a{
	padding: 10px 3%;
	display: block;
}
.mb-nav > ul > li > ul{
	display: none;
	background: #eee;
	padding: 0 3% 10px 3%;
}
.mb-nav > ul > li > ul > li > a{
	line-height: 42px;
	border-bottom: 1px #ccc solid;
	display: block;
}
@media (max-width: 1280px) {}
@media (max-width: 992px) {
}
@media (max-width: 750px) {
	.mb-nav > .close i{
		font-size: 24px;
	}
}

/* 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: 396px;
}
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%;
	padding: 0 3%;
	padding-bottom: 50px;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	color: #fff;
}
footer .box1 .mask h2{
	padding: 20px 0;
	line-height: 20px;
	text-align: center;
}
footer .box1 .mask h3{
	width: 126px;
	height: 42px;
	line-height: 42px;
	background: url('../images/btn-bg.png') no-repeat;
	background-size: cover;
	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: #e51316;
}
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: 40px;
	line-height: 100px;
	display: flex;
	align-items: center;
}
footer .box2 .footer-box1 .content .left li a{
	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: 16px;
	color: #555;
}
footer .box2 .footer-box1 .content .left li span{
	color: #e51316;
	font-size: 24px;
}
footer .box2 .footer-box1 .content .right{
	height: 100px;
	display: flex;
	align-items: center;
}
footer .box2 .footer-box1 .content .right a{
	padding: 0 40px;
	height: 42px;
	line-height: 42px;
	background: none;
	margin: 0;
	display: block;
	border-radius: 21px;
	background: #dcdcdc;
	color: #fff;
	text-align: center;
	margin-left: 4px;
}
footer .box2 .footer-box1 .content .right a:hover{
	background: #e51316;
}
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{
	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 i{
	display: none;
}
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{
	padding: 20px 0;
	border-top: 1px #505050 solid;
	text-transform: uppercase;
	overflow: hidden;
}
footer .box2 .footer-box2 .footer-div2 .bdsharebuttonbox a{
	display: block;
	width: 26px;
	height: 26px;
	float: left;
	background: rgba(255, 255, 255, .2);
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 26px;
	margin-left: 10px;
}
footer .box2 .footer-box2 .footer-div2 .bdsharebuttonbox a:hover{
	background: #e51316;
}
footer .box2 .footer-box2 .footer-div3{
	width: 100%;
	overflow: hidden;
}
footer .box2 .footer-box2 .footer-div3 .tit{
	width: 70px;
	float: left;
}
footer .box2 .footer-box2 .footer-div3 .con{
	margin-left: 70px;
}
@media (max-width: 1280px){
	footer{
		margin-bottom: 50px;
	}
	footer .box1 li {
	    height: 346px;
	}
	footer .box1 .mask {
	    padding-bottom: 40px;
	}
	footer .box1 .mask h2{
		padding: 4% 0;
	}
	footer .box2{
		margin-top: -40px;
	}
	footer .box2 .footer-box1 {
	    height: 80px;
	}
	footer .box2 .footer-box1 .content {
	    padding: 0 3%;
	    height: 80px;
	}
	footer .box2 .footer-box1 .content .left li{
		margin-right: 20px;
		line-height: 80px;
		display: none;
	}
	footer .box2 .footer-box1 .content .left li:first-child{
		display: block;
	}
	footer .box2 .footer-box1 .content .left em{
		width: 38px;
		height: 38px;
		line-height: 38px;
		font-size: 16px;
	}
	footer .box2 .footer-box1 .content .left li span{
		font-size: 18px;
	}
	footer .box2 .footer-box1 .content .right{
		height: 80px;
	}
	footer .box2 .footer-box2 {
	    padding-top: 40px;
	    margin-top: -40px;
	}
	footer .box2 .footer-box2 .footer-div1{
		display: flex;
		flex-direction: column-reverse;
	}
	footer .box2 .footer-box2 .footer-div1 .footer-code {
	    width: 100%;
	    margin-top: 8%;
	    height: auto;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    overflow: hidden;
	}
	footer .box2 .footer-box2 .footer-div1 .footer-code > div{
		margin: 0 10px;
	}
	footer .box2 .footer-box2 .footer-div1 .footer-nav {
		width: 100%;
	    margin-right: 0;
	    overflow: hidden;
	}
	footer .box2 .footer-box2 .footer-div1 .footer-nav i{
		display: block;
	}
	footer .box2 .footer-box2 .footer-div1 .footer-nav > ul{
		display: block;
	}
	footer .box2 .footer-box2 .footer-div1 .footer-nav > ul > li{
		width: 100%;
		background: none;
		padding: 0;
		border-bottom: 1px #505050 solid;
		padding: 10px 0;
	}
	footer .box2 .footer-box2 .footer-div1 .footer-nav > ul > li > a{
		margin: 0;
	}
	footer .box2 .footer-box2 .footer-div1 .footer-nav > ul > li > ul{
		display: none;
		margin-top: 10px;
	}
	footer .box2 .footer-box2 .footer-div2{
		padding: 4% 0;
	}
}
@media (max-width: 992px){
	footer .box1 li {
	    height: 306px;
	}
	footer .box1 .mask h3 {
	    width: 100px;
	    height: 33px;
	    line-height: 33px;
	}
	footer .box1 .mask {
	    padding-bottom: 35px;
	}
	footer .box2{
		margin-top: -35px;
	}
	footer .box2 .footer-box1 {
	    height: 70px;
	}
	footer .box2 .footer-box1 .content {
	    height: 70px;
	}
	footer .box2 .footer-box1 .content .left li{
		margin-right: 10px;
		line-height: 70px;
	}
	footer .box2 .footer-box1 .content .right{
		height: 70px;
	}
	footer .box2 .footer-box2 {
	    padding-top: 35px;
	    margin-top: -35px;
	}
	footer .box2 .footer-box2 .footer-div2 .bdsharebuttonbox a{
		margin-left: 5px;
	}
	footer .box2 .footer-box2 .footer-div2 .left,
	footer .box2 .footer-box2 .footer-div2 .right{
		width: 100%;
		text-align: center;
		overflow: hidden;
	}
	footer .box2 .footer-box2 .footer-div2 .right{
		margin-top: 2%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 750px){
	footer .box1 li {
	    height: 206px;
	}
	footer .box1 .mask h2{
		padding: 6% 0;
		display: none;
	}
	footer .box1 .mask h3{
		margin-top: 6%;
	}
	footer .box1 .mask {
	    padding-bottom: 30px;
	}
	footer .box2{
		margin-top: -30px;
	}
	footer .box2 .footer-box1 {
	    height: 60px;
	}
	footer .box2 .footer-box1 .content {
	    height: 60px;
	}
	footer .box2 .footer-box1 .content .left{
		float: none;
	}
	footer .box2 .footer-box1 .content .left li{
		line-height: 60px;
		margin: 0;
		float: none;
	}
	footer .box2 .footer-box1 .content .left li a{
		align-items: center;
		justify-content: center;
	}
	footer .box2 .footer-box1 .content .left em{
		width: 32px;
		height: 32px;
		line-height: 32px;
		font-size: 16px;
		margin-right: 10px;
	}
	footer .box2 .footer-box1 .content .left li span{
		font-size: 16px;
	}
	footer .box2 .footer-box1 .content .right{
		height: 60px;
		display: none;
	}
	footer .box2 .footer-box2 {
	    padding-top: 30px;
	    margin-top: -30px;
	}
}

/* 右侧电话 */
.telFixed{
	width: 100%;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .3);
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 18px;
	z-index: 998;
	display: none;
}
.telFixed i{
	font-size: 24px;
	display: block;
	margin-right: 6px;
}
@media (max-width: 1280px){
	.telFixed{
		display: flex;
		align-items: center;
		justify-content: center;
	}
}