@charset "utf-8";
* {}

table {
	border-collapse: collapse;
	border-spacing: 0;}

fieldset,
img {
	border: 0;}

address,
caption,
cite,
code,
dfn,
em,

th,
var {
	font-style: normal;
	font-weight: normal;}

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;
font-family: "微软雅黑",Times New roman;
font-size:14px;}

.w12 {
	width: 1200px;
	margin: 0px auto;}

/*header*/

.header {
	width: 100%;
	min-width: 1200px;
	height: 137px;
	position: absolute;
	z-index: 2;}


.header .logo {
	display: block;
	width: 230px;
	height:43px;}
.logo img{width:140%;}
/*nav*/

.navbar {
	height: 50px;
	width: 863px;
	margin-top:33px;
	line-height: 50px;
	z-index: 1;}

.nav a {
	color: #ffffff;}

.nav .nLi {
	float: left;
	margin: 0px 8px;
	position: relative;
	display: inline;}

.nav .nLi h3 {
	float: left;}

.nav .nLi h3 a {
	display: block;
	padding: 0 8px;
	font-size: 16px;
	color:#000000;
	font-weight: bold;
	text-align: center;}

.nav .sub {
	display: none;
	background: url(../images/nav-bg.png) repeat;
	left: 0;
	top: 50px;

	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 #666;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;}

.nav .sub a {
	display: block;
	color: #FFFFFF;}

.nav .sub a:hover {
	color: #0b6cb8;}

.nav .on h3 a {
	color: #0b6cb8;}


/*nav*/





/*footer*/

.footer {
	width: 100%;
	background: #353535;
	height: 164px;
	min-width: 1200px;}

.footer ul {
	font-size: 14px;
	color: #a1a1a1;
	width: 1200px;
	margin: 0px auto;}

.footer ul .link {

	width: 200px;
	float: right;
	margin-right: 100px;
	margin-top: 30px;}


.footer ul .link .styled-select{margin-top: 10px;}

.footer ul .link .styled-select select{border:1px solid #858893; border-radius:5px; -moz-border-radius:5px; background:transparent; color: #cccccc;cursor:pointer;font-family:"\5FAE\8F6F\96C5\9ED1";width:260px;height:34px;padding-left:5px;appearance:none;-moz-appearance:none;-webkit-appearance:none;}
.footer ul .link .styled-select select option{background:#353535;}
.footer ul .link .styled-select {width:265px;height:34px;overflow: hidden;  color: #cccccc;background:url(../images/xl.jpg) no-repeat 200px center; margin-bottom:15px;}

.footer ul .copyright {
	width: 600px;
	margin: 10px auto 0px auto;
	padding-top: 25px;
	float: left;
	text-align: left;
	line-height:30px;}
/*回到顶部*/
.backTop {display:none; width: 45px;height: 45px;position: fixed;right: 50px;bottom: 330px; cursor: pointer;background: url(../images/backtop.png) no-repeat; 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 15px; text-decoration: none;}
        .fixednav li a:hover{ color: #FFFFFF; display: block; background:#015198 ;}