@charset "utf-8";

/* CSS Document */
/*2025.3.10*/

.box {
	overflow: hidden;
}

.container {
	max-width: 1430px;
	width: 90%;
}
.top{
background: #2f459a;
padding:29px 0 33px;
}
.top-right{
	
}
.top-searchbg{
	/*display: flex;*/
	
}
.logo{
	
}
.search{
	background: url(../img/searchbg.png) no-repeat left top;
	width:203px;
	height: 33px;
    line-height: 33px;	
    display: inline-block;
   float: right;
    
    margin-right: 25px;
}
.search .inp-text{
	padding-left: 12px;
	width: 170px;
	height: 33px;
    line-height: 33px;	
	background: none;
	border: none;
}
.search .inp-text input.inp-text{
	padding: 0;
	width: 100%;
	
}
.search .inp-but{
	background: none;
	border: none;
	width: 32px;
	height: 36px;
    line-height: 36px;	
}
.search .inp-but input.inp-but{
	cursor: pointer;
	width:100%;	
}
.eng{
	float: right;
   margin-right: 20px;
}
.eng a{
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;

	transition: all 0.5s;
}
.eng a:hover{
	 background: #204f9f;
	 color: #fff;
}


.wc-menu {
  background: #f2efec;
}

.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: 56px;
	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: 20px;
	color: #444;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;
	
}

.wc-menu ul li a.active,
.wc-menu ul li a.move,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent,
.wc-menu ul li a:hover {
	color: #daa431;
	
}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: -30px;
	top: 100%;
	background: rgba(8,37,89,0.45);
	width: 165%;
	z-index: 111 !important;
	display: none;
	opacity: 1;    
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);

}

.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: left;
	border: none;
}

.wc-menu ul li .ernav ul li {
	/*text-align: center;*/
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: left;
	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: 24px;
	font-size: 18px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 10px 14px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	background: #23519d;
	color: #fff;
}


/*menu End*/
.banner .bbg{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	background: url(../img/topyin.png) repeat-x left bottom;
	z-index: 1;
	height: 100%;
}
.banner .swiper-container .swiper-slide a {
	text-decoration: none;
	display: block;
}
.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;*/

}
.bpage{
	position: absolute;

	bottom:110px;
	z-index: 11;
    right: 0;
    left: auto;
    width: 100%;
 
}

.banner .swiper-pagination {
	width: 100%;
	text-align: right;
	position: relative;
	right: 0;
	left: auto;
	

    
}

.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	background:url(../img/yuan1.png) no-repeat center center;
width: 26px;
height: 26px;
	opacity: 1;
	cursor: pointer;
	/*opacity: 0.55;*/
border-radius: 0;
	margin-right: 15px;
}

.banner .swiper-container .swiper-pagination-bullet-active {

	background:url(../img/yuan2.png) no-repeat center center;

}
.banner .swiper-container .ban-text{
	position: absolute;
	left: 0px;
	bottom: 35px;
	width: 100%;z-index: 11;
}
.banner .swiper-container  .ban-pp{
	background-color: rgba(242,239,236,0.75);
	text-align: left;
	border-top:2px solid #2f459a;
	padding: 15px 28px;
	
}

.banner .swiper-container  .ban-pp p{
	
	font-size: 32px;
	color: #444;
	  overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:1;
            -webkit-box-orient: vertical;
	line-height: 32px;
	margin-bottom: 0;
}

/*banner end*/

img {
	max-width: 100%;
}
.research{
	padding-top: 60px;
	
}

.new-top{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; 
    position: relative;
}

.new-tt{
	position: relative;
	background: #fff;
	width: 20%;
	z-index: 1;
}
.new-tt span{
	display: block;
	font-size: 16px;
	color: #daa431;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.new-tt span img{
	padding-right: 10px;
}
.new-tt i{
	display: block;
	font-size: 42px;
	color: #000;
	text-transform: uppercase;
	font-style: normal;	
	margin-top: -8px;
}
.new-tt::before{
	width: 10px;
	height: 10px;
	content: "";
	position: absolute;
	background: #f8f1f1;
	display: block;
	right: 0px;
	top: 56%;
}



.new-more{
	position: relative;
	margin-top: 20px;
}
.new-more a img{
	z-index: 1;
	position: relative;
}
.new-top::after{
	width: 80%;
	height: 1px;
	content: "";
	position: absolute;
	background: #f8f1f1;
	display: block;
	right: 0px;
	top: 60%;
}


.news{
	margin-top: 55px;
	margin-bottom: 95px;
	
}


.newscon{
	background: #fff;
	margin-top:45px;
	width: calc(100% - 67px );
}
.news-left{
	background: #2f459a url(../img/ban11.jpg) no-repeat left top;
	position: relative;
	min-height: 302px;
	padding-bottom: 30px;
	background-size: contain;
}
.news-left ul{
	width: 41%;
	padding: 25px 35px 0px 35px;
	margin-bottom: 0;
}
.news-left ul li{
	padding: 21px 0;
	
	/*border-bottom: 1px dotted #ccc;*/
	background:url(../img/li1.png) repeat-x left bottom;
}

.news-left ul li a{
	text-decoration: none;
	display: block;
	font-size: 18px;
	color: #fff;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}
.news-left ul li a span{
	color: #fff;
	padding-left: 10px;
}
.news-left ul li a p{
	color: #fff;
	display: inline;
	margin-bottom: 0;
	
	
}
.news-left ul li a:hover p{
	/*color: #204f9f;*/
}
.news-right{
	position: absolute;
	right: -70px;
	top: -16px;
	width: 63%;
}
.news-rcon {
	
}
.news-rcon  .swiper-slide a{
	display: block;
	text-decoration: none;
	position: relative;
}

.news-rcon  .swiper-slide a .bbg{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: url(../img/yin2.png) repeat-x left bottom;
}

.news-rcon  .swiper-slide a .ban-pp{
bottom: 20px;
position: absolute;
left:0;
width: 73%;
	
}
.news-rcon  .swiper-slide a p{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-left: 25px;
	margin-bottom: 0;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:1;
    -webkit-box-orient: vertical;
	
	
}

.news-rcon  .swiper-pagination {
	width: 100%;
	text-align: right;
	position: relative;
	right: 26px;
	left: auto;
	bottom:40px;
}

.news-rcon  .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	background:#afafaf;
width: 13px;
height: 13px;
	opacity: 1;
	cursor: pointer;
	/*opacity: 0.55;*/
margin-left: 18px;
}

.news-rcon  .swiper-container .swiper-pagination-bullet-active {
	background:#fff;

}

.newsbg{
	background: #fffcf9;
	margin-top: 80px;
	padding: 70px 0 50px;
}

.new-top2 .new-tt{
	width: 30%;
	background: #fffcf9;
}
.event-ul{
	margin-top: 50px;
}
.event-ul .evli{
	margin-bottom: 30px;
}
.event-ul .evli a{
	text-decoration: none;
	display: block;
	background: #fff;
	display: flex;
	align-items:center;
	transition: all 0.4s ease-out;
    box-shadow: 0px 15px 37px -17px rgba(0, 0, 0, 0);
}

.event-ul .evli a:hover{
	  box-shadow: 0px 15px 37px -17px rgba(0, 0, 0, 0.64);
        transform: scale(1.02);
        cursor: pointer;
}
.event-ul .evli a .evli-img{
	width: 255px;
}
.event-ul .evli a .evli-img{
	
}
.event-ul .evli a .evli-tt{
	width: calc(100% - 255px);
	padding: 25px 35px;
	border: 1px solid #bdb2a8;
	border-left: none;
	height: 165px;
	position: relative;
}
.event-ul .evli a .evli-tt::after{
content: "";
position: absolute;
right: 0px;
bottom: 0px;
width:178px;
height: 3px;
background: #2f459a;
}
.event-ul .evli a .evli-tt span{
	display: block;
	font-size: 18px;
	color: #0a5aa8;
	margin-bottom: 11px;
	
}
.event-ul .evli a .evli-tt p{
	font-size: 18px;
	color: #444;
	      overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}

.notice-ul{
	margin-top: 58px;
}
.notice-ul .not-li{
	margin-bottom: 33px;
}
.notice-ul .not-li a{
	text-decoration: none;
	display: block;
	background: #fff;
	border:1px solid #bdb2a8;
	padding: 28px 20px 24px;
	position: relative;transition: all 0.4s ease-out;
    box-shadow: 0px 15px 37px -17px rgba(0, 0, 0, 0);
}
.notice-ul .not-li a:hover{
	  box-shadow: 0px 15px 37px -17px rgba(0, 0, 0, 0.64);
        transform: scale(1.02);
        cursor: pointer;
}
.notice-ul .not-li a span{
	color: #fff;
	font-size: 14px;
	position: absolute;
	left: 28px;
	top: -11px;
	padding: 0 13px;
	line-height: 20px;
	background: #0a5aa8;
	display: inline-block;
}
.notice-ul .not-li a p{
	margin-bottom: 0;
	font-size: 18px;
	color: #333;
	line-height: 30px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}

.notice-ul .istop{
    position: relative;
}

.notice-ul .istop::after{
    position: absolute;
    content: ' ';
    background: url(../img/zd.png);
    width: 45px;
    height: 45px;
    top: 0px;
    right: 16px;
}

.events{
	padding-right: 45px;
}
.notices{
	padding-left: 45px;
}


.reports{
	background: #fff;
	padding: 75px 0;
}

.report-ul{
	margin-top: 43px;
}
.report-ul .rli{
	transition: all 0.4s ease-out;
}
.report-ul .rli:hover{
	transition: all 0.4s ease-out;
	transform: translateY(-10px);
}
.report-ul .rli a{
	display: block;
	background: #faf7f4 url(../img/ping.png) no-repeat right bottom;
	text-decoration: none;
	padding: 20px 40px ;
	margin-right: 20px;
}
.report-ul .rli:last-child a{
	margin-right: 0;
}


.report-ul .rli a span{
	display: block;
	font-size: 18px;
	color: #0a5aa8;
	margin-bottom: 10px;
}
.report-ul .rli a h5{
	font-size: 20px;
	color: #333;
	      overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
line-height: 27px;
height: 50px;
            -webkit-box-orient: vertical;
	margin-bottom: 22px;
	
}
.report-ul .rli a .rli-pp{
	border-top:1px solid #d8d6d4;
	padding-top: 15px;
	margin-top: 15px;
}


.report-ul .rli a .rli-pp p{
font-size: 15px;
 color: #999;
 line-height: 25px;
 padding: 8px 0;
 margin-bottom: 0;
}
.report-ul .rli a .rli-pp p:nth-child(2){
	/*min-height: 50px;*/
}

.report-ul .rli a .rli-pp p img{
	padding-right: 5px;vertical-align: -2px;
}

.f-link{
	border-top: 1px solid #f3f0ed;
	border-bottom: 1px solid #f2efec;
	min-height: 100px;
}
.f-link .fli{
	border-left:1px solid #f3f0ed;
	padding-top: 30px;
	padding-bottom: 10px;
}
.f-link .fli:last-child{
	border-right:1px solid #f3f0ed;
}
.f-link .fli a{
	display: block;
	text-align: center;
	text-decoration: none;
}
.f-link .fli a::after{
	content: "";
	position: absolute;
	right: 0px;
	top: 0px;
	background: url(../img/sanjiao.png) no-repeat right top;
	width: 20px;
	height: 21px;
}
.f-link .fli a img{
	display: inline-block;
	margin-bottom: 20px;
}
.f-link .fli a img{
	
	
}
.f-link .fli:hover  a img{
        animation: 1s ease-in-out 0s normal none 1 running doudong1;
        
 }
 
@keyframes doudong1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}


.f-link .fli a span{
	display: block;
	font-size: 18px;
	color: #000;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
}



/*footer*/

.footer{
	background:url(../img/fbg.jpg) no-repeat center center;
	background-size: cover;
	
     padding-top: 60px;
   
     
}
.footer .pad60{
   padding-bottom: 12px;
}
.footer .row{
	justify-content: space-between; 
    align-items: center;
}
.f-er{
	
}
.f-er h4{
	font-size: 18px;
margin-bottom: 18px;
	color: #fff;
	font-weight: bold;
}
.f-er span{
	font-size: 18px;
	color: #fff;
	margin-bottom: 0;
}

.f-er span:last-child{
font-size: 18px;
    color: #fff;
    margin-bottom: 0;
}
.f-er2 img{
	margin-left: 18px;
}

.copy{
    border-top:1px solid #3b556f;
 	padding: 10px 0;
}
.copy p{
	font-size: 18px;
	color: #fff;
	opacity: 0.45;
	margin-bottom: 0;
	line-height: 37px;
	text-transform: uppercase;
}


/*.wc-copyEnd*/






@media (min-width: 1200px) {
	
.footer-left{
	    flex: 0 0 42.5%;
        max-width: 42.5%;
}
.f-er {
	 flex: 0 0 40.5%;
        max-width: 40.5%;
}

	
	
}
@media (min-width: 1300px) {
	



}
@media (max-width: 1535px) {
	.f-er {
        flex: 0 0 32.5%;
        max-width: 32.5%;
    }
.f-er span {
	margin-left: 0;
	display: block;
	
}	
.f-er span:last-child {
    margin-left: 0px;
}	
.f-er2{
	flex: 0 0 23%;
        max-width: 23%;
}	
	
	



	
}
@media (max-width: 1500px) {
	.news-left ul li:last-child{
		display: none;
		
	}
	
	
	
	
	
	



	
}

@media (max-width: 1400px) {

.news-rcon .swiper-slide a p{
	font-size: 22px;
}

.new-tt i{
	font-size: 36px;
}
.new-top2 .new-tt {
    width: 35%;
    
}











	
}

@media (max-width: 1300px) {
	
.banner .swiper-container .ban-pp p{
	font-size: 24px;
	line-height: 23px;
	
}
.wc-menu ul li a{
	font-size: 18px;
}

.new-tt i {
        font-size: 28px;
    }
.news-right {
	top: 8%;
}
.new-tt span{
	font-size: 14px;
}
.research {
    padding-top: 30px;
}
.newsbg {
    background: #fffcf9;
    margin-top: 50px;
    padding: 40px 0;
}
.newscon {
	margin-top: 25px;
}

.event-ul,.notice-ul {
    margin-top: 30px;
}
.news-left ul li a{
	font-size: 16px;
}

.reports{
	padding: 40px 0;
}
.report-ul .rli a h5{
	font-size: 18px;
}




	
	
}


@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/

.events {
    padding-right: 15px;
}
.notices {
    padding-left: 15px;
}
.report-ul .rli a{
	margin-right: 0;
}
.footer .pad60 {
    padding-bottom: 12px;
}
.event-ul .evli a .evli-tt p{
	font-size: 16px;
}
.notice-ul .not-li a p{
	font-size: 16px;
}



.f-er2 img {
    margin-left: 8px;
}



	
}

@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}
.banner .swiper-container .ban-pp p{
	font-size: 18px;
	
}
.banner .swiper-container .ban-pp{
	padding: 5px 10px;
	
}
.banner .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	background:#0a5aa8;
width: 16px;
height: 16px;
	opacity: 1;
	cursor: pointer;
	opacity: 0.55;
border-radius: 100%;
	margin-right: 5px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
background: #fff;
opacity: 1;
}
.bpage{
	bottom: 5px;
}
.news-rcon .swiper-slide a p{
	font-size: 20px;
}

.report-ul .rli{
	margin-bottom: 30px;
}
.report-ul .rli a span{
	font-size: 16px;
	
}
.new-tt i{
	font-size: 20px;
}
.new-tt span{
	font-size: 12px;
}

.f-link .fli{
	border-bottom: 1px solid #f3f0ed;
}

.f-link .fli:nth-child(3){
	border-right: 1px solid #f3f0ed;
}

.copy p{
	font-size: 14px;
}

.newscon{
	width: 100%;
}
.news-right{
	position: relative;
	width: 100%;
	right: auto;
	top: auto;
	
	
}
.news-left ul {
    width: 100%;
   padding: 0px;
}
.news-left ul li:last-child{
	display: block;
}
.news-left{
	padding-bottom: 10px;
}
    .newsbg {
        
        margin-top: 30px;
        padding: 30px 0;
    }
.report-ul {
    margin-top: 23px;
}
    .reports {
        padding: 30px 0;
    }	
	
	
.f-er,.footer-left {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .f-er{
    	margin: 30px 0;
    }
    .footer{
    	padding-top: 30px;
    }
    .f-er2 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
       
    }	
    .new-top2 .new-tt {
        width: 20%;
    }	
	
.news-rcon {
	margin-top: 20px;
}	
	
.banner{
	margin-top: 40px;
}	
	
	
}

@media (max-width: 767px) {
	/*超小屏幕设备 手机*/
	.right-nr table td,
	.right-nr table th {
		white-space: nowrap;
	}
	.logo1 {
		padding-bottom: 1px;
		text-align: left;
		float: left;
	}
	
	.mobile-header-btn {
		top: 1px;
	}
	.mobile-header-btn i {}
	#img {}
	.logo1 img {
		max-width: 85%;
	}
	.container {
		width: 100%;
	}
.banner{
	margin-top: 40px;
}
.banner .swiper-container .ban-pp p{
	font-size: 15px;
	
}
.banner .swiper-container .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
}
.banner .swiper-container .ban-text{
	bottom: 20px;
}
    .bpage {
        bottom: 0px;
    }
.new-tt i{
	font-size: 16px;
	
}
.new-tt{
	width: 45%;
}
    .research {
        padding-top: 15px;
    }
    .newscon {
        margin-top: 15px;
    }
.new-more{
	text-align: right;
	margin-top: 15px;
	
}
.new-more a img{
	max-width: 70%;
}

.news-left{
	background-size: cover;
	
}
.news-rcon{
	
}
.news-rcon .swiper-pagination{
	bottom:-10px;
	text-align: center;
	right: auto;
}
.news-rcon .swiper-slide a p{
	padding:0 10px;
	font-size: 16px;
	
}
.news-rcon .swiper-container{
	padding-bottom: 20px;
}
.news-rcon .swiper-slide a .ban-pp{
	width: 100%;
	bottom: 10px;
}
.new-top2 .new-tt {
        width: 38%;
    }
.event-ul .evli a .evli-img {
    width: 125px;
}
.event-ul .evli a .evli-tt {
    width: calc(100% - 125px);
    height: auto;
    padding: 10px;
    border: none;
    }
.event-ul .evli a .evli-tt span{
	font-size: 14px;
	margin-bottom: 3px;
}
.event-ul .evli{
	border: 1px solid #bdb2a8;
}

.report-ul .rli a h5{
	font-size: 16px;
	margin-bottom: 10px;
}

.report-ul .rli a{
	padding: 15px 20px;
}
.report-ul .rli a .rli-pp p{
	padding: 4px 0;
}
.f-link .fli {
	width: 50%;
}
.f-link .fli:nth-child(3) {
        border-right: none;
    }
    .f-link .fli a img{
    	margin-bottom: 10px;
    }
    .newsbg{
    	padding-bottom: 0;
    }
    .reports{
    	padding-bottom: 0;
    }
.notice-ul .not-li{
	flex: 0 0 100%;
    max-width: 100%;
}

.f-er {
        margin: 20px 0;
    }

.f-er h4{
	font-size: 16px;
	
}




}

@media (max-width: 600px) {




	
	
}