<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样式*****************/
body{margin:0px; padding:0px; line-height:1.9; font-family:"微软雅黑", Arial; font-size:14px; color:#222; max-width:640px; margin-left:auto; margin-right:auto; background:#FFF;}
h1,h2,h3,h4,h5,h6,hr,dl,dt,dd,ul,ol,li,header,pre,form,button,input,textarea,th,td,pre {margin:0;padding:0; list-style-type:none;}
p,html{-webkit-text-size-adjust:100%; text-size-adjust: 100%; word-wrap: break-word;}
img{border:0 none; vertical-align:top; max-width:100%; height:auto;}
input,select,textarea{font-family:"微软雅黑", Arial; background:#FFF; border:#CCCCCC solid 1px; padding:5px; border-radius:3px; -webkit-appearance:none;}
div{margin-left:auto; margin-right:auto; line-height:1.8; font-family:"微软雅黑", Arial;font-size:14px;animation-name:imgcss3;animation-duration:1s;}
.clear{clear:both; font-size:0px; visibility:hidden; overflow:hidden; line-height:0px; height: 0px;}
.pagehome{width:96%;}

@keyframes imgcss3{
0% {opacity: 0.1; /*初始状态 透明度为10%*/}
100% {opacity: 1; /*结尾状态 不透明*/}
}

/*****************友情链接CSS样式*****************/
a:link {font-size:14px; color:#333; text-decoration:none;}
a:visited {font-size:14px; color:#333; text-decoration:none;}
a:hover {font-size:14px; color:#F00; text-decoration:none}

/*****************首页BANNER的CSS样式*****************/
.banner{width:100%}
.banner img{width:100%; height:auto;}

/*****************站点首页导航CSS样式*****************/
nav{margin:auto; width:96%; margin-top:15px;}
nav li{float:left;width:25%;*width:24.52%;position: relative; margin-bottom:20px; text-align:center;}
nav img{margin-bottom:10px; width:75%; height:auto; border-radius:5px;}
nav a{font-size:14px;}

/****************article页面CSS样式*****************/
.article{border-bottom:#CCC dotted 1px; padding:12px;}
.article:hover{background:#F5F5F5;}
.article a{font-size:20px;}
.article dd{font-size:12px; color:#999;}

/****************imgart页面CSS样式*****************/
.imgart{float:left; width:45%; height:140px; margin:1.6%; overflow:hidden; text-align:center; position:relative; border:#E0E0E0 solid 1px; padding:1px; border-radius:3px;}
.imgart img{min-height:100%; max-height:100%; max-width:100%;}
.imgart dd{position:absolute; bottom:0px; background:#FFF; opacity:0.8; width:100%; padding:5px 0px; height:22px;}

/****************页面显示CSS样式*********************/
.showtitles{font-size:150%; border-bottom:#E5E5E5 solid 1px; margin-top:10px;}
.showform{color:#999999; margin-bottom:5px; height:35px; line-height:35px;}
.showcontent{width:98%; margin:10px auto; font-size:16px; text-align:justify; text-justify:inter-ideograph;}
.showcontent img{max-width:100%; margin:0;}
.nextpage{margin:10px 0px; line-height:1.8;}

/****************二级栏目CSS样式*********************/
.anylinkcss{z-index:100; visibility:hidden; width:100%; max-width:640px; margin-top:1px; background:#FFF; border-bottom:#CCC solid 1px; text-align:center;}
.anylinkcss a{float:left; width:47%; line-height:35px; height:35px;}
.anylinkcss a:hover{color:#FF0000;  background:#EEEEEE;}

/****************底部联系方式CSS样式*********************/
.bottom{width:96%; margin-top:5px;}
.wxewm{width:200px; height:230px;}
.ynjwz{text-align:center; line-height:2.0;}
.imgs{width:100%;}

/****************上一页下一页CSS样式*********************/
.pagenext{margin-top:10px; margin-bottom:10px; text-align:center; width:264px;}
.pagebtn{float:left; width:60px; border-radius:3px; line-height:35px; height:35px; margin:5px 2px; background:#F0F0F0; border:#F0F0F0 solid 1px;}
.pagebtn1{float:left; width:60px; border-radius:3px; line-height:35px; height:35px; margin:5px 2px; background:#FFF; color:#999; border:#F0F0F0 solid 1px;}

/****************拨打电话CSS样式*********************/
.li_tel{z-index:100; display:block; position:fixed; width:100%; bottom:0px; background:#000; height:45px; color: #fff; line-height:1.5; max-width:640px; border-top:#333 solid 1px;}
.li_tel img {width:20px; height:20px;}
.li_tel li a{text-align:center; height:45px; width:24.5%; font-size:12px; float:left; color: #fff; padding-top:4px; }
.li_tel li a:hover{background:#333;}
.tels_b{border-right:#333 solid 1px;}

/*过期CSS************************************************************/
.guoqi{max-width:100%; border:#F00 solid 3px; background:#FFFFFF; padding:5px 30px; font-size:16px;}

/*版权声明CSS************************************************************/
.bqsm{width:96%;font-size:12px; color:#999; line-height:14px;}

/*首页更多CSS************************************************************/
.index_more{margin:10px auto; text-align:center;  padding:5px 10px; width:100px; border:#E0E0E0 solid 1px; border-radius:3px;}</pre></body></html>