/**{
    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: 105px;
    background: url("../../images/foot_bg.jpg") no-repeat center center;
}

.footLef{
    float: left;margin-top: 18px;
    width: 478px;height: 69px;border-right: 1px solid #d6d6d6;
}
.footLogo{
    float: left;margin-left: 38px;
    width: 65px;height: 71px;background: url("../../images/logo.png") no-repeat;
}
.mainer{
    margin: 0 auto;width: 1200px;
}

.webIntro{
    margin-left: 130px; color: #666; font-size: 14px;line-height: 24px;
}
.webName{
   font-size: 18px;font-family: "ºÚÌå";
}
.footRig{padding-top: 32px;
    margin-left: 540px;color: #666;font-size: 14px;line-height: 24px;
}


.footRig p {
	line-height: 24px;
	color: #666666;
}

.footRig p span {
	margin-left: 20px;
}

.returnTop{
    float: right;margin-right: 24px;margin-top: 20px;
}

.topBtn{position: relative;top: -1px;
    margin-left: 6px;
    display: inline-block;width: 30px;height: 30px;background: url("../../images/top.png") no-repeat;vertical-align: middle;cursor: pointer;
}

.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;
}