* {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    font-family:Microsoft YaHei;
}
.clearfix {
    *zoom: 1
}
.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0
}
.border-box * {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -icab-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box
}

@media screen and (max-device-width:960px) {
    body {
        -webkit-text-size-adjust: none
    }
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
ul {
    list-style: none
}

ol {
    list-style: decimal inside
}
table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    text-decoration: none;
    cursor: pointer
}

a:hover {
    text-decoration: none
}

a:focus {
    outline: 0
}

span {
    color: inherit
}

a img {
    vertical-align: middle
}
body,html{
    min-width: 1200px;
}
body{
    overflow: auto;
    background: linear-gradient( 90deg, #236AEF 0%, #5518B3 100%);
}
.head{
    width: 100%;
    height: 400px;
    background: url("../img/img_banner.png");
    background-size: 100% 100%;
}
.main_body{
    width: 1200px;
    margin: 0 auto;
    padding: 35px 0;
    box-sizing: border-box;
}
.body_btn{
    display: flex;
    justify-content: space-between;
}
.body_btn .btn{
    width: 350px;
    line-height: 124px;
    background: url("../img/btn_bg.png");
    background-size: 100% 100%;
    font-weight: bold;
    font-size: 28px;
    color: #2848DF;
    text-align: center;
}
.body_text{
    margin-top: 60px;
}
.body_text .title{
    font-weight: bold;
    font-size: 40px;
    color: #FFFFFF;
    width: 428px;
    height: 148px;
    line-height: 160px;
    background: url("../img/title_bg.png");
    background-size: 100% 100%;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.body_text .cont{
    background: #FFFFFF;
    border-radius: 20px;
    border: 10px solid  rgba(100, 224, 255, 1);
    margin-top: -94px;
    padding: 95px 70px 60px 70px;
}
.body_text .cont .common_cont{
    margin-top: 50px;
}
.body_text .cont .common_cont .common_title{
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    padding-left: 30px;
    position: relative;
    margin-bottom: 25px;
}
.body_text .cont .common_cont .common_title:before{
    content: "";
    display: block;
    width: 6px;
    height: 26px;
    background: #2A5FE8;
    position: absolute;
    left: 0;
    top: 6px;
}
.body_text .cont .common_cont .common_text{
    
}
.body_text .cont .common_cont .common_text .tit{
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 20px;
}
.body_text .cont .common_cont .common_text .text{
    font-size: 18px;
    color: #333333;
    line-height: 34px;
}
.body_text .cont .common_cont .common_text .text .icon_pdf{
    width: 25px;
    height: 24px;
    background: url("../img/icon_pdf.png");
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.body_text .cont .common_cont .common_text .tit .icon_dot{
    width: 6px;
    height: 6px;
    background: url("../img/icon_dot.png");
    background-size: 100% 100%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}