/* pc样式 */
@media screen and (min-width: 1024px) {
    .width1400 {
        width: 1400px;
        margin: 0 auto;
    }
    
    .move-navigation{
        display: none;
    }

    /* 头部 */

    .header2 {
        margin: 0 auto;
        position: relative;
        height: 460px;
    }

.header2-top1 {
        background-image: url(../imgs/banner_top_bj.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header2-top2 {
        background-image: url(../imgs/banner_top_img.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header2-top {
    }

    .header2-top-box {
        position: relative;
        height: 140px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header2-top-left {
        z-index: 1;
        
    }
.header2-top-left>a{
        display: flex;
        align-items: center;
}
    .header2-top-left img{
        margin-right: 10px;
        height: 70px;
    }
    .header2-top-left h2{
        color: #ffffff;
        font-size: 28px;
        font-family: 'HarmonyOS_Sans_SC';
    }

    .top-mk {
        max-height: 190px;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0px);
    }

    .header2-top-right {
        display: flex;
        align-items: center;
        justify-content: space-between;
        z-index: 1;
        width: 600px;
    }
    .header2-top-right>ul {
        display: flex;
    }

    .header2-top-right>ul>li{
        margin-right: 25px;
    }
    .header2-top-right>ul>li>a {
        display: block;
        height: 35px;
        font-family: 'HarmonyOS_Sans_SC';
        font-size: 22px;
        color: #fff;
    }

    .header2-top-right>ul>li:hover>a {
        border-bottom: 2px solid #ffffff;
    }

    .header2-top-right-active>a {
        border-bottom: 2px solid #ffffff;
    }

    /* 搜索 */
    .ss {
        cursor: pointer;
        position: relative;
    }

    .ss>form {
        display: flex;
        position: absolute;
        left: 30px;
        top: -5px;
    }
    
    .ss-active {
        width: 170px !important;
        border: 1px solid #bebebe !important;
    }
    .ss-input {
        width: 0px;
        border: none;
        height: 30px;
        text-indent: 14px;
        font-size: 14px;
        outline: none;
        background-color: #fff;
        border-radius: 5px;
        transition: all .5s ease;
    }


    .header2-img {
        position: relative;
        height: 320px;
    }
    .header2-img>h2 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        font-size: 46px;
        color: #d20b17;
    }

    /* 底部 */
    .bottom {
        margin: 0 auto;
        height: 260px;
         background-image: url(../imgs/bottom_new.png); 
background-repeat: no-repeat;
        background-position: center;
    background-size: cover;
    }

    .bottom-box {
        display: flex;
        justify-content: space-between;
    }

    .bottom-left {
        padding-top: 60px;
    }

    .bottom-left>p {
        font-family: 'HarmonyOS_Sans_SC';
        font-size: 16px;
        line-height: 36px;
        color: #ffffff;
        opacity: 0.8;
    }

    .bottom-left>p>span {
        margin-right: 20px;
        font-family: 'HarmonyOS_Sans_SC';
        font-size: 16px;
        color: #ffffff;
    }

    .bottom-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-top: 60px;
    }

    .bottom-right>a {
        font-family: 'HarmonyOS_Sans_SC';
        font-size: 16px;
        line-height: 34px;
        color: #ffffff;
        opacity: 0.8;
        border-bottom: 1px solid #ffffff;
    }

    .bottom-right>a:hover {
        color: #ffffff;
    }

    .bottom-right>p {
        font-family: 'HarmonyOS_Sans_SC';
        font-size: 16px;
        line-height: 34px;
        color: #ffffff;
        opacity: 0.8;
    }

}

/* 移动端样式 */
@media screen and (max-width: 1024px) {
    
    .header2-top{
        display: none;
    }
    .yd-form{
        position: relative;
        margin-top: 10px;
        padding-left: 5%;
        padding-right: 5%;
    }
    .yd-form>form{
        padding-left: 10px;
        background-color: rgb(255, 255, 255,0.7);
        border-radius: 5px;
    }
    .yd-input {
        width: 80%;
        height: 40px;
        border: none;
        outline: none;
        background: none;
    }
    .yd-submit {
        position: absolute;
        right: 5%;
        top: 0;
        height: 40px;
        width: 40px;
        border: none;
        background-repeat: no-repeat;
        background-color: rgb(255, 255, 255,0);
        background-image: url(../imgs/yd_ss.png);
        background-position: center;
        background-size: 25px;
    }

   .header2-top2 {
        background-image: url(../imgs/banner_top_img.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: auto 210px;
    }
    .header2-img {
        overflow: hidden;
        position: relative;
        height: 250px;
    }
    .header2-img>h2 {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,0%);
        font-size: 30px;
        color: #d20b17;
    }
     /* 底部 */
     .bottom {
        margin: 0 auto;
        width: 100%;
        height: 260px;
        /* background-image: url(../imgs/bottom_new.png); */
    }

    .bottom-box {
        padding: 0 20px;
        display: flex;
        justify-content: space-between;
    }

    .bottom-left {
        padding-top: 60px;
    }

    .bottom-left>p {
        font-family: 'HarmonyOS_Sans_SC';
        font-size: 12px;
        line-height: 36px;
        color: #ffffff;
        opacity: 0.8;
    }

    .bottom-left>p>span {
        margin-right: 20px;
        font-family: 'HarmonyOS_Sans_SC';
        font-size: 12px;
        color: #ffffff;
    }

    .bottom-right {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        padding-top: 60px;
    }

    .bottom-right>a {
        font-family: 'HarmonyOS_Sans_SC';
        font-size: 12px;
        line-height: 34px;
        color: #ffffff;
        opacity: 0.8;
        border-bottom: 1px solid #ffffff;
    }

    .bottom-right>a:hover {
        color: #ffffff;
    }

    .bottom-right>p {
        font-family: 'HarmonyOS_Sans_SC';
        font-size: 12px;
        line-height: 34px;
        color: #ffffff;
        opacity: 0.8;
    }
}

@media screen and (max-width: 768px){



 /* 底部 */
 .bottom {
    margin: 0 auto;
    width: 100%;
    height: 260px;
    background-position: center;
    background-image: url(../imgs/bottom_new.png); 
}

.bottom-box {
    display: block;
}

.bottom-left {
    padding-top: 60px;
}

.bottom-left>p {
    font-family: 'HarmonyOS_Sans_SC';
    text-align: center;
    font-size: 12px;
    line-height: 36px;
    color: #ffffff;
    opacity: 0.8;
}

.bottom-left>p>span {
    margin-right: 20px;
    font-family: 'HarmonyOS_Sans_SC';
    font-size: 12px;
    color: #ffffff;
}

.bottom-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 20px;
}

.bottom-right>a {
    font-family: 'HarmonyOS_Sans_SC';
    font-size: 12px;
    line-height: 34px;
    color: #ffffff;
    opacity: 0.8;
    border-bottom: 1px solid #ffffff;
}

.bottom-right>a:hover {
    color: #ffffff;
}

.bottom-right>p {
    font-family: 'HarmonyOS_Sans_SC';
    font-size: 12px;
    line-height: 34px;
    color: #ffffff;
    opacity: 0.8;
}
}