body,
button,
input,
select,
textarea {
	font: 12px "微软雅黑", "Helvetica", "sans-serif";
}

body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr {
	margin: 0;
	padding: 0;
}

table,
tr,
td {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}

h1,
h2,
h3,
h4,
h5 {
	font-size: 100%;
	font-weight: normal;
}

.em {
	text-indent: 2em;
}

ol,
ul {
	list-style: none;
}

li {
	list-style: none outside none;
}

fieldset,
img,
a img {
	border: 0 none;
}

caption,
th {
	text-align: left;
}

abbr,
acronym {
	border: 0;
}

textarea {
	resize: none;
}

button {
	border: none;
}

a {
	text-decoration: none;
}

img {
	display: block;
	max-width: 100%;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b8b8b8;
}

input,
input:focus,
textarea,
textarea:focus,
button,
button:focus {
	outline: none;
}

.clearfix {
	clear: both;
}

.float {
	display: flex;
	display: -moz-box;
	display: -ms-box;
	display: -o-box;
	display: -webkit-box;
	display: box;
}

.flex {
	flex: 1;
	-moz-box-flex: 1;
	-ms-box-flex: 1;
	-o-box-flex: 1;
	-webkit-box-flex: 1;
	box-flex: 1;
}

.left {
	float: left;
}

.right {
	float: right;
}

.none {
	display: none;
}

.clear {
	clear: both
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	*zoom: 1;
}

/* IE6、7 专有 */


/* nav */
.navConBox {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	background: #D7000F;
	background: rgba(215, 0, 15, 0.8);
	z-index: 200;
}

.navCon {
	width: 180px;
}

.navCon .nav_colseCon {
	height: 30px;
	text-align: center;
	padding: 25px 0;
}

.navCon .nav_colse {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	line-height: 30px;
}

.navCon .nav_colse img {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	padding: 7px 0;
}

.navCon .nav_colse span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 5px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}

.nav {
	box-sizing: border-box;
	border-top: 1px solid #D7000F;
	border-top: 1px solid rgba(215, 0, 15, 0);
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 180px;
}

.nav>ul>li {
	padding: 25px 30px;
	background: url(../images/br_01.jpg) center bottom no-repeat;
	text-align: center;
	position: relative;
	z-index: 210;
}

.nav>ul>li:last-child {
	background: none;
}

.nav>ul>li>a {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}

.nav>ul>li>.subnav {
	display: none;
	position: fixed;
	top: 0;
	right: 180px !important;
	width: 180px;
	background: #D7000F;
	background: rgba(215, 0, 15, 0.8);
	box-sizing: border-box;
	z-index: 210;
}

.nav>ul>li>.subnav {
	padding-top: 80px;
}

.nav>ul>li>.subnav>ul {
	border-top: 1px solid #D7000F;
	border-top: 1px solid rgba(215, 0, 15, 0);
}

.nav>ul>li>.subnav>ul>li {
	padding: 16px 0;
	text-align: center;
	position: relative;
	z-index: 210;
}

.nav>ul>li>.subnav>ul>li>a {
	display: inline-block;
	vertical-align: middle;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
}

.headerConBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 90;
}

.headerConBox .header {
	font-size: 0;
}

.headerConBox .header .logo {
	width: 138px;
	height: 75px;
	padding: 15px 0 0 72px;
	display: inline-block;
	vertical-align: middle;
}

.headerConBox .header .logo img {
	display: block;
	width: 138px;
	height: 75px;
}

.headerConBox .header .menuCon {
	padding: 15px 60px;
}

.headerConBox .header .menuCon .searchCon {
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
}

.headerConBox .header .menuCon .searchCon input {
	display: inline-block;
	vertical-align: middle;
	width: 200px;
	height: 48px;
	background: none;
	border: none;
	border-bottom: 1px solid #D7000F;
	outline: 0;
	line-height: 48px;
	font-size: 16px;
	color: #D7000F;
	display: none;
}

.headerConBox .header .menuCon .searchCon i {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	width: 50px;
	height: 50px;
	background: url(../images/search_icon.png) center no-repeat;
	cursor: pointer;
}

.headerConBox .header .menuCon .menu {
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
}

.headerConBox .header .menuCon .menu i {
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
	width: 50px;
	height: 50px;
	background: url(../images/menu_icon01.png) center no-repeat;
	cursor: pointer;
}

.headerConBox .header .menuCon .menu span {
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	font-size: 16px;
	color: #D7000F;
	cursor: pointer;
	font-weight: 500;
}

/* footer */
.footer {
	width: 100%;
	min-width: 1200px;
	font-size: 0;
	background-color: #1B1919;
	border-top: 5px solid #D7000F;
	color: #fff;
	margin-top: 60px;
}

.footer.fixed {
	position: fixed;
	left: 0;
	bottom: 0;
}

.footer .footetCon {
	display: block;
	width: 1200px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 0;
	padding-top: 80px;
	height: 642px;
	overflow: hidden;
	position: relative;
}

.footer .footetCon>div {
	display: inline-block;
	vertical-align: top;
}

.footer .footetCon .f_logo_img {
	width: 156px;
}

.footer .footetCon .f_logo_img img {
	display: block;
	width: 96px;
	height: 53px;
}

.footer .footetCon .backTop {
	position: absolute;
	left: 0;
	bottom: 20px;
}

.footer .footetCon .backTop span {
	display: inline-block;
	vertical-align: middle;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	padding-left: 42px;
	background: url(../images/stroke1.png) left center no-repeat;
	cursor: pointer;
}

.footer .footetCon .f_right {
	width: 1044px;
	border-top: 2px solid #fff;
	padding-top: 42px;
	font-size: 0;
}

.footer .footetCon .f_right .r_link {
	font-size: 0;
	padding-bottom: 40px;
}

.footer .footetCon .f_right .link {
	width: 174px;
	display: inline-block;
	vertical-align: top;
	min-height: 266px;
}

.footer .footetCon .f_right .link:nth-child(1) {
	width: 170px;
}

.footer .footetCon .f_right .link:nth-child(2) {
	width: 202px;
}

.footer .footetCon .f_right .link:nth-child(3) {
	width: 200px;
}

.footer .footetCon .f_right .link:nth-child(4) {
	width: 200px;
}

.footer .footetCon .f_right .link:nth-child(5) {
	width: 200px;
}

.footer .footetCon .f_right .link:nth-child(6) {
	width: 72px;
}

.footer .footetCon .f_right .link dl dd {
	display: inline-block;
	vertical-align: top;
}

.footer .footetCon .f_right .link dl dt {
	display: block;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	display: block;
	padding-bottom: 18px;
}

.footer .footetCon .f_right .link dl dd {
	line-height: 32px;
	font-size: 12px;
	color: #1B1919;
	display: block;
}

.footer .footetCon .f_right .link dl dd a {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	word-break: break-all;
}

.footer .footetCon .f_right .link dl dd a:hover {
	color: #D7000F;
}

.footer .footetCon .f_right .r_address {
	padding: 25px 0;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	font-size: 16px;
	color: ##1B1919;
}

.footer .footetCon .f_right .r_address span,
.footer .footetCon .f_right .r_copyright span {
	display: inline-block;
	vertical-align: middle;
	padding: 0 25px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
}

.footer .footetCon .f_right .r_address span:first-child {
	padding-left: 0;
}

.footer .footetCon .f_right .r_copyright {
	padding: 25px 0;
}

.footer .footetCon .f_right .r_copyright span {
	padding: 0;
}
