	.page{
			width: 100%;
			height: auto;
		}
		.banner{
			width: 100%;
			height: 42.5rem;
			/* background-image: url(img/banner-back.png); */
			background: linear-gradient(90deg, #AC40FF 0%, #1A79FF 100%);
			background-size: 100%;
			margin: 0 auto;
		}
		
		.banner-text{
			width: 46.125rem;
			height: 31.25rem;
			margin-top: 8rem;
			text-align: center;
			float: left;
		}
		.banner-text-title{
			padding: 0;
			margin: 0;
			font-size: 3.125rem;
			font-family: Microsoft YaHei;
			font-weight: bold;
			color: #FFFFFF;
			
		}
		.banner-text-content{
			font-size: 1.25rem;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #FFFFFF;
			opacity: 0.8;
			line-height: 4.375rem;
		}
		.banner-text-img{
			background: url(../img/sc-back.png);
			width: 16.6875rem;
			height: 18.5625rem;
			background-size: 100%;
			margin: 0 auto;
		}
		.banner-text-img img{
			width: 10.25rem;
			height: 10.25rem;
			display: block;
			float: left;
			margin: 2.65rem auto 0 3.175rem;
			
		}
		
		
		
		.banner-img{
			width: 14.375rem;
			height: 29.0625rem;
			float: left;
			margin: 6.1875rem 0 0 5.4375rem;
		}
		.banner-img-img{
			width:100%;
			height:100%;
		}
		
		.banner-ioc{
			width: 100%;
			margin-top: 1.875rem;
			margin-left: 4.6875rem;
		}
		.banner-ioc-li-active{
			width: 1.25rem;
			height: 0.375rem;
			background: #FFFFFF;
			opacity: 0.9;
			border-radius: 0.1875rem;
			float: left;
			margin-left: 0.625rem;
		}
		
		
		.banner-ioc-li{
			width: 1.25rem;
			height: 0.375rem;
			background: #FFFFFF;
			opacity: 0.3;
			border-radius: 0.1875rem;
			float: left;
			margin-left: 0.625rem;
		}
		.hide{
			transform:scale(2);
			
			display: none;
		}
		.page-content{
			width: 75rem;
			height: auto;
			margin: 0 auto;
		}
		.duoz{
			width: 100%;
			height: 10.25rem;
			
			margin: 5rem auto 0 auto;
			text-align: center;
		}
		.duoz p{
			font-size: 1.875rem;
			font-family: Microsoft YaHei;
			font-weight: bold;
			color: #333333;
			line-height: 1.875rem;
		}
		.duoz span{
			font-size: 1.125rem;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #666666;
			line-height: 1.825rem;
		}
		
		.lei{
			width: 100%;
			height: 16.5625rem;
		}
		.lei ul li{
			list-style: none;
			float: left;
		}
		.lei ul li:nth-child(2){
			margin-left: 3.5rem;
		}
		.lei ul li:nth-child(3){
			margin-left: 3.5rem;
		}
		.lei ul li:nth-child(4){
			margin-left: 3.5rem;
		}
		
		.lei ul li div{
			width: 15.375rem;
			height: 100%;
			text-align: center;
		}
		.lei ul li div img{
			width: 7.5rem;
			height: 7.5rem;
		}
		
		.lei-title{
			font-size: 1.5rem;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #333333;
			line-height: 4.375rem;
		}
		
		.lei-content{
			font-size: 0.875rem;
			font-family: Microsoft YaHei;
			font-weight: 300;
			color: #666666;
			line-height: 1.625rem;
		}
		.qiang{
			width: 100%;
			height: 10.25rem;
			margin: 8.5rem auto 0 auto;
			text-align: center;
		}
		.qiang p{
			font-size: 1.875rem;
			font-family: Microsoft YaHei;
			font-weight: bold;
			color: #333333;
			margin: 0;
			padding: 0;
		}
		.qiang span{
			font-size: 1.125rem;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #666666;
		}
		
		
		.app-desc-left,.app-desc-right{
			width: 100%;
			height: 33.75rem;
		}
		.app-desc-left-img,.app-desc-left-text,
		.app-desc-right-img,.app-desc-right-text{
			width: 29.375rem;
			height: 100%;
		}
		.app-desc-left-img,.app-desc-right-text{
			float: left;
		}
		.app-desc-left-text,.app-desc-right-img{
			float: right;
			margin-top: -4.375rem;
			
		}
		.app-desc-right-img{
			margin-right: 10.375rem;
		}
		
		.app-desc-left-img-1,.app-desc-left-img-2,
		.app-desc-right-img-1,.app-desc-right-img-2{
			width:19.375rem;
			height: 31.5rem;
			position: absolute;
		}
		.app-desc-left-img-1,.app-desc-right-img-1{
			margin:2.375rem 0 0 6rem ;
			backface-visibility: hidden;
			transition: all 1s ease 0s;
		}
		
	
		.app-desc-left-img-2,.app-desc-right-img-2{
			margin:0 0 0 15.875rem ;
			text-align: center;
			backface-visibility: hidden;
		}
		/* .app-desc-left-img-2:hover{
			-webkit-animation:mymove 0.7s forwards;
		} */
		
		@keyframes mymove
		{
			from {left:25rem;}
			to {left:23.125rem;}
		}
		
	/* 	.app-desc-right-img-2:hover{
			-webkit-animation:mymover 0.7s forwards;
		} */
		@keyframes mymover
		{
			from {left:58rem;}
			to {left:56.125rem;}
		}

		
		.app-desc-left-text,.app-desc-right-text{
			height: 6.5rem;
			
		}
		.app-desc-right-text{
			margin-left: 15.375rem;
		}
		.app-desc-left-text img,.app-desc-right-text img{
			width:2.5rem;
			height: 2.5rem;
			margin: 9.875rem  0 0.3125rem -2.9375rem;
		}
		.app-desc-right-text img,{
			width:2.5rem;
			height: 2.5rem;
			margin: 9.875rem  0 0.3125rem -2.9375rem;
		}
		
		.app-desc-left-text p,.app-desc-right-text p{
			padding: 0;
			margin: 0;
			font-size: 1.5rem;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #333333;
			line-height: 1.975rem;
			margin-left: -0.625rem;
		}
		.app-desc-left-text-div,.app-desc-right-text-div{
			width: 20px;
			height: 4px;
			background: #006CFF;
			margin-top: 1.5rem;
			margin-bottom: 2.0rem;
			
		}
		.app-desc-left-text-span,.app-desc-right-text-span{
			font-size: 1.125rem;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #666666;
			line-height: 1.75rem;
		}
		.app-border{
			width: 1200px;
			height: 1px;
			background: #EEEEEE;
			margin-bottom: 2.375rem;
			margin-top: 5.5rem;
			
		}
		#foot{
			
			height: 10rem;
			background: #071345;
			text-align: center;
		}
		#foot div{
			width: 100%;
			height: 4.75rem;
			font-size: 1rem;
			font-family: Microsoft YaHei;
			font-weight: 400;
			color: #FFFFFF;
			line-height: 1.875rem;
			opacity: 0.2;
			padding-top:  2.05rem;
		}
		
		
		
	
		
		
		