@charset "utf-8";
/* CSS Document */
.web header.pageHeader{
}
.web .banner{
	height: 300px;
	background-color: #fff;
	background-image:url(../../images/banner/2.jpg);
	background-position: center top;
}


.mobile .banner{
	height: 90px;
}



.columnContent p {
    line-height: 2.4em !important;
    text-indent: 2em;
}






.web .pageBody{
}
.web .pageBody .wrapper{
}
.web .pageAside{
	width:290px;
	min-height: 375px;
}
.web .pageAside .rootColumnTitlebar{
	width:240px;
	height:90px;
	margin-left:0px;
	font-size:18px;
	font-weight:normal;
	background: none !important;
	border-top: solid #168ec9 5px;
	background-color: #282d41 !important;
	color: #fff;
	
}
.web .pageAside .rootColumnTitlebar .columnName{ font-size: 20px; margin-top: 20px; margin-left: 20px; display: block;}
.web .pageAside .rootColumnTitlebar .slaveColumnName{font-size: 16px; margin-top: 5px; margin-left: 20px; display: block;}

.web .subNav{
	width:240px;
	background-color: #f3f3f3;
	padding-bottom: 50px;
}
.web .subNav ul{
}
.web .subNav li{
	width:100%;
	min-height: 60px;
	height: auto;
}
.web .subNav li{
	min-height: 40px;
}
.web .subNav li a{
	width:100%;
	height: 40px;
	padding:0;
	line-height:40px;
	color:#000;
	font-size:14px;
	text-align: left;
	text-indent: 80px;
	margin-top: 10px;
}
.web .subNav li li a{
	text-indent: 120px;
	margin-top: 0;
}
.web .subNav li.current a{
	font-weight: bold;
	color: #fff;
	background-color:#168ec9;
}
.web .subNav li.current li a{
	font-weight: normal;
	color: #000;
	background-color:#f3f3f3;
}

.web .subNav li a:hover{
	font-weight: normal;
	color: #fff;
	background-color:#84c0de;
}
.web .subNav li.current li a:hover{
	font-weight: normal;
	color: #fff;
	background-color:#84c0de;
}


.web .subNav ul ul{
	display: none;
	/*display: block;*/
	text-indent: 20px;
}
.web .subNav ul li:hover ul{
	display: block;
}

.mobile .subNav ul ul{
	display: none !important;
}
.mobile .subNav li{
	width:25%;
}



.web .pageBody{
	/*background-image:url(../images/pageBodyBg.png);
	background-repeat:repeat-x;*/
}
.web .pageBody .wrapper{
	padding-top: 40px;
}
.web .pageContent{
	width:910px;
	background-color:#FFF;
	padding-bottom:50px;
	margin-bottom: 50px;
}
.web .columnTitlebar{
	background: none !important;
	background-color: #168ec9 !important;
	line-height: 40px;
	font-size: 16px;
	font-weight: normal;
	text-indent: 25px;
	color: #fff;
}
.web .columnLocation{
	position:absolute;
	top:45px;
	right:0px;
	line-height:40px;
	color:#999;
	font-size:12px;
	display: none;
}
.web .columnLocation a{
	color:#999;
}
.web .columnContent{
	min-height:0px;
	line-height: 2em;
	padding-top: 20px;
	padding-bottom: 20px;
}

.mobile .columnTitlebar,
.mobile .columnLocation{
	display: none;
}
.mobile .columnContent{
	min-height: 200px;
}

