* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: ' ';
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

img {
	vertical-align: top;
	outline-width: 0ch;
}

body {
	overflow-x: hidden;
}

html {
	overflow-x: hidden;
}

:root {
	--main-color: #001932;
	--main-color1: #053463;
	--main-color-white: #ffffff;
	--main-color-555: #555555;
	--main-color-999: #999999;
	--main-color-666: #666666;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-color-222: #222222;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
	.pchead {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		box-shadow: var(--main-shadow);
		background-color: var(--main-color-white);
		height: 80px;
	}

	.pcheader {
		width: 100%;
		max-width: 1530px;
		padding: 0 65px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 80px;
	}

	.pclogo img {
		height: 75px;
	}

	.pcnav {
		display: flex;
		align-items: center;
		position: relative;
		z-index: 99;
	}

		.pcnav > li {
			position: relative;
			transition: var(--main-transition);
		}

			.pcnav > li > a {
				display: block;
				height: 80px;
				line-height: 80px;
				font-size: 16px;
				transition: var(--main-transition);
				color: var(--main-color-333);
				padding: 0 20px;
			}

	.pc_sec_nav {
		position: absolute;
		top: 100%;
		left: 0;
		width: 150px;
		background-color: var(--main-color-white);
		transform: rotateX(-60deg);
		opacity: 0;
		visibility: hidden;
		transition: var(--main-transition);
	}

	.pc_sec_item a {
		color: var(--main-color-666);
		font-size: 14px;
		display: block;
		padding: 10px 20px;
		transition: var(--main-transition);
	}

	.pcnav > li > a:hover {
		color: var(--main-color);
	}

	.pc_sec_item a:hover {
		color: var(--main-color) !important;
	}

	.pcnav li:hover .pc_sec_nav {
		transform: rotateX(0deg) !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.pc_sec_item:hover .pc_third_nav {
		transform: rotateX(0deg) !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.pcnav li:hover .first_a {
		color: var(--main-color);
	}

	.pc_sec_item:hover .second_a {
		color: var(--main-color) !important;
	}

	.third_a:hover {
		color: var(--main-color) !important;
	}

	.pc_sec_item {
		position: relative;
	}

	.pc_third_nav {
		position: absolute;
		left: 100%;
		top: 0;
		z-index: 998;
		width: 150px;
		transform: rotateX(-60deg);
		opacity: 0;
		visibility: hidden;
		transition: var(--main-transition);
	}

	.third_a {
		color: var(--main-color-666);
		background-color: var(--main-color-white);
	}

	.ml_mb_head {
		display: none;
	}

	.ml_mb_nav {
		display: none;
	}

	.ml_banner {
		width: 100%;
		z-index: 998;
		margin-top: 80px !important;
	}

		.ml_banner:hover .bannerbtnleft {
			left: 10px !important;
			opacity: 1 !important;
		}

		.ml_banner:hover .bannerbtnright {
			right: 10px !important;
			opacity: 1 !important;
		}

		.ml_banner img {
			width: 100%;
		}

	.bannerpage .swiper-pagination-bullet {
		width: 15px !important;
		height: 15px !important;
	}

	.bannerbtn {
		width: 50px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--main-color-white);
		font-size: 25px;
		height: 50px !important;
		transition: var(--main-transition);
		background: rgba(0, 0, 0, .7);
		background-image: none !important;
		opacity: 0;
	}

	.bannerbtnleft {
		left: 0 !important;
	}

	.bannerbtnright {
		right: 0 !important;
	}

	.copy {
		width: 100%;
		text-align: center;
		padding: 15px;
		background-color: var(--main-color);
		background-color: #eeeff2;
	}

	.copycon {
		text-align: center;
		max-width: 1200px;
		text-align: center;
		font-size: 14px;
		color: var(--main-color-666);
		margin: 0 auto;
	}

		.copycon a {
			font-size: 14px;
			color: var(--main-color-666);
		}

	.inbanner {
		width: 100%;
		height: 300px;
		margin-top: 80px;
		background-image: url(../images/inbanner.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.inbanner strong {
			display: block;
			font-size: 30px;
			color: var(--main-color-white);
			font-weight: normal;
		}

	.inside {
		max-width: 1530px;
		padding: 10px 65px;
		margin: 0 auto;
	}

		.inside p {
			font-size: 14px;
			color: var(--main-color-333);
		}

	.con1 {
		width: 100%;
		padding: 50px 0;
		background-color: #3f3d49;
	}

	.con1con {
		max-width: 1530px;
		padding: 0 65px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.con1left {
		width: 30%;
	}

		.con1left strong {
			display: block;
			font-weight: normal;
			font-size: 22px;
			color: var(--main-color-white);
		}

		.con1left p {
			color: var(--main-color-white);
			font-size: 12px;
			margin-top: 5px;
		}

	.con1right {
		width: 60%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.con1right input {
			width: 85%;
			height: 40px;
			padding-left: 15px;
			outline: none;
			border: none;
		}

		.con1right a {
			width: 15%;
			text-align: center;
			line-height: 40px;
			color: var(--main-color-white);
			border: 1px solid var(--main-color);
			background-color: var(--main-color);
			display: block;
			height: 40px;
		}

	.con2 {
		width: 100%;
		padding: 80px 0;
	}

	.con2con {
		max-width: 1530px;
		padding: 0 65px;
		margin: 0 auto;
	}

	.con_title {
		margin-bottom: 40px;
	}

		.con_title strong {
			display: block;
			text-align: center;
			color: var(--main-color-333);
			font-size: 22px;
			font-weight: normal;
		}

		.con_title span {
			display: block;
			text-align: center;
			color: var(--main-color-999);
			font-size: 13px;
			margin-top: 10px;
		}

	.con2con ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

		.con2con ul li {
			flex: 1;
			text-align: center;
		}

			.con2con ul li img {
				width: 130px;
				height: 130px;
				display: block;
				margin: 0 auto;
			}

			.con2con ul li p {
				font-size: 16px;
				color: var(--main-color-333);
				margin: 10px 0;
			}

			.con2con ul li span {
				line-height: 2em;
				color: var(--main-color-666);
				font-size: 15px;
				text-align: center;
				display: block;
				padding: 10px;
			}

	.con3 {
		padding: 80px 0;
	}

	.con3con {
		max-width: 1530px;
		padding: 0 65px;
		margin: 0 auto;
	}

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

			.con3con ul li {
				padding: 15px;
				box-shadow: var(--main-shadow);
				width: calc((100% - 60px) / 3);
				margin-right: 30px;
				margin-bottom: 30px;
				cursor: pointer;
			}

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

				.con3con ul li p {
					text-align: center;
					color: var(--main-color-333);
					font-size: 16px;
					margin: 10px 0;
				}

				.con3con ul li span {
					display: block;
					color: var(--main-color-666);
					font-size: 14px;
					text-align: center;
					margin-bottom: 15px;
				}

				.con3con ul li:hover img {
					transform: scale(1.1);
				}

	.con3img {
		overflow: hidden;
	}

		.con3img img {
			width: 100%;
			max-height: 280px;
			object-fit: cover;
			transition: var(--main-transition);
		}

	.con3con ul li a {
		display: block;
		width: 140px;
		border-radius: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: var(--main-color-white);
		background-color: var(--main-color);
		font-size: 14px;
		margin: 0 auto;
	}

	.more {
		display: block;
		width: 200px;
		border-radius: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: var(--main-color-white);
		background-color: var(--main-color);
		font-size: 14px;
		margin: 0 auto;
		margin-top: 40px;
	}

	.con4 {
		padding: 100px 0;
		background-image: url(../images/bg1.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con4con {
		max-width: 1530px;
		padding: 0 65px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.con4left {
		width: 48%;
		box-shadow: var(--main-shadow);
		background-color: var(--main-color-white);
		padding: 30px;
	}

		.con4left strong {
			display: block;
			text-align: center;
			font-size: 20px;
			color: var(--main-color);
			font-weight: normal;
			position: relative;
			margin-bottom: 40px;
		}

			.con4left strong::after {
				position: absolute;
				width: 100%;
				height: 1px;
				background-color: #e5e5e5;
				content: '';
				bottom: -10px;
				left: 0;
			}

		.con4left p {
			text-align: center;
			margin-bottom: 30px;
			color: var(--main-color-333);
			font-size: 12px;
			text-align: center;
		}

		.con4left a {
			display: block;
			width: 100%;
			background-color: var(--main-color);
			font-size: 14px;
			color: var(--main-color-white);
			height: 40px;
			text-align: center;
			line-height: 40px;
		}

	.group_item {
		margin-bottom: 20px;
	}

		.group_item p {
			text-align: left;
			color: var(--main-color-555);
			font-size: 14px;
			margin-bottom: 5px;
		}

		.group_item input {
			padding-left: 15px;
			background-color: #f8f8f8;
			border: none;
			width: 100%;
			display: block;
			height: 40px;
			outline: none;
		}

		.group_item p em {
			color: var(--main-color);
		}

	.con4right {
		width: 48%;
	}

		.con4right img {
			width: 100%;
		}

	.conbg {
		width: 100%;
		padding: 80px 0;
		background-image: url(../images/bg3.webp);
		background-repeat: no-repeat;
		background-size: cover;
		height: 420px;
	}

	.con5 {
		padding: 80px 0;
		margin-top: -20%;
	}

	.con5con {
		max-width: 1530px;
		padding: 0 65px;
		margin: 0 auto;
	}

		.con5con .con_title strong {
			color: var(--main-color-white);
		}

		.con5con .con_title span {
			color: var(--main-color-white);
		}

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

			.con5con ul li {
				position: relative;
				cursor: pointer;
				width: calc((100% - 60px) / 3);
				margin-right: 30px;
				margin-bottom: 30px;
			}

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

				.con5con ul li:hover img {
					transform: scale(1.1);
				}

	.con5img {
		overflow: hidden;
	}

		.con5img img {
			width: 100%;
			object-fit: cover;
			max-height: 400px;
			transition: var(--main-transition);
		}

	.con5pos {
		position: absolute;
		width: 100%;
		left: 0;
		background: rgba(0, 0, 0, 0.7);
		bottom: 0;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: var(--main-color-white);
		width: 100%;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.con6 {
		padding: 80px 0;
		padding-top: 0;
	}

	.con6con {
		max-width: 1530px;
		padding: 0 65px;
		margin: 0 auto;
	}

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

			.con6con ul li {
				width: calc((100% - 80px) / 5);
				margin-right: 20px;
				margin-bottom: 20px;
			}

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


				.con6con ul li img {
					width: 100%;
					height: 90px;
					object-fit: contain;
				}

	.con7 {
		padding: 80px 0;
		background-color: #fafafa;
	}

	.con7con {
		max-width: 1530px;
		padding: 0 65px;
		margin: 0 auto;
	}

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

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

			.con7con ul li {
				width: calc((100% - 40px) / 3);
				margin-right: 20px;
				margin-bottom: 20px;
				transition: var(--main-transition);
				padding: 15px;
				cursor: pointer;
				background-color: var(--main-color-white);
			}

				.con7con ul li:hover {
					box-shadow: var(--main-shadow);
				}

	.con7box {
		overflow: hidden;
	}

		.con7box img {
			width: 100%;
			max-height: 210px;
			object-fit: cover;
			transition: var(--main-transition);
		}

	.con7con ul li p {
		color: var(--main-color-333);
		font-size: 16px;
		margin: 10px 0;
	}

	.con7con ul li:hover .con7box img {
		transform: scale(1.1);
	}

	.con7con ul li span {
		font-size: 14px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 25px;
		color: var(--main-color-555);
	}

	.con7con ul li .arimg {
		width: 25px;
		display: block;
		margin-top: 10px;
		transition: var(--main-transition);
	}

	.con7con ul li:hover .arimg {
		margin-left: 10px;
	}

	.con7con ul li:hover p {
		color: var(--main-color);
	}

	.new_group {
		margin-top: 30px;
		background-color: var(--main-color-white);
	}

	.new_group_item {
		transition: var(--main-transition);
		padding: 20px;
		cursor: pointer;
		border-bottom: 1px solid #ececec;
	}

		.new_group_item:last-child {
			border: none !important;
		}

	.ngi_top {
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 15px;
	}

		.ngi_top a {
			color: #000;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			width: 75%;
			font-size: 16px;
		}

		.ngi_top span {
			font-size: 14px;
			color: var(--main-color-555);
		}

	.bgi_txt {
		font-size: 14px;
		color: var(--main-color-666);
		line-height: 25px;
	}

	.new_group_item:hover {
		box-shadow: var(--main-shadow);
	}

	.foot {
		padding: 50px 0;
		background-color: #1e1e1e;
	}

	.footer {
		max-width: 1530px;
		padding: 0 65px;
		margin: 0 auto;
	}

	.footer1 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 30px;
		border-bottom: 1px solid #3e3e3e;
		margin-bottom: 30px;
	}

	.footerleft {
		width: 40%;
	}

	.footer1 a img {
		max-width: 100%;
	}

	.footerright {
		display: flex;
		justify-content: right;
	}

		.footerright a {
			font-size: 16px;
			margin-left: 20px;
			color: var(--main-color-888);
		}

	.footer2 {
		display: flex;
		justify-content: space-between;
	}

	.footer2left {
		width: 50%;
	}

		.footer2left ul li {
			display: flex;
			margin-bottom: 10px;
		}

			.footer2left ul li i {
				margin-right: 5px;
				color: var(--main-color-999);
				display: block;
				font-size: 20px !important;
				width: 20px !important;
			}

			.footer2left ul li span {
				color: var(--main-color-999);
				font-size: 14px;
			}

	.footer2right {
		width: 50%;
		justify-content: right;
		display: flex;
		align-items: flex-end;
		flex-direction: column;
	}

		.footer2right img {
			width: 100px;
			height: 100px;
		}

		.footer2right p {
			color: var(--main-color-888);
			font-size: 14px;
			padding-right: 18px;
			margin-top: 10px;
		}

	.aboutus1 {
		max-width: 1530px;
		padding: 15px 65px;
		margin: 0 auto;
		padding-bottom: 50px;
	}

	.aboutus1con {
		width: 100%;
	}

		.aboutus1con img {
			width: 100%;
			margin-bottom: 20px;
		}

	.abp {
		font-size: 15px;
		line-height: 25px;
		color: var(--main-color-555);
	}
}

@media only screen and (max-width: 996px) {
	.aboutus1 {
		padding: 30px 15px;
	}

	.aboutus1con {
		width: 100%;
	}

		.aboutus1con img {
			width: 100%;
			margin-bottom: 20px;
		}

	.abp {
		font-size: 14px;
		line-height: 25px;
		color: var(--main-color-555);
	}

	.foot {
		padding: 30px 15px;
		background-color: #1e1e1e;
	}

	.footer1 {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		padding-bottom: 15px;
		border-bottom: 1px solid #3e3e3e;
		margin-bottom: 10px;
	}

	.footerleft {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer1 a img {
		width: 200px;
		display: block;
		margin: 0 auto;
	}

	.footerright {
		display: flex;
		flex-wrap: wrap;
	}

		.footerright a {
			font-size: 14px;
			margin-right: 15px;
			margin-bottom: 10px;
			color: var(--main-color-888);
		}

	.footer2 {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.footer2left {
		width: 100%;
		margin-bottom: 20px;
	}

		.footer2left ul li {
			display: flex;
			margin-bottom: 5px;
		}

			.footer2left ul li i {
				margin-right: 5px;
				color: var(--main-color-999);
				display: block;
				font-size: 20px !important;
				width: 20px !important;
			}

			.footer2left ul li span {
				color: var(--main-color-999);
				font-size: 14px;
			}

	.footer2right {
		width: 100%;
	}

		.footer2right img {
			width: 100px;
			height: 100px;
		}

		.footer2right p {
			color: var(--main-color-888);
			font-size: 14px;
			margin-top: 10px;
		}

	.con7 {
		padding: 30px 15px;
		background-color: #fafafa;
	}

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

		.con7con ul li {
			width: 100%;
			margin-bottom: 20px;
			transition: var(--main-transition);
			padding: 15px;
			cursor: pointer;
			background-color: var(--main-color-white);
		}

			.con7con ul li:hover {
				box-shadow: var(--main-shadow);
			}

	.con7box {
		overflow: hidden;
	}

		.con7box img {
			width: 100%;
			max-height: 210px;
			object-fit: cover;
			transition: var(--main-transition);
		}

	.con7con ul li p {
		color: var(--main-color-333);
		font-size: 14px;
		margin: 10px 0;
	}

	.con7con ul li:hover .con7box img {
		transform: scale(1.1);
	}

	.con7con ul li span {
		font-size: 12px;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		line-height: 25px;
		color: var(--main-color-555);
	}

	.con7con ul li .arimg {
		width: 25px;
		display: block;
		margin-top: 10px;
		transition: var(--main-transition);
	}

	.con7con ul li:hover .arimg {
		margin-left: 10px;
	}

	.con7con ul li:hover p {
		color: var(--main-color);
	}

	.new_group {
		margin-top: 20px;
		background-color: var(--main-color-white);
	}

	.new_group_item {
		transition: var(--main-transition);
		padding: 15px;
		cursor: pointer;
		border-bottom: 1px solid #ececec;
	}

		.new_group_item:last-child {
			border: none !important;
		}

	.ngi_top {
		flex-wrap: wrap;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.ngi_top a {
			color: #000;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			font-size: 14px;
		}

		.ngi_top span {
			font-size: 12px;
			display: block;
			margin-top: 5px;
			margin-bottom: 5px;
			color: var(--main-color-555);
		}

	.bgi_txt {
		font-size: 14px;
		color: var(--main-color-666);
		line-height: 25px;
	}

	.new_group_item:hover {
		box-shadow: var(--main-shadow);
	}

	.con6 {
		padding: 30px 15px;
	}

	.con6con {
		margin: 0 auto;
	}

		.con6con ul {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}

			.con6con ul li {
				width: 48%;
				margin-bottom: 20px;
			}

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

	.conbg {
		width: 100%;
		padding: 80px 0;
		background-image: url(../images/bg3.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con5 {
		padding: 30px 15px;
		margin-top: -40%;
	}

	.con5con {
		margin: 0 auto;
	}

		.con5con .con_title strong {
			color: var(--main-color-white);
		}

		.con5con .con_title span {
			color: var(--main-color-white);
		}

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

			.con5con ul li {
				position: relative;
				cursor: pointer;
				width: 100%;
				margin-bottom: 20px;
			}

	.con5img {
		overflow: hidden;
	}

		.con5img img {
			width: 100%;
			object-fit: cover;
			transition: var(--main-transition);
		}

	.con5pos {
		position: absolute;
		width: 100%;
		left: 0;
		background: rgba(0, 0, 0, 0.7);
		bottom: 0;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: var(--main-color-white);
		width: 100%;
		font-size: 14px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
	}

	.con4 {
		padding: 50px 15px;
		background-image: url(../images/bg1.webp);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con4con {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.con4left {
		width: 100%;
		box-shadow: var(--main-shadow);
		background-color: var(--main-color-white);
		padding: 15px;
	}

		.con4left strong {
			display: block;
			text-align: center;
			font-size: 20px;
			color: var(--main-color);
			font-weight: normal;
			position: relative;
			margin-bottom: 30px;
		}

			.con4left strong::after {
				position: absolute;
				width: 100%;
				height: 1px;
				background-color: #e5e5e5;
				content: '';
				bottom: -10px;
				left: 0;
			}

		.con4left p {
			text-align: center;
			margin-bottom: 20px;
			color: var(--main-color-333);
			font-size: 12px;
			text-align: center;
		}

		.con4left a {
			display: block;
			width: 100%;
			background-color: var(--main-color);
			font-size: 14px;
			color: var(--main-color-white);
			height: 40px;
			text-align: center;
			line-height: 40px;
		}

	.group_item {
		margin-bottom: 20px;
	}

		.group_item p {
			text-align: left;
			color: var(--main-color-555);
			font-size: 14px;
			margin-bottom: 5px;
		}

		.group_item input {
			padding-left: 15px;
			background-color: #f8f8f8;
			border: none;
			width: 100%;
			display: block;
			height: 40px;
			outline: none;
		}

		.group_item p em {
			color: var(--main-color);
		}

	.con4right {
		display: none;
	}

		.con4right img {
			width: 100%;
		}

	.con3 {
		padding: 30px 15px;
	}

	.con3con {
		margin: 0 auto;
	}

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

			.con3con ul li {
				padding: 10px;
				box-shadow: var(--main-shadow);
				width: 100%;
				margin-bottom: 25px;
			}

				.con3con ul li p {
					text-align: center;
					color: var(--main-color-333);
					font-size: 14px;
					margin: 5px 0;
				}

				.con3con ul li span {
					display: block;
					color: var(--main-color-666);
					font-size: 13px;
					text-align: center;
					margin-bottom: 10px;
				}

				.con3con ul li:hover img {
					transform: scale(1.1);
				}

	.con3img {
		overflow: hidden;
	}

		.con3img img {
			width: 100%;
			transition: var(--main-transition);
		}

	.con3con ul li a {
		display: block;
		width: 120px;
		border-radius: 30px;
		height: 30px;
		line-height: 30px;
		text-align: center;
		color: var(--main-color-white);
		background-color: var(--main-color);
		font-size: 12px;
		margin: 0 auto;
	}

	.more {
		display: block;
		width: 150px;
		border-radius: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: var(--main-color-white);
		background-color: var(--main-color);
		font-size: 14px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.con2 {
		width: 100%;
		padding: 30px 15px;
	}

	.con2con {
		margin: 0 auto;
	}

	.con_title {
		margin-bottom: 30px;
	}

		.con_title strong {
			display: block;
			text-align: center;
			color: var(--main-color-333);
			font-size: 18px;
			font-weight: normal;
		}

		.con_title span {
			display: block;
			text-align: center;
			color: var(--main-color-999);
			font-size: 12px;
			margin-top: 5px;
		}

	.con2con ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

		.con2con ul li {
			width: 48%;
			margin-bottom: 25px;
			text-align: center;
		}

			.con2con ul li img {
				width: 100px;
				height: 100px;
				display: block;
				margin: 0 auto;
			}

			.con2con ul li p {
				font-size: 14px;
				color: var(--main-color-333);
				margin: 5px 0;
			}

			.con2con ul li span {
				color: var(--main-color-666);
				font-size: 12px;
				text-align: center;
				display: block;
			}

	.con1 {
		width: 100%;
		padding: 30px 15px;
		background-color: #3f3d49;
	}

	.con1con {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.con1left {
		width: 100%;
	}

		.con1left strong {
			display: block;
			text-align: center;
			font-weight: normal;
			font-size: 16px;
			color: var(--main-color-white);
		}

		.con1left p {
			text-align: center;
			color: var(--main-color-white);
			font-size: 12px;
			margin-top: 5px;
		}

	.con1right {
		margin-top: 20px;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

		.con1right input {
			width: 85%;
			height: 40px;
			padding-left: 15px;
			outline: none;
			border: none;
		}

		.con1right a {
			width: 15%;
			text-align: center;
			line-height: 40px;
			color: var(--main-color-white);
			border: 1px solid var(--main-color);
			background-color: var(--main-color);
			display: block;
			height: 40px;
		}

	html {
		overflow-x: hidden;
	}

	.inside {
		padding: 30px 15px;
		padding-top: 10px;
		margin: 0 auto;
	}

		.inside p {
			font-size: 14px;
			color: var(--main-color-333);
		}

	.inbanner {
		width: 100%;
		height: 150px;
		margin-top: 60px;
		background-image: url(../images/inbanner.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.inbanner strong {
			display: block;
			font-size: 25px;
			color: var(--main-color);
			font-weight: normal;
		}

	.copy {
		width: 100%;
		text-align: center;
		padding: 15px;
		background-color: var(--main-color);
		margin-bottom: 60px;
	}

	.copycon {
		text-align: center;
		text-align: center;
		font-size: 13px;
		color: var(--main-color-white);
		margin: 0 auto;
	}

		.copycon a {
			font-size: 13px;
			color: var(--main-color-white);
		}

	.ml_banner {
		width: 100%;
		margin-top: 60px !important;
	}

		.ml_banner img {
			width: 100%;
		}

	.bannerpage .swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
	}

	.bannerbtn {
		width: 40px !important;
		height: 40px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--main-color-white);
		font-size: 25px;
		transition: var(--main-transition);
		background: rgba(0, 0, 0, .7);
		background-image: none !important;
	}

	.pchead {
		display: none;
	}

	.pcnav {
		display: none;
	}

	.ml_mb_arrowChange {
		transform: rotate(90deg);
	}

	.ml_mbnav_3 {
		display: none;
	}

	.ml_mbnav_3_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
		background-color: #efefef;
	}

		.ml_mbnav_3_item > a {
			display: block;
			width: 100%;
			height: 40px;
			line-height: 40px;
			color: var(--main-color-666);
			font-size: 14px;
			padding-left: 35px;
		}

	.ml_mb_nav i {
		font-size: 22px !important;
		transition: var(--main-transition);
	}

	.ml_mbnav_2_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
		background-color: #e3e3e3;
	}

		.ml_mbnav_2_item > a {
			display: block;
			height: 40px;
			width: 100%;
			line-height: 40px;
			color: var(--main-color-666);
			font-size: 14px;
			padding-left: 20px;
		}

	.ml_mbnav_2 {
		display: none;
	}

	.ml_mbnav_1_item > a {
		display: block;
		height: 40px;
		line-height: 40px;
		color: var(--main-color-666);
		font-size: 14px;
		width: 100%;
	}

	.ml_mbnav_1_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
	}

	.ml_mb_nav {
		width: 100%;
		height: calc(100% - 60px);
		position: fixed;
		top: 60px;
		right: -100%;
		background-color: var(--main-color-white);
		z-index: 100;
		border-top: 1px solid #ccc;
		overflow: scroll;
		padding: 20px 0;
		transition: var(--main-transition);
	}

	.mb_navShow {
		right: 0 !important;
	}

	.hb_fadeout {
		opacity: 0 !important;
	}

	.change2 {
		transform: translateY(-10px) rotate(-45deg);
	}

	.change1 {
		transform: translateY(10px) rotate(45deg);
	}

	.hb span {
		display: block;
		width: 30px;
		height: 1px;
		background-color: var(--main-color-666);
		transition: var(--main-transition);
	}

	.hb {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 20px;
		flex-direction: column;
	}

	.ml_mb_logo img {
		width: 120px;
	}

	.ml_mb_head {
		display: flex;
		height: 60px;
		padding: 0 20px;
		background-color: var(--main-color-white);
		position: fixed;
		top: 0;
		left: 0;
		align-items: center;
		justify-content: space-between;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		width: 100%;
		z-index: 99;
	}

	.ml_pcheader {
		display: none;
	}
}
