@charset "utf-8";

body,
html,
input,
button,
textarea,
a {
    color: #333;
}

a:hover {
    color: #ff8e33;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

body {
    font-size: 16px;
}

.gd-row:after,
.head-r:after,
.nav-wrap:after,
.company-synopses ul:after,
.items-content:after,
.items_list ul:after,
.owl-stage:after,
.new-item:after,
.blog-news-list:after,
.news-item-hd:after,
.featured-list:after,
.banner-list:after,
.new-product-list:after,
.head-contact:after,
.contact-layer .contact-items:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.gd-row,
.head-r,
.nav-wrap,
.company-synopses ul,
.items-content,
.items_list ul,
.owl-stage,
.new-item,
.blog-news-list,
.news-item-hd,
.featured-list,
.banner-list,
.new-product-list,
.head-contact,
.contact-layer .contact-items {
    *zoom: 1;
}

.sub-content {
    max-height: 80vh;
    overflow-y: auto !important;
}

.sub-content>li {
    width: 50%;
    float: left;
}

.layout,
.path-bar .path-nav {
    width: auto;
    max-width: 1200px;
}

.web_head .head_layer {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.index-main-content {
    padding: 0;
    background: none;
}

.disabled {
    display: none;
}

.side_content,
.show_btn {
    position: absolute;
    right: 0;
    top: 0;
}

.owl-carousel .owl-controls {
    height: auto;
}

.owl-carousel .owl-controls .owl-nav {
    position: absolute;
    top: auto;
    left: auto;
    text-align: center;
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next {
    font-weight: bold;
    width: .35rem;
    height: .35rem;
    line-height: .35rem;
    border-radius: 50%;
    background-color: #999;
    font-size: .18rem;
    color: #fff;
    margin: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #fff;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: '\f104';
}

.owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '\f105';
}

.index_promote,
.company_subscribe .button,
.nav_wrap,
.product_item .item_img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}

.solutions-img {
    user-select: none;
}

.side-cate li .icon-cate:before,
.product-btn-wrap a:before,
.mobile-head-item .title:before,
.head_nav>li:after,
.head_nav li b:after,
.download-item .item-button:before,
.faq-item .faq-title:before {
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "fontawesome";
    speak: none;
}

.fa:before,
.btn_more:after,
.sys_btn:after,
.head-search .search-btn:before,
.web_head .btn--search:before,
.swiper-button-next:before,
.swiper-button-prev:before,
.side-product-items .btn-prev:before,
.side-product-items .btn-next:before,
.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.company_subscribe .button:after {
    font-family: 'fontawesome';
}

.flex_row {
    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;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.pro_swiper{
    overflow: hidden;
}
.web_head {
    position: relative;
    z-index: 99;
    width: 100%;
}

.web_head>.head_layer:before {
    width: 27.5%;
    height: 100%;
    content: "";
    background-image: url(img/header_bg.png);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-position: center right;
    background-repeat: no-repeat;
}

.web_head .head_layer {
    display: flex;
    height: 120px;
    -webkti-display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.head_right {
    margin-top: 10px;
    margin-right: 35px;
}

.head_right .top_right {
    margin-top: 10px;
}

.web_head .logo,
.top_right {
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.web_head .logo {
    margin-left: 20px;
}

.web_head .logo img {
    width: auto;
    max-height: 66px;
}

.web_head .btn--search {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 35px;
    height: 16px;
    vertical-align: middle;
    cursor: pointer;
}

.web_head .btn--search:after,
.web_head .btn--search:before {
    display: inline-block;
    width: 100%;
    height: 20px;
    background-image: url(img/search_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.web_head .btn--search:before {
    opacity: .32;
    filter: alpha(opacity=32);
}

.web_head .btn--search:after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(.6) translateY(60%);
    -o-transform: scale(.6) translateY(60%);
    transform: scale(.6) translateY(60%);
    filter: alpha(opacity=0);
    -ms-transform: scale(.6) translateY(60%);
}

.web_head .btn--search:hover:after {
    opacity: .6;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    -ms-transform: none;
    filter: alpha(opacity=60);
}

.web_head .btn--search:hover:before {
    opacity: 0;
    -webkit-transform: scale(.6) translateY(-60%);
    -o-transform: scale(.6) translateY(-60%);
    transform: scale(.6) translateY(-60%);
    -ms-transform: scale(.6) translateY(-60%);
}

.web_head .change-language {
    position: relative;
    display: inline-block;
    margin-left: 22px;
    vertical-align: middle;
    text-align: left;
    padding-left: 22px;
    border-left: 2px solid #bfbfbf;
}

.web_head .change-language-title {
    position: relative;
}

.web_head .change-language .change-language-cont {
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.web_head .nav_wrap {
    position: relative;
    display: flex;
    -webkit-display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.web_head .nav_wrap .head_nav {
    position: relative;
}

.head_nav li,
.head_nav li a {}

.head_nav>li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.head_nav>li.has-child a {
    padding-right: 20px;
}

.head_nav>li>a {
    position: relative;
    color: #111;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
}

.head_nav li a b {
    position: absolute;
    top: 3px;
    right: 0;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.head_nav li a b:before {
    content: '\f107';
    font-family: 'fontawesome';
}

.nav_wrap .head_nav li ul {
    position: absolute;
    display: block;
    padding: 10px;
    width: 250px;
    border-top: 2px solid #ff8e33;
    border-radius: 0 0 5px 5px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    opacity: 0;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.nav_wrap .head_nav li:hover>ul {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}

.head_nav>li ul li {
    position: relative;
    font-size: 16px;
    line-height: 28px;
}

.head_nav>li ul li a {
    position: relative;
    display: block;
}

.head_nav>li ul li a b {
    top: 5px;
}

.head_nav>li ul li a b:before {
    content: '\f105';
}

.head_nav li ul ul {
    top: 0px;
    left: 240px;
    margin-left: 2px;
    border-radius: 3px;
}

.head_nav li.menu_show>ul {
    display: block;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.head_nav li a:hover,
.head_nav li.nav-current>a {
    color: #ff8e33;
}

.head_nav>li>a:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #ff8e33;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(20px);
}

.head_nav>li>a:before {
    content: "";
    position: absolute;
    bottom: -18px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border: 8px solid #ff8e33;
    border-color: #ff8e33 transparent transparent transparent;
    border-width: 9px 4px;
    opacity: 0;
    transform: translateY(20px);
}

.head_nav li a:hover:after,
.head_nav li.nav-current>a:after,
.head_nav li a:hover:before,
.head_nav li.nav-current>a:before {
    opacity: 1;
    transform: translateY(0);
}

.head_nav>li>a:hover b {
    -webkit-transform: rotateX(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}

.head_nav li a:hover b:before {
    color: #ff8e33;
}

.h-title-new-search {
    display: none !important;
}

.fixed-nav .head_layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    background-color: rgba(255, 255, 255, .95);
    box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    opacity: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff, endColorstr=#e5ffffff);
    height: unset;
}

.fixed-nav .head_layer .tel {
    display: none;
}

.fixed-nav .head_layer .head_right {
    display: flex;
    margin-top: 0;
}

.fixed-nav .head_layer .head_right .top_right {
    margin-top: 0;
}

.fixed-nav-active .head_layer {
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    -ms-transform: none;
}

.foot-contact-bar {
    text-align: center;
    font-size: .32rem;
    letter-spacing: 1px;
    padding: .8rem 0;
}

.foot-contact-bar .hotline-item {
    display: inline-block;
    padding: 0 .1rem;
}

.ico-hotline:before {
    font-family: 'fontawesome';
    content: '\f095';
}

.foot-bar {
    background-color: #333;
    padding: .55rem;
}

.foot-bar,
.foot-bar a {
    color: #7d7d7d;
}

.foot-bar a:hover,
.foot-bar .foot-nav a:hover {
    color: #ff8e33;
}

.foot-bar .foot-layout {
    display: -webkit-box;
    display: -webkit-flex;
    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;
}

.foot-bar .foot-left {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.foot-bar .foot-social {}

.foot-social li {
    display: inline;
    padding: 0 .2rem 0 0;
}

.foot-social li a {
    position: relative;
    display: inline-block;
    width: 31px;
    height: 31px;
    line-height: 17px;
    line-height: 14px;
    padding: 7px 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}

.foot-social li a:hover {
    opacity: .9;
    filter: alpha(opacity=90);
}

.foot-social li img {
    display: inline-block;
    max-height: 17px;
    opacity: 1;
}

.foot-bar .foot-info {
    text-align: right;
}

.foot-bar .foot-copyright {
    display: block;
}

.foot-bar .foot-nav {
    padding-top: .15rem;
}

.foot-bar .foot-nav li {
    display: inline;
}

.foot-bar .foot-nav a {
    color: #fff;
    padding: 0 .08rem;
}

.foot-bar .foot-nav li:after {
    content: '|';
}

.foot-bar .foot-nav li:nth-last-child(2):after {
    display: none;
}

.foot-bar .foot-nav li:last-child a {
    padding-right: 0;
}

.gotop {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 0%;
    background-color: #777;
    font-size: .12rem;
    color: #fff;
    box-shadow: none;
    text-transform: uppercase;
    -webkit-animation: btnUpDown 1.5s infinite ease;
    animation: btnUpDown 1.5s infinite ease;
    text-indent: -9999px;
    overflow: hidden;
    bottom: .1rem;
    right: .15rem;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%);
}

.gotop:hover {
    opacity: 1;
    background-color: #ff8e33;
    color: #fff;
}

.gotop:before {
    font-family: fontawesome;
    content: '\f062';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    font-size: .16rem;
    text-indent: 0;
    text-align: center;
}

.gotop:hover,
.gotop.active:hover {
    background-color: #63c1f5;
    color: #fff;
}

.gotop.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

@-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);
    }
}

.side-inquiry-quick {
    width: .48rem;
    background-color: #333;
    position: fixed;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.side-inquiry-quick,
.side-inquiry-quick a {
    color: #fff;
}

.side-inquiry-quick .quick-txt {
    display: block;
    padding: .25rem .08rem;
    color: #fff;
    font-size: .18rem;
    z-index: 99;
    writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    *writing-mode: tb-rl;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    -o-transform: scale(-1, -1);
    transform: scale(-1, -1);
}

.side-inquiry-quick .quick-ico {
    display: block;
    line-height: .48rem;
    background-color: #39de3a;
    font-size: .32rem;
    font-family: 'fontawesome';
    text-align: center;
}

.side-inquiry-quick .quick-ico:before {
    content: '\f0e0';
}

.hide2 {
    display: none
}

.product_item {
    width: 33.33333333%;
    float: left;
}

.product_item figure {
    margin: 0;
}

.product_item .item_img {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.product_item .item_img {
    *display: inline;
}

.product_item .item_img a {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1;
    position: absolute;
}

.product_item .item_img img {
    width: 100%;
    transition: all .3s;
}

.product_item figcaption {
    padding: 15px 10px;
}

.product_item .item_title {
    font-weight: normal;
    font-size: 15px;
    text-align: center;
}

.product_item .item_title a {
    display: block;
    height: 2.4em;
    line-height: 1.2em;
    overflow: hidden;
    padding: 0 10%;
}

.product_item:hover .item_img a:before {
    width: 100%;
    left: 0;
}

.index_product {
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f5f5f5;
}

.index_product .layout {
    display: flex;
    justify-content: start;
}

.index_product .product_tabs {
    width: 210px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index_product .product_tabs .tab_item {
    height: 20%;
    line-height: 20px;
    padding: 0 5%;
    background-color: #ff8e33;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    display: flex;
    justify-content: center;
    align-items: center;
}

.index_product .product_tabs .tab_item,
.index_product .product_tabs .tab_item a {
    color: #fff;
}

.index_product .product_tabs .tab_item:before {
    content: '';
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.index_product .product_tabs .tab_item.active:before,
.index_product .product_tabs .tab_item:hover:before {
    width: 100%;
    background-color: rgba(63, 85, 121, .25);
}

.index_product .product_tabs .tab_item.active {
    background-color: #ff8e33;
}

.index_product .product_tabs .tab_item+.tab_item {
    border-top: 1px solid #f9a765;
}

.index_product .product_tabs .tab_item span {
    display: inline-block;
    text-align: center;
}

.index_product .tab_cont {
    width: calc(100% - 210px);
    overflow: hidden;
}

.index_product .product_items {
    margin: -6px;
}

.index_product .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%;
    padding: 6px;
}

.index_product .product_item .item_img {
    border: 1px solid #dcdcdc;
    background-color: #fff;
    overflow: hidden;
    height: 0;
    padding-bottom: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.index_product .product_item figure {
    background: none;
}

.index_product .product_item figcaption {
    padding: 10px 20px;
    border: 1px solid #dcdcdc;
    margin-top: 0;
}

.index_product .product_item .item_title {
    font-size: 15px;
    text-transform: uppercase;
    text-align: left;
}

.index_product .product_item .item_title a {
    padding: 0;
    text-align: center;
}

.index_product .product_item .item_desc {
    color: #acacac;
    height: 2.4em;
    line-height: 1.2em;
    overflow: hidden;
    margin-top: 4px;
    display: none;
}

.index_product .product_item .item_img a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    left: 0;
    top: 0;
}

.index_product .product_item .item_img a:after {
    font-family: 'fontawesome';
    content: '\f061';
    display: block;
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #ff8e33;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: scale(.6);
    -ms-transform: scale(.6);
    -o-transform: scale(.6);
    transform: scale(.6);
    opacity: 0;
    filter: alpha(opacity=0);
}

.index_product .product_item .item_img a:hover:after,
.index_product .product_item figure:hover .item_img a:after {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 0.9;
    filter: alpha(opacity=100);
    font-size: 18px;
    border-radius: 50%;
}

.index_product .product_item figure:hover .item_img img {
    -webkit-transform: scale(1.12);
    -ms-transform: scale(1.12);
    -o-transform: scale(1.12);
    transform: scale(1.12);
}

.index_product .product_item figure:hover .item_img a:before {
    background-color: rgba(255, 255, 255, 0.2);
}

.Special_product_wrap {
    position: relative;
    margin-bottom: 72px;
    margin-top: 70px;
}

.Special_product {
    display: flex;
    -webkit-display: flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.Special_product .Special_product_img img {
    width: 100%;
}

.Special_product_info {
    flex: 1;
    -webkit-flex: 1;
}

.Special_product_info .product_tag {
    font-family: 'cheltenhamBoldItalic';
    color: #3a3a3a;
    font-size: 24px;
}

.Special_product_info .product_title {
    margin: 13px 0 35px 0;
}

.Special_product_info .product_title a {
    color: #000;
    font-size: 40px;
    text-transform: capitalize;
    font-family: 'cheltenhamBoldItalic';
    line-height: 1;
    border-bottom: 3px solid #000;
    display: inline-block;
}

.Special_product_info .product_describe {
    font-size: 18px;
    line-height: 24px;
    font-family: '微软雅黑';
    color: #000;
}

.Special_product_info .product_details {
    background: #ff8e33;
    font-family: '微软雅黑';
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    display: table;
    margin-top: 46px;
    border-radius: 5px;
    border: 2px solid #ff8e33;
}

.Special_product_info .product_details:hover {
    color: #ff8e33;
    background: #fff;
}

.Special_product.Special_product01 {}

.Special_product.Special_product01 .Special_product_img {
    max-width: 555px;
}

.Special_product.Special_product01 .Special_product_info {
    max-width: 630px;
    margin-left: 90px;
    margin-top: 72px;
}

.Special_product.Special_product02 {
    padding-bottom: 15px;
    margin-top: -20px;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    align-items: flex-end;
    -webkit-align-items: flex-end;
}

.Special_product.Special_product02 .Special_product_img {
    position: relative;
    max-width: 550px;
    order: 2;
    -webkit-order: 2;
}

.Special_product .product_img_border {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.Special_product .product_img_border01:before,
.Special_product .product_img_border01:after {
    content: "";
    width: 190px;
    height: 15px;
    background: #ff8e33;
    position: absolute;
    top: -15px;
    left: -15px;
}

.Special_product .product_img_border02:before,
.Special_product .product_img_border02:after {
    content: "";
    width: 190px;
    height: 15px;
    background: #ff8e33;
    position: absolute;
    bottom: -15px;
    right: -15px;
}

.Special_product .product_img_border.product_img_border01:after,
.Special_product .product_img_border.product_img_border02:after {
    width: 15px;
    height: 190px;
}

.Special_product.Special_product02 .Special_product_info {
    margin-bottom: 45px;
    max-width: 450px;
    margin-right: 70px;
    text-align: right;
}

.Special_product.Special_product02 .Special_product_info .product_details {
    margin-left: auto;
}

.gd-layer {
    padding: .8rem 0 0;
    padding-top: 0;
}

.gd-layer,
.gd-layer a {
    color: #333;
}

.gd-layer a:hover {
    color: #000;
}

.rev_slider_wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.tp-leftarrow,
.tp-rightarrow {
    font-size: .16rem;
    background-color: #000;
    float: left;
    display: inline-block;
    overflow: hidden;
    border-radius: 50%;
    -webkit-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;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tp-leftarrow:before {
    content: '\f053';
}

.tp-rightarrow:before {
    content: '\f054';
}

.tp-bullets.simplebullets .bullet,
.tp-bullets.simplebullets .bullet.selected {
    width: .15rem;
    height: .15rem;
    border-radius: 50%;
    border: 0;
}

.tp-bullets.simplebullets .bullet {
    background-color: #c0c1c5;
    background-color: rgba(0, 0, 0, .4);
}

.tp-bullets.simplebullets .bullet.selected {
    background-color: #fff;
}

.owl-carousel .owl-controls .owl-dots {
    padding: .2rem 0 0;
    position: static;
}

.owl-carousel .owl-controls .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    margin: 0 .035rem;
    border-radius: 50%;
    border: 1px solid #ccc;
    background: #ccc;
}

.owl-carousel .owl-controls .owl-dots .active {
    background-color: #333;
    border-color: #333;
}

.owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background-color: #ff8e33;
}

.rev_slider_wrapper:hover .tp-leftarrow,
.rev_slider_wrapper:hover .tp-rightarrow {
    opacity: .60;
    filter: alpha(opacity=60);
}

.rev_slider_wrapper:hover .tp-leftarrow:hover,
.rev_slider_wrapper:hover .tp-rightarrow:hover {
    opacity: 1;
    filter: alpha(opacity=80);
    background-color: #ff8e33;
    color: #fff !important;
}

.tp-loader.spinner0 {
    background: url(img/loading.gif) center no-repeat;
    -webkit-background-size: auto 60%;
    background-size: auto 60%;
}

.index-title-bar {
    margin: 0 auto .6rem;
    text-align: center;
    position: relative;
}

.index-title-bar .index-title {
    display: inline-block;
    position: relative;
    font-size: .32rem;
    line-height: 1.2;
    font-weight: normal;
}

.index-title-bar .index-title,
.index-title-bar .index-title a {
    color: #333;
}

.index-title-bar .title-desc {
    display: block;
    padding: .1rem 0 0;
    font-size: .15rem;
    font-size: .18rem;
    font-style: italic;
}

.index-title-bar .title-desc,
.index-title-bar .title-desc a {
    color: #999;
}

.title-line {
    display: block;
    width: 300px;
    height: 1px;
    background-color: #ff8e33;
    margin: .35rem auto 0;
    position: relative;
}

.title-line:before {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    background-color: #ff8e33;
    position: absolute;
    left: 50%;
    bottom: 1px;
    margin-left: -25px;
}

.learn-more-bar {
    text-align: center;
    padding: .4rem 0 0;
}

.gd-btn {
    display: inline-block;
    border: 1px solid #ccc;
    padding: .05rem .3rem;
    line-height: .22rem;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.gd-btn:hover,
a.gd-btn:hover {
    background-color: #ff8e33;
    border-color: #ff8e33;
    color: #fff;
}

.company-synopses .layout {
    max-width: 1000px;
}

.synopses-tabs {
    border-bottom: 1px solid #d6d6d6;
    text-align: center;
}

.synopses-tabs .tab-item {
    display: inline-block;
    padding-bottom: .28rem;
    font-size: 22px;
    position: relative;
    margin: 0 .2rem;
}

.synopses-tabs .tab-item,
.synopses-tabs .tab-item a {
    color: #999;
}

.synopses-tabs .tab-item.active,
.synopses-tabs .tab-item.active a {
    color: #333;
}

.synopses-tabs .tab-item.active {
    border-bottom: 2px solid #333;
}

.company-synopses .synopsis-item {
    padding-top: .6rem;
    display: none;
}

.synopsis-item .item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
}

.synopsis-item .item-img {
    width: 50%;
}

.synopsis-item .item-info {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding-right: 5%;
    font-size: 16px;
    line-height: 1.8;
}

.synopsis-item .item-info,
.synopsis-item .item-info a {
    color: #666;
}

.synopsis-item .item-info p {
    margin-bottom: .35rem;
}

.synopsis-item .item-info p:last-child {
    margin-bottom: 0;
}

.synopsis-item .item-title,
.synopsis-item .title-line {
    display: none;
}

.synopsis-item .item-title {
    text-align: center;
    position: relative;
    padding-bottom: .3rem;
    font-size: .32rem;
    font-weight: normal;
}

.synopsis-item .item-title .index-title {
    display: inline-block;
    position: relative;
    font-size: .32rem;
    line-height: 1.2;
    font-weight: normal;
    padding-bottom: .35rem;
}

.synopsis-item .item-title .index-title,
.synopsis-item .item-title .index-title a {
    color: #333;
}

.synopsis-item .title-line {
    margin: 0 auto .35rem;
}

.company-synopses .owl-loaded .synopsis-item {
    display: block;
}

.product-item {
    position: relative;
    width: 25%;
    padding: .12rem .125rem;
    margin: 0 0 .22rem;
}

.product-items .product-item,
.goods-items .product-item {
    margin: 0;
}

.product-item .item-wrap {
    position: relative;
    text-align: center;
    height: 0;
    padding-bottom: 100%;
}

.product-item .item-img {
    display: block;
    width: 100%;
    overflow: hidden;
    background-color: #f6f6f6;
    border: 1px solid #f2f2f2;
}

.product-item .item-img:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    -o-transform: scale(.8);
    transform: scale(.8);
}

.product-item:hover .item-img:before {
    background-color: rgba(0, 0, 0, .5);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.product-item .item-img img {
    width: 100%;
    -moz-transition: 1.5s all ease;
    -o-transition: 1.5s all ease;
    -webkit-transition: 1.5s all ease;
    transition: 1.5s all ease;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-item .item-info {
    padding: .2rem 0 0;
}

.product-item .item-info .item-title {
    text-transform: capitalize;
    line-height: .18rem;
    font-size: 16px;
    font-weight: normal;
    overflow: auto;
}

.product-item .item-info .item-title a {
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product-item .item-info .item-title a:hover {
    color: #ff8e33;
}

.product-item .item-info .item-btn {
    padding-top: .2rem;
}

.product-item .item-info .btn-view {
    display: inline-block;
    background-color: #fcb253;
    color: #fff;
    padding: .08rem .2rem;
    text-transform: uppercase;
    font-weight: bold;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.product-item .item-info .btn-view:hover {
    background-color: #ff8e33;
}

.product-items {
    position: relative;
    width: 100%;
    position: relative;
}

.product-items .layout {
    max-width: 1000px;
    position: relative;
    z-index: 2;
    padding-bottom: .8rem;
    border-bottom: 1px solid #d6d6d6;
}

.product-items .layer-body {
    margin: 0 -.125rem;
}

.product-items .gd-btn:before {
    display: none;
}

.product-items .items-content {
    display: flex;
}

.product-items .product-item {
    width: 33.33%;
}

.product-items .product-item .item-info {
    padding: 0;
}

.product-items .product-item .item-info .item-title {
    height: auto;
    line-height: 1.5;
    font-size: .17rem;
}

.product-items .product-item .item-info .item-title a {
    display: block;
    width: 100%;
    padding: 0 .1rem;
    position: absolute;
    left: 0;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    z-index: 9;
    opacity: 0;
}

.product-items .product-item:hover .item-info .item-title a {
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}

.product-items .product-item:nth-child(3n+1) {
    clear: left;
}

.product-items .owl-carousel .owl-controls {
    height: auto;
    position: absolute;
    width: 100%;
    left: 0;
    top: -.8rem;
}

.product-items .owl-carousel .owl-controls .owl-nav {
    padding-top: 0;
    position: static;
    text-align: center;
}

.product-items .owl-carousel .owl-controls .owl-prev,
.product-items .owl-carousel .owl-controls .owl-next {
    background: none;
    color: #ff8e33;
    font-size: .14rem;
    background-color: #ff8e33;
    color: #fff;
    margin: 0 .1rem;
    border-radius: 0;
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
}

.product-items .owl-carousel .owl-controls .owl-prev:before {
    content: '\f060';
}

.product-items .owl-carousel .owl-controls .owl-next:before {
    content: '\f061';
}

.product-items .owl-carousel .owl-controls .owl-prev:hover,
.product-items .owl-carousel .owl-controls .owl-next:hover {
    background-color: #000;
    color: #fff;
}

.product-items .owl-carousel .owl-controls .owl-dots {
    display: none;
    position: static;
    padding-top: .1rem;
}

.product-items .owl-loaded .product-item {
    display: block;
}

.items_list .product-item {
    padding-top: .1rem;
    padding-bottom: .1rem;
}

.items_list .product-item .item-info {
    padding-left: 0;
    padding-right: 0;
}

.items_list .product-item .item-info .btn-view,
.goods-items .product-item .item-info .btn-view {
    padding: .05rem .15rem;
    font-size: .12rem;
}

.items_list .product-item:nth-child(3n+1) {
    clear: left;
}

.service-layer {
    padding: .8rem 0 0;
    padding-top: 0;
    padding-bottom: .8rem;
}

.service-layer .layout {
    overflow: hidden;
}

.service-layer .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;
    -webkit-box-align: stretch;
    -moz-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.inquiry-pannel,
.customer-say {
    width: 48%;
}

.inquiry-pannel {
    background-color: #777;
    padding: .3rem .4rem;
    text-align: center;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.inquiry-pannel,
.inquiry-pannel a {
    color: #d6d6d6;
}

.inquiry-pannel .inquiry-title {
    font-size: .32rem;
    line-height: 1.2;
    font-weight: normal;
    padding: .05rem 0 .25rem;
}

.inquiry-pannel .inquiry-title,
.inquiry-pannel .inquiry-title a {
    color: #fff;
}

.inquiry-pannel .inquiry-desc {
    display: block;
    padding: 0 0 .2rem;
    font-size: 16px;
}

.inquiry-pannel .learn-more-bar {
    padding-top: .2rem;
    padding-bottom: .1rem;
}

.inquiry-pannel .gd-btn {
    background-color: #ddd;
    border-color: #ddd;
    color: #333;
}

.customer-say {
    border: 1px solid #d6d6d6;
    padding: .4rem .3rem .2rem;
}

.customer-say .col-body {
    position: relative;
}

.customer-say .col-body:before,
.customer-say .col-body:after {
    content: '';
    line-height: 1;
    font-size: .4rem;
    position: absolute;
    font-family: "fontawesome";
    color: #ccc;
}

.customer-say .col-body:before {
    left: 0;
    top: 0;
    content: '\f10d';
}

.customer-say .col-body:after {
    right: 0;
    bottom: 0;
    content: '\f10e';
}

.customer-say .say-slides {
    padding: .2rem .65rem;
}

.customer-say .say-item {
    display: block;
    font-size: 16px;
}

.customer-say .say-item,
.customer-say .say-item a {
    color: #666;
}

.customer-say .say-item dt {
    display: block;
}

.customer-say .say-item dd {
    text-align: right;
    white-space: nowrap;
    padding-top: .2rem;
    font-style: italic;
}

.customer-say .say-item dd:before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1px;
    background-color: #d6d6d6;
    margin-right: .1rem;
    vertical-align: middle;
}

.about-us {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-position: center 0;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.about-us .about-img .flex-control-nav {
    text-align: center;
    width: 100%;
    left: 0;
    bottom: .15rem;
}

.about-us .about-img .flex-control-paging li a {
    width: 10px;
    height: 10px;
    background-color: #999;
    background-color: rgba(0, 0, 0, .3);
    border: 0;
}

.about-us .about-img .flex-control-paging li a:hover,
.about-us .about-img .flex-control-paging li a.flex-active {
    background-color: rgba(106, 197, 242, .8);
}

.about-us .about-img .flex-direction-nav {
    display: none;
}

.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;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.about-us .about-tit-ico {
    width: 1.4rem;
    padding-left: .5rem;
}

.about-us .about-tit-ico img {
    max-width: 100%;
    height: auto;
}

.about-us .about-img {
    width: 46%;
    position: relative;
    border: 10px solid #fff;
}

.about-us .about-img .item,
.about-us .about-img .item img {
    position: relative;
    width: 100%
}

.about-us .about-img .item {
    display: none;
}

.about-us .about-detail,
.about-us .about-detail a {}

.about-us .about-detail {
    font-size: .14rem;
    line-height: 1.8;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: .4rem .3rem;
    background-color: rgba(255, 255, 255, .2);
}

.about-us .about-detail .about-hd {}

.about-us .about-detail .about-title {
    font-size: .48rem;
    line-height: 1.1;
}

.about-us .about-detail .about-title,
.about-us .about-detail .about-title a {
    color: #ff8e33;
}

.about-us .about-detail .about-lead {
    padding-top: .2rem;
    color: #ccc;
    font-size: .18rem;
    font-weight: normal;
}

.about-us .about-detail .about-desc {
    display: block;
    padding-top: .25rem;
}

.about-us .about-detail .about-desc,
.about-us .about-detail .about-desc a {
    color: #666;
}

.about-us .about-more {
    margin: .35rem 0 0;
}

.about-us .about-more a {
    display: inline-block;
    font-size: .16rem;
    padding: .1rem .3rem;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    background-color: #fcb253;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    outline: 2px solid #fff;
    outline-offset: 4px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.about-us .about-more a:hover {
    background-color: #ff8e33;
}

.partner-layer {
    background-color: #f6f6f6;
    padding-top: 0;
}

.partner-layer .owl-carousel .owl-stage-outer {
    background-color: #e8e8e8;
}

.partner-list {
    width: auto;
    padding: 0 .5rem;
}

.partner-list .partner-item {
    display: none;
    text-align: center;
    overflow: hidden;
    background-color: #f6f6f6;
}

.partner-list .partner-item a {
    display: block;
    position: relative;
}

.partner-list .partner-item img {
    max-width: 100%;
    position: relative;
    opacity: .5;
    filter: alpha(opacity=50);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.partner-list .partner-item:hover img {
    opacity: 1;
    filter: alpha(opacity=10);
}

.partner-list .partner-item a:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(255, 255, 255, 0);
    z-index: 1;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.partner-list .partner-item a:hover {
    border-color: #ccc;
}

.owl-loaded .partner-item {
    display: block;
    padding: 0 .2rem;
}

.partner-wrap .owl-prev:before,
.partner-wrap .owl-next:before {
    margin: 0;
}

.partner-wrap .owl-prev:hover,
.partner-wrap .owl-next:hover,
.partner-slides:hover .owl-prev,
.partner-slides:hover .owl-next {
    opacity: 1;
    color: #fff;
}

.partner-wrap .owl-prev:before {
    content: "\f104";
}

.partner-wrap .owl-next:before {
    content: "\f105";
}

.partner-list:hover .owl-prev,
.partner-list:hover .owl-next {
    opacity: 1;
}

.partner-layer .owl-carousel .owl-controls .owl-nav {
    position: static;
}

.partner-layer .owl-carousel .owl-nav .owl-prev,
.partner-layer .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -.175rem;
}

.partner-layer .owl-carousel .owl-nav .owl-prev {
    left: 0;
}

.partner-layer .owl-carousel .owl-nav .owl-next {
    right: 0;
}

.partner-layer .owl-carousel .owl-controls .owl-dots {
    padding: .25rem 0 0;
    position: static;
}

.partner-layer .owl-carousel .owl-controls .owl-dot {
    border-radius: 50%;
    margin: 0 .035rem;
}

.new-products {
    background-color: #f3f3f3;
}

.new-products .layer-body {
    margin: 0 -.125rem;
}

.new-products .product-item {
    width: 50%;
}

.new-products .product-item .item-wrap {
    background-color: #fff;
    padding-bottom: .15rem;
}

.new-products .product-item .item-info .item-title {
    height: .3rem;
    line-height: .3rem;
    overflow: hidden;
    font-size: .18rem;
    text-transform: uppercase;
}

.new-products .product-item .item-img:hover img,
.new-products .product-item:hover .item-img img {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.new-products .product-item .item-img:hover {
    outline: 0;
}

.new-products .product-item .item-wrap:hover {
    outline: 2px solid #ccc;
    background-color: #fff;
}

.path-bar {
    margin-bottom: .3rem;
}

.path-bar .path-nav {
    border-bottom: 2px solid #d6d6d6;
    padding-bottom: .05rem;
    padding-left: 15px;
}

.newsxq_fl .news_artic {
    padding: 30px 0;
}

.path-bar .path-nav,
.path-bar .path-nav a {
    color: #666;
}

.path-bar .path-nav a:hover {
    color: #ff8e33;
}

.path-bar .path-nav li {
    display: inline;
    font-weight: bold;
    font-size: 18px;
}

.path-bar .path-nav li:after {
    content: '>';
    padding: 0 .05rem;
}

.items_content_swiper {
    height: 280px;
    overflow: hidden;
}

.goods-title-bar a:hover p {
    color: #ff8e33;
}

.news_tit {
    font-size: 22px;
    margin-top: 30px;
}

.newsxq_fr {
    position: sticky;
    top: 70px;
}

.path-bar .path-nav li:last-child:after {
    display: none;
}

.page-bar {
    margin-top: 5%;
}

.page-bar ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.page-bar a,
.page-bar li.active span,
.page-bar li:not(.active)>span {
    display: block;
    min-height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 5px;
    margin: 0 0 11px 8px;
    background: #fff;
    border: 1px solid #cfcfcf;
}

.page-bar li.next-page,
.page-bar li.prev-page {
    font-family: "iconfont" !important;
}

.page-bar a:hover,
.page-bar li:not(.active)>span:hover,
.page-bar li.active span {
    background: #ff8e33;
    color: #fff;
}

.pages {
    position: relative;
    margin: .4rem 0 .15rem;
}

.pages a,
.pages span {
    color: #666;
}

.sys_sub_head {
    background: #000;
}

.pages a,
.pages .active span,
.pages span.current2 {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    border: 1px solid #ddd;
    line-height: 25px;
    min-width: 26px;
    padding: 3px 12px;
    border-radius: 3px;
    margin: 0 0 0 5px;
    border-radius: 3px;
}

.pages a.current,
.pages .active span,
.pages a:hover {
    background: #ff8e33;
    background-color: #ff8e33 !important;
    border-color: #ff8e33;
    color: #FFF;
}

.pages span.current2 {
    vertical-align: middle;
}

.aside {
    float: left;
    width: 22.75%;
    padding-bottom: .6rem;
}

.side-tit-bar {
    position: relative;
    border-bottom: 2px solid #333;
}

.side-tit-bar .side-tit {
    position: relative;
    font-size: .15rem;
    height: .35rem;
    line-height: .35rem;
    overflow: hidden;
    font-weight: bold;
    text-transform: uppercase;
}

.side-widget {
    position: relative;
    margin: 0 0 .2rem;
}

.side-cate {
    padding: .2rem 0;
}

.side-cate li {
    position: relative;
    line-height: 38px;
}

.side-cate>li {
    border-bottom: 1px dotted #ccc;
}

.side-cate ul {
    display: none;
    padding-left: 30px;
}

.side-cate li a {
    position: relative;
    display: block;
    height: .38rem;
    line-height: .38rem;
    overflow: hidden;
    margin-right: .2rem;
}

.side-cate li .icon-cate {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
    cursor: pointer;
    color: #ccc;
    line-height: .38rem;
}

.side-cate li .icon-cate.icon-cate-down:before {
    content: '\f067';
}

.side-cate li .icon-cate.icon-cate-up:before {
    content: '\f068';
    color: #ff8e33;
}

.side-cate li li a {
    padding-right: 0;
}

.side-cate li.nav-current>a,
.side-cate li>a:hover,
li.show_li>a {
    color: #ff8e33;
}

.side-cate li.nav-current>.icon-cate,
.side-cate li>.icon-cate:hover,
li.show_li>.icon-cate {
    color: #ff8e33;
}

.side-product-items {
    position: relative;
    padding: .4rem .08rem;
}

.side-product-items .items_content {
    position: relative;
}

.side-product-items .items_content {}

.side_product_item {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.side_product_item figure {
    position: relative;
    display: table;
    width: 100%;
    height: .85rem;
    overflow: hidden;
}

.side_product_item .item-img {
    position: relative;
    width: .65rem;
    display: table-cell;
    vertical-align: middle;
}

.side_product_item .item-img img {
    position: relative;
    width: 65px;
    height: 65px;
    border: 0px solid #eee;
}

.side_product_item figcaption {
    display: table-cell;
    vertical-align: middle;
    padding-left: .15rem;
}

.side_product_item figcaption a {
    line-height: 1.5em;
    overflow: hidden;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    width: 100%;
    height: 15px;
    display: block;
    cursor: pointer;
    opacity: .15;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.side-product-items .btn-prev {
    top: .2rem;
    background: url(img/side_product_up.png) no-repeat center center;
}

.side-product-items .btn-next {
    bottom: .2rem;
    background: url(img/side_product_down.png) no-repeat center center;
}

.side-product-items .btn-prev:hover,
.side-product-items .btn-next:hover {
    opacity: .35;
}

.aside .side-bn {
    max-width: 100%;
    margin: 0 0 25px 0;
}

.aside .side-bn img {
    max-width: 100%
}

.main {
    position: relative;
    width: 73.3%;
    float: right;
    padding-bottom: .6rem;
}

.main-tit-bar {
    padding: .05rem 0;
    line-height: .25rem;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 .12rem;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
}

.main-tit-bar .title,
.main-tit-bar .path-bar {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.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 {
    text-align: right;
}

.main-tit-bar .share-this img {
    max-width: 100%;
}

.main-banner {
    position: relative;
    overflow: hidden;
}

.main-banner .item {
    display: none;
}

.main-banner .item,
.main-banner .item img {
    position: relative;
    width: 100%;
}

.main-banner .flex-direction-nav,
.main-banner .flex-control-nav {
    display: none;
}

.goods-summary {
    margin: .17rem 0 .25rem;
}

.goods-summary,
.goods-summary a {
    color: #666;
}

.items_list {}

.items_list ul {
    margin: 0 -.125rem;
}

.items_list .product-item {
    margin-bottom: 0;
    width: 33.333333%;
}

.items_list .product-item .item-info {
    padding-bottom: .1rem;
    position: relative;
}

.items_list .product-item .item-info .item-title a {
    display: inline-block;
    max-width: 210px;
    margin: 0 auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.items_list .product-item .item-img {
    outline: 2px solid #fff;
}

.items_list .product-item .item-img:before {
    display: none;
}

.items_list .product-item .item-img:hover {
    border-color: #ff8e33;
    outline: 2px solid #ff8e33;
}

.detail-main-content {
    max-width: 1000px;
}

.detail-main-content .main {
    max-width: inherit;
    width: auto;
    float: none;
}

.product-intro {
    position: relative;
    overflow: hidden;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    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: 50%;
    float: left;
}

.product-view .product-image {
    position: relative;
    background-color: #f6f6f6;
}

.product-view .product-image img {
    position: relative;
    width: 100%;
}

.product-view .image-additional {
    position: relative;
    width: calc(100% - 60px);
    margin: 20px auto;
    overflow: hidden;
}

.product-view .image-additional ul {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.product-view .image-additional li {
    position: relative;
    width: 100%;
    margin: 0;
}

.product-view .image-additional li.single {
    display: none;
}

.product-view .image-additional li img {
    position: relative;
    width: 100%;
}

.product-view .image-additional li a {
    position: relative;
    display: block;
    opacity: .4;
    filter: alpha(opacity=40);
}

.product-view .image-additional li.current a {
    opacity: 1;
    filter: alpha(opacity=100);
}

.product-view .image-additional img.popup {
    display: none;
}

.image-additional .owl-carousel .owl-controls .owl-nav {
    position: static;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    position: absolute;
    top: 4px;
    bottom: 4px;
    width: .2rem;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: none;
    color: #666;
    font-size: .28rem;
    margin: 0;
    text-align: center;
    z-index: 9;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    color: #ff8e33;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev {
    left: -30px;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:before,
.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:before {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    line-height: .3rem;
    margin-top: -.15rem;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-prev:before {
    content: '\f104';
    color: #ff8e33;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-next {
    right: -30px;
}

.image-additional .owl-carousel .owl-controls .owl-nav .owl-next:before {
    content: '\f105';
    color: #ff8e33;
}

.product-view .image-additional .owl-loaded li {
    display: block;
}

.product-summary {
    position: relative;
    width: 45%;
    float: right;
    font-size: 16px;
}

.product-summary .product-title {
    font-size: .32rem;
    line-height: 1;
    font-weight: normal;
    margin-bottom: .25rem;
}

.product-summary .product-meta {
    line-height: 25px;
}

.product-summary .product-meta h3 {
    margin: 0 0 .1rem;
    font-size: .18rem;
    color: #999;
    font-weight: normal;
}

.product-summary .product-meta li {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding-bottom: .03rem;
    font-size: .14rem;
}

.product-summary .product-meta li em {
    width: 40%;
}

.product-summary .product-meta li span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.product-summary .product-meta li em {
    color: #999;
}

.product-btn-wrap {
    position: relative;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    background: #ff8e33;
    border: 2px solid #ff8e33;
    color: #FFF;
    margin: 0 .2rem .05rem 0;
}

.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.product-btn-wrap .buy:before {
    margin-right: .05rem;
}

.product-btn-wrap .buy {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 30px;
}

.product-btn-wrap .email:before {
    content: "\f003";
    padding: 0 3px 0 0;
}

.product-btn-wrap .pdf:before {
    content: "\f1c1";
    padding: 0 3px 0 0;
}

.product-btn-wrap .email:hover,
.product-btn-wrap .pdf:hover,
.product-btn-wrap .buy:hover {
    background: none;
    color: #ff8e33;
    border-color: #ff8e33;
}

.product-summary .share-this {
    margin: .4rem 0 0;
    text-align: right;
}

.product-detail {
    position: relative;
    overflow: visible;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    border-bottom: 2px solid #d6d6d6;
    margin-bottom: .6rem;
}

.detail-tabs {
    position: relative;
    padding-right: 30px;
    padding-top: 50px;
}

.detail-tabs .title {
    position: relative;
    line-height: 40px;
    cursor: pointer;
    font-size: .16rem;
    font-weight: normal;
    text-transform: uppercase;
    color: #999;
    font-weight: bold;
    margin-bottom: 10px;
    overflow: hidden;
    display: inline-block;
}

.detail-tabs .title:before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #d6d6d6;
    position: absolute;
    left: 0;
    bottom: 0;
}

.detail-tabs .title.current,
.detail-tabs .title.current a {
    color: #333;
}

.detail-tabs .title span {
    display: inline-block;
    position: relative;
    z-index: 1;
    padding: 0 30px;
    text-align: left;
}

.detail-tabs .title span:before {
    content: '';
    display: block;
    width: 0;
    min-width: inherit;
    height: 2px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.detail-tabs .title.current span:before {
    width: 130%;
}

.product-detail .tab-panel-content {
    display: block;
    overflow: hidden
}

.product-detail .disabled {
    display: none;
}

.share_article {
    float: right;
    margin-top: 30px;
}

.tab-panel-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.tab-panel-wrap .entry,
.tab-panel-wrap .entry a {
    color: #333;
}

.tab-panel-wrap .entry h2,
.tab-panel-wrap .entry h3,
.tab-panel-wrap .entry h4 {
    padding: .15rem 0;
    line-height: 1.3;
    font-weight: normal;
}

.tab-panel-wrap .entry h2 {
    font-size: .32rem;
}

.tab-panel-wrap .entry h3 {
    font-size: .28rem;
}

.tab-panel-wrap .entry h4 {
    font-size: .24rem;
}

.inquiry-form-wrap .inquiry-form-title {
    background-color: #ff8e33;
    color: #fff;
    font-size: .16rem;
}

.inquiry-form {
    border-color: #ccc;
}

.inquiry-form .form-item {
    padding-bottom: .05rem;
}

.inquiry-form input[type="text"].form-input,
.inquiry-form textarea.form-text {
    border-color: #ccc;
}

.goods-may-like {
    position: relative;
    margin: .5rem 0 0;
}

.goods-title-bar {
    line-height: .32rem;
    padding: 0;
    margin: 0 auto .25rem;
    border-bottom: 1px solid #d6d6d6;
}

.goods-title-bar .title {
    display: inline-block;
    font-size: .16rem;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 2px solid #333;
    margin-bottom: -1px;
    position: relative;
}

.goods-title-bar .title,
.goods-title-bar .title a {
    color: #333;
}

.news_swiper {
    overflow: hidden;
}

.goods-may-like .goods-items {
    width: auto;
    margin: 0 -.12rem;
}


.goods-may-like .owl-carousel .owl-controls .owl-nav {
    width: auto;
    left: auto;
    right: .15rem;
    top: -.6rem;
}

.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next {
    width: .25rem;
    height: .25rem;
    line-height: .25rem;
    text-align: center;
    border-radius: 0;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    color: #666;
}

.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-prev:hover,
.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next:hover {
    background: #ff8e33;
    border-color: #ff8e33;
    color: #fff;
}

.goods-may-like .owl-carousel .owl-controls .owl-nav .owl-next {
    margin-left: .05rem;
}

.goods-may-like .owl-loaded .product-item {
    display: block;
}

.product-item .item-info .item-title a {
    display: inline-block;
    line-height: 1.2;
}

.blog_list {
    position: relative;
    width: 100%;
}

.blog-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: .2rem 0;
}

.blog-item:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.blog-item:after {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    border-top: 1px solid #ff8e33;
    border-bottom: 1px solid #ff8e33;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.blog-item .item-wrap {}

.blog-item .item-img {
    position: relative;
    display: block;
    max-width: 2rem;
    margin: 0 .2rem 0 0;
    float: left;
}

.blog-item .item-img img {
    position: relative;
    width: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
    padding-bottom: 0%;
}

.blog-item .item-info {
    margin-top: 20px;
}

.blog-item .item-info .item-title {
    font-size: .16rem;
}

.blog-item .item-info time {
    display: block;
    font-style: italic;
    margin: .08rem 0;
}

.blog-item .item-info .item-detail {}

.blog-item .item-info .item-more {
    float: right;
    color: #000;
    display: inline-block;
    border: 1px solid #eee;
    padding: .04rem .15rem;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.blog-item .item-info .item-more:hover {
    background-color: #ff8e33;
    border-color: #ff8e33;
    color: #fff;
}

.blog-item:hover:after {
    width: 100%;
}

.blog-item:hover .item-info .item-more {
    border-color: #ff8e33;
    color: #ff8e33;
}

.blog-item:hover .item-info .item-more:hover {
    color: #fff;
}

.download_list {
    position: relative;
    width: 100%;
}

.download-item {
    position: relative;
    overflow: hidden;
    padding: .15rem 0;
    margin: 0 0 .1rem;
    line-height: .3rem;
    border-bottom: 1px solid #eee;
}

.download-item .item-img {
    width: 35px;
}

.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;
    text-transform: uppercase;
}

.download-item .item-button:before {
    content: "\f019";
    margin: 0 .1rem 0 0;
}

.faq_list {
    position: relative;
    width: 100%;
}

.faq-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 .35rem;
    border-bottom: 1px solid #eee;
}

.faq-item .faq-title {
    position: relative;
    font-size: 16px;
    line-height: .3rem;
    padding: .15rem 0;
    cursor: pointer;
    font-weight: bold;
}

.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;
}

.faq-item .faq-title.show-title:before {
    content: '\f068';
}

.faq-item .faq-cont {
    margin: 0 0 .25rem;
    display: none;
}

.faq-item:first-child .faq-cont {
    display: block;
}

@media only screen and (max-width:1600px) {}

@media only screen and (max-width:1550px) {}

@media only screen and (max-width:1366px) {
    html {
        font-size: 600%;
    }

    .side-tit-bar .side-tit {
        font-size: 16px;
    }
}

@media only screen and (max-width:1280px) {
    html {
        font-size: 570%;
    }

    .layout {
        width: 100%;
        padding-left: .15rem;
        padding-right: .15rem;
    }

    body {
        min-width: 100%;
    }

    .scrollsidebar,
    .bottomsidebar {
        display: none;
    }

    .nav-bar,
    .logo img {}

    .head-search {
        right: .15rem;
    }

    .index-title-bar .title {
        font-size: .33rem;
    }

    .partner-layer .owl-carousel .owl-controls .owl-prev {
        left: 0;
    }

    .partner-layer .owl-carousel .owl-controls .owl-next {
        right: 0;
    }

    .index-cate-layer .layout {
        padding-left: 0;
        padding-right: 0;
    }
}

@media only screen and (max-width:1200px) {
    .aside {
        width: 20%;
    }

    .main {
        width: 78%;
    }
}

@media only screen and (max-width:1000px) {
    .main {}
}

@media only screen and (max-width:1024px) {
    html {
        font-size: 550%;
    }
}

@media only screen and (max-width:950px) {
    html {
        font-size: 550%;
    }

    .pdf_2 {
        display: none !important;
    }

    .share_article {
        float: left;
        margin-top: 10px;
    }

    .detail-tabs {
        padding-top: 0;
    }

    .z10000 {
        position: relative;
        z-index: 100000;
    }

    .sub-content {
        max-height: unset;
    }

    .sub-content>li {
        width: 100%;
    }

    .mobile-body-mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
    }

    .mobile-ico-close {
        width: 30px;
        height: 30px;
        background: #fff url(img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        position: absolute;
        right: -35px;
        top: 0;
    }

    img {
        max-width: 100%;
    }

    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999;
    }

    .head-wrapper:before {
        display: none;
    }

    .head-wrapper .mobile-body-mask {
        z-index: 90;
    }

    .lang-more {
        display: none !important
    }

    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #161622;
        width: 100%;
        height: 25px;
        line-height: 25px;
        text-align: left;
        display: block;
        z-index: 99;
    }

    .mobile-head-item {
        float: left;
        width: 45px;
    }

    .mobile-head-item.mobile-head-aside {
        float: right
    }

    .mobile-head-item .title {
        width: 100%;
        height: 25px;
        line-height: 25px;
        overflow: hidden;
        text-align: center;
        color: #FFF;
    }

    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #FFF;
    }

    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015';
    }

    .mobile-head-item.mobile-head-nav .title:before {
        content: '\f0c9';
    }

    .mobile-head-item.mobile-head-language .title:before {
        content: "\f1ab";
    }

    .mobile-head-item.mobile-head-search .title:before {
        content: "\f002";
    }

    .mobile-head-item.mobile-head-social .title:before {
        content: "\f007";
    }

    .mobile-head-item.mobile-head-aside .title:before {
        content: "\f060";
    }

    .mobile-head-item .main-content-wrap {
        background: #FFF;
        top: 0;
        display: block;
        z-index: 99999;
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: scroll;
        height: 100%;
        padding: 15px 10px;
    }

    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
    }

    .mobile-head-item .side-content-wrap {
        position: fixed;
        display: block;
        left: -70%;
        width: 70%;
        height: 100%;
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }

    .topbar {
        padding-top: 35px;
        padding-bottom: 10px;
        text-align: center;
    }

    .topbar .topleft {
        display: block;
        float: none;
    }

    .head-wrapper .head-contact li {
        display: inline-block;
        float: none;
        margin: 0 .08rem;
        position: relative;
    }

    .head-wrapper .head-contact li.head-phone a {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .nav-bar {
        padding: 0;
        height: auto;
    }

    .head-layout {
        height: auto;
        padding: 0;
    }

    .head-layout .logo {
        display: block;
        float: none;
        text-align: center;
        width: 100%;
        padding: 0;
    }

    .head-layout .logo img {
        max-height: .8rem;
    }

    .head-search-form {
        position: relative;
        width: 100%;
        height: .35rem;
        border: 1px solid #000;
    }

    .head-search-form .search-ipt {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: .35rem;
        background: none;
        border: none;
        padding: 0 .1rem;
    }

    .head-search-form .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
        background: none;
        border: none;
        color: #000;
        font-family: 'fontawesome';
    }

    .nav-bar {
        border-top: 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: 16px;
        text-transform: lowercase;
        line-height: 30px;
    }

    .nav li ul li:before {
        content: "";
        width: 3px;
        height: 3px;
        background: #999;
        border-radius: 50%;
        position: absolute;
        left: 0;
        top: 15px;
    }

    .nav li ul li:active {
        background-color: #f5f5f5;
    }

    .nav li ul li:active li {
        background: none;
    }

    .nav li ul li li {
        line-height: 25px;
        font-family: 'SourceSansProLight';
    }

    .nav li ul li li:before {
        display: none;
    }

    .nav-bar:before {
        display: none;
    }

    .fixed-nav {
        position: static;
    }

    .head-r {
        display: block;
        float: none;
        padding-top: .1rem;
    }

    .head-wrapper .head-contact {
        float: none;
        padding: 0;
        text-align: center;
    }

    .head-wrapper .head-contact li .val {
        font-style: italic;
    }

    .head-wrapper .head-contact li.head-phone {
        line-height: 36px;
        font-size: 14px;
        position: relative;
    }

    .head-wrapper .head-contact li.head-phone .label {
        display: none;
    }

    .head-wrapper .head-contact li.head-phone:before {
        top: 0;
        margin-right: .1rem;
    }

    .head-wrapper .head-contact li .contact-link {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .rev_slider_wrapper {
        top: auto;
        margin-bottom: 0;
    }

    .about-us .about-detail .about-title,
    .index-title-bar .index-title {
        font-size: .36rem;
    }

    .index-title-bar .title-line {
        width: 100%;
        max-width: 360px;
    }

    .company-synopses ul {}

    .company-synopses .synopsis-item {
        padding: .4rem 0 0;
    }

    .synopsis-item:nth-child(2n+1) {
        clear: left;
    }

    .synopsis-item .item-wrap {
        -webkit-background-size: 100% 1rem;
        background-size: 100% 1rem;
    }

    .product-items .items-content {
        padding: 0 0 .2rem;
    }

    .product-items .owl-carousel .owl-controls {
        top: -.5rem;
    }

    .synopses-tabs .tab-item {
        margin: 0 .2rem;
    }

    .has-mobile-link {
        position: relative;
    }

    span.has-mobile-link {
        display: inline-block;
    }

    .has-mobile-link .link {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
    }

    .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 {
        width: 100%;
        float: none;
        margin: 0 auto;
    }

    .product-view {
        width: auto;
        max-width: 400px;
        float: none;
        margin: 0 auto 30px;
        border: 1px solid #eee;
    }

    .product-view br {
        display: none;
    }

    .product-view .product-image {
        display: none
    }

    .product-view .image-additional li img,
    .product-view .image-additional li.current img {
        border: 0;
        outline: 0;
        vertical-align: middle;
    }

    .product-view .image-additional {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .product-view .image-additional ul {
        width: 100%;
    }

    .product-view .image-additional li {
        width: 100%;
        margin: 0;
    }

    .product-view .image-additional li a {
        padding: 0;
        opacity: 1 !important;
    }

    .product-view .image-additional li.current img {
        border-color: inherit;
    }

    .product-view .image-additional li.current a {
        border: 0;
        padding: 0;
    }

    .product-view .image-additional li.single {
        display: block
    }

    .product-view .owl-carousel .owl-controls .owl-dots {
        position: absolute;
        padding-top: 0;
        bottom: .18rem;
        z-index: 1;
    }

    .product-view .owl-carousel .owl-controls .owl-dots .owl-dot {
        border: 0;
        background-color: rgba(0, 0, 0, .4);
    }

    .product-view .owl-carousel .owl-controls .owl-dots .active {
        background-color: #ff8e33;
    }

    .product-summary {
        position: relative;
        width: 100%;
        float: none;
    }

    .product-btn-wrap {
        text-align: left;
    }

    .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 {
        border: 0;
        padding: 20px 0 0;
    }

    .product-detail .tab-panel-content {
        padding: .15rem 0;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-item {
        margin: 0 0 30px;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-title {
        font-size: .32rem;
        font-weight: normal;
        margin: 0 0 15px;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-panel {}

    .goods-may-like .owl-carousel .owl-controls {
        height: auto;
        visibility: visible;
    }

    .goods-may-like .owl-carousel .owl-controls .owl-dots {
        position: static;
        padding-top: .15rem;
    }
}

@media only screen and (max-width:768px) {

    .layout,
    .path-bar .path-nav {
        width: auto;
    }

    .head-layout {
        max-width: inherit;
    }

    .topbar .topleft,
    .topbar .top-links {
        float: none;
        display: block;
        text-align: center;
        line-height: 1.5;
    }

    .layout .logo {
        padding-bottom: 15px;
    }

    .layout .logo img {
        height: .5rem;
    }

    .gd-layer {}

    .index-title-bar {
        margin-bottom: .4rem;
    }

    .synopses-slides {
        max-width: 500px;
        margin: 0 auto;
    }

    .synopses-tabs {
        border-bottom: 0;
    }

    .synopses-tabs .tab-item {
        font-size: 16px;
        line-height: 2;
        padding-bottom: 0;
    }

    .synopses-tabs .tab-item.active {
        border-bottom: 0;
        padding-bottom: 0;
    }

    .synopsis-item .item-wrap {
        display: block;
    }

    .synopsis-item .item-info {
        padding-right: 0;
    }

    .product-item .item-info .item-title {
        height: unset;
        line-height: 1.4em;
    }

    .synopsis-item .item-img {
        width: 100%;
        padding-top: .3rem;
    }

    .product-items .items-content {
        padding-bottom: 0;
        flex-wrap: wrap;
    }

    .product-items .product-item {
        width: 100%;
    }

    .product-items .product-item:nth-child(n) {
        clear: none;
    }

    .news_item .new_tit {
        font-size: 20px !important;
        height: unset !important;
    }

    .news_item .news_info {
        display: none !important;
    }

    .product-items .product-item:nth-child(3n+1) {
        clear: left;
    }

    .product-items .product-item .item-info {
        padding-top: .2rem;
        padding-bottom: .1rem;
    }

    .product-items .product-item .item-info .item-title {
        font-size: 20px;
    }

    .product-items .product-item .item-info .item-title a {
        position: static;
        color: #333;
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        line-height: 1.4em;
    }

    .service-layer .layer-body {
        display: block;
        margin: 0 auto;
    }

    .inquiry-pannel,
    .customer-say {
        width: 100%;
    }

    .inquiry-pannel+.customer-say {
        margin-top: .3rem;
    }

    .items_list .product-item {
        width: 33.333333%;
    }

    .items_list .product-item:nth-child(n) {
        clear: none;
    }

    .items_list .product-item:nth-child(3n+1) {
        clear: left;
    }

    .items_list .product-item .item-info {}

    .items_list .product-item .item-wrap .btn-view {
        display: block;
    }

    .partner-list {
        padding: 0;
    }

    .gotop {
        width: .35rem;
        height: .35rem;
        line-height: .35rem;
    }

    .gotop:hover {
        background-color: #fff;
        color: #ff8e33;
    }

    .foot-bar {
        display: block;
        padding: .3rem 0;
        text-align: center;
    }

    .foot-bar .foot-layout {
        display: block;
    }

    .foot-social li {
        padding: 0 .05rem;
    }

    .foot-social li a {
        width: 25px;
        height: 25px;
        line-height: 15px;
        padding: 5px 0;
    }

    .foot-social li img {
        max-width: 14px;
    }

    .foot-bar .foot-info {
        text-align: center;
        padding-top: .15rem;
    }
}

@media only screen and (max-width:500px) {

    .layout,
    .path-bar .path-nav {
        width: auto;
        max-width: inherit;
    }

    .flex-direction-nav .flex-prev,
    .flex-direction-nav .flex-next {
        display: none;
    }

    .flex-control-paging li a {
        width: .1rem;
        height: .1rem;
    }

    .flex-control-paging li a:hover,
    .flex-control-paging li a.flex-active {
        width: .12rem;
        height: .12rem;
    }

    .head-layout .logo img {
        max-height: .5rem;
    }

    .path-bar .path-nav {
        padding-bottom: .15rem;
        border-bottom-width: 1px;
    }

    .index-title-bar {
        margin-bottom: .25rem;
    }

    .index-title-bar .index-title {
        padding-top: .1rem;
    }

    .index-title-bar .index-title,
    .about-us .about-detail .about-title {
        font-size: .26rem;
    }

    .index-title-bar .tit-more {
        float: right;
    }

    .index-title-bar .title-desc {
        width: 100%;
        max-width: inherit;
    }

    .gd-btn {
        border-radius: .03rem;
    }

    .gd-btn:before {
        display: none;
    }

    .synopsis-item {
        width: 100%;
        float: none;
    }

    .synopsis-item .item-wrap {}

    .synopsis-item .item-more {
        display: none;
    }

    .synopsis-item .item-info .item-desc {
        margin-bottom: 0;
        height: auto;
    }

    .product-item {
        padding: .05rem;
    }

    .product-items .items-content {
        margin: 0 -.05rem;
        padding-bottom: 0;
    }

    .product-items .layer-body {
        margin: 0 -.05rem;
    }

    .product-items .learn-more-bar {
        padding-top: .2rem;
    }

    .product-items .gd-btn {
        padding: .08rem .2rem;
    }

    .product-items .product-item .item-img:before,
    .product-items .product-item .item-img:after {
        display: none;
    }

    .product-items .product-item {
        width: 50%;
    }

    .product-items .product-item:nth-child(n) {
        clear: none;
    }

    .product-items .product-item:nth-child(2n+1) {
        clear: left;
    }

    .product-items .owl-carousel .owl-controls .owl-prev,
    .product-items .owl-carousel .owl-controls .owl-next {
        display: none;
    }

    .product-items .owl-carousel .owl-controls .owl-dot {
        display: inline-block;
    }

    .items_list ul {
        margin: 0 -.1rem;
    }

    .items_list .product-item {
        width: 50%;
        padding-top: .05rem;
        padding-bottom: .05rem;
    }

    .items_list .product-item:nth-child(n) {
        clear: none;
    }

    .items_list .product-item:nth-child(2n+1) {
        clear: left;
    }

    .customer-say {
        padding: .3rem .15rem;
    }

    .customer-say .col-body:before,
    .customer-say .col-body:after {
        font-size: .24rem;
    }

    .customer-say .say-slides {
        padding-left: .3rem;
        padding-right: .3rem;
    }

    .customer-say .say-item dt {
        padding-right: 0;
    }

    .foot-contact-bar .ico-hotline {
        display: block;
        width: .5rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .24rem;
        margin: 0 auto .15rem;
        border: 1px solid #999;
        color: #fff;
        background-color: #999;
        border-radius: 50%;
    }

    .foot-contact-bar .hotline-item {
        display: block;
        font-style: italic;
        font-size: .24rem;
    }

    .foot-wrapper {}

    .copyright {
        float: none;
        font-size: .12rem;
        text-align: center;
    }

    .foot-social {
        font-weight: bold;
        float: none;
        text-align: center;
        padding: .15rem 0 0;
    }

    .foot-social li {
        padding: 0 .05rem;
    }

    .foot-social li a {
        width: 32px;
        height: 32px;
        line-height: 14px;
        padding: 9px 0;
    }

    .contact-layer .contact-item {
        width: 100%;
        float: none;
    }

    .foot-bar .foot-bar-item {
        width: 100%;
        float: none;
    }

    .main-tit-bar {
        display: block;
    }

    .main-tit-bar .share-this {
        width: 100%;
        max-width: inherit;
        text-align: left;
        padding-top: .1rem;
        padding-bottom: .1rem;
    }

    .main-tit-bar .share-this img {
        max-width: 60%;
    }

    .side_product_item {
        width: 100%;
    }

    .product-view {
        width: 100%;
        border-color: #e5e5e5;
        border-width: 1px;
    }

    .inquiry-form {
        padding: .2rem .1rem;
    }

    .inquiry-form .inquiry-form-ico {
        width: .6rem;
        right: .1rem;
        top: .1rem;
    }

    .inquiry-form input[type="text"].form-input,
    .inquiry-form textarea.form-text {
        width: 80%;
    }

    .inquiry-form textarea.form-text {
        width: 100%;
    }

    .goods-may-like .goods-items {
        margin: 0 -.05rem;
    }

    .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-item .item-img {
        float: none;
        margin-right: 0;
        max-width: 100%;
    }

    .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: #ff8e33;
        color: #fff;
        border-color: rgba(0, 0, 0, .3);
    }

    .download-item .item-title {
        display: block;
        margin: .1rem 0;
    }

    .download-item .item-button {
        float: none;
    }
}

@media only screen and (max-width:375px) {}

@media only screen and (max-width:320px) {

    .synopsis-item,
    .product-item,
    .items_list .product-item,
    .product-items .product-item {
        width: 100%
    }
}

@media only screen and (max-width:950px) {
    .change-language-cont {
        top: auto !important;
        padding: 0 !important;
        width: 100% !important;
        text-align: left !important
    }

    .sub-content {
        position: relative !important;
        display: block !important;
        right: auto !important;
        border-radius: 0 !important;
        border: none !important;
        box-shadow: none !important;
        z-index: 99999 !important
    }

    .change-language-title {
        display: none !important
    }

    .change-language-cont ul li {
        width: 25% !important;
        margin: 0 !important;
        border: none !important
    }
}

@media only screen and (max-width:768px) {
    .change-language-cont ul li {
        width: 33.33333% !important
    }
}

@media only screen and (max-width:640px) {
    .change-language-cont ul li {
        width: 50% !important
    }
}

@media only screen and (max-width:320px) {
    .change-language-cont ul li {
        width: 50% !important
    }
}

.none {
    display: none
}

```plaintext .change-language-cont li {
    width: 33.333333%;
}

.change-language-cont {
    display: flex;
    flex-wrap: wrap;
}

.language--img {
    background: url(img/leg.jpg)no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 6px;
}

.language-en {
    background-position: 0 -218px;
}

.language-af {
    background-position: 0 -1px;
}

.language-sq {
    background-position: 0 -940px;
}

.language-am {
    background-position: 0 -9px;
}

.language-be {
    background-position: 0 -48px;
}

.language-eu {
    background-position: 0 -252px;
}

.language-az {
    background-position: 0 -36px;
}

.language-hy {
    background-position: 0 -456px;
}

.language-ar {
    background-position: 0 -24px;
}

.language-am {
    background-position: 0 -12px;
}

.language-fy {
    background-position: 0px -300px;
}

.language-fr {
    background-position: 0px -288px;
}

.language-fi {
    background-position: 0px -276px;
}

.language-et {
    background-position: 0px -240px;
}

.language-eo {
    background-position: 0px -192px;
}

.language-en {
    background-position: 0 -216px;
}

.language-da {
    background-position: 0px -168px;
}

.language-cs {
    background-position: 0px -144px;
}

.language-hr {
    background-position: 0px -420px;
}

.language-co {
    background-position: 0px -132px;
}

.language-ceb {
    background-position: 0px -108px;
}

.language-ca {
    background-position: 0px -96px;
}

.language-bg {
    background-position: 0 -448px;
}

.language-bs {
    background-position: 0 -84px;
}

.language-bn {
    background-position: 0 -72px;
}

.language-be {
    background-position: 0 -48px;
}

.language-is {
    background-position: 0px -492px;
}

.language-sm {
    background-position: 0px -972px;
}

.language-ro {
    background-position: 0px -888px;
}

.language-pa {
    background-position: 0px -840px;
}

.language-pt {
    background-position: 0px -876px;
}

.language-pl {
    background-position: 0px -852px;
}

.language-fa {
    background-position: 0px -264px;
}

.language-ps {
    background-position: 0px -264px;
}

.language-or {
    background-position: 0px -827px;
}

.language-no {
    background-position: 0px -780px;
}

.language-ne {
    background-position: 0px -792px;
}

.language-my {
    background-position: 0px -768px;
}

.language-mn {
    background-position: 0px -720px;
}

.language-mr {
    background-position: 0px -732px;
}

.language-mi {
    background-position: 0px -684px;
}

.language-mt {
    background-position: 0px -756px;
}

.language-ml {
    background-position: 0px -708px;
}

.language-ms {
    background-position: 0px -744px;
}

.language-mg {
    background-position: 0px -672px;
}

.language-mk {
    background-position: 0px -696px;
}

.language-lb {
    background-position: 0px -624px;
}

.language-lt {
    background-position: 0px -648px;
}

.language-lv {
    background-position: 0px -660px;
}

.language-la {
    background-position: 0px -613px;
}

.language-lo {
    background-position: 0px -636px;
}

.language-ky {
    background-position: 0px -600px;
}

.language-ku {
    background-position: 0px -120px;
}

.language-ko {
    background-position: 0px -588px;
}

.language-rw {
    background-position: 0px -912px;
}

.language-km {
    background-position: 0px -564px;
}

.language-kk {
    background-position: 0px -552px;
}

.language-kn {
    background-position: 0px -576px;
}

.language-jv {
    background-position: 0px -528px;
}

.language-ja {
    background-position: 0px -516px;
}

.language-it {
    background-position: 0px -504px;
}

.language-ga {
    background-position: 0px -312px;
}

.language-id {
    background-position: 0px -467px;
}

.language-ig {
    background-position: 0px -480px;
}

.language-hu {
    background-position: 0px -443px;
}

.language-hmn {
    background-position: 0px -408px;
}

.language-hi {
    background-position: 0px -397px;
}

.language-he {
    background-position: 0px -384px;
}

.language-haw {
    background-position: 0px -300px;
}

.language-ha {
    background-position: 0px -1079px;
}

.language-ht {
    background-position: 0px -432px;
}

.language-gu {
    background-position: 0px -348px;
}

.language-el {
    background-position: 0px -204px;
}

.language-de {
    background-position: 0px -180px;
}

.language-ka {
    background-position: 0px -540px;
}

.language-gl {
    background-position: 0px -336px;
}

.language-ru {
    background-position: 0px -900px;
}

.language-gd {
    background-position: 0px -324px;
}

.language-sr {
    background-position: 0px -1006px;
}

.language-st {
    background-position: 0px -1017px;
}

.language-sn {
    background-position: 0px -984px;
}

.language-sd {
    background-position: 0px -984px;
}

.language-si {
    background-position: 0px -1271px;
}

.language-sk {
    background-position: 0px -1223px;
}

.language-sl {
    background-position: 0px -960px;
}

.language-so {
    background-position: 0px -994px;
}

.language-es {
    background-position: 0px -227px;
}

.language-su {
    background-position: 0px -1031px;
}

.language-sw {
    background-position: 0px -1055px;
}

.language-sv {
    background-position: 0px -1043px;
}

.language-tl {
    background-position: 0px -1115px;
}

.language-tg {
    background-position: 0px -1091px;
}

.language-ta {
    background-position: 0px -1067px;
}

.language-tt {
    background-position: 0px -1151px;
}

.language-te {
    background-position: 0px -1079px;
}

.language-th {
    background-position: 0px -1103px;
}

.language-tr {
    background-position: 0px -1138px;
}

.language-tk {
    background-position: 0px -1115px;
}

.language-uk {
    background-position: 0px -1175px;
}

.language-ur {
    background-position: 0px -1187px;
}

.language-ug {
    background-position: 0px -1163px;
}

.language-uz {
    background-position: 0px -1175px;
}

.language-vi {
    background-position: 0px -1211px;
}

.language-cy {
    background-position: 0px -156px;
}

.language-xh {
    background-position: 0px -1223px;
}

.language-yi {
    background-position: 0px -1235px;
}

.language-yo {
    background-position: 0px -1247px;
}

.language-zu {
    background-position: 0px -1259px;
}

.language-zh {
    background-position: 0px -1282px;
}

.language-zh-TW {
    background-position: 0px -1282px;
}

.contact_for {
    margin: 0 auto;
}

.contact_for p {
    font-size: 16px;
    color: #999;
}

.Asterisk_Text .asterisk_red {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 6%;
}

.contact_for .gaug_outfit {
    font-size: 16px;
}

.header_ul li img {
    width: auto;
}

.header_ul {
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    padding: 22;
}

.header_ul li {
    margin-top: 22px;
    padding: 17px 0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: relative;
    padding-left: 70px;
    width: 22.5%;
    margin-left: 3%;
    margin-bottom: 2%;
}

.contact_for .header_ul li .t1 {
    text-align: right;
    width: 49px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 26px;
    margin-top: -13px;
}

.contact_for .header_ul li .t1 img {
    width: auto;
}

.contact_for .header_ul li .t2 {
    margin-right: 10px;
}

.contact_for .header_ul li .t2 p {
    color: #666666;
}

@media only screen and (max-width:900px) {
    .contact_for .header_ul li {
        width: 45% !important;
        margin-left: 3% !important;
    }

    .contact_for .header_ul li:nth-of-type(2n+1) {
        margin-left: 0 !important;
    }
}

.contact_for .header_ul .t3 {
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.Asterisk_Text textarea {
    height: 233px;
    border: 1px solid #eee !important;
    background-color: #f1f1f1;
    border-radius: 5px;
    resize: none;
    width: 100%;
    resize: none;
    padding-left: 1% !important;
}

.Asterisk_Text textarea::placeholder {
    color: #999;
}

@media only screen and (max-width:700px) {
    .contact_for .Asterisk_Text textarea {
        height: 200px;
    }

    .form_ul li {
        width: 100% !important;
    }

    .form_ul .asterisk {
        width: 100%;
        display: flex;
        justify-content: flex-start !important;
    }

    .contact_for .header_ul li {
        width: 100% !important;
        margin-left: auto !important;
    }

    .contact_for .header_ul li .t1 {
        width: 10% !important;
        text-align: left !important;
        padding-left: 10px !important;
    }

    .contact_for .header_ul .t3 {
        height: auto;
    }

    .Asterisk_Text textarea {
        padding-left: 3% !important;
    }
}

.contact_for .Message_ex {
    padding-bottom: 20px;
}

.form_ul li {
    width: 365px;
    justify-content: space-between;
}

.form_ul .Asterisk_Text {
    width: 100% !important;
}

.asterisk {
    width: 100%;
    padding: 13px 0;
    margin: 10px 0;
    display: flex;
    padding-left: 20px;
    background-color: #f1f1f1;
    position: relative;
    border-radius: 5px;
}

.form_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 !important;
}

.form_center .asterisk_sk {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: 16%;
    margin-top: -9px;
}

.form_ul li input {
    background-color: #f1f1f1;
    border: none !important;
    width: 365px;
    padding-left: 3%;
    border-radius: 5px;
}

.submiring {
    padding: 0 !important;
}

.gtm_submit_btn {
    background-color: #333333 !important;
    width: 150px !important;
    height: 40px !important;
    color: #fff;
    margin-top: 15px !important;
}

.contact_for .iframe_we {
    padding-top: 20px;
}

.contact_for .Submit_tent .Sending {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}

.contact_for .gaug_outfit {
    font-size: 20px;
    font-weight: bold;
}

.Address_dre {
    font-weight: bold;
    padding-top: 12px;
    color: #333333;
    font-size: 20px;
}

.Submit_tent {
    padding-top: 50px;
    padding-bottom: 47px;
}

.tListing:after {
    content: '';
    display: table;
    clear: both;
}

.tListing li {
    float: left;
}

.tList_1 {}

.tList_1 li {
    width: 23.5%;
    margin-left: 2%;
    margin-bottom: 2%;
}

.tList_1 li:nth-of-type(4n+1) {
    margin-left: 0;
}

@media only screen and (max-width:1366px) {
    .form_ul li {
        width: 30%;
        display: flex !important;
        justify-content: space-between !important;
    }

    .contact_for .header_ul li {
        width: 31.3%;
    }

    .contact_for .header_ul li:nth-of-type(3n+1) {
        margin-left: 0;
    }

    .asterisk {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .form_ul {
        display: flex !important;
        justify-content: space-between !important;
    }

    .Asterisk_Text .asterisk {
        width: 100%;
    }
}

#lang {
    text-transform: capitalize;
}

.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: #ff8e33;
    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: 45%;
    padding: 3.5%;
    position: relative;
    margin-bottom: 20px;
}

.page_aboutIntro .pic:before {
    content: '';
    position: absolute;
    width: 80%;
    height: 100%;
    background: #f7f7f7;
    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;
}

.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 {
    border-radius: 0%;
    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 {
    border-radius: 0%;
    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: #ff8e33;
}

.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: '';
}

.pading {
    padding-top: 35px;
}

* {
    margin: 0;
    padding: 0;
}

.product {
    width: 100%;
    height: auto;
}

@font-face {
    font-family: 'facon';
    src: url('./fonts/FACON.TTF');
    font-display: fallback;
}

.product p {
    font-family: 'facon';
    font-size: 30px !important;
    color: #ff8e33;
    padding: 0 !important;
}

.product .product_xian {
    width: 100%;
    height: 10px;
    display: flex;
    align-items: center;
    position: relative;
}

.product .product_xian p:nth-child(1) {
    width: 80px;
    height: 100%;
    background: #ff8e33;
    padding: 0;
}

.product .product_xian p:nth-child(2) {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 7px solid #ff8e33;
    border-bottom: 10px solid transparent;
    padding: 0;
}

.product .product_xian p:nth-child(3) {
    width: 100%;
    height: 2px;
    background: #ff8e33;
    position: absolute;
    padding: 0;
}

.wenben {
    font-size: 16px !important;
    font-family: "Arial";
    color: rgb(51, 51, 51);
    line-height: 1.875;
    margin-top: 20px;
}

.duotu {
    width: 100%;
    height: auto;
}

.duotu .duotu_top {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.duotu .duotu_top .duotu_top_dan {
    width: 49%;
    height: auto;
}

.duotu .duotu_top .duotu_top_dan .duotu_top_dan_img {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 90%;
}

.duotu .duotu_top .duotu_top_dan .duotu_top_dan_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.duotu .duotu_top .duotu_top_duo {
    width: 49%;
    height: auto;
}

.duotu .duotu_top .duotu_top_duo .duotu_top_duo_quan {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.duotu .duotu_top .duotu_top_duo .duotu_top_duo_quan .duotu_top_duo_quan1 {
    width: 48%;
    height: auto;
    position: relative;
    padding-bottom: 43%;
}

.duotu .duotu_top .duotu_top_duo .duotu_top_duo_quan .duotu_top_duo_quan1:nth-child(3) {
    margin-top: 4%;
}

.duotu .duotu_top .duotu_top_duo .duotu_top_duo_quan .duotu_top_duo_quan1:nth-child(4) {
    margin-top: 4%;
}

.duotu .duotu_top .duotu_top_duo .duotu_top_duo_quan .duotu_top_duo_quan1 img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.duotu .duotu_bottom {
    width: 100%;
    height: auto;
    margin-top: 15px;
}

.wemeet {
    font-size: 20px;
    font-family: "Arial";
    color: rgb(51, 51, 51);
    font-weight: bold;
    font-style: italic;
    margin-top: 20px;
}

.liebiao {
    width: 100%;
    height: auto;
}

.liebiao p {
    font-size: 16px;
    font-family: "Arial";
    color: rgb(102, 102, 102);
    line-height: 1.875;
}

.liebiao p::before {
    content: "";
    width: 5px;
    height: 5px;
    background: #ff8e33;
    margin-right: 10px;
    display: -webkit-box;
    float: left;
    margin-top: 13px;
    transform: rotate(45deg);
    margin-left: 3px;
}

.shuang {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}

.shuang .shuang_img {
    width: 49%;
    height: auto;
    position: relative;
    padding-bottom: 74%;
}

.shuang .shuang_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.newsxq_page.clearfix {
    padding-bottom: 0;
}

.news_artic .artic_content {
    margin-bottom: 5%;
}

.artic_content p a {
    color: #ff8e33;
}

.artic_tit b .time {
    font-size: 16px;
    color: #666;
}

.news_next .tit {
    width: AUTO !important;
    float: left !important;
}

.news_next .con {
    width: AUTO !important;
    float: unset !important;
    padding-right: 180px !important;
    position: relative !important;
    box-sizing: border-box !important;
}

.news_next .con P {
    font-size: 22PX;
    font-weight: bold;
    color: #000;
}

.news_tj li .ellipsis2 {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}

.news_tj div {
    font-size: 16px;
    color: #999999;
    font-weight: bold;
}

.shoye_banner {
    width: 100%;
    height: auto;
    display: inline;
}

.shoye_banner2 {
    width: 100%;
    height: auto;
    display: none;
}

@media only screen and (max-width:950px) {
    .shoye_banner {
        width: 100%;
        height: auto;
        display: none;
    }

    .shoye_banner2 {
        width: 100%;
        height: auto;
        display: inline;
    }
}

.sy_banner .swiper-pagination-bullet-active {
    width: 15px;
    height: 15px;
    background-color: rgba(255, 255, 255, 1) !important;
    opacity: 1 !important;
}

.sy_banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #000;
    opacity: .4;
}

.sy_banner .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    opacity: 0;
    transition: all 1s;
    left: var(--swiper-navigation-sides-offset, 106px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.col_body_swiper {
    overflow: hidden;
}

.col_body_swiper .swiper-wrapper {
    box-sizing: border-box;
}

.sy_banner:hover .swiper-button-prev {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    opacity: .8;
    transition: all 1s;
    left: var(--swiper-navigation-sides-offset, 106px);
}

.sy_banner .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    opacity: 0;
    transition: all 1s;
    right: var(--swiper-navigation-sides-offset, 106px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.sy_banner:hover .swiper-button-next {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    opacity: .8;
    transition: all 1s;
    right: var(--swiper-navigation-sides-offset, 106px);
}

.sy_banner .swiper-button-next:hover {
    background: #ff8e33;
    opacity: 1;
}

.sy_banner .swiper-button-prev:hover {
    background: #ff8e33;
    opacity: 1;
}

.sy_banner .swiper-button-prev::after,
.sy_banner .swiper-button-next::after {
    display: none;
}

.sy_banner .swiper-button-prev::before {
    content: '\f053';
    font-family: 'fontawesome';
    color: #fff;
}

.sy_banner .swiper-button-next::before {
    font-family: 'fontawesome';
    content: "\f054";
    color: #fff;
}

.sy_banner .swiper-pagination {
    opacity: 0;
    transition: all 1s;
}

.sy_banner:hover .swiper-pagination {
    opacity: 1;
}

.Special_product .Special_product_img img:hover {
    opacity: 0.8;
}

.sy_banner img {
    width: 100%;
}

.privacy-main {
    padding-top: 5% !important;
}

.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    border-left: 3px solid #ff8e33 !important;
}

.newsxq_fr .tit {
    font-size: 26px;
    font-weight: bold;
    color: #ff8e33 !important;
}

.news_tj li .lg {
    color: #ff8e33 !important;
    margin-right: 10px;
}



.main .product-intro .product-view .swiper-button-next,
.main .product-intro .product-view .swiper-button-prev {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44* 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ff8e33 !important;
    left: unset;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
}

.main .product-intro .product-view .swiper-button-prev {
    left: 0;
}

.main .product-intro .product-view .swiper-button-next {
    right: 0;
}


.side_content .side_list .cont li .skype:before {
    background-image: url(img/ioc_wa.png) !important;
}

.index_news_container {
    position: relative;
    margin: 90px 0;
}

.index_news_container .index_hd {
    text-align: left;
    margin-bottom: 30px;
    position: relative;
}

.index_news_container .news_more {
    border: 1px solid transparent;
    text-decoration: none;
    background-color: #ff8e33;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto-Condensed;
    font-size: 14px;
    padding: 0 40px;
    line-height: 40px;
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
    cursor: pointer;
}

.index_news_container .news_more:hover {
    border: 1px solid #ff8e33;
    color: #ff8e33;
    background: #fff;
}

.news_container {
    display: flex;
    flex-wrap: wrap;
}

.news_item {
    width: calc((100% - 60px)/4);
    margin-left: 20px;
    margin-top: 20px;
}

.news_item:nth-child(4n+1) {
    margin-left: 0;
}

.news_item figure {}

.news_item .new_img {
    position: relative;
    display: block;
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
}

.news_item .new_img:hover img {
    transform: scale(1.1);
    transition: all .3s ease;
}

.news_item .new_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.news_item figcaption {
    padding: 25px 25px;
    border: 1px solid #f2f2f2;
}

.news_item .time {
    font-size: 16px;
    text-transform: uppercase;
    color: #ff8e33;
    line-height: 1;
    margin: 6px 0;
    display: block;
    font-family: Roboto-Regular;
    letter-spacing: 1px;
}

.news_item .time span {
    display: inline-block;
    border-right: 1px solid #3368c6;
    margin-right: 7px;
    padding-right: 7px;
}

.news_item .new_tit {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
    font-family: Roboto-Condensed;
    color: #ff8e33;
    text-transform: capitalize;
    line-height: 1.4em;
    height: 4.2em;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_item .news_info {
    color: #7d7d7d;
    font-family: WorkSans;
    font-size: 15px;
    line-height: 24px;
    line-height: 1.6em;
    height: 9.6em;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_item .new_more {
    position: relative;
    border-top: 1px solid #f2f2f2;
    padding-top: 25px;
    display: block;
    cursor: pointer;
    color: #ff8e33;
    text-transform: uppercase;
    font-size: 16px;
    font-family: WorkSans;
    font-weight: bold;
    line-height: 24px;
}



.news_item .new_more:after {
    font-family: fontawesome;
    content: "\f061";
    font-weight: normal;
    margin-left: 7px;
    font-size: 12px;
}

.index_hd .hd_title {
    position: relative;
    display: block;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 40px;
    line-height: 50px;
    font-family: RobotoCondensed-Light;
}

@media only screen and (max-width:1366px) {
    .index_hd .hd_title {
        font-size: 34px;
        line-height: 1;
    }
}

@media only screen and (max-width:1280px) {
    .index_hd .hd_title {
        font-size: 26px;
    }
}

@media only screen and (max-width:768px) {
    .news_item {
        width: calc((100% - 30px) / 3);
    }
}

@media only screen and (max-width:640px) {
    .news_item {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:1366px) {
    .index_hd {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width:1280px) {
    .index_hd {
        margin-bottom: 20px;
    }
}

.page_CompanyHonors .swiper-button-next:after {
    display: none;
}

.page_CompanyHonors .swiper-button-prev:after {
    display: none;
}

.head_bn_slider {
    display: none;
}

.sys_sub_head {
    margin-bottom: 25px;
    position: relative;
    overflow: hidden;
}

.path_bar {
    z-index: 10;
    text-align: center;
    padding: 30px;
    letter-spacing: -5px;
    font-size: 16px;
}

.path_bar .pagnation_title {
    font-family: 'cheltenhamBoldItalic';
    color: #fff;
    font-size: 44px;
    font-weight: normal;
    text-transform: capitalize;
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.path_bar ul {
    font-size: 0;
}

.path_bar li {
    display: inline;
    letter-spacing: 0;
}

.path_bar li,
.path_bar li a {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
}

.path_bar li a:hover,
.path_bar li.nav_current a {
    color: #ff8e33;
}

.path_bar li:before {
    margin: 0 10px;
    content: '/';
    position: relative;
    vertical-align: baseline;
}

.path_bar li:first-child:before {
    display: none;
}

@media only screen and (max-width:768px) {
    .inquiry-form .form-btn-wrapx .form-btn-submitx {
        top: 0 !important;
    }

    .path_bar .pagnation_title {
        font-size: 24px
    }
}

@media only screen and (max-width:1680px) {
    body {
        min-width: 1300px;
    }

    .layout {
        width: 1300px;
    }

    .hd_title {
        font-size: 38px;
        line-height: 1;
    }

    .index_hd:after {
        height: 4px;
    }

    .index_hd {
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .Special_product_wrap {
        margin-bottom: 50px;
    }

    .Special_product.Special_product02 .Special_product_img {
        max-width: 550px;
    }

    .index_feature_product {
        margin-bottom: 50px;
        margin-top: 70px;
    }
}

@media only screen and (max-width:1600px) {
    .web_head>.head_layer:before {
        width: 20%;
    }

    .slider_banner .slider_swiper_control {
        width: 96%;
    }
}

@media only screen and (max-width:1440px) {
    body {
        min-width: 1200px;
    }

    .layout {
        width: 1200px;
    }

    .index_main .layout,
    .web_head .head_layer {
        width: 100%;
    }

    .Special_product.Special_product02 .Special_product_img {
        max-width: 550px;
    }

    .company_subscribe .subscribe_wrap {
        padding-left: 50px;
    }

    .feature_products_container {
        margin-top: 50px;
    }

    .feature_products_container .product_bgleft {
        top: 0;
        bottom: auto;
    }

    .index_feature_product {
        margin: 0;
        padding: 50px 0;
        overflow: hidden;
    }

    .comapny-info-wrap {
        padding-left: 5%;
    }
}

@media only screen and (max-width:1366px) {
    body {
        min-width: 1150px;
    }

    .layout {
        width: 1150px;
    }

    .web_head .head_layer {
        height: 80px;
    }

    .web_head .logo img {
        max-height: 50px;
    }

    .head_nav>li>a {
        font-size: 14px;
    }

    .js .web-search .search-ipt {
        font-size: 24px;
    }

    .web-search .search-attr {
        font-size: 16px;
    }

    .items_list .product_item {
        width: 33.33333333%;
        max-width: 33.33333333%;
        -webkit-box-flex: 0 0 33.33333333%;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
    }
}

@media only screen and (max-width:1366px) {
    .Special_product.Special_product02 .Special_product_img {
        width: 550px;
    }

    .Special_product.Special_product01 .Special_product_info {
        max-width: unset;
        margin-left: 50px;
        margin-top: 50px;
    }

    .Special_product.Special_product02 {
        margin-top: -100px;
    }

    .Special_product_info .product_title a {
        font-size: 32px;
    }

    .Special_product_info .product_tag {
        font-size: 20px;
    }

    .Special_product.Special_product02 .Special_product_info {
        max-width: unset;
        margin-bottom: auto;
        margin-top: 170px;
        margin-right: 50px;
    }

    .Special_product_info .product_describe {
        line-height: 20px;
    }

    .company_subscribe {
        padding: 80px 0;
    }

    .company_subscribe .hd_title {
        font-size: 24px;
        line-height: 30px;
    }

    .news_item .news_img {
        max-width: 230px;
    }

    .company_subscribe .subscribe_desc {
        font-size: 14px;
        line-height: 20px;
    }

    .comapny-info-wrap .about_tit {
        font-size: 24px;
    }

    .comapny-info-wrap .about-info {
        font-size: 14px;
        letter-spacing: .38px;
    }

    .news_item .news_info .news_tit a {
        font-size: 20px;
        border-bottom: 2px solid #000;
    }

    .news_item .news_info time {
        font-size: 14px;
        line-height: 20px;
    }

    .news_item .news_info .news_detail {
        font-size: 13px;
        line-height: 20px;
    }
}

@media only screen and (max-width:1280px) {
    body {
        min-width: 1100px;
    }

    .layout {
        width: 1100px;
    }

    .Special_product.Special_product01 .Special_product_img,
    .Special_product.Special_product02 .Special_product_img {
        max-width: unset;
        width: 40%;
    }

    .Special_product .product_img_border {
        display: none;
    }

    .Special_product.Special_product02 {
        margin-top: 0;
    }

    .Special_product.Special_product02 .Special_product_info,
    .Special_product.Special_product01 .Special_product_info {
        margin-top: 30px;
    }

    .main {
        padding-bottom: 0;
    }

    .items_list ul {
        margin: -5px;
    }

    .items_list .product_item {
        padding: 5px;
    }
}

@media only screen and (max-width:1200px) {
    body {
        min-width: inherit;
    }

    .index_main .layout,
    .layout {
        margin: 0 auto;
        width: 95%;
    }

    .nav_wrap .head_nav>li>a {
        text-transform: capitalize;
    }

    .head_contact .head_phone li a {
        font-size: 14px;
    }

    .feature_products_container .product_bgleft {
        display: none;
    }

    .feature_products_container .feature_product_wrap {
        width: 100%;
    }

    .feature_product_wrap .feature_more {
        margin: 20px auto;
    }

    .feature_product_wrap .feature_slogn {
        padding-left: 0;
        text-align: center;
    }

    .company_subscribe .hd_title {
        font-size: 20px;
        line-height: 24px;
    }

    .more_btn span {
        font-size: 14px;
        line-height: 2;
    }

    .more_btn span:after {
        border-width: 6px 8px;
    }

    .company_subscribe {
        padding: 50px 0;
    }

    .index_company_intr {
        padding-top: 0;
    }

    .index_company_intr .company_intr_wrap {
        padding: 50px 0;
    }

    .news_items .news_item {
        width: calc(50% - 10px);
    }

    .news_item .news_img {
        max-width: 200px;
    }


    .news_item .news_info .news_tit {
        margin: 10px 0;
    }
}

@media only screen and (max-width:950px) {
    .index_product .layout {
        flex-direction: column;
    }

    .head_nav>li {
        padding: 0;
    }

    .index_product .product_tabs {
        display: flex;
        justify-content: start;
        overflow-x: auto;
    }

    .index_product .product_tabs .tab_item {
        flex-shrink: 0;
    }

    .index_news_container .news_more {
        display: none;
    }

    body {
        min-width: 100%;
    }

    .z10000 {
        position: relative;
        z-index: 100000;
    }

    .mobile-body-mask {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
    }

    .mobile-ico-close {
        position: absolute;
        top: 0;
        right: -35px;
        width: 30px;
        height: 30px;
        background: #fff url(img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        cursor: pointer;
    }

    .sub-content {
        position: relative;
        right: auto;
        z-index: 99999;
        display: block;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .lang-more {
        display: none !important;
    }

    .web_head .nav_wrap .head_nav,
    .web_head .change-language,
    .web_head .btn--search {
        display: none;
    }

    .index_main .layout,
    .layout {
        margin: 0 auto;
        width: 98%;
    }

    .web_head {
        padding: 25px 0 0;
        height: auto;
    }

    .web_head .head_layer {
        padding: 12px 0;
        height: auto;
        background: #ff8e33;
        width: 100%;
        padding: 15px;
    }

    .web_head .logo {
        position: relative;
        display: block;
        width: 100%;
        max-width: unset;
        text-align: center;
        flex: 1;
        text-align: left;
        width: auto;
    }

    .head_right {
        font-size: 19px;
        color: white;
    }

    .head_right .tel * {
        color: white;
    }

    .web_head .nav_wrap {
        position: static;
    }

    .nav_wrap .logo img {
        height: 100px;
    }

    .web_head .btn--search {
        top: -20px;
        right: 0;
        margin: 0;
    }

    .web_head .head-search {
        display: none;
    }

    .head-search {
        position: relative;
        margin: 0 auto;
        width: 90%;
        height: 35px;
        background: #ff8e33;
    }

    .head-search .search-ipt {
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 10px;
        width: 100%;
        height: 100%;
        color: #FFF;
    }

    .head-search .search-btn {
        position: absolute;
        top: 0;
        right: 0;
        display: block !important;
        width: 35px;
        height: 100%;
        border: none;
        background: url(img/search_btn_mobile.png) no-repeat center center;
        background-size: auto 16px;
        -webkit-background-size: auto 16px;
    }

    .head-search .search-attr {
        display: none;
    }

    .web_head>.head_layer:before {
        display: none;
    }

    .web_head {
        position: static;
        margin-bottom: 0;
        text-align: center;
    }

    .head_nav {
        padding: 0 5px;
        width: 100%;
    }

    .head_nav>li {
        display: block;
    }

    .head_nav li {
        padding-left: 28px;
    }

    .head_nav li,
    .head_nav li a,
    .head_nav li a:hover,
    .head_nav li.nav-current>a {
        color: #111;
    }

    .head_nav li.has-child {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 28px;
    }

    .head_nav li.has-child>a {
        margin-top: 3px;
        margin-right: 35px;
        margin-bottom: 3px;
    }

    .head_nav li.has-child>ul {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        margin-left: 0;
        padding: 0 0 0 10px;
        width: 100%;
        border-top: unset;
        box-shadow: unset;
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }

    .head_nav li a {
        position: relative;
        display: block;
        line-height: 1.4em;
    }

    .head_nav li a:hover {
        color: inherit;
    }

    .head_nav li em {
        display: block;
        overflow: hidden;
    }

    .head_nav li li {
        margin-top: 10px;
        padding-left: 15px;
    }



    .head_nav li li a {}

    .head_nav li.has-child a b {
        position: absolute;
        top: 1px;
        right: -35px;
        display: inline-block;
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 15px;
        height: 15px;
        border: 1px solid #111;
        border-radius: 2px;
        line-height: 15px;
    }

    .head_nav li.has-child a b:before,
    .head_nav li.has-child a b:after {
        position: absolute;
        top: 50%;
        left: 3px;
        display: block;
        margin-top: -.5px;
        width: 9px;
        height: 1px;
        background-color: #111;
        content: '';
    }

    .head_nav li.has-child a b:after {
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

    .head_nav li.has-child a:hover b {
        border-color: #111;
    }

    .head_nav>li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f2f2;
    }

    .head_nav>li>a {
        position: relative;
        position: relative;
        margin-bottom: -1px;
        text-transform: uppercase;
        text-transform: uppercase;
        font-size: 16px;
    }

    .head_nav li,
    .head_nav li.has-child {
        padding-left: 0;
    }



    .head_nav li.active>a>b:after {
        display: none;
    }

    .web_head .nav_wrap,
    .head_nav>li>a:before,
    .head_nav>li>a:after {
        display: none;
    }

    .foor_service {
        width: 98%;
    }

    .web_footer,
    .web_footer a {
        text-transform: capitalize;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 1.68;
    }

    .foor_service .foot_item .fot_tit {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .copyright {
        margin-top: 20px;
        padding: 10px 0;
    }

    .web_main {
        padding: 30px 0;
    }

    .hd_title {
        font-size: 30px;
    }

    .Special_product.Special_product01 .Special_product_info {
        margin-left: 30px;
        margin-top: 0;
    }

    .Special_product.Special_product02 .Special_product_info {
        margin-top: 10px;
    }

    .Special_product_info .product_tag {
        font-size: 18px;
    }

    .Special_product_info .product_title {
        margin: 10px 0 15px 0;
    }

    .Special_product_info .product_title a {
        font-size: 24px;
    }

    .Special_product_info .product_details {
        font-size: 14px;
        line-height: 33px;
        padding: 0 10px;
        margin-top: 25px;
    }

    .Special_product_wrap {
        margin-bottom: 30px;
    }


}

.gotop {
    display: none !important;
}

@media only screen and (max-width:768px) {

    .Special_product.Special_product01 .Special_product_img,
    .Special_product.Special_product02 .Special_product_img {
        width: 30%;
    }

    .Special_product.Special_product01 .Special_product_info {
        margin-left: 15px;
    }

    .Special_product_info .product_tag {
        display: none;
    }

    .Special_product_info .product_title a {
        font-size: 18px;
    }

    .Special_product_info .product_describe {
        font-size: 16px;
        max-height: unset;
        overflow: hidden;
    }
}

@media only screen and (max-width:640px) {

    .Special_product.Special_product01 .Special_product_img,
    .Special_product.Special_product02 .Special_product_img {
        width: 100%;
    }

    .Special_product.Special_product02 .Special_product_img {
        order: 1;
        -webkit-order: 1;
    }

    .Special_product.Special_product01 .Special_product_info,
    .Special_product.Special_product02 .Special_product_info {
        order: 2;
        -webkit-order: 2;
        text-align: left;
        margin: 10px 1%;
    }

    .Special_product.Special_product02 .Special_product_info .product_details {
        margin-left: unset;
    }

    .sys_sub_head .head_title h1 {
        font-size: 30px;
    }
}

@media only screen and (max-width:480px) {
    .path_bar ul:before {
        width: 16px;
        height: 16px;
        background-size: contain;
        -webkit-background-size: contain;
    }

    .path_bar li {
        padding-left: 5px;
        font-size: 12px;
    }

    .path_bar li+li:before {
        margin-right: 5px;
    }

    .main_banner .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .page_bar {
        font-size: 12px;
        line-height: 22px;
    }

    .page_bar a,
    .page_bar span {
        margin: 0 2px;
        min-width: 2em;
        border-radius: 2px;
    }
}

@media only screen and (max-width:1440px) {
    .index_product .owl-carousel .owl-stage-outer {
        overflow: hidden;
    }

    .index_product .owl-item:not(.active) .product_item {
        filter: none;
    }

    .index_main .index_product .swiper-button-prev {
        left: 0;
    }

    .index_main .index_product .swiper-button-next {
        right: 0;
    }
}

@media only screen and (max-width:1280px) {
    .index_promote .promote_items {
        margin: -8px;
    }

    .index_promote .promote_item {
        padding: 8px;
    }

    .index_product .product_tabs .tab_item {
        height: 67px;
    }

    .index_product .product_item figcaption {
        padding-top: 11px;
        padding-bottom: 11px;
    }
}

@media only screen and (max-width:1200px) {
    .index_product .product_tabs {
        width: auto;
        float: none;
        text-align: center;
        padding-bottom: 20px;
        font-size: 0;
    }

    .index_product .product_tabs .tab_item {
        height: auto;
        padding: 10px 20px;
        margin: 1px;
        font-size: 14px;
    }

    .index_product .tab_cont {
        width: auto;
        float: none;
    }

    .foot-social li a {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width:1024px) {
    .index_product .product_items {
        display: block
    }

    .index_product .product_item {
        flex: 0 0 33.33333333%;
        width: 33.33333333%;
    }
}

.product_list_items,
.product-list ul.product_list_items,
.items_list ul.product_list_items {
    width: 100%;
    margin: 0;
}

.product_list_items .product_list_item {}

.product_list_item figure {
    padding: 10px 0;
    background: #fff;
    border-bottom: 1px #eee dashed;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.product_list_item figure .item_img {
    display: inline-block;
    max-width: 20%;
}

.product_list_item figure .item_img img {
    box-shadow: 1px 1px 4px rgba(0, 0, 0, .2);
    width: 100%;
}

.product_list_item figure figcaption {
    width: calc(80% - 20px);
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.product_list_item figure figcaption .item_title {}

.product_list_item figure figcaption .item_title a {
    text-transform: capitalize;
    font-size: 18px;
    letter-spacing: .38px;
}

.product_list_item .product_btns {
    text-align: right;
    position: relative;
}

.product_list_item figure figcaption .item_info {
    font-size: 13px;
    margin: 13px 0;
    max-height: 80px;
    overflow: hidden;
    line-height: 20px;
    color: #666;
}

.product_list_item .product_btns .priduct_btn_inquiry,
.product_list_item .product_btns .priduct_btn_detail {
    line-height: 30px;
    display: inline-block;
    padding: 0 25px;
    position: relative;
    background: #666;
    text-transform: uppercase;
    color: #fff;
    transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;
    letter-spacing: .38px;
    font-weight: bold;
    font-size: 13px;
    z-index: 0;
}

.product_list_item .product_btns .priduct_btn_inquiry {
    margin-right: 13px;
}

.product_list_item .product_btns .priduct_btn_detail {}

.product_list_item .product_btns .priduct_btn_inquiry:after,
.product_list_item .product_btns .priduct_btn_detail:after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ff8e33;
    z-index: -1;
    transition: all ease-in-out .35s;
    -webkit-transition: all ease-in-out .35s;
}

.product_list_item .product_btns .priduct_btn_inquiry:hover:after,
.product_list_item .product_btns .priduct_btn_detail:hover:after {
    width: 100%;
}

@media only screen and (max-width:1280px) {
    .product_list_item figure figcaption .item_info {
        max-height: 60px;
    }
}

@media only screen and (max-width:1200px) {
    .product_list_item figure figcaption .item_title a {
        letter-spacing: unset;
    }
}

@media only screen and (max-width:768px) {
    .product_list_item figure .item_img {
        max-width: 25%;
    }

    .product_list_item figure figcaption {
        width: 73%;
    }

    .index_product .product_item {
        width: 100%;
        max-width: 100%;
    }
}

.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    font-size: 16px !important;
}

.content-wrap .ch_form_wrap form {
    overflow-y: unset !important;
}

@media only screen and (max-width:640px) {
    .product_list_item figure figcaption .item_info {
        margin: 7px 0;
        font-size: 16px !important;
        line-height: 18px;
        max-height: unset !important;
    }

    .product_list_item .product_btns .priduct_btn_inquiry,
    .product_list_item .product_btns .priduct_btn_detail {
        line-height: 24px;
    }
}

@media only screen and (max-width:480px) {
    .product_list_item figure .item_img {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }

    .product_list_item figure figcaption {
        width: 100%;
        padding: 7px 0;
    }

    .product_list_item figure figcaption .item_info {
        margin: 6px 0;
    }

    .product_list_item .product_btns {
        text-align: left;
        margin-top: 7px;
    }
}

.inquiry-pop-bd .inquiry-pop {
    position: absolute !important;
    width: 100% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    padding: 22px !important;
    z-index: 1 !important;
    background: #FFF !important;
    -webkit-animation: fadeInDownA .4s ease;
    -o-animation: fadeInDownA .4s ease;
    animation: fadeInDownA .4s ease;
}

.inquiry-pop-bd {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    margin: -300px 0 0 -275px !important;
    width: 550px !important;
    height: 500px !important;
    background: #FFF !important;
    box-shadow: 0 0 10px rgba(255, 255, 255, .5) !important;
    display: none;
    z-index: 200000 !important;
}

.js .search--open {
    pointer-events: auto;
    opacity: 1 !important;
    visibility: visible;
}

.js .web-search {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 22vh;
    opacity: 0;
    top: 121px;
    bottom: 0;
}

.web-search {
    display: none;
}

.js .search--open::before {
    opacity: 1 !important;
}

.js .web-search::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.98);
    transition: all 0.6s ease;
}

.search--open .btn--search-close {
    opacity: 1 !important;
    -webkit-animation: bounceInA 1s ease;
    -o-animation: bounceInA 1s ease;
    animation: bounceInA 1s ease;
}

.web-search .btn--search-close {
    opacity: 0;
}

.js .btn--search-close {
    display: block;
}

.web-search .btn--search-close {
    display: inline-block;
    font-size: 2em;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: block;
    background: url(./img/search_btn_close.png) no-repeat center 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.js .search--open .search-ipt {
    opacity: 1 !important;
    transition-duration: 0.5s;
    transform: scale3d(1, 1, 1);
}

.js .web-search .search-ipt,
.web-search .search-attr {
    transition-delay: 0.4s;
}

.js .web-search .search-ipt {
    font-size: 72px;
    font-weight: bold;
    border-bottom-width: 1px;
    padding: 15px 0;
    transition: transform .3s;
    opacity: 0;
    text-transform: uppercase;
    margin-left: 100px;
}

.web-search .search-ipt {
    font-family: inherit;
    line-height: 1;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #333;
    border-bottom: 3px solid;
    font-size: 20px;
    line-height: 10px;
}

.search-ipt {
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}

.js .search--open .search-btn {
    display: none !important;
}

.web-search .search-attr {
    font-size: 90%;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #333;
}

.search--open .search-attr {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    font-size: 20px;
}

.js .search--open {
    display: block !important;
}

.sitemap-logo-boxs h2 {
    background: #ff8e33 !important;
}

#cont>ul>li>ul>li>ul>li>a {
    color: #ff8e33 !important;
}

#footer {
    background: #ff8e33 !important;
}

#cont>ul>li>ul>li>a {
    color: #ff8e33 !important;
}

.path_bar li:last-child a {
    color: #ff8e33 !important;
}

.path-nav li:last-child a {
    color: #ff8e33;
}

.artic_tit .back:hover {
    color: #ff8e33 !important;
}

.news_next .divv3,
.news_next .divv4 {
    width: 100%;
    border-bottom: 1px solid #a6a6a6;
    display: flex;
}

.news_next .divv3>p,
.news_next .divv4>p {
    font-family: Arial;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
    line-height: 57px;
}

.news_next .divv3>span,
.news_next .divv4>span {
    margin-left: 4px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 57px;
}

@media only screen and (max-width:480px) {
    .head_right .top_right {
        display: none;
    }

    .head_right {
        margin-top: 0px !important;
        font-size: 16px;
    }

    .web_head .head_layer {
        padding: 10px 15px;
        align-items: center;
    }

    .web_head .logo img {
        max-height: 33px;
    }

    .head_bn_item img {
        height: 213px
    }

    .path-bar .path-nav li {
        font-size: 18px;
    }


    .path-bar {
        margin-bottom: 0px;
    }

    .newsxq_fr {
        margin-top: 15px;
    }

    .index_product {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .path_bar li,
    .path_bar li a {
        font-size: 16px;
    }

    .path_bar .pagnation_title {
        font-size: 20px;
    }
}

@media screen and (max-width:550px) {
    .inquiry-pop-bd {
        width: auto !important;
        left: 10px !important;
        right: 10px !important;
        top: 10px !important;
        bottom: 10px !important;
        margin: auto !important;
    }

    .product-items .product-item {
        width: 100% !important;
    }



    .web_head .logo {
        margin-left: 0px !important;
    }

    .head_right {
        margin-right: 0px !important;
    }
}



.tab-panel-content>a {
    color: #ff8e33 !important;
}

@media only screen and (max-width:950px) {
    .has-child b {
        position: absolute;
        top: 0;
        right: 0;
        width: 28px;
        height: 28px;
        z-index: 1;
    }

    .head_nav li b:after {
        content: '\f105';
        color: #999;
        font-size: 19px;
        position: absolute;
        right: 0;
        top: 5px;
        transform: rotate(90deg);
        transition: all .3s ease;
    }

    .head_nav>li ul li b:after {
        top: -3px;
    }

    .head_nav li b.hides:after {
        transform: rotate(0);
    }
}

@media only screen and (max-width:950px) {
    .head_nav li ul {
        display: block;
        width: 100%;
    }
}

@media only screen and (max-width:950px) {
    .head-search {
        position: relative;
        width: 90%;
        height: 35px;
        background: #000;
        margin: 0 auto;
    }
}

#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: #ff8e33 !important;
    border-right-color: #ff8e33 !important;
}

#cont a:hover {
    text-decoration: underline;
}

.aside {
    position: sticky;
    top: 120px;
}

.aside::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.web_main {
    overflow: visible;
}

#cont>ul>li>ul>li.has-childs>ul>li>ul>li>a {
    color: #ff8e33 !important;
}

#cont>ul>li>ul>li.has-childs>ul>li.has-childs>a:after {
    background: #ff8e33 !important;
}

#cont>ul>li>ul>li.has-childs>ul>li.has-childs>ul>li>a:before {
    border-top-color: #ff8e33 !important;
    border-right-color: #ff8e33 !important;
}

#cont>ul>li>ul>li>ul>li.has-childs {
    margin-left: 36px;
}

.lazy {
    opacity: 0;
}

.message_foo {
    width: 48%;
    border: 1px solid #d6d6d6;
    padding: 20px;
    position: relative;
}

.message_sw {
    overflow: hidden;
}

.message_sw .swiper-pagination {
    bottom: 10%;
}

.message_sw .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 10px;
}

.message_sw .swiper-pagination-bullet-active {
    background: #ff8e33;
}

.tac_f {
    display: flex;
    align-items: center;
    justify-content: center;
}

.message_foo::before {
    content: '\f10d';
    line-height: 1;
    font-size: .4rem;
    font-family: "fontawesome";
    color: #ccc;
}

.message_foo::after {
    content: '\f10e';
    line-height: 1;
    font-size: .4rem;
    position: absolute;
    font-family: "fontawesome";
    color: #ccc;
    right: 20px;
}

.message_foo .form {
    text-align: right;
    white-space: nowrap;
    padding-top: .2rem;
    font-style: italic;
}

.message_foo .form:before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1px;
    background-color: #d6d6d6;
    margin-right: .1rem;
    vertical-align: middle;
}

@media screen and (max-width:950px) {
    .blog-item .item-info .item-detail {
        display: none;
    }

    .newsxq_fr {
        margin-top: 30px;
    }

    .product p {
        font-size: 16px !important;
    }

    .wow {
        animation: none !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media screen and (max-width:768px) {
    .message_foo {
        width: 100%;
        padding-bottom: 15%;
    }

    .message_sw .swiper-pagination {
        bottom: 2%;
    }

    .message_foo::after {
        right: 40px;
    }

    .goods-items .product-item {
        width: 100%;
    }

    .items_content_swiper {
        height: unset;
        overflow: unset;
    }

    .goods-may-like .goods-items .product-item:not(:nth-child(-n+4)) {
        display: none;
    }
}


.ab_list .ab_item {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.ab_list .ab_item:not(:first-child) {
    margin-top: 50px
}

.ab_list .ab_item:nth-child(even) .ab_img {
    order: 2
}

.ab_list .ab_item .ab_img,
.ab_list .ab_item .ab_info {
    width: 46%
}

.ab_list .ab_item .ab_img {
    height: 0;
    padding-bottom: 30%;
    position: relative;
    overflow: hidden
}

.ab_list .ab_item .ab_img:hover img {
    transform: scale(1.1)
}

.ab_list .ab_item .ab_img img {
    transition: all .3s ease;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.ab_list .ab_item .ab_info .ab_tit {
    color: #000;
    font-size: 40px;
    text-transform: capitalize;
    font-family: "cheltenhamBoldItalic";
    line-height: 1;
    text-decoration: underline
}

.ab_list .ab_item .ab_info .ab_desc {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 35px
}

.ab_list .ab_item .ab_info .ab_btn {
    background: #ff8e33;
    font-size: 18px;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    display: table;
    margin-top: 46px;
    border-radius: 5px;
    border: 2px solid #ff8e33;
    transition: all .3s ease
}

.ab_list .ab_item .ab_info .ab_btn:hover {
    transform: translateY(-5px)
}

@media screen and (max-width:950px) {

    .ab_list .ab_item .ab_img,
    .ab_list .ab_item .ab_info {
        width: 100%
    }

    .ab_list .ab_item .ab_img {
        order: unset !important;
        padding-bottom: 70%
    }

    .ab_list .ab_item .ab_info {
        margin-top: 20px
    }

    .ab_list .ab_item .ab_info .ab_tit {
        font-size: 24px
    }

    .ab_list .ab_item .ab_info .ab_desc {
        margin-top: 15px
    }
}

.sitemap-logo-boxs >.sep-container >h1{
    background: #ff8e33 !important;
}