﻿@charset "utf-8";
/* CSS Document */
html{
	min-height:100%;
}
body{
	font-family:"微软雅黑";
}
body.web{
	font-size:14px;
}
a{
	color:#333;
}
body, td, th{
	color:#333;
}
.slaveColumnName{ display:none;}
section{
	display:block;
}





.web .module .more{ position:absolute; right:10px; top:10px; height:25px; width:60px; display:block; text-indent:-9999px;}


.web .wrapper{
	width:1200px;
	height:auto;
	overflow:hidden;
	position:relative;
	margin:auto;
	background-position:center top;
}
header.pageHeader{
	width:100%;
	/*background-color:#111c3d;*/
}
.web header.pageHeader{
	min-width:1200px;
	min-height:240px;
	height:auto;
	background-image:url(../images/headerBg.png);
	background-position:center top;
}
.web header.pageHeader .wrapper{
	height:240px;
	margin:auto;
	/*background-image:url(../images/headerBg.png);
	background-repeat:no-repeat;
	background-position:center top;*/
	overflow:visible;
}


.logo{
	background-image:url(../images/logo.png);
}

.web .logo{
	width:550px;
	height:100px;
	top:60px;
	left:0px;
	position:absolute;
}

.mobile .logo{
	background-color:#f5f8fd
}













.web .nav{
	position:absolute;
	right:0px;
	top:175px;
	width:1200px;
	height:65px;
	font-size:16px;
}

.web .nav ul{
}
.web .nav li ul{
   	top: 90px;
	width: 80px;
	padding:0;
	height:auto;
	background-color:#fff;
	display:none;
	padding-bottom:10px;
}
.web .nav li.focusOpen ul {
	display: block;
}

.web .nav li.focusOpen ul ul{
	display:none;
}




.web .nav li{
	width:145px;
	height:65px;
	/*background-image:url(../images/navListItemBg.png);*/
}
.web .nav li:hover{
	background-position:left bottom;
}
.web .nav li a{
	padding-top:10px;
	height:55px;
	line-height:55px;
	width:100%;
	background:none;
	background-image:url(../images/navListItemBg.png);
	color:#fff;
}
.web .nav li a:hover{
	color:#005bac;
	font-weight:normal;
}
.web .nav li.current a{
	font-weight:bold;
	color:#fff;
	background-position:left bottom;
}
.web .nav li.current li a{
	font-weight:normal;
	color:#fff;
}
.web .nav li.focusOpen a{
	font-weight:normal;
	background-position:left bottom;
	color:#fff;
}
.web .nav li.focusOpen li a{
	font-weight:normal;
	color:#fff
}



.web .nav li:hover ul{
	display:none;
}


.web .nav li li {
	width: 100%;
	line-height: 35px;
	height:35px;
	border-bottom: solid 1px #cccccc;
}
.web .nav li li a {
	font-size: 12px;
	font-weight:normal;
	background: none;
	background-color:#fff;
	color:#014d76;
	width:100%;
	line-height:35px;
	height:35px;
}
.web .nav li li.current a {
}
.web .nav li li a:hover {
	background: none;
	background-color: #228cee;
	color:#FFF;
}






.mobile .nav li{
	width:33.333%;
}
.mobile .nav li a{
	background-color:#2d63b4;
}

.mobile .nav li a:hover{
	background-color:#f68f00;
}


.mobile #navListItem1{ display:none;}






.web header #weiboLink{
	position:absolute;
	top:20px;
	left:865px;
	display:block;
	width:25px;
	height:25px;
	text-indent:-9999px;
}
.web header #weixinLink{
	position:absolute;
	top:20px;
	left:900px;
	display:block;
	width:25px;
	height:25px;
	text-indent:-9999px;
	cursor:pointer;
}



.web header #welcome{
	position:absolute;
	right:0px;
	top:110px;
}
.web header #otherLink{
	position:absolute;
	right:330px;
	top:23px;
	font-size:12px;
}



.web header #userLogin{
	position:absolute;
	right:330px;
	top:23px;
	font-size:12px;
}


.web header #userLoginInfo{
	position:absolute;
	right:330px;
	top:23px;
	font-size:12px;
}


.web .pageBody #searchForm {
	background-image:url(../images/searchBg.png);
	width:100%;
	height:55px;
	line-height:55px;
	background-position:center top;
	position:relative;
	left:0;
	top:0;
	right:0;
	display:block;
}
.web #searchForm {
	background-image:url(../images/searchBg2.png);
	width:100%;
	height:55px;
	line-height:55px;
	background-position:center top;
	position:relative;
	left:0;
	top:0;
	right:0;
	display:block;
}

.web #searchForm label{
	font-size:14px;
	color:#184073;
	font-weight:bold;
}
.web #searchForm p{ display:inline; color:#0066cc;}
.web #searchForm a{color:#0066cc; cursor:pointer;}
.web #searchForm #keyword{ width:30px; height:30px; position:absolute; right:0; width:188px; height:28px; line-height:28px; border:solid 1px #cccccc; right:30px; top:11px;}
.web #searchForm #searchBtn{ width:30px; height:30px; position:absolute; right:0; padding:0; margin:0; background:none; border:none; cursor:pointer; top:9px; text-indent:-9999px;}









.web #addFavorite{
	position:absolute;
	display:block;
	right:175px;
	top:14px;
	color:#184073;
	font-size:12px;
}
/*.web #setHome{
	position:absolute;
	display:block;
	right:170px;
	top:3px;
	color:#184073;
}*/
.web #sitemap{
	position:absolute;
	display:block;
	right:95px;
	top:14px;
	color:#184073;
	font-size:12px;
}
.web #contact{
	position:absolute;
	display:block;
	right:5px;
	top:14px;
	color:#184073;
	font-size:12px;
}

.mobile #sitemap,
.mobile #contact{
	display:none;
}



.web #languageLink{
	position:absolute;
	right:210px;
	top:23px;
	display:block;
	font-size:12px;
	z-index:500;
}
.web #languageLink a{
	padding:0 5px;
}





.alpha.focusModule .prevBtn{ display:block;}
.alpha.focusModule .nextBtn{ display:block;}
.focusModuleGroup{ position:relative;}
.focusModule.control li.focusOpen a.title{ background-color:#f00;}

/*
.web header #searchForm{
	display:block;
	left:1015px;
	top:22px;
	padding:0;
}

.web header #keyword{
	width:150px;
	height:22px;
	background:none;
	border:none;
	line-height:20px;
	background-color:#eeeeee;
	background-color:transparent;
}
.web header #searchBtn{
	width:25px;
	height:22px;
	text-indent:-9999px;
	background:none;
	border:none;
	position:absolute;
	left:150px;
	top:0;
}
*/











.web .pageBody{
	width:100%;
	min-width:1200px;
	
}

.web .pageBody .wrapper{
	/*background-color:#FFF;*/
}





.web .slaveBanner{
	position:relative;
	width:100%;
	height:315px;
	background-position:top center;
	background-image:url(../images/slaveBannerBg.png);
	display:block;
}




























.web .pageFooter{
	position:relative;
	width:100%;
	height:auto;
	background-position:bottom center;
	background-image:url(../images/footerBg.png);
	background-repeat:no-repeat;
	line-height:30px;
}
.web .pageFooter .wrapper{ height:280px; display:block;}









.web .pageFooter .slaveNav{
	position:relative;
	text-align:center;
	
}

.web .pageFooter .slaveNav ul{
	width:910px;
	margin:auto;
	display:block;
	padding-left:160px;
}
.web .pageFooter .slaveNav li{
	width:130px;
	height:60px;
	line-height:60px;
	float:left;
	font-size:14px;
	text-align:left;
}
.web .pageFooter .slaveNav li a{
	color:#fff;
}


.web .pageFooter address {
    position: absolute;
    left: 410px;
    top: 105px;
    line-height: 2.5em;
    font-style: normal;
    color: #FFF;
}
.web .pageFooter .webDesign{
	    position: absolute;
    left: 540px;
    top: 245px;
	display:block;
	
    color: #fff;
}
.web .pageFooter .webDesign a{
	color:#fff;
}
.web .pageFooter .copyRight{
	position: absolute;
    top: 245px;
    display: block;
		    color: #fff;
}
.web .pageFooter .copyRight a{
	color:#fff;
}
.web .pageFooter .miitbeian{
	position: absolute;
    top: 245px;
    display: block;
}
.web .pageFooter .miitbeian a{
	color:#fff;
}

.web .pageFooter a:hover{
	text-decoration: underline;
}





.mobile .pageFooter{
	background-color:#187fe6;
	color:#fff;
}

.mobile .pageFooter address{
	font-style:normal;
	clear:both;
	padding-top:20px;
}
.mobile .pageFooter .slaveNav{
}
.mobile .pageFooter .slaveNav l{
}
.mobile .pageFooter .slaveNav li{
	display:block;
	width:33.33%;
	text-align:center;
	float:left;
}
.mobile .pageFooter .slaveNav li a{ color:#fff;}

.mobile .pageFooter .slaveNav li:first-child{
	display:none;
}








.web #banner {
	width:100%;
	height:465px;
	margin:auto;
	/*display:block;*/
}
.web #banner .alpha {
	height:465px;
}
.web #banner .alpha .previewImg {
	display:none;
}
.web #banner .control {
	position:absolute;
	top:440px;
	left:0px;
	z-index:11;
	background-image:url(../images/o50Bg.png);
	z-index:50;
}
.web #banner .control .detailImg {
	display:none;
}

.mobile #banner {
	width:100%;
	height:120px;
	margin:auto;
	display:block;
}
.mobile #banner .alpha {
	height:120px;
}
.mobile #banner .alpha .previewImg {
	display:none;
}
.mobile #banner .control {
	position:absolute;
	top:105px;
	left:0px;
	z-index:11;
	background-image:url(../images/o50Bg.png);
	z-index:50;
}
.mobile #banner .control .detailImg {
	display:none;
}












.focusModule.control li{
	width:22px;
}
.focusModule.control li a.title{
	background-color:#014d76;
	width:12px;
	height:12px;
}
.focusModule.control li.focusOpen a.title{
	background-color:#329dff;
}

.web #banner .control li .title {
}





























.web #links .logo {
    display: none;
}
.web #links .upDateTime {
    display: none;
}


.web #top {
   background-image: url(../images/top.png); 
    background-repeat: no-repeat;
    background-position: top left;
    position: absolute;
    width: 51px;
    height: 51px;
    z-index: 888;
    right: 0px;
}


.web #top a {
    position: absolute;
    width: 51px;
    height: 51px;
}
