@media screen and (min-width: 1024px) {
	body {
		font-size: 22px;
		overflow-x: hidden;
	}

	img {
		object-fit: cover;
	}

	ul,
	h2,
	p,
	h3 {
		margin: 0;
		padding: 0;
	}

	.phone-show {
		display: none;
	}

	.wrapper {
		position: relative;
		z-index: 50;
		padding-top: 78px;
	}

	.CenterPro,
	.nav-images img,
	.introduction-images img,
	.product-images img {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-moz-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
		z-index: 1;
	}

	.go_top {
		width: 68px;
		height: 72px;
		position: fixed;
		bottom: 165px;
		right: 0;
		z-index: 500;
		opacity: 1;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.wrap {
		width: 80%;
		margin: 0px auto;
	}

	.header-flix {
		width: 100%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1305;
		height: 78px;
		background-color: #fff;

	}

	.wrappert {
		padding-top: 0;
	}

	.wrappert .header-flix {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
	}

	.header-flix.on {
		background: #fff;
	}

	.header-flix.on .subnav-ul a,
	.header-flix.on .nav-r select,
	.pub-center .service-layout .nav-item h2,
	.commitment .information-item h2,
	.header-flix.on .nav-r .nav-language {
		color: #333;
	}

	.header-flix.on .nav-r select,
	.header-flix.on .nav-r .nav-language {
		background-image: url(../images/select_h.png);
	}

	.header-flix.on .nav-search1,
	.wrappert .header-flix.on .am-logo svg:last-child {
		display: block;
	}

	.am-logo {
		margin-top: 18px;
		float: left;
		width: 180px;
		height: 26px;
	}

	.nav {
		float: right;
		min-width: 70%;
		font-size: 0;
	}

	.subnav-ul li {
		display: inline-block;
		vertical-align: top;
		font-size: 15px;
	}

	.subnav-ul li:first-of-type .nav-content:nth-of-type(2) .nav-images img,
	.subnav-ul li:first-of-type .nav-content:nth-of-type(3) .nav-images img {
		max-width: 80%;
		max-height: 80%;
		object-fit: contain;
	}

	.subnav-ul a {
		color: #333;
		display: block;
		margin: 0px 25px;
		line-height: 78px;
	}

	.wrappert .subnav-ul a,
	.wrappert .nav-r select,
	.social .duty .tit,
	.wrappert .nav-r .nav-language {
		color: #fff;
	}

	.wrappert .nav-r select,
	.wrappert .nav-r .nav-language {
		background-image: url(../images/select.png);
	}


	.subnav-ul a span:after {
		content: '';
		width: 0;
		position: absolute;
		background: #ff0000;
		height: 4px;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.subnav-ul a:hover span:after,
	.subnav-ul a.active span:after {
		width: 100%;
	}

	.subnav-ul a span {
		display: block;
		position: relative;
	}

	.nav-r {
		float: right;
		position: relative;
	}


	.nav-r select,
	.nav-r .nav-language {
		float: right;
		font-size: 14px;
		color: #333;
		margin-left: 30px;
		padding-right: 10px;
		background-image: url(../images/select_h.png);
		background-size: 7px;
		background-repeat: no-repeat;
		background-position: right bottom;
		margin-top: 30px;
		text-align: right;
		cursor: pointer;
		position: relative;
	}

	.nav-r select option {
		background-color: #ff0000;
	}

	.nav-language-en {
		width: 135%;
		background-color: #ff0000;
		position: absolute;
		top: 28px;
		left: 50%;
		transform: translateX(-50%) translateY(50%);
		-webkit-transform: translateX(-50%) translateY(50%);
		padding: 6px 0;
		-webkit-transition: all .2s ease-in-out;
		transition: all .2s ease-in-out;
		visibility: hidden;
		opacity: 0;
		z-index: 100;
		text-align: center;
		font-size: 14px;
		color: #fff;
		border-radius: 8px;
	}

	.nav-language-en::after {
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-top: 9.660254px solid #ff0000;
		width: 0px;
		height: 0px;
		content: '';
		position: absolute;
		top: -8px;
		left: 50%;
		transform: translateX(-50%) rotate(180deg);
		-webkit-transform: translateX(-50%) rotate(180deg);
	}

	.nav-language-en a {
		color: #fff;
		display: block;
		padding: 5px 0;
		margin: 0px 12px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.nav-language-en a:hover {
		padding-left: 2px;
		border-bottom: 1px solid #fff;
	}

	.nav-language:hover .nav-language-en {
		display: block;
		visibility: visible;
		transform: translateX(-50%) translateY(0%);
		-webkit-transform: translateX(-50%) translateY(0%);
		opacity: 1;
	}

	.nav-search {
		padding-top: 32px;
		float: right;
		cursor: pointer;
	}

	.nav-down {
		width: 100%;
		background: #FFFFFF;
		box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
		position: absolute;
		top: 78px;
		display: none;
		padding: 40px 0;
		z-index: 100;
		text-align: center;
		font-size: 0;
		left: 0;
		border-top: 1px solid rgba(0, 0, 0, 0.1);
	}
	.subnav-ul li.active .nav-down {display:block;}
	
	.NavdownSubFlex {
		display: inline-block;
		width: 38%;
		position: relative;
		vertical-align: top;
		border-right: 1px solid rgba(0, 0, 0, 0.21);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.search-popup {
		max-width: 50%;
		position: fixed;
		top: 10%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.search-popup.on {
		top: 20%;
	}

	.search-popup img {
		cursor: pointer;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		max-width: 100%;
		display: block;
		margin: 0px auto 40px;
	}

	.search-popup img:hover {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.search-popup-layout {
		width: 600px;
		height: 68px;
		background-color: #fff;
		border-radius: 8px;
		position: relative;
	}

	.search-popup-bt {
		background-image: url(../images/search.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 24px;
		float: left;
		margin-top: 21.5px;
		margin-left: 20px;
		height: 25px;
	}

	.search-popup-txt {
		float: left;
		margin-left: 20px;
		color: #333333;
		line-height: 68px;
		font-size: 18px;
		width: 88%;
	}

	.wrappert .swiper-banner .swiper-container {
		z-index: 2;
	}

	.wrappert .swiper-banner .swiper-container .swiper-slide video {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.wrappert .swiper-banner .swiper-container .other-bannerceter {
		bottom: 68px;
	}

	.wrappert .swiper-banner .swiper-container .other-bannerceter h2 {
		height: 128px;
		/* overflow: hidden; */
	}

	.swiper-banner .swiper-container .other-bannerceter h3,
	.swiper-banner .swiper-container .other-bannerceter h2 {
		opacity: 0;
	}


	.swiper-banner .swiper-container .swiper-slide-active .other-bannerceter h3 {
		-webkit-animation: swiper-fade .5s .5s linear forwards;
		animation: swiper-fade .5s .5s linear forwards;
	}

	.swiper-banner .swiper-container .swiper-slide-active .other-bannerceter h2 {
		-webkit-animation: swiper-fade 1s 1s linear forwards;
		animation: swiper-fade 1s 1s linear forwards;
	}

	@keyframes swiper-fade {
		0% {
			transform: translateY(-10px);
			opacity: 0;
		}

		100% {
			transform: translateY(0px);
			opacity: 1;
		}
	}

	.other-banner {
		width: 100%;
		position: relative;
	}

	.wrappert .swiper-banner .swiper-container .swiper-wrapper .swiper-slide::after,
	.other-banner::after,
	.wrappert .duty::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0px;
		top: 0px;
		z-index: 1;
		background: linear-gradient(180deg, rgba(50, 55, 62, 0) 30.34%, rgba(13, 27, 46, 0.7) 100%);
	}

	.wrappert .duty::after {
		background: linear-gradient(163deg, rgba(50, 55, 62, 0) 0%, rgba(13, 27, 46, 0.6) 100%);
	}

	.swiper-banner .other-bannerceter h3::after {
		width: 0;
	}

	.other-bannerceter {
		position: absolute;
		bottom: 18%;
		width: 1200px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		font-size: 16px;
		color: #fff;
		z-index: 2;
	}

	.other-bannerceter h2 {
		font-size: 48px;
		margin: 32px 0px 24px;
	}

	.other-bannerceter h3 {
		font-size: 18px;
		position: relative;
		padding-bottom: 16px;
	}

	.other-bannerceter h3::after {
		content: '';
		width: 10%;
		height: 2px;
		background-color: #fff;
		position: absolute;
		bottom: -8px;
		left: 0;
	}

	.wrappert .swiper-banner .swiper-pagination {
		width: 1200px !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		-webkit-transform: translateX(-50%) !important;
		bottom: 232px !important;
		text-align: left;
	}

	.wrappert .swiper-banner .swiper-pagination-bullet {
		width: 13%;
		height: 8px;
		background-color: rgba(255, 255, 255, 0.3);
		opacity: 1;
		border-radius: 0;
		margin: 0px 10px 0px 0px !important;
		position: relative;
	}

	.wrappert .swiper-banner .swiper-pagination-bullet .groove {
		height: 100%;
		width: 0;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 200;
		transition: all 3.5s ease-out;
		-webkit-transition: all 3.5s ease-out;
	}
	.wrappert .swiper-banner .swiper-pagination-bullet-active .groove {width: 100%;}
	.WindowFloat {
		width: 68px;
		position: fixed;
		bottom: 250px;
		right: 0;
		z-index: 500;
		opacity: 1;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.WindowFloatag {
		width: 100%;
		background-color: #000;
		border-bottom: 1px solid #888;
		color: rgba(255, 255, 255, 0.5);
		text-align: center;
		font-size: 12px;
		height: 72px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.WindowFloat a,
	.go_top {
		cursor: pointer;
	}

	.WindowFloatag svg {
		margin-bottom: 5px;
		display: block;
	}

	.WindowFloatag img {
		margin-bottom: 8px;
	}

	.footer {
		position: relative;
		font-size: 14px;
		line-height: 30px;
		color: rgba(255, 255, 255, 0.6);
		background-color: #000;
		padding-top: 70px;
		padding-bottom: 30px;
	}

	.am-subfooterdiv .am-subtag a:hover,
	.subnav-ul .nav-item a:hover,
	.newcenter-item:hover h2,
	.introduction-intro a:hover,
	.problem-intro a:hover {
		color: #ff0000;
		padding-left: 2px;
	}

	.am-subfooterdiv a:hover,
	.am-bootom a:hover,
	.nav-tab .active,
	.subnav-ul .nav-item:hover,
	.news-item:hover,
	.pub-center .nav-item:hover,
	.problem-tab .active,
	.establish-item span,
	.mt80 a:hover,
	.ditu-provice a.active,
	.ditu-provice a.active h3,
	.hivo-item:hover,
	.solu-tab .active,
	.drives-detail .nav-item span {
		color: #ff0000 !important;
	}

	.am-subfooterdiv {
		float: left;
		width: 16.6%;
	}

	.am-subfooterdiv h2 {
		font-size: 16px;
		color: #fff;
		margin-bottom: 15px;
		font-weight: bold;
	}

	.am-subfooterdiv a {
		color: rgba(255, 255, 255, 0.6);
		display: block;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.am-subfooterdiv h3,
	.teachingbar h2 {
		font-size: 24px;
		color: #fff;
		margin-top: 10px;
	}

	.am-subfooterdiv p {
		font-size: 12px;
	}

	.am-subfooterdiv .clearfix a {
		display: inline-block;
		margin-right: 35px;
		margin-top: 20px;
		cursor: pointer;
		position: relative;
	}

	.am-subfooterdiv .clearfix a img {
		width: 24px;
		vertical-align: middle;
	}

	.am-subfooterdiv .clearfix a .nav-item-ewm img {
		width: auto;
	}

	.am-bootom {
		border-bottom: 1px solid rgba(248, 248, 248, 0.1);
		font-size: 16px;
		margin-top: 40px;
		padding-bottom: 16px;
		line-height:45px;
	}


	.am-bootom a {
		color: rgba(255, 255, 255, 0.6);
		margin-right: 25px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.copyright {
		display: block;
		margin-top: 10px;
		color: rgba(255, 255, 255, 0.4);
	}

	.nav-tab {
		text-align: center;
	}

	.nav-tab a {
		color: #333333;
		display: inline-block;
		margin: 0px 24px 30px;
		font-size: 16px;
		font-weight: bold;
		line-height: 24px;
		cursor: pointer;
	}

	.nav-content,
	.wrappert .nav-search1,
	.header-flix.on .nav-search:first-of-type,
	.wrappert .header-flix.on .am-logo img:first-of-type,
	.nav-search:first-of-type,
	.wrappert .header-flix .am-logo img:last-child,
	.header-flix .am-logo img:first-of-type,
	.problem-scroll,
	.nav-content1,
	.realistic-div,
	.system-flex img:last-child {
		display: none;
	}

	.wrappert .nav-search:first-of-type,
	.wrappert .header-flix .am-logo img:first-of-type,
	.system-flex:hover img:last-child,
	.wrappert .header-flix.on .am-logo img:last-child {
		display: block;
	}
.nav-content.active,.nav-content1.active{display:block;}
	.subnav-ul .nav-item {
		display: inline-block;
		width: 140px;
		margin: 0px 24px 0 0;
		font-size: 14px;
		line-height: 30px;
		color: #333;
		vertical-align: top;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.subnav-ul .nav-item:last-child,
	.pub-center .nav-item:nth-of-type(3n),
	.case .newcenter-item:nth-of-type(3n),
	.drives-layout .nav-item:nth-of-type(3n),
	.application-case .innovation-item:nth-of-type(5n) {
		margin-right: 0;
	}

	.nav-images {
		position: relative;
		width: 90%;
		height: 120px;
		padding: 5px;
		border: 1px solid #EEEEEE;
		
	}

	.wrapper .subnav-ul .nav-know {
		color: #ff0000 !important;
		font-size: 14px;
		font-weight: bold;
		line-height: 30px;
		margin-top: 40px;
	}

	.subnav-ul .nav-know svg,
	.ecology-mask svg,
	.base-more svg,
	.news-item h2 svg,
	.problem-item svg,
	.product-item h2 svg,
	.contact-form svg {
		margin-left: 10px;
		margin-top: -5px
	}

	.nav-item:hover .nav-images img,
	.product-item:hover .product-images img {
		transform: scale(1.05) translate(-50%, -50%);
		-webkit-transition: scale(1.05) translate(-50%, -50%);
	}

	.subnav-ul .nav-item h2 {
		font-size: 16px;
		font-weight: bold;
		color: #000;
		margin-bottom: 10px;
	}

	.subnav-ul .nav-item a {
		color: #333;
		line-height: 38px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		padding-bottom:15px;
	}

	.pub-bground {
		padding: 120px 0;
		font-size: 16px;
		line-height: 30px;
		color: #999999;
	}

	.tit {
		font-weight: bold;
		font-size: 40px;
		margin-bottom: 32px;
		padding-bottom: 54px;
		color: #333333;
		background-image: url(../images/line.jpg);
		background-size: 80px 8px;
		background-repeat: no-repeat;
		background-position: bottom left;
	}

	.tit1 {
		font-size: 20px;
		color: #333;
		margin-bottom: 30px;
		line-height: 42px;
	}

	.ecology-item {
		float: left;
		width: 15.8%;
		height: 582px;
		position: relative;
		margin-top: 45px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		font-size: 16px;
		color: #fff;
		overflow: hidden;
	}

	.ecology-item img,
	.innovation-item img,
	.news-images img,
	.news-time input,
	.realistic-div img {
		width: 100%;
		height: 100%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ecology-mask {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
		padding: 40px 0;
		text-align: center;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ecology-item.active {
		width: 49.5% !important;
	}

	.pub-bground .ecology-mask {
		background: linear-gradient(180deg, rgba(50, 55, 62, 0) 30.34%, rgba(13, 27, 46, 0.6) 100%);
	}

	.wrappert .pub-bground .ecology-mask {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
	}

	.wrappert .force::after {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(270deg, rgba(50, 55, 62, 0) 0%, rgba(50, 55, 62, 0.8) 100%);
	}

	.wrappert .force .wrap {
		position: relative;
		z-index: 1;
	}

	.ecology-item.active .ecology-mask {
		background-image: url(../images/bk.png);
		background-size: 100% 100%;
		background-repeat: no-repeat;
		background-position: center;
		text-align: left;
	}

	.ecology-item.active .ecology-mask h2,
	.ecology-item.active .ecology-mask p {
		padding-left: 40px;
	}

	.ecology-mask h2 {
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.ecology-mask a {
		border: 2px solid rgba(255, 255, 255, 0.5);
		width: 0;
		opacity: 0;
		line-height: 54px;
		color: #fff;
		text-align: center;
		font-size: 16px;
		position: absolute;
		right: 40px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		font-weight: bold;
		overflow: hidden;
	}

	.ecology-mask a:after {
		content: '';
		width: 0;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: #fff;
		z-index: -1;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ecology-mask a:hover {
		color: #ff0000;
		border: 2px solid #fff;
	}

	.ecology-mask a:hover:after {
		width: 100%;
	}

	.ecology-mask a:hover svg path {
		stroke: #ff0000;
	}

	.ecology-item.active .ecology-mask a {
		opacity: 1;
		width: 160px;
	}

	.force {
		background-size: 100% !important;
		background-repeat: no-repeat !important;
		background-position: center bottom !important;
		height: 440px;
		padding-top: 100px;
		position: relative;
	}

	#service-contact {
		height: 340px;
	}

	.force .tit {
		font-size: 32px;
		color: #fff;
	}

	.force .base-more,
	.history-layout .base-more,
	.news .base-more {
		width: 230px;
	}

	.history-layout .base-more i {
		font-weight: normal;
		padding: 0px 8px;
	}

	.history-layout .base-more svg {
		margin: 0;
	}

	.base-more {
		line-height: 54px;
		display: block;
		margin-top: 50px;
		font-size: 16px;
		color: #fff;
		text-align: center;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		position: relative;
		overflow: hidden;
		width: 160px;
		height: 54px;
		border: 2px solid rgba(255, 255, 255, 0.5);
	}

	.base-more svg {
		z-index: 2;
		position: relative;
	}

	.base-more:before {
		content: " ";
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		width: 0;
		height: 100%;
		background: #ff0000;
		z-index: 1;
		transition: all .4s;
		-webkit-transition: all .4s;
	}

	.base-more:hover:before {
		left: 0;
		width: 100%;
	}

	.base-more:hover {
		border: 2px solid #000;
	}

	.base-more i {
		position: relative;
		z-index: 2;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.base-more:hover i {
		color: #fff;
		padding: 0 5px;
	}

	.force-layout {
		height: 140px;
		background-color: #fff;
		margin-top: 160px;
		align-items: center;
	}

	.force-item {
		font-size: 16px;
		color: #333;
		width: 33.1%;
		text-align: center;
		font-weight: bold;
		border-right: 2px solid #F8F8F8;
	}

	.force-item:last-child,
	.news-item:last-child,
	.values-item:last-child,
	.establish-item:nth-of-type(3n),
	.policy-item:last-child {
		border-right: 0;
	}

	.force-item h2 {
		color: #ff0000;
		font-size: 32px;
		font-weight: bold;
		margin-bottom: 20px;
	}

	.force-item h2 i {
		font-size: 12px;
		opacity: 0.5;
		margin-left: 5px;
	}

	.adhere .tit,
	.solu-intro .tit {
		font-size: 28px;
		color: #333;
		padding: 0;
		margin-top: 32px;
		background-image: none;
		font-weight: normal;
	}
	
		.adhere .tit1,
	.solu-intro .tit1 {
	 font-weight: bold;
    font-size: 40px;
    margin-bottom: 32px;
    padding-bottom: 54px;
    color: #333333;
    background-image: url(../images/line.jpg);
    background-size: 80px 8px;
    background-repeat: no-repeat;
    background-position: bottom left;
	}
	
	   

	.adhere .wrap {
		position: relative;
	}

	.adhere .wrap:after {
		content: "";
		display: block;
		clear: both;
		vertical-align: middle;
		height: 0;
	}

	.adhere .swiper-container {
		width: 49%;
		float: right;
		margin-top: 40px;
	}

	.adhere img {
		width: 100%;
	}

	.swiper1 {
		float: left;
		width: 40%;
		margin-top: 40px;
		overflow: hidden;
	}
.mphone{display: none;}

	.adhere .swiper-pagination-bullet {
		width: 60px;
		height: 4px;
		margin-right: 10px;
		background: #ff0000;
		opacity: 0.2;
		border-radius: 0;
		vertical-align: bottom;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.adhere .swiper-pagination-bullet-active {
		opacity: 1;
		width: 90px;
	}

	.adhere .swiper-pagination {
		text-align: left;
		bottom: 0 !important;
		left: 0% !important;
	}

	.adhere .adhere-infro p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		line-height: 28px;
	}

	.adhere .adhere-infro .tit {
		margin-bottom: 20px;
	}

	.solu-tab {
		margin: 60px 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.solu-tab a {
		display: inline-block;
		padding: 0px 40px;
		padding-bottom: 20px;
		color: #333;
		position: relative;
		cursor: pointer;
	}

	.solu-tab a::after {
		content: '';
		width: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		position: absolute;
		bottom: 0;
		height: 4px;
		background-color: #000;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.solu-tab .active::after {
		width: 100%;
	}

	.solu-layout,
	.featured-layout {
		background: #F8F8F8;
		position: relative;
	}

	.solu-layout img {
		width: 66%;
		float: right;
		overflow: hidden;
    height: 500px;
	}

	.solu-intro {
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		position: absolute;
	}

	.wrappert .solu-intro {
		position: absolute;
		left: 0;
		width: 28%;
		top: 6%;
		padding: 0px 3%;
		height: 94%;
		display: block;
	}

	.wrappert .solu-intro .base-more {
		position: absolute;
		bottom: 8%;
	}

	.solu-intro .base-more,
	.news .base-more,
	.still .base-more {
		color: #000;
		border: 2px solid #000;
	}

	.solu-layout .base-more:hover svg path,
	.news .base-more:hover svg path,
	.schivol-layout .base-more:hover svg path {
		stroke: white;
	}

	.duty {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		min-height: 340px;
		padding-top: 120px;
		position: relative;
		text-align: center;
		font-size: 16px;
		line-height: 30px;
		color: #333;
	}

	.duty .tit {
		background-image: none;
		padding: 0;
	}

	.wrappert .duty .tit,
	.wrappert .duty {
		color: #fff;
	}

	.wrappert .duty .wrap {
		position: relative;
		z-index: 2;
	}

	.help .tit {
		background-image: url(../images/line.jpg);
		padding-bottom: 54px;
		background-position: bottom center;
	}

	.duty .base-more,
	.news .base-more,
	.guide-layout .base-more {
		margin: 50px auto 0;
	}

	.support-item {
		width: 32%;
		height: 240px;
		background: #FFFFFF;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 24px;
		color: #333;
		align-items: center;
	}

	.support-item svg {
		height: 54px;
		object-fit: contain;
	}

	.support-item svg,
	.hivo-item svg {
		margin-bottom: 25px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.support-item:hover svg:first-of-type,
	.hivo-item:hover svg {
		transform: scale(1.1);
	}


	.support-item span {
		margin-top: 23px;
		display: block;
		color: #ff0000;
		font-weight: bold;
		font-size: 16px;
	}

	.support-item span svg,
	.introduction-intro a span svg {
		margin-bottom: 0;
		margin-left: 10px;
		height: auto;
	}

	.news-layout {
		border: 1px solid #E6E6E6;
		margin-top: 50px;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
		height: 582px;
	}

	.news-item {
	overflow:hidden;
		float: left;
		width: 27.1%;
		padding: 0px 3%;
		border-right: 1px solid #E6E6E6;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		font-size: 24px;
		line-height: 35px;
		text-align: left;
		color: #333;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.news .news-layout .news-item p {
		height: 100px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}
	.menu-li{display: none;}
	.news-item span {
		font-size: 14px;
		color: #999;
		margin-bottom: 15px;
		margin-top:10%
	}

	.news-item span svg {
		margin-right: 5px;
	}

	.news-item h2,
	.product-item h2 {
		font-size: 16px;
		margin-top: 20px;
		color: #ff0000;
		font-weight: bold;
	}
	
 .news-item .title{
 min-height: 80px;
	}

	.news-item img {
		width: 100%;
		margin-top: 50px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.news .news-item img {
		height: 50%;
	}

	.news-item:hover img,
	.innovation-item:hover img,
	.newcenter-item:hover .news-images img,
	.collision-item:hover .collision-images img {
		transform: scale(1.1);
		-webkit-transition: scale(1.1);
		overflow:hidden
	}

	.realistic-div:hover img,
	.system-item:first-of-type:hover img {
		transform: scale(1.03);
		-webkit-transition: scale(1.03);
		overflow:hidden
	}

	.realistic-div {
		animation: 1s ease 0s 1 normal none running myfirst_bEeVk;
	}

	@keyframes myfirst_bEeVk {
		from {
			margin-top: 60px;
			opacity: 0;
		}

		to {
			margin-top: 0;
			opacity: 1;
		}
	}

	.other-bannerceter1 {
		left: 50%;
		top: 18%;
		position: absolute;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		font-size: 20px;
		color: #fff;
		text-align: center;
		z-index: 2;
		width: 62.5%;
	}

	.other-bannerceter1 h2,
	.control h2 {
		font-size: 60px;
		margin-bottom: 20px;
	}

	.other-bannerceter1 .search-popup-layout,
	.help .search-popup-layout {
		width: 1200px;
		border-radius: 0;
		margin-top: 80px;
	}

	.other-bannerceter1 .search-popup-layout .search-popup-txt {
		width: 86%;
	}

	.other-bannerceter1 .search-popup-bt,
	.help .search-popup-bt {
		background-color: #00CC92;
		width: 96px;
		height: 100%;
		margin: 0;
		float: right;
		background-image: url(../images/search1.png);
		background-size: 28px;
	}

	.pub-center {
		text-align: center;
	}

	.pub-center .tit,
	.guide-layout .tit {
		background-position: bottom center;
	}

	.pub-center .nav-item {
		float: left;
		width: 32%;
		margin-top: 45px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-right: 1.9%;
		color: #333;
	}

	.pub-center .nav-images {
		height: 216px;
		border: 1px solid #E6E6E6;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.pub-center .nav-images img,
	.product-images img {
		max-width: 70%;
		max-height: 70%;
	}

	.pub-center .nav-item:hover .nav-images {
		background: #EAF6FF;
		border: 1px solid #EAF6FF;
		box-shadow: 0 4px 8px 0 rgb(7 9 12 / 8%);
	}

	.service-layout,
	.history-layout .swiper-slide p,
	.drives-detail .nav-item span {
		margin-top: 30px;
		position: relative;
	}
.mobile-nav,.search{display: none;}

	.history-layout .swiper-slide p:after {
		content: '';
		width: 30%;
		height: 1px;
		background: #ff0000;
		position: absolute;
		bottom: -10px;
		left: 0;
	}

	.service-layout .nav-item {
		margin-top: 24px;
		height: 282px;
		background: #F8F8F8;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		color: #999999;
	}

	#service .service-layout .nav-item img {
		height: 94px;
		object-fit: none;
	}

	.service-layout .nav-item:hover {
		color: #999999 !important;
		background: #EAF6FF;
		box-shadow: 0 4px 8px 0 rgb(7 9 12 / 8%);
	}

	.service-layout .nav-item h2,
	.establish-item h2,
	.innovation-item h2,
	.drives-layout .nav-item h2 {
		font-size: 24px;
		color: #fff;
		margin: 16px 0;
	}

	.guide-layout {
		text-align: center;
		color: #fff;
		margin-top: 120px;
		font-size: 16px;
		background-position: center !important;
		background-size: cover !important;
	}

	.problem-tab {
		float: left;
		width: 23.5%;
		background-color: #fff;
		height: 480px;
		margin-top: 45px;
	}

	#question .problem-tab,
	#question .problem-content {
		padding: 24px 0px;
		height: 432px;
	}

	.problem-tab a {
		color: #333333;
		display: block;
		height: 20%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		font-size: 20px;
		line-height: 96px;
		text-align: center;
		
	}

	.problem-content {
		float: right;
		width: 74.5%;
		background-color: #fff;
		height: 480px;
		overflow-y: scroll;
		margin-top: 45px;
	}

	#question .problem-content .problem-scroll {
		height: 98%;
		overflow-y: scroll;
	}

	.problem-item {
		font-size: 16px;
		display: block;
		line-height: 60px;
		text-align: left;
		padding: 0px 40px;
		color: #ff0000;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.problem-item:hover,
	.problem-tab .active {
		background: #EAF6FF;
	}

	.pub-center.news .news-layout {
		height: 282px;
		justify-content: flex-start;
	}

	.pub-center.news .news-layout .news-item:nth-of-type(2n) {
		border-right: 1px solid #E6E6E6;
	}

	.keeps-ewm {
		width: 200px;
		height: 200px;
		margin-top: 25px;
		float: left;
	}

	.keeps {
		height: 200px;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 16px;
		color: #999999;
		float: left;
		margin-left: 5%;
		margin-top: 25px;
	}

	.keeps .tit {
		font-size: 28px;
		color: #333;
		background-position: top left;
		padding: 45px 0 0;
	}

	.other-bannerceter2,
	.other-bannerceter3 {
		bottom: initial;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.expand-service-yb .other-bannerceter3 h2,
	.expand-service-spx .other-bannerceter3 h2,
	.expand-service-yjsj .other-bannerceter3 h2 {
		color: #333;
	}

	.other-bannerceter3 h3 {
		font-size: 36px;
		margin-bottom: -10px;
		padding-bottom: 0;
		border: 0;
	}

	.other-bannerceter3 h3::after {
		height: 0;
	}

	.hardware-layout .problem-tab,
	.strength .respon-item:first-of-type h2,
	.problem-main h2:first-of-type,
	.featured-intro h2 {
		margin-top: 0 !important;
		height: auto;
		padding-top:30px;
	}

	.hardware-layout .problem-tab {
		margin-bottom: 24px;
	}

	#info .hardware-layout .problem-tab {
		margin-bottom: 0;
	}

	.hardware-content {
		width: 74.5%;
		float: right;
	}

	.hardware-layout .problem-tab a {
		line-height: 50px;
		height: auto;
		border-bottom:1px solid #eaeaea
	}
	
		.hardware-layout .problem-tab a:hover {
		color: #ff0000
	}
	
		.hardware-layout .problem-tab a.cur {
		color: #ff0000 !important;
	}

	.hardware-layout .problem-tab a.active {
		background-color: transparent;
	}

	.hardware-content .solu-layout {
		height: 360px;
		background: #fff;
		margin-bottom: 24px;
		padding: 0px 6%;
		display: block;
		color: #999;
	}

	.hardware-content .hardware-images {
		height: 100%;
		width: 50%;
		position: relative;
		float: right;
	}

	.hardware-content .hardware-images img {
		max-width: 100%;
		max-height: 100%;
		left: 50%;
		width: auto;
		top: 50%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.hardware-content .hardware-intro.teaching-intro .hardware-images img {
		max-width: 60%;
		max-height: 60%;
	}

	.hardware-content .solu-intro {
		left: 6%;
		padding: 0;
		width: 34%;
	}

	.hardware-content .solu-intro .tit {
		margin: 0px 0px 10px;
		font-size: 24px;
	}

	.hardware-content .solu-intro .base-more {
		margin-top: 35px;
		height: 48px;
		line-height: 48px;
	}

	.hardware-content .solu-layout .solu-intro .base-more {
		height: 42px;
		line-height: 42px;
		width: 100%;
	}

	.hardware-content .solu-layout:first-of-type .hardware-images {
		float: left;
	}

	.hardware-content .solu-layout:first-of-type .solu-intro {
		left: initial;
		right: 6%;
	}

	.hardware-intro .solu-layout {
		height: 420px;
		/* margin: 0; */
		padding: 0;
		width: 49%;
	}

	.download-container .hardware-intro.teaching-intro .solu-layout {
		margin-bottom: 24px;
	}

	.download-container .flex.hardware-intro.teaching-intro:last-child {
		margin-bottom: -24px;
	}

	.hardware-intro .hardware-images {
		width: 100%;
		height: 300px;
	}

	.hardware-intro .solu-intro {
		position: initial;
		display: block;
		width: 100%;
		text-align: center;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.hardware-intro .solu-intro .base-more {
		border: 0;
		margin: 0px auto;
	}

	.schivol {
		padding: 100px 0;
		background-color: #fff;
		border-bottom: 1px solid #F0F0F0;
		background-image: url(../images/img11.svg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.schivol img {
		max-width: 100%;
		margin: 0px auto;
		display: block;
		border-radius: 20px;
	}

	.schivol-layout .schivol img {
		max-width: 20%;
	}

	.schivol-layout .solu-intro {
		position: relative;
		top: 0;
		left: 0;
		padding: 30px 4%;
		width: initial;
		background-color: #fff;
	}

	.schivol-layout .solu-intro .base-more {
		position: absolute;
		right: 4%;
	}

	.hardware-content .schivol-layout .solu-intro p {
		width: 74%;
	}

	.schivol-layout,
	.teaching-intro {
		margin-bottom: 24px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.schivol-layout:hover,
	.teaching-intro .solu-intro:hover {
		box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	}

	.teaching-intro:last-child,
	.schivol-layout:last-child,
	.drives-layout:last-child {
		margin-bottom: 0;
	}

	.hardware-layout.flex .hardware-content .schivol-layout:last-child {
		margin-bottom: 24px;
	}

	.teaching-intro .hardware-images {
		height: 220px;
	}

	.teaching-intro .solu-intro p {
		padding: 0px 8%;
	}

	.profile-intro {
		width: 70%;
		float: left;
		margin-right:3%;
	}

	.profile-svg {
		float: right;
		margin-top: 145px;
		position:absolute;
		z-index:-1
	}

	.profile-layout {
		width: 100%;
		padding: 0px 6.6%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
		height: 100%;
		margin-top: 45px;
		background: #F8F8F8;
	}

	.pub-bground .profile-layout .profile-item h3 {
		line-height: 42px;
		height: 50px;
	}

	.profile-intro div p {
		text-align: justify;
	}

	.profile-item {
		width: 41%;
		    border-bottom: 1px solid;
    margin-bottom: 20px;
	}

	.profile-item h2,
	.respon-item h2,
	.space-classroom-layout h2 {
		font-size: 32px;
		font-weight: bold;
		color: #333;
	}

	.profile-item h3,
	.safety-item h2 {
		font-size: 24px;
		margin: 30px 0;
		color: #ff0000;
	}

	.history-layout {
		background: #F8F8F8;
		padding: 60px 0px 80px;
		font-size: 16px;
		line-height: 30px;
		color: #666;
	}

	.history-layout .swiper-container {
		padding-bottom: 150px;
	}

	.history-layout .swiper-button-prev {
		left: 44%;
		top: initial;
		bottom: 0;
		margin: 0;
		cursor: pointer;
		background-image: none;
		padding: 1%;
	}

	.history-layout .swiper-button-next {
		left: 52%;
		top: initial;
		bottom: 0;
		margin: 0;
		cursor: pointer;
		background-image: none;
		padding: 1%;
	}

	.history-layout .swiper-slide {
		width: 15%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.history-layout .swiper-slide h2 {
		border-bottom: 1px solid #DDDDDD;
		padding-bottom: 10px;
		margin-bottom: 30px;
		font-weight: 600;
	}

	.history-layout .swiper-slide-active h2 {
		color: #ff0000;
		border-bottom: 2px solid #ff0000;
	}

	.history-layout .base-more {
		border: 2px solid #DDDDDD;
		color: #AAAAAA;
		position: absolute;
		z-index: 1;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		bottom: 0;
	}

	.history-layout .base-more:hover:before,
	.flex.hardware-intro .solu-layout .solu-intro .base-more:hover:before {
		left: 0;
		width: 0;
	}

	.flex.hardware-intro .solu-layout .solu-intro .base-more:hover svg path {
		stroke: #ff0000;
	}

	.history-layout .base-more:hover i {
		color: #aaa;
		padding: 0 8px;
	}

	.history-layout .base-more svg:last-child {
		margin: 0;
	}

	.honor-item {
		width: 25%;
		float: left;
		font-size: 12px;
		text-align: center;
		margin-top: 80px;
	}

	.honor-item p:first-of-type,
	.pub-solution .featured-intro h2 {
		font-weight: bold;
	}

	.honor-item h2 {
		color: #FFAD26;
		font-size: 24px;
		margin-bottom: 15px;
		line-height: 36px;
		height: 74px;
		background-image: url(../images/flower.png);
		background-size: 220px 32px;
		background-repeat: no-repeat;
		background-position: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-weight: 600;
	}

	.honor-item h2 svg {
		padding: 0px 12px;
	}

	.values-layout {
		border: 1px solid #E6E6E6;
		height: 280px;
		background-color: #fff;
		margin-top: 45px;
		align-items: center;
	}

	.values-item,
	.hotline-item {
		width: 33.2%;
		text-align: center;
		border-right: 1px solid #E6E6E6;
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 14px;
		color: #999;
	}

	.pub-bground .values-item p {
		min-height: 50px;
	}

	.values-item h2 {
		font-size: 48px;
		color: #333;
		margin-bottom: 40px;
	}

	.report .solu-layout img {
		width: 49%;
	}

	.report .solu-intro {
		width: 39%;
		padding: 0px 5%;
	}

	.social {
		padding: 0px 0px 120px 0;
	}

	.social .duty {
		padding-top: 0;
		margin-top: 45px;
		height: 600px;
		min-height: auto;
		display: flex;
		justify-content: center;
		flex-direction: column;
		text-align: left;
		color: #fff;
		padding-left: 10%;
	}

	.social .duty:nth-of-type(2n) {
		padding-left: 48%;
	}

	.social .duty .base-more {
		margin: 50px 0 0;
	}

	.establish-layout {
		border: 1px solid #E6E6E6;
		margin-top: 45px;
		border-bottom: 0;
		border-right: 0;
	}

	.establish-item:nth-of-type(3n) {
		border-right: 1px solid #E6E6E6;
	}

	.establish-item {
		float: left;
		width: 27.23%;
		height: 205px;
		font-size: 14px;
		border-right: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
		padding: 0px 3%;
		padding-top: 35px;
	}

	.establish-item h2,
	.scenarios-intro h2 {
		color: #333;
	}

	.research .ecology-item {
		width: 23.8%;
	}

	.research .ecology-mask {
		padding: 40px 38px;
		text-align: left;
	}

	.research .ecology-item.active .ecology-mask h2,
	.research .ecology-item.active .ecology-mask p {
		padding-left: 0;
	}

	.pub-bground.research .ecology-item.active .ecology-mask p {
		width: 67%;
	}

	.innovation-item {
		float: left;
		width: 50%;
		color: #fff;
		height: 400px;
		position: relative;
		overflow: hidden;
	}

	.mt45 {
		margin-top: 45px;
	}

	.innovation-mask {
		position: absolute;
		bottom: 0;
		padding: 40px;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
		width: 87%;
		z-index: 1;
	}

	.innovation-item h2 {
		color: #fff;
	}

	.clearfix.mt45 .innovation-item:after {
		content:
			'';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		opacity: 0;
	}

	.clearfix.mt45 .innovation-item:hover:after {
		opacity: 1;
	}

	.page {
		width: 100%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin: 60px auto 0;
		font-size: 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	.page a {
		color: #333;
		font-size: 16px;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin-right: 20px;
		width: 40px;
		height: 40px;
		background: #FFFFFF;
		border: 1px solid #DDDDDD;
		line-height: 40px;
		text-align: center;
		transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		-webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	}

	.page a img {
		vertical-align: middle;
	}

	.page a.nor,
	.page a:hover {
		background-color: #ff0000;
		border: 1px solid #ff0000;
		color: #fff;
	}

	.newcenter-item {
		height: 274px;
		margin-top: 40px;
		background: #FFFFFF;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		display: flex;
		justify-content: space-between;
		align-items: center;
		overflow: hidden;
	}

	.news-images {
		overflow: hidden;
		width: 40.5%;
	}

	.newcenter-item .news-images {
		height: 100%;
	}

	.newcenter-item .news-intro h2 {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.newcenter-item .news-intro p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
	}

	.news-intro,
	.repair .solu-layout img,
	.featured-layout-images {
		width: 50%;
	}

	.news-intro {
		width: 51%;
	}

	.newcenter-item h2,
	.hotline-item h2,
	.training-layout h2 {
		font-size: 24px;
		color: #333;
		margin-bottom: 24px;
		font-weight: bold;
		line-height: 42px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.news-intro span {
		display: block;
		font-size: 14px;
		color: #999;
		margin-top: 15px;
	}

	.news-time,
	.new-select {
		width: 282px;
		height: 40px;
		line-height: 40px;
		float: left;
		font-size: 14px;
		color: #AAAAAA;
		text-indent: 1em;
		margin-right: 24px;
		background: #FFFFFF;
		border: 1px solid #DDDDDD;
		background-image: url(../images/icon4.png);
		background-size: 28px;
		background-repeat: no-repeat;
		background-position: 96%;
	}

	.new-select {
		background-image: url(../images/select1.png);
		background-size: 16px 10px;
		background-repeat: no-repeat;
		background-position: 96%;
	}

	.news-time1 {
		width: 282px;
		height: 40px;
		line-height: 40px;
		float: left;
		font-size: 14px;
		color: #AAAAAA;
		text-indent: 1em;
		margin-right: 24px;
		background: #FFFFFF;
		border: 1px solid #DDDDDD;
	}

	.new-search {
		background-image: url(../images/search.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 23px;
		height: 22px;
		float: right;
		margin: 10px;
	}

	.case {
		padding-top: 30px;
	}

	.case .newcenter-item {
		height: auto;
		float: left;
		width: 32%;
		display: block;
		margin-right: 2%;
	}

	.case .news-images {
		width: 100%;
		height: 216px;
	}

	.case .newcenter-item h2 {
		height: 65px;
		display: flex;
		font-size: 20px;
		justify-content: center;
		flex-direction: column;
		padding: 0px 8%;
		margin: 0;
		font-weight: normal;
		overflow: hidden;
	}

	.respon-item h2 {
		margin: 80px auto 24px;
	}

	.pub-bground .respon-item:first-of-type h2 {
		margin-top: 0;
	}

	.harmonious .respon-item:first-of-type h2 {
		margin-top: 80px;
	}

	.respon-item img,
	.topology img {
		max-width: 100%;
		margin: 45px auto 0;
		display: block;
	}

	.mt80 {
		margin-top: 80px;
	}

	.mt80 a {
		color: #333;
		margin-top: 10px;
		display: block;
		font-weight: bold;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ditu-layout {
		width: 100%;
		position: relative;
		height: 720px;
	}

	#dituContent {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.ditu-intro {
		width: 21%;
		position: relative;
		z-index: 1300;
		padding-top: 80px;
		height: 560px;
	}

	.ditu-intro select {
		background: #FFFFFF;
		border: 1px solid #DDDDDD;
		box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
		line-height: 40px;
		width: 100%;
		font-size: 14px;
		color: #333;
		text-indent: 1em;
		background-image: url(../images/select1.png);
		background-size: 18px;
		background-repeat: no-repeat;
		background-position: 96%;
	}

	.ditu-provice {
		background: #FFFFFF;
		overflow-y: scroll;
		height: 415px;
		border: 1px solid #DDDDDD;
		margin-top: 15px;
		box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	}

	.ditu-provice a {
		display: block;
		border-bottom: 1px solid #DDDDDD;
		padding: 20px;
		font-size: 14px;
		line-height: 20px;
		color: #999999;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.ditu-provice a h3 {
		font-size: 16px;
		font-weight: bold;
		color: #333;
		margin-bottom: 10px;
	}

	.iw_poi_content {
		font-size: 15px;
		color: #999;
		line-height: 26px;
		margin-top: 10px;
	}

	.contact {
		margin-top: -50px;
	}

	.contact .service-layout .nav-item {
		background: #fff;
		color: #ff0000 !important;
		position: relative;
		overflow: hidden;
	}

	.contact .service-layout .nav-item p a {
		color: #ff0000;
	}

	.nav-item-ewm {
		content: '';
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		transform: scale(0);
		-webkit-transform: scale(0);
		cursor: pointer;
	}

	.nav-item-ewm img {
		max-width: 85%;
		max-height: 85%;
		left: 50%;
		top: 50%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.contact .service-layout .nav-item:hover .nav-item-ewm,
	.am-subfooterdiv .clearfix a:hover .nav-item-ewm {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	.am-subfooterdiv .clearfix a .nav-item-ewm {
		width: 100px;
		height: 100px;
		top: -100px;
		left: -40px;
	}

	.am-subfooterdiv .clearfix a .nav-item-ewm::after {
		content: '';
		border-left: 8px solid transparent;
		border-right: 8px solid transparent;
		border-top: 10.660254px solid #fff;
		width: 0px;
		height: 0px;
		position: absolute;
		bottom: -3px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.questions .tit {
		padding: 0;
		background-image: none;
		margin: 160px auto 40px;
	}

	#message .tit {
		margin: 0;
		padding: 20px 0px 40px;
	}

	.recruit-cont {
		text-align: left;
		color: #000;
		margin-top: 40px;
	}

	.recruit-cont p,
	.process-item h3,
	.scenarios .scenarios-intro h2 {
		font-weight: bold;
	}

	.recruit-item {
		width: 32%;
	}

	.recruit-item input,
	.recruit-item select {
		width: 100%;
		margin-top: 12px;
		color: #AAAAAA;
		text-indent: 1em;
		height: 56px;
		line-height: 56px;
		background: #FFFFFF;
		border: 1px solid #DDDDDD;
	}

	.recruit-item .ant-form-item select {
		background-image: url(../images/select1.png);
		background-size: 20px 12px;
		background-repeat: no-repeat;
		background-position: 94%;
	}

	.recruit-cont:nth-of-type(2) .recruit-item {
		width: 49%;
	}

	.recruit-cont:nth-of-type(2) .recruit-item .flex .ant-form-item {
		width: 48%;
	}


	.recruit-cont label {
		color: #333;
		margin-top: 15px;
		margin-right: 30px;
		display: inline-block;
		vertical-align: top;
	}

	.recruit-cont label input {
		border: 1px solid #DDDDDD;
		width: 16px;
		height: 16px;
		border-radius: 50%;
		margin-right: 12px;
		position: relative;
		margin-top: -2px;
	}

	.recruit-cont label input:checked {
		border: 1px solid #ff0000;
	}

	.recruit-cont label input:checked::after {
		content: '';
		background: #ff0000;
		width: 8px;
		height: 8px;
		position: absolute;
		border-radius: 50%;
		left: 50%;
		top: 50%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.recruit-cont textarea {
		border: 1px solid #DDDDDD;
		height: 280px;
		padding: 20px;
		margin-top: 12px;
		background: #FFFFFF;
		width: 96.5%;
		margin-bottom: 20px;
	}

	.contact-check {
		color: #000;
		display: block;
		text-align: left;
		margin-top: 20px;
	}

	.contact-check input {
		background: #FFFFFF;
		border: 1px solid #DDDDDD;
		width: 20px;
		height: 20px;
		margin-right: 12px;
	}

	.contact-check input:checked {
		background-image: url(../images/true.png);
		background-size: 16px;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #ff0000;
		border: 1px solid #ff0000;
	}

	.contact-form {
		background: #ff0000;
		color: #FFFFFF;
		text-align: center;
		margin: 80px auto 0;
		width: 384px;
		height: 48px;
		line-height: 48px;
		display: block;
		font-weight: bold;
	}

	.hivo-item {
		margin-top: 80px;
		text-align: center;
		width: 25%;
		font-size: 24px;
		color: #000;
	}

	.introduction {
		height: 451px;
		margin-top: 45px;
		background: #F8F8F8;
	}

	.introduction-images {
		width: 42%;
		position: relative;
		height: 100%;
	}

	.introduction-images img {
		max-width: 65%;
		max-height: 65%;
	}

	.introduction-intro {
		width: 50%;
		margin-right: 6%;
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
	}

	.introduction-intro a {
		color: #333;
		padding: 20px 0;
		display: block;
		border-bottom: 1px solid #DDDDDD;
		width: 100%;
		text-align: left;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.introduction-intro a:last-child,
	.problem-intro a:last-child,
	.drives-detail .nav-item:last-child,
	.scenaries .problem-item:last-child {
		border: 0;
	}

	.introduction-intro a span {
		text-align: right;
		float: right;
		color: #ff0000;
	}

	.problem-intro a {
		display: flex;
		justify-content: space-between;
		padding: 40px 0;
		border-bottom: 1px solid #DDDDDD;
		color: #333333;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.problem-intro a h2 i {
		width: 100px;
		display: inline-block;
		vertical-align: middle;
	}

	.problem-intro a:first-of-type {
		margin-top: 20px;
	}

	.product-item {
		width: 18%;
		height: 368px;
		background: #F8F8F8;
		padding: 0px 3%;
		font-size: 24px;
		margin-top: 45px;
		line-height: 35px;
		text-align: left;
		color: #333;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.product-images {
		width: 100%;
		position: relative;
		height: 225px;
	}

	.product-item:hover,
	.select-options a:hover {
		background: #EAF6FF !important;
		box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	}

	.other-hardware {
		margin-top: 21px;
	}

	.other-hardware .product-item {
		margin-top: 24px;
		height: 282px;
		text-align: center;
		width: 20%;
		padding: 0px 2%;
	}

	.other-hardware .product-images {
		height: 200px;
	}

	.hottip {
		font-size: 16px;
		line-height: 30px;
		color: #333333;
	}

	.hottip-intro {
		float: left;
		width: 42%;
		padding-top: 120px;
	}

	.hottip img {
		width: 56%;
		float: right;
	}

	.service-intro .establish-item {
		color: #333;
		text-align: left;
		font-size: 16px;
	}

	.service-intro .establish-item span,
	.other-banner .establish-item span {
		margin-bottom: 15px;
		display: block;
	}

	.service-introduct {
		font-size: 16px;
		line-height: 30px;
		padding: 245px 0px 100px;
		color: #999999;
		background: #F8F8F8;
	}

	.service-introduct-intro {
		float: left;
		width: 49%;
	}

	.service-introduct-intro h3,
	.other-banner .establish-item p,
	.drives-intro h2,
	.equipment-p {
		font-size: 20px;
		color: #333;
		line-height: 40px;
		margin-bottom: 20px;
	}

	.service-introduct img {
		width: 46%;
		float: right;
	}

	.hotline-layout {
		border: 1px solid #E6E6E6;
		height: 280px;
		background-color: #fff;
		align-items: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 1200px;
		bottom: -140px;
		z-index: 2;
	}

	.hotline-images {
		line-height: 130px;
		height: 130px;
		font-size: 36px;
		color: #000;
		font-weight:900;
		white-space: nowrap;
		margin-top: 12px;
	}

	.other-banner .establish-layout {
		background-color: #fff;
		align-items: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 1200px;
		bottom: -84px;
		z-index: 2;
	}

	.other-banner .establish-item {
		height: 167px;
		width: 43.25%;
	}

	.other-banner .establish-item:last-child {
		border-right: 0;
	}

	.repair .solu-intro {
		width: 42%;
		padding: 0px 3%;
	}

	.repair .solu-intro p:nth-of-type(2n) {
		margin-top: 20px;
	}

	.install-layout .establish-item {
		width: 27.25%;
	}

	.install-layout .establish-item p {
		font-size: 16px;
		line-height: 30px;
		margin-top: 30px;
		color: #000000;
	}

	.training-layout {
		background-color: #fff;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 1200px;
		bottom: -101px;
		z-index: 2;
		padding: 30px 0px;
		height: 202px;
		border: 1px solid #E6E6E6;
	}

	.training-layout img {
		width: 140px;
		height: 100%;
		margin: 0px 24px 0px 40px;
	}

	.training-intro {
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-size: 20px;
		color: #333;
		width: 82%;
	}

	.policy-tab {
		width: 240px;
		float: left;
		border-right: 1px solid #DDDDDD;
		position: static;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.policy-tab a {
		position: relative;
		display: block;
		margin-bottom: 30px;
		font-size: 20px;
		color: #333333;
		text-align: right;
		padding-right: 24%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.policy-tab a.active {
		color: #ff0000;
		font-weight: bold;
	}

	.policy-tab a::after {
		content: '';
		position: absolute;
		width: 2px;
		height: 0;
		right: -1px;
		top: 0;
		background: #ff0000;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.policy-tab .active::after {
		height: 100%;
	}

	.policy-tab a:last-child,
	.drives-intro h2 {
		margin-bottom: 0;
	}

	.policy-intro {
		float: right;
		width: 67%;
		color: #666;
	}

	.policy-ht {
		font-size: 32px;
		line-height: 45px;
		margin-bottom: 24px;
		color: #333333;
	}

	.policy-ht1,
	.problem-main h2,
	.scope-layout .nav-item h2,
	.value-layout .nav-item h2,
	.value-layout1 .nav-item h2,
	.process-item h3,
	.value-layout2 .nav-item h2,
	.featured-intro h2,
	.game-item h2,
	.digital h2 {
		font-size: 24px;
		line-height: 35px;
		margin: 30px 0px 20px;
		color: #333333;
	}

	.game-item h2 {
		margin-bottom: 5px;
	}

	.policy-item,
	.policy-table {
		border: 1px solid #E6E6E6;
		width: 100%;
	}

	.policy-item h2 {
		width: 25%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		color: #ff0000;
		font-size: 24px;
		line-height: 36px;
		border-right: 1px solid #E6E6E6;
		height: 118px;
		padding: 0px 4%;
	}

	.policy-item h2 i {
		font-size: 16px;
		color: #666;
	}

	.policy-layout h2 {
		font-size: 20px;
		color: #ff0000;
		margin: 45px 0px 24px;
	}

	.policy-table tr th,
	.policy-table tr td {
		text-align: center;
		padding: 10px;
		border-right: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
	}

	.policy-layout img {
		max-width: 100%;
		margin-top: 20px;
	}

	.drives-layout,
	.download-container .hardware-content .drives-layout .nav-item:nth-of-type(3n) {
		margin-bottom: 24px;
	}

	.drives-layout .nav-item {
		height: 256px;
		width: 31.5%;
		background: #FFFFFF;
		color: #ff0000;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		margin-right: 2.7%;
		float: left;
	}

	#info .drives-layout .nav-item img {
		height: 50px;
		object-fit: contain;
	}

	.drives-layout .nav-item h2 {
		color: #333;
		margin: 22px 0px 38px;
	}

	.download-container .hardware-content .nav-item .base-more {
		color: #ff0000;
		margin: 0;
		line-height: 30px;
		height: auto;
		width: 100%;
		border: 0;
	}

	.download-container .hardware-content .nav-item .base-more:hover i,
	.flex.hardware-intro .solu-layout .solu-intro .base-more:hover i {
		color: #ff0000;
	}

	.download-container .hardware-content .nav-item .base-more:before {
		background: transparent;
	}

	.drives-detail {
		padding: 30px 4.4%;
		background-color: #fff;
	}

	.drives-detail .nav-item {
		padding: 22px 0;
		border-bottom: 1px solid #D9D9D9;
		color: #999;
	}

	.drives-intro {
		width: 70%;
		margin-top: -10px;
		padding-right: 8%;
	}

	.hardware-main .other-hardware .product-item {
		background: #FFFFFF;
	}

	.scope-layout .nav-item {
		height: 232px;
		background: #FFFFFF;
		margin-right: 0;
		width: 43%;
		color: rgba(102, 102, 102, 0.8);
		text-align: left;
		padding: 50px 3% 10px;
	}

	.value-layout,
	.value-layout1,
	.value-layout2 {
		margin-top: 65px;
		border: 1px solid #DDDDDD;
		border-right: 0;
		border-bottom: 0;
	}

	.value-layout .nav-item,
	.value-layout1 .nav-item,
	.value-layout2 .nav-item,
	.expand-service-yb .value-layout1 .nav-item,
	.expand-service-yjsj .value-layout1 .nav-item,
	.expand-service-xywb .value-layout1 .nav-item,
	.expand-service-azbs .value-layout1 .nav-item {
		height: 270px;
		margin: 0;
		width: 43.9%;
		color: rgba(102, 102, 102, 0.8);
		text-align: left;
		padding: 50px 3% 10px;
		border-right: 1px solid #DDDDDD;
		border-bottom: 1px solid #DDDDDD;
	}

	.buy-layout .establish-item,
	.expand-service-yjsj .service-intro .establish-item {
		width: 18.9%;
		height: 180px;
		background-color: #fff;
	}

	.buy-tips {
		color: #999999;
		text-align: center;
		padding-top: 60px;
	}

	.process-intro {
		position: relative;
		margin-top: 55px;
	}

	.process-intro::after {
		content: '';
		background-color: #DDDDDD;
		height: 1px;
		width: 70%;
		position: absolute;
		top: 30px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.process-item {
		width: 33.3%;
		color: rgba(102, 102, 102, 0.8);
		position: relative;
		z-index: 1;
	}

	.process-item h2 {
		width: 61px;
		height: 61px;
		border-radius: 50%;
		display: block;
		margin: 0px auto 24px;
		font-size: 24px;
		line-height: 61px;
		color: #ff0000;
		background: #F2F2F2;
		border: 2px solid #ff0000;
	}

	.process-item p {
		max-width: 80%;
		margin: 0px auto;
	}

	.value-layout1 .nav-item {
		width: 27.23%;
	}

	.value-layout2 .nav-item,
	.expand-service-jsgz .value-layout1 .nav-item {
		width: 27.23%;
		height: 345px;
	}

	.process-intro1 .process-item {
		width: 25%;
	}

	.expand-service-azbs .value-layout1 .nav-item {
		height: 320px;
	}

	/* 10-12新增 */
	.location-descr {
		width: 400px;
		padding: 32px 40px;
		position: relative;
		background: #FFFFFF;
		font-size: 16px;
		line-height: 24px;
		color: #999999;
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	}

	.location-descr::after {
		border-left: 15px solid transparent;
		border-right: 15px solid transparent;
		border-top: 12.660254037844386px solid #fff;
		width: 0px;
		height: 0px;
		content: '';
		position: absolute;
		bottom: -12px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.location-descr h2 {
		font-size: 24px;
		line-height: 42px;
		font-weight: bold;
		color: #333333;
	}

	.location-descr p {
		margin-top: 20px;
	}

	.location-descr img {
		position: absolute;
		right: 15px;
		top: 15px;
		cursor: pointer;
	}

	.amap-icon img {
		object-fit: contain;
	}

	/* 10-14新闻详情新加 */
	.Main-Layout {
		font-size: 16px;
		line-height: 34px;
		color: #999;
	}

	.Main-Layout .article-conent p img,
	.Main-Layout .article-conent img {
		max-width: 100%;
		display: block;
		margin: 15px auto;
	}

	.Main_Layout p {
		text-indent: 2em;
		margin-top: 10px;
	}

	.article-tag {
		margin: 25px 0;
		text-align: center;
	}

	.article-tag span:first-of-type {
		padding-right: 2%;
	}

	.Main-Layouth {
		color: #333333;
		font-size: 26px;
		text-align: center;
		border-bottom: dashed 2px #ddd;
		padding-bottom: 40px;
		margin-bottom: 40px;
		font-weight: bold;
	}

	.select-options {
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		box-shadow: 0 4px 8px 0 rgb(7 9 12 / 8%);
		position: absolute;
		top: 68px;
		width: 100%;
		background-color: #fff;
		padding: 10px 0;
	}

	.select-options a {
		font-size: 16px;
		color: #666;
		padding: 10px 20px;
		text-align: left;
		display: block;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	/* 10-19新加 */
	.other-bannerceter4 {
		top: 13%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		text-align: center;
	}

	.elementary .ecology-item {
		height: 588px;
		width: 24.2%;
	}

	.elementary .ecology-item .ecology-mask {
		text-align: left;
		padding: 30px 9%;
	}

	.elementary .ecology-item h2 {
		font-weight: normal;
		margin-bottom: 10px;
	}

	.elementary .ecology-item.active .ecology-mask h2,
	.elementary .ecology-item.active .ecology-mask p {
		padding: 0;
	}

	.elementary .ecology-item .ecology-mask p:last-child,
	.elementary .ecology-item.active .ecology-mask p:first-of-type,
	.space-classroom-layout .clearfix {
		display: none;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.elementary .ecology-item.active .ecology-mask p:last-child {
		display: block;
	}

	.space-classroom {
		background-color: #f8f8f8;
		margin-top: 120px;
	}

	.space-classroom .wrap {
		position: relative;
	}

	.space-classroom-tab {
		position: absolute;
		top: -63px;
		left: 0;
		width: 100%;
	}

	.space-classroom-tag {
		font-size: 16px;
		line-height: 60px;
		color: #333;
		cursor: pointer;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		padding: 0px 30px;
	}

	.space-classroom-tag h2 {
		/* transition: all .3s ease-out; */
		/* -webkit-transition: all .3s ease-out; */
		font-size: 16px;
	}

	.space-classroom-tag.active h2 {
		border-bottom: 4px solid #ff0000;
		color: #ff0000;
	}

	.space-classroom-tag:first-of-type {
		padding-left: 0;
	}

	.space-classroom-tag p {
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.space-classroom-tag.active p {
		padding-left: 38px;
	}

	.space-classroom-layout {
		padding: 80px 0px 120px;
		font-size: 16px;
		line-height: 30px;
		color: #666;
	}

	.space-classroom-layout p {
		margin: 30px 0px 60px;
	}

	.space-classroom-layout .clearfix:nth-of-type(4) .innovation-mask p {
		margin: 0;
	}

	.space-classroom-item {
		height: 480px;
		width: 32%;
	}

	.space-classroom-layout .innovation-item {
		width: 100%;
		height: 100%;
	}

	.space-classroom-layout .clearfix:first-of-type .space-classroom-item:nth-of-type(2) .innovation-item,
	.space-classroom-layout .clearfix:nth-of-type(4) .space-classroom-item:nth-of-type(2) .innovation-item {
		height: 48%;
	}

	.space-classroom-layout .clearfix:first-of-type .space-classroom-item:nth-of-type(2) .innovation-item:last-child,
	.space-classroom-layout .clearfix:nth-of-type(4) .space-classroom-item:nth-of-type(2) .innovation-item:last-child {
		margin-top: 5%;
	}

	.space-classroom-layout .innovation-item img {
		object-fit: fill;
	}

	.space-classroom-layout .innovation-mask {
		padding: 0 30px;
		width: 84%;
		background: transparent;
	}

	.space-classroom-layout .innovation-mask h2,
	.scenarios-intro h2 {
		font-size: 28px;
		margin: 30px 0;
	}

	.space-classroom-layout .innovation-mask h2 {
		font-size: 24px;
		font-weight: normal;
	}

	.space-classroom-layout .clearfix:nth-of-type(2) .innovation-item:last-child,
	.space-classroom-layout .clearfix:nth-of-type(3) .innovation-item:last-child {
		width: 100%;
	}

	.nationwide-images {
		float: right;
		width: 58%;
		margin-top: 9%;
	}

	.nationwide-intro {
		float: left;
		width: 40%;
	}

	.nationwide-intro span {
		display: block;
		padding-top: 55%;
		font-size: 20px;
		color: #333;
		line-height: 40px;
	}

	.nationwide-intro span em,
	.realistic h2 i {
		color: #ff0000;
	}

	.application-case .innovation-item {
		height: 230px;
		margin-top: 12px;
		width: 19%;
		margin-right: 1.2%;
	}

	.application-case .innovation-item h2 {
		position: absolute;
		font-size: 18px;
		bottom: 0;
		margin: 18px;
		z-index: 1;
	}

	.application-case .innovation-item::after {
		content: '';
		padding: 25% 10%;
		position: absolute;
		bottom: 0;
		left: 0;
		background: linear-gradient(180deg, rgba(50, 55, 62, 0) 30.34%, rgba(13, 27, 46, 0.5) 100%);
		width: 80%;
	}

	.application-case .innovation-item::before {
		content: '';
		background: rgba(29, 112, 242, 0.9);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		transform: translateY(100%);
		-webkit-transform: translateY(100%);
		z-index: 1;
	}

	.application-case .innovation-item:hover::before {
		transform: none;
	}

	.application-case .innovation-item:hover h2 {
		bottom: initial;
		top: 0;
	}

	.application-case-tit {
		font-size: 16px;
		color: #fff;
		position: absolute;
		bottom: 0;
		margin: 18px;
		line-height: 24px;
		opacity: 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		z-index: 1;
	}

	.application-case .innovation-item:hover .application-case-tit {
		opacity: 1;
	}

	.influence {
		min-height: 560px;
		color: #fff;
	}

	.influence .tit {
		color: #fff;
		font-weight: normal;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
	}

	.influence-item {
		width: 50%;
		color: #fff;
		text-align: center;
		padding-top: 100px;
	}

	.influence-item:last-child {
		text-align: right;
		padding-top: 130px;
		width: 100%;
	}

	.influence-item h3 {
		font-size: 80px;
		font-weight: bold;
		line-height: 52px;
		margin-top: 20px;
	}

	.influence-item h3 i,
	.environment h2 {
		font-size: 24px;
		font-weight: normal;
	}

	.influence-item h3 i {
		display: block;
		font-size: 16px;
		margin-top: 10px;
	}

	.space-classroom-layout .clearfix:nth-of-type(4) .innovation-mask {
		padding: 26px;
		width: 87%;
		background: linear-gradient(180deg, rgba(50, 55, 62, 0) 30.34%, rgba(13, 27, 46, 0.7) 100%);
		font-size: 16px;
		line-height: 30px;
	}

	.space-classroom-layout .clearfix:nth-of-type(4) .innovation-mask .innovation-tit {
		transition: all .5s ease-out;
		position: absolute;
		bottom: 0;
		-webkit-transition: all .5s ease-out;
	}

	.innovation-mask-copy {
		transition: all .5s ease-out;
		-webkit-transition: all .5s ease-out;
		opacity: 0;
		transform: translateY(100px);
		-webkit-transform: translateY(100px);
		-moz-transform: translateY(100px);
		-ms-transform: translateY(100px);
		-o-transform: translateY(100px);
	}

	.innovation-item:hover .innovation-tit {
		opacity: 0;
		-webkit-animation: faIn1 .3s 0.5s linear forwards;
		-ms-animation: faIn1 .3s 0.5s linear forwards;
		-moz-animation: faIn1 .3s 0.5s linear forwards;
		-o-animation: faIn1 .3s 0.5s linear forwards;
	}

	@keyframes faIn1 {
		0% {
			visibility: hidden;
		}

		100% {
			visibility: hidden;
		}
	}

	.innovation-item:hover .innovation-mask-copy {
		animation: faIn .3s 0.5s linear forwards;
		-webkit-animation: faIn .3s 0.5s linear forwards;
		-moz-animation: faIn .3s 0.5s linear forwards;
		-ms-animation: faIn .3s 0.5s linear forwards;
		-o-animation: faIn .3s 0.5s linear forwards;
	}

	@keyframes faIn {
		0% {
			opacity: 0;
			-moz-opacity: 0;
			-ms-opacity: 0;
			transform: translateY(100px);
			-webkit-transform: translateY(100px);
			-moz-transform: translateY(100px);
			-ms-transform: translateY(100px);
		}

		100% {
			opacity: 1;
			-moz-opacity: 1;
			-ms-opacity: 1;
			-webkit-transform: none;
			-moz-transform: none;
			-ms-transform: none;
		}
	}

	.preschool {
		margin-top: 36px;
	}

	.preschool .newcenter-item {
		margin-top: 24px;
	}

	.preschool .newcenter-item h2 {
		background-color: #f8f8f8;
		font-size: 16px;
		padding: 0px 6%;
	}

	.kindergarten-images {
		float: right;
		max-width: 54.4%;
	}

	.kindergarten-intro {
		color: #666;
		width: 45%;
		height: 100%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		position: absolute;
		left: 0;
	}

	.kindergarten-intro h2,
	.tit2 {
		font-size: 28px;
		line-height: 42px;
		margin-bottom: 30px;
		color: #333333;
	}

	.kindergarten-intro h2 i {
		display: block;
		color: #ff0000;
	}

	.information {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		min-height: 520px;
		padding-top: 120px;
		font-size: 16px;
		line-height: 30px;
		color: #999999;
		position: relative;
	}

	.information-layout {
		width: 1200px;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		bottom: -80px;
		height: 160px;
	}

	.information-item {
		width: 23%;
		background-color: #fff;
		height: 100%;
		color: #333333;
		padding: 0px 4.5%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		text-align: center;
	}

	.information-item p strong {
		font-weight: normal;
	}

	.information-item img {
		display: block;
		margin: 0px auto 10px;
		height: 50px;
		max-width: 100%;
		object-fit: contain;
	}

	.featured-intro {
		position: absolute;
		right: 0;
		display: flex;
		justify-content: center;
		flex-direction: column;
		height: 100%;
		width: 38%;
		padding: 0px 6%;
		color: #666666;
		/* background-image: url(../images/pres-icon3.png);
		background-size: 51px 47px;
		background-repeat: no-repeat;
		background-position: 92% 88%; */
	}

	.featured-tab {
		width: 77%;
		padding: 10% 0 12px;
		margin-bottom: 15px;
		border-bottom: 1px solid #ededed;
	}

	.featured-tab span,
	.featured-tab a {
		position: relative;
		color: #bbbbbb;
		margin-right: 10%;
		cursor: pointer;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.featured-tab span.active,
	.featured-tab a.active,
	.tit3 strong,
	.digital h3 strong,
	.still-center h2 i,
	.suspended a.active {
		color: #ff0000 !important;
		font-weight: normal;
	}

	.featured-tab span.active:after,
	.featured-tab a.active::after {
		content: '';
		width: 100%;
		height: 3px;
		background: #ff0000;
		position: absolute;
		bottom: -18px;
		left: 0;
	}

	.featured-div {
		width: 77%;
		display: none;
		color: #999;
	}

	.featured-layout {
		margin-top: 60px;
	}

	/* .pub-solution .featured-tab {
		width: 85%;
		padding-bottom: 0;
	} */

	/* .pub-solution .featured-tab span.active {
		background: #ff0000;
		color: #fff !important;
	}

	.pub-solution .featured-tab span.active::after {
		width: 0;
	} */

	/* .pub-solution .featured-tab span {
		width: 100px;
		height: 36px;
		background-color: #ededed;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		color: #999999;
		margin-right: 4px;
		line-height: 36px;
		font-weight: bold;
	} */

	.game-item {
		width: 32%;
		height: 180px;
		background-color: #f8f8f8;
		position: relative;
		text-align: center;
		margin-top: 90px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.game-item img {
		width: 80px;
		height: 80px;
		display: block;
		margin: 0px auto -40px;
		position: relative;
		top: -40px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.game-item:hover {
		transform: scale(1.02);
		-webkit-transform: scale(1.02);
		background-color: rgba(29, 112, 242, 0.8);
		color: #fff;
	}

	.game-item:hover h2 {
		color: #fff;
	}

	/* 	.game-item:hover img {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
	} */

	.scenarios {
		background-image: url(../images/add-bk.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.scenarios .featured-tab {
		width: 100%;
		padding-top: 60px;
		display: flex;
		justify-content: space-between;
	}

	.scenarios .featured-tab a {
		color: #333333;
		margin-right: 5%;
	}

	.scenarios .featured-tab a.active:after {
		bottom: -12px;
	}

	.scenarios-layout {
		width: 100%;
		margin-top: 65px;
		position: relative;
	}

	.scenarios-images {
		float: right;
		max-width: 50%;
	}

	.scenarios-intro {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 41%;
		color: #666666;
	}

	.scenarios-intro img {
		max-width: 80px;
	}

	.features .scope-layout .nav-item {
		margin-top: 24px;
		height: 260px;
		line-height: 28px;
	}

	.other-banner-news {
		width: auto;
		height: 48px;
		line-height: 48px;
		font-size: 18px;
		text-align: center;
		color: #ff0000;
		margin: 15px auto 0;
		/* border: solid 2px #ff0000; */
	}

	.tit3 {
		text-align: center;
		font-size: 48px;
		line-height: 60px;
		letter-spacing: 2px;
		color: #333333;
	}

	.routine .innovation-item {
		height: 380px;
		width: 49%;
		margin-top: 20px;
	}

	.routine .innovation-mask h2 {
		text-align: center;
		color: #fff;
		margin: 0;
	}

	.digital {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		min-height: 890px;
		padding-top: 70px;
		font-size: 16px;
		text-align: center;
		line-height: 30px;
		color: #666;
		position: relative;
	}

	.digital h3,
	.elegant .kindergarten-intro h2,
	.still-center h2,
	.scenaries h2 {
		font-size: 36px;
		color: #333333;
		line-height: 48px;
		margin-bottom: 25px;
	}

	.elegant .kindergarten-intro h2 i {
		display: inline-block;
	}

	.elegant .kindergarten-images,
	.connecting .kindergarten-images,
	.equipment .kindergarten-images {
		max-width: 56%;
	}

	.elegant1 .kindergarten-images,
	.connecting1 .kindergarten-images,
	.equipment .kindergarten-images,
	.flexible1 .kindergarten-images {
		float: left;
	}

	.elegant1 .kindergarten-intro,
	.connecting1 .kindergarten-intro,
	.equipment .kindergarten-intro,
	.flexible1 .kindergarten-intro {
		right: 0;
		left: initial;
		width: 36%;
	}

	.equipment-item1 .kindergarten-intro {
		width: 45%;
		left: 0;
	}

	.equipment-item1 .kindergarten-images {
		float: right;
	}

	.equipment-item {
		margin-bottom: 310px;
	}

	.equipment-item:last-child {
		margin-bottom: 0;
	}

	.equipment-item:first-of-type {
		margin-top: 110px;
	}

	.equipment-item .kindergarten-intro h2 {
		color: #fff;
	}

	.commitment .information-item {
		background-color: #f8f8f8;
		height: 157px;
		margin-top: 15px;

		text-align: left;
	}

	.commitment .information-item h2 i {
		display: block;
		color: #999999;
		font-size: 16px;
	}

	.still {
		position: relative;
		width: 87.5%;
		margin: 120px auto 0;
	}

	.still-center {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 14.2%;
	}

	.suspended {
		height: 50px;
		line-height: 50px;
		background-color: #ffffff;
		border-top: 1px solid #ededed;
		font-size: 16px;
		color: #999;
	}

	.suspended .fr a,
	.suspended .fl a {
		font-size: 14px;
		color: #999;
		padding: 0px 12px;
	}

	.zhhb-suspended .fr a {
		border-radius: 25px;
		border: 1px solid #ff0000;
		float: left;
		color: #ff0000;
		text-align: center;
		line-height: 28px;
		cursor: pointer;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		margin-top: 10px;
	}

	.zhhb-suspended .fr a:hover {
		color: #fff;
		background-color: #ff0000;
		border: 1px solid #ff0000;
	}

	.suspended .fr a.suspended-more {
		width: 90px;
		height: 26px;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		line-height: 26px;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
	}

	.scenaries .swiper-container {
		padding-bottom: 75px;
		margin-top: 65px;
	}

	.scenaries .swiper-pagination-bullet {
		width: 12px;
		height: 12px;
		background-color: #e5e5e5;
		opacity: 1;
		margin: 0px 10px !important;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.scenaries .swiper-pagination-bullet-active {
		width: 16px;
		height: 16px;
		background-color: #ff0000;
	}

	.scenaries .problem-tab {
		width: 20%;
		background-color: transparent;
		height: auto;
	}

	.scenaries .problem-tab h2 {
		cursor: pointer;
		color: #999999;
		font-size: 20px;
		line-height: 68px;
		margin-bottom: 0;
		position: relative;
		text-align: left;
		padding-left: 50px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.scenaries .problem-tab h2.active {
		background-color: #fff;
	}

	.scenaries .problem-tab h2::after {
		content: '';
		width: 4px;
		height: 0;
		background-color: #ff0000;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 30px;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.scenaries .problem-tab h2.active::after {
		height: 20px;
	}

	.scenaries .problem-content {
		height: auto;
		width: 80%;
	}

	.scenaries .problem-item {
		padding: 10px 0;
		margin: 0px 4%;
		color: #333;
		line-height: 48px;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #ededed;
		background-color: #fff;
	}

	.scenaries .problem-item h2 {
		font-size: 16px;
		margin: 0;
		font-weight: bold;
		width: 30%;
	}

	.scenaries .problem-item p {
		width: 70%;
	}

	.official-item {
		width: 33.3%;
		font-size: 18px;
		text-align: center;
		color: #333;
		margin: 40px 0;
		position: relative;
	}

	.official-item img {
		height: 88px;
		margin-bottom: 15px;
	}

	.official-item::after {
		content: '';
		width: 1px;
		height: 48px;
		background-color: #cccccc;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		right: 0;
	}

	.official-item:last-child::after {
		width: 0;
	}

	.environment {
		background-image: url(../images/mac-img6.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 800px;
		font-size: 16px;
		text-align: center;
		line-height: 28px;
		width: 100%;
		color: #dddddd;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.control {
		text-align: center;
		padding: 100px 0px 200px;
		font-size: 16px;
		line-height: 28px;
		color: #dddddd;
		background-image: linear-gradient(-90deg, rgba(0, 5, 10, 0.9) 0%, rgba(0, 7, 20, 0.9) 100%), linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
		background-blend-mode: normal, normal;
	}

	.control h3 {
		font-size: 30px;
		margin-top: 40px;
		color: #ff0000;
	}

	.control span {
		display: block;
		font-size: 20px;
		color: #fff;
		line-height: 38px;
	}

	.variety {
		padding: 30px 0px 100px;
		font-size: 16px;
		line-height: 28px;
		color: #dddddd;
		background-image: linear-gradient(-90deg, rgba(0, 5, 10, 0.9) 0%, rgba(0, 7, 20, 0.9) 100%), linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
		background-blend-mode: normal, normal;
	}

	.variety img {
		float: right;
		width: 64.4%;
	}

	.variety-intro {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 32%;
		left: 0;
	}

	.variety-intro h2,
	.upgrade h3 i {
		font-size: 30px;
		color: #fff;
		line-height: 48px;
		margin-bottom: 40px;
	}

	.wonderful {
		background-image: url(../images/mac-img7.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		padding: 100px 0px 125px;
		background-color: #002d69;
	}

	.wonderful-intro {
		padding-top: 180px;
	}

	.wonderful-item {
		width: 48.3%;
		margin-top: 65px;
	}

	.wonderful-item img {
		width: 100%;
		margin-bottom: 30px;
	}

	.cognition {
		padding: 180px 0 0;
		background-image: none;
		background-color: #000;
	}

	.cognition-intro {
		margin-top: 84px;
		padding-bottom: 205px;
		position: relative;
	}

	.cognition-div {
		position: absolute;
		top: 27%;
		left: 0;
		text-align: left;
	}

	.control .cognition-div h3 {
		color: #fff;
		margin: 0px auto 20px;
		line-height: 48px;
	}

	.cognition-div1 {
		position: absolute;
		right: 3%;
		bottom: 10%;
		font-size: 14px;
		color: rgba(221, 221, 221, 0.5);
		text-align: left;
	}

	.fearless {
		background-image: url(../images/mac-img8.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top;
		background-color: #000;
		padding: 55% 0 150px;
		margin-top: -18%;
	}

	.fearless-intro {
		position: relative;
		margin-top: 155px;
	}

	.fearless-intro img {
		float: right;
		width: 75%;
	}

	.cognition-div2 {
		transform: none;
		left: initial;
		right: 3%;
		top: -5%;
	}

	.unlimited img {
		margin-top: 110px;
	}

	.education {
		font-size: 24px;
		color: rgba(255, 255, 255, 0.3);
		line-height: 42px;
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.education-tit,
	.education-frame,
	.realistic h2,
	.continuous h2,
	.other-bannerceter5 {
		font-size: 48px;
	}

	.education-tit,
	.education-frame {
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	@keyframes fadetit {
		0% {
			opacity: 0;
			transform: translateY(-15px);
		}

		100% {
			opacity: 1;
			transform: none;
		}
	}

	.realistic h2 {
		line-height: 60px;
		letter-spacing: 2px;
		color: #fff;
	}

	.education-frame h2 {
		font-size: 30px;
		color: #ff0000;
	}

	.education-frame h2,
	.education-frame p,
	.education-frame img,
	.mod-tit p {
		opacity: 0;
	}

	.education p {
		opacity: 0;
	}

	.education-tit.active,
	.education-frame.active h2,
	.education-frame.active p,
	.education-frame.active img {
		animation: fadetit 1s 1s both;
	}

	.education p.active,
	.mod-tit p.active {
		animation: fadein 1s 1s both;
	}

	.mod-images1.active {
		animation: fadein1 1s 1s both;
	}

	.education p.t2.active,
	.education-frame.active p,
	.mod-tit p.t2.active {
		animation: fadein 1s 1.2s both;
	}

	.education p.t3.active,
	.education-frame.active img:first-of-type {
		animation: fadein 1s 1.5s both;
	}

	.education p.t4.active,
	.education-frame.active img:last-child {
		animation: fadein 1s 1.8s both;
	}

	.education p.t5.active {
		animation: fadein 1s 2.1s both;
	}

	.education p.t6.active {
		animation: fadein 1s 2.4s both;
	}


	@keyframes fadein {
		0% {
			opacity: 0;
			transform: translateY(-15px);
		}

		100% {
			opacity: 1;
			transform: none;
		}
	}

	@keyframes fadein1 {
		0% {
			opacity: 0;
			transform: translate(-50%, -15px);
		}

		100% {
			opacity: 1;
			transform: translateX(-50%);
		}
	}

	.reshape {
		padding-top: 100px;
		min-height: 860px;
		text-align: center;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		font-size: 30px;
		line-height: 48px;
		color: #666666;
	}

	.reshape span {
		width: 120px;
		height: 36px;
		line-height: 36px;
		font-size: 16px;
		display: block;
		margin: 20px auto;
		color: #ff0000;
		border-radius: 18px;
		border: solid 2px #ff0000;
	}

	.realistic {
		padding-bottom: 120px;
		background-image: linear-gradient(75deg, rgba(13, 17, 20, 0.5) 0%, rgba(40, 49, 60, 0.5) 100%), linear-gradient(rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.9));
	}

	.realistic-intro {
		margin: 100px 0 180px;
		position: relative;
	}

	.realistic-intro img {
		width: 92.7%;
		float: right;
		margin-right: -22%;
	}

	.realistic .cognition-div {
		top: 50%;
	}

	.realistic-tab {
		text-align: center;
		font-size: 0;
		margin: 75px auto 40px;
	}

	.control .realistic-tab span {
		cursor: pointer;
		font-size: 16px;
		display: inline-block;
		padding: 0px 25px 16px;
		position: relative;
		margin: 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		color: #dddddd;
		border-bottom: 2px solid rgba(255, 255, 255, 0.2);
	}

	.control .realistic-tab span.active {
		color: #ffffff;
		border-bottom: 2px solid rgba(255, 255, 255, 1);
	}

	.protection {
		position: relative;
		margin: 80px 0px;
	}

	.protection .wrap {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: 5%;
		width: 62.5%;
		height: 92%;
		overflow: hidden;
	}

	.continuous {
		background-image: url(../images/gen-img7.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 780px;
		padding-top: 180px;
		font-size: 16px;
		text-align: center;
		line-height: 28px;
		color: #dddddd;
	}

	.continuous h3 {
		font-size: 36px;
		color: #ff0000;
		margin: 15px 0px 45px;
	}

	.other-bannerceter5 {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		text-align: center;
		color: #fff;
		right: 18.9%;
		z-index: 2;
		line-height: 52px;
	}

	.other-bannerceter5 a {
		width: 120px;
		height: 36px;
		border-radius: 18px;
		/* border: solid 2px #ff0000; */
		font-size: 16px;
		text-align: center;
		line-height: 36px;
		display: none;
		color: #fff;
		margin: 25px auto 0;
		cursor: pointer;
	}

	.connecting {
		background-image: url(../images/inf-bk.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 100px;
		min-height: 760px;
		font-size: 16px;
		line-height: 30px;
	}

	.connecting .kindergarten-intro {
		color: #999999;
	}

	.connecting1,
	.connecting2 {
		padding: 160px 0;
		min-height: auto;
	}

	.connecting .kindergarten-intro h2 i,
	.equipment-item .kindergarten-intro h2 i {
		font-size: 34px;
	}

	.equipment {
		padding: 100px 0px 160px;
		background-image: linear-gradient(180deg, rgba(32, 39, 47, 0.9) 0%, rgba(0, 0, 0, 1) 100%);
		background-blend-mode: normal, normal;
	}

	.equipment .kindergarten-intro {
		font-size: 16px;
		line-height: 30px;
		color: #ddd;
	}

	.equipment-tag {
		/* background-image: url(../images/inf-bk.png); */
		line-height: 46px;
		font-size: 16px;
		/* color: #1a66dd; */
		/* padding: 0px 18px; */
		/* background-size: 100% 100%; */
		/* background-repeat: no-repeat; */
		/* background-position: center; */
		margin-bottom: 10px;
		display: inline-block;
		text-align: center;
		margin-right: 20px;
	}

	.upgrade {
		padding-top: 100px;
		min-height: 860px;
		text-align: center;
		background-image: url(../images/inf-bk1.jpg);
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		font-size: 16px;
		line-height: 30px;
		color: #ddd;
	}

	.upgrade h3 {
		font-size: 36px;
		color: #ff0000;
		margin: 60px 0px 30px;
		line-height: 52px;
	}

	.infrared {
		padding: 50px 0px 400px;
		text-align: left;
		background-image: url(../images/inf-bk2.jpg);
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		font-size: 16px;
		line-height: 30px;
		color: #ddd;
	}

	.infrared-intro {
		margin-top: 500px;
		text-align: center;
	}

	.infrared-intro h2 {
		font-size: 36px;
		color: #ff0000;
		margin: 30px 0px;
		line-height: 52px;
	}

	.teachingbar {
		background-image: url(../images/int-bk.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 770px;
		padding-top: 190px;
		font-size: 16px;
		text-align: center;
		line-height: 28px;
		color: #dddddd;
	}

	.flexible1 {
		margin-top: 180px;
	}

	.flexible .kindergarten-intro {
		color: #ddd;
	}

	.flexible .kindergarten-intro h2 {
		color: #fff;
	}

	.pickup {
		background-image: url(../images/int-bk3.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		color: #ddd;
		padding: 100px 0px 150px;
		font-size: 16px;
		text-align: center;
		line-height: 30px;
	}

	.pickup-intro {
		position: relative;
		width: 74%;
		margin: 240px auto 0;
	}

	.pickup-base {
		position: absolute;
		width: 21.6%;
		opacity: 0;
		animation: scale_3NRsV 2.5s linear infinite;
		top: -14%;
		left: 21%;
	}

	.pickup-move1 {
		left: 39%;
	}

	.pickup-move2 {
		left: 57%;
	}

	@keyframes scale_3NRsV {
		0% {
			opacity: 0.7;
			transform: scale(0.8);
		}

		100% {
			transform: scale(1.5);
			opacity: 0;
		}
	}

	.panoramic-images {
		width: 100%;
		margin: 90px auto 265px;
	}

	.panoramic-more {
		width: 120px;
		height: 36px;
		border-radius: 18px;
		border: solid 2px #ff0000;
		font-size: 16px;
		text-align: center;
		line-height: 36px;
		display: block;
		margin: 35px auto 170px;
		color: #ff0000;
	}

	.mod-banner {
		background-color: #000;
		min-height: 960px;
		font-size: 36px;
		line-height: 62px;
		color: #ffff;
	}

	.mod-images {
		max-width: 100%;
		max-height: 100%;
		left: 50%;
		top: 50%;
		position: absolute;
		opacity: 0;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.mod-images.active {
		animation: scalce 3s 1s both;
		-webkit-animation: scalce 3s 1s both;
	}

	.mod-images.nor {
		animation: fadeout .5s 1s both;
		-webkit-animation: fadeout .5s 1s both;
	}

	@keyframes scalce {
		0% {
			opacity: 0;
			max-width: 0;
		}

		100% {
			opacity: 1;
			max-width: 100%;
		}
	}

	@keyframes fadeout {
		0% {
			opacity: 1;
			max-width: 100%;
		}

		100% {
			opacity: 0;
		}
	}

	.mod-tit {
		position: absolute;
		top: 18.7%;
		text-align: center;
		width: 100%;
		z-index: 1;
	}

	.mod-images1 {
		width: 39.5%;
		opacity: 0;
		position: absolute;
		top: 37%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.exploration {
		position: relative;
		padding: 0 6% 0;
		height: 100vh;
		background-color: #000;
		font-size: 16px;
		line-height: 30px;
		color: #ffffff;
		text-align: center;
		overflow: hidden;
	}

	.screen {
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 87%;
		position: absolute;
	}

	.screen img {
		width: 100%;
		height: auto;
	}

	.exploration-tit {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 100%;
		left: 0;
		opacity: 0;
	}

	.collision {
		padding: 100px 0px 120px;
		text-align: center;
		font-size: 30px;
		line-height: 48px;
		color: #ff0000;
	}

	.collision .tit3 {
		margin-top: 20px;
	}

	.collision-item {
		width: 48%;
		font-size: 16px;
		line-height: 30px;
		color: #999999;
		text-align: center;
		margin-top: 90px;
	}

	.collision-item h2 {
		font-size: 24px;
		margin: 30px auto 10px;
		color: #333;
	}

	.collision-images {
		height: 360px;
		width: 100%;
		overflow: hidden;
	}

	.collision-images img {
		width: 100%;
		height: 100%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.definition span,
	.uniform span {
		display: block;
		margin-top: 35px;
		color: #dddddd;
		font-size: 16px;
		line-height: 30px;
	}

	.definition-intro {
		position: relative;
		width: 100%;
		margin: 80px auto 0;
		overflow: hidden;
	}

	.definition-screen {
		width: 100%;
	}

	.definition-tit {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 0;
		width: 100%;
		font-size: 16px;
		line-height: 30px;
		color: #dddddd;
		text-align: center;
	}

	.definition-tit img,
	.ignite img {
		margin: 60px auto 0;
		max-width: 100%;
	}

	.uniform {
		background-image: url(../images/mod-bk.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		padding-bottom: 100px;
		background-color: #000;
	}

	.uniform img {
		width: 100%;
		margin: 60px auto;
	}

	.definition-images1 {
		margin-top: 90px;
	}

	.system-item {
		width: 49%;
		height: 380px;
		padding: 50px 0;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		color: #666666;
		background-color: #f2f2f2;
		margin-top: 80px;
	}

	.system-item:first-of-type img {
		max-width: 100%;
		height: 277px;
		display: block;
		margin: 20px auto 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.system-item .flex {
		margin: 70px 6.7% 0;
		height: 64%;
		width: auto;
	}

	.system-flex {
		width: 48%;
		background-color: #fff;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.system-flex img {
		max-width: 100%;
		max-height: 100%;
		left: 50%;
		top: 50%;
		position: absolute;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.system-flex:first-of-type:before {
		content: '';
		background-image: -moz-linear-gradient(-36deg, rgb(0, 204, 146) 0%, rgb(82, 235, 192) 100%);
		background-image: -webkit-linear-gradient(-36deg, rgb(0, 204, 146) 0%, rgb(82, 235, 192) 100%);
		background-image: -ms-linear-gradient(-36deg, rgb(0, 204, 146) 0%, rgb(82, 235, 192) 100%);
		width: 100%;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.system-flex:last-child:before {
		content: '';
		background-image: -moz-linear-gradient(-120deg, rgb(0, 121, 217) 0%, rgb(148, 203, 247) 100%);
		background-image: -webkit-linear-gradient(-120deg, rgb(0, 121, 217) 0%, rgb(148, 203, 247) 100%);
		background-image: -ms-linear-gradient(-120deg, rgb(0, 121, 217) 0%, rgb(148, 203, 247) 100%);
		width: 100%;
		height: 0;
		position: absolute;
		left: 0;
		top: 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.system-flex:hover:before {
		height: 100%;
	}

	.ignite {
		background-image: url(../images/mod-bk.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		color: #ddd;
		padding-top: 130px;
	}

	.ignite .tit3 {
		color: #fff;
		margin-bottom: 40px;
	}

	.img-box {
		width: 100%;
		height: 100%;
	}

	.part-l {
		position: absolute;
		width: 50%;
		height: 100%;
		overflow: hidden;
		z-index: 1;
		transition: all .8s ease-out;
		-webkit-transition: all .8s ease-out;
	}

	.part-r {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		transition: all .8s ease-out;
		-webkit-transition: all .8s ease-out;
	}

	.toolbar {
		position: absolute;
		height: 100%;
		left: 0;
		top: 0;
		background-color: rgba(0, 0, 0, 0.1);
		z-index: 3;
		transition: all 2s ease-out;
		-webkit-transition: all 2s ease-out;
		width: 2px;
	}

	.toolbar.active,
	.analysis .featured-tab {
		width: 100%;
	}

	.analysis {
		padding-top: 160px;
	}

	.analysis .featured-tab {
		padding-top: 0;
		font-size: 0;
		margin-bottom: 60px;
	}

	.analysis .featured-tab span {
		margin: 0;
		display: inline-block;
		vertical-align: top;
		font-size: 16px;
		text-align: center;
		color: #333;
	}

	.analysis .featured-tab span.active:after {
		bottom: -12px;
	}

	.analysis .nav-content {
		color: #666;
	}

	.analysis .nav-content .tit2 {
		font-weight: bold;
	}

	.analysis .nav-content:first-of-type .flex {
		border: solid 1px #ededed;
		margin-top: 60px;
		border-right: 0;
	}

	.analysis-item {
		width: 20%;
		padding: 48px 2%;
		border-right: solid 1px #ededed;
	}

	.analysis-item img {
		height: 48px;
	}

	.analysis-item h2 {
		font-size: 20px;
		margin: 50px auto 28px;
		line-height: 36px;
		font-weight: bold;
		color: #ff0000;
	}

	.analysis-item span {
		display: block;
		margin-bottom: 6px;
	}

	.safety-item {
		width: 32%;
		margin-top: 60px;
		text-align: center;
		position: relative;
	}

	.safety-item h2,
	.safety-item img,
	.safety-item p {
		position: relative;
		z-index: 1;
	}

	.safety-item h2 {
		line-height: 36px;
	}

	.safety-item::after {
		content: '';
		background-image: url(../images/add-bk.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		bottom: -22px;
		width: 100%;
		height: 240px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.safety-item:last-child::before {
		content: '';
		background-image: url(../images/voca-jt1.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		width: 40px;
		top: 25px;
		height: 21px;
		left: -32px;
	}

	.safety-item:nth-of-type(2)::before {
		content: '';
		background-image: url(../images/voca-jt.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		width: 40px;
		top: 25px;
		height: 21px;
		left: -32px;
	}

	.affairs-item {
		width: 32%;
		height: 360px;
		margin-top: 100px;
		color: #1abcfa;
		text-align: center;
		position: relative;
		background-color: #e1f2f8;
	}

	.affairs-item:nth-of-type(2) {
		background-color: #f8f0e2;
		color: #f4ab21;
	}

	.affairs-item:nth-of-type(2) p i,
	.affairs-item:nth-of-type(2) h2 {
		background-color: #f4ab21;
	}

	.affairs-item:nth-of-type(3) {
		background-color: #def3d5;
		color: #76bc5c;
	}

	.affairs-item:nth-of-type(3) p i,
	.affairs-item:nth-of-type(3) h2 {
		background-color: #76bc5c;
	}

	.affairs-item img {
		width: 84px;
		height: 84px;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: -42px;
	}

	.affairs-item h2 {
		width: 120px;
		height: 36px;
		font-size: 24px;
		line-height: 36px;
		background-color: #1abcfa;
		border-radius: 18px;
		text-align: center;
		color: #fff;
		margin: 75px auto 35px;
	}

	.affairs-tag {
		width: 72%;
		margin: 0px auto;
	}

	.affairs-tag p {
		width: 50%;
		margin-bottom: 5px;
		text-align: left;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.affairs-tag p:nth-of-type(2n) {
		padding-left: 10%;
		width: 40%;
	}

	.affairs-tag p i {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		display: inline-block;
		vertical-align: middle;
		background: #1abcfa;
		margin-right: 8px;
	}

	.scheme-images {
		margin: 90px auto 0;
		max-width: 100%;
	}

	.layer-content {
		background-color: #fff;
		box-shadow: 1px 1px 50px rgb(0 0 0 / 30%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		position: fixed;
		right: 20px;
		bottom: 0;
		z-index: 200;
		width: 600px;
		height: 500px;
		transform: translateY(200%);
		-webkit-transform: translateY(200%);
	}

	.layer-content.active {
		transform: none;
		-webkit-transform: none;
	}

	.layer-message {
		background-color: #eee;
		overflow: auto;
		height: 100%;
		padding: 20px;
	}

	.layer-input {
		border-top: 1px solid #e1e3e6;
		background-color: #fbfbfb;
		padding-bottom: 8px;
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
	}

	.layer-input textarea {
		width: 96%;
		height: 60px;
		font-size: 16px;
		line-height: 32px;
		color: #333;
		vertical-align: bottom;
		transition: all .3s, height 0s;
		margin: 20px 2%;
	}

	.layer-input button {
		color: #fff;
		font-size: 14px;
		text-align: center;
		line-height: 32px;
		background: #ff0000;
		border-radius: 3px;
		text-shadow: 0 -1px 0 rgb(0 0 0 / 12%);
		box-shadow: 0 2px 0 rgb(0 0 0 / 5%);
		resize: none;
		outline: navajowhite;
		border: 0;
		padding: 0px 15px;
		float: right;
		margin-right: 10px;
	}

	.layer-close {
		background-image: url(../images/close.png);
		background-size: 12px 14px;
		background-repeat: no-repeat;
		background-position: center;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		position: absolute;
		background-color: #ff0000;
		right: -15px;
		top: -15px;
		cursor: pointer;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.layer-close:hover {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.support-bannercentr .other-bannerceter1 {
		height: 77%;
	}

	.support-bannercentr .search-popup-layout {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.industry-contect {
		margin-top: 60px;
		border: solid 1px #ededed;
		font-size: 16px;
		line-height: 30px;
		color: #999999;
	}

	.industry-item:nth-of-type(2n) {
		border-left: solid 1px #ededed;
		border-right: solid 1px #ededed;
	}

	.industry-item {
		width: 27.1%;
		padding: 60px 3%;
	}

	.industry-item h2 {
		font-size: 24px;
		margin-bottom: 30px;
		color: #333333;
	}

	.industry-item p {
		height: 180px;
		overflow: hidden;
	}

	.point-map {
		width: 66% !important;
	}

	.ditu-layout .search-box {
		padding: 0 32px;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background: #fff;
		border-radius: 24px;
		margin: 16px;
	}

	.ditu-layout .search-layout {
		left: auto;
		right: 0;
		width: calc(35% - 32px);
		position: absolute;
	}

	.search-kinds {
		max-height: 395px;
		overflow-y: scroll;
	}

	.search-box-tit {
		border-bottom: 1px solid #f0f0f0;
		padding: 20px 0;
		font-size: 32px;
		color: #333;
		font-weight: bold;
	}

	.select-wrap {
		padding: 28px 0 25px;
	}

	.search-text-wrap {
		position: relative;
	}

	.search-text-tip {
		font-size: 16px;
		color: #333;
		line-height: 23px;
		margin-bottom: 24px;
		font-weight: bold;
		text-align: left;
	}

	#searchText {
		font-size: 16px;
		color: #1d1e28;
		border: 0;
		padding-right: 40px;
		width: calc(100% - 40px);
		border-bottom: 1px solid #d8d8d8;
		padding-bottom: 12px;
	}

	.search-text-wrap .search-btn {
		content: "";
		display: inline-block;
		width: 21px;
		height: 21px;
		background-image: url(../images/search.svg);
		position: absolute;
		right: 0;
		bottom: 12px;
		cursor: pointer;
	}

	.search-box1 .search-box-tit {
		font-size: 20px;
	}

	.search-box1 .select-wrap {
		padding-top: 10px;
	}

	.net-work-content {
		margin-top: 16px;
		display: block;
		font-size: 14px;
		color: #7f7f7f;
		line-height: 21px;
		position: relative;
		padding-left: 32px;
	}

	.net-work-content img {
		width: 20px;
		vertical-align: middle;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.search-text-wrap .select-options {
		border-radius: 8px;
		max-height: 200px;
		overflow-y: auto;
		top: 82px;
		z-index: 10;
	}

	@media screen and (min-width: 1441px) and (max-width: 1680px) {}

	@media screen and (min-width: 1367px) and (max-width: 1441px) {

		.wrap,
		.other-bannerceter,
		.other-bannerceter1 .search-popup-layout,
		.help .search-popup-layout,
		.hotline-layout,
		.other-banner .establish-layout,
		.training-layout,
		.wrappert .swiper-banner .swiper-pagination,
		.information-layout {
			width: 1100px !important;
		}

		.ecology-item {
			height: 535px;
		}

		.innovation-item {
			height: 370px;
		}

		.case .news-images {
			height: 200px;
		}

		.social .duty {
			height: 552px;
		}

		.pub-bground.research .ecology-item.active .ecology-mask p {
			width: 59%;
		}
	}

	@media screen and (min-width: 1024px) and (max-width: 1366px) {

		.wrap,
		.other-bannerceter,
		.other-bannerceter1 .search-popup-layout,
		.help .search-popup-layout,
		.hotline-layout,
		.other-banner .establish-layout,
		.training-layout,
		.wrappert .swiper-banner .swiper-pagination,
		.information-layout {
			width: 1000px !important;
		}

		.ecology-item {
			height: 485px;
		}

		.innovation-item {
			height: 335px;
		}

		.case .news-images {
			height: 180px;
		}

		.social .duty {
			height: 500px;
		}

		.pub-bground.research .ecology-item.active .ecology-mask p {
			width: 58%;
		}

		.nationwide-intro span {
			padding-top: 41%;
		}

		.expand-service-jsgz .value-layout1 .nav-item {
			height: 405px;
		}
	}
}

@media screen and (max-width: 1023px) {
	body {
		display: none;
	}
}
@media (max-width:1023px) {
	.swiper-banner .other-bannerceter h3::after {
		width: 0;
	}

	 .swiper-banner .swiper-pagination {
		width: 91% !important;
		left: 50% !important;
		transform: translateX(-50%) !important;
		-webkit-transform: translateX(-50%) !important;
		bottom: 41% !important;
		text-align: left;
	}

	 .swiper-banner .swiper-pagination-bullet {
		width: 13%;
		height: 0.05rem;
		background-color: rgba(255, 255, 255, 0.3);
		opacity: 1;
		border-radius: 0;
		margin: 0px 10px 0px 0px !important;
		position: relative;
	}

	 .swiper-banner .swiper-pagination-bullet .groove {
		height: 100%;
		width: 0;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 200;
	}

	 .swiper-banner .swiper-container .other-bannerceter h2 {
		height: 1rem;
		overflow: hidden;
	}
}