@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微软雅黑";
}

body {

	font-family: "微软雅黑";
	height: 100%;
	width: 100%;

}

html {
	height: 100%;
	width: 100%;
	font-family: "微软雅黑";
	background: #fff;
}

ul,
ol {
	list-style: none;
}

a {
	border: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	outline: none;
	text-decoration: none;

	display: inline-block;
	cursor: pointer;

}

img {
	border: 0 none;

}

.clear {
	clear: both;
}

/*头部开始*/

.ding {
	margin: 0 auto;
	width: 100%;
	min-width: 1400px;
	height: 210px;
	background: #C52D1A;

}


.logo {
	height: 106px;
	margin: 0 auto;
	width: 1400px;
	padding-top: 55px;
}


/*导航   开始*/


/*nav导航盒子*/

.nav {
	min-width: 1400px;
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 12px;
	position: relative;
	z-index: 9999999;
	background: white;
}

.nav-main {
	min-width: 1400px;
	width: 1416px;
	height: 100%;
	margin: 0px auto;
	list-style-type: none;
}



.nav-li {
	width: 16.4%;
	float: left;
	cursor: pointer;
}

.nav-li>a {
	display: block;
	font-size: 22px;
	color: #222222;
	padding: 0px 36px;
	height: 66px;
	line-height: 66px;
	float: left;
	background: #FFFFFF;
}

.nav-a:hover {

	color: #A20C18 !important;
	border-bottom: 4px solid #A20C18 !important;
}

.li-active {
	border-bottom: 4px solid #A20C18 !important;
	color: #A20C18 !important;
}

.nav-div {
	width: 160px;
	padding: 8px 0px;
	display: none;
	position: absolute;
	z-index: 999999;
	top: 58px;
	left: 0px;
	background: #000;
	opacity: 0.7;
}

.nav-div>li>a {
	display: block;
	font-size: 16px;
	height: 44px;
	line-height: 44px;
	color: #ffffff;
	text-align: left;
	padding-left: 20px;
	box-sizing: border-box;
}

.nav-div>li>a:hover {
	color: #fff !important;
	cursor: pointer;
}


/*导航   结束*/

/* 搜索 */
.shousuo {
	width: 20%;
	height: 30px;
	float: right;
}

.seaech_k {
	width: 170px;
	height: 34px;
	outline: none;
	color: #fff;
	padding: 0px 40px 0px 15px;
	line-height: 34px;
	background: none;
	border: 1px solid #ddd;
	border-radius: 30px;

}

.seaech {
	    position: absolute;
    top: 8px;
    right: -8px;
    outline: none;
    cursor: pointer;
	 
}

.ss {
		float: left;
	width: 205px;
	height: 42px;
	margin-right: 44px;
	/* margin-top: 31px; */
position: relative;
}

#a::placeholder {
	color: #fff:
}


/*轮播图开始*/


/* banner */

.banner {
	position: relative;
	min-width: 1200px;
	width: 100%;
	height: 560px;
	overflow: hidden;
}

.banner .han_pic {
	position: relative;
	z-index: 0;
}

.banner .han_pic img {
	min-width: 1400px;
	width: 100%;
	height: 560px;
	display: block;
}

.banner .han_hd {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
	font-size: 0;
	z-index: 1;
}

.banner .han_hd li {
	margin: 0 5px;
	background: url(../images/dot.png) no-repeat 0 -16px;
	height: 16px;
	overflow: hidden;
	width: 16px;
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.banner .han_hd li.on {
	background: url(../images/dot8.png) no-repeat 0 -16px !important;
	background-position: 0 0;
}

.banner .prev,
.banner .next {
	width: 60px;
	height: 90px;
	margin: -60px 0 0;
	display: none;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	filter: alpha(opacity=20);
	opacity: 0.2;
}

.banner .prev {
	left: 0;
}

.banner .next {
	background-position: 0 -90px;
	right: 0;
}

.banner .prev:hover,
.banner .next:hover {
	filter: alpha(opacity=50) !important;
	opacity: 0.5 !important;
}

/*轮播图结束*/
.big_center {
	width: 1200px;
	height: 477px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px
}


.bigkuai {
	width: 1400px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
}

/* 通知公告 */
.dpyd {
	width: 48%;
	height: 430px;

}

.dpyd_title {
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #dbdbdb;
	line-height: 52px;
	text-align: center;
}

.dpyd_title span {
	font-size: 24px;
	color: #5c5e5c;
	float: left;
	font-weight: bold;
}

.more {
	width: 100px;
	height: 28px;
	float: right;
	margin-left: 8px;
}

.more a {
	color: #797979;
	font-size: 16px;
	float: right;
	line-height: 52px;
}

.tit {
	background-image: url(../images/a1.png);
	background-repeat: no-repeat;
	width: 160px;
	line-height: 56px;
	color: #C52D1A !important;
	text-align: center;
	background-position: bottom;
}

.botRTOP-div {
	width: 100%;
	height: 60px;
	float: left;
	margin-top: 22px;

}

.bot-img {
	width: 64px;
	height: 66px;
	background: rgba(213, 52, 33, 0.04);
	border: 1px solid rgba(198, 42, 22, 0.12);
	float: left;
	display: inline;

	text-align: center;

}

.bot-img-title {
	font-size: 20px;
	text-indent: 4px;
	color: #C52D1A;
	padding: 5px 0px 5px 0px;

}

.bot-img-time {
	font-size: 14px;
	text-indent: 2px;
	color: #C52D1A;
	/* padding: 3px 0px 3px 0px; */
}

.bot-div {
	width: 85%;
	display: inline;
	height: 60px;
	float: left;
	margin-left: 16px;

}

.bot-div a:hover div {
	color: #9f0000;

}

.bot-div>a>div {
	font-size: 16px !important;

	height: 30px;
	line-height: 30px;
	color: #333333;
	font-weight: bold;
	/* display: table-cell; */
	/* 模拟为td单元格，同时形成了 BFC */
	/*display: table-caption  如果设置为此项 则不能使用水平和垂直居中*/
	vertical-align: middle;
	/* 垂直居中*/
	#margin-top: 12px;
}

.bot-div>a>p {
	color: #999999;
	font-size: 13px;
	line-height: 20px;
}


/* 工作动态 */
.mzzj_title {
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #dbdbdb;
	line-height: 26px;
}


.mzzj_title span {
	font-size: 24px;
	color: #5c5e5c;
	float: left;
	font-weight: bold;
}

.mzzj {
	width: 48%;
	height: 275px;

}

.huangtiao {
	background: url(../images/huang.png) bottom no-repeat;
	width: 447px;
	height: 28px;
	float: left;
	margin-left: 8px;
}

.huangtiao a {
	color: #797979;
	font-size: 16px;
	float: right;
	line-height: 33px;
}

.mzzj ul {
	margin-top: 30px;
}

.mzzj ul li {
	float: left;
	width: 538px;
	line-height: 32px;
	height: 32px;
	color: #484848;

}

.mzzj ul li img {
	margin-right: 13px;
	vertical-align: middle;
	margin-top: -3px;
}

.mzzj ul li a {
	color: #484848 !important;
	font-size: 16px;
}

.mzzj ul li a:hover {
	color: #C52D1A !important;
}

.mzzj ul li span {
	float: right;
	color: #939393;
	font-size: 14px;
}

/* 服务指南 */
.czyz_title {
	width: 100%;
	height: 52px;
	border-bottom: 1px solid #dbdbdb;
	line-height: 52px;
}

.czyz_title span {
	font-size: 24px;
	color: #5c5e5c;
	float: left;
	font-weight: bold;
}

.czyz {

	width: 66%;
	height: 500px;


}

.huodong {
	display: flex;
	justify-content: space-between;
	margin-top: 36px;
}

.czyz .right {
	width: 452px;
	height: 380px;
	background: #FAFAFA;
	border: 1px solid rgba(255, 255, 255, 0.08);
	padding: 10px 20px;
	box-sizing: border-box;
}

.czyz .right li {
	float: left;
	width: 100%;
	line-height: 60px;
	height: 60px;
	color: #484848;
	border-bottom: 1px solid #E7E7E7;

}

.czyz .right li:nth-child(6) {
	border-bottom: none !important;
}

.czyz .right li a {
	color: #484848 !important;
	font-size: 16px;
}

.czyz .right li a:hover {
	color: #C52D1A !important;
}

.czyz .right li span {
	float: right;
	color: #939393;
	font-size: 14px;
}

/* 文化建设 */
.tzzs_title {

	width: 100%;
	height: 52px;
	border-bottom: 1px solid #dbdbdb;
	line-height: 26px;
}

.tzzs_title span {
	font-size: 24px;
	color: #5c5e5c;
	float: left;
	font-weight: bold;
}

.tzzs {

	width: 31%;
	height: 400px;

}
.tzzs ul  li {
	float: left;
	width: 100%;
	line-height: 60px;
	height: 60px;
	color: #484848;
	border-bottom: 1px solid #E7E7E7;

}

.tzzs  ul  li:nth-child(6) {
	border-bottom: none !important;
}

.tzzs  ul li a {
	color: #484848 !important;
	font-size: 16px;
}

.tzzs  ul li a:hover {
	color: #C52D1A !important;
}

.tzzs  ul li span {
	float: right;
	color: #939393;
	font-size: 14px;
}

.more a:hover {
	color: #C52D1A
}


.ewm {
	margin-top: 39px;
	width: 30%;
	text-align: center;
	float: left;
}

.ewm a {
	color: #333
}

.banner-lint {
	height: 478px;
	background: url(../images/banner.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.content-big {
	width: 1200px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}




/* 滚图 */

.tu {
	width: 1400px;
	margin: 0 auto;
	height: 150px
}

.tu ul {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.tu ul li {
	width: 260px;
	height: 100px;
	background: linear-gradient(90deg, #FEFDF8 0%, #FDEDC7 100%);
	border-radius: 8px;
	border: 1px solid #FBE7B2;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tu ul li a {
	color: #C52D1A;
	font-weight: 600;
 
font-size: 20px;
    padding: 0px 14px;
    text-align: center;
}

@keyframes hvr-buzz-out {
	16.65% {
		-webkit-transform: skew(-12deg);
		transform: skew(-12deg);
	}

	33.3% {
		-webkit-transform: skew(10deg);
		transform: skew(10deg);
	}

	49.95% {
		-webkit-transform: skew(-6deg);
		transform: skew(-6deg);
	}

	66.6% {
		-webkit-transform: skew(4deg);
		transform: skew(4deg);
	}

	83.25% {
		-webkit-transform: skew(-2deg);
		transform: skew(-2deg);
	}

	100% {
		-webkit-transform: skew(0);
		transform: skew(0);
	}
}

.hvr-buzz-out {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.hvr-buzz-out:hover,
.hvr-buzz-out:focus,
.hvr-buzz-out:active {
	-webkit-animation-name: hvr-buzz-out;
	animation-name: hvr-buzz-out;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;
}


/* 底部 */
.foot {
	width: 100%;
	height: 334px;
	background: #C52D1A;
	display: flex;
	min-width: 1400px;
}

.footer {
	width: 1440px;
	margin: 0 auto;
	display: flex;

	flex-direction: column;
}

.tt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 210px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.32);
}

.bq {
	display: flex;
	flex-direction: column;
	color: #ffe2e2;
	font-size: 14px;
	align-items: center;
	height: 105px;
	justify-content: center;
}

.tel {
	display: flex;
	justify-content: space-between;
	height: 50px;
	align-items: center;
}

.tel span {
	display: flex;
	margin-right: 30px;
	align-items: center;
}

.tel span img {
	margin-right: 10px;
}

.left{
	width: 450px;
	height: 378px;
	background: #FAFAFA;
	border: 1px solid #E7E7E7;
}
.left a{
	font-size: 18px;
	color: #333;
	     width: 90%;
	     display: block;
	     margin: 10px auto;
}
.left em{
	font-size: 18px;
	color: #C52D1A;
	font-style: normal;
	    width: 90%;
	    display: block;
	    margin: 10px auto;
}
.left span{
	display: block;
		width: 66px;
		height: 32px;
		background: #AC0019;
		font-size: 14px;
		color: #FFFFFF;
		text-align: center;
		line-height: 32px;
		float: right;
		     margin-right: 20px;
}

/* 内容 */
.ab_banner {
	background: url(../images/ndsmzl_15.png) no-repeat center top;
	width: 100%;
	height: 202px;
	min-width: 1400px;

}

.ab_center {

	width: 1400px;
	height: auto;


	margin: 0 auto;


}

.ab_center1 {

	width: 1400px;
	height: auto;
	margin: 0 auto;



}

.bj{
	background-image: url(../images/container06.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	float: left;
	width: 100%;
}
.weizhi {
	width: 100%;
	height: 72px;
	line-height: 72px;
	border-bottom:3px solid #bd260e;
	margin: 0 auto;
	color: #656565;
	text-align: right;
}

.weizhi1 {
	width: 943px;
	height: 56px;
	line-height: 56px;
	border-bottom: 3px solid #bd260e;
	margin: 0 auto;
	color: #656565;
	text-align: right;
	float: right;
}

.weizhi1 a {
	color: #656565;
	font-size: 16px;

}

.weizhi a {
	color: #656565;
	font-size: 16px;

}

.ab_content {
	float: left;
	width: 1400px;

}

.nr_center {
	width: 1400px;
	float: left;
	height: auto;
	margin-top: 60px;
}

.nr_center_content {
	margin: 0 auto;
	width: 950px;
	text-align: justify;
	line-height: 28px;
	padding-bottom: 80px;
}

.title {
	line-height: 35px;
	font-size: 29px;
	text-align: center;
	font-weight: bold;
	width: 1000px;
	margin-left: auto;
	margin-right: auto;

}

.date_x {
	background: #eaeaea;
	width: 700px;
	height: 44px;
	line-height: 44px;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	font-size: 15px;

}

.date_x span {
	margin-left: 20px;
}

/* 列表 */
.activ {

	background: #f1f1f1;
	height: 70px;
	width: 214px;
	line-height: 70px;
	color: #1f9266 !important;
	border-left: 6px solid #1f9266 !important;

}

.activ a {
	color: #1f9266 !important;
}

.lanmu {
	float: left;
	/* border-right: 1px solid #dadfe7; */
	height: 600px;
	margin-bottom: 80px;
	width: 220px;
	position: relative;
	top: -44px;

}

.lanmu ul li {
	width: 214px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	color: #333;
	font-size: 20px;
	border-bottom: 1px solid #fff;
	background-color: #f1f1f1;
	border-left: 6px solid #d0cece;


}

.lanmu ul li a {
	color: #333;
}

.lanmu ul li a:hover {
	color: #1f9266;
}

.lanmu ul li:hover {
	background: #f1f1f1;
	height: 70px;
	width: 214px;
	line-height: 70px;
	color: #1f9266 !important;
	border-left: 6px solid #1f9266;

}


.lanmudiv {
	width: 220px;
	height: 92px;
	/* line-height: 92px; */
	text-align: center;
	line-height: 87px;
	color: #ffffff;
	/* background: url(../images/lie.png) bottom no-repeat; */
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 8px;
	background: #118b5c;
	opacity: 0.95;
}

.ab_right {

	width: 970px;
	float: left;
	height: auto;
	margin-top: 60px;
	margin-bottom: 70px;
}

.ab_right_content {
	margin: 0 auto;
	width: 820px;
	text-align: justify;
	line-height: 28px;
}

 

.list_right_content {
	margin: 0 auto;
	width: 100%;
	padding-bottom: 140px;
	padding-top: 20px;
	line-height: 30px;
}

.list_right_content ul li {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dadfe7;
	 
}

.list_right_content ul li span {
	float: right;
	color: #999;
	font-size: 13px;
}

.list_right_content1 {

	width: 943px;
	padding-bottom: 140px;
	padding-top: 20px;

	float: left;
	margin-left: 36px;
}

.list_right_content1 ul li {
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px dashed #dadfe7;
	width: 934px;
}

.list_right_content1 ul li span {
	float: right;
	color: #999;
	font-size: 13px;
}

.list_right_content1 ul li em{
	margin-right: 10px;
	width: 6px;
	height: 6px;
	background: #AC0019;
	transform: rotate(40deg);
	    margin-top: 22px;
	    float: left;
}

.list_right_content1 ul li i {
	font-style: normal;
	color: #990000;
	font-size: 16px;
}

.list_right_content1 ul li a {
	color: #3d3d3d;
}

.list_right_content1 ul li a:hover {
	color: #C52D1A;
}

.list_right_content ul li em {
	margin-right: 10px;
	width: 6px;
	height: 6px;
	background: #AC0019;
	transform: rotate(40deg);
	    margin-top: 22px;
	    float: left;
}

.list_right_content ul li i {
	font-style: normal;
	color: #990000;
	font-size: 16px;
}

.list_right_content ul li a {
	color: #3d3d3d;
}

.list_right_content ul li a:hover {
	color: #C52D1A;
}

/* .liebiaoye{ */
/* width:1100px; */
/* height:auto; */
/* margin-top:60px; */
/* margin-bottom: 70px; */
/* float:left; */
/* } */






.cl_center {
	background-image: url(../images/bj.png);
	float: left;
	width: 100%;
}