@charset "UTF-8";

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background: transparent;
    font-family: "微软雅黑", Arial;
}

h2 {
    font-size: 40px;
    line-height: 1.6;
}

h3 {
    font-size: 26px;
    line-height: 1.6;
}

h5 {
    font-size: 20px;
    line-height: 1.6;
}

p {
    font-size: 18px;
    line-height: 1.6;
}

a {
    text-decoration: none;
}

.pc {
    display: block;
}

.m-mobile {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.APS section {
    position: relative;
    width: 100%;
    min-width: 1220px;
    max-width: 1920px;
    font-size: 0;
}

.APS .container {
    position: relative;
    width: 1220px;
    margin: 0 auto;
}

.icenter {
    margin: 0 auto !important;
}

/*banner*/
#banner {
    position: relative;
    height: 500px;
    background: url("../images/bannerbg.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.b_tit {
    display: block;
    width: 320px;
    height: 39px;
    line-height: 39px;
    color: #fff;
    background: #a95b27;
    border-radius: 19.5px;
    text-align: center;
    margin-top: 139px;
}

#banner h1 {
    font-size: 50px;
    color: #00357a;
    font-weight: bold;
    padding-top: 18px;
    padding-bottom: 20px;
}

.txt1 {
    font-size: 20px;
    color: #000;
}

.APS img {
    height: auto !important;
    max-width: 100%;
}

.act-btn-group {
    margin-top: 45px;
}

.act-btn-group .act-btn {
    padding: 0.8em 2.4em;
    text-align: center;
    display: inline-block;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 1;
}

.act-btn-group .act-btn01 {
    margin-right: 15px;
}

.act-btn-group .act-btn {
    color: #fff;
    transition: all .2s;
}

.act-btn-group .act-btn:hover {
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    color: #fff;
}

@media screen and (max-width: 768px) {

    .fl {
        float: none !important;
    }

    .act-btn-group {
        margin-top: 60px;
        width: 86%;
        margin-right: auto;
        margin-left: auto;
    }

    .act-btn-group .act-btn {
        font-size: 18px;
        padding: 0.8em 2.4em;
        display: block;

    }

    .act-btn-group .act-btn01 {
        margin-bottom: 10px;
        margin-right: 0
    }

    .act-btn-group .act-btn02 {}


}

.act-btn-group2 {
    margin-top: 50px;
    margin-bottom: 80px;
    text-align: center;
}

.act-btn-group2 .act-btn {
    text-align: center;
    width: 45%;
    max-width: 300px;
    display: inline-block;
    height: 40px;
    background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
    border-radius: 6px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.act-btn-group2 .act-btn01 {
    margin-right: 50px;
}

.act-btn-group2 .act-btn {
    color: #fff;
    transition: all .2s;
}

.act-btn-group2 .act-btn:hover {
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    color: #fff;
}

@media screen and (max-width: 768px) {



    .act-btn-group2 {
        margin-top: 20px;
        width: 86%;
        margin-right: auto;
        margin-left: auto;
    }

    .act-btn-group2 .act-btn {
        font-size: 20px;
        padding: 0.8em 2.4em;
        display: block;
        width: 100%;
        max-width: none;

    }

    .act-btn-group2 .act-btn01 {
        margin-bottom: 10px;
        margin-right: 0
    }

    .act-btn-group2 .act-btn02 {}


}







.titlss {
    float: right;
    width: 320px;
    height: 330px;
    background: #fff;
    box-shadow: 0 0 20px 2px rgba(153, 153, 153, .5);
    margin-top: 80px;
    opacity: .95;
    margin-right: 30px;
}

.titlss .tith3 {
    font-size: 20px !important;
    color: #000;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

#titlsses {
    margin-left: 30px;
}

#titlsses .outline {
    position: relative;
    width: 260px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 10px;
}

.titlss .inputTitle {
    position: absolute;
    top: 10px;
    left: 10px;
    /*z-index: -1;*/
    /*-webkit-transition: 0.5s;*/
    /*transition: 0.5s;*/
    color: #777;

}

.titlss input {
    display: block;
    width: 100%;
    height: 40px;
    padding: 14px 0 4px 10px;
    background: #f0f0f5;
    border: none;
    border-bottom: 1px solid #999;
    font-size: 18px;

}

.titlss #submit_a {
    width: 260px;
    height: 40px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    padding: 9px 48px;
    margin: 0 auto;
    display: block;
    margin-top: 15px;
    background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
    border: none;
    border-radius: 6px;
}

.titlss .inputTitle {
    margin-bottom: 4px;
    font-size: 16px;
}

.titlss .inputTitle .requiredHint {
    margin-right: 4px;
    color: #fe5757;
}

.titlss .inputTitle .fillHint {
    color: #888;
    font-size: 14px;
}

.titlss .inputTitle .fa {
    display: none;
    margin-left: 4px;
    color: #ffa800;
    /*font-size: 14px;*/
}

.titlss .noInput .inputTitle .fa {
    display: inline-block;
}


.titlss .outline {
    position: relative;
    margin-bottom: 10px;
}

.titlss .inputTitle.focus {
    top: 0;
    font-size: 0;
    color: #3798e4;
}

.titlss .inputTitle .focus .requiredHint {
    color: #3798e4;
}

.titlss input:focus {
    outline: none;
}

.titlss input.noInput+.inputTitle .fa {
    display: inline-block;
}





#nag {
    position: relative;
    height: 1900px;
    background: url("../images/nagbg.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
}

#nag h2 {
    font-size: 40px;
    color: #333;
    font-weight: normal;
    padding: 58px 0 30px;
}

#nag h3 {
    padding-top: 30px;
}

#nag h3 span {
    display: block;
    position: relative;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: #135997;
}

#nag h3 span:before,
#nag h3 span:after {
    content: "";
    position: absolute;
    top: 50%;
    background: #bdbdbd;
    width: 520px;
    height: 10px;
}

#nag h3 span:before {
    left: 0;
}

#nag h3 span:after {
    right: 0;
}

.t_box {
    width: 812px;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

.t_box .t_li {
    float: left;
    width: 380px;
    height: 220px;
    margin: 0 13px;
    position: relative;
}

.fadeout {
    width: 380px;
    height: 220px;
    background: #0bd8e7;
}

.t_box .t_li:last-child .fadeout {
    background: #65bdf0;
}

.m_img {
    margin-top: 28px;
    margin-bottom: 20px;
}

.arrow {
    display: block;
    margin: 0 auto;
    animation: 1.5s ease-out 0s infinite normal none running arrowup;
}

@keyframes arrowup {
    0% {
        transform: translateY(-10px);
    }

    50% {
        transform: translateY(0px);
    }

    100% {
        transform: translateY(-10px);
    }
}

.fadein {
    position: absolute;
    width: 380px;
    height: 220px;
    background: rgba(9, 128, 137, .85);
    top: 130%;
    /*z-index: 100;*/
}

.t_U {
    width: 100%;
    height: 100%;
    text-align: center;
    margin: 0 auto;
    padding: 40px 23px;
}

.t_U>li {
    list-style: disc;
    font-size: 18px;
    color: #fff;
    text-align: left;
    line-height: 1.7;
    margin-left: 20px;
    margin-right: 20px;
}

.th_box {
    margin: 0 auto;
    margin-top: 20px;
    overflow: hidden;
}

.th_box .t_li {
    float: left;
    width: 380px;
    height: 270px;
    margin: 0 10px;
    position: relative;
}

.th_box .fadeout {
    height: 270px;
    background: #15b65d;
}

.th_box .t_li:first-child .fadeout {
    background: #0be7b1;
}

.th_box .t_li:last-child .fadeout {
    background: #63dc53;
}

.th_box .m_img {
    margin-top: 55px;
    margin-bottom: 40px;
}

.th_box .fadein {
    height: 270px;
    background: rgba(6, 162, 123, .85);
}

.th_box .t_U {
    padding: 20px 23px;
}

.h3txt {
    font-size: 40px;
    color: #333;
    padding-top: 50px;
    padding-bottom: 65px;
    line-height: 1.5;
}

.togglebox {
    width: 1028px;
    height: 674px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.tab_list {
    width: 538px;
    margin: 0 auto;
    overflow: hidden;
}

.tab_list li {
    float: left;
    width: 234px;
    height: 67px;
    background: #7b7b7b;
    border-radius: 60px;
    margin: 0 17px;
    cursor: pointer;
}

.tab_list li .h3t {
    display: block;
    height: 67px;
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    padding: 5px 0 !important;
}

.tab_list li .h3t i {
    font-style: normal;
    display: block;
    font-size: 15px;
    line-height: normal;
}

.tab_list .active {
    background: #a97727;
}

.tab_cont {
    margin: 0 auto;
    margin-top: 30px;
    overflow: hidden;
}

.tab_cont .hide {
    display: none;
}


/*.slide_list{*/
/*    width: 200%;*/
/*    position: absolute;*/
/*    transition:1s;*/
/*}*/
/*.slide_list li{*/
/*    float:left;*/
/*    width: 1028px;*/
/*    height: 578px;*/
/*}*/

/*.togglebox input[type=checkbox] {*/
/*    display: none;*/
/*}*/
/*.togglebox label {*/
/*    color: #fff;*/
/*    display: block;*/
/*    height: 60px;*/
/*    border-radius: 0;*/
/*    background: #135997;*/
/*    text-align: center;*/
/*    line-height: 60px;*/
/*    width: 300px;*/
/*    position: absolute;*/
/*    margin: 0 auto;*/
/*    margin-top: 35px;*/
/*    font-size: 20px;*/
/*    cursor: pointer;*/
/*    left: 364px;*/
/*    bottom: 0;*/
/*    transition:1s;*/
/*}*/
/*.togglebox label span{*/
/*    padding-left: 50px;*/
/*    padding-right: 20px;*/
/*}*/
/*.togglebox label:nth-of-type(2){*/
/*    display: none;*/
/*    background: #000;*/
/*}*/


/*.iconsl{*/
/*    width: 27px;*/
/*    height: 19px;*/
/*    background: url("../images/ra.png") no-repeat;*/
/*    display:inline-block;*/
/*}*/
/*.iconsr{*/
/*    width: 27px;*/
/*    height: 19px;*/
/*    background: url("../images/la.png") no-repeat;*/
/*    display:inline-block;*/
/*}*/

/*!*input:checked+label{*!*/
/*!*    display: none;*!*/
/*!*}*!*/
/*input:nth-of-type(1):checked~ul{*/
/*    left:0;*/
/*}*/
/*input:nth-of-type(2):checked~ul{*/
/*    left:-100%;*/
/*}*/




.btn1 {
    margin-top: 35px;
}

#item {
    position: relative;
    height: 2512px;
    background: url("../images/itembg.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
}

#item h2 {
    font-size: 40px;
    color: #333;
    font-weight: normal;
    padding: 58px 0 30px;
}

.txt3 {
    text-align: justify;
    line-height: 1.67;
    padding-bottom: 40px;
}

#item .th_box {
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 50px;
    overflow: hidden;
}

#item .th_box .t_li {
    float: left;
    position: relative;
    width: 360px;
    height: 360px;

    margin: 0 auto;
    margin-right: 58px;
}

#item .th_box .t_li:last-child {
    margin-right: 0;
}

#item .th_box .fadeout {
    width: 360px;
    height: 360px;
    background: #135997;
}

#item .th_box .fadeout h3 {
    color: #fff;
    font-weight: bold;
    line-height: 35px;
    font-size: 30px;
    padding-top: 36px;
}

#item .th_box .fadeout .m_img {
    margin-top: 30px;
}

#item .th_box .fadein {
    width: 360px;
    height: 360px;
    background: rgba(70, 178, 246, .95);
}

#item .t_U {
    padding: 80px 40px;
}

#item .t_U>li {
    color: #fff;
}

.c_tit {
    display: block;
    width: 780px;
    height: 60px;
    font-size: 30px;
    line-height: 60px;
    color: #05b5ff;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: left;
}

.c_tit:before {
    content: "";
    height: 40px;
    border-left: 8px solid #05b5ff;
    margin-right: 10px;
}

.c1 {
    text-align: left;
    margin-top: 60px;
    margin-bottom: 28px;
}

.slider_box {
    width: 771px;
    height: 481px;
    margin: 0 auto;
    margin-top: 50px;
}

.slider_box .swiper-slide {
    margin-bottom: 20px;
}

.slider_box .swiper-container-horizontal>.swiper-pagination-bullets,
.slider_box .swiper-pagination-custom,
.slider_box .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%;
}

.slider_box .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 100%;
    background: #747474;
    opacity: 1;
}

.slider_box .swiper-pagination-bullet-active {
    opacity: 1;
    background: #956313;
}

.h_img {
    margin-top: 160px;
}

.ax {
    margin-right: 30px;
}

#d_video {
    margin: 0 auto;
    position: relative;
    text-align: center;
    overflow: hidden;
}

#d_video h2 {
    font-size: 40px;
    color: #000;
    font-weight: normal;
    padding: 58px 0 30px;
}

.v_box {
    overflow: hidden;
}

#d_video.fl {
    width: 560px;
    height: 315px;
}

#d_video .fr {
    width: 610px;

}

.h_box {
    text-align: left;
    position: relative;
    overflow: hidden;
}

#d_video .h_box h3 {
    display: inline-block;
    font-size: 34px;
    color: #0c9dbb;
    font-weight: 600;
    margin-right: 10px;
}

#d_video .h_box>b {
    position: relative;
    display: inline-block;
    font-weight: normal;
    color: #fff;
    font-size: 18px;
    background: #a9d818;
    border-radius: 2px;
    text-align: center;
    padding: 2px 25px;
    top: -4px;

}

.h4_txt {
    font-size: 26px;
    color: #0898b7;
    font-weight: 300;
    text-align: left;
}

.show_txt {
    position: relative;
    margin-top: 10px;
    height: 207px;
}

.box_txt {
    display: block;
    position: absolute;
    width: 471px;
    height: 167px;
    text-align: justify;
    top: 40px;
    left: 68px;
}

.btn2 {
    margin-top: 20px;
    margin-bottom: 90px;
}

#apply {
    position: relative;
    height: 944px;
    background: url("../images/applybg.jpg") no-repeat center center;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
}

#apply h2 {
    font-size: 40px;
    color: #333;
    padding: 58px 0 30px;
    font-weight: bold;
}

.vtitle {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    text-align: left;
    padding-left: 18px;
    color: #fff;
    background: #65bdf0;
    margin-bottom: 1px;
}

.vcon {
    height: 370px;
    background: #fff;
    overflow: hidden;
}

.vcon h4 {
    color: #135997;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
}

.vcon .d1,
.vcon .d2,
.vcon .d3 {
    margin-top: 20px;
}

.vconst {
    width: 0;
    height: 0;
    border-width: 16px 11px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    float: right;
    margin-right: 18px;
    margin-top: 14px;
}

.d1 {
    float: left;
    width: 412px;
    margin-left: 18px;
}

.d1 ul,
.d2 ul {
    margin: 0 auto;
    margin-top: 5px;
}

.d1 ul li,
.d2 ul li {
    list-style: disc;
    font-size: 18px;
    color: #000;
    text-align: justify;
    margin-left: 18px;
    line-height: 1.6;
}

.d2 {
    float: left;
    width: 293px;
    margin-left: 65px;
}

.d3 {
    float: right;
    width: 350px;
    margin-right: 18px;
}

.btn3 {
    margin-top: 50px;
    margin-bottom: 80px;
}

#manage {
    position: relative;
    height: 360px;
    background: url("../images/managebg.png") no-repeat center center;
    background-size: cover;
    text-align: center;
    margin: 0 auto;
}

#manage h2 {
    font-size: 40px;
    color: #fff;
    padding: 58px 0 30px;
}

#manage ul {
    margin: 0 80px;
    position: relative;
    text-align: center;
}

#manage ul li {
    float: left;
    width: 190px;
    height: 150px;
    position: relative;
    margin-right: 20px;
    overflow: hidden;
}

#manage ul li:last-child {
    margin-right: 0;
}

#manage ul li>img {
    z-index: 9;
}

#manage ul li .h4tit {
    display: block;
    font-size: 16px;
    color: #fff;
    position: absolute;
    z-index: 10;
    text-align: center;
    top: 50%;
    left: 0;
    right: 0;
}


@media screen and (max-width: 768px) {
    .APS section {
        min-width: 100%;
        max-width: 100%;
    }

    .APS .container {
        width: 100%;
    }

    h1 {
        font-size: 36px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 18px;
    }

    p {
        font-size: 18px;
        line-height: 1.75;
    }

    .pc {
        display: none;
    }

    .m-mobile {
        display: block;
    }

    #banner {
        position: relative;
        height: 500px;
        background: url("../images/bannerbg_m.jpg") no-repeat center center;
        background-size: cover;
        overflow: hidden;
    }

    .b_tit {
        display: block;
        width: 300px;
        height: 31px;
        line-height: 31px;
        margin-top: 110px;
        margin-left: 10px;
    }

    #banner h1 {
        font-size: 32px;
        color: #00357a;
        font-weight: bold;
        padding-top: 10px;
        padding-bottom: 5px;
        padding-left: 10px;
    }

    .txt1 {
        font-size: 18px;
        padding-left: 10px;
    }

    #nag {
        background: #fff;
        height: auto;
    }

    #nag h2 {
        font-size: 26px;
        color: #333;
        padding: 50px 0 30px;
    }

    .px_txt {
        width: 100%;
        padding: 0 10px;
        text-align: justify;
    }

    #nag h3 span:before,
    #nag h3 span:after {
        width: 30%;
    }

    .t_box {
        width: 100%;
    }

    .t_box .t_li,
    .th_box .t_li {
        float: none;
        width: 94%;
        height: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        overflow: hidden;
    }

    .fadeout,
    .th_box .fadeout {
        width: 100%;
        height: 100%;
    }

    .fadein,
    .th_box .fadein {
        width: 100%;
        height: 100%;
    }

    .t_U>li {
        list-style: disc;
        font-size: 18px;
        color: #fff;
        text-align: left;
        line-height: 1.5;
        margin-left: 10px;
        margin-right: 10px;
    }

    .h3txt {
        font-size: 25px;
        padding: 0 10px;
        padding-top: 40px;
        padding-bottom: 80px;
        text-align: justify;
    }

    .togglebox {
        width: 100%;
        height: auto;
        overflow: hidden;
    }

    .tab_list {
        width: 100%;
    }

    .tab_list li {
        width: 50%;
        margin: 0 auto;
    }

    /*.slide_list{*/
    /*    width: 200%;*/
    /*    height: 470px;*/
    /*    position: absolute;*/
    /*    transition:1s;*/
    /*    overflow: hidden;*/
    /*}*/
    /*.slide_list li{*/
    /*    float:left;*/
    /*    width: 50%;*/
    /*    height: 100%;*/
    /*    overflow: hidden;*/
    /*}*/

    /*.togglebox input[type=checkbox] {*/
    /*    display: none;*/
    /*}*/
    /*.togglebox label {*/
    /*    color: #fff;*/
    /*    display: block;*/
    /*    height: 60px;*/
    /*    border-radius: 0;*/
    /*    background: #135997;*/
    /*    text-align: center;*/
    /*    line-height: 60px;*/
    /*    width: 300px;*/
    /*    position: absolute;*/
    /*    margin: 0 auto;*/
    /*    margin-top: 35px;*/
    /*    font-size: 20px;*/
    /*    cursor: pointer;*/
    /*    left: 50%;*/
    /*    margin-left: -150px;*/
    /*    bottom: 0;*/
    /*    transition:1s;*/
    /*}*/
    /*.togglebox label span{*/
    /*    padding-left: 50px;*/
    /*    padding-right: 20px;*/
    /*}*/
    /*.togglebox label:nth-of-type(2){*/
    /*    display: none;*/
    /*    background: #000;*/
    /*}*/


    /*.iconsl{*/
    /*    width: 27px;*/
    /*    height: 19px;*/
    /*    background: url("../images/ra.png") no-repeat;*/
    /*    display:inline-block;*/
    /*}*/
    /*.iconsr{*/
    /*    width: 27px;*/
    /*    height: 19px;*/
    /*    background: url("../images/la.png") no-repeat;*/
    /*    display:inline-block;*/
    /*}*/
    /*input:nth-of-type(1):checked~ul{*/
    /*    left:0;*/
    /*}*/
    /*input:nth-of-type(2):checked~ul{*/
    /*    left:-100%;*/
    /*}*/
    .btn1 {
        margin-bottom: 10%;
    }

    #item {
        height: auto;
        background: url("../images/itembg_m.jpg") no-repeat center center;
        text-align: center;
        margin: 0 auto;
    }

    #item h2 {
        font-size: 26px;
        color: #333;
        padding: 50px 0 30px;
    }

    .txt3 {
        padding: 0 12px;
    }

    .img_i {
        margin: 0 auto;
        margin-top: 5px;
    }

    #item .th_box {
        margin: 0 auto;
        margin-top: 45px;
        margin-bottom: 50px;
        overflow: hidden;
    }

    #item .th_box .t_li {
        float: none;
        position: relative;
        width: 94%;
        height: 100%;
        margin: 0 auto;
        margin-bottom: 10px;
        overflow: hidden;
    }

    #item .th_box .t_li:last-child {
        margin: 0 auto;
    }

    #item .th_box .fadeout {
        width: 100%;
        height: 100%;
    }

    #item .th_box .fadein {
        width: 100%;
        height: 100%;
    }

    .c_tit {
        width: 100%;
        height: auto;
        line-height: 1.6;
        font-size: 26px;
        text-align: center;
    }

    .c1 {
        margin-top: 30px;
    }

    .slider_box {
        width: 100%;
        height: auto;
        margin: 0 auto;
        margin-top: 10px;
        padding: 0 12px;
    }

    .slider_box .swiper-slide {
        margin-bottom: 30px;
    }

    .ax {
        margin-right: 0;
    }

    .h_img {
        margin-top: 5%;
    }

    #d_video h2 {
        font-size: 24px;
        color: #000;
        padding: 50px 15px 30px;
        letter-spacing: -2px;
        line-height: 1.5;
    }

    .v_box .fl {
        float: none;
    }

    /*.v_box .fl iframe{*/
    /*    width: 94%;*/
    /*    height: auto;*/
    /*    margin: 0 auto;*/
    /*    margin-bottom: 5%;*/
    /*}*/
    #d_video .fr {
        float: none;
        width: 94%;
        margin: 0 auto;
        margin-top: 3%;
    }

    .h_box {
        width: 100%;
        margin-left: 12px;
    }

    #d_video .h_box h3 {
        width: auto;
        font-size: 30px;
    }

    #d_video .h_box b {
        /*  left: 125px; */
    }

    .h4_txt {
        font-size: 26px;
        padding: 5px 12px;
        text-align: justify;
        line-height: 1.4;
    }

    .show_txt {
        height: auto;
        margin-bottom: 5%;
    }

    .show_txt>img {
        margin-left: 12px;
    }

    .show_txt .box_txt {
        top: 26px;
        left: 13%;
        width: 80%;
        line-height: 1.1;
    }

    .btn2 {
        margin-top: 5%;
        margin-bottom: 8%;
    }

    #apply {
        background: #b0f2fa;
        height: auto;
        overflow: hidden;
    }

    #apply h2 {
        font-size: 26px;
        padding: 50px 0 30px;
    }

    .vcon {
        height: auto;
        background: #fff;
        overflow: hidden;
    }

    .d1 {
        float: none;
        width: 100%;
        margin-left: 12px;
    }

    .d2 {
        float: none;
        width: 100%;
        margin-left: 12px;
    }

    .d3 {
        float: none;
        width: 100%;
        margin-right: 18px;
        margin: 0 auto;
        margin-bottom: 4%;
    }

    #manage {
        height: auto;
        background: #94b9d9;
        overflow: hidden;
    }

    #manage h2 {
        font-size: 26px;
        padding: 50px 0 30px;
        line-height: 1.5;
    }

    #manage .swiper-container {
        width: 100%;
        margin-bottom: 5%;
    }

    #manage .swiper-wrapper {
        width: 100%;
        margin: 0 auto;
        margin-bottom: 5%;
    }

    #manage ul .swiper-slide {
        width: 50%;
        margin: 0 auto;
    }

    #manage ul .swiper-slide .h4tit {
        top: 40%;
    }

    #manage .swiper-container-horizontal>.swiper-pagination-bullets,
    #manage .swiper-pagination-custom,
    #manage .swiper-pagination-fraction {
        bottom: 0;
        left: 0;
        width: 100%;
    }

    #manage .swiper-pagination-bullet {
        width: 11px;
        height: 11px;
        display: inline-block;
        border-radius: 100%;
        background: #747474;
        opacity: 1;
    }

    #manage .swiper-pagination-bullet-active {
        opacity: 1;
        background: #956313;
    }
}