﻿@charset "utf-8";



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

/* font color */
body, html, input, button, textarea,a{color:#333;}
a:hover{color:#c28228;}
a{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
body{
    font-size: .15rem;
}


/* font family */
.nav,
.index-title-bar .index-title,
.side-tit-bar .side-tit{
    font-family: 'SourceSansProBold';
}



/* clear floating */
.gd-layer:after,
.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,
.partner-list:after,
.about-img-list ul:after,
.partner-list ul:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.gd-layer,
.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,
.partner-list,
.about-img-list ul,
.partner-list ul{
    *zoom:1;
}

/* layout */
.layout,
.nav-bar .nav-wrap,
.path-bar .path-nav{
    width: auto;
    max-width: 1200px;
}
.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;
}


/* inquiry pop */
html .inquiry-pop-bd .inquiry-pop{
    border: 4px solid #fff;
    box-shadow: none;
}
html .inquiry-pop-bd .inquiry-pop .ico-close-pop{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #000;
    border-radius: 50%;
    right: -20px;
    top: -20px;
    background-color: #fff;
    box-shadow: 0 0 .05rem rgba(0,0,0,.3);
    color: #000;
}
html .inquiry-pop-bd .inquiry-pop .ico-close-pop:before{
    font-family: 'fontawesome';
    content: '\f00d';
    font-size: .16rem;
}
html .inquiry-pop-bd .inquiry-pop .ico-close-pop:hover{
    background-color: #c28228;
    color: #fff;
}
.inquiry-pop .inquiry-form .form-btn-wrapx .form-btn-submitx{
    background: #444;
    color: #fff;
    border: 0;
    border-radius: 0;
    text-shadow: none;
}
.inquiry-pop .inquiry-form .form-btn-wrapx .form-btn-submitx:hover{
    background: #c28228;
}


/* owl carousel */
.owl-carousel .owl-controls{
    height: auto;
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next{
    margin: 0 0 0 .1rem;
    padding: 0;
    border-radius: 0;
    padding-left: .1rem;
    font-size: .32rem;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    background: none;
    color: #c28228;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before{
    -webkit-transform: scale(1, .7);
    -ms-transform: scale(1, .7);
    -o-transform: scale(1, .7);
    transform: scale(1, .7);
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before{
    content: '\f0d9';
}
.owl-carousel .owl-controls .owl-nav .owl-next:before{
    content: '\f0da';
}
.owl-carousel .owl-controls .owl-dots .owl-dot{
    width: .1rem;
    height: .1rem;
    border-radius: 50%;
    background-color:#aaa;
}
.owl-carousel .owl-controls .owl-dots .active{
    background-color: #000;
}



.nav-bar,
.rev_slider_wrapper{
    max-width: 1200px;
    margin: 0 auto;
}
.nav-bar .layout{
    width: auto;
}


/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
    z-index: 100;
    position: relative;
}

/* topbar */
.topbar{
    background-color: #222;
    line-height: .32rem;
    padding: .1rem 0;
}
.topbar .topleft{
    float: left;
}
.topbar .topleft,
.topbar .topleft a{
    color: #fff;
}
.topbar .topleft a:hover{
    color: #c28228;
}
.head-contact{
}
.head-contact li{
    float: left;
    margin-right: .3rem;
}
.head-contact .ct-ico{
    font-family: "fontawesome";
    color: #454545;
    font-size: .2rem;
    padding-right: .1rem;
}
.head-contact li.head-phone .ct-ico:before{
    content: '\f095';
}
.head-contact li.head-email .ct-ico:before{
    content: '\f0e0';
}
.social-list {
    float: right;
}
.social-list li {
    padding-left: .15rem;
    float: left;
}
.social-list li .sc-ico{
    display: inline-block;
    width: 16px;
    height: 16px;
    padding: 8px;
    background-color: #434343;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-list li a:hover .sc-ico{
    background-color: #c08424;
}
.social-list li .sc-ico img{
    max-height: 14px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.social-list li a:hover .sc-ico img{
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}
.social-list li .sc-txt{
    display: inline;
    padding-left: .1rem;
}


/* head-layout */
.head-layout{
    padding-top: .4rem;
    padding-bottom: .4rem;
    position: relative;
}
.head-layout .logo img{
    max-height: .6rem;
}
.head-search{
    position: absolute;
    right: 0;
    bottom: 0;
}
.head-search-form{
    padding: .15rem .3rem;
    background-color: #222;
}
.head-search-form .search-ipt{
    display: inline-block;
    width: 2.3rem;
    height: .25rem;
    line-height: .25rem;
    background-color: #444;
    color: #ccc;
    border: 0;
    padding-left: .1rem;
}
.head-search-form .search-btn{
    display: inline-block;
    padding: 0 .15rem;
    background: #f0f0f0;
    background-image: none;
    border: 0;
    line-height: .25rem;
    font-size: .16rem;
    cursor: pointer;
    margin-left: .06rem;
}
.head-search-form .search-btn:hover{
    background: #fff;
}
.head-search-form .search-ipt::-webkit-input-placeholder{
    color:#ccc;
}


/* nav */
.nav-bar {
    height: .52rem;
    line-height: .52rem;
    background-color: #222;
    margin-bottom: .2rem;
}
.nav-bar .nav li{
    position: relative;
}
.nav-bar .nav li,
.nav-bar .nav li a{
    color: #fff;
}
.nav-bar .nav .nav-ico {
    display: inline-block;
    line-height: 1.5;
    font-size: .2rem;
    margin: 0 0 0 .05rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-bar .nav .nav-ico:after {
    content: '\f0d7';
}
.nav-bar .nav li li .nav-ico {
    position: absolute;
    top: 0;
    right: .1rem;
    line-height: .35rem;
    font-size: .12rem;
}
.nav-bar .nav li li .nav-ico:after {
    content: '\f04b';
}
.nav-bar .nav > li{
    float: left;
}
.nav-bar .nav > li:after{
    content: '';
    display: block;
    width: 1px;
    height: .32rem;
    background-color: #2e2e2e;
    position: absolute;
    right: 0;
    top: .1rem;
}
.nav-bar .nav > li > a{
    display: inline-block;
    padding: 0 .3rem;
    text-transform: uppercase;
}
.nav-bar .nav > li.li-hover > a .nav-ico{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav-bar .nav ul {
    width: 2.5rem;
    background-color: #222;
    position: absolute;
    left: 0;
    top: .52rem;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translateY(.1rem);
    -ms-transform: translateY(.1rem);
    -o-transform: translateY(.1rem);
    transform: translateY(.1rem);
    opacity: 0;
    visibility: hidden;
}
.nav-bar .nav ul li{
    padding: 0 .3rem;
}
.nav-bar .nav ul li a{
    display: block;
    height: .42rem;
    line-height: .42rem;
    border-bottom: 1px solid #2e2e2e;
    color: #ccc;
    position: relative;
}
.nav-bar .nav .li-hover > ul{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.nav-bar .nav li a:hover,
.nav-bar .nav ul li a:hover,
.nav-bar .nav > li.nav-current > a,
.nav-bar .nav > li.li-hover > a
{
    color: #c28228;
}
.nav-bar .nav ul ul{
    left: 100%;
    margin-left: .1rem;
    top: 0;
}


/* language */
.change-language {
   z-index: 3!important;
   margin-left: .1rem;
   margin-top: .11rem;
   vertical-align: middle!important;
   float: right;
   padding-right: .2rem;
}
.change-language-info .change-language-title a{
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
.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: #fff;
}
.change-language-info:hover .change-language-title,
.change-language-info:hover .change-language-title a,
.change-language-info:hover .change-language-title span {
    color: #404040!important;
}
.change-language-info .language-icon{
    color: #fff!important;
    -webkit-transition: all .3s ease!important;
    -o-transition: all .3s ease!important;
    transition: all .3s ease!important;
}
.change-language-info .language-icon:before{
    font-size:.14rem;
}
.change-language-info:hover .language-icon{
    color: #404040!important;
}
.change-language-cont,
.change-language-cont a{
    color: #404040
}
.change-language-info .change-language-title{
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}



/* fixed nav */
.fixed-nav .nav-bar{
    width: 100%;
    max-width: inherit;
    position: fixed;
    top: 0;
    background-color: #222;
}
.fixed-nav .nav-bar{
    margin-bottom: 0;
}
.fixed-nav .nav-bar .nav-wrap{
    margin: 0 auto;
}




/*--------------------------footer---------------------------*/
.foot-wrapper{
}
.foot-items {
    background: #222;
}
.foot-items,
.foot-items a{
    color: #fff;
}
.foot-items a:hover{
    color: #c28228;
}
.foot-items .layout{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
    display: table\9;
}
.foot-items .foot-item{
    display: table-cell\9;
    vertical-align: top\9;
    width: 25%;
    padding: .35rem .15rem .65rem 0;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    line-height: .3rem;
}
.foot-items .foot-item .foot-tit{
    padding-bottom: .25rem;
    font-size: .2rem;
    text-transform: uppercase;
    position: relative;
}
.foot-items .foot-item .foot-tit:before{
    content: '';
    display: block;
    width: .3rem;
    height: .06rem;
    background-color: #2a2a2a;
    position: absolute;
    left: 0;
    bottom: 0;
}
.foot-items .foot-item .foot-tit,
.foot-items .foot-item .foot-tit a{
    color: #fff;
}
.foot-items .foot-item .foot-cont{
    padding-top: .25rem;
}
.foot-items .social-list {
    float: none;
    display: block;
}
.foot-items .social-list li{
    padding-left: 0;
    padding-right: .15rem;
}
.foot-items .contact-list li{
    padding-left: .4rem;
    position: relative;
    margin-bottom: .15rem;
    line-height: .28rem;
}
.foot-items .contact-list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    font-size: .24rem;
    line-height: 1.15;
    color: #444;
}
.foot-items .contact-list li.foot_addr:before{
    content: '\f041';
}
.foot-items .contact-list li.foot_email:before{
    content: '\f0e0';
    font-size: .2rem;
}
.foot-items .contact-list li.foot_tel:before{
    content: '\f095';
}
.foot-items .subscribe .txt{
    color: #444;
}
.foot-items .foot-item-inquiry .gd-btn-box{
    text-align: left;
    padding-top: .25rem;
}
.foot-items .foot-item-inquiry .gd-btn{
    text-transform: uppercase;
    background-color: #373737;
    padding: .06rem .15rem;
}
.foot-items .foot-item-inquiry .gd-btn:hover{
    background-color: #c28228;
}
.foot-items .foot-txt-list li{
    margin-bottom: .1rem;
}


/* copyright */
.foot-bar{
    background-color: #222;
}
.foot-bar,
.foot-bar a{
    color: #404040;
}
.foot-bar .layout{
    padding: .15rem 0;
    border-top: .06rem solid #2a2a2a;
}
.foot-bar .copyright{
    float: left;
    line-height: .35rem;
}


/* gotop */
.gotop{
    width:.4rem;
    height: .4rem;
    line-height: .4rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0%;
    background-color: #fff;
    border: .03rem solid #000;
    font-size: .18rem;
    color: #000;
    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;
    opacity: .8;
    display: none;
}
.gotop:hover{
    opacity: 1;
    color: #fff;
    background-color: #000;
}
.gotop:before{
    font-family: fontawesome;
    content: '\f077';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .18rem;
    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);
    }

}




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

.gd-layer{
    padding: .5rem 0 0;
}
.layer-hd{}
.layer-body{}
.gd-row{}
.index-title-bar{}
.index-title-bar .index-title{}
.index-title-bar .title-desc{}
.learn-more-bar {}
.gd-btn{}
.gd-row{
    margin: 0 -.35rem;
}
.gd-col-6{
    width: 50%;
    padding: 0 .35rem;
    float: left;
}
.index-main-content{
    font-size: .16rem;
    padding-bottom: .75rem;
}



/* slide banner */
.rev_slider_wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    background-color: #eee;
}
.tp-leftarrow,
.tp-rightarrow {
    font-size: .18rem;
    background-color: transparent;
    float: left;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-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);
    border-radius: 0%;
    background: rgba(0,0,0,.3)!important;
}
.tp-leftarrow{
    left: 50px!important;
}
.tp-rightarrow{
    right: 50px!important;
}
.tp-leftarrow:before{
    content: '\f053';
}
.tp-rightarrow:before{
    content: '\f054';
}
.tp-bullets.simplebullets{
    padding-bottom: 10px;
}
.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected{
    width:.12rem;
    height:.12rem;
    border-radius: 50%;
}
.tp-bullets.simplebullets .bullet:not(.selected){
}
.tp-bullets.simplebullets .bullet{
    background-color: #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tp-bullets.simplebullets .bullet.selected{
    background-color: #c28228;
    border-color: #c28228;
}
.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow{
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.rev_slider_wrapper:hover .tp-leftarrow:hover,
.rev_slider_wrapper:hover .tp-rightarrow:hover{
    color: #fff!important;
    background: rgba(0,0,0,.8)!important;
}
.tp-loader.spinner0 {
    background: url(../images/loading.gif) center no-repeat;
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
}



/* title */
.index-title-bar {
    border-top: .05rem solid #e3e3e3;
    padding-top: .45rem;
    margin-bottom: .35rem;
}
.index-title-bar .index-title{
    display: inline-block;
    position: relative;
    font-size:.28rem;
    line-height: 1.2;
    text-transform: uppercase;
}
.index-title-bar .index-title,
.index-title-bar .index-title a{
    color: #222;
}

/* btn */
.learn-more-bar {
    text-align: center;
    padding: .4rem 0 0;
}
.gd-btn-box{
    display: block;
    padding-top: .2rem;
}
.gd-btn {
    display: inline-block;
    background-color: #444;
    color: #fff;
    padding: .055rem .15rem;
    line-height: .2rem;
    cursor: pointer;
    font-size: .14rem;
    position: relative;
    text-transform: uppercase;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.gd-btn:after{
    font-family: Microsoft YaHei;
    content: '>>';
    padding-left: .06rem;
    font-size: .12rem;
}
.gd-btn:hover,
a.gd-btn:hover{
    background-color: #c28228;
    border-color: #c28228;
    color: #fff;
}
.gd-btn,
a.gd-btn{
    display: inline-block;
}



/* .company synopses */
.company-synopses{}
.company-synopses .synopses-list ul{
    margin-left: -.2rem;
    margin-right: -.2rem;
}
.company-synopses .synopsis-item{
    width: 33.333333%;
    float: left;
    padding-left: .2rem;
    padding-right: .2rem;
}
.company-synopses .synopsis-item .item-img{
    display: block;
    border: .05rem solid #e4e4e4;
    background-color: #e4e4e4;
    position: relative;
    overflow: hidden;
}
.company-synopses .synopsis-item .item-img img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.company-synopses .synopsis-item .item-img:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color:#c28228;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.company-synopses .synopsis-item .item-img:hover:before{
    opacity: .85;
    filter: alpha(opacity=85);
}
.company-synopses .synopsis-item .item-img:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.company-synopses .synopsis-item .item-info{
    padding: .25rem .05rem 0;
}
.company-synopses .synopsis-item .item-title{
    text-transform: uppercase;
}
.company-synopses .synopsis-item .item-desc{
    display: block;
    font-size: .16rem;
    margin-top: .15rem;
    line-height: 1.6;
}
.company-synopses .synopsis-item .gd-btn-box{
    padding-top: .2rem;
    text-align: left;
}



/* about us */
.about-us {
}
.about-us .about-lead{}
.about-us .about-img-list ul{
    margin: 0 -.1rem;
    padding-top: .15rem;
}
.about-us .about-img-list li{
    width: 50%;
    padding: .1rem;
    float: left;
}
.about-us .about-img-list li .item-img{
    display: block;
    position: relative;
    border: .06rem solid #e3e3e3;
    background-color: #e3e3e3;
}
.about-us .about-img-list li .item-img img{
    display: block;
    width: 100%;
    height: auto;
}


/* news & event */
.news-layer{
    margin-bottom: .48rem;
}
.news-item{
    padding-bottom: .15rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    box-align:start;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;

}
.news-item dt{
    display: block;
    width: 1.1rem;
}
.news-item dd{
    height: .52rem;
    line-height: .26rem;
    overflow: hidden;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
}
.news-layer .gd-btn-box{
    padding-top: .05rem;
}



/* partner */
.partner-layer{}
.partner-list ul{
    margin: 0 -.08rem;
}
.partner-list li{
    width: 25%;
    float: left;
    padding: .08rem;
}
.partner-list li .partner-item{
    display: block;
    text-align: center;
    background-color: #f5f5f5;
    opacity: .7;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.partner-list li .partner-item img{
    max-width: 100%;
    height: auto;
    max-height: 70px;
}
.partner-list li:nth-child(4n+1){
    clear: left;
}
.partner-list li .partner-item:hover{
    opacity: 1;
}


/* product list */
.product-item{
    width: 25%;
    padding: .15rem;
    float: left;
}
.product-item .item-img{
    display: block;
    border: .05rem solid #e3e3e3;
    background-color: #e3e3e3;
    overflow: hidden;
    position: relative;
}
.product-item .item-img img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.product-item .item-img:hover img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.product-item .item-img:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color:#c28228;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: 0;
    filter: alpha(opacity=0);
}
.product-item .item-img:hover:before{
    opacity: .85;
    filter: alpha(opacity=85);
}

.product-item .item-info{
    padding:.15rem 0;
}
.product-item .item-info .item-title{
    font-weight: normal;
    font-size: .14rem;
}
.product-item .item-info .item-title a{
    display: block;
    height: .46rem;
    line-height: .23rem;
    overflow: hidden;
}
.product-items .product-item{
    width: 100%;
    padding: 0;
    display: none;
}
.product-items .owl-loaded .product-item{
    display: block;
}
.product-items .owl-carousel .owl-controls .owl-nav{
    width: auto;
    right: 0;
    top: -.65rem;
}
.product-items .product-item .item-info{
    padding:.1rem .05rem;
}
.product-items .product-item .item-info .item-title{
    font-size: .16rem;
}
.product-items .product-item .item-img:after{
    content: '';
    display: inline-block;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .45rem;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 55%;
    margin-left: -.3rem;
    margin-top: -.3rem;
    color: #fff;
    z-index: 1;
    background: url(../images/ico_zoom.png) center no-repeat;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}
.product-items .product-item .item-img:hover:after{
    opacity: 1;
    filter: alpha(opacity=100);
    top: 50%;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}






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

.path-bar{
    margin-bottom: .4rem;
}
.path-bar .path-nav{
    padding-top:.15rem;
    padding-bottom: .15rem;
    border-bottom: .06rem solid #e5e5e5;
}
.path-bar .path-nav a:hover{
    color: #da9d67;
}
.path-bar .path-nav li{
    display: inline;
}
.path-bar .path-nav li:after{
    content: '>>';
    padding: 0 .1rem;
}
.path-bar .path-nav li:last-child,
.path-bar .path-nav li:last-child a{
    color: #da9d67;
}
.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;
    background: -webkit-linear-gradient(top,#fff,#ddd);
    background: linear-gradient(top,#fff,#ddd);
}
.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: 0;
}
.pages a.current,
.pages a:hover {
    background:#c28228;
    border-color:#c28228;
    color: #FFF;
}
.pages span.current2 {
    vertical-align: middle;
}


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

.aside {
    float: left;
    width: 20%;
    padding-bottom: .6rem;
}
.side-tit-bar {
    position: relative;
    background: #191919;
    padding-left: .15rem;
}
.side-tit-bar .side-tit {
    position: relative;
    font-size: .19rem;
    height: .4rem;
    line-height: .4rem;
    overflow: hidden;
    font-weight: normal;
    text-transform: uppercase;
}
.side-tit-bar .side-tit,
.side-tit-bar .side-tit a{
    color: #fff;
}
.side-tit-bar .side-tit .txt-impt{
    color: #da9d67;
    font-weight: bold;
}
.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}
.side-cate {
    padding: .2rem 0 .2rem .12rem;
}
.side-cate li {
    position: relative;
    line-height: 38px;
    font-size: .16rem;
}
.side-cate > li{
}
.side-cate ul {
    display: none;
}
.side-cate li a {
    position: relative;
    display: block;
    height: .38rem;
    line-height: .38rem;
    overflow: hidden;
    margin-right: .3rem;
}
.side-cate li .icon-cate {
    display: inline-block;
    position: absolute;
    right: .1rem;
    top: 0;
    font-size: .12rem;
    cursor: pointer;
    line-height: .38rem;
    border-radius: 0;
}
.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f067';
}
.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f068';
}
.side-cate li li{
    font-size: .14rem;
}
.side-cate li li a{
    padding-left: .15rem;
    padding-right: 0;
}
.side-cate li li a:before{
    content: '';
    display: inline-block;
    width: .04rem;
    height: .04rem;
    position: absolute;
    left: 0;
    top: .17rem;
    background-color: #666;
}
.side-cate li li.active > a{
    color: #da9d67;
}
.side-cate li.active > .icon-cate{
    color: #000;
}
.side-cate li li > a:hover:before{
    background-color: #da9d67;
}
.side-cate li li.active > a:before{
    background-color: #da9d67;
}


.side-cate li.nav-current>a,
.side-cate li>a:hover,
li.show_li>a {
    color: #da9d67;
}
.side-cate li li.nav-current>.icon-cate,
.side-cate li li>.icon-cate:hover,
li.show_li>.icon-cate {
    color: #000;
}
.side-product-items {
    position: relative;
    padding: .5rem 0;
}
.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: .95rem;
    overflow: hidden;
}
.side_product_item .item-img,
.side_product_item figcaption{
    display: table-cell;
}
.side_product_item .item-img {
    width: .75rem;
    vertical-align: middle;
}
.side_product_item .item-img img {
    position: relative;
    display: block;
    width: 100%;
    border: 2px solid #e3e3e3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.side_product_item figcaption {
    vertical-align: middle;
}
.side_product_item figcaption a{
    display: inline-block;
    line-height:.2rem;
    max-height: .4rem;
    overflow: hidden;
    padding-left:.15rem;
}
.side_product_item:hover .item-img{
    border-color: #c28228;
}
.side_product_item .item-img:hover + figcaption a{
    color: #da9d67;
}
.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.side-product-items .btn-prev {
    top: .2rem;
    background: url(../images/side_product_up.png) no-repeat center center;
}
.side-product-items .btn-next {
    bottom: .2rem;
    background: url(../images/side_product_down.png) no-repeat center center;
}
.side-product-items .btn-prev:hover,
.side-product-items .btn-next:hover{
}
.side-product-items .disabled{
    display: block;
    opacity: .15;
    filter: alpha(opacity=15);
    cursor: default;
}
.aside .side-bn {
    max-width: 100%;
    margin: 0 0 25px 0;
}
.aside .side-bn img {
    max-width: 100%
}


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

.main {
    position: relative;
    width: 76%;
    float: right;
    padding-bottom: .6rem;
}
.main-tit-bar {
    padding: 0;
    line-height: .4rem;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 .35rem;
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    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;
    width: 100%;
    display: table\9;
}
.main-tit-bar .title,
.main-tit-bar .path-bar,
.main-tit-bar .share-this{
    display: table-cell\9;
    vertical-align: top\9;
}
.main-tit-bar .title,
.main-tit-bar .path-bar{
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
}
.main-tit-bar .title{
    line-height: .4rem;
    font-size: .2rem;
}
.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: 100%;
    height: .4rem;
    text-align: right;
}
.main-tit-bar .title + .share-this{
    width: 30%;
    max-width: 250px;
}
.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: .25rem 0 .25rem;
    font-size: .14rem;
}
.goods-summary,
.goods-summary a{
    color: #666;
}


/* items_list */
.items_list .product-item {
    padding: .03rem;
    width: 25%;
}
.items_list .product-item:nth-child(4n+1){
    clear: left;
}
.items_list ul{
    margin: 0 -.1rem;
}
.items_list .product-item .item-wrap{
    padding: .07rem;
}






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


/*product photos*/
.product-intro {
    position: relative;
    overflow: hidden;
    padding-bottom: .2rem;
}
.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: 42%;
    float: left;
}
.product-view .product-image {
    position: relative;
    background-color: #f6f6f6;
    border: .05rem solid #e3e3e3;
}
.product-view .product-image img {
    position: relative;
    width: 100%;
}
.product-view .image-additional {
    position: relative;
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
}
.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:before{
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background-color: transparent;
    margin-bottom: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-view .image-additional li.single {
    display: none;
}
.product-view .image-additional li img {
    position: relative;
    width: 100%;
    padding: 0;
}
.product-view .image-additional li a {
    position: relative;
    display: block;
    border: 2px solid #e3e3e3;
}
.product-view .owl-carousel .owl-item{
    overflow: visible;
}
.product-view .image-additional li.current:before{
    width: 100%;
    background-color: #da9d67;
}
.product-view .image-additional li.current img{
}
.product-view .image-additional img.popup {
    display: none;
}
.image-additional .owl-carousel .owl-controls .owl-nav {
    position: static;
    opacity: 0;
    visibility: hidden;
}
.image-additional:hover .owl-carousel .owl-controls .owl-nav {
    opacity: 1;
    visibility: visible;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 6px;
    bottom: 0;
    width: .2rem;
    height: auto;
    padding: 0;
    border-radius: 0;
    color: #fff;
    background: #000;
    background: rgba(0,0,0,.9);
    font-size: .24rem;
    margin: 0;
    text-align: center;
    z-index: 9;
    opacity: .5;
    filter: alpha(opacity=50);
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover{
    opacity: 1;
} 
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
    left:0px;
}
.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: 30px;
    margin-top: -15px;

}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:before{
    content: '\f104';
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    right:0px;
}
.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: 53%;
    float: right;
    font-size: .14rem;
}
.product-summary .product-title{
    line-height: .4rem;
    font-size: .24rem;
    font-weight: normal;
    margin-bottom:.2rem;
}
.product-summary .product-meta {
    line-height: 25px;
}
.product-summary .product-meta h3 {
    margin: 0 0 .15rem;
    font-size: .18rem;
    font-weight: normal;
    color: #aaa;
}
.product-summary .product-meta ul{
}
.product-summary .product-meta li{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
    padding-bottom: .03rem;
    font-size:.14rem;
    display: table\9;
}
.product-summary .product-meta li > em,
.product-summary .product-meta li > span{
    display: table-cell\9;
}
.product-summary .product-meta li em{
    width: 40%;
    max-width: 12em;
}
.product-summary .product-meta li span{
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
}
.product-summary .product-meta li em{
    color: #aaa;
}
.product-btn-wrap {
    position: relative;
    margin: .6rem 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: 26px;
    padding: 0 15px;
    border-radius: 3px;
    background: #c28228;
    border: 2px solid #c28228;
    color: #FFF;
    font-size: .14rem;
    margin: 0 0 .05rem .2rem;
    text-transform: uppercase;
    border-radius: 0;
}
.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: #fff;
    color: #c28228;
    border-color: #c28228;
}
.product-summary .share-this {
    margin:.25rem 0 0;
    text-align: right;
}


/* product detail */
.product-detail {
    position: relative;
    overflow: visible;
    padding: .15rem 0 0;
}
.detail-tabs {
    position: relative;
}
.detail-tabs .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    line-height:.3rem;
    cursor: pointer;
    font-size: .14rem;
    padding: 0 .35rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #fff;
    background-color: #444;
    font-weight: bold;
    float: left;
    margin-right: .06rem;
}
.detail-tabs .title.current {
    background-color: #c28228;
    position: relative;
    font-weight: bold;
}
.product-detail .tab-panel-content {
    display: block;
    overflow: hidden
}
.product-detail .disabled {
    display: none;
}

.tab-panel-wrap{
    margin-bottom: .5rem;
}
.tab-panel-wrap .entry,
.tab-panel-wrap .entry a{
    color: #404040;
}
.tab-panel-wrap .entry p{
    font-size: .16rem;
    padding: .1rem 0;
}
.tab-panel-wrap .entry h2,
.tab-panel-wrap .entry h3,
.tab-panel-wrap .entry h4{
    padding: .15rem 0;
    line-height: 1.3;
    font-weight: normal;
}
.tab-panel-wrap .entry h2{
    font-size: .32rem;
}
.tab-panel-wrap .entry h3{
    font-size: .24rem;
}
.tab-panel-wrap .entry h4{
    font-size: .24rem;
}


/* inquiry form */
.inquiry-form-wrap .inquiry-form-title{
    line-height: .3rem;
    position: relative;
    background-color: #444;
    color: #fff;
    font-size: .16rem;
    text-transform: uppercase;
}
.inquiry-form{
    border-color: #ccc;
    padding: .3rem .25rem;
}
.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:.2rem 0 0;
    margin: 0 auto .2rem;
    border-top:.05rem solid #e3e3e3;
}
.goods-title-bar .title {
    display: inline-block;
    font-size: .18rem;
    position: relative;
    text-transform: uppercase;
}
.goods-title-bar .title,
.goods-title-bar .title a {
}
.goods-title-bar .title .txt-impt{
    color: #da9d67;
    font-weight: bold;
}
.goods-may-like .goods-items{
    width: auto;
    margin: 0 -.1rem;
}
.goods-may-like .product-item{
    width: auto;
    float: none;
    padding: .05rem;
    margin-top: .1rem;
    margin: 0;
    display: none;
}
.goods-may-like .product-item .item-wrap{
    overflow: hidden;
    position: relative;
    padding: .05rem;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav{
    width: auto;
    left: auto;
    right:.1rem;
    top: -.5rem;
}
.goods-may-like .owl-carousel .owl-item{
    overflow: visible;
}
.goods-may-like .owl-loaded .product-item{
    display: block;
}


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

.blog_list {
    position: relative;
    width: 100%;
}
.blog-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding:.3rem 0;
}
.blog-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.blog-item:after{
    content: '';
    width: 50%;
    opacity: 0;
    height: 2px;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.blog-item:hover:after{
    opacity: 1;
}
.blog-item .item-wrap {}
.blog-item .item-img {
    position: relative;
    display: block;
    max-width: 2.5rem;
    margin: 0 .3rem 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: .24rem;
    font-weight: normal;
}
.blog-item .item-info time {
    display: block;
    font-style: italic;
    margin: .08rem 0;
    color: #666;
}
.blog-item .item-info .item-detail {
    color: #666;
}
.blog-item .item-info .item-more {
    float: right;
    color: #fff;
    display: inline-block;
    border: 1px solid #444;
    background-color: #444;
    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: #c28228;
    border-color: #c28228;
    color: #fff;
}
.blog-item:hover:after{
    width: 100%;
}
.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: .25rem 0 .15rem;
    line-height: .3rem;
    border-bottom: 1px solid #eee;
}
.download-item:hover{
    background-color: #fafafa;
}
.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;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.faq-item:hover{
    background-color: #fafafa;
}
.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;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.faq-item .faq-title.show-title:before {
    content: '\f068';
}
.faq-item .faq-cont {
    margin: 0 0 .25rem;
    display: none;
}
.faq-item:first-child .faq-cont {
    display: block;
}


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

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

@media only screen and (max-width: 1366px) {
    html {
        font-size: 600%;
    }
    .side-tit-bar .side-tit {
        font-size: .15rem;
    }

}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 570%;
    }
    .layout {
        width: 100%;
        padding-left: .15rem;
        padding-right: .15rem;
    }
    body {
        min-width: 100%;
    }
    .scrollsidebar,
    .bottomsidebar {
        display: none;
    }
    .head-layout,
    .nav-bar{
        width: 100%;
        max-width: inherit;
    }
    .rev_slider_wrapper{
        max-width: inherit;
    }
    .nav-bar{
        margin-bottom: 0;
    }
    .path-bar .path-nav{
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .gd-layer{
        overflow: hidden;
    }
}

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

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

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

@media only screen and (max-width: 950px) {
    html {
        font-size: 550%;
    }
    .z10000 {
        position: relative;
        z-index: 100000;
    }
    .mobile-body-mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
    }
    .mobile-ico-close {
        width: 30px;
        height: 30px;
        background: #fff url(../images/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;
    }


    /* ------------- header ------------- */
    .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: 25px;
        visibility: visible;
        opacity: 1;
    }
    .nav-bar .nav li,
    .change-language,
    .head-search {
        display: none !important;
    }
    .nav-bar .nav li.logo{
        display: block!important;
        border: 0;
        background-color: #da9d67;
        padding: 0;
    }


    /* topbar */
    .head-wrapper{
        padding-top: .5rem;
        padding-bottom: .3rem;
    }
    .topbar{
        background: none;
        text-align: center;
    }
    .topbar .topleft{
        display: block;
        float: none;
    }
    .topbar .topleft,
    .topbar .topleft a{
        color: #333;
    }
    .head-contact li{
        float: none;
        display: inline;
        margin: 0 .1rem;
    }
    .topbar .topr{
        display: none;
    }
    .head-layout{
        padding: 0;
    }

    /* logo */
    .logo{
        text-align: center;
        padding-top: .1rem;
    }
    .logo img{
        height: .4rem;
    }

    /* search */
    .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;
        height: .35rem;
        line-height: .35rem;
        background: none;
        border: none;
        color: #fff;
        font-family: 'fontawesome';
        text-indent: -9999px;
        overflow: hidden;
    }
    .head-search-form .search-btn:hover{
        background: none;
    }
    .head-search-form .search-btn:before{
        display: block;
        content: '\f002';
        position: absolute;
        right: 0;
        top: 0;
        text-indent: 0;
        display: inline-block;
        width: .35rem;
    }



    /*nav */
    .nav-bar{
        height: auto;
    }
    .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;
        font-family: Arial;
    }
    .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;
    }


    /* ------------- footer ------------- */
    .foot-wrapper{
        position: relative;
        overflow: hidden;
    }
    .foot-items:before{
        display: none;
    }
    .foot-items .layout{
        display: block;
        overflow: hidden;
    }
    .foot-items .foot-item{
        width: 50%;
        float: left;
        border: 0;
        line-height: .22rem;
        padding-top: .5rem;
        padding-bottom: .5rem;
    }
    .foot-items .foot-item:nth-child(2n+1){
        clear: left;
    }
    .foot-bar .layout{
        padding-left: .15rem;
        padding-right: .15rem;
    }




    /* ------------- index ------------- */
    .rev_slider_wrapper{
        top:auto;
        margin-bottom: 0;
    }
    .about-us .about-detail .about-title,
    .index-title-bar .index-title{
        font-size: .36rem;
    }
    .has-mobile-link{
        position: relative;
        display: inline-block;
    }
    span.has-mobile-link{
        display: inline-block;
    }
    .has-mobile-link .link{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }


    /* company synopses */
    .company-synopses .synopsis-item .item-title{
        width: 100%;
        height: auto;
        font-size: .17rem;
        padding-left: 0;
        padding-right: 0;
    }
    .synopsis-item .item-wrap{
        -webkit-background-size: 100% 1rem;
        background-size: 100% 1rem;
    }

    /* about us */
    .about-us .layer-body{
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -moz-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
    }
    .about-us .about-img{
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        -webkit-box-ordinal-group: 1;
        -moz-order: 1;
        -webkit-order: 1;
        order: 1;

    }
    .about-us .about-detail{
        width: 100%;
        padding-right: 0;
        padding-top: .3rem;
        -webkit-box-ordinal-group: 2;
        -moz-order: 2;
        -webkit-order: 2;
        order: 2;
    }


    /* products */
    .product-items .items-content {
        padding: 0 0 .2rem;
    }
    .product-items .owl-carousel .owl-controls{
        width: 100%;
        top: -.5rem;
        position: static;
    }
    .product-items .owl-carousel .owl-controls .owl-nav{
        text-align: center;
        display: none!important;
    }
    .product-items .owl-carousel .owl-controls .owl-dots{
        display: block!important;
        padding-top: .3rem;
        padding-bottom: .1rem;
    }

    /* ------------- page nav -------------- */
    .sub-head{
        padding-top: 1rem;
        padding-bottom: .3rem;
        margin-bottom: .15rem;
    }


    /* ------------- 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: 0 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 li.current:before{
        display: none;
    }
    .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 {
        border: 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:before{
        display: none;
    }
    .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:#000;
    }

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


    /* product detail  */
    .product-detail{
        border: 0;
        padding: .6rem 0 0;
    }
    .product-detail .tab-panel-content{
        padding: .15rem 0;
    }
    .tab-content-wrap .tab-title-bar,
    .tab-content-wrap .tab-panel-wrap {
        display: none;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-item {
        margin: 0 0 30px;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-title {
        line-height: .32rem;
        padding: .2rem 0 0;
        margin: 0 auto .2rem;
        border-top: .05rem solid #e3e3e3;
        font-size: .18rem;
        text-transform: uppercase;
    }
    .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;
    }

    /* ------------- index ------------- */
    /* company synopses */
    .company-synopses{
        padding-top: 0;
    }
    .company-synopses .synopsis-item{
        width: 100%;
        float: none;
        padding-top: .2rem;
        padding-bottom: .2rem;
        padding-left: .15rem;
        padding-right: .15rem;
    }

    /* about us */
    .gd-layer .gd-col-6{
        width: 100%;
        float: none;
    }
    .about-us{
        margin-bottom: .5rem;
    }


    /* product list */
    .product-item{
        margin-bottom: 0;
    }
    .product-item .item-wrap{
        padding: .05rem;
    }
    .product-items .product-item:nth-child(n){
        clear: none;
    }




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

    /* ------------- product detail ------------- */
    .goods-may-like .goods-items{
        margin-left: -.05rem;
        margin-right: -.05rem;
    }
    .goods-may-like .product-item{
        padding: 0;
    }
    .goods-may-like .owl-carousel .owl-controls .owl-dots{
        padding: .2rem 0;
    }


    /* ------------- footer ------------- */
    .partner-list{
        padding: 0;
    }
    .gotop{
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
    }
    .gotop:hover{
        background-color: #fff;
        color: #000;
    }
    .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{
        padding: 10px;
    }
    .foot-social li img{
        max-width: 14px;
    }
    .foot-bar .foot-info{
        text-align: center;
        padding-top: .15rem;
    }


}



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

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


    /* ------------- index ------------- */

    /* title */
    .about-us .about-detail .about-title,
    .index-title-bar .index-title{
        font-size: .24rem;
    }
    .index-title-bar{
        padding-bottom: .15rem;
        margin-bottom: .3rem;
    }
    .index-title-bar .tit-more{
        float: right;
    }
    .index-title-bar .title-desc{
        width: 100%;
        max-width: inherit;
    }

    /* product */
    .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;
    }


    /* promote banners */
    .promote-banners{
        padding-top: .15rem;
    }
    .banner-item .item-inner{
        height: 210px;
    }
    .banner-item-wide .banner-img, .banner-item-wide .banner-img img{
        height: 100%;
    }
    .banner-item .item-tit{
        top: .25rem;
        left: .2rem;
        font-size: .24rem;
    }
    .banner-item .item-more{
        bottom: .25rem;
        left:.2rem;
    }


    /* ------------- footer ------------- */
    .foot-items .foot-item{
        width: 100%; 
        float: none;
    }


    /* ------------- product list ------------- */
    .main-tit-bar{
        display: block;
    }
    .main-tit-bar .title,
    .main-tit-bar .share-this{
        display: block;
    } 
    .main-tit-bar .title + .share-this{
        display: block;
        width: 100%;
        max-width: inherit;
        text-align: left;
        padding-top: .06rem;
        padding-bottom: .15rem;
        height: auto;
    }
    .main-tit-bar .share-this img{
        max-width: inherit;
    }
    .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;
    }
    .items_list .product-item .item-wrap{
        padding: 0;
    }


    /* ------------- product detail ------------- */
    .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{
    }
    .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:#000;
        color: #fff;
        border-color: rgba(0,0,0,0);
        margin: .1rem auto 0;
    }
    .blog-item:hover .item-info .item-more{
        color: #fff;
    }


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

    .quick-inquiry .pannel-tit{
        padding-right: 0;
    }
    .contact-items{
        padding-top: 0;
    }
    .contact-item{
        width: 100%;
        float: none;
        padding-top: .1rem;
        padding-bottom: .1rem;
    }
}

@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
}




