@charset "utf-8";

/* CSS Document */
/*2026.2.3*/

.box {
	overflow: hidden;
}

body {}

.container {
	max-width: 1430px;
	width: 90%;
	/*padding: 0 120px;*/
	margin: 0 auto;
	position: relative;
}



.top {
 background: #f6f7fd;
 border-top:3px solid #5374d0;
 padding: 30px 0;
}


.search{
	background: url(../images/search11.png) no-repeat left top;
	width:247px;
	height: 60px;

    display: inline-block;
    float: right;
   
}
.search .inp-text{
	padding-left: 12px;
	width: 192px;

    line-height: 60px;	
	background: none;
	border: none;    background: none !important;
}
.search .inp-text input.inp-text{
	padding: 0;
	width: 100%;
	
}
.search .inp-but{
	background: none;
	border: none;
	width:42px;
	height: 60px;

}
.search .inp-but input.inp-but{
	cursor: pointer;
	padding: 0;	
}

.wc-menu {
	 background-image: linear-gradient(to right, #1c3f85, #4b3568,#9f2535,#b52128);
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	text-align: center;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wc-menu ul li {
	line-height: 59px;
	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: 18px;
	color: #fff;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	padding: 0 5px;
	line-height: 59px;
	text-decoration: none;

}

.wc-menu ul li>a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0px;
	height: 2px;
	background-color: #fff;
	transform: scaleX(0) scaleY(1);
	transition: all .5s ease-in-out;
	border-radius: 2px;
}

.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 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: #fff;

}

.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: -35%;
	top: 100%;
	/*background: rgba(36,108,198,0.86);*/
	/*background: #e5effa;*/
	width: 170%;
	z-index: 111 !important;
	display: none;
	opacity: 1;
	/*border-top: 2px solid #4abad2;*/
/* 修改为支持淡入淡出效果 */
	transition: opacity 0.3s ease;
	/*border-top: 2px solid #4abad2;*/
	box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.5);
	-webkit-animation-duration: .4s;
	-webkit-animation-fill-mode: both;
	animation-duration: 1s;
	animation-fill-mode: both;
	-webkit-animation-name: layui-upbit1;
	animation-name: layui-upbit1;
	      background: rgba(255,255,255,0.8);
backdrop-filter: blur(6px);
-webkit-backdrop-filter:blur(6px);
-webkit-backdrop-filter:blur(6px);
}

@keyframes layui-upbit1 {
	0% {
		transform: translate3d(0%, 0, 0);
		opacity: 0;
	}

	100% {
		transform: translate3d(0%, 0, 0);
		opacity: 1;
	}
}





.wc-menu ul li .ernav ul {
	padding-left: 0;
	display: block;
	margin-bottom: 0;
	text-align: center;
	border: none;
	border-radius: 0;
	padding: 0;
	/*background: rgba(182,31,31,0.76);*/

}

.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: 24px;
	font-size: 16px;
	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: #369ff2;
	/*background: #00b2d3;*/
}

.wc-menu ul li .ernav ul li>a:after {
	content: none;
}


/*menu End*/

.banner {
	position: relative;
	text-align: center;
}
.banner .swiper-slide {
	height: 100%;
	position: relative;
	/*overflow: hidden;*/
	width: 100%;
}

.banner .swiper-container .swiper-slide a {
	text-decoration: none;
	display: block;
	position: relative;
}

.banner .swiper-container {
	/*padding-bottom: 20px;*/
}

.banner .ban-text {
	bottom: 70px;
	position: absolute;
	left: 0px;
	z-index: 11;
	text-align: left;
	width: 100%;
	
}
.banner .ban-text .bp {


	width: 50%;
	padding: 27px;
	line-height: 1.5;

	background: rgba(39,64,130,0.85);
	border-left: 9px solid #b82026;
}
.banner .ban-text p {
	font-size: 32px;
font-weight: bold;
	color: #fff;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 0;

}




.banner .swiper-pagination {
	width: 100%;
	bottom: 33px;
	display: inline-block;
	z-index: 1;
}

.banner .swiper-pagination-bullet {
	display: inline-block;
	width: 13px;
	height: 13px;
	background: #fff;
	cursor: pointer;
	opacity: 0.55;
	border-radius: 100%;
	margin-right: 15px !important;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
}

.banner .bpage {
	position: absolute;
	left: 0px;
	bottom: 70px;
	width: 100%;

	text-align: right;
	min-height: 10px;
	/*background: #f00;*/
}

.banner .bpage .container .bp2 {}

.banner .ban-yuan {
	width: 110px;
	height: 110px;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
	color: #fff;
	font-size: 32px;
	line-height: 110px;
	float: right;
	z-index: 11;
	position: relative;
}

.banner .ban-yuan ul {
	padding: 0;
}

.banner .ban-yuan ul li {
	display: inline-block;
}


/*banner end*/


img {
	max-width: 100%;
}

.incon{
	background: url(../images/incon.jpg) no-repeat left top;
	background-size: cover;
	padding: 77px 0 50px;
}

.new-top{
	/*background: url(../images/ntopbg.png) no-repeat right center;*/
	min-height:42px;
	justify-content: space-between;
}

.new-top .new-tit{

	display: flex;
	width: 26%;
}
.new-top .new-tit img{
	width:71px;
	height: 75px;
}

.n-span{
	padding-left: 20px;
}
.n-span span{
	display: block;
	font-size: 22px;
	color: #8e93a5;
}
.n-span p{
	font-size: 42px;
	color: #333;
	margin-bottom: 0;
	margin-top: -10px;
}
.new-top a{
	font-size: 18px;
	color: #284082;
	width: 74%;
	text-align: right;
background: url(../images/ntopbg.png) no-repeat right 58%;	
}
.new-top3{
	background: url(../images/ntopbg.png) no-repeat right 58%;
}
.new-top2{
	/*background: url(../images/ntopbg1.png) no-repeat right center;*/
}
.new-top2 a{
	/*background: url(../images/ntopbg1.png) no-repeat right center;*/
}
.new-top2 .new-tit{
	width: 57%;
}
.mart38{
	margin-top: 32px;
	
}

.nleftcon img{
	box-shadow: 2px 4px 6px #ccc;
}
.nleftpp{
	padding:25px 35px;
	background: rgba(34,63,131,0.75);
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%; transition: all 0.4s ease-out;
}
 .nleftcon:hover .nleftpp{
	background: rgba(34,63,131,0.9); transition: all 0.4s ease-out;
}


.nleftpp span{
	display: block;
	font-size: 20px;
	color: #fff;
	margin-bottom: 15px;
}
.nleftpp p{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 0;
}

.nrightul{
	
}
.nrightul ul{
	padding: 0;
	margin: 0;
}
.nrightul ul li{
display: flex;
margin-bottom: 26px;
padding: 13px;
background: #fff;
justify-content: space-between;
box-shadow: 2px 4px 6px #ccc;
 transition: all 0.4s ease-out;
}
.nrightul ul li:first-child{
	display: none;
}
.nrightul ul li .li-img{
	width:194px;
	height: 105px;
	
}
.nrightul ul li .li-text{
	
		
		width: calc(100% - 230px);
}
.nrightul ul li .li-text span{
		display: block;
font-size: 18px;
color: #cc0000;
margin:5px 0 11px;
}
.nrightul ul li .li-text p{
		font-size: 18px;
		color: #333;
		margin-bottom: 0;
		    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
}
.nrightul ul li:last-child{
	margin-bottom: 0;
}
.nrightul ul li:hover{
	 transition: all 0.4s ease-out;
        transform: translateY(-5px);
}

.noticebg{
	margin-top:66px;
	
}

.news-con{
	margin-top: 26px;
	
}
.news-con .row{
	margin: 0 -20px;
}
.news-con .new-li1{
	padding: 0 20px;
	margin-bottom: 30px;
	min-height: 102px;
}
.news-con .new-li{
display: flex;
box-shadow: 2px 4px 6px #ccc;
 transition: all 0.4s ease-out;
	background: #fff;
	padding:16px 20px;
	align-items: center;
	justify-content: space-between;
}
.news-con .new-li:hover{
	transition: all 0.4s ease-out;
        transform: translateY(-3px);
}
.news-con .new-li .n-date{
	text-align: right;
	border-right: 1px solid #ddd;
	width: 85px;
	padding-right: 14px;
}
.news-con .new-li .n-date p{
	font-size: 32px;
	font-weight: bold;
	color: #172d8d;
	margin-bottom: 0;
}
.news-con .new-li .n-date span{
	display: block;
	font-size: 18px;
	color: #cc0000;
	margin-top: -5px;
	
}
.news-con .new-li .n-tt{
	padding-left: 18px;
	
}
.news-con .new-li .n-tt p{
	font-size: 18px;
	color: #333;
	line-height: 30px;
	margin-bottom: 0;
	    overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:2;
            -webkit-box-orient: vertical;
}

.nots-rpp{
	display: flex;
	align-items: center;
	flex-direction: column;
min-height: 285px;
/*border-top-left-radius: 15px;*/
	background:#fff url(../images/xitongbg.png) no-repeat right center;
	    justify-content: center;
    align-items: center;
}
.nots-rpp h4{
	font-size: 28px;
	font-weight: bold;
	color: #172d8d;
}
.nots-rpp a{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 60px;
	background: #cd0303;
	border-radius: 30px;
	display: inline-block;
	padding: 0 100px;
	margin-top: 20px;
	text-decoration: none;
}
.nots-rpp a:hover{
	background: #a30f0f;
	
}

.new-top3{
	margin-top: 23px;
}


.footer {
	background: #242947;
	padding: 75px 0 20px;
}
.f-right{
	
}
.f-right h4{
	color: #fff;
	font-size: 18px;
	
}

.f-right .lian-con{
	
}
.f-right .lian-con p{
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 0;
	
}
.qlinks{
	
}
.qlinks ul{
	padding: 0;
	margin: 0;
}
.qlinks ul li{
	width: 49%;
	display: inline-block;
}
.qlinks ul li a{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.qlinks ul li:nth-child(even){
	text-align: right;
}






.f-copy{
	
}
.f-copy p{
	font-size: 16px;
	color: #748893;
	margin-bottom: 0;
display: inline-block;
}
.f-copy p  span{
	font-style: normal;
	color: #f4352e;
}



@media (min-width: 1400px) {}

@media (min-width: 1200px) {
	
	.mart38{
		margin-left:-25px;
		margin-right: -25px;
	}
.news-left{
	padding: 0 25px;
    flex: 0 0 60.5%;
    max-width: 60.5%;
}	
.news-right{
	padding: 0 25px;
	 flex: 0 0 39.5%;
    max-width: 39.5%;
}

.noticebg .row1{
	margin-left:-25px;
	margin-right: -25px;
}
.nots-left{
	padding: 0 25px;
    flex: 0 0 60.5%;
    max-width: 60.5%;
}
.nots-right{
	padding: 0 25px;
	 flex: 0 0 39.5%;
    max-width: 39.5%;
}




	
	
	
}

@media (max-width: 1480px) {
	.nrightul ul li{
		margin-bottom: 10px;
	}
	
.n-span p{
	font-size: 36px;
	
}	
.n-span span{
	font-size: 20px;
}

.banner .ban-yuan {
	width: 100px;
	height: 100px;

	line-height: 100px;

}
.banner .ban-text p{
	font-size: 28px;
}

}

@media (max-width: 1400px) {
	
	
	.nots-rpp{
		min-height: 270px;
		
	}
	
	
	
}
@media (max-width: 1360px) {
	
	    .n-span p {
        font-size: 32px;
    }
	    .n-span span {
        font-size: 18px;
    }
	
.lian{
	    flex: 0 0 50%;
        max-width: 50%;
}	
	
.qlinks {
	flex: 0 0 50%;
    max-width: 50%;
}	
	
.footer{
	padding-top: 45px;
}	
	.logo{
		 flex: 0 0 78%;
        max-width: 78%;
	}
.top-right{
	 flex: 0 0 22%;
        max-width: 22%;
}	
	
	
	
	
	
	
	
}
@media (max-width: 1300px) {
.noticebg {
    margin-top: 26px;
}


.banner .ban-yuan {
	width: 80px;
	height: 80px;
font-size: 26px;
	line-height: 80px;

}
.banner .ban-text p{
	font-size: 24px;
	
}

.banner .ban-text{
	bottom: 50px;
}
	
.incon{
	padding-top: 40px;
	
}	
	
		.logo{
		 flex: 0 0 73%;
        max-width: 73%;
	}
.top-right{
	 flex: 0 0 27%;
        max-width: 27%;
}	

.nots-rpp a{
	line-height: 50px;
}
.nleftpp{
	padding: 20px;
}
.nleftpp p{
	font-size: 20px;
}





}


@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/

	
.n-span span{
	margin-bottom: 10px;
}	
	    .n-span p {
        font-size:26px;
    }
	.nrightul ul li:last-child{
		display: none;
	}
.nots-rpp h4{
	font-size: 24px;
}	

		.logo{
		 flex: 0 0 70%;
        max-width: 70%;
	}
.top-right{
	 flex: 0 0 30%;
        max-width: 30%;
}	

	
}


@media (max-width: 991px) {
	/*小屏幕设备 平板*/
.logo1 img{
	max-width: 80%;
}
.banner .ban-text p {
        font-size: 18px;
    }	
.banner .ban-text{
	bottom: 30px;
	
}
    .banner .ban-yuan {
        width: 60px;
        height: 60px;
        font-size: 22px;
        line-height: 60px;
    }
    .banner .bpage{
    	bottom: 30px;
    }
    
    .banner .ban-text .bp{
    	padding: 20px;
    }
 .new-top .new-tit {
    display: flex;
    width: 37%;
}   
    
.nleftpp{
	padding: 15px;
}
.nleftpp span{
	font-size: 16px;
}
    .nleftpp p {
        font-size: 18px;
    }



.news-right{
	margin-top: 25px;
}

.nrightul ul li{
	margin-bottom: 25px;
}
.nrightul ul li:last-child{
	display: flex;
}


	.f-right {
		margin-top: 25px;
}
    .footer {
        padding-top: 25px;
    }
.flogo{
	text-align: center;
}	


.qlinks ul li:nth-child(even){
	text-align: left;
}
	
}

@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 i {}
	#img {}
	.logo1 img {
		max-width: 88%;
	}
	.container {
		width: 96%;
	}
.banner{
	margin-top: 40px;
	
}
.banner .ban-text .bp{
	padding: 10px;
	width: 70%;
}
.banner .ban-text p{
	font-size: 16px;
	-webkit-line-clamp:1;
	
	
}
.banner .ban-text{
	bottom: 10px;
	
}

 .banner .ban-yuan {
        width: 40px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
}
.banner .bpage{
	bottom: 10px;
}




.nrightul ul li .li-img{
	width: 130px;
	height: auto;
}
.nrightul ul li{
	min-height: auto;
}
.nrightul ul li .li-text {
    width: calc(100% - 150px);
}
.nrightul ul li .li-text span{
	margin: 0;
}
.nrightul ul li .li-text p{
	font-size: 16px;
}
.nrightul ul li .li-text span{
	font-size: 16px;
	margin-bottom: 5px;
}
    .incon {
        padding-top: 20px;
    }
    .mart38 {
    margin-top:12px;
}
.new-top a{
	font-size: 16px;
}
.new-top .new-tit img{
	width: 40px;
	height: 40px;
}
.n-span {
    padding-left: 5px;
}
.n-span span{
    font-size: 14px;
}
.n-span p{
    font-size: 18px;
}

.news-con .new-li1{
	margin-bottom: 10px;
}

.news-con .new-li1:last-child{
	margin-bottom: 0;
}

.news-con .new-li .n-date p{
	font-size: 24px;
}
 .nots-rpp{
 	min-height: 230px;
 }
    .nots-rpp h4 {
        font-size: 22px;
    }

    .nots-rpp a {
        line-height: 45px;
       font-size: 18px;
       
    }
   .news-con {
    margin-top: 16px;
} 
    .news-con .new-li .n-tt p{
    	font-size: 16px;
    }
    
.new-top .new-tit{
	width: 54%;
}
.new-top a{
	background: none;
}
.new-top{
	align-items: center;
	
}
    .nleftpp p {
        font-size: 16px;
    }
    .nleftpp span {
        margin-bottom: 5px;
    }

.f-copy {
	margin-top: 5px;
}

    .f-right {
        margin-top: 5px;
    }
    .lian {
        flex: 0 0 100%;
        max-width: 100%;
    }
.f-right h4{
font-size: 16px;
font-weight: bold;
margin: 10px 0;
}
.qlinks{
	flex: 0 0 100%;
        max-width: 100%;
}
.qlinks ul li{
	display: block;
	width: 100%;
}
.qlinks ul li a{
	line-height: 28px;
}


}

@media (max-width: 600px) {}