@charset "utf-8";
/* CSS Document */
/*2020.06.19 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}


.box{
	overflow: hidden;
}
img{
	max-width: 100%;
}
.wc-top{
	min-height:145px;
	background:url(../images/topbg.jpg) repeat left top;
    padding-top: 24px;
}
.logo{
	
}
.logo img{

}
.top-right{
	
		
}
.top-one {
	text-align: right;
}
.top-one a.a1{
	font-size: 14px;
	color: #777;
	border: 1px solid #bbb;
	display: inline-block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	border-radius: 30px;
	text-align: center;
	margin: 0 25px 0 45px;
}

.search1{
	background:url(../images/search1.png) no-repeat left top;
	height: 40px;
	line-height: 40px;
	width: 211px;
}
.search1 .inp-text{
	width: 80%;
	background:none;
	border: none;
	height: 40px;
	padding-left: 5px;
	
	
}
.search1 .inp-text input{
	width: 100%;
}
.search1 .inp-but{
	background: none;
	width: 18%;
	border: none;
	cursor: pointer;
}
.search1 .inp-but input{
	width: 100%;
}

.top-right p img{
	max-width: 100%;
	
}

.top-right p{
	text-align: right;
}
/*顶部弹出搜索样式*/
	/*header-top*/
.header-top{
    color: #fff;
    position: absolute;
    top: -6px;
    right: 15px;
    text-align: right;
}
.search-btn{
    font-size: 18px;
    float: right;
    cursor: pointer;
    width: 40px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #333;
}
.search-btn:hover{
    opacity: .9;
    text-decoration: none;
}
.search-box{
    height: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    position: relative;
    z-index: 1000;
    background: #fff;
}
.search-box h2{
    font-size: 24px;
    color: #555;
    margin-bottom: 30px;
    margin-top: 50px;
}
.search-box .container{
    position: relative;
}
.search-box .close{
    position: absolute;
    top: 20px;
    right: 15px;
    font-size: 14px;
    cursor: pointer;
   
}
.search-box .close i{
	 font-style: normal;
}
.search-form {
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}
.search-form .form-text {
    width: 100%;
    border: none;
    border-bottom: 1px solid #063f88;
    font-style: italic;
    height: 60px;
    font-size: 16px;
    /*padding: 0 100px 0 15px;*/
}
.search-form .form-text:focus{
    font-style: normal;
    border-bottom-color: #063f88;
}

.search-form .form-submit{
    position: absolute;
    right: 0;
    top: 0px;
    width: 100px;
    height: 60px;
    line-height: 60px;
    background: none;
    border: none;
    outline: none;
    color: #666;
    font-weight: bold;
    font-size: 20px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.search-form .form-submit:hover{
    background: #063f88;
    color: #fff;
}






/*顶部弹出样式 end*/


/*top end*/
.wc-menu{
	padding-top: 15px;
	height: 47px;
background: none;
}


.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   
	
	
	
}
.wc-menu ul li{
	
	line-height:47px;	  
	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: 16px;
	color: #073f89;
 padding-bottom: 5px;
	line-height:43px;	 
	display: block;
	text-transform: uppercase;
	
   /*transition: all 0.2s;*/
 
	text-decoration: none;
   
	
}

.wc-menu ul li a:hover,.wc-menu ul li a.active{
	 background: url(../images/mbg.png) no-repeat center bottom;

	/*color: #fff;*/
}
.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{
 background: url(../images/mbg.png) no-repeat center bottom;

}



 .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: url(../images/mbg.png) no-repeat center bottom;
}

.wc-menu ul li .ernav{	
	position: absolute;
	left: 0px;
	top: 43px;
	background: #555;
	border-radius: 5px;
	width: 100%;
        padding: 5px 0 0 0;
	z-index: 11;
	display: none;	
}
.wc-menu ul li .ernav ul{
	
}
.wc-menu ul li .ernav ul li{
	text-align: center;
	float: none;
	display: block;    /*二级下拉有影响，需要转化为块状*/            
	padding: 3px 15px;
	background: none;	
	line-height: 30px;
}

.wc-menu ul li .ernav ul li a{
	line-height: 25px;
	font-size: 14px;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	border-bottom: 1px dashed #757272;
}

.wc-menu ul li .ernav ul li:last-child a{
	border-bottom: none;
}

.wc-menu ul li .ernav ul li a:hover{
	color: #999;
}

/*menu End*/

/* 本例子css */
.banner{
	position: relative;
}
.banner	.slideBox{ 
			overflow:hidden; position:relative; 
		 }
.banner	.slideBox .hd{ height:16px; overflow:hidden; position:absolute; right:25px; top:-40px; z-index:1; }
.banner	.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.banner	.slideBox .hd ul li{ float:left; margin-right:2px;
		  border-radius: 16px;
		  width:16px; height:16px; line-height:14px; text-align:center; background:none;
		    border: 2px solid #fff;
		    margin: 0 8px;
		    color: transparent;
		   cursor:pointer; }
.banner	.slideBox .hd ul li.on{ background:#fff; color:#fff; }
.banner	.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.banner	.slideBox .bd li{ zoom:1; vertical-align:middle; }
.banner	.slideBox .bd img{ 
			 max-width: 100%;
			 display:block;  }

.banner	.slideBox .ban-text{
	position: absolute;
	left: 0px;
	width: 50%;
	bottom: 50px;
	padding-left: 15px;
}

.banner	.slideBox .ban-text ul li{
	
}
.banner	.slideBox .ban-text ul li a{
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	text-decoration: none;
	
}
.banner	.slideBox a.prev{
	position: absolute;
	left: -100px;
	top: -300px;
	z-index: 1;
}
.banner	.slideBox a.next{
	position: absolute;
	right: -100px;
	top: -300px;
	z-index: 1;
}














/*banner end*/



.newbg{
	background: #f5f5f5;
	padding-top: 35px;
	padding-bottom: 25px;
	min-height: 360px;
}

.kaifang{
	background: #fff;
	min-height: 390px;
	padding-top: 50px;
}

.newsbg{
	min-height: 390px;
	padding-top: 50px;
	background: #f5f5f5;
}

.new-top{
	height: 44px;
	background: url(../images/tbg.jpg) no-repeat center center;
	padding: 0 15px;
}
.new-top .new-tit{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	font-weight: normal;
	line-height: 44px;
	font-family: 'SourceHanSerifCN-Regular';
	/*font-weight: bold;*/
}
.new-top .new-more a{
	display: block;
	font-size: 16px;
	color: #fff;
	line-height: 44px;
}





.wenbo .w-img{
	margin-top: 15px;
}

.wenbo  p{
	font-size: 16px;
	color: #777;
	margin-top: 10px;
	line-height: 25px;
}
.wenbo  p a{
	font-size: 16px;
	font-weight: bold;
	color: #073f88;
}
.wenbo .wen-ul{
	margin-top: 15px;
	margin-left: 15px;
}
.wenbo .wen-ul ul{
	margin-left: -15px;
	margin-top: -10px;
	/*小屏幕要去掉*/
}
.wenbo .wen-ul li{
	border-bottom: 1px dotted #7a7a7a;
	
	line-height: 30px;
	padding: 5px 0;
}
.wenbo .wen-ul li a{
	font-size: 16px;
	color: #333;
}
.wenbo .wen-ul li span{
	font-size: 14px;
	color: #333;
}


.zhuti .zhu-con{
	margin-top: 15px;
}

.zhu-con .w-img{
	
}
.zhu-con  p{
	font-size: 16px;
	color: #777;
	margin-top: 10px;
	line-height: 25px;
}
.zhu-con p a{
	font-size: 16px;
	font-weight: bold;
	color: #073f88;
}













.kaifang .bo-ul{
	
}
.kaifang .bo-ul ul li{
	float: left;
	width: 23%;
	margin-top: 18px;
	margin-right: 30px;
	text-align: center;
	position: relative;
}
.kaifang .bo-ul ul li:last-child{
	
	margin-right: 0px;
}
.kaifang .bo-ul ul li{
	
}
.kaifang .bo-ul ul li .bl-img{
	position: relative;
}
.kaifang .bo-ul ul li .bl-img i{
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: none;
	width: 100%;
}
.kaifang .bo-ul ul li i{
	display: none;
}
.kaifang .bo-ul ul li a{
	text-decoration: none;
}
.kaifang .bo-ul ul li span{
	display: block;
	font-size: 20px;
	font-weight: bold;
	color: #073f88;
	margin-top: 15px;
}


.newsbg .bo-con{
	margin-top: 18px;
	background: #073f88 url(../images/bobg.jpg) no-repeat center center;
	min-height: 235px;
	padding: 23px 25px;
}
.newsbg .bo-con .bo-img{
	
}
.newsbg .bo-con .bo-tt{
	width: 156px;
}
.newsbg .bo-con .bo-tt h4{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
}
.newsbg .bo-con .bo-tt h4 a{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 30px;
        text-decoration: none;
}
		
.newsbg .bo-con .bo-tt p{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}









.newsbg .bg-con{
	margin-top: 18px;
}

.bo-ul2{
	text-align: center;
	padding-top: 25px;
}
.bo-ul2  a{
	display: block;
	text-decoration: none;
}
.bo-ul2  a span{
	display: block;
	font-size: 18px;
	color: #073f88;
	margin-top: 10px;
	font-weight: bold;
}
.bo-ul2 .swiper-container{
	padding-bottom: 30px;
}


 .bo-con .swiper-slide {
   width: 100%;
   opacity: 0 !important;
}
 .bo-con .swiper-slide.swiper-slide-active {
   /*display:block;*/
   opacity: 1 !important;
}
.swiper-container {
        width: 100%;
        height: 100%;
    }










.newsbg .blink-con{
	background: #fff;
	border: 1px solid #bbb;
	margin-top: 18px;
}
.newsbg .blink-con ul{
	padding: 12px 20px;
}
.newsbg .blink-con ul li{
	border-bottom: 1px solid #ececec;
	line-height: 29px;
	padding: 7px 5px 6px;
	cursor: pointer;
	
}
.newsbg .blink-con ul li a{
	color: #333;
	font-size: 16px;
	text-decoration: none;
	background: url(../images/place.png) no-repeat left center;
	padding-left: 30px;
}
.newsbg .blink-con ul li:first-child{
	padding-top: 0px;
}
.newsbg .blink-con ul li:last-child{
	border-bottom: 1px solid #fff;
	padding-bottom: 0px;
}
.newsbg .blink-con ul li:hover{
	border-bottom: 1px solid #0a4189;
}
.newsbg .newsbg{
	padding-bottom: 50px;
}


/* 本例子css */
.bg-con	.slideBox{ 
			overflow:hidden; position:relative; 
		 }
.bg-con	.slideBox .hd{ height:16px; overflow:hidden; position:absolute; right:25px; bottom:20px; z-index:1; }
.bg-con	.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.bg-con	.slideBox .hd ul li{ float:left; margin-right:2px;
		  border-radius: 16px;
		  width:16px; height:16px; line-height:14px; text-align:center; background:none;
		    border: 2px solid #fff;
		    margin: 0 4px;
		   cursor:pointer; }
.bg-con	.slideBox .hd ul li.on{ background:#fff; color:#fff; }
.bg-con	.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.bg-con	.slideBox .bd li{ zoom:1; vertical-align:middle; }
.bg-con	.slideBox .bd img{ 
			 max-width: 100%;
			 display:block;  }

		



/**/

.footer{
	background:#0e2743;
	
	min-height: 100px;
	text-align: center;
	padding: 21px 0 10px;
	
}

.footer p{
	font-size: 14px;
	color: #ccc;
	line-height: 30px;
}
.footer p a{
		font-size: 14px;
	color: #999;
}

/*.wc-copyEnd*/

@media (min-width: 1200px) {

.container{
	width:1200px;

}







}


@media (min-width: 992px) and (max-width: 1200px) {
    /*中等屏幕设备 桌面*/
   

.banner	.slideBox .ban-text{

	bottom: 55px;
	padding-left: 15px;
}

.banner	.slideBox .ban-text ul li a{

	font-size: 20px;

	line-height: 25px;

	
}
.banner	.slideBox a.prev{

	left: -10px;
	top: -190px;

}
.banner	.slideBox a.next{
	
	right: -10px;
	top: -190px;
	
}
.wenbo .wen-ul{
	height: 240px;
	overflow: hidden;
}
.newsbg .bo-con{
	padding: 10px;
}
.newsbg .bo-con .bo-tt{
	width: 120px;
}
.newsbg .bo-con .bo-tt h4{
	margin-bottom: 10px;
}
.kaifang .bo-ul ul li{
	width: 22%;
}

 
   
   
   
}
@media (min-width: 1170px) {





	
	
}
@media (min-width:1100px) and (max-width: 1200px) {
	
	
	

	
}








@media (min-width: 768px) and (max-width: 992px) {
    /*小屏幕设备 平板*/
 
 
.wenbo .wen-ul{
	height: 240px;
	overflow: hidden;
}
 
 .wenbo .wen-ul{
	height: 240px;
	overflow: hidden;
}
.newsbg .bo-con{
	padding: 10px;
}
.newsbg .bo-con .bo-tt{
	width: 120px;
}
.newsbg .bo-con .bo-tt h4{
	margin-bottom: 10px;
}
.kaifang .bo-ul ul li{
	width: 22%;
}
.newsbg .bo-con .bo-img {
    width: 30%;
}
 .newsbg .blink-con ul li a{
 	padding-left: 22px;
 }
 
  .banner .slideBox .ban-text{
  	bottom: 20px;
  }
    .banner .slideBox .ban-text ul li a{
    	font-size: 20px;
    	line-height: 25px;
    }
   
   
   
}







@media (max-width: 767px) {
    /*超小屏幕设备 手机*/
   
   .navbar{
   	margin-top: 0;
   }
   
   .new-top .new-tit{
   	font-size: 20px;
   }
   
  .wenbo{
  	/*margin-bottom: 20px;*/
  } 
  .zhuti{
  	margin-top: 20px;
  }
   
   .newsbg .bo-con .bo-tt{
   	width: 65%;
   }
   .banner .slideBox .ban-text{
   	bottom: 5px;
   }
   .newsbg{
   	padding-top: 30px;
   }
   
   .boguan{
   	margin:35px 0;
   }
   
   .banner .slideBox .ban-text {
   	width: 80%;
   }
   .banner .slideBox .ban-text ul li a{
   	font-size: 16px;
   	line-height: 30px;
   }
   
   
   .newsbg{
   	padding-bottom: 30px;
   }
   
   .banner .slideBox a.prev{
   	display: none;
   }
   .banner .slideBox a.next{
   	display: none;
   }
  .newsbg .bo-con .bo-img{
  	width: 30%;
  }
  .banner .slideBox .hd{
  	top: -20px;
  }
  .banner .slideBox .hd ul li{
  	width: 10px;
  	height: 10px;
  	margin: 0 4px;
  	border: 1px solid #fff;
  }
  
  
  
  
  
  
   
    
}







@media only screen and (min-width: 766px) and (max-width: 855px){
	
}


@media only screen and (min-width: 480px) and (max-width: 767px){
   
   
 }  
   
@media only screen and ( max-width:479px){
	
	
}
/* 苹果5e/se */
@media only screen and ( max-width:320px){
	
	
	
}

@media only screen and (max-width: 515px) and (min-width: 375px){


}
