/*通用类*/
*{
	margin:0;
	padding:0;	
}
body{		
	min-width:1200px;
	margin:0 auto;
	font-size:14px;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#eaf9ff url("/ztimg/bodybg.jpg") no-repeat top center;
	text-align:justify;	
	color:#333;
}
h1,h2,h3{	
	font-weight:500;	
}
img{
	border:none;	
}
a{
	cursor:pointer;
	color:#333;
	text-decoration:none;	
	outline:none;
}
a:hover{
	color:#2760b7;	
}
ul{
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
}
table{
	border-collapse:collapse;	
}
table td,table th{
	padding:0;	
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{
    color:#585858;
}
input::-moz-placeholder,textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#585858;
}
input:-moz-placeholder,textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#585858;
}
input:-ms-input-placeholder,textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#585858;
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}
.line5{
	font-size:1px;height:5px;width:100%;clear:both;	
}
.line10{
	font-size:1px;height:10px;width:100%;clear:both;	
}
.line20{
	font-size:1px;height:20px;width:100%;clear:both;	
}
/*wrapin 主体容器宽度*/
.wrapin{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
}

/*公用CSS 开始*/

.header{
	height: 224px;
	position: relative;
	
}
.header .logo{
	float: left;
	display: block;
	margin-top:60px;
}
.head_search{
	width: 260px;
	height: 44px;
	border-radius:22px;
	float: right;
	background:rgba(255,255,255,0.9);
	margin:75px 0 0 0;
}
.head_search .text{
	width: 160px;
	height: 44px;
	float: left;
	line-height: 44px;
	border:0;
	background:none;
	padding-left:20px;
	font-size:16px;
}
.head_search .sub{
	display: block;
	width: 66px;
	height: 44px;
	float: right;
	background:url("/ztimg/head_sub.png") no-repeat center center;
}

.nav{
	height: 52px;
	line-height: 52px;
	background:#2760b7;
	width: 1200px;
	margin:0 auto;
}
.nav a{
	float: left;
	display: block;
	width: 150px;
	height: 52px;
	text-align: center;
	color:#fff;
	font-size:18px;
}
.nav a:hover,.nav a.hover{
	color:#2760b7;
	background:#fff;
}

.banner{
	position: relative;
	overflow: hidden;
	cursor: pointer;
	width: 534px;
	height: 356px;
	float: left;
	margin:24px 0 0 0;
	border:16px solid #fff;
}
.banner .pics li{
	width: 534px;
	height: 356px;
}
.banner .pics a{
	display: block;
	width: 534px;
	height: 356px;
	position: relative;
}
.banner .pics .name{
	height: 40px;
	line-height: 40px;
	color:#fff;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 10;
	background:rgba(0,0,0,0.5);
}
.banner .pics .nm{	
	padding-left:10px;
	display:inline-block;
	max-width:480px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.banner .pics img{
	display: block;
	width: 534px;
	height: 356px;
}
.banner .btns{	
	position: absolute;
	right: 15px;
	bottom: 12px;
	z-index: 60;
	text-align: center;
}
.banner .btns span{
	display: inline-block;
	width: 10px;
	height: 10px;
	font-size:1px;
	border-radius:100%;
	margin:0 3px;
	background:#eee;
}
.banner .btns .hover{
	background:#2760b7;
}

.ba_tabs{
	width: 624px;
	height: 388px;
	background:#fff;
	float: right;
	padding-left:10px;
	margin:24px 0 0 0;
}
.ba_tabs .handle{
	width: 604px;
	height: 50px;
	line-height: 50px;
	clear: both;
	border-bottom:2px solid #e8e8e8;
}
.ba_tabs .btn{
	float: left;
	display: block;
	width: 145px;
	padding-left:10px;
	font-size:20px;
}
.ba_tabs .hover{
	color:#2760b7;
}
.ba_tabs .con{
	display: none;
	padding-top:5px;
	width: 604px;
}
.ba_tabs .show{
	display: block;
}
.ba_tabs li{
	height: 36px;
	line-height: 36px;
	clear: both;
}
.ba_tabs li a{
	display: inline-block;
	float: left;
	padding-left:20px;	
	max-width:500px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url("/ztimg/li.png") no-repeat left center;
}
.ba_tabs li a:hover{
	background-image:url("/ztimg/lih.png");
}
.ba_tabs li span{
	float: right;
}
.ba_tabs iframe{
	width: 568px;
	height: 330px;	
}

.hm_slider{
	height: 100px;
	width: 1200px;
	position: relative;
	overflow: hidden;
	background:#fff;
	padding:20px 0;
}
.hm_slider .s_out{
	width: 1188px;
	height: 100px;
	margin:0 auto;
	position: relative;
	overflow: hidden;
}
.hm_slider li{
	width: 380px;
	float: left;
	margin:0 8px;
}
.hm_slider li img{
	display: block;
	width: 380px;
	height: 100px;
}
.hm_slider .cbtn{
	width: 55px;
	height: 100px;
	position: absolute;
	top: 20px;
	z-index: 20;
	cursor: pointer;
	display: none !important;
}
.hm_slider:hover .cbtn{
	display: block !important;
}
.hm_slider .pre{
	left: 10px;
	background:url("/ztimg/hs_pre.png") no-repeat center center;
}
.hm_slider .next{
	right: 10px;
	background:url("/ztimg/hs_next.png") no-repeat center center;
}

.hm_news{
	width: 550px;
	height: 370px;
	background:#fff;
	padding:0 20px;
}
.hm_news .head{
	height: 50px;
	line-height: 50px;
	border-bottom:2px solid #e8e8e8;
	font-size:20px;
	color:#2760b7;
	padding:0 14px;
}
.hm_news .head a{
	color:#2760b7;
}
.hm_news ul{
	padding-top:10px;
}
.hm_news li{
	height: 37px;
	line-height: 37px;
	clear: both;
}
.hm_news li a{
	display: inline-block;
	float: left;
	padding-left:20px;	
	max-width:500px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url("/ztimg/li.png") no-repeat left center;
}
.hm_news li a:hover{
	background-image:url("/ztimg/lih.png");
}
.hm_news li span{
	float: right;
}

.hm_pub{
	width: 550px;
	height: 290px;
	background:#fff;
	padding:0 20px;
}
.hm_pub .head{
	height: 50px;
	line-height: 50px;
	border-bottom:2px solid #e8e8e8;
	font-size:20px;
	color:#2760b7;
	padding:0 14px;
	margin-bottom:20px;
}
.hm_pub .head a{
	color:#2760b7;
}
.hm_pub .links{
	position: relative;
	overflow: hidden;
}
.hm_pub .s_list{
	width: 570px;
}
.hm_pub .links a{
	display: block;
	width: 136px;
	height: 54px;
	line-height: 54px;
	background:#f2f7ff;
	padding-left:40px;
	position: relative;
	color:#2760b7;
	float: left;
	margin:0 11px 11px 0;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.hm_pub .links img{
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 0;
	top: 7px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.hm_pub .links a:hover img{
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.hm_pub .lks2{
	padding-top:5px;
}
.hm_pub .lks2 a{
	display: block;
	width: 264px;
}
.hm_pub .lks2 img{
	display: block;
	width: 100%;
	height:auto;
}
.hm_pub .lks3{
	position: relative;
	
}
.hm_pub .lks3 a{
	display: block;
	width: 106px;
	height: 54px;
	line-height: 54px;
	background:#f2f7ff;
	float: left;
	margin:0 11px 5px 0;
	padding-left:70px;
	font-size:16px;
	color:#2760b7;
	z-index: 20;
	position: relative;
}
.hm_pub .lks3 .ico{
	position: absolute;
	left: 20px;
	top: 7px;
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.hm_pub .lks3 a:hover .ico{
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: all 0.2s ;
	-webkit-transition: all 0.2s ;
	-ms-transition: all 0.2s ;
	-o-transition: all 0.2s ;
	-moz-transition: all 0.2s ;
}
.hm_pub .lks3 .code{
	display: none;
}
.hm_pub .lks3 a:hover .code{
	display: block;
	width: 139px;
	height: 155px;
	position: absolute;
	top: -155px;
	left: 18px;
	z-index: 20;
}
.hm_pub .head2{
	height: 40px;
	line-height: 40px;
	padding-left:16px;
	font-size:18px;
	color:#2760b7;
	position: relative;
}
.hm_pub .head2 a{
	color:#2760b7;
}
.hm_pub .head2 i{
	display: block;
	width: 3px;
	height: 16px;
	background:#2760b7;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-8px;
}
.hm_pub li{
	height: 37px;
	line-height: 37px;
	clear: both;
}
.hm_pub li a{
	display: inline-block;
	float: left;
	padding-left:20px;	
	max-width:500px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	background:url("/ztimg/li.png") no-repeat left center;
}
.hm_pub li a:hover{
	background-image:url("/ztimg/lih.png");
}
.hm_pub li span{
	float: right;
}

.hm_sys{
	height: 107px;
	background:#fff;
	overflow: hidden;
}
.hm_sys .tit{
	float: left;
	display: block;
	width: 169px;
}
.hm_sys .tit img{
	display: block;
	width: 169px;
	height: 107px;
}
.hm_sys .bn{
	float: left;
	display: block;
	width: 147px;
	height: 107px;
	text-align: center;
	position: relative;
	padding-top:57px;
	color:#4079d9;
	line-height: 18px;
}
.hm_sys .bn:hover{
	color:#f47300;
}
.hm_sys .ico{
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 5px;
	left: 50%;
	overflow: hidden;
	margin-left:-25px;
}
.hm_sys .ico img{
	display: block;
	width: 50px;
	height: 100px;
	position: absolute;
	left: 0;
	top: 0;
}
.hm_sys .bn:hover .ico img{
	top: -50px;
}
.hm_sys .fg{
	height: 73px;
	border-left:1px solid #6b96df;
	float: left;
	margin:19px 0 0 -1px;
}

.footer{
	height: 210px;
	background:#3676d1;
	text-align: center;
	color:#fff;
	font-size:14px;
	line-height: 30px;
	position: relative;
}
.footer .gov1{
	position: absolute;
	top: 60px;
	left: 50%;
	margin-left:-580px;
}
.footer .gov2{
	position: absolute;
	top: 60px;
	right: 50%;
	margin-right:-580px;
}
.ft_nav{
	padding-top:30px;
}
.ft_nav a{
	color:#fff;
}
.ft_nav a:hover{
	text-decoration: underline;
}

.fr_bar{
	position: fixed;
	right:0;
	z-index:150;
	top:50%;
	margin-top:-147px;
	width:74px;
}
.fr_bar .title{
	height:25px;
	line-height:25px;
	background:#656766;
	text-align:center;
	font-size:14px;
	color:#fff;
}
.fr_slide{
	position: relative;
	z-index:150;
}
.fr_slide .btn{
	display:block;
	width:74px;
	height:62px;
	padding-top:7px;
	border-bottom:1px solid #ccd6dc;
	background:#fff;
	text-align:center;
	line-height:24px;
}
.fr_slide .ico{
	display:block;
	width:38px;
	height:38px;
	margin:0 auto;
}
.fr_slide .code{
	display:block;
	width:120px;
	height:120px;
	position: absolute;
	right:74px;
	top:0;
	z-index:150;
	display:none;
}
.fr_slide:hover .code{
	display:block;
}


/*公用CSS 结束*/