

.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 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: 40%;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	margin-top: 0.3rem;
	border: 1px solid #d0e7f5;
	/* border-bottom: 1px solid #d0e7f5;
	border-left: 1px solid #d0e7f5; */
}
.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;
}
.table-pic-click{
	width: 49.8%;
	border-right: 1px solid #d0e7f5;
	
	display: inline-block;
	cursor:pointer;
}
.table-pic img{
	width: 100%;
	
}
#click2{
	border-right: none;
}
#click4{
	border-right: none;
}
#table-pic-2{
	border-right: none;
}
.table-bot{
	font-size: 0;
	line-height: 0;
}
.table-bot div{
	width: 100%;
	border-top: 1px solid #d0e7f5;
	padding: 0.08rem 0;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}
.table-bot img{
	width: 60%;
	
}
#topic-container-1 p{
	width: 100%;
	text-align: center;
	font-size: 0.14rem;
	color: #666666;
	margin-top: 0.15rem;
}
#topic-container-1 p font{
	color: red;
}
#topic-container-2 {
	background-color: #F3f8fe;
}

#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%;
	top: 17%;
}
.product#pr-2{
	left: -1%;
	top: 41%;
}
.product#pr-3{
	left: -1%;
	top: 64%;
}
.product#pr-4{
	right: -1%;
	top: 17%;
}
.product#pr-5{
	right: -1%;
	top: 41%;
}
.product#pr-6{
	right: -1%;
	top: 64%;
}

@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 {
	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: 80%;
	position: absolute;
	top: 20%;
	left: 18%;
	z-index: 4;
	margin: 0 auto;
}
.table-scale-wrap-pic img{
	width: 80%;
	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;
}

.pro-swiper .pagination {
	display: none;
	width: 100%;
	position: absolute;
	left: 0;
	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;
}







.video-cont {
	display: inline-block;
	vertical-align: top;
	width: 80%;

}

.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-wrap video{
	max-width: 8rem;
	width: 100%;
	height: 3.18rem;
}
.video-img-wrap {
	width: 100%;
	padding-bottom: 39.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;
	
}



.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 {
	
	left: 0;
	top: 0;
	width: 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);
	background-color: #1f1e1e\9;
}


.video-play {
	max-width: 8rem;
	width: 100%;
	height: auto;
	position: absolute;
	left: 50%;
	top: 85.1%;
	transform: translate(-50%, -50%);
	background-color: #868686;

}

.video-play video {
	width: 8rem;
	height: 3.18rem;
}

.video-play video source {
	width: 100%;
}



.topic-container-con {
	width: 100%;


}

/* .t-decoration::after{
    content: "";
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 25px;
    background-color: #059ee2;
} */


.container-table {
	/* position: absolute;
    margin: 0 auto;
    left: 0;
    top: 0; */
}

.container-table-scroll-wrap {
	width: 100%;
	position: relative;
	overflow-x: auto;
}

.container-table-scroll {
	width: 1000px;
}

.container-table-fixed {
	position: absolute;
	left: 0;
	top: 0;
	/* width: 225px; */
	background-color: #edf8fe;
}

.container-table-fixed td,
.tab-2 td {
	font-size: .14rem;
	color: #323232;
	text-align: center;
}

.container-table-fixed table {
	border-collapse: collapse;
}

.fixed-border {
	border-bottom: 1px solid #b2bbc0;
	border-right: 1px solid #b2bbc0;
}



.container-table-scroll table {
	border-collapse: collapse;
}

.container-table-scroll table td {
	text-align: center;
	vertical-align: center;
	color: #323232;
	font-size: .14rem;
	line-height: .2rem;
	/* border: 1px solid #b2bbc0;  */
}

.container-table-scroll table th,
.container-table-fixed table th {
	text-align: center;
	vertical-align: center;
	color: #1a1a1a;
	border-top: 1px solid #b2bbc0;
	border-right: 1px solid #b2bbc0;
	border-left: 1px solid #b2bbc0;
	/* height: .82rem; */
	font-size: .16rem;
	font-weight: normal;
	background-color: #f3fbfe;
}

.container-table-scroll table td a {
	color: #717171;
	color: #0064c3;
	text-decoration: underline;
	transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-moz-transition: all .1s linear;
	-ms-transition: all .1s linear;
	-o-transition: all .1s linear;
}

.container-table-scroll table td a.sample-a {
	color: #323232;
	text-decoration: none;
}

/* .container-table-scroll table td a:hover{
    font-weight: bold;
    text-decoration: none;
} 

.chargin-border-1 td{
    border: 1px solid #b2bbc0;
}

.chargin-border-2{
    border-right: 1px solid #b2bbc0;
    border-top: 1px solid #b2bbc0;
    border-bottom: 1px solid #b2bbc0;
}

.chargin-border-3 td{
    border-right: 1px solid #b2bbc0;
    border-left: 1px solid #b2bbc0;
    border-bottom: 1px solid #b2bbc0;
}

.chargin-border-3 td:nth-child(2){
    text-align: left;
}

.charge-tab-2 .charing-td-bg{
    background-color: #f3f6fa;
} */


.inner-border td {
	border-bottom: 1px solid #c2c2c2c2;
	border-right: 1px solid #c2c2c2c2;
}

.app-wrapper {
	width: 100%;
	margin-top: .45rem;
}

/* .app-wrapper h3{
    display: block;
    color: #242424;
    font-size: .18rem;
    line-height: .24rem;
    text-align: left;
    margin-bottom: .3rem;

}

.app-l{
    float:left;
    width: 50%;
    max-width: 460px;
}




.app-bg{
    width: 100%;
    padding-bottom: 64.13%;
 
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;

} */


#active-content-2 .app-bg {
	background-image: url("../images/bg-1.jpg");
}

#active-content-3 .app-bg {
	background-image: url("../images/bg-2.jpg");
}


/* .app-bg div{
position: absolute;
left: 10%;
top: 0;
text-align: left;
}

.app-bg button{
     display: inline-block;
     margin-top: .15rem;
     width: 1.6rem;
     padding: .12rem 0;
     border-radius: 25px;
     background-color: #cecece;
     color: #ffffff;
     font-size: .14rem;
} */



#active-content-2 .app-bg button {
	display: block;
}

/* .app-l p{
    display: block;
    color: #666666;
    font-size: .14rem;
    line-height: .18rem;
    text-align: left;
}

.app-bg button.active-btn{
    background-color: #0064c3;
} */


#active-content-3 .app-bg div {
	position: absolute;
	left: 5%;
	top: 0;
}



#active-content-3 .app-bg button:nth-child(2),
#active-content-3 .app-bg button:nth-child(3) {
	width: 2.5rem;
}

/* .app-r{
    float:right;
    width: 50%;
    max-width:500px;
    padding-bottom: 28.5%;
    position: relative;
    cursor: pointer;
   
}

.app-r img{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.app-r-mask{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
}


.app-r-mask::after{
    content: "";
    width: .7rem;
    height: .7rem;
    background-image: url("../images/scale.png");
    background-repeat: no-repeat;
    position: absolute;
    left:50%;
    top:50%;
    margin-left: -.35rem;
    margin-top: -.35rem;
    background-size: contain;
} */


#active-content-2,
#active-content-3 {
	display: none;
}



/* 移动行业应用展示begin */

.mobile-industries-wrap {
    width: 83.5%;
    margin: 0 auto;
}

.mobile-industries-wrap ul {
    width: 100%;
}

.mobile-industries-wrap ul li {
    width: 40%;
    float: left;
    margin: 5%;
}

.mobile-industries-wrap ul li span {
    display: block;
    width: 100%;
    text-align: center;
    font-size: .2rem;
    color: #717171;
    margin-top: .2rem;
}


.mobile-industries-wrap ul li div {
    width: 100%;
    padding-bottom: 61.9%;
    position: relative;
    background-color: #2a2a2a;
    border-radius: 10px;
    overflow: hidden;
}

.mobile-industries-wrap ul li div img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

#mobile-industries {
    display: none;
}



@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%;
		top: 15%;
	}
	.product#pr-2{
		left: -2%;
		top: 39%;
	}
	.product#pr-3{
		left: -2%;
		top: 61%;
	}
	.product#pr-4 {
	  right: -2%;
	  top: 15%;
	}
	.product#pr-5 {
	  right: -2%;
	  top: 39%;
	}
	.product#pr-6{
		right: -2%;
		top: 61%;
	}
	

	.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: 8%;
		left: -0.5rem;
		top: 0.55rem;
	}

	.arrow-right#R1 {
		width: 8%;
		right: -0.5rem;
		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{
		top: 40%;
		left: 0%;
	}
	.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: 13%;
	}
	.product#pr-2{
		left: -3%;
		top: 35%;
	}
	.product#pr-3{
		left: -3%;
		top: 55%;
	}
	.product#pr-4{
		right: -3%;
		top: 13%;
	}
	.product#pr-5{
		right: -3%;
		top: 35%;
	}
	.product#pr-6{
		right: -3%;
		top: 55%;
	}
	.app-img-wrap{
		margin-top: 70%;
	}

	#S0 {
		left: 1%;
	}



	.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%;
	}







	.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%;
	}

	

}
