﻿@charset "utf-8";
/* CSS Document */

html {
	-webkit-text-size-adjust: none;
}
body {
	font-size: 12px;
	color: #474747;
	_overflow: hidden;
	overflow-x: hidden;
	background: #fff;
}
/*------nomal--------*/

body, ol, table, tr, td, dt, dd, dl, h1, h2, h3, h4, h5, h6, form, input, select, textarea, p {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-size: 12px;
	font-weight: normal;
}
ul, li {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-weight: normal;
}
li {
	list-style-type: none;
}
input,  button,  select,  textarea {
	outline: none
}
img {
	border: none;
}
a {
	outline: none;
	cursor: pointer;
	text-decoration: none;
	color: #000;
	-webkit-transition: all .3s cubic-bezier(0.45, 0.65, 0.65, 0.45) 0s;
	-moz-transition: all .3s cubic-bezier(0.45, 0.65, 0.65, 0.45) 0s;
	-o-transition: all .3s cubic-bezier(0.45, 0.65, 0.65, 0.45) 0s;
	transition: all .3s cubic-bezier(0.45, 0.65, 0.65, 0.45) 0s;
}
a:hover {
	text-decoration: none;
}
a, area {
blr:expression(this.onFocus=this.blur())
}
:focus {
	-moz-outline-style: none;
}
.dis {
	display: none;
}
.clear {
	clear: both;
}
/*-------input--outline-----middle---------*/

input {
	vertical-align: middle;
	font-family: "微软雅黑";
}
 button::-moz-focus-inner,  input[type="reset"]::-moz-focus-inner,  input[type="button"]::-moz-focus-inner,  input[type="submit"]::-moz-focus-inner,  input[type="file"]>input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
table {
	border-collapse: collapse;
	font-family: "微软雅黑";
}

@media screen and (-webkit-min-device-pixel-ratio:0) { /* chrome*/
.justify:after {
	content: ".";
	display: inline-block;
	width: 100%;
	overflow: hidden;
	height: 0;
}
}
/*----- clearfix///给父容器清除浮动-----*/

.clearfix {
*zoom:1;
}
.clearfix:before,  .clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}
.clearfix:after {
	clear: both;
}
/******************************************************************common/////**********************************************************************/

.friendly a{ margin-right:10px;}

header {
	width: 1920px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	padding: 25px 0;
	display: table;
	background-color: #fff;
	box-shadow: 0px 1px 2px #C2BEB3;
}
.head {
	width: 1200px;
	margin: 0 auto;
	display: table;
}
.head .logo {
	float: left;
}
.head-nav {
	float: right;
	width: 680px;
	margin-top: 14px;
	display: table;
}
.head-nav li {
	float: left;
	/*width: 110px;*/
	text-align: center;
	display: table;
}
.head-nav li a {
	display: inline-block;
	padding: 8px 13px;
	color: #363636;
	font-size: 16px;
}
.head-nav li a:hover {
	background-color: #DB3717;
	color: #fff;
}
.head-nav li a.on {
	background-color: #DB3717;
	color: #fff;
}
.head-nav li span {
	float: right;
	height: 13px;
	border-right: 1px solid #E2E2E2;
	margin-top: 13px;
}
.sub-nav {
	width: 1200px;
	position: relative;
	left: 50%;
	margin-top: 20px;
	margin-left: -525px;
	display: table;
	text-align: center;
}
.sub-nav a, .sub-nav span {
	display: inline-block;
}
.sub-nav a {
	font-size: 13px;
	color: #666666;
}
.sub-nav a:hover {
	color: #DB3717;
}
.sub-nav span {
	margin: 0 12px;
	height: 12px;
	border-left: 1px solid #E2E2E2;
	vertical-align: middle;
}
footer {
	width: 100%;
	padding: 30px 0;
	position: relative;
	margin-top: 130px;
	display: block;
	background-color: #363636;
}
.foot {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: table;
}
.fot-tel {
	position: absolute;
	left: 0;
	top: -60px;
}
.foot .sub-fot {
	float: left;
	width: 425px;
	margin: 45px 0px 30px 25px;
}
.foot .sub-fot ul li {
	float: left;
	width: 100%;
	display: block;
	color: #fff;
	line-height: 26px;
	font-size: 14px;
}
.foot .sub-fot ul li span {
	margin-left: 70px;
}
.foot .sub-rit {
	float: right;
	width: 710px;
	margin-top: 62px;
}
.fhdb {
	width: 50px;
	height: 50px;
	position: fixed;
	right: 15px;
	bottom: 0;
	cursor: pointer;
}
/*heBox
-----------------------------------*/
.heBox {
	width: 100%;
	text-align: center;
	position: relative;
}
.heBox a {
	display: block;
	padding: 30px 0px;
	color: #fff;
	position: relative;
	background: #3a4046
}
.heBox h4 {
	font-size: 30px;
	margin-bottom: 10px;
	z-index: 5;
	position: relative;
}
.heBox span {
	display: block;
	font-size: 16px;
	margin-bottom: 10px;
	position: relative;
	z-index: 5
}
.heBox img {
	position: relative;
	z-index: 5
}
.heBox a:hover .Cbg {
	background-color:#7B5A47;
}
.heBox .Cbg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #272c30;
	z-index: 1;
}

.copyright{ width:100%; background-color:#151515; height:55px; line-height:55px; text-align:center;}




/*----------------------------------------------分页-------------------------------------------*/
.k_pagelist {
	clear: both;
	display: table;
	float: left;
	line-height: 30px;
	text-align: center;
	width: 100%;
}
.k_pagelist em {
	background:#f90;
	border: 1px solid #f90;
	color: #fff;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	margin: 0 1px;
	padding: 2px 4px;
}
.k_pagelist strong {
	border: 1px solid #E7E7E7;
	color: #C51E17;
	font-size: 12px;
	margin: 0 1px;
	padding: 2px;
}
.k_pagelist a {
	border: 1px solid #E7E7E7;
	font-size: 12px;
	margin: 0 1px;
	padding: 2px;
}
/*-------------------------------------------搜索----------------------------------------------*/
.k_search {
	display:block;
	width:100%;
}
.k_search p {
	display:block;
	line-height:25px;
	font-size:12px;
	color:#333;
	width:100%;
}
.k_search h3 {
	display:block;
	width:100%;
	font-weight:bold;
	color:#FF9900;
}
.k_search p span {
	color:#FF0000;
}