@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin: 0; padding: 0;
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}
audio,canvas,video {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
body{
	color: #636161;
	font-size: 14px;
	font-family: "Microsoft YaHei", "SimHei", "Verdana", "Arial", "sans-serif";
	background: url(../images/icon01.png) top center no-repeat #FFFFFF;
}
input,select,textarea{
	font-size: 100%;
}
table{
	border-collapse: collapse;
	border-spacing: 0;
}
th{
	text-align: inherit;
}
fieldset,img{
	border: 0;
}
img{
	vertical-align: bottom;
}
iframe{
	display: block;
}
ol,ul {
	list-style: none;
}
caption,th {
	text-align: left;
}
h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
	font-weight: 500;
}
em, i{
	font-style: normal;
}
a{
	color: #636161;
}
a:hover {
	text-decoration: none;
}
a:focus{
	outline: 0;
}
ins,a {
	text-decoration: none;
}
.clear{
	clear: both;
}
.clearfix:after{
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{
	*zoom:1;
}
.link:hover{
	text-decoration: underline!important;
}
.ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	width: 100%;
}
.cursor{
	cursor: pointer;
}
.arry{
	display: inline-block;
	width: 0;
	height: 0;
	border-style: dashed dashed dashed solid;
	border-width: 4px;
	border-color: transparent transparent transparent #b6262f;
	overflow: hidden;
}
.icon{
	display: inline-block;
	position: relative;
	overflow: hidden;
	background: url() no-repeat;
}
.bn{
	border: none!important;
}
.borderT369{
	border-top: 2px solid #369;
}
.borderTred{
	border-top: 2px solid #b6262f;
}
.borderTnone{
	border: 1px solid #ddd;
	border-top: 0;
}
.borderTred .borderTnone .h3,
.borderT369 .borderTnone .h3{
	border: 0!important;
}
.hide{
	display: none;
}
.block{
	display: block!important;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tc{
	text-align: center;
}
.tl{
	text-align: left;
}
.tr{
	text-align: right;
}
.lightBlueBg{
	background: #f8fcff;
}
.blueBtn{
	display: inline-block!important;
	padding: 0 8px;
	height: 18px;
	line-height: 18px;
	color: #fff;
	background: #81b6ec;
	border-radius: 2px;
}
.blueBtn:hover{
	color: #fff;
	text-decoration: none;
	background: #fe9c6d;
}
.iconTxt-r,
.iconTxt-g{
	background:#dd323d;
	color: #fff;
	padding: 1px 2px;
	margin-left: 5px;
	font-size: 12px;
}
.iconTxt-g{
	background:#eee;
	color: #999;
}
/*-----color-----*/
.gray{
	color: gray;
}
.gray-c{
	color: #ccc;
}
.gray-3{
	color: #333;
}
.gray-5{
	color: #555;
}
.gray-6{
	color: #666;
}
.gray-8{
	color: #888 !important;
}
.gray-9{
	color: #999 !important;
}
.red{
	color: #b6262f;
}
.gred{
	color:#e53b3b
}
.blue{
	color: #369 !important;
}
.blue-1{
	color:#749ED9 !important
}
.bgf1{
	background: #f1f1f1!important;
}
.bgf5{
	background: #f5f5f5!important;
}
.bgf8{
	background: #f8f8f8!important;
}
.bgf9{
	background: #f9f9f9!important;
}
.bgfa{
	background: #fafafa!important;
}
.bgeee{
	background: #eee !important;
}
.bgBlue{
	background: #369!important;
	color: #fff;
}
.bgB{
	background: #f5faff;
}
.bgf{
	background: #fff!important;
}
/*-----fontSize-----*/
.YaHei{
	font-family: 'Microsoft YaHei';
}
.fbold{
	font-weight:bold;
}
.fz12{
	font-size: 12px !important;
}
.fz14{
	font-size: 14px !important;
}
.fz16{
	font-size: 16px !important;
}
.fz18{
	font-size: 18px !important;
}
.fz20{
	font-size: 20px !important;
}
/*-----border-----*/
.bt0{border-top:0 !important}
.bb0{border-bottom:0 !important}
/*-----pddding-----*/
.pt0{
	padding-top: 0!important;
}
.pl0{
	padding-left: 0!important;
}
.pr0{
	padding-right: 0!important;
}
.pr10{
	padding-right: 10px!important;
}
.pr30{
	padding-right: 30px;
}
.pb0{
	padding-bottom: 0!important;
}
.pt5{
	padding-top: 5px!important;
}
.pt10{
	padding-top: 10px;
}
.pb5{
	padding-bottom: 5px;
}
.pb10{
	padding-bottom: 10px;
}
.pd10{
	padding: 10px;
}
.pd15{
	padding: 15px;
}
.pd20{
	padding: 20px;
}
.pl20{
	padding-left:20px;
}
.pl10{
	padding-left: 10px!important;
}
.plr10{
	padding: 0 10px!important;
}
.ptb25{
	padding: 25px 0!important;
}

/*-----margin-----*/
.m0{margin:0!important;}
.mt0{
	margin-top: 0!important;
}
.mr0{
	margin-right: 0!important;
}
.mt5{
	margin-top: 5px;
}
.mt10{
	margin-top: 10px;
}
.mt13{
	margin-top: 13px;
}
.mt15{
	margin-top: 15px;
}
.mt17{
	margin-top: 17px!important;
}
.mt20{
	margin-top: 20px;
}
.mt25{
	margin-top: 25px;
}
.mt30{
	margin-top: 30px;
}
.mt35{
	margin-top: 35px;
}
.mt80{
	margin-top: 80px;
}
.mt90{
	margin-top: 90px;
}
.mb5{
	margin-bottom: 5px;
}
.mb10{
	margin-bottom: 10px;
}
.mb15{
	margin-bottom: 15px;
}
.mb20{
	margin-bottom: 20px;
}
.mb25{
	margin-bottom: 25px;
}
.mb30{
	margin-bottom: 30px;
}
.ml5{
	margin-left: 5px;
}
.ml10{
	margin-left: 1px;
}
.ml15{
	margin-left: 15px;
}
.ml20{
	margin-left: 20px;
}
.ml25{
	margin-left: 25px;
}
.ml30{
	margin-left: 30px;
}
.mr10{
	margin-right: 10px;
}
.mr15{
	margin-right: 15px;
}
.mr20{
	margin-right: 20px;
}
.mr25{
	margin-right: 25px;
}
.mtb10{
	margin: 10px 0;
}
.mtb15{
	margin: 15px 0;
}
.mtb20{
	margin: 20px 0;
}
.mtb25{
	margin: 25px 0;
}
.mlr10{
	margin: 0 10px;
}
.mlr5{
	margin: 0 5px;
}