@charset "utf-8";

html {
    font-size: 625%;
}

body {
    background-color: #fff;
    font-size: 14px;
}

body,
html,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
    margin: 0;
    padding: 0;
}

body,
html,
input,
button,
textarea {
    color: #575f65;
    font-family: Arial;
    line-height: 1.5;
}

article,
aside,
figcaption,
figure,
footer,
header,
main,
nav,
section {
    display: block;
}

h1 {
    font-size: 20px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

h4,
h5 {
    font-size: 14px;
}

img {
    max-width: 100%;
    border: none;
    vertical-align: middle;
    width: 100%;
}

li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    color: #e60012;
    text-decoration: none;
}

input[type="text"]:focus {
    outline: none;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
    padding: 0;
    border: none;
}

hr {
    margin: 15px 0 15px 0;
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
}

a:active,
select,
input,
textarea {
    outline: 0 !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

/*-------------------------------
			font start
			----------------------------------*/
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: 'fontawesome';
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot");
    src: url("../fonts/Font-Awesome/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/Font-Awesome/fontawesome-webfont.woff2") format("woff2"), url("../fonts/Font-Awesome/fontawesome-webfont.woff") format("woff"), url("../fonts/Font-Awesome/fontawesome-webfont.ttf") format("truetype"), url("../fonts/Font-Awesome/fontawesome-webfont.svg#fontawesomeBold") format("svg");
    font-display: fallback;
}

@font-face {
    font-family: 'Arial';
    src: url(../fonts/Arial/ARIAL.TTF) format("TrueType");
    font-display: fallback;
}

@font-face {
    font-family: 'Arial-blod';
    src: url(../fonts/Arial/ARIALBD.TTF) format("TrueType");
    font-display: fallback;
}

@font-face {
    font-family: 'Chaparral-Pro-bold';
    src: url(../fonts/Chaparral-Pro/CHAPARRALPRO-BOLD.OTF) format("TrueType");
    font-display: fallback;
}

/*-------------------------------
			font end
			----------------------------------*/
/* clear floating */
.clearfix:after,
.layout:after,
.sys_row:after,
.web_main:after,
.page_main:after,
.nav_wrap .head_nav:after,
.items_list ul:after,
.product_items:after,
.promote_list:after,
.cate_items ul:after,
.web_head .logo:after,
.product-intro:after,
.detail-tabs:after,
.foot_items:after,
.news_cell:after,
.sys_row:after,
.banner_navigate_button:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}

.clearfix,
.layout,
.sys_row,
.clearfix,
.layout,
.sys_row,
.flex_row,
.web_main,
.page_main,
.nav_wrap .head_nav,
.items_list ul,
.product_items,
.promote_list,
.cate_items ul,
.web_head .logo,
.product-intro,
.detail-tabs,
.foot_items,
.sys_row,
.banner_navigate_button {
    zoom: 1;
}

.clear {
    clear: both;
}

.category_tab_wrap .product_items:after {
    display: none;
}

/* layout */
body {
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
}

.layout {
    position: relative;
    margin: 0 auto;
    width: 1440px;
}

@media (max-width:1440px) {
    .layout {
        width: 95%;
    }
}

.z9999 {
    z-index: 9999 !important;
}

.hide {
    display: none;
}

.fixed {
    box-sizing: border-box;
    background-color: #000000;
    position: fixed;
    top: 0;
    left: 0;
}

/*gotop*/
.gotop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    z-index: 99999;
    visibility: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 50px;
    height: 50px;
    background-color: #ab2b35;
    background-clip: content-box;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2);
    color: #ffffff;
    text-align: center;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -ms-transform: translateY(100%);
}

.gotop:hover,
.gotop.active:hover {
    background-color: #e60012;
    color: #fff;
}

.gotop.active {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    -ms-transform: none;
}

.gotop:before,
.gotop em {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.gotop em {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    font-size: 12px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    filter: alpha(opacity=0);
    -ms-transform: translateY(10px);
}

.gotop:before {
    display: block;
    content: '\f176';
    font-family: 'fontawesome';
}

.gotop:hover em {
    opacity: 1;
    -webkit-transform: none;
    -o-transform: none;
    transform: none;
    filter: alpha(opacity=100);
    -ms-transform: none;
}

.gotop:hover:before {
    opacity: 0;
    -webkit-transform: translateY(-15px) scale(.5);
    -o-transform: translateY(-15px) scale(.5);
    transform: translateY(-15px) scale(.5);
    -ms-transform: translateY(-15px) scale(.5);
    filter: alpha(opacity=0);
}

/* transition */
.head_nav li a,
.nav_wrap .head_nav li li a,
.nav_wrap .head_nav li ul,
.nav_wrap .head_nav li li>a:before,
.head_nav b:after,
.product_item figure,
.gotop,
.product-item .item-img img,
.product_item .item_img img,
.product_item .item_img a,
.product_item,
.product_item .item_img a:before,
.product_item .item_img a:after,
.product_item .item_img:after,
.product-btn-wrap a,
.web_head,
.change-language .change-language-title a:after,
.newsletter .button,
.mobile-head-item .middle-show-content-wrap,
.product_item figure figcaption,
.foot_item a,
.pages a,
.head_sns li img,
.side_product_item .add-friend,
.side_product_item .add-friend:after,
.side-product-items .btn-prev,
.side-product-items .btn-next,
.blog-item:after,
.product-button-prev,
.product-button-next,
.company_subscribe .button:after {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -ms-transition: all .3s ease;
}

.head_nav>li>a:before,
.head_nav>li>a:after,
.icon-cate,
.foot_txt_list li a:before,
.web_footer .button:before {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.company_subscribe .button .button_txt,
.company_subscribe .button .button_ico {
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

figcaption,
img,
.product_item a:after,
a,
.nav_wrap .nav_btn_close,
.index_main .product_item figure,
.foot_item.foot_nav .fot_tit:before,
.foot_item.foot_nav .fot_tit:after,
.feature_product_item .feature_imgbg,
.feature_product_item .feature_imgpd img,
.goods-may-like .navigate_button_next:before,
.goods-may-like .navigate_button_prev:before,
.advantage_items .advantage_item,
.advantage_img:before,
.feature_item .img_item img,
.feature_item .feature_title,
.feature_prev,
.feature_next,
.side-cate>li>a {
    -webkit-transition: all .35s ease-in-out;
    -o-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}

/*hover*/
/* grid */
.sys-layer {
    margin: 0 auto;
}

.sys-row {
    margin: 0 -8px;
}

.sys-col {
    float: left;
}

.sys-col-inner {
    margin: 0 8px;
}

.sys-col-md {
    float: left;
}

.sys-col-md-12 {
    width: 100%;
}

.sys-col-md-11 {
    width: 91.66666667%;
}

.sys-col-md-10 {
    width: 83.33333333%;
}

.sys-col-md-9 {
    width: 75%;
}

.sys-col-md-8 {
    width: 66.66666667%;
}

.sys-col-md-7 {
    width: 58.33333333%;
}

.sys-col-md-6 {
    width: 50%;
}

.sys-col-md-5 {
    width: 41.66666667%;
}

.sys-col-md-4 {
    width: 33.33333333%;
}

.sys-col-md-3 {
    width: 25%;
}

.sys-col-md-2 {
    width: 16.66666667%;
}

.sys-col-md-1 {
    width: 8.33333333%;
}

.sys_row {
    margin-right: -15px;
    margin-left: -15px;
}

.sys_col {
    float: left;
    padding-right: 15px;
    padding-left: 15px;
}

/* float */
.sys_fl {
    float: left !important;
}

.sys_fr {
    float: right !important;
}

/* flex */
.flex_row,
.items_list>ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex_row_nowrap {
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -o-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

/* button */
.sys_btn {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: .2em 2em .2em 1em;
    min-width: 150px;
    border: 2px solid #e60012;
    background-color: #f9f9f9;
    color: #333 !important;
    vertical-align: middle;
    text-align: left;
    text-transform: uppercase;
    text-overflow: ellipsis;
    white-space: nowrap;
    letter-spacing: -.1em;
    font-size: 22px;
    line-height: 2;
    cursor: pointer;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    user-select: none;
    -ms-transform: scale(1);
}

.sys_btn:hover {
    background-color: #e60012;
    color: #fff !important;
}

.sys_btn:after {
    position: absolute;
    top: 50%;
    right: 1.5em;
    margin-top: -.6em;
    content: '\f04b';
    font-size: 12px;
    font-family: 'fontawesome';
    line-height: 1.2em;
}

/* placeholder */
input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, .71);
}

input:-moz-placeholder {
    color: rgba(0, 0, 0, .71);
}

input::-moz-placeholder {
    color: rgba(0, 0, 0, .71);
}

input:-ms-input-placeholder {
    color: rgba(0, 0, 0, .71);
}

/* box-sizing */
.index_promote,
.company_subscribe .button,
.nav_wrap,
.product_item .item_img {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}

/* font-family */
.search-btn,
.side-cate li .icon-cate:before,
.product-btn-wrap a:before,
.mobile-head-item .title:before,
.head_nav>li:after,
.head_nav li b:after,
.download-item .item-button:before,
.faq-item .faq-title:before {
    display: inline-block;
    text-decoration: inherit;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-family: "fontawesome";
    speak: none;
}

.fa:before,
.btn_more:after,
.sys_btn:after,
.head-search .search-btn:before,
.swiper-button-next:before,
.swiper-button-prev:before,
.side-product-items .btn-prev:before,
.side-product-items .btn-next:before,
.product-btn-wrap .email:before,
.product-btn-wrap .pdf:before,
.company_subscribe .button:after {
    font-family: 'fontawesome';
}

/*flex_row*/
.flex_row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

/*==============web_head=================*/
.web_head {
    position: relative;
    z-index: 9999;
    width: 100%;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    position: sticky;
}

.web_head .header_layout {
    position: relative;
    padding: 0 11%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.web_head .btn--search {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-left: 38px;
}

.web_head .btn--search:after,
.web_head .btn--search:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 20px;
    background-image: url(../img/Vector.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.web_head .btn--search:after {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: scale(.6) translateY(60%);
    -ms-transform: scale(.6) translateY(60%);
    -o-transform: scale(.6) translateY(60%);
    transform: scale(.6) translateY(60%);
}

.web_head .btn--search:hover:after {
    webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: .6;
    filter: alpha(opacity=60);
}

.web_head .btn--search:hover:before {
    opacity: 0;
    -webkit-transform: scale(.6) translateY(-60%);
    -ms-transform: scale(.6) translateY(-60%);
    -o-transform: scale(.6) translateY(-60%);
    transform: scale(.6) translateY(-60%);
}

/*nav_wrap*/
.web_head .logo {
    padding: 10px 0;
}

.web_head .logo img {
    width: auto;
    max-height: 86px;
}

.mobile-head-items {
    display: none;
}

.web_head .change-language {
    position: relative;
    white-space: nowrap;
}

.web_head .change-language-title {
    position: relative;
}

.change-language-title.medium-title a {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.web_head .change-language .change-language-cont {
    border-radius: 3px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

/*nav*/
.web_head .nav_wrap {
    position: relative;
    margin-left: 68px;
    display: flex;
    justify-content: space-between;
    -webkit-display: flex;
    flex: auto;
    -webkit-flex: auto;
    align-items: center;
    -webkit-align-items: center;
}

.web_head .nav_wrap .head_nav {
    position: relative;
}

.mobile-operate-box {
    display: none;
}

.head_nav li,
.head_nav li a {
    letter-spacing: -.5px;
    color: #665e5e;
    font-size: 15px;
    font-weight: normal;
}

.head_nav>li {
    position: relative;
    display: inline-block;
    padding: 0 20px;
}

.head_nav>li.has-child a {
    padding-right: 20px;
}

.head_nav>li>a {
    position: relative;
    display: inline-block;
    font-family: 'Arial-blog';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    text-transform: uppercase;
}

.head_nav li a b {
    position: absolute;
    top: 50%;
    right: 0;
    display: inline-block;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 19px;
    height: 19px;
    text-align: center;
    line-height: 19px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.head_nav li a b:before {
    content: '\f107';
    font-family: 'fontawesome';
}

.head_nav li ul {
    position: absolute;
    left: 20px;
    display: block;
    width: 250px;
    background-color: #FFFFFF;
    box-shadow: 0 0 3px rgba(0, 0, 0, .15);
    opacity: 0;
    -webkit-transition: all ease-in-out .35s;
    transition: all ease-in-out .35s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    transform-origin: top;
}

.head_nav>li ul li {
    position: relative;
    line-height: 37px;
    border-bottom: 1px solid #d4d4d4;
    padding: 0 10px;
}

.head_nav>li ul li a {
    position: relative;
    display: block;
    font-weight: bold;
    font-size: 16px;
    letter-spacing: 0;
}

.head_nav>li ul li a b:before {
    content: '\f105';
}

.head_nav li ul ul {
    top: 0px;
    left: 100%;
    margin-left: 2px;
    border-radius: 3px;
}

.head_nav li.menu_show>ul {
    display: block;
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.head_nav li.nav-current>a:after,
.head_nav li>a:after {
    content: "";
    color: #58BB6C;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transform-origin: center;
    -WEBKIT-transform-origin: center;
    transition: all ease-in-out .35s;
}

/* .head_nav li a:hover {
    color: #58BB6C;
} */

.head_nav li.nav-current>a {
    color: #000;
}

.head_nav li.nav-current>a:after,
.head_nav li:hover>a:after {
    width: 100%;
    color: #000;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    z-index: -1;
    height: 7px;
    background: #58bb6c;
}

.head_nav>li>a:hover b {
    -webkit-transform: rotateX(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%)rotate(180deg);
}

.operate-box {
    gap: 45px;
    display: flex;
    justify-content: flex-start;
}

/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo {
    display: none;
    font-family: Arial, Helvetica, sans-serif;
}

.mobile-head-language .prisna-wp-translate-seo,
.change-language .prisna-wp-translate-seo {
    display: block;
    display: flex;
    flex-direction: column;
}

.change-language .change-language-title,
.change-language .change-language-title a {
    font-size: 10pt;
}

.change-language .change-language-title a:after {
    display: inline-block;
    color: #000;
    padding-left: 2px;
    content: "\f107";
    font-size: 17px;
    font-family: 'fontawesome';
}

.change-language:hover .change-language-title a:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
}
.change-empty{display:none}
.change-language .change-language-cont {
    position: absolute;
    top: 36px;
    right: 0;
    z-index: 999;
    display: flex;
    flex-direction: column;
    visibility: hidden;
    overflow-y: scroll;
    padding: 20px 10px 20px 20px;
    width: 360px;
    max-height: 55vh;
    border: 1px solid #eee;
    border-radius: 5px;
    background: #FFF;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    transform: scale3d(0.9, 0.9, 1);
    -ms-transition: all 0.3s ease-in-out;
}

.change-language:hover .change-language-cont {
    visibility: visible;
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.change-language .change-language-cont li {
    display: inline-block;
    /* overflow: hidden; */
    margin: 0 0 10px;
    /* padding: 0 10px 0 0; */
    width: 100%;
    vertical-align: top;
    font-size: 10pt;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
}

.change-language .change-language-cont li a:hover {
    color: #e60012;
}

.change-language .change-language-cont .lang-item-hide {
    display: none !important;
}

.change-language .change-language-cont .lang-more {
    position: relative;
    display: block;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.change-language .change-language-cont .more-active {
    font-size: 20px;
}

.language-flag span {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #000;
    vertical-align: top;
    white-space: nowrap;
    display: inline;
    zoom: 1;
}

@media (max-width:950px) {
    .language-flag span {
        padding-left: 35px;
    }
    .path_bar .path_content{ width: 95% !important;}
    .change-language .change-language-title a:after {
        display: inline-block;
        color: #fff;
        padding-left: 2px;
        content: "\f107";
        font-size: 27px;
        font-family: 'fontawesome';
    }
    
    .language-flag span {
        position: relative;
        display: inline-block;
        overflow: hidden;
        color: #fff !important;
        vertical-align: top;
        white-space: nowrap;
        display: inline;
        zoom: 1;
    }
    li.language-flag a span{ padding-left: 1px !important; color: #000 !important;}
    .evaluate-item {
        width: 90% !important;
        margin-right: 0px !important;
    }

    .services-bottom .services-left {
        /* height: 456px !important; */
    }
}

.change-language ::-webkit-scrollbar {
    width: 5px;
}

.change-language ::-webkit-scrollbar-track {
    background-color: #fff;
}

.change-language ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .3);
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block;
}

.language-flag .country-flag {
    position: absolute;
    top: 25%;
    left: 0;
    display: inline-block;
    margin: -8px 5px 0;
    width: 25px;
    height: 25px;
    background-image: url(../img/language_logo.png);
    background-repeat: no-repeat;
    vertical-align: top;
    display: inline;
    zoom: 1;
}

li.language-flag a {
    position: relative;
}

.language-flag-af .country-flag {
    background-position: 0 0 !important;
}

/*-------------------------------
                        language  end
                        ----------------------------------*/
/*-------------------------------
			search  start
			----------------------------------*/
.container {
    min-height: 100vh;
}

.search-ipt {
    border: 0;
    background: transparent;
    border-radius: 0;
    -webkit-appearance: none;
}

.web-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    visibility: hidden;
}

.web-search .btn--search-close {
    display: inline-block;
    font-size: 1.8em;
    border-radius: 50%;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
    background-image: url(../img/search_btn_close.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 35%;
    background-size: auto 35%;
    background-color: #ccc;
    width: 42px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.web-search .btn--search-close:hover {
    background-color: #ba0d1a;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.js .btn--search-close {
    display: block;
}

.web-search .search-ipt {
    font-family: inherit;
    line-height: 1em;
    display: inline-block;
    box-sizing: border-box;
    width: 75%;
    padding: 0.05em 0;
    color: #333;
    border-bottom: 3px solid;
    font-size: 20px;
}

.web-search .search-ipt::-webkit-input-placeholder {
    color: #333;
    font-weight: bold;
}

.web-search .search-ipt::-moz-placeholder {
    opacity: 1;
    color: #333;
    font-weight: bold;
}

.web-search .search-ipt:-ms-input-placeholder {
    color: #333;
    font-weight: bold;
}

.web-search .search-ipt::-webkit-search-cancel-button,
.web-search .search-ipt::-webkit-search-decoration {
    -webkit-appearance: none;
}

.web-search .search-ipt::-ms-clear {
    display: none;
}

.web-search .search-attr {
    font-size: 90%;
    display: block;
    width: 75%;
    margin: 0 auto;
    padding: 0.85em 0;
    text-align: right;
    color: #333;
}

.js .container {
    position: relative;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.js .main-wrap--move {
    height: 100vh;
}

.js .web-search {
    pointer-events: none;
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

.web-search .btn--search-close {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

.search--open .btn--search-close {
    opacity: 1;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    -webkit-animation: bounceInA 1s ease;
    -o-animation: bounceInA 1s ease;
    animation: bounceInA 1s ease;
}

.search__suggestion,
.web-search .search-attr {
    opacity: 0;
    -moz-transform: translate3d(0, 30px, 0);
    -webkit-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
    -moz-transition: opacity 0.8s, transform 0.8s;
    -webkit-transition: opacity 0.8s, transform 0.8s;
    -ms-transition: opacity 0.8s, transform 0.8s;
    -o-transition: opacity 0.8s, transform 0.8s;
    transition: opacity 0.8s, transform 0.8s;
}

.search--open .search-attr {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    font-size: 20px;
}

.js .web-search .search-ipt {
    font-size: 60px;
    font-weight: bold;
    border-bottom-width: 1px;
    padding: 15px 0;
    -moz-transform: scale3d(0, 1, 1);
    -webkit-transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -moz-transform-origin: 0% 50%;
    -webkit-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -moz-transition: transform .3s;
    -webkit-transition: transform .3s;
    -ms-transition: transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    opacity: 0;
    text-transform: uppercase;
}

.js .web-search .search-ipt,
.web-search .search-attr {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.js .search--open .search-ipt {
    -moz-transform: scale3d(1, 1, 1);
    -webkit-transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1;
    -moz-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -ms-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.js .search--open .search-btn {
    display: none !important;
}

.web-search .search-attr {
    padding-bottom: 0;
}

.js .web-search {
    width: 70%;
    height: 240px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 50px 0;
    margin: auto;
    border-radius: 8px;
    z-index: 100001;
}

.js .web-search::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(255, 255, 255, 0.98);
    background-color: #fff;
    -webkit-transform: translateY(-30%) scale(1, 0);
    -ms-transform: translateY(-30%) scale(1, 0);
    -o-transform: translateY(-30%) scale(1, 0);
    transform: translateY(-30%) scale(1, 0);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.js .search--open::before {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.main-wrap--move:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
}

/*-------------------------------
			search  end
			----------------------------------*/
/* web_footer */
.web_footer {
    position: relative;
    padding-top: 80px;
    background: #353535;
}

.web_footer a:hover {
    color: rgb(88, 187, 108);
}

.footer-body {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    padding-bottom: 44px;
    box-sizing: border-box;
}

.contact-info {
    width: 25%;
}

.contact-info .info-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    box-sizing: border-box;
}

.contact-info .info-item a {
    width: 100%;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact-info .info-item .con_address {
    width: 100%;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.contact-info .info-item:hover a {
    color: #58BB6C;
}

.h-title-new-search {
    color: #000;
}

.info-item .info-tel {
    display: inline-block;
    width: 38px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 16px;
}

.info-item .info-tel:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 32px;
    background-image: url(../img/contact-icon1.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
}

.info-item .info-email {
    display: inline-block;
    width: 38px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 16px;
}

.info-item .info-email:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 32px;
    background-image: url(../img/contact-icon2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
}

.info-item .info-address {
    display: inline-block;
    width: 38px;
    height: 32px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin-right: 16px;
}

.info-item .info-address:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 32px;
    background-image: url(../img/contact-icon3.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: top;
}

.products-box {
    width: 20%;
    margin-left: 5%;
}

.links-box {
    width: 25%;
}

.footer-operate {
    width: 25%;
}

.footer-operate img {
    width: 45px;
    height: 36px;
}

.products-box .footer-product-title {
    font-family: 'Chaparral-Pro-bold';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.footer-product-list ul li {
    padding: 8px 0;
}

.footer-product-list ul li a {
    box-sizing: border-box;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.links-box .footer-link-title {
    font-family: 'Chaparral-Pro-bold';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.links-box .footer-link-list ul li {
    padding: 8px 0;
}

.links-box .footer-link-list ul li a {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.links-box .footer-link-list ul li:hover a {
    color: #58BB6C;
}

.footer-operate .footer-search-title {
    font-family: 'Chaparral-Pro-bold';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer-search form {
    width: 100%;
    background: #FFFFFF;
    border-radius: 30px;
    height: 39px;
    display: flex;
    justify-content: space-between;
}

.footer-search input {
    width: 100%;
    height: 39px;
    background: transparent;
    border: none;
}

.footer-search .button {
    width: 93px;
    padding: 10px 27px;
    background: #3A6EDA;
    border: none;
    border-radius: 30px;
}

.footer-search .button .a {
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.footer-operate .footer-contact-title {
    font-family: 'Chaparral-Pro-bold';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 25px;
}

.footer-social-media {
    display: flex;
    justify-content: flex-start;
    gap: 14px;
    align-items: center;
    margin-top: 12px;
}

.footer-social-media .media-item img {
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    margin-top: -7px;
    margin-left: -7px;
}

.footer-social-media .media-item:hover img {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

.footer-social-media-mobile {
    display: none;
}

.copyright {
    position: relative;
    display: block;
    text-align: center;
    border-top: 2px solid #FFFFFF;
    padding: 26px 0 26px 0;
    color: #747474;
    font-size: 12px;
    font-family: verdanabold;
    font-weight: normal;
    font-family: 'Arial';
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 19px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.copyright a {
    color: #FFFFFF;
}

.copyright a:hover {
    color: #3B72E5;
    text-decoration: underline;
}

.path_bar {
    padding: 150px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}

.path_bar .layout {
    width: auto;
}

.path_hr hr {
    position: relative;
    left: 0;
}

.path_title {
    width: 70%;
    color: #FFFFFF;
    font-family: 'Exo';
    font-size: 60px;
    font-weight: 700;
    line-height: -1px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.path_bar ul {
    text-align: center;
    padding: 0 10px;
}

.path_bar ul li {
    display: inline-block;
}

.path_bar ul li a {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    color: #FFFFFF;
    text-align: center;
    text-transform: capitalize;
}

.path_bar ul li::after {
    content: '>';
    color: #fff;
    font-size: 14px;
    margin: 0 8px;
}

.path_bar ul li:last-child:after {
    display: none;
}

.path_title h1 {
    font-size: 60px;
}

.path_bar ul li:last-child a {
    color: #fff;
    text-decoration: underline;
}

.path_bar hr {
    width: 50px;
    height: 4px;
    /* 浅绿色 */
    background: #3B72E5;
    text-align: center;
}

.path_bar .path_content {
    width: 50%;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    /* -webkit-line-clamp: 4; */
    overflow: hidden;
    text-overflow: ellipsis;
}

.path_bar .path_content p a {
    color: rgb(255, 255, 255);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

/*----------------------------------aside---------------------------------*/
.web_main {
    margin-top: 35px;
}

.web-body {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
    justify-content: flex-start;
}

.aside {
    width: 360px;
    position: relative;
    top: 0;
    box-sizing: border-box;
    border-radius: 8px;
    /* 背景色 */
    background: rgb(243, 238, 231);
}

.main {
    width: calc(100% - 360px);
}

.side-tit-bar {
    position: relative;
    border-radius: 8px;
    /* 深绿色 */
    background: #3B72E5;
    padding: 30px 54px;
    box-sizing: border-box;
    border-top: 3px solid #3B72E5;
}

.side-tit-bar .side-tit {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.side-widget {
    position: relative;
    overflow: hidden;
    margin: 0 0 40px;
}

.side-widget .side-widget {
    padding-top: 20px;
}

.side-cate {
    overflow: hidden;
    padding: 25px;
    overflow-y: auto;
}

.side-cate li {
    position: relative;
}

.side-cate>li {
    border-bottom: 1px solid #d6d6d6;
}

.side-cate li a {
    position: relative;
    color: #051e52;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    margin-left: 40px;
}

.side-cate ul {
    display: none;
    overflow: visible !important;
}

.side-cate li a {
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out;
}

.side-cate li a:hover,
.side-cate li.active>a {
    color: #3B72E5;
}

.side-cate li a:hover:before,
.side-cate li.active>a:before {
    background-color: #3B72E5;
}

.sub-menu li a {
    margin-left: 0;
    padding-left: 55px;
}

.side-cate li .icon-cate {
    position: absolute;
    top: 7px;
    left: 0;
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    border-radius: 0%;
    background-image: url(../img/categories.png);
    color: #616265;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.side-cate li .icon-cate:before {
    padding-right: 1px;
    padding-left: 1px;
}

.side-cate li .icon-cate.icon-cate-down {
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    color: #616265;
    background-image: url(../img/categories.png);
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.side-cate li .icon-cate.icon-cate-up {
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 25px;
    color: #616265;
    text-align: center;
    background-image: url(../img/categories.png);
    font-size: 10px;
    line-height: 18px;
    cursor: pointer;
    transform: rotate(45deg);
}

.side-widget .cate-type-list>li {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
}

.side-widget .cate-type-list>li>a {
    margin-right: 0;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    display: block;
    line-height: 1.2;
}

.side-cate li.nav-current>.icon-cate {
    color: #3B72E5;
}

.side-cate>li.nav-current>a,
.side-cate>li.nav-current>.icon-cate {
    color: #3B72E5;
}

.side-cate li li.nav-current>a {
    color: #3B72E5;
}

.side-product-items {
    position: relative;
    margin-top: 8px;
}

.side-product-items .items_content {
    position: relative;
    padding: 35px 0;
}

.side_product_item {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
}

.side_product_item figure {
    position: relative;
    display: table;
    overflow: hidden;
    width: 100%;
}

.side_product_item .item-img,
.side_product_item figcaption {
    display: table-cell;
    vertical-align: middle;
}

.side_product_item .item-img {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 70px;
}

.side_product_item .item-img img {
    display: block;
    width: 100%;
}

.side_product_item figcaption {
    padding-left: 15px;
}

.side_product_item figcaption h3 {
    font-weight: normal;
    font-size: 14px;
}

.side_product_item figcaption h3 a {
    display: block;
    display: -webkit-box;
    overflow: hidden;
    max-height: 3.2em;
    text-overflow: ellipsis;
    word-wrap: break-word;
    line-height: 1.6em;
    -ms-word-break: break-all;
    word-break: break-all;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.side_product_item figcaption h3 a:hover,
.side_product_item .item-img:hover+figcaption h3 a {
    color: #ffba00;
}

.side_product_item:hover .item-img {
    border-color: #ffba00;
}

.side-product-items .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.side-product-items .side_slider {
    position: relative;
    overflow: hidden;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-height: 480px;
}

.side-product-items .side_slider .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.side-product-items .side_product_item {
    height: 100px;
}

.side-product-items .btn-prev,
.side-product-items .btn-next {
    position: absolute;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 32px;
    color: #ccd3d9;
    text-align: center;
    font-size: 38px;
    line-height: 32px;
    opacity: 1;
    cursor: pointer;
    filter: alpha(opacity=100);
}

.side-product-items .swiper-button-disabled {
    color: #eee;
    cursor: default;
}

.side-product-items .btn-prev:before,
.side-product-items .btn-next:before {
    display: inline-block;
    -webkit-transform: scale(2.5, 1);
    -o-transform: scale(2.5, 1);
    transform: scale(2.5, 1);
    -ms-transform: scale(2.5, 1);
}

.side-product-items .btn-prev {
    top: 0;
}

.side-product-items .btn-prev:before {
    content: '\f106';
}

.side-product-items .btn-next {
    bottom: 0;
}

.side-product-items .btn-next:before {
    content: '\f107';
}

.side-product-items .btn-prev:not(.swiper-button-disabled):hover,
.side-product-items .btn-next:not(.swiper-button-disabled):hover {
    color: #000;
}

.aside .side-bn {
    margin: 0 0 40px;
    width: 100%;
}

.aside .side-bn img {
    width: 100%;
}

.page_bar {
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.page_bar ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.page_bar ul li {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    /* 背景色 */
    background: rgb(243, 238, 231);
}

.page_bar ul li a {
    color: #3B72E5;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.page_bar ul li span {
    color: #3B72E5;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.page_bar ul li .perv-btn {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    color: #3B72E5;
}

.page_bar ul li .perv-btn::before {
    content: '\f104';
    font-family: 'fontawesome';
}

.page_bar ul li .next-btn {
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    color: #3B72E5;
}

.page_bar ul li .next-btn::before {
    content: '\f105';
    font-family: 'fontawesome';
}

.page_bar ul li:hover {
    background: #3B72E5;
}

.page_bar ul li:hover a {
    color: #3B72E5;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.page_bar ul li:hover b {
    color: #3B72E5;
    font-family: 'Poppins';
    font-size: 30px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.page_bar ul li.active {
    /* 深绿色 */
    background: #3B72E5;
    color: #fff;
}

.page_bar ul li.active span {
    /* 深绿色 */
    background: #3B72E5;
    color: #fff !important;
}

.page_bar ul li.active>span {
    color: #3B72E5;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    background: transparent !important;
}

/* collect_userInfo start */
.collect_userInfo {
    margin-top: 50px;
    background: #3B72E5;
    padding: 50px 0;
    box-sizing: border-box;
}

.userInfo_warp {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background-color: #FFFFFF;
    border-top: 4px solid #3B72E5;
    padding: 50px;
    box-sizing: border-box;
    gap: 120px;
    border-radius: 8px;
    box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}

.userInfo-left {
    width: 45%;
}

.userInfo_title {
    color: #051e52;
    font-family: 'Exo';
    font-size: 50px;
    font-weight: 700;
    line-height: -1px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.userInfo_content {
    width: 100%;
}

.userInfo_content p {
    color: rgb(51, 51, 51);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 7px;
}

.userInfo_image {
    text-align: left;
    margin-left: 99px;
    width: 100%;
    max-width: 350px;
    height: 350px;
    position: relative;
}

.userInfo_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.userInfo_right {
    width: 50%;
}

.userInfo_right form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    gap: 10px;
}

.userInfo_right input {
    height: 60px;
    background: #F3EEE7;
    border: none;
    border-radius: 8px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.userInfo_right input::placeholder,
.userInfo_right textarea::placeholder {
    color: rgb(136, 136, 136);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.userInfo_right textarea {
    height: 120px;
    background: #F3EEE7;
    border: none;
    border-radius: 8px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.userInfo_right .btn-sub {
    width: 100%;
    border-radius: 8px;
    /* 深绿色 */
    background: #3B72E5 !important;
}

.userInfo_right .btn-sub {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

/* collect_userInfo end */
/* Related products start */
.related_products {
    margin-top: 50px;
}

.related_products .related_tip {
    color: #3B72E5;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.related_products .related_title {
    color: #051e52;
    font-family: 'Exo';
    font-size: 50px;
    font-weight: 700;
    line-height: -1px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.related_products .related_body {
    /* width: 100%; */
    margin-top: 20px;
    display: flex;
    overflow: hidden;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.related_body .product_item {
    width: 31%;
    padding: 50px 64px;
    border-radius: 8px;
    /* 白色 */
    background: rgb(255, 255, 255);
    box-shadow: 0px 4px 12px 0px rgba(59, 114, 229, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    /* margin-right: 30px; */
    margin-bottom: 20px;
}

@media (max-width:1620px) {
    .related_body .product_item {
        width: 30%;
        margin-right: 15px;
    }
}

.product_item .product_name {
    margin-top: 30px
}

.product_item .product_name a {
    display: inline-block;
    height: 132px;
    overflow: hidden;
    color: #051e52;
    font-family: 'Poppins';
    font-size: 20px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.product_more button {
    border: none;
    background: transparent;
}

.product_more button a {
    color: #3B72E5;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.product_more button:hover {
    background: #3B72E5;
}

.product_more button:hover a {
    color: #FFFFFF;
}

/* Related products end */
/* video    */
.recommend-video {
    margin-top: 50px;
}

.recommend-tip {
    color: #3B72E5;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.recommend-title {
    width: 100%;
    display: flex;
    justify-content: center;
}

.recommend-title p {
    width: 50%;
    color: #051e52;
    font-family: 'Exo';
    font-size: 50px;
    font-weight: 700;
    line-height: -1px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.recommend-video .video-list {
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    margin-top: 30px;
}

.recommend-video .video-item {
    width: 31%;
    border-radius: 8px;
    /* 产品投影 */
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    /* 白色 */
    background: rgb(255, 255, 255);
}

.recommend-video .video-item .video-img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}

.recommend-video .video-item .video-img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.recommend-video .video-mask {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    position: absolute;
    top: 0;
    right: 0;
}

.recommend-video .video-mask .video-open {
    width: 62.5px;
    height: 62.5px;
    /* 浅绿色 */
    border: 1.5px solid #3B72E5;
    /* 浅绿色 */
    background: #3B72E5;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.recommend-video .video-mask .video-open img {
    width: 18.75px;
    height: 21.65px;
    position: absolute;
    top: 45%;
    left: 48%;
}

.recommend-video .video-content {
    padding: 18px 0;
    color: #051e52;
    font-family: 'Poppins-blog';
    font-size: 20px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

/* recommended news start */
.recommended-news {
    margin-top: 50px;
}

.recommended-news .news-tip {
    color: #3B72E5;
    font-family: 'Poppins';
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.recommended-news .news-title {
    color: #051e52;
    font-family: 'Exo';
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 700;
    line-height: -1px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.recommended-news .news-body {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.recommended-news .news-item {
    width: 31%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.recommended-news .news-item .item-image {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
    border-radius: 22px;
}

.animate__slideInLeft .swiper-slide {
    align-items: flex-start !important;
    justify-content: left !important;
    text-align: left ;
}

.animate__slideInLeft .swiper-slide a {
    color: #3B72E5 !important;
}

.animate__slideInLeft a:hover {
    /* color: #3B72E5 !important; */
    text-decoration: underline !important;
}

.recommended-news .news-item .item-image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.recommended-news .news-item .item-image img:hover {
    transform: scale(1.05);
}

.product_image img:hover {
    transform: scale(1.05);
}

.recommended-news .news-item .item-body {
    position: relative;
    top: -20px;
    width: 80%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
    background: rgb(255, 255, 255);
}

.recommended-news .news-item .item-body .item-title {
    text-align: center;
}

.recommended-news .news-item .item-body .item-title a {
    display: block;
    height: 63px;
    color: #051e52;
    font-family: 'Poppins-blog';
    font-size: 20px;
    font-weight: 700;
    min-height: 60px;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    overflow: auto;
}

.recommended-news .news-item .item-body .item-date {
    text-align: center;
    margin: 10px 0;
}

.recommended-news .news-item .item-body .item-date a {
    color: rgb(136, 136, 136);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

.recommended-news .news-item .item-body .item-content a {
    height: 100px;
    color: rgb(51, 51, 51);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.recommended-news .news-item .item-body .item-btn {
    text-align: center;
    margin-top: 20px;
}

.recommended-news .news-item .item-body .item-btn button {
    border: none;
    background: transparent;
}

.recommended-news .news-item .item-body .item-btn button a {
    color: #3B72E5;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-transform: capitalize;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.recommended-news .news-item .item-body .item-btn button .learn-btn {
    display: inline-block;
    overflow: hidden;
    width: 25px;
    height: 18px;
    border-radius: 0%;
    background-image: url(../img/categories.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: bottom;
    color: #616265;
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    cursor: pointer;
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.recommended-news .news-item .item-body .item-btn button:hover {
    background-color: #3B72E5;
    border-radius: 8px;
}

.recommended-news .news-item .item-body .item-btn button:hover a {
    color: #FFFFFF;
}

.recommended-news .news-item .item-body .item-btn button:hover .learn-btn {
    background-image: url(../img/hover-news-btn.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: top;
}

/* recommended news end */
@media (max-width:1800px) {
    .web_head .header_layout {
        padding: 0 5%;
    }
    .product_item .product_name a{ line-height: initial;         }
    .related_body .product_item{ padding: 50px 10px;}
    .web_head .nav_wrap {
        margin-left: 0;
    }

    #product-tabs {
        display: flex;
        justify-content: space-between;
        width: 100%;
        flex-wrap: nowrap !important;
        overflow-x: auto !important;
    }

    @media (max-width:1500px) {
        .web_head .header_layout {
            padding: 0 2%;
        }
    }
}

@media (max-width:1200px) {
    .about-icons {
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .recommended-news .news-item .item-body .item-content a{ display: none;}
    .path_title {
        font-size: 40px;
    }
    .recommended-news .news-item .item-body{ width: 100%;}
    .recommended-news .news-item{      width: 29% !important;}
    .contact-info{     width: 46%; }
    .footer-operate{ width: 50%;}
    .footer-body{     justify-content: flex-start !important;}
    
    .head_nav>li>a{  font-size: 17px !important;}
    .head_nav>li{      padding: 0px 5px !important;}
    .about-icons .icon-item {
        width: 50% !important;
    }
}

/*---------------------mobile------------------------*/
@media screen and (max-width: 768px) {
    .tel_link {
        pointer-events: auto;
    }
}

@media only screen and (max-width: 950px) {
    /* 针对 950px 及以下宽度的媒体查询 */
    @media only screen and (max-width: 950px) {
        .container {
            width: 100%;
        }


        .related_products .related_title{ font-size: 45px ;}
.swiper-box{     padding-top: 50px;}
        .web_head {
            position: fixed !important;
            background: #3B72E5 !important;
        }
    }

    .z10000 {
        position: relative;
        z-index: 100000;
    }

    .web_head .logo img {
        max-width: 55px;
    }

    .mobile-body-mask {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.6);
    }

    .mobile-ico-close {
        position: absolute;
        top: 0;
        right: -35px;
        width: 30px;
        height: 30px;
        background: #fff url(../img/mobile_close.png) center center no-repeat;
        background-size: 50% auto;
        cursor: pointer;
    }

    .mobile-operate-box {
        display: block;
    }

    .sub-content {
        position: relative;
        right: auto;
        z-index: 99999;
        display: block;
        border: none;
        border-radius: 0;
        box-shadow: none;
    }

    .lang-more {
        display: none !important;
    }

    .web_head .header_layout {
        padding: 0 5%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /* 垂直居中对齐 */
    }

    .changg {
        display: flex;
    }

    .mobile-head-items {
        /* width: 200px; */
        width: 100%;
        z-index: 999;
        display: block;
        visibility: visible;
        /* 调整宽度为自动 */
        height: 100%;
        height: 60px;
        line-height: 30px;
        margin-left: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .mobile-head-item {
        width: 30px;
    }

    .mobile-head-item.mobile-head-aside {
        float: right;
    }

    .mobile-head-item .title {
        overflow: hidden;
        width: 100%;
        height: 30px;
        color: #FFF;
        text-align: center;
        line-height: 40px;
        cursor: pointer;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .mobile-head-item .title a {
        position: relative;
        display: block;
        color: #FFF;
    }

    .mobile-head-item.mobile-head-home .title a:before {
        content: '\f015';
    }

    .mobile-head-item.mobile-head-nav .title:before {
        content: '';
        display: inline-block;
        width: 87%;
        height: 22px;
        background-image: url(../img/mobile/mobile-nav.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .mobile-head-item.mobile-head-language .change-language {
        position: relative;
    }

    .mobile-head-item.mobile-head-language .change-language-title {
        position: relative;
    }

    .mobile-head-item.mobile-head-language .change-language-title.medium-title a {
        font-family: 'Arial';
        font-weight: 400;
        font-size: 16px;
        color: #333333;
        line-height: 24px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .change-language-cont li{ display: flex;
    justify-content: flex-start;}
    .change-language-cont{ flex-wrap: wrap;}
    .mobile-head-item.mobile-head-language .change-language .change-language-cont {
        border-radius: 3px;
        box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    }

    .mobile-head-search .btn-search {
        padding-right: 5%;
    }

    .mobile-head-item.mobile-head-search .title:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 23px;
        background-image: url(../img/mobile/mobile-search.png);
        background-size: 84%;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .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 {
        top: 0;
        z-index: 99999;
        display: block;
        background: #FFF;
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: auto;
        padding: 15px 10px;
        height: 100%;
        background-color: #fff;
    }

    .mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap {
        overflow-y: hidden;
    }

    .mobile-head-item .side-content-wrap {
        position: fixed;
        left: -70%;
        display: block;
        width: 70%;
        height: 100%;
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        visibility: hidden;
        padding: 20px 0;
        width: 100%;
        height: auto;
        opacity: 0;
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }

    .index_main .layout,
    .layout {
        margin: 0 auto;
        width: 95%;
    }

    .web_head .nav_wrap {
        display: none;
    }

    .nav_wrap .logo img {
        height: 100px;
    }

    .web_head .head-search {
        display: block;
    }

    .head-search {
        position: relative;
        width: 90%;
        height: 35px;
        margin: 0 auto;
    }

    .head-search .search-ipt {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #FFF;
        padding: 0 10px;
        border-bottom: 1px solid black;
    }

    .head-search .search-btn {
        position: absolute;
        width: 35px;
        height: 100%;
        background: url(../img/Vector.png) no-repeat center center;
        -webkit-background-size: auto 16px;
        background-size: auto 16px;
        border: none;
        right: 0;
        top: 0;
        display: block !important;
    }

    .head-search .search-attr {
        display: none;
    }

    /* header */
    .web_head {
        position: static;
        margin-bottom: 0;
        text-align: center;
    }

    /*nav */
    .head_nav {
        width: 100%;
    }

    .head_nav>li {
        display: block;
        border-bottom: 1px solid #dcdcdc;
        padding: 0;
    }

    .head_nav>li>a {
        position: relative;
        text-transform: uppercase;
        font-size: 14px;
    }

    .head_nav li {
        padding-left: 28px;
    }

    .head_nav li,
    .head_nav li a {
        color: #111;
    }

    .head_nav li.has-child {
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 28px;
    }

    .head_nav li.has-child>a {
        padding-right: 0;
    }

    .head_nav li.has-child>ul {
        position: relative;
        top: auto;
        left: auto;
        display: none;
        margin-left: 0;
        padding: 0 0 0 10px;
        width: 100%;
        border-top: unset;
        box-shadow: unset;
        opacity: 1;
        -webkit-transform: unset;
        transform: unset;
    }

    .head_nav li a {
        display: block;
        line-height: 33px;
        text-align: left;
    }

    .head_nav li a:hover {
        color: inherit;
    }

    .head_nav li em {
        display: block;
        overflow: hidden;
    }

    .head_nav>li ul li {
        font-size: 14px;
        padding: 0;
        border-bottom: 1px dashed #c1c1c1;
    }

    .head_nav li li li {
        font-size: 12px;
    }

    .head_nav>li ul li a {
        color: #555;
        line-height: 28px;
    }

    .head_nav>li.has-child a {
        padding-right: 0;
    }

    .head_nav li.has-child a b {
        overflow: hidden;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        width: 15px;
        height: 15px;
        border: 1px solid #111;
        border-radius: 2px;
        line-height: 15px;
        z-index: 999;
    }

    .head_nav li.has-child a b:before,
    .head_nav li.has-child a b:after {
        position: absolute;
        top: 50%;
        left: 3px;
        display: block;
        margin-top: -.5px;
        width: 9px;
        height: 1px;
        background-color: #111;
        content: '';
    }

    .head_nav li.has-child a b:after {
        -webkit-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
        -ms-transform: rotate(90deg);
    }

    .head_nav li,
    .head_nav li.has-child {
        padding-left: 0;
        padding: 0;
    }

    .head_nav>li ul li:last-child {
        border-bottom: none;
    }

    .head_nav li.active>a>b:after {
        display: none;
    }

    .head_nav>li>a:hover b {
        -webkit-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -ms-transform: translateY(-50%);
    }

    .head_nav li li.has-child a b {
        width: 12px;
        height: 12px;
        line-height: 12px;
    }

    .head_nav li li.has-child a b:before,
    .head_nav li li.has-child a b:after {
        width: 6px;
    }
    .logo{ display: none !important;}
    .web-body .main{  width:100% !important;}
    .product-view{ width: 95% !important;}
    .product-detail .product-detail-title{   font-size: 27px !important;}
    .product-detail .product-right{      margin-top: 10px !important;}
    .head_nav li.nav-current>a b:before,
    .development-right{  width: 100% !important;}
    .development-title { width: 100% !important;}
    .certificate-swiper-box .swiper-slide{ padding-bottom: 135% !important;}
    .head_nav li.nav-current>a b:after {
        background: #3B72E5 ;
    }

    .web_head .nav_wrap {
        display: none;
    }

    .head_nav li.nav-current>a:after,
    .head_nav li>a:after {
        display: none;
    }

    .head_nav li.nav-current,
    .head_nav li.nav-current>a b {
        border-color: unset;
    }

    .web_footer {
        padding-top: 6px;
    }

    .web_footer .contact-info,
    .web_footer .products-box,
    .web_footer .footer-operate {
        display: none;
    }

    .footer-body {
        padding-bottom: 21px;
    }
    .links-box li ul {
        display: none;
    }
    .links-box {
        width: 100% !important;
    }
.web_footer .layout{ width: 94%;}
    .links-box .footer-link-title {
        display: none;
    }

    .links-box .footer-link-list>ul>li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    }

    .links-box .footer-link-list ul>li>a {
        width: 100%;
        display: flex;
text-transform: uppercase;
        color: #eee;
        justify-content: space-between;
        align-items: center;
    }
    .links-box .footer-link-list ul li a{      font-size: 20px !important;}
    .links-box .footer-link-list ul li{     padding: 16px 0 !important;}
    .links-box .footer-link-list ul li .btn-dwon {
        display: inline-block;
        width: 30px;
        height: 20px;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .links-box .footer-link-list ul li .btn-dwon:before {
        content: '';
        display: inline-block;
        width: 100%;
        height: 20px;
        background-image: url(../img/mobile/Group_87.png);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        vertical-align: top;
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
    }

    .copyright {
        border: none;
        padding: 0;
        text-align: left;
        color: #eee;
        font-size: 20px;
        line-height: 25px;
        width: 94%;
        margin: 0 auto;
    }

    .footer-social-media-mobile {
        display: flex;
        justify-content: flex-start;
        gap: 14px;
        align-items: center;
        padding-bottom: 100px;
        margin-top: 12px;
        width: 94%;
        padding-top: 20px;
        margin: 0 auto;
    }

    .footer-social-media-mobile .media-item img {
        -webkit-transition: all .6s ease;
        -o-transition: all .6s ease;
        transition: all .6s ease;
        margin-top: -7px;
        margin-left: -7px;
    }

    .footer-social-media-mobile .media-item:hover img {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }

    .path_bar {
        padding: 90px 0;
    }

    .path_title {
        font-size: 30px;
    }
}

/*------------mobile---------*/
.change-language-cont li {
    width: 100%;
}

.change-language-cont {
    display: flex;
    /* flex-wrap: wrap; */
}

.language--img {
    background: url(yuzhongBG.jpg)no-repeat center center;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 6px;
}

.language-en {
    background-position: 0 -218px;
}

.language-af {
    background-position: 0 -1px;
}

.language-sq {
    background-position: 0 -940px;
}

.language-am {
    background-position: 0 -9px;
}

.language-be {
    background-position: 0 -48px;
}

.language-eu {
    background-position: 0 -252px;
}

.language-az {
    background-position: 0 -36px;
}

.language-hy {
    background-position: 0 -456px;
}

.language-ar {
    background-position: 0 -24px;
}

.language-am {
    background-position: 0 -12px;
}

.language-fy {
    background-position: 0px -300px;
}

.language-fr {
    background-position: 0px -288px;
}

.language-fi {
    background-position: 0px -276px;
}

.language-et {
    background-position: 0px -240px;
}

.language-eo {
    background-position: 0px -192px;
}

.language-en {
    background-position: 0 -216px;
}

.language-da {
    background-position: 0px -168px;
}

.language-cs {
    background-position: 0px -144px;
}

.language-hr {
    background-position: 0px -420px;
}

.language-co {
    background-position: 0px -132px;
}

.language-ceb {
    background-position: 0px -108px;
}

.language-ca {
    background-position: 0px -96px;
}

.language-bg {
    background-position: 0 -448px;
}

.language-bs {
    background-position: 0 -84px;
}

.language-bn {
    background-position: 0 -72px;
}

.language-be {
    background-position: 0 -48px;
}

.language-is {
    background-position: 0px -492px;
}

.language-sm {
    background-position: 0px -972px;
}

.language-ro {
    background-position: 0px -888px;
}

.language-pa {
    background-position: 0px -840px;
}

.language-pt {
    background-position: 0px -876px;
}

.language-pl {
    background-position: 0px -852px;
}

.language-fa {
    background-position: 0px -264px;
}

.language-ps {
    background-position: 0px -264px;
}

.language-or {
    background-position: 0px -827px;
}

.language-no {
    background-position: 0px -780px;
}

.language-ne {
    background-position: 0px -792px;
}

.language-my {
    background-position: 0px -768px;
}

.language-mn {
    background-position: 0px -720px;
}

.language-mr {
    background-position: 0px -732px;
}

.language-mi {
    background-position: 0px -684px;
}

.language-mt {
    background-position: 0px -756px;
}

.language-ml {
    background-position: 0px -708px;
}

.language-ms {
    background-position: 0px -744px;
}

.language-mg {
    background-position: 0px -672px;
}

.language-mk {
    background-position: 0px -696px;
}

.language-lb {
    background-position: 0px -624px;
}

.language-lt {
    background-position: 0px -648px;
}

.language-lv {
    background-position: 0px -660px;
}

.language-la {
    background-position: 0px -613px;
}

.language-lo {
    background-position: 0px -636px;
}

.language-ky {
    background-position: 0px -600px;
}

.language-ku {
    background-position: 0px -120px;
}

.language-ko {
    background-position: 0px -588px;
}

.language-rw {
    background-position: 0px -912px;
}

.language-km {
    background-position: 0px -564px;
}

.language-kk {
    background-position: 0px -552px;
}

.language-kn {
    background-position: 0px -576px;
}

.language-jv {
    background-position: 0px -528px;
}

.language-ja {
    background-position: 0px -516px;
}

.language-it {
    background-position: 0px -504px;
}

.language-ga {
    background-position: 0px -312px;
}

.language-id {
    background-position: 0px -467px;
}

.language-ig {
    background-position: 0px -480px;
}

.language-hu {
    background-position: 0px -443px;
}

.language-hmn {
    background-position: 0px -408px;
}

.language-hi {
    background-position: 0px -397px;
}

.language-he {
    background-position: 0px -384px;
}

.language-haw {
    background-position: 0px -300px;
}

.language-ha {
    background-position: 0px -1079px;
}

.language-ht {
    background-position: 0px -432px;
}

.language-gu {
    background-position: 0px -348px;
}

.language-el {
    background-position: 0px -204px;
}

.language-de {
    background-position: 0px -180px;
}

.language-ka {
    background-position: 0px -540px;
}

.language-gl {
    background-position: 0px -336px;
}

.language-ru {
    background-position: 0px -900px;
}

.language-gd {
    background-position: 0px -324px;
}

.language-sr {
    background-position: 0px -1006px;
}

.language-st {
    background-position: 0px -1017px;
}

.language-sn {
    background-position: 0px -984px;
}

.language-sd {
    background-position: 0px -984px;
}

.language-si {
    background-position: 0px -1271px;
}

.language-sk {
    background-position: 0px -1223px;
}

.language-sl {
    background-position: 0px -960px;
}

.language-so {
    background-position: 0px -994px;
}

.language-es {
    background-position: 0px -227px;
}

.language-su {
    background-position: 0px -1031px;
}

.language-sw {
    background-position: 0px -1055px;
}

.language-sv {
    background-position: 0px -1043px;
}

.language-tl {
    background-position: 0px -1115px;
}

.language-tg {
    background-position: 0px -1091px;
}

.language-ta {
    background-position: 0px -1067px;
}

.language-tt {
    background-position: 0px -1151px;
}

.language-te {
    background-position: 0px -1079px;
}

.language-th {
    background-position: 0px -1103px;
}

.language-tr {
    background-position: 0px -1138px;
}

.language-tk {
    background-position: 0px -1115px;
}

.language-uk {
    background-position: 0px -1175px;
}

.language-ur {
    background-position: 0px -1187px;
}

.language-ug {
    background-position: 0px -1163px;
}

.language-uz {
    background-position: 0px -1175px;
}

.language-vi {
    background-position: 0px -1211px;
}

.language-cy {
    background-position: 0px -156px;
}

.language-xh {
    background-position: 0px -1223px;
}

.language-yi {
    background-position: 0px -1235px;
}

.language-yo {
    background-position: 0px -1247px;
}

.language-zu {
    background-position: 0px -1259px;
}

.language-zh {
    background-position: 0px -1282px;
}

.language-zh-TW {
    background-position: 0px -1282px;
}

* {
    box-sizing: border-box;
}

@font-face {
    font-weight: 400;
    font-style: normal;
    font-family: fontawesome;
    src: url(https://www.cnagrochem.com/wp-content/themes/1002/template/fonts/Font-Awesome/fontawesome-webfont.eot);
    src: url(https://www.cnagrochem.com/wp-content/themes/1002/template/fonts/Font-Awesome/fontawesome-webfont.eot?#iefix)format("embedded-opentype"), url(https://www.cnagrochem.com/wp-content/themes/1002/template/fonts/Font-Awesome/fontawesome-webfont.woff2)format("woff2"), url(https://www.cnagrochem.com/wp-content/themes/1002/template/fonts/Font-Awesome/fontawesome-webfont.woff)format("woff"), url(https://www.cnagrochem.com/wp-content/themes/1002/template/fonts/Font-Awesome/fontawesome-webfont.ttf)format("truetype"), url(https://www.cnagrochem.com/wp-content/themes/1002/template/fonts/Font-Awesome/fontawesome-webfont.svg#fontawesomeBold)format("svg");
    font-display: fallback
}

.c-chat-button {
    background: #fff;
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.1);
    padding: 13px 12px;
    width: 60px;
    height: 60px;
    position: fixed;
    z-index: 999;
    bottom: 46px;
    right: 55px;
    border-radius: 30px;
}

.c-chat-button svg {}

.c_chat_form {
    padding: 48px 35px;
    background: #3b72e5;
    min-width: 360px;
    box-shadow: 0 0 40px 3px rgba(0, 0, 0, 0.1);
    position: fixed;
    right: 25px;
    left: 25px;
    bottom: 18px;
    z-index: 9999;
    padding-top: 16px;
    transition: all ease-in-out .3s;
    /* display: none; */
    display: block;
    border-radius: 10px;
    padding-bottom: 10px;
    z-index: 999999;
}

.c_chat_form .l {
    float: left
}

.c_chat_form .r {
    float: right
}

.c_chat_form .t_top {
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    cursor: pointer;
}

.c_chat_form .t_top::after {
    content: '\f106';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 50%;
    font-family: fontawesome;
    font-size: 16px;
    color: #ffff;
    transform: translateY(-50%);
    transition: all ease-in-out .5s;
}

.c_chat_form .t_top .t_close {
    width: 23px;
    display: block;
    float: right;
}

.c_chat_form .t_top .t_close svg {}

.c_chat_form .t_top .purple {}

.c_chat_form .t_top .purple strong {}

.c_chat_form .t_top .purple small {}

.c_chat_form .item {
    margin-bottom: 20px;
    clear: both;
}

.c_chat_form .item_half {
    width: 49%;
    clear: inherit;
}

.c_chat_form .item input,
.c_chat_form .item textarea {
    border: 1px solid #d8d8d8;
    padding: 10px;
    width: 100%;
}

.c_chat_form .item textarea::placeholder {
    color: #575f65 !important;
}

.c_chat_form .item input {}

.c_chat_form .item textarea {}

.c_chat_form .item .b_btn {
    -moz-user-select: "none";
    -ms-user-select: "none";
    -webkit-user-select: "none";
    user-select: "none";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    width: auto;
    text-decoration: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 0;
    padding: 0;
    color: #293593;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    cursor: pointer;
    display: block;
    width: 100%;
    margin-bottom: 0;
    font-size: 14px;
    height: 40px;
    text-align: center;
}

.c_chat_form .item .b_btn:hover {
    background: #293593;
    color: #fff;
}

.form-active .t_top::after {
    transform: translateY(-50%) rotate(180deg);
}

@media (min-width: 768px) {
    .c_chat_form {
        left: auto;
        right: 10px;
        bottom: -407px;
    }
}

@media (max-width:950px) {
    .c_chat_form {
        display: none;
    }
    .links-box .footer-link-list ul li:hover a {
        color: #fff;
    }
    .evaluate-end-tip .btn-read:before {
        background-image: url(../img/more-btn1.png) !important;
    }

    .evaluate-end-tip button {
        border-bottom: 1px solid #3B72E5 !important;
    }

    .evaluate-end-tip button a {
        color: #3B72E5 !important;
        font-weight: bold !important;
    }

    .mobile-head-search {
        margin-right: 20px;
    }
}

.userInfo_right form {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: flex-start;
    gap: 10px;
}

.userInfo_right ul li {
    margin-bottom: 20px;
}

.userInfo_right input {
    width: 100%;
    height: 60px;
    background: #F3EEE7;
    border: none;
    border-radius: 8px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.userInfo_right textarea {
    width: 100%;
    height: 80px;
    background: #F3EEE7;
    border: none;
    border-radius: 8px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.userInfo_right input::placeholder,
.userInfo_right textarea::placeholder {
    color: rgb(136, 136, 136);
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.userInfo_right textarea {
    height: 120px;
    background: #F3EEE7;
    border: none;
    border-radius: 8px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #000000;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
}

.userInfo_right .btn-sub {
    width: 100%;
    border-radius: 8px;
    /* 深绿色 */
    background: #3B72E5;
}

.userInfo_right .btn-sub {
    color: #FFF;
    font-family: 'Poppins';
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

/*--------------------------右侧客服按钮------------------------------*/
#index_scrollsidebar {
    top: 50%;
    right: 20px;
    transition: all ease-in-out 1s;
    /* visibility: hidden; */
    opacity: 1;
    position: fixed;
    z-index: 99999;
    /* transform: translateY(-50%);*/
}

#index_scrollsidebar ul li {
    width: 62px;
    height: 62px;
    background-color: #3B72E5;
    border-radius: 10px;
    margin-bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

#index_scrollsidebar ul li .show0 {
    position: absolute;
    background-color: #3B72E5;
    padding: 6px;
    border-radius: 8px;
    right: 80px;
    top: 50%;
    transition: all ease-in-out .5s;
    transform: translateY(-50%);
    display: none
}

#index_scrollsidebar ul li .show0,
#index_scrollsidebar ul li .show0 a {
    font-size: 16px;
    color: #fff;
    text-wrap: nowrap
}

#index_scrollsidebar ul li:hover .show0 {
    display: block
}

#index_scrollsidebar ul li>a {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    text-align: center;
    line-height: 62px;
    align-items: center;
    justify-content: center;
}

#index_scrollsidebar ul li img {
    border: none;
    vertical-align: middle;
    max-width: 50%;
}

#index_scrollsidebar .gototop {
    background-color: #3B72E5;
}

.hvr-radial-out {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    overflow: hidden;
    background: #3B72E5;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: .3s;
    transition-duration: .3s
}

.hvr-radial-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3B72E5;
    border-radius: 100%;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.hvr-radial-out:hover,
.hvr-radial-out:focus,
.hvr-radial-out:active {
    color: #fff
}

.hvr-radial-out:hover:before,
.hvr-radial-out:focus:before,
.hvr-radial-out:active:before {
    -webkit-transform: scale(2);
    transform: scale(2)
}

@media only screen and (max-width: 1024px) {
    #index_scrollsidebar {
        display: none;
    }
}

.phone_icon {
    display: none
}

@media only screen and (max-width: 950px) {
    .phone_icon {
        display: block;
        overflow: hidden;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0;
        z-index: 999
    }
   
    .phone_icon li {
        float: left;
        width: 25%;
        background-color: #3B72E5;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center
    }

    .phone_icon li:nth-child(2n) {
        background-color: #3B72E5
    }
}

#cont h2 {
    background: #3B72E5 !important;
}

#cont>ul>li>ul>li>ul>li>a {
    font-size: 16px;
    line-height: 34px;
    color: #3B72E5 !important;
    padding-left: 56px;
}

#cont>ul>li>ul>li>a {
    color: #3B72E5 !important;
}

#cont>ul>li>ul>li>ul>li>a:before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid transparent;
    border-top-color: #3B72E5 !important;
    border-right-color: #3B72E5 !important;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 38px;
    top: 13px;
}

.other .privacy-main {
    padding-top: 50px !important
}

#footer {
    display: block;
    width: 100%;
    background: #3B72E5 !important;
    font-size: 16px;
    line-height: 32px;
    color: #ffffff;
    padding: 9px 0;
}









.phone_icon {
    display: none;
}



@media only screen and (max-width: 950px) {
    .phone_icon {
        display: block;
        overflow: hidden;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        padding: 0;
        z-index: 999;
    }

    .phone_icon li {
        float: left;
        width: 25%;
        background-color: #313d4b;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .phone_icon li:nth-child(2n) {
        background-color: #0d1b2c;
    }
/* .footer-link-list{ background: #000;} */

 .footer-link-list ul>li.foot_haschild::after {
		content: '';
		display: inline-block;
		position: absolute;
		right: 0;
		background-image: url(../img/Group_87.png);
		width: 28px;
		height: 28px;
		top: 5px;
	}


    .footer-link-list ul>li {
        /* border-bottom: 0.5px solid rgba(255, 255, 255, .5); */
        padding: 12px 0;
        position: relative;
        margin-bottom: 0;
    }
}
@media screen and (max-width: 1400px) {
    .recommended-news .news-item .item-body .item-title a{   height: 100% !important;  min-height: 100px !important; max-height: 100px  ; overflow: auto; }
}



@media screen and (max-width: 1366px) {
    .head_nav>li{     padding: 0 10px !important;}
    .introduction-left{ width: 100% !important;}
    .product_item .product_name a{ line-height: initial;         min-height: 5em; }
    .related_body .product_item{ padding: 50px 10px;}
    .recommended-news .news-item .item-body .item-btn{  margin-top:0px;}
    .recommended-news .news-item .item-body .item-title a{   height: 100% !important;  min-height: 100px !important; max-height: 100px  ; overflow: auto; }
    .recommended-news .news-item .item-body .item-content a{         word-break: break-word !important;    height: 160px !important; }
}
.fixed .logo img{ width: 80%;}
.links-box li ul{ display: none;}

@media only screen and (max-width: 1200px) {
    .product_item .product_name a{ height: 92px !important;}
    
    .product_item .product_name a{ line-height: 20px;}
    .related_body .product_item {
        /* width: 31%; */
        padding: 50px 5px;}
    .recommended-news .news-item .item-body .item-title a{    min-height: 123px !important;  max-height: 123px  ; overflow: auto;}
}


@media only screen and (max-width: 1100px) {
    .head_nav>li {
        padding: 0 5px !important;
    }
    .head_nav li em{  font-size: 16px !important;}
}


@media only screen and (max-width: 950px) {
    .recommended-news .news-item .item-body .item-title a{  min-height: 5em !important;}
    .recommended-news .news-item .item-body .item-content a{ display: none;}
}

.content-wrap.form .ch_form_wrap ul input, .content-wrap.form .ch_form_wrap ul textarea, .content-wrap.form .ch_form_wrap ul select{
    border-left: 3px solid #3B72E5;
}


.content-wrap.form .ch_form_wrap .item_submit input{ background: #445ba7;}