<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */

body{ margin:0; padding:0;}
.main{ width:100%; height:auto;}
  /*.main div{ width:100%;}*/
  ul,li,p,a,h1,h2,h3,h4,h5,h6.ol{
  	margin: 0 0;
  	padding: 0 0;
  	list-style: none;
  }
  a{
  	font-family: "微软雅黑";
  	font-size: 14px;
  	color: #000000;
  	text-decoration: none;
  }
  
.main{ width:100%; height:auto;}
  /*.main div{ width:100%;}*/

  div.floatCtro{ width:auto; height:60px; position: relative; float: right;text-align: right;margin-top: 23px; z-index:100}
  div.floatCtro p{padding: 0 10px;display: inline-block; text-align:center; height:60px; line-height:30px; font-family:'微软雅黑'; font-size:16px; color:#FFFFFF;  cursor:pointer;}
  div.floatCtro p font{
  	font-size: 13px;
  	font-weight: normal;
  }
  div.floatCtro a{ display:inline-block; display:none; width:60px; height:60px; margin:10px 0 0 0; background:#fff; color:#000;  vertical-align:middle; cursor:pointer;}
  div.floatCtro a span{ display:block; width:28px; height:44px; line-height:22px;  font-family:'微软雅黑'; font-size:14px; line-height:22px; text-align:center; margin:8px 16px; _margin:-10px 0 0 16px;}
  /*div.floatCtro a:hover{ background:#000; color:#fff; zoom:1;}
  div.floatCtro p:hover{ background:#c40000; color:#fff;}
  div.floatCtro p.cur{ background:#c40000; color:#fff;}  */
 div.floatCtro p:hover{
 	transition: ease 0.6s;
 	transform: rotateY(360deg);
 }
  
  

 #float-tong{
 	width: 100%;
 	height: 106px;
 	background: #000000;
 	opacity: 0.8;
 	z-index: 999;
 	position: relative;
 	position:fixed;top:0;opcity:1;z-index:999;
 	/*top: 106px;*/ 	
 }
.logo{
	width: auto;
	height: 80px;
	float: left;
	margin-top: 0px;
} 

 
.main .yiqianer{
	width: 100%;
	min-height: 10px;
	overflow: hidden;
	margin: 0 auto;
}
.about{
	width: 100%;
	height: 146px;
	background: #e6e6e6;
}
ul.about-1{
	width: 100%;
	height: 92px;
	margin: 0 0;
	padding: 0 0;
	margin-top: 27px;
}
ul.about-1 li{
	width: 20%;
	height: 100%;
	float: left;
}
ul.about-1 li a{
	width: 100%;
	height: 100%;
	display: block;
}
ul.about-1 li .bg{
	width: 92px;
	height: 92px;
	/*padding: 0 0;
	display: inline-block;*/
	float: left;
	margin-left: 35px;
	margin-top: 16px;
	overflow: hidden;
}
ul.about-1 li .tit{
	height: 60px;
	padding: 0 5px;
	display: inline-block;
	margin-top: 16px;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 20px;
	/*font-weight: bold;*/
	color: #595758;
	text-align: center;
	float: left;
	margin-right: 10px;
}
ul.about-1 li .tit p1{
	font-size: 14px;
}
ul.about-1 li:hover .tit{
	color: #fe0000;
	transform: rotateX(360deg);
	transition: ease 0.6s;
}
ul.about-1 li .line{
	width: 2px;
	height: 100%;
	background: #d3d3d3;
	float: right;
}
ul.about-1 li:hover .bg{
	transform: translate(0,0);
	transition: ease 0.6s;
}
ul.about-1 li:nth-child(1) .bg{
	width: 52px;
	height: 52px;
	margin-top: 24px;
	background: url(../img/tubiao.png);
	background-position: 0 -95px;
}
ul.about-1 li:nth-child(1):hover .bg{
	background-position: 0 -175px;
}
ul.about-1 li:nth-child(2) .bg{
	width: 58px;
	height: 58px;
	margin-top: 17px;
	background: url(../img/tubiao.png);
	background-position: -75px -95px;
}
ul.about-1 li:nth-child(2):hover .bg{
	background-position: -75px -175px;
}
ul.about-1 li:nth-child(3) .bg{
	width: 70px;
	height: 70px;
	margin-top: 17px;
	/*margin-left: 25px;*/
	background: url(../img/tubiao.png);
	background-position: -150px -95px;
}
ul.about-1 li:nth-child(3):hover .bg{
	background-position: -150px -175px;
}
ul.about-1 li:nth-child(4) .bg{
	width: 60px;
	height: 60px;
	margin-top: 17px;
	margin-left: 25px;
	background: url(../img/tubiao.png);
	background-position: -245px -95px;
}
ul.about-1 li:nth-child(4):hover .bg{
	background-position: -245px -175px;
}
ul.about-1 li:nth-child(5) .bg{
	width: 70px;
	height: 70px;
	margin-top: 17px;
	background: url(../img/tubiao.png);
	background-position: -321px -95px;
}
ul.about-1 li:nth-child(5):hover .bg{
	background-position: -321px -175px;
}
.donghua{
	-webkit-animation: moveFromTop .6s ease both;
  animation: moveFromTop .6s ease both;
}

.tupian{
	width: 100%;
	height: auto;
	text-align: center;
	margin: 20px auto;
}
.about-cont{
	width: 1250px;
	height: auto;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 10px;
}
.about-cont p{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #585657;
	line-height: 30px;
}
.about-donghua{
	width: 100%;
	height: 268px;
	background: url(../img/about-bg.jpg) center;
	position: relative;
}
.about-donghua .dh-1{
	position: absolute;
	padding: 0 0;
	display: inline-block;
	left: 50%;
	margin-left: -300px;
	float: left;
	top: 80px;
}
.about-donghua .dh-2{
	position: absolute;
	padding: 0 0;
	display: inline-block;
	float: right;
	right: 50%;
	top: 80px;
	margin-right: -300px;
}
.about-donghua .nian{
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 40px;
	float: left;
	line-height: 50px;
	font-weight: bold;
}
.about-donghua .duo{
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 18px;
	float: left;
	font-weight: bold;
	line-height: 10px;
}
.about-donghua .wenzi{
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 30px;
	float: left;
	line-height: 50px;
}
.about-donghua .xchy{
	width: 100%;
	height: 50px;
	position: absolute;
	top: 140px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 20px;
}
/*产品供应*/
.caselist{
	width: 1250px;
	min-height: 10px;
	overflow: hidden;
}

.caselist li{
	float: left;
	height: 300px;
	position: relative;
	cursor: pointer;	
	overflow: hidden;
}
.caselist li img{width: 100%;height: 100%;
}
.caselist li:nth-child(1){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(2){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(3){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(4){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(5){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(6){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(7){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(8){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(9){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(10){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(11){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(12){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(13){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(14){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(15){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(16){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(17){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(18){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(19){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(10){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(21){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(22){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(23){width:305px;margin-top:7px;margin-left:7px;}
.caselist li:nth-child(24){width:305px;margin-top:7px;margin-left:7px;}





















.txt{
	width:100%;
	height:45px;
	background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/
	position:absolute;
	left:0;
	bottom:0;
	color:#fff;
	font-family:"微软雅黑";
}

.txt h3{
	font-size:20px;
	font-weight:100;
	height:45px;
	text-align:center;
	line-height:45px;
	color: #FFFFFF;
}

.txt p{
	font-size:14px;
	text-align:center;
}
.txt p a{
	width: 100px;
	height: 40px;
	line-height: 40px;
	background: #FE0000;
	color: #FFFFFF;
	text-align: center;
	border-radius: 5px;
	display: block;
	margin: 10px auto;
	font-family: "微软雅黑";
	font-size: 16px;
}
.txt p a:hover{
	/*transition: all 0.6s;*/
	/*font-size: 16px;*/
}
.hezuo-donghua{
	width: 100%;
	height: 268px;
	background: url(../img/hezuo.jpg) center;
	position: relative;
	margin: 30px auto;
}
.hezuo-donghua .here{
	position: absolute;
	padding: 0 0;
	display: inline-block;
	left: 65%;
	margin-left: 100px;
	float: left;
	top: 80px;
}
.hezuo-donghua .here p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #FFFFFF;
	line-height: 26px;
}

.team{
	width: 100%;
	min-height: 10px;
	overflow: hidden;
	margin: 20px auto;
	margin-left:2px;text-align: center;
}
.team ul{
	width: 100%;
	min-height: 10px;
	overflow: hidden;
}
.team ul li{line-height: 40px;
	width: 19.6%;
	height: auto;
	float: left;
	margin:0 0.2%;
}
.team ul li .zhc{
	width: 100%;
	height: 100%;
	position: relative;
}
.team ul li img{
	width: 245px;
	height: 200px;
	/*position: absolute;*/
	/*z-index: -1;*/
}
.team ul li .zhc .hei{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background: #000000;
	opacity: 0.5;
}

.team ul li:hover .zhc .hei{
	background: none;
	transition: all .6s;
	cursor: pointer;
}

.index-footer{
	width: 100%;
	min-height: 10px;
	overflow: hidden;
	background: #FE0000;
	padding: 10px 0;
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 30px;
}
.foot-zuo{
	width: 520px;
	min-height: 10px;
	overflow: hidden;
	border-right: 1px #E6E6E6 solid;
	float: left;
}
.foot-zuo .foot-logo{
	width: 100%;
	height: auto;
	float: left;
	margin-top: 50px;
	margin-bottom: 56px;
}
.foot-zuo .foot-logo img{
	max-width: 100%;
	height: auto;
}
.foot-zuo .foot-beian{
	width: 100%;
	min-height: 10px;
	overflow: hidden;
	/*margin-top: 90px;*/
}
.foot-zuo .foot-beian p{
	width: 100%;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 30px;
}
.foot-zhong{
	width: 180px;
	float: left;
	min-height: 270px;
	margin: 0 20px;
	border-right: 1px solid #E6E6E6;
}
.foot-zhong p,.foot-zhong a{
	width: 100%;
	/*height: 25px;*/
	line-height: 30px;
	float: left;
	font-family: "微软雅黑";
	color: #FFFFFF;
	font-size: 16px;
}
.foot-you{
	width: 450px;
	float: right;
}
.foot-you .dianhua{
	width: 260px;
	float: left;
}
.foot-you .dianhua p{
	width: 100%;
	/*height: 25px;*/
	line-height: 30px;
	float: left;
	font-family: "微软雅黑";
	color: #FFFFFF;
	font-size: 16px;
}
.foot-you .weixin{
	width: 130px;
	height: auto;
	float: right;
	margin-top: 100px;
}
.foot-you .weixin p{
	width: 100%;
	height: auto;
	text-align: center;
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 16px;
}

</pre></body></html>