﻿@charset "utf-8";



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

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


/* font family */
@font-face {
    font-family: 'opensans';
    src: url('../fonts/opensans.eot');
    src: url('../fonts/opensans.eot') format('embedded-opentype'), url('../fonts/opensans.woff2') format('woff2'), url('../fonts/opensans.woff') format('woff'), url('../fonts/opensans.ttf') format('truetype')
}

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


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

/* layout */
body{
    font-size: 14px;
}
.layout,
.nav-bar .nav-wrap,
.path-bar .path-nav{
    width: auto;
    max-width: 1200px;
}
.disabled{
    display: none;
}
.gd-layer{
    padding-bottom: 60px;
}
.layer-hd{}
.layer-body{}
.gd-row{}
.index-title-bar{}
.index-title-bar .index-title{}
.index-title-bar .title-desc{}
.learn-more-bar {}
.gd-btn{}
.gd-row{
    margin: 0 -.35rem;
}
.gd-col-6{
    width: 50%;
    padding: 0 .35rem;
    float: left;
}
body.index-body{
    background-color: #e5e5e5;
}
.container{
}
.main_content{
}

.gd-layer-top{ padding-top: 60px; }

/* 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: #e75826;
    color: #fff;
}
.inquiry-pop .inquiry-form .form-btn-wrapx .form-btn-submitx{
    background: #444;
    color: #fff;
    border: 0;
    border-radius: 0;
    text-shadow: none;
}
.inquiry-pop .inquiry-form .form-btn-wrapx .form-btn-submitx:hover{
    background: #e75826;
}

.wml-banner-img{ margin: 0px auto; height: auto; position: relative; }
.wml-banner-img 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 0 0 .1rem;
    padding: 0;
    border-radius: 0;
    padding-left: .1rem;
    font-size: .32rem;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover{
    background: none;
    color: #c28228;
}
.owl-carousel .owl-controls .owl-nav .owl-prev:before{
    content: '\f0d9';
}
.owl-carousel .owl-controls .owl-nav .owl-next:before{
    content: '\f0da';
}
.owl-carousel .owl-controls .owl-dots .owl-dot{
    width: .1rem;
    height: .1rem;
    margin-left: .05rem;
    margin-right: .05rem;
    border-radius: 50%;
    background-color:#aaa;
}
.owl-carousel .owl-controls .owl-dots .active{
    background-color: #000;
}





/*--------------------------head-wrapper---------------------------*/
.head-wrapper{
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    position: relative;
    background-color: #000;
}
.container-index .head-wrapper{
    position: absolute;
    background: none;
}
.head-layout{
    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: center;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%\9;
    display: table\9;
}
.logo,
.nav-bar,
.topr{
    display: table-cell\9;
    vertical-align: middle\9;
}
.logo{
    width: 20%;
}
.logo img{
    max-height: 69px;
}
.topr{
    width: 15%;
    text-align: right;
}


/* search */
.head-search{
    display: inline-block;
    width: 30px;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
}
.head-search .head-search-form{
    width: 300px;
    position: absolute;
    right: -10px;
    top:55px;
    background-color: #fff;
    padding: 8px;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.2);
    border-radius:0;
}
.head-search .head-search-form form{
    display: block;
    position: relative;
}
.head-search .search-ipt{
    display: block;
    width: 100%;
    line-height: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: none;
    color: #666;
}
.head-search .search-ipt::-webkit-input-placeholder {
    color: #aaa;
    font-size: .13rem;
    font-style: italic;
    text-transform: uppercase;
}
.head-search .search-ipt:-ms-input-placeholder {
    color: #aaa;
    font-size:.13rem;
    font-style: italic;
    text-transform: uppercase;
}
.head-search .search-ipt:-moz-placeholder {
    color: #aaa;
    font-size: .13rem;
    font-style: italic;
    text-transform: uppercase;
}
.head-search .search-ipt::-moz-placeholder {
    color: #aaa;
    font-size: .13rem;
    font-style: italic;
    text-transform: uppercase;
}
.head-search .search-toggle{
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.head-search .search-toggle:before,
.head-search .search-toggle:after{
    display: inline-block;
    width: 35px;
    font-family: 'fontawesome';
    content: '\f002';
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .2rem;
}
.head-search .search-toggle:after{
    content: '\f00d';
    opacity: 0;
    filter: alpha(opacity=0);
    top: 100%;
}
.head-search .search-btn{
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    background: none;
    cursor: pointer;
    z-index: 3;
}
.head-search .search-btn:before {
    display: block;
    font-family: 'fontawesome';
    content: '\f002';
    color: #999;
}
.head-search .search-toggle{
    top: 2px;
}
.head-search-show .head-search .search-toggle:before{
    opacity: 0;
    filter: alpha(opacity=0);
    top: -100%;
}
.head-search-show .head-search .search-toggle:after{
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}
.head-search-show .head-search .head-search-form{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.head-search-show .search-btn{
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}


/* language */
.change-language {
   z-index: 3!important;
   vertical-align: middle!important;
   float: right;
   position: relative;
   margin-left: 25px;
   margin-top: 3px;
}
.change-language-info .change-language-title a{
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
}
.change-language-info .change-language-title,
.change-language-info .change-language-title a,
.change-language-info .change-language-title span,
.change-language-info .language-icon {
    color: #fff;
}
.change-language-info:hover .change-language-title,
.change-language-info:hover .change-language-title a,
.change-language-info:hover .change-language-title span {
    color: #000!important;
}
.change-language-info .language-icon{
    color: #fff!important;
    -webkit-transition: all .3s ease!important;
    -o-transition: all .3s ease!important;
    transition: all .3s ease!important;
    top: 8px!important;
}
.change-language-info .language-icon:before{
    content: '\f0d7'!important;
    font-size: .12rem;
}
.change-language-info:hover .language-icon{
    color: #333!important;
}
.head-wrapper .change-language-cont{
    top: 32px;
}
.change-language-cont,
.change-language-cont a{
    color: #333
}
.head-wrapper .change-language-info .change-language-title.title-show{
    border-radius: 0!important;
    background-color: #fff!important;
}
.head-wrapper .change-language-info .change-language-title{
    -webkit-transition: none!important;
    -o-transition: none!important;
    transition: none!important;
    background-color: #e75826!important;
    border-radius: 0!important;
    padding-top: 8px;
    padding-bottom: 8px;
}
.head-wrapper .change-language-info .change-language-title.title-hide{
    border-radius: 0!important;
}


/* nav */
.nav-bar {
    width: 65%;
    line-height: 40px;
    text-align: center;
}
.nav-bar .nav li{
    position: relative;
    font-size:.14rem;
}
.nav-bar .nav li,
.nav-bar .nav li a{
    color: #fff;
}
.nav-bar .nav .nav-ico {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
    font-size: .16rem;
    margin: 0 0 0 .05rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-bar .nav .nav-ico:after {
    content: '\f0d7';
    font-weight: bold;
    font-size: .12rem;
}
.nav-bar .nav > li{
    display: inline-block;
}
.nav-bar .nav > li > a{
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    padding: 40px 15px;
    font-size:.16rem;
}
.nav-bar .nav > li > a:hover{
    color: #e75826;
}
.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: 250px;
    background-color: #111;
    background-color: rgba(0,0,0,.9);
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 90px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(.1rem);
    -ms-transform: translateY(.1rem);
    -o-transform: translateY(.1rem);
    transform: translateY(.1rem);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    -webkit-box-shadow: 0 .1rem .15rem rgba(0,0,0,.15);
    box-shadow: 0 .1rem .15rem rgba(0,0,0,.15);
}
.nav-bar .nav ul:before{
    content: '';
    display: block;
    width: .5rem;
    height: 3px;
    background-color: #e75826;
    position: absolute;
    left: 50%;
    margin-left: -.25rem;
    top: -3px;
    z-index: 3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.nav-bar .nav li.li-hover > a{
    color: #e75826;
}
.nav-bar .nav li.li-hover ul:before{
    width: 50%;
    left: 25%;
    margin-left: 0;
}
.nav-bar .nav ul li{
    font-size: .14rem;
    text-align: center;
}
.nav-bar .nav ul li:last-child{
    border-bottom: 0;
}
.nav-bar .nav ul li a{
    display: block;
    line-height: 1.5;
    position: relative;
    padding: 13px .15rem;
    border-bottom: 1px solid #222;
    text-transform: uppercase;
}
.nav-bar .nav ul li,
.nav-bar .nav ul li a{
    color: #fff;
}
.nav-bar .nav ul li:last-child a{
    border-bottom: 0;
}
.nav-bar .nav ul li.li-hover > a,
.nav-bar .nav ul li a:hover
{
    background-color: #e75826;
    color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.nav-bar .nav li li .nav-ico {
    position: absolute;
    top: 0;
    right: .1rem;
    line-height: 38px;
    text-align: right;
}
.nav-bar .nav li li .nav-ico:after {
    content: '\f105';
}
.nav-bar .nav .li-hover > ul{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.nav-bar .nav ul ul{
    left: 100%;
    margin-left: ..5rem;
    top: 0;
}
.nav-bar .nav ul ul:before{
    display: none;
}



/* fixed nav */
.fixed-nav .head-inner,
.container-index .fixed-nav .head-inner{
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000\9;
    background-color: rgba(0,0,0,.85);
}
.container-index .head-fixed-holder{
    display: none!important;
}

.fixed-nav .nav-bar .nav > li > a{
    padding-top: 15px;
    padding-bottom: 15px;
}
.fixed-nav .nav-bar .nav ul{
    top: 70px;
}





/*--------------------------footer---------------------------*/
.foot-wrapper {
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}
.foot-wrapper .layout{
    border-top: 1px solid #dbdbdb;
}
.foot-wrapper .index-title-bar {
    margin-bottom: 0;
    padding-top: .3rem;
}
.foot-items .gd-row {
    margin-left: -.2rem;
    margin-right: -.2rem;
}
.foot-items .foot-item {
    width: 33.333333%;
    float: left;
    line-height: .22rem;
    padding: 60px .2rem;
    font-size: .12rem;
}
.foot-items .foot-item,
.foot-items .foot-item a {
    color: #333;
}
.foot-items .foot-item a:hover {
    color: #777;
    text-decoration: underline;
}
.foot-items .foot-item .foot-tit {
    font-size: .22rem;
    font-weight: normal;
    padding-bottom: .25rem;
    text-transform: uppercase;
}
.foot-items .foot-item .foot-tit,
.foot-items .foot-item .foot-tit a {
    color: #000;
}
.foot-items .foot-item-inquiry .foot-cont {
    max-width: inherit;
}

/* intro */
.foot-item-intro .foot-cont{
    padding-right: 25%;
    text-align: center;
}
.foot-item-intro .foot-logo{
    display: inline-block;
    border-bottom: 1px dashed #333;
    padding-bottom: .2rem;
}
.foot-item-intro .foot-logo img{
    max-height: .75rem;
}
.foot-item-intro .copyright{
    display: block;
    padding-top: .25rem;
}
.foot-item-intro .copyright .txt-impt{
    display: block;
    font-size: .14rem;
    text-transform: uppercase;
}

/* follow */
.social-list {
    padding-top: .15rem;
}
.social-list li {
    display: inline-block;
    padding-left: .03rem;
}
.social-list li .sc-ico {
    display: inline-block;
    width: 24px;
    height: 24px;
    padding: 1px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    border-radius: 50%;
}
.social-list li .sc-ico img {
    max-height: 24px;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.social-list li .sc-txt {
    display: inline;
    padding-left: .1rem;
    font-size: .12rem;
    color: #666;
}
.social-list li a:hover .sc-ico img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/* contact */
.foot-items .foot-item-contact .foot-cont {
    max-width: 260px;
}
.foot-items .contact-list li {
    padding-left: .3rem;
    position: relative;
    margin-bottom: .1rem;
}
.foot-items .contact-list li:before {
    display: inline-block;
    font-family: 'fontawesome';
    line-height: 1.5;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .15rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.foot-items .contact-list li.foot_tel:before {
    content: '\f095';
}
.foot-items .contact-list li.foot_email:before {
    content: '\f003';
}
.foot-items .contact-list li.foot_addr:before {
    content: '\f041';
}
.foot-items .contact-list li.foot_skype:before {
    content: '\f17e';
}
.foot-items .contact-list li.foot_fax:before {
    content: '\f1ac';
}
.foot-items .contact-list li:hover:before {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

/* newsletter */
.foot-items .foot-item-inquiry .txt {
    display: block;
}
.foot-items .foot-item-inquiry .button {
    display: inline-block;
    line-height: .22rem;
    font-size: .14rem;
    text-transform: uppercase;
    padding: .07rem .17rem;
    margin-top: .25rem;
    border: 0;
    background: #426ac1;
    border: 2px solid #426ac1;
    color: #fff;
    border-radius: 2px;
    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: #fff;
    color: #426ac1
}
.foot-items .foot-item-inquiry .button:before {
    font-family: fontawesome;
    content: "\f0e0";
    margin: 0 .1rem 0 0
}

/* news */
.foot-items .new-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: table\9;
    padding: .05rem 0;
    visibility: hidden;
    position: relative;
    left: 1px;
}
.foot-items .new-item .img,
.foot-items .new-item .item-info {
    display: table-cell\9;
    vertical-align: top\9;
}
.foot-items .new-item .img {
    width: .8rem;
    position: relative;
}
.foot-items .new-item .img:hover {
    opacity: .8;
}
.foot-items .new-item .img img {
    display: block;
    width: 100%;
    height: auto;
}
.foot-items .new-item .item-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: .15rem;
}
.foot-items .new-item .item-info .title {
    display: block;
    max-height: .36rem;
    line-height: .18rem;
    overflow: hidden;
    font-weight: normal;
    font-size: .13rem;
    margin-top: .05rem;
}
.foot-items .new-item .item-info .title a {
    color: #333;
}
.foot-items .new-item .item-info .title a:hover {
    color: #777;
}
.foot-items .new-item .item-info time {
    display: block;
    font-size: .12rem;
    font-style: italic;
}
.foot-items .owl-carousel .owl-controls .owl-dots {
    padding-top: .2rem;
    position: static;
    text-align: left;
}
.foot-items .owl-carousel .owl-controls .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0;
    margin-right: 6px;
    background-color: #ccc;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.foot-items .owl-carousel .owl-controls .owl-dots .active {
    background-color: #333;
}
.foot-items .owl-carousel .owl-controls .owl-nav {
    visibility: hidden;
}
.foot-items .owl-loaded .new-item {
    visibility: visible;
}


/* txt-list */
.foot-items .foot-txt-list li {
    margin-bottom: .05rem;
}
.foot-items .foot-txt-list li a {
    display: inline-block;
    position: relative;
}
.foot-items .foot-txt-list li a:before {
    content: '\f105';
    font-family: 'fontawesome';
    font-size: .12rem;
    line-height: 1.9;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.foot-items .foot-txt-list li a:hover {
    padding-left: .12rem;
}
.foot-items .foot-txt-list li a:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

/* gotop */
.gotop{
    width:50px;
    height: 50px;
    padding: .09rem 0;
    line-height: .15rem;
    background-color: #e75826;
    border: 0;
    font-size: .12rem;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-animation: btnUpDown 1.5s infinite ease ;
    animation: btnUpDown 1.5s infinite ease;
    bottom: -.6rem;
    right: .15rem;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    border-radius: 0;
    text-indent: -9999px;
    overflow: hidden;
}
.gotop.active{
    bottom: .1rem;
    visibility: visible;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: .8;
    filter: alpha(opacity=80);
}
.gotop:hover{
    opacity: 1;
    color: #fff;
    background-color: #e75826;
}
.gotop:before{
    font-family: 'fontawesome';
    content: '\f106';
    display: block;
    width: 100%;
    font-size:.3rem;
    line-height: 50px;
    text-indent: 0;
    text-align: center;
    text-indent: 0;
    position: absolute;
    left: 0;
    top: 0;
}
@-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
                                                                    ------------------------------------------------------*/




/* slide banner */
.rev_slider_wrapper {
    width: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.tp-leftarrow,
.tp-rightarrow {
    font-size: .24rem;
    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;
    border-radius: 0;
    text-align: center;
    overflow: hidden;
    top: 50%!important;
    margin-top: -.25rem!important;
    z-index: 99;
    background: rgba(0,0,0,.6)!important;
}
.tp-leftarrow{
    left: 30px!important;
}
.tp-rightarrow{
    right: 30px!important;
}
.tp-leftarrow:before,
.tp-rightarrow:before{
    -webkit-transform: scale(1, .7);
    -ms-transform: scale(1, .7);
    -o-transform: scale(1, .7);
    transform: scale(1, .7);
}
.tp-leftarrow:before{
    content: '\f0d9';
}
.tp-rightarrow:before{
    content: '\f0da';
}
.tp-bullets.simplebullets {
    padding-bottom: 20px;
}
.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected{
    width:15px;
    height:15px;
    border-radius:50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    box-shadow: 0 0 .05rem rgba(0,0,0,.1);
}
.tp-bullets.simplebullets .bullet{
    background-color: rgba(255,255,255,.6);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: 0 4px;
}
.tp-bullets.simplebullets .bullet.selected{
    background-color: #f6b400;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow{
    opacity:.8;
    filter: alpha(opacity=80);
    -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: #e75826!important;
    opacity:1;
    filter: alpha(opacity=100);
}
.tp-loader.spinner0 {
    background: url(../images/loading.gif) center no-repeat;
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
}




/* title */
.index-title-bar {
    text-align: center;
    margin: 0 auto .5rem;
}
.index-title-bar .index-title{
    position: relative;
    font-size:.28rem;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
}
.index-title-bar .index-title,
.index-title-bar .index-title a{
    color: #000;
}
.index-title-bar .title-desc{
    display: block;
    font-size: .15rem;
    line-height: 1.2;
    max-width: 70%;
    margin: 0 auto;
    padding-top: .3rem;
}
.index-title-bar .txt-impt{
    color: #e75826;
}


/* btn */
.learn-more-bar {
    text-align: center;
    padding: .4rem 0 0;
}
.gd-btn-box{
    display: block;
}
.gd-btn{
    display: inline-block;
    min-width: 100px;
    text-align: center;
    border: 2px solid #777;
    font-size: .14rem;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 8px .2rem;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    color: #888;
}
.gd-btn:after{
    content: '\f105';
    font-family: 'fontawesome';
    position: absolute;
    right: .06rem;
    top: 0;
    font-size: .18rem;
    font-weight: normal;
    top: 8px;
}
.gd-btn:hover{
    background-color: #333;
    border-color: #333;
    color: #fff;
}




/* promote banners */
.promote-banners{
    padding-top: 0;
}
.promote-honor{ padding-top: 45px; }
.banner-list {
    margin-left: -.05rem;
    margin-right: -.05rem;
}
.banner-item {
    width: 20%;
    padding: .05rem;
    float: left
}
.banner-item,
.banner-item a{
    color: #fff;
}
.banner-item .item-inner {
    display: block;
    position: relative;
    overflow: hidden;
}
.banner-item .item-inner .banner-img {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.banner-item .item-inner .banner-img img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.banner-item:nth-child(5n+1) {
    clear: left;
}
.banner-item .item-inner .banner-img:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
}
.banner-item .item-inner:hover .banner-img:before{
    background-color: rgba(0,0,0,0);
}
.banner-item .item-inner:hover .banner-img img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-item .item-inner .banner-info{
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    text-align: center;
    text-transform: uppercase;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}
.banner-item .item-inner .item-tit,
.banner-item .item-inner .item-desc{
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.banner-item .item-inner .item-tit{
    line-height: .45rem;
    font-size: .36rem;
    font-weight: normal;
}
.banner-item .item-inner .item-desc{
    display: block;
    line-height: .25rem;
    font-size:.15rem;
}



/* product */
.product-item {
    width: 25%;
    float: left;
    padding: .1rem;
}
.product-item .item-wrap {
    border: 1px solid #d2d2d2;
    padding: .03rem;
}
.product-item .item-img {
    display: block;
    position: relative;
    overflow: hidden;
    border:1px solid #ddd;
}
.product-item .item-img img {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.product-item .item-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    background-color: rgba(255, 255, 255, .35);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.product-item .item-img:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .8s ease;
    -o-transition: all .8s ease;
    transition: all .8s ease
}
.product-item .item-img img {
    display: block;
    width: 100%;
    height: auto
}
.product-item .item-info {
    padding: .15rem 12%;
    margin: 0 auto;
    text-align: center
}
.product-item .item-title {
    font-weight: 400;
    font-size: .14rem
}
.product-item .item-title a {
    display: block;
    height: .44rem;
    line-height: .22rem;
    overflow: hidden;
}
.product-item .gd-btn-box {
    padding-top: .15rem;
}
.product-items{
    position: relative;
    overflow: hidden;
}
.product-items .layer-body{
    padding-left: .3rem;
    padding-right: .3rem;
    position: relative;
}
.product-items .product-item {
    width: 100%;
    float: none;
    padding: 0;
    display: none;
    -webkit-filter: blur(5px);
       -moz-filter: blur(5px);
        -ms-filter: blur(5px);
            filter: blur(5px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=5, MakeShadow=false);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.product-items .active .product-item{
    -webkit-filter: none;
       -moz-filter: none;
        -ms-filter: none;
            filter: none;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);

}
.product-items .product-item .item-wrap {
    padding: 0;
    border: 0;
}
.product-items .product-item .gd-btn {
    font-size: .16rem;
}
.product-items .owl-loaded .product-item{
    display: block;
}
.product-items .owl-carousel .owl-controls .owl-nav{
    position: static;
}
.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next{
    width: auto;
    padding: 0;
    display: inline-block;
    width: 30px;
    height: 70px;
    line-height: 70px;
    border-radius: 0;
    text-align: center;
    color: #333;
    font-size: 70px;
    position: absolute;
    top: 50%;
    margin-top: -45px;
}
.product-items .owl-carousel .owl-controls .owl-prev{
    left: -30px;
}
.product-items .owl-carousel .owl-controls .owl-next{
    right: -30px;
}
.product-items .owl-carousel .owl-controls .owl-prev:before{
    content: '\f104';
}
.product-items .owl-carousel .owl-controls .owl-next:before{
    content: '\f105';
}
.product-items .items-content:hover .owl-controls .owl-prev,
.product-items .items-content:hover .owl-controls .owl-next{
}
.product-items .layout:hover .owl-carousel .owl-controls .owl-prev:hover,
.product-items .layout:hover .owl-carousel .owl-controls .owl-next:hover{
    color: #000;
}
.product-items .owl-carousel .owl-stage-outer{
    overflow: visible;
}
.product-items .gd-btn-box{
    padding-top: 60px;
    text-align: center;
}
.product-items .gd-btn{
    line-height: 24px;
    padding: 8px .6rem;
    font-weight: bold;
}
.product-items .gd-btn:after{
    font-size: 22px;
    right: .1rem;
}



/* company synopses */
.company-synopses{
    padding-top: 60px;
    padding-bottom: 60px;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
     background-attachment: fixed;
}
.synopses-list ul{
    margin: 0 -.05rem;
}
.synopsis-item{
    width: 33.333333%;
    float: left;
    padding: .05rem;
}
.synopsis-item .item-wrap{
    display: block;
    position: relative;
    text-align: center;
    background-color: #fff;
}
.synopsis-item .item-img{
    display: block;
    position: relative;
    overflow: hidden;
}
.synopsis-item .item-img img{
    display: block;
    width: 100%;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.synopsis-item .item-tit{
    width: 100%;
    padding: .2rem 5%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 3;
    text-align: center;
    font-size: .24rem;
    line-height: 1.3;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.synopsis-item .item-img:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.synopsis-item .item-info{
    display: block;
    padding: .1rem 5%;
}
.synopsis-item .item-desc{
    display: block;
    max-width: 230px;
    margin: 0 auto;
    height: .4rem;
    line-height: .2rem;
    overflow: hidden;
}
.synopsis-item:hover .item-img:before{
    background-color: rgba(0,0,0,.15);
}
.synopsis-item .item-wrap:hover .item-img img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

/* CONTACT */
.layer-contact{
    padding-bottom: 0;
}
.layer-contact .layout{
    position: relative;
    border-top: 1px solid #dedede;
}
.layer-contact .layout:before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #dedede;
    position: absolute;
    left: 50%;
    top: 0;
}
.col-contact{
    width: 50%;
    float: left;
    text-align: center;
    padding:60px 50px;
}
.wml-inquiry{
     text-align: left !important;
}
.col-contact .col-tit{
    margin-bottom: 30px;
    font-size: .24rem;
    font-weight: normal;
    text-transform: uppercase;
}
.col-contact .col-tit .txt-impt{
    color: #e75826;
}
.col-contact .col-img{
    padding-bottom: 30px;
}
.col-contact .col-img img{
    border-radius: 2px;
    max-width: 80%;
}
.col-contact .col-desc{
    font-size: .15rem;
    font-weight: normal;
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    color: #777;
}
.col-contact .gd-btn-box{
    padding-top: 15px;
}

/* inquiry panel */
.inquiry-panel {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    padding-top: .6rem;
    padding-bottom: .6rem;
    background-color: #e75826;
}
.inquiry-panel,
.inquiry-panel a {
    color: #fff;
}
.inquiry-panel .layer-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    display: table\9;
    padding: 0 3%;
}
.inquiry-panel .layer-cont,
.inquiry-panel .layer-ft {
    display: table-cell\9;
    vertical-align: middle\9;
}
.inquiry-panel .layer-cont {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 3%;
}
.inquiry-panel .layer-title {
    font-size: .42rem;
    text-transform: uppercase;
    line-height: 1.1;
}
.inquiry-panel .layer-desc {
    display: block;
    padding-top: .08rem;
    font-size: .24rem;
    font-family: 'SourceSansProLight';
    line-height: 1.5;
}
.inquiry-panel .layer-ft {
    width: 25%;
    text-align: right;
}
.inquiry-panel .gd-btn-box {
    position: relative;
    z-index: 1;
}
.inquiry-panel .gd-btn-box .gd-btn {
    width: 100%;
    max-width: 235px;
    text-align: center;
    text-transform: uppercase;
    border-color: #fff;
    background: none;
    border-width: 2px;
    color: #fff;
    border-radius: 3px;
    font-weight: bold;
    font-size: .18rem;
    padding: .15rem .2rem;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    overflow: hidden;
}
.inquiry-panel .gd-btn-box .gd-btn:hover {
    color: #e75826;
}
.inquiry-panel .gd-btn-box .gd-btn:before {
    z-index: -1;
    content: '';
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: rgba(255, 255, 255, .2);
    -webkit-transition: all .35s ease;
    -o-transition: all .35s ease;
    transition: all .35s ease;
    -webkit-transform: skew(35deg);
    -ms-transform: skew(35deg);
    -o-transform: skew(35deg);
    transform: skew(35deg);
}
.inquiry-panel .gd-btn-box .gd-btn:hover:before {
    left: -50%;
    width: 200%;
    background-color: rgba(255, 255, 255, .9);
}







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

.path-bar{
    background-color: #ebebeb;
    text-transform: uppercase;
    font-style: italic;
    margin-bottom: .3rem;
}
.path-bar .path-nav{
    padding-top:.08rem;
    padding-bottom: .08rem;
}
.path-bar .path-nav a:hover{
    color: #e75826;
}
.path-bar .path-nav li,
.path-bar .path-nav li a{
    color: #666;
}
.path-bar .path-nav li{
    display: inline;
}
.path-bar .path-nav li:after{
    content: '/';
    padding: 0 .1rem;
}
.path-bar .path-nav li:last-child,
.path-bar .path-nav li:last-child a{
    color: #666;
}
.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-color: #fff;
    background: -webkit-linear-gradient(#fff, #ddd);
    background: -o-linear-gradient(#fff, #ddd);
    background: linear-gradient(#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: 25px;
    padding: 3px 12px;
    border-radius: 3px;
    margin: 0 0 0 5px;
}
.pages a.current,
.pages a:hover {
    background:#1a1a1a;
    border-color:#1a1a1a;
    color: #FFF;
}
.pages span.current2 {
    vertical-align: middle;
}


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

.aside {
    float: left;
    width: 20%;
    padding-bottom: .6rem;
}
.aside,
.aside a{
    color: #000;
}
.aside a:hover{
    color: #e75826;
}
.side-tit-bar {
    position: relative;
    background-color: #e75826;
    padding: 0 0 0 .15rem;
}
.side-tit-bar .side-tit {
    position: relative;
    font-size: .15rem;
    text-transform: uppercase;
    line-height: 26px;
    padding-top: 6px;
    padding-bottom: 6px;
    overflow: hidden;
    font-weight: bold;
}
.side-tit-bar .side-tit,
.side-tit-bar .side-tit a{
    color: #fff;
}
.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}
.side-cate {
    padding: .2rem 0 .2rem .15rem;
}
.side-cate li {
    position: relative;
    line-height: 32px;
}
.side-cate > li{
}
.side-cate ul {
    display: none;
    margin-left: .1rem;
}
.side-cate li a {
    position: relative;
    display: block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    margin-right: .3rem;
}
.side-cate li .icon-cate {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    font-size: .12rem;
    cursor: pointer;
    line-height: 32px;
    border-radius: 0;
    color: #99abb9;
}
.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f067';
}
.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f068';
}
.side-cate li li a{
    padding-left: .12rem;
    padding-right: 0;
}
.side-cate li li a:before{
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 14px;
    background-color: #888;
}
.side-cate li li.active > a{
    color: #e75826;
}
.side-cate li li > a:hover:before{
    background-color: #e75826;
}
.side-cate li.nav-current>a,
.side-cate li>a:hover,
li.show_li>a {
    color: #e75826;
}
.side-cate li li.nav-current>.icon-cate,
.side-cate li li>.icon-cate:hover,
li.show_li>.icon-cate {
    color: #e75826;
}
.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{
    overflow: hidden;
}
.side_product_item .item-img {
    width: .7rem;
    vertical-align: middle;
}
.side_product_item .item-img img {
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #eeeff1;
}
.side_product_item figcaption {
    vertical-align: middle;
}
.side_product_item figcaption a{
    display: inline-block;
    line-height:18px;
    max-height: 54px;
    overflow: hidden;
    padding-left: .15rem;
    font-size: .12rem;
}
.side_product_item:hover .item-img{
    border-color: #c28228;
}
.side_product_item .item-img:hover + figcaption a{
    color: #1a1a1a;
}
.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    opacity: .2;
    filter: alpha(opacity=20);
}
.side-product-items .btn-prev {
    top: .2rem;
    background: url(../images/side_product_up.png) no-repeat center center;
}
.side-product-items .btn-next {
    bottom: .2rem;
    background: url(../images/side_product_down.png) no-repeat center center;
}
.side-product-items .btn-prev:hover,
.side-product-items .btn-next:hover{
}
.side-product-items .disabled{
    display: block;

    cursor: default;
}
.aside .side-bn {
    max-width: 100%;
    margin: 0 0 25px 0;
}
.aside .side-bn img {
    max-width: 100%
}


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

.main {
    position: relative;
    width: 76%;
    float: right;
    padding-bottom: .6rem;
}
.main-tit-bar {
    padding: 0;
    line-height: .4rem;
    border-bottom: 1px solid #ddd;
    margin: 0 0 .15rem;
    position: relative;
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:normal;
    -webkit-flex-direction:row;
    flex-direction:row;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    display: table\9;
}
.main-tit-bar .title,
.main-tit-bar .path-bar,
.main-tit-bar .share-this{
    display: table-cell\9;
    vertical-align: middle\9;
}
.main-tit-bar .title,
.main-tit-bar .path-bar{
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
}
.main-tit-bar .title{
    line-height: .4rem;
    font-size: .2rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
}
.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%;
    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 {
    display: none;
}
.main-banner .flex-control-paging{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.main-banner .flex-control-paging li{
    margin: 0 3px;
}
.main-banner .flex-control-paging li a{
    width: .12rem;
    height: .12rem;
}
.main-banner:hover .flex-control-paging{
    opacity: 1;
    filter: alpha(opacity=100);
}
.goods-summary {
    margin:.25rem 0 .2rem;
    font-size: .14rem;
}
.goods-summary,
.goods-summary a{
    color: #000;
}


/* items_list */
.items_list ul{
    margin-left: -13px;
    margin-right: -13px;
}
.items_list .product-item {
    width: 33.333333%;
}
.items_list .product-item .item-img{
    background-color: #eeeff1;
}
.items_list .product-item:nth-child(n){
    clear: none;
}
.items_list .product-item:nth-child(3n+1){
    clear: left;
}
.items_list ul{
}
.items_list .product-item .item-wrap{
}






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


/*product photos*/
.product-intro {
    position: relative;
    overflow: hidden;
    padding-bottom: .2rem;
}
.cloud-zoom-lens {
    border: 1px solid #ddded9;
    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;
    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: 38%;
    float: left;
}
.product-view .product-image {
    position: relative;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
}
.product-view .product-image img {
    position: relative;
    width: 100%;
}
.product-view .image-additional {
    position: relative;
    width: 100%;
    margin: 20px 0 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%;
    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;
    margin: 1px;
}
.product-view .image-additional li a:before{
    content: '';
    display: block;
    border: 1px solid #ddd;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 33;
}
.product-view .image-additional li.current a:before {
    border:2px solid #e75826;
}
.product-view .owl-carousel .owl-item{
    overflow: visible;
}
.product-view .image-additional img.popup {
    display: none;
}
.image-additional .owl-carousel .owl-controls .owl-nav {
    position: static;
}
.image-additional:hover .owl-carousel .owl-controls .owl-nav {
    opacity: 1;
    visibility: visible;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: .2rem;
    height: auto;
    padding: 0;
    border-radius: 0;
    color: #333;
    margin: 0;
    text-align: center;
    z-index: 9;
    font-size:.14rem;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover{
    opacity: 1;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
    left:-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: 30px;
    margin-top: -15px;
    -webkit-transform: scale(.7,1);
    -ms-transform: scale(.7,1);
    -o-transform: scale(.7,1);
    transform: scale(.7,1);
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:before{
    content: '\f053';
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    right:-30px;
}
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:before{
    content: '\f054';
}
.product-view .image-additional .owl-loaded li{
    display: block;
}

/*product summary*/
.main .product-title{
    line-height: 30px;
    font-size: .2rem;
    font-weight: bold;
    padding-bottom: 7px;
    margin-bottom:.2rem;
    border-bottom: 1px solid #ccc;
}
.product-summary {
    position: relative;
    width: 62%;
    float: right;
    padding-left: 5%;
    font-size: .13rem;
}
.product-summary .product-meta {
    line-height: 1.8;
}
.product-summary .product-meta h3 {
    font-size: .13rem;
    color: #333;
}
.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;
    display: table\9;
}
.product-summary .product-meta li > em,
.product-summary .product-meta li > span{
    display: table-cell\9;
}
.product-summary .product-meta li em{
    width: 40%;
    max-width: 12em;
}
.product-summary .product-meta li span{
    -webkit-box-flex:1;
    -webkit-flex:1;
    -ms-flex:1;
    flex:1;
}
.product-summary .product-meta li em{
    color: #aaa;
}
.product-btn-wrap {
    position: relative;
    margin: .2rem 0 0;
}
.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    line-height: 26px;
    padding: 0 15px;
    border-radius: 3px;
    background: #14aced;
    border: 2px solid #14aced;
    color: #FFF;
    font-size: .14rem;
    margin: 0 .2rem 0 0;
    border-radius: 3px;
}
.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: #14aced;
    border-color: #14aced;
}
.product-summary .share-this {
    margin: .35rem 0 0;
    text-align: right;
}


/* product detail */
.product-detail {
    position: relative;
    overflow: visible;
    padding: .15rem 0 0;
}
.detail-tabs {
    position: relative;
}
.detail-tabs .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    line-height:30px;
    cursor: pointer;
    font-size: .15rem;
    padding: 2px .15rem;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-right: .06rem;
    background-color: #aaa;
    color: #fff;
}
.detail-tabs .title.current,
.detail-tabs .title.current a{
    color: #fff;
}
.detail-tabs .title.current {
    background-color: #e75826;
    position: relative;
    font-weight: bold;
}
.product-detail .tab-panel-content {
    display: block;
    overflow: hidden
}
.product-detail .disabled {
    display: none;
}
.tab-panel-wrap{
    margin-bottom: .5rem;
}
.tab-panel-wrap .entry,
.tab-panel-wrap .entry a{
    color: #404040;
}
.tab-panel-wrap .entry p{
    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;
}
.entry th,
.entry td{
    background-color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
}
.entry th{
    font-weight: normal;
    color: #000;
    background-color: #f2f2f2;
}



/* inquiry form */
.inquiry-form-wrap .inquiry-form-title{
    padding: 2px .15rem;
    line-height: 30px;
    position: relative;
    background-color: #e75826;
    color: #fff;
    font-size: .15rem;
    text-transform: uppercase;
}
.inquiry-form{
    border-color: #ccc;
    padding: .3rem .25rem;
}
.inquiry-form .form-item{
    padding-bottom: .05rem;
}
.inquiry-form  input[type="text"].form-input,.inquiry-form textarea.form-text{
    border-color: #ccc;
}



/*like product*/
.goods-may-like {
    position: relative;
    margin: .5rem 0 0;
}
.goods-may-like .product-item{
    display: none;
}
.goods-title-bar {
    background-color: #e75826;
    margin-bottom: 15px;
    padding: 2px .15rem;
}
.goods-title-bar .title {
    display: inline-block;
    font-size: .15rem;
    position: relative;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}
.goods-title-bar .title .txt-impt{
    color: #e75826;
    font-weight: bold;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav,
.goods-may-like .owl-carousel .owl-controls .owl-nav a{
    color: #fff;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav{
    width: auto;
    left: auto;
    right:.05rem;
    top: -45px;
}
.goods-may-like .owl-carousel .owl-item{
    overflow: visible;
}
.goods-may-like .owl-loaded .product-item{
    display: block;
}
.goods-may-like .product-item{
    width: 100%;
    padding: 0;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next{
    font-size: .14rem;
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next:before{
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev:before{
    content: '\f104';
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next:before{
    content: '\f105';
}
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next:hover{
    color: #fff;
}
.goods-may-like .product-item .item-img{
    background-color: #eeeff1;
}





/*--------------------------------------------------------
                                                    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;
    line-height: 1.1;
    padding-bottom: .05rem;
}
.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 #333;
    background-color: #333;
    padding: .04rem .15rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    margin-top: 10px;
}
.blog-item .item-info .item-more:hover{
    background-color: #e75826;
    border-color: #e75826;
    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 .25rem;
    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,
    .nav-bar .nav-wrap,
    .path-bar .path-nav {
        width: 100%;
        padding-left: .15rem;
        padding-right: .15rem;
    }
    body {
        min-width: 100%;
    }
    .scrollsidebar,
    .bottomsidebar {
        display: none;
    }
    .head-layout{
        width: 100%;
        max-width: inherit;
    }
    .rev_slider_wrapper{
        max-width: inherit;
    }
    .gd-layer{
        overflow: hidden;
    }
    .rev_slider_wrapper{
        padding: 0;
        background: none;
    }


    .topr{
        right: .15rem;
    }
    .company-synopses .layout{
        max-width: 100%;
    }
    .foot-items .gd-row{
        margin-left: -.15rem;
        margin-right: -.15rem;
    }

}

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

    /* header */
    .logo{
        width: 20%;
        height: auto;
    }
    .logo .logo-img{
        padding: 0 10px;
        position: static;
    }
    .head-left,
    .head-right{
        width: 40%;
    }
    .nav-bar .nav > li > a{
        padding-left: .12rem;
        padding-right:.12rem;
        font-size: .16rem;
    }




}

@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%;
    }
    body{
        padding-left: 0;
        padding-right: 0;
    }
    .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 .mobile-body-mask{
        z-index: 99;
    }
    .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: 100;
    }
    .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;
    }



    /* head inner */
    .head-wrapper,
    .container-index .head-wrapper{
        background-color: #161622;
    }
    .container-index .head-wrapper{
        position: relative;
    }
    .head-inner{
        padding-top: 25px;
    }
    .head-layout{
        display: block;
        padding: 10px 0;
        text-align: center;
    }
    .logo{
        width: 60%;
        margin: 0 auto;
        text-align: center;
        float: none;
        padding: 0;
    }



    /* 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;
        height: .35rem;
        line-height: .35rem;
        background: none;
        border: none;
        color: #333;
        font-family: 'fontawesome';
        padding: 0;
        cursor: pointer;
        z-index: 1111;
    }
    .head-search-form .search-btn:hover{background: #333;}
    .head-search-form .search-btn:hover{
        background: none;
    }
    .head-search-form .search-btn:before{
        display: block;
        content: '\f002';
        display: inline-block;
        width: .35rem;
    }



    /*nav */
    .nav-bar{
        height: auto;
        padding: 0;
    }
    .nav-bar .nav-wrap{
        padding-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;
    }


    /* ------------- footer ------------- */
    .foot-items .foot-item{
        width: 50%;
        padding-top:.4rem;
        padding-bottom:.4rem;
    }
    .foot-items .foot-item:nth-child(2n+1){
        clear: left;
    }



    /* ------------- index ------------- */
    .rev_slider_wrapper{
        top:auto;
        margin-bottom: 0;
    }
    .ft-arrow{
        display: none;
    }
    .about-us .about-detail .about-title,
    .index-title-bar .index-title{
        font-size: .32rem;
    }
    .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 */
    .items_list ul{
        margin-left: -.1rem;
        margin-right: -.1rem;
    }
    .product-item{
        padding: .2rem .1rem;
    }
    .owl-carousel .owl-controls .owl-dots{
        padding-top: .2rem;
        position: static;
    }
    .product-items .items-content{
        margin-left: -.1rem;
        margin-right: -.1rem;
    }
    .product-items .owl-carousel .owl-controls .owl-dots .active{
        background-color: #e75826;
    }
    .product-items .layer-body{
        padding: 0;
    }


    /* promote banners */
    .banner-item .item-tit{
        font-size: .4rem;
    }


    /* ------------- page nav -------------- */
    .path-bar{
        padding-top: 3px;
    }

    /* ------------- 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{
        padding: 0;
        outline: 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;
        padding-left: 0;
    }
    .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,
    .tab-content-wrap .mobile-tab-items .mobile-tab-title a{
        color: #fff;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-title {
        height: 30px;
        line-height: 30px;
        margin: 0 auto .1rem;
        padding: 0 .15rem;
        font-size: .16rem;
        padding-bottom: 8px;
        position: relative;
        background-color: #e75826;
        text-transform: uppercase;
    }

    /* Customers Also Bought */
    .goods-title-bar .title{
        font-size:.16rem;
    }
    .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;
    }
    .goods-may-like .product-item{
        display: none;
    }
    .goods-may-like .owl-loaded .product-item{
        display: block;
    }
    /* inquiry */
    .inquiry-form-wrap .inquiry-form-title{
        padding-left: .15rem;
        padding-right: .15rem;
        text-transform: uppercase;
    }

}

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

    .layout,
    .path-bar .path-nav{
        width: auto;
    }
    .head-layout{
        max-width:inherit;
    }

    /* ------------- header ------------- */
    .logo{
        display: block;
    }
    .topr{
        display: block;
        text-align: center;
        position: static;
        padding-top: .15rem;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }
    .topr .social-list{
        float: none;
    }



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

    .gd-layer{
        padding-top: .5rem;
    }


    /* inquiry */
    .inquiry-panel .gd-btn-box .gd-btn{
        padding-top: .1rem;
        padding-bottom: .1rem;
    }

    /* promote banners */
    .promote-banners{
        max-width: 500px;
        margin: 0 auto;
    }
    .banner-list{
        margin: 0 -.05rem;
    }
    .banner-item{
        width: 50%;
        padding: .05rem;
        float: left;
    }
    .banner-item:nth-child(n){
        clear: none;
    }
    .banner-item:nth-child(2n+1){
        clear: left;
    }


    /* company synopses */
    .synopses-list{
        max-width: 500px;
        margin: 0 auto;
    }
    .synopses-list ul{
        padding-top: 0;
    }
    .synopsis-item{
        width: 100%;
        float: none;
    }
    .synopsis-item .item-wrap{
        padding: 0;
    }


    /* product list */
    .product-item .item-title a{
    }
    .items-content{
        width:100%;
        float: none;
    }
    .layer-best .product-cates{
        float: none;
    }
    .product-item{
        width: 50%;
    }
    .product-item:nth-child(n){
        clear: none;
    }
    .product-item:nth-child(2n+1){
        clear: left;
    }

    /* inquiry panel */
    .inquiry-panel .layer-body{
        display: block;
        text-align: center;
    }
    .inquiry-panel .layer-cont{
        padding-right: 0;
    }
    .inquiry-panel .layer-ft{
        width: 100%;
        float: none;
        padding-top: .15rem;
        text-align: center;
    }




    /* ------------- product list ------------- */
    .items_list{
    }
    .items_list ul{
        margin-left: -.1rem;
        margin-right: -.1rem;
    }
    .items_list .product-item{
        width: 33.333333%;
        padding: .1rem;
    }
    .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 .product-item{
        padding: 0;
    }
    .goods-may-like .owl-carousel .owl-controls .owl-dots{
        padding: .35rem 0 .1rem;
    }


    /* ------------- footer ------------- */
    .company-synopses{
        background-attachment: inherit;
    }
    .gotop{
        width: .35rem;
        height:.35rem;
        line-height: .35rem;
        padding-top: 0;
        padding-bottom: 0;
        text-indent: -9999px;
        overflow: hidden;
    }
    .gotop:before{
        line-height: .35rem;
    }
    .gotop:hover{
        background-color: #fff;
        color: #000;
    }

    .product-items .product-item{
    -webkit-filter: none;
       -moz-filter: none;
        -ms-filter: none;
            filter: none;
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=0, MakeShadow=false);
    }



}



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


    /* layout */
    .layout,
    .path-bar .path-nav,
    .head-layout{
        padding-left: .1rem;
        padding-right: .1rem;
    }
    .gd-layer{
        padding-top: .4rem;
    }


    /* ------------- header ------------- */



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

    /* title */
    .index-title-bar .index-title{
        font-size: .28rem;
    }
    .index-title-bar .title-desc{
        max-width: 90%;
        font-size:.18rem;
    }


    /* promote banner */
    .promote-banners{
        padding: .1rem 0;
    }
    .banner-item .item-tit{
        font-size: .24rem;
        left: 0;
        top: 0;
    }

    /* products */
    .product-items{
        padding-bottom: .4rem;
    }

    .col-contact{
        width: 100%;
        float: none;
        padding: 35px 10px;
    }
    .layer-contact .layout:before{
        display: none;
    }
    .col-contact + .col-contact{
        border-top: 1px solid #dedede;
    }




    /* ------------- footer ------------- */
    .foot-wrapper{
        font-size: .18rem;
    }
    .foot-items .gd-row{
        margin-left: -.1rem;
        margin-right: -.1rem;
    }
    .foot-items .foot-item{
        width: 100%;
        float: none;
        max-width: 400px;
        padding-top:.25rem;
        padding-bottom: .25rem;
    }
    .foot-items .foot-item .foot-tit{
        font-size: .28rem;
    }
    .foot-items .new-item .item-info time{
        font-size: .15rem;
    }
    .foot-items .new-item .item-info .title{
        font-size: .18rem;
        max-height: .4rem;
        line-height: .2rem;
    }
    .social-list{
        display: block;
        float: none;
        text-align: left;
        padding-top: .05rem;
    }
    .copyright{
        display: block;
        float: none;
        padding-top: .1rem;
    }
    .foot-item-intro .foot-cont{
        padding-right: 0;
        text-align: left;
    }


    /* ------------- page nav -------------- */
    .path-bar{
        padding-top: 20px;
    }


    /* ------------- product list ------------- */
    .main-tit-bar{
        display: block;
    }
    .main-tit-bar .title,
    .main-tit-bar .share-this{
        display: block;
    }
    .main-tit-bar .title + .share-this{
        display: block;
        width: 100%;
        max-width: inherit;
        text-align: left;
        padding-top: .06rem;
        padding-bottom: .15rem;
        height: auto;
    }
    .main-tit-bar .share-this img{
        max-width: inherit;
    }
    .items_list ul{
        margin: 0 -.05rem;
    }
    .items_list .product-item{
        width: 50%;
        padding: .05rem;
    }
    .items_list .product-item:nth-child(n){
        clear: none;
    }
    .items_list .product-item:nth-child(2n+1){
        clear: left;
    }
    .items_list .product-item .item-wrap{
        padding: 1px;
        border: 1px solid #eee;
    }


    /* ------------- product detail ------------- */
    .side_product_item {
        width: 100%;
    }
    .product-view {
        width: 100%;
        border-color: #e5e5e5;
        border-width: 1px;
    }
    .product-detail{
        padding-top: .4rem;
    }
    .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;
        padding: .05rem;
        border: 1px solid #eee;
    }
    .blog-item .item-info .item-title{
        font-size:.28rem;
        line-height: 1.1;
        font-weight: bold;
        padding-top:.2rem;
    }
    .blog-item .item-info time{
        color: #999;
    }
    .blog-item .item-info .item-detail{
        color: #666;
    }
    .blog-item .item-info .item-more{
        background-color:#000;
        color: #fff;
        border-color: rgba(0,0,0,0);
        margin: .1rem auto 0;
        text-transform: uppercase;
    }
    .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
}
                                                                                              