* {
    margin: 0;
    padding: 0;
    font-family: "microsoft yahei";
    color: #000;
}
img {
    display: block;
}
ul {
    list-style: none;
}
a {
    text-decoration: none;
    cursor: pointer;
    outline: none
}
.slider{
    width: 100%;
    height:auto;
    display: inline-block;
}
.slider img{
    width: 100%;
}
.index{
    width: 65%;
    margin: 0 auto;
}
.winter-box{
    background: url(../images/news-bg.png) no-repeat center;
    background-size: cover;
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: -4px;
    padding-top: 4%;
    margin-bottom: 5%;
}
.wb-left{
    width: 58%;
    float: left;
}
.wb-left h3{
    color: #282a66;
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 2px;
}
.wb-left p{
    font-size: 15px;
    line-height: 48px;
    padding: 5.5% 0;
}
.wbl-box{
    width: 100%;
    height: auto;
    display: inline-block;
}
.wbl-box img{
    float: left;
    width: 7%;
}
.wbl-box span{
    float: left;
    color: #282a66;
    font-size: 18px;
    margin-left: 2%;
    margin-top: 1%;
}
.wb-right{
    width: 37%;
    float: right;
}
.wb-right img{
    width: 100%;
}
.play{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 3%;
}
.pl-title{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 6%;
}
.pl-title h3{
    text-align: center;
    font-size: 35px;
    font-weight: 500;
    letter-spacing: 2px;
}
.con-box {
    width: 100%;
    height: auto;
    display: inline-block;
    margin-bottom: 5%;
}

.conb-left{
    width: 45%;
    float: left;
    margin-top: 3%;
}
.conb-left h3{
    color: #343230;
    font-size: 27px;
    line-height: 49px;
}
.conb-left span{
    background: #282a66;
    width: 95px;
    height: 5px;
    display: inline-block;
}
.conb-left p{color: #484848;font-size: 17px;line-height: 41px;margin-top: 24px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;width: 93%;}
.conb-right{
    width: 52%;
    float: right;
    position: relative;
    margin-top: 5%;
}
.conb-right img{
    width: 100%;
}

.conb-rights{
    width: 45%;
    float: right;
    margin-top: 3%;
}
.conb-rights h3{
    color: #343230;
    font-size: 27px;
    line-height: 49px;
}
.conb-rights span{
    background: #282a66;
    width: 95px;
    height: 5px;
    display: inline-block;
}
.conb-rights p{
    color: #484848;
    font-size: 17px;
    line-height: 37px;
    margin-top: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 97%;
}
.conb-lefts {
    width: 52%;
    float: left;
    position: relative;
    margin-top: 5%;
}
.conb-lefts img{
    width: 100%;
}
.crb{
    background: #282a66;
    width: 80px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    font-size: 37px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 38px;
}
.crbs{
    background: #282a66;
    width: 80px;
    height: 85px;
    text-align: center;
    line-height: 85px;
    font-size: 37px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 38px;
}
.more a{
    background: #282a66;
    color: #fff;
    padding: 11px 26px;
    font-size: 15px;
    letter-spacing: 2px;
    border-radius: 29px;
    margin-top: 5%;
    display: inline-block;
}
.footer {
    width: 100%;
    height: auto;
    background-image: url(../images/footer.png);
    display: inline-block;
    padding: 3% 0;
}
.footer h3{
    text-align: center;
    color: #fff;
    font-size: 27px;
    letter-spacing: 4px;
}
.footer h2{
    text-align: center;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center; /* æ°´å¹³å±…ä¸­ */
    gap: 10px; /* å›¾ç‰‡å’Œæ–‡å­—é—´è· */
    font-weight: normal;
    margin: 1.5% 0;
}
.footer h2 img{
    float: left;
    width: 11%;
}
.footer h2 p{
    color: #fff;
    font-size: 21px;
    display: inline-block;
    margin-left: 7px;
}
.ewm{
    text-align: center;
    margin: 0 auto;
}
.pl-box{
    display: block;
}
.pl-boxs{
    display: none;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .wb-left {
        width: 100%;
        float: left;
    }
    .index {
        width: 90%;
        margin: 0 auto;
    }
    .wb-left h3 {
        color: #282a66;
        font-size: 23px;
        font-weight: 500;
        letter-spacing: 1px;
    }
    .wb-left p {
        font-size: 14px;
        line-height: 34px;
        padding: 5.5% 0;
    }
    .wbl-box span {
        float: left;
        color: #282a66;
        font-size: 14px;
        margin-left: 2%;
        margin-top: 0%;
        width: 85%;
    }
    .wb-right {
        width: 100%;
        float: right;
    }
    .pl-title h3 {
        text-align: center;
        font-size: 22px;
        font-weight: 500;
        letter-spacing: 2px;
    }
    .conb-left {
        width: 100%;
        float: left;
        margin-top: 3%;
        margin-bottom: 5%;
    }
    .conb-left h3 {
        color: #343230;
        font-size: 22px;
        line-height: 40px;
    }
    .conb-left p {
        color: #484848;
        font-size: 14px;
        line-height: 33px;
        margin-top: 7px;
    }
    .more a {
        background: #282a66;
        color: #fff;
        padding: 10px 22px;
        font-size: 15px;
        letter-spacing: 2px;
        border-radius: 29px;
        margin-top: 5%;
        display: inline-block;
    }
    .conb-right {
        width: 100%;
        float: right;
        position: relative;
    }
    .crb {
        background: #282a66;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        position: absolute;
        right: 12px;
    }
    .crbs {
        background: #282a66;
        width: 60px;
        height: 60px;
        text-align: center;
        line-height: 60px;
        font-size: 24px;
        color: #fff;
        font-weight: bold;
        position: absolute;
        left: 12px;
    }
    .conb-lefts {
        width: 100%;
        float: left;
        position: relative;
    }
    .conb-rights {
        width: 100%;
        float: right;
        margin-top: 3%;
    }
    .conb-rights h3 {
        color: #343230;
        font-size: 23px;
        line-height: 39px;
    }
    .footer h3 {
        text-align: center;
        color: #fff;
        font-size: 20px;
        letter-spacing: 4px;
    }
    .footer h2 p {
        color: #fff;
        font-size: 15px;
        margin-top: -28px;
        display: inline-block;
    }
    .footer h2 img {
        float: left;
        width: 11%;
        margin-top: 7px;
    }
    .ewm {
        text-align: center;
        margin: 0 auto;
        width: 45%;
    }
    .pl-box{
        display: none;
    }
    .pl-boxs{
        display: block;
    }
}