/**{
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}*/
.container {
	min-width: 1200px;
	overflow: hidden;
}

.center {
	width: 1200px;
	margin: 0px auto;
}

.header {
	height: auto;
	overflow: hidden;
}

.header_top {
	height: 40px;
	background: #f3f3f3;
	line-height: 40px;
}

.hotLine {
	color: #666666;
	float: left;
}

.loginBox {
	float: right;
}

.loginBox a {
	color: #777777;
	position: relative;
}

.loginBox a.register {
	margin-right: 11px;
}

.loginBox a.register:after {
	content: '';
	position: absolute;
	right: -8px;
	top: 2px;
	height: 15px;
	width: 1px;
	background: #8b8b8b;
}

.loginBox a:hover {
	text-decoration: underline;
}

.header_search {
	height: 110px;
	background: #fff;
}

.header_search_logo {
	float: left;
	margin-top: 19px;
}

.header_search_box {
	float: right;
	margin-top: 27px;
}

.searchBox {
	border: 1px solid #949494;
	border-radius: 1px;
	display: inline-block;
	position: relative;
	padding-right: 60px;
}

.searchBox input {
	height: 32px;
	line-height: 32px;
	border: none;
	color: #333333;
	padding-left: 13px;
	width: 304px;
	outline: none;
}

.searchBtn {
	position: absolute;
	width: 60px;
	top: -1px;
	bottom: -1px;
	right: -1px;
	background: url(../../images/search.png) no-repeat center center #2b73e0;
	border-radius: 1px;
	cursor: pointer;
}

.searchBtn:hover {
	background: url(../../images/search.png) no-repeat center center #0a63e9;
}

.hotSearch {
	margin-left: 13px;
	margin-top: 5px;
}

.hotSearch label {
	color: #aaaaaa;
	float: left;
	margin-right: 2px;
}

.hotSearch ul {
	float: left;
}

.hotSearch ul a {
	color: #2466ca;
	text-decoration: underline;
	margin-right: 15px;
}

.header_nav {
	height: 44px;
	background: url(../../images/navBg.png) no-repeat center center #0854c7;
}

.navBox a {
	height: 44px;
	line-height: 44px;
	float: left;
	display: block;
	width: 120px;
	text-align: center;
	color: #c8dbff;
	font-size: 16px;
	position: relative;
}

.navBox a:after {
	content: '';
	height: 21px;
	width: 1px;
	background: #6c94e1;
	position: absolute;
	left: -1px;
	top: 50%;
	margin-top: -10px;
}

.navBox a.last:before {
	content: '';
	height: 21px;
	width: 1px;
	background: #6c94e1;
	position: absolute;
	right: -1px;
	top: 50%;
	margin-top: -10px;
}

.navBox a.active,
.navBox a:hover {
	background: #0044a2;
	color: #ffffff;
}

.main {
	height: auto;
	overflow: hidden;
}

.webLinks {
	height: 61px;
	background: url(../../images/linkBg.png) no-repeat center center #1e5ca8;
}

.linkTxt {
	float: left;
	margin-left: 20px;
	line-height: 61px;
	color: #ffffff;
}

.linkGroup {
	float: left;
	margin-top: 7px;
	font-size: 0px;
}

.linkGroup a {
	margin-left: 10px;
}

.footer {
	height: 133px;
	background: url(../../images/foot_bg.png) no-repeat center center;
}

.footLef {
	margin-top: 22px;
	margin-left: 20px;
	width: 437px;
	height: 70px;
	border-right: 1px solid #d6d6d6;
}

.footRig {
	padding-top: 22px;
	margin-left: 62px;
}

.footRig p {
	line-height: 24px;
	color: #666666;
}

.footRig p span {
	margin-left: 20px;
}

.backToTop {
	text-align: center;
	margin-left: 68px;
	color: #666666;
	margin-top: 45px;
	height: 30px;
	line-height: 30px;
	background: url(../../images/backToTop.png) no-repeat right center;
	padding-right: 40px;
	cursor: pointer;
}


.checkflagCss{
    background: #e9ad01;
}


.checkflagCss2{
    background: #88c860;
}


@charset "utf-8";

/* 清除浮动1 */
.clearFix:after{
	content: '';
	display: block;
	clear: both;
}
.clearFix{
	zoom: 1;
}


/* 清除浮动2 */
.clear{
	clear: both;
}
i,em{
	font-style: normal;
}
ul,li{
	list-style: none;
}
a{
	text-decoration: none;
}
.addScroll {
	position: relative;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}

img{
	vertical-align: middle;
}