﻿@charset "utf-8";

/* CSS Document */


/*2025.5.9*/
/*2025.6.4*/
.box {
    overflow: hidden;
    background: #f0f0f2;
}

.container {
    max-width: 1718px;

    width: 96%;
}
.container1 {
 
  max-width: 1430px;
    width: 96%;
}
/*顶部弹出搜索样式*/
/*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: #333;
}

    .search-btn:hover {
        opacity: .9;
        text-decoration: none;
    }

.search-box {
    height: 0;
    overflow: hidden;
    opacity: 0;
    top: 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: 30px;
    }

    .search-box .container {
        position: relative;
    }

    .search-box .close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 14px;
        cursor: pointer;
        color: #b71c22;
        opacity: 1;
    }

        .search-box .close i {
            font-style: normal;
        }

.search-form {
    margin-bottom: 10px;
    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;
        box-shadow: none;
        /*padding: 0 100px 0 15px;*/
        border-radius: 0;
    }

        .search-form .form-text:focus {
            border: none;
            border-bottom: 1px solid #ccc;
            font-style: normal;
            border-bottom-color: #0d3692;
        }

    .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: #23519d;
            color: #fff;
        }


.top-tit {
    display: none !important;
    background: url(../images/toptit.jpg) no-repeat center center;
    min-height: 63px;
    background-size: cover;
}

    .top-tit ul {
        padding: 0;
        margin: 0;
    }

        .top-tit ul li {
            display: inline-block;
            line-height: 63px;
        }

            .top-tit ul li a {
                color: #fff;
                font-size: 18px;
                text-decoration: none;
                margin-left: 58px;
            }

            .top-tit ul li:last-child a {
                border: 1px solid #fff;
                border-radius: 100%;
                padding: 3px;
            }


.top {
    position: absolute;
    left: 0px;
    top: 36px;
    width: 100%;
    z-index: 11;
}


.topfix .top {
    position: fixed;
    top: 0;
    height: 100px;
    padding-top: 20px;
    background: url(../images/topfixbg.jpg) no-repeat center right;
    background-size: cover;
}


.wc-menu {
}

    .wc-menu ul {
        /*转化为table 并且，宽度百分百，*/
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        text-align: center;
        width: 100%;
        margin: 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: space-between;
    }

        .wc-menu ul li {
            line-height: 30px;
            position: relative;
            /*居中并且转为table-cell*/
            text-align: center;
            /*display: table-cell;*/
            /*float: left;*/
            list-style: none;
            /*padding: 0 20px;*/
            /*margin: 0px ;*/
        }

            .wc-menu ul li a {
                font-size: 22px;
                color: #fff;
                position: relative;
                display: block;
                /*transition: all 0.2s;
                padding: 0 5px;*/
                padding-bottom: 5px;
                text-decoration: none;
                border-bottom: 3px solid transparent;
            }

            .wc-menu ul li > a:after {
                content: "";
                position: absolute;
                left: 0;
                right: 0;
                bottom: -3px;
                height: 3px;
                background-color: #53e5f3;
                transform: scaleX(0) scaleY(1);
                transition: all .5s ease-in-out;
                border-radius: 3px;
            }

            .wc-menu ul li a.active > a:after, .wc-menu ul li > a:hover:after {
                opacity: 1;
                transform: scaleX(1) scaleY(1);
            }


            .wc-menu ul li a.active:after,
            .wc-menu ul li a.move:after,
            .wc-menu ul li a.selected:after,
            .wc-menu ul li a.parent:after,
            .wc-menu ul li a:hover:after {
                opacity: 1;
                transform: scaleX(1) scaleY(1);
            }


            .wc-menu ul li .ernav {
                position: absolute;
                left: -37%;
                top: 100%;
                background: #fff;
                width: 170%;
                z-index: 111 !important;
                display: none;
                opacity: 1;
                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;
            }

@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 {
    padding: 5px 0;
    display: block;
    margin-bottom: 0;
    text-align: center;
    border: none;
}

    .wc-menu ul li .ernav ul li {
        /*text-align: center;*/
        float: none;
        display: block;
        /*二级下拉有影响，需要转化为块状*/
        background: none;
        line-height: 26px;
        border: none;
        margin: 0;
        padding: 0;
    }

        .wc-menu ul li .ernav ul li:last-child {
            border-bottom: none;
        }

        .wc-menu ul li .ernav ul li a {
            line-height: 26px;
            font-size: 18px;
            text-align: center;
            background: none;
            box-shadow: none;
            border-radius: 0;
            color: #333;
            margin: 0;
            display: block;
            padding: 10px 5px;
            border-bottom: none;
            font-weight: normal;
            text-decoration: none;
        }

            .wc-menu ul li .ernav ul li a:hover {
                color: #284b96;
            }

        .wc-menu ul li .ernav ul li > a:after {
            content: none;
        }






/*menu End*/

.banner {
}

    .banner .bbg {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        background-image: linear-gradient(rgba(25, 40, 190, 0.99), rgba(25, 40, 190, 0.001));
        z-index: 1;
        height: 20%;
    }

    .banner .swiper-container .swiper-slide a {
        text-decoration: none;
        display: block;
    }

    .banner .swiper-container {
        /*padding-bottom: 20px;*/
    }

        .banner .swiper-container a {
            text-decoration: none;
            display: block;
            position: relative;
        }

            .banner .swiper-container a img {
                /*-webkit-animation: 15s infinite activeB;
						    -o-animation: 15s infinite activeB;
						    animation: 15s infinite activeB;*/
            }

    .banner .swiper-pagination {
        width: 100%;
        bottom: 45px;
        text-align: center;
        left: auto;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        background: url(../images/yuan1.png) no-repeat center center;
        width: 25px;
        height: 25px;
        opacity: 1;
        cursor: pointer;
        /*opacity: 0.55;*/
        border-radius: 100%;
        margin-right: 17px;
    }

    .banner .swiper-container .swiper-pagination-bullet-active {
        background: url(../images/yuan1h.png) no-repeat center center;
    }

    .banner .swiper-container .ban-pp {
        position: absolute;
        left: 0px;
        bottom: 115px;
        width: 100%;
        z-index: 1;
        text-align: center;
    }

        .banner .swiper-container .ban-pp p {
            font-size: 32px;
            color: #fff;
            font-weight: bold;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            line-height: 32px;
            margin-bottom: 0;
        }

    .banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next {
        background: none;
    }

    .banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev {
        background: none;
    }

        .banner .swiper-button-prev img, .banner .swiper-button-next img {
            max-width: 64px !important;
            height: 64px;
        }

    .banner .swiper-button-next, .banner .swiper-button-prev {
        width: 64px;
        height: 64px;
        right: 30px;
    }

    .banner .swiper-button-prev {
        left: 30px;
        right: auto;
    }

    .banner .page {
        position: absolute;
        left: 0px;
        top: 50%;
        height: 100%;
        width: 100%;
    }
/*banner end*/

img {
    max-width: 100%;
}


.new-top {
	
	
}

.new-top .new-tit {
	font-size: 52px;
	/*background-image: linear-gradient(to right, #2e3de7, #7e5ce9,#835de9,#9564ea);
  -webkit-background-clip: text;*/
  color: #9fbadd;text-transform: uppercase;
}

.new-top  a{
	display: block;
	text-decoration: none;
}
.new-top  .new-tit span{
	font-size: 62px;
	color: #000;
	font-weight: bold;
	display: block;
	
}
.new-top  .new-tit  i{
	display: inline-block;
	text-decoration: none;
	font-weight: lighter;
	font-size: 50px;
	color: #1a70bb;
	width: 56px;
	height: 56px;
	line-height: 56px;
	text-align: center;
	background: #fff;
	border:1px solid #a1bbdd;
	border-radius: 100%;
	font-family: serif;
	margin-left: 16px;
	font-style: normal;
	
}
.news{
	background: #f5f5f5 url(../images/newbg.jpg) repeat-x center bottom;
 padding: 70px 0;
}

.news-con {
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    margin-top: 35px;
}

.news-left img {
    border-radius: 25px;
}

.ss1 {
    height: 18vh;
}

.cont-text {
    display: none;
    padding: 20px 10px;
}

.cont-one {
    border-bottom: 2px solid #dfdfe2;
    padding: 10px 0;
padding-left:4%;
}

.cont-tit i {
    position: absolute;
    right: 0px;
    top: 8px;
    width: 24px;
    height: 13px;
    background: url(../images/atop.png) no-repeat center center;
    transition: all 0.4s ease-out;
}

    .cont-tit i.i1 {
        background: url(../images/abot.png) no-repeat center center;
        transition: all 0.4s ease-out;
    }

.cont-tit {
    cursor: pointer;
    transition: all 0.4s ease-out;
}

    .cont-tit span {
        display: block;
        font-weight: bold;
        font-size: 18px;
        color: #3390ea;
        margin-bottom: 10px;
    }

    .cont-tit h4 a{
        font-size: 24px;
        font-weight: bold;
        color: #333;
            overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }

    .cont-tit h4 a:hover{
        text-decoration: none;
    }

.cont-text p {
    margin-bottom: 0px;
    line-height: 30px;
}


.keyan{
	background: url(../images/kebg.jpg) repeat-x center top;
	/*background-size: cover;*/
	padding-top: 96px;
	padding-bottom: 170px;
}

.new-top2{
	
}
.new-top2 .new-tit{
	font-size: 52px;
	color: #9fbadd;
}
.new-top2 .new-tit span{
	color: #fff;
}


.rebg {
    margin-top: 35px;
    position: relative;
}

  
.rebg{
	background: url(../images/kconbg.png) no-repeat center top;
	min-height: 510px;
	padding-top: 90px;
	margin-top: 0;
}
.rebg a{
	display:block;
	text-decoration: none;
}
.rebg .swiper-slide img{
	border-radius: 0;
}
.rebg .swiper-slide .re-text{
	position: relative;
	left: auto;
	top: auto;
	width: 100%;
	height: 100%;
	padding: 10px;
	margin-top: 10px;
}
.rebg .swiper-slide .re-text h4{
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
	color: #fff;
}

.ke-con .swiper-container{
	padding-bottom: 30px;
}
.ke-con .swiper-pagination {
	bottom: 10px;
	 width: 100%; 

	z-index: 11;
	text-align: center;

}


.ke-con  .swiper-pagination-bullet {
	display: inline-block;
	width: 40px;
	height: 10px;
	background: #5768e8;
	cursor: pointer;
	opacity: 1;
	margin-right: 20px;
	border: 3px solid transparent;
	border-top: none;

	border-radius: 5px;
}

.ke-con  .swiper-pagination-bullet-active {
	
	background:#fff;
}

.noticebg{
	background: #f5f5f5 url(../images/notbg1.jpg) repeat-x center bottom;
	padding: 60px 0;
	
}

.notice {
    padding-top: 70px;
    background: #f0f0f2 url(../images/notbg.jpg) no-repeat center center;
    min-height: 200px;
    margin-top: -20px;
    padding-bottom: 30px;
}

.notice-con {
    margin-top: 35px;
}

   
.notice-con1{
	margin-top:60px;
	
}
.notice-con1 ul{
	padding: 0;
	margin: 0;
	
}
.notice-con1 ul li{
	margin-bottom: 32px;
	background: #fff url(../images/nobg.jpg) no-repeat right bottom;
	
	border:1px solid #8bafd2;
	border-top-right-radius: 25px;
	min-height: 200px;
	border-left: none;
	overflow: hidden;
	display: flex;
	/*justify-content: space-between;*/
    align-content: center;
   /* align-items: center;	*/
   
    position: relative;transition: all 0.4s ease-out;
    /*height: 254px;*/
}
.notice-con1 ul li:hover{
	transition: all 0.4s ease-out;
	box-shadow: 0px 15px 37px -17px rgb(0 0 0 / 64%);
	transform: scale(1.01);
}
.notice-con1 ul li .li-img{
	width: 176px;
	z-index: 1;
	
}
.notice-con1 ul li .li-text {
	padding-left: 46px;
	padding-top: 25px;
	width: calc(100% - 176px);
}
.notice-con1 ul li .li-text h4{
	font-size: 24px;
	color: #2155de;
	margin-bottom: 20px;
	width: 96%;
	overflow: hidden;
heiight:93px;
line-height:1.3;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
}
.notice-con1 ul li .li-tpp{
	
}
.notice-con1 ul li .li-tpp p{
	margin-bottom: 0;
	font-size: 18px;
	color: #999;
	line-height: 33px;
	padding-left:26px;
	background:  url(../images/noic.jpg) no-repeat left center;
	position: relative;
}

.notice-con1 ul li .li-tpp p::after{
	content: "";
	width: 100%;
	height:1px ;
	background: #a8a9f3;
	position: absolute;
	left: -100%;
	top: 49%;
}


.notice-con2{
	margin-top: 60px;
	padding-left: 4%;
}
.notice-con2 .li2-con{
	position: relative;
	background: #fff  url(../images/ttop.jpg) no-repeat right top;
	margin-bottom: 30px;
	max-width: 307px;
	border:1px solid #8bafd2;
	border-top-left-radius:13px;
	border-top-right-radius:13px;
	transition: all 0.4s ease-out;
	 min-height: 250px;
}
.notice-con2 .li2-con:hover{
	transition: all 0.4s ease-out;
	box-shadow: 0px 15px 37px -17px rgb(0 0 0 / 64%);
	transform: scale(1.01);
}


.notice-con2 .li2-con span{
	display: block;
	color: #fff;
	font-size: 20px;
	padding-left: 23px;
	line-height: 50px;
	
}
.notice-con2 .li2-con span i{
 font-style: normal;
padding-left:5px;
}
.notice-con2 .li2-pp{
	padding:35px 35px 23px;
	
}
.notice-con2 .li2-pp p{
	font-size: 20px;
	color: #333;
	line-height: 32px;
	overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
	
}

.vbg1{
					position: absolute;
					left: 0px;
					top: 0px;
					width: 100%;
					height: 100%;
					background: rgba(0,0,0,0.35);
z-index:1;
				}
.video-con{
	margin-top: 0;
}
.video-con a{
	display: block;
	text-decoration: none;
	position: relative;
}

.video-con .swiper-pagination {
	width: 100%;
	bottom: 58px;
	text-align: center;
	left: auto;
}

.video-con .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	background: url(../images/vic2.png) no-repeat center center;
	width: 49px;
	height: 35px;
	opacity: 1;
	cursor: pointer;
	/*opacity: 0.55;*/
	border-radius: 0%;
	margin-right: 17px;
}

.video-con .swiper-container .swiper-pagination-bullet-active {
	background: url(../images/vic1.png) no-repeat center center;

	
}

.new-top3{
	position: absolute;
	left: 0px;
	width: 100%;
	text-align: center;
	top: 38%;
	color: #fff;
	z-index: 3;
	
	
}
.new-top3 .new-tit b{
	color: #fff;
	opacity: 0.45;
	font-weight: normal;
}
.new-top3 .new-tit span{
	color: #fff;
	opacity: 0.75;
	margin-top: 0;
	margin-bottom: 20px;
}
.new-top3 .new-tit i{
	display: block;
	cursor: pointer;
}
.eventbg {
    margin-top: 70px;
    background: url(../images/evbg.png) no-repeat center center;
}

.event {
    padding-bottom: 120px;
}

.event-con {
    margin-top: 35px;
}

    .event-con .swiper-container {
        padding-bottom: 50px;
    }

    .event-con .swiper-slide a {
        position: relative;
        display: block;
    }

        .event-con .swiper-slide a img {
            border-radius: 20px;
            width: 100%;
        }

        .event-con .swiper-slide a i {
            position: absolute;
            right: 26px;
            top: 30px;
        }

        .event-con .swiper-slide a::after {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            height: 70%;
            background-image: linear-gradient(to top, rgba(9,33,207,1),rgba(9,33,207,0.9),rgba(9,33,207,0));
            content: "";
        }

        .event-con .swiper-slide a .ev-pp {
            position: absolute;
            left: 0px;
            bottom: 0px;
            width: 100%;
            z-index: 1;
            padding: 0px 50px 40px 37px;
        }

            .event-con .swiper-slide a .ev-pp h4 {
                font-size: 24px;
                color: #fff;
                line-height: 1.3;
                overflow: hidden;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
            }

            .event-con .swiper-slide a .ev-pp span {
                font-size: 24px;
                color: #78bff2;
                display: block;
                margin: 10px 0;
            }

            .event-con .swiper-slide a .ev-pp .e-pp {
            }

                .event-con .swiper-slide a .ev-pp .e-pp p {
                    font-size: 14px;
                    color: #fff;
                    margin-bottom: 0;
                    line-height: 28px;
                }

    .event-con .swiper-pagination {
        bottom: 0px;
        width: 100%;
        z-index: 11;
        text-align: center;
    }


    .event-con .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #646bd8;
        cursor: pointer;
        opacity: 1;
        margin-right: 20px;
        border: 3px solid transparent;
        border-top: none;
        border-radius: 50%;
    }

    .event-con .swiper-container .swiper-pagination-bullet-active {
        border: 3px solid #2731d5;
        background: transparent;
    }

.flink{
	margin-bottom: 10px;
	padding-bottom: 0px;
}
.flink ul{
	padding: 0;
	margin: 0;
	/*display: flex;*/padding-top: 0px;
	overflow: hidden;
	margin: 0 0%;
}
.flink ul li{
	text-align: center;
	float: left;
	width: 20%;
}
.flink ul li a{
	display: block;
	text-decoration: none;
	
}
.flink ul li a img{
	transition: all 0.4s ease-out;
}
.flink ul li a span{
	display: block;
	font-size:16px;
	color: #fff;
	margin-top: 11px;
}
.flink ul li a:hover img{
	  transition: all 0.4s ease-out;
        transform: translateY(-5px);
}



/*footer*/

.footer {
    background: url(../images/fbg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 80px;
}

    .footer .row {
        /*justify-content: space-between;
	align-items: center;*/
    }

.footer {
}

.footer-left {
    margin-top: -4px;
}

    .footer-left p {
        color: #fff;
        font-size: 18px;
        margin-bottom: 20px;
        line-height: 30px;
    }

        .footer-left p img {
            padding-right: 13px;
        }

.footer-right {
}

.footer-mid ul {
    padding: 0;
    margin: 0;
    overflow: hidden;
    display: flex;
    justify-content: center;
}

    .footer-mid ul li {
        text-align: center;
        display: inline-block;
    }

        .footer-mid ul li:first-child {
            margin-right: 60px;
        }

        .footer-mid ul li img {
        }

        .footer-mid ul li span {
            display: block;
            font-size: 16px;
            color: #fff;
            margin-top: 13px;
        }

.pad65 {
    padding-top: 30px;
    padding-bottom: 70px;
}

.footer-right {
  
}

    .footer-right h4 {
        font-size: 24px;
        color: #fff;
        margin-bottom: 10px;
    }

    .footer-right ul {
        padding: 0;
        margin: 0;
    }

        .footer-right ul li {
            line-height: 30px;
            padding: 5px 0;
        }

            .footer-right ul li a {
                padding-left: 32px;
                background: url(../images/flink.png) no-repeat left center;
                font-size: 18px;
                color: #fff;
            }


.copy {
    padding: 25px 0;
    background: rgba(29,33,103,0.5);
    margin-bottom: 0;
    font-size: 18px;
    color: #fff;
}

    .copy p {
        margin-bottom: 0;
    }

    .copy a {
        color: #fff;
    }

    .copy span img {
        vertical-align: -4px;
        padding: 0 5px;
    }

/**/













/*.wc-copyEnd*/

@media (min-width: 1200px) {
    .new-left {
        /*padding-right: 20px;*/
    }

    .new-right {
        padding-left: 30px;
    }
}

@media (min-width: 991px) {
}

@media (min-width: 1400px) {
}

@media (max-width: 1600px) {
}

@media (max-width: 1500px) {
    .footer-left p {
        font-size: 18px;
    }

    .cont-tit h4 a{
        font-size: 20px;
    }

    .footer-right ul li a {
        font-size: 16px;
    }


.event-con .swiper-slide a .ev-pp{
      padding: 0px 30px 30px 30px;
}
}

@media (max-width: 1400px) {

    .top-tit ul li a {
        font-size: 16px;
        margin-left: 28px;
    }

    .top-tit {
        min-height: auto;
    }

        .top-tit ul li {
            line-height: 40px;
        }

    .wc-menu ul li a {
        font-size: 18px;
    }

    .banner .swiper-container .ban-pp p {
        font-size: 30px;
    }

    .new-top .new-tit {
        font-size: 40px;
    }

        .new-top .new-tit span {
            font-size: 40px;
        }

    .news {
        padding: 40px 0;
    }

    .news-con {
        background: #fff;
        border-radius: 30px;
        padding: 30px;
        margin-top: 30px;
    }

    .cont-tit h4 a{
        font-size: 20px;
    }

.cont-text p {
    margin-bottom: 0px;
    line-height: 26px;
font-size: 14px;
}
.cont-text {
    display: none;
    padding: 15px 10px;
}

    .rebg {
        margin-top: 30px;
     padding-top:125px;
    }

.rebg .swiper-slide .re-text{
   padding:0px 27px 30px;
}

        .rebg .swiper-slide .re-text h4 {
            font-size: 18px;
        }

        .rebg .swiper-slide .re-text p {
            font-size: 17px;
        }

        .rebg .swiper-button-prev img, .rebg .swiper-button-next img {
            max-width: 60% !important;
            height: auto;
        }

        .rebg .swiper-button-next {
            text-align: right;
        }

    .notice-con {
        margin-top: 30px;
    }

.notice-con a{
    padding: 30px 27px;
}

        .notice-con a h5 {
            font-size: 18px;
line-height: 26px;
        }

.notice-con a p {
    font-size: 14px;

}

        .notice-con a .date b {
            font-size: 30px;
        }

.video-con{
       
    }

    .video-li span img {
        max-width: 15%;
    }

.event-con {
    margin-top: 30px;
}

    .event-con .swiper-slide a .ev-pp {
        padding: 0px 30px 30px 27px;
    }

        .event-con .swiper-slide a .ev-pp h4 {
            font-size: 18px;
        }

        .event-con .swiper-slide a .ev-pp span {
            font-size: 18px;
        }

.flink ul{
     
}

    .flink ul li a span {
        
    }
.footer{
padding-top: 40px;
}

.notice-con1 ul li .li-text h4{
	margin-bottom: 20px;
	height: 60px;
}	
.pad65{
 padding-bottom:40px;
}

    .footer-mid ul li span {
        font-size: 16px;
    }

    .copy {
        padding: 15px 0;
        font-size: 16px;
    }
}
@media (max-width: 1350px) {
	
	.notice-con1 ul li .li-tpp p{
		font-size: 16px;
		
	}
.notice-con2 .li2-pp p{
	font-size: 18px;
}	
    .notice-con2 .li2-pp {
        /*padding: 20px 20px ;*/
    }	
.notice-con2 .li2-con span{
	font-size: 16px;
	
}	

.rebg{
	padding-top: 120px;
margin-top:0px;
}



	
	
	
	
	
	
	
	
}

@media (max-width: 1300px) {
    .footer-left p {
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

	.keyan{
		padding-top:40px;
		padding-bottom: 80px; 
	}
	
	
	
	.notice-con1 ul li .li-text{
		padding-left: 22px;
	}
.notice-con1,.notice-con2{
	margin-top: 30px;
}
.notice-con1 ul li .li-text h4{
	font-size: 22px;
	
}
.noticebg{
	padding: 30px 0;
}
.new-top .new-tit i {

    font-size: 40px;
    color: #1a70bb;
    width: 46px;
    height: 46px;
    line-height: 46px;
  
}


}

@media (max-width: 1200px) {
    /*中等屏幕设备 桌面*/

    .banner .swiper-container .ban-pp p {
        font-size: 22px;
    }

    .banner .swiper-container .ban-pp {
        bottom: 50px;
    }

    .banner .swiper-pagination {
        bottom: 10px;
    }

    .new-top .new-tit {
        font-size: 30px;
    }

        .new-top .new-tit span {
            font-size: 30px;
        }

    .cont-tit h4 a{
        font-size: 20px;
    }

    .ke-con .swiper-container {
        padding-bottom: 40px;
    }

    .ke-con .swiper-pagination {
        bottom: 0px;
        width: 100%;
        z-index: 11;
        text-align: center;
    }


    .ke-con .swiper-pagination-bullet {
       width:20px;
    }

    .ke-con .swiper-pagination-bullet-active {
        
    }


    .rebg .swiper-slide .re-text h4 {
        
        margin-top: 10px;
    }

    .rebg .swiper-slide .re-text p{
        font-size: 16px;
   }

    .notice-con a h5 {
        font-size: 20px;
    }

    .notice-con .swiper-pagination {
        bottom: 30px;
        width: 100%;
        z-index: 11;
        text-align: center;
    }


    .notice-con .swiper-pagination-bullet {
        display: inline-block;
        width: 14px;
        height: 14px;
        background: #646bd8;
        cursor: pointer;
        opacity: 1;
        margin-right: 20px;
        border: 3px solid transparent;
        border-top: none;
        border-radius: 50%;
    }

    .notice-con .swiper-pagination-bullet-active {
        border: 3px solid #2731d5;
        background: transparent;
    }

    .event-con .swiper-slide a .ev-pp h4 {
        font-size: 20px;
    }

    .event-con .swiper-slide a .ev-pp span {
        font-size: 20px;
    }


.notice-con2 .li2-con span{
	padding-left: 3px;
	
}

.notice-con1 ul li .li-tpp p:last-child{
	background: url(../images/noic.jpg) no-repeat left 10px;
	
}
.notice-con1 ul li .li-tpp p:last-child::after{
	top: 28%;
}
.notice-con1 ul li .li-text h4{
	height: auto;
	margin-bottom: 10px;
	font-size: 20px;
}
.notice-con1 ul li .li-text{
	padding-top: 20px;
}

.notice-con1 ul li .li-text{
	padding-left: 10px;

}
.rebg{
margin-top: -30px;
}
.rebg .swiper-slide .re-text{
 padding:10px 15px;
}
    .footer {
        padding-top: 40px;
    }

    .pad65 {
        padding-bottom: 30px;
    }

    .footer-mid ul li span {
        font-size: 16px;
    }



    .flink ul li a img {
        max-width: 60%;
    }

    .footer-right ul li a {
        padding-left: 28px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .flink {
    
    }


    .footer-right h4 {
        font-size: 22px;
    }
}

@media (max-width: 991px) {
    /*小屏幕设备 平板*/
    .container {
        width: 94%;
    }

    .new-top .new-tit {
        font-size: 26px;
    }

        .new-top .new-tit span {
            font-size: 26px;
            letter-spacing: 2px;
        }

    .cont-tit span {
        font-size: 18px;
    }

    .cont-tit h4 a{
        font-size: 20px;
    }

    .ss1 {
        height: 9vh;
    }

    .notice-con a h5 {
        font-size: 20px;
    }

    .notice-con a .date b {
        font-size: 22px;
    }

    .notice-con a {
        min-height: 280px;
    }

    .event-con .swiper-slide a .ev-pp .e-pp p {
        font-size: 14px;
        line-height: 25px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .event-con .swiper-slide a .ev-pp h4 {
        font-size: 20px;
    }

    .event-con .swiper-slide a .ev-pp span {
        font-size: 20px;
    }

    .event-con .swiper-slide a .ev-pp {
        padding: 0px 30px 25px 27px;
    }

    .event {
        padding-bottom: 50px;
    }

    .footer-left p {
        margin-bottom: 10px;
    }

    .footer-mid {
        margin: 30px 0;
    }

        .footer-mid ul {
            justify-content: flex-start;
        }

            .footer-mid ul li span {
                font-size: 15px;
            }

    .flink ul {
        margin: 0;
    }

    .banner .swiper-container .ban-pp p {
        font-size: 20px;
    }

    .footer-right h4 {
        font-size: 20px;
    }

    .footer-right ul li a {
        font-size: 16px;
    }

.notice-con1 ul li{
	min-height: auto;
	
}
.notice-con1 ul li .li-text{
	padding-left: 30px;
	
}
.notice-con1 ul li .li-tpp p:last-child::after{
	top: 49%;
}

.notice-con1{
	margin-top: 20px;
}

.notice-con2{
	padding-left: 0;
	margin-top: 20px;
}
.notice-con2 .li2-con{
	max-width: 100%;
	background: #fff;
	min-height:220px;
}
.notice-con2 .li2-pp{
	padding: 20px;
}
.notice-con2 .li2-con span{
	padding-left: 10px;
	background-image: linear-gradient(to right, #6a54e9,#1936e6,  #9062ea);
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

.new-top3{
	top: 23%;
}

.video-con .swiper-pagination{
	bottom: 30px;
	
}

.f-right1{
	margin-top: 20px;
}




}

@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
    .right-nr table td,
    .right-nr table th {
        white-space: nowrap;
    }

    .logo1 {
        padding-bottom: 1px;
        text-align: left;
        float: left;
    }


    .logo1 img {
        max-width: 85%;
    }

    .container {
        width: 100%;
    }

    .banner .swiper-container .ban-pp p {
        font-size: 16px;
        -webkit-line-clamp: 2;
        line-height: 26px;
    }

    .banner .swiper-container .ban-pp {
        bottom: 20px;
        text-align: left;
    }

    .banner .swiper-pagination {
        bottom: 0px;
    }

    .banner .swiper-container .swiper-pagination-bullet {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #fff;
        cursor: pointer;
        opacity: 1;
        margin-right: 10px;
        border-top: none;
        opacity: 0.6;
        border-radius: 50%;
    }

    .banner .swiper-container .swiper-pagination-bullet-active {
        background: #fff;
    }

    .new-top .new-tit span {
        font-size: 20px;
        padding-left: 0px;
    }
 
            .new-top .new-tit i {
        font-size: 30px;
        color: #1a70bb;
        width: 30px;
        height: 30px;
        line-height: 28px;
    }
    
    .new-top .new-tit {
        font-size: 20px;
    }

    .new-top .more a {
        font-size: 14px;
        border-radius: 15px;
        line-height: 30px;
        display: inline-block;
        padding: 0 10px 0 15px;
    }

    .news {
        padding: 25px 0;
    }

    .news-con {
        background: #fff;
        border-radius: 20px;
        padding: 20px;
        margin-top: 20px;
    }

    .news-left img {
        border-radius: 15px;
    }

.cont-text{
  padding:0;
}

    .cont-tit h4 a{
        font-size: 18px;
    }

    .cont-tit span {
        font-size: 14px;
    }

.cont-text p {
    line-height: 25px;
}

   . rebg{
         margin-top: 20px;
  }

.rebg .swiper-slide .re-text{
  padding:5px;
}

    .rebg .swiper-slide .re-text p {
        font-size: 16px;
    }

    .rebg .swiper-slide .re-text h4 {
        font-size: 18px;
    }

    .video-con {
        margin-top: 20px;
    }

    .video-li {
        margin-bottom: 20px;
    }

    .eventbg {
        margin-top: 20px;
    }

    .event-con{
       margin-top: 20px;
   }

    .event-con .swiper-slide a .ev-pp h4 {
        font-size: 16px;
    }

    .event-con .swiper-slide a .ev-pp span {
        font-size: 16px;
    }

    .notice-con {
        margin-top: 20px;
    }

    .notice-con a h5 {
        font-size: 18px;
    }

    .notice {
        padding-bottom: 10px;
    }

    .event {
        padding-bottom: 20px;
    }

.flink ul {
        margin: 0 0%;
    }

    .flink ul li {
     width:33.33%;float:laeft;
    }

        .flink ul li a span {
            font-size: 14px;margin: 10px 0 20px;
        }

    .flink {
        padding-bottom: 0px;
        margin-bottom: 0;
    }

    .footer-left p {
        font-size: 16px;
    }

    .footer-mid {
        margin: 20px 0 28px;
    }

    .footer-right h4 {
        font-size: 18px;
    }

    .footer-right ul li {
        line-height: 25px;
    }

    .copy {
        font-size: 14px;
    }

    .pad65 {
        padding: 10px 0 20px;
    }

    .footer {
        padding-top: 20px;
    }

    .footer-left p img {
        max-width: 10%;
    }

    .footer-left p {
        margin-bottom: 5px;
    }

    .notice-con a .date b {
        font-size: 18px;
    }


.rebg{
	background: none;
	padding-top: 0px;
margin-top:20px;
	min-height: auto;
}
.ke-con .swiper-pagination-bullet{
	width: 10px;

	
}
.keyan{
	padding: 30px 0 20px;
}

.new-top .new-tit span{
	font-size: 20px;
}
.new-top .new-tit{
	font-size: 20px;
}
.notice-con1 ul li .li-img{
	width: 100%;
	text-align: center;
}
.notice-con1 ul li .li-img img{
	max-width: 50%;
	margin-top: 20px;
}
.notice-con1 ul li .li-text{
	width: 100%;
	padding-left: 10px;
}
.notice-con1 ul li{
	display: block;
}

.news-con{
	padding: 20px;
}
.notice-con1 ul li .li-tpp p::after{
	content: none;
}
.notice-con1 ul li{
	padding-bottom: 20px;
	border: 1px solid #8bafd2;
}
.notice-con1 ul li .li-text h4{
	font-size: 18px;
	
}
.notice-con1 ul li .li-tpp p{
	padding-left: 20px;
}


.new-top3{
	top: 10%;
}
.new-top3 i img{
	max-width: 10%;
}
.new-top .new-tit span{
	margin-bottom: 10px;
}
.video-con .swiper-pagination{
	bottom: 3px;
	
}
.video-con .swiper-container .swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	border-radius: 100%;
	margin-right: 5px;
	background-image: linear-gradient(to right,#1936e6,  #9062ea);
}
.video-con .swiper-container .swiper-pagination-bullet-active{
	background: #fff;
}

.flink ul li a span{
	font-size: 14px;
	
}
.flink ul li a img{
	max-width: 40%;
	
}
.flink ul li{
	margin-bottom: 0;
}
.notice-con2 .li2-pp p{
	font-size: 16px;
	
}
.notice-con2 .li2-con{
 min-height:auto;
}
.footer-left p{
align-items: flex-start;

}
.footer-left p img{
									margin-top: 5px;
								}
.footer-left p span.sp11{
									display: none;
								}

}

@media (max-width: 600px) {
}
