<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* banneræ¨¡å— */
.section-banner {
	padding-top: 220px;
}

.banner-index {
	position: relative;
	background: url('https://sslsky.com/templates/SSLSKY/includes/front/assets/img/index/banner-index.png') no-repeat;
	background-size: cover;
}

.banner-content {
	margin: 0 auto;
	max-width: 1200px;
}

.banner-content .banner-content-title {
	font-size: 48rem;
}

.banner-content .banner-content-desc {
	font-size: 18px;
	margin-top: 50px;
	text-align: center;
}

.banner-content .banner-content-desc p {
	line-height: 30px;
}

.banner-content .banner-content-desc .content-desc-sign {
	margin: 0 30px;
	display: inline-block;
	height: 14px;
	width: 1px;
	background-color: #333;
}

.banner-content-button {
	cursor: pointer;
	margin: 0 auto;
	margin-top: 80px;
	font-size: 20px;
	color: #fff;
	width: 200px;
	height: 50px;
	border: 2px solid rgba(240, 242, 245, 1);
	border-radius: 28px;
}

.banner-grid {
	position: relative;
	bottom: -140px;
	display: grid;
	grid-template-columns: repeat(4, minmax(295px, 1fr));
	grid-template-rows: 180px;
	box-shadow: 0px 4px 20px 2px rgba(40, 112, 220, 0.08);
	border-radius: 0px 4px 4px 0px;
}

.banner-grid-item {
	height: 180px;
	padding: 30px 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-color: #fff;
}

.square {
	margin-right: 10px;
	display: inline-block;
	background: #fff;
	width: 4px;
	height: 4px;
}

/* äº§å“æ¨¡å— */
.index-section-title.product-section {
	padding-top: 200px;
}

.index-section-title {
	padding-top: 150px;
}

.product {
	height: 720px;
	overflow: hidden;
}

.product-left-item {
	background: rgba(0, 0, 0, 1);
	height: 190px;
	width: 100%;
	position: relative;
	color: #fff;
	background-size: 100%;
	background-repeat: no-repeat;
	transition: all 0.5s ease;
}

.product-left-item.active {
	background: #fff !important;
	color: #333;
	height: 340px;
	opacity: 1;
}

.product-left-item.active .overlay {
	background: #fff;
}

.product-left-item.active .product-type {
	opacity: 1;
}

.product-right-item .product-type {
	width: auto;
}

.product-left-item.active .text-cont {
	display: block;
}

.product-left-item.active .text-omit {
	display: none;
}

.product-left-item .text-cont {
	display: none;
}

.product-left-item .text-omit {
	display: block;
}

.product-left-item .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
}

.product-left-item:nth-child(1) {
	background-image: url('https://sslsky.com/templates/SSLSKY/includes/front/assets/img/index/dcim.png');
}

.product-left-item:nth-child(2) {

	background-image: url('https://sslsky.com/templates/SSLSKY/includes/front/assets/img/index/finance.png');
}

.product-left-item:nth-child(3) {
	background-image: url('https://sslsky.com/templates/SSLSKY/includes/front/assets/img/index/cloud.png');
}



.product-type {
	padding: 20px 0 20px 0;
	width: 300px;
	float: right;
	position: relative;
	opacity: 0.5;
}

.product .product-title {
	font-size: 28px;
	line-height: 80px;
}

.product .product-cont {
	/* min-height: 160px; */
}

.product .product-cont p {
	line-height: 40px;
	font-size: 14px;
}

.product .product-cont .text-cont p {
	line-height: 30px;
	font-size: 14px;
}

.product-right {
	padding: 0;
	height: 880px;
	/* background: url('https://sslsky.com/templates/SSLSKY/includes/front/assets/img/index/finance.png'); */
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}

.product-right:nth-child(2) {
	background-image: url('https://sslsky.com/templates/SSLSKY/includes/front/assets/img/index/dcim.png');
}

.product-right:nth-child(3) {
	background-image: url('https://sslsky.com/templates/SSLSKY/includes/front/assets/img/index/finance.png');
}

.product-right:nth-child(4) {
	background-image: url('https://sslsky.com/templates/SSLSKY/includes/front/assets/img/index/cloud.png');
}


.product-right.active {
	display: block;
}

.product-right-item {
	cursor: pointer;
	padding: 40px 0 0 5%;
	/* padding: 40px 0 0 80px\9; */
	/*æ‰€æœ‰ie*/
	border-right: 1px solid #fff;
	height: 720px;
	position: relative;
}

.product-right-item .overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255, 255, 255, .5);
}

.product-right-item .product-type {
	float: none;
}

.product-right-item .icon-queren {
	position: absolute;
	top: 140px;
}

.product-right-item .product-type .price {
	font-size: 40px;
	display: inline-block;
	margin: 0 10px;
	min-height: 47px;
}

.product-right-item .product-type .desc {
	height: 40px;
	font-size: 14px;
	display: flex;
	align-items: flex-end;
}

.product-right-item .product-type .btn-buy {
	width: 140px;
	height: 50px;
	border-radius: 10px;
	font-size: 18px;
	color: #333;
}


.product-right-item.active .overlay {
	background-color: rgba(255, 255, 255, .8);
}

.product-right-item.active .product-type {
	opacity: 1;
}

.product-right-item.active .product-type .btn-buy {
	opacity: 1;
	background: rgba(254, 180, 91, 1);
}

/* å®‰å…¨ */
.safe {
	padding: 40px;
}

.safe .safe-item {
	min-height: 220px;
	padding: 0 82px;
}

.safe .safe-item .iconfont {
	font-size: 34px;
}

.safe .safe-item:nth-child(2) .iconfont {
	font-size: 30px;
}

.safe .safe-item:nth-child(4) .iconfont {
	font-size: 32px;
}

.safe .safe-item h6 {
	font-weight: bold;
	font-size: 16px;
}

.safe .safe-item p {

	line-height: 36px;
}

/* å¹¿å‘Š */
.section-advertising {
	width: 100%;
	height: 208px;
	background: rgba(0, 0, 0, 1);
	padding: 60px;
	color: #fff;
	text-align: center;
	background: url('https://sslsky.com/templates/SSLSKY/includes/front/assets/img/index/bg-advertising.png');
}

.section-advertising .section-title-desc {
	font-size: 16px;
	color: rgba(255, 255, 255, 1);
	opacity: 0.5;
}

.iconfont-left {
	font-weight: bold;
	margin-right: 2px;
	color: #fff;
	transform: rotateZ(90deg) rotateY(180deg);
	;
	display: inline-block;
	font-size: 27px;
}

.iconfont-right {
	font-weight: bold;
	color: #fff;
	transform: rotate(270deg);
	;
	display: inline-block;
	font-size: 27px;
}

.section-advertising-cont {
	display: inline-block;
	margin: 0 20px;
	font-weight: 300;
}

/* åˆä½œ */
.section-content .tabBox2 ul {
	height: 200px;
	overflow: hidden;
	width: 100%;
}

.cooperation .tabBox .header {
	margin: 0 auto;
}

.cooperation .tabBox .header li {
	font-size: 16px;
	cursor: pointer;
}

.cooperation .tabBox .header li .line {
	display: inline-block;
	width: 1px;
	height: 10px;
	background: rgba(153, 153, 153, 1);
}

.cooperation .tabBox2 {
	width: 100%;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 4px 20px 2px rgba(40, 112, 220, 0.08);
}

.cooperation .tabBox2 .bon {
	width: 600%;
	position: relative;
	overflow: hidden;
}

.cooperation .tabBox2 ul {}

.cooperation .tabBox2 ul li {
	display: flex;
	padding: 40px;
	width: 100%;
	max-width: 1200px;
	min-height: 200px;
	float: left;
	background: rgba(255, 255, 255, 1);

}

.cooperation .tabBox2 ul li bpx {
	display: flex;
	padding: 40px;
	width: 100%;
	max-width: 1200px;
	height: 200px;
	float: left;
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 4px 20px 2px rgba(40, 112, 220, 0.08);
}

.cooperation .tabBox2 ul li .box-left {
	height: 120px;
}

.cooperation .tabBox2 ul li .box-left img {
	margin-top: 10px;
	width: 100%;
	height: 100px;
}

.cooperation .tabBox2 ul li .box-right {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.cooperation .tabBox2 ul li .box-right h6 {
	font-weight: bold;
}

.cooperation .tabBox2 ul li .box-right p {
	line-height: 24px;
}

/* åŠ¨æ€ */
.dynamic {
	display: flex;
	margin-top: 100px;
	margin-bottom: 120px;
}

.dynamic .dynamic-left-box {
	display: flex;
	align-items: center;
	width: 290px;
	height: 90px;
	padding: 20px 30px;
	color: #999999;
	cursor: pointer;
}

.dynamic .active {
	color: #333;
	background: linear-gradient(45deg, rgba(252, 199, 96, 1) 0%, rgba(255, 177, 91, 1) 100%);
}

.dynamic .square {
	width: 4px;
	height: 4px;
	margin-right: 10px;
	background: rgba(255, 177, 91, 1);
}

.dynamic .dynamic-right li {
	line-height: 40px;
	height: 42px;
	cursor: pointer;
}
.dynamic-right ul {
	display: none;
}
.dynamic-right .one {
	display: block;
}

.dynamic .dynamic-right li:hover {
	color: #2F54EA;
}


/* å“åº”å¼ */
@media only screen and (max-width: 1200px) {
	.section.dynamic {
		display: flex;
		flex-direction: column;

	}

	.section.dynamic .dynamic-left {
		display: flex;
		margin-bottom: 30px;
		

	}

	.dynamic .dynamic-left-box {
		margin-top: 0px;
		width: 33.33%;
		height: auto;
	}

	.dynamic .dynamic-left-box span {
		font-size: 24rem;
		line-height: 25px;
	}

	.dynamic-right {
		margin-left: 0px;
		padding: 0 20px;
	}

	.section-advertising-cont {
		font-size: 30rem;
	}

	.section-advertising {
		padding: 38px;
	}

	.section-advertising .icon-jiang- {
		font-size: 27rem;
	}

	.section-advertising .section-title-desc {
		line-height: 25px;
	}
}

@media only screen and (max-width: 1200px) and (min-width: 992px) {



	.banner-grid {
		max-width: none;
		grid-template-columns: repeat(2, minmax(295px, 1fr));
		margin: 0 30px;
	}

	.index-section-title.product-section {
		padding-top: 350px;
	}

	.hezuo-section {
		margin: 0 30px;
	}
}

@media only screen and (max-width: 992px) {
	.product .product-left-item {
		display: flex;
		justify-content: center;
	}

	.banner-grid {
		max-width: none;
		grid-template-columns: repeat(1, minmax(295px, 1fr));
		margin: 0 30px;
	}

	.index-section-title.product-section {
		padding-top: 730px;
	}

	.section-title {
		margin: 0 30px;
		line-height: 40px;
	}

	.safe .safe-item {
		margin-top: 50px;
		display: flex;
		flex-direction: column;
		align-items: center;
		text-align: center;
		padding: 0 40px;
	}
	.section-content.cooperation .tabBox2 .bon {
		margin-left: 0px !important;
		width: 100%;
	}

	.safe .safe-item:first-child {
		margin-top: 0;
	}

}

@media only screen and (max-width: 768px) {
	.lineH {
		line-height: 30px;
	}

	.section-content.cooperation .tabBox {
		display: none
	}

	.section-content.cooperation .tabBox2 .bon {
		margin-left: 0px !important;
		width: 100%;
	}

	.section-content .tabBox2 ul {
		height: auto;
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.cooperation .tabBox2 ul li .box-left img {
		width: 240px;
		height: 100px;
	}
}

@media only screen and (max-width: 600px) {
    .li-fontLimit {
        max-width: 220px;
    }
    
    .banner-content-title {
        font-size: 25px !important;
    }
	.banner-content {
		padding: 0 20px;
	}

	.cooperation .tabBox2 ul li {
		flex-direction: column;
		display: flex;
		padding: 40px;
		width: 100%;
		align-items: center;
	}

	.cooperation .tabBox2 ul li {
		text-align: center;
	}

	.cooperation .tabBox2 ul li .box-left {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.cooperation .tabBox2 ul li .box-right {
		margin-left: 0px;
		margin-top: 20px;
	}
}
</pre></body></html>