<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul,li{ list-style:none; list-style-type:none; padding:0; margin:0;}
.swiper1, .swiper1 .swiper-slide {
width:10rem;
height:6.3rem;
}


/* Pagination */
.BP1{height:7.5rem;}
.T01{ position:relative; display:block;height:1.79rem; padding:.06rem .16rem .15rem; color:#fff;  bottom:.1rem; overflow:hidden;background:#395462;}
.T01 p{font-size: 0.3rem;line-height:.35rem;}
.home-device {
width:10rem;
height:6.3rem;
	margin:0 auto;
	position:relative;
	background:#395462;
}
.home-device img{width:10rem;height:4.3rem;}
.home-device h1{font-size: 0.38rem; font-weight:400;line-height:.4rem;padding:.16rem 0;}
.home-device h1 a{color:#fff;}
.home-device .arrow-left {
	position:absolute;
	left:10px;
	top:40%;
	margin-top:-15px;
	width:17px;
	height:30px;
	z-index:555;
}
.home-device .arrow-right {
	
	position:absolute;
	right:10px;
	top:40%;
	margin-top:-15px;
	width:17px;
	height:30px;
	z-index:555;
}

.pagination1 {
	display:flex;
	flex-direction:row;
	justify-content: center;
	text-align: center;
	margin-top: .4rem;
	z-index:999;
}
.pagination1 .swiper-pagination-switch {

	width: .16rem;
	height:.16rem;
	border-radius: .16rem;
	background: #256e8f;
	margin: 0 .05rem;
	cursor: pointer;
}
.pagination1 .swiper-active-switch {
	background: #11a1e3;

}


/* Tabs */
.p1{padding-top:.54rem;}
.tabs {
	display:flex;
	flex-direction:row;
	justify-content: center;
	padding:.3rem 0 .52rem;

}
.tabs a:first-child{border-top-left-radius: .8rem;border-bottom-left-radius: .8rem;}
.tabs a:last-child{border-top-right-radius: .8rem;border-bottom-right-radius: .8rem;}
.tabs a {
	width:2.9rem;

	color: #0278f8;
	text-align: center;
	background: #fff;
	line-height: 40px;
	font-size: 0.38rem;
	text-decoration: none;
	background:#afd5ff;

}
.tabs a.active,.tabs a.action {
	color: #fff;
	background:#248dff;

}

.swiper-tabs {
	background: #fff;
	height:14.4rem;
}
.swiper-tabs .swiper-slide {
	background: none;
	color: #000;

}

/* Partial Slides */
.swiper-partial {
	width: 9.8rem;
	height:8.34rem;
    padding-top:0.2rem;
}
.swiper-partial .swiper-slide {
	width: 8.5rem;
	height:8.34rem;
	position:relative;

}
.BP2{height:10.8rem; padding-left: .2rem;}
.BP2-slide{
	display:block;
	width: 7.8rem;
	height:7.8rem;
	background:#fff;
	overflow:hidden;
	border-bottom:.4rem solid #fff;
	border-radius: .24rem;
}
.BP2-slide img{
	width: 7.8rem;
	height:5.47rem;
}

.swiper-partial .swiper-slide:before{content:'';background-image:url('http://www.cs.com.cn/tj/mobile/images/vdot.png'); background-repeat: no-repeat;width:1.5rem;height:1.1rem;position:absolute;left:3.3rem;top:2.3rem;background-size:cover;}
.BP2-slide h2{font-size: 0.38rem; font-weight:400;line-height:.4rem;padding:.24rem 0 .16rem .24rem;}
.BP2-slide p{font-size: 0.3rem;line-height:.42rem;padding:0 .16rem 0 .24rem;}
.more{font-size: 0.38rem;display:flex;align-items : center;color: #0278f8;justify-content: center;}
/* Swiper Styles */
.swiper-container {
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;
	
}
.swiper-slide {
	float: left;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}</pre></body></html>