.login-box {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.login_bg {
    width: 100%;
    height: 100%;
    background: url(../images/ydy-bg.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-animation-name: scaleDraw;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-duration: 20s;
}

@keyframes scaleDraw {

    /*瀹氫箟鍏抽敭甯с€乻caleDrew鏄渶瑕佺粦瀹氬埌閫夋嫨鍣ㄧ殑鍏抽敭甯у悕绉�*/
    0% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
        /*寮€濮嬩负鍘熷澶у皬*/
    }

    50% {
        -webkit-transform: scale(1.3, 1.3);
        transform: scale(1.3, 1.3);
        /*寮€濮嬩负鍘熷澶у皬*/
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.ydy-content {
    width: 68%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    z-index: 3;
}

.ydy-content .left {
    width: 24%;
    background: rgba(0, 0, 0, 0.25);
}

.ydy-content .logo {
    width: 100%;
    background: #fe9ac0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2.4rem;
    padding: 0.2rem 0.15rem;
    margin-top: 0;
    border-radius: 0.15rem;
}

.ydy-content .logo img {
    display: block;
    width: 100%;
}

.ydy-content .address {
    width: 100%;
    padding: 0.5rem 0.23rem;
}

.ydy-content .address .icon {
    width: 100%;

    border-bottom: 1px solid #fff;
}

.ydy-content .address .icon ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    padding-bottom: 0.14rem;
}

.ydy-content .address .icon li {
    position: relative;
}



.ydy-content .address .icon li:hover .ewm-box {
    display: block;
}

.ydy-content .address .icon .iconfont {
    width: 0.68rem;
    height: 0.68rem;
    text-align: center;
    line-height: 0.6rem;
    font-size: 0.26rem;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 0.1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.4rem;
    transition-duration: .5s;
    cursor: pointer;
    position: relative;
}

.ydy-content .address .icon .iconfont:hover {
    background: #fe9ac0;
    border: 1px solid #fe9ac0;

}

.ydy-content .address .icon .iconfont:nth-child(1) {
    font-size: 0.32rem;
}

.ydy-content .address .addText {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #fff;
    margin-top: 0.25rem;
}

.ydy-content .right {
    width: 75%;
    height: 100%;
    display: flex;
}

.ydy-content .right ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 5.54rem;
}

.ydy-content .right ul li {
    width: 31.5%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    border-radius: 0.15rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    color: #fff;
    transition-duration: .5s;
}

.ydy-content .right ul li .iconbox {
    position: relative;
    z-index: 2;
    color: #fff;
    top: 0;
    transition-duration: .5s;
}

.ydy-content .right ul li .iconbox .img {
    width: 1.1rem;
    height: 1.1rem;
    margin-bottom: 0.15rem;
    margin: 0 auto 0.15rem;
}

.ydy-content .right ul li:nth-child(1) .iconbox .img {
    background: url(../images/ydyicon1.png)no-repeat center center;
    background-size: 100% 100%;
}

.ydy-content .right ul li:nth-child(1):hover .iconbox .img {
    background: url(../images/ydyicon1-1.png)no-repeat center center;
}

.ydy-content .right ul li:nth-child(2) .iconbox .img {
    background: url(../images/ydyicon2.png)no-repeat center center;
    background-size: 100% 100%;
}

.ydy-content .right ul li:nth-child(2):hover .iconbox .img {
    background: url(../images/ydyicon2-1.png)no-repeat center center;
}

.ydy-content .right ul li:nth-child(3) .iconbox .img {
    background: url(../images/ydyicon3.png)no-repeat center center;
    background-size: 100% 100%;
}

.ydy-content .right ul li:nth-child(3):hover .iconbox .img {
    background: url(../images/ydyicon3-1.png)no-repeat center center;
}

.ydy-content .right ul li:hover .iconbox {
    top: -0.6rem;
}

.ydy-content .right ul li .iconbox .pText {
    width: 100%;
    text-align: center;
    font-size: 0.34rem;
    line-height: 0.34rem;
}

.ydy-content .right ul li .iconbox .pText span {
    font-size: 0.18rem;
    line-height: 0.3rem;
    opacity: 0.5;
    display: inline-block;
    text-transform: uppercase;
}

.ydy-content .right ul li:hover {
    background: url(../images/ydy-logo1.png)no-repeat center bottom #6faee3;
    background-size: 95%;
}

.ydy-content .right ul li:hover {
    height: 110%;
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1080px) {}

@media only screen and (max-width: 760px) {
    .ydy-content {
        width: 96%;
        margin: 0 auto;
    }

    .ydy-content .left {
        width: 100%;
    }

    .ydy-content .right {
        width: 100%;
        margin-top: 20px;
    }

    .ydy-content .logo img {
        width: 50%;
    }

    .ydy-content .address .icon {
        display: none;
    }

    .ydy-content .address .addText {
        font-size: 15px;
        line-height: 28px;
        margin-top: 0;
    }

    .ydy-content .right ul {
        height: 3rem;
    }
}