@charset UTF-8;
/**footer**/


.footer_c {
    max-width: 1340px;
    padding: 0px 20px;
    margin: auto;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer_c_left {
    width: 32%;
    float: left;
    text-align: left;
    display: block;
}

.footer_c_right {
    float: right;
    width: 80%;
}

.footer_c_right ul {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.footer_c_right ul li p {
    color: #fff;
    font-size: 16px;
}

.footer_c_right ul li p a {
    color: #fff;
}

.footer_c_right ul li p:nth-of-type(1) {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 4px;
}

.bq_c {
    overflow: hidden;
    padding: 30px 20px;
    margin: auto;
    max-width: 1340px;
}

.bq {
    max-width: 100%;
    overflow: hidden;
    margin: auto;
}

.bq a {
    color: #8f959e;
    margin-left: 10px;
    font-size: 15px;
    opacity: 1;
}

.bq_left {
    width: 50%;
    float: left;
    color: #fff;
    text-align: left;
    opacity: 1;
    font-size: 15px;
}

.bq_right {
    width: 50%;
    float: right;
    text-align: right;
    opacity: 1;
}



.footer {
    background: #343BFF;
    overflow: hidden;
    width: 100%;
    background-size: cover;
    position: relative;
}

.footer .main {
    width: 100%;
    background: #191919;
    border-radius: 0px 0px 40px 40px;
    overflow: hidden;
}

.footer .center {
    max-width: 1340px;
    overflow: hidden;
    margin: auto;
    padding: 80px 20px;
}


.footer_left {
    width: 65%;
    float: right;
    padding-left: 40px;
}

.footer_left ul li {
    width: auto;
    float: left;
}

.footer_left ul {
    display: flex;
    justify-content: space-between;
}

.footer_left ul li:nth-last-of-type(1) {
    padding-right: 0px;
}

.footer_navyj {
    font-size: 22px;
    color: #fff !important;
    padding-bottom: 15px;
    display: block;
    font-family: Mulish-Bold;
}

.footer_navej a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 2.4em;
    opacity: 0.8;
}

.footer_navej a:hover {
    color: #fff;
    opacity: 1;
}


.footer_right {
    width: 35%;
    float: left;
}

.footer_right img {
    height: 50px;
}

.footer_right p {
    font-size: 18px;
    color: #fff;
    margin-top: 20px;
}

.footer_right a {
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-image: linear-gradient(to right, #343BFF, #8E44FF);
    width: 200px;
    border-radius: 200px;
    margin-top: 30px;
}

.footer_right a:hover {
    background-image: linear-gradient(to right, #8E44FF, #343BFF);
    color: #fff;
}



.footer_quote {
    width: 100%;
    margin: auto;
    padding: 0px 20px 100px;
}


.footer_quote .center {
    margin: auto;
    border-radius: 40px;
    padding: 40px 40px;
    max-width: 1340px;
    position: relative;
    background: linear-gradient(to bottom right, #300de4, #020236);
}

.footer_quote .center .logo {
    margin-bottom: 20px;
}

.footer_quote .mian {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.footer_quote .left {
    width: 50%;
}

.footer_quote .left img {
    width: 100%;
}


.footer_quote .right {
    width: 50%;
    text-align: center;
    font-size: 24px;
}

.footer_quote .right .title {
    font-size: 26px;
    color: #fff !important;
    padding-bottom: 15px;
    display: block;
    font-family: Mulish-Bold;
}


.footer_quote .right .quote {
    display: block;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background-image: linear-gradient(to right, #343BFF, #8E44FF);
    width: 200px;
    border-radius: 200px;
    transition: all 1s;
    margin: 20px auto 0px;
}

.footer_quote .right a.quote:hover {
    background-image: linear-gradient(to right, #8E44FF, #343BFF);
}

.picMarquee-left {
    width: 100%;
    overflow: hidden;
    position: absolute;
    z-index: 0;
    top: 130px;
}


.picMarquee-left .bd {
    padding: 10px;
    position: relative;
    width: 100%;
    top: 0;
    z-index: 0;
}

.picMarquee-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-left .bd ul li {
    margin: 0 8px;
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
}

.picMarquee-left .bd ul li .title {
    line-height: 1.3em;
    font-size: 50px;
    color: #fff;
    font-family: Mulish-Bold;
    opacity: 0.2
}