/*样式重置*/
*{font-family: "微软雅黑","arial"; margin:0; padding:0; outline: none;}
body{color: #323232;	font-size: 14px;}
strong{font-weight: bold;}
img{border: none;}
a{text-decoration: none;}
.f_left{float: left;}
.f_right{float: right;}
.clearfix:after {visibility:hidden;display:block;font-size;content:" ";clear:both;height:0;}
.clearfix {zoom:1; clear:both;}
.overflow_style{overflow:hidden;display: -webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;}

/*通用样式开始*/
.header{
	position:relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 1920px;
	transition: background-image 0.2s;
}
.head_top{
	margin: 0 auto;
	padding-top: 25px;background: #fff; padding-bottom: 25px;
}
.head_top .pagewidth{width: 1200px; margin: 0 auto;}
.head_logo{
	width: 320px;
}
.head_logo img{
	height: 45px; display: block;
}

.head_nav{
	width: 880px;
}
.head_nav ul li{
	list-style: none;
	float: left;
	width: 110px;
	line-height: 45px;
	text-align: center;
}
.head_nav ul li a{
	padding: 5px;
	color: #111;
	border-bottom: 2px solid transparent;
	transition: 0.2s border;
}
.head_nav ul li a:hover{
	border-bottom: 2px solid #CF000B;
}

.footer{
	background: #0c1617;
}
.footer ul li{
	list-style: none;
	line-height: 32px;
	font-size: 13px;
}


.footer_t{
    padding-top: 44px;
    background-color: #0c1617;
    padding-left: 29px;
    color: #fff;
    font-weight: normal;
}
.footer_t .into,.footer_t .relation,.footer_t .responsible,.footer_t .contact,.footer_t .cooperation{
    width:140px;
    margin-right: 38px;
    height: 34px;
}
.into h6,.relation h6,.responsible h6,.contact h6,.cooperation h6{
    height: 34px;
    margin-bottom: 14px;
    border-bottom: 1px solid #505758;
}
.relation .classic,.relation .service{
    border-bottom: none;
    line-height: 33px;
    margin-bottom: 0;
}
.relation .classic{
    margin-top: 28px;
}
.contact .news{
    margin-top: 16px;
}
.follow .qr_code{
    height:96px;
    padding-top: 20px;
}
.follow .qr_code li{
    margin-right: 20px;
}
.footer_t h6{
    font-size: 16px;
}
.footer_t a{
    line-height: 32px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
}
.footer_b{
    height: 43px;
    background-color: #060b0b;
    font-size: 14px;
    color: #fff;
    padding-left: 32px;
    line-height: 43px;
}
.footer_b .copy{
    margin-right: 52px;
}
.footer a{
	transition: 0.3s color; color: #fff;
}
.footer a:hover{
	color: #CF000B;
}




#fixed_box{position: absolute;width: 285px;height: 345px;border-radius: 5px;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0,0.3);background:white;z-index:99;top:260px;left:0;}
#fixed_box .fixed_head{background: #e53333 url(../pic/fixed_head.png) no-repeat center;font-size: 22px;font-family: "微软雅黑";line-height: 210px;text-align: center;color: white;height: 135px;}
#fixed_box .fixed_word{margin: 25px;text-align:justify;font-size: 14px;line-height: 26px;color: #E53333;margin-bottom: 20px;}
#fixed_box .fixed_word p{text-align: center;}
#fixed_ok{margin: 0 auto;width: 85px;line-height: 30px;text-align: center;color: white;background: #E53333;border-radius: 15px;cursor: pointer;}
#fixed_close{position: absolute;right: 10px;top: 10px;background: url(../pic/fixed_close.png) no-repeat center;width: 18px;height: 18px;cursor: pointer;}






.box_center{
	width: 1200px;
	margin: 0 auto;
}


