﻿.banner {
    position: relative;
    height: 934px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
}

.banner-button {
    position: absolute;
    height: 38px;
    width: 108px;
    text-align: center;
    line-height: 38px;
    font-family: 'HarmonyOS Sans SC';
    color: #fff;
    display: block;
    bottom: 107px;
    left: 50%;
    margin-left: -55px;
    border: 1px solid #cac4c2;
}

    .banner-button:hover {
        border: 1px solid #fff;
    }

.main-cont {
    padding: 76px 0 100px;
}

.index-news a {
    height: 680px;
    padding: 0 60px;
    border-right: 1px solid #898989;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main-cont a:last-child {
    border-right: none;
}

.main-cont a.new-information {
    flex-direction: column;
    justify-content: space-between;
    background: #000;
    padding: 50px 70px;
    display: flex;
}

.new-information-title {
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 28px;
    color: #fff;
    line-height: 40px;
}

.new-information-content {
    font-size: 16px;
    color: #606060;
    line-height: 30px;
}

.main-cont-title {
    padding-bottom: 30px;
}

.main-cont-title-date i {
    display: none;
}

.main-cont-title em {
    font-size: 14px;
    font-style: normal;
    color: #606060;
}

.main-cont-title-date {
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 42px;
    padding-right: 10px;
}

    .main-cont-title-date span {
        font-family: 'HarmonyOS_Sans_Regular';
        font-style: 44px;
    }

.main-cont-title-content {
    font-family: 'HarmonyOS_Sans_Regular';
    font-size: 28px;
    line-height: 40px;
}

.main-cont-introduce {
    padding-top: 10px;
    line-height: 28px;
    font-size: 16px;
    color: rgb(128, 128, 128);
}

.goDetail {
    font-size: 12px;
    line-height: 38px;
    border-top: 1px solid #505050;
    border-bottom: 1px solid #505050;
    background: url(./images/arrowhead.png) no-repeat right center;
    display: block;
}

.shoping {
    width: 560px;
    margin-right: 110px;
}

    .shoping li {
        width: 50%;
        float: left;
        border-right: 1px solid #ddd;
    }

        .shoping li a {
            display: block;
        }

    .shoping ul {
        border-bottom: 1px solid #ddd;
        overflow: hidden;
    }

        .shoping ul:last-child {
            border-bottom: none;
        }

    .shoping li img {
        vertical-align: middle;
    }

    .shoping li:last-child {
        border: none;
    }

    .shoping li .hover {
        display: none;
    }

    .shoping li:hover img, .shoping li.cur img {
        display: none;
    }

        .shoping li:hover img.hover, .shoping li.cur img.hover {
            display: inline-block;
        }

    .shoping li a {
        text-align: center;
        padding: 60px 0;
    }

        .shoping li a span {
            font-size: 115px;
            color: #cdcdcd;
        }

        .shoping li a h5 {
            font-size: 28px;
            padding: 30px 0 13px 0;
            color: #cdcdcd;
        }

        .shoping li a h6 {
            font-size: 20px;
            color: #cdcdcd;
        }

        .shoping li a:hover span {
            color: #000;
        }

        .shoping li a:hover h5 {
            color: #000;
        }

        .shoping li a:hover h6 {
            color: #000;
        }

.shoping-maxImage {
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.play-button {
    width: 278px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 10px;
    border: 1px solid #59524d;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -139px;
    margin-top: 45px;
    z-index: 99;
    color: #fff;
    font-size: 27px;
}

#index-video {
    height: 1080px;
    position: relative;
    width: 100%;
}

.index-video:hover .play-button {
    display: block !important;
}

.play-button:hover {
    border: 1px solid #fff;
}

.main-cont-img {
    height: 264px;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

@media only screen and (max-width:1362px) {
    .play-button {
        margin-top: -64px;
    }

    .index-news a {
        padding: 0 30px;
    }

    .main-cont a.new-information {
        padding: 50px 30px;
    }

    #index-video {
        height: 422px;
    }
}

@media only screen and (max-width:987px) {
    .shoping-maxImage {
        display: none;
    }

    .shoping {
        width: 100%;
        margin: 0;
    }

        .shoping li {
            text-align: center;
        }

            .shoping li img {
                max-width: 100%;
            }

    .main-cont {
        display: block;
    }

        .main-cont a.new-information {
            padding: 40px 38px;
            flex-direction: inherit;
            height: initial;
        }

    .new-information-title {
        font-size: 20px;
        line-height: 35px;
        width: 152px;
        -webkit-line-clamp: inherit;
        padding-right: 30px;
    }

    .new-information-content {
        display: flex;
        flex: 1;
        line-height: 24px;
    }

    .index-news a {
        border: none;
        padding: 40px 0 30px 220px;
        position: relative;
        border-bottom: 1px solid #929292;
    }

        .index-news a:last-child {
            border: none;
        }

    .index-news {
        padding: 40px 0;
    }

    .main-cont-img {
        position: absolute;
        left: 0;
        width: 190px;
        height: 170px;
        margin-bottom: 0;
        top: 40px;
    }

    .main-cont-title-date {
        font-size: 20px;
        letter-spacing: 0px;
    }

    .main-cont-title {
        font-size: 12px;
        padding-bottom: 10px;
    }

        .main-cont-title em {
            font-size: 12px;
            display: none;
        }

        .main-cont-title i {
            display: inline-block;
            font-style: normal;
        }

    .main-cont-title-content {
        font-size: 20px;
        line-height: 25px;
    }

    .main-cont-introduce {
        font-size: 16px;
        height: 97px;
    }

    .goDetail {
        border: none;
        background-size: 10px 10px;
        display: inline-block;
        padding-right: 14px;
        line-height: 12px;
    }

    .index-news a {
        height: inherit;
    }
}

@media only screen and (max-width:820px) {
    .shoping li a h5 {
        font-size: 20px;
    }

    .shoping li a h6 {
        font-size: 16px;
    }
}

@media only screen and (max-width:640px) {
    .shoping li a {
        padding: 20px 0;
    }

        .shoping li a span {
            font-size: 58px;
        }

        .shoping li a h5 {
            font-size: 14px;
        }

        .shoping li a h6 {
            font-size: 12px;
        }

    .main {
        margin-bottom: 0;
    }

    .banner {
        margin-bottom: 0;
        height: 600px;
    }

    .banner-button {
        /* line-height: 14px; */
    }

    #shoping {
        padding: 60px 0;
    }

    .index-news {
        padding: 20px 0;
    }

    .main-cont a.new-information {
        padding: 18px 25px;
    }

    .new-information-title {
        font-size: 12px;
        line-height: 19px;
        letter-spacing: 0px;
    }

    .new-information-content {
        font-size: 12px;
        line-height: 18px;
        letter-spacing: 0px;
    }

    .main-cont-img {
        width: 105px;
        height: 100px;
        background-size: auto 100%;
        background-repeat: no-repeat;
        top: 20px;
    }

    .index-news a {
        padding: 20px 0 15px 120px;
    }

    .main-cont-title {
        padding-bottom: 6px;
    }
    /* .main-cont-title-date{
                font-size: 20px;
            } */
    .main-cont-title-content {
        font-size: 12px;
        line-height: 16px;
        -webkit-line-clamp: 1;
        margin-bottom: 11px;
        letter-spacing: 0px;
    }

    .main-cont-introduce {
        font-size: 12px;
        line-height: 20px;
        padding-top: 4px;
        height: initial;
        -webkit-line-clamp: 2;
        letter-spacing: 0px;
    }

    .goDetail {
        display: none;
    }

    #index-video {
        height: 211px;
    }

    #play-button {
        width: 114px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        margin-top: -30px;
        margin-left: -57px;
    }

    .main-cont-title-date i {
        font-size: 20px;
        font-family: 'HarmonyOS_Sans_Regular';
        font-style: normal;
        letter-spacing: 0px;
    }

    .main-cont-title-date span {
        display: none;
        letter-spacing: 0px;
    }
}
