﻿* {
    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;
    background    : #f5f5f5;
    min-width     : 1000px;
    
}

.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    : 103px;
    background     : url(http://wpp.hyhuo.com/img/img_dibu.jpg) no-repeat center bottom;
    background-size: 100% auto;
    padding-top    : 8%;
    margin-bottom  : 500px;
}

.r1 .l_img {
    margin-right: 103px;
    width       : 603px;

}

.r1 .l_img img {
    display: block;
    width  : 100%;
}

.r1 .r_des {
    margin-top: 90px;
}

.r1 .r_des img {
    width  : 72px;
    display: block;
}

.r1 .r_des h1 {
    font-family   : PingFangSC-Medium;
    font-size     : 72px;
    color         : #000000;
    letter-spacing: 0;
    line-height   : 80px;
    font-weight   : 500;
}

.r1 p {
    font-family   : PingFangSC-Medium;
    font-size     : 36px;
    color         : #333333;
    letter-spacing: 0;
    font-weight   : 500;
    margin        : 31px 0 27px 0;
}

.r1 span {
    font-family   : PingFangSC-Medium;
    font-size     : 20px;
    color         : #666;
    letter-spacing: 0;
    font-weight   : 500;
}

.r1 .btns {
    padding-top: 45px;
}

.r1 .btns .waitbtn {
    width         : 160px;
    height        : 60px;
    background    : #1668FF;
    border-radius : 13px;
    display       : block;
    font-family   : PingFangSC-Medium;
    font-size     : 20px;
    color         : #FFFFFF;
    letter-spacing: 0;
    font-weight   : 500;
    text-align    : center;
    line-height   : 60px;
}




footer {
    height             : 130px;
    width              : 100%;
    font-family        : PingFangSC-Regular;
    font-size          : 18px;
    color              : #000;
    letter-spacing     : 0;
    text-align         : center;
    font-weight        : 400;
    background         : url(http://wpp.hyhuo.com/img/webbg.png) no-repeat;
    bottom             : 0;
    background-position: bottom center;
    position           : fixed;
    bottom             : 0;
    line-height        : 200px;
    left               : 0;
}

footer a {
    font-family        : PingFangSC-Regular;
    font-size          : 18px;
    color              : #000;
    letter-spacing     : 0;
    text-align         : center;
    font-weight        : 400;
}

footer a:hover {
    color: #eee;
}

header {
    padding-top: 30px;
    position   : absolute;
    left       : 20%;
}

header img {
    width : 132px;
    height: 52px;
}
