/*初始化样式*/
body {
    background-color: #f7f7f7;
}

.clearfix:after {
    height: 0px;
    font-size: 0;
    clear: both;
    display: block;
    visibility: hidden;
    content: ".";
}

.clearfix {
    *zoom: 1;
}

.clear {
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.left {
    float: left;
}

.right {
    float: right;
}

ul, li {
    list-style: none;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

.mainCon {
    width: auto;
    margin: auto;
    background-color: #fff;
}

.blackbg {
    width: 100%;
    position: absolute;
    height: 580px;
    background-color: #151B2D;
    z-index: -1;
}

.mainHead {
    height: 54px;
    background-color: #151B2D;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.mainHead img {
    width: 120px;
    margin-top: 5px;
}

.headRight {
    margin-top: 10px;
}

.headRight a {
    display: inline-block;
    width: 68px;
    height: 34px;
    line-height: 34px;
    border-radius: 3px;
    background-color: #6FDE8A;
    color: rgba(255, 255, 255, 1) !important;
    font-size: 16px;
    text-align: center;
    font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
}
.headRight a:hover {
    background-color: #64C87C;
    opacity: .9;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}
.headRight a:active {
    background-color: #64C87C;
    opacity: .75;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    border-radius: 3px;
}

.headRight a.registerBtn {
    background-color: #151B2D;
    color: #6FDE8A;
}
.headRight a.registerBtn:hover{
    color: #64C87C;
    opacity: .9;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
}
.headRight a.registerBtn:active{
    color: #64C87C;
    opacity: .75;
    -webkit-transform: scale(0.97);
    transform: scale(0.97);
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    border-radius: 3px;
}

.modul {
    padding-top: 80px;
    padding-bottom: 47px;
}

.modul .modulHead {
    text-align: center;
}

.modul .modulHead p {
    color: rgba(51, 51, 51, 1);
    font-size: 28px;
    font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
}

.modul .modulHead i {
    display: block;
    width: 48px;
    height: 4px;
    background-color: rgba(111, 222, 138, 1);
    margin: auto;
    margin-top: 12px;
    margin-bottom: 83px;
}

.modulBody li {
    width: 33%;
    text-align: center;
    margin-right: 0px !important;
}

.modulBody p {
    width: 80%;
    margin: auto;
}

.modulBody {
    width: 90%;
    margin: auto;
}

.modulBody li img {
    width: 60%;
    height: 60%;
    display: block;
    margin: auto;
}

.modulBody li p.title {
    color: rgba(13, 37, 62, 1);
    font-size: 28px;
    text-align: center;
    font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 0px;
    line-height: 1.5em;
}

.modulBody li p.description {
    opacity: 0.4;
    color: rgba(13, 37, 62, 1);
    font-size: 14px;
    text-align: justify;
    font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: auto;
    text-align: center;
}

.modulBody li p.descriptionFirst {
    width: auto;
}

.modulBody li p.descriptionTwo {
    width: auto;
}

.modulBody li p.descriptionThree {
    width: auto;
}

.modulOne .modulBody {
    width: 80%;
}

.modulTwo li img {
    width: 80%;
    height: 80%;
    display: block;
    margin: auto;
}

.modulTwo .modulBody li p.title {
    font-size: 18px;
}

.modulThree .modulBody {
    width: 90%;
}

.modulThree li img {
    width: 80%;
    height: 80%;
    display: block;
    margin: auto;
}

.modulThree li p.title {
    text-align: center;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-family: "microsoft yahei", Helvetica Neue, Helvetica, Arial, sans-serif;
    margin-top: 0px;
    line-height: 1.5em;
}

.modulFooter {
    height: 117px;
    background-color: #f7f7f7;
    text-align: center;
    bottom: 0px;
    position: absolute;
    width: 100%;
}

.modulFooter ul {
    width: 30%;
    margin: auto;
    padding-top: 52px;
}

.modulFooter li {
    color: rgba(102, 102, 102, 1);
    font-size: 14px;
    text-align: center;
    margin-left: 20px;
}

.modulBody .lastItem {
    margin-right: 0;
    padding-right: 0;
}

@media screen and (max-width: 767px) {
    .modulBody {
        width: 100%;
        margin: auto;
    }

    .modul {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .modul .modulHead p {
        font-size: 24px !important;
    }

    .modul .modulHead i {
        margin-bottom: 20px;
    }

    .modulBody li {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .modulBody li p.title {
        font-size: 18px !important;
    }

    .modulOne .modulBody {
        width: 100%;
    }

    .modulTwo li img {
        width: 100% !important;
        height: 100% !important;
    }
    .modulThree .modulBody {
        width: 100%;
    }
    .modulThree li img {
        width: 100% !important;
        height: 100% !important;
    }
    .modulFooter ul {
        width: 100%;
    }
}

.clearfix a,.Copyright {
    color: #a8a8a8;
}

.wrapper-nologon {
    padding-bottom: 100px;
    display: inherit;
}