@charset "utf-8";
/* CSS Document */
/************************************************************************************
RESET
*************************************************************************************/
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
/* set image max width to 100% */
img {
	max-width: 100%;
	border: 0;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
@font-face {
    font-family: 'SourceHanSerifCN-Heavy';
    src:url('../css/font/SourceHanSerifCN-Heavy.eot');
    src:url('../css/font/SourceHanSerifCN-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../css/font/SourceHanSerifCN-Heavy.woff2') format('woff2'),
        url('../css/font/SourceHanSerifCN-Heavy.woff') format('woff'),
        url('../css/font/SourceHanSerifCN-Heavy.ttf') format("truetype"),
        url('../css/font/SourceHanSerifCN-Heavy.svg#SourceHanSerifCN-Heavy') format('svg');
    font-weight: normal;
    font-style: normal;

}
/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
	font-family: "微软雅黑";
	font-size: 14px;
	color: #333;
	background: #f2f3f3;
	overflow-x: hidden;
}
a {
	color: #333;
	text-decoration: none;
	outline: none;
}
.clear {
	clear: both;
}
/* list */
ul, ol {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	list-style: none;
}
/* headings */
h1, h2, h3, h4, h5, h6 {
	line-height: 1.4em;
	color: #000;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.4em;
}
h4 {
	font-size: 1.2em;
}
h5 {
	font-size: 1.1em;
}
h6 {
	font-size: 1em;
}
.l {
	float: left;
}
.r {
	float: right;
}
.inner {
	width: 1200px;
	margin: auto;
}
/*header*/
#header {
	background: white;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.nav {
	position: relative;
	z-index: 9;
}
.nav a {
	color: #333;
}
.nav .nLi {
	display: inline-block;
	position: relative;
}
.nav .nLi {
*display:inline;
}
.nav .nLi h3 {
	line-height: 80px;
	font-size: 16px;
	font-weight: normal;
}
.nav .nLi h3 a {
	display: block;
	color: #333;
	padding: 0 15px;
}
.nav .sub {
	display: none;
	width: 130px;
	left: 0;
	top: 80px;
	position: absolute;
	background: url(../images/white06.png);
	line-height: 26px;
	padding: 5px 0;
}
.nav .sub li {
	zoom: 1;
}
.nav .sub a {
	display: block;
	padding: 0 10px;
}
.nav .sub a:hover {
	color: #c11b1f;
}
.nav .on h3 a {
	background: #c11b1f;
	color: white;
}
.fot_top {
	padding: 20px 0;
	background: url(../images/subnavbg.jpg) no-repeat center center;
}
.fot_top .subnav {
	width: 125px;
}
.fot_top .subnav h6 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}
.fot_top .subnav a {
	color: #666;
	line-height: 24px;
}
.fot_top .subnav a:hover {
	color: #da2025;
}
.fot_top .contact_bot {
	width: 230px;
}
.tel {
	font-size: 24px;
	color: #da2025;
	padding-left: 40px;
	background: url(../images/icon9.png) no-repeat left center;
	line-height: 33px;
	margin-top: 20px;
}
.guanzhu {
	width: 200px;
	text-align: center;
	background: url(../images/line.png) no-repeat left center;
}
.guanzhu .icon {
	padding-left: 40px;
	height: 28px;
	background: url(../images/icon8.png) no-repeat center left;
	display: inline-block;
	margin-bottom: 10px;
}
.guanzhu .icon {
 *display:inline;
}
.guanzhu .ewm {
	border: 5px white solid;
	width: 83px;
	height: 83px;
	margin: auto;
}
.guanzhu .ewm img {
	width: 83px;
	height: 83px;
}
.guanzhu p {
	margin: 9px 0;
}
#footer .copyright {
	text-align: center;
	padding: 15px 0;
	background: #dfdfdf;
	color: #333;
}
#subnav {
	height:60px;
	text-align:left;
}
#subnav li {
	display:inline-block;
	margin-right:30px;
	line-height:60px;
}
#subnav li {
	*display:inline;
}
#subnav li a {
	display:block;
}
#subnav li a:hover{
	color:#c11b1f;
}
#subnav li a.on {
	font-weight:bold;
	color:#c11b1f;
	background:url(../images/subnavline.png) no-repeat center bottom;
}

#page {
	background:#eee;
	text-align:center;
	margin:40px 0 20px;
	height:30px;
	padding:10px 0;
}
#page li {
	display:inline-block;
	line-height:30px;
	font-size:18px;
	margin:0 4px;
	font-family:Arial, Helvetica, sans-serif;
}
#page li {
	*display:inline;
}
#page li a {
	display:block;
	width:30px;
	height:30px;
	vertical-align:middle;
}
#page li.on a {
	background:#c11b1f;
	color:white;
	border-radius:15px;
}
#page li.first span,#page li.prev ,#page li.next ,#page li.last span{
	font-family:"宋体";
}
#page li.first a,#page li.last a {
	width:auto;
}















