.QX-112140513 {
    width: 100%;
    position: relative;
    padding: 90px 0 0;
    overflow: hidden;
}

.QX-112140513 .top {
    position: absolute;
    left: auto;
    right: -30px;
    width: 70%;
    height: 45px;
    background-color: #7ab330;
    top: 0;
    transform: skew(25deg);
}

.QX-112140513 .cont {
    max-width: 1180px;
    padding: 0 10px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.QX-112140513 .pl {
    width: 30%;
}

.QX-112140513 .title {
    position: relative;
    color: #78b330;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 2.0em;
    line-height: 1.5;
    font-weight: 500;
}

.QX-112140513 .text {
    color: #fff;
}

.QX-112140513 .quick-nav-list ul {
    display: flex;
    flex-wrap: wrap;
}

.QX-112140513 .quick-nav-list ul li {
    width: 50%;
    line-height: 2;
    color: white;
    transition: all 0.3s ease;
}

.QX-112140513 .quick-nav-list ul li>a {
    color: inherit;
    outline: none;
}

.QX-112140513 .title::after {
    content: '';
    display: block;
    width: 88px;
    height: 3px;
    background-color: white;
    margin-top: 5px;
}

.QX-112140513 .qx {
    position: absolute;
    left: -30px;
    right: auto;
    width: 70%;
    min-height: 45px;
    height: 100%;
    background-color: #7ab330;
    bottom: 0;
    transform: skew(-25deg);
}

.QX-112140513 .bottom {
    position: relative;
    min-height: 45px;
    margin-top: 60px;
    display: flex;
    align-items: center;
}

.QX-112140513 .cen {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width: 1200px;
}

.QX-112140513 .rights {
    max-width: 70%;
    margin: 0 10px;
    color: #fff;
    font-size: 14px;
}

.QX-112140513 .followWrap .social-icon-facebook {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px 0;
}

.QX-112140513 .followWrap .social-icon-googleplus {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px -64px;
}

.QX-112140513 .followWrap .social-icon-linkedin {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px -128px;
}

.QX-112140513 .followWrap .social-icon-sinaweibo {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px -192px;
}

.QX-112140513 .followWrap .social-icon-twitter {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px -256px;
}

.QX-112140513 .followWrap .social-icon-youtube {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px -320px;
}

.QX-112140513 .followWrap .social-icon-qzone {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px -704px;
}

.QX-112140513 .followWrap .social-icon-renren {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px -768px;
}

.QX-112140513 .followWrap .social-icon-douban {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px -832px;
}

.QX-112140513 .followWrap .social-icon-tweibo {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px -896px;
}

.QX-112140513 .followWrap .social-icon-instagram {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px -960px;
}

.QX-112140513 .followWrap .social-icon-wechat {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px -1024px;
}

.QX-112140513 .followWrap .social-icon-pinterest {
    background: url(../styleRelated/lrjLDL.png) no-repeat -224px -1088px;
}

.QX-112140513 .followWrap .social-icon-youku {
    background: url(../styleRelated/lrjLDL.png) no-repeat -225px -1152px;
}

.QX-112140513 .followWrap {
    display: flex;
    flex-wrap: wrap;
    margin-top: -5px;
}
.QX-112140513 .followWrap span svg {
    fill: currentColor;
    color: #9ea3a7;
    width: 19px;
    height: 19px;
    margin-top: 6px; 
}


.QX-112140513 .follow-a {
    display: inline-block;
    margin: 5px 15px 0 0;
    text-align: center !important;
    border: 1px solid #fff;
    border-radius: 50%;
}

.QX-112140513 .followWrap .follow-a span {
    display: inline-block;
    width: 32px;
    height: 32px;
    vertical-align: middle;
    transform: scale(0.8);
}

@media screen and (max-width:1200px) {
    .QX-112140513 .cen {
        width: 100%;
    }

    .QX-112140513 .rights {
        max-width: 64%;
    }
}

@media screen and (max-width:510px) {
    .QX-112140513 .cont {
        flex-wrap: wrap;
    }

    .QX-112140513 .pl {
        width: 100%;
    }

    .QX-112140513 .pl:not(:first-child) {
        margin-top: 20px;
    }

    .QX-112140513 .qx {
        left: 0;
        width: 100%;
        transform: unset;
    }

    .QX-112140513 .rights {
        max-width: 100%;
        text-align: center;
    }
}