@charset "utf-8";



/*--------------------------reset main.css---------------------------*/

/* font color */
body,
html,
input,
button,
textarea,
a {
    color: #333;
}

a:hover {
    color: #00468c;
}

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.woff2');
    src: url('../fonts/opensans.woff2') format('embedded-opentype'), url('../fonts/opensans.woff2') format('woff2'), url('../fonts/opensans.woff2') format('woff'), url('../fonts/opensans.woff2') format('truetype')
}

html,
body {
    font-family: 'opensans';
}




.inquiry-panel .layer-title {
    font-weight: normal;
    font-family: 'SourceSansProBold';
}



/* 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,
.contact-layer .contact-items:after,
.partner-list:after,
.partner-list ul:after,
.advantage-list:after,
.foot-links:after,
.foot-txt-list: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,
.contact-layer .contact-items,
.partner-list,
.partner-list ul,
.advantage-list,
.foot-links,
.foot-txt-list {
    *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: 40px 0;
}

.layer-hd {}

.layer-body {}

.gd-row {}

.index-title-bar {}

.index-title-bar .index-title {}

.index-title-bar .title-desc {}

.learn-more-bar {}

.gd-btn {}

.gd-row {
    margin: 0 -.35rem;
}

.gd-col-6 {
    width: 50%;
    padding: 0 .35rem;
    float: left;
}

body.index-body {
    background-color: #e5e5e5;
}

.container {}

.main_content {}




/* 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: #032b5c;
    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: #032b5c;
}


/* 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 {
    position: relative;
    z-index: 999;
    background-color: rgba(0, 0, 0, .7);
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
}

.container-index .head-wrapper {
    position: absolute;
}

.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,
.topr {
    padding-top: 10px;
    padding-bottom: 10px;
}

.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: 82px;
    background-color: #fff;
    background-color: rgba(0, 0, 0, .8);
    padding: 10px;
    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: 10px;
}

.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;
    background-color: #202020;
    border-radius: 50%;
    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;
}

.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 {
    color: #d3b900;
}

.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: 10px;
    margin-top: 6px;
}

.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;
}

.change-language-cont,
.change-language-cont a {
    color: #333
}

.change-language-info .change-language-title {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}


/* nav */
.nav-bar {
    width: 65%;
    line-height: 40px;
    padding-top: 40px;
    padding-bottom: 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: 0 15px;
    font-size: .16rem;
}

.nav-bar .nav>li>a:before {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
    background-color: #d3b900;
    z-index: -1;
    -webkit-transition: none;
    transition: none;
    border-radius: 3px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
}

.nav-bar .nav>li>a:hover:before,
.nav-bar .nav>li.nav-current>a:before,
.nav-bar .nav>li.li-hover>a:before,
.nav-bar:hover .nav>li.nav-current:hover>a:before {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
}

.nav-bar:hover .nav>li.nav-current>a:before {
    width: 0%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.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: rgba(0, 0, 0, .8);
    position: absolute;
    left: 0;
    top: 80px;
    top: 50px\9;
    -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) scale(.6);
    -ms-transform: translateY(.1rem) scale(.6);
    -o-transform: translateY(.1rem) scale(.6);
    transform: translateY(.1rem) scale(.6);
    opacity: 0;
    visibility: hidden;
    text-align: left;
    padding: .1rem 0;
    -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 li {
    font-size: .14rem;
}

.nav-bar .nav ul li:last-child {
    border-bottom: 0;
}

.nav-bar .nav ul li a {
    display: block;
    height: 38px;
    line-height: 38px;
    position: relative;
    padding: 0 .15rem;
}

.nav-bar .nav ul li,
.nav-bar .nav ul li a {
    color: #fff;
}

.nav-bar .nav ul li.li-hover>a,
.nav-bar .nav ul li a:hover {
    color: #d3b900;
}

.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: .05rem;
    top: -.1rem;
}




/* fixed nav */
.logo img,
.head-layout,
.head-wrapper a {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.fixed-nav,
.container-index .fixed-nav {
    width: 100%;
    max-width: inherit;
    position: fixed;
    left: 0;
    top: 0;
    box-shadow: 0 0 .05rem rgba(0, 0, 0, .35);
}

.fixed-nav .head-layout {
    padding-top: 10px;
    padding-bottom: 10px;
}

.fixed-nav .logo {
    width: 15%;
    padding: 0 .15rem 0 0;
}

.fixed-nav .logo img {
    max-width: 100%;
    max-height: 45px;
}

.fixed-nav .nav-bar {
    width: 80%;
    text-align: left;
    padding: 0;
}

.fixed-nav .topr {
    display: none;
}

.fixed-nav .change-language {
    display: none;
}

.fixed-nav .nav-bar .nav ul {
    top: 52px;
}

.fixed-nav .nav-bar .nav>li>a {
    font-size: .15rem;
}

.container-index .head-fixed-holder {
    height: 0 !important;
}




/*--------------------------footer---------------------------*/
.foot-wrapper {
    background: #00468c;
    background: -moz-radial-gradient(center, ellipse cover, #00468c 0%, #032653 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #00468c 0%, #032653 100%);
    background: radial-gradient(ellipse at center, #00468c 0%, #032653 100%);
}

.foot-items .gd-row {}

.foot-items .foot-item {
    width: 50%;
    float: left;
    line-height: 2;
    padding: .5rem .35rem;
}

.foot-items .foot-item,
.foot-items .foot-item a {
    color: #fff;
}

.foot-items .foot-item a:hover {
    color: #ccc;
}

.foot-items .foot-item .foot-tit {
    font-weight: normal;
    padding-bottom: .12rem;
    text-transform: uppercase;
    font-family: 'SourceSansProBold';
}

.foot-items .foot-item .foot-tit,
.foot-items .foot-item .foot-tit a {
    color: #fff;
}

.foot-items .foot-item .foot-cont {
    max-width: 465px;
    padding-top: .15rem;
    border-top: 1px solid #4e739d;
}


/* txt-list */
.foot-items .foot-txt-list li {
    width: 50%;
    padding-right: 8%;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    float: left;
    margin-bottom: .05rem;
}

.foot-items .foot-txt-list li a {
    display: inline-block;
    position: relative;
    word-break: break-all;
    white-space: nowrap;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-left: 10px;
}

.foot-items .foot-txt-list li a:before {
    font-family: 'fontawesome';
    content: '\f105';
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 12px;
    position: absolute;
    left: -.15rem;
    top: 0;
}

.foot-items .foot-txt-list li a:hover {
    padding-left: .15rem;
}

.foot-items .foot-txt-list li a:hover:before {
    left: 0;
}


/* contact */
.foot-items .foot-logo {
    display: block;
}

.foot-items .contact-list {
    padding-top: .15rem;
}

.foot-items .contact-list li {
    position: relative;
}



/* social */
.social-list {
    width: 50%;
    float: left;
    padding-left: .28rem;
}

.social-list li {
    display: inline-block;
    padding: 0 .06rem 0 0;
}

.social-list li .sc-ico {
    display: inline-block;
    padding: 8px;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.social-list li .sc-ico img {
    max-height: 15px;
    -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 {
    background-color: rgba(255, 255, 255, .5);
    border-radius: 3px;
}

/* foot-bar */
.foot-bar {
    font-size: .14rem;
}

.foot-bar .layout {
    padding-bottom: .35rem;
}

.foot-links {
    width: 50%;
    float: left;
}

.foot-links li {
    float: left;
    margin-right: .1rem;
}

.foot-links li:after {
    content: '|';
    padding-left: .1rem;
    font-size: 14px;
}

.foot-links li:last-child:after {
    display: none;
}

.copyright {
    width: 50%;
    float: left;
    font-size: .12rem;
    color: #999;
}

.copyright .copy-company {
    color: #fff;
}

.foot-bar,
.foot-bar a {
    color: #fff;
}

.foot-bar a:hover {
    color: #d3b900;
}

/* gotop */
.gotop {
    width: auto;
    height: auto;
    padding: .12rem .15rem;
    line-height: .15rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 3px;
    background-color: #121212;
    border: 0;
    font-size: .13rem;
    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);
}

.gotop.active {
    bottom: .1rem;
    visibility: visible;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 1;
    filter: alpha(opacity=100);
}

.gotop:hover {
    opacity: 1;
    color: #fff;
    background-color: #00468c;
}

@-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: .32rem;
    background-color: transparent;
    float: left;
    display: inline-block;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #fff !important;
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
    text-align: center;
    overflow: hidden;
    top: 50% !important;
    margin-top: -.25rem !important;
    z-index: 99;
    border-radius: 50%;
    background: rgba(0, 0, 0, .6) !important;
}

.tp-leftarrow {
    left: 30px !important;
}

.tp-rightarrow {
    right: 30px !important;
}

.tp-leftarrow:before {
    content: '\f104';
}

.tp-rightarrow:before {
    content: '\f105';
}

.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected {
    width: .07rem;
    height: .07rem;
    border-radius: 50%;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.tp-bullets.simplebullets .bullet:not(.selected) {}

.tp-bullets.simplebullets .bullet {
    background-color: #000;
    border: .04rem solid #000;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
    opacity: .4;
    filter: alpha(opacity=40);
}

.tp-bullets.simplebullets .bullet.selected {
    background-color: #fff;
    border-color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: .8;
    filter: alpha(opacity=80);
}

.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: #000 !important;
    background: #d3b900 !important;
    opacity: 1;
    filter: alpha(opacity=100);
}

.tp-loader.spinner0 {
    background: url(img/loading.gif) center no-repeat;
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
}



/* title */
.index-title-bar {
    text-align: center;
    margin: 0 auto .4rem;
}

.index-title-bar:before,
.index-title-bar:after {
    content: '';
    display: inline-block;
    width: 1rem;
    height: .03rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    opacity: .6;
    filter: alpha(opacity=60);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.index-title-bar .index-title {
    display: inline-block;
    padding: 0 .15rem;
    position: relative;
    font-size: .3rem;
    line-height: 1.2;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
}

.index-title-bar .index-title .title-ico {
    color: #d3b900;
}

.index-title-bar .index-title,
.index-title-bar .index-title a {
    color: #333;
}

.index-title-bar .title-desc {
    display: block;
    font-size: .2rem;
    max-width: 70%;
    margin: 0 auto;
}

.index-title-bar .index-title+.title-desc {
    padding-top: .1rem;
}


/* btn */
.learn-more-bar {
    text-align: center;
    padding: .4rem 0 0;
}

.gd-btn-box {
    display: block;
}

.gd-btn {
    display: inline-block;
    border: 1px solid #d3b900;
    background-color: #d3b900;
    text-transform: none;
    color: #000;
    padding: 10px .3rem;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}

.gd-btn:hover {
    background-color: #333;
    border-color: #333;
    color: #fff;
}


/* company synopses */
.company-synopses {
    padding-top: 0;
}

.synopsis-item {
    width: 25%;
    float: left;
}

.synopsis-item .item-wrap {
    display: block;
    position: relative;
}

.synopsis-item .item-wrap:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
}

.synopsis-item:nth-child(4n) .item-wrap::after {
    display: none;
}

.synopsis-item .item-img {
    display: block;
}

.synopsis-item .item-img img {
    display: block;
    width: 100%;
    height: auto;
}



/* cates */
.index-cate-layer .gd-row {
    margin-left: -.08rem;
    margin-right: -.08rem;
}

.index-cate-item {
    width: 33.333333%;
    float: left;
    padding: .08rem;
}

.index-cate-item .cate-item-wrap {
    display: block;
    position: relative;
    outline: 1px solid #fff;
}

.index-cate-item .cate-item-wrap:hover {
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .2);
}

.index-cate-item .item-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.index-cate-item .item-img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.index-cate-item .item-img:hover img {
    -webkit-filter: brightness(1);
}

.index-cate-item .item-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 1;
    background-color: rgba(0, 0, 0, .3);
}

.index-cate-item .item-img:hover:before {
    background-color: rgba(255, 255, 255, .25);
}

.index-cate-item .item-tit,
.index-cate-item .item-tit a {
    color: #fff;
}

.index-cate-item .item-tit {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
    padding: .15rem .2rem;
    background-color: #666;
    background-color: rgba(0, 0, 0, .6);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 3;
    text-align: center;
    z-index: 3;
}

.index-cate-item .cate-item-wrap:hover .item-tit {
    padding-bottom: .3rem;
}

.index-cate-item:nth-child(3n+1) {
    clear: left;
}



/* news */
.news-layer {
    padding-top: .7rem;
    padding-bottom: .7rem;
    background-position: center 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.news-layer .index-title-bar .index-title,
.news-layer .index-title-bar .index-title a {
    color: #fff;
}

.news-layer .news-item {
    padding: .3rem .25rem;
}

.news-layer .news-item,
.news-layer .news-item a {
    color: #fff;
}

.news-layer .news-item .news-time {
    display: block;
}

.news-layer .news-item .news-tit {
    display: block;
    padding-top: .15rem;
    font-weight: normal;
}

.news-layer .news-item .news-tit,
.news-layer .news-item .news-tit a {
    color: #d3b900;
}

.news-layer .news-item .news-desc {
    display: block;
    padding-top: .15rem;
}

.news-layer .gd-btn-box {
    text-align: center;
    padding-top: .2rem;
}



/* about us */
.about-us {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: #b2b2b2;
    padding: .8rem 0;
    text-align: center;
}

.about-us .index-title-bar .index-title,
.about-us .index-title-bar .index-title a {
    color: #fff;
}

.about-us .about-title {
    margin-bottom: .25rem;
    text-transform: uppercase;
    font-size: .32rem;
}

.about-us .about-detail {
    padding: 0 15%;
}

.about-us .about-desc {
    font-size: 16px;
}

.about-us .about-desc p {
    padding-bottom: .15rem;
}

.about-us .gd-btn-box {
    display: block;
    text-align: center;
    padding-top: .5rem;
}


/* product */
.product-item {
    width: 25%;
    float: left;
    padding: 13px;
}

.product-item .item-wrap {
    border: 1px solid #d5d5d5;
    padding: 5px;
}

.product-item .item-img {
    display: block;
    position: relative;
    overflow: hidden;
}

.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;
}

.product-item .item-title a {
    display: block;
    overflow: hidden;
}

.product-item .gd-btn-box {
    padding-top: .15rem;
}

.product-items .items-content {
    margin-left: -.15rem;
    margin-right: -.15rem;
}

.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;
    text-align: right;
    padding-top: 0;
}

.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next {
    width: auto;
    padding: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #333;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: .14rem;
    line-height: 20px;
    margin: 0;
}

.product-items .owl-carousel .owl-controls .owl-next {
    margin-left: .08rem;
}

.product-items .owl-carousel .owl-controls .owl-prev:before,
.product-items .owl-carousel .owl-controls .owl-next:before {
    line-height: 20px;
}

.product-items .owl-carousel .owl-controls .owl-prev:before {
    content: '\f0d9';
}

.product-items .owl-carousel .owl-controls .owl-next:before {
    content: '\f0da';
}

.product-items .owl-carousel .owl-controls .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-next:hover {
    background: #d3b900;
    color: #fff;
}

.layer-best .owl-carousel .owl-controls .owl-nav {
    text-align: left;
}

.layer-best .index-title-bar .title-desc {
    font-weight: bold;
}

.layer-best .product-item .item-info {
    padding-left: 0%;
    padding-right: 0%;
}


/* inquiry panel */
.inquiry-panel {
    width: 100%;
    padding-top: .2rem;
    padding-bottom: .2rem;
    background-color: #2b5a8e;
    text-align: center;
}

.inquiry-panel,
.inquiry-panel a {
    color: #fff;
}

.inquiry-panel .layer-desc {
    display: inline;
    padding: 0 .1rem;
    vertical-align: middle;
}

.inquiry-panel .gd-btn-box {
    display: inline-block;
    vertical-align: middle;
    padding: 0 .1rem;
}

.inquiry-panel .gd-btn {
    background-color: #777;
    border: 0;
    color: #fff;
    border-top: 1px solid #999;
    padding-top: 8px;
    padding-bottom: 8px;
}

.inquiry-panel .gd-btn:hover {
    background-color: #333;
    border-color: #666;
}







/*----------------------------------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: #00468c;
}

.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: #333;
}

.aside a:hover {
    color: #00468c;
}

.side-tit-bar {
    position: relative;
    background-color: #032b5c;
    padding: 0 0 0 .15rem;
}

.side-tit-bar .side-tit {
    position: relative;
    font-size: .16rem;
    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-tit-bar .side-tit .txt-impt {
    color: #032b5c;
    font-weight: bold;
}

.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 {
    font-size: .14rem;
}

.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: #00468c;
}

.side-cate li li>a:hover:before {
    background-color: #00468c;
}

.side-cate li.nav-current>a,
.side-cate li>a:hover,
li.show_li>a {
    color: #00468c;
}

.side-cate li li.nav-current>.icon-cate,
.side-cate li li>.icon-cate:hover,
li.show_li>.icon-cate {
    color: #00468c;
}

.side-product-items {
    position: relative;
    padding: .5rem 0;
}

.side-product-items .items_content {
    position: relative;
}

.side-product-items .items_content {}

.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.side_product_item figure {
    position: relative;
    display: table;
    width: 100%;
    height: .95rem;
    overflow: hidden;
}

.side_product_item .item-img,
.side_product_item figcaption {
    display: table-cell;
}

.side_product_item .item-img {
    width: .7rem;
    vertical-align: middle;
}

.side_product_item .item-img img {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.side_product_item figcaption {
    vertical-align: middle;
    font-size: .13rem;
}

.side_product_item figcaption a {
    display: inline-block;
    line-height: .17rem;
    max-height: .51rem;
    overflow: hidden;
    padding-left: .15rem;
}

.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(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 {}

.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: top\9;
}

.main-tit-bar .title,
.main-tit-bar .path-bar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main-tit-bar .title {
    margin-bottom: 35px;
    display: block !important;
    line-height: 25px;
}

.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 .25rem;
    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: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: 42%;
    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%;
    padding-bottom: 1px;
    margin: 0;
    display: none;
}

/*.product-view .image-additional li.single {*/
/*    display: none;*/
/*}*/
.product-view .image-additional li img {
    position: relative;
    width: 100%;
    padding: 0;
}

.product-view .image-additional li a {
    position: relative;
    display: block;
    border: 1px solid #ccc;
    margin: 1px;
}

.product-view .image-additional li.current a {
    border-color: #000;
    outline: 1px solid #000;
}

.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: 6px;
    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;
    padding-bottom: 7px;
    margin-bottom: .2rem;
    border-bottom: 1px solid #ccc;
}

.product-summary {
    position: relative;
    width: 58%;
    float: right;
    font-size: .12rem;
    padding-left: 5%;
}

.product-summary .product-meta {
    line-height: 1.8;
}

.product-summary .product-meta h3 {
    font-size: .14rem;
    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;
    font-size: .13rem;
    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: .14rem;
    padding: 2px .15rem;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-right: .06rem;
    background-color: #99abb9;
    color: #fff;
}

.detail-tabs .title.current,
.detail-tabs .title.current a {
    color: #fff;
}

.detail-tabs .title.current {
    background-color: #032b5c;
    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;
}


/* inquiry form */
.inquiry-form-wrap .inquiry-form-title {
    line-height: 30px;
    position: relative;
    background-color: #032b5c;
    color: #fff;
    font-size: .16rem;
    text-transform: uppercase;
}

.inquiry-form {
    border-color: #ccc;
    padding: .3rem .25rem;
}

.inquiry-form .form-item {
    padding-bottom: .05rem;
}

.inquiry-form input[type="text"].form-input,
.inquiry-form textarea.form-text {
    border-color: #ccc;
}



/*like product*/
.goods-may-like {
    position: relative;
    margin: .5rem 0 0;
}

.goods-may-like .product-item {
    display: none;
}

.goods-title-bar {
    background-color: #032b5c;
    margin-bottom: 15px;
    padding: 2px .15rem;
}

.goods-title-bar .title {
    display: inline-block;
    font-size: .16rem;
    position: relative;
    position: relative;
    color: #fff;
    text-transform: uppercase;
    line-height: 30px;
}

.goods-title-bar .title .txt-impt {
    color: #00468c;
    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 .product-item .item-title {
    font-weight: normal;
}

.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next {
    font-size: .18rem;
    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';
}





/*--------------------------------------------------------
                                                    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 #444;
    background-color: #444;
    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: #00468c;
    border-color: #00468c;
    color: #fff;
}

.blog-item:hover:after {
    width: 100%;
}

.blog-item:hover .item-info .item-more:hover {
    color: #fff;
}



/*--------------------------------------------------------
                                                    page: download list
                                                                    ------------------------------------------------------*/

.download_list {
    position: relative;
    width: 100%;
}

.download-item {
    position: relative;
    overflow: hidden;
    padding: .25rem 0 .15rem;
    line-height: 3rem;
    border-bottom: 1px solid #eee;
}

.download-item:hover {
    background-color: #fafafa;
}

.download-item .item-img {
    max-width: 25px;
}

.download-item .item-title {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    margin: 0 .1rem;
    font-size: .16rem;
    font-weight: bold;
}

.download-item .item-button {
    position: relative;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    *zoom: 1;
    float: right;
    line-height: .3rem;
    padding: 0 .15rem;
    border: 1px solid #ccc;
    background: #eee;
    border-radius: .05rem;
    cursor: pointer;
}

.download-item .item-button:before {
    content: "\f019";
    margin: 0 .1rem 0 0;
}


/*--------------------------------------------------------
                                                    page: faq list
                                                                    ------------------------------------------------------*/

.faq_list {
    position: relative;
    width: 100%;
}

.faq-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 .35rem;
    border-bottom: 1px solid #eee;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.faq-item:hover {
    background-color: #fafafa;
}

.faq-item .faq-title {
    position: relative;
    font-size: .16rem;
    line-height: .3rem;
    padding: .15rem 0;
    cursor: pointer;
}

.faq-item .faq-title:before {
    position: absolute;
    content: "\f067";
    left: -.35rem;
    top: 50%;
    margin: -10px 0 0;
    border: 1px solid #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: .12rem;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.faq-item .faq-title.show-title:before {
    content: '\f068';
}

.faq-item .faq-cont {
    margin: 0 0 .25rem;
    display: none;
}

.faq-item:first-child .faq-cont {
    display: block;
}


@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1550px) {}

@media only screen and (max-width: 1366px) {
    html {
        font-size: 600%;
    }

    .side-tit-bar .side-tit {
        font-size: .15rem;
    }

}

@media only screen and (max-width: 1280px) {
    html {
        font-size: 570%;
    }

    .layout,
    .nav-bar .nav-wrap {
        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%;
    }
}

@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) {
    .index-cate-item .item-tit{
        position: static;
        min-height: 80px;
    }
    
    .blog-item .item-wrap{
        display: flex;
        flex-direction: column;
    }
    
    .blog-item .item-img{
        max-width: 100% !important;
        margin: 0px !important;
        margin-bottom: 15px !important;
        width: 100%;
    }
    
    .index-cate-item .item-tit{
        font-size: 12px !important;
    }
    
    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(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;
    }


    /* ------------- header ------------- */
    .head-wrapper:before {
        display: none;
    }

    .head-wrapper .mobile-body-mask {
        z-index: 90;
    }

    .lang-more {
        display: none !important
    }

    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #161622;
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: left;
        display: block;
        z-index: 99;
    }

    .mobile-head-item {
        float: left;
        width: 45px;
    }

    .mobile-head-item.mobile-head-aside {
        float: right
    }

    .mobile-head-item .title {
        width: 100%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-align: center;
        color: #FFF;
    }

    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #FFF;
    }

    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015';
    }

    .mobile-head-item.mobile-head-nav .title:before {
        content: '\f0c9';
    }

    .mobile-head-item.mobile-head-language .title:before {
        content: "\f1ab";
    }

    .mobile-head-item.mobile-head-search .title:before {
        content: "\f002";
    }

    .mobile-head-item.mobile-head-social .title:before {
        content: "\f007";
    }

    .mobile-head-item.mobile-head-aside .title:before {
        content: "\f060";
    }

    .mobile-head-item .main-content-wrap {
        background: #FFF;
        top: 0;
        display: block;
        z-index: 99999;
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: scroll;
        height: 100%;
        padding: 15px 10px;
    }

    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
    }

    .mobile-head-item .side-content-wrap {
        position: fixed;
        display: block;
        left: -70%;
        width: 70%;
        height: 100%;
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 25px;
        visibility: visible;
        opacity: 1;
    }

    .nav-bar .nav li,
    .change-language,
    .head-search {
        display: none !important;
    }

    body {
        padding-top: 25px;
        padding-bottom: 0;
    }

    /* topbar */
    .topbar {
        text-align: center;
    }

    /* head inner */
    .head-layout {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .logo {
        width: 100%;
        text-align: center;
        float: none;
        padding: 0;
    }

    .logo img {
        max-height: 69px;
    }

    .topr {
        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;
        font-family: Arial;
    }

    .nav li ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px;
    }

    .nav li ul li:active {
        background-color: #f5f5f5;
    }

    .nav li ul li:active li {
        background: none;
    }

    .nav li ul li li {
        line-height: 25px;
        font-family: 'SourceSansProLight';
    }

    .nav li ul li li:before {
        display: none;
    }

    .nav-bar:before {
        display: none;
    }

    .fixed-nav {
        position: static;
    }


    /* ------------- footer ------------- */
    .foot-items {
        padding-top: .3rem;
        padding-bottom: .3rem;
    }

    .foot-items .foot-item {
        width: 50%;
        padding-top: .2rem;
        padding-bottom: .2rem;
    }

    .foot-items .foot-item:nth-child(2n+1) {
        clear: left;
    }



    /* ------------- index ------------- */
    .rev_slider_wrapper {
        top: auto;
        margin-bottom: 0;
        padding-top: 85px;
    }

    .about-us .about-detail .about-title,
    .index-title-bar .index-title {
        font-size: 20px;
    }

    .has-mobile-link {
        position: relative;
        display: inline-block;
    }

    span.has-mobile-link {
        display: inline-block;
    }

    .has-mobile-link .link {
        display: block;
        width: max-content;
        height: 100%;
        position: absolute;
        left: 30px;
        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: #00468c;
    }

    .layer-featured {
        background-attachment: scroll;
    }


    /* ------------- page nav -------------- */
    .sub-head {
        padding-top: 1rem;
        padding-bottom: .3rem;
        margin-bottom: .15rem;
    }


    /* ------------- aside ------------- */
    .aside {
        display: none;
    }

    .side-product-items .btn-prev,
    .side-product-items .btn-next {
        display: none;
    }

    .side_product_item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .side-product-items {
        padding-top: .2rem;
    }


    /* ------------- main ------------- */
    .main {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    /* product intro */
    .product-view {
        width: auto;
        max-width: 400px;
        float: none;
        margin: 0 auto .3rem;
        border: 0 solid #eee;
    }

    .product-view br {
        display: none;
    }

    .product-view .product-image {
        display: none
    }

    .product-view .image-additional li img,
    .product-view .image-additional li.current img {
        border: 0;
        outline: 0;
        vertical-align: middle;
    }

    .product-view .image-additional li.current:before {
        display: none;
    }

    .product-view .image-additional {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .product-view .image-additional ul {
        width: 100%;
    }

    .product-view .image-additional li {
        width: 100%;
        margin: 0;
    }

    .product-view .image-additional li a {
        border: 0;
    }

    .product-view .image-additional li.current img {
        border-color: inherit;
    }

    .product-view .image-additional li.current a {
        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 .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: #032b5c;
        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;
    }


    /* ------------- index ------------- */

    .gd-layer {
        padding-top: .5rem;
        padding-bottom: .5rem;
    }

    /* slide banner */
    .tp-bullets.simplebullets {
        padding-bottom: 0;
    }

    /* company synopses */
    .company-synopses {
        padding-top: 0;
    }

    .synopsis-item {
        width: 50%;
    }

    .synopsis-item:nth-child(2n+1) {
        clear: left;
    }

    .synopsis-item:nth-child(2n) .item-wrap:after {
        display: none;
    }


    /* cates */
    .index-cate-item {
        width: 50%;
    }

    .index-cate-item:nth-child(n) {
        clear: none;
    }

    .index-cate-item:nth-child(2n+1) {
        clear: left;
    }

    /* about us */
    .news-layer {
        background-attachment: scroll;
    }

    .about-us .layer-body {
        display: block;
    }

    .about-us .about-detail {
        max-width: 500px;
        margin: 0 auto;
        padding: 0;
    }

    .about-us .about-detail .about-title {
        text-align: center;
    }

    .about-us .gd-btn-box {
        padding-left: 0;
        text-align: center;
    }



    /* product list */
    .product-item .item-title a {
        font-size: 12px;
    }

    .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 {
        padding-top: .35rem;
        padding-bottom: .35rem;
    }

    .inquiry-panel .gd-btn-box {
        display: block;
        text-align: center;
        padding-top: .15rem;
    }



    /* ------------- 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 ------------- */

}



@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,
    .topbar,
    .head-layout {
        padding-left: 2.5%;
        padding-right: 2.5%;
    }

    .gd-layer {
        padding-top: .4rem;
        padding-bottom: .4rem;
    }


    /* ------------- header ------------- */
    .logo img {
        max-height: 45px;
    }



    /* ------------- index ------------- */
    .banner-list {
        margin-left: -.1rem;
        margin-right: -.1rem;
    }

    .banner-item {
        width: 100%;
        float: none;
    }

    .company-synopses {
        padding-top: 0;
    }

    .index-title-bar:before,
    .index-title-bar:after {
        width: .6rem;
    }



    /* ------------- footer ------------- */
    .foot-items .gd-row {
        margin-left: -.1rem;
        margin-right: -.1rem;
    }

    .foot-items .foot-item {
        width: 100%;
        float: none;
        max-width: 400px;
    }

    .foot-items .foot-item {
        padding-left: .1rem;
        padding-right: .1rem;
    }

    .foot-items .foot-txt-list li {
        width: 100%;
        float: none;
    }

    .foot-links,
    .social-list {
        float: none;
        width: 100%;
        padding: .05rem 0;
        text-align: left;
    }



    /* ------------- product list ------------- */
    .path-bar {
        padding-left: .1rem;
        padding-right: .1rem;
    }

    .main-tit-bar {
        display: block;
    }

    .main-tit-bar .title,
    .main-tit-bar .share-this {
        display: block;
    }

    .main-tit-bar .title+.share-this {
        display: block;
        width: 100%;
        max-width: inherit;
        text-align: left;
        padding-top: .06rem;
        padding-bottom: .15rem;
        height: auto;
    }

    .main-tit-bar .share-this img {
        max-width: inherit;
    }

    .items_list ul {
        margin: 0 -.1rem;
    }

    .items_list .product-item {
        width: 50%;
        padding-top: .1rem;
        padding-bottom: .1rem;
    }

    .items_list .product-item:nth-child(n) {
        clear: none;
    }

    .items_list .product-item:nth-child(2n+1) {
        clear: left;
    }

    .items_list .product-item .item-wrap {
        padding: 0;
    }


    /* ------------- product detail ------------- */
    .side_product_item {
        width: 100%;
    }

    .product-view {
        width: 100%;
        border-color: #e5e5e5;
        border-width: 1px;
    }

    .inquiry-form {
        padding: .2rem .1rem;
    }

    .inquiry-form .inquiry-form-ico {
        width: .6rem;
        right: .1rem;
        top: .1rem;
    }

    .inquiry-form input[type="text"].form-input,
    .inquiry-form textarea.form-text {
        width: 80%;
    }

    .inquiry-form textarea.form-text {
        width: 100%;
    }

    .goods-may-like .goods-items {}

    .goods-may-like .owl-carousel .owl-item {
        overflow: visible;
    }

    .goods-may-like .product-item {
        overflow: visible;
    }

    .goods-may-like .product-item .item-wrap {
        position: relative;
    }


    /* ------------- blog ------------- */
    .blog-item .item-img {
        float: none;
        margin-right: 0;
    }

    .blog-item .item-info .item-title {
        font-size: .24rem;
        line-height: 1.1;
        font-weight: normal;
        padding-top: .15rem;
    }

    .blog-item .item-info time {
        color: #999;
    }

    .blog-item .item-info .item-detail {
        color: #666;
    }

    .blog-item .item-info .item-more {
        border-radius: .18rem;
        background-color: #000;
        color: #fff;
        border-color: rgba(0, 0, 0, 0);
        margin: 1rem auto 0;
    }

    .blog-item:hover .item-info .item-more {
        color: #fff;
    }


    /* download */
    .download-item .item-title {
        display: block;
        margin: .1rem 0;
    }

    .download-item .item-button {
        float: none;
    }
}

@media only screen and (max-width: 375px) {}

@media only screen and (max-width: 320px) {

    .synopsis-item,
    .product-item,
    .items_list .product-item,
    .product-items .product-item {
        width: 100%
    }

    .synopsis-item .item-wrap:after {
        display: none;
    }

    .index-cate-item {
        width: 100%;
        float: none;
    }

    .index-title-bar:before,
    .index-title-bar:after {
        width: .4rem;
    }

}


@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
}

@charset "utf-8";

@font-face {

    font-family: 'fontawesome';

    src: url('../fonts/fontawesome-webfont.woff2');

    src: url('../fonts/fontawesome-webfont.woff2') format('embedded-opentype'),

        url('../fonts/fontawesome-webfont.woff2') format('woff'),

        url('../fonts/fontawesome-webfont.woff2') format('truetype'),

        url('fonts/Font-Awesome/fontawesome-webfont.svg?5510888#revicons') format('svg');

    font-weight: normal;

    font-style: normal;

}

.change-language {

    position: relative;

    display: inline-block;

    vertical-align: top;

    *display: inline;

    *zoom: 1;
    z-index: 0;

}

.change-language .change-language-cont .empty {
    display: none;
}

.change-language .change-language-cont .change-empty {
    text-align: center;
    padding: 10px 0;
}

.change-language .prisna-wp-translate-seo .lang-more {
    display: none;
    margin: 10px;
}

.change-languag,
.change-language-cont ul,
.change-language-cont ul li {

    text-align: left;

}

.change-language-info .language-icon:before {

    font-family: "fontawesome";

    font-style: normal;

    font-weight: normal;

    speak: none;

    display: inline-block;

    text-decoration: inherit;

    width: 1em;

    margin-right: .2em;

    text-align: center;

    font-variant: normal;

    text-transform: none;

    line-height: 1em;

    margin-left: .2em;

}

.change-language .change-language-cont .lang-item-hide {
    display: none !important;
}

.change-language .change-language-cont .lang-more {

    position: relative;

    display: block;

    text-align: center;

    cursor: pointer;

}

.medium-title {
    cursor: pointer;
}

.prisna-wp-translate-seo{
    max-height: 400px;
    overflow-y: auto;
}
.prisna-wp-translate-seo li{
    width: 42% !important;
}
.sub-content {

    position: absolute;

    display: none;

    right: 0;

    background: #fff;

    border-radius: 5px 0 5px 5px;

    border: 1px solid #dbdbdb;

    z-index: 99999;

}

.change-language-info .change-language-title.title-show {

    border-radius: 5px 5px 0 0 !important;

    background: #fff;

    border-color: #dbdbdb;

}

.change-language-info .change-language-title.title-hide {

    border-radius: 5px !important;

    background: none;

    border-color: transparent;

}

.prisna-wp-translate-dropdown-hidden {

    display: none !important;

}

.change-language-info .language-icon {

    -moz-transition: all 0.5s ease-in-out;

    -webkit-transition: all 0.5s ease-in-out;

    -ms-transition: all 0.5s ease-in-out;

    -o-transition: all 0.5s ease-in-out;

    transition: all 0.5s ease-in-out;

}

.change-language-info:hover .language-icon {

    -moz-transform: rotate(-180deg);

    -webkit-transform: rotate(-180deg);

    -ms-transform: rotate(-180deg);

    -o-transform: rotate(-180deg);

    transform: rotate(-180deg);

    top: 6px;

}

.change-language-info {

    position: relative;

    display: inline-block;

    vertical-align: top;

    *display: inline;

    *zoom: 1;



}



.change-language-info .change-language-title {

    position: relative;

    line-height: 16px;

    padding: 6px 25px 6px 5px;

    border: 1px solid transparent;

    border-bottom: none;

    border-radius: 5px 5px 0 0;

    z-index: 100000;





    -moz-transition: all 0.4s ease-in-out;

    -webkit-transition: all 0.4s ease-in-out;

    -ms-transition: all 0.4s ease-in-out;

    -o-transition: all 0.4s ease-in-out;

    transition: all 0.4s ease-in-out;



    /* 	padding:5px 35px 5px 15px;

	background-color: #fff;

	border: 3px solid #10c7d7;

	border-radius: 18px; */





}

.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: inherit
}



.change-language-info .language-icon {

    position: absolute;

    right: 4px;

    top: 6px;

}

.change-language-info .language-icon:before {

    content: "\f0d7";

}



.change-language-cont {

    top: 27px;

    *top: 26px;

    padding: 10px 5px;

    width: 350px;

}

.change-language ::-webkit-scrollbar {
    width: 8px;
}

.change-language ::-webkit-scrollbar-track {
    background-color: #fff;
}

.change-language ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block
}

.change-language ::-webkit-scrollbar-thumb:hover {
    background-color: #9c3
}

.change-language ::-webkit-scrollbar-thumb:active {
    background-color: #00aff0
}





.change-language-cont ul li {

    position: relative;

    display: inline-block;

    vertical-align: bottom;

    *display: inline;

    *zoom: 1;

    width: 30%;

    margin: 0 1.666666%;

    list-style: none;

    border-bottom: 1px solid #ececec;

    padding: 5px 0;

    line-height: 16px;

}

.change-language-title span {

    color: #666;

}

.language-flag span {

    position: relative;

    display: inline-block;

    vertical-align: top;

    *display: inline;

    *zoom: 1;

}

.language-flag .country-flag {

    position: relative;

    display: inline-block;

    vertical-align: top;

    *display: inline;

    *zoom: 1;

    background-repeat: no-repeat;

    background-image: url(img/all-m.gif);

    width: 22px;

    height: 16px;

    margin: 0 5px
}







.language-flag-af .country-flag {



    background-position: 0 0 !important;



}







.language-flag-sq .country-flag {



    background-position: 0 -16px !important;



}







.language-flag-ar .country-flag {



    background-position: 0 -32px !important;



}







.language-flag-hy .country-flag {



    background-position: 0 -48px !important;



}







.language-flag-az .country-flag {



    background-position: 0 -64px !important;



}







.language-flag-eu .country-flag {



    background-position: 0 -80px !important;



}







.language-flag-be .country-flag {



    background-position: 0 -96px !important;



}







.language-flag-bg .country-flag {



    background-position: 0 -112px !important;



}







.language-flag-ca .country-flag {



    background-position: 0 -128px !important;



}







.language-flag-zh .country-flag {



    background-position: 0 -144px !important;



}







.language-flag-zh-TW .country-flag {



    background-position: 0 -160px !important;



}







.language-flag-hr .country-flag {



    background-position: 0 -176px !important;



}







.language-flag-cs .country-flag {



    background-position: 0 -192px !important;



}







.language-flag-da .country-flag {



    background-position: 0 -208px !important;



}







.language-flag-nl .country-flag {



    background-position: 0 -240px !important;



}







.language-flag-en .country-flag {



    background-position: 0 -256px !important;



}







.language-flag-et .country-flag {



    background-position: 0 -272px !important;



}







.language-flag-tl .country-flag {



    background-position: 0 -288px !important;



}







.language-flag-fi .country-flag {



    background-position: 0 -304px !important;



}







.language-flag-fr .country-flag {



    background-position: 0 -320px !important;



}







.language-flag-gl .country-flag {



    background-position: 0 -336px !important;



}







.language-flag-ka .country-flag {



    background-position: 0 -352px !important;



}







.language-flag-de .country-flag {



    background-position: 0 -368px !important;



}







.language-flag-el .country-flag {



    background-position: 0 -384px !important;



}







.language-flag-ht .country-flag {



    background-position: 0 -400px !important;



}







.language-flag-iw .country-flag {



    background-position: 0 -416px !important;



}







.language-flag-hi .country-flag,



.language-flag-te .country-flag,



.language-flag-kn .country-flag,



.language-flag-ta .country-flag,



.language-flag-gu .country-flag {



    background-position: 0 -432px !important;



}







.language-flag-hu .country-flag {



    background-position: 0 -448px !important;



}







.language-flag-is .country-flag {



    background-position: 0 -464px !important;



}







.language-flag-id .country-flag {



    background-position: 0 -480px !important;



}







.language-flag-ga .country-flag {



    background-position: 0 -496px !important;



}







.language-flag-it .country-flag {



    background-position: 0 -512px !important;



}







.language-flag-ja .country-flag {



    background-position: 0 -528px !important;



}







.language-flag-ko .country-flag {



    background-position: 0 -544px !important;



}







.language-flag-la .country-flag {



    background-position: 0 -560px !important;



}







.language-flag-lv .country-flag {



    background-position: 0 -576px !important;



}







.language-flag-lt .country-flag {



    background-position: 0 -592px !important;



}







.language-flag-mk .country-flag {



    background-position: 0 -608px !important;



}







.language-flag-ms .country-flag {



    background-position: 0 -624px !important;



}







.language-flag-mt .country-flag {



    background-position: 0 -640px !important;



}







.language-flag-no .country-flag {



    background-position: 0 -656px !important;



}







.language-flag-fa .country-flag {



    background-position: 0 -672px !important;



}







.language-flag-pl .country-flag {



    background-position: 0 -688px !important;



}







.language-flag-pt .country-flag {



    background-position: 0 -704px !important;



}







.language-flag-ro .country-flag {



    background-position: 0 -720px !important;



}







.language-flag-ru .country-flag {



    background-position: 0 -736px !important;



}







.language-flag-sr .country-flag {



    background-position: 0 -752px !important;



}







.language-flag-sk .country-flag {



    background-position: 0 -768px !important;



}







.language-flag-sl .country-flag {



    background-position: 0 -784px !important;



}







.language-flag-es .country-flag {



    background-position: 0 -800px !important;



}







.language-flag-sw .country-flag {



    background-position: 0 -816px !important;



}







.language-flag-sv .country-flag {



    background-position: 0 -832px !important;



}







.language-flag-th .country-flag {



    background-position: 0 -848px !important;



}







.language-flag-tr .country-flag {



    background-position: 0 -864px !important;



}







.language-flag-uk .country-flag {



    background-position: 0 -880px !important;



}







.language-flag-ur .country-flag {



    background-position: 0 -896px !important;



}







.language-flag-vi .country-flag {



    background-position: 0 -912px !important;



}







.language-flag-cy .country-flag {



    background-position: 0 -928px !important;



}







.language-flag-yi .country-flag {



    background-position: 0 -944px !important;



}







.language-flag-bn .country-flag {



    background-position: 0 -960px !important;



}







.language-flag-eo .country-flag {



    background-position: 0 -976px !important;



}







.language-flag.language-flag-custom-afghanistan .country-flag {



    background-position: 0 -992px !important;



}







.language-flag.language-flag-custom-albania .country-flag {




    background-position: 0 -1008px !important;



}







.language-flag.language-flag-custom-algeria .country-flag {



    background-position: 0 -1024px !important;



}







.language-flag.language-flag-custom-argentina .country-flag {



    background-position: 0 -1040px !important;



}







.language-flag.language-flag-custom-australia .country-flag {



    background-position: 0 -1056px !important;



}







.language-flag.language-flag-custom-austria .country-flag {



    background-position: 0 -1072px !important;



}







.language-flag.language-flag-custom-belgium .country-flag {



    background-position: 0 -1088px !important;



}







.language-flag.language-flag-custom-brazil .country-flag {



    background-position: 0 -1104px !important;



}







.language-flag.language-flag-custom-canada .country-flag {



    background-position: 0 -1120px !important;



}







.language-flag.language-flag-custom-chile .country-flag {



    background-position: 0 -1136px !important;



}







.language-flag.language-flag-custom-cote-d-ivoire .country-flag {



    background-position: 0 -1152px !important;



}







.language-flag.language-flag-custom-ecuador .country-flag {



    background-position: 0 -1168px !important;



}







.language-flag.language-flag-custom-egypt .country-flag {



    background-position: 0 -1184px !important;



}







.language-flag.language-flag-custom-england .country-flag {



    background-position: 0 -1200px !important;



}







.language-flag.language-flag-custom-luxembourg .country-flag {



    background-position: 0 -1216px !important;



}







.language-flag.language-flag-custom-malaysia .country-flag {



    background-position: 0 -1232px !important;



}







.language-flag.language-flag-custom-mexico .country-flag {



    background-position: 0 -1248px !important;



}







.language-flag.language-flag-custom-new-zealand .country-flag {



    background-position: 0 -1264px !important;



}







.language-flag.language-flag-custom-oman .country-flag {



    background-position: 0 -1280px !important;



}







.language-flag.language-flag-custom-qatar .country-flag {



    background-position: 0 -1296px !important;



}







.language-flag.language-flag-custom-saudi-arabia .country-flag {



    background-position: 0 -1312px !important;



}







.language-flag.language-flag-custom-singapore .country-flag {



    background-position: 0 -1328px !important;



}







.language-flag.language-flag-custom-south-africa .country-flag {



    background-position: 0 0 !important;



}







.language-flag.language-flag-custom-switzerland .country-flag {



    background-position: 0 -1344px !important;



}







.language-flag.language-flag-custom-syria .country-flag {



    background-position: 0 -1360px !important;



}







.language-flag.language-flag-custom-united-arab-emirates .country-flag {



    background-position: 0 -1376px !important;



}







.language-flag.language-flag-custom-united-states-of-america .country-flag {



    background-position: 0 -1392px !important;



}







.language-flag-hy .country-flag {
    background-position: 0 -1408px;
}



.language-flag-bs .country-flag {
    background-position: 0 -1424px;
}



.language-flag-ceb .country-flag {
    background-position: 0 -1440px;
}



.language-flag-ny .country-flag {
    background-position: 0 -1456px;
}



.language-flag-ha .country-flag {
    background-position: 0 -1472px;
}



.language-flag-hmn .country-flag {
    background-position: 0 -1488px;
}



.language-flag-ig .country-flag {
    background-position: 0 -1504px;
}



.language-flag-jw .country-flag {
    background-position: 0 -1520px;
}



.language-flag-kk .country-flag {
    background-position: 0 -1536px;
}



.language-flag-km .country-flag {
    background-position: 0 -1552px;
}



.language-flag-lo .country-flag {
    background-position: 0 -1568px;
}



.language-flag-la .country-flag {
    background-position: 0 -1584px;
}



.language-flag-mg .country-flag {
    background-position: 0 -1600px;
}



.language-flag-ml .country-flag {
    background-position: 0 -1616px;
}



.language-flag-mi .country-flag {
    background-position: 0 -1632px;
}



.language-flag-mr .country-flag {
    background-position: 0 -1648px;
}



.language-flag-mn .country-flag {
    background-position: 0 -1664px;
}



.language-flag-my .country-flag {
    background-position: 0 -1680px;
}



.language-flag-ne .country-flag {
    background-position: 0 -1696px;
}



.language-flag-pa .country-flag {
    background-position: 0 -1712px;
}



.language-flag-st .country-flag {
    background-position: 0 -1728px;
}



.language-flag-si .country-flag {
    background-position: 0 -1744px;
}



.language-flag-so .country-flag {
    background-position: 0 -1760px;
}



.language-flag-su .country-flag {
    background-position: 0 -1776px;
}



.language-flag-tg .country-flag {
    background-position: 0 -1792px;
}



.language-flag-uz .country-flag {
    background-position: 0 -1808px;
}



.language-flag-yo .country-flag {
    background-position: 0 -1824px;
}



.language-flag-zu .country-flag {
    background-position: 0 -1840px;
}





















@media (max-width:768px) {

    .change-language-cont {

        top: auto;

        *top: auto;

        padding: 0;

        width: 100%;

        text-align: left;

    }

    .sub-content {



        position: relative;

        display: block;

        right: auto;

        border-radius: 0;

        border: none;

        box-shadow: none;

        z-index: 99999;

    }

    .change-language-title {

        display: none;

    }

    .change-language-cont ul li {

        width: auto
    }

}
.scrollsidebar,.scrollsidebar a{

	font-size:12px;

	color:#999;

	font-family:Arial, Helvetica, sans-serif;

	}	

.scrollsidebar{

	position:absolute; 

	z-index:10009; 

	top:150px;

	right:0;

	}

.show_btn{

	width:0px; 

	height:192px; 

	overflow:hidden; 

	cursor:pointer;

	display:block;

	overflow:hidden;

	background:url(img/custom_service/show_btn.png) no-repeat center center;

	}	

.side_content{

	width:177px; 

	height:auto; 

	overflow:hidden; 

	float:left;  

	}

.side_content .side_list {

	width:140px;

	overflow:hidden;

	border:1px solid #dadada;

	border-radius:8px;

	position:relative;

	background:#FFF;

	}

.side_content .side_list .hd img{

	width:100%;

	border-bottom:1px solid #dadada;

	}

.side_content .side_list .cont li{

	height:40px;

	line-height:40px;

	

	border-bottom:1px solid #dadada;

	list-style:none;

	position:relative;

	}

.side_content .side_list .cont li a{

	position:relative;

	display:block;

	padding:0 0 0 43px;

	text-decoration:none;

	}	

.side_content .side_list .cont li a:before{

	content:"";

	position:absolute;

	display:block;

	overflow:hidden;

	top:0;

	left:10px;

	width:25px;

	height:40px;

	background-repeat:no-repeat;

	background-position:center center;

	

	}

.side_content .side_list .cont li .email:before{

	background-image:url(img/custom_service/icons01.png);

	}

.side_content .side_list .cont li .skype:before{

	background-image:url(img/custom_service/icons02.png);

	}	

.side_content .side_list .cont li .inquiry:before{

	background-image:url(img/custom_service/icons03.png);

	}

.side_content .side_list .cont li .qq:before{

	background-image:url(img/custom_service/icons04.png);

	}

	

.ww {margin-left:-30px;}

.side_content .side_list .t-code{

	padding:10px 10px 7px;

	border-bottom:1px solid #dadada;

	}	

.side_content .side_list .t-code img{

	width:100%;

	}		

.side_content .side_list .side_title{

	height:30px;

	line-height:30px;

	padding:0 12px;



	}

.side_content .side_list .side_title .close_btn{

	background:url(img/custom_service/close.png) no-repeat center center;

	width:12px;

	height:30px;

	position:absolute;

	bottom:0;

	right:10px;

	cursor:pointer;



	}	

.side_content .side_list .side_title .close_btn span{

	display:none;

	}		

	

.inquiry-pop-bd{



	position:fixed;



	left:0;



	top:0;



	width:100%;



	height:100%;



	background:rgba(0,0,0,.7);



	display:none;



	overflow:hidden;



	z-index:20000;



	}	



.inquiry-pop-bd .inquiry-pop{



	position:relative;



	width:500px;



	background:#FFF;



	margin:150px auto;

	padding:30px;

	box-shadow:0 0 10px rgba(255,255,255,.5)



	}



.inquiry-pop-bd .inquiry-pop .ico-close-pop{



	position:absolute;



	right:-10px;



	top:-10px;



	width:30px;



	height:30px;



	background:url(img/custom_service/fancy_close.png) no-repeat center center;



	cursor:pointer;



	z-index:1;



	}	
.scrollsidebar,.scrollsidebar a{

	font-size:12px;

	color:#999;

	font-family:Arial, Helvetica, sans-serif;

	}	

.scrollsidebar{

	position:absolute; 

	z-index:10009; 

	top:150px;

	right:0;

	}

.show_btn{

	width:38px; 

	height:192px; 

	overflow:hidden; 

	cursor:pointer;

	display:block;

	overflow:hidden;

	background:url(img/custom_service/show_btn.png) no-repeat center center;

	}	

.side_content{

	width:0; 

	height:auto; 

	overflow:hidden; 

	float:left;  

	}

.side_content .side_list {

	width:140px;

	overflow:hidden;

	border:1px solid #dadada;

	border-radius:8px;

	position:relative;

	background:#FFF;

	}

.side_content .side_list .hd img{

	width:100%;

	border-bottom:1px solid #dadada;

	}

.side_content .side_list .cont li{

	height:40px;

	line-height:40px;

	

	border-bottom:1px solid #dadada;

	list-style:none;

	position:relative;

	}

.side_content .side_list .cont li a{

	position:relative;

	display:block;

	padding:0 0 0 43px;

	text-decoration:none;

	}	

.side_content .side_list .cont li a:before{

	content:"";

	position:absolute;

	display:block;

	overflow:hidden;

	top:0;

	left:10px;

	width:25px;

	height:40px;

	background-repeat:no-repeat;

	background-position:center center;

	

	}

.side_content .side_list .cont li .email:before{

	background-image:url(img/custom_service/icons01.png);

	}

.side_content .side_list .cont li .skype:before{

	background-image:url(img/custom_service/icons02.png);

	}	

.side_content .side_list .cont li .inquiry:before{

	background-image:url(img/custom_service/icons03.png);

	}

	

.side_content .side_list .cont li .qq:before{

	background-image:url(img/custom_service/icons04.png);

	}

.ww {margin-left:-30px;}

.side_content .side_list .t-code{

	padding:10px 10px 7px;

	border-bottom:1px solid #dadada;

	}	

.side_content .side_list .t-code img{

	width:100%;

	}		

.side_content .side_list .side_title{

	height:30px;

	line-height:30px;

	padding:0 12px;

	



	}

.side_content .side_list .side_title .close_btn{

	background:url(img/custom_service/close.png) no-repeat center center;

	width:12px;

	height:30px;

	position:absolute;

	bottom:0;

	right:10px;

	cursor:pointer;



	}	

.side_content .side_list .side_title .close_btn span{

	display:none;

	}	

	

.inquiry-pop-bd{



	position:fixed;



	left:0;



	top:0;



	width:100%;



	height:100% !important;



	background:rgba(0,0,0,.7);



	display:none;



	overflow:hidden;



	z-index:20000;



	}	



.inquiry-pop-bd .inquiry-pop{



	position:relative;



	width:500px;



	background:#FFF;



	margin:150px auto;

	padding:30px;

	box-shadow:0 0 10px rgba(255,255,255,.5)



	}



.inquiry-pop-bd .inquiry-pop .ico-close-pop{



	position:absolute;



	right:-10px;



	top:-10px;



	width:30px;



	height:30px;



	background:url(img/custom_service/fancy_close.png) no-repeat center center;



	cursor:pointer;



	z-index:1;



	}	

		 @media screen and (max-width: 769px) {
   .inquiry-pop-bd .inquiry-pop{ width:96%;margin: 15% auto;} 
   .inquiry-form .form-btn-wrapx .form-btn-submitx{ top:0 !important;}
    }
    .bottomsidebar{

	position:fixed;

	right:0;

	bottom:-268px;

	width:437px;

	height:268px;

	z-index:20000;

	}

.bottomsidebar img{

	position:absolute;

	display:inline-block;

	right:0;

	top:0;

	 

	}	

.bottomsidebar .bottomcontent{

	position:absolute;

	left:10px;

	bottom:6px;

	width:420px;

	height:180px;

	background:#245192;

	border-radius:10px;

	 

	}	

.bottomsidebar .bottomlist{

	position:absolute;

	left:10px;

	bottom:10px;

	width:252px;

	height:160px;

	background:#fff;

	border-radius:10px;

	z-index:1;

	}



.bottomsidebar .bottomlist .wel01{

	padding:20px 0 10px;

	} 

.bottomsidebar .bottomlist .wel01,.bottomsidebar .bottomlist .wel02{

	display:none;

	padding-left:10px;

	}		

.bottomsidebar .bottomlist p span{

	color:#F00;

	}	

.bottomsidebar .choose-button{

	position:relative;

	margin:15px 0 0 10px;

	

	}

.bottomsidebar .choose-button .close,.bottomsidebar .choose-button .goon{

	position:relative;

	display:inline-block;

	vertical-align:top;

	*display:inline;

	height:25px;

	line-height:25px;

	padding:0 15px;

	font-family:"SourceSansProSemibold";

	color:#FFF;

	border-radius:5px;

	display:none;

	background:#737373;

	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#8f8f8f',endColorStr='#707070',gradientType='0');



	background: -moz-linear-gradient(top, #8f8f8f, #707070);

	

	background: -o-linear-gradient(top,#8f8f8f, #707070);

	

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#8f8f8f), to(#707070));

	}	

.bottomsidebar .choose-button .close{

	margin:0 15px 0 0;

	}

.bottomsidebar .choose-button .goon{

	background:#5aa910;

	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5bb90f',endColorStr='#599d11',gradientType='0');



	background: -moz-linear-gradient(top, #5bb90f, #599d11);

	

	background: -o-linear-gradient(top,#5bb90f, #599d11);

	

	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#5bb90f), to(#599d11));

	}	

 

 

 

 

 

.bootom-inquiry{

	position:fixed;

	right:0;

	bottom:-500px;

	width:430px;

	border:1px solid #ACACAC;

	border-top-width:2px;

	background:#FFF;

	z-index:20000;

	}

.bootom-inquiry .ico-close-pop{

	position: absolute;

    right: 0;

    top: 0;

    width: 30px;

    height: 30px;

    background: url(img/custom_service/fancy_close.png) no-repeat center center;

	background:url(img/custom_service/fancy_close.png) no-repeat center center;

    cursor: pointer;

    z-index: 1;

	}	

	

.bootom-inquiry .inquiry-form-wrap{

	width:auto;

	padding:20px;	

	}

.bootom-inquiry .inquiry-form-wrap .inquiry-form-title{

	display:block;

	padding:0;

	color:inherit;

	background:none;

	margin:0 0 20px;

	}	

.bootom-inquiry  .inquiry-form{

	padding:0;

	border:none;

	

	}	

.bootom-inquiry .inquiry-form  input[type="text"].form-input {

	width:60%;

	}	

.inquiry-form .form-btn-wrap img.ajax-loader{
	position:absolute !important;
	right: -20px !important;;
	top:7px !important;
	}

	

	

	

/* ---------------------------------
 * contact form 妤犲矁鐦夊鍦崶
 * --------------------------------- */
.contact-verify-pop,.wpcf7-response-output{width: 490px;background-color: #fff;padding:45px 30px 10px!important;border-radius: 3px;min-height: 180px;text-align: center;position: fixed;left: 50%;top: 50%;margin-top: -121px!important;margin-left: -275px!important;border: 1px solid #666!important;box-shadow:0 0 1.5em rgba(0,0,0,.25);z-index: 999999;font-size: 14px;line-height: 1.5;display: none;-webkit-transform: scale(.7);transform: scale(.7);opacity:0;}
.contact-verify-pop .verify-pop-close,.wpcf7-response-output .verify-pop-close{display: block;width: 25px;height: 25px;background-image: url(img/contact_form_img/contact-form-icons.png);background-repeat: no-repeat;background-position: -196px 5px;position: absolute;right: 10px;top: 10px;cursor: pointer;}
.contact-verify-pop .verify-pop-close:hover,.wpcf7-response-output .verify-pop-close:hover{background-position: -226px 5px;background-color: #000;}
.wpcf7-validation-errors:before,.wpcf7-mail-sent-ok:before,.ajax-loader:before{content: '';display: block;width: 100px;height: 100px;margin: 0 auto 15px;background-image: url(img/contact_form_img/contact-form-icons.png);background-repeat: no-repeat;}
.wpcf7-validation-errors:before{background-position:0 0;}
.wpcf7-mail-sent-ok:before{background-position: -100px 0;}
.ajax-loader:before{background: url(img/contact_form_img/loader.gif) center no-repeat!important;}
.contact-pop-mask{display: none;width: 100%;height: 100%;background-color: rgba(0,0,0,.5);position: fixed;left: 0;top: 0;z-index: 999991;}
.contact-pop-mask:before{content: '';display: block;width: 80px;height: 80px;background:#fff url(img/contact_form_img/loader.gif) center no-repeat!important;border-radius: 15px;position: fixed;left: 50%;top: 50%;margin-left: -40px;margin-top: -40px;box-shadow:0 0 1.5em rgba(0,0,0,.25);opacity: .9;}
.ajax-loader{display: none;}
.contact-validation-active .contact-pop-mask{display: block;}
.contact-validation-active .bootom-inquiry{z-index: 999999;}
.contact-verify-pop,.wpcf7-response-output{-webkit-animation:popOut .25s linear forwards;animation:popOut .25s linear forwards;}
.contact-validation-active .contact-verify-pop,.contact-validation-active .wpcf7-response-output{-webkit-animation:popIn .25s linear forwards;animation:popIn .25s linear forwards;opacity: 1;}
@-webkit-keyframes popIn{
	0%{-webkit-transform: scale(.7);transform: scale(.7);opacity: 0;}
	100%{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
}
@keyframes popIn{
	0%{-webkit-transform: scale(.7);transform: scale(.7);opacity: 0;}
	100%{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
}
@-webkit-keyframes popOut{
	0%{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	100%{-webkit-transform: scale(.7);transform: scale(.7);opacity: 0;}
}
@keyframes popOut{
	0%{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
	100%{-webkit-transform: scale(.7);transform: scale(.7);opacity: 0;}
}
@media screen and (max-width:768px) {
    html{
        max-width: 100%;
        overflow-x: hidden;
    }
}

@media screen and (max-width:768px) {
	div.contact-verify-pop,div.wpcf7-response-output{width: 90%;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;-webkit-transform: translate(-50%,-50%);-moz-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);margin: 0!important;padding:45px 30px!important;padding-top: 30px;}
	.contact-pop-mask:before{background-size: auto 35px!important;}
	.wpcf7-validation-errors:before,.wpcf7-mail-sent-ok:before,.ajax-loader:before{margin-bottom: 0;-moz-transform: scale(.8);-webkit-transform: scale(.8);transform: scale(.8);}
	
}