@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;
	margin:0;
	padding:0;
	font-family:'microsoft yahei',Helvetica, Tahoma, Arial, sans-serif;
}
body{
	color:#333;
	background-color:#fff;
}
html {
	overflow-y:auto!important;
	*overflow-y:scroll;
}
img{
    border:0 none;
    margin:0;
    outline:medium none;
    padding:0;
    vertical-align:middle;
}
.clear {
	*zoom:1;
	*clear:both;
}
.clear:after {
	display:block;
	clear:both;
	content:".";
	visibility:hidden;
	height:0
}
*+html img{
	-ms-interpolation-mode:bicubic;
}
ul,ol{
	list-style:none
}
fieldset,img{
	border:0;
}
img {
    vertical-align: middle;
}
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 */
.mgt10 {
    margin-top: 10px;
}
.mgt15 {
	margin-top: 15px;
}
.mgt20 {
    margin-top: 20px;
}
.mgt30 {
    margin-top: 30px;
}
.mgt40 {
    margin-top: 40px;
}
.mgb10 {
    margin-bottom: 10px;
}
.mgb20 {
    margin-bottom: 20px;
}
.mgb30 {
    margin-bottom: 30px;
}
.mgb40 {
    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;
}