
@charset "utf-8";
/*-----------------
  xxx.com Style
  reset.css
  Author:xiaoqiang
  Mail:78221222@qq.com
  update:2016
 -------------------*/
/*-------------------
  页-面-元-素(全局)
  ------------------*/


html, body, div, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, blockquote, pre, form, fieldset, table, th, td, span, p, label, input, select, textarea, header, hgroup, main, nav, section, article, aside, footer, figure, figcaption, menu, button {
	padding:0;
	margin:0;
	text-decoration:none;
}
body{
	margin:0px; 
	padding:0px; 
	font-family:"微软雅黑" , Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color:#f5f5f5;
	word-wrap: break-word;
}
body#index{
	background-color:#FFF!important;
	
}
body.nobg{
	background:#fff none;
}
html, body {
	width:100%;
	height:100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary{
	display: block;
}
audio, canvas, progress, video{
	display: inline-block; 
	vertical-align: baseline;
}
b, strong{
	font-weight: bold;
}

button {
	-webkit-appearance:none;
	border:0;
	background:none;
	overflow: visible;
}
button, select{
	text-transform: none;
}
input{ 
    
	border:none;
	font-size:14px;
}

input, select, textarea {
    vertical-align: middle;
    *font-size: 100%;
	outline:none;
}
 
ul,li{
    list-style:none;
}
img{
	border:none;
	vertical-align:top;
	-ms-interpolation-mode:bicubic;
}

i, em, address, th {
    font-style: normal;
    font-weight: normal;
}

td, th {
	font: 14px;
	color: #515151;
}
table {
	border:0;
	border-collapse:collapse;
}
a{ text-decoration:none;}

a:link, a:visited, a:hover{

	text-decoration: none; 
	outline:0;
	color:#515151;
}
a:hover{
color:#21a464;
}
a:active, a:focus {
    outline: none;
    star: expression(this.onFocus=this.blur());
}

p{ 
	font-size:14px; 
	line-height:24px;
	color:#515151;
}
p.indent{
	text-indent:2em;}


q:before, q:after {
    content: '';
}

	
/* 浮动 */
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.fn {
	float: none;
	display: inline;
}

/*---------------
  清-除-浮-动(clear)
  ----------------*/
.cl:after {
	clear: both;
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    overflow: hidden;
	content: ".";
   	visibility: hidden;
    
}

.cl {

　   display:inline-block;
     zoom:1;

}

* html .cl {height:1%;}


/*------------ input 重置------------------------------------------------------------------------------------mee----*/
button, input[type="reset"], input[type="button"], input[type="submit"] {
    line-height: normal !important;
	cursor:pointer !important;
}


/* 隐藏 */
.hide {
	display: none;
}
/*-------------------隐藏文字---------------------*/
.hide-text {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
/*--------------------------------------------------header----------------------------------------mee----------------*/
/* 显示 */
.show {
	display: block;
}
/* 对齐 */
.ac {
	text-align: center;
}
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
/* 多行文本固定高度的垂直居中 */
.v-align {
	display: table; /* 子元素垂直居中必须 */
}
.v-align .mc{
	display: table-cell; /* 垂直居中必须 */
	vertical-align: middle;
}

/*文字渲染--*/
.emp_english{ font-family:Verdana, Geneva, sans-serif;}
.emp_g{ color:#7EB016;}
.emp_r{ color: #F00;}
.emp_bl{ color:#19AABD;}
.emp_or{ color:#FF7E29;}
.pertain{ color: #ccc;}
.line-through{ text-decoration:line-through;}
.f32{ font:32px/32px "微软雅黑";}
.f30{ font:30px/30px "微软雅黑";}
.f28{ font:28px/28px "微软雅黑";}
.f26{ font:26px/26px "微软雅黑";}
.f24{ font:24px/24px "微软雅黑";}
.f22{ font:22px/22px "微软雅黑";}
.f20{ font:20px/20px "微软雅黑";}
.f18{ font:18px/18px "微软雅黑";}
.f16{ font:16px/16px "微软雅黑";}
.f14{ font:14px/14px "微软雅黑";}
.f12{ font:12px/12px "微软雅黑";}

/**
 * 网站公用样式
 */

.w{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.w1{
	width: 1150px;
	margin-right: auto;
	margin-left: auto;
}
.w100{
	width: 100%;
}
a{
	color: #515151;
    text-decoration:none;
	
}
a:hover {
	color: #f39c12;
	
}
.mt-5{ margin-top:5px;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-25{ margin-top:25px;}
.mt-30{ margin-top:30px;}

.mb-5{ margin-bottom:5px;}
.mb-10{ margin-bottom:10px;}
.mb-15{ margin-bottom:15px;}
.mb-20{ margin-bottom:20px;}
.mb-25{ margin-bottom:25px;}
.mb-30{ margin-bottom:30px;}

.ml-5{ margin-left:5px;}
.ml-10{ margin-left:10px;}
.ml-15{ margin-left:15px;}
.ml-20{ margin-left:20px;}
.ml-25{ margin-left:25px;}
.ml-30{ margin-left:30px;}

.mr-5{ margin-right:5px;}
.mr-10{ margin-right:10px;}
.mr-15{ margin-right:15px;}
.mr-20{ margin-right:20px;}
.mr-25{ margin-right:25px;}
.mr-30{ margin-right:30px;}

/* 按钮 */
.btn { /* 默认按钮 */
	display: block;
	background-position: left top;
	background-repeat: no-repeat;
	cursor: pointer;
	-webkit-transition: background 0.2s;
	   -moz-transition: background 0.2s;
	    -ms-transition: background 0.2s;
	     -o-transition: background 0.2s;
		    transition: background 0.2s;
}
.posr{
	position:relative;
}
.posa{
	position:absolute;
}