@charset "utf-8";
/* CSS Document */
/*2021.03.15 */
.fl {
    float: left;
}

.fr {
    float: right;
}

.pos {
    position: relative;
}

.box {
    overflow: hidden;
}

img {
    max-width: 100%;
}

.container {
    width: 90%;
    max-width: 1470px;
    margin: 0 auto;
}


/*顶部弹出搜索样式*/
/*header-top*/
.header-top {
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}

.search-btn {
    font-size: 18px;
    cursor: pointer;
    text-align: center;
    color: #000;
}

    .search-btn:hover {
        opacity: .9;
        text-decoration: none;
    }

.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}

    .search-box h2 {
        font-size: 24px;
        color: #555;
        margin-bottom: 30px;
        margin-top: 50px;
    }

    .search-box .container {
        position: relative;
    }

    .search-box .close {
        position: absolute;
        top: 30px;
        right: 15px;
        font-size: 14px;
        cursor: pointer;
    }

        .search-box .close i {
            font-style: normal;
        }

.search-form {
    margin-bottom: 40px;
    width: 100%;
    position: relative;
}

    .search-form .form-text {
        width: 100%;
        border: none;
        border-bottom: 1px solid #ccc;
        font-style: italic;
        height: 60px;
        font-size: 16px;
        /*padding: 0 100px 0 15px;*/
    }

        .search-form .form-text:focus {
            font-style: normal;
            border-bottom-color: #00274b;
        }

    .search-form .form-submit {
        position: absolute;
        right: 0;
        top: 0px;
        width: 100px;
        height: 60px;
        line-height: 60px;
        background: none;
        border: none;
        outline: none;
        color: #666;
        font-weight: bold;
        font-size: 20px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
    }

        .search-form .form-submit:hover {
            background: #2f72a8;
            color: #fff;
        }
/*顶部弹出样式 end*/

.wc-top {
    min-height: 180px;
    background: #fff;
}

.tbg {
    background: url(../images/tbg.jpg) no-repeat right bottom;
}

.top-right {
    min-height: 180px;
    text-align: right;
    padding-top: 14px;
}

    .top-right ul li {
        display: inline-block;
    }

    .top-right a {
        font-size: 20px;
        color: #00274b;
        display: inline-block;
        background: url(../images/gang.png) no-repeat left center;
        line-height: 25px;
        padding: 0 21px;
    }

    .top-right li:last-child {
        background: url(../images/gang.png) no-repeat right center;
    }

.in-top {
            position: absolute;
            left: 0px;
            top: 0px;
            width: 100%;
            z-index: 11;
        }

        .wc-top {
            background: none;
            min-height: auto;
            padding-top: 35px;
        }

 .logo {
            padding-top: 5px;
        }

        .top-right {
            min-height: auto;
            padding-top: 0;
        }

.top-right .top-rr a {
            color: #fff;
            line-height: 25px;
            padding: 0 21px;
        }

        .top-right li:last-child {
            background: none;
        }



/*top end*/


 .wc-menu {
            height: auto;
            background: none;
            margin-top: 10px;
        }

.wc-menu ul {
    display: table;
    width: 100%;
}

.wc-menu ul li {
    line-height: 60px;
    position: relative;
    text-align: center;
    display: table-cell;
    list-style: none;
}

            .wc-menu ul li a {
                padding: 0;
                display: inline-block;
                font-family: 'HarmonyOS_Sans_SC_Regular';
                background: none !important;
               font-size: 20px;
    color: #fff;
    line-height: 60px;
    display: block;
    text-decoration: none;
            }

.wc-menu ul li a:hover,.wc-menu ul li a.active{	
	color: #fff;
        background: #2f72a8;
}
.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{
color: #fff;
background: #2f72a8;
}
 .wc-menu ul li a.active, .wc-menu ul li a.move,.wc-menu ul li a.selected, .wc-menu ul li a.parent {
color: #fff;
background: #2f72a8;
}

                .wc-menu ul li a::after {
                    content: "";
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: 2px;
                    height: 2px;
                    background-color: #fff;
                    transform: scaleX(0) scaleY(1);
                    transition: all .3s ease-in-out;
                    border-radius: 2px;
                    opacity: 0;
                    width: 80%;
                    left: 10%;
                }

                .wc-menu ul li a:hover::after, .wc-menu ul li a.selected::after {
                    opacity: 1;
                    transform: scaleX(1) scaleY(1);
                }

            .wc-menu ul li .ernav {
                position: absolute;
                left: -20%;
                top: 100%;
                background-color: rgba(255, 255, 255, .96);
                width: 140%;
                z-index: 111 !important;
                display: none;
                border-radius: 0px;
                opacity: 1;
                padding: 10px 0;
                background: #fff;
                border: 1px solid #ddd;
                text-align: left;
                box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
                -webkit-animation-duration: .4s;
                -webkit-animation-fill-mode: both;
                animation-duration: .4s;
                animation-fill-mode: both;
                -webkit-animation-name: layui-upbit1;
                animation-name: layui-upbit1;
            }

.wc-menu ul li:nth-child(5) .ernav {
    width: 320px;
}

.wc-menu ul li:nth-child(6) .ernav {
    width: 200px;
}

.wc-menu ul li .ernav ul li{
	float: none;
	display: block;	
	background: none;
	text-align: center;	
	line-height: 36px;
	border: none;
	border-bottom: 1px solid #f3edeb;
}

.wc-menu ul li .ernav ul li:last-child{
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a{
	line-height: 25px;
	font-size: 18px;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #333;
	margin: 0;
	padding: 5px 0;
	display: block;
	line-height: 36px;
	border-bottom:none;
	font-weight: normal;
}
.wc-menu ul li .ernav ul li a:hover{
	background:#1c70b3;
	color: #fff;
	
}

        @keyframes layui-upbit1 {
            0% {
                transform: translate3d(0%, 15px, 0);
                opacity: .3;
            }

            100% {
                transform: translate3d(0%, 0, 0);
                opacity: 1;
            }
        }

        .wc-menu ul li .ernav ul li a {
            color: #333;
        }

            .wc-menu ul li .ernav ul li a:hover {
                color: #134DA3;
            }

/*menu End*/


.banner {
            height: 100vh;
            width: 100%;
            position: relative;
        }


            .banner .swiper-container {
                width: 100%;
                height: 100%;
            }

            .banner .swiper-wrapper {
                position: relative;
            }

            .banner .swiper-slide {
                background-size: cover;
                color: #fff;
                background-position: center center;
                height: 100%;
                background-repeat: no-repeat;
                position: relative;
                overflow: hidden;
                width: 100%;
            }

                .banner .swiper-slide .slide-inner {
                    position: absolute;
                    width: 100%;
                    height: 100%;
                    left: 0;
                    top: 0;
                    color: #fff;
                    background-size: cover;
                    background-position: center center;
                    background-repeat: no-repeat;
                    overflow: hidden;
                }

                    .banner .swiper-slide .slide-inner::before {
                        content: "";
                        position: absolute;
                        left: 0;
                        right: 0;
                        top: 0;
                        bottom: 0;
                        z-index: 9;
                        height: 13.542vw;
                        background: linear-gradient(180deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
                    }

                    .banner .swiper-slide .slide-inner::after {
                        content: "";
                        position: absolute;
                        left: 0;
                        right: 0;
                        bottom: 0;
                        z-index: 6;
                        height: 11.979vw;
                        background: linear-gradient(360deg, rgba(0, 0, 0, .75) 0%, rgba(0, 0, 0, 0) 100%);
                    }

                .banner .swiper-slide .swiper-bg {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    -o-object-fit: cover;
                    object-fit: cover;
                    z-index: 1;
                   
                }


            .banner .swiper-slide-active .swiper-bg {
              
            }



       .banner .swiper-slide .bt {
            position: absolute;
            left: 0;
            bottom: -100px;
            z-index: 111;
            width: 100%;
            transition: bottom 300ms;
        }
 .banner:hover .bt {
        transition: bottom 300ms;
        bottom: 0px;
    }
   

            .banner .swiper-slide .bt h4 {
                font-size: 28px;
                color: #fff;
                font-weight: bold;
                display: block;
                text-decoration: none;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
                background: rgba(0,33,71,0.75);
                padding: 15px 180px 15px 30px;
height:100px;
 display: flex;
                align-items: center;
            }


    .banner .swiper-pagination {
        overflow: hidden;
        zoom: 1;
        bottom:30px;
        width: 100%;
        text-align: right;
  
right:20px;
    }

    .banner .swiper-pagination-bullet {
        display: inline-block;
        width: 15px;
        height: 15px;
        text-align: right;
        background: #fff;
        cursor: pointer;
        color: transparent;
        border-radius: 100%;
        opacity: 1;
        margin: 0 5px !important;
        background: #51657d;
    }

    .banner .swiper-pagination-bullet-active {
        background: #fff;
    }


/*keyanbg*/
.keyanbg {
    min-height: 100px;
    padding: 45px 0 30px;
    background: #e7eefb;
}

.new-top {
}

    .new-top .new-tit {
        font-size: 42px;
        color: #0d356b;
    }

        .new-top .new-tit span {
            font-size: 32px;
            font-weight: bold;
            text-transform: uppercase;
        }

    .new-top .new-more a {
        display: block;
        color: #2f72a8;
        font-size: 16px;
        margin-top: 15px;
    }

.ke-con1 {
    padding-top: 32px;
}

    .ke-con1 ul li {
        float: left;
        width: 23.5%;
        position: relative;
        margin-right: 2%;
    }

        .ke-con1 ul li:last-child {
            margin-right: 0;
        }

        .ke-con1 ul li a {
            text-decoration: none;
        }

            .ke-con1 ul li a img {
            }

            .ke-con1 ul li a span {
                position: absolute;
                left: 0px;
                bottom: 0px;
                width: 100%;
                background: rgba(255,255,255,0.8);
                font-size: 16px;
                color: #00274b;
                padding: 9px 50px;
                line-height: 31px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

        .ke-con1 ul li:hover a span {
            background: rgba(0,39,75,0.8);
            color: #fff;
        }

.ke-con1 .s-box{   
    margin-bottom: 40px;
}

.ke-con1 .s-box .bt {   
    background: rgba(0, 39, 75, 0.8);
    font-size: 16px;
    color: #fff;
    padding: 10px 15px;
    line-height: 31px;
}

.ke-con1 .s-box .bt a {
    font-size: 16px;
    display: block;
    color: #fff;
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ke-con1 .s-box .bt span {
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.ke-con {
    padding-top: 30px;
}
.ke-con .swiper-slide .s-box{
    transition: all 0.4s ease-out;
}
.ke-con .swiper-slide:hover .s-box{
    transform: scale(1.03);
    transition: all 0.4s ease-out;
}
    .ke-con .swiper-container .bt {
        /*position: absolute;*/
        left: 0px;
        bottom: 0px;
        width: 100%;
        /*background: rgba(218,218,218,0.8);*/
        background: rgba(0,39,75,0.8);
        font-size: 16px;
        color: #fff;
        /*color: #00274b;*/
        padding: 10px 15px;
        line-height: 31px;
    }

    .ke-con .swiper-slide:hover .bt {
        background: rgba(0,39,75,0.8);
        color: #fff;
    }

        .ke-con .swiper-slide:hover .bt a, .ke-con .swiper-slide:hover .bt span {
            color: #fff;
        }

    .ke-con .swiper-container .bt a {
        font-size: 16px;
        display: block;
        /*color: #0d356b;*/
        color: #fff;
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .ke-con .swiper-container .bt span {
        font-size: 16px;
        color: #fff;
    font-weight: bold;
    }

    .ke-con .swiper-container {
        padding-bottom: 50px;
        width: 90%;
    }

        .ke-con .swiper-container .swiper-pagination {
            bottom: 0px;
            width:100%;
        }

    .ke-con .swiper-pagination-bullet {
        display: inline-block;
        width: 60px;
        height: 4px;
        cursor: pointer;
        color: transparent;
        border-radius: 0;
        background: #51657d;
        margin: 0 8px;
    }

    .ke-con .swiper-pagination-bullet {
        background: #00274b;
    }
/*newsbg*/
.newsbg {
    padding-top: 45px;
    padding-bottom: 60px;
}

.new-leftcon {
    padding-top: 30px;
}

    .new-leftcon ul li {
        margin-bottom: 55px;
    }

        .new-leftcon ul li .li-img {
            width: 31%;
            overflow: hidden;
            transition: all 1s;
        }

            .new-leftcon ul li .li-img img {
                transition: all 1s;
            }

        .new-leftcon ul li:hover .li-img img {
            transform: scale(1.2);
            transition: all 1s;
        }



        .new-leftcon ul li .li-tt {
            width: 66%;
        }

            .new-leftcon ul li .li-tt h4 a {
                display: block;
                font-size: 18px;
                font-weight: bold;
                color: #0d356b;
                text-decoration: none;
                line-height: initial;
                margin-bottom: 25px;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

        .new-leftcon ul li:hover .li-tt h4 a {
            color: #2f72a8;
        }

        .new-leftcon ul li .li-tt p a {
            font-size: 16px;
            color: #000;
            display: block;
            margin-bottom: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
    text-decoration: none;
        }

        .new-leftcon ul li .li-tt span {
            font-size: 16px;
            color: #000;
            display: block;
        }

/*new-rcon*/
.new-rcon {
}

    .new-rcon ul {
        margin-top: 10px;
    }

        .new-rcon ul li .li-item {
            padding: 23px 0px;
            border-bottom: 1px dashed #7d7d7d;
            transition: all 0.4s ease-out;
            box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0);
        }

            .new-rcon ul li .li-date {
                background: #00274b;
                width: 64px;
                height: 104px;
                text-align: center;
                color: #fff;
            }

                .new-rcon ul li .li-date p {
                    font-size: 26px;
                    margin: 15px 0;
                }

                .new-rcon ul li .li-date span {
                    font-size: 16px;
                    display: block;
                }

            .new-rcon ul li .li-tt {
                width: calc(100% - 90px);
            }

            .new-rcon ul li:hover {
                box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
                transform: scale(1.02);
                cursor: pointer;
            }

            .new-rcon ul li .li-tt p {
                font-size: 16px;
                color: #000;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .new-rcon ul li .li-tt a {
                display: block;
                font-size: 18px;
                font-weight: bold;
                color: #0d356b;
                margin-bottom: 25px;
                text-decoration: none;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 1;
                -webkit-box-orient: vertical;
            }

/*noticebg*/
.noticebg {
    background: #e7eefb;
    padding: 55px 0 20px;
    min-height: 200px;
}

.notice-lcon {
    padding-top: 40px;
}

    .notice-lcon ul li {
        float: left;
        width: 48%;
        margin-bottom: 40px;
        border: 1px solid #3d5d89;
        position: relative;
        padding: 30px 26px 0;
        height: 115px;
        cursor: pointer;
        margin-right: 4%;
    }

        .notice-lcon ul li:nth-child(2n) {
            margin-right: 0;
        }

        .notice-lcon ul li a {
            font-size: 18px;
            color: #000;
            line-height: 31px;
            text-decoration: none;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
        }

        .notice-lcon ul li span {
            display: inline-block;
            position: absolute;
            top: -16px;
            left: 18px;
            font-size: 18px;
            color: #000;
            padding: 0 30px;
            background-color: #e7eefb;
        }

        .notice-lcon ul li:hover {
            border: 1px solid #007AFF;
        }

            .notice-lcon ul li:hover a {
                color: #007AFF;
            }



.notice-rcon {
    padding-top: 40px;
}

    .notice-rcon ul li {
        padding-left: 48px;
        background: url(../images/user.png) no-repeat left 4px;
        padding-bottom: 30px;
    }

        .notice-rcon ul li a {
            display: block;
            font-size: 18px;
            color: #000;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .notice-rcon ul li span {
            display: block;
            font-size: 18px;
            color: #000;
            margin-top: 6px;
        }

        .notice-rcon ul li a:hover {
            color: #007AFF;
            text-decoration: none;
        }



/*linkbg*/
.linkbg {
    background: url(../images/linkbg.jpg) no-repeat center center;
    min-height: 240px;
    padding: 32px 0 25px;
    background-size: cover;
}

    .linkbg ul li {
        float: left;
        background: rgba(0,39,75,0.9);
        border-radius: 50px;
        width:18%;
        text-align: center;
        margin: 15px 0;
        margin-right: 31px;
        transition: all 1.0s;
    }

        .linkbg ul li a {
            display: block;
            color: #fff;
            font-size: 16px;
            text-decoration: none;
            padding: 15px 10px;
    min-height: 77px;
    display: flex;
    align-items: center;
    justify-content: center;
        }

        .linkbg ul li:hover {
            opacity: 0.9;
            transition: all 1.0s;
        }

/*foter*/
.footer {
    min-height: 40px;
    background: #002147;
    padding: 30px 0 25px 0;
}

    .footer .f-left {
    }

        .footer .f-left p {
            font-size: 16px;
            color: #fff;
            line-height: 31px;
        }

            .footer .f-left p.p1 {
                font-size: 14px;
            }

.f-right {
    text-align: right;
    padding-top: 25px;
}

.f-right ul{
    display: flex;
    justify-content: space-between;
}

.codeBox {
    position: absolute;
    top: -135px;
    right: 0px;
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
    border-radius: 5px;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.2s ease-out 0s;
}

    .codeBox::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 100%;
        margin-left: -8px;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        font-size: 0;
        border-top-color: #fff;
    }

    .codeBox img {
        width: 120px;
        height: 120px;
        max-width: initial!important;
    }
.f-right ul li.WeChat:hover .codeBox {
    visibility: visible;
    opacity: 1;
    transform: none;
}

.f-right ul li {
    text-align: center;
    margin: 0;
    display: inline-block;
}

    .f-right ul li a {
        text-decoration: none;
        display: block;
    }

        .f-right ul li a span {
            font-size: 14px;
            color: #fff;
            padding-top: 20px;
            display: block;
        }

    .f-right ul li:last-child {
        margin-right: 0;
    }

    .f-right ul li:hover {
        opacity: 0.8;
    }




/*.footerEnd*/

/*要写几个宽度*/

@media (min-width:1200px) {
    .newsbg .news-left {
        padding-right: 30px;
    }

    .newsbg .new-right {
        padding-left: 30px;
    }

    .noticebg .notice-left {
        padding-right: 30px;
    }

    .noticebg .notice-right {
        padding-left: 30px;
    }

.logo {
                width: 45%;
            }

            .top-right {
                width: 55%;
            }
}

@media (min-width: 1471px) {
    .container {
        width: 1470px;
    }

    .linkbg ul li:nth-child(5n) {
        margin-right: 0;
    }

    .container1{
        width: 1470px;;
    }
}

@media screen and (min-width:1600px) {

    .container1{
        max-width: 1800px;
        width: 90%;
    }

            .swiper-btn .swiper-button-next,
            .swiper-btn .swiper-button-prev {
                width: 45px;
                height: 45px;
                line-height: 45px;
            }


                .swiper-btn .swiper-button-next::before,
                .swiper-btn .swiper-button-prev::before {
                    width: 53px;
                    height: 53px;
                    line-height: 53px;
                }
}

@media screen and (max-width: 1480px) {
            .wc-menu ul li a {
                font-size: 18px;
            }

.container1{
     width: 98%;
}

 }



@media (max-width: 1440px) {
    .wc-top {
        min-height: 160px;
    }


    .banner .swiper-slide .bt h4 a {
        padding: 20px;
        font-size: 28px;
    }


    .keyanbg {
        padding: 40px 0;
    }

    .new-top .new-tit {
        font-size: 40px;
    }

        .new-top .new-tit span {
            font-size: 30px;
        }

    .newsbg {
        padding-top: 40px;
    }

    .new-rcon ul li .li-tt {
        width: 84%;
    }



    .linkbg ul li {
        width: 21%;
        margin-right: 30px;
    }

.linkbg ul li a{
   min-height: 100px;
}

    .banner .swiper-pagination {
        bottom: 20px;
    }
}

        @media screen and (max-width: 1439px) {
            .banner-swiper-pagination .swiper-pagination-bullet {
                margin: 0 5px;
            }

                .banner-swiper-pagination .swiper-pagination-bullet::after {
                    width: var(--size-15);
                    height: var(--size-15);
                }

            .banner .swiper-slide .bt h4 {
                padding: 20px;
                font-size: 30px;
            }
        }

@media screen and (max-width:1300px) {
            .top-right .top-rr a {
                font-size: 16px;
                padding: 0 15px;
            }

            .wc-menu ul li a {
                font-size: 16px;
            }

            .banner .swiper-slide .bt h4 {
                font-size: 24px;
            }
        }

@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
.container1{
     width: 100%;
}


    .top-right {
        min-height: 130px;
    }

    .wc-menu ul li .ernav ul li a {
        padding: 1px 0;
        font-size: 16px;
    }

    .wc-top {
        min-height: 130px;
    }

         .wc-top {
                padding-top: 5px;
            }

            .banner .swiper-pagination {
                bottom: 10px;
            }

    .banner .swiper-slide .bt h4 {
        overflow: hidden;
        text-overflow: ellipsis;
      /*  display: -webkit-box;*/


        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .banner .swiper-slide .bt h4 a {
            font-size: 24px;
            overflow: hidden;
        }

    .banner .swiper-pagination-bullet {
        margin: 0 10px !important;
    }

    .keyanbg {
        padding: 25px 0;
    }

    .new-leftcon ul li {
        margin-bottom: 40px;
    }

    .new-top .new-tit {
        font-size: 34px;
    }

        .new-top .new-tit span {
            font-size: 26px;
        }

    .banner .swiper-pagination {
        bottom: 15px;
    }

    .ke-con1 ul li a span {
        padding: 10px;
        height: 45px;
    }

    .new-rcon ul li .li-tt {
        width: 79%;
    }

    .new-leftcon ul li .li-tt p a {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .new-leftcon ul li .li-tt h4 a {
        margin-bottom: 10px;
    }

    .new-rcon ul li .li-tt a {
        margin-bottom: 10px;
    }

    .noticebg {
        padding: 30px 0;
    }

    .ke-con1 {
        padding-top: 25px;
    }

    .new-leftcon {
        padding-top: 25px;
    }

    .new-rcon ul li {
        padding: 20px 0;
    }

    .newsbg {
        padding: 30px 0;
        min-height: 30px;
    }

    .new-leftcon ul li:last-child {
        margin-bottom: 10px;
    }


    .f-right ul li {
        margin: 0 4px;
    }

    .footer {
        padding: 25px 0;
    }

    .linkbg ul li {
        width: 30%;
        margin-right: 3%;
    }

}

@media (max-width: 992px) {
    /*小屏幕设备 平板*/
.logo{
    padding-top: 0;
}
    .top-right {
        min-height: 100px;
    }

    .wc-top {
        min-height: 100px;
    }

    .wc-menu ul li a {
        font-size: 16px;
    }

    .wc-menu ul li .ernav ul li a {
        padding: 1px 0;
        font-size: 16px;
    }



    .banner .swiper-slide .bt h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

        .banner .swiper-slide .bt h4 a {
            font-size: 24px;
            overflow: hidden;
        }

    .banner .swiper-pagination-bullet {
        margin: 0 10px !important;
    }

    .keyanbg {
        padding: 25px 0;
    }

    .new-top .new-tit {
        font-size: 30px;
    }

        .new-top .new-tit span {
            font-size: 24px;
        }

    .ke-con1 ul li a span {
        padding: 5px;
        height: 60px;
        line-height: 25px;
    }


    .new-leftcon ul li .li-img {
        width: 36%;
    }

    .new-leftcon ul li .li-tt {
        width: 59%;
    }

    .new-leftcon ul li {
        margin-bottom: 35px;
    }

    .new-rcon ul li {
        padding: 17px 0;
    }

        .new-rcon ul li .li-tt {
            width: 75%;
        }


    .newsbg {
        padding: 25px 0;
    }

    .new-leftcon {
        padding-top: 25px;
    }

    .noticebg {
        padding-top: 25px;
    }

    .notice-lcon ul li {
        width: 100%;
    }

        .notice-lcon ul li:last-child {
            display: none;
        }

        .notice-lcon ul li:nth-child(5) {
            display: none;
        }

    .notice-rcon ul li {
        padding-bottom: 40px;
    }

    .notice-rcon {
        padding-top: 34px;
    }

    .linkbg ul li {
        width: 30%;
        margin-right: 3%;
    }

.linkbg ul li a{
      min-height: 77px;
}

    .f-right ul li {
        margin: 0;
    }

    .footer {
        padding: 25px 0;
    }


.navbar-header {
                background: #002147;
            }

            .logo1 img {
                padding: 10px 0 5px 0;
                width: 50%;
            }

            .site-tree-mobile .fa {
                color: #fff;
            }


            .banner .swiper-slide .bt h4 {
                font-size: 20px;
            }
}


@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    .container {
        width: 100%;
    }

.ke-con {
    padding-top: 15px;
}

.newsbg .news-left{
  margin-bottom:20px;
}

.new-rcon ul {
    margin-top: 0px;
}

.ke-con .swiper-container{
 width: 100%;
        padding-bottom: 20px;
}

    .ke-con .swiper-container .bt {
        background: rgba(0,39,75,0.8);
        color: #fff;
    }

    .ke-con .swiper-slide .bt a {
        color: #fff;
    }

    .ke-con .swiper-pagination-bullet {
        width: 25px;
    }

    .searchbg {
        background: url(../images/searchbg.png)no-repeat left top;
        width: 210px;
        height: 46px;
        margin-top: 4px;
    }

        .searchbg input.inp-text {
            padding-left: 5px;
            width: 167px;
            line-height: 42px;
            background: none;
            border: none;
            font-weight: bold;
            color: #000;
        }

        .searchbg input.inp-but {
            width: 37px;
            padding: 0;
            height: 43px;
            background: none;
            border: none;
        }

    .banner .swiper-slide .bt {
        position: relative;
        bottom: 0;
    }

        .banner .swiper-slide .bt h4 a {
            font-size: 16px;
            overflow: hidden;
            padding: 5px 15px;
            line-height: 28px;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
        }

        .banner .swiper-slide .bt .container {
            padding-left: 0;
            padding-right: 0;
        }

    .banner .swiper-pagination-bullet {
        margin: 0 5px !important;
        width: 10px;
        height: 10px;
    }

    .banner .swiper-pagination {
        bottom: -25px;
    }

    .banner .swiper-container {
        padding-bottom: 30px;
    }

    .banner .swiper-pagination {
        text-align: center;
        padding-right: 0;
    }

    .banner .swiper-pagination-bullet-active {
        background: #00274b;
    }

    .keyanbg {
        padding: 15px 0;
    }

    .new-top .new-tit {
        font-size: 22px;
    }

        .new-top .new-tit span {
            font-size: 16px;
        }

    .new-top .new-more a {
        font-size: 14px;
        margin-top: 7px;
    }



    .newsbg {
        padding: 15px 0;
    }

    .new-leftcon {
        padding-top: 15px;
    }

        .new-leftcon ul li .li-img {
            width: 36%;
        }

        .new-leftcon ul li .li-tt {
            width: 60%;
        }

            .new-leftcon ul li .li-tt p a {
                margin-top: 10px;
            }

    .new-rcon ul li .li-tt {
        width: 77%;
    }

        .new-rcon ul li .li-tt a {
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            margin-bottom: 10px;
            font-size: 16px;
        }

    .new-rcon ul li {
        padding: 15px 0;
    }

        .new-rcon ul li:last-child {
            display: block;
        }

        .new-rcon ul li .li-tt p {
            font-size: 14px;
        }

    .new-right {
        padding-bottom: 15px;
    }

    .noticebg {
        padding: 15px 0;
    }

    .notice-rcon ul li a {
        font-size: 16px;
    }

    .notice-rcon ul li span {
        font-size: 16px;
    }

    .notice-rcon {
        padding-top: 20px;
    }

    .new-rcon {
        padding-top: 6px;
    }


    .notice-lcon2 {
        margin-top: 1px;
    }


            .notice-lcon2 .swiper-container .swiper-slide {
                padding-top: 30px;
            }

            .notice-lcon2 .swiper-container .li {
                position: relative;
                padding: 20px 20px 0;
                height: 100px;
                cursor: pointer;
                margin-bottom: 40px;
                border: 1px solid #3d5d89;
            }

                .notice-lcon2 .swiper-container .li a {
                    font-size: 16px;
                    color: #000;
                    line-height: 31px;
                    text-decoration: none;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                }

                .notice-lcon2 .swiper-container .li span {
                    display: inline-block;
                    position: absolute;
                    top: -16px;
                    left: 18px;
                    font-size: 18px;
                    color: #000;
                    padding: 0 30px;
                    background-color: #e7eefb;
                }

.notice-lcon2 .swiper-pagination{
   bottom:10px;
        width: 100%;
        text-align: center;
}

.notice-lcon2 .swiper-pagination-bullet{ 
	display: inline-block;
	width:10px;
        height:10px;  
        text-align:right; 	
	background:#fff;
	cursor:pointer; 
	color: transparent;
        border-radius:100%;
	margin: 0 5px !important;
	background:#51657d;
}
.notice-lcon2 .swiper-pagination-bullet-active{
	background: #00274b;
	
}

    .linkbg ul li {
        width: 48%;
        margin-right: 4%;
    }

        .linkbg ul li:nth-child(2n) {
            margin-right: 0%;
        }


    .footer {
        padding: 20px 0;
    }

    .f-right {
        text-align: center;
    }

.f-right ul {
    display: flow;
}

        .f-right ul li {
        margin: 10px 0;
        padding: 0;
        width: 48%;
        }

            .f-right ul li a img {
                max-width: 70%;
            }

            .f-right ul li:nth-child(2) a img {
                max-width: 46%;
            }

 .banner {
                height: 100vw;
            }

            .banner-swiper-pagination .swiper-pagination-bullet-active {
                width: 20px;
            }

            .banner .swiper-slide .bt {
                position: absolute;
            }

            .logo1 img {
                width: auto;
                max-width: 100%;
            }

            .banner .swiper-slide .bt h4 {
                font-size: 16px;
                overflow: hidden;
                padding: 5px 15px;
                line-height: 28px;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp:2;
                -webkit-box-orient: vertical;
height:auto;
            }


            .banner .swiper-pagination-bullet {
                margin: 0 5px !important;
                width: 10px;
                height: 10px;
            }

            .banner .swiper-pagination {
                bottom: -25px;
            }

            .banner .swiper-container {
                padding-bottom: 30px;
            }

            .banner .swiper-pagination {
                text-align: center;
                padding-right: 0;
            }

            .banner .swiper-pagination-bullet-active {
                background: #00274b;
            }


}