.banner_brand {
    height: 400px;
    background: url(/images/copyright/ban1.jpg) no-repeat center top;
}

    .banner_brand img {
        display: none;
    }

.top_form {
    width: 1200px;
    background: #fff;
    height: 200px;
    box-shadow: 0 5px 10px -2px #eee;
    margin: -80px auto 82px;
    padding-top: 30px;
}

    .top_form .advantage1200 {
        width: 891px;
        margin: 0 auto;
        height: 200px;
    }

        .top_form .advantage1200 h2 {
            font-size: 24px;
            color: #333;
            line-height: 24px;
            height: 52px;
            font-weight: normal;
        }

            .top_form .advantage1200 h2 span {
                font-size: 16px;
                padding-left: 36px;
            }

                .top_form .advantage1200 h2 span i {
                    font-style: normal;
                    color: #ee1818;
                }

        .top_form .advantage1200 .form form {
            font-size: 0;
            margin-bottom: 20px;
        }

        .top_form .advantage1200 .form input {
            font-size: 14px;
            border: none;
            line-height: 50px;
            padding-left: 22px;
        }

            .top_form .advantage1200 .form input:nth-child(1) {
                width: 229px;
                height: 50px;
                border: 1px solid #d6d6d6;
                border-radius: 2px;
                border-top-right-radius: 0;
                border-bottom-right-radius: 0;
                box-sizing: border-box;
            }

            .top_form .advantage1200 .form input:nth-child(2) {
                width: 229px;
                height: 50px;
                border-top: 1px solid #d6d6d6;
                border-bottom: 1px solid #d6d6d6;
                box-sizing: border-box;
            }

            .top_form .advantage1200 .form input:nth-child(3) {
                width: 229px;
                height: 50px;
                border: 1px solid #d6d6d6;
                border-radius: 2px;
                border-top-left-radius: 0;
                border-bottom-left-radius: 0;
                box-sizing: border-box;
            }

            .top_form .advantage1200 .form input:nth-child(4) {
                width: 170px;
                height: 52px;
                border: 1px solid #d6d6d6;
                border-radius: 2px;
                box-sizing: border-box;
                background-color: #f93333;
                color: #fff;
                text-align: center;
                padding-left: 0;
                font-size: 18px;
            }

        .top_form .advantage1200 .form .form_text {
            color: #666;
            line-height: 14px;
        }

            .top_form .advantage1200 .form .form_text div {
                float: left;
                width: 46%;
                height: 18px;
                overflow: hidden;
            }

                .top_form .advantage1200 .form .form_text div ul li div {
                    display: inline-block;
                }

            .top_form .advantage1200 .form .form_text .marqu02 {
                float: right;
                background: red;
            }

.advantage {
    height: auto;
}

    .advantage .line {
        width: 852px;
        height: 1px;
        background-color: #d2d2d2;
        margin: 0 auto;
        position: relative;
        margin-bottom: 67px;
    }

        .advantage .line h2 {
            display: inline-block;
            padding: 0 36px;
            height: 26px;
            line-height: 26px;
            text-align: center;
            font-size: 26px;
            position: absolute;
            background-color: #fff;
            top: -13px;
            left: 50%;
            transform: translateX(-50%);
            font-weight: normal;
            color: #555;
        }

    .advantage .advantage1200 {
        width: 1200px;
        margin: 0 auto;
        height: auto;
    }

        .advantage .advantage1200 .line {
            margin-bottom: 57px;
        }

        .advantage .advantage1200 .register_con {
            overflow: hidden;
            margin-bottom: 79px;
            padding-top: 10px;
        }

            .advantage .advantage1200 .register_con .le {
                width: 269px;
                height: 392px;
                border: 1px solid #e5e5e5;
                background: url(/images/copyright/brand_lf.png) no-repeat;
                float: left;
                padding: 40px 40px 0;
                color: #fff;
                margin-right: 20px;
            }

                .advantage .advantage1200 .register_con .le h3 {
                    font-size: 24px;
                    line-height: 24px;
                    margin-bottom: 20px;
                    text-align: center;
                    font-weight: normal;
                }

                .advantage .advantage1200 .register_con .le p {
                    line-height: 24px;
                    font-size: 14px;
                    color: #fff;
                    text-align: center;
                }

            .advantage .advantage1200 .register_con .ri_list {
                float: left;
                width: 910px;
            }

                .advantage .advantage1200 .register_con .ri_list li {
                    float: left;
                    width: 291px;
                    height: 186px;
                    border: 1px solid #dcdcdc;
                    margin: 0 18px 19px 0;
                    position: relative;
                }

                    .advantage .advantage1200 .register_con .ri_list li:hover {
                        background: #fff;
                        box-shadow: 0 0 10px 0px #ddd;
                    }

                        .advantage .advantage1200 .register_con .ri_list li:hover p {
                            color: #f93333;
                        }

                    .advantage .advantage1200 .register_con .ri_list li h3 {
                        color: #f93333;
                        font-size: 18px;
                        font-weight: normal;
                        text-align: center;
                        line-height: 18px;
                        padding: 19px 0;
                    }
.activity_contain {
    position: absolute;
    right: 0;
    top: 0;
}
.activity_box {
    width: 0;
    height: 0;
    border-top: 60px solid #ff3334;
    border-left: 76px solid transparent;
    position: relative;
}

.activity_box2 {
    width: 0;
    height: 0;
    border-top: 28px solid #fff;
    border-left: 36px solid transparent;
    position: absolute;
    top: -60px;
    right: 0;
}

.activity_text {
    width: 100px;
    transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    -moz-transform: rotate(38deg);
    -webkit-transform: rotate(38deg);
    -o-transform: rotate(38deg);
    position: absolute;
    top: 13px;
    left: 0px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.advantage .advantage1200 .register_con .ri_list li p {
    color: #555;
    font-size: 14px;
    text-align: center;
    line-height: 14px;
    margin-bottom: 20px;
}

.advantage .advantage1200 .register_con .ri_list li .price {
    text-align: center;
    color: #777777;
    line-height: 14px;
}

    .advantage .advantage1200 .register_con .ri_list li .price span {
        color: #f93333;
    }

    .advantage .advantage1200 .register_con .ri_list li .price i {
        font-style: normal;
        text-decoration: line-through;
        padding-left: 20px;
    }

.advantage .advantage1200 .register_con .ri_list li a {
    display: block;
    margin: 0 auto;
    width: 115px;
    height: 34px;
    background-color: #ff4e00;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    margin-top: 28px;
    text-decoration: none;
}

.advantage .advantage1200 .register_con .ri_list li:nth-child(3) {
    margin-right: 0;
}

.advantage .advantage1200 .register_con .ri_list li:nth-child(6) {
    margin-right: 0;
}

.advantage .advantage1200 .ri_list02 {
    display: none;
}

.why .advantage1200 {
    width: 100%;
    padding: 69px 0 50px 0;
    background: linear-gradient(to top,#f8482c,#f9831c );
}

    .why .advantage1200 .ullist {
        width: 1200px;
        margin: 0 auto;
    }

        .why .advantage1200 .ullist li {
            width: 385px;
            height: 187px;
            background-color: #fff;
            padding-top: 64px;
            padding-left: 22px;
            position: relative;
            margin: 0 20px 19px 0;
            float: left;
        }

            .why .advantage1200 .ullist li:nth-child(3) {
                margin-right: 0;
            }

            .why .advantage1200 .ullist li:nth-child(6) {
                margin-right: 0;
            }

            .why .advantage1200 .ullist li:hover {
                box-shadow: 0 6px 10px -1px #9c9da224;
            }

            .why .advantage1200 .ullist li .title:hover, .why .advantage1200 .ullist li .descrip:hover {
                color: #ff0000;
            }

            .why .advantage1200 .ullist li .title {
                text-align: left;
                height: 26px;
                font-weight: normal;
                color: #555;
                line-height: 26px;
                margin-bottom: 16px;
            }

                .why .advantage1200 .ullist li .title span {
                    display: inline-block;
                    width: 54px;
                    height: 20px;
                    background: #eee;
                    text-align: center;
                    line-height: 20px;
                    border-radius: 4px;
                    color: #ff0000;
                    margin-left: 13px;
                    font-size: 16px;
                }

                .why .advantage1200 .ullist li .title::before {
                    content: '';
                    display: inline-block;
                    width: 5px;
                    height: 26px;
                    background: #ff0000;
                    border-radius: 56px;
                    vertical-align: middle;
                    margin-right: 10px;
                }

            .why .advantage1200 .ullist li img {
                position: absolute;
                right: 47px;
                top: 50%;
                transform: translateY(-50%);
            }

            .why .advantage1200 .ullist li .descrip {
                font-size: 14px;
                color: #777;
                line-height: 14px;
                padding-left: 12px;
            }

.select {
    background: #fff;
    padding-bottom: 74px;
}

    .select .advantage1200 {
        background: url(/images/copyright/advante_bg.png) no-repeat top center;
        padding-top: 93px;
        background-size: 100% auto;
    }

        .select .advantage1200 .ullist {
            width: 100%;
            height: 291px;
            border: 1px solid #d2d2d2;
            padding: 48px 0;
            margin-bottom: 51px;
        }

            .select .advantage1200 .ullist li {
                width: 299px;
                height: 192px;
                border-right: 1px dashed #d2d2d2;
                text-align: center;
                float: left;
            }

                .select .advantage1200 .ullist li:hover p {
                    color: #f95a53;
                }

                .select .advantage1200 .ullist li img {
                    margin-bottom: 35px;
                }

                .select .advantage1200 .ullist li p {
                    color: #555;
                    font-size: 16px;
                    line-height: 28px;
                }

                .select .advantage1200 .ullist li:nth-child(4) {
                    border: none;
                }

        .select .advantage1200 .advantise {
            width: 100%;
        }

.brpath {
    margin-bottom: 63px;
    height: 440px;
    background: #fce4b9;
    padding-top: 60px
}

    .brpath .pathImg {
        width: 100%;
    }

.question {
    padding-bottom: 91px;
}

    .question .advantage1200 {
        background: #f7f7f7;
    }

        .question .advantage1200 .form_con {
            overflow: hidden;
        }

            .question .advantage1200 .form_con .form_left {
                float: left;
                width: 904px;
                height: 338px;
                border-radius: 4px;
                position: relative;
            }

                .question .advantage1200 .form_con .form_left .title {
                    width: 100%;
                    height: 56px;
                    background: #ed3129;
                    border-radius: 4px;
                    margin-bottom: 38px;
                }

                    .question .advantage1200 .form_con .form_left .title h3 {
                        float: left;
                        width: 125px;
                        font-weight: normal;
                        font-size: 18px;
                        line-height: 56px;
                        padding-left: 16px;
                        box-sizing: border-box;
                        color: #fff
                    }

                    /*                    .question .advantage1200 .form_con .form_left .title .input {
                        margin: 11px 87px 0 0;
                        width: 276px;
                        height: 34px;
                        background: #fff;
                        border-radius: 5px;
                        float: right;
                        text-align: left;
                        padding-left: 12px;
                    }*/

                    .question .advantage1200 .form_con .form_left .title .input span {
                        display: inline-block;
                        width: 18px;
                        height: 14px;
                        background: url(../img/search_icon.png) no-repeat;
                        vertical-align: middle;
                    }

                    .question .advantage1200 .form_con .form_left .title .input input {
                        height: 34px;
                        line-height: 12px;
                        color: #777;
                        border: none;
                    }

                .question .advantage1200 .form_con .form_left .book {
                    width: 180px;
                    height: 153px;
                    background: url(/images/copyright/book.png) no-repeat left top;
                    position: absolute;
                    bottom: 54px;
                    right: 28px;
                }

                .question .advantage1200 .form_con .form_left .ul_list {
                    width: 650px;
                    padding-left: 17px;
                }

                    .question .advantage1200 .form_con .form_left .ul_list li {
                        padding-bottom: 26px;
                    }

                        .question .advantage1200 .form_con .form_left .ul_list li .q {
                            font-size: 16px;
                            color: #555555;
                            line-height: 16px;
                            padding-bottom: 20px;
                        }

                            .question .advantage1200 .form_con .form_left .ul_list li .q span {
                                display: inline-block;
                                width: 6px;
                                height: 6px;
                                background-color: #f95a53;
                                vertical-align: middle;
                                margin-right: 10px;
                            }

                            .question .advantage1200 .form_con .form_left .ul_list li .q:hover {
                                color: #f95a53;
                                text-decoration: underline;
                            }

                        .question .advantage1200 .form_con .form_left .ul_list li .a {
                            color: #777777;
                            line-height: 14px;
                            overflow: hidden;
                            text-overflow: ellipsis;
                            white-space: nowrap;
                            padding-left: 20px;
                        }

                            .question .advantage1200 .form_con .form_left .ul_list li .a:hover {
                                color: #f95a53;
                            }

            .question .advantage1200 .form_con .form_right {
                float: left;
                width: 296px;
                height: 338px;
                background: url(/images/copyright/form_bg.png) no-repeat;
                padding-top: 20px;
            }

                .question .advantage1200 .form_con .form_right h3 {
                    font-size: 20px;
                    text-align: center;
                    line-height: 20px;
                    color: #fff;
                    margin-bottom: 48px;
                }

                .question .advantage1200 .form_con .form_right div {
                    width: 260px;
                    margin: 0 auto 12px;
                }

                    .question .advantage1200 .form_con .form_right div input {
                        height: 40px;
                        width: 260px;
                        border: 1px solid #d2d2d2;
                        line-height: 40px;
                        padding: 0 20px;
                    }

                .question .advantage1200 .form_con .form_right .tisi {
                    color: #fff;
                    font-size: 12px;
                    height: 19px;
                    line-height: 19px;
                    margin-top: 14px;
                }

                    .question .advantage1200 .form_con .form_right .tisi span {
                        width: 21px;
                        display: inline-block;
                        height: 23px;
                        background: url(../img/laba.png) no-repeat left top;
                        vertical-align: middle;
                        margin-right: 14px;
                    }

                    .question .advantage1200 .form_con .form_right .tisi i {
                        font-style: normal;
                        color: #f5f20c;
                    }

                .question .advantage1200 .form_con .form_right a {
                    width: 259px;
                    height: 44px;
                    background-color: #fff;
                    line-height: 44px;
                    text-align: center;
                    color: #f95a53;
                    display: block;
                    margin: 0 auto;
                    text-decoration: none;
                    font-size: 18px;
                }

.company {
    background: #ebebeb;
    height: 351px;
    padding-top: 47px;
}

    .company .line h2 {
        background: #ebebeb;
    }

    .company .company_con {
        width: 1188px;
        height: 178px;
        background: url(/images/copyright/company.png);
        margin: 0 auto;
    }

.freeIssue {
    position: fixed;
    left: 0;
    bottom: 460px;
}

.advantise02 {
    display: none;
    width: 100%;
    height: 218px;
    background: url(/images/copyright/advertise_pc2.png) no-repeat center top;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 9;
}

    .advantise02 .form {
        width: 1200px;
        height: 140px;
        margin: 0 auto;
        padding-top: 124px;
        padding-left: 337px;
        position: relative;
    }

        .advantise02 .form .form_ {
            font-size: 0;
        }

            .advantise02 .form .form_ input {
                border: none;
                width: 200px;
                height: 50px;
                line-height: 50px;
                padding: 0 25px;
                margin-right: 20px;
                font-size: 14px;
                color: #888;
            }

                .advantise02 .form .form_ input[type="button"] {
                    width: 189px;
                    height: 50px;
                    margin-right: 0;
                    background: #f86f00;
                    color: #fff;
                    cursor: pointer;
                }

        .advantise02 .form .close {
            width: 30px;
            height: 30px;
            background: url(/images/copyright/close.png) no-repeat top center;
            position: absolute;
            right: -35px;
            top: 91px;
            z-index: 10;
            opacity: 1;
        }

.foot {
    padding-bottom: 0;
}

@media screen and (max-width: 1440px) {
    .freeIssue img {
        width: 80%;
        height: auto
    }
}
