<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*******************************
    -------[=首页]-------
********************************/
.ul-pro-index {margin-top: 20px;overflow: hidden;}
.ul-pro-index li {margin-right: 2%;margin-bottom: 42px;float: left;width: 49%;overflow: hidden;}
.ul-pro-index li:nth-child(2n+2) {margin-right: 0;}
.ul-pro-index li.side {margin-right: 0;}
.ul-pro-index a {display: block;width: 100%;/*height: 160px;*/overflow: hidden;}
/*.ul-pro-index a:hover {background-color: #2e4e97;}*/
.ul-pro-index .img {float: left;width: 146px;height: 100%;height: 160px;line-height: 160px;border: 1px solid #6f6f6f;text-align: center;overflow: hidden;}
.ul-pro-index img {margin: 0 auto;display: inline-block;vertical-align: middle;}
.ul-pro-index a:hover img {
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
}
.ul-pro-index .txt {margin-left: 160px;}
/*.ul-pro-index a:hover .txt {color: #fff;}*/
.ul-pro-index .tit {line-height: 30px;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;}
/*单页面*/
.page {line-height: 26px;text-align: justify;}
.page p {text-indent: 2em;}
.page img {display: block;width: 100%;margin: 20px 0;}

/*在线留言*/
.ul-form li {padding-bottom: 8px;}
.ul-form .l {float: left;width: 20%;text-align: center;line-height: 32px;text-indent: 0;}
.ul-form .l.last {visibility: hidden;}
.ul-form .r {float: none;margin-left: 20%;text-indent: 0;}
.ul-form em {padding-right: 4px;color: #f00;}
.ul-form .inp {display: inline-block;width: 100%;padding: 0 5px;height: 32px;line-height: 32px;font-family: "Microsoft Yahei";border-radius: 4px;border: none;outline: none;border: 1px solid #cacaca;
    -webkit-box-sizing: border-box;
-moz-box-sizing: border-box;   
box-sizing: border-box;}
.ul-form .inp4 {width: 100%;height: 80px;line-height: 24px;padding: 5px;resize:none;}
.ul-form .submit {display: inline-block; width: 120px;height: 36px;line-height: 36px;text-align: center;color: #fff;background-color: #edad25;border-radius: 3px;}

/*列表页面*/
.list {}
.ul-txt li {padding-left: 20px;border-bottom: 1px dotted #d3d3d5;line-height: 38px;overflow: hidden;white-space: nowrap;-ms-text-overflow: ellipsis;text-overflow: ellipsis;background: url(../images/ico-dot.jpg) 2px center no-repeat;}
.ul-txt li span {padding-left: 20px;float: right;}

/*文章详情页面*/
.show {}
.tit-txt {padding: 10px 0;text-align: center;font-weight: normal;font-size: 24px;color: #010101;}
.txt-info {line-height: 34px;border-top: 1px dotted #ececec;border-bottom: 1px dotted #ececec;color: #a1a1a1;font-size: 12px;text-align: center;}
.txt-cont {line-height: 20px;padding: 30px 0;text-align: justify;}
.txt-cont &gt;p {padding-bottom: 30px;/*text-indent: 2em;*/}
.txt-cont img {display: block;margin: 20px auto;}


/*图片详情页面*/
.show-picture .pic img {margin: 20px auto;display: block;/*width: 80%;max-width: 600px;*/}
.show-picture .txt-cont {padding-top: 0;}</pre></body></html>