<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
img {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
	border: 0;
	display: inline-block;
}

a {
	color: #252B3A;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	transition: all .2s;
}

body {
	font-size: 14px;
	background-size: cover;
	-ms-behavior: url(../css/backgroundsize.min.htc);
	behavior: url(../css/backgroundsize.min.htc);
}

@keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-moz-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-webkit-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

@-o-keyframes water {
	0% {
		opacity: 0.5;
		-webkit-transform: translate(-50%, -50%) scale(1);
		transform: translate(-50%, -50%) scale(1);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -50%) scale(2);
		transform: translate(-50%, -50%) scale(2);
	}
}

.product_hr_banner{position: relative;overflow: hidden;}
.product_hr_banner img{width: 100%;}
.product_hr_banner .text{position: absolute;width: 100%;position: absolute;top: 55%;left: 0;transform: translateY(-50%);color: #fff;}
.product_hr_banner .text .w1440{position: relative;}
.product_hr_banner .text h2{font-weight: 600;font-size: 42px;}
.product_hr_banner .text h3{margin-bottom: 8px;font-size: 42px;}
.product_hr_banner .text .banner-text{margin-bottom:44px;font-size: 18px;}
.product_hr_banner_link a{float: left;margin-right: 10px; width: 126px;height: 38px;  text-align: center; border-radius: 5px;line-height: 38px;border: 1px solid #fff;color: #fff;box-sizing: content-box;}
.product_hr_banner_link a:nth-child(2) {background-image: linear-gradient(135deg, #0068dd, #00aeee);background-color: #0360c3;border: none;height: 40px;line-height: 40px;}
/*.product_hr_banner_link a:first-child:hover { background: #fff;color: #0086f1;}*/
/*.product_hr_banner_link a:nth-child(2){background: #fff;color:#0086f1 ;}*/
.product_hr_banner_link a:after {transform: translateY(-1px); content: "";  transition:all .4s ease;font-family: "iconfont";display: inline-block;vertical-align: middle; }

.product_hr_banner_link a:hover:after {content: "\e683"; margin-left: 5px; }

@media only screen  and (max-width: 1280px) {
	.product_hr_banner .text h2{font-size: 36px;}
	.product_hr_banner .text h3{font-size: 36px;}
}








.product_hr_banner .video-btn{position: absolute;top: 50%;transform: translateY(-50%);right: 22.5%;}
.product_hr_banner .video-btn a{display: block;position: relative;}
.product_hr_banner .video-btn img{position: relative;z-index: 2;width: 80px;}
.product_hr_banner .video-btn a:before{position: absolute; border-radius: 50%;content: ""; width: 80px; height:80px; background: rgba(255,255,255,0.5); z-index: 0;  top: 50%;left: 50%;transform: translate(-50%, -50%);-webkit-animation: water 1.5s linear infinite;animation: water 1.5s linear infinite;}


.product_list{
	padding: 4.6% 0;
}
.floor{
	width: 20%;
	height: 300px;
}
.floor ul{
	border-left: 1px solid #e6e6e6;
	
	
}
.floor ul.active{
	position: fixed;
	top: 50%;
	top: 15%;
}
.floor li{
	padding:10px 0;
	padding-left: 30px;
	position: relative;
	cursor: default;
	margin-bottom: 10px;
}
.floor li:before{
	content: "";
	width:3px;
	height: 0;
	display: block;
	position: absolute;
	left:-1px;
	top: 0;
	transform: translateY(-100%);
	background: #0086f9;
	transition: all 0.4s;
}
.floor li.active:before{
	content: "";
	width:3px;
	height: 30px;
	display: block;
	position: absolute;
	left:-1px;
	top: 50%;
	transform: translateY(-50%);
	background: #0086f9;
}
.floor li:hover:before{
	content: "";
	width:3px;
	height: 30px;
	display: block;
	position: absolute;
	left:-1px;
	top: 50%;
	transform: translateY(-50%);
	background: #0086f9;
}
.floor li .fnt_14{
	color: #aaaaaa;
}
.pro_list{
	width: 80%;
}
.pro_list .big_title{
	border-bottom:1px solid #e0e0e0;
	padding: 10px 0;
	margin-bottom:4%;
}
.pro_list .subtitle{
	margin-bottom:3%;
}
.pro_list .subtitle a{
	font-weight: 600;
	display: block;
	position: relative;
	padding-left: 20px;

}
.pro_list .subtitle a:hover{
	color:#0086f9;
}
.pro_list .subtitle a:before{
	content: "";
	width: 3px;
	height: 80%;
	background: #0086f9;
	position: absolute;
	left: 0;
	top:10%;
	display: block;
}
.pro_list  .item_list {
	font-size: 0;
	padding-bottom: 45px;
	transform: translateX(-20px);
}
.pro_list  .item_list li{
	display: inline-block;
	vertical-align: top;
	width: 33.3%;
	margin-bottom: 20px;
	padding: 20px;
	cursor: default;
}
.pro_list  .item_list li:hover{
	border-radius: 5px;
	box-shadow: 0 0 15px rgba(0,70,197,0.2);
}
.pro_list  .item_list li dt{
	display: inline-block;
	width:11.7%;
	vertical-align: top;
}
.pro_list  .item_list li dt img{
	width: 24px;
}
.pro_list  .item_list li dd{
	width:88.3%;
	display: inline-block;
	vertical-align: top;
	margin-top: -5px;
}
.pro_list  .item_list li dd .title{
	margin-bottom: 10px;
}
.pro_list  .item_list li dd .title span{
	display: inline-block;
	vertical-align: middle;
}
.pro_list  .item_list li dd .title span.fnt_14{
	
	padding:0 9px;
	background: #0086f9;
	color: #fff;
	margin-left: 10px;
	border-radius: 3px;
	line-height: 22px;
	
}
.pro_list  .item_list li dd .sub_title{
	color: #aaaaaa;
	height: 3em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
</pre></body></html>