﻿@charset "utf-8"; 

/*!
 * edh5 1.0 
 * Copyright 2015 edh5.com
 * http://www.edh5.com/
 * author:sky
*/

/* 清除内外边距 */
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;
   _background-image:url(about:blank);
   _background-attachment:fixed;
}


/* 设置默认字体 */ 
body, button, input, select, textarea {
	font-family: "微软雅黑","宋体","Arail";
	font-size: 14px;
    outline:none;
	/*color:#828282 ;*/
}

/* 列表元素 */ 
ul,ol,li {
	list-style: none;
}

img {
	border: none;
    vertical-align: middle;
}

.img-responsive{width:100%;height: auto}  /*自适应图片*/

/* a标签 */ 
a {
	text-decoration: none ; 
    color:#000000 ;
}

a:hover {
	text-decoration: none ;
} 


/* 定义浮动居中 */ 
.fl {
	float: left;
	display: inline;
	color: #828282
}

.fr {
	float: right;
	display: inline;
	color: #828282
}

.center {
	margin: 0 auto;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	font-size: 0px;
}

.clearfix:after, .clearfix:before {
	content:"";
	display:table
}
.clearfix:after {
	clear:both
}
.clearfix {
	zoom:1
}

/*重复div标签*/
.DIV{
    position:relative;
    width:98%;
    margin:0 auto;
}

.DIV4{
    position:relative;
    width:90%;
    margin:0 auto;
}


/* 重置h标签 */ 
h1 {
	font-size: 24px
}
.h1{color:#2a2a2a;font-family:"Arial";text-align:right;}

h2 {
	font-size: 20px
}

h3 {
	font-size: 19px
}

.h3{color:#2a2a2a;font-family:"Arial";}

h4 {
	font-size: 16px
}
.h4{color:#313131;margin-top: 65px;font-weight: 100;}





h5 {
	font-size: 14px
}

h6 {
	font-size: 12px
}

/* 字体大小 */ 
.font12 {
	font-size: 0.75em;
}

.font14 {
	font-size: .875em;
}

.font16 {
	font-size: 1em;
}

.font18 {
	font-size: 1.125em;
}

.font20 {
	font-size: 1.25em;
}

.font22 {
	font-size: 1.375em;
}

.font24 {
	font-size: 1.5em;
}

.font26 {
	font-size: 26px
}

.font28 {
	font-size: 28px
}


.font30 {
	font-size: 30px
}

/* 主色 */ 
.role_color{ color:#3fb560 }

/* 所有颜色 */ 
.c1 {
    color:#d0292a; /*red*/
}

.c2 {
    color:#313131;/*gray*/
}

.c3{color:#b3b3b3;}
.c4{color:#2d2c2c}
.c5{color:#ababab;}

/* 定义边距  padding margin*/ 
.p1{
    padding-top:25px;
}
.p3{
    padding-top:30px;
}
.m1{
    margin-top:15px;
}

.m2{
    margin-top:25px;
}

.m3{
    margin-top:30px;
}

.p1{padding-top:15px;}
.p2{padding-top:10px;}

/*line-height*/
.line1{line-height:20px;}
.line2{line-height:24px;}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#7e7e7e;font-size:0.875em;}
input:-moz-placeholder,textarea::-moz-input-placeholder{color:#7e7e7e;font-size:0.875em;}


#cnzz_stat_icon_1260641760{display: none}






