* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

[v-cloak] {
	display: none;
}

h4,
h5,
h6 {
	margin: 0;
	font-size: 16px;
}

.layout {
	width: 1250px;
	margin: 0 auto;
}

.header_top {
	background: rgb(51, 51, 51);
}

.header_top_pack {
	display: flex;
	justify-content: space-between;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 5px 0;
}

.more-pagination {
	text-align: center;
	margin-top: 20px;
}

.header_top_pack a {
	color: #fff;
}

.header_top_right_cont,
.membership_button,
.header_time {
	display: flex;
	align-items: center;
}

.membership_button i {
	width: 18px;
	height: 18px;
	background: url(../images/login.png) no-repeat center/100% 100%;
	display: block;
}

.membership_btn {
	margin-left: 10px;
}

.header_time {
	margin-left: 34px;
}

.membership_btn a:hover {
	text-decoration: underline;
}

.header {
	background: linear-gradient(to bottom, rgb(45, 142, 187), rgb(13, 85, 149));
}

.header_pack {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo {
	padding: 30px 0;
	height: 120px;
}

.logo a {
	display: block;
	height: 100%;
}

.logo img {
	max-height: 100%;
	display: block;
}

.w_nav {
	display: flex;
}

.w_nav > li {
	padding: 0 20.5px;
	position: relative;
}

.w_nav > li:last-child {
	padding-right: 0;
}

.w_nav > li:last-child::after {
	display: none;
}

.w_nav > li::after {
	content: '';
	width: 1px;
	height: 16px;
	background: rgba(255, 255, 255, 0.2);
	position: absolute;
	top: 50%;
	right: -0.5px;
	transform: translateY(-50%);
}

.w_nav > li > a {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.er_nav {
	width: 200%;
	padding: 5px 0;
	position: absolute;
	top: 130%;
	left: -50%;
	display: none;
	z-index: 200;
	background: linear-gradient(1450deg, rgb(45, 142, 187), rgb(13, 85, 149));
}

.er_nav li a {
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
}

.banner_swiper {
	overflow: hidden;
}

.banner_swiper a {
	display: block;
}

.banner_swiper img {
	width: 100%;
	display: block;
}

.img {
	overflow: hidden;
}

.img img {
	width: 100%;
	display: block;
	transition: all 0.5s;
}

.yih {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.erh {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.home_banner {
	margin-top: 31px;
}

.home_plate1 {
	padding: 30px 0;
}

.home_plate1_pack {
	display: flex;
	align-items: flex-start;
}

.home_plate1_left {
	width: calc(100% - 250px);
	padding-right: 25px;
}

.home_public_title {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 22.5px;
}

.home_public_title h3 {
	font-size: 28px;
	line-height: 40px;
	color: rgb(13, 85, 149);
	font-weight: 500;
}

.home_public_title h3 span {
	font-size: 12px;
	line-height: 17px;
	color: rgb(177, 177, 177);
	text-transform: uppercase;
	display: inline-block;
	margin-left: 15px;
}

.home_public_title a {
	font-size: 16px;
	line-height: 24px;
	color: rgb(153, 153, 153);
}

.home_plate1_right {
	width: 250px;
}

.home_plate1_left_pack {
	display: flex;
	align-items: flex-start;
}

.home_plate1_left_swiper {
	overflow: hidden;
	position: relative;
	width: 490px;
}

.home_plate1_left_swiper a {
	display: block;
	position: relative;
}

.home_plate1_left_swiper a img {
	width: 100%;
	display: block;
}

.home_plate1_left_swiper_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: rgba(32, 32, 32, 0.6);
	padding: 8px 20px;
	font-size: 16px;
	line-height: 24px;
	color: #fff;
}

.home_plate1_left_swiper_title h4 {
	font-weight: 500;
	width: 60%;
}

.home_plate1_left_swiper .swiper-pagination {
	width: auto;
	right: 20px;
	left: auto;
	bottom: 10px;
}

.home_plate1_left_swiper .swiper-pagination-bullet {
	background-color: rgba(255, 255, 255, 0.3);
	opacity: 1;
}

.home_plate1_left_swiper .swiper-pagination-bullet-active {
	background: #fff;
}

.home_plate1_left_list {
	width: calc(100% - 490px);
	padding-left: 20px;
}

.home_plate1_left_list li a h4 {
	font-weight: 500;
	font-size: 16px;
	line-height: 40px;
	color: rgb(32, 32, 32);
}

.home_plate1_left_list li a p,
.home_plate1_left_list li a span {
	display: none;
}

.home_plate1_left_list li:first-child a p,
.home_plate1_left_list li:first-child a span {
	display: block;
}

.home_plate1_left_list li:first-child a h4 {
	font-size: 20px;
	line-height: 26px;
	font-weight: bold;
	color: rgb(32, 32, 32);
}

.home_plate1_left_list li:first-child a p {
	font-size: 16px;
	line-height: 24px;
	color: rgb(102, 102, 102);
	margin-top: 17px;
}

.home_plate1_left_list li:first-child a span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: rgb(13, 85, 149);
	font-weight: bold;
	margin-top: 15px;
}

.home_plate1_left_list li:first-child {
	padding-bottom: 18.5px;
	border-bottom: 1px dashed rgb(219, 219, 219);
	margin-bottom: 20px;
}

.home_plate1_right_list {
	padding-left: 27px;
	position: relative;
}

.home_plate1_right_list::before {
	content: '';
	width: 1px;
	height: 100%;
	border-left: 1px dashed rgb(213, 223, 230);
	position: absolute;
	left: 7px;
	top: 0;
}

.home_plate1_right_list li {
	margin-bottom: 18.5px;
	position: relative;
}

.home_plate1_right_list li::before {
	content: '';
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid rgb(213, 223, 230);
	position: absolute;
	left: -27px;
	top: 3px;
	background: #fff;
}

.home_plate1_right_list li:last-child {
	margin: 0;
}

.home_plate1_right_list li a {
	display: block;
}

.home_plate1_right_list li a h4 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: rgb(51, 51, 51);
}

.home_plate1_right_list li a span {
	font-size: 16px;
	line-height: 24px;
	color: rgb(177, 177, 177);
	display: block;
	margin-top: 4px;
}

.home_plate1_right_list li:hover h4 {
	color: rgb(13, 85, 149);
}

.home_plate1_right_list li:hover::before {
	background: rgb(13, 85, 149);
	border-color: rgb(13, 85, 149);
}

.home_plate1_left_list li a h4:hover {
	color: rgb(13, 85, 149);
}

.home_plate2 {
	padding: 48px 0;
	background: url(../images/hbg.jpeg) no-repeat center/cover;
}

.home_plate2_pack {
	display: flex;
	justify-content: space-between;
}

.home_plate2_pack > div {
	width: 32%;
}

.home_plate2_left_list {
	padding: 10px 32px 15px 20px;
	background: #fff;
}

.home_plate2_left_list li {
	position: relative;
}

.home_plate2_left_list li a {
	display: block;
	font-size: 16px;
	line-height: 44px;
	color: rgb(51, 51, 51);
	padding-left: 17px;
}

.home_plate2_left_list li::after {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: rgb(184, 184, 184);
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
}

.home_plate2_left_list li:hover::after {
	background: rgb(13, 85, 149);
}

.home_plate2_left_list li:hover a {
	color: rgb(13, 85, 149);
}

.home_plate2_center_list {
	background: #fff;
	padding: 10px 20px;
}

.home_plate2_center_list li a {
	display: block;
	padding: 20px 0;
	border-bottom: 1px dashed rgb(213, 223, 230);
}

.home_plate2_center_list li a h4 {
	font-size: 16px;
	line-height: 24px;
	color: rgb(51, 51, 51);
	font-weight: 500;
}

.home_plate2_center_list li a span {
	font-size: 16px;
	line-height: 24px;
	color: rgb(177, 177, 177);
	display: block;
}

.home_plate2_center_list li:last-child a {
	border-bottom: 0;
	padding-bottom: 10px;
}

.home_plate2_right_list li {
	padding: 20px 0;
	border-bottom: 1px dashed rgb(213, 223, 230);
}

.home_plate2_right_list li:first-child {
	padding-top: 0;
}

.home_plate2_right_list li a {
	display: flex;
	align-items: flex-start;
}

.home_plate2_right_img {
	width: 120px;
}

.home_plate2_right_cont {
	width: calc(100% - 120px);
	padding-left: 15px;
}

.home_plate2_right_cont h4 {
	font-size: 16px;
	line-height: 24px;
	color: rgb(51, 51, 51);
	font-weight: 500;
}

.home_plate2_right_cont span {
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: rgb(177, 177, 177);
	margin-top: 3.5px;
}

.home_plate2_right_list li a:hover img {
	transform: scale(1.1);
}

.home_plate2_center_list li a:hover h4,
.home_plate2_right_list li a:hover h4 {
	color: rgb(13, 85, 149);
}

.home_plate3_list {
	margin: 0 -13px;
	display: flex;
	flex-wrap: wrap;
}

.home_plate3_list li {
	width: 20%;
	padding: 0 13px;
	margin-bottom: 26px;
}
.products_list li {
	width: 25%;
}
.home_plate3_list li a {
	display: block;
}

.home_plate3_list li a:hover img {
	transform: scale(1.1);
}

.home_plate3 {
	padding: 48px 0 50px;
}

footer {
	padding: 28.5px 0 44px;
	background: rgb(36, 36, 36);
	border-top: 5px solid rgb(13, 85, 149);
}

.footer_pack {
	display: flex;
	/* align-items: center; */
	justify-content: space-between;
}
.footer_left {
	width: 40%;
}
.footer_links {
	width: 40%;
}
.footer_links_title {
	margin-bottom: 10px;
}
.footer_links_title h3 {
	font-size: 24px;
	line-height: 30px;
	color: #fff;
}
.footer_links_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.footer_links_list li {
	width: 32%;
}
.footer_links_list li a {
	font-size: 16px;
	line-height: 32px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	color: #f1f1f1;
}

.fooer_list {
	display: flex;
}

.fooer_list > li {
	padding: 0 15px;
	position: relative;
}

.fooer_list > li:first-child {
	padding-left: 0;
}

.fooer_list > li::after {
	content: '';
	width: 1px;
	height: 80%;
	background: rgb(153, 153, 153);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.fooer_list > li a {
	font-size: 16px;
	line-height: 24px;
	color: rgb(153, 153, 153);
}

.fooer_list > li:last-child::after {
	display: none;
}

.footer_contact {
	margin-top: 25px;
	font-size: 16px;
	line-height: 24px;
	color: rgb(153, 153, 153);
}

.footer_contact p {
	display: flex;
	align-items: flex-start;
	margin-bottom: 9px;
}

.footer_contact img {
	max-width: 16px;
	display: block;
	margin-top: 5px;
}

.footer_contact span {
	width: calc(100% - 16px);
	padding-left: 10px;
}

.footer_contact p:last-child {
	margin-bottom: 0;
}

.footer_code {
	width: 120px;
}

.public_back {
	width: 100%;
	height: 100vh;
	position: relative;
	background: url(../images/lbg.png) no-repeat center/cover;
}

.login_pack {
	padding: 47.5px 50px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 500px;
}

.login_pack h3 {
	font-size: 28px;
	line-height: 37px;
	color: rgb(32, 32, 32);
	text-align: center;
}

.login_form {
	margin-top: 29.5px;
}

.login_form > div {
	margin-bottom: 10px;
}

.login_tel {
	position: relative;
}

.login_tel > input {
	width: 100%;
	font-size: 16px;
	line-height: 44px;
	border: 1px solid rgb(233, 233, 233);
	padding: 0 15px 0 50px;
	outline: none;
}

.login_tel i {
	height: 20px;
	width: 20px;
	background: url(../images/tel.png) no-repeat center center;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.login_pass {
	position: relative;
	border: 1px solid rgb(233, 233, 233);
}

.login_pass i {
	width: 20px;
	height: 20px;
	background: url(../images/p.png) no-repeat center center;
	position: absolute;
	left: 15px;
	top: 50%;
	transform: translateY(-50%);
}

.login_pass input {
	width: calc(100% - 150px);
	font-size: 16px;
	line-height: 44px;
	padding: 0 15px 0 50px;
	outline: none;
	border: none;
}

.login_pass_pack {
	display: flex;
}

.login_pass_pack span {
	display: block;
	width: 150px;
	color: #fff;
	background: rgb(13, 85, 149);
	text-align: center;
	line-height: 44px;
	font-size: 16px;
	cursor: pointer;
}

.warning_text {
	display: flex;
	align-items: center;
	padding: 0 15px;
}

.warning_text i {
	width: 20px;
	height: 20px;
	background: url(../images/t.png) no-repeat center/100% 100%;
}

.warning_text span {
	width: calc(100% - 20px);
	padding-left: 15px;
	font-size: 16px;
	line-height: 24px;
	color: rgb(255, 0, 0);
}

.submit {
	width: 100%;
	background: rgb(13, 85, 149);
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 44px;
	margin-top: 28.5px;
	border: 1px solid rgb(13, 85, 149);
	transition: all 0.5s;
	cursor: pointer;
}

.submit:hover {
	background: #fff;
	color: rgb(13, 85, 149);
}

.login_btn {
	margin-top: 18.5px;
	display: flex;
	justify-content: space-between;
}

.login_btn a {
	font-size: 16px;
	line-height: 24px;
	color: rgb(13, 85, 149);
}

.login_btn a:hover,
.register_btn a:hover {
	text-decoration: underline;
}

.login_phone i {
	background-image: url(../images/p2.png);
}

.login_copy i {
	background-image: url(../images/c.png);
}

.login_copy select {
	width: 100%;
	height: 46px;
	border: 1px solid rgb(233, 233, 233);
	font-size: 16px;
	padding: 0 15px 0 48px;
	outline: none;
}

.register_btn {
	text-align: center;
	font-size: 16px;
	line-height: 24px;
	color: rgb(13, 85, 149);
	margin-top: 18.5px;
}

.register_btn a {
	color: rgb(13, 85, 149);
}

.commun {
	padding: 28.5px 0 100px;
}

.public_nav {
	font-size: 16px;
	line-height: 24px;
	color: rgb(110, 110, 110);
}

.public_nav a {
	color: rgb(110, 110, 110);
}

.public_cont_pack {
	margin-top: 48.5px;
	display: flex;
	align-items: flex-start;
}

.public_classify {
	width: 200px;
}

.public_classify_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgb(13, 85, 149);
	color: #fff;
	padding: 12px 20px;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

.public_classify_list li {
	padding: 13px 20px;
	border-bottom: 1px solid rgb(233, 233, 233);
	background: #fff;
}

.public_classify_list li a {
	font-size: 16px;
	line-height: 24px;
	color: rgb(102, 102, 102);
	padding-left: 17px;
	position: relative;
	display: block;
}

.public_classify_list li a::before {
	content: '';
	width: 5px;
	height: 5px;
	background-color: rgb(102, 102, 102);
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.public_classify_list li a.active {
	color: rgb(13, 85, 149);
}

.public_classify_list li a.active::before {
	background: rgb(13, 85, 149);
}

.public_cont {
	width: calc(100% - 200px);
	padding-left: 40px;
}

.public_cont h3 {
	font-size: 36px;
	line-height: 52px;
	font-weight: bold;
	color: rgb(13, 85, 149);
	text-align: center;
}

.public_list li {
	padding: 30px 0;
	border-bottom: 1px dashed rgb(213, 223, 230);
}

.public_list li a {
	display: flex;
	align-items: center;
}

.public_list_img {
	width: 240px;
}

.public_list_cont {
	width: calc(100% - 240px);
	padding-left: 30px;
}

.public_list_cont h4 {
	font-size: 18px;
	line-height: 26px;
	color: rgb(0, 0, 0);
	font-weight: bold;
}

.public_list_cont span {
	font-size: 18px;
	line-height: 26px;
	color: rgb(153, 153, 153);
	display: block;
	margin-top: 11px;
}

.public_list_cont p {
	font-size: 18px;
	line-height: 26px;
	color: rgb(51, 51, 51);
	-webkit-line-clamp: 3;
	margin-top: 9px;
}

.public_list li a:hover img {
	transform: scale(1.1);
}

.public_list li a:hover h4,
.public_list li a:hover span,
.public_list li a:hover p {
	color: rgb(13, 85, 149);
}

.public_detail_pack {
	margin-top: 48.5px;
	background: #fff;
	padding: 46px 50px 37px;
}

.public_detail_title {
	padding-bottom: 19px;
	border-bottom: 1px solid rgb(238, 239, 241);
}

.public_detail_title h3 {
	font-size: 36px;
	line-height: 52px;
	color: rgb(0, 0, 0);
	font-weight: bold;
	text-align: center;
}

.public_detail_title p {
	font-size: 18px;
	line-height: 26px;
	color: rgb(164, 164, 164);
	margin-top: 18px;
	text-align: center;
}

.commun_detail {
	background: rgb(246, 248, 251);
}

.public_detail_content {
	padding: 30px 0 0;
	font-size: 16px;
	line-height: 36px;
	color: rgb(51, 51, 51);
}

.about_contet {
	padding: 30px 0 0;
	font-size: 18px;
	line-height: 36px;
	color: rgb(102, 102, 102);
}

.about_contet p {
	text-indent: 2em;
}

.about_contet_img {
	width: 580px;
	margin: 18px auto 0;
}

.constitution_cont {
	margin-top: 19px;
	font-size: 18px;
	line-height: 36px;
	color: rgb(0, 0, 0);
}

.constitution_desc {
	color: rgb(102, 102, 102);
	white-space: pre-line;
}

.mechanism {
	margin-top: 19px;
}

.leader_pack {
	margin-top: 16.5px;
}

.leader_list > li h3 {
	font-size: 20px;
	line-height: 26px;
	color: rgb(0, 0, 0);
	text-align: left;
}

.header_er_list {
	margin: 17px 0 0;
	display: flex;
	flex-wrap: wrap;
}

.header_er_list li {
	padding: 0 40px 30px 0;
	border-bottom: 1px dashed rgb(216, 216, 216);
	margin-bottom: 28px;
	width: 33.3333%;
}

.header_er_list li:nth-child(3n) {
	padding-right: 0;
}

.header_er_list li a {
	display: block;
	font-size: 18px;
	line-height: 26px;
}

.header_er_list li h4 {
	color: rgb(0, 0, 0);
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}

.header_er_list li p {
	color: rgb(51, 51, 51);
	margin-top: 7px;
	white-space: pre-line;
}

.work_pack {
	margin-top: 32px;
}

.contactus_pack {
	margin-top: 19px;
}

.contact_list {
	display: flex;
	justify-content: space-between;
}

.contact_list li {
	width: 32%;
}

.contact_list .contact_list_pack {
	box-shadow: 1px 1px 5px rgba(112, 123, 148, 0.15);
	padding: 38px 42px 46px;
	background: #fff;
	height: 100%;
}

.contact_list_img {
	height: 54px;
}

.contact_list_img img {
	max-height: 100%;
	display: block;
	margin: 0 auto;
}

.contact_list_cont {
	text-align: center;
}

.contact_list_cont h4 {
	font-size: 24px;
	line-height: 32px;
	color: rgb(32, 32, 32);
	margin-top: 27px;
	font-weight: 500;
}

.contact_list_cont p {
	font-size: 18px;
	line-height: 20px;
	color: rgb(102, 102, 102);
}

.contact_list_cont p span {
	display: block;
}

.map {
	margin-top: 20px;
}

.special {
	background: url(../images/sbg.png) no-repeat center/cover;
}

.special_pack {
	margin-top: 83px;
}

.special_list li {
	padding: 18px 0;
	border-bottom: 1px solid rgb(235, 235, 235);
}

.special_list li a {
	display: block;
}

.special_list li h4 {
	font-size: 18px;
	line-height: 26px;
	color: rgb(0, 0, 0);
	font-weight: 500;
}

.special_list li p {
	font-size: 16px;
	line-height: 24px;
	color: rgb(199, 199, 199);
	margin-top: 8px;
}

.special_list li:hover a h4 {
	color: rgb(13, 85, 149);
	font-weight: bold;
}

.news_list > ul > li {
	padding: 30px 0;
	border-bottom: 1px dashed rgb(213, 223, 230);
}

.news_list > ul > li a {
	display: flex;
	align-items: center;
}

.newslist_time {
	width: 100px;
	text-align: center;
	padding: 22px 0;
	background: rgb(246, 248, 251);
	color: rgb(13, 85, 149);
	transition: all 0.3s;
}

.newslist_time h3 {
	font-size: 24px;
	line-height: 35px;
	font-weight: 500;
}

.newslist_time p {
	font-size: 16px;
	line-height: 24px;
}

.newslist_cont {
	width: calc(100% - 100px);
	padding-left: 30px;
}

.newslist_cont h4 {
	font-size: 18px;
	line-height: 26px;
	color: rgb(0, 0, 0);
}

.newslist_cont p {
	font-size: 18px;
	line-height: 24px;
	color: rgb(98, 98, 98);
	margin-top: 15px;
}

.news_list > ul > li a:hover .newslist_time {
	background: rgb(13, 85, 149);
	color: #fff;
}

.news_list > ul > li a:hover .newslist_time h3 {
	color: #fff;
}

.news_list > ul > li a:hover .newslist_cont h4,
.news_list > ul > li a:hover .newslist_cont p {
	color: rgb(13, 85, 149);
}

.statute_pack {
	margin-top: 16px;
}

.statute_list li a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 18px;
	line-height: 48px;
}

.statute_list li a p {
	width: 80%;
	padding-left: 17px;
	color: rgb(0, 0, 0);
	position: relative;
}

.statute_list li a p::before {
	content: '';
	width: 4px;
	height: 4px;
	background: rgb(164, 164, 164);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	border-radius: 50%;
}

.statute_list li a span {
	width: 20%;
	text-align: right;
	color: rgb(177, 177, 177);
}

.statute_list li:nth-child(5n) {
	padding-bottom: 35px;
	margin-bottom: 35px;
	border-bottom: 1px dashed rgb(213, 223, 230);
}

.statute_list li a:hover p,
.statute_list li a:hover span {
	color: rgb(13, 85, 149);
}

.statute_list li a:hover p::before {
	background: rgb(13, 85, 149);
}

.header_search {
	width: 220px;
	position: relative;
	margin-left: calc(100% - 220px);
	margin-bottom: 13.5px;
}

.header_search input {
	width: 100%;
	font-size: 14px;
	line-height: 26px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	color: #fff;
	padding: 0 30px 0 10px;
	background: transparent;
}

.header_search input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.5);
}

.header_search i {
	width: 16px;
	height: 14px;
	background: url(../images/search.png) no-repeat center/100% 100%;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	cursor: pointer;
}

.notification {
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background: transparent;
	z-index: 2000;
	/* display: none; */
}

.notification_cont {
	position: absolute;
	width: 520px;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 28px;
	text-align: center;
}

.notification_cha {
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	border: 1px solid rgb(153, 153, 153);
	color: rgb(153, 153, 153);
	font-size: 20px;
	font-weight: 300;
	line-height: 18px;
	cursor: pointer;
	position: absolute;
	right: 20px;
	top: 20px;
	border-radius: 50%;
	text-align: center;
	transition: all 0.5s;
}

.notification_cha:hover {
	color: rgb(13, 85, 149);
	border-color: rgb(13, 85, 149);
}

.notification_cont h4 {
	font-size: 18px;
	line-height: 26px;
	color: rgb(51, 51, 51);
}

.notification_cont a {
	display: block;
	width: 150px;
	line-height: 46px;
	background: rgb(13, 85, 149);
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin: 30px auto 0;
}

.menu {
	display: none;
}

@media (max-width: 1000px) {
	.layout {
		width: 100%;
		padding: 0 10px;
	}

	.header_time {
		display: none;
	}

	.header {
		position: relative;
		z-index: 200;
	}

	.logo {
		height: 60px;
		padding: 10px 0;
	}

	.header_search {
		width: 100%;
		margin: 0 0 10px;
	}

	.navlist {
		width: 100%;
		position: absolute;
		left: 0;
		top: 100%;
		background: linear-gradient(to bottom, rgb(45, 142, 187), rgb(13, 85, 149));
		padding: 10px;
		display: none;
	}

	.w_nav {
		display: block;
	}

	.w_nav > li > a {
		line-height: 32px;
	}

	.w_nav > li {
		padding: 0 10px;
	}

	.er_nav {
		position: relative;
		background: transparent;
		width: 100%;
		left: 0;
	}

	.er_nav li a {
		text-align: left;
		padding: 0 20px;
	}

	.iconfont {
		width: 30px;
		height: 30px;
		position: absolute;
		right: 15px;
		top: 50%;
		transform: translateY(-50%);
	}

	.iconfont i {
		width: 100%;
		height: 100%;
		position: absolute;
	}

	.iconfont .cha {
		background: url(../images/cha.png) no-repeat center/100% 100%;
		display: none;
	}

	.iconfont .nav {
		background: url(../images/nav.png) no-repeat center/100% 100%;
	}

	.home_banner {
		margin-top: 10px;
	}

	.banner_swiper img {
		height: 150px;
		object-fit: cover;
	}

	.footer_pack {
		display: block;
	}

	.footer_left {
		width: 100%;
	}

	.fooer_list,
	.footer_code {
		display: none;
	}

	footer {
		padding: 20px 0;
	}

	.footer_contact {
		margin-top: 0;
	}

	.home_plate3_list li {
		padding: 0 5px;
		width: 50%;
		margin-bottom: 10px;
	}

	.home_plate3_list {
		margin: 0 -5px;
	}

	.home_plate3 {
		padding: 30px 0 20px;
	}

	.home_public_title h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.home_public_title a {
		font-size: 14px;
		line-height: 22px;
	}

	.home_plate2 {
		padding: 30px 0 10px;
	}

	.home_plate2_pack {
		display: block;
	}

	.home_plate2_pack > div {
		width: 100%;
		margin-bottom: 20px;
	}

	.home_public_title {
		margin-bottom: 15px;
	}

	.home_plate2_left_list,
	.home_plate2_center_list {
		padding: 10px;
	}

	.home_plate2_left_list li a {
		line-height: 32px;
	}

	.home_plate2_center_list li a,
	.home_plate2_right_list li {
		padding: 10px 0;
	}

	.home_plate1_pack {
		display: block;
	}

	.home_plate1_left,
	.home_plate1_left_list {
		width: 100%;
		padding: 0;
	}

	.home_plate1_right,
	.home_plate1_left_swiper {
		width: 100%;
	}

	.home_plate1_right_list li::before {
		left: -26.5px;
	}

	.home_plate1_left_pack {
		display: block;
		margin-bottom: 20px;
	}

	.home_plate1_left_list {
		padding: 20px 0 0;
	}

	.home_plate1_left_list li:first-child a h4 {
		font-size: 18px;
	}

	.home_plate1_left_list li:first-child {
		padding: 0 0 10px;
		margin-bottom: 10px;
	}

	.home_plate1_left_list li:first-child a span {
		font-size: 14px;
	}

	.menu {
		width: 40px;
		height: 40px;
		position: fixed;
		z-index: 203;
		right: 10px;
		top: 40%;
		border-radius: 50%;
		border: 1px solid #333;
		display: flex;
		align-items: center;
		justify-content: center;
		cursor: pointer;
		background: rgba(255, 255, 255, 0.8);
	}

	.menu img {
		max-width: 80%;
		display: block;
	}

	.menu img:last-child,
	.menu.active img:first-child {
		display: none;
	}

	.public_classify {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.5);
		z-index: 200;
		display: none;
	}

	.about_contet_img {
		width: 100%;
	}

	.public_cont {
		width: 100%;
		padding: 0;
	}

	.public_cont h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.public_cont_pack {
		margin-top: 20px;
	}

	.about_contet {
		padding-top: 20px;
		font-size: 16px;
		line-height: 26px;
	}

	.commun {
		padding-bottom: 30px;
	}

	.notification_cont {
		width: 95%;
	}

	.notification_cont h4 {
		font-size: 16px;
		line-height: 26px;
	}

	.notification_cont a {
		width: 120px;
		line-height: 40px;
		font-size: 14px;
	}

	.public_classify_pack {
		width: 80%;
		max-height: 60vh;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		overflow: auto;
	}

	.menu.active img {
		display: block;
	}

	.public_classify_list li {
		padding: 8px 20px;
	}

	.special_pack {
		margin-top: 30px;
	}

	.special_list li {
		padding: 10px 0;
	}

	.special_list li h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.w_nav > li::after {
		display: none;
	}

	.news_list > ul > li {
		padding: 15px 0;
	}

	.newslist_time {
		padding: 10px 0;
	}

	.newslist_cont {
		padding-left: 15px;
	}

	.newslist_cont h4,
	.newslist_cont p,
	.public_list_cont h4,
	.public_list_cont span,
	.public_list_cont p,
	.public_detail_title p,
	.header_er_list li p,
	.header_er_list li h4 {
		font-size: 16px;
		line-height: 24px;
	}

	.newslist_cont p {
		margin-top: 5px;
	}

	.statute_list li a p {
		width: 70%;
	}

	.statute_list li a,
	.constitution_cont {
		font-size: 16px;
		line-height: 32px;
	}

	.statute_list li a span {
		width: 30%;
	}

	.statute_list li:nth-child(5n) {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.public_list li {
		padding: 15px 0;
	}

	.public_list li a {
		display: block;
	}

	.public_list_img {
		width: 100%;
	}

	.public_list_cont {
		width: 100%;
		padding: 15px 0 0;
	}

	.public_detail_pack {
		margin-top: 30px;
		padding: 20px 10px;
	}

	.public_detail_title h3 {
		font-size: 20px;
		line-height: 30px;
	}

	.login_pack {
		width: 95%;
	}

	.login_pack {
		padding: 30px 20px;
	}

	.login_pack h3 {
		font-size: 24px;
		line-height: 34px;
	}

	.login_form {
		margin-top: 15px;
	}

	.public_cont {
		min-height: 53vh;
	}

	.header_er_list li {
		width: 100%;
		padding: 10px 0;
		margin-bottom: 10px;
	}

	.header_er_list {
		margin-top: 7px;
	}

	.leader_list > li h3 {
		font-size: 18px;
	}

	.contact_list li {
		width: 100%;
	}

	.contact_list {
		flex-wrap: wrap;
	}

	.contact_list .contact_list_pack {
		padding: 20px 10px;
	}

	.contact_list_img {
		height: 40px;
	}

	.contact_list_cont h4 {
		font-size: 20px;
		line-height: 30px;
		margin-top: 15px;
	}

	.contact_list_cont p {
		font-size: 16px;
		line-height: 24px;
	}
}

/* 热点新闻 */
.home_news {
	padding: 30px 0 0;
}
.home_news_list {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.home_news_list li {
	width: 32%;
	margin-bottom: 20px;
}
.home_news_list a {
	display: flex;
	align-items: center;
}
.home_news_list_img {
	width: 170px;
}
.home_news_list_cont {
	width: calc(100% - 170px);
	padding-left: 10px;
}
.home_news_list_cont h4 {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-weight: bold;
}
.home_news_list_cont p {
	font-size: 18px;
	line-height: 28px;
	color: #a5a5a5;
	margin-top: 10px;
	font-weight: bold;
}
.home_news_list a:hover img {
	transform: scale(1.1);
}
.home_news_list a:hover .home_news_list_cont h4 {
	color: rgb(13, 85, 149);
}
@media (max-width: 1000px) {
	.home_news_list li {
		width: 100%;
	}
	.home_news_list li:last-child {
		margin: 0;
	}
	.home_news_list_cont h4 {
		font-size: 14px;
		line-height: 22px;
	}
	.home_news_list_cont p {
		font-size: 16px;
		line-height: 24px;
	}
}

.str_wrap {
	overflow: hidden;
	/* zoom:1; */
	width: 100%;
	font-size: 12px;
	line-height: 16px;
	position: relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
	white-space: nowrap;
}

.str_move {
	white-space: nowrap;
	position: absolute;
	top: 0;
	left: 0;
	cursor: move;
}

.str_move_clone {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 100%;
	top: 0;
}

.str_vertical .str_move_clone {
	left: 0;
	top: 100%;
}

.str_down .str_move_clone {
	left: 0;
	bottom: 100%;
}

.str_vertical .str_move,
.str_down .str_move {
	white-space: normal;
	width: 100%;
}

.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
	cursor: inherit;
}

.str_wrap img {
	/*max-width: none !important;*/
}
.bx-siteM103-title {
	text-align: center;
}
.bx-siteM103-title h3 {
	font-size: 36px;
	line-height: 36px;
	color: #333;
}
.bx-siteM103-title p {
	color: #666666;
	font-size: 18px;
	line-height: 18px;
	margin-top: 20px;
}
.bx-siteM103-item {
	width: 100%;
	max-width: 1700px;
	position: relative;
	margin: 0 auto;
}
.bx-siteM103-item::before {
	content: '';
	width: 15%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, #fafdff 100%);
	z-index: 10;
}
.bx-siteM103-item::after {
	content: '';
	width: 15%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #fafdff 100%);
	z-index: 10;
}
.bx-siteM103-item ul {
	white-space: nowrap;
	margin-top: 0;
}
.bx-siteM103-item ul li {
	display: inline-block;
	width: 200px;
	height: 100px;
	float: none;
	margin: 0 10px;
}
.bx-siteM103-item ul li .bx-siteM103-list {
	display: block;
	width: 100%;
	height: 100%;
	background-color: #fff !important;
	overflow: hidden;
	position: relative;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
.bx-siteM103-item ul li .bx-siteM103-list img {
	max-width: 95%;
	max-height: 50%;
	width: auto;
}
.bx-siteM103-item ul li .bx-siteM103-list .img {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #e9e9e9;
}
.bx-siteM103-item ul li .bx-siteM103-list .img:hover:before {
	width: 100%;
}

.bx-siteM103-item ul li .bx-siteM103-list .img:hover:after {
	width: 100%;
}

.bx-siteM103-item ul li .bx-siteM103-list:hover:before {
	height: 100%;
}

.bx-siteM103-item ul li .bx-siteM103-list:hover::after {
	height: 100%;
}
.home_plate4 {
	padding: 0 0 40px;
}

@media screen and (max-width: 1500px) {
	.bx-siteM103-item ul li {
		width: 230px;
		height: 100px;
	}
	.bx-siteM103-itemBox {
		margin-top: 25px;
	}
	.bx-siteM103-item {
		margin-top: 80px;
	}
}
@media screen and (max-width: 1000px) {
	.bx-siteM103-item ul li {
		width: 120px;
		height: 60px;
		margin: 8px;
	}
	.bx-siteM103-itemBox {
		margin-top: 10px;
	}
	.bx-siteM103-item {
		margin-top: 20px;
	}
	.bx-siteM103-title h3 {
		font-size: 22px;
	}
	.bx-siteM103-title p {
		font-size: 14px;
		margin-top: 10px;
	}
	.home_plate4 {
		padding: 0 0 30px;
	}
	.footer_links {
		width: 100%;
		padding-top: 20px;
	}
	.footer_links_title h3 {
		font-size: 18px;
		line-height: 26px;
	}
	.footer_links_list li {
		width: 48%;
	}
}
