﻿

.wrap {
    margin: 0 auto;
    width: 1190px;
    position:relative;
}

    .list-container{
        height:100vh;
    }

.header {
    height: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 0;
    transition: color,background 0.25s linear;
}

    .header .cen {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .header .cen .logo {
            float: left;
            width: 180px;
            margin-top: 22px;
        }

            .header .cen .logo .logo1 {
                display: block;
            }

            .header .cen .logo .logo1 {
                display: none;
            }

            .header .cen .logo img,
            .header .cen .logo a {
                width: 100%;
                height: 100%;
            }

    .header .rts {
        float: right;
        width: calc(100% - 215px);
    }

        .header .rts .naver {
            float: left;
        }

            .header .rts .naver ul {
            }

            .header .rts .naver li {
                float: left;
                position: relative;
                margin-right: 30px;
            }

                .header .rts .naver li .nli {
                    position: absolute;
                    top: 100%;
                    z-index: 11;
                    margin: 0px auto;
                    left: 50%;
                    transition: all 0.3s ease-in-out;
                    transform: translateX(-50%);
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -o-box-sizing: border-box;
                    box-sizing: border-box;
                    overflow: hidden;
                    background: #fff;                 
                    pointer-events: none;
                    max-height:0;
                }

                .header .rts .naver li .nlia.qmnlia {
                    left: 100px;    
                }

                .header .rts .naver li .nli.qmnlia .nbgs {
                    justify-content: center;
                    flex-wrap: nowrap;
                }

                .header .rts .naver li .qmnlia .dl {
                    margin: 30px;
                }

                .header .rts .naver li .nli.qmnlia .dl dl {
                    width: auto;
                    display:block;
                }

                    .header .rts .naver li .nli.qmnlia .dl dl::after {
                        content: unset;
                    }

                .header .rts .naver li h3.h3 {
                    position: relative;
                    z-index: 111;
                }

                .header .rts .naver li:hover .nli {
                    /*opacity: 1;*/
                    pointer-events: auto;
                    max-height: 600px;
                    box-shadow: 0 0 3px 1px rgba(0, 0, 0, .1);
                }

                    .header .rts .naver li:hover h3.h3::before {
                        opacity: 1;
                    }

                .header .rts .naver li h3::before {
                    content: "";
                    display: block;
                    opacity: 0;
                    background: url(../images/icon19.png) no-repeat center/100% 100%;
                    width: 19px;
                    height: 10px;
                    right: 0;
                    margin: 0 auto;
                    bottom: -2px;
                    margin: 0 auto;
                    position: absolute;
                    left: 0;
                    z-index: 99;
                    transform: rotate(180deg);
                    -ms-transform: rotate(180deg);
                    /* IE 9 */
                    -moz-transform: rotate(180deg);
                    /* Firefox */
                    -webkit-transform: rotate(180deg);
                    /* Safari 鍜� Chrome */
                    -o-transform: rotate(180deg);
                    transition:opacity 0.3s;
                }


                .header .rts .naver li .nli .nbgs {
                    background: #fff;
                    display: inline-block;
                    padding: 10px 50px;
                    overflow: hidden;
                    display: flex;
                    justify-content: space-between;
                    flex-wrap: wrap;
                }

                .header .rts .naver li .nli .sortbox {
                    padding-right: 35px;
                    padding-top: 15px;
                }

                    .header .rts .naver li .nli .sortbox .dl {
                        margin: 15px 0;
                    }


                    .header .rts .naver li .nli .sortbox .dl dl::after{
                        width:90px;
                    }

                        .header .rts .naver li .nli .sortbox .dl dd {
                            min-width: 90px;
                            margin-bottom: 10px;
                        }


                            .header .rts .naver li.inpor .nli .nbgs .dl {
                                padding: 0 55px;
                                display: block;
                                margin: 15px 0;
                            }

                    .header .rts .naver li .nli .nbgs.about {
                        width: 430px;
                        padding: 10px 44px 10px 60px;
                    }

                            .header .rts .naver li .nli .nbgs.about .dl dl{
                                width:220px;
                            }

                            .header .rts .naver li .nli .nbgs.about .dllist {
                                width: 130px;
                            }
                                .header .rts .naver li .nli .nbgs.about .dllist .dl:first-child{
                                    margin-top:25px !important;
                                }

                                .header .rts .naver li .nli .nbgs.about .dllist .dl:nth-child(n+1) {
                                    margin: 20px 0;
                                }

                                .header .rts .naver li.inpor .nli .nbgs {
                                    padding: 0;
                                }

                    .header .rts .naver li .nli .nbgs a:hover {
                        color: #3475f7;

                    }

                .header .rts .naver li .dl {
                    border-radius: 4px;
                    margin: 25px 0;
                }

                .header .rts .naver li .nbgs.mana .dl {
                    margin:15px 0;
                }

                    .header .rts .naver li .dl .dt {
                        margin-bottom: 5px;
                        transition: all 0.2s;
                    }

                        .header .rts .naver li .dl .dt::after, .header .rts .naver li .dl dt::after {
                            content: "";
                            display: block;
                            width: 0;
                            height: 2px;
                            background-color: #3475f7;
                            position: relative;
                            transition: all 0.2s;
                            bottom: 0;
                        }
                        .header .rts .naver li .dl .dt:hover::after, .header .rts .naver li .dl dt:hover::after {
                            width: 100%;
                        }
                    /*.header .rts .naver li .dl:hover dt h4, .header .rts .naver li .dl:hover .dt h4{
                        background-size:30px 30px !important;
                    }*/


                    .header .rts .naver li .dl:hover dt a, .header .rts .naver li .dl:hover h4 a, .header .rts .naver li .dl:hover dt span, .header .rts .naver li .dl:hover h4 span {
                        font-size: 18px;
                    }

                    .header .rts .naver li dt, .header .rts .naver li h4 {
                        line-height: 46px;
                        color: #333333;
                        padding-left: 35px;
                        margin-bottom: 5px;
                        white-space:nowrap;
                    }

                

                .mt50 {
                    margin-top: 50px;
                }

.mt16 {
    margin-top: 16px;
}

/*.header .rts .naver li dt span, .header .rts .naver li h4 span {
    color: #333;
    font-weight: bold;
    display: block;
    font-size: 16px;
    line-height: 64px;
    transition: all 0.3s;
}*/

.header .rts .naver li dt a, .header .rts .naver li h4 a, .header .rts .naver li dt span, .header .rts .naver li h4 span {
    display: block;
    color: #3475f7;
    line-height: 30px;
    font-size: 18px;
    transition:all 0.3s;
}

.header .rts .naver li dd a {
    color: #666666;
    line-height: 2;
    font-size: 16px;
    display:inline-block;
}

    .header .rts .naver li dd a.more {
        margin-top: 10px;
        font-size: 14px;
        color: #3475f7;
    }

    .header .rts .naver li dd a::after {
        content: "";
        display: block;
        width: 0;
        height: 2px;
        background-color: #3475f7;
        position: relative;
        transition: all 0.2s;
        bottom: 0;
    }

    .header .rts .naver li dd a:hover::after{
        width:100%;
    }

    /*.header .rts .naver li dd a:nth-child(2n) {
        margin-right: 0;
        margin-left: 30px;
    }*/

.header .rts .naver li:last-child {
    margin-right: 0;
}

    .header .rts .naver li:last-child .aac {
        margin-bottom: 50px;
    }

    .header .rts .naver .nsa {
        width: 130px;
        background: #f5f7fa;
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        z-index: 11;
        text-align: center;
    }

.header .rts .naver .censa {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 鍜� Chrome */
    -o-transform: translateY(-50%);
}

.header .rts .naver .qcensas {
    top: 40px;
    transform: translateY(0);
    -ms-transform: translateY(0);
    /* IE 9 */
    -moz-transform: translateY(0);
    /* Firefox */
    -webkit-transform: translateY(0);
    /* Safari �? Chrome */
    -o-transform: translateY(0);
}

.header .rts .naver .aac {
    margin-bottom: 36px;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
}

    .header .rts .naver .aac:last-child {
        margin-bottom: 0;
    }

    .header .rts .naver .aac span {
        font-size: 12px;
    }

    .header .rts .naver .aac img {
        display: block;
        margin: 0 auto 8px;
    }

.header .rts .naver li a {
    display: block;
    font-size: 16px;
    line-height: 80px;
    color: rgba(255, 255, 255, 0.4);
    transition: all 0.3s;
}

.header .rts .naver li:hover h3 a,
.header .rts .naver li.on h3 a {
    color: rgba(255, 255, 255, 1);
}

.header .rts .rt {
    float: right;
}

    .header .rts .rt ul {
        padding-top: 20px;
    }

    .header .rts .rt li {
        float: left;
    }

        .header .rts .rt li:nth-child(1) {
            margin-right: 20px;
        }

        .header .rts .rt li:last-child {
            margin-right: 0;
        }

        .header .rts .rt li a {
            display: block;
        }

        .header .rts .rt li h4 {
            margin-top: 3px;
            padding: 8px 15px;
            border-radius: 3px;
            font-size: 14px;
            text-align: center;
            color: #fff;
            overflow: hidden;
            transition: all 0.3s;
            border: 1px solid rgba(255, 255, 255, 0.3);
        }

            .header .rts .rt li h4:hover {
                background: #3475f7;
                border-color: #3475f7;
            }

.header .rt .hotline {
    color: white;
}

    .header .rt .hotline h5 {
        font-size: 16px;
    }

    .header .rt .hotline img {
        height: 24px;
        margin-top: 8px;
    }
.header .rt .hotline .hotline_hover {
    display: none;
}

.header .rts .form {
    float: left;
    position: relative;
    margin-top: 3px;
    padding-top: 7px;
}

.header .rts .text {
    width: 0;
    height: 28px;
    font-size: 14px;
    color: #fff;
    box-sizing: border-box;
    border: none;
    transition: all 0.3s;
    float: left;
    z-index: 11;
    background: none;
    border: none !important;
}

    .header .rts .text::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #fff;
    }

    .header .rts .text::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
    }

    .header .rts .text:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #fff;
    }

.header.qmhead .rts .text {
    color: #333;
}

    .header.qmhead .rts .text::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #a9a9a9;
    }

    .header.qmhead .rts .text::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #a9a9a9;
    }

    .header.qmhead .rts .text:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #a9a9a9;
    }

.header .rts .form .boraa {
    border: 1px solid rgba(255, 255, 255, 0.7);
    overflow: hidden;
    float: left;
    padding: 0 15px;
}

.header .rts .form .text {
    width: 290px;
}

.header .rts .form .adela {
    background: url(../images/adico1.png) no-repeat center;
    width: 28px;
    height: 28px;
    float: left;
    cursor: pointer;
}

.ushide {
    display: none;
}

.header .rts .form .btn {
    background: url(../images/icon2.png) no-repeat center;
    width: 22px;
    height: 22px;
    float: left;
    cursor: pointer;
    margin-left: 10px;
    border: none;
    background-size: 15px 15px !important;
}

.header .rts .boraa .btn {
    height: 28px;
}

.title {
    text-align: center;
}

    .title h2 {
        font-size: 35px;
        font-weight: bold;
        line-height: 52px;
        color: #333333;
    }

    .title h6 {
        font-size: 18px;
        line-height: 36px;
        color: #666666;
    }

.ti {
    border-bottom: 1px solid #e5e5e5;
}

    .ti a {
        display: block;
        font-size: 20px;
        font-weight: bold;
        line-height: 71px;
        color: #333333;
    }

        .ti a:hover {
            color: #3475f7;
        }

        .ti a span {
            display: inline-block;
            padding-right: 14px;
            position: relative;
        }

            .ti a span:before {
                background: url(../images/icon18.png) no-repeat center;
                width: 10px;
                height: 16px;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                position: absolute;
                z-index: 11;
                content: "";
            }

        .ti a:hover span:before {
            background: url(../images/icon18-1.png) no-repeat center
        }

.experience {
    padding: 20px 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    z-index:100;
}

    .experience .wrap {
        display: flex;
        justify-content: space-between;
    }

    .experience .feedback2 {
        display: block;
    }

    .experience .freeget {
        margin-left: 20px;
    }

    .experience .wxconsult {
        margin-right: 35px;
    }

    .experience h2 {
        font-size: 30px;
        line-height: 64px;
        color: #fff;
    }

    .experience .linear_border {
        display:none;
        width: 200px;
        height: 2px;
        margin-top: 10px;
        margin-bottom: 28px;
        background-image: linear-gradient(to right, #676767,white 60%);
    }

    .experience .exper_form {
        margin: 12px auto 0;
    }

        .experience .exper_form li {
            display: inline-block;
            margin-top:17px;
            margin-right: 20px;
            position:relative;
        }

        .experience .exper_form li.item-code input {
            padding-right: 100px;
        }

        .experience .exper_form .item-code img {
            float: right;
            height: 36px;
            position: absolute;
            top: 0;
            right: 0;
        }

            .experience .exper_form li .text {
                border: none;
                background: #fff;
                border-radius: 2px;
                overflow: hidden;
                padding: 0 18px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
            width: 200px;
                height: 36px;
            font-size: 14px;
                color: #3475f7;
            }

            .experience .exper_form li .text::placeholder{
                color:#999999;
            }

        .experience .exper_form.exper_form1 li .text {
            width: 200px;
        }

        .experience .exper_form li .exper_text {
            width: 180px;
            line-height: 36px;
        }
        .experience .exper_form #cityBox::-webkit-scrollbar {
            width: 5px;
        }

        .experience .exper_form #cityBox::-webkit-scrollbar-thumb {
            background-color: rgb(210,210,210,0.8);
            border-radius: 2.5px;
        }

        .experience .exper_form #cityBox {
            border-radius: 2px;
            position: absolute;
            width: 300px;
            max-height: 0;
            min-height:0;
            top: 105%;
            left: 0%;
            background: #fff;
            overflow: hidden;
            transition: all 0.3s;
            z-index:999;
        }

            .experience .exper_form #cityBox.isShow {
                max-height: 230px;
                min-height:30px;
                overflow-y: scroll;
            }
                .experience .exper_form #cityBox #filterCity {
                    display: none
                }
            .experience .exper_form #cityBox #hotCity {
                padding: 5px 5px 10px;
            }
                .experience .exper_form #cityBox #hotCity h4 {
                    color: #3475f7;
                    font-size: 15px;
                    font-weight: bold;
                    margin-left: 10px;
                }
                    .experience .exper_form #cityBox #hotCity h4 span {
                        font-weight: normal;
                        font-size: 12px;
                        color: #afa8a8;
                        margin-left: 10px;
                    }
            .experience .exper_form #cityBox #hotCityList {
                display: flex;
                justify-content: start;
                align-items: center;
                flex-wrap: wrap;
            }
                .experience .exper_form #cityBox #hotCityList li {
                    display: inline-block;
                    margin-right: 0;
                    position: relative;
                    margin-top: 10px;
                    padding: 5px 0;
                    text-align: center;
                    font-size: 13px;
                    width:20%;
                    transition: all 0.3s;
                }
                    .experience .exper_form #cityBox #hotCityList li:hover {
                        font-size: 14px;
                        background: #3475f7;
                        cursor: pointer;
                        color: white;
                        margin-top:5px;
                    }
                    .experience .exper_form #cityBox #cityList li, .experience .exper_form #cityBox #nocity {
                        display: block;
                        margin: 0;
                        padding: 0 15px;
                        height:30px;
                        line-height:30px;
                        font-size: 15px;
                        transition: all 0.2s;
                    }
            .experience .exper_form #cityBox #nocity {
                display:none;
            }
                        .experience .exper_form #cityBox #cityList li:hover {
                            color: #3475f7;
                            cursor: pointer;
                            font-size: 17px;
                        }
                
                .experience .exper_form li .submit {
                    border: none;
                    overflow: hidden;
                    text-align: center;
                    cursor: pointer;
                    border-radius: 2px;
                    border: 1px solid #fff;
                    background: none;
                    background: #3475f7;
                    line-height: 36px;
                    width: 145px;
                    font-size: 14px;
                    color: #fff;
                    transition: all 0.3s;
                }

            .experience .exper_form li .submit:hover {
                background: #fff;
                color: #3475f7;
            }

    .experience .consult_about {
        width: 300px;
        padding: 0 10px;
        height: 120px;
        display: flex;
        justify-content: space-around;
        align-items: center;
        color: white;
        background: linear-gradient(#f7c350, #f7c350) left top no-repeat, linear-gradient(#f7c350, #f7c350) left top no-repeat, linear-gradient(#f7c350, #f7c350) right top no-repeat, linear-gradient(#f7c350, #f7c350) right top no-repeat, linear-gradient(#f7c350, #f7c350) left bottom no-repeat, linear-gradient(#f7c350, #f7c350) left bottom no-repeat, linear-gradient(#f7c350, #f7c350) right bottom no-repeat, linear-gradient(#f7c350, #f7c350) right bottom no-repeat;
        background-size: 2px 20px,20px 2px,2px 20px,20px 2px;
        border-radius: 2px;
    }

        .experience .consult_about img {
            width: 100px;
            height: 100px;
        }

    .experience .consult_tip p {
        font-size: 17px;
        margin-bottom: 10px;
    }

#feedbackWin .item-code{
    position: relative;
}

    #feedbackWin .item-code input{
        padding-right:100px;
    }

    #feedbackWin .item-code img {
        float: right;
        height: 36px;
        position: absolute;
        top: 1px;
        right: 1px;
    }
#jobForm .item-code {
    position: relative;
    width: calc((100% - 258px)/4);
    margin-right: 30px;
    margin-bottom: 10px;
}

    #jobForm .item-code input {
        width: 100%;
        border: 1px solid #d8d8d8;
        border-radius: 1px;
        overflow: hidden;
        font-size: 18px;
        color: #333;
        padding: 0 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        height: 40px;
        padding-right: 135px;
    }

    #jobForm .item-code img {
        float: right;
        height: 38px;
        position: absolute;
        top: 1px;
        right: 1px;
    }

.footer {
    background: #16233d;
    padding-top: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    z-index:10;
}

    .footer .lts {
        float: left;
        width:210px;
        background: url(../images/p9.jpg) repeat-y right center;
    }

        .footer .lts .logo_bottom {
            margin-bottom: 20px;
        }

            .footer .lts .logo_bottom img {
                width: 180px;
            }

            .footer .lts .logo1 {
                width: 198px;
                height: 41px;
                margin-top: 10px;
            }

            .footer .lts .logo1 img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .footer .lts .list {
            margin-top: 7px;
        }

            .footer .lts .list li {
                margin-bottom: 22px;
            }

                .footer .lts .list li h6 {
                    font-size: 14px;
                    line-height: 32px;
                    color: #a7aab0;
                }

                .footer .lts .list li h3 {
                    font-size: 22px;
                    line-height: 22px;
                    color: #fff;
                }

        .footer .lts h5 {
            font-size: 16px;
            line-height: 2;
            color: #a7aab0;
        }

    .footer .rts .wx_list h5 {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.5);
    }

    .footer .rts .wx_list {
        margin: 12px auto 0;
    }

        .footer .rts .wx_list ul {
        }

        .footer .rts .wx_list li {
            float: left;
            margin-right: 25px;
            position: relative;
            cursor: pointer;
        }

            .footer .rts .wx_list li .icon {
                height: 30px;
                width: 30px;
                overflow: hidden;
                border-radius: 50%;
            }

                .footer .rts .wx_list li .icon img {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

            .footer .rts .wx_list li .imgs {
                width: 110px;
                height: 110px;
                background: #fff;
                text-align: center;
                position: absolute;
                z-index: 44;
                left: -40px;
                right: 0;
                top: 55px;
                box-shadow: 0 0 5px 1px #1a1a1a;
                display: none;
                border-radius: 8px;
                box-shadow: 0 0 15px 2px rgba(255, 255, 255, 0.3);
            }

            .footer .rts .wx_list li:hover .imgs {
                display: block;
            }

            .footer .rts .wx_list li .imgs:before {
                position: absolute;
                z-index: 11;
                content: "";
                top: -7px;
                left: 0;
                right: 0;
                margin: 0 auto;
                background: url(../images/icon19.png) no-repeat center bottom;
                width: 10px;
                height: 8px;
                transform: rotate(180deg);
            }

            .footer .rts .wx_list li .imgs .img {
                margin: 5px auto 0;
                height: 100px;
                width: 100px;
            }

                .footer .rts .wx_list li .imgs .img img {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

            .footer .rts .wx_list li .imgs h6 {
                text-align: center;
                font-size: 10px;
                line-height: 1;
                color: #333333;
            }

    .footer .rts {
        float: right;
        width: calc(100% - 265px);
        margin-top: 10px;
    }

        .footer .rts dl {
            float: left;
            margin-right: 110px;
        }

            .footer .rts dl:last-child {
                margin-right: 0;
            }

            .footer .rts dl dt {
                font-size: 16px;
                line-height: 2;
                color: #fff;
                margin-bottom: 5px;
            }

            .footer .rts dl dd a {
                display: block;
                font-size: 14px;
                line-height: 2;
                color: rgba(255, 255, 255, 0.5);
                display: block;
                transition: all 0.3s;
            }

                .footer .rts dl dd a:hover {
                    color: #3475f7;
                }

    .footer .cen_naver {
        margin: 17px auto 0;
        padding-bottom: 25px;
    }

        .footer .cen_naver ul {
            overflow: hidden;
    }

        .footer .cen_naver li {
            float: left;
            margin-right: 15px;
            font-size: 13px;
            line-height: 20px;
            color: rgba(255, 255, 255, 0.5);
        }

            .footer .cen_naver li:last-child {
                margin-right: 0;
        }

        .footer .cen_naver li a {
            display: block;
            font-size: 13px;
            line-height: 20px;
            color: rgba(255, 255, 255, 0.5);
            transition: all 0.3s;
        }

                .footer .cen_naver li a:hover {
                    color: rgba(255, 255, 255, 1);
                }

.footer .copyright {
    font-size: 14px;
    line-height: 64px;
    color: rgba(255, 255, 255, 0.5);
    background: url(../images/p10.jpg) repeat-x center top;
    text-align:center;
}

        .footer .copyright a {
            color: rgb(19, 69, 173);
            text-decoration: underline !important
        }

.fixrt {
    position: fixed;
    right: 1.5%;
    z-index: 9999;
    bottom: 40%;
}

    .fixrt li {
        margin-bottom: 3px;
        position: relative;
        cursor: pointer;
        width: 65px;
        height: 68px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 11px;
        box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
    }

        .fixrt li.c1 {
            background: url(../images/FreeExperience.svg) center;
        }

        .fixrt li.c2 {
            background: url(../images/OnlineConsult.svg) center;
        }

        .fixrt li.c3 {
            background: url(../images/WxConsult.svg) center;
        }

        .fixrt li.c4 {
            background: url(../images/ConsultHotline.svg) center;
        }

        .fixrt li.c5 {
            background: url(../images/BacktoTop.svg) center;
        }

        .fixrt li.c3 .icon {
            background: url(../images/c5.png) no-repeat center #3475f7;
        }

        .fixrt li.c2 .left {
            padding: 0;
            top: -12px;
            width: 190px;
            height: 113px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .fixrt li.c2 .row {
            display: flex;
            padding: 10px;
            border-radius: 10px;
        }

            .fixrt li.c2 .row:hover {
                background: #f1f3fa;
            }

            .fixrt li.c2 .row .icon {
                padding: 0 15px;
                width: 20px;
            }

                .fixrt li.c2 .row .icon img {
                    width: 20px;
                    vertical-align: text-bottom;
                }

        .fixrt li.c3 .left {
            top: -24px;
            width: 150px;
            height: 150px;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .fixrt li.c3 img {
            width: 110px;
            height: 110px;
            margin-top: 8px;
        }

        .fixrt li h4 {
            position: absolute;
            right: 100%;
            top: -16px;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            /* IE 9 */
            -moz-transition: all 0.3s;
            /* Firefox */
            -webkit-transition: all 0.3s;
            /* Safari 鍜� Chrome */
            -o-transition: all 0.3s;
            display: none;
        }

        .fixrt li i::before {
            content: "";
            display: block;
            opacity: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            top: 0;
            background: rgba(0, 0, 0, 0.3);
            border-radius: 11px;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            /* IE 9 */
            -moz-transition: all 0.3s;
            /* Firefox */
            -webkit-transition: all 0.3s;
            /* Safari 鍜� Chrome */
            -o-transition: all 0.3s;
        }

        .fixrt li:hover i::before {
            opacity: 1;
        }

        .fixrt li.c4 .left {
            width: 180px;
            height: 49px;
            top: 20px;
            line-height: 49px;
            text-align: center;
            font-size: 18px;
            font-weight: bold;
        }

            .fixrt li.c4 .left img {
                width: 24px;
                vertical-align: sub;
                margin-right: 5px;
            }

        .fixrt li .left {
            background: #fff;
            line-height: 26px;
            color: #999999;
            position: relative;
            white-space: nowrap;
            box-shadow: 0 0 3px 1px #e0e9f6;
            font-size: 14px;
            margin-right: 20px;
        }

            .fixrt li .left span {
                color: #0055ff;
                font-size: 16px;
            }

            .fixrt li .left::before {
                position: absolute;
                content: "";
                right: -14px;
                top: 50%;
                width: 14px;
                height: 22px;
                background: url(../images/c11.png) no-repeat center;
                margin-top: -10px;
                z-index: 11;
            }

        .fixrt li:hover h4 {
            display: block;
        }

.qm_tit {
    background: #FFFFFF;
    position: relative;
    z-index: 9999;
    height: 60px;
    top: 0;
}

    .qm_tit.ons ul {
        position: fixed;
    }

    .qm_tit ul {
        background: #FFFFFF;
        border-bottom: 1px solid #e5e5e5;
        font-size: 0;
        z-index: 99999;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    .qm_tit li {
        display: inline-block;
        margin: 0 2px;
    }

        .qm_tit li a {
            font-size: 18px;
            line-height: 60px;
            color: #333333;
            padding: 0 17px;
            display: block;
            position:relative;
        }

            .qm_tit li.on a,
            .qm_tit li a:hover {
                background: #f5f5f5;
                color: #3475f7;
            }

.qmhead {
    background: #FFFFFF;
    border-bottom: 1px rgba(173, 172, 172, 0.45) solid;
}

    .qmhead .cen .logo .logo1,
    .nopageheader .cen .logo .logo1{
        display: block;
    }

    .qmhead .cen .logo .logo2 {
        display: none;
    }

    .qmhead .rts .naver li a {
        color: #333333;
    }

    .qmhead .rts .naver li:hover h3 a,
    .qmhead .rts .naver li.on h3 a {
        color: #3475f7;
    }

    .qmhead .rts .hotline {
        color: #333;
    }

    .qmhead .rt .hotline .hotline_hover {
        display: block;
    }

    .qmhead .rt .hotline .hotline_normal {
        display: none;
    }

    .qmhead .rts .form .btn {
        background: url(../images/qimg11.png) no-repeat center;
    }

    .qmhead .rts .ushide .btn {
        background: url(../images/qimg11-1.png) no-repeat center;
    }

    .qmhead .rts .btn:hover {
        /* background: url(../images/icon2-1.png) no-repeat center; */
    }

.logo1 {
    display: none;
}

.hfangan {
    padding: 0px 0 60px;
}

    .hfangan .hd {
        text-align: center;
    }

        .hfangan .hd li {
            display: inline-block;
            margin: 0 38px;
        }

        .hfangan .hd a {
            font-size: 18px;
            line-height: 50px;
            color: #333333;
            width: 160px;
            background: #e6e6e6;
            display: block;
            border-radius: 4px;
        }

            .hfangan .hd li.on a,
            .hfangan .hd a:hover {
                background: #3475f7;
                color: #fff;
            }

    .hfangan .bd {
        margin-top: 35px;
    }

        .hfangan .bd li {
            float: left;
            width: calc((100% - 96px)/4);
            margin-right: 30px;
            margin-bottom: 35px;
            position:relative;
            top:0;
            transition:all 0.3s;
        }

            .hfangan .bd li:nth-child(4n) {
                margin-right: 0;
            }

        .hfangan .bd.bd2 li {
            margin-right: 0;
            width: calc((100% - 35px)/2);
        }

            .hfangan .bd.bd2 li:nth-child(2n) {
                float: right;
            }

            .hfangan .bd.bd2 li a {
                height: 290px;
            }

        .hfangan .bd li a {
            display: block;
            height: 190px;
            position: relative;
        }

        .hfangan .bd li:hover {
            top: -6px;
            box-shadow: 0 0 16px 2px rgba(80, 80, 81, 0.7);
        }

        .hfangan .bd li .mks {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            background: rgba(51, 51, 51, 0.75);
        }

            .hfangan .bd li .mks h3 {
                font-size: 30px;
                font-weight: bold;
                line-height: 55px;
                color: #fff;
            }

                .hfangan .bd li .mks h3.s1 {
                    display: block;
                }

                .hfangan .bd li .mks h3.s2 {
                    display: none;
                }

        .hfangan .bd li a:hover .mks h3.s2 {
            display: block;
        }

        .hfangan .bd li a:hover .mks h3.s1 {
            display: none;
        }

        .hfangan .bd li .centa {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            z-index: 1;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            /* IE 9 */
            -moz-transform: translateY(-50%);
            /* Firefox */
            -webkit-transform: translateY(-50%);
            /* Safari 鍜� Chrome */
            -o-transform: translateY(-50%);
            text-align: center;
        }

        .hfangan .bd li h5 {
            width: 105px;
            font-size: 14px;
            text-align: center;
            margin: 0 auto;
            height: 34px;
            overflow: hidden;
            line-height: 31px;
            border-radius: 2px;
            color: #ffffff;
            border: 1px solid rgba(255, 255, 255, 0);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            /* IE 9 */
            -moz-transition: all 0.3s;
            /* Firefox */
            -webkit-transition: all 0.3s;
            /* Safari 鍜� Chrome */
            -o-transition: all 0.3s;
            margin-top: 15px;
            background: #fff;
            color: #3475F7;
        }

.pages li a:hover {
    background: #3475f7;
    color: #fff;
}

.pages li .btn:hover,
.mkliangd .lianbd .txa a:hover,
.mkkeh .posr li .text .btn:hover{
    background: #2452ac;
    color: #fff;
}

.hfangan .bd ul {
    display: none;
}

    .hfangan .bd ul:first-child {
        display: block;
    }

.case {
    padding: 25px 0 20px;
}

    .case .hd dl,.case .hd ul {
        overflow: hidden;
        padding-bottom: 20px;
        float: left;
        width: calc(100% - 118px);
    }

        .case .hd ul{
            width:100%;
            padding-bottom:40px;
        }

        .case .hd .dt {
            float: left;
            font-size: 16px;
            line-height: 40px;
            color: #333333;
            width: 118px;
        }

    .case .hd dd a, .case .hd li a, .eblqmcs .hd li a {
        font-size: 16px;
        line-height: 40px;
        color: #333333;
        display: block;
        width: 110px;
        text-align: center;
        border-radius: 2px;
        border: 0;
        background: #fff;
    }

        .case .hd dd.on a,
        .case .hd dd a:hover,
        .eblqmcs .hd li.on a,
        .eblqmcs .hd li.on :hover,
        .case .hd li.on a,
        .case .hd li a:hover {
            background: #3475f7;
            color: #fff;
            cursor: pointer;
        }

    .case .hd dd, .case .hd li {
        margin-right: 5px;
        float: left;
        margin-bottom: 10px;
    }


.eblqmcs .hd li {
    margin-bottom: 0 !important;
    margin-right: 5px;
    float: left;
}

.case .bd {
    margin-top: 15px;
}

    .case .bd li {
        float: left;
        width: calc((100% - 72px)/3);
        margin-right: 35px;
        margin-bottom: 35px;
        box-shadow: 0 0 5px 0 rgba(80, 80, 81, 0.3);
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        /* IE 9 */
        -moz-transition: all 0.3s;
        /* Firefox */
        -webkit-transition: all 0.3s;
        /* Safari 鍜� Chrome */
        -o-transition: all 0.3s;
    }

        .case .bd li:hover {
            box-shadow: 0 0 16px 2px rgba(80, 80, 81, 0.3);
        }

        .case .bd li:nth-child(3n) {
            margin-right: 0;
        }

        .case .bd li a {
            display: block;
        }

    .case .bd .imgs {
        height: 190px;
        position: relative;
    }

        .case .bd .imgs::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            background: rgba(22, 35, 61, 0.3);
            top: 0;
            bottom: 0;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            /* IE 9 */
            -moz-transition: all 0.3s;
            /* Firefox */
            -webkit-transition: all 0.3s;
            /* Safari 鍜� Chrome */
            -o-transition: all 0.3s;
        }

        .case .bd .imgs img {
            position: absolute;
            top:50%;
            left:50%;
            transform:scale(1) rotate(0) translate3d(-50%, -50%,0);
            max-width: 80%;
            max-height: 80%;
        }

    .case .bd .txt {
        padding: 18px 25px;
        height: 80px;
    }

        .case .bd .txt h2 {
            font-size: 20px;
            font-weight: bold;
            line-height: 28px;
            color: #333333;
        }

            .case .bd .txt h2 i {
                font-size: 12px;
                line-height: 26px;
                color: #9e9e9e;
                width: 105px;
                border: 1px solid #e0e0e0;
                display: inline-block;
                vertical-align: top;
                margin-left: 13px;
                text-align: center;
            }

        .case .bd .txt h4 {
            margin-top: 13px;
            font-size: 15px;
            line-height: 22px;
            color: #666666;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.case .bd {
    margin-bottom: 10px;
}

.pages ul {
    text-align: center;
}

.pages li {
    display: inline-block;
    margin: 0 3px;
    font-size: 16px;
    line-height: 34px;
    color: #929191;
}

    .pages li a {
        width: 34px;
        display: block;
        font-size: 16px;
        line-height: 34px;
        color: #929191;
        border: 1px solid #929191;
        border-radius: 3px;
    }

    .pages li.ne a {
        width: 84px;
    }

    .pages li .txa {
        width: 50px;
        font-size: 16px;
        height: 32px;
        color: #929191;
        border: 1px solid #929191;
        border-radius: 3px;
        text-align: center;
    }

    .pages li .btn {
        background: #3475f7;
        font-size: 16px;
        width: 70px;
        border: none;
        color: #fff;
        line-height: 36px;
        border-radius: 3px;
        text-align: center;
        text-align: center;
        cursor: pointer;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        /* IE 9 */
        -moz-transition: all 0.3s;
        /* Firefox */
        -webkit-transition: all 0.3s;
        /* Safari 鍜� Chrome */
        -o-transition: all 0.3s;
    }

.casedel .lt .news_cen {
    padding: 25px 0;
}

    .casede3 .lt .news_cen{
        padding-top:0;
    }

/*    .casedel .crumbs {
        margin: 7px auto;
    }*/

.casedel .lt {
    float: left;
    width: 63%;
    padding: 0 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

    .casede4 .lt{
        padding:0;
    }

    .casedel .lt img {
        max-width: 100%;
        display: block;
        margin: 0 auto 15px;
    }

    .casedel .lt h1 {
        font-size: 28px;
        font-weight: bold;
        line-height: 1.7;
        color: #333333;
        text-align: center;
        padding-bottom: 10px;
    }

    .casedel .lt .hd {
        width: 100%;
        padding: 32px 25px 28px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #f1f1f1;
        box-shadow: 0 0 2px 1px #f7f7f7;
        position: relative;
        margin-top: 30px;
    }

        .casedel .lt .hd::before {
            position: absolute;
            left: -65px;
            top: -30px;
            background: url(../images/qimg18.png) no-repeat center;
            width: 44px;
            height: 36px;
            content: "";
        }

        .casedel .lt .hd p {
            font-size: 16px;
            line-height: 28px;
        }

        .casedel .lt .hd h6 {
            text-align: right;
            font-size: 16px;
            line-height: 36px;
        }

.casedel .ul {
    margin-top: 30px;
}

    .casedel .ul ul {
        overflow: hidden;
    }

        .casedel .ul ul li {
            float: left;
            margin-right: 40px;
            width: calc((100% - 82px)/3);
            overflow: hidden;
        }

            .casedel .ul ul li:nth-child(3n) {
                margin-right: 0;
            }

            .casedel .ul ul li .ico {
                float: left;
                width: 44px;
                height: 64px;
                position: relative;
            }

                .casedel .ul ul li .ico img {
                    display: block;
                    max-height: 100%;
                    max-width: 100%;
                    position: absolute;
                    z-index: 11;
                    top: 50%;
                    transform: translateY(-50%);
                    left: 0;
                    right: 0;
                    margin: 0 auto;
                }

            .casedel .ul ul li .tx {
                float: right;
                width: calc(100% - 60px);
                padding-top: 5px;
            }

                .casedel .ul ul li .tx h3 {
                    font-size: 18px;
                    line-height: 30px;
                    color: #333333;
                }

                .casedel .ul ul li .tx h5 {
                    font-size: 14px;
                    line-height: 20px;
                    color: #666666;
                }

.casedel .bd {
    margin: 0px auto 0;
    font-size: 16px;
    line-height: 34px;
    color: #333333;
}

    .casedel .bd h2 {
        font-size: 30px;
        line-height: 46px;
        color: #333333;
        text-align: center;
    }


.casedel .rt {
    float: right;
    width: 33%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .casedel .rt.right_rt {
        position: absolute;
        top: 0;
        right: 0;
    }

    .casedel .rt .recom_list, .casedel .rt .area_list {
        /*border: 1px solid #f1f1f1;
        box-shadow: 0 0 2px 1px #f7f7f7;*/
        margin-bottom: 35px;
        padding: 20px 30px 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .casedel .rt .recom_list .prog {
            border-bottom: none;
            margin-bottom: 15px;
        }

        .casedel .rt .recom_list.recom_list1 {
            background: #fff;
            margin-bottom: 20px;
        }

            .casedel .rt .recom_list.recom_list1 .prog {
                /*border-bottom: 1px solid #e5e5e5;*/
            }

            .casedel .rt .recom_list.recom_list1 .prog {
                position: relative;
            }

                .casedel .rt .recom_list.recom_list1 .box.box1{
                    padding:0;
                }

                .prog .more {
                    position: absolute;
                    top: 0;
                    right: 0;
                    bottom: 0;
                    font-size: 14px;
                    color: #3475f7;
                    background: url(../images/more.png) no-repeat right center;
                    padding-right: 20px;
                }

    .prog .more a {
        display: block;
        color: #3475f7;
    }

.casedel .rt .recom_list .list {
    margin-bottom: 28px;
}

    .casedel .rt .recom_list .list ul {
        text-align: center;
        border-bottom: 2px solid #e5e5e5;
    }

    .casedel .rt .recom_list .list li {
        display: inline-block;
        margin: 0 26px;
        position: relative;
        transition: all 0.3s;
        font-size: 18px;
        line-height: 46px;
        color: #999999;
        text-align: center;
        cursor: pointer;
    }

        .casedel .rt .recom_list .list li:before {
            position: absolute;
            z-index: 11;
            content: "";
            bottom: -2px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 0;
            height: 2px;
            background: #3475f7;
            transition: all 0.3s;
        }

        .casedel .rt .recom_list .list li:hover:before,
        .casedel .rt .recom_list .list li.on:before {
            width: 100%;
        }

        .casedel .rt .recom_list .list li.on,
        .casedel .rt .recom_list .list li:hover {
            color: #3475f7;
        }

.casedel .rt .recom_list .imgs_list li {
    overflow: hidden;
    margin-bottom: 20px;
}

    .casedel .rt .recom_list .imgs_list li:last-child {
        margin-bottom: 0;
    }

    .casedel .rt .recom_list .imgs_list li .img {
        float: left;
        width: 100px;
        height: 78px;
        overflow: hidden;
    }

        .casedel .rt .recom_list .imgs_list li .img img,
        .casedel .rt .recom_list .imgs_list li .img a {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 0.3s;
        }

        .casedel .rt .recom_list .imgs_list li .img:hover img {
            transform: scale(1.05);
        }

    .casedel .rt .recom_list .imgs_list li .txt {
        float: right;
        width: calc(100% - 124px);
        margin-top: 3px;
    }

        .casedel .rt .recom_list .imgs_list li .txt h4 a {
            font-size: 15px;
            line-height: 21px;
            color: #666666;
            transition: all 0.3s;
            display: block;
            height: 42px;
            overflow: hidden;
        }

            .casedel .rt .recom_list .imgs_list li .txt h4 a:hover {
                color: #007AFF;
            }

        .casedel .rt .recom_list .imgs_list li .txt p {
            font-size: 14px;
            line-height: 18px;
            color: #999999;
            margin-top: 11px;
        }

.casedel .rt .r_search_box {
    background: #fff;
    margin-bottom: 20px;
    padding: 18px 25px;
    position: relative;
    padding-right: 50px;
}

    .casedel .rt .r_search_box .input {
        border: 0;
        font-size: 16px;
    }

        .casedel .rt .r_search_box .input::-webkit-input-placeholder {
            color: #afb2b8;
        }

        .casedel .rt .r_search_box .input::-moz-input-placeholder {
            color: #afb2b8;
        }

        .casedel .rt .r_search_box .input::-ms-input-placeholder {
            color: #afb2b8;
        }

    .casedel .rt .r_search_box .search_btn {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 50px;
        background: url(../images/search.png) no-repeat center center;
        cursor: pointer;
        border: none;
    }

.casedel .rt .article_box {
    margin-bottom: 20px;
    background: #fff;
}

    .casedel .rt .area_list .prog{
        position:relative;
    }
.casedel .rt .area_list .area_box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .casedel .rt .area_list .area_box ul::after {
        content: "";
        width: calc(100% / 3);
        height: 0;
    }

    .casedel .rt .area_list .area_box li {
        width: calc(100% / 3);
        text-align: center;
        margin:8px 0;
    }
        .casedel .rt .area_list .area_box li a {
            display: inline-block;
            padding: 5px 12px;
            border-radius: 5px;
            font-size: 14px;
            background-color: rgb(238, 238, 238);
        }

            .casedel .rt .area_list .area_box li a:hover {
                background: #3475f7;
                color: white;
            }

            .casedel .rt .article_box .menu_box {
                text-align: center;
                
            }
.casede4 .rt .article_box .menu_box {
    padding: 0 30px;
}

        .casedel .rt .article_box .menu_box .menu_item {
            width: 50%;
            display: inline-block;
            float: left;
            line-height: 50px;
            font-size: 18px;
            color: #666666;
            cursor: pointer;
        }

            .casedel .rt .article_box .menu_box .menu_item.cur_menu_item {
                background: #3475f7;
                color: #fff;
            }

    .casedel .rt .article_box .box {
        padding: 20px 32px;
    }

        .casedel .rt .article_box .box a {
            font-size: 14px;
            color: #666;
            display: block;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .casedel .rt .article_box .box li {
            padding: 7px 0;
            background: url(../images/article_icon.png) no-repeat left center;
            padding-left: 20px
        }

        .casedel .rt .article_box .box.box1 li {
            background: url(../images/article_icon1.png) no-repeat left center;
        }

        .casedel .rt .article_box .box a:hover {
            color: #3564c3
        }

.casedel .rt .progra {
    margin: 0 auto 10px;
    position: relative;
    width: calc(100% - 30px);
    height: 200px;
}

    .casedel .rt .progra img {
        display: block;
        width: 100%;
        height: 100%;
    }

    .casedel .rt .progra .txt {
        position: absolute;
        z-index: 11;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

.news_ls {
    background: #fff;
}

.casedel .lt.news_lts {
    background: #fff;
    padding: 0px 0 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    width: 65.5%;
}

.casedel .rt .progra h2 {
    font-size: 25px;
    line-height: 44px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}

.casedel .rt .progra h6 {
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
}

.casedel .rt .progra a {
    display: block;
    width: 100px;
    line-height: 31px;
    text-align: center;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    margin: 40px auto 0;
    border-radius: 1px;
    transition: all 0.3s;
}

    .casedel .rt .progra a:hover {
        background: #fff;
        color: #007AFF;
    }

.casedel .rt .progra:before {
    position: absolute;
    z-index: 11;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(52, 117, 247, 0.7);
}

.casedel .rt .progra_list {
    border: 1px solid #f1f1f1;
    box-shadow: 0 0 2px 1px #f7f7f7;
    padding: 18px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.prog {
    /*border-bottom: 1px solid #e5e5e5;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .prog h3 {
        font-size: 18px;
        font-weight: bold;
        line-height: 48px;
        color: #333333;
        position: relative;
        padding-left: 16px;
    }

    .prog .more {
        line-height: 48px;
    }

    .prog h3:before {
        position: absolute;
        z-index: 11;
        content: "";
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        height: 20px;
        width: 4px;
        background: #3475f7;
        border-radius: 1px;
    }

.casedel .rt .progra_list ul {
    margin-top: 15px;
}

    .casedel .rt .progra_list ul li a {
        display: block;
    }

    .casedel .rt .progra_list ul li h4 {
        font-size: 15px;
        line-height: 38px;
        color: #666666;
        padding-left: 40px;
        background: url(../images/f9.png) no-repeat left top;
        transition: all 0.3s;
    }

    .casedel .rt .progra_list ul li a:hover h4 {
        color: #007AFF;
    }

    .casedel .rt .progra_list ul li:nth-child(2) h4 {
        background: url(../images/f10.png) no-repeat left top;
    }

.casedel {
    margin-bottom: 95px;
    background:#fff;
}


    /*鏂伴椈璇︽儏*/

    .casedel .lt {
        /*background: #fff;*/
    }

        .casedel .lt .news_data {
            padding: 0px 0 38px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
        }

        .casedel .lt .news_t {
            padding-bottom: 10px;
            border-bottom: 1px solid #eeeeee;
        }

            .casedel .lt .news_t h3, .casedel .lt .news_t h1 {
                font-size: 24px;
                line-height: 40px;
                margin: 10px 0 0px;
                text-align: left;
            }

.casede4 .lt .news_t h1, .casede3 .lt .news_t h1 {
    font-size: 30px;
}

                .casedel .lt .news_t h3 {
                    font-size: 28px;
                    font-weight: bold;
                }

            .casedel .lt .news_t ul {
                overflow: hidden;
            }

            .casedel .lt .news_t li {
                float: left;
                margin-right: 35px;
            }

                .casedel .lt .news_t li h5 {
                    padding-left: 22px;
                    background: url(../images/icon_clock.png) no-repeat left center;
                    font-size: 14px;
                    line-height: 22px;
                    color: #999999;
                }

                    .casedel .lt .news_t li h5:nth-child(2) {
                        background: url(../images/f12.png) no-repeat left center;
                    }

                .casedel .lt .news_t li:last-child {
                    margin-right: 0;
                }

.casedel .lt .news_text {
    margin-top: 30px;
}

            .casedel .lt .news_text p {
                font-size: 14px;
                line-height: 24px;
                color: #333333;
            }

                .casedel .lt .news_text p img {
                    display: block;
                    width: auto;
                    height: auto;
                    margin: 0 auto 30px;
                }

                .casedel .lt .news_text p span {
                    display: block;
                    font-size: 18px;
                    line-height: 40px;
                    color: #333333;
                    margin-top: 20px;
                    font-weight: bold;
                }

        .casedel .lt .news_pages {
            margin-top: 50px;
        }

            .casedel .lt .news_pages li a {
                display: block;
                font-size: 15px;
                line-height: 36px;
                color: #666666;
                transition: all 0.3s;
                word-break: keep-all;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .casedel .lt .news_pages li a:hover {
                    color: #3475f7;
                }

    .casedel .rt .news_huod {
        margin-bottom: 20px;
        background: #fff;
        padding: 18px 30px 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }
.casede3 .rt .news_huod {
    margin-bottom: 0;
    padding: 0 30px 10px;
}

        .casedel .rt .news_huod .prog {
            border-bottom: none;
        }

        .casedel .rt .news_huod .img {
            width: auto;
            height: auto;
            overflow: hidden;
            margin-top: 5px;
        }

            .casedel .rt .news_huod .img img,
            .casedel .rt .news_huod .img a {
                display: block;
                width: 100%;
                height: 100%;
                transition: all 0.3s;
            }

            .casedel .rt .news_huod .img:hover img {
                transform: scale(1.05);
            }

        .casedel .rt .news_huod h6 a {
            display: block;
            margin-top: 15px;
            transition: all 0.3s;
            font-size: 16px;
            line-height: 1.5;
            color: #666666;
        }

            .casedel .rt .news_huod h6 a:hover {
                color: #007AFF;
            }

    .casedel .rt .news_lis {
        background: #fff;
        margin-bottom: 20px;
        padding: 18px 30px 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .casedel .rt .news_lis ul {
            margin-top: 26px;
        }

        .casedel .rt .news_lis li {
            margin-bottom: 16px;
        }

            .casedel .rt .news_lis li a {
                display: block;
                font-size: 15px;
                padding-left: 22px;
                transition: all 0.3s;
                line-height: 24px;
                color: #666666;
                background: url(../images/f13.png) no-repeat left 5px top 6px;
            }

    .casedel .rt .news_lis1 li a {
        background: url(../images/news_icon.png) no-repeat left center;
        background-size: 15px 15px;
        display: block;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .casedel .rt .news_lis li a:hover {
        color: #007AFF;
    }

    .casedel .lt .other_news {
        padding-top: 10px;
    }

        .casedel .lt .other_news .prog {
            position: relative
        }

        .casedel .lt .other_news .imgs_list {
            padding-top: 20px;
        }

            .casedel .lt .other_news .imgs_list ul {
                width: 100%;
                float: left
            }

            .casedel .lt .other_news .imgs_list li {
                display: inline-block;
                width: 50%;
                float: left;
                padding: 7px 0;
            }

                .casedel .lt .other_news .imgs_list li a {
                    width: 90%;
                    font-size: 14px;
                    color: #666;
                    display: block;
                    word-break: keep-all;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    background: url(../images/article_icon1.png) no-repeat left center;
                    padding-left: 20px;
                }

                    .casedel .lt .other_news .imgs_list li a:hover {
                        color: #3564c3
                    }

.casedel .rt .remen {
    background: #fff;
    padding: 18px 30px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
}

        .casedel .rt .remen .prog{
            position:relative;
        }

        .casedel .rt .remen ul {
            margin-top: 20px;
            overflow-y: scroll;
            max-height: 170px;
            scrollbar-color: rgb(210,210,210,0.4) transparent;
            scrollbar-width: thin;
        }

            .casedel .rt .remen ul::-webkit-scrollbar {
                width: 5px;
            }

            .casedel .rt .remen ul::-webkit-scrollbar-thumb {
                background-color: rgb(210,210,210,0.4);
                border-radius: 2.5px;
            }

        .casedel .rt .remen li {
            float: left;
            margin-bottom: 8px;
            margin-right: 8px;
        }

            .casedel .rt .remen li a {
                display: inline-block;
                padding: 0 16px;
                font-size: 15px;
                line-height: 24px;
                color: #666666;
                border: 1px solid #eeeeee;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                transition: all 0.3s;
            }

                .casedel .rt .remen li a:hover {
                    border-color: #3475f7;
                    color: #3475f7;
                }

.lay_back {
    background: #f5f5f6;
}


/*鏂伴椈涓績*/

.casedel .news_lt {
    padding: 50px 30px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.casedel .news_cen li {
    overflow: hidden;
    height: 196px;
    margin-bottom: 24px;
}

    .casedel .news_cen li .img {
        float: left;
        width: 296px;
        height: 100%;
        overflow: hidden;
    }

        .casedel .news_cen li .img img,
        .casedel .news_cen li .img a {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            /* IE 9 */
            -moz-transition: all 0.3s;
            /* Firefox */
            -webkit-transition: all 0.3s;
            /* Safari 鍜� Chrome */
            -o-transition: all 0.3s;
        }

    .casedel .news_cen li:hover .img img {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        /* IE 9 */
        -moz-transform: scale(1.1);
        /* Firefox */
        -webkit-transform: scale(1.1);
        /* Safari 鍜� Chrome */
        -o-transform: scale(1.1);
    }

    .casedel .news_cen li .text {
        float: right;
        width: calc(100% - 296px);
        border: 1px solid #eeeeee;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding: 18px;
        height: 100%;
    }

        .casede3 .news_cen li .text{
             padding: 10px 18px;
        }

        .casedel .news_cen li .text h3 a {
            display: block;
            font-size: 18px;
            font-weight: bold;
            line-height: 28px;
            color: #333333;
            height: 56px;
            overflow: hidden;
        }

.casedel .news_cen li .text p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 12px;
    height: 48px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

        .casedel .news_cen li .text dl {
            margin-top: 10px;
            overflow: hidden;
        }

        .casedel .news_cen li .text dd {
            margin-right: 35px;
        }

            .casedel .news_cen li .text dd:last-child {
                margin-right: 0;
            }

            .casedel .news_cen li .text dd h6 {
                padding-left: 20px;
                font-size: 14px;
                line-height: 26px;
                color: #999999;
                background: url(../images/icon_clock.png) no-repeat left center;
            }

            .casedel .news_cen li .text dd:nth-child(2) h6 {
                background: url(../images/f12.png) no-repeat left center;
            }

                .casedel .news_cen li .text dd:nth-child(2) h6:hover {
                    color: #007AFF;
                }

            .casedel .news_cen li .text dd h6:nth-child(2) {
                background: url(../images/f12.png) no-repeat left center;
            }

.casedel .pages {
    margin: 20px auto;
}

.casedel .rt .inform_list {
    padding: 18px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin-top: 20px;
}

    .casedel .rt .inform_list ul {
        padding: 18px 18px 8px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        overflow: hidden;
    }

        .casedel .rt .inform_list ul li {
            float: left;
            width: 108px;
        }

            .casedel .rt .inform_list ul li a {
                display: block;
                font-size: 15px;
                line-height: 30px;
                color: #666666;
                transition: all 0.3s;
            }

                .casedel .rt .inform_list ul li a:hover {
                    color: #007AFF;
                }


/*璧勮涓績*/

.casedel .lt .inform_text {
    background: #fff;
    padding: 0px 30px 60px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.casede4 .lt .inform_text {
    padding-right:0;
}

    .casedel .lt .inform_text .infor_txt li {
        border-bottom: 1px solid #eeeeee;
        padding: 18px 0 24px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .casede4 .lt .inform_text .infor_txt li{
            padding-bottom:12px;
        }

        .casedel .lt .inform_text .infor_txt li h3 a {
            display: block;
            font-size: 18px;
            font-weight: bold;
            line-height: 38px;
            color: #333333;
            word-break: keep-all;
            transition: all 0.3s;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            .casede4 .lt .inform_text .infor_txt li h3 a{
                font-size:20px;
            }

            .casedel .lt .inform_text .infor_txt li h5 a:hover,
            .casedel .lt .inform_text .infor_txt li h3 a:hover {
                color: #007AFF;
            }

        .casedel .lt .inform_text .infor_txt li h5 a {
            display: block;
            font-size: 14px;
            line-height: 24px;
            color: #666666;
            margin-top: 8px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
            transition: all 0.3s;
        }

        .casedel .lt .inform_text .infor_txt li dl {
            margin-top: 15px;
            overflow: hidden;
        }

        .casedel .lt .inform_text .infor_txt li dd {
            float: left;
            margin-right: 35px;
        }

            .casedel .lt .inform_text .infor_txt li dd h6 {
                padding-left: 20px;
                line-height: 26px;
                font-size: 14px;
                color: #999999;
                background: url(../images/icon_clock.png) no-repeat left center;
            }

            .casedel .lt .inform_text .infor_txt li dd:nth-child(2) h6 {
                background: url(../images/f12.png) no-repeat left center;
            }

        .casedel .lt .inform_text .infor_txt li:last-child {
            border-bottom: none;
        }

.casede2 {
    padding-bottom: 20px;
    margin-bottom: 0;
}

        .casede4 {
            margin-bottom: 0;
            padding-bottom: 20px;
        }

            .casede4 .wrap{
                position:relative;
            }

            .lqmcs .txta p {
                color: rgba(255, 255, 255, 1);
            }

.eblqmcs .bds {
    margin-top: 30px;
}

    .eblqmcs .bds li {
        float: left;
        width: calc((100% - 86px)/3);
        margin-right: 42px;
        margin-bottom: 40px;
        box-shadow: 0 0 5px 0 rgba(80, 80, 81, 0.3);
        padding: 15px 15px 28px;
        background: #FFFFFF;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        top: 0;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        /* IE 9 */
        -moz-transition: all 0.3s;
        /* Firefox */
        -webkit-transition: all 0.3s;
        /* Safari 鍜� Chrome */
        -o-transition: all 0.3s;
    }

        .eblqmcs .bds li:hover {
            top: -10px;
            box-shadow: 0 0 16px 2px rgba(80, 80, 81, 0.3);
        }

        .eblqmcs .bds li:nth-child(3n) {
            margin-right: 0;
        }

        .eblqmcs .bds li .imgs {
            height: 195px;
            position: relative;
        }

.eblqmcs .bds {
    padding-bottom: 45px;
}

    .eblqmcs .bds li .imgs img {
        position: absolute;
        left: 24px;
        top: 24px;
        z-index: 11;
        display: block;
        margin: auto;
        max-width: 80%;
        max-height: 80%;
    }

    .eblqmcs .bds li .txt {
        margin-top: 16px;
    }

    .eblqmcs .bds li h2 a {
        color: #333333;
    }

    .eblqmcs .bds li h2 {
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 20px;
        line-height: 30px;
        color: #333333;
        font-weight: bold;
    }

    .eblqmcs .bds li h3 {
        margin: 10px 0 28px;
        padding: 0 18px;
        height: 24px;
        border: 1px solid #a5a5a5;
        line-height: 24px;
        color: #999999;
        font-size: 12px;
        display: inline-block;
        border-radius: 2px;
    }

    .eblqmcs .bds li h4 {
        font-size: 14px;
        line-height: 32px;
        color: #999999;
        float: left;
        background: url(../images/qico5.png) no-repeat left center;
        padding-left: 24px;
        max-width: 170px;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .eblqmcs .bds li .btn {
        width: 110px;
        height: 32px;
        line-height: 32px;
        color: #FFFFFF;
        font-size: 14px;
        text-align: center;
        display: block;
        background: #3475f7;
        border-radius: 2px;
        float: right;
    }

.ebo_mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 111;
    background: rgba(0, 0, 0, 0.2);
    display: none;
}

.ebo_hq {
    position: fixed;
    z-index: 112;
    left: 0;
    right: 0;
    top: 50%;
    background: #FFFFFF;
    padding: 60px 80px 85px;
    width: 725px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 鍜� Chrome */
    -o-transform: translateY(-50%);
    margin: 0 auto;
    display: none;
}

    .ebo_hq h2 {
        font-size: 26px;
        line-height: 40px;
        color: #333333;
        text-align: center;
    }

    .ebo_hq .bd {
        margin-top: 46px;
    }

        .ebo_hq .bd .img {
            width: 170px;
            height: 170px;
            overflow: hidden;
            float: left;
            padding-right: 50px;
            border-right: 1px solid #e5e5e5;
        }

            .ebo_hq .bd .img img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .ebo_hq .bd .form {
            float: right;
        }

            .ebo_hq .bd .form li {
                margin-bottom: 12px;
            }

                .ebo_hq .bd .form li .t1 {
                    width: 290px;
                    height: 42px;
                    border: 1px solid #bdbdbd;
                    background: none;
                    font-size: 16px;
                    color: #616161;
                    padding: 0 16px;
                    -webkit-box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -o-box-sizing: border-box;
                    box-sizing: border-box;
                }

                    .ebo_hq .bd .form li .t1:focus {
                        border-color: #337df7;
                    }

.eblqmcs .bds li .btn:hover,
.ebookdisp .hd .txt .btn:hover {
    background: #2452ac;
}

.ebo_hq .gb:hover {
    transform: rotate(720deg);
    -ms-transform: rotate(720deg);
    /* IE 9 */
    -moz-transform: rotate(720deg);
    /* Firefox */
    -webkit-transform: rotate(720deg);
    /* Safari 鍜� Chrome */
    -o-transform: rotate(720deg);
}

.ebo_hq .bd .form .sub:hover {
    background: #2452ac;
}

.ebo_hq .bd .form .sub {
    width: 290px;
    height: 50px;
    background: #337df7;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border: none;
    display: block;
    cursor: pointer;
    letter-spacing: 2px;
    margin-top: 20px;
}

.ebo_hq .gb {
    position: absolute;
    top: 30px;
    right: 30px;
    background: url(../images/qico7.png) no-repeat center;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    /* IE 9 */
    -moz-transition: all 0.3s;
    /* Firefox */
    -webkit-transition: all 0.3s;
    /* Safari 鍜� Chrome */
    -o-transition: all 0.3s;
}

.ebookdisp .box .bd {
    padding: 10px 0 105px;
    font-size: 16px;
    line-height: 1.7;
    color: #666666;
}

    .ebookdisp .box .bd .h1 {
        font-size: 30px;
        line-height: 1.7;
        color: #333333;
        text-align: center;
        margin-bottom: 20px;
    }

    .ebookdisp .box .bd img {
        display: block;
        margin: 0 auto;
    }

    .ebookdisp .box .bd .qmbtn {
        width: 160px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border: 1px solid #3475f7;
        display: block;
        font-size: 18px;
        color: #3475f7;
        border-radius: 2px;
        margin: 0 auto;
    }

        .ebookdisp .box .bd .qmbtn:hover {
            background: #3475f7;
            color: #FFFFFF;
        }


.market {
    padding-top: 30px;
}

    /*.market .market_lts {
        padding: 16px 30px 60px;
    }*/


        .market .market_lts .news_cen {
            margin-top: 36px;
            padding: 0 0 20px;
        }

            .market .market_lts .news_cen li {
                height: 170px;
            }

                .market .market_lts .news_cen li .text .lit {
                    margin-top: 8px;
                }

                    .market .market_lts .news_cen li .text .lit ul {
                        overflow: hidden;
                    }

                    .market .market_lts .news_cen li .text .lit li {
                        float: left;
                        padding-right: 18px;
                        position: relative;
                    }

                    .market .market_lts .news_cen li .text .st li,
                    .market .market_lts .news_cen li .text .lit li {
                        height: auto;
                        margin-bottom: auto;
                    }

                    .market .market_lts .market_imgs ul,
                    .market .market_lts .pages ul,
                    .market .market_lts .news_cen li .text .st ul,
                    .market .market_lts .news_cen li .text .lit ul {
                        border-bottom: none;
                    }

                    .market .market_lts .news_cen li .text .st li:before,
                    .market .market_lts .news_cen li .text .lit li:before {
                        position: absolute;
                        z-index: 11;
                        content: "";
                        top: 50%;
                        transform: translateY(-50%);
                        right: 5px;
                        width: 10px;
                        height: 1px;
                        background: #999;
                    }

                    .market .market_lts .news_cen li .text .lit li:last-child:before {
                        display: none;
                    }

.casedel .news_cen li:hover .text h3 a {
    color: #3475f7;
}

.market .market_lts .news_cen li .text .lit li:last-child {
    padding-right: 0;
}

.market .market_lts .news_cen li .text .lit li {
    font-size: 14px;
    line-height: 26px;
    color: #999;
}

    .market .market_lts .news_cen li .text .lit li h5 {
        padding-left: 20px;
        font-size: 14px;
        line-height: 26px;
        color: #999;
        background: url(../images/icon_clock.png) no-repeat left center;
    }

.market .market_lts .news_cen li .text .st {
    margin-top: 14px;
}

    .market .market_lts .news_cen li .text .st ul {
        overflow: hidden;
    }

    .market .market_lts .news_cen li .text .st li {
        float: left;
        margin-right: 40px;
    }

        .market .market_lts .news_cen li .text .st li h6 {
            font-size: 14px;
            line-height: 26px;
            color: #999;
            padding-left: 20px;
            background: url(../images/f14.png) no-repeat left center;
        }

        .market .market_lts .news_cen li .text .st li:nth-child(2) h6 {
            background: url(../images/f12.png) no-repeat left center;
        }

.market .market_lts .market_imgs dd {
    display: none;
}

    .market .market_lts .market_imgs dd:nth-child(2) {
        display: block;
    }

.casedel .rt .onway_wx {
    margin-top: 20px;
    background: #fff;
    padding: 30px 10px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .casedel .rt .onway_wx .wx {
        height: 134px;
        width: 134px;
        float: left;
        border: 1px solid #e3e3e3;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .casedel .rt .onway_wx .wx img {
            display: block;
            width: 100%;
            height: 100%;
        }

    .casedel .rt .onway_wx .txt {
        float: right;
        width: calc(100% - 150px);
        margin-top: 30px;
    }

        .casedel .rt .onway_wx .txt h4 {
            font-size: 18px;
            line-height: 30px;
            color: #666666;
        }

        .casedel .rt .onway_wx .txt h6 {
            font-size: 14px;
            line-height: 30px;
            color: #999;
        }


/*娲诲姩璇︽儏椤�*/

/*.casedel .rt.case_data .news_huod {
    border: 1px solid #f1f1f1;
    box-shadow: 0px 2px 2px 1px #f7f7f7;
}
*/
/*.casedel .rt.case_data .onway_wx,
.casedel .rt.case_data .remen {
    border: 1px solid #f1f1f1;
    box-shadow: 0px 2px 2px 1px #f7f7f7;
}*/

.casedel .lt .bds {
    margin: 10px auto;
}

.casedel.case_datal {
    margin: 35px auto 90px;
}

.casedel .rt.case_data .news_huod {
    padding: 18px 30px 20px;
}

    .casedel .rt.case_data .news_huod .prog h3 {
        line-height: 20px;
        margin-bottom: 20px;
    }

    .casedel .rt.case_data .news_huod .prog {
        border-bottom: none;
    }


/*璧勬簮涓庢椿鍔ㄤ腑蹇�?*/

.resource {
    padding: 27px 0 25px;
}

.real_timeinfo + .resource {
    padding-bottom: 0;
}

    .resource .list {
        margin-top: 17px;
    }

.tlte {
    overflow: hidden;
}

    .tlte h3 {
        float: left;
        padding-left: 20px;
        position: relative;
        font-size: 28px;
        font-weight: bold;
        line-height: 58px;
        color: #333;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        /* IE 9 */
        -moz-transition: all 0.3s;
        /* Firefox */
        -webkit-transition: all 0.3s;
        /* Safari 鍜� Chrome */
        -o-transition: all 0.3s;
    }

        .tlte h3 a {
            font-size: 28px;
            line-height: 58px;
            color: #333;
            display: block;
        }

        .tlte h3:hover {
            color: #3475f7;
        }

        .tlte h3:before {
            position: absolute;
            z-index: 11;
            content: "";
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 6px;
            height: 28px;
            background: #3475f7;
            border-radius: 2px;
        }

    .tlte a {
        display: block;
        float: right;
        transition: all 0.3s;
        font-size: 16px;
        line-height: 58px;
        color: #333;
    }

        .tlte a:hover {
            color: #007AFF;
        }

.resource .list li {
    float: left;
    width: calc((100% - 92px)/3);
    margin-right: 45px;
    box-shadow: 0 0 5px 0px rgba(80, 80, 81, 0.3);
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    /* IE 9 */
    -moz-transition: all 0.3s;
    /* Firefox */
    -webkit-transition: all 0.3s;
    /* Safari 鍜� Chrome */
    -o-transition: all 0.3s;
}

    .resource .list li:nth-child(3n) {
        margin-right: 0;
    }

    .resource .list li:hover {
        box-shadow: 0 0 16px 2px rgba(80, 80, 81, 0.3);
    }

    .resource .list li .img {
        height: 210px;
        width: 100%;
        overflow: hidden;
    }

        .resource .list li .img a,
        .resource .list li .img img {
            display: block;
            width: 100%;
            transition: all 0.3s;
            height: 100%;
        }

        .resource .list li .img:hover img {
            transform: scale(1.05);
        }

    .resource .list li .text {
        background: #fff;
        padding: 18px 20px 20px;
    }

        .resource .list li .text h3 a {
            display: block;
            font-size: 18px;
            font-weight: bold;
            line-height: 28px;
            color: #333;
            height: 56px;
            overflow: hidden;
            transition: all 0.3s;
        }

            .resource .list li .text h3 a:hover {
                color: #007AFF;
            }

        .resource .list li .text dl {
            margin-top: 16px;
        }

        .resource .list li .text dd {
            padding-left: 22px;
            font-size: 14px;
            line-height: 24px;
            color: #999999;
            position: relative;
            margin-bottom: 8px;
            background: url(../images/icon_clock.png) no-repeat left center;
        }

            .resource .list li .text dd:last-child {
                margin-bottom: 0;
            }

            .resource .list li .text dd:nth-child(2) {
                background: url(../images/qico5.png) no-repeat left center;
            }

    .resource .list li .txt {
        padding: 18px 22px 32px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        background: #fff;
    }

        .resource .list li .txt h3 {
            font-size: 18px;
            font-weight: bold;
            line-height: 28px;
            color: #333;
            height: 56px;
            overflow: hidden;
        }

        .resource .list li .txt a {
            display: block;
            width: 100px;
            line-height: 32px;
            background: #3475f7;
            margin-top: 18px;
            font-size: 13px;
            color: #fff;
            text-align: center;
            transition: all 0.3s;
        }

            .resource .list li .txt a:hover {
                background: #125ef6;
            }

    .resource .list li .video {
        width: 100%;
        height: 210px;
        position: relative;
    }

        .resource .list li .video .video1 {
            width: 100%;
            height: 100%;
        }

        .resource .list li .video .icoa {
            position: absolute;
            z-index: 11;
            cursor: pointer;
            height: 38px;
            width: 38px;
            border-radius: 50%;
            margin: 0 auto;
            background: url(../images/f15.png) no-repeat center;
            top: 50%;
            transform: translateY(-50%);
            left: 0;
            right: 0;
        }

        .resource .list li .video h6 {
            font-size: 16px;
            line-height: 1.7;
            color: #fff;
            position: absolute;
            right: 15px;
            bottom: 10px;
            z-index: 11;
        }

    .resource .list li .txas {
        position: relative;
        height: 100px;
    }

    .resource .list li h4 {
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -moz-transform: translateY(-50%);
        /* Firefox */
        -webkit-transform: translateY(-50%);
        /* Safari �? Chrome */
        -o-transform: translateY(-50%);
        background: #fff;
        color: #333;
        font-size: 20px;
        font-weight: bold;
        padding: 0 24px;
        transition: all 0.3s;
        max-height: 70px;
        line-height: 35px;
        overflow: hidden;
        text-align: center;
        display: block;
    }

        .resource .list li h4 a:hover {
            color: #007AFF;
        }

    .resource .list li .video.on .icoa {
        display: none;
    }

.real_timeinfo {
    padding: 25px 0 0;
}

    .real_timeinfo .list {
        margin-top: 13px;
    }
        .real_timeinfo .list ul {
            display: flex;
            flex-wrap: wrap;
            justify-content: space-between;
        }

        .real_timeinfo .list li {
            border-bottom: 1px solid #e0e0e0;
            padding: 15px 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            width: 46%;
            }

            .real_timeinfo .list li a {
                display: block;
                overflow: hidden;
                position:relative;
            }

            .real_timeinfo .list li .txt {
                padding-left: 16px;
                float: left;
            }

                .real_timeinfo .list li .txt h3 {
                    font-size: 17px;
                    font-weight: bold;
                    line-height: 30px;
                    color: #666666;
                    position: relative;
                    display: inline-block;
                    transition: all 0.3s;
                }

            .real_timeinfo .list li:hover .txt h3 {
                color: #007AFF;
            }

            .real_timeinfo .list li .txt h3:before {
                position: absolute;
                z-index: 11;
                content: "";
                left: -16px;
                top: 50%;
                transform: translateY(-50%);
                overflow: hidden;
                height: 6px;
                width: 6px;
                border-radius: 50%;
                background: #333333;
                word-break: keep-all;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .real_timeinfo .list li .txt h6 {
                font-size: 14px;
                line-height: 26px;
                color: #666666;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 3;
                overflow: hidden;
            }

            .real_timeinfo .list li .txt h3 i {
                margin-left: 6px;
                border: 1px solid #ff0000;
                line-height: 17px;
                border-radius: 2px;
                text-align: center;
                word-break: keep-all;
                margin-top: 6px;
                color: #ff0000;
                white-space: nowrap;
                vertical-align: top;
                font-size: 10px;
                overflow: hidden;
                width: 37px;
                text-overflow: ellipsis;
                display: inline-block;
            }

            .real_timeinfo .list li p {
                float: right;
                font-size: 14px;
                line-height: 24px;
                position: absolute;
                color: #999;
                top: 5px;
                right: 3px;
            }


/*鎷涜仒绠€鍘嗚�?�鍗�?*/

.header_2 {
    background: #3475f7;
}

    .header_2 .logo {
        display: none;
    }

    .header_2 .logo1 {
        display: block;
    }

    .header_2.header .rts .naver li dd a {
        color: rgba(255, 255, 255, 0.6);
    }

    .header_2 .rts .naver li dd:hover a {
        color: rgba(255, 255, 255, 1);
    }

    .header_2 .rts .naver li a {
        color: rgba(255, 255, 255, 0.6);
    }

    .header_2.qmhead .rts .naver li:hover h3 a,
    .header_2.qmhead .rts .naver li.on h3 a {
        color: rgba(255, 255, 255, 1);
    }

    .header_2.header .rts .naver li dl {
        background: #3475f7;
    }

    .header_2.header .rts .rt li h4 {
        background: #fff;
        color: #3475f7;
        transition: all 0.3s;
    }

        .header_2.header .rts .rt li h4:hover {
            background: rgba(255, 255, 255, 0.9);
        }

    .header_2.qmhead .rts .rt li:nth-child(2) a {
        background: url(../images/f17.png) no-repeat center;
    }

    .header_2.qmhead .rts .form .btn {
        background: url(../images/f18.png) no-repeat center;
    }

.recruit_form {
    padding: 120px 0 50px;
}

    .recruit_form .ttl h2 {
        font-size: 24px;
        line-height: 46px;
        color: #333;
        text-align: center;
    }

    .recruit_form .form_list {
        margin-top: 45px;
        margin-bottom:45px;
    }

        .recruit_form .form_list li {
            float: left;
            width: calc((100% - 258px)/4);
            margin-right: 85px;
            margin-bottom: 10px;
        }
            .recruit_form .form_list li.smargin{
                margin-bottom:8px;
            }

            .recruit_form .form_list li:nth-child(4n) {
                margin-right: 0;
            }

        .recruit_form .form_list label, .recruit_form .login-item label {
                font-size: 18px;
                line-height: 46px;
                color: #333333;
                display: block;
            }

        .recruit_form .form_list .f1, .recruit_form .login-item .f1 {
                position: relative;
                padding-left: 17px;
            }

            .recruit_form .form_list .f1:before, .recruit_form .login-item .f1:before {
                    position: absolute;
                    z-index: 11;
                    content: "";
                    width: 11px;
                    height: 13px;
                    left: 0;
                    background: url(../images/f16.png) no-repeat center;
                    top: 50%;
                    transform: translateY(-50%);
                }

            .recruit_form .form_list li .text {
                width: 100%;
                border: 1px solid #d8d8d8;
                border-radius: 1px;
                overflow: hidden;
                font-size: 18px;
                color: #333;
                padding: 0 10px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                height: 40px;
            }

            .recruit_form .form_list li dl {
                overflow: hidden;
            }

                .recruit_form .form_list li dl dd {
                    float: left;
                    width: calc((100% - 24px)/2);
                    border: 1px solid #d8d8d8;
                    border-radius: 1px;
                    overflow: hidden;
                    text-align: center;
                    transition: all 0.3s;
                    font-size: 18px;
                    color: #9e9e9e;
                    line-height: 40px;
                    cursor: pointer;
                }

                    .recruit_form .form_list li dl dd:hover,
                    .recruit_form .form_list li dl dd.on {
                        background: #ecf6fe;
                        color: #3475f7;
                        border-color: #3475f7;
                    }

                    .recruit_form .form_list li dl dd:nth-child(2n) {
                        float: right;
                    }

            .recruit_form .form_list li .sele {
                height: 40px;
                width: 100%;
                border: 1px solid #dddddd;
                overflow: hidden;
                font-size: 18px;
                color: #333;
                padding: 0 15px;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
            }

    .recruit_form li .ril {
        position: relative;
    }

        .recruit_form li .ril:before {
            position: absolute;
            z-index: 11;
            content: "";
            width: 24px;
            height: 23px;
            background: url(../images/f20.png) no-repeat center;
            top: 50%;
            transform: translateY(-50%);
            right: 9px;
            cursor: pointer;
        }

#jobForm h2 {
    font-size: 20px;
        line-height: 44px;
        color: #333;
    font-weight:bold;
    }

    .recruit_form .list h3 {
        display: block;
        float: left;
        width: 60px;
        font-size: 16px;
        line-height: 40px;
        color: #333;
        position: relative;
        padding-left: 15px;
    }

        .recruit_form .list .edu_list:nth-child(1) h3::before {
            position: absolute;
            z-index: 11;
            content: "";
            background: url(../images/f16.png) no-repeat center;
            width: 11px;
            height: 13px;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
        }

    .recruit_form .list ul {
        overflow: hidden;
        margin-bottom: 30px;
    }

    .recruit_form .list li {
        float: left;
        margin-right: 10px;
        overflow: hidden;
    }

        .recruit_form .list li:nth-child(4n) {
            margin-right: 0;
        }

        .recruit_form .list li:nth-child(1) {
            width: 40%;
            line-height:40px;
            font-size:20px;
            text-align:center;
        }
            .recruit_form .list li:nth-child(1) .text{
                width: calc((100% - 96px)/2);
            }
            .recruit_form .list li:nth-child(1) .text:first-child {
                float:left;
            }

            .recruit_form .list li:nth-child(1) .ril::after {
                position: absolute;
                z-index: 11;
                content: "";
                width: 24px;
                height: 23px;
                background: url(../images/f20.png) no-repeat center;
                top: 50%;
                transform: translateY(-50%);
                left: 50%;
                cursor: pointer;
        }

            .recruit_form .list li:nth-child(3),
            .recruit_form .list li:nth-child(2) {
                width: 20%;
        }

        .recruit_form .list li:nth-child(4) {
            width: calc(20% - 30px);
            min-width:175px;
        }

        .recruit_form .list li:nth-child(2) .text {
            float: right;
            width: calc(100% - 56px);
        }

        .recruit_form .list li:nth-child(4) .text {
            float: right;
            width: calc(100% - 88px);
        }

        .recruit_form .list li label {
            display: block;
            float: left;
            width: 60px;
            font-size: 16px;
            line-height: 40px;
            color: #333;
        }

        .recruit_form .list li .sele {
            float: right;
            width: 180px;
            height: 40px;
            border: 1px solid #d8d8d8;
            padding: 0 14px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            width: calc(100% - 65px);
            -o-box-sizing: border-box;
            color: #333;
            box-sizing: border-box;
            font-size: 16px;
        }

        .recruit_form .list li .la {
            width: 50px;
        }

        .recruit_form .list li .lab {
            width: 82px;
        }

        .recruit_form .list li .text {
            width: calc(100% - 56px);
            border: 1px solid #d8d8d8;
            padding: 0 14px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            height: 40px;
            float: right;
            -o-box-sizing: border-box;
            color: #333;
            box-sizing: border-box;
            font-size: 16px;
        }

.recruit_form .education .list {
    margin-top: 10px;
}

        .recruit_form .education .list li .edu .text {
            width: 220px;
        }

        .recruit_form .education .list li .edu {
            position: relative;
        }

            .recruit_form .education .list li .edu:before {
                position: absolute;
                z-index: 11;
                content: "";
                top: 50%;
                right: 9px;
                transform: translateY(-50%);
                background: url(../images/f20.png) no-repeat center;
                width: 24px;
                height: 23px;
            }

        .recruit_form .education .list li .ril {
            height: 40px;
        }

    .recruit_form .course_list {
        margin-top: 45px;
    }

            .recruit_form .course_list .list li{
                float:left;
                margin-bottom:15px;
                margin-right:20px;
            }

                .recruit_form .course_list .list li:nth-child(2) .text{
                    width:calc(100% - 82px);
    }

                .recruit_form .course_list .list li:nth-child(4) {
                    width:calc(60% + 20px);
        }

            .recruit_form .course_list li .tet h3 {
    display: block;
    font-size: 16px;
    line-height: 40px;
                color: #333;
    position: relative;
            }

                .recruit_form .course_list li .tet h3 span {
                    display: inline-block;
                    color: #999999;
                }

            .recruit_form .course_list li:first-child .tet {
                position: relative;
                margin-top:5px;
                padding-left: 15px;
            }

                .recruit_form .course_list li:first-child .tet:before {
                    position: absolute;
                    z-index: 11;
                    content: "";
                    background: url(../images/f16.png) no-repeat center;
                    width: 11px;
                    height: 13px;
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                }

        .recruit_form .course_list .list li:nth-child(4) label{
            float:none
            }
            .recruit_form .course_list .list li textarea {
                height: 180px;
                width: calc(100% - 22px);
                    resize: none;
                    font-size: 16px;
                line-height: 30px;
                color: #666666;
                border: 1px solid #d8d8d8;
                padding: 0 10px;
                }
        .recruit_form .course_list .list li textarea::-webkit-scrollbar {
            width:5px;
            }
                .recruit_form .course_list .list li textarea::-webkit-scrollbar-thumb {
                    background-color: rgb(134,134,134);
                }

    .recruit_form .submit {
        margin: 20px auto 0;
        background: #3475f7;
        color: #fff;
        border: none;
        width: 138px;
        line-height: 42px;
        font-size: 16px;
        text-align: center;
        border-radius: 1px;
        overflow: hidden;
        cursor: pointer;
        display: block;
        transition: all 0.3s;
    }

        .recruit_form .submit:hover {
            background: #1863f7;
        }

    .recruit_form li .sele {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        cursor: pointer;
        background: url(../images/f21.png) no-repeat right 16px center;
    }

    .recruit_form .education li .sele {
        background: url(../images/f21.png) no-repeat right 14px center;
    }


/*===========JobList.aspx=========*/

.job_screening {
    background: #fff;
    margin: 20px auto 0;
    padding: 32px 40px 45px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .job_screening .text_list h2 {
        font-size: 24px;
        font-weight: bold;
        line-height: 52px;
        color: #333333;
        margin-bottom: 25px;
    }

    .job_screening .text_list ul {
        float: left;
        width: 75%;
    }

        .job_screening .text_list ul li {
            float: left;
            width: calc((100% - 62px)/3);
            margin-right: 30px;
            position: relative;
        }

            .job_screening .text_list ul li dl {
                position: absolute;
                right: 0;
                border: 1px solid #000;
                left: 0;
                top: 100%;
                z-index: 11;
                background: #fff;
                display: none;
            }

                .job_screening .text_list ul li dl dl {
                    top: -1px;
                    right: -100%;
                    left: 100%;
                    display: none;
                    overflow-x: auto;
                    height: 86px;
                }

            .job_screening .text_list ul li dd {
                line-height: 1.5;
                padding: 0 15px;
                font-size: 14px;
            }

        .job_screening .text_list ul .dl1 > dd:hover dd {
            color: #000;
        }

        .job_screening .text_list ul .dl1 > dd dd:hover,
        .job_screening .text_list ul .dl1 > dd:hover {
            color: #fff;
            background: #007AFF !important;
        }

        .job_screening .text_list ul li:nth-child(3n) {
            margin-right: 0;
        }

        .job_screening .text_list ul li .sele {
            width: 100%;
            height: 50px;
            border-radius: 1px;
            overflow: hidden;
            border: 1px solid #e0e0e0;
            padding: 0 15px;
            font-size: 16px;
            color: #666666;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-appearance: none;
            -moz-appearance: none;
            line-height: 50px;
            appearance: none;
            cursor: pointer;
            background: url(../images/f21.png) no-repeat right 16px center;
        }

            .job_screening .text_list ul li .sele option {
                display: block;
                line-height: 36px;
                color: #666666;
                font-size: 14px;
            }

    .job_screening .text_list .btns_group .btn {
        float: right;
        border-radius: 0;
        line-height: 48px;
        font-size: 18px;
    }

.screen_list {
    padding: 20px 0;
}

    .screen_list li {
        margin-bottom: 20px;
        background: #fff;
        padding: 0 45px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .screen_list li h3 {
            float: left;
            font-size: 16px;
            line-height: 60px;
            color: #333333;
            width: 23.6%;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .screen_list li .list {
            height: 60px;
            position: relative;
            cursor: pointer;
        }

            .screen_list li .list h4 {
                position: absolute;
                z-index: 11;
                right: 0;
                top: 50%;
                transform: translateY(-50%);
                background: url(../images/f22.png) no-repeat center;
                width: 16px;
                height: 16px;
                transition: all 0.3s;
            }

        .screen_list li.on .list h4 {
            transform: translateY(-50%) rotate(180deg);
        }

        .screen_list li h3:first-child {
            width: 32%;
        }

        .screen_list li h3:nth-child(4) {
            width: 16.5%;
        }

        .screen_list li h3:nth-child(4) {
            padding-left: 22px;
            background: url(../images/qico5.png) no-repeat left center;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
        }

        .screen_list li .text {
            padding: 20px 0 45px;
            display: none;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            border-top: 1px solid #eeeeee;
            font-size: 14px;
            line-height: 26px;
            color: #666666;
        }

            .screen_list li .text h2 {
                font-size: 24px;
                line-height: 40px;
                color: #333333;
                margin-bottom: 10px;
            }

            .screen_list li .text span {
                display: block;
                font-size: 16px;
                line-height: 30px;
                color: #333;
                margin: 7px 6px 7px 0;
            }

            .screen_list li .text a {
                margin-top: 25px;
                border-radius: 1px;
                line-height: 36px;
                width: 116px;
                font-size: 14px;
                overflow: hidden;
            }

                .screen_list li .text a:hover {
                    background: #1460f6;
                }

.dialog-mask {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100000;
    background: rgba(0, 0, 0, 0.1);
}

.resume-upload {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 40px;
    padding-top: 30px;
    background: #fff;
    width: 550px;
    color: #333;
    border-radius: 2px;
}

.resume-upload__title {
    font-size: 24px;
    margin-bottom: 20px;
}

.resume-upload__close {
    position: absolute;
    right: 15px;
    z-index: 11;
    top: 15px;
    background: url(../images/ac9.png) no-repeat center;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.resume-upload__fields {
    display: flex;
    justify-content: space-between;
}

.resume-upload__field {
    width: 30%;
}

.resume-upload__label {
    font-size: 14px;
}

.resume-upload__field .resume-upload__input {
    border: 1px solid #bdbdbd;
    margin-bottom: 13px;
    background: #fff;
    height: 35px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 18px;
    font-size: 16px;
    color: #616161;
    margin-top: 5px;
}

.resume-upload__captcha.item-code {
    height: 35px;
}

    .resume-upload__captcha .resume-upload__img {
        top: 5px;
    }

.upload-dropzone {
    width: 100%;
    height: 140px;
    border: 2px dashed #999;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
    position: relative;
}

    .upload-dropzone::after {
        content: "释放上传简历";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        opacity: 0;
        transition: all 0.3s;
        color: #999;
        font-size: 13px;
    }

.upload-dropzone--dragover {
    border: 2px dashed #3475f7;
}

    .upload-dropzone--dragover::after {
        opacity: 1;
    }

.upload-dropzone__hint {
    font-size: 13px;
    color: #999;
    opacity: 1;
}

.upload-dropzone--dragover .upload-dropzone__hint {
    /*border: 2px solid #3475f7;*/
    opacity: 0;
    pointer-events: none;
}

.upload-dropzone__btn {
    color: #3475f7;
    text-decoration: underline !important;
}

.resume-upload__jobid, .upload-dropzone__file {
    display: none;
}

.resume-upload__footer {
    margin-top: 25px;
}

    .resume-upload__footer .resume-upload__submit.btn {
        width: 115px;
        line-height: 32px;
        font-size: 14px;
        border-radius: 2px;
    }


.pages_bottom {
    margin-bottom: 60px;
}


/*姝ｈ埅TV*/

.chang_data {
    margin: 60px auto 100px;
}

    .chang_data .pad {
        margin: 0 100px;
    }

    .chang_data .text {
        text-align: center;
    }

        .chang_data .text h2 {
            font-size: 30px;
            line-height: 52px;
            color: #333333;
            margin-bottom: 10px;
        }

        .chang_data .text p {
            font-size: 16px;
            line-height: 34px;
            color: #666666;
        }

    .chang_data .video {
        margin: 60px auto 0;
        height: auto;
        width: 100%;
        cursor: pointer;
    }

.chang_list {
    padding: 35px 0 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .chang_list .list ul {
        text-align: left;
        font-size: 0;
        margin: 0 -30px;
    }

.chang_data .video video {
    width: 100%;
}

.chang_list .list ul li {
    text-align:center;
    display: inline-block;
    width: calc((100% - 92px)/3);
    margin: 0 15px;
    margin-bottom: 30px;
    vertical-align: top;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    /* IE 9 */
    -moz-transition: all 0.3s;
    /* Firefox */
    -webkit-transition: all 0.3s;
    /* Safari 鍜� Chrome */
    -o-transition: all 0.3s;
}

    .chang_list .list ul li:hover {
        box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.3);
    }

    .chang_list .list ul li a {
        display: block;
        width: 100%;
    }

    .chang_list .list ul li .img {
        position: relative;
        height: 220px;
        overflow: hidden;
    }

        .chang_list .list ul li .img h6 {
            position: absolute;
            z-index: 11;
            bottom: 18px;
            right: 27px;
            font-size: 18px;
            color: #fff;
            line-height: 26px;
        }

        .chang_list .list ul li .img img {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 0.3s;
        }

    .chang_list .list ul li:hover .img img {
        transform: scale(1.05);
    }

    .chang_list .list ul li .txt {
        background: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        height: 80px;
        position: relative;
    }

        .chang_list .list ul li .txt p {
            font-size: 18px;
            line-height: 27px;
            color: #666666;
            transition: all 0.3s;
            max-height: 54px;
            overflow: hidden;
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            z-index: 1;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            /* IE 9 */
            -moz-transform: translateY(-50%);
            /* Firefox */
            -webkit-transform: translateY(-50%);
            /* Safari �? Chrome */
            -o-transform: translateY(-50%);
        }

    .chang_list .list ul li:hover .txt p {
        color: #3475F7;
    }


/*姝ｈ埅TV璇︽�?*/

.changhang_datal {
    padding: 10px 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .changhang_datal .wrap{
        position:relative;
    }

    .changhang_datal .lt h1{
        text-align:left;
        padding-bottom:0;
    }

    .changhang_datal .lt {
        float: left;
        width: 63%;
        padding: 0 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .changhang_datal .lt h2 {
            font-size: 15px;
            margin-top: 22px;
            margin-bottom: 18px;
            color: #333;
        }

        .changhang_datal .lt h6 {
            position: relative;
        }

            .changhang_datal .lt h6 a {
                display: inline-block;
                font-size: 14px;
                padding-left: 20px;
                line-height: 24px;
                color: #999999;
            }

                .changhang_datal .lt h6 a:hover {
                    color: #3475F7;
                }

            .changhang_datal .lt h6:before {
                position: absolute;
                z-index: 11;
                width: 12px;
                height: 12px;
                background: url(../images/f12.png) no-repeat left center;
                content: "";
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                transition: all 0.3s;
            }

            .changhang_datal .lt h6:hover:before {
                background: url(../images/f12-1.png) no-repeat left center;
            }

        .changhang_datal .lt .video {
            width: auto;
            height: auto;
            cursor: pointer;
        }

            .changhang_datal .lt .video .video1 {
                display: block;
                width: 100%;
                height: 100%;
            }

        .changhang_datal .lt .video_info {
            margin-top: 12px;
            display: flex;
            justify-content: flex-start;
            align-items: center;
            padding-bottom: 15px;
            border-bottom: 1px solid rgba(51,51,51,0.1);
        }

        .changhang_datal .lt .video_info h5 {
            font-size: 15px;
            margin-right:20px;
            color: #666666;
            white-space:nowrap;
        }

        .changhang_datal .lt .video_intro {
            margin-top: 15px;
            font-size: 15px;
            color: #666666;
        }



        .changhang_datal .lt .tobo_list {
                margin-top: 15px;
        }

            .changhang_datal .lt .tobo_list li a {
                display: block;
                font-size: 15px;
                line-height: 36px;
                color: #666666;
                transition: all 0.3s;
            }

                .changhang_datal .lt .tobo_list li a:hover {
                    color: #3475f7;
                }

    .changhang_datal .rt {
        float: right;
        width: 32.7%;
        position: relative;
        top: -50px;
        right: 0;
    }

        .changhang_datal .rt .news_lis {
            /*box-shadow: 0 0 3px 1px #f6f6f6;
            border: 1px solid #f0f0f0;*/
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
        }

            .changhang_datal .rt .news_lis .prog{
                border:none;
                position:relative;
            }

            .changhang_datal .rt .news_lis li a {
                background: none;
                padding-left: 0;
            }

.casedel .changhang_datal .rt .news_lis ul {
    margin-top: 15px;
}

.changhang_datal .rt .news_lis li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
}

                .changhang_datal .rt .news_lis li:last-child {
                    border-bottom: none;
                    padding-bottom: 0;
                }

                .changhang_datal .rt .news_lis li a .tv_more {
                    display: flex;
                    justify-content: space-between;
                }
                .changhang_datal .rt .news_lis li a .more_img {
                    width: 150px;
                    height: 90px;
                    position:relative;
                }

                    .changhang_datal .rt .news_lis li a .more_img img {
                        width: 150px;
                        height: 90px;
                        vertical-align: middle;
                    }

                    .changhang_datal .rt .news_lis li a .more_img span {
                        position: absolute;
                        bottom: 8px;
                        right: 8px;
                        background: rgba(76,74,74,0.65);
                        color: white;
                        border-radius: 5px;
                        padding: 0 5px;
                        font-size: 12px;
                    }

                .changhang_datal .rt .news_lis li a .tv_more h5{
                    width:calc(100% - 165px);
            }

    .changhang_datal .chang_imgs {
        height: 220px;
        width: auto;
        position: relative;
        overflow: hidden;
    }

        .changhang_datal .chang_imgs img,
        .changhang_datal .chang_imgs a {
            display: block;
            width: 100%;
            height: 100%;
            transition: all 0.3s;
        }

        .changhang_datal .chang_imgs:hover img {
            transform: scale(1.1);
        }

        .changhang_datal .chang_imgs h6 {
            position: absolute;
            z-index: 11;
            left: 0;
            right: 0;
            margin: 0 auto;
            top: 50%;
            transform: translateY(-50%);
            border: 1px solid #fff;
            line-height: 38px;
            width: 200px;
            font-size: 20px;
            text-align: center;
            color: #fff;
            transition: all 0.3s;
        }

        .changhang_datal .chang_imgs:hover {
            box-shadow: 0 0 15px 2px rgba(0, 0, 0, 0.3);
        }

.casedel .rt .qmnews_huod {
    border: 1px solid #f1f1f1;
    box-shadow: 0px 2px 2px 1px #f7f7f7;
    border-top: none;
    padding-top: 0;
}

    .casedel .rt .qmnews_huod .prog h3 {
        line-height: 20px;
        margin-bottom: 25px;
    }

.casedel .rt .qmnews_yiny {
    border: 1px solid #f1f1f1;
    box-shadow: 0px 2px 2px 1px #f7f7f7;
}

.casede3 .rt .prog {
    position:relative;
}
/* 浼欎�? */

.lmhzhb .hzjz {
    padding: 65px 0 78px;
}

.lmhzhb h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 40px;
    color: #333333;
    text-align: center;
}

.lmhzhb .hzjz .pic_mobi{
    display:none;
}

.lmhzhb .hzjz ul {
    margin-top: 64px;
}

.lmhzhb .hzjz li {
    float: left;
    width: calc((100% - 102px)/3);
    margin-right: 50px;
    box-shadow: 0 0 3px 1px #f1f1f1;
    padding: 46px 36px;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: 0;
    transition: all 0.3s;
    -ms-transition: all 0.3s;
    /* IE 9 */
    -moz-transition: all 0.3s;
    /* Firefox */
    -webkit-transition: all 0.3s;
    /* Safari 鍜� Chrome */
    -o-transition: all 0.3s;
}

    .lmhzhb .hzjz li:nth-child(3n) {
        margin-right: 0;
    }

    .lmhzhb .hzjz li:hover {
        box-shadow: 0 0 10px 5px #f3f3f3;
        top: -10px;
    }

    .lmhzhb .hzjz li .ico {
        width: 104px;
        height: 104px;
        overflow: hidden;
        border-radius: 50%;
        margin: 0 auto;
    }

        .lmhzhb .hzjz li .ico img {
            width: 100%;
            height: 100%;
            display: block;
        }

    .lmhzhb .hzjz li h3 {
        font-weight: bold;
        margin: 20px 0;
        font-size: 20px;
        line-height: 30px;
        color: #333333;
        text-align: center;
    }

    .lmhzhb .hzjz li p {
        font-size: 16px;
        line-height: 30px;
        color: #666666;
        height: 120px;
        overflow: hidden;
    }

.lmhzhb .wmsl {
    padding: 60px 0 0;
}

    .lmhzhb .wmsl ul {
        margin-top: 56px;
        font-size: 0;
        text-align: center;
        padding: 0 100px;
    }

    .lmhzhb .wmsl li {
        width: calc((100% - 82px)/2);
        display: inline-block;
        overflow: hidden;
        float: left;
        margin-bottom: 100px;
    }

        .lmhzhb .wmsl li:nth-child(2n) {
            float: right;
        }

        .lmhzhb .wmsl li .ico {
            height: 75px;
            float: left;
            width: 96px;
        }

            .lmhzhb .wmsl li .ico img {
                display: block;
            }

        .lmhzhb .wmsl li .txt {
            float: right;
            width: calc(100% - 96px);
            text-align: left;
        }

        .lmhzhb .wmsl li h3 {
            font-weight: bold;
            margin-bottom: 5px;
            font-size: 20px;
            line-height: 28px;
            color: #333333;
        }

        .lmhzhb .wmsl li p {
            font-size: 16px;
            line-height: 28px;
            color: #666666;
            height: 56px;
            overflow: hidden;
        }

.lmhzhb .wmtg {
    padding: 60px 0;
}

    .lmhzhb .wmtg .bd {
        position: relative;
        margin-top: 56px;
    }

        .lmhzhb .wmtg .bd .img {
            position: absolute;
            top: 56px;
            left: 0;
            right: 0;
            width: 605px;
            margin: 0 auto;
        }

            .lmhzhb .wmtg .bd .img img {
                display: block;
                width: 100%;
            }

        .lmhzhb .wmtg .bd ul {
            float: left;
            width: 260px;
        }

            .lmhzhb .wmtg .bd ul:nth-child(2n) {
                float: right;
            }

        .lmhzhb .wmtg .bd li {
            margin-bottom: 38px;
        }

            .lmhzhb .wmtg .bd li h3 {
                font-weight: bold;
                font-size: 20px;
                line-height: 28px;
                color: #333333;
                margin-bottom: 10px;
                padding-left: 38px;
            }

            .lmhzhb .wmtg .bd li p {
                font-size: 16px;
                line-height: 28px;
                color: #666666;
                height: 56px;
                overflow: hidden;
            }

.lmhzhb .hzlx {
    padding: 65px 0 95px;
}

    .lmhzhb .hzlx ul {
        margin-top: 60px;
    }

    .lmhzhb .hzlx li {
        float: left;
        width: calc((100% - 50px)/2);
        box-shadow: 0 0 10px 5px #e8e8e9;
    }

        .lmhzhb .hzlx li:nth-child(2n) {
            float: right;
        }

        .lmhzhb .hzlx li .img {
            width: 100%;
            height: 298px;
            overflow: hidden;
            border-top-left-radius: 6px;
            border-top-right-radius: 6px;
        }

            .lmhzhb .hzlx li .img img {
                width: 100%;
                height: 100%;
                display: block;
                transition: all 0.3s;
                -ms-transition: all 0.3s;
                /* IE 9 */
                -moz-transition: all 0.3s;
                /* Firefox */
                -webkit-transition: all 0.3s;
                /* Safari 鍜� Chrome */
                -o-transition: all 0.3s;
            }

        .lmhzhb .hzlx li:hover .img img {
            transform: scale(1.1);
            -ms-transform: scale(1.1);
            /* IE 9 */
            -moz-transform: scale(1.1);
            /* Firefox */
            -webkit-transform: scale(1.1);
            /* Safari 鍜� Chrome */
            -o-transform: scale(1.1);
        }

        .lmhzhb .hzlx li .txt {
            background: #FFFFFF;
            padding: 20px 40px 30px;
            border-bottom-left-radius: 6px;
            border-bottom-right-radius: 6px;
        }

            .lmhzhb .hzlx li .txt h3 {
                font-size: 24px;
                font-weight: bold;
                line-height: 40px;
                color: #333333;
                margin-bottom: 10px;
            }

            .lmhzhb .hzlx li .txt p {
                font-size: 16px;
                line-height: 28px;
                color: #666666;
            }


/* 瀹夊績鏈嶅姟 */

.lmanxfw .zsjz {
    padding: 65px 0 90px;
}

.lmanxfw .h2 {
    font-size: 30px;
    font-weight: bold;
    line-height: 46px;
    color: #333333;
    text-align: center;
}

.lmanxfw .zsjz .bd {
    margin-top: 50px;
}

    .lmanxfw .zsjz .bd h6 {
        font-size: 16px;
        line-height: 34px;
        color: #666666;
        text-align: center;
    }

    .lmanxfw .zsjz .bd ul {
        margin-top: 66px;
    }

    .lmanxfw .zsjz .bd li {
        float: left;
        width: calc((100% - 138px)/3);
        margin-right: 66px;
        box-shadow: 0 0 5px 3px #f1f1f1;
        background: #FFFFFF;
        position: relative;
        height: 264px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        /* IE 9 */
        -moz-transition: all 0.3s;
        /* Firefox */
        -webkit-transition: all 0.3s;
        /* Safari 鍜� Chrome */
        -o-transition: all 0.3s;
    }

        .lmanxfw .zsjz .bd li:nth-child(3n) {
            margin-right: 0;
        }

        .lmanxfw .zsjz .bd li .bg {
            height: 100%;
            opacity: 0;
        }

            .lmanxfw .zsjz .bd li .bg .mk {
                background: rgba(52, 117, 247, 0.9);
                height: 100%;
            }

            .lmanxfw .zsjz .bd li .bg .txt {
                position: absolute;
                left: 0;
                right: 0;
                top: 50%;
                z-index: 3;
                transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                /* IE 9 */
                -moz-transform: translateY(-50%);
                /* Firefox */
                -webkit-transform: translateY(-50%);
                /* Safari 鍜� Chrome */
                -o-transform: translateY(-50%);
                text-align: center;
            }

                .lmanxfw .zsjz .bd li .bg .txt h4 {
                    font-size: 24px;
                    font-weight: bold;
                    line-height: 36px;
                    position: relative;
                    margin-bottom: 36px;
                    color: #fff;
                }

                    .lmanxfw .zsjz .bd li .bg .txt h4::before {
                        content: "";
                        position: absolute;
                        bottom: -10px;
                        left: 0;
                        right: 0;
                        width: 12px;
                        height: 2px;
                        background: #FFFFFF;
                        display: block;
                        margin: 0 auto;
                    }

                .lmanxfw .zsjz .bd li .bg .txt p {
                    font-size: 15px;
                    line-height: 28px;
                    color: #fff;
                }

        .lmanxfw .zsjz .bd li .cen {
            position: absolute;
            left: 0;
            right: 0;
            top: 50%;
            z-index: 1111;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            /* IE 9 */
            -moz-transform: translateY(-50%);
            /* Firefox */
            -webkit-transform: translateY(-50%);
            /* Safari 鍜� Chrome */
            -o-transform: translateY(-50%);
            text-align: center;
        }

        .lmanxfw .zsjz .bd li .ico {
            width: 112px;
            height: 112px;
            overflow: hidden;
            border-radius: 50%;
            margin: 0 auto 18px;
        }

            .lmanxfw .zsjz .bd li .ico img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .lmanxfw .zsjz .bd li h3 {
            font-size: 24px;
            font-weight: bold;
            line-height: 36px;
            color: #333333;
        }

        .lmanxfw .zsjz .bd li:hover .bg {
            opacity: 1;
        }

        .lmanxfw .zsjz .bd li:hover .cen {
            opacity: 0;
        }

.lmanxfw .fwwl .bd {
    margin-top: 66px;
    position: relative;
}

    .lmanxfw .fwwl .bd li {
        float: left;
        width: 50%;
        height: 516px;
        position: relative;
    }

    .lmanxfw .fwwl .bd .txt {
        position: absolute;
        right: 250px;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -moz-transform: translateY(-50%);
        /* Firefox */
        -webkit-transform: translateY(-50%);
        /* Safari 鍜� Chrome */
        -o-transform: translateY(-50%);
    }

    .lmanxfw .fwwl .bd li:nth-child(2) .txt {
        right: auto;
        left: 250px;
    }

    .lmanxfw .fwwl .bd .txt h4 {
        font-size: 28px;
        font-weight: bold;
        line-height: 36px;
        color: #fff;
        position: relative;
    }

        .lmanxfw .fwwl .bd .txt h4::before {
            content: "";
            position: absolute;
            bottom: -26px;
            width: 40px;
            height: 2px;
            border-radius: 2px;
            margin: 0 auto;
            display: block;
            background: #FFFFFF;
        }

    .lmanxfw .fwwl .bd dl {
        position: absolute;
        opacity: 0;
        left: 0;
        right: 0;
        top: 0;
        z-index: -1;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        /* IE 9 */
        -moz-transition: all 0.3s;
        /* Firefox */
        -webkit-transition: all 0.3s;
        /* Safari 鍜� Chrome */
        -o-transition: all 0.3s;
    }

.lmanxfw .fwwl .bds dl.on {
    opacity: 1;
    z-index: 9999;
}

.lmanxfw .fwwl .bds dd {
    float: left;
    width: 50%;
    height: 516px;
    position: relative;
}

.lmanxfw .fwwl .bds .txt {
    position: absolute;
    right: 120px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 鍜� Chrome */
    -o-transform: translateY(-50%);
    width: 480px;
}

    .lmanxfw .fwwl .bds .txt h3 {
        font-size: 28px;
        font-weight: bold;
        line-height: 36px;
        color: #fff;
        position: relative;
        margin-bottom: 40px;
    }

    .lmanxfw .fwwl .bds .txt p {
        font-size: 16px;
        line-height: 28px;
        color: #fff;
    }

    .lmanxfw .fwwl .bds .txt span {
        width: 40px;
        height: 4px;
        background: #3475f7;
        border-radius: 2px;
        display: block;
        margin-top: 60px;
    }

        .lmanxfw .fwwl .bds .txt span.s {
            background: #FFFFFF;
        }

.lmanxfw .fwtd {
    padding: 60px 0 33px
}

    .lmanxfw .fwtd .bd {
        margin-top: 60px;
    }

        .lmanxfw .fwtd .bd ul {
            width: 1073px;
            margin: 0 auto;
        }

        .lmanxfw .fwtd .bd li {
            position: relative;
            float: left;
            margin-right: 70px;
            top: 0;
            width: 311px;
            height: 440px;
            background: #f5f5f6;
            box-shadow: 0px 3px 15px 0px rgba(0,0,0,0.2);
            margin-bottom: 10px;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            /* IE 9 */
            -moz-transition: all 0.3s;
            /* Firefox */
            -webkit-transition: all 0.3s;
            /* Safari 鍜� Chrome */
            -o-transition: all 0.3s;
        }

            .lmanxfw .fwtd .bd li:nth-child(3){
                margin-right:0
            }

            .lmanxfw .fwtd .bd li:hover {
                top: -15px;
                box-shadow: 0 3px 15px 0px rgba(0,0,0,0.35);
            }

            .lmanxfw .fwtd .bd li .txt {
                width: 100%;
                /*height: 336px;*/
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                position: relative;
            }

            .lmanxfw .fwtd .bd li .pic {
                width: 100%;
                height: 192px;
            }

            .lmanxfw .fwtd .bd li .txt .adupo {
                padding: 35px 28px 0;
            }

            .lmanxfw .fwtd .bd li .txt .adupo img{
                display:none;
            }

            .lmanxfw .fwtd .bd li:nth-child(5) .txt {
                background: #3475f7;
            }

                .lmanxfw .fwtd .bd li:nth-child(5) .txt h3,
                .lmanxfw .fwtd .bd li:nth-child(5) .txt p {
                    color: #FFFFFF;
                }

            .lmanxfw .fwtd .bd li:nth-child(5) .txt::before {
                background: url(../images/lmimg44.png) no-repeat center;
            }

            .lmanxfw .fwtd .bd li .txt h3 {
                position: relative;
                text-align: center;
                font-size: 25px;
                font-weight: bold;
                line-height: 30px;
                color: #333333;
                text-align: center;
                margin-bottom: 25px;
                padding-bottom: 25px;
            }

                .lmanxfw .fwtd .bd li .txt h3::before {
                    content: "";
                    display: inline-block;
                    width: 50px;
                    height: 4px;
                    position: absolute;
                    left: 50%;
                    bottom: 0;
                    transform:translateX(-25px);
                    background: #3475f7;
                }

            .lmanxfw .fwtd .bd li .txt p {
                text-align:center;
                font-size: 17px;
                line-height: 27px;
                color: #666666;
            }

.lmanxfw .fwlc {
    padding: 60px 0 100px;
}

    .lmanxfw .fwlc .bd {
        margin-top: 60px;
    }
        .lmanxfw .fwlc .bd ul{
            display:flex;
            justify-content:space-between;
            flex-wrap:wrap;
        }

        .lmanxfw .fwlc .bd li {
            width: 320px;
            margin-left:30px;
            top: 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            height: 210px;
            margin-bottom: 40px;
            background: #FFFFFF;
            border-radius: 20px;
            position: relative;
            transition: all 0.2s;
            -ms-transition: all 0.2s;
            /* IE 9 */
            -moz-transition: all 0.2s;
            /* Firefox */
            -webkit-transition: all 0.2s;
            /* Safari 鍜� Chrome */
            -o-transition: all 0.2s;
            box-shadow: 0 7px 20px 7px #d9e2e9;
        }

            .lmanxfw .fwlc .bd li:nth-child(n+3){
                margin-bottom:0;
            }

            .lmanxfw .fwlc .bd li:nth-child(6n) {
                margin-right: 0;
            }

            .lmanxfw .fwlc .bd li .fwbg{
                height:100%;
                position:relative;
            }

            .lmanxfw .fwlc .bd li .txt {
                position: relative;
                top: 50%;
                left: 50%;
                transform: translate(-43%,-50%);
                width: 230px;
            }

                .lmanxfw .fwlc .bd li > h6 {
                    position:absolute;
                    top:50%;
                    left:0;
                    width:60px;
                    height:60px;
                    border-radius:30px;
                    background:#3475f7;
                    text-align:center;
                    color:#fff;
                    font-size:25px;
                    font-weight:bold;
                    line-height:60px;
                    transform:translate(-50%, -50%);
                    transition:all 0.2s;
                }

            .lmanxfw .fwlc .bd li .txt h3 {
                font-weight: bold;
                font-size: 25px;
                line-height: 28px;
                color: #3475f7;
                position: relative;
                margin-bottom: 25px;
            }

                    .lmanxfw .fwlc .bd li .txt h3::before {
                        position: absolute;
                        content: "";
                        bottom: -11px;
                        left: 0;
                        display: inline-block;
                        width: 85px;
                        height: 2px;
                        background-color: #666;
                    }

                .lmanxfw .fwlc .bd li .txt p {
                    font-size: 17px;
                    line-height: 27px;
                    color: #666;
                }

            .lmanxfw .fwlc .bd li .txt h6 {
                font-size: 26px;
                font-weight: bold;
                position: absolute;
                top: -3px;
                right: 15px;
                color: #fff;
            }

            .lmanxfw .fwlc .bd li:hover {
                background: #3475f7;
                top: -7px;
                box-shadow: 0 7px 20px 7px rgba(0,0,0,0.2);
            }

                    .lmanxfw .fwlc .bd li:hover > h6{
                        opacity:0;
                    }

                    .lmanxfw .fwlc .bd li:hover .txt h3, .lmanxfw .fwlc .bd li:hover .txt p, .lmanxfw .fwlc .bd li:hover .txt h6 {
                        color: #fff;
                    }

                        .lmanxfw .fwlc .bd li:hover .txt h3::before {
                            background: #fff;
                        }

                        .lmanxfw .jfbz {
                            padding: 50px 0 100px;
                        }

    .lmanxfw .jfbz .lt {
        text-align:center;
        position: relative;
    }

    .lmanxfw .jfbz .bs {
        position: absolute;
        top: 310px;
        left: 0;
    }

        .lmanxfw .jfbz .bs .next,
        .lmanxfw .jfbz .bs .prev {
            position: static;
            display: inline-block;
            width: 58px;
            height: 40px;
            border-radius: 3px;
            background: url(../images/lmimg46.png) no-repeat center #FFFFFF;
            margin-right: 6px;
            cursor: pointer;
        }

        .lmanxfw .jfbz .bs .next {
            transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            /* IE 9 */
            -moz-transform: rotate(180deg);
            /* Firefox */
            -webkit-transform: rotate(180deg);
            /* Safari 鍜� Chrome */
            -o-transform: rotate(180deg);
        }

            .lmanxfw .jfbz .bs .next:hover,
            .lmanxfw .jfbz .bs .prev:hover {
                background: url(../images/lmimg47.png) no-repeat center #3779f7;
            }

                            .lmanxfw .jfbz .lt h3,.lmanxfw .service_onway > h2{
                                font-size: 30px;
                                font-weight: bold;
                                line-height: 44px;
                                color: #333;
                                position: relative;
                                margin-bottom: 35px;
                            }

                                .lmanxfw .service_onway > h2{
                                    text-align:center;
                                    margin-bottom:60px;
                                }

                                .lmanxfw .jfbz .lt p {
                                    font-size: 18px;
                                    line-height: 34px;
                                    color: #666;
                                    padding: 0 100px;
                                    margin-bottom: 60px;
                                }

    .lmanxfw .jfbz .wrap {
        position: relative;
    }

                            .lmanxfw .jfbz .swip_jfbz .swiper-wrapper {
                                overflow-y: hidden;
                            }

                            .lmanxfw .jfbz .swip_jfbz li {
                                float: left;
                                height: 265px;
                                overflow: hidden;
                                position: relative;
                                width: calc((100% - 6px) / 3);
                                display: inline-block;
                                border: 1px solid #e5e5e5;
                                background: #fff;
                                transition:all 0.3s;
                            }

                                .lmanxfw .jfbz .swip_jfbz li:hover{
                                    background:#3475f7;
                                    border-color:#3475f7;
                                }

                                    .lmanxfw .jfbz .swip_jfbz li:hover .baspo h3, .lmanxfw .jfbz .swip_jfbz li:hover .baspo p {
                                        color: #fff;
                                    }

                                    .lmanxfw .jfbz .swip_jfbz li .baspo {
                                        position: relative;
                                        top: 50%;
                                        left: 50%;
                                        transform: translate(-50%,-50%);
                                        width: 62%;
                                        text-align: center;
                                    }

                                .lmanxfw .jfbz .swip_jfbz li .baspo .ico{
                                    height:50px;
                                    margin-bottom:20px;
                                    position:relative;
                                }

                                    .lmanxfw .jfbz .swip_jfbz li .baspo .ico img{
                                        position:absolute;
                                        top:50%;
                                        left:50%;
                                        transform:translate(-50%,-50%)
                                    }

                                    .lmanxfw .jfbz .swip_jfbz li .baspo .ico .hoverImg {
                                        opacity: 0;
                                    }
                                .lmanxfw .jfbz .swip_jfbz li:hover .baspo .ico .defaultImg {
                                    opacity: 0;
                                }
                                .lmanxfw .jfbz .swip_jfbz li:hover .baspo .ico .hoverImg {
                                    opacity: 1;
                                }

            .lmanxfw .jfbz .swip_jfbz li.swiper-slide-active::before {
                opacity: 0;
            }

                .lmanxfw .jfbz .swip_jfbz li .txt h3 {
                    font-size: 25px;
                    font-weight: bold;
                    line-height: 30px;
                    color: #3475f7;
                    margin-bottom: 15px;
                }

                    .lmanxfw .jfbz .swip_jfbz li .txt h4{
                        display:none;
                    }

                    .lmanxfw .jfbz .swip_jfbz li .txt p {
                        font-size: 17px;
                        line-height: 28px;
                        color: #666666;
                    }

.lmanxfw .service_onway .lt {
    float: left;
    width: calc(100% - 630px);
    margin-top: 50px;
}
.lmanxfw .strong_map.service_onway .rt{
    float:right;
}

.lmanxfw .service_onway .lt h2 {
    font-size: 27px;
    line-height: 2;
}

        .lmanxfw .service_onway .lt h2::before{
            content:unset;
        }

.lmanxfw .service_onway .lt h3 {
    font-size: 19px;
    color: #666
}
.lmanxfw .service_onway .lt p {
    font-size: 17px;
}

.banner.aboutban, .banner.courseban, .banner.honorban, .banner.cultureban {
    height: 460px;
    background-image: url("/images/course-ban.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.banner.honorban {
    background-image: url("/images/honor-ban.jpg");
}

.banner.aboutban {
    background-image: url("/images/about-ban.jpg");
}

.banner.cultureban {
    background-image: url("/images/culture-ban.jpg");
}

.course h2 {
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    margin: 45px 0;
}

.course li .course_range {
    height: 350px;
    position: relative;
}

    .course li .course_range .text {
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
    }

        .course li .course_range .text h3 {
            font-size: 40px;
            font-weight: bold;
            line-height: 48px;
            color: #3475f7;
        }

        .course li .course_range .text h5 {
            font-weight: bold;
            color: #3475F7;
            font-size: 30px;
            line-height: 45px;
            margin-top: 5px;
        }

        .course li .course_range .text h6 {
            font-size: 18px;
            line-height: 32px;
            color: #666666;
            margin-top: 6px;
            width: 23rem;
            letter-spacing: 1px;
        }

.course .course_swiper {
    display: flex;
    justify-content: center;
    height: 370px;
}

    .course .course_swiper .swiper_nav ul {
        display: flex;
        flex-direction: column;
        height: 100%;
        justify-content: center;
        position: relative;
        width: 62px;
    }

        .course .course_swiper .swiper_nav ul::after {
            content: "";
            position: absolute;
            display: block;
            width: 2px;
            height: 100%;
            background: #e5e5e5;
            right: 0;
            top: 0;
        }

    .course .course_swiper .swiper_nav li {
        text-align: right;
        padding-right: 10px;
        transition: all 0.3s;
        z-index: 99;
        width: 50px;
    }

        .course .course_swiper .swiper_nav li.on {
            border-right: 2px solid #3475f7;
        }

        .course .course_swiper .swiper_nav li a {
            color: #666;
            font-size: 16px;
            line-height: 28px;
            transition: all 0.3s;
        }

    .course .course_swiper .swiper_nav li.on a {
        font-weight: bold;
        font-style: italic;
        color: #3475f7;
        font-size: 18px;
    }

    .course .course_swiper .swiper_body {
        width: calc(100% - 360px);
        overflow:hidden;
    }


    .course .course_swiper .swiper_nav {
        margin-left:20px;
    }


    .course .course_swiper .swiper_body li {
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

        .course .course_swiper .swiper_body li.swiper-slide-visible {
            display:flex;
        }

        .course .course_swiper .swiper_body li h4 {
            font-size: 40px;
            font-weight:bold;
            color: #3475f7;
            margin-bottom: 10px;
        }

        .course .course_swiper .swiper_body li p {
            font-size: 18px;
            color: #666666;
            position: relative;
            margin: 10px 0;
            padding-left: 15px;
        }

            .course .course_swiper .swiper_body li p::before {
                content: "";
                display: block;
                width: 4px;
                height: 4px;
                border-radius: 2px;
                background-color:#d4d4d4;
                position: absolute;
                left: 0;
                top: 9px;
            }

.experience .list ul {
    margin: 27px auto 0;
    text-align: center;
}

.experience .list li {
    display: inline-block;
    margin: 0 20px;
}

    .experience .list li a {
        display: block;
        border-radius: 1px;
        overflow: hidden;
        line-height: 34px;
        font-size: 14px;
        color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        width: 180px;
        border: 1px solid #fff;
    }

        .experience .list li a:hover,
        .experience .list li.on a {
            background: #fff;
            color: #0081f1;
        }

    .experience .list li.on:hover a {
        background: none;
        color: #fff;
    }


/*鑱旂郴鎴戜滑*/

.strong_map {
    padding: 80px 0 50px;
}

    .strong_map .text {
        float: left;
        width: calc(100% - 770px);
        margin-top: 115px;
    }

        .strong_map .text h3 {
            font-size: 35px;
            font-weight: bold;
            line-height: 50px;
            color: #333333;
        }

        .strong_map .text h5 {
            font-size: 20px;
            line-height: 44px;
            color: #333333;
            margin-top: 2px;
        }

        .strong_map .text h6 {
            font-size: 16px;
            line-height: 34px;
            color: #666666;
            margin-top: 30px;
            text-align: justify;
            text-justify: distribute-all-lines;
            /*ie6-8*/
            text-align-last: left;
            /* ie9*/
            -moz-text-align-last: left;
            /*ff*/
            -webkit-text-align-last: left;
            /*chrome 20+*/
        }

    .strong_map .rt {
        float: right;
        width: 607px;
    }

        .strong_map .rt .ico {
            height: 478px;
            height: auto;
            width: 100%;
        }

            .strong_map .rt .ico img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .strong_map .rt .icon {
            position: relative;
        }

            .strong_map .rt .icon dd {
                position: absolute;
                left: 0;
                top: 0;
                z-index: 11;
                opacity: 1 !important;
                margin-left: 40px;
                margin-top: -15px !important;
                margin-left: 30px !important;
            }

        .strong_map .rt .ico img {
            height: auto;
        }

.service_onway .lt .imgs {
    position: relative;
}

    .service_onway .lt .imgs dd i,
    .strong_map .rt .icon dd i {
        width: 10px;
        height: 10px;
        display: block;
        opacity: 1;
        cursor: pointer;
        background: #3475f7;
    }

.strong_map .rt .icon .tet {
    position: absolute;
    z-index: 11;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari 鍜� Chrome */
    -o-transform: translateY(-50%);
    background: #3475f7;
    box-shadow: 0 0 16px 2px rgba(229, 229, 230, 0.3);
    padding: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
}

    .strong_map .rt .icon .tet .tx {
        position: relative;
        width: 320px;
    }

    .strong_map .rt .icon .tet h4 {
        font-size: 14px;
        line-height: 22px;
        color: #fff;
        margin-bottom: 4px;
    }

    .strong_map .rt .icon .tet h6 {
        font-size: 12px;
        line-height: 21px;
        color: #fff;
    }

    .strong_map .rt .icon .tet .tx:before {
        position: absolute;
        z-index: 11;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        right: -30px;
        background: url(../images/f35.png) no-repeat center;
        width: 10px;
        height: 14px;
    }

.strong_map .rt .list {
    /*margin: 45px auto 0;*/
    position: absolute;
    bottom: 122px;
    left: 100px;
}

    .strong_map .rt .list ul {
        overflow: hidden;
        /*padding-left: 55px;*/
    }

    .strong_map .rt .list li {
        /*float: left;
        margin-right: 155px;*/
    }

        .strong_map .rt .list li:nth-child(3n) {
            margin-right: 0;
        }

        .strong_map .rt .list li span {
            display: inline-block;
            padding-left: 23px;
            font-size: 13px;
            line-height: 26px;
            color: #666666;
            background: url(../images/f27.png) no-repeat left center;
        }

        .strong_map .rt .list li:nth-child(2) span {
            background: url(../images/f28.png) no-repeat left center;
        }

        .strong_map .rt .list li:nth-child(3) span {
            background: url(../images/f29.png) no-repeat left center;
        }

.make_conat {
    padding: 68px 0 0;
}

    .make_conat .list li {
        float: left;
        width: calc((100% - 104px)/4);
        transition: all 0.3s;
        background: #fff;
        border: 1px solid #f1f1f1;
        box-shadow: 0 0 3px 1px #f7f7f7;
        padding: 40px;
        -webkit-box-sizing: border-box;
        margin-right: 34px;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

        .make_conat .list li:hover {
            border-color: #fff;
            box-shadow: 0 0 15px 1px #eaeaeb;
        }

        .make_conat .list li:nth-child(4n) {
            margin-right: 0;
        }

        .make_conat .list li .icon {
            height: 79px;
            width: 79px;
            margin: 0 auto;
            border-radius: 50%;
            overflow: hidden;
            position: relative;
            top: 0;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            /* IE 9 */
            -moz-transition: all 0.3s;
            /* Firefox */
            -webkit-transition: all 0.3s;
            /* Safari 鍜� Chrome */
            -o-transition: all 0.3s;
        }

        .make_conat .list li:hover .icon {
            top: -10px;
        }

        .make_conat .list li .icon img {
            display: block;
            width: 100%;
            height: 100%;
        }

        .make_conat .list li .text {
            margin: 13px auto 0;
            text-align: center;
        }

            .make_conat .list li .text h3 {
                font-size: 20px;
                font-weight: bold;
                line-height: 32px;
                color: #333333;
            }

            .make_conat .list li .text p {
                font-size: 14px;
                line-height: 24px;
                color: #666666;
                margin-top: 14px;
                height: 48px;
                overflow: hidden;
                margin-bottom: 34px;
            }

            .make_conat .list li .text a {
                display: block;
                width: 110px;
                border-radius: 1px;
                overflow: hidden;
                font-size: 14px;
                color: #3475f7;
                border: 1px solid #3475f7;
                line-height: 30px;
                transition: all 0.3s;
                text-align: center;
                margin: 0 auto;
            }

                .make_conat .list li .text a:hover {
                    color: #fff;
                    background: #3475f7;
                }

            .make_conat .list li .text h5 {
                font-size: 20px;
                line-height: 30px;
                color: #3475f7;
                font-weight: bold;
            }


/*姝ｈ埅绠€浠�?*/

.onway_about {
    background: #fefefe;
    padding: 70px 0;
    position:relative;
}

    .onway_about .wrap {
        display: flex;
        justify-content: space-between;
    }

    .onway_about .video {
        width: 50vw;
        height: auto;
        position: absolute;
        flex-shrink: 0;
        top: 70px;
        right: 0;
        max-width:1000px;
    }

    .onway_about .text {
        width: 43%;
        min-height:440px;
    }

        .onway_about .text h2, .introd_onway .text h2, .usabot .ltxa h2, .service_onway .lt h2, .vision_desire .text h3 {
            font-size: 35px;
            font-weight: bold;
            line-height: 58px;
            color: #333333;
            position: relative;
            padding-bottom: 8px;
        }

            .onway_about .text h2:before {
                position: absolute;
                z-index: 11;
                content: "";
                left: 0;
                bottom: 0;
                height: 2px;
                width: 32px;
                background: #3475f7;
            }

            .onway_about .text h2 span {
                display: inline-block;
                padding-left: 20px;
                vertical-align: bottom;
                font-size: 60px;
                color: #f4f4f4;
                text-transform: uppercase;
            }

        .onway_about .text p {
            margin-top: 43px;
            font-size: 16px;
            line-height: 30px;
            color: #666666;
        }

        .onway_about .text .list {
            margin-top: 48px;
        }

            .onway_about .text .list ul{
                display:flex;
                justify-content:space-between;
            }

            .onway_about .text .list li {
                width: 120px;
                text-align: center;
            }

                .onway_about .text .list li h3 {
                    font-size: 18px;
                    line-height: 52px;
                    color: #333333;
                    font-weight: bold;
                }

                    .onway_about .text .list li h3 span {
                        display: inline-block;
                        color: #3475f7;
                        font-size: 37px;
                    }

                .onway_about .text .list li h5 {
                    font-size: 16px;
                    line-height: 36px;
                    color: #666666;
                }

.introd_onway {
    padding: 120px 0 140px;
}

    .introd_onway .text {
        width: 42%;
    }

        .introd_onway .text h2 {
            color: #fff;
        }

        .introd_onway .text p {
            font-size: 16px;
            line-height: 30px;
            color: #fff;
            margin-top: 40px;
        }

    .introd_onway .btns_group {
        margin-top: 50px;
    }

        .introd_onway .btns_group .btn {
            font-size: 18px;
            margin-right: 10px;
            border-radius: 5px;
            text-align: left;
            padding-left: 45px;
            width: 110px;
            position: relative;
        }

            .introd_onway .btns_group .btn img {
                width: 22px;
                position: absolute;
                top: 10px;
                left: 13px;
            }

            .introd_onway .btns_group .btn::after {
                content: "";
                display: block;
                width: 12px;
                height: 12px;
                position: absolute;
                background: url(/images/icon_arrow-upright.png) no-repeat center/cover;
                right: 20px;
                top: 15px;
            }

.service_onway {
    padding: 60px 0 65px;
}

    .service_onway .lt {
        float: left;
        width: 37%;
    }

        .service_onway .lt .imgs {
            width: 100%;
            height: 478px;
        }

            .service_onway .lt .imgs img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .service_onway .lt ul {
            overflow: hidden;
            padding-left: 24px;
        }

        .service_onway .lt li {
            float: left;
            margin-right: 155px;
        }

            .service_onway .lt li:last-child {
                margin-right: 0;
            }

            .service_onway .lt li span {
                padding-left: 23px;
                font-size: 13px;
                line-height: 37px;
                color: #666666;
                background: url(../images/f27.png) no-repeat left center;
            }

            .service_onway .lt li:nth-child(2) span {
                background: url(../images/f28.png) no-repeat left center;
            }

            .service_onway .lt li:nth-child(3) span {
                background: url(../images/f29.png) no-repeat left center;
            }

        .service_onway .lt p {
            font-size: 16px;
            line-height: 30px;
            color: #666666;
            margin-top: 42px;
        }

        .service_onway .lt a {
            display: block;
            margin-top: 80px;
            font-size: 14px;
            line-height: 32px;
            color: #fff;
            width: 110px;
            background: #3475f7;
            border-radius: 1px;
            overflow: hidden;
            text-align: center;
            transition: all 0.3s;
        }

            .service_onway .lt a:hover {
                background: #0c4ccd;
            }

.vision_desire {
    height: 500px;
    padding: 75px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .vision_desire .text {
        text-align: center;
        background: rgba(255, 255, 255, 0.50);
        padding: 20px 50px 50px;
        margin: auto;
    }

        .vision_desire .text h2 {
            font-size: 34px;
            line-height: 54px;
            color: #999;
            text-transform: uppercase;
            letter-spacing: 2px;
        }

        .vision_desire .text h3 {
            line-height: 44px;
            padding-bottom: 15px;
        }

            .vision_desire .text h3:before {
                position: absolute;
                z-index: 11;
                content: "";
                left: 0;
                right: 0;
                margin: 0 auto;
                height: 2px;
                width: 32px;
                bottom: 0;
                background: #999;
            }

        .vision_desire .text p {
            font-size: 20px;
            line-height: 42px;
            color: #888888;
            margin-top: 40px;
        }


/*姝ｈ埅鑽ｈ獕*/

.onway_honor {
    padding: 40px 0 50px;
}

    .onway_honor h2 {
        text-align: center;
        font-weight: bold;
        font-size: 35px;
        margin-bottom: 30px;
    }

        .onway_honor .list ul {
            position: relative;
            display: flex;
            flex-wrap: wrap;
        }

    .onway_honor li {
        overflow: hidden;
        transition: all 0.3s;
        width: 200px;
        margin-right: calc(25% - 250px);
        margin-bottom: 30px;
    }

        .onway_honor li:nth-child(5n){
            margin-right:0;
        }

        .onway_honor li .imgbox {
            position: relative;
            height: 120px;
        }

            .onway_honor li .imgbox img {
                position: absolute;
                max-height: 80%;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
            }

        .onway_honor li h5 {
            font-size: 22px;
            color: #3475f7;
            font-weight: bold;
            line-height: 40px;
            text-align: center;
        }

         .onway_honor li h6 {
            font-size: 14px;
            line-height: 25px;
            color: #666666;
            text-align: center;
        }

        .onway_honor li:last-child h6 {
            border-bottom: none;
        }


/*姝ｈ埅鏂囧寲*/

.culture {
    margin-top: 70px;
}

    .culture .list li {
        padding-bottom: 180px;
        position: relative;
    }

        .culture .list li:last-child {
            padding-bottom: 80px;
            padding-top: 72px;
        }

            .culture .list li:last-child .text {
                padding-top: 0;
                margin-top: 0;
            }

        .culture .list li .imgs {
            position: relative;
            float: right;
            margin-right: -25.2%;
        }

        .culture .list li:nth-child(2n) .imgs {
            float: left;
            margin-left: -25.2%;
        }

        .culture .list li .imgs:before {
            position: absolute;
            z-index: 11;
            content: "";
            height: 554px;
            width: 850px;
            bottom: -80px;
            right: -30%;
            background: #e9e9e9;
        }

        .culture .list li:last-child .imgs:before {
            display: none;
        }

        .culture .list li:last-child:before {
            bottom: 0;
            left: -40%;
            right: -40%;
            height: 534px;
            background: #2c384f;
            position: absolute;
            z-index: 55;
            content: "";
        }

        .culture .list li:nth-child(2n) .imgs:before {
            right: auto;
            left: -40%;
        }

        .culture .list li .imgs .img {
            width: 900px;
            height: 600px;
            overflow: hidden;
            position: relative;
            z-index: 55;
        }

            .culture .list li .imgs .img a,
            .culture .list li .imgs .img img {
                display: block;
                width: 100%;
                height: 100%;
                transition: all 0.3s;
            }

            .culture .list li .imgs .img:hover img {
                transform: scale(1.05);
            }

        .culture .list li .text {
            float: left;
            width: 44%;
            margin-top: 44px;
            padding-top: 108px;
        }

        .culture .list li:nth-child(2n) .text {
            float: right;
        }

        .culture .list li .text:before {
            position: absolute;
            z-index: 11;
            content: "";
            left: -30%;
            background: url(../images/f39.png) no-repeat center/cover;
            width: 913px;
            height: 684px;
            top: 0;
        }

        .culture .list li:last-child .text:before {
            background: url(../images/f40.png) no-repeat center/cover;
            width: 1068px;
            height: 605px;
            left: -42%;
            top: 0;
        }

        .culture .list li:nth-child(2n) .text:before {
            background: url(../images/icon27.png) no-repeat center/cover;
            left: auto;
            right: -31%;
        }

        .culture .list li:nth-child(2n) .text {
            padding-top: 132px;
            margin-top: 0;
            width: 32%;
        }

        .culture .list li .text h5 {
            font-size: 24px;
            line-height: 36px;
            color: #999999;
            text-transform: uppercase;
            position: relative;
            z-index: 33;
        }

        .culture .list li .text h4 {
            font-size: 35px;
            font-weight: bold;
            line-height: 56px;
            color: #3475f7;
            position: relative;
            z-index: 33;
        }

        .culture .list li .text h3 {
            margin-top: 63px;
            padding-top: 37px;
            position: relative;
            font-size: 35px;
            font-weight: bold;
            line-height: 50px;
            color: #333333;
            background: url(../images/f38.png) no-repeat top left;
            z-index: 33;
        }

        .culture .list li .text p {
            font-size: 18px;
            line-height: 42px;
            color: #999999;
            margin-top: 23px;
            position: relative;
            z-index: 33;
        }

        .culture .list li:last-child .text h3 {
            z-index: 99;
            margin-top: 164px;
            padding-left: 27px;
            padding-top: 40px;
            font-size: 35px;
            color: #fff;
        }

        .culture .list li:last-child .text p {
            margin-top: 54px;
            font-size: 15px;
            z-index: 99;
            line-height: 2;
            color: rgba(255, 255, 255, 0.8);
            padding-left: 27px;
            width: 348px;
        }

.character {
    padding: 92px 0 110px;
}

    .character .txt {
        text-align: center;
    }

        .character .txt h5 {
            font-size: 24px;
            line-height: 40px;
            color: #999999;
            text-transform: uppercase;
        }

        .character .txt h3 {
            font-size: 35px;
            font-weight: bold;
            line-height: 48px;
            color: #3475f7;
        }

    .character .list ul {
        margin-top: 62px;
    }

    .character .list li {
        float: left;
        width: calc((100% - 102px)/5);
        margin-right: 25px;
        padding: 40px 30px 20px;
        background: #fff;
        -webkit-box-sizing: border-box;
        transition: all 0.3s;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        overflow: hidden;
    }

        .character .list li:hover {
            margin-top: -6px;
        }

        .character .list li:nth-child(5n) {
            margin-right: 0;
        }

        .character .list li .icon {
            margin: 0 auto;
            width: 108px;
            height: 108px;
            border-radius: 50%;
            overflow: hidden;
            transition: all 0.3s;
        }

            .character .list li .icon img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .character .list li .tet {
            text-align: center;
            margin-top: 16px;
        }

            .character .list li .tet h3 {
                font-size: 22px;
                font-weight: bold;
                line-height: 28px;
                color: #333333;
                word-break: keep-all;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .character .list li .tet p {
                font-size: 14px;
                line-height: 22px;
                color: #e0e0e0;
                word-break: keep-all;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .character .list li .tet h6 {
                font-size: 17px;
                line-height: 27px;
                color: #999999;
                margin-top: 30px;
            }

.service_onway .lt .imgs dd:nth-child(1),
.strong_map .rt .icon dd:nth-child(1) {
    left: 100px;
    top: 183px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(2),
.strong_map .rt .icon dd:nth-child(2) {
    left: 122px;
    top: 302px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(3),
.strong_map .rt .icon dd:nth-child(3) {
    left: 175px;
    top: 258px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(4),
.strong_map .rt .icon dd:nth-child(4) {
    left: 219px;
    top: 245px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(5),
.strong_map .rt .icon dd:nth-child(5) {
    left: 230px;
    top: 307px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(6),
.strong_map .rt .icon dd:nth-child(6) {
    left: 219px;
    top: 390px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(7),
.strong_map .rt .icon dd:nth-child(7) {
    left: 245px;
    top: 397px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(8),
.strong_map .rt .icon dd:nth-child(8) {
    left: 275px;
    top: 363px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(9),
.strong_map .rt .icon dd:nth-child(9) {
    left: 257px;
    top: 246px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(10),
.strong_map .rt .icon dd:nth-child(10) {
    left: 277px;
    top: 215px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(11),
.strong_map .rt .icon dd:nth-child(11) {
    left: 297px;
    top: 179px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(12),
.strong_map .rt .icon dd:nth-child(12) {
    left: 302px;
    top: 253px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(13),
.strong_map .rt .icon dd:nth-child(13) {
    left: 280px;
    top: 320px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(14),
.strong_map .rt .icon dd:nth-child(14) {
    left: 303px;
    top: 393px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(15),
.strong_map .rt .icon dd:nth-child(15) {
    left: 307px;
    top: 410px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(16),
.strong_map .rt .icon dd:nth-child(16) {
    left: 336px;
    top: 410px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(17),
.strong_map .rt .icon dd:nth-child(17) {
    left: 342px;
    top: 395px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(18),
.strong_map .rt .icon dd:nth-child(18) {
    left: 323px;
    top: 334px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(19),
.strong_map .rt .icon dd:nth-child(19) {
    left: 337px;
    top: 350px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(20),
.strong_map .rt .icon dd:nth-child(20) {
    left: 331px;
    top: 297px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(21),
.strong_map .rt .icon dd:nth-child(21) {
    left: 338px;
    top: 268px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(22),
.strong_map .rt .icon dd:nth-child(22) {
    left: 334px;
    top: 221px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(23),
.strong_map .rt .icon dd:nth-child(23) {
    left: 357px;
    top: 204px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(24),
.strong_map .rt .icon dd:nth-child(24) {
    left: 356px;
    top: 257px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(25),
.strong_map .rt .icon dd:nth-child(25) {
    left: 345px;
    top: 304px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(26),
.strong_map .rt .icon dd:nth-child(26) {
    left: 361px;
    top: 329px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(27),
.strong_map .rt .icon dd:nth-child(27) {
    left: 364px;
    top: 353px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(28),
.strong_map .rt .icon dd:nth-child(28) {
    left: 353px;
    top: 384px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(29),
.strong_map .rt .icon dd:nth-child(29) {
    left: 363px;
    top: 397px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(30),
.strong_map .rt .icon dd:nth-child(30) {
    left: 385px;
    top: 370px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(31),
.strong_map .rt .icon dd:nth-child(31) {
    left: 395px;
    top: 350px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(32),
.strong_map .rt .icon dd:nth-child(32) {
    left: 393px;
    top: 297px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(33),
.strong_map .rt .icon dd:nth-child(33) {
    left: 378px;
    top: 278px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(34),
.strong_map .rt .icon dd:nth-child(34) {
    left: 377px;
    top: 249px;
    opacity: 0.5;
    /* display: none; */
}

.service_onway .lt .imgs dd:nth-child(35),
.strong_map .rt .icon dd:nth-child(35) {
    left: 401px;
    top: 235px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(36),
.strong_map .rt .icon dd:nth-child(36) {
    left: 385px;
    top: 175px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(48),
.strong_map .rt .icon dd:nth-child(48) {
    left: 391px;
    top: 243px;
    opacity: 0.5;
}

    .service_onway .lt .imgs dd:nth-child(48) i,
    .strong_map .rt .icon dd:nth-child(48) i {
        width: auto;
    }

.service_onway .lt .imgs dd:nth-child(37),
.strong_map .rt .icon dd:nth-child(37) {
    left: 438px;
    top: 151px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(38),
.strong_map .rt .icon dd:nth-child(38) {
    left: 470px;
    top: 128px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(39),
.strong_map .rt .icon dd:nth-child(39) {
    left: 474px;
    top: 84px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(40),
.strong_map .rt .icon dd:nth-child(40) {
    left: 442px;
    top: 185px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(41),
.strong_map .rt .icon dd:nth-child(41) {
    left: 411px;
    top: 268px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(42),
.strong_map .rt .icon dd:nth-child(42) {
    left: 413px;
    top: 325px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(43),
.strong_map .rt .icon dd:nth-child(43) {
    left: 427px;
    top: 293px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(44),
.strong_map .rt .icon dd:nth-child(44) {
    left: 402px;
    top: 358px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(45),
.strong_map .rt .icon dd:nth-child(45) {
    left: 441px;
    top: 358px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(46),
.strong_map .rt .icon dd:nth-child(46) {
    left: 433px;
    top: 372px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd:nth-child(47),
.strong_map .rt .icon dd:nth-child(47) {
    left: 434px;
    top: 385px;
    opacity: 0.5;
}

.service_onway .lt .imgs dd {
    margin-left: 40px;
}

    .service_onway .lt .imgs dd i {
        opacity: 1;
    }

.service_onway .lt .imgs dd {
    position: absolute;
}


/* 404 */
.silsi{
    margin-top:80px
}
.silsi .hd {
    padding: 100px 0 30px;
}

.silsi .hd .rt {
    float: right;
    width: calc(100% - 612px);
    margin-top: 30px;
}

    .silsi .hd .rt h3 {
        font-size: 30px;
        line-height: 50px;
        color: #333333;
    }

    .silsi .hd .rt .clearfix {
        margin-top: 50px;
        background: #f5f5f5;
        border-radius: 6px;
    }

    .silsi .hd .rt .t1 {
        width: calc(100% - 52px);
        height: 62px;
        font-size: 18px;
        color: #333;
        padding: 0 20px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        float: left;
        box-sizing: border-box;
        border: none;
        background: none;
    }

    .silsi .hd .rt .sh {
        background: url(../images/simg2.png) no-repeat center;
        width: 50px;
        height: 62px;
        border: none;
        cursor: pointer;
    }

    .silsi .hd .rt .btn {
        margin-top: 70px;
        width: 110px;
        line-height: 36px;
        border-radius: 3px;
        background: #3475f7;
        text-align: center;
        font-size: 14px;
        color: #FFFFFF;
        display: block;
    }

        .silsi .hd .rt .btn:hover {
            background: #0c4ccd;
        }

/*.casede2 .crumbs ul li a,
.ebookdisp .crumbs ul li a,
.crumbs ul li h5 {
    line-height: 1.7;
}

.nav-content .crumbs ul li h5 {
    line-height:35px;
}

.ebookdisp .crumbs {
    margin: 10px auto;
}
.casede2 .crumbs{
    margin: 0 auto;
    padding: 10px ;
}

    .casede2 .crumbs ul {
        padding-left: 0;
    }
*/
.casede3 .lt.news_lts, .casede3 .lt.news_ls{
        padding-left: 0;
    }

.casede3 .lt.news_lts, .casede3 .lt.news_ls {
    padding-right: 0;
}

        .qmcrumbs {
            margin: 50px auto;
        }

    .qmcrumbs ul li a {
        line-height: 1.7;
    }

.casedel .lt.olts {
    width: 65.5%;
    padding: 0;
}

.header .rts .rt li {
    position: relative;
}

    .header .rts .rt li:hover .addinhua {
        display: block;
    }

    .header .rts .rt li .addinhua {
        position: absolute;
        display: none;
        right: -28px;
        top: 100%;
        width: 122px;
        padding-top: 16px;
    }

    .header .rts .rt li .adbga::before {
        content: "";
        display: block;
        position: absolute;
        right: 23px;
        top: -8px;
        background: url(../images/icon19.png) no-repeat center/100% auto;
        transform: rotate(180deg);
        width: 15px;
        height: 9px;
        -ms-transform: rotate(180deg);
        /* IE 9 */
        -moz-transform: rotate(180deg);
        /* Firefox */
        -webkit-transform: rotate(180deg);
        /* Safari 鍜� Chrome */
        -o-transform: rotate(180deg);
    }

.header.qmhead .rts .rt li .adbga::before {
    background: url(../images/p28.png) no-repeat center;
    transform: rotate(0);
    -ms-transform: rotate(0);
    /* IE 9 */
    -moz-transform: rotate(0);
    /* Firefox */
    -webkit-transform: rotate(0);
    /* Safari 鍜� Chrome */
    -o-transform: rotate(0);
}

.header.qmhead .rts .form .adela {
    background: url(../images/p29.png) no-repeat center;
}

.header.qmhead .rts .naver li h3::before {
    background: url(../images/p222.png) no-repeat center /100% 100%;
    transform: rotate(0);
    z-index: 11;
    -ms-transform: rotate(0);
    /* IE 9 */
    -moz-transform: rotate(0);
    /* Firefox */
    -webkit-transform: rotate(0);
    /* Safari 鍜� Chrome */
    -o-transform: rotate(0);
    bottom: 0;
}

.header.qmhead .rts .form .boraa {
    border: 1px solid rgba(153, 153, 153, 0.3);
}

.header .rts .rt li .adbga {
    background: #fff;
    padding: 7px 12px;
    position: relative;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

    .header .rts .rt li .adbga h5 {
        font-size: 14px;
        line-height: 1.7;
        color: #3779f7;
    }

    .header .rts .rt li .adbga h6 {
        font-size: 14px;
        line-height: 1.7;
        color: #333333;
    }


.fixrt li h6 {
    /*background: url(../images/p4.png) no-repeat center 15px #fff;
    width: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    padding: 36px 15px 15px;
    font-size: 14px;
    line-height: 17px;
    color: #666666;
    text-align: center;
    border-radius: 22px;
    box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);*/
}


.fixrt li:hover h6 {
    color: #3475f7;
    background: url(../images/p4-1.png) no-repeat center 15px #fff;
}

.uscbtn a {
    width: 130px;
    font-size: 14px;
    line-height: 40px;
    display: block;
    color: #fff;
    border-radius: 2px;
    text-align: center;
    background: #3475F7;
    margin-top: 38px;
    margin: 0 auto;
}

    .header.qmhead .rts .rt li h4:hover,
    .uatanc .btna:hover,
    .uscbtn a:hover,
    .eblqmcs .bds li .btn:hover,
    .ebookdisp .hd .txt .btn:hover,
    .resource .list li .txt a:hover,
    .pages li .btn:hover,
    .mkliangd .lianbd .txa a:hover,
    .mkkeh .posr li .text .btn:hover,
    .job_screening .text_list .submit:hover,
    .indust_pamme .rt .list li:first-child:hover a,
    .usabtn:hover {
        background: #2452ac;
        /* color: #b2b2b2; */
        border-color: #2452ac;
    }

.webpage {
    text-align: center;
    clear: both;
    padding: 10px 0 40px;
}

    .webpage a,
    .webpage span {
        text-align: center;
        min-width: 34px;
        font-size: 16px;
        line-height: 34px;
        color: #929191;
        border: 1px solid #929191;
        border-radius: 3px;
        display: inline-block;
        margin: 0 3px;
        font-size: 16px;
        line-height: 34px;
        color: #929191;
    }

        .webpage a.ne {
            width: 84px;
        }

    .webpage input {
        display: none;
    }

iframe {
    width: 100%;
    height: 440px;
}

.webpage a:hover,
.webpage .curPage {
    background-color: #3475f7;
    color: #fff;
    border: 1px solid #3475f7;
    font-family: Arial;
}

.uaamk {
    position: fixed;
    z-index: 99999;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .15);
}

.uatanc {
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 100000;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    /* IE 9 */
    -moz-transform: translateY(-50%);
    /* Firefox */
    -webkit-transform: translateY(-50%);
    /* Safari �? Chrome */
    -o-transform: translateY(-50%);
    width: 535px;
    padding: 60px 80px 80px;
    background: #fff;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

    .uatanc .ico {
        position: absolute;
        right: 15px;
        z-index: 11;
        top: 15px;
        background: url(../images/ac9.png) no-repeat center;
        width: 25px;
        height: 25px;
        cursor: pointer;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        /* IE 9 */
        -moz-transition: all 0.3s;
        /* Firefox */
        -webkit-transition: all 0.3s;
        /* Safari �? Chrome */
        -o-transition: all 0.3s;
    }

        .uatanc .ico:hover {
            transform: rotate(720deg);
            -ms-transform: rotate(720deg);
            /* IE 9 */
            -moz-transform: rotate(720deg);
            /* Firefox */
            -webkit-transform: rotate(720deg);
            /* Safari �? Chrome */
            -o-transform: rotate(720deg);
        }

    .uatanc h2 {
        font-size: 26px;
        line-height: 1.7;
        color: #333333;
        text-align: center;
        margin-bottom: 45px;
    }

    .uatanc .txt {
        border: 1px solid #bdbdbd;
        margin-bottom: 13px;
        background: #fff;
        height: 38px;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding: 0 18px;
        font-size: 16px;
        color: #616161;
    }

    .uatanc .btna {
        margin-top: 10px;
        width: 100%;
        font-size: 20px;
        line-height: 50px;
        color: #ffffff;
        border: none;
        background: #337df7;
        text-align: center;
        display: block;
        cursor: pointer;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        /* IE 9 */
        -moz-transition: all 0.3s;
        /* Firefox */
        -webkit-transition: all 0.3s;
        /* Safari �? Chrome */
        -o-transition: all 0.3s;
    }

.uatanc2 .ico {
    background: url(../images/ac11.png) no-repeat center;
    width: 30px;
    height: 30px;
}

.uatanc2 .wx {
    float: left;
    width: 162px;
    height: 162px;
}

    .uatanc2 .wx img {
        width: 100%;
        height: 100%;
        display: block;
    }

.uatanc2 ul {
    float: right;
    width: 295px;
    padding-left: 52px;
    border-left: 1px solid #e5e5e5;
}

.uatanc2 {
    width: 725px;
}

.qglerp {
    overflow: hidden;
    padding: 60px 0 90px;
}

    .qglerp .title h6,
    .qglerp .title h2 {
        color: #fff;
    }

    .qglerp ul {
        padding-top: 70px;
    }

    .qglerp li {
        float: left;
        width: calc((100% - 60px)/4);
        margin-right: 19px;
        background: #fff;
        position: relative;
        text-align: center;
    }

        .qglerp li:nth-child(4n) {
            margin-right: 0;
        }

        .qglerp li .bg {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: 111;
            opacity: 1;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            /* IE 9 */
            -moz-transition: all 0.3s;
            /* Firefox */
            -webkit-transition: all 0.3s;
            /* Safari �? Chrome */
            -o-transition: all 0.3s;
        }

        .qglerp li .txt {
            position: relative;
            z-index: 11;
            padding: 60px 0 40px;
        }

            .qglerp li .txt .ico {
                width: 100px;
                margin: 0 auto 25px;
            }

            .qglerp li .txt h4 {
                font-size: 19px;
                line-height: 1.7;
                color: #333333;
            }

            .qglerp li .txt h4 {
                font-size: 19px;
                line-height: 1.7;
                color: #333333;
            }

            .qglerp li .txt h5 {
                font-size: 12px;
                line-height: 1.7;
                color: #e0e0e0;
                margin-bottom: 50px;
            }

            .qglerp li .txt i {
                font-size: 12px;
                line-height: 1.7;
                color: #999999;
            }

        .qglerp li .txp {
            position: absolute;
            z-index: 112;
            left: 0;
            right: 0;
            top: 55px;
            padding: 0 25px;
            opacity: 1;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            /* IE 9 */
            -moz-transition: all 0.3s;
            /* Firefox */
            -webkit-transition: all 0.3s;
            /* Safari �? Chrome */
            -o-transition: all 0.3s;
        }

            .qglerp li .txp h3 {
                font-size: 19px;
                font-weight: bold;
                line-height: 1.7;
                color: #ffffff;
                position: relative;
                padding-bottom: 10px;
            }

                .qglerp li .txp h3::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    right: 0;
                    height: 3px;
                    bottom: 0;
                    width: 16px;
                    display: block;
                    margin: 0 auto;
                    z-index: 11;
                    background: #fff;
                }

            .qglerp li .txp p {
                margin-top: 20px;
                font-size: 15px;
                line-height: 25px;
                color: #fefefe;
                height: 125px;
                overflow: hidden;
            }

            .qglerp li .txp i {
                width: 128px;
                line-height: 38px;
                font-size: 14px;
                text-align: center;
                color: #ffffff;
                border: 1px solid #fff;
                border-radius: 2px;
                display: block;
                margin: 0 auto;
                transition: all 0.3s;
                -ms-transition: all 0.3s;
                /* IE 9 */
                -moz-transition: all 0.3s;
                /* Firefox */
                -webkit-transition: all 0.3s;
                /* Safari �? Chrome */
                -o-transition: all 0.3s;
            }

        .qglerp li:hover .bg,
        .qglerp li:hover .txp {
            opacity: 1;
        }

        .qglerp li .txp i:hover {
            background: #fff;
            color: #3475f7;
        }

.service_onway .lt .imgs dd {
    z-index: 111;
}


/*.service_onway .lt .imgs dd:nth-child(43),
.service_onway .lt .imgs dd:nth-child(28),
.service_onway .lt .imgs dd:nth-child(16),
.service_onway .lt .imgs dd:nth-child(46),
.service_onway .lt .imgs dd:nth-child(47),
.service_onway .lt .imgs dd:nth-child(45),
.service_onway .lt .imgs dd:nth-child(44),
.service_onway .lt .imgs dd:nth-child(36),
.service_onway .lt .imgs dd:nth-child(29),
.service_onway .lt .imgs dd:nth-child(40) {
    display: none;
}

.strong_map .rt .icon dd:nth-child(48) i,
.strong_map .rt .icon dd:nth-child(43) i,
.strong_map .rt .icon dd:nth-child(28) i,
.strong_map .rt .icon dd:nth-child(16) i,
.strong_map .rt .icon dd:nth-child(46) i,
.strong_map .rt .icon dd:nth-child(47) i,
.strong_map .rt .icon dd:nth-child(45) i,
.strong_map .rt .icon dd:nth-child(44) i,
.strong_map .rt .icon dd:nth-child(36) i,
.strong_map .rt .icon dd:nth-child(29) i,
.strong_map .rt .icon dd:nth-child(40) i {
    opacity: 1;
    background: url(../images/fff1.png) no-repeat left center;
    background-size: auto 100% !important;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding-left: 14px;
    height: 14px;
}

.strong_map .rt .icon dd:nth-child(48),
.strong_map .rt .icon dd:nth-child(43),
.strong_map .rt .icon dd:nth-child(28),
.strong_map .rt .icon dd:nth-child(16),
.strong_map .rt .icon dd:nth-child(46),
.strong_map .rt .icon dd:nth-child(47),
.strong_map .rt .icon dd:nth-child(45),
.strong_map .rt .icon dd:nth-child(44),
.strong_map .rt .icon dd:nth-child(36),
.strong_map .rt .icon dd:nth-child(29),
.strong_map .rt .icon dd:nth-child(40) {
    margin-top: -20px;
}*/

.strong_map .rt .icon dd.dot i {
    opacity: 1;
    background: url(../images/fff1.png) no-repeat left center;
    background-size: auto 100% !important;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    padding-left: 14px;
    height: 14px;
    width: 30px;
}

.strong_map .rt .icon dd.dot {
    margin-top: -20px;
}

    .strong_map .rt .icon dd.dot i.xin,
    .strong_map .rt .icon dd i.xin {
        background: url(../images/fff2.png) no-repeat left center/auto 100% !important;
    }

.strong_map .rt .icon dd .tet {
    transform: scale(0);
    -ms-transform: scale(0);
    /* IE 9 */
    -moz-transform: scale(0);
    /* Firefox */
    -webkit-transform: scale(0);
    /* Safari �? Chrome */
    -o-transform: scale(0);
}

.strong_map .rt .icon dd.dot .tet {
    right: 50px;
}

.strong_map .rt .icon dd:hover {
    z-index: 1111;
}


/*.strong_map .rt .icon dd:nth-child(48) .tet,
.strong_map .rt .icon dd:nth-child(43) .tet,
.strong_map .rt .icon dd:nth-child(28) .tet,
.strong_map .rt .icon dd:nth-child(16) .tet,
.strong_map .rt .icon dd:nth-child(46) .tet,
.strong_map .rt .icon dd:nth-child(47) .tet,
.strong_map .rt .icon dd:nth-child(45) .tet,
.strong_map .rt .icon dd:nth-child(44) .tet,
.strong_map .rt .icon dd:nth-child(36) .tet,
.strong_map .rt .icon dd:nth-child(29) .tet,
.strong_map .rt .icon dd:nth-child(40) .tet {
    transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);

    -moz-transform: scale(1) translateY(-50%);
  
    -webkit-transform: scale(1) translateY(-50%);

    -o-transform: scale(1) translateY(-50%);
}*/

.strong_map .rt .icon dd.dot .tet {
    transform: scale(1) translateY(-50%);
    -ms-transform: scale(1) translateY(-50%);
    /* IE 9 */
    -moz-transform: scale(1) translateY(-50%);
    /* Firefox */
    -webkit-transform: scale(1) translateY(-50%);
    /* Safari �? Chrome */
    -o-transform: scale(1) translateY(-50%);
}

.service_onway .lt .imgs dd {
    opacity: 1 !important;
}

    .service_onway .lt .imgs dd i {
        background: #3475f7;
    }

    .strong_map .rt .icon dd:nth-child(1n) i,
    .service_onway .lt .imgs dd:nth-child(1n) i {
        -webkit-animation: pulsess 1s 0s linear infinite;
        -moz-animation: pulsess 1s 0s linear infinite
    }

    .strong_map .rt .icon dd:nth-child(1n) i,
    .service_onway .lt .imgs dd:nth-child(2n) i {
        -webkit-animation: pulsess 1s .1s linear infinite;
        -moz-animation: pulsess 1s .1s linear infinite
    }

    .strong_map .rt .icon dd:nth-child(1n) i,
    .service_onway .lt .imgs dd:nth-child(3n) i {
        -webkit-animation: pulsess 1s .2s linear infinite;
        -moz-animation: pulsess 1s .2s linear infinite
    }

    .strong_map .rt .icon dd:nth-child(1n) i,
    .service_onway .lt .imgs dd:nth-child(4n) i {
        -webkit-animation: pulsess 1s .3s linear infinite;
        -moz-animation: pulsess 1s .3s linear infinite
    }

    .strong_map .rt .icon dd:nth-child(1n) i,
    .service_onway .lt .imgs dd:nth-child(5n) i {
        -webkit-animation: pulsess 1s .25s linear infinite;
        -moz-animation: pulsess 1s .25s linear infinite
    }

    .strong_map .rt .icon dd:nth-child(1n) i,
    .service_onway .lt .imgs dd:nth-child(6n) i {
        -webkit-animation: pulsess 1s .35s linear infinite;
        -moz-animation: pulsess 1s .35s linear infinite
    }

    .strong_map .rt .icon dd:nth-child(1n) i,
    .service_onway .lt .imgs dd:nth-child(7n) i {
        -webkit-animation: pulsess 1s .4s linear infinite;
        -moz-animation: pulsess 1s .4s linear infinite
    }

@-webkit-keyframes pulsess {
    0% {
        -webkit-transform: scale(0.9)
    }

    50% {
        -webkit-transform: scale(1.1)
    }

    100% {
        -webkit-transform: scale(0.9)
    }
}

@-moz-keyframes pulsess {
    0% {
        -moz-transform: scale(0.9)
    }

    50% {
        -moz-transform: scale(1.1)
    }

    100% {
        -moz-transform: scale(0.9)
    }
}

.header.qmhead .rts .rt li h4 {
    background: #3475f7;
    color: #fff;
    border-color: #3475f7;
}

.usabot {
    padding: 70px 0;
    background-color: #f9f9f9;
}

    .usabot .wrap {
        overflow: hidden;
        display: flex;
        justify-content: space-between;
    }

    .usabot .ltxa {
        width: 50%;
    }

    .usabot .uaimg {
        width: 500px;
    }

    .usabot .ltxa h2, .service_onway .lt h2 {
        line-height: 1.7;
    }

        .usabot .ltxa h2 span, .service_onway .lt h2 span {
            font-size: 60px;
            opacity: 0.06;
            color: #000000;
            text-transform: uppercase;
            position: relative;
            top: 10px;
            margin-left: 10px;
        }

        .usabot .ltxa h2::before, .service_onway .lt h2::before {
            content: "";
            display: block;
            position: absolute;
            width: 32px;
            left: 0;
            bottom: 0;
            height: 2px;
            background: #4482f7;
        }

    .usabot .ltxa p {
        font-size: 16px;
        margin-top: 40px;
        line-height: 30px;
        color: #666666;
        width: 440px;
        max-width:100%;
    }

    .usabot .ltxa .btra {
        display: block;
        margin-top: 80px;
        font-size: 14px;
        line-height: 32px;
        color: #fff;
        width: 110px;
        background: #3475f7;
        border-radius: 1px;
        overflow: hidden;
        text-align: center;
        transition: all 0.3s;
    }

        .usabot .ltxa .btra:hover {
            background: #0c4ccd;
        }

.case .bd li:hover .imgs::before {
    background-color: rgba(52, 117, 247, 0.7);
}

.casedel .rt .recom_list .imgs_list li .img {
    height: 53px;
}

.casedel .news_cen li .text dd:nth-child(2) h6 a {
    padding-right: 10px;
    color: #999;
}

.casedel .lt .inform_text .infor_txt li dd:nth-child(2) h6 a {
    padding-right: 10px;
    color: #999;
}

    .casedel .lt .inform_text .infor_txt li dd:nth-child(2) h6 a:hover {
        color: #007AFF;
    }

.market .market_lts .news_cen li .text .st li:nth-child(2) h6 a {
    padding-right: 10px;
    color: #999;
}

    .market .market_lts .news_cen li .text .st li:nth-child(2) h6 a:last-child {
        padding-right: 0;
    }

.market .market_lts .news_cen li .text .st li:last-child {
    margin-right: 0;
}

.casedel .lt .news_t li:nth-child(2) h5 {
    background: url(../images/f12.png) no-repeat left center;
}

    .casedel .lt .news_t li:nth-child(2) h5 a {
        padding-right: 10px;
        color: #999;
    }

        .casedel .lt .news_t li:nth-child(2) h5 a:hover {
            color: #007AFF;
        }

.casede3 .lt .news_t li:nth-child(1) h5 {
    background: unset;
    padding-left: 0;
}

.casede3 .lt .news_t li:nth-child(2) h5 {
    background: url(../images/icon_clock.png) no-repeat left center;
}

.casede3 .lt .news_t li:nth-child(3) h5 {
    background: url(../images/f12.png) no-repeat left center;
}

    .casede3 .lt .news_t li:nth-child(3) h5 a {
        padding-right: 10px;
        color: #999;
    }

.hfangan .hd li {
    margin: 0 25px;
}

.eblqmcs .bds li h4 a {
    padding-right: 10px;
    color: #999;
}

.casedel .lt .news_text,
.casedel .bd,
.ebookdisp .box .bd {
    font-size: 16px;
    line-height: 1.75em;
    margin-top: 30px;
    /*padding-left: 95px;
    padding-right: 95px;
    */
}

    .casedel .lt .news_text a,
    .casedel .bd a,
    .ebookdisp .box .bd a {
        color: #009dfa;
    }

    .casedel .lt .news_text p img,
    .casedel .lt .news_text img,
    .casedel .bd img,
    .ebookdisp .box .bd img {
        margin: auto;
        display: initial;
    }

    .casedel .lt .news_text p {
        font-size: 16px;
    }

        .casedel .lt .news_text p span {
            display: initial;
            font-size: initial;
            font-weight: inherit;
            line-height: inherit;
            margin-top: auto;
        }

    .casedel .lt .news_text table {
        border: 1px solid #666;
        border-collapse: collapse;
    }

        .casedel .lt .news_text table td {
            border: 1px solid #666;
            padding: 5px;
        }

    .casedel .bd em,
    .casedel .bd i,
    .ebookdisp .box .bd em,
    .ebookdisp .box .bd i,
    .casedel .lt .news_text em,
    .casedel .lt .news_text i {
        font-style: italic;
        font-weight: inherit;
        color: #000;
    }

    .casedel .lt .news_text strong,
    .ebookdisp .box .bd strong .casedel .bd strong {
        font-weight: bold;
    }

    .casedel .bd p,
    .ebookdisp .box .bd p {
        margin-bottom: auto;
    }

    .ebookdisp .box .bd p {
        padding: 0 80px;
    }

.qm_tit {
    z-index: 1000;
}

.hfangan .bd li .centa p {
    display: none;
}

.ebookdisp .box .bd .pw {
    background: #000;
    height: 820px;
    overflow: hidden;
    overflow-y: auto;
    padding: 50px;
    margin: 0 83px;
}

    .ebookdisp .box .bd .pw img {
        margin-top: 50px;
    }

        .ebookdisp .box .bd .pw img:first-child {
            margin-top: 0
        }

.usweb {
    display: none !important;
}

.ebookdisp .hd .txt h4 a {
    color: #999;
    padding-right: 10px;
}

    .market .market_lts .news_cen li .text .st li:nth-child(2) h6 a:hover,
    .casedel .news_cen li .text dd:nth-child(2) h6 a:hover,
    .eblqmcs .bds li h4 a:hover,
    .ebookdisp .hd .txt h4 a:hover {
        color: #007AFF;
    }


.uamore {
    display: none;
}

.webfoot {
    display: none;
}

.inpor {
    position: relative;
}

.header .rts .naver li.inpor .nlia {
    width: auto;
    text-align: center;
}

.header .rts .naver li .nli .dl dd {
    white-space: nowrap;
    min-width: 100px;
}

    .header .rts .naver li .nli .dl dl {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 300px;
    }

        .header .rts .naver li .nli .dl dl::after {
            width: 100px;
            content: "";
        }
        .header .rts .naver li.inpor .nli .dl dl {
            width: auto;
            display: block;
        }
.header .rts .naver li.inpor .nli .dl dl dd {
    margin-top: 10px;
    min-width: unset;
}
    .header .rts .naver li.inpor .nli .dl dl dd:last-child{
        margin-bottom:10px;
    }

    .strong_map .rt .icon dd:hover i {
        -webkit-animation: pulse 1s .2s ease both !important;
        -moz-animation: pulse 1s .2s ease both !important;
    }

.casedel .lt .news_text h1,
.casedel .bd h1,
.ebookdisp .box .bd h1 {
    font-size: 200%;
    font-weight: bold;
    padding: initial;
    margin: initial;
}

.casedel .lt .news_text h2,
.casedel .bd h2,
.ebookdisp .box .bd h2 {
    font-size: 150%;
    font-weight: bold;
    padding: initial;
    margin: initial;
}

.casedel .lt .news_text h3,
.casedel .bd h3,
.ebookdisp .box .bd h3 {
    font-size: 117%;
    font-weight: bold;
    padding: initial;
    margin: initial;
}

.ebookdisp .box .bd h3{
    text-align:center;
}

.casedel .lt .news_text h4,
.casedel .bd h4,
.ebookdisp .box .bd h4 {
    font-size: 100%;
    font-weight: bold;
    padding: initial;
    margin: initial;
}

.casedel .lt .news_text h5,
.casedel .bd h5,
.ebookdisp .box .bd h5 {
    font-size: 85%;
    font-weight: bold;
    padding: initial;
    margin: initial;
}

.casedel .lt .news_text h6,
.casedel .bd h6,
.ebookdisp .box .bd h6 {
    font-size: 67%;
    font-weight: bold;
    padding: initial;
    margin: initial;
}

.webheader {
    display: none;
}

.swiper-scs ul{
    display: block;
}

.swiper-footer-pc {
    display: block;
    margin-top: 60px;
    margin-bottom: 5px;
    text-align: center;
}

    .swiper-footer-pc span {
        display: inline-block;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background: #b5b5b5;
        margin: 0 5px;
        transition: all 0.3s;
    }

        .swiper-footer-pc span.swiper-active-switch {
            background: #3475f7
        }


.cmweb {
    display: none !important;
}

/* 
.course_swiper2 .next,
.course_swiper2 .prev{
	display: none;
} */

.course_swiper2 ul li {
    width: 33%;
}







/* 伙伴社区 */

.qmhbmain .qmhbsq {
    height: 320px;
    overflow: hidden;
}

    .qmhbmain .qmhbsq .img {
        margin: 80px 0 34px;
    }

    .qmhbmain .qmhbsq p {
        font-size: 16px;
        line-height: 30px;
        color: rgba(255, 255, 255, 0.6);
    }

.qmhbmain .box {
    padding: 30px 0 34px;
}

    .qmhbmain .box h3 {
        font-size: 18px;
        line-height: 1.7;
        color: #333333;
    }

    .qmhbmain .box ul {
        margin-top: 30px;
    }

    .qmhbmain .box li {
        float: left;
        text-align: center;
        margin-right: 36px;
        margin-bottom: 30px;
        width: calc((100% - 74px)/3);
        height: 102px;
        box-shadow: 0 0 5px 2px #dbdbdc;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        /* IE 9 */
        -moz-transition: all 0.3s;
        /* Firefox */
        -webkit-transition: all 0.3s;
        /* Safari 和 Chrome */
        -o-transition: all 0.3s;
    }

        .qmhbmain .box li:hover {
            background: url(../images/qmhbbg.jpg) no-repeat center;
        }

        .qmhbmain .box li:nth-child(3n) {
            margin-right: 0;
        }

        .qmhbmain .box li a {
            display: block;
            position: relative;
            height: 100%;
        }

    .qmhbmain .box .img {
        display: inline-block;
        position: absolute;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        /* IE 9 */
        -moz-transform: translateY(-50%);
        /* Firefox */
        -webkit-transform: translateY(-50%);
        /* Safari 和 Chrome */
        -o-transform: translateY(-50%);
        padding: 0 60px;
        margin: 0 auto;
    }

        .qmhbmain .box .img::after,
        .qmhbmain .box .img::before {
            content: "";
            width: 34px;
            height: 2px;
            background: #3475f7;
            position: absolute;
            left: 70px;
            top: 50%;
            z-index: 1;
            transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            /* IE 9 */
            -moz-transform: translateY(-50%);
            /* Firefox */
            -webkit-transform: translateY(-50%);
            /* Safari 和 Chrome */
            -o-transform: translateY(-50%);
            display: block;
        }

        .qmhbmain .box .img::after {
            left: auto;
            right: 70px;
        }

        .qmhbmain .box .img .s2 {
            display: none;
        }

    .qmhbmain .box li:hover .img .s1 {
        display: none;
    }

    .qmhbmain .box li:hover .img .s2 {
        display: block;
        margin: 0 auto;
    }

    .qmhbmain .box li:hover .img::after,
    .qmhbmain .box li:hover .img::before {
        background: #fff;
    }

/* 伙伴社区-个人中心 */
.qmhbgrzx .hbhead {
    z-index: 800;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    box-shadow: 0 1px 3px rgb(32 26 26 / 10%);
    background: #fff;
}

.hbwrap {
    width: 1200px;
    margin: 0 auto;
}

.qmhbgrzx .hbhead .lt {
    float: left;
    width: 720px;
}

.qmhbgrzx .hbhead .rt {
    float: right;
    width: calc(100% - 720px);
}

.qmhbgrzx .hbhead .logo {
    float: left;
    margin-top: 19px;
}

.qmhbgrzx .hbhead .qhcp {
    width: 16px;
    height: 16px;
    margin-left: 16px;
    cursor: pointer;
    background: url(../images/qmh12.png) no-repeat center;
    border-radius: 50%;
    float: left;
    margin-top: 27px;
}

.qmhbgrzx .hbhead .nas {
    margin-left: 15px;
    height: 72px;
    float: left;
}

    .qmhbgrzx .hbhead .nas ul {
        font-size: 0;
    }

    .qmhbgrzx .hbhead .nas li {
        display: inline-block;
    }

        .qmhbgrzx .hbhead .nas li a {
            display: inline-block;
            line-height: 70px;
            padding: 0 10px;
            font-size: 16px;
            color: #8590a6;
            border-bottom: 2px solid rgba(255,255,255,0);
        }

            .qmhbgrzx .hbhead .nas li.on a,
            .qmhbgrzx .hbhead .nas li a:hover {
                color: #2386ee;
                border-bottom: 2px solid #2386ee;
            }

.qmhbgrzx .hbhead .search {
    width: 280px;
    float: left;
    margin-top: 18px;
}

    .qmhbgrzx .hbhead .search .t1 {
        float: left;
        height: 36px;
        border-radius: 18px;
        font-size: 14px;
        border: 1px solid #eee;
        width: 205px;
        padding: 0 15px;
        color: #000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        background: url(../images/qmh13.jpg) no-repeat right 10px center #eee;
    }

    .qmhbgrzx .hbhead .search .btn {
        float: right;
        width: calc(100% - 214px);
        height: 36px;
        background: #3475f7;
        font-size: 16px;
        color: #fff;
        line-height: 36px;
        border-radius: 2px;
        display: block;
        border: none;
    }

.qmhbgrzx .hbhead .user {
    float: right;
    width: calc(100% - 280px);
    font-size: 0;
    text-align: right;
    margin-top: 18px;
}

    .qmhbgrzx .hbhead .user .b1 {
        display: inline-block;
        border-radius: 2px;
        line-height: 34px;
        background: #fff;
        color: #2386ee;
        border: 1px solid #2386ee;
        text-align: center;
        margin: 0 5px;
        width: 64px;
        font-size: 16px;
    }

    .qmhbgrzx .hbhead .user .b2 {
        color: #fff;
        background: #2386ee;
    }

.qmhbgrzx .hbhead .use {
    float: right;
    width: calc(100% - 280px);
    font-size: 0;
    text-align: right;
    margin-top: 18px;
}

    .qmhbgrzx .hbhead .use .ico {
        width: 21px;
        position: relative;
        display: inline-block;
        top: -8px;
    }

    .qmhbgrzx .hbhead .use h3 {
        position: absolute;
        top: -5px;
        right: -12px;
        font-size: 10px;
        padding: 0 6px;
        color: #fff;
        line-height: 16px;
        border-radius: 10px;
        background: #f1403c;
    }

    .qmhbgrzx .hbhead .use .tx {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        overflow: hidden;
        display: inline-block;
        margin-left: 30px;
    }

.qmhbgrzx {
    padding-top: 72px;
}

    .qmhbgrzx .main .hds {
        padding: 40px 0;
    }

        .qmhbgrzx .main .hds .ico {
            width: 140px;
            height: 140px;
            border: 6px solid rgba(255,255,255,0.4);
            border-radius: 50%;
            overflow: hidden;
            float: left;
        }

            .qmhbgrzx .main .hds .ico img {
                width: 100%;
                height: 100%;
                border-radius: 50%;
                overflow: hidden;
            }

        .qmhbgrzx .main .hds .rt {
            float: right;
            width: calc(100% - 190px);
            margin-top: 25px;
        }

        .qmhbgrzx .main .hds h3 {
            font-size: 28px;
            line-height: 1.7;
            color: #fff;
        }

        .qmhbgrzx .main .hds .gr {
            width: 134px;
            line-height: 36px;
            border-radius: 2px;
            background: #fff;
            color: #79bcf7;
            font-size: 16px;
            display: block;
            text-align: center;
            margin-top: 15px;
        }

    .qmhbgrzx .main .bds {
        background: #f9f9f9;
        min-height: 100vh;
    }

    .qmhbgrzx .main .lts {
        background: #fff;
        width: calc(100% - 380px);
        float: left;
        min-height: 100vh;
    }

    .qmhbgrzx .main .rts {
        width: 360px;
        float: right;
    }

    .qmhbgrzx .main .tp {
        background: #fff;
        margin-bottom: 20px;
        padding: 8px 0;
    }

        .qmhbgrzx .main .tp li {
            float: left;
            border-right: 1px solid #e6ecf0;
            width: 50%;
            text-align: center;
            padding: 12px 0;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
        }

            .qmhbgrzx .main .tp li:last-child {
                border-right: none;
            }

        .qmhbgrzx .main .tp h2 {
            font-size: 22px;
            line-height: 1.7;
            color: #333333;
            margin-top: 10px;
        }

        .qmhbgrzx .main .tp h4 {
            font-size: 16px;
            line-height: 1.7;
            color: #8590a6;
        }

    .qmhbgrzx .main .bt {
        background: #fff;
        padding: 0 30px 0 20px;
    }

        .qmhbgrzx .main .bt h3 {
            font-size: 16px;
            line-height: 72px;
            color: #333;
            border-bottom: 1px solid #eeeeee;
        }

        .qmhbgrzx .main .bt dd:nth-child(1) {
            background: url(../images/qmhb4.jpg) no-repeat left center;
        }

        .qmhbgrzx .main .bt dd:nth-child(2) {
            background: url(../images/qmhb5.jpg) no-repeat left center;
        }

        .qmhbgrzx .main .bt dl {
            padding: 20px 0 10px;
        }

        .qmhbgrzx .main .bt dd {
            font-size: 14px;
            line-height: 1.7;
            color: #333;
            margin-bottom: 20px;
            padding-left: 38px;
        }

            .qmhbgrzx .main .bt dd span {
                color: #3475f7;
                font-weight: bold;
            }

    .qmhbgrzx .main .bds {
        padding-top: 20px;
    }

    .qmhbgrzx .main .hbnav {
        border-bottom: 2px solid #f8f8f8;
        padding-bottom: 10px;
    }

        .qmhbgrzx .main .hbnav ul {
            float: left;
            font-size: 0;
        }

    .qmhbgrzx .main .sech {
        float: right;
        margin-top: 16px;
        margin-right: 20px;
    }

        .qmhbgrzx .main .sech .t1 {
            width: 88px;
            height: 34px;
            font-size: 13px;
            color: #808080;
            padding: 0 15px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            background: url(../images/qmh13.jpg) no-repeat right 10px center #eee;
            border: none;
            border-radius: 17px;
        }

    .qmhbgrzx .main .hbnav li {
        display: inline-block;
        margin: 0 15px;
    }

        .qmhbgrzx .main .hbnav li a {
            font-size: 16px;
            line-height: 60px;
            color: #242424;
            border-bottom: 3px solid rgba(255,255,255,0);
            display: block;
        }

            .qmhbgrzx .main .hbnav li.on a,
            .qmhbgrzx .main .hbnav li a:hover {
                border-color: #3475f7;
                color: #3475f7;
            }

        .qmhbgrzx .main .hbnav li span {
            color: #999999;
            font-size: 10px;
            margin-left: 10px;
        }

        .qmhbgrzx .main .hbnav li:nth-child(1) {
            margin-left: 30px;
        }

        .qmhbgrzx .main .hbnav li:last-child {
            margin-right: 30px;
        }

    .qmhbgrzx .main .wdwz {
        border-bottom: 2px solid #f8f8f8;
    }

    .qmhbgrzx .main .box {
        padding: 0 30px;
    }

    .qmhbgrzx .main .wdwz h3 {
        float: left;
        line-height: 54px;
        font-size: 16px;
        color: #484848;
    }

    .qmhbgrzx .main .wdwz .rt {
        float: right;
        margin-top: 15px;
    }

        .qmhbgrzx .main .wdwz .rt ul {
            font-size: 0;
            text-align: right;
        }

        .qmhbgrzx .main .wdwz .rt li {
            display: inline-block;
        }

            .qmhbgrzx .main .wdwz .rt li a {
                font-size: 14px;
                line-height: 20px;
                color: #3475f7;
            }

            .qmhbgrzx .main .wdwz .rt li.x1 {
                padding-left: 26px;
                background: url(../images/qmhb3.jpg) no-repeat left center;
            }

            .qmhbgrzx .main .wdwz .rt li span {
                font-size: 14px;
                line-height: 20px;
                color: #ebebeb;
                margin: 0 10px;
            }

            .qmhbgrzx .main .wdwz .rt li.x2 {
                background: url(../images/qmhb11.png) no-repeat right center;
                padding-right: 26px;
            }

                .qmhbgrzx .main .wdwz .rt li.x2 a {
                    color: #333333;
                }

    .qmhbgrzx .main .list li {
        border-bottom: 2px solid #f8f8f8;
        padding: 10px 0 15px;
    }

    .qmhbgrzx .main .list {
        padding: 5px 30px 0;
    }

        .qmhbgrzx .main .list li h6 {
            font-size: 18px;
            line-height: 1.6;
            color: #303030;
            word-break: keep-all;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .qmhbgrzx .main .list .rw {
            display: flex;
            justify-content: flex-start;
        }

            .qmhbgrzx .main .list .rw .ico {
                position: relative;
                margin-top: 10px;
            }

            .qmhbgrzx .main .list .rw .s1 {
                width: 30px;
                height: 30px;
                border-radius: 50%;
                display: block;
            }

            .qmhbgrzx .main .list .rw .s2 {
                position: absolute;
                bottom: -4px;
                right: -4px;
                width: 16px;
                height: 16px;
                border-radius: 50%;
                display: block;
                z-index: 1;
            }

        .qmhbgrzx .main .list .ner {
            margin-top: 10px;
        }

        .qmhbgrzx .main .list h4 {
            font-size: 12px;
            line-height: 1.6;
            margin-top: 15px;
            color: #797979;
            margin-left: 12px;
        }

        .qmhbgrzx .main .list .ner .img {
            width: 155px;
            height: 110px;
            overflow: hidden;
            float: left;
        }

        .qmhbgrzx .main .list .ner .txt {
            float: right;
            width: calc(100% - 175px);
        }

        .qmhbgrzx .main .list .ner p {
            font-size: 16px;
            line-height: 28px;
            color: #333333;
            height: 112px;
            overflow: hidden;
            position: relative;
        }

        .qmhbgrzx .main .list .ner span a {
            font-size: 16px;
            line-height: 28px;
            color: #1a569b;
            position: absolute;
            right: 0;
            bottom: 0;
            background: url(../images/qmhb12.png) no-repeat right 10px center #fff;
            width: 94px;
        }

        .qmhbgrzx .main .list .br {
            margin-top: 20px;
        }

        .qmhbgrzx .main .list dl {
            font-size: 0;
        }

        .qmhbgrzx .main .list dd {
            display: inline-block;
            margin: 0 12px;
            font-size: 12px;
            line-height: 28px;
            color: #7a88a5;
            padding-left: 20px;
        }

            .qmhbgrzx .main .list dd:nth-child(3) {
                margin: 0 !important;
                padding-left: 0;
            }

            .qmhbgrzx .main .list dd span {
                font-size: 12px;
                line-height: 28px;
                color: #dfe4e7;
            }

            .qmhbgrzx .main .list dd:nth-child(1) {
                margin-left: 0;
            }

            .qmhbgrzx .main .list dd.s1 {
                background: url(../images/qmhb6.png) no-repeat left center;
            }

            .qmhbgrzx .main .list dd.s2 {
                background: url(../images/qmhb7.png) no-repeat left center;
            }

            .qmhbgrzx .main .list dd.s3 {
                background: url(../images/qmhb8.png) no-repeat left center;
            }

            .qmhbgrzx .main .list dd.s4 {
                background: url(../images/qmhb9.png) no-repeat left center;
            }

            .qmhbgrzx .main .list dd.s5 {
                background: url(../images/qmhb10.png) no-repeat left center;
            }

            .qmhbgrzx .main .list dd i {
                margin-left: 5px;
            }

            .qmhbgrzx .main .list dd.s1.on {
                background: url(../images/qmhb13.png) no-repeat left 12px center #e9f3ff;
                padding: 0 12px 0 35px;
                text-align: center;
                border-radius: 3px;
            }

                .qmhbgrzx .main .list dd.s1.on a {
                    color: #3178f4;
                }

        .qmhbgrzx .main .list li:last-child {
            border-bottom: 0;
        }

.hbpages {
    margin: 66px 0 70px;
}

    .hbpages dl {
        font-size: 0;
        text-align: center;
    }

    .hbpages dd {
        display: inline-block;
        margin: 0 5px;
    }

        .hbpages dd a {
            padding: 0 14px;
            line-height: 34px;
            border: 1px solid #bebdbd;
            border-radius: 2px;
            display: block;
            font-size: 14px;
            color: #999999;
        }

            .hbpages dd.on a,
            .hbpages dd a:hover {
                background: #3475f7;
                border-color: #3475f7;
                color: #fff;
            }

.qmhbgrzx .main .wdwz h3 span {
    color: #999999;
    margin-left: 36px;
}

.qmhbgrzx .main .gzlst li {
    border-bottom: 1px solid #f8f8f8;
    padding: 18px 0;
    overflow: hidden;
}

    .qmhbgrzx .main .gzlst li .lt {
        float: left;
        width: calc(100% - 290px);
    }

    .qmhbgrzx .main .gzlst li .gz {
        float: right;
        width: 94px;
        line-height: 32px;
        border: 1px solid #3475f7;
        border-radius: 2px;
        font-size: 14px;
        color: #3475f7;
        text-align: center;
        margin-top: 20px;
    }

        .qmhbgrzx .main .gzlst li .gz.on {
            background: #8590a6;
            border-color: #8590a6;
            color: #fff;
        }

    .qmhbgrzx .main .gzlst li .ico {
        width: 80px;
        height: 80px;
        overflow: hidden;
        border-radius: 50%;
        float: left;
    }

        .qmhbgrzx .main .gzlst li .ico img {
            width: 100%;
            height: 100%;
            display: block;
        }

    .qmhbgrzx .main .gzlst li .txt {
        float: right;
        width: calc(100% - 90px);
    }

    .qmhbgrzx .main .gzlst li h3 {
        font-size: 20px;
        line-height: 1.6;
        color: #333333;
        font-weight: bold;
    }

        .qmhbgrzx .main .gzlst li h3 span {
            padding: 5px 8px 5px 26px;
            border-radius: 3px;
            font-size: 12px;
            line-height: 1.6;
            color: #999999;
            background: url(../images/qmhb14.png) no-repeat left 8px center #f8f8f8;
            margin-left: 10px;
            font-weight: normal;
        }

    .qmhbgrzx .main .gzlst li p {
        font-size: 16px;
        line-height: 1.6;
        color: #333333;
        margin-top: 2px;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .qmhbgrzx .main .gzlst li dl {
        margin-top: 5px;
    }

    .qmhbgrzx .main .gzlst li dd {
        font-size: 14px;
        line-height: 22px;
        color: #999999;
        display: inline-block;
    }

        .qmhbgrzx .main .gzlst li dd i {
            margin-right: 6px;
        }

    .qmhbgrzx .main .gzlst li span {
        font-size: 14px;
        line-height: 22px;
        color: #a3a3a3;
        margin: 0 3px;
    }

.qmhbgrzx .main .gzlst {
    padding: 0 30px;
}

    .qmhbgrzx .main .gzlst li:last-child {
        border-bottom: none;
    }

.qmhbgrzx .hbhead .search .btn:hover {
    background: #2452ac;
}

.qmhbgrzx .hbhead .search .btn {
    cursor: pointer;
}

.qmhbgrzx .hbhead .search .t1:focus {
    border: 1px solid #3475f7;
}

.askBg {
    background: url('../images/AskWayBG.png') no-repeat center/cover;
}

.askForm {
    margin: 100px auto 0;
}

.askBg .header {
    position: relative;
}

.askForm {
    color: white;
}

    .askForm .title h2 {
        font-size: 45px;
        font-weight: normal;
        color: white;
    }

    .askForm .askWays {
        margin-top: 100px
    }

        .askForm .askWays ul {
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .askForm .askWays ul li {
                width: 200px;
                height: 300px;
                background-color: rgba(255,255,255,0.2);
                width: 200px;
                height: 260px;
                background-color: rgba(255,255,255,0.2);
                display: flex;
                flex-direction: column;
                justify-content: space-around;
                padding:20px 0;
                text-align: center;
                transition: all linear 0.2s;
                margin-right: 100px;
            }

                .askForm .askWays ul li .bottomBtn {
                    width: 130px;
                    font-size: 14px;
                    line-height: 40px;
                    text-align: center;
                    border: 1px solid #fff;
                    border-radius: 2px;
                    background: transparent;
                    color: #fff;
                    margin: 0 auto;
                }

                .askForm .askWays ul li:last-child {
                    margin-right: 0;
                }

                .askForm .askWays ul li:hover .bottomBtn {
                    cursor: pointer;
                    color: #3475F7;
                    background: #fff;
                }

                .askForm .askWays ul li:hover {
                    cursor: pointer;
                    /*width: 205px;*/
                    /*height: 302px;*/
                    margin-top: -10px;
                    box-shadow: 0px 7px 15px 0px rgba(0,0,0,0.4);
                    background-color: #1d7ce8;
                }

                .askForm .askWays ul li p {
                    font-size: 20px;
                }

.askWays .chiService p:last-child {
    font-size: 15px;
    margin: 20px;
}

.askWays .chiService .qrCode {
    width: 85px;
}

.askBg .qmnlia {
    max-height: 800px;
}

    .askBg .qmnlia .nbgs {
        max-height: 800px;
    }

    .askBg .qmnlia .nbgs {
        overflow-y: scroll !important;
    }

.askOnline .header {
    position: relative;
}
.onlineForm{
    margin-top:80px;
}

.onlineForm .formTitle {
    margin: 115px 0 0;
    font-size: 40px;
}

.onlineForm input[type=checkbox] {
    width: 20px;
    height: 16px;
    vertical-align: middle;
    margin-right: 5px;
}

    .onlineForm input[type=checkbox]:hover, .onlineForm label:hover {
        cursor: pointer;
    }

.onlineForm .formBody {
    margin: 50px auto;
    width: 45%;
    font-size: 18px;
}

    .onlineForm .formBody .row {
        display: flex;
        justify-content: space-between;
    }

        .onlineForm .formBody .row .formField {
            display: flex;
            flex-direction: column;
            justify-content: flex-start;
            width: 40%;
            height: 100px;
            position:relative;
        }

            .onlineForm .formBody .row .formField .imgCode {
                float: right;
                height: 34px;
                position: absolute;
                top: 35px;
                right: 1px;
                margin-right: 0;
            }

            .onlineForm .checkboxField {
                display: flex;
                justify-content: space-between;
                width: 100%;
                margin: 30px 0;
            }

    .onlineForm .checkboxField .prodLine_box {
        width: 65%;
        margin-right: 13%;
    }

        .onlineForm .checkboxField .prodLine_box .prodLine_row {
            display: flex;
            margin-bottom: 20px;
            justify-content: space-between;
            flex-wrap: wrap;
        }

        .onlineForm .checkboxField .prodLine_box label {
            font-size: 16px;
        }

    .onlineForm .formBody .row .formField .textBox {
        width: 100%;
        height: 36px;
        border: 1px solid #c9c9c9;
        margin-top: 10px;
        box-sizing: border-box;
    }

.onlineForm .formBody .row .formField .autoFill {
    color: gray;
}

.onlineForm .formBody .textAreaRow {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: 165px;
}

    .onlineForm .formBody .textAreaRow textarea {
        border: 1px solid #c9c9c9;
        resize: none;
        margin-top: 10px;
        width: 100%;
        height: 110px;
    }

    .onlineForm .formBody .textAreaRow .textAreaTitle{
        display:flex;
        justify-content:space-between;
        align-items:flex-end;
    }

        .onlineForm .formBody .textAreaRow .textAreaTitle .textLength{
            font-size:14px;
        }

        .onlineForm .formBody .errorMsg {
            color: red;
            font-size: 14.5px;
        }

.onlineForm .formBody .fileRow {
    margin-top: 30px;
}

    .onlineForm .formBody .fileRow .fileBtn {
        padding-left: 10px;
    }

        .onlineForm .formBody .fileRow .fileBtn a {
            color: #4b84f8;
        }

.onlineForm .formBody img {
    vertical-align: bottom;
    margin-right: 5px;
}

.onlineForm .formBody .fileRow .fileList {
    margin-bottom: 48px;
    margin-top: 30px;
}

    .onlineForm .formBody .fileRow .fileList li {
        background-color: #e1e0f7;
        padding: 5px;
        margin-bottom: 5px;
        display: none;
        position: relative;
    }

        .onlineForm .formBody .fileRow .fileList li .fileName {
            font-size: 16px;
            max-width: 80%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: inline-block;
            vertical-align: bottom;
        }

        .onlineForm .formBody .fileRow .fileList li .deleteBtn {
            width: 25px;
            position: absolute;
            right: 0;
            display: inline-block;
        }

            .onlineForm .formBody .fileRow .fileList li .deleteBtn img {
                width: 100%;
            }

            .onlineForm .formBody .fileRow .fileList li .deleteBtn:hover {
                cursor: pointer;
                color: rgba(255, 0, 0, 0.42);
            }

.onlineForm .star::after {
    content: "*";
    color: #f71515;
}

.onlineForm .circle::before {
    display: inline-block;
    content: "";
    width: 6.5px;
    height: 6.5px;
    border-radius: 3.2px;
    background-color: #4b84f8;
    margin-right: 6.5px;
    margin-bottom: 2.5px;
}

.onlineForm .returnBtn{
    margin-bottom:10px;
}

.onlineForm .btn {
    border: 0;
    padding: 10px 18px;
    border-radius: 4px;
    color: white;
    background: #4b84f8;
    font-size: 16px;
}

    .onlineForm .btn:hover {
        cursor: pointer;
    }

.mask {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(128, 128, 128, 0.35);
}

    .mask .infoDialog {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 256px;
        margin-left: -128px;
        margin-top: -88px;
        background: rgba(255, 255, 255, 0.80);
        border-radius: 5px;
        text-align: center;
    }

        .mask .infoDialog .img {
            display: none;
        }

        .mask .infoDialog .diaHeader {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 18px;
        }

            .mask .infoDialog .diaHeader .title {
                font-weight: bold;
                margin-left: 16px;
                font-size: 20px;
            }

        .mask .infoDialog .diaBody {
            padding: 3px;
            margin-bottom: 24px;
            font-size: 16px;
        }

            .mask .infoDialog .diaBody p {
                margin: 0;
            }

    .mask .icon {
        width: 35px;
        height: 33px;
        color: white;
        background: #2196F3;
        border-radius: 18px;
        font-weight: bolder;
        text-align: center;
        line-height: 30px;
        font-size: 30px;
    }

    .mask .red {
        background: #e65757;
    }

    .mask .loadingForm {
        height: 150px;
    }

.nav-content.wrap {
    min-height: calc(100vh - 623px);
}
.nav-table {
    border: 1px solid #c7c7c7;
    margin-bottom:50px;
}

    .nav-table .nav-row {
        border-bottom: 1px solid #c7c7c7;
        display: flex;
        justify-content: space-between;
    }
        .nav-table .nav-row:last-child {
            border: none;
        }
        .nav-table .nav-row .nav-title {
            position: relative;
            width: 250px;
            min-height: 50px;
            border-right: 1px solid #c7c7c7;
            background: #eaeaea;
            color: gray;
        }
            .nav-table .nav-row .nav-title.native{
                background: #3475f7;
            }
            .nav-table .nav-row .nav-title:hover {
                background: #3475f7;
                cursor: pointer;
            }
            .nav-table .nav-row .nav-title.native a {
                color: white;
            }
            .nav-table .nav-row .nav-title:hover a {
                color: white;
            }

            .nav-table .nav-row .nav-title a {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                font-size: 20px;
                font-weight: bold;
                white-space:nowrap;
            }

    .nav-table .nav-row .nav-content {
        width: calc(100% - 271px);
        padding: 10px;
    }
        .nav-table .nav-row .nav-content ul {
            display: flex;
            justify-content: flex-start;
            align-items: center;
            flex-wrap: wrap;
            height: 100%;
        }
                .nav-table .nav-row .nav-content ul li {
                    padding: 5px 15px;
                }
                    .nav-table .nav-row .nav-content ul li a {
                        font-size: 17px;
                    }
                .nav-table .nav-row .nav-content ul li a:hover {
                    color: #3475f7;
                }
.notice-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 999999;
}
.notice-box {
    width: 370px;
    border-radius: 2px;
    background: #fff;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, 60px);
    box-shadow: 0 0px 2px 1px rgba(0, 0, 0, 0.2);
    padding: 15px;
}
.notice-title {
    padding-bottom: 10px;
}
.notice-title h4{
    font-size:18px;
}
.notice-msg {
    padding: 5px 0 15px;
}
    .notice-msg p {
        font-size: 15px;
        color: #5d5d5d;
        line-height: 25px;
    }
.notice-btn {
    text-align: right;
    padding: 10px 0;
}
.notice-btn a {
    background: #3475f7;
    color: #fff;
    border-color: #3475f7;
    margin-top: 3px;
    padding: 8px 25px;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    transition: all 0.3s;
}
    .notice-btn a:hover {
        background: #2452ac;
        border-color: #2452ac;
    }

.viewer-box img:hover {
    cursor: zoom-in;
}

/*===========KeyFrames===========*/

@keyframes slideX_tozero{
    0%{
        transform:translateX(-100%);
    }
    100%{
        transform:translateX(0);
    }
}

@keyframes slideX_tohundred {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(100%);
    }
}

@keyframes slideX_tozero2 {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0);
    }
}

@keyframes slideX_tohundred2 {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}


/*===========Global============*/
h1 {
    font-size: 45px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 28px;
}

h4 {
}

.btns_group.mobiBtn {
    display: none;
}

    .btns_group {
        overflow: hidden;
        text-align: left;
    }

    .btns_group .btn {
        display: inline-block;
        width: 140px;
        font-size: 16px;
        line-height: 42px;
        color: #fff;
        text-align: center;
        background: #3475f7;
        border-radius: 3px;
        border: 1px solid #3475f7;
        cursor: pointer;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

        .btns_group .btn:hover {
            color: #b2b2b2;
            background: #2452ac;
            border-color: #2452ac;
        }

        .btns_group .btn.plain {
            color: #3475f7;
            background: #fff;
        }

            .btns_group .btn.plain:hover {
                background: #3475f7;
                border-color: #3475f7;
                color: #fff;
            }

.item-code {
    position: relative;
    height: 40px;
}
    .item-code input {
        width: 100%;
        height: 100%;
        font-size: 16px;
        padding: 0 12px;
    }

    .item-code img {
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
    }

.crumbs {
    margin: 0 auto;
    padding: 18px 0;
}
    .crumbs ul li {
        float: left;
        position: relative;
    }

        .crumbs ul li:first-child{
            padding-left:22px;
        }

        .crumbs ul li:after {
            background: url(../images/arrow.png) no-repeat right center;
            width: 5px;
            height: 9px;
            position: absolute;
            z-index: 11;
            transition: all 0.3s;
            right: 8px;
            top: 50%;
            transform: translateY(-50%);
            content: "";
        }

    .crumbs ul li:first-child:before {
        background: url(../images/icon_home.png) no-repeat left center;
        width: 16px;
        height: 14px;
        position: absolute;
        z-index: 11;
        content: "";
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .crumbs ul li a, .crumbs ul li h5 {
        display: block;
        padding-right: 20px;
        transition: all 0.3s;
        font-size: 16px;
        line-height: 1.7;
        color: #666;
    }

        .crumbs ul li.on a,
        .crumbs ul li a:hover {
            color: #3475f7;
        }

        .crumbs ul li:hover:after {
            background: url(../images/icon6.png) no-repeat right center;
        }

        .crumbs ul li:last-child:after {
            content:unset;
        }

.iconlabel {
    padding-left: 20px;
    font-size: 14px;
    line-height: 22px;
    color: #999999;
}

.icon_clock {
    background: url(../images/icon_clock.png) no-repeat left center;
}

.icon_tag {
    background: url(../images/icon_tag.png) no-repeat left center;
    display: inline-table;
}

    .icon_tag a {
        padding-right: 10px;
        color: #999999;
    }

    .icon_tag a:hover{
        color:#3475f7;
    }

.icon_folder {
    background: url(../images/f14.png) no-repeat left center;
}

.menu_underline ul{
    display: flex;
    justify-content: center;
    border-bottom:1px solid #e5e5e5;
}

    .menu_underline li {
        position: relative;
        margin: 0 32px;
        width: 106px;
        text-align:center;
    }

        .menu_underline li:before {
            position: absolute;
            z-index: 11;
            content: "";
            bottom: -1px;
            left: 0;
            right: 0;
            margin: 0 auto;
            width: 0;
            height: 2px;
            background: #3475f7;
            transition: all 0.3s;
        }

        .menu_underline li a {
            font-size: 18px;
            line-height: 62px;
            color: #333333;
            text-align: center;
            transition: all 0.3s;
        }

        .menu_underline li.on a, .menu_underline li a:hover {
            color: #3475f7;
        }
            .menu_underline li.on:before, .menu_underline li:hover:before {
                width: 100%;
            }

.menu_block ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.menu_block li {
    width: 110px;
    margin-right: 5px;
}

    .menu_block li a {
        font-size: 16px;
        line-height: 40px;
        color: #333333;
        display: block;
        width:100%;
        text-align: center;
        border-radius:2px;
        background: #fff;
    }

    .menu_block li.on a,
    .menu_block li:hover a {
        background: #3475f7;
        color: #fff;
        cursor: pointer;
    }

/*广告*/
.progra {
    margin: 0 auto 10px;
    position: relative;
    width: calc(100% - 30px);
    height: 200px;
}

    .progra::before {
        position: absolute;
        z-index: 11;
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(52, 117, 247, 0.7);
    }

    .progra img {
        width: 100%;
        height: 100%;
    }

    .progra .txt {
        position: absolute;
        z-index: 11;
        left: 0;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

        .progra .txt h2 {
            font-size: 25px;
            line-height: 44px;
            color: #fff;
            text-align: center;
            margin-top: 5px;
        }
        .progra .txt h6 {
            margin-top: 10px;
            text-align: center;
            font-size: 16px;
            line-height: 1.2;
            color: #fff;
        }
        .progra .txt a {
            display: block;
            width: 100px;
            line-height: 31px;
            text-align: center;
            border: 1px solid #fff;
            font-size: 12px;
            color: #fff;
            margin: 40px auto 0;
            border-radius: 1px;
            transition: all 0.3s;
        }
            .progra .txt a:hover {
                background: #fff;
                color: #007AFF;
            }

.article_main {
    width: 65.5%;
    float: left;
}

.article_aside {
    width: 33%;
    float: right;
}

.article_main .mobiTitle {
    display:none;
    font-size: 22px;
    line-height: 1.6;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.article_aside.aside_scroll {
    position: absolute;
    top: 0;
    right: 0;
}

    .article_list ul {
        margin-bottom: 60px;
    }

    .article_list li {
        display: flex;
        justify-content: flex-start;
        margin-bottom: 24px;
    }

    .article_list_onlytxt li,
    .article_list li:last-child  {
        margin-bottom: 0;
    }

    .article_list li .prewimg {
        width: 296px;
        height: 170px;
        overflow: hidden;
    }

        .article_list li .prewimg img {
            width: 100%;
            height: 100%;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
        }

    .article_list li:hover .prewimg img {
        transform: scale(1.1);
        -ms-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -o-transform: scale(1.1);
    }

        .article_list li .article_info {
            padding: 18px;
            border: 1px solid #eeeeee;
            width: calc(100% - 296px);
            box-sizing: border-box;
        }

        .article_list li .article_info a:hover {
            color: #3475f7;
        }

    .article_list_onlytxt li .article_info{
        padding: 18px 0;
        border:0;
        border-bottom: 1px solid #eeeeee;
        width:100%;
    }

    .article_list_onlytxt li:last-child .article_info{
        border:0;
    }

    .article_list li .article_info h3 a {
        display: block;
        font-size: 18px;
        font-weight: bold;
        line-height: 28px;
        height:56px;
        color: #333333;
        word-break: keep-all;
        transition: all 0.3s;
        white-space: normal;
        word-break:break-all;
        overflow: hidden;
    }

.article_list_onlytxt li .article_info h3 a {
    font-size: 20px;
    line-height: 38px;
    height:auto;
}

.article_list li .article_info h5 a, .article_list li .article_info h5 span, .article_list li .article_info p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 8px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: all 0.3s;
}

            .article_list li .article_info h5 span{
                color:#999999;
            }

.article_list li .article_info p {
    margin-top:12px;
    height: 48px;
}

.article_list li .article_info .article_descrip {
    margin-top: 15px;
    overflow: hidden;
}

    .article_list li .article_info .article_descrip .iconlabel {
        float:left;
        margin-right: 40px;
    }
    .article_list li .article_info .article_descrip .iconlabel:last-child{
        margin-right:0;
    }

.article_main .activeform{
    display:none;
}

.article_aside .aside_box {
    padding: 0 30px;
    margin-bottom: 20px;
}

    .article_aside .aside_box .box_header {
        position: relative;
        margin-bottom: 5px; 
    }

        .article_aside .aside_box .box_header h3 {
            font-size: 18px;
            font-weight: bold;
            line-height: 48px;
            color: #333333;
            position: relative;
            padding-left: 16px;
        }

            .article_aside .aside_box .box_header h3 a{
                color:#333;
            }

            .article_aside .aside_box .box_header h3::before {
                position: absolute;
                z-index: 11;
                content: "";
                left: 0;
                top: 50%;
                transform: translateY(-50%);
                height: 20px;
                width: 4px;
                background: #3475f7;
                border-radius: 1px;
            }

        .article_aside .aside_box .box_header .more {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            font-size: 14px;
            color: #3475f7;
            background: url(../images/more.png) no-repeat right center;
            padding-right: 20px;
            line-height: 48px;
        }

            .article_aside .aside_box .box_header .more a {
                color: #3475f7;
            }

.article_aside .aside_box_padding {
    padding: 18px 30px 16px;
}

    .article_aside .suggest_active_box .box_body .img {
        overflow: hidden;
    }

    .article_aside .suggest_active_box .box_body .img img {
        transition: all 0.3s;
    }

        .article_aside .suggest_active_box .box_body .img img:hover {
            transform: scale(1.05);
        }

.article_aside .suggest_active_box .box_body h6 {
    margin-top: 15px;
    transition: all 0.3s;
    font-size: 16px;
    line-height: 1.5;
    color: #666666;
}

    .article_aside .suggest_active_box .box_body h6:hover {
        color: #3475f7;
    }

.article_aside .article_box .menu_box {
    display: flex;
    text-align: center;
    margin-bottom:5px;
}

    .article_aside .article_box .menu_box .menu_item {
        width: 50%;
        line-height: 50px;
        font-size: 18px;
        color: #666666;
        cursor: pointer;
    }
        .article_aside .article_box .menu_box .menu_item.cur_menu_item {
            background: #3475f7;
            color: #fff;
        }

.article_aside .article_box .box_body li {
    padding: 7px 0 7px 22px;
    background: url(../images/icon_article.png) no-repeat left center;
}

    .article_aside .article_box .box_body li a {
        font-size: 14px;
        color: #666;
        display: block;
        word-break: keep-all;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .article_aside .article_box .box_body li a:hover{
        color:#3475f7;
    }

.article_aside .area_box .box_body ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
    .article_aside .area_box .box_body ul::after {
        content: "";
        width: calc(100% / 3);
        height: 0;
    }
.article_aside .area_box .box_body li {
    width: calc(100% / 3);
    text-align: center;
    margin: 8px 0;
}
    .article_aside .area_box .box_body li a {
        display:inline-block;
        padding: 5px 12px;
        border-radius: 5px;
        font-size: 14px;
        background-color: rgb(238, 238, 238);
    }

        .article_aside .area_box .box_body li a:hover {
            background: #3475f7;
            color: white;
        }

.article_aside .tag_box .box_body ul{
    margin-top: 20px;
    overflow-y: scroll;
    max-height: 170px;
}

    .article_aside .tag_box .box_body ul::-webkit-scrollbar {
        width: 5px;
    }

    .article_aside .tag_box .box_body ul::-webkit-scrollbar-thumb {
        background-color: rgb(210,210,210,0.4);
        border-radius: 2.5px;
    }

    .article_aside .tag_box .box_body li {
        float: left;
        margin-bottom: 8px;
        margin-right: 8px;
    }

        .article_aside .tag_box .box_body li a {
            display: inline-block;
            padding: 0 16px;
            font-size: 15px;
            line-height: 24px;
            color: #666666;
            border: 1px solid #eeeeee;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            transition: all 0.3s;
        }

            .article_aside .tag_box .box_body li a:hover {
                border-color: #3475f7;
                color: #3475f7;
            }

.article_aside .qrcode_box{
    padding-top:20px;
}

.article_aside .qrcode_box .box_body .qrcode {
    height: 134px;
    width: 134px;
    float: left;
    border: 1px solid #e3e3e3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.article_aside .qrcode_box .box_body .txt {
    float: right;
    width: calc(100% - 150px);
    margin-top: 30px;
}

    .article_aside .qrcode_box .box_body .txt h4 {
        font-size: 18px;
        line-height: 30px;
        color: #666666;
    }
    .article_aside .qrcode_box .box_body .txt h6 {
        font-size: 14px;
        line-height: 30px;
        color: #999;
    }

.article_aside .news_box .box_body {
    margin-top:20px;
}
    .article_aside .news_box .box_body li {
        background: url(../images/f13.png) no-repeat left 5px top 13px;

    }

        .article_aside .news_box .box_body li a {
            font-size: 15px;
            white-space: normal;
            word-break: break-all;
            line-height: 24px;
        }

.article_aside .article_rela_box{
    padding-top:5px;
}

.article_aside .article_rela_box .box_header {
    margin-bottom: 15px;
}

.article_aside .suggest_video_box .box_header{
    margin-bottom:15px;
}
.article_aside .suggest_video_box .box_body li {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

    .article_aside .suggest_video_box .box_body li a {
        font-size: 15px;
        transition: all 0.3s;
        line-height: 24px;
        color: #666666;
        display: flex;
        justify-content: space-between;
    }

        .article_aside .suggest_video_box .box_body li a .img {
            width: 150px;
            height: 90px;
            position: relative;
        }

            .article_aside .suggest_video_box .box_body li a .img img {
                width: 150px;
                height: 90px;
            }

            .article_aside .suggest_video_box .box_body li a .img span {
                position: absolute;
                bottom: 8px;
                right: 8px;
                background: rgba(76,74,74,0.65);
                color: white;
                border-radius: 5px;
                padding: 0 5px;
                font-size: 12px;
            }

        .article_aside .suggest_video_box .box_body li a h5 {
            width: calc(100% - 165px);
        }

        .article_aside .suggest_video_box .box_body li a h5:hover{
            color:#3475f7;
        }

        .article_aside .case_box .box_header{
            margin-bottom:15px;
        }

.article_aside .case_box .box_body li {
    overflow: hidden;
    margin-bottom: 20px;
}

    .article_aside .case_box .box_body li a {
        width: 100%;
        height: 53px;
        display:flex;
        justify-content:space-between;
    }

        .article_aside .case_box .box_body li a .img,
        .article_aside .case_box .box_body li a .img img {
            width: 100px;
            height: 100%;
            overflow: hidden;
            transition: all 0.3s;
        }

            .article_aside .case_box .box_body li a .img:hover img {
                transform: scale(1.05);
            }

        .article_aside .case_box .box_body li a h4 {
            width: calc(100% - 115px);
            margin-top: 3px;
            font-size: 15px;
            line-height: 21px;
            color: #666666;
            transition: all 0.3s;
            display: block;
            height: 42px;
            overflow: hidden;
        }

         .article_aside .case_box .box_body li a h4:hover{
             color:#3475f7;
         }

.article_content {
    font-size: 16px;
    line-height: 1.75em;
    margin: 30px auto 0;
    color: #333333;
}

    .article_content em, .article_content i {
        font-style: italic;
        font-weight: inherit;
        color: #000;
    }

    .imgblock_list{
        margin-top:35px;
        margin-bottom:30px;
    }
    .imgblock_list ul{
        display:flex;
        justify-content:space-between;
    }

        .imgblock_list ul li {
            width: calc((100% - 72px)/3);
            margin-bottom: 35px;
            box-shadow: 0 0 5px 0 rgba(80, 80, 81, 0.3);
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
        }

            .imgblock_list ul li:hover {
                box-shadow: 0 0 16px 2px rgba(80, 80, 81, 0.3);
            }

            .imgblock_list ul li .prewimg {
                position: relative;
                height: 190px;
                overflow: hidden;
            }



/* =============Banner=============== */
.banner {
    height: 522px;
    margin-top: 80px;
    background-repeat: no-repeat;
    background-size: cover;
}

.nobanner {
    height: 0;
}

.smallban {
    height: 180px;
}

.largeban {
    height: 400px;
}

.banner .wrap {
    height: 100%;
    position: relative;
}

.banner .ban_txt {
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: #ffffff;
}

    .banner .ban_txt.blackfont_pc {
        color: #333;
    }

    .banner .ban_txt h1,
    .banner .ban_txt h2 {
        font-size: 35px;
        font-weight: bold;
        line-height: 50px;
    }

    .banner .largetitle h1,
    .banner .largetitle h2 {
        font-size: 45px;
    }

    .banner .ban_txt p {
        font-size: 18px;
        line-height: 30px;
        margin-top: 16px;
    }


.banner__stats {
    position: absolute;
    bottom: -95px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 99;
    cursor: auto;
}

.banner__stats-container {
    display: flex;
    justify-content: center;
    text-align: center;
    background: #fff;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.1);
    width: 75%;
    max-width: 1190px;
}

.banner__stat-item {
    width: 25%;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    padding: 15px 0;
}

    .banner__stat-item:hover{
        background:#3475f7;
        color:#fff;
    }

.banner__stat-number {
    font-size: 35px;
    font-weight: bold;
}

.banner__stat-label {
    font-size: 16px;
}
/*===========Default.aspx==============*/
.defaultban {
    margin-top: 0;
    position: relative;
}

    .defaultban.largeban{
        display:none;
    }
    .defaultban li, .defaultban.banner li a {
        height: 100%;
        display: block;
        position: relative;
    }

    .defaultban .ban_txt p {
        margin-top: 25px;
        width: 600px;
        letter-spacing: 2px;
    }
    .defaultban .ban_txt .btns_group {
         margin-top: 45px; 
    }

    .defaultban .ban_txt .carouselBtn {
        line-height: 36px;
        border-radius: 2px;
        font-size: 14px;
        width: 125px;
    }

    .defaultban .spans {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 30px;
        z-index: 111;
        text-align: center;
    }

        .defaultban .spans span {
            display: inline-block;
            position: relative;
            margin: 0 5px !important;
            width:36px;
            height:40px;
        }
            .defaultban .spans span::before {
                content:"";
                display:block;
                position:absolute;
                top:50%;
                left:50%;
                transform:translate(-50%, -50%);
                background: #64b5f6;
                width: 36px;
                height: 8px;
                border-radius: 8px;
                opacity: 0.5;
            }

        .defaultban .spans span.swiper-active-switch::before{
            opacity: 1;
        }

.homepage_prod{
    padding:125px 0 60px;
}

    .homepage_prod .prodlist{
        margin-top:50px;
    }

        .homepage_prod .prodlist ul{
            display:flex;
            flex-wrap:wrap;
            justify-content:space-between;
        }

        .homepage_prod .prodlist li {
            width: calc(33% - 25px);
            height: 246px;
            position: relative;
            margin-bottom: 35px;
        }

            .homepage_prod .prodlist li .backg,
            .homepage_prod .prodlist li .backg_mobi
            {
                position: absolute;
                width: 100%;
                height: 174px;
                background: #697284;
                transition: all 0.3s;
            }

            .homepage_prod .prodlist li .backg_mobi {
                height: 100%;
                border-radius: 3px;
                display: none;
            }


                .homepage_prod .prodlist li .prodinfo_sup {
                    position: absolute;
                    left: 35px;
                    bottom: 0;
                    right: 0;
                    padding: 17px 20px;
                    background: #fff;
                    box-shadow: 0 0 5px 4px rgba(0,0,0,0.1);
                    transition: all 0.3s;
                }

                .homepage_prod .prodlist li .prodinfo_sup h3 {
                    font-size: 22px;
                    font-weight: bold;
                    color: #3475f7;
                }

                    .homepage_prod .prodlist li .prodinfo_sup .icon_mobile {
                        display:none;
                    }

                    .homepage_prod .prodlist li .prodinfo_sup h3 i {
                        display: inline-block;
                        width: 18px;
                        height: 5px;
                        background: url(/images/arrow_aside_blue.png);
                        margin-left: 15px;
                    }

                .homepage_prod .prodlist li .prodinfo_sup p {
                    margin-top: 5px;
                    font-size: 15px;
                    line-height: 20px;
                    color: #666666;
                }

            .homepage_prod .prodlist li .sub_container {
                position: relative;
                overflow: hidden;
                width: 100%;
                height: 100%;
            }


            .homepage_prod .prodlist li .prodinfo_sub {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                transform: translateY(-100%);
                transition: all 0.3s;
                /*padding: 25px 30px 30px;*/
                color: #fff;
                opacity: 0;
            }

            .homepage_prod .prodlist li:hover .prodinfo_sup{
                box-shadow:unset;
                /*opacity:0;*/
            }

/*            .homepage_prod .prodlist li:hover .backg{
                height:100%;
            }
*/
            .homepage_prod .prodlist li:hover .prodinfo_sub {
                transform: translateY(0);
                opacity: 1;
                background: rgba(52, 117, 247, 0.8);
            }

                .homepage_prod .prodlist li .prodinfo_sub .text_container {
                    position: absolute;
                    top: 0;
                    left: 0;
                    right: 0;
                    bottom: 0;
                    background: rgba(52, 117, 247, 0.7);
                    padding: 30px;
                }

            .homepage_prod .prodlist li .prodinfo_sub h3 {
                font-size: 24px;
                font-weight: bold;
                color: #fff;
            }

            .homepage_prod .prodlist li .prodinfo_sub p {
                margin-top: 20px;
                font-size: 16px;
                line-height: 23px;
                height: 70px;
                overflow: hidden;
                color: #fff;
            }


    .homepage_prod .btns_group {
        margin-top: 25px;
        text-align:center;
    }

        .homepage_prod .btns_group .btn {
            line-height: 36px;
            font-size: 14px;
            width: 125px;
        }

.prodlist .btns_group {
    text-align: left;
}

    .prodlist .btns_group .btn {
        line-height: 32px;
        font-size: 13px;
        width: 105px;
    }


    .h_about {
        padding: 60px 0 80px;
        background: url(../images/backg_about.png) no-repeat center/cover;
    }

    .h_about .title {
        text-align: center;
    }

        .h_about .title h2 {
            color: #fff;
            letter-spacing: 2px;
        }

            .h_about .title h2 span {
                font-size: 50px;
            }

                .h_about .title h2 span.blank{
                    display:inline-block;
                    width:50px;
                }

                .h_about .title h2 br {
                    display: none;
                }

                .h_about .title h6 {
                    color: #fff;
                    font-size: 20px;
                    width: 570px;
                    margin: 20px auto 40px;
                }

        .h_about .btns_group {
            text-align:center;
        }

            .h_about .btns_group .btn {
                width: 125px;
                line-height: 36px;
                font-size: 14px;
                border-radius: 2px;
            }

    .h_about .honor_list {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }

        .h_about .honor_list li {
            width: 200px;
            color: #fff;
            text-align: center;
        }

            .h_about .honor_list li .honor_title {
                height: 178px;
                background: url(/images/backg_honor.png) no-repeat center/cover;
                position: relative;
            }

                .h_about .honor_list li .honor_title .circle {
                    width: 130px;
                    height: 130px;
                    border: 1px solid #fff;
                    border-radius: 70px;
                    position: relative;
                    top: 10px;
                    left: 34px;
                }

                    .h_about .honor_list li .honor_title .circle h3 {
                        position: absolute;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%,-50%);
                        width: 100px;
                        word-break: break-all;
                        font-weight: bold;
                        font-size: 35px;
                        letter-spacing: 2px;
                    }

            .h_about .honor_list li .honor_descrip {
                font-size: 20px;
                letter-spacing: 2px;
                margin-top: 7px;
            }

.service {
    background: #3475f7;
    padding: 45px 0;
    position: relative;
    z-index: 111;
}

    .service .title h6,
    .service .title h2 {
        color: #fff;
    }

    .service .list {
        padding-top: 45px;
    }

        .service .list ul {
            font-size: 0;
        }

        .service .list li {
            float: left;
            width: 25%;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            background: #fff;
            z-index: 11;
            position: relative;
            transition: all 0.3s;
            border-right: 1px solid #e0e0e0;
        }

            .service .list li:hover {
                bottom: 0;
                z-index: 111;
                box-shadow: 0px 0 40px 2px rgba(80, 80, 81, 0.3);
                padding-bottom: 5px;
                margin-top: -5px;
                border-color: #fff !important;
            }

            .service .list li.qo {
                border-color: #fff;
            }

            .service .list li a {
                display: block;
                padding: 40px 35px 78px;
                text-align: center;
            }

                .service .list li a .icon {
                    height: 84px;
                    width: 84px;
                    margin: 0 auto;
                    border-radius: 50%;
                    overflow: hidden;
                }

                    .service .list li a .icon img {
                        display: block;
                        width: 100%;
                        height: 100%;
                    }

                .service .list li a h4 {
                    font-size: 20px;
                    font-weight: bold;
                    line-height: 34px;
                    color: #333333;
                }

                .service .list li a p {
                    font-size: 15px;
                    line-height: 22px;
                    color: #333333;
                    height: 118px;
                    overflow: hidden;
                    margin-top: 18px;
                    text-align: left;
                    text-align: justify;
                    text-align-last: center;
                }

            .service .list li:hover h4 {
                color: #3475f7;
            }

            .service .list li:hover h6 {
                background: #3475f7;
                color: #fff;
            }

            .service .list li a h6 {
                line-height: 36px;
                color: #3475f7;
                background: #FFFFFF;
                margin: auto;
                display: block;
                border: 1px solid #3475f7;
                border-radius: 2px;
                overflow: hidden;
                font-size: 14px;
                text-align: center;
                width: 125px;
                transition: all 0.3s;
            }

.case-list {
    background: #fff;
    overflow: hidden;
    margin-bottom: 60px;
}

.case-list__row {
    width: 2590px;
    white-space: nowrap;
    position: relative;
    margin: 20px 0;
}

.case-list__group {
    width: 100%;
    transform: translateX(0);
    animation: slideX_tohundred 50s linear infinite;
    display: inline-block;
}

    .case-list__group:nth-child(2) {
        transform: translateX(-100%);
        animation: slideX_tozero 50s linear infinite;
        position: absolute;
        top: 0;
        left: 0;
    }


.case-list__row:nth-child(2) .case-list__group {
    animation-duration: 40s;
}


.case-list__item {
    width:240px;
    height:96px;
    margin:0 10px;
    float: left;
}

.case-list__item:last-child{
    margin-right:0;
}

.case-list__img {
    image-rendering: -webkit-optimize-contrast;
    width: 100%;
    height: auto;
}

.case-list__img--backg {
    image-rendering: -webkit-optimize-contrast;
    background: no-repeat center/contain;
    width: 100%;
    height: 100%;
}

.case-list__btns {
    text-align: center;
    margin-top: 40px;
}

.case-list__btns a.btn:first-child{
    margin-right:25px;
}

.advantages {
    padding: 45px 0;
    background: #f4f9ff;
    margin-bottom: 250px;
    position:relative;
}

.advantages__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}

.advantages__item {
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 45px;
    width: calc(50% - 20px);
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 25px bottom 20px;
    padding: 30px;
    transition: all 0.3s;
}

    .advantages__item:hover {
        transform: translateY(-7px);
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    }

.advantages__title {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    margin-bottom: 12px;
}

.advantages__point {
    position: relative;
    color: #666;
    line-height: 25px;
    font-size: 15px;
    padding-left: 10px;
}

    .advantages__point::before {
        content: "";
        width: 4px;
        height: 4px;
        border-radius: 4px;
        display: block;
        position: absolute;
        top: 11px;
        left: 0;
        background: #666;
    }

.advantages__benefits{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

    .advantages__benefits .wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

.advantages__benefit {
    box-sizing: border-box;
    width: calc(25% - 30px);
    height: 120px;
    margin-right: 40px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    transition: 0.3s all;
}
.advantages__benefit:nth-child(3n+4){
    margin-right:0;
}

    .advantages__benefit:hover {
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
        transform: translateY(-8px);
    }

.advantages__benefit--lesspad {
    padding: 11px;
}

.advantages__benefit--scroll {
    display: none;
}

.advantages__benefit-icon {
    min-height: 20px;
    margin-bottom: 10px;
}

.advantages__benefit-text {
    font-size: 15px;
    color: #666;
    line-height: 20px;
    text-align: center;
}


.customer {
    padding: 58px 0;
    /*background: url(../images/backg_earth.jpg) no-repeat center 0px/cover;*/
}

    .customer .custer_list {
        position: relative;
        margin: 50px 0 35px;
        padding: 0;
    }

        .customer .custer_list .custer_row {
            width: 3840px;
            white-space: nowrap;
            position: relative;
            margin-bottom: 5px;
        }

            .customer .custer_list .custer_row .custer_group {
                width: 100%;
                transform: translateX(0);
                animation: slideX_tohundred 60s linear infinite;
                display: inline-block;
            }

                .customer .custer_list .custer_row .custer_group:nth-child(2) {
                    transform: translateX(-100%);
                    animation: slideX_tozero 60s linear infinite;
                    position: absolute;
                    top: 0;
                    left: 0;
                }

            .customer .custer_list .custer_row:nth-child(2) .custer_group {
                animation-duration: 55s;
            }

            .customer .custer_list .custer_row:nth-child(3) .custer_group {
                animation-duration: 60s;
            }

            .customer .custer_list .custer_row:nth-child(4) .custer_group {
                animation-duration: 55s;
            }

            .customer .custer_list .custer_row:nth-child(5) .custer_group {
                animation-duration: 60s;
            }

        .customer .custer_list .custer_item {
            border: 1px solid #e5e5e5;
            border-radius: 10px;
            width: 334px;
            height: 147px;
            margin: 0 25px;
            margin-bottom: 27px;
            box-shadow: 0px 0px 8px rgba(45,101,242,0.1);
            float: left;
            box-sizing: border-box;
            background: #fff;
            padding: 10px 0;
        }

            .customer .custer_list .custer_item img {
                width: 100%;
                height: auto;
            }

            .customer .custer_list .custer_item .logo_backg {
                background: no-repeat center/cover;
                width: 100%;
                height: 100%;
            }

            .customer .btns_group {
                text-align: center;
            }

        .customer .btns_group .btn {
            width: 125px;
            line-height: 36px;
            font-size: 14px;
            border-radius: 2px;
        }

.newsflash {
    position: relative;
    padding: 20px 0 70px;
}

    .newsflash .newsflash_head {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #e0e0e0;
    }

    .newsflash h2 {
        text-align: center;
        font-size: 35px;
        font-weight: bold;
        line-height: 72px;
        color: #333333;
        margin-left: 20px;
    }

    .newsflash .swiper_nav {
        width: 55%;
    }

        .newsflash .swiper_nav ul {
            display: flex;
            justify-content: space-around;
        }

        .newsflash .swiper_nav li {
            padding: 0 10px;
            position: relative;
            margin-top: 21px;
        }

            .newsflash .swiper_nav li.on {
                font-weight: bold;
            }

            .newsflash .swiper_nav li::before {
                position: absolute;
                z-index: 11;
                content: "";
                left: 0;
                right: 0;
                bottom: -1px;
                margin: 0 auto;
                height: 3px;
                width: 0;
                background: #3475f7;
                transition: all 0.3s;
            }

            .newsflash .swiper_nav li.on::before {
                width: 100%;
            }

            .newsflash .swiper_nav li a {
                font-size: 19px;
                display: inline-block;
                line-height: 50px;
            }

    .newsflash .swiper_box {
        display: flex;
        justify-content: space-between;
        padding: 38px 20px 0;
    }

        .newsflash .swiper-container {
            margin: unset;
        }

        .newsflash .swiper_video {
            width: 410px;
        }

            .newsflash .swiper_video li {
                border: 1px solid #e5e5e5;
                box-sizing: border-box;
            }

                .newsflash .swiper_video li .video {
                    height: 200px;
                    position: relative;
                }

                    .newsflash .swiper_video li .video .icoa {
                        position: absolute;
                        z-index: 11;
                        height: 38px;
                        width: 38px;
                        border-radius: 50%;
                        background: url(../images/f15.png) no-repeat center;
                        top: 50%;
                        left: 50%;
                        transform: translate(-50%, -50%);
                    }

                    .newsflash .swiper_video li .video h6 {
                        font-size: 16px;
                        line-height: 1.7;
                        color: #fff;
                        position: absolute;
                        right: 15px;
                        bottom: 10px;
                        z-index: 11;
                    }

                .newsflash .swiper_video li .text {
                    position: relative;
                    height: 90px;
                }

                    .newsflash .swiper_video li .text h4 {
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 50%;
                        z-index: 1;
                        transform: translateY(-50%);
                        -ms-transform: translateY(-50%);
                        -moz-transform: translateY(-50%);
                        -webkit-transform: translateY(-50%);
                        -o-transform: translateY(-50%);
                        background: #fff;
                        color: #333;
                        font-size: 20px;
                        font-weight: bold;
                        padding: 0 24px;
                        transition: all 0.3s;
                        max-height: 70px;
                        line-height: 35px;
                        overflow: hidden;
                        text-align: center;
                        display: block;
                    }

    .newsflash .swiper_info {
        width: 52%;
    }

        .newsflash .swiper_info li.swiper-slide {
            width: 100%;
        }

    .newsflash .infoList li {
        margin-bottom: 10px;
    }

        .newsflash .infoList li:last-child{
            margin-bottom:0;
        }

        .newsflash .infoList li a {
            width: 100%;
            display: flex;
            justify-content: space-between;
            line-height: 20px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
        }

        .newsflash .infoList li h5 {
            font-size: 16px;
            color: #666666;
            overflow: hidden;
            transition: all 0.3s;
            white-space: nowrap;
            text-overflow: ellipsis;
            max-width: 441px;
        }

        .newsflash .infoList li h6 {
            font-size: 14px;
            color: #999999;
            min-width: 78px;
            margin-right: 15px;
        }

        .newsflash .infoList li h6.casesort {
            text-align:right;
        }

    .newsflash .swiper_box li .more {
        display: none;
    }

/*=========ProductInfo.aspx===========*/
        .productban {
            height: 458px;
        }
    .productban .ban_txt {
        width: calc(100% - 640px);
        top: 100px;
        transform: unset;
    }

        .productban .ban_txt h1 {
            line-height:60px;
        }


        .productban .ban_txt .info_points {
            margin-top: 30px;
        }

        .productban .ban_txt .info_points li {
            display: flex;
            margin-bottom: 20px;
        }

            .productban .ban_txt .info_points li i {
                width: 23px;
                height: 15px;
                display: block;
                margin: 9px 10px 0 0;
                flex-shrink: 0;
                background: url(/images/icon_correct_white.png) no-repeat center/cover;
            }

        .productban .ban_txt p {
            font-size: 21px;
            line-height: 30px;
            margin-top: 0;
        }

        .productban .ban_txt .btns_group {
            display: none;
        }

    .productban .topform {
        float: right;
        width: 508px;
        background: rgba(255, 255, 255, 0.8);
        padding: 25px 60px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        margin-top: 70px;
        border-radius: 10px;
    }
        .productban .topform h3 {
            font-size: 26px;
            line-height: 1.7;
            color: #333333;
            margin-bottom:17px;
        }

        .productban .topform .form_input {
            width: 100%;
            height: 40px;
            background: #fff;
            border-radius: 4px;
            font-size: 16px;
            color: #333333;
            border: none;
            padding: 0 12px;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            border-radius: 4px;
        }

        .productban .topform .item-code{
            margin-top:20px;
        }

        .productban .topform .btns_group {
            margin-top: 24px;
        }

            .productban .topform .btns_group input {
                float: left;
                margin-right: 12px;
            }

            .productban .topform .btns_group .btn {
                width: 100px;
                font-size: 14px;
                line-height: 34px;
            }

                .productban .topform .btns_group input:hover {
                    background: #2452ac;
                    color: #b2b2b2;
                    border-color: #2452ac;
                }

                .productban .topform p {
                    margin-top: 38px;
                    font-size: 20px;
                    line-height: 1.7;
                    color: #333333;
                }
            .productban .topform p span {
                color: #3475f7;
                font-weight: bold;
            }

/*=========ActivityInfo.aspx=========*/
.activeban {
    height: 458px;
}
.activeban .ban_txt{
    top:110px;
    transform:unset;
}
    .activeban .ban_txt p {
        font-size: 16px;
        margin-top: 30px;
    }
    .activeban .btns_group{
        margin-top:55px;
    }

/*==========Service.aspx=========*/
.serviceban .ban_txt {
    top: 92px;
    transform: unset;
    width:600px;
}

    .serviceban .ban_txt h1 {
        line-height: 56px;
    }

/*==========Service2.aspx========*/
.axfw2ban {
    height: 380px;
    position: relative;
    margin-bottom: 20px;
}

    .axfw2ban .largeban {
        height: 340px;
    }

    .axfw2ban .ban_txt {
        top: 62px;
        left:50%;
        transform: translateX(-50%);
    }

    .axfw2ban .fwjz li:before {
        content: "";
        display: block;
        width: 100%;
        height: 5px;
        background: #a1b6f6;
    }

    .axfw2ban h1 {
        text-align: center;
    }

    .axfw2ban .fwjz {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
    }

        .axfw2ban .fwjz li {
            position: relative;
            width: calc((100% - 8px)/3);
            margin-right: 3px;
            float: left;
            background: #fff;
            height: 200px;
        }

            .axfw2ban .fwjz li:nth-child(3) {
                margin-right: 0;
            }

            .axfw2ban .fwjz li .text {
                padding: 35px 20px 25px;
                border-bottom: 4px solid rgba(185, 196, 230, 0.36);
            }

                .axfw2ban .fwjz li .text h3 {
                    font-size: 23px;
                    padding-bottom: 15px;
                    margin-bottom: 15px;
                    position: relative;
                }

                    .axfw2ban .fwjz li .text h3::before {
                        content: "";
                        position: absolute;
                        bottom: 0;
                        left: 0;
                        display: block;
                        width: 100px;
                        height: 3px;
                        background: #3475f7;
                    }

                .axfw2ban .fwjz li .text p {
                    font-size: 17px;
                    color: #666666;
                    line-height: 27px;
                }

            .axfw2ban .fwjz li img {
                position: absolute;
                top: 20px;
                right: 20px;
            }

.axfw2zx {
    text-align: center;
    margin-bottom: 80px;
}

    .axfw2zx h2 {
        font-size: 30px;
        font-weight: bold;
    }

    .axfw2zx > p {
        font-size: 17px;
        margin: 35px 0 50px;
        color: #666;
    }

    .axfw2zx ul {
        display: flex;
        justify-content: space-between;
    }

        .axfw2zx ul li {
            width: calc((100% - 75px) / 4);
            height: 250px;
            color: #fff;
            position: relative;
        }

            .axfw2zx ul li .imgmask {
                position: absolute;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                background: rgba(51, 51, 51, 0.5);
                padding: 35px 20px 0;
                transition: all 0.3s;
            }

                .axfw2zx ul li .imgmask:hover {
                    background: rgba(12,89,243,0.75)
                }

                .axfw2zx ul li .imgmask h3 {
                    font-size: 22px;
                }

                .axfw2zx ul li .imgmask > p {
                    font-size: 17px;
                    letter-spacing: 1px;
                    line-height: 25px;
                    margin: 25px 0;
                }

                .axfw2zx ul li .imgmask .bottom {
                    height: 86px;
                    line-height: 86px;
                    position: absolute;
                    bottom: 0;
                    left: 50%;
                    transform: translateX(-50%);
                    white-space: nowrap;
                }

                    .axfw2zx ul li .imgmask .bottom p {
                        font-size: 19px;
                        letter-spacing: 1px;
                    }

                    .axfw2zx ul li .imgmask .bottom button {
                        width: 108px;
                        height: 36px;
                        line-height: 35px;
                        border: none;
                        cursor: pointer;
                        border-radius: 2px;
                        font-size: 12px;
                        color: #fff;
                        background: #3475f7;
                        transition: all 0.3s
                    }

                .axfw2zx ul li .imgmask:hover .bottom button {
                    background: #fff;
                    color: #3475f7;
                }

                .axfw2zx ul li .imgmask .bottom img {
                    width: 70px;
                }

/*==============Partner.aspx================*/
.partnerban .ban_txt p:last-of-type {
    margin-top: 0;
}
.partnerban .btns_group{
    margin-top:52px;
}

/*=============ArticleList.aspx=============*/
.inform_menu {
    background: rgb(238, 238, 238);
    margin-bottom: 20px;
    padding: 19px 0;
}

    .inform_menu ul {
        border-bottom: none;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .inform_menu li {
        font-size: 16px;
        margin: 10px calc((100% - 490px)/14);
        width: auto;
    }
        .inform_menu li:before{
            right:unset;
        }

        .inform_menu li:first-child a{
            padding:0 15px;
        }

        .inform_menu li a {
            font-size: 16px;
            line-height: 2.3;
            transition: all 0.3s;
        }

.articlelist_main .progra{
    margin-bottom:20px;
}

/*=============ArticleInfo.aspx=============*/

.inform_d .btns_group {
    text-align: center;
    margin-top: 40px;
    overflow: visible;
}

    .inform_d .btns_group li {
        display: inline-block;
        position: relative;
    }

    .inform_d .btns_group .btn {
        width: 130px;
        line-height: 40px;
    }


        .inform_d .btns_group .btn span {
            margin-left: 5px;
        }

        .inform_d .btns_group .btn i {
            display: inline-block;
            vertical-align: middle;
            width: 17px;
            height: 17px;
            margin-right: 10px;
        }

            .inform_d .btns_group .btn i.like {
                background: url(/images/icon_like.png) no-repeat center/cover;
            }

            .inform_d .btns_group .btn i.share {
                background: url(/images/icon_share.png) no-repeat center/cover;
            }

        .inform_d .btns_group li .qrcode_box {
            border-radius: 5px;
            position: absolute;
            bottom: 55px;
            left: 0;
            width: 100%;
            box-shadow: 0 4px 6px 2px rgba(0,0,0,0.1);
            background: #fff;
            display: none;
        }

            .inform_d .btns_group li .qrcode_box h4 {
                line-height: 35px;
                font-size: 14px;
                background: #e5e5e5;
                margin-bottom: 15px;
            }

/*        .inform_d .btns_group li .qrcode_box::after {
            content: "";
            display: inline-block;
            border-color: transparent;
            width: 0;
            height: 0;
            border-top: 10px solid #fff;
            border-bottom: 10px solid transparent;
            border-left: 10px solid transparent;
            border-right: 10px solid transparent;
            position: absolute;
            bottom: -18px;
            left: 60px;
        }*/

/*=============ActivityList.aspx============*/
    .activity_menu ul {
        padding-left: 56px;
        justify-content: flex-start;
    }
.activity_menu li {
    width: 92px;
    margin: 0 30px 0 0;
}

    .activity_menu li a {
        line-height: 46px;
        font-size: 16px;
    }

.activity_list {
    margin-top: 36px;
}

.activitylist_main{
    padding-top:30px;
}


/*=============CaseList.aspx============*/
.case_menu {
    margin: 15px 0 15px;
}

/*=============NewsList.aspx============*/

.news_list li {
    height: 196px;
}

    .news_list li .prewimg,
    .news_list li .article_info{
        height: 100%;
    }

.news_list li .article_info {
    padding:10px 18px;
}

    .news_list li .article_info .article_descrip {
        margin-top:10px;
    }

    .news_list li .article_info .article_descrip .iconlabel {
        line-height: 26px;
    }


/*================TvInfo.aspx===============*/

.tvinfo_main .article_aside {
    position: relative;
    top: -32px;
}

/*================PageSearch.aspx==========*/
.searchban .ban_txt p {
    font-size: 26px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.7);
}
.pagesearch_main .article_aside{
    margin-top:25px;
}

/*=============ProductNavi.aspx============*/
.pronavi {
    position: relative;
}

.pronavi a {
    color: #333;
}
.pronavi a:hover{
    color:#3475f7;
}

    .pronavi .pronavi_menu {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        padding: 50px;
        background: #f0f4f8;
    }

    .pronavi .pronavi_menu ul{
        position:relative;
    }

        .pronavi .pronavi_menu ul::before,
        .pronavi .pronavi_menu li::before
        {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            height: 100%;
            width: 2px;
            background-color: #e3e6eb;
            transition:all 0.3s;
        }

        .pronavi .pronavi_menu li::before {
            opacity: 0;
            background-color: #3475f7;
            z-index: 3;
        }

            .pronavi .pronavi_menu ul li {
                position: relative;
                transition:all 0.3s;
            }

        .pronavi .pronavi_menu li.on a {
            color: #3475f7;
        }

        .pronavi .pronavi_menu li.on::before {
            opacity: 1;
        }

        .pronavi .pronavi_menu ul li a {
            line-height: 50px;
            font-size: 18px;
            padding: 0 30px;
        }

    .pronavi .pronavi_main {
        margin-left: 232px;
        padding: 40px;
    }
        .pronavi .pronavi_main dt {
            margin-bottom: 30px;
            font-size: 22px;
            padding-bottom: 10px;
            padding-left: 15px;
            border-bottom: 1px solid #e5e5e5;
            font-weight:bold;
        }

        .pronavi .pronavi_main .main_list {
            display: flex;
            flex-wrap: wrap;
            padding: 0 15px;
            margin-bottom:50px;
        }

            .pronavi .pronavi_main .main_list:last-child{
                margin-bottom:0;
            }


            .pronavi .pronavi_main dd {
                width: 25%;
                margin-bottom: 20px;
            }

            .pronavi .pronavi_main dd a {
                color: #333;
                font-size: 18px;
                line-height: 30px;
                position: relative;
                padding: 0 0 5px 28px;
                display: inline-block;
            }

                .pronavi .pronavi_main dd a::before{
                    content:"";
                    display:block;
                    position:absolute;
                    bottom:0;
                    left:0;
                    width:0;
                    height:2px;
                    background:#3475f7;
                    transition:all 0.3s;
                }


                .pronavi .pronavi_main dd a:hover {
                    color: #3475f7;
                }

                .pronavi .pronavi_main dd a:hover::before {
                    width: 100%;
                }


                .pronavi .pronavi_main dd i {
                    background: url(/images/icon_prod.png) no-repeat center/cover;
                    width: 18px;
                    height: 18px;
                    display: block;
                    position: absolute;
                    top: 8px;
                    left: 0px;
                }

/*=============Model(i).ascx============*/
.prod_model h2 {
    font-size: 35px;
    font-weight: bold;
    line-height: 50px;
    color: #333333;
    text-align: center;
}

.prod_model .title h6 {
    font-size: 18px;
    line-height: 36px;
    color: #666666;
    width: 85%;
}

.prod_model p {
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #666666;
}

.prod_model .btns_group .btn {
    width: 128px;
    font-size: 14px;
    line-height: 38px;
    border-radius: 2px;
}

.prod_model1 {
    padding: 60px 0 100px;
}

    .prod_model1 p {
        margin-top: 36px;
        padding: 0 68px;
        line-height: 36px;
        text-align:center;
    }

    .prod_model1 .btns_group, .prod_model2 .btns_group, .prod_model6 .btns_group, .prod_model7 .btns_group {
        text-align: center;
        margin-top: 45px;
    }

.prod_model2 {
    padding: 54px 0;
}

    .prod_model2 ul {
        margin-top: 43px;
        font-size: 0;
        display: flex;
        justify-content: space-between;
    }

    .prod_model2 li {
        width: calc(25% - 10px);
        text-align: left;
        position: relative;
        top: 0;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        border-radius: 5px;
        padding: 10px 25px 30px;
        box-sizing: border-box;
    }

        .prod_model2 li:hover {
            top: -8px;
            box-shadow: 0 0 13px 2px rgba(0,0,0,0.1);
        }

        .prod_model2 li .title {
            height: 70px;
            overflow: hidden;
            margin: 0 auto;
            display: flex;
            align-items: center;
            border-bottom: 3px solid rgb(244, 244, 244);
        }

            .prod_model2 li .title img {
                display: block;
                width: 38px;
                height: 38px;
                margin-right: 20px;
            }

            .prod_model2 li .title h4 {
                font-weight: bold;
                font-size: 22px;
                line-height: 40px;
                color: #333333;
                word-break: keep-all;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

    .prod_model2 p{
        margin-top:20px;
    }

.prod_model3,
.prod_model14{
    padding: 80px 0;
}

    .prod_model3 .wrap,
    .prod_model14 .wrap
    {
        margin-top: 43px;
        display: flex;
        justify-content: space-between;
    }

        .prod_model3  h2.title_mobile,
        .prod_model14  h2.title_mobile {
            display: none;
        }

        .prod_model3 .img,
        .prod_model14 .img {
            width: 580px;
        }

        .prod_model3 .img img,
        .prod_model14 .img img {
            display: block;
            width: 100%;
        }

    .prod_model3 .txt,
    .prod_model14 .txt {
        width: calc(100% - 640px);
        margin-top: -8px;
    }

    .prod_model3 .txt h2,
    .prod_model14 .txt h2{
        text-align:left;
    }

        .prod_model3 .txt span,
        .prod_model14 .txt span {
            height: 4px;
            display: block;
            margin: 12px 0 22px;
        }

        .prod_model3 .txt .info_point,
        .prod_model14 .txt .info_point {
            display: flex;
            margin-bottom: 20px;
        }

        .prod_model3 .txt i,
        .prod_model14 .txt i {
            width: 23px;
            height: 15px;
            display: block;
            margin: 9px 10px 0 0;
            flex-shrink: 0;
        }

        .prod_model3 .txt p,
        .prod_model14 .txt p {
            color: #333;
        }

        .prod_model3 .txt .btns_group,
        .prod_model14 .txt .btns_group {
            margin: 38px 0 0;
        }

        .prod_model3 .txt .btns_group .btn,
        .prod_model14 .txt .btns_group .btn {
            width: 130px;
            font-size: 14px;
            border-radius: 2px;
        }

.prod_model4 {
    padding: 54px 0 62px;
}

    .prod_model4 ul {
        margin-top: 57px;
    }

    .prod_model4 li {
        float: left;
        margin-right: 28px;
        margin-bottom: 28px;
        width: calc((100% - 84px)/4);
        height: 165px;
        overflow: hidden;
        transition: all 0.2s;
        top: 0;
        position: relative;
    }

        .prod_model4 li:hover {
            top: -6px;
            box-shadow: 0 0 16px 2px rgba(80, 80, 81, 0.7);
    }

        .prod_model4 li:nth-child(4n) {
            margin-right: 0;
        }

.prod_model4 li a {
    position: relative;
    display: block;
    height: 100%;
    width: 100%;
}


        .prod_model4 li .mark {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: rgba(51, 51, 51, 0.75);
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
            transition: all 0.3s;
            -ms-transition: all 0.3s;
            -moz-transition: all 0.3s;
            -webkit-transition: all 0.3s;
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            text-align: center;
            padding: 20px 0 10px;
        }

            .prod_model4 li .mark img{
                margin:0 auto;
            }

            .prod_model4 li .mark h3 {
                font-size: 22px;
                line-height: 1.7;
                color: #fff;
            }

    .prod_model4 .btns_group{
        text-align:center;
    }

    .prod_model4 .btns_group .btn {
        margin: 38px auto 0;
    }

    .prod_model5 {
        padding:40px 0;
    }

        .prod_model5 .wrap {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .prod_model5 .txt {
            width: calc(100% - 150px);
        }

        .prod_model5 .txt h3 {
            font-size: 24px;
            line-height: 1.7;
            color: #fff;
            font-weight: bold;
        }

        .prod_model5 p {
            font-size: 18px;
            line-height: 1.7;
            color: #fff;
            margin-top: 15px;
        }

        .prod_model5 .btns_group {
            height: 42px;
        }

            .prod_model5 .btns_group .btn {
                width: 144px;
                line-height: 36px;
                font-size: 14px;
                color: #FFFFFF;
                border: 1px solid #fff;
                text-align: center;
                border-radius: 4px;
                background: #3475f7;
            }

                .prod_model5 .btns_group .btn:hover {
                    background: #fff;
                    color: #3475f7;
                }

.prod_model6 {
    padding: 67px 0 90px;
}

    .prod_model6 h2,
    .prod_model8 h2,
    .prod_model9 h2 {
        color: #fff;
    }

    .prod_model6 p {
        margin-top: 18px;
        color: #fff;
        padding: 0 60px;
        text-align:center;
    }

    .prod_model6 .points {
        margin-top: 55px;
    }

        .prod_model6 .points ul {
            display: flex;
            justify-content: space-between;
            width: calc(100% - 70px);
            margin: 0 auto;
        }

        .prod_model6 .points li {
            width: 188px;
            display: flex;
        }

            .prod_model6 .points li:first-child {
                margin-left: 20px;
            }

            .prod_model6 .points li h4 span {
                font-size: 50px;
                color: #3475f7;
                font-weight: bold;
            }

            .prod_model6 .points li .descrip {
                padding: 8px;
            }

            .prod_model6 .points li h6 {
                color: #fff;
                font-size: 16px;
                line-height: 25px;
                text-align: left;
            }

.prod_model7 {
    padding: 67px 0 85px;
}

    .prod_model7 p {
        line-height: 34px;
        padding: 0 60px;
        margin-top: 20px;
        text-align:center;
    }

    .prod_model7 img {
        display: block;
        margin:30px auto 0;
    }

    .prod_model7 .imgcontainer{
        position:relative;
    }

    .prod_model7 .imgbox .scrollbar {
        display: none;
    }

.prod_model8 {
    padding: 60px 0 65px;
}

    .prod_model8 ul {
        margin-top: 55px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .prod_model8 li {
            width: calc((100% - 32px)/2);
            margin-bottom: 32px;
            background: #fff;
            border-radius: 10px;
        }

            .prod_model8 li a {
                display: block;
                height: 220px;
                position: relative;
                overflow: hidden;
                box-sizing: border-box;
                background: #fff;
                border-radius: 10px;
            }

                .prod_model8 li a .content_bottom {
                    padding: 30px 35px;
                }

            .prod_model8 li .content_bottom .head {
                display: flex;
                align-items: center;
            }

            .prod_model8 li .content_bottom img {
                width: 45px;
                height: 45px;
                margin-right: 20px;
            }

            .prod_model8 li .content_bottom h3 {
                font-size: 22px;
                font-weight: bold;
                line-height: 30px;
                color: #333;
                padding: 10px 0;
                text-align: center;
            }

            .prod_model8 li .content_bottom .descrip {
                font-size: 16px;
                height: 60px;
                margin-top: 25px;
                line-height: 34px;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 2;
                overflow: hidden;
            }

            .prod_model8 li .content_sub {
                position: absolute;
                left: 0;
                right: 0;
                top: 0;
                bottom: 0;
                background: #3475f7;
                z-index: 99;
                padding: 35px 25px 0;
                transition: all 0.3s;
                -ms-transition: all 0.3s;
                -moz-transition: all 0.3s;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                transform: translateY(100%);
                -ms-transform: translateY(100%);
                -moz-transform: translateY(100%);
                -webkit-transform: translateY(100%);
                -o-transform: translateY(100%);
                border-radius: 9px;
            }

            .prod_model8 li:hover .content_sub {
                transform: translateY(0%);
                -ms-transform: translateY(0%);
                -moz-transform: translateY(0%);
                -webkit-transform: translateY(0%);
                -o-transform: translateY(0%);
            }

                .prod_model8 li .content_sub h4 {
                    display: none;
                }

                .prod_model8 li .content_sub p {
                    font-size: 16px;
                    line-height: 35px;
                    color: #ffffff;
                }

                .prod_model8 .btns_group{
                    margin-top:20px;
                    text-align:center;
                }

.prod_model9 {
    padding: 60px 0 70px;
    overflow: hidden;
}

    .prod_model9 ul {
        margin-top: 55px;
    }

    .prod_model9 li {
        background: #fff;
        overflow: hidden;
        position: relative;
        top: 0;
        float: left;
        width: calc((100% - 60px)/3);
        margin: 0 29px 29px 0;
        border-radius: 6px;
        padding: 25px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

        .prod_model9 li:nth-child(3n){
            margin-right:0;
        }

        .prod_model9 li:hover {
            top: -8px;
            box-shadow: 0 0 10px 1px rgba(255, 255, 255, 0.5);
        }

        .prod_model9 li::before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            opacity: 0.5;
            background: url(../images/mcb4.jpg) no-repeat center/cover;
        }

        .prod_model9 li .text {
            position: relative;
            z-index: 111;
        }

            .prod_model9 li .text h3 {
                font-size: 22px;
                font-weight: bold;
                line-height: 1.7;
                color: #333333;
            }

            .prod_model9 li .text i {
                display: block;
                width: 36px;
                height: 5px;
                background: #3475F7;
                border-radius: 3px;
                margin: 10px 0;
            }

            .prod_model9 li .text p {
                line-height: 25px;
                font-size: 15px;
            }

    .prod_model9 .btns_group {
        text-align: center;
        margin-top: 35px;
    }

.prod_model10 {
    padding: 60px 0 100px;
}

    .prod_model10 .posr {
        margin-top: 53px;
        position: relative;
    }

    .prod_model10 .swiper-keh {
        overflow: hidden;
    }

        .prod_model10 li {
            overflow: hidden;
            background: #f5f5f6;
            height: 336px;
        }

            .prod_model10 li .video {
                float: left;
                width: 50%;
                position: relative;
                text-align: center;
                height: 100%;
            }

                .prod_model10 li .video iframe {
                    height: 100%
                }

            .prod_model10 li .text {
                float: right;
                width: 50%;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                -o-box-sizing: border-box;
                box-sizing: border-box;
                padding: 27px 60px 0;
                position: relative;
            }

                .prod_model10 li .text h6 {
                    line-height: 42px;
                    font-size: 26px;
                    margin-bottom: 20px;
                    font-weight: bold;
                }

                .prod_model10 li .text p {
                    line-height: 26px;
                    color: #333333;
                    padding-bottom: 15px;
                }

    .prod_model10 .posr .prev,
    .prod_model10 .posr .next {
        background: url(../images/mcc1.png) no-repeat left center #e5e5e5;
        width: 40px;
        height: 74px;
        position: absolute;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        left: -72px;
        top: 50%;
        z-index: 111;
        margin-top: -37px;
        cursor: pointer;
    }

    .prod_model10 .posr .next {
        left: auto;
        right: -72px;
        transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
    }


        .prod_model10 .posr .prev:hover,
        .prod_model10 .posr .next:hover {
            background-position: left -40px center;
            background-color: #3475f7;
        }

.prod_model10 .posr .btns_group {
    margin-top: 20px;
    text-align: right;
}

.prod_model11 {
    padding: 60px 0 80px;
}

    .prod_model11 .swiper_box {
        overflow: hidden;
        margin-top: 60px;
    }

    .prod_model11 .swiper_nav {
        float: left;
        width: 145px;
        height: 360px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 37px;
        border-right: 2px solid #e0e0e0;
    }

        .prod_model11 .swiper_nav li {
            margin-bottom: 18px;
            position: relative;
            right: -2px;
            z-index: 11;
        }

            .prod_model11 .swiper_nav li a {
                font-size: 18px;
                line-height: 28px;
                color: #333333;
                display: block;
                border-right: 2px solid rgba(255, 255, 255, 0);
                padding-right: 10px;
            }

                .prod_model11 .swiper_nav li a:hover, .prod_model11 .swiper_nav li.on a {
                    border-color: #3475f7;
                    color: #3475f7;
                }

    .prod_model11 .swiper_body {
        float: right;
        width: calc(100% - 180px);
    }
        .prod_model11 .swiper_body .list_item {
            display: none;
            overflow: hidden;
        }

            .prod_model11 .swiper_body .list_item:first-child {
                display: block;
            }

            .prod_model11 .swiper_body li .img {
                float: right;
                width: calc(100% - 430px);
            }

                .prod_model11 .swiper_body li .img img {
                    display: block;
                    width: 100%;
                }

        .prod_model11 .swiper_body li .imgTips,
        .prod_model12 .swiper_body li .imgTips {
            text-align: center;
            font-size: 14px;
            color: #999;
        }


            .prod_model11 .swiper_body li .text {
                width: 360px;
            }

                .prod_model11 .swiper_body li .text h3 {
                    font-size: 24px;
                    font-weight: bold;
                    line-height: 1.7;
                    color: #333333;
                    padding: 33px 0 14px;
                }

                .prod_model11 .swiper_body li .text p {
                    color: #333333;
                }

        .prod_model11 .swiper_body .info_point,
        .prod_model12 .swiper_body .info_point {
            display: flex;
            margin-bottom:15px;
        }


            .prod_model11 .swiper_body .info_point i,
            .prod_model12 .swiper_body .info_point i {
                background: url(/images/icon_correct.png) no-repeat center/cover;
                width: 23px;
                height: 15px;
                display: block;
                margin: 9px 10px 0 0;
                flex-shrink: 0;
            }

            .prod_model11 .swiper_body .info_point p,
            .prod_model12 .swiper_body .info_point p {
                font-size: 16px;
                line-height: 30px;
                text-align: left;
                color: #333333;
            }

                .prod_model11 .swiper_body li .btns_group {
                    margin-top: 40px;
                    text-align: left;
                }


.prod_model12 {
    padding: 60px 0 95px;
}

    .prod_model12 .title h6{
        margin:40px auto 0;
    }

    .prod_model12 .swiper_nav ul {
        text-align: center;
        margin-top: 45px;
        border-bottom: 3px solid #e0e0e0;
        display: flex;
        justify-content: space-around;
        padding: 0 60px;
    }

        .prod_model12 .swiper_nav li {
            position: relative;
            top: 3px;
        }

            .prod_model12 .swiper_nav li a {
                font-size: 20px;
                color: #333333;
                line-height: 42px;
                display: inline-block;
                padding: 0 40px;
                border-bottom: 4px solid rgba(255, 255, 255, 0);
            }

            .prod_model12 .swiper_nav li.on a, .prod_model12 .swiper_nav li:hover a {
                border-color: #3475f7;
                color: #3475f7;
            }

    .prod_model12 .swiper_body {
        margin-top: 60px;
    }

        .prod_model12 .swiper_body .list_item {
            overflow: hidden;
            display: none;
        }

        .prod_model12 .swiper_body .list_item:first-child {
            display: block;
        }

            .prod_model12 .swiper_body li .img {
                float: right;
                width: 580px;
            }

                .prod_model12 .swiper_body li .text {
                    float: left;
                    width: 440px;
                    margin-left: 112px;
                }

                .prod_model12 .swiper_body li .text h3 {
                    font-size: 24px;
                    font-weight: bold;
                    margin-bottom: 20px;
                    color: #3475f7;
                }

                .prod_model12 .swiper_body li .text > p {
                    margin-bottom: 20px;
                }

                .prod_model12 .swiper_body li .text  p {
                    color: #333333;
                }

        .prod_model12 .swiper_body .info_point {
            margin-bottom: 2px;
        }

        .prod_model12 .swiper_body li .btns_group {
            margin-top: 38px;
        }

        .prod_model13 {
            overflow: hidden;
            padding: 60px 0 50px;
        }

    .prod_model13 .title h6 {
        margin: 40px auto 0;
    }

    .prod_model13 ul {
        overflow: hidden;
        padding: 60px 60px 0;
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
    }

    .prod_model13 li {
        width: 480px;
        margin-bottom: 40px;
    }

        .prod_model13 li .icon {
            float: left;
            width: 90px;
            margin-top: 10px;
            height: 90px;
        }

            .prod_model13 li .icon img {
                width: 100%;
                height: 100%;
                display: block;
            }


        .prod_model13 li .text {
            float: right;
            width: calc(100% - 125px);
        }

            .prod_model13 li .text h3 {
                font-size: 22px;
                font-weight: bold;
                line-height: 42px;
                color: #000000;
            }

                .prod_model13 li .text p {
                    color: #333;
                    height: 100px;
                }

                .prod_model13 .btns_group {
                    text-align:center;
                }

.prod_model14 .wrap {
    flex-direction: row-reverse;
}

.prod_model15 {
    padding: 60px 0 80px;
}

    .prod_model15 ul {
        margin-top: 60px;
        display:flex;
        justify-content:space-between;
    }

    .prod_model15 li {
        position: relative;
        top: 0;
        width: calc((100% - 62px)/4);
        box-shadow: 0 0 5px 0px rgba(80, 80, 81, 0.3);
        background: #fff;
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
    }

        .prod_model15 li:hover,
        .prod_model16 li:hover
        {
            top: -6px;
            box-shadow: 0 0 16px 2px rgba(80, 80, 81, 0.3);
        }

        .prod_model15 li .img {
            height: 180px;
        }

        .prod_model15 li .text {
            padding: 25px 25px 10px;
        }

        .prod_model15 li .text h3 {
            font-size: 18px;
            line-height: 1.7;
            color: #333333;
            margin-bottom: 5px;
            font-weight: bold;
            text-align:center;
        }

        .prod_model15 li .text p {
            font-size: 15px;
            line-height: 28px;
            width: 100%;
            color: #666666;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 5;
            height: 140px;
        }

            .prod_model15 li .text p::before {
                content: "";
                width: 0;
                height: 100%;
                margin-bottom: -28px;
            }

            .prod_model15 li .text p.descrip::before {
                float: right;
            }

            .prod_model15 li .text .btn {
                float: right;
                clear: both;
                color: #3475f7;
            }

            .prod_model15 .btns_group{
                margin-top:55px;
                text-align:center;
            }

.prod_model16 {
    padding: 63px 0 80px;
}

    .prod_model16 ul {
        margin-top: 63px;
    }

    .prod_model16 li {
        float: left;
        width: calc((100% - 92px)/4);
        height: 163px;
        margin-right: 30px;
        margin-bottom: 30px;
        box-shadow: 0 0 5px 0px rgba(80, 80, 81, 0.3);
        transition: all 0.3s;
        -ms-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        position: relative;
        top: 0;
    }

        .prod_model16 li img {
            width: 100%;
            height: 100%;
        }

        .prod_model16 li:nth-child(4n) {
            margin-right:0;
        }

    .prod_model16 .btns_group {
        margin-top: 20px;
        text-align: center;
    }

.prod_model17 {
    overflow: hidden;
    padding: 60px 0 50px;
}

    .prod_model17 .title h2{
        margin-bottom:40px;
    }

    .prod_model17 .title h6 {
        margin: 0 auto 60px;
    }

.prod_model17 ul{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}
    .prod_model17 ul::after{
        content:"";
        display:block;
        width:340px;
        height:0;
    }


    .prod_model17 li {
        width: 340px;
        margin-bottom: 40px;
    }

        .prod_model17 li .icon {
            float: left;
            width: 25px;
            height: 25px;
            margin-top: 15px;
            overflow: hidden;
        }

            .prod_model17 li .icon img {
                width: 100%;
                height: 100%;
                display: block;
            }

        .prod_model17 li .text {
            width: calc(100% - 43px);
            position: relative;
            height: 52px;
            float: right;
        }

            .prod_model17 li .text h3 {
                font-size: 20px;
                position: relative;
                top: 50%;
                left: 0;
                transform: translateY(-50%);
                color:#333;
            }

    .prod_model17 .btns_group {
        margin-top: 40px;
        text-align: center;
    }

.prod_model19 {
    padding: 50px 0 60px;
}

    .prod_model19 .qa_list {
        margin-top: 20px;
    }

        .prod_model19 .qa_list li {
            border-bottom: 1px solid #e5e5e5;
            padding: 30px 0 30px 35px;
            position: relative;
            color:#333;
        }

            .prod_model19 .qa_list li:hover{
                cursor:pointer;
            }

            .prod_model19 .qa_list li i {
                display: inline-block;
                width: 20px;
                height: 20px;
                position: absolute;
                top: 35px;
                left: 0;
                background: url(/images/icon_add.png) no-repeat center/cover;
                transform: rotate(180deg);
                transition: all 0.3s;
            }

            .prod_model19 .qa_list li h3 {
                font-size: 18px;
                font-weight: bold;
                line-height: 30px;
            }

            .prod_model19 .qa_list li p {
                margin-top:15px;
            }

    .prod_model19 .btns_group {
        margin-top: 50px;
        text-align: center;
    }

    .prod_model18 {
        padding: 60px 0;
    }

    .prod_model18 .list_box {
        margin-top: 60px;
    }

        .prod_model18 .menu_list ul {
            display: flex;
            justify-content: space-between;
        }
        .prod_model18 .menu_list.menu_center ul {
            justify-content:center;
        }

        .prod_model18 .menu_list li {
            box-sizing:border-box;
            width: calc(25% - 25px);
            background: #fff;
            border-radius: 8px;
            padding: 40px 25px 0;
            height: 300px;
            transition:all 0.3s;
            position:relative;
        }

        .prod_model18 .menu_list.menu_center li {
            margin: 0 30px;
        }

            .prod_model18 .menu_list li.on {
                background: #3475f7;
            }

            .prod_model18 .menu_list li .icon {
                text-align: center;
                height: 60px;
                position: relative;
                margin-bottom: 10px;
            }

                .prod_model18 .menu_list li .icon img {
                    width: 35px;
                    position: absolute;
                    left: 50%;
                    top: 50%;
                    transform: translate(-50%, -50%);
                }

                .prod_model18 .menu_list li .icon .hoverImg {
                    display:none;
                }

            .prod_model18 .menu_list li.on .icon img {
                display: none;
            }

            .prod_model18 .menu_list li.on .icon .hoverImg {
                display: block;
            }


            .prod_model18 .menu_list li h3 {
                font-size: 22px;
                font-weight: bold;
                text-align: center;
                color: #333;
            }

            .prod_model18 .menu_list li p {
                margin-top: 15px;
                font-size: 15px;
                text-align: center;
                line-height: 28px;
                color: #333;
            }

            .prod_model18 .menu_list li.on h3,
            .prod_model18 .menu_list li.on p {
                color: #fff;
            }

            .prod_model18 .menu_list li::after {
                content: "";
                position: absolute;
                display: block;
                border-top: 30px solid transparent;
                border-bottom: 0 solid #3475f7;
                border-left: 25px solid transparent;
                border-right: 25px solid transparent;
                bottom: -31px;
                left: calc(50% - 25px);
                transition: all 0.3s;
            }

            .prod_model18 .menu_list li.on::after {
                border-bottom-width: 30px;
            }

    .prod_model18 .detail_list {
        background: #3475f7;
        margin-top: 30px;
    }

        .prod_model18 .detail_list > ul > li{
            display:none;
        }

        .prod_model18 .detail_list .detail {
            padding: 45px 0;
            display: flex;
            justify-content: space-between;
        }

        .prod_model18 .detail_list .detailInfo {
            width: 550px;
        }

            .prod_model18 .detail_list .detailInfo h3 {
                line-height: 60px;
                color: #fff;
                font-size: 30px;
                font-weight: bold;
            }

            .prod_model18 .detail_list .detailInfo p {
                color: #fff;
                margin-top: 10px;
                font-size: 17px;
                line-height: 32px;
            }

            .prod_model18 .detail_list .detailInfo .logo_group {
                margin: 55px 0;
            }

                .prod_model18 .detail_list .detailInfo .logo_group img {
                    width: 150px;
                    height: auto;
                    margin-right: 25px;
                }

                    .prod_model18 .detail_list .detailInfo .logo_group img:last-child {
                        margin-right: 0;
                    }

    .prod_model18 .btns_group .btn.plain:hover {
        background: rgb(0, 73, 240);
        border-color: rgb(0, 73, 240);
    }


    .prod_model18 .detail_list .sublist {
        width: 575px;
    }

        .prod_model18 .detail_list .sublist_mobi {
            display:none;
        }

            .prod_model18 .detail_list .sublist ul {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
            }

            .prod_model18 .detail_list .sublist li {
                box-sizing: border-box;
                background: #fff;
                border-radius: 10px;
                padding: 12px 20px;
                margin-bottom: 25px;
                width: 280px;
                height: 105px;
                transition: all 0.3s;
            }

                .prod_model18 .detail_list .sublist li h4 {
                    font-size: 18px;
                    font-weight: bold;
                    color: #333;
                }

                .prod_model18 .detail_list .sublist li p {
                    color: #333;
                    margin-top: 15px;
                    line-height: 20px;
                    font-size: 15px;
                    word-break: break-all;
                }

                .prod_model18 .detail_list .sublist li:hover {
                    background: rgb(0, 73, 240);
                }

                    .prod_model18 .detail_list .sublist li:hover h4,
                    .prod_model18 .detail_list .sublist li:hover p {
                        color:#fff;
                    }

.prod_model20{
    padding:60px 0;
}

    .prod_model20 .swiper_case {
        margin-top: 40px;
        border-radius: 5px;
    }

        .prod_model20 .swiper_case .swiper_item {
            border-radius: 10px;
            box-shadow: 0 1px 8px 0px #e5e5e5;
            display: flex;
            opacity: 0;
            height: 350px;
        }


            .prod_model20 .swiper_case li.swiper-slide-active {
                opacity: 1;
            }

            .prod_model20 .swiper_case li .img {
                width: 350px;
                height: 350px;
                border-radius: 10px;
            }

        .prod_model20 .swiper_case li .text {
            flex-grow: 1;
            padding: 50px;
            color: #333;
            position: relative;
        }

                .prod_model20 .swiper_case li .text h3 {
                    font-weight: bold;
                    font-size: 24px;
                }

                .prod_model20 .swiper_case li .text .descript {
                    margin-top: 25px;
                }

                .prod_model20 .swiper_case li .text .infoPoints {
                    display: flex;
                    width: 65%;
                    justify-content: space-between;
                    position: absolute;
                    bottom: 60px;
                }

                    .prod_model20 .swiper_case li .text .infoPoints .num {
                        font-size: 30px;
                        color:#3475f7;
                    }

        .prod_model20 .swiper_case .swiper-footer-pc {
            margin-top: 40px;
        }

        .prod_model20 .caselist {
            margin-top: 30px;
        }

    .prod_model20 .caselist_mobi {
        display:none;
    }


        .prod_model20 .caselist li {
            position:relative;
        }

            .prod_model20 .caselist li img {
                width: auto;
                height: auto;
            }

            .prod_model20 .caselist li img:first-child {
                transform: translateX(0);
                animation: slideX_tohundred 120s linear infinite;
                display: inline-block;
            }

            .prod_model20 .caselist li.reverse img:first-child {
                /*                transform: translateX(0);
                animation-name: slideX_tohundred2;*/
                animation-duration:90s;
            }

            .prod_model20 .caselist li img:last-child {
                transform: translateX(-100%);
                animation: slideX_tozero 120s linear infinite;
                position: absolute;
                top: 0;
                left: 0;
            }
/**/
            .prod_model20 .caselist li.reverse img:last-child {
                /*                transform: translateX(100%);
                animation-name: slideX_tozero2;*/
                animation-duration: 90s;
            }

    .prod_model20 .btns_group {
        text-align: center;
        margin-top: 35px;
    }

.prod_model21 {
    padding: 60px 0;
}

.prod_model21 .swiper_nav ul {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0;
}


    .prod_model21 .swiper_nav li {
        line-height: 30px;
        padding: 0;
        position: relative;
        margin: 6px 0;
        padding: 0 20px;
        min-width: 140px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .prod_model21 .swiper_nav li a {
            font-size: 20px;
            text-align: center;
            color: #999;
            transition: all 0.5s;
        }

    .prod_model21 .swiper_nav li.on a{
        color: #333;
    }

        .prod_model21 .swiper_nav li::after {
            content: "";
            width: 2px;
            height: 21px;
            position: absolute;
            right: -1px;
            top: 50%;
            transform: translateY(-50%);
            background: #999;
        }

    .prod_model21 .swiper_nav li:last-child::after {
        content: unset;
    }

    .prod_model21 .swiper_body li{
        text-align:center;
        padding:20px 15px;
        box-shadow:0px 0px 10px 0px rgba(32,63,153,15%);
        transition:opacity 0.5s;
        opacity:0;
        pointer-events:none;
    }

    .prod_model21 .swiper_body li.active {
        opacity: 1;
        pointer-events: auto;
    }

    .prod_model21 .swiper_body p{
        text-align: center;
        margin-bottom: 15px;
    }

    .prod_model21 .swiper_body img {
        width: 100%;
    }

    .prod_model21 .swiper_body li h3 {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.7;
        color: #333333;
        margin-bottom: 15px;
    }

    .prod_model21 .swiper_body .btns_group {
        text-align: center;
        margin-top: 30px;
    }
    .prod_model21 .swiper_body .mobiImg {
        display:none;
    }












