@media (max-width:1023px) {
    body {
		font-size: 0.24rem;
		overflow-x: hidden;
	}

	img {
		object-fit: cover;
		width:100%
	}

	ul,
	h2,
	p,
	h3 {
		margin: 0;
		padding: 0;
	}
	
	 .info-page {
        padding: 7px 2%;
        margin-top: 15px
    }
    .info-page a {
        font-size: 14px;
        line-height: 30px
    }
	
	.info-page a.prev{ width:100%}
	
	.info-page a.next{ width:100%}
	

	.pc-show {
		display: none;
	}

	.wrapper {
		position: relative;
		z-index: 50;
		padding-top: 1.2rem;
		overflow-x: hidden;
	}

	.header-flix {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10000;
		height: 1.2rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-color: #ffffff;
		box-shadow: 0px 0.1rem 0.2rem 0px rgb(1 0 0 / 4%);
	}

	.am-logo {
		margin-top: 0.32rem;
		float: left;
		width: 2.85rem;
		height: 0.49rem;
		margin-left: 0.2rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		background-image: url(../fonts/logo1.svg);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
	}

	.am-logo svg {
		display: none;
	}
.am-logo .pclogo,.header-flix .wrap .nav{display: none;}
.mobile-nav,.search{display: block !important;}
	.CenterPro {
		max-width: 100%;
		max-height: 100%;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		z-index: 1;
	}
	.search {
		width: 2rem;
		height: 0.4rem;
		background-color: #ffffff;
		border-radius: 0.5rem;
		border: solid 1px #ccc;
		margin-top: 0.4rem;
		float: right;
		display: flex;
		padding: 0px 0.1rem;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		margin-right: 0.6rem;
	}
		.nav-txt {
		width: 80%;
		font-size: 0.22rem;
		color: #cccccc;
		text-indent: 0.5em;
	}
		.nav-search {
		background-image: url(../images/search.svg);
		background-size: 0.24rem;
		background-repeat: no-repeat;
		background-position: center;
		width: 16%;
	}
	.go_top {
		width: 1rem;
		height: 1.06rem;
		position: fixed;
		bottom: 2.4rem;
		right: 0;
		z-index: 500;
	}

	.wrap {
		max-width: 7.5rem;
		margin: 0px auto;
		padding: 0px 0.3rem;
	}

.case .newcenter-item{ padding-bottom:20px; }
.case .newcenter-item h2{ padding-bottom:20px; font-size:18px; line-height:30px;}

	/*menu*/
	.menu-li {
		position: fixed;
		top: 1.2rem;
		z-index: 200;
		width: 100%;
		background: #fff;
		display: none;
		height: 100%;
	}

	.menu-li ul {
		height: calc(100% - 2.2rem);
		overflow: auto;
		-webkit-overflow-scrolling: touch;
	}
.menu-li ul li {
		display: block;
		overflow: hidden;
	}

	.menu-li ul li>a {
		display: block;
		line-height: 1rem;
		font-size: 0.3rem;
		color: #333;
		padding: 0px 0.3rem;
		overflow: hidden;
		border-bottom: 1px solid #f5f5f5;
	}

	.menu-li ul li>a i {
		float: right;
		width: 0.24rem;
		height: 0.26rem;
		background-image: url(../images/jia.png);
		background-size: 100%;
		background-position: right;
		background-repeat: no-repeat;
		margin-top: 0.35rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
	}

	.menu-li ul li.on>a {
		color: #ff0000;
	}

	.menu-li ul li.on>a i {
		background-image: url(../images/jian.png);
		background-size: contain;
		background-position: right;
		/* margin-top: 0.3rem; */
		background-repeat: no-repeat;
	}

	.menu-li ul li dl {
		display: none;
		background: #f1f1f1;
	}

	.menu-main {
		padding: 0.3rem 0.8rem 0.5rem;
		display: none;
		background: #f8f8f8;
	}

	.menu-li ul li dl .menu-main a {
		font-size: 0.24rem;
		padding: 0.2rem 0;
		font-weight: normal;
	}

	.menu-li ul li dl a {
		display: block;
		font-size: 0.27rem;
		color: #333;
		border-bottom: 1px solid #dcdcdc;
		padding: 0.25rem 0.5rem;
		font-weight: bold;
	}

	.menu-li ul li dl a .menu-i {
		float: right;
		width: 0.15rem;
		height: 0.25rem;
		background-image: url(../images/jt1.png);
		background-size: 100%;
		background-position: right;
		background-repeat: no-repeat;
		margin-top: 0.06rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
	}
.nav-content.active,.nav-content1.active{display:block;}
	.menu-li ul li dl dd.on a .menu-i {
		background-image: url(../images/jt1_h.png);
		width: 0.25rem;
		height: 0.15rem;
		margin-top: 0.1rem;
	}
	.menu-scroll {
		width: 100%;
		height: 1rem;
		z-index: 1;
		border-top: 1px solid #ccc;
		text-align: center;
		line-height: 1rem;
	}

	.menu-scroll a {
		color: #333333;
		font-size: 0.28rem;
		display: inline-block;
		vertical-align: middle;
		padding: 0 0.2rem;
		background-image: url(../fonts/80bb374af4c94697a0e1ff4843210202.svg);
		background-size: 0.24rem;
		background-repeat: no-repeat;
		background-position: center;
		width: 20%;
	}

	.mobile-nav {
		float: right;
		width: 0.48rem;
		height: 0.3rem;
		position: relative;
		top: 0.45rem;
		right: 0.15rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.mobile-nav span {
		width: 0.48rem;
		height: 0.04rem;
		background-color: #ff0000;
		display: block;
		margin-bottom: 0.1rem;
		position: relative;
	}

	.mobile-nav.on span {
		transform-origin: center;
		transition: transform .3s
	}

	.mobile-nav.on span.line2,
	.nav-content1,
	.analysis .nav-content {
		display: none;
	}

	.mobile-nav.on span.line1 {
		transform: rotate(45deg);
		top: 0.12rem;
	}

	.mobile-nav.on span.line3 {
		transform: rotate(-45deg);
		top: -0.02rem;
	}

	.swiper-banner .swiper-container .other-bannerceter h3,
	.swiper-banner .swiper-container .other-bannerceter h2,
	.swiper-banner .swiper-container .other-bannerceter p {
		opacity: 0;
		transform: translateY(-60px);
		-webkit-transform: translateY(-60px);
		-moz-transform: translateY(-60px);
		transition: all 1s ease;
	}


	.swiper-banner .swiper-container .swiper-slide-active .other-bannerceter h3,
	.swiper-banner .swiper-container .swiper-slide-active .other-bannerceter h2,
	.swiper-banner .swiper-container .swiper-slide-active .other-bannerceter p {
		transform: none;
		opacity: 1;
	}

	.swiper-banner .swiper-container .swiper-slide-active .other-bannerceter h3 {
		transition: opacity .6s linear, transform .6s cubic-bezier(.215, .61, .355, 1);
	}

	.swiper-banner .swiper-container .swiper-slide-active .other-bannerceter h2 {
		transition: opacity .6s linear .3s, transform .6s cubic-bezier(.215, .61, .355, 1) .3s;
	}

	.swiper-banner .swiper-container .swiper-slide-active .other-bannerceter p {
		transition: opacity .6s linear .6s, transform .6s cubic-bezier(.215, .61, .355, 1) .6s;
	}

	.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%);
	}

	.swiper-banner::after {
		width: 0;
	}

	.other-bannerceter {
		position: absolute;
		bottom: 0.4rem;
		font-size: 0.24rem;
		color: #fff;
		z-index: 2;
		padding: 0px 0.3rem;
	}

	.other-bannerceter4 {
		top: 13%;
		text-align: center;
		width: 92%;
	}

	.other-bannerceter h2 {
		font-size: 0.38rem;
		margin: 0.2rem 0;
	}

	.other-bannerceter h3 {
		font-size: 0.28rem;
		position: relative;
		padding-bottom: 0.2rem;
	}

	.other-bannerceter h3::after {
		content: '';
		width: 90%;
		height: 1px;
		background-color: #fff;
		position: absolute;
		bottom: -1px;
		left: 0;
	}
	.wx {
		
		display:none
	}

	.WindowFloat {
		width: 1rem;
		position: fixed;
		bottom: 3.6rem;
		right: 0;
		z-index: 500;
		display:none
	}

	.WindowFloatag {
		width: 100%;
		background-color: #1D70F5;
		border-bottom: 1px solid #488BF4;
		color: rgba(255, 255, 255, 0.5);
		text-align: center;
		font-size: 0.22rem;
		height: 1.3rem;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.WindowFloatag svg {
		margin-bottom: 0.1rem;
		display: block;
	}

	.footer {
		position: relative;
		line-height: 0.58rem;
		color: rgba(255, 255, 255, 0.6);
		background-color: #000;
		padding-top: 0.8rem;
		padding-bottom: 0.5rem;
	}

	.nav-tab .active,
	.problem-tab .active,
	.establish-item span,
	.solu-tab .active,
	.drives-detail .nav-item span,
	.ditu-provice a.active,
	.ditu-provice a.active h3 {
		color: #ff0000 !important;
	}

	.am-subfooterdiv h2 {
		font-size: 0.26rem;
		color: #fff;
		margin-bottom: 0.3rem;
		font-weight: bold;
		background-image: url(../images/jt.png);
		background-size: 0.13rem 0.22rem;
		background-repeat: no-repeat;
		background-position: right;
	}

	.am-subfooterdiv.on h2 {
		background-image: url(../images/jt_h.png);
		background-size: 0.22rem 0.13rem;
	}

	.am-subfooterdiv:last-child h2 {
		background-image: none;
		margin-bottom: 0.2rem;
	}

	.am-subtag {
		display: none;
		padding-bottom: 0.4rem;
	}

	.am-subfooterdiv h3,
	.teachingbar h2 {
		font-size: 0.42rem;
		color: #fff;
		margin-top: 0.3rem;
	}

	.am-subfooterdiv img {
		width: 1.8rem;
		height: 1.8rem;
		margin-top: 0.3rem;
		display: block;
		border: 0.08rem solid #b4b4b4;
		background-color: #fff;
	}

	.am-subfooterdiv .clearfix a img {
		width: 0.4rem;
		background: transparent;
		border: 0;
		margin: 0;
		height: auto;
		display: inline-block;
		vertical-align: middle;
	}

	.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 .clearfix a {
		display: inline-block;
		margin-right: 0.4rem;
		margin-top: 0.3rem;
		position: relative;
	}

	.am-subfooterdiv .clearfix a .nav-item-ewm {
		width: 1.5rem;
		height: 1.5rem;
		top: -1.5rem;
		left: -0.5rem;
	}

	.am-subfooterdiv .clearfix a:first-of-type .nav-item-ewm {
		left: -0.3rem;
	}

	.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: -4px;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.am-bootom {
		border-bottom: 1px solid rgba(248, 248, 248, 0.1);
		font-size: 0.24rem;
		margin-top: 0.6rem;
		padding-bottom: 0.3rem;
		text-align: center;
	}


	.am-bootom a {
		color: rgba(255, 255, 255, 0.6);
		display:
			inline-block;
		padding-right: 0.5rem;
	}

	.am-bootom a:last-child {
		padding: 0;
	}

	.am-bootom a:first-of-type {
		display: block;
		margin: 0px auto 0.3rem;
		padding: 0;
		width: 4rem;
		height: 1rem;
	}

	.copyright {
		display: block;
		margin-top: 0.3rem;
		color: rgba(255, 255, 255, 0.4);
		line-height: 0.46rem;
	}

	.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;
	}

	.subnav-ul .nav-item {
		display: inline-block;
		width: 180px;
		margin: 0px 24px 0 0;
		font-size: 14px;
		line-height: 32px;
		color: #333;
		vertical-align: top;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.subnav-ul .nav-item:last-child,
	.drives-layout .nav-item:nth-of-type(2n) {
		margin-right: 0;
	}

	.nav-images {
		position: relative;
		width: 100%;
		margin-bottom: 0.2rem;
		border: 1px solid #EEEEEE;
	}

	.subnav-ul .nav-know {
		color: #ff0000;
		font-size: 14px;
		font-weight: bold;
		line-height: 32px;
		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 {
		vertical-align: middle;
		margin-left: 0.2rem;
		margin-top: -0.1rem;
	}

	.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;
	}

	.pub-bground {
		padding: 1rem 0;
		font-size: 0.24rem;
		line-height: 0.46rem;
		color: #999999;
		overflow-x: hidden;
	}
	.article-conent img{
	width:100%
	}
	
	

	.tit {
		font-weight: bold;
		font-size: 0.42rem;
		margin-bottom: 0.35rem;
		padding-bottom: 0.4rem;
		color: #333333;
		background-image: url(../images/line.jpg);
		background-size: 0.8rem 0.08rem;
		background-repeat: no-repeat;
		background-position: bottom left;
	}

	.tit1 {
		font-size: 0.28rem;
		color: #333;
		margin-bottom: 0.3rem;
		line-height: 0.48rem;
	}

	.ecology-item {
		float: left;
		width: 49%;
		height: 3.3rem;
		position: relative;
		margin-top: 0.25rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		font-size: 0.24rem;
		color: #fff;
		overflow: hidden;
	}

	.ecology-item:nth-of-type(2n) {
		float: right;
	}

	.ecology-item img,
	.innovation-item img,
	.news-images img,
	.news-time input {
		width: 100%;
		height: 100%;
	}

	.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: 0.2rem;
		text-align: center;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.wrappert .pub-bground .ecology-mask {
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 50%);
	}

	.ecology-mask h2 {
		font-size: 0.32rem;
		font-weight: bold;
	}

	.ecology-mask a {
		border: 0.04rem solid rgba(255, 255, 255, 0.5);
		height: 0.5rem;
		line-height: 0.5rem;
		display: block;
		margin: 0.2rem auto;
		font-size: 0.26rem;
		text-align: center;
		width: 2.2rem;
		color: #fff;
		font-weight: bold;
	}

	.force {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		padding-top: 1rem;
		position: relative;
	}

	.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%);
	}

	.force .tit {
		color: #fff;
	}

	.force .base-more,
	.history-layout .base-more,
	.news .base-more {
		width: 3.6rem;
	}

	.base-more {
		line-height: 0.7rem;
		display: block;
		/* margin-top: 0.6rem; */
		font-size: 0.26rem;
		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: 2.4rem;
		height: 0.7rem;
		border: 0.04rem 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 i {
		position: relative;
		z-index: 2;
		font-weight: bold;
	}

	.force-layout {
		height: 2rem;
		background-color: #fff;
		margin-top: 1rem;
		position: relative;
		top: 1rem;
	}

	.force-item {
		font-size: 0.24rem;
		color: #333;
		width: 33%;
		text-align: center;
		font-weight: bold;
		border-right: 0.03rem solid #F8F8F8;
		float: left;
		height: 100%;
	}

	.force-item:last-child,
	.news-item:last-child,
	.values-item:last-child,
	.establish-item:nth-of-type(3n) {
		border-right: 0;
	}

	.force-item h2 {
		color: #ff0000;
		font-size: 0.32rem;
		font-weight: bold;
		margin-bottom: 0.2rem;
		margin-top: 0.5rem;
	}

	.force-item h2 i {
		font-size: 0.24rem;
		opacity: 0.5;
		margin-left: 0.05rem;
	}

	.adhere .tit,
	.solu-intro .tit {
		color: #333;
		padding: 0;
		margin-top: 0.3rem;
		background-image: none;
		font-weight: normal;
	}

	.adhere img {
		width: 100%;
		margin-top: 0.5rem;
	}

	.adhere-infro {
		margin-top: 1rem;
	}
.mphone{display: block !important;max-width: 100%;}
.pcvideo{display: none !important;}
	.adhere .wrap {
		position: relative;
	}

	.adhere-infro.active {
		display: block;
	}

	.adhere .swiper-pagination-bullet {
		width: 0.6rem;
		height: 0.06rem;
		margin-right: 0.2rem;
		background: #ff0000;
		opacity: 0.2;
		border-radius: 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.adhere .swiper-pagination-bullet-active {
		opacity: 1;
		width: 1rem;
	}

	.adhere .swiper-pagination {
		bottom: 0 !important;
		text-align: center;
		width: 92%;
	}

	.adhere .swiper-container {
		padding-bottom: 0.5rem;
	}
	.adhere
	.solu-tab {
		margin: 0.6rem 0;
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	}

	.solu-tab a {
		display: inline-block;
		padding: 0px 0.2rem;
		padding-bottom: 0.2rem;
		color: #333;
		position: relative;
	}

	.solu-tab a::after {
		content: '';
		width: 0;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		position: absolute;
		bottom: 0;
		height: 0.04rem;
		background-color: #ff0000;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.solu-tab .active::after {
		width: 100%;
	}

	.solu-layout {
		background: #F8F8F8;
		position: relative;
		padding-bottom: 0.6rem;
	}

	.solu-layout img {
		margin: 0.3rem auto 0;
		width: 90%;
		display: block;
	}

	.solu-intro {
		padding: 0.3rem;
	}

	.solu-intro .base-more,
	.news .base-more,
	.still .base-more {
		color: #ff0000;
		border: 0.04rem solid #ff0000;
	}

	.solu-intro .base-more {
		margin-top: 0.5rem;
	}

	.duty {
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		min-height: 5rem;
		padding-top: 1rem;
		position: relative;
		text-align: center;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #333;
	}

	.wrappert .duty::after {
		background: linear-gradient(163deg, rgba(50, 55, 62, 0) 0%, rgba(13, 27, 46, 0.6) 100%);
	}

	.wrappert .duty .wrap,
	.wrappert .force .wrap {
		position: relative;
		z-index: 2;
	}

	.wrappert .duty .tit,
	.wrappert .duty {
		color: #fff;
	}

	.duty .tit {
		background-image: none;
		padding: 0;
	}

	.social .duty .tit {
		color: #fff;
	}

	.help .tit {
		background-image: url(../fonts/6801371bc84c42989157368ae66705f6.woff);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.34rem;
		float: right;
		margin-top: 0.23rem;
		margin-right: 0.2rem;
		height: 0.34rem;
	}

	.other-bannerceter1 .search-popup-bt,
	.help .search-popup-bt {
		background-color: #00CC92;
		width: 1rem;
		height: 100%;
		margin: 0;
		float: right;
		background-image: url(../images/search1.png);
		background-size: 0.4rem;
	}

	.search-popup-layout1 {
		background: #1D70F5;
		height: 0.8rem;
		margin: 0.8rem 0.3rem 0;
		border-radius: 0.05rem;
		position: relative;
	}

	.search-popup-layout1 .search-popup-txt {
		color: #fff;
	}

	.search-popup-layout1 .search-popup-bt {
		background-image: url(../images/search1.png);
	}

	.pub-center {
		text-align: center;
	}

	.pub-center .tit,
	.guide-layout .tit {
		background-position: bottom center;
	}

	.pub-center .nav-item {
		display: block;
		margin-top: 0.7rem;
		color: #333;
	}

	.pub-center .nav-images {
		border: 1px solid #e6e6e6;
		padding-top: 0.2rem;
	}

	.pub-center .nav-images img,
	.product-images img {
		max-width: 50%;
		max-height: 50%;
		margin: 0 auto 0.3rem;
		display: block;
	}

	.other-hardware .product-images img,
	#product-support .nav-images img {
		max-width: 38%;
		max-height: 38%;
	}

	.service-layout,
	.history-layout .swiper-slide p,
	.drives-detail .nav-item span {
		margin-top: 0.4rem;
		position: relative;
	}

	.history-layout .swiper-slide p:after {
		content: '';
		width: 30%;
		height: 1px;
		background: #ff0000;
		position: absolute;
		bottom: -0.1rem;
		left: 0;
	}

	.drives-detail .nav-item span {
		display: block;
		text-align: right;
	}

	.service-layout .nav-item {
		background: #F8F8F8;
		color: #999999;
		padding: 0.3rem 0;
		width: 48%;
		float: left;
		margin-right: 4%;
	}

	.service-layout .nav-item h2,
	.establish-item h2,
	.innovation-item h2,
	.drives-layout .nav-item h2 {
		font-size: 0.28rem;
		color: #fff;
		margin: 0.15rem 0;
	}

	.pub-center .service-layout .nav-item h2 {
		color: #333;
	}

	.pub-center .service-layout .nav-item p {
		margin: 0px 5%;
	}

	.contact .service-layout .nav-item p {
		margin: 0;
	}

	.guide-layout {
		text-align: center;
		color: #fff;
		margin-top: 1rem;
		font-size: 0.24rem;
		padding-bottom: 1rem;
	}

	.problem-tab {
		background-color: #fff;
		margin-top: 0.6rem;
		text-align: center;
		padding: 0.2rem 0;
	}

	#question .problem-tab,
	#question .problem-content {
		padding: 0.4rem 0;
	}

	.problem-tab a {
		color: #333333;
		display: inline-block;
		height: 20%;
		font-size: 0.3rem;
		line-height: 0.52rem;
		text-align: center;
		padding: 0.05rem 0.2rem;
	}

	.problem-content {
		background-color: #fff;
		margin-top: 0.6rem;
		padding: 0.2rem 0;
	}

	.problem-item {
		font-size: 0.24rem;
		display: block;
		line-height: 0.52rem;
		text-align: left;
		padding: 0.15rem 0.3rem;
		color: #ff0000;
	}

	.keeps-ewm {
		width: 2rem;
		height: 2rem;
	}

	.keeps {
		font-size: 0.24rem;
		color: #999999;
		margin-top: 0.5rem;
		padding-bottom: 1rem;
	}
	.support-item {
		background: #FFFFFF;
		font-size: 0.24rem;
		color: #333;
		padding: 0.4rem 0;
		text-align: center;
		width: 31%;
		float: left;
		margin-right: 0.2rem;
		height: 1.8rem;
	}

	.support-item:nth-of-type(3n) {
		margin-right: 0;
	}

	.support-item svg,
	.hivo-item svg {
		margin-bottom: 0.2rem;
	}

	.hivo .hivo-item svg {
		height: 0.6rem;
		width: 0.6rem;
	}

	.support-item svg {
		width: 0.6rem;
		height: 0.6rem;
	}

	.support-item span {
		margin-top: 0.2rem;
		display: block;
		color: #ff0000;
		font-weight: bold;
		font-size: 0.24rem;
	}

	.support-item span svg,
	.introduction-intro a span svg {
		margin-bottom: 0;
		margin-left: 0.2rem;
		width: auto;
		height: auto;
	}
.news-layout {
		margin-top: 0.4rem;
		width: 100%;
	}

	.news-item {
		display: block;
		padding: 0.3rem 0.3rem 0.4rem;
		border: 0.01rem solid #E6E6E6;
		font-size: 0.24rem;
		line-height: 0.48rem;
		text-align: left;
		color: #333;
		margin-bottom: 0.4rem;
	}

	.news-item span {
		font-size: 0.24rem;
		color: #999;
		margin-bottom: 0.1rem;
		display: block;
	}

	.news-item span svg {
		margin-right: 5px;
	}

	.news-item h2,
	.product-item h2 {
		font-size: 0.28rem;
		margin-top: 0.3rem;
		color: #ff0000;
		font-weight: bold;
	}

	.news-item img {
		width: 100%;
		margin-top: 0.3rem;
	}
	.keeps .tit {
		font-size: 0.32rem;
		color: #333;
		background-position: top left;
		padding: 0.4rem 0 0;
	}

	.other-bannerceter2,
	.other-bannerceter3 {
		bottom: initial;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.other-bannerceter3 h3 {
		padding-bottom: 0;
		border: 0;
		font-size: 0.32rem;
	}

	.other-bannerceter3 h3::after {
		height: 0;
	}

	.hardware-layout .problem-tab,
	.strength .respon-item:first-of-type h2,
	.problem-main h2:first-of-type {
		margin-top: 0;
		height: auto;
	}

	.hardware-content {
		margin-top: 0.6rem;
	}

	.hardware-layout .problem-tab a {
		line-height: 0.6rem;
		height: auto;
	}

	.hardware-content .solu-layout {
		background: #fff;
		margin-bottom: 0.5rem;
		padding: 0.5rem 0.3rem;
		display: block;
		color: #999;
	}

	.hardware-content .hardware-images {
		height: 100%;
		width: 100%;
		position: relative;
	}

	.hardware-content .hardware-images img {
		max-width: 25%;
		max-height: 25%;
		width: auto;
		margin: 0.5rem auto 0;
	}

	.hardware-content .hardware-intro.teaching-intro .hardware-images img {
		max-width: 1.5rem !important;
		max-height: 1.5rem !important;
		object-fit: contain;
	}

	.hardware-layout.flex .hardware-content .solu-layout.clearfix .hardware-images img,
	.hardware-layout.flex .hardware-content .flex.hardware-intro .solu-layout .hardware-images img {
		max-width: 80%;
		max-height: 80%;
	}

	.hardware-content .solu-intro {
		padding: 0;
	}

	.hardware-content .solu-intro .tit {
		margin: 0.25rem 0;
		font-size: 0.38rem;
	}

	.hardware-content .solu-intro .base-more {
		margin-top: 0.4rem;
	}

	.hardware-intro .solu-intro {
		position: initial;
		display: block;
		width: 100%;
		text-align: center;
	}

	.hardware-intro .solu-intro .base-more {
		border: 0;
		margin: 0.3rem auto 0;
	}

	.schivol {
		padding: 0.6rem 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: 1.5rem;
		margin: 0px auto;
		display: block;
		border-radius: 0.2rem;
	}

	.schivol-layout .solu-intro {
		background-color: #fff;
		padding: 0.3rem;
	}

	.hardware-content .schivol-layout .solu-intro {
		padding-bottom: 0.55rem;
	}

	.schivol-layout,
	.teaching-intro {
		margin-bottom: 0.4rem;
	}

	.teaching-intro:last-child,
	.schivol-layout:last-child,
	.drives-layout:last-child {
		margin-bottom: 0;
	}

	.teaching-intro .solu-intro p {
		padding: 0px 8%;
	}

	.profile-svg {
		margin-top: 0.6rem;
	}

	.profile-layout {
		padding: 0.3rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
		height: 3rem;
		margin-top: 0.6rem;
		background: #F8F8F8;
	}

	.profile-item {
		width: 48%;
	}

	.profile-item h2,
	.respon-item h2,
	.space-classroom-layout h2 {
		font-size: 0.36rem;
		font-weight: bold;
		line-height: 0.58rem;
		color: #333;
	}

	.profile-item h3,
	.analysis-item h2,
	.safety-item h2 {
		font-size: 0.28rem;
		margin: 0.2rem 0;
		color: #ff0000;
	}

	.pub-bground .profile-layout .profile-item h3 {
		height: 1.5rem;
	}

	.history-layout {
		background: #F8F8F8;
		padding: 1rem 0;
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #666;
	}

	.history-layout .swiper-slide {
		width: 50%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.history-layout .swiper-slide h2 {
		border-bottom: 1px solid #DDDDDD;
		padding-bottom: 0.2rem;
		margin-bottom: 0.3rem;
		font-weight: bold;
	}

	.history-layout .swiper-slide-active h2 {
		color: #ff0000;
		border-bottom: 2px solid #ff0000;
	}

	.history-layout .swiper-container {
		padding-bottom: 2rem;
	}

	.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 .swiper-button-prev {
		left: 31%;
		top: initial;
		bottom: 0%;
		margin: 0;
		background-image: none;
	}

	.history-layout .swiper-button-next {
		left: 62.5%;
		top: initial;
		bottom: 0%;
		margin: 0;
		cursor: pointer;
		background-image: none;
	}

	.history-layout .base-more {
		border: 0.04rem solid #DDDDDD;
		margin: 1rem auto 0;
		color: #AAAAAA;
	}

	.history-layout .base-more i {
		font-weight: normal;
		padding: 0px 0.12rem;
	}

	.history-layout .base-more svg {
		margin: 0;
	}

	.honor-item {
		width: 49%;
		display: inline-block;
		font-size: 0.24rem;
		text-align: center;
		margin-top: 0.6rem;
		vertical-align: top;
	}

	.honor-item h2 {
		color: #FFAD26;
		font-size: 0.28rem;
		margin-bottom: 0.1rem;
		line-height: 0.46rem;
		height: 1rem;
		background-size: 91% 0.5rem;
		background-repeat: no-repeat;
		background-position: center;
		display: flex;
		justify-content: center;
		flex-direction: column;
		font-weight: bold;
		background-image: url(../fonts/66823438d0ff40448847957bb6a5404a.woff) {
		padding-left: 3rem;
	}

	.social .duty .base-more {
		margin: 0.6rem 0 0;
	}

	.establish-layout {
		margin-top: 0.6rem;
	}

	.establish-layout.clearfix {
		padding: 0px 0.3rem;
	}

	.establish-item:nth-of-type(3n) {
		border-right: 1px solid #E6E6E6;
	}

	.establish-item {
		font-size: 0.24rem;
		border: 1px solid #E6E6E6;
		padding: 0.3rem;
		margin-bottom: 0.3rem;
	}

	.establish-item h2 {
		color: #333;
	}

	.research .ecology-mask a {
		margin: 0.2rem 0;
	}

	.research .ecology-mask {
		text-align: left;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
	}

	.research .ecology-mask p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
	}

	.research .ecology-item.active .ecology-mask h2,
	.research .ecology-item.active .ecology-mask p {
		padding-left: 0;
	}

	.innovation-item {
		float: left;
		width: 50%;
		color: #fff;
		height: 4rem;
		position: relative;
		overflow: hidden;
	}

	.mt45 {
		margin-top: 0.5rem;
	}

	.innovation-mask {
		position: absolute;
		bottom: 0;
		padding: 0.3rem;
		background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
		width: -webkit-fill-available;
	}

	.innovation-item h2 {
		color: #fff;
	}

	.innovation-item .innovation-mask h2 {
		font-size: 0.3rem;
	}

	.space-classroom-layout .clearfix:last-child .innovation-mask .innovation-tit {
		transition: all .5s ease-out;
		position: absolute;
		bottom: 0.3rem;
		-webkit-transition: all .5s ease-out;
	}

	.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;
		}
	}

	.page {
		width: 100%;
		height: 0.6rem;
		line-height: 0.6rem;
		text-align: center;
		margin: 0.6rem auto;
		font-size: 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
	}

	.page a {
		color: #333;
		font-size: 0.26rem;
		display: inline-block;
		vertical-align: top;
		cursor: pointer;
		margin-right: 0.2rem;
		width: 0.6rem;
		height: 0.6rem;
		background: #FFFFFF;
		border: 1px solid #DDDDDD;
		line-height: 0.6rem;
		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 {
		background-color: #ff0000;
		border: 1px solid #ff0000;
		color: #fff;
	}

	.newcenter-item {
		margin-top: 0.6rem;
		background: #FFFFFF;
		display: block;
		padding: 0.3rem;
	}

	.news-images {}

	.news-intro {
		margin-top: 0.3rem;
	}

	.newcenter-item h2,
	.hotline-item h2,
	.training-layout h2 {
		font-size: 0.32rem;
		color: #333;
		margin-bottom: 0.25rem;
		font-weight: bold;
		line-height: 0.52rem;
	}

	.news-intro span {
		display: block;
		font-size: 0.24rem;
		color: #999;
		margin-top: 0.2rem;
	}

	.news-time,
	.new-select {
		width: 3.3rem;
		height: 0.7rem;
		line-height: 0.7rem;
		float: left;
		font-size: 0.24rem;
		color: #AAAAAA;
		text-indent: 1em;
		margin-right: 0.25rem;
		background: #FFFFFF;
		border: 1px solid #DDDDDD;
		background-image: url(../fonts/6faf52cb02834b5490c683d43ba755fc.woff) {
		margin-right: 0;
	}

	.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;
	}

	.am-subfooterdiv .clearfix a .nav-item-ewm img,
	.contact .service-layout .nav-item:hover .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%);
		width: auto;
	}

	.contact .service-layout .nav-item:hover .nav-item-ewm,
	.am-subfooterdiv .clearfix a:hover .nav-item-ewm {
		transform: scale(1);
		-webkit-transform: scale(1);
	}

	.questions .tit {
		padding: 0;
		background-image: none;
		margin: 1rem auto 0.5rem;
	}

	.recruit-cont {
		text-align: left;
		color: #000;
		margin-top: 0.5rem;
	}

	.recruit-cont p,
	.process-item h3 {
		font-weight: bold;
	}

	.recruit-item {
		margin-bottom: 0.3rem;
	}

	.recruit-item input,
	.recruit-item select {
		width: 100%;
		margin-top: 0.2rem;
		color: #AAAAAA;
		text-indent: 1em;
		height: 0.8rem;
		line-height: 0.8rem;
		background: #FFFFFF;
		border: 1px solid #DDDDDD;
	}

	.recruit-item .ant-form-item select {
		background-image: url(../images/select1.png);
		background-size: 0.28rem 0.17rem;
		background-repeat: no-repeat;
		background-position: 94%;
	}

	.recruit-cont:nth-of-type(2) .recruit-item .flex .ant-form-item {
		width: 47%;
		margin-right: 3%;
		display: inline-block;
		vertical-align: top;
	}

	.recruit-cont:nth-of-type(2) .recruit-item .flex .ant-form-item:last-child {
		margin-right: 0;
	}

	.recruit-cont label {
		color: #333;
		margin-top: 0.2rem;
		margin-right: 0.3rem;
		display: inline-block;
		vertical-align: top;
	}

	.recruit-cont label input {
		border: 1px solid #DDDDDD;
		width: 0.22rem;
		height: 0.22rem;
		border-radius: 50%;
		margin-right: 0.12rem;
		position: relative;
		margin-top: -0.03rem;
	}

	.recruit-cont label input:checked {
		border: 1px solid #ff0000;
	}

	.recruit-cont label input:checked::after {
		content: '';
		background: #ff0000;
		width: 0.12rem;
		height: 0.12rem;
		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: 3rem;
		padding: 0.2rem;
		margin-top: 0.2rem;
		background: #FFFFFF;
		width: 93%;
		margin-bottom: 0.2rem;
	}

	.contact-check {
		color: #000;
		display: block;
		text-align: left;
		margin-top: 0.2rem;
	}

	.contact-check input {
		background: #FFFFFF;
		border: 1px solid #DDDDDD;
		width: 0.2rem;
		height: 0.2rem;
		margin-right: 0.12rem;
	}

	.contact-check input:checked {
		background-image: url(../images/true.png);
		background-size: 0.2rem;
		background-repeat: no-repeat;
		background-position: center;
		background-color: #ff0000;
		border: 1px solid #ff0000;
	}

	.contact-form {
		background: #ff0000;
		color: #FFFFFF;
		text-align: center;
		margin: 1rem auto 0;
		width: 4rem;
		height: 0.8rem;
		line-height: 0.8rem;
		display: block;
	}

	.hivo-item {
		margin-top: 0.6rem;
		text-align: center;
		width: 50%;
		font-size: 0.24rem;
		color: #000;
		float: left;
		width: 25%;
	}

	.introduction {
		margin-top: 0.6rem;
		background: #F8F8F8;
		padding: 0.4rem 0.3rem;
	}

	.introduction-images {
		width: 100%;
		position: relative;
	}

	.introduction-images img {
		max-width: 65%;
		max-height: 65%;
	}

	.introduction-intro {
		margin-top: 0.3rem;
	}

	.introduction-intro a {
		color: #333;
		padding: 0.3rem 0;
		display: block;
		border-bottom: 1px solid #DDDDDD;
		width: 100%;
		text-align: left;
	}

	.introduction-intro a:last-child,
	.problem-intro a:last-child,
	.drives-detail .nav-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: 0.3rem 0;
		border-bottom: 1px solid #DDDDDD;
		color: #333333;
	}

	.problem-intro a h2 {
		font-size: 0.28rem;
		position: relative;
		padding-left: 0.7rem;
		width: 80%;
		text-align: left;
	}

	.problem-intro a svg {
		margin-top: 0.1rem;
	}

	.news .problem-intro a svg {
		width: 0.3rem;
	}

	.problem-intro a h2 i {
		width: 0.7rem;
		position: absolute;
		left: 0;
	}

	.problem-intro a:first-of-type {
		margin-top: 0.2rem;
	}

	.product-item {
		display: block;
		background: #F8F8F8;
		padding: 0.5rem 0.3rem;
		font-size: 0.24rem;
		margin-top: 0.6rem;
		line-height: 0.48rem;
		text-align: center;
		color: #333;
	}

	.other-hardware {
		margin-top: 0.6rem;
	}

	.other-hardware .product-item {
		text-align: center;
	}

	.hottip {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #333333;
	}

	.hottip-intro {
		padding-top: 1rem;
	}

	.hottip img {
		width: 100%;
	}

	.service-intro .establish-item {
		color: #333;
		text-align: left;
	}

	.service-intro .establish-item span,
	.other-banner .establish-item span {
		margin-bottom: 0.2rem;
		display: block;
	}

	.service-intro .establish-layout .establish-item {
		margin-left: 0;
		margin-right: 0;
	}

	.service-introduct {
		font-size: 0.24rem;
		line-height: 0.48rem;
		padding: 0.6rem 0;
		color: #999999;
		background: #F8F8F8;
		margin-top: 0.6rem;
	}

	.service-introduct-intro h3,
	.other-banner .establish-item p,
	.drives-intro h2,
	.equipment-p,
	.equipment-p span {
		font-size: 0.26rem !important;
		color: #333;
		line-height: 0.52rem;
		margin-bottom: 0.2rem;
	}

	.service-introduct img {
		width: 100%;
		margin-top: 0.4rem;
	}

	.hotline-layout {
		margin-top: 0.6rem;
	}

	.hotline-images {
		font-size: 0.32rem;
		color: #333;
		margin-top: 0.2rem;
	}

	.hotline-images img {
		max-width: 1.5rem;
		height: auto;
	}

	.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-layout img {
		width: 91%;
	}

	.repair .solu-intro {
		padding-bottom: 0.1rem;
	}

	.repair .solu-intro p:nth-of-type(2n) {
		margin-top: 0.2rem;
	}

	.install-layout .establish-item p {
		font-size: 0.26rem;
		line-height: 0.48rem;
		margin-top: 0.3rem;
		color: #000000;
	}

	.establish-layout .establish-item,
	.hotline-layout .hotline-item {
		margin-left: 0.3rem;
		margin-right: 0.3rem;
	}

	.establish-layout.clearfix .establish-item {
		margin-left: 0;
		margin-right: 0;
	}

	.training-layout {
		padding: 0.3rem;
		border: 1px solid #E6E6E6;
	}

	.training-layout img {
		width: 2rem;
		margin-bottom: 0.2rem;
	}

	.training-intro {
		font-size: 0.24rem;
		color: #333;
	}

	.policy-tab {
		width: 100%;
		border-bottom: 1px solid #DDDDDD;
		position: static;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		font-size: 0;
		overflow-x: scroll;
		background-color: #fff;
	}

	.policy-tab a {
		position: relative;
		display: inline-block;
		margin-bottom: 0.3rem;
		font-size: 0.26rem;
		color: #333333;
		text-align: left;
		margin-right: 0.5rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.policy-tab .active::after {
		content: '';
		position: absolute;
		width: 100%;
		height: 0.04rem;
		bottom: -0.1rem;
		background: #ff0000;
		left: 0;
	}

	.policy-tab a:last-child,
	.drives-intro h2 {
		margin-bottom: 0;
	}

	.policy-intro {
		color: #666;
		margin-top: 0.6rem;
	}

	.policy-ht {
		font-size: 0.38rem;
		line-height: 0.52rem;
		margin-bottom: 0.3rem;
		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,
	.digital h2,
	.game-item h2,
	.featured-intro h2 {
		font-size: 0.32rem;
		line-height: 0.52rem;
		margin: 0.3rem 0;
		color: #333333;
	}

	.policy-item,
	.policy-table {
		border: 1px solid #E6E6E6 !important;
		width: 100% !important;
		font-size: 0.24rem !important;
		border-collapse: collapse;
	}

	.policy-layout p {
		font-size: 0.24rem !important;
	}

	.policy-item h2 {
		width: 24.2%;
		display: flex;
		justify-content: center;
		flex-direction: column;
		color: #ff0000;
		font-size: 0.32rem;
		line-height: 0.48rem;
		border-right: 1px solid #E6E6E6;
		height: 3rem;
		padding: 0px 0.3rem;
		float: left;
	}

	.policy-item h2:nth-of-type(3n) {
		border-right: 0;
	}

	.policy-item h2 i {
		font-size: 0.24rem;
		color: #666;
	}

	.policy-layout h2 {
		font-size: .32rem;
		color: #ff0000;
		margin: 0.3rem 0;
	}

	.policy-table tr th,
	.policy-table tr td {
		text-align: center;
		padding: 0.1rem !important;
		border-right: 1px solid #E6E6E6;
		border-bottom: 1px solid #E6E6E6;
		width: 25%;
	}

	.policy-layout img {
		max-width: 100%;
		margin-top: 0.3rem;
		height: auto;
	}

	.drives-layout,
	.download-container .hardware-content .drives-layout .nav-item:nth-of-type(2n) {
		margin-bottom: 0.3rem;
	}

	.drives-layout .nav-item {
		height: 3.5rem;
		width: 48.5%;
		background: #FFFFFF;
		color: #ff0000;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		margin-right: 2.7%;
		float: left;
		text-align: center;
	}

	#info .drives-layout .nav-item img {
		height: 0.8rem;
		object-fit: contain;
	}

	.drives-layout .nav-item h2 {
		color: #333;
		margin: 0.25rem 0;
		height: 0.5rem;
	}

	.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 {
		color: #ff0000;
	}

	.download-container .hardware-content .nav-item .base-more:before {
		background: transparent;
	}

	.drives-detail {
		padding: 0.5rem 0.3rem;
		background-color: #fff;
	}

	.drives-detail .nav-item {
		padding: 0.25rem 0;
		border-bottom: 1px solid #D9D9D9;
		color: #999;
		display: block;
	}

	.drives-intro {
		width: 85%;
		margin-top: -0.1rem;
		display: inline-block;
		vertical-align: top;
		padding-left: 4%;
	}

	.hardware-main .other-hardware .product-item {
		background: #FFFFFF;
	}

	.scope-layout .nav-item {
		background: #FFFFFF;
		margin-right: 0;
		width: initial;
		color: rgba(102, 102, 102, 0.8);
		padding: 0.5rem 0.3rem;
	}

	.value-layout,
	.value-layout1,
	.value-layout2 {
		margin-top: 0.6rem;
	}

	.value-layout .nav-item,
	.value-layout1 .nav-item,
	.value-layout2 .nav-item {
		color: rgba(102, 102, 102, 0.8);
		text-align: left;
		padding: 0.3rem;
		border: 1px solid #DDDDDD;
	}

	.buy-layout .establish-item {
		background-color: #fff;
	}

	.buy-tips {
		color: #999999;
		text-align: center;
	}

	.process-intro {
		position: relative;
		margin-top: 0.2rem;
		font-size: 0;
	}

	.process-item {
		width: 33.3%;
		color: rgba(102, 102, 102, 0.8);
		position: relative;
		z-index: 1;
		font-size: 0.24rem;
		display: inline-block;
		vertical-align: top;
		padding-top: 0.6rem;
	}

	.process-item h2 {
		width: 1rem;
		height: 1rem;
		border-radius: 50%;
		display: block;
		margin: 0px auto 0.3rem;
		font-size: 0.32rem;
		line-height: 1rem;
		color: #ff0000;
		background: #F2F2F2;
		border: 2px solid #ff0000;
	}

	.process-item p {
		max-width: 80%;
		margin: 0px auto;
	}

	.process-intro1 .process-item {
		width: 49%;
		display: inline-block;
		vertical-align: top;
		padding-top: 0.8rem;
	}

	/* 10-12新增 */
	.location-descr {
		width: 5rem;
		padding: 0.32rem 0.4rem;
		position: relative;
		background: #FFFFFF;
		font-size: 0.24rem;
		line-height: 0.48rem;
		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: 0.32rem;
		line-height: 0.52rem;
		font-weight: bold;
		color: #333333;
	}

	.location-descr p {
		margin-top: 0.1rem;
	}

	.location-descr img {
		position: absolute;
		right: 0.4rem;
		cursor: pointer;
		width: 0.3rem;
	}

	/* 10-14新闻详情新加 */
	.Main-Layout {
		font-size: 0.24rem;
		line-height: 0.48rem;
		color: #999;
	}

	.Main-Layout .article-conent p img,
	.Main-Layout .article-conent img {
		max-width: 100%;
		display: block;
		margin: 0.3rem auto;
	}

	.Main_Layout p {
		text-indent: 2em;
		margin-top: 10px;
	}

	.article-tag {
		margin: 0.4rem 0;
		text-align: center;
	}

	.article-tag span:first-of-type {
		padding-right: 2%;
	}

	.Main-Layouth {
		color: #333333;
		font-size: 0.36rem;
		text-align: center;
		border-bottom: dashed 1px #ddd;
		padding-bottom: 0.4rem;
		margin-bottom: 0.4rem;
		font-weight: bold;
	}

	.select-options {
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		box-shadow: 0 0.04rem 0.08rem 0 rgb(7 9 12 / 8%);
		position: absolute;
		top: 0.81rem;
		width: 100%;
		background-color: #fff;
		padding: 0.2rem 0;
	}

	.select-options a {
		font-size: 0.24rem;
		color: #666;
		padding: 0.2rem;
		text-align: left;
		display: block;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	/* 10-19新加 */
	.elementary .ecology-item {
		width: 100%;
		float: none;
		height: auto;
	}

	.elementary .ecology-item .ecology-mask {
		background: linear-gradient(180deg, rgba(50, 55, 62, 0) 30.34%, rgba(13, 27, 46, 0.7) 100%);
	}

	.elementary .ecology-item h2 {
		font-weight: normal;
		margin-bottom: 0.1rem;
	}

	.space-classroom {
		background-color: #f8f8f8;
		margin-top: 1.5rem;
		padding: 0px 0.3rem;
	}

	.space-classroom .wrap {
		position: relative;
		padding: 0;
	}

	.space-classroom-tab {
		position: absolute;
		top: -0.8rem;
		left: 0;
		width: 100%;
	}

	.space-classroom-layout {
		padding: 0.8rem 0;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #666;
	}

	.space-classroom-layout p {
		margin: 0.3rem 0px 0.6rem;
	}

	.space-classroom-tag {
		font-size: 0.24rem;
		line-height: 0.46rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		padding: 0 0.3rem;
		display: inline-block;
		vertical-align: top;
	}

	.space-classroom-tag:first-of-type {
		padding-left: 0;
	}

	.space-classroom-tag h2 {
		font-size: 0.28rem;
		color: #333;
		padding-bottom: 0.28rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.space-classroom-tag.active h2 {
		border-bottom: 4px solid #ff0000;
		color: #ff0000;
	}

	.space-classroom-tag p {
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.space-classroom-tag.active p {
		padding-left: 0.4rem;
	}

	.space-classroom-layout .clearfix {
		display: none;
	}

	.space-classroom-layout .innovation-item {
		height: 3.5rem;
	}

	.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 {
		width: 100%;
		margin-top: 1rem;
	}

	.nationwide-intro {}

	.nationwide-intro span {
		display: block;
		padding-top: 1rem;
		font-size: 0.28rem;
		color: #333;
		line-height: 0.52rem;
	}

	.nationwide-intro span em,
	.information-item p strong,
	.realistic h2 i {
		color: #ff0000;
	}

	.application-case .innovation-item {
		margin-top: 0.2rem;
		height: 3.45rem;
		width: 48%;
	}

	.application-case .innovation-item:nth-of-type(2n) {
		float: right;
	}

	.application-case .innovation-item h2 {
		position: absolute;
		bottom: 0;
		margin: 0.3rem;
		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 {
		color: #fff;
		position: absolute;
		bottom: 0;
		margin: 0.3rem;
		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 {
		color: #fff;
	}

	.influence .tit {
		color: #fff;
		font-weight: normal;
	}

	.influence-item {
		width: 50%;
		color: #fff;
		text-align: center;
		padding-top: 0.6rem;
		float: left;
	}

	.influence-item h3 {
		font-size: 0.8rem;
		font-weight: bold;
		line-height: 0.6rem;
		margin-top: 0.2rem;
	}

	.influence-item h3 i,
	.environment h2 {
		font-size: 0.32rem;
		font-weight: normal;
		line-height: 0.62rem !important;
	}

	.influence-item h3 i {
		display: block;
		font-size: 0.24rem;
		margin-top: 0.15rem;
	}

	.teacher-develop {
		margin-top: 0.8rem;
	}

	.teacher-develop .innovation-item:first-of-type {
		width: 100%;
		height: auto;
		float: none;
	}

	.teacher-develop .innovation-item:nth-of-type(2) {
		width: 100%;
		height: auto;
		float: none;
		margin: 0.2rem auto;
	}

	.teacher-develop .innovation-item:nth-of-type(3) {
		width: 49%;
		height: 49.5%;
	}

	.teacher-develop .innovation-item:nth-of-type(4) {
		width: 49%;
		height: 49.5%;
		float:
			right;
		margin-left: 2%;
	}

	.influence-item:last-child {
		text-align: right;
		width: 100%;
	}

	.teacher-develop .innovation-mask .innovation-tit {
		transition: all .5s ease-out;
		position: absolute;
		bottom: 0.1rem;
		-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);
		font-size: 0.24rem;
		line-height: 0.4rem;
	}

	/* 	.teacher-develop .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;
		}
	}

	.teacher-develop .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: 0.4rem;
	}

	.preschool .newcenter-item {
		margin-top: 0.25rem;
	}

	.preschool .newcenter-item h2 {
		background-color: #f8f8f8;
		font-size: 0.24rem;
	}

	.kindergarten-images,
	.phone-show {
		margin-top: 0.5rem;
	}

	.kindergarten-intro {
		color: #666;
	}

	.kindergarten-intro h2,
	.tit2,
	.scenaries h2,
	.digital h3,
	.still-center h2 {
		font-size: 0.36rem;
		line-height: 0.56rem;
		margin-bottom: 0.3rem;
		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: 8rem;
		padding-top: 1rem;
		font-size: 0.24rem;
		line-height: 0.46rem;
		color: #999999;
		position: relative;
	}

	.information-layout {
		margin-top: 1rem;
		width: 100%;
	}

	.information-item {
		background-color: #fff;
		display: flex;
		align-items: center;
		color: #333333;
		margin-top: 0.2rem;
		padding: 0.3rem;
	}

	.information-item img {
		margin-right: 0.4rem;
		width: 0.6rem;
	}

	.featured-intro {
		color: #666666;
		background-image: url(../images/pres-icon3.png);
		background-size: 0.54rem 0.47rem;
		background-repeat: no-repeat;
		background-position: 92% 87%;
		padding: 0rem 0.3rem;
	}

	.featured-tab {
		width: 84%;
		padding: 0.6rem 0 0.2rem;
		margin-bottom: 0.2rem;
		border-bottom: 1px solid #ededed;
	}

	.pub-solution .featured-tab {
		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: 1.2rem;
		height: 0.5rem;
		background-color: #ededed;
		display: inline-block;
		vertical-align: top;
		text-align: center;
		color: #999999;
		margin-right: 0.05rem;
		line-height: 0.5rem;
		font-weight: bold;
	}

	.featured-tab span,
	.featured-tab a {
		position: relative;
		color: #bbbbbb;
		margin-right: 0.2rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.featured-tab span:last-child,
	.featured-tab a:last-child {
		margin-right: 0;
	}

	.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: 0.05rem;
		background: #ff0000;
		position: absolute;
		bottom: -0.25rem;
		left: 0;
	}

	.featured-div {
		width: 77%;
		display: none;
		color: #999;
		padding-bottom: 0.5rem;
	}

	.featured-layout {
		margin-top: 0.3rem;
	}

	.featured-layout-images.fl {
		float: none;
		width: 100%;
	}

	.game-item {
		padding-bottom: 0.5rem;
		background-color: #f8f8f8;
		position: relative;
		text-align: center;
		margin-top: 1rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.game-item img {
		width: 1rem;
		height: 1rem;
		display: block;
		margin: 0px auto -0.5rem;
		position: relative;
		top: -0.5rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.game-item:hover {
		transform: translateY(-10px);
		-webkit-transform: translateY(-10px);
	}

	.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: 1rem;
		display: flex;
		justify-content: space-between;
	}

	.scenarios .featured-tab a.active:after {
		bottom: -0.2rem;
	}

	.scenarios-layout {
		width: 100%;
		margin-top: 1rem;
		position: relative;
	}

	.scenarios-images {
		float: right;
		max-width: 50%;
	}

	.scenarios-intro {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 46%;
		color: #666666;
		left: 3%;
	}

	.scenarios-intro h2 {
		font-size: 0.32rem;
		color: #333;
		margin: 0.3rem 0;
	}

	.features .scope-layout .nav-item {
		margin-top: 0.3rem;
	}

	.features .scope-layout .nav-item img {
		width: 0.6rem;
	}

	.other-banner-news {
		width: 1.5rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
		text-align: center;
		color: #ff0000;
		margin: 0.2rem auto;
		/* border: solid 0.03rem #ff0000; */
	}

	.tit3 {
		text-align: center;
		font-size: 0.48rem;
		line-height: 0.62rem;
		letter-spacing: 0.06rem;
		color: #333333;
	}

	.routine .innovation-item {
		height: auto;
		width: 100%;
		margin-top: 0.3rem;
		float: none;
	}

	.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: 12rem !important;
		padding-top: 0.6rem !important;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.46rem;
		color: #666;
		position: relative;
	}

	.elegant .kindergarten-intro h2 i {
		display: inline-block;
	}

	.elegant .kindergarten-images,
	.connecting .kindergarten-images,
	.equipment .kindergarten-images {
		max-width: 100%;
	}


	.equipment-item {
		margin-bottom: 2rem;
	}

	.equipment-item:last-child {
		margin-bottom: 0;
	}

	.equipment-item:first-of-type {
		margin-top: 1rem;
	}

	.equipment-item .kindergarten-intro h2 {
		color: #fff;
	}

	.commitment .information-item {
		background-color: #f8f8f8;
		margin-top: 0.3rem;
		text-align: left;
		width: 100%;
		padding: 0.5rem 0;
		justify-content: flex-start;
	}

	.commitment .information-item img {
		margin-left: 0.4rem;
	}

	.commitment .information-item h2 {
		font-size: 0.38rem;
	}

	.commitment .information-item h2 i {
		display: block;
		color: #999999;
		font-size: 0.24rem;
		margin-top: 0.1rem;
	}

	.still {
		position: relative;
		margin: 1rem 0.3rem 0;
	}

	.still-center {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 14.2%;
	}

	.still .base-more {
		margin-top: -0.1rem;
		width: 2rem;
		height: 0.5rem;
		line-height: 0.5rem;
		font-size: 0.24rem;
	}

	.suspended {
		height: 1rem;
		line-height: 1rem;
		background-color: #ffffff;
		border-top: 1px solid #ededed;
		font-size: 0.24rem;
		color: #999;
	}

	.suspended .fr a,
	.suspended .fl a {
		color: #999;
		padding: 0px 0.09rem;
	}

	.other-bannerceter4 .other-banner-news {
		width: auto;
	}

	.suspended .fr a.suspended-more {
		width: 1.2rem;
		height: 0.4rem;
		background-color: #ff0000;
		text-align: center;
		color: #fff;
		line-height: 0.4rem;
		padding: 0;
		display: inline-block;
		vertical-align: middle;
		font-size: 0.22rem;
	}

	.scenaries .swiper-container {
		padding-bottom: 0.8rem;
		margin-top: 0.8rem;
	}

	.scenaries .swiper-pagination-bullet {
		width: 0.2rem;
		height: 0.2rem;
		background-color: #e5e5e5;
		opacity: 1;
		margin: 0px 0.2rem !important;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.scenaries .swiper-pagination-bullet-active {
		width: 0.28rem;
		height: 0.28rem;
		background-color: #ff0000;
	}

	.scenaries .swiper-banner .swiper-container::after {
		background: transparent;
	}

	.scenaries .problem-tab {
		background-color: transparent;
		height: auto;
		margin-top: 0.3rem;
	}

	.scenaries .problem-tab h2 {
		color: #999999;
		position: relative;
		text-align: left;
		width: 23%;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		display: inline-block;
		vertical-align: top;
		padding: 0.2rem 0.3rem;
	}

	.scenaries .problem-tab h2.active {
		background-color: #fff;
	}


	.scenaries .problem-content {
		margin-top: 0;
	}

	.scenaries .problem-item {
		padding: 0.2rem 0;
		margin: 0px 0.3rem;
		color: #333;
		display: flex;
		justify-content: space-between;
		border-bottom: 1px solid #ededed;
		background-color: #fff;
	}

	.scenaries .problem-item h2 {
		margin: 0;
		font-weight: bold;
		width: 38%;
		font-size: 0.28rem;
	}

	.scenaries .problem-item p {
		width: 65%;
	}

	.official-item {
		width: 33.3%;
		font-size: 0.28rem;
		text-align: center;
		color: #333;
		margin: 0.4rem 0;
		position: relative;
		float: left;
	}

	.official-item img {
		height: 1rem;
		margin-bottom: 0.2rem;
	}

	.official-item::after {
		content: '';
		width: 1px;
		height: 0.8rem;
		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: 7rem;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.46rem;
		width: 100%;
		color: #dddddd;
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}

	.control {
		text-align: center;
		padding: 1rem 0;
		font-size: 0.24rem;
		line-height: 0.46rem;
		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: 0.36rem;
		margin-top: 0.3rem;
		color: #ff0000;
	}

	.control span {
		display: block;
		font-size: 0.32rem;
		color: #fff;
		line-height: 0.62rem;
	}

	.variety {
		padding: 0.5rem 0 1rem;
		font-size: 0.24rem;
		line-height: 0.46rem;
		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 {
		width: 100%;
	}

	.variety-intro {
		margin-top: 0.8rem;
		text-align: center;
	}

	.variety-intro h2,
	.upgrade h3 i {
		font-size: 0.38rem;
		color: #fff;
		line-height: 0.62rem;
		margin-bottom: 0.4rem;
	}

	.wonderful {
		background-image: url(../images/mac-img7.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		background-color: #002d69;
	}

	.wonderful-intro {
		padding-top: 1rem;
	}

	.wonderful-intro .flex {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
	}

	.wonderful-item {
		width: 48.3%;
		margin-top: 0.8rem;
	}

	.wonderful-item img {
		width: 100%;
		margin-bottom: 0.3rem;
	}

	.cognition {
		background-image: none;
		background-color: #000;
	}

	.cognition-intro {
		margin-top: 1rem;
		padding-bottom: 1rem;
		position: relative;
	}

	.cognition .cognition-intro .cognition-div {
		text-align: center;
		margin: 0.5rem auto;
	}

	.cognition-intro img {
		max-width: 100%;
		margin: 0px auto !important;
		display: block;
	}

	.cognition-div {
		text-align: left;
		margin-bottom: 0.5rem;
	}

	.control .cognition-div h3 {
		color: #fff;
		margin: 0px auto 0.2rem;
		line-height: 0.62rem;
	}

	.cognition-div1 {
		font-size: 0.24rem;
		color: rgba(221, 221, 221, 0.5);
		text-align: center;
	}

	.fearless {
		background-image: url(../images/mac-img8.jpg);
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: top;
		background-color: #000;
		padding: 5rem 0 1rem;
		margin-top: -2rem;
	}

	.control h2 {
		font-size: 0.6rem;
		margin-bottom: 0.4rem;
	}

	.fearless-intro {
		position: relative;
		margin-top: 1.5rem;
	}

	.fearless-intro .cognition-div {
		margin: 0.5rem 0;
		text-align: center;
	}

	.fearless-intro img {
		max-width: 100%;
		display: block;
		margin: 0px auto;
	}

	.unlimited {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
		text-align: center;
	}

	.unlimited img {
		margin-top: 1rem;
		width: 25%;
		margin-bottom: 0.5rem;
		object-fit: contain;
		height: 1.4rem;
	}

	.education {
		font-size: 0.24rem;
		color: rgba(255, 255, 255, 0.3);
		line-height: 0.46rem;
		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: 0.48rem;
	}

	.education-tit,
	.education-frame {
		position: absolute;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 0;
	}

	@keyframes fadetit {
		0% {
			opacity: 0;
			transform: translateY(-15px);
		}

		100% {
			opacity: 1;
			transform: none;
		}
	}

	.realistic h2 {
		line-height: 0.64rem;
		letter-spacing: 0.02rem;
		color: #fff;
	}

	.education-frame h2 {
		font-size: 0.32rem;
		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: 0.8rem;
		min-height: 10rem;
		text-align: center;
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: center !important;
		font-size: 0.32rem;
		line-height: 0.52rem;
		color: #666666;
	}

	.reshape span {
		width: 2rem;
		height: 0.6rem;
		line-height: 0.6rem;
		font-size: 0.24rem;
		display: block;
		margin: 20px auto;
		color: #ff0000;
		border-radius: 0.5rem;
		border: solid 2px #ff0000;
	}

	.realistic {
		padding-bottom: 1rem;
		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: 1rem 0;
		position: relative;
	}

	.realistic-intro img {
		width: 100%;
		margin: 0.3rem auto;
	}

	.realistic-div {
		display: none;
	}


	.realistic-tab {
		text-align: center;
		font-size: 0;
		margin: 0.8rem auto 0.5rem;
	}

	.control .realistic-tab span {
		cursor: pointer;
		font-size: 0.28rem;
		display: inline-block;
		padding: 0px 0.3rem 0.2rem;
		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: 0.8rem 0;
	}

	.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: 6rem;
		padding-top: 1rem;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.46rem;
		color: #dddddd;
	}

	.continuous h3 {
		font-size: 0.42rem;
		color: #ff0000;
		margin: 0.3rem 0;
	}

	.other-bannerceter5 {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		text-align: center;
		color: #fff;
		right: 8%;
		z-index: 2;
		line-height: 0.64rem;
	}

	.other-bannerceter5 img {
		width: 2rem;
	}

	.other-bannerceter5 a {
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.65rem;
		display: block;
		color: #ff0000;
		cursor: pointer;
	}

	.connecting {
		background-image: url(../images/inf-bk.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		padding-top: 1rem;
		min-height: 8rem;
		font-size: 0.24rem;
		line-height: 0.46rem;
		padding-bottom: 1rem !important;
	}

	.connecting:nth-of-type(2) .clearfix {
		margin-top: 1rem !important;
	}

	.connecting .kindergarten-intro {
		color: #999999;
	}

	.equipment-comments {
		position: initial !important;
		font-size: 0.24rem !important;
		line-height: 0.38rem !important;
		text-align: center !important;
		margin-top: 0.7rem;
	}

	.connecting1,
	.connecting2 {
		padding: 1rem 0;
		min-height: auto;
	}

	.connecting .kindergarten-intro h2 i,
	.equipment-item .kindergarten-intro h2 i {
		font-size: 0.44rem;
	}

	.equipment {
		padding: 1rem 0;
		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: 0.24rem;
		line-height: 0.46rem;
		color: #ddd;
	}

	.equipment-tag {
		font-size: 0.24rem;
		color: #fff;
		padding-right: 0.3rem;
		margin-bottom: 0.3rem;
		display: inline-block;
	}

	.swiper-banner .other-bannerceter h3::after {
		width: 0;
	}

	.wrappert .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;
	}

	.wrappert .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;
	}

	.wrappert .swiper-banner .swiper-pagination-bullet .groove {
		height: 100%;
		width: 0;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		z-index: 200;
	}

	.wrappert .swiper-banner .swiper-container .other-bannerceter h2 {
		height: 1rem;
		overflow: hidden;
	}

	.upgrade {
		padding-top: 1rem;
		min-height: 11rem;
		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: 0.24rem;
		line-height: 0.46rem;
		color: #ddd;
	}

	.upgrade h3 {
		font-size: 0.46rem;
		color: #ff0000;
		margin: 0.6rem auto 0.3rem;
		line-height: 0.64rem;
	}

	.infrared {
		padding: 0 0px 1rem;
		margin-top: -1rem;
		text-align: left;
		background-image: url(../images/inf-bk2.jpg);
		background-size: cover !important;
		background-repeat: no-repeat !important;
		background-position: top !important;
		font-size: 0.24rem;
		line-height: 0.46rem;
		color: #ddd;
	}

	.infrared-intro {
		margin-top: 5rem;
		text-align: center;
	}

	.infrared-intro h2 {
		font-size: 0.46rem;
		color: #ff0000;
		margin: 0.4rem 0;
		line-height: 0.64rem;
	}

	.teachingbar {
		background-image: url(../images/int-bk.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		min-height: 6rem;
		padding-top: 1rem;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.46rem;
		color: #dddddd;
	}

	.flexible1 {
		margin-top: 1.5rem;
	}

	.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: 1rem 0;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.46rem;
	}

	.pickup-intro {
		position: relative;
		width: 90%;
		margin: 1rem 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: 1rem auto;
	}

	.panoramic-more {
		width: 2rem;
		height: 0.65rem;
		border-radius: 0.5rem;
		border: solid 2px #ff0000;
		font-size: 0.24rem;
		text-align: center;
		line-height: 0.65rem;
		display: block;
		margin: 0.5rem auto 0;
		color: #ff0000;
	}

	.mod-banner {
		background-color: #000;
		min-height: 7rem;
		font-size: 0.42rem;
		line-height: 0.56rem;
		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: 51.5%;
		opacity: 0;
		position: absolute;
		top: 48%;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.exploration {
		position: relative;
		padding: 1rem 0.3rem;
		background-color: #000;
		font-size: 0.24rem;
		line-height: 0.46rem;
		color: #ffffff;
		text-align: center;
	}

	.exploration-tit {
		position: absolute;
		top: 60%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 100%;
		left: 0;
	}

	.collision {
		padding: 1rem 0;
		text-align: center;
		font-size: 0.32rem;
		line-height: 0.52rem;
		color: #ff0000;
	}

	.collision .tit3 {
		margin-top: 0.2rem;
	}

	.collision-item {
		font-size: 0.24rem;
		line-height: 0.46rem;
		color: #999999;
		text-align: center;
		margin-top: 1rem;
	}

	.collision-item h2 {
		font-size: 0.32rem;
		margin: 0.3rem 0 0.1rem;
		color: #333;
	}

	.collision-images {}

	.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: 0.4rem;
		color: #dddddd;
		font-size: 0.24rem;
		line-height: 0.46rem;
	}

	.definition-intro {
		position: relative;
		margin: 1rem 0.3rem 0;
	}

	.definition-images {
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		width: 97%;
		top: 4%;
		height: 90%
	}

	.definition-tit {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		left: 0;
		width: 100%;
		font-size: 0.24rem;
		line-height: 0.46rem;
		color: #dddddd;
		text-align: center;
	}

	.definition .definition-intro .definition-screen .definition-images {
		position: relative;
		transform: none;
		height: auto;
		left: 0;
		top: 0;
	}

	.definition-tit img,
	.ignite img {
		margin: 0.8rem 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: 1rem;
		background-color: #000;
	}

	.uniform img {
		width: 100%;
		margin: 0.8rem auto;
	}

	.definition-images1 {
		margin-top: 0.8rem;
	}

	.system-item {
		padding: 0.8rem 0.3rem;
		font-size: 0.24rem;
		line-height: 0.46rem;
		text-align: center;
		color: #666666;
		background-color: #f2f2f2;
		margin-top: 0.8rem;
	}

	.system-item:first-of-type img {
		max-width: 100%;
		display: block;
		margin: 0.3rem auto 0;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.system-item .flex {
		margin: 0.8rem auto 0;
		height: 64%;
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items:
			center;
	}

	.system-flex {
		width: 48%;
		background-color: #fff;
		position: relative;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		height: 3rem;
	}

	.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 img:last-child {
		display: none;
	}

	.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;
	}


	.ignite {
		background-image: url(../images/mod-bk.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top;
		font-size: 0.24rem;
		line-height: 0.46rem;
		text-align: center;
		color: #ddd;
		padding-top: 1rem;
	}

	.ignite .tit3 {
		color: #fff;
		margin-bottom: 0.4rem;
	}

	.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 {
		width: 100%;
	}

	.analysis .featured-tab {
		padding-top: 0;
		margin-bottom: 0.3rem;
		width: 100%;
		border: 0;
	}

	.analysis .featured-tab:after,
	.policy-item::after {
		content: "";
		display: block;
		clear: both;
		vertical-align: middle;
		height: 0;
	}

	.analysis .featured-tab span {
		margin: 0px 0px 0.3rem 0;
		text-align: center;
		width: 50%;
		float: left;
	}

	.analysis .featured-tab span.active:after {
		bottom: -0.1rem;
		width: 50%;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
	}

	.analysis .nav-content {
		color: #666;
	}

	.analysis-item {
		margin-top: 0.6rem;
	}

	.analysis-item img {
		width: 0.6rem;
	}

	.analysis-item span {
		display: block;
		padding-left: 0.3rem;
		margin-bottom: 0.1rem;
		background-image: url(../images/voca-start.png);
		background-size: 0.15rem;
		background-repeat: no-repeat;
		background-position: left;
	}

	.analysis .analysis-item {
		width: 50%;
		float: left;
	}

	.safety-item {
		margin-top: 0.5rem;
		text-align: center;
		position: relative;
		padding-bottom: 1rem;
	}

	.safety-item img {
		width: 1rem;
	}

	.safety-item:nth-of-type(2)::after {
		content: '';
		background-image: url(../images/voca-jt1.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		width: 0.4rem;
		bottom: 0.2rem;
		height: 0.21rem;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
		-webkit-transform: translateX(-50%) rotate(90deg);
	}

	.safety-item:nth-of-type(2)::before {
		content: '';
		background-image: url(../images/voca-jt.png);
		background-size: contain;
		background-repeat: no-repeat;
		background-position: center;
		position: absolute;
		width: 0.4rem;
		top: -0.9rem;
		height: 0.21rem;
		left: 50%;
		transform: translateX(-50%) rotate(90deg);
		-webkit-transform: translateX(-50%) rotate(90deg);
	}

	.affairs-item {
		margin-top: 1rem;
		color: #1abcfa;
		text-align: center;
		position: relative;
		background-color: #eef5fd;
		padding: 0.8rem 0;
	}

	.affairs-item:nth-of-type(2) {
		background-color: #fff9e9;
		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: #f1f9ee;
		color: #76bc5c;
	}

	.affairs-item:nth-of-type(3) p i,
	.affairs-item:nth-of-type(3) h2 {
		background-color: #76bc5c;
	}

	.affairs-item img {
		width: 1rem;
		height: 1rem;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		top: -0.5rem;
	}

	.affairs-item h2 {
		width: 2rem;
		height: 0.6rem;
		font-size: 0.24rem;
		line-height: 0.6rem;
		background-color: #1abcfa;
		border-radius: 0.5rem;
		text-align: center;
		color: #fff;
		margin: 0 auto 0.4rem;
	}

	.affairs-tag {
		width: 100%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		box-sizing: border-box;
		align-items: center;
	}

	.affairs-tag p {
		width: 50%;
		margin-bottom: 0.1rem;
		text-align: center;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
	}

	.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: 0.5rem auto 0;
		max-width: 100%;
	}

	.layer-content {
		background-color: #fff;
		box-shadow: 1px 1px 0.5rem rgb(0 0 0 / 30%);
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
		position: fixed;
		right: 0.3rem;
		bottom: 0;
		z-index: 200;
		width: 6rem;
		height: 5rem;
		transform: translateY(200%);
		-webkit-transform: translateY(200%);
	}

	.layer-content.active {
		transform: none;
		-webkit-transform: none;
	}

	.layer-close {
		background-image: url(../images/close.png);
		background-size: 0.22rem 0.24rem;
		background-repeat: no-repeat;
		background-position: center;
		width: 0.5rem;
		height: 0.5rem;
		border-radius: 50%;
		position: absolute;
		background-color: #ff0000;
		right: -0.25rem;
		top: -0.25rem;
		transition: all .3s ease-out;
		-webkit-transition: all .3s ease-out;
	}

	.layer-close:hover {
		transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
	}

	.mt80.flex {
		font-size: 0;
	}

	.research-page {
		display: inline-block;
		vertical-align: top;
		width: 50%;
		font-size: 0.24rem;
	}

	.research-page:last-child {
		text-align: right;
	}

	.amap-icon img {
		object-fit: contain;
	}

	.ditu-layout1 {
		height: auto;
		margin: auto !important;
	}

	.ditu-layout .search-box {
		padding: 0px 0.32rem;
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		background: #fff;
		border-radius: 0.3rem;
		margin: 0 0.3rem 0.3rem;
	}

	.ditu-layout .search-layout {
		left: auto;
		right: 0;
		padding: 0.5rem 0;
	}

	.search-kinds {
		max-height: 6rem;
		overflow-y: scroll;
	}

	.search-box-tit {
		border-bottom: 1px solid #f0f0f0;
		padding: 0.35rem 0;
		font-size: 0.32rem;
		color: #333;
		font-weight: bold;
	}

	.select-wrap {
		padding: 0.3rem 0;
	}

	.search-text-wrap {
		position: relative;
	}

	.search-text-tip {
		font-size: 0.24rem;
		color: #333;
		line-height: 0.42rem;
		margin-bottom: 0.3rem;
		font-weight: bold;
		text-align: left;
	}

	#searchText {
		font-size: 0.24rem;
		color: #1d1e28;
		border: 0;
		padding-right: 0.4rem;
		width: calc(100% - 0.4rem);
		border-bottom: 1px solid #d8d8d8;
		padding-bottom: 0.2rem;
	}

	.search-text-wrap .search-btn {
		content: "";
		display: inline-block;
		width: 0.5rem;
		height: 0.5rem;
		background-image: url(../images/search.svg);
		position: absolute;
		right: 0;
		bottom: 0.1rem;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.search-box1 .search-box-tit {
		font-size: 0.28rem;
	}

	.search-box1 .select-wrap {
		padding-top: 0.2rem;
	}

	.net-work-content {
		margin-top: 0.2rem;
		display: block;
		font-size: 0.24rem;
		color: #7f7f7f;
		line-height: 0.42rem;
		position: relative;
		padding-left: 0.52rem;
	}

	.net-work-content img {
		width: 0.32rem;
		vertical-align: middle;
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.search-text-wrap .select-options {
		border-radius: 0.12rem;
		max-height: 4rem;
		overflow-y: auto;
		top: 1.3rem;
		z-index: 10;
	}

	.industry-contect {
		margin-top: 0.5rem;
		font-size: 0.24rem;
		line-height: 0.42rem;
		color: #999999;
	}

	.industry-item:nth-of-type(2n) {
		border-left: solid 1px #ededed;
		border-right: solid 1px #ededed;
	}

	.industry-item {
		padding: 0.6rem 0.4rem;
		border: solid 1px #ededed;
		margin-top: 0.5rem;
	}

	.industry-contect .industry-item img {
		width: 100%;
		margin-top: 0.3rem;
	}

	.industry-item h2 {
		font-size: 0.42rem;
		margin-bottom: 0.3rem;
		color: #333333;
	}
}

@media screen and (min-width: 1024px) {
	body {
		display: none;
	}
	
	

	
}

