@charset "utf-8";
/* CSS Document */
body {
	margin:0px;
	padding:0px;
	font-size:14px;
	line-height:20px;
	font-family:"微软雅黑";
	color:#000;
}
input {
	font: 12px/100% Verdana, sans-serif;
	color: #666;
}
input,select,img{
	vertical-align:middle;
}
div {
	margin:0px auto;
}
textarea, select {
	font: 12px/160% Verdana, sans-serif;
	color: #666;
}
h1, h2, h3, h4, h5, h6, p, img, span, ul, li, dl, dt, dd, ol, em {
	margin:0px;
	padding:0px;
	font-weight: normal;
	font-family:"微软雅黑";
	list-style:none;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
em {
	font-style:normal
}
a:link {
	color:#000;
	text-decoration:none
}
a:visited {
	color:#000;
	text-decoration:none
}
a:hover {
	color:#FF0000;
	text-decoration:none
}
hr {
	margin: 0;
	padding: 0;
	border: none;
	height: 1px;
	background: #5294c1;
}
ul li {
	list-style-type: none;
	list-style-image: none;
	margin:0px;
	padding:0px
}
img, a img {
	border: none;
}
.clear {
	clear:both;
}
.pageoverlay {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
	background:#00a0ea;
}
.tou {
   width:100%;
   background:#f3f4f8;
   position:relative;
}
.tou_tp {
   width:1000px;
   position:relative;
   padding-top:20px;
}
.ditu {
	position:absolute;
	left: -201px;
	top: 19px;
}
.bm {
	position:absolute;
	right: 0px;
	top: 0px;
}

.huigu {
    width:1000px;
}
.huigu_left {
    width:360px;
	float:left;
	margin-right:80px;
	margin-top:180px;
	margin-left:20px;
}
.huigu_left_bt {
    width:360px;
	float:left;
	padding-bottom:20px;
}
.huigu_left_nr {
    width:360px;
	float:left;
	background:#fff;
}
.huigu_left_nr li {
    width:100%;
	background: url(../images/jj.jpg) no-repeat left 16px;
	padding:10px 0px 5px 18px;
	float:left;
	margin-left:8px;
}
.huigu_right {
    width:530px;
	float:left;
	margin-top:50px;
}
.hg_right_bt {
    width:530px;
	float:left;
}
.bt_left {
    width:320px;
	float:left;
	font-size:24px;
	line-height:1.6em;
	color:#fff;
}
.bt_right {
    width:210px;
	float:left;
}
.hg_right_nr {
    background:#fff;
	width:510px;
	float:left;
	height:251px;
	padding:10px 10px;
}
.hg_qb {
    width:500px;
    overflow:auto;
	overflow-x:hidden;
	height:250px;
}
.hg_qb li {
    width:490px;
	line-height:30px;
	float:left;
	padding-left:10px;
}
/* Turn on a 16x16 scrollbar */
::-webkit-scrollbar {
    width: 16px;
    height: 16px;
}

/* Turn on single button up on top, and down on bottom */
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
    display: block;
}

/* Turn off the down area up on top, and up area on bottom */
::-webkit-scrollbar-button:vertical:start:increment,
::-webkit-scrollbar-button:vertical:end:decrement {
    display: none;
}

/* Place The scroll down button at the bottom */
::-webkit-scrollbar-button:end:increment {
   background:#fff;
}

/* Place The scroll up button at the up */
::-webkit-scrollbar-button:start:decrement {
   background:#fff;
}

/* Top area above thumb and below up button */
::-webkit-scrollbar-track-piece:vertical:start {
    background-repeat: no-repeat, repeat-y;
}

/* Bottom area below thumb and down button */
::-webkit-scrollbar-track-piece:vertical:end {
    background-repeat: no-repeat, repeat-y;
    background-position: bottom left, 0 0;
}

/* The thumb itself */
::-webkit-scrollbar-thumb:vertical {
    height: 56px;
	background:#beeafe;
    border-width: 8 0 8 0;
}
