@charset "utf-8";

#video1 {
    width: 100vw;
    height: 100%;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

input::-webkit-input-placeholder {
    color: #888888;
}

input:-moz-placeholder {
    color: #888888;
}

input::-moz-placeholder {
    color: #888888;
}

input:-ms-input-placeholder {
    color: #888888;
}

textarea {
    resize: none;
    overflow: hidden;
}

textarea::-webkit-input-placeholder {
    color: #888888;
}

textarea:-moz-placeholder {
    color: #888888;
}

textarea::-moz-placeholder {
    color: #888888;
}

textarea:-ms-input-placeholder {
    color: #888888;
}

.img_warp {
    position: relative;
    overflow: hidden;
}

.img_warp img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .3s;
    transition: all .5S;
}

.head-wrapper {
    position: fixed;
    width: 100%;
    z-index: 10000;
    width: 100%;
}

.head-wrapper .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;
}

.logo {
    position: relative;
    float: left;
}

.logo img {
    padding: 10px 0px;
}

.logo,
.head-social,
.head-social li,
.change-language {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
    text-align: left;
}

.head_left {
    display: flex;
    justify-content: start;
    align-items: center;
    width: 40%;
}

.head-right {
    position: relative;
    float: right;
    text-align: right;
}

.topbar {
    position: relative;
    margin: 20px 0;
}

.change-language {
    color: #FFFFFF;
}

.success .head-wrapper {
    background: #dedede;
}

.head-search-wrap {
    position: relative;
    width: 100%;
    max-width: 450px;
    margin-left: 20%;
}

.head-search-wrap .search-title {}

.head-search-wrap.wrap-hide .search-title {
    background-position: 5px -34px;
}

.head-search {
    max-width: 200px;
}

.head-search .search-ipt {
    color: #fff;
    border-radius: 4px;
    width: 100%;
    height: 30px;
    background: none;
    border: 1px #fff solid;
    font-size: 16px;
    padding-left: 20px;
    background-color: transparent;
    padding-right: 30px;
}

.head-search .search-ipt::placeholder {
    color: #fff;
}

.head-search .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 30px;
    border: none;
    background-color: transparent;
    background-position: 5px 10px;
    background: url(./img/m_search.webp) no-repeat center/cover;
    font-size: 0;
    padding: 0;
    margin: 0 !important;
    background-size: 18px !important;
    background-position: center !important;
}

.nav-wrap {
    width: 1500px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-wrap .head-search-wrap {
    margin-left: 0;
    max-width: 250px;
    width: 20%;
}

.nav-wrap .head-search-wrap .head-search {
    max-width: 300px;
}

.nav-bar {
    position: relative;
    height: auto;
    background: transparent;
    border-bottom: 1px solid #fff;
}

.nav-bar .nav {
    height: 100%;
}

.nav-bar .nav li {
    display: block;
    text-align: left;
}

.nav-bar .nav>li {
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    padding: 0 20px;
}

.nav-bar .nav>li:hover>a,
.nav-bar .nav>li.nav-current>a {
    color: #FC8A1D;
}

.nav-bar .nav>li:hover>a::before,
.nav-bar .nav>li.nav-current>a::before {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #F08519;
    bottom: 0px;
    content: ' ';
}

.nav-bar .nav>li>a {
    line-height: 100px;
    position: relative;
    display: inline-block;
    font-family: 'OpenSans-Regular';
    font-size: 22px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
}

.nav-bar .nav li li {
    display: block;
    *display: block;
    line-height: 35px;
    color: #333;
}

.nav-bar .nav li li a {
    padding: 0 15px;
    color: #333;
    display: block;
    border-bottom: 1px solid #eee;
}

.nav-bar .nav li>ul {
    width: 225px;
    position: absolute;
    top: 60px;
    left: 0;
    background: rgba(255, 255, 255, .9);
    text-align: left;
    display: none;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.nav-bar .nav ul ul,
.fixed-nav.nav-bar .nav ul ul {
    top: 0;
    left: 227px;
    width: 300px;
}

.nav-bar .nav ul li:hover>a {
    color: #fe8f01;
}

.nav-bar .nav li .nav-ico {
    font-size: 16px;
    z-index: 10;
    margin: 0;
}

.nav-bar .nav li .nav-ico:after {
    content: '\f107';
}

.nav-bar .nav li li .nav-ico {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 35px;
}

.nav-bar .nav li li .nav-ico:after {
    content: '\f105';
    font-size: 12px;
}

.fixed-nav {
    background-color: #fff;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    z-index: 10009;
    text-align: center;
}

.fixed-nav .nav>li>a {
    color: #333;
}

.fixed-nav .head-search .search-ipt {
    color: #333;
    border: 1px #333 solid;
}

.fixed-nav .head-search .search-ipt::placeholder {
    color: #333;
}

.fixed-nav .head-search .search-btn {
    background: url(./img/search.webp) no-repeat center/cover
}

.fixed-nav .change-language,
.fixed-nav .change-language-title span {
    color: #333;
}

.fixed-nav-appear {
    top: 0;
}

.other .nav-bar {
    background-color: #fff;
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    margin: 0;
    -webkit-transition: top .5s;
    -moz-transition: top .5s;
    -o-transition: top .5s;
    transition: top .5s;
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
    z-index: 10009;
    text-align: center;
}

.other .nav-bar .nav>li>a {
    color: #333;
}

.other .nav-bar .head-search .search-ipt {
    color: #333;
    border: 1px #333 solid;
}

.other .nav-bar .head-search .search-ipt::placeholder {
    color: #333;
}

.other .nav-bar .head-search .search-btn {
    background: url(./img/search.webp) no-repeat center/cover
}

.other .nav-bar .change-language,
.fixed-nav .change-language-title span {
    color: #333;
}

.other .head-wrapper>div {
    display: none !important;
}

.other .privacy-main {
    margin-top: 120px !important;
}

.web_head .head_nav>li .menu {
    width: 100%;
    padding: 30px 50px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 101%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.web_head .head_nav>li .menu .erji {
    width: 30%;
}

.web_head .head_nav>li .menu .erji a {
    color: #F36617;
    font-size: 16px;
    font-family: 'Montserrat-Bold';
    padding: 5px 0px;
    font-weight: bold;
}

.web_head .head_nav>li .menu .erji a i {
    font-family: 'iconfont';
}

.web_head .head_nav>li .menu .info {
    width: 55%;
    flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-left: 1%;
    margin-right: 2%;
    display: none;
}

.web_head .head_nav>li .menu .info img {
    display: none;
}

.web_head .head_nav>li .menu .erji img {
    display: none;
}

.web_head .head_nav>li .menu .info a {
    font-size: 16px;
    color: #414141;
    font-weight: 400;
    line-height: 1.3;
    padding: 0;
}

.web_head .head_nav>li .menu .info li {
    width: 46%;
    padding: 10px 0;
}

.web_head .head_nav>li .menu .img_warp {
    width: 35%;
    border-radius: 8px;
    position: relative;
    padding-bottom: 18%;
    overflow: hidden;
}

.web_head .head_nav li.menu_left ul {
    left: auto;
    right: 0;
}

.web_head .head_nav li.menu_left ul ul {
    right: 102%;
}

.web_head .head_nav li:hover>.menu {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.home_certificate {
    background: #FAFAFD;
    padding-top: 72px;
    padding-bottom: 50px;
}

.home_certificate_swiper {
    position: relative;
}

.home_certificate_swiper .swiper-slide {
    position: relative;
    padding-bottom: 47%;
}

.home_certificate_swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
}

.home_certificate_swiper_con {
    position: relative;
}

.home_certificate .swiper-button-next {
    right: -60px;
}

.home_certificate .swiper-button-prev {
    left: -60px;
}

.home_certificate .swiper-button-next,
.home_certificate .swiper-button-prev {
    width: 54px;
    height: 54px;
    background: #333333;
    border-radius: 27px;
    text-align: center;
    font-size: 30px;
}

.home_certificate .swiper-button-next.swiper-button-disabled,
.home_certificate .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.home_certificate .swiper-button-prev:before,
.home_certificate .swiper-container-rtl .swiper-button-next:before {
    content: "\e61f";
    font-family: 'iconfont';
    transform: scale(1);
    line-height: 54px;
    color: #fff;
}

.home_certificate .swiper-button-next:before,
.home_certificate .swiper-container-rtl .swiper-button-prev:before {
    content: "\e61b";
    font-family: 'iconfont';
    transform: scale(1);
    line-height: 54px;
    color: #fff;
}

.foot-wrapper {
    position: relative;
    width: 100%;
    font-family: 'SourceSansProLight';
    font-size: 16px;
    background-color: #fff;
}

.foot-wrapper,
.foot-wrapper a {
    font-family: Calibri;
    font-weight: 300;
    font-size: 18px;
    color: #666;
    line-height: 30px;
}

.foot-wrapper a:hover {
    color: #fe8f01
}

.foot-items {
    padding: 80px 0 50px;
}

.foot-items .layout {}

.foot-items,
.foot-items a {}

.foot-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 25%;
    padding: 0 5% 0 0;
}

.foot-item-infomation .foot-cont {
    margin-top: 60px;
}

.foot-item-infomation .foot-cont li {
    position: relative;
    padding-left: 16px;
    font-family: Calibri;
    font-weight: 300;
    font-size: 18px;
    color: #666666;
    margin: 21px auto;
    line-height: 1.4;
}

.foot-item-infomation .foot-cont li:nth-child(2) {
    margin: 21px 0px 0;
}

.foot-item-infomation .foot-cont li:nth-child(3) {
    margin: 0px 0px;
}

.foot-item-infomation .foot-cont li::before {
    position: absolute;
    top: 9px;
    content: ' ';
    width: 6px;
    height: 6px;
    left: 0px;
    border-radius: 50%;
    background-color: #666;
}

.foot-item.foot-item-contact {
    width: 25%;
    padding: 0 5% 0 0;
}

.foot-item.foot-item-social {
    width: 25%;
    padding: 0 5% 0 0;
}

.foot-item .foot-tit,
.foot-item .foot-tit a {
    font-family: Coda;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    text-transform: uppercase;
    padding-bottom: 31px;
    border-bottom: 1px solid #fe8f01;
    margin-bottom: 25px;
    margin-top: 87px;
    max-width: 70%;
}

.foot-item .foot-tit a {
    border: 0;
    margin: 0;
    padding: 0;
}

.foot-item-contact li {
    position: relative;
    line-height: 25px;
    padding: 0 0 10px;
}

.foot-item.foot-item-inquiry {
    width: 25%;
    padding: 0 0 0 0;
}

.foot-item.foot-item-inquiry .subscribe {
    margin-top: 30px;
    position: relative;
}

.foot-item.foot-item-inquiry .inquiryfoot {
    border-radius: 0;
    width: 80%;
    min-width: 300px;
    font-family: Coda;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 48px;
    padding: 0% 4%;
    background-color: #FC8A1D;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: none;
}

.foot-item.foot-item-inquiry .inquiryfoot i {
    font-size: 26px;
    margin-right: 20px;
}

.foot-item.foot-item-inquiry .foot-cont p {}

.head-social li {
    line-height: 35px;
    display: block;
}

.head-social li img {
    max-width: 40px;
}

.head-social li span {
    display: inline-block;
    padding: 0 0 0 18px;
}

.head-social li:hover span {
    color: #fe8f01;
}

.footer,
.footer a {
    color: #666;
    padding: 0px 0 50px;
}

.footer a:hover {
    color: #fe8f01;
}

.footer .layout {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

ul.fnf {
    display: flex;
    justify-content: start;
    align-items: center;
    min-width: 150px;
}

ul.fnf li {
    width: 25%;
}

ul.fnf li a {
    display: block;
    transition: .3s;
    padding-bottom: 0;
}

ul.fnf li:hover a {
    transform: rotate(15deg);
}

.copyright {
    margin: 20px 0 0;
}

.sidebar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 20px;
    z-index: 99;
    border-radius: 50%;
}

.sidebar.active {
    display: block;
}

.sidebar ul li {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-bottom: 8px;
    background: #FC8A1D;
    border-radius: 10px;
    cursor: pointer;
}

.sidebar ul li span {
    display: block;
    width: 50px;
    height: 50px;
}

.sidebar ul li .sidebar_item_con {
    display: none;
    position: absolute;
    top: 0;
    right: 100%;
}

.sidebar ul li .sidebar_item_con .sidebar_item_txt {
    margin-right: 4px;
    background-color: #FC8A1D;
    padding: 0 8px;
    text-align: right;
    height: 50px;
    font-size: 16px;
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    white-space: nowrap;
}

.sidebar ul .slide:hover .sidebar_item_con {
    display: block;
}

.sidebar ul .slide img {
    max-width: 150px;
    max-height: 100%;
    height: auto;
    width: auto;
}

.sidebar ul .slide:hover .sidebar_item_con {
    display: block;
}

.slide span {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: #FC8A1D;
    border-radius: 8px;
    color: #fff;
    font-size: 30px;
    display: inline-block;
}

#slide {
    cursor: pointer;
}

#slide {
    cursor: pointer;
}

.index-layout {
    position: relative;
    width: 100%;
}

.title_warp {
    text-align: center;
    font-family: Coda;
    font-weight: 400;
}

.title_warp .title {
    font-size: 60px;
    color: #333;
    margin-bottom: 16px;
    text-transform: capitalize;
}

.title_warp .button a {
    font-size: 24px;
    color: #FFFFFF;
    background-color: #FC8A1D;
    padding: 10px 16px;
    display: inline-block;
}

.title_warp .desc {
    font-size: 18px;
    color: #999999;
}

.home_about {
    margin-top: 3%;
}

.home_about .layout {
    display: flex;
    justify-content: start;
    align-items: start;
}

.home_about .left {
    width: 47%;
    padding-right: 3%;
}

.home_about .right {
    width: 53%;
    padding-bottom: 50%;
    padding-bottom: 28%;
}

.home_about .left .title {
    font-weight: bold;
    font-size: 60px;
    color: #333;
}

.home_about .left .desc {
    font-weight: bold;
    font-size: 26px;
    color: #FC8A1D;
    margin: 30px 0 40px;
}

.home_about .left .describe {
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    line-height: 24px;
}

.home_about .left .button {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #999999;
    padding: 2% 4%;
    margin-top: 44px;
    display: inline-block;
    border: 1px solid #999999;
}

.home_about .left .button:hover {
    border-color: #FC8A1D;
    color: #FC8A1D;
}

.products_warp {
    padding: 5% 3% 4%;
    margin: 0px auto;
    position: relative;
    background-color: #fff;
}

.prodduct_warp {
    overflow: hidden;
}

.products_warp .products_list li {
    width: 24.25%;
    margin-right: 1%;
}

.products_warp .products_list li:hover img {
    transform: scale(1.1);
}

.products_warp .products_list li:hover .desc {
    color: #FC8A1D;
}

.products_warp .products_list li:last-child {
    margin-right: 0;
}

.products_warp .products_list li .img_warp {
    padding-bottom: 75%;
    display: block;
}

.products_warp .products_list li .desc {
    font-family: Coda;
    font-weight: 400;
    font-size: 21px;
    color: #333;
    background-color: #f8f8f8;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1% 3%;
    min-height: 3em;
    text-align: center;
}

.news_warp {
    padding: 5% 3% 4%;
    margin: 0px auto;
    position: relative;
    background-color: #fff;
}

.news_list {
    margin-top: 45px;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.news_list .new_item {
    width: 49%;
    margin-right: 1%;
}

.news_list .new_item:nth-child(2) {
    margin-right: 0%;
}

.news_list .img_warp {
    padding-bottom: 100%;
    display: block;
}

.news_list .info {
    padding: 4% 5%;
    display: flex;
    flex-direction: column;
    background-color: #F8F8F8;
}

.news_list .info .title_w {
    display: flex;
    justify-content: start;
    align-items: center;
}

.news_list .info .time p {
    padding: 17px 14px;
    font-family: Coda;
    font-weight: 400;
    font-size: 24px;
}

.news_list .time p:nth-child(1) {
    color: #F1841A;
    background-color: #1F1F1F;
}

.news_list .time p:nth-child(2) {
    color: #1F1F1F;
    background-color: #F1841A;
}

.news_list .time {
    margin-right: 22px;
    min-width: 100px;
    text-align: center;
}

.news_list .title_w .title {
    font-family: Coda;
    font-weight: 400;
    font-size: 30px;
    color: #333;
    width: 80%;
}

.news_list .info .desc {
    margin-top: 20px;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    height: 4em;
}

.send_message {
    background-color: #F1841A;
    padding: 5% 3% 5%;
}

.send_message .layout {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.send_message .layout .left {
    font-family: Coda;
    font-weight: 400;
    font-size: 40px;
    color: #FFFFFF;
    line-height: 48px;
    width: 70%;
}

.send_message .layout .button {
    font-family: Coda;
    font-weight: 400;
    font-size: 30px;
    color: #FC8A1D;
    line-height: 48px;
    padding: 1% 3%;
    background-color: #FFFFFF;
    min-width: 400px;
    text-align: center;
}

.send_message .layout .button:hover {
    color: #000;
}

.ibanner {
    position: relative;
    overflow: hidden;
}

.ibanner img {
    width: auto;
    height: 300px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}

.ibanner .layout {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 90%;
    height: 100%;
    left: 50%;
    top: 10%;
    flex-direction: column;
    transform: translateX(-50%);
}

.ibanner .layout .title {
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 12px;
    text-transform: capitalize;
}

.ibanner .layout .ibanner_warp {
    display: flex;
    justify-content: start;
    align-items: center;
}

.ibanner .layout .ibanner_warp,
.ibanner .layout .ibanner_warp a {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-transform: uppercase;
}

.ibanner .layout .ibanner_warp ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ibanner .layout .ibanner_warp ul li {
    position: relative;
    padding-right: 16px;
}

@media screen and (max-width: 768px) {
    .ibanner .layout .ibanner_warp {
        margin-top: 10px
    }

    .ibanner .layout .ibanner_warp ul li {
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

.ibanner .layout .ibanner_warp ul li::after {
    content: '/';
    right: 8px;
    position: absolute;
}

.ibanner .layout .ibanner_warp ul li:last-child::after {
    display: none;
}

.ibanner .layout .ibanner_warp p {
    margin-right: 10px;
}

.ibanner .layout .ibanner_warp a:hover {
    color: #FC8A1D;
}

.about_warp {
    background-color: #F8F8F8;
    padding: 60px 0px;
}

.about_page .about_warp {
    padding: 3% 0 5%;
    ;
    background-color: #fff;
}

.about_page .about_warp .title {
    position: relative;
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    text-align: center;
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.about_warp .title::before {
    position: absolute;
    bottom: 0;
    width: 100px;
    height: 4px;
    background-color: #F08519;
    content: ' ';
    left: 50%;
    transform: translateX(-50%);
}

.about_warp .about_cont {
    font-family: Arial;
    font-weight: 400;
    font-size: 18px;
    color: #666666;
}

.about_warp .about_cont p {
    margin-bottom: 20px;
    line-height: 1.8;
}

.about_warp .img_about {
    width: 100%;
    margin-bottom: 60px;
}

.about_warp ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about_warp li {
    width: 32%;
    margin-bottom: 30px;
}

.about_warp li:nth-child(3n) {
    padding-right: 0;
}

.about_warp .img_warp {
    position: relative;
    padding-bottom: 68%;
}

.about_warp .home_about .img_warp {
    position: relative;
    padding-bottom: 28%;
}

.about_warp .home_about .img_warp img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about_warp li .desc {
    background-color: #eee;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3%;
    font-family: Arial;
    font-weight: 400;
    font-size: 22px;
    color: #001333;
}

.company-synopses-wrap {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-image: url(img/demo/sny-bg.jpg);
    background-repeat: round;
}

.company-synopses {
    position: relative;
    width: 100%;
}

.synopsis-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 16.666667%;
    text-align: center;
}

.synopsis-item .item-wrap {
    position: relative;
    padding: 0 20px;
}

.synopsis-item .item-img {
    position: relative;
    width: 100%;
}

.synopsis-item .item-img img {
    position: relative;
}

.synopsis-item .item-info {}

.synopsis-item .item-title {
    margin: 20px 0;
    font-weight: 400;
    line-height: 1.2;
    text-align: center;
    font-family: 'OpenSans-Regular';
    font-size: 20px;
    color: #3d3d3d;
    text-transform: uppercase;
}

.synopsis-item .item-info .item-text {
    font-weight: 100;
    font-family: 'Arial';
    font-size: 12px;
    color: #3d3d3d;
}

.index-title-bar {
    position: relative;
    margin: 0 0 50px;
}

.index-title-bar .title {
    font-family: 'OpenSans-Bold';
    font-size: 31px;
    color: #3d3d3d;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
}

.index-title-bar .sub-title {
    font-family: 'OpenSans-Regular';
    font-size: 25px;
    color: #3d3d3d;
    text-align: center;
    font-weight: 400;
}

.index-title-bar .title,
.index-title-bar .title a {}

.index-product-wrap {
    position: relative;
    padding: 50px 0 70px 0;
    background-image: url(img/demo/content_bg.jpg);
    border-top: 1px solid rgb(195, 195, 195);
}

.index-product-wrap .product-item {
    width: 25%;
    display: inline-block;
    padding: 1%;
    margin-bottom: 0;
}

.index-product-wrap .product-items {
    width: 102%;
    margin-left: -1%;
}

.index-product-wrap:before {
    content: "";
    width: 38px;
    height: 19px;
    background-image: url(img/demo/img01.jpg);
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -19px;
}

.index-product-wrap .product-items .product-item .item-img {
    border: 3px solid rgb(205, 205, 205);
    position: relative;
}

.index-product-wrap .product-items .product-item .item-img a:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(60, 60, 60, 0.5);
    z-index: 9;
    opacity: 0;
}

.index-product-wrap .product-items .product-item .item-img a:after {
    content: "";
    width: 75px;
    height: 75px;
    position: absolute;
    top: 10%;
    left: 50%;
    margin-top: -37.5px;
    margin-left: -37.5px;
    z-index: 10;
    background-image: url(img/demo/zoom-icon.png);
    opacity: 0;
}

.index-product-wrap .product-items .product-item:hover .item-img a:after {
    opacity: 1;
    top: 50%;
}

.index-product-wrap .product-items .product-item:hover .item-img a:before {
    opacity: 1;
}

.index-product-wrap .product-item .item-info {
    padding: 10px 20px;
}

.index-product-wrap .product-item .item-info .item-name a {
    font-weight: normal;
    text-transform: uppercase;
    margin-top: -1px;
    line-height: 1.2;
    text-align: center;
    font-family: 'Arial';
    font-size: 12px;
    color: #3d3d3d;
    letter-spacing: 0px;
}

.index-product-wrap .view-all {
    display: block;
    width: 100%;
    max-width: 204px;
    background-color: rgb(61, 61, 61);
    padding: 20px 0;
    color: #fff;
    text-align: center;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-family: 'OpenSans-Regular';
    font-size: 18px;
    font-weight: 400;
}

.index-product-wrap .view-all:hover {
    background-color: #fe8f01;
}

.goods-items-wrap .product-item {
    display: block;
    *display: block;
    width: 100%;
    margin: 0;
}

.goods-items-wrap .goods-items {
    display: flex;
    justify-content: start;
    align-items: center;
}

.product-items {
    position: relative;
}

.product-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    text-align: center;
    width: 33.333333%;
    margin: 0 0 20px;
}

.product-item .item-img {
    position: relative;
    width: 100%;
    border: 2px #d8d8d8 solid;
    padding-bottom: 77%;
    overflow: hidden;
}

.product-item .item-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    transition: .3s;
}

.product-item:hover .item-img img {
    transform: scale(1.1);
}

.product-item .item-img:hover:before {}

.product-item .item-info {
    position: relative;
    padding: 10px 0;
}

.product-item .item-info .item-name {
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    font-family: 'Arial';
    font-size: 16px;
    color: #3d3d3d;
    min-height: 4em;
}

.about-us-wrap {
    position: relative;
    width: 100%;
    z-index: 0;
    padding: 90px 0;
    background-attachment: fixed;
}

.about-detail {
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 10%;
    font-size: 49px;
    color: #ffffff;
    z-index: 99;
}

.title_warp {
    text-align: center;
    margin-bottom: 54px;
    color: #414141
}

.title_warp .index_title {
    font-family: Montserrat-Regular;
    font-weight: bold;
    font-size: 36px;
    ;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 38px;
    margin-bottom: 40px;
}

.title_warp .index_title::before {
    position: absolute;
    width: 260px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    content: ' ';
    display: block;
    background-color: #F36617;
    bottom: 10px;
}

.title_warp .index_title::after {
    position: absolute;
    width: 260px;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    content: ' ';
    display: block;
    background-color: #F36617;
    bottom: 0;
}

.title_warp .desc {
    font-family: Montserrat-Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.div {
    height: 75px;
    background-color: #ddd;
    margin-bottom: 116px;
}

.index_business .div {
    margin-bottom: 0;
}

.index_business .content {
    background: url(./img/mbg4.webp) no-repeat center/cover;
    padding-top: 116px;
    color: #E8E8E8;
}

.index_business .title_warp {
    color: #E8E8E8;
}

.index_business .desc {
    width: 60%;
    margin: 0 auto;
}

.index_business .info {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
    padding-bottom: 80px;
}

.index_business .info .item {
    width: 19%;
    margin-right: 1%;
    margin-bottom: 50px;
}

.index_business .info .item:nth-child(5n) {
    margin-right: 0;
}

.index_business .info .item .img_warp {
    padding-bottom: 90%;
}

.index_business .info .item .img01 {
    display: block
}

.index_business .info .item .img02 {
    display: none;
}

.index_business .info .item:hover .img01 {
    display: none
}

.index_business .info .item:hover .img02 {
    display: block;
    transform: scale(1.1);
}

.index_business .info .item p {
    margin-top: 30px;
    text-align: center;
    font-family: Montserrat-Regular;
    font-weight: bold;
    font-size: 18px;
    color: #E8E8E8;
}

.index_hd {
    text-align: center;
    margin-bottom: 45px;
}

.index_hd .hd_title {
    display: inline-block;
    position: relative;
    font-size: 55px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.index_hd .hd_title em {
    position: relative;
    z-index: 1;
    color: rgba(51, 51, 51, 1);
    text-transform: capitalize;
}

.index_hd .hd_title em span {
    color: rgba(1, 103, 64, 1);
}

.index-new-wrap {
    position: relative;
    background-image: url(img/demo/content_bg.jpg);
    padding: 70px 0;
}

.index-new-wrap .news-items {}

.index-new-wrap .news-item {
    visibility: visible !important;
}

.index-new-wrap .news-item .news-img {
    width: 32%;
    height: auto;
    float: left;
    border: 3px solid rgb(205, 205, 205);
}

.index-new-wrap .news-item .news-img img {
    max-width: 114px;
    width: 100%;
}

.index-new-wrap .news-item .news-info {
    width: 63%;
    float: right;
}

.index-new-wrap .news-item .news-info .news-title {
    font-weight: 400;
    line-height: 1.2;
    font-family: 'OpenSans-Regular';
    font-family: 'Open Sans';
    font-size: 20px;
    color: #3d3d3d;
    margin-bottom: 28px;
}

.index-new-wrap .news-item .news-info .news-detail {
    font-family: 'Arial';
    font-size: 12px;
    color: #3d3d3d;
}

.index-new-wrap .news-item .news-info .item-more {
    display: block;
    width: 100%;
    max-width: 139px;
    margin-top: 35px;
    background-color: #fe8f01;
    padding: 15px 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-family: "OpenSans-Bold";
    font-size: 15px;
    font-weight: 400;
}

.index-new-wrap .news-item .news-info .item-more:hover {
    background-color: rgb(61, 61, 61);
}

.index-new-wrap .swiper-button-next,
.index-new-wrap .swiper-button-prev {
    opacity: 0;
}

.index-new-wrap:hover .swiper-button-next,
.index-new-wrap:hover .swiper-button-prev {
    opacity: 1;
}

.index-client-wrap {
    position: relative;
    background-image: url(img/demo/content_img.jpg);
    padding: 70px 0;
    border-top: 1px solid rgb(195, 195, 195);
}

.index-client-wrap:before {
    content: "";
    width: 38px;
    height: 19px;
    background-image: url(img/demo/bor-img03.jpg);
    position: absolute;
    top: -1px;
    left: 50%;
    margin-left: -19px;
}

.index-client-wrap .client-items {}

.index-client-wrap .client-item {
    visibility: visible !important;
}

.index-client-wrap .client-item .client-img {
    display: block;
    text-align: center;
}

.index-client-wrap .client-item .client-img img {}

.index-client-wrap .swiper-button-next,
.index-client-wrap .swiper-button-prev {
    display: none;
}

.index-client-wrap:hover .swiper-pagination {
    display: block;
}

.index-client-wrap .swiper-pagination-bullet {
    background: #999;
}

.index-client-wrap .swiper-pagination-bullet-active {
    background: #fe8f01;
}

.page-banner {
    position: relative;
}

.page-banner img {
    position: absolute;
    width: 100%;
    height: 100%;
}

.page-banner .title {
    font-family: 'SourceSansProSemibold';
    font-size: 50px;
    color: #FFF;
    text-transform: uppercase;
    width: 100%;
    height: 255px;
    line-height: 255px;
    text-align: right;
}

.path-bar {
    position: relative;
    width: 100%;
    line-height: 52px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 0 40px;
    text-transform: uppercase;
    text-align: center;
}

.path-bar li:after {
    content: "/";
    margin: 0 5px;
}

.path-bar .path-nav {}

.path-bar li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    font-size: 16px;
    color: #999;
}

.path-bar li a {
    color: #999;
}

.path-bar li.current a {
    color: #fe8f01;
}

.path-bar li:last-child:after {
    content: '';
}

.page-layout {
    padding: 60px 0 0;
}

.aside {
    float: left;
    width: 275px;
}

.side-tit-bar {
    position: relative;
}

.side-tit-bar .side-tit {
    position: relative;
    font-size: 14px;
    padding: 7px 0;
    text-transform: uppercase;
    background-color: #3d3d3d;
    color: #fe8f01;
    text-align: center;
    font-family: "OpenSans-Regular";
}

.side-widget {
    position: relative;
    margin: 0 0 20px;
    border: 1px solid #eee;
}

.side-widget .side-hide {
    padding: 15px;
}

.side-cate ul li {
    position: relative;
    line-height: 35px;
}

.side-cate ul li {
    padding: 0 13px;
}

.side-cate ul ul {
    display: none;
}

.side-cate ul li a {
    position: relative;
    display: block;
}

.side-cate>ul>li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 15px;
    width: 3px;
    height: 3px;
    background: #242533;
}

.side-cate ul li li a:before {
    display: none;
}

.side-cate ul li .icon-cate {
    position: absolute;
    right: 0;
    top: 10px;
    color: #666;
    font-size: 12px;
    cursor: pointer;
}

.side-cate ul li .icon-cate.icon-cate-down:before {
    content: '\f067';
}

.side-cate ul li .icon-cate.icon-cate-up:before {
    content: '\f068';
}

.side-cate .nav-current>a {
    font-weight: bold;
}

.products-scroll-list-wrap {
    position: relative;
}

.products-scroll-list {
    position: relative;
    padding: 15px 0 0;
}

.products-scroll-list li {
    margin: 0 0 20px;
    display: block;
    overflow: hidden;
    overflow: hidden;
    min-height: 70px;
    line-height: 24px;
}

.products-scroll-list li .pd-info {
    height: 70px;
    overflow: hidden;
}

.products-scroll-list li img {
    width: 70px;
    border: 1px solid #eeeeee;
    float: left;
    margin: 0 12px 0 0;
    border-radius: 2px;
}

.products-scroll-btn-prev,
.products-scroll-btn-next {
    position: relative;
    width: 100%;
    height: 19px;
    display: block;
    z-index: 999
}

.products-scroll-btn-prev {
    background: url(img/icons-prev.png) no-repeat center center;
    margin: 10px 0 0;
}

.products-scroll-btn-next {
    background: url(img/icons-next.png) no-repeat center center;
    margin: 10px 0 20px;
}

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

.side-bn img {
    max-width: 100%
}

.main {
    position: relative;
    width: calc(100% - 320px);
    display: block;
    float: right;
}

.main-tit-bar {
    overflow: hidden;
    border-bottom: 1px solid #d2d2d2;
    padding: 0 0 5px;
    margin: -6px 0 10px;
}

.main-tit-bar .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    font-size: 30px;
    text-transform: uppercase;
}

.main-tit-bar .share-this {
    display: inline;
    float: right;
    margin: 10px 10px 0 0;
}

.main-banner {
    position: relative;
    display: block;
}

.main-banner img {
    position: relative;
    width: 100%;
}

.page_title {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
    margin: 20px 0 25px;
}

.blog_list {
    position: relative;
    width: 100%;
}

.blog-item {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 20px;
}

.blog-item:nth-child(2n+1) {
    background: #f9f9f9;
}

.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 .item-wrap {}

.blog-item .item-img {
    position: relative;
    display: block;
    max-width: 200px;
    margin: 0 20px 0 0;
    float: left;
    width: 20%;
    padding-bottom: 13%;
}

.blog-item .item-img img {
    position: relative;
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.blog-item .item-info {}

.blog-item .item-info .item-title {
    font-size: 20px;
}

.blog-item .item-info time {
    display: block;
    font-style: italic;
    margin: 8px 0;
}

.blog-item .item-info .item-detail {}

.blog-item .item-info .item-more {
    float: right;
    color: #8f9395;
    margin: 10px 0 0;
}

.blog-item .item-info .item-more:hover {
    color: #fe8f01;
}

.goods-summary {
    margin: 15px 0;
}

.goods-summary h2 {
    font-weight: bolder;
    font-size: 22px;
}

.product-title-bar {
    position: relative;
    text-align: center;
    background: #eeeeee;
}

.product-title-bar li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'SourceSansProSemibold';
    font-size: 26px;
}

.product-title-bar li a {
    position: relative;
    line-height: 78px;
    padding: 0 142px;
    display: block;
}

.product-title-bar li.nav-current a:after,
.product-title-bar li:hover a:after {
    content: "";
    position: absolute;
    width: 17px;
    height: 11px;
    bottom: -11px;
    left: 50%;
    margin: 0 0 0 8.5px;
    background: url(img/pre02.png) no-repeat center center;
}

.product-title-bar li,
.product-title-bar li a {
    color: #7d7d7d
}

.product-title-bar li.nav-current a,
.product-title-bar li:hover a {
    color: #FFF;
    background: #fe8f01
}

.product-sub-title-bar {
    position: relative;
    text-align: center;
    padding: 50px 0 40px;
}

.product-sub-title-bar li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-family: 'SourceSansProSemibold';
    font-size: 20px;
}

.product-sub-title-bar li a {
    position: relative;
    line-height: 45px;
    padding: 0 43px;
    display: block;
}

.product-sub-title-bar li,
.product-sub-title-bar li a {
    color: #000000
}

.product-sub-title-bar li.nav-current a,
.product-sub-title-bar li:hover a {
    color: #fe8f01
}

.product-list,
.certificate-list,
.video-list,
.download-list,
.faq-list {
    position: relative;
}

.product-list {
    position: relative;
    width: 104%;
}

.product-list .product-item {
    padding-right: 4%;
}

.product-list ul {
    padding: 30px 0 20px;
}

.product-list ul,
.certificate-list ul,
.video-list ul {
    position: relative;
}

.download-list ul {}

.download-list ul li {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 30px;
    padding: 30px 0 10px;
    border-bottom: 1px solid #E9E9E9;
}

.download-list ul li .download-cont {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    float: left;
}

.download-list ul li .download-cont .download-pic {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    width: 25px;
    height: 25px;
    overflow: hidden;
}

.download-list ul li .download-cont .download-pic img {
    max-width: 25px;
    max-height: 25px;
}

.download-list ul li .download-cont .download-detail {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    margin: 0 15px;
    font-size: 18px;
    font-family: 'SourceSansProSemibold';
}

.download-list ul li .download-button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    float: right;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-left-color: #C1C1C1;
    border-right-color: #C1C1C1;
    border-top-color: #C9C9C9;
    border-bottom-color: #A5A5A5;
    border-radius: 5px;
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#F1F1F1', endColorStr='#DADADA', gradientType='0');
    background: -moz-linear-gradient(top, #F1F1F1, #DADADA);
    background: -o-linear-gradient(top, #F1F1F1, #DADADA);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#F1F1F1), to(#DADADA));
}

.download-list ul li .download-button a {
    position: relative;
    display: block;
    padding: 0 12px 0 40px;
    color: #0A0A0A;
    background-image: url(img/icons08.png);
    background-repeat: no-repeat;
    background-position: 15px 8px;
}

.faq-list ul {}

.faq-list ul li {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 24px;
    border-bottom: 1px solid #E9E9E9;
    color: #3D3D3D;
}

.faq-list ul li .faq-title {
    position: relative;
    padding: 20px 0 16px 42px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
}

.faq-list ul li .faq-title b {
    position: absolute;
    left: 1px;
    top: 20px;
    width: 24px;
    height: 24px;
    display: block;
    overflow: hidden;
}

.faq-list ul li .faq-title b.faq-down {
    background: url(img/icons10.png) no-repeat center center;
}

.faq-list ul li .faq-title b.faq-up {
    background: url(img/icons09.png) no-repeat center center;
}

.faq-list ul li .faq-title h2 {
    font-weight: normal;
    font-size: 18px;
    font-family: 'SourceSansProSemibold';
}

.faq-list ul li .faq-cont {
    position: relative;
    padding: 0 0 30px 42px;
    font-size: 14px;
}

.page_bar .pages {
    display: block;
    margin: 30px 0 0;
    text-align: right;
}

.pages a,
.pages span {
    display: inline-block;
    border: 1px solid #CFCFCF;
    line-height: 25px;
    padding: 0 9px;
    margin: 0 4px;
    vertical-align: middle;
}

.pages span,
.pages span a {
    text-transform: uppercase;
}

.pages span {
    margin: 0 10px;
}

.page_bar ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pages .active span {
    background-color: #fe8f01;
    border-color: #fe8f01;
    color: #fff;
}

.page-count {}

.pages .page-prev {
    margin: 0 10px 0 10px;
}

.pages .page-next {
    margin: 0 0 0 15px;
}

.pages a.current,
.pages a:hover {
    border: 1px solid #fe8f01;
    background: #fe8f01;
    color: #FFF;
}

.pages a:hover {
    text-decoration: none;
}

.blog-list {
    background: #fff;
    padding: 0 0 80px;
    margin: 0 auto 15px;
}

.blog-list .blog-item {
    padding: 20px 0;
    position: relative;
    margin: 0 auto 3px;
}

.blog-list .blog-item .blog-img {
    float: left;
    width: 200px;
    height: auto;
    margin: 0 20px 8px 0;
}

.blog-list .blog-item .blog-tit {
    font-size: 16px;
}

.blog-list .blog-item .blog-meta {
    display: block;
    color: #aaa;
}

.blog-list .blog-item .blog-meta span {
    display: inline;
    padding: 0 15px 0 0;
}

.blog-list .blog-item .blog-summary {
    padding: 8px 0;
    color: #999;
}

.blog-list .blog-item .readmore {
    display: block;
    text-align: right;
    font-size: 14px;
}

.blog-list .blog-item .readmore:hover a {
    color: #1F5792;
}

.blog-list .blog-item .readmore i {
    font-size: 14px;
}

.blog-list .blog-item:hover {
    background: #fafafa;
}

.blog-list .blog-item:hover img {
    opacity: 0.8;
}

.blog-list .blog-item:before {
    content: "";
    height: 1px;
    font-size: 1px;
    overflow: hidden;
    border-top: 1px double #fe8f01;
    border-bottom: 1px double #fe8f01;
    ;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -3px;
}

.product-intro {
    position: relative;
    display: block;
}

.product-title {
    font-size: 30px;
    border-bottom: 1px solid #dcdcdc;
    padding: 0 0 15px 0;
    margin: 0 0 20px;
    font-family: 'SourceSansProSemibold';
    font-weight: normal;
    line-height: 1.5;
    color: #333;
}

.cloud-zoom-lens {
    border: 1px solid #eee;
    cursor: move;
}

.cloud-zoom-title {
    font-family: Arial, Helvetica, sans-serif;
    position: absolute !important;
    background-color: #000;
    color: #fff;
    padding: 3px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    font-size: 10px;
    top: 0px;
}

.cloud-zoom-big {
    border: 1px solid #eee;
    overflow: hidden;
    padding: 0px;
}

.cloud-zoom-loading {
    color: white;
    background: #222;
    padding: 3px;
    border: 1px solid #000;
}

.product-view {
    position: relative;
    width: 35%;
    float: left;
}

.product-view .image-additional-wrap {
    position: relative;
    overflow: hidden;
}

.product-view .product-image.zoom_remove:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 999;
}

.product-view .product-image {
    position: relative;
    border: 1px solid #eeeeee;
}

.product-view .product-image img {
    position: relative;
    width: 100%;
}

.product-view .image-additional {
    position: relative;
    width: 80%;
    margin: 20px auto 0;
    overflow: hidden;
}

.product-view .image-additional .swiper-container {
    padding: 0;
}

.product-view .image-additional.image-additional-hide {
    display: none;
}

.product-view .image-additional .image-item img {
    position: relative;
    width: 100%;
    border: 1px solid #eee;
}

.product-view .image-additional .image-item a {
    position: relative;
    display: block;
}

.product-view .image-additional .image-item.current img {
    border-color: #fe8f01;
    border-width: 2px;
}

.product-view .swiper-button-next,
.product-view .swiper-button-prev {
    margin: -8px 0 0;
    font-size: 14px;
    position: absolute;
    width: 30px;
    height: 30px;
    background: white;
    text-align: center;
    box-shadow: 0px 0px 2px 1px #dedede;
    font-size: 20px;
    line-height: 30px;
    cursor: pointer;
}

.product-view .image-additional .swiper-button-prev {
    right: auto;
    left: -4%;
}

.product-view .image-additional .swiper-button-next {
    right: -4%;
}

.product-summary {
    position: relative;
    width: 60%;
    float: right;
}

.product-summary .product-meta {
    line-height: 25px;
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.product-summary .product-meta h3 {
    font-family: 'SourceSansProSemibold';
    margin: 0 0 10px;
    font-size: 16px;
}

.product-btn-wrap {
    position: relative;
    margin: 20px 0 0;
}

.product-btn-wrap .email,
.product-btn-wrap .pdf,
.product-btn-wrap .buy {
    position: relative;
    display: inline-block;
    * display: inline;
    * zoom: 1;
    vertical-align: top;
    line-height: 30px;
    padding: 0 15px;
    border-radius: 3px;
    background: #fe8f01;
    border: 1px solid #fe8f01;
    color: #FFF;
    margin: 0 20px 10px 0;
    background: #393939;
    border: 1px solid #393939;
}

.product-btn-wrap .buy {
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 30px;
}

.product-btn-wrap .email:before {
    content: "\f0e0";
    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: #fe8f01;
}

.product-summary .share-this {
    margin: 30px 0 0;
}

.product-detail {
    position: relative;
    overflow-x: scroll;
    width: 100%;
    margin: 50px 0 0;
    border: 1px solid #C8C8C8;
}

.detail-tabs {
    position: relative;
    background-color: #eee;
}

.detail-tabs .title {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    padding: 7px 15px;
    margin: 0 3px 0 0;
    cursor: pointer;
    font-size: 18px;
    text-transform: uppercase;
    background: #f0f0f0;
    color: #333;
}

.detail-tabs .title.current {
    color: #333;
    font-family: 'SourceSansProSemibold';
    background-color: #fff;
}

.detail-tabs .title.current:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    background: #fe8f01;
}

.product-detail .detail-panel {
    padding: 20px 0;
    display: block;
    overflow: hidden
}

.product-detail .disabled {
    display: none;
}

.goods-tbar {
    position: relative;
    border-bottom: 1px solid #bbbdc4;
    margin: 0 0 25px;
}

.goods-tbar:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 63px;
    height: 2px;
    background: #323237;
}

.goods-tbar .title {
    position: relative;
    font-size: 14px;
    padding: 7px 0 7px 15px;
    text-transform: uppercase;
    background-color: #3d3d3d;
    color: #fe8f01;
    font-family: "OpenSans-Regular";
}

.goods-tbar .title,
.goods-tbar .title a {}

.goods-may-like {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.goods-may-like .title {
    line-height: 35px;
    font-size: 16px;
    margin: 50px 0 20px;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #000;
    color: #fff;
}

.goods-may-like .product_item {
    width: 25%;
    margin: 0;
    padding: 0;
}

.goods-may-like .swiper-slide {
    width: 25%;
    overflow: visible;
}

.goods-may-like .product_item {
    padding-bottom: 2px;
    margin-right: 0;
}

.goods-may-like .product_item figure {
    border: 1px solid #d8d8d8;
    padding: 3px;
}

.goods-may-like .product_item .item_title {
    font-size: 16px;
    padding: 10px;
    min-height: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.goods-may-like .product_item .item_img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    display: block;
}

.goods-may-like .product_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.goods-may-like .swiper-control {
    position: absolute;
    right: 10px;
    top: 55px;
}

.goods-may-like .swiper-button-prev,
.goods-may-like .swiper-button-next {
    transform: translateY(0);
    font-family: 'fontawesome';
    display: inline-block;
    width: 20px;
    height: 25px;
    line-height: 25px;
    font-size: 20px;
    margin-left: 5px;
    background: none;
    color: #fff;
    margin-left: 5px;
    position: static;
    margin: 0 10px;
    opacity: 1;
    filter: alpha(opacity=100);
    cursor: pointer;
}

.goods-may-like .swiper-button-next.swiper-button-disabled,
.goods-may-like .swiper-button-prev.swiper-button-disabled {
    opacity: .5;
    filter: alpha(opacity=50);
}

.page-about-pic {
    position: relativ;
    width: 100%;
}

.page-about-pic img {
    position: relativ;
    width: 100%;
}

.about-tit-bar {
    position: relative;
    text-align: center;
    margin: 65px 0 55px;
}

.about-tit-bar .title {
    font-size: 48px;
    text-transform: uppercase;
}

.page-tit-bar {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.page-tit-bar .title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px 16px;
}

.page-tit-bar .title a {
    position: relative;
    display: block;
    line-height: 45px;
    padding: 0 26px;
    font-size: 18px;
    background: #e0e0e0;
    color: #000000;
}

.page-tit-bar .title:hover a,
.page-tit-bar .title.current a {
    background: #fe8f01;
    color: #FFF;
}

.page-content {
    position: relative;
    margin: 70px 0 0;
}

.page-content .title {
    position: relative;
    font-family: "SourceSansProSemibold";
    font-size: 24px;
}

.page-content .title,
.page-content .title a {
    color: #000;
}

.page-content .page-ser {
    position: relative;
    margin: 25px 0;
}

.page-content .page-ser li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom: 1;
    padding: 0 15px;
    line-height: 40px;
    background: #efefef;
    margin: 0 10px 10px 0;
    text-transform: uppercase;
    color: #9b9999;
    font-family: 'SourceSansProSemibold';
}

.page-content .page-ser li img {
    margin: 0 10px 0 0;
}

.page-content .text {
    font-size: 18px;
    color: #9b9999;
    border-bottom: 1px solid #cccccc;
}

.page-content .text p {
    margin: 0 0 20px;
}

.page-content .share-this {
    margin: 30px 0 0;
}

.mobile-head-items {
    display: none;
}

.content-wrap.form .ch_form_wrap {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.content-wrap.form .ch_form_wrap .title {
    width: 100%;
    margin: 20px 0 0;
    padding: 0;
    font-size: 16px;
    padding: 0 20px;
    font-weight: normal;
}

.content-wrap.form .ch_form_wrap .title em {
    font-style: normal
}

.content-wrap.form .ch_form_wrap .title svg {
    display: none
}

.content-wrap.form .ch_form_wrap form {
    position: relative;
}

.content-wrap.form .ch_form_wrap ul {
    padding: 20px 20px 5px;
}

.content-wrap.form .ch_form_wrap ul li {
    position: relative;
    list-style: none;
    margin: 0 0 14px;
    display: flex;
    min-height: auto;
    line-height: 40px;
}

.content-wrap.form .ch_form_wrap ul li label {
    float: left;
    min-width: 80px
}

.content-wrap.form .ch_form_wrap ul,
.content-wrap.form .ch_form_wrap ul li,
.content-wrap.form .ch_form_wrap ul input,
.content-wrap.form .ch_form_wrap ul textarea,
.content-wrap.form .ch_form_wrap ul select {
    position: relative;
    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 {
    border: 1px solid #eee;
    border-left: 3px solid #ff6f00;
    height: 39px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

.content-wrap.form .ch_form_wrap ul textarea {
    height: 95px;
    padding: 10px;
    resize: none;
}

.content-wrap.form .ch_form_wrap .item_submit {
    padding: 0 20px;
}

.content-wrap.form .ch_form_wrap .item_submit input {
    width: 100%;
    height: 33px;
    color: #fff;
    background: #ff6f00;
    border: none;
    cursor: pointer;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: #445ba7;
}

.content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong {
    position: absolute;
    right: 7px;
    top: 0;
    display: block;
    line-height: 39px;
    color: red;
    pointer-events: none;
}

.content-wrap.form .ch_form_wrap .Validform_error {
    border-color: red !important;
    border-left-color: #013e5a !important
}

.content-wrap.form .ch_form_wrap .form_tip {
    position: relative;
    color: red;
    padding: 0 0 10px;
}

.content-wrap.form .ch_form_wrap .email_point {
    display: none;
}

.content-wrap.form .ch_form_wrap ul li input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {
    width: 60px;
    height: 30px;
    margin: 5px 10px
}

.content-wrap.form #gif-show {
    top: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.content-wrap.form #gif-show img {
    margin-top: 0 !important;
}

.content-wrap.livechat {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
    border-top: none;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
    background: #FFFFFF
}

.content-wrap.livechat .ch_form_wrap {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0;
    font-size: 12px;
}

.content-wrap.livechat .ch_form_wrap .title {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #36A9E1;
    width: 101%;
    height: 45px;
    line-height: 45px;
    color: #fff;
    margin-left: -2px;
    font-size: 15px;
    padding: 0 20px;
    font-weight: normal;
    cursor: pointer;
}

.content-wrap.livechat .ch_form_wrap .title em {
    font-style: normal
}

.content-wrap.livechat .ch_form_wrap .title svg {
    position: relative;
    display: block;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.content-wrap .ch_form_wrap form {
    position: relative;
    background: #fff;
}

.content-wrap.livechat .ch_form_wrap ul {
    padding: 20px 20px 5px;
}

.content-wrap.livechat .ch_form_wrap ul li {
    position: relative;
    list-style: none;
    margin: 0 0 18px;
    display: flex;
    min-height: auto;
    line-height: 40px
}

.content-wrap.livechat .ch_form_wrap ul li label {
    float: left;
    min-width: 80px
}

.content-wrap.livechat .ch_form_wrap ul,
.content-wrap.livechat .ch_form_wrap ul li,
.content-wrap.livechat .ch_form_wrap ul input,
.content-wrap.livechat .ch_form_wrap ul textarea,
.content-wrap.livechat .ch_form_wrap ul select {
    position: relative;
    width: 100%;
}

.content-wrap.livechat .ch_form_wrap ul input,
.content-wrap.livechat .ch_form_wrap ul textarea,
.content-wrap.livechat .ch_form_wrap ul select {
    border: 1px solid #e5e5e5;
    height: 39px;
    padding: 0 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    border-radius: 25px;
}

.content-wrap.livechat .ch_form_wrap ul textarea {
    height: 95px;
    padding: 10px 13px;
    resize: none;
}

.content-wrap.livechat .ch_form_wrap .item_submit {
    padding: 0 20px;
}

.content-wrap.livechat .ch_form_wrap .item_submit input {
    width: 100%;
    height: 33px;
    color: #fff;
    background: #86C953;
    border: none;
    cursor: pointer;
    border-radius: 25px;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    -ms-transition-duration: .3s;
    transition-duration: .3s;
}

.content-wrap.livechat .ch_form_wrap .item_submit input:hover {
    background: #94D662;
}

.content-wrap.livechat .ch_form_wrap .Validform_checktip.Validform_wrong {
    position: absolute;
    left: 0;
    bottom: -16px;
    display: block;
    line-height: initial;
    color: red;
    pointer-events: none;
}

.content-wrap.livechat .ch_form_wrap .Validform_error {
    border-color: red !important;
}

.content-wrap.livechat .ch_form_wrap ul li input[type=image],
input[type=reset],
input[type=button],
input[type=submit] {
    width: 60px;
    height: 30px;
    margin: 5px 10px
}

.content-wrap.livechat .ch_form_wrap .form_tip {
    position: relative;
    color: red;
    padding: 0 0 10px;
}

.content-wrap.livechat .ch_form_wrap .email_point {
    display: none;
    position: absolute;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 15px 0 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: #36A9E1;
    color: #fff;
    cursor: pointer;
}

.content-wrap.form .ch_form_wrap ul .labeldiv {
    display: block;
    float: none;
    width: 100%;
}

.content-wrap.form .ch_form_wrap ul .labeldiv input {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    width: 15px;
    height: 15px;
    margin-top: 4px;
}

.content-wrap.form .ch_form_wrap ul .labeldiv .txt {
    display: inline-block;
    vertical-align: top;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    color: #999999;
    font-size: 12px;
    line-height: 1.7;
}

.content-wrap .ch_form_wrap form {
    background: #fff;
}

.content-wrap.livechat .ch_form_wrap form {
    border: 1px solid #36a9e1;
}

.content-wrap .ch_form_wrap .input-radio-checkbox {
    display: flex;
    white-space: nowrap;
}

.content-wrap .ch_form_wrap ul li input[type=radio],
.content-wrap .ch_form_wrap ul li input[type=checkbox] {
    width: 20px;
    -webkit-appearance: radio;
}

.content-wrap .ch_form_wrap .input-radio-checkbox input {
    margin: 0px 10px 0px 5px;
}

@media screen and (max-width: 400px) {
    .content-wrap.form .ch_form_wrap .title {
        display: none
    }
}

.item-input-checkbox,
.item-input-radio {
    overflow-y: auto
}

.artic_tit p {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newsxq_page {
    padding-bottom: 70px;
}

.newsxq_fl {
    width: 66%;
    float: left;
}

.artic_tit h3 {
    color: #666666;
}

.artic_tit h1 {
    margin-top: 20px;
    font-size: 32px;
}

.artic_tit .back {
    float: right;
    color: #666666;
    font-size: 16px;
}

.artic_tit .back .iconfont {
    display: inline-block;
    margin-right: 5px;
    font-size: 18px;
}

.artic_tit .back:hover {
    color: #1052EE;
}

.artic_tit h4 {
    font-size: 36px;
    font-weight: bold;
    margin: 20px 0;
    margin-bottom: 30px;
}

.news_timg img {
    display: block;
    width: 100%;
}

.news_artic {
    padding: 60px 0;
}

.news_share,
.news_next .tit {
    float: left;
}

.news_share a {
    display: inline-block;
    margin-right: 20px !important;
    background: none !important;
    padding: 0 !important;
}

.news_share a.iconfont {
    font-size: 24px;
    color: #bbbbbb;
}

.news_share a.iconfont:hover {
    color: #1052EE;
}

.artic_content {
    font-size: 16px;
    line-height: 28px;
}

.artic_content img {
    max-width: 100% !important;
    height: auto !important;
}

.news_next {
    margin-top: 20px;
}

.news_next .tit {
    font-size: 22px;
    font-weight: bold;
}

.news_next .con {
    width: 74.5%;
    float: left;
    font-size: 22px;
    position: relative;
    box-sizing: border-box;
}

.news_next .con h3 {
    font-size: 22px;
    font-weight: bold;
}

.news_next .time {
    position: absolute;
    border-top: 2px solid #dddddd;
    padding: 10px;
    border-bottom: 2px solid #ddd;
    text-align: center;
    font-family: "num2";
    right: 0;
    top: 50%;
    font-size: 16px;
    color: #999999;
    transform: translateY(-50%);
}

.news_next .time em {
    display: block;
    font-size: 40px;
    color: #000;
    line-height: 40px;
    margin-bottom: 5px;
}

.newsxq_fr {
    width: 28%;
    float: right;
}

.newsxq_fr .tit {
    font-size: 26px;
    font-weight: bold;
    color: #FC8A1D;
}

.news_tj li a {
    display: block;
    padding: 35px 0;
    border-bottom: 1px solid #cccccc;
}

.news_tj li h3 {
    font-size: 20px;
    line-height: 34px;
    font-weight: bold;
    margin-bottom: 20px;
}

.news_tj li h4 {
    font-size: 16px;
    color: #999999;
}

.news_tj li .lg {
    color: #FC8A1D;
    margin-right: 10px;
}

.news_tj li:hover h3 {
    color: #FC8A1D;
}

.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;
    display: flex;
}

.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-right: 3%;
    margin-bottom: 2%;
}

.header_ul li:nth-child(4n) {
    margin-right: 0;
}

.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) {
    .blog-item .item-wrap {
        display: flex;
        flex-direction: column;
    }

    .blog-item .item-img {
        max-width: 400px;
        width: 50%;
        padding-bottom: 50%;
        margin-bottom: 10px;
    }

    .contact_for .Asterisk_Text textarea {
        height: 200px;
        padding-left: 3% !important;
    }

    .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;
    }
}

.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 div input {
    background-color: #f1f1f1;
    border: none !important;
    width: 365px;
    padding-left: 3%;
    border-radius: 5px;
}

.submiring {
    padding: 0 !important;

}
 .has-spinner{

        background-color: #ffffff !important;
    width: 150px !important;
    height: 50px !important;
    color: #361a00;
    margin-top: 0px !important;
    font-size: 18px;
    border-radius: 30px;
    border: 1px solid;
 }
.gtm_submit_btn {
    background-color: #333333;
    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;
    text-transform: capitalize;
}

.Address_dre {
    font-weight: bold;
    padding-top: 12px;
    color: #333333;
    font-size: 20px;
}

.Submit_tent {
    padding-top: 50px;
}

/* @media only screen and (max-width: 1500px) {
    .sidebar {
        display: none;
    }
} */

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

    .layout,
    .path-bar .path-nav,
    .nav-bar .nav-wrap {
        width: 95%;
    }

    .nav-bar .nav>li>a {
        font-size: 16px;
    }

    .nav-bar .nav>li {
        padding: 0 10px;
    }

    body,
    .container {
        min-width: 100%;
    }

    .foot-item .foot-tit,
    .foot-item .foot-tit a {
        font-size: 26px;
    }

    .synopsis-item .item-title {}

    .about-us-wrap {
        padding: 3% 0;
    }

    .about-detail .title {
        font-size: 40px;
    }

    .aside {
        width: 22.5%;
    }

    .main {
        width: 74.5%
    }

    .side-tit-bar .side-tit {
        font-size: 18px;
    }

    .main-tit-bar .title {
        font-size: 26px;
    }
}

.pc {
    display: block
}

.mobile {
    display: none !important;
}

@media only screen and (max-width: 1024px) {
    .product-item .item-info .item-name {
        min-height: 5em;
    }

    .blog-item .item-detail {
        display: none;
    }

    .index_hd .hd_title em {
        font-size: 30px;
    }

    .share-this {
        display: none;
    }

    .page-layout {
        padding: 30px 0 0;
    }

    .fnf.mobile {
        display: flex !important;
        margin-top: 40px;
        width: 50%;
        max-width: 200px;
    }

    .pc {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .path-bar .path-nav,
    .nav-bar .nav-wrap {
        width: 100%;
    }

    body,
    .container {
        min-width: 100%;
    }

    .container {
        padding-top: 50px;
    }

    .layout {
        width: 95%;
        margin: 0 auto;
    }

    .tp-leftarrow,
    .tp-rightarrow {
        display: none;
        visibility: hidden
    }

    .head-search .search-ipt {
        height: 40px;
    }

    .head-search .search-btn {
        width: 40px;
        height: 40px;
        background: url(img/page-ico.png) no-repeat 15px 13px;
        top: 0;
    }

    .foot-item-infomation {
        margin-bottom: 35px;
    }

    .foot-item .foot-tit,
    .foot-item .foot-tit a {
        font-size: 24px;
        width: 100%;
        max-width: 100%;
        padding: 20px 0px;
        margin: -1px 0px 0;
        border-top: 1px solid #ccc;
        border-bottom: 0;
        position: relative;
        color: #666;
    }

    .foot-item .foot-tit a {
        padding: 0;
        border-top: 0;
    }

    .foot-item .foot-tit i {
        color: #999;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-family: iconfont;
    }

    .foot-item .foot-tit i::before {
        content: '\e620';
        font-size: 23px;
    }

    .about-detail .title {
        font-size: 36px;
    }

    .product-view {
        width: 47%;
    }

    .product-summary {
        width: 50%;
    }

    .synopsis-item .item-title {
        font-size: 16px;
    }

    .foot-item-hide .foot-cont {
        display: none;
        margin: 15px;
    }

    .home_about .left .describe {
        font-size: 16px;
    }

    .title_warp .title {
        font-size: 30px;
    }

    .title_warp .button a {
        font-size: 18px;
    }

    .products_warp .products_list li .desc {
        font-size: 24px;
    }

    .products_warp .products_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 40px;
    }

    .about_warp {
        padding: 70px 2% 60px;
    }

    .title_warp .desc {
        width: 90%;
        margin: 0px auto;
        font-size: 16px;
    }

    .home_about .layout {
        flex-direction: column;
    }

    .home_about .left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }

    .about_warp .home_about .right {
        width: 100%;
        padding-bottom: 56%;
    }

    .news_list {
        flex-direction: column;
    }

    .news_list .new_item {
        width: 100%;
        margin-bottom: 40px;
    }

    .news_list .info {
        background-color: transparent;
        padding: 4% 0;
    }

    .news_list .title_w .title {
        width: 100%;
        font-size: 24px;
    }

    .news_list .time,
    .news_list .info .desc {
        display: none;
    }

    .send_message .layout {
        flex-direction: column;
        align-items: start;
    }

    .send_message .layout .left {
        width: 100%;
        font-size: 26px;
    }

    .send_message .layout .button {
        margin-top: 70px;
        min-width: inherit;
        font-size: 20px;
    }

    .foot-item-infomation .foot-cont li {
        font-size: 18px;
    }

    .foot-item-infomation .foot-cont li::before {
        top: 18px;
        background-color: #fff;
    }

    .foot-wrapper,
    .foot-wrapper a {
        font-size: 16px;
    }

    .home_about .left .title {
        font-size: 40px;
    }

    .home_about .left .desc {
        font-size: 24px;
    }

    .ibanner .layout .title {
        font-size: 22px;
    }

    .ibanner .layout {
        top: 0;
    }

    .ibanner img {
        height: 200px;
        width: auto;
        max-width: none;
    }

    body .home_certificate {
        padding-top: 24px;
    }

    body .home_certificate .swiper-button-next,
    body .home_certificate .swiper-button-prev {
        display: none;
    }

    .index_business .content {
        background: url(./img/phonem4bg.webp) no-repeat center/cover;
    }

    .index_business .info {
        justify-content: space-between;
    }

    .index_business .info .item {
        width: 44%
    }
}

.goods_s {}

@media only screen and (max-width: 960px) {
    .goods_s {
        display: block !important;
    }

    .news_s {
        display: none !important;
    }
}

@media only screen and (max-width: 840px) {
    .head-search {
        width: 450px;
        height: 40px;
    }

    .synopsis-item {
        width: 33.333%;
        margin: 0 0 25px;
    }

    .about-img {
        position: relative;
        overflow: hidden;
    }

    .about-detail {
        width: 100%;
        float: none;
    }

    .product-title {
        font-size: 22px;
    }

    .foot-item {
        width: 50%;
        padding: 0 50px 0 0;
    }

    .foot-item.foot-item-contact {
        width: 50%;
        padding: 0;
    }

    .product-item {}
}

@media only screen and (max-width: 1024px) {
    .head-wrapper .layout {
        display: none;
    }

    .sidebar {
        display: none;
    }

    .z10000 {
        position: relative;
        z-index: 100000;
    }

    .mobile-body-mask {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        position: absolute;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 9999;
    }

    .mobile-ico-close {
        width: 30px;
        height: 30px;
        background: #fff url(img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        position: absolute;
        right: -35px;
        top: 0;
    }

    img {
        max-width: 100%;
    }

    .owl-carousel {
        padding: 0 0 30px;
    }

    * {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -ms-box-sizing: border-box;
        -o-box-sizing: border-box;
        box-sizing: border-box;
    }

    .owl-carousel {
        padding: 0 0 30px;
    }

    .sub-content {
        position: relative;
        display: block;
        right: auto;
        border-radius: 0;
        border: none;
        box-shadow: none;
        z-index: 99999;
        width: 100%;
    }

    .scrollsidebar,
    .bottomsidebar {
        display: none;
    }

    .gotop,
    .lang-more {
        display: none;
        visibility: hidden;
    }

    .swiper-pagination {}

    .tp-bullets.hidebullets {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
    }

    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #161622;
        width: 100%;
        height: 50px;
        ;
        text-align: left;
        z-index: 99999;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 5%;
    }

    .mobile-head-items .warp {
        display: flex;
        justify-content: end;
        align-items: center;
    }

    .mobile-head-item {
        float: left;
        width: 25px;
    }

    .mobile-head-item.mobile-head-aside {
        float: right;
        margin-left: 15px;
    }

    .mobile-head-item .title {
        width: 100%;
        overflow: hidden;
        text-align: center;
        color: #FFF;
        font-size: 18px;
    }

    .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-language {
        margin: 0 15px;
    }

    .mobile-head-item.mobile-head-nav .title:before {
        content: " ";
        display: block;
        width: 15px;
        height: 15px;
        background: url('./img/m_nav.webp') no-repeat center/cover;
    }

    .mobile-head-item.mobile-head-language .title:before {
        content: " ";
        display: block;
        width: 15px;
        height: 15px;
        background: url('./img/m_lan.webp') no-repeat center/cover;
    }

    .mobile-head-item.mobile-head-search .title:before {
        content: " ";
        display: block;
        width: 15px;
        height: 15px;
        background: url('./img/m_search.webp') no-repeat center/cover;
    }

    .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: 50px;
        visibility: visible;
        opacity: 1;
    }

    .head-right,
    .nav-bar .nav,
    .nav-bar .head-search-wrap,
    .nav-bar {
        display: none;
    }

    .head-search {
        width: 100%;
    }

    .logo a {
        width: 20%;
    }

    .logo img {
        height: 55px;
        width: auto;
    }

    .mobile-head-item.mobile-head-search .head-search-wrap {
        float: none;
        display: block;
        width: 100%;
    }

    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap .head-search-wrap {
        position: relative;
        float: none;
        height: 36px;
        width: 100%;
        margin: 0 auto;
        top: auto;
        right: auto;
    }

    .head-search-wrap.search-hide .search-wrap {
        position: relative;
        float: none;
        height: 36px;
        width: 100%;
        margin: 0;
        top: auto;
        right: auto;
    }

    .head-search {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        width: 100%;
        max-width: none;
    }

    .head-search-wrap .search-ipt {
        display: block;
        left: auto;
        position: relative;
        width: 100%;
        top: auto;
        padding-left: 10px;
        border: 1px solid #ccc;
    }

    .head-search .search-btn {
        right: 5px;
        top: 0px;
        left: auto;
        margin: 0;
    }

    .head-search-wrap .search-title {
        display: none;
    }

    .mobile-head-item.mobile-head-social .head-social {
        display: block;
        text-align: center;
    }

    .mobile-head-item.mobile-head-social .head-social li {
        display: inline-block;
        margin-left: 10px;
        line-height: 18px;
        padding: 5px;
        border-radius: 50%;
        text-align: center;
    }

    .mobile-head-item.mobile-head-social .head-social li span {
        display: none;
    }

    .mobile-head-item.mobile-head-social .head-social li {
        background-color: rgba(61, 61, 61, 1)
    }

    .nav li {
        position: relative;
        display: block;
        width: 100%;
        font-size: 16px;
    }

    .nav>li {
        border-bottom: 1px solid #eee;
        line-height: 35px;
    }

    .nav>li.has-child b {
        position: absolute;
        right: 0;
        top: 0px;
        color: #999;
        font-size: 18px;
        line-height: 30px;
        width: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .nav>li.has-child b::before {
        content: '\f105';
        font-family: 'fontawesome';
    }

    .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;
        text-align: right;
    }

    .nav li ul li li {
        line-height: 25px;
        font-family: 'SourceSansProLight';
    }

    .nav li ul li li:before {
        display: none;
    }

    .nav li ul li i {
        font-family: 'iconfont';
        font-size: 14px;
    }

    .nav li ul li a {
        display: flex;
        justify-content: space-between;
    }

    .transall {
        display: block;
        width: 100%;
        float: none;
    }

    .head-wrapper .prisna-wp-translate-dropdown-sub-container,
    .head-wrapper .prisna-wp-translate-dropdown-body,
    .head-wrapper .prisna-wp-translate-dropdown-body:hover {
        background: none !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .head-wrapper .prisna-wp-translate-dropdown-container,
    .head-wrapper .prisna-wp-translate-dropdown-sub-container,
    .head-wrapper .prisna-wp-translate-dropdown-body {
        height: auto !important;
    }

    .head-wrapper .prisna-wp-translate-dropdown-body {
        float: none !important;
    }

    .head-wrapper .prisna-wp-translate-dropdown-body .prisna-wp-translate-dropdown-body>p.prisna-wp-translate-dropdown-current-language,
    .head-wrapper .transall .prisna-wp-translate-dropdown-current-language-arrow {
        display: none !important;
    }

    .head-wrapper .prisna-wp-translate-dropdown-languages-list-scroll {
        display: block !important;
        height: auto !important;
    }

    .head-wrapper .prisna-wp-translate-dropdown-languages-list p {
        width: 50%;
        display: inline !important;
        ;
        float: left !important;
    }

    .head-wrapper .prisna-wp-translate-dropdown-languages-list {
        display: block !important;
    }

    .transall .prisna-wp-translate-dropdown-current-language {
        display: none !important;
    }

    .foot-items {
        padding: 5% 0;
    }

    .gm-sep .foot-item,
    .foot-item.foot-item-inquiry,
    .foot-item.foot-item-contact {
        width: 100%;
        padding: 0 3% 0 0;
    }

    .foot-item.foot-item-contact .foot-cont {
        text-align: left;
    }

    .foot-item.foot-item-inquiry .inquiryfoot {
        font-size: 14px;
        padding: 0 7px;
        width: 50%;
    }

    .footer,
    .footer>a {
        padding: 3% 0;
        border-top: 1px solid #ccc;
    }

    .footer {
        padding-bottom: 60px;
    }

    .footer .logo img {
        margin: 0 0 3% 0;
    }

    .copyright {
        margin: 0 0 0;
        float: none;
        text-align: center;
    }

    .basic-info {
        display: flex !important;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 2;
    }

    .basic-info a {
        background: #F08519;
        width: 33.3%;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .basic-info a:last-child {
        border-right: 0;
    }

    .basic-info a:nth-child(2) {
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
    }

    .basic-info a .mm_01_whatsapp,
    .basic-info a .mm_02_Email,
    .basic-info a .mm_03_backtop {
        width: 30px;
    }

    .index-product-wrap .product-items .product-item .item-img a::before,
    .index-product-wrap .product-items .product-item .item-img a::after {
        display: none;
    }

    .index-new-wrap,
    .index-client-wrap {
        padding: 5% 0;
    }

    .path-bar {
        display: none;
    }

    .promote-bar {
        display: none;
    }

    .aside {
        display: none;
    }

    .side-head-search {
        width: 100%;
    }

    .side-head-search .search-ipt {
        width: 100%;
    }

    .side-tit-bar {
        position: relative;
    }

    .side-tit-bar .side-tit {
        font-size: 16px;
        line-height: 30px;
    }

    .side-widget {
        margin: 0 0 30px;
    }

    .side-cate ul li {
        line-height: 30px;
    }

    .products-scroll-btn-prev,
    .products-scroll-btn-next {
        display: none;
    }

    .products-scroll-list li {
        display: inline-block;
        vertical-align: top;
        width: 48%;
        margin: 0 1%;
    }

    .products-scroll-list li img {
        width: 100%;
        float: none;
        margin: 0;
    }

    .main {
        width: 98%;
        float: none;
        padding: 0;
        margin: 0 auto;
    }

    .main-tit-bar {
        margin: 30px 0 10px;
    }

    .main-tit-bar .title {
        font-size: 20px;
    }

    .product-list ul,
    .certificate-list ul,
    .video-list ul {
        position: relative;
        width: 100%;
        justify-content: center;
    }

    .page-bar .pages {
        display: block;
        float: none;
        text-align: center
    }

    .pages a,
    .pages span {
        height: 25px;
        line-height: 25px;
        padding: 0 10px;
        border-radius: 2px;
        font-size: 16px;
    }

    .product-title {
        font-size: 20px;
        margin: 30px 0 10px 0;
    }

    .product-view {
        width: 100%;
        float: none;
    }

    .product-view .product-image {
        display: none
    }

    .product-view .image-additional {
        width: 100%;
        margin: 0;
    }

    .product-view .image-additional {
        width: 100%;
        margin: 0
    }

    .product-view .image-additional .swiper-container {
        padding: 0 0 25px;
    }

    .product-view .image-additional .image-item a {
        padding: 0 5px;
    }

    .product-view .image-additional .image-item.current img {
        border-color: #eee;
        border-width: 1px;
    }

    .product-view .image-additional.image-additional-hide {
        display: block
    }

    .product-summary {
        position: relative;
        width: 100%;
        float: none;
    }

    .product-summary .share-this {
        float: none;
        margin: 30px 0;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-item {
        margin: 0 0 30px;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-title {
        font-family: 'SourceSansProSemibold';
        margin: 0 0 15px;
    }

    .tab-content-wrap .mobile-tab-items .mobile-tab-panel {}

    .goods-items {
        width: 100%;
    }

    .product-title-bar li {
        font-size: 22px;
    }

    .product-title-bar li a {
        line-height: 48px;
        padding: 0 52px;
    }

    .product-sub-title-bar {
        padding: 35px 0 25px;
    }

    .product-sub-title-bar li {
        font-size: 18px;
    }

    .product-sub-title-bar li a {
        padding: 0 20px;
    }

    .blog-list .blog-item {
        padding: 15px;
        border-bottom: 1px solid #ddd;
    }

    .blog-list .blog-item:last-child {
        border: 0;
    }

    .blog-list .blog-item:hover {
        background: none;
    }

    .blog-list .blog-item:before {
        left: 15px;
        right: 15px;
        display: none;
    }

    .blog-list .blog-item .blog-img {
        display: block;
        max-width: 100%;
        float: none;
    }

    .blog-list .blog-item .blog-tit {
        font-size: 16px;
        line-height: 1.3em;
        padding: 6px 0 0;
        font-weight: normal;
    }

    .blog-list .blog-item .blog-meta {
        padding: 6px 0 0;
    }

    .blog-list .blog-item .blog-summary {
        padding: 0;
        margin: 8px 0;
        height: 80px;
        line-height: 20px;
        overflow: hidden;
    }

    .blog-list .blog-item .readmore {
        display: none;
    }

    .main .blog-article {
        padding: 5px 10px;
    }

    .inquiry-form {
        padding: 15px;
    }

    .inquiry-form input[type="text"].form-input,
    .inquiry-form textarea.form-text {
        width: 100%;
    }

    .faq-list ul li .faq-cont {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .faq-list ul li .faq-title {
        padding-bottom: 30px;
    }

    .inquiry-form-wrap {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .swiper-pagination-bullet {
        width: 4px;
        height: 4px;
    }

    .index-new-wrap,
    .index-client-wrap {
        padding: 5% 0;
    }

    .index-new-wrap .news-item .news-img {
        width: 25%;
        max-width: 100%;
    }

    .index-new-wrap .news-item .news-info {
        width: 70%;
        float: right;
    }

    .company-synopses-wrap {
        padding: 5% 0;
    }

    .synopsis-item {
        width: 50%;
        margin: 0 0 20px;
    }

    .synopsis-item .item-wrap {
        padding: 0 10px;
    }

    .synopsis-item .item-title {
        font-size: 20px;
    }

    .index-title-bar .title {
        font-size: 24px;
    }

    .index-product-wrap .product-item {
        width: 50%;
    }

    .foot-items {
        padding: 40px 2%
    }

    .foot-item .foot-tit {
        font-size: 20px;
    }

    .about-detail .title {
        font-size: 26px;
    }

    .about-detail .text {
        font-size: 16px;
    }

    .about-detail .read-more {
        line-height: 40px;
        padding: 0 25px;
        font-size: 16px;
        border-radius: 30px;
    }

    .product-item {
        width: 50%;
    }

    .product-item .item-info {
        height: 20px auto;
    }

    .product-item .item-info .item-name {
        font-size: 16px;
        height: auto;
        min-height: inherit;
    }

    .products-scroll-list li {
        display: block;
        width: 100%;
        margin: 0 0 20px;
    }

    .products-scroll-list li img {
        max-width: 65px;
        float: left;
        margin: 0 15px 0 0;
    }

    .download-list ul li {
        border-bottom: none;
    }

    .download-list ul li .download-cont {
        display: block;
        float: none;
        margin: 0 0 20px;
    }

    .download-list ul li .download-button {
        float: none;
    }

    .product-view .image-additional .image-item a {
        padding: 0
    }

    .about_warp li {
        width: 100%;
        margin-right: 0;
    }

    .entry .product_list li {
        width: 49%;
        padding-bottom: 49%;
    }
}

@media screen and (max-width: 480px) {
    .goods-may-like .product_item .item_title {
        min-height: 7em;
    }

    .about-detail {
        font-size: 30px;
    }

    .home_certificate_swiper .swiper-slide {
        padding-bottom: 140%;
    }
}

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

    .synopsis-item,
    .product-item {
        width: 100%;
    }
}

.bottomsidebar .bottomcontent {
    background: #fe8f01 !important;
}

.goods-summary a,
.entry a,
.artic_content a {
    color: #ff6f00;
    font-weight: bold;
    font-size: 20px;
}

.goods-summary a:hover,
.entry a:hover,
.artic_content a:hover {
    text-decoration: underline;
}

.nshare .nshare1 {
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .contact_for {
        margin-top: 20px;
    }

    .newsxq_page {
        display: flex;
        flex-direction: column;
        margin-top: 20px;
    }

    .newsxq_fl {
        width: 100%;
    }

    .newsxq_fr {
        width: 100%;
        margin-top: 20px;
    }
}

.STAY_UPDATED {
    width: 100%;
    height: auto;
    padding: 80px 83px;
    background: #ededed;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.STAY_UPDATED .STAY_UPDATED_title {
    font-family: 'Poppins-Regular';
    font-weight: bold;
    font-size: 26px;
    color: #000000;
    line-height: 35px;
}

.STAY_UPDATED .STAY_UPDATED_title2 {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    line-height: 24px;
}

.lianx {
    width: 50%;
}

.contact_for {
    margin: 0 auto;
}

.contact_for p {
    font-size: 14px;
    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;
    }
}

.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;
}
.ch_form li.item p{ width: 100% !important;}
.form_ul li input {
    background-color: #f1f1f1;
    border: none !important;
    width: 365px;
    padding-left: 3%;
    border-radius: 5px;
}
.ch_form li.item.item_submit .wpcf7-form-control{ background-color: #000 !important;} 
.Asterisk_Text  .wpcf7-form-control{ width: 200%; }

.form_ul li .wpcf7-form-control-wrap input {
    background-color: #f1f1f1;
    border: none !important;
    width: 100%;
    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%;
    }
}

.STAY_UPDATED .lianx .form .ch_form_wrap form .form_ul li:nth-child(1) .asterisk {
    margin-top: 0;
}

.lianx .Asterisk_Text textarea {
    height: 21px;
    width: 100%;
    overflow: hidden;
}

.lianx .asterisk {
    padding: 0;
    margin: 0;
}

.lianx .Asterisk_Text .asterisk {
    width: 100%;
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 30px;
    margin-top: 25px;
}
.asterisk .asterisk_sk{ display: none;}
.form_ul .asterisk_red{ display: none;}
.lianx  div.asterisk {
    width: 100% !important;
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 30px;
    margin-top: 25px;
}
.form_center{      display: flex
;
    justify-content: flex-end;}
.lianx .form_ul .Asterisk_Text  .asterisk{
    width: 100%;
    border: 1px solid;
    padding: 10px 15px;
    border-radius: 30px;
    margin-top: 0px;
}
.lianx .form_ul  div {
    width: 35%;
   
}

.lianx .gtm_submit_btn {
    background-color: #ffffff !important;
    width: 150px !important;
    height: 50px !important;
    color: #361a00;
    margin-top: 0px !important;
    font-size: 18px;
    border-radius: 30px;
    border: 1px solid;
}

@media only screen and (max-width: 600px) {
    .lianx .gtm_submit_btn {
        margin-top: 22px !important;
    }
}

.lianx .form_ul li {
    width: 35%;
}

.lianx .form_ul  input {
    width: 100%;
}

.lianx .form_ul li:nth-child(3) {
    width: 50%;
}

.lianx .form_ul li:nth-child(1) {
    width: 100% !important;
}

.lianx form {
    display: flex;
    justify-content: flex-end;
}

.lianx .form_ul {
    justify-content: space-between;
    width: 647px;
    margin-right: 39px;
    display: flex;
}

.lianx .Asterisk_Text .asterisk_red {
    top: 33%;
}

@media only screen and (max-width: 1800px) {
    .lianx .form_ul li:nth-child(1) {
        width: 100% !important;
    }

    .lianx .form_ul li {
        width: 40%;
    }

    .lianx .form_ul li:nth-child(3) {
        width: 50%;
    }
}

@media only screen and (max-width: 1500px) {
    .lianx .form_ul li:nth-child(1) {
        width: 100% !important;
    }

    .lianx .form_ul li {
        width: 40%;
    }

    .lianx .form_ul li:nth-child(3) {
        width: 50%;
    }
}

@media only screen and (max-width: 1288px) {
    .STAY_UPDATED {
        padding: 80px 39px;
    }
}

@media only screen and (max-width: 1195px) {
    .lianx {
        width: 100%;
    }

    .lianx .form_ul {
        width: 80%;
    }

    .lianx .form_ul li:nth-child(1) {
        width: 100% !important;
    }

    .lianx .form_ul li {
        width: 39%;
    }

    .lianx .form_ul li:nth-child(3) {
        width: 60%;
    }

    .lianx form {
        display: flex;
        justify-content: space-between;
    }
}

@media only screen and (max-width: 700px) {
    .lianx .form_ul li:nth-child(1) {
        width: 100% !important;
    }

    .lianx .form_ul li {
        width: 39% !important;
    }

    .lianx .form_ul li:nth-child(3) {
        width: 60% !important;
    }

    .STAY_UPDATED .STAY_UPDATED_title2 {
        margin: 20px 0;
    }
}

@media only screen and (max-width: 600px) {
    .lianx .form_ul {
        width: 100%;
    }

    .lianx form {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .STAY_UPDATED {
        padding: 0px 18px;
        padding-bottom: 60px;
        padding-top: 18px;
    }

    .lianx .form_ul li {
        width: 100% !important;
    }

    .lianx .form_ul li:nth-child(3) {
        width: 100% !important;
    }

    .ibanner img {
        height: 290px;
    }
}

.lianx .gtm_submit_btn:hover {
    background: #fc8a1d !important;
    color: #fff;
}

.inquiry-pop-bd {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    display: none;
    overflow: hidden;
    z-index: 20000;
}

.inquiry-pop-bd .inquiry-pop {
    position: relative;
    width: 500px;
    background: #FFF;
    margin: 150px auto;
    padding: 30px;
    box-shadow: 0 0 10px rgba(255, 255, 255, .5)
}

.inquiry-pop-bd .inquiry-pop .ico-close-pop {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url(img/custom_service/fancy_close.png) no-repeat center center;
    cursor: pointer;
    z-index: 1;
}

.contact_for .header_ul .t3 {
    text-transform: lowercase !important;
}

.contact_for .header_ul li .t2 a {
    text-transform: lowercase !important;
}

.home_h_b_sw .swiper-slide:nth-child(2) .desc {
    text-align: center !important;
}

.cookie-bar {
    width: 440px !important;
    height: auto !important;
    padding: 20px !important;
    left: 10px !important;
    bottom: 10px !important;
}

.cookie-bar-msg-warp {
    display: block !important;
}

.cookie-bar-msg-warp .cookie-bar-msg,
.cookie-bar-msg-warp .cookie-bar-manage {
    width: auto !important;
}

.cookie-bar-msg .cookie-bar-msg-desc {
    padding: 15px 0;
}

.cookie-bar-close-btn,
.cookie-bar-setting-close-btn {
    display: none;
}

.cookie-bar-msg-warp .cookie-bar-manage {
    justify-content: center !important;
    padding-right: 0px !important;
}

.cookie-bar-setting-container-box {
    opacity: 0;
}

@media (max-width: 768px) {
    .cookie-bar {
        width: 60% !important;
        left: 8px !important;
        bottom: 60px !important;
        padding: 0px !important;
    }

    .cookie-bar-msg-warp .cookie-bar-manage {
        display: block !important;
    }

    .cookie-bar-manage a {
        width: 100%;
        text-align: center;
        display: block;
        margin-bottom: 15px;
    }
}