* {
	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: #2d3194;
	--main-color1: #d32329;
	--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) {
	.ml_mb_head {
		display: none;
	}

	.ml_mb_nav {
		display: none;
	}

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

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

	.inbanner {
		margin: 0 auto;
		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: 75px;
	}

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

	.index_swiper {
		width: 100%;
		height: 100vh;
	}

		.index_swiper .section {
			width: 100%;
			height: 100vh;
		}

	.index_banner_pc {
		width: 100%;
		height: 100%;
	}

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

	.index_banner_mb {
		display: none;
	}

	.index_banner_pc .swiper-slide {
		position: relative;
	}

	.bannerpos {
		padding: 0 10%;
		width: 100%;
		height: 100%;
		position: absolute;
		flex-direction: column;
		top: 0;
		left: 0;
		z-index: 10;
		justify-content: center;
		display: flex;
	}

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

		.bannerpos a {
			display: block;
			width: 150px;
			height: 40px;
			line-height: 40px;
			text-align: center;
			color: var(--main-color-white);
			background-color: var(--main-color);
			border-radius: 40px;
			margin-top: 30px;
		}

	.index_banner_page .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		background-color: var(--main-color-white);
	}

	.index_banner_page .swiper-pagination-bullet-active {
		background-color: var(--main-color);
	}

	.section2 {
		position: relative;
		background-image: url(../images/bg1.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

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

	.swiper_index_pc {
		max-width: 1400px;
		margin: 0 auto !important;
	}

	.pro_slide_imgbox {
		width: 100%;
		/*background-image: url(../images/porbg.jpg);*/
		background-size: cover;
		background-repeat: no-repeat;
		overflow: hidden;
		background-color: var(--main-color-white);
	}

	.swiper_index_pc img {
		width: 100%;
		height: 250px;
		transition: var(--main-transition);
		object-fit: contain;
	}

	.swiper_index_pc .swiper-slide:hover a {
		background-color: var(--main-color) !important;
		color: var(--main-color-white) !important;
		border: 1px solid var(--main-color);
	}

	.swiper_index_pc .swiper-slide {
		cursor: pointer;
	}

		.swiper_index_pc .swiper-slide:hover img {
			transform: scale(1.1);
		}

	.index_p_btn {
		width: 40px !important;
		height: 40px !important;
		background: rgba(0, 0, 0, .8) !important;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--main-color-white);
	}

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

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

		.pro_slide_txt span {
			display: blkoc;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			color: var(--main-color-999);
			font-size: 14px;
			text-align: center;
			margin-bottom: 20px;
		}

		.pro_slide_txt a {
			display: block;
			width: 150px;
			height: 40px;
			text-align: center;
			line-height: 40px;
			margin: 0 auto;
			transition: var(--main-transition);
			color: var(--main-color-999);
			font-size: 14px;
			border: 1px solid #efefef;
		}

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

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

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

	.con1 {
		max-width: 1400px;
		margin: 0 auto;
		width: 100%;
	}

	.con1con {
		width: 100%;
	}

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

			.con1con ul li {
				width: 25%;
				position: relative;
				transition: all ease 1s;
				height: 425px;
			}

				.con1con ul li > img {
					width: 100%;
					height: 425px;
					object-fit: cover;
				}

	.con1pos {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		top: 0;
		left: 0;
		padding: 0 10%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transition: all ease 1s;
	}

		.con1pos img {
			width: 60px;
		}

		.con1pos strong {
			display: block;
			color: var(--main-color-white);
			font-size: 24px;
			font-weight: bold;
			margin: 10px 0;
		}

		.con1pos p {
			font-size: 14px;
			color: var(--main-color-white);
			margin-bottom: 30px;
		}

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

	.class_item {
		margin-right: 10px;
		margin-bottom: 20px;
	}

		.class_item a {
			padding: 6px 15px;
			color: var(--main-color-white);
			font-size: 15px;
			background-color: var(--main-color);
			border-radius: 5px;
			transition: var(--main-transition);
		}

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

	.con1_active {
		width: 50% !important;
	}

	.class_div_out {
		opacity: 0;
		visibility: hidden;
		transition: all ease 1s;
	}

	.con1_active .class_div_out {
		opacity: 1 !important;
		visibility: visible !important;
	}

	.con1_active .con1pos {
		background: rgba(0, 0, 0, .8);
	}

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

	.section4 {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #f7f7f7;
	}

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

	.adv_item_first {
		width: 50% !important;
		background-image: url(../images/adv.jpg);
		background-size: cover;
		padding: 0 30px;
	}

	.adv_item {
		width: 25%;
		background-color: var(--main-color-white);
		border: 1px solid #efefef;
		height: 340px;
		display: flex;
		align-items: center;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.icon1 {
		height: 60px;
		display: block;
		transition: var(--main-transition);
	}

	.adv_item p {
		color: var(--main-color-333);
		font-size: 16px;
		text-align: center;
		margin: 20px 0;
	}

	.adv_item:hover .icon1 {
		transform: rotateY(180deg);
	}

	.adv_item_first strong {
		display: block;
		text-align: left;
		font-size: 30px;
		font-weight: normal;
		width: 100%;
	}

	.adv_item_first p {
		font-size: 14px;
		color: var(--main-color-333);
		text-align: left;
		width: 100%;
	}

	.section5 {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-image: url(../images/bg3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

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

	.index_new {
		max-width: 1400px;
		margin: 0 auto;
		display: flex;
		justify-content: space-between;
	}

	.new_list {
		width: 32%;
		position: relative;
		cursor: pointer;
	}

		.new_list:hover img {
			transform: scale(1.1);
		}

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

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

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

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

		.new_txt span {
			display: block;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			color: var(--main-color-999);
			font-size: 14px;
			line-height: 25px;
			margin: 15px 0;
		}

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

	.date_new {
		position: absolute;
		width: 90px;
		height: 90px;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: var(--main-color);
	}

		.date_new p {
			color: var(--main-color-white);
			font-size: 30px;
			margin-bottom: 10px;
		}

		.date_new span {
			font-size: 13px;
			color: var(--main-color-white);
			opacity: .8;
		}

	.new_list2 {
		padding: 20px;
		width: 38%;
		background-color: var(--main-color-white);
	}

		.new_list2 ul li {
			display: flex;
			align-items: center;
			padding: 10px 0;
			border-bottom: 1px solid #e5e5e5;
			cursor: pointer;
		}

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

	.li_newleft {
		width: 80px;
		height: 80px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

		.li_newleft p {
			color: var(--main-color);
			font-size: 40px;
		}

		.li_newleft span {
			font-size: 14px;
			color: #c0c0c0;
		}

	.li_newcenter {
		width: 75%;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		font-size: 16px;
		color: var(--main-color-333);
		padding-right: 20px;
	}

	.section6 {
		width: 100%;
		height: 100%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		background-color: #191a1e;
	}

	.section6con {
		display: flex;
		width: 1200px;
		margin: 0 auto;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.index_page .swiper-pagination-bullet {
		width: 15px;
		background-color: var(--main-color);
		height: 15px;
		transition: var(--main-transition);
		margin: 15px 0 !important;
	}

	.index_page .swiper-pagination-bullet-active {
		transform: scale(1.5);
	}

	.index_page {
		right: 40px !important;
	}

	.pchead {
		height: 75px;
		width: 100%;
		position: fixed;
		background-color: #000;
		top: 0;
		left: 0;
		z-index: 999;
	}

	.pcheader {
		max-width: 1450px;
		margin: 0 auto;
		height: 75px;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.pclogo img {
		height: 60px;
	}

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

	.pcnav {
		display: flex;
		align-items: center;
		margin-right: 30px;
	}

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

	.pcnav li {
		position: relative;
	}

		.pcnav li:hover .pcej {
			display: block;
		}

	.pcej {
		position: absolute;
		width: 150%;
		top: 100%;
		left: 0;
		background: rgba(0, 0, 0, .4);
		display: none;
	}

	.ej_item a {
		display: block;
		width: 100%;
		height: 40px;
		line-height: 40px;
		font-size: 15px;
		color: var(--main-color-white);
		padding-left: 20px;
	}

	.pcnav > li > a {
		display: block;
		color: var(--main-color-white);
		font-size: 15px;
		padding: 0 20px;
		height: 75px;
		line-height: 75px;
	}

	.searchpc {
		color: var(--main-color-white);
	}

	.pcsou {
		position: fixed;
		width: 100%;
		background-color: var(--main-color-white);
		top: 75px;
		height: 60px;
		z-index: 999;
		right: 0;
		display: none;
	}

	.pcsoucon {
		max-width: 600px;
		margin: 0 auto;
		display: flex;
		align-items: center;
		height: 60px;
	}

		.pcsoucon a {
			flex: 1;
			height: 40px;
			line-height: 40px;
			text-align: center;
			background-color: var(--main-color);
			border-top-right-radius: 40px;
			color: var(--main-color-white);
			border-bottom-right-radius: 40px;
		}

		.pcsoucon input {
			width: 85%;
			height: 40px;
			outline: none;
			padding-left: 15px;
			border-top-left-radius: 40px;
			border-bottom-left-radius: 40px;
			border: 1px solid #ccc;
		}

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

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

	.footerleft {
		width: 310px;
		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: 11%;
			margin-bottom: 20px;
		}

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

	.f_a {
		font-size: 16px;
		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;
	}

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

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

	.aboutus1 {
		width: 100%;
		padding: 30px 0;
		padding-bottom: 50px;
	}

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

	.about1left {
		width: 48%;
	}

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

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

		.about1left p {
			font-size: 15px;
			color: var(--main-color-666);
			line-height: 30px;
		}

	.about1right {
		width: 48%;
	}

		.about1right img {
			width: 100%;
		}

	.aboutus3 {
		padding: 50px 0;
		background-color: #f6f6f6;
	}

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

		.aboutus3con strong {
			display: block;
			text-align: center;
			color: var(--main-color-333);
			font-size: 30px;
			font-weight: normal;
			margin-bottom: 40px;
		}

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

			.aboutus3con ul li {
				position: relative;
				width: calc((100% - 90px) / 4);
				margin-right: 30px;
				overflow: hidden;
				margin-bottom: 30px;
			}

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

				.aboutus3con ul li img {
					width: 100%;
					height: 420px;
					transition: var(--main-transition);
				}

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

	.aboutus2pos {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding: 40px;
	}

		.aboutus2pos p {
			color: var(--main-color-white);
			font-weight: bold;
			font-size: 25px;
			margin-bottom: 10px;
		}

		.aboutus2pos span {
			color: var(--main-color-white);
			font-size: 14px;
			line-height: 30px;
		}

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

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

	.timeline {
		margin-top: 50px;
	}

		.timeline ul li {
			padding: 25px;
			border-bottom: 1px solid #f5f5f5;
			background-color: var(--main-color-white);
		}

			.timeline ul li p {
				font-size: 18px;
				font-weight: bold;
				color: var(--main-color);
				margin-bottom: 15px;
			}

			.timeline ul li span {
				color: var(--main-color-888);
				font-size: 15px;
			}

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

	.mtab {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

		.mtab span {
			cursor: pointer;
			padding: 5px 15px;
			font-size: 14px;
			margin: 0 15px;
			font-size: 20px;
			color: var(--main-color-white);
		}

	.con_title {
		text-align: center;
		color: var(--main-color-white);
		font-size: 40px;
		font-weight: 100;
		margin-bottom: 30px;
	}

	.aboutus4 {
		width: 100%;
		padding: 50px 0;
		background-image: url(../images/honorbg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.aboutus4con {
		width: 100%;
		max-width: 1400px;
		margin: 0 auto;
	}

	.ab_title {
		margin-bottom: 40px;
	}

		.ab_title p {
			font-size: 35px;
			text-align: center;
			color: var(--main-color-white);
			margin-bottom: 10px;
		}

		.ab_title span {
			display: block;
			font-size: 30px;
			text-align: center;
			color: var(--main-color-white);
		}

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

		.mySwiper_honor img {
			width: 100%;
			height: 210px;
			object-fit: cover;
		}

		.mySwiper_honor .swiper-pagination-bullet {
			width: 40px;
			height: 4px;
			background-color: var(--main-color);
			border-radius: 0 !important;
		}

	.aboutus5 {
		padding: 50px 0;
		background-image: url(../images/bg4.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

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

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

			.aboutus5con .con_title strong::after {
				background-color: var(--main-color-white);
			}

		.aboutus5con .con_title p {
			color: var(--main-color-white);
		}

	.mySwiper_part {
		width: 100%;
	}

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

	.index_bot_bav {
		display: none;
	}
}

@media only screen and (max-width: 996px) {
	.mySwiper_part img {
		width: 100%;
		height: 50px;
		object-fit: contain;
	}

	.aboutus5 {
		padding: 30px 15px;
		background-image: url(../images/bg4.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.aboutus5con {
		margin: 0 auto;
	}

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

			.aboutus5con .con_title strong::after {
				background-color: var(--main-color-white);
			}

		.aboutus5con .con_title p {
			color: var(--main-color-white);
		}

	.aboutus4 {
		width: 100%;
		padding: 30px 15px;
		background-image: url(../images/honorbg.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.aboutus4con {
		width: 100%;
	}

	.ab_title {
		margin-bottom: 30px;
	}

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

		.ab_title span {
			display: block;
			font-size: 15px;
			text-align: center;
			color: var(--main-color-white);
		}

	.mySwiper_honor {
		width: 100%;
		padding-bottom: 30px !important;
	}

		.mySwiper_honor img {
			width: 100%;
			height: 150px;
			object-fit: cover;
		}

		.mySwiper_honor .swiper-pagination-bullet {
			width: 40px;
			height: 4px;
			background-color: var(--main-color);
			border-radius: 0 !important;
		}

	.con_title {
		text-align: center;
		color: var(--main-color-white);
		font-size: 20px;
		font-weight: 100;
		margin-bottom: 20px;
	}

	.mtab {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

		.mtab span {
			cursor: pointer;
			color: var(--main-color-white);
			padding: 5px 15px;
			font-size: 14px;
			margin: 0 15px;
		}

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

	.aboutus2 {
		width: 100%;
		padding: 30px 15px;
		background-image: url(../images/bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.aboutus2con {
		margin: 0 auto;
	}

	.timeline {
		margin-top: 20px;
	}

		.timeline ul li {
			padding: 15px;
			border-bottom: 1px solid #f5f5f5;
			background-color: var(--main-color-white);
		}

			.timeline ul li p {
				font-size: 14px;
				color: var(--main-color);
				margin-bottom: 15px;
			}

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

	.aboutus3 {
		padding: 30px 15px;
		background-color: #f6f6f6;
	}

	.aboutus3con {
		margin: 0 auto;
	}

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

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

			.aboutus3con ul li {
				position: relative;
				width: 100%;
				overflow: hidden;
				margin-bottom: 30px;
			}

				.aboutus3con ul li img {
					width: 100%;
					transition: var(--main-transition);
				}

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

	.aboutus2pos {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		padding: 40px;
	}

		.aboutus2pos p {
			color: var(--main-color-white);
			font-weight: bold;
			font-size: 25px;
			margin-bottom: 10px;
		}

		.aboutus2pos span {
			color: var(--main-color-white);
			font-size: 14px;
			line-height: 30px;
		}

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

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

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

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

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

		.about1left p {
			font-size: 14px;
			color: var(--main-color-666);
			line-height: 30px;
		}

	.about1right {
		width: 100%;
	}

		.about1right img {
			width: 100%;
		}

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

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

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

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

	.new_list {
		width: 100%;
		position: relative;
		cursor: pointer;
		box-shadow: var(--main-shadow);
		margin-bottom: 20px;
	}

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

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

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

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

		.new_txt span {
			display: block;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			color: var(--main-color-999);
			font-size: 13px;
			line-height: 25px;
			margin: 10px 0;
		}

		.new_txt a {
			width: 120px;
			height: 40px;
			display: block;
			line-height: 40px;
			text-align: center;
			color: var(--main-color-white);
			background-color: var(--main-color);
			font-size: 13px;
		}

	.date_new {
		position: absolute;
		width: 70px;
		height: 70px;
		top: 0;
		left: 0;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		background-color: var(--main-color);
	}

		.date_new p {
			color: var(--main-color-white);
			font-size: 20px;
			margin-bottom: 10px;
		}

		.date_new span {
			font-size: 13px;
			color: var(--main-color-white);
			opacity: .8;
		}

	.new_list2 {
		width: 100%;
		background-color: var(--main-color-white);
	}

		.new_list2 ul li {
			display: flex;
			align-items: center;
			padding: 10px;
			border-bottom: 1px solid #e5e5e5;
			cursor: pointer;
			flex-wrap: wrap;
		}

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

	.li_newleft {
		width: 60px;
		height: 60px;
		display: flex;
		flex-direction: column;
		align-items: center;
		background-color: var(--main-color);
		justify-content: center;
		margin-bottom: 10px;
	}

		.li_newleft p {
			color: var(--main-color-white);
			font-size: 20px;
		}

		.li_newleft span {
			font-size: 13px;
			color: #c0c0c0;
		}

	.li_newright {
		display: none;
	}

	.li_newcenter {
		width: 100%;
		font-size: 14px;
		color: var(--main-color-333);
	}

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

	.adv_item_first {
		width: 100% !important;
		background-image: url(../images/adv.jpg);
		background-size: cover;
		padding: 50px 15px;
		height: auto !important;
	}

	.adv_item {
		width: 50%;
		background-color: var(--main-color-white);
		border: 1px solid #efefef;
		height: 150px;
		display: flex;
		align-items: center;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		cursor: pointer;
	}

	.icon1 {
		width: 30px !important;
		height: 30px !important;
		display: block;
		transition: var(--main-transition);
	}

	.jt {
		width: 40px !important;
		height: 7px !important;
	}

	.adv_item p {
		color: var(--main-color-333);
		font-size: 13px;
		text-align: center;
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		margin: 20px 0;
	}

	.adv_item:hover .icon1 {
		transform: rotateY(180deg);
	}

	.adv_item_first strong {
		display: block;
		text-align: left;
		font-size: 22px;
		font-weight: normal;
		width: 100%;
	}

	.adv_item_first p {
		font-size: 14px;
		color: var(--main-color-333);
		text-align: left;
		width: 100%;
	}

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

	.section3 {
		padding: 30px 15px;
	}

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

	.con1 {
		width: 100%;
	}

	.con1con {
		width: 100%;
	}

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

			.con1con ul li {
				width: 100%;
				position: relative;
				transition: all ease 1s;
				min-height: 360px;
			}

				.con1con ul li > img {
					width: 100%;
					object-fit: cover;
					min-height: 360px;
				}

	.con1pos {
		position: absolute;
		width: 100%;
		height: 100%;
		background: rgba(0, 0, 0, .4);
		top: 0;
		left: 0;
		padding: 0 10%;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		transition: all ease 1s;
	}

		.con1pos img {
			width: 45px !important;
			height: auto !important;
		}

		.con1pos strong {
			display: block;
			color: var(--main-color-white);
			font-size: 20px;
			font-weight: bold;
			margin: 10px 0;
		}

		.con1pos p {
			font-size: 14px;
			color: var(--main-color-white);
			margin-bottom: 30px;
		}

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

	.class_item {
		margin-right: 10px;
		margin-bottom: 20px;
	}

		.class_item a {
			padding: 6px 15px;
			color: var(--main-color-white);
			font-size: 15px;
			background-color: #ff8a00;
			border-radius: 5px;
			transition: var(--main-transition);
		}

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

	.section2 {
		padding: 30px 15px;
	}

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

	.swiper_index_pc {
		margin: 0 auto !important;
	}

	.pro_slide_imgbox {
		width: 100%;
		background-image: url(../images/porbg.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		overflow: hidden;
		background-color: var(--main-color-white);
	}

	.swiper_index_pc .swiper-slide {
		border: 1px solid #ccc;
		padding: 10px !important;
	}

	.swiper_index_pc img {
		width: 100%;
		transition: var(--main-transition);
		height: 200px !important;
		object-fit: contain !important;
	}

	.swiper_index_pc .swiper-slide:hover a {
		background-color: var(--main-color) !important;
		color: var(--main-color-white) !important;
		border: 1px solid var(--main-color);
	}

	.swiper_index_pc .swiper-slide {
		cursor: pointer;
	}

		.swiper_index_pc .swiper-slide:hover img {
			transform: scale(1.1);
		}

	.index_p_btn {
		width: 40px !important;
		height: 40px !important;
		background: rgba(0, 0, 0, .8) !important;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--main-color-white);
	}

	.pro_slide_txt {
		padding: 15px;
		background-color: var(--main-color-white);
	}

		.pro_slide_txt p {
			text-align: center;
			color: var(--main-color-333);
			font-size: 16px;
			margin-bottom: 10px;
		}

		.pro_slide_txt span {
			display: block;
			width: 100%;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			color: var(--main-color-999);
			font-size: 13px;
			text-align: center;
			margin-bottom: 20px;
		}

		.pro_slide_txt a {
			display: block;
			width: 150px;
			height: 40px;
			text-align: center;
			line-height: 40px;
			margin: 0 auto;
			transition: var(--main-transition);
			color: var(--main-color-white);
			font-size: 14px;
			border: 1px solid var(--main-color);
			background-color: var(--main-color);
		}

	.pcsou {
		display: none;
	}

	.footercode img {
		width: 100px !important;
		height: 100px !important;
	}

	.section6 {
		width: 100%;
		height: 100%;
		display: flex;
		padding: 30px 15px;
		background-color: #191a1e;
		flex-wrap: wrap;
		margin-bottom: 60px;
	}

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

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

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

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

	.section2 {
		position: relative;
	}

	.index_swiper > .swiper-wrapper {
		display: block;
	}

	.slide_section1 {
		height: 400px;
	}

	.bannerpos {
		padding: 0 10%;
		width: 100%;
		height: 100%;
		position: absolute;
		flex-direction: column;
		top: 0;
		left: 0;
		z-index: 10;
		justify-content: center;
		display: flex;
	}

		.bannerpos h1 {
			font-size: 30px;
			text-align: center;
			color: var(--main-color-white);
			font-weight: normal;
		}

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

	.index_banner_page .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		background-color: var(--main-color-white);
	}

	.index_banner_page .swiper-pagination-bullet-active {
		background-color: var(--main-color);
	}

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

		.index_swiper img {
			width: 100%;
			/* height: 400px; */
			object-fit: cover;
		}

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

	.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-white);
			font-size: 25px;
			font-weight: normal;
		}

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

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

	.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-white);
		transition: var(--main-transition);
	}

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

	.ml_mb_logo img {
		width: 220px;
	}

	.ml_mb_head {
		display: flex;
		height: 60px;
		padding: 0 20px;
		background-color: var(--main-color);
		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;
	}
}
