﻿@charset "utf-8";
body,div,hr,p,blockquote,ul,ol,li,table,th,td,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,input,button,select,textarea,fieldset,legend {
	font-size:12px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	font-family:'microsoft yahei',Helvetica, Tahoma, Arial, sans-serif;
}
body{
	color:#333;
	background-color:#fff;
}
html {
	overflow-y:auto!important;
	*overflow-y:scroll;
}
.clearfix {
	*zoom:1;
	*clear:both;
}
.clearfix:after {
	display:block;
	clear:both;
	content:".";
	visibility:hidden;
	height:0
}
*+html img{
	-ms-interpolation-mode:bicubic;
}
.clearboth{
	clear:both;
}
ul,ol{
	list-style:none
}
fieldset,img{
	border:0;
}
address,cite,dfn,em,var,i{
	font-style:normal;
}
strong,.fcu {
	font-weight:bold;
}
table{
	border-collapse:collapse;
	border-spacing:0
}
button,.fhand{
	cursor:pointer;
}
button,input,select,textarea {
	font-size:12px;
    outline: none;
}
.fl {
	float:left;
	display:inline;
}
.fr {
	float:right;
	display:inline;
}
.hide {
	display:none;
}
.show {
	display:block;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover {
	color:#f00;
	text-decoration:none;
}
/* margin */
.mtop10 {
    margin-top: 10px;
}
.mtop20 {
    margin-top: 20px;
}
.mtop30 {
    margin-top: 30px;
}
.mtop40 {
    margin-top: 40px;
}
.mbottom10 {
    margin-bottom: 10px;
}
.mbottom20 {
    margin-bottom: 20px;
}
.mbottom30 {
    margin-bottom: 30px;
}
.mbottom40 {
    margin-bottom: 40px;
}
/* padding */
.ptop10 {
    padding-top: 10px;
}
.ptop20 {
    padding-top: 20px;
}
.ptop30 {
    padding-top: 30px;
}
.ptop40 {
    padding-top: 40px;
}
/* padding */
.pbottom10 {
    padding-bottom: 10px;
}
.pbottom20 {
    padding-bottom: 20px;
}
.pbottom30 {
    padding-bottom: 30px;
}
.pbottom40 {
    padding-bottom: 40px;
}
.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.no_bort {
    border-right: 0 !important;
}
.wrap1200 {width: 1200px;margin: 0 auto;}
.mleft30 {margin-left: 30px;}
.fw_b  {font-weight: bold;}
.dis_inbk{display:inline-block;*display:inline;*zoom:1;}

.dlad{
	position: fixed;
	display: block;
	width: 70px;
	height: 390px;
	top:200px;
}
.dlad a img{
	width: 70px;
	height: 390px;
	vertical-align: middle;
}
.dlad.dl_001{
	left:50%;
	margin-left: -680px;
}
.dlad.dl_002{
	left:50%;
	margin-left: 610px;
}