﻿html, body, div, span, object, iframe,h1, h2,
h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn,
em, img, ins,kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd,
ol, ul, li,fieldset, form, label, legend,table, caption, tbody,
tfoot,thead,tr, th, td,article, aside, canvas, details, figcaption,
figure, footer, header, hgroup, menu, nav, section, summary,time, mark,
audio, video,input {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    outline-style:none;/*FF*/
}
body {
    line-height:1;
}

a{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;

}
a:hover,a:focus{
    text-decoration:none;
    bblr:expression(this.onFocus=this.blur());/*IE*/
    outline-style:none;/*FF*/
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}

/*css为clearfix，清除浮动*/
.clearfix::before,
.clearfix::after{
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.clearfix:after{clear:both;}
.clearfix{
    *zoom:1;/*IE/7/6*/
}
em{
	font-style: normal;
}
ul,ol{
	list-style: none;
}
body{
	font-size: 14px;
	font-family: arial,"微软雅黑";
}
.left{
	float: left;
}
.right{
	float: right;
}
/*头部*/
.header{
	background: #1A70AB;
}
.headerTop{
	border-bottom: 1px solid #004374;
}
/*logo*/
.headerTop .logo{
	padding: 30px 0 28px;
	width: 708px;
}
.headerTop .logo img{
	width: 100%;
}
.headerTop .headerTopRightBox{
	padding: 38px 0 31px;
}
.headerTop .headerTopRightBox .sy_sc{
	color: #fff;
	text-align: right;
}
.headerTop .headerTopRightBox .sy_sc a{
	color: #fff;
	display: inline-block;
	padding: 12px 5px;
}
/**/
/*搜索*/
.headerTop .headerTopRightBox .search{
	font-size: 0;
	width: 195px;
	height: 27px;
	border: 1px solid #fff;
	border-radius: 2px;
}
.headerTop .headerTopRightBox .search .keyword{
	width: 163px;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	padding: 0 5px;
	background: transparent;
color: #fff;
}
.headerTop .headerTopRightBox .search .searchBtn{
	width: 30px;
	height: 25px;
	background: url(../images/searchBtn.png)/*tpa=/images/searchBtn.png*/ no-repeat center;
}
.headerBottom{
	border-top: 1px solid #1A70AB;
	height: 41px;
	font-size: 16px;
	color: #fff;
}
.headerBottom .navMenu{
	position: absolute;
	z-index: 99;
}
.headerBottom .navMenu a{
	color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus{
	background-color: red;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background-color: red;
}
.dropdown-menu{
	background-color: #1A70AB;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	background-color: red;
	color: #fff;
}
.navbar-toggle{
	border: 1px solid #fff;
	margin: 3px 15px;
}
.navbar-toggle .icon-bar{
	background: #fff;
}
.headerBottom .todayTime{
	height: 40px;
	line-height: 40px;
	color: #FFF;
	padding: 0px 25px 0px 28px;
	background: url(../images/time.png)/*tpa=/images/time.png*/ no-repeat left center;
}

/*footer*/
.footer{
	background: #1A70AB;
	padding: 20px 0 22px;
	color: #fff;
}
.footer .copyright{
	float: left;
}
.footer .copyright p{
	height: auto;
	padding: 5px;
	line-height: 19px;
}
.footer .links{
	float: right;
	margin-bottom: 20px;
}
.footer .links .jb{
	text-align: right;
}
.footer .links .jb a{
	display: inline-block;
	padding-left: 28px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: url(../images/jb.png)/*tpa=/images/jb.png*/ no-repeat left center;
}
.footer .links .select_txt{
	position: relative;
	width: 200px;
	height: 28px;
	border: 1px solid #fff;
	line-height: 26px;
}
.footer .links .select_txt span{
	display: block;
	width: 160px;
	text-align: center;
	color: #fff;
	float: left;
}
.footer .links .select_txt .selet_open{
	display: inline-block;
	width: 38px;
	height: 26px;
	background: url(../images/arr.png)/*tpa=/images/arr.png*/ no-repeat center;
}
.footer .links .select_txt .option{
	display: none;
	position: absolute;
	bottom: 0px;
	right: -2px;
	border: 1px solid #666;
	background: #fff;
	width: 202px;
}
.footer .links .select_txt .option a{
	display: block;
	color: #333;
	height: 26px;
	line-height: 26px;
	text-align: center;
}
.footer .links .select_txt .option a:hover{
	background: red;
	color: #fff;
}