body {
    color: #262100;
}

body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
    margin: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 tahoma, '\5FAE\8F6F\96C5\9ED1', sans-serif
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%
}

em,
b {
    font-style: normal
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

img {
    border: 0
}

li {
    list-style: none outside none;
}

button,
input,
select,
textarea {
    font-size: 100%;
    outline: none
}

table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

td,
th,
ul,
ol {
    padding: 0
}

a:hover {
    text-decoration: none;
    filter: brightness(1.1);
}

.wrapout,
.SDGCOPYRIGHT-wrap20130425 {
    min-width: 1400px;
}

.wrapout {
    width: 100%;
    background: url(https://static.web.sdo.com/fyhj/act/202602tog/wrapout.jpg) no-repeat center top;
}

.wrap {
    position: relative;
    width: 1400px;
    height: 1440px;
    margin: 0 auto;
    background: url(https://static.web.sdo.com/fyhj/act/202602tog/wrap.jpg) no-repeat center top;
}

.wrap .btns a {
    position: absolute;
    width: 208px;
    height: 208px;
    display: block;
    text-indent: -999em;
    background: url(https://static.web.sdo.com/fyhj/act/202602tog/btns_bg.png) no-repeat;
}

.wrap .btns a::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    display: block;
    transition: all 0.5s ease;
}

.wrap .btns a.link1 {
    top: 920px;
    left: 318px;
}

.wrap .btns a.link2 {
    top: 920px;
    left: 596px;
}

.wrap .btns a.link3 {
    top: 920px;
    left: 874px;
}

.wrap .btns a.link4 {
    top: 1043px;
    left: 178px;
}

.wrap .btns a.link5 {
    top: 1043px;
    left: 458px;
}

.wrap .btns a.link6 {
    top: 1043px;
    left: 735px;
}

.wrap .btns a.link7 {
    top: 1043px;
    left: 1014px;
}

.wrap .btns a.link1::after {
    background-image: url(https://static.web.sdo.com/fyhj/act/202602tog/btn1.png);
}

.wrap .btns a.link2::after {
    background-image: url(https://static.web.sdo.com/fyhj/act/202602tog/btn2.png);
}

.wrap .btns a.link3::after {
    background-image: url(https://static.web.sdo.com/fyhj/act/202602tog/btn3.png);
}

.wrap .btns a.link4::after {
    background-image: url(https://static.web.sdo.com/fyhj/act/202602tog/btn4.png);
}

.wrap .btns a.link5::after {
    background-image: url(https://static.web.sdo.com/fyhj/act/202602tog/btn5.png);
}

.wrap .btns a.link6::after {
    background-image: url(https://static.web.sdo.com/fyhj/act/202602tog/btn6.png);
}

.wrap .btns a.link7::after {
    background-image: url(https://static.web.sdo.com/fyhj/act/202602tog/btn7.png);
}

.wrap .btns a:hover::after {
    transform: scale(1.1);
}

.wrap .icon {
    position: absolute;
    top: 609px;
    left: 50%;
    width: 165px;
    height: 165px;
    display: block;
    margin-left: 112px;
}

.wrap .icon::after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(https://static.web.sdo.com/fyhj/act/202602tog/icon.png) no-repeat center top;
    animation: brightness 1s ease-in-out infinite alternate;
}

.wrap .icon::before {
    content: " ";
    position: absolute;
    top: 150px;
    left: 63px;
    width: 107px;
    height: 71px;
    background: url(https://static.web.sdo.com/fyhj/act/202602tog/icon-before.png) no-repeat center top;
    animation: swing 1.5s ease-in-out infinite alternate;
    transform-origin: top center;
}

@keyframes swing {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}

@keyframes brightness {
    0% {
        filter: brightness(1);
    }

    100% {
        filter: brightness(1.2);
    }
}