.box {
min-width: 1200px;
background: url('../images/top_bg.png') top center repeat-x
}

.fubiaoti{
text-align: center;
    font-size: 17px;
    color: #000;
}


:root {
	--menus: 8;
}

.top {
	width: 1200px;
	margin: 0px auto;
	display: flex;
	flex-flow: row nowrap;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	height: 110px;
}
.top>div{
margin-top: 10px;
}

.ensign {

	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: center;
	font-size: 14px;
	color: #ada5a5;

}


.search .inputs {
	margin-top: 10px;
	border: 2px solid #999;
	padding: 10px;
	background-color: #f7f7f7;
	border: none;
	border-radius: 5px;
	color: #999;
}

.search .btn {
	margin-left: 5px;
	border: none;
	border-radius: 5px;
	padding: 8px;
	background-color: #65b4e1;
	color: #fff;

}

.ensign img.on {
	opacity: 1;
}

.ensign img:hover {
	opacity: 1;
	cursor: pointer;
}

.ensign img {
	opacity: 0.2;
	transform: scale(0.6);
}

.menus {
	border-bottom: 3px #f9b730 solid;
	background: #276fc1;
	/* width: 100vw; */
	height: 65px;
}

.menus>ul {
	width: 1200px;
	display: flex;
	flex-flow: row;
	margin: 0 auto;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}

.menus>ul li {
	width: calc(1200px / var(--menus));
	line-height: 65px;
	text-align: center;
	color: #ffffff;
	transition: all 0.5s;
	position: relative;
}

.menus .menus-t {
	position: absolute;
	background: #f9b730f2;

	width: calc(1200px / var(--menus));
	z-index: 999;
}

.menus .menus-t ul {
	display: flex;
	flex-flow: row;
	margin: 0 auto;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	font-size: 18px;
	display: none;
	transition: all 1s;

}


.menus ul li:hover,
.menus ul li.click {
	background: #f9b730
}

.menus ul li:hover .menus-t ul {
	display: block;

}

.menus ul .menus-t ul li:hover {
	background: #ffc43f
}

.menus ul li a {
	color: #ffffff;
	font-size: 18px;
}

.swiper {
	height: 470px;

	/* background: url(../images/banner.jpg) no-repeat; */
	background-size: 100% 100%;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: none;
}

.swiper{
    --swiper-theme-color: #fff;
    --swiper-pagination-color: #f9b730;/* 两种都可以 */
  }

.menus1 {
	width: 1200px;
	margin: 20px auto;
	color: #ffffff;
	height: 83px;
	line-height: 83px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;

}

.menus1 div {
	width: 199px;
	text-align: center;
	border-right: 1px solid #fff;
	font-size: 18px;
	position: relative;
	padding-left: 40px;

}

.menus1 div a {
	color: #fff;
cursor: pointer;
}

.menus1 div a.click,
.menus1 div:hover {
	color: #fff;
	height: 87px;
	

	/* border-top: 5px solid #71bc14 */
}

.menus1 span {
	position: absolute;
	font-size: 37px;
	left: 30px;
}

.menus1 div:nth-child(1) {
	background-color: #71bc14;
}

.menus1 div:nth-child(2) {
	background-color: #eba829;
}

.menus1 div:nth-child(3) {
	background-color: #38aea0;
}

.menus1 div:nth-child(4) {
	background-color: #d85054;
}

.menus1 div:nth-child(5) {
	background-color: #42bee2;
}

.menus1 div:nth-child(6) {
	background-color: #2e87d3;
	border-right: none;
}

.middle {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-flow: row nowrap;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-top: 20px;
}

.middle .middle-l .hd {
	height: 62px;
	background: #0066c5;
	padding: 1px 10px;
	color: #fff;
	font-size: 26px;
	text-align: center;
	line-height: 62px;
}

.middle .middle-l .bd {
	background: #eff7ff47;
	padding: 1px 0px;
	border: 1px solid #edfcfc;
	border-top: none;
}

.middle .middle-l .bd li a {
	display: block;
	line-height: 62px;
	text-align: center;
	font-size: 18px;
	border-left: 10px solid #fff;
}

.middle .middle-l .bd li.on a {
	border-left: 10px solid #0066c5;
	background: #eff7ff;
}

.middle .pictop span {
	font-size: 14px;
	color: #c7c7c7;
}


.middle .middle-l .bd li:hover a {
	display: block;
	line-height: 62px;
	text-align: center;
	font-size: 18px;
	border-left: 10px solid #0066c5;
	background: #eff7ff;

}

.middle .middle-l {
	width: 340px;
	margin-right: 90px;
}

.middle .newstitle {
	/* width: 70%; */

}

.newstitle {
	width: 1200px;
	margin: 0 auto;
}

.pictop {
	display: flex;
	justify-content: space-between;

	border-bottom: 1px solid #d6d6d6;
	height: 50px;
	line-height: 50px;
	margin-bottom: 20px;
	padding: 0 10px;
}

.pictop a {
	font-size: 24px;
	color: #276fc1;

}

.pictop span a{
	font-size: 14px;
	color: #3a3a3a;
}

.textbox ul {
	padding: 10px;
}

.textbox ul li {
	line-height: 60px;
	border-bottom: 1px dashed #e6e6eb;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	font-size: 16px;
}
.textbox ul li:hover a{
	color: #276fc1;
}
.textbox ul li a {
	width: 700px;

	overflow: hidden;
	/* 隐藏溢出的文本 */
	white-space: nowrap;
	/* 强制一行显示文本 */
	text-overflow: ellipsis;
	/* 显示省略号 */
}

.textbox ul li span {
	font-size: 14px;
	color: #9d9d9d;
}

.picbox {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: flex-start;
}

.picbox>div {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
}

.picbox .picimg {
	width: 360px;
	height: 260px;
	overflow: hidden;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.picbox .date {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
	font-size: 10px;
	color: #333;
	margin-left: auto;
}

.picbox .date h5 {
	margin: 10px 5px 10px 0;
}

.picbox .picimg img {
	width: 100%;
	height: 100%;
	transition: all 1s;
	cursor: pointer;
object-fit: cover
}

.picbox .picimg img:hover {
	transform: scale(1.2);
	transform-origin: center;
}

.picbox span {
	width: 340px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	overflow: hidden;
	/* 隐藏溢出的文本 */
	white-space: nowrap;
	/* 强制一行显示文本 */
	text-overflow: ellipsis;
	/* 显示省略号 */
	background-color: #eeeeee;
	padding: 0 10px;
	margin: 8px 0 0;
}

.picbox p {
	display: inline-block;
	text-align: right;
	width: 100%;
	margin: 5px;
	color: #939191;
	font-size: 12px;
}

.newsbox {
	width: 1200px;
	display: flex;
	margin: 0 auto;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-evenly;
	align-items: flex-start;
}

.newsbox .box-l ul {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: flex-start;
	justify-content: flex-start;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;

}



.newsbox .box-l ul li {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: flex-start;
	width: 100%;

}

.newsbox .box-l ul li:hover a {
	color: #2468b3;
}

.newsbox .box-l ul li a {
	font-size: 17px;
	width: 460px;
	display: inline-block;
	overflow: hidden;
	/* 隐藏溢出的文本 */
	white-space: nowrap;
	/* 强制一行显示文本 */
	text-overflow: ellipsis;
	/* 显示省略号 */
	line-height: 30px;
	color: #757575;
}

.newsbox .box-l ul li span {
	display: inline-block;
}

.newsbox>div {
	width: 580px;
	background-color: #eeeeee70;
height:251px
}

.map {
	width: 1200px;
	margin: 10px auto;
	height: 200px;
}

.bot {
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 30px;
	height: 160px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-content: center;
	align-items: center;
	background: url(../images/botbk.jpg) no-repeat right top #276fc1;
	border-top: 5px solid #559dcc;
	/* width: 1200px; */
}

.mapb {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 20px;
}

.mapb ul {
	margin-left: 20px;
}

.mapb ul li a{

	color: #737373;
}

.mapb ul li {
	margin-left: 40px;
	color: #737373;
}

.mapb ul li:nth-child(1) {
	margin-bottom: 15px;
	font-weight: bold;
	margin-left: 20px;
	font-size: 16px;
}


.middle {
	display: flex;
	flex-flow: row nowrap;
}

.textbox .title{
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.textbox .dataname{
	text-align: center;
	margin: 35px 0;
}
.textbox .dataname a{
	font-size: 14px;
	color: #9f9f9f;
	margin: 0 20px;
}


/* 组织结构CSS */
.jgsz-l {
				width: 100%;
			}

			.jgsz-l li {
				overflow: hidden;
				border-bottom: 1px dashed #d2d2d2;
				padding-bottom: 2%;
				margin-top: 4%;
align-items: flex-start !important;
			}

			.jgsz-l li em {
				display: block;
				width: 8%;
			}

			.jgsz-l h3 {
				width: 20%;
				line-height: 40px;
				font-size: 16px;
				margin-left:4%;
			}

			.jgsz-l-txt {
				width: 70%;
				margin-top: 5px;
			}

			.jgsz-l-txt p {
				font-size: 16px  !important;
				line-height: 32px;
				margin-bottom: 2%
			}

			.jgsz-r {
				width: 35%
			}
			.f-l{
				float: left;
			}