﻿* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html,
body {
    color: #000;
}


li {
    list-style: none;
}

a {
    text-decoration: none;
}

img,
input {
    border: 0;
    outline: none;
}


.ydy_logo {
    width: 90%;
    margin: 40px auto;
}

.ydy_logo img {}

.ydy_body {
    width: 1000px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
}

.ydy_body .links {
    width: 580px;
    height: 162px;
    display: flex;
    align-items: center;
    border-radius: 0px 30px 0px 30px;
    padding: 0 20px;
    margin: 0 20px;
    overflow: hidden;
    transition: all 0.3s;
}

.ydy_body .links:hover {
    box-shadow: 0 5px 10px 5px rgba(0, 0, 0, .1);
}

.ydy_body .links a {

display: flex;

align-items: center;

border-radius: 0px 30px 0px 30px;

padding: 0 5px 0px 5px;

margin: 0 5px 0px 5px;

overflow: hidden;
}

.ydy_body .links:nth-child(1) {
    background: #009b7c;
}

.ydy_body .links:nth-child(2) {
    background: #1473bf;
}

.ydy_body .links .links_img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 95px;
    margin: 0 30px;
}

.ydy_body .links .links_img:before {
    content: "";
    position: absolute;
    width: 95px;
    height: 95px;
    background: url(/zsgzc/img/ydy_ico03.png) center no-repeat;
    top: 0;
    left: 0;
    z-index: 9;
}

.ydy_body .links .links_img img {
    max-width: 40px;
}

.ydy_body .links .links_text {
    color: #fff;
    flex: 1;
    min-width: 0;
}

.ydy_body .links .links_text h2 {
    font-family: Microsoft YaHei;
    font-size: 32px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    line-height: 50px;
}

.ydy_body .links .links_text span {
    font-family: Microsoft YaHei;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #FFFFFF;
    opacity: 0.8;
}

.ydy_copyright {
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 80px;
    position: absolute;
    bottom: 0;
    width: 100%;
    margin: 0 auto;
}

.ydy_copyright p {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 16px;
}

.bodybg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.bodybg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 162px;
    background: url(/zsgzc/img/ydy_topbg.png)top repeat-x;
}

.bodybg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 122px;
    background: url(/zsgzc/img/ydy_endbg.png)top repeat-x;
}

.bodybg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ydy_body .links:hover .links_img:before {
    animation: rotate 2s linear infinite;
    /* 2???§???§?￠a??a?￠???¤?????￠a�??????￥?…a�???a�????ˉ?????…a�????￥?…a�??￠a�????????￠a�????…?????ˉ?????…a�????|?￠a??a�??????????￠a�??￠???????￥???????a???§?…?????ˉ */
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
        /* ???¨???μ???·???￥???§?￠a???1???¨???§?￠a??a?￠???￥???o???| */
    }

    to {
        transform: rotate(360deg);
        /* ???§?????￠a???“???|?????…?????¨???§?￠a??a?￠???￥???o???|???ˉ??????a�?360???￥???o???|???￥???????3???¤?????￠a�??????￥?…a�???a�????ˉ?????￠a???° */
    }
}

@media screen and (max-width: 900px) {
    .ydy_logo {
        width: 100%;
        text-align: center;
    }

    .ydy_logo img {
        max-width: 70%;
    }

    .ydy_body {
        width: 80%;
        display: block;
    }

    .ydy_body .links {
        margin: 15px auto;
        width: 100%;
        height: 90px;
        border-radius: 10px;
    }

    .ydy_body .links a {
        width: 100%;
        margin: 0;
        padding: 0 0;
    }

    .ydy_body .links .links_img {
        width: 60px;
        height: 60px;
        margin: 0 30px 0 0;
    }

    .ydy_body .links .links_img img {
        max-width: 26px;
    }

    .ydy_body .links .links_text h2 {
        font-size: 20px;
        line-height: 27px;
        margin: 0;
        padding: 0;
        font-weight: bold;
    }

    .ydy_body .links .links_text span {
        font-size: 12px;
        line-height: 24px;
    }

    .ydy_body .links .links_img:before {
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
    }

    .ydy_copyright p {
        font-size: 12px;
        line-height: 24px;
    }

    .ydy_copyright {
        padding: 0 33px;
        bottom: 15px;
    }

    .bodybg img {
        object-fit: cover;
    }
}
@media screen and (max-width: 500px) {
   
    .ydy_body .links .links_text h2 {
    font-size: 18px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    }
     .ydy_body .links .links_text span{
        font-size: 11px;
        height???ˉ?????…??14px;
        line-height: 0px;
    }
}
@media screen and (max-width: 380px) {
   
    .ydy_body .links .links_text h2 {
    font-size: 18px;
    line-height: 17px;
    margin: 0;
    padding: 0;
    font-weight: bold;
    }
     .ydy_body .links .links_text span{
        font-size: 9px;
        height???ˉ?????…??14px;
        line-height: 0px;
    }
}