@charset "utf-8";
* {
	font-family: "微软雅黑";
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	
}

li,
ul,
ol,
dl,
dt,
dd {
	list-style: outside none;
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.clear {
	clear: both;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #434343;
}

a:hover {
	color: #0b6cb8;
	-webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	margin: 0px;
	padding: 0px;
	background: #eeeeee url(../images/logobg.png) no-repeat left 400px ;
}

.w12 {
	width: 1200px;
	margin: 0px auto;
}
.m20{margin-top: 20px;}
.ml20{margin-left: 20px;}
/*header*/

.header {
	width: 100%;
	min-width: 1200px;
	height: 137px;
	background: #FFFFFF;
	z-index: 2;
	border-bottom: 5px solid #e5004f;
}


.header .logo  a{
	display: block;
}
.header .logo img{height:70px;display: block;}
/*nav*/

.navbar {
	height: 50px;
	width:860px;
	margin-top:53px;
	line-height: 35px;
	z-index: 1;
	float: right;
}

.nav a {
	color: #ffffff;
}

.nav .nLi {
	float: left;
	margin: 0px;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 11px;
	font-size: 16px;
	color:#888888;
	text-align: center;
}

.nav .sub {
	display: none;
	background: url(../images/nav-bg.png) repeat;
	left: 0;
	top: 35px;
z-index: 1;
	position: absolute;
	line-height: 36px;
	color: #FFFFFF;
}

.nav .sub li {
	zoom: 1;
	font-size: 14px;
	width: 178px;
	height: 45px;
	line-height: 45px;
	border-bottom: 1px dotted #999;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}

.nav .sub a {
	display: block;
	color: #FFFFFF;
}

.nav .sub a:hover {
	color: #ffffff;
}

.nav h3 a:hover {
	background:#e5004f; display:block;
color:#ffffff;
}


/*nav*/





/*footer*/

.footer {
	width: 100%;
	background: #c8c8c8;
	height: 225px;
	padding-top: 25px;
	margin-top: 40px;
	min-width: 1200px;
}
.footertit{font-size:18px;  border-bottom: 1px solid #a0a0a0; height: 40px; line-height: 40px;}
.kstd ul li{font-size: 15px; line-height: 65px; padding: 0px 15px; float: left;}
.kstd ul li a{display: block; color: #515151;}


.copyright{height: 50px; background: #e5004f;color: #FFFFFF; line-height: 50px; text-align: center;width:100%; min-width:1200px; font-size: 15px;}

/*回到顶部*/
.backTop {display:none; width: 45px;height: 45px;position: fixed;right: 50px;bottom: 330px; cursor: pointer; z-index: 1;}

.navbar-fixed-top { position: fixed;-webkit-box-shadow: 0px 3px 3px 0px rgba(58, 74, 88, 0.1);
  box-shadow: 0px 3px 3px 0px rgba(58, 74, 88, 0.1); right: 0; left: 0; top: 0; z-index: 1030; height: 60px; width: 100%; background: #ffffff; line-height: 60px; text-decoration: none;        }
        .fixednav li{ float: left; text-decoration: none; }
        .fixednav li a { color: #434343; font-size: 16px; padding: 0px 23px; text-decoration: none;        }
        .fixednav li a:hover{ color: #FFFFFF; display: block; background:#e5004f ;}

