﻿@charset "utf-8";
/* CSS Document */
body {
    font-size:12px;
	font-family:"Microsoft YaHei", "SimSun";
	color:#333;
}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre,fieldset, lengend, button, input, textarea,th, td {
    margin: 0;
    padding: 0;
}
a{text-decoration:none;outline:none; color:#333;}
img{border:0;vertical-align: middle;
}
input{border:none;outline:none;}
ol,ul,li{list-style: none;}
h1, h2, h3, h4, h5, h6{font-weight: normal;font-size: 100%;}

/*合并表格边框，设置边框距为零*/
table{border-collapse: collapse;border-spacing: 0;}

/*清除浮动*/
.clear{clear:both;}
.clearfix:after {content: ".";display: block;height: 0;font-size: 0;clear: both;visibility: hidden;}
.clearfix {+height:1%;}

/*强制换行*/
.break_word{word-wrap:break-word;word-break:break-all;}

/*禁止换行*/
.keep_all{word-break:keep-all;white-space:nowrap;}

/*超出省略号，仅限单行，并且需要设定一个宽度*/
.ellipsis { overflow: hidden; text-overflow: ellipsis; display: block; white-space: nowrap;}

/*段落两端对齐*/
.case_intro , .txt_justify{text-align:justify;text-justify:inter-ideograph;}

/*禁止FF等浏览器给textarea增加可拖拽大小的设置*/
textarea { resize: none; }

/*隐藏*/
.hide{display:none;}

/*仅写自己所要用到的*/
.ma{
	width:1000px;
	margin:0 auto;
}
.mt5{
	margin-top:5px;
}
.mt10{
	margin-top:10px;
}
.mt15{
	margin-top:15px;
}
.mt20{
	margin-top:20px;
}
.mt30{
	margin-top:30px;
}
.mt40{
	margin-top:40px;
}
.ml10{
	margin-left:10px;
}
.ml20{
	margin-left:20px;
}
.pt40{
	padding-top:40px;
}
.pl10{
	padding-left:10px;
}
.pl23{
	padding-left:27px;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.font13{
	font-size:13px;
}
.font14{
	font-size:14px;
}
.font15{
	font-size:15px;
}
.font16{
	font-size:16px;
}
.font18{
	font-size:18px;
}
.font20{
	font-size:20px;
}
.font24{
	font-size:24px;
}
.font_s{
	font-family:"SimSun";
}
.lin24{
	line-height:24px;
}
.lin26{
	line-height:26px;
}
.lin34{
	line-height:34px;
}
.col_f{
	color:#fff;
}
.col_red{
	color:#fa0504;
}
.col_bule{
	color:#075798;
}
.col_6{
	color:#686868;
}
.bor_con a,.col_a{
	color:#a9a9a9;
}
.pore{
	position:relative;
}
.poab{
	position:absolute;
}
.center{
	text-align:center;
}
.right{
	text-align:right;
}


.txt_w010{
    width: 150px;
    margin:40px auto 0 40px;
}