<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{width:100%;overflow:hidden;height:600px;position:relative}
.banList{position:absolute;left:50%;margin-left:-960px;height:600px}
.banList li{height:600px;opacity:0;position:absolute;transform:scale(0);transition:transform 0.5s ease 0s, opacity 1.5s ease 0s;z-index:1;}
.banList li.active{opacity:1;transform:scale(1);z-index:2;}
.fomW{position:absolute;bottom:20px;left:50%;height:20px;z-index:9;width:1000px;margin-left:-500px}
.jsNav{text-align:center;}
.jsNav a{display:inline-block;background:#fff;width:15px;height:15px;border-radius:50%;margin:0 5px;}
.jsNav a.current{background:#fc8f0f;cursor:pointer}

/*
	推荐产品
*/
.ptotj { width:1000px; padding:50px 0; margin:0 auto; }
.ptotj h1 { height:19px; background:url(../images/i_protj_title.jpg) no-repeat left bottom; font-size:12px; font-weight:normal; position:relative; }
.ptotj h1 span { float:right; padding-right:50px; }
.ptotj h1 span a { padding-left:10px; }
.ptotj h1 .more { position:absolute; top:0; right:0; display:inline-block; background-color:#0F3985; color:#FFF; height:12px; line-height:12px; overflow:hidden; border-radius:5px; padding:0 5px 3px; }
.ptotj h1 .more:hover { color:#FFF; }

#pro_con{ padding-top:40px; overflow:hidden; margin:auto;}
#pro_con ul{padding-left:30px;}
#pro_con ul li{float:left; width:163px; margin:0 7px;}
#pro_con ul li a{display:block;}
#pro_con ul li a span{display:block; height:60px; line-height:56px; color:#333; font-size:14px; text-align:center; position:relative;}
#pro_con ul li a span img{position:absolute; left:50%; margin-left:-6px; top:-7px;}

#pro_do_con{width:900px; background:#CCC; position:relative;}
#pro_l{display:block; width:29px; height:29px; position:absolute; left:30px; top:-150px; background:url(../images/pro_do.png) no-repeat left top;}
#pro_l:hover,#pro_l:active{background-position:left bottom;}
#pro_r{display:block; width:29px; height:29px; position:absolute; right:30px; top:-150px; background:url(../images/pro_do.png) no-repeat right top;}
#pro_r:hover,#pro_r:active{background-position:right bottom;}
#pro_hl{display:block; width:10px; height:160px; position:absolute; left:70px; top:-215px; background:url(../images/pro_do_h.jpg) no-repeat left top;}
#pro_hr{display:block; width:10px; height:160px; position:absolute; right:70px; top:-215px; background:url(../images/pro_do_h.jpg) no-repeat right top;}

/*
	简介
*/
.about { width:100%; height:400px; padding:0 0; background:url(../images/i_about_bg.jpg) no-repeat #DCDCDC center top; }
.about p { width:380px; margin:0 auto; padding:150px 0 0 620px; text-align:left; line-height:190%; }
/*
	热点
*/
.hot { width:1032px; padding:50px 0; margin:0 auto; }
.hot div { float:left; width:300px; margin:0 22px; }
.hot div p { line-height:22px; color:#666; padding-top:10px; }
.hot div h5 { width:100%; text-align:left; font-size:13px; color:#0F3985; font-weight:normal; border-bottom:1px #0F3985 solid; margin-top:10px; }
.hot div h5 .more { float:right; display:inline-block; background-color:#0F3985; color:#FFF; height:12px; line-height:12px; overflow:hidden; border-radius:5px; padding:0 5px 3px; margin-top:3px; }
.hot div h5 .more:hover { color:#FFF; }
.hot .news ul { padding-top:5px; }
.hot .news ul li { padding:8px 0 3px; border-bottom:1px #DDD dashed; }
.hot .news ul li span { float:right; color:#CCC; }


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