@charset "utf-8";



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

body,
html,
input,
button,
textarea,
a{
    color:#333;
}
a:hover{
    color:#ffb300;
    -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-bottom: 60px; */
    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: 100px;
}


/* 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: .2rem;
    border-bottom: 1px solid #d6d6d6;
    /*font-size: 9px;*/
}
.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: #ffb300;
}
.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: #ffb300;
}
.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:1.786rem;
    margin-left: .02rem;
}
.nav-bar .nav ul li:hover>a {
    color: #ffb300;
}
.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: #ffb300;
}
.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: #ffb300;
}
.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: #ffb300;
}
.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;

}
.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: #ffb300;
    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: #ffb300;
}
.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: #ffb300;
    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: #ffb300;
    margin: .35rem auto 0;
    position: relative;
}
.title-line:before{
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #ffb300;
    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: #ffb300;
    border-color: #ffb300;
    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: 100%;
}
.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;
}






/* 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: #ffb300;
}
.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: #ffb300;
}






/* 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: #ffb300;
}
.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:#ffb300;
    border-color:#ffb300;
    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: #ffb300;
}
.side-cate li li a{
    padding-right: 0;
}
.side-cate li.nav-current>a,
.side-cate li>a:hover,
li.show_li>a {
    color: #ffb300;
}
.side-cate li.nav-current>.icon-cate,
.side-cate li>.icon-cate:hover,
li.show_li>.icon-cate {
    color: #ffb300;
}
.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;
	height: .8rem;
}
.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: #ffb300;
    outline: 2px solid #ffb300;
}





/*-------------------------------------------------------- 
                                                    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: 50%;
    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: #ffb300;*/
    color: #ffb300;
}
.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: #ffb300;
    border: 2px solid #ffb300;
    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: #ffb300;
    border-color: #ffb300;
}
.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: 3px;
}
.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: #ffb300;
    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: #ffb300;
    border-color: #ffb300;
    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 #ffb300;
    border-bottom:1px solid #ffb300;
    -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: #ffb300;
    border-color: #ffb300;
    color: #fff;
}
.blog-item:hover:after{
    width: 100%;
}
.blog-item:hover .item-info .item-more{
    border-color: #ffb300;
    color: #ffb300;
}
.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) {
    .nav-bar .nav>li>a {
    
    padding: 0 10px; 
    font-size: 16px;
}
}

@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;
    }
      .nav-bar .nav>li>a {
    
  
    font-size: 14px;
}
}

@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 {
        display: none;
    }
    .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%;
    }
    .nav-bar .nav>li>a { 
    padding: 0 7px;
    text-transform: capitalize; 
    font-size: 12px;
}
}

@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:#ffb300;
    }


    /* 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 {

    }
    .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: #ffb300;
    }
    .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) {
.index_news{padding-bottom:20px!important}
.foot-items .foot-item .foot-tit h2 {margin-bottom:0.1em!important}
    .foot-items .foot-item.foot-item-contact { width: 100%!important; padding: 2% ;}
    .foot-items .foot-item.foot-item-company {width: 100%!important;padding: 2%!important;/* padding-right: .1rem; */}
.foot-items .foot-item.foot-item-subscribe{width: 100%!important;padding: 2%;}
 .index_news .news_item{padding: 15px;-webkit-box-flex:0 0 100%!important;-webkit-flex:0 0 100%!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width: 100%!important;width: 100%!important;float: left;}
    .index_ads .ad_item{padding: 2% 0.5%;-webkit-box-flex: 0 0 50%;-webkit-flex: 0 0 50%;-ms-flex: 0 0 50%;flex: 0 0 50%;max-width: 50%!important;width: 50%!important;float: left;}
    .index_company_intr .company_intr_img,.index_company_intr .company_intr_cont{padding: 0 2.5%!important;float: left;-webkit-box-flex:0 0 100%!important;-webkit-flex:0 0 100%!important;-ms-flex:0 0 100%!important;flex:0 0 100%!important;max-width: 100%!important;width: 100%!important;}
    .index_hd .hd_title{font-size:25px!important;}
.index_ad .ad_item {
    padding: 2% 3.5%;
    -webkit-box-flex: 0 0 100%!important;;
    -webkit-flex: 0 0 100%!important;;
    -ms-flex: 0 0 100%!important;;
    flex: 0 0 100%!important;;
    max-width: 100%!important;;
    width: 100%!important;;
}
    .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;
        width: 100% !important;
    }
    .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:#ffb300;
        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
}
/*阿里巴巴样式*/
.do-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 22px;
    color: #333;
    padding: 20px 0 10px;
}
.do-overview {
    border-top: 1px dashed #e6e7eb;
}
.do-entry-item {
    border-bottom: 1px dashed #e6e7eb;
    padding: 10px 0 16px;
    font-size: 12px;
	width: 32%;
    float: left;
}
.do-entry-item p {
    font-weight: 700;
    font-size: 14px;
    color: #333;
    line-height: 14px;
    padding: 8px 0;
}
.do-entry-item dt {
    padding: 4px 0;
    color: #666;
    width: 102px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.do-entry-item-separate dt {
    width: 90px;
}
.do-entry-item dd {
    padding: 4px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #333;
    margin: 0;
}
.do-entry-item-val .ellipsis {
    overflow: hidden;
    word-wrap: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    width: 100%;
}
.do-entry-item dl::after, .do-entry-item-list::after, .do-performance::after {
    visibility: hidden;
    display: block;
    height: 0;
    font-size: 0;
    content: '\0020';
    clear: both;
}
.do-entry-item-separate dl {
    width: 300px;
    zoom: 1;
    float: left;
}
.do-entry-item dl {
    padding: 0 20px;
    box-sizing: border-box;
}
.do-entry dl {
    padding: 0 20px;
    box-sizing: border-box;
}

/*阿里巴巴样式*/
.tab-title-bar {}
.Nh1{color:#888;}
.dhkdys .nav-bar .layout {
	max-width:95%;
}
.index_company_intr{padding: 35px 0 50px;background-position: center 0;background-repeat: no-repeat;-webkit-background-size: cover;background-size: cover;/* margin-bottom: 45px; */}
.index_company_intr .index_hd,.index_company_intr .index_hd a{color: #fff;}
.index_company_intr .index_hd .hd_title{font-size: 50px;text-align: center;/* margin-top: 50px; */margin-bottom: 30px;}
.index_company_intr .index_bd .layout{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;}
.index_company_intr .company_intr_img,.index_company_intr .company_intr_cont{padding: 0 2.5%;float: left;-webkit-box-flex:0 0 50%;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width: 50%;width: 50%;}
.index_company_intr .company_intr_img{padding-left: 7%;padding-top: 50px;padding-bottom: 50px;position: relative;}
.index_company_intr .company_intr_img img{width: 100%;height: auto;vertical-align: middle;}
.index_company_intr .company_intr_cont{padding-right: 5%;}
.index_company_intr .company_img_box{position: relative;}
.index_company_intr .company_img_box:before{content: '';display: block;width: 100%;height: 100%;background-color: #ffb300;position: absolute;left: -30px;bottom: -20px;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.index_company_intr .company_intr_img:after{content: '';display: block;width: 40%;border: 2px solid #feb300;left: 0;top: 0;bottom: 0;position: absolute;}
.index_company_intr .company_intr_slider{overflow: hidden;position: relative;left: 0;bottom: 0;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.index_company_intr .company_intr_slider ul{position: relative;z-index: 1;}
.index_company_intr .company_img_box:hover:before{left: 0;bottom: 0;}
.index_company_intr .company_img_box:hover .company_intr_slider{position: relative;left: -30px;bottom: -20px;}
.index_company_intr .swiper-pagination{width: 100%;position: absolute;left: -30px;bottom: -55px;}
.index_company_intr .swiper-pagination .swiper-pagination-bullet{background-color: #fff;margin: 0 10px;}
.index_company_intr .swiper-pagination .swiper-pagination-bullet-active{background-color: #ff781a;}
.index_company_intr .company_intr_cont{font-size: 18px;line-height: 1.8em;padding-top: 30px;}
.index_company_intr .company_intr_cont,.index_company_intr .company_intr_cont a{color: #fff;}
.index_company_intr .learn_more{text-align: right;margin-top: 40px;font-size: 24px;line-height: 1.3;}
.index_company_intr .learn_more i{padding-left: .5em;}
.index_company_intr .learn_more a{display: inline-block;position: relative;}
.index_company_intr .learn_more a:after{content: '';display: block;width: 0%;height: 1px;background-color: #fff;position: absolute;right: 0;bottom: 0;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.index_company_intr .learn_more a:hover:after{left: 0;right: auto;width: 100%;}
/* index_ad */
/* index_ad */
.index_ad{padding-top: 60px;padding-bottom: 60px;}
.index_ad .index_bd{}
.index_ad .ad_items{margin:0 -3.5%;}
.index_ad .ad_item{padding: 2% 3.5%;-webkit-box-flex:0 0 33.33333333%;-webkit-flex:0 0 33.33333333%;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width: 33.33333333%;width: 33.33333333%;float: left;}
.index_ad .ad_item,.index_ad .ad_item a{color: #fff;}
.index_ad .ad_item .item_inner{background-color: #ffb301;border-radius: 15px;text-align: center;padding: 35px 15px;}
.index_ad .ad_item .item_img,.index_ad .ad_item .item_img img{border-radius: 50%;}
.index_ad .ad_item .item_img{display: inline-block;width: 100px;height: 100px;border: 2px solid #fff;overflow: hidden;position: relative;}
.index_ad .ad_item .item_img img{display: block;width: 100%;height: auto;position: relative;z-index: 1;}
.index_ad .ad_item .item_img:before{content: '';display: block;position: absolute;left: -1px;top: -1px;right: -1px;bottom: -1px;-webkit-transform: scale(.3);-ms-transform: scale(.3);-o-transform: scale(.3);transform: scale(.3);opacity: 0;border-radius:30%;}
.index_ad .ad_item .item_info{padding-top: 25px;}
.index_ad .ad_item .item_title{font-size: 18px;font-weight: normal;height: 1.8em;line-height: 1.8em;overflow: hidden;text-transform: uppercase;margin: 0 auto 8px;}
.index_ad .ad_item .item_desc{height: 7em;line-height: 1.4em;margin-top: 8px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;padding-top: 15px;position: relative;-webkit-box-sizing: content-box;box-sizing: content-box;}
.index_ad .ad_item .item_desc:before{content: '';display: block;width: 70px;height: 3px;background-color: #ffb300;margin: 0 auto 8px;max-width: 100%;position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;}
.index_ad .ad_item .item_inner:hover{box-shadow: 0 20px 20px -15px rgba(0,0,0,.3);}
.index_ad .ad_item .item_inner:hover .item_img{-webkit-animation:swing 1.2s ease;-o-animation:swing 1.2s ease;animation:swing 1.2s ease;}
.index_ad .ad_item .item_inner:hover .item_img:before{-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;background-color: #ffb300;opacity: 1;}
.index_ad .ad_item .item_inner:hover .item_desc:before{width: 100%;}
.index_hd{margin-bottom: 10px;text-align: center;}
.index_hd:before{display: block;content: '\f078';font-family: 'fontawesome';padding-bottom: 10px;color: #ffb300;font-size: 16px;}
.index_hd .hd_title{display: inline-block;font-weight: normal;position: relative;font-size: 50px;line-height: 1.1em;padding: .2em .35em;background-color: #ffb300;}
.index_hd .hd_title,.index_hd .hd_title a{color: #fff;}
.index_hd .hd_title:before,.index_hd .hd_title:after{content: '';display: block;width: 70px;height: 3px;top: 50%;margin-top: -1px;background-color: #ffb300;position: absolute;}
.index_hd .hd_title:before{right: 100%;margin-right: 22px;}
.index_hd .hd_title:after{left: 100%;margin-left: 22px;}
.index_hd .hd_desc{display: block;max-width:580px;margin: 0 auto;padding-top: 15px;}
.hd_tag{display: block;width: 100%;position: absolute;left: 0;top: 0;text-align: center;}
.hd_tag .tag_txt{display: inline-block;min-width: 132px;height: 72px;line-height: 58px;font-size: 18px;font-weight: normal;text-transform: uppercase;color:#fff;padding: 0 10px;background-repeat: no-repeat;background-position: center 0;-webkit-background-size: 100% 100%;background-size: 100% 100%;background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIQAAABIBAMAAADFQEBbAAAAKlBMVEUAAAD/swD/swD/swD/swD/swD/swD/swD/swD/swD/swD/swD/swD/swBywVxvAAAADXRSTlMA8Mavl4BoUjokD93cyDTavgAAAK9JREFUWMPt0SEOwkAARNGRgEUjkQgMV0CAQuFReBQKg0ehcb0AliMgwDa9S5uKJs3s7qSt7PwDfPNQDM4LL7zwwgsvvPDCCy+88MKLUSzm5+d60OJ/RNV91XuRb1+om10+vRa/zQNN09Oi+2J5Q6vJoePifQWV7RILZkCwMA5iDFwMBxEGLooDZhARDohBxDgIMOiyPS1SDBIHikHjQDAkcb7NQjAoHCgGjQPFoHFKSiQEOgWVVjIAAAAASUVORK5CYII=);}

/* index_brands */


/*index_brands*/
.index_brands{padding-top: 50px;padding-bottom: 50px;background: #eeeeeeb8;}
.index_brands .brand_items {margin: 0 -2%;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}
.index_brands .brand_items .brand_item{-webkit-box-flex: 0 0 25%;-webkit-flex: 0 0 25%;-ms-flex: 0 0 25%;flex: 0 0 25%;max-width: 25%;width: 25%;padding: 20px 1%;text-align: center;float: left;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;}
.index_brands .brand_items .item_img{display: inline-block;position: relative;overflow: hidden;}
.index_brands .brand_items .item_img img{display: inline-block;max-height: 100%;width: auto;height: auto;vertical-align: middle;/* opacity: .2; */max-width: 100%;}
.index_brands .brand_item:hover .item_img img{opacity: .8;}
.index_news{padding-top: 60px;padding-bottom: 80px;/* border-top: 2px solid #a3a3a3; */}
.index_news .news_items{margin: 0 -15px;}
.index_news .news_item{padding: 15px;-webkit-box-flex:0 0 33.33333333%;-webkit-flex:0 0 33.33333333%;-ms-flex:0 0 33.33333333%;flex:0 0 33.33333333%;max-width: 33.33333333%;width: 33.33333333%;float: left;}
.index_news .news_item .item_inner{display: block;background-color: #eee;}
.index_news .news_item .item_img,.index_news .news_item .item_img img{display: block;width: 100%;height: auto;}
.index_news .news_item .item_img{position: relative;overflow: hidden;}
.index_news .news_item .item_info{padding: 10px 30px;}
.index_news .news_item .news_time{display: block;font-size: 18px;color: #ffb301;padding-top: 5px;padding-bottom: 15px;background-repeat: no-repeat;background-position: 0 bottom;}
.index_news .news_item .news_tit{font-size: 20px;font-weight: normal;height: 1.8em;line-height: 1.8em;margin-top: 5px;overflow: hidden;font-size: 18px;margin-bottom: 5px;}
.index_news .news_item .news_desc{font-size: 17px;line-height: 1.3em;height: 5.2em;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 4;-webkit-box-orient: vertical;}
.index_news .news_item .news_desc,.index_news .news_item .news_desc a{color: #8c8c8c;}
.index_news .news_item .learn_more{text-align: right;margin-right: -20px;}
.index_news .news_item .sys_btn{padding: .4em .6em;}
.sys_btn{display: inline-block;font-size: 21px;line-height: 1.3;color:#fff!important;background-color: #ffb300;padding: .4em .85em;border-radius:4px;-webkit-transform: scaleX(1);-ms-transform: scaleX(1);-o-transform: scaleX(1);transform: scaleX(1);position: relative;overflow: hidden;}
.sys_btn:hover{color:#fff;}
.sys_btn:before{z-index: -1;content: '';display: block;width: 0;height: 100%;position: absolute;left: 50%;top: 0;-webkit-transition: all .35s ease;-o-transition: all .35s ease;transition: all .35s ease;-webkit-transform: skew(-35deg);-ms-transform: skew(-35deg);-o-transform: skew(-35deg);transform: skew(-35deg);}
.sys_btn:hover:before{background-color: rgba(0,0,0,1);left: -50%;width: 200%;}
.index_news .news_item .item_img a:before {content: '';display: block;width: 0%;height: 100%;position: absolute;left: 0;top: 0;-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;z-index: 1;}
.index_news .news_item .item_img img{-webkit-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
.index_news .news_item .item_img a,.index_news .news_item .item_img img{display: block;width: 100%;height: auto;}
.index_news .news_item .item_inner:hover .item_img a:before {width: 100%;-webkit-transition: all .6s ease;-o-transition: all .6s ease;transition: all .6s ease;background-color: rgba(0,0,0,0.2);}
.index_news .news_item .item_inner:hover .item_img a img{-webkit-transform: scale(1.1);-ms-transform: scale(1.1);-o-transform: scale(1.1);transform: scale(1.1);}
/*=======================================================================================footer=======================================================================================*/
.foot-wrapper
{
 position: relative;
 width: 100%;
 background: #282725;
 margin-top: .7rem;
}
.foot-wrapper, .foot-wrapper a
{
 color: #ababab;
 line-height:.24rem;
font-size:.16rem;
 letter-spacing: 0.5px;
 font-family: 'ebrima';
}
.foot-wrapper.home-footer { margin-top: 0; }
/*============foot-items===============*/
.foot-items
{
 position: relative;
 display: table;
 z-index: 99;
padding: .65rem 0;
}
.foot-items .foot-item
{
 width: 24.3%;
 position: relative;
 float: left;
 vertical-align: top;
}
.foot-items .foot-item .foot-tit h2
{
 position: relative;
 margin-bottom: .2rem;
 letter-spacing: 1px;
 line-height: .24rem;
 color: #fff;
 font-size: .16rem;
 text-transform: uppercase;
 display: block;
 font-family: 'ebrimabd';
 font-weight: normal;
}
.foot-item.foot-item-subscribe .foot-tit h2 {color: #fdb100;}
.head-social { position: relative; margin-top: .6rem;
}
.head-social li
{
 position: relative;
 display: inline-block;
 vertical-align: middle;
 margin: 0 .15rem 0 0;
}
.head-social li a
{
 position: relative;
 display: inline-block;
 width: 16px;
 height: 16px;
 line-height: 16px;
 padding: 11px;
 text-align: center;
 vertical-align: middle;
 border: 1px solid #fdb100;
 -webkit-box-sizing: content-box;
 box-sizing: content-box;
 transition: all ease-in-out .5s;
 -webkit-transition: all ease-in-out .5s;
}
.head-social li img { width: 100%; }
.head-social li:hover a {background: #fdb100;}
/*===========foot-item-company==============*/
.foot-items .foot-item.foot-item-company { width: 36.67%; padding-right:.8rem;
}
.foot-items .foot-item.foot-item-company .foot-logo
{
 transform: translateY(-50%);
 -webkit-transform: translateY(-50%);
}
.foot-items .foot-item.foot-item-company .foot-logo img {width: auto;max-height: .3rem;}
.foot-items .foot-item.foot-item-company .company-solgn { }
.foot-items .foot-item.foot-item-company .foot-company { margin-top: .3rem;
}
.foot-items .foot-item.foot-item-company .foot-company img { width: auto; }
/*=====subscribe=====*/
.foot-items .foot-item.foot-item-subscribe { width: 34.58%; padding-right:.45rem;
}
.subscribe { margin-top: .35rem;
}
.subscribe .button, .email.inquiryfoot
{
 cursor: pointer;
 font-weight: normal;
 position: relative;
 color: #fff;
 font-size: .14rem;
 line-height: .14rem;
 border: 2px solid #ffb300;
 padding: 7px .2rem;
 display: table;
 text-transform: uppercase;
 background: #feb200;
 letter-spacing: 1px;
 transition: all ease-in-out .3s;
 -webkit-transition: all ease-in-out .3s;
}
.subscribe .button:before, .email.inquiryfoot:before
{
 font-family: "fontawesome";
 content: "\f003";
margin: 0 .05rem 0 0;
}
.subscribe .button:hover, .email.inquiryfoot:hover
{
 background: transparent;
 color: #ffb300;
}
/*=====contact=====*/
 
.foot-items .foot-item.foot-item-contact { width: 28.75%; }
.foot-items .foot-item.foot-item-contact li
{
 font-size: .14rem;
 line-height: .28rem;
 font-weight: normal;
 position: relative;
padding: 0 0 0 .37rem;
 cursor: pointer;
}
.foot-item.foot-item-contact li:before
{
 position: absolute;
 left: 0;
 top: 0;
 font-size: .18rem;
 color: #ffb300;
 width: .2rem;
 text-align: center;
 line-height: .32rem;
}
.foot-item.foot-item-contact li.foot_addr:before { content: "\f041"; }
.foot-item.foot-item-contact li.foot_phone:before { content: "\f095"; }
.foot-item.foot-item-contact li.foot_email:before { content: "\f003" }
.foot-item.foot-item-contact li.foot_fax:before { content: "\f1ac" }
.foot-item.foot-item-contact li.foot_skype:before { content: "\f232" }
.copyright
{
 color: #6a6a6a;
 font-size:.14rem;
line-height: .28rem;
 text-align: center;
 padding: 15px 0;
 background: #121212;
 z-index: 2;
 position: relative;
 font-family: 'ebrima';
}
/* index_product */
/* product list */
.product-item {
    position: relative;
    width: 25%;
    padding: .05rem .05rem;
    margin: 0 0;
    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: rgb(255 179 0 / 81%);
    -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: #ffb300;
}
.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: #ffb300;
}
.product-items {
    position: relative;
    width: 100%;
    position: relative;
    /* background: antiquewhite; */
    padding-bottom: 72px;
    padding-top: 50px;
}
.product-items .layout{
    max-width: 1400px;
    position: relative;
    z-index: 2;
    /* padding-bottom: .8rem; */
    /* border-bottom: 1px solid #d6d6d6; */
}
.product-items .layer-body{
    /* margin: 0 -2.125rem; */
}
.product-items .gd-btn:before{
    display: none;
}
.product-items .items-content {margin-top: 50px;}
.product-items .product-item {
    width: 100%;
}
.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: #ffffff;
    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: 3.6rem;
}
.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: #ffb300;
    font-size: .14rem;
    background-color: #ffb300;
    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: 2.99rem; */
}
.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;
}
.company-synopses{
	}	
.company-synopses ul{
	position:relative;
	}
.synopsis-item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:33.33333%;
	overflow:hidden;
	}
.synopsis-item .item-wrap{
	position:relative;
	width:100%;
 	}


.synopsis-item .item-img{
	position:relative;
	z-index:1
	}
.synopsis-item .item-img img{
	-moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	}
.synopsis-item:hover .item-img img{
	-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-ms-transform:scale(1.1);-o-transform:scale(1.1);transform:scale(1.1);
	}
.synopsis-item .item-info{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:2;
	}
.synopsis-item .item-info:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	height:100%;
	}
.synopsis-item .item-img:after,.synopsis-item .item-img:before{
	content: '';
 
    opacity: .6;
    position: absolute;
    left:-60%;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    transform: skew(-35deg, 0deg);
	-webkit-transform: skew(-35deg, 0deg);
    -moz-transform: skew(-35deg, 0deg);
    -o-transform: skew(-35deg, 0deg);
    -ms-transform: skew(-35deg, 0deg);
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}
.synopsis-item .item-img:before{
	top:auto;
	left:auto;
	bottom:0;
	right:-150%;

	}
.synopsis-item:hover .item-img:before{ right:60%;}
.synopsis-item:hover .item-img:after{ left:-150%;}
.synopsis-item .item-info .wrap{
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:84%;
	margin:0 0 0 8%;
	}
	
.synopsis-item .item-info .item-title{
	font-family: 'SourceSansProLight';
	font-size:.44rem;
	color:#FFF;
	text-transform:uppercase;
	margin:0 0 .5rem;
	}
.synopsis-item .item-info .item-more{
	position:relative;
	display:inline-block;
	vertical-align:top;
	line-height:26px;
	padding:0 12px;
	color:#FFF;

	border-radius:5px;
	font-family: 'SourceSansProLight';
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	-ms-transition:all 0.3s ease-in-out;
	-o-transition:all 0.3s ease-in-out;
	transition:all 0.3s ease-in-out;
	}
.synopsis-item:hover .item-info .item-more{ }
.index_ads{padding-top: 40px;padding-bottom: 40px;}
.index_ads .index_bd{}
.index_ads .ad_items{margin:0 -3.5%;}
.index_ads .ad_item{padding: 2% 0.5%;-webkit-box-flex: 0 0 33%;-webkit-flex: 0 0 33%;-ms-flex: 0 0 25%;flex: 0 0 33%;max-width: 33%;width: 33%;float: left;}
.index_ads .ad_item,.index_ads .ad_item a{color: #fff;}
.index_ads .ad_item .item_inner{/* background-color: #00909e; */border-radius: 15px;text-align: center;/* padding: 35px 15px; */}
.index_ads .ad_item .item_img,.index_ads .ad_item .item_img img{/* border-radius: 50%; */}
.index_ads .ad_item .item_img{/* display: inline-block; */width: 100%;height: 100%;/* border: 2px solid #fff; */overflow: hidden;position: relative;}
.index_ads .ad_item .item_img img{display: block;width: 100%;height: auto;position: relative;z-index: 1;}
.index_ads .ad_item .item_img:before{content: '';display: block;position: absolute;left: -1px;top: -1px;right: -1px;bottom: -1px;-webkit-transform: scale(.3);-ms-transform: scale(.3);-o-transform: scale(.3);transform: scale(.3);opacity: 0;border-radius:30%;}
.index_ads .ad_item .item_info{/* padding-top: 1px; */}
.index_ads .ad_item .item_title{font-size: 15px;font-weight: normal;height: 2.8em;line-height: 2.8em;/* overflow: hidden; */text-transform: uppercase;margin: 0 auto 8px;background: #ffb301;}
.index_ads .ad_item .item_desc{height: 7em;line-height: 1.4em;margin-top: 8px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;padding-top: 15px;position: relative;-webkit-box-sizing: content-box;box-sizing: content-box;}
.index_ads .ad_item .item_desc:before{content: '';display: block;width: 70px;height: 3px;background-color: #ffff;margin: 0 auto 8px;max-width: 100%;position: absolute;left: 0;right: 0;top: 0;margin: 0 auto;}
.index_ads .ad_item .item_inner:hover{box-shadow: 0 20px 20px -15px rgba(0,0,0,.3);}
.index_ads .ad_item .item_inner:hover .item_img{-webkit-animation:swing 1.2s ease;-o-animation:swing 1.2s ease;animation:swing 1.2s ease;}
.index_ads .ad_item .item_inner:hover .item_img:before{-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;opacity: 1;}
.index_ads .ad_item .item_inner:hover .item_desc:before{width: 100%;}


@media only screen and (max-width: 500px) {
    .index_brands{padding-top:10px!important;padding-bottom:10px!important}
    .product-items .owl-carousel .owl-controls{top:2.1erm}
    .index_company_intr .company_img_box:before{display:none!important}
.index_company_intr .company_intr_img:after{display:none!important}
}


.fl-node-61e7dbdb486fb,.fl-node-61cbc4128c3e5,.fl-node-61cbc420ef0f9,.fl-node-61cbc3af0b6b1,.fl-node-61cbc3c402b9b{
    display: none;
}




