@charset "utf-8";
/* CSS Document */
/*2022.09.19 */
.fl {
	float: left;
}

.fr {
	float: right;
}

.pos {
	position: relative;
}

.box {
	overflow: hidden;
}

img {
	/*max-width: 100%;*/
}
.container{
	width: 1170px;
	margin: auto;
	padding: 0;
}
.topbg{
	background: url(index_res/topbg.jpg) no-repeat center center;
	background-size: cover;
	
}

.top{
    padding-top: 8px;
    background: rgba(13,57,108,0.75);
    min-height: 85px;
    
}

.logo{
	
	width: 60%;
}
.logo img{
	

}

.top-right{
	width: 350px;
	padding-top: 12px;
	
}
.top-right .cn{
margin-right: 40px;
margin-top:10px;
}
.top-right .cn a{
	font-size: 20px;
	color: #fff;

	
}


.searchbg{
	background: url(index_res/search.jpg) no-repeat center center;
	width: 220px;
	height: 40px;
	
	
	
}
.searchbg input.inp-text{
	
	 background:none;
	 width: 180px;
	 line-height: 40px;
	 border: none;
	padding-left: 4px;
	
	 
}
.searchbg input.inp-but{
	height: 40px;
	border: none;
	background: none;
	width: 40px;
	padding: 0;
}



.wc-menu {
	 background: rgba(29,82,144,0.75);

	
}

.wc-menu ul {
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;
	
	/*overflow: hidden;*/
	clear: both;
	
}

.wc-menu ul li {
	line-height: 48px;
	position: relative;
	/*居中并且转为table-cell*/
	text-align: center;
	display: table-cell;
	/*float: left;*/

	list-style: none;
	
	
}


.wc-menu ul li a {
	font-size: 18px;
	color: #fff;

	display: block;
	/*transition: all 0.2s;*/
	text-decoration: none;
	
	font-family: arial;
	

}

.wc-menu ul li a:after {
	content: "";
	position: absolute;
	width: 3px;
	height: 2px;
	left: 0;
	bottom: 0;
	z-index: 9;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover,
.wc-menu ul li a:focus {
	
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover:after,
.wc-menu ul li a:focus:after {
	width: 100%;
	background: #3a6ba5;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li a:hover,
.wc-menu ul li a.selected,
.wc-menu ul li a.move,
.wc-menu ul li a.active,
.wc-menu ul li a.selected,
.wc-menu ul li a.parent {
	
/*color: #0a4a9d;*/
color: #fff;
background: #1b4576;
}

.wc-menu ul li .ernav {
	position: absolute;

	left: 0px;
	top:47px;
	background: #007bc5;
	/*background: rgb(45,103,225,0.95);*/
	width: 100%;
	z-index: 1111 !important;
	display: none;
	opacity: 0.9;
	
}



.wc-menu ul li .ernav ul li {
	
	float: none;
	display: block;
	/*二级下拉有影响，需要转化为块状*/
	background: none;
	text-align: center;
	line-height: 26px;
	border: none;
	padding: 0 ;
	margin: 0;
	border-bottom: 1px solid #ccc;
}

.wc-menu ul li .ernav ul li:last-child {
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a {
	font-size: 18px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	padding: 10px 0px 10px 0px;
	display: block;
	line-height: 26px;
        text-align: center;
	border-bottom: none;
	font-weight: normal;
	
}

.wc-menu ul li .ernav ul li a:hover {
	background: #1b4f8d;
	opacity: 1;
	color: #fff;
	
}

.wc-menu ul li .ernav ul li a:after {
	content: "";
	position: relative;
	width: 0px;
	height: 0px;
	left: 0;
	bottom: 0;
	z-index: 0;
	background: transparent;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li .ernav ul li a:hover,
.wc-menu ul li .ernav ul li a:focus {
	color: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

.wc-menu ul li .ernav ul li a:hover:after,
.wc-menu ul li .ernav ul li a:focus:after {
	width: 100%;
	background: #fff;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

/*menu End*/

.banner{
	padding: 25px 0 35px;
}
.ban-tt{
	
}
.ban-tt h4{
	font-size: 32px;
	color: #fff;
	font-weight: normal;
	
}
.ban-tt p{
	font-size: 20px;
	color: #fff;
	line-height: 28px;
	width: 80%;
	margin: 10px auto;
	
}

.ban{
	background: #fff;
	border-radius: 10px;
	width: 850px;
	margin: auto;
	margin-top:30px;
	padding: 0 12px;
	position: relative;
	margin-bottom: 10px;
	box-shadow: 0px 25px 47px -17px rgb(0 0 0 / 34%);

}
.ban h5{
	font-size: 22px;
	color: #1b3d6a;
	text-align: left;
	line-height: 38px;
	display: inline-block;
	position: absolute;
	left: 12px;
	top: 1px;
	
}

.banner {
	
	z-index: 0;
	position: relative;
}
.banner img{
	/*max-width: 100%;*/
	/*banner 不响应*/
}
.banner .swiper-container {
	padding-top: 38px;
	
	
}
.banner .swiper-container .swiper-slide{
	
}
.banner .swiper-container .swiper-slide a{
	text-decoration: none;
	display: block;
}
.banner .swiper-container .swiper-slide img{
	
	
}
.banner .swiper-container .swiper-slide p{
	font-size: 18px;
	font-weight: bold;
	color: #444;
	text-align: left;
	line-height: 35px;
	
}
				
.banner .swiper-container .swiper-pagination {
 right: 0px;
 top: 10px;
 left: auto;
	 bottom:auto;
	width: 50%;
	text-align: right;
	/*position: relative;*/
	/*去掉定位，不然会有空格*/
	
}

.banner .swiper-container .swiper-pagination-bullet {
	
	width: 12px;
	height: 12px;
	background:#e1e1e1;
	cursor: pointer;
	opacity: 1;
	margin: 0 7px;
}

.banner .swiper-container .swiper-pagination-bullet-active {
	background: #1f98dd;
	opacity: 1;
}

/*banner end*/

.newbg{
	background: url(index_res/newbg.jpg) no-repeat center center;
	background-size: cover;
	min-height: 200px;
	padding: 25px 0 90px;
	
}

.new-top{
	border-bottom: 1px solid #5b92db;
	text-align: center;
	
	
}
.new-top h4{
	font-size: 32px;
	color: #fff;padding-bottom: 25px;
	position: relative;
}
.new-top h4:after{
	position: absolute;
	content: '';
	width:130px;
	height:3px;
	background: #fff;
	left: 44.5%;
	bottom: -2px;
	
}

.new-con{
	margin-top: 50px;
}
.new-con .new-left{
	width:370px;
	min-height: 200px;
	background: #fff;
	border-radius: 10px;
	
}
.new-con .new-mid{
	width:370px;
	min-height: 200px;
	background: #fff;
	border-radius: 10px;
	margin: 0 30px;
	
}
.new-con .new-right{
	width:370px;
	min-height: 200px;
	background: #fff;
	border-radius: 10px;
}

.ntop{
   text-align: center;
   background: #e2f0f7;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   position: relative;
   
}
.ntop h5{
	font-size: 22px;
	color: #333;
	line-height: 73px;
}
.ntop  i{
	position: absolute;
	left: 25%;
	bottom: -1px;
	display: block;
	width: 206px;
	height: 3px;
	background: #7fbedd;
}

.new-ul{
	padding: 15px 15px;
	
}
.new-ul ul li{
	padding: 14px 0;
	border-bottom: 1px dashed  #cecece;
}
.new-ul ul li:last-child{
	border-bottom: 1px solid transparent;
}
.new-ul ul li a{
	font-size: 18px;
	color: #333;
	line-height: 28px;
	text-decoration: none;
	display: block;
	
}
.new-ul ul li a span{
	font-size: 18px;
	
	
}
.new-ul ul li:hover{
	border-bottom: 1px dotted #217dea;
}
.new-ul ul li:hover a{
	color: #1560b8;
}







.amore{
	text-align: center;
	margin-top: 45px;
	
}
.amore a{
	font-size: 22px;
	color: #fff;
	background: #217de9;
	display: inline-block;
	line-height: 62px;
	padding: 0 40px;
	border-radius: 40px;
	text-decoration: none;
	transition: all 0.8s;
}
.amore a:hover{
	background: #115eb8;transition: all 0.8s;
}


/*footer*/

.footer {
	min-height: 40px;
	background: #0f1f3f;
    padding: 25px 0 23px;
    position: relative;
}

.f-left{
	width: 50%;
}
.f-left p{
	font-size: 18px;
	color: #fff;
	line-height: 30px;
}

.f-right{
	padding-top: 15px;
	width: 50%;
	
}


/*.footerEnd*/




