﻿@charset "utf-8";



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

/* font color */
body, html, input, button, textarea,a{color:#333;}
a:hover{color:#5ac0f8;}
/*html{font-size: 10px;}*/

a{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

/* font family */
/*body,html,input,button,textarea{font-family:'SourceSansProLight',Arial, Helvetica, sans-serif; }
.nav > li > a,h1,h2,h3,.synopses-tabs{font-family:'SourceSansProRegular',Arial, Helvetica, sans-serif;}*/
/*.index-title-bar .index-title,
.about-us .about-detail .about-title {
    font-family: 'SourceSansProBlack';
}
*/


.index-cate-item,
.index-title-bar .index-title,
.product-item .gd-btn-link{
    font-family: 'SourceSansProBlack';
}




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

/* layout */
.layout,
.nav-bar .nav-wrap,
.path-bar .path-nav{
    width: auto;
    max-width: 1200px;
}
.head-wrapper .layout,
.index-main-content .layout,
.nav-bar .nav-wrap,
.foot-wrapper .layout{
    max-width: 92%;
}

.index-main-content{
    padding: 0;
    background: none;
}
.disabled{
    display: none;
}


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


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


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


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


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



/* topbar */
.topbar{
    position: relative;
    padding: 15px 0;
    text-align: right;
    background-color: #4d5d77;
    z-index: 90;
}
.topbar,
.topbar a{
    color: #b3bcc3;
}
.topbar .topleft{
    display: inline;
    float: left;
    line-height: 30px;
}
.topbar .topleft,
.topbar .topleft a{
    color: #fff;
}
.topbar .topleft a:hover{
    color:#5ac0f8;
}
.topbar .topr {
    display: inline;
    float: right;
}
.head-wrapper .head-contact{
}
.head-wrapper .head-contact li{
    float: left;
    margin-right: .3rem;
}
.head-wrapper .head-contact li:before{
    font-family: "fontawesome";
    color: #5ac0f8;
    padding-right: .05rem;
    font-size: .16rem;
}
.head-wrapper .head-contact li.head-phone:before{
    content: '\f095';
}
.head-wrapper .head-contact li.head-email:before{
    content: '\f0e0';
}
.change-language {
   z-index: 3!important;
   margin-left: .1rem;
}
.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: #b3bcc3;
}
.change-language-info:hover .change-language-title,
.change-language-info:hover .change-language-title a,
.change-language-info:hover .change-language-title span,
.change-language-info:hover .language-icon {
    color: #5ac0f8!important;
}
.change-language-info .language-icon{
    color: #5ac0f8!important;
}
.change-language-cont,
.change-language-cont a{
    color: #333
}
.change-language-cont a:hover{
    color: #5ac0f8;
}

/* search */
.head-search{
    display: inline-block;
    position: relative;
}
.head-search .head-search-form{
}
.head-search .search-ipt{
    display: block;
    width: 2rem;
    height: 30px;
    line-height: 30px;
    border: 0;
    border-bottom: 1px solid #727d91;
    background-color: transparent;
    color: #b3bcc3;
}
.head-search .search-ipt::-webkit-input-placeholder{
color:#b3bcc3;
} 
.head-search .search-ipt:-moz-placeholder { 
color:#b3bcc3;
} 
.head-search .search-ipt::-moz-placeholder {
color:#b3bcc3;
} 
.head-search .search-ipt:-ms-input-placeholder {
color:#b3bcc3;
} 

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



/* logo */
.layout .logo{
    display: block;
    text-align: center;
    padding: .2rem 0;
}
.layout .logo img{
    max-height: .9rem;
}


/* nav */
.nav-bar{
    width: 100%;
    position: relative;
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;

}
.nav-bar .nav-wrap{
}
.nav-bar .nav {
    float: left;
}
.nav-bar .nav,
.nav-bar .nav a{
    color: #333;
}
.nav-bar .nav>li{
    float: left;
    position: relative;
    font-weight: bold;
}
.nav-bar .nav>li>a {
    position: relative;
    display: inline-block;
    min-width: 110px;
    text-transform: uppercase;
    font-size: .14rem;
    line-height: .3rem;
    padding: .25rem 20px;
    vertical-align: top;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    margin-right: -1px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.nav-bar .nav>li>a:before{
    color: #5ac0f8;
    font-family: "fontawesome";
    content: '\f0d8';
    height: .6em;
    line-height:1em;
    overflow: hidden;
    font-size: .18rem;
    display: block;
    width: 100%;
    border-bottom: 4px solid #5ac0f8;
    position: absolute;
    left: 0;
    bottom: -1px;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    opacity: 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}

.nav-bar .nav:hover>li>a,
.nav-bar .nav:hover>li.nav-current>a{
    background: none;
}
.nav-bar .nav:hover>li>a:before,
.nav-bar .nav:hover>li.nav-current>a:before{
    opacity: 0;
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}
.nav-bar .nav:hover>li>a:hover,
.nav-bar .nav>li>a:hover,
.nav-bar .nav>li.nav-current>a,
.nav-bar .nav>li.li-hover>a {
    color: #5ac0f8;
    background-color: #f2f2f2;
}
.nav-bar .nav>li>a:hover:before,
.nav-bar .nav>li.nav-current>a:before,
.nav-bar .nav:hover>li.nav-current>a:hover:before,
.nav-bar .nav:hover>li.li-hover>a:before{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.nav-bar .nav>li>a:hover{
    color: #5ac0f8;
}
.nav-bar .nav ul {
    width: 250px;
    position: absolute;
    top: .8rem;
    left: 0;
    padding: .15rem 0;
    background:#e8e9ed;
    text-align: left;
    z-index: 999;
    box-shadow: .02rem .02rem  0 rgba(0,0,0,.1);
    display: block;
    visibility: hidden;
    opacity: 0;
    text-transform: uppercase;
}
.nav-bar .nav li ul {
    -webkit-transform: scale(.8) translateY(-15%);
    -ms-transform: scale(.8) translateY(-15%);
    -o-transform: scale(.8) translateY(-15%);
    transform: scale(.8) translateY(-15%);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.nav-bar .nav li ul li{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    font-size: .12rem;
}
.nav-bar .nav li li {
    display: block;
    font-size: .16rem;
    padding: 0 .25rem;
}
.nav-bar .nav li li a {
    color: #333;
    padding: 0;
    display: block;
    height: .42rem;
    line-height: .42rem;
    overflow: hidden;
    border-bottom: 1px solid #666;
}
.nav-bar .nav li.li-hover > ul {
    opacity:1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.nav-bar .nav  li li:last-child{
    border-bottom: 0;
}
.nav-bar .nav ul li:last-child a{
    border-bottom: 0;
}
.nav-bar .nav ul ul,
.fixed-nav.nav-bar .nav ul ul {
    top: 0;
    left:17.86em;
    margin-left: .02rem;
}
.nav-bar .nav ul li:hover>a {
    color: #5ac0f8;
}
.nav-bar .nav li .nav-ico {
    display: inline-block;
    line-height: 1.5;
    font-size: .16rem;
    margin: 0 0 0 .05rem;
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: bold;
}
.nav-bar .nav li .nav-ico:after {
    content: '\f107';
}
.nav-bar .nav li li .nav-ico {
    position: absolute;
    top: 0;
    right: .1rem;
    line-height: .35rem;
}
.nav-bar .nav li li .nav-ico:after {
    content: '\f0da';
}
.nav-bar .nav > li.li-hover > a{
    color: #5ac0f8;
}
.nav-bar .nav > li.li-hover > a .nav-ico{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
/* fixed nav */
.fixed-nav .nav-bar{
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10009;
    box-shadow: 0 0 1px rgba(0,0,0,.3);
}
.fixed-nav .topbar,
.fixed-nav .logo{
    /*display: none;*/
}
.fixed-nav .nav-bar .nav{
    border-bottom-color:#fff;
}
.fixed-nav .nav-bar .nav>li>a {
    padding-top: .15rem;
    padding-bottom: .15rem;
}
.fixed-nav .nav-bar .nav ul {
    top: .6rem;
}
.fixed-nav{
    padding-bottom: .4rem;
}






/*--------------------------footer---------------------------*/
.foot-wrapper{
    background-color: #4d5d77;
}
.foot-items{
    padding: .8rem 0;
    font-size: .18rem;
}
.foot-items,
.foot-items a{
    color: #a9adb8;
}
.foot-items a:hover{
    color: #5ac0f8;
}
.foot-items .foot-item{
    width: 30%;
    padding-right: 3.33333333%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
}
.foot-items .foot-item .foot-tit{
    margin: 0 0 .3rem;
    font-size: .24rem;
    text-transform: uppercase;
}
.foot-items .foot-item .foot-tit,
.foot-items .foot-item .foot-tit a{
    color: #fff;
}
.foot-items .foot-item .foot-tit:after{
    content: '';
    display: block;
    width: .5rem;
    height: 4px;
    background-color: rgba(255,255,255,.2);
    margin-top: .1rem;
}
.foot-item-contact li {
    position: relative;
    padding: 0 0 .2rem .35rem;
    line-height: 1.5;
}
.foot-item-contact li:before {
    position: absolute;
    left: 0;
    top: 0;
    font-size: .18rem;
    color: #5ac0f8;
}
.foot-item-contact li.foot_addr:before {
    content: "\f041";
}
.foot-item-contact li.foot_tel:before {
    content: "\f095";
}
.foot-item-contact li.foot_phone:before {
    content: "\f10b";
    font-size:.16rem;
}
.foot-item-contact li.foot_email:before {
    content: "\f003"
}
.foot-item-contact li.foot_fax:before {
    content: "\f1ac"
}
.foot-item-contact li.foot_skype:before {
    content: "\f17e"
}
.foot-items .foot-txt-list li{
    display: block;
    height: .28rem;
    line-height: .28rem;
    overflow: hidden;
}
.foot-items .foot-txt-list li a{
    display: inline-block;
    position: relative;
}
.foot-items .foot-item-flinks .foot-txt-list li a:hover{
    text-decoration: underline;
}
.foot-bar{
    text-align: center;
}
.foot-bar,
.foot-bar a{
    color: #a9adb8;
}
.foot-bar .layout{
    border-top: 1px solid #5e6a82;
}
.foot-bar .copyright{
    display: block;
    padding: .3rem 0;
}

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

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

}




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


.gd-row:after{
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}



.gd-layer{
    padding: .9rem 0 0;
}
.gd-layer,
.gd-layer a{
    color: #333;
}
.gd-layer a:hover{
    color: #000;
}
.layer-hd{}
.layer-body{}
.gd-row{}
.index-title-bar{}
.index-title-bar .index-title{}
.index-title-bar .title-desc{}
.learn-more-bar {}
.gd-btn{}





/* slide banner */
.rev_slider_wrapper {
    width: 100%;
    max-width: 92%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.tp-leftarrow,
.tp-rightarrow {
    font-size: .18rem;
    background-color: #000;
    float: left;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    color: #fff!important;
    width: .6rem;
    height: .6rem;
    line-height: .6rem;
    text-align: center;
    overflow: hidden;
    top: 50%!important;
    margin-top: -.3rem!important;
    z-index: 99;
    opacity: 0;
    filter: alpha(opacity=0);
}
.tp-leftarrow{
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    -o-transform: translateX(-30%);
    transform: translateX(-30%);
}
.tp-rightarrow{
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    -o-transform: translateX(30%);
    transform: translateX(30%);
}
.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:.15rem;
    height:.15rem;
    border-radius: 50%;
}
.tp-bullets.simplebullets .bullet{
    background-color: #fff;
    border: 3px solid #fff;
}
.tp-bullets.simplebullets .bullet.selected{
    background-color: transparent;
}
.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow{
    opacity: .5;
    filter: alpha(opacity=50);
    -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{
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff!important;
}
.tp-loader.spinner0 {
    background: url(../images/loading.gif) center no-repeat;
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
}


.owl-carousel .owl-controls .owl-dots{
    padding: .2rem 0 0;
    position: static;
}
.owl-carousel .owl-controls .owl-dots .owl-dot{
    width: 10px;
    height: 10px;
    margin: 0 .035rem;
    border-radius:50%;
    border: 1px solid #ccc;
    background: #ccc;
}
.owl-carousel .owl-controls .owl-dots .active{
    background-color: #333;
    border-color: #333;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    background-color: #37dd3d;
}


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

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


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



/* cate-layer */
.index-cate-layer{
    padding-top: .6rem;
}
.index-cate-layer .gd-row{
    margin-left: -.3rem;
    margin-right: -.3rem;
}
.index-cate-list{}
.index-cate-item{
    display: block;
    width: 25%;
    padding: .3rem;
    position: relative;
    float: left;
}
.index-cate-item .cate-item-wrap{
    display: block;
    position: relative;
    border: 1px solid #ddd;
}
.index-cate-item,
.index-cate-item a{
    color: #fff;
}
.index-cate-item .item-img,
.index-cate-item .item-img img{
    display: block;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.index-cate-item:nth-child(4n+1){
    clear: left;
}
.index-cate-item .cate-item-wrap .item-img img{
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.index-cate-item .cate-item-wrap:before,
.index-cate-item .gd-btn-link{
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.index-cate-item .cate-item-wrap:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    opacity: .3;
    filter: alpha(opacity=30);
    z-index: 1;
}
.index-cate-item .cate-item-wrap:hover:before{
    background-color: #5ac0f8;
    opacity: .8;
    filter: alpha(opacity=80);
}
.index-cate-item .cate-item-wrap:hover .item-img img{
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}
.index-cate-item .item-info{
    position: absolute;
    left: .4rem;
    bottom: .2rem;
    font-size: .2rem;
    letter-spacing: 1px;
    color: #fff;
    z-index: 2;
}
.index-cate-item .item-tit{
    display: block;
    font-size: .24rem;
    padding: .2rem 0;
    line-height: 1.1;
    text-transform: uppercase;
}
.index-cate-item .item-tit:after{
    content: '';
    display: block;
    width: .5rem;
    height: 4px;
    background-color: #fff;
    opacity: .6;
    margin-top: .08rem;
}
.index-cate-item .learn-more-bar{
    padding: .2rem 0;
    text-align: left;
}
.index-cate-item .gd-btn-link:hover{
    background-color: #4c5c76;
    border-color: #4c5c76;
    outline: 4px solid rgba(255,255,255,.6);
}

.about-bj{ background-image: url(../images/about_bg.jpg); }
.inquiry-bj{ background-image: url(../images/inquiry_bg.jpg); }

.inquiry-bj .inquiry-form{  text-align: left; padding: .5rem 1rem; }

/* about */
.about-us{
    padding: 1rem 0;
    text-align: center;
    font-size: .18rem;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin-top: .7rem;
}
.about-us,
.about-us a{
    color: #fff;
}
.about-us p{
    padding-bottom: .15rem;
}
.about-us .about-detail{
    max-width: 1200px;
    width: 70%;
    margin: 0 auto;
}
.about-us .about-desc{
    display: block;
    font-size: .18rem;
    line-height: 1.8;
}
.about-us .cate-item-banner{ max-width: 6rem; margin: auto; padding: .15rem; background: #fff; border-radius: .03rem; }
.about-us .cate-item-banner img{ width: 100%; height: auto; display: block; }
.about-us .about-desc p{
    padding-bottom: .2rem;
}
.about-us .index-title-bar,
.about-us .index-title-bar a{
    color: #fff;
}
.about-us .layout{
    position: relative;
    z-index: 1;
}
.about-us:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,.4);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.about-us:hover:before{
    background-color: rgba(0,0,0,.2);
}
.about-us .learn-more-bar{
    padding-bottom: .1rem;
}
.about-us .gd-btn-link:hover{
    background-color: #4c5c76;
    border-color: #4c5c76;
    color: #fff;
}



/* product list */
.product-item {
    position: relative;
    width: 25%;
    padding: .05rem .125rem;
    margin: 0 0 .22rem;
    float: left;
}
.product-items .product-item,
.goods-items .product-item {
    margin: 0;
}
.product-item .item-wrap {
    position: relative;
    /*overflow: hidden;*/
    text-align: center;
}
.product-item .item-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
}
.product-item .item-img:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-item .item-img:hover:before{
    background-color: #5ac0f8;
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.product-item .item-img img {
    position: relative;
    width: 100%;
    -moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
}
.product-item .gd-btn-box{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
.product-item .gd-btn-link{
    text-align: center;
    font-size: .2rem;
    padding: .05rem .2rem;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition-delay: none;
    -o-transition-delay: none;
    transition-delay: none;
    position: relative;
    top: 10px;
}
.product-item .gd-btn-link:hover{
    background-color: #4c5c76;
    border-color: #4c5c76;
    color: #fff;
}
.product-item .item-info {
    padding:.3rem .2rem .1rem;
}
.product-item .item-info .item-title {
    text-transform: capitalize;
    height: .4rem;
    line-height:.2rem;
    font-size: .14rem;
    font-weight: normal;
    overflow: hidden;
}
.product-item .item-info .item-title a{
    display: block;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.product-item .item-info .item-title a:hover{
    color: #5ac0f8;
}
.product-item .item-wrap:hover 
.product-item .item-info .item-btn{
    padding-top: .2rem;
}
.product-item .item-wrap:hover .gd-btn-link{
    opacity: 1;
    filter: alpha(opacity=100);
}
.product-item .item-wrap:hover .gd-btn-link{
    top: 0;
}


.product-items {
    position: relative;
    width: 100%;
    position: relative;
}
.product-items .layout{
    position: relative;
    z-index: 2;
    padding-bottom: .5rem;
}
.product-items .layer-body{
    margin: 0 -.3rem;
}
.product-items .gd-btn:before{
    display: none;
}
.product-items .items-content {
}
.product-items .product-item {
    width:25%;
    padding:.1rem .3rem .3rem;
}
.product-items .product-item .item-info .item-title a{
    font-size: .17rem;
}
.product-items .product-item:nth-child(4n+1){
    clear: left;
}
.product-items .owl-carousel .owl-controls {
    width: auto;
    height: auto;
    position: absolute;
    right: .3rem;
    top: -.85rem;
}
.product-items .owl-carousel .owl-controls .owl-nav{
    padding-top: 0;
    position: static;
    text-align: right;
}

.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next{
    width: auto;
    padding: 0;
    display: inline-block;
    background: none;
    color: #666;
    font-size: .18rem;
    margin: 0 0 0 .2rem;
    line-height: .3rem;
}
.product-items .owl-carousel .owl-controls .owl-prev:before{
    content: '\f060';
}
.product-items .owl-carousel .owl-controls .owl-next:before{
    content: '\f061';
}
.product-items .owl-carousel .owl-controls .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-next:hover{
    background: none;
    color: #5ac0f8;
}
.product-items .owl-carousel .owl-controls .owl-dots{
    display: none;
    position: static;
    padding-top: .1rem;
    display: none!important;
}
.product-items .owl-loaded .product-item{
    display: block;
}
.items_list .product-item{
    padding-top: .1rem;
    padding-bottom: .1rem;
}
.items_list .product-item .item-info{
    padding-top: .25rem;
    padding-left: 0;
    padding-right: 0;
}
.items_list .product-item .item-info .btn-view,
.goods-items .product-item .item-info .btn-view{
    padding: .05rem .15rem;
    font-size: .12rem;
}
.items_list .product-item:nth-child(3n+1){
    clear: left;
}

.promote-banners .banner-list{ padding-bottom: .6rem; }
.promote-banners .banner-list .banner-item{ width: 16.666666%; float: left; padding: .15rem; }
.promote-banners .banner-list .banner-item .item-inner{ border: 1px solid #ddd; display: block; }
.promote-banners .banner-list .banner-item .banner-img{ width: 100%; height: auto; display: block; }
.promote-banners .banner-list .banner-item .item-inner:hover{ opacity: .8; }


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

.service-layer{
    padding: .8rem 0;
    background-color: #eaeaea;
}
.service-layer .gd-btn-box{
    display: block;
    text-align: center;
}
.service-layer .index-title-bar{
    margin-bottom: .35rem;
}
.service-layer .social-pannel{
    padding-top: 0rem;
}
.foot-social{
    text-align: center;
}
.foot-social li {
    display: inline;
    padding: 0 .2rem 0 0;
}
.foot-social li a{
    position: relative;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 17px;
    line-height: 14px;
    padding: 10px;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.foot-social li img{
    display: block;
    width: 100%;
    height: auto;
    opacity: .45;
}
.foot-social li a:before{
    content: '';
    display: block;
    position: absolute;
    left: -3px;
    top: -3px;
    right: -3px;
    bottom: -3px;
    border: 3px solid #4c5c76;
    border-right-color: #f90;
    border-bottom-color: #f90;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}
.foot-social li a:hover:before{
    opacity: 1;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}
.foot-social li a:hover img{
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.nav-bar .foot-social{
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -13px;
}
.nav-bar .foot-social li{
    margin: 0;
    padding: 0 0 0 0px;
}
.nav-bar .foot-social li a{
    padding: 5px;
}
.nav-bar .foot-social li a:before{
    display: none;
}




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

.path-bar{
    margin: .1rem auto .3rem;
    text-align: right;
    text-transform: uppercase;
}
.path-bar .path-nav{
    padding-bottom:.06rem;
    border-bottom: .02rem solid #5ac0f8; 
}
.path-bar .path-nav,
.path-bar .path-nav a{
    color: #666;
}
.path-bar .path-nav a:hover{
    color: #5ac0f8;
}
.path-bar .path-nav li{
    display: inline;
    font-size: .16rem;
}
.path-bar .path-nav li:after{
    content: '-';
    padding: 0 .05rem;
}
.path-bar .path-nav li:last-child,
.path-bar .path-nav li:last-child a{
    color: #5ac0f8;
}
.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,#eee);
    background: linear-gradient(top,#fff,#eee);
}
.pages a,
.pages span.current2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ddd;
    line-height: 25px;
    min-width: 26px;
    padding: 3px 12px;
    border-radius: 3px;
    margin: 0 0 0 5px;
    border-radius: 3px;
}
.pages a.current,
.pages a:hover {
    background:#5ac0f8;
    border-color:#5ac0f8;
    color: #FFF;
}
.pages span.current2 {
    vertical-align: middle;
}


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

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


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

.main {
    position: relative;
    width: 78.3%;
    float: right;
    padding-bottom: .6rem;
}
.main-tit-bar {
    padding: 0;
    line-height: .25rem;
    border-bottom: 0px solid #e5e5e5;
    margin: 0 0 .35rem;
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
}
.main-tit-bar:before{
    content: '';
    display: block;
    width: .5rem;
    height: 4px;
    background-color: #ddd;
    position: absolute;
    left: 0;
    bottom: -.15rem;
}
.main-tit-bar .title,
.main-tit-bar .path-bar{
    -webkit-box-flex:1;
    -webkit-flex:1;
    flex:1;
}
.main-tit-bar .title{
    line-height: .35rem;
}
.main-tit-bar .path-bar{
    margin: 0;
    padding: 0;
}
.main-tit-bar .path-bar .path-nav{
    width: auto;
    max-width: inherit;
    border-bottom: 0;
    padding: 0;
}
.main-tit-bar .share-this{
    width: 30%;
    max-width: 250px;
    text-align: right;
}
.main-tit-bar .share-this img{
    max-width: 100%;
}


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

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





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

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

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

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

/*product summary*/

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


/* product detail */

.product-detail {
    position: relative;
    padding-top: .5rem;
    margin-bottom: .6rem;
}
.detail-tabs {
    position: relative;
    border-bottom: 1px solid #ddd;
}
.detail-tabs .title {
    position: relative;
    padding-bottom: .2rem;
    cursor: pointer;
    font-size: .28rem;
    font-weight: bold;
    text-transform: uppercase;
    float: left;
    margin: 0 .2rem 0 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.detail-tabs .title.current,
.detail-tabs .title.current a{
    color: #5ac0f8;
}
.detail-tabs .title span{
    display: inline-block;
    z-index: 1;
}
.detail-tabs .title span:before{
    content: '';
    display: block;
    width: 0;
    min-width: inherit;
    height: 4px;
    background-color: #5ac0f8;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.detail-tabs .title.current span:before{
    width: 100%;
}
.product-detail .tab-panel-content {
    display: block;
    overflow: hidden
}
.product-detail .disabled {
    display: none;
}

.tab-panel-wrap{
    padding: .3rem ;
    min-height: 300px;
}
.tab-panel-wrap .entry,
.tab-panel-wrap .entry a{
    color: #333;
}
.tab-panel-wrap .entry p{
    font-size: .18rem;
    padding: .2rem 0;
}
.tab-panel-wrap .entry h2,
.tab-panel-wrap .entry h3,
.tab-panel-wrap .entry h4{
    padding: .15rem 0;
    line-height: 1.3;
    font-weight: normal;
}
.tab-panel-wrap .entry h2{
    font-size: .32rem;
}
.tab-panel-wrap .entry h3{
    font-size:.28rem;
}
.tab-panel-wrap .entry h4{
    font-size: .24rem;
}


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



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



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

.blog_list {
    position: relative;
    width: 100%;
}
.blog-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding:.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: '';
    display: block;
    width: 0%;
    height: 1px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top:1px solid #5ac0f8;
    border-bottom:1px solid #5ac0f8;
    background-color: #5ac0f8;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.blog-item .item-wrap {}
.blog-item .item-img {
    position: relative;
    display: block;
    max-width: 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;
}
.blog-item .item-info .item-detail {}
.blog-item .item-info .item-more {
    float: right;
    color: #666;
    display: inline-block;
    border: 1px solid #eee;
    padding: .04rem .15rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.blog-item .item-info .item-more:hover{
    background-color: #5ac0f8;
    border-color: #5ac0f8;
    color: #fff;
}
.blog-item:hover:after{
    width: 100%;
}
.blog-item:hover .item-info .item-more{
    border-color: #5ac0f8;
    color: #5ac0f8;
}
.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-wrapper .foot-social{
        display: none;
    }
    .head-wrapper .nav-bar .nav{
        float: none;
        text-align: center;
    }
    .head-wrapper .nav-bar .nav>li{
        display: inline-block;
        vertical-align: top;
        float: none;
    }
    .head-wrapper .nav-bar .nav>li>a{
        float: none;
    }
    .head-wrapper .nav-bar .nav>li>ul{
        text-align: left;
    }
    .nav-bar,
    .logo img {
    }
    .head-search{
        right: .15rem;
    }
    .index-title-bar .title {
        font-size: .33rem;
    }
    .partner-layer .owl-carousel .owl-controls .owl-prev{
        left: 0;
    }
    .partner-layer .owl-carousel .owl-controls .owl-next{
        right: 0;
    }

    .rev_slider_wrapper{
        max-width: inherit;
    }
    .head-wrapper .layout,
    .index-main-content .layout,
    .nav-bar .nav-wrap,
    .foot-wrapper .layout{
        max-width: 1200px;
    }
    .index-cate-layer .gd-row{
        margin-left: -.15rem;
        margin-right: -.15rem;
    }
    .index-cate-item{
        padding: .15rem;
    }
    .index-cate-item .item-tit{
        font-size: .24rem;
    }
    .index-cate-item .item-info{
        font-size: .14rem;
    }
    .product-items .layer-body{
        margin-left: -.15rem;
        margin-right: -.15rem;
    }
    .product-items .product-item{
        padding-left: .15rem;
        padding-right: .15rem;
    }



}

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

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

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

    .head-wrapper{
        padding-bottom: .3rem;
    }
    .nav-bar .foot-social{
        display: none;
    }

    .head-wrapper .logo{
        padding-top: .3rem;
    }

    /*footer*/
    .foot-items .foot-item{
        width: 45%;
        padding: .15rem .2rem .15rem 0;
    }
    .foot-items .foot-item:nth-child(2n+1){
        clear: left;
    }


    /* index */
    .rev_slider_wrapper{
        top:auto;
        margin-bottom: 0;
    }
    .gd-layer{
        padding-top: .6rem;
    }
    .about-us .about-detail .about-title,
    .index-title-bar .index-title{
        font-size: .36rem;
    }
    .company-synopses ul {
    }
    .company-synopses .synopsis-item{
        padding:.4rem 0 0;
    }
    .synopsis-item:nth-child(2n+1){
        clear: left;
    }
    .synopsis-item .item-wrap{
        -webkit-background-size: 100% 1rem;
        background-size: 100% 1rem;
    }
    .product-items .items-content {
        padding: 0 0 .2rem;
    }
    .product-items .owl-carousel .owl-controls{
        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: .1rem;
    }
    .synopses-tabs .tab-item{
        margin: 0 .2rem;
    }
    .has-mobile-link{
        position: relative;
    }
    span.has-mobile-link{
        display: inline-block;
    }
    .has-mobile-link .link{
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    .index-cate-layer{
        padding-top: .1rem;
    }
    .index-cate-layer .gd-row{
        margin: 0 -.1rem;
    }
    .index-cate-item{
        width: 50%;
        padding: .075rem;
    }
    .index-cate-item:nth-child(n){
        clear: none;
    }
    .index-cate-item:nth-child(2n+1){
        clear: left;
    }
    .about-us{
        -webkit-background-size: cover;
        background-size: cover;
        background-attachment: inherit;
        padding: .6rem 0;
        margin-top: .1rem;
    }
    .service-layer{
        padding: .6rem 0;
    }



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


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

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


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



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

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

}

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

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

    /* index */
    .gd-layer{

    }
    .index-title-bar{
        margin-bottom: .4rem;
    }
    .synopsis-item .item-wrap{
        display: block;
    }
    .synopsis-item .item-info{
        padding-right: 0;
    }
    .synopsis-item .item-img{
        width: 100%;
        padding-top: .3rem;
    }
    .product-item .item-info{
        padding-top: .15rem;
    }
    .product-item .gd-btn-box{
        display: none;
    }
    .product-items .layer-body{
        margin-left: -.05rem;
        margin-right: -.05rem;
    }
    .product-items .items-content{
        padding-bottom: 0;
    }
    .product-items .product-item{
        padding-left: .05rem;
        padding-right: .05rem;
        padding-bottom: .1rem;
        width: 50%;
    }
     .product-items .product-item:nth-child(n){
        clear: none;
    }
    .product-items .product-item:nth-child(2n+1){
        clear: left;
    }
    .service-layer .index-title-bar{
        margin-bottom: .2rem;
    }
    .service-layer .layer-body{
        display: block;
        max-width: 500px;
        margin: 0 auto;
    }
    .inquiry-pannel{
        width: 100%;
    }
    .about-us .about-detail{
        width: 100%;
        max-width: 500px;
    }

    .inquiry-bj .inquiry-form{ padding: .5rem; }

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


    /* footer */
    .partner-list{
        padding: 0;
    }
    .gotop{
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
    }
    .gotop:hover{
        background-color: #fff;
        color: #5ac0f8;
    }
    .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{
        max-height:.5rem;
    }

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

    .promote-banners .banner-list .banner-item{ width: 33.33333%; padding: .1rem; }

    .inquiry-bj .inquiry-form{ padding: .3rem .1rem; }

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

    .product-item{
        padding: .05rem;
    }
    .product-items .items-content,{
        margin: 0 -.05rem;
        padding-bottom: 0;
    }
    .product-items .layer-body{
        margin: 0 -.05rem;
    }
    .product-items .learn-more-bar{
        padding-top: .2rem;
    }
    .product-items .gd-btn{
        padding: .08rem .2rem;
    }
    .product-items .product-item .item-img:before,
    .product-items .product-item .item-img:after{
        display: none;
    }
    .product-items .product-item{
        width: 50%;
    }
    .product-items .product-item:nth-child(n){
        clear: none;
    }
    .product-items .product-item:nth-child(2n+1){
        clear: left;
    }
    .product-items .owl-carousel .owl-controls .owl-prev,
    .product-items .owl-carousel .owl-controls .owl-next{
        display: none;
    }
    .product-items .owl-carousel .owl-controls .owl-dot{
        display: inline-block;
    }
    .items_list ul{
        margin: 0 -.1rem;
    }
    .items_list .product-item{
        width: 50%;
        padding-top: .05rem;
        padding-bottom: .05rem;
    }
    .items_list .product-item:nth-child(n){
        clear: none;
    }
    .items_list .product-item:nth-child(2n+1){
        clear: left;
    }
    .index-cate-item{
        width: 100%;
        float: none;
    }


    /* footer */
    .foot-wrapper{
        text-align: center;
    }
    .copyright{
        float: none;
        font-size: .12rem;
        text-align: center;
    }
    .service-layer .social-pannel{
        padding-top: .6rem;
    }
    .foot-social{
        font-weight: bold;
        float: none;
        text-align: center;
        padding: 0;
    }
    .foot-social li{
        padding: 0 .05rem;
    }
    .foot-social li a{
    }
    .foot-items{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .foot-items .foot-item{
        width: 100%;
        float: none;
        padding-right: 0;
        padding: .25rem 0;
    }
    .foot-items .foot-item .foot-tit:after{
        margin: 0 auto;
    }
    .foot-item-contact li:before{
        position: static;
        padding-right: .1rem;
    }


    /* product */
    .main-tit-bar{
        display: block;
    }
    .main-tit-bar .share-this{
        width: 100%;
        max-width: inherit;
        text-align: left;
        padding-top: .1rem;
        padding-bottom: .1rem;
    }
    .main-tit-bar .share-this img{
        max-width: 60%;
    }
    .side_product_item {
        width: 100%;
    }
    .product-view {
        width: 100%;
        border-color: #e5e5e5;
        border-width: 1px;
    }
    .inquiry-form {
        padding: .2rem .1rem;
    }
    .inquiry-form .inquiry-form-ico {
        width: .6rem;
        right: .1rem;
        top: .1rem;
    }
    .inquiry-form input[type="text"].form-input,
    .inquiry-form textarea.form-text {
        width: 80%;
    }
    .inquiry-form textarea.form-text {
        width: 100%;
    }
    .goods-may-like .goods-items{
    }
    .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:#5ac0f8;
        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
    }
}

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