@charset "UTF-8";

.clearfix {
	zoom: 1;
}

.clearfix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: '';
}

*[data-type='iframe'],
*[data-fancybox],
.slick-slide:focus,
a:link {
	outline: none !important;
}

.slick-slide {
	outline: none;
}

.slick-slide a {
	outline: none !important;
}

@-ms-viewport {
	width: auto !important;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px;
	/* Required, global font size */
}

body {
	font-family: "Microsoft YaHei", Arial, sans-serif;
	font-size: 16px;
	color: rgb(51, 51, 51);
	margin: 0;
	padding: 0;
}

/* 初始化 */
*,
body,
span,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
span,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
	margin: 0;
	padding: 0;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	list-style: none;
}

a {
	color: inherit;
}

a:hover,
a:link,
a:visited {
	text-decoration: none;
	color: inherit;
}

input[type=number] {
	-moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

ul {
	margin: 0;
	padding: 0;
}

button,
input,
textarea {
	resize: none;
	border: none;
	outline: none;
}

a {
	text-decoration: none;
	color: inherit;
}

a:hover {
	text-decoration: none;
	color: inherit;
}

a:visited,
a:link {
	text-decoration: none !important;
	color: inherit;
	outline: none;
}

img {
	vertical-align: middle;
}

header {
	z-index: 999999;
	position: absolute;
	top: 25px;
	left: 9%;
	right: 9%;
	width: 82%;
	height: 134px;
	border-radius: 6px;
	background: rgba(0, 94, 166, 0.92);
}

header .con_1 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 64px;
	padding: 0 4%;
}

header .h1_1 {
	width: calc(30% - 32px);
}

header .h1_1 a {
	width: 100%;
}

header .h1_1 img {
	width: 100%;
}


/*nav*/
nav {
	width: calc(70% - 32px);
	height: 134px;
}

nav ul {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	display: flex;
	justify-content: flex-end;
	height: 100%;
}

nav ul li {
	color: #fff;
	height: 100%;
}

nav ul li a {
	text-align: center;
	padding: 0 0;
	display: flex;
	transition: all 0.3s ease;
	text-transform: uppercase;
	height: 100%;
	justify-content: center;
	align-items: center;
	position: relative;
	font-size: 18px;
	font-weight: 600;
}

nav ul li a:hover {
	color: #fff;
	text-decoration: none;
}

nav ul li.on a::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -45px;
	content: '';
	width: 90px;
	height: 6px;
	background: rgba(227, 174, 117, 1);
}

nav .dropdown {
	position: relative;
	flex: 1
}

nav ul.dropdown_menu {
	display: block;
	width: 100%;
	z-index: 99;
}

nav .dropdown_menu li {
	width: 100%;
	margin: 0;
	background-color: #f6f6f6;
	height: 0;
	overflow: hidden;
	float: none;
	transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
}

nav .dropdown:hover .dropdown_menu li {
	height: 45px;
}

nav .dropdown:hover ul.dropdown_menu {}

nav .dropdown .dropdown_menu li a {
	color: #1b1b1b;
	font-size: 16px;
	font-weight: normal;
	line-height: 45px;
	display: block;
	padding: 0px;
	text-align: center;
	border-bottom: 1px #dedfdf solid;
	height: 45px
}
nav .dropdown .dropdown_menu li a::after {
	display: none;
}

nav .dropdown .dropdown_menu li:nth-last-of-type(1) a {
	border-bottom: 0;
}

nav .dropdown .dropdown_menu li a:hover {
	background: rgba(0, 94, 166, 1);
	color: #fff;
	padding-left: 6px;
	transition: all 0.4s;
}

nav .dropdown i {
	width: 14px;
	height: 14px;
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
	background: url(../image/Vector_4.svg) no-repeat;
	background-size: 100% 100%;
	transition: 0.4s cubic-bezier(0.35, 0.45, 0.55, 1);
	-webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
}

nav .dropdown.on i {
	width: 14px;
}

nav .dropdown:hover i {
	width: 14px;
}

header {
	display: block
}

.mbdh {
	display: none
}

/*foot*/
.foot {
	color: #fff;
	width: 100%;
	height: 590px;
	margin: 0 auto;
	background: url(../image/Clipped.svg) top right rgba(2, 98, 172, 1) no-repeat;
	overflow: hidden;
}

.foot-nav-box {
	margin: 70px auto 120px;
	overflow: hidden;
}

.foot-nav {
	width: calc(100% - 239px);
	float: left;
}

.foot-nav dl {
	float: left;
	width: 16.66666%;

}

.foot-nav dt {
	font-size: 18px;
	margin-bottom: 27px;
	font-weight: 400;
}

.foot-nav dd {
	line-height: 43px;
}

.foot-nav dl a {
	color: #fff;
	text-transform: capitalize;
}

.foot-nav dl dd a {
	font-size: 16px;
	text-transform: capitalize;
}

.foot-nav dl dd a:hover {
	color: rgba(255, 255, 255, 0.5);
	transition: all 0.4s;
	/* text-decoration: underline !important; */
	/* letter-spacing:1px; */
}

.foot-btn {
	width: 239px;
	float: left;
}

.foot-btn a {
	width: 239px;
	height: 81px;
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.foot-btn a:hover {
	color: #fff;
	transition: all 0.4s;
}

.foot-btn a.mess {
	background: url(../image/书记信箱.png) right bottom no-repeat;
	background-size: 100% 100%;
	margin-bottom: 17px;
}

.foot-btn a.intr {
	background: url(../image/信息公开.png) right bottom no-repeat;
	background-size: 100% 100%;
}

.foot-btn a:hover.mess {
	background-size: 110% 110%;
}

.foot-btn a:hover.intr {
	background-size: 110% 110%;
}

.foot-bottom {
	height: auto;
	padding: 32px 0;
	line-height: 34px;
	font-size: 14px;
	margin: 0 auto;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.19);
}

.content {
	width: 1440px;
	height: auto;
}

@media screen and (max-width:1599px) {
	.content {
		width: 82%;
	}
}

@media screen and (max-width:1280px) {
	header .con_1 {
		gap: 30px;
		padding: 0 2%;
	}

	header .h1_1 {
		width: calc(30% - 15px);
	}

	nav {
		width: calc(70% - 15px);
	}

	.content {
		width: 82%;
	}
}

@media screen and (max-width:1024px) {
	header {
		left: 25px;
		right: 25px;
		width: calc(100% - 50px);
		height: 100px;
	}

	nav {
		height: 100px;
	}

	.foot {
		height: auto;
	}

	.foot-nav-box {
		margin: 50px auto;
	}

	.foot-nav {
		width: calc(100% - 180px);
	}

	.foot-btn {
		width: 180px;
	}

	.foot-btn a {
		width: 180px;
		height: 60px;
		font-size: 20px;
	}
}

@media screen and (max-width:950px) {

	::-webkit-scrollbar {
		width: 5px;
		height: 16px;
		background-color: #d2d2d2;
		display: none;
	}

	::-webkit-scrollbar {
		width: 5px;
		height: 16px;
		background-color: #d2d2d2;
		display: none;
	}

	header {
		display: none
	}

	.mbdh {
		display: block;
		width: 100%;
		position: absolute;
	}

	.content {
		width: 92%;
	}

	.foot-nav,
	.foot-btn {
		width: 100%;
	}
	
	.foot-btn {
		display: flex;
		justify-content: flex-start;
		gap: 30px;
		margin-top: 30px;
	}
	.foot-btn a.mess {
		margin-bottom: 0;
	}

	.foot-nav dt {
		margin-bottom: 10px;
	}

	.foot-nav dd {
		line-height: 30px;
	}

}
@media screen and (max-width:640px) {
	.foot-nav-box {
		margin: 30px auto;
	}
	.foot-nav {
		display: none;
	}
	.foot-btn a {
		font-size: 18px;
	}
}

/* 手机 */
#m-menu {
	position: fixed;
	width: 243px;
	height: calc(100vh - 70px);
	left: -243px;
	background: #fff;
	z-index: 200;
	font-size: 16px;
	overflow-y: auto;
	top: 70px;
	transition: all 0.8s ease 0s;
}

.m-animate {
	transition: all 0.8s ease 0s;
	left: 0px !important;
}

.m-list {
	width: 100%;
	padding-top: 25px;
	padding-bottom: 20px;
}

.m-list ul li a {
	padding-left: 20px;
	color: #000;
	display: block;
	height: 46px;
	line-height: 46px;
	position: relative;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif
}

.m-list ul li a i {
	width: 14px;
	height: 14px;
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
	background: url(../image/Vector_4_black.svg) no-repeat;
	background-size: 100% 100%;
	transition: 0.4s cubic-bezier(0.35, 0.45, 0.55, 1);
	-webkit-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-moz-transition: all .4s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
}

.m-list ul li a.on i {
	width: 14px;
}

.m-list ul li a:hover i {
	width: 14px;
}

.m-list ul li .inactive {}

.m-list ul li .inactives {}

.m-list ul li ul {
	display: none;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #f4f5f6;
}

.m-list ul li ul li {
	background-color: #f4f5f6;
	background-image: url(../image/wap_li.svg);
	background-repeat: no-repeat;
	background-position: 30px center;
	background-size: auto 4px;
}

.m-active {
	transition: all 0.8s ease 0s;
}

.m-list ul li ul li a {
	padding-left: 40px;
	font-size: 14px;
	color: #333;
	height: 34px;
	line-height: 34px;
}

.m-toubu {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 70px;
	background: rgba(0, 94, 166, 0.92);
	z-index: 99;
}

.m-header {
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 70px;
	border-radius: 0;
	background: rgba(0, 94, 166, 0.92);
	display: flex;
	align-items: center;
}

.cd-logo {
	padding-left: 20px;
	width: calc(100% - 80px);
	box-sizing: border-box;
}

.cd-logo img {
	height: 50px;
	display: block;
}

.cd-logo a {}

.menu_openv1 {
	width: 80px;
	background-image: url(../image/wap_menu.svg);
	background-repeat: no-repeat;
	height: 100%;
	background-position: center center;
	background-size: auto 25px;
	transition: all 0.8s ease 0s;
}

.menu_closev1 {
	width: 80px;
	background-image: url(../image/wap_close.svg) !important;
	background-repeat: no-repeat;
	height: 100%;
	background-position: center center;
	background-size: auto 25px;
	transition: all 0.8s ease 0s;
}