﻿@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, lengend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

input, textarea {
	border: 2 none;
	box-shadow: none;
	outline: none;
}
/* 设置默认字体 */
body {
	width: 100%;
	min-width: 1360px;
	margin: 0 auto;
}

body, button, input, select, textarea {
	font: 14px/22px "Microsoft YaHei";
	color: #666;
}

h1 {
	font-size: 18px;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

h4, h5, h6 {
	font-size: 100%;
}

* h1, * h2, * h3, * h4, * h5, * h6 {
	margin: 0px;
} /*覆盖bootstrape对标题加的默认外边距*/
address, cite, dfn, em, i, var {
	font-style: normal;
} /* 斜体扶正 */
/* 重置列表元素 */
ul, ol, li {
	list-style: none;
}
/* 重置文本格式元素 */
a {
	text-decoration: none;
	color: #666;
	word-wrap: break-word;
	outline: none;
}/*英文换行*/
a:hover {
	text-decoration: none;
	color: #910800;
}
/* 重置表单元素 */
legend {
	color: #000;
} /* for ie6 */
fieldset, img {
	border: none;
} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
	font-size: 100%;
 /* 使表单元素在 ie 下能继承字体大小 */
}
/* 重置表格元素 */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {
	overflow-x: hidden;
}
/*设置浮动*/
.fl {
	float: left;
}

.fr {
	float: right;
}

.pr {
	position: relative;
}

.pa {
	position: absolute;
}
/*字体大小*/
.fz12 {
	font-size: 12px;
}

.fz14 {
	font-size: 14px;
}

.fz16 {
	font-size: 16px;
}

.fz18 {
	font-size: 18px;
}

.fz20 {
	font-size: 20px;
}

.fz22 {
	font-size: 22px;
}

.clear {
	clear: both;
	height: 0;
}

.blk-main .clearlist {
	clear: both;
	height: 0;
	padding: 0;
	margin: 0;
	border: 0;
	width: 100%;
	float: none;
}

.header, .content, .footer {
	width: 1200px;
	margin: 0 auto;
	font-family: "Microsoft Yahei";
}

.top {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
}

.top_in {
	width: 1200px;
	margin: 0 auto;
}

.top a {
	color: #333;
}

/* .top_left {
	
} */

.top_right {
	width: 200px;
	text-align: right;
}

.h_top {
	background: url(../images/topbg.gif) repeat-x center 0;	
}

.t_con {
	height: 117px;
	padding: 15px 0 0;
	overflow: hidden;
}

.t_con h3, .t_con h3 img {
	display: block;
	height: 100px;
}
.t_con h3{
	padding-top: 0;
}
.t_text {
	font-size: 24px;
	color: #3d3d3d;
	line-height: 32px;
	padding: 22px 0 0 60px;
}

.t_text b {
	display: block;
	color: #e3232f;
}

.t_pho {
	color: #3d3d3d;
	line-height: 26px;
	font-size: 16px;
	padding: 22px 0 0;
	text-align: right;
}

.t_pho span {
	background: url(../images/t_pho.gif) no-repeat 0 0;
	padding: 0 0 0 28px;
	display: inline-block;
}

.t_pho b {
	display: block;
	font-family: DIN Black;
	font-size: 28px;
	line-height: 28px;
	color: #e3232f;
}

.menu {
	white-space: nowrap;
	height: 66px;
	line-height: 66px;
	overflow: hidden;
	font-size: 16px;
}

.menu ul {
	width: 1280px;
}

.menu li {
	float: left;
}

.menu li a {
	color: #fff;
	display: inline-block;
	padding: 0 68px;
}

.menu li a.cur, .menu li a:hover {
	text-decoration: none;
	z-index: 1;
	background: #343434;
	font-weight: bold;
}

.menu li a:-webkit-any-link {
	display: block;
}

.banner {
	position: relative;
	height: 500px;
	overflow: hidden;
	clear: both;
}

.ban_p, .ban_p li {
	height: 500px;
	overflow: hidden;
}

.ban_p li div{
	display: block;
	height: 500px;
	background: url(../images/banner1.jpg) no-repeat center 0;
}

.ban_t {
	width: 1100px;
	height: 20px;
	bottom: 15px;
	left: 50%;
	margin-left: -550px;
	position: absolute;
	text-align: center;
}

.ban_t em {
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin-right: 10px;
	display: inline-block;
	background: #d4d4d4;
}

.ban_t em.on {
	background: #e3232f;
}

.f_bj {
	color: #9f9f9f;
	clear: both;
	font-family: "Microsoft Yahei";
	background: url(../images/footbg.png) no-repeat center 0;
	line-height: 30px;
	padding: 116px 0 20px;
	margin-top: -30px!important;
	position: relative;
	overflow: hidden;
}

.f_bj a {
	color: #9f9f9f;
}

.f_nav {
	height: 81px;
	line-height: 81px;
	font-size: 16px;
	white-space: nowrap;
	text-align: center;
	border-bottom: solid 1px #404040;
	margin-bottom: 37px;
}

.f_nav a {
	display: inline-block;
	color: #fff;
	padding: 0 4px;
	height: 79px;
}

.f_nav a:hover {
	font-weight: bold;
	border-bottom: solid 2px #e3232f;
	color: #e3232f;
}

.f_nav em {
	display: inline-block;
	color: #686868;
	padding: 0 25px;
	font-style: normal;
	font-size: 14px;
}

.f_text {
	height: 102px;
	padding: 45px 0 0 58px;
	background: #1a1a1a;
}

.f_text li {
	float: left;
	background: url(../images/f_ico1.gif) no-repeat 0 7px;
	padding: 0 0 0 97px;
	width: 370px;
	line-height: 28px;
	color: #9f9f9f;
}

.f_text li.f_text2 {
	background: url(../images/f_ico2.gif) no-repeat 0 7px;
	width: 265px;
}

.f_text li.f_text3 {
	background: url(../images/f_ico3.gif) no-repeat 0 7px;
	width: 220px;
	padding: 0 0 0 85px;
}

.f_text li span {
	display: block;
	height: 34px;
	font-weight: bold;
	color: #e3232f;
	font-size: 16px;
	line-height: 34px;
}

.f_text li span em {
	font-family: Arial;
	color: #6d6d6d;
	font-weight: normal;
	font-style: normal;
}

.f_con {
	padding: 20px 0 0 110px;
}

.f_logo {
	width: 117px;
	padding: 14px 0 0;
}

.f_logo img {
	max-width: 100%;
	height: auto;
}

.f_cont {
	width: 550px;
	padding: 13px 0 0;
	padding-left: 50px;
	padding-right: 50px;
}

.f_code {
	width: 114px;
	display: block;
	height: 111px;
	padding: 12px 0 0 106px;
	background: url(../images/f_codebg.png) no-repeat 0 0;
}

.f_code img {
	display: block;
	width: 84px;
	height: 84px;
	display: block;
	padding: 4px;
	background: #fff;
	border: solid 2px #ebebeb;
}

