﻿html {
    height: 100%;
    background: #e2e2e2;
}


button, input, select, textarea {
    font: 14px Verdana,Helvetica,Arial,sans-serif;
}

li, ol, ul, dl, dt, dd {
    list-style: none;
}

blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    color: #555;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }
.container {
    max-width: 1270px;
    margin: 0 auto;
}

.d_right_b {
    background: #fff;
}

.data-w {
    height: calc(100vh - 600px);
}

.no-data-seach {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}

.no-data {
    height: 100vh;
    max-height: 585px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    font-size: 26px;
}

.text-sgreen {
    color: #009c73;
}

/*网站公共样式*/
.info-content {
    font-size: 15px;
    line-height: 2.5;
    clear: both;
}

    .info-content p {
        font-size: 16px;
        padding-top: 0;
    }

    .info-content h4 {
        font-size: 18px;
    }

.info-content2 {
    border-bottom: 1px solid #fff;
}

a {
    color: #333;
    text-decoration: none;
}

    a.btn-more {
        display: inline-block;
        width: 140px;
        height: 34px;
        line-height: 34px;
        border: 1px #CCC solid;
        color: #999;
        transition: all 0.5s ease;
        font-size: 14px;
        transition: all 0.5s ease;
        text-align: center;
        margin: 0px auto;
        margin-top: 30px
    }

        a.btn-more:hover {
            background: #40312f;
            border-color: #40312f;
            color: white;
        }

.banner {
    height: 500px\9 !important;
    overflow: hidden\9 !important;
    overflow: hidden;
}

/*遮罩层*/
.mask-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    height: 100vh;
    background-color: rgba(53, 53, 59, 0.8);
    overflow: hidden;
    z-index: 99;
    top: 0;
    left: 0;
}

    .mask-bg.active {
        display: block;
    }

/*BOTTOM*/
footer {
    text-align: left;
    width: 100%;
    background: url(../images/bottom-bg.jpg)no-repeat center;
    margin-top: 30px;
}

.bg-bottom {
    background: url(../images/bottom-bg.jpg);
    padding-top: 30px;
}

.common-services {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

    .common-services .fa {
        padding-right: 16px;
    }

.wecahat li span {
    display: block;
    font-size: 30px;
}

    .wecahat li span .fa {
        border: 2px solid #fff;
        border-radius: 50px;
        padding: 5px 8px;
        background-color: #fff;
        color: #2863b3;
    }

.wecahat li a, .wecahat li {
    color: #fff;
    text-align: center;
}

    .wecahat li img {
        max-height: 75px
    }

.copyright {
    color: #fff;
    text-align: center;
}

    .copyright a {
        color: #fff;
    }

        .copyright a:hover {
            text-decoration: underline;
        }

    .copyright span {
        padding: 20px 0;
        display: block;
    }

    .copyright .container {
        position: relative;
    }

@media(min-width:1000px) {
    .copyright img {
        position: absolute;
        right: 0;
        top: 4px;
        max-height: 60px;
    }
}

/*TOP*/
.header {
    position: relative;
    z-index: 5;
}

.sitelast span {
    cursor: pointer;
    padding: 0 20px;
    height: 28px;
    line-height: 28px;
    float: left;
    _display: inline;
}

    .sitelast span a {
        color: #fff;
    }

        .sitelast span a:hover {
            text-decoration: underline;
        }

.office-system li {
    display: inline-block;
    padding-left: 20px;
}

    .office-system li a {
        color: #fff;
    }

        .office-system li a .fa {
            padding-right: 10px;
        }

.determine {
    position: relative;
}

.office-system {
    position: absolute;
    right: 0;
    top: 70px;
}
/*自定义导航动画，也可以用animater.css中的动画，需要在script.js中修改*/ .nav .animated, .sub-nav .animated {
    -webkit-animation-duration: 0.4s;
    animation-duration: 0.4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.navSlide {
    -webkit-animation-name: navSlide;
    animation-name: navSlide;
}

.childData {
    position: absolute;
    top: 196px;
    right: -490px;
    width: 490px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    background-color: #F2F2F2;
    color: #000;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    z-index: 500;
    visibility: hidden;
}
    .childData a {
        width:110px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        margin-bottom: 20px;
        color: #000;
        cursor: pointer;
    }
        .childData a:nth-child(4n+4){
            margin-right: 0;
        }
        @keyframes navSlide {
            0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: 0;
        visibility: visible
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
        transform: translateY(0)
    }
}

/*主菜单*/
@media (min-width:1000px) /*pc端*/
{ /*Top*/
    .header .nav-toggle {
        display: none
    }

    .header .logo img {
        /*margin: 65px 0px;
        height: 100px;*/
    }

    .nav > ul > li {
        float: left;
        text-align: center;
        width: 10%;
    }

        .nav > ul > li > ul {
            position: absolute;
            left: 0;
            z-index: 200;
            width: 100%;
            background-color: rgba(0, 46, 115,.6);
            height: 0;
            overflow: hidden;
            transition: all 0.3s ease-in-out;
        }

        .nav > ul > li > a {
            font-size: 16px;
        }

    .nav ul li {
        position: relative
    }

        .nav ul li .arrow {
            display: none
        }

        .nav ul li ul li ul {
            left: 100%;
            top: 0px;
            display: none
        }

    .display-dies {
        display: none;
    }

    .nav > ul > li:first-child > ul {
        display: none;
    }

    .sousuo {
        font-size: 26px;
        padding: 30px 0 20px;
        text-align: center;
    }

    .homepage-bg {
        background-color: #fff;
        position: relative;
        margin: 0 auto;
        height: 380px;
    }

    /*新闻中心*/
    .news-list li.item .title {
        padding-left: 20px;
    }

    /*首页-媒体学校*/
    .index-padding li:first-child {
        max-height: 104px;
    }

    .sub-nav-box {
        margin-bottom: 30px;
    }
}

@media (max-width:1000px) /*手机端*/
{
    /*Top*/
    .pclogo {
        padding: 2px 0;
    }

    .determine {
        background-color: #000;
    }

    .pclogo span a {
        line-height: 50px;
        font-weight: bold;
        font-size: 20px;
        color: #fff;
    }

    .header .nav-toggle {
        position: absolute;
        right: 0px;
        top: 6px;
        font-size: 35px;
        min-width: 65px;
        height: 52px;
        line-height: 52px;
        text-align: center;
        cursor: pointer;
        z-index: 1;
        color: #fff;
    }

        .header .nav-toggle.active {
            color: #ccc;
        }

    .nav {
        position: fixed;
        z-index: 100;
        top: 0px;
        right: 0px;
        width: 0px;
        background: #fff;
        height: 100%;
        height: 100vh;
        opacity: 0;
        transition: all 0.2s linear;
        overflow-y: auto
    }

        .nav.active {
            opacity: 1;
            width: 300px;
            max-width: 60%
        }

        .nav ul li {
            line-height: 45px;
            text-align: left
        }

            .nav ul li ul {
                display: none;
            }

            /*二级ul样式*/
            .nav ul li a {
                padding-left: 30px;
                display: block;
                color: #999;
                font-size: 15px;
                line-height: 3.5;
                border-bottom: 1px solid #dcdcdc
            }

            .nav ul li ul li a {
                padding-left: 60px;
                font-size: 14px;
                background-color: #eeeeee
            }

            .nav ul li ul li ul li a {
                padding-left: 90px;
            }

            .nav ul li ul li ul li li a {
                padding-left: 120px;
            }

        .nav ul li {
            position: relative;
        }

            .nav ul li .arrow {
                position: absolute;
                right: 0px;
                top: 0px;
                width: 50px;
                height: 50px;
                line-height: 50px;
                text-align: center;
                transition-duration: 0s
            }

                .nav ul li .arrow:after {
                    font-family: FontAwesome;
                    content: "\f105";
                    display: block;
                    font-weight: bold;
                    font-size: 18px
                }

            .nav ul li.current > a {
                color: #5a342b;
            }

            .nav ul li.active > ul {
                display: block
            }

            .nav ul li.active > .arrow {
                transform: rotate(90deg)
            }

    .cha {
        display: none;
    }

    .display-die {
        display: none;
    }

    .images-list .item img {
        width: 100% !important;
    }

    .sousuo {
        padding: 30px 0 20px;
        font-size: 25px;
        text-align: center;
    }

    /*Top*/
    .header {
        position: relative;
        background-color: #005198;
    }

    /*BOTTOM*/

    .copyright {
        padding: 14px 0;
    }

    .homepage .container {
        padding-left: 0;
        padding-right: 0;
    }
}

@media (min-width:415px) and (max-width:769px) {
    .wechat {
        padding-left: 40px;
    }

    .roll img {
        height: 84px;
    }
}

@media (max-width:415px) {
    .wechat {
        margin-left: 70px;
        padding-bottom: 20px;
    }

    .roll img {
        height: 78px;
    }

    .homepage .container .imgs {
        padding-top: 3px;
    }
}

/*图片列表*/
.images-list .item a {
    display: block;
    overflow: hidden;
}

.images-list .item img {
    display: block;
    width: 100% !important;
    height: auto;
    transition: all 0.3s ease-out 0s;
}

.images-list .item a:hover img {
    transform: scale(1.1,1.1);
}

/*手机端置顶*/
.curpointer {
    cursor: pointer;
}

.bg-bottgray {
    background-color: #000;
    width: 100%;
    height: auto;
}

.backphone {
    background: url(../images/phone.png) center center no-repeat;
}

.bott-fixed {
    left: 0;
    bottom: 0;
    z-index: 4;
}

.backtop {
    background: url(../images/top.png) center center no-repeat;
}

.backhome {
    background: url(../images/home.png) center center no-repeat;
}

.backwei {
    background: url(../images/wei.png) center center no-repeat;
}

.backsame li a .fa {
    font-size: 18px;
    padding-top: 5px;
    color: #fff;
}

.backsame li a span {
    padding-bottom: 2px;
    display: block;
    color: #fff;
    font-size: 12px;
}

@media(min-width: 1000px) {
    .phoblack {
        display: none;
    }
}

/*子栏目样式*/
.sub-nav-box .sub-nav {
    clear: both;
    text-align: left;
    width: 100%;
    overflow: visible;
}

    .sub-nav-box .sub-nav li ul li a:hover {
        padding-left: 128px;
    }

    .sub-nav-box .sub-nav li ul {
        display: none
    }

        .sub-nav-box .sub-nav li ul li a {
            padding-left: 120px;
            text-align: left;
        }

        .sub-nav-box .sub-nav li ul li ul li a {
            padding-left: 85px;
            text-align: left;
        }

.sub-nav-box li .arrow {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 54px;
    height: 54px;
    line-height: 54px;
    text-align: center;
    transition-duration: 0.1s;
    cursor: pointer
}

    .sub-nav-box li .arrow:after {
        font-family: FontAwesome;
        content: "\f105";
        display: block;
        font-weight: bold;
        font-size: 18px
    }

.sub-nav-box .sub-nav li.current {
    background: #fff url(../images/active-left.png) no-repeat left top;
    background-size: 2.6px;
}

.sub-nav-box .sub-nav li ul li.curren {
    background-size: 4px;
}

.sub-nav-box .sub-nav li ul li.current > a {
    color: #027dc1;
    font-weight: bold;
}

.sub-nav-box .sub-nav li.active > .arrow {
    transform: rotate(90deg)
}

/*文在超出范围*/
.card1 {
    display: block; /*内联对象需加*/
    word-break: keep-all; /* 不换行*/
    white-space: nowrap; /* 不换行*/
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容*/
    text-overflow: ellipsis;
}

.card2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 42px;
}

.card3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 60px;
}

/*页码*/
.pagination > li a {
    margin-right: 4px;
    font-size: 14px;
    color: #000;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #000;
    border-color: #000;
    cursor: default;
}

.pagination > li a:hover {
    background-color: #000;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    padding: 3px 10px;
    border-radius: 2px;
}

/*面包屑*/
.breadcrumb > li + li::before {
    content: ">";
    color: #666;
}

.breadcrumb li a, .breadcrumb li a span {
    color: #999999;
}

.breadcrumb li em {
    padding-left: 24px;
    background: url("../images/path_icon.png") 0 50% no-repeat;
    color: #999999;
    font-style: normal;
}

.line-border {
    width: 100%;
    display: block;
    border-bottom: 1px #e5e5e5 solid;
    overflow: hidden;
    padding-top: 10px;
    margin-bottom: 40px;
}

/*搜索*/
.ss-box {
    position: relative;
    border-radius: 30px;
    border: 1px solid #cfcfcf;
    background: #fff;
    width: 100%;
    height: 32px;
}

    .ss-box .s-input {
        width: 100%;
        outline: none;
        border: none;
        line-height: 28px;
        height: 28px;
        padding-left: 20px;
        background-color: transparent;
    }

    .ss-box .s-btn {
        position: absolute;
        right: 0;
        top: -1px;
        background: url(../images/searchox1.png) no-repeat center center;
        width: 40px;
        height: 32px;
        color: #fff;
        cursor: pointer;
        font-weight: bold;
        line-height: 32px;
        outline: none;
        border: none;
    }

.search .ss-box {
    margin: 0px auto;
}

@media(min-width:1000px) {
    .ss-box {
        display: none;
    }

    .box-block {
        display: block;
        margin-top: 20px;
        border: 1px solid #eaa910;
        width: 260px;
        float: right;
    }

    .ss-box .s-input {
        width: 250px;
    }

    .bp-sy {
        height: 67px;
        padding: 0 20px;
        padding-top: 20px;
    }

    .p1 {
        font-size: 20px;
        padding: 0 20px;
        color: #006bc9;
        font-weight: 600;
        border-bottom: 3px solid #006bc9;
        height: 80px;
        padding-top: 20px;
        position: absolute;
    }
}

@media(max-width:1000px) {
    .ss-box {
        position: relative;
        margin: 20px auto;
    }

    .box-block {
        display: none;
    }

    .p1 {
        font-size: 20px;
        padding: 0 20px;
        color: #006bc9;
        font-weight: 600;
        border-bottom: 3px solid #006bc9;
        height: 60px;
        padding-top: 20px;
        position: absolute;
    }
}

/*新闻中心*/
.administration {
    margin-top: 40px;
}

    .administration span {
        height: 40px;
        line-height: 40px;
        padding: 0 18px;
        background: #205bac;
        color: #fff;
        font-size: 18px;
        display: inline-block;
        position: relative;
    }

        .administration span:after {
            width: 0;
            content: "";
            border-color: transparent;
            border-top-color: transparent;
            border-style: dashed;
            border-top-style: dashed;
            border-width: 6px;
            border-top-color: #205bac;
            border-top-style: solid;
            position: absolute;
            top: 40px;
            left: 50%;
            margin-left: -6px;
        }

.administration-words {
    padding: 0 15px;
}

    .administration-words ul {
        padding: 0;
        line-height: 2;
        margin-top: 12px;
    }

        .administration-words ul li {
            border-bottom: 1px #ddd dashed;
            padding: 10px 0;
        }

.window {
    padding: 60px 0 20px;
    border-bottom: 1px solid #ddd;
}

.substance {
    background: #F8F8F8;
    margin: 20px 0;
    color: #666;
    text-align: center;
}

.news-list {
    clear: both;
    overflow: hidden;
}

    .news-list li.item {
        clear: both;
        overflow: hidden;
        width: 96%;
        margin: 0px 0px 25px 0px;
        padding: 20px 2%;
        background: #fff;
        box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.17);
        -webkit-transition: all 0.3s ease-in-out 0s;
    }

        .news-list li.item:hover {
            transform: scale(1.02);
            box-shadow: 0px 5px 33px 0px rgba(0, 0, 0, 0.04);
        }

        .news-list li.item .title {
            overflow: hidden;
            display: inline-block;
        }

            .news-list li.item .title .title2 {
                font-size: 16px;
            }

                .news-list li.item .title .title2:hover {
                    color: #2f7bc3;
                }

            .news-list li.item .title .account {
                color: #666;
            }

        .news-list li.item .date {
            float: right;
            color: #838383;
            padding-top: 5px;
        }

.issuer-box > li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px dotted #dcdcdc;
    padding: 18px 0;
}

.newstyle li:nth-child(5) {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 20px;
}

    .newstyle li:nth-child(5) .title {
        margin-bottom: 20px;
    }

.news-list li.item .title a {
    font-size: 17px;
}

.news-list li.item .title .card2 {
    margin-top: 6px;
    font-size: 15px;
}

a:hover, a:focus {
    color: #000;
}

.bjh-p {
    font-size: 15px;
}


/*首页-媒体学校*/
.mediaschool {
    margin: 20px 0;
    background: url(../images/sbox.png) no-repeat left center;
    height: 36px;
    line-height: 36px;
}

    .mediaschool .more {
        float: right;
        background-color: white;
        padding-left: 10px;
    }

    .mediaschool h5 {
        float: left;
        padding-left: 24px;
    }

        .mediaschool h5 a {
            color: #0849a3;
        }

            .mediaschool h5 a i {
                background-position: center 2px;
                width: 44px;
                height: 36px;
                display: inline-block;
                float: left;
                background: url(../images/sbox_title.png) no-repeat;
                background-position-x: 0%;
                background-position-y: 0%;
                transition: all 1s;
                -moz-transition: all 1s;
                -ms-transition: all 1s;
                -o-transition: all 1s;
            }

.media1 h5 a i {
    background-position-y: 24.5%;
}

.media2 h5 a i {
    background-position-y: 49%;
}

.media3 h5 a i {
    background-position-y: 99%;
}

.mediaschool h5 a span {
    color: #ffb400;
}

.mediaschool-words {
    text-indent: 2em;
    font-weight: bold;
}

.news-index .item {
    position: relative;
    padding-right: 70px;
    line-height: 2.5;
    font-size: 15px;
}

    .news-index .item .title a {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        background: url(../images/sx.png) no-repeat left center;
        padding-left: 20px;
    }

    .news-index .item .date {
        position: absolute;
        right: 0px;
        color: #999;
        top: 0px;
    }

.index-padding li:nth-child(2), .index-padding li:nth-child(2) .date {
    padding-top: 20px;
}



/*首页-图片一栏*/
.picture-bg {
    background: url(../images/photobg.jpg);
    margin: 50px 0 30px;
    position: relative;
    z-index: 3;
}

    .picture-bg li a {
        border: 4px #fff solid;
        margin: 40px 0;
    }

.mediaschool h5 a i {
    transition: transform 0.8s ease-out;
    -webkit-transition: -webkit-transform 0.8s ease-out;
    -moz-transition: -moz-transform 0.8s ease-out;
    -o-transition: -o-transform 0.8s ease-out;
    -ms-transition: -ms-transform 0.8s ease-out;
}

.mediaschool h5:hover a i {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
}

/*网站地图*/
.bd-gray {
    border: 1px solid #ddd;
}

.xianshilm {
    border-bottom: 1px solid #DDD;
}

    .xianshilm span {
        color: #1a56a8;
        font-size: 20px;
        line-height: 40px;
        border-bottom: 2px solid #1a56a8;
        display: inline-block;
        font-weight: bold;
    }

.webmap > ul > li {
    font-size: 18px;
    font-weight: bold;
}

    .webmap > ul > li > a {
        color: #1a56a8;
    }

.webmap ul > li > ul > li {
    display: inline-block;
    margin: 10px 10px;
    font-size: 14px;
    font-weight: normal;
}

    .webmap ul > li > ul > li > ul > li {
        display: none;
    }






/*------ddd-----------*/
/*首页*/

/*主菜单*/
@media (min-width:1000px) /*pc端*/
{
    body {
        background: url(../images/content_bg2.jpg) center no-repeat;
    }

    .co-bg {
        background-color: #fff;
    }

    .tab-content {
        height: 275px;
    }

    .tab-content2 {
        padding: 0 15px;
    }

    .tab {
        padding: 45px 15px;
    }

    .tab2 {
        padding: 20px 15px;
    }

    .tab3 {
        padding: 35px 15px;
    }

    .xzjy {
        min-height: 270px;
        margin-bottom: 30px;
    }
    /*Top*/
    .pclogo {
        position: absolute;
        padding-top: 75px;
    }

    .container2 {
        background-color: #245086;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.37);
        height: 50px;
    }

        .container2 .containernav {
            max-width: 1270px;
            margin-left: 252px;
        }

    .nav {
        width: 100%;
        padding: 0px 9px;
    }

    .nav-bg {
        background: url(../images/nav_bg.png) center no-repeat;
        height: 62px;
        margin: 30px auto 0;
        background-size: 100% 100%;
        width: 1270px;
    }

    .nav > ul > li {
        width: 174px;
        border-left: 1px solid #143b6a;
        border-right: 1px solid #143b6a;
        float: left;
        text-align: center;
        height: 30px;
        margin-top: 18px;
    }
        .nav > ul > li:last-child {
            border-right: 0;
        }

        .nav > ul > li:nth-child(2) {
            border-left: 0;
        }

        .nav > ul > li:first-child {
            width: 0;
        }

        .nav > ul > li > ul {
            position: absolute;
            left: 0;
            z-index: 200;
            width: 100%;
            background-color: #F2F2F2;
            height: 0;
            overflow: hidden;
            transition: all 0.3s ease-in-out;
        }

        .nav > ul > li > a {
            font-size: 20px;
            color: #fff;
            font-weight: 900;
        }

        .nav > ul > li:hover {
            background: url(../images/nav_lion.png)no-repeat center;
        }

            .nav > ul > li:hover > ul {
                height: auto;
                padding-top: 10px;
                padding-bottom: 10px;
            }
            .nav > ul > li:hover > .childData {
                visibility: visible;
            }
    .nav ul li ul li {
        border-bottom: 2px solid #E2E2E2;
        box-shadow: 0px 17px 5px -15px #E2E2E2 inset;
    }
    .nav ul li ul li a {
        display: block;
        width: 100%;
        text-align: center;
        color: #000;
        line-height: 50px;
        height: 50px;
        font-size: 16px;
    }
       
        .nav ul li ul li:last-child {
            /*box-shadow: none;*/
            border: none;
        }

        .nav ul li ul li a:hover {
            text-decoration: none;
            color: #fff;
            background-color: #ecaa37;
        }

    .nav ul li {
        position: relative;
    }

        .nav ul li .arrow {
            display: none
        }

        .nav ul li ul li ul {
            left: 100%;
            top: 0px;
            display: none
        }

    .display-dies {
        display: none;
    }

    .nav > ul > li:first-child > ul {
        display: none;
    }

    .sousuo {
        font-size: 26px;
        padding: 30px 0 20px;
        text-align: center;
    }
}

/*TOP*/
@media(min-width:1000px) {
    .header {
        position: relative;
        z-index: 5;
        background: #f9f9f9 url(../images/header.jpg) center top no-repeat;
        height: 300px;
    }
}

@media(max-width:1000px) {
    .co-bg .row div {
        padding-top: 0;
        text-align: left;
    }

    .top {
        background: #6e7b8c;
        line-height: 38px;
        overflow: hidden;
        text-align: right;
        position: relative;
        z-index: 10;
    }

    .header .logo img {
        width: auto;
        height: 50px;
    }

    .logo-bottom {
        border-bottom: 1px solid #ddd;
    }

    .logo-bt {
        padding: 10px 0;
    }
}

.office-system li {
    display: inline-block;
    padding-left: 20px;
}

    .office-system li a {
        color: #fff;
    }

        .office-system li a .fa {
            padding-right: 10px;
        }

.determine {
    position: relative;
}

.office-system {
    position: absolute;
    right: 0;
    top: 70px;
}

/*top*/
.sst-box {
    right: 16px;
    margin: 90px -17px 0;
    float: right;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 5px 5px 5px 5px;
}

    .sst-box .text {
        width: 195px;
        height: 40px;
        line-height: 40px;
        background-color: #f5f5f5;
        border-radius: 5px 0px 0px 5px;
        border: none;
        color: #999;
        font-size: 14px;
        padding-left: 15px;
        outline: none;
    }

        .sst-box .text:focus-visible {
        }

.btn {
    width: 60px;
    height: 40px;
    background-color: #92D14F;
    border-radius: 0px 5px 5px 0px;
    border: none;
    overflow: hidden;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    outline: none;
}

/*首页-新闻例表*/
.imgs .shd {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    position: absolute;
    right: 7px;
    bottom: 0px;
    z-index: 1;
}

    .imgs .shd ul {
        overflow: hidden;
        float: right;
        padding-right: 5px;
    }

.imgs .shd ul li {
    float: left;
    margin: 10px 5px 0 0;
    width: 15px;
    height: 15px;
    font-size: 0px;
    border-radius: 50%;
    line-height: 15px;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
    background: #bfbfbf;
    color: #fff;
}

.imgs img {
    height: 380px;
}

.imgs p {
    width: 590px;
    position: absolute;
    padding: 0px;
    margin: 0px;
    bottom: 0;
    z-index: 10;
    height: 40px;
    line-height: 40px;
    background: rgba(0,0,0,0.6);
    font-size: 15px;
    display: block;
    color: #fff;
    text-indent: 15px;
    text-align: left;
}

.display-block {
    display: block;
}

.display-none {
    display: none;
}

@media(min-width:1000px) {
    .tabbox .tab-title ul li {
        width: 20%;
        float: left;
        font: 600 20px/42px "Microsoft YaHei";
        height: 45px;
        line-height: 45px;
    }

    .tabbox2 .tab-title ul li {
        width: 25%;
        float: left;
        font: 600 20px/42px "Microsoft YaHei";
        height: 45px;
        line-height: 45px;
    }

    .tabbox {
        position: relative;
        padding-bottom: 30px;
    }

        .tabbox .tab-title {
            height: 46px;
            line-height: 46px;
            background-color: #f9f9f9;
        }

    .tabbox2 .tab-title {
        height: 46px;
        line-height: 46px;
        background-color: #f9f9f9;
    }

    .tabbox .tab-title ul li.select {
        position: relative;
        color: #fff;
        background: url(../images/sb/hd_on.png) 0 0 no-repeat #006bc9;
        font: 600 20px/42px "Microsoft YaHei";
        display: block;
        cursor: pointer;
        height: 45px;
        line-height: 45px;
    }

    .tabbox .tab-title ul li.select .xd-bg {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 5px;
        background: #92D050;
    }

    .tabbox2 .tab-title ul li.select {
        color: #fff;
        background: url(../images/sb/hd_on.png) 0 0 no-repeat #006bc9;
        font: 600 20px/42px "Microsoft YaHei";
        display: block;
        cursor: pointer;
        height: 45px;
        line-height: 45px;
    }

    .tabbox .tab-title ul li.select a {
        color: #fff;
    }

    .tabbox2 .tab-title ul li.select a {
        color: #fff;
    }

    .tabbox .tab-content .tab-more {
        position: absolute;
        right: 10px;
        top: 10px;
    }

    .tabbox .tab-title .more {
        float: right;
        padding-right: 15px;
        font-size: 16px;
        color: #666666;
    }

    .tabbox2 .tab-title .more {
        float: right;
        padding-right: 15px;
        font-size: 16px;
        color: #666666;
    }

    .tabbox .tab-title .more:hover {
        color: #ffa200;
    }

    .tabbox2 .tab-title .more:hover {
        color: #ffa200;
    }

    .tab-contentt .tabctt .indexpage {
        padding: 0;
    }

        .tab-contentt .tabctt .indexpage li span {
            margin-right: 20px;
        }

        .tab-contentt .tabctt .indexpage li {
            margin: 0px;
            width: 100%;
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            color: #555;
            display: block;
            font: normal 18px/42px "Microsoft YaHei";
            letter-spacing: 2px;
            text-align: left;
            padding-left: 20px;
            background: url(../images/sb/list_icon.jpg) 8px center no-repeat;
        }

            .tab-contentt .tabctt .indexpage li:hover {
                transform: scale(1.02);
                box-shadow: 0px 5px 33px 0px rgba(82, 156, 219,0.17);
                -webkit-transition: all 0.3s ease-in-out 0s;
            }
}

@media(max-width:1000px) {
    .tabbox2 .tab-title {
        padding: 10px;
        font-size: 18px;
        font-weight: 700;
    }

    .tabbox .tab-title ul li {
    }

    .tabbox .tab-content .tab-more {
        font-size: 13px;
    }

    .tabbox {
        position: relative;
    }

        .tabbox .tab-title ul li {
            display: inline-block;
            cursor: pointer;
            text-align: center;
            font: normal 18px/36px "Microsoft YaHei";
            padding: 0 20px;
        }

            .tabbox .tab-title ul li.select {
                background: none;
                border-bottom: 2px solid #194274;
                color: #194274;
                border-radius: 0rem;
                font: 700 18px/36px "Microsoft YaHei";
                padding: 0 20px;
            }

        .tabbox .tab-content .tab-more {
            position: absolute;
            right: 10px;
            top: 10px;
        }
}

/*首页banner轮播图*/
.indexpage li span {
    color: #999;
    float: right;
    letter-spacing: 0;
    background-color: #f5f5f5;
    border-radius: 8px;
    line-height: 16px;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    padding: 2px 4px;
    box-sizing: border-box;
}

    .indexpage li span:hover {
        background-color: #ffa200;
        color: #fff;
    }

.indexpage li a:hover {
    color: #ffa200;
    font-weight: 600;
}

@media(min-width:1000px) {
    .indexpage li {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #555;
        display: block;
        font: normal 16px/38px "Microsoft YaHei";
        letter-spacing: 0.5px;
        text-align: left;
        padding-left: 12px;
        background: url(../images/list_icon.jpg) 0px center no-repeat;
    }
    .indexpage li a {
        font-size: 16px;
    }
}

@media(max-width:1000px) {
    .indexpage li {
        margin: 0 auto;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #555;
        display: block;
        font: normal 16px/40px "Microsoft YaHei";
        letter-spacing: 0.5px;
        text-align: left;
        padding-left: 12px;
        background: url(../images/list_icon.jpg) 0px center no-repeat;
    }
}

/*底部*/
.bgg {
    background: #245086;
    height: 200px;
}

.bottom-bg {
    width: 1240px;
    margin: 0 auto;
    background: #245086;
}

.bg-bottom .india a {
    color: white;
}

.fa-home::before {
    content: none;
}

.pagebanner .font img {
    width: 70px;
    height: 80px;
    margin-left: 385px;
}

.pagebanner .font {
    color: #fff;
    padding-top: 200px;
    padding-right: 45px;
}

    .pagebanner .font h1 {
        font-size: 26px;
        line-height: 50px;
        font-weight: normal;
    }

@media(min-width:1000px) {
    .foot-bg {
        padding-top: 30px;
        color: #fff;
        line-height: 2;
    }

        .foot-bg a {
            color: #fff;
        }
}

@media(max-width:1000px) {
    .foot-bg {
        color: #fff;
    }
}

/*子栏目样式*/
.sub-nav-box {
    clear: both;
    border: solid 1px #eeeeee;
}

    .sub-nav-box li a:hover, .sub-nav-box .sub-nav li.current > a {
        clear: both;
        color: #fff;
        background: url(../images/menuList_on.png)no-repeat center;
    }

    .sub-nav-box .tabct li a:hover {
        clear: both;
        color: #ffa200;
        background: none;
    }

    .sub-nav-box .sub-nav-title {
        text-align: center;
        color: #fff;
        font-size: 26px;
        line-height: 68px;
    }

        .sub-nav-box .sub-nav-title .hd {
            background: url(../images/sideMenu_hd.jpg)no-repeat center;
        }

        .sub-nav-box .sub-nav-title .hd2 {
            background: url(../images/sideMenu_hd.jpg)no-repeat center;
        }

        .sub-nav-box .sub-nav-title .hd span {
            border: none;
            font-size: 24px;
            padding-left: 33px;
            background: url(../images/sideMenu_icon.png) 0 50% no-repeat;
        }

        .sub-nav-box .sub-nav-title .hd2 span {
            border: none;
            font-size: 24px;
            padding-left: 33px;
            background: url(../images/sideRmph_icon.png) 0 50% no-repeat;
        }

    .sub-nav-box .sub-nav {
        clear: both;
        text-align: left;
        width: 100%;
        overflow: visible;
        padding-bottom: 15px;
    }

        .sub-nav-box .sub-nav li {
            padding: 0;
            position: relative;
            display: block;
            width: 230px;
            height: 48px;
            line-height: 50px;
            background-color: #eaf0f4;
            border-radius: 24px;
            margin: 10px auto 10px;
            text-align: center;
        }

            .sub-nav-box .sub-nav li a {
                display: block;
                font-size: 18px;
                text-align: center;
            }

            .sub-nav-box .sub-nav li ul {
                display: none
            }

                .sub-nav-box .sub-nav li ul li a {
                    padding-left: 120px;
                    text-align: left;
                }

                .sub-nav-box .sub-nav li ul li ul li a {
                    padding-left: 140px;
                    text-align: left;
                }

    .sub-nav-box li .arrow {
        position: absolute;
        right: 0px;
        top: 0px;
        width: 54px;
        height: 54px;
        line-height: 54px;
        text-align: center;
        transition-duration: 0.1s;
        cursor: pointer
    }

        .sub-nav-box li .arrow:after {
            font-family: FontAwesome;
            content: "\f105";
            display: block;
            font-weight: bold;
            font-size: 18px;
            color: #000;
        }

    .sub-nav-box .sub-nav li.active > ul {
        display: block
    }

    .sub-nav-box .sub-nav li.active > .arrow {
        transform: rotate(90deg)
    }


/*文在超出范围*/
.card1 {
    display: block; /*内联对象需加*/
    word-break: keep-all; /* 不换行*/
    white-space: nowrap; /* 不换行*/
    overflow: hidden; /* 内容超出宽度时隐藏超出部分的内容*/
    text-overflow: ellipsis;
}

.card2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 42px;
}

.card3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 60px;
}

/*移动端固定栏目按钮*/
.float-nav-toggle {
    z-index: 4;
    display: block;
    text-align: center;
    position: fixed;
    left: 6px;
    bottom: 60px;
    color: #fff;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: rgba(13, 13, 13, 0.6);
    border-radius: 20px;
}

@media (max-width: 767px) {
    .display-xs-block {
        display: block !important;
    }
}

/*移动端固定导航栏*/
.footer-fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: hidden;
    width: 100%;
    padding: 6px 0px 2px;
    color: #fff;
    z-index: 4;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top: 0.2rem solid #000;
    background: #fff;
}

    .footer-fixed ul {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: center;
        text-align: center;
    }

        .footer-fixed ul li a {
            width: 100%;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            font-size: 13px;
        }

        .footer-fixed ul li p {
            font-size: 1.3rem;
        }

    .footer-fixed.active {
        transform: translateX(2.8rem);
        z-index: 9;
    }

.footer-fixed2 {
    font-size: 2.8rem;
    padding-top: 0.6rem;
}

.footer-fixed i {
    display: block;
}

.footer-fixed .fa {
    font-size: 22px;
}

@media (min-width:1000px) {
    .footer-fixed {
        display: none !important;
    }

    .boxborder2 img, .boxborder2 .addpadding {
        overflow: hidden;
    }

    .boxborder2 .mask {
        width: 96%;
    }

    .boxborder2 .add1 {
        padding-right: 10px;
    }

    .boxborder2 .add2 {
        padding-left: 10px;
    }

    .boxborder2 .add3 {
        padding-right: 10px;
    }

    .boxborder2 .add4 {
        padding-left: 10px;
    }
}

@media (max-width:769px) and (min-width:415px) {
    .addpadding {
        margin: 10px;
    }

    .boxborder2 .mask {
        width: 94.6%;
        bottom: 10px;
    }
}



/*校长工作室*/
.xzgzs {
    height: 150px;
    background: url(../images/sb/zchxzgzs.jpg)no-repeat center;
    background-size: 100% 100%;
    margin: 0 auto;
}

@media (min-width:1000px) {
    .xzgzs-bg {
        padding: 30px 0;
        margin: 0;
    }

    .container .li1 {
        float: left;
        width: 100%;
        height: 140px;
        background-color: #5098d8;
        position: relative;
        margin-right: 25px;
    }

        .container .li1 i {
            display: block;
            width: 70px;
            height: 70px;
            margin: 17px auto 0;
            background: url(../images/sb/link_icons.png) 50% 20px no-repeat;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 50%;
            background-color: #fff;
            transition: all 2s;
        }

        .container .li1:hover i {
            transform: rotateY(360deg);
        }

        .container .li1 a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            line-height: 222px;
            color: #ffffff;
        }

    .container .li2 {
        float: left;
        width: 100%;
        height: 140px;
        background-color: #ecaa37;
        position: relative;
        margin-right: 25px;
    }

        .container .li2 i {
            display: block;
            width: 70px;
            height: 70px;
            margin: 17px auto 0;
            background: url(../images/sb/link_icons.png) 50% 20px no-repeat;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 50%;
            background-color: #fff;
            transition: all 2s;
            background-position: 16px -80px;
        }

        .container .li2:hover i {
            transform: rotateY(360deg);
        }

        .container .li2 a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            line-height: 222px;
            color: #ffffff;
        }

    .container .li3 {
        float: left;
        width: 100%;
        height: 140px;
        background-color: #c98d70;
        position: relative;
        margin-right: 25px;
    }

        .container .li3 i {
            display: block;
            width: 70px;
            height: 70px;
            margin: 17px auto 0;
            background: url(../images/sb/link_icons.png) 50% 20px no-repeat;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 50%;
            background-color: #fff;
            transition: all 2s;
            background-position: 16px -184px;
        }

        .container .li3:hover i {
            transform: rotateY(360deg);
        }

        .container .li3 a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            line-height: 222px;
            color: #ffffff;
        }

    .container .li4 {
        float: left;
        width: 100%;
        height: 140px;
        background-color: #3ebb9b;
        position: relative;
        margin-right: 25px;
    }

        .container .li4 i {
            display: block;
            width: 70px;
            height: 70px;
            margin: 17px auto 0;
            background: url(../images/sb/link_icons.png) 50% 20px no-repeat;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 50%;
            background-color: #fff;
            transition: all 2s;
            background-position: 16px -292px;
        }

        .container .li4:hover i {
            transform: rotateY(360deg);
        }

        .container .li4 a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            line-height: 222px;
            color: #ffffff;
        }

    .container .li5 {
        float: left;
        width: 100%;
        height: 140px;
        background-color: #ef7766;
        position: relative;
        margin-right: 25px;
    }

        .container .li5 i {
            display: block;
            width: 70px;
            height: 70px;
            margin: 17px auto 0;
            background: url(../images/sb/link_icons.png) 50% 20px no-repeat;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 50%;
            background-color: #fff;
            transition: all 2s;
            background-position: 16px -405px;
        }

        .container .li5:hover i {
            transform: rotateY(360deg);
        }

        .container .li5 a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            line-height: 222px;
            color: #ffffff;
        }

    .container .li6 {
        float: left;
        width: 100%;
        height: 140px;
        background-color: #8e82cc;
        position: relative;
    }

        .container .li6 i {
            display: block;
            width: 70px;
            height: 70px;
            margin: 17px auto 0;
            background: url(../images/sb/link_icons.png) 50% 20px no-repeat;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 50%;
            background-color: #fff;
            transition: all 2s;
            background-position: 16px -518px;
        }

        .container .li6:hover i {
            transform: rotateY(360deg);
        }

        .container .li6 a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 20px;
            font-weight: 600;
            line-height: 222px;
            color: #ffffff;
        }
}

@media (max-width:1000px) {
    .rslz-row {
        margin: 0;
    }

    .xzgzs-bg {
        padding: 15px;
        margin: 0;
    }

    .container .li1 {
        float: left;
        width: 100%;
        height: 110px;
        background-color: #5098d8;
        position: relative;
    }

        .container .li1 i {
            display: block;
            width: 50px;
            height: 50px;
            margin: 15px auto 0;
            background: url(../images/sb/link_icons.png) 50% 10px no-repeat;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 50%;
            background-color: #fff;
            transition: all 2s;
        }

        .container .li1:hover i {
            transform: rotateY(360deg);
        }

        .container .li1 a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            line-height: 175px;
            color: #ffffff;
        }

    .container .li2 {
        float: left;
        width: 100%;
        height: 110px;
        background-color: #ecaa37;
        position: relative;
    }

        .container .li2 i {
            display: block;
            width: 50px;
            height: 50px;
            margin: 15px auto 0;
            background: url(../images/sb/link_icons.png) 50% 10px no-repeat;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 50%;
            background-color: #fff;
            transition: all 2s;
            background-position: 6px -90px;
        }

        .container .li2:hover i {
            transform: rotateY(360deg);
        }

        .container .li2 a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            line-height: 175px;
            color: #ffffff;
        }

    .container .li3 {
        float: left;
        width: 100%;
        height: 110px;
        background-color: #c98d70;
        position: relative;
    }

        .container .li3 i {
            display: block;
            width: 50px;
            height: 50px;
            margin: 15px auto 0;
            background: url(../images/sb/link_icons.png) 50% 10px no-repeat;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 50%;
            background-color: #fff;
            transition: all 2s;
            background-position: 6px -194px;
        }

        .container .li3:hover i {
            transform: rotateY(360deg);
        }

        .container .li3 a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            line-height: 175px;
            color: #ffffff;
        }

    .container .li4 {
        float: left;
        width: 100%;
        height: 110px;
        background-color: #3ebb9b;
        position: relative;
    }

        .container .li4 i {
            display: block;
            width: 50px;
            height: 50px;
            margin: 15px auto 0;
            background: url(../images/sb/link_icons.png) 50% 10px no-repeat;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 50%;
            background-color: #fff;
            transition: all 2s;
            background-position: 6px -302px;
        }

        .container .li4:hover i {
            transform: rotateY(360deg);
        }

        .container .li4 a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            line-height: 175px;
            color: #ffffff;
        }

    .container .li5 {
        float: left;
        width: 100%;
        height: 110px;
        background-color: #ef7766;
        position: relative;
    }

        .container .li5 i {
            display: block;
            width: 50px;
            height: 50px;
            margin: 15px auto 0;
            background: url(../images/sb/link_icons.png) 50% 10px no-repeat;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 50%;
            background-color: #fff;
            transition: all 2s;
            background-position: 6px -416px;
        }

        .container .li5:hover i {
            transform: rotateY(360deg);
        }

        .container .li5 a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            line-height: 175px;
            color: #ffffff;
        }

    .container .li6 {
        float: left;
        width: 100%;
        height: 110px;
        background-color: #8e82cc;
        position: relative;
    }

        .container .li6 i {
            display: block;
            width: 50px;
            height: 50px;
            margin: 15px auto 0;
            background: url(../images/sb/link_icons.png) 50% 10px no-repeat;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 50%;
            background-color: #fff;
            transition: all 2s;
            background-position: 6px -528px;
        }

        .container .li6:hover i {
            transform: rotateY(360deg);
        }

        .container .li6 a {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            text-align: center;
            font-size: 18px;
            font-weight: 600;
            line-height: 175px;
            color: #ffffff;
        }
}



/*首页*/
.djyl-bg {
    width: 49%;
    background-color: #fff;
}

.titlebg {
    line-height: 44px;
    overflow: hidden;
    white-space: nowrap;
    letter-spacing: 0.5px;
    text-overflow: ellipsis;
    display: block;
}

    .titlebg img {
        width: 150px;
        height: 100px;
    }

    .titlebg i {
        color: #333333;
        font: 600 18px/38px "Microsoft YaHei";
        padding-left: 20px;
    }

        .titlebg i:hover {
            color: #ffa200;
        }

.indexpage {
    padding-top: 15px;
}

.zwzp-bg {
    padding-top: 15px;
}

.tp-bg li {
    background-color: #fff;
    padding-bottom: 10px;
}

/*footer*/
.ewm-bg {
    float: right;
    padding: 0 40px;
}

.gzh-title {
    height: 12px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    display: block;
    padding-top: 5px;
}

/*新闻中心*/
.xzjy .title {
    line-height: 32px;
    text-align: left;
    font-weight: bold;
}

    .xzjy .title a {
        font-size: 18px;
        line-height: 36px;
        color: #333333;
        font-weight: 500;
    }

.xzjy .intro {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}

@media (min-width:1000px) {
    .c {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
    }

    .djyl-bg2 {
        margin-left: 20px;
        width: 49%;
        background-color: #fff;
    }
}

@media(max-width:1000px) {
    .c {
        border-bottom: 1px solid #eee;
        padding-bottom: 10px;
    }

    .djyl-bg2 {
        background-color: #fff;
    }
}

/*无缝滚动*/
.sy_mk {
    background: #fff;
}

.marqueelefts {
    height: auto;
    overflow: hidden;
    padding: 10px 0;
    box-sizing: border-box;
    background-color: #fff;
}

    .marqueelefts ul {
        float: left;
    }

    .marqueelefts li {
        float: left;
        margin: 0 5px;
        display: inline;
        width: 200px;
        height: auto;
        overflow: hidden;
        text-align: center;
    }

        .marqueelefts li .pic {
            width: 180px;
            height: 110px;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            box-shadow: 0 0 5px #ccc;
            border: 1px solid #ddd;
        }

        .marqueelefts li .txt {
            text-align: center;
            height: auto;
            line-height: 260px;
        }

    .marqueelefts .marquee1_1 > li > p {
        text-align: center;
        margin: 0 auto;
        display: inline-block;
    }

    .marqueelefts li .pic .thumbb {
        position: absolute;
        left: 25px;
        right: 0px;
        bottom: 10px;
        height: 30px;
        text-align: center;
        background-color: rgba(0, 0, 0, 0.5);
    }

    .marqueelefts li .pic .thumnn {
        overflow: hidden;
        white-space: nowrap;
        letter-spacing: 0.5px;
        text-overflow: ellipsis;
        display: block;
        color: #fff;
        padding: 0 10px;
    }
    .marqueelefts li .pic img {
        width: 100% !important;
        height: 100% !important;
        display:block;
    }

    .marqueelefts .bd-1 {
        overflow: hidden;
        height: 50px;
        background: #f4f4f4;
        padding: 0 10px;
    }

        .marqueelefts .bd-1 a {
            display: block;
            font-size: 20px;
            cursor: pointer;
            font-weight: 600;
            padding-top: 15px;
            padding-left: 20px;
        }

            .marqueelefts .bd-1 a:hover {
                color: #000;
            }

.bd-1 {
    overflow: hidden;
    height: 50px;
    background: #f4f4f4;
    padding: 0 25px;
    padding-top: 10px;
    margin-top: 15px;
}

    .bd-1 a {
        display: block;
        font-size: 20px;
        cursor: pointer;
        font-weight: 600;
        color: #000;
    }

/*footer*/
.slideTxtBox .hd ul {
    color: #fff;
}

    .slideTxtBox .hd ul li {
        cursor: pointer;
        color: #cad4e7;
        font-size: 16px;
        display: inline-block;
        padding: 0 15px;
    }

        .slideTxtBox .hd ul li:first-child {
            margin-left: -15px;
        }

        .slideTxtBox .hd ul li.on {
            color: #fff;
            font-weight: bold;
        }

.slideTxtBox .bd > li {
    height: 24px;
    line-height: 24px;
    color: #fff;
}

.slideTxtBox .bd ul {
    line-height: 2.6;
}

.slideTxtBox .bd li ul li {
    display: inline-block;
    font-size: 15px;
}

.slideTxtBox .bd li a {
    color: #cad4e7;
}

.slideTxtBox .bd li ul li:first-child, .slideTxtBox .bd li ul {
    color: #fff;
}

    .slideTxtBox .bd li ul li a:hover {
        color: #fff;
    }

@@media(max-width:1000px) {
    .slideTxtBox .hd ul li {
        padding: 0 8px;
    }

        .slideTxtBox .hd ul li:first-child {
            margin-left: -10px;
        }
}

.friendlinks {
    padding: 20px 0 0 30px
}

    .friendlinks dl {
        width: 222px;
        margin-right: 15px;
        float: left;
        display: inline;
        position: relative;
    }

        .friendlinks dl dt {
            height: 34px;
            line-height: 34px;
            padding: 0 5px 0 8px;
            overflow: hidden;
            border: 1px solid #ccc;
            background: #fff;
            position: relative;
            cursor: pointer;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            border-radius: 2px;
        }

            .friendlinks dl dt i {
                right: 12px;
                top: 50%;
                margin-top: -2px;
                border-width: 5px;
                position: absolute;
                border-color: transparent;
                border-style: dashed;
                border-top-color: #363636;
                border-top-style: solid;
                content: "";
                display: block;
                font-size: 0;
                line-height: 0;
                width: 0;
            }

            .friendlinks dl dt h3 {
                border-right: 1px solid #ccc;
                width: 175px;
                color: #333;
            }

    .friendlinks dd {
        bottom: 35px;
        display: none;
        width: 100%;
        position: absolute;
        left: 0;
    }

    .friendlinks ul {
        max-height: 389px;
        border: 1px solid #ccc;
        background: #fff;
        overflow-y: scroll;
        z-index: 10;
        position: relative;
    }

        .friendlinks ul li {
            line-height: 22px;
            padding: 8px 10px;
            border-bottom: 1px dotted #ccc;
            word-break: keep-all;
            white-space: nowrap;
            cursor: pointer;
        }

            .friendlinks ul li a {
                display: block;
                color: #333;
            }

            .friendlinks ul li:last-child {
                border-bottom: 0;
            }

    .friendlinks .on dt i {
        border-top-style: none;
        border-bottom-color: #aaa;
        border-bottom-style: solid;
    }

    .friendlinks ul li:hover {
        background-color: #f0f0f0;
    }

#footer .footerNav a {
    font-size: 14px;
    float: left;
}

#footer .footerNav em {
    margin: 0 10px;
    float: left;
}

#footer .footerNav a:hover {
    color: #ffa800;
}

.foot-bg a:hover {
    color: #ffa800;
}


html {
    overflow-y: scroll;
    min-height: 101%;
}

html {
    overflow: -moz-scrollbars-vertical;
}

.newswiper-container .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;
}

.newswiper-container .swiper-slide .inner {
    width: 100%;
}

.newswiper-container .swiper-slide img {
    display: block;
    margin: 0 auto;
}

.newswiper-container.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 8px;
}

.newswiper-container .swiper-pagination {
    text-align: right;
}

.newswiper-container .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    text-align: right;
    opacity: .5;
    background: #fff;
}

.newswiper-container .swiper-pagination-bullet-active {
    color: #fff;
    opacity: 1;
}

.newswiper-container .title {
    width: 100%;
    background: rgba(0,0,0,.7);
    font-size: 14px;
    color: #fff;
    line-height: 3;
    padding-right: 80px;
    padding-left: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media (min-width:1000px) {
    .newswiper-container .swiper-slide img {
        height: 320px;
        width: 100%;
    }

    .newswiper-container {
        width: 100%;
        position: relative;
        overflow: hidden;
        border: 1px solid #ddd;
    }
}

@media (max-width:1000px) {
    .newswiper-container .swiper-slide img {
        height: 100%;
        width: 100%;
    }

    .newswiper-container {
        width: 100%;
        position: relative;
        overflow: hidden;
        border: 1px solid #ddd;
        margin: 0 auto;
    }
}

.wrapper {
    padding-bottom: 66px;
    box-sizing: border-box;
}

/*尾部*/
.px1400 {
    width: 1400px;
    margin: 0 auto;
}

.footer {
    background: url(../images/sb/foot-bj.png) no-repeat;
    background-size: 1920px 100%;
    background-position: center top;
    margin-top: -55px;
    position: relative;
    z-index: 10;
}

.foot-child {
    padding: 110px 0 25px 0;
}

.foot-tit {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 30px;
}

.foot-l {
    float: left;
    width: 300px;
    vertical-align: middle;
}

.foot-m {
    float: left;
    width: 690px;
    margin-left: 90px;
}

    .foot-m p {
        color: #fff;
        font-size: 0;
        line-height: 35px;
    }

        .foot-m p img {
            vertical-align: middle;
        }

        .foot-m p span {
            vertical-align: middle;
            font-size: 15px;
            margin-left: 10px;
            margin-right: 40px;
        }

.foot-r {
    float: right;
}

    .foot-r ul {
        padding-top: 20px;
    }

        .foot-r ul li {
            float: left;
            margin-left: 35px;
            position: relative;
        }

            .foot-r ul li::before {
                content: "";
                position: absolute;
                left: 50%;
                margin-left: -10px;
                margin-bottom: -15px;
                bottom: 0;
                border: 10px solid transparent;
                border-bottom-width: 0;
                border-bottom-color: #fff;
                transition: all 0.5s;
            }

            .foot-r ul li:hover::before {
                border-bottom-width: 10px;
            }

            .foot-r ul li:hover .foot-ewm {
                height: 100px;
            }

.foot-qmt {
    width: 62px;
    height: 62px;
    background: url(../images/dot-cri.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    line-height: 62px;
    animation: xz 10s infinite linear;
    font-size: 0;
}

@keyframes xz {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

.foot-r ul li:first-child {
    margin-left: 0;
}

.foot-qmt > img {
    vertical-align: middle;
    position: relative;
    animation: xz_img 10s infinite linear;
}

@keyframes xz_img {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}

.foot-ewm {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    width: 100px;
    height: 0;
    left: 50%;
    margin-left: -50px;
    transition: all 0.5s;
    overflow: hidden;
}

    .foot-ewm img {
        display: block;
    }

.link-ul > div {
    float: left;
    width: 145px;
    margin-left: 10px;
    margin-bottom: 17px;
    position: relative;
}

    .link-ul > div:first-child {
        margin-left: 0;
    }

        .link-ul > div:first-child + div + div {
            margin-left: 0;
        }

.link-ul p {
    padding: 0 10px;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.73);
    font-size: 15px;
    line-height: 35px;
    color: #fff;
}

    .link-ul p img {
        float: right;
        margin-top: 14px;
    }

.link-ul > div ul {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    border: 1px solid #fff;
    border: 1px solid rgba(255, 255, 255, 0.73);
    background: #fff;
    padding: 10px 0;
}

    .link-ul > div ul li a {
        display: block;
        padding: 0 10px;
        font-size: 14px;
        line-height: 24px;
        color: #333;
    }

        .link-ul > div ul li a:hover {
            background: #224a9b;
            color: #fff;
        }

.link-ul > div:hover ul {
    display: block;
}

/*内容二*/
.dt-box {
    display: flex;
    flex-direction: row;
}

.dt-left-box .logo-img {
    width: 100%;
    height: 240px;
}

.dt-left-box .enter-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

    .dt-left-box .enter-box .enter-jj-box a {
        border-left: 1px solid #92D050;
        margin-left: 20px;
        padding-left: 20px;
        font-size: 20px;
        color: #000;
        font-weight: bold;
    }


    .dt-left-box .enter-box .enter-logo-box img {
        width: 170px;
        height: 80px;
    }

.dt-left-box div img {
    width: 100%;
    height: 100%;
}

    .dt-box .dt-left-box {
        width: 40%;
        height: 350px;
        border: 1px solid #e5e5e5;
        padding: 6px;
        box-sizing: border-box;
    }

.dt-box .dt-right-box {
    margin-left: 10px;
    width: 59%;
    height: 350px;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

        .dt-box .dt-right-box .hzgk-box {
            width: 100px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            color: #FFFFFF;
            font-weight: 600;
            background-color: #92D050;
        }

        .dt-box .dt-right-box .hz-des-box {
            color: #000000;
            padding: 10px;
            box-sizing: border-box;
            text-indent: 32px;
            font-size: 14px;
        }

.tab-box {
    width: 100%;
    min-height: 240px;
    border: 1px solid #e5e5e5;
    margin-top: 10px;
    box-sizing: border-box;
}

    .tab-box .tab-head {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        box-sizing: border-box;
        background-color: #F2F2F2;
    }

.tab-box .tab-head .title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.tab-box .tab-head .more {
    font-size: 14px;
    color:#000;
    cursor: pointer;
}

.tab-box .tab-body {
padding: 10px 10px 10px 30px;
box-sizing: border-box;
}


    .tab-box .tab-body ul li {
        float:left;
        width: 100%;
        list-style-type:disc;
        color:#000;
        /*display: flex;
		flex-direction: row;
		justify-content: space-between; */
    }

.tab-box .tab-body ul li a {
    font-size: 14px;
    float: left;
    color: #000000;
    text-decoration: none;
}

.tab-box .tab-body ul li span {
    float: right;
}

.tab-box .tab-body ul {
    padding: 0;
}

.tab-box .tab-body ul li .time {
    font-size: 14px;
    color: #999999;
}

.mar-box {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.mar-box div:nth-child(-n + 4) {
    margin-bottom: 10px;
}

.mar-box div:nth-child(4n + 4) {
    margin-right: 0;
}

.mar-box div a img {
    width: 403px;
    display: block;
}
.marqueelefts-lr:nth-child(2) {
    margin: 0 15px;
}

.more-isShowOne, .more-isShowOne2, .more-isShowOne3 {
    display: block;
}

.more-isShowTwo, .more-isShowTwo2, .more-isShowTwo3 {
    display: none;
}

.main-box {
    display: flex;
    flex-direction: row;
    justify-content: center;
}