﻿@charset "utf-8";



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

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


/* font family */
.side-tit-bar .side-tit{
    font-family: 'SourceSansProBold';
}

html,body{
    font-family: 'SourceSansProRegular';
}


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

/* layout */
.layout,
.nav-bar .nav-wrap,
.path-bar .path-nav{
    width: auto;
    max-width: 1030px;
}
.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: #feb010;
    color: #fff;
}
.inquiry-pop .inquiry-form .form-btn-wrapx .form-btn-submitx{
    background: #444;
    color: #fff;
    border: 0;
    border-radius: .1rem;
    text-shadow: none;
}
.inquiry-form .form-btn-wrapx .form-btn-submitx:hover{
    background: #feb010;
}

.banner-list .banner-item{ width: 20%; padding: .15rem; float: left; }
.banner-list .banner-item .item-inner{ display: block; border: 1px solid #ddd; }
.banner-list .banner-item .item-inner .banner-img{ width: 100%; height: auto; display: block; }

/* 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 .1rem 0 0;
    display: inline-block;
    width: .24rem;
    height: .24rem;
    line-height: .24rem;
    font-size: .12rem;
    text-align: center;
    background-color: #d0d0d0;
    color: #fff;
    border-radius: 50%;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    background: #ffaf10;
    color: #fff;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before,
.owl-carousel .owl-controls .owl-nav .owl-next:before{
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before{
    content: '\f060';
}
.owl-carousel .owl-controls .owl-nav .owl-next:before{
    content: '\f061';
}
.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: 1030px;
    margin: 0 auto;
}
.nav-bar .layout{
    width: auto;
}


/*--------------------------head-wrapper---------------------------*/
.head-wrapper {
    z-index: 100;
    position: relative;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    left: 0;
    top: 0;
}
.head-layout:before{
    content: '';
    display: block;
    height: 8px;
    position: absolute;
    left: -.1rem;
    right: -.1rem;
    bottom: 0;
    background-color: rgba(0,0,0,.5);
    border-radius: 50%;
    box-shadow: 0 0 .02rem rgba(0,0,0,.9);
    opacity: .5;
    filter: alpha(opacity=50);
    z-index: -1;
}

/* topbar */
.head-layout{
    background-color: #2b2b2b;
    padding: .2rem 0;
    border-radius: 0 0 .35rem .35rem;
    position: relative;
}
.head-layout .logo:before{
    content: '';
    display: block;
    width: 1rem;
    height: .9rem;
    position: absolute;
    left: -.95rem;
    top: 0;
    background: url(../images/hd_ico_leaf.png) right 0 no-repeat;
}
.logo{
    float: left;
    padding-left: .4rem;
}
.logo img{
    max-height: .6rem;
}
.topr{
    padding-right: .22rem;
    float: right;
    text-align: right;
}

/* search */
.head-search{
    display: inline-block;
    position: relative;
    margin-right: .05rem;
}
.head-search .search-toggle{
    display: inline-block;
    width: .29rem;
    height: .29rem;
    line-height: .29rem;
    text-align: center;
    color: #8c8c8c;
    position: relative;
    z-index: 9;
    font-size: .14rem;
    cursor: pointer;
    overflow: hidden;
}
.head-search .search-toggle:before,
.head-search .search-toggle:after{
    display: inline-block;
    width: .29rem;
    height: .29rem;
    line-height: 2;
    font-family: 'fontawesome';
    content: '\f002';
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-search .search-toggle:after{
    content: '\f00d';
    top: 100%;
}
.head-search .head-search-form {
    position: absolute;
    right: .29rem;
    top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-search .head-search-form .search-ipt{
    width: 240px;
    height: .29rem;
    line-height: .29rem;
    background-color: #333;
    border: 0;
    border-radius: .15rem;
    padding: 0 .1rem;
    color: #8c8c8c;
}
.head-search .head-search-form .search-btn{
    width: .29rem;
    height: .29rem;
    line-height: .29rem;
    text-align: center;
    cursor: pointer;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
}
.head-search .head-search-form .search-btn:before{
    color: #8c8c8c;
    font-size: .14rem;
    font-family: 'fontawesome';
    content: '\f002'; 
}
.head-search-show .head-search-form {
    opacity: 1;
    visibility: visible;
}
.head-search-show .head-search-form{
    opacity: 1;
    visibility: visible;
}
.head-search-show .search-toggle:before{
    top: -100%;
}
.head-search-show .search-toggle:after{
    top: 0;
    color: #feb010;
}

.wml-banner-img{ margin: .3rem auto 0; width: 100%; max-width: 1030px; height: auto; position: relative; }
.wml-banner-img img{ width: 100%; height: auto; display: block; }

/* language */
.change-language {
   z-index: 3!important;
   margin-left:0;
   margin-top: 0;
   vertical-align: middle!important;
   float: right;
   font-size: .12rem;
   margin-right: .1rem;
}
.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: #8c8c8c;
}
.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: #959595!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;
}


/* nav */
.nav-bar {
    height: .35rem;
    line-height: .35rem;
    clear: right;
    margin-top: .05rem;
    text-align: left;
}
.nav-bar .nav li,
.nav-bar .nav li a{
    color: #8c8c8c;
}
.nav-bar .nav .nav-ico {
    display: inline-block;
    line-height: 1.5;
    font-size: .12rem;
    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: '\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{
    position: relative;
    float: left;
    white-space: nowrap;
}
.nav-bar .nav > li > a{
    display: inline-block;
    padding: 0 .18rem;
}
.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: 1.8rem;
    background-color: #555;
    position: absolute;
    left: 50%;
    margin-left: -.9rem;
    top: .45rem;
    padding: .15rem 0;
    -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;
    border-radius: .3rem;
}
.nav-bar .nav ul li{
    padding: 0 .2rem;
    position: relative;
}
.nav-bar .nav ul li a{
    display: block;
    height: .3rem;
    line-height: .3rem;
    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,
.nav-bar .nav .li-hover > a{
    color: #feb010;
}
.nav-bar .nav ul ul{
    left: 100%;
    margin-left: .1rem;
    top: 0;
}


/* fixed nav */
.fixed-nav{
    background: none;
}
.fixed-nav .nav-wrap{
    width: 100%;
    max-width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}
.fixed-nav .nav-wrap .nav{
    max-width: 1030px;
    margin: 0 auto;
     padding-top: .1rem;
    padding-bottom: .1rem;
    /*background-color: #222;*/
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 0 0 .2rem .2rem;

}
.nav-wrap .nav:before{
    content: '';
    display: block;
    width: 100%;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    background-color: rgba(0,0,0,.9);
    border-radius: 0 0 .2rem .2rem;
}
.fixed-nav .nav-wrap .nav:before{
    height: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;

}

.fixed-nav .nav-bar{
    margin-top: 0;
    float: none;
    text-align: center;
}
.fixed-nav .nav-bar .nav > li{
    display: inline;
    float: none;
}
.fixed-nav .nav-bar .nav ul li{
    padding: 0 .2rem;
}






/*--------------------------footer---------------------------*/
.foot-wrapper{
    background-color: #2b2b2b;
    border-radius: .35rem .35rem 0 0;
    max-width: 1030px;
    margin: 0 auto;
    padding-top: .2rem;
    position: relative;
}
.foot-wrapper:before{
    content: '';
    width: 245px;
    height: 78px;
    background: url(../images/ft_ico_leaf.png) 0 0 no-repeat;
    position: absolute;
    right: -85px;
    top: -36px;
}
.foot-items {
    padding: .4rem;
}
.foot-items,
.foot-items a{
    color: #aaa;
}
.foot-items a:hover{
    color: #fff;
}
.foot-items {
    margin: 0 -.5rem;
}
.foot-items .foot-item{
    width: 33.333333%;
    padding: 0 .5rem;
    line-height: .3rem;
    float: left;
}
.foot-items .foot-item .foot-tit{
    padding-bottom:.25rem;
    font-size: .2rem;
    position: relative;
    font-style: italic;
}
.foot-items .foot-item .foot-tit,
.foot-items .foot-item .foot-tit a{
    color: #7e7e7e;
}
.foot-items .foot-item .foot-tit:after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 21px;
    background: url(../images/tit_ico_2.png) center no-repeat;
    vertical-align: middle;
    margin-left: .06rem;
    position: relative;
    top: -2px;
}
.foot-items .foot-txt-list li{
    margin-bottom: .1rem;
}
.social-list li{
    display: inline;
    padding: 0 .05rem .05rem 0;
}
.social-list li .sc-ico{
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 2px;
    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;
    opacity: .6;
    filter: alpha(opacity=60);
}
.social-list li a:hover .sc-ico{
    background-color: #ffaf11;
    opacity: 1;
    filter: alpha(opacity=100);
}
.social-list li .sc-ico img{
    width: 100%;
    height: auto;
    display: block;
    -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);
}
.foot-items .contact-list li,
.foot-items .contact-list li:before{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.foot-items .contact-list li{
    padding-left: .3rem;
    position: relative;
    margin-bottom: .15rem;
    line-height: .28rem;
}
.foot-items .contact-list li:hover{
    color: #fff;
}
.foot-items .contact-list li:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    font-size: .18rem;
    line-height: 1.6;
}
.foot-items .contact-list li:hover:before{
    color: #feb010;
}
.foot-items .contact-list li.foot_addr:before{
    content: '\f041';
}
.foot-items .contact-list li.foot_email:before{
    content: '\f003';
}
.foot-items .contact-list li.foot_tel:before{
    content: '\f095';
}
.foot-items .subscribe .txt{
}
.foot-items .foot-item-inquiry .gd-btn-box{
    text-align: left;
    padding-top: .25rem;
}
.foot-items .foot-item-inquiry .button {
    display: inline-block;
    line-height: .22rem;
    font-size: .14rem;
    padding: .05rem .2rem;
    margin-top: .15rem;
    border: 0;
    background: #333;
    border-radius: .12rem;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    font-style: normal;
}
.foot-items .foot-item-inquiry .button:hover{
    background-color: #ffaf11;
    color: #fff;
}
.foot-items .foot-item-inquiry .button:before {
    font-family: "fontawesome";
    content: "\f0e0";
    margin: 0 .1rem 0 0;
}




/* copyright */
.foot-bar{
}
.foot-bar,
.foot-bar a{
    color: #636262;
}
.foot-bar .layout{
    width: 80%;
    margin: 0 auto;
    text-align: center;
    border-top: .08rem solid #2f2f2f;
}
.foot-bar .copyright{
    line-height: .35rem;
    padding: .15rem;
}


/* gotop */
.gotop{
    width:.4rem;
    height: .4rem;
    line-height: .4rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: .15rem;
    background-color: #d0d0d0;
    border: .03rem solid #d0d0d0;
    font-size: .18rem;
    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;
    opacity: .8;
    display: none;
}
.gotop:hover{
    opacity: 1;
    color: #fff;
    background-color: #feb010;
    border-color: #feb010;
}
.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 .layout{
    padding-top: 55px;
    padding-bottom: 55px;
    border-top: .1rem solid #efefef;
}


.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 -.2rem;
}
.gd-col-6{
    width: 50%;
    padding: 0 .2rem;
    float: left;
}
.index-main-content{
    font-size: .16rem;
    padding-bottom: .2rem;
}



/* slide banner */
.rev_slider_wrapper {
    width: 100%;
    margin: .3rem auto;
    overflow: hidden;
    position: relative;
}
.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: 50%;
    background: rgba(0,0,0,.3)!important;
}
.tp-leftarrow{
    left: -.5rem!important;
}
.tp-rightarrow{
    right: -.5rem!important;
}
.tp-leftarrow:before{
    content: '\f060';
}
.tp-rightarrow:before{
    content: '\f061';
}
.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: #d0d0d0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tp-bullets.simplebullets .bullet.selected{
    background-color: #ffaf10;
    border-color: #ffaf10;
}
.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: #ffaf10!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 {
    margin-bottom: .35rem;
}
.index-title-bar .index-title{
    position: relative;
    font-size:.32rem;
    line-height: 1.1;
    font-style: italic;
    font-weight: normal;
    text-align: center;
}
.index-title-bar .index-title,
.index-title-bar .index-title a{
    color: #959595;
}
.index-title-bar .index-title a{
    vertical-align: middle;
}
.index-title-bar .index-title .txt-impt{
    color: #2a2a2a;
    font-weight: bold;
}
.index-title-bar .index-title:after{
    content: '';
    display: inline-block;
    width: .2rem;
    height: .34rem;
    background: url(../images/tit_ico_1.png) 0 center no-repeat;
    margin-left: .1rem;
    vertical-align: middle;
}



/* 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: #d0d0d0;
    color: #fff;
    padding: .075rem .2rem;
    line-height: .2rem;
    cursor: pointer;
    border-radius: .2rem;
    font-size: .14rem;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: .13rem;
}
.gd-btn:hover,
a.gd-btn:hover{
    background-color: #ffaf10;
    border-color: #ffaf10;
    color: #fff;
}
.gd-btn,
a.gd-btn{
    display: inline-block;
}



/* cates */
.index-cate-layer {
}
.index-cate-layer .layout{
    padding-top: 85px;
    position: relative;
}
.index-cate-layer .cate-tabs {
    position: absolute;
    left: 0;
    top: 310px;
    z-index: 1;
}
.index-cate-layer .cate-tabs .tab-item{
    display: inline-block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    font-size: .21rem;
    font-style: italic;
    background-color: #d0d0d0;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);  
}
.index-cate-layer .cate-tabs .tab-item a{
    display: inline-block;
    position: relative;
    z-index: 1;
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease;
}
.index-cate-layer .cate-tabs .tab-item:hover a{
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.index-cate-layer .cate-tabs .tab-item:not(.active):before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.7);
    -ms-transform: scale(.7);
    -o-transform: scale(.7);
    transform: scale(.7);
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: #aaa;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.index-cate-layer .cate-tabs .tab-item:not(.active):hover:before{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    filter: alpha(opacity=100);
}
.index-cate-layer .cate-tabs .tab-item:nth-child(n){
    position: absolute;
    left: -10px;
    bottom: 5px;
}
.index-cate-layer .cate-tabs .tab-item,
.index-cate-layer .cate-tabs .tab-item a{
    color: #fff;
}
.index-cate-layer .cate-tabs .tab-item:nth-child(2){
    left: 20px;
    bottom: 120px;
}
.index-cate-layer .cate-tabs .tab-item:nth-child(3){
    left: 100px;
    bottom: 210px;
}
.index-cate-layer .cate-tabs .tab-item:nth-child(4){
    left: 210px;
    bottom: 257px;
}
.index-cate-layer .cate-tabs .tab-item.active{
    background-color: #ffaf10;
}
.index-cate-layer .cate-item{
    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: start ;
    -moz-align-items: start ;
    -webkit-align-items: start ;
    align-items: start ;
    position: relative;
    display: block;
    opacity: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    display: table\9;
}
.index-cate-layer .cate-item-banner,
.index-cate-layer .cate-item-cont{
    display: table-cell\9;
    vertical-align: top;
}
.index-cate-layer .active .cate-item{
    opacity: 1;

}
.index-cate-layer .cate-item-banner{
    width: 530px;
    position: relative; 
}
.index-cate-layer .cate-item-banner img{
    display: block;
    width: 100%;
    height: auto;
}

.index-cate-layer .cate-item-cont{
    padding-left: .55rem;
    padding-top: .2rem;
    text-align: center;
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
}
.index-cate-layer .cate-item-cont .index-title-bar{
    margin-bottom: .15rem;
}
.index-cate-layer .cate-item-cont .cate-img{
    display: block;
}
.index-cate-layer .cate-item-cont .cate-img img{
    height: 2.4rem;
}
.index-cate-layer .cate-item-cont .cate-desc{
    display: block;
    padding-top:.2rem;
}
.index-cate-layer .cate-item-cont .gd-btn-box{
    padding-top: .35rem;
}
.index-cate-layer .owl-loaded .cate-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}



/* about us */
.about-us {}
.about-us .layer-body {}
.about-us .about-img{
    width: 45%;
    padding-right: .15rem;
    float: left;
}
.about-us .about-img img{
    display: block;
    width: 100%;
    height: auto;
}
.about-us .about-cont {
    width: 55%;
    float: right;
}
.about-us .about-cont .gd-btn-box{
    padding-top: .4rem;
}


/* news & event */
.news-layer .news-item{
    display: none;
}
.news-layer .news-img{
    width: 38%;
    padding-right: .3rem;
    float: left;
}
.news-layer .news-img img{
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #ddd;
}
.news-layer .news-time{
    display: block;
    padding-bottom: .15rem;
    font-size: .18rem;
    font-weight: bold;
}
.news-layer .news-time:before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 21px;
    background: url(../images/tit_ico_2.png) center no-repeat;
    vertical-align: middle;
    margin-right: .06rem;
    position: relative;
    top: -2px;
}
.news-layer .news-cont {
    width: 62%;
    float: right;
    padding-right: .4rem;
}
.news-layer .news-cont .gd-btn-box{
    padding-top: .4rem;
}
.news-layer .owl-carousel .owl-controls .owl-nav{
    left: 48%;
    top: auto;
    bottom: -.4rem;
    width: auto;
}
.news-layer .owl-loaded .news-item{
    display: block;
}


/* product list */
.product-item{
    width: 25%;
    padding: .2rem;
    float: left;
}
.product-item .item-wrap{
    background-color: #efefef;
    padding: .1rem .1rem 0;
    border-radius: .12rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-item .item-img,
.product-item .item-img img{
    border-radius: .12rem; 
}
.product-item .item-img{
    display: block;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}
.product-item .item-img img{
    display: block;
    width: 100%;
    height: auto;
}
.product-item .item-info .item-title{
    font-weight: normal;
    font-size: .14rem;
}
.product-item .item-info .item-title a{
    display: block;
    height: .5rem;
    line-height: .5rem;
    overflow: hidden;
    text-align: center;
}
.product-item .item-wrap:hover{
    background-color: #ffaf10;
}
.product-item .item-wrap:hover .item-title a{
    color: #fff;
}
.product-items .owl-loaded .product-item{
    display: block;
}
.product-items .owl-carousel .owl-controls .owl-nav{
    width: auto;
    right: 0;
    top: -.65rem;
}
.product-items .items-content{
    margin-left: -.2rem;
    margin-right: -.2rem;
}
.product-items .product-item .item-info .item-title{
    font-size: .16rem;
}
.product-items .gd-btn-box {
    text-align: center;
    padding-top: .3rem;
}


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



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






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

.path-bar{
    padding-top: 0rem;
    margin-bottom: .4rem;
}
.path-bar .path-nav{
    padding-top:.15rem;
    padding-bottom: .15rem;
    border-bottom: .08rem solid #efefef;
}
.path-bar .path-nav a:hover{
    color: #feb010;
}
.path-bar .path-nav li{
    display: inline;
}
.path-bar .path-nav li:after{
    content: '\f04b';
    padding: 0 .1rem;
    color: #ccc;
    font-size: 10px;
}
.path-bar .path-nav li:last-child:after{
    display: none;
}

.page-bar {
    text-align: center;
}
.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 2px;
    border-radius: 2px;
}
.pages a.current,
.pages a:hover {
    background:#feb010;
    border-color:#feb010;
    color: #FFF;
}
.pages span.current2 {
    vertical-align: middle;
}


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

.aside {
    float: left;
    width: 20%;
    padding-bottom: .6rem;
}
.side-tit-bar {
    position: relative;
}
.side-tit-bar .side-tit {
    position: relative;
    font-size: .2rem;
    height: .4rem;
    line-height: .4rem;
    overflow: hidden;
    font-weight: normal;
    font-style: italic;
}
.side-tit-bar .side-tit:after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 34px;
    background: url(../images/tit_ico_1.png) center no-repeat;
    vertical-align: middle;
    margin-left: .08rem;
    position: relative;
    top: -2px;
}
.side-tit-bar .side-tit,
.side-tit-bar .side-tit a{
}
.side-tit-bar .side-tit .txt-impt{
}
.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}
.side-cate {
    padding: .2rem 0 .2rem 0;
}
.side-cate li {
    position: relative;
    line-height:25px;
}
.side-cate > li{
}
.side-cate ul {
    display: block;
}
.side-cate li ul{
    margin-left: 23px;
}
.side-cate li a {
    position: relative;
    display: block;
    overflow: hidden;
    padding-left: 23px;
    margin-bottom: .06rem;
}
.side-cate li a:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 25px;
    line-height: 25px;
    background: url(../images/tit_ico_3.png) 0 center no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    color: #76b820;
}
.side-cate li .no-menu li a{
    padding-left: 15px;
}
.side-cate li .no-menu li a:before{
    font-family: 'fontawesome';
    content: '\f111';
    font-size: .05rem;
    color: #76b820;
    background: none;
}
.side-cate li .no-menu:hover:before{
    opacity: .3;
}
.side-cate li .no-menu li.active a:before,
.side-cate li .no-menu li.active a{
    color: #feb010;
}
.side-cate li .icon-cate {
    display: inline-block;
    width: 23px;
    height: 25px;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
}
.side-cate li.nav-current>a,
.side-cate li>a:hover,
li.show_li>a {
    color: #feb010;
}
.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,
.side_product_item .item-img img{
    border-radius: .15rem;
}
.side_product_item .item-img {
    width: .75rem;
    vertical-align: middle;
}
.side_product_item .item-img img {
    position: relative;
    display: block;
    width: 100%;
    background-color: #efefef;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.side_product_item figcaption {
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
    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: #feb010;
}
.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .25;
    filter: alpha(opacity=25);
    -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{
    opacity: .55;
    filter: alpha(opacity=55);
}
.side-product-items .disabled{
    display: block;
    cursor: default;
}
.side-product-items .disabled:hover{
    opacity: .25;
    filter: alpha(opacity=25);
}
.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: 1rem;
}
.main-tit-bar {
    padding: 0;
    line-height: .4rem;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 .2rem;
    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;
}
.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{
    width: 33.333333%;
    padding-top: .1rem;
    padding-bottom: .3rem;
}
.items_list .product-item:nth-child(3n+1){
    clear: left;
}
.items_list > ul{
    margin-left: -.2rem;
    margin-right: -.2rem;
}




/*-------------------------------------------------------- 
                                                    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 {
    overflow: hidden;
    background-color: #efefef;
}
.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: #efefef;
    border-radius: .1rem;
}
.product-view .product-image img {
    position: relative;
    width: 100%;
}
.product-view .image-additional {
    position: relative;
    width: 100%;
    margin: 30px 0 0;
    padding: 0 30px;
}
.product-view .image-additional ul {
    position: relative;
    width: 100%;
    margin: 0 auto;
}
.product-view .image-additional li a,
.product-view .image-additional li img{
    border-radius: .15rem;
}
.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%;
    padding: 0;
}
.product-view .image-additional li a {
    position: relative;
    display: block;
    border: 3px solid #efefef;
    background-color: #efefef;
}
.product-view .image-additional li.current a{
    border-color: #feb010;
}
.product-view .owl-carousel .owl-item{
    overflow: visible;
    padding-bottom: 2px;
}
.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;
    width: .2rem;
    height: 40px;
    line-height: 40px;
    height: auto;
    top: 50%;
    margin: 0;
    margin-top: -20px;
    padding: 0;
    border-radius: 0;
    color: #999;
    background: none;
    font-size: .24rem;
    text-align: center;
    z-index: 9;
    -webkit-transform: scale(1, 1.8);
    -ms-transform: scale(1, 1.8);
    -o-transform: scale(1, 1.8);
    transform: scale(1, 1.8);
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover{
    color: #feb010;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
    left:-30px;
}
.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: 53%;
    float: right;
    font-size: .14rem;
}
.product-summary .product-title{
    line-height: .32rem;
    font-size: .24rem;
    font-weight: normal;
    margin-bottom:.15rem;
}
.product-summary .product-meta {
    line-height: 25px;
}
.product-summary .product-meta h3 {
    margin: 0 0 .1rem;
    font-size: .14rem;
    font-weight: normal;
}
.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;
}
.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: .45rem 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 10px;
    border-radius: 3px;
    background: #feb010;
    border: 2px solid #feb010;
    color: #FFF;
    font-size: .14rem;
    margin: 0 0 .05rem .2rem;
    border-radius: .1rem;
}
.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: #feb010;
    border-color: #feb010;
}
.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;
    border-bottom: 1px solid #efefef;
}
.detail-tabs .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    line-height:1.5;
    padding: 0 .08rem;
    cursor: pointer;
    float: left;
    margin-right: .15rem;
    font-size: .24rem;
    font-style: italic;
    border-bottom: .1rem solid #fff;
}
.detail-tabs .title.current {
    color: #feb010;
    position: relative;
    border-bottom-color: #efefef;
}
.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: #feb010;
    color: #fff;
    font-size: .16rem;
    font-style: italic;
}
.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;
    margin: 0 auto .2rem;
    border-bottom:1px solid #efefef;
}
.goods-title-bar .title {
    display: inline-block;
    font-size: .24rem;
    position: relative;
    border-bottom: .1rem solid #efefef;
    font-style: italic;
    padding: 0 0 .05rem;
}
.goods-title-bar .title:after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 34px;
    background: url(../images/tit_ico_1.png) center no-repeat;
    vertical-align: middle;
    margin-left: .08rem;
    position: relative;
    top: -2px;
}
.goods-title-bar .title .txt-impt{
    color: #feb010;
    font-weight: bold;
}
.goods-may-like .product-item{
    width: 100%;
    padding: 0;
    display: none;
}
.goods-may-like .owl-loaded .product-item{
    display: block;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav{
    width: auto;
    left: auto;
    right:0;
    top: -.6rem;
}
.goods-may-like .owl-carousel .owl-item{
    overflow: visible;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next{
    margin: 0;
    margin-left: .1rem;
}



/*-------------------------------------------------------- 
                                                    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;
    margin-top: .1rem;
    border-radius: .1rem;
}
.blog-item .item-info .item-more:hover{
    background-color: #feb010;
    border-color: #feb010;
    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;
    }



    /* index */
    .tp-leftarrow{
        left: .2rem!important;
    }
    .tp-rightarrow{
        right: .2rem!important;
    }
    .index-cate-layer .cate-item-banner{
        width: 420px;
    }
    .index-cate-layer .cate-item-cont{
        padding-top: 0;
    }
    .index-cate-layer .cate-item-cont .cate-img img{
        height: 1.9rem;
    }

    /* footer */
    .foot-wrapper{
        overflow: hidden;
    }
    .foot-wrapper:before{
        display: none;
    }
}

@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: #feb010;
        padding: 0;
    }

    .wml-banner-img{ margin: 0 auto; }

    /* topbar */
    .head-wrapper{
        padding-top: .5rem;
        padding-bottom: .2rem;
        background-color: #2b2b2b;
    }
    .head-layout:before{
        display: none;
    }
    .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{
        display: block;
        padding: 0;
        text-align: center;
        float: none;
    }
    .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;
        width: .35rem;
        padding: 0;
        height: .35rem;
        line-height: .35rem;
        background: none;
        border: none;
        color: #000;
        cursor: pointer;
        text-align: center;
    }
    .head-search-form .search-btn:hover{
        background: none;
    }
    .head-search-form .search-btn:before{
        font-family: 'fontawesome';
        content: '\f002';
    }



    /*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: 0 auto;
    }
    .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;
    }

    /* 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 -------------- */
    .path-bar{
        padding-top: 0rem;
    }


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

    /* cates */
    .index-cate-layer .layout{
        padding-top: 55px;
    }
    .index-cate-layer .cate-tabs{
        position: static;
        text-align: center;
        padding-bottom: .3rem;
    }
    .index-cate-layer .cate-tabs .tab-item,
    .index-cate-layer .cate-tabs .tab-item:nth-child(n){
        position: static;
    }
    .index-cate-layer .cate-tabs .tab-item{
        width: .65rem;
        height: .65rem;
        line-height: .65rem;
        text-align: center;
        font-size: .14rem;
        margin: 0 .02rem;
    }
    .index-cate-layer .cate-item{
        padding-left: 0;
        max-width: 500px;
        margin: 0 auto;
        display: block;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }
    .index-cate-layer .cate-item-banner{
        width: auto;
        max-width: 70%;
        margin: 0 auto;
    }
    .index-cate-layer .cate-item-cont{
        padding: .3rem 0 0;
    }
    .index-cate-layer .owl-loaded .cate-item{
        display: block;
    }

    /* product */
    .product-item{
        width: 25%;
        padding: .1rem;
    }
    .product-items .items-content{
        margin-left: -.1rem;
        margin-right: -.1rem;
    }

    /* about us */
    .about-us{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
    .news-layer .layer-body{
        max-width: 500px;
        margin-left: auto;
        margin-right: auto;  
    }



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


    .banner-list .banner-item{ width: 25%; padding: .1rem; }


    /* ------------- product list ------------- */
    .items_list{
    }
    .items_list > ul{
        margin-left: -.05rem;
        margin-right: -.05rem;
    }
    .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:.3rem 0 .2rem;
    }


    /* ------------- footer ------------- */
    .foot-wrapper{
        border-radius: .2rem .2rem  0 0;
    }
    .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;
    }
    .foot-items{
        padding-top: .2rem;
        padding-bottom: .2rem;
    }
    .foot-items .foot-item{
        padding-top: .2rem;
        padding-bottom: .2rem;
    }


}



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

    .banner-list .banner-item{ width: 50%; padding: .15rem; }

    /* ------------- 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-item{
        width: 50%;
        padding: .05rem;
    }
    .product-items .items-content{
        margin-left: -.05rem;
        margin-right: -.05rem;
    }
    .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;
    }


    /* about us */
    .about-us{
        text-align: center;
    }
    .about-us .about-img{
        width: 100%;
        padding-right: 0;
        margin: 0 auto;
        float: none;
        text-align: center;
    }
    .about-us .about-img img{
        width: auto;
        margin: 0 auto;
    }
    .about-us .about-cont{
        width: 100%;
        float: none;
        padding-top: .2rem;
    }

    /* news */
    .news-layer .news-img{
        width: auto;
        float: none;
        padding-right: 0;
    }
    .news-layer .news-img img{
        width: auto;
        margin: 0 auto;
    }
    .news-layer .news-cont{
        width: 100%;
        float: none;
        text-align: center;
        padding-top: .2rem;
    }




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


    /* ------------- product list ------------- */
    .main-tit-bar{
        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 .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;
    }



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




                                                                                              