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

body {
	overflow-x: hidden !important;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

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

:root {
	--main-color: #184a7f;
	--main-color1: #184a7f;
	--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;
		transition: var(--main-transition);
		height: 100px;
		border-bottom: 1px solid rgba(255, 255, 255, .3);
	}

	.pcheader {
		max-width: 1400px;
		margin: 0 auto;
		transition: var(--main-transition);
		display: flex;
		align-items: center;
		justify-content: space-between;
		height: 100px;
	}

	.pclogo img {
		height: 85px;
	}

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

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

	.first_a::after {
		width: 0%;
		position: absolute;
		transition: var(--main-transition);
		height: 3px;
		content: '';
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		background-color: var(--main-color);
	}

	.pcnav > li:hover .first_a::after {
		width: 100%;
	}

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

	.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 {
		border-bottom: 1px dashed #ddd;
	}

		.pc_sec_item a {
			color: var(--main-color-666);
			font-size: 15px;
			font-weight: bold;
			display: block;
			padding: 10px 30px;
			transition: var(--main-transition);
		}

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

	.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 {
		border-bottom: 1px dashed #ddd;
	}

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

	.head_transform {
		max-width: 90% !important;
		height: 72px !important;
	}

	.header_transform {
		background-color: var(--main-color) !important;
		height: 72px !important;
	}

	.ml_mb_head {
		display: none;
	}

	.ml_mb_nav {
		display: none;
	}

	.ml_banner {
		width: 100%;
		z-index: 998;
		margin-top: 80px !important;
		margin-top: 0px !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);
		}

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

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

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

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

	.search {
		color: var(--main-color-white);
		cursor: pointer;
	}

	.cover {
		width: 30%;
		height: 100%;
		position: fixed;
		left: -1005%;
		top: 0;
		background: rgba(0, 0, 0, .8);
		z-index: 99999;
		transition: var(--main-transition);
	}

	.covershow {
		left: 0 !important;
	}

	.searchshow {
		right: 0 !important;
	}

	.sou {
		position: fixed;
		transition: var(--main-transition);
		top: 0;
		width: 70%;
		height: 100%;
		right: -70%;
		display: flex;
		justify-content: space-between;
		z-index: 9999;
	}

	.souleft {
		width: 100px;
		background-color: var(--main-color);
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.souright {
		flex: 1;
		padding: 10%;
		background-color: var(--main-color-white);
	}

		.souright h1 {
			color: var(--main-color);
			font-size: 40px;
			margin-bottom: 35px;
		}

	.close {
		cursor: pointer;
		transition: var(--main-transition);
	}

		.close:hover {
			transform: rotate(360deg);
		}

	.inp {
		position: relative;
	}

	.go {
		position: absolute;
		right: 0;
		top: 0;
	}

	.souright input {
		display: block;
		width: 100%;
		height: 45px;
		border: none;
		outline: none;
		font-size: 20px;
		color: var(--main-color-222);
		border-bottom: 1px solid #e0e0e0;
	}

	.changeColor {
		background-color: var(--main-color-white) !important;
	}

		.changeColor .first_a {
			color: var(--main-color-222) !important;
		}

		.changeColor i {
			color: var(--main-color-222) !important;
		}

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

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

	.contitle {
		max-width: 680px;
		margin: 0 auto;
		margin-bottom: 55px;
	}

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

		.contitle span {
			font-size: 16px;
			display: block;
			text-align: center;
			color: #3333334d;
		}

		.contitle .line {
			width: 345px;
			height: 1px;
			background-color: #e1e1e2;
			position: relative;
			margin: 0 auto;
			margin-top: 10px;
			margin-bottom: 12px;
		}

			.contitle .line::after {
				position: absolute;
				width: 33px;
				height: 4px;
				background-color: var(--main-color);
				content: '';
				left: 50%;
				transform: translateX(-50%);
				bottom: 1px;
			}

		.contitle p {
			font-size: 14px;
			color: #777777;
			line-height: 25px;
			text-align: center;
		}

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

		.con1con ul li {
			position: relative;
			height: 329px;
			overflow: hidden;
			width: 33%;
		}

			.con1con ul li:hover .mark {
				top: 0 !important;
				background: rgba(214, 0, 29, .9);
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}

				.con1con ul li:hover .mark h1 {
					color: var(--main-color-white);
				}

				.con1con ul li:hover .mark .line1 {
					background-color: var(--main-color-white);
				}

				.con1con ul li:hover .mark p {
					color: var(--main-color-white);
				}

	.re_img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.mark {
		width: 100%;
		height: 100%;
		background: #f6f6f6;
		text-align: center;
		padding: 55px 75px;
		position: absolute;
		top: 440px;
		left: 0;
		transition: var(--main-transition);
		z-index: 2;
		cursor: pointer;
	}

		.mark h1 {
			color: #3333331a;
			font-size: 50px;
		}

	.line1 {
		width: 20px;
		height: 2px;
		background: #d70514;
		margin: 16px auto 14px auto;
		-webkit-transition: all .6s;
		-o-transition: all .6s;
		transition: all .6s;
	}

	.mark p {
		display: block;
		text-align: center;
		color: var(--main-color-333);
		font-size: 22px;
		margin-bottom: 35px;
	}

	.mark span {
		color: #ffffff99;
		font-size: 14px;
		text-align: center;
		display: block;
		margin-bottom: 30px;
	}

	.con2 {
		padding: 80px 0;
	}

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

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

			.con2con ul li {
				width: 25%;
				padding: 60px 25px;
				cursor: pointer;
				transition: var(--main-transition);
			}

				.con2con ul li:hover {
					background-color: var(--main-color) !important;
				}

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

					.con2con ul li:hover i {
						color: var(--main-color-white);
					}

					.con2con ul li:hover span {
						color: var(--main-color-white);
					}

					.con2con ul li:hover .line1 {
						background-color: var(--main-color-white);
					}

				.con2con ul li i {
					font-size: 80px;
					display: block;
					text-align: center;
					color: #b2b2b2;
					margin-bottom: 30px;
				}

				.con2con ul li p {
					font-size: 22px;
					color: var(--main-color-333);
					text-align: center;
				}

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

	.con3 {
		padding: 80px 0;
		background-image: url(../images/bg1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

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

		.con3con .contitle strong {
			color: var(--main-color-white);
		}

		.con3con .contitle span {
			color: var(--main-color-white);
		}

		.con3con .contitle .line {
			background-color: #30333b;
		}

		.con3con .contitle p {
			color: #ffffff99;
		}

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

		.con3con .swiper-slide {
			background-size: cover;
			background-position: center;
			position: relative;
		}

	.s_pos {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, .7);
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 40px;
	}

		.s_pos strong {
			font-size: 32px;
			font-weight: normal;
			color: var(--main-color-white);
			position: relative;
		}

			.s_pos strong::after {
				width: 32px;
				height: 4px;
				left: 50%;
				transform: translateX(-50%);
				background-color: var(--main-color);
				bottom: -15px;
				position: absolute;
				content: '';
			}

	.con3con .mySwiper2 {
		width: 100%;
	}

	.con3con .mySwiper .swiper-slide {
		width: 100%;
	}

	.con3con .swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.con3box {
		display: flex;
	}

		.con3box .mySwiper2 {
			width: 72%;
		}

		.con3box .mySwiper {
			width: 23%;
		}

		.con3box .mySwiper2 img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.con3box .mySwiper2 .swiper-slide {
			width: 100%;
		}

	.mySwiper .s_pos {
		background: transparent;
		cursor: pointer;
	}

		.mySwiper .s_pos strong {
			font-size: 20px !important;
		}

			.mySwiper .s_pos strong::after {
				display: none;
			}

	.mySwiper .swiper-slide-thumb-active .s_pos {
		background: rgba(2154, 0, 29, .6);
	}

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

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

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

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

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

				.con4con ul li img {
					transition: var(--main-transition);
					width: 100%;
					padding: 10px;
					height: 120px;
					object-fit: contain;
					border: 1px solid #e2e2e2;
					display: block;
				}

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

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

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

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

	.con5conimg img {
		margin: 0 auto;
		display: block;
	}

	.mySwiperpatr {
		width: 100%;
		padding-bottom: 50px !important;
	}

		.mySwiperpatr img {
			width: 100%;
			padding: 10px;
			border: 1px solid #eaeaea;
			height: 120px;
			object-fit: contain;
		}

		.mySwiperpatr .swiper-pagination-bullet {
			width: 30px;
			height: 5px;
			border-radius: 30px !important;
			transition: var(--main-transition);
		}

		.mySwiperpatr .swiper-pagination-bullet-active {
			width: 50px;
			background-color: var(--main-color);
		}

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

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

		.con6con ul {
			display: flex;
			align-items: center;
			justify-content: space-between;
		}

			.con6con ul li {
				width: 31%;
				position: relative;
				cursor: pointer;
			}

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

	.conpos {
		width: 100%;
		height: 100%;
		transition: var(--main-transition);
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding: 0 20px;
		background: rgba(0, 0, 0, .7);
	}

		.conpos:hover {
			background: rgba(214, 0, 29, .7);
		}

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

		.conpos span {
			display: block;
			font-size: 14px;
			margin-top: 10px;
			color: var(--main-color-white);
			text-align: center;
		}

	.foot {
		padding: 50px 0;
		background-color: #191a1e;
	}

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

	.footerleft {
		width: 405px;
		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 0;
			border-right: 1px solid #2c2c2c;
			width: 16%;
			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: 15px 0;
		padding-bottom: 80px;
	}

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

	.aboutus1left {
		width: 48%;
	}

	.aboutus1right {
		width: 48%;
	}

	.aboutus1left img {
		width: 100%;
	}

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

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

	.aboutus1right p {
		font-size: 13px;
		line-height: 25px;
		color: var(--main-color-333);
	}

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

	.aboutus2con {
		max-width: 1200px;
		margin: 0 auto;
	}
}

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

	.aboutus2con {
		margin: 0 auto;
	}

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

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

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

	.aboutus1right {
		width: 100%;
	}

	.aboutus1left img {
		width: 100%;
	}

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

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

	.aboutus1right p {
		font-size: 13px;
		line-height: 25px;
		color: var(--main-color-333);
	}

	.con5conimg img {
		width: 100%;
	}

	.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 {
		width: 100%;
		padding: 30px 15px;
	}

	.con6con {
		margin: 0 auto;
	}

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

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

				.con6con ul li img {
					width: 100%;
					object-fit: cover;
				}

	.conpos {
		width: 100%;
		height: 100%;
		transition: var(--main-transition);
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		padding: 0 20px;
		background: rgba(0, 0, 0, .7);
	}

		.conpos:hover {
			background: rgba(214, 0, 29, .7);
		}

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

		.conpos span {
			display: block;
			font-size: 14px;
			margin-top: 10px;
			color: var(--main-color-white);
			text-align: center;
		}

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

	.con5con {
		margin: 0 auto;
	}

	.mySwiperpatr {
		width: 100%;
		padding-bottom: 50px !important;
	}

		.mySwiperpatr img {
			width: 100%;
			padding: 10px;
			border: 1px solid #eaeaea;
			height: 120px;
			object-fit: contain;
		}

		.mySwiperpatr .swiper-pagination-bullet {
			width: 30px;
			height: 5px;
			border-radius: 30px !important;
			transition: var(--main-transition);
		}

		.mySwiperpatr .swiper-pagination-bullet-active {
			width: 50px;
			background-color: var(--main-color);
		}

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

	.con4con {
		margin: 0 auto;
	}

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

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

				.con4con ul li img {
					transition: var(--main-transition);
					width: 100%;
					height: 120px;
					object-fit: contain;
					padding: 10px;
					border: 1px solid #e2e2e2;
					display: block;
				}

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

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

	.con3 {
		padding: 30px 15px;
		background-image: url(../images/bg1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.con3con {
		margin: 0 auto;
	}

		.con3con .contitle strong {
			color: var(--main-color-white);
		}

		.con3con .contitle span {
			color: var(--main-color-white);
		}

		.con3con .contitle .line {
			background-color: #30333b;
		}

		.con3con .contitle p {
			color: #ffffff99;
		}

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

		.con3con .swiper-slide {
			background-size: cover;
			background-position: center;
			position: relative;
		}

	.s_pos {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, .7);
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 40px;
	}

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

			.s_pos strong::after {
				width: 32px;
				height: 4px;
				left: 50%;
				transform: translateX(-50%);
				background-color: var(--main-color);
				bottom: -15px;
				position: absolute;
				content: '';
			}

	.con3con .mySwiper2 {
		width: 100%;
	}

	.con3con .mySwiper .swiper-slide {
		width: 100%;
	}

	.con3con .swiper-slide img {
		display: block;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

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

		.con3box .mySwiper2 {
			width: 100%;
		}

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

		.con3box .mySwiper2 img {
			width: 100%;
			height: 100%;
			object-fit: cover;
		}

		.con3box .mySwiper2 .swiper-slide {
			width: 100%;
		}

	.mySwiper .s_pos {
		background: transparent;
		cursor: pointer;
	}

		.mySwiper .s_pos strong {
			font-size: 20px !important;
		}

			.mySwiper .s_pos strong::after {
				display: none;
			}

	.mySwiper .swiper-slide-thumb-active .s_pos {
		background: rgba(2154, 0, 29, .6);
	}

	.con2 {
		padding: 30px 15px;
	}

	.con2con {
		margin: 0 auto;
	}

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

			.con2con ul li {
				width: 100%;
				padding: 60px 25px;
				cursor: pointer;
				margin-bottom: 25px;
				box-shadow: var(--main-shadow);
				transition: var(--main-transition);
			}

				.con2con ul li i {
					font-size: 80px;
					display: block;
					text-align: center;
					color: #b2b2b2;
					margin-bottom: 30px;
				}

				.con2con ul li p {
					font-size: 22px;
					color: var(--main-color-333);
					text-align: center;
				}

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

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

	.con1con {
		margin: 0 auto;
	}

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

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

		.contitle span {
			font-size: 14px;
			display: block;
			text-align: center;
			color: #3333334d;
		}

		.contitle .line {
			width: 90%;
			height: 1px;
			background-color: #e1e1e2;
			position: relative;
			margin: 0 auto;
			margin-top: 10px;
			margin-bottom: 10px;
		}

			.contitle .line::after {
				position: absolute;
				width: 33px;
				height: 4px;
				background-color: var(--main-color);
				content: '';
				left: 50%;
				transform: translateX(-50%);
				bottom: 1px;
			}

		.contitle p {
			font-size: 14px;
			color: #777777;
			line-height: 25px;
			text-align: center;
		}

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

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

			.con1con ul li:hover .mark {
				top: 0 !important;
				background: rgba(214, 0, 29, .9);
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
			}

				.con1con ul li:hover .mark h1 {
					color: var(--main-color-white);
				}

				.con1con ul li:hover .mark .line1 {
					background-color: var(--main-color-white);
				}

				.con1con ul li:hover .mark p {
					color: var(--main-color-white);
				}

	.re_img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.mark {
		top: 0 !important;
		background: rgba(214, 0, 29, .9);
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		width: 100%;
		height: 100%;
		z-index: 2;
		position: absolute;
	}

		.mark h1 {
			color: var(--main-color-white);
			font-size: 50px;
		}

	.line1 {
		width: 20px;
		height: 2px;
		background: var(--main-color-white);
		margin: 16px auto 14px auto;
		-webkit-transition: all .6s;
		-o-transition: all .6s;
		transition: all .6s;
	}

	.mark p {
		display: block;
		text-align: center;
		color: var(--main-color-white);
		font-size: 22px;
		margin-bottom: 35px;
	}

	.mark span {
		color: #ffffff99;
		font-size: 14px;
		text-align: center;
		display: block;
		margin-bottom: 30px;
	}

	.cover {
		display: none;
	}

	.sou {
		display: none;
	}

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

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

	.inside {
		margin: 0 auto;
		padding: 15px;
	}

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

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

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

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