<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
html,body{height:100%; padding:0px; margin:0px;min-width: 1200px;font:14px 微软雅黑;color:#444;}
a { text-decoration: none; outline: none; color: #666; transition: 0.2s; }
p{text-align: justify;text-justify:inter-ideograph;margin: 0;}
li {list-style-type: none; vertical-align: top; margin: 0;padding:0;}
ul {margin: 0;padding: 0;}
img{margin: 0;padding: 0;border: 0; vertical-align: top;}
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; margin: 0;padding: 0}
dl,dt,dd{padding: 0;margin:0;}
i,em{font-style: normal;}

.fl {float:left;}
.fr {float:right;}
.clear{clear:both;}
.w0{width: 100%;}
.w1200{width: 1200px;margin:0 auto;}
.w1300{width: 1300px;margin:0 auto;}
.clearfix:after {content: "";width: 0;height: 0;clear:both;}

/*header start*/
.header{height: 105px;background: #fff;position: fixed;z-index: 9999999999;box-shadow: 0 0 10px 0 #aaa}
.header .logo{margin: 12.5px 0}
.header .nav li{float: left;text-align: center;margin: 0 25px;height: 102px;}
.header .nav li a{display: block;}
.header .nav li p{text-align: center;font-size: 16px;color: #333;padding: 30px 0 8px}
.header .nav li i{font-size: 13px;color: #8f96a0;text-transform: capitalize;}
.header .nav li:hover ,.header .nav li.on{border-bottom: 3px solid #FF7200;}
/*header end*/

/*banner start*/
.banner{padding-top:105px;}
.flexslider{
	position: relative;
	width: 100%;
	height:650px;
	overflow: hidden;
	zoom: 1;
}
.flexslider .slides li{
	width: 100%;
	height: 100%;
}
.flex-direction-nav a{
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(../images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}
.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right: 0;
}
.flex-direction-nav .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}
.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}
.flex-control-paging li a {
	background: rgba(0,0,0,0.3);
	display: block;
	height: 10px;
	overflow: hidden;
	text-indent: -99em;
	width: 10px;
	cursor: pointer;
	-webkit-transition: all 0s ease;
	border-radius: 10px;
}
.flex-control-paging li a.flex-active,.flex-control-paging li.active a{
	background: #FF7200;
}
.flexslider .slides a img {
	width: 100%;
	height: 650px;
	display: block;
}
/*banner end*/
.title{text-align: center;padding-bottom: 30px}
.title p{text-align: center;font-size: 36px;}
.title i{line-height:40px;color: #999;font-size: 15px}
/*product start*/
.product{padding: 50px 0;}
.pro_body ul li{width: 580px;margin-left:40px;float: left;margin-bottom: 20px;transition: all 0.2s ease-in;}
.pro_body ul li:nth-child(2n-1) {margin-left: 0px;}
.pro_body ul li .p_left{width: 360px;}
.pro_body ul li .p_left .img{width: 360px;height: 270px;overflow: hidden;}
.pro_body ul li .p_left .img img{width: 360px; height: 270px; display: block;transition:.5s ease-in;}
.pro_body ul li:hover .p_left .img img{ transform:scale(1.1,1.1);}
.pro_body ul li .p_right{width: 220px;height: 270px;background: #efefef;}
.pro_body ul li .p_right .pro_tit{display: block;height: 82px;text-align: center;margin-bottom: 20px;padding-top: 60px;}
.pro_body ul li .p_right .pro_tit p{text-align: center;font-size: 25px;line-height: 45px;letter-spacing:5px;position: relative;left: 5px}
.pro_body ul li .p_right .pro_tit i{color: #888}
.pro_body ul li .p_right .pro_tit em{display: block;width: 120px;height: 35px;text-align: center;line-height: 35px;border:1px solid #aaa;margin:20px auto;color: #777}
.pro_body ul li:hover .p_right{background: #666}
.pro_body ul li:hover .p_right p{color: #fff}
.pro_body ul li:hover .p_right i{color: #aaa}
.pro_body ul li:hover .p_right em{color: #aaa}
.pro_body ul li .p_right em:hover {background: #FF7200;color: #fff;border-color: #ff7200}
/*product end*/

/*company start*/
.company{padding: 60px 0;background: url(../images/combg.jpg) no-repeat center;}
.com_body{height: 455px;background: url(../images/combg1.png) no-repeat center;}
.com_body .com_l{width: 500px;padding-left: 50px;}

.com_body .com_l .slideTxtBox{ width:500px;text-align:left;}
.com_body .com_l .slideTxtBox .hd{margin: 25px 0 10px}
.com_body .com_l .slideTxtBox .hd ul li{float:left; margin-left:25px; cursor:pointer;width: 150px;background:#dfdfdf;text-align: center;font-size: 16px;font-weight: bold;line-height: 40px}
.com_body .com_l .slideTxtBox .hd ul li:nth-child(1) {margin-left: 0px;}
.com_body .com_l .slideTxtBox .hd ul li.on{height:40px;background:#666;color: #fff}
.com_body .com_l .slideTxtBox .hd ul li.on a{color: #fff}

.com_body .com_l .slideTxtBox .bd &gt; div{width: 500px;padding-top: 25px;}
.com_body .com_l .slideTxtBox .bd &gt; div p{text-indent: 2em;line-height: 180%;font-size: 15px;}
.gsjj{background: url(../images/com1bg.png) no-repeat center top;}
.ppjs{background: url(../images/com2bg.png) no-repeat center top;}
.bfmzz{background: url(../images/com3bg.png) no-repeat center top;}

.com_body .com_r{width: 624px;}
.com_body .com_r .cr_t{height: 93px;line-height: 93px;overflow: hidden;}
.com_body .com_r .cr_t i{color: #fff;padding-left: 40px;letter-spacing: 1px;font-size: 36px;}
.com_body .com_r .cr_t span{display: inline-block;padding-left: 20px;font-size: 30px;color: #999;font-family: Arial}
.com_body .com_r .cr_t a.more{display:block;width: 93px;height: 93px;background: url(../images/more.jpg) no-repeat center;}
.com_body .com_r .cr_b{width:599px;height:362px;text-align:center; overflow: hidden;}
.com_body .com_r .cr_b img{ width: 599px; height: 362px; display: block;transition:.5s ease-in;}
.com_body .com_r .cr_b:hover img{ transform:scale(1.1,1.1);}
.adv{height: 284px;background: url(../images/advbg.jpg) repeat-y center;margin-bottom: 30px}
.adv_l,.adv_r{width: 400px;height: 230px;text-align: center;padding-top: 20px}
.adv_l img,.adv_r img{width: 100px;height: 100px;}
.adv_l b,.adv_r b {display: block;font-size: 20px;color: #fff;line-height:55px}
.adv_l p,.adv_r p {text-align: center;color: #ddd;line-height: 160%;font-size: 15px}

/*company end*/

/*case start*/
.case{padding-bottom: 50px}
.picScroll-left{ width:600px;overflow:hidden; position:relative;padding-left: 100px;padding-top:100px;background: url(../images/fk.jpg) no-repeat left top;margin-top: -100px}

.picScroll-left .prev,.picScroll-left .next{ display:block; width:40px; height:80px;overflow:hidden;cursor:pointer; background:url(../images/right.png) no-repeat center rgba(0,0,0,0.7);position: absolute;z-index: 9999;top: 260px;}
.picScroll-left .next{left: 660px;background:url(../images/left.png) no-repeat center rgba(0,0,0,0.7);}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ float:left; _display:inline; overflow:hidden; text-align:center; width: 1100px;position: relative;}
.picScroll-left .bd ul li .pic{width:600px;text-align:center;float: left}
.picScroll-left .bd ul li .pic img{ width:600px; height:450px; display:block;}
.picScroll-left .bd ul li p{display: block;width:600px;height: 40px;line-height: 40px;color:#fff;text-align: center;background: rgba(0,0,0,0.6);position: absolute;bottom: 0px;font-size: 15px}
.picScroll-left .bd ul li .con{ width:380px;height: 450px;background: #dfdfdf;}
.picScroll-left .bd ul li .con b{display:block;font-size: 20px;color: #fff;line-height: 40px;width:280px;background: #FF7200;margin: 40px auto 15px}
.picScroll-left .bd ul li .con p{font-size: 16px;line-height: 50px;padding-left: 55px}

.case_r{width: 500px;}
.case_r ul li{width: 230px;height: 212px;margin:0 0 26px 20px;float: left;}
.case_r ul li img{width: 230px;height: 172px;}
.case_r ul li p{height: 37px;line-height: 37px;background: #dfdfdf;width: 230px;text-align: center;color: #333;font-size: 15px;border-bottom: 3px solid #666}
.case_r ul li:hover p{background: #666;color: #fff}
/*case end*/

/*new start*/
.new{background: #f1f1f1;padding: 50px 0;}

.new_con{width: 400px;margin-right:50px;}
.new_con img{width: 100%}
.new_con i{width: 400px;display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;text-align: left;font-size: 18px;height: 35px;line-height: 35px;padding-top:5px;}
.new_con p{color: #777;}
.new_con:hover i{color: #FF7200}
.new_r{width: 750px;}
.new_r ul li{margin-bottom: 20px;}
.new_r ul li .time{width: 70px;height: 85px;}
.new_r ul li .time b{width: 70px;height: 55px;background: #666;text-align: center;line-height: 60px;color: #fff;display: block;font-size: 34px;}
.new_r ul li .time p{width: 70px;height: 30px;background: #c7c7c7;text-align: center;line-height: 30px;color: #fff}
.new_r ul li .newnr{width: 660px;}
.new_r ul li .newnr i{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size: 18px;width: 100%;text-align: left;padding-top: 3px;}
.new_r ul li .newnr p{display: block;padding-top: 5px;color: #888;line-height: 160%}
.new_r ul li:hover i{color: #FF7200}
.new_r .new_b{width: 750px;}
.new_r .new_b a{display: block;width: 350px;line-height: 35px;float: left;margin-left: 50px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;font-size: 15px}
.new_r .new_b a:nth-child(2n-1) {margin-left: 0px}
.new_r .new_b a:hover {color: #666}
/*new end*/

/*footer start*/
.footer{background: url(../images/footbg.png) no-repeat center top #f1f1f1;;padding-bottom: 30px}
.footer .foot_nav{text-align: center;font-size: 0px;color: #fff}
.footer .foot_nav a{display: inline-block;padding: 0 35px;color: #fff;font-size: 17px;line-height: 52px;background: url(../images/xx.png) no-repeat center right;}
.footer .foot_nav a:nth-last-of-type(1) {background: none;}
.footer .gsxx{width:750px; height:129px;margin-top: 50px}
.footer .gsxx li{float:left;padding-left:58px;margin-bottom: 25px;width:260px}
.footer .gsxx li em{font-size: 16px;color:#cccccc;margin-bottom: 10px; font-style:normal;}
.footer .gsxx li i{ display:block;font-size: 14px; color:#838383;font-style:normal;}
.footer .gsxx li.db1{background:url("../images/db1.png") no-repeat left top;}
.footer .gsxx li.db2{background:url("../images/db2.png") no-repeat left top;}


.footer .foot_right .tel {text-align: center;height: 65px;}
.footer .foot_right .tel b{font-size: 16px;color:#ccc;text-align:right;display: block;font-weight: normal;padding-right: 10px;}
.footer .foot_right .tel em{font-size: 36px;font-weight: bold;font-family: Arial;color: #ddd;text-align: right;color: #FF7200;letter-spacing: 1px}
.footer .foot_right .tel{padding-top: 45px;width: 305px;}
.footer .foot_right p{text-align: right;line-height: 200%;color: #ccc}
.footer .foot_right p a{color: #ccc}

/*footer end*/</pre></body></html>