﻿/*公用样式*/
/*body {
    font-family: afz;
}*/

/*body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img {*/
    /*margin: 0;*/
    /*padding: 0;*/
/*}*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}
ul, ol {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
}

a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    text-decoration: none;
    color: #fff;
}

/****一级页面******/
/**大标题*/
.mb0 {
    margin-bottom: 0!important;
}
.mr0 {
    margin-right: 0!important;
}
.mr20 {
    margin-right: 0.2rem!important;
}
.ml20 {
    margin-left: 0.2rem!important;
}
.ml40 {
    margin-left: 0.4rem!important;
}
.mb20 {
    margin-bottom: 0.2rem!important;
}
.mb40 {
    margin-bottom: 0.4rem!important;
}
.mb60 {
    margin-bottom: 0.6rem!important;
}
.col-4b {
    color: #4b4b4b!important;
}
.path1_title1 {
    color: #fff;
    font-size: 48px;
    text-align: center;
    font-family: afz;
}
.path1_title2 {
    color: #fff;
    font-size: 44px;
    text-align: center;
    font-family: afz;
}
/*正文*/
.path1_text1 {
    font-size: 17px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    font-family: afz;
}
/*黑色正文*/
.path1_text2 {
    font-size: 17px;
    line-height: 40px;
    color: #6d6d6d;
    font-weight: 600;
    text-align: center;
    font-family: afz;
}
/**图标文字样式*/
.path1_iconText1 {
    font-size: 14px;
    color: #fff;
    text-align: left;
    font-family: afz;
}
/****二级页面******/
.path2_title1 {
    color: #333;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
/*正文*/
.path2_text1 {
    font-size: 20px;
    line-height: 40px;
    color: #333;
    text-align: left;
    font-family: afz;
}
/**图标文字*/
.path2_iconText1 {
    font-size: 20px;
    color: #333;
    text-align: left;
    font-family: afz;
}
