/*common start*/
.scroll::-webkit-scrollbar {
	/*滚动条整体样式*/
	width: 4px;
	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.scroll::-webkit-scrollbar-thumb {
	/*滚动条里面小方块*/
	border-radius: 10px;
	/*box-shadow:inset 0 0 2px #000;*/
	background: var(--primary-color);
}

.scroll::-webkit-scrollbar-track {
	/*滚动条里面轨道*/
	/*box-shadow:inset 0 0 2px #999;*/
	border-radius: 10px;
	background: #eee;
}

:root {
	--primary-color: #d3263a;
	--secondary-color: #05478f;
	--third-color: #003261;
	--fourth-color: #74b4fb;
	--black000: #000;
	--black333: #333;
	--black666: #666;
	--black999: #999;
	--grayeee: #eee;
	--grayccc: #ccc;
	--grayaaa: #aaa;
	--grayf5: #f5f5f5;
	--white: #fff;
	--red: #f00;
	--black-opacity99: rgba(0, 0, 0, .99);
	--black-opacity90: rgba(0, 0, 0, .9);
	--black-opacity70: rgba(0, 0, 0, .7);
	--black-opacity50: rgba(0, 0, 0, .5);
	--black-opacity10: rgba(0, 0, 0, .1);
	--black-gradation90: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
	--white-opacity99: rgba(255, 255, 255, .99);
	--white-opacity90: rgba(255, 255, 255, .9);
	--white-opacity90: rgba(255, 255, 255, .7);
	--white-opacity50: rgba(255, 255, 255, .5);
	--white-opacity10: rgba(255, 255, 255, .1);
	--white-gradation90: linear-gradient(180deg, transparent, rgba(255, 255, 255, .9));
	--font48: 48px;
	--font36: 36px;
	--font32: 32px;
	--font24: 24px;
	--font20: 20px;
	--font18: 18px;
	--font16: 16px;
	--font14: 14px;
}

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: 0;
	list-style: none;
}

body {
	font-size: 12px;
	/* font-family: 'SourceHanSansCN';*/
	font-family: Arial, 'Microsoft YaHei';
	color: #333;
	overflow-x: hidden;
	min-height: 101vh;
}

a {
	color: #666;
}

a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

p {
	line-height: 1.5em;
	padding: 5px 0;
}

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

.wapper1 {
	width: 89%;
	margin: 0 auto;
}

.wapper2 {
	width: 75%;
	margin: 0 auto;
}

.wapper3 {
	width: 70%;
	margin: 0 auto;
}

input,
textarea,
select {
	outline: none;
	/* font-family: 'SourceHanSansCN';*/
	font-family: Arial, 'Microsoft YaHei';
	font-size: 14px;
}

input,
input:link,
input:visited,
input:hover,
input:active,
input:focus {
	outline: none;
}

img {
	object-fit: cover;
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

.xiangqing img {
	width: auto !important;
	height: auto !important;
	max-width: 100%;
}

@media(max-width:999px) {
	p {
		padding: 0;
	}

	.wapper1 {
		width: 90%;
	}

	.wapper2 {
		width: 90%;
	}

	.wapper3 {
		width: 90%;
	}

	:root {
		--font48: 28px;
		--font36: 24px;
		--font32: 22px;
		--font24: 20px;
		--font20: 18px;
		--font18: 16px;
		--font16: 14px;
		--font14: 12px;
	}
}

/*common end*/


.html {
	opacity: 1;
	visibility: visible;
	transition: all 2s ease;
}

.html.onload {
	opacity: 0;
	visibility: hidden;
}

.loading_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
	transition: all .5s ease;
}

.loading_box.removeload {
	transform: translateY(-100%);
	opacity: 0;
	visibility: hidden;
}

.loading_close1 {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.loadingbg {
	width: 90%;
	max-width: 750px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.loading {
	text-align: center;
}

.loading_logo {
	width: 200px;
	height: 200px;
	position: relative;
	margin: 0 auto;
}

.loading_logo img {
	max-width: 40%;
	max-height: 40%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.loading_logo:before {}

.loading_txt {
	font-size: 20px;
	line-height: 30px;
	margin-top: 55px;
	color: var(--primary-color);
}

.loadEffect {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.loadEffect div {
	width: 100%;
	height: 100%;
	position: absolute;
	-webkit-animation: load 2s linear infinite;
}

.loadEffect div span {
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: var(--primary-color);
	position: absolute;
	left: 50%;
	margin-top: -10px;
	margin-left: -10px;
}

@-webkit-keyframes load {
	0% {
		-webkit-transform: rotate(0deg);
	}

	10% {
		-webkit-transform: rotate(45deg);
	}

	50% {
		opacity: 1;
		-webkit-transform: rotate(160deg);
	}

	62% {
		opacity: 0;
	}

	65% {
		opacity: 0;
		-webkit-transform: rotate(200deg);
	}

	90% {
		-webkit-transform: rotate(340deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}

}

.loadEffect div:nth-child(1) {
	-webkit-animation-delay: 0.2s;
}

.loadEffect div:nth-child(2) {
	-webkit-animation-delay: 0.4s;
}

.loadEffect div:nth-child(3) {
	-webkit-animation-delay: 0.6s;
}

.loadEffect div:nth-child(4) {
	-webkit-animation-delay: 0.8s;
}

@media(max-width:999px) {
	.loading_txt {
		font-size: 16px;
		line-height: 26px;
		margin-top: 35px;
	}
}


.index_swiper {
	position: relative;
}

.index_swiper>.swiper-container {
	height: 100vh;
}

.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide {
	height: 100vh;
}

.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide:last-child {
	height: auto !important;
}

.index_swiper>.swiper-pagination {
	width: 16px;
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	display: none;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet {
	display: block;
	width: 14px;
	height: 14px;
	margin: 10px 0;
	background: none;
	border: 1px solid #333;
	opacity: 1;
	transition: all .3s ease;
}

.index_swiper>.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #333;
	opacity: 1;
}

@media(max-width:999px) {
	.index_swiper>.swiper-container {
		height: auto;
	}

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

	.index_swiper>.swiper-container>.swiper-wrapper>.swiper-slide {
		height: auto;
	}
}


.m8_head {
	background: rgba(255, 255, 255, 0.4);
	width: 100%;
	position: fixed;
	z-index: 55;
	left: 0;
	top: 0;
}

.m8_head1bg {
	background: #fff;
}

.m8_head1 {
	height: 30px;
	line-height: 30px;
	font-size: .78vw;
}

.scroll_01 {
	padding-left: 20px;
	background: url(../images/ico_notice.png) left center no-repeat;
}

.scroll_01 .hd {}

.scroll_01 .hd ul li {
	width: 100%;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.scroll_01 .hd ul li a {
	display: block;
}

.m8_head2bg {}

.m8_head2 {
	height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_head .logo {
	width: 8%;
	height: 80px;
	position: relative;
}

.m8_head .logo img {
	display: block;
	max-width: 100%;
	max-height: 90%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m8_head .logo .logo1 {
	display: none;
}

.m8_head2 .rt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_head .h_phone {
	font-size: 1.04vw;
	line-height: 25px;
	padding-left: 25px;
	background: url(../images/hico_phone.png) left center no-repeat;
	background-size: auto 25px;
	color: #fff;
	margin-left: 1.56vw;
}

.m8_head .h_phone strong {}

/*menu*/
.m8_head .menu {
	height: 80px;
	line-height: 80px;
}

.m8_head .menu>ul {}

.m8_head .menu>ul>li {
	float: left;
	position: relative;
	padding: 0 1.56vw;
}

.m8_head .menu>ul>li>a {
	color: #000;
	display: block;
	font-size: .94vw;
	font-weight: normal;
	position: relative;
}

.m8_head .menu>ul>li>a:hover,
.m8_head .menu>ul>li:hover>a,
.m8_head .menu>ul>li.hover>a {
	color: var(--primary-color);
}

.m8_head .menu>ul>li>a:before {
	content: "";
	width: 0;
	height: 3px;
	background: var(--primary-color);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s ease;
}

.m8_head .menu>ul>li>a:hover:before,
.m8_head .menu>ul>li:hover>a:before,
.m8_head .menu>ul>li.hover>a:before {
	width: 100%;
}

.m8_head .menu>ul>li>ul {
	width: 6.78vw;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	display: none;
}

.m8_head .menu>ul>li:hover>ul {
	/* display:block;*/
}

.m8_head .menu>ul>li>ul li {
	position: relative;
}

.m8_head .menu>ul>li>ul li a {
	color: #666;
	display: block;
	font-size: .84vw;
	font-weight: normal;
	padding: .52vw .26vw;
	line-height: 1.5em;
	text-align: center;
}

.m8_head .menu>ul>li>ul li a:hover,
.m8_head .menu>ul>li>ul li:hover>a {
	color: var(--primary-color);
	background: #fff;
}

.m8_head .menu>ul>li>ul li ul {
	width: 100%;
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

.m8_head .menu>ul>li>ul li:hover>ul {
	display: block;
}

.m8_head_height {
	height: 0;
}

@media(max-width:999px) {
	.m8_head_height {
		height: 60px;
	}

	.m8_head1bg {
		display: none;
	}

	.m8_head2 {
		height: 60px;
	}

	.m8_head .logo {
		width: 50%;
		height: 60px;
	}

	.m8_head .logo .logo1 {
		display: block;
	}

	.m8_head .logo .logo2 {
		display: none;
	}

	.m8_head .h_phone {
		display: none;
	}

	.m8_head .menu {
		display: none;
	}
}

/*nav*/
.m8_head .nav_open {
	width: 24px;
	height: 18px;
	cursor: pointer;
	display: none;
	position: relative;
}

.m8_head .nav_open i,
.m8_head .nav_open:before,
.m8_head .nav_open:after {
	width: 24px;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	transition: all .3s ease;
}

.m8_head .nav_open i {
	top: 50%;
	transform: translate(0, -50%);
}

.m8_head .nav_open:before {
	content: "";
	top: 0;
}

.m8_head .nav_open:after {
	content: "";
	bottom: 0;
}

.m8_head .nav_open.active i {
	opacity: 0;
	visibility: hidden;
}

.m8_head .nav_open.active:before {
	transform: translateY(8px) rotate(45deg);
}

.m8_head .nav_open.active:after {
	transform: translateY(-8px) rotate(-45deg);
}

.m8_head .nav_box {
	width: 100%;
	height: calc(100% - 61px);
	border-top: 1px solid #ededed;
	position: fixed;
	left: 0;
	top: 60px;
	display: none;
}

.m8_head .nav_close1 {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 998;
}

.m8_head .navbg {
	width: 100%;
	height: 100%;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 999;
}

.m8_head .nav {
	position: relative;
}

.m8_head .nav_close2 {
	display: none;
}

.m8_head .nav_list {
	max-height: calc(100vh - 60px);
	overflow-y: auto;
}

.m8_head .nav_list ul {
	padding: 0 5%;
}

.m8_head .nav_list ul li {
	padding: 5px 0;
}

.m8_head .nav_list>ul>li {
	border-bottom: 1px solid #ededed;
	padding: 10px 5%;
}

.m8_head .nav_list ul li span {
	display: block;
	position: relative;
}

.m8_head .nav_list ul li span a {
	display: inline-block;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	z-index: 2;
}

.m8_head .nav_list>ul>li>span a {
	font-size: 18px;
	line-height: 38px;
	font-weight: normal;
}

.m8_head .nav_list ul li span i {
	width: 100%;
	height: 100%;
	background: url(../images/ico_down1.png) right center no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.m8_head .nav_list ul li ul {
	display: none;
}

.m8_head .nav_list ul li.active>span>i {
	background-image: url(../images/ico_up1.png);
}

@media(max-width:999px) {
	.m8_head .nav_open {
		display: block;
	}
}


/*banner*/
.m8_banner {
	position: relative;
	z-index: 1;
}

.m8_banner .swiper-container {}

.m8_banner .swiper-slide {
	position: relative;
	overflow: hidden;
}

.m8_banner .swiper-slide img {
	display: block;
	width: 100%;
	height: 100vh;
	background: #f9f9f9;
	transition: all 4s ease;
}

.m8_banner .swiper-slide.swiper-slide-active img {
	transform: scale(1.1);
}

.m8_banner .swiper-slide .txtbg {
	display: none;
}

.m8_banner .swiper-pagination {
	width: 100%;
	height: 4px;
	bottom: 9.9vw;
}

.m8_banner .swiper-pagination span {
	vertical-align: top;
	width: 27px;
	height: 4px;
	margin: 0 6px;
	background: #fff;
	opacity: 1;
	border-radius: 0;
	transition: all .3s ease;
}

.m8_banner .swiper-pagination span.swiper-pagination-bullet-active {
	width: 52px;
	background: var(--primary-color);
	opacity: 1;
}

.m8_banner .swiper-button-prev,
.m8_banner .swiper-button-next {
	display: none;
}

.m8_banner .swiper-button-prev {}

.m8_banner .swiper-button-next {}

@media(max-width:999px) {
	.m8_banner .swiper-slide img {
		height: auto;
	}
}


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

.m8_con01 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_con01_lt {
	width: 44.3%;
}

.m8_con01_lt .img {}

.m8_con01_lt .img img {
	display: block;
	width: 100%;
	/* height: 100vh; */
}

.m8_con01_rt {
	width: 55.7%;
	height: calc(100vh - 110px);
	padding-top: 110px;
	position: relative;
	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;
}

.m8_con01_rt:before {
	content: "";
	width: 100%;
	height: 7.82vw;
	background: #000;
	position: absolute;
	bottom: 0;
	right: 0;
}

.m8_con01_rt .nr_box {
	width: 80%;
	padding: 0 8% 0 12%;
}

.m8_con01_rt .list1 {
	width: 65%;
	margin: 0 auto;
}

.m8_con01_rt .list1 .h2 {
	font-size: 1.48vw;
	line-height: 1.4em;
	margin-bottom: .78vw;
}

.m8_con01_rt .list1 .h3 {
	font-size: 0.84vw;
	line-height: 1.4em;
	margin-bottom: 2.86vw;
	padding-left: 2.16vw;
	text-align: right;
}

.m8_con01_rt .list1 .h3 ul {
	margin-bottom: 1.04vw;
}

.m8_con01_rt .list1 .h3 li {
	text-align: left;
	font-size: 1.18vw;
	line-height: 1.4em;
}

.m8_con01_rt .list2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.m8_con01_rt .list2 .img {
	width: 34.3%;
}

.m8_con01_rt .list2 .img img {
	display: block;
	width: 100%;
}

.m8_con01_rt .list2 .txtbg {
	width: 55%;
}

.m8_con01_rt .list2 .txt {}

.m8_con01_rt .list2 .txt .h4 {
	font-size: .78vw;
	line-height: 2em;
	margin-bottom: 2.6vw;
}

.m8_con01_rt .list2 .txt .h4 p {
	line-height: inherit;
}

.m8_more1 {
	text-align: right;
}

.m8_more1 a {
	display: inline-block;
	margin-right: 15px;
	transition: all .3s ease;
}

.m8_more1 a:hover {
	margin-right: 0;
}

.m8_more1 img {
	max-width: 100%;
}

@media(max-width:999px) {
	.m8_con01 {
		display: block;
	}

	.m8_con01_lt {
		width: 100%;
	}

	.m8_con01_lt .img img {
		height: auto;
	}

	.m8_con01_rt {
		width: 100%;
		height: auto;
		padding-top: 0;
		display: block;
	}

	.m8_con01_rt:before {
		content: "";
		width: 100%;
		height: 60px;
		background: #000;
		position: absolute;
		bottom: 0;
		right: 0;
	}

	.m8_con01_rt .nr_box {
		width: 90%;
		padding: 20px 5% 60px 5%;
	}

	.m8_con01_rt .list1 {
		width: 100%;
	}

	.m8_con01_rt .list1 .h2 {
		font-size: 24px;
		line-height: 1.4em;
		margin-bottom: 5px;
	}

	.m8_con01_rt .list1 .h3 {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 10px;
		padding-left: 5%;
	}

	.m8_con01_rt .list1 .h3 ul {
		margin-bottom: 5px;
	}

	.m8_con01_rt .list1 .h3 li {
		font-size: 20px;
		line-height: 1.4em;
	}

	.m8_con01_rt .list2 {
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: space-between;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: flex-start;
		align-items: flex-start;
	}

	.m8_con01_rt .list2 .img {
		width: 34.3%;
	}

	.m8_con01_rt .list2 .txtbg {
		width: 55%;
	}

	.m8_con01_rt .list2 .txt .h4 {
		font-size: 12px;
		line-height: 2em;
		margin-bottom: 10px;
	}
}


.m8_tit1 {}

.m8_tit1 .h2 {
	font-size: 1.04vw;
	line-height: 1.4em;
	text-transform: uppercase;
}

.m8_tit1 .h3 {
	font-size: 2.08vw;
	line-height: 1.4em;
}

.m8_con02bg {
	width: 100%;
	height: calc(100% - 110px);
	padding-top: 110px;
	background: url(../images/missionbg1.jpg) top center no-repeat;
	background-size: 100% auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_con02 {
	background: url(../images/missionbg22.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_con02_lt {
	width: 32%;
}

.m8_con02_lt .nr_box {
	padding: 0 9%;
}

.m8_con02_lt .list {
	margin-top: 14.06vw;
}

.m8_con02_lt .list p {
	padding: 0;
}

.m8_con02_rt {
	width: 68%;
}

.m8_con02_rt .list {}

.m8_con02_rt .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.m8_con02_rt .list ul li {
	width: calc(100%/3);
	position: relative;
}

.m8_con02_rt .list ul li .nr_box {
	border-left: 1px solid #dbdbdc;
	padding: 3.64vw 9% 3.64vw 9%;
	text-align: center;
}

.m8_con02_rt .list ul li .txt1 {
	margin-bottom: 6.78vw;
}

.m8_con02_rt .list ul li .txt1 .h3 {
	font-size: 12px;
	line-height: 1.4em;
	height: 2.8em;
	text-transform: uppercase;
	position: relative;
	padding-bottom: .52vw;
}

.m8_con02_rt .list ul li .txt1 .h3:before {
	content: "";
	width: 2.6vw;
	height: 1px;
	background: var(--primary-color);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.m8_con02_rt .list ul li .imgbg {
	margin-bottom: 4.68vw;
}

.m8_con02_rt .list ul li .img {
	height: 4.42vw;
	position: relative;
}

.m8_con02_rt .list ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m8_con02_rt .list ul li .txt2 {}

.m8_con02_rt .list ul li .txt2 .h2 {
	font-size: 1.25vw;
	line-height: 1.4em;
	height: 2.8em;
	color: #1e2944;
}

.m8_con02_rt .list ul li .nr_box2 {
	width: 100%;
	height: 100%;
	background: var(--secondary-color);
	color: #fff;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
	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;
}

.m8_con02_rt .list ul li:hover .nr_box2 {
	opacity: 1;
	visibility: visible;
}

.m8_con02_rt .list ul li .txt {
	width: 82%;
	padding: 0 9%;
}

.m8_con02_rt .list ul li .txt .h2 {
	font-size: 1.14vw;
	line-height: 1.4em;
	text-align: center;
	position: relative;
	padding-bottom: 1.82vw;
	margin-bottom: 1.3vw;
}

.m8_con02_rt .list ul li .txt .h2:before {
	content: "";
	width: 2.34vw;
	height: 2px;
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.m8_con02_rt .list ul li .txt .h4 {
	font-size: .78vw;
	line-height: 2em;
	text-align: center;
}

@media(max-width:999px) {
	.m8_tit1 .h2 {
		font-size: 14px;
		line-height: 1.4em;
	}

	.m8_tit1 .h3 {
		font-size: 24px;
		line-height: 1.4em;
	}

	.m8_con02bg {
		height: auto;
		padding: 60px 0 40px 0;
		display: block;
	}

	.m8_con02 {
		display: block;
	}

	.m8_con02_lt {
		width: 100%;
	}

	.m8_con02_lt .nr_box {
		padding: 20px 5%;
	}

	.m8_con02_lt .list {
		margin-top: 20px;
	}

	.m8_con02_lt .list * {
		font-size: 20px !important;
	}

	.m8_con02_rt {
		width: 100%;
	}

	.m8_con02_rt .list ul {
		display: block;
	}

	.m8_con02_rt .list ul li {
		width: 100%;
	}

	.m8_con02_rt .list ul li .nr_box {
		border-left: none;
		border-top: 1px solid #dbdbdc;
		padding: 20px 5%;
	}

	.m8_con02_rt .list ul li .txt1 {
		margin-bottom: 10px;
	}

	.m8_con02_rt .list ul li .txt1 .h3 {
		font-size: 12px;
		line-height: 1.4em;
		height: auto;
		padding-bottom: 5px;
	}

	.m8_con02_rt .list ul li .txt1 .h3:before {
		width: 25px;
		height: 1px;
	}

	.m8_con02_rt .list ul li .imgbg {
		margin-bottom: 10px;
	}

	.m8_con02_rt .list ul li .img {
		height: 42px;
	}

	.m8_con02_rt .list ul li .txt2 .h2 {
		font-size: 16px;
		line-height: 1.4em;
		height: auto;
	}

	.m8_con02_rt .list ul li .nr_box2 {
		display: none;
	}
}


.m8_con03bg {
	width: 100%;
	height: calc(100% - 110px);
	padding-top: 110px;
	background: url(../images/proclassbg1.jpg) center no-repeat;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_con03 {
	width: 100%;
	color: #fff;
}

.proclass_gallery {
	position: relative;
}

.proclass_gallery-thumbs {
	width: 41%;
	position: absolute;
	top: 40px;
	right: 0;
	z-index: 2;
}

.proclass_gallery-thumbs .swiper-container {
	width: 60%;
}

.proclass_gallery-thumbs .swiper-container .swiper-slide {
	text-align: center;
}

.proclass_gallery-thumbs .h2 {
	display: inline-block;
	font-size: .94vw;
	line-height: 2em;
	position: relative;
	cursor: pointer;
	padding-top: .26vw;
}

.proclass_gallery-thumbs .h2:before {
	content: "";
	width: 0;
	height: 3px;
	background: var(--fourth-color);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s ease;
}

.proclass_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2 {
	color: var(--fourth-color);
}

.proclass_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2:before {
	width: 100%;
}

.proclass_gallery-top {}

.proclass_gallery-top .swiper-container {
	width: 100%;
}

.proclass_gallery-top .swiper-container .swiper-slide {}

.proclass_gallery-top .nr_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.proclass_gallery-top .imgbg {
	width: 55%;
}

.proclass_gallery-top .img {}

.proclass_gallery-top .img img {
	display: block;
	width: 100%;
}

.proclass_gallery-top .txtbg {
	width: 41%;
}

.proclass_gallery-top .txt {
	padding: 4.16vw 20% 0 20%;
}

.proclass_gallery-top .txt .h3 {
	font-size: .94vw;
	line-height: 1.4em;
	text-transform: uppercase;
}

.proclass_gallery-top .txt .h2 {
	font-size: 2.08vw;
	line-height: 1.4em;
	margin-bottom: 2.6vw;
}

.proclass_gallery-top .txt .h4 {
	font-size: .78vw;
	line-height: 2em;
	margin-bottom: 3.12vw;
}

.proclass_gallery-top .txt .h4 p {
	line-height: inherit;
}

@media(max-width:999px) {
	.m8_con03bg {
		height: auto;
		padding: 40px 0;
		display: block;
	}

	.proclass_gallery-thumbs {
		width: 100%;
		position: static;
		margin-bottom: 20px;
	}

	.proclass_gallery-thumbs .swiper-container {
		width: 100%;
	}

	.proclass_gallery-thumbs .h2 {
		font-size: 14px;
		line-height: 2em;
		padding-top: 5px;
	}

	.proclass_gallery-top .nr_box {
		display: block;
	}

	.proclass_gallery-top .imgbg {
		width: 100%;
		margin-bottom: 10px;
	}

	.proclass_gallery-top .txtbg {
		width: 100%;
	}

	.proclass_gallery-top .txt {
		padding: 0 5%;
	}

	.proclass_gallery-top .txt .h3 {
		font-size: 14px;
		line-height: 1.4em;
	}

	.proclass_gallery-top .txt .h2 {
		font-size: 20px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}

	.proclass_gallery-top .txt .h4 {
		font-size: 12px;
		line-height: 2em;
		margin-bottom: 10px;
	}
}


.m8_con04bg {
	width: 100%;
	height: calc(100% - 110px);
	padding-top: 110px;
	background: #f4f7fa url(../images/schoolbg1.jpg) top center no-repeat;
	background-size: 100% auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_con04 {}

.m8_con04 .m8_tit1 {
	color: #fff;
}

.m8_con04_list {
	margin-top: 6.25vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.m8_con04_lt {
	width: 27%;
}

.m8_con04_lt .list {}

.m8_con04_lt .list .txt {
	font-size: .78vw;
	line-height: 2em;
	text-align: justify;
	margin-bottom: 6.25vw;
}

.m8_con04_lt .list .txt p {
	line-height: inherit;
}

.m8_con04_rt {
	width: 68%;
}

.school_gallery {}

.school_gallery-thumbs {
	margin-bottom: 2.6vw;
}

.school_gallery-thumbs .swiper-container {}

.school_gallery-thumbs .swiper-container .swiper-slide {
	text-align: center;
}

.school_gallery-thumbs .h2 {
	display: inline-block;
	font-size: .94vw;
	line-height: 2em;
	position: relative;
	cursor: pointer;
	padding-top: .26vw;
}

.school_gallery-thumbs .h2:before {
	content: "";
	width: 0;
	height: 3px;
	background: var(--secondary-color);
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s ease;
}

.school_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2 {
	color: var(--secondary-color);
}

.school_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2:before {
	width: 100%;
}

.school_gallery-top {}

.school_gallery-top .swiper-container {}

.school_gallery-top .swiper-container .swiper-slide {}

.school_swiper {}

.school_swiper .nr_box {
	border: 1px solid #ece6e6;
	background: #fff;
	margin: 0 .52vw;
	border-radius: 10px;
	transition: all .3s ease;
	padding: 2.08vw 0 1.56vw 0;
	text-align: center;
}

.school_swiper .nr_box:hover {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.school_swiper .imgbg {
	margin-bottom: 1.56vw;
}

.school_swiper .img {
	height: 5.2vw;
	position: relative;
}

.school_swiper .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
}

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

.school_swiper .txt {}

.school_swiper .txt .h2 {
	font-size: .72vw;
	line-height: 1.4em;
}

@media(max-width:999px) {
	.m8_con04bg {
		height: auto;
		padding: 40px 0;
		display: block;
		background-size: 150% auto;
	}

	.m8_con04_list {
		margin-top: 20px;
		display: block;
	}

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

	.m8_con04_lt .list .txt {
		font-size: 12px;
		line-height: 2em;
		margin-bottom: 10px;
	}

	.m8_con04_rt {
		width: 100%;
	}

	.school_gallery-thumbs {
		margin-bottom: 20px;
	}

	.school_gallery-thumbs .h2 {
		font-size: 14px;
		line-height: 2em;
		padding-top: 5px;
	}

	.school_swiper .nr_box {
		margin: 0 5px;
		padding: 30px 0 20px 0;
	}

	.school_swiper .imgbg {
		margin-bottom: 20px;
	}

	.school_swiper .img {
		height: 50px;
	}

	.school_swiper .txt .h2 {
		font-size: 12px;
		line-height: 1.4em;
	}
}


.m8_con05bg {
	width: 100%;
	height: calc(100% - 110px);
	padding-top: 110px;
	background: #000;
	position: relative;
	z-index: 44;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_con05 {
	width: 100%;
	color: #fff;
}

.m8_con05 .list {}

.index_phone {
	font-size: 1.04vw;
	line-height: 25px;
	padding-left: 50px;
	min-height: 50px;
	background: url(../images/ico_indexphone.png) left center no-repeat;
	background-size: auto 50px;
	margin-bottom: 2.08vw;
	font-weight: bold;
}

.index_phone span {
	display: block;
	font-size: 1.25vw;
}

.index_message {
	position: absolute;
	left: 3.5%;
	bottom: 5%;
	z-index: 2;
	width: 27%;
}

.index_message ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.index_message ul li {
	width: 48%;
	margin-bottom: 15px;
}

.index_message ul li.li1 {
	width: 100%;
}

.index_message .h3 {
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 10px;
}

.index_message .h3 font {
	color: #f00;
}

.index_message .checkbox_box {
	font-size: 15px;
}

.index_message .checkbox_box label {
	display: inline-block;
	margin-right: 1.04vw;
}

.index_message .checkbox_box label input {}

.index_message .contact_top {
	height: 32px;
}

.index_message select {
	float: left;
	border: 1px solid #fff;
	background: #fff;
	height: calc(1.56vw + 2px);
	line-height: 1.56vw;
	padding: 0 10px;
	width: 32%;
	margin-right: 1%;
	border-radius: 4px;
}

.index_message .input_text {
	border: 1px solid #fff;
	background: #fff;
	height: 1.56vw;
	line-height: 1.56vw;
	padding: 0 10px;
	width: calc(100% - 22px);
	border-radius: 4px;
}

.index_message textarea {
	border: 1px solid #fff;
	background: #fff;
	height: 4.68vw;
	line-height: 1.56vw;
	padding: 0 10px;
	width: calc(100% - 22px);
	border-radius: 4px;
}

.index_message .yzm {
	height: calc(1.56vw + 2px);
}

.index_message .input_text1 {
	border: 1px solid #fff;
	background: #fff;
	height: 1.56vw;
	line-height: 1.56vw;
	padding: 0 .52vw;
	width: calc(100% - 6.76vw);
	border-radius: 4px;
	float: left;
}

.index_message #sendcode_pro {
	border: 1px solid var(--secondary-color);
	background: var(--secondary-color);
	color: #fff;
	height: calc(1.56vw + 2px);
	line-height: 1.56vw;
	width: 5.2vw;
	cursor: pointer;
	border-radius: 4px;
	transition: all .3s ease;
	float: right;
}

.index_message #sendcode_pro:hover {}

.index_message #sendcode_pro[disabled] {
	background: #999;
}

.index_message .input_button {
	display: block;
	/* margin:0 auto;*/
	border: 1px solid var(--secondary-color);
	background: var(--secondary-color);
	color: #fff;
	height: calc(1.56vw + 2px);
	line-height: 1.56vw;
	width: 100px;
	cursor: pointer;
	border-radius: 4px;
	transition: all .3s ease;
}

.index_message .input_button:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

@media(max-width:999px) {
	.index_message {
		position: static;
		width: 90%;
		padding: 0 5%;
	}

	.index_message ul {
		display: block;
	}

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

	.index_message .h3 {
		margin-bottom: 5px;
	}

	.index_message .checkbox_box {
		font-size: 14px;
	}

	.index_message .checkbox_box label {
		margin-right: 10px;
	}

	.index_message select {
		height: 32px;
		line-height: 30px;
	}

	.index_message .input_text {
		height: 30px;
		line-height: 30px;
	}

	.index_message textarea {
		height: 60px;
		line-height: 30px;
	}

	.index_message .yzm {
		height: 32px;
	}

	.index_message .input_text1 {
		height: 30px;
		line-height: 30px;
		padding: 0 10px;
		width: calc(100% - 132px);
	}

	.index_message #sendcode_pro {
		height: 32px;
		line-height: 30px;
		width: 100px;
	}

	.index_message .input_button {
		height: 32px;
		line-height: 30px;
		width: 100px;
	}
}

.product_gallery {
	position: relative;
}

.product_gallery-thumbs {
	width: 34%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.product_gallery-thumbs .swiper-container {}

.product_gallery-thumbs .swiper-container .swiper-slide {
	text-align: center;
	width: 120px !important;
}

.product_gallery-thumbs .h2 {
	display: inline-block;
	font-size: .94vw;
	line-height: 2em;
	position: relative;
	cursor: pointer;
	padding-top: .26vw;
}

.product_gallery-thumbs .h2:before {
	content: "";
	width: 0;
	height: 3px;
	background: #fff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	transition: all .3s ease;
}

.product_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2 {
	color: #fff;
}

.product_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2:before {
	width: 100%;
}

.product_gallery-top {
	width: 100%;
}

.product_gallery-top .swiper-container {
	width: 100%;
}

.product_gallery-top .swiper-container .swiper-slide {}

.product_swiper {
	width: 100%;
}

.product_swiper .swiper-container {
	width: 100%;
}

.product_swiper .nr_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-direction: row-reverse;
}

.product_swiper .txtbg {
	width: 34%;
}

.product_swiper .txt {
	padding: 4.16vw 10% 0 10%;
}

.product_swiper .txt .h2 {
	font-size: 2.4vw;
	line-height: 1.4em;
	margin-bottom: .52vw;
}

.product_swiper .txt .h3 {
	font-size: .78vw;
	line-height: 1.4em;
}

.product_swiper .imgbg {
	width: 100%;
}

.product_swiper .img {
	height: calc(100vh - 110px);
	position: relative;
}

.product_swiper .img img {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transform: scale(.5);
	transition: all 1s ease;
}

.product_swiper .swiper-slide.swiper-slide-active .img img {
	transform: scale(1);
}

.product_swiper .swiper-button-prev,
.product_swiper .swiper-button-next {
	width: 2.6vw;
	height: 2.6vw;
	margin-top: -1.3vw;
	border-radius: 100%;
	background-color: rgba(0, 0, 0, .5);
	background-size: auto 50%;
}

.product_swiper .swiper-button-prev:hover,
.product_swiper .swiper-button-next:hover {
	background-color: var(--primary-color);
}

.product_swiper .swiper-button-prev {
	left: 39%;
}

.product_swiper .swiper-button-next {
	right: 5%;
}

@media(max-width:999px) {
	.m8_con05bg {
		height: auto;
		padding: 40px 0;
		display: block;
	}

	.product_gallery-thumbs {
		width: 100%;
		position: static;
		margin-bottom: 20px;
	}

	.product_gallery-thumbs .h2 {
		font-size: 14px;
		line-height: 2em;
		padding-top: 5px;
	}

	.product_swiper .nr_box {
		display: block;
	}

	.product_swiper .txtbg {
		width: 100%;
	}

	.product_swiper .txt {
		padding: 0 5%;
	}

	.product_swiper .txt .h2 {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}

	.product_swiper .txt .h3 {
		font-size: 12px;
		line-height: 1.4em;
	}

	.product_swiper .imgbg {
		width: 100%;
		margin-bottom: 15px;
	}

	.product_swiper .img {
		height: auto;
	}

	.product_swiper .img img {
		position: static;
	}
}


.m8_con06bg {
	width: 100%;
	height: calc(100% - 110px);
	padding-top: 110px;
	background: #12161a;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_con06 {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_con06_lt {
	width: 52%;
}

.m8_con06_lt .img {}

.m8_con06_lt .img img {
	display: block;
	width: 100%;
}

.m8_con06_rt {
	width: 37%;
}

.m8_con06_rt .nr_box {}

.m8_con06_rt .list1 {
	font-size: .78vw;
	line-height: 2em;
	margin-top: 1.3vw;
}

.m8_con06_rt .list1 p {
	line-height: inherit;
}

.m8_con06_rt .list {}

.m8_con06_rt .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_con06_rt .list ul li {
	text-align: center;
}

.m8_con06_rt .list ul li .txtbg {}

.m8_con06_rt .list ul li .txt {}

.m8_con06_rt .list ul li .txt .h2 {
	font-size: 1.04vw;
	line-height: 3.75vw;
	margin-bottom: .78vw;
}

.m8_con06_rt .list ul li .txt .h2 strong {
	display: inline-block;
	vertical-align: text-top;
	font-size: 3.75vw;
	font-weight: normal;
}

.m8_con06_rt .list ul li .txt .h2 span {}

.m8_con06_rt .list ul li .txt .h3 {
	font-size: .94vw;
	line-height: 1.4em;
}

@media(max-width:999px) {
	.m8_con06bg {
		height: auto;
		padding: 40px 0;
		display: block;
	}

	.m8_con06 {
		display: block;
	}

	.m8_con06_lt {
		width: 100%;
	}

	.m8_con06_rt {
		width: 100%;
	}

	.m8_con06_rt .list1 {
		font-size: 12px;
		line-height: 2em;
		margin-top: 10px;
		margin-bottom: 20px;
	}

	.m8_con06_rt .list ul li .txt .h2 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 5px;
	}

	.m8_con06_rt .list ul li .txt .h2 strong {
		font-size: 24px;
	}

	.m8_con06_rt .list ul li .txt .h3 {
		font-size: 12px;
		line-height: 1.4em;
	}
}


.m8_con07bg {
	width: 100%;
	height: calc(100% - 110px);
	padding-top: 110px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_con07 {
	position: relative;
}

.m8_con07 .list {
	margin-top: 1.56vw;
}

.news_gallery {}

.news_gallery-thumbs {
	width: 34%;
	position: absolute;
	right: 0;
	top: 30px;
	z-index: 2;
}

.news_gallery-thumbs .swiper-container {}

.news_gallery-thumbs .swiper-container .swiper-slide {
	text-align: center;
}

.news_gallery-thumbs .h2 {
	display: inline-block;
	font-size: 1.04vw;
	line-height: 2.2em;
	position: relative;
	cursor: pointer;
	min-width: 8.4vw;
	padding: 0 .26vw;
}

.news_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2 {
	color: #fff;
	background: var(--secondary-color);
}

.news_gallery-top {}

.news_gallery-top .swiper-container {}

.news_gallery-top .swiper-container .swiper-slide {}

.m8_con07 .news_list {}

.m8_con07 .news_list ul {}

.m8_con07 .news_list ul li {
	float: left;
	width: 47%;
	border-top: 1px solid #8b8b8b;
}

.m8_con07 .news_list ul li:nth-child(2) {
	border: none;
}

.m8_con07 .news_list ul li .nr_box {
	padding: 1.56vw 0;
}

.m8_con07 .news_list ul li .txtbg {}

.m8_con07 .news_list ul li .txt {
	color: #333;
}

.m8_con07 .news_list ul li .txt .h2 {
	font-size: 1.04vw;
	line-height: 1.4em;
	height: 1.4em;
	font-weight: bold;
	margin-bottom: .78vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.m8_con07 .news_list ul li:hover .txt .h2 {
	color: var(--secondary-color);
}

.m8_con07 .news_list ul li .txt .h3 {
	font-size: .78vw;
	line-height: 2em;
	margin-bottom: 1.04vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.m8_con07 .news_list ul li .txt .time {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	padding-left: 20px;
	background: url(../images/ico_time.png) left center no-repeat;
	background-size: auto 16px;
}

.m8_con07 .news_list ul li .txt .time i {}

.m8_con07 .news_list ul li .imgbg {
	display: none;
	margin-top: 1.56vw;
}

.m8_con07 .news_list ul li .img {
	padding-bottom: 62%;
	position: relative;
	overflow: hidden;
}

.m8_con07 .news_list ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
	object-fit: contain;
}

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

.m8_con07 .news_list ul li:nth-child(1) {
	height: 36.46vw;
	background: #f4f7fa;
	margin-right: 6%;
	border: none;
}

.m8_con07 .news_list ul li:nth-child(1) .nr_box {
	padding: 4.16vw 12% 0 12%;
}

.m8_con07 .news_list ul li:nth-child(1) .txt .h2 {
	height: 2.8em;
	-webkit-line-clamp: 2;
}

.m8_con07 .news_list ul li:nth-child(1) .txt .h3 {
	border-top: 1px solid #cecece;
	padding-top: .78vw;
}

.m8_con07 .news_list ul li:nth-child(1) .imgbg {
	display: block;
}

@media(max-width:999px) {
	.m8_con07bg {
		height: auto;
		padding: 40px 0;
		display: block;
	}

	.m8_con07 .list {
		margin-top: 20px;
	}

	.news_gallery-thumbs {
		width: 100%;
		position: static;
		margin-bottom: 20px;
	}

	.news_gallery-thumbs .h2 {
		font-size: 14px;
		line-height: 2.2em;
		min-width: 80px;
		padding: 0 5px;
	}

	.m8_con07 .news_list ul li {
		float: left;
		width: 100%;
	}

	.m8_con07 .news_list ul li .nr_box {
		padding: 20px 0;
	}

	.m8_con07 .news_list ul li .txt .h2 {
		font-size: 16px;
		line-height: 1.4em;
		height: auto;
		margin-bottom: .78vw;
	}

	.m8_con07 .news_list ul li .txt .h3 {
		font-size: 14px;
		line-height: 2em;
		margin-bottom: 1.04vw;
	}

	.m8_con07 .news_list ul li .imgbg {
		margin-top: 1.56vw;
	}

	.m8_con07 .news_list ul li:nth-child(1) {
		height: auto;
		margin-right: 6%;
	}

	.m8_con07 .news_list ul li:nth-child(1) .nr_box {
		padding: 20px 5%;
	}

	.m8_con07 .news_list ul li:nth-child(1) .txt .h2 {
		height: auto;
	}

	.m8_con07 .news_list ul li:nth-child(1) .txt .h3 {
		padding-top: .78vw;
	}
}


.m8_foot {
	background: #999999;
	color: #fff;
}

.m8_foot a {
	color: #fff;
}

.m8_foot a:hover {
	color: var(--primary-color);
}

.m8_foot1bg {
	padding: 3.64vw 0 2.6vw 0;
}

.m8_foot1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.m8_foot .f_logo {
	width: 10%;
}

.m8_foot .f_logo img {
	max-width: 100%;
}

/*footnav*/
.f_nav {}

.f_nav>ul {
	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: flex-start;
	align-items: flex-start;
	flex-wrap: nowrap;
}

.f_nav ul li {
	flex-grow: 1;
	flex-shrink: 1;
}

.f_nav>ul>li {
	margin: 0 1.3vw 0 1.3vw;
}

.f_nav ul li a {
	display: block;
	font-size: .72vw;
	line-height: 1.8em;
}

.f_nav>ul>li>a {
	font-size: .84vw;
	line-height: 1.4em;
	margin-bottom: .52vw;
	font-weight: bold;
}

.m8_foot1 .rt {
	width: 22%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_foot1 .f_ewm {}

.m8_foot1 .f_ewm img {
	display: block;
	width: 4.68vw;
	height: 4.68vw;
}

.m8_foot1 .f_contact {
	width: calc(100% - 5vw);
	font-size: 12px;
	line-height: 1.4em;
}

.m8_foot1 .f_contact ul li {}

.m8_foot1 .f_contact ul li .company {
	display: block;
	font-size: .94vw;
	line-height: 1.4em;
}

.m8_foot2bg {
	background: var(--third-color);
	padding: .78vw 0;
}

.m8_foot2 {}

.m8_foot .f_info {
	text-align: center;
	font-size: 12px;
}

.m8_foot .f_info p {
	padding: 0;
}

.go_top {
	width: 50px;
	line-height: 50px;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .5) url(../images/ico_backtop.png) center no-repeat;
	position: fixed;
	z-index: 44;
	bottom: 10px;
	right: 10px;
	font-size: 0;
}

.go_top:hover {
	background-color: var(--primary-color);
	color: #fff;
}

.go_top i {}

@media(max-width:999px) {
	.go_top {
		display: none;
	}

	.m8_foot1bg {
		padding: 20px 0 20px 0;
	}

	.m8_foot1 {
		display: block;
	}

	.m8_foot .f_logo {
		width: 100%;
		margin-bottom: 5px;
	}

	.m8_foot .f_logo img {
		max-width: 100%;
	}

	.f_nav {
		display: none;
	}

	.m8_foot1 .rt {
		width: 100%;
	}

	.m8_foot1 .f_ewm img {
		width: 80px;
		height: 80px;
	}

	.m8_foot1 .f_contact {
		width: calc(100% - 85px);
	}

	.m8_foot1 .f_contact ul li .company {
		font-size: 14px;
		line-height: 1.4em;
	}

	.m8_foot2bg {
		padding: 10px 0;
	}
}


/*客服*/
.m1_side_kefu_box {
	width: 70px;
	position: fixed;
	z-index: 44;
	right: 10px;
	bottom: 50px;
	display: none;
}

.m1_side_kefu {
	width: 70px;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
	border-radius: 8px;
	position: relative;
	right: 0;
	transition: all .5s ease;
}

.m1_side_kefu.active {
	right: -80px;
}

.m1_side_kefu ul li {
	position: relative;
	padding: 0 10px;
}

.m1_side_kefu ul li>a {
	display: block;
	padding: 10px 0;
	position: relative;
	z-index: 2;
	border-top: 1px solid #f5f5f5;
}

.m1_side_kefu ul li:nth-child(1)>a {
	border: none;
}

.m1_side_kefu ul li .ico {
	height: 28px;
	position: relative;
}

.m1_side_kefu ul li .ico img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m1_side_kefu ul li .ico .img2 {
	display: none;
}

.m1_side_kefu ul li:hover .ico .img1 {
	display: none;
}

.m1_side_kefu ul li:hover .ico .img2 {
	display: block;
}

.m1_side_kefu ul li .h2 {
	font-size: 12px;
	line-height: 1em;
	margin-top: 10px;
	text-align: center;
}

.m1_side_kefu ul li:hover .h2 {
	color: var(--primary-color);
}

.m1_side_kefu ul li .boxbg {
	width: fit-content;
	padding: 0 10px 0 0;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}

.m1_side_kefu ul li:hover .boxbg {
	transform: translate(0, -50%);
	opacity: 1;
	visibility: visible;
}

.m1_side_kefu ul li .box {
	width: fit-content;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	border-radius: 4px;
}

.m1_side_kefu ul li .box:before {
	content: "";
	border: 5px solid transparent;
	border-left: 5px solid #fff;
	position: absolute;
	top: 50%;
	margin-top: -5px;
	right: 0;
}

.m1_side_kefu ul li .box .h3 {
	white-space: nowrap;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	min-width: 150px;
}

.m1_side_kefu ul li .box .h3 img {
	vertical-align: top;
	height: 30px;
	width: 28px;
	object-fit: contain;
	margin-right: 5px;
}

.m1_side_kefu ul li .box .ewm {
	text-align: center;
}

.m1_side_kefu ul li .box .ewm .h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.m1_side_kefu ul li .box .ewm img {
	display: block;
	margin: 0 auto;
	width: 124px;
	padding: 5px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.m1_side_kefu_btn {
	width: 28px;
	height: 28px;
	text-align: center;
	border-radius: 100%;
	background: #fff;
	color: #999;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	position: absolute;
	z-index: 66;
	bottom: -38px;
	right: 21px;
	cursor: pointer;
	transition: all .3s ease;
}

.m1_side_kefu_btn.active {
	transform: rotate(45deg);
}

.m1_side_kefu_btn i {
	display: block;
	width: 28px;
	height: 28px;
	background: url(../images/ico_btn1.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}

.m1_side_kefu_btn.active {}

.m1_side_kefu_btn i.m1_side_kefu_open {
	display: none;
}

.m1_side_kefu_btn i.m1_side_kefu_close {}

.m1_side_kefu_btn.active i.m1_side_kefu_open {
	display: block;
}

.m1_side_kefu_btn.active i.m1_side_kefu_close {
	display: none;
}

@media(max-width:999px) {
	.m1_fheight {
		height: 70px;
	}

	.m1_side_kefu_box {
		width: 100%;
		right: 0;
		top: auto;
		bottom: 0;
		transform: translateY(0);
		display: block;
	}

	.m1_side_kefu {
		width: 100%;
		border-radius: 0;
	}

	.m1_side_kefu.active {
		right: 0 !important;
	}

	.m1_side_kefu ul li {
		margin-bottom: 0;
		float: left;
		width: 25%;
		padding: 0;
	}

	.m1_side_kefu ul li>a {
		border: none;
		border-left: 1px solid #f5f5f5;
	}

	.m1_side_kefu ul li .h2 {
		font-size: 12px;
		line-height: 1em;
		margin-top: 8px;
	}

	.m1_side_kefu ul li.gotop {
		display: block !important;
	}

	.m1_side_kefu ul li .boxbg {
		padding: 0 0 10px 0;
		top: auto;
		bottom: 100%;
		right: auto;
		left: 50%;
		transform: translate(-50%, -20%) !important;
	}

	.m1_side_kefu ul li:hover .boxbg {
		transform: translate(-50%, 0) !important;
	}

	.m1_side_kefu ul li .box:before {
		border: 5px solid transparent;
		border-top: 5px solid #fff;
		position: absolute;
		top: auto;
		bottom: 0;
		margin-top: 0;
		margin-left: -5px;
		right: auto;
		left: 50%;
	}

	.m1_side_kefu ul li .box1 {
		display: none !important;
	}

	.m1_side_kefu_btn {
		display: none;
	}
}

/*客服2*/
.m1_side_kefu2_box {
	width: 40px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 44;
}

.m1_side_kefu2 {}

.m1_side_kefu2 ul li {
	width: 40px;
	margin: 1px 0;
	position: relative;
}

.m1_side_kefu2 ul li>a {
	display: block;
	text-align: center;
	background: var(--primary-color);
	color: #fff;
	opacity: .9;
}

.m1_side_kefu2 ul li>a:hover,
.m1_side_kefu2 ul li:hover>a {
	background: var(--primary-color);
	color: #fff;
	opacity: .9;
}

.m1_side_kefu2 ul li .ico {
	line-height: 40px;
	font-size: 20px;
}

.m1_side_kefu2 ul li .ico i {}

.m1_side_kefu2 ul li .boxbg {
	background: var(--primary-color);
	color: #fff;
	padding: 5px 10px;
	text-align: center;
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translate(-10%, -50%);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.m1_side_kefu2 ul li:hover .boxbg {
	transform: translate(0, -50%);
	opacity: .9;
	visibility: visible;
}

.m1_side_kefu2 ul li .box1 {}

.m1_side_kefu2 ul li .box1 .h3 {
	white-space: nowrap;
	line-height: 30px;
	font-size: 20px;
	text-align: center;
	min-width: 150px;
}

.m1_side_kefu2 ul li .box1 .h3 i {
	margin-right: 5px;
}

.m1_side_kefu2 ul li .box2 {
	padding: 5px 10px 10px 10px;
}

.m1_side_kefu2 ul li .box2 .h4 {
	font-size: 16px;
	margin-bottom: 5px;
}

.m1_side_kefu2 ul li .box2 img {
	display: block;
	width: 124px;
}

@media(max-width:999px) {
	.m1_side_kefu2_box {
		width: 30px;
		display: none;
	}

	.m1_side_kefu2 ul li {
		width: 30px;
	}

	.m1_side_kefu2 ul li .ico {
		line-height: 30px;
		font-size: 12px;
	}
}


.inbanner img {
	display: block;
	width: 100%;
	min-height: 110px;
}

.inbarbg {
	border-bottom: 1px solid #e7e7e7;
	background: #f8f8f8;
}

.inbar {
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.weizhi {
	font-size: .84vw;
	line-height: 70px;
}

.inner_menu {
	font-size: 1.04vw;
}

.inner_menu ul {
	height: 70px;
	line-height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.inner_menu ul li {}

.inner_menu ul li a {
	display: block;
	padding: 0 2.08vw;
}

.inner_menu ul li.hover a,
.inner_menu ul li a:hover {
	background: var(--secondary-color);
	color: #fff;
}

.inner_menu ul li ul {
	display: none;
}

.inbar .goback {}

.inbar .goback a {
	color: #999;
	font-size: 20px;
}

.inbar .goback a:hover {
	color: #333;
}

@media(max-width:999px) {
	.inbanner img {
		width: 100%;
		min-height: 0;
	}

	.inbar {
		height: 40px;
	}

	.weizhi {
		font-size: 12px;
		line-height: 40px;
	}

	.inner_menu {
		display: none;
	}

}

.m8_insidebg {
	padding: 40px 0 80px 0;
}

.m8_inside {}

.m8_inside_lt {
	float: left;
	width: 240px;
	/* margin-top:-160px;*/
}

.m1_side_a {
	width: 240px;
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, .1);
	margin-bottom: 30px;
	position: relative;
	z-index: 11;
}

.m1_side_a.active {
	position: fixed;
	top: 100px;
}

.m1_side_a>ul {}

.m1_side_a.active>ul {
	max-height: calc(100vh - 100px);
	overflow-y: auto;
}

.m1_side_a h2 {
	font-size: 20px;
	line-height: 24px;
	padding: 20px 15px;
	font-weight: normal;
	background: var(--primary-color);
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .5);
	letter-spacing: 2px;
}

.m1_side_a h2 strong {
	display: block;
	font-size: 24px;
	line-height: 28px;
}

.m1_side_a h2 span {
	display: block;
	margin-top: 6px;
	opacity: .7;
}

.m1_side_a ul li {}

.m1_side_a>ul>li:nth-child(1) {
	/* margin-bottom:10px; border:none;*/
}

.m1_side_a>ul>li {
	border-bottom: 1px solid #eee;
}

.m1_side_a>ul>li:last-child {}

.m1_side_a ul li a {
	display: block;
	font-size: 16px;
	line-height: 26px;
	padding: 7px 40px 7px 35px;
	background: url(../images/ico_list1.png) left 10px center no-repeat;
}

.m1_side_a ul li a:hover,
.m1_side_a ul li.hover>span a {
	color: #fff;
	background-color: var(--primary-color);
	background-image: url(../images/ico_list1_hover2.png);
}

.m1_side_a ul li.active>span a {}

.m1_side_a ul li span {
	display: block;
	position: relative;
}

.m1_side_a ul li span>i {
	width: 40px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	cursor: pointer;
	background: url(../images/ico_list3.png) center no-repeat;
}

.m1_side_a ul li.active>span>i {
	background-image: url(../images/ico_list3_hover.png);
}

.m1_side_a ul li.hover span>i {
	background-image: url(../images/ico_list4.png);
}

.m1_side_a ul li.hover.active>span>i {
	background-image: url(../images/ico_list4_hover.png);
}

.m1_side_a ul li ul {
	padding-left: 20px;
	padding-bottom: 10px;
	display: none;
}

.m1_side_a ul li ul li {}

.m1_side_a ul li ul li a {
	padding-top: 7px;
	padding-bottom: 7px;
}

.m1_side_c {
	background: #fff;
}

.m1_side_c.lfixed {
	position: fixed;
	left: 0;
	bottom: 0;
	background: #f5f5f5;
	z-index: 22;
	transform: translateX(0);
	transition: all .3s ease;
}

.m1_side_c.lfixed.hiden {
	transform: translateX(-240px);
}

.m1_side_c.lfixed.shown {
	transform: translateX(0px);
}

.inLt_contact_btn {
	position: absolute;
	top: 0;
	left: 100%;
	display: none;
}

.m1_side_c.lfixed .inLt_contact_btn {
	display: block;
}

.inLt_contact_btn span {
	display: block;
	text-align: center;
	font-size: 12px;
	line-height: 2em;
	padding: 10px 5px;
	width: 20px;
	background: var(--primary-color);
	color: #fff;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
}

.inLt_contact_btn .inLt_contact_close {
	display: block;
}

.inLt_contact_btn .inLt_contact_open {
	display: none;
}

.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close {
	display: block;
}

.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open {
	display: none;
}

.m1_side_c.lfixed.hiden .inLt_contact_btn .inLt_contact_close {
	display: none;
}

.m1_side_c.lfixed.hiden .inLt_contact_btn .inLt_contact_open {
	display: block;
}

.m1_side_c.lfixed.shown .inLt_contact_btn .inLt_contact_close {
	display: block;
}

.m1_side_c.lfixed.shown .inLt_contact_btn .inLt_contact_open {
	display: none;
}

.inLt_contact {
	/* background:#f5f5f5; border-radius:8px; padding:20px 0 10px 0;*/
	width: 240px;
}

.inLt_contact .h2 {
	font-size: 18px;
	line-height: 20px;
	padding: 15px 0 15px 60px;
	background: #f5f5f5 url(../images/ico_phone2.png) left center no-repeat;
	background-size: auto 60px;
	color: var(--primary-color);
	position: relative;
	margin-bottom: 15px;
}

.m1_side_c.lfixed .inLt_contact .h2 {
	border-bottom: 1px solid #ddd;
}

.inLt_contact .h2:before {
	/* content:""; width:100%; border-bottom:1px solid #eee; position:absolute; left:0; bottom:-10px;*/
}

.inLt_contact .h2 span {
	display: block;
	margin-bottom: 6px;
}

.inLt_contact .h2 strong {
	display: block;
	font-size: 22px;
	line-height: 24px;
}

.inLt_contact .h3 {
	font-size: 16px;
	line-height: 26px;
	font-weight: bold;
	padding: 0 10px;
}

.inLt_contact ul {
	padding: 5px 10px 10px 10px;
}

.inLt_contact ul li {
	font-size: 14px;
	line-height: 24px;
	margin: 5px 0;
}

.inLt_contact ul li span {}

.m8_inside_rt {
	float: right;
	width: calc(100% - 280px);
}

@media(max-width:1699px) {
	.m1_side_c.lfixed {
		transform: translateX(-240px);
	}

	.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_close {
		display: none;
	}

	.m1_side_c.lfixed .inLt_contact_btn .inLt_contact_open {
		display: block;
	}
}

@media(max-width:999px) {
	.m8_insidebg {
		padding: 30px 0 60px 0;
	}

	.m8_inside_lt {
		display: none;
	}

	.m8_inside_rt {
		float: right;
		width: 100%;
	}
}

.m8_news1 {}

.m8_news1_lt {
	float: left;
	width: calc(94% - 240px);
}

.m8_news1_rt {
	float: right;
	width: 240px;
}

.m1_side_b {
	margin-bottom: 30px;
	background: #fff;
	padding: 10px;
}

.m1_side_b .h1 {
	font-size: var(--font20);
	line-height: 24px;
	padding-left: 30px;
	position: relative;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
}

.m1_side_b .h1 i {
	width: 24px;
	height: 24px;
	background: url(../images/ico_hot.png) center no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.m1_side_b .list {
	margin-top: 20px;
}

.m1_side_b .list ul li {
	margin-bottom: 10px;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.m1_side_b .list ul li .nr_box {}

.m1_side_b .list ul li .imgbg {
	height: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(50%);
	transition: all .5s ease;
}

.m1_side_b .list ul li .img {
	padding-bottom: 38%;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}

.m1_side_b .list ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m1_side_b .list ul li .txtbg {}

.m1_side_b .list ul li .txt {}

.m1_side_b .list ul li .txt .h2 {
	font-size: var(--font14);
	line-height: 24px;
	height: 24px;
	padding: 0 0 0 30px;
	position: relative;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.m1_side_b .list ul li .txt .h2 em {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border-radius: 0 8px 0 8px;
	text-align: center;
	color: #999;
	font-style: normal;
	position: absolute;
	left: 0;
	top: 0;
}

.m1_side_b .list ul li .txt .h2 span {}

.m1_side_b .list ul li.active .imgbg {
	height: auto;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.m1_side_b .list ul li.active .txtbg {
	width: 100%;
	background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .9));
	position: absolute;
	bottom: 0;
	left: 0;
}

.m1_side_b .list ul li.active .txt .h2 {
	color: #fff;
}

.m1_side_b .list ul li:nth-child(1) .txt .h2 em {
	color: #FE2D46;
}

.m1_side_b .list ul li:nth-child(2) .txt .h2 em {
	color: #F60;
}

.m1_side_b .list ul li:nth-child(3) .txt .h2 em {
	color: #FAA90E;
}

.m1_side_b .list ul li.active .txt .h2 em {
	color: #fff;
}

.m1_side_b .list ul li.active:nth-child(1) .txt .h2 em {
	background: #FE2D46;
}

.m1_side_b .list ul li.active:nth-child(2) .txt .h2 em {
	background: #F60;
}

.m1_side_b .list ul li.active:nth-child(3) .txt .h2 em {
	background: #FAA90E;
}

@media(max-width:999px) {
	.m8_news1_lt {
		float: left;
		width: 100%;
	}

	.m8_news1_rt {
		float: right;
		width: 100%;
		display: none;
	}
}


.m8_tit3 {
	position: relative;
	padding-bottom: 1.56vw;
}

.m8_tit3:before {
	content: "";
	width: 2.7vw;
	height: 3px;
	background: var(--primary-color);
	position: absolute;
	left: 0;
	bottom: 0;
}

.m8_tit3 .h2 {
	font-size: 1.04vw;
	line-height: 1.4em;
	text-transform: uppercase;
}

.m8_tit3 .h3 {
	font-size: 2.08vw;
	line-height: 1.4em;
}

.m8_contact1bg {
	padding: 4.68vw 0;
}

.m8_contact1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_contact1_lt {
	width: 50%;
}

.m8_contact1_lt .nr_box {
	padding: 0 5% 0 0;
}

.m8_contact1_lt .m8_tit3 {
	margin-bottom: 2.34vw;
}

.m8_contact1_lt .list {
	font-size: .84vw;
	line-height: 1.4em;
	margin-bottom: 1.56vw;
}

.m8_contact1_lt .list h2 {
	font-size: 1.56vw;
	line-height: 1.4em;
	font-weight: normal;
	margin-bottom: 1.04vw;
}

.m8_contact1_lt .list ul {}

.m8_contact1_lt .list ul li {
	float: left;
	width: 50%;
	margin-bottom: .26vw;
}

.m8_contact1_lt .list ul li strong {
	display: inline-block;
}

.m8_contact1_lt .list ul li span {
	display: inline-block;
	width: 2.6vw;
	text-justify: inter-ideograph;
	text-align: justify;
	-moz-text-align-last: justify;
	text-align-last: justify;
}

.m8_contact1_lt .c_ewm {}

.m8_contact1_lt .c_ewm ul li {
	width: 120px;
	text-align: center;
}

.m8_contact1_lt .c_ewm ul li img {
	display: block;
	width: 120px;
	height: 120px;
}

.m8_contact1_lt .c_ewm ul li span {
	display: block;
	font-size: .78vw;
	line-height: 2em;
}

.m8_contact1_rt {
	width: 50%;
}

.m8_contact1_rt .img {}

.m8_contact1_rt .img img {
	display: block;
	width: 100%;
}

@media(max-width:999px) {
	.m8_tit3 {
		padding-bottom: 10px;
	}

	.m8_tit3:before {
		width: 26px;
		height: 3px;
	}

	.m8_tit3 .h2 {
		font-size: 14px;
		line-height: 1.4em;
	}

	.m8_tit3 .h3 {
		font-size: 24px;
		line-height: 1.4em;
	}

	.m8_contact1bg {
		padding: 40px 0;
	}

	.m8_contact1 {
		display: block;
	}

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

	.m8_contact1_lt .nr_box {
		padding: 0;
	}

	.m8_contact1_lt .m8_tit3 {
		margin-bottom: 15px;
	}

	.m8_contact1_lt .list {
		font-size: 14px;
		line-height: 1.4em;
		margin-bottom: 15px;
	}

	.m8_contact1_lt .list h2 {
		font-size: 18px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}

	.m8_contact1_lt .list ul li {
		width: 100%;
		margin-bottom: 5px;
	}

	.m8_contact1_lt .list ul li span {
		width: 50px;
	}

	.m8_contact1_lt .c_ewm ul li span {
		font-size: 12px;
		line-height: 2em;
	}

	.m8_contact1_rt {
		width: 100%;
	}
}

.m8_contact2bg {
	background: #f5f5f5;
}

.m8_contact2 {
	/* color:#fff;*/
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_contact2_lt {
	width: 50%;
}

.m8_contact2_lt .img {}

.m8_contact2_lt .img img {
	display: block;
	width: 100%;
}

.m8_contact2_rt {
	width: 50%;
}

.m8_contact2_rt .nr_box {
	padding: 3.12vw 20% 3.12vw 10%;
}

.m8_contact2_rt .m8_tit3 {
	margin-bottom: 2.34vw;
}

.m8_contact2_rt .m8_tit3:before {
	/* background:#fff; */
}

.m8_contact2_rt .message2 {}

.m8_contact2_rt .message2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.m8_contact2_rt .message2 ul li {
	width: 48%;
	margin-bottom: 15px;
}

.m8_contact2_rt .message2 ul li.li1 {
	width: 100%;
}

.m8_contact2_rt .message2 .h3 {
	font-size: 12px;
	line-height: 1em;
	margin-bottom: 10px;
}

.m8_contact2_rt .message2 .h3 font {
	color: #f00;
}

.m8_contact2_rt .message2 .checkbox_box {
	font-size: 15px;
}

.m8_contact2_rt .message2 .checkbox_box label {
	display: inline-block;
	margin-right: 1.04vw;
}

.m8_contact2_rt .message2 .checkbox_box label input {}

.m8_contact2_rt .message2 .contact_top {
	height: 35px;
}

.m8_contact2_rt .message2 select {
	float: left;
	border: 1px solid #fff;
	background: #fff;
	height: 35px;
	line-height: 33px;
	padding: 0 10px;
	width: 32%;
	margin-right: 1%;
	border-radius: 4px;
}

.m8_contact2_rt .message2 .input_text {
	border: 1px solid #fff;
	background: #fff;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	width: calc(100% - 22px);
	border-radius: 4px;
}

.m8_contact2_rt .message2 textarea {
	border: 1px solid #fff;
	background: #fff;
	height: 98px;
	line-height: 33px;
	padding: 0 10px;
	width: calc(100% - 22px);
	border-radius: 4px;
}

.m8_contact2_rt .message2 .yzm {
	height: 37px;
}

.m8_contact2_rt .message2 .input_text1 {
	border: 1px solid #fff;
	background: #fff;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	width: calc(100% - 132px);
	border-radius: 4px;
	float: left;
}

.m8_contact2_rt .message2 #sendcode2 {
	border: 1px solid var(--secondary-color);
	background: var(--secondary-color);
	color: #fff;
	height: 37px;
	line-height: 35px;
	width: 100px;
	cursor: pointer;
	border-radius: 4px;
	transition: all .3s ease;
	float: right;
}

.m8_contact2_rt .message2 #sendcode2:hover {}

.m8_contact2_rt .message2 #sendcode2[disabled] {
	background: #999;
}

.m8_contact2_rt .message2 .input_button {
	display: block;
	/* margin:0 auto;*/
	border: 1px solid var(--secondary-color);
	background: var(--secondary-color);
	color: #fff;
	height: 40px;
	line-height: 38px;
	width: 100px;
	cursor: pointer;
	border-radius: 4px;
	transition: all .3s ease;
}

.m8_contact2_rt .message2 .input_button:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

@media(max-width:999px) {
	.m8_contact2 {
		display: block;
	}

	.m8_contact2_lt {
		width: 100%;
	}

	.m8_contact2_rt {
		width: 100%;
	}

	.m8_contact2_rt .nr_box {
		padding: 20px 5% 20px 5%;
	}

	.m8_contact2_rt .m8_tit3 {
		margin-bottom: 15px;
	}

	.m8_contact2_rt .message2 ul {
		display: block;
	}

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

	.m8_contact2_rt .message2 .h3 {
		margin-bottom: 5px;
	}

	.m8_contact2_rt .message2 .checkbox_box {
		font-size: 14px;
	}

	.m8_contact2_rt .message2 .checkbox_box label {
		margin-right: 10px;
	}

	.m8_contact2_rt .message2 select {
		height: 32px;
		line-height: 30px;
	}

	.m8_contact2_rt .message2 .input_text {
		height: 30px;
		line-height: 30px;
	}

	.m8_contact2_rt .message2 textarea {
		height: 60px;
		line-height: 30px;
	}

	.m8_contact2_rt .message2 .input_button {
		height: 32px;
		line-height: 30px;
		width: 100px;
	}
}

.m8_contact3bg {
	padding: 3.64vw 0;
}

.m8_contact3 {}

#allmap {
	width: 100%;
	height: 520px;
}

@media(max-width:999px) {
	.m8_contact3bg {
		padding: 40px 0;
	}

	#allmap {
		width: 100%;
		height: 260px;
	}
}


.m8_join1bg {
	padding: 6.25vw 0;
}

.m8_join1 {}

.m8_join1 .list {
	font-size: 1.36vw;
	line-height: 2em;
	text-align: center;
}

.m8_join1 .list p {
	padding: 0;
	line-height: inherit;
}

@media(max-width:999px) {
	.m8_join1bg {
		padding: 40px 0;
	}

	.m8_join1 .list {
		font-size: 14px;
		line-height: 2em;
	}
}

.m8_tit2 {
	text-align: center;
	position: relative;
	padding-bottom: .78vw;
}

.m8_tit2:before {
	content: "";
	width: 2.5vw;
	height: 3px;
	background: var(--primary-color);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.m8_tit2 .h2 {
	font-size: 2.08vw;
	line-height: 1.4em;
	text-transform: uppercase;
}

.m8_tit2 .h3 {
	font-size: 1.98vw;
	line-height: 1.4em;
}

.m8_join2bg {
	padding: 3.12vw 0;
	background: #f5f5f5;
}

.m8_join2 {}

.m8_join2 .list {
	margin-top: 3.12vw;
}

.m8_join2 .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.m8_join2 .list ul li {
	width: calc((100% - 60px)/4);
	margin: 0 0 20px 20px;
	text-align: center;
}

.m8_join2 .list ul li:nth-child(4n-3) {
	margin-left: 0;
}

.m8_join2 .list ul li .nr_box {
	background: #fff;
	border-bottom: 3px solid var(--secondary-color);
	padding: 2.08vw 6% 1.3vw 6%;
	transition: all .3s ease;
}

.m8_join2 .list ul li:hover .nr_box {
	transform: translateY(-10px);
}

.m8_join2 .list ul li .img {
	height: 5.72vw;
	position: relative;
	margin-bottom: .78vw;
}

.m8_join2 .list ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m8_join2 .list ul li .txt {
	min-height: 11.46vw;
}

.m8_join2 .list ul li .txt .h2 {
	font-size: 1.36vw;
	line-height: 1.4em;
	font-weight: bold;
	color: var(--secondary-color);
	margin-bottom: .52vw;
}

.m8_join2 .list ul li .txt .h3 {
	font-size: .84vw;
	line-height: 1.4em;
}

@media(max-width:999px) {
	.m8_tit2 {
		padding-bottom: 10px;
	}

	.m8_tit2:before {
		width: 24px;
		height: 3px;
	}

	.m8_tit2 .h2 {
		font-size: 20px;
		line-height: 1.4em;
	}

	.m8_tit2 .h3 {
		font-size: 24px;
		line-height: 1.4em;
	}

	.m8_join2bg {
		padding: 40px 0;
	}

	.m8_join2 .list {
		margin-top: 20px;
	}

	.m8_join2 .list ul {
		display: block;
	}

	.m8_join2 .list ul li {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.m8_join2 .list ul li .nr_box {
		padding: 30px 5% 20px 5%;
	}

	.m8_join2 .list ul li .img {
		height: 55px;
		margin-bottom: 10px;
	}

	.m8_join2 .list ul li .txt {
		min-height: 0;
	}

	.m8_join2 .list ul li .txt .h2 {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 5px;
	}

	.m8_join2 .list ul li .txt .h3 {
		font-size: 14px;
		line-height: 1.4em;
	}
}

.m8_join3bg {
	padding: 3.12vw 0;
}

.m8_join3 {}

.m8_join3 .list {
	margin-top: 3.12vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_join3 .list .img {
	width: 50%;
	text-align: center;
}

.m8_join3 .list .img img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.m8_join3 .list .txtbg {
	width: 50%;
}

.m8_join3 .list .txt {
	font-size: .84vw;
	line-height: 1.4em;
}

.m8_join3 .list .txt table {
	width: 100%;
}

.m8_join3 .list .txt table td {
	padding: 10px 0;
}

.m8_join3 .list .txt p {
	padding: 0;
	line-height: inherit;
}

@media(max-width:999px) {
	.m8_join3bg {
		padding: 40px 0;
	}

	.m8_join3 .list {
		margin-top: 20px;
		display: block;
	}

	.m8_join3 .list .img {
		width: 100%;
	}

	.m8_join3 .list .txtbg {
		width: 100%;
	}

	.m8_join3 .list .txt {
		font-size: 12px;
		line-height: 1.4em;
	}

	.m8_join3 .list .txt table td {
		padding: 5px 0;
	}
}

.m8_join4bg {
	padding: 3.12vw 0;
	background: #f5f5f5;
}

.m8_join4 {}

.m8_join4 .list1 {
	display: flex;
	margin-top: 2.08vw;
	font-size: 1.36vw;
	line-height: 2em;
	margin:0 auto;
}

.m8_join4 .list1 p {
	padding: 0;
	line-height: inherit;
}

.m8_join4 .list {
	margin-top: 3.12vw;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_join4_lt {
	width: 88%;
	margin:0 auto;
}

.m8_join4_lt .img {}

.m8_join4_lt .img img {
	display: block;
	width: 100%;
}

.m8_join4_rt {
	width: 50%;
	display:none;
}

.m8_join4_rt .message3 {
	padding: 0 20% 0 10%;
}

.m8_join4_rt .message3 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.m8_join4_rt .message3 ul li {
	width: 48%;
	margin-bottom: 15px;
}

.m8_join4_rt .message3 ul li.li1 {
	width: 100%;
}

.m8_join4_rt .message3 .h3 {
	font-size: .94vw;
	line-height: 1em;
	margin-bottom: 10px;
}

.m8_join4_rt .message3 .h3 font {
	color: #f00;
}

.m8_join4_rt .message3 .checkbox_box {
	font-size: 15px;
}

.m8_join4_rt .message3 .checkbox_box label {
	display: inline-block;
	margin-right: 1.04vw;
}

.m8_join4_rt .message3 .checkbox_box label input {}

.m8_join4_rt .message3 .contact_top {
	height: 35px;
}

.m8_join4_rt .message3 select {
	float: left;
	border: 1px solid #fff;
	background: #fff;
	height: 35px;
	line-height: 33px;
	padding: 0 10px;
	width: 32%;
	margin-right: 1%;
	border-radius: 4px;
}

.m8_join4_rt .message3 .input_text {
	border: 1px solid #fff;
	background: #fff;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	width: calc(100% - 22px);
	border-radius: 4px;
}

.m8_join4_rt .message3 textarea {
	border: 1px solid #fff;
	background: #fff;
	height: 98px;
	line-height: 33px;
	padding: 0 10px;
	width: calc(100% - 22px);
	border-radius: 4px;
}

.m8_join4_rt .message3 .yzm {
	height: 37px;
}

.m8_join4_rt .message3 .input_text1 {
	border: 1px solid #fff;
	background: #fff;
	height: 33px;
	line-height: 33px;
	padding: 0 10px;
	width: calc(100% - 132px);
	border-radius: 4px;
	float: left;
}

.m8_join4_rt .message3 #sendcode3 {
	border: 1px solid var(--secondary-color);
	background: var(--secondary-color);
	color: #fff;
	height: 37px;
	line-height: 35px;
	width: 100px;
	cursor: pointer;
	border-radius: 4px;
	transition: all .3s ease;
	float: right;
}

.m8_join4_rt .message3 #sendcode3:hover {}

.m8_join4_rt .message3 #sendcode3[disabled] {
	background: #999;
}

.m8_join4_rt .message3 .input_button {
	display: block;
	/* margin:0 auto;*/
	border: 1px solid var(--secondary-color);
	background: var(--secondary-color);
	color: #fff;
	height: 40px;
	line-height: 38px;
	width: 100px;
	cursor: pointer;
	border-radius: 4px;
	transition: all .3s ease;
}

.m8_join4_rt .message3 .input_button:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

@media(max-width:999px) {
	.m8_join4bg {
		padding: 40px 0;
	}

	.m8_join4 .list1 {
		margin-top: 20px;
		font-size: 14px;
		line-height: 2em;
	}

	.m8_join4 .list {
		margin-top: 20px;
		display: block;
	}

	.m8_join4_lt {
		width: 100%;
		margin-bottom: 10px;
	}

	.m8_join4_rt {
		width: 100%;
	}

	.m8_join4_rt .message3 {
		padding: 0 5% 0 5%;
	}

	.m8_join4_rt .message3 ul {
		display: block;
	}

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

	.m8_join4_rt .message3 .h3 {
		font-size: 12px;
		line-height: 1em;
		margin-bottom: 5px;
	}

	.m8_join4_rt .message3 .checkbox_box {
		font-size: 14px;
	}

	.m8_join4_rt .message3 .checkbox_box label {
		margin-right: 10px;
	}

	.m8_join4_rt .message3 .contact_top {
		height: 32px;
	}

	.m8_join4_rt .message3 select {
		height: 32px;
		line-height: 30px;
	}

	.m8_join4_rt .message3 .input_text {
		height: 30px;
		line-height: 30px;
	}

	.m8_join4_rt .message3 textarea {
		height: 60px;
		line-height: 30px;
	}

	.m8_join4_rt .message3 .input_button {
		height: 32px;
		line-height: 30px;
	}
}


.m8_case1bg {
	padding: 3.12vw 0;
}

.m8_case1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_case1_lt {
	width: 50%;
}

.m8_case1_lt .img {}

.m8_case1_lt .img img {
	display: block;
	width: 100%;
}

.m8_case1_rt {
	width: 39%;
}

.m8_case1_rt .list {
	font-size: .78vw;
	line-height: 2em;
	margin-top: 1.56vw;
}

.m8_case1_rt .list p {
	padding: 0;
	line-height: inherit;
}

@media(max-width:999px) {
	.m8_case1bg {
		padding: 40px 0;
	}

	.m8_case1 {
		display: block;
	}

	.m8_case1_lt {
		width: 100%;
	}

	.m8_case1_rt {
		width: 100%;
	}

	.m8_case1_rt .list {
		font-size: 14px;
		line-height: 2em;
		margin-top: 10px;
	}
}

.m8_case2bg {
	padding: 3.12vw 0;
	background: url(../images/partnerbg1.jpg) center no-repeat;
	background-size: cover;
}

.m8_case2 {
	color: #fff;
}

.m8_case2 .m8_tit3 {
	text-align: center;
}

.m8_case2 .m8_tit3:before {
	left: 50%;
	transform: translateX(-50%);
}

.m8_case2 .list {
	text-align: center;
}

.m8_case2 .list {
	font-size: .78vw;
	line-height: 2em;
	margin-top: 1.56vw;
}

.m8_case2 .list p {
	padding: 0;
	line-height: inherit;
}

@media(max-width:999px) {
	.m8_case2bg {
		padding: 40px 0;
	}

	.m8_case2 .list {
		font-size: 14px;
		line-height: 2em;
		margin-top: 10px;
	}
}

.m8_case3bg {
	padding: 4.16vw 0;
}

.m8_case3 {}

.m8_case3 .list {}

.m8_case3 .school_gallery-thumbs .h2 {
	padding: 0 1.3vw;
	font-size: 1.04vw;
	line-height: 2.4em;
	border-radius: 4px;
}

.m8_case3 .school_gallery-thumbs .h2:before {
	display: none;
}

.m8_case3 .school_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active .h2 {
	background: var(--secondary-color);
	color: #fff;
}

@media(max-width:999px) {
	.m8_case3bg {
		padding: 40px 0;
	}

	.m8_case3 .school_gallery-thumbs .h2 {
		padding: 0 10px;
		font-size: 14px;
		line-height: 2.4em;
	}
}

.m8_case4bg {
	padding: 5.2vw 0;
	background: url(../images/partnerbg2.jpg) center no-repeat;
	background-size: cover;
}

.m8_case4 {
	color: #fff;
}

.m8_case4 .m8_tit3 {
	text-align: center;
}

.m8_case4 .m8_tit3:before {
	left: 50%;
	transform: translateX(-50%);
}

.m8_case4 .list {
	margin-top: 3.12vw;
}

.partner_swiper {
	padding-bottom: 60px;
	position: relative;
}

.partner_swiper .swiper-container {}

.partner_swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.partner_swiper .swiper-slide .nr_box {
	margin: 10px;
}

.partner_swiper .swiper-slide .img {
	padding-bottom: 100%;
	position: relative;
	background: #fff;
	border-radius: 10px;
}

.partner_swiper .swiper-slide .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.partner_swiper .swiper-slide .txtbg {
	display: none;
}

.partner_swiper .swiper-pagination {
	width: 100%;
	height: 10px;
	bottom: 0;
}

.partner_swiper .swiper-pagination span {
	vertical-align: top;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
	transition: all .3s ease;
}

.partner_swiper .swiper-pagination span.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.partner_swiper .swiper-button-prev,
.partner_swiper .swiper-button-next {
	display: none;
}

@media(max-width:999px) {
	.m8_case4bg {
		padding: 40px 0;
	}

	.m8_case4 .list {
		margin-top: 20px;
	}

	.partner_swiper {
		padding-bottom: 40px;
	}
}


.m8_uniform1bg {
	padding: 4.16vw 0;
}

.m8_uniform1 {}

.m8_uniform1 .m8_tit3 {
	text-align: center;
}

.m8_uniform1 .m8_tit3:before {
	left: 50%;
	transform: translateX(-50%);
}

.m8_uniform1 .list1 {
	font-size: .78vw;
	line-height: 2em;
	text-align: center;
	margin-top: 1.56vw;
}

.m8_uniform1 .list1 p {
	line-height: inherit;
	padding: 0;
}

.m8_uniform1 .list {}

.product2_swiper {
	position: relative;
}

.product2_swiper .swiper-container {}

.product2_swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.product2_swiper .swiper-slide .nr_box {
	margin: 0 5px 10px 5px;
}

.product2_swiper .swiper-slide .img {
	padding-bottom: 65%;
	position: relative;
	overflow: hidden;
	background: #f9f9f9;
}

.product2_swiper .swiper-slide .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
}

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

.product2_swiper .swiper-slide .txtbg {
	padding: 0 5%;
	margin-top: -2.08vw;
	position: relative;
	z-index: 2;
	transform: translateY(10px);
	opacity: 0;
	visibility: hidden;
	transition: all .3s ease;
}

.product2_swiper .swiper-slide.swiper-slide-active .txtbg {
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}

.product2_swiper .swiper-slide .txt {
	background: #fff;
	box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.08);
	padding: 2.08vw 5%;
}

.product2_swiper .swiper-slide .txt .h2 {
	font-size: 1.46vw;
	line-height: 1.4em;
	margin-bottom: .26vw;
}

.product2_swiper .swiper-slide .txt .h3 {
	font-size: .78vw;
	line-height: 1.4em;
}

.product2_swiper .swiper-pagination {
	display: none;
}

.product2_swiper .swiper-button-prev,
.product2_swiper .swiper-button-next {
	width: 4.16vw;
	height: 4.16vw;
	margin-top: -2.08vw;
	background-color: var(--secondary-color);
	background-size: 30%;
}

.product2_swiper .swiper-button-prev:hover,
.product2_swiper .swiper-button-next:hover {
	background-color: var(--primary-color);
}

.product2_swiper .swiper-button-prev {
	left: 20%;
}

.product2_swiper .swiper-button-next {
	right: 20%;
}

@media(max-width:999px) {
	.m8_uniform1bg {
		padding: 40px 0;
	}

	.m8_uniform1 .list1 {
		font-size: 14px;
		line-height: 2em;
		margin-top: 10px;
	}

	.product2_swiper .swiper-slide .nr_box {
		margin: 0 5px 10px 5px;
	}

	.product2_swiper .swiper-slide .txtbg {
		padding: 0 5%;
		margin-top: -10px;
	}

	.product2_swiper .swiper-slide .txt {
		padding: 10px 5%;
	}

	.product2_swiper .swiper-slide .txt .h2 {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 5px;
	}

	.product2_swiper .swiper-slide .txt .h3 {
		font-size: 12px;
		line-height: 1.4em;
	}

	.product2_swiper .swiper-button-prev,
	.product2_swiper .swiper-button-next {
		width: 40px;
		height: 40px;
		margin-top: -20px;
	}

	.product2_swiper .swiper-button-prev {
		left: 5%;
	}

	.product2_swiper .swiper-button-next {
		right: 5%;
	}
}

.m8_uniform2bg {
	padding: 5.2vw 0;
	background: url(../images/customizedbg1.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.m8_uniform2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_uniform2_lt {
	width: 30%;
	color: #fff;
}

.m8_uniform2_lt .list1 {
	font-size: .78vw;
	line-height: 2em;
	margin-top: 1.56vw;
}

.m8_uniform2_lt .list1 p {
	line-height: inherit;
	padding: 0;
}

.m8_uniform2_rt {
	width: 62%;
}

.customized_swiper {
	position: relative;
	padding-bottom: 35px;
}

.customized_swiper .swiper-container {}

.customized_swiper .swiper-slide {
	position: relative;
	overflow: hidden;
}

.customized_swiper .swiper-slide .nr_box {
	margin: 0 5px 10px 5px;
	background: #f8f8f8;
	border-radius: 10px;
	overflow: hidden;
	padding: 1.56vw 5% 1.56vw 5%;
}

.customized_swiper .swiper-slide .img {
	height: 2.6vw;
	position: relative;
	margin-bottom: .52vw;
}

.customized_swiper .swiper-slide .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.customized_swiper .swiper-slide .txt {
	min-height: 11.46vw;
}

.customized_swiper .swiper-slide .txt .h2 {
	font-size: 1.25vw;
	line-height: 1.4em;
	text-align: center;
	padding-bottom: .78vw;
	position: relative;
	margin-bottom: 1.3vw;
}

.customized_swiper .swiper-slide .txt .h2:before {
	content: "";
	width: 2.34vw;
	height: 2px;
	background: var(--secondary-color);
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.customized_swiper .swiper-slide .txt .h3 {
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
}

.customized_swiper .swiper-slide .txt .h4 {
	font-size: .78vw;
	line-height: 2em;
}

.customized_swiper .swiper-pagination {
	width: 100%;
	height: 10px;
	bottom: 0;
}

.customized_swiper .swiper-pagination span {
	vertical-align: top;
	width: 10px;
	height: 10px;
	margin: 0 4px;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
	transition: all .3s ease;
}

.customized_swiper .swiper-pagination span.swiper-pagination-bullet-active {
	background: #fff;
	opacity: 1;
}

.customized_swiper .swiper-button-prev,
.customized_swiper .swiper-button-next {
	display: none;
}

@media(max-width:999px) {
	.m8_uniform2bg {
		padding: 40px 0;
	}

	.m8_uniform2 {
		display: block;
	}

	.m8_uniform2_lt {
		width: 100%;
	}

	.m8_uniform2_lt .list1 {
		font-size: 14px;
		line-height: 2em;
		margin-top: 10px;
	}

	.m8_uniform2_rt {
		width: 100%;
	}

	.customized_swiper {
		padding-bottom: 35px;
	}

	.customized_swiper .swiper-slide .nr_box {
		margin: 0 5px 10px 5px;
		padding: 20px 5% 15px 5%;
	}

	.customized_swiper .swiper-slide .img {
		height: 50px;
		margin-bottom: .52vw;
	}

	.customized_swiper .swiper-slide .txt {
		min-height: 220px;
	}

	.customized_swiper .swiper-slide .txt .h2 {
		font-size: 16px;
		line-height: 1.4em;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}

	.customized_swiper .swiper-slide .txt .h2:before {
		width: 22px;
		height: 2px;
	}

	.customized_swiper .swiper-slide .txt .h3 {
		font-size: 12px;
		line-height: 16px;
	}

	.customized_swiper .swiper-slide .txt .h4 {
		font-size: 14px;
		line-height: 2em;
	}
}

.m8_uniform3bg {
	padding: 5.2vw 0;
}

.m8_uniform3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_uniform3_lt {
	width: 47%;
}

.m8_uniform3_lt .img {}

.m8_uniform3_lt .img img {
	display: block;
	width: 100%;
}

.m8_uniform3_rt {
	width: 42%;
}

.m8_uniform3_rt .list {
	font-size: .78vw;
	line-height: 2em;
	margin-top: 2.08vw;
}

.m8_uniform3_rt .list p {
	padding: 0;
	line-height: inherit;
}

@media(max-width:999px) {
	.m8_uniform3bg {
		padding: 40px 0;
	}

	.m8_uniform3 {
		display: block;
	}

	.m8_uniform3_lt {
		width: 100%;
	}

	.m8_uniform3_rt {
		width: 100%;
	}

	.m8_uniform3_rt .list {
		font-size: 14px;
		line-height: 2em;
		margin-top: 10px;
	}
}

.m8_uniform4bg {
	padding: 5.2vw 0;
	background: #f8f8f8;
}

.m8_uniform4 {}

.m8_uniform4 .m8_tit3 {
	text-align: center;
}

.m8_uniform4 .m8_tit3:before {
	left: 50%;
	transform: translateX(-50%);
}

.m8_uniform4 .list1 {
	font-size: .78vw;
	line-height: 2em;
	margin-top: 2.08vw;
}

.m8_uniform4 .list1 p {
	padding: 0;
	line-height: inherit;
}

.m8_uniform4 .list {
	margin-top: 3.12vw;
}

.m8_uniform4 .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.m8_uniform4 .list ul li {
	width: calc((100% - 50px)/3);
	margin: 0 0 25px 25px;
}

.m8_uniform4 .list ul li:nth-child(3n-2) {
	margin-left: 0;
}

.m8_uniform4 .list ul li .nr_box {
	border: 1px solid #ebebeb;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	padding: 2.6vw 8% 1.04vw 8%;
}

.m8_uniform4 .list ul li .img {
	height: 5.2vw;
	position: relative;
	margin-bottom: .52vw;
}

.m8_uniform4 .list ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto 0;
}

.m8_uniform4 .list ul li .txt {
	min-height: 11.46vw;
}

.m8_uniform4 .list ul li .txt .h2 {
	font-size: 1.25vw;
	line-height: 1.4em;
	position: relative;
	padding-bottom: 1.04vw;
	margin-bottom: 1.04vw;
}

.m8_uniform4 .list ul li .txt .h2:before {
	content: "";
	width: 2.34vw;
	height: 2px;
	background: #a9a9a9;
	position: absolute;
	left: 0;
	bottom: 0;
}

.m8_uniform4 .list ul li .txt .h3 {
	font-size: .78vw;
	line-height: 2em;
}

.m8_uniform4 .list ul li .num {
	font-size: 5.2vw;
	line-height: 1em;
	color: rgba(0, 0, 0, .05);
	position: absolute;
	top: 0;
	right: 0;
}

@media(max-width:999px) {
	.m8_uniform4bg {
		padding: 40px 0;
	}

	.m8_uniform4 .list1 {
		font-size: 14px;
		line-height: 2em;
		margin-top: 10px;
	}

	.m8_uniform4 .list {
		margin-top: 20px;
	}

	.m8_uniform4 .list ul {
		display: block;
	}

	.m8_uniform4 .list ul li {
		width: 100%;
		margin: 0 0 15px 0;
	}

	.m8_uniform4 .list ul li .nr_box {
		padding: 20px 5% 15px 5%;
	}

	.m8_uniform4 .list ul li .img {
		height: 50px;
		margin-bottom: 10px;
	}

	.m8_uniform4 .list ul li .txt {
		min-height: 0;
	}

	.m8_uniform4 .list ul li .txt .h2 {
		font-size: 16px;
		line-height: 1.4em;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.m8_uniform4 .list ul li .txt .h2:before {
		width: 22px;
		height: 2px;
	}

	.m8_uniform4 .list ul li .txt .h3 {
		font-size: 12px;
		line-height: 2em;
	}

	.m8_uniform4 .list ul li .num {
		font-size: 50px;
		line-height: 1em;
	}
}


/*inner_news1*/
.inside_news1 {}

.inside_news1 ul li {
	float: left;
	width: calc((100% - 60px)/3);
	margin: 0 0 30px 30px;
}

.inside_news1 ul li:nth-child(3n-2) {
	margin-left: 0;
	clear: left;
}

.inside_news1 ul li .nr_box {}

.inside_news1 ul li .imgbg {}

.inside_news1 ul li .img {
	position: relative;
	padding-bottom: 63%;
	overflow: hidden;
	background: #aaa;
}

.inside_news1 ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	transition: all .3s ease;
}

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

.inside_news1 ul li .txtbg {
	padding: 0 5%;
	position: relative;
	z-index: 2;
	margin-top: -1.3vw;
}

.inside_news1 ul li .txt {
	padding: 1.3vw 5%;
	background: #f8f8f8;
	color: #333;
}

.inside_news1 ul li .txt .h2 {
	font-size: .94vw;
	line-height: 1.4em;
	height: 2.8em;
	font-weight: bold;
	position: relative;
	padding-bottom: .78vw;
	margin-bottom: .78vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.inside_news1 ul li:hover .txt .h2 {
	color: var(--primary-color);
}

.inside_news1 ul li .txt .h2:before {
	content: "";
	width: 10%;
	height: 2px;
	background: var(--primary-color);
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all .3s ease;
}

.inside_news1 ul li:hover .txt .h2:before {
	width: 20%;
}

.inside_news1 ul li .txt .h3 {
	font-size: .72vw;
	line-height: 1.4em;
	height: 2.8em;
	margin-bottom: 1.04vw;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.inside_news1 ul li .txt .time {
	font-size: 12px;
	line-height: 16px;
	color: #999;
	padding-left: 20px;
	background: url(../images/ico_time.png) left center no-repeat;
	background-size: auto 16px;
}

@media(max-width:999px) {
	.inside_news1 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}

	.inside_news1 ul li .txtbg {
		padding: 0 5%;
		margin-top: -15px;
	}

	.inside_news1 ul li .txt {
		padding: 15px 5%;
	}

	.inside_news1 ul li .txt .h2 {
		font-size: 16px;
		line-height: 1.4em;
		height: auto;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.inside_news1 ul li .txt .h3 {
		font-size: 14px;
		line-height: 1.4em;
		height: auto;
		margin-bottom: 10px;
	}
}


.m8_responsibility1bg {
	padding: 4.68vw 0 10.94vw 0;
	background: #f8f8f8;
	position: relative;
}

.m8_responsibility1bg:before {
	content: "";
	width: 35%;
	height: 100%;
	background: #000;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.m8_responsibility1 {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_responsibility1_lt {
	width: 35%;
}

.m8_responsibility1_lt .list {
	font-size: .78vw;
	line-height: 2em;
	margin-top: 1.56vw;
}

.m8_responsibility1_lt .list p {
	padding: 0;
	line-height: inherit;
}

.m8_responsibility1_rt {
	width: 55%;
}

.m8_responsibility1_rt .img {}

.m8_responsibility1_rt .img img {
	display: block;
	width: 100%;
}

@media(max-width:999px) {
	.m8_responsibility1bg {
		padding: 40px 0 80px 0;
	}

	.m8_responsibility1bg:before {
		display: none;
	}

	.m8_responsibility1 {
		display: block;
	}

	.m8_responsibility1_lt {
		width: 100%;
	}

	.m8_responsibility1_lt .list {
		font-size: 14px;
		line-height: 2em;
		margin-top: 10px;
	}

	.m8_responsibility1_rt {
		width: 100%;
	}
}

.m8_responsibility2bg {
	margin-top: -4.68vw;
	position: relative;
	z-index: 2;
	margin-bottom: 80px;
}

.m8_responsibility2 {
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.m8_responsibility2 .list {}

.m8_responsibility2 .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_responsibility2 .list ul li {
	width: 25%;
	text-align: center;
	padding: 1.56vw 0;
}

.m8_responsibility2 .list ul li .txt {
	border-left: 1px solid #dddcdc;
}

.m8_responsibility2 .list ul li:nth-child(1) .txt {
	border: none;
}

.m8_responsibility2 .list ul li .txt .h2 {
	font-size: .84vw;
	line-height: 2.08vw;
	height: 2.08vw;
	margin-bottom: .52vw;
}

.m8_responsibility2 .list ul li .txt .h2 strong {
	display: inline-block;
	vertical-align: text-top;
	font-size: 2.08vw;
	font-weight: normal;
	margin-right: 5px;
}

.m8_responsibility2 .list ul li .txt .h3 {
	font-size: .84vw;
	line-height: 1.4em;
	height: 1.4em;
}

@media(max-width:999px) {
	.m8_responsibility2bg {
		margin-top: -40px;
	}

	.m8_responsibility2 {
		padding: 10px 0;
	}

	.m8_responsibility2 .list ul {
		flex-wrap: wrap;
	}

	.m8_responsibility2 .list ul li {
		width: 50%;
		padding: 10px 0;
	}

	.m8_responsibility2 .list ul li .txt {
		border: none;
	}

	.m8_responsibility2 .list ul li .txt .h2 {
		font-size: 14px;
		line-height: 24px;
		height: auto;
		margin-bottom: 5px;
	}

	.m8_responsibility2 .list ul li .txt .h2 strong {
		font-size: 24px;
		margin-right: 5px;
	}

	.m8_responsibility2 .list ul li .txt .h3 {
		font-size: 12px;
		line-height: 1.4em;
		height: auto;
	}
}





.m8_newsDetail {}

.m8_newsDetail .tit {
	text-align: center;
	border-bottom: 1px solid #dddddd;
	padding-bottom: 1.3vw;
}

.m8_newsDetail .tit .h2 {
	font-size: 1.25vw;
	line-height: 1.4em;
	font-weight: bold;
}

.m8_newsDetail .tit .h3 {
	font-size: .84vw;
	line-height: 1.4em;
	color: #999;
	margin-top: .52vw;
}

.m8_newsDetail .tit .h3 span {
	display: inline-block;
	margin: 0 10px;
}

.m8_newsDetail .xiangqing {
	padding: 2.08vw 0;
}

.m8_newsDetail .prev_next {
	background: #f8f8f8;
	padding: 1.56vw;
	font-size: .72vw;
	line-height: 2em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_newsDetail .prev_next a {
	max-width: 45%;
	height: 2em;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

@media(max-width:999px) {
	.m8_newsDetail .tit {
		padding-bottom: 10px;
	}

	.m8_newsDetail .tit .h2 {
		font-size: 16px;
		line-height: 1.4em;
	}

	.m8_newsDetail .tit .h3 {
		font-size: 12px;
		line-height: 1.4em;
		margin-top: 5px;
	}

	.m8_newsDetail .tit .h3 span {
		margin: 0 5px;
	}

	.m8_newsDetail .xiangqing {
		padding: 20px 0;
	}

	.m8_newsDetail .prev_next {
		padding: 10px 5%;
		font-size: 12px;
		line-height: 2em;
	}

	.m8_newsDetail .prev_next a {
		max-width: 45%;
		height: 2em;
	}
}


.m8_aboutus1bg {
	padding: 3.12vw 0;
}

.m8_aboutus1 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_aboutus1_lt {
	width: 48%;
}

.m8_aboutus1_lt .list {
	font-size: .78vw;
	line-height: 2em;
	margin-top: 1.56vw;
}

.m8_aboutus1_lt .list p {
	padding: 0;
	line-height: inherit;
}

.m8_aboutus1_rt {
	width: 48%;
}

.m8_aboutus1_rt .list {}

.m8_aboutus1_rt video {
	display: block;
	width: 100% !important;
	min-height: 29.16vw;
}

@media(max-width:999px) {
	.m8_aboutus1bg {
		padding: 40px 0;
	}

	.m8_aboutus1 {
		display: block;
	}

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

	.m8_aboutus1_lt .list {
		font-size: 14px;
		line-height: 2em;
		margin-top: 10px;
	}

	.m8_aboutus1_rt {
		width: 100%;
	}
}

.m8_aboutus2bg {
	padding: 3.12vw 0;
	background: url(../images/missionbg2.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.m8_aboutus2 {
	color: #fff;
}

.m8_aboutus2 .m8_tit3 {
	text-align: center;
}

.m8_aboutus2 .m8_tit3:before {
	left: 50%;
	transform: translateX(-50%);
}

.m8_aboutus2 .list {
	margin-top: 1.56vw;
}

.mission_swiper {
	position: relative;
}

.mission_swiper .swiper-container {}

.mission_swiper .swiper-slide {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.mission_swiper .swiper-slide .img {
	margin: 0 auto;
	width: 4.42vw;
	height: 4.42vw;
	//background: #fff;
	border-radius: 100%;
	position: relative;
	margin-bottom: .78vw;
}

.mission_swiper .swiper-slide .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.mission_swiper .swiper-slide .txt {
	width: 40%;
	margin: 0 auto;
}

.mission_swiper .swiper-slide .txt .h2 {
	font-size: 1.25vw;
	line-height: 1.4em;
	margin-bottom: .78vw;
}

.mission_swiper .swiper-slide .txt .h3 {
	font-size: .78vw;
	line-height: 1.4em;
}

.mission_swiper .swiper-pagination {
	display: none;
}

.mission_swiper .swiper-pagination span {}

.mission_swiper .swiper-pagination span.swiper-pagination-bullet-active {}

.mission_swiper .swiper-button-prev,
.mission_swiper .swiper-button-next {}

@media(max-width:999px) {
	.m8_aboutus2bg {
		padding: 40px 0;
	}

	.m8_aboutus2 .list {
		margin-top: 20px;
	}

	.mission_swiper .swiper-slide .img {
		width: 85px;
		height: 85px;
		margin-bottom: 10px;
	}

	.mission_swiper .swiper-slide .txt {
		width: 100%;
	}

	.mission_swiper .swiper-slide .txt .h2 {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}

	.mission_swiper .swiper-slide .txt .h3 {
		font-size: 12px;
		line-height: 1.4em;
	}
}

.m8_aboutus3bg {
	padding: 4.16vw 0;
	background: url(../images/missionbg3.jpg) center no-repeat;
	background-size: cover;
}

.m8_aboutus3 {}

.m8_aboutus3 .list {
	margin-top: 2.08vw;
}

.m8_aboutus3 .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.m8_aboutus3 .list ul li {
	width: 18%;
	margin-left: 15px;
	position: relative;
	transition: all .4s ease;
}

.m8_aboutus3 .list ul li:nth-child(1) {
	margin-left: 0;
}

.m8_aboutus3 .list ul li .img {
	height: 400px;
	position: relative;
	overflow: hidden;
}

.m8_aboutus3 .list ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
	z-index: 1;
}

.m8_aboutus3 .list ul li .img:before {
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

.m8_aboutus3 .list ul li .txtbg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.m8_aboutus3 .list ul li .txt {
	padding: 0 5% 40px 5%;
	color: #fff;
}

.m8_aboutus3 .list ul li .txt .h2 {
	font-size: 1.46vw;
	line-height: 1.4em;
	position: relative;
	padding-bottom: 5px;
}

.m8_aboutus3 .list ul li .txt .h2:before {
	content: "";
	width: 40px;
	height: 2px;
	background: var(--primary-color);
	position: absolute;
	left: 0;
	bottom: 0;
}

.m8_aboutus3 .list ul li .txt .h3 {
	font-size: .78vw;
	line-height: 1.4em;
	margin-top: 20px;
	display: none;
}

.m8_aboutus3 .list ul li .txt .num {
	font-size: 12px;
	line-height: 16px;
	text-transform: uppercase;
}

.m8_aboutus3 .list ul li.active {
	width: 100%;
}

.m8_aboutus3 .list ul li.active .img:before {
	background: rgba(0, 0, 0, .7);
	display:none;
}

.m8_aboutus3 .list ul li.active .txt .h3 {
	display: block;
}

@media(max-width:999px) {
	.m8_aboutus3bg {
		padding: 40px 0;
	}

	.m8_aboutus3 .list {
		margin-top: 20px;
	}

	.m8_aboutus3 .list ul {
		flex-wrap: wrap;
	}

	.m8_aboutus3 .list ul li {
		width: calc((100% - 10px)/2) !important;
		margin: 0 0 10px 10px;
	}

	.m8_aboutus3 .list ul li:nth-child(2n-1) {
		margin-left: 0;
	}

	.m8_aboutus3 .list ul li .img {
		height: 300px;
	}

	.m8_aboutus3 .list ul li .txt {
		padding: 0 5% 10px 5%;
	}

	.m8_aboutus3 .list ul li .txt .h2 {
		font-size: 16px;
		line-height: 1.4em;
		padding-bottom: 5px;
	}

	.m8_aboutus3 .list ul li .txt .h3 {
		font-size: 12px;
		line-height: 1.4em;
		margin-top: 10px;
		display: block;
	}

	.m8_aboutus3 .list ul li .txt .num {
		font-size: 12px;
		line-height: 16px;
		text-transform: uppercase;
	}
}

.m8_aboutus4bg {}

.m8_aboutus4 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.m8_aboutus4_lt {
	width: 50%;
}

.m8_aboutus4_lt .img {}

.m8_aboutus4_lt .img img {
	display: block;
	width: 100%;
}

.m8_aboutus4_rt {
	width: 50%
}

.m8_aboutus4_rt .nr_box {
	padding: 20px 20% 20px 10%;
}

.m8_aboutus4_rt .list {
	font-size: .78vw;
	line-height: 2em;
	margin-top: 1.56vw;
}

.m8_aboutus4_rt .list p {
	padding: 0;
	line-height: inherit;
}

@media(max-width:999px) {
	.m8_aboutus4bg {}

	.m8_aboutus4 {
		display: block;
	}

	.m8_aboutus4_lt {
		width: 100%;
		margin-bottom: 10px;
	}

	.m8_aboutus4_rt {
		width: 100%
	}

	.m8_aboutus4_rt .nr_box {
		padding: 20px 5%;
	}

	.m8_aboutus4_rt .list {
		font-size: 14px;
		line-height: 2em;
		margin-top: 10px;
	}
}

.m8_aboutus5bg {
	padding: 4.16vw 0 0 0;
}

.m8_aboutus5bg>img {
	display: block;
	width: 100%;
}

.m8_aboutus5 {}

.honor_swiper {
	position: relative;
}

.honor_swiper .swiper-container {}

.honor_swiper .swiper-slide {}

.honor_swiper .swiper-slide .nr_box {
	margin: 0 10px;
	text-align: center;
}

.honor_swiper .swiper-slide .img {
	padding-bottom: 63%;
	position: relative;
	overflow: hidden;
	margin-bottom: .52vw;
	border: 1px solid #e2e2e2;
}

.honor_swiper .swiper-slide .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.honor_swiper .swiper-slide .txt {}

.honor_swiper .swiper-slide .txt .h2 {
	font-size: .84vw;
	line-height: 1.4em;
}

.honor_swiper .swiper-pagination {
	display: none;
}

.honor_swiper .swiper-pagination span {}

.honor_swiper .swiper-pagination span.swiper-pagination-bullet-active {}

.honor_swiper .swiper-button-prev,
.honor_swiper .swiper-button-next {
	opacity: .5;
	transition: all .3s ease;
}

.honor_swiper .swiper-button-prev:hover,
.honor_swiper .swiper-button-next:hover {
	opacity: 1;
}

.honor_swiper .swiper-button-prev {
	left: 0;
	transform: translateX(-110%);
}

.honor_swiper .swiper-button-next {
	right: 0;
	transform: translateX(110%);
}

@media(max-width:999px) {
	.m8_aboutus5bg {
		padding: 40px 0 0 0;
	}

	.honor_swiper .swiper-slide .nr_box {
		margin: 0 10px;
	}

	.honor_swiper .swiper-slide .img {
		margin-bottom: 5px;
	}

	.honor_swiper .swiper-slide .txt .h2 {
		font-size: 12px;
		line-height: 1.4em;
	}
}



/*Add------------------------------------------------------------------------------*/

/*<!---->*/
.popup_tip2_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	background: rgba(0, 0, 0, .6);
	/* display: none;*/
}

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

.popup_tip2 {
	width: 440px;
	position: absolute;
	overflow: hidden;
	box-sizing: border-box;
	z-index: 10000;
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 1px 1px 50px rgba(0, 0, 0, .3);
}

.popup_tip2-body {
	width: 100%;
	height: calc(100% - 72px);
}

.zoomIn {
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn;
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.5, .5, .5);
		transform: scale3d(.5, .5, .5)
	}

	50% {
		opacity: 1
	}
}

@media(max-width:750px) {
	.popUpBox {
		width: 90%;
	}
}

.ts {
	padding: 20px 20px 20px 20px;
}

.ts .h2 {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
}

.ts .h3 {
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 14px;
	display: inline-block;
	position: relative;
	padding-left: 30px;
}

.ts .h3 img {
	display: inline-block;
	vertical-align: top;
	width: 24px;
}

.ts .h3 i {
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.success .ts i {
	background-image: url(../images/ico_success.png);
}

.error .ts i {
	background-image: url(../images/ico_error.png);
}

.warning .ts i {
	background-image: url(../images/ico_warning.png);
}

.ts .h3 span {}

.ts_btn {
	text-align: right;
	font-size: 12px;
	line-height: 32px;
}

.ts_btn a {
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	width: 78px;
	border: 1px solid #1890ff;
	background: #1890ff;
	color: #fff;
	margin-left: 10px;
}

.ts_btn a:hover {
	border-color: #2e80e2;
	background: #2e80e2;
	color: #fff;
}

.ts_btn a.bg2 {
	border: 1px solid #ccc;
	background: #fff;
	color: #666;
}

.ts_btn a.bg2:hover {
	border-color: #1890ff;
	background: #fff;
	color: #1890ff;
}



/*提示框*/
.popup_tip_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999999;
}

.popup_tip_close1 {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.popup_tipbg {
	min-width: 100px;
	max-width: 750px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.popup_tip {
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.popup_tip_close2 {
	display: none;
}

.popup_tip_txt {
	padding: 15px 20px;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
}

.popup_tip_txt span {
	display: inline-block;
	padding-left: 30px;
	position: relative;
}

.popup_tip_txt span i {
	width: 24px;
	height: 24px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}

.success .popup_tip_txt span {
	color: #4ebb23;
}

.error .popup_tip_txt span {
	color: #f34b51;
}

.warning .popup_tip_txt span {
	color: #f1b306;
}

.success .popup_tip_txt span i {
	background-image: url(../images/ico_success.png);
}

.error .popup_tip_txt span i {
	background-image: url(../images/ico_error.png);
}

.warning .popup_tip_txt span i {
	background-image: url(../images/ico_warning.png);
}

@-webkit-keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp2 {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

.fadeInUp2 {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeInUp2;
	animation-name: fadeInUp2
}


/*联系弹窗*/
.proContact1_box {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}

.proContact1_close1 {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.proContact1_bg {
	width: 90%;
	max-width: 700px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 2;
}

.proContact1_close2 {
	width: 20px;
	height: 20px;
	background: url(../images/chahao2.png) center no-repeat;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 3;
	opacity: .9;
	transition: all .3s ease;
}

.proContact1_close2:hover {
	opacity: 1;
	transform: rotate(180deg)
}

.proContact1 {
	min-height: 260px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	z-index: 2;
	padding-left: 235px;
	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;
}

.proContact1>img {
	width: 230px;
	position: absolute;
	bottom: 0;
	left: 5px;
}

.proContact1_con {
	font-size: 16px;
	line-height: 20px;
}

.proContact1_con ul li {
	float: left;
	width: 50%;
	margin: 10px 0;
	color: var(--primary-color);
	padding-left: 50px;
	min-height: 40px;
	box-sizing: border-box;
	position: relative;
}

.proContact1_con ul li:nth-child(1) {
	width: 100%;
	padding-left: 0;
}

.proContact1_con ul li i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	background: var(--primary-color);
	color: #fff;
	font-size: 20px;
	position: absolute;
	left: 0;
	top: 0;
}

.proContact1_con ul li .h2 {
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	color: var(--primary-color);
}

.proContact1_con ul li span {
	display: block;
	color: #333;
}

.proContact1_con ul li .h2 span {
	color: var(--primary-color);
}

@media(max-width:999px) {
	.proContact1 {
		min-height: 0;
		padding: 15px 5%;
	}

	.proContact1>img {
		width: 36%;
		bottom: auto;
		top: 0;
		left: 50%;
		transform: translate(-50%, -100%)
	}

	.proContact1_con {
		font-size: 14px;
		line-height: 18px;
	}

	.proContact1_con ul li {
		float: left;
		width: 100% !important;
		margin: 5px 0;
	}

	.proContact1_con ul li .h2 {
		font-size: 20px;
		line-height: 30px;
	}
}





/*pro1*/
.index_product1 {
	padding: 40px 0;
	background: #f2f2f2;
}

.index_product1 ul li {
	float: left;
	width: calc((100% - 40px)/3);
	margin: 0 20px 20px 0;
	text-align: center;
	background: #fff;
}

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

.index_product1 ul li .nr_box {
	border: 1px solid #f2f2f2;
}

.index_product1 ul li .img {
	padding-bottom: 100%;
	position: relative;
}

.index_product1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.index_product1 ul li .txtbg {}

.index_product1 ul li .txt {
	padding: 20px 10px;
}

.index_product1 ul li .txt .h2 {
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

.index_product1 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

@media(max-width:999px) {
	.index_product1 ul li {
		float: left;
		width: calc((100% - 20px)/2);
		margin: 0 20px 20px 0;
	}

	.index_product1 ul li:nth-child(3n) {
		margin-right: 20px;
	}

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


/*news1*/
.index_news1 {
	padding: 40px 0;
	background: #f2f2f2;
}

.index_news1 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 20px 20px 0;
	background: #fff;
}

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

.index_news1 ul li .nr_box {
	border: 1px solid #f2f2f2;
}

.index_news1 ul li .imgbg {
	float: left;
	width: 25%;
}

.index_news1 ul li .img {
	position: relative;
	height: 166px;
}

.index_news1 ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.index_news1 ul li .txtbg {
	float: right;
	width: 75%;
}

.index_news1 ul li .txt {
	padding: 20px 20px;
}

.index_news1 ul li .txt .h2 {
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

.index_news1 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

.index_news1 ul li .txt .time {
	font-size: 14px;
	line-height: 24px;
	color: #999;
	padding-left: 24px;
	position: relative;
	margin: 10px 0 0 0;
}

.index_news1 ul li .txt .time i {
	width: 20px;
	height: 24px;
	background: url(../images/ico_time.png) center no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}

@media(max-width:999px) {
	.index_news1 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
}


/*news2*/
.index_news2 {
	padding: 40px 0;
}

.index_news2 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 20px 0 0;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

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

.index_news2 ul li .txt {}

.index_news2 ul li .txt .h2 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	padding-left: 25px;
	position: relative;
}

.index_news2 ul li .txt .h2:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #000;
	position: absolute;
	left: 0;
	top: 10px;
}

.index_news2 ul li .txt .h2 a {
	float: left;
	width: 70%;
	height: 26px;
	overflow: hidden;
	color: #333;
}

.index_news2 ul li .txt .h2 span {
	float: right;
	color: #999;
}

.index_news2 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 5px 0 0 0;
}

@media(max-width:999px) {
	.index_news2 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
}


/*news3*/
.index_news3 {
	padding: 40px 0;
}

.index_news3 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 20px 20px 0;
}

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

.index_news3 ul li .date {
	float: left;
	width: 80px;
	height: 80px;
	background: #f2f2f2;
	color: #999;
	text-align: center;
}

.index_news3 ul li .date strong {
	display: block;
	font-size: 36px;
	line-height: 36px;
	padding: 15px 0 2px 0;
}

.index_news3 ul li .date span {
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.index_news3 ul li .txt {
	float: right;
	width: calc(100% - 100px);
}

.index_news3 ul li .txt .h2 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}

.index_news3 ul li .txt .h2 a {
	color: #333;
}

.index_news3 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 5px 0 0 0;
}

@media(max-width:999px) {
	.index_news3 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
}








/*inner_news2*/
.inside_news2 {
	padding: 40px 0;
}

.inside_news2 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 20px 0 0;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
}

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

.inside_news2 ul li .txt {}

.inside_news2 ul li .txt .h2 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	padding-left: 25px;
	position: relative;
}

.inside_news2 ul li .txt .h2:before {
	content: "";
	width: 6px;
	height: 6px;
	background: #000;
	position: absolute;
	left: 0;
	top: 10px;
}

.inside_news2 ul li .txt .h2 a {
	float: left;
	width: 70%;
	height: 26px;
	overflow: hidden;
	color: #333;
}

.inside_news2 ul li .txt .h2 span {
	float: right;
	color: #999;
}

.inside_news2 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 5px 0 0 0;
}

@media(max-width:999px) {
	.inside_news2 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
}


/*inner_news3*/
.inside_news3 {
	padding: 40px 0;
}

.inside_news3 ul li {
	float: left;
	width: calc((100% - 20px)/2);
	margin: 0 20px 20px 0;
}

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

.inside_news3 ul li .date {
	float: left;
	width: 80px;
	height: 80px;
	background: #f2f2f2;
	color: #999;
	text-align: center;
}

.inside_news3 ul li .date strong {
	display: block;
	font-size: 36px;
	line-height: 36px;
	padding: 15px 0 2px 0;
}

.inside_news3 ul li .date span {
	display: block;
	font-size: 12px;
	line-height: 12px;
}

.inside_news3 ul li .txt {
	float: right;
	width: calc(100% - 100px);
}

.inside_news3 ul li .txt .h2 {
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	overflow: hidden;
}

.inside_news3 ul li .txt .h2 a {
	color: #333;
}

.inside_news3 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 5px 0 0 0;
}

@media(max-width:999px) {
	.inside_news3 ul li {
		float: left;
		width: 100%;
		margin: 0 0 20px 0;
	}
}

/*inpic1*/
.inside_picList1 {
	padding: 40px 0;
}

.inside_picList1 ul li {
	float: left;
	width: calc((100% - 60px)/4);
	margin: 0 20px 20px 0;
	text-align: center;
	background: #fff;
}

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

.inside_picList1 ul li .nr_box {
	border: 1px solid #f2f2f2;
}

.inside_picList1 ul li .img {
	padding-bottom: 100%;
	position: relative;
}

.inside_picList1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.inside_picList1 ul li .txtbg {}

.inside_picList1 ul li .txt {
	padding: 20px 10px;
}

.inside_picList1 ul li .txt .h2 {
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

.inside_picList1 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

@media(max-width:999px) {
	.inside_picList1 ul li {
		float: left;
		width: calc((100% - 20px)/2);
		margin: 0 20px 20px 0;
	}

	.inside_picList1 ul li:nth-child(4n) {
		margin-right: 20px;
	}

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

/*inphoto1*/
.inside_photo1 {
	padding: 40px 0;
}

.inside_photo1 ul li {
	float: left;
	width: calc((100% - 60px)/4);
	margin: 0 20px 20px 0;
	text-align: center;
	background: #fff;
}

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

.inside_photo1 ul li .nr_box {
	border: 1px solid #f2f2f2;
}

.inside_photo1 ul li .imgbg {
	position: relative;
}

.inside_photo1 ul li .img {
	padding-bottom: 75%;
	position: relative;
}

.inside_photo1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.inside_photo1 ul li i {
	width: 40px;
	height: 40px;
	background: url(../images/ico_search1.png) center no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.inside_photo1 ul li .txtbg {
	background: #eee;
}

.inside_photo1 ul li .txt {
	padding: 20px 10px;
}

.inside_photo1 ul li .txt .h2 {
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

.inside_photo1 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

@media(max-width:999px) {
	.inside_photo1 ul li {
		float: left;
		width: calc((100% - 20px)/2);
		margin: 0 20px 20px 0;
	}

	.inside_photo1 ul li:nth-child(4n) {
		margin-right: 20px;
	}

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

/*inpro1*/
.inside_product1 {
	padding: 40px 0;
	background: #f2f2f2;
}

.inside_product1 ul li {
	float: left;
	width: calc((100% - 40px)/3);
	margin: 0 20px 20px 0;
	text-align: center;
	background: #fff;
}

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

.inside_product1 ul li .nr_box {
	border: 1px solid #f2f2f2;
}

.inside_product1 ul li .img {
	padding-bottom: 100%;
	position: relative;
}

.inside_product1 ul li .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.inside_product1 ul li .txtbg {}

.inside_product1 ul li .txt {
	padding: 20px 10px;
}

.inside_product1 ul li .txt .h2 {
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

.inside_product1 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

@media(max-width:999px) {
	.inside_product1 ul li {
		float: left;
		width: calc((100% - 20px)/2);
		margin: 0 20px 20px 0;
	}

	.inside_product1 ul li:nth-child(3n) {
		margin-right: 20px;
	}

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

/*innewsClass1*/
.itit1 {}

.itit1 .h2 {
	height: 20px;
	line-height: 20px;
	font-size: 20px;
}

.itit1 .h2 strong {
	float: left;
	font-weight: bold;
	border-left: 5px solid var(--primary-color);
	padding-left: 5px;
}

.itit1 .h2 a {
	float: right;
	font-size: 14px;
	color: var(--primary-color);
}

.inside_newsClass1 {}

.inside_newsClass1_box {
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.inside_newsClass1 .ilist {
	padding: 10px 10px 0 10px;
}

.inside_newsClass1 .ilist ul li {
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	position: relative;
}

.inside_newsClass1 .ilist ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 100%;
	background: #ccc;
	position: absolute;
	left: 0;
	top: 17px;
}

.inside_newsClass1 .ilist ul li a {
	float: left;
	width: 70%;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	font-size: 16px;
}

.inside_newsClass1 .ilist ul li span {
	float: right;
	font-size: 14px;
	color: #999;
}

/*inproClass1*/
.imore1 {}

.imore1 span {
	display: inline-block;
	vertical-align: top;
	border: 1px solid #fff;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	font-size: 14px;
}

.imore1 span:hover {
	background: #fff;
	color: #333;
}

.inside_proClass1 {
	padding: 40px 0;
	background: #f2f2f2;
}

.inside_proClass1 ul li {
	float: left;
	width: calc((100% - 40px)/3);
	margin: 0 20px 20px 0;
	text-align: center;
	background: #fff;
	position: relative;
}

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

.inside_proClass1 ul li .nr_box {
	border: 10px solid #eee;
}

.inside_proClass1 ul li .img {
	padding-bottom: 100%;
	position: relative;
}

.inside_proClass1 ul li .img img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.inside_proClass1 ul li .txtbg {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: absolute;
	top: 0;
	left: 0;
	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;
}

.inside_proClass1 ul li .txt {
	padding: 20px 5%;
	width: 90%;
	color: #fff;
}

.inside_proClass1 ul li .txt .h2 {
	font-size: 24px;
	line-height: 34px;
	height: 34px;
	overflow: hidden;
}

.inside_proClass1 ul li .txt .h3 {
	font-size: 14px;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin: 10px 0 0 0;
}

@media(max-width:999px) {
	.inside_proClass1 ul li {
		float: left;
		width: calc((100% - 20px)/2);
		margin: 0 20px 20px 0;
	}

	.inside_proClass1 ul li:nth-child(3n) {
		margin-right: 20px;
	}

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

/*.proDetail*/
.m11_proDetail {}

.m11_proDetail .list1 {
	margin-bottom: 2.08vw;
}

.m11_proDetail .list1 .lt {
	float: left;
	width: 49.5%;
}

div.zoomDiv {
	z-index: 999;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 200px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.zoomMask {
	position: absolute;
	background: url(../images/mask.png) repeat scroll 0 0 transparent;
	cursor: move;
	z-index: 1;
}

.m1_galleryTop {
	border: 1px solid #eee;
	margin-bottom: 10px;
}

.m1_galleryTop .img {
	position: relative;
	padding-bottom: 100%;
	position: relative;
}

.m1_galleryTop .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m1_galleryThumbs {}

.m1_galleryThumbs .swiper-slide {}

.m1_galleryThumbs .swiper-slide .img {
	position: relative;
	padding-bottom: 100%;
	position: relative;
	border: 1px solid #eee;
	cursor: pointer;
}

.m1_galleryThumbs .swiper-slide .img img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto auto;
}

.m1_galleryThumbs .swiper-slide.swiper-slide-thumb-active .img {
	border-color: var(--primary-color);
}

.m11_proDetail .list1 .rt {
	float: right;
	width: 46.3%;
	padding: 15px;
	display: block;
	margin-bottom: 20px;
	color: #333;
	font-weight: normal;
}

.m11_proDetail .list1 .rt .nr_box {}

.m11_proDetail .list1 .rt .h2 {
	font-size: 30px;
	line-height: 1.5em;
	font-weight: normal;
}

.m11_proDetail .list1 .rt .h3 {
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 20px;
}

.m11_proDetail .list1 .rt .h4 {
	font-size: 16px;
	line-height: 1.6em;
	margin-bottom: 40px;
}

.m11_proDetail .phone {
	font-size: 1.04vw;
	line-height: 1em;
	margin-bottom: 1.6em;
	color: var(--primary-color);
	padding: 0 0 0 5.2vw;
	position: relative;
}

.m11_proDetail .phone i {
	text-align: center;
	width: 4.16vw;
	line-height: 5.2vw;
	font-size: 4.16vw;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.m11_proDetail .phone span {
	display: block;
	margin-bottom: .52vw;
}

.m11_proDetail .phone strong {
	display: block;
	font-size: 1.66vw;
	line-height: 1em;
}

.m11_prevnext2 {
	font-size: var(--font14);
	line-height: 2.5em;
	margin-bottom: 2.08vw;
}

.m11_prevnext2 ul {
	margin-top: 20px;
}

.m11_prevnext2 ul li {
	float: left;
}

.m11_prevnext2 ul li:nth-child(2n) {
	float: right;
}

.m11_prevnext2 ul li a {
	text-align: center;
	width: 150px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	font-size: 16px;
	color: #303133;
	display: block;
	border-radius: 8px;
}

.m11_prevnext2 ul li a:hover {
	border-color: var(--primary-color);
	background: var(--primary-color);
	color: #fff;
}

.m11_proDetail .list2 {
	border: 1px solid #eee;
	margin-bottom: 2.08vw;
	border-radius: 8px;
}

.m11_proDetail .list2 .hd {
	font-size: var(--font14);
	border-bottom: 1px solid #eee;
}

.m11_proDetail .list2 .hd ul {
	display: flex;
	flex-wrap: wrap;
}

.m11_proDetail .list2 .hd ul li {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
	/*line-height:3em;*/
}

.m11_proDetail .list2 .hd ul li a {
	display: block;
	min-width: 100px;
	text-align: center;
	font-size: 15px;
	padding: 10px 25px;
}

.m11_proDetail .list2 .hd ul li:nth-child(1) a {
	border-top-left-radius: 8px;
}

.m11_proDetail .list2 .hd ul li a:hover {
	color: #fff;
	background: var(--primary-color);
}

.m11_proDetail .list2 .hd ul li.on a {
	color: #fff;
	background: var(--primary-color);
}

.m11_proDetail .list2 .xiangqing {
	padding: 20px;
	text-align: center;
}

.m11_proDetail .list2 .xiangqing img {
	max-width: 100%;
}

.m11_proDetail .list2 .bd {
	padding-bottom: 85px;
}

.m11_pro_related {
	border: 1px solid #eee;
	margin-bottom: 85px;
	border-radius: 8px;
}

.m11_pro_related>.h2 {
	font-size: var(--font14);
	line-height: 3em;
	border-bottom: 1px solid #eee;
}

.m11_pro_related>.h2 span {
	font-size: var(--font14);
	line-height: 3em;
	padding: 0 10px;
	min-width: 100px;
	text-align: left;
	border-right: 1px solid #eee;
	color: #fff;
	display: block;
	border-bottom: 2px solid var(--primary-color);
	font-size: 16px;
	font-weight: normal;
	color: #333;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
}

.m11_pro_related .index_product1 {
	padding: 20px 20px 0 20px;
	background-color: #fafafa;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}

.m11_pro_related .index_product1 ul li {
	width: calc((100% - 60px)/4);
}

@media(max-width:999px) {
	.m11_proDetail .list1 {
		margin-bottom: 30px;
	}

	.m11_proDetail .list1 .lt {
		float: left;
		width: 100%;
		margin-bottom: 20px;
	}

	.m11_proDetail .list1 .rt {
		float: right;
		padding: 15px 0;
		width: 100%;
	}

	.m11_proDetail .list1 .rt .h2 {
		font-size: 18px;
		line-height: 1.4em;
		margin-bottom: 0;
	}

	.m11_proDetail .list1 .rt .h3 {
		font-size: 16px;
		line-height: 1.4em;
		margin-bottom: 10px;
	}

	.m11_proDetail .list1 .rt .h4 {
		font-size: 14px;
		line-height: 1.6em;
		margin-bottom: 20px;
	}

	.m11_proDetail .phone {
		font-size: 14px;
		line-height: 1em;
		margin-bottom: 1.6em;
		padding: 15px 20px 15px 60px;
	}

	.m11_proDetail .phone i {
		width: 60px;
		line-height: 60px;
		font-size: 40px;
	}

	.m11_proDetail .phone span {
		margin-bottom: 5px;
	}

	.m11_proDetail .phone strong {
		font-size: 18px;
		line-height: 1em;
	}

	.m11_proDetail .list2 {
		margin-bottom: 30px;
		border-radius: 8px;
	}

	.m11_proDetail .list2 .hd ul li:nth-child(1) a {
		border-top-left-radius: 8px;
	}

	.m11_proDetail .list2 .hd ul li a {
		min-width: 60px;
	}

	.m11_prevnext2 {
		margin-bottom: 30px;
	}

	.m11_pro_related .index_product1 {
		padding: 15px;
		background-color: #fff;
	}

	.m11_pro_related .index_product1 ul li {
		width: calc((100% - 10px)/2);
	}
}