/*base*/
p,span,h1,h2,h3,h4,h5,h6,li,a{
    font-family: MicrosoftYaHei;
}
/* @font-face {
    font-family: SourceHanSansCN-Regular;
    src: url("../../font/SourceHanSans-Regular.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: SourceHanSansCN-Medium;
    src: url("../../font/SourceHanSans-Medium.otf");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: CenturyGothic-Bold;
    src: url("../../font/SourceHanSans-Bold.otf");
    font-weight: normal;
    font-style: normal;
} */

body {
    background-color: #fff;
}


/* 后加 */
.jyi-ban {
    display: none;
}

#onlybanner {
    display: block;
}

.lianxi-span {
    display: inline-block;
    width: 94px;
    text-align: justify;
}

.shichangbu {
    letter-spacing: 6px;
}

.lianxi-img1 {
    margin-right: 17px;
}

.lianxi-img2 {
    margin-right: 14px;
}

.lianxi-img3 {
    margin-right: 16px;
}


/*底部导航栏*/
.footer-box {
    background-color: #292c36;
}

.footer-box>div:nth-of-type(1) {
    /* padding: 47px 192px; */
    padding: 47px 0;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1527px;
}
.footer-left{
    max-width: 355px;
}
.footer-left>a {
    display: block;
    margin-bottom: 32px;
}

.footer-left>div img {
    width: 12px;
    height: 16px;
}

.footer-left>div:nth-of-type(3) img {
    width: 15px;
    height: 12px;
}
.footer-left>div:nth-of-type(2) img {
    width: 15px;
    height: 15px;
    position: relative;
    top: -1px;
}
.footer-left>div:nth-of-type(3){
    margin-bottom: 18px;
}

.footer-left>div>p {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #f3f3f3;
    display: flex;
}
.footer-left>div>p span:nth-last-of-type(1){
    width: calc(100% - 94px);
    word-break: break-all
}

.footer-left>div:nth-of-type(2) {
    margin: 18px 0;
}

.footer-left>div:nth-of-type(3) img {
    position: relative;
    top: -2px;
}

.footer-center {
    flex: 1;
    display: flex;
    justify-content: space-between;
    padding: 0 128px;
}

.footer-center>div>h4 {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    /* line-height: 53px; */
    color: #ffffff;
    margin-bottom: 20px;
}

.footer-center>div>a {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 27px;
    color: #f3f3f3;
    opacity: 0.75;
}


.footer-right>img {
    width: 126px;
    height: 126px;
}

.footer-right>p {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 53px;
    color: #ffffff;
}

/* .footer-box>div:nth-of-type(2) {
    padding: 0 0 22px;
    max-width: 1527px;
    margin: 0 auto;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: flex-end;
}

.footer-box>div:nth-of-type(2) a {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #ffffff;
    opacity: 0.75;
} */

.footer-box>div:nth-of-type(2)>p {
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #9a9a9a;
    padding: 22px 0;
    margin-bottom: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-box>div:nth-of-type(2)>p a{
     color: #9a9a9a;
}

.footer-center>a {
    display: none;
}

/*响应式配置*/
@media (max-width:1920px) {}

@media (max-width:1599px) {

    /*footer*/
    .footer-center {
        padding: 0 25px;
    }
}

@media (max-width:1565px) {
    .footer-box>div:nth-of-type(1){
        max-width: 93%;
    }
}

@media (max-width:1365px) {

    /*footer*/
    .footer-box>div:nth-of-type(1) {
        /* padding: 47px 100px; */
        padding: 47px 0;
    }
}

@media (max-width:1199px) {

    /*footer*/
    .footer-box>div:nth-of-type(1) {
        flex-wrap: wrap;
        /* padding: 47px 25px; */
        padding: 47px 0;
    }

    .footer-left>a {
        display: none;
    }

    .footer-left {
        width: 50%;
        margin-top: 30px;
        max-width: none;
    }

    .footer-right {
        margin-top: 50px;
    }

    .footer-center {
        flex: none;
        width: 100%;
        order: -1;
        padding: 0 ;
        flex-wrap: wrap;
        position: relative;
    }

    /* .footer-center>a {
        display: block;
        position: absolute;
        top: -12px;
    } */

}

@media (max-width:990px) {}

@media (max-width:767px) {
    .footer-left>div:nth-of-type(3){
        margin-bottom: 5px;
    }

    /*footer*/
    .footer-box>div:nth-of-type(1) {
        /* padding: 47px 10px 0; */
        padding: 18px 0 0;
    }

    /* .footer-center {
        padding: 35px 0 0;
    } */

    .footer-center>a {
        width: 120px;
        left: 10px;
    }

    .footer-center>div {
        padding: 0 10px;
    }

    .footer-left {
        width: 100%;
        margin-top: 15px;
    }

    .footer-center>div:nth-of-type(1) {
        order: 1;
    }
    /* .footer-center>div:nth-last-of-type(1){
        order: 3;
    }
    .footer-center>div:nth-last-of-type(2){
        order: 2;
    } */
    .footer-right{
        margin-top: 20px;
    }
    .footer-left>div:nth-of-type(2){
        margin: 5px 0;
    }
    .footer-right>p{
        line-height: 40px;
    }
    
    .footer-box>div:nth-of-type(2)>p{
        padding: 12px;
    }
    .footer-center>div>h4{
        margin-bottom: 0;
        line-height: 53px;
    }
}


/* 后加内容 */
@media (max-width:990px){
    .sp_nav_xjb{
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #8a8a8a;
        border-right: 2px solid #8a8a8a;
        transform: rotate(45deg);
        position: absolute;
        right:10px;
        top:20px;
    }
}