@charset "utf-8";
/* CSS Document */
html, body {
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

img, input {
    display: block;
}

select {
    border: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: transparent;
}

input, textarea {
    border: none;
    outline: none;
    background: transparent;
}

.clearfix {
    clear: both;
}

.sy_cntr {
    width: 7.5rem;
    height: 100%;
    margin: 0 auto;
}

.sy_imgCntr {
    width: 100%;
    height: 5.6rem;
}

.sy_iconCntr {
    width: 2rem;
    height: 2rem;
    background: #fff;
    border-radius: 50%;
    margin: -1rem auto 0 auto;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.sy_icon {
    width: .8rem;
    height: .8rem;
}

.sy_title {
    width: 6.9rem;
    font-size: .4rem;
    color: #333;
    text-align: center;
    font-weight: bolder;
    margin: .6rem auto 0 auto;
}

.sy_desc {
    width: 6.9rem;
    font-size: .32rem;
    color: #666;
    text-align: center;
    line-height: 150%;
    margin: .5rem auto 0 auto;
}

.sy_txt {
    width: 6.9rem;
    font-size: .32rem;
    color: #999;
    text-align: center;
    line-height: 170%;
    margin: .4rem auto 0 auto;
}

.sy_img {
    width: 100%;
    height: 100%;
}

.sy_ar {
    width: .5rem;
    height: .5rem;
    position: fixed;
    bottom: 8%;
    left: 50%;
    margin-left: -.25rem;
    animation: sy_ar 1s infinite;
    animation-fill-mode: both;
    opacity: 0;
}

@keyframes sy_ar {

    from {
        bottom: 8%;
        opacity: 0;
    }

    to {
        bottom: 10%;
        opacity: 1;
    }
}

.footer {
    width: 100%;
    height: .98rem;
    background: #333;
    position: fixed;
    bottom: 0;
    left: 0;
}

.footerMenu {
    float: left;
    width: 33.33%;
    height: 100%;
    font-size: .34rem;
    color: #fff;
    text-align: center;
    line-height: .98rem;
    border-right: .01rem solid #666;
}

.onFooter {
    background: #fff;
    color: #333;
    font-weight: bolder;
    border-top: .01rem solid #d6d7dc;
}

.footerMenu:nth-last-of-type(1) {
    border-right: none;
}

.cy_cntr {
    width: 7.5rem;
    height: 100%;
    margin: 0 auto;
}

.cy_img {
    width: 100%;
    margin: 0 auto;
}

.cy_name {
    width: 6.9rem;
    font-size: .4rem;
    color: #333;
    text-align: center;
    font-weight: bolder;
    margin: .5rem auto 0 auto;
}

.cy_zw {
    width: 6.9rem;
    font-size: .32rem;
    color: #666;
    text-align: center;
    line-height: 150%;
    margin: .2rem auto 0 auto;
}

.cy_txt {
    width: 6.9rem;
    font-size: .28rem;
    color: #999;
    text-align: center;
    line-height: 150%;
    margin: .4rem auto 0 auto;
}
