@charset "utf-8";
/* CSS Document */

.web .pageBody .wrapper{
}
.web aside{
	width:300px;
	background-position: 0px bottom;
	background-repeat:no-repeat;
	margin-top: 80px;
}
.web aside .rootColumnTitlebar{
	width:280px;
	height:80px;
	margin-left:0px;
	background-image:url(../images/rootColumnTitlebarBg.png) !important;
}
.web aside .rootColumnTitlebar .columnName{ font-size:20px; font-weight:normal; display:block; color:#FFF; line-height: 70px; text-align: center;}
.web aside .rootColumnTitlebar .slaveColumnName{ display:none;}

.web .subNav{
	width:300px;
	padding-bottom:20px;
}
.web .subNav ul{
}
.web .subNav li{
	width:280px;
	height: 60px;
}
.web .subNav li a{
	/*background-image: url(../images/subNavListItemBg.png);*/
	width:250px;
	height: 50px;
	margin-left: 15px;
	padding:0;
	line-height:50px;
	color:#666;
	font-size:14px;
	background-color: #efefef;
	text-align: center;
}
.web .subNav li.current a{
	color:#fff;
	background-color: #0099ff;
	font-weight:normal;
}
.web .subNav li a:hover{
	background-color: #0099ff;
	color:#fff;
}







.web .pageBody{
	background-image:url(../images/pageBodyBg.png);
	background-repeat:repeat-y;
	background-position:center top;
}
.web .pageBody .wrapper{
	background-color: #fff;
}
.web .pageContent{
	width:980px;
	background-color:#FFF;
	padding-bottom:20px;
	/*padding-top:130px;
	padding-bottom:30px;*/
	margin-top: 80px;
	overflow: visible;
}
.web .columnTitlebar{
	background-image:url(../images/columnTitlebarBg.png) !important;
	width:980px;
	height:115px;
	display: none;
}
.web .columnTitlebar .columnName{
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#666;
	text-indent:65px;
	padding-top:65px;
}
.web .columnLocation{
	position:absolute;
	top:-80px;
	left:-300px;
	line-height:80px;
	color:#666;
	width: 1280px;
	height: 80px;
	text-indent: 65px;
	background-image:url(../images/columnLocationBg.png);
}
.web .columnLocation a{
	color:#999;
}
.web .columnContent{
	min-height:600px;
	width:100%;
	margin-left:0px;
	/*margin-top:20px;*/
}




.web #banner {
	background-image:url(../images/banner/2.jpg);
	width:100%;
	min-width:1280px;
	height:120px;
	background-position:center top;
}
.mobile #banner {
	background-image:url(../images/banner/2.jpg);
	width:100%;
	height:120px;
	background-position:-920px top;
}
#pageBody2 #banner{
	background-image:url(../images/banner/2.jpg);
}
#pageBody3 #banner{
	background-image:url(../images/banner/3.jpg);
}
#pageBody4 #banner{
	background-image:url(../images/banner/4.jpg);
}
#pageBody5 #banner{
	background-image:url(../images/banner/5.jpg);
}
#pageBody6 #banner{
	background-image:url(../images/banner/6.jpg);
}
#pageBody11 #banner{
	background-image:url(../images/banner/11.jpg);
}
#pageBody39 #banner{
	background-image:url(../images/banner/39.jpg);
}
#pageBody16 #banner{
	background-image:url(../images/banner/16.jpg);
}




.mobile img{
	max-width:100%;
}
/*
.mobile #banner {
	min-width:0;
	position:relative;
	left:0px;
	top:0px;
	width: 100%;
	height: 150px;
	margin:auto;
	z-index:10;
	background-size:cover;
	background-position:center center;
}
.mobile #banner .alpha {
	height:120px;
}
.mobile #banner .control {
	position:absolute;
	top:100px;
	left:0px;
	z-index:11;
}*/

.mobile .pageContent{
	background-color:#FFF;
}






.mobile .control.focusModule li.focusOpen a.title{
	background-color:#c7000b;
}

.web .common_module common_content{
	display:none;
}


