/* css reset */
body {
    font-size: 12px;
    font-family: 'Microsoft Yahei';
    overflow-x: hidden;
    background-color: #fff;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
nl,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
a,
b,
strong,
object,
iframe,
label,
img,
blockquote,
ins,
del,
select,
form,
input,
textarea,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

a {
    text-decoration: none;
}

li {
    list-style: none outside none;
}

fieldset,
img {
    border: 0 none;
}

img {
    padding: 0;
    margin: 0;
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
    font-size: 12px;
    font-weight: normal;
}

textarea {
    resize: none
}

input:focus,
select:focus,
textarea:focus,
a:focus {
    outline: 0 none
}

label {
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}

em,
cite,
dfn {
    font-style: normal;
}

.clearboth {
    width: 100%;
    clear: both;
    float: none;
    margin: 0;
    padding: 0;
    font-size: 0px;
    height: 0px;
    overflow: hidden;
}

.clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.hidden {
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.center {
    text-align: center;
}

.tright {
    text-align: right;
}

.ti {
    text-indent: -999em;
}

.none {
    display: none;
}

.tia a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/*content*/
.SDGCOPYRIGHT-wrap20130425 {
    min-width: 1400px;
}

.wrapout {
    width: 100%;
    min-width: 1400px;
    max-width: 2560px;
    margin: 0 auto;
    background: url(https://static.web.sdo.com/aion/pic/project/Ayiling/img/wrapout.jpg) no-repeat 50% 0;
}

.wrap {
    position: relative;
    width: 1400px;
    margin: 0 auto;
}

.sec_01 h1 {
    display: none;
}

.o-link {
    position: absolute;
    top: 32px;
    right: 22px;
    color: #000;
    line-height: 22px;
    text-align: right;
    font-size: 14px;
}

.o-link a {
    display: inline-block;
    margin-left: 1em;
    color: inherit;
}

.o-link a:hover {
    text-decoration: underline;
}

.logo {
    position: absolute;
    top: 22px;
    left: 22px;
    width: 217px;
    height: 76px;
    display: block;
}

.section {
    height: 575px;
}

.sec_01 {
    background: url(https://static.web.sdo.com/aion/pic/project/Ayiling/img/sec_01.jpg) no-repeat 50% 0;
}

.sec_02 {
    background: url(https://static.web.sdo.com/aion/pic/project/Ayiling/img/sec_02.jpg) no-repeat 50% 0;
}

.sec_03 {
    background: url(https://static.web.sdo.com/aion/pic/project/Ayiling/img/sec_03.jpg) no-repeat 50% 0;
}

.sec_04 {
    background: url(https://static.web.sdo.com/aion/pic/project/Ayiling/img/sec_04.jpg) no-repeat 50% 0;
}

.sec_05 {
    background: url(https://static.web.sdo.com/aion/pic/project/Ayiling/img/sec_05.jpg) no-repeat 50% 0;
}

.sec_06 {
    background: url(https://static.web.sdo.com/aion/pic/project/Ayiling/img/sec_06.jpg) no-repeat 50% 0;
}

.sec_07 {
    background: url(https://static.web.sdo.com/aion/pic/project/Ayiling/img/sec_07.jpg) no-repeat 50% 0;
}

.sec_08 {
    background: url(https://static.web.sdo.com/aion/pic/project/Ayiling/img/sec_08.jpg) no-repeat 50% 0;
}

.actGotop {
    position: fixed;
    _position: absolute;
    bottom: 200px;
    left: 50%;
    margin-left: 600px;
    width: 40px;
    height: 40px;
    display: none;
}

.actGotop a,
.actGotop a:link {
    width: 40px;
    height: 40px;
    display: block;
    background: url(https://static.web.sdo.com/aion/pic/project/Ayiling/top.png) no-repeat;
}


body div#mask {
    display: none;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 900;
    filter: alpha(opacity=50);
    opacity: 0.50;
}

.popdetail {
    position: absolute;
    z-index: 1000;
    left: 50%;
    top: 50%;
}

.closepop {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 51px;
    top: 24px;
    z-index: 1001;
    cursor: pointer;
}

.popdetail {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.popdetail.show {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.btn-link {
    position: absolute;
    top: 1522px;
    width: 162px;
    height: 52px;
    display: block;
    text-indent: -999em;
}

.btn-link.b1 {
    left: 310px;
}

.btn-link.b2 {
    left: 618px;
}

.btn-link.b3 {
    left: 925px;
}

.btn-look {
    position: absolute;
    top: 2756px;
    left: 50%;
    width: 365px;
    height: 82px;
    display: block;
    margin-left: -177px;
    text-indent: -999em;
}

.btn-look2 {
    position: absolute;
    top: 2744px;
    left: 50%;
    width: 118px;
    height: 45px;
    display: block;
    text-indent: -999em;
    margin-left: 399px;
}

.preview_list li {
    position: absolute;
    width: 26px;
    height: 26px;
}

.preview_list li a {
    display: block;
    width: 100%;
    height: 100%;
}

.preview_list li.b1 {
    top: 2635px;
    left: 462px;
}


.preview_list li.b2 {
    top: 2635px;
    left: 667px;
}

#showBig {
    position: absolute;
    z-index: 100;
}

.login-btn {
    position: absolute;
    top: 918px;
    left: 616px;
    display: block;
    text-indent: -999em;
    width: 178px;
    height: 78px;
    background: url(https://static.web.sdo.com/aion/pic/project/Ayiling/login-btn.png) no-repeat;
}

.login-info {
    position: absolute;
    top: 998px;
    left: 50%;
    width: 400px;
    text-align: center;
    font-size: 22px;
    color: #11396c;
    line-height: 30px;
    margin-left: -200px;
}

.login-info a {
    color: #11396c;
    text-decoration: underline;
}

.login-info span {
    color: #ec262b;
}