

.banner {
	width: 100%;
	padding-bottom: 26.04%;
	position: relative;
	z-index: 1;
}

.banner a {
	display: block;
	width: 100%;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
}

.banner a picture {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.banner a picture source {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

.banner img {
	width: 100%;
}

.topic-container .active-content h2 {
	font-size: .24rem;
	line-height: .3rem;
}

.topic-container#topic-selection .slide-tips {
	color: #ffffff;
}

.wrapper.topic-wrapper .main {
	padding-top: 0;
}

.topic-container h1 {
	padding-top: 0;
}


.max-1000 {
	width: 100%;
	max-width: 1000px;
	display: inline-block;
}

.topic-container {
	margin-bottom: .35rem;
}

.topic-container#topic-container-t {
	margin-top: .25rem;
	margin-bottom: .15rem;
}
#topic-container-t .m-t-p{
	text-align: left;
}

.topic-container h1 {
	color: #2a2a2a;
	font-size: .26rem;
	line-height: .35rem;
	margin-bottom: .1rem;
}

.m-t-p {
	display: inline-block;
	width: 100%;
	color: #666666;
	margin-bottom: .1rem;
	text-align: center;
	font-size: .15rem;
	line-height: .25rem;
	position: relative;

}

#m-t-p-red{
	color: red;
	font-weight: normal;
}
.m-t-p a {
	color: #0064c3;
	text-decoration: underline;
}

.m-t-p font {
	color: #0064c3;
	font-weight: bold;
}



.m-t-p font {
	color: #0064c3;
}
#topic-container-1 {
	margin-bottom: 0.25rem;
}
.container-img-1{
	width: 28%;
	margin: 1%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-top: 0.3rem;
	position: relative;
	/* border-bottom: 1px solid #d0e7f5;
	border-left: 1px solid #d0e7f5; */
}
.container-img-1  .c-hover{
	
	border: 1px solid #00aeff;
}
.container-img-1 .t-hover{
	
	border: 1px solid #00aeff;
}
.container-img-1 .b-hover{
	
	color: #00aeff;
}

/* .container-img-1:hover{
	border: 1px solid #00AEFF;
	color: #00AEFF;
} */
.table-t{
	width: 100%;
	font-size: 0.18rem;
	color: #3d3d3d;
	font-weight: bold;
	text-align: center;
	padding: 0.1rem 0;
	border-bottom: 1px solid #d0e7f5;
	border-right: 1px solid #d0e7f5;
	background-color: #F3F8FE;
	
}
.table-pic{
	font-size: 0;
	line-height: 0;
	height: auto;
	border: 1px solid #d0e7f5;
}

.table-pic-click{
	width: 100%;
	
	display: inline-block;
	cursor:pointer;
}
.table-img{
	width: 90%;
	border: 1px solid #d0e7f5;
	margin: 0 auto;
	margin-top: 5%;
}

.table-img img{
	width: 100%;
	max-width: 140px;
}
#click2{
	border-right: none;
}
#click4{
	border-right: none;
}
#table-pic-2{
	border-right: none;
}
.table-bot{
	width: 100%;
	
	padding-top: 0.1rem;
	padding-bottom: 0.2rem;
}
.table-bot{
	width: 100%;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.25rem;
}
.table-but{
	
	display: block;
	width: 30%;
	padding-top: 0.12rem;
	padding-bottom: 0.12rem;
	position: absolute;
	background-color: #0081CC;
	color: #fff;
	vertical-align: middle;
	font-size: 0.12rem;
	left: 35%;
	bottom: -5%;
	border-radius: 0.15rem;
}
.table-solution{
	width: 43%;
	margin: 2%;
	display: inline-block;
	cursor: pointer;
}
.solution-img{
	width: 100%;
}
.solution-img img{
	width: 100%;
	max-width: 484px;
}
#topic-container-2 {
	background-color: #F7F8FA;
}

#topic-container-2 .max-1000 {
	border-radius: 25px;
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	-ms-border-radius: 25px;
	-o-border-radius: 25px;
	padding-bottom: 0;
}
.container2{
	width: 100%;
	position: relative;
	margin-bottom: 0.25rem;
}
.product{
	position: absolute;
}

.product img{
	width: 100%;
	-webkit-animation: pic1_4scaling .7s infinite;
	-moz-animation: pic1_4scaling .7s infinite;
	-o-animation: pic1_4scaling .7s infinite;
	-ms-animation: pic1_4scaling .7s infinite;
	animation: pic1_4scaling 1s infinite;
}
.product img:hover{
	transform: scale(1.2 );
}
.product#pr-1{
	left: -1.3%;
	top: 9.8%;
}
.product#pr-2{
	left: -1.3%;
	top: 59%;
}

.product#pr-4{
	right: -1.3%;
	top: 9.8%;
}
.product#pr-5{
	right: -1.3%;
	top: 59%;
}


@keyframes pic1_4scaling {
	0% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(0.9);
	}
}


@-webkit-keyframes pic1_4scaling {
	0% {
		-webkit-transform: scale(1.2);
	}

	100% {
		-webkit-transform: scale(0.9);
	}
}

@-moz-keyframes pic1_4scaling {
	0% {
		-moz-transform: scale(1.2);
	}

	100% {
		-moz-transform: scale(0.9);
	}
}

@-o-keyframes pic1_4scaling {
	0% {
		-o-transform: scale(1.2);
	}

	100% {
		-o-transform: scale(0.9);
	}
}

@-ms-keyframes pic1_4scaling {
	0% {
		-ms-transform: scale(1.2);
	}

	100% {
		-ms-transform: scale(0.9);
	}
}

@keyframes pic1_4scaling {
	0% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(0.9);
	}
}
.swiper-container-ico-img2 {
	
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	
	
}
.container2 div img{
	width: 100%;
	
}

#topic-container-3 {
	background-color: #99B8D4;
	margin-top: 2%;
	margin-bottom: .15rem;
}
.container3{
	width: 100%;
	position: relative;
}
.container3 img{
	width: 100%;
	max-width: 967px;
}
.adv-1{
	width: 25%;
	height: 0.8rem;
	font-size: 0.16rem;
	text-align: center;
	padding-top: 5.5%;
	color: #3d3d3d;
	border: 2px solid #79bde4;
	background-color: #f8fcff;
	position: relative;
	display: inline-block;
	margin: 0 0.1rem ;
	margin-top: 0.3rem;
}
.adv-1 span{
	position: absolute;
	top: -25%;
	left: 35%;
}
.adv-1 span img{
	width: 100%;
	max-width: 79px;
}
.swiper-container-ico-img2 {
	
	cursor: pointer;
	vertical-align: middle;
	display: inline-block;
	
	
}
.table-scale-wrap {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 3;
}
.table-scale-mask {
	width: 100%;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;


}

.img-scale-wrap {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 3;
}

.img-scale-mask {
	position: fixed;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 1;


}
.table-scale-wrap-pic{
	width: 50%;
	position: absolute;
	top: 20%;
	left: 25%;
	z-index: 4;
	margin: 0 auto;
}
.table-scale-wrap-pic img{
	width: 100%;
	margin: 0 auto;
}
.app-img-wrap {
	position: relative;
	width: 100%;

	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	margin-top: 10%;


}
#S0 {
	width: 100%;
	max-height: 603px;
	max-width: 900px;
	position: absolute;
	left: 1%;
	top: 0;

}

#S0 .swiper-slide {
	height: 100%;
	position: relative;
	max-width: 900px;
	
	z-index: 5;

}

#S0.swiper-slide img {
	width:90%;
	max-width: 900px;


}

.arrow-left#L0 {
	display: block;
	width: 12%;
	padding-bottom: 100%;
	background-image: url("../images/ico4.png");
	position: absolute;
	left: -1rem;
	top: 2rem;
	z-index: 5;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 80px;
}

.arrow-right#R0 {
	display: block;
	width: 12%;
	padding-bottom: 100%;
	background-image: url("../images/ico3.png");
	position: absolute;
	right: 0rem;
	top: 2rem;
	z-index: 5;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 80px;
}

.app-close#C0 {
	display: block;
	width: .65rem;
	height: .65rem;
	background-image: url("../images/ico2.png");
	cursor: pointer;
	margin: 0 auto;
	z-index: 5;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: -0.35rem;
	right: 1rem;
}
.table-scale-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10002;
	display: none;
}

























.swiper-container.S1 {
	width: 100%;
	max-height: 685px;
	max-width: 890px;
	overflow-x: hidden;
	margin: 0 auto;

}

.pro-swiper {
	width: 100%;
	height: 2rem;
	max-width: 1000px;
	margin: 0 auto;
	position: relative;
	margin-top: 0.45rem;
}

#topic-container-2 .pro-swiper {
	height: 250px;
}

.swiper-slide {
	display: inline-block;
	box-sizing: border-box;
	height: 190px;

}

.S1 .swiper-slide p.hover-style {
	color: #0064C3;
	font-weight: bold;
}

.zhushi {
	margin-top: .2rem;
	display: block;
	text-align: center;
	font-size: 0.13rem;
	color: #3d3d3d;

}

.child_swiper_wrapper {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	/* display: none; */
	z-index: 1600;
	/* margin-left: -550px; */
	border: 1px solid red;

}

.child_swiper {
	position: relative;
	width: 100%;
	display: none;
	/* max-width: 790px; */
	width: 55%;
	max-width: 1000px;
	height: auto;
	margin: 0 auto;
	padding-top: .5rem;
	z-index: 4;
	/* position: absolute;
	top: 10%;
	left: 23%; 
	left:50%;
	margin-left: -500px; */
}

.child_swiper::before {
	content: "";
	border-bottom: 20px solid #059EE3;
	border-top: 20px solid transparent;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	position: absolute;
	top: -12px;
	margin-left: -8px;
	display: none;
}

.child_swiper::after {
	content: "";
	border-bottom: 21px solid #F2FAFE;
	border-top: 21px solid transparent;
	border-left: 21px solid transparent;
	border-right: 21px solid transparent;
	position: absolute;
	top: -9px;
	margin-left: -9px;
	display: none;
}


.child_swiper_arr_l::before,
.child_swiper_arr_l::after {
	left: 15%;
	display: none;
}

.child_swiper_arr_c::before,
.child_swiper_arr_c::after {
	left: 50%;
	display: none;
}

.child_swiper_arr_r::before,
.child_swiper_arr_r::after {
	left: 85%;
	display: none;
}


.child_swiper_index {
	display: block;
}

.child_swiper picture {
	width: 100%;
	height: auto;
}

.child_swiper picture img {
	width: 100%;
	height: auto;
	position: relative;
}

.swiper-slide a {
	display: block;
	box-sizing: border-box;

	text-align: center;
	color: #2a2a2a;
	font-weight: bold;
	position: relative;

}


.swiper-slide img {
	display: block;
	margin: 0 auto;
	width: 90%;
	position: relative;
}

.swiper-slide p span {
	display: inline-block;
	width: 50%;
	height: 50%;
	background-image: url(../images/ico-1.png);

}

.pro-profile {
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;


}

.pro-profile span {

	position: absolute;
	top: 78%;
	left: 20%;
}

.swiper-slide p {
	color: #666666;
	display: inline-block;
	height: 25%;
	width: 95%;
	padding-top: 53%;
	position: absolute;
	top: 0%;
	left: 2.5%;
}

.swiper-slide p:hover {
	color: #0064C3;
	font-weight: bold;

}

.child_swiper_close {
	position: absolute;
	right: 22%;
	top: 7%;
	z-index: 7;
	cursor: pointer;
	width: .65rem;
	height: .65rem;
}



.swiper-slide a span::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: -.3rem;
	top: 0;
	background-image: url("../images/link_a.png");
}

.white-l {
	background-color: #ffffff;
	position: absolute;
	width: 40%;
	height: 3rem;
	left: -35%;
	top: 0rem;
	z-index: 4;
}

.white-r {
	background-color: #ffffff;
	position: absolute;
	width: 45%;
	height: 3rem;
	right: -40%;
	top: 0rem;
	z-index: 4;
}

.swiper-arr {
	display: block;
	width: .8rem;
	height: .8rem;
	position: absolute;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: contain;
}

.arrow-left#L1 {
	display: block;
	width: 12%;
	padding-bottom: 100%;
	background-image: url("../images/ico4.png");
	position: absolute;
	left: -1rem;
	top: 0.75rem;
	z-index: 2;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 80px;
}

.arrow-right#R1 {
	display: block;
	width: 12%;
	padding-bottom: 100%;
	background-image: url("../images/ico3.png");
	position: absolute;
	right: -1rem;
	top: 0.75rem;
	z-index: 2;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
	max-width: 80px;
}

.pagination {
	display: none;
	width: 100%;
	position: absolute;
	left: 15%;
	bottom: 0% !important;
	text-align: center;
}



.swiper-pagination-switch {
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #b3b3b3;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 0 5px;
}

.swiper-visible-switch {
	background-color: #f3cc35;
}




.t-decoration {
	display: block;
	width: 60px;
	height: 5px;
	margin: 0 auto;
	position: relative;
	border-radius: 50px;
	background-color: #82cef0;
	margin-bottom: 2%;

}

.t-decoration::before {
	content: "";
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50px;
	background-color: #059ee2;
}

.topic-container h1 {
	margin-bottom: 0;
}


.ative-content-index {
	z-index: 2;
}


#topic-container-4 {
	margin-top: 2%;
	margin-bottom: .15rem;
}

.app-documnents-wrapper{
	width: 100%;
	/* margin-top:.5rem; */
}
.app-documnent{
	display: inline-block;
	width: 32%;
		border-right: 2px solid #dfdfdf;
	vertical-align: top;
	-webkit-transition:all .25s linear;
	-moz-transition:all .25s linear;
	-o-transition:all .25s linear;
	-ms-transition:all .25s linear;
	transition:all .25s linear;
}
#app-documnent_3{
	border-right: 0px;
}


.app-documnent div{
	width: 100%;
	padding-bottom: 50%;
	position: relative;
	margin: 0 auto;
	max-width: 287px;
}

.app-documnent div picture{
	width: 100%;
	position: absolute;
	left: 0%;
	top: 0;
	
	
}

.app-documnent div picture img,
.app-documnent div picture source{
	width: 100%;
	margin: 0 auto;
}

.app-documnent p{
	display: inline-block;
	width: 80%;
	text-align: center;
	color:#777777;
	font-size: .16rem;
	line-height: .24rem;
	margin-top: .24rem;
	margin-bottom: .15rem;
	max-width: 264px;
	min-height: 60px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
}

.app-documnent a{
	display: block;
	width: 1.2rem;
	color: #777777;
	font-size: .16rem;
	padding-top: .05rem;
	padding-bottom: .05rem;
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #777777;
	border-radius: 25px;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	-ms-transition: all .2s linear;
	transition: all .2s linear;
	
}

.app-documnent:hover p{
	color: #3eadd2;
}

.app-documnent:hover a{
	color: #ffffff;
	background-color: #059ee3;
	border:1px solid #059ee3;
}


.app-documnents-wrapper-1{
	width: 100%;
	margin-top: .5rem;
	text-align: center;
}

.app-documnents-wrapper-1 .left{
	display: inline-block;
		margin-top: .2rem; 
	vertical-align: top;
	margin-right: 1rem;
}
.app-documnents-wrapper-1 .right{
	display: inline-block;
	vertical-align: top;
}

.app-documnents-wrapper-1 .left a{
	display:block;
	width: 3rem;
	padding-top: .1rem;
	padding-bottom: .1rem;
	color: #ffffff;
	margin:.2rem 0;
	box-sizing: border-box;
	-webkit-transition: all .25s linear;
	-moz-transition: all .25s linear;
	-o-transition: all .25s linear;
	-ms-transition: all .25s linear;
	transition: all .25s linear;
}

.app-documnents-wrapper-1 .left a:nth-child(1){
	background-color: #3e93f6;
	border: 2px solid #3e93f6;
}
.app-documnents-wrapper-1 .left a:nth-child(2){
	background-color: #3ac9ed;
	border: 2px solid #3ac9ed;
}
.app-documnents-wrapper-1 .left a:nth-child(3){
	background-color: #44e4a9;
	border: 2px solid #44e4a9;
}

.app-documnents-wrapper-1 .left a:nth-child(1):hover{
	background-color: #ffffff;
	color: #3e93f6;
	font-weight: bold;
}
.app-documnents-wrapper-1 .left a:nth-child(2):hover{
	background-color: #ffffff;
	color: #3ac9ed;
	font-weight: bold;
}
.app-documnents-wrapper-1 .left a:nth-child(3):hover{
	background-color: #ffffff;
	color: #44e4a9;
	font-weight: bold;
}




.video-cont{
	display: inline-block;
	vertical-align: top;
	width: 4.5rem;
}

.video-cont span{
	display: block;
	color: #3d3d3d;
	font-weight: bold;
	font-size: .18rem;
	line-height: .24rem;
	margin-top: .1rem;
	text-align: center;
}



.video-wrap{
	width: 100%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
}

.video-img-wrap{
	width:100%;
	padding-bottom:51.5%;
	position: relative;
}

.video-cont .video-img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.video-mask{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.5);
	-webkit-transition:all .2s linear ;
	-moz-transition:all .2s linear ;
	-ms-transition:all .2s linear ;
	-o-transition:all .2s linear ;

}
.video-mask:hover {
	background-color: rgba(0, 0, 0, 0.8);
}


.video-mask:hover  .mask-play{
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
}




.video-mask .mask-play{
	width: .6rem;
	height: .6rem;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -.3rem;
	margin-top: -.3rem;
	transition:all .2s linear ;
	-webkit-transition:all .2s linear ;
	-moz-transition:all .2s linear ;
	-ms-transition:all .2s linear ;
	-o-transition:all .2s linear ;
}

.video-play-box  {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10002;
	display: none;
}

.video-play-mask{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5); 
	background-color: #1f1e1e\9;
}


.video-play {
	max-width: 8rem;
	width: 100%;
	height: auto;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-color: #868686;
	
}

.video-play video {
	width: 8rem;
	height: 4rem;
}

.video-play video source{
	width: 100%;
}


.img-scale-wrap{
	position:fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 3;
}

.img-scale-mask{
	position:absolute;
	background-color: rgba(0, 0, 0, 0.4);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}


@media screen and (max-width:1440px) {
	/* .app-img-wrap {
		width: 876px;
		margin-left: -392px;
		padding-bottom: 34%;
	} */
}


@media screen and (max-width:1024px) {
	.container-two {
	    display: none;
	}
	#mobile-industries {
	    display: block;
	}
}

@media screen and (max-width:1199px) {
	/* .wrapper .main {
		width: 100% !important;
	} */
}



@media screen and (max-width:1000px) {
	
	.swiper-slide a{
		height: 78%;
	}
	.arrow-left {
		
	    left: 8%;
	    top: 95%;
	    background-image: url(../images/arrow-left.png);
	}
	.arrow-right {
		
	    right: 8%;
	    top: 95%;
	    background-image: url(../images/arrow-right.png);
	}
	.swiper-arr{
		width: 1rem;
		height: 1rem;
		display: none;
	}

	#swiper-container-ico-img2-2 {
		top: 31.5%;
		left: 5.4%;
	}

	#swiper-container-ico-img2-1 {
		top: 2.8%;
		left: 25%;
	}

	#swiper-container-ico-img2-3 {
		top: 16.5%;
		right: 28%;
	}

	.app-documnent div {
		width: 48%;

		margin-top: 2%;

	}
	.product#pr-1{
		left: -2.5%;
		top: 8.5%;
	}
	.product#pr-2{
		left: -2.5%;
		top: 57.5%;
	}
	
	.product#pr-4 {
	  right: -2.5%;
	  top: 8.5%;
	}
	.product#pr-5 {
	  right: -2.5%;
	  top: 57.5%;
	}
	
	

	.app-documnents-wrapper {
		margin-top: 0.7rem;
	}

	.app-documnent p {
		text-align: center;
		min-height: auto;
	}

	#ative-content-1 .swipe-wrapper-2,
	#ative-content-1 .swipe-wrapper-2 .active-img-wrapper {
		padding-bottom: 66.5%;
		height: auto;
	}

	.topic-wrapper .active-img-wrapper .slide-tips {
		top: .05rem;
	}

	.active-wrapper {
		height: 564px;
	}

	.ative-content {
		height: 564px;
	}

	.swipe-wrapper-2 {
		height: 508px;
	}

	.active-img-wrapper {
		height: 508px;
	}


	.app-img-wrap {
		margin-top: 40%;
		margin-left: -1%;
	}

	.swiper-slide img {
		width: 80%;
	}

	.arrow-left#L0 {
		width: 9%;
		left: 0.1rem;
		top: 2rem;
	}

	.arrow-right#R0 {
		width: 9%;
		right: -0.1rem;
		top: 2rem;
	}

	.app-close#C0 {
		width: 1rem;
		height: 1rem;
		top: -0.6rem;
		right: 0.2rem;
	}

	.pagination {
		display: none;
	}

	#topic-container-2 .pro-swiper {
		margin-top: 0.8rem;
		height: 2rem;
	}

	.swiper-slide p {
		padding-top: 43%;
	}

	.arrow-left#L1 {
		width: 5%;
		left: -0.2rem;
		top: 0.55rem;
	}

	.arrow-right#R1 {
		width: 5%;
		right: -0.2rem;
		top: 0.55rem;
	}

	.child_swiper {
		width: 90%;
		left: 0%;
		top: 30%;
	}

	.child_swiper_close {
		right: 6%;
		top: 27%;
		width: 0.8rem;
		height: 0.8rem;
	}
	.adv-1 span{
		top: -38%;
		left: 30%;
	}
	.video-play-box{
		height: auto;
	}
	.video-play{
		top: 88.6%;
	}



}

@media screen and (max-width:750px) {
	.banner {
		padding-bottom: 69.6%;
	}

	.topic-container-con {
		margin-top: 0;
		padding-top: 0.2rem;
	}

	.app-documnent p {
		margin-top: 1.5rem;
	}

	.swipe-btns li .ico {}

	.topic-container h1 {
		font-size: .22rem;
		line-height: .28rem;
		margin-bottom: 0rem;
		padding-top: 0;
	}

	.topic-container#topic-container-t {
		margin-top: .25rem;
		margin-bottom: 0;
	}

	.container-img-1{
		width: 85%;
	}
	.table-scale-wrap-pic{
		width: 90%;
		top: 40%;
		left: 4%;
	}
	
	.table-scale-wrap-pic img{
		width: 100%;
	}
	.container2-1{
		width: 80%;
		margin: 0 auto;
	}
	.container2-2{
		display: none;
	}
	.container2-3 {
	    width: 47%;
	    display: inline-block;
	    margin: 2% 1%;
	}
	.container2-t-1{
		width: 90%;
	}
	.container2-t-1-1{
		width: 95%;
	}
	.container2-t-1-2{
		width: 95%;
	}
	
	.container3_bot div{
		width: 48%;
	}
	.product{
		width: 0.35rem;
	}
	.product#pr-1{
		left: -3%;
		top: 7.5%;
	}
	.product#pr-2{
		left: -3%;
		top: 52.5%;
	}
	
	.product#pr-4{
		right: -3%;
		top: 7.5%;
	}
	.product#pr-5{
		right: -3%;
		top: 52.5%;
	}
	
	.app-img-wrap{
		margin-top: 90%;
	}

	#S0 {
		left: 1%;
	}
	.arrow-left#L1{
		display: none;
	}
	.arrow-right#R1{
		display: none;
	}
	



	.arrow-left#L0 {
		left: 25%;
		top: 2.2rem;
	}

	.arrow-right#R0 {
		right: 25%;
		top: 2.2rem;
	}

	.app-close#C0 {
		width: 0.5rem;
		top: -0.3rem;
		right: 0.1rem;
	}

	.pagination {
		display: none;
	}
	.adv-1{
		width:70%;
		padding-top: 9.5%;
		margin-bottom: 0.25rem;
	}
	.adv-1 span{
		top: -40%;
	}
	.video-cont{
		width: 100%;
	}
	.video-play{
		top: 90.8%;
	}
	.video-play video{
		width: 4rem;
		height: 1.88rem;
	}

	

	.app-documnents-wrapper {
		width: 85%;
		margin: 0 auto;
	}




	.swiper-slide p {
		padding-top: 45.5%;
	}

	#topic-container-2 .pro-swiper {
		margin-top: 0.2rem;
		height: 2.3rem;
	}

	.child_swiper {
		left: 0%;
	}

	.child_swiper picture img {
		width: 100%;
	}

	.child_swiper_close {
		width: 0.5rem;
		height: 0.5rem;
		right: 0%;
	}
	.table-solution{
		width: 80%;
	}







	.container-table {
		margin-top: .3rem;
	}

	.topic-container .slide-tips {
		color: #666666;
	}

	#active-content-3 .app-bg div {
		left: 0;
	}

	#active-content-3 .app-bg button:nth-child(1) {
		width: 1rem;
	}

	#active-content-3 .app-bg button:nth-child(2),
	#active-content-3 .app-bg button:nth-child(3) {
		width: 2.5rem;
	}


	.swipe-2 {
		top: 8%;
	}

	.swipe-3 {
		left: 73%;
	}




	.app-documnent {
		width: 100%;
		margin-bottom: .2rem;
		border-right: 0;
	}

	.app-documnents-wrapper-1 {
		width: 85%;
		margin: 0 auto;
	}

	.app-documnents-wrapper-1 .top {
		bottom: -35%;
	}

	.app-documnents-wrapper-1 .left {
		margin-right: 0;
		margin-top: 0;

	}

	.app-documnents-wrapper-1 .right {
		width: 100%;
		margin-top: .2rem;
	}

	.app-documnent p {
		margin-top: 0%;
		min-height: auto;
	}

	.app-documnent div {
		width: 80%;
		padding-bottom: 2%;
	}
	.mobile-industries-wrap ul li {
	    width: 45%;
	    margin: 2.5%;
	}
	.mobile-industries-wrap ul li span {
	    font-size: .15rem;
	    margin-top: .1rem;
	}
	
	.mobile-industries-wrap {
	    width: 100%;
	}
	.app-documnent {
		width: 100%;
		margin:0 .05rem .2rem .05rem;
	}
	
	.app-documnent p{
		width:100%;
		margin-top: 0;
	}
	
	.app-documnents-wrapper-1 {
		margin-top: 0;
	}
	
	.app-documnents-wrapper-1 .left{
		margin-right: 0;
		margin-top: 0;
		
	}
	.app-documnents-wrapper-1 .right {
		width: 100%;
		margin-top: .2rem;
	}
	.app-documnent p{
		min-height: auto;
	}
	.app-documnent div {
		padding-bottom: 44%;
	}

	

}
