*{
	margin: 0;
	padding: 0;
}
a{
	text-decoration: none;
}
.container{
	width: 100%;
	min-height: 100vh;
	position: relative;
	padding-bottom: 150px;
	/*background-image: url(../image/bigBg.png);*/
	background-image: url(../image/back.jpg);
	/* background-image: url(../image/back1.jpg); */
	background-repeat: no-repeat;
	background-size: 100% 100%;
	/*针对IE8的hack，目的是除掉之前background*/
	background: none\9;
	/*下一行为关键设置*/
	/* filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='image/bigBg.jpg', sizingMethod='scale'); */
}
.head{
	width: 100%;
	height: 158px;
	background-color: #FFFFFF;
}
.header{
	width: 1400px;
	height: 130px;
	margin: 0 auto;
}
.header img{
	width: 60%;
	height: 68%;
	position: relative;
	margin-left: 0px;
	margin-top: 20px;
	float: left;
}
.local{
	width: 100%;
	height: 50px;
	position: relative;
	background-color: #A11C79;
}
.local .center{
	width: 1200px;
	height: 50px;
	position: relative;
	margin: 0 auto;
	line-height: 50px;
}
.local .center .other{
	width: 730px;
	height: 50px;
}
.local .center .other  li{
	width: 160px;
	display:inline-block;
	font-size: 15px;
	text-align: center;
	line-height: 50px;
	margin-left: 20px;
	
}
.local .center .other li:first-child{
	margin-left: 0;
}
.local .center a{
	color: #ffffff;
	font-size: 20px;
}
.local .center .other li:hover{
	background-color: #e4c6d0;
	color: #000000;
}
.local .center .health{
	width: 470px;
	height: 50px;
	position: relative;
	margin-top: -50px;
	margin-left: 730px;
}
.local .center .health li{
	width: 110px;
	display:inline-block;
	font-size: 16px;
	text-align: center;
	line-height: 50px;
	z-index: 10;
}
.local .center .health li a{
	color: #FFFFFF;
}
.local .center .health li ul{
  display: none;
}
.local .center .health li ul li{
display:block;
}
.local .center .health li:hover ul{
    height:35px;
    width: 110px;
    display: block;
    position: absolute;
    z-index:99;
}

.local .center .health li:hover ul li a{
    display: block;  
    height:35px;
    width: 110px;
       z-index:99;
    background-color: #e4c6d0; 
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    color: #fff;
}
.local .center .health li ul li a:hover{
    background-color:#9eaedb;
	 color: #000000;
}
.local .center .health li:hover{
	background-color: #e4c6d0; 
    color: #000000;
}
.bottom{
	width: 100%;
	height: 150px;
	position: absolute;
	bottom: 0px;
	background-color: #a11c79;
}
.bottom .content{
	width: 1200px;
	height: 150px;
	margin: 0 auto;
}
.bottom .content img{
	height: 100px;
	margin-top: 25px;
}

/*中间容器*/
.back{
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.carousel{
	width: 1200px;
	height: 370px;
	position: relative;
	margin-top: 10px;
	background-color: aquamarine;
}
.carousel img{
	width: 100%;
	height: 100%;
}
.tittle{
	width: 100%;
	height: 50px;
	margin-top: 10px;
	font-size: 20px;
	text-indent: 10px;
	font-weight: 700;
	color: #A11C79;
	line-height: 50px;
	border-bottom-color: #A11C79;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.tittle a{
	margin-left: 240px;
	font-size: 14px;
	color: #A9AAAC;
}
.tittle a:hover{
	color: #A11C79;
}
.news4 .tittle a{
	margin-left: 440px;
	font-size: 14px;
	color: #A9AAAC;
}
.news4 .tittle a:hover{
	color: #A11C79;
}
.news5 .tittle a{
	margin-left: 440px;
	font-size: 14px;
	color: #A9AAAC;
}
.news5 .tittle a:hover{
	color: #A11C79;
}
.news1{
	width: 390px;
	height: 430px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #f6f6f6;
}
.news1 ul li{
	width: 100%;
	height: 90px;
	list-style: none;
	overflow: hidden;
}
.news1 ul li img{
	width: 80px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
}
.news1 .title{
	width: 280px;
	height: 30px;
	line-height: 30px;
	margin-top: -90px;
	margin-left: 100px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news1 .title a{
	width: 280px;
	margin-left: 0px;
	font-size: 15px;
	color: #999999;
	font-weight: 700;
}
.news1 .title a:hover{
	color: #A11C79;
}
.news1 .content{
	width: 280px;
	height: 60px;
	line-height: 30px;
	margin-left: 100px;
}
.news1 .content a{
	font-size: 13px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.news1 ul li a:hover{
	color: #A11C79;
}
/*最新新闻*/
.news2{
	width: 390px;
	height: 430px;
	position: relative;
	margin-top: -440px;
	margin-left: 405px;
	background-color: #f6f6f6;
}
.news2 ul li{
	width: 100%;
	height: 90px;
	list-style: none;
	overflow: hidden;
}
.news2 ul li img{
	width: 80px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
}
.news2 .title{
	width: 280px;
	height: 30px;
	line-height: 30px;
	margin-top: -90px;
	margin-left: 100px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news2 .title a{
	width: 280px;
	margin-left: 0px;
	font-size: 15px;
	color: #999999;
	font-weight: 700;
}
.news2 .title a:hover{
	color: #A11C79;
}
.news2 .content{
	width: 280px;
	height: 60px;
	line-height: 30px;
	margin-left: 100px;
}
.news2 .content a{
	font-size: 13px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.news2 ul li a:hover{
	color: #A11C79;
}
/*最新公告*/
.news3{
	width: 390px;
	height: 430px;
	position: relative;
	margin-top: -440px;
	margin-left: 810px;
	background-color: #f6f6f6;
}
.news3 ul li{
	list-style: none;
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
}
.news3 ul li a{
	color: #999999;
}
.news3 ul li a:hover{
	color: #A11C79;
}
.news3 ul li p{
	width: 300px;
	text-indent: 10px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news3 .date{
	width: 80px;
	margin-left: 310px;
	margin-top: -45px;
}
/*党建工建*/
.news4{
	width: 595px;
	height: 340px;
	margin-top: 10px;
	background-color: #f6f6f6;
}
.news4 ul li{
	width: 100%;
	height: 90px;
	list-style: none;
	overflow: hidden;
}
.news4 ul li img{
	width: 80px;
	height: 80px;
	margin-top: 10px;
	margin-left: 10px;
}
.news4 .title{
	width: 480px;
	height: 30px;
	line-height: 30px;
	margin-top: -90px;
	margin-left: 100px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news4 .title a{
	width: 480px;
	margin-left: 0px;
	font-size: 15px;
	color: #999999;
	font-weight: 700;
}
.news4 .title a:hover{
	color: #A11C79;
}
.news4 .content{
	width: 480px;
	height: 60px;
	line-height: 30px;
	margin-left: 100px;
}
.news4 .content a{
	font-size: 13px;
	color: #999999;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.news4 ul li a:hover{
	color: #A11C79;
}
/*下载中心*/
.news5{
	width: 595px;
	height: 340px;
	margin-top: -350px;
	margin-left: 605px;
	background-color: #f6f6f6;
}
.news5 ul li{
	list-style: none;
	width: 100%;
	text-indent: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.news5 ul li a{
	color: #999999;
}
.news5 ul li a:hover{
	color: #A11C79;
}
.interlink{
	width: 1200px;
	height: 260px;
	margin-top: 10px;
	background-color: #f6f6f6;
}
.interlink .tittle a{
	margin-left: 1050px;
	font-size: 14px;
	color: #A9AAAC;
}
.interlink .tittle a:hover{
	color: #A11C79;
}
.interlink .link-nav {
	width: 230px;
	height: 40px;
	background-color: #FFFFFF;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	line-height: 40px;
	border: 8px solid #f6f6f6;

}
.interlink .link-nav a{
	color: #999999;
}
.interlink .link-nav a:hover{
	color: #A11C79;
}

html, body {
      position: relative;
      height: 100%;
    }
    body {
      /* background: #eee; */
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }
    .swiper-container {
      width: 100%;
      height: 100%;

    }
    .swiper-slide {
      /* text-align: center;
      font-size: 18px;
      background: #fff; */

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
	
	.bottom-content{
		width: 1200px;
		margin: 0 auto;
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.bottom-content img{
		float: left;
	}
	.information{
		float: left;
		width: 400px;
		height: 40px;
		margin-left: 380px;
	}
	.information ul li{
		font-size: large;
		color: #FFFFFF;
		list-style-type: none;
		margin-top: 10px;
	}
	.information ul li img{
		width: 20px;
		height: 20px;
		margin-right: 10px;
		margin-top: 2px;
		text-align: left;
	}
	.go_top{
		cursor: pointer;
		width: 80px;
		height: 50px;
		position: absolute;
		right: 100px;
		top: -50px;
		background: #A11C79 url(../image/up.png) no-repeat center center;
		border-radius: 5px 5px 0px 0px
	}
	.swiper-title{
		position: fixed;
		z-index: 10000;
		color: #FFFFFF;
		float: left;
		text-align: left;
		margin-top: 340px;
		margin-bottom: 0px;
		padding-top: 10px;
		padding-left: 10px;
		background-color:rgba(0,0,0,0.5);
		width: 100%;
		height: 35px;
	}
	.swiper-slide a img{
		width:1200px;
		height: 100%;
	}
	.input_search_key{
		width: 200px;
		height: 30px;
	}
	.search_btn{
		width: 40px;
		height: 32px;
	}
	.search_input{
		float: left;
		height: 80px;
		margin-top: 50px;
		margin-left: 150px;
	}
	#keyword{
		width: 220px;
		height: 35px;
		line-height: 30px;
		float: left;
		border: 1px solid #dadada;
		padding: 0;
		text-indent: 10px;
		font-size: 18px;
	}
	.ss_btn{
		width: 60px;
		float: left;
		line-height: 30px;
		height: 37px;
		padding: 0;
		margin: 0;
		border: 2px solid #A11C79;
		border-radius: 2px;
		background: url(../image/search.png) center no-repeat;
	}
	
	.popup{
		position: absolute;
		top: 0px;
		width: 100%;
		height: 100%;
		background-color: #000000;
		z-index: 100;
		opacity: 0.6;
	}

	.confirm{
		width: 40%;
		height: 400px;
		position: absolute;
		left: 30%;
		top: 80px;
		background-color: #FFFFFF;
		z-index: 102;
	}
	.confirm-head{
		width: 100%;
		height: 100px;
		position: relative;
		background-color: #A11C79;
	}
	
	.confirm-head img{
		margin-top: 10px;
		margin-left: 10px;
		height: 80px;
	}
	
	.confirm-head span{
		position: absolute;
		margin-left: 30px;
		margin-top: 40px;
		font-size: 30px;
		color: #FFFFFF;
	}
	.close{
		width: 40px;
		height: 40px;
		font-size: 40px;
		text-align: center;
		line-height: 30px;
		position: absolute;
		right: 0px;
		top: 0px;
	}
	.close a{
		color: #FFFFFF;
	}
	.confirm ul{
		width: 80%;
		height: 250px;
		margin-top: 50px;
		margin-left: 10%;
	}
	.confirm ul li{
		width: 100%;
		display:inline-block;
		font-size: 24px;
		line-height: 40px;
		z-index: 10;
	}
	.confirm ul li ul{
		height:80px;
		width: 80%;
		position: relative;
		margin-top: -40px;
		margin-left: 120px;
		z-index:99;
	}
	
	.confirm1{
		width: 30%;
		height: 300px;
		position: absolute;
		left: 30%;
		top: 100px;
		background-color: #FFFFFF;
		z-index: 102;
	}
	.confirm1-head{
		width: 100%;
		height: 80px;
		position: relative;
		background-color: #A11C79;
	}
	.confirm1-head span{
		margin-left: 20px;
		line-height: 80px;
		font-size: 30px;
		color: #FFFFFF;
	}
	.confirm1-prompt{
		font-size: 30px;
		margin-top:  50px;
		text-align: center;
	}