.l-content {
    position: relative;
}

.l-content li {
    list-style: none;

}

.l-content li,
.l-content p,
.l-content h1,
.l-content h2,
.l-content h3,
.l-content h4,
.l-content ul {
    margin: 0;
}

.l-content ul {
    padding: 0;
}

.l-content .clearfix:before {
    content: " ";
    display: table;
}

.l-content .clearfix:after {
    content: " ";
    display: table;
    clear: both;
}

.l-content .banner {
    width: 1200px;
    margin: auto;
    position: relative;
}

.l-content .banner-text {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 20px;
    position: absolute;
    left: 1015px;
    bottom: 9px;
}


.l-content .part2 {
    width: 1200px;
    margin: auto;
    background-color: #ECEEF6;
    overflow: auto;
}

.l-content .part2-content {
    background-image: url("../images/p2-bg.png");
    margin: auto;
    width: 1120px;
    height: 567px;
    padding: 35px 38px 39px;
}

.l-content .part2-btn {
    width: 170px;
    height: 54px;
    background: #FFCA00;
    border-radius: 5px;
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 54px;
    text-align: center;
    margin: auto;
}

.l-content .part2-btn:first-child {
    margin-top: 40px;
}

.l-content .part2-text {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin: 26px 0;
}

.l-content .part2-text strong {
    color: #0F218B;
    font-weight: normal;
}

.l-content .part3 {
    width: 1200px;
    height: 1380px;
    margin: auto;
    background-image: url("../images/p3-bg.png");
    background-position: right center;
    overflow: auto;
    background-color: #ECEEF6;
}

.l-content .part3-title {
    background-image: url("../images/p3-title-bg.png");
    width: 612px;
    height: 150px;
    margin: 43px auto 0;
    font-size: 46px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 134px;
    text-align: center;
}

.l-content .part3-content {
    text-align: center;
    margin-top: -24px;
}

.l-content .part3-code {
    text-align: center;
    margin-top: 10px;
}

.l-content .part3-text {
    text-align: center;
    height: 30px;
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 30px;
    margin-top: 30px;
}

.l-content .part4 {
    width: 1200px;
    margin: auto;
    background: #ECEEF6;
}

.l-content .part4-content {
    background-image: url("../images/p4-bg.png");
    width: 1200px;
    height: 515px;
    margin: auto;
    overflow: auto;
    background-position: center;
}

.l-content .part4-title {
    background-image: url("../images/p4-title-bg.png");
    width: 431px;
    height: 150px;
    font-size: 46px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 137px;
    text-align: center;
    margin: 60px auto 0;
}

.l-content .part4-text {
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    text-align: center;
    font-size: 30px;
    margin-top: 15px;
}

.l-content .part4-text strong {
    color: #0F218B;
    font-weight: bold;
}

.l-content .part4-link {
    width: 492px;
    height: 80px;
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 80px;
    text-align: center;
    background-image: url("../images/p4-arrow.png");
    background-position: 30px center;
    background-color: #FFCA00;
    display: block;
    margin: 35px auto 0;
    background-repeat: no-repeat;
    text-decoration: none;
    border-radius: 5px;
}

.l-content .part5 {
    width: 1200px;
    margin: auto;
    background-color: #ECEEF6;
    background-image: url("../images/p5-bg.png");
    height: 633px;
    background-position: center;
}

.l-content .part5-content {
    width: 1120px;
    margin: auto;
    overflow: auto;
}

.l-content .part5-title {
    height: 35px;
    font-size: 35px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 35px;
    position: relative;
    text-align: center;
    margin-top: 70px;
    margin-bottom: 44px;
}

.l-content .part5-title:before,
.l-content .part5-title:after {
    content: ' ';
    display: block;
    width: 440px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 17px;

}

.l-content .part5-title:before {
    left: 30px;
}

.l-content .part5-title:after {
    right: 30px;
}

.l-content .part5-text {
    font-size: 20px;
    font-family: Arial;
    font-weight: 400;
    color: #4A4A4A;
    line-height: 40px;
    margin-left: 32px;

    padding-left: 28px;
    position: relative;
}

.l-content .part5-text span {
    position: absolute;
    left: 0;
    top: 0;
}

.l-content .footer {
    height: 117px;
    background: #FFCA00;
    width: 1200px;
    margin: auto;
    overflow: auto;
}

.l-content .footer-content {
    padding-left: 82px;
    background-image: url("../images/email.png");
    background-position: left center;
    margin-left: 430px;
    margin-top: 30px;
    background-repeat: no-repeat;
}

.l-content .footer-name {
    font-size: 25px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    line-height: 25px;
}

.l-content .footer-mail {
    font-size: 34px;
    font-family: Arial;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
    margin-top: 6px;
}

