@charset "utf-8"; html {
    font-size: 625%;
}

body {
    font-size: 16px;
    background: #FFF;
}

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: #333;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.5
}

body {
    background-color: #fff;
}

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: 16px;
}

img {
    border: none;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}

li {
    list-style: none;
}

i, em {
    font-style: normal;
}

a {
    color: #333;
    text-decoration: none;
}

a:focus {
    outline: none;
}

a:hover {
    color: #333;
    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 {
    border: none;
    padding: 0;
}

hr {
    height: 1px;
    border: none;
    border-top: 1px dashed #c1c1c1;
    margin: 15px 0 15px 0;
}

a:active, select, input, textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    outline: 0!important;
}

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

body {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow-x: hidden;
}

.layout {
    width: 95%;
    max-width: 1480px;
    margin: 0 auto;
}

.z9999 {
    z-index: 9999!important;
}

.hide {
    display: none;
}

.ARLRDBD {
    font-family: 'ARLRDBD';
}

.CENTURY751B {
    font-family: 'CENTURY751B';
}

.CENTURY751R {
    font-family: 'CENTURY751R';
}

.flex {
    display: flex;
}

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

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

.img_warp img:hover {
    transform: scale(1.1);
}

.phoneShow {
    display: none ;
}

.web_head {
    width: 100%;
    position: relative;
    z-index: 12;
    background-color: #f9f9f9;
}

.web_head .head_layer {
    background-color: #D3A77F;
}

.web_head .head_top {
    background-color: #FBF7F4;
}

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

.web_head .head_top .left {
    display: flex;
    justify-content: start;
    align-items: center;
}

.web_head .head_top .left .logo {
    margin-right: 10px;
    flex-shrink: 0;
}

.web_head .head_top .left .gs_name {
    font-size: 24px;
    color: #333333;
    font-weight: 550;
}

.web_head .head_top .left .gs_info .info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: -5px;
}

.web_head .head_top .left .gs_info .info p {
    font-size: 16px;
    color: #333333;
    display: flex;
    justify-items: start;
    align-items: center;
    margin-right: 10px;
}

.web_head .head_top .left .gs_info .info a {
    font-size: 16px;
    color: #333333;
}

.web_head .head_top .left .gs_info .info a:hover {
    color: #D3A77F;
}

.web_head .head_top .left .gs_info .info p::before {
    content: ' ';
    width: 36px;
    height: 36px;
    display: inline-block;
}

.web_head .head_top .left .gs_info .info p:nth-child(1)::before {
    background: url(./img/Group_phone.webp) no-repeat center/cover;
}

.web_head .head_top .left .gs_info .info p:nth-child(2)::before {
    background: url(./img/Frame.png) no-repeat center/cover;
}

.web_head .head_top .left .gs_info .info p:nth-child(3)::before {
    background: url(./img/Group_email.webp) no-repeat center/cover;
}

.web_head .head_top .right {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #333333;
    min-width: 290px;
}

.web_head .head_top .right p {
    text-align: center;
}

.web_head .head_top .right img {
    width: 65px;
    height: auto;
}

.web_head .head_top .right .link {
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 48px;
    background-color: #d29256;
    padding: 1.5% 6%;
    border: 2px solid #d29256;
}

.web_head .head_top .right .link:hover {
    background-color: #fff;
    color: #d29256;
}

.web_head .head_layer .layout {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.web_head .logo {
    padding: 8px 0;
}

/* .web_head .logo,.web_head .head_right{height: 90px;} */
.web_head .logo img {
    width: auto;
    max-height: 90px;
}

.web_head .head_right {
    display: flex;
    justify-content: center;
    align-items: center;
}

.web_head .btn--search {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.web_head .btn--search:after,.web_head .btn--search:before {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(img/Group_21.webp) no-repeat center/cover;
    vertical-align: top;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.web_head .btn--search:before {
    opacity: .8;
    filter: alpha(opacity=80);
}

.web_head .btn--search:after {
    opacity: 0;
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    transform: scale(1) 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%);
}

.web_head .change-language {
    display: inline-block;
    position: relative;
    text-align: left;
    vertical-align: middle;
    padding-left: 15px;
    margin-left: 5px;
}

.web_head .change-language-title {
    position: relative;
}

.web_head .change-language-cont,.web_head .change-language-cont a {
    color: #fff;
}

/* .web_head .btn--search+.change-language:before{content: '';display: block;width: 1px;height: 16px;background-color: #909090;position: absolute;left: 0;top: 50%;margin-top: -8px;} */
.web_head .nav_wrap {
    float: left;
    flex: 1;
    display: flex;
    justify-content: start;
    padding: 1% 0;
}

.web_head .nav_wrap>ul {
    display: flex;
    justify-content: start;
}

.web_head .head_nav>li,.web_head .head_nav>li>a,.web_head .head_nav>li>a>em {
    display: inline-block;
    vertical-align: top;
}

.web_head .head_nav>li {
    font-size: 18px;
    line-height: 30px;
    margin: 0 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.web_head .head_nav>li>a {
    padding-bottom: 8px;
    font-weight: bold;
    ;text-transform: capitalize;
    position: relative;
    z-index: 1;
    color: #fff;
}

.web_head .head_nav>li>a:before {
    content: '';
    display: block;
    width: 0%;
    height: 2px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    bottom: 5%;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    transform: translateX(-50%);
}

.web_head .head_nav>li.nav-current>a,.web_head .head_nav>li:hover>a {
    color: #fff;
}

.web_head .head_nav>li.nav-current>a:before,.web_head .head_nav>li:hover>a:before {
    width: 100%;
    ;max-width: 32px;
}

.nav_wrap .head_nav li ul {
    width: 250px;
    padding: 15px 0;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 999;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    box-sizing: border-box;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 4px 4px 0 rgba(0,0,0,.1);
}

.web_head .head_nav>li ul ul {
    left: 102%;
    top: 0;
    margin-top: -15px;
}

.web_head .head_nav>li li {
    padding: 3px 15px;
    position: relative;
    text-align: left;
}

.nav_wrap .head_nav>li li a {
    display: block;
    line-height: 1.6em;
    padding: 5px 25px 5px 0;
    font-size: 14px;
    position: relative;
    color: #aaa;
}

.nav_wrap .head_nav>li li b:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 4px solid #aaa;
    border-left-width: 7px;
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    right: 10px;
    top: 13px;
}

.nav_wrap .head_nav>li li:hover>a {
    color: #fff;
}

.nav_wrap .head_nav>li li:hover>a>b:after {
    border-left-color: #fff;
}

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

.fixed-nav .logo, .fixed-nav .head_right {
    height: 70px;
}

.fixed-nav .logo img {
    max-height: 50px;
}

.fixed-nav .logo a,.fixed-nav .logo img,.fixed-nav .head_nav li a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.fixed-nav .head_layer {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 1;
    background-color: #e6cdb6;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#e5ffffff,endColorstr=#e5ffffff);
    border-bottom: 1px solid #ddd;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
}

.head_layer .layout>a {
    display: none;
}

.fixed-nav .head_layer .layout>a {
    display: flex;
    align-items: center;
}

.fixed-nav .head_layer .layout>a img {
    max-height: 60px;
}

.fixed-nav-active .head_layer {
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

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

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

.change-language .change-language-title, .change-language .change-language-title a {
    font-size: 16px;
    color: #fff;
    text-transform: capitalize;
    display: flex;
    justify-content: start;
    align-items: center;
}

.change-language .change-language-title a::after {
    transition: all .3s;
    content: ' ';
    display: inline-block;
    padding-left: 2px;
    width: 28px;
    height: 28px;
    background: url(./img/Group_19.webp) no-repeat center/cover;
}

.change-language:hover .change-language-title a:after {
    -moz-transform: rotate(-360deg);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.change-language .change-language-cont {
    position: absolute;
    top: 36px;
    right: 0;
    width: 360px;
    background: #FFF;
    padding: 20px 10px 20px 20px;
    transform: scale3d(0.9, 0.9, 1);
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: 1px solid #eee;
    border-radius: 5px;
    overflow-y: scroll;
    max-height: 80vh;
}

.change-language:hover .change-language-cont {
    transform: scale3d(1, 1, 1);
    opacity: 1;
    visibility: visible;
}

.change-language .change-language-cont li {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin: 0 0 10px;
    font-size: 10pt;
    overflow: hidden;
    padding: 0 10px 0 0;
}

.change-language .change-language-cont li a {
    color: #333;
}

.change-language .change-language-cont li a:hover {
    color: #666;
}

.change-language .change-language-cont .lang-item-hide {
    display: none !important;
}

.change-language .change-language-cont .lang-more {
    position: relative;
    display: block;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
}

.change-language .change-language-cont .more-active {
    font-size: 20px;
}

.language-flag span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom:1;white-space: nowrap;
    padding: 0 0 0 33px;
    overflow: hidden;
}

.change-language ::-webkit-scrollbar {
    width: 5px;
}

.change-language ::-webkit-scrollbar-track {
    background-color: #fff;
}

.change-language ::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.3);
    border-radius: 3px;
}

.change-language .language-cont:hover::-webkit-scrollbar-thumb {
    display: block
}

.language-flag .country-flag {
    position: absolute;
    left: 0;
    top: 50%;
    display: inline-block;
    vertical-align: top;
    *display: inline;
    *zoom:1;background-repeat: no-repeat;
    background-image: url(img/all-m.gif);
    width: 22px;
    height: 16px;
    margin: -8px 5px 0;
}

.language--img {
    background: url(./img/lang.png)no-repeat center center/18px;
    display: inline-block;
    width: 18px;
    height: 12px;
    margin-right: 0px;
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
}

li.language-flag a {
    position: relative;
}

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

@font-face {
    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-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'ARLRDBD';
    src: url("./font/ARLRDBD.TTF");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'CENTURY751B';
    src: url("./font/CENTURY751.TTF");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: 'CENTURY751R';
    src: url("./font/CENTURY751ROMAN.TTF");
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

@font-face {
    font-family: "iconfont";
    src: url('./font/iconfont/iconfont.woff') format('woff2'), url('./font/iconfont/iconfont.woff') format('woff'), url('./font/iconfont/iconfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: fallback;
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chuanzhenji:before {
    content: "\e79a";
}

.icon-wechat:before {
    content: "\e62e";
}

.icon-time:before {
    content: "\e62d";
}

.icon-ins:before {
    content: "\e621";
}

.icon-half-arrow:before {
    content: "\e62c";
}

.icon-play-ho:before {
    content: "\e62b";
}

.icon-close:before {
    content: "\e62a";
}

.icon-backtop:before {
    content: "\e629";
}

.icon-whatsapp1:before {
    content: "\e646";
}

.icon-twitter1:before {
    content: "\e601";
}

.icon-whatsapp:before {
    content: "\e97b";
}

.icon-diqiuquanqiu:before {
    content: "\e76c";
}

.icon-local:before {
    content: "\e617";
}

.icon-kefu:before {
    content: "\e60f";
}

.icon-ic-linkin:before {
    content: "\e600";
}

.icon-local-ho:before {
    content: "\e624";
}

.icon-home-ho:before {
    content: "\e625";
}

.icon-arrow-left:before {
    content: "\e613";
}

.icon-download:before {
    content: "\e612";
}

.icon-facebook-ho:before {
    content: "\e611";
}

.icon-Email-ho:before {
    content: "\e626";
}

.icon-ins-ho:before {
    content: "\e627";
}

.icon-facebook:before {
    content: "\e628";
}

.icon-youtube-ho:before {
    content: "\e615";
}

.icon-tel-ho:before {
    content: "\e618";
}

.icon-play:before {
    content: "\e619";
}

.icon-youtube:before {
    content: "\e61a";
}

.icon-right:before {
    content: "\e61b";
}

.icon-menu:before {
    content: "\e61c";
}

.icon-home:before {
    content: "\e614";
}

.icon-tel:before {
    content: "\e61d";
}

.icon-twitter:before {
    content: "\e61e";
}

.icon-left:before {
    content: "\e61f";
}

.icon-arrow-right:before {
    content: "\e620";
}

.icon-search:before {
    content: "\e622";
}

.icon-Email:before {
    content: "\e623";
}

/*-------------------------------
swiper-slide end
----------------------------------*/
.slider_banner {
    position: relative;
    overflow: hidden;
}

/* .slider_banner .swiper-pagination { display: none; } */
.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-invisible-blank-slide {
    visibility: hidden
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-top: -31.5px;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev {
}

.swiper-container:hover .swiper-button-prev {
    left: 65px;
}

.swiper-container:hover .swiper-button-next {
    right: 65px;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    cursor: auto;
    pointer-events: none;
    display: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background: url(img/prev.png) no-repeat center center;
    background-size: cover;
    left: 10px;
    right: auto
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background: url(img/next.png) no-repeat center center;
    background-size: cover;
    right: 10px;
    left: auto
}

.slider_banner:hover .swiper-button-prev {
    left: 120px;
    opacity: 1;
}

.slider_banner:hover .swiper-button-next {
    right: 120px;
    opacity: 1;
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
    background: #c0c0c0;
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    background: #008D33;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top, .2s -webkit-transform;
    transition: .2s top, .2s -webkit-transform;
    -o-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top;
    transition: .2s transform, .2s top, .2s -webkit-transform
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left, .2s -webkit-transform;
    transition: .2s left, .2s -webkit-transform;
    -o-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left;
    transition: .2s transform, .2s left, .2s -webkit-transform
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right, .2s -webkit-transform;
    transition: .2s right, .2s -webkit-transform;
    -o-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right;
    transition: .2s transform, .2s right, .2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal {
    overflow: hidden;
}

.swiper-container-horizontal>.swiper-pagination-progressbar {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #0266c3;
}

.swiper-pagination-progressbar.swiper-pagination-white {
    background: rgba(255, 255, 255, .25)
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, .25)
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

.swiper-lazy-preloader:after {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat
}

.swiper-lazy-preloader-white:after {
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px
}

.slider_banner .swiper-slide img {
    width: 100%;
    height: auto;
}

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

.slider_banner .swiper-slide img {
    width: 100%;
    transition: 3s linear;
}

.slider_banner .swiper-slide.swiper-slide-active img {
}

.slider_banner .button-next {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FBF7F4;
    color: #D3A77F;
    position: absolute;
    z-index: 2;
    ;right: 5%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider_banner .button-prev {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #FBF7F4;
    color: #D3A77F;
    position: absolute;
    z-index: 2;
    ;left: 5%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider_banner .button-next:after {
    content: "\e61b";
    font-family: 'iconfont';
    font-size: 36px;
}

.slider_banner .button-prev:after {
    content: '\e61f';
    font-family: 'iconfont';
    font-size: 36px;
}

.slider_banner .button-next:hover {
    background-color: #d3a77f;
    color: #fff;
}

.slider_banner .button-prev:hover {
    background-color: #d3a77f;
    color: #fff;
}

/*-------------------------------
swiper-slide end
----------------------------------*/
/*------------------------------- scrollsidebar start ----------------------------------*/
.scrollsidebar, .scrollsidebar a {
    font-size: 12px;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
}

.scrollsidebar {
    position: absolute;
    z-index: 30;
    top: 150px;
    right: 0;
}

.show_btn {
    width: 38px;
    height: 192px;
    overflow: hidden;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background: url(img/custom_service/show_btn.png) no-repeat center center;
    position: absolute;
    right: 0;
    top: 0;
}

.side_content {
    width: 0;
    height: auto;
    overflow: hidden;
    float: left;
}

.side_content .side_list {
    width: 140px;
    overflow: hidden;
    border: 1px solid #dadada;
    border-radius: 8px;
    position: relative;
    background: #FFF;
}

.side_content .side_list .hd img {
    width: 100%;
    border-bottom: 1px solid #dadada;
}

.side_content .side_list .cont li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #dadada;
    list-style: none;
    position: relative;
}

.side_content .side_list .cont li a {
    position: relative;
    display: block;
    padding: 0 0 0 43px;
    text-decoration: none;
}

.side_content .side_list .cont li a:before {
    content: "";
    position: absolute;
    display: block;
    overflow: hidden;
    top: 0;
    left: 10px;
    width: 25px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center center;
}

.side_content .side_list .cont li .email:before {
    background-image: url(img/custom_service/icons01.png);
}

.side_content .side_list .cont li .skype:before {
    background-image: url(img/custom_service/icons02.png);
}

.side_content .side_list .cont li .inquiry:before {
    background-image: url(img/custom_service/icons03.png);
}

.side_content .side_list .cont li .qq:before {
    background-image: url(img/custom_service/icons04.png);
}

.ww {
    margin-left: -30px;
}

.side_content .side_list .t-code {
    padding: 10px 10px 7px;
    border-bottom: 1px solid #dadada;
}

.side_content .side_list .t-code img {
    width: 100%;
}

.side_content .side_list .side_title {
    height: 30px;
    line-height: 30px;
    padding: 0 12px;
}

.side_content .side_list .side_title .close_btn {
    background: url(img/custom_service/close.png) no-repeat center center;
    width: 12px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 10px;
    cursor: pointer;
}

.side_content .side_list .side_title .close_btn span {
    display: none;
}

/*------------------------------- scrollsidebar end ----------------------------------*/
/*-------------------------------
			search  start
			----------------------------------*/
.container {
    position: relative;
    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;
    position: absolute;
    top: 1.25em;
    right: 1.25em;
    display: none;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto 35%;
    background-size: auto 35%;
    background-color: #ccc;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
}

.web-search .btn--search-close:hover {
    background-color: #121212;
    -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,.js .web-search .search-ipt {
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.js .container {
    position: relative;
}

.js .main-wrap--move {
    min-height: 100vh;
}

.js .web-search {
    pointer-events: none;
    visibility: visible;
}

.web-search {
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    padding: 25px 0;
    margin: auto;
    z-index: 100001;
    perspective: 1200px;
    background-color: #fff;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.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__suggestion, .web-search .search-attr {
    opacity: 0;
    -moz-transform: translate3d(-15%, 0, 0);
    -webkit-transform: translate3d(-15%, 0, 0);
    -ms-transform: translate3d(-15%, 0, 0);
    -o-transform: translate3d(-15%, 0, 0);
    transform: translate3d(-15%, 0, 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;
}

.web-search .search-attr {
    padding-bottom: 0;
    font-size: 20px;
}

.js .web-search .search-ipt {
    font-size: 60px;
    font-weight: bold;
    border-bottom-width: 1px;
    padding: 0 0 15px;
    -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%;
    opacity: 0;
    text-transform: uppercase;
}

.js .web-search .search-ipt,.web-search .search-attr {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
}

.js .web-search .search-btn {
    display: none !important;
}

.js .search--open {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
}

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

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

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

/* .js .search--open{-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;} */
.js .search--open::before {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

.js .main-wrap--move {
    -webkit-transform: translateY(180px);
    -ms-transform: translateY(180px);
    -o-transform: translateY(180px);
    transform: translateY(180px);
}

.main-wrap--move:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100000;
}

/*-------------------------------
			search  end
			----------------------------------*/
/*inquiry*/
.inquiry-pop-bd {
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -225px 0 0 -275px;
    width: 550px;
    height: 480px;
    /* background:#FFF; */
    box-shadow: 0 0 10px rgba(255, 255, 255, .5);
    display: none;
    z-index: 200000;
}

.inquiry-pop-bd:before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: -1;
}

.inquiry-pop-bd .inquiry-pop {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 22px;
    z-index: 1;
    background: #FFF;
    -webkit-animation: fadeInDownA .4s ease;
    -o-animation: fadeInDownA .4s ease;
    animation: fadeInDownA .4s ease;
}

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

.inquiry-form-wrap {
    position: relative;
    height: 420px;
    width: 100.5%;
}

.ad_prompt {
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    width: 100%;
    line-height: 40px;
    margin: -20px 0 0;
    text-align: center;
    color: #F7C087;
    font-size: 20px;
    -webkit-animation: twinkling 1s infinite ease-in-out;
    animation: twinkling 1s infinite ease-in-out;
    display: none;
}

@media screen and (max-width: 550px) {
    .inquiry-pop-bd {
        width: auto;
        left: 10px;
        right: 10px;
        top: 10px;
        bottom: 10px;
        margin: auto;
    }

    .inquiry-pop-bd .inquiry-pop {
        padding: 10px;
    }

    .scrollsidebar {
        display: none;
    }

    .inquiry-form-wrap {
        height: auto
    }
}

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

.content-wrap.form .ch_form_wrap .title {
    /* background:#013e5a; */
    width: 100%;
    /* height:55px; */
    /* line-height:55px; */
    /* color:#fff; */
    margin: 0;
    padding: 0;
    font-size: 16px;
    padding: 0 20px;
    font-weight: normal;
}

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

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

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

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

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

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

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

.content-wrap.form .ch_form_wrap ul input,.content-wrap.form .ch_form_wrap ul textarea,.content-wrap.form .ch_form_wrap ul select {
    border: 1px solid #eee;
    border-left: 3px solid #F7C087;
    height: 39px;
    padding: 0 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}

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

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

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

.content-wrap.form .ch_form_wrap .item_submit input:hover {
    background: #fff;
    border-color: #f7c087;
    color: #F7C087;
}

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

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

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

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

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

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

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

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

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

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

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

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

.content-wrap .ch_form_wrap form {
    position: relative;
    background: #fff;
    /* height: 420px; */
    overflow-y: scroll;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.content-wrap .ch_form_wrap form {
    background: #fff;
    /*border: 1px solid #36a9e1;*/
}

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

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

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

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

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

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

/*li:has(+ div.input-radio-checkbox) {overflow-y :auto}*/
.content-wrap .ch_form_wrap li label {
    display: none
}

/* 设置滚动条的样式 */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #8d9498;
    -webkit-box-shadow: inset006pxrgba(0,0,0,0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #8d9498;
}

::-webkit-scrollbar-thumb:hover {
    background: #0e76a8;
}

::-webkit-scrollbar-thumb:window-inactive:hover {
    background: #0e76a8;
}

@media only screen and (max-width: 600px) {
    .content-wrap.form .ch_form_wrap ul li {
        margin-bottom:20px
    }

    .content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong {
        right: auto;
        top: auto;
        left: 0;
        bottom: -28px;
    }
}

/*index*/
.home_content {
    background-color: #FBF7F4;
    position: relative;
}

.home_content div {
    position: relative;
    z-index: 2;
}

.home_content>.icon_img {
    position: absolute;
    width: 170px;
    height: 170px;
    background: url(./img/group1.webp) no-repeat center/cover;
    left: 3%;
    top: 520px;
    z-index: 1;
}

.home_products {
    padding-top: 5%;
}

.home_products .h1_title {
    font-weight: 400;
    font-size: 64px;
    color: #333333;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    line-height: 1.2;
    text-transform: capitalize;
}

.home_products .h1_title a:hover {
    color: #D3A77F;
}

.home_products .h2_desc {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin: 2% 0 5%;
}

.home_products .home_products_list {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

.home_products .home_products_item {
    width: 49%;
    margin-bottom: 2%;
    background-color: #fff;
    padding: 3%;
    margin-right: 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
}

.home_products .home_products_item:nth-child(2n) {
    margin-right: 0;
}

.home_products .home_products_list {
    display: flex;
    justify-content: start;
    align-items: stretch;
}

.home_products .home_products_item .info {
    width: 55%;
}

.home_products .home_products_item .info .title {
    font-weight: 400;
    font-size: 32px;
    color: #333333;
}
@media only screen and (max-width: 1300px) {
   .home_products .home_products_item .info .title{
       font-size:28px
   } 
}
@media only screen and (max-width: 1030px) {
   .home_products .home_products_item .info .title{
       font-size:24px
   } 
}
.home_products .home_products_item .info .desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 28px 0;
}

.home_products .home_products_item .img_warp {
    width: 42%;
    margin-left: 3%;
    padding-bottom: 50%;
    flex-shrink: 0;
    overflow: hidden;
}

.home_products .home_products_item .info .link {
    border-radius: 6px 6px 6px 6px;
    border: 1px solid #333333;
    padding: 3% 4%;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    transition: all .3s;
}

.home_products .home_products_item .info .link:hover {
    background-color: #333;
    color: #fff;
}

.home_products .home_products_item .img_warp:hover img {
    transform: scale(1.1);
}

.home_products .list_link {
    font-weight: bold;
    font-size: 24px;
    color: #D3A77F;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.home_products .list_link::after {
    content: '>>';
    font-size: 16px;
    margin-left: 5px;
}

.home_products .list_link::before {
    content: ' ';
    width: 100%;
    height: 2px;
    background-color: #D3A77F;
    position: absolute;
    left: 0;
    bottom: 0;
}

.home_about {
    display: flex;
    justify-content: start;
    margin-top: 5%;
    padding-bottom: 8%;
    position: relative;
    align-items: center;
}

.home_about .icon_img {
    width: 125px;
    height: 125px;
    background: url(./img/Group_691.webp) no-repeat center/cover;
    position: absolute;
    left: 60%;
    top: -15%;
}

.home_about .img_warp {
    width: 41%;
    padding-bottom: 38%;
}

.home_about .right {
    margin-right: 11%;
    width: 45%;
    margin-left: 3%;
}

.home_about .right .title {
    font-weight: 400;
    font-size: 64px;
    color: #333333;
    line-height: 1.2;
    text-transform: capitalize;
}

.home_about .right .title a:hover {
    color: #D3A77F;
}

.home_about .right .desc {
    margin: 2% 0 4%;
}

.home_about .right .home_about_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.home_about .right .home_about_list li {
    width: 50%;
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 8%;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
}

.home_about .right .home_about_list li .img_warp {
    width: 36px;
    padding-bottom: 36px;
    margin-right: 10px;
    flex-shrink: 0;
}

.home_about .about_link {
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #333333;
    border-radius: 4px;
    padding: 2% 4%;
    text-transform: uppercase;
    position: relative;
    border: 2px solid #333;
    transition: all .3s;
}

.home_about .about_link::after {
    content: "\e620";
    margin-left: 10px;
}

.home_about .about_link:hover {
    background-color: #fff;
    color: #333;
}

.home_about .about {
    font-weight: bold;
    font-size: 172px;
    color: rgba(255, 255, 255, 0.52);
    position: absolute;
    right: -1%;
    bottom: 0;
    line-height: 1;
}

.advantage {
    background-color: #D3A77F;
    padding: 3% 0 4%;
}

.advantage ul {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.advantage ul li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 23%;
}

.advantage ul li .img_warp {
    width: 125px;
    padding-bottom: 125px;
    text-align: center;
}

.advantage ul li .title {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    margin: 2% 0 4%;
    text-transform: uppercase;
}

.advantage ul li .desc {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
}

.home_hot_product {
    margin-top: 5%;
    position: relative;
}

.home_hot_product .icon_img {
    width: 158px;
    height: 175px;
    background: url(./img/Mask_group.webp) no-repeat center/cover;
    position: absolute;
    right: 0%;
    top: 22%;
}

.home_hot_product .h1_title {
    font-weight: 400;
    font-size: 64px;
    color: #333333;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    line-height: 1.2;
    text-transform: capitalize;
    transition: all .3s;
}

.home_hot_product .h1_title a:hover {
    color: #D3A77F;
}

.home_hot_product .h2_desc {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin: 2% 0;
}

.home_hot_product .home_hot_warp {
    margin-top: 2%;
    position: relative;
}

.home_hot_product .home_hot_list .img_warp {
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}

.home_hot_product .home_hot_list .swiper-slide .link {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    margin: 1% auto;
    text-align: center;
    display: block;
}

.home_hot_product .home_hot_list .swiper-slide:hover img {
    transform: scale(1.1);
}

.home_hot_product .home_hot_list {
    position: relative;
}

.home_hot_product .home_hot_warp .button-next,.home_hot_product .home_hot_warp .button-prev {
    width: 72px;
    height: 72px;
    background-color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 40px;
    border-radius: 50%;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
}

.home_hot_product .home_hot_warp .button-next {
    right: -8%;
}

.home_hot_product .home_hot_warp .button-prev {
    left: -8%;
}

.home_hot_product .home_hot_warp .button-next::before {
    content: "\e620";
}

.home_hot_product .home_hot_warp .button-prev::before {
    content: "\e613";
}

.home_hot_product .home_hot_warp .button-next:hover,.home_hot_product .home_hot_warp .button-prev:hover {
    background-color: #D2A071;
}

.homde_news {
    margin-top: 5%;
}

.homde_news .h1_title {
    font-weight: 400;
    font-size: 64px;
    color: #333333;
    text-align: center;
    width: 65%;
    margin: 0 auto;
    line-height: 1.2;
    text-transform: capitalize;
    transition: all .3s;
}

.homde_news .h1_title a:hover {
    color: #D3A77F;
}

.homde_news .h2_desc {
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin: 2% 0;
}

.homde_news .home_new_list {
    display: flex;
    justify-content: space-between;
}

.homde_news .home_new_item {
    width: 31%;
}

.homde_news .home_new_item .img_warp {
    padding-bottom: 100%;
}

.homde_news .home_new_item .time {
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 4%;
    background-color: #333333;
    font-weight: bold;
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}

.homde_news .home_new_item .info {
    margin-top: 2%;
    text-align: center;
}

.homde_news .home_new_item .info .title {
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    text-transform: uppercase;
    display: flex;
    /* align-items: center; */
}

.homde_news .home_new_item .info .desc {
    margin-top: 2%;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.home_contact {
    margin-top: 5%;
}

.home_contact .layout {
    background-color: #D3A77F;
    display: flex;
    justify-content: start;
    align-items: center;
}

.home_contact .layout .img_warp {
    width: 16%;
    padding-bottom: 17%;
}

.home_contact .layout .center {
    margin: 0 3%;
    width: 68%;
}

.home_contact .layout .center .title {
    font-size: 36px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.4;
}

.home_contact .layout .center .desc {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 1%;
}

.home_contact .layout .right_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 16%
}

.home_contact .layout .home_contact_link {
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    background-color: #333333;
    padding: 4% 10%;
    display: inline-block;
}

.web_footer {
    margin-top: 5%;
    padding-top: 3%;
    background-color: #FCF2E7;
}

.web_footer a,.web_footer p {
    color: #666;
    transition: color .3s;
}

.web_footer a:hover {
    color: #D3A77F !important;
}

.web_footer .top {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.web_footer .top .footer_item {
    width: 22%;
    margin-right: 3%;
}

.web_footer .top .footer_info .logo {
    margin-bottom: 5%;
    display: inline-block;
}

.web_footer .top .footer_item .title {
    font-weight: 400;
    font-size: 20px;
    color: #333;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.web_footer .top .footer_item .title::before {
    content: ' ';
    width: 20%;
    max-width: 45px;
    height: 4px;
    background-color: #333;
    position: absolute;
    left: 0;
    bottom: 0;
}

.web_footer .top .footer_link ul,.web_footer .top .footer_contact ul {
    margin-top: 5%;
}

.web_footer .top .footer_contact ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 5%;
}

.web_footer .top .footer_contact ul li .img_warp {
    position: relative;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.web_footer .top .footer_contact ul li p {
    width: calc(100% - 42px);
}

.web_footer .top .footer_contact ul li {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 5%;
}

.web_footer .top .footer_link ul li {
    margin-bottom: 3%;
}

.web_footer .top .footer_link ul li i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(./img/Group_673.webp) no-repeat center/cover;
    margin-right: 5px;
}

.web_footer .top .footer_search form {
    margin-top: 5%;
    position: relative;
}

.web_footer .top .footer_search form .search-ipt {
    width: calc(100% - 29%);
    font-weight: bold;
    font-size: 16px;
    color: #000;
    padding: 2% 2%;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fff;
}

.web_footer .top .footer_search form .search-btn {
    background-color: #333333;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 100%;
    color: #fff;
    font-weight: bold;
    transition: color .3s;
    margin: 0;
    width: auto;
    border: none;
    border-left: 1px solid transparent;
    padding: 0 6%;
}

.web_footer .top .footer_search form .search-btn:hover {
    background-color: #fff;
    color: #333;
    border-color: #333;
}

.web_footer .top .footer_link:nth-child(3) {
    width: 15%;
}

.web_footer .top .footer_search ul {
    display: flex;
    justify-content: start;
    align-items: center;
    margin-top: 8%;
}

.web_footer .top .footer_search ul li {
    margin-right: 2%;
    transition: all .3s;
}

.web_footer .top .footer_search ul li img {
    max-width: 36px;
}

.web_footer .top .footer_search ul li:hover {
    transform: rotate(15deg);
}

.web_footer .bottom {
    border-top: 1px solid #333;
}

.web_footer .bottom p {
    padding: 2% 0;
    justify-content: center;
    display: flex;
    align-items: center;
}

.product_page, .about_pagem, .application_page, .contact_page, .page-download, .page-faqs, .about_page, .page-news_details, .page-news_list, .page-video_details, .page-video_list, .details_page, .product_page, .product_page {
    background-color: #FFF5EA;
}

/*product-page*/
.ibanner {
    position: relative;
}

.ibanner .layout {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

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

.ibanner .layout .title {
    font-weight: bold;
    font-size: 44px;
    color: #333333;
}

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

.ibanner .layout .crumbs li:first-child i {
    display: inline-block;
    width: 19px;
    height: 17px;
    background: url(./img/demo/home.webp) no-repeat center/cover;
    margin-right: 10px;
}

.ibanner .layout .crumbs li::after {
    content: "\e620";
    font-family: 'iconfont';
    margin: 0 10px;
}

.ibanner .layout .crumbs li a:hover {
    color: #D3A77F;
}

.ibanner .layout .crumbs li:last-child a {
    color: #D3A77F ;
    text-decoration: underline;
}

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

.product_page_list {
    margin-top: 5%;
}

.product_page_list .layout>.title {
    font-weight: bold;
    font-size: 40px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

.product_page_list .layout>.desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin: 2% auto;
}

.product_page_warp {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.product_page_warp .product_page_item {
    width: 100%;
    ;display: flex;
    justify-content: start;
    align-items: center;
    margin-bottom: 4%;
}

.product_page_warp .product_page_item:nth-child(2n) {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: row-reverse;
}

.product_page_warp .img_warp {
    width: 55%;
    padding-bottom: 33%;
    background-color: #fff;
}

.product_page_warp .info {
    width: 45%;
    padding: 5% 3%;
}

.product_page_warp .info .title {
    font-weight: bold;
    font-size: 43px;
    color: #333333;
}

.product_page_warp .info .desc {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 5% 0;
}

.product_page_warp .info .link {
    font-weight: 400;
    font-size: 16px;
    color: #F7C087;
    border: 1px solid #F7C087;
    display: inline-block;
    border-radius: 19px;
    padding: 1% 3%;
    transition: all .3s;
}

.product_page_warp .info .link:hover {
    background-color: #F7C087;
    color: #fff;
}

.product_page_warp .info .link::after {
    content: "\e620";
    font-family: 'iconfont';
    color: #F7C087;
    margin-left: 10px;
}

.product_page_warp .info .link:hover::after {
    color: #fff;
}

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

.pagination ul li.active span {
    color: #FFF;
    background: #F7C087;
    border-color: #F7C087;
}

.pagination a,.pagination span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0 5px;
    border: 1px solid #ccc;
    margin: 0 0 0 8px;
    text-align: center;
    border-radius: 3px;
    background-color: #fff;
}

.pagination a:hover {
    color: #fff;
    background-color: #F7C087;
    border-color: transparent;
}

.subscribe .layout {
    position: relative;
    margin-top: 5%;
    padding: 2% 3% 2% 4%;
    border-radius: 20px;
    border: 1px solid #FFBA71;
}

.subscribe .layout .icon {
    width: 5%;
    padding-bottom: 5%;
    background-color: #F7C087;
    position: absolute;
    left: -2%;
    top: 50%;
    transform: translateY(-50%);
}

.subscribe .layout .icon::before {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background: url(./img/demo/message.webp) no-repeat center/cover;
    content: ' ';
    width: 60%;
    height: 58%;
    display: inline-block;
}

.subscribe .layout .left {
    max-width: 80%;
}

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

.subscribe .layout .title {
    font-weight: bold;
    font-size: 46px;
    color: #333333;
    text-transform: uppercase;
}

.subscribe .layout .desc {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.subscribe .layout .link {
    font-weight: 400;
    font-size: 20px;
    color: #FFF5EA;
    background-color: #F7C087;
    border-radius: 30px;
    border: 1px solid #FFFFFF;
    padding: 1% 3%;
    transition: all .3s;
}

.subscribe .layout .link:hover {
    background-color: #FFF5EA;
    color: #F7C087;
    border-color: #F7C087;
}

.advantages {
    margin-top: 5%;
}

.advantages .h1_title {
    font-weight: bold;
    font-size: 60px;
    color: #333333;
    position: relative;
    text-align: center;
    text-transform: capitalize;
}

.advantages .h1_title::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: ' ';
    width: 20%;
    max-width: 100px;
    height: 4px;
    background-color: #F7C087;
    transform: translateX(-50%);
}

.advantages .warp {
    display: flex;
    justify-content: space-between;
    margin-top: 3%;
}

.advantages .warp .item {
    border-radius: 20px;
    border: 1px solid #F7C087;
    padding: 2%;
    width: 32%;
}

.advantages .item .img_warp {
    width: 10%;
    padding-bottom: 10%;
}

.advantages .item .img_warp img {
    width: 90%;
    height: auto;
}

.advantages .item .title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin-top: 3%;
}

.advantages .item .desc {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-top: 3%;
}

.product_page_faq {
    margin-top: 5%;
}

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

.product_page_faq .left {
    width: 30%;
    margin-right: 5%;
}

.product_page_faq .h1_title {
    font-weight: bold;
    font-size: 60px;
    color: #333333;
    position: relative;
}

.product_page_faq .h1_title::before {
    position: absolute;
    left: 0;
    bottom: 0;
    content: ' ';
    width: 20%;
    max-width: 100px;
    height: 4px;
    background-color: #F7C087;
}

.product_page_faq .left .desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 8% 0 6%;
}

.product_page_faq .left .link {
    font-weight: 400;
    font-size: 17px;
    color: #FFFFFF;
    background-color: #F7C087;
    border-radius: 20px;
    border: 1px solid #F7C087;
    padding: 2% 4%;
    transition: all .3s;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.product_page_faq .left .link::after {
    content: "\e620";
    font-family: 'iconfont';
    color: #fff;
    margin-left: 10px;
}

.product_page_faq .left .link:hover::after {
    color: #F7C087;
}

.product_page_faq .left .link:hover {
    color: #F7C087;
    background-color: #FFFFFF;
}

.product_page_faq .left .link:hover::after {
    color: #F7C087;
}

.product_page_faq .right {
    width: 70%;
}

.product_page_faq .right li {
    margin-bottom: 2%;
}

.product_page_faq .right li .q {
    border-radius: 28px;
    border: 1px solid #F7C087;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    padding: 1% 2%;
    position: relative;
    cursor: pointer;
    transition: all .3s;
}

.product_page_faq .right li .q::after {
    content: "\e61b";
    font-family: 'iconfont';
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.product_page_faq .right li .a {
    padding: 2%;
    font-size: 16px;
    color: #666666;
    display: none;
}

.product_page_faq .right li .q::after {
    content: "\e61b";
    font-family: 'iconfont';
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
}

.product_page_faq .right li.active .q {
    background-color: #F7C087;
    color: #fff;
}

/*product-details*/
.new-details {
    margin-top: 3%;
    margin-bottom: 2%;
}

.new-details .layout {
    display: flex;
    justify-content: start;
    position: relative;
    align-items: start;
}

.new-details .left {
    width: 25%;
    margin-right: 2%;
    position: sticky;
    top: 85px;
}

.new-details .right {
    width: 73%;
}

.new-details .right .h1 {
    line-height: 1.4;
}

.new-details .content {
    margin-top: 2%;
}

.new-details .article_title {
    font-weight: bold;
    font-size: 20px;
    color: #FF8E4A;
}

.new-details .div_warp {
    display: flex;
    justify-content: start;
    margin: 2% 0% 1%;
}

.new-details .div_warp .share {
    margin-left: 5%;
}

.nvm_warp .h2 {
    background-color: #F7C087;
    color: #fff;
    font-size: 26px;
    padding: 1% 10%;
    border-radius: 23px;
    text-align: center;
    display: inline-block;
}

.nvm_warp {
    margin-bottom: 24px;
}

.nvm_warp ul {
    padding-left: 5%;
    margin-top: 5%;
}

.nvm_warp li a {
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    ;display: block;
    padding: 10px 0px;
}

.nvm_warp li a:hover {
    color: #F7C087 !important;
}

.nvm_warp .nvm_list li ul {
    display: block;
}

.nvm_warp .nvm_list li ul:has(.active) {
    display: block;
}

.nvm_warp .nvm_list li a {
    position: relative;
    z-index: 2;
}

.nvm_warp .nvm_list li.active>a::before {
    content: ' ';
    position: absolute;
    width: 120%;
    height: 7px;
    background-color: #F7C087;
    bottom: 0;
    bottom: 12px;
    z-index: -1;
    left: 0%;
    max-width: 70px;
}

.nvm_warp .nvm_list li.active>a span {
    position: relative;
    display: inline-block;
}

.nvm_warp .nvm_list li.active>a span::before {
    content: ' ';
    position: absolute;
    width: 120%;
    height: 7px;
    background-color: #F7C087;
    bottom: 0;
    bottom: 2px;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
}

.nvm_warp ul ul {
    margin-top: 0%;
}

.nvm_warp .nvm_list li li a {
    color: #666;
}

.nvm_warp .nvm_list li b {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    transition: all .3s;
}

.nvm_warp .nvm_list li b::after {
    content: '\e61b';
    font-family: 'iconfont';
    font-size: 20px;
    transition: all .3s;
    transition: all .3s;
}

.nvm_warp .nvm_list li.active>a>b {
    transform: translateY(-50%) rotate(90deg);
}

.nvm_warp .nvm_list li ul {
    padding-left: 10px;
}

.product-details .ellipse1 {
    position: absolute;
    left: 0%;
    ;top: 8%;
    filter: none;
}

.product-intro {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.product-view {
    width: 41.6%;
}

.product-intro {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.product-view .image-additional-wrap {
    width: calc(100% - 80px);
    margin: 20px auto 0;
    position: relative;
}

.product-view img {
    position: relative !important;
    height: auto !important;
}

.product-summary {
    width: 53%;
    padding: 10px 0;
}

.product-summary .h1 {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    margin-bottom: 20px;
}

.product-view .swiper-pagination {
    display: none;
}

.product-view .swiper-button-next,.product-view .swiper-button-prev {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: #333;
    color: #fff;
    opacity: 1;
    display: flex;
    cursor: pointer;
    ;justify-content: center;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}

.product-view .swiper-button-next {
    right: -40px;
}

.product-view .swiper-button-prev {
    left: -40px;
}

.product-view .swiper-button-next::before {
    content: "\e620";
    ;font-family: 'iconfont';
}

.product-view .swiper-button-prev::before {
    content: "\e620";
    ;font-family: 'iconfont';
    transform: rotate(180deg);
}

.product-view .swiper-button-next:hover, .product-view .swiper-button-prev:hover {
    background-color: #F7C087;
}

.product-intro .share {
    display: flex;
    margin-top: 3%;
    justify-content: start;
    align-items: center;
}

.product-summary .product-btn-wrap {
    margin-top: 5%;
}

.product-btn-wrap a {
    padding: 1% 3%;
    background-color: #333;
    color: #fff;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 2px solid transparent;
    transition: all .3s;
    border-radius: 30px;
}

.product-summary .pdf {
    background-color: #F7C087;
    color: #fff;
    margin-right: 3%;
}

.product-summary .email {
    background-color: #F7C087;
}

.product-summary .pdf:hover {
    background: #fff;
    color: #F7C087;
    border-color: #F7C087;
}

.product-summary .email:hover {
    background: #fff;
    color: #F7C087;
    border-color: #F7C087;
}

.entry {
    margin-top: 5%;
    font-size: 16px;
}

.entry p {
    margin: 0;
    padding: 8px 0;
    font-size: 16px;
    line-height: 1.5;
    color: 666;
}

.entry img {
    max-width: 100%;
    height: auto;
    margin-top: 3%;
}

.entry .title {
    margin-bottom: 3%;
}

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

.entry table th {
    padding: 14px 0;
}

.entry table tr:nth-child(n) {
    background-color: #f4e9e9;
    color: #333;
}

.entry table tr:nth-child(2n) {
    background-color: #fff;
    color: #333;
}

.new-details .right .product_title {
    font-weight: 600;
    font-size: 30px;
    color: #040E27;
    position: relative;
    margin-top: 5%;
    padding: 8px 0
}

.new-details .right .product_title::before {
    position: absolute;
    content: ' ';
    width: 100%;
    height: 1px;
    background-color: rgba(4, 14, 39, .2);
    bottom: 0;
}

.product_form p {
    margin: 1% 0;
}

.product_form ul {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
}

.product_form ul li {
    width: 30%;
    margin-right: 3.3%;
    position: relative;
}
.product_form ul li.item_captcha{
    width: calc(30% + 150px);
}
.product_form ul li.item_captcha::before{top:4px;}
.product_form ul li.item_captcha input{padding-right: 160px;}

.product_form ul li.item_captcha canvas{position: absolute; top: 0; right: 0; cursor: pointer;}

.product_form ul li.item::before {
    content: '*';
    color: red;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.product_form ul li input {
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #AAAAAA;
    width: 100%;
    padding: 2% 4%;
}

.product_form ul li textarea {
    width: 100%;
    border: 0;
    background-color: transparent;
    height: 200px;
    border-bottom: 1px solid #AAAAAA;
    padding: 2% 1%;
    margin-top: 2%;
}

.product_form ul li.item_message::before {
    top: 18%;
    transform: translateY(0);
}

.product_form ul li.item_message {
    width: 100%;
}

.product_form ul li.item_submit {
    width: 20%;
    /* max-width: 150px;
    min-width: 120px; */
    margin-top: 3%;
    /* background-color: #040E27; */
    color: #fff; width: 100%; margin-right: 0; text-align: center;
}

.product_form ul li.item_submit .gtm_submit_btn {
    background-color: #040E27;
    color: #fff;
    padding: 5% 3%;
    height: auto;
    border: 1px solid #040E27;
    transition: all .3s; width: 150px; height: 42px; padding: 0; font-size: 16px;
}

.product_form ul li.item_submit .gtm_submit_btn:hover {
    background-color: #fff;
    color: #040E27;
    border-color: #040E27;
}

.product_form ul li.item_submit::before {
    display: none;
}

.details_list {
    margin-top: 5%;
}

.details_list .h1_title {
    font-weight: bold;
    font-size: 60px;
    color: #333333;
    position: relative;
    text-align: center;
}

.details_list .h1_title::before {
    position: absolute;
    left: 50%;
    bottom: 0;
    content: ' ';
    width: 20%;
    max-width: 100px;
    height: 4px;
    background-color: #F7C087;
    transform: translateX(-50%);
}

.details_warp {
    display: flex;
    justify-content: start;
    margin-top: 3%;
}

.details_warp .details_item {
    width: 32%;
    margin-right: 1.3%;
}

.details_warp .details_item:nth-child(3n) {
    margin-right: 0;
}

.details_warp .details_item .img_warp {
    width: 100%;
    padding-bottom: 60%;
}

.details_warp .details_item .info {
    margin-top: 2%;
}

.details_warp .details_item .info .title {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
}

.details_warp .details_item .info .desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin: 3% 0 5%;
    /* max-height: 6em;
    overflow-y: auto; */
}

.details_warp .details_item .info .link {
    font-weight: 400;
    font-size: 16px;
    color: #F7C087;
    padding: 1.5% 3%;
    border: 1px solid #F7C087;
    border-radius: 19px;
    transition: all .3s;
}

.details_warp .details_item .info .link::after {
    content: '\e620';
    font-family: 'iconfont';
    margin-left: 10px;
}

.details_warp .details_item .info .link:hover {
    background-color: #F7C087;
    color: #fff;
}

.details_warp .details_item.new {
    border: 1px solid #F7C087;
    padding: 2% 2%;
    border-radius: 20px;
}

.details_warp .details_item.new .time {
    text-align: right;
}

.details_warp .details_item.new .d {
    font-weight: normal;
    font-size: 72px;
    color: #333333;
    line-height: 1;
}

.details_warp .details_item.new .my {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 1.2;
}

.details_warp .details_item.new .title {
    font-weight: bold;
    font-size: 24px;
    color: #333333;
    margin: 5% 0 3%;
    min-height: 8em;
}

.details_warp .details_item.new .desc {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin: 6% 0 10%;
}

.details_warp .details_item.new .link {
    font-weight: 400;
    font-size: 16px;
    color: #F7C087;
    padding: 1.5% 4%;
    border-radius: 19px;
    border: 1px solid #F7C087;
    position: relative;
    display: inline-block;
    transition: all .3s;
}

.details_warp .details_item.new .link::after {
    content: '\e620';
    font-family: 'iconfont';
    margin-left: 8px;
}

.details_warp .details_item.new:hover {
    background-color: #FFD2A3;
}

.details_warp .details_item.new:hover .link {
    background-color: #fff;
    color: #FFD2A3;
}

/*product-list*/
.product-warp .right .h1.title {
    font-weight: bold;
    font-size: 40px;
    color: #333333;
}

.product-warp .right .top {
    /* margin-top: 3%; */
}

.product-warp .right .top p {
    margin-bottom: 3%;
}

.product-warp .right .product-list {
    display: flex;
    justify-content: start;
    align-items: start;
    flex-wrap: wrap;
}

.product-warp .right .product-item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 3%;
}

.product-warp .right .product-item:nth-child(2n) {
    margin-right: 0%;
}

.product-warp .right .product-item .img_warp {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.product-warp .right .product-item .img_warp img {
    transition: all .3s;
}

.product-warp .right .product-item .info {
    margin-top: 3%;
}

.product-warp .right .product-item .info .title {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
}

.product-warp .right .product-item .info .desc {
    margin: 2% 0 4%;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    /* min-height: 9em; */
}

.product-warp .right .product-item .info .link {
    display: inline-block;
    color: #FFF5EA;
    border-radius: 19px;
    border: 1px solid #F7C087;
    font-size: 16px;
    color: #F7C087;
    padding: 1.5% 4%;
    position: relative;
}

.product-warp .right .product-item .info .link::after {
    content: '\e620';
    font-family: 'iconfont';
    margin-left: 8px;
}

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

.product-warp .right .product-item:hover .info .title {
    color: #F7C087;
}

.product-warp .right .product-item:hover .info .link {
    background-color: #F7C087;
    color: #fff;
}

.weDo {
    margin-top: 5%;
}

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

.weDo .layout .img_warp {
    width: 45%;
    position: relative;
    padding-bottom: 46%;
}

.weDo .layout .right {
    width: 52%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.weDo .layout .right .title {
    font-weight: bold;
    font-size: 60px;
    color: #333333;
    position: relative;
}

.weDo .layout .right .title::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 98px;
    height: 4px;
    background-color: #F7C087;
    display: inline-block;
    width: 100%;
}

.weDo .layout .right .text {
    margin-top: 5%;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.9;
}

/*page-about*/
.choose {
    padding: 4% 0;
    background-color: #fff;
}

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

.choose .layout .img_warp {
    width: 45%;
    margin-right: 2%;
    padding-bottom: 53%;
}

.choose .layout .right {
    width: 53%;
}

.choose .right .t {
    font-weight: 400;
    font-size: 24px;
    color: #F7C087;
}

.choose .right .title {
    font-weight: bold;
    font-size: 50px;
    color: #333333;
}

.choose .right .choose_content {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    margin-top: 3%;
}

.choose .right .choose_content p {
    margin-bottom: 4%;
}

.team_warp {
    margin-top: 3%;
}

.team_warp .layout {
    display: flex;
    flex-direction: column;
}

.team_warp .layout .team_item {
    margin-bottom: 3%;
    display: flex;
    justify-content: start;
    align-items: center;
}

.team_warp .layout .team_item:nth-child(2n) {
    flex-direction: row-reverse;
}

.team_warp .layout .team_item .l {
    width: 53%;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
    background-color: rgba(255, 255, 255, .8);
    margin-right: -3%;
    padding: 4% 6% 4% 3% ;
}

.team_warp .layout .team_item .l .title {
    font-weight: bold;
    font-size: 50px;
    color: #333333;
}

.team_warp .layout .team_item .l .txt {
    margin-top: 3%;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.team_warp .layout .team_item .l .txt p {
    margin-bottom: 3%;
}

.team_warp .layout .team_item .img_warp {
    width: 50%;
    flex-shrink: 0;
    padding-bottom: 31%;
}

.team_warp .layout .team_item:nth-child(2n) .l {
    margin-left: -3%;
    padding: 4% 3% 4% 6%;
}

.history {
    margin-top: 2%;
}

.history .title {
    font-weight: bold;
    font-size: 60px;
    color: #333333;
}

.history .txt {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 1%;
    width: 100%;
    max-width: 850px;
}

.history .history_warp {
    margin-top: 10%;
    position: relative;
}

.history .history_warp .number {
    font-weight: bold;
    font-size: 275px;
    color: #F7C087;
    opacity: .1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: .1;
}

.history .history_warp .swiper-wrapper {
    display: flex;
    align-items: center;
}

.history .history_warp .history_swiper {
    width: calc(100% - 112px);
    margin: 0 auto;
}

.history .history_warp .history_swiper::before {
    width: 100%;
    height: 2px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: rgba(247, 192, 135, .5);
    content: ' ';
}

.history .history_warp .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: 400;
    font-size: 22px;
    color: #333333;
    padding-top: 30px;
    cursor: pointer;
}

.history .history_warp .swiper-slide i {
    width: 15px;
    height: 15px;
    background-color: #f7c087;
    border-radius: 50%;
}

.history .history_warp .active {
    width: 170px;
    height: 131px;
    background: url(./img/demo/history_active.webp) no-repeat center;
    font-weight: bold;
    font-size: 50px;
    color: #FFFFFF;
    text-align: center;
    padding-top: 0;
}

.history .history_warp .active i {
    display: none;
}

.history .history_warp .button-next,.history .history_warp .button-prev {
    cursor: pointer;
    ;width: 56px;
    height: 56px;
    border-radius: 50%;
    background-color: #C9C9C9;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.history .history_warp .button-next {
    right: 0;
}

.history .history_warp .button-prev {
    left: 0;
}

.history .history_warp .button-next::before {
    content: '\e620';
    font-family: 'iconfont'
}

.history .history_warp .button-prev::before {
    content: '\e620';
    font-family: 'iconfont';
    transform: rotate(180deg);
}

.history .history_warp .button-next:hover,.history .history_warp .button-prev:hover {
    background-color: #FFDBB5;
}

.swiper_text_warp {
    width: 90%;
    margin: 3% auto 0;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

/*page-application*/
.application_warp {
    margin-top: 5%;
}

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

.application_warp .layout .application_item {
    width: 49%;
    margin-right: 2%;
}

.application_warp .layout .application_item:nth-child(2n) {
    margin-right: 0;
}

.application_warp .application_item .img_warp {
    padding-bottom: 63%;
}

.application_warp .application_item .info {
    margin: 4% 0 3%;
}

.application_warp .application_item .info .title {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
    margin: 2% 0;
    min-height: 3em;
    display: flex;
    align-items: center;
    justify-content: start;
}

.application_warp .application_item .info .txt {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.9 ;
}

.application_warp .application_item .info .txt p {
    margin-bottom: 3%;
}

/*page-faqs*/
.page-faqs {
    background-color: #FFF5EA;
}

.page-faqs .new-details {
    margin: 0;
    padding-top: 3%;
    padding-bottom: 2%;
}

.page-faqs .right .faqs_list {
    flex-direction: column;
}

.page-faqs .right .faqs_list li {
    margin-bottom: 2%;
    flex-direction: column;
}

.page-faqs .right .faqs_list li .q {
    font-weight: 400;
    font-size: 20px;
    color: #333;
    padding: 1% 2%;
    background-color: transparent;
    border-radius: 29px;
    position: relative;
    border: 1px solid #F7C087;
    cursor: pointer;
}

.page-faqs .right .faqs_list li .q::after {
    content: "\e61b";
    font-family: 'iconfont';
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%) rotate(90deg);
    transition: all .3s;
}

.page-faqs .right .faqs_list li.active .q {
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    padding: 1% 2%;
    background-color: #F7C087;
    border-radius: 29px;
    position: relative;
    border: 1px solid #F7C087;
}

.page-faqs .right .faqs_list li.active .q::after {
    content: "\e61b";
    font-family: 'iconfont';
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translateY(-50%) rotate(-90deg);
}

.page-faqs .right .faqs_list li .a {
    padding: 2%;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.9;
    display: none;
}

.page-faqs .pagination {
    margin-top: 5%;
}

/*page-download*/
.page-download .pagr_download_list {
    margin-bottom: 5%;
}

.page-download .pagr_download_list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 29px;
    border: 1px solid #F7C087;
    color: #333333;
    padding: 1% 2%;
    margin-bottom: 1%;
    font-size: 20px;
}

.page-download .pagr_download_list li .button_warp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 70px;
    margin-left: 15px;
}

.page-download .pagr_download_list li .button_warp a {
    display: inline-block;
    transition: all .3s;
}

.page-download .pagr_download_list li .d {
    width: 23px;
    height: 25px;
    background: url(./img/d.png) no-repeat center;
}

.page-download .pagr_download_list li .y {
    width: 30px;
    height: 23px;
    background: url(./img/y.png) no-repeat center;
}

.page-download .pagr_download_list li:hover {
    background-color: #F7C087;
    color: #fff;
}

.page-download .pagr_download_list li:hover .d {
    background: url(./img/ad.png) no-repeat center;
}

.page-download .pagr_download_list li:hover .y {
    background: url(./img/ay.png) no-repeat center;
}

/*page-video_list*/
.page-video_list .first_video {
    display: flex;
    justify-content: start;
    align-items: center;
}

.page-video_list .first_video .video_warp {
    width: 39%;
    padding-bottom: 30%;
    position: relative;
    margin-right: 4%
}

.page-video_list .first_video .video_warp img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.page-video_list .first_video .video_warp::before {
    position: absolute;
    background-color: rgba(0, 0, 0, .25);
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
}

.page-video_list .first_video .video_warp a::after {
    content: ' ';
    display: inline-block;
    width: 58px;
    height: 57px;
    background: url(./img/player.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-video_list .first_video .info {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
}

.page-video_list .first_video .info a:hover {
    color: #F7C087;
}

.page-video_list .video_ul {
    margin-top: 5%;
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-bottom: 3%;
}

.page-video_list .video_li {
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 36%;
    margin-right: 2%;
}

.page-video_list .video_li .video_warp {
    position: relative;
    width: 100%;
    padding-bottom: 60%;
}

.page-video_list .video_li .video_warp img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-video_list .video_li .video_warp::before {
    position: absolute;
    background-color: rgba(0, 0, 0, .25);
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
}

.page-video_list .video_li .video_warp::after {
    content: ' ';
    display: inline-block;
    width: 58px;
    height: 57px;
    background: url(./img/player.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.page-video_list .video_li:nth-child(2n) {
    margin-right: 0;
}

.page-video_list .video_li .info {
    font-weight: bold;
    font-size: 22px;
    color: #333333;
    display: block;
    padding: 2%;
    width: 100%;
    text-align: center;
}

.page-video_list .video_li .info:hover {
    color: #F7C087;
}

/*page-video_details*/
.page-video_details .first_video {
    flex-direction: column;
    position: relative;
}

.page-video_details .first_video .video_warp {
    position: relative;
    padding-bottom: 46%;
}

.page-video_details .first_video .video_warp video ,.page-video_details .first_video .video_warp iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* .page-video_details .first_video .video_warp::before {
    position: absolute;
    background-color: rgba(0, 0, 0, .25);
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
} */

/* .page-video_details .first_video .video_warp::after {
    content: ' ';
    display: inline-block;
    width: 58px;
    height: 57px;
    background: url(./img/player.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
} */

.page-video_details .first_video .title {
    font-family: Arial;
    font-weight: 400;
    font-size: 24px;
    color: #333;
    margin-top: 3%;
}

.page-video_details .first_video .info {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    margin-top: 3%;
}

.page-video_details .destails_item {
    width: 32%;
    margin-right: 1.3%;
}

.page-video_details .destails_item .video_warp {
    position: relative;
    display: block;
}

.page-video_details .destails_item .video_warp::before {
    position: absolute;
    background-color: rgba(0, 0, 0, .25);
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
}

.page-video_details .destails_item .video_warp::after {
    content: ' ';
    display: inline-block;
    width: 58px;
    height: 57px;
    background: url(./img/player.png) no-repeat center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.page-video_details .destails_item:nth-child(3n) {
    margin-right: 0;
}

.page-video_details .destails_item .info {
    font-weight: bold;
    font-size: 21px;
    color: #333333;
    padding: 2% 3%;
    text-align: center;
    display: block;
}

.page-video_details .destails_item .info:hover {
    color: #F7C087;
}

/*page-news_list*/
.page-news_list .right .details_warp {
    flex-wrap: wrap;
    margin-bottom: 5%;
}

.page-news_list .right .details_item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
}

.page-news_list .right .details_item:nth-child(2n) {
    margin-right: 0;
}

/*page-news_details*/
.page-news_details .right .details_warp {
    flex-direction: column;
}

.page-news_details .right .details_warp .title {
    font-weight: bold;
    font-size: 30px;
    color: #333333;
}

.page-news_details .right .div_warp {
    align-items: center;
    flex-wrap: wrap;
}

.page-news_details .right .div_warp .share {
    display: flex;
    justify-content: start;
    align-items: center;
}

.a2a_svg {
    width: 26px;
    height: 26px;
}

.page-news_details .details_content {
    margin-top: 2%;
}

.page-news_details .details_content img {
    height: auto;
    max-width: 100%;
    margin: 0 0 2%;
}

.page-news_details .details_content p {
    padding: 5px;
    line-height: 1.5;
}

.page-news_details .nav_warp {
    display: flex;
    width: 100%;
    justify-content: start;
    align-items: start;
    margin-bottom: 5%;
    margin-top: 3%;
    flex-direction: column;
}

.page-news_details .nav_warp a {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
}

.page-news_details .nav_warp .prev {
    align-items: center;
    width: 100%;
    margin-bottom: 1.5%;
    position: relative;
    transition: all .3s;
}

.page-news_details .nav_warp .next {
    align-items: center;
    width: 100%;
    position: relative;
    transition: all .3s;
}

.page-news_details .nav_warp .prev a:hover,.page-news_details .nav_warp .next a:hover {
    color: #F7C087;
}

.page-news_details .nav_warp .prev::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 15px;
    background: url(./img/l.webp) no-repeat center;
    width: 8px;
    height: 11px;
}

.page-news_details .nav_warp .next::after {
    content: ' ';
    display: inline-block;
    position: absolute;
    left: 15px;
    background: url(./img/l.webp) no-repeat center;
    width: 8px;
    height: 11px;
    transform: rotate(180deg);
}

.page-news_details .nav_warp .prev::before {
    content: 'Perv';
    padding: .5% 3%;
    background: #F7C087;
    border-radius: 15px;
    color: #fff;
    margin-right: 15px;
    min-width: 64px;
    text-align: center;
}

.page-news_details .nav_warp .next::before {
    content: 'Next';
    padding: .5% 3%;
    background: #333333;
    border-radius: 15px;
    color: #fff;
    margin-right: 15px;
    min-width: 64px;
    text-align: center;
}

/*page-contact*/
.contact_page {
    background-color: #FFF5EA;
}

.contact-warp {
    position: relative;
}

.contact-warp .layout {
    margin-top: 5%;
}

.contact-warp .layout .left {
    width: 42%;
    position: relative;
    z-index: 2;
}

.contact-warp .layout .left .title {
    font-weight: bold;
    font-size: 50px;
    color: #333333;
    line-height: 1.2;
}

.contact-warp .layout .right_map {
    position: absolute;
    text-align: right;
    width: 65%;
    margin-left: 20%;
    right: 0;
    top: 0%;
}

.contact-warp .layout .contact_box {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    margin-top: 2%;
}

.contact-warp .layout .contact_box .item {
    width: 49%;
    margin-right: 2%;
    font-size: 20px;
    background-color: #F7C087;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 13.5% 3%;
    margin-bottom: 2%;
    color: #fff;
}

.contact-warp .layout .contact_box .item:nth-child(2n) {
    margin-right: 0;
}

.contact-warp .layout .contact_box .item a {
    color: #fff;
}

.contact-warp .layout .contact_box .item:hover {
    background-color: #444444;
}

.contact-warp .layout .contact_box .item p {
    margin: 10% 0 1%;
}

.contact-warp .layout .contact_box .item a:hover {
    color: #F7C087;
}

.contact-warp .layout .contact_box .address {
    width: 100%;
    padding: 3% 2%;
    display: flex;
    justify-content: start;
    flex-direction: row;
    margin-right: 0;
}

.contact-warp .layout .contact_box .item.address p {
    margin-top: 0;
}

.contact-warp .layout .contact_box .right_info {
    margin-left: 15px;
}

.contact_form {
    margin-top: 9%;
}

.contact_form .title_warp {
    text-align: center;
}

.contact_form .title_warp .title {
    font-weight: bold;
    font-size: 60px;
    color: #333333;
    font-family: 'CENTURY751B';
}

.contact_form .title_warp .desc {
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

.contact_form .ch_form {
    margin-top: 3%;
}

.contact_form .ch_form ul {
    display: flex;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}

.contact_form .ch_form .item {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    position: relative;
}

.contact_form .ch_form .item:nth-child(2n) {
    margin-right: 0;
}

.contact_form .ch_form .required::before {
    content: '*';
    color: #FF0000;
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
}

.contact_form .ch_form .item_message::before {
    transform: translateY(0);
    left: 1.5%;
    top: 7%;
}

.contact_form .ch_form .item input,.contact_form .ch_form .item textarea {
    background: #FFFFFF;
    border-radius: 32px;
    width: 100%;
    border: 0;
    padding: 2% 5%;
    font-size: 16px;
    color: #333;
}

.contact_form .ch_form .item textarea {
    border-radius: 20px;
    height: 240px;
    padding: 1% 2.5%;
}

.contact_form .ch_form .item.item_message {
    width: 100%;
    margin-right: 0;
}

.contact_form .ch_form .item_submit input {
    background: #F7C087;
    border-radius: 25px;
    padding: 0;
    color: #fff;
    padding: 5px 42px;
    height: auto;
    display: inline-block;
}

.contact_form .ch_form .item_submit input:hover {
    background-color: #fff;
    color: #f7c087;
}

.contact_form .ch_form .item.item_submit {
    width: auto;
    margin: 0 auto;
}

.selector {
    position: fixed;
    top: 26%;
    right: 10px;
    z-index: 999;
}

.selector div {
    position: relative;
    width: 62px;
    height: 62px;
    background: rgba(211,167,127,1);
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.selector div:hover {
    background-color: #777;
}

.selector div .show0 {
    position: absolute;
    background-color: rgba(211, 167, 127, 1);
    padding: 6px;
    border-radius: 8px;
    right: 80px;
    top: 50%;
    transition: all ease-in-out .5s;
    transform: translateY(-50%);
    display: none;
    width: auto;
    height: auto;
}

.selector div:hover .show0 {
    display: block;
}

@media only screen and (max-width: 1300px) {
    .contact-warp .layout .right_map {
        position: relative;
        margin: 0;
        width: 100%;
    }

    .contact-warp .layout .left {
        width: 100%;
    }

    .contact-warp .layout .contact_box .item {
        width: 24%;
        margin-right: 1%;
    }

    .contact-warp .layout .contact_box .item:nth-child(2n) {
        width: 24%;
        margin-right: 1%;
        padding: 10% 3%;
    }

    .contact-warp .layout .contact_box .item:nth-child(4n) {
        margin-right: 0;
    }

    .contact-warp .layout .contact_box .item.address {
        width: 100%;
    }

    .web_head .head_top {
        zoom: .9;}

    .web_footer {
        zoom: .9;}
}

@media only screen and (max-width: 1200px) {
    .web_head .head_nav>li {
        font-size: 16px;
    }
    .application_warp .layout .application_item:nth-child(2n){ }
    .application_warp .layout .application_item{ width: 70%; margin: 0 auto !important;}
    .nvm_warp .h2{ font-size: 19px;}
    .home_contact .layout .center .title{ font-size: 20px; padding-top: 10px;}
    .home_contact .layout .center .desc{ font-size: 18px; }
    .advantage ul li .title{ font-size: 17px;}
.home_about{flex-wrap: wrap;}
.home_about .img_warp{ width: 100%;     padding-bottom: 90%;}
.home_about .right{ width: 100%;  }
    .web_head .head_nav>li {
        margin: 0 10px;
    }

    .homde_news .home_new_item .info .title {
        min-height: 8em;
    }
}

.gotop {
    position: fixed;
    text-align: center;
    right: 5%;
    bottom: 5px;
    color: #fff;
    background: url(./img/top.webp) no-repeat center/cover;
    text-align: center;
    height: 94px;
    width: 94px;
    line-height: 45px;
    border-radius: 5%;
    background-clip: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 99999;
    cursor: pointer;
    font-size: 24px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
}

.gotop.active {
    opacity: 1;
    visibility: visible;
    -moz-transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
}

@media only screen and (max-width: 950px) {
    .gotop {
        display: none;
    }

    .selector {
        display: none;
    }

    .ibanner {
        margin-top: 60px;
    }

    .ibanner img {
        min-height: 200px;
    }

    .phoneShow {
        display: block ;
    }

    .web_footer .top .footer_item .phoneShow {
        display: flex !important;
        justify-content: start;
        align-items: center;
    }

    .web_footer .top .footer_item .phoneShow {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .web_footer .top .footer_item .phoneShow li {
        margin-right: 20px;
    }

    .web_footer .top .footer_item .phoneShow li a {
        width: 36px;
        height: 36px;
    }
.page-video_list .video_li{ width: 100% !important;}
    .pcShow {
        display: none;
        width: 100% !important;
    }
.sitemap-content{     padding: 110px 0 !important;}
    .web_head {
        display: none;
    }

    .product_form ul li {
        width: 100%;
    }

    .product_form ul li input,.product_form ul li textarea {
        padding: 10px 20px;
    }

    .product_form ul li.item_message::before {
        top: 22px;
    }

    .details_warp .details_item .info .desc {
        max-height: none;
        /* overflow: visible; */
    }

    .product-view .swiper-button-next, .product-view .swiper-button-prev {
        top: 50%;
    }

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

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

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

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

    .lang-more {
        display: none !important
    }

    .mobile-head-items {
        position: fixed;
        top: 0;
        left: 0;
        background: #FBF7F4;
        width: 100%;
        ;line-height: 25px;
        text-align: left;
        display: flex;
        z-index: 999;
        justify-content: space-between;
        padding: 1% 2.5%;
        align-items: center;
        height: 60px;
    }

    .mobile-head-items .logo {
        height: 46px;
    }

    .mobile-head-items .logo img {
        height: 46px;
        width: 100%;
    }

    .mobile-right_warp {
        display: flex;
        width: 20%;
        min-width: 155px;
        height: 30px;
    }

    .mobile-head-item {
        float: left;
        width: 30%;
        margin-right: 10%;
    }

    .mobile-head-item.mobile-head-aside {
        float: right
    }

    .mobile-head-item .title {
        width: 30px;
        height: 30px;
        overflow: hidden;
        text-align: center;
        color: #FFF;
        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 {
        background: url(./img/Hamburger-button.webp) no-repeat center/cover;
        width: 100%;
        height: 100%;
        display: inline-block;
        content: ' ';
    }

    .mobile-head-item.mobile-head-language .title::before {
        background: url(./img/Frame.webp) no-repeat center/cover;
        width: 100%;
        height: 100%;
        display: inline-block;
        content: ' ';
    }

    .mobile-head-item.mobile-head-search .title::before {
        background: url(./img/Search.webp) no-repeat center/cover;
        width: 100%;
        height: 100%;
        display: inline-block;
        content: ' ';
    }

    .mobile-head-item.mobile-head-social .title::before {
        content: "\f007";
    }

    .mobile-head-item.mobile-head-aside .title::before {
        content: "\f060";
    }

    .mobile-head-item .main-content-wrap {
        background: #FFF;
        top: 0;
        display: block;
        z-index: 99999;
    }

    .mobile-head-item .main-content-wrap .content-wrap {
        overflow-y: auto;
        height: 100%;
        padding: 15px 10px;
        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;
        display: block;
        left: -80%;
        width: 80%;
        height: 100%;
    }

    .mobile-head-item .middle-content-wrap {
        position: absolute;
        left: 0;
        width: 100%;
        height: auto;
        padding: 20px 0;
        opacity: 0;
        visibility: hidden;
    }

    .mobile-head-item .middle-show-content-wrap {
        top: 30px;
        visibility: visible;
        opacity: 1;
    }

    .web_head .logo {
        position: relative;
        display: block;
        float: none;
        text-align: center;
    }

    .web_head {
        padding: 25px 0 0;
        height: auto;
    }

    .web_head .nav_wrap .head_nav,.web_head .change-language,.web_head .btn--search {
        display: none;
    }

    .web_head .nav_wrap {
        position: static;
    }

    .web_head .btn--search {
        right: 0;
        top: -20px;
        margin: 0;
    }

    .web_head .head-search {
        display: none;
    }

    .head-search {
        position: relative;
        width: 90%;
        height: 35px;
        background: #000;
        margin: 0 auto;
    }

    .head-search .search-ipt {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        color: #FFF;
        padding: 0 10px;
    }

    .head-search .search-btn {
        position: absolute;
        width: 35px;
        height: 100%;
        background: url(./img/custom_service/search_btn.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 .head_top {
        position: static;
        padding-bottom: 0;
    }

    .web_head .head_layer {
        padding: 5px 0 15px;
    }

    .web_head .head_layer .layout {
        height: auto;
    }

    .web_head .logo {
        padding: 0;
    }

    .web_head .head_layer .layout::before {
        display: none;
    }

    .web_head .logo {
        background: none;
    }

    /*nav */
    .head_nav {
        width: 100%;
        padding: 0 5px;
    }

    .head_nav li {
        padding-left: 28px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    .head_nav li, .head_nav li a {
        color: #111;
    }

    .head_nav li.has-child {
        padding-left: 28px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .head_nav li.has-child>a {
        margin-top: 3px;
        margin-bottom: 3px;
        margin-right: 35px;
    }

    .head_nav li.has-child>ul {
        display: none;
    }

    .head_nav li.siblings-no-menu {
        position: relative;
        padding-left: 15px;
    }

    .head_nav li a {
        display: block;
        height: 1.4em;
        line-height: 1.4em;
        position: relative;
    }

    .head_nav li a:hover {
        color: inherit;
    }

    .head_nav li em {
        display: block;
        height: 1.4em;
        overflow: hidden;
    }

    .head_nav li li {
        font-size: 14px;
    }

    .head_nav li li li {
        font-size: 12px;
    }

    .head_nav li li a {
        color: #666;
    }

    .head_nav li.has-child a b {
        display: inline-block;
        width: 15px;
        height: 15px;
        border: 1px solid #111;
        border-radius: 2px;
        overflow: hidden;
        line-height: 15px;
        position: absolute;
        right: -35px;
        top: 1px;
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
    }

    .head_nav li.has-child a b:before,.head_nav li.has-child a b:after {
        content: '';
        display: block;
        width: 9px;
        height: 1px;
        background-color: #111;
        position: absolute;
        left: 3px;
        top: 50%;
        margin-top: -.5px;
    }

    .head_nav li.has-child a b:after {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .head_nav li.has-child a:hover b {
        border-color: #111;
    }

    .head_nav>li {
        padding-top: 10px;
        padding-bottom: 10px;
        border-bottom: 1px solid #f2f2f2;
    }

    .head_nav>li>a {
        font-size: 16px;
        text-transform: capitalize;
        margin-bottom: -1px;
        position: relative;
        position: relative;
    }

    .head_nav li,.head_nav li.has-child {
        padding-left: 0;
    }

    .head_nav li li,.head_nav li li.has-child {
        padding-left: 15px;
    }

    .head_nav li.active>a>b:after {
        display: none;
    }

    .head_nav li.active>a>b {
        background-color: #111;
    }

    .head_nav li.active>a>b:before,.head_nav li.active>a>b:after {
        background-color: #fff;
    }

    .web_head .nav_wrap {
        display: none;
    }

    .scrollsidebar {
        display: none;
    }

    .slider_banner2 {
        margin-top: 60px;
        position: relative;
    }

    .slider_banner2 .swiper-slide a {
        display: block;
    }

    .slider_banner2 .swiper-slide img {
        width: 100%;
        height: auto;
    }

    .home_products .h1_title {
        font-weight: 400;
        font-size: 24px;
        color: #333333;
    }

    .home_products .home_products_item {
        width: 100%;
        margin-right: 0;
    }

    .home_products .home_products_item .info .desc {
        display: none;
    }

    .home_products .home_products_item .info .link {
        margin-top: 10%;
        display: inline-block;
    }

    .home_products .list_link {
        display: none;
    }

    .home_about {
        flex-direction: column;
        padding: 0% 2.5%
    }

    .home_about>.title {
        font-weight: 400;
        font-size: 24px;
        color: #333333;
        text-align: center;
        margin-bottom: 5%;
    }

    .home_about>.title a:hover {
        color: #D3A77F;
    }

    .home_about .img_warp {
        width: 100%;
    }

    .home_about .right {
        width: 100%;
        margin: 0 auto;
        padding-bottom: 8%;
    }

    .home_about .icon_img {
        display: none;
    }

    .home_about .img_warp {
        padding-bottom: 93%;
    }

    .home_about .right .desc {
        font-weight: 400;
        font-size: 16px;
        color: #666666;
    }

    .home_about .right .home_about_list li {
        margin-bottom: 3%;
    }

    .home_about .right .home_about_list li {
        width: 100%;
    }

    .home_about .about_link {
        display: inline-block;
        padding: 1.5% 4%;
    }

    .advantage ul {
        flex-direction: column;
    }

    .advantage ul li {
        width: 100%;
        margin-right: 0;
        align-items: start;
        margin-bottom: 5%;
    }

    .advantage ul li .title {
        margin: 1.5% 0;
    }

    .advantage ul li .desc {
        text-align: left;
    }

    .home_hot_product .h1_title {
        font-size: 24px;
    }

    .home_hot_product .h2_desc {
        font-weight: 400;
        font-size: 16px;
        color: #666666;
    }

    .home_hot_product .home_hot_warp .button-next {
        right: 0;
        width: 50px;
        height: 50px;
    }

    .home_hot_product .home_hot_warp .button-prev {
        left: 0;
        width: 50px;
        height: 50px;
    }

    .home_hot_product .home_hot_list .swiper-slide .link {
        margin-top: 3%;
    }

    .homde_news {
        background-color: #FBF7F4;
        margin-top: 0;
        padding-top: 5%;
    }

    .homde_news .h1_title {
        font-weight: 400;
        font-size: 24px;
        color: #333333;
    }

    .homde_news .home_new_list {
        flex-direction: column;
    }

    .homde_news .home_new_item {
        width: 100%;
    }

    .homde_news .home_new_item .info .title {
        margin: 3% 0;
        min-height: 2em;
    }

    .homde_news .home_new_item .info .desc {
        display: none;
    }

    .home_contact .layout {
        flex-direction: column;
        padding-bottom: 4%;
    }

    .home_contact .layout .img_warp {
        width: 100%;
        padding-bottom: 107%;
    }

    .home_contact .layout .center {
        width: 100%;
        padding: 0 3%;
    }

    .home_contact .layout .center .title {
        font-size: 24px;
        margin-top: 3%;
    }

    .home_contact .layout .right_link {
        margin-top: 3%;
        width: 100%;
        justify-content: start;
        padding: 0 3%;
    }

    .web_footer .top {
        flex-direction: column;
    }

    .web_footer .top .footer_item {
        width: 100%;
        margin: 0;
    }

    .web_footer .top .footer_info .link {
        font-size: 16px;
        color: #FFFFFF;
        padding: 1% 3%;
        border-radius: 48px;
        border: 1px solid #D3A77F;
        background-color: #D3A77F;
        display: inline-block;
        margin: 3% 0;
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .web_footer .top .footer_info .link::after {
        content: "\e620";
        font-size: 24px;
        margin-left: 10px;
        font-family: 'iconfont';
    }

    .web_footer .top .footer_item .title::before {
        height: 2px;
        max-width: 100%;
        width: 100%;
    }

    .web_footer .top .footer_item .title a {
        color: #333;
    }

    .web_footer .top .footer_contact ul li {
        margin-bottom: 2%;
    }

    .web_footer {
        padding-bottom: 10%;
    }

    .web_footer .footer_nav {
        padding-top: 12px;
    }

    .web_footer .footer_nav .title {
        position: relative;
    }

    /* .web_footer .footer_nav .nav_list i{position: absolute;right: 0;width: 45px;height: 45px;display: flex;justify-content: center;align-items: center;top: 50%;transform: translateY(-50%);} */
    .web_footer .footer_nav .nav_list i {
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid #000;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }

    .web_footer .footer_nav ul {
        margin-top: 2%;
        display: block;
    }

    .web_footer .footer_nav li {
        padding: 1% 0;
    }

    .web_footer .bottom p {
        display: block;
        padding: 4% 0;
        line-height: 1.7;
    }

    .web_footer .bottom a {
        display: inline-block;
    }

    .phome_bottom {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        z-index: 99;
    }

    .phome_bottom a {
        width: 25%;
        display: inline-block;
        position: relative;
        padding-bottom: 10%;
    }

    .phome_bottom a img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
        max-width: auto;
    }

    .new-details .left {
        display: none;
    }

    .new-details .right {
        width: 100%;
    }

    .product-intro {
        flex-direction: column;
    }

    .product-view {
        width: 100%;
    }

    .product-summary {
        width: 100%;
    }

    .product-image {
        display: none;
    }

    .subscribe .layout {
        flex-direction: column;
        padding: 2% 3% 2% 55px;
    }

    .subscribe .layout .title {
        font-size: 26px;
    }

    .subscribe .layout .icon {
        width: 50px;
        height: 50px;
    }

    .subscribe .layout .icon::before {
        width: 50%;
        height: 50%;
    }

    .subscribe .layout .left {
        max-width: 100%;
    }

    .subscribe .layout .desc {
        margin: 3% 0;
    }

    .details_warp {
        flex-wrap: wrap;
    }

    .details_warp .details_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .h1_title,.details_list .h1_title,.product_page_faq .h1_title,.advantages .h1_title,.product-warp .right h1.title,.ibanner .layout .title,.weDo .layout .right .title {
        font-size: 30px;
    }

    .product_page_warp .product_page_item {
        flex-direction: column;
    }

    .product_page_warp .img_warp {
        width: 100%;
        padding-bottom: 60%;
    }

    .product_page_warp .info {
        width: 100%;
    }

    .product_page_warp .product_page_item:nth-child(2n) {
        flex-direction: column;
    }

    .advantages .warp {
        flex-wrap: wrap;
    }

    .advantages .warp .item {
        width: 100%;
        margin-bottom: 3%;
    }

    .product_page_faq .layout {
        flex-wrap: wrap;
        flex-direction: column;
    }

    .product_page_faq .left {
        width: 100%;
        margin-right: 0;
    }

    .product_page_warp .info .title {
        font-size: 30px;
    }

    .product_page_faq .right {
        width: 100%;
    }

    .product_page_faq .left .desc {
        margin: 3% 0;
    }

    .product_page_faq .left .link {
        display: none;
    }

    .product-warp .right .product-item {
        width: 100%;
        margin-right: 0;
    }

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

    .weDo .layout .img_warp {
        width: 100%;
    }

    .weDo .layout .right {
        width: 100%;
        margin-top: 2%;
    }

    .choose .layout {
        display: flex;
        flex-direction: column;
    }

    .choose .layout .img_warp {
        width: 100%;
        padding-bottom: 119%;
        margin-right: 0;
    }

    .choose .layout .right {
        width: 100%;
    }

    .choose .right .title {
        font-size: 30px;
    }

    .team_warp .layout .team_item {
        flex-direction: column-reverse;
    }

    .team_warp .layout .team_item .l {
        width: 100%;
        margin-right: 0;
    }

    .team_warp .layout .team_item .img_warp {
        width: 100%;
        padding-bottom: 62%;
    }

    .team_warp .layout .team_item .l .title {
        font-size: 30px;
    }

    .team_warp .layout .team_item:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .team_warp .layout .team_item:nth-child(2n) .l {
        margin-left: 0;
    }

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

    .history .history_warp .number {
        display: none;
    }

    .application_warp .layout .application_item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 2%;
    }

    .page-video_list .first_video {
        flex-direction: column;
    }

    .page-video_list .first_video .video_warp {
        width: 100%;
        padding-bottom: 100%;
        position: relative;
    }

    .page-video_list .first_video .video_warp img {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        object-fit: cover;
    }

    .page-news_list .right .details_item {
        width: 100%;
        margin-right: 0;
    }

    .details_warp .details_item.new .desc {
        margin: 4% 0 3%;
    }

    .details_warp .details_item.new .link {
        display: none;
    }

    .contact-warp .layout .contact_box .item {
        width: 49%;
        margin-right: 1%;
    }

    .contact-warp .layout .contact_box .item:nth-child(2n) {
        width: 49%;
        margin-right: 1%;
        padding: 10% 3%;
    }

    .contact-warp .layout .contact_box .item:nth-child(4n) {
        margin-right: 0;
    }

    /* .contact_form .ch_form .item input {
        padding: 2% 7%
    } */

    .contact_form .ch_form .item textarea {
        padding: 1% 3.5;
    }

    .contact_form .ch_form .item_message::before {
        top: 4.5%;
    }

    .page-news_details .ibanner .layout .title {
        display: none;
    }
}

@media only screen and (max-width: 460px) {
    .page-news_details .right .div_warp .share {
        width: 100%;
        margin-left: 0 !important;
    }

    .page-news_details .right .div_warp .time {
        width: 100%;
        margin-bottom: 3%;
    }

    .contact_form .ch_form .item {
        width: 100%;
        margin-right: 0;
    }

    .contact_form .ch_form .item textarea {
        padding: 2% 5%;
    }

    .contact_form .ch_form .item_message::before {
        left: 3%;
        top: 4.5%;
    }
}

.sitemap-logo-boxs {
    background-color: #FBF7F4 !important;
}

.sitemap-logo-boxs h2 {
    background-color: #d29256 !important;
}

#cont>ul>li>ul>li>a {
    color: #d29256 !important;
}

#cont>ul>li>ul>li>ul>li>a {
    color: #d29256 !important;
}
#cont > ul > li > ul > li.has-childs > ul > li > ul > li > a:hover{  text-decoration: underline;}
#cont>ul>li>ul>li>ul>li>a:before {
    border-top-color: #d29256 !important;
    border-right-color: #d29256 !important;
}

#cont>ul>li>ul>li>ul>li>a:hover {
    text-decoration: underline !important;
}

#footer {
    background-color: #FCF2E7 !important ;
}

.cont {
    color: #000 !important;
}

#footer a {
    color: #000 !important;
}

#footer a:hover {
    color: #d29256 !important;
}


#cont > ul > li > ul > li.has-childs > ul > li > ul > li > a{     color: #d29256  !important;
    }



        #cont > ul > li > ul > li.has-childs > ul > li.has-childs > ul > li > a:before {
            content: '';
            display: block;
            width: 6px;
            height: 6px;
            border: 1px solid transparent;
            border-top-color: #d29256  !important;
            border-right-color: #d29256  !important;
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            position: absolute;
            left: 26px;
            top: 13px;
        }
            #cont > ul > li > ul > li.has-childs > ul > li.has-childs > a:after {
            content: '';
            display: block;
            width: 6px;
            height: 6px;
            border-radius: 100%;
            position: absolute;
            left: 8px;
            top: 13px;
            background: #d29256  !important;
        }
.ellipsis2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
.ellipsis4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow:ellipsis;}
        .ibanner .layout .crumbs li:last-child span{  color: #d29256 !important;} 
                .ibanner .layout .crumbs li:hover span{  text-decoration: underline;} 
                .details_list:hover a{  color:#d29256  ;text-decoration: underline;}
                .nvm_list .nav-current>a{  }
                .nvm_list .nav-current>a span{ position: relative;}
                .nvm_list .nav-current>a span::before{   content: ''; position: absolute;
    width: 100%;
    height: 7px;
    background-color: #F7C087;
    bottom: 0;
    bottom: 0px;
    z-index: -1;
}
.cnd {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow:ellipsis;}
                .hetilte{ font-size: 30px;  text-transform: uppercase;   font-family: 'CENTURY751B';}
                .bottom a{ padding: 0px 5px;}