body {
    font-family:
        "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1",
        "MiSans", "HarmonyOS Sans", "DengXian",
        -apple-system, BlinkMacSystemFont, "PingFang SC",
        "Noto Sans SC",
        Arial, Lucida, Verdana, Helvetica, sans-serif,
    /* 建复Safari字体发虚吞吐 */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
         color:#555;
         background-color:#f5f5f5;
}
/* 等宽字体单独给code/pre标签，不能塞进body里 */
code, pre {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace;
}
/* 预防标题、产品标题部门形状覆盖全局字体 */
h1,h2,h3,h4,h5,h6,.product-title {
    font-family: inherit !important;
}
body,button,input,textarea
{
    font-size:14px;
    line-height:1.531;
    outline:0;
    margin:0;
    padding:0;
    border:0
}
a{
    color:#333;
}
a:hover{
    color:#333;
    text-decoration:none;
}
p,ul,ol,dl,dt,dd,form,blockquote{
    margin:0;
    padding:0;
}
ul,ol{
    list-style:none;
}
h1,h2,h3,h4,h5,h6{
    font-size:14px;
    margin:0;
    padding:0;
}
input,select{
    font-family:Microsoft Yahei;
    vertical-align:middle;
}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px transparent inset!important;
    background-color:transparent;
    background-image:none;
    transition:background-color 50000s ease-in-out 0s;
}
em,b,i{
    font-style:normal;
    font-weight:normal;
}
img{
    vertical-align:middle;
    border:0;
}
label{
    cursor:pointer;
}
#wrapper .mb{
    margin-bottom:50px;
}
@media(min-width:1200px){
    .container{
        max-width:1300px;
    }
}
#header .top{
    background-color:#eee;
    height:30px;
    border-bottom:1px solid #ddd;
    text-align:right;
}
#header .top .container{
    zoom:1;
}
#header .top .top-nav{
    float:left;
    position:relative;
    z-index:10000;
}
#header .top .top-nav li{
    float:left;
    text-align:left;
}
#header .top .top-nav li.lang-select{
    min-width:80px;
}
#header .top .top-nav li a{
    display:block;
    padding:0 10px;
    height:30px;
    line-height:30px;color:#999;
}
#header .top .top-nav li.hover{
    position:relative;
    background:#f5f5f5;
}
#header .top .top-nav ul{
    display:none;
    background:#f5f5f5;
    padding-top:15px;
    width:100%;
    position:absolute;
    top:100%;
    left:0;
}
#header .top .top-nav ul li{
    float:none;
    font-size:13px;
    padding-bottom:2px;
}
#header .top .top-nav ul li a:hover{
    background-color:#DDD;
}
#header .top .search{
    float:right;
    _width:205px;
}
#header .top .search .search-box{
    border:1px solid #545454;
    background-color:#545454;
    height:28px;
    padding-left:10px;
    box-sizing:content-box;
}
#header .top .search .search-box .keyword{
    background-color:#545454;
    color:#ccc;
}
#header .top .search .search-box .keyword:-webkit-autofill{
    -webkit-text-fill-color:#ccc!important;
}
#header .top .search .search-box .btnSearch{
    background-color:#545454;
}
#header .navbarlo{
    z-index:1000;
    border-bottom:0 solid #DDD;
    background-color:#FFF;
    box-shadow:0 3px 10px 0 rgb(38 107 193 / 8%);
}
#header .navbarlo.fix{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030;
}
@media(min-width:992px){
    #header .navbarlo{
        padding:0;
    }
}
#header .navbarlo .logo{
    display:block;
    height:100%;
}
#header .navbarlo .logo img{
    max-width:100%;
}
#header .navbarlo .navbarlo-brand{
    width:100%;
    overflow:hidden;
}
#header .navbarlo .menu{
    background-color:transparent;
}
#header .navbarlo .navbarlo-action .fa{
    font-size:30px;
    padding:0 8px;
    color:#777;
}
#header .navbar{
    z-index:1000;
    border-bottom:0 solid #DDD;
    background-color:#8b8b8b;
    box-shadow:0 3px 10px 0 rgb(38 107 193 / 8%);
    height:40px;
}
#header .navbar.fix{
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index:1030;
}
@media(min-width:992px){
    #header .navbar{
        padding:0
    }
}
#header .navbar .logo{
    display:block;
    height:55px;
}
#header .navbar .logo img{
    height:100%;
}
#header .navbar .navbar-brand{
    max-width:70%;
    overflow:hidden;
}
#header .navbar .menu{
    background-color:transparent;
}
#header .navbar .navbar-action .fa{
    font-size:30px;
    padding:0 8px;
    color:#fff;
    background-color:#8b8b8b;
    float:left;
}
#header .main-nav .dropdown-menu{
    font-size:14px;
    color:#fff;
    text-align:left;
    list-style:none;
    background-color:#fff;
    background-clip:padding-box;
}
@media(min-width:992px){
    #header .main-nav .nav-item .nav-link{
        display:block;
        padding:5px 20px;
        height:40px;
        width:9em;
        line-height:30px;
        font-size:16px;
        text-align:center;
        color:#fff;
        text-decoration:none;
    }
    #header .main-nav .nav-item .nav-link:after{
        display:none;
        background-color:#d70000;
        height:40px;
    }
    #header .main-nav .nav-item:hover .nav-link,#header .main-nav .active .nav-link{
        background-color:#8b8b8b;
        height:40px;
        line-height:30px;
        color:#fff;
        font-weight:none;
        font-size:16px;
        border-bottom:5px solid #d70000;
    }
    #header .main-nav .active{
        background-color:#8b8b8b;
        color:#0000;
        font-weight:none;
        font-size:16px;
        float:right;
        background:#e0e0e0;
    }
    #header .main-nav .dropdown:hover>.dropdown-menu{
        display:block;
        margin-top:-2px;
        padding-top:0;
        padding-bottom:0;
    }
    #header .main-nav .dropdown-menu .dropdown-item{
        background:#e0e0e0;
        padding:5px 20px;
        height:30px;
        line-height:30px;
        font-size:15px;
        padding-bottom:30px;
    }
    #header .main-nav .dropdown-menu .dropdown-item:hover{
        background:#d70000;
        color:#fff;
    }
    #header .main-nav .dropdown-menu .dropdown-menu{
        left:100%;
        top:0;
        min-width:98px;
        _width:98px;
    }
    #header .main-nav .dropdown-submenu:hover>.dropdown-menu{
        display:block;
    }
    #header .main-nav .dropdown-menu .dropdown-toggle::after{
        position:absolute;
        right:10px;
        top:13px;
        vertical-align:0;
        border-right:0;
        border-top:.2em solid transparent;
        border-left:.3em solid;
        border-bottom:.2em solid transparent;
    }
}
@media(max-width:992px){
    #header .main-nav .dropdown-toggle::after{
        position:absolute;
        right:10px;
        top:23px;
    }
    #header .main-nav .dropdown-menu{
        padding-left:15px;
    }
    #header .main-nav .dropdown-menu .dropdown-item{
        position:relative;
    }
    #header .main-nav .dropdown-item,#header .main-nav .nav-link{
        border-bottom:1px solid #EEE;
        padding:.8rem 1rem;
        color:#FFF;
        background-color:#064246;
    }
    #header .main-nav .dropdown-menu .dropdown-item:active{
        color:#555;
        background-color:#FFF;
    }
}
/*首页幻灯片*/
.slide-show .swiper-slide a{
    display:block;
    background-color:#ddd;
    height:400px;
    background-repeat:no-repeat;
    background-position:center center;
    background-size:auto 100%;
}
.slide-show .swiper-pagination-bullet{
    width:12px;
    height:12px;
}
.slide-show .swiper-pagination-bullet-active{
    background-color:#19b4ea;
}
.slide-show .swiper-button-prev{
    left:50px;
}
.slide-show .swiper-button-next{
    right:50px;
}
.slide-show .swiper-button-prev,.slide-show .swiper-button-next{
    display:none;color:#FFF;
}
.slide-show:hover .swiper-button-prev,.slide-show:hover .swiper-button-next{
    display:block;
}
@media(max-width:992px){
    .slide-show .swiper-slide a{
        height:200px;
    }
}

/*首页*/
#index .index-box{
    padding:40px 0;
    zoom:1;
    overflow:hidden;
    background-color:#fff;
}
@media(max-width:992px){
    #index .index-box{
        padding:30px 0;
    }
}
#index .index-box.bg{
    background-color:#f5f5f5;
}
#index .index-box h3{
    text-align:center;
    margin-bottom:30px;
}
#index .index-box h3 b{
    color:#333;
    font-size:30px;
}
#index .index-box h3 em{
    display:block;
    margin-top:8px;
    color:#999;
}
#index .index-box .more{
    text-align:center;
}
#index .index-box .more a{
    display:inline-block;
    padding:4px 20px;
    border:1px solid #777;
    border-radius:5px 5px 5px 5px;
    color:#777;
}
#index .index-box .more a:hover{
    border:1px solid #d70000;
    background-color:#d70000;
    border-radius:0 20px 0 20px;
    color:#FFF;
}
#index .about .img img{
    width:100%;
}
#index .about h2{
    color:#333;
    font-size:30px;
}
#index .about .desc{
    color:#666;
    margin:20px 0 10px 0;
    line-height:200%;
}
#index .about .more{
    text-align:left;
    border:1px solid #fff;
    border-radius:5px 5px 5px 5px;
}
@media(max-width:992px){
    #index .about .img{
        margin-bottom:20px;
    }
    #index .about .more{
        text-align:center;
        background-color:;
    }
}
#index .product-list{
    margin-bottom:25px;
}
#index .product-list .row{
    margin-left:-9px;
    margin-right:-9px;
}
#index .product-list .col-md-3,#index .product-list .col-6{
    padding-left:9px;
    padding-right:9px;
}
#index .product-list .item{
    margin-bottom:15px;
    text-align:center;
    background-color:#fff;
}
#index .product-list .item:hover{
    border-bottom:3px solid #d70000;
}
#index .product-list .item .img{
    border:0 solid #EEE;
}
#index .product-list .item .img img{
    width:100%;
}
/*首页-产品的名称*/
#index .product-list .item .name{
    margin-top:30px;
    font-size:16px;
    padding-bottom:5px;
    font-family:Microsoft YaHei, 微软雅黑, sans-serif;
}
#index .product-list .item .name a{
    color:;
}
#index .product-list .item .name a:hover{
    color:#d70000;
}
/*首页-产品的自界说属性*/
#index .product-list .item .xinghao{
    margin:0 0 20px 0;
    font-size:16px;
    padding-bottom:15px;
}
#index .product-list .item .xinghao a{
    color:#666;
}
#index .product-list .item .xinghao a:hover{
    color:#d70000;
}
/*首页-产品的“更多详情”*/
#index .product-list .item .more{
    margin:20px 0 30px 0px;
    width: 100%;
    padding-bottom:20px;
    font-family:Microsoft YaHei, 微软雅黑, sans-serif;
}
@media (max-width: 768px) {
     #index .product-list .item .more{
        margin:20px 0 30px 0px;
        width: 100%;
        padding-bottom:20px;
        text-align: center; /* 移动端居中 */
     }
    #index .product-list .item .more a{
        width:60% !important;
        font-size:14px !important;
        text-align:center !important; /* 文字居中 */
        margin:0 auto !important; /* 盒子居中 */
        display:block !important;
    }
}

#index .product-list .item .price{
    margin-top:5px;
}
#index .recsolution-list{
    margin-bottom:25px;
}
#index .recsolution-list .row{
    margin-left:-9px;
    margin-right:-9px;
}
#index .recsolution .col-md-3re,#index .recsolution-list .col-6re{
    padding-left:9px;
    padding-right:9px;
    width:33.33333%;
}
#index .recsolution-list .itemsol{
    margin-bottom:15px;
    text-align:center;
}
#index .recsolution-list .itemsol:hover{
    margin-bottom:15px;
    border-bottom:3px solid #d70000;
}
#index .recsolution-list .itemsol .img{
    width:100%;
}
#index .recsolution-list .itemsol .img:hover{
    background:#d70000;
}
#index .recsolution-list .itemsol .img img{
    width:100%;
}
#index .recsolution-list .itemsol .name{
    margin-top:12px;
    font-size:16px;
}
#index .recsolution-list .itemsol .name a{
    margin-top:12px;
    font-size:16px;
}
#index .recsolution-list .itemsol .name a:hover{
    color:#d70000;
}
#index .article-list{
    margin-bottom:20px;
}
#index .article-list .img{
    text-align:center;
    margin-bottom:20px;
    overflow:hidden;
}
#index .article-list .img img{
    width:100%;
}
@media(min-width:1100px){
    #index .article-list .img img{
        width:445px;
        height:335px;
    }
}
#index .article-list .img em{
    display:block;
    background-color:#EEE;
    line-height:278px;
    color:#999;
}
#index .article-list .item{
    zoom:1;
    overflow:hidden;
    margin-bottom:20px;
}
#index .article-list .item dt{
    float:left;
    width:60px;
    font-family:Arial,Lucida,Verdana,Helvetica,sans-serif;
    text-align:center;
}
#index .article-list .item dt em{
    display:block;
    background-color:#ddd;
    font-size:30px;
    padding-bottom:3px;
    color:#777;
}
#index .article-list .item dt b{
    display:block;
    background-color:#d70000;
    font-size:14px;
    color:#fff;
}
#index .article-list .item dd{
    margin-left:100px;
    font-size:14px;
}
#index .article-list .item dd a{
    color:#000;
    font-size:16px;
}
#index .article-list .item dd a:hover{
    color:#d70000;
}
#index .article-list .item dd p{
    color:#9a9a9a;
    line-height:180%;
}
#index .link{
    padding:10px 0;
}
#index .link strong{
    color:#7a7f81;
    font-weight:bold;
}
#index .link a{
    color:#555;
    font-size:12px;
}

/*单页*/
#page{
    padding:20px 0;
    min-height:400px;
}
#page h1{
    color:#333;
    font-size:18px;
    font-weight:bold;
}
#page .info{
    padding:2px 0 20px 0;
    color:#999;
    font-size:13px;
}
#page .content{
    color:#666;
    line-height:200%;
    padding-top:10px;
}
#page .content img{
    max-width:100%;
}

/*产品列表*/
#product-category dl{
    border-bottom:1px dotted #d1d1d1;
    padding:20px 0;
    zoom:1;
    overflow:hidden;
    position:relative;
}
#product-category dl.last{
    border-bottom:0;
}
#product-category dt{
    width:620px;
    margin-bottom:10px;
    font-size:14px;
}
#product-category dd{
    color:#999;
    line-height:180%;
    zoom:1;
    overflow:hidden;
}
#product-category dl hover{
    color:#d70000;
}
#product-category dd p.img{
    width:200px;
    float:left;
}
#product-category dd h12{
    color:#000000;
    margin-right:100px;
    margin-left:30px;
    font-size:16px;
}
#product-category dd p.img img{
    width:100%;
}
#product-category dd p.desc{
    margin-right:100px;
    padding-left:30px;
}
#product-category dd.have-img p.desc{
    margin-left:200px;
}
#product-category dd p.descs{
    margin-left:200px;
    padding-left:30px;
    padding-bottom:0;
}
#product-category dd.have-img p.descs{
    margin-left:200px;
    margin-bottom:0;
}
#product-category dd p.descs a.hover{
    color:#d70000;
}
#product-category .num-date{
    position:absolute;
    right:0;
    top:20px;
    text-align:right;
}
@media(max-width:768px){
    #product-category dd.have-img p.desc{
        margin-right:60px
    }
}
#product-category .num-date em{
    display:block;
    background-color:#0072c6;
    color:#FFF;
    box-sizing:content-box;
    padding:2px 0;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
#product-category .num-date p{
    font-size:16px;
    color:#999;
    margin-top:5px;
}
#product-category .product-list{
    margin-top:20px;
    margin-bottom:25px;
    background-color:;
}
#product-category .product-list .item{
    margin-bottom:15px;
    text-align:center;
    background-color:#fff;
    border:1px solid #eee;
    margin-left:-10px;
}
#product-category .product-list .item:hover{
    border-bottom:3px solid #f12325;
}
#product-category .product-list .item .img{
    padding-bottom:1px;
}
#product-category .product-list .item .img img{
    width:100%;
}
/*产品列表-自界说属性*/
#product-category .product-list .item .xinghao{
    margin-top:5px;
    padding-bottom:10px;
    padding-left:15px;
    font-size:16px;
    text-align:left;
    font-family:"Microsoft YaHei", "微软雅黑", sans-serif;
}
#product-category .product-list .item .xinghao a{
    color:#666;
}
#product-category .product-list .item .xinghao a:hover{
    color:#f12325;
}
/*产品列表-价值*/
#product-category .product-list .item .price{
    margin-top:5px;

}
/*产品列表-产品名称*/
#product-category .product-list .item .name{
    margin-top:25px;
    padding-bottom:2px;
    padding-left:15px;
    font-size:16px;
    text-align:left;
    font-family:"Microsoft YaHei", "微软雅黑", sans-serif;
}
#product-category .product-list .item .name a{
    color:;
}
#product-category .product-list .item .name a:hover{
    color:#f12325;
}
#product-category .product-list .item .price{
    margin-top:5px;
、
}

#product-category .product-list .item .more{
    margin:20px 0 30px 15px;
    width: 100%;
}
#product-category .product-list .item .more a{
    display: block;width: 35%; 
    padding:8px 5px;
    font-size:15px;
    text-align: center;
    border: 1px solid #e4e4e4;
    background:#F5f5f5;
    color:#333;
    text-decoration: none;
}
#product-category .product-list .item .more a:hover{
    background:#F12325;
    color:#fff;
}
@media (max-width: 768px) {
    #product-category .product-list .item .more a{
        width:60% !important;font-size:15px !important;
    }
}
/*产品*/
#product{padding:15px 0}#product .product-img{
    float:left;
    width:430PX;
}
#product .product-img img{
    width:100%;
}
#product .product-img .swiper-button-prev{
    left:0;
}
#product .product-img .swiper-button-next{
    right:0;
}
#product .product-img .swiper-button-prev,#product .product-img .swiper-button-next{
    color:#333;
}
#product .product-img .swiper-button-prev:after,#product .product-img .swiper-button-next:after{
    font-size:25px!important;
}
#product .product-img .gallery-thumbs{
    padding:10px 0;
}
#product .product-img .gallery-thumbs .swiper-slide{
    width:25%;
    border:2px solid transparent;
}
#product .product-img .gallery-thumbs .swiper-slide-thumb-active{
    border:0 solid #eee;
}
#product .product-info{
    margin-left:450px;
    padding-top:10px;
    line-height:200%;
}
@media(max-width:1024px){
    #product .product-img{
        float:none;width:auto
    }
        #product .product-info{
            margin-left:0;
        }
}
#product .product-info h1{
    font-size:18px;
    font-weight:none;
}
#product .product-info ul{
    padding-top:10px;
    margin-bottom:20px;
}
#product .product-info xh{
    font-size:16px;
    color:#d70000;
    font-weight:none;
}
#product .product-info ul li{
    padding:10px 20px 0 20px;
    background-color:#eee;
}
#product .product-info .product-price{
    margin-bottom:5px;
}
#product .product-info .product-price .price{
    font-family:Arial;
    font-size:20px;
    font-weight:bold;
}
#product .product-info .btn-ask a{
    display:inline-block;
    padding:5px 10px;
    border-top:3px solid #f5f5f5;
    border-left:1px solid #d70000;
    border-bottom:1px solid #d70000;
    border-right:1px solid #d70000;
    border-radius:5px;
    background-color:#d70000;
    color:#FFF;
    font-size:16px;
}
#product .product-info .btn-ask a:hover{
    border:1px solid #d70000;
    border-radius:0 20px 0 20px;
    color:#fff;
}
#product .product-info .btn-ask a .fa{
    margin-right:5px;
}
#product .product-info .model-list{
    zoom:1;
    overflow:hidden;
}
#product .product-info .model-list a{
    display:inline-block;
    border:1px solid #DDD;
    margin-right:5px;
    margin-bottom:5px;
    
}
#product .product-info .model-list a.cur{
    border:1px solid #ddd;
}
#product .product-info .model-list a img{
    width:40px;
    width:40px;
}
#product .product-info .model-list a i{
    margin:0 8px;
}
#product .product-info .buy-box{
    margin-bottom:40px;
}
#product .product-info .buy-box .attribute{
    margin-bottom:25px;
}
#product .product-info .buy-box .attribute dl{
    margin-bottom:5px;
}
#product .product-info .buy-box .attribute dt{
    font-weight:normal;
}
#product .product-info .buy-box .add-to-cart{
    background:#19b4ea url(images/btn_addtocart.png) no-repeat 20px 50%;
    color:#fff;
    padding:8px 25px 8px 50px;
    text-decoration:none;
    cursor:pointer;
    font-size:16px;
}
#product .product-info .buy-box .add-to-cart:hover{
    background-color:#44c4ee;
}
#product .product-info .attribute-list{
    margin-bottom:15px;
}
#product .product-info .attribute-list .radio-box input[type="radio"]{
    display:none;
}
#product .product-info .attribute-list .radio-box span{
    display:inline-block;
    border:0 solid #EEE;
    cursor:pointer;
}
#product .product-info .attribute-list .radio-box input[type="radio"]:checked+span{
    color:#ff5000;
    border:1px solid #ff5000;
}
#product .product-info .attribute-list .radio-box span i{
    display:inline-block;
    background-color:#DDD;
    margin:3px;
}
#product .product-info .attribute-list .radio-box span i img{
    width:30px;
    height:30px;
}
#product .product-info .attribute-list .radio-box span em{
    display:inline-block;
    padding:0 15px;
    line-height:36px;
    vertical-align:middle;
}
#product .product-content{
    padding:15px 0;
}
#product .product-content h3{
    padding:30px 0 10px 0;
    color:#333;
    font-weight:bold;
    font-size:16px;
    border-bottom:1px solid #cbd1d3;
}
#product .product-content ul{
    padding:15px 0;
    color:#666;
    line-height:200%;
}
#product .product-content img{
    max-width:100%;
}
/*新闻列表*/
#article-list dl{
    background:#fff;
    border-bottom:25px solid #f5f5f5;
    padding:20px 20px 20px 20px;
    zoom:1;
    overflow:hidden;
    position:relative;
}
#article-list dl.last{
    border-bottom:0;
}
#article-list dt{
    width:620px;
    margin-bottom:10px;
    font-size:14px;
}
#article-list dd{
    color:#999;
    line-height:180%;
    zoom:1;
    overflow:hidden;
}
#article-list dd p.img{
    width:121px;
    float:left;
}
#article-list dd p.img img{
    width:100%;
    border-radius:5px;
}
#article-list dd.have-img p.desc{
    margin-left:130px;
    margin-right:80px;
}
#article-list dd.have-img p.desc a{
    color:#999;
    border:1px solid #999;
    border-radius:5px;
    padding-left:10px;
    padding-right:10px;
}
#article-list dd.have-img p.desc a:hover{
    color:#fff;
    border:1px solid #d70000;
    background-color:#d70000;
}
#article-list .num-date{
    position:absolute;
    right:0;
    top:20px;
    text-align:right;
}
@media(max-width:768px){
    #article-list dd.have-img p.desc{
        margin-right:60px;
    }
}
#article-list .num-date em{
    display:block;
    background-color:;
    color:#FFF;
    box-sizing:content-box;
    padding:5px 5px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
#article-list .num-date em a{
    display:block;
    background-color:;
    border:1px solid #999;
    border-radius:5px;color:#999;
    box-sizing:content-box;
    padding:2px 5px;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
#article-list .num-date em a:hover{
    display:block;
    border-radius:5px;
    background-color:#d70000;
    border:1px solid #d70000;
    color:#fff;
    box-sizing:content-box;
    text-align:center;
    font-size:14px;
    font-weight:bold;
}
#article-list .num-date p{
    font-size:16px;
    color:#999;
    margin-top:5px;
}
/*新闻内容*/
#article{
    padding:30px 0 15px 0;
    min-height:400px;
}
#article h1{
    color:#333;
    text-align:center;
    font-size:20px;
    font-weight:bold;
}
#article .info{
    padding:20px 0 20px 0;
    color:#999;
    text-align:center;
    font-size:13px;
}
#article .info nl{
    margin:20px 0 20px 20px;
}
#article .content{
    color:#666;
    line-height:180%;
}
#article .content img{
    max-width:100%;
}

#search-list dl{
    border-bottom:1px dotted #d1d1d1;
    padding:20px 0;
    zoom:1;
    overflow:hidden;
    position:relative;
}
#search-list dl.last{
    border-bottom:0;
}
#search-list dt{
    margin-bottom:10px;
    font-size:16px;
}
#search-list dt b{
    color:#c00;
    font-weight:bold;
}
#search-list dd{
    color:#999;
    line-height:180%;
    zoom:1;
    overflow:hidden;
    padding-right:90px;
}
#search-list dd p.img{
    width:80px;
    float:left;
}
#search-list dd p.img img{
    width:100%;
}
#search-list dd p.desc b{
    color:#c00;
}
#search-list dd.have-img p.desc{
    margin-left:90px;
    margin-right:80px;
}
#search-list .date{
    position:absolute;
    right:0;
    top:20px;
    text-align:right;
}
@media(max-width:768px){
    #search-list dd.have-img p.desc{
        margin-right:60px;
    }
}
#search-list .date em{
    display:block;
    color:#555;
    text-align:center;
    font-size:36px;
}
#search-list .date p{
    font-size:16px;
    color:#999;
    margin-top:5px;
}
.ur-here{
    zoom:1;
    overflow:hidden;
    border-bottom:1px solid #DDD;
    padding:25px 0 10px 0;
}
.ur-here .here{
    float:left;
    line-height:20px;
    color:#999;
    font-weight:none;
}
@media(max-width:992px){
    .ur-here .here{
        display:none;
    }
}
    .ur-here .here a{
        color:#999;
    }
    .ur-here .here b{
        margin:0 8px;
    }
    .ur-here .sort{
        float:right;
    }
    .ur-here .sort a{
        display:inline-block;
        margin-left:10px;
    }
    .ur-here .sort a.active{
        color:#19b4ea;
    }
        .ur-here .sort a i{
            margin-left:5px;f
            ont-size:12px;
            color:#999;
        }
        .ur-here .sort a.active i{
            color:#19b4ea;
        }
.tree-box{
    margin-top:20px;
    margin-bottom:0;
}
.tree-box h3{
    padding:20px 0 20px 24px;
    line-height:60px;
    background-color:#d70000;
    color:#fff;
    font-weight:bolder;
    font-size:18px;
    border-bottom:1px solid #d70000;
    margin-bottom:5px;
}
}
@media(max-width:992px){
    .tree-box h3{
        display:none;
    }
}
.tree-box li{
    padding:8px 30px;
    border-bottom:0px dashed #ccc;
    background-color:#fff;
}
.tree-box li a{
    margin-left:10px;
    color:#333;
    font-size:16px;
    line-height:30px;
}
.tree-box li a:hover{
    color:#d70000;
}.
.tree-box li.cur{
    background-color:#;
}
.tree-box li.cur a{
    color:;
    font-weight:;
}
@media(max-width:992px){
    .tree-box{
        margin-top:10px;
    }
    .tree-box ul{
        display:inline-block;
    }
    .tree-box li{
        display:inline-block;
        padding:0;
        margin-right:5px;
        margin-top:5px;
    }
    .tree-box li i{
        display:none;
    }
    .tree-box li a{
        display:block;
        padding:5px 8px;
    }
    .tree-box ul ul li a{
        color:#888;
    }
}
.tree-box .search{
    display:block;
    margin:20px 0;
}
@media(max-width:768px){
    .tree-box .search{
        margin:12px 0;
    }
}
.tree-box .search .keyword{
    width:85px;
}
.visualize-box p:hover,.visualize-box h4:hover,.visualize-box h3:hover,.visualize-box h2:hover,.visualize-box dt:hover,.visualize-box dd:hover,.visualize-box em:hover,.visualize-box span:hover{
    background-color:rgba(243,156,18,.1);
}
.screen{
    padding-top:20px;
    border-bottom:1px dotted #DDD;
}
.screen dl{
    margin-bottom:10px;
}
.screen dl dt{
    display:inline-block;
    font-weight:bold;
}
.screen dl dd{
    display:inline-block;
}
.screen dl dd a{
    display:inline-block;
    background-color:#DDD;
    color:#555;
    padding:2px 10px;
    margin-right:8px;
}
@media(max-width:768px){
    .screen dl dt{
        display:block;
    }
    .screen dl dd{
        display:block;
    }
    .screen dl dd a{
        margin-top:8px;
    }
}
.screen dl dd a.cur{
    background-color:#d70000;
    color:#FFF;
}
.search-box{
    border:1px solid #ddd;
    background-color:#FFF;
    height:28px;
    padding-left:10px;
    position:relative;
}
.search-box .keyword{
    color:#ccc;
}
.search-box .btnSearch{
    position:absolute;
    right:0;
    top:0;
    background:url(/theme/default/images/icon_search.png) no-repeat 50% 50%;
    width:28px;
    height:28px;
    text-indent:-999px;
    overflow:hidden;cursor:pointer;
}
.tabs{
    border-bottom:1px solid #EEE;
}
.tabs .nav-link{
    display:block;
    margin-bottom:-1px;
}
.tabs .nav-link.active{
    border:1px solid #EEE;
    border-bottom:0;
    background-color:#FFF;
}
.scale{
    overflow:hidden;
}
.scale img{
    width:100%;
    cursor:pointer;
    transition:all .6s;
}
.scale:hover img{
    transform:scale(1.1);
}
.cue{
    color:red;
    font-size:14px;
}
.clear{
    clear:both;
    height:0;
    line-height:0;
    font-size:0;
}
.captcha{
    text-transform:uppercase;
}
.price{
    color:#c00;
}
.price-line{
    color:#999;
    font-size:14px;
    text-decoration:line-through;
}
.none{
    display:none;
}
.pointer{
    cursor:pointer;
}
@media(max-width:768px){
    .m-none{display:none;
    }
}
@media(min-width:768px){
    .p-none{
        display:none;
    }
    
}
.nowrap{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.btn{
    display:inline-block;
    background-color:#0072c6;
    color:#EEE;
    padding:6px 25px;
    text-transform:capitalize;
    cursor:pointer;font-weight:bold;
    text-align:center;
    -webkit-appearance:none;
    font-size:14px;
    line-height:1.5;
    border-radius:0;
    border:0;
}
.btn:hover{
    text-decoration:none;
    color:#fff;
    background-color:#007ad5;
}
.btn-gray{
    display:inline-block;
    background-color:#CCC;
    border:0;
    color:#333;
    padding:6px 15px;
    text-transform:capitalize;
    cursor:pointer;
    font-weight:bold;
    -webkit-appearance:none;
}
.btn-payment{
    display:inline-block;
    background-color:#ff4246;
    color:#FFF;
    padding:7px 28px;
    text-transform:capitalize;
    cursor:pointer;
    font-weight:bold;
    font-size:14px;
    text-align:center;
    -webkit-appearance:none;
}
.btn-captcha{
    display:inline-block;
    background-color:#19b4ea;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border:0;
    color:#FFF;
    padding:7px 22px;
    text-transform:capitalize;
    cursor:pointer;
    font-size:13px
}
.btn-captcha[disabled],.btn-captcha:disabled,.btn-captcha.disabled{
    color:#FFF;
    background-color:#b2b2b2;
    opacity:1
}
.cRed{
    color:#F40;
}
.cOra{
    color:#f30;
}
.cGre{
    color:#0c6;
}.cBlu{
    color:#69c;
}
.cGra{
    color:#999;
}
.text-input{
    height:34px;
    padding:6px;
    font-size:14px;
    border:1px solid #e9e9e9;
    background-color:#FFF;
    color:#666;
    -webkit-appearance:none;
}
.text-input[disabled],.text-input:disabled,.text-input.disabled{
    color:#999;
}
.text-area{
    padding:4px;
    border:1px solid #e9e9e9;
    background-color:#FFF;
    line-height:20px;
    -webkit-appearance:none;
}
.text-area-auto{
    border:1px solid #e9e9e9;
    background-color:#FFF;
    padding:0;
    font-size:12px;
    line-height:20px;
    resize:none;
    min-height:40px;
    -webkit-appearance:none;
}
@media(max-width:768px){
    .btn,.btn-gray,.btn-payment,.btn-captcha,.text-input,.text-area,.text-area-auto,.inp-main{
        max-width:100%;
    }
}
.input-file{
    width:80px;
}
.input-file .input-file-show{
    height:80px;
    line-height:80px;
    text-align:center;
    color:#555;
    background-color:#f5f5f5;
}
.input-file .input-file-show img{
    width:100%;
    height:80px;
}
.input-file .input-file-btn{
    width:100%;
    background-color:#EEE;
    color:#999;
    line-height:25px;
    cursor:pointer;
    text-align:center;
    -webkit-appearance:none;
}
.table-basic{
    color:#666;
    border-left:1px solid #EEE;
    border-top:1px solid #EEE;
    border-collapse:collapse;
}
.table-basic select{
    color:#8f8f8f;
}
.table-basic td,.table-basic th{
    border-right:1px solid #EEE;
    border-bottom:1px solid #EEE;
}
.table-basic th{
    background-color:#EEE;
}
.table-basic .child{
    background-color:#fff;
}
.table-basic td label{
    margin-right:15px;
}
.table-basic td i{
    color:#F00;
    margin-left:5px;
    font-weight:bold;
}
.form-basic dl{
    zoom:1;
    overflow:hidden;
    margin-bottom:20px;
}
.form-basic dl dt{
    ont-weight:bold;
    margin-bottom:5px;
    font-size:13px;
}
.form-basic dl dt i{
    color:#F00;
    margin-left:5px;
    font-weight:bold;
}
.form-basic dl dd label{
    margin-right:15px;
    line-height:34px;
}
.form-control{
    border:1px solid #e9e9e9;
    padding:6px 3px;
}
@media(min-width:768px){
    .form-control{
        display:inline-block;
        width:auto;
    }
}
.table-div{
    zoom:1;
    overflow:hidden;
}
.table-div dl{
    zoom:1;
    overflow:hidden;
    margin-bottom:20px;
}
.table-div dl dt{
    font-weight:bold;
    margin-bottom:5px;
    font-size:13px;
}
.table-div dl dt i{
    color:#F00;
    margin-left:5px;
    font-weight:bold;
}
.table-div dl dd label{
    margin-right:15px;
    line-height:34px;
}
@media(max-width:992px){
    .table-div dl dt{
        float:none;
    }
}
.lift{
    margin-top:60px;
    color:#999;
    font-size:14px;
}
.lift a{
    color:#999;
}
.lift span{
    margin-right:15px;
}
.pager{
    text-align:right;
    padding-top:20px;
    color:#666;
    font-size:14px;
}
.pager a{
    color:#666;
    text-decoration:underline;
}
.pager ul{
    display:inline-block;
    *display:inline;
    border-left:1px solid #ddd;
    padding:0;
}
.pager ul li{
    display:block;
    float:left;
}
.pager ul li a,.pager ul li em{
    display:block;
    padding:0 12px;
    line-height:30px;
    text-decoration:none;
    background-color:#fff;
    border:1px solid #ddd;
    border-left-width:0;
    border-radius:0;
}
.pager ul li a:hover{
    background-color:#f5f5f5;
}
.pager ul li.active a{
    background-color:#f5f5f5;
    color:#999;
    cursor:default;
}
.pager ul li em.total{
    margin-left:10px;
    border-left-width:1px;color:#999;
}

/*footer底部*/
#footer{
    background:#1f2024 url(images/footer-bg.pn) no-repeat center bottom/cover;
    padding:60px 0 10px 0;
    
}
@media(max-width:992px){
    #footer{
        padding:20px 0 5px 0;
    }
    #footer .foot-nav{
    margin-bottom:15px;
    border-bottom:0 solid #DDD;
    }
}
#footer .foot-nav .nav-parent{
    margin-bottom:30px;
}
#footer .foot-nav .nav-parent a{
    font-size:16px;
    font-weight:bold;
    color:#d9d9d9;
    display:block;
}
#footer .foot-nav .nav-child a{
    display:block;color:#fff;
    font-size:15px;
    font-weight:200;
    margin-bottom:15px;
}
@media(max-width:992px){
    #footer .foot-nav .nav-parent a{
        font-size:16px;font-weight:none;
    }
    #footer .foot-nav .nav-child a{
    display:inline-block;
    margin-bottom:10px;
    margin-right:15px;
    }
}
#footer .weixin{
    text-align:center;
    margin-bottom:5px;
    padding-left:10px;
}
#footer .weixin img{
    width:80px;
    height:80px;
    margin-bottom:20px;
}
#footer .weixin p{
    margin-top:1px;
    margin-bottom:5px;
    color:#d9d9d9;
    font-size:16px;
}
#footer .contact{
    text-align:center
}
#footer .contact .tel{
    color:#d9d9d9;
    font-size:16px;
    text-align:left;
    margin-bottom:10px;
}
#footer .contact .online-qq{
    margin-bottom:10px;
    text-align:left;
}
#footer .contact .online-qq a{
    display:inline-block;
    color:#d9d9d9;
    padding:5px 20px;
    border:1px solid #d9d9d9;
}
#footer .contact .online-qq a i{
    margin-right:5px;
}
#footer .contact .email{
    color:#d9d9d9;
    font-size:16px;
    text-align:left;
    margin-bottom:10px;
}
#footer .copy-right{
    border-top:1px solid #555;
    margin-top:30px;
    margin-left:-10px;
    margin-right:-1px;
    padding-top:20px;
    color:#d9d9d9;
    text-align:center;
    font-size:12px;
}
#footer .net-safe-record{
    margin-left:10px;
    color:#fff;
    font-weight:200;
}
#footer .net-safe-record img{
    vertical-align:bottom;
}

@media(max-width:992px){
    #footer .copy-right{
        text-align:center;
    }
}<!--耗时1784928143.2604秒-->