<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 */
html {
}
body {
}
.mian {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    max-width: 640px;
    overflow: hidden;
    background-color: #fff;
    font-family: Microsoft YaHei;
}
a {
    text-decoration: none;
    color: #666;
}
/*公共颜色调用*/
.pagedSpan a {
    background: #333;
}
.CategoryList_Title i {
    color: #333;
}
.hdPhone p i {
    border: 1px solid #fff;
}
.pagedSpan a {
    color: #fff;
}
.pagedSpan {
    background: #feeddc;
}
.home {
    background: #fdc800;
    color: #fff;
}
.mian {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    min-width: 320px;
    max-width: 640px;
    overflow: hidden;
    background-color: #fff;
    font-family: Microsoft YaHei;
}
a {
    text-decoration: none;
    color: #666;
}
/*分类标题*/
.CategoryList_Title {
    height: 2.968em;
    line-height: 2.968em;
    padding: 0 .687em;
    color: #007fea;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #b0b4bb;
    font-size: 1rem;
    background: linear-gradient(180deg, #f2f2f2 0%, #e0e0e0 100%);
}
.CategoryList_Title i {
    font-size: 1.2em;
    margin-top: .75em;
}
.CategoryList_Title .icon-details {
    margin-right: .5em;
}
/*分类列表*/
.CategoryLista {
}
.CategoryLista &gt; li &gt; a {
    display: block;
    color: #333;
    padding: 0 1.125em;
    font-size: 1.125em;
}
.CategoryLista li i {
    float: left;
    margin-top: -1.25em;
    margin-left: 95%;
    color: #656565;
    font-weight: bold;
    font-size: 1.6em;
    z-index: 99;
}
.CategoryLista &gt; li li a {
    height: 3.031em;
    line-height: 3.031em;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #666;
    background: #EBEBEB;
    padding: 0 0.5em;
    border-bottom: 1px solid #cfcbc1;
    border-top: 1px solid #fff;
    font-size: 1em;
}
.CategoryLista li:after {
    content: '.';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.CategoryLista .icon-arrow-down {
    color: #f90;
}
.CategoryLista &gt; li &gt; ul &gt; li &gt; ul {
    padding: 0 1.125em;
}
.CategoryLista &gt; li &gt; .list1, .CategoryLista &gt; li &gt; .list1 li ul {
    display: none;
}
/*搜索*/
.searchSpan {
    position: relative;
    overflow: hidden;
    margin: .687em;;
    padding-bottom: 2rem;
}
.searchSpan .txtSearch {
    height: 34px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-size: 1.1rem;
    text-indent: .25rem;
    width: 99.9%;
    outline: none;
}
.searchSpan .btnSearch {
    position: absolute;
    right: 0px;
    top: 1px;
    border-radius: 0 5px 5px 0;
    display: block;
    height: 33px;
    line-height: 33px;
    color: #333;
    width: 3.5rem;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    text-align: center;
    background: linear-gradient(180deg, #fff 0%, #ededed 100%);
}
#DetailedSpan div table {
    width: 640px !important;
}
#ErrorInfo {
    text-align: center;
    margin-top: 1em;
    margin-bottom: 1em;
}
.green {
    color: #eb2533;
}
.red {
    color: #eb2533;
    text-align: center;
    margin-bottom: 1em;
}
.green {
    coor: Red
}
.red {
    color: Red
}
/*
@media screen and (min-width:320px) {
	body{font-size:75%;}
}
@media screen and (min-width:375px) {
	body{font-size:87.5%;}
}
@media screen and (min-width:480px) {
	body{font-size:87.5%;}
}
@media screen and (min-width:540px) {
	body{font-size:112.5%;}
}
@media screen and (min-width:550px) {
	body{font-size:125%;}
}
@media screen and (min-width:640px) {
	body{font-size:150%;}
}
*/
@media screen and (min-width: 320px) {
    html {
        font-size: 75%;
    }
}
@media screen and (min-width: 375px) {
    html {
        font-size: 87.5%;
    }
}
@media screen and (min-width: 480px) {
    html {
        font-size: 87.5%;
    }
}
@media screen and (min-width: 540px) {
    html {
        font-size: 112.5%;
    }
}
@media screen and (min-width: 550px) {
    html {
        font-size: 125%;
    }
}
@media screen and (min-width: 640px) {
    html {
        font-size: 150%;
    }
}
/*header*/
header {
    overflow: hidden;
    padding: 2% 0;
    width: 100%;
    background: #fff url("../images/hdline.png") no-repeat center top;
    background-size: 100%;
}
header h1 img {
    display: block;
    width: 100%;
}
header h1 {
    width: 100%;
}
header h2 {
    float: right;
    width: 55%;
    margin-top: 0.75rem;
    border-left: 1px #007fea solid;
    padding-left: 10px;
    color: #007fea;
    font-size: 1rem;
}
header h2 p {
    width:6rem;
    background-color: #fdc800;
    color: #007fea;
}
header h2 p a {
    color: #ffba00;
    font-weight: bold;
}
/*nav*/
nav {
    overflow: hidden;
    width: 100%;
    background-color: #007fea;
}
nav a {
    width: 25%;
    float: left;
    text-align: center;
    font-size: 1rem;
    color: #fff;
    padding: .75rem 0;
    display: block;
    border-right: 1px solid #fff;
    box-sizing: border-box;
    border-bottom: 1px solid #f1f1f1;
    white-space: nowrap;
}
nav a:nth-child(4n) {
    border-right: none
}
.addRess {
    overflow: hidden;
    width: 100%;
    background: #eee;
    padding-bottom: 3.5rem;
}
.addRess dl {
    overflow: hidden;
    padding: 1.5rem 0;
    width: 100%;
}
.addRess dl dt {
    width: 25%;
    float: left;
}
.addRess dl dt img {
    display: block;
    width: 100%;
}
.addRess dl dd {
    width: 72%;
    float: right
}
.addRess dl dd h3 {
    font-weight: normal;
    font-size: 1rem;
    color: #00824a;
}
.addRess dl dd h3 a {
    color: #00824a;
    font-weight: bold
}
.addRess dl dd p {
    font-size: .85rem;
    color: #666666;
    line-height: 1.5rem;
}
.addRess dl dd p a {
    color: #666
}
.addRess dl dd p:first-of-type {
    margin-top: .3rem;
}
/*footer*/
footer {
    position: fixed;
    bottom: 0;
    left: 0;
    background: #007fea;
    width: 100%;
    overflow: hidden;
}
footer img {
    display: block;
    width: 114%;
}
footer a {
    display: block;
    float: left;
    width: 25%;
    text-align: center;
    padding: .75rem 0 .5rem 0;
    box-sizing: border-box;
    border-left: 1px solid #fff;
}
footer a:first-child {
    border-left: none;
}
footer em {
    display: block;
    width: 1.875rem;
    height: 1.875rem;
    margin: 0 auto;
}
footer span {
    display: block;
    font-size: 1rem;
    color: #fff;
    margin-top: .2rem;
}
footer a.on {
    background: #fdc800;
}
section.section {
    width: 94%;
    margin-left: auto;
    margin-right: auto;
}
/*分页*/
.pagingNav {
    padding: 5px 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.pagingNav p {
    height: 30px;
    line-height: 30px;
}
.pagingNav .uls {
    margin-top: -30px;
    overflow: hidden;
}
.pagingNav .uls a {
    float: left;
    margin-left: 5px;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #EBEBEB;
    text-decoration: none;
    float: left
}
.pagingNav .uls a:hover, .pagingNav .uls a.cur {
    background-color: #53B133;
    border-color: #53B133;
    color: #fff;
}
.pagingNav .uls .tBtn:hover {
    background-color: inherit;
    color: inherit;
    *background-color: transparent;
    *color: #666;
}
.content img {
    max-width: 100%;   
}
.pagess {
    clear: both;
    margin: 20px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px
}
.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999
}
.pagess ul li:hover {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc
}
.pagess ul li:hover a {
    color: #fff;
}
.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    background: #ccc;
    color: #fff;
}
.pagess ul li.thisclass a {
    color: #fff;
}
.pagess ul li a {
    display: block;
    color: #999
}
.pagess ul li a:hover {
    color: #fff;
}
.list-image-article{width:98%;margin:1rem 1%;}
.list-image-article li{width:100%;list-style-type:none;border-bottom:1px dashed #c3c3c3;padding:5px 0;height:auto;overflow:hidden;}
.list-image-article li dl h5{width:96%;font-size:1.2rem;font-weight:bold;padding:0;color:#007fea; margin-left:2%;}
.list-image-article li dd{margin-top:7px;}
.list-image-article li dd img{width:32%;height:auto;float:left;margin-top:0.25rem;border:1px solid #dddddd;}
.list-image-article li dd p{width:96%;float:right;line-height:1.5rem;font-size:1rem;max-height:6rem;overflow:hidden; margin-left:2%;}
.pro-type{width:100%;height:auto;}
.pro-type li{width:30.7%;float:left;margin:5px 1%;border-radius:5px;border: 1px solid #BFBFBF;overflow:hidden;height:22px;text-align:center;background:#F8F8F8;}
.pro-type li a{color:#007fea;font-size:13px;line-height:22px;overflow:hidden;}
/*新加*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:24px;line-height:24px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:10px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 1px;}
.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}
.page_list a.on{color:#333;border:1px solid #ccc;background:#E5EDF2;}
</pre></body></html>