* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body {
    /* line-height:1.5; */
    /* font-family:微软雅黑; */
}

a {
    text-decoration: none;
}

ul, li {
    list-style: none;
}

img {
    max-width: 100%;
    /* vertical-align: middle; */
}

.indtop { /* background: url(../images/tbg.png) no-repeat center center; */
    background-size: 100% 100%; /* padding:15px 0px; */
}

.pr {
    position: relative;
}

.indtop .logo {
    float: left;
    padding: 20px 0px;
}

    .indtop .logo img {
        width: 320px;
    }

    .indtop .logo span {
        font-size: 30px;
        color: #fff;
        font-weight: bold;
        display: inline-block;
        padding: 10px 20px;
        background: url(../images/logobg.png) left center no-repeat;
        margin-left: 20px;
    }

.clr {
    clear: both;
}

.w {
    /* width: 95%; */
    /* max-width: 1300px; */
    /* margin: 0 auto; */
}

.indtop .r {
    border-radius: 26px;
    margin-top: 42px;
    float: right;
}

.lang {
    float: left;
    margin-left: 40px;
    display: none;
}

    .lang a {
        width: 36px;
        height: 36px;
        line-height: 36px;
        display: inline-block;
        border: 1px solid #fff;
        border-radius: 100px;
        text-align: center;
        margin: 0px 5px;
        font-size: 16px;
        color: #fff;
    }

        .lang a:first-child {
            background: #fff;
            color: #003180;
        }

.nav {
    background: #01468d;
}

/**
* Desktop Navigation 
*/






.banner .swiper {
    width: 100%;
    height: 100%;
}

.banner .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff; /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .banner .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        min-height: 300px;
    }

.banner .swiper {
    margin-left: auto;
    margin-right: auto;
}

.mySwiper1 {
    position: relative;
}

.index {
    background: #f7f7f7;
}

.bgf {
    background: #fff;
    position: relative;
    min-height: 450px;
}

.swiper-button-next, .swiper-button-prev {
    outline: 0;
    border: 0;
}


.title {
    padding: 30px;
    overflow: hidden;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 30px;
}

    .title .tname {
        float: left;
        font-size: 28px;
        font-weight: bolder;
        line-height: 28px;
    }

        .title .tname img {
            margin-right: 10px;
        }

    .title a {
        float: right;
        font-size: 18px;
        color: #707070;
        line-height: 28px;
    }



.tit {
    padding: 0px 30px 0px 0px;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 30px;
}

    .tit .t1name {
        float: left;
        font-size: 20px;
        font-weight: 100;
        line-height: 28px;
        background: #003f88;
        padding: 20px 30px;
        color: #fff;
        position: relative;
    }

        .tit .t1name:after {
            position: absolute;
            content: '';
            background: url(../images/titbg.png) no-repeat bottom center;
            width: 23px;
            height: 12px;
            left: 50%;
            bottom: -12px;
            z-index: 999;
            transform: translateX(-50%);
        }

    .tit a {
        float: right;
        font-size: 18px;
        color: #707070;
        line-height: 68px;
    }


.top1 {
    margin-top: 40px;
}

    .top1 .t1l {
        float: left;
        width: 45%;
    }

    .top1 .t1r {
        float: right;
        width: 53%;
    }


        .top1 .t1r dl {
            padding: 0px 30px 1px;
        }

            .top1 .t1r dl dt {
                overflow: hidden;
                margin-bottom: 30px;
                padding-bottom: 30px;
                border-bottom: 1px solid #d0d0d0;
            }

                .top1 .t1r dl dt .txt a {
                    overflow: hidden;
                    display: block;
                    color: #003f88;
                    font-size: 16px;
                    margin-bottom: 20px;
                }

                .top1 .t1r dl dt .txt p {
                    color: #999999;
                    font-size: 14px;
                    line-height: 2;
                }

                .top1 .t1r dl dt .date {
                    width: 98px;
                    float: right;
                    background: #003f88;
                    text-align: center;
                    color: #fff;
                    padding: 15px 10px;
                }

                    .top1 .t1r dl dt .date span {
                        display: block;
                        font-size: 30px;
                    }

                .top1 .t1r dl dt .txt {
                    width: calc(100% - 150px);
                    float: left;
                }

            .top1 .t1r dl dd {
                overflow: hidden;
                margin-bottom: 20px;
            }

                .top1 .t1r dl dd .txt a {
                    overflow: hidden;
                    display: block;
                    color: #333333;
                    font-size: 16px;
                }

                .top1 .t1r dl dd .txt {
                    float: left;
                }

                .top1 .t1r dl dd .date {
                    float: right;
                    color: #999999;
                    font-size: 14px;
                }

.top2 {
    margin-top: 40px;
}

    .top2 .t2l {
        float: left;
        width: 49%;
    }


        .top2 .t2l .iabout {
            padding: 0px 30px 50px;
        }

            .top2 .t2l .iabout img {
                width: 100%;
                margin-bottom: 30px;
            }

        .top2 .t2l .title {
            border-bottom: 0px solid #d0d0d0;
            margin-bottom: 0px;
        }

        .top2 .t2l .iabout p {
            font-size: 16px;
            color: #666666;
            text-indent: 2em;
            line-height: 2;
        }

    .top2 .t2r {
        float: right;
        width: 49%;
    }

        .top2 .t2r ul {
            padding: 0px 30px 1px;
        }

            .top2 .t2r ul li {
                margin-bottom: 20px;
            }

                .top2 .t2r ul li a {
                    display: block;
                    overflow: hidden;
                }

                    .top2 .t2r ul li a .img {
                        float: left;
                        width: 78px;
                    }

                        .top2 .t2r ul li a .img img {
                            width: 100%;
                        }

                    .top2 .t2r ul li a .txt {
                        float: right;
                        width: calc(100% - 100px);
                    }

                        .top2 .t2r ul li a .txt h3 {
                            font-size: 16px;
                            color: #333333;
                        }

                        .top2 .t2r ul li a .txt p {
                            font-size: 14px;
                            color: #999999;
                        }




.top3 {
    margin-top: 40px;
}

    .top3 .t3l {
        float: left;
        width: 49%;
        display: none;
    }

    .top3 .t3r { /* float:right; */
        width: 99%;
    }

        .top3 .t3r ul {
            padding: 0px 30px 1px; /* clear: both; */
        }

            .top3 .t3r ul li {
                margin-bottom: 20px;
                width: 48%;
                float: left;
                margin-left: 20px;
            }

                .top3 .t3r ul li a {
                    display: block;
                    overflow: hidden;
                }

                    .top3 .t3r ul li a .date {
                        float: left;
                        width: 78px;
                        border: 1px solid #003f88;
                        text-align: center;
                    }

                        .top3 .t3r ul li a .date span {
                            display: block;
                            font-size: 24px;
                            color: #fff;
                            background: #003f88;
                        }

                        .top3 .t3r ul li a .date p {
                            display: block;
                            font-size: 16px;
                            color: #003f88;
                            line-height: 2;
                        }



                    .top3 .t3r ul li a .txt {
                        float: right;
                        width: calc(100% - 100px);
                    }

                        .top3 .t3r ul li a .txt h3 {
                            font-size: 16px;
                            color: #333333;
                        }

                        .top3 .t3r ul li a .txt p {
                            font-size: 14px;
                            color: #999999;
                        }


.padd {
    padding: 0px 65px;
}

.top3 .padd {
    padding: 0px 65px 50px;
}

.top4 {
    margin-top: 40px;
    display: none;
}

    .top4 .padd {
        padding: 0px 50px 30px;
    }

.mySwiper3 .swiper-slide {
    text-align: center;
}

    .mySwiper3 .swiper-slide div {
        margin-bottom: 10px;
    }

    .mySwiper3 .swiper-slide p {
        background: #003f88;
        color: #fff;
        padding: 5px 0px;
    }

.mySwiper2 .swiper-slide {
    text-align: center;
}

    .mySwiper2 .swiper-slide p {
        color: #333333;
        padding: 15px 0px;
    }


.foot {
    background: #003f88;
    color: #FFFFFF;
    padding: 60px 0px;
    margin-top: 40px;
}

    .foot .fl {
        width: 45%;
        float: left;
    }

    .foot .fc {
        width: 38%;
        float: right;
    }

    .foot .fr {
        width: 17%;
        float: left;
    }

    .foot .fl .flogo {
        margin-bottom: 20px;
    }

    .foot .fl img {
        width: 525px;
    }

    .foot .fl p {
        font-size: 14px;
        color: #fff;
        line-height: 2;
    }

    .foot .fc .img {
        float: left;
        margin-right: 20px;
    }

        .foot .fc .img img {
            width: 150px;
        }

    .foot .fc .txt {
        float: left;
    }

        .foot .fc .txt h2 {
            font-size: 26px;
            color: #fff;
            margin-bottom: 10px;
            font-weight: 100;
        }

        .foot .fc .txt p {
            font-size: 16px;
            color: #fff;
            margin-bottom: 10px;
        }


    .foot .fr .links h2 {
        font-size: 26px;
        color: #fff;
        margin-bottom: 10px;
        font-weight: 100;
    }

    .foot .fr .links select {
        width: 100%;
        display: block;
        height: 43px;
        margin-bottom: 10px;
        outline: 0;
        border: 0;
        font-size: 12px;
        padding: 0px 10px;
    }

.subbanner img {
    width: 100%;
}

.list {
    margin-top: 40px;
}

.left_nav {
    width: 247px;
    display: none;
}

.fl {
    float: left;
}

.right {
    width: 100%;
    border: 1px solid #e5e5e5;
    /* padding: 20px 20px 46px 20px; */
    min-height: 600px;
}

.fr {
    float: right;
}

.left_nav_t {
    width: 100%;
    height: 110px;
    background-size: 100% 100%;
    padding: 30px 0 0 36px;
}

    .left_nav_t h2 {
        font-size: 26px;
        color: #FFFFFF;
        line-height: 26px;
    }

    .left_nav_t p {
        font-size: 12px;
        color: #FFFFFF;
        margin-top: 8px;
    }

.left_nav dl {
    width: 100%;
    border: 1px solid #dcdcdc;
    margin-top: 10px;
}

    .left_nav dl dt {
        display: block;
        width: 100%;
        position: relative;
        background: #f5f5f5;
        line-height: 68px;
        padding: 0 15px;
        color: #01468d;
        cursor: pointer;
        transition: all .3s;
    }

        .left_nav dl dt:hover {
            display: block;
            width: 100%;
            position: relative;
            background: #1e5aa2;
            line-height: 68px;
            padding: 0 15px;
            color: #fdfdfd;
            cursor: pointer;
            transition: all .3s;
        }

        .left_nav dl dt p {
            font-size: 18px;
            border-bottom: 1px dashed #d2d2d2;
            font-weight: bold;
            padding-left: 64px;
        }

            .left_nav dl dt p:hover a {
                color: #ffffff;
            }

        .left_nav dl dt i {
            position: absolute;
            width: 10px;
            height: 10px;
            display: block;
            background-image: url(../images/24.png);
            background-size: 100% 100%;
            top: 0;
            bottom: 0;
            margin: auto 0;
            left: 40px;
        }

        .left_nav dl dt#open {
            background: #1e5aa2;
            color: #FFFFFF;
        }

            .left_nav dl dt#open p {
                border-bottom: 1px dashed #1e5aa2;
            }

    .left_nav dl dd {
        margin: 0;
        display: none;
        background: #FFFFFF;
        padding: 20px 40px;
    }

        .left_nav dl dd ul {
            position: relative;
        }

            .left_nav dl dd ul:before {
                content: "";
                display: block;
                position: absolute;
                width: 1px;
                height: calc(100% - 44px);
                background: #c9c9c9;
                left: 4px;
                top: 22px;
            }

        .left_nav dl dd li a {
            font-size: 14px;
            line-height: 48px;
            color: #797979;
            display: block;
            padding-left: 20px;
            position: relative;
            transition: all .3s;
        }

            .left_nav dl dd li a:hover {
                color: #01468d;
            }

            .left_nav dl dd li a:before {
                content: "";
                display: block;
                width: 8px;
                height: 8px;
                position: absolute;
                border: 1px solid #c9c9c9;
                border-radius: 50%;
                background: #FFFFFF;
                top: 0;
                bottom: 0;
                margin: auto 0;
                left: 0;
                transition: all .3s;
            }

            .left_nav dl dd li a:hover:before {
                border-color: #01468d;
            }

.clear {
    clear: both;
}

.bread {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 16px;
    padding-top: 16px;
}

    .bread h2 {
        font-size: 24px;
        color: #2b2b2b;
        line-height: 24px;
        float: left;
        font-weight: normal;
        padding-left: 10px;
    }

        .bread h2 img {
            width: 15px;
            transform: translateY(-.1px);
            margin-right: 10px;
        }

    .bread p {
        float: right;
        font-size: 14px;
        color: #6b6b6b;
        line-height: 24px;
        padding-right: 20px;
    }

        .bread p a {
            color: #6b6b6b;
            transition: all .3s;
        }

            .bread p a:hover, .news_list li a:hover {
                color: #01468d;
            }

        .bread p img {
            width: 11px;
            transform: translateY(2px);
            margin-right: 10px;
        }


.news_list {
    margin-top: 10px;
}

    .news_list li {
        border-bottom: 1px dashed #e5e5e5;
        line-height: 50px;
    }

        .news_list li i {
            display: block;
            float: left;
            width: 30px;
            height: 50px;
            background: url(../images/28.png) center no-repeat;
            background-size: 13px 13px;
        }

        .news_list li a {
            display: block;
            float: left;
            font-size: 16px;
            color: #333333;
            margin-left: 6px;
            width: calc(100% - 160px);
            transition: all .3s;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .news_list li span {
            display: block;
            float: right;
            font-size: 14px;
            color: #6b6b6b;
            padding-right: 30px;
        }

/*å…¬å…±æ ·å¼*/
.pb_sys_common {
    font-size: 12px;
    font-family: SimSun;
    line-height: 12px;
    color: #222;
}

    .pb_sys_common a {
        text-decoration: none;
    }

    .pb_sys_common .p_pages {
        margin-left: -5px;
    }

    .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o, .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
        border: 1px solid #ccc;
        padding: 5px 8px;
        margin: 0px 0px 0px 5px;
        height: 24px;
        -height: auto;
        line-height: 12px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: middle;
    }

    .pb_sys_common .p_t {
        line-height: 12px;
        margin: 0px;
        padding: 0px;
        display: inline-block;
        vertical-align: middle;
    }

    .pb_sys_common .p_fun_d, .pb_sys_common .p_no_d, .pb_sys_common .p_no_o {
        color: #ccc;
    }

    .pb_sys_common .p_fun a, .pb_sys_common .p_no a {
        color: #222;
    }

    .pb_sys_common .p_dot {
        margin-left: 4px;
        margin-right: -4px;
        color: #222;
    }

    .pb_sys_common .p_goto input, .pb_sys_common .p_search input {
        font-family: SimSun;
        font-size: 12px;
        border: 1px solid #aaa;
        height: 22px;
        line-height: 20px;
        box-sizing: border-box;
        vertical-align: middle;
        outline-width: thin;
        outline-color: #258CFF;
        margin: 0px 2px;
        padding: 0px 1px;
    }


    .pb_sys_common .p_goto input {
        width: 22px;
        text-align: center;
    }

    .pb_sys_common .p_search input {
        width: 100px;
        text-align: left;
    }

        .pb_sys_common .p_goto input:hover, .pb_sys_common .p_goto input:focus, .pb_sys_common .p_search input:hover, .pb_sys_common .p_search input:focus {
            border: 1px solid #258CFF;
        }

    .pb_sys_common .p_goto a, .pb_sys_common .p_search a {
        border: 1px solid #ccc;
        padding: 5px 6px;
        color: #222;
        margin: 0px;
        height: 24px;
        -height: auto;
        line-height: 12px;
        display: inline-block;
        box-sizing: border-box;
        vertical-align: middle;
    }

    .pb_sys_common .p_dosize_d, .pb_sys_common .p_dosize a {
        border-right: 1px solid #ccc;
        padding: 1px 5px;
        color: #888888;
    }

    .pb_sys_common .p_dosize_d {
        color: #222;
    }

    .pb_sys_common .p_dosize a:hover {
        color: #222;
    }

    .pb_sys_common .p_dosize_last_d, .pb_sys_common .p_dosize_last a {
        border-right-width: 0px;
    }



.news_det {
    margin-top: 46px;
    background: none;
    padding: 10px;
}

    .news_det p {
        background: none !important;
    }

    .news_det h3 {
        text-align: center;
        font-weight: normal;
        font-size: 24px;
        color: #242424;
    }

.news_det_1 {
    text-align: center;
    margin-top: 16px;
}

    .news_det_1 span {
        font-size: 14px;
        color: #787878;
        margin: 12px;
    }

        .news_det_1 span img {
            width: auto;
            height: 11px;
            transform: translateY(1px);
            margin-right: 6px;
        }

.news_det_2 {
    width: 100%;
    padding: 20px;
    font-size: 18px;
    line-height: 30px;
    color: #242424;
    font-family: 宋体, SimSun !important;
}
.news_det_2 span{
    font-family: 宋体, SimSun !important;
    font-size: 18px !important;
    text-wrap: initial !important;
}
.news_det_2 p{
    font-family: 宋体, SimSun !important;
    font-size: 18px !important;
}
.news_det_page {
    margin-top: 34px;
}

    .news_det_page a {
        display: block;
        float: left;
        width: 48%;
        height: 50px;
        border: 1px solid #dcdcdc;
        padding: 0 16px;
        font-size: 14px;
        color: #787878;
        line-height: 48px;
        transition: all .3s;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .news_det_page a:nth-child(even) {
            float: right;
        }

        .news_det_page a:hover {
            color: #FFFFFF;
            background: #1e5aa2;
            border-color: #1e5aa2;
        }

.swiper-pagination-bullet {
    background: #959494;
}

.swiper-pagination-bullet-active {
    background: #fff;
}


.mySwiper .swiper-button-prev {
    color: #bec5d5;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 46px;
    left: 30px;
}

.mySwiper .swiper-button-next {
    color: #bec5d5;
    width: 46px;
    height: 46px;
    background: #fff;
    border-radius: 46px;
    right: 30px;
}


    .mySwiper .swiper-button-next:after, .mySwiper .swiper-button-prev:after {
        font-size: 14px;
    }

.mySwiper1 .swiper-slide p {
    background: rgba(0,0,0,0.5);
    color: #fff;
    position: absolute;
    left: 0px;
    width: 100%;
    bottom: 0px;
    padding: 20px;
    font-size: 20px;
}

.mySwiper1 .swiper-button-prev {
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    right: 40px;
    border: 1px solid #fff;
    bottom: 22px;
    top: inherit;
    left: inherit;
}

.mySwiper1 .swiper-button-next {
    color: #fff;
    width: 24px;
    height: 24px;
    border-radius: 24px;
    right: 10px;
    border: 1px solid #fff;
    bottom: 22px;
    top: inherit;
}

    .mySwiper1 .swiper-button-next:after, .mySwiper1 .swiper-button-prev:after {
        font-size: 12px;
    }


.top3 .t3l .swiper-button-prev {
    color: #fff;
    width: 30px;
    height: 30px;
    background: #cfcfcf;
    border-radius: 30px;
    left: 10px;
    top: 61%;
}

.top3 .t3l .swiper-button-next {
    color: #fff;
    width: 30px;
    height: 30px;
    background: #cfcfcf;
    border-radius: 30px;
    right: 10px;
    top: 61%;
}

    .top3 .t3l .swiper-button-next:after, .top3 .t3l .swiper-button-prev:after {
        font-size: 14px;
    }


.top4 .swiper-button-prev {
    color: #fff;
    width: 30px;
    height: 61px;
    left: 0px;
    top: 53%;
    background: url(../images/l.png) no-repeat;
    background-size: 30px 61px;
}

.top4 .swiper-button-next {
    color: #fff;
    width: 30px;
    height: 61px;
    right: 0px;
    top: 53%;
    background: url(../images/r.png) no-repeat;
    background-size: 30px 61px;
}

    .top4 .swiper-button-next:after, .top4 .swiper-button-prev:after {
        font-size: 0;
    }

@media (max-width: 1299px) {
    .foot .fl {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 40px;
    }

    .foot .fc {
        width: 100%;
        float: none;
        max-width: 500px;
        margin: 0 auto;
    }

    .foot .fr {
        display: none;
    }

    .top1 .t1r dl dt .txt {
        width: calc(100% - 0px);
        float: none;
    }

    .top1 .t1r dl dt .date {
        display: none;
    }
}

@media (max-width: 999px) {
    .bread h2 {
        float: none;
        margin-bottom: 20px;
    }

    .bread p {
        float: none;
    }

    .left_nav {
        width: 100%;
        margin-bottom: 40px;
    }

    .left_nav_div {
        display: none;
    }

    .right {
        width: calc(100% - 0px);
        border: 1px solid #e5e5e5;
        /* padding: 20px 20px 46px 20px; */
    }

    .top1 .t1l {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

        .top1 .t1l img {
            max-height: 250px
        }

    .top1 .t1r {
        float: none;
        width: 100%;
    }

    .top2 .t2l {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .top2 .t2r {
        float: none;
        width: 100%;
    }

    .top3 .t3l {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .top3 .t3r {
        float: none;
        width: 100%;
    }

        .top3 .t3r ul li {
            width: 98%;
        }

    .top1 {
        margin-top: 20px;
    }

    .top2 {
        margin-top: 20px;
    }

    .top3 {
        margin-top: 20px;
    }

    .top4 {
        margin-top: 20px;
    }

        .top4 .padd img {
            max-height: 160px
        }

    .indtop .logo {
        float: none;
        padding: 10px 0px;
        text-align: center;
    }

    .indtop .r {
        border-radius: 26px;
        margin-top: 0px;
        margin-bottom: 12px;
        float: none;
        text-align: center;
    }

    .search {
        float: none;
        display: block;
        width: 100%;
        display: none;
    }

    .lang {
        float: none;
        margin-left: 0px;
        display: none;
        width: 100%;
    }
}


@media (max-width: 768px) {
    .top1 .t1r dl dd .txt {
        float: none;
        width: 100%;
    }

    .top1 .t1r dl dd .date {
        float: none;
        color: #999999;
        font-size: 14px;
    }

    .top2 .t2l .iabout img {
        width: 100%;
        margin-bottom: 10px;
    }

    .indtop .logo span {
        background: none;
    }
}

@media (max-width: 468px) {
    .foot .fl {
        margin-bottom: 20px;
    }

    .foot .fc .img {
        float: none;
        text-align: center;
        margin-right: 0px;
        width: 100%;
        margin-bottom: 10px;
    }

    .foot .fc .txt {
        float: none;
        text-align: center;
        margin-right: 0px;
        width: 100%;
    }

    .news_list li span {
        display: block;
        float: none;
        font-size: 14px;
        color: #6b6b6b;
    }

    .news_list li a {
        width: calc(100% - 50px);
    }

    .news_det_2 {
        padding: 60px 20px;
    }

    .news_det_page a {
        display: block;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .left_nav_t {
        width: 100%;
        height: 90px;
        background-size: auto 100%;
        padding: 30px 0 0 36px;
    }

    .mySwiper .swiper-button-prev {
        left: 10px;
    }

    .mySwiper .swiper-button-next {
        right: 10px;
    }
}

.case_list {
    padding-top: 20px;
}

    .case_list ul li { /* width:286px; */ /* height: 340px; */
        float: left;
        margin: 12px 10px 12px 10px;
        _margin: 12px 8px 12px 9px;
    }

        .case_list ul li h1 { /* width:286px; */ /* height:219px; */ /* background:#fafafa; */
        }

            .case_list ul li h1 a { /* width:282px; */ /* height:235px; */
                display: block; /* border:2px solid #c1c2c3; */
                color: #4e4e4e;
                border: 1px solid #ebebeb;
                font-size: 14px;
                text-align: center;
            }

            .case_list ul li h1 img {
                padding: 5px;
                width: 306px;
                height: 305px;
            }

        .case_list ul li h2 {
            margin-top: 5px;
            text-align: center;
            background-color: #e5e5e5;
            line-height: 40px;
            height: 40px;
            overflow: hidden;
        }

            .case_list ul li h2 a {
                color: #ff0000;
                font-size: 14px;
            }

        .case_list ul li:hover h2 {
            background: #00418d;
        }

            .case_list ul li:hover h2 a {
                color: #fff;
            }
/*teachers*/
.zx_c .items {
    display: none;
}

    .zx_c .items.thisclass {
        display: list-item;
        list-style: none;
    }

.sousuo {
    width: 35%;
    height: .25rem;
    border: 1px solid #dddddd;
    margin-top: .12rem;
    display: none;
}

    .sousuo input[type="submit"] {
        display: block;
        float: right;
        height: 100%;
        width: .25rem;
        border: none;
        outline: none;
        cursor: pointer;
        background: #033d80 url(../img/37.png) center no-repeat;
        background-size: .11rem;
        transition: all .3s;
    }

    .sousuo input[type="text"] {
        display: block;
        float: left;
        height: 100%;
        width: calc(100% - .25rem);
        border: none;
        outline: none;
        background: #FFFFFF;
        font-size: .08rem;
        padding: 0 .06rem;
    }

.centernav .zx_t {
    /* width: 65%; */
    overflow: hidden;
    /* display: none; */
}

    .centernav .zx_t > li {
        float: left;
        width: 22%;
        margin-right: 1.8333%;
        height: .25rem;
        background: #ebebeb;
        font-size: .1rem;
        color: #999999;
        text-align: center;
        line-height: .25rem;
        cursor: pointer;
        transition: all .3s;
        margin-top: .12rem;
    }

        .centernav .zx_t > li.active {
            background: #033d80;
            color: #FFFFFF;
        }

        .centernav .zx_t > li:hover a {
            background: #033d80;
            color: #FFFFFF;
            display: block;
        }

        .centernav .zx_t > li.active a {
            background: #033d80;
            color: #FFFFFF;
            display: block;
        }

.zimu {
    margin-top: .12rem;
}

    .zimu .zx_t {
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: .15rem;
    }

        .zimu .zx_t li {
            display: inline-block;
            cursor: pointer;
            padding: 0 .04rem;
            font-size: .09rem;
            color: #555555;
            transition: all .3s;
            border: 1px solid #FFFFFF;
            line-height: .16rem;
            margin-right: -3px;
        }

            .zimu .zx_t li.active {
                color: #033d80;
                border-color: #033d80;
                font-size: .1rem;
            }

.zimu_c ul {
    display: flex;
    flex-wrap: wrap;
}

    .zimu_c ul li {
        width: 23.16%;
        margin-left: 2.45333%;
        padding: .05rem;
        box-shadow: 0 0 10px rgba(0, 0, 0, .08);
        background: #FFFFFF;
        margin-top: .15rem;
        transition: all .3s;
    }

        .zimu_c ul li a {
            display: block;
            width: 100%;
        }

        .zimu_c ul li .img {
            overflow: hidden;
            width: 100%;
        }

            .zimu_c ul li .img img {
                display: block;
                width: 100%;
            }

        .zimu_c ul li .txt {
            padding: 0 .05rem;
            margin-top: .06rem;
        }

        .zimu_c ul li h3 {
            font-size: .13rem;
            color: #333333;
            transition: all .3s;
        }

            .zimu_c ul li h3 span {
                font-weight: normal;
                font-size: .08rem;
                margin-left: .03rem;
            }

        .zimu_c ul li p {
            font-size: .07rem;
            line-height: .12rem;
            height: .36rem;
            margin-top: .05rem;
            color: #999999;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
            overflow: hidden;
            -webkit-line-clamp: 3;
            transition: all .3s;
        }

.chazhao h3 {
    text-align: center;
    margin-top: .2rem;
    color: #01478e;
    font-size: .14rem;
    padding-bottom: .1rem;
}

.chazhao ul {
    overflow: hidden;
    border-bottom: 1px solid #dddddd;
    padding-bottom: .2rem;
}

    .chazhao ul li {
        float: left;
        width: 16.66%;
        line-height: .24rem;
    }

        .chazhao ul li a {
            font-size: .085rem;
            color: #505050;
        }

.zx_t > li:hover {
    background: #033d80;
    color: #FFFFFF;
}

.zimu_c ul li:nth-child(4n+1) {
    margin-left: 0;
}

.zimu .zx_t li:hover {
    color: #033d80;
    border-color: #033d80;
}

.zimu_c ul li:hover {
    background: #033d80;
}

    .zimu_c ul li:hover h3 {
        color: #FFFFFF;
    }

    .zimu_c ul li:hover p {
        color: #FFFFFF;
    }

.chazhao ul li a:hover {
    color: #033d80;
}
/*--end teachers*/

@media screen and (min-width:769px) {
    header {
        width: 100%;
        /* height: .62rem; */
        background: url(../images/04.png);
        background-size: 100% 100%;
        position: relative;
        top: 0;
        left: 0;
    }

    .left_nav_t {
        background: url(../images/leftnav.jpg);
    }
}

@media screen and (max-width:769px) {
    header{
        position:relative;

    }
    .subbanner img {
    }
    /*mobile teachers*/
    .sousuo {
        width: 100%;
        height: .3rem;
    }

        .sousuo input[type="submit"] {
            width: .3rem;
            background-size: .12rem;
        }

        .sousuo input[type="text"] {
            width: calc(100% - .3rem);
            font-size: .12rem;
        }

    .teacher > .zx_t {
        width: 100%;
        overflow: hidden;
    }

        .teacher > .zx_t > li {
            float: left;
            width: 31.5%;
            margin-left: 2.75%;
            margin-right: 0;
            height: .3rem;
            font-size: .12rem;
            line-height: .3rem;
        }

            .teacher > .zx_t > li:nth-child(3n+1) {
                margin-left: 0;
            }

    .zimu .zx_t li {
        padding: 0 .05rem;
        font-size: .12rem;
        line-height: .2rem;
    }

        .zimu .zx_t li.active {
            font-size: .13rem;
        }

    .zimu_c ul li {
        width: 48%;
        margin-left: 4%;
        padding: .05rem;
    }

        .zimu_c ul li:nth-child(2n+1) {
            margin-left: 0;
        }

        .zimu_c ul li h3 {
            font-size: .14rem;
        }

            .zimu_c ul li h3 span {
                font-size: .1rem;
                margin-left: .05rem;
            }

        .zimu_c ul li p {
            font-size: .12rem;
            line-height: .2rem;
            height: .6rem;
        }

    .chazhao h3 {
        margin-top: .2rem;
        font-size: .15rem;
        padding-bottom: .1rem;
    }

    .chazhao ul {
        padding-bottom: .2rem;
    }

        .chazhao ul li {
            float: left;
            width: 33.333%;
            line-height: .3rem;
        }

            .chazhao ul li a {
                font-size: .12rem;
                color: #505050;
            }
    /*end mobile teachers*/
}

.pages {
    text-align: center;
    margin-top: 40px;
    font-size: 14px;
}

    .pages a {
        display: inline-block;
        background: #eeeeee;
        color: #333333;
        font-size: 12px;
        padding: 0 8px;
        height: 28px;
        line-height: 28px;
        transition: all .3s;
        margin-right: 5px;
    }

        .pages a.disabled {
            background: #eeeeee;
            color: #999999;
        }

        .pages a.active, .pages a:hover {
            color: #ffffff;
            background: #1c62a7;
        }

    .pages span {
        margin-right: 5px;
    }
