@charset "utf-8";
/* CSS Document */
/*-----站点样式-----*/
section{ display:block;}
.web .wrapper{
	position:relative;
	width:1000px;
	height:auto;
	margin:auto;
}
body{
	background-color:#fff;
	height:auto;
	color:#333;
}
body.web{
	font-size:12px;
}
body.mobile{
	font-size:10pt;
}
html{
	background:none;
}
.web header{
	width:100%;
	height:120px;
	background-image: url(../images/headerBg.png);
	background-repeat:no-repeat;
	background-color:#fff;
}
.web header .wrapper{
	background-image: url(../images/headerBg.png);
	height:120px;
	background-position:center top;
}
.logo{background-image: url(../images/logo.png);}
.web .logo{
	width:350px;
	height:80px;
	left: 0px;
	top: 0px;
	z-index:50;
}
.web .nav{
	position: absolute;
	top: 80px;
	left: 0px;
	width: 1000px;
	height: 40px;
	z-index:9;
	margin-left:1px;
}
.web .nav ul{
}
.web .nav ul ul{
	top:40px;
}
.web .nav li{
	width:130px;
}
.web .nav li a{
	font-size:14px;
	height: 30px;
	padding-top: 10px;
	background-color: #333333;
	color:#fff;
	background-image: url(../images/navListItemBg.png);
	background-position:left top;
}
.web .nav li a:hover{
	background-color: #a82313;
}
.web .nav li.current a{
	background-color: #a82313;
	background-position:left bottom;
}
.web .nav li.focusOpen ul{
	/*display:none;*/
	background-color:#a92c33;
	padding-bottom:10px;
	width:245px;
	left:-50px;
	display:none;
}
/*.web .nav li li{
	width:215px;
	margin-left:15px;
	float:none;
	clear:both
}

.web .nav li li a{
	font-size:12px;
	background:none;
	padding-top:7px;
	height:23px;
	border-bottom:solid 1px #ba5559;
	color:#FFF;
}
.web .nav li.current li a{
}
.web .nav li.current li.current a{
}
.web .nav li li a:hover{
	background-color:#a50000;
}
*/


.web header .searchForm{
	position:absolute;
	left:50px;
	top:50px;
	left:auto;
	right:0px;
	top:90px;
	display:block;
	width:180px;
	z-index:10;
}

.web header .searchForm #keyword{
	width:170px;
	height:20px;
	line-height:20px;
	border:none;
	/*background-color:#e5e5e5;*/
	background:none;
	text-indent:20px;
	left:0px;
	top:0px;
	position:absolute;
	font-size:12px;
	color:#666;
}
.web header .searchForm #searchBtn{
	position:absolute;
	width:25px;
	height:20px;
	left:155px;
	top:0px;
	text-indent:-9999px;
	
}


.web .languageLink{
	display:none;
}
.web #addFavorite{
	position:absolute;
	right:10px;
	top:27px;
	cursor:pointer;
	display:block;
}
.web #setHome{
	position:absolute;
	right:70px;
	top:27px;
	cursor:pointer;
	display:block;
}
.web #home{
	position:absolute;
	right:130px;
	top:27px;
}

.qq1{ display:none;}
.qq2{ display:none;}
.web .qq1{ display:block; position:absolute; right:300px; top:53px;}
.web .qq2{ display:block; position:absolute; right:210px; top:53px;}






.web .pageBody{
	width:100%;
	padding:0;
	/*background-color:#f6f4f5;*/
}



#banner{
	position:relative;
	width:100%;
	
	background-image: url(../images/bannerBg.png);
	background-position:center top;
	background-repeat:no-repeat;
	background:none;
	margin:auto;
}
#banner .focusModule.alpha{
	width:100%;
	height:100%;
}

#banner .control {
	position:absolute;
	bottom:5px;
	left:0px;
	z-index:11;
}
#banner .control li a.title{
	background-color:#ccc;
}
#banner .control li.focusOpen a.title{
	background-color:#e60012;
}

.web #banner{
	/*max-width:1600px;*/
}





.mobile .banner{
	height:auto;
	position:relative;
	padding-bottom:20px;
}



.web .pageContent{
}
.web .columnLocation{
 	right:0px;
}
.web .columnContent{
	background-position:center top;
	max-width:100%;
}



.web footer{
	width: 100%;
	height:275px;
	background-image: url(../images/footerBg.png);
	background-position:center top;
	background-repeat:no-repeat;
	overflow:hidden;
}
.web footer .wrapper{
	height:35px;
	z-index:10;
}
.web .copyRight{
	position:absolute;
	bottom:7px;
	left:25px;
	color:#eee;
}
.web .miitbeian{
	position:absolute;
	bottom:7px;
	left:215px;
	/*display:none;*/
}
.web .miitbeian a{
	color:#FFF;
}
.web .gonganBeian{
	position:absolute;
	bottom:7px;
	left:365px;
	color:#fff;
	/*display:none;*/
}
.web .gonganBeian a{
	color:#FFF;
}
.web .webDesign{
	display:none;
}
.web .address{
	font-style: normal;
	position:absolute;
	color:#eee;
	line-height:25px;
	width:100%;
	height:105px;
	background-image: url(../images/addressBg.png);
	background-position:center bottom;
	z-index:10;
	left:0px;
	top:135px;
}
.web .address ul{
	width:950px;
	height:90px;
	margin:auto;
	margin-top:15px;
}
.web .address li{
	position:relative;
	width:23%;
	float:left;
}


.web .falseNav{
	position:absolute;
	top:15px;
	right:15px;
	color:#eee;
}
.web .falseNav a{
	color:#eee;
}



.mobile .logo{
	background-position:left center;
}
.mobile .nav li{
	width:33.33%;
}
.mobile .nav ul li a{
	background-color:#333333;
}

.mobile .searchForm{display:none;}
.mobile #addFavorite{ display:none;}
.mobile #setHome{display:none;}
.mobile #home{ display:none;}


.mobile footer{background-color:#333; color:#ccc;}
.mobile footer .map{
	display:none;
}
.mobile .falseNav{display:none;}
.mobile .address span{display:block;}
.mobile .address li{
	width:auto !important;
}
.mobile .miitbeian{display:none;}


.common_pageControl .tips{ display:none;}