@charset "utf-8";

/*--------------------------reset main.css---------------------------*/


/* font color */

body,
html,
input,
button,
textarea,
a {
    color: #333;
}

a:hover {
    color: #3256a4;
}

a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.index-cate-item,
.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,
.partner-list: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,
.partner-list {
    *zoom: 1;
}


/* layout */

.layout,
.nav-bar .nav-wrap,
.path-bar .path-nav {
    width: auto;
    max-width: 1200px;
}

.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;
}


/* inquiry pop */

html .inquiry-pop-bd .inquiry-pop {
    border: 4px solid #2059d5;
    box-shadow: none;
}

html .inquiry-pop-bd .inquiry-pop .ico-close-pop {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #2059d5;
    border-radius: 50%;
    right: -20px;
    top: -20px;
}

html .inquiry-pop-bd .inquiry-pop .ico-close-pop:before {
    font-family: 'fontawesome';
    content: '\f00d';
    color: #fff;
    font-size: .16rem;
}


/* owl carousel */

.owl-carousel .owl-controls {
    height: auto;
}

.owl-carousel .owl-controls .owl-nav {
    position: absolute;
    top: auto;
    left: auto;
    text-align: center;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    font-weight: bold;
    width: .35rem;
    height: .35rem;
    line-height: .35rem;
    border-radius: 50%;
    background-color: #999;
    font-size: .18rem;
    color: #fff;
    margin: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #fff;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: '\f104';
}

.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '\f105';
}


/*--------------------------head-wrapper---------------------------*/

.head-wrapper {
    width: 100%;
    z-index: 10000;
    position: absolute;
    left: 0;
    top: 0;
}

.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: 13px 0;
    text-align: right;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 90;
}

.topbar,
.topbar a {
    color: #b3bcc3;
}

.topbar .topleft {
    display: inline;
    float: left;
    line-height: 30px;
}

.topbar .topleft,
.topbar .topleft a {
    color: #333;
}

.topbar .topleft a:hover {
    color: #3256a4;
}

.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 a {
    display: inline-block;
}

.head-wrapper .head-contact .gd-ico {
    font-family: "fontawesome";
    color: #fff;
    font-size: .16rem;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: .28rem;
    height: .28rem;
    line-height: .28rem;
    text-align: center;
    background-color: #3256a4;
    border: 2px solid #3256a4;
    border-radius: 50%;
    margin-right: .05rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.head-wrapper .head-contact .gd-ico-tel:before {
    content: '\f095';
}

.head-wrapper .head-contact .gd-ico-email:before {
    content: '\f0e0';
}

.head-wrapper .head-contact li a:hover .gd-ico {
    background-color: #fff;
    color: #3256a4;
}

.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: #333;
}

.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: #333!important;
}

.change-language-info .language-icon {
    color: #3256a4!important;
}

.change-language-cont,
.change-language-cont a {
    color: #333
}

.change-language-cont a:hover {}


/* 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;
    text-indent: .05rem;
    border: 0;
    border: 1px solid #ccc;
    background-color: transparent;
    color: #b3bcc3;
}

.head-search .search-ipt:focus {
    -webkit-transition: all .3s ese;
    -o-transition: all .3s ese;
    transition: all .3s ese;
    border-color: #3256a4;
}

.head-search .search-ipt::-webkit-input-placeholder {
    color: #999;
}

.head-search .search-ipt:-moz-placeholder {
    color: #999;
}

.head-search .search-ipt::-moz-placeholder {
    color: #999;
}

.head-search .search-ipt:-ms-input-placeholder {
    color: #999;
}

.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: #3256a4;
}

.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 */

.head-layout {
    padding: .35rem 0;
}

.head-layout .logo {
    float: left;
}

.head-layout .logo img {
    max-height: .65rem;
}


/* nav */

.nav-bar {
    float: right;
    padding-top: .2rem;
}

.nav-bar .nav-wrap {}

.nav-bar .nav {
    float: left;
}

.nav-bar .nav,
.nav-bar .nav a {
    color: #fff;
}

.nav-bar .nav>li {
    float: left;
    position: relative;
    font-weight: bold;
}

.nav-bar .nav>li>a {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    font-size: .14rem;
    line-height: .25rem;
    padding: 0 .2rem;
    vertical-align: top;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.nav-bar .nav:hover>li>a,
.nav-bar .nav:hover>li.nav-current>a {
    background: none;
    color: #fff;
}

.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: #333;
    background-color: #f0e319;
}

.nav-bar .nav>li>a:hover {
    color: #3256a4;
}

.nav-bar .nav ul {
    width: 250px;
    position: absolute;
    top: .27rem;
    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: translateY(5%);
    -ms-transform: translateY(5%);
    -o-transform: translateY(5%);
    transform: translateY(5%);
    -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 .2rem;
}

.nav-bar .nav li li a {
    color: #333;
    padding: 0;
    display: block;
    /*height: .36rem;*/
    line-height: .36rem;
    overflow: hidden;
    position: relative;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.nav-bar .nav li li a:before {
    font-family: 'fontawesome';
    content: '\f105';
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
}

.nav-bar .nav li li:hover>a {
    text-indent: .12rem;
}

.nav-bar .nav li li:hover>a:before {
    opacity: 1;
    visibility: visible;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.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: #3256a4;
}

.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: #333;
}

.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 {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10009;
    box-shadow: 0 0 1px rgba(0, 0, 0, .3);
    background-color: rgba(50, 86, 164, .95);
}

.fixed-nav .topbar {
    display: none;
}

.fixed-nav .head-layout {
    padding-top: .15rem;
    padding-bottom: .15rem;
}

.fixed-nav .head-layout .logo img {
    height: .55rem;
}

.fixed-nav .nav-bar {
    padding-top: .15rem;
}

.head-fixed-holder {
    display: none!important;
}


/*--------------------------footer---------------------------*/

.foot-wrapper {
    background-color: #3256a4;
}

.foot-items {
    padding: .8rem 0;
    font-size: .16rem;
}

.foot-items,
.foot-items a {
    color: #8da2cf;
}

.foot-items a:hover {
    color: #f0e319;
}

.foot-items .foot-item {
    width: 23%;
    padding-right: 2%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: left;
}

.foot-items .foot-item .foot-tit {
    margin: 0 0 .4rem;
    font-size: .2rem;
}

.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 .5rem;
    line-height: 1.5;
}

.foot-item-contact li:before {
    position: absolute;
    left: 0;
    top: -.06rem;
    display: inline-block;
    width: .32rem;
    height: .32rem;
    line-height: .32rem;
    text-align: center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: .16rem;
    color: #fff;
    background-color: #426ac1;
    border: 2px solid #426ac1;
    border-radius: 50%
}

.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-item-contact li:hover:before {
    background-color: #fff;
    color: #426ac1;
}

.foot-items .foot-txt-list li {
    display: block;
    height: .32rem;
    line-height: .32rem;
    overflow: hidden;
}

.foot-items .foot-txt-list li a {
    display: inline-block;
    position: relative;
    padding-left: .2rem;
}

.foot-items .foot-txt-list li a:before {
    font-family: 'fontawesome';
    content: '\f0da';
    font-size: .16rem;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(1, .72);
    -ms-transform: scale(1, .72);
    -o-transform: scale(1, .72);
    transform: scale(1, .72);
}

.foot-items .foot-txt-list li a:hover:before {
    color: #fff;
}

.foot-social {
    max-width: 180px;
    text-align: left;
}

.foot-social li {
    display: inline-block;
    padding: 0 .07rem .1rem 0;
}

.foot-social li a {
    position: relative;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    line-height: 14px;
    padding: 8px;
    text-align: center;
    vertical-align: middle;
    background-color: #426ac1;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.foot-social li img {
    display: inline-block;
    max-height: 17px;
}

.foot-social li a:hover {
    background-color: #f0e319;
}

.foot-social li a:hover img {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.foot-items .foot-item-inquiry .subscribe {
    display: block;
}

.foot-items .foot-item-inquiry .subscribe span {
    display: block;
    line-height: 1.5;
}

.foot-items .foot-item-inquiry .button {
    display: inline-block;
    line-height: .22rem;
    font-size: .14rem;
    text-transform: uppercase;
    padding: .07rem .17rem;
    margin-top: .35rem;
    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;
}

.foot-bar {
    text-align: center;
    font-size: .13rem;
}

.foot-bar,
.foot-bar a {
    color: #657eb6;
}

.foot-bar .layout {
    border-top: 1px solid #274993;
    box-shadow: 0 -1px 0 #3c61b1;
}

.foot-bar .copyright {
    display: block;
    padding: .2rem 0;
}


/* gotop */

.gotop {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 50%;
    background-color: #333;
    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;
}

.gotop:hover {
    opacity: 1;
    color: #fff;
    background-color: #3161c8;
}

.gotop:before {
    font-family: fontawesome;
    content: '\f077';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .14rem;
    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: 1rem 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 {}

.gd-layer .gd-btn {
    color: #fff;
    padding-left: .2rem;
    padding-right: .2rem;
}


/* slide banner */

.rev_slider_wrapper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.tp-leftarrow,
.tp-rightarrow {
    font-size: .5rem;
    background-color: transparent;
    float: left;
    display: inline-block;
    overflow: hidden;
    -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: .12rem;
    height: .12rem;
    border-radius: 50%;
}

.tp-bullets.simplebullets .bullet:not(.selected) {
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
}

.tp-bullets.simplebullets .bullet {
    background-color: #fff;
    border: 3px solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.tp-bullets.simplebullets .bullet.selected {
    background-color: #f0e319;
    border-color: #f0e319;
}

.tp-bullets.simplebullets .bullet:before {
    content: '';
    display: block;
    position: absolute;
    left: -6px;
    right: -6px;
    top: -6px;
    bottom: -6px;
    border-radius: 50%;
    border: 1px solid #f0e319;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
}

.tp-bullets.simplebullets .bullet.selected:before {
    opacity: 1;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}

.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(img/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 .6rem;
    text-align: center;
    position: relative;
}

.index-title-bar .index-title {
    display: inline-block;
    position: relative;
    font-size: .4rem;
    line-height: 1.2;
    font-weight: bold;
}

.index-title-bar .index-title,
.index-title-bar .index-title a {
    color: #333;
}

.index-title-bar .index-title:after {
    content: '';
    display: block;
    width: .5rem;
    height: 4px;
    margin: .1rem auto 0;
    background-color: #3256a4;
}

.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-box {
    text-align: center;
}

.gd-btn,
.gd-btn-link {
    display: inline-block;
    border: 1px solid #3256a4;
    background-color: #3256a4;
    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: #f0e319;
    border-color: #f0e319;
    color: #000;
}

.gd-btn-link,
a.gd-btn-link {
    display: inline-block;
    background-color: transparent;
    color: #3256a4;
}


/* company synopses */

.company-synopses ul {}

.company-synopses .synopses-list ul {
    margin: 0 -.1rem;
}

.company-synopses .synopsis-item {
    width: 25%;
    padding: .1rem;
    float: left;
    text-align: center;
}

.company-synopses .synopsis-item {}

.synopsis-item .item-wrap,
.synopsis-item .item-img img,
.synopsis-item .item-info,
.synopsis-item .item-info .read-more,
.synopsis-item .item-img:before {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.synopsis-item .item-wrap:hover .item-info .item-desc {
    color: #666;
}

.synopsis-item .item-img {
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    border: 1px solid #ccc;
    padding: .35rem;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    margin: 0 auto .3rem;
}

.synopsis-item .item-img img {
    height: .4rem;
    position: relative;
    z-index: 3;
}

.synopsis-item .item-img:before {
    content: '';
    display: block;
    width: 86%;
    height: 86%;
    position: absolute;
    left: 7%;
    top: 7%;
    background-color: #3256a4;
    border-radius: 50%;
}

.synopsis-item .item-info {
    position: relative;
    z-index: 99;
}

.synopsis-item:hover .item-info {}

.synopsis-item .item-info .item-title {
    position: relative;
    font-weight: bold;
    font-size: .2rem;
    margin: 0 auto .15rem;
}

.synopsis-item .item-info .item-desc {
    display: block;
    height: .6rem;
    line-height: .2rem;
    overflow: hidden;
    margin: 0 auto .2rem;
    color: #888;
    font-size: .16rem;
}

.synopsis-item:hover .item-info .read-more {}

.synopsis-item:hover,
.synopsis-item:hover a {}

.synopsis-item:hover .item-img {
    -webkit-box-shadow: 0 0 .05rem rgba(0, 0, 0, .3);
    box-shadow: 0 0 .05rem rgba(0, 0, 0, .3);
}

.synopsis-item:hover .item-img img {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}

.synopsis-item:hover .item-img:before {
    width: 92%;
    height: 92%;
    left: 4%;
    top: 4%;
    background-color: #f0e319;
}


/* about */

.about-us {
    padding: 3rem 0 1.5rem;
    text-align: center;
    font-size: .18rem;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}

.about-us,
.about-us a {
    color: #fff;
}

.about-us p {
    padding-bottom: .15rem;
}

.about-us .about-detail {
    width: 90%;
    margin: 0 auto;
}

.about-us .about-desc {
    display: block;
    font-size: .34rem;
    line-height: 1.8;
}

.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: 2;
}

.about-us .layer-ico {
    width: 33%;
    height: 3.5rem;
    position: absolute;
    left: 0;
    top: -1.3rem;
    background-repeat: no-repeat;
    background-position: center 0;
    -webkit-background-size: contain;
    background-size: contain;
    display: none;
}

.about-us .learn-more-bar {
    padding-bottom: .1rem;
}

.about-us .gd-btn-link {
    border: 2px solid #888b92;
    color: #888b92;
}

.about-us .gd-btn-link:hover {
    background-color: #f0e319;
    border-color: #f0e319;
    color: #333;
}


/* product list */

.product-item {
    position: relative;
    width: 25%;
    padding: .2rem;
    /* 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;
}

.product-item .item-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product-item .item-wrap:hover.item-img:before,
.product-item .item-img:hover:before {
    background-color: rgba(255, 255, 255, .3);
    -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 .item-info {}

.product-item .item-info .item-title {
    text-transform: capitalize;
    font-size: .14rem;
    font-weight: normal;
    overflow: hidden;
    position: relative;
    padding: .1rem 0;
}

.product-item .item-info .item-title a {
    display: block;
    height: .4rem;
    line-height: .2rem;
    overflow: hidden;
    padding: 0 15%;
    position: relative;
    z-index: 3;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product-item .item-info .item-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 0%;
    background-color: #3256a4;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product-item .item-wrap {
    background-color: #fff;
    border: 1px solid #ddd;
    outline: .1rem solid #fff;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.product-item .item-wrap:hover {
    box-shadow: 0 0 .4rem rgba(0, 0, 0, .15);
}

.product-item .item-wrap:hover .item-info .item-title:before,
.product-item .item-info .item-title:hover:before {
    height: 100%;
    opacity: 1;
}

.product-item .item-wrap:hover .item-info .item-title a,
.product-item .item-info .item-title:hover a {
    color: #fff;
}

.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;
    background-color: #f2f6ff;
}

.product-items:before {
    content: '';
    display: block;
    width: 22%;
    height: 100%;
    position: absolute;
    right: 0;
    top: -.5rem;
    background: url(img/demo/product_layer_ico.png) center 0 no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.product-items .layout {
    position: relative;
    z-index: 2;
}

.product-items .layer-body {
    margin: 0 -.2rem;
}

.product-items .gd-btn:before {
    display: none;
}

.product-items .items-content {}

.product-items .product-item {
    width: 33.333333%;
}

.product-items .product-item .item-info .item-title a {
    font-size: .17rem;
}

.product-items .product-item:nth-child(3n+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: #3256a4;
}

.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-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;
}


/* partner */

.partner-layer {}

.partner-layer .owl-carousel .owl-stage-outer {
    background-color: #e8e8e8;
}

.partner-list {
    width: auto;
    margin: 0 -.2rem;
}

.partner-list .partner-item {
    width: 25%;
    padding: .2rem;
    float: left;
    text-align: center;
    overflow: hidden;
}

.partner-list .partner-item a {
    display: block;
    position: relative;
}

.partner-list .partner-item img {
    max-width: 100%;
    position: relative;
    opacity: .2;
    filter: alpha(opacity=20);
    -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;
}


/*----------------------------------page nav---------------------------------*/

.sub-head {
    padding: 2.2rem 0 .5rem;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 auto .55rem;
}

.sub-head,
.sub-head a {
    color: #fff;
}

.sub-head .sub-head-title {
    font-size: .5rem;
    padding: .5rem 0 .7rem;
}

.path-bar {
    margin-bottom: .3rem;
}

.path-bar .path-nav {
    padding-bottom: .15rem;
}

.path-bar .path-nav,
.path-bar .path-nav a {
    color: #fff;
}

.path-bar .path-nav a:hover {
    color: #f0e319;
}

.path-bar .path-nav li {
    display: inline;
    font-size: .16rem;
}

.path-bar .path-nav li:after {
    content: '\f0da';
    padding: 0 .12rem 0 .15rem;
    -webkit-transform: scale(1, .8);
    -ms-transform: scale(1, .8);
    -o-transform: scale(1, .8);
    transform: scale(1, .8);
}

.path-bar .path-nav li:last-child,
.path-bar .path-nav li:last-child a {
    color: #f0e319;
}

.path-bar .path-nav li:last-child:after {
    display: none;
}

.page-bar {
    text-align: right;
}

.pages {
    position: relative;
    margin: .4rem 0 .15rem;
}

.pages a,
.pages span {
    color: #666;
    background: -webkit-linear-gradient(top, #fff, #ddd);
    background: linear-gradient(top, #fff, #ddd);
}

.pages a,
.pages span.current2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ddd;
    line-height: 25px;
    min-width: 26px;
    padding: 3px 12px;
    border-radius: 3px;
    margin: 0 0 0 5px;
    border-radius: 3px;
}

.pages .pagination-meta {
    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 span.current {
    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;
    background: #3256A4;
    border-color: #3256A4;
    color: #FFF;
}

.pages a.current,
.pages a:hover {
    background: #3256A4;
    border-color: #3256A4;
    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;
    background-color: #3256a4;
    font-size: .18rem;
    line-height: .35rem;
    overflow: hidden;
    font-weight: normal;
    padding-left: .12rem;
}

.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 .12rem;
}

.side-cate li {
    position: relative;
    line-height: 38px;
    font-size: .16rem;
}

.side-cate>li {}

.side-cate ul {
    display: none;
}

.side-cate li a {
    position: relative;
    display: block;
    /*height: .38rem;*/
    line-height: .38rem;
    overflow: hidden;
    /*margin-right: .2rem;*/
}

.side-cate li .icon-cate {
    position: absolute;
    right: 0.2rem;
    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: #3256a4;
}

.side-cate li.nav-current>.icon-cate,
.side-cate li>.icon-cate:hover,
li.show_li>.icon-cate {
    color: #3256a4;
}

.side-product-items {
    position: relative;
    padding: .2rem 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: .85rem;
    overflow: hidden;
}

.side_product_item .item-img {
    width: .65rem;
    display: table-cell;
    vertical-align: middle;
}

.side_product_item .item-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.side_product_item .item-img:hover+figcaption a {
    color: #3256a4;
}

.side_product_item .item-img img {
    position: relative;
    width: 100%;
    border: 1px solid #eee;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.side_product_item .item-img:hover img {
    border-color: #3256a4;
}

.side_product_item figcaption {
    display: table-cell;
    vertical-align: middle;
}

.side_product_item figcaption a {
    display: inline-block;
    line-height: .18rem;
    max-height: .36rem;
    overflow: hidden;
    padding-left: .25rem;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .15;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.side-product-items .btn-prev {
    top: .2rem;
    background: url(img/side_product_up.png) no-repeat center center;
}

.side-product-items .btn-next {
    bottom: .2rem;
    background: url(img/side_product_down.png) no-repeat center center;
}

.side-product-items .btn-prev:hover,
.side-product-items .btn-next:hover {
    opacity: .35;
}

.aside .side-bn {
    max-width: 100%;
    margin: 0 0 25px 0;
}

.aside .side-bn img {
    max-width: 100%
}


/*----------------------------------main---------------------------------*/

.main {
    position: relative;
    width: 78.3%;
    float: right;
    padding-bottom: .6rem;
}

.main-tit-bar {
    padding: 0;
    line-height: .25rem;
    border-bottom: 1px 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 .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 {
    background-color: #f4f7fe;
    padding: .15rem .25rem;
}

.items_list ul {
    margin: 0 -.25rem;
}

.items_list .product-item {
    margin-bottom: 0;
    width: 33.333333%;
}

.items_list .product-item .item-wrap {
    outline: .05rem solid #fff;
}

.items_list .product-item .item-info {
    position: relative;
}

.items_list ul {
    margin: 0 -.15rem;
}

.items_list .product-item {
    padding: .2rem;
}


/*-------------------------------------------------------- 
                                                    page: single Product
                                                                    ------------------------------------------------------*/


/*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;
    border: 1px solid #eee;
}

.product-view .product-image img {
    position: relative;
    width: 100%;
}

.product-view .image-additional {
    position: relative;
    width: 100%;
    margin: 20px 0;
    padding: 0 50px;
}

.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%;
    padding: 0;
    border: 1px solid #eee;
}

.product-view .image-additional li a {
    position: relative;
    display: block;
}

.product-view .image-additional li.current a {}

.product-view .image-additional li.current img {
    border: 3px solid #f0e319;
    padding: 0;
}

.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: #c8d1e6;
    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: #3256a4;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -50px;
}

.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: -50px;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '\f105';
}

.product-view .image-additional .owl-loaded li {
    display: block;
}


/*product summary*/

.product-summary {
    position: relative;
    width: 53%;
    float: right;
    font-size: .14rem;
}

.product-summary .product-title {
    font-size: .24rem;
    line-height: 1;
    font-weight: normal;
    padding: 0 0 .25rem;
}

.product-summary .product-meta {
    line-height: 25px;
}

.product-summary .product-meta h3 {
    margin: 0 0 .15rem;
    font-size: .18rem;
    font-weight: normal;
}

.product-summary .product-meta ul {}

.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: .2rem 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: #3256a4;
    border: 2px solid #3256a4;
    color: #FFF;
    font-size: .14rem;
    margin: 0 0 .05rem 0;
    text-transform: uppercase;
}

.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: #3256a4;
    border-color: #3256a4;
}

.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: 0 solid #ddd;
}

.detail-tabs .title {
    display: inline-block;
    height: .35rem;
    line-height: .35rem;
    font-size: .17rem;
    padding: 0 .15rem;
    border: 1px solid #ddd;
    background: -webkit-linear-gradient(top, #fff, #ddd);
    background: linear-gradient(top, #fff, #ddd);
    text-transform: uppercase;
    margin-right: .1rem;
    cursor: pointer;
}

.detail-tabs .title.current,
.detail-tabs .title.current a {
    color: #fff;
    background: #3256a4;
    border-color: #3256a4;
}

.product-detail .tab-panel-content {
    display: block;
    overflow: hidden
}

.product-detail .disabled {
    display: none;
}

.tab-panel-wrap {
    min-height: 300px;
}

.tab-panel-wrap .entry,
.tab-panel-wrap .entry a {
    color: #333;
}

.tab-panel-wrap .entry p {
    font-size: .16rem;
    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: .24rem;
}

.tab-panel-wrap .entry h4 {
    font-size: .24rem;
}


/* inquiry form */

.inquiry-form-wrap .inquiry-form-title {
    background-color: #3256a4;
    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 0 .05rem;
    margin: 0 auto .25rem;
    border-bottom: 1px solid #d6d6d6;
}

.goods-title-bar .title {
    display: inline-block;
    font-size: .18rem;
    position: relative;
}

.goods-title-bar .title,
.goods-title-bar .title a {
    color: #333;
}

.goods-may-like .goods-items {
    padding: .1rem .4rem;
    width: auto;
    background-color: #f2f6ff;
}

.goods-may-like .product-item {
    width: auto;
    float: none;
    display: none;
    padding-left: 0;
    padding-right: 0;
    margin: .1rem;
}

.goods-may-like .product-item .item-wrap {
    overflow: hidden;
    position: relative;
}

.goods-may-like .owl-carousel .owl-stage-outer {
    /*padding: 1rem!important;*/
}

.goods-may-like .owl-carousel .owl-controls .owl-nav {
    width: auto;
    left: auto;
    right: 0;
    top: -.55rem;
}

.goods-may-like .owl-carousel .owl-item {
    overflow: visible;
}

.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 .02rem;
    color: #333;
    background: none;
    margin-left: .1rem;
}

.goods-may-like .owl-carousel .owl-controls .owl-prev:before {
    content: '\f0d9';
}

.goods-may-like .owl-carousel .owl-controls .owl-next:before {
    content: '\f0da';
}

.goods-may-like .owl-carousel .owl-controls .owl-prev:hover,
.goods-may-like .owl-carousel .owl-controls .owl-next:hover {
    background: none;
    color: #f0e319;
}

.goods-may-like .owl-carousel .owl-controls .owl-next {
    margin-left: .1rem;
}

.goods-may-like .owl-loaded .product-item {
    display: block;
}


/*.goods-may-like .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 #3256a4;
    border-bottom: 1px solid #3256a4;
    background-color: #3256a4;
    -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: #3256a4;
    border-color: #3256a4;
    color: #fff;
}

.blog-item:hover:after {
    width: 100%;
}

.blog-item:hover .item-info .item-more {
    border-color: #3256a4;
    color: #3256a4;
}

.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;
        text-transform: uppercase;
    }
}

@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: .36rem;
    }
    .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(img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        position: absolute;
        right: -35px;
        top: 0;
    }
    img {
        max-width: 100%;
    }
    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999;
    }
    .head-wrapper:before {
        display: none;
    }
    .head-wrapper .mobile-body-mask {
        z-index: 90;
    }
    .lang-more {
        display: none !important
    }
    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #161622;
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: left;
        display: block;
        z-index: 99;
    }
    .mobile-head-item {
        float: left;
        width: 45px;
    }
    .mobile-head-item.mobile-head-aside {
        float: right
    }
    .mobile-head-item .title {
        width: 100%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-align: center;
        color: #FFF;
    }
    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #FFF;
    }
    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015';
    }
    .mobile-head-item.mobile-head-nav .title:before {
        content: '\f0c9';
    }
    .mobile-head-item.mobile-head-language .title:before {
        content: "\f1ab";
    }
    .mobile-head-item.mobile-head-search .title:before {
        content: "\f002";
    }
    .mobile-head-item.mobile-head-social .title:before {
        content: "\f007";
    }
    .mobile-head-item.mobile-head-aside .title:before {
        content: "\f060";
    }
    .mobile-head-item .main-content-wrap {
        background: #FFF;
        top: 0;
        display: block;
        z-index: 99999;
    }
    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: scroll;
        height: 100%;
        padding: 15px 10px;
    }
    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
    }
    .mobile-head-item .side-content-wrap {
        position: fixed;
        display: block;
        left: -70%;
        width: 70%;
        height: 100%;
    }
    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }
    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }
    .nav-bar .nav,
    .change-language,
    .head-search {
        display: none !important;
    }
    .topbar {
        padding-top: 35px;
        padding-bottom: 10px;
        text-align: center;
        background-color: #3256a4;
        border: 0;
    }
    .topbar .topleft {
        display: block;
        float: none;
    }
    .topbar .topleft,
    .topbar .topleft a,
    .topbar .topleft a:hover {
        color: #fff;
    }
    .head-wrapper .head-contact li {
        display: inline-block;
        float: none;
        margin: 0 .08rem;
        position: relative;
    }
    .head-wrapper .head-contact .gd-ico {
        background-color: #fff;
        color: #3256a4;
    }
    .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 {
        padding-bottom: .3rem;
        position: relative;
        top: auto;
        background-color: #3256a4;
    }
    .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;
    }
    .nav-bar .foot-social {
        display: none;
    }
    .head-wrapper .logo {
        padding-top: .1rem;
    }
    .sub-head {
        padding: .4rem .15rem;
    }
    .sub-head .layout {
        padding: 0;
    }
    .sub-head .sub-head-title {
        padding: 0;
        font-size: .32rem;
    }
    .sub-head .path-bar {
        margin: 0;
    }
    .sub-head .path-bar .path-nav {
        padding: 0;
    }
    /*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;
        padding-bottom: .6rem;
    }
    .about-us .about-detail .about-title,
    .index-title-bar .index-title {
        font-size: .36rem;
    }
    .company-synopses .synopsis-item {
        width: 50%;
    }
    .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: 1.9rem 0 .8rem;
    }
    .service-layer {
        padding: .6rem 0;
    }
    .partner-list {
        margin: 0 -.15rem;
    }
    .partner-list .partner-item {
        padding: .15rem;
    }
    /* aside */
    .aside {
        display: none;
    }
    .side-product-items .btn-prev,
    .side-product-items .btn-next {
        display: none;
    }
    .side_product_item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    .side-product-items {
        padding-top: .2rem;
    }
    /* main */
    .main {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    /* product intro */
    .product-view {
        width: auto;
        max-width: 400px;
        float: none;
        margin: 0 auto .3rem;
        border: 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: #3256a4;
    }
    /* 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;
    }
    .product-item .item-wrap {
        outline: 0;
    }
    .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: .05rem;
        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;
    }
    /* product list */
    .items_list {
        padding: .15rem .1rem;
    }
    .items_list .product-item {
        width: 33.333333%;
        padding: .05rem;
    }
    .items_list .product-item .item-wrap {
        outline: 0;
    }
    .items_list .product-item:nth-child(n) {
        clear: none;
    }
    .items_list .product-item:nth-child(3n+1) {
        clear: left;
    }
    .items_list .product-item .item-info {}
    .items_list .product-item .item-wrap .btn-view {
        display: block;
    }
    /* product */
    .goods-may-like .goods-items {
        padding: .2rem .1rem;
    }
    .goods-may-like .product-item {
        padding: 0;
    }
    .goods-may-like .owl-carousel .owl-controls .owl-dots {
        padding: .2rem 0;
    }
    /* footer */
    .partner-list {
        padding: 0;
    }
    .gotop {
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
    }
    .gotop:hover {
        background-color: #fff;
        color: #3256a4;
    }
    .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;
    }
    /* 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;
    }
    .company-synopses .synopsis-item {
        width: 100%;
        float: none;
    }
    .synopsis-item .item-wrap {}
    .synopsis-item .item-more {
        display: none;
    }
    .synopsis-item .item-info {
        padding-left: 10%;
        padding-right: 10%;
    }
    .synopsis-item .item-info .item-desc {
        margin-bottom: 0;
        height: auto;
    }
    .product-item {
        padding: .05rem;
        width: 50%;
    }
    .product-items:before {
        display: none;
    }
    .product-items .items-content {
        margin: 0 -.05rem;
        padding-bottom: 0;
    }
    .product-items .layer-body {
        margin: 0 -.05rem;
    }
    .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;
    }
    .about-us {
        background: #434955;
        background-image: none!important;
        padding: .8rem 0;
    }
    .about-us .about-desc {
        font-size: .2rem;
    }
    .partner-list .partner-item {
        width: 50%;
    }
    .partner-list .partner-item img {
        max-height: 60px;
    }
    /* footer */
    .foot-wrapper {}
    .copyright {
        float: none;
        font-size: .12rem;
    }
    .service-layer .social-pannel {
        padding-top: .6rem;
    }
    .foot-social {
        max-width: inherit;
        font-weight: bold;
        float: none;
        padding: 0;
    }
    .foot-social li {
        padding: 0 .05rem;
    }
    .foot-social li a {}
    .foot-items {
        padding-top: .3rem;
        padding-bottom: .3rem;
        padding-right: 5%;
    }
    .foot-items .foot-item {
        width: 100%;
        float: none;
        padding-right: 0;
        padding: .25rem 0;
    }
    /* 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: #3256a4;
        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
}