@charset "utf-8";



/*--------------------------reset main.css---------------------------*/

body,
html,
input,
button,
textarea,
a{
    color:#333;
}
a:hover{
    color:#37dd3d;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}


/* clear floating */
.gd-row:after,
.head-r:after,
.nav-wrap:after,
.company-synopses ul:after,
.items-content:after,
.items_list ul:after,
.owl-stage:after,
.new-item:after,
.blog-news-list:after,
.news-item-hd:after,
.featured-list:after,
.banner-list:after,
.new-product-list:after,
.head-contact:after,
.contact-layer .contact-items:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.gd-row,
.head-r,
.nav-wrap,
.company-synopses ul,
.items-content,
.items_list ul,
.owl-stage,
.new-item,
.blog-news-list,
.news-item-hd,
.featured-list,
.banner-list,
.new-product-list,
.head-contact,
.contact-layer .contact-items{
    *zoom:1;
}

/* layout */
.layout,
.path-bar .path-nav{
    /*width: auto;
    max-width: 1200px;*/
}
.index-main-content{
    padding: 0;
    background: none;
}
.disabled{
    display: none;
}


/* inquiry-pop */
.inquiry-pop-bd{
    width: 100%!important;
    height: 100%!important;
}


/* service bug */
.side_content,
.show_btn{
    position: absolute;
    right: 0;
    top: 0;
}


/* owl carousel */
.owl-carousel .owl-controls{
    height: auto;
}
.owl-carousel .owl-controls .owl-nav{
    position: absolute;
    top: auto;
    left: auto;
    text-align: center;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{
    font-weight: bold;
    width: .35rem;
    height: .35rem;
    line-height: .35rem;
    border-radius: 50%;
    background-color: #999;
    font-size: .18rem;
    color: #fff;
    margin: 0;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    color: #fff;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before{
    content: '\f104';
}
.owl-carousel .owl-controls .owl-nav .owl-next:before{
    content: '\f105';
}





/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
    position: relative;
    width: 100%;
    z-index: 10000;
    background-color: #fff;
    padding: 10px 0 0;
    margin-bottom: 10px;
}
.holder{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.head-search,
.head-search .search-toggle:after,
.topbar,
.head-layout,
.head-layout .logo,
.nav-bar .nav,
.nav-bar .nav lit,
.change-language{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}


/* logo */
.layout .logo{
    display: block;
    text-align: center;
    padding-top: 40px;
}
.layout .logo img{
    max-height: 80px;
}


/* nav */
.nav-bar{
    width: 100%;
    position: relative;
    padding: 40px 0;
    background-color: #fff;
}
.nav-bar .nav-wrap{
    width: 100%;
    text-align: center;
}
.nav-bar .nav {
    display: inline-block;
    position: relative;
    z-index: 2;
    font-size: .15rem;
    border-bottom: 1px solid #d6d6d6;
    /*font-size: 15px;*/
}
.nav-bar .nav:hover{
    border-bottom-color: #fff;
}
.nav-bar .nav{
    *display: inline;
}
.nav-bar .nav,
.nav-bar .nav a{
    color: #000;
}
.nav-bar .nav>li {
    position: relative;
    display: inline-block;
    line-height: 45px;
    vertical-align: top;
}
.nav-bar .nav>li {
    display: inline;
    *display: inline;
    *zoom: 1;
}
.nav-bar .nav>li.nav-current>a {
    color: #37dd3d;
}
.nav-bar .nav>li>a {
    position: relative;
    display: inline-block;
    padding: 0 .15rem;
    text-transform: uppercase;
    font-weight: bold;
}
.nav-bar .nav>li>a:hover{
    color: #37dd3d;
}
.nav-bar .nav li li {
    display: block;
    font-size: .16rem;
}
.nav-bar .nav li li a {
    color: #333;
    padding: 0;
    display: block;
    height: .35rem;
    line-height: .35rem;
    overflow: hidden;
    border-bottom: 0px dotted #3b3b3b;
}
.nav-bar .nav ul {
    width: 250px;
    position: absolute;
    top: 45px;
    left: 0;
    padding: .15rem 0;
    background:#fff;
    text-align: left;
    z-index: 999;
    box-shadow: .02rem .02rem  0 rgba(0,0,0,.1);
    display: block;
    visibility: hidden;
    opacity: 0;
    text-transform: uppercase;
}
.nav-bar .nav li ul {
    -webkit-transform: scale(.8) translateY(-15%);
    -ms-transform: scale(.8) translateY(-15%);
    -o-transform: scale(.8) translateY(-15%);
    transform: scale(.8) translateY(-15%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.nav-bar .nav li ul li{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-size: .12rem;
}
.nav-bar .nav li.li-hover > ul {
    opacity:1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.foot-item.foot-item-list li:hover {
    -moz-transform:none;
    -webkit-transform:none;
    -ms-transform:none;
    -o-transform:none;
    transform:none;
} 
.nav-bar .nav  li li:last-child{
    border-bottom: 0;
}
.nav-bar .nav ul li a{
    height: 35px;
    line-height: 35px;
    padding: 0 .15rem;
    position: relative;
    z-index: 3;
    color: #666;
}
.nav-bar .nav ul li:last-child a{
    border-bottom: 0;
}
.nav-bar .nav ul ul,
.fixed-nav.nav-bar .nav ul ul {
    top: 0;
    left:100%;
    margin-left: .02rem;
}
.nav-bar .nav ul li:hover>a {
    color: #37dd3d;
}
.nav-bar .nav li .nav-ico {
    display: inline-block;
    line-height: 1.5;
    font-size: .16rem;
    margin: 0 0 0 .05rem;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-bar .nav li .nav-ico:after {
    content: '\f107';
}
.nav-bar .nav li li .nav-ico {
    position: absolute;
    top: 0;
    right: .1rem;
    line-height: .35rem;
}
.nav-bar .nav li li .nav-ico:after {
    content: '\f0da';
}
.nav-bar .nav > li.li-hover > a{
    color: #37dd3d;
}
.nav-bar .nav > li.li-hover > a .nav-ico{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* search */
.head-search{
    width: 45px;
    position: absolute;
    left: 0;
    top: 0;
}
.head-search .head-search-form{
    opacity: 0;
}
.head-search .search-ipt{
    display: block;
    width: 0;
    height: 47px;
    line-height: 47px;
    border: 0;
    border-bottom: 1px solid #d6d6d6;
    background-color: #fff;
}
.head-search .search-btn,
.head-search .search-toggle{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    border: 0;
    text-align: center;
    background: none;
    font-size: .18rem;
    color: #999;
}
.head-search .search-btn,
.head-search .search-toggle:before,
.head-search .search-toggle:after{
    font-family: 'fontawesome';
}
.head-search .search-toggle:before{
    content: '\f002';
}
.head-search .search-toggle:after{
    content: '\f00d';
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}
.head-search-show .head-search{
    width: 100%;
    background-color: #fff;
    z-index: 99;
}
.head-search-show .head-search .search-ipt{
    width: 100%;
}
.head-search-show .head-search-form{
    width: 100%;
    opacity: 1;
}
.head-search-show .head-search .search-toggle{
    right: -45px;
    color: #37dd3d;
}
.head-search-show .head-search .search-toggle:before{
    opacity: 0;
}
.head-search-show .head-search .search-toggle:after{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}
.head-search-show .nav,
.head-search-show .change-language{
    opacity: 0;
}


/* language */
.head-wrapper .change-language {
   z-index: 3!important;
   position: absolute;
   right: 0;
   top: 8px;
}
.change-language-info .change-language-title,
.change-language-info .change-language-title a,
.change-language-info .change-language-title span,
.change-language-info .language-icon {
    color: #999;
}
.change-language-info:hover .change-language-title,
.change-language-info:hover .change-language-title a,
.change-language-info:hover .change-language-title span,
.change-language-info:hover .language-icon {
    color: inherit
}
.change-language-info .language-icon{
    color: #999!important;
}
.head-wrapper .change-language-info .language-icon:before{
    content: '\f107';
    font-size: .16rem;
}

/* fixed nav */
/*.fixed-nav {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10009;
    box-shadow: 0 .03rem .08rem rgba(0,0,0,.15);
    padding-top: 15px;
    padding-bottom: 15px;
}
.fixed-nav .layout .logo{
    display: none;
}
.fixed-nav .nav-bar .nav{
    border-bottom-color:#fff;
}

*/


.fixed-nav .nav-bar {
/*    position: fixed;
    left: 0;
    top: 0;*/
/*    padding-top: 50px;
    padding-bottom: 50px;*/
}


.head-fixed-holder{
    display: none!important;
}






/*--------------------------footer---------------------------*/


.foot-contact-bar {
    text-align: center;
    font-size: .32rem;
    letter-spacing: 1px;
    padding: .8rem 0;
}
.foot-contact-bar .hotline-item{
    display: inline-block;
    padding: 0 .1rem;
}
.foot-contact-bar .ico-hotline:before{
    font-family: 'fontawesome';
    content: '\f095';
}
.foot-bar{
    background-color: #333;
    padding: .55rem;
}
.foot-bar,
.foot-bar a{
    color: #7d7d7d;
}
.foot-bar a:hover,
.foot-bar .foot-nav a:hover{
    color: #37dd3d;
}
.foot-bar .foot-layout{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.foot-bar .foot-left{
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
}
.foot-bar .foot-social{}
.foot-social li {
    display: inline;
    padding: 0 .2rem 0 0;
}
.foot-social li a{
    position: relative;
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 17px;
    line-height: 14px;
    padding: 7px 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}
.foot-social li a:hover{
    opacity: .9;
    filter: alpha(opacity=90);
}
.foot-social li img{
    display: inline-block;
    max-height: 17px;
    opacity: 1;
}
.foot-bar .foot-info{
    text-align: right;
}
.foot-bar .foot-copyright{
    display: block;
}
.foot-bar .foot-nav {
    padding-top: .15rem;
}
.foot-bar .foot-nav li{
    display: inline;
}
.foot-bar .foot-nav a{
    color: #fff;
    padding: 0 .08rem;
}
.foot-bar .foot-nav li:after{
    content: '|';
}
.foot-bar .foot-nav li:last-child:after{
    display: none;
}
.foot-bar .foot-nav li:last-child a{
    padding-right: 0;
}

/* gotop */
.gotop{
    width:.4rem;
    height: .4rem;
    line-height: .4rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0%;
    background-color: #777;
    font-size: .12rem;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-animation: btnUpDown 1.5s infinite ease ;
    animation: btnUpDown 1.5s infinite ease;
    text-indent: -9999px;
    overflow: hidden;
    bottom: .1rem;
    right: .15rem;
    z-index: 99;
}
.gotop:hover{
    opacity: 1;
    background-color: #37dd3d;
    color: #fff;
}
.gotop:before{
    font-family: fontawesome;
    content: '\f062';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .16rem;
    text-indent: 0;
    text-align: center;
}
@-webkit-keyframes btnUpDown {
    0%{
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    50%{
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100%{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

}
@keyframes btnUpDown {
    0%{
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    50%{
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px);
    }
    100%{
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

}

.side-inquiry-quick{
    width: .48rem;
    background-color: #333;
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.side-inquiry-quick,
.side-inquiry-quick a{
    color: #fff;
}
.side-inquiry-quick .quick-txt{
    display: block;
    padding: .25rem .08rem;
    color: #fff;
    font-size: .18rem;
    z-index: 99;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;      
    writing-mode: vertical-rl;
    *writing-mode: tb-rl;
    -webkit-transform: scale(-1,-1);
    -ms-transform: scale(-1,-1);
    -o-transform: scale(-1,-1);
    transform: scale(-1,-1);

}
.side-inquiry-quick .quick-ico{
    display: block;
    line-height:.48rem;
    background-color: #39de3a;
    font-size: .32rem;
    font-family: 'fontawesome';
    text-align: center;
}
.side-inquiry-quick .quick-ico:before{
    content: '\f0e0';
}





/*-------------------------------------------------------- 
                                                    page: index
                                                                    ------------------------------------------------------*/


.gd-layer{
    padding: .8rem 0 0;
}
.gd-layer,
.gd-layer a{
    color: #333;
}
.gd-layer a:hover{
    color: #000;
}



/* slide banner */
.rev_slider_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}
.tp-leftarrow,
.tp-rightarrow {
    font-size: .16rem;
    background-color: #000;
    float: left;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff!important;
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    overflow: hidden;
    top: 50%!important;
    margin-top: -.25rem!important;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tp-leftarrow:before{
    content: '\f053';
}
.tp-rightarrow:before{
    content: '\f054';
}
.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected{
    width:.15rem;
    height:.15rem;
    border-radius: 50%;
    border: 0;
}
.tp-bullets.simplebullets .bullet{
    background-color: #c0c1c5;
    background-color: rgba(0,0,0,.4);
}
.tp-bullets.simplebullets .bullet.selected{
    background-color: #fff;
}

.owl-carousel .owl-controls .owl-dots{
    padding: .2rem 0 0;
    position: static;
}
.owl-carousel .owl-controls .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    margin: 0 .035rem;
    border-radius:50%;
    border: 1px solid #ccc;
    background: #ccc;
}
.owl-carousel .owl-controls .owl-dots .active{
    background-color: #333;
    border-color: #333;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    background-color: #37dd3d;
}
.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow{
    opacity: .60;
    filter: alpha(opacity=60);
}
.rev_slider_wrapper:hover .tp-leftarrow:hover,
.rev_slider_wrapper:hover .tp-rightarrow:hover{
    opacity: 1;
    filter: alpha(opacity=80);
    background-color: #37dd3d;
    color: #fff!important;
}
.tp-loader.spinner0 {
    background: url(img/loading.gif) center no-repeat;
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
}


/* title */
.index-title-bar {
    margin: 0 auto .6rem;
    text-align: center;
    position: relative;
}
.index-title-bar .index-title{
    display: inline-block;
    position: relative;
    font-size:.32rem;
    line-height: 1.2;
    font-weight: normal;
}
.index-title-bar .index-title,
.index-title-bar .index-title a{
    color: #333;
}
.index-title-bar .title-desc{
    display: block;
    padding: .1rem 0 0;
    font-size: .15rem;
    font-size: .18rem;
    font-style: italic;
}
.index-title-bar .title-desc,
.index-title-bar .title-desc a{
    color: #999;
}

.title-line{
    display: block;
    width: 300px;
    height: 1px;
    background-color: #37dd3d;
    margin: .35rem auto 0;
    position: relative;
}
.title-line:before{
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #37dd3d;
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -25px;
}


/* btn */
.learn-more-bar {
    text-align: center;
    padding: .4rem 0 0;
}
.gd-btn {
    display: inline-block;
    border: 1px solid #ccc;
    padding: .05rem .3rem;
    line-height:.22rem;
    cursor: pointer;
    font-size: .14rem;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.gd-btn:hover,
a.gd-btn:hover{
    background-color: #37dd3d;
    border-color: #37dd3d;
    color: #fff;
}



/* company synopses */
.company-synopses .layout{
    max-width: 1000px;
}
.synopses-tabs {
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
}
.synopses-tabs .tab-item {
    display: inline-block;
    padding-bottom: .28rem;
    font-size: .24rem;
    position: relative;
    margin: 0 .5rem;
}
.synopses-tabs .tab-item,
.synopses-tabs .tab-item a{
    color: #999;
}
.synopses-tabs .tab-item.active,
.synopses-tabs .tab-item.active a{
    color: #333;
}
.synopses-tabs .tab-item.active{
    border-bottom: 2px solid #333;
}
.company-synopses .synopsis-item {
    padding-top: .6rem;
    display: none;
}
.synopsis-item .item-wrap{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
}
.synopsis-item .item-img{
    width: 50%;
}
.synopsis-item .item-img img{ width:100%;}
.synopsis-item .item-info{
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    padding-right: 5%;
    font-size: .17rem;
    line-height: 1.8;
}
.synopsis-item .item-info,
.synopsis-item .item-info a{
    color: #666;
}
.synopsis-item .item-info p{
    margin-bottom: .35rem;
}
.synopsis-item .item-info p:last-child{
    margin-bottom: 0;
}
.synopsis-item .item-title,
.synopsis-item .title-line{
    display: none;
}
.synopsis-item .item-title{
    text-align: center;
    position: relative;
    padding-bottom: .3rem;
    font-size: .32rem;
    font-weight: normal;
}
.synopsis-item .item-title .index-title{
    display: inline-block;
    position: relative;
    font-size:.32rem;
    line-height: 1.2;
    font-weight: normal;
    padding-bottom: .35rem;
}
.synopsis-item .item-title .index-title,
.synopsis-item .item-title .index-title a{
    color: #333;
}
.synopsis-item .title-line{
    margin: 0 auto .35rem;
}
.company-synopses .owl-loaded .synopsis-item{
    display: block;
}



/* product list */
.product-item {
    position: relative;
    width: 33.3333%;
    padding: .05rem .125rem;
    margin: 0 0 .22rem;
    float: left;
}
.product-items .product-item,
.goods-items .product-item {
    margin: 0;
}
.product-item .item-wrap {
    position: relative;
    /*overflow: hidden;*/
    text-align: center;
}
.product-item .item-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #f6f6f6;
    border: 1px solid #f2f2f2;
}
.product-item .item-img:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.product-item:hover .item-img:before{
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.product-item .item-img img {
    position: relative;
    width: 100%;
    -moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
}
.product-item .item-info {
    padding: .2rem;
}
.product-item .item-info .item-title {
    text-transform: capitalize;
    height: .36rem;
    line-height:.18rem;
    font-size: .14rem;
    font-weight: normal;
    overflow: hidden;
}
.product-item .item-info .item-title a{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.product-item .item-info .item-title a:hover{
    color: #37dd3d;
}
.product-item .item-info .item-btn{
    padding-top: .2rem;
}
.product-item .item-info .btn-view{
    display: inline-block;
    background-color: #fcb253;
    color: #fff;
    padding: .08rem .2rem;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.product-item .item-info .btn-view:hover{
    background-color: #37dd3d;
}
.product-items {
    position: relative;
    width: 100%;
    position: relative;
}
.product-items .layout{
    max-width: 1000px;
    position: relative;
    z-index: 2;
    padding-bottom: .8rem;
    border-bottom: 1px solid #d6d6d6;
}
.product-items .layer-body{
    margin: 0 -.125rem;
}
.product-items .gd-btn:before{
    display: none;
}
.product-items .items-content {
}
.product-items .product-item {
    width: 33.333333%;
}
.product-items .product-item .item-info{
    padding: 0;
}
.product-items .product-item .item-info .item-title{
    height: auto;
    line-height: 1.5;
    font-size: .17rem;
}
.product-items .product-item .item-info .item-title a{
    display: block;
    width: 100%;
    padding: 0 .1rem;
    position: absolute;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    z-index: 9;
    opacity: 0;
}
.product-items .product-item:hover .item-info .item-title a{
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.product-items .product-item:nth-child(3n+1){
    clear: left;
}
.product-items .owl-carousel .owl-controls {
    height: auto;
    position: absolute;
    width: 100%;
    left: 0;
    top: -.8rem;
}
.product-items .owl-carousel .owl-controls .owl-nav{
    padding-top: 0;
    position: static;
    text-align: center;
}

.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next{
    background: none;
    color: #37dd3d;
    font-size: .14rem;
    background-color: #37dd3d;
    color: #fff;
    margin: 0 .1rem;
    border-radius: 0;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
}
.product-items .owl-carousel .owl-controls .owl-prev:before{
    content: '\f060';
}
.product-items .owl-carousel .owl-controls .owl-next:before{
    content: '\f061';
}
.product-items .owl-carousel .owl-controls .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-next:hover{
    background-color: #000;
    color: #fff;
}
.product-items .owl-carousel .owl-controls .owl-dots{
    display: none;
    position: static;
    padding-top: .1rem;
}
.product-items .owl-loaded .product-item{
    display: block;
}
.items_list .product-item{
    padding-top: .1rem;
    padding-bottom: .1rem;
}
.items_list .product-item .item-info{
    padding-left: 0;
    padding-right: 0;
}
.items_list .product-item .item-info .btn-view,
.goods-items .product-item .item-info .btn-view{
    padding: .05rem .15rem;
    font-size: .12rem;
}
.items_list .product-item:nth-child(3n+1){
    clear: left;
}



/* service layer */
.service-layer{
    padding: .8rem 0 0;
}
.service-layer .layout{
    overflow: hidden;
}
.service-layer .layer-body{
    /*margin: 0 -2.5%;*/
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-box-align: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.inquiry-pannel,
.customer-say{
    width: 48%;
}
.inquiry-pannel{
    background-color: #777;
    padding: .3rem .4rem;
    text-align: center;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.inquiry-pannel,
.inquiry-pannel a{
    color: #d6d6d6;
}
.inquiry-pannel .inquiry-title{
    font-size: .32rem;
    line-height: 1.2;
    font-weight: normal;
    padding: .05rem 0 .25rem;
}
.inquiry-pannel .inquiry-title,
.inquiry-pannel .inquiry-title a{
    color: #fff;
}
.inquiry-pannel .inquiry-desc{
    display: block;
    padding: 0 0 .2rem;
    font-size: .17rem;
}
.inquiry-pannel .learn-more-bar{
    padding-top: .2rem;
    padding-bottom: .1rem;
}
.inquiry-pannel .gd-btn{
    background-color: #ddd;
    border-color: #ddd;
    color: #333;
}


.customer-say{
    border: 1px solid #d6d6d6;
    padding: .4rem .3rem .2rem;
}
.customer-say .col-body{
    position: relative;
}
.customer-say .col-body:before,
.customer-say .col-body:after{
    content: '';
    line-height: 1;
    font-size: .4rem;
    position: absolute;
    font-family: "fontawesome";
    color: #ccc;
}
.customer-say .col-body:before{
    left: 0;
    top: 0;
    content: '\f10d';
}
.customer-say .col-body:after{
    right: 0;
    bottom: 0;
    content: '\f10e';
}
.customer-say .say-slides{
    padding: .2rem .65rem;  
}
.customer-say .say-item{
    display: block;
    font-size: .17rem;
   
}
.customer-say .say-item,
.customer-say .say-item a{
    color: #666;
}
.customer-say .say-item dt{
    display: block;
  
}
.customer-say .say-item dd{
    text-align: right;
    white-space: nowrap;
    padding-top: .2rem;
    font-style: italic;
}
.customer-say .say-item dd:before{
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1px;
    background-color: #d6d6d6;
    margin-right: .1rem;
    vertical-align: middle;
}





/* about us */
.about-us {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-position:center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.about-us .about-img .flex-control-nav {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: .15rem;
}
.about-us .about-img .flex-control-paging li a {
    width: 10px;
    height: 10px;
    background-color: #999;
    background-color: rgba(0,0,0,.3);
    border: 0;
}
.about-us .about-img .flex-control-paging li a:hover,
.about-us .about-img .flex-control-paging li a.flex-active {
    background-color: rgba(106,197,242,.8);
}

.about-us .about-img .flex-direction-nav {
    display: none;
}
.about-us .layer-body{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}
.about-us .about-tit-ico{
    width: 1.4rem;
    padding-left: .5rem;
}
.about-us .about-tit-ico img{
    max-width: 100%;
    height: auto;
}
.about-us .about-img{
    width: 46%;
    position: relative;
    border: 10px solid #fff;
}
.about-us .about-img .item,
.about-us .about-img .item img {
    position: relative;
    width: 100%
}
.about-us .about-img .item{
    display: none;
}
.about-us .about-detail,
.about-us .about-detail a{
}
.about-us .about-detail{
    font-size: .14rem;
    line-height: 1.8;
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    padding:.4rem .3rem;
    background-color: rgba(255,255,255,.2);
}

.about-us .about-detail .about-hd{}

.about-us .about-detail .about-title{
    font-size:.48rem;
    line-height: 1.1;
}
.about-us .about-detail .about-title,
.about-us .about-detail .about-title a{
    color: #37dd3d;
}
.about-us .about-detail .about-lead{
    padding-top: .2rem;
    color: #ccc;
    font-size: .18rem;
    font-weight: normal;
}
.about-us .about-detail .about-desc{
    display: block;
    padding-top: .25rem;
}
.about-us .about-detail .about-desc,
.about-us .about-detail .about-desc a{
    color: #666;
}
.about-us .about-more {
    margin: .35rem 0 0;
}
.about-us .about-more a {
    display: inline-block;
    font-size: .16rem;
    padding: .1rem .3rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: #fcb253;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    outline: 2px solid #fff;
    outline-offset: 4px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.about-us .about-more a:hover{
    background-color: #37dd3d;
}






/* partner */
.partner-layer{
    background-color: #f6f6f6;
    padding-top: 0;
}
.partner-layer .owl-carousel .owl-stage-outer{
    background-color: #e8e8e8;
}
.partner-list{
    width: auto;
    padding: 0 .5rem;
}
.partner-list .partner-item {
    display: none;
    text-align: center;
    overflow: hidden;
    background-color: #f6f6f6;
}
.partner-list .partner-item a {
    display: block;
    position: relative;
}
.partner-list .partner-item img {
    max-width: 100%;
    position: relative;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.partner-list .partner-item:hover img{
    opacity: 1;
    filter: alpha(opacity=10);
}
.partner-list .partner-item a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color:rgba(255,255,255,0);
    z-index: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.partner-list .partner-item a:hover {
    border-color: #ccc;
}
.owl-loaded .partner-item {
    display: block;
    padding: 0 .2rem;
}
.partner-wrap .owl-prev:before,
.partner-wrap .owl-next:before {
    margin: 0;
}
.partner-wrap .owl-prev:hover,
.partner-wrap .owl-next:hover,
.partner-slides:hover .owl-prev,
.partner-slides:hover .owl-next {
    opacity: 1;
    color: #fff;
}
.partner-wrap .owl-prev:before {
    content: "\f104";
}
.partner-wrap .owl-next:before {
    content: "\f105";
}
.partner-list:hover .owl-prev,
.partner-list:hover .owl-next {
    opacity: 1;
}
.partner-layer .owl-carousel .owl-controls .owl-nav {
    position: static;
}
.partner-layer .owl-carousel .owl-nav .owl-prev,
.partner-layer .owl-carousel .owl-nav .owl-next{
    position: absolute;
    top: 50%;
    margin-top: -.175rem;
}
.partner-layer .owl-carousel .owl-nav .owl-prev {
    left: 0;
}
.partner-layer .owl-carousel .owl-nav .owl-next {
    right: 0;
}
.partner-layer .owl-carousel .owl-controls .owl-dots{
    padding: .25rem 0 0;
    position: static;
}
.partner-layer .owl-carousel .owl-controls .owl-dot{
    border-radius: 50%;
    margin: 0 .035rem;
}





/* new products */
.new-products {
    background-color: #f3f3f3;
}
.new-products .layer-body{
    margin: 0 -.125rem;
}
.new-products .product-item{
    width: 50%;
}
.new-products .product-item .item-wrap{
    background-color: #fff;
    padding-bottom: .15rem;
}
.new-products .product-item  .item-info .item-title{
    height: .3rem;
    line-height: .3rem;
    overflow: hidden;
    font-size: .18rem;
    text-transform: uppercase;
}
.new-products .product-item .item-img:hover img,
.new-products .product-item:hover .item-img img{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.new-products .product-item .item-img:hover{
    outline: 0;
}
.new-products .product-item .item-wrap:hover{
    outline: 2px solid #ccc;
    background-color: #fff;
}















/*----------------------------------page nav---------------------------------*/

.path-bar{
    margin-bottom:.3rem;
}
.path-bar .path-nav{
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: .05rem;
}
.path-bar .path-nav,
.path-bar .path-nav a{
    color: #666;
}
.path-bar .path-nav a:hover{
    color: #37dd3d;
}
.path-bar .path-nav li{
    display: inline;
}
.path-bar .path-nav li:after{
    content: '-';
    padding: 0 .05rem;
}
.path-bar .path-nav li:last-child:after{
    display: none;
}

.page-bar {
    text-align: right;
}
.pages {
    position: relative;
    margin: .4rem 0 .15rem;
}
.pages a,
.pages span{
    color: #666;
}
.pages a,
.pages span.current2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ddd;
    line-height: 25px;
    min-width: 26px;
    padding: 3px 12px;
    border-radius: 3px;
    margin: 0 0 0 5px;
    border-radius: 3px;
}
.pages a.current,
.pages a:hover {
    background:#37dd3d;
    border-color:#37dd3d;
    color: #FFF;
}
.pages span.current2 {
    vertical-align: middle;
}


/*----------------------------------aside---------------------------------*/

.aside {
    float: left;
    width: 18.75%;
    padding-bottom: .6rem;
}
.side-tit-bar {
    position: relative;
    border-bottom: 2px solid #333;
}
.side-tit-bar .side-tit {
    position: relative;
    font-size: .15rem;
    height: .35rem;
    line-height: .35rem;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
}
.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}
.side-cate {
    padding: .2rem 0;
}
.side-cate li {
    position: relative;
    line-height: 38px;
}
.side-cate > li{
    border-bottom: 1px dotted #ccc;
}
.side-cate ul {
    display: none;
}
.side-cate li a {
    position: relative;
    display: block;
    height: .38rem;
    line-height: .38rem;
    overflow: hidden;
    margin-right: .2rem;
}
.side-cate li .icon-cate {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    cursor: pointer;
    color: #ccc;
    line-height: .38rem;
}
.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f067';
}
.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f068';
    color: #37dd3d;
}
.side-cate li li a{
    padding-right: 0;
}
.side-cate li.nav-current>a,
.side-cate li>a:hover,
li.show_li>a {
    color: #37dd3d;
}
.side-cate li.nav-current>.icon-cate,
.side-cate li>.icon-cate:hover,
li.show_li>.icon-cate {
    color: #37dd3d;
}
.side-product-items {
    position: relative;
    padding: .4rem .08rem;
}
.side-product-items .items_content {
    position: relative;
}
.side-product-items .items_content {}
.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.side_product_item figure {
    position: relative;
    display: table;
    width: 100%;
    height: .85rem;
    overflow: hidden;
}
.side_product_item .item-img {
    position: relative;
    width: .65rem;
    display: table-cell;
    vertical-align: middle;
}
.side_product_item .item-img img {
    position: relative;
    width: 100%;
    border: 0px solid #eee;
}
.side_product_item figcaption {
    display: table-cell;
    vertical-align: middle;
    padding-left: .15rem;
}
.side_product_item figcaption a{
    display: inline-block;
    line-height: .18rem;
    max-height: .36rem;
    overflow: hidden;
}
.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .15;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.side-product-items .btn-prev {
    top: .2rem;
    background: url(img/side_product_up.png) no-repeat center center;
}
.side-product-items .btn-next {
    bottom: .2rem;
    background: url(img/side_product_down.png) no-repeat center center;
}
.side-product-items .btn-prev:hover,
.side-product-items .btn-next:hover{
    opacity: .35;
}
.aside .side-bn {
    max-width: 100%;
    margin: 0 0 25px 0;
}
.aside .side-bn img {
    max-width: 100%
}


/*----------------------------------main---------------------------------*/

.main {
    position: relative;
    width: 78.3%;
    float: right;
    padding-bottom: .6rem;
}
.main-tit-bar {
    padding: .05rem 0;
    line-height: .25rem;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 .12rem;
    overflow: hidden;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
}
.main-tit-bar .title,
.main-tit-bar .path-bar{
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
}
.main-tit-bar .path-bar{
    margin: 0;
    padding: 0;
}
.main-tit-bar .path-bar .path-nav{
    width: auto;
    max-width: inherit;
    border-bottom: 0;
    padding: 0;
}
.main-tit-bar .share-this{
    width: 30%;
    max-width: 250px;
    text-align: right;
}
.main-tit-bar .share-this img{
    max-width: 100%;
}

/* banner */
.main-banner {
    position: relative;
    overflow: hidden;
}
.main-banner .item{
    display: none;
}
.main-banner .item,
.main-banner .item img {
    position: relative;
    width: 100%;
}
.main-banner .flex-direction-nav,
.main-banner .flex-control-nav {
    display: none;
}
.goods-summary {
    margin: .17rem 0 .25rem;
}
.goods-summary,
.goods-summary a{
    color: #666;
}
.items_list {}
.items_list ul {
    margin: 0 -.125rem;
}
.items_list .product-item {
    margin-bottom: 0;
    width: 33.333333%;
}

.items_list .product-item .item-info{
    padding-bottom: .1rem;
    position: relative;
}
.items_list .product-item .item-info .item-title a{
    display: inline-block;
    max-width: 210px;
    margin: 0 auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.items_list .product-item .item-img{
    outline: 2px solid #fff;
}
.items_list .product-item .item-img:before{
    display: none;
}
.items_list .product-item .item-img:hover{
    border-color: #37dd3d;
    outline: 2px solid #37dd3d;
}





/*-------------------------------------------------------- 
                                                    page: single Product
                                                                    ------------------------------------------------------*/

.detail-main-content{
    max-width: 1000px;
}
.detail-main-content .main{
    max-width: inherit;
    width: auto;
    float: none;
}

/*product photos*/
.product-intro {
    position: relative;
    overflow: hidden;
}
.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}
.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}
.cloud-zoom-big {
    /*border: 1px solid #eee;*/
    overflow: hidden;
    padding: 0px;
}
.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}
.product-view .product-image.zoom_remove:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}
.product-view {
    position: relative;
    width: 100%;
    float: left;
}
.product-view .product-image {
    position: relative;
    background-color: #f6f6f6;
}
.product-view .product-image img {
    position: relative;
    width: 100%;
}
.product-view .image-additional {
    position: relative;
    width: 100%;
    margin: 20px 0;
    padding: 0 30px;
}
.product-view .image-additional ul {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.product-view .image-additional li {
    position: relative;
    width: 100%;
    margin: 0;
    display: none;
}
.product-view .image-additional li.single {
    display: none;
}
.product-view .image-additional li img {
    position: relative;
    width: 100%;
}
.product-view .image-additional li a {
    position: relative;
    display: block;
    opacity: .4;
    filter: alpha(opacity=40);
}
.product-view .image-additional li.current a {
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-view .image-additional img.popup {
    display: none;
}
.image-additional .owl-carousel .owl-controls .owl-nav {
    position: static;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 4px;
    bottom: 4px;
    width: .2rem;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: none;
    color: #666;
    font-size: .28rem;
    margin: 0;
    text-align: center;
    z-index: 9;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    /*background: #37dd3d;*/
    color: #37dd3d;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
    left:-30px;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:before{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    line-height: .3rem;
    margin-top: -.15rem;

}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:before{
    content: '\f104';
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    right:-30px;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:before{
    content: '\f105';
}
.product-view .image-additional .owl-loaded li{
    display: block;
}

/*product summary*/

.product-summary {
    position: relative;
    width: 45%;
    float: right;
    font-size: .16rem;
}
.product-summary .product-title{
    font-size: .32rem;
    line-height: 1;
    font-weight: normal;
    margin-bottom: .25rem;
}
.product-summary .product-meta {
    line-height: 25px;
}
.product-summary .product-meta h3 {
    margin: 0 0 .1rem;
    font-size: .18rem;
    color: #999;
    font-weight: normal;
}
.product-summary .product-meta li{
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
    padding-bottom: .03rem;
    font-size: .14rem;
}
.product-summary .product-meta li em{
    width: 40%;
}
.product-summary .product-meta li span{
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
}
.product-summary .product-meta li em{
    color: #999;
}
.product-btn-wrap {
    position: relative;
    margin: .8rem 0 0;
    text-align: right;
}
.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    background: #37dd3d;
    border: 2px solid #37dd3d;
    color: #FFF;
    margin: 0 0 .05rem .2rem;
}
.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.product-btn-wrap .buy:before{
    margin-right: .05rem;
}
.product-btn-wrap .buy {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 30px;
}
.product-btn-wrap .email:before {
    content: "\f003";
    padding: 0 3px 0 0;
}
.product-btn-wrap .pdf:before {
    content: "\f1c1";
    padding: 0 3px 0 0;
}
.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover,
.product-btn-wrap .buy:hover {
    background: none;
    color: #37dd3d;
    border-color: #37dd3d;
}
.product-summary .share-this {
    margin: .4rem 0 0;
    text-align: right;
}


/* product detail */

.product-detail {
    position: relative;
    overflow: visible;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    border-top: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
    margin-bottom:.6rem;
}
.detail-tabs {
    width: 195px;
    position: relative;
    padding-right: 30px;
    padding-top: 50px;
    padding-bottom: 50px;
}
.detail-tabs .title {
    position: relative;
    line-height: 40px;
    cursor: pointer;
    font-size: .16rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
}
.detail-tabs .title:before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    left: 0;
    bottom: 0;
}
.detail-tabs .title.current,
.detail-tabs .title.current a{
    color: #333;
}
.detail-tabs .title span{
    display: inline-block;
    position: relative;
    z-index: 1;
}
.detail-tabs .title span:before{
    content: '';
    display: block;
    width: 0;
    min-width: inherit;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.detail-tabs .title.current span:before{
    width: 130%;
}
.product-detail .tab-panel-content {
    display: block;
    overflow: hidden
}
.product-detail .disabled {
    display: none;
}

.tab-panel-wrap{
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
    padding: .5rem 0  .5rem .5rem;
    border-left: 2px solid #d6d6d6;
    min-height: 300px;
}
.tab-panel-wrap .entry,
.tab-panel-wrap .entry a{
    color: #333;
}
.tab-panel-wrap .entry p{
    font-size: .18rem;
    padding: .2rem 0;
}
.tab-panel-wrap .entry h2,
.tab-panel-wrap .entry h3,
.tab-panel-wrap .entry h4{
    padding: .15rem 0;
    line-height: 1.3;
    font-weight: normal;
}
.tab-panel-wrap .entry h2{
    font-size: .32rem;
}
.tab-panel-wrap .entry h3{
    font-size: .28rem;
}
.tab-panel-wrap .entry h4{
    font-size: .24rem;
}


/* inquiry form */
.inquiry-form-wrap .inquiry-form-title{
    background-color: #37dd3d;
    color: #fff;
    font-size: .16rem;
}
.inquiry-form{
    border-color: #ccc;
}
.inquiry-form .form-item{
    padding-bottom: .05rem;
}
.inquiry-form  input[type="text"].form-input,.inquiry-form textarea.form-text{
    border-color: #ccc;
}



/*like product*/
.goods-may-like {
    position: relative;
    margin: .5rem 0 0;
}
.goods-title-bar {
    line-height: .32rem;
    padding: 0;
    margin: 0 auto .25rem;
    border-bottom: 1px solid #d6d6d6;
}
.goods-title-bar .title {
    display: inline-block;
    font-size:.16rem;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #333;
    margin-bottom: -1px;
    position: relative;
}
.goods-title-bar .title,
.goods-title-bar .title a {
    color: #333;
}
.goods-may-like .goods-items{
    width: auto;
    margin: 0 -.12rem;
}
.goods-may-like .product-item{
    width: auto;
    float: none;
    display: none;
}
.goods-may-like .product-item .item-wrap{
    padding-bottom: .15rem;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav{
    width: auto;
    left: auto;
    right:.15rem;
    top: -.6rem;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next{
    width: .25rem;
    height: .25rem;
    line-height: .25rem;
    text-align: center;
    border-radius: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next:hover{
    background: #37dd3d;
    border-color: #37dd3d;
    color: #fff;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next{
    margin-left: .05rem;
}
.goods-may-like .owl-loaded .product-item{
    display: block;
}
.product-item .item-info .item-title a{
    display: inline-block;
}



/*-------------------------------------------------------- 
                                                    page: blog list
                                                                    ------------------------------------------------------*/

.blog_list {
    position: relative;
    width: 100%;
}
.blog-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: .2rem 0;
}
.blog-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.blog-item:after{
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top:1px solid #37dd3d;
    border-bottom:1px solid #37dd3d;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.blog-item .item-wrap {}
.blog-item .item-img {
    position: relative;
    display: block;
    max-width: 2rem;
    margin: 0 .2rem 0 0;
    float: left;
}
.blog-item .item-img img {
    position: relative;
    width: 100%;
}
.blog-item .item-info {}
.blog-item .item-info .item-title {
    font-size: .16rem;
}
.blog-item .item-info time {
    display: block;
    font-style: italic;
    margin: .08rem 0;
}
.blog-item .item-info .item-detail {}
.blog-item .item-info .item-more {
    float: right;
    color: #000;
    display: inline-block;
    border: 1px solid #eee;
    padding: .04rem .15rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.blog-item .item-info .item-more:hover{
    background-color: #37dd3d;
    border-color: #37dd3d;
    color: #fff;
}
.blog-item:hover:after{
    width: 100%;
}
.blog-item:hover .item-info .item-more{
    border-color: #37dd3d;
    color: #37dd3d;
}
.blog-item:hover .item-info .item-more:hover{
    color: #fff;
}



/*-------------------------------------------------------- 
                                                    page: download list
                                                                    ------------------------------------------------------*/

.download_list {
    position: relative;
    width: 100%;
}
.download-item {
    position: relative;
    overflow: hidden;
    padding: .15rem 0;
    margin: 0 0 .1rem;
    line-height: .3rem;
    border-bottom: 1px solid #eee;
}
.download-item .item-img {
    max-width: 25px;
}
.download-item .item-title {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    margin: 0 .1rem;
    font-size: .16rem;
    font-weight: bold;
}
.download-item .item-button {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    float: right;
    line-height: .3rem;
    padding: 0 .15rem;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: .05rem;
    cursor: pointer;
}
.download-item .item-button:before {
    content: "\f019";
    margin: 0 .1rem 0 0;
}


/*-------------------------------------------------------- 
                                                    page: faq list
                                                                    ------------------------------------------------------*/

.faq_list {
    position: relative;
    width: 100%;
}
.faq-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 .35rem;
    border-bottom: 1px solid #eee;
}
.faq-item .faq-title {
    position: relative;
    font-size: .16rem;
    line-height: .3rem;
    padding: .15rem 0;
    cursor: pointer;
}
.faq-item .faq-title:before {
    position: absolute;
    content: "\f067";
    left: -.35rem;
    top: 50%;
    margin: -10px 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height:20px;
    font-size: .12rem;
    font-weight: normal;
}
.faq-item .faq-title.show-title:before {
    content: '\f068';
}
.faq-item .faq-cont {
    margin: 0 0 .25rem;
    display: none;
}
.faq-item:first-child .faq-cont {
    display: block;
}

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1550px) {}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 600%;
    }

    .side-tit-bar .side-tit {
        font-size: .15rem;
    }
}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 570%;
    }
    .layout {
        width: 100%;
        padding-left: .15rem;
        padding-right: .15rem;
    }
    body {
        min-width: 100%;
    }
    .scrollsidebar,
    .bottomsidebar {
   
    }
    .nav-bar,
    .logo img {
    }
    .head-search{
        right: .15rem;
    }
    .index-title-bar .title {
        font-size: .33rem;
    }
    .partner-layer .owl-carousel .owl-controls .owl-prev{
        left: 0;
    }
    .partner-layer .owl-carousel .owl-controls .owl-next{
        right: 0;
    }
    .index-cate-layer .layout{
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (max-width: 1200px) {
    .aside {
        /*width: 200px;*/
        width: 20%;
    }
    .main{
        width: 78%;
    }
}

@media only screen and (max-width: 1000px) {
    .main {
        /*width: 76%;*/
    }
}

@media only screen and (max-width: 1024px) {
    html {
        font-size: 550%;
    }
}

@media only screen and (max-width: 950px) {
    html {
        font-size: 550%;
    }
    .z10000 {
        position: relative;
        z-index: 100000;
    }
    .mobile-body-mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
    }
    .mobile-ico-close {
        width: 30px;
        height: 30px;
        background: #fff url(img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        position: absolute;
        right: -35px;
        top: 0;
    }
    img {
        max-width: 100%;
    }
    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999;
    }

    .head-wrapper:before{
        display: none;
    }
    .head-wrapper .mobile-body-mask{
        z-index: 90;
    }
    .lang-more {
        display: none !important
    }
    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #161622;
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: left;
        display: block;
        z-index: 99;
    }
    .mobile-head-item {
        float: left;
        width: 45px;
    }
    .mobile-head-item.mobile-head-aside {
        float: right
    }
    .mobile-head-item .title {
        width: 100%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-align: center;
        color: #FFF;
    }
    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #FFF;
    }
    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015';
    }
    .mobile-head-item.mobile-head-nav .title:before {
        content: '\f0c9';
    }
    .mobile-head-item.mobile-head-language .title:before {
        content: "\f1ab";
    }
    .mobile-head-item.mobile-head-search .title:before {
        content: "\f002";
    }
    .mobile-head-item.mobile-head-social .title:before {
        content: "\f007";
    }
    .mobile-head-item.mobile-head-aside .title:before {
        content: "\f060";
    }
    .mobile-head-item .main-content-wrap {
        background: #FFF;
        top: 0;
        display: block;
        z-index: 99999;
    }
    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: scroll;
        height: 100%;
        padding: 15px 10px;
    }
    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
    }
    .mobile-head-item .side-content-wrap {
        position: fixed;
        display: block;
        left: -70%;
        width: 70%;
        height: 100%;
    }
    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }
    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }
    .nav-bar .nav,
    .change-language,
    .head-search {
        display: none !important;
    }
    .topbar{
        padding-top: 35px;
        padding-bottom: 10px;
        text-align: center;
    }
    .topbar .topleft{
        display: block;
        float: none;
    }
    .head-wrapper .head-contact li{
        display: inline-block;
        float: none;
        margin: 0 .08rem;
        position: relative;
    }
    .head-wrapper .head-contact li.head-phone a{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .nav-bar {
        padding:0;
        height: auto;
    }
    .head-layout{
        height: auto;
        padding: 0;
    }
    .head-layout .logo {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        padding: 0;
    }
    .head-layout .logo img{
        max-height:.8rem;
    }
    .head-search-form {
        position: relative;
        width: 100%;
        height: .35rem;
        border: 1px solid #000;
    }
    .head-search-form .search-ipt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: .35rem;
        background: none;
        border: none;
        padding: 0 .1rem;
    }
    .head-search-form .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
        background: none;
        border: none;
        color: #000;
        font-family: 'fontawesome';
    }
    /*nav */
    .nav-bar{
        border-top: 0;
    }
    .nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .nav li a{
        display: block;
    }
    .nav li a:active{
        color: #b7045f;
    }
    .nav>li {
        border-bottom: 1px solid #eee;
        line-height: 35px;
    }
    .nav>li:after {
        content: '\f105';
        position: absolute;
        right: 0;
        top: 0;
        color: #999;
        font-size: 14px;
    }
    .nav li ul {
        display: block;
        width: 100%;
    }
    .nav li ul li {
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        text-transform: lowercase;
        line-height: 30px;
    }
    .nav li ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .nav li ul li:active{
        background-color: #f5f5f5;
    }
    .nav li ul li:active li{
        background: none;
    }
    .nav li ul li li {
        line-height: 25px;
        font-family: 'SourceSansProLight';
    }
    .nav li ul li li:before {
        display: none;
    }
    .nav-bar:before{
        display: none;
    }
    .fixed-nav{
        position: static;
    }
    .head-r{
        display: block;
        float: none;
        padding-top: .1rem;
    }
    .head-wrapper .head-contact{
        float: none;
        padding: 0;
        text-align: center;
    }
    .head-wrapper .head-contact li .val{
        font-style: italic;
    }
    .head-wrapper .head-contact li.head-phone {
        line-height: 36px;
        font-size:14px;
        position: relative;
    }
    .head-wrapper .head-contact li.head-phone .label{
        display: none;
    }
    .head-wrapper .head-contact li.head-phone:before{
        top: 0;
        margin-right: .1rem;
    }
    .head-wrapper .head-contact li .contact-link{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }


    /* index */
    .rev_slider_wrapper{
        top:auto;
        margin-bottom: 0;
    }
    .about-us .about-detail .about-title,
    .index-title-bar .index-title{
        font-size: .36rem;
    }
    .index-title-bar .title-line{
        width: 100%;
        max-width: 360px;
    }
    .company-synopses ul {
    }
    .company-synopses .synopsis-item{
        padding:.4rem 0 0;
    }
    .synopsis-item:nth-child(2n+1){
        clear: left;
    }
    .synopsis-item .item-wrap{
        -webkit-background-size: 100% 1rem;
        background-size: 100% 1rem;
    }
    .product-items .items-content {
        padding: 0 0 .2rem;
    }
    .product-items .owl-carousel .owl-controls{
        top: -.5rem;
    }
    .synopses-tabs .tab-item{
        margin: 0 .2rem;
    }
    .has-mobile-link{
        position: relative;
    }
    span.has-mobile-link{
        display: inline-block;
    }
    .has-mobile-link .link{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }


    /* aside */
    .aside {
        display: none;
    }
    .side-product-items .btn-prev,
    .side-product-items .btn-next {
        display: none;
    }
    .side_product_item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    .side-product-items{
        padding-top: .2rem;
    }

    /* main */
    .main {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    /* product intro */
    .product-view {
        width: auto;
        max-width: 400px;
        float: none;
        margin: 0 auto 3rem;
        border: 1px solid #eee;
    }
    .product-view br{
        display: none;
    }
    .product-view .product-image {
        display: none
    }
    .product-view .image-additional li img,
    .product-view .image-additional li.current img{
        border: 0;
        outline: 0;
        vertical-align: middle;
    }
    .product-view .image-additional {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .product-view .image-additional ul {
        width: 100%;
    }
    .product-view .image-additional li {
        width: 100%;
        margin: 0;
    }
    .product-view .image-additional li a {
        padding: 0;
    }
    .product-view .image-additional li.current img {
        border-color: inherit;
    }
    .product-view .image-additional li.current a{
        border: 0;
        padding: 0;
    }
    .product-view .image-additional li.single {
        display: block
    }
    .product-view .owl-carousel .owl-controls .owl-dots {
        position: absolute;
        padding-top: 0;
        bottom: .18rem;
        z-index: 1;
    }
    .product-view .owl-carousel .owl-controls .owl-dots .owl-dot{
        border: 0;
        background-color: rgba(0,0,0,.4);
    }
    .product-view .owl-carousel .owl-controls .owl-dots .active{
        background-color:#37dd3d;
    }


    /* product summary */
    .product-summary {
        position: relative;
        width: 100%;
        float: none;
    }
    .product-btn-wrap{
        text-align: left;
        margin-top: .4rem;
    }
    .product-summary .share-this{
        text-align: left;
        margin: .2rem 0;
        float: none;
    }
    .product-btn-wrap .email,
    .product-btn-wrap .pdf,
    .product-btn-wrap .buy{
        margin: 0 .05rem .2rem 0;
    }



    /* product detail  */
    .product-detail{
        border: 0;
        padding: .6rem 0 0;
    }
    .product-detail .tab-panel-content{
        padding: .15rem 0;
    }
    .tab-content-wrap .tab-title-bar,
    .tab-content-wrap .tab-panel-wrap {
        display: none;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-item {
        margin: 0 0 30px;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-title {
        font-size: .32rem;
        font-weight: normal;
        margin: 0 0 15px;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-panel {}

    /* Customers Also Bought */
    .goods-may-like .owl-carousel .owl-controls{
        height: auto;
        visibility: visible;
    }
    .goods-may-like .owl-carousel .owl-controls .owl-dots {
        position: static;
        padding-top: .15rem;
    }

}

@media only screen and (max-width: 768px) {

    .layout,
    .path-bar .path-nav{
        width: auto;
        /*max-width: 90%;*/
    }
    .head-layout{
        max-width:inherit;
    }
    .topbar .topleft,
    .topbar .top-links{
        float: none;
        display: block;
        text-align: center;
        line-height: 1.5;
    }
    .layout .logo{
        padding-bottom: 15px;
    }
    .layout .logo img{
        height:.5rem;
    }

    /* index */
    .gd-layer{

    }
    .index-title-bar{
        margin-bottom: .4rem;
    }
    .synopses-slides{
        max-width: 500px;
        margin: 0 auto;
    }
    .synopses-tabs{
        border-bottom: 0;
    }
    .synopses-tabs .tab-item{
        font-size: .18rem;
        line-height: 2;
        padding-bottom: 0;
    }
    .synopses-tabs .tab-item.active{
        border-bottom: 0;
        padding-bottom: 0;
    }
    .synopsis-item .item-wrap{
        display: block;
    }
    .synopsis-item .item-info{
        padding-right: 0;
    }
    .product-item .item-info .item-title{}
    .synopsis-item .item-img{
        width: 100%;
        padding-top: .3rem;
    }
    .product-items .items-content{
        padding-bottom: 0;
    }
    .product-items .product-item{
        width: 33.333333%;
    }
     .product-items .product-item:nth-child(n){
        clear: none;
    }
    .product-items .product-item:nth-child(3n+1){
        clear: left;
    }
    .product-items .product-item .item-info{
        padding-top: .2rem;
        padding-bottom: .1rem;
    }
    .product-items .product-item .item-info .item-title{
        font-size: .14rem;
    }
    .product-items .product-item .item-info .item-title a{
        position: static;
        color: #333;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        height: .36rem;
        line-height: .18rem;
    }
    .service-layer .layer-body{
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
    .inquiry-pannel,
    .customer-say{
        width: 100%;
    }
    .inquiry-pannel + .customer-say{
        margin-top: .3rem;
    }


    /* product list */
    .items_list .product-item{
        width: 33.333333%;
    }
    .items_list .product-item:nth-child(n){
        clear: none;
    }
    .items_list .product-item:nth-child(3n+1){
        clear: left;
    }
    .items_list .product-item .item-info{
    }
    .items_list .product-item .item-wrap .btn-view{
        display: block;
    }


    /* footer */
    .partner-list{
        padding: 0;
    }
    .gotop{
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
    }
    .gotop:hover{
        background-color: #fff;
        color: #37dd3d;
    }
    .foot-bar{
        display: block;
        padding: .3rem 0;
        text-align: center;
    }
    .foot-bar .foot-layout{
        display: block;
    }
    .foot-social li{
        padding: 0 .05rem;
    }
    .foot-social li a{
        width: 25px;
        height: 25px;
        line-height: 15px;
        padding: 5px 0;
    }
    .foot-social li img{
        max-width: 14px;
    }
    .foot-bar .foot-info{
        text-align: center;
        padding-top: .15rem;
    }



}

@media only screen and (max-width: 500px) {

    .layout,
    .path-bar .path-nav{
        width: auto;
        max-width: inherit;
    }
    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        display: none;
    }
    .flex-control-paging li a {
        width: .1rem;
        height: .1rem;
    }
    .flex-control-paging li a:hover,
    .flex-control-paging li a.flex-active {
        width: .12rem;
        height: .12rem;
    }
    .head-layout .logo img{
        max-height:.5rem;
    }

    /* page nav */
    .path-bar .path-nav{
        padding-bottom:.15rem;
        border-bottom-width: 1px;
    }


    /* index */
    .index-title-bar{
        margin-bottom: .25rem;
    }
    .index-title-bar .index-title{
        padding-top: .1rem;
    }
    .index-title-bar .index-title,
    .about-us .about-detail .about-title{
        font-size: .26rem;
    }
    .index-title-bar .tit-more{
        float: right;
    }
    .index-title-bar .title-desc{
        width: 100%;
        max-width: inherit;
    }
    .gd-btn{
        border-radius: .03rem;
    }
    .gd-btn:before{
        display: none;
    }
    .synopsis-item{
        width: 100%;
        float: none;
    }
    .synopsis-item .item-wrap{
    }
    .synopsis-item .item-more{
        display: none;
    }
    .synopsis-item .item-info .item-desc{
        margin-bottom: 0;
        height: auto;
    }

    .product-item{
        padding: .05rem;
    }
    .product-items .items-content,{
        margin: 0 -.05rem;
        padding-bottom: 0;
    }
    .product-items .layer-body{
        margin: 0 -.05rem;
    }
    .product-items .learn-more-bar{
        padding-top: .2rem;
    }
    .product-items .gd-btn{
        padding: .08rem .2rem;
    }
    .product-items .product-item .item-img:before,
    .product-items .product-item .item-img:after{
        display: none;
    }
    .product-items .product-item{
        width: 50%;
    }
    .product-items .product-item:nth-child(n){
        clear: none;
    }
    .product-items .product-item:nth-child(2n+1){
        clear: left;
    }
    .product-items .owl-carousel .owl-controls .owl-prev,
    .product-items .owl-carousel .owl-controls .owl-next{
        display: none;
    }
    .product-items .owl-carousel .owl-controls .owl-dot{
        display: inline-block;
    }
    .items_list ul{
        margin: 0 -.1rem;
    }
    .items_list .product-item{
        width: 50%;
        padding-top: .05rem;
        padding-bottom: .05rem;
    }
    .items_list .product-item:nth-child(n){
        clear: none;
    }
    .items_list .product-item:nth-child(2n+1){
        clear: left;
    }
    .customer-say{
        padding: .3rem .15rem;
    }
    .customer-say .col-body:before,
    .customer-say .col-body:after{
        font-size: .24rem;
    }
    .customer-say .say-slides{
        padding-left: .3rem;
        padding-right: .3rem;
    }
    .customer-say .say-item dt{
        padding-right: 0;
    }
    .foot-contact-bar .ico-hotline{
        display: block;
        width: .5rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .24rem;
        margin: 0 auto .15rem;
        border:1px solid #999;
        color: #fff;
        background-color: #999;
        border-radius: 50%;
    }
    .foot-contact-bar .hotline-item{
        display: block;
        font-style: italic;
        font-size: .24rem;
    }



    /* footer */
    .foot-wrapper{
    }
    .copyright{
        float: none;
        font-size: .12rem;
        text-align: center;
    }
    .foot-social{
        font-weight: bold;
        float: none;
        text-align: center;
        padding: .15rem 0 0;
    }
    .foot-social li{
        padding: 0 .05rem;
    }
    .foot-social li a{
        width: 32px;
        height: 32px;
        line-height: 14px;
        padding: 9px 0;
    }
    .contact-layer .contact-item{
        width: 100%;
        float: none;
    }
    .foot-bar .foot-bar-item{
        width: 100%;
        float: none;
    }


    /* product */
    .main-tit-bar{
        display: block;
    }
    .main-tit-bar .share-this{
        width: 100%;
        max-width: inherit;
        text-align: left;
        padding-top: .1rem;
        padding-bottom: .1rem;
    }
    .main-tit-bar .share-this img{
        max-width: 60%;
    }
    .side_product_item {
        width: 100%;
    }
    .product-view {
        width: 100%;
        border-color: #e5e5e5;
        border-width: 1px;
    }
    .inquiry-form {
        padding: .2rem .1rem;
    }
    .inquiry-form .inquiry-form-ico {
        width: .6rem;
        right: .1rem;
        top: .1rem;
    }
    .inquiry-form input[type="text"].form-input,
    .inquiry-form textarea.form-text {
        width: 80%;
    }
    .inquiry-form textarea.form-text {
        width: 100%;
    }
    .goods-may-like .goods-items{
        margin: 0 -.05rem;
    }
    .goods-may-like .owl-carousel .owl-item{
        overflow: visible;
    }
    .goods-may-like .product-item{
        overflow: visible;
    }
    .goods-may-like .product-item .item-wrap{
        position: relative;
    }

    /* blog */
    .blog-item .item-img{
        float: none;
        margin-right: 0;
    }
    .blog-item .item-info .item-title{
        font-size: .24rem;
        line-height: 1.1;
        font-weight: normal;
        padding-top: .15rem;
    }
    .blog-item .item-info time{
        color: #999;
    }
    .blog-item .item-info .item-detail{
        color: #666;
    }
    .blog-item .item-info .item-more{
        border-radius: .18rem;
        background-color:#37dd3d;
        color: #fff;
        border-color: rgba(0,0,0,.3);
    }


    /* download */
    .download-item .item-title {
        display: block;
        margin: .1rem 0;
    }
    .download-item .item-button {
        float: none;
    }
}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 320px) {
    .synopsis-item,
    .product-item,
    .items_list .product-item,
    .product-items .product-item {
        width: 100%
    }

}


@media only screen and (max-width:950px) {
    .change-language-cont {
        top: auto!important;
        padding: 0!important;
        width: 100%!important;
        text-align: left!important
    }
    .sub-content {
        position: relative!important;
        display: block!important;
        right: auto!important;
        border-radius: 0!important;
        border: none!important;
        box-shadow: none!important;
        z-index: 99999!important
    }
    .change-language-title {
        display: none!important
    }
    .change-language-cont ul li {
        width: 25%!important;
        margin: 0!important;
        border: none!important
    }
}

@media only screen and (max-width:768px) {
    .change-language-cont ul li {
        width: 33.33333%!important
    }
}

@media only screen and (max-width:640px) {
    .change-language-cont ul li {
        width: 50%!important
    }
}

@media only screen and (max-width:320px) {
    .change-language-cont ul li {
        width: 50%!important
    }
}

.none {
    display: none
}
