@charset "utf-8";
/* CSS Document */
/*2020.03.16 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.container{
	width:1170px;
	padding: 0;
	margin: 0 auto;
}

.wc-top{
	
}
.logo{
     margin:20px 0;
}
.logo img{
	
}
.top-right{
	width: 470px;
	
	
	/*overflow: hidden;*/
	
	margin-top: 25px;
}

.top-right a{
font-size: 16px;
color: #999;
padding:  0 11px;
	padding-top: 10px;
	display: inline-block;
}
.search{
	float: right;
	background: url(../images/search.png) no-repeat left center;
	width: 222px;
	height: 46px;
	
}
.search input.inp-text{
	background: none;
	width: 172px;
	line-height: 45px;
	border: none;
	padding-left: 10px;
}
.search input.inp-but{
	background: none;
	cursor: pointer;
	border: none;
	width: 40px;
	padding: 0;
	height: 45px;
}



/*top end*/
.wc-menu{
	background: #007fdf;
	height: 60px;
 margin-bottom: 28px;
}


.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   
	
	
	
}
.wc-menu ul li{
	
	line-height:67px;	  
	position: relative;	
	/*居中并且转为table-cell*/
	text-align: center;   
	display: table-cell;
	/*float: left;*/
	list-style: none;
	
}
.wc-menu ul li.last{
	background: none;
}
.wc-menu ul li.last a{
	
	background: none;
}
.wc-menu ul li a{
	font-size: 18px;
	color: #fff;
	line-height:60px;	 
	display: block;
	text-transform: uppercase;
	
   /*transition: all 0.2s;*/
 
	text-decoration: none;
   
	
}
.wc-menu ul li a.active{
	background: #1591ee;
	
}
.wc-menu ul li a:hover{
	background: #1591ee;
	
	/*color: #fff;*/
}
.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{
background: #1591ee;

}



 .wc-menu ul li a.active, .wc-menu ul li a.move,.wc-menu ul li a.selected, .wc-menu ul li a.parent {
	background: #1591ee;
}

.wc-menu ul li .ernav{
	
	position: absolute;
	left: 0px;
	top: 60px;
	background:#1591ee;
	
	width: 100%;
	z-index: 11;
	display: none;	
}
.wc-menu ul li .ernav ul li{
	text-align: center;
	float: none;
	display: block;    /*二级下拉有影响，需要转化为块状*/            
	border-bottom: 1px solid #78b9d1;
	background: none;

	
	line-height: 30px;
}
.wc-menu ul li .ernav ul li a{
	line-height: 25px;
	font-size: 16px;
	/*text-align: center;*/
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 8px 10px;
	bnorder-bottom:none;
}
.wc-menu ul li .ernav ul li a:hover{
	background: #1d80ca;
	color: #fff;
	border-bottom: none;
}

/*menu End*/



.banner{
	/*height: 692px;*/
   height: 404px;
    }
/* 本例子css */
.banner	.slideBox{ 
			 overflow:hidden; position:relative; 
			   }
.banner	.slidetop .hd{ 
			height:28px; 
			overflow:hidden;
			 position:absolute; left:40px; bottom:20px; z-index:1; }
.banner	.slidetop .hd ul{ 
			overflow:hidden; zoom:1; float:left;  }
.banner	.slidetop .hd ul li{ 
			float:left; 
			  margin: 0 6px;
			width:18px; height:18px;
			 line-height:14px; text-align:center; 
			  background: #fff;
			  border-radius: 100%;
			  cursor:pointer; 
			color: transparent;
			border: 1px solid #cfcfcf;
			}
.banner	.slidetop .hd ul li.on{ 
			background:#e8bb20;border: 1px solid #e8bb20;
		 }
.banner	.slidetop .bd{ float: right;
 width: 770px;
 height: 404px;
 height:100%; z-index:0;   }
.banner	.slidetop .bd li{ zoom:1; vertical-align:middle; }
.banner	.slidetop .bd img{ 
	width: 770px;
	height: 404px;
	
}



.ban-text{
	position: absolute;
	left: 0px;
	top: 0px;
	background:#007fdf url(../images/tbg.jpg) no-repeat left bottom;
	
	width: 342px;
	height: 365px;
	padding: 35px 30px 5px;
}

.ban-text a{
	display: block;
	color: #fff;

	

	text-decoration: none;
	
	
}
.ban-text a h4{
	font-size: 22px;
	color: #fff;
	line-height: 34px;
	font-weight: normal;
	margin-bottom: 25px;
}
.ban-text a p{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	margin-bottom: 28px;
}
.ban-text a span{
	font-size: 16px;
	color: #fff;
	
}

/*banner end*/

.newsbg{
	min-height:330px;
	background:#fff;
	padding: 30px 0 17px;
}



.new-top{
	position: relative;
	height: 55px;
	/*background: #dfe8ee;*/
}
.new-top .new-tit i{
	width: 47px;
	height: 2px;
	background: #333;
	display: block;
	position: absolute;
	left: 0rem;
	top: -1px;
}
.new-top .new-tit h4{
	font-size: 24px;
	color: #0e4a9c;
  font-weight: bold;

	
}
.new-top .new-tit h4 span{
	line-height: 55px;
	float: left;border-bottom: 3px solid #ea5276;
}
.new-top .new-tit h4 span.sp1{
	border-bottom: 3px solid #edc14f;
}
.new-top .new-tit h4 span.sp2{
	border-bottom: 3px solid #007fdf;
}
.new-top .new-tit h4 img{
	padding-right: 11px;
	vertical-align: 3px;
	float: left;
}

.new-more a{
	display: block;
	color: #000;
line-height: 26px;

margin-top: 13px;
	text-align: center;
	font-size: 14px;
	text-decoration: none;
	/* transition: all 1.0s; */
	padding: 1px 6px;
	background: url(../images/ahh.png) no-repeat center center;
	width:120px;
}
.new-more a:hover{
	background: url(../images/ahh.png) no-repeat center center;
	/* color: #fff; */
	/* transition: all 1.0s; */
	 color: #007fdf;
	 
}


.new-con{
	padding-top: 23px;
	
}
.new-con .new-left{
	width:770px;
}
.new-con .new-right{
	width:400px;
}


.new-con .new-left ul li{
	width: 345px;
	float: left;
	padding: 0;
margin-right: 39px;
	cursor: pointer;
}

.new-con ul li .li-aimg{
	width: 345px;
	/* height: 240px; */
	overflow: hidden;
	transition: all 1.5s;
}
.new-con ul li .li-aimg img{
	transition: all 1.5s; 
        width: 346px;
	height: 200px; 
}
.new-con ul li .li-aimg:hover img{
	 transform: scale(1.2);
	 transition: all 1.5s; 
}
.new-con ul li .li-tt{
	padding: 0;
	/*padding-right: 30px;*/
	margin-top: 18px;
}
.new-con ul li .li-tt a{
	display: block;
	font-size: 18px;
	color: #0e4a9c;
	text-decoration: none;
	
}
.new-con ul li .li-tt a:hover{
	color: #00a6f7;
}

.new-right{
	
}
.new-right ul{
	margin-top: -5px;
}
.new-right ul li{
	border-bottom: 2px solid #fff;
	line-height: 25px;
	margin-bottom: 11px;
	padding-bottom: 5px;
}
.new-right ul li a{
	font-size: 16px;
	color: #333;
	line-height: 25px;
}
.new-right ul li  span{
	color: #999;
}
.new-right ul li:hover  a{
	text-decoration: none;
	color: #007FDF;
}
.new-right ul li:hover{
	cursor: pointer;
	border-bottom: 2px solid #007FDF;
}
/* new-right */



.notice{
	padding: 12px 0 ;
	min-height: 420px;
}

.notice-left{
	width:730px ;
}
.notice-right{
	width:400px;
}





.notice-con{
	padding-top: 23px;
}
.notice-con ul li{
	width: 343px;
	float: left;
	margin-right: 34px;
	height: 85px;
	margin-bottom: 28px;
	cursor: pointer;
}
.notice-con ul li:nth-child(2n){
	margin-right: 0;
}
.notice-con ul li .li-date{
	
	width: 52px;
	height: 70px;
	text-align: center;
	color: #0c85e1;
	border: 2px solid #0c85e1;
}
.notice-con ul li:hover .li-date{
	background: #0c85e1;
	color: #fff;
}
.notice-con ul li .li-date p{
	
	font-size: 24px;
	padding-top: 6px;
	font-weight: bold;
}
.notice-con ul li .li-date span{
	
	font-size: 18px;font-weight: bold;
}
.notice-con ul li .li-tt{
    padding: 0;
    padding-bottom: 10px;
    width: 270px;
    height: 53px;
    padding-top: 11px;
	
	
}
.notice-con ul li .li-tt a{
	font-size: 16px;
	color: #333;
	line-height: 25px;
	text-decoration: none;
}

.notice-con ul li:hover .li-tt a{
	color: #0c85e1;
}
.notice-con ul li:hover .li-tt{
	background: url(../images/tbg.jpg) no-repeat left bottom;
}


.wcts-d0029-team-ul{
	text-align: center;
	margin-top: 24px;
	position: relative;
	min-height: 210px;
}
.wcts-d0029-team-ul a.prev{
	display: block;
	z-index: 1;
	width: 33px;
	height: 33px;
	position: absolute;
	left: 15px;
	top: 118px;
	cursor: pointer;
}
.wcts-d0029-team-ul a.next{
	display: block;
	z-index: 1;
	width: 33px;
	height: 33px;
	position: absolute;
	
	right: 15px;
	top: 118px;
	cursor: pointer;
}
.wcts-d0029-team-ul ul li{
	/* float: left; */
	width:399px ;
	/* height:234px ; */
}
.wcts-d0029-team-ul ul li img{
width:399px ;
	height:234px ; 
}
.btt{
	background: #89ad6d;
	height: 60px;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}
.btt ul li a{
	
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	display: block;
	line-height: 60px;
	text-decoration: none;
}




/*wcts-d0029 css end*/







.wc-link{
	
border-top: 1px solid #ddd;
height: 72px;

}
.wc-link ul{
	height: 72px;
	border-left: 1px solid #ddd;
}
.wc-link ul li{
	float: left;
	line-height: 70px;
	border-right: 1px solid #ddd;
	padding: 0 30px;
}
.wc-link ul li a{
	font-size: 18px;
	color: #666;
	text-decoration: none;
}
.wc-link ul li a:hover{
	color: #2a72bb;
	font-weight: bold;
}




/**/
.footer{
	background:#15498a url(../images/tbg.jpg) repeat-x center top ;
	
	min-height: 50px;
	 text-align: center;
	padding: 20px 0 10px;
	
}
.footer p{
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.footer p a{
	font-size: 14px;
	color: #fff;
	 text-decoration: none;
}
/*.wc-copyEnd*/
