@charset "utf-8";
/*--------------------------reset main.css---------------------------*/
/* font color */
body,
html,
input,
button,
textarea,
a {
    color: #333;
}
a:hover {
    color: #000;
}
a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/* font family */
html,
body,
.foot-subscribe .ft-subscribe-btn,
.nav>li>ul {
    font-family: 'SourceSansProRegular';
}
/* 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: 1600px;
}
.product-items .layout,
.partner-layer .layout {
    max-width: 1280px;
}
.disabled {
    display: none;
}
.gd-layer {
    padding: 60px 0;
}
/* nav */
.nav-bar {
    width: 65%;
    /* line-height: 40px; */
    text-align: center;
}
.nav-bar .nav li {
    position: relative;
    font-size: .14rem;
}
.nav-bar .nav li {
    color: #fff;
}
.nav-bar .nav li a {
    color: #d3d3d3;
}
.nav li a {}
.nav-bar .nav .nav-ico {
    display: inline-block;
    line-height: 1.5;
    vertical-align: middle;
    font-size: .16rem;
    margin: 0 0 0 .05rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.nav-bar .nav .nav-ico:after {
    content: '\f0d7';
    font-weight: bold;
    font-size: .12rem;
}
.nav-bar .nav>li {
    display: inline-block;
}
.nav-bar .nav>li>a {
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    /* padding: 40px 15px; */
    font-weight: bold;
    font-size: 16px;
}
.nav-bar .nav>li>a:hover {
    color: #fff;
}
.nav-bar .nav>li.li-hover>a .nav-ico {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.nav-bar .nav ul {
    width: 250px;
    background-color: #111;
    background-color: rgba(0, 0, 0, .9);
    position: absolute;
    left: 50%;
    margin-left: -125px;
    top: 53px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: translateY(.1rem);
    -ms-transform: translateY(.1rem);
    -o-transform: translateY(.1rem);
    transform: translateY(.1rem);
    opacity: 1;
    visibility: hidden;
    text-align: left;
    -webkit-box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .15);
    box-shadow: 0 .1rem .15rem rgba(0, 0, 0, .15);
}
.nav-bar .nav ul:before {
    content: '';
    display: block;
    width: .5rem;
    height: 3px;
    background-color: #e75826;
    position: absolute;
    left: 50%;
    margin-left: -.25rem;
    top: -3px;
    z-index: 3;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.nav-bar .nav li.li-hover>a {
    color: #fff;
}
.nav-bar .nav li.li-hover ul:before {
    width: 50%;
    left: 25%;
    margin-left: 0;
}
.nav-bar .nav ul li {
    font-size: .14rem;
    text-align: center;
}
.nav-bar .nav ul li:last-child {
    border-bottom: 0;
}
.nav-bar .nav ul li a {
    display: block;
    line-height: 1.5;
    position: relative;
    padding: 13px .15rem;
    border-bottom: 1px solid #222;
    text-transform: uppercase;
}
.nav-bar .nav ul li,
.nav-bar .nav ul li a {
    color: #fff;
}
.nav-bar .nav ul li:last-child a {
    border-bottom: 0;
}
.nav-bar .nav ul li.li-hover>a,
.nav-bar .nav ul li a:hover {
    background-color: #e75826;
    color: #fff;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.nav-bar .nav li li .nav-ico {
    position: absolute;
    top: 0;
    right: .1rem;
    line-height: 38px;
    text-align: right;
}
.nav-bar .nav li li .nav-ico:after {
    content: '\f105';
}
.nav-bar .nav .li-hover>ul {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    visibility: visible;
}
.nav-bar .nav ul ul {
    left: 100%;
    margin-left: ..5rem;
    top: 0;
}
.nav-bar .nav ul ul:before {
    display: none;
}
/* fixed nav */
.fixed-nav .head-inner,
.container-index .fixed-nav .head-inner {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #000\9;
    background-color: rgba(0, 0, 0, .85);
}
.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;
}
.gd-layer,
.gd-layer a {
    color: #fff;
}
.gd-layer a:hover {
    color: #000;
}
.container-index {
    background-color: #1b191a;
}
.main_content .layout {
    max-width: 1200px;
    margin: 0 auto;
}
/* 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: #000;
    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: #000;
}
/* 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;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 999;
    position: fixed;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.container-index .head-wrapper {
    background: none;
}
/* topbar */
.topbar {
    line-height: 28px;
    font-size: .12rem;
}
.topbar .layout {
    padding: 10px 30px;
    background-color: #0f0d0e;
    position: relative;
}
.topbar .layout:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #1b191a;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.head-contact {
    float: left;
}
.head-contact,
.head-contact a {
    color: #666;
}
.head-contact a:hover {
    color: #666;
}
.head-contact li {
    float: left;
    margin-right: .2rem;
}
.head-contact .ct-ico {
    font-family: "fontawesome";
    color: #999;
    font-size: .16rem;
    padding-right: .1rem;
}
.head-contact li.head-phone .ct-ico,
.head-contact li.head-email .ct-ico {
    display: inline-block;
    width: .16rem;
    height: .16rem;
    background-position: center;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-right: .05rem;
    position: relative;
    top: -1px;
}
.head-contact li.head-phone .ct-ico {
    background-image: url(img/ico_tel.png);
    /*content: '\f095';*/
}
.head-contact li.head-email .ct-ico {
    background-image: url(img/ico_email.png);
    /*content: '\f003';*/
}
.head-contact .ct-txt {
    vertical-align: middle;
}
.head-contact li:hover .ct-ico {
    -webkit-animation: swing 1s ease;
    animation: swing 1s ease;
}
.topr {
    display: inline;
    float: right;
}
/* language */
.change-language {
    z-index: 3 !important;
    vertical-align: middle !important;
    float: right;
    position: relative;
    margin-left: 10px;
    margin-top: 3px;
}
.change-language-info .change-language-title a {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.change-language-info .change-language-title,
.change-language-info .change-language-title a,
.change-language-info .change-language-title span,
.change-language-info .language-icon {
    color: #fff;
}
.change-language-info:hover .change-language-title,
.change-language-info:hover .change-language-title a,
.change-language-info:hover .change-language-title span {
    color: #000 !important;
}
.change-language-info .language-icon {
    color: #fff !important;
    -webkit-transition: all .3s ease !important;
    -o-transition: all .3s ease !important;
    transition: all .3s ease !important;
    top: 8px !important;
}
.change-language-info .language-icon:before {
    content: '\f0d7' !important;
    font-size: .12rem;
}
.change-language-info:hover .language-icon {
    color: #333 !important;
}
.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;
}
.head-layer {
    background-color: #00000099;
}
.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;
    padding: 20px 30px;
}
.head-layout,
.head-layout a {
    color: #fff;
}
.head-layout .nav-bar,
.head-layout .logo,
.head-layout .topr {
    display: table-cell\9;
    vertical-align: middle\9;
    /* width: 33.333333%; */
}
.head-layout .nav-bar {
    width: 100%;
}
.head-layout .logo {
    text-align: left;
}
.head-layout .logo img {
    max-width: 100%;
}
.head-layout .topr {
    text-align: right;
    padding-right: 4%;
}
/* search */
.head-search {
    display: inline-block;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    vertical-align: middle;
}
.head-search .head-search-form {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #1b191a;
    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;
    display: table\9;
    text-align: center;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-search .head-search-form form {
    display: block;
    width: 100%;
    position: relative;
}
.head-search .search-ipt {
    display: inline-block;
    width: 0px;
    padding: 10px 0;
    border: 0;
    background: none;
    border-bottom: 1px solid #fff;
    color: #fff;
    border-radius: 0;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-search .search-ipt::-webkit-input-placeholder {
    color: #ccc;
    font-size: .13rem;
    font-style: italic;
    text-transform: uppercase;
}
.head-search .search-ipt:-ms-input-placeholder {
    color: #ccc;
    font-size: .13rem;
    font-style: italic;
    text-transform: uppercase;
}
.head-search .search-ipt:-moz-placeholder {
    color: #ccc;
    font-size: .13rem;
    font-style: italic;
    text-transform: uppercase;
}
.head-search .search-ipt::-moz-placeholder {
    color: #ccc;
    font-size: .13rem;
    font-style: italic;
    text-transform: uppercase;
}
.head-search .search-toggle {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    position: relative;
    text-transform: uppercase;
    padding-right: 40px;
    z-index: 1;
}
.head-search .search-toggle:after {
    display: inline-block;
    width: 35px;
    height: 35px;
    font-family: 'fontawesome';
    content: '';
    font-size: .2rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(img/search_ico.png);
    background-size: 60%;
}
.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;
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
}
.head-search .search-toggle {
    top: 2px;
}
.head-search .search-toggle .toggle-txt {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.head-search-show .head-search .search-ipt {
    width: 500px;
}
.head-search-show .head-search-form {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.head-search-show .search-toggle:after {
    background-image: url(img/search_close.png);
}
.head-search-show .search-toggle .toggle-txt {
    opacity: 0;
    filter: alpha(opacity=0);
}
.head-search-show .head-search .head-search-form {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}
.head-search-show .search-btn {
    opacity: 0;
    visibility: hidden;
}
.head-search-show .topbar .layout:before {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    z-index: 999;
}
@-webkit-keyframes navLineHd {
    50% {
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px);
    }
    100% {
        -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
        -o-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }
}
@-o-keyframes navLineHd {
    50% {
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px);
    }
    100% {
        -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
        -o-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }
}
@keyframes navLineHd {
    50% {
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        -o-transform: translateY(6px);
        transform: translateY(6px);
    }
    100% {
        -webkit-transform: translateY(6px) rotate(-45deg);
        -ms-transform: translateY(6px) rotate(-45deg);
        -o-transform: translateY(6px) rotate(-45deg);
        transform: translateY(6px) rotate(-45deg);
    }
}
@-webkit-keyframes navLineFt {
    50% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
        -o-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }
}
@-o-keyframes navLineFt {
    50% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
        -o-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }
}
@keyframes navLineFt {
    50% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        -o-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    100% {
        -webkit-transform: translateY(-6px) rotate(45deg);
        -ms-transform: translateY(-6px) rotate(45deg);
        -o-transform: translateY(-6px) rotate(45deg);
        transform: translateY(-6px) rotate(45deg);
    }
}
/* fixed */
.fixed-nav {
    background-color: #0303037d;
}
/*--------------------------footer---------------------------*/
.foot-wrapper {
    background: #0f0d0e;
    overflow: hidden;
}
.foot-items .gd-row {}
.foot-items .foot-item {
    margin: 0 auto;
    line-height: 1.8;
    padding: 0.5rem .35rem .4rem;
    /* letter-spacing: .3em; */
}
.foot-wrapper,
.foot-wrapper a {
    color: #fff;
}
.foot-wrapper a:hover {
    color: #000;
}
.foot-items .foot-item .foot-tit {
    font-size: .3rem;
    font-weight: normal;
    padding-bottom: .2rem;
    text-transform: uppercase;
    line-height: 1.1;
    letter-spacing: .45em;
    right: -.145rem;
    position: relative;
}
.foot-item-left .foot-cont {
    max-width: 1421px;
    margin: 0 auto;
}
.foot-item-left .foot-logo {
    display: block;
    padding-top: .1rem;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding-bottom: .4rem;
}
.foot-item-left .foot-logo img {}
.foot-items .contact-list {
    display: flex;
    flex-wrap: wrap;
    padding: 0% 16%;
    padding-bottom: 3%;
    justify-content: space-between;
}
.foot-items .contact-list li {
    /* padding: 0 0 4% 0;
    padding-left: 4%; */
    text-align: center;
    text-transform: uppercase;
}
.foot-items .contact-list li a {
    color: #a7a7a7;
}
.foot-items .contact-list li a:hover {
    color:red;
}
.toofr_bootm {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    /* padding: 0 4%; */
    justify-content: space-between;
}
.foot-item-right {
    text-align: right;
}
.foot-item-right .foot-subscribe {
    padding-bottom: .5rem;
}
.foot-item-right .foot-subscribe .gd-btn-box {
    padding-top: 0;
}
.foot-item-right .foot-subscribe .ft-subscribe-btn {
    display: inline-block;
    background-color: #000;
    color: #fff;
    padding: .06rem .2rem;
    text-transform: uppercase;
    letter-spacing: .15em;
    border-radius: 1px;
    cursor: pointer;
}
.foot-item-right .foot-subscribe .ft-subscribe-btn:hover {
    background-color: #fc6653;
}
.foot-item-right .social-list {
    padding-top: .5rem;
    text-align: right;
}
.foot-item-right .foot-imgs {
    padding-top: .15rem;
}
.foot-item-right .foot-imgs img {
    display: inline-block;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    margin-left: .1rem;
}
.foot-item-right .foot-imgs img:hover {
    -webkit-transform: rotate(360deg) scale(1.15);
    -ms-transform: rotate(360deg) scale(1.15);
    -o-transform: rotate(360deg) scale(1.15);
    transform: rotate(360deg) scale(1.15);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.foot-bar {
    letter-spacing: .02rem;
    text-transform: uppercase;
    font-size: .13rem;
}
.foot-bar .layout {
    padding-top: .15rem;
    padding-bottom: .15rem;
    border-top: 1px solid #222021;
}
.foot-bar .copyright {
    text-align: center;
}
.foot-bar .copyright a {
    color: #fff;
}
.foot-bar .copyright a:hover {
    color: red;
}
.foot-bar .foot-links {
    display: inline;
    float: right;
}
.foot-bar .foot-links li {
    float: left;
    padding-left: .1rem;
    text-transform: uppercase;
}
.foot-bar .foot-links li a:before {
    content: '';
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #fff;
    border-radius: 50%;
    margin-right: .1rem;
    vertical-align: middle;
}
.foot-bar .foot-links li:first-child a:before {
    display: none;
}
/* social */
.social-list {
    text-align: right;
}
.social-list li {
    display: inline-block;
    padding: 0 .06rem 0 0;
}
.social-list li .sc-ico {
    display: inline-block;
    width: 15px;
    height: 15px;
    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: #000;
    border-radius: 3px;
}
/* gotop */
.gotop {
    display: block;
    width: .5rem;
    height: .5rem;
    box-shadow: none;
    border-radius: 0;
    text-align: center;
    line-height: .5rem;
    background-color: #898988;
    color: #fff;
    -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);
    text-indent: -9999px;
    overflow: hidden;
}
.gotop:before {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-indent: 0;
    font-family: 'fontawesome';
    content: '\f077';
}
.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: #000;
}
@-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: 0%;
    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 {
    padding-bottom: .3rem;
}
.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected {
    padding: 6px 0;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    margin: 0 2px;
    font-family: Arial;
}
.tp-bullets.simplebullets .bullet:before {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    overflow: hidden;
    border-radius: 0;
    background-color: #000;
    color: #fff;
}
.tp-bullets.simplebullets .bullet.selected:before {
    height: 18px;
    line-height: 18px;
    text-align: center;
    background: none;
}
.tp-bullets.simplebullets .bullet.selected:nth-child(1):before {
    content: '01';
}
.tp-bullets.simplebullets .bullet.selected:nth-child(2):before {
    content: '02';
}
.tp-bullets.simplebullets .bullet.selected:nth-child(3):before {
    content: '03';
}
.tp-bullets.simplebullets .bullet.selected:nth-child(4):before {
    content: '04';
}
.tp-bullets.simplebullets .bullet.selected:nth-child(5):before {
    content: '05';
}
.tp-bullets.simplebullets .bullet.selected:nth-child(6):before {
    content: '06';
}
.tp-bullets.simplebullets .bullet.selected:nth-child(7):before {
    content: '07';
}
.tp-bullets.simplebullets .bullet.selected:nth-child(8):before {
    content: '08';
}
.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow {
    opacity: .8;
    filter: alpha(opacity=80);
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}
.rev_slider_wrapper:hover .tp-leftarrow:hover,
.rev_slider_wrapper:hover .tp-rightarrow:hover {
    color: #fff !important;
    background: #000 !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 {
    max-width: 60%;
    margin: 0 auto .55rem;
    text-align: center;
}
.index-title-bar .index-title {
    font-size: .3rem;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
}
.index-title-bar .index-title:before {
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    background-color: #000;
    margin: 0 auto 25px;
}
.index-title-bar .title-desc {
    padding-top: .25rem;
    font-size: .15rem;
}
/* btn */
.gd-btn-box {
    padding-top: .4rem;
}
.gd-btn {
    display: inline-block;
    padding: .15rem .2rem;
    text-transform: uppercase;
    position: relative;
}
.gd-btn:before,
.gd-btn:after,
.gd-btn .line-1,
.gd-btn .line-2,
.gd-btn .line-3,
.gd-btn .line-4 {
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.gd-btn:before,
.gd-btn:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    background-color: #000;
}
.gd-btn:before {
    right: 0;
    top: 0;
}
.gd-btn:after {
    left: 0;
    bottom: 0;
}
.gd-btn .line-1,
.gd-btn .line-3 {
    display: block;
    width: 1px;
    height: 0;
    background-color: #000;
    position: absolute;
}
.gd-btn .line-1 {
    right: 0;
    top: 0;
}
.gd-btn .line-3 {
    left: 0;
    bottom: 0;
}
.gd-btn .line-2,
.gd-btn .line-4 {
    display: block;
    width: 0;
    height: 1px;
    background-color: #000;
    position: absolute;
}
.gd-btn .line-2 {
    right: 0;
    bottom: 0;
}
.gd-btn .line-4 {
    left: 0;
    top: 0;
}
.gd-btn:hover:before {
    width: 0;
}
.gd-btn:hover:after {
    width: 0;
}
.gd-btn:hover .line-1 {
    height: 100%;
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.gd-btn:hover .line-2 {
    width: 100%;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.gd-btn:hover .line-3 {
    height: 100%;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.gd-btn:hover .line-4 {
    width: 100%;
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.gd-btn:active {
    background-color: #000;
    color: #000 !important;
}
/* about */
.about-us {}
.about-us .layer-body {
    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%;
    display: table\9
}
.about-us .about-detail,
.about-us .about-img {
    display: table-cell\9;
    vertical-align: top\9
}
.about-us .about-detail {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.6
}
.about-us .index-title-bar {
    margin-bottom: .6rem;
}
.about-us .about-detail .about-desc,
.about-us .about-detail .about-desc a {
    color: #666
}
.about-us .about-detail .about-desc {
    display: block;
}
.about-us .about-img {
    width: 58%;
    position: relative;
    overflow: hidden
}
.about-us .about-img .slides li {
    display: none;
}
.about-us .about-img img {
    display: block;
    width: 100%
}
.about-us .about-img .flex-control-nav {
    text-align: center;
    position: relative;
    width: 100%;
    left: 0;
    top: -.4rem;
}
.about-us .about-img .flex-control-paging {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.about-us .about-img:hover .flex-control-paging {
    opacity: 1;
    filter: alpha(opacity=100);
}
.about-us .flex-control-paging li {
    vertical-align: middle;
    margin: 0 3px;
    font-family: Arial;
    line-height: 21px;
}
.about-us .flex-control-paging li a,
.about-us .flex-control-paging li a.flex-active {
    display: inline-block;
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
}
.about-us .flex-control-paging li a:after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 1px;
    background-color: #000;
    vertical-align: middle;
}
.about-us .flex-control-paging li a,
.about-us .flex-control-paging li a:hover {
    width: auto;
    height: auto;
    text-indent: 0;
    padding: 7px 0;
}
.about-us .flex-control-paging li a i {
    display: none;
}
.about-us .flex-control-paging li a.flex-active:after {
    display: none;
}
.about-us .flex-control-paging li a.flex-active i {
    display: inline-block;
}
/*.about-us .about-img .flex-control-paging li{
    display: inline-block;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
.about-us .about-img .flex-control-paging li a,
.about-us .about-img .flex-control-paging li a.flex-active,
.about-us .about-img .flex-control-paging li a:hover {
    display: inline-block;
   background: none;
   width: auto;
   height: auto;
   text-indent:0;
}
.about-us .about-img .flex-control-paging li i{
    display: none;
}
.about-us .about-img .flex-control-paging li a:after {
    content: '';
    display: block;
    width: 22px;
    height: 2px;
    background-color: #000;
}
.about-us .about-img .flex-control-paging li a.flex-active i{
    display: inline-block;
}
.about-us .about-img .flex-control-paging li a.flex-active:after{
    display: none;
}*/
.about-us .about-img .flex-direction-nav {
    display: none
}
.about-us .gd-btn-box {
    text-align: center;
}
/* products items */
.product-items {
    background-color: #211d1e;
}
.product-item {
    width: 25%;
    float: left;
    padding: .1rem;
}
.product-item .item-wrap {
    border: 1px solid #d2d2d2;
    padding: .03rem;
    position: relative;
}
.proder {
    position: absolute;
    top: 40%;
    left: 40%;
    display: none;
}
.product-item .item-img {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 80%;
}
.product-item .item-img img {
    display: block;
    width: 100%;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-item .item-img:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    border-radius: 50%;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(.1);
    -ms-transform: scale(.1);
    -o-transform: scale(.1);
    transform: scale(.1);
    visibility: hidden;
    z-index: 2;
}
.product-item:hover .item-img:before {
    border-radius: .5rem;
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    visibility: visible
}
.product-item:hover .item-img img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.product-item .item-info {
    padding: .15rem 12%;
    margin: 0 auto;
    text-align: center
}
.product-item .item-title {
    font-weight: 400;
    font-size: .14rem
    display: block;
    height: .36rem;
    line-height: .18rem;
    overflow: hidden;
}
.product-item .item-title a {
    
}
.product-item .item-title a:hover {
    color: #d3d3d3;
}
.product-item .gd-btn-box {
    padding-top: .15rem;
}
.product-items .layer-body {
    padding-left: .3rem;
    padding-right: .3rem;
    position: relative;
}
.product-items .product-item {
    display: none;
}
.product-items .product-item .item-wrap {
    padding: 0;
    border: 0;
}
.product-items .owl-loaded .product-item {
    width: 100%;
    float: none;
    padding: 0;
    display: block;
}
.product-items .owl-carousel .owl-controls .owl-nav {
    position: static;
}
.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next {
    width: auto;
    padding: 0;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background: #000;
    border-radius: 0;
    text-align: center;
    color: #fff;
    font-size: .14rem;
    position: absolute;
    top: 50%;
    margin: 0;
    margin-top: -37px;
}
.product-items .owl-carousel .owl-controls .owl-prev {
    left: -.3rem;
}
.product-items .owl-carousel .owl-controls .owl-next {
    right: -.3rem;
}
.product-items .owl-carousel .owl-controls .owl-prev:before {
    content: '\f0d9';
}
.product-items .owl-carousel .owl-controls .owl-next:before {
    content: '\f0da';
}
.product-items .layout:hover .owl-carousel .owl-controls .owl-prev:hover,
.product-items .layout:hover .owl-carousel .owl-controls .owl-next:hover {
    background: #000;
    color: #fff;
}
/* promote banners */
.banner-item {
    width: 50%;
    float: left;
    padding: .15rem;
}
.banner-item .item-wrap {
    display: block;
    background-color: #211d1e;
    color: #fff;
}
.banner-item .banner-img {
    display: block;
    position: relative;
    overflow: hidden;
}
.banner-item .banner-img img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.banner-item .banner-img:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-item .banner-info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    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;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: table\9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.banner-item .banner-info:before,
.banner-item .banner-info:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, .15);
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.banner-item .banner-info:before {
    left: 0;
}
.banner-item a:hover .banner-info:before {
    width: 0%;
}
.banner-item .banner-info:after {
    right: 0;
}
.banner-item a:hover .banner-info:after {
    width: 0%;
}
.banner-item a:hover .banner-info {
    color: #fff;
}
.banner-item .banner-info .inner-box {
    display: table-cell\9;
    vertical-align: middle\9;
    text-align: center;
    padding: 0 5%;
}
.banner-item .item-tit {
    font-size: .3rem;
    font-weight: normal;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 8px;
    position: relative;
    z-index: 1;
}
.banner-item .item-tit:before {
    content: '';
    display: block;
    width: 1px;
    height: 26px;
    background-color: #000;
    margin: 0 auto 25px;
}
.banner-item .item-desc {
    padding-top: .25rem;
    font-size: .15rem;
    position: relative;
    z-index: 1;
}
.banner-item .gd-btn-box {
    padding-top: .8rem;
    padding-bottom: .8rem;
    text-align: center;
}
/* news */
.news-layer {
    background-color: #1b191a;
}
.news-layer .layout {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 1.5rem 10% 1.5rem 35%;
    text-align: center;
}
.news-layer .index-title-bar {
    margin-bottom: .2rem;
}
.news-layer .index-title-bar .index-title:before {
    display: none;
}
/* partner */
.partner-list {
    width: auto;
    margin: 0 -.15rem
}
.partner-list .partner-item {
    width: 25%;
    padding: .15rem;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
}
.partner-list .partner-item:after {
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background-color: #2f2c27;
    position: absolute;
    right: 0;
    top: 0;
}
.partner-list .partner-item:nth-child(4n):after {
    display: none;
}
.partner-list .partner-item a {
    display: block;
    position: relative
}
.partner-list .partner-item img {
    display: inline-block;
    max-width: 100%;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}
.partner-list .partner-item:hover img {
    -webkit-transform: translateX(.05rem);
    -ms-transform: translateX(.05rem);
    -o-transform: translateX(.05rem);
    transform: translateX(.05rem);
}
.partner-layer .gd-btn-box {
    padding-top: .4rem;
    text-align: center;
}
.layer-btn-more {
    text-transform: uppercase;
}
.layer-btn-more:after {
    content: '';
    display: inline-block;
    width: 40px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url(img/btn_arrow_right.png);
    margin-left: .15rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.layer-btn-more:hover:after {
    -webkit-transform: translatex(5px);
    -ms-transform: translatex(5px);
    -o-transform: translatex(5px);
    transform: translatex(5px);
}
/*----------------------------------page nav---------------------------------*/
.sub-head {
    padding: 200px 0 0;
    margin-bottom: .3rem;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.path-bar .path-nav {
    padding: .15rem 0;
    text-transform: uppercase;
}
.path-bar .path-nav li,
.path-bar .path-nav li a {
    color: #fff;
}
.path-bar .path-nav li a:hover {
    color: #000;
}
.path-bar .path-nav li {
    display: inline;
}
.path-bar .path-nav li:after {
    content: '/';
    padding: 0 .1rem;
}
.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 #ccc;
    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: 19%;
    max-width: 240px;
    padding-bottom: .6rem;
}
.aside,
.aside a {
    color: #333;
}
.aside a:hover {
    color: #d3d3d3;
}
.side-tit-bar {
    position: relative;
    background-color: #000;
    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: #000;
    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: #000;
}
.side-cate li li>a:hover:before {
    background-color: #000;
}
.side-cate li.nav-current>a,
.side-cate li>a:hover,
li.show_li>a {
    color: #d3d3d3;
}
.side-cate li li.nav-current>.icon-cate,
.side-cate li li>.icon-cate:hover,
li.show_li>.icon-cate {
    color: #000;
}
.side-product-items {
    position: relative;
    padding: .5rem 0;
}
.side-product-items .items_content {
    position: relative;
}
.side-product-items .items_content {}
.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.side_product_item figure {
    position: relative;
    display: table;
    width: 100%;
    height: .95rem;
    overflow: hidden;
}
.side_product_item .item-img,
.side_product_item figcaption {
    display: table-cell;
}
.side_product_item .item-img {
    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: 77%;
    float: right;
    padding-bottom: .6rem;
}
.main-tit-bar {
    padding: 0;
    line-height: .4rem;
    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:hover {
    color: #d3d3d3;
}
.main-tit-bar .title,
.main-tit-bar .path-bar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.main-tit-bar .title {
    line-height: .4rem;
    font-size: .24rem;
    text-transform: uppercase;
}
.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;
    padding-bottom: 3%;
}
.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 .flex-control-paging li a.flex-active {
    background-color: #000;
}
.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.33%;
}
.items_list .product-item:nth-child(n) {
    clear: none;
}
.items_list .product-item:nth-child(4n+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%;
    max-width: 380px;
    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;
}
.main .product-title:hover {
    color: #d3d3d3;
}
.product-summary {
    position: relative;
    width: 58%;
    float: left;
    font-size: .13rem;
    padding-left: 5%;
}
.product-summary .product-meta {
    line-height: 1.6;
}
.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: #000;
    border: 2px solid #000;
    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: #000;
    border-color: #000;
}
.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: .16rem;
    padding: 0 .15rem;
    font-weight: normal;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    margin-right: .06rem;
    background-color: #aaa;
    color: #fff;
}
.detail-tabs .title.current,
.detail-tabs .title.current a {
    color: #fff;
}
.detail-tabs .title.current {
    background-color: #000;
    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: #000;
    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: #000;
    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: #000;
    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 {}
.product-item:hover .item-wrap a+.proder {
    display: block;
    transition: all 1s ease;
    color: #fff;
    z-index: 888;
    position: absolute;
}
.proder {
    position: absolute;
    /* left: 50%; */
    text-align: center;
    width: 100%;
    display: none;
    transition: all .6s ease;
    /* transform: scale(.1); */
    /* transform: translateX(-50%); */
    white-space: pre-line;
    height: 100%;
    left: 0;
    top: 0;
    text-align: left;
    padding: 5%;
    /* background: black; */
    color: white;
    z-index: 11;
}
.product-item:hover .proder {
    display: block;
}
.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 #000;
    background-color: #000;
    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: #d3d3d3;
    border-color: #d3d3d3;
    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) {
    .layout,
    .nav-bar .nav-wrap,
    .path-bar .path-nav {
        width: 95%;
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .head_down .nav-dropdown_image img{
        width: 85% !important;
    }
    .nav-reding {
        width: 25.33333% !important;
    }
}
@media only screen and (max-width: 1550px) {
    .nav-bar .nav>li>a {
        font-size: .12rem;
    }
}
@media only screen and (max-width: 1366px) {
    html {
        font-size: 600%;
    }
    .head_down .nav-dropdown_image img{
        width: 85% !important;
    }
    .head_down .nav_list .nav_tt {
        font-size: 13px !important;
        font-weight: bold !important;
    }
    .nav-bar .nav>li>a {
        font-size: .14rem;
    }
    .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;
    }
    .foot-items .gd-row {
        margin-left: -.15rem;
        margin-right: -.15rem;
    }
    .foot-items .foot-item {
        padding-left: .15rem;
        padding-right: .15rem;
    }
    .foot-item-left .foot-cont {
        /* padding-right: 10%; */
    }
}
@media only screen and (max-width: 1200px) {
    .aside {
        /*width: 200px;*/
        width: 20%;
    }
    .main {
        width: 78%;
    }
}
@media only screen and (max-width: 1000px) {
    .main {
        /*width: 76%;*/
    }
}
@media only screen and (max-width: 1024px) {
    html {
        font-size: 550%;
    }
}
@media only screen and (max-width: 950px) {
    html {
        font-size: 550%;
    }
    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: auto;
        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;
    }
    .head-wrapper,
    .container-index .head-wrapper {
        position: relative;
        text-align: center;
        background-color: #0f0d0e;
    }
    /* topbar */
    .topbar {
        text-align: center;
        padding-top: 10px;
    }
    .topbar .layout {
        background: none;
    }
    .topbar .head-contact {
        float: none;
    }
    .topbar .head-contact li {
        float: none;
        display: inline;
    }
    /* head inner */
    .head-layout {
        display: block;
        padding: 20px;
        text-align: center;
        background: none;
    }
    .head-layout .nav-bar .nav-toggle {
        display: none;
    }
    .head-layout .logo {
        width: 100%;
    }
    .logo {
        width: 100%;
        text-align: center;
        float: none;
        padding: 0;
    }
    .logo img {
        max-height: 69px;
    }
    /* search */
    .head-search-form {
        position: relative;
        width: 100%;
        height: .4rem;
        border: 1px solid #000;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }
    .head-search-form .search-ipt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: .4rem;
        background: none;
        border: none;
        padding: 0 .1rem;
    }
    .head-search-form .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: .4rem;
        height: .4rem;
        line-height: .4rem;
        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 */
    /* ------------- footer ------------- */
    .foot-wrapper,
    .foot-items .foot-item {
        font-family: 'opensans';
        letter-spacing: 0;
    }
    .foot-items {
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
    .foot-items .foot-item {
        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;
    }
    .index-title-bar {
        max-width: 100%;
    }
    .index-title-bar .index-title {
        letter-spacing: .1em;
    }
    .about-us .about-detail .about-title,
    .index-title-bar .index-title {
        font-size: .32rem;
    }
    .has-mobile-link {
        position: relative;
        display: inline-block;
    }
    span.has-mobile-link {
        display: inline-block;
    }
    .has-mobile-link .link {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    /* owl-carousel */
    .owl-carousel .owl-controls .owl-dots .owl-dot {
        width: 16px;
        height: 2px;
        border-radius: 0;
    }
    .owl-carousel .owl-controls .owl-dots .active {
        background-color: #000;
    }
    /* about us */
    .about-us .about-img {
        width: 52%;
    }
    .about-us .index-title-bar {
        max-width: 80%;
        margin-bottom: .2rem;
    }
    /* products */
    .product-items .layer-body {
        padding: 0;
    }
    .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 {
        width: auto;
    }
    /* promote banners */
    .banner-list {
        margin-left: -.1rem;
        margin-right: -.1rem;
    }
    .banner-item {
        padding: .1rem;
    }
    /* ------------- page nav -------------- */
    .sub-head {
        padding-top: 0;
    }
    /* ------------- aside ------------- */
    .aside {
        display: none;
    }
    .side-product-items .btn-prev,
    .side-product-items .btn-next {
        display: none;
    }
    .side_product_item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    .side-product-items {
        padding-top: .2rem;
    }
    /* ------------- main ------------- */
    .main {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    /* product intro */
    .product-view {
        width: auto;
        max-width: 400px;
        float: none;
        margin: 0 auto .3rem;
        border: 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;
        margin: 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 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: .4rem 0 0;
    }
    .product-detail .tab-panel-content {
        padding: .15rem 0;
    }
    .tab-content-wrap .tab-title-bar,
    .tab-content-wrap .tab-panel-wrap {
        display: none;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-item {
        margin: 0 0 30px;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-title,
    .tab-content-wrap .mobile-tab-items .mobile-tab-title a {
        color: #fff;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-title {
        height: 30px;
        line-height: 30px;
        margin: 0 auto .1rem;
        padding: 0 .15rem;
        font-size: .16rem;
        padding-bottom: 8px;
        position: relative;
        background-color: #000;
        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;
    }
    /* ------------- footer ------------- */
    .logo {
        display: block;
    }
    /* ------------- index ------------- */
    .gd-layer {
        padding-top: .6rem;
        padding-bottom: .6rem;
    }
    /* slide banner */
    .tp-bullets.simplebullets {
        padding-bottom: 0;
    }
    /* about us */
    .about-us {
        padding-top: .15rem;
    }
    .about-us .layer-body {
        display: block;
    }
    .about-us .layout {
        max-width: 500px;
        margin: 0 auto;
    }
    .about-us .about-img {
        width: 100%;
    }
    .about-us .about-img+.about-detail {
        padding-top: .4rem;
    }
    /* product list */
    .product-item .item-title a {}
    .items-content {
        width: 100%;
        float: none;
    }
    .layer-best .product-cates {
        float: none;
    }
    .product-item {
        width: 50%;
    }
    .product-item:nth-child(n) {
        clear: none;
    }
    .product-item:nth-child(2n+1) {
        clear: left;
    }
    /* news */
    .news-layer .layout {
        padding: .8rem 8%;
    }
    /* partner */
    .partner-list {
        position: relative;
    }
    .partner-list:before {
        content: '';
        display: block;
        width: 1px;
        height: 100%;
        background-color: #2f2c27;
        position: absolute;
        left: 50%;
        top: 0;
    }
    .partner-list .partner-item {
        width: 50%;
    }
    .partner-list .partner-item:nth-child(2n+1) {
        clear: left;
    }
    .partner-list .partner-item:after {
        display: none;
    }
    /* ------------- 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: .15rem;
        padding-right: .15rem;
    }
    .topbar .layout {
        padding-left: 0;
        padding-right: 0;
    }
    /* ------------- header ------------- */
    .head-layout {
        padding-top: .1rem;
    }
    .logo img {
        max-height: 45px;
    }
    .head-contact .ct-txt {
        padding-left: .05rem;
    }
    .topbar .head-contact li {
        display: inline-block;
    }
    /* ------------- footer ------------- */
    .foot-items .foot-item {
        width: 100%;
        float: none;
        max-width: 400px;
        text-align: center;
        margin: 0 auto;
    }
    .foot-items .contact-list li {
        padding-top: 0;
    }
    .foot-item-left .foot-cont {
        padding-right: 0;
    }
    .foot-item-right .social-list {
        text-align: center;
    }
    .foot-bar {
        text-align: center;
    }
    .copyright,
    .foot-links {
        width: 100%;
        display: block;
        clear: none;
        text-align: center;
        line-height: 1.8;
    }
    .foot-bar .foot-links li {
        float: none;
        display: inline-block;
    }
    /* ------------- 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;
    }
    /* ------------- product list ------------- */
    .path-bar {}
    .main-tit-bar {
        display: block;
    }
    .main-tit-bar .title,
    .main-tit-bar .share-this {
        display: block;
    }
    .main-tit-bar .title+.share-this {
        display: block;
        width: 100%;
        max-width: inherit;
        text-align: left;
        padding-top: .06rem;
        padding-bottom: .15rem;
        height: auto;
    }
    .main-tit-bar .share-this img {
        max-width: inherit;
    }
    .items_list ul {
        margin: 0 -.05rem;
    }
    .items_list .product-item {
        width: 50%;
        padding: .05rem;
    }
    .items_list .product-item:nth-child(n) {
        clear: none;
    }
    .items_list .product-item:nth-child(2n+1) {
        clear: left;
    }
    .items_list .product-item .item-wrap {
        padding: 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
}
/* 导航 */
/* nav */
.nav-wrap .nav {
    color: red;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.nav-wrap .nav li {
    margin-left: 5%;
}
.nav-reding {
    display: flex;
    flex-wrap: wrap;
    width: 16.33333%;
    justify-content: center;
    align-items: center;
}
.head-layout .head_right::after {
    content: '';
    height: 15px;
    margin-top: 3%;
    width: 1px;
    display: inline-block;
    background: #fff;
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.language-flag span {
    color: #ffffff !important;
    text-transform: capitalize;
    font-size: 16px;
}
.change-language .change-language-title a:after {
    display: inline-block;
    padding-left: 2px;
    width: 14px !important;
    height: 23px !important;
    /* border: none; */
    content: '';
    background: url(img/tou.png) no-repeat center center;
    font-size: 12px !important;
    background-size: contain;
    font-family: fontawesome;
}
.change-language:hover .change-language-title a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg)
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}
.swiper-invisible-blank-slide {
    visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}
.homet,
p,
li,
span {
    font-family: Arial, Helvetica, sans-serif !important;
}
/* Recommended products */
.homet .home_promote {
    background: url(img/bei1_02.webp)  center center;

    padding-bottom: 200px;

}
.homet .home_promote .index_promote {
    padding-top: 3%;
    display: flex;
}
.homet .home_promote .index_promote .index_promote-left {
    height: 100%;
    width: 38%;
    background-size: contain;
}
.homet .home_promote .index_promote .index_promote-left img {
    width: 100%;
    height: 100%;
}
.homet .home_promote .index_promote .index_promote-relrt {
    width: 70.6%;
    position: absolute;
    overflow: hidden;
    right: 4%;
}
.homet .home_promote .index_dex {
    float: right;
   
    margin-bottom: 6%;
}
.homet .home_promote .index_dex span {
    float: right;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif, !important;
}
.homet .home_promote .index_dex p {
    text-transform: uppercase;
    font-size: 40px;
    float: right;
    color: #000;
    font-weight: bold;
}
.homet .home_index {
    background: #fafafa9c;
    width: 106%;
    text-align: center;
    font-size: 0;
}
.homet .home_index em {
    display: inline-block;
    margin-top: 10%;
    padding-bottom: 16%;
    display: inline-block;
    margin-bottom: 10%;
    padding-bottom: 80%;
    position: relative;
    width: 100%;
    height: 100%;
}
.homet .home_index em img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.homet .home_index span {
    padding-top: 5%;
    padding-bottom: 5%;
    background: #ffffff;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.homet .home_index span:hover {
    background: #000;
    color: #ffffff;
}
.homet .home_promote .swiper-button-next {
    position: absolute !important;
    margin-top: 7% !important;
    line-height: 0%;
    width: 2%;
    height: 9%;
    z-index: 990 !important;
    opacity: 1;
    background: #3e3d3d;
    text-align: center;
    line-height: 50px;
    padding-bottom: 1%;
    pointer-events:initial !important;
}

.home_index a{
    overflow: hidden;
}
.homet .home_promote .swiper-button-next:hover {
    background: #000;
}
.homet .home_promote .swiper-button-prev {
    position: absolute !important;
    margin-top: 7% !important;
    width: 2%;
    text-align: center;
    height: 9%;
    z-index: 990 !important;
opacity: 1;
    line-height: 50px;
    padding-bottom: 1%;
    background: #3e3d3d;
    pointer-events:initial !important;
}
.side-cate .nav-current {
    font-weight: bold;
}
.homet .home_promote .swiper-button-prev:hover {
    background: #000;
}
/* PRODUCT DISPLAY */
.homet .home_promote {
    background: url(img/bei1_02.webp) no-repeat center center/100% 100%;

}
.homet .home_promote .index_promotei {
    padding-top: 6.5%;
    display: flex;
    justify-content: space-between;
}
.homet .home_promote .index_promotei .index_promote-left {
    height: 100%;
    width: 38%;
    background-size: contain;
}
.homet .home_promote .index_promotei .index_promote-left img {
    height: 100%;
    width: 100%;
}
.homet .home_promote .index_promotei .index_promote-relrt {
    width: 72.6%;
    position: absolute;
    overflow: hidden;
    left: 4%;
}
.homet .home_promote .index_dexi {
    float: left;

    margin-bottom: 3%;
}
.homet .home_promote .index_dexi span {
    display: block;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif, !important;
}
.homet .home_promote .index_dexi p {
    text-transform: uppercase;
    font-size: 40px;
    float: left;
    color: #000;
    font-weight: bold;
}
.homet .home_indexi {
    background: #fafafa9c;
    width: 106%;
    text-align: center;
}
.homet .home_indexi em {
    display: inline-block;
    margin-top: 10%;
    padding-bottom: 16%;
    display: inline-block;
    margin-bottom: 10%;
    padding-bottom: 80%;
    position: relative;
    width: 100%;
    height: 100%;
}
.homet .home_indexi em img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.homet .home_indexi span {
    padding-top: 5%;
    padding-bottom: 5%;
    background: #ffffff;
    display: inline-block;
    width: 100%;
    direction: ltr;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.homet .home_indexi span:hover {
    background: #000;
    color: #ffffff;
}
.homet #nextidw {
    position: absolute;
    margin-top: -15% !important;
    margin-right: 0%;
    width: 2%;
    left: 11px;

    line-height: 0px;
    background: #3e3d3d;
    text-align: center;
    height: 9%;
    z-index: 990;
    line-height: 50px;
    padding-bottom: 2.2%;
    cursor: grab;
}
.homet #nextidw:hover {
    background: #000;
    cursor: grab;
}
.homet #previdw {
    position: absolute !important;
    margin-top: -15% !important;
    width: 2%;
    right: 0;
    right: 11px;
    text-align: center;

    height: 9%;
    z-index: 990;
    line-height: 50px;
    padding-bottom: 2.2%;
    background: #3e3d3d;
    cursor: grab;
}
.homet #previdw:hover {
    background: #000;
    cursor: grab;
}
/* Join Our Newsletter */
.homet .index_company_intr .company_intr_desc div p {
    padding-top: 10%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    font-size: 60px;
}
.homet .index_company_intr .company_intr_desc p {
    padding-top: 1%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
}
.homet .index_company_intr .learn_more {
    padding-top: 1%;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    padding-bottom: 6%;
}
.homet .index_company_intr .learn_more span  input {
    color: #989898;
    height: 50px;
    width: 24%;
    padding-left: 1%;
    text-transform: initial;
}
.homet .index_company_intr .learn_more  input {
    margin-left: 1%;
    height: 50px;
    width: 10%;
    font-weight: bold;
    text-transform: uppercase;
}
.homet .index_company_intr .learn_more  input:hover {
    background: #000;
    color: #fff;
    border: 1px solid #fff;
}
.homet .index_company_intr {
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: auto;
    color: #fff;
    position: relative;
    box-shadow: inset 0 17px 16px rgba(0, 0, 0, .4);
    padding-bottom: 100px;
}
/* Gallery */
.homet .index_ad .index_bd .layout p {
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-size: 40px;
    padding-left: 1%;
}
.homet .index_ad .index_bd {
    padding-top: 4%;
    padding-bottom: 2%;
    position: relative;
}
.index_bdingx {
    background: url(img/ding_09.png) no-repeat right;
    color: #ffffff;
    float: right;
    background-size: contain;
    position: absolute;
    float: right;
    /* top: 0; */
    bottom: 0;
    right: 0;
}
.index_bdingx h3 {
    -webkit-text-stroke: 10px #61616144;
    /* 描边宽度和颜色（使用-webkit-前缀兼容部分浏览器） */
    font-size: 65px;
    text-transform: uppercase;
}
.homet .index_footr .index_bonr {
    display: flex;
    flex-wrap: wrap;
}
.homet .index_footr .index_bonr li {
    width: 33%;
    margin-left: 0.5%;
    margin-bottom: 0.5%;
    overflow: hidden;
    position: relative;
}
.homet .index_footr .index_bonr li:nth-child(1) {
    margin-left: 0%;
}
.homet .index_footr .index_bonr li:nth-child(4) {
    margin-left: 0%;
    margin-bottom: 0;
}
.homet .index_footr .index_bonr li:nth-child(5) {
    margin-bottom: 0%;
}
.homet .index_footr .index_bonr li:nth-child(6) {
    margin-bottom: 0%;
}
.homet .index_footr .index_bonr li:nth-child(7) {
    margin-left: 0%;
}
.homet .index_footr .footr {
    display: inline-block;
    position: relative;
    padding-bottom: 104%;
    width: 100%;
    height: 100%;
}
.homet .index_footr .footr img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.homet .index_footr .footry {
    opacity: 0;
    transition: all .6s ease;
    transform: scale(.1);
    visibility: hidden;
}
.homet .index_footr .footry p {
    font-size: 16px;
    display: none;
    word-wrap: break-word;
}
.homet .index_footr .footry h3 {
    font-size: 16px;
    display: none;
}
.homet .index_footr li:hover .footry {
    display: inline-block;
    border-radius: 0.5rem;
    transition: all 1s ease;
    transform: scale(1.3);
    visibility: visible;
    text-align: center;
    opacity: 1;
    word-wrap: break-word;
    color: #ffffff;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
    background-color: rgba(0, 0, 0, 0.7);
}
.homet .index_footr li:hover h3 {
    display: inline-block;
    margin-top: 35%;
}
.homet .index_footr li:hover p {
    display: inline-block;
    word-wrap: break-word;
    padding: 0 19%;
}
.homet .index_footr li:hover .footring {
    display: none;
}
.homet .index_footr li:hover .footry h3 {
    font-size: 25px;
}
.homet .index_footr .footr img {
    width: 100%;
    height: 100%;
}
.homet .index_footr .footring {
    position: absolute;
    bottom: 10%;
    left: 3%;
    color: #ffffff;
    font-size: 26px;
}
/* footer */
.toord——fa {
    display: flex;
    padding-left: 7%;
    /* padding: 0 7%; */
    padding-right: 7%;
    justify-content: space-between;
}
.toord——fa .toofr_bootm li {
    width: 25%;
    color: #a7a7a7;
    display: flex;
}
.toord——fa .toofr_bootm li a {
    color: #a7a7a7;
    padding-left: 5%;
    display: inline-block;
}
.toord——fa .toofr_bootm li span {
    display: inline-block;
}
.foot-wrapper .foot_sns {
    display: flex;
    justify-content: center;
    margin-top: 2%;
}
.foot-wrapper .foot_sns li {
    margin-right: 2%;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.foot-wrapper .foot_sns li:nth-child(2n+5) {
    /* margin-right: 0 ; */

}
.foot-wrapper .foot_sns li:hover {
    transform: rotatex(360deg);
}
/* .foot-wrapper .foot_sns li:hover {
    animation: shake 0.22s cubic-bezier(.10,.0,.0,.0) both;
    transform-origin: center;
} */
/* 小屏端 */
@media only screen and (max-width: 1366px) {
    .homet .home_promote .index_dex p {
        font-size: 16px;
    }
    .homet .home_promote .index_dexi p {
        font-size: 16px;
    }
    .homet .home_promote .swiper-button-prev {
        line-height: 43px;
        margin-top: 6% !important;
        height: 11%;width: 3%;
    }
    .homet .home_promote .swiper-button-next {
        line-height: 43px;
        margin-top: 6% !important;
        height: 11%;width: 3%;
    }
    .homet .home_promote .index_dex span img {
        width: 80%;
        float: right;
    }
    .homet .home_promote .index_dexi span img {
        width: 80%;
    }
    .homet #previdw {
        line-height: 43px;
     
        height: 11%;width: 3%;
    }
    .homet #nextidw {
        line-height: 43px;
   
        height: 11%;width: 3%;
    }
}
/* 手机端 */
@media only screen and (max-width: 950px) {
    .head-layout .logo {
        text-align: center;
    }
    .homet .home_promote .swiper-button-next {
        display: none;
    }
    .head-layout .head_right::after {
        display: none;
    }
    .homet .index_company_intr .learn_more a input {
        width: 35%;
    }
    .homet .index_company_intr .learn_more span a input {
        display: none;
    }
    .homet .home_promote .swiper-button-prev {
        display: none;
    }
    .homet #previdw {
        display: none;
    }
    .homet #nextidw {
        margin-left: initial;
        opacity: 0;
    }
    /* .homet #previdw {
        display: none;
    }
    .homet #nextidw {
        display: none;
    } */
    .homet .home_promote .index_dex p {
        font-size: 16px;
    }
    .homet .home_indexi span {
        font-size: 16px;
    }
    .homet .home_promote .index_dexi p {
        font-size: 16px;
    }
    .homet .home_index span {
        font-size: 16px;
    }
    .homet .index_footr .index_bonr li:nth-child(1) {
        margin-left: initial;
    }
    .homet .index_footr .index_bonr li:nth-child(3n) {
        margin-left: initial;
    }
    .homet .index_footr .index_bonr li:nth-child(4) {
        margin-left: 8.5%;
    }
    .homet .index_footr .index_bonr li:nth-child(5) {
        margin-left: initial;
    }
    .homet .index_footr .index_bonr li:nth-child(6) {
        margin-left: 8.5%;
    }
    .homet .index_footr .index_bonr {
        padding: 0% 2%;
    }
    .homet .index_footr .index_bonr li {
        width: 45.7%;
        margin-left: 8.5%;
        margin-bottom: 5%;
        overflow: hidden;
    }
    .homet .index_footr .footring {
        font-size: 20px;
    }
}
@media only screen and (max-width: 950px) {
    .toord——fa .toofr_bootm li {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}
@media only screen and (max-width: 650px) {
    .head-layout .logo {
        text-align: center;
    }
    .homet .home_promote .index_promote .index_promote-left {
        opacity: 0;
    }
    .homet .home_promote .index_promote .index_promote-relrt {
        width: 100%;
    }
    .homet .home_promote .index_promotei .index_promote-left {
        opacity: 0;
    }
    .homet .home_promote .index_dex p {
        float: initial;
    }
    .homet .home_promote .index_dex {
        text-align: center;
    }
    .homet .home_promote .index_dex span img {
        float: initial
    }
    .homet .home_promote .index_dex {
        margin-right: inherit;
    }
    .homet .home_promote .index_promotei {
        padding-bottom: 18%;
        padding-top: 18%;
    }
    .homet .home_promote .index_promotei .index_promote-relrt {
        width: 100%;
    }
    .homet .home_promote .index_promotei .index_promote-left {
        opacity: 0;
    }
    .homet .home_promote .index_dexi p {
        float: initial;
    }
    .homet .home_promote .index_dexi {
        text-align: center;
        margin-left: initial;
    }
    .homet .home_promote .index_dexi span img {
        float: initial;
        width: 50%;
    }
    .homet .index_company_intr .company_intr_desc div h2 {
        font-size: 20px;
    }
    .index_bdingx h3 {
        display: none;
    }
    .homet .index_footr li:hover .footry h3 {
        font-size: 12px;
        padding: 0 20%;
    }
    .homet .index_footr li:hover p {
        display: none;
    }
    .toord——fa .toofr_bootm li {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
    .toord——fa .toofr_bootm li span img {
        max-width: 50%;
    }
    .toord——fa .toofr_bootm li a {
        padding-left: 0%;
    }
    .toord——fa .toofr_bootm li:nth-child(3) span img {
        display: none;
    }
}
/* 已加 联系页2 */
.contact_A {
    margin: 0 auto;
}
.contact_A .title {
    font-size: 46px;
    padding-bottom: 35px;
}
.contact_A .left {
    float: left;
    width: 50%;
}
.contact_A .left em {
    font-size: 16px;
    color: #666;
}
.contact_A .left .form_ul {
    display: flex;
    flex-wrap: wrap;
}
.contact_A .left .form_ul .form_li span {
    color: red;
    padding-right: 5px;
}
.contact_A .left .form_ul li {
    margin-left: 4%;
    margin-top: 50px;
    width: 48%;
    font-size: 14px;
    background: inherit;
    border-bottom: #333333 1px solid;
}
.contact_A .left .form_ul li:last-child {
    width: 100%;
}
.contact_A .left .form_ul li input {
    border: none;
    background: inherit;
}
.contact_A .left .form_ul li:nth-child(2n+1) {
    margin-left: 0;
}
.contact_A .left .item_messing {
    width: 100%;
}
.contact_A .left .item_messing p {
    font-size: 14px;
    margin-top: 30px;
}
.contact_A .left .item_messing span {
    color: red;
}
.contact_A .Right {
    float: right;
    width: 46%;
    padding-left: 5%;
    overflow: hidden;
}
.contact_A .Right .Rightui {
    font-size: 16px;
}
.contact_A .Right .Rightui a {
  display: block;
  margin-bottom: 10px;
}

.contact_A .Right p {
    font-size: 16px;
    color: #666;
}
.iframe_w {
    height: 530px;
    width: 100%;
}
@media only screen and (max-width: 950px) {
    .contact_A .Right {
        float: right;
        width: 100%;
        padding-left: 0;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .iframe_w {
        height: 200px;
        width: 100%;
    }
    .contact_A .left .form_ul li {
        width: 100%;
    }
    .contact_A .left .form_ul li:nth-child(1n+1) {
        margin-left: 0;
    }
    .contact_A .left {
        float: left;
        width: 100%;
    }
}
.contact_A .left .item_messing textarea {
    background: inherit;
    border: none;
    width: 100%;
    height: 140px;
    border-bottom: #333333 1px solid;
    resize: none;
}
.contact_A .Right .Rightui li {
    display: flex;
    align-items: center;
    padding-top: 40px;
}

.contact_A .Right .Rightui .t1 {
    padding-right: 20px;
}
.send_submir {
    padding: 0 !important;
    margin: px 0;
    margin-top: 30px;
    margin-bottom: 60px;
}
.send_submir .gtm_submit_s {
    background-color: #333333 !important;
    width: 150px !important;
    height: 40px !important;
    color: #fff;
    margin-top: 15px !important;
}
@media only screen and (max-width: 1366px) {
    .contact_A {
        width: 1150px;
    }
}
@media only screen and (max-width: 1280px) {
    .contact_A {
        width: 90%;
    }
}
/* 已加 联系页2 */
.contat .layout {
    width: 1200px;
}
.news_share,
.news_next .tit {
    width: initial;
}
.news_artic {
    padding: 30px 0 !important;
}
.news_next {
    margin-top: initial;
    display: flex;
}
.news_next .con {
    margin-left: 1%;
    width: initial;
    float: left;
}
.pages .active span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ccc;
    line-height: 25px;
    min-width: 25px;
    padding: 3px 12px;
    border-radius: 3px;
    margin: 0 0 0 5px;
    background: #1a1a1a;
}
.pages a,
.pages span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ccc;
    line-height: 25px;
    min-width: 25px;
    padding: 3px 12px;
    border-radius: 3px;
    margin: 0 0 0 5px;
}
.inquiry-pop-bd {
    width: 550px !important;
    height: 500px !important;
}
.change-language .trp-language-wrap a {
    color: #000;
}
/*base code*/
.index_bdingx {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.index_bdingx.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
.index_bdingx.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}
/*the animation definition*/
@-webkit-keyframes index_bdingx {
    0% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg)
    }
    100% {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes index_bdingx {
    0% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        -ms-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg)
    }
    100% {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}
.ledt {
    position: ;
}
.jello-horizontal {
    -webkit-animation: jello-horizontal 0.9s both;
    animation: jello-horizontal 0.9s both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-12-21 18:6:21
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation jello-horizontal
 * ----------------------------------------
 */
@-webkit-keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
@keyframes jello-horizontal {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}
.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-no-flexbox .swiper-slide {
    float: left
}
.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}
.swiper-invisible-blank-slide {
    visibility: hidden
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}
.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}
@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clear {
    clear: both;
}
.tt_h3 {
    font-size: 32px;
    line-height: 1.4;
    color: #000;
    font-family: 'Arial';
    font-weight: bold;
    text-align: center;
}
.sCalePic {
    position: relative;
    width: 100%;
    padding-bottom: 56%;
    overflow: hidden;
}
.sCalePic img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: all .6S;
}
.swiper-slide:hover .sCalePic img {
    transform: scale(1.1);
}
.page_aboutIntro {
    margin-bottom: 40px;
}
.page_aboutIntro .pic {
    width: 50%;
    padding: 3.5%;
    position: relative;
    margin-bottom: 20px;
}
.page_aboutIntro .pic:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    background: url(img/aboutsts_03.png) no-repeat left;
    background-size: 100%;
    z-index: 0;
    left: 0;
    top: 0;
}
.page_aboutIntro .pic img {
    width: 100%;
    position: relative;
    z-index: 1;
}
.page_aboutIntro .ro {
    font-size: 16px;
    color: #666666;
    line-height: 1.6;
}
.page_aboutIntro .tt_h3 {
    margin-bottom: 20px;
    text-align: left;
    padding-top: 3%;
}
.page_CompanyPhotos {
    padding-bottom: 50px;
}
.page_CompanyPhotos .tt_h3 {
    margin-bottom: 35px;
}
.page_CompanyPhotos .page_CompanyPhotos_swiper {}
.page_CompanyPhotos_swiper {
    position: relative;
}
.page_CompanyPhotos_swiper .page_swiper_prev {
    left: -15px;
}
.page_CompanyPhotos_swiper .page_swiper_next {
    right: -15px;
}
.page_CompanyPhotos_swiper a {}
.page_CompanyPhotos_swiper .sCalePic {}
.page_CompanyPhotos_swiper p {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    height: 32px;
    margin-top: 10px;
}
.page_swiper_prev,
.page_swiper_next {
    width: 30px;
    height: 66px;
    background-color: rgba(0, 0, 0, .49);
    background-size: 11px 25px;
    margin-top: -33px;
}
.page_swiper_prev {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAaCAYAAABhJqYYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MjU4Yjg4NDctMTRhMS0zZTQzLWIxZTQtN2YwOTBmMzg1NWNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzNkQwM0I4OERDQzExRUVCMDUxOTBFMjRGRjI0RDNEIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzNkQwM0I3OERDQzExRUVCMDUxOTBFMjRGRjI0RDNEIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC4wIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg2NGViZTY3LWEyMzQtOTc0OS1hZTdjLTE0OGVkN2FhMWIzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNThiODg0Ny0xNGExLTNlNDMtYjFlNC03ZjA5MGYzODU1Y2UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz42JzCQAAAA8klEQVR42mL8//8/AxFABIg9mIhQyAjEC4D4MTGKDwLxRzANcgYe3PMfArjBzsWjMAGqcANMDJfCkP8IYIxPsR6SwtfIcugeVAHiU0j8HciSyIolgfgoELMjiR3Cpfg4EIuh2XQTm+LdQCyPJYw/oPCADl/xHzdQQvYg43/8iUMWiJ8gO+MPHsVM6JxoPIo50d0Mwik43GyM7GbkmJuERbEPrhjMA+LZaM4wwuYMZLwOyeQDuJyBjC9AFf+BpWV8ivmA+DZUQxIhxSDMD8T/kJMpoWxlBTXdhhjFIJwOxBeBmI2RyHKjCIjfEasYBKwBAgwA3MvwbcDdnS4AAAAASUVORK5CYII=);
}
.page_swiper_next {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAZCAYAAADnstS2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3RpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDcuMS1jMDAwIDc5LmRhYmFjYmIsIDIwMjEvMDQvMTQtMDA6Mzk6NDQgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6MjU4Yjg4NDctMTRhMS0zZTQzLWIxZTQtN2YwOTBmMzg1NWNlIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOkEzNkQwM0I0OERDQzExRUVCMDUxOTBFMjRGRjI0RDNEIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOkEzNkQwM0IzOERDQzExRUVCMDUxOTBFMjRGRjI0RDNEIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCAyNC4wIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjg2NGViZTY3LWEyMzQtOTc0OS1hZTdjLTE0OGVkN2FhMWIzOCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDoyNThiODg0Ny0xNGExLTNlNDMtYjFlNC03ZjA5MGYzODU1Y2UiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7v7ZQfAAAA5UlEQVR42mL4//+/IhAzEIOZGBgY+IE4mIEIAFJ8AYgNgDiVoGqoFWL/ISAEnzOQOXOhGiSJUcwAVfwKiPmIUTwbquESrtBABgehtC4Q78HlQRjW/I8K5uJzBgg/QtMwHZ/i7f8xQT5IjgVL0D/GIjYBiD8wYZF4hSP+FmBT/B2H4j/YFDPjUMyCTTEfDsWXsCmWwuEPJ2yKFbGIWQPxW/Qw5gLib2hhbIcrUuzRFDrjS0j6SOw8IN6LLyGdgppYQyg960MVTsGVUxjBOiDgGSj+gVgLX+4GAXcg/gXEZvgyN0CAAQCd/r/yDn+OLAAAAABJRU5ErkJggg==);
}
.page_swiper_prev:hover,
.page_swiper_next:hover {
    background-color: #000;
}
.page_CompanyHonors {
    padding-bottom: 70px;
}
.page_CompanyHonors .tt_h3 {
    margin-bottom: 30px
}
.page_CompanyHonors_swiper {
    position: relative;
}
.page_CompanyHonors_swiper a {
    border: 1px solid #e5e5e5;
    display: block;
    padding: 20px;
}
.page_CompanyHonors_swiper .sCalePic {
    padding-bottom: 144%;
}
.page_CompanyHonors_swiper p {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 2;
    height: 32px;
    margin-top: 10px;
    bottom: 0;
    left: 0;
}
.page_CompanyHonors_swiper .swiper-slide {
    padding-bottom: 50px;
}
.page_CompanyHonors_swiper .page_swiper_prev {
    left: -15px;
}
.page_CompanyHonors_swiper .page_swiper_next {
    right: -15px;
}
@media only screen and (max-width: 640px) {
    .page_aboutIntro .pic {
        width: 100%
    }
    .tt_h3 {
        font-size: 22px
    }
}
.page_CompanyPhotos_swiper .swiper-button-next,
.page_CompanyPhotos_swiper .swiper-button-prev {
    opacity: 1 !important;
}
.page_CompanyPhotos_swiper .swiper-button-prev:before,
.page_CompanyPhotos_swiper .swiper-button-next:before {
    content: '';
}
.page_CompanyHonors_swiper .swiper-button-next,
.page_CompanyHonors_swiper .swiper-button-prev {
    opacity: 1 !important;
}
.page_CompanyHonors_swiper .swiper-button-prev:before,
.page_CompanyHonors_swiper .swiper-button-next:before {
    content: '';
}
/* .change-language .change-language-title a:after{
    content: '' !important;
    display: inline-block !important;
    width: 0 !important;
    height: 0 !important;
    border-top-width: 5px !important;
    border-bottom: 0 !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    vertical-align: middle !important;
    font-size: 0 !important;
 } */
@media only screen and (max-width: 1366px) {
    .nav-bar .nav li a {
        font-size: .12rem;
    }
}
@media only screen and (max-width: 950px) {
    html {
        font-size: 550%;
    }
    .head_down {
        display: none !important;
    }
    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;
    }
    .nav-bar .nav li {
        font-size: .12rem;
    }
    /* ------------- header ------------- */
    .head-wrapper .mobile-body-mask {
        z-index: 99;
    }
    .lang-more {
        display: none !important
    }
    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #161622;
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: left;
        display: block;
        z-index: 100;
    }
    .mobile-head-item {
        float: left;
        width: 45px;
    }
    .mobile-head-item.mobile-head-aside {
        float: right
    }
    .mobile-head-item .title {
        width: 100%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-align: center;
        color: #FFF;
    }
    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #FFF;
    }
    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015';
    }
    .mobile-head-item.mobile-head-nav .title:before {
        content: '\f0c9';
    }
    .mobile-head-item.mobile-head-language .title:before {
        content: "\f1ab";
    }
    .mobile-head-item.mobile-head-search .title:before {
        content: "\f002";
    }
    .mobile-head-item.mobile-head-social .title:before {
        content: "\f007";
    }
    .mobile-head-item.mobile-head-aside .title:before {
        content: "\f060";
    }
    .mobile-head-item .main-content-wrap {
        background: #FFF;
        top: 0;
        display: block;
        z-index: 99999;
    }
    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: scroll;
        height: 100%;
        padding: 15px 10px;
    }
    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
    }
    .mobile-head-item .side-content-wrap {
        position: fixed;
        display: block;
        left: -70%;
        width: 70%;
        height: 100%;
    }
    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }
    .mobile-head-item .middle-show-content-wrap {
        top: 25px;
        visibility: visible;
        opacity: 1;
    }
    .nav-bar .nav li,
    .change-language,
    .head-search {
        display: none !important;
    }
    /* head inner */
    .head-wrapper,
    .container-index .head-wrapper {
        background-color: #161622;
    }
    .container-index .head-wrapper {
        position: relative;
    }
    .head-inner {
        padding-top: 25px;
    }
    .head-layout {
        display: block;
        padding: 10px 0;
        text-align: center;
    }
    .logo {
        width: 60%;
        margin: 0 auto;
        text-align: center;
        float: none;
        padding: 0;
    }
    /* search */
    .head-search-form {
        position: relative;
        width: 100%;
        height: .35rem;
        border: 1px solid #000;
    }
    .head-search-form .search-ipt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: .35rem;
        background: none;
        border: none;
        padding: 0 .1rem;
    }
    .head-search-form .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
        background: none;
        border: none;
        color: #333;
        font-family: 'fontawesome';
        padding: 0;
        cursor: pointer;
        z-index: 1111;
    }
    .head-search-form .search-btn:hover {
        background: #333;
    }
    .head-search-form .search-btn:hover {
        background: none;
    }
    .head-search-form .search-btn:before {
        display: block;
        content: '\f002';
        display: inline-block;
        width: .35rem;
    }
    /*nav */
    .nav-bar {
        height: auto;
        padding: 0;
    }
    .nav-bar .nav-wrap {
        padding-bottom: 0;
    }
    .nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
    }
    .nav li a {
        display: block;
    }
    .nav li a:active {
        color: #b7045f;
    }
    .nav>li {
        border-bottom: 1px solid #eee;
        line-height: 35px;
    }
    .nav>li:after {
        content: '\f105';
        position: absolute;
        right: 0;
        top: 0;
        color: #999;
        font-size: 14px;
    }
    .nav li ul {
        display: block;
        width: 100%;
    }
    .nav li ul li {
        width: auto;
        padding: 0 10px;
        font-size: 14px;
        text-transform: lowercase;
        line-height: 30px;
    }
    .nav li ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px;
    }
    .nav li ul li:active {
        background-color: #f5f5f5;
    }
    .nav li ul li:active li {
        background: none;
    }
    .nav li ul li li {
        line-height: 25px;
        font-family: 'SourceSansProLight';
    }
    .nav li ul li li:before {
        display: none;
    }
    .nav-bar:before {
        display: none;
    }
    .fixed-nav {
        position: static;
    }
    /* ------------- footer ------------- */
    .foot-items .foot-item {
        width: 50%;
        padding-top: .4rem;
        padding-bottom: .4rem;
    }
    .foot-items .foot-item:nth-child(2n+1) {
        clear: left;
    }
    /* ------------- index ------------- */
    .rev_slider_wrapper {
        top: auto;
        margin-bottom: 0;
    }
    .ft-arrow {
        display: none;
    }
    .about-us .about-detail .about-title,
    .index-title-bar .index-title {
        font-size: .32rem;
    }
    .has-mobile-link {
        position: relative;
        display: inline-block;
    }
    span.has-mobile-link {
        display: inline-block;
    }
    .has-mobile-link .link {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }
    /* products */
    .items_list ul {
        margin-left: -.1rem;
        margin-right: -.1rem;
    }
    .product-item {
        padding: .2rem .1rem;
    }
    .owl-carousel .owl-controls .owl-dots {
        padding-top: .2rem;
        position: static;
    }
    .product-items .items-content {
        margin-left: -.1rem;
        margin-right: -.1rem;
    }
    .product-items .owl-carousel .owl-controls .owl-dots .active {
        background-color: #e75826;
    }
    .product-items .layer-body {
        padding: 0;
    }
    /* promote banners */
    .banner-item .item-tit {
        font-size: .4rem;
    }
    /* ------------- page nav -------------- */
    .path-bar {
        padding-top: 40px;
    }
    /* ------------- aside ------------- */
    .aside {
        display: none;
    }
    .side-product-items .btn-prev,
    .side-product-items .btn-next {
        display: none;
    }
    .side_product_item {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    .side-product-items {
        padding-top: .2rem;
    }
    /* ------------- main ------------- */
    .main {
        width: 100%;
        float: none;
        margin: 0 auto;
    }
    /* product intro */
    .product-view {
        width: auto;
        max-width: 400px;
        float: none;
        margin: 0 auto .3rem;
        border: 0 solid #eee;
    }
    .product-view br {
        display: none;
    }
    .product-view .product-image {
        display: none
    }
    .product-view .image-additional li img,
    .product-view .image-additional li.current img {
        border: 0;
        outline: 0;
        vertical-align: middle;
    }
    .product-view .image-additional li.current:before {
        display: none;
    }
    .product-view .image-additional {
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .product-view .image-additional ul {
        width: 100%;
    }
    .product-view .image-additional li {
        width: 100%;
        margin: 0;
    }
    .product-view .image-additional li a {
        border: 0;
    }
    .product-view .image-additional li.current img {
        border-color: inherit;
    }
    .product-view .image-additional li.current a {
        padding: 0;
        outline: 0;
    }
    .product-view .image-additional li:before {
        display: none;
    }
    .product-view .image-additional li.single {
        display: block
    }
    .product-view .owl-carousel .owl-controls .owl-dots {
        position: absolute;
        padding-top: 0;
        bottom: .18rem;
        z-index: 1;
    }
    .product-view .owl-carousel .owl-controls .owl-dots .owl-dot {
        border: 0;
        background-color: rgba(0, 0, 0, .4);
    }
    .product-view .owl-carousel .owl-controls .owl-dots .active {
        background-color: #000;
    }
    /* product summary */
    .product-summary {
        position: relative;
        width: 100%;
        float: none;
        padding-left: 0;
    }
    .product-btn-wrap {
        text-align: left;
        margin-top: .4rem;
    }
    .product-summary .share-this {
        text-align: left;
        margin: .2rem 0;
        float: none;
    }
    .product-btn-wrap .email,
    .product-btn-wrap .pdf,
    .product-btn-wrap .buy {
        margin: 0 .05rem .2rem 0;
    }
    /* product detail  */
    .product-detail {
        border: 0;
        padding: .6rem 0 0;
    }
    .product-detail .tab-panel-content {
        padding: .15rem 0;
    }
    .tab-content-wrap .tab-title-bar,
    .tab-content-wrap .tab-panel-wrap {
        display: none;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-item {
        margin: 0 0 30px;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-title,
    .tab-content-wrap .mobile-tab-items .mobile-tab-title a {
        color: #fff;
    }
    .tab-content-wrap .mobile-tab-items .mobile-tab-title {
        height: 30px;
        line-height: 30px;
        margin: 0 auto .1rem;
        padding: 0 .15rem;
        font-size: .16rem;
        padding-bottom: 8px;
        position: relative;
        background-color: #e75826;
        text-transform: uppercase;
    }
    /* Customers Also Bought */
    .goods-title-bar .title {
        font-size: .16rem;
    }
    .goods-may-like .owl-carousel .owl-controls {
        height: auto;
        visibility: visible;
    }
    .goods-may-like .owl-carousel .owl-controls .owl-dots {
        position: static;
        padding-top: .15rem;
    }
    .goods-may-like .product-item {
        display: none;
    }
    .goods-may-like .owl-loaded .product-item {
        display: block;
    }
    /* inquiry */
    .inquiry-form-wrap .inquiry-form-title {
        padding-left: .15rem;
        padding-right: .15rem;
        text-transform: uppercase;
    }
    .protype ul {
        display: block;
    }
}
.protype ul {
    display: none;
}
/* 二级下拉 */
.head_down {
    position: absolute;
    z-index: 111;
    width: 100%;
    background: #000000e6;
    /* padding: 30px 0; */
    box-shadow: 0 40px 100px 0 rgb(84 84 84 / 50%);
    display: block;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    transition: opacity 0s ease, visibility 0s ease-in .2s, overflow 0s ease-in .2s
}
.head_down.active {
    height: auto;
    padding: 40px 0 20px;
    opacity: 1;
    overflow: visible;
    /* margin: 0 7%; */
    visibility: visible;
    transition: opacity .2s ease-in, visibility 0s ease-in 0s, overflow 0s ease-in 0s
}
.head_down .layout {
    /* width: 1660px; */
    height: 260px !important;
    /* overflow-y: scroll; */
    padding-right: 30px;
}
.head_down .nav_dropdown_links {
    width: 43%;
    float: left;
    overflow-x: hidden;
    margin-left: 20%;
}
.head_down .nav-dropdown_image {
    width: 36%;
    float: right;
}
.nav-dropdown_image a img {
    display: none;
    width: 100%
}
.nav-dropdown_image a:nth-child(1) img {
    display: block;
    width: 400px;
}
.head_down .nav_list  {
      width: 70%;
      display: flex;
      flex-wrap: wrap;
      flex-direction: column;
      height: 240px;
}
.head_down .nav_list .nav_ttg{     color: #d3d3d3;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px;}
.head_down .nav_list>li {
    width: 42%;
    margin-right: 25%;
  
    margin-bottom: 15px
}

.head_down .nav_list .nav_tt {
    color: #d3d3d3;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 10px
}
.head_down .nav_list ul {}
.head_down .nav_list ul li {
    font-weight: 400;
    text-decoration: none;
    color: #221e1f;
    margin-bottom: 4px;
    font-size: 14px
}
.head_down .nav_list ul li a.active {
    color: #b90007
}
.head_down .nav_list ul li a { color: #d3d3d3;}


.about_warp{background: url(./img/bj.webp) no-repeat center top/cover;padding-top: 120px;}
.about_warp .layout{text-align: center;}
.about_warp .layout p{font-size: 40px;color: #ffffff;margin-top: -36px;text-transform: uppercase;margin-bottom: 80px;}
.about_warp .swiper-slide{display: flex;justify-content: start;align-items: center; flex-wrap: wrap;}
.about_warp .swiper-slide .about_video{width: 50%;position: relative;padding-bottom: 620px;}
.about_warp .swiper-slide .about_video>img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.about_warp .swiper-slide .about_video lite-youtube{height: 620px;}
.about_warp .swiper-slide .about_video::before{width: 134px;height: 134px;background: url(./img/about_player.webp) no-repeat 100% 50%/cover;content:' ';left: 50%;top: 50%;transform: translate(-50%,-50%);display: block;position: absolute;}
.about_warp .swiper-slide .hideplayer::before{display: none;}
.about_warp .swiper-slide .hideplayer{padding-bottom: 0;}
.about_warp .swiper-slide .showImg{padding-bottom: 620px;}
.about_warp lite-youtube>.lty-playbtn{width: 134px;height: 134px;background: url(./img/about_player.webp) no-repeat 100% 50%/cover;}
.about_warp .swiper-slide .info{height: 620px;width: 50%;color: #ffffff;background-color: #000000;padding: 84px 74px;}
.about_warp .swiper-slide .info .title{font-size: 50px;position: relative;padding-top: 42px;}
.about_warp .swiper-slide .info .title span{top: 0;left: 50%;transform: translateX(-50%);position: absolute;}
.about_warp .swiper-slide .info .small_title{font-size: 28px;margin: 20px 0px 20px;}
.about_warp .swiper-slide .info .desc{font-size: 18px;}
.about_warp .swiper{overflow: hidden;}
.about_warp .swiper-slide::before{position: absolute;content:' ';left: 0;top: 0;width: 100%;height: 100%;z-index: 1;background-color: rgba(0, 0, 0, .8);}
.about_warp .swiper-slide-active::before{display: none;}

@media only screen and (max-width:1900px) {
  .about_warp .swiper{zoom: .8;}
  .rev_slider{ height: 100% ;}
}
@media only screen and (max-width:1600px) {
  .about_warp .swiper{zoom: .7;}
}
@media only screen and (max-width:1300px) {
  .about_warp .swiper{zoom: .6;}
}
.fea {
    background: url(img/beij2.jpg) no-repeat center center;
    background-size: cover;
}
.more-e {
    padding-left: 2%;
}
.head_right {
    padding-top: 3%;
}
.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background-color: #000;
}
.content-wrap.form .ch_form_wrap .item_submit input {
    background-color: #505050;
}
.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    border-left: 3px solid #000;
}
html .inquiry-pop-bd .inquiry-pop .ico-close-pop:hover {
    background-color: #505050;
}
.head_down .nav_list ul li a.active {
    color: #fff;
    font-weight: bold;
}
.newsxq_fr .tit {
    color: #000;
}
.news_tj li .lg {
    color: #000;
}
@media only screen and (max-width:1366px) {
    .head_down .nav_list>li {
        width: 38%;
        float: left;
        margin-right: 10%;
    }
    .homet .home_indexi span{
        font-size: 15px; 
    }
    .homet .home_index span{
        font-size: 15px;
    }
}
@media only screen and (max-width:1000px) {
    .head_down .nav_list>li {
        width: 38%;
        margin-right: 10%;
    }
    .homet .home_indexi span{
        font-size: 15px; 
    }
    .homet .home_index span{
        font-size: 15px;
    }
    

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


  .about_warp .swiper-slide .about_video {
    width: 100%;

  }
.about_warp .swiper-slide .info{
  width: 100%;
}
}
@media only screen and (max-width:1466px) {
    /* .head_down .nav_list>li {
        width: 38%;
        margin-right: 22%;
    } */
    .homet .home_index span {
      font-size: 15px;
    }
    .homet .home_indexi span{
        font-size: 15px; 
    }
    .homet .home_index span{
        font-size: 15px;
    }
    .homet .home_promote .swiper-button-prev {
        line-height: 50px;
        margin-top: 6% !important;
        height: 50px;width: 3%;
    }
    .homet .home_promote .swiper-button-next {
        line-height: 50px;

        margin-top: 6% !important;
        height: 50px;width: 3%;
    }
    .homet #previdw {
        line-height: 50px;
     
        height: 50px;width: 3%;
    }
    .homet #nextidw {
        line-height: 50px;
   
        height: 50px;width: 3%;
    }

}
@media only screen and (min-width: 1500px) and (max-width: 1700px) {
    .head_down .nav_list>li {
        width: 38%;
        float: left;
        margin-right: 10%;
    }

    .homet .home_promote .swiper-button-prev {
        line-height: 50px;
        margin-top: 6% !important;
        height: 50px;width: 3%;
    }
    .homet .home_promote .swiper-button-next {
        line-height: 50px;
        margin-top: 6% !important;
        height: 50px;width: 3%;
    }
    .homet #previdw {
        line-height: 50px;
     
        height: 50px;width: 3%;
    }
    .homet #nextidw {
        line-height: 50px;
   
        height: 50px;width: 3%;
    }

}
.Sustainability {
    margin-top: 100px;
}
.Sustainability span {
    font-size: 48px;
    color: #333;
    font-weight: bold;
}
.Sustainability .text .img {
    width: 213px;
    height: 213px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: -2px 8px 24px #afb1af;
    border-radius: 50%;
    margin: 0 auto;
}
.Sustainability .text .img img {
    border-radius: 50%;
    width: 87%;
    height: 87%;
}
.Sustainability .p {
    text-align: left;
    margin-top: 55px;
    padding-bottom: 102px;
}
.Sustainability .p p span {
    text-align: left;
    font-size: 16px;
    color: #666;
    line-height: 35px;
    font-weight: inherit;
    text-align: left;
}
.Sustainability>ul {
    display: flex;
    flex-wrap: wrap;
    margin-top: 60px;
}
.Sustainability>ul li {
    width: 31%;
    margin: 0 1%;
    text-align: left;
    padding-bottom: 40px;
    overflow: hidden;
}
.Sustainability>ul li img {
    display: inline-block;
    max-width: 100%;
    transition: .3s;
}
.Sustainability>ul li:hover img{
  transform: scale(1.1);
}
.Sustainability>ul li em {
    font-size: 30px;
    color: #333;
    display: block;
    padding: 30px 0;
}
.Sustainability .text {
    padding: 50px 0 100px;
}
.demo {
    width: 668px;
    padding: 100px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
}
.demo ul {
    width: 100%;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    top: 25px;
    left: 9%;
}
.demo li {
    position: absolute;
    line-height: 40px;
    text-align: center;
    left: 50%;
    margin-left: -20px;
}
.demo li p {
    text-align: right;
    font-size: 20px;
    color: #333;
}
.demo li img {
    float: right;
    margin-left: 20px;
}
.demo li:nth-of-type(1) {
    position: absolute;
    left: 36%;
    top: 7px;
}
.demo li:nth-of-type(2) {
    position: absolute;
    left: 101px;
    top: 114px;
}
.demo li:nth-of-type(3) {
    position: absolute;
    left: -83px;
    top: 192px;
}
.demo li:nth-of-type(4) {
    position: absolute;
    left: 162px;
    top: 277px;
}
.demo li:nth-of-type(5) {
    position: absolute;
    left: 150px;
    top: 297px;
}
.demo li:nth-of-type(5) img {
    float: inherit;
}
.demo li:nth-of-type(6) {
    position: absolute;
    left: 349px;
    top: 285px;
}
.demo li:nth-of-type(7) {
    position: absolute;
    right: 5px;
    top: 220px;
    left: 63%;
    width: 50%;
}
.demo li:nth-of-type(8) {
    position: absolute;
    right: 223px;
    top: 127px;
}
.demo li:nth-of-type(7) img {
    float: left;
}
.demo li:nth-of-type(7) p {
    float: left;
    text-align: left;
    margin-top: -67px;
    margin-left: 100px;
}
.demo li:nth-of-type(9) {
    position: absolute;
    right: 1px;
    left: 55%;
    top: 20px;
}
.demo li:nth-of-type(9) img {
    float: left;
}
.demo li:nth-of-type(9) p {
    float: left;
    width: 69%;
    text-align: left;
    margin-top: -63px;
    margin-left: 97px;
}
.demo li:nth-of-type(10) {
    position: absolute;
    left: -115px;
    top: 9px;
}
.clear_fix {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.tc {
    text-align: center;
}
@media screen and (max-width:768px) {
    .Sustainability ul li {
        width: 48%;
        padding-bottom: 20px;
    }
    .Sustainability ul li em {
        font-size: 19px;
        padding: 14px 0;
    }
    .Sustainability span {
        font-size: 38px;
    }
    .demo {
        width: 100%;
    }
    .demo li p {
        font-size: 16px;
        line-height: 24px;
    }
    .demo ul {
        left: 0;
    }
    .demo li:nth-of-type(10) {
        left: 0;
    }
    .demo li img {
        width: 30px;
    }
    .demo li {
        width: 51% !important;
    }
    .Sustainability .text .img {
        width: 160px;
        height: 160px;
    }
    .demo li:nth-of-type(2) {
        position: absolute;
        left: -82px;
        top: 97px;
    }
    .demo li:nth-of-type(3) {
        left: 26px;
    }
    .demo li:nth-of-type(5) {
        position: absolute;
        left: 109px;
        top: 254px;
    }
    .demo li:nth-of-type(5) p {
        text-align: center;
    }
    .demo li:nth-of-type(4) {
        position: absolute;
        left: -37px;
        top: 252px;
    }
    .demo li:nth-of-type(8) {
        left: 42%;
        right: inherit;
    }
    .demo li:nth-of-type(9) {
        position: absolute;
        right: 1px;
        left: 64%;
        top: 38px;
    }
    .demo li:nth-of-type(9) p {
        margin-top: -41px;
        margin-left: 63px;
        width: 50%;
    }
    .demo li:nth-of-type(7) {
        top: 205px;
        left: 68%;
    }
    .demo li:nth-of-type(7) p {
        margin-top: -29px;
        margin-left: 59px;
        width: 50%;
    }
    .demo li:nth-of-type(3) p {
        width: 50%;
    }
    .demo li:nth-of-type(3) img {
        position: relative;
        left: -58px;
    }
    .demo li:nth-of-type(1) {
        left: 13%;
    }
    .demo li:nth-of-type(8) img {
        width: 25px;
    }
}
/* 导航 */
.navget .imgnav {
    display: inline-block;
    text-transform: uppercase;
    color: #fff;
    padding-left: 44px;
    height: 45px;
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    background: url(img/navigation_02.jpg) center no-repeat;
    background-size: 100% 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
.navre {
    /* display: flex;
    flex-wrap: wrap;    justify-content: space-around; */
}
.navre .narleft ul li {
    padding-bottom: 4%;
    width: 48%;
}
.navre .narleft ul{
    width: 100%;display: flex;
    flex-wrap: wrap;     justify-content: space-between;
}
.navre .narleft ul li::before {
    content: '';
    width: 5px;
    display: inline-block;
    height: 5px;
    background: #000;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
    margin-right: 2%;
    line-height: 5px;
    margin-bottom: 0.5%;
}
.navre .narrefrg ul li {
    padding-bottom: 4%;
    width: 48%;
}
.navre .narrefrg ul{
     width: 100%;display: flex;
    flex-wrap: wrap;    justify-content: space-between;
}
.navre .narrefrg ul li::before {
    content: '';
    width: 5px;
    display: inline-block;
    height: 5px;
    background: #000;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
    margin-right: 2%;
    line-height: 5px;
    margin-bottom: 0.5%;
}
.narrefrg {
    /* width: 47%; */
}
.narrefrg ul li {
    padding-bottom: 3%;
}
.narrefrg ul li::before {
    content: '';
    width: 5px;
    display: inline-block;
    height: 5px;
    background: #000;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
    margin-right: 2%;
    line-height: 5px;
    margin-bottom: 0.5%;
}
.narfe ul {
    display: flex;
    flex-wrap: wrap;
}
.narfe ul li {
    float: left;
    margin-right: 1%;
    position: relative;
    width: 32%;
    height: 100%;
    padding-bottom: 24%;
}
.narfe ul li img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.narfe ul li:nth-child(3) {
    margin-right: 0%;
}
.narrefrg ul li::before {
    content: '';
    width: 5px;
    display: inline-block;
    height: 5px;
    background: #000;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
    margin-right: 2%;
    line-height: 5px;
    margin-bottom: 0.5%;
}
.narrefrg ul li {
    padding-bottom: 3%;
}
@media screen and (max-width:950px) {
    .navget .imgnav {height:35px;font-size: 18px;line-height: 35px;background-size: auto 100%;background-position: left;}
    .narfe ul {
        display: flex;
        justify-content: center;
    }
    .toord——fa .toofr_bootm li a{
        padding-left: 0;
    }
    .toofr_bootm li span img{
        width: 50%;
    }
    .foot-items .contact-list li{
        padding: 0 0 0 0%;
    }
    .foot-items .foot-item{
        width: 100%;
    }
    .narfe ul li {
        padding-bottom: 50%;
        width: 80%;
        margin-bottom: 2%;
    }
}
.entry p {
    padding: 0;
    font-size: 16px;
    line-height: 1.5;
}



#video1 {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    display: none \9;
    display: block \9\0;
}



/* .ellipsis{
    overflow: initial !important; 
} */




.menuactive{
    color: red !important;
}




.ring-us{
        font-size: .2rem;
        font-weight: bold;
}


.home_indexi a{
    display: flex;
    flex-direction: column;
}

   .hd_titler{  text-align: center;  font-size: 40px; font-weight: bold; padding-top: 100px;     padding-bottom: 70px;}
.news_container {

 }
 .news_item:hover{
    box-shadow: 0 5px 14px -3px rgba(0, 0, 0, 1);
 }
 .swipering {
    overflow: hidden;
 }
 .swipering .swiper-pagination{
        position: inherit;
 }

.hd_titler .hd_title{  text-transform: uppercase;    margin-top: -41px;}
 #paging .swiper-pagination-bullet{ width: 26px; height: 26px;     margin-right: 20px;}
 #paging .swiper-pagination-bullet-active{ border: 2px solid #fff; background-color: initial; width: 20px; height: 20px;}
 #paging{text-align: center; width: 100%; margin: 0 auto; text-align: center;
    width: 100%;
    left: 50%;
    padding-top: 40px;
    transform: translate(-51%, 0%);}
 /* .news_item {
    width: calc((100% - 60px)/3) !important;
 } */
 
 .news_item figure {
    background-color: #ececec;
 }
 
 .news_item .new_img {
    position: relative;
    display: block;
    padding-bottom: 56%;
 }
 
 .news_container .new_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
 }
 
 .news_item figcaption {
    padding: 25px;
    border: 1px solid #f2f2f2;
 }
 
 .news_item time {
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    margin: 6px 0;
    display: block;
    font-family: Roboto-Regular;
    letter-spacing: 1px;
 }
 
 .news_item .new_tit {
    font-size: 23px;
    font-weight: 700;
    line-height: 33px;
    margin-bottom: 10px;
    font-family: Roboto-Condensed;
    color: #000;
    text-transform: capitalize;
    max-height: 32px;
    overflow: hidden;
 }
 
 .news_item .news_info {
    color: #666;
    font-family: WorkSans;
    font-size: 15px;
    line-height: 24px;
    height: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 9;
    -webkit-box-orient: vertical;
 }
 
 .news_item .new_more {
    position: relative;
    border-top: 2px solid #666;
    padding-top: 25px;
    margin-top: 25px;
    display: block;
    cursor: pointer;
    color: #031b4e;
    text-transform: uppercase;
    font-size: 14px;
    font-family: WorkSans;
    font-weight: 700;
    line-height: 24px;
 }
 
 .news_item .new_more:after {
    font-family: fontawesome;
    content: "\f061";
    font-weight: 400;
    margin-left: 7px;
    font-size: 12px;
 }
 
 
 
 
 
 
 
 
 .news_next .tit {
    font-size: 22px;
    font-weight: bold;
    width: 10%;
 }
 .news_next .con {
    width: 90%;
    float: right;
    padding-right: 180px;
    position: relative;
    box-sizing: border-box;
 }

 .heke span{
        display: block;
        font-family: Arial;
        font-size: 27px;
        color: #273a60;
        font-weight: bold;
 }
 .heke i{
    color: #da251c;
}
 .heke em{
    display: block;
 }
 .daing{
    color: #da251c;
    font-size: 16px;
    font-weight: bold;
 }
 .daing span{
   width: 12px;
   height: 2px;
   display: inline-block;
   background: #da251c;
   margin-bottom: 4px;

 }
 .genag ul{
  display: flex;
  justify-content: space-between;
 }
 .genag ul li{
    width: 49%;
    position: relative;
    padding-bottom: 27%;
 }
 .genag ul li img{
    width: 100%;
    position: absolute;
    object-fit: cover;
    height: 100%;
    top: 0;
    left: 0;
 }





 .new_img:hover::before{
    width: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    z-index: 9;
    transition: all .6s ease-in-out;
}
.news_item figure{
  position: relative;
  
}
.news_item figure::before{
  position: absolute;
  content: " ";
  left: 15px;
  top: 15px;
  width: 60px;
  height: 65px;
  background: url(../images/gradient/new_icon.webp) no-repeat left top/60px 65px;
  z-index: 1;
  display: block;
}
.new_img::before{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.45);
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}

.new_img:hover::after{
    width: 100%;
    left: 0;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: all .6s ease-in-out;
    -o-transition: all .6s ease-in-out;
    z-index: 9;
    transition: all .6s ease-in-out;
}
.new_img::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url('img/add.png') no-repeat center center;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}


.narrefrgg{
    width: 100%;
}



.narrefrgg ul li {
    padding-bottom: 3%;
    font-size: 16px;
}

.narrefrgg ul li::before {
    content: '';
    width: 5px;
    display: inline-block;
    height: 5px;
    background: #000;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, .8);
    margin-right: 2%;
    line-height: 5px;
    margin-bottom: 0.5%;
}

.language-flag-en  img{
    vertical-align: super !important;
}

.change-language .change-language-cont .language-flag{
    display: inline-block;
    vertical-align: top;
    width: 100% !important;
    margin: 0 0 10px;
    font-size: 10pt;
    overflow: hidden;

}



.change-language .change-language-cont .language-flag a span{
    color: #000 !important;
    padding: 0 0 0 33px;
}
.change-language .change-language-cont{
    overflow: scroll !important;
    max-height: 80vh;
    top: 21px !important;
    padding-top: 20px;
    right: 0 !important;
    width: 156px !important;
}
.trp-language-wrap{display: none;}
.item_inner{
    display: inline-block  ;width: 100%; height: 100%;
}




/*-------------------------------------------------------- 
													page:product list
																	------------------------------------------------------*/
.items_list { width: 100%; position: relative; }
.items_list .share_this { float: right; position: absolute; right: 0; top: 5px; }
.items_list ul {margin: -12px; -webkit-box-pack: left;   -webkit-justify-content: left;-ms-flex-pack: left; justify-content: left;}
.items_list .product_item { -webkit-box-flex: 0 0 33.33333333%; -webkit-flex: 0 0 33.33333333%; -ms-flex: 0 0 33.33333333%; flex: 0 0 33.33333333%; max-width: 33.33333333%; width: 33.33333333%; float: left; padding: 12px; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }
.items_list .product_item .item_img { border-width: 2px; }
.items_list .product_item .item_img img{width: 100%;}
.items_list>ul { display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -webkit-flex-direction: row; flex-direction: row; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; -o-flex-wrap: wrap; flex-wrap: wrap; }


/*common.css*/
.pro1-txt a,.entry a,.artic_content a{color: red !important; font-weight: bold;}
.pro1-txt a:hover,.entry a:hover,.artic_content a:hover {color: red !important;text-decoration: underline !important; }
.news_next a:hover {color: red !important;}
.artic_content a u {text-decoration: none;}




.slider_banner .swiper-slide a {
    display: block;
    position: relative;
}

.slider_banner .swiper-slide .banner_btn {
    display: inline-block;
}

.slider_banner .swiper-slide img {
    width: 100%;
    min-height: 150px;
    height: 100%;
}

.slider_banner .swiper-slide img+img {
    position: absolute;
    left: 0;
    top: 0;
}

.slider_banner .swiper-slide-active .banner-title,
.slider_banner .swiper-slide-active .banner-ft {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
}

.slider_banner .swiper-pagination {
    bottom: 30px !important;
    text-align: center;
}

.slider_banner .swiper-pagination .swiper-pagination-bullet {
    width: 26px;
    height: 5px;
    background-color: #dfdfdf;
    border-radius: 0;
}

.slider_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #000000;
}

.slider_banner .slide-page-box {
    display: none;
}

.slider_banner .banner_button_prev,
.slider_banner .banner_button_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 90;
    cursor: pointer;
      width: .5rem;
    height: .5rem;
    border: 2px;
    background-color:  #000 !important;
    text-align: center;
    line-height: .5rem;
    transition: all ease-in-out .3s;
}

.slider_banner .banner_button_prev::after,
.product_arrow .swiper-button-prev::after,
.review-layout .swiper-button-prev::after {
    content: '\f104';
}

.slider_banner .banner_button_next::after,
.product_arrow .swiper-button-next::after,
.review-layout .swiper-button-next::after {
    content: '\f105';
}

.slider_banner .banner_button_prev::after,
.slider_banner .banner_button_next::after {
    font-family: fontawesome;
    color: #bcbcbc;
    font-size: .32rem;
    transition: all ease-in-out .3s;

   
}

.slider_banner .banner_button_prev:hover::after,
.slider_banner .banner_button_next:hover::after {

        color: #fff !important;
}

.slider_banner .banner_button_prev:hover,
.slider_banner .banner_button_next:hover {
    background-color: #fff;
}

.slider_banner .banner_button_prev {
    left: 0;
}

.slider_banner .banner_button_next {
    right: 0;
}
