* {
    list-style: none;
    margin: 0;
    padding: 0
}

html {
    -webkit-text-size-adjust: none;
    font-size: 20px;
}

@media (max-width:1200px) {
    html {
        font-size: 18px;
    }
}

@media (max-width:640px) {
    html {
        font-size: 16px;
    }
}

@media (max-width:480px) {
    html {
        font-size: 14px;
    }
}

@font-face {
    font-family: 'Montserrat';
    src: url('../Montserrat/Montserrat-Bold.otf');
}

.Montserrat {
    font-family: 'Montserrat';
}

img {
    border: none
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
optgroup,
i {
    font-style: inherit;
    font-weight: inherit;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    /*color:#0451a1;*/
}

.cl {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.fl {
    float: left
}

.fr {
    float: right
}

body {
    font-size: 12px;
    color: #333;
    font-family: Arial, Microsoft Yahei;
    background: #f1f1f1;
}

.lh {
    line-height: 1.5;
}

.lh2 {
    line-height: 2;
}

.no_lh {
    line-height: normal;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 0.5rem;
}

.mt15 {
    margin-top: 0.75rem;
}

.mt20 {
    margin-top: 1rem;
}

.mt30 {
    margin-top: 1.5rem;
}

.mt50 {
    margin-top: 2.5rem;
}

.mt60 {
    margin-top: 3rem;
}

.mt100 {
    margin-top: 5rem;
}

.mouse {
    cursor: pointer;
}

.bold {
    font-weight: bold;
}

.nobold {
    font-weight: normal;
}

.out {
    outline: none;
}

.cen {
    text-align: center;
}

.vtop {
    vertical-align: top;
}

.txtl {
    text-align: left;
}

.txtr {
    text-align: right;
}

.ov {
    overflow: hidden
}

.hide {
    display: none;
}

.posi {
    position: relative;
}

.ab {
    position: absolute;
}

.over {
    transition: 0.2s linear all;
}

.yahei {
    font-family: "microsoft yahei"
}

.st {
    font-family: "����"
}

.en {
    font-family: "Impact";
}

.daxie {
    text-transform: uppercase;
}

.daxie_ {
    text-transform: capitalize;
}

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 1.2rem;
}

.font28 {
    font-size: 1.4rem;
}

.font30 {
    font-size: 1.5rem;
}

.font36 {
    font-size: 36px;
}

.font30 {
    font-size: 1.5rem;
}

.font32 {
    font-size: 1.6rem;
}

.font36 {
    font-size: 1.8rem;
}

.font48 {
    font-size: 2.4rem;
}

.font58 {
    font-size: 1.9rem;
}

.co000 {
    color: #000;
}

.co333 {
    color: #333;
}

.co666 {
    color: #666;
}

.co999 {
    color: #999;
}

.yel {
    color: #f7da64;
}

.fff {
    color: #fff;
}

.blue {
    color: #0451a1;
}

.red {
    color: #fd0100;
}

.green {
    color: #1aad17;
}

.sj {
    text-indent: 2em;
}

.block {
    display: block;
}

.inblock {
    display: inline-block;
}

.lsp {
    letter-spacing: 10px;
}

.divcen {
    margin: 0 auto;
}

.wrap {
    width: 93%;
}

.maxw {
    max-width: 750px;
}

.w {
    width: 100%;
}

.h100 {
    height: 100%;
}

.baibg {
    background: #fff;
}

.huibg {
    background: #fafafa;
}

.heibg {
    background: #000;
}

.shadow {
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .5);
}

.tshadow {
    text-shadow: 0 2px 4px rgba(0, 0, 0, .5);
}

.y5 {
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.y10 {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.yuan {
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.ydj {
    -webkit-border-radius: 4rem 0;
    border-radius: 4rem 0;
}

.pad5 {
    padding: 5px 0;
}

.pad10 {
    padding: 10px 0;
}

.pad20 {
    padding: 1rem 0;
}

.pad30 {
    padding: 1.5rem 0;
}

.pad50 {
    padding: 2.5rem 0;
}

.pad60 {
    padding: 3rem 0;
}

.pad80 {
    padding: 4rem 0;
}

.pad100 {
    padding: 5rem 0;
}

.padlr20 {
    padding: 0 20px;
}

.padlr30 {
    padding: 0 1.5rem;
}

.padr10 {
    padding-right: 0.5rem;
}

.padpic {
    padding: 8px;
}

.flex {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.justify {
    text-align: justify;
    text-justify: distribute-all-lines;
    /* for ie */
}

.justify:after {
    content: "";
    height: 0;
    width: 100%;
    display: inline-block;
    overflow: hidden;
}

.wap {
    display: none;
}

@media screen and (max-width:1000px) {
    .maxw {
        max-width: 420px;
    }
    .pc {
        display: none;
    }
    .wap {
        display: block;
    }
}

.maxpic img {
    max-width: 100%;
}

.index0 {
    background: #436b25;
}

.index0 p {
    padding: 30px 20px 10px;
}

.faq {
    padding: 0 10px;
}

.faq dl {
    border-bottom: 1px solid #eee;
}

.faq dl p {
    padding-left: 30px;
}

.faq dl .ico1 {
    top: 2px;
    left: 3px;
}

.faq dl .ico2 {
    top: 0px;
}

.faq dd {
    height: 40px;
}

.faq dd p {
    margin-top: 10px;
}

.faq abbr {
    bottom: 16px;
    right: 0;
}

.faq dd.no p {
    float: left;
    margin: 0;
}

.faq dl:first-child .ico1 {
    top: 8px;
}

.tc p {
    min-height: 30px;
    padding-left: 30px;
}

.tc .ico1 {
    top: 8px;
    left: 3px;
}

.tc .des p {
    margin-bottom: 20px;
}

.tc abbr {
    z-index: 9;
    right: 0px;
    top: 0px;
    padding: 10px 20px;
}

.tc abbr img {
    width: 50px;
}

.fh {
    width: 150px;
    line-height: 48px;
    background: #1aad17;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}

.ico img {
    top: 4px;
}

.foot {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    height: 60px;
    line-height: 60px;
}

.foot .pl {
    padding-left: 5px;
}

.copy {
    line-height: 48px;
    background: #1aad17;
    -webkit-border-radius: 24px;
    border-radius: 24px;
}

.foot .copy {
    box-shadow: 2px 3px 10px rgba(0, 0, 0, .5);
}

.ok {
    width: 150px;
    height: 45px;
    line-height: 45px;
    background: #1aad17;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.loading {
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
}

.loading ul {
    width: 80%;
    max-width: 350px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
}

.loading .close {
    right: 10px;
    top: 0px;
}

/* ��Ŀҳ��ҳ */

.pages a {
    display: inline-block;
    width: 2.6rem;
    height: 2.6rem;
    line-height: 2.6rem;
    margin: 0 0.5rem;
    color: #999;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.pages a:hover,
.pages a.cur {
    color: #fff;
    border-color: #0451a1;
    background: #0451a1;
}

.pages a i {
    top: 5px;
}

/*
table,table td,table th{border:1px solid #ddd;border-collapse:collapse;}
table td{padding:5px;}*/