	@charset "utf-8";
	/* CSS Document */
	body,html,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,img,blockquote{margin:0; padding:0;}
	body{font-size:14px;font-family:微软雅黑;}
	ul,li{ list-style:none; margin:0px; padding:0px;}
ul,li,dl,dt,dd,p { padding:0px; margin:0px; list-style-type:none;}

body {padding:0px; margin:0px; font-size:14px; font-family:"微软雅黑"; color:#575757;}
ul,li,dl,dt,dd,p { padding:0px; margin:0px; list-style-type:none;}
a { text-decoration:none;}
img { border:0px;}
h1,h2 { padding:0px; margin:0px; font-weight:normal;}
.clear { padding:0px; margin:0px; clear:both; height:0px; line-height:0px; font-size:0px;}
img{border:0px;  outline-width:0px;  vertical-align:top;}
.cleafix:after{clear:both;content:"\200B";display:block;height:0;}
.cleafix{*zoom:1;}
.fl { float:left;}
.fr { float:right;}


	A{ text-decoration:none; color:#222222;}
	.color_black{ color:#222222;}
	.color_black A{ color:#222222;}
	.color_white{ color:#FFFFFF;}
	.color_white A{ color:#FFFFFF;}
	
	.blank_20{ height:20px; margin:0 auto; width:100%; clear:both; line-height:20px;}
	.blank_30{ height:30px; margin:0 auto; width:100%; clear:both; line-height:30px;}
	.blank_50{ height:50px; margin:0 auto; width:100%; clear:both; line-height:50px;}

	.header{ height:190px; width:100%; background-color:#17528c;}
	.header_body{ height:190px; width:1380px; margin:0 auto;}
	.head_logo{height:190px;width:45%; float:left;}
	.head_logo img{margin-top:55px;}
	.head_search{height:190px;width:45%; float:right; text-align:right; border-radius: 5px 0px 0px 5px}
	.head_search .input{ border-radius: 15px 0 0 15px;;padding-left:5px;}
	.head_search .button{ border-radius:0 15px 15px 0;padding:15px; background-image:url("/images/search.png");  background-position: center; /* 图片居中显示 */
  background-repeat: no-repeat; /* 不重复图片 */
}
.stick {
	width: 100%;
	height: 8px;
	background: #680034;
}


	.nav { height:60px;width:100%; background-color:#142f5c;}
	.nav_body{ height:60px; width:1400px; margin:0 auto;}	
	#nav{height:60px; width:1400px; margin:0px auto; padding:0px; font-family:"Microsoft YaHei";background-color:#142f5c;}
	#nav-categories{float:left;font-size:16px;height:60px;line-height:60px;}
	#nav-categories li{float:left;padding:0; width:127px; height:60px; text-align:center;position:relative;}
	#nav-categories li:hover{background:#1d82d8;}

	#nav-categories li A{ color:#FFFFFF; line-height:60px ; font-size:18px;}
	#nav-categories li ul{display:none;color:#fff;position:absolute;left:0px;top:60px;width:190px;border:0px solid #990;border-top:none;}
	#nav-categories li ul li a{color:#FFF; margin-left:5px; font-size:16px;}
	/*#nav-categories li a:hover{color:#9C0;}
	*/
	#nav-categories li ul li{height:60px;line-height:60px;background:#1d82d8;width:180px;padding:0;margin:0; text-align:left;border-top:none;border-bottom:none;}
	#nav-categories li ul li.li-last-s1{border-bottom:0px solid #9C0;}
	#nav-categories li ul li a{display:block;padding:0px;zoom:1; line-height:60px; font-size:16px;}
	#nav-categories li ul li:hover{background:#4fafec;}
	#nav-categories li ul li:hover A{color:#FFFFFF;}	
		
	/*sector_head*/
	
	/*banner*/
	.swiper-main{width:100%; height:400px;margin:0 auto;position:relative;overflow:hidden}
	.swiper-content{width:100%;height:100%;position:relative}
	.swiper-item{width:100%;height:100%;position:absolute;left:0;top:0}
	.swiper-item img{width:100%;display:block}
	.swiper-point{position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}
	.swiper-circle{float:left;width:15px;height:15px;border-radius:50%;background-color:#ccc;margin:0 5px;cursor:pointer}
	.current-point{background-color:#000}
	.swiper-arrow{width:40px;height:40px;border-radius:50%;background:#000;cursor:pointer;border:0;position:absolute;top:0;bottom:0;margin-top:auto;margin-bottom:auto}
	.swiper-arrow img{display:block;width:20px;height:20px;margin:10px auto}
	.arrow-left{left:10px}.arrow-right{right:10px}
	
/*banner*/
.banner{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.slideBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	
}
.slideBox1{
	height: 100%;
}
.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
.slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
.slideBox .bd li img{
	width: 100%;
}
/*前/后按钮代码 */
.slideBox .btn1{
	width: 1190px;
	bottom: 10px;
	left: 50%;
	margin-left: -595px;
	position: absolute;
}
.slideBox .prev,
.slideBox .next {
	display: block;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
}
.slideBox1 .prev,
.slideBox1 .next {
	display: block;
	float: right;
	margin: 0 5px;
}
.slideBox1 .prev,
.slideBox1 .next {
	width: 42px;
	height: 42px;
	background: url(../images/btn1.png) 0 0 no-repeat;
}
.slideBox1 .next {
	background-position: right 0; 
}
.slideBox1 .prev:hover{
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	background-position: 0 bottom;
}
.slideBox1 .next:hover{
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
	background-position: right bottom;
}
.slideBox1 .bd li .tit{
left:0;
	height: 58px;
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #fff;
	font-size: 16px;
	line-height: 58px;
	background: rgba(0,0,0,0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#66000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000', endColorstr='#66000000')";      /*IE8*/
}
.slideBox1 .bd li .tit p {
    width: 1190px;
    margin: 0 auto;
}

/*banner2*/
.slideBox2 .prev,
.slideBox2 .next {
	position: absolute;
	left: 16.5%;
	top: 50%;
	display: block;
	-moz-transition: all 0s ease-in;
	-webkit-transition: all 0s ease-in;
	-o-transition: all 0s ease-in;
	transition: all 0s ease-in;
}
.slideBox2 .prev,
.slideBox2 .next {
	margin-top: -30px;
	width: 60px;
	height: 60px;
	background: url(../images/btn2.png) 0 0 no-repeat;
}
.slideBox2 .next {
	left: auto;
	right: 16.5%;
	background-position: right 0; 
}

/*banner3*/
.slideBox3 .bd li .tit{
	width: 1190px;
	top: 210px;
	left: 50%;
	margin-left: -595px;
	position: absolute;
    color: #fff;
}
.slideBox3 .bd li .tit span{
    background: #680034;
    font-size: 24px;
    padding: 0 10px;
    height: 56px;
    line-height: 56px;
    display: inline-block;
}
.slideBox3 .bd li .tit h3{
    font-size: 16px;
    margin-top: 2px;
    width: 496px;
    padding: 12px 10px;
    line-height: 26px;
    background: rgba(0,0,0,0.7);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000',endColorstr='#99000000');      /*IE6,IE7*/ 
    -ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";      /*IE8*/
}
/*banner4*/
.slideBox4 .hd {
	overflow:hidden;
	position:absolute;
	bottom:20px;
	z-index:1;
	left: 50%;
	margin-left: -54px;
}
.slideBox4 .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
}
.slideBox4 .hd ul li {
	float:left;
	margin: 0 7px;
	width: 18px;
	height: 18px;
	text-align: center;
	cursor: pointer;
	background: url(../images/ico1.png) no-repeat;
}
.slideBox4 .hd ul li.on {
	background: url(../images/ico1_h.png) no-repeat;
}
/*banner5*/
.slideBox5 .hd {
	overflow:hidden;
	position:absolute;
	bottom:0px;
	z-index:1;
	left: 50%;
	margin-left: -84px;
}
.slideBox5 .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
	height: 16px;
	position: relative;
}
.slideBox5 .hd ul li {
	float:left;
	margin: 0 5px;
	width: 32px;
	height: 8px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	position: relative;
	margin-top: 8px;
}
.slideBox5 .hd ul li.on {
	background: #680034;
	height: 16px;
	margin-top: 0;
}
.slideBox5{
	margin-bottom: 0;
}

/*页面主体部分*/
/*main_one*/
.main_qp{
	width: 100%;
	height: 480px;
	background: url(../images/main_bg.jpg) no-repeat center;
	background-size: cover;
}
.oneMain{
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0;
}
.slideBox6{
	height: 400px;
	margin-bottom: 0;
}
.slideBox6 .bd ul li{
	width: 100%;
}
.slideBox6 .bd ul li .one_list{
	float: left;
	width: 260px;
	border: 1px solid #e6e4e0;
	margin: 0 5px;
	padding: 12px 14px;
	_padding: 12px 12px;
	background: #fff;
}
.slideBox6 .bd ul li .one_list img{
	text-align: center;
	margin: 0 auto;
	display: block;
}
.slideBox6 .bd ul li .one_list a.tit{
	font-size: 16px;
	font-weight: bold;
	color: #323232;
	line-height: 24px;
	padding: 14px 0 8px;
	display: block;
	text-align: center;
}
.slideBox6 .bd ul li .one_list a.tit:hover{
	color: #680034;
	text-decoration: underline;
}
.slideBox6 .bd ul li .one_list p{
	font-size: 14px;
	color: #787878;
	text-indent: 2em;
	line-height: 24px;
}
.slideBox6 .bd ul li .one_list p a.detail{
	color: #faa209;
}
.slideBox6 .bd ul li .one_list p a.detail:hover{
	color: #fdbf53;
}
.slideBox6 .bd ul li .one_list span{
	color: #c9c9c9;
	text-align: right;
	display: block;
	line-height: 26px;
	padding: 12px 0 2px;
}
.slideBox6 .hd {
	overflow:hidden;
	position:absolute;
	bottom: 0;
	z-index:1;
}
.slideBox6 .hd ul {
	overflow:hidden;
	zoom:1;
	float:left;
	height: 12px;
	position: relative;
	width: 1190px;
	background: #e6e4df;
	border-radius: 25px;
}
.slideBox6 .hd ul li {
	float:left;
	width: 50%;
	height: 12px;
	text-align: center;
	cursor: pointer;
	position: relative;
}
.slideBox6 .hd ul li.on {
	background: #afada9;
	border-radius: 25px;
}



	/*区块，头部循环利用*/
	.sector{ width:100%;margin-top:50px;clear:both; height:auto;}
	
	.sector_heaed{}
	.sector_title{font-size:36px;line-height:200%; text-align:center; background-image:url(/images/hongsequanqiu.png); background-repeat:no-repeat; background-position:top center;}
	.sector_title span{ margin:0 20px;}
	.sector_title_more{ fon-size:14px; font-weight:400; text-align:center;}
	
	/*上面循环利用*/
	
	
	.sector_body{ width:1400px;margin:0 auto; margin-top:50px; }	
	.sector_body .sector_body_list{ background-color:#f6f6f6;width:30%;}
	.sector_body_list img{ width:100%; }
	.sector_body div:first-child { width:30%; float:left;  }
	.sector_body div:nth-child(2){ width:30%; float:left; margin-left:5%;  }
	.sector_body div:last-child { width:30%; float:right;  }

	.news_title { font-size:16px; color:#222222; line-height:200%;;padding: 15px 25px 0 25px;}
	.news_title A{ font-size:16px; color:#222222; line-height:200%;  font-weight: bold; }
	.news_description{ font-size:14px; line-height:150%; text-indent:2em; color#CCCCCC; padding:5px 25px;}

	.news_foor_more{ font-size:12px; line-height:300%; padding:0 25px; color:#254983; padding-bottom:15px; }
	.news_foor_more A{ font-size:12px; color:#254983 }
	.news_foor_more span:first-child { width:40%; float:left;  }
	.news_foor_more span:last-child { width:40%; float:right; text-align:right  }	
	
	
.yaowenheight{ height:500px;}

	/*公告景*/
	
	.gonggao_bg { width: 100%; height:560px;  background-image: url('../images/gonggaobg.png');  background-size: cover;  background-position: center;}
	
	.gonggao_body {width:1400px; margin:50px auto;}
	.gonggao_body div{ background-color:#FFFFFF;}
	.gonggao_body table{ background-color:#FFFFFF; padding:20px;}
	.gonggao_body A{ font-size:16px; font-weight: bold; text-indent:2em; }
	.gonggao_body div:first-child { width:30%; float:left;  }
	.gonggao_body div:nth-child(2){ width:30%; float:left; margin-left:5%;  }
	.gonggao_body div:nth-child(3) { width:30%; float:right;  }

	.gonggao_body div:nth-child(4){ width:30%; float:left; margin-top:50px;  }
	.gonggao_body div:nth-child(5){ width:30%; float:left;margin-top:50px; margin-left:5%;  }
	.gonggao_body div:nth-child(6) { width:30%; float:right;margin-top:50px;  }
	
	.gonggao_date{ font-size:12px; line-height:300%;  color:#254983 }
	.gonggao_date A{ font-size:12px; color:#254983 }
	.gonggao_date span:first-child { width:30%; float:left;  }
	.gonggao_date span:last-child { width:30%; float:right; text-align:right  }

	.sector_gonggao_list{ height:120px; }
	/*sector_body_four*/
	
	.sector_body_four{ width:1400px; margin:0 auto;}	
	.sector_body_four .sector_four_list{ background-color:#f6f6f6;width:22%;padding-bottom:20px;}
	.sector_body_four .sector_four_list img{ width:100%; height:160px; }
	
	.sector_body_four div:first-child { width:22%; float:left;  }
	.sector_body_four div:nth-child(2){ width:22%; float:left; margin-left:4%;  }
	.sector_body_four div:nth-child(3){ width:22%; float:left; margin-left:4%;  }
	.sector_body_four div:last-child { width:22%; float:right;  }

	.sector_body_four .news_title { font-size:16px; color:#222222; line-height:200%;;padding: 15px 25px 0 25px;}
	.sector_body_four .news_title A{ font-size:16px; color:#222222; line-height:200%;  font-weight: bold; }
	.sector_body_four .news_description{ font-size:14px; line-height:150%; text-indent:2em; color#CCCCCC; padding:5px 25px;}


	
	/*分页*/

	.pagelist{ font-size:14px; line-height:24px; text-align:right;color:#019ee9; font-family:"微软雅黑"}
	.pagelist A{ font-size:14px; color:#343434;line-height:24px; margin:0 5px;vertical-align:middle; }
	.pagelist span{width:30px; padding:8px 15px; height:30px;line-height:30px; border:1px #f0f0f0 solid; background-color:#f0f0f0;
		transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-moz-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
		-webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
	}
	.pagelist span:hover{background-color:#019ee9; color:#FFF;
		transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
		-moz-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
		-webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;

	 }


	.pagelist span.on{background-color:#019ee9; margin:0 5px; color:#FFF; padding:8px 15px;vertical-align:middle; }
	.pagelist select{ height:38px; width:75px; overflow:hidden; line-height:24px;vertical-align:middle; color:#019ee9; background-color:#f0f0f0; border:0px #019ee9 solid; padding:0px; margin:0px; padding:0 5px;margin-left:5px; 	transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
		-moz-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;
		-webkit-transition: background 0.3s ease-in-out, border 0.3s ease-in-out;}

	/*area*/
	
	
	
	
	
	

	

	/*底部*/
	.footer{ margin-top:50px; border-top:10px #152f5c solid; clear:both;background-color:#17528c;}
	.footer_body{ width:1400px; height:auto; margin: 20px auto; background-color:#17528c; padding-bottom:30px;}
	.footer_body div{padding-left:20px;font-size:14px; line-height:150%; color:#FFFFFF}
	
	
	/*频道页面*/
	
	.channel_banner{ width:100%; height:320px;z-index:99;}
	.channel{ width:1400px; margin:0 auto; height:auto;}
	.channel_left{ width:320px; float:left; height:auto;margin-top:-50px;z-index:999;}
	.channel_top{ height:100px; background-color:#17528C;z-index:999; float:left; width:320px;}
	.channel_top div{ line-height:60px; font-size:24px; color:#FFFFFF;padding:20px 0 0 50px;}
	
	.channel_list{ float:left; width:320px;}
	.channel_list div{ float:left; width:320px; border-bottom:2px #CCCCCC solid; background-color:#DDDDDD; line-height:45px; }
	.channel_list a{ margin-left:50px; font-size:16px;  color:#333333 }
	.channel_list .active { background-color:#3e89d2;}
	.channel_list .active a{color:#FFFFFF;}
	
	.channel_body{ float:right; width:1030px;}
	.channel_body_title{width:1030px; height:50px;background-color:#17528C; float:left;}
	.channel_body_title h1{ font-size:16px; font-weight:bold; line-height:50px;color:#FFFFFF; padding-left:30px;}
	
	.channel_body_list{width:970px; height:auto;float:left; margin-left:30px;}
	.channel_body_list table{ border-bottom:1px #CCCCCC solid; margin-bottom:15px;}
	
	.channel_body_list .list_title{ font-size:16px; line-height:240%;}
	.channel_body_list .list_title span{ font-size:14px; line-height:270%; float:right;color:#666666;}
	.channel_body_list .list_title a{ font-size:16px; line-height:240%;color:#17528c; font-weight:bold}
	.channel_body_list .list_title a:hover{ font-size:16px; line-height:240%;color:#17528c; font-weight:bold}
	.channel_body_list .list_description{ font-size:14px; line-height:200%;color:#999999; text-indent:2em;}
.channel_body_list img{ margin: 20px auto;max-width:1000px;}

	.channel_content{ font-size:14px; line-height:150%;}
	.channel_content h1{ font-size:24px; line-height:150%; text-align:center; padding-bottom:20px;}
	.channel_content h2{ font-size:14px; line-height:150%; text-align:center; padding-bottom:20px;font-weight:normal;border-bottom:1px #EEEEEE solid;}
	.channel_content p{ text-indent:2em; line-height:200%; padding-bottom:20px;}
	.channel_content td{ border-bottom:0px #CCCCCC solid; padding:0 15px;}


	
	/*内容*/
	.content_title{ height:100px; line-height:100px; width:100%;}
	.content_title h1{ font-size:28px; font-family:"微软雅黑"; color:#FF0000; font-weight:normal;}
	.content{ font-size:14px; line-height:200%; color:#565656; padding: 30px}
	.content p{ line-height: 200%;font-size: 14px; text-indent: 2em; margin: 20px auto;}
	.content img{ margin: 20px auto;max-width:600px;}
	.content h1{ margin: 20px auto; }