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

/* banner图css */

#banner {
	width: 100%;
	position: relative;
}
#banner .slideBox {
	width: 1920px;
	height: 450px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}
#banner .slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -52px;
	bottom: 15px;
	z-index: 3;
}
#banner .slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	float: left;
}
#banner .slideBox .hd ul li {
	float: left;
	margin-right: 7px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	border-radius:50%;
	text-align: center;
	background: white;
	cursor: pointer;
	opacity:0.5;
}
#banner .slideBox .hd ul li.on {
	background: #0199cd;
	color: #fff;
	opacity:1;
}
#banner .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}
#banner .slideBox .bd li {
	zoom: 1;
	vertical-align: middle;
}
#banner .slideBox .bd img {
	width: 1920px;
	height: 450px;
	display: block;
}
/* 产品css */

.picScroll-left {
	width: 1100px;
	height: 340px;
	margin: auto;
	overflow: hidden;
	position: relative;
	padding-top: 60px;
}
.picScroll-left .hd {
	height: 16px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 25px;
	left: 0;
	display: none;
}
.picScroll-left .hd ul {
	overflow: hidden;
	zoom: 1;
	width: 1100px;
	height: 16px;
	text-align: center;
}
.picScroll-left .hd ul li {
	display: inline-block;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin-right: 5px;
	text-indent: -999px;
	cursor: pointer;
	background: url(../images/page.png) no-repeat right top;
}
.picScroll-left .hd ul li {
 *display:inline;
}
.picScroll-left .hd ul li.on {
	background-position: left top;
}
.picScroll-left .next {
	position: absolute;
	top: 145px;
	right: 0;
	display: block;
	background: url(../images/next.png) no-repeat center center;
	width: 31px;
	height: 100px;
	color: #000;
	cursor: pointer;
}
.picScroll-left .prev {
	position: absolute;
	top: 145px;
	left: 0;
	display: block;
	background: url(../images/prev.png) no-repeat center center;
	width: 31px;
	height: 100px;
	color: #000;
	cursor: pointer;
}
.picScroll-left .bd {
	width: 990px;
	margin: auto;
}
.picScroll-left .bd ul {
	overflow: hidden;
	zoom: 1;
}
.picScroll-left .bd ul li {
	margin: 0 15px;
	float: left;
	overflow: hidden;
	text-align: center;
	position: relative;
}
.picScroll-left .bd ul li span.fd {
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/0.5.png);
	width: 100%;
	height: 225px;
	display: none;
}
.picScroll-left .bd ul li span.fd img {
	width: 62px;
	height: 62px;
	position: absolute;
	top: 82px;
	left: 119px;
}
.picScroll-left .bd ul li .img img {
	width: 300px;
	height: 225px;
	display: block;
}
.picScroll-left .bd ul li .title {
	width: 298px;
	line-height: 53px;
	height: 53px;
	border: 1px #fff solid;
	font-size: 16px;
	background: url(white0.5.png);
}
.picScroll-left .bd ul li .title a {
	color: #333;
}
#main .h {
	position: relative;
}
#main .h a.more {
	display: block;
	width: 109px;
	height: 29px;
	text-align: center;
	background:white;
	line-height: 29px;
	position: absolute;
	right: 0;
	top: 53px;
	color: #048fbe;
	font-size:14px;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	border-radius:15px;
	border:1px #048fbe solid;
}
#main .h a.more span {
	font-family:"宋体";	
	padding-left:5px;
}
#main .h a.more:hover {
	color:white;
	background:	#048fbe;
}
#main .h .htop {
	font-size: 24px;
	text-align: center;
	padding: 45px 0 15px;
	background: url(../1/homehbg.png) no-repeat center bottom;
}
#main .h .p {
	width: 550px;
	margin: auto;
	text-align: center;
	color: #666;
	margin-bottom:50px;
	line-height: 24px;
}
#main .h .en {
	text-align: center;
	color: #ccc;
	font-size: 22px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 40px;
}
/*关于我们*/

#main .about .nr {
	height: 316px;
	width: 1100px;
	margin: auto;
	position: relative;
}
#main .about .nr .div {
	width: 196px;
	height: 196px;
	position: absolute;
	color: white;
	font-size: 18px;
}
#main .about .nr .div.div1 {
	bottom: 0;
	left: 20px;
}
#main .about .nr .div.div2 {
	top: 0;
	left: 81px;
	cursor: pointer;
}
#main .about .nr .div.div3 {
	bottom: 0;
	left: 205px;
	cursor: pointer;
}
#main .about .nr .div.div4 {
	top: 0;
	left: 328px;
	cursor: pointer;
}
#main .about .nr .div.div5 {
	bottom: 0;
	left: 454px;
	cursor: pointer;
}
#main .about .nr .div.div6 {
	top: 0;
	left: 578px;
	cursor: pointer;
}
#main .about .nr .div.div7 {
	bottom: 0;
	left: 703px;
	cursor: pointer;
}
#main .about .nr .div.div8 {
	top: 0;
	left: 826px;
}
/*产品展示*/

#main .product {
	height: 560px;
	background: url(../images/homeproductbg.png) no-repeat bottom center;
}
#main .product .h {
	padding-bottom: 29px;
}
#main .mainbottom .inner {
	width: 1050px;
	/*height: 420px;*/
	padding: 25px 25px 60px;
}
#main .mainbottom .h .htop {
	padding: 30px 0 10px;
	text-align: left;
	font-size: 24px;
	color: #333;
	background: url(../1/mainbottomhbg.png) no-repeat left bottom;
}
#main .mainbottom .h .en {
	text-align: left;
	padding-bottom:10px;
}
#main .mainbottom .h .p {
	text-align: left;
}
.cases {
	width: 500px;
}
.cases .nr {
/*	margin-top: 15px;
*/	height: 226px;
	overflow: hidden;
}
.cases .nr .r {
	width: 345px;
	height: 92px;
	overflow: hidden;
}
.cases .nr li {
	height: 105px;
	width: 500px;
	padding-bottom: 10px;
	float: left;
}
.cases .nr li a {
	line-height: 35px;
	color: #0199cd;
	font-weight: normal;
}
.cases .nr li img {
	width: 141px;
	height: 105px;
}
.cases .nr li p {
	font-size: 14px;
	font-family: microsoft yahei;
	color: #787878;
	line-height: 18px;
}
.news {
	width: 500px;
	height: 339px;
	overflow: hidden;
}
.news h5 {
	overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.news .nr .r {
	width: 410px;
}
.news .nr li {
	height: 60px;
	padding-bottom: 20px;
}
.news .nr li p {
	font-size: 14px;
	font-family: microsoft yahei;
	color: #787878;
	line-height: 18px;
}
.news .nr li .date {
	width: 60px;
	height: 50px;
	background: #c6c6c6;
	color: white;
	font-size: 16px;
	text-align: center;
	padding-top: 10px;
}
.news .nr li.first .date {
	background: #c71142;
}
.news .nr li .date span {
	display: block;
	line-height: 22px;
}
.news .nr li .date .n {
	font-size: 14px;
}
.news .nr li a {
	font-weight: normal;
	color: #c71142;
}
.jszc {
	/*	text-align:center;

*/	padding-top: 5px;
}
.jszc a {
	color: #c71142;
}
</pre></body></html>