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

ul li {
	list-style: none;
}

html {
	overflow-x: hidden;
}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

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

:root {
	--main-color: #00233d;
	--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;
		transition: var(--main-transition);
		z-index: 99;
		height: 70px;
		background-color: var(--main-color-white);
		box-shadow: var(--main-shadow);
	}

	.pcheader {
		max-width: 1400px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		position: relative;
		height: 70px;
	}

	.pclogo img {
		height: 50px;
	}

	.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: 70px;
				line-height: 70px;
				font-size: 16px;
				transition: var(--main-transition);
				color: var(--main-color-333);
				padding: 0 20px;
			}

	.pc_sec_nav {
		position: absolute;
		top: 100%;
		left: 0;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
		width: 150px;
		background-color: var(--main-color-white);
		opacity: 0;
		visibility: hidden;
		transition: var(--main-transition);
	}

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

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

	.pcnav li:hover .pc_sec_nav {
		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;
		box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
		left: 100%;
		top: 0;
		z-index: 998;
		width: 150px;
		opacity: 0;
		visibility: hidden;
		transition: var(--main-transition);
	}

	.third_a {
		color: var(--main-color-white);
		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: 70px !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;
		border-top: 1px solid #555555;
		background-color: #3b3d40;
	}

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

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

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

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

	.inside {
		max-width: 1400px;
		padding: 15px 0;
		margin: 0 auto;
	}

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

	.con1 {
		padding: 30px 0;
		background-image: url(../images/bg1.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con1con {
		max-width: 1400px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-items: center;
	}

	.con1left {
		width: 20%;
	}

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

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

	.con1right {
		width: 56%;
	}

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

			.con1right ul li {
				flex: 1;
				text-align: center;
				padding: 10px;
			}

				.con1right ul li img {
					width: 55px;
				}

				.con1right ul li p {
					color: var(--main-color-white);
					font-size: 16px;
					margin: 5px 0;
				}

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

	.con2 {
		padding: 80px 0;
		background-image: url(../images/bg2.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con2con {
		max-width: 1400px;
		margin: 0 auto;
	}

	.con_title {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 25px;
	}

		.con_title strong {
			font-size: 24px;
			color: var(--main-color-333);
		}

		.con_title a {
			color: var(--main-color-888);
			font-size: 16px;
		}

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

		.con2con ul li {
			width: calc((100% - 90px) / 4);
			margin-right: 30px;
			margin-bottom: 0;
			padding-top: 0;
			cursor: pointer;
			background-color: var(--main-color-white);
		}

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

			.con2con ul li img {
				width: 100%;
				height: 249px;
				display: block;
				margin: 0 auto;
				object-fit: cover;
			}

			.con2con ul li p {
				margin: 15px 0;
				color: var(--main-color-222);
				font-size: 18px;
				text-align: center;
			}

			.con2con ul li span {
				color: var(--main-color-666);
				font-size: 14px;
				line-height: 25px;
				display: block;
				padding: 0 30px;
				text-align: center;
			}

			.con2con ul li a {
				margin-top: 20px;
				display: block;
				text-align: center;
				height: 50px;
				line-height: 50px;
				color: var(--main-color);
				border-top: 1px solid #ededed;
				text-align: center;
				font-size: 14px;
			}

	.con3 {
		padding: 100px 0;
		background-image: url(../images/bg3.jpeg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	.con3con {
		max-width: 1400px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.con3left {
		width: 48%;
	}

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

		.con3left p {
			margin-top: 10px;
			color: var(--main-color-white);
			font-size: 15px;
			line-height: 25px;
		}

		.con3left a {
			display: block;
			margin-top: 20px;
			width: 120px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			background-color: var(--main-color-white);
			color: var(--main-color);
			font-size: 14px;
		}

	.con3right {
		width: 40%;
	}

	.index_form {
		padding: 30px 20px;
		background-color: var(--main-color-white);
	}

		.index_form strong {
			font-weight: normal;
			display: block;
			font-size: 24px;
			color: var(--main-color);
			position: relative;
			margin-bottom: 25px;
		}

			.index_form strong::after {
				position: absolute;
				bottom: -15px;
				left: 0;
				content: '';
				width: 50px;
				height: 2px;
				background-color: var(--main-color);
			}

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

		.index_form input {
			display: block;
			margin-top: 20px;
			padding-left: 15px;
			border: 1px solid #d7dae2;
			border-radius: 5px;
			height: 40px;
			width: 100%;
			outline: none;
		}

		.index_form a {
			display: block;
			margin-top: 20px;
			width: 140px;
			height: 40px;
			line-height: 40px;
			border-radius: 5px;
			color: var(--main-color-white);
			font-size: 14px;
			text-align: center;
			background-color: var(--main-color);
		}

	.con4 {
		padding: 80px 0;
		background-image: url(../images/bg4.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con4con {
		max-width: 1400px;
		margin: 0 auto;
	}

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

			.con4con ul li {
				width: calc(100% / 3);
				background-color: var(--main-color-white);
				border-right: 1px solid #ececec;
			}

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

	.con4box {
		padding: 30px 40px;
		background-color: var(--main-color-white);
	}

		.con4box strong {
			display: block;
			text-align: center;
			color: var(--main-color-333);
			font-size: 18px;
			font-weight: bold;
			margin-bottom: 10px;
		}

		.con4box p {
			text-align: center;
			color: #cfcfcf;
			margin: 10px 0;
			font-size: 30px;
		}

		.con4box span {
			font-size: 14px;
			display: block;
			text-align: left;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
			color: var(--main-color-888);
			line-height: 25px;
		}

	.con5 {
		padding: 80px 0;
		background-image: url(../images/bg5.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con5con {
		max-width: 1400px;
		margin: 0 auto;
	}

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

			.con5con ul li {
				width: calc((100% - 90px) / 4);
				margin-right: 30px;
				margin-bottom: 30px;
				padding: 20px;
				background-color: var(--main-color-white);
				box-shadow: var(--main-shadow);
			}

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

				.con5con ul li img {
					width: 100%;
					height: 170px;
					object-fit: cover;
				}

				.con5con ul li p {
					text-align: center;
					margin: 15px 0;
					font-size: 18px;
					color: var(--main-color-222);
				}

				.con5con ul li span {
					display: block;
					color: var(--main-color-666);
					font-size: 14px;
					text-align: left;
					width: 100%;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 3;
				}

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

	.i_newbox {
		width: 100%;
		overflow: hidden;
	}

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

	.con6 {
		padding: 80px 0;
	}

	.con6con {
		max-width: 1400px;
		margin: 0 auto;
	}

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

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

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

	.newtxt {
		padding: 15px;
	}

		.newtxt a {
			color: var(--main-color-222);
			font-size: 18px;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
		}

	.newtxt {
		border: 1px solid #e2e2e2;
	}

		.newtxt p {
			font-size: 14px;
			color: var(--main-color-666);
			margin: 15px 0;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}

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

	.foot {
		padding: 50px 0;
		background-color: var(--main-color);
	}

	.footer {
		max-width: 1400px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.footerleft {
		width: 220px;
		padding-right: 20px;
		border-right: 1px solid #2c2c2c
	}

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

			.footerleft ul li i {
				font-size: 15px !important;
				color: var(--main-color-white);
				width: 20px !important;
			}

		.footerleft ul li {
			margin-bottom: 10px;
		}

			.footerleft ul li span {
				flex: 1;
				padding-left: 5px;
				color: var(--main-color-white);
				font-size: 14px;
			}

	.footerright {
		flex: 1;
		padding: 0 20px;
		border-right: 1px solid #2c2c2c
	}

	.footercode {
		width: 120px;
		margin-left: 30px;
	}

		.footercode img {
			width: 100%;
			height: 120px;
			object-fit: cover;
		}

		.footercode p {
			margin: 10px 0;
			text-align: center;
			font-size: 14px;
			color: var(--main-color-white);
		}

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

		.footerright ul li {
			padding: 0 20px;
			border-right: 1px solid #2c2c2c;
			width: 25%;
			margin-bottom: 20px;
		}

			.footerright ul li:last-child {
				border-right: 0 !important;
			}

	.f_a {
		font-size: 15px;
		color: var(--main-color-white);
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}

	.s_a {
		font-size: 13px;
		text-align: center;
		display: block;
		margin-bottom: 10px;
		color: #ffffff99;
	}

	.aboutus1 {
		width: 100%;
		padding: 50px 0;
		padding-top: 15px;
	}

	.aboutus1con {
		max-width: 1400px;
		margin: 0 auto;
	}

	.ab1box strong {
		display: block;
		text-align: center;
		color: var(--main-color);
		font-size: 36px;
		font-weight: normal;
		margin-bottom: 25px;
	}

	.ab1box p {
		font-size: 16px;
		max-width: 1150px;
		margin: 0 auto;
		text-align: left;
		color: var(--main-color-666);
		line-height: 2em;
	}

	.ab2box {
		margin-top: 30px;
	}

		.ab2box ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			max-width: 1140px;
			margin: 0 auto;
		}

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

				.ab2box ul li img {
					width: 110px;
				}

				.ab2box ul li p {
					font-size: 18px;
					color: var(--main-color-222);
					margin: 15px 0;
				}

				.ab2box ul li span {
					padding: 0 50px;
					color: var(--main-color-666);
					font-size: 14px;
					display: block;
				}

	.aboutus2 {
		padding: 120px 0;
		background-image: url(../images/abbg.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.aboutus2con {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

		.aboutus2con strong {
			display: block;
			text-align: center;
			color: var(--main-color-white);
			font-weight: normal;
			font-size: 25px;
			margin-bottom: 10px;
		}

		.aboutus2con p {
			font-size: 20px;
			color: var(--main-color-white);
			text-align: center;
		}

	.aboutus3 {
		padding: 50px 0;
	}

	.aboutus3con {
		max-width: 1400px;
		margin: 0 auto;
	}

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

			.aboutus3con ul li {
				width: calc((100% - 90px) / 4);
				margin-right: 30px;
				margin-bottom: 30px;
				padding: 20px;
				cursor: pointer;
				box-shadow: var(--main-shadow);
			}

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

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

	.h_box {
		overflow: hidden;
	}

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

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

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

	.aboutus3con {
		margin: 0 auto;
	}

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

			.aboutus3con ul li {
				width: 100%;
				margin-bottom: 30px;
				padding: 20px;
				cursor: pointer;
				box-shadow: var(--main-shadow);
			}

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

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

	.h_box {
		overflow: hidden;
	}

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

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

	.aboutus2 {
		padding: 120px 0;
		background-image: url(../images/abbg.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
		background-attachment: fixed;
	}

	.aboutus2con {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		padding: 0 30px;
	}

		.aboutus2con strong {
			display: block;
			text-align: center;
			color: var(--main-color-white);
			font-weight: normal;
			font-size: 20px;
			margin-bottom: 10px;
		}

		.aboutus2con p {
			font-size: 18px;
			color: var(--main-color-white);
			text-align: center;
		}

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

	.aboutus1con {
		margin: 0 auto;
	}

	.ab1box strong {
		display: block;
		text-align: center;
		color: var(--main-color);
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 25px;
	}

	.ab1box p {
		font-size: 14px;
		margin: 0 auto;
		text-align: center;
		color: var(--main-color-666);
		line-height: 25px;
	}

	.ab2box {
		margin-top: 20px;
	}

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

			.ab2box ul li {
				text-align: center;
				width: 100%;
				margin-bottom: 20px;
				padding: 20px;
				background-color: var(--main-color-white);
				box-shadow: var(--main-shadow);
			}

				.ab2box ul li img {
					width: 110px;
				}

				.ab2box ul li p {
					font-size: 18px;
					color: var(--main-color-222);
					margin: 15px 0;
				}

				.ab2box ul li span {
					padding: 0 50px;
					color: var(--main-color-666);
					font-size: 14px;
					display: block;
				}

	.foot {
		padding: 30px 15px;
		background-color: #191a1e;
	}

	.footer {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

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

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

			.footerleft ul li i {
				font-size: 15px !important;
				color: var(--main-color-white);
				width: 20px !important;
			}

		.footerleft ul li {
			margin-bottom: 10px;
		}

			.footerleft ul li span {
				flex: 1;
				padding-left: 5px;
				color: var(--main-color-white);
				font-size: 14px;
			}

	.footerright {
		width: 100%;
	}

	.footercode {
		width: 100%;
	}

		.footercode img {
			width: 120px;
			height: 120px;
			object-fit: cover;
		}

		.footercode p {
			margin: 10px 0;
			font-size: 14px;
			color: var(--main-color-white);
		}

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

		.footerright ul li {
			margin-right: 10px;
			margin-bottom: 15px;
		}

			.footerright ul li:last-child {
				border-right: 0 !important;
			}

	.f_a {
		font-size: 15px;
		color: var(--main-color-white);
		display: block;
		margin-bottom: 30px;
		text-align: center;
	}

	.s_a {
		display: none;
	}

	.con6 {
		padding: 30px 15px;
	}

	.con6con {
		margin: 0 auto;
	}

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

	.i_newbox {
		width: 100%;
		overflow: hidden;
	}

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

	.con6con ul li {
		width: 100%;
		margin-bottom: 30px;
		cursor: pointer;
	}

	.newtxt {
		padding: 15px;
	}

		.newtxt a {
			color: var(--main-color-222);
			font-size: 16px;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
		}

	.newtxt {
		border: 1px solid #e2e2e2;
	}

		.newtxt p {
			font-size: 14px;
			color: var(--main-color-666);
			margin: 10px 0;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
		}

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

	.con5 {
		padding: 30px 15px;
		background-image: url(../images/bg5.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con5con {
		margin: 0 auto;
	}

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

			.con5con ul li {
				width: 100%;
				margin-bottom: 20px;
				padding: 15px;
				background-color: var(--main-color-white);
				box-shadow: var(--main-shadow);
			}

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

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

				.con5con ul li span {
					display: block;
					color: var(--main-color-666);
					font-size: 14px;
					text-align: center;
					width: 100%;
					overflow: hidden;
					text-overflow: ellipsis;
					display: -webkit-box;
					-webkit-box-orient: vertical;
					-webkit-line-clamp: 2;
				}

	.con4 {
		padding: 30px 15px;
		background-image: url(../images/bg4.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con4con {
		margin: 0 auto;
	}

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

			.con4con ul li {
				width: 100%;
				margin-bottom: 20px;
				background-color: var(--main-color-white);
			}

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

	.con4box {
		padding: 30px 40px;
		background-color: var(--main-color-white);
	}

		.con4box strong {
			display: block;
			text-align: center;
			color: var(--main-color-333);
			font-size: 16px;
			font-weight: bold;
		}

		.con4box p {
			text-align: center;
			color: #cfcfcf;
			margin: 10px 0;
			font-size: 30px;
		}

		.con4box span {
			font-size: 14px;
			display: block;
			text-align: center;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
			color: var(--main-color-888);
			line-height: 25px;
		}

	.con3 {
		padding: 50px 15px;
		background-image: url(../images/bg3.jpeg);
		background-size: cover;
		background-repeat: no-repeat;
		background-attachment: fixed;
	}

	.con3con {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.con3left {
		width: 100%;
	}

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

		.con3left p {
			margin-top: 5px;
			color: var(--main-color-white);
			font-size: 14px;
			line-height: 25px;
		}

		.con3left a {
			display: block;
			margin-top: 20px;
			width: 120px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			background-color: var(--main-color-white);
			color: var(--main-color);
			font-size: 14px;
		}

	.con3right {
		width: 100%;
		margin-top: 20px;
	}

	.index_form {
		padding: 30px 20px;
		background-color: var(--main-color-white);
	}

		.index_form strong {
			font-weight: normal;
			display: block;
			font-size: 22px;
			color: var(--main-color);
			position: relative;
			margin-bottom: 20px;
		}

			.index_form strong::after {
				position: absolute;
				bottom: -10px;
				left: 0;
				content: '';
				width: 50px;
				height: 2px;
				background-color: var(--main-color);
			}

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

		.index_form input {
			display: block;
			margin-top: 20px;
			padding-left: 15px;
			border: 1px solid #d7dae2;
			border-radius: 5px;
			height: 40px;
			width: 100%;
			outline: none;
		}

		.index_form a {
			display: block;
			margin-top: 20px;
			width: 140px;
			height: 40px;
			line-height: 40px;
			border-radius: 5px;
			color: var(--main-color-white);
			font-size: 14px;
			text-align: center;
			background-color: var(--main-color);
		}

	.con2 {
		padding: 30px 15px;
		background-image: url(../images/bg2.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con2con {
		margin: 0 auto;
	}

	.con_title {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		margin-bottom: 25px;
	}

		.con_title strong {
			font-size: 20px;
			color: var(--main-color-333);
		}

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

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

		.con2con ul li {
			width: 48%;
			margin-bottom: 20px;
			padding-top: 50px;
			cursor: pointer;
			background-color: var(--main-color-white);
		}

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

			.con2con ul li p {
				margin: 10px 0;
				color: var(--main-color-222);
				font-size: 14px;
				text-align: center;
			}

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

			.con2con ul li a {
				margin-top: 20px;
				display: block;
				text-align: center;
				height: 40px;
				line-height: 40px;
				color: var(--main-color);
				border-top: 1px solid #ededed;
				text-align: center;
				font-size: 12px;
			}

	.con1 {
		padding: 30px 15px;
		background-image: url(../images/bg1.jpeg);
		background-repeat: no-repeat;
		background-size: cover;
	}

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

	.con1left {
		width: 100%;
	}

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

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

	.con1right {
		width: 100%;
		margin-top: 20px;
	}

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

			.con1right ul li {
				flex: 1;
				text-align: center;
				padding: 0 10px;
			}

				.con1right ul li img {
					width: 35px;
				}

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

				.con1right ul li span {
					font-size: 12px;
					color: var(--main-color-white);
				}

	.inside {
		padding: 15px;
	}

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

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

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

	.copy {
		width: 100%;
		text-align: center;
		padding: 15px;
		border-top: 1px solid #555555;
		background-color: #3b3d40;
		margin-bottom: 60px;
	}

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

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

	.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 {
		height: 46px;
	}

	.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;
	}

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

	.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;
	}
}
