﻿@charset "utf-8";
/* CSS Document */
/* 2020.02.19 */

.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.container {
    /* width:1170px; */
    margin: auto;
}

/*.wc-top {
    min-height: 89px;
    background: url(../../images/topbg.jpg) no-repeat center center;
    background-size: cover;
}*/

.logo {
}

    .logo img {
        /* width: 605px;
	height:107px ; */
        max-width: 100%;
        height: auto;
        display: block;
    }

/* wc-top end */

.banbg {
    /*background: url(../../images/banbg.jpg) no-repeat center top;*/
    /*min-height: 492px;*/
    background-size: cover;
    position: relative;
}

.wc-menu {
    /*position: absolute;
    left: 0px;
    top: 0px;*/
    width: 100%;
    background: url(../../images/mbg.png) repeat left top;
    height: 52px;
}

    .wc-menu ul {
    }

        .wc-menu ul li {
            float: left;
            line-height: 52px;
            position: relative;
            width: 144px;
            text-align: center;
        }

            .wc-menu ul li.last {
                margin-right: 0px;
                background: none;
            }

            .wc-menu ul li a {
                font-size: 16px;
                color: #fff;
                display: block;
                text-align: center;
                text-decoration: none;
                /* padding: 0 38px; */
            }

                .wc-menu ul li a:hover {
                    color: #fff;
                    border-bottom: 2px solid #4a9fdb;
                }

                .wc-menu ul li a.active {
                    color: #fff;
                    border-bottom: 2px solid #4a9fdb;
                    background: none;
                }

            .wc-menu ul li.last {
                padding-right: 0;
                border-right: none;
            }

            .wc-menu ul li .ernav {
                position: absolute;
                left: 0px;
                top: 54px;
                z-index: 1111;
                *z-index: 10;
                background: #f5f5f5;
                opacity: 0.8;
                width: 100%;
                display: none;
            }

                .wc-menu ul li .ernav li {
                    background: none;
                    width: 100%;
                    line-height: 28px;
                    margin: 0;
                    text-align: left;
                    float: none;
                    border-bottom: 1px solid #8d8d8d;
                }

                    .wc-menu ul li .ernav li a {
                        line-height: 30px;
                        padding: 5px 0px;
                        display: block;
                        margin: 0;
                        font-weight: normal;
                        border: none;
                        float: none;
                        text-align: center;
                        color: #333;
                        font-size: 16px;
                        background: none;
                        width: 100%;
                    }

                        .wc-menu ul li .ernav li a:hover {
                            color: #fff;
                            background: #3e72b4;
                        }

/*menu End*/


/*手机导航*/
/* 展开右侧按钮 */

.menu-button {
    position: absolute;
    top: 40px;
    right: 0px;
    padding: 15px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 10;
}

.bar {
    position: relative;
    display: block;
    width: 28px;
    height: 2px;
    margin: 8px auto;
    background-color: #fff;
    border-radius: 10px;
    -webkit-transition: .3s;
    transition: .3s;
}

.menu-button .bar:nth-of-type(1) {
    margin-top: 0px;
}

.menu-button .bar:nth-of-type(3) {
    margin-bottom: 0px;
}

.menu-button:hover .bar:nth-of-type(1) {
    -webkit-transform: translateY(1.5px) rotate(-4.5deg);
    -ms-transform: translateY(1.5px) rotate(-4.5deg);
    transform: translateY(1.5px) rotate(-4.5deg);
}

.menu-button:hover .bar:nth-of-type(2) {
    opacity: .9;
}

.menu-button:hover .bar:nth-of-type(3) {
    -webkit-transform: translateY(-1.5px) rotate(4.5deg);
    -ms-transform: translateY(-1.5px) rotate(4.5deg);
    transform: translateY(-1.5px) rotate(4.5deg);
}
/* end */

.header-nav .sub-title + ul > li > a {
    width: 100%;
    overflow: hidden;
    display: block;
    font-size: 16px;
    padding: 5px 0;
    color: #eee;
}

/*手机导航*/


.header-nav {
    bottom: auto;
    top: 0;
    text-align: left;
}

    .header-nav .nav {
        float: none;
    }

        .header-nav .nav > li {
            float: none;
            display: block;
            padding: 10px 0;
        }

            .header-nav .nav > li > a {
                padding: 0;
                font-size: 18px;
            }

                .header-nav .nav > li > a span {
                    padding-bottom: 8px;
                    display: block;
                    color: #fff;
                }

    .header-nav .nav-pills, .header-nav .dropdown-menu {
        position: fixed;
        top: 0;
        /*right: -280px;*/
        right: -340px;
        bottom: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        z-index: 999;
        width: 280px;
        background: #0c276e;
        opacity: 0.9;
        padding: 15px 15px 30px;
        left: auto;
        height: auto;
        overflow-x: hidden;
        overflow-y: auto;
        display: block;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin: 0;
    }


.site-mobile .header-nav .nav-pills, .site-mobile .dropdown-menu.show {
    right: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    /**/
    margin: 0;
}

.site-mobile .site-mobile-shade {
    content: '';
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0,.75);
    z-index: 999;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}


.header-nav .nav .fa-angle-down:before {
    content: "\f105";
    color: #fff;
    /*opacity: .75;*/
    margin-top: 0px;
}

.header-nav .nav > li > a:focus, .header-nav .nav > li > a:hover, .header-nav .nav .open > a, .header-nav .nav .open > a:focus, .header-nav .nav .open > a:hover {
    background: none;
    border: none;
    color: #fff;
}

    .header-nav .nav > li > a:focus .fa-angle-down:before, .header-nav .nav > li > a:hover .fa-angle-down:before {
        content: "\f105";
    }

.mobile-nav-header {
    display: block !important;
    text-align: right;
    margin-top: -15px;
    height: 60px;
    line-height: 60px !important;
    padding: 0 !important;
}

.header-nav .back, .header-nav .closeIcon {
    color: #fff;
    font-size: 38px;
    display: inline-block;
    cursor: pointer;
    padding: 0 13px;
}

.header-nav .sub-title + ul > li:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -18px;
    top: 12px;
    opacity: .85;
}

.header-nav .sub-title + ul {
    border-top: 1px dashed #fff;
    padding: 10px 0 10px 20px;
}

    .header-nav .sub-title + ul > li > a {
        width: 100%;
        overflow: hidden;
        display: block;
        font-size: 16px;
        padding: 5px 0;
        color: #eee;
    }

ol.no-style li, ul.no-style li {
    list-style: none;
    position: relative;
    line-height: 150%;
}


/* 手机导航end */




.ban-tt {
    text-align: center;
    margin-top: 170px;
}

    .ban-tt p {
        text-align: center;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }

        .ban-tt p.p1 {
            margin: 30px 0;
        }


        .ban-tt p img {
            display: inline-block;
        }


.date {
    margin: auto;
    float: none;
}

.date {
    padding-top: 0.625rem;
}

    .date ul li {
        float: left;
        color: #fff;
        width: 104px;
        height: 81px;
        text-align: center;
        margin-right: 30px;
    }

        .date ul li span {
            display: block;
            font-size: 32px;
            font-family: Georgia;
            margin-top: -5px;
        }

        .date ul li i {
            display: block;
            font-size: 16px;
            font-style: normal;
        }

        .date ul li.li1 {
            background: url(../../images/li1.png) no-repeat center bottom;
        }

        .date ul li.li2 {
            background: url(../../images/li2.png) no-repeat center bottom;
        }

        .date ul li.li3 {
            background: url(../../images/li3.png) no-repeat center bottom;
        }

        .date ul li.li4 {
            background: url(../../images/li4.png) no-repeat center bottom;
        }
/**/

.in-dcon {
    min-height: 836px;
    background: url(../../images/inbg.jpg) no-repeat center center;
    padding-bottom: 20px;
}

.in-dcon {
}

    .in-dcon .div-one {
        margin-top: 35px;
    }

        .in-dcon .div-one .li1 {
            /*background: #e9482e;*/
            background: #1d4e89;
            /* height: 6.25rem; */
            height: 100px;
            padding: 0 30px;
            padding-top: 20px;
        }

            .in-dcon .div-one .li1:hover {
                /*background: #ae250e;*/
                background: #2575ae;
            }

        .in-dcon .div-one .li2 {
            /*background: #4a9fdb;*/
            background: #1d4e89;
            height: 100px;
            padding: 0 30px;
            padding-top: 20px;
        }

            .in-dcon .div-one .li2:hover {
                background: #2575ae;
            }

        .in-dcon .div-one .li3 {
            /*background: #eab033;*/
            background: #1d4e89;
            height: 100px;
            padding: 0 30px;
            padding-top: 20px;
        }

            .in-dcon .div-one .li3:hover {
                /*background: #d89a15;*/
                background: #2575ae;
            }

        .in-dcon .div-one .li-ic {
        }

        .in-dcon .div-one a .li-itt {
            color: #fff;
            font-size: 20px;
            font-weight: bold;
            text-align: center;
            width: 170px;
            border-bottom: 1px solid #fff;
            padding-bottom: 12px;
            margin-top: 20px;
        }

/* about */
.div-two {
    margin-top: 35px;
}

.about {
}

    .about .ab-top h4, .news .ab-top h4, .im-date .ab-top h4, .theme .ab-top h4 {
        font-size: 32px;
        font-weight: bold;
        color: #2b5aba;
        letter-spacing: 3px;
    }

    .about .ab-top span, .news .ab-top span, .im-date .ab-top span, .theme .ab-top span {
        display: block;
        font-size: 14px;
        font-weight: bold;
        color: #d7be32;
        margin: 15px 0;
        text-transform: uppercase;
    }

    .about p {
        font-size: 16px;
        color: #333;
        line-height: 31px;
        min-height: 100px;
    }

.news {
    margin-top: 30px;
}

    .news .new-li .li-img:hover {
        /*  */
    }

    .news .new-li .li-img {
        overflow: hidden;
        transition: all 1.5s;
        transform: scale(1.0);
        border: 1px solid #ccc;
        text-align: center;
    }

        .news .new-li .li-img img {
            transition: all 1.5s;
            transform: scale(1.0);
            max-width: 100%;
            height: auto;
            display: inline-block;
        }

        .news .new-li .li-img:hover img {
            transform: scale(1.2);
            transition: all 1.5s;
        }


    .news .new-li .li-tt {
        margin-top: 20px;
    }

        .news .new-li .li-tt a {
            font-size: 16px;
            color: #333;
            left: 25px;
        }

        .news .new-li .li-tt span {
            display: inline-block;
            color: #2b5aba;
            font-size: 16px;
        }


/* im-date */

.im-dcon {
}

    .im-dcon ul li {
        font-size: 16px;
        color: #333;
        line-height: 46px;
        border: 1px solid #4a9fdb;
        margin-bottom: 8px;
        padding: 0 10px;
        border-radius: 5px;
        background: url(../../images/time.png) no-repeat 94% center;
    }

        .im-dcon ul li:hover {
            background: #4075ca url(../../images/timeb.png) no-repeat 94% center;
            color: #fff;
            cursor: pointer;
        }

.theme {
    margin-top: 45px;
}

.theme-ul {
    margin-top: -10px;
}

    .theme-ul ul li {
        line-height: 45px;
        border-bottom: 1px solid #8ba4d9;
    }

        .theme-ul ul li a {
            font-size: 16px;
            color: #333;
            text-decoration: none;
        }

            .theme-ul ul li a span {
                color: #2b5aba;
                font-size: 22px;
                padding-right: 3px;
            }

        .theme-ul ul li:hover a {
            color: #2b5aba;
            font-weight: bold;
        }

.speakbg {
    background: url(../../images/spbg.jpg) no-repeat center top;
    background-size: cover;
    min-height: 470px;
    padding-top: 60px;
}

    .speakbg .sp-top {
        text-align: center;
    }

        .speakbg .sp-top h4 {
            font-size: 32px;
            font-weight: bold;
            color: #fff;
        }

        .speakbg .sp-top span {
            font-size: 14px;
            font-weight: bold;
            color: #d7be32;
            display: inline-block;
            margin: 5px 0;
            padding: 0 10px 10px;
            border-bottom: 2px solid #fff;
        }

.sp-con {
    padding-top: 42px;
}

    .sp-con .swiper-container {
        width: 100%;
        height: 100%;
    }

    .sp-con .swiper-slide {
        text-align: center;
        /* 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;
    }

    .sp-con a {
        display: block;
        text-decoration: none;
    }

    .sp-con img {
        display: block;
        border-radius: 100%;
    }

    .sp-con span {
        display: inline-block;
        margin-top: 10px;
        font-size: 20px;
        color: #fff;
    }

    .sp-con .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
        background: #fff;
        opacity: 1;
    }

    .sp-con .swiper-pagination-bullet-active {
        background: #1f63d6;
    }

    .sp-con .swiper-container {
        padding-bottom: 60px;
    }

/* wc-link  */
.wc-link {
    background: #f5f5f5;
    min-height: 170px;
}

    .wc-link ul {
        padding-top: 52px;
    }

        .wc-link ul li {
            float: left;
            text-align: center;
            margin:2px 36px;
        }

            .wc-link ul li a:hover img {
                border: 1px solid #ddd;
                border-radius: 3px;
            }

            .wc-link ul li a {
                float: left;
            }

                .wc-link ul li a img {
                    display: block;
                    max-width: 100%;
                    height: auto;
                    border: 1px solid #f5f5f5;
                }

                .wc-link ul li a span {
                    display: inline-block;
                    font-size: 14px;
                    color: #666;
                    margin-top: 10px;
                }

    /*  */
    .wc-link .swiper-slide {
        text-align: center;
        font-size: 18px;
        /* 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;
    }

        .wc-link .swiper-slide a {
            text-decoration: none;
        }

        .wc-link .swiper-slide img {
            display: block;
            max-width:100%;
        }

        .wc-link .swiper-slide span {
            display: block;
            color: #666;
            font-size: 14px;
            margin-top: 10px;
        }

    .wc-link .swiper-container {
        padding-bottom: 35px;
    }

    .wc-link .swiper-pagination-bullet {
        width: 15px;
        height: 15px;
    }



/* wc-foot */
.wc-foot {
    background: #133266;
    padding: 30px 0;
    min-height: 40px;
    text-align: center;
}

    .wc-foot p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
    }

        .wc-foot p a {
            color: #fff;
        }
/*.wc-copyEnd*/

/* 分屏幕 写 */


@media (max-width:1199px) {
    .date {
        width: 60%;
    }

    .wc-menu ul li {
        width: 110px;
    }
}

@media (max-width:1199px)and (min-width:999px) {
    .im-dcon ul li {
        font-size: 14px;
    }
}

@media (max-width:999px) {
    .date {
        width: 77%;
    }

    .in-dcon .div-one .li3 {
        margin-top: 20px;
    }

    .ban-tt {
        margin-top: 110px;
    }

    .wc-link {
        padding: 30px 0;
        min-height: 100px;
    }
}


@media (max-width:812px) {
    /*.wc-top {
        min-height: 70px;
        padding-bottom: 10px;
    }*/

    .ban-tt {
        margin-top: 70px;
    }

    .date {
        width: 85%;
    }

    .in-dcon .div-one .li2 {
        /* margin: 10px 0; */
    }

    .banbg {
        /*min-height: 400px;*/
    }

    .im-date {
        margin-top: 20px;
    }

    .in-dcon .div-one .li3 {
        margin-top: 20px;
    }

    .new-li {
        margin-top: 10px;
    }

    .theme {
        margin-top: 25px;
    }

        .about .ab-top h4, .news .ab-top h4, .im-date .ab-top h4, .theme .ab-top h4 {
            font-size: 26px;
        }

    .in-dcon .div-one .li1 {
        height: 60px;
        padding-top: 10px;
    }

    .in-dcon .div-one .li2 {
        height: 60px;
        padding-top: 10px;
    }

    .in-dcon .div-one .li3 {
        height: 60px;
        padding-top: 10px;
    }

        .in-dcon .div-one .li1 img, .in-dcon .div-one .li2 img, .in-dcon .div-one .li3 img {
            max-width: 70%;
        }

    .in-dcon .div-one a .li-itt {
        font-size: 16px;
        margin-top: 10px;
    }

    .speakbg {
        margin-top: 20px;
    }

    .logo {
        width: 80%;
        padding-left: 2%;
    }

        .logo img {
            margin-top: -5px;
        }

    .wc-link {
        padding: 20px 0;
        min-height: 100px;
    }
}


@media (max-width:769px) {
    .banbg {
        /*min-height: 260px;*/
        /*background: url(../images/banbg.jpg) no-repeat center top;*/
    }

    .in-dcon .div-one .li2 {
        margin: 10px 0;
    }

    .menu-button {
        position: absolute;
        top: 24px;
    }

    .in-dcon .div-one .li3 {
        margin-top: 0px;
    }

    .date {
        width: 95%;
    }

    .wc-link {
        padding: 20px 0;
        min-height: 100px;
    }
        .wc-link .swiper-slide span {
            font-size: 14px;
        }

    .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 0;
    }
}

@media (max-width: 575px) {
    .date {
        width: 100%;
    }

        .date ul li {
            width: 46%;
            margin-right: 0;
        }
    .menu-button {
        position: absolute;
        top: 13px;
    }
}
@media (max-width: 450px) {
    .menu-button {
        position: absolute;
        top: 5px;
    }
}
    @media (max-width: 375px) {
        .menu-button {
            position: absolute;
            top: 2px;
        }

        .date {
            width: 100%;
        }

        .logo img {
            margin-top: 0px;
        }

        .menu-button {
            position: absolute;
            top: 5px;
        }
    }

    /* 苹果5e */
    @media (max-width: 320px) {

        .date ul li {
            width: 50%;
            margin-right: 0;
        }

        .speakbg .sp-top h4 {
            font-size: 26px;
        }

        .logo img {
            margin-top: 0px;
        }

        .im-dcon ul li {
            font-size: 12px;
        }

        .about p {
            font-size: 14px;
        }

        .news .new-li .li-tt a {
            font-size: 14px;
        }

        .news .new-li .li-tt span {
            font-size: 14px;
        }

        .theme-ul ul li a {
            font-size: 14px;
        }
    }
