a{
	text-decoration: none;
	color: #000000;
}

* {padding:0; margin:0}

ul {
	padding-left: 20px;
}

h2{
	font-size: 20px;
	font-family: Arial, Helvetica, sans-serif;;
	font-weight: normal;
	margin: 0px;
	color: #000000;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 28px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
	}

h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin: 0px;
	font-weight: normal;
	color: #000000;
}


body{
	background-attachment:fixed;
	margin: 0px 0px 0px 0px;
	font-size: 13px;
	line-height: 18px;
	font-weight: normal;
	text-align: left;
	color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: top left;
	
}

html{
	width: 100%;
	height: 100%;
	
}
.left_side{
	position: fixed;
	left: 33px;
	bottom: 47px;
	background-color: #FFFFFF;
	width: 225px;
	z-index: 3;
}
.right_side{
	width: 558px;
	position:relative;
	background-image:url("/images/red_dot.png");
	background-repeat:repeat;
	color:#ffffff;
	padding: 20px 30px 30px 30px;
	z-index: 2; 
	margin-right: 53px;
	margin-top: 46px;
}
.right_side h1,.right_side h2, .right_side h3{
	color: #FFFFFF;
}
.left_search{
	height: 117px;
	padding-left: 26px;
}
.left_logo{
	height: 87px;
}

.left_menu{
	background-color: #B2B2B2;
}
.left_text{
	height: 81px;
	padding: 0px 26px;
	color: #636363;
	font-size: 12px;
	line-height: 18px;
	
}
.inText{
	width: 134px;
	height: 16px;
	border-left:1px solid #949494;
	border-top:1px solid #949494;
	border-right:1px solid #C8C8C8;
	border-bottom:1px solid #C8C8C8;
	color: #636363;
	padding: 0px 3px;;
}
.footer{
	color: #FFFFFF;
	font-size: 12px;
	margin-right:60px;
	z-index: 2;
	margin-bottom: 45px;
	margin-top: 20px;
}
.footer a{
	color: #FFFFFF;
}
.dots_v{
	position: fixed;
	width: 1px;
	height: 100%;
	top: 0px;
	z-index:1;
	
background-image: url("/images/v_dot.png");
background-repeat: repeat-y;
}
* html .dots_v{
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
.dots_h{
	position: absolute;
	width: 100%;
	height: 1px;
	left: 0px;
	background-image: url("/images/h_dot.png");
background-repeat: repeat-x;
z-index:1;
}
.dots_h_c{
	position: absolute;
	height: 1px;
	background-image: url("/images/h_dot.png");
	background-repeat: repeat-x;
	z-index:1;
	width:3000px;
	right:-53px;
	bottom:-1px;
}
.menu{
	position: relative;
	font-size: 13px;
	padding: 15px 26px;
	line-height: 20px;
	
}
.refer{
	width: 225px;
	height: 179px;
	position: absolute;
	background-image:url("/images/red_dot.png");
	background-repeat:repeat;
	z-index: 2;
}
.art_mid_col{
	width: 10px;
}
.art_col_1{
	width: 60%;
}
.art_col_2{
	width: 25%;
}

.art_col_2 a img{

}
.art_col_1 img{
	max-width: 300px;
	_max-width: 300px;
	height: auto;
}

.sub_menu{
	position: absolute;
	
	bottom: 0px;
	/*background-image:url("/images/dot.png");*/
	width: 225px;
	background-color: #000000; 
}
.sub_menu a{
	color:#8D8D8D;
}
.flexcroll{
	height: 62px;
}
#main_menu{
	visibility:hidden;
}
.next_butt{
 	position: absolute;
    bottom: 5px;
    left: 110px;
    width:6px;
    cursor: pointer;
    height: 6px;
    background-image: url("/images/down_arrow.png");
}
.prev_butt{
	position: absolute;
    top: 5px;
    left: 110px;
    width: 6px;
    cursor: pointer;
    height: 6px;
    background-image: url("/images/up_arrow.png");

}
.sitemap ul,.sitemap li{
	
}
.sitemap a{
	color:#FFFFFF !important;
}
.art_spacer{
	background-image: url("/images/h_dot.png");
	background-repeat: repeat-x;
	background-position: center;
}

img.back_img {
	width: 100%;
	z-index:-1;
	position: fixed;
	top: 0;
	left: 0;
}
.hidden_img{
	display: none;
}
.menu ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 100%; 
	height: auto;
	min-height:83px;
}
.menu ul li{
	width: 100%;
}
.menu a{
	display: block;
	background-image: url("/images/arrow_grey.png");
	background-repeat: no-repeat;
	background-position: right center; 
}
.sub_menu a:hover{
	color: #E31818;
	background-image: url("/images/arrow_red.png");
}
.left_text p a{
	color: #FFFFFF;
}
.field{
	margin: 2px 0px;
}
.sub_active{
	color: #FFFFFF !important;
	font-weight: bold;
	background-image: url("/images/arrow_white.png") !important;
}
.chat_div {
	position: fixed;
	background-color: #FFFFFF;
	bottom: 297px;
	left: 258px;
	width: 225px;
	z-index: 4;
}
.next{
	position: absolute;
	right: -35px;
	top: 50%;
}
.prev{
	position: absolute;
	left: -35px;
	top: 50%;
}
.my_father{
	width: 558px;
}
.my_item{
	width: 558px;
	float: left;
}
.bx_pager{
	text-align: center;
}
.bx_pager a{
	color: #FFFFFF;
	margin: 5px;
}
.bx_pager a.active{
	
	font-weight: bold;
}