@font-face {
    font-family: fzlth;
    src: url('../fonts/fzlth.ttf'), url('../fonts/fzlth.eot'), url('../fonts/fzlth.svg'), url('../fonts/fzlth.woff');
    font-family: hwsans;
    src: url('../fonts/HuaweiSans-Regular.ttf'), url('../fonts/HuaweiSans-Regular.eot'), url('../fonts/HuaweiSans-Regular.svg'), url('../fonts/HuaweiSans-Regular.woff');
}
*{
    font-family:fzlth, Arial;
}
.agendaItem {
    position: relative;
    display: inline-block;
    width: 218px;
    height: 100%;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    margin: 0px;
    transform: scale(0.9);
}
.button-next {
    position: absolute;
    right: -100px;
    top: 44%;
}
.button-prev {
    position: absolute;
    left: -100px;
    top: 44%;
}
/*footer*/

.maxWidth {
    display: block;
    margin: 0 auto;
    max-width: 1200px;
}

.footer * {
    position: relative;
}

.footer {
    display: block;
    color: #fff;
    font-size: 12px;
    background-color: #212121;
}

.footer a {
    color: #ffffff;
}

.contactDiv {
    display: block;
    border-bottom: 1px solid #383838;
    padding-bottom: 20px;
}

.footerP {
    font-size: 18px;
    text-align: center;
    padding: 60px 0 0;
}

.contact {
    display: block;
    width: 100%;
    margin: 40px auto 0 auto;
}

.contact:after {
    content: "";
    display: block;
    clear: both;
}

.contact {
    text-align: center;
}

.contact li {
    list-style: none;
    display: inline;
    margin-right: 12%;
}

.contact li:last-child {
    margin-right: 0;
}

.contact li a {
    display: inline-block;
}

.contImg {
    display: inline-block;
    vertical-align: middle;
}

.contSpan {
    display: inline-block;
}

.par {
    cursor: pointer;
}

.joinDiv {
    margin-top: 20px;
    display: block;
    border-bottom: 1px solid #383838;
    padding-bottom: 20px;
}

.joinP {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.joinDiv .footerP {
    margin-bottom: 0;
    padding-top: 10px;
}

.more {
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    vertical-align: middle;
    padding: 3px 0;
    border: 1px solid #383838;
    background-color: transparent;
    margin: 0 auto;
    width: 10%;
}

.contactWay {
    position: relative;
    display: block;
    margin: 0px auto;
    padding: 30px 0;
    text-align: center;
}

.contactWay:after {
    content: "";
    display: block;
    clear: both;
}

.contactWay li {
    list-style: none;
    float: left;
    margin-right: 14%;
}

.contactWay li:last-child {
    margin-right: 0;
}

.wayImg {
    width: auto;
    display: inline;
    margin: 0 10px;
}

.copy {
    background-color: #161616;
    text-align: center;
    font-size: 11px;
    padding: 15px 0;
    color: #fff;
}

.scan {
    position: absolute;
    width: 10%;
    z-index: 33;
    left: 38%;
    bottom: 23%;
    z-index: 22;
    display: none;
}

.rightC {
    display: block;
    background-color: #161616;
    text-align: center;
    font-size: 12px;
    padding: 10px 0;
    margin: 0;
}

.appImg {
    position: absolute;
    width: auto;
    top: 40%;
    left: 27%;
    display: none;
}

.wxImg {
    position: absolute;
    width: auto;
    top: 40%;
    left: 32%;
    display: none;
}

.wxImg img, .appImg img {
    display: block;
    margin: 0 auto;
    width: 29%;
}

.appImg p, .wxImg p {
    text-align: center;
    margin-top: 5px;
}

.footer .maxWidth {
    position: relative;
}

@media screen and (min-width:1px) and (max-width: 768px) {
    .container{
        display: none;
    }
    .footer p {
        color: #ffffff;
        font-size: 0.18rem;
        height: 20px;
        line-height: 20px;
        padding: 0;
    }
    .appImg {
        top: 44%;
        left: 0;
    }
    .wxImg {
        top: 44%;
        left: 0;
    }
    .appImg img, .wxImg img {
        width: 38%;
    }
    .wxImg img, .wxImg p {
        left: -7%;
    }
    .appImg img, .appImg p {
        left: -30%;
    }
    .contact li:last-child {
        float: none;
        margin: 0 auto;
        line-height: 30px;
    }
    .contact li {
        float: none;
        display: block;
        width: 100%;
        margin: 0 auto !important;
        line-height: 30px;
        text-align: center;
    }
    .more {
        width: 35%;
    }
    .contactWay li {
        margin-right: 4%;
    }
    .footerP {
        padding: 40px 0 0;
    }
}

@media only screen and (device-width: 320px) {
    .appImg, .wxImg {
        top: 50%;
    }
}

@media screen and (min-width:1200px) and (max-width: 1440px) {
    .wxImg {
        left: 29%;
    }
    .appImg {
        left: 24%;
    }

    .button-next {
        position: absolute;
        right: -60px;
        top: 44%;
    }
    .button-prev {
        position: absolute;
        left: -60px;
        top: 44%;
    }
}