<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@font-face {
	font-family: medium;
	src: url('../fonts/DIN Medium.ttf'), url('../fonts/DIN Medium.eot')
}

.flex{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.flex_item{-webkit-box-flex: 1;-moz-box-flex: 1; -webkit-flex: 1;-ms-flex: 1;flex:1;}
.posi {position: relative;}
.co-0 {color: #fff;}
.col-2 {width: 50%;}
.co-5 {color: #999;}
.bg-0 {background: #fff;}
.lump {display: block;}
.bg-1 {background: #b01f24;}
.incenter {text-align: center;}
.section2{background-color: #f8f8f8;}
.master_top{align-items:center;}
.master_t_title{font-size:1.6rem;line-height:1.6rem}
.master_t_right{margin-left:auto;color:#acacac;}
.master_t_right a{color:#acacac;-webkit-transition:ease 0.2s;transition:ease 0.2s;}

.index-product_list{padding:100px 0 0 0;}
.Hplate_info .master_top{margin-bottom:35px;}
.Hplate_info .master_tab{margin-bottom:25px;}

.master_tab{margin:0 -20px;}
.master_tab .master_tab_item a{-webkit-transition:ease 0.2s;transition:ease 0.2s;padding:0 20px; color: #333;}
.master_tab .master_tab_item a:hover{color: #2096d2;}
.master_tab .master_tab_item.on a{color:#000;}
.master_tab .master_tab_item a .hoverable_txt:after{background-color:#acacac;}
.master_tab .master_tab_item a .hoverable_txt{ font-size: 16px; line-height: 40px;} 
.master_tab .master_tab_item:first-child a .hoverable_txt{font-weight: bold;font-size: 20px; position: relative;color: #b01f24;}
.master_tab .master_tab_item:first-child a .hoverable_txt img{  width: 26px; margin-top: -3px;margin-right: 5px;}
.product_box&gt;.product_list{display:none;}
.product_list{margin:-8px;flex-wrap:wrap;}
.product_list.on{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
.product_item&gt;div{height:0;margin:8px;}
.product_item&gt;div&gt;a{position:absolute;top:0;left:0;width:100%;height:100%;}
.product_item&gt;div a{border-radius:8px;-webkit-border-radius:8px;overflow:hidden;
-webkit-transition:all .2s linear;transition:all .2s linear;}
.product_item.productA_li{width:24%;}
.product_item.productA_li&gt;div{padding-bottom:72%;}

.product_item .productA_bg{position:absolute;top:0;left:0;width:100%;height:100%;}
.product_item .productA_bg&gt;img{width:100%;height:100%;object-fit:cover;}
.product_item .productA_info{position:absolute;top:0;left:0;width:100%;height:100%;align-items:center;padding:0 50px;background-color:rgba(0,0,0,.1);}
.product_item .productA_info .productA_name{font-size:28px;margin-bottom:15px;}
.product_item .productA_info .productA_p{font-size:16px;color:rgba(255,255,255,.8);}
.product_item .productA_info .productA_del{width:128px;height:40px;line-height:40px;
border-radius:40px;-webkit-border-radius:40px;margin-top:30px;font-size:16px;-webkit-transition:ease 0.2s;transition:ease 0.2s; position: relative;}
 
.product_item .productA_info .productA_del:hover {
 	background:#2096d2;
 	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.productA_info&gt;div{width: 90%;} 
.product_item.productB_li{width:19%;color: #333;}
.product_item.productB_li&gt;div{padding-bottom:92%;}
.product_item .productB_picture{padding-bottom:80%;width:100%;}
.product_item .productB_picture&gt;div{position:absolute;top:0;left:0;width:100%;height:100%;}
.product_item .productB_picture .productB_img{width:100%;height:100%;align-items:center;justify-content:center;}
.product_item .productB_picture .productB_img img{object-fit:contain;width:200px;height:200px;transform: scale(1);	transition: all 0.8s;}
.product_item.productB_li:hover .productB_picture .productB_img img {transform: scale(1.2);transition: all 0.8s;}
.product_item .productB_info{padding:0px 15px;}
.product_item .productB_info .productB_name{font-size:14px;margin-bottom:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-transform:uppercase;color:#333;}
.product_item .productB_info .productB_p{line-height:22px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;text-transform:uppercase;}
.product_item.productB_li:hover .productB_name{color: #2096d2;}

.product_item.productC_li{width:19%;color: #333;}
.product_item.productC_li&gt;div{padding-bottom:92%;}
.product_item.productC_li .productC_cnt{position:absolute;top:0;left:0;width:100%;height:100%;}
.product_item.productC_li .productC_half{height:47.3%;}
.product_item.productC_li .productC_half:first-child{padding-bottom:8px;}
.product_item.productC_li .productC_half:last-child{padding-top:8px;}
.product_item.productC_li .productC_half&gt;a{height:100%;padding:0px 30px;align-items:center;}
.product_item.productC_li .productC_picture{order:2;height:100%;}
.product_item.productC_li .productC_info{text-align:justify;padding-right:10px;}
.product_item.productC_li .productC_name{font-size:16px;margin-bottom:12px;word-wrap:break-word;
overflow:hidden;text-overflow:ellipsis;display:-webkit-box;text-transform:uppercase;
-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:24px;max-height:48px;}
.product_item.productC_li .productC_p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;
-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:22px;max-height:44px;color: #333;}
.product_item.productC_li .productC_img{width:100%;height:100%;align-items:center;justify-content:flex-end;}
.product_item.productC_li .productC_img img{width:100%;height:100%;object-fit:contain;max-width:104px;max-height:104px;transform: scale(1);	transition: all 0.8s;}
.product_item.productC_li .productC_half:hover .productC_img img {transform: scale(1.2);transition: all 0.8s;}
.product_item.productC_li .productC_icon{order:2;}
.product_item.productC_li .productC_icon i{font-size:50px;line-height:1;}
.product_item.productC_li .productC_half:hover .productC_name{color: #2096d2;}
.more-pro{background:#fff url(../images/more-pro.png) no-repeat right 10px center;}
.product_item.productC_li .productC_half:hover  .more-pro{background:#fff url(../images/more-pro-on.png) no-repeat right 10px center;}
/* 首页关于我们 */
.cls:after {
	content: '.';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden
}

.cls {
	zoom: 1
}

.fl {
	float: left
}

.fr {
	float: right
}
.section3{
	background-color:#fcfcfc;
	display: flex;
	flex-direction: row;
	align-items: baseline;
}
.index_brand {
	padding: 5rem 0 0 0;
	position: relative;
	background: url('../images/brand_bg.jpg') no-repeat center bottom;
	height: calc(100vh - 5rem);
}
.index_brand .brand_img {
		position: absolute;
		right: 0;
		top: 0;
		bottom: 0;
		width: 50vw;
		background-repeat: no-repeat;
		background-position: right center;
		background-size: 100% 100%;
		z-index: 55
	}
.home-about-tit {
	margin-bottom: 2rem;
	margin-top: 50px;
}

.home-about-tit h2 {
	font-size: 1.6rem;
}

.home-about-tit .desc {
	font-size: 16px;
	margin-top: .1rem
}
.index_brand .bd {
		position: relative
	}

.index_brand .leftbox {
	width: 48%
}
.index_brand .leftbox {
	position: relative
}

.index_brand h3 {
	color: #2096d2;
	font-size: 30px;
	margin-bottom: 14px;
	}
.index_brand .info {
	font-size: 15px;
	color: #666;
	line-height:28px; 
	word-break: break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 10;
	text-align: justify;
}

.index_brand .info p {
	margin-bottom: 10px
}

.index_brand .video {
	position: relative;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2)
}

.index_brand .video img {
	width: 100%
}

.index_brand .video .play {
	width: 1.12rem;
	height: 1.12rem;
	background: url('../images/play.png') no-repeat center center;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 5;
	cursor: pointer
}

.datas {
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	-webkit-box-pack: justify;
	box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: center;
	margin: 38px 0 68px;
}
.datas .val {
	font-size: 3.6rem;
	font-family: medium;
	color: #2096d2;
	line-height: 1.1
}

.datas .val .xs {
	font-size: 34px
}

.datas .unit {
	font-size: 16px;
	color: #494949;
	position: relative
}

.datas .tit {
	font-size: 16px;
	color: #494949;
	position: relative;
	padding-top: 16px;
	display: inline-block
}

.datas dd:hover .tit::before {
	width: 100%
}

.vmore {
	display: inline-block;
	width: 256px;
	height: 48px;
	border: 1px solid #bbbbbb;
	position: relative;
	transition: .6s;
	padding: 0 18px;
	line-height: 48px;
	letter-spacing: 1px
}

.vmore .arr {
	background: url(../images/arr.png) no-repeat center;
	width: 12px;
	height: 12px;
	background-size: contain;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	transition: .6s
}

.vmore.hover {
	background-color: #2096d2;
	color: #fff;
	transform: translateX(4px);
	border-color: #2096d2;
}

.vmore.hover .arr {
	background-image: url('../images/arr_f.png')
}
.vmore.center {
	position: relative;
	left: 50%;
	transform: translateX(-50%)
}
.vmore:hover {
		background-color: #2096d2;
		color: #fff;
		transform: translateX(4px);
		border-color: #2096d2
	}

	.vmore:hover .arr {
		background-image: url('../images/arr_f.png')
	}
	
	/* 底部 */
	footer {
		background-color: #282828;
		color: #999
	}
	footer a {
		color: #999
	}
	
	footer a:hover {
		color: #fff
	}
	.ft-follow {
	    width: 38.5%;
	}
	@media (min-width: 1200px){
	footer .ft-topper {
	    display: flex;
	    justify-content: space-between;
		}
	}
	footer .ft-topper {
		padding-top: 60px;
		padding-bottom: 30px;
		position: relative;
		z-index: 5
	}
	@media (min-width:1200px) {
		footer .ft-bottom .cer {
			display: -webkit-flex;
			display: flex;
			display: -webkit-box;
			display: box;
			-webkit-align-items: center;
			align-items: center;
			-webkit-box-align: center;
			box-align: center;
			-webkit-box-pack: justify;
			box-pack: justify;
			-webkit-justify-content: space-between;
			justify-content: space-between
		}
	}
	footer .ft-bottom {
		padding: 20px 0;
		border-top: 1px solid #3d3d3d
	}
	footer .ft-bottom .copyright {
		line-height: 1.8
	}
	
	footer .ft-bottom .copyright a {
		display: inline-block !important
	}
	footer .ft-bottom .copyright span,
	footer .ft-bottom .copyright a {
		margin-right: 10px
	}
	#totop{
		width: 50px;
	    height: 50px;
	    background: url(../images/gotop.png) no-repeat center center;
	    background-color: #a8a8a8;
	    background-color: rgba(0,0,0,0.3);
	    position: fixed;
	    right: 50px;
	    bottom: 50px;
	    z-index: 99999;
	    cursor: pointer;
	    border-radius: 50%;
	    transition: .6s;
	    opacity: 0;
	    transform: translateY(20px);
	}
	#totop.show{
	    transform: translateY(0);
    	opacity: 1;
	}
	.ft-navs {
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}
	.ft-navs ul {
	    display: flex;
	    justify-content: space-between;
		}
	.ft-navs .navitem {
		min-width: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-flex-shrink: 1;
		-ms-flex-negative: 1;
		flex-shrink: 1
	}
	.ft-navs .navitem h4 {
		font-size: 16px;
		position: relative;
		margin-bottom: 16px;
		color: #fff
	}
	
	.ft-navs .navitem .icon-jia {
		float: right;
		transition: .3s;
		display: none;
		margin-right: 10px
	}
	
	.ft-navs .navitem .info {
		line-height: 30px
	}
	
	.ft-navs .navitem .info a {
		display: block
	}
	.ft-follow .logo {
		display: block;
		margin: 0
	}
	.ft-follow .logotxt {
		margin: 0;
		color: #fff;
		font-size: 16px;
	}
	.ft-follow .txt {
		color: #fff;
		line-height: 2;
		margin: 20px 0 10px
	}
	
	.ft-follow .follow-info {
		display: -webkit-flex;
		display: flex;
		display: -webkit-box;
		display: box;
		-webkit-align-items: center;
		align-items: center;
		-webkit-box-align: center;
		box-align: center;
		text-align: center;
		margin-bottom: 30px;
	}
	.ft-follow .codeitem+.codeitem {
		margin-left: 20px
	}
	
	.ft-follow img {
		display: block;
		margin: 0 auto 10px;
		width: 120px
	}
	@media (max-width:1360px) {
	 
		.home-about-tit{
			margin-bottom: 1rem;
		}
		.datas{
			margin: 1.9rem 0 2.4rem;
		}
		.Hplate_info .master_top{
			margin-bottom: 1.2rem;
		}
		.Hplate_info .master_tab{
			margin-bottom: 1rem;
		}
		.index_brand{padding-top: 3rem; height: calc(100vh - 3rem);}
	}
@media (max-width:1200px) {
	.ft-follow .logo{
		margin: 0 auto;
	}
	.ft-follow{
		width: 100%;
		text-align: center;
	}
	.ft-follow .follow-info{
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
}	
@media (max-width:1023px) {
 .datas .val{
  	font-size:2rem ;
  }
  	.product_item.productA_li{width:50%;}
	.product_item.productB_li{width:25%;}
	
	.product_item.productC_li .productC_half&gt;a{display:block;}
	.product_item.productC_li&gt;div{padding-bottom:62.5%;}
	.product_item.productC_li .productC_picture{order:-1;width:100%;height:0;padding-bottom:90%;position:relative;}
	.product_item.productC_li .productC_img{position:absolute;top:0;left:0;justify-content:center;align-items:center;}
	.product_item.productC_li .productC_img img{max-width:152px;max-height:152px;}
	.product_item.productC_li .productC_info{width:100%;text-align:center;padding:20px 15px;}
	.product_item.productC_li .productC_half{width:50%;height:100%;}
	.product_item.productC_li .productC_half:first-child{padding-bottom:0;padding-right:8px;}
	.product_item.productC_li .productC_half&gt;a{padding:0;}
	.product_item.productC_li .productC_half:last-child{padding-top:0;padding-left:8px;}
	.product_item.productC_li .productC_cnt{display:box;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;}
	.product_item.productC_li{width:50%;}
	
	.product_item.productC_li .productC_icon{order:-1;width:100%;text-align:center;height:0;padding-bottom:85%;position:relative;}
	.product_item.productC_li .productC_icon i{position:absolute;top:50%;left:50%;transform:translateX(-50%) translateY(-50%);
	-webkit-transform:translateX(-50%) translateY(-50%);}
	.product_item.productC_li .productC_name{line-height:initial;-webkit-line-clamp:1;}
	.product_item.productC_li .productC_p{-webkit-line-clamp:1;}
	.product_item .productA_info .productA_name{font-size:22px;}
	.Hlabel_item{width:33.333333%;}
	.Hlabel_list{flex-wrap:wrap;}
}
@media screen and (max-width:992px){
	.product_item.productC_li .productC_info{padding:12px 8px;}
	.product_item.productC_li .productC_name{margin-bottom:8px;}
	.product_item .productB_info .productB_name{margin-bottom: 8px;}
	.product_item .productB_info{padding:12px 8px;}
	.product_item&gt;div{margin:6px;}
	.product_list{margin:-6px;}
	.product_item .productA_info .productA_name{font-size:20px;margin-bottom:12px;}
	.product_item .productA_info .productA_p{font-size:14px;}
	.product_item .productA_info .productA_del{font-size:14px;width: 110px;height:36px;line-height:36px;margin-top:20px;}
	.product_item .productA_info{padding:0 25px;}
	.Hplate_info .master_top{margin-bottom:30px;}
	.Hplate_info .master_tab{margin-bottom:20px;}
	.Hplate{padding:30px 0;}
	.Hplate_list{padding:30px 0;}
	.product_item .productB_picture .productB_img img{width:136px;height:136px;}
	.product_item.productB_li{width:33.333333%;}
	
	.product_item.productA_li{width:66.666666%;}
	.product_item.productC_li{width:66.666666%;}
}
@media screen and (max-width:768px){
	.Hplate_info .master_top{
		margin-bottom:20px;
	}
	.index-product_list{padding-top: 2rem;padding-bottom: 2rem;}
	.product_item.productA_li{width:100%;}
	.product_item.productB_li{width:50%;}
	.product_item.productC_li{width:50%;}
	.product_item.productC_li .productC_half:nth-child(1){display:none;}
	.product_item.productC_li .productC_half{width:100%;height:100%;padding-left:0;}	
	.product_item.productC_li .productC_half:last-child{padding-left:0;}
	.product_item.productC_li .productC_icon i{font-size:44px;}
	.product_item.productA_li&gt;div{padding-bottom:56%;}
	.product_item .productB_info .productB_name{font-size:14px;}
	.product_item .productB_info .productB_p{font-size:12px;line-height:20px;}
	.Hvideo_list{flex-wrap:wrap;}
	.Hvideo_item{width:50%;}
	.Hlabel_item{width:50%;}
	.product_item.productC_li{
		display: none;
	}
	.product_item .productB_picture{
		padding-bottom: 70%;
	}
	.index_brand{
		height: auto;
		padding: 2rem 0;
	}
	.section3 .cer{
		padding-top: 0;
	}
	.index_brand .leftbox{
		width: 100%;
	}
	.index_brand .brand_img{display: none;}
	.vmore{
		left: 50%;
    	transform: translateX(-50%);
    	margin-bottom: .5rem;
    	margin-top: 2rem;
	}
	.vmore:hover{
		transform: translateX(-50%);
	}
	.datas{
		margin: .5rem auto !important;
    	width: 80%;
    	max-width: 700px;
	}
	.datas .tit{
		font-size: 13px;
	}
	.section5{
		padding-top: 0;
		padding-bottom: 2rem;
	}
	.section4,
	.section6{
		padding-top: 2rem;
		padding-bottom: 2rem;
	}
	.section4 .cer{
		padding-top: 0;
	}
	.flianxi{
		padding-top: 0;
	}
	.ft-navs .navitem{
		text-align: center;
	}
	footer .ft-bottom{
		text-align: center;
	}
	.whpage .intro{
		padding: 0 10px; 
		margin-top: 0;
	}
	.mdnavout,
	.outnav8{
		height: 50px;
	}
	.mdnav li a{
		height: 50px;
		line-height: 50px;
	}
	 
	#totop {
    right: 10px;
    bottom: 90px;
    width: 40px;
    height: 40px;
    background-size: 20px;
    }
    .home-about-tit{
    	margin-top: 0;
    }
	 
}
</pre></body></html>