
/*轮播css*/
		/* css 重置 */
		*{margin:0; padding:0; list-style:none; }
		/* 本例子css */
		.slideBox{ float:left; position:relative;   }
		.slideBox .hd{ height:15px; overflow:hidden; position:absolute; left:650px; bottom:20px; z-index:1; }
		.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
		.slideBox .hd ul li{ float:left; margin-right:5px;  width:12px; height:12px; line-height:12px; text-align:center; border-radius:6px; background:#c7c7c7; cursor:pointer; }
		.slideBox .hd ul li.on{ background:#86acd5; color:#fff; }
		.slideBox .bd{ margin-top:18px;float:left;position:relative; height:100%; z-index:0;   }
		.slideBox .bd a{display: inline-block;width: 100%;height: 100%; position: relative;  }
		.slideBox .bd li{ zoom:1; vertical-align:middle; }
		.slideBox .bd img{ width:762px; height:485px; display:block;  }

		/* 下面是前/后按钮代码，如果不需要删除即可 */
		.slideBox .prev,
		.slideBox .next{ position:absolute; left:398px; top:450px; margin-top:-25px; display:block; width:113px; height:43px; background:url("image/icon/arrow.jpg") no-repeat; filter:alpha(opacity=90);opacity:0.9;   }
		.slideBox .next{ left:auto; right:136px; background: url("image/icon/arrow1.jpg") no-repeat;}
		.slideBox .prev:hover,
		.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
		.slideBox .prevStop{ display:none;  }
		.slideBox .nextStop{ display:none;  }
		.bodyblue .ted{
			box-sizing:border-box;
			float:left;
			width: 100%;
			height:50px;
			background-color: rgba(0,0,0,0.5);
			padding: 10px;
			position:absolute;
			left:0;
			bottom:0;
		}
			.bodyred .ted{
			box-sizing:border-box;
			float:left;
			width: 100%;
			height:50px;
			background-color: rgba(0,0,0,0.5);
			padding: 10px;
			position:absolute;
			left:0;
			bottom:0;
		}
			.bodygray .ted{
			box-sizing:border-box;
			float:left;
			width: 100%;
			height:50px;
			background-color: rgba(0,0,0,0.5);
			padding: 10px;
			position:absolute;
			left:0;
			bottom:3px;
		}
		.ted span,.ted a{
			color:#fff;
		}
		.ted li{
			display: none;
			line-height:30px;
		}
		.ted li:first-child{
			display: inline-block;
		}
		img{border:0} 


html,body{
	width:100%;
	height:100%;
}
body{
	background-color: #F5F5F5;
	margin:0 auto;
	padding:0;
	width:100%;
	font-family:"Microsoft YaHei","黑体","宋体";
	font-size:14px;
	box-sizing:border-box;
}
ul,ol,li{
	margin:0;
	padding:0;
	list-style-type:none;
}
h3{
	font-size: 18px;
	font-weight: normal;
}
a{
	text-decoration:none;
	color:#000;
}
.fl{float:left;}
.fr{float:right;}
.clear{clear:both;}
.inline-block{display:inline-block;}
.none{display:none;}
.middle{margin:0 auto;}
.inaline {  
    overflow: hidden;  
    white-space: nowrap;  
    text-overflow: ellipsis;  
    /*clip  修剪文本。*/  
 }  
iframe{
	border: none;
}     
.overhid{
	overflow: hidden;
}   
.intwoline5 {  
	display: -webkit-box !important;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	word-break: break-all;  
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 5;  
}  
.intwoline2 { 
	display: -webkit-box !important;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	word-break: break-all;  
	-webkit-line-clamp: 2;  
	-webkit-box-orient: vertical;  
	position:relative;
} 
.intwoline7 { 
	display: -webkit-box !important;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	word-break: break-all;  
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 7;  
}  
.intwoline3 { 
	text-indent:2em;
	display: -webkit-box !important;  
	overflow: hidden;  
	text-overflow: ellipsis;  
	word-break: break-all;  
	-webkit-box-orient: vertical;  
	-webkit-line-clamp: 3;  
	height:57px;
	overflow:hidden;
} 

.topimg{
	padding: 10px 170px 0 170px;
	overflow: hidden;
}
.container{
	width: 1205px;
	margin: 0 auto;
}
.container:after{
	content:""; 
	height:0; 
	visibility:hidden; 
	display:block; 
	clear:both;
}
.bodyblue .nav .nav_ul{
	padding: 0px 80px;
	background-color: #002fa1;
	/*overflow: hidden;*/
	height: 44px;
}
.bodyred .nav .nav_ul{
	padding: 0px 80px;
	background-color: red;
	/*overflow: hidden;*/
	height: 44px;
}
.bodygray .nav .nav_ul{
	padding: 0px 80px;
	background-color: gray;
	/*overflow: hidden;*/
	height: 44px;
}
.nav .nav_ul li a{
	color: #fff;
	display: inline-block;
	width: 100%;
	height:100%;
	line-height: 44px;
	font-size:18px;
}
.nav .nav_ul li{
	float: left;
	width: 12.5%;
	text-align: center;
	position: relative;
}
.nav .nav_ul ul{
	display: none;
	background-color: #F5F5F5;
	position: absolute;
	width: 100%;
	z-index: 100;
}
.nav .nav_ul ul li{
	float: none;
	width: 100%;
}
.nav .nav_ul ul li a{
	color:#000;
	background-color: #F5F5F5;
}
.nav .nav_ul li.active a{
	color: #000000;
	background-color:#f5f5f5;
}
.ztlm_nav{
	overflow: hidden;
	background-color: #F5F5F5;
	position: absolute;
	width: 1160px;
	right:3%;
	display: none;
	z-index: 100;
	border:1px solid #0000004d;
	padding-top:10px;
	padding-left:30px;
}
.ztlm_nav div{
	float: left;
	width: 208px;
	margin: 15px;
	margin-bottom:0;
}
.carosal_div{
	position: absolute;
	z-index: 1000;
}
.cartime{
	display: inline-block;
	padding:5px 0;
}
.cartext{
	line-height: 30px;
}
.cartime{
	font-size: 12px;
}
/******tab的css********/
ul[class^=tab] li{
	float: left;
}
ul[class^=tab]{
	overflow: hidden;
}
.title{
	overflow: hidden;
}

/******tab的css结束********/
.lileftpoint{
	display: inline-block;
	width: 2px;
	margin-right:8px;
	height: 2px;
	border-radius: 2px;
	background-color: #DDDDDD;
	position: relative;
	top:-5px;
}
.bg0{
	background-color: #fff;
	margin-top: 10px;
	padding: 8px 10px 8px 8px;
	box-sizing:border-box;
	/*min-height: 590px;*/
}
.kgyw{
	padding: 18px 0 0px 0;
	width:400px;
	float: left;
	
}
.bodyblue .tab1{
	border-bottom: 2px solid #002FA1;
}
.bodyred .tab1{
	border-bottom: 2px solid red;
}
.bodygray .tab1{
	border-bottom: 2px solid gray;
}
.tab1 a{
	display: inline-block;
	font-size: 20px;
	color: #000;
	padding: 5px 13px;
	
}
.bodyblue .tab1 a.active{
	color: #FFFFFF;
	background-color: #002FA1;
}
.bodyred .tab1 a.active{
	color: #FFFFFF;
	background-color: red;
}
.bodygray .tab1 a.active{
	color: #FFFFFF;
	background-color: gray;
}
.kgyw_uldiv{
	padding: 0 10px;
	overflow: hidden;
}
.kgyw_uldiv li{
	margin-top: 10px;
}
.kgyw .li_text{
	width: 100%;
}
.smline{
	display: inline-block;
	width: 100px;
	border-bottom: 1px solid #ddd;
	margin: 25px 0 13px 0;
}
.litime{
	display: inline-block;
	padding:8px 0;
	font-size: 12px;
	color: #616161;
}
.litext{
	line-height: 25px;
	color: #616161;
	display: inline-block;
	height: 47px;
	overflow: hidden;
}
.lititle{
	font-size: 18px;
	color: #484747;
}

.kgdt_div{
	width: 751px;
	float: left;
	
}
.normal_uldiv{
	padding-top: 10px;
}
.normal_uldiv li:before{
	display: inline-block;
	width: 2px;
	height: 2px;
	content: "";
	border-radius: 2px;
	background-color: #484747;
	position: relative;
	top:-8px;
	margin-right: 15px;
}
ul.tabnormal{
	border-bottom: 1px solid #d4d4d4;
	overflow: visible;
	height: 46px;
}
.normal_uldiv li {
	padding: 1px 25px;
	height: 29px;
}
.tabnormal li{
	margin-left: 10px;
}
.bodyblue .tabnormal li a.active{
	display: inline-block;
	color: #002FA1;
	border-bottom: 5px solid #002FA1;
}
.bodyred .tabnormal li a.active{
	display: inline-block;
	color: red;
	border-bottom: 5px solid red;
}
.bodygray .tabnormal li a.active{
	display: inline-block;
	color: gray;
	border-bottom: 5px solid gray;
}
.tabnormal li a{
	display: inline-block;
	font-size: 24px;
	position: relative;
	top: 3px;
	color: #484747;
	padding: 5px 13px;
	border-bottom: 5px solid transparent;
	
}
.normal_title{
	overflow: visible;
}
.li_text{
	display: inline-block;
	max-width: 500px;
	color: #484747;
}
.li_time{
	float: right;
	color: #484747;
}
.tabnormal li:not(:nth-child(1)):before{
	display: inline-block;
	content: "";
	border-left: 2px solid #b1b1b1;
	width: 2px;
	height: 18px;
	position: relative;
	top:5px;
}


.hdzq{
	width: 437px;
	margin-left: 16px;
	float: left;
}
.bodyblue .titletwo{
	color:#002FA1;
	font-size: 24px;
	margin:5px 10px;
}
.bodyred .titletwo{
	color:red;
	font-size: 24px;
	margin:5px 10px;
}
.bodygray .titletwo{
	color:gray;
	font-size: 24px;
	margin:5px 10px;
}
.mailimg_div1{
	display: inline-block;
	width: 204px;
	height: 135px;
	background: #ffae00 url('/image/icon/jz_mail.png') no-repeat center 15px;
	color: #FFFFFF;
	font-size: 20px;
	position: relative;
	border-bottom: 1px solid #fff;
}
.mailimg_div2{
	display: inline-block;
	width: 204px;
	height: 135px;
	background: #002fa1 url('/image/icon/jz_mail.png') no-repeat center 15px;
	color: #FFFFFF;
	font-size: 20px;
	position: relative;
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.mailimg_div3{
	display: inline-block;
	width: 409px;
	height: 135px;
	background-color: #e50014;
	color: #FFFFFF;
	font-size: 20px;
	position: relative;
}
.jzxx{
	position:absolute;
	top:50%; left:50%;
	margin-top:20px;
	margin-left:-40px;
}
.sjxx{
	position:absolute;
	top:50%; left:50%;
	margin-top:20px;
	margin-left:-40px;
}
.jsyj{
	display: inline-block;
	width:200px;
	position:absolute;
	top:50%; left:50%;
	margin-top:-25px;
	margin-left:-100px;
}


.kzjtw{
	width: 751px;
	height: 162px;
	float: left;
	background: url('/image/icon/kzjtw.jpg') no-repeat;
}
.kgyx{
	width: 437px;
	height: 162px;
	float: left;
	margin-left: 16px;
	padding:10px 18px;
}
.kgyx input{
	width: 194px;
	height:25px;
	border-color:1px solid #B1B1B1;
	color:#B1B1B1;
}
.kgyx input::-webkit-input-placeholder{
    color:#B1B1B1;
}
.kgyx input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#B1B1B1
}
.kgyx input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#B1B1B1;
}
.kgyx input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#B1B1B1;
}
.submit_btn{
	width: 401px;
	height: 35px;
	color: #fff;
	background-color: #ffad00;
	border: 0;
	margin-top: 5px;
	font-size: 18px
}
.hbkgj_div{
	width: 100%;
}
.normal_leftimg{
	height:256px;
	width: 403px;
}
.normal_leftimg img{
	height:256px;
	width: 403px;
}
#ztzl li{
	float: left;
	margin-top: 5px;
	margin-left: 23px;
}

#yqlj>ul>li{
	float: left;
	margin: 15px 200px 40px 20px;
}
#yqlj>ul>li>span{
	color: #484747;
	font-size: 18px;
	position: relative;
}
#yqlj>ul>li>span:after{
	content: "";
	display: inline-block;
	border-left: 1px solid #484747; 
	border-bottom: 1px solid #484747;  
    width: 8px; height: 8px;  
    transform: rotate(-45deg);  
    position: relative;
    top: -4px;
    margin-left: 10px;
}
#yqlj>ul>li ul{
	background-color: #DDDDDD;
}
.yqlj_div{
	width: 100%;
}
/*友情链接css*/
#yqlj>ul li ul{
	position: absolute;
}
#yqlj>ul li ul li{
	float: none;
	width: 150px;
	text-align: center;
}
.bodyblue #yqlj>ul li ul li:hover{
	background-color: #002FA1;
}
.bodyred #yqlj>ul li ul li:hover{
	background-color: red;
}
.bodygray #yqlj>ul li ul li:hover{
	background-color: gray;
}
#yqlj>ul li ul li a{
	font-size: 15px;
	line-height: 20px;
}





.pagecontainer{
	width: 1205px;
	background-color: #fff;
	min-height: 590px;
	margin: 0 auto;
}

.left_list{
	width: 858px;
	min-height: 590px;
}
.jld2_uldiv{
	text-align: center;
}
.level1{
	display: inline-block;
	margin: 8px 20px;
}
.level2{
	display: inline-block;
	float:left;
	margin: 8px 10px;
}
.level span{
	display: inline-block;
	width:200px;
	height:70px;
}

.breadcrumbs{
	margin: 15px;
	margin-bottom: 5px;
	font-size: 16px;
}
.bg1{
	background-color: #f5f5f5;
	margin-top: 10px;
	box-sizing:border-box;
	min-height: 590px;;
}
.left_list{
	float: left;
	background-color: #fff;
}
.right_menu{
	margin-left: 19px;
	background-color: #fff;
	float: left;
	width: 325px;
}
.bodyblue .right_menu_title{
	text-align: center;
	background-color: #002FA1;
	color: #fff;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}
.bodyred .right_menu_title{
	text-align: center;
	background-color: red;
	color: #fff;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}
.bodygray .right_menu_title{
	text-align: center;
	background-color: gray;
	color: #fff;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
}
.bodyblue .right_menu li{
	width:206px;
	height: 57px;
	border-radius: 28px;
	background-color: #002FA1;
	text-align: center;
	line-height: 57px;
	margin: 20px auto;
}
.bodyred .right_menu li{
	width:206px;
	height: 57px;
	border-radius: 28px;
	background-color: red;
	text-align: center;
	line-height: 57px;
	margin: 20px auto;
}
.bodygray .right_menu li{
	width:206px;
	height: 57px;
	border-radius: 28px;
	background-color: gray;
	text-align: center;
	line-height: 57px;
	margin: 20px auto;
}
.right_menu li a{
	color: #FFFFFF;
	font-size: 18px;
	display: inline-block;
	width: 100%;
	height: 100%;
}
#kgjj2{
	overflow: hidden;
}
#kgjj2 .left_image{
	margin: 15px 25px;
}
.main_artical{
	width:900px;
	margin:15px 15px;
	line-height: 30px;
	color: #484747;
	text-indent: 25px;
	font-size:medium;
}
.ddjs{
	font-size:medium;
}
#kgwh2{
	text-align: center;
}

#kgwh2 a{
	display: inline-block;
	width:170px;
	text-align: left;
	height: 45px;
	margin:10px;
}
#kgwh2 a img{
	float: left;
}
#kgwh2 a span{
	float: left;
}
.download_div{
	text-align: center;
	margin-top: 10px;
}
.bodyblue .download_div a{
	display: inline-block;
	padding: 8px 25px;
	background-color: #002FA1;
	color: #fff;
	font-size: 18px;
}
.bodyred .download_div a{
	display: inline-block;
	padding: 8px 25px;
	background-color: red;
	color: #fff;
	font-size: 18px;
}
.bodygray .download_div a{
	display: inline-block;
	padding: 8px 25px;
	background-color: gray;
	color: #fff;
	font-size: 18px;
}
.thirdpage{
	padding: 10px 20px;
}
.thirdpage_title{
	border-bottom: 1px solid #B1B1B1;
	padding:20px;
	text-align: center;
	font-size: 24px;
}
.thirdpage_artical{
	padding:20px 80px;
	line-height: 28px;
	text-align: center;
	color: #616161;
}
.thirdpage_artical span{
	color: #616161;
}
.thirdpage_artical p{
	color: #616161;
	text-align: left;
	margin-top: 20px;
}
.page_btn{
	text-align: center;
}
.page_btn button{
	background-color: #F5F5F5;
	border: 1px solid #b0b0b0;
	border-radius: 5px;
}
