* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}

html, body {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    margin: 0;
    padding: 0;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
    color: #333333;
}

a, button {
    outline: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    a:hover, button:hover {
        outline: none;
        text-decoration: none;
    }
/*--------------------------------------------------------------------------*/

.index_banner {
    background: no-repeat top center;
    background-size: cover;
    min-height: 551px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.index_1 {
    width: 100%;
    padding-top: 8%;
}

    .index_1 h1 {
        font-size: 60px;
        color: #fff;
        font-weight: bold;
    }

    .index_1 h2 {
        font-size: 20px;
        color: #fff;
        margin-bottom: 20px;
    }

        .index_1 h2 span {
            display: inline-block;
            border-bottom: 1px solid #fff;
            width: 5%;
            position: relative;
            bottom: 5px;
        }

    .index_1 p {
        font-size: 15px;
        color: #fff;
    }

.ibanner .slick-dots {
    bottom: 5%;
}

    .ibanner .slick-dots li.slick-active button:before {
        color: #FF9606;
    }

    .ibanner .slick-dots li button:before {
        opacity: 1;
        color: #86BC42;
    }

.index_2 {
    background-color: #242C42;
    min-height: 130px;
    line-height: 125px;
    position: relative;
    text-align: center;
    margin-top: -1px;
}

    .index_2 .form-control {
        background-color: #333F5E;
        border: 1px solid #FF9606;
        color: #fff;
        border-radius: 0;
        height: 48px;
        width: 20%;
        display: inline-block;
        vertical-align: middle;
    }

    .index_2 .btn-default {
        width: 48px;
        height: 48px;
        border-radius: 0;
        border: 0;
        margin-left: -3px;
        background: #FF9606 url(../image/icon_5.png) no-repeat;
        background-position: 9px -94px;
        border: 1px solid #FF9606;
        outline: none;
    }

    .index_2 .radio-inline {
        display: inline-flex;
        align-items: center;
        color: #fff;
        margin: 0 5px;
    }

    .index_2 .index_radio {
        display: inline-flex;
        align-items: center;
    }



.index_3 {
    text-align: center;
    margin: 50px auto;
}

    .index_3 h3 {
        color: #FF9606;
        font-size: 29px;
    }

        .index_3 h3 span {
            color: #85B93F;
        }

    .index_3 p {
        font-size: 15px;
        color: #464C5E;
        line-height: 30px;
    }

    .index_3 img {
        margin: 0 auto;
    }

.index_4 h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid #D4D4D4;
}

    .index_4 h3 a {
        float: right;
        font-size: 14px;
        color: #FF9606;
        display: block;
    }

        .index_4 h3 a i {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -552px -8px;
            position: relative;
            top: 3px;
            left: 5px;
        }

.index_5 {
    margin: 20px auto;
    overflow: hidden;
}

    .index_5 span {
        font-size: 15px;
        color: #FF9606;
    }

    .index_5 h2 {
        font-size: 19px;
        margin-top: 10px;
        font-weight: bold;
    }

    .index_5 p {
        font-size: 15px;
        color: #666666;
    }

    .index_5 a {
        font-size: 15px;
        color: #333333;
        float: right;
    }

        .index_5 a i {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -689px -8px;
            position: relative;
            top: 2px;
            left: 5px;
        }

        .index_5 a:hover {
            color: #FF9606;
        }

            .index_5 a:hover i {
                background-position: -552px -8px;
            }

.index_6 h3 {
    font-size: 19px;
    font-weight: bold;
    line-height: 50px;
    border-bottom: 1px solid #D4D4D4;
}

    .index_6 h3 a {
        float: right;
        font-size: 14px;
        color: #8CBF4D;
        display: block;
    }

        .index_6 h3 a i {
            display: inline-block;
            width: 12px;
            height: 12px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -598px -8px;
            position: relative;
            top: 3px;
            left: 5px;
        }

.index_6 .index_7 img {
    border: 8px solid #8CBF4D;
}

.index_6 .index_7 h2 {
    font-size: 18px;
    color: #31313F;
    font-weight: bold;
}

.index_6 .index_7 h3 {
    font-size: 15px;
    line-height: normal;
    border: 0;
    margin-top: 0;
}

.index_6 .index_7 p {
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 20px;
}

.index_6 .index_7 span {
    display: inline-block;
    font-size: 21px;
    font-weight: bold;
}

.index_6 .index_7 a {
    display: inline-block;
    font-size: 15px;
    color: #333;
    float: right;
    margin-top: 5px;
}

    .index_6 .index_7 a i {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -689px -8px;
        position: relative;
        top: 2px;
        left: 5px;
    }

    .index_6 .index_7 a:hover {
        color: #FF9606;
    }

        .index_6 .index_7 a:hover i {
            background-position: -552px -8px;
        }
/*stars*/

.stars {
    display: inline-block;
}

    .stars input.star {
        display: none;
    }

    .stars label.star {
        float: right;
        padding: 5px;
        transition: all .2s;
    }

    .stars input.star:checked ~ label.star:before {
        content: url(../image/index/star_2.png);
        transition: all .25s;
    }

    .stars input.star-5:checked ~ label.star:before {
        color: #FE7;
        text-shadow: 0 0 20px #952;
    }

    .stars input.star-1:checked ~ label.star:before {
        color: #F62;
    }

    .stars label.star:hover {
        transform: rotate(-15deg);
    }

    .stars label.star:before {
        content: url(../image/index/star.png);
    }
/*----------------------------------------------*/
.index_8 {
    background: #242C42 url(../image/index/pic_10.png) no-repeat center;
    background-size: cover;
    min-height: 488px;
}

.index_9 h3 {
    font-size: 29px;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 10px;
}

.index_9 img {
    margin: 0 auto;
}

.index_9 p {
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
}

.index_10 {
    display: inline-block;
    width: 19%;
    margin: 50px auto;
    text-align: center;
    vertical-align: top;
}

    .index_10 a i {
        display: inline-block;
        width: 55px;
        height: 55px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -2px -175px;
    }

    .index_10 a:hover i {
        background-position: -84px -175px;
    }

    .index_10 a .line_2 {
        border-bottom: 2px solid #86BC42;
        width: 20%;
        margin: 15px auto;
    }

    .index_10 a p {
        font-size: 18px;
        color: #fff;
    }

    .index_10 a:hover p {
        font-size: 18px;
        color: #FF9606;
    }

    .index_10 a .p2 {
        background-position: -168px -176px;
    }

    .index_10 a:hover .p2 {
        background-position: -250px -176px;
    }

    .index_10 a .p3 {
        background-position: -331px -175px;
    }

    .index_10 a:hover .p3 {
        background-position: -414px -175px;
    }

    .index_10 a .p4 {
        background-position: -496px -175px;
    }

    .index_10 a:hover .p4 {
        background-position: -578px -175px;
    }

    .index_10 a .p5 {
        background-position: -661px -175px;
    }

    .index_10 a:hover .p5 {
        background-position: -743px -175px;
    }

.index_11 {
    background-color: #E68705;
    width: 100%;
    min-height: 338px;
    padding-top: 60px;
    border: 1px solid #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    z-index: 9;
}

    .index_11:hover {
        background-color: #fff;
        box-shadow: 0px 0px 3px #ddd;
    }

.index_12 {
    background-color: #FF9606;
    width: 100%;
    min-height: 338px;
    padding-top: 60px;
    border: 1px solid #fff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    position: relative;
    z-index: 9;
}

    .index_12:hover {
        background-color: #fff;
        box-shadow: 0px 0px 3px #ddd;
    }

.index_11 .icon_1 {
    width: 130px;
    height: 130px;
    background: #FFCB82 url(../image/icon_5.png) no-repeat;
    background-position: -65px -226px;
    border-radius: 100%;
    margin: 0 auto;
}

.index_11:hover .icon_1 {
    background: #86BC42 url(../image/icon_5.png) no-repeat;
    background-position: 41px -226px;
}

.index_11 h4 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.index_11:hover h4 {
    color: #85BB41;
}

.index_11 .line_3 {
    border-bottom: 1px solid #fff;
    width: 15%;
    margin: 0 auto;
}

.index_11:hover .line_3 {
    border-bottom: 1px solid #85BB41;
}

.index_12 h4 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    padding-bottom: 15px;
}

.index_12:hover h4 {
    color: #85BB41;
}

.index_12 .line_3 {
    border-bottom: 1px solid #fff;
    width: 15%;
    margin: 0 auto;
}

.index_12:hover .line_3 {
    border-bottom: 1px solid #85BB41;
}

.index_12 .icon_2 {
    width: 130px;
    height: 130px;
    background: #FFCB82 url(../image/icon_5.png) no-repeat;
    background-position: -282px -226px;
    border-radius: 100%;
    margin: 0 auto;
}

.index_12:hover .icon_2 {
    background: #86BC42 url(../image/icon_5.png) no-repeat;
    background-position: -177px -226px;
}

.index_11 .icon_3 {
    width: 130px;
    height: 130px;
    background: #FFCB82 url(../image/icon_5.png) no-repeat;
    background-position: -493px -226px;
    border-radius: 100%;
    margin: 0 auto;
}

.index_11:hover .icon_3 {
    background: #86BC42 url(../image/icon_5.png) no-repeat;
    background-position: -388px -226px;
}

.index_12 .icon_4 {
    width: 130px;
    height: 130px;
    background: #FFCB82 url(../image/icon_5.png) no-repeat;
    background-position: -704px -226px;
    border-radius: 100%;
    margin: 0 auto;
}

.index_12:hover .icon_4 {
    background: #86BC42 url(../image/icon_5.png) no-repeat;
    background-position: -600px -226px;
}

.index_13 {
    background-color: #F2F5F6;
    position: relative;
    top: -185px;
    padding-top: 185px;
    padding-bottom: 112px;
}

.index_14 {
    display: inline-block;
    background-color: #FF9606;
    min-height: 176px;
    width: 20%;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-top: 100px;
    vertical-align: top;
    margin-bottom: 30px;
}

    .index_14 a img {
        position: absolute;
        border-radius: 100%;
        background-color: #fff;
        padding: 8px;
        margin: auto;
        box-shadow: 4px 5px 9px rgba(0, 0, 0, .4);
        top: -60px;
        left: 0;
        right: 0;
    }

    .index_14 a h3 {
        font-size: 22px;
        color: #fff;
        font-weight: bold;
    }

    .index_14 a p {
        font-size: 15px;
        color: #fff;
    }

.index_15 {
    display: inline-block;
    background-color: #86BC42;
    min-height: 176px;
    width: 19.6%;
    position: relative;
    text-align: center;
    padding-top: 70px;
    margin-top: 100px;
    vertical-align: top;
}

    .index_15:hover {
        background-color: #FF9606;
    }

    .index_15 a img {
        position: absolute;
        border-radius: 100%;
        background-color: #fff;
        padding: 8px;
        margin: auto;
        box-shadow: 4px 5px 9px rgba(0, 0, 0, .4);
        top: -60px;
        left: 0;
        right: 0;
    }

    .index_15 a h3 {
        font-size: 22px;
        color: #fff;
        font-weight: bold;
    }

    .index_15 a p {
        font-size: 15px;
        color: #fff;
    }

.index_16 {
    margin-bottom: 30px;
    background-color: #fff;
    min-height: 392px;
    position: relative;
    border: 1px solid rgba(204, 204, 204, .7);
}

    .index_16 img {
        padding: 10px;
    }

    .index_16 p {
        font-size: 15px;
        color: #31313F;
        text-align: center;
        line-height: 30px;
        margin: 0;
        min-height: 60px;
    }

    .index_16 .index_17 {
        position: absolute;
        background-color: #FF9606;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        opacity: 0;
        padding: 30px 15px;
    }

    .index_16:hover .index_17 {
        opacity: 1;
        outline: none;
    }

    .index_16 .index_17 p {
        font-size: 18px;
        color: #fff;
        padding-bottom: 20px;
    }

    .index_16 .index_17 span {
        display: block;
        font-size: 15px;
        color: #fff;
        padding-bottom: 20px;
    }

    .index_16 .index_17 b {
        display: block;
        font-size: 28px;
        color: #fff;
        padding-bottom: 20px;
    }

    .index_16 .index_17 button {
        font-size: 15px;
        color: #fff;
        border: 2px solid #fff;
        background-color: transparent;
        padding: 5px 20px;
    }

.book .slick-dots li {
    width: 8px;
    height: 8px;
}

    .book .slick-dots li button {
        width: 8px;
        height: 8px;
    }

        .book .slick-dots li button:before {
            content: '';
            width: 8px;
            height: 8px;
            background-color: #FF9606;
        }

.book .slick-dots {
    bottom: -60px;
}

.index_18 {
    background: url(../image/index/pic_9.jpg) no-repeat;
    background-size: cover;
    min-height: 619px;
    margin-top: -186px;
    padding-top: 100px;
}

.index_19 {
    position: relative;
    width: 140px;
    height: 140px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9781cb+0,503887+66 */
    background: rgb(151,129,203); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(151, 129, 203, 1) 0%, rgba(80, 56, 135, 1) 66%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(151, 129, 203, 1) 0%, rgba(80, 56, 135, 1) 66%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(151, 129, 203, 1) 0%, rgba(80, 56, 135, 1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9781cb', endColorstr='#503887', GradientType=0 ); /* IE6-9 */
    border-radius: 100%;
    display: inline-block;
    margin: 30px 10px;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .index_19:hover {
        box-shadow: 0 0 20px #fff;
    }

    .index_19 a {
        width: 100%;
        height: 100%;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.index_20 {
    position: relative;
    width: 140px;
    height: 140px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#109af5+0,076eb0+66 */
    background: rgb(16,154,245); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(16, 154, 245, 1) 0%, rgba(7, 110, 176, 1) 66%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(16, 154, 245, 1) 0%, rgba(7, 110, 176, 1) 66%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(16, 154, 245, 1) 0%, rgba(7, 110, 176, 1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#109af5', endColorstr='#076eb0', GradientType=0 ); /* IE6-9 */
    border-radius: 100%;
    display: inline-block;
    margin: 30px 10px;
    font-size: 22px;
    color: #fff;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .index_20:hover {
        box-shadow: 0 0 20px #fff;
    }

    .index_20 a {
        width: 100%;
        height: 100%;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.index_21 {
    position: relative;
    width: 140px;
    height: 140px;
    border-radius: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1cf58+0,daad12+66 */
    background: rgb(241,207,88); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(241, 207, 88, 1) 0%, rgba(218, 173, 18, 1) 66%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241, 207, 88, 1) 0%, rgba(218, 173, 18, 1) 66%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241, 207, 88, 1) 0%, rgba(218, 173, 18, 1) 66%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1cf58', endColorstr='#daad12', GradientType=0 ); /* IE6-9 */
    display: inline-block;
    margin: 30px 10px;
    font-size: 22px;
    color: #fff;
    vertical-align: top;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .index_21:hover {
        box-shadow: 0 0 20px #fff;
    }

    .index_21 a {
        width: 100%;
        height: 100%;
        font-size: 22px;
        color: #fff;
        font-weight: bold;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.index_22 {
    background-color: #F2F5F6;
    min-height: 350px;
}

.index_23 {
    text-align: center;
}

    .index_23 .form-control {
        height: 54px;
        width: 40%;
        border-radius: 2px;
    }

    .index_23 .btn {
        height: 54px;
        border: 0;
        background-color: #FF9606;
        color: #fff;
        width: 15%;
        outline: none;
    }

        .index_23 .btn i {
            display: inline-block;
            width: 20px;
            height: 21px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -98px -50px;
            position: relative;
            left: 5px;
            top: 5px;
        }

@media (max-width: 1215px) {
    .index_14 a h3 {
        font-size: 18px;
    }

    .index_14 a p {
        font-size: 14px;
    }

    .index_15 a h3 {
        font-size: 18px;
    }

    .index_15 a p {
        font-size: 14px;
    }
}

@media (max-width: 1007px) {
    .index_14 {
        width: 19.5%;
        min-height: 188px;
    }

    .index_15 {
        width: 19.5%;
        min-height: 188px;
    }
}

@media (max-width: 767px) {
    .index_2 .form-control {
        height: 48px;
        width: 70%;
    }

    .index_10 {
        width: 100%;
        margin: 25px auto;
    }

    .index_14 {
        width: 100%;
    }

    .index_15 {
        width: 100%;
        margin-top: 100px;
    }

    .index_18 {
        padding-top: 0;
    }

    .index_23 .form-control {
        width: 100%;
    }

    .index_23 .btn {
        width: 100%;
    }

    .index_2 .index_radio {
        display: block;
        line-height: normal;
        padding-top: 5%;
    }
}
/*about--------------------------------------------------*/


.about {
    background: no-repeat top center;
    background-size: cover;
    width: 100%;
    min-height: 325px;
    padding-top: 5%;
}

    .about h1 {
        text-align: center;
        color: #fff;
        font-size: 35px;
        margin-bottom: 0;
    }

    .about h2 {
        text-align: center;
        color: #fff;
        font-size: 16px;
        margin-bottom: 0;
    }

        .about h2 span {
            display: inline-block;
            border-bottom: 1px solid #fff;
            width: 5%;
            position: relative;
            bottom: 5px;
        }

.about_2 {
    border-right: 1px solid #D4D4D4;
    margin-bottom: 50px;
}

    .about_2 p {
        font-size: 18px;
        color: #666666;
        margin-bottom: 3px;
    }

    .about_2 .color {
        font-size: 18px;
        color: #FF990C;
    }

    .about_2 a {
        display: block;
        background-color: #FF9606;
        color: #fff;
        font-size: 16px;
        border-radius: 4px;
        width: 35%;
        line-height: 35px;
        margin: 20px auto;
    }

        .about_2 a:hover {
            background-color: #FFAC3C;
        }

    .about_2 .hover_1 {
        background-color: #86BC42;
    }

        .about_2 .hover_1:hover {
            background-color: #B0D385;
        }

    .about_2 .hover_2 {
        background-color: #EDC12C;
    }

        .about_2 .hover_2:hover {
            background-color: #F1D267;
        }

    .about_2 .hover_3 {
        background-color: #6FA1B4;
    }

        .about_2 .hover_3:hover {
            background-color: #A5C4D0;
        }

    .about_2 .hover_4 {
        background-color: #634D99;
    }

        .about_2 .hover_4:hover {
            background-color: #A193C1;
        }

    .about_2 .hover_5 {
        background-color: #076EB0;
    }

        .about_2 .hover_5:hover {
            background-color: #3D8EC1;
        }

    .about_2 .hover_6 {
        background-color: #FF6666;
    }

        .about_2 .hover_6:hover {
            background-color: #FFA0A0;
        }

    .about_2 a i {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -646px -8px;
        margin-left: 5px;
    }

.about_3 {
    width: 145px;
    height: 145px;
    border-radius: 100%;
    background-color: #fff;
    border: 2px solid #FF9606;
    margin: 20px auto;
    padding: 5px;
}

.about_4 {
    width: 130px;
    height: 130px;
    background: #FF9606 url(../image/icon_5.png) no-repeat;
    background-position: -494px -323px;
    border-radius: 100%;
}

.about_4_2 {
    width: 130px;
    height: 130px;
    background: #86BC42 url(../image/icon_5.png) no-repeat;
    background-position: -285px -323px;
    border-radius: 100%;
}

.about_4_3 {
    width: 130px;
    height: 130px;
    background: #EDC12C url(../image/icon_5.png) no-repeat;
    background-position: -391px -323px;
    border-radius: 100%;
}

.about_4_4 {
    width: 130px;
    height: 130px;
    background: #6FA1B4 url(../image/icon_5.png) no-repeat;
    background-position: 32px -325px;
    border-radius: 100%;
}

.about_4_5 {
    width: 130px;
    height: 130px;
    background: #634C99 url(../image/icon_5.png) no-repeat;
    background-position: -179px -327px;
    border-radius: 100%;
}

.about_4_6 {
    width: 130px;
    height: 130px;
    background: #076EB0 url(../image/icon_5.png) no-repeat;
    background-position: -73px -327px;
    border-radius: 100%;
}

.about_4_7 {
    width: 130px;
    height: 130px;
    background: #FF6666 url(../image/icon_5.png) no-repeat;
    background-position: -603px -327px;
    border-radius: 100%;
}

.about_5 p {
    font-size: 15px;
    color: #666666;
    line-height: 28px;
    padding-left: 50px;
}

.about_5 a {
    display: block;
    color: #fff;
    font-size: 15px;
    background-color: #FF9606;
    border-radius: 4px;
    width: 30%;
    line-height: 40px;
    text-align: center;
    margin: 30px auto;
}

    .about_5 a:hover {
        background-color: #FFAC3C;
    }

.about_banner {
    margin: 40px auto;
}

    .about_banner img {
        border-radius: 4px;
    }

    .about_banner .slick-prev, .about_banner .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        display: block;
        width: 40px;
        height: 40px;
        margin-top: -10px;
        padding: 0;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent;
    }

    .about_banner .slick-prev {
        border: 1px solid #FF9606;
        background: #fff url(../image/icon_5.png) no-repeat;
        background-position: -501px -100px;
        z-index: 9;
        transform: rotate(180deg);
    }

    .about_banner .slick-next {
        border: 1px solid #FF9606;
        background: #fff url(../image/icon_5.png) no-repeat;
        background-position: -501px -100px;
        z-index: 9;
    }

        .about_banner .slick-prev:hover, .about_banner .slick-prev:focus, .about_banner .slick-next:hover, .about_banner .slick-next:focus {
            background: url(../image/icon_5.png) no-repeat;
            background-position: -501px -100px;
            opacity: .7;
        }

.about_6 table {
    width: 73%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.about_6 tr td {
    color: #666666;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #E4E7EB;
    text-align: center;
    line-height: 45px;
}

.about_6 .title td {
    font-size: 16px;
    color: #464C4A;
    font-weight: bold;
    background-color: rgba(255, 252, 245, .7);
    border: 1px solid rgba(255, 150, 6, .7);
    text-align: center;
}

.about_6 .title_2 td {
    background-color: #EEF5E7;
}

.about_6 tr .title_3 {
    text-align: left;
    padding-left: 30px;
}

.about_6 p {
    color: #666666;
    font-size: 15px;
    text-align: right;
}

.Journal table {
    width: 73%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.Journal tr td {
    color: #666666;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #E4E7EB;
    text-align: center;
    line-height: 45px;
}

.Journal .title td {
    font-size: 16px;
    color: #464C4A;
    font-weight: bold;
    background-color: rgba(255, 252, 245, .7);
    border: 1px solid rgba(255, 150, 6, .7);
    text-align: center;
}

.Journal .title_2 td {
    background-color: #EEF5E7;
}

.Journal tr .title_3 {
    text-align: left;
    padding-left: 30px;
}

.Journal p {
    color: #666666;
    font-size: 15px;
    text-align: left;
    line-height: 25px;
    padding: 0.5em 0.5em;
}


.about_7 {
    background-color: #FAFAFA;
    min-height: 340px;
    position: relative;
}

    .about_7 h5 {
        color: #666666;
        font-size: 18px;
        margin-top: 95px;
    }

    .about_7 span {
        color: #FF9606;
        font-size: 15px;
    }

    .about_7 p {
        color: #333333;
        font-size: 16px;
    }

        .about_7 p span {
            color: #333333;
            font-size: 20px;
        }

        .about_7 p i {
            display: inline-block;
            width: 13px;
            height: 13px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -370px -7px;
        }

.about_9 {
    width: 103px;
    height: 93px;
    background: url(../image/icon_6.png) no-repeat;
    background-position: 18px 0;
    margin: 0 auto;
    position: relative;
    top: 50px;
}

.about_9_2 {
    width: 103px;
    height: 93px;
    background: url(../image/icon_6.png) no-repeat;
    background-position: -114px 0;
    margin: 0 auto;
    position: relative;
    top: 50px;
}

.about_9_3 {
    width: 103px;
    height: 93px;
    background: url(../image/icon_6.png) no-repeat;
    background-position: -244px 0;
    margin: 0 auto;
    position: relative;
    top: 50px;
}

.about_9_4 {
    width: 103px;
    height: 93px;
    background: url(../image/icon_6.png) no-repeat;
    background-position: -374px 0;
    margin: 0 auto;
    position: relative;
    top: 50px;
}

.about_9_5 {
    width: 103px;
    height: 93px;
    background: url(../image/icon_6.png) no-repeat;
    background-position: -500px 0;
    margin: 0 auto;
    position: relative;
    top: 50px;
}

.about_9_6 {
    width: 103px;
    height: 93px;
    background: url(../image/icon_6.png) no-repeat;
    background-position: 10px -130px;
    margin: 0 auto;
    position: relative;
    top: 50px;
}

.about_7 .about_8 .about_10 {
    width: 92px;
    height: 92px;
    background: #fff url(../image/icon_6.png) no-repeat;
    background-position: -126px -138px;
    border-radius: 100%;
    margin: 0 auto;
}

.about_7 .about_8 .about_10_2 {
    width: 92px;
    height: 92px;
    background: #fff url(../image/icon_6.png) no-repeat;
    background-position: -260px -138px;
    border-radius: 100%;
    margin: 0 auto;
}

.about_7 .about_8 .about_10_3 {
    width: 92px;
    height: 92px;
    background: #fff url(../image/icon_6.png) no-repeat;
    background-position: -390px -138px;
    border-radius: 100%;
    margin: 0 auto;
}

.about_7 .about_8 .about_10_4 {
    width: 92px;
    height: 92px;
    background: #fff url(../image/icon_6.png) no-repeat;
    background-position: -521px -138px;
    border-radius: 100%;
    margin: 0 auto;
}

.about_7 .about_8 .about_10_5 {
    width: 92px;
    height: 92px;
    background: #fff url(../image/icon_6.png) no-repeat;
    background-position: 7px -248px;
    border-radius: 100%;
    margin: 0 auto;
}

.about_7 .about_8 .about_10_6 {
    width: 92px;
    height: 92px;
    background: #fff url(../image/icon_6.png) no-repeat;
    background-position: -126px -248px;
    border-radius: 100%;
    margin: 0 auto;
}

.about_7 .about_8 {
    position: absolute;
    background-color: #FF9606;
    padding: 45px;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 9;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

    .about_7 .about_8 h3 {
        font-size: 18px;
        color: #fff;
    }

    .about_7 .about_8 h4 {
        font-size: 15px;
        color: #fff;
    }

    .about_7 .about_8 h5 {
        font-size: 16px;
        color: #fff;
        margin-top: 0;
    }

        .about_7 .about_8 h5 span {
            font-size: 20px;
            color: #fff;
        }

    .about_7 .about_8 p {
        font-size: 14px;
        color: #fff;
    }

.about_7:hover .about_8 {
    opacity: 1;
}

.about_11 {
    position: relative;
    margin-top: 150px;
}

    .about_11 .left_1 {
        position: absolute;
    }

    .about_11 .right_1 {
        position: absolute;
        right: 0;
        bottom: -115px;
    }

.about_12 {
    background: url(../image/bg_1.png) no-repeat center bottom;
}

.about_13 {
    width: 158px;
    height: 158px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffdeb2+0,ff9606+100 */
    background: rgb(255,222,178); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 222, 178, 1) 0%, rgba(255, 150, 6, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 222, 178, 1) 0%, rgba(255, 150, 6, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 222, 178, 1) 0%, rgba(255, 150, 6, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffdeb2', endColorstr='#ff9606', GradientType=0 ); /* IE6-9 */
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
}

    .about_13 span {
        width: 48px;
        height: 64px;
        margin: auto;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -323px -454px;
    }

.about_13_2 {
    width: 158px;
    height: 158px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5e8bd+0,86bc42+100 */
    background: rgb(213,232,189); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(213, 232, 189, 1) 0%, rgba(134, 188, 66, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(213, 232, 189, 1) 0%, rgba(134, 188, 66, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(213, 232, 189, 1) 0%, rgba(134, 188, 66, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e8bd', endColorstr='#86bc42', GradientType=0 ); /* IE6-9 */
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
}

    .about_13_2 span {
        width: 70px;
        height: 71px;
        margin: auto;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -420px -451px;
    }

.about_13_2 {
    width: 158px;
    height: 158px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d5e8bd+0,86bc42+100 */
    background: rgb(213,232,189); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(213, 232, 189, 1) 0%, rgba(134, 188, 66, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(213, 232, 189, 1) 0%, rgba(134, 188, 66, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(213, 232, 189, 1) 0%, rgba(134, 188, 66, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d5e8bd', endColorstr='#86bc42', GradientType=0 ); /* IE6-9 */
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
}

    .about_13_2 span {
        width: 70px;
        height: 71px;
        margin: auto;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -420px -451px;
    }

.about_13_3 {
    width: 158px;
    height: 158px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f1cf58+0,edc12c+100 */
    background: rgb(241,207,88); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(241, 207, 88, 1) 0%, rgba(237, 193, 44, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(241, 207, 88, 1) 0%, rgba(237, 193, 44, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(241, 207, 88, 1) 0%, rgba(237, 193, 44, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1cf58', endColorstr='#edc12c', GradientType=0 ); /* IE6-9 */
    border-radius: 100%;
    margin: 0 auto;
    display: flex;
    margin-top: 30px;
}

    .about_13_3 span {
        width: 70px;
        height: 71px;
        margin: auto;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -528px -451px;
    }

.about_14 {
    padding-bottom: 150px;
}

    .about_14 h3 {
        font-size: 22px;
        color: #FF9606;
        font-weight: bold;
    }

    .about_14 .line_5 {
        border-bottom: 1px solid #FF9606;
        width: 15%;
        margin: 20px auto;
    }

    .about_14 p {
        font-size: 16px;
        color: #FF9606;
        border: 1px solid #FF9606;
        border-radius: 4px;
        width: 60%;
        margin: 0 auto;
        padding: 15px 0;
        font-weight: bold;
    }

        .about_14 p i {
            display: inline-block;
            width: 22px;
            height: 22px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -626px -108px;
            position: relative;
            top: 5px;
        }

.about_14_2 {
    padding-bottom: 150px;
}

    .about_14_2 h3 {
        font-size: 22px;
        color: #85BB41;
        font-weight: bold;
    }

    .about_14_2 .line_5 {
        border-bottom: 1px solid #85BB41;
        width: 15%;
        margin: 20px auto;
    }

    .about_14_2 p {
        font-size: 16px;
        color: #85BB41;
        border: 1px solid #85BB41;
        border-radius: 4px;
        width: 60%;
        margin: 0 auto;
        padding: 15px 0;
        font-weight: bold;
    }

        .about_14_2 p i {
            display: inline-block;
            width: 22px;
            height: 22px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -573px -108px;
            position: relative;
            top: 5px;
        }

.about_14_3 {
    padding-bottom: 150px;
}

    .about_14_3 h3 {
        font-size: 22px;
        color: #EFC945;
        font-weight: bold;
    }

    .about_14_3 .line_5 {
        border-bottom: 1px solid #EFC945;
        width: 15%;
        margin: 20px auto;
    }

    .about_14_3 p {
        font-size: 16px;
        color: #EFC945;
        border: 1px solid #EFC945;
        border-radius: 4px;
        width: 60%;
        margin: 0 auto;
        padding: 15px 0;
        font-weight: bold;
    }

.about_15 {
    margin: 20px auto;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 30px;
}

    .about_15 b {
        font-size: 15px;
        color: #333;
        display: block;
        vertical-align: middle;
    }

.about_16 a h3 {
    margin: 0;
    font-size: 15px;
    color: #333;
    vertical-align: middle;
    transition: all .3s ease-in-out;
    text-decoration: none;
}

.about_16 a:hover h3 {
    color: #FF9606;
}

.about_15 span {
    font-size: 15px;
    color: #FF9606;
    display: block;
    vertical-align: middle;
    text-decoration: underline;
}


@media (max-width: 767px) {
    .about_banner .slick-prev {
        left: -15px;
    }

    .about_banner .slick-next {
        right: -15px;
    }

    .about {
        padding-top: 12%;
    }

    .about_2 {
        border-right: 0;
    }

    .about_6 table {
        width: 100%;
    }

    .about_6 tr .title_3 {
        padding-left: 5px;
    }

    .about_6 tr td {
        line-height: 28px;
    }

    .about_5 p {
        padding-left: 0;
    }

    .about_11 .right_1 {
        display: none;
    }

    .about_11 {
        margin-top: 70px;
    }

        .about_11 .left_1 {
            bottom: -90px;
        }

    .about_14_2 {
        padding-bottom: 50px;
    }

    .about_14 {
        padding-bottom: 50px;
    }

    .about_16 a h3 {
        margin: 20px auto;
    }

    .Journal table {
        width: 100%;
    }

    .Journal tr .title_3 {
        padding-left: 5px;
    }

    .Journal tr td {
        line-height: 28px;
    }
}

@media (max-width: 500px) {
    .about {
        padding-top: 20%;
    }
}
/*news-------------------------------------------------*/

.news_1 {
    position: relative;
    background-color: #F9F9F9;
    border: 1px solid #D4D4D4;
    min-height: 248px;
    margin-bottom: 30px;
}

    .news_1:hover {
        border: 1px solid #FF9606;
    }

.news_2 {
    float: left;
    position: relative;
}

.news_3 {
    position: relative;
    top: 50px;
    left: 20px;
    padding-right: 20px;
}

    .news_3 h2 {
        font-size: 16px;
        color: #333333;
        font-weight: bolder;
    }

    .news_3 p {
        font-size: 15px;
        color: #666666;
    }

    .news_3 a {
        font-size: 15px;
        color: #333333;
    }

.news_1:hover .news_3 a {
    font-size: 15px;
    color: #FF9606;
}

.news_3 a i {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../image/icon_5.png) no-repeat;
    background-position: -689px -8px;
    position: relative;
    top: 2px;
    left: 5px;
}

.news_1:hover .news_3 a i {
    background-position: -552px -8px;
}

.month {
    position: absolute;
    bottom: 0;
    right: 0;
}

.month_2 {
    width: 91px;
    height: 36px;
    background-color: rgba(255, 255, 255, .85);
    font-size: 28px;
    color: #666666;
    text-align: center;
}

.news_1:hover .month_2 {
    background-color: #fff;
}

.day {
    width: 91px;
    height: 36px;
    font-size: 14px;
    color: #fff;
    background-color: #FF9606;
    text-align: center;
    line-height: 36px;
}

.hover {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #FF9606;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    opacity: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news_1:hover .news_2 .hover {
    opacity: 1;
}

.pagination > li > span {
    border: 0;
}

.pagination > li > a {
    color: #666;
    font-size: 12px;
    border: 1px solid #F2F2F2;
    width: 40px;
    height: 40px;
    line-height: 26px;
    border-radius: 0;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        border-color: 0;
    }

    .pagination > li > a:hover {
        background-color: #FF9606;
        border: 1px solid #FF9606;
        color: #fff;
    }

.pagination > li > .stop {
    background-color: #FF9606;
    border: 1px solid #FF9606;
    color: #fff;
}

.pagination .pr {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #F2F2F2 url(../image/icon_5.png) no-repeat;
    background-position: -501px -100px;
    transform: rotate(180deg);
    border: 0;
}

.pagination .ne {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #F2F2F2 url(../image/icon_5.png) no-repeat;
    background-position: -501px -100px;
    border: 0;
}

.pagination .pr:hover {
    background: #F2F2F2 url(../image/icon_5.png) no-repeat;
    background-position: -501px -100px;
    transform: rotate(180deg);
}

.pagination .ne:hover {
    background: #F2F2F2 url(../image/icon_5.png) no-repeat;
    background-position: -501px -100px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-radius: 0;
    z-index: 9;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.news_4 {
    border-top: 10px solid #FF9606;
    margin-bottom: 50px;
}

    .news_4 h2 {
        font-size: 20px;
        color: #333333;
        border-left: 2px solid #FF9606;
        padding-left: 10px;
        font-weight: bolder;
    }

    .news_4 span {
        display: inline-block;
    }

    .news_4 iframe {
        position: relative;
        top: 13px;
    }

    .news_4 p {
        color: #666666;
        font-size: 15px;
        padding-top: 20px;
        line-height: 26px;
    }

    .news_4 a {
        background-color: #FF9606;
        color: #fff;
        font-size: 17px;
        border-radius: 4px;
        padding: 12px 35px;
        position: relative;
        top: 20px;
    }

        .news_4 a i {
            display: inline-block;
            width: 22px;
            height: 18px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -204px -52px;
            margin-right: 10px;
            position: relative;
            top: 3px;
        }

.news_6 {
    background-color: #F2F5F6;
    padding: 20px;
}

    .news_6 h2 {
        font-size: 16px;
        color: #333333;
        border-left: 2px solid #FF9606;
        margin: 0;
        padding-left: 15px;
        font-weight: bolder;
    }

.news_5 {
    border: 1px solid #F2F5F6;
    margin-bottom: 30px;
    overflow: hidden;
}

    .news_5 ul {
        list-style: none;
        padding: 10px 20px;
        margin-bottom: 0;
    }

        .news_5 ul li {
            border-bottom: 1px solid rgba(204, 204, 204, .75);
        }

            .news_5 ul li a {
                font-size: 15px;
                color: #666666;
                line-height: 45px;
            }

                .news_5 ul li a:hover {
                    color: #FF9606;
                }

                .news_5 ul li a i {
                    display: inline-block;
                    width: 7px;
                    height: 9px;
                    background: url(../image/icon_5.png) no-repeat;
                    background-position: -326px -8px;
                    margin-right: 15px;
                }

.news_7_1 {
    margin-bottom: 10px;
    overflow: hidden;
}

.news_7 {
    padding: 10px 15px;
}

    .news_7 a p {
        font-size: 14px;
        color: #666666;
        margin-bottom: 5px;
        margin-top: 13px;
    }

    .news_7 a span {
        font-size: 12px;
        color: #999999;
    }

    .news_7 a:hover p {
        color: #FF9606;
    }

    .news_7 a:hover span {
        color: #FF9606;
    }

.newbook ul {
    text-align: center;
}

    .newbook ul li {
        display: inline-block;
        border-left: 1px solid #CCCCCC;
        padding-bottom: 25px;
    }

        .newbook ul li a {
            font-size: 18px;
            color: #666666;
            padding: 0 50px;
        }

            .newbook ul li a:hover {
                color: #85BB41;
            }

            .newbook ul li a i {
                display: inline-block;
                width: 46px;
                height: 46px;
                border: 2px solid #FF9606;
                border-radius: 100%;
                background: url(../image/icon_5.png) no-repeat;
                background-position: -65px -100px;
                position: relative;
                top: 13px;
                margin-right: 10px;
            }

            .newbook ul li a:hover i {
                border: 2px solid #86BC42;
                background: #86BC42 url(../image/icon_5.png) no-repeat;
                background-position: -136px -100px;
            }

        .newbook ul li .stop_2 {
            color: #85BB41;
        }

            .newbook ul li .stop_2 i {
                border: 2px solid #86BC42;
                background: #86BC42 url(../image/icon_5.png) no-repeat;
                background-position: -136px -100px;
            }

.newbook_2 p {
    font-size: 15px;
    color: #666666;
    border-bottom: 1px solid #E4E7EB;
    padding-bottom: 10px;
    margin-top: 50px;
}

    .newbook_2 p i {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -505px -5px;
        margin-right: 5px;
        position: relative;
        top: 3px;
    }

.newbook_2 h3 {
    font-size: 18px;
    color: #FF9606;
    line-height: 42px;
}

    .newbook_2 h3 i {
        display: inline-block;
        width: 46px;
        height: 46px;
        background: #FF9606 url(../image/icon_5.png) no-repeat;
        background-position: -298px -39px;
        border-radius: 100%;
        position: relative;
        top: 15px;
        margin-right: 10px;
    }

.newbook_3 {
    margin-top: 50px;
}

    .newbook_3 .form-control {
        border: 1px solid #FF9606;
        background-color: #F6F7F7;
        min-height: 50px;
    }

    .newbook_3 .btn-default {
        background: #FF9606 url(../image/icon_5.png) no-repeat;
        background-position: -708px 12px;
        border-radius: 4px;
        border: 0;
        width: 68px;
        height: 50px;
    }

        .newbook_3 .btn-default:hover {
            outline: none;
        }

.newbook_4 h3 {
    font-size: 18px;
    color: #333333;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 15px;
}

.newbook_4 ul {
    list-style: none;
}

    .newbook_4 ul li a {
        font-size: 15px;
        color: #666666;
        line-height: 32px;
    }

    .newbook_4 ul li .stop_3 {
        color: #FF9606;
    }

    .newbook_4 ul li a i {
        display: inline-block;
        width: 17px;
        height: 17px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -504px -53px;
        margin-right: 5px;
        position: relative;
        top: 3px;
    }

    .newbook_4 ul li a:hover {
        color: #FF9606;
    }

    .newbook_4 ul li .stop_3 {
        color: #FF9606;
    }

@media (max-width: 1007px) {
    .newbook ul li a {
        padding: 0 24px;
    }
}

@media (max-width: 780px) {
    .newbook ul li a {
        padding: 0 20px;
    }
}

@media (max-width: 767px) {
    .news_2 {
        float: none;
    }

        .news_2 img {
            width: 100%;
        }

    .news_3 {
        position: inherit;
        top: auto;
        left: auto;
        padding: 10px;
    }

        .news_3 h2 {
            margin-top: 0;
        }

    .news_4 .img_1 {
        margin-top: 15px;
    }

    .newbook ul li {
        display: block;
        border-left: 0;
        padding-bottom: 10px;
    }

    .newbook_3 .form-control {
        width: 69%;
        display: inline-block;
    }
}
/*-----表格-----------------------------------------*/

.newbook_2 .rwd-table {
    background: #fff;
    overflow: hidden;
}

    .newbook_2 .rwd-table tr:nth-of-type(2n) {
        background: #F3F9EC;
    }

    .newbook_2 .rwd-table th, .newbook_2 .rwd-table td {
        margin: 0.5em 1em;
        border-bottom: 1px solid #E4E7EB;
        font-size: 14px;
        color: #333333;
    }

        .newbook_2 .rwd-table th a, .newbook_2 .rwd-table td a {
            margin: 0.5em 1em;
            font-size: 14px;
            color: #333333;
        }

            .newbook_2 .rwd-table th a:hover, .newbook_2 .rwd-table td a:hover {
                margin: 0.5em 1em;
                font-size: 14px;
                color: #85BB41;
            }

.newbook_2 .rwd-table {
    min-width: 100%;
}

    .newbook_2 .rwd-table th {
        display: none;
    }

    .newbook_2 .rwd-table td {
        display: block;
    }

        .newbook_2 .rwd-table td:before {
            content: attr(data-th) " : ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

    .newbook_2 .rwd-table th, .newbook_2 .rwd-table td {
        text-align: center;
    }

        .newbook_2 .rwd-table th, .newbook_2 .rwd-table td:before {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            background-color: #FFAE42;
            border-right: 1px solid #fff;
        }

    .newbook_2 .rwd-table .first {
        background-color: #FF9606;
    }

        .newbook_2 .rwd-table .first i {
            display: inline-block;
            width: 30px;
            height: 30px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -370px -46px;
            position: relative;
            top: 5px;
        }

    .newbook_2 .rwd-table .last {
        color: #fff;
        font-size: 16px;
        font-weight: bold;
        background-color: #FFC06A;
    }

        .newbook_2 .rwd-table .last i {
            display: inline-block;
            width: 40px;
            height: 27px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -437px -48px;
            position: relative;
            top: 5px;
        }

@media (min-width: 480px) {
    .newbook_2 .rwd-table td:before {
        display: none;
    }

    .newbook_2 .rwd-table th, .newbook_2 .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

        .newbook_2 .rwd-table th:first-child, .newbook_2 .rwd-table td:first-child {
            padding-left: 0;
        }

        .newbook_2 .rwd-table th:last-child, .newbook_2 .rwd-table td:last-child {
            padding-right: 0;
        }

    .newbook_2 .rwd-table th, .newbook_2 .rwd-table td {
        padding: 1em !important;
    }

    .newbook_2 .rwd-table .top_1 {
        padding-top: 29px !important;
    }
}

@media (max-width: 480px) {
    .newbook_2 .rwd-table th, .newbook_2 .rwd-table td:before {
        color: #FFAE42;
        font-size: 16px;
        font-weight: bold;
        background-color: transparent;
        border-right: 0;
    }

    .newbook_2 .rwd-table th, .newbook_2 .rwd-table td {
        margin: 0;
    }

    .newbook_2 .rwd-table th, .newbook_2 .rwd-table td {
        text-align: left;
    }
}
/*----booksearch----------------------------------------*/



.booksearch {
    margin-top: -4%;
    text-align: center;
}

.nav-tabs {
    margin: 0 auto;
    text-align: center;
}

    .nav-tabs > li {
        float: none;
        display: inline-block;
    }

.nav-tabs {
    border-bottom: 1px solid #FF9606;
}

.tab-content {
    background-color: #242C42;
    min-height: 130px;
}

.nav-tabs > li {
    width: 15%;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        cursor: default;
        background-color: #242C42;
        border: 1px solid #FF9606;
        border-bottom-color: transparent;
        font-size: 16px;
        color: #fff;
        padding-top: 0;
    }

    .nav-tabs > li > a {
        margin-right: 2px;
        line-height: 1.42857143;
        border: 1px solid transparent;
        border-radius: 0;
        background-color: #999999;
        font-size: 16px;
        color: #fff;
        padding-top: 0;
    }

        .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
            background-color: #242C42;
            border: 1px solid #FF9606;
        }

        .nav-tabs > li > a .right_2 {
            display: inline-block;
            width: 30px;
            height: 34px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: 0 -541px;
            position: relative;
            top: 10px;
            margin-right: 5px;
        }

        .nav-tabs > li > a span {
            display: inline-block;
            width: 16px;
            height: 8px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -784px -58px;
            position: relative;
            left: 30px;
        }

        .nav-tabs > li > a .right_3 {
            display: inline-block;
            width: 30px;
            height: 34px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -64px -542px;
            position: relative;
            top: 10px;
            margin-right: 5px;
        }

.newbook_5 ul {
    padding-top: 50px;
}

    .newbook_5 ul li {
        color: #fff;
        display: inline-block;
        padding: 0 40px;
    }

        .newbook_5 ul li p {
            padding-top: 9px;
            margin-bottom: 0;
            display: inline-block;
        }

        .newbook_5 ul li i {
            display: inline-block;
            width: 10px;
            height: 7px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -188px -10px;
            transform: rotate(-90deg);
        }

.newbook_5 .form-control {
    display: inline-block;
    border-radius: 0;
    color: #fff;
    font-size: 15px;
    border: 1px solid #FF9606;
    background-color: #242C42;
    width: 200px;
}

.newbook_5 .btn-default {
    background-color: #FF9606;
    border: 0;
    color: #fff;
    padding: 11px 25px;
}

    .newbook_5 .btn-default span {
        display: inline-block;
        width: 20px;
        height: 13px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -153px -54px;
    }

.newbook_5 .one {
    border-left: 1px solid #999999;
}

.booksearch_2 {
    padding: 50px 0;
    border-bottom: 1px solid rgba(204, 204, 204, .4);
}

    .booksearch_2 span {
        font-size: 15px;
        color: #666666;
        display: inline-block;
    }

    .booksearch_2 .form-control {
        display: inline-block;
        width: 8%;
        border-radius: 0;
        border: 1px solid #FF9606;
    }

.booksearch_4 h3 {
    margin-top: 0;
}

    .booksearch_4 h3 a {
        font-size: 15px;
        color: #FF9606;
        text-decoration: underline;
        margin-bottom: 20px;
        display: block;
        line-height: 26px;
    }

.booksearch_4 p {
    font-size: 13px;
    color: #666666;
}

    .booksearch_4 p span {
        font-weight: bolder;
        color: #333333;
    }

.booksearch_3 {
    padding: 20px 0;
    border-bottom: 1px solid rgba(204, 204, 204, .4);
    border-top: 1px solid rgba(204, 204, 204, .4);
    margin-top: -1px;
}

.booksearch_5 {
    padding: 20px 0;
    background-color: #F2F5F6;
    border-bottom: 1px solid rgba(204, 204, 204, .4);
    border-top: 1px solid rgba(204, 204, 204, .4);
    margin-top: -1px;
}

@media (max-width: 1340px) {
    .nav-tabs > li {
        width: 25%;
    }

    .booksearch {
        margin-top: -5%;
    }
}

@media (max-width: 1096px) {
    .newbook_5 ul li {
        padding: 0 15px;
    }
}

@media (max-width: 1025px) {
    .booksearch {
        margin-top: -6%;
    }
}

@media (max-width: 900px) {
    .newbook_5 ul li {
        display: block;
        padding: 12px 0;
    }

    .newbook_5 ul {
        padding-top: 9px;
    }

    .booksearch {
        margin-top: -8.7%;
    }

    .nav-tabs > li {
        width: 35%;
    }
}

@media (max-width: 767px) {
    .nav-tabs > li {
        width: 49%;
    }

    .booksearch {
        margin-top: -15%;
    }
}

@media (max-width: 320px) {
    .booksearch {
        margin-top: -27%;
    }
}
/*--faq---------------------------------------*/


/*QA-----------------------------------------------------*/

.join_qa_list {
    margin-bottom: 10px;
}

    .join_qa_list .join_qa_list_q {
        min-height: 56px;
        display: block;
        background: #DDEAE2;
        border-radius: 4px;
        -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
        line-height: 30px;
        font-weight: bold;
        padding: 0;
        margin: 0;
        width: 100%;
        cursor: pointer;
    }

        .join_qa_list .join_qa_list_q .join_q_left {
            float: left;
            text-align: center;
            color: #FF9606;
            font-size: 18px;
            padding: 12px 20px;
            margin-right: 25px;
            border-bottom: 2px solid #FF9606;
        }

    .join_qa_list:hover .join_qa_list_q .join_q_left {
    }

    .join_qa_list .join_qa_list_q .join_q_right {
        padding-top: 14px;
    }

    .join_qa_list .join_qa_list_a {
        padding: 0px;
        margin: 0;
        padding-top: 10px;
        line-height: 30px;
        display: none;
        font-size: 15px;
        font-weight: bold;
    }

        .join_qa_list .join_qa_list_a:first-child {
            display: block;
        }

        .join_qa_list .join_qa_list_a .join_a_left {
            padding-left: 25px;
        }

        .join_qa_list .join_qa_list_a .join_a_right {
            padding: 0px;
            margin: 0;
            text-align: left;
            padding-left: 90px;
        }

    .join_qa_list .join_qa_list_q {
        background: #F2F5F6;
        color: #FF9606;
        font-size: 18px;
    }

    .join_qa_list:hover .join_qa_list_q {
        background: #F2F5F6;
        color: #FF9606;
        font-size: 18px;
    }

.join_a_right h3 {
    font-size: 14px;
    color: #666666;
}

    .join_a_right h3 span {
        font-size: 18px;
        color: #FF9606;
    }

    .join_a_right h3 i {
        display: inline-block;
        width: 16px;
        height: 16px;
        font-style: normal;
        background-color: #FF9606;
        border-radius: 100%;
        font-size: 14px;
        color: #FFFFFF;
        text-align: center;
        margin: 0 10px;
    }

.join_a_right ul {
    list-style: none;
}

    .join_a_right ul li {
        font-size: 14px;
        color: #666666;
    }

.join_a_right .step span {
    float: left;
    margin-right: 10px;
    color: #85B93F;
}

.join_a_right .step_2 {
    padding-top: 30px;
}

.join_a_right a {
    font-size: 14px;
    color: #666666;
}

    .join_a_right a:hover {
        color: #FF9606;
    }
/*------------------------------*/

.reader_1 {
    background-color: #86BC42;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    line-height: 63px;
    text-align: center;
    font-weight: bolder;
}

    .reader_1 p {
        background-color: #fff;
        font-size: 14px;
        color: #666666;
        margin: 0;
        line-height: 40px;
        margin-top: 12px;
    }

    .reader_1 span {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -216px -104px;
        margin-right: 10px;
        position: relative;
        top: 6px;
    }

    .reader_1 p b {
        color: #86BC42;
    }

.reader_2 {
    background-color: #FF9606;
    overflow: hidden;
    font-size: 18px;
    color: #fff;
    line-height: 63px;
    text-align: center;
    font-weight: bolder;
}

    .reader_2 i {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -288px -104px;
        margin-right: 10px;
        position: relative;
        top: 10px;
    }

.reader_3 a {
    display: block;
    background-color: #E68705;
    overflow: hidden;
    font-size: 14px;
    color: #fff;
    line-height: 63px;
    text-align: center;
    font-weight: bolder;
}

    .reader_3 a i {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -359px -104px;
        margin-left: 10px;
        position: relative;
        top: 10px;
    }

.reader_4 {
    margin-top: 100px;
}

    .reader_4 .icon_5 {
        width: 116px;
        height: 116px;
        background: #FF9606 url(../image/icon_5.png) no-repeat;
        background-position: -724px -336px;
        border-radius: 100%;
        border: 8px solid #fff;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 10%;
    }

    .reader_4 .icon_6 {
        width: 116px;
        height: 116px;
        background: #86BC42 url(../image/icon_5.png) no-repeat;
        background-position: -83px -436px;
        border-radius: 100%;
        border: 8px solid #fff;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 10%;
    }

    .reader_4 .icon_7 {
        width: 116px;
        height: 116px;
        background: #86BC42 url(../image/icon_5.png) no-repeat;
        background-position: 25px -436px;
        border-radius: 100%;
        border: 8px solid #fff;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 10%;
    }

    .reader_4 .icon_8 {
        width: 116px;
        height: 116px;
        background: #FF9606 url(../image/icon_5.png) no-repeat;
        background-position: -190px -436px;
        border-radius: 100%;
        border: 8px solid #fff;
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 10%;
    }

    .reader_4 h4 {
        font-size: 23px;
        color: #666666;
        margin-top: 20px;
    }

        .reader_4 h4 span {
            color: #FF9606;
        }

    .reader_4 p {
        font-size: 15px;
        color: #666666;
    }

.reader_5 {
    padding: 15px 10px;
    padding-top: 20px;
    margin-top: 50px;
    margin-bottom: 100px;
    overflow: hidden;
    border: 1px solid #86BC42;
    border-radius: 4px;
}

    .reader_5 h3 {
        font-size: 18px;
        color: #666666;
        margin: 0;
        text-align: center;
        position: relative;
        top: -10px;
    }

        .reader_5 h3 i {
            display: inline-block;
            width: 30px;
            height: 32px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -433px -103px;
            margin-right: 10px;
            position: relative;
            top: 8px;
        }

    .reader_5 p {
        font-size: 14px;
        color: #666666;
        margin: 0;
        border-left: 1px solid #D4D4D4;
        padding: 0 10px;
        text-align: center;
    }

        .reader_5 p span {
            display: inline-block;
            width: 26px;
            height: 26px;
            background-color: #86BC42;
            border-radius: 100%;
            text-align: center;
            color: #fff;
            font-size: 18px;
            margin-right: 10px;
        }

@media (max-width: 1007px) {
    .reader_1 p {
        margin-bottom: 12px;
    }
}

@media (max-width: 767px) {
    .join_qa_list .join_qa_list_a .join_a_right {
        padding-left: 0;
    }

    .reader_5 h3 {
        margin-bottom: 10px;
    }

    .reader_5 p {
        border-left: 0;
        padding-bottom: 10px;
    }

    .reader_4 .icon_5 {
        top: -65px;
    }

    .reader_4 .icon_6 {
        top: -65px;
    }

    .reader_4 .icon_7 {
        top: -65px;
    }

    .reader_4 .icon_8 {
        top: -65px;
    }
}
/*Electronic----------------------------------------*/


/*-----表格-----------------------------------------*/

.electronic_1 .rwd-table {
    background: #fff;
    overflow: hidden;
}

    .electronic_1 .rwd-table tr:nth-of-type(2n) {
        background: #F3F9EC;
    }

    .electronic_1 .rwd-table td {
        margin: 0.5em 1em;
        font-size: 12px;
        color: #666666;
        border: 1px solid #E4E7EB;
    }

    .electronic_1 .rwd-table .first_1 {
        font-size: 14px;
        color: #333333;
    }

        .electronic_1 .rwd-table .first_1 i {
            display: inline-block;
            width: 8px;
            height: 8px;
            background-color: #86BC42;
            border-radius: 100%;
            margin-right: 5px;
        }

    .electronic_1 .rwd-table td ul {
        list-style: none;
    }

        .electronic_1 .rwd-table td ul li {
            line-height: 28px;
        }

            .electronic_1 .rwd-table td ul li b {
                display: inline-block;
                width: 16px;
                height: 16px;
                background-color: #86BC42;
                border-radius: 100%;
                color: #fff;
                text-align: center;
                line-height: normal;
                margin-right: 5px;
            }

    .electronic_1 .rwd-table td a {
        display: block;
        color: #fff;
        font-size: 16px;
        padding: 10px;
        width: 100px;
        height: 44px;
        text-align: center;
        background-color: #86BC42;
        border-radius: 4px;
    }

        .electronic_1 .rwd-table td a span {
            display: inline-block;
            width: 10px;
            height: 10px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -646px -8px;
            position: relative;
            left: 5px;
        }

    .electronic_1 .rwd-table td p span {
        color: #85BB41;
    }

.electronic_1 .rwd-table {
    min-width: 100%;
}

    .electronic_1 .rwd-table th {
        display: none;
    }

    .electronic_1 .rwd-table td {
        display: block;
    }

        .electronic_1 .rwd-table td:before {
            content: attr(data-th) " : ";
            font-weight: bold;
            width: 6.5em;
            display: inline-block;
        }

        .electronic_1 .rwd-table th, .electronic_1 .rwd-table td:before {
            color: #fff;
            font-size: 16px;
            font-weight: bold;
            background-color: #FFAE42;
            text-align: center;
            border: 0;
        }

@media (min-width: 480px) {
    .electronic_1 .rwd-table .first_1 {
        width: 20%;
    }

    .electronic_1 .rwd-table td:before {
        display: none;
    }

    .electronic_1 .rwd-table th, .electronic_1 .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }

        .electronic_1 .rwd-table th:first-child, .electronic_1 .rwd-table td:first-child {
            padding-left: 0;
        }

        .electronic_1 .rwd-table th:last-child, .electronic_1 .rwd-table td:last-child {
            padding-right: 0;
        }

    .electronic_1 .rwd-table th, .electronic_1 .rwd-table td {
        padding: 1em !important;
    }
}

@media (max-width: 480px) {
    .electronic_1 .rwd-table th, .electronic_1 .rwd-table td:before {
        color: #FFAE42;
        font-size: 16px;
        font-weight: bold;
        background-color: transparent;
        border-right: 0;
        width: 100%;
    }

    .electronic_1 .rwd-table td a {
        margin: 0 auto;
    }

    .electronic_1 .rwd-table .first_1 i {
        display: none;
    }

    .electronic_1 .rwd-table th, .electronic_1 .rwd-table td {
        margin: 0;
    }

    .electronic_1 .rwd-table th, .electronic_1 .rwd-table td {
        text-align: left;
    }
}
/*ych-----------------------------------------------------*/


.ych_1, .ych_2 {
    margin: 50px auto;
}

    .ych_2 .form-control {
        width: 47%;
        float: left;
        margin-right: 10px;
        border-radius: 0;
        border: 1px solid #FF9606;
        background-color: #F2F5F6;
        min-height: 45px;
    }

.ych_3 {
    margin: 30px auto;
    background-color: #F5F5F4;
    overflow: hidden;
    font-size: 15px;
    color: #333333;
    min-height: 78px;
    border-top: 2px solid #86BC42;
    line-height: 75px;
}

    .ych_3 i {
        display: inline-block;
        width: 20px;
        height: 20px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -680px -109px;
        margin-right: 5px;
        position: relative;
        top: 5px;
    }

    .ych_3 a {
        background-color: #86BC42;
        color: #fff;
        font-size: 15px;
        padding: 10px 20px;
    }

.ych_4 {
    border: 1px solid #CCCCCC;
    padding: 20px;
    position: relative;
    margin-bottom: 50px;
}

.ych_icon {
    width: 56px;
    height: 56px;
    background: rgba(255, 150, 6, .5) url(../image/icon_5.png) no-repeat;
    border-radius: 100%;
    background-position: -238px -34px;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.ych_4:hover .ych_icon {
    opacity: 1;
}

.ych_5 h3 {
    font-size: 19px;
    color: #333333;
    margin: 0;
}

.ych_5 p {
    font-size: 14px;
    color: #666666;
}

    .ych_5 p b {
        font-weight: bolder;
    }

    .ych_5 p span {
        color: #D83800;
        font-weight: bolder;
    }

.ych_5 .underline {
    border-bottom: 1px solid rgba(204, 204, 204, .4);
    padding-bottom: 10px;
}

.ych_7 {
    position: relative;
    width: 20%;
    height: 43px;
    float: left;
}

    .ych_7 input {
        width: 60px;
        height: 42px;
        border: 0;
        background-color: #F5F5F4;
        padding-left: 10px;
        float: left;
    }

    .ych_7 a {
        position: absolute;
        width: 25px;
        height: 21px;
        background-color: #FF9606;
    }

    .ych_7 .up_1 {
        top: 0;
        background: #FF9606 url(../image/icon_5.png) no-repeat;
        background-position: -180px -4px;
        transform: rotate(180deg);
    }

    .ych_7 .down_1 {
        bottom: 0;
        background: #FF9606 url(../image/icon_5.png) no-repeat;
        background-position: -181px -4px;
    }

.ych_5 button {
    font-size: 15px;
    color: #fff;
    background-color: #FF9606;
    border: 0;
    padding: 11px 25px;
    margin-left: 10px;
}

.ych_5 .ych_8 {
    clear: both;
    margin-top: 50px;
}

.ych_5 .ych_6 a {
    display: block;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,cacaca+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(202, 202, 202, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(202, 202, 202, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(202, 202, 202, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cacaca', GradientType=0 ); /* IE6-9 */
    color: #FF9606;
    font-size: 14px;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    font-weight: bolder;
    padding: 7px 13px;
    margin: 0;
    width: 8%;
    text-align: center;
}

.carts_1 {
    margin: 50px auto;
}

    .carts_1 ul {
        margin: 0 auto;
    }

        .carts_1 ul li {
            list-style: none;
            display: inline-block;
            vertical-align: top;
            min-height: 107px;
            position: relative;
            margin-left: -15px;
        }

            .carts_1 ul li p {
                font-size: 16px;
                color: #666666;
                line-height: 30px;
            }

            .carts_1 ul li .active_1 {
                color: #FF9606;
            }

.carts_5 tr:nth-child(2n) {
    background-color: rgba(255, 206, 140, .12);
}

.carts_5 tr:nth-child(2n-1) {
    background-color: #F3F9EC;
}

.carts_5 tr th {
    background-color: #FF9606;
    font-size: 16px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    line-height: 68px;
}

.carts_5 tr td {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
}

.carts_5 tr {
    border: 1px solid rgba(204, 204, 204, .65);
}

    .carts_5 tr td select {
        background-color: transparent;
        border: 1px solid #FF9606;
        border-radius: 4px;
        padding: 5px 10px;
    }

    .carts_5 tr td img {
        background-color: #fff;
        border: 1px solid #CCCCCC;
        padding: 3px;
        margin-right: 10px;
    }

    .carts_5 tr td .trash {
        display: block;
        width: 20px;
        height: 23px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -614px -50px;
        margin: 0 auto;
    }

    .carts_5 tr td span {
        color: #FF9606;
    }

    .carts_5 tr td .carts_6 {
        display: block;
        background-color: #86BC42;
        font-size: 15px;
        color: #fff;
        width: 126px;
        margin: 0 auto;
        line-height: 38px;
    }

        .carts_5 tr td .carts_6 i {
            display: inline-block;
            width: 25px;
            height: 25px;
            background: url(../image/icon_5.png) no-repeat;
            background-position: -668px -49px;
            position: relative;
            top: 4px;
        }

.carts_7 {
    width: 75%;
    border-right: 1px solid #CCCCCC;
}

    .carts_7 h3 {
        font-size: 16px;
        color: #FF9606;
    }

    .carts_7 p {
        font-size: 14px;
        color: #333333;
    }

        .carts_7 p span {
            font-size: 14px;
            color: #6A9633;
        }

.carts_7, .carts_8 {
    margin-top: 40px;
}

    .carts_8 tr {
        border: 1px solid rgba(204, 204, 204, .65);
    }

        .carts_8 tr td {
            font-size: 14px;
            color: #333333;
            font-weight: bold;
            text-align: center;
            line-height: 35px;
        }

            .carts_8 tr td b {
                font-size: 18px;
                color: #D83800;
                font-weight: bolder;
            }

    .carts_8 button {
        background-color: #FF9606;
        color: #fff;
        font-size: 17px;
        padding: 10px 30px;
        border: 0;
        margin-top: 10px;
        border-radius: 4px;
        text-align: center;
        float: right;
    }

    .carts_8 .button {
        background-color: #FF9606;
        color: #fff;
        font-size: 17px;
        padding: 10px 30px;
        border: 0;
        border-radius: 4px;
        text-align: center;
        margin: 0 auto;
        float: none;
    }

    .carts_8 button i {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -723px -49px;
        position: relative;
        top: 5px;
    }

.carts_5 tr td b {
    font-size: 18px;
    color: #D83800;
    font-weight: bolder;
}

.carts_9 h3 {
    font-size: 18px;
    color: #333333;
    padding: 0 100px;
    margin-top: 50px;
}

    .carts_9 h3 span {
        color: #FF9606;
    }

    .carts_9 h3 i {
        display: inline-block;
        width: 17px;
        height: 17px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -735px -111px;
        position: relative;
        top: 2px;
    }

.carts_9 p {
    font-size: 15px;
    color: #333333;
    padding: 0 122px;
}

.carts_10 {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 30px 100px;
    overflow: hidden;
}

    .carts_10 .control-label {
        font-size: 14px;
        color: #333333;
        background-color: rgba(255, 206, 140, .15);
        padding: 13px;
    }

    .carts_10 label span {
        color: #FF9606;
    }

    .carts_10 .form-group {
        margin-bottom: 0;
        border-bottom: 1px solid #fff;
    }

    .carts_10 .form-control {
        height: 22px;
        padding: 0;
        width: 50%;
    }

    .carts_10 .bg {
        background-color: rgba(243, 249, 236, .8);
        padding: 12px;
        border-left: 1px solid #fff;
    }

    .carts_10 .size {
        width: 85%;
    }

    .carts_10 label b {
        color: #333333;
    }

    .carts_10 .size_2 {
        width: 10%;
    }

    .carts_10 .size_3 {
        line-height: 96px;
    }

    .carts_10 p {
        font-size: 14px;
        color: #333333;
        text-align: center;
        padding-top: 20px;
    }

        .carts_10 p span {
            color: #D83800;
        }

.carts_11 {
    font-size: 14px;
    color: #333333;
    background-color: rgba(243, 249, 236, .8);
    overflow: hidden;
    padding: 20px 0;
}

    .carts_11 .icon_9 {
        width: 76px;
        height: 76px;
        border-radius: 100%;
        background: #86BC42 url(../image/icon_5.png) no-repeat;
        background-position: -633px -448px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 60px;
    }

    .carts_11 .icon_10 {
        width: 76px;
        height: 76px;
        border-radius: 100%;
        background: #FF9606 url(../image/icon_5.png) no-repeat;
        background-position: -740px -448px;
        display: inline-block;
        vertical-align: middle;
        margin-top: 60px;
    }

    .carts_11 .line_6 {
        display: inline-block;
        border-right: 1px solid #ccc;
        height: 38px;
        vertical-align: middle;
        padding-left: 80px;
        margin-top: 60px;
    }

    .carts_11 .radio {
        padding: 77px 0 77px 77px;
    }

    .carts_11 ul li {
        list-style: none;
        width: 95%;
        display: inline-block;
        line-height: 26px;
    }

    .carts_11 ul i {
        display: inline-block;
        width: 18px;
        height: 18px;
        background-color: #86BC42;
        border-radius: 100%;
        color: #fff;
        text-align: center;
        font-style: normal;
        vertical-align: top;
        margin-top: 4px;
    }

.carts_13 button {
    background-color: #FF9606;
    color: #fff;
    font-size: 17px;
    padding: 10px 30px;
    border: 0;
    margin-top: 10px;
    border-radius: 4px;
    text-align: center;
}

    .carts_13 button i {
        display: inline-block;
        width: 20px;
        height: 15px;
        background: url(../image/icon_5.png) no-repeat;
        background-position: -778px -112px;
        position: relative;
        top: 2px;
    }

.carts_14 {
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    padding: 30px 100px;
    overflow: hidden;
}

    .carts_14 tr td {
        font-size: 14px;
        color: #333333;
        line-height: 40px;
        padding-left: 10px;
        border: 1px solid #fff;
    }

    .carts_14 tr .one_1 {
        background-color: rgba(255, 206, 140, .15);
        width: 15%;
    }

    .carts_14 tr .one_2 {
        background-color: rgba(243, 249, 236, .8);
    }

.carts_15 {
    display: block;
    text-align: center;
    margin: 0 auto;
}

    .carts_15 .form-control, .carts_15 .control-label, .carts_15 .btn-default {
        display: inline-block;
    }

    .carts_15 .form-control {
        width: auto;
    }

    .carts_15 .control-label {
        color: #333333;
        font-size: 18px;
    }

        .carts_15 .control-label span {
            color: #FF9606;
        }

    .carts_15 .form-control {
        border-radius: 0;
    }

    .carts_15 .btn-default {
        color: #fff;
        background-color: #FF9606;
        border: 0;
        padding: 7px 35px;
    }
/*-----表格-----------------------------------------*/

.carts_16 .rwd-table {
    background: #fff;
    overflow: hidden;
}

.carts_16 .rwd-table {
    min-width: 100%;
}

    .carts_16 .rwd-table th {
        display: none;
    }

    .carts_16 .rwd-table td {
        display: block;
    }

        .carts_16 .rwd-table td:before {
            content: attr(data-th) " : ";
            font-weight: bold;
            width: 8em;
            display: inline-block;
            color: #FF9606;
            float: left;
            text-align: left;
        }

.carts_16 {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 50px;
}

    .carts_16 tr th {
        color: #fff;
        font-size: 16px;
        text-align: center;
        line-height: 30px;
    }

    .carts_16 tr td {
        color: #333333;
        font-size: 14px;
        text-align: center;
        line-height: 50px;
        background-color: rgba(255, 206, 140, .12);
    }

        .carts_16 tr td span {
            display: inline-block;
            width: 25px;
            height: 24px;
            background: url(../image/icon_7.png) no-repeat;
            background-position: 0;
            position: relative;
            top: 5px;
        }

        .carts_16 tr td button {
            background-color: #fff;
            border: 1px solid #FF9606;
            border-radius: 4px;
            line-height: 27px;
            padding: 0 10px;
        }

            .carts_16 tr td button .false {
                display: inline-block;
                background: url(../image/icon_7.png) no-repeat;
                width: 10px;
                height: 10px;
                background-position: -37px -8px;
            }

            .carts_16 tr td button .rep {
                display: inline-block;
                background: url(../image/icon_7.png) no-repeat;
                width: 20px;
                height: 13px;
                background-position: -59px -6px;
            }

.carts_17 tr th {
    color: #FF9606;
    text-align: center;
    background-color: #fff;
    line-height: 40px;
}

.carts_17 tr td {
    color: #333;
    text-align: center;
}

.carts_17 tr:nth-child(2n) {
    background-color: rgba(255, 206, 140, .12);
}

.carts_17 tr:nth-child(2n-1) {
    background-color: #F3F9EC;
}

@media (max-width: 1215px) {
    .carts_10 .size_2 {
        width: auto;
    }

    .carts_11 .radio {
        padding: 0;
    }

    .carts_11 .icon_9 {
        display: block;
        margin: 30px auto;
    }

    .carts_11 .icon_10 {
        display: block;
        margin: 30px auto;
    }

    .carts_11 .line_6 {
        display: none;
    }
}

@media (max-width: 1024px) {
    .carts_9 h3 {
        padding: 0;
    }

    .carts_9 p {
        padding: 0;
    }

    .carts_10 {
        padding: 10px;
    }

        .carts_10 .form-horizontal .form-group {
            margin-right: 0;
            margin-left: 0;
        }

    .carts_11 .radio {
        text-align: center;
    }

    .carts_14 {
        padding: 10px;
    }
}

@media (max-width: 767px) {
    .ych_3 {
        line-height: 40px;
        padding-bottom: 20px;
    }

    .carts_7 {
        width: 100%;
        border-right: 0;
    }

    .carts_10 .control-label {
        width: 100%;
    }

    .carts_10 .form-control {
        width: 100%;
    }

    .carts_10 .size_3 {
        line-height: normal;
    }

    .carts_15 .form-control {
        width: 100%;
    }

    .carts_15 .btn-default {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .carts_16 .rwd-table td:before {
        display: none;
    }

    .carts_16 .rwd-table th, .carts_16 .rwd-table td {
        display: table-cell;
        padding: 0.25em 0.5em;
    }
}
