﻿/**
 * POWER BY JZNEWS
 * AUTHOR:ALIWU
 * DATE:2022/4/1
**/

@charset "utf-8";

/*通用页面样式、顶部*/
* { margin:0; padding:0; list-style-image: none;list-style-type: none;}
html{-webkit-text-size-adjust:none;}
body {background-color: #FFF;font-family: "微软雅黑";font-size: 16px;}
img { border:none;}
a{text-decoration: none;color: #666;cursor: pointer;}
a:hover{color: #22A7F0;}
input{outline: none;}

/*专题*/
.jzgov-zs-w1200{
	width: 1200px;
	margin: auto;
	clear: both;
}
.jzgov-zs-banner{
	width: 100%;
	height: 450px;
	background-color: #22A7F0;
	background-image: url(../img/banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
}
.jzgov-zs-desc p {
    padding: 5px 25px;
    color: #666;
    text-indent: 2em;
    line-height: 30px;
}
.jzgov-zs-desc {
    height: 380px;
    margin-top: 30px;
    background-color: #f6f6f6;
}
.jzgov-zs-desc-case{
	margin-top: 30px;
}
.jzgov-zs-news{
	height: 450px;
}
.jzgov-zs-lunbo,.jzgov-zs-hot{
	width: 580px;
	height: 400px;
	margin-top: 50px;
}
.jzgov-zs-lunbo{
	float: left;
	background-color: #f6f6f6;
}
.jzgov-zs-hot{
	float: right;
}
.jzgov-zs-title{
	height: 50px;
	width: 100%;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.jzgov-zs-title span{
	display: inline-block;
	padding: 0px 20px;
	border-bottom: 5px solid #22A7F0;
	color: #22A7F0;
	position: absolute;
	left: 20px;
	top: -2px;
	height: 50px;
	line-height: 50px;
}
.jzgov-zs-news-list li{
	display: inline-block;
	width: 100%;
	height: 40px;
	line-height: 40px;
}
.jzgov-zs-news-list{
	margin-top: 20px;
}
.jzgov-zs-news-list li a{
	color: #666;
}
.jzgov-zs-news-list li a:hover{
	color: #22A7F0;
}
.jzgov-zs-dot{
	display: inline-block;
	width: 8px;
	height: 8px;
	background-color: #ddd;
	margin-right:15px;
}
.jzgov-zs-date{
	float: right;
	margin-right: 10px;
	color: #999;
}
.jzgov-zs-md2{
	width: 580px;
	margin-top: 30px;
}
.jzgov-zs-fr{
	float: right;
}
.jzgov-zs-fl{
	float: left;
}
.jzgov-zs-zhinan{
	width: 100%;
	height: 480px;
	clear: both;
	margin-top: 50px;
	background-color: #f6f6f6;
}
.jzgov-zs-zn-list{
	margin-top: 30px;
}
.jzgov-zs-zn-list li{
	width: 49%;
	height: 90px;
	margin-right: 2%;
	margin-bottom: 3%;
	background-color: #fff;
	float: left;
	display: block;
	border-radius: 5px;
}
.jzgov-zs-zn-list li a{
	width: 100%;
	height: 90px;
	display: inline-block;
	position: relative;
}
.jzgov-zs-zn-list li a p{
	position: absolute;
	right: 10px;
	top: 0px;
	width: 140px;
	line-height: 90px;
	font-size: 20px;
}
.jzgov-zs-zn-list li:hover{
	background-color: #22A7F0;
}
.jzgov-zs-zn-list li:hover p{
	color: #fff;
}
.jzgov-zs-zn-list li:nth-child(even){
	margin-right: 0px;
}
.jzgov-zs-yuanqu{
	height: 500px;
}
.jzgov-zs-banshi{
	height: 500px;
	background-color: #F6F6F6;
	background-image: url(../img/banshi-bg.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.jzgov-zs-banshi:hover{
	background-size: 102%;
}
.jzgov-zs-bs-title{
	line-height: 50px;
	text-align: center;
	padding-top: 60px;
	font-size: 24px;
	display: inline-block;
	width: 100%;
	height: 30px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.jzgov-zs-bs-title span{
	display: inline-block;
	width: 180px;
	height: 50px;
	background-color: #22A7F0;
	color: #fff;
	position: absolute;
	top: 65px;
	left: 50%;
	margin-left: -90px;
}
.jzgov-zs-bs-list{
	margin-top: 80px;
	clear: both;
}
.jzgov-zs-bs-a{
	width: 285px;
	float: left;
	display: inline-block;
	height: 100px;
	background-color: #ccc;
	margin-right: 20px;
	margin-bottom:20px;
	text-align: center;
}
.jzgov-zs-bs-a:hover{
	background-color: #22A7F0;
	color: #fff;
}
.jzgov-zs-bs-a:nth-child(4),.jzgov-zs-bs-a:nth-child(8){
	margin-right: 0px;
}
.jzgov-zs-bs-a p{
	line-height: 100px;
	font-size: 18px;
}
.jzgov-zs-yq-img{
	width: 100%;
	height: 195px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.jzgov-zs-yq-list{
	margin-top: 80px;
}
.jzgov-zs-yq-a{
	width: 30%;
	margin-right: 5%;
	height: 300px;
	float: left;
}
.jzgov-zs-yq-a:nth-child(3){
	margin-right: 0px;
}
.jzgov-zs-yq-a p{
	text-align: center;
	line-height: 80px;
}
.jzgov-zs-yq-gaoxin{
	background-image: url(../img/gaoxinqu.png);
}
.jzgov-zs-yq-kaifa{
	background-image: url(../img/kaifaqu.png);
}
.jzgov-zs-yq-wenlv{
	background-image: url(../img/wenlvqu.png);
}
.jzgov-zs-tel{
	height: 500px;
}
.jzgov-zs-contact{
	margin-top: 30px;
}
.jzgov-zs-contact li{
	line-height: 50px;
	height: 50px;
	display: inline-block;
	width: 43%;
	margin-right: 2%;
	margin-bottom: 10px;
	padding: 0px 3%;
	background-color: #f6f6f6;
	float: left;
	font-size: 14px;
	color: #666;
	cursor: pointer;
}
.jzgov-zs-contact li:nth-child(even),.jzgov-zs-bumen li:nth-child(even){
	margin-right: 0px;
}
.jzgov-zs-contact li:hover{
	background-color: #22A7F0;
	color: #fff;
}
.jzgov-zs-bumen{
	margin-top: 30px;
}
.jzgov-zs-bumen li{
	height: 78px;
	display: inline-block;
	width: 42.6%;
	margin-right: 2%;
	margin-bottom: 10px;
	padding: 0px 3%;
	float: left;
	font-size: 14px;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #ddd;
}
.jzgov-zs-bumen li:hover{
	border-color: #22A7F0;
	color: #22A7F0;
}
.jzgov-zs-bumen li:hover p{
	color: #22A7F0;
}
.jzgov-zs-bumen li h3{
	line-height: 30px;
	margin-top: 10px;
}
.jzgov-zs-bumen li p{
	color: #999;
}
/* 本例子css */
.slideBox{ width:580px; height:400px; overflow:hidden; position:relative;  }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:15px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#22A7F0; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:580px; height:400px; display:block;  }
.slideBox .bd h3{
	display: block;
	width: 90%;
	height: 50px;
	line-height: 50px;
	padding: 0px 5%;
	background-color: rgba(0,0,0,0.55);
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 16px;
	font-weight: 100;
}
.jzgov-zs-n-case{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 15px;
	left: 30px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.jzgov-zs-n1{
	background-image: url(../img/n-huanjing.png);
}
.jzgov-zs-n2{
	background-image: url(../img/n-fagui.png);
}
.jzgov-zs-n3{
	background-image: url(../img/n-chanye.png);
}
.jzgov-zs-n4{
	background-image: url(../img/n-zhanlue.png);
}
.jzgov-zs-n5{
	background-image: url(../img/n-jiaotong.png);
}
.jzgov-zs-n6{
	background-image: url(../img/n-chengben.png);
}
.jzgov-zs-footer{
	height: 120px;
	background-color: #ececec;
	text-align: center;
	line-height: 120px;
}
.jzgov-zs-footer span{
	margin-right: 20px;
}