.part6{height: 360px;}

.index-title{padding: 60px 0 30px;}

.form-box{width: 920px;margin: 20px auto 80px;font-size: 0;}
.form-box ._item{ margin-right: 10px; overflow: hidden; float: left;}
.form-box label,.form-box .form-input,.form-box .form-text{display: block;box-sizing: border-box;margin: 5px 0;font-size: 16px;float: left;}
.form-box label,.form-box .form-input{height: 35px;}
.form-box .form-input,.form-box .form-text{border: 1px solid #ccc;border-radius: 5px; font-family: initial; font-size: initial;}
.form-box label{text-align: right;line-height: 33px;}
.form-box label.w{width: 100px;}
.form-box .form-input{width: 227px;padding: 10px;}
.form-box .form-input.w{width: 260px;}
.form-box .form-text{width: 830px;height: 80px;padding: 10px;}
.apply-btn{ width: 300px; line-height: 61px; background-color: #0C50D9; text-align: center; margin: 30px auto 0;}
.apply-btn a{ display: block; font-size: 22px; color: #ffffff; font-weight: bold;}

@media only screen and (max-width: 1440px) {
    
}

@media only screen and (max-width: 1024px) {
    
}

@media only screen and (max-width: 540px) {
    .index-title{padding: 8vw 0 4px;font-size: 5vw !important;}
    .form-box{width: 90%;}
    .form-box label,.form-box .form-input,.form-box .form-text{width: 100% !important;}
    .form-box label{text-align: left;}
}

/* 疑问 */
.wrapper {
    width: 1334px;
    margin: 0 auto;
}

@media screen and (max-width: 1440px) {
    .wrapper {
        width: 1100px;
    }
}

@media screen and (max-width: 1280px) {
    .wrapper {
        width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .wrapper {
        width: calc(100% - 40px);
    }
}

.index-yiwen {
    background-color: #f5fcff;
}

.index-yiwen .wrapper {
    position: relative;
}

.index-yiwen .wrapper .img {
    position: absolute;
    bottom: 0;
    right: -5%;
    width: 48.2009%;
}

.index-yiwen .wrapper .img img {
    width: 100%;
}

.index-yiwen .info {
    padding: 50px 0 36px;
}

.index-yiwen .info h2 {
    color: #2183e9;
    margin-bottom: 25px;
}

.index-yiwen .info p {
    max-width: 48.87556%;
    line-height: 1.6;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.index-yiwen .jd-info {
    display: flex;
    display: -webkit-flex;
    align-items: center;
}

.index-yiwen .jd-info .qrc {
    width: 104px;
    margin-right: 19px;
}

.index-yiwen .jd-info .qrc img {
    width: 100%;
}

.index-yiwen .jd-info .txt {
    line-height: 1.6;
    font-weight: bold;
}

@media screen and (max-width: 1024px) {
    .index-yiwen .wrapper .img {
        right: 0;
    }
}

@media screen and (max-width: 768px) {
    .index-yiwen .info p {
        max-width: 100%;
    }

    .index-yiwen .wrapper .img {
        position: relative;
        margin: 0 auto;
    }
}

@media screen and (max-width: 750px) {
    .index-yiwen .info h2 {
        font-weight: bold;
        margin-bottom: 10px;
    }

    .index-yiwen .info h2 span {
        display: block;
    }

    .index-yiwen .jd-info {
        justify-content: center;
    }

    .index-yiwen .wrapper .img {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .index-yiwen .wrapper .img {
        width: 100%;
    }
}