﻿.QX-93740311 {
    width: 100%;
    position: relative;
    padding: 30px 0;
    word-break: break-word;
}

.QX-93740311 .top {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-bottom: 40px;
}

.QX-93740311 .title {
    color: #fff;
    font-size: 20px;
    letter-spacing: .025em;
}

.QX-93740311 .divider {
    margin-top: 20px;
    font-size: 0;
    line-height: 0;
    padding: 0 3px;
    position: relative;
}

.QX-93740311 .divider::before {
      content: '';
    display: inline-block;
    height: 3px;
    width: 40px;
    background: #52be71;
    z-index: 2;
}

.QX-93740311 .divider::after {
  content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 1px;
    width: 100%;
    background: #fff;
    z-index: 1;
    opacity: .2;

}

.QX-93740311 .left {
    width: 25%;
}

.QX-93740311 .text {
    margin-top: 24px;
    color: #56616c;
    font-size: 14px;
    font-weight: 400;
}

.QX-93740311 .followWrap {
    margin-top: 15px;
}

.QX-93740311 .followWrap .follow-a {
    opacity: .4;
}

.QX-93740311 .followWrap .follow-a:hover {
    opacity: 1;
}

.QX-93740311 .center {
    width: 35%;
}

.QX-93740311 .clearfix {
    clear: both;
    zoom: 1;
}

.QX-93740311 .clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.QX-93740311 .dh {
    margin-top: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.QX-93740311 .quick-nav-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

.QX-93740311 .quick-nav-list li>a {
    color: inherit;
    letter-spacing: .025em;
    transition: all .3s ease-in-out;
}

.QX-93740311 .quick-nav-list li::before {
    content: '';
    position: absolute;
    top: 5px;
    left: 0;
    vertical-align: middle;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-style: solid;
    border-width: 4px 0 4px 10px;
    border-color: transparent transparent transparent #4c5762;
    opacity: .3;
}

.QX-93740311 .navigation {
    float: left;
    width: 45%;
}

.QX-93740311 .navigation1 {
    float: right;
    width: 45%;
}

.QX-93740311 .right {
    width: 25%;
}

/* .QX-93740311 .right ul {
    margin-top: 24px;
}

.QX-93740311 .right ul li {
    display: flex;
    margin-bottom: 15px;
}

.QX-93740311 .icon {
    margin-right: 15px;
    color: #52be71;
}

.QX-93740311 .icon1 {
    margin-right: 10px;
    color: #52be71;
} */

.QX-93740311 .cont {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.QX-93740311 .bottom {
        position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.QX-93740311 .bottom::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    opacity: .3;
    top: -20px;
    left: 0;
}
.QX-93740311 .rights {
    margin-top: 20px;
    color: #56616c;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
}
.QX-93740311 .followWrap .follow-a svg {
	display: block;
	width: 20px;
	height: 20px;
}
.QX-93740311 .followWrap .follow-a svg path {
	fill: rgb(158,163,167);
}
@media screen and (max-width:1200px) {
    .QX-93740311 {
        width: calc(100% - 20px);
        padding: 30px 10px;
    }
}

@media screen and (max-width:992px) {
    .QX-93740311 .top {
        flex-wrap: wrap;
        padding-bottom: 20px;
    }

    .QX-93740311 .left {
        width: 40%;
    }

    .QX-93740311 .center {
        width: 50%;
    }

    .QX-93740311 .right {
        width: 100%;
        margin-top: 30px;
    }
}

@media screen and (max-width:510px) {
    .QX-93740311 .left {
        width: 100%;

    }

    .QX-93740311 .right {
        margin-top: 20px;
    }

    .QX-93740311 .center {
        width: 100%;
        margin-top: 30px;
    }

    .QX-93740311 .navigation {
        width: 100%;
    }

    .QX-93740311 .navigation1 {
        width: 100%;
    }
}