/** Normalize to all browser**/
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, caption, th, td, form, fieldset, legend, input, button, textarea, menu, img {
    margin: 0;
    padding: 0;
	border: none;
	font-family: "Microsoft YaHei";
	box-sizing:border-box
}

a, a:link, a:hover, a:visited {
	text-decoration: none;
	display: block;
}

input{
	margin: 0px;
}

ul{
	list-style: none;
}

.float-left{
    float: left;
}

.float-right{
    float: right;
}

.clearfix:before, .clearfix:after{
	content: "";
	display: block;
	clear: both;
}

.clearfix::before, .clearfix::after{
	content: "";
	display: block;
	clear: both;
}

.width96per{
	width: 96%;
	margin: 0 auto;
}

.width73per{
	width: 73%;
}

.width70per{
	width: 70%;
}

.width29per{
	width: 29%;
}

.width25per{
	width: 25%;
}

.absolute-elem-wraper{
    position: relative;
}

.center-aligned-wraper1280{
	width: 1280px;
	max-width: 96%;
	margin: 0 auto;
}

.center-aligned-wraper1400 {
	max-width: 1400px;
	min-width: 1280px;
	margin: 0 auto;
}

.center-content-wraper{
	margin: 0 auto;
}

body{
	min-width: 1000px;
}

/* header*/
.header table {
width: 94%;
}
.above-header{
    background-color: #00479d;
    width: 100%;
	color: white;
}

.above-header div div{
	margin-right: .1em;
}

.above-header div div span, .above-header div div a{
    font-size: 13px;
    line-height: 2.2em;
	color: white;
	float: left;
}

.above-header div div a
{
	cursor:pointer;
}

.above-header div div span{
	margin: 0 0.5em;
}

.header{
    width: 100%;
	min-width: 1280px;
    background: #a50000 right no-repeat;
	background: url(../img/head-back.png) #a50000 center repeat;
	background-size: 113.5%;
margin-bottom: 25px;
}

.header-logo{
    width: 50%;
    padding: 1.2em 0.8em;
    cursor:pointer;
}

.header-logo img{
    height: 55px;
}

.search-tab{
    float: right;
}

.search-tab>input{
	line-height: 3em;
}

.input-tab{
	background-color: #FFFFFF;
	position: relative;
    padding-left: 1em;
    padding-right: 3em;
	width: 16em;
    float: left;
	height: 3em;
	left: 2.8em;
border-radius: 10px;}

.submit-tab{
    background: url(../img/search.png) #cfa972 no-repeat center;
    height: 3em;
	color: white;
	padding: 0 1.8em;
    width: 0em;
    float: right;
    position: relative;
	cursor:pointer
;border-radius: 10px;}

.links {width: 100%;margin-bottom: 14px;}

.links div span {
    display: inline;
    margin-left: 12px;
    padding-left: 12px;
    border-left: 1px solid #fff;
}

.links div span a {
    display: inline-block;
    color: #fff;
    font-weight: normal;
    line-height: 15px;
    font-size: 15px;
}

.links div span:first-child{
	border-left: none;
}


/** navi **/
.navigator{
	/* background-color: #a50000; */
	display: block;
	margin: 0 auto;
	box-shadow: 0px 2px 7px rgba(120, 120, 120, 0.07);
	cursor:pointer;
border-top: solid white 1px;}

.navigator-bar{
	position: relative;
	z-index: 1000;
}

.na-link{
	position: relative;
	float: left;
	width: 13.5%;
}

.dropdown{
	display: none;
	position: absolute;
	width: 100%;
	z-index: 1000;
	/* // IE10 */
	transition: background-color .3s;
	-moz-transition: background-color .3s; /* Firefox 4 */
	-webkit-transition: background-color .3s; /* Safari and Chrome */
	-o-transition: background-color .3s;
}

.na-link>a{
	color: white;
	width: 100%;
	/* background-color: #a50000; */
	text-align: center;
	height: 3.75em;
	line-height: 3.75em;
	position: relative;
	white-space: nowrap;
	/* // IE10 */
	transition: all .3s;
	-moz-transition: all .3s; /* Firefox 4 */
	-webkit-transition: all .3s; /* Safari and Chrome */
	-o-transition: all .3s;
}

.dropdown-content>a{
	color: black;
	width: 100%;
	background-color:white;
	text-align: center;
	height: 3em;
	line-height: 3em;
	/* // IE10 */
	transition: color .3s;
	-moz-transition: color .3s; /* Firefox 4 */
	-webkit-transition: color .3s; /* Safari and Chrome */
	-o-transition: color .3s;
}

.na-link:hover>a, .dropdown-content:hover>a{
	background-color: rgba(128,0,0,0.3);
	color: white;
	position: relative;
	white-space: nowrap;
}

.dropdown-content:hover>a{
	background-color: #990000;
}

.footer{
	width: 100%;
	min-width: 1280px;
	background: #a50000;
	background: url(../img/footer-back.png) #a50000 center no-repeat;
	background-size: 100%;
	padding: 43px 0;
}

.footer table{
	width: 100%;
}

.footer table p{
	color: #FFFFFF;
	font-size: 14px;
	font-weight: lighter;
}