@charset "utf-8";
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
pre,
form,
fieldset,
input,
p,
img,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

a {
	color: #666;
	text-decoration: none;
}

a:hover {
	color: #e95664;
	text-decoration: underline;
}

ol,
ul,
li {
	list-style: none;
}

html {
	font-size: 62.5%!important;
}

body {
	font-family: "Microsoft YaHei";
	line-height: 25px;
	color: #333;
}

fieldset,
img {
	border: 0;
}

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

em {
	font-style: normal;
}

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

textarea {
	resize: none;
}

p {
	text-align: justify;
	text-justify: distribute;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.text-center {
	text-align: center;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*宽度*/

.w_3 {
	width: 3%;
}

.w_4 {
	width: 4%;
}

.w_5 {
	width: 5%;
}

.w_6 {
	width: 6%;
}

.w_7 {
	width: 7%;
}

.w_8 {
	width: 8%;
}

.w_9 {
	width: 9%;
}

.w_10 {
	width: 10%;
}

.w_25 {
	width: 25%;
}

.w_30 {
	width: 30%;
}

.w_35 {
	width: 35%;
}

.w_37 {
	width: 37%;
}

.w_39 {
	width: 39%;
}

.w_15 {
	width: 15%;
}

.w_47 {
	width: 47%;
}

.w_40 {
	width: 40%;
}

.w_50 {
	width: 50%;
}

.w_55 {
	width: 55%;
}

.w_57 {
	width: 57%;
}

.w_60 {
	width: 60%;
}

.w_70 {
	width: 70%;
}

.w_80 {
	width: 80%;
}

.w_85 {
	width: 85%;
}

.w_96 {
	width: 96%;
}

.w_90 {
	width: 90%;
}

.w_100 {
	width: 100%;
}

.ml_10 {
	margin-left: 10px;
}

.ml_20 {
	margin-left: 20px;
}

.mr_10 {
	margin-right: 10px;
}

.mr_20 {
	margin-right: 20px;
}


/*字体大小*/

.f_10 {
	font-size: 10px;
}

.f_12 {
	font-size: 12px;
}

.f_14 {
	font-size: 14px;
}

.f_16 {
	font-size: 16px;
}

.f_20 {
	font-size: 20px;
}

.f_22 {
	font-size: 22px;
}

.f_24 {
	font-size: 24px;
}


/*pc头部*/


/*头部*/

#header {
	height: 135px;
}

#header a.logo {
	width: 159px;
	height: 46px;
	background: url(../../images/seo/subLogo.png);
	display: block;
	float: left;
	margin: 30px 0 0 30px;
	display: block;
	text-indent: -9999px;
}

#header .nav {
	width: 500px;
	height: 75px;
	float: left;
	display: block;
	margin-left: 200px;
}

#header .nav li {
	display: block;
	height: 95px;
	width: 115px;
	float: left;
	line-height: 75px;
	font-size: 16px;
	margin-right: 10px;
	position: relative;
	padding-top: 7px;
}

#header .nav li a {
	display: block;
	height: 75px;
	width: 115px;
	color: #333;
	text-align: center;
	position: absolute;
	z-index: 2
}

#header .nav li a:hover {
	text-decoration: none;
	color: #333;
}

#header .nav li span {
	display: block;
	height: 150px;
	width: 115px;
	position: absolute;
	background: url(../../images/seo/indexNavCur.png) no-repeat;
	z-index: 1;
	top: -175px
}

#header .nav .cur {
	background: url(../../images/seo/indexNavCur.png) no-repeat;
}

#header .hotline {
	width: 166px;
	height: 17px;
	display: block;
	float: right;
	margin-top: 40px;
	background: url(../../images/seo/hotline.png) no-repeat;
}
/*面包屑*/
h5.pc-crumbs {
	width: 100%;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	font-weight: normal;
	color: #636363;
	border-radius: 5px;
	border: 1px solid #f1c8d3;
	padding-left: 27px;
	box-sizing: border-box;
}
.subFooter {
	height: 167px;
	background: url(../../images/seo/subFooterBg.png) repeat-x;
	text-align: center;
	padding-top: 50px;
	color: #999;
}

.subFooter a:link {
	text-decoration: underline;
}

.subFooter a:visited {
	text-decoration: underline;
}

.subFooter a:hover {
	text-decoration: underline;
}

.subFooter a:active {
	text-decoration: underline;
}
