﻿@charset "utf-8";

/* CSS Document */
/*2025.4.9*/

.box {
	overflow: hidden;
}

.container {
	max-width: 1430px;
	width: 90%;
}
.top{
background: #093b64 url(../images/topbg.jpg) no-repeat center top;
padding-top: 35px;
background-size: cover;
}
.top-right{
	
}
.top-searchbg{
	/*display: flex;*/
	
}
.logo{
	
}
.search{
	background: url(../images/search.png) no-repeat left top;
	width:226px;
	height: 42px;
    line-height: 42px;	
    display: inline-block;
  float: right;
}
.search .inp-text{
	padding-left: 12px;
	width: 185px;
	height: 42px;
    line-height: 42px;	
	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{
	display: inline-block;
   margin-right: 20px;
   float: right;
   margin-top: 5px;
}
.eng a{
	line-height: 36px;
	font-size: 16px;
	color: #fff;

text-transform: uppercase;
	transition: all 0.5s;
}
.eng i{
	color: #fff;
	font-style: normal;
	font-size: 18px;
	padding-left: 10px;
}
.eng a:hover{
	 
}


.wc-menu {
margin-top: 30px;
}

.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;
	
	/*border-top:1px solid rgba(255,255,255,0.55);*/
	
}

.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: 18px;
	color: #fff;
	position: relative;
	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;
	
}
.wc-menu ul li a::before{
	position: absolute;
	left: 0px;
	top: -2px;
	height: 3px;
	background: #daa431;
	content: "";
	width: 100%;
	display: 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 a:hover::before,.wc-menu ul li a.active::before{
	
	display: block;
}
.wc-menu ul li .ernav {
	position: absolute;
	/*position: relative;*/
	left: -24px;
	top: 100%;
	background: #fff;
	width: 140%;
	z-index: 111 !important;
	display: none;
	opacity: 1;
	/*border-top: 2px solid #4abad2;*/
    
	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 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 14px;
	border-bottom: none;
	font-weight: normal;
	text-decoration: none;
}
.wc-menu ul li .ernav ul li a::before{
	
	content:none;
	
}
.wc-menu ul li .ernav ul li a:hover {
	background: #23519d;
	color: #fff;
}


/*menu End*/
.banner {
	padding: 65px 0;
}
.ban-left{
	
}
.ban-right{
	
}
.ban-left .swiper-container .swiper-slide a {
	text-decoration: none;
	display: block;
}
.ban-left .swiper-container a {
	text-decoration: none;
	display: block;
	position: relative;
}
.ban-left .swiper-container a img{
	   /*-webkit-animation: 15s infinite activeB;
						    -o-animation: 15s infinite activeB;
						    animation: 15s infinite activeB;*/

}
.ban-left .swiper-pagination {
	width: 100%;
	text-align: right;
left: auto;
	bottom: 18px;  
	right: 37px;
}

.ban-left .swiper-container .swiper-pagination-bullet {
	display: inline-block;
	width: 11px;
	height: 11px;
	opacity: 1;
	cursor: pointer;
	/*opacity: 0.55;*/
	border-radius:100%;
	margin-right: 12px;
	background: #fff;
}
.ban-left .swiper-container .swiper-pagination-bullet-active {
	opacity: 0.36;

}
.ban-left{
	padding-right: 0;
}
.ban-right{
	transition: all 0.4s ease-out;
	background: #ecf6ff;
	margin-left: -16px;
	padding-left: 0;
	padding: 45px 40px 10px;
	
}
.ban-right:hover{
	transform: translateY(-5px);
	transition: all 0.4s ease-out;
	cursor: pointer;
}
img {
	max-width: 100%;
}

.ban-pp{
	margin: 30px 0 50px;
}
.ban-pp p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	      overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp:5;
            -webkit-box-orient: vertical;
}
.amore{
	
}
.amore a{
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	color: #daa431;
	background: #295dbc;
	line-height: 47px;
	padding: 0 28px;
	border-radius: 25px;transition: all 0.4s ease-out;
}

.amore a:hover{
	transition: all 0.4s ease-out;
	
}



.new-top{
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; 
    position: relative;
    border-bottom:1px solid #295dbc;
    padding-bottom: 5px;
}

.new-tit{
	
}
.new-tit h5{
	display: block;
	font-size: 32px;
	color: #295dbc;
	
	margin-bottom: 4px;
}
.new-tit span{
	display: block;
	font-size: 14px;
	color: #daa431;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.new-tit i{
	display: block;
	width: 77px;
	height: 1px;
	background: #7f8da7;
	
}
.new-tit img{
	position: absolute;
	right: 0px;
	bottom: 10px;
}




.new-top2{
	display: block;
}


/*banner end*/

.newsbg{
	background: url(../images/newbg.jpg) no-repeat center top;
	padding:60px 0 30px;
	min-height: 300px;
	background-size: cover;
}
.new-more{
	
}
.new-more a{
	font-size: 16px;
	color: #295dbc;
	text-decoration: none;
	
}
.new-more a i{
	color: #daa431;
	font-style: normal;
}
.events{
	padding-right:50px;
}
.event-con{
	margin-top:35px;
}
.event-con ul{
	padding: 0;
	margin: 0;
}
.event-con ul li{
 transition: all 0.4s ease-out;
margin-bottom: 45px;	
}
.event-con ul li a{
	text-decoration: none;
	display: flex;
	
}
.event-con ul li a .ev-img{
	width: 320px;
	
}
.event-con ul li a .ev-text{
	width: calc(100% - 320px);
	padding-left: 45px;
}
.event-con ul li a .ev-text h5{
	font-size: 18px;
	color: #295dbc;
	margin-bottom: 16px;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
}
.event-con ul li a .ev-text p{
	font-size: 16px;
	color: #333;
	line-height: 30px;
	min-height: 93px;
	overflow: hidden;
	 overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            text-decoration: none;
	
}
.event-con ul li a .ev-text .more{
	text-decoration: none;
    display: inline-block;
    font-size: 16px;
    color: #daa431;
    background: #295dbc;
    line-height: 47px;
    padding: 0 28px;
    border-radius: 25px;
   
	
}
.event-con ul li:hover{
 transition: all 0.4s ease-out;
	transform: translateY(-5px);
}



.quick-con{
	margin-top: 35px;
}
.quick-con ul{
	padding: 0;
	margin: 0;
}
.quick-con ul li{
	margin-bottom: 25px;
	transition: all 0.4s ease-out;
}
.quick-con ul li:hover{
 transition: all 0.4s ease-out;
	transform: translateY(-3px);
}
.quick-con ul li a{
	background: #fff url(../images/lian.png) no-repeat 16px center;
	display: block;
	line-height: 67px;
	color: #333;
	font-size: 16px;
	padding-left: 46px;
	padding-right: 20px;
	      overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 1;
            -webkit-box-orient: vertical;
            text-decoration: none;
}
.quick-con ul li a:hover{
	color: #fff;
	background: #295dbc url(../images/lian1.png) no-repeat 16px center;
}


/*footer*/

.footer{
	background:#002346;
     padding-top: 35px;
   
     
}
.footer .pad60{
   padding-bottom:30px;
}
.footer .row{
	justify-content: space-between; 
    align-items: center;
}
.footer-left{
	
}
.f-er{
	
}
.f-er h4{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}
.f-er span{
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
}
.f-er span:last-child{
	/*margin-left: 35px;*/
}
.f-er2 img{
	margin-left: 18px;
}

.copy{
    border-top:1px solid #3b556f;
 	padding: 10px 0;
}
.copy p{
	font-size: 16px;
	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 50%;
        max-width: 50%;
}
.f-er {
	 flex: 0 0 41.5%;
      max-width: 30%;
}

.ban-left{
	    flex: 0 0 54%;
        max-width: 54%;
}
.ban-right{
	    flex: 0 0 46%;
        max-width: 46%;
}



	
	
}
@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: 1440px) {
.ban-pp {
    margin: 30px 0 40px;
}

	
}
@media (max-width: 1400px) {
	
.ban-right{
	padding-top: 30px;
}


	
	
}
@media (max-width: 1300px) {
	.new-tit h5{
		font-size: 26px;
		
	}
	
.ban-pp{
	margin: 30px 0;
}	
.eng{
	margin-right: 14px;
}	
	
	



	
	
}


@media (max-width: 1200px) {
	/*中等屏幕设备 桌面*/

.eng{
	float: none;
}
.eng  i{
	opacity: 0;
}
.eng a{
	/*font-size: 14px;*/
	/*display: block;*/
}
.wc-menu ul li{
	padding: 0 10px;
}
.wc-menu ul li a{
	font-size: 16px;
}
.wc-menu {
    margin-top: 10px;
}
.search{
	float: none;
}
.new-tit h5{
	font-size: 22px;
}
.ban-pp {
        margin: 20px 0;
    }

.banner {
    padding: 35px 0;
}
.new-tit span{
	margin-bottom: 10px;
}
.newsbg{
	padding: 30px 0;
}
.quick-con ul li a{
	line-height: 60px;
}
.event-con ul li a .ev-text{
	padding-left: 25px;
}
.event-con ul li a .ev-text .more{
	line-height: 36px;
}





.f-er2 img {
    margin-left: 8px;
}



	
}

@media (max-width: 991px) {
	/*小屏幕设备 平板*/
	.container {
		width: 94%;
	}

.logo1 img{
	max-width: 70%;
}
.ban-right{
	margin-left: 15px;
	margin-right: 15px;
}
.ban-left{
	padding-left: 15px;
	padding-right: 15px;
}
.ban-left img{
	width: 100%;
}

.new-tit h5{
	font-size: 18px;
}
.new-tit span{
	font-size: 12px;
	
}
.amore a{
	line-height: 37px;
}
.ban-pp p{
	-webkit-line-clamp:10;
}
.new-tit img{
	max-width: 18%;
}
.events{
	padding-right: 15px;
}






.copy p{
	font-size: 14px;
}

	
	
.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;
       
    }	


	
}

@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%;
	}

.ban-right{
	padding: 20px;
}
.ban-pp p{
	line-height: 28px;
}
.amore a{
	font-size: 14px;
}
.ban-left .swiper-pagination {
   
    bottom: 8px;
    right: 7px;
}
.new-tit h5{
	margin-bottom: 0;
}
.new-more a{
	font-size: 14px;
}
.new-tit span {
        margin-bottom: 6px;
    }
.ban-right:hover{
	transform: translateY(0px);
	transition: all 0.4s ease-out;
	cursor: pointer;
}
.event-con ul li a .ev-img{
	width: 100%;
}
.event-con ul li a .ev-img img{
	width: 100%;
}
.event-con ul li a{
	display: block;
	
}
.event-con ul li{
	
}
.event-con ul li a .ev-text{
	width: 100%;
	padding: 15px;border:1px solid #295dbc;
	border-top: none;
}
.event-con ul li a .ev-text h5{
	margin: 6px 0 5px;
}
.event-con ul li a .ev-text .more{
	display: none;
}
.event-con ul li{
	margin-bottom: 30px;
}
.event-con ul li a .ev-text p{
	margin-bottom: 0;
	min-height: auto;
	line-height: 28px;
}
.newsbg{
	padding: 25px 0;
}
.event-con {
    margin-top: 25px;
}
.quick-con {
    margin-top: 25px;
}

.copy p {
        font-size: 12px;
        line-height: 30px;
    }

.f-er, .footer-left{
	text-align: center;
}
.f-er {
        margin: 20px 0;
    }

.f-er h4{
	font-size: 16px;
	margin-bottom: 10px;
}




}

@media (max-width: 600px) {




	
	
}