
.wimg{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.wimg05s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 0.5s;
    object-fit: cover;
}
.eim{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.eim05s{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: all 0.5s;
}
.wimg1s{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
    object-fit: cover;
}
.eim05s:hover{
    transform: scale(1.1);
}
.wimg05s:hover{
    transform: scale(1.1);
}
.wimg1s:hover{
    transform: scale(1.1);
}

/*ellipsis*/
.slh0{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 0;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh1{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh2{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh3{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh4{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    text-overflow: ellipsis;
    word-break: break-all;
}
.slh5{
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    text-overflow: ellipsis;
    word-break: break-all;
}


.wap-none{
    display: block;
}
.wap-show{
    display: none;
}

/*手机*/
.wap-header{
    display: none;
}

.wap-head-lst{
    display: none;
}
.wap-head{
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    top: 0;
    position: fixed;
    z-index: 105;
    box-shadow: none;
    height: 15vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wap-head .wap-head-logo {
    width: 30%;
    margin: 0 0 0 5%;
}
.wap-head .wap-door{
    width: 7%;
    margin: 0 5% 0 0;
    height: 100%;
    position: relative;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.wap-head .wap-door .wds{
    width: 100%;
    height: 2px;
    background-color: #999999;
    display: block;
    transition: all .3s;
    margin: 12% 0;
    border-radius: 2px;
}
.wap-head .wap-door .wds:nth-of-type(3){
    width: 100%;
}
.wap-header.show .wap-head .wap-door .wds:nth-child(2n){
    opacity: 0;
}
.wap-header.show .wap-head .wap-door .wds:nth-of-type(1) {
    transform: rotate(45deg);
    position: absolute;
}
.wap-header.show .wap-head .wap-door .wds:nth-of-type(3) {
    transform: rotate(-45deg);
    position: absolute;
    width: 100%;
}
.wap-header.show .headclose{
    width: 100%;
    display: block;
}

/*菜单-s*/
.wap-menu{
    position: fixed;
    width: 70%;
    right: -100%;
    top: 0;
    z-index: 101;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 1;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.wap-menu .wap-menu-lst{
    padding: 16vw 0;
}
.wap-menu .wap-menu-lst .CAli{
    position: relative;
    padding: 0 8%;
    border-bottom: 1px solid #f5f5f5;
}
.wap-menu .wap-menu-lst .CAli:after{
    content: "";
    position: absolute;
    /*background: url(../images/icons/wap_menu_arrow.png)no-repeat right;*/
    width: 4vw;
    height: 12vw;
    right: 5%;
    top: 0;
    background-size: 100%;
    opacity: 0.7;
}
.wap-menu .wap-menu-lst .CAli .CAa{
    width: 100%;
    display: -webkit-box;
    font-size: 4vw;
    color: #333333;
    line-height: 12vw;
}
.wap-header.show .wap-menu{
    right: 0;
    opacity: 1;
}
.open-menu{
    width: 30%;
    height: 12vw;
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    z-index: 2;
}
.drop-down-menu{
    /*animation: fadeInUp 0.5s forwards;*/
}
.drop-down-menu.on{
    display: block;
    border-top: 0;
    box-shadow: none;
    width: 100%;
    left: 0;
    position: relative;
}
.drop-down-menu.on ul .CBa{
    text-align: left;
    font-size: 3.5vw;
    padding: 0 2%;
    line-height: 3;
}

.wap-head-lst.show .wap-menu{
    right: 0;
    opacity: 1;
}
.wap-head-lst.show .wap-head .wap-door .wds:nth-child(2n){
    opacity: 0;
}
.wap-head-lst.show .wap-head .wap-door .wds:nth-of-type(1) {
    transform: rotate(45deg);
    position: absolute;
}
.wap-head-lst.show .wap-head .wap-door .wds:nth-of-type(3) {
    transform: rotate(-45deg);
    position: absolute;
    width: 100%;
}
.wap-head-lst.show .headclose{
    width: 100%;
    display: block;
}
/*菜单-e*/

/*手机*/

body, html {
    max-width: 100%;
    overflow-x: auto;
}

@media screen and (max-width: 1024px) {
    .wap-none{
        display: none;
    }
    .wap-show{
        display: block;
    }

    .wap-head-lst{
        display: block;
    }


}



























