
.content{padding: 20px 0;}
.content *{font-family: "微软雅黑"!important;}
.bread_nav {padding:10px 0;font-size:14px;margin-bottom:10px;}
.bread_nav,.bread_nav a {color:#999;text-decoration:none;}
.bread_nav a:hover {color:#999;text-decoration:none;}
/*about*/
/*.page_about{background:url(../about_bg.jpg) no-repeat top center fixed;}*/
.page_banner{height:188px;}
.page_banner_about{background: url(../page_banner_about.jpg) no-repeat top center;}
.page_banner_goods{background: url(../page_banner_goods.jpg) no-repeat top center;}
.about p{line-height:28px;color:#2a201f;font-size:14px;margin-bottom:20px;}
.about h3{color:#2a201f;font-size:30px;margin: 30px 0;}


.page_footer {
    background-color: #869849;
    height: 249px;
    margin-top: 60px;
    clear: both;
}
.page_footer_logo {
    height: 249px;
}
.page_footer_logo img {
    max-width: 100%;
    margin-top: 50px;
}
.page_footer_content {
    color:#fff;
}
.page_footer_content a,.page_footer_content a:hover{
    color:#fff;
    text-decoration: none;
}
.page_footer_menu {
    margin-top: 50px;
    margin-bottom: 30px;
}
.page_footer_menu a {
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    border-right: 1px solid #fff;
    line-height: 12px;
    font-size: 14px;
}
.page_footer_menu a:first-child {
    padding-left:0;
}
.page_footer_menu a:last-child {
    border:none;
}

/*goods*/
@-webkit-keyframes fadeIn {
    from {
        text-shadow: 0px 0px 4px #000000;
    }
    50% {
        text-shadow: 0 0 40px #000000;
    }
    to {
        text-shadow: 0 0 4px #000000;
    }
}
.products-grid {
    float:left;
    width: 100%;
}
#goods_index ul li {
    width:290px;height:280px;float:left;margin-right:43px;margin-bottom:15px;
    /*box-shadow:0px 0px 8px rgba(0,0,0,0.5);*/
    /*font-family: "微软雅黑"!important;*/
    overflow: hidden;
    transition: all 1s;
    border-radius: 4px;
}
.product-item-bottom {
    height:80px;
}

#goods_index ul li:hover {
    background-color: #eeeeee;
    box-shadow:4px 4px 10px rgba(0,0,0,0.3);
}
.mbanner {
    /*background-size: 133% 67%!important;*/
    /*height:200px!important;*/
}
.mttt{
    margin-top: 20px;
}
#goods_index ul li.last {
    margin-right: 0;
}
#goods_index ul li.clearight{margin-right:0;}
#goods_index ul li a.product-image{

    display:inline-block;

    position: relative;text-decoration:none;
    position: relative;
    overflow: hidden;


}

#goods_index ul li a.product-image:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.3);
    top: 0;
    left:0;
    right:0;
    bottom:0;
    transform: translate3d(0,-100%,0);
    -webkit-transform: translate3d(0,-100%,0);
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    z-index: 1;
}
#goods_index ul li a.product-image:after{
    content: '';
    background: url(../search_p.png) no-repeat top center;
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 49%;
    left: 49%;
    z-index: 2;
    opacity: 0;
    transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
}

#goods_index ul li a.product-image:hover:before {
    transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
}
#goods_index ul li a.product-image:hover:after {
    opacity: 1;
}

#goods_index ul li h3.product-name {
    /*background:#f7f7f7;*/
    color:#666;
    font-size: 18px;
    border:none;
}
/*#goods_index ul li:hover h3.product-name {*/
    /*background:#ffb43e;*/
    /*color:#fff!important;*/

/*}*/
#goods_index ul li p.product-brief {
    /*background:#efefef;*/
    color:#666;
    padding: 10px 20px;
}
.product-item-bottom,#goods_index ul li .product-item-bottom h3{
    transition: all 1s;
    background-color: #eee;
}
#goods_index ul li:hover .product-item-bottom {
    background:#869849!important;
    color:#fff!important;
}
#goods_index ul li:hover .product-item-bottom h3 {
    background-color: #869849;
}
/*#goods_index ul li:hover p.product-brief {*/
    /*background:#869849;*/
    /*color:#fff;*/
/*}*/
/*#goods_index ul li:hover h3.product-name {*/
    /*background:#869849;*/
    /*color:#fff;*/
/*}*/
/*#goods_index ul li:hover p.product-brief {*/
    /*background:#869849;*/
    /*color:#fff;*/
    /*height: 60px;*/
/*}*/
#goods_index ul li:hover h3.product-name a {
    color:#fff!important;
}
#goods_index ul li:hover p.product-brief a {
    color:#fff;
}
#goods_index ul li p a {
    color: #666;
    text-decoration: none;
}


a.product-image {
    /*border: 1px solid #ccc;*/
    overflow:hidden;
    width:290px;
    height:200px;
    text-align: center;
    box-sizing: border-box;
    padding: 0px;

    display: flex!important;
    align-items: center; justify-content: center;
}
#goods_index ul li a div{
    /*color:#252525;background:#fff;position:absolute;bottom:0;left:0;height:65px;width:100%;z-index:2;*/
    /*-moz-transition: all 0.35s ease;*/
    /*-o-transition: all 0.35s ease;*/
    /*-webkit-transition: all 0.35s ease;*/
    /*transition: all 0.35s ease;*/
    /*text-align:center;*/
    /*text-transform:Uppercase;*/
}
/*#goods_index ul li a div h3,#goods_index ul li a div span{font-family: "微软雅黑"!important;font-size:18px;margin-top:10px;margin-left:10px;}*/
/*#goods_index ul li a div span{font-size:12px;color: #796565;display:block;margin-top:5px;}*/
#goods_index ul li a img{

    /*-moz-transition: all 0.35s ease;*/
    /*-o-transition: all 0.35s ease;*/
    /*-webkit-transition: all 0.35s ease;*/
    /*transition: all 0.35s ease;*/
}
/*#goods_index ul li a:hover div{background:rgba(37,37,37,0.8);color:#d9d9d9;text-align:center;}*/
#goods_index ul li a:hover div span{color:#6f7d7d;}
#goods_index ul li a:hover img{
    /*-moz-transform: scale(1.55, 1.55);*/
    /*-ms-transform: scale(1.55, 1.55);*/
    /*-webkit-transform: scale(1.55, 1.55);*/
    /*transform: scale(1.55, 1.55); */
}
/*#goods_index ul li a:after{*/
    /*!*content:'';*!*/
    /*!*box-sizing: border-box;*!*/
    /*!*border:10px solid rgba(255,255,255,0);*!*/
    /*!*position: absolute;*!*/
    /*!*z-index:1;*!*/
    /*!*top:10px;*!*/
    /*!*left:98px;*!*/
    /*!*z-index:1;*!*/
    /*!*width:120px;*!*/
    /*!*height:120px;*!*/
    /*!*-moz-transition: all 0.35s ease;*!*/
    /*!*-o-transition: all 0.35s ease;*!*/
    /*!*-webkit-transition: all 0.35s ease;*!*/
    /*!*transition: all 0.35s ease;*!*/
    /*!*-moz-transform: scale(0.2, 0.2);*!*/
    /*!*-ms-transform: scale(0.2, 0.2);*!*/
    /*!*-webkit-transform: scale(0.2, 0.2);*!*/
    /**/
/*}*/
/*#goods_index ul li a:hover:after{*/
    /*!*border:6px solid rgba(255,255,255,0.5);*!*/
    /*!*-moz-transform: scale(0.8, 0.8);*!*/
    /*!*-ms-transform: scale(0.8, 0.8);*!*/
    /*!*-webkit-transform: scale(0.8, 0.8) rotate(45deg);*!*/
    /*!*transform: scale(0.8, 0.8) rotate(45deg); *!*/
    /**/
/*}*/


.category_desc{margin-bottom:20px;}
.category_desc td{padding:10px;}
ul.products-grid li{
    float:left;
    margin-right:20px;
    /*box-shadow:0px 0px 8px rgba(0,0,0,0.5);*/
    /*width:180px;*/
    margin-bottom:20px;
}
.product-name{
    background:#fff;
    margin: 0;
}
.product-name a{
    color:#666;
    text-decoration:none;
    display: block;
    padding:5px 10px;
    /*border-bottom: 1px solid #ccc;*/
    margin: 0 10px;
}
a.product-image{
    display:block;
    /*width:180px;*/
    /*height:135px;*/
    overflow:hidden;
}
a.product-image img {
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    
}
a.product-image:hover img {
    /*-moz-transform: scale(1.55, 1.55);*/
    /*-ms-transform: scale(1.55, 1.55);*/
    /*-webkit-transform: scale(1.55, 1.55);*/
    /*transform: scale(1.55, 1.55); */
}

.content{font-size:14px;padding: 20px;box-sizing: border-box;}
.content a{color:#333;font-size:14px;}

.article_title{font-size:24px;font-weight:bold;margin-bottom:10px;}


#box_main {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
    /*margin-top: 80px;*/
    min-height: 556px;
}


#box_header {

    position: relative;
    width: 1000px;
    margin: 0 auto;
    height: 186px;


}

.w1000 {
    position: relative;
    width: 1000px;
    margin: 0 auto;
}
.main {

}
/* LOGO	*/
#box_h1 {

    position: absolute;
    top: 32px;
    left: 19px;
    width: 260px;
    height: 36px;

}

#box_h1 a{

    display: block;
    width: 10px;
    height: 10px;
    text-indent: -9999999px;
}


#top_nav {
    position: absolute;
    top: 43px;
    right: 10px;
    width: 350px;
}
#top_nav ul {
    /*display:inline-block;*/
}
#top_nav ul li {
    float:left;
    margin-right:20px;
}
#top_nav ul li.last_nav {
    margin-right:0;
}
#top_nav ul li a {
    color:#00a8e0;
}
#lan {
    display:inline-block;
    position: relative;
    top: -8px;
}
#lan a {
    display:inline-block;
    padding: 5px;
    background: #00a8e0;
    color:#fff;
    border-radius: 50%;
}


.channel1{
    width: 100%;
    float: left;
    /*background: url(../root_sub.png) no-repeat top center;*/
}
.category-title h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.main-content {
    /*width: 730px;*/
    /*float:right;*/
    box-sizing: border-box;
    padding: 20px;
    line-height: 24px;
    color:#555657;
    padding-top: 0;
}
.side-bar {
    /*float:left;*/
    /*width: 210px;*/
    /*margin-right: 20px;*/
    /*border-right: 1px solid #dcdcdc;*/
    /*min-height: 448px;*/
    /*padding-left: 27px;*/
    box-sizing: border-box;
}
.articlelist li {
    position: relative;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 4px;
    transition: all 1s;
    margin-bottom: 20px;
}
.articlelist li h3 {
    font-size:18px;
    text-decoration: none;
}
.articlelist li p {

    padding: 10px 0;
    font-size:12px;
    text-decoration: none;
}
.artilce-list-time {
    /*position: absolute;*/
    /*top: 10px;*/
    /*right:10px;*/
    float:right;
    margin-right: 30px;
    font-size:18px;
}
.articlelist li:hover {
    background-color: #eeeeee;
    box-shadow:4px 4px 10px rgba(0,0,0,0.1);
}
.articlelist li>div{
    transition: all 1s;
}
.articlelist li:hover>div{
    transform:translate(20px,0);
}
.side-bar h3 {
    font-size: 18px;
    font-weight: bold;
    color:#006db3;
    border-bottom: 1px solid #dcdcdc;
    padding: 12px 0;
    margin-bottom: 10px;
}
.side-bar .categarylist li {
    display: inline-block;

}
.side-bar .categarylist li a {
    color:#555657;
    font-size: 14px;
    line-height: 24px;
    text-decoration: none;
    padding: 10px 30px;
    border-bottom: 3px solid #fff;
    box-sizing: border-box;
    display: block;
}
.side-bar .categarylist li a:hover {
    color: #869849;
    border-bottom: 3px solid #869849;
}
.side-bar .categarylist li.current a {
    color: #869849;
    border-bottom: 3px solid #869849;
}

.page-content-title {
    font-size: 18px;
    color: #333333;
    text-align: center;
    line-height: 50px;
    position: relative;
    padding-bottom: 20px;
}
.page-content-title-en {
    text-transform: uppercase;
    color:#ccc;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    font-weight: bold;
}

.goods_pic {
    text-align: center;
}
.goods_pic img {
    max-width: 100%;
}
.paginate_left {
    float:left;
}
.paginate_right {
    float:right;
}
.paginate_right a {
    color:#333;
}
.articlelist {
    margin-bottom: 10px;
}
.articlelist li a {
    color:#333;
}
#msubbanner {
    display: none;
}
.mobile-lan {
    display: none!important;
}


.side-bar li.current {

}

.side-bar {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 30px;
}

.categarylist {
    display: inline-block;
    margin: 0 auto;
}



@media (min-width:0px) and (max-width: 992px) {
    #box_h1 {
        position: inherit;
        top:0;
        left:0;
        width: auto;
        height: auto;
        position: fixed;
        top:0;
        background-color: #fff;
        padding: 10px 10px;
        width: 100%;
        z-index: 999;
        box-sizing: border-box;
    }
    #box_h1 img {
        width: 120px;
    }
    #box_nav {
        position: inherit;
        top:0;
        left:0;
    }
    #box_header {
        height:inherit;
        top:0;
        left:0;
        width: 100%;
        top: 0px;
        padding-top: 74px;
    }
    .bread_nav,.bread_nav a {
        color:#333;
        margin: 0;
    }
    #top_nav {
        position: inherit;
        top:0;
        left:0;
        margin-top: 10px;
        right:0;
        width: 100%;
        display: none;
    }
    .s {
        display: none;
    }
    #menusvg {
        width: 30px;
        height: 30px;
        position: fixed;
        right: 5px;
        top: 20px;
        z-index: 1000;
        background: #fff;
        padding: 5px;
        display: block;
    }
    #box_nav #menu {
        position: fixed;
        top: 74px;
        width: 125px;
        right:0;
        background-color: #333;
        box-sizing: border-box;
        padding: 10px;
        -webkit-transform:translate(125px,0);
        transition: all 0.35s ease;
    }
    #box_nav #menu.enter {
        -webkit-transform:translate(0px,0);
    }
    #box_nav #menu  li {
        display: block;
        float:none;

    }
    #box_nav #menu  li a {
        display: block;
        margin-right:0;
        float:none;
        text-align: left;
        color:#fff;
        padding: 10px 10px;
        border-bottom: 1px solid #000000;
    }
    #box_nav #menu  li ul{
        display: none;
        position: absolute;
        top: -9999px;
    }
    #box_main {
        width: 100%;
        margin-top:0;
        min-height: inherit;
    }
    .main-content {
        width: 100%;
        float: none;
        /*padding-top: 100px;*/
    }
    #goods_index ul li {
        width:90%;
        margin: 0 auto;
        float:none;
        margin-bottom: 10px;
    }
    #goods_index ul li.last {
        margin-right:auto;
    }
    .banner {
        display: none;
    }
    #goods_index ul li a {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    #goods_index ul li a img {
        width: 100%;
    }
    .main-content >h3 {
        /*margin-top: 20px;*/
    }
    .main-content img {
        max-width: 100%;
    }
    .artilce-list-time {
        float: inherit;
        display: block;
        margin-top: 10px;
    }
    .articlelist li p {
        width: 100%;
    }
    #box_header_wrap {
        background-color: #f3f3f3;
        /*float: left;*/
        /*width: 100%;*/
    }
    .channel1 {
        width: 100%;
        float: left;
        background: url(../root_sub.png) no-repeat center -80px;
        background: none;
    }
    .side-bar {
        text-align: center;
        float: none;
        width: 100%;
        margin-right: 20px;
        border-right: 1px solid #dcdcdc;
        min-height: inherit!important;
        /*padding-left: 27px;*/
        padding-left:0;
        box-sizing: border-box;
    }

    .articlelist {
        /*margin-top: 30px;*/
    }
    .content {
        /*margin-top: 100px;*/
        /*padding: 0;*/
    }
    #msubbanner {
        width: 100%;
        display: block;
    }
    #lan {
        position: fixed;
        top: 27px;
        right: 50px;
        z-index: 1000;

    }
    #lan a {
        width: 15px;
        height: 15px;
        text-align: center;
        line-height: 15px;
    }
    .mobile-lan {
        display: block!important;
    }
}


.pagess{text-align:center;}
.pagess ul li { width:auto !important;height:auto !important;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;}