@charset "utf-8";

/* CSS Document */
/*2026.4.22*/

.box {
	overflow: hidden;
}

body {}

.container {
	max-width: 1430px;
	width: 90%;
	/*padding: 0 120px;*/
	margin: 0 auto;
	position: relative;
}
.top {
 background: url(../images/ban.jpg) no-repeat center center;
 min-height: 460px;

}
.topbg{
	background: rgba(19,105,143,0.75);
	
}
.top-logo{
	padding-top: 140px;
}
.home1 a{
	display: inline-block;
	background: #1f94c8;
	padding: 0 15px;
	line-height: 55px;
}

.wc-menu {
	
}

.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: 55px;
	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: #fff;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	padding: 0 5px;
	line-height: 55px;
	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: -25%;
	top: 100%;
	/*background: rgba(36,108,198,0.86);*/
	/*background: #e5effa;*/
	width: 150%;
	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: 5px 5px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}

.wc-menu ul li .ernav ul li a:hover {
	color: #2e8cb6;
	/*background: #00b2d3;*/
}

.wc-menu ul li .ernav ul li>a:after {
	content: none;
}

img {
	max-width: 100%;
}

.incon{
	background: url(../images/conbg.jpg) repeat left top;
	padding-bottom: 50px;	
}

.xuebao{
	
}
.xuebao .xue-img{
	text-align: center;
	padding: 23px ;
	background: #fff;
	border-left: 1px solid #f7f9fe;
	border-right: 1px solid #f7f9fe;
	
}
.xuebao .xue-img img{
	padding: 5px;
	box-shadow: 1px 3px 5px 2px #dae1dd;
	
}
.xuebao .xue-tt{
	background: #f7f9fe;
	padding-bottom: 20px;
}
.xuebao .xue-tt ul{
	padding: 0 10px;
	margin: 0;
}
.xuebao .xue-tt ul li{
	font-size: 14px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
	padding-left: 12px;
	background: url(../images/blue.png) no-repeat left 26px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
  
	    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 12px 0;
    padding-left: 12px;
}
.xuebao .xue-tt ul li p{
margin: 0;
}
.xuebao .xue-tt ul li p em{
display: inline-block;
    width: 60px;
    font-style: normal;
    text-align: justify;
    text-align-last: justify;
}
.ylinks{
	margin-top: 30px;
	
}

.y-top{
	
}
.y-top .y-title{
	background: #eaf3f8;
	border-radius:25px;
	padding: 0 11px 0 5px;
	line-height: 50px;
	font-size: 18px;
}
.y-top .y-title img{
	padding-right: 5px;
	vertical-align: -12px;
}
.y-top a{
	font-size: 14px;
	color: #5699df;
}



.y-con{
	margin-top: 25px;
}
.y-con ul{
	padding: 0;
	margin: 0;
	border-top: 1px solid #ddd;
}
.y-con ul li{
	padding-left: 12px;
	background: url(../images/blue.png) no-repeat left center;
	font-size: 14px;
	line-height: 55px;
	border-bottom: 1px solid #ddd;
	transition: all 0.5s ease-in;
}
.y-con ul li a{
	color: #333;
	background: url(../images/fa.png) no-repeat right center;
	display: block;
	text-decoration: none;
}
.y-con ul li:hover{
	transition: all 0.5s ease-in;
	transform: translateY(-2px);
}
.y-con ul li:hover a{
	color: #1d4d62;
}

/*mid*/
.xuan-box{
	margin-top: 28px;
}
.xuan-box .m-top{
	border-bottom: 1px solid #ddd;
}
.xuan-box .m-top ul{
	padding: 0;
	margin: 0;
}
.xuan-box .m-top ul li{
	display: inline-block;
	font-size: 18px;cursor: pointer;
	background:#e5eff3 url(../images/ic3.png) no-repeat 5px center;
	padding-left: 50px;
	line-height: 46px;
	padding-right: 18px;
	border-top-left-radius: 20px;
	margin-right: 12px;
	border-top-right-radius: 8px;
}
.xuan-box .m-top ul li:hover,.xuan-box .m-top ul li.active{
color: #fff;
background:#2e8cb6 url(../images/ic2.png) no-repeat 5px center;
	
}
.xuan-box .m-top a{
	
	font-size: 14px;
	color: #5699df;
}

.xuan-tit{
	padding: 15px 0;
}
.xuan-tit p{
	font-weight: bold;    font-size: 16px;
margin-bottom: 0;font-family: 'HarmonyOS_Sans_SC_Bold'
}
.xuan-tit p img{
	vertical-align: -6px;
	padding-right: 10px;
}
.xuan-tit p span{
	color: #2e8cb6;
}
.xuan-tit p i{
	font-weight: lighter;
	font-style: normal;
	color: #ddd;
}

.zhe-li{
	margin-bottom: 16px;
	border: 1px solid #ebf1f7;
	
	
	
}
.zhe-li .ban-tit{
	position: relative;
	background: #ebf1f7;padding: 0 18px;
}
.zhe-li .ban-tit p{
	font-size: 18px;
	font-weight: bold;
	color: #2e8cb6;
	margin-bottom: 0;
	line-height: 42px;font-family: 'HarmonyOS_Sans_SC_Bold'
}
.zhe-li .ban-tit i{
	position: absolute;
	right: 15px;
	top: 12px;
	font-style: normal;
	font-size: 30px;
	color: #8e9faf;
	cursor: pointer;
	font-family: "微软雅黑";
	font-weight: lighter;
    font-family: fangsong;
    font-weight: lighter;
    font-size: 38px;
    height: 20px;
    line-height: 20px;


}
.zhe-li .zhe-cnt{
	display: none;
	/*border: 1px solid #ebf1f7;*/
	background: none;
	
}
.zhe-li:first-child .zhe-cnt{
	display: block;
}
.zhe-li:nth-child(2) .zhe-cnt{
	       display: block !important;
         }	
.zhe-li .zhe-cnt   i.geng{
		font-style: normal;
		color: #1f94c8;    font-size: 14px;cursor: pointer;
display: block;
    text-align: right;
	}
			

.zhe-li .zhe-cnt ul{
	padding: 0 18px;
	margin: 0;
	
}
.zhe-li .zhe-cnt ul li{
	border-bottom: 1px dotted #ccc;
	padding: 15px 0 20px;
	
}
.zhe-li .zhe-cnt ul li:last-child{
	border-bottom: none;
}
.zhe-li .zhe-cnt ul li h5 a{
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #215a73;font-family: 'HarmonyOS_Sans_SC_Bold'
}
.zhe-li .zhe-cnt ul li span{
	display: block;
	margin: 12px 0;
	font-size: 14px;
	color: #777;
	
}
.zhe-li .zhe-cnt ul li span img{
	vertical-align: -3px;
}
.zhe-li .zhe-cnt ul li .litt{
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 0;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:3;
            -webkit-box-orient: vertical;color: #000;
	
}
.zhe-li .zhe-cnt ul li .litt2{
	 -webkit-line-clamp: 30;
}
.zhe-li .zhe-cnt ul li .litt a{
	color: #1f94c8;
}
.zhe-li .zhe-cnt ul li .xiaquan{
	margin: 15px 0 0;
}
.zhe-li .zhe-cnt ul li .xiaquan a{
	background:#edeff4;
	border-radius: 5px;
	line-height:35px;
	padding: 0 10px;
	line-height: 35px;
	color: #3982b0;
	font-size: 14px;
	display: inline-block;
	margin-right: 13px;    cursor: pointer;
}
.zhe-li .zhe-cnt ul li .xiaquan a:nth-child(2){
	color: #f14841;
}
.zhe-li .zhe-cnt ul li .xiaquan a img{
	    vertical-align: -9px;
    padding-right: 10px;
	
}
.jiazai {
	margin-top: -10px;
}
.jiazai a{
	color: #999;
	font-size: 14px;
}
.jiazai a img{
	vertical-align: -1px;
	
}



/**/
.in-right{
	margin-top: 30px;
	
}
.gaoji{
	margin-bottom:25px;
}
.gaoji a{
	background: #2e8cb6 url(../images/jj2.png) no-repeat 94% center;
	border-radius: 12px;
	line-height: 60px;
	display: block;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	transition: all 0.5s ease-in;
    text-align: center;
    position: relative;
}
.gaoji a:hover{
	transition: all 0.5s ease-in;
	transform: translateY(-2px);
	background: #1295cf url(../images/jj2.png) no-repeat 94% center;
}

.gaoji a img{

	position: absolute;
	left: 5px;
	top: 19%;
}
.gaoji a span{
	
}

.quick{
	
}
.quick ul{
	padding: 0;
	margin: 0;
	overflow: hidden;
	margin-bottom: 8px;

    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
}
.quick ul li{
	
/*width: calc(33.3% - 18px );
float: left;
margin-right:18px;*/
	text-align: center;
	margin-bottom: 8px;

}
/*.quick ul li:nth-child(3),.quick ul li:nth-child(6){
	padding-right: 0;
}*/

.quick ul li a{
	text-decoration: none;
	display: block;

}
.quick ul li a img{
	display: inline-block;
	/*background: #e2bc9a;
	border-radius: 15px;
	padding: 15px;*/
}
 /*
.quick ul li:nth-child(2) a img{
	background: #99b8d7;
}
.quick ul li:nth-child(3) a img{
	background: #8cc5b3;
}
.quick ul li:nth-child(4) a img{
	background: #a19bb9;
}
.quick ul li:nth-child(5) a img{
	background: #dcd784;
}
.quick ul li:nth-child(6) a img{
	background: #919fbb;
}
*/
.quick ul li a span{
	font-size: 14px;
	color: #333;
	display: block;
	margin-top: 7px;
}
.quick ul li:hover a{
	opacity: 0.67;
}

.notices{
 margin-top: 20px;
}
.notice-con{
margin-top: 26px;
	
}
.notice-con ul{
	padding: 0;
	margin: 0;
	border-top: 1px solid #ddd;
}
.notice-con ul li{
	position: relative;
	
	border-bottom: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	padding: 16px 0 17px;
	
}
.notice-con ul li .li-date{
	background: #fff;
	border: 1px solid #9cc2e8;
	width: 46px;
	height: 46px;
	text-align: center;
	
}
.notice-con ul li .li-date span{
	display: block;
	font-size: 20px;
	color: #087ad6;
}
.notice-con ul li .li-date p{
	margin-bottom: 0;
	font-size: 12px;
	color: #087ad6;
	margin-top: -5px;
}
.notice-con ul li .li-tt {
	padding-left: 15px;
	margin-top: -4px;
	width: calc( 100% - 48px );
}
.notice-con ul li .li-tt p{
	font-size: 14px;
line-height: 25px;
margin-bottom: 0;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}
.notice-con ul li:hover{
	border-bottom: 1px solid #9cc2e8;
}
.notice-con ul li:hover .li-tt p{
	color:  #2e8cb6;
}



.footer {
	background: #1d4d62;
	padding: 35px 0 30px;
    z-index: 1;
    position: relative;
}

.fcont{
	margin-left: 35px;
}
.fcont h4{
	font-size: 18px;
	color: #fff;
	margin-bottom: 29px;
}
.fcont p{
	color: #fff;
	line-height: 28px;
	margin-bottom: 0;font-size: 16px;
}
.fer p{
	margin-bottom: 0;
}
.f-right{
	
}

.f-right  p{
	color: #7685a4;
	font-size: 14px;
	line-height: 28px;
	margin-bottom: 0;
	margin-top: 30px;
}
.fleft{
	    display: flex;
    align-items: center;

}
  .modal-content{
                                         border-radius: 15px;}
                                        .modal-header .close{
                                        
                                         font-size: 26px;
    font-weight: 100;
    background: #dee2e6;

    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 !important;
    margin-top: 10px;
    margin: 0rem 0rem -1rem auto;}
                                        .modal-body{
                                            padding-top: 0;}
                                        .modal-header{
                                         padding-bottom:0px;}
                                                     .ny-search{
                                        max-width: 94%;
                                     margin: 1% auto 3%;}
                                .ny-search h5{
                                  
                                     color: #333;
                                    line-height:55px;
                                
                                    display: inline-block;
                                 position: relative;
                                    margin-bottom: 20px;}
                                    
                                    .ny-search h5::after{
    position: absolute;
    left: 0px;
    bottom: 0px;content: "";
    width: 58px;
    height: 3px;
    background: #2e8cb6;}
                                    
                                    
                                    
                                 .ala-flex{width: 100%;
                                    align-items: center;
                                    justify-content: space-around;}
                                 .layui-input {
                                border: 1px solid #eee;
                                border-radius: 4px;
                                background: #fff;
                                width: 82%;
                                line-height: 55px;
                                padding-left: 10px;}
                                .ala-flex button{
                                    width: 17%;
                                    background: #2e8cb6;
                                    border: none;
                                    line-height: 55px;
                                    color: #fff;
                                    font-size: 18px;
                                        display: inline;}
                                .ala-flex button i{
                                    font-size: 20px;}

@media (min-width: 1400px) {}

@media (min-width: 1200px) {
	

.incon .in-left{

    flex: 0 0 21%;
    max-width: 21%;
}
.incon .in-mid{
    flex: 0 0 60%;
    max-width: 60%;
	
}
.incon .in-right{
 flex: 0 0 19%;
    max-width: 19%;
	
}

	.fleft{
		flex: 0 0 38%;
        max-width: 38%;
	}
.f-right {
	flex: 0 0 62%;
        max-width: 62%;
}


}

@media (max-width: 1490px) {
.quick ul li a img{
	padding: 10px;
}	
	
.quick ul li{
	

	text-align: center;
	margin-bottom: 8px;
    flex-grow: 1;
    flex-basis: 33.333%;
}	
	
	
	

}
@media (max-width: 1360px) {
	
.top{
	min-height: 400px;
}	
	.top-logo {
    padding-top: 110px;
}
	
	
	
}
@media (max-width: 1300px) {
.quick ul li a img{
	padding: 5px;
}	
.wc-menu ul li a{
	font-size: 18px;
}
.xuan-box .m-top ul li{
	font-size: 16px;
	
}	
.y-top .y-title{
	font-size: 16px;
}	
.home1 a{
	padding: 0 10px;
}	
	
	
	
	
.fcont {
    margin-left: 15px;
}
.fcont h4{
	margin-bottom: 20px;
}



}


@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/
    .wc-menu ul li a {
        font-size: 16px;
    }

.zhe-li .ban-tit p{
	font-size: 16px;
}
.top-logo img{
	max-width: 80%;
}








.fcont p{
	font-size: 14px;
}

 .ny-search{
                                        max-width: 80%;
                                     margin: 10% auto;}


}


@media (max-width: 991px) {
	/*小屏幕设备 平板*/
.logo1 img{
	max-width: 50%;
}
  
.ban{
	margin-top: 50px;
	
}
.xuan-tit p span{
	display: block;
	padding-left: 20px;
}

.gaoji a span{
	font-size: 16px;
	
}
.gaoji a{
	line-height: 50px;
}
.gaoji a img{
	top: 16%;
}


.fer img{
	max-width: 70%;
}
.fer {
        text-align: right;
    }
.fcont p{
	line-height: 26px;
	
}
.fcont h4{
	margin-bottom: 10px;
}
.f-right{
	text-align: center !important;
	
	
}
.f-right p{
	margin-top: 10px;
}
.f-right img{
	max-width: 50%;
}
.footer{
	padding: 20px 0;
}
.xuan-box .m-top ul li{
	font-size: 14px;
	padding-right: 15px;
}
.f-right{
	margin-top: 20px;
}	
.fleft{

    justify-content: center;
}	
	
              .ny-search{
                                        max-width: 100%;
                                     margin: 1% auto;}
                                .ala-flex button{
                                 font-size: 16px;}
                                .layui-input{
                                    line-height: 40px;}
                .ala-flex button{
                             line-height: 40px;}
                                 
                   .layui-input{
                                  width:70%;       
                                   font-size: 16px;}
              .ala-flex button{
               width:25%;font-size: 16px;}        
	.modal.show .modal-dialog{
 margin-top:30%;
}
.ny-search h5{
 font-size: 18px;
}

}
@media (max-width: 900px) {
	.in-left{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.in-mid{
		flex: 0 0 50%;
		max-width: 50%;
	}
	.in-right{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.fcont h4{
	font-size: 16px;
}
	
	
	
}
@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: 80%;
	}
	.container {
		width: 96%;
	}

	.in-left{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.in-mid{
		flex: 0 0 100%;
		max-width: 100%;
	}
.zhe-li .zhe-cnt ul li h5 a{

   font-weight: normal;
	font-family: 'HarmonyOS_Sans_SC_Regular';
}
.ylinks {
    margin-top:20px;
}
.y-top .y-title{
	padding: 0 15px 0 5px;
}
.y-con {
    margin-top: 20px;
}

.xuan-tit p{
	font-size: 14px;
}
.quick ul li a img{
	padding:10px;
}
.notices{
	margin-top:5px;
	
}
.notice-con {
    margin-top: 16px;
}


.fleft{
	flex-flow: column;
}
    .fer {
        text-align: center;
    }
    .fcont {
        margin-left: 0px;
        margin: 15px 0;
    }
.fcont h4{
	text-align: center;
}

.f-right img {
        max-width: 90%;
    }
.footer{
	padding: 20px 0 10px;
	
}
.f-right p{
	line-height: 26px;
	text-align: left;
}





.notice-con ul li .li-tt p{
	font-size: 14px !important;
	
}
.quick ul li a span{
	font-size: 14px;
	
}
.y-con ul li a{
	font-size: 14px;
}
.y-con ul li{
	line-height: 50px;
}
.notice-con ul li .li-date{
	height: 48px;
}
.quick ul li{
	margin-bottom:5px;
}

.quick{
 margin-top:15px;
}

.xuebao .xue-img img{
 width: 65%;
}




}

@media (max-width: 600px) {
	
	
.quick ul{
justify-content: flex-start;
}	
	
}
                      @media (min-width: 576px) {
                                            .modal-dialog{
                                                margin-top: 18%;
                                                max-width:900px;}
                                        
                                        }
                                      