﻿@charset "utf-8";
/* 
	@名称: base
	@功能: 重设浏览器默认样式
*/

/* 防止用户自定义背景颜色对网页的影响，添加让用户可以自定义字体 */
html {
    color: #2e2e2e;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
}

/* 内外边距通常让各个浏览器样式的表现位置不同 */
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;
    font-family: "Microsoft Yahei", sans-serif !important;
    font-family: "Microsoft Yahei", "SimSun";
    font-family: "Times New Roman", Times, serif;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    _font-family: Microsoft Yahei, "SimSun"; /**ie6 识别微软雅黑不要引号.ie6汉字会显示偏上位置，先用不存在字体 Tahoma,试下那就只能忽略这个问题**/
    font-size: 14px;
    border: 0;
}

/* 重设 HTML5 标签, IE 需要在 js 中 createElement(TAG) */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* HTML5 媒体文件跟 img 保持一致 */
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/* 要注意表单元素并不继承父级 font 的问题 */
body, button, input, select, textarea {
    font: 12px/1.5 tahoma, arial, \5b8b\4f53;
}

input, select, textarea {
    font-size: 100%;
}

/* 去掉各Table  cell 的边距并让其边重合 */
table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

/* IE bug fixed: th 不继承 text-align*/
th {
    text-align: inherit;
}

/* 去掉点击链接时的虚线 */
a, a:hover {
    outline: none;
}

a, a:hover {
    outline: none;
    blur: expression(this.onFocus=this.blur());
}

a:active {
    noOutline: expression_r(this.onFocus=this.blur());
}

/* 去除默认边框 */
fieldset, img {
    border: 0;
}

/* ie6 7 8(q) bug 显示为行内表现 */
iframe {
    display: block;
}

/* 去掉 firefox 下此元素的边框 */
abbr, acronym {
    border: 0;
    font-variant: normal;
}

/* 一致的 del 样式 */
del {
    text-decoration: line-through;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500;
}

/* 去掉列表前的标识, li 会继承 */
ol, ul, li {
    list-style: none;
    list-style: none outside none;
}

/* 去掉所有默认的边距 */
* {
    margin: 0;
    padding: 0;
}

/* 对齐是排版最重要的因素, 别让什么都居中 */
caption, th {
    text-align: left;
}

/* 来自yahoo, 让标题都自定义, 适应多个系统应用 */
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500;
}

q:before, q:after {
    content: '';
}

/* 统一上标和下标 */
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* 让链接默认颜色 */
a {
    color: #434343;
}

/* 让链接在 hover 状态下显示下划线 */
a:hover {
    text-decoration: underline;
}

/* 默认不显示下划线，保持页面简洁 */
ins, a {
    text-decoration: none;
}

/* 清理浮动 */
.fn-clear:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.fn-clear {
    zoom: 1; /* for IE6 IE7 */
}

/* 隐藏, 通常用来与 JS 配合 */
body .hide {
    display: none;
}

/* 设置内联, 减少浮动带来的bug */
.fn-left, .fn-right {
    display: inline;
}

.fn-left {
    float: left;
}

.fn-right {
    float: right;
}

.fn-text-center {
    text-align: center
}

.fn-text-left {
    text-align: left
}

.fn-text-right {
    text-align: right
}

/*横向留白*/
.blank_3 {
    height: 3px;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
}

.blank_5 {
    height: 5px;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
}

.blank_6 {
    height: 6px;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
}

.blank_7 {
    height: 7px;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
}

.blank_8 {
    height: 8px;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
}

.blank_10 {
    height: 10px;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
}

.blank_15 {
    height: 15px;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
}

.blank_20 {
    height: 20px;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
}

.blank_30 {
    height: 30px;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
}

.blank_40 {
    height: 40px;
    line-height: 0;
    font-size: 0;
    clear: both;
    overflow: hidden;
}

/*横向留白*/

/**** 变量 ****/
/*按钮*/
.btn {
    min-height: 4.4rem;
    font-size: 2rem;

    text-align: center;
    border: 0;
}

.btn:active {
    opacity: 0.6;
}

.btnBg-c1 {
    background: rgba(62, 196, 145, 1);
}

.link {
    cursor: pointer;
}

.link:hover {
    opacity: 0.6;
}

.link:active {
    opacity: 0.6;
}

/*背景色*/
.white-bg {
    background-color: #fff;
}

.gray-bg {
    background-color: #f1f1f3;
}

.bgGra1 {
    background-color: #f6f6f6;
}

.bgGra2 {
    background-color: #ebedef;
}

.bgRed1 {
    background-color: #dc3f1a;
}

/*字体色*/
/*白色*/
.cWh {
    color: #fff;
}

/*灰色*/
.cBla1 {
    color: #666;
}

.cBla2 {
    color: #ababab;
}

/*蓝色*/
.cBlu1 {
    color: #6699ce;
}

.cBlu2 {
    color: #7392a5;
}

.cBlu3 {
    color: #0477e7;
}

/*红色*/
.cRed1 {
    color: #da3610;
}

/*绿色*/
.cGre1 {
    color: #8dca35;
}

/*橙色*/
.cOrg1 {
    color: #f17e0e;
}

/*字号*/
.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f32 {
    font-size: 32px;
}

.f34 {
    font-size: 34px;
}

.f36 {
    font-size: 36px;
}

.f38 {
    font-size: 38px;
}

.f40 {
    font-size: 40px;
}

/*Form 表单*/
form input[type="checkbox"], form input[type="radio"] {
    padding: 2px 10px 0 0;
    margin: 0 5px 0 10px;
    vertical-align: middle;
}

/*内边距*/
.pd-a0 {
    padding: 0;
}

.pd-a1 {
    padding: 5px;
}

.pd-a2 {
    padding: 10px;
}

.pd-a3 {
    padding: 15px;
}

.pd-a4 {
    padding: 20px;
}

.pd-t0 {
    padding-top: 0;
}

.pd-t1 {
    padding-top: 5px;
}

.pd-t2 {
    padding-top: 10px;
}

.pd-t3 {
    padding-top: 15px;
}

.pd-t4 {
    padding-top: 20px;
}

.pd-t5 {
    padding-top: 25px;
}

.pd-t6 {
    padding-top: 30px;
}

.pd-t7 {
    padding-top: 35px;
}

.pd-t8 {
    padding-top: 40px;
}

.pd-t9 {
    padding-top: 45px;
}

.pd-t10 {
    padding-top: 50px;
}

.pd-b0 {
    padding-bottom: 0;
}

.pd-b1 {
    padding-bottom: 5px;
}

.pd-b2 {
    padding-bottom: 10px;
}

.pd-b3 {
    padding-bottom: 15px;
}

.pd-b4 {
    padding-bottom: 20px;
}

.pd-b5 {
    padding-bottom: 25px;
}

.pd-b6 {
    padding-bottom: 30px;
}


.pd-l0 {
    padding-left: 0;
}

.pd-l1 {
    padding-left: 5px;
}

.pd-l2 {
    padding-left: 10px;
}

.pd-l3 {
    padding-left: 15px;
}

.pd-l4 {
    padding-left: 20px;
}

.pd-r0 {
    padding-right: 0;
}

.pd-r1 {
    padding-right: 5px;
}

.pd-r2 {
    padding-right: 10px;
}

.pd-r3 {
    padding-right: 15px;
}

.pd-r4 {
    padding-right: 20px;
}

/*外边距*/
.mg-a0 {
    margin: 0;
}

.mg-a1 {
    margin: 5px;
}

.mg-a2 {
    margin: 10px;
}

.mg-a3 {
    margin: 15px;
}

.mg-a4 {
    margin: 20px;
}

.mg-t0 {
    margin-top: 0;
}

.mg-t1 {
    margin-top: 5px;
}

.mg-t2 {
    margin-top: 10px;
}

.mg-t3 {
    margin-top: 15px;
}

.mg-t4 {
    margin-top: 20px;
}

.mg-t5 {
    margin-top: 25px;
}

.mg-t6 {
    margin-top: 30px;
}

.mg-b0 {
    margin-bottom: 0;
}

.mg-b1 {
    margin-bottom: 5px;
}

.mg-b2 {
    margin-bottom: 10px;
}

.mg-b3 {
    margin-bottom: 15px;
}

.mg-b4 {
    margin-bottom: 20px;
}

.mg-l0 {
    margin-left: 0;
}

.mg-l1 {
    margin-left: 5px;
}

.mg-l2 {
    margin-left: 10px;
}

.mg-l3 {
    margin-left: 15px;
}

.mg-l4 {
    margin-left: 20px;
}

.mg-r0 {
    margin-right: 0;
}

.mg-r1 {
    margin-right: 5px;
}

.mg-r2 {
    margin-right: 10px;
}

.mg-r3 {
    margin-right: 15px;
}

.mg-r4 {
    margin-right: 20px;
}

.lineB {
    border-bottom: #e5e4e3 1px solid;
}

.lineT {
    border-top: #e5e4e3 1px solid;
}

.lineA1 {
    border: #e5e4e3 3px solid;
}

.lineL {
    border-left: #e5e4e3 1px solid;
}

.lineR {
    border-right: #e5e4e3 1px solid;
}

.lineA {
    border: #e5e4e3 1px solid;
}

.lineBluL1 {
    border-left: #7ebce5 3px solid;
}

.lineOrgL1 {
    border-left: #f39c12 3px solid;
}

.lineRedL1 {
    border-left: #e74c3c 3px solid;
}

/*宽度*/
.normalW {
    width: 1000px;
    margin: 0 auto;
}

.wrapW1 {
    width: 1220px;
    margin: 0 auto;
}

.wrapW2 {
    width: 1100px;
    margin: 0 auto;
}

.wrapW3 {
    width: 1200px;
    margin: 0 auto;
}

.perW1 {
    width: 50%;
}

.perW2 {
    width: 40%;
}


/*行高*/
.lineHei1 {
    line-height: 24px;
}

.lineHei2 {
    line-height: 28px;
}

.lineHei3 {
    line-height: 32px;
}

/*右浮动*/
.f-fr {
    float: right !important;
}



