<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 */
/*index*/
.indexBanner{height:620px;background:#000;}

.indexPord{padding:45px 0;background:#f7f7f7;}
.indexPord ul{width:1120px;}
.indexPord ul li{float:left;margin-right:28px;width:252px;height:270px;display:block;}
.indexPord ul li a{display:block; text-decoration:none;}
.indexPord ul li:hover{background:#e9a30f;}
.indexPord ul li img{width:252px;height:148px}
.indexPord ul li .txt{height:122px;background:#dddddd;}
.indexPord ul li .txt h3{font-size:20px;padding-top:15px;padding-bottom:10px;padding-left:15px;color:#333;}
.indexPord ul li .txt p{color:#666;line-height:20px;font-size:14px;padding-left:15px;}
.indexPord ul li a:hover .txt h3{color:#fff;background:#e9a30f;}
.indexPord ul li a:hover .txt p{color:#fff;background:#e9a30f;padding-bottom:30px;}</pre></body></html>