@charset "utf-8";


@font-face {
    font-family: 'FOHTX';
    font-family: 'FOHTX';
    src: url('../font/SourceHanSansCN-Regular_1.otf');
    src: local('apple Regular'), local('apple'), url('../font/SourceHanSansCN-Regular_1.otf') format('woff'), url('../font/SourceHanSansCN-Regular_1.otf') format('truetype'), url('../font/SourceHanSansCN-Regular_1.otf') format('svg');
}

@font-face {
    font-family: 'FOHTB';
    src: url('../font/SourceHanSansCN-Bold_1.otf');
    src: local('apple Regular'), local('apple'), url('../font/SourceHanSansCN-Bold_1.otf') format('woff'), url('../font/SourceHanSansCN-Bold_1.otf') format('truetype'), url('../font/SourceHanSansCN-Bold_1.otf') format('svg');
}

body {
    font-family: "FOHTX","思源黑体","微软雅黑", "Arial";
    font-size: 16px;
    margin: 0px auto;
    padding: 0px;
    color: #333;
    position: relative;
    padding-top: 100px;
}

.page1 {
    padding-top: 0px;
}

a {
    color: #333;
    text-decoration: none;
}

    a:hover {
        color: #4c266d;
        transition: all 300ms ease-in;
    }

img {
    border: 0px;
    margin: 0px;
    padding: 0px;
    max-width: 100%;
    object-fit: cover;
}

ul, li, p, form, input, form, h1, h2, h3 {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
    height: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block;
}

.hidden, .p_menu {
    display: none;
}

.m40 {
    padding: 80px 0px;
}

input, textarea {
    outline: none; /*去掉选中边框*/
    background: none;
    　　　　outline: none;
    　　　　appearance: none;
    　　　　-moz-appearance: none;
    　　　　-webkit-appearance: none;
    border: 0px;
    padding: 0px;
}

.w100 {
    width: 80%;
    margin: 0px auto;
}

.jbblue {
    background: linear-gradient(to right,#4c266d,#0f366b)
}

.header {
    width: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 11;
    font-size: 16px;
    background: rgba(0,0,0,0.25);
    transition: all 900ms ease-in;
}

.header2 {
    background: #fff;
    box-shadow: 0px 0px 10px #e3e3e3;
    z-index: 99;
}

.header .w100 {
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    color: #fff;
    height: 100px;
}

.logo {
    display: flex
}

.menu {
    display: flex;
}

    .menu ul {
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
    }

    .menu li {
        padding: 0px 20px;
    }

        .menu li:last-child {
            padding-right: 0px
        }

        .menu li a {
            color: #fff;
            display: block;
            padding: 0px 20px;
            line-height: 32px;
            color: #fff;
        }

.header2 .menu li a {
    color: #333;
}

.menu li a.aa:hover, .page1 a.a_1, .page2 a.a_2, .page3 a.a_3, .page4 a.a_4, .page5 a.a_5 {
    background: linear-gradient(to right,#4c266d,#0f366b);
    border-radius: 15px;
    color: #fff;
    transition: all 300ms ease-in;
}

.header2 .menu li a.aa:hover, .page1 .header2 a.a_1, .page2 .header2 a.a_2, .page3 .header2 a.a_3, .page4 .header2 a.a_4, .page5 .header2 a.a_5 {
    color: #fff;
}




.header2 .logo1, .header2 .cn_img, .header2 .se_img {
    display: none;
}

.menu li a.a_cn {
    border: solid 1px #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 0px 30px;
}

    .menu li a.a_cn img {
        padding-right: 5px
    }

.header2 .menu li a.a_cn {
    border: solid 1px #e3e3e3;
}

.menu li a.a_cn:hover {
    border: solid 1px #4b266d;
    color: #fff;
    background: #4b266d;
    transition: all 300ms ease-in;
}

.header .h2_show {
    display: none;
}

.header2 .h2_show {
    display: block;
}

.menu li a.a_cn:hover .h2_show {
    display: none;
}

.menu li a.a_cn:hover .cn_img {
    display: block;
}

.header_show {
    background: #fff url("../images/menu_bg.png") no-repeat center top;
    padding: 60px 0px;
    position: fixed;
    left: 0px;
    top: 100px;
    width: 100%;
    display: none;
    z-index: 98;
    border-bottom: solid 1px #e3e3e3;
}

    .header_show .w100 {
        display: flex;
        align-content: center;
        justify-content: space-between;
        align-items: center;
        color: #333;
    }

.hs1 {
    font-size: 36px;
    font-family: "FOHTB";
}

.hs2 {
    width: 55%
}

    .hs2 li {
        display: none
    }

.snav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

    .snav a {
        width: 45%;
        height: 45px;
        line-height: 45px;
        overflow: hidden;
        padding-right: 15px;
        border: solid 1px #e3e3e3;
        border-radius: 25px;
        margin: 5px 0px;
        background: #fff;
        color: #666;
    }

        .snav a:hover {
            background: linear-gradient(to right,#4c266d,#0f366b);
            color: #fff;
            transition: all 900ms ease-in;
        }

.sn1 {
    width: 22px;
}

.snav span {
    display: inline-block;
    margin: 10px 10px 0px 30px;
    float: left;
}

.sn2 {
    width: 22px;
    display: none;
}

.snav a:hover .sn2 {
    display: block;
}

.snav a:hover .sn1 {
    display: none;
}

.menu {
    position: relative;
}

.s_box {
    position: absolute;
    right: 0px;
    top: 50px;
    width: 500px;
    height: 200px;
    display: none
}

.s_box1 {
    background: #5d3a7b;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    font-size: 18px;
}

    .s_box1 span {
        width: 6em;
        display: inline-block;
        cursor: pointer
    }

.s_box2 {
    background: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 50px;
}

.t1 {
    background: #fff;
    border: solid 1px #e3e3e3;
    border-radius: 25px;
    height: 50px;
    width: 100%;
    text-indent: 2em;
    margin-bottom: 10px;
    font-size: 14px;
    font-family: "微软雅黑"
}

.btn1 {
    height: 50px;
    border-radius: 25px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    width: 150px;
    margin: 0px auto;
    display: block;
    line-height: 50px;
    margin-top: 10px;
}

a.btn1:hover {
    color: #fff
}

.sb21 {
    display: none;
}

.sb11 {
    font-weight: bold;
}

.ip_img:hover {
    opacity: 0.8
}




.banner {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.i_pro {
    background: url("../images/p_bg.png") no-repeat center top;
    padding: 100px 0px;
}

.title h1 {
    font-size: 40px;
    color: #0f366b;
    font-family: Arial;
    letter-spacing: -1px;
    margin: 0px 0px 5px 0px;
}

.title h2 {
    display: flex;
    flex-direction: row;
    align-items: center;
}

    .title h2 span {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 2px;
        border-bottom: solid 2px #333;
    }

    .title h2 img {
        margin-left: 10px;
    }

    .title h2 a:hover {
        opacity: 0.8
    }

.ip1 {
    width: 17%;
}

    .ip1 li {
        padding-top: 60px;
        font-size: 21px;
        height: 70px;
        line-height: 24px;
        cursor: pointer;
    }

        .ip1 li p {
            font-family: Arial;
            color: #666;
            font-size: 14px;
        }

.ip_ico {
    height: 2px;
    background: #4c266d;
    width: 100%;
    position: relative;
    margin-right: 21px;
    display: none;
}

    .ip_ico img {
        position: absolute;
        right: -21px;
        top: -10px;
        width: 21px;
    }

.ip1 li.ip1_hover {
    color: #4c266d;
    font-size: 30px;
    font-weight: bold;
    line-height: 30px;
}

    .ip1 li.ip1_hover .ip_ico {
        display: block;
        animation: fadeIn 300ms ease-in;
    }

    .ip1 li.ip1_hover p {
        font-size: 16px;
        font-weight: normal;
    }

.ip_change {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.ip2 {
    width: 80%;
}

.ip21 {
    display: none
}

.ip22 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    width: 100%
}

.ip_img {
    width: 60%;
    animation: fadeIn 800ms ease-in;
}

.ip21_con {
    width: 35%;
    animation: fadeIn 600ms ease-in;
}

    .ip21_con h1 {
        font-size: 30px;
    }

.ip_tj {
    margin: 20px 0px 30px 0px;
}

    .ip_tj a {
        background: url("../images/ico1.png") no-repeat left center;
        padding: 0px 0px 0px 15px;
        color: #666;
        display: block;
        line-height: 30px;
    }

        .ip_tj a:hover {
            color: #4c266d;
            text-decoration: underline
        }

a.more {
    border-top: solid 2px #666;
    border-bottom: solid 2px #666;
    line-height: 50px;
    width: 170px;
    color: #666;
    background: url("../images/p_right.png") no-repeat right center;
    display: block
}

    a.more:hover {
        color: #4c266d;
        background: url("../images/p_right2.png") no-repeat right center;
    }

.i_ab {
    background: url("../images/a_bg.png") no-repeat right bottom;
    padding: 100px 0px 120px 0px;
    background-size: 70%
}

.i_ser {
    background: #f0f8fd;
}

.ia1 {
    color: #000;
    line-height: 60px;
    font-size: 36px;
    font-weight: bold;
    width: 35%;
    font-family: "FONTB"
}

.i_ab .w100 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: space-between;
    align-items: center;
}

.ia2 {
    width: 50%;
    color: #666;
    line-height: 60px;
}

    .ia2 ul {
        display: flex;
        flex-direction: row;
        justify-content: center;
    }

    .ia2 li {
        width: 33%;
        position: relative;
    }

        .ia2 li b {
            font-size: 60px;
            font-family: Arial;
            color: #000;
            display: flex;
            align-items: center;
        }

            .ia2 li b span {
                font-size: 30px;
                position: absolute;
                left: 6em;
                top: 0px;
                line-height: 20px;
            }


.i_ser {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.is_left {
    width: 20vw;
    padding: 150px 0px 150px 10vw;
    background: #0f366b url("../images/s_bg.png") no-repeat right bottom;
}

.title2 {
    color: #fff;
}

    .title2 h1 {
        color: #fff;
    }

    .title2 h2 span {
        border-bottom: solid 2px #fff;
    }

.is_right {
    width: 55vw;
    padding-right: 10vw;
}

.is_left ul {
    padding-top: 50px;
}

.is_left li {
    height: 70px;
    line-height: 70px;
    margin: 40px 0px;
    position: relative;
}

    .is_left li a {
        color: #fff;
        display: block;
        text-indent: 110px;
    }

        .is_left li a:hover, .is_left li.if_hover a {
            background: #f0f8fd;
            border-radius: 35px 0px 0px 35px;
            color: #4c266d;
            font-weight: bold;
        }

.if_ico {
    position: absolute;
    left: -110px;
    top: 0px;
    height: 70px;
    text-align: center;
    padding: 0px 30px;
    display: flex;
    align-items: center;
}

.if_1 {
    font-size: 28px;
    font-family: Arial;
    font-weight: bold;
    width: 100%
}

.if_2 {
    display: none;
    width: 36px;
}

.is_left li.if_hover a .if_1 {
    display: none;
}

.is_left li.if_hover a .if_2 {
    display: block;
    animation: fadeInLeft 300ms ease-in;
}

.is_img {
    width: 65%;
    text-align: center;
}

.is_1 {
    display: none;
}

.is1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
}

.is_img img {
    border-radius: 100%;
    border: solid 10px #fff;
    width: 70%
}

.is_con {
    width: 32%;
    animation: fadeIn 800ms ease-in;
}

    .is_con p {
        color: #666;
        margin: 40px 0px 80px 0px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 4;
        overflow: hidden;
        line-height: 30px;
    }

    .is_con h1 {
        color: #4c266d;
        font-size: 52px;
        font-family: Arial;
        font-weight: bold;
        position: relative;
    }

.is_ico {
    position: absolute;
    right: 0px;
    top: -20px;
}

.is_con h2 {
    color: #4c266d;
    font-size: 24px;
    font-weight: bold;
}

.i_hon {
    padding: 100px 0px;
    background: url("../images/ih_bg.png") no-repeat center top;
}

    .i_hon .w100 {
        position: relative;
    }

    .i_hon .title {
        position: absolute;
        left: 0px;
        top: 0px;
        z-index: 3;
    }

.ih {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
    align-items: center;
    position: relative;
}

.line {
    position: absolute;
    right: 0px;
    width: calc(100% - 100px);
    height: 2px;
    background: #4c266d;
    bottom: 30px;
    z-index: -1
}

.ih_1 {
    width: 60%;
}

.ih_2 {
    width: 28%;
}

    .ih_2 img {
        border: solid 1px #4c266d;
        border: solid 10px #4c266d;
        width: 100%;
        box-sizing: border-box;
    }

.ih_1 h1 {
    font-size: 24px;
    color: #000;
}

.ih_1 p {
    margin: 20px 0px 50px 0px;
    width: 60%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 30px;
}

.ih_1 {
    color: #666;
}

.ih a:hover {
    text-decoration: underline;
}

.i_hon .swiper-button-next, .i_hon .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 15px;
    width: 31px;
    height: 30px;
    margin-top: -15px;
    z-index: 10;
    cursor: pointer;
}

.i_hon .swiper-button-next, .i_hon .swiper-container-rtl .swiper-button-prev {
    background: url("../images/right.png") no-repeat left top;
    right: auto;
    left: 40px;
}

.i_hon .swiper-button-prev, .i_hon .swiper-container-rtl .swiper-button-next {
    background: url("../images/left.png") no-repeat left top;
    left: 0px;
    right: auto;
}

    .i_hon .swiper-button-next:hover, .i_hon .swiper-button-prev:hover {
        opacity: 0.7
    }

.i_new {
    background: #f5f9fb url("../images/n_bg.jpg") no-repeat left top;
    padding: 100px 0px;
}

    .i_new .w100 {
        position: relative;
    }

    .i_new a.more {
        position: absolute;
        right: 0px;
        top: 20px;
    }

.in ul {
    display: flex;
    flex-direction: row;
}

.in li {
    width: 32%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #d4d4d4;
}

    .in li:nth-child(2) {
        margin: 0px 2%;
    }

.n_img img {
    border-radius: 10px 10px 0px 0px;
}

.nc {
    padding: 40px 30px;
    position: relative;
}

.n1 {
    font-size: 17px;
    height: 30px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.n2 {
    font-size: 14px;
    line-height: 20px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 5px 0px 20px 0px;
    height: 40px;
}

.n3 {
    color: #999;
    font-size: 12px;
}

.n4 {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 30px;
    display: none;
}

.in li a:hover .n1 {
    font-weight: bold;
}

.in li a:hover .n4 {
    display: block;
    animation: zoomIn 300ms ease-in;
}


.in li a:hover .n_img img {
    opacity: 0.8;
}

.i_new .swiper-container {
    padding: 50px 0px 100px 0px;
}


.i_new .swiper-button-next, .i_new .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 0px;
    width: 45px;
    height: 45px;
    z-index: 10;
    cursor: pointer;
}

.i_new .swiper-button-next, .i_new .swiper-container-rtl .swiper-button-prev {
    background: #e5e5e5 url("../images/p_right.png") no-repeat center center;
    right: 50%;
    left: auto;
    margin-right: -100px
}

.i_new .swiper-button-prev, .i_new .swiper-container-rtl .swiper-button-next {
    background: #e5e5e5 url("../images/p_left.png") no-repeat center center;
    left: 50%;
    right: auto;
    margin-left: -100px;
}

.i_new .swiper-button-next:hover {
    background: #4c266d url("../images/p_right1.png") no-repeat center center;
}

.i_new .swiper-button-prev:hover {
    background: #4c266d url("../images/p_left1.png") no-repeat center center;
}

a.kj {
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -45px;
    width: 90px;
    height: 45px;
    background: #0f366b url("../images/zz.png") no-repeat center center;
    cursor: pointer;
}

    a.kj:hover {
        background: #4c266d url("../images/zz.png") no-repeat center center;
    }

.footer {
    background: #f5f5f5 url("../images/bot_bg.png") no-repeat 85% center;
}

.f_line {
    height: 4px;
}

.foot {
    padding: 70px 0px;
}

.f1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.b_logo {
    width: 130px;
}

.ma_box {
    position: absolute;
    left: 0px;
    top: 70px;
    width: 110px;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    border: solid 2px #0f366b;
}

.ma_ico {
    position: absolute;
    left: 50%;
    margin-left: -11px;
    top: -12px;
}

.ma_box p {
    color: #666;
    text-align: center;
    font-size: 14px;
    margin: 5px 0px 0px 0px
}

.f_l {
    background: #e3e3e3;
    height: 1px;
    flex: 1;
    margin: 0px 20px;
}

.tel {
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    color: #4c266d;
}

    .tel img {
        margin: 0px 10px 0px 0px;
    }

.fm {
    padding: 50px 0px;
    text-align: center;
}

    .fm a {
        margin: 0px 50px;
    }

        .fm a:hover {
            text-decoration: underline;
        }

.f_ico {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

    .f_ico a {
        width: 40px;
        height: 40px;
        background: #0f366b;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        margin: 0px 10px;
        position: relative;
    }

        .f_ico a:hover {
            background: #4c266d;
        }

.copy {
    font-size: 14px;
    text-align: center;
    margin-top: 50px;
}

.fs {
    width: 100px;
    height: 100px;
    position: absolute;
    left: -30px;
    top: -110px;
    display: none;
}

    .fs img {
        border: solid 2px #4c266d;
        border-radius: 5px;
    }

.f_ico a:hover .fs {
    display: block;
}

.back {
    background: #4c266d;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    position: fixed;
    right: 20px;
    bottom: 10vh;
    z-index: 5;
    display: none;
}

    .back div {
        display: flex;
        justify-content: center;
        align-items: center;
        align-content: center;
        height: 100%;
        cursor: pointer;
    }

    .back:hover {
        background: #164d8f;
    }

.n_banner .w100 {
    height: 100%;
    position: relative;
}

.n_banner .img100 {
    width: 100%
}

.p_cate {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    z-index: 10;
}

.pc1 {
    width: 25%;
    margin: 0px 2%;
    position: relative;
}

.pc1_show {
    position: absolute;
    left: 0px;
    top: 80px;
    background: #fff;
    border: solid 3px #5d3a7b;
    border-top: 0px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    box-sizing: border-box;
    z-index: 99;
    display: none;
    box-shadow: 0px 10px 10px #ccc;
}

    .pc1_show ul {
        width: 80%;
        padding: 50px 0px 70px 0px;
        margin: 0px auto;
    }

    .pc1_show li {
        height: 50px;
        line-height: 50px;
        overflow: hidden;
        background: url("../images/pb_line.jpg") no-repeat left bottom;
        overflow: hidden;
    }

        .pc1_show li a {
            display: flex;
            flex-direction: row;
            width: 100%;
            height: 100%;
        }

.pcs_h {
    background: url("../images/ico1.png") no-repeat left center;
    width: 20px;
    height: 100%
}

.pc1_show li a:hover .pcs_h, .pcs_h2 {
    font-weight: bold;
    border-left: solid 10px #5d3a7b;
    width: 10px;
    background: none;
}

/*.pc1:hover .pc1_show{display: block; animation:fadeInLeft 300ms ease-in;}*/
.pc_b a {
    width: 100%;
    height: 80px;
    background: #0f366b;
    font-size: 26px;
    font-weight: bold;
    border-radius: 5px 70px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}

.p_ico {
    margin-right: 15px;
}

.pc_b a:hover, .pc_d a {
    background: #5d3a7b;
    border-radius: 5px 5px 0px 0px;
}

.p_j {
    background: #5d3a7b;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -10px;
    display: none;
    z-index: 11;
}

.pc_b:hover .p_j, .pc_d .p_j {
    display: block;
    animation: all 900ms ease-in;
}

.p_sec ul {
}

.content {
    background: url("../images/c_bg.jpg") no-repeat right bottom;
    padding: 70px 0px;
}

.p_sec li {
    width: 25%;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    text-align: center;
}

    .p_sec li:nth-child(5):after {
        float: none;
    }

    .p_sec li:first-child {
        width: 50%;
    }

.psc {
    width: 100%;
    height: calc(20vw - 20px);
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    position: relative;
    background: #fff;
}

.pc_bg {
    background: rgba(93,58,123,0.9);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 5px;
    display: none;
}

.pj_ico {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.p1_img {
    border-radius: 5px;
    width: 100%;
}

    .p1_img:hover {
        opacity: 0.8;
        cursor: pointer;
    }

.p1_img2 {
    width: 60%;
}

.pscn {
    line-height: 24px;
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80%;
}

.psc:hover .pscn span, .psc:hover .pj_ico {
    display: none;
}

.psc:hover .pc_bg {
    display: block;
    animation: zoomIn 300ms ease-in;
}

.pc_bgs {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

    .pc_bgs h1 {
        font-size: 18px;
        color: #fff;
        width: 80%
    }

.p_logo {
    margin: 30px 0px 0px 0px;
}

.p_logo1 {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.pnone {
    background: #ddd;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0px;
    bottom: 0px;
    border-radius: 10px 0px 5px 0px;
    color: #606060l;
    font-size: 14px;
    width: 7em;
    text-align: center;
}

.pc_none .psc:hover .pscn span {
    display: block;
}

.pl_n {
    border-bottom: solid 1px #c6c6c6;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 20px;
}

    .pl_n img {
        padding: 0px 20px;
    }

.p_list {
    margin: 50px 0px;
}

    .p_list ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        flex: 4;
        justify-content: flex-start;
    }

    .p_list li {
        width: 23%;
        margin: 0.8vw 1%;
        background: #fff;
        box-shadow: 0px 0px 10px #ccc;
        border-radius: 5px;
        align-items: center;
        padding-bottom: 30px;
        box-sizing: border-box;
    }

.pl_img {
    width: 100%;
    border-radius: 5px;
}

.p_list li a {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-content: center;
    align-items: center;
}

.pln {
    margin: 20px 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
}

.plm {
    height: 40px;
}

.plmf {
    width: 8em;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border-radius: 20px;
    text-align: center;
    display: none;
}

.p_list li:hover {
}

.p_list li a:hover .plmf {
    display: block;
}

.p_list li a:hover .pl_ico {
    display: none;
}

.p_list li:hover .pln {
    font-weight: bold;
}

.p_list li:hover img {
    opacity: 0.8
}

.pager ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.pager li {
    height: 50px;
    line-height: 50px;
    margin: 0px 10px;
}

    /*.pager li:first-child a, .pager li:last-child a {
        width: 120px;
    }*/


    .pager li a {
        background: #e4e4e4;
        text-align: center;
        border-radius: 25px;
        display: block;
        width: 50px;
        height: 50px;
    }

        .pager li.active a, .pager li a:hover {
            border-radius: 25px;
            background: linear-gradient(to right,#4c266d,#0f366b);
            color: #fff;
        }


    .pager li.PagedList-skipToPrevious a, .pager li.PagedList-skipToNext a {
        width: 6em;
    }


.pd {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: stretch;
}

.pd1 {
    width: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    padding: 50px 0px;
}

.pd_big {
    width: 70%;
}

    .pd_big li {
        display: none
    }

        .pd_big li.pbig {
            display: block;
        }

        .pd_big li img {
            width: 100%
        }

.pd_sm {
    width: 100%;
    margin: 0px auto;
}

    .pd_sm ul {
        width: 90%;
        margin: 0px auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-content: center;
    }

    .pd_sm li {
        width: 15%;
        border: solid 1px #e3e3e3;
        padding: 1px;
        margin: 0px 1%;
        cursor: pointer;
    }

        .pd_sm li.on {
            border: solid 2px #4c266d;
            padding: 0px;
        }


.pd2 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
}

.pd20 {
    border-bottom: solid 1px #e3e3e3;
    height: 18px;
    position: relative;
}

    .pd20 img {
        position: absolute;
        width: 36px;
        height: 36px;
        padding: 0px 14px 0px 0px;
        background: #fff;
        position: absolute;
        left: 0px;
    }

.pd21 {
    font-size: 24px;
    font-weight: bold;
    padding: 30px 50px;
}

.pd22 {
    line-height: 24px;
    padding: 0px 50px 30px 50px;
}

    .pd22 p {
        margin: 6px 0px;
    }

.pd23 {
    border: solid 1px #e3e3e3;
    border-radius: 10px;
    background: url("../images/price_bg.jpg") no-repeat right bottom;
}

.price {
    background: #e8e8e8;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    z-index: 0;
}

.ppr1 {
    width: 100%;
    height: 100%;
    position: relative;
}

.price img {
    margin-right: 10px;
}

.price b {
    font-size: 48px;
    color: #4c266d;
    font-weight: bold;
    font-family: Arial;
}

.price span {
    color: #4f4f4f;
    font-weight: normal;
    position: absolute;
    right: 20px;
    top: 0px;
}

.pr_ch {
    padding: 40px;
}

.pz {
    width: 7em;
    background: #e8e8e8;
    height: 34px;
    border-radius: 17px;
    line-height: 34px;
    margin: 0px auto 30px auto;
    text-align: center;
}

.gz_list ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gz_list li {
    width: 49%;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px;
}

.g_p {
    min-height: 30px;
    line-height: 30px;
    padding: 15px 20px;
    box-sizing: border-box;
    border: solid 1px #e3e3e3;
    display: flex;
    justify-content: space-between;
}

.r_p {
    padding-left: 15px;
}

.zt {
    font-size: 14px;
    display: none;
}

.gz_list li.gzd .g_p {
    border: solid 1px #4c266d;
    color: #4c266d;
}

.gz_list li.gzd .zt {
    color: #4c266d;
    display: block;
}

.pd3 {
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 10px;
    margin: 50px 0px;
}

.pd31 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    background: #4c266d;
    color: #fff;
    padding: 20px 0px;
    border-radius: 10px;
    flex-wrap: wrap;
}

    .pd31 span {
        font-size: 14px;
        margin: 0px 15px;
    }

.pd31_1 {
    padding: 0px 20px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
}

    .pd31_1:hover, .pd31_d {
        background: #fff;
        color: #4c266d;
        border-radius: 20px;
    }

.pd32 {
    padding: 70px;
    line-height: 30px;
}

.pd32_1 {
    display: none;
}

.pd4 h1 {
    background: #4c266d;
    line-height: 80px;
    height: 80px;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    font-size: 20px;
}

.pd4 .p_list {
    margin: 20px 0px 0px 0px;
}

.r_float {
    width: 5em;
    padding: 0px 15px;
    background: #4c266d;
    border-radius: 20px 0px 0px 20px;
    position: fixed;
    right: 0px;
    top: 50%;
    margin-top: -100px;
}

    .r_float a {
        text-align: center;
        line-height: 20px;
        font-size: 14px;
        color: #fff;
        display: block;
        padding: 20px 0px;
    }

    .r_float img {
        display: block;
        margin: 0px auto 5px auto;
    }

    .r_float a:first-child {
        border-bottom: solid 1px #fff;
    }

.bg {
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 13;
    display: none;
}

.free-box {
    width: 80vw;
    height: 100%;
    position: fixed;
    left: 10vw;
    top: 0px;
    z-index: 14;
    display: none;
}

.free_1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    justify-content: center;
}

.free_2 {
    background: #fff;
    border-radius: 20px 20px 10px 10px;
}

    .free_2 h1 {
        background: #4c266d;
        line-height: 80px;
        height: 80px;
        text-align: center;
        color: #fff;
        border-radius: 10px;
        font-size: 20px;
        position: relative;
    }

.close_1 {
    position: absolute;
    right: 30px;
    top: 20px;
    cursor: pointer;
}

.f_box {
    padding: 70px;
}

    .f_box ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .f_box li {
        width: 48%;
        margin-top: 10px;
        line-height: 50px;
    }

.t2 {
    border-radius: 0px;
}

.tj {
    width: 200px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    border-radius: 30px;
    cursor: pointer;
}

.tec {
    display: flex;
    flex-direction: row;
}

.t_left {
    width: 350px;
    margin-top: -150px;
}

.tl {
    border-radius: 10px 10px 5px 5px;
    border: solid 3px #5d3a7b;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc
}

.t_left h1 {
    height: 80px;
    line-height: 80px;
    font-size: 24px;
    color: #fff;
    border-radius: 5px 5px 0px 0px;
    background: #5d3a7b;
    text-align: center;
    position: relative;
}

.t_left ul {
    padding: 30px;
}

.t_left li {
    border-bottom: solid 1px #e3e3e3;
}

    .t_left li a {
        height: 60px;
        line-height: 60px;
        display: block;
        text-indent: 1em;
    }

        .t_left li a:hover, .t_left li a.t_d {
            background: #5d3a7b url("../images/p_right1.png") no-repeat 90% center;
            color: #fff;
        }

    .t_left li:last-child {
        border: 0px;
    }

.t_right {
    width: auto;
    margin-left: 60px;
    flex: 1;
}

.tr1 {
    line-height: 30px;
    padding: 60px 0px 0px 0px;
}

.coa {
    width: 100%;
    height: 70px;
    line-height: 70px;
    box-shadow: 0px 0px 10px #ccc;
    margin-top: 50px;
    color: #999;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.t3 {
    width: 40%;
    border: 0px;
    font-size: 14px;
    text-indent: 2em
}

.btn3 {
    width: 200px;
    text-align: center;
    color: #fff;
}

.coa_list li {
    padding: 10px 30px;
    line-height: 70px;
    display: flex;
    flex-direction: row;
    box-shadow: 0px 0px 10px #ccc;
    background: #fff;
    margin: 20px 0px 0px 0px;
}

    .coa_list li a {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        height: 100%
    }

.ca_ico {
    width: 42px;
    height: 47px;
}

.c_n {
    margin: 0px 20px;
}

.c_b {
    color: #999;
    font-size: 14px;
}

.c_file {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cd_img2 {
    display: none;
}

.c_down {
    border-bottom: solid 3px #fff;
    line-height: 40px;
}

    .c_down img {
        float: left;
        margin: 10px 10px 0px 0px;
    }

.coa_list li a:hover .c_down {
    border-bottom: solid 3px #5d3a7b;
}

.coa_list li a:hover .cd_img1 {
    display: none;
}

.coa_list li a:hover .cd_img2 {
    display: block
}

.a_nav {
    height: 80px;
    line-height: 80px;
    border-radius: 40px;
    box-shadow: 0px 0px 10px #ccc;
    display: flex;
    flex-direction: row;
    justify-content: center;
    background: #fff;
}

    .a_nav a {
        padding: 0px 4em;
        position: relative;
    }

        .a_nav a:hover:hover, .a_nav a.a_d {
            background: #5d3a7b;
            color: #fff;
        }

            .a_nav a:hover .p_j, .a_nav a.a_d .p_j {
                display: block;
            }

.a_con {
    padding: 60px 0px 0px 0px;
}

.ab1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
}

.ab1_img {
    width: 50%;
    border-radius: 10px;
}

.ab11 {
    background: #f6f6f6 url("../images/a_bg2.png") no-repeat right bottom;
    background-size: 70%;
    flex: 1;
    padding: 65px;
    border-radius: 0px 10px 10px 0px;
    line-height: 36px;
}

    .ab11 h1 {
        font-family: "FONTB";
        color: #5d3a7b;
        border-bottom: solid 1px #5d3a7b;
        display: inline-block;
        padding-bottom: 10px;
        margin-bottom: 20px;
    }

.ab2_img {
    border-radius: 10px;
}

.ab2 {
    position: relative;
}

.ab21 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    align-content: center;
}

.ab21_s {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.ab21 h1 {
    font-size: 36px;
    font-weight: bold;
    color: #fff;
    font-family: Arial;
    display: inline-block;
    border-bottom: solid 2px #fff;
    padding-bottom: 10px;
}

.ab21_s .ia2 li b {
    color: #fff;
}

.ab21_s .ia2 {
    margin: 50px 0px 0px 0px;
    width: 70%;
    color: #fff;
}

.ab3 {
    margin-top: 10px;
}

.hon {
    padding: 60px 0px 0px 0px;
}

    .hon ul {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap
    }

    .hon li {
        width: 25%;
        padding: 10px;
        box-sizing: border-box;
        text-align: center;
    }

        .hon li img {
            display: block;
            box-shadow: 0px 0px 10px #ccc;
            box-shadow: 0px 0px 10px #ccc;
            padding: 30px;
            max-width: 100%;
            box-sizing: border-box;
            border: solid 3px #fff;
        }

        .hon li p {
            line-height: 30px;
            margin: 15px 0px 30px 0px;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 1;
            overflow: hidden;
        }

        .hon li:hover img {
            border: solid 3px #5d3a7b;
            border-radius: 5px;
            animation: all 300ms esae-in;
        }

.job {
    padding: 60px 0px 50px 0px;
}

.j4_show {
    display: none;
    margin-top: 30px;
}

.j4_list li {
    width: 100%;
    margin: 0px 0px 20px 0px;
    position: relative;
    background: #fff;
    box-shadow: 0px 0px 10px #ccc;
    padding: 30px 40px;
    box-sizing: border-box;
}

.j41 {
    font-size: 14px;
    color: #999;
}

    .j41 p {
        display: flex;
        flex-direction: row;
        align-items: center;
        font-size: 18px;
        color: #000;
        margin-bottom: 20px;
    }

        .j41 p img {
            width: 30px;
            margin-right: 10px;
        }

.j4_ico {
    position: absolute;
    right: 30px;
    top: 30px;
}

.j4s_1 {
    padding: 30px 0px;
    background: #fff;
    border-top: solid 1px #e3e3e3;
    line-height: 28px;
    font-size: 14px;
}

.yq {
    background: url("../images/j4-ico2.png") no-repeat left center;
    padding-left: 15px;
    font-size: 18px;
    margin-bottom: 15px;
}

.j4s_2 {
    font-size: 16px;
}

.z45 {
    transform: rotate(-180deg)
}

a.mailto {
    width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
}

    a.mailto img {
        width: 27px;
        height: 27px;
        margin-right: 10px;
    }

    a.mailto:hover {
        background: #10366b;
    }

.cs {
    padding: 60px 0px 0px 0px;
}

.cs_box {
    padding: 80px;
    background: #fff url("../images/ctus1.png") no-repeat left center;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    align-items: center;
}

.cs1 {
    width: 40%;
}

.cs1_s {
    padding-left: 50px;
    border-left: solid 2px #5d3a7b;
    box-sizing: border-box;
    position: relative;
}

.cs1_ico {
    position: absolute;
    left: -18px;
    top: 0px;
}

.cs1 h1 {
    font-size: 18px;
}

.cs2 {
    width: 50%;
}

.cs11 {
    margin: 90px 0px 50px 0px;
}

    .cs11 p {
        line-height: 40px;
        border-bottom: solid 1px #333;
        padding-top: 15px;
        display: inline-block;
    }

.ma_2 ul {
    display: flex;
    flex-direction: row;
}

.ma_2 li {
    width: 120px;
    margin-right: 25px;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    background: #fff;
}

    .ma_2 li img {
        padding: 5px;
        box-shadow: 0px 0px 10px #ccc;
    }

.cs2 .t2 {
    margin-bottom: 20px;
    height: 70px;
    line-height: 70px;
}

.cs2 .t4 {
    height: 200px;
    border: solid 1px #e3e3e3;
    width: 100%;
    line-height: 30px;
    padding: 15px 2em;
    text-indent: 0px;
    box-sizing: border-box;
}

.post {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    text-align: center;
    color: #fff;
    line-height: 50px;
    border-radius: 25px;
    margin: 30px 0px 0px 0px;
}

.news {
    margin: 60px 0px 30px 0px;
}

    .news .in ul {
        flex-wrap: wrap;
    }

    .news .in li {
        margin-bottom: 1.6vw;
    }

        .news .in li:nth-child(3n+2) {
            margin: 0px 2% 1.6vw 2%;
        }

.details {
    border-radius: 10px;
    box-shadow: 0px 0px 10px #ccc;
    line-height: 30px;
}

.nd1 {
    padding: 40px 0px 20px 0px;
    border-bottom: solid 1px #e3e3e3;
    font-weight: bold;
    text-align: center;
    position: relative;
}

    .nd1 h1 {
        width: 80%;
        margin: 0px auto;
        font-size: 24px;
    }

    .nd1 a {
        position: absolute;
        right: 30px;
        top: 30px;
    }

.nd2 {
    font-size: 14px;
    color: #999;
    text-align: center;
    padding: 10px 0px;
}

    .nd2 a {
        color: #999;
        margin-left: 15px;
    }

.nd3 {
    padding: 70px;
}

.nd4 {
    background: #f7f7f7;
    padding: 30px 70px;
}

    .nd4 ul {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .nd4 li {
        width: 45%;
        height: 30px;
        overflow: hidden;
    }

        .nd4 li a span {
            color: #999;
        }

        .nd4 li:nth-child(2) {
            text-align: right;
        }

.f_box li:last-child {
    position: relative;
}

.ch_time {
    position: absolute;
    left: 1em;
    top: 50px;
}

    .ch_time label {
        margin-right: 50px;
    }

.a-radio {
    display: none;
}

.b-radio {
    display: inline-block;
    border: 1px solid #ccc;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    vertical-align: middle;
    margin-right: 5px;
    position: relative;
}

    .b-radio:before {
        content: '';
        font-size: 0;
        width: 16px;
        height: 16px;
        background: #4c266d;
        border-radius: 100%;
        display: none;
    }

.a-radio:checked ~ .b-radio:before {
    display: block;
}


.er {
    text-align: center;
}

    .er a {
        width: 9em;
        height: 46px;
        line-height: 46px;
        border-radius: 23px;
        display: inline-block;
        color: #fff;
        margin: 20px 0px 0px 0px;
    }




@media screen and (max-width: 1440px) {
    body {
        font-size: 14px;
        padding-top: 90px;
    }

    .w100 {
        width: 90%
    }

    .header .w100 {
        height: 90px;
    }

    .logo1 {
        height: 55px;
    }

    .ip1 li.ip1_hover {
        font-size: 28px;
    }

    .ia1 {
        font-size: 33px;
        width: 40%;
    }

    .header_show {
        top: 90px;
    }

    .hs1 {
        font-size: 30px;
    }

    .snav span {
        margin: 8px 10px 0px 20px;
    }

    .snav a {
        height: 40px;
        line-height: 40px;
    }

    .s_box1 {
        font-size: 16px;
    }

    .pc_b a {
        font-size: 22px;
        height: 70px;
    }

    .psc {
        height: calc(22.2vw - 20px);
    }

    .pc_bgs h1 {
        font-size: 16px;
    }

    .back {
        transform: scale(0.8);
    }

    .pager li {
        margin: 0px 5px;
    }

        .pager li a {
            width: 36px;
            height: 36px;
            line-height: 36px;
        }

        .pager li.PagedList-skipToPrevious a, .pager li.PagedList-skipToNext a {
            width: 6em;
        }

    .pln {
        height: 40px;
        line-height: 20px;
    }

    .plmf {
        width: 10em
    }

    .pc1_show {
        top: 70px;
    }

        .pc1_show ul {
            padding: 30px 0px 40px 0px;
        }

    .pd31 {
        padding: 13px 0px;
    }

    .r_float a {
        font-size: 13px;
        line-height: 18px;
    }

    .pd4 h1 {
        height: 70px;
        line-height: 70px;
    }

    .free_2 h1 {
        height: 60px;
        line-height: 60px;
    }

    .f_box {
        padding: 40px;
    }

        .f_box li {
            margin-top: 5px;
            line-height: 35px;
        }

    .r_float {
        padding: 0px 10px;
    }

    .f_box .t1 {
        height: 40px;
        line-height: 40px;
    }

    .f_box .btn1 {
        height: 45px;
        line-height: 45px;
        margin-top: 30px;
    }

    .close_1 {
        top: 13px;
        right: 13px;
    }

    .pc_b img {
        width: 35px;
    }

    .pc_b:last-child img {
        width: auto;
        height: 35px;
    }

    .ch_time {
        top: 40px;
    }

    .t_left h1 {
        height: 70px;
        line-height: 70px;
        font-size: 22px;
    }

    .t_left {
        margin-top: -142px;
        width: 300px;
    }

    .a_nav {
        height: 70px;
        line-height: 70px;
        font-size: 16px;
    }

    .ab21 h1 {
        font-size: 33px;
    }

    .ab21_s .ia2 {
        margin-top: 40px;
        line-height: 45px;
    }

    .j4_ico img {
        width: 30px;
    }

    a.mailto {
        font-size: 16px;
    }

        a.mailto img {
            width: 20px;
            height: 20px;
        }

    .cs2 .t2 {
        height: 50px;
        line-height: 60px;
    }

    .cs2 .t4 {
        height: 200px;
    }

    .nc {
        padding: 30px;
    }
}

@media screen and (max-width: 1200px) {

    .menu li {
        padding: 0px 5px;
    }
}


@media screen and (max-width: 960px) {
    body {
        font-size: 13px;
        padding-top: 60px;
    }

    .page1 {
        padding-top: 60px;
    }

    .show {
        display: none;
    }

    .hidden {
        display: block;
    }

    .w100 {
        width: 100%;
    }

    .header {
        background: #fff;
        box-shadow: 0px 0px 10px #e3e3e3;
        height: 60px;
    }

    .menu ul {
        display: none
    }

    .logo1 {
        display: none;
    }

    .logo2 {
        display: block;
        height: 40px
    }

    .header .w100 {
        width: 94vw;
        height: 60px;
    }

    .m_w {
        display: flex;
        flex-direction: row;
    }

        .m_w img {
            height: 25px;
        }

        .m_w div {
            width: 30px;
            text-align: center;
        }

    .search {
        margin-right: 10px;
    }

    .m_close {
        display: none;
    }

    .menu ul {
        background: rgba(15,54,107,0.9);
        position: fixed;
        top: 60px;
        left: 0px;
        width: 94vw;
        height: calc(100vh - 60px);
        z-index: 99;
        padding: 0px 3vw;
    }

    .menu li a.aa {
        line-height: 10vh;
        width: 100%;
        padding: 0px;
        display: flex;
        justify-content: space-between;
        flex-direction: row;
        align-items: center;
        color: #fff;
        border-bottom: solid 1px #3e5c85;
        font-size: 18px;
        font-weight: bold;
    }

    .wnav {
        border-bottom: solid 1px #3e5c85;
        padding: 20px 0px;
        display: none;
    }

        .wnav a {
            line-height: 40px;
            text-align: 2em;
            font-size: 15px;
        }

            .wnav a span {
                margin-right: 10px;
            }

    .menu li a.aa:hover, .page1 a.a_1, .page2 a.a_2, .page3 a.a_3, .page4 a.a_4, .page5 a.a_5 {
        border-radius: 0px;
    }

    .menu li.a_hover a.aa {
        cursor: default;
        pointer-events: none;
    }

    .m_img {
        width: 20px;
        height: 10px
    }

    .m_img1 {
        transform: rotate(180deg);
    }

    .menu li.search {
        display: none;
    }

    .menu li a.aa:hover, .page1 a.a_1, .page2 a.a_2, .page3 a.a_3, .page4 a.a_4, .page5 a.a_5 {
        background: none;
        color: #fff;
    }

    .menu li a.a_cn {
        line-height: 32px;
        width: 60px;
        padding: 0px 20px;
    }

    .menu li.a_cnn {
        border: 0px;
        margin-top: 3vh;
    }

    .header2 .menu li a {
        color: #fff;
    }

    .title {
        text-align: center;
    }

        .title h1 {
            font-size: 32px;
        }

        .title h2 {
            text-align: center;
            justify-content: center;
            font-size: 16px;
        }

            .title h2 img {
                width: 25px;
            }

    .s_box {
        background: rgba(15,54,107,0.9);
        position: fixed;
        top: 60px;
        left: 0px;
        width: 94vw;
        height: calc(100vh - 60px);
        z-index: 99;
        padding: 0px 3vw;
    }

    .s_box1 {
        background: none;
        margin: 50px 0px 20px 0px;
    }

    .s_box2 {
        background: none;
        padding: 0px;
    }

        .s_box2 .btn1 {
            width: 50%;
            background: #4c266d;
        }

    .i_pro {
        padding: 60px 0px;
        background-size: cover;
    }

    .w_change .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        opacity: 1;
        background: none;
        border: solid 1px #5d3a7b;
        border-radius: 100%;
    }

    .w_change .swiper-pagination-bullet-active {
        background: #4c266d;
        opacity: 1;
    }

    .w_change .ip21 {
        display: block;
        width: 100%;
        padding: 50px 5px 60px 5px;
        box-sizing: border-box;
    }

    .ip21_con {
        width: 50%;
    }

        .ip21_con h1 {
            font-size: 18px;
        }

    a.more {
        width: 100px;
        line-height: 35px;
    }

    .ip_tj {
        margin: 10px 0px 10px 0px;
    }

        .ip_tj a {
            line-height: 20px;
            padding: 5px 0px 5px 15px;
            background: url(../images/ico1.png) no-repeat left 9px;
        }

    .i_ab {
        padding: 60px 0px 70px 0px;
    }

        .i_ab .w100 {
            flex-direction: column;
            width: 90vw;
        }

    .ia1 {
        width: 100%;
        text-align: center;
        font-size: 24px;
        line-height: 40px;
    }

    .ia2 {
        width: 100%;
        margin: 30px 0px 0px 0px;
        line-height: 40px;
    }

    .i_hon {
        padding: 50px 0px;
        background-size: cover;
    }

        .i_hon .swiper-button-next, .i_hon .swiper-button-prev {
            top: 50%;
            margin-top: -15px;
        }

        .i_hon .swiper-button-prev, .i_hon .swiper-container-rtl .swiper-button-next {
            left: 3vw;
        }

        .i_hon .swiper-button-next, .i_hon .swiper-container-rtl .swiper-button-prev {
            left: auto;
            right: 3vw;
        }

        .i_hon .title {
            position: static;
        }

    .ih_1 {
        order: 2;
    }

        .ih_1 p {
            display: none;
        }

    .ih {
        flex-direction: column;
        margin: 50px 0px 0px 0px;
    }

        .ih a {
            display: none;
        }

    .ih_2 {
        width: 65%;
        order: 1;
    }

    .ih_1 h1 {
        font-size: 14px;
        color: #666;
        line-height: 24px;
        font-weight: normal;
        text-align: center;
    }

    .ih_2 img {
        border: 0px;
        box-shadow: 0px 0px 10px #ccc;
        margin-bottom: 10px;
    }

    .line {
        display: none;
    }

    .is_right {
        display: none;
    }

    .is_left {
        width: 100%;
        padding: 80px 0px 80px 10vw;
    }

        .is_left li a {
            font-size: 16px;
        }

    .i_new {
        padding: 50px 0px;
    }

        .i_new .in ul {
            flex-direction: column;
            margin: 0px 3vw;
        }

        .i_new .in li {
            width: 100%;
            margin-bottom: 10px;
        }

            .i_new .in li a {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: stretch;
                align-items: center;
            }

        .i_new .n_img {
            width: 45%;
        }

        .i_new .nc {
            width: 50%;
            padding: 0px;
            margin: 0px 2%;
        }

        .i_new .n_img img {
            border-radius: 10px 0px 0px 10px;
        }

        .i_new .n2 {
            display: none;
        }

        .i_new .n1 {
            font-size: 15px;
            height: 40px;
            line-height: 20px;
            -webkit-line-clamp: 2;
        }

        .i_new .in li:nth-child(2) {
            margin: 0px;
            margin-bottom: 10px;
        }

        .i_new .swiper-container {
            padding-bottom: 80px;
        }

        .i_new .n3 {
            margin-top: 10px;
        }

        .i_new .n4 {
            right: 5px;
            bottom: 5px;
            width: 25px;
        }

        .i_new a.more {
            display: none;
        }

    .foot {
        padding: 50px 0px;
    }

    .f1 {
        flex-direction: column;
        border-bottom: solid 1px #e3e3e3;
        padding-bottom: 20px;
    }

    .f_l {
        display: none;
    }

    .ma_box p {
        font-size: 12px;
        line-height: 18px;
    }

    .ma_box {
        position: static;
        margin: 20px 0px 15px 0px;
    }

    .fm {
        padding: 20px 0px;
    }

    .tel {
        font-size: 30px;
        margin: 20px 0px;
    }

    .fm a {
        margin: 0px 10px;
    }

    .copy {
        margin-top: 10px;
        font-size: 13px;
    }

        .copy span {
            display: block;
            text-align: center;
            line-height: 24px;
        }

    .back {
        transform: scale(0.7)
    }

    .footer {
        background: #f5f5f5 url(../images/bot_bg.png) no-repeat 90% 20%;
        background-size: 50%
    }




    .ab1 {
        flex-direction: column;
        background: #f6f6f6;
        border-radius: 20px;
        margin-bottom: 30px;
    }

    .ab1_img {
        width: 100%
    }

    .a_con {
        margin: 0px 3vw;
        padding-top: 30px;
    }

    .ab11 {
        padding: 8vw 5vw 70px 5vw;
        line-height: 28px;
    }

        .ab11 h1 {
            font-size: 20px;
        }

    .ab2 {
        width: 100%;
        height: 25vh;
    }

        .ab2 img {
            height: 100%
        }

    .ab21 h1 {
        font-size: 18px;
    }

    .ia2 li b {
        font-size: 30px;
    }

    .ab21_s .ia2 {
        width: 85%;
        margin: 30px 0px 0px 0px;
        line-height: 30px;
    }

    .ia2 li {
        position: relative
    }

        .ia2 li b span {
            font-size: 14px
        }

    .content {
        padding-top: 0px;
        padding-bottom: 40px;
    }

    .pl_n {
        padding: 20px 0px;
        font-size: 16px;
        position: relative;
    }

        .pl_n img {
            padding: 0px;
        }

            .pl_n img.wp_ico {
                padding: 0px 3vw;
                width: 30px;
            }

    .w_drop {
        position: absolute;
        right: 3vw;
        top: 30px;
        width: 25px;
    }

    .wa_nav {
        position: relative;
    }

    .wa_show {
        background: #4c266d;
        width: 50%;
        padding: 20px;
        position: absolute;
        right: 3vw;
        top: 60px;
        border-radius: 5px;
        z-index: 999;
        display: none;
    }

        .wa_show a {
            border-bottom: solid 1px #72548c;
            height: 50px;
            line-height: 50px;
            color: #fff;
            display: block;
            font-size: 14px;
            text-indent: 5px;
        }

            .wa_show a:last-child {
                border: 0px;
            }

    .w_drop1 {
        transform: rotate(180deg);
    }

    .hon {
        padding: 30px 2vw 40px 2vw;
    }

        .hon ul {
            justify-content: space-around;
        }

        .hon li {
            width: 50%;
        }

            .hon li img {
                padding: 5px;
            }

            .hon li p {
                line-height: 24px;
                margin: 5px 0px 0px 0px;
            }



    .job {
        padding: 30px 3vw 40px 3vw;
    }

    .j4_list li {
        padding: 20px;
    }

    .j41 p {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .j4_ico {
        transform: scale(0.7);
        right: 15px;
        top: 15px;
    }

    .j41 p img {
        width: 25px;
        margin-right: 5px;
    }

    .yq {
        font-size: 16px;
    }

    .j4s_2 {
        font-size: 14px;
    }

    a.mailto {
        height: 40px;
        width: 150px;
        font-size: 16px;
    }

        a.mailto img {
            width: 20px;
            height: 20px;
        }

    .cs {
        padding: 0px;
    }

    .cs_box {
        flex-direction: column;
        padding: 0px 5vw;
        border-radius: 0px;
        background: url("../images/ctus1.png") no-repeat left top;
        box-sizing: border-box;
        box-shadow: none;
    }

    .cs1_s {
        border: 0px;
        padding: 0px;
    }

    .cs1 {
        width: 100%;
    }

    .cs11 {
        margin: 40px 0px 50px 0px;
    }

    .ma_2 li {
        width: 100px;
        font-size: 12px;
    }

    .cs2 {
        width: 100%;
        margin-top: 50px;
    }

        .cs2 .t2 {
            height: 50px;
            line-height: 50px;
            text-indent: 1em
        }

        .cs2 .t4 {
            height: 150px;
            padding: 10px 1em;
            text-indent: 0
        }

    .post {
        font-size: 16px;
        margin: 20px auto;
        height: 40px;
        line-height: 40px;
        width: 150px;
    }

    .news {
        margin: 30px 3vw 20px 3vw;
    }

        .news .in ul {
            flex-direction: column;
        }

        .news .in li {
            width: 100%;
            margin-bottom: 3vw;
        }

            .news .in li:nth-child(3n+2) {
                margin: 0px 0px 3vw 0px;
            }

        .news .in .nc {
            padding: 20px;
        }

    .details {
        border-radius: 0px;
        box-shadow: none;
        line-height: 24px;
    }

    .nd3 {
        padding: 20px 3vw 40px 3vw;
    }

    .nd4 {
        padding: 20px 3vw;
    }

        .nd4 ul {
            flex-direction: column;
        }

        .nd4 li {
            width: 100%;
        }

            .nd4 li:nth-child(2) {
                text-align: left;
            }

    .de {
        padding-bottom: 0px;
    }

    .nd1 {
        padding: 20px 3vw;
    }

        .nd1 h1 {
            font-size: 18px;
            margin: 0px;
            text-align: left;
        }

    .t_left {
        display: none;
    }

    .t_right {
        width: 100%;
        margin: 0px;
    }

    .tr1 {
        padding: 0px;
        width: 94vw;
        margin: 30px auto 0px auto;
    }

    .coa {
        width: 94vw;
        margin: 20px auto;
        flex-direction: column;
        height: auto;
    }


        .coa .t3 {
            height: 70px;
            line-height: 70px;
            border-bottom: solid 1px #e3e3e3;
            width: 100%;
            text-align: center;
            text-indent: 0px;
        }

        .coa span {
            display: none;
        }

        .coa .btn3 {
            margin: 20px auto;
            height: 50px;
            line-height: 50px;
            border-radius: 25px;
            width: 50%;
        }


    .coa_list {
        width: 94vw;
        margin: 0px auto;
    }

        .coa_list li {
            padding: 10px;
            line-height: 50px;
        }

    .ca_ico {
        transform: scale(0.7);
        margin-right: 0px;
    }

    .c_b, .c_down span {
        display: none;
    }

    .coa_list li a:hover .c_down {
        border-bottom: solid 3px #fff;
    }

    .c_n {
        margin: 0px;
    }

    .nd1 a {
        right: 3vw;
    }

    .pc1 {
        width: 33.33%;
        margin: 0px;
    }

    .pc_b a {
        height: 50px;
        line-height: 50px;
        font-size: 15px;
        border-radius: 0px;
    }

    .p_ico {
        width: 25px;
        margin-right: 5px;
    }

    .pc1:nth-child(3) .p_ico {
        height: 25px;
        width: auto;
    }

    .p_j {
        width: 14px;
        height: 14px;
        bottom: -7px;
        margin-left: -7px;
    }

    .p_sec {
        margin: 30px 2vw 0px 2vw;
    }

        .p_sec li:first-child {
            display: none;
        }

        .p_sec li {
            width: 50%;
            padding: 5px;
        }

    .psc {
        height: calc(47vw - 10px);
    }

    .pscn {
        margin-bottom: 0px;
        line-height: 18px;
    }

    .pnone {
        font-size: 12px;
        height: 25px;
        line-height: 25px;
    }

    .p_list ul {
        display: block;
        width: 96vw;
        margin: 0px auto;
    }

        .p_list ul:after {
            content: "";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    .p_list li {
        width: 46vw;
        padding-bottom: 10px;
        margin: 1vw;
        float: left;
    }

    .pln {
        height: 40px;
        line-height: 20px;
    }

    .p_list {
        margin: 30px 0px 40px 0px;
    }

    .plmf {
        height: 30px;
        line-height: 30px;
    }

    .pl_n2 {
        justify-content: center;
        padding-top: 30px;
    }

        .pl_n2 img {
            width: 30px;
            margin-right: 10px;
        }

    .pl_ico {
        width: 25px;
    }

    .pc_d {
        border: 0px;
    }

    .page20 .pc_b a {
        cursor: default;
        pointer-events: none;
    }

    .pc_b a:hover, .pc_d a {
        border-radius: 0px;
    }

    .pc_b img {
        width: 25px;
    }

    .pc_b:last-child img {
        width: auto;
        height: 25px;
    }

    .pc1 {
        position: none;
    }

    .pc1_show h1 {
        background: #5d3a7b;
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        position: relative;
        text-align: center;
        color: #fff;
        width: 100%;
        border-radius: 10px 10px 0px 0px
    }

        .pc1_show h1 img {
            position: absolute;
            right: 20px;
            top: 10px;
            width: 25px;
        }

    .pc1_show {
        position: static;
        left: auto;
        top: auto;
        width: 84vw;
        border-radius: 12px 12px 10px 10px;
        box-shadow: none;
    }

        .pc1_show ul {
            padding: 30px 0px;
        }

    .qbg {
        background: rgba(0,0,0,0.7);
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: 13;
        display: none;
    }

    .w_pshow {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .pd {
        flex-direction: column;
    }

    .w_pd1 {
        width: 100%;
        box-shadow: 0px 0px 10px #ccc;
        padding-bottom: 20px;
    }

        .w_pd1 img {
            width: 100%
        }

        .w_pd1 .swiper-pagination-bullet {
            width: 8px;
            height: 8px;
            opacity: 1;
            background: #c3c0c0;
            border-radius: 4px;
        }

        .w_pd1 .swiper-pagination-bullet-active {
            background: #4c266d;
            opacity: 1;
        }

    .pd2 {
        width: 94vw;
        margin: 0px auto;
    }

    .pd21 {
        padding: 30px 10px 0px 10px;
        font-size: 18px;
        line-height: 24px;
    }

    .pd22 {
        padding: 20px 10px;
    }

    .r_float a {
        font-size: 10px;
        padding: 10px 0px;
        line-height: 16px;
    }

    .r_float {
        padding: 0px 5px;
        z-index: 8;
        border-radius: 10px 0px 0px 10px;
    }

    .price {
        height: 60px;
        line-height: 60px;
    }

        .price b {
            font-size: 36px;
        }

        .price img {
            width: 25px;
            margin-right: 5px;
        }

        .price span {
            right: 5px;
            top: 5px;
        }

    .pr_ch {
        padding: 20px;
    }

    .pz {
        margin-bottom: 20px;
    }

    .gz_list ul {
        flex-direction: column;
    }

    .gz_list li {
        width: 100%;
        line-height: 40px;
        margin-bottom: 10px;
    }

    .g_p {
        min-height: 20px;
    }

    .zt {
        line-height: 30px;
        font-size: 12px;
    }

    .pd3 {
        border-radius: 0px;
        box-shadow: none;
        margin: 40px 0px 0px 0px;
    }

    .pd31 {
        padding: 10px;
        overflow-x: scroll;
        border-radius: 0px;
        justify-content: flex-start;
        align-items: baseline;
        flex-wrap: nowrap;
        width: 100%;
        box-sizing: border-box;
    }

    .pd31_1 {
        padding: 0px 10px;
        display: inline-block;
        height: 35px;
        line-height: 35px;
    }

    .pd32 {
        padding: 40px 3vw;
    }

    .pd4 h1 {
        height: 55px;
        line-height: 55px;
        border-radius: 0px;
        font-size: 16px;
    }

    .free-box {
        width: 90vw;
        left: 5vw;
    }

    .f_box {
        padding: 20px;
    }

        .f_box li {
            width: 100%;
            line-height: 24px;
        }

            .f_box li .t1 {
                height: 30px;
                line-height: 30px;
                margin-bottom: 0px;
                text-indent: 1em;
            }

    .free_2 h1 {
        height: 50px;
        line-height: 50px;
        font-size: 16px;
    }

    .close_1 {
        width: 25px;
        right: 10px;
        top: 10px;
    }

    .tj {
        height: 40px;
        line-height: 40px;
        width: 50%;
        font-size: 16px;
    }

    .ch_time {
        position: absolute;
        left: 1em;
        top: 28px;
    }

        .ch_time label {
            margin-right: 20px;
        }

    .b-radio {
        width: 12px;
        height: 12px;
    }

        .b-radio:before {
            width: 12px;
            height: 12px;
        }

    .s_close {
        position: absolute;
        left: 0px;
        bottom: 30px;
        width: 100%;
        text-align: center;
        z-index: 99;
        display: block;
    }

    .header2 .cn_img {
        display: block;
    }

    .header .logo1 {
        display: none;
    }

    .header .logo2 {
        display: block;
    }

    .header .menu li.a_cnn .h2_show {
        display: none;
    }
}

.pd32_1 img {
    max-width: 100%;
    height: auto;
}
