﻿/*头条*/
.touT {
	height: 95px;
	padding-left: 125px;
	padding-top: 20px;
	background: url("tout.png") no-repeat 27px center;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}
.touT a {
	display: block;
	text-align: center;
	font-size: 28px;
	color: #333;
	padding-left: 5px;
	width: 1050px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    line-height: 30px;
}
.touT p {
	padding-left: 5px;
	font-size: 14px;
	color: #7d7d7d;
	font-weight: 400;
	text-align: center;
	width: 1050px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top: 11px;
}
/*内容*/
.indexNr {
	background: #fff;
	padding: 20px 20px 10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	margin-bottom: 22px;
}
/*轮播图*/
.lunBox{
	float: left;
	width: 651px;
	height: 366px;
	position: relative;
	overflow: hidden;
}
.lunBox .bd ul li{
	width: 651px;
	height: 366px;
	position: relative;
}
.lunBox .bd ul li>a{
	display: block;
	width: 651px;
	height: 366px;
	overflow: hidden;
}
.lunBox .bd ul li>a img{
	display: block;
	width: 651px;
	height: 366px;
	transition: transform 0.8s;
	-webkit-transition: transform 0.8s;
	-moz-transition: transform 0.8s;
	-o-transition: transform 0.8s;
	-ms-transition: transform 0.8s;
}
.lunBox .bd ul li a:hover img{
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
	-ms-transform: scale(1.08);
}
.lunBox .bd ul li h3{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 42px;
	line-height: 42px;
	box-sizing: border-box;
	padding-left: 22px;
	background: url("../images/toumingbj.png") no-repeat center;
	-webkit-background-size: 100% 42px;
	background-size: 100% 42px;
}
.lunBox .bd ul li h3 a{
	float: left;
	width: 550spx;
	font-size: 16px;
	color: #ffffff;
	font-weight: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lunBox .bd ul li h3 a:hover{
	font-weight: bold;
}
.lunBox .hd{
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 9;
}
.lunBox .hd ul li{
	float: left;
	width: 9px;
	height: 9px;
	cursor: pointer;
	margin-left: 6px;
	border-radius: 50%;
	background-color: #d6d6d6;
}
.lunBox .hd ul li.on{
	background-color: #00a0e9;
	width: 18px;
	border-radius: 20px;
}
.lunBox .prev{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -16px;
	z-index: 9;
	cursor: pointer;
	display: none;
}
.lunBox .next{
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -16px;
	z-index: 9;
	cursor: pointer;
	display: none;
}
.lunBox:hover .prev{
	display: block;
}
.lunBox:hover .next{
	display: block;
}
/* tab */
.indexNr1 .tab{ 
	width:450px;
	float: right;  
    height:372px;
    overflow:hidden;
}
.indexNr1 .tab .hd{ 
	height:34px;    
	border-bottom: 1px solid #e0e0e0;
	position:relative; 
}
.indexNr1 .tab .hd ul{ 
	float:left;    
}
.indexNr1 .tab .hd ul img {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 6px;
}
.indexNr1 .tab .hd ul li{ 
	float:left; 
	padding:0 5px; 
	cursor:pointer;  
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #666;
}
.indexNr1 .tab .hd ul li.on{ 
	height:33px;
	color: #bd1a2d;
	border-bottom:2px solid #bd1a2d; 
}
.indexNr1 .tab .hd ul li.on a{ 
	color: #bd1a2d;
}
.indexNr1 .tab .bd ul {
	min-height: 337px;
}
.indexNr1 .tab .bd li{ 
	height:40px; 
	line-height:40px;  
	padding-left: 17px;
	background: url("dian.png") no-repeat left center; 
}
.indexNr1 .tab .bd li:first-child {
	height: 90px;
	padding-left: 0;
	background: none;
	padding-top: 31px;
	border-bottom: 1px solid #efefef;
	line-height: normal;
	margin-bottom: 15px;
}
.indexNr1 .tab .bd li:first-child > a {
	max-width: 360px;
}
.indexNr1 .tab .bd li:first-child span {
	float: left;
	width: 72px;
	text-align: center;
	font-size: 15px;
	color: #333;
	margin-right: 15px;
}
.indexNr1 .tab .bd li:first-child span i {
	display: block;
	text-align: center;
	font-size: 34px;
	font-weight: 700;
	color: #333;
	margin-bottom: 15px;
	line-height: 34px;
}
.indexNr1 .tab .bd li:first-child p {
	font-size: 14px;
	color: #999;
	line-height: 22px;
	margin-top: 3px;
}
.indexNr1 .tab .bd li:first-child p a {
	color: #bd1a2d;
}
.indexNr1 .tab .bd li > a {
	color: #555;
	display: inline-block;
	max-width: 370px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexNr1 .tab .bd li > a:hover {
	color: #bd1a2d;
}
.indexNr1 .tab .bd li .date{ 
	float:right; 
	color:#999;  
}
.indexNr1 .tab .hd .more{ 
	float:right;
}
.indexNr1 .tab .hd .more a {
	display: block;
	width: 21px;
	height: 25px;
	padding-top: 10px;
}
/*专题*/
.zhuanti{
	width:100%;  
	overflow:hidden; 
	position:relative;    
	margin-top: 20px;
	margin-bottom: 20px;
    height:91px;
}
.zhuanti .hd .prev,
.zhuanti .hd .next{ 
	position: absolute;  
	width:30px; 
	height:54px; 
	overflow:hidden;
	cursor:pointer; 
	background:url("zhuanti1.png") no-repeat;
	z-index: 1001;
	top: 15px;
}
.zhuanti .hd .prev {
	left: 1px;
}
.zhuanti .hd .prev:hover {
	background:url("zhuanti1-1.png") no-repeat;
}
.zhuanti .hd .next{ 
	right: 0px;
	background:url("zhuanti2.png") no-repeat; 
}
.zhuanti .hd .next:hover {
background:url("zhuanti2-2.png") no-repeat; 
}
.zhuanti .bd {
	width: 1110px;
}
.zhuanti .bd ul{ 
	overflow:hidden; 
	zoom:1; 
}
.zhuanti .bd ul li{ 
	margin-right: 15px; 
	float:left; 
	_display:inline; 
	overflow:hidden; 
	text-align:center;  
}
.zhuanti .bd .tempWrap {
	width: 1110px !important;
}
.zhuanti .bd ul li .pic img{ 
	width:361px; 
	height:91px; 
	display:block;  
}
.zhuanti .bd ul li .pic a:hover img{ 
	border-color:#999;  
}
.zhuanti .bd ul li .title{ 
	line-height:24px;   
}
/*政策文件*/
.indexNr2 .idx_zzfb {
	margin-right: 40px;
}
.indexNr2 .tab{ 
	width:436px;
	float: left;  
}
.indexNr2 .tab .hd{ 
	height:34px;    
	border-bottom: 1px solid #e0e0e0;
	position:relative; 
}
.indexNr2 .tab .hd ul{ 
	float:left;    
}
.indexNr2 .tab .hd ul img {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 6px;
}
.indexNr2 .tab .hd ul li{ 
	float:left; 
	padding:0 5px; 
	cursor:pointer;  
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #666;
}
.indexNr2 .tab .hd ul li a {
    color: #666;
}
.indexNr2 .tab .hd ul li.on{ 
	height:33px;
	color: #bd1a2d;
	border-bottom:2px solid #bd1a2d; 
}
.indexNr2 .tab .hd ul li.on a {
  color: #bd1a2d;
}
.indexNr2 .tab .bd ul {
	margin-top: 15px;
}
.indexNr2 .tab .bd li{ 
	height:40px; 
	line-height:40px;  
	padding-left: 17px;
	background: url("dian.png") no-repeat left center; 
}
.indexNr2 .tab .bd li > a {
	color: #555;
	display: inline-block;
	max-width: 345px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexNr2 .tab .bd li > a:hover {
	color: #bd1a2d;
}
.indexNr2 .tab .bd li .date{ 
	float:right; 
	color:#999;  
}
.indexNr2 .tab .hd .more{ 
	float:right;
}
.indexNr2 .tab .hd .more a {
	display: block;
	width: 21px;
	height: 25px;
	padding-top: 10px;
}
.idx_jdhy {
	width: 416px;
	float: left;
}
.idx_jdhy .tab {
	width: 416px;
	float: none;
	min-height: 210px;
}
.idx_jdhy2 {
	margin-top: 7px;
}
.idx_jdhy2 a {
	float: left;
	width: 96px;
	height: 21px;
	border: 1px solid #e6e5e5;
	background-color: #f7f7f7;
	margin-left: 7px;
	text-align: center;
	padding-top: 49px;
	font-size: 15px;
	color: #666;
	position: relative;
	overflow: hidden;
}
.idx_jdhy2 a:first-child {
	margin-left: 0;
	background: url("index1.png") no-repeat center 9px;
	background-color: #f7f7f7;
}
.idx_jdhy2 a:first-child+a {
	background: url("index2.png") no-repeat center 9px;
	background-color: #f7f7f7;
}
.idx_jdhy2 a:first-child+a+a {
	background: url("index3.png") no-repeat center 9px;
	background-color: #f7f7f7;
}
.idx_jdhy2 a:first-child+a+a+a {
	background: url("index4.png") no-repeat center 9px;
	background-color: #f7f7f7;
}
.idx_jdhy2 a i {
	position: absolute;
	background-color: #bd1a2d;
}
.idx_jdhy2 a .i1 {
	top: 0px;
	left: -100%;
	width: 100%;
	height: 2px;
	transition: 0.5s;
}
.idx_jdhy2 a .i2{
	top: -100%;
	right: 0px;
	width: 2px;
	height: 100%;
	transition: 0.5s;
}
.idx_jdhy2 a .i3 {
	bottom: 0px;
	right: -100%;
	width: 100%;
	height: 2px;
	transition: 0.5s;
}
.idx_jdhy2 a .i4 {
	left: 0px;
	bottom: -100%;
	width: 2px;
	height: 100%;
	transition: 0.5s;
}
.idx_jdhy2 a:hover {
	color: #bd1a2d;
}
.idx_jdhy2 a:hover .i1 {
	transition: 0.5s;
	left: 0;
}
.idx_jdhy2 a:hover .i2 {
	transition: 0.5s;
	top: 0;
}
.idx_jdhy2 a:hover .i3 {
	transition: 0.5s;
	right: 0;
}
.idx_jdhy2 a:hover .i4 {
	transition: 0.5s;
	bottom: 0;
}
.idx_xxgk {
	width: 209px;
	float: right;
}
.idx_xxgk .hd {
	height: 34px;
    line-height: 24px;
}
.idx_xxgk .hd a {
	font-size: 18px;
	color: #666;
	font-weight: 700;
}
.idx_xxgk .bd {
	margin-top: 10px;
}
.idx_xxgk .bd > div {
	width: 209px;
	height: 41px;
	background-color: #eee;
	margin-top: 10px;
	position: relative;
}
.idx_xxgk .bd > div a {
	display: block;
	height: 41px;
	line-height: 41px;
	padding-left: 73px;
	color: #666;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	height: 100%;
	width: 136px;
	transition: 0.5s;
}
.idx_xxgk .bd > div span {
	position: absolute;
	top: 0;
	left: 0;
	width: 3px;
	height: 100%;
	background-color: #bd1a2d;
	transition: .5s;
	z-index: 0;
}
.idx_xxgk .bd div:hover a {
	color: #fff;
	transition: 0.5s;
}
.idx_xxgk .bd div:hover span  {
	width: 100%;
	transition: .5s;
}
.idx_xxgk .bd1 a {
	background: url("index5.png") no-repeat 30px center;
}
.idx_xxgk .bd1 a:hover {
	background: url("index5-5.png") no-repeat 30px center;
}
.idx_xxgk .bd2 a {
	background: url("index6.png") no-repeat 30px center;
}
.idx_xxgk .bd2 a:hover {
	background: url("index6-6.png") no-repeat 30px center;
}
.idx_xxgk .bd3 a {
	background: url("index7.png") no-repeat 30px center;
}
.idx_xxgk .bd3 a:hover {
	background: url("index7-7.png") no-repeat 30px center;
}
.idx_xxgk .bd4 a {
	background: url("index8.png") no-repeat 30px center;
}
.idx_xxgk .bd4 a:hover {
	background: url("index8-8.png") no-repeat 30px center;
}
.idx_xxgk .bd5 a {
	background: url("index9.png") no-repeat 30px center;
}
.idx_xxgk .bd5 a:hover {
	background: url("index9-9.png") no-repeat 30px center;
}
/*政务服务*/
.indexNr3 {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-top: 17px;
	padding-left: 37px;
	padding-right: 22px;
	height: 79px;
	background: url("index11.png") no-repeat center center;
}
.indexNr3 .indexNr3R {
	width: 780px;
	position: relative;
	height: 100%;
}
/*.indexNr3 .indexNr3R > div {
	float: left;
	width: 346px;
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #940f1c;
	min-height: 55px;
	bottom: 20px;
	z-index: 1002;
	transition: 0.3s;
}
.indexNr3 .indexNr3R .indexNr3R1 {
	left: 0;
}
.indexNr3 .indexNr3R .indexNr3R2 {
	left: 392px;
}
.indexNr3 .indexNr3R .indexNr3R3 {
	right: 0;
	width: 266px;
}
.indexNr3 .indexNr3R > div span {
	height: 55px;
	display: block;
	width: 100%;
}
.indexNr3 .indexNr3R .indexNrImg {
	position: absolute;
	right: 17px;
	top: 24px;
	transition: .3s;
}
.indexNr3 .indexNr3R > div span a {
	display: block;
	padding-left: 47px;
	font-size: 18px;
	color: #666;
	height: 55px;
	line-height: 55px;
}
.indexNr3 .indexNr3R .indexNr3R3 span a {
	padding-top: 5px;
	padding-left: 24px;
	line-height: 22px;
	padding-right: 60px;
}
.indexNr3 .indexNr3R > div ul {
	height: 0;
	overflow: hidden;
	transition: .3s;
}
.indexNr3 .indexNr3R > div ul li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-top: 1px dashed #e0e0e0;
	max-width: 80%;
	margin: 0 auto;
	padding: 5px 0;
}
.indexNr3 .indexNr3R > div ul li a {
	display: block;
	width: 100%;
	height: 100%;
}*/

.indexNr3 .indexNr3R > div {
	float: left;
	width: 247px;
	position: absolute;
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 5px 5px 10px #940f1c;
	min-height: 55px;
	bottom: 20px;
	z-index: 1002;
	transition: 0.3s;
}
.indexNr3 .indexNr3R .indexNr3R1 {
	left: 0;
}
.indexNr3 .indexNr3R .indexNr3R2 {
	left: 257px;
}
.indexNr3 .indexNr3R .indexNr3R3 {
	right: 0;
	width: 266px;
}
.indexNr3 .indexNr3R > div span {
	height: 55px;
	display: block;
	width: 100%;
}
.indexNr3 .indexNr3R > div .indexNrImg {
	position: absolute;
	right: 17px;
	top: 24px;
	transition: .3s;
}
.indexNr3 .indexNr3R > div span a {
	display: block;
	padding-left: 47px;
	font-size: 18px;
	color: #666;
	height: 55px;
	line-height: 55px;
}
.indexNr3 .indexNr3R .indexNr3R3 span a {
	padding-top: 5px;
	padding-left: 24px;
	line-height: 22px;
	padding-right: 60px;
}
.indexNr3 .indexNr3R > div ul {
	height: 0;
	overflow: hidden;
	transition: .3s;
}
.indexNr3 .indexNr3R > div ul li {
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-top: 1px dashed #e0e0e0;
	max-width: 80%;
	margin: 0 auto;
	padding: 5px 0;
}
.indexNr3 .indexNr3R > div ul li a {
	display: block;
	width: 100%;
	height: 100%;
}
.indexNr3 .indexNr3R > div:hover {
	bottom: 10px;
	transition: .3s;
}
.indexNr3 .indexNr3R > div:hover ul {
	height: 200px;
	transition: .3s;
}

.indexNr3 .indexNr3R1:hover,.indexNr3 .indexNr3R2:hover {
	bottom: 10px;
	transition: .3s;
}
.indexNr3 .indexNr3R1:hover img,.indexNr3 .indexNr3R3:hover img {
	transform: rotateZ(-90deg);
	transition: .3s;
}
.indexNr3 .indexNr3R2 ul .typtpic {
	display: block;
	text-align: center;
}
.indexNr3 .indexNr3R2 ul .typtpic img {
	margin-left: 95px;
	margin-top: 20px;
}
.indexNr3 .indexNr3R2 ul .typtpic span {
	line-height: 55px;
	font-weight: bold;
	font-size: 22px;
}

.indexNr4 .idx_gzly {
	margin-right: 40px;
}
.indexNr4 .tab{ 
	width:436px;
	float: left;  
}
.indexNr4 .tab .hd{ 
	height:34px;    
	border-bottom: 1px solid #e0e0e0;
	position:relative; 
}
.indexNr4 .tab .hd ul{ 
	float:left;    
}
.indexNr4 .tab .hd ul img {
	float: left;
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 6px;
}
.indexNr4 .tab .hd ul li{ 
	float:left; 
	padding:0 5px; 
	cursor:pointer;  
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	color: #666;
}
.indexNr4 .tab .hd ul li.on{ 
	height:33px;
	color: #bd1a2d;
	border-bottom:2px solid #bd1a2d; 
}
.indexNr4 .tab .bd ul {
	margin-top: 15px;
}
.indexNr4 .tab .bd li{ 
	height:40px; 
	line-height:40px;  
	padding-left: 17px;
	background: url("dian.png") no-repeat left center; 
}
.indexNr4 .tab .bd li > a {
	color: #555;
	display: inline-block;
	max-width: 365px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexNr4 .tab .bd li > a:hover {
	color: #bd1a2d;
}
.indexNr4 .tab .bd li .date{ 
	float:right; 
	color:#999;  
}
.indexNr4 .tab .hd .more{ 
	float:right;
}
.indexNr4 .tab .hd .more a {
	display: block;
	width: 21px;
	height: 25px;
	padding-top: 10px;
}
.indexNr4 .idx_bmfw {
	width: 416px;
}
.indexNr4 .idx_bmfw .bd li {
	background: none;
	padding-left: 0px;
	float: left;
	height: auto;
	line-height: normal;
	width: 25%;
	text-align: center;
	margin-bottom: 9px;
}
.indexNr4 .idx_bmfw .bd li i {
	display: block;
	width: 63px;
	height: 63px;
	border-radius: 50%;
	overflow: hidden;
	transition: 0.5s;
}
.indexNr4 .idx_bmfw .bd li i img {
	display: block;
	margin: 0 auto;
}
.indexNr4 .idx_bmfw .bd li p {
	margin-top: 8px;
	color: #666;
}
.indexNr4 .idx_bmfw .bd li a:hover p {
	color: #bd1a2d;
}
.indexNr4 .idx_bmfw .bd li a:hover i {
	transform: rotate(360deg);
	transition: 0.5s;
}
.indexNr4 .idx_bmfw .bd li > a {
	background: none;
}
.indexNr4 .idx_bmfw .bd ul {
	margin-top: 17px;
}
.indexNr4 .idx_hygq {
	width: 209px;
	margin-top: 30px;
}
.indexNr4 .idx_hygq > div {
	height: 65px;
	margin-bottom: 11px;
	transition: 0.3s;
}
.indexNr4 .idx_hygq > div:hover {
	transform: translate(-3px,-3px);
	box-shadow: 3px 3px 5px #ccc;
	transition: 0.3s;
}
.indexNr4 .idx_hygq > div:hover a{
	font-weight: 700;
}
.indexNr4 .idx_hygq > div a {
	display: block;
	padding-left: 80px;
	font-size: 18px;
	color: #fff;
	line-height: 65px;
}
.indexNr4 .idx_hygq > .hygq {
	background: url("index22.png") no-repeat center center;
}
.indexNr4 .idx_hygq > .zsk {
	background: url("index23.png") no-repeat center center;
}
.indexNr4 .idx_hygq > .jjjc {
	background: url("index24.png") no-repeat center center;
}
