﻿@charset "utf-8";
/* CSS Document */
/*2019.9.24 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.container{
	width:1170px;
	padding: 0;
	margin: 0 auto;
}

.wc-top{
	height:144px;
	background: url(../images/topbg.jpg) repeat-x center center;
}
.logo{
	width: 436px;
	height: 132px;
}
.logo img{
padding-top: 23px;
}
.top-right{
	width: 330px;
	
}
.top-right a.cha{
	position: absolute;
	right: 16px;
	top: 65px;
	font-weight: bold;
	font-size: 14px;
	color: #949494;
	
}
.searchbg{
	background: url(../images/search.jpg) no-repeat left top;
	width: 255px;
	height: 42px;
margin-top: 50px;

	
}
.searchbg .inp-text{
	background: none;
	border:none;
	width: 210px;
	height: 30px;
	line-height: 30px;
	padding-left: 3px;
	
}
.searchbg .inp-but{
	background: none;
	border: none;
	cursor: pointer;
	width:40px ;
	height: 40px;
	
}
/*top end*/
.wc-menu{
	background: #5091e7;

}


.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   
	
	
	
}
.wc-menu ul li{
	  
	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;	
    padding: 12px 0; 
	display: block;
	text-transform: uppercase;
	
   transition: all .2s;
 border-bottom: 3px solid #5091e7;
	text-decoration: none;
   
	
}
.wc-menu ul li a.active{
	border-bottom: 3px solid #f2c230;
}
.wc-menu ul li a:hover{
border-bottom: 3px solid #f2c230;
}
.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{
 /*background: #0e6eb8;*/
border-bottom: 3px solid #f2c230;
}



.wc-menu ul li a:hover, .wc-menu ul li a.active, .wc-menu ul li a.move,.wc-menu ul li a.selected, .wc-menu ul li a.parent {
	border-bottom: 3px solid #f2c230;
}

.wc-menu ul li .ernav{
	position: absolute;
	left: 0px;
	top: 100%;
	background: #0a56b5;
	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 #31479f;
	background: none;
	line-height: 30px;
}
.wc-menu ul li .ernav ul li a{
	line-height: 25px;
	font-size: 14px;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 8px 5px;
	border-bottom: none;
}
.wc-menu ul li .ernav ul li a:hover{
	background: #1e79cd;
	color: #fff;
	border-bottom: none;
}

/*menu End*/
.banner{
	height: 465px;
	background: url(../images/banbg.jpg) repeat-x left top;
	padding-top: 30px;
}


.banner .slideBox{
	border: 8px solid #fff;
	box-shadow: 0px 3px 8px 2px #ccc;
	
}

.banner .bd{
	text-align: center;
	height: 420px;
	
}
.banner .bd ul li{
	height: 420px;
	
}
.banner .bd ul li img{
	height: 420px;
	width: 1154px;
}
.banner .ban-page{
	position: absolute;
	right: 30px;
	top: 324px;
	/*height: 50px;*/
}
.banner .annbg{
	position: absolute;
	left: 75px;
	top: 325px;
	cursor: pointer;
	z-index: 1;
	background: url(../images/aa.png) repeat-x left center;
	width: 320px;
	 text-align: center;
	 height:30px;
}
.banner .ann{
	
	
}
.banner .ann a{
	display: inline-block;
	margin: 0 6px;

}
.banner .ann a.prev:hover{
	background: #f2c230;
	
}
.banner .ann a.next:hover{
	background: #f2c230;
	
}
.banner .ban-page ul li {        
        width: 60px;
	color: #f2c230;
	font-size: 44px;
	padding: 0 10px;
}
.banner .ban-page ul li i{
	color: #fff;
	font-size: 18px;
}

.banner .ban-text{
	position: absolute;
	left: 50px;
	top: 200px;
	padding: 25px;
	width: 319px;
	height: 135px;
	background: url(../images/bt.png) repeat left top;
	
	
}
.banner .ban-text ul li a{
	font-size: 22px;
	color: #fff;
	line-height: 30px;
	display: block;
	text-decoration: none;
	padding-left: 20px;
}

/*banner end*/
.in-con{
	background: #fff;
	margin-top: 15px;
	
	min-height: 630px;
}

.in-left{
	width:760px ;
}
.in-right{
	width:360px ;
}
.in-top{
	
}
.in-tit{
	font-size: 32px;
	color: #003262;
	font-weight: lighter;
}
.in-tit img{
	padding-right: 13px;
	vertical-align: -12px;
}
.in-more a{
	display: block;
	color: #fff;
	background: #3669a4;
	padding: 5px 10px;
	font-size: 14px;
	margin-top: 10px;
	border: 2px solid #3669a4;
	transition: all 1.5s;
	
}
.in-more a:hover{
	text-decoration: none;
	color: #3669a4;
	background: #fff;
	transition: all 1.5s;
}

.in-lecon{
	margin-top: 25px;
}
.in-lecon ul li{
	margin-bottom: 7px;
	padding: 10px 0;
}
.in-lecon ul li .li-img{
	width: 245px;
	height: 145px;
	border: 1px solid transparent;
	overflow: hidden;
}
.in-lecon ul li .li-img img{
	width: 245px;
	height: 145px;
	transform: scale(1.0);
	transition: all 1.0s;
}
.in-lecon ul li:hover .li-img img{
	transform: scale(1.3);
	transition: all 1.0s;
}
.in-lecon ul li .li-text{
	width: 484px;
	
}
.ui-box{
	font-family: "微软雅黑";
}
.in-lecon ul li .li-text a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-decoration: none;
	
	
}
/*线条*/
.in-lecon  ul li.topBottom-leftRightCorner:before {
    border-top: 3px solid #e8d23b;
    }
.in-lecon  ul li.topBottom-leftRightCorner:after {
    border-bottom: 3px solid #e8d23b;
    }
/*线条*/



.in-lecon ul li .li-text:hover a{
	color: #3669a4;
}
.in-lecon ul li .li-text span{
	display: block;
	margin: 4px 0 14px;
	color: #333;
	font-size: 16px;
}
.in-lecon ul li .li-text span img{
	padding-right: 5px;
}
.in-lecon ul li .li-text p{
	display: block;
	font-size: 14px;
	color: #777;
	line-height: 21px;
}
.in-lecon ul li:hover{
	cursor: pointer;
}

/*in-lcon*/
.in-rcon{
	
}
.in-rcon ul{
	margin-top: 29px;
}
.in-rcon ul li{
	margin-bottom: 24px;
	padding: 3px 0;
}
/*线条*/
.in-rcon  ul li.topBottom-leftRightCorner:before {
    border-top: 1px solid #f2c230;
    }
.in-rcon  ul li.topBottom-leftRightCorner:after {
    border-bottom: 1px solid #5091e7;
    }
/*线条*/
.in-rcon ul li .li-date{
	width: 64px;
	text-align: center;
	
}
.in-rcon ul li .li-date p{
	height: 41px;
	background: #5091e7;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
}
.in-rcon ul li .li-date span{
	background: #f2c230;
	height: 32px;
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.in-rcon ul li .li-tt{
	width:276px;
	height: 70px;
	border-bottom: 1px dotted #CCCCCC;
}
.in-rcon ul li:hover .li-tt{
	border-bottom: none;
}
.in-rcon ul li .li-tt a{
	display: block;
	font-size: 16px;
	color: #333;
	line-height: 25px;
	text-decoration: none;
	
}
.in-rcon ul li .li-tt a:hover{
	color: #f2c230;
}

/*wc-link end*/
.wc-link{
	background: #dfe3e5;
	height:135px ;
	padding-top: 30px;
}

.wc-link ul li{
	float: left;
	width: 158px;
	height:90px;
	padding-top: 16px;
	text-align: center;
	border: 1px solid #ddd;
	
	background: #f8f8f8;
	
}
.wc-link ul li:nth-child(even){
	width: 1px;
	border: none;
	margin: 0 19px;
}

.wc-link ul li.last{
	margin-right: 0;
}
.wc-link ul li a{
	text-decoration: none;
	
}
.wc-link ul li a i{
	background: url(../images/csbg.png) no-repeat left top;
	width:42px;
	height:39px;
	display: inline-block;
}

.wc-link ul li a i.i1{
	background-position: 0px 0px;
}
.wc-link ul li:hover a i.i1{
	background-position: 0px -38px;
}
.wc-link ul li a i.i2{
	background-position: -47px 0px;
}
.wc-link ul li:hover a i.i2{
	background-position: -47px -38px;
}
.wc-link ul li a i.i3{
	background-position: -99px 0px;
}
.wc-link ul li:hover a i.i3{
	background-position: -99px -38px;
}

.wc-link ul li a i.i4{
	background-position: -153px 0px;
}
.wc-link ul li:hover a i.i4{
	background-position: -153px -41px;
}
.wc-link ul li a i.i5{
	background-position: -205px 0px;
}
.wc-link ul li:hover a i.i5{
	background-position: -205px -38px;
}
.wc-link ul li a i.i6{
	background-position: -256px 0px;
}
.wc-link ul li:hover a i.i6{
	background-position: -256px -38px;
}





.wc-link ul li a span{
	font-size: 16px;
	padding-top: 10px;
	display: block;
}
.wc-link ul li:hover{
	background: #5091e7;
	cursor: pointer;
}
.wc-link ul li:hover a{
	color: #f2c230;
}



/**/

.wc-copy{
	background: #264a90;
	min-height: 60px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding-top: 40px;
	padding-bottom: 20px;
	
}
.wc-copy p{
	font-size: 14px;
	line-height: 25px;
	
}
.wc-copy p.p1{
	padding-top: 20px;
	color: #999;
}
.wc-copy p a{
	color: #fff;
}
/*.wc-copyEnd*/
