body{
    background: #ffffff;
}
.design-h{
    width: 100%;
    height: 495px;
    background-image: url("../img/design-h.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.design-yllm{
    width: 100%;
    height: 943px;
    background-image: url("../img/yllm-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.design-yllm-tit{
    font-size: 36px;
    color: #fff;
    text-align: center;
}
.design-yllm-wk{
    width: 1200px;
    margin:auto;  
}

.yllm-list{
    display: flex;
    padding-top:125px;
}
.yllm-list .yllm-item{
    background: #fff;
    width: 194px;
    height: 318px;
    margin-left: 58px;
    color: #8c8d8e;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -ms-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}
.yllm-list .yllm-item:first-child{
    margin-left: 0;
}
.yllm-item .yllm-item-nr{
    margin: 35px 24px;
}
.yllm-item-nr .yllm-item-nr-tit{
    font-size: 12px;
    font-weight: 700;
}
.yllm-item-nr .yllm-item-nr-num{
    font-size: 105.6px;
    text-align: right;
    font-family: "tt0375m_";
}
.yllm-item-nr-down{
    margin-top:50px;
}
.yllm-item-nr .yllm-item-nr-jj{
    font-size: 18px;
    font-weight: 700;
    color: #191c1e;
    text-align: right;
}
.yllm-item-nr .yllm-item-nr-xt{
    width: 147px;
    height: 8px;
    background: #191c1e;
    margin-top:10px;
}
.yllm-item-nr-hidden{
    display: block;
    position: absolute;
    width: 500px;
    height: 190px;
    background: #b8001f;
    margin-top: -230px;
    opacity: 0;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    margin-left: -162px;
    opacity: 0;
    z-index: -1;

    /*overflow: auto;*/
}


.yllm-item-nr-hidden::before{
    content: " ";
    display: block;
    width:0;
    height:0;
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    border-top:10px solid #b8001f;
    position: relative;
    left: 50%;
    bottom: -190px;
}

.yllm-item:hover .yllm-item-nr-jj{
    color: #b8001f;
}
.yllm-item:hover .yllm-item-nr-xt{
    background: #b8001f;
}
.yllm-item:hover .yllm-item-nr-hidden{
    margin-top: -190px;
    z-index: 2;
    opacity: 1;
}

.yllm-item-nr-hidden-wk{
    height: calc(100% - 46px);

}
.yllm-item-nr-hidden-wk {
    font-size: 18px;
    padding: 30px;
    width: 100%;
    color: #FFF;
    width: 100%;
    display: block;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.yllm-item-nr-hidden-wk p{
    height: 90px;
    overflow: hidden;
}
.yllm-item-nr-hidden-wk .a-link{
    margin: auto;
    width: 190px;
    color: #FFF;
    height: 44px;
    overflow: hidden;
}


.yllm-item-nr-hidden-wk .a-link a{

    color: #fff;
    border-color: #FFF !important;
}
 .yllm-item-nr-hidden-wk .a-link:hover a, .yllm-item-nr-hidden-wk .a-link:hover{
    color: #b8001f !important;
     border-color: #FFF !important;
 }
.yllm-item-nr-hidden-wk .a-link  i{
    background: #FFF;
}
.yllm-item:hover{
    color: #b8001f;
    box-shadow: 0 8px 7px rgba(0,0,0,0.48);
    margin-top: -50px;
}
.design-yllm-con{
    font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top:110px;
}
.design-yllm-con p{
    line-height: 42px;
}
.design-yllm-ico{
    text-align: center;
    margin-left: 28px;
    margin-top:30px;
}

.design-yllm-ico .iconfont{
    font-size: 70px;
    color: #fff;
    position: relative;
    -webkit-animation: designANI 1s ease-in-out infinite;
    -o-animation: designANI 1s ease-in-out infinite;
    animation: designANI 1s ease-in-out infinite;
}
@keyframes designANI {
    0%{
        top: -10px;

    }
    25%{
        top: 0;
    }
    50%{
        top: -5px;
    }
    75%{
        top: 0px;
    }
    100%{
        top: -10px;
    }
}

.design-lcbg{
    width: 100%;
    height: 100px;
    background-image: url("../img/lc-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.design-lcbg p{
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 100px;
}
.design-vip{
    background: #fff;
    height: 847px;

}
.design-vip .design-vip-wk{
    width: 1200px;
    margin:auto;
}
.design-vip-tit{
    font-size: 30px;
    color: #000000;
    text-align: center;
    margin-top:61px;
}
.design-vip-con{
    margin-top:76px;
}
.design-vip-con .design-vip-con-l{
    background-image: url("../img/vip-lbg.png");
    width: 440px;
    height: 597px;
    box-shadow: 0 8px 7px rgba(0,0,0,0.29);  
    padding:25px 25px;
    float: left;
}
.design-vip-con-l .design-vip-con-l-wk{
    width: 390px;
    height: 547px;
    border:1px solid #c25e61;
}
.design-vip-con-l-wk .design-vip-con-l-sm{
    margin:37px 41px;
}
.design-vip-con-l-sm-up .design-vip-con-l-sm-up-tit{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
}
.design-vip-con-l-sm-up-tit .hx{
    height: 5px;
    width: 207px;
    background: #d5a2a3;
    margin-top:20px;
}
.design-vip-con-l-sm-up .design-vip-con-l-sm-up-con{
    font-size: 12px;
    color: #ffffff;
    line-height: 26px;
    margin-top:25px;
}
.design-vip-con-l-sm-zhong{
    margin:40px 0;
    height: 60px;
}
.design-vip-con-l-sm-zhong .design-vip-con-l-sm-zhong-jx{
    margin-left: 135px;
}
.design-vip-con-l-sm-zhong .design-vip-con-l-sm-zhong-jx span{
    display: block;
    width: 8px;
    height: 39px;
    border:1px solid #fff;
    margin-left: 26px;
    float: left;
}
.design-vip-con-l-sm-zhong .design-vip-con-l-sm-zhong-jx span:first-child{
    margin-left: 0;
}
.design-vip-con-l-sm-down .design-vip-con-l-sm-down-jg i{
    font-style: normal;
    color: #fff;
}
.design-vip-con-l-sm-down .design-vip-con-l-sm-down-jg i:first-child{
    font-size: 42px;
}
.design-vip-con-l-sm-down .design-vip-con-l-sm-down-jg i:last-child{
    font-size: 72px;
}
.design-vip-con-l-sm-down .design-vip-con-l-sm-down-jj{
    font-size: 12px;
    color: #ffffff;
    line-height: 26px;
}
.design-vip-con .design-vip-con-r{
    float: right;
    width: 760px;
    height: 597px;
    background-image: url("../img/r-bg.png");
    box-shadow: 0px 3px 7px 3px rgba(0,0,0,0.29);
}
.design-vip-con-r .design-vip-con-r-wk{
    margin:48px 71px;
}
.design-vip-con-r-wk .design-vip-con-r-wk-tit{
    font-size: 18px;
    color: #333333;
    font-weight: 700;
}
.design-vip-con-r-wk .design-vip-con-r-wk-con{
    margin-top:25px;
    font-size: 12px;
    color: #333333;
    text-indent:2em;
    line-height: 28px;
}
.design-vip-con-r-wk .design-vip-con-r-wk-btn{
    width: 293px;
    height: 78px;
    overflow: hidden;
    border:2px solid #b8001f;
    font-size: 24px;
    color: #b8001f;
    font-weight: 700;
    text-align: center;
    line-height: 78px;
    margin-top:30px;
}
.design-vip-con-r-wk .design-vip-con-r-wk-btn a{
    width: 293px;
    height: 78px;
    color: #b8001f;
    font-size: 24px;
    line-height: 78px;
}
.design-vip-con-r-wk .design-vip-con-r-wk-btn.dhb-ani  i{
    width: 293px;
    height: 78px;
    top: -78px;
    background-color: #b8001f;
}