html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input{
    outline: none;
}

/*头部*/
.main_wrap{
    background: #f7f8fd;
}
.header{
    width: 100%;
    height: 120px;
    background: #1329AB;
}
.header_inner{
    width: 1152px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.logo{
    height: 72px;
    margin-top: 25px;
}
.logo_text{
    font-size: 30px;
    color: #FFFFFF;
    position: absolute;
    margin-left: 10px;
    top: 46px;
}
.top_right{
    height: 100%;
    float: right;
}
/*内容*/
.content{
    width: 1152px;
    margin: 30px auto 40px;
    background: #fff;
    padding: 40px 110px;
    box-sizing: border-box;
}
.content_title{
    font-size: 30px;
    color: #333333;
    text-align: center;
}
.content_remark{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}
.floor_first{
    margin-top: 35px;
    padding: 0 30px 50px;
    border-left: 1px dashed #D8DBE4;
    border-bottom: 1px dashed #D8DBE4;
    border-radius: 10px;
    position: relative;
}
.wxts_img{
    position: absolute;
    top: 0;
    right: 0;
}
.floor_title{
    font-size: 22px;
    color: #1329AB;
    margin-left: -40px;
}
.floor_title span:nth-of-type(1){
    font-size: 30px;
    margin-right: 10px;
}
.floor_first_text li:nth-of-type(1),.floor_first_text li:nth-of-type(2){
    width: 50%;
}
.floor_first_text li{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 16px;
    position: relative;
    padding-left: 15px;
}
.floor_first_text li a{
    text-decoration: none;
}
.floor_first_text li:before{
    content: "";
    width: 6px;
    height: 6px;
    background: #1329AB;
    position: absolute;
    left: 0;
    top: 8px;
}

.floor_third{
    border-left: 1px dashed #D8DBE4;
    border-bottom: 1px dashed #D8DBE4;
    border-radius: 10px;
    position: relative;
    height: 248px;
}
.floor_third_title{
    font-size: 22px;
    color: #1329AB;
    position: absolute;
    top: 60px;
    left: -10px;
}
.floor_third_text{
    font-size: 16px;
    color: #333333;
    position: absolute;
    left: 30px;
    top: 105px;
}
.erw_img{
    position: absolute;
    top: 35px;
    right: 90px;
}
.floor_third_title span:nth-of-type(1){
    font-size: 30px;
    margin-right: 20px;
}

.floor_second{
    padding: 30px 30px 50px;
    border-right: 1px dashed #D8DBE4;
    border-bottom: 1px dashed #D8DBE4;
    border-radius: 10px;
    position: relative;
    height: 664px;
}
.floor_second_title{
    text-align: right;
    font-size: 22px;
    color: #1329AB;
    margin-right: -40px;
    margin-bottom: 14px;
}
.floor_second_title span:nth-of-type(2){
    font-size: 30px;
    margin-left: 10px;
}
.bkbys_img{
    float: left;
    margin-top: 60px;
}
.bkbys_btn{
    background: #1329AB;
    border-radius: 3px;
    height: 44px;
    width: 142px;
    color: #fff;
    border: none;
    float: right;
}
.bkbys_text{
    width: 54%;
    float: right;
}
.bkbys_text li{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 16px;
    position: relative;
    padding-left: 11px;
}
.bkbys_text li:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 1px solid #5F6EC7;
    top: 10px;
    left: -4px;
}
.yjsbys_btn{
    background: #E66D68;
    border-radius: 3px;
    width: 142px;
    height: 44px;
    border: none;
    color: #fff;
    float: left;
}
.yjsbys_text{
    width: 54%;
    float: left;
}
.yjsbys_text li{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-top: 16px;
    position: relative;
    padding-left: 11px;
}
.yjsbys_text li:before{
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    border: 1px solid #EE9C99;
    top: 10px;
    left: -4px;
}
.yjsbys_img{
    float: left;
    margin-top: 60px;
}

.remarks{
    font-size: 16px;
    color: #151515;
    margin-top: 30px;
}
.remarkss{
    font-size: 16px;
    color: #151515;
    margin-top: 8px;
}
.remarks span{
    color: #E66D68;
}
.helps{
    margin-top: 30px;
    font-size: 16px;
    color: #333333;
}
.helps a{
    text-decoration: none;
    margin-right: 10px;
}
.main_btn{
    text-align: center;
    margin-top: 30px;
}
.main_btn button{
    width: 174px;
    height: 48px;
    background: #429DFF;
    border-radius: 4px;
    color: #fff;
    border: none;
}

.footer{
    height: 44px;
    width: 100%;
    background: #1329AB;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 12px;
}
