﻿* {
    margin     : 0;
    padding    : 0;
    font-family: Microsoft Yahei;
}

html {
    height: 100%;
}

body {
    min-width: 1130px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline-width: 0
}

img {
    border-style: none
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

a {
    text-decoration: none
}

input,
textarea,
button {
    border : 0;
    outline: 0;
    padding: 0;
    margin : 0
}

body {
    display       : flex;
    flex-direction: column;
    align-items   : center;
}

.r1 {
    width         : 100%;
    min-width     : 1130px;
    height        : 800px;
    background    : #FFFFFF;
    position      : relative;
    display       : flex;
    flex-direction: row;

    justify-content: center;
    box-sizing     : border-box;
    padding-top    : 110px;
}

.r1 .l_img {
    margin-right: 180px;
}

.r1 .l_img {
    width : 310px;
    height: 625px;
}

.r1 .l_img img {
    display: block;
    width  : 100%;
}

.r1 .r_des {
    margin-top: 81px;
}

.r1 .r_des img {
    width  : 72px;
    display: inline-block;margin-right: 18px;
}

.r1 .r_des h1 {
    font-family: PingFangSC-Semibold;
    font-size: 40px;
    color: #333333;
    display: flex;
    align-items: center;
}
.r1 .r_des h2{font-family: PingFangSC-Semibold;
    font-size: 44px;
    color: #000000; line-height: 1;margin: 62px 0 12px 0;}
.r1 p {
    font-family: PingFangSC-Thin;
    font-size: 22px;
    color: #000000;
    letter-spacing: 0;
    line-height: 36px;
}

.r1 .btns {
    padding-top: 85px;
}

.r1 .btns .waitbtn {
    width          : 285px;
    height         : 55px;
    background: #FFFFFF;
    border: 2px solid #000000;
    border-radius: 27px;
    display        : block;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #1E1E20; line-height: 55px; text-align: center;
}


footer {
    height         : 120px;
    width          : 100%;
    background     : #F5F5F7;
    font-family    : PingFangSC-Medium;
    font-size      : 14px;
    color          : #666666;
    letter-spacing : 0;
    text-align     : center;
    line-height    : 24px;
    font-weight    : 500;
    display        : flex;
    flex-direction : column;
    justify-content: center;
}

footer a {
    font-family   : PingFangSC-Medium;
    font-size     : 14px;
    color         : #666666;
    letter-spacing: 0;
    text-align    : center;
    line-height   : 24px;
    font-weight   : 500;
    margin        : 0px 10px;
}

footer a:hover {
    color: #333;
}


.announcement {
    height  : 70px;
    position: absolute;
    top     : 0;
    width   : 100%;
    z-index : 1;
    left: 0;
    min-width: 695px;
}