/*common start*/
body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
input,
button,
textarea,
dl,
dt {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
	font-family: normal;
	font-weight: normal;
}

body {
	font-size: 14px;
	color: #111;
	overflow-x: hidden;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
}

a img {
	border: 0;
}

em {
	font-style: normal;
}

body.head_on {
	overflow: hidden;
}

a {
	text-decoration: none;
	color: #333;
	transition: all .3s;
}

* {
	box-sizing: border-box;
}

input,
select,
textarea {
	outline: none;
}

.clear {
	margin: 0;
	padding: 0;
	font-size: 0;
	clear: both;
}

.wapper {
	width: 1200px;
	margin: 0 auto;
	padding: 0 15px;
}


:root {
	--primary-color: #2a62ac;
	--font-color: #666;
	--main-white: #fff;
}





/* è½®æ’­å›¾é€šç”¨ */
.swiper {
	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;
}

	.swiper-slide img {
		width: 100%;
	}

.overflow1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
	display: block;
}

.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* å¯¼èˆª */
.headerbox {
	width: 100%;
	margin: 0 auto;
	background: rgb(92 202 195 / 86%);
	z-index: 99;
	position: fixed;
	left: 0;
	top: 0;
	padding-top: 20px;
}

	.headerbox .header {
		display: flex;
		align-items: center;
		justify-content: space-between;
		align-items: flex-end;
	}

.h_right {
	display: flex;
	align-items: center;
}

.menu ul li {
	position: relative;
	display: inline-block;
}

	.menu ul li a {
		font-size: 16px;
		line-height: 1;
		padding: 15px 14px;
		color: #fff;
		display: flex;
		position: relative;
		text-decoration: none;
	}

.menu > ul > li.curr > a {
	font-weight: 600;
}

.menu ul li .sub_menu {
	min-width: 200%;
	position: absolute;
	top: 140%;
	left: -50%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	background: white;
	transition: all 400ms ease;
}

.menu ul li:hover > dl {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

.menu ul li dd {
	position: relative;
	display: block;
	text-align: center;
	transition: all 400ms ease;
}

.menu dl dd > .three_menu {
	min-width: 100%;
	position: absolute;
	left: 100%;
	z-index: 10;
	visibility: hidden;
	opacity: 0;
	background: white;
	transition: all 400ms ease;
}

.menu dl dd:hover > .three_menu {
	opacity: 1;
	visibility: visible;
	top: 0px;
}

.menu ul li dl dd a {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	color: #333;
	text-align: left;
	display: block;
	padding: 15px 25px 15px 25px;
	position: relative;
	text-decoration: none;
	outline: none;
	text-align: center;
	text-transform: none;
	transition: all 400ms ease;
	border-bottom: 1px solid #f4f4f4;
}

.menu ul li dl dd:hover {
	background-color: var(--primary-color);
}

	.menu ul li dl dd:hover > a {
		color: #fff;
	}


.h_lan {
	display: flex;
	align-items: center;
	background: linear-gradient(to right, #33cab0, #09e07c);
	padding: 5px;
	border-radius: 5px;
	margin-left: 20px;
}

	.h_lan a {
		font-size: 14px;
		color: #fff;
	}

	.h_lan span {
		font-size: 14px;
		color: #fff;
		padding: 0 8px;
	}


/*mMenu*/
.m_header {
	width: 100%;
}

.sp_header {
	height: 70px;
	overflow: hidden;
	background: var(--main-white);
	position: fixed;
	z-index: 999;
	width: 100%;
	display: none;
	top: 0;
	align-items: center;
	justify-content: space-between;
}

.sp_logo {
	height: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-left: 10px;
}

	.sp_logo img {
		margin: auto;
		max-height: 50px;
	}

.sp_nav {
	width: 50px;
	position: relative;
	cursor: pointer;
	height: 30px;
}

	/* æ¨ªæ  */
	.sp_nav span {
		display: block;
		background: #000000;
		width: 30px;
		height: 3px;
		position: absolute;
		left: 10px;
		transition: all ease 0.35s
	}

		.sp_nav span:nth-of-type(1) {
			top: 0px
		}

		.sp_nav span:nth-of-type(2) {
			top: 10px
		}

		.sp_nav span:nth-of-type(3) {
			top: 20px
		}

.sp_nav_se span:nth-of-type(1) {
	top: 10px;
	transform: rotate(45deg)
}

.sp_nav_se span:nth-of-type(2) {
	width: 0
}

.sp_nav_se span:nth-of-type(3) {
	top: 10px;
	transform: rotate(-45deg)
}

.sjj_nav {
	position: fixed;
	z-index: 9999;
	background: var(--main-white);
	width: 100%;
	height: calc(100% - 70px);
	font-size: 14px;
	line-height: 40px;
	top: 70px;
	left: 0;
	overflow: auto;
	overflow-x: hidden;
	transition: top ease 0.35s;
	display: none;
	transition: all ease 0.35s
}

.nav_show {
	display: block;
}

.sjj_nav ul li i {
	position: absolute;
	top: 5px;
	right: 0px;
	height: 30px;
	padding: 0px 7px 0 7px;
}

	.sjj_nav ul li i svg {
		transform: rotate(-90deg);
		transition: all ease 0.35s
	}

.sjj_nav ul li .sjj_nav_i_se svg {
	transform: rotate(0deg)
}

.sjj_nav ul li {
	border-bottom: 1px dashed #ddd;
	;
	position: relative;
	line-height: 45px;
	font-size: 16px
}

.sjj_nav > ul > li:last-child {
	border-bottom: 1px dashed #ddd;
}

.sjj_nav ul li ul {
	display: none
}

.sjj_nav ul li a {
	color: var(--font-color);
	width: 100%;
	padding: 0 20px;
	display: block;
	box-sizing: border-box;
}

	.sjj_nav ul li a:hover {
		color: #000000;
	}

.sjj_nav ul li ul li a {
	color: var(--font-color);
	display: block;
	text-align: left;
}

.sjj_nav ul li i svg {
	width: 25px;
	height: 25px;
	fill: #333;
}

.sjj_nav ul li .sjj_nav_i_se svg {
	fill: #333;
}

.sjj_nav ul li ul li > ul {
	margin-left: 10px
}

.sjj_nav ul li ul li {
	border-top: none;
}

	.sjj_nav ul li ul li a {
		padding: 0 30px;
	}


.plr15 {
	padding-left: 15px;
	padding-right: 15px;
}

.ptm50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.img_list2 {
	width: 100%;
	margin: 0 auto;
}

	.img_list2 ul {
		display: flex;
		flex-wrap: wrap;
	}

		.img_list2 ul li {
			width: 50%;
			font-size: 0;
			padding: 0 15px;
		}

			.img_list2 ul li img {
				width: 100%;
			}

.img_list3 {
	width: 100%;
	margin: 0 auto;
}

	.img_list3 ul {
		display: flex;
		flex-wrap: wrap;
	}

		.img_list3 ul li {
			width: 33.33%;
			font-size: 0;
			padding: 0 15px;
		}

			.img_list3 ul li img {
				width: 100%;
			}

.img_list4 {
	width: 100%;
	margin: 0 auto;
}

	.img_list4 ul {
		display: flex;
		flex-wrap: wrap;
	}

		.img_list4 ul li {
			width: 25%;
			font-size: 0;
			padding: 0 15px;
		}

			.img_list4 ul li img {
				width: 100%;
			}





/* bannerbox */
.bannerbox {
	width: 100%;
}

	.bannerbox .mySwiper1 {
		width: 100%;
	}

		.bannerbox .mySwiper1 .swiper-slide a {
			display: block;
			font-size: 0;
			width: 100%;
		}

			.bannerbox .mySwiper1 .swiper-slide a img {
				width: 100%;
			}

.prev_btn,
.next_btn {
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	line-height: 50px;
	height: 50px;
	width: 30px;
	text-align: center;
	transform: translateY(-50%);
	vertical-align: middle;
	cursor: pointer;
	color: white;
	background: rgba(0, 0, 0, .1);
}

.prev_btn {
	left: 0;
}

.next_btn {
	right: 0;
}

.mySwiper1 .swiper-pagination-bullet {
	font-size: 0px;
	width: 14px;
	height: 14px;
	background-color: rgba(0, 0, 0, 0.2);
}

.mySwiper1 .swiper-pagination-bullet-active {
	background: var(--primary-color);
}



/* footer */
.footerbox {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
}

.footer {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

	.footer p {
		font-size: 15px;
		color: #666;
		max-width: 100%;
		margin: 0 auto;
		margin-bottom: 30px;
		line-height: 25px;
	}

		.footer p:last-child {
			margin-bottom: 0;
		}



/* é€šç”¨å†…é¡µ */
.pd50 {
	padding: 50px 0;
}

.inbannerbox {
	position: relative;
	width: 100%;
	margin: 0 auto;
	font-size: 0;
}

	.inbannerbox img {
		width: 100%;
	}

	.inbannerbox .text {
		bottom: 10%;
		text-align: center;
		width: 100%;
		padding: 0 15px;
		position: absolute;
		left: 0;
	}

		.inbannerbox .text h1 {
			font-size: 28px;
			color: #fff;
			font-weight: bold;
		}

.insidebox {
	width: 100%;
	margin: 0 auto;
}

	.insidebox .inside {
		width: 100%;
		box-sizing: border-box;
	}


/* ================é¦–é¡µæ ·å¼========================= */
.index1box {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 50px;
}

.index1 {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.i1_left {
	width: 60%;
}

.i1_right {
	width: 35%;
	font-size: 0;
}

	.i1_right img {
		width: 100%;
	}

.i1_left h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.i1_left .desc {
	font-size: 16px;
	color: #333;
	line-height: 30px;
}

.i1_list {
	width: 100%;
	margin: 0 auto;
}

	.i1_list ul {
		display: flex;
		flex-wrap: wrap;
	}

		.i1_list ul li {
			width: 33.33%;
			padding-top: 98px;
			padding-left: 45px;
			padding-right: 45px;
			padding-bottom: 40px;
			background-size: cover;
			background-repeat: no-repeat;
			background-position: center;
		}

			.i1_list ul li h3 {
				font-size: 25px;
				color: #39c2ba;
				margin-bottom: 20px;
				text-align: center;
				/* font-weight: bold; */
				text-transform: uppercase;
			}

			.i1_list ul li p {
				font-size: 14px;
				color: #5a5a5a;
				line-height: 25px;
			}


.index2box {
	width: 100%;
	margin: 0 auto;
}

.index2 {
	width: 100%;
	margin: 0 auto;
}

.i2_title {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

	.i2_title h1 {
		font-size: 30px;
		color: #333;
		font-weight: bold;
		text-transform: uppercase;
	}

.i2_content {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

.i2_swiper {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

	.i2_swiper .swiper-slide {
		background-color: transparent;
	}

		.i2_swiper .swiper-slide .inner {
			width: 100%;
		}

			.i2_swiper .swiper-slide .inner .icon {
				width: 100%;
				font-size: 0;
			}

				.i2_swiper .swiper-slide .inner .icon img {
					width: 100%;
				}

			.i2_swiper .swiper-slide .inner .textbox {
				text-align: left;
			}

				.i2_swiper .swiper-slide .inner .textbox h3 {
					font-size: 23px;
					color: #39c2ba;
					margin-bottom: 10px;
				}

				.i2_swiper .swiper-slide .inner .textbox span {
					font-size: 14.5px;
					color: #666;
					margin-bottom: 10px;
				}

				.i2_swiper .swiper-slide .inner .textbox p {
					font-size: 14.5px;
					color: #666;
					line-height: 25px;
				}

.i2_prev,
.i2_next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
}

	.i2_prev img,
	.i2_next img {
		max-width: 100%;
		width: auto;
	}

.i2_prev {
	left: 0;
}

.i2_next {
	right: 0;
}




.index3box {
	width: 100%;
	margin: 0 auto;
}

.index3 {
	width: 100%;
	margin: 0 auto;
}

.i3_content {
	width: 100%;
	margin: 0 auto;
}

	.i3_content ul {
		display: flex;
		flex-wrap: wrap;
	}

		.i3_content ul li {
			width: 18.4%;
			margin-right: 2%;
			margin-bottom: 20px;
		}

			.i3_content ul li:nth-child(5n) {
				margin-right: 0;
			}

			.i3_content ul li img {
				width: 100%;
			}




.index4box {
	width: 100%;
	margin: 0 auto;
}

.index4 {
	width: 100%;
	margin: 0 auto;
}

	.index4 .i2_title {
		position: relative;
	}

		.index4 .i2_title a {
			display: inline-block;
			position: absolute;
			right: 0;
			top: 50%;
			transform: translateY(-50%);
			font-size: 14px;
			color: #39c2ba;
		}

.i4_content {
	width: 100%;
	margin: 0 auto;
}

	.i4_content ul {
		display: flex;
		flex-wrap: wrap;
	}

		.i4_content ul li {
			width: 22.5%;
			margin-right: 2%;
			margin-bottom: 20px;
			border-radius: 10px;
			padding: 30px;
			background-repeat: no-repeat;
			background-size: contain;
			background-color: #f1f1f1;
		}

			.i4_content ul li:nth-child(2) {
				background-image: none !important;
			}

			.i4_content ul li:nth-child(4) {
				background-image: none !important;
			}

			.i4_content ul li:nth-child(5) {
				background-image: none !important;
			}

			.i4_content ul li:nth-child(7) {
				background-image: none !important;
			}

			.i4_content ul li h3 {
				font-size: 18px;
				color: #333;
				margin-bottom: 10px;
			}

			.i4_content ul li .money {
				font-size: 16px;
				color: #d5340f;
				margin-bottom: 10px;
				display: block;
			}

			.i4_content ul li p {
				font-size: 15px;
				color: #666;
			}


.index5box {
	width: 100%;
	margin: 0 auto;
	position: relative;
}

	.index5box .bg {
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		height: 70%;
		font-size: 0;
		z-index: -1;
	}

		.index5box .bg img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

.index5 {
	width: 100%;
	margin: 0 auto;
}

	.index5 ul {
		display: flex;
		flex-wrap: wrap;
	}

		.index5 ul li {
			width: 18.4%;
			margin-right: 2%;
		}

			.index5 ul li:nth-child(5n) {
				margin-right: 0;
			}

			.index5 ul li .icon {
				width: 100%;
				font-size: 0;
				display: flex;
				align-items: center;
				justify-content: center;
				margin-bottom: 10px;
			}

				.index5 ul li .icon img {
					max-width: 100%;
					width: auto;
				}

			.index5 ul li .textbox {
				width: 100%;
				text-align: center;
			}

				.index5 ul li .textbox h3 {
					font-size: 20px;
					color: #333;
					margin-bottom: 10px;
				}

				.index5 ul li .textbox p {
					font-size: 14px;
					color: #666;
					margin-bottom: 10px;
				}

				.index5 ul li .textbox a {
					display: inline-block;
					background: linear-gradient(to right, #33cab0, #09df7d);
					text-align: center;
					width: 132px;
					height: 40px;
					line-height: 40px;
					border-radius: 8px;
					font-size: 14px;
					color: #fff;
				}




/*  */
.zhaopin1box {
	width: 100%;
	margin: 0 auto;
}

.zhaopin1 {
	width: 100%;
	margin: 0 auto;
}

	.zhaopin1 ul {
		display: flex;
		flex-wrap: wrap;
	}

		.zhaopin1 ul li {
			width: 15.2%;
			margin-right: 1%;
		}

			.zhaopin1 ul li:nth-child(5n) {
				margin-right: 2%;
			}

			.zhaopin1 ul li .icon {
				width: 100%;
				display: flex;
				align-items: center;
				justify-content: center;
				font-size: 0;
			}

				.zhaopin1 ul li .icon img {
					max-width: 100%;
					width: auto;
				}

			.zhaopin1 ul li .textbox {
				width: 100%;
				text-align: center;
			}

				.zhaopin1 ul li .textbox h1 {
					font-size: 20px;
					color: #333;
					margin-bottom: 10px;
				}

				.zhaopin1 ul li .textbox p {
					font-size: 16px;
					color: #666;
					line-height: 29px;
					text-align: left
				}



.zhaopin2box {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 100px;
}

.zhaopin2 {
	width: 100%;
	margin: 0 auto;
}

.zp_list {
	width: 100%;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

	.zp_list span {
		font-size: 17px;
		color: #666;
		display: inline-block;
		margin-right: 10px;
		font-weight: 700;
	}

	.zp_list ul {
		display: flex;
		align-items: center;
	}

		.zp_list ul li {
			width: 140px;
			height: 30px;
			border-radius: 5px;
			background-color: #f1f1f1;
			text-align: center;
			line-height: 30px;
			font-size: 14px;
			color: #666;
			margin-right: 10px;
		}

			.zp_list ul li a {
				color: #666;
			}

			.zp_list ul li.curr,
			.zp_list ul li:hover {
				background: linear-gradient(to right, #34cab1, #09e07c);
			}

				.zp_list ul li.curr a,
				.zp_list ul li:hover a {
					color: #fff;
				}

.zp_content {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.zp_tab {
	width: 25%;
}

.zp_box {
	width: 73%;
}

.zp_tab ul li {
	width: 100%;
	margin-bottom: 10px;
}

	.zp_tab ul li.on .inner, .zp_tab ul li:hover .inner {
		border: 2px solid #09df7d;
	}

	.zp_tab ul li .inner {
		background-color: #fff;
		border-radius: 10px;
		overflow: hidden;
		border: 2px solid transparent;
	}

		.zp_tab ul li .inner .tit {
			padding: 20px;
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

			.zp_tab ul li .inner .tit h3 {
				font-size: 15px;
				color: #333;
			}

			.zp_tab ul li .inner .tit .money {
				font-size: 16px;
				color: #d5340f;
			}

		.zp_tab ul li .inner p {
			font-size: 14px;
			color: #666;
			background-color: #f6f6f6;
			padding: 5px;
			text-align: center;
		}

			.zp_tab ul li .inner p span {
				padding: 0 5px;
				display: inline-block;
			}

.zp_box ul li {
	width: 100%;
}

	.zp_box ul li .inner {
		background-color: #fff;
		border-radius: 10px;
		padding: 20px 40px;
		border: 2px solid transparent;
	}

.zp_tab ul li.on .inner, .zp_tab ul li:hover .inner {
	border: 2px solid #09df7d;
}

.zp_box ul li .inner .tit {
	width: 100%;
	margin-bottom: 20px;
}

	.zp_box ul li .inner .tit h1 {
		font-size: 28px;
		color: #000;
		font-weight: bold;
		margin-bottom: 10px;
	}

		.zp_box ul li .inner .tit h1 .money {
			display: inline-block;
			margin-left: 40px;
			color: #d5340f;
			font-weight: bold;
			font-size: 24px;
		}

	.zp_box ul li .inner .tit p {
		display: flex;
		align-items: center;
	}

		.zp_box ul li .inner .tit p span {
			padding: 0 5px;
			display: inline-block;
		}

		.zp_box ul li .inner .tit p span {
			display: flex;
			align-items: center;
			margin-right: 10px;
			font-size: 14px;
			color: #666;
		}

			.zp_box ul li .inner .tit p span img {
				margin-right: 5px;
			}

.zp_box ul li .inner .desc {
	width: 100%;
}

	.zp_box ul li .inner .desc h3 {
		font-size: 18px;
		color: #000;
		margin-bottom: 10px;
	}

	.zp_box ul li .inner .desc p {
		font-size: 16px;
		line-height: 30px;
		color: #666;
	}



.i1_tc {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
}

.i2_tc {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgb(0, 0, 0,0.6);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
}

.i2_tclist ul li .i2_tc {
	opacity: 0;
	visibility: hidden;
}

.i2_tclist ul li.on .i2_tc {
	opacity: 1;
	visibility: visible;
}

.i1_tc.on {
	opacity: 1;
	visibility: visible;
}

.i1_tc .tc_inner {
	width: 67%;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgb(255, 255, 255, 0.9);
	text-align: center;
	padding: 25px;
}

	.i1_tc .tc_inner h3 {
		font-size: 20px;
		color: #33cab0;
		margin-bottom: 10px;
		text-align: center !important;
	}

	.i1_tc .tc_inner p {
		font-size: 16px;
		color: #333;
		text-align: left;
	}

	.i1_tc .tc_inner .i1_close {
		margin-top: 20px;
		display: inline-block;
		border-radius: 8px;
		background: linear-gradient(to right,#34cab1,#09e07c);
		font-size: 16px;
		color: #fff;
		padding: 8px 20px;
	}

.i2_tc .tc_inner {
	width: 67%;
	border-radius: 10px;
	overflow: hidden;
	background-color: rgb(255, 255, 255,0.9);
	text-align: center;
	padding: 25px;
}

	.i2_tc .tc_inner h3 {
		font-size: 20px;
		color: #33cab0;
		margin-bottom: 10px;
		text-align: center !important;
	}

	.i2_tc .tc_inner p {
		font-size: 16px;
		color: #333;
		text-align: left;
		line-height: 2em;
	}

	.i2_tc .tc_inner .i2_close {
		margin-top: 20px;
		display: inline-block;
		border-radius: 8px;
		background: linear-gradient(to right,#34cab1,#09e07c);
		font-size: 16px;
		color: #fff;
		padding: 8px 20px;
	}









@media only screen and (max-width: 980px) {
	.wapper {
		width: 1200px;
		padding: 0 15px;
		margin: 0 auto;
	}
}

/* @media only screen and (max-width: 980px) {
	.headerbox{display: none;}
	.sp_header{ display:flex;}
	.height{height: 70px;}
	.img_list2 ul li,.img_list3 ul li,.img_list4 ul li{width: 50%;margin-bottom: 15px;}
	.i1_left {width: 100%;margin-bottom: 20px;}
	.i1_left h3 {font-size: 25px;}
	.i1_right{width: 100%;display: flex;align-items: center;justify-content: center;font-size: 0;}
	.i1_right img{max-width: 100%;width: auto;}
	.i1_list ul li {width: 100%;padding: 5%;}
	.i2_title h1 {font-size: 25px;}
	.i2_swiper .swiper-slide .inner .textbox h3 {font-size: 20px;}
	.i3_content ul li {width: 49%;}
	.i3_content ul li:nth-child(2n){margin-right: 0 !important;}
	.i3_content ul li:nth-child(5n){margin-right: 2%;}
	.i4_content ul li {width: 49%;}
	.i4_content ul li:nth-child(2n){margin-right: 0}
	.index5 ul li {width: 49%;margin-bottom: 30px;}
	.index5 ul li:nth-child(2n){margin-right: 0 !important;}
	.zhaopin1 ul li{width: 49%;}
	.zhaopin1 ul li:nth-child(2n){margin-right: 0 !important;}
	.zhaopin1 ul li:nth-child(5n){margin-right: 2%;}
	.zp_tab{width: 100%;margin-bottom: 20px;}
	.zp_box{width: 100%;}
	.zp_list span {width: 100%;display: block;margin-bottom: 10px;}
	.zp_list {flex-wrap: wrap;}
	.zp_list ul{width: 100%;flex-wrap: wrap;}
	.zp_list ul li{margin-bottom: 10px;}
	.zp_box ul li .inner .tit h1 {font-size: 24px;}
	.zp_box ul li .inner .tit h1 .money{font-size: 20px;}
	.inbannerbox .text h1 {font-size: 30px;}
	.zhaopin1 ul li .textbox h1 {font-size: 25px;}
	
}


@media only screen and (max-width: 680px) {
	.inbannerbox .text h1 {font-size: 25px;}
	.zhaopin1 ul li .textbox h1 {font-size: 20px;}
	.img_list2 ul li,.img_list3 ul li,.img_list4 ul li{width: 100%;}
}
 */
