html {margin-top:0 !important;font-size:16px;}
body {font-size:16px;}
@media screen and (min-width:1921px) {
body {font-size:0.833vw;}
.container {width:100em;}
}
.header {height:8.75em;}
.head-top {font-size:1em;box-shadow: 0 1px 0 rgb(0 0 0 / 35%);padding:0.5em 0;background:#fff;}
.head_company {font-size:0.875em;width:50%;}
.head_contact {width:50%;}
.header-contact {}
.header-contact a {font-size:1em;line-height:1.5;margin-right:2em;}
.header-contact a i {font-size:1.25em;margin-right:0.5em;}
.header-contact a span {font-size:0.875em;}
.header-social-media {width:7em;}
.header-social-media a {width:1.5em;height:1.5em;padding:0.375em;border-radius:50%;overflow:hidden;background-color:var(--background-dark);transition:all 0.5s;}
.header-social-media a svg {display:block;width:0.75em;height:0.75em;fill:#fff;}
.header-social-media a:hover{background-color:var(--theme);}
.head-con {width:100%;}
.header.is_fixed .head-con {position:fixed;top:0;left:0;animation:nav_fixed_move .5s;z-index:1000;background:#fff;box-shadow:0 0.125em 0.75em rgb(0 0 0 / 15%);}
@keyframes nav_fixed_move {0% {transform:translateY(-100%);}
100% {transform:translateY(0);}
}
.head-logo {height:6.25em;}
.head-logo img {height:auto;max-height:5em;}
.head_navbtn {display:none;}
.m_navbtn_close {display:none;}
.head_nav {}
.navbar .megamenu {position:relative;text-transform:uppercase;}
.navbar .megamenu.active {}
.navbar .megamenu>a {display:block;font-size:1em;transition:all 0.5s;padding:2.625em 1.25em;line-height:1;position:relative;text-align:center;background:no-repeat center bottom;background-size:6.5em;}
.navbar .megamenu.active>a,.navbar .megamenu:hover>a {color:var(--theme);}
.navbar .megamenu>a:before {content:" ";height:0.25em;width:0;position:absolute;bottom:0;left:50%;background:var(--theme);transition:all 0.5s;}
.navbar .megamenu.active>a:before,.navbar .megamenu:hover>a:before {width:100%;left:0;}
.navbar .megamenu i {display:none;}
.navbar .megamenu .nav_list {position:absolute;z-index:10;min-width:9em;left:50%;top:calc( 100% - 0.15em );text-align:center;transform:translateX(-50%);font-size:0.9em;visibility:hidden;opacity:0;transition:all 300ms ease-out;}
.navbar .megamenu .nav_list li {background:rgb(0 0 0 / 75%);border-bottom-style:solid;border-bottom-color:#c4c4c4;border-bottom-width:1px;transform:rotateX(90deg);transform-origin:0 0;opacity:0;transition:0.36s ease 0s;}
.navbar .megamenu .nav_list a {display:block;font-size:1em;color:#fff;line-height:3em;word-break:keep-all;white-space:nowrap;padding:0 1.5em;text-align:center;transition:all 0.4s;}
.navbar .megamenu:hover .nav_list {visibility:visible;opacity:1;transition:all 600ms ease-out;}
.navbar .megamenu:hover .nav_list li {opacity:1;transform:none;transform-origin:0 0;}
.navbar .megamenu .nav_list li:hover {background-color:var(--theme);}
.head_search {}
.head_search svg {display:block;width:1.25em;height:100%;margin:0 auto;}
.head_search a {display:block;width:3.875em;height:6.25em;}
.head_language {position:relative;}
.head_language .current {padding:2.4375em 1.25em;}
.head_language .current svg {display:block;width:1.375em;height:1.375em;margin-right:0.5em;}
.head_language .current span {}
.head_language .language_con {position:absolute;z-index:10;min-width:9em;left:50%;top:calc( 100% - 0.15em );text-align:center;transform:translateX(-50%);font-size:0.9em;visibility:hidden;opacity:0;transition:all 300ms ease-out;}
.head_language .language_con li {background:rgb(0 0 0 / 75%);border-bottom-style:solid;border-bottom-color:#c4c4c4;border-bottom-width:1px;transform:rotateX(90deg);transform-origin:0 0;opacity:0;transition:0.36s ease 0s;}
.head_language .language_con a {display:block;font-size:1em;color:#fff;line-height:3em;word-break:keep-all;white-space:nowrap;padding:0 1.5em;text-align:center;transition:all 0.4s;}
.head_language:hover .language_con {visibility:visible;opacity:1;transition:all 600ms ease-out;}
.head_language:hover .language_con li {opacity:1;transform:none;transform-origin:0 0;}
.head_language .language_con li.active,.head_language .language_con li:hover {background-color:var(--theme);}
.search-form {display:none;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);max-width:45em;width:90%;z-index:1000;}
.search-form form {width:100%;}
.search-form form input[type="text"] {font-size:1em;flex:1;padding:0.75em 1em;border-width:0;}
.search-form form .search-button {font-size:1em;width:5em;border-width:0;background-color:var(--theme);cursor:pointer;}
.search-form form .search-button svg {display:block;width:1.5em;margin:0 auto;fill:#fff;}
.banner {position:relative;}
/*.banner .swiper-slide {height:55em;}*/
.banner .swiperVideo {width:100%;height:100%;}
.banner .swiperVideo video {width:100%;height:100%;object-fit:cover;}
.banner .swiperImg {width:100%;height:100%;}
.banner .swiperImg img {width:100%;height:100%;object-fit:cover;}
.banner .swiperTxt {position:absolute;top:0;left:0;width:100%;height:100%;background:rgb(0 0 0 / 75%);}
.banner .swiperTxt .swiperTit {font-size:3.5em;font-weight:700;color:#fff;line-height:1.15;margin-bottom:0.5em;}
.banner .swiperTxt .swiperDes {font-size:1em;width:100%;max-width:30em;line-height:1.75;color:#fff;margin-bottom:2.75em;}
.banner .swiperTxt .swiperBtn {display:inline-block;border:0.125em solid #fff;border-radius:0.25em;color:#fff;padding:0.75em 1.25em;}
.banner .swiperTxt .swiperBtn:hover {background:var(--theme);border-color:var(--theme);}
.banner .swiper-button {position:absolute;left:0;bottom:20%;z-index:100;width:100%;}
.banner .swiper-button .button-prev {width:3.375em;height:3.375em;background:url(../images/bannerl.png);background-size:100% 100%;margin-right:1.5em;cursor:pointer;}
.banner .swiper-button .button-next {width:3.375em;height:3.375em;background:url(../images/bannerr.png);background-size:100% 100%;cursor:pointer;}
.section {padding:5.25em 0;}
.section .sectionTit {font-size:3.75em;font-weight:700;color:var(--theme);}
.section-about {}
.section-about .sectionImg {max-width:40em;width:44%;overflow:hidden;}
.section-about .sectionImg img {width:100%;transition:all 0.75s;}
.section-about .sectionImg:hover img {transform:scale(1.1);}
.section-about .sectionTxt {width:54%;}
.section-about .sectionTxt .sectionTit {}
.section-about .sectionTxt .sectionSubTit {font-size:2.25em;font-weight:700;}
.section-about .sectionTxt .sectionDes {font-size:1.125em;margin-top:1.75em;color:#666666;}
.section-about .sectionTxt .sectionDes p {line-height:2;margin-bottom:0.25em;}
.section-productShow {overflow:hidden;}
.section-productShow .sectionImg {margin-top:3.5em;position:relative;}
.section-productShow .sectionMainImg {width:50em;height:50em;position:relative;background-repeat:no-repeat;background-size:contain;background-position:center;}
.section-productShow .sectionMainImg img {width:100%;}
.section-productShow .optionList {width:15em;}
.section-productShow .optionList .item {width:100%;margin:2em 0;position:relative;}
/* .section-productShow .optionList .item:nth-child(1) {left:-2.25em;}
.section-productShow .optionList .item:nth-child(2) {left:-0.5em;}
.section-productShow .optionList .item:nth-child(3) {}
.section-productShow .optionList .item:nth-child(4) {left:-0.5em;}
.section-productShow .optionList .item:nth-child(5) {left:-2.25em;} */
.section-productShow .optionList .item .itemIco {border-radius:50%;overflow:hidden;background:rgb(0 0 0 / 25%);padding:0.75em;margin-right:1em;transition:all 0.5s;}
.section-productShow .optionList .item.active .itemIco {background:var(--theme);}
.section-productShow .optionList .item .itemIco img {width:1.5em;height:1.5em;object-fit:contain;}
.section-productShow .optionList .item .itemTit {font-size:1em;font-weight:500;}
.section-productShow .optionDetailImg {width: 37.5em;height: 37.5em;position:relative;}
.section-productShow .optionDetailImg .optionImg {position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:all 0.5s;}
.section-productShow .optionDetailImg .optionImg .optionImgTit {display:none;}
.section-productShow .optionDetailImg .optionImg img {width:100%;height:100%;object-fit:contain;}
.section-productShow .optionDetailImg .optionImg.active {opacity:1;}
.section-productShow .sectionImg .indicator {position:absolute;z-index:1;width:2.5em;height:2.5em;}
.section-productShow .sectionImg .indicator1 {top: 9%;left: 10%;}
.section-productShow .sectionImg .indicator2 {top: 14%;left: 37%;}
.section-productShow .sectionImg .indicator3 {top: 12%;left: 62%;}
.section-productShow .sectionImg .indicator4 {top: 18%;left: 85%;}
.section-productShow .sectionImg .indicator5 {top: 40.5%;left: 18%;}
.section-productShow .sectionImg .indicator6 {top: 43.5%;left: 59%;}
.section-productShow .sectionImg .indicator7 {top: 49%;left: 82%;}
.section-productShow .sectionImg .indicator8 {top: 79.5%;left: 10%;}
.section-productShow .sectionImg .indicator9 {top:77.5%;left: 42%;}
.section-productShow .sectionImg .indicator10 {top: 72.5%;left: 60%;}
.section-productShow .sectionImg .indicator11 {top: 74.5%;left: 84%;}
.section-productShow .sectionImg .indicator .circle {position:absolute;background:#bfbfbf;border-radius:50%;}
.section-productShow .sectionImg .indicator .circle1 {width:2.5em;height:2.5em;top:0;left:0;-webkit-animation:living 1.5s linear infinite;}
.section-productShow .sectionImg .indicator .circle2 {width:2.5em;height:2.5em;top:0;left:0;-webkit-animation:living 3s linear infinite;}
.section-productShow .sectionImg .indicator .circle3 {width:0.8em;height:0.8em;top:50%;left:50%;margin-top:-0.4em;margin-left:-0.4em;}
.section-productShow .sectionImg .indicator.active .circle {background:var(--theme);}
.section-productShow .sectionImg .indicator .line {position:absolute;bottom:1.25em;left:1.25em;width:6em;height:6em;}
.section-productShow .sectionImg .indicator .line svg {stroke:#666666;stroke-width:1px;fill:none;transition:1s;width:100%;height:100%;}
.section-productShow .sectionImg .indicator.active .line svg {stroke:var(--theme);}
.section-productShow .indicator .item {width:18em;position:absolute;bottom:5.75em;left:7.25em;}
.section-productShow .indicator .item .itemIco {border-radius:50%;overflow:hidden;background:rgb(0 0 0 / 25%);padding:0.75em;margin-right:1em;transition:all 0.5s;}
.section-productShow .indicator.active .item .itemIco {background:var(--theme);}
.section-productShow .indicator .item .itemIco img {width:1.5em;height:1.5em;object-fit:contain;}
.section-productShow .indicator .item .itemTit {font-size:1em;font-weight:500;}
.brandWallList {padding:4em 0 5em;}
.brandWallList .img {width:20%;padding:1em;}
.brandWallList .img img {background:#afafaf;border-radius:0.5em;width:100%;height:8em;object-fit:contain;box-shadow:0.25em 0.25em 1em rgb(0 0 0 / 15%);}
.section-advantage {height:57.5em;position:relative;}
.advantageList {position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;}
.advantageItem {position:absolute;left:0;top:0;width:100%;height:100%;opacity:0;transition:all 0.5s;z-index:1;}
.advantageItem.active {opacity:1;z-index:2;}
.advantageImg {position:absolute;left:0;top:0;width:100%;height:100%;background:#000;}
.advantageImg img {width:100%;height:100%;object-fit:cover;opacity:0.5;}
.advantageTxt {position:relative;padding-top:9em;}
.advantageTit {font-size:3.5em;color:#fff;line-height:1.15;}
.advantageTit .theme-color {color:#8c6be3;}
.advantageDes {margin-top:1em;font-size:1.25em;color:#fff;width:100%;max-width:54em;line-height:1.75em;height:14em;}
.advantageSwitch {position:absolute;left:0;bottom:0;width:100%;height:9em;z-index:3;}
.advantageSwitch .switchItem {flex:1;background:rgb(0 0 0 / 50%);}
.advantageSwitch .switchItem .switchIco {}
.advantageSwitch .switchItem .switchIco img {margin:0 auto;width:3em;height:3em;}
.advantageSwitch .switchItem .switchTit {color:#fff;margin-top:0.5em;text-align: center;}
.advantageSwitch .switchItem.active {background:rgb(74 53 128 / 80%);}
.section-certified {overflow:hidden;}
.section-certified .swiper {padding-top:3em;padding-bottom:2.5em;overflow:unset;}
.section-certified .swiper .swiper-slide {width:18.75em;margin-right:1.5em;}
.section-certified .swiperImg {border:1px solid #bfbfbf;}
.section-certified .swiperImg img {width:100%;}
.section-certified .swiper-button {gap:4em;}
.section-certified .swiper-button>div {width:3.25em;height:3.25em;border:1px solid #d7d7d7;border-radius:50%;padding:0.75em;transition:all 0.5s;cursor:pointer;}
.section-certified .swiper-button>div svg {fill:#666;transition:all 0.5s;}
.section-certified .swiper-button>div:hover {border-color:var(--theme);background:var(--theme);}
.section-certified .swiper-button>div:hover svg {fill:#fff;}
.section-mission {}
.section-mission .sectionDes {font-size:1.25em;margin-top:0.5em;margin-bottom:2em;width:100%;max-width:45em;line-height:1.5;color:var(--text);opacity:0.875;}
.section-mission .sectionList {gap:3.125%;}
.section-mission .sectionList .item {width:31.25%;}
.section-mission .sectionList .item .itemImg {width:100%;overflow:hidden;}
.section-mission .sectionList .item .itemImg img {width:100%;height:100%;object-fit:cover;transition:all 0.75s;}
.section-mission .sectionList .item .itemImg:hover img {transform:scale(1.1);}
.section-mission .sectionList .item .itemTxt {padding-top:1.5em;}
.section-mission .sectionList .item .itemTxt .itemTit {font-size:1.25em;margin-bottom:0.5em;}
.section-mission .sectionList .item .itemTxt .itemDes {font-size:1.125em;line-height:1.5;opacity:0.75;}
.section-slogan {padding:1.75em 0;background:var(--theme);}
.section-slogan .sectionTit {color:#fff;font-size:1.5em !important;text-align:center;}
.section-recent {}
.section-recent .sectionList {padding-top:3em;}
.section-recent .sectionList .sectionLeft {width:72.5%;gap:1.25em 0;}
.section-recent .sectionList .sectionRight {width:26.25%;height:43.75em;}
.section-recent .sectionList .item {width:100%;height:100%;position:relative;}
.section-recent .sectionList .sectionLeft .item {width:49.137%;height:21.25em;}
.section-recent .sectionList .item .itemImg {width:100%;height:100%;overflow:hidden;}
.section-recent .sectionList .item .itemImg img {width:100%;height:100%;object-fit:cover;transition:all 0.75s;}
.section-recent .sectionList .item:hover .itemImg img {transform:scale(1.1);}
.section-recent .sectionList .item .itemTxt {position:absolute;left:0;bottom:0;padding:5em 1.5em 1.5em;background-image:linear-gradient(0deg,rgb(0 0 0 / 35%) 0%,rgb(0 0 0 / 0%) 75%,rgb(0 0 0 / 0%));width:100%;max-height:100%;}
.section-recent .sectionList .item .itemTxt .itemTit {font-size:1em;line-height:1.5;color:#fff;}
.section-news {}
.section-news .sectionList {padding-top:3.5em;padding-bottom:2em;}
.section-news .sectionLeft {width:62%;padding-top:2.5em;}
.section-news .sectionRight {width:35.5%;}
.section-news .sectionLeft .item {width:48.5%;position:relative;}
.section-news .sectionLeft .item .time {position:absolute;left:1.875em;top:-2.5em;background:var(--theme);color:#fff;padding:0.25em;width:5.5em;text-align:center;z-index:1;}
.section-news .sectionLeft .item .time .day {font-size:3em;}
.section-news .sectionLeft .item .time .year_month {font-size:1em;}
.section-news .sectionLeft .item .itemImg {overflow:hidden;width:100%;height:16.25em;}
.section-news .sectionLeft .item .itemImg img {width:100%;height:100%;object-fit:cover;transition:all 0.75s;}
.section-news .sectionLeft .item:hover .itemImg img {transform:scale(1.1);}
.section-news .sectionLeft .item .itemTxt {padding-top:1.25em;}
.section-news .sectionLeft .item .itemTxt .itemTit {font-size:1.375em;}
.section-news .sectionRight .item {margin-bottom:1.5em;}
.section-news .sectionRight .item .time {background:var(--theme);color:#fff;padding:0.25em;width:5.5em;text-align:center;}
.section-news .sectionRight .item .time .day {font-size:3em;}
.section-news .sectionRight .item .time .year_month {font-size:1em;}
.section-news .sectionRight .item .itemTxt {width:calc( 100% - 7em );}
.section-news .sectionRight .item .itemTxt .itemTit {font-size:1.375em;margin-bottom:0.5em;}
.section-news .sectionRight .item .itemTxt .itemDes {opacity:0.75;line-height:1.5;font-weight:300;}
.section-form {}
.section-form .sectionTit {text-align:center;}
.section-form .sectionDes {font-size:1.25em;margin-top:0.5em;margin-bottom:2.5em;line-height:1.5;color:var(--text);opacity:0.875;text-align:center;}
.section-form .sectionBox {}
.section-form .sectionBox .sectionLeft {width:47.5%;}
.section-form .sectionBox .sectionRight {width:47.5%;}
.faq_form {display:flex;flex-direction:column;width:100%;gap:20px;}
.faq_form .faq_label {display:flex;flex-direction:row;height:46px;background:#efefef;}
.faq_form .faq_label:first-child {height:140px;}
.faq_form .faq_label .faq_logo {width:34px;height:46px;margin-right:12px;display:flex;justify-content:flex-end;align-items:center;}
.faq_form .faq_label .faq_logo img {width:18px;height:18px;object-fit:contain;}
.faq_form p,.faq_form span {margin:0;padding:0;}
.faq_form .faq_label .faq_right {width:calc(100% - 46px);}
.faq_form :is(input,textarea) {-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:46px;border:0;background:rgba(0,0,0,0);outline:none;color:#333;font-size:1em;}
.faq_form textarea {height:140px;padding:14px 0;resize:none;font-size:1em;}
.faq_form :is(input,textarea):placeholder {color:#aaa;}
.faq_form .wpcf7-submit {color:#fff;background:var(--theme);font-size:16px;border-radius:5px;cursor:pointer;}
.section-form .faqTit {font-size:1.75em;font-weight:700;margin-bottom:0.5em;}
.section-form .faqList {}
.section-form .faqList .faqItem {margin-bottom:1em;}
.section-form .faqList .faqItem .faqA {font-size:1.375em;margin-bottom:0.375em;}
.section-form .faqList .faqItem .faqQ {font-size:1.125em;font-weight:300;opacity:0.75;}
.footer {}
.footer .footer_box {padding-top:6em;}
.footer .footer_box .left {max-width:36.25em;width:40%;}
.foot-logo {margin-bottom:2em;}
.foot-logo img {height:60px;}
.footer .foot-contact {width:100%;}
.footer .foot-contact .item {font-size:1.125em;padding-bottom:1.25em;line-height:1.25;}
.footer .foot-contact .item img {width:1.25em;height:1.25em;object-fit:contain;margin-right:0.75em;}
.footer .foot-contact .item span {width:calc( 100% - 2em );}
.footer .footer_box .right {max-width:40em;width:50%;}
.footer .foot_link {max-width:45%;width:auto;}
.footer .foot_link2 {max-width:80%;}
.m_name {display:none;}
.footer .foot_link .tit {display:block;font-size:1.5em;font-weight:600;margin-bottom:0.75em;text-transform:uppercase;}
.footer .foot_link .a {display:block;font-size:1.125em;margin-bottom:1.125em;padding-right:2em;padding-left:0;transition:all 0.75s;line-height:1.25;position:relative;text-transform:uppercase;}
.footer .foot_link .a:before {content:"";display:block;width:0;height:1px;transition:all 0.5s;background:var(--theme);position:absolute;top:0.6em;left:0;}
.footer .foot_link .a:hover {padding-right:0.5em;padding-left:1.5em;}
.footer .foot_link .a:hover:before {width:1em;}
.footer .foot_link2 .item1 {width:auto;max-width: 33.33%;}
.footer .foot-follow {padding-bottom:2.5em;}
.footer .foot-follow span {font-size:1.625em;font-weight:600;padding-right:0.5em;}
.footer .foot-follow .ico {margin-left:0.875em;width:1.875em;height:1.875em;padding:0.35em;border-radius:50%;background:#000;transition:all 0.5s;}
.footer .foot-follow .ico svg {display:block;width:100%;height:100%;fill:#fff;}
.footer .foot-follow .ico:hover {background:var(--theme);}
.footer .footer_copyright {background:var(--theme);}
.footer .footer_copyright p {text-align:center;font-size:1.125em;font-weight:300;padding:0.5em 0;color:#fff;}
.page_banner {position:relative;}
.page_banner .sectionImg {width:100%;background:#000;}
.page_banner .sectionImg img {width:100%;height:100%;object-fit:cover;/*opacity:0.75;*/}
.page_banner .sectionTxt {position:absolute;top:0;left:0;width:100%;height:100%;display:none;}
.page_banner .sectionTxt .sectionTit {font-size:3.5em;font-weight:700;color:#fff;text-transform:uppercase;text-shadow:0.075em 0.075em 0.075em rgba(0,0,0,0.5);}
.page_banner .sectionTxt .line {width:6.25em;height:0.625em;margin-top:0.25em;background:var(--theme);box-shadow:0.125em 0.125em 0.1em rgba(0,0,0,0.5);}
.page-nav {padding:1em 0;border-bottom:1px solid #e5e5e5;}
.page-nav .pageBox {}
.page-nav .pageBox .ico {margin-right:0.35em;}
.page-nav .pageBox .ico svg {width:1.5em;height:1.5em;fill:var(--theme);}
.page-nav .pageBox a {font-size:1.125em;}
.page-nav .pageBox span {font-size:1.25em;margin:0 0.5em;}
.section-company {padding:3em 0;}
.section-company .sectionBox {margin-bottom:3em;}
.section-company .sectionBox .sectionLeft {max-width:47.5em;width:49%;}
.section-company .sectionBox .sectionRight {max-width:47.5em;width:49%;}
.section-company .sectionBox .companyTit {font-size:1.5em;margin-bottom:0.5em;}
.section-company .sectionBox .companyDes {font-size:1em;}
.section-company .sectionBox .companyDes p {line-height:1.5;margin-bottom:0.75em;}
.section-company .sectionBox .sectionRight iframe {width:100%;height:21.75em;}
.section-company .sectionList {margin-bottom:3.75em;}
.section-company .sectionList .item {max-width:22em;width:23.5%;color:#fff;padding:2.5em 1.75em;}
.section-company .sectionList .item:nth-child(2n) {background:var(--theme);}
.section-company .sectionList .item:nth-child(2n+1) {background:var(--background-dark);}
.section-company .sectionList .item .itemIco {}
.section-company .sectionList .item .itemIco img {width:2.75em;height:2.75em;margin:0 auto;object-fit:contain;}
.section-company .sectionList .item .itemNum {font-size:2.5em;text-align:center;margin:0.25em 0 0.5em;}
.section-company .sectionList .item .itemNum b {font-size:1.5em;margin-right:0.125em;}
.section-company .sectionList .item .itemDes {text-align:center;font-size:1.25em;}
.section-company .advanList {}
.section-company .advanList .advanItem {margin-bottom:2.5em;gap:0.5em;}
.section-company .advanList .advanItem .advanTit {font-size:1.25em;font-weight:600;}
.section-company .advanList .advanItem .advanTit span {color:var(--theme);}
.section-company .advanList .advanItem .advanDes {font-size:1.125em;opacity:0.75;line-height:1.5;padding-left:1em;}
.section-company .imgList {padding:3em 0;}
.section-company .imgList .img {width:100%;}
.section-company .imgList .img img {width:100%;}
.section-ourVision {}
.section-ourVision .sectionDes {font-size:1.25em;margin-top:0.5em;margin-bottom:2em;width:100%;max-width:54em;line-height:1.5;color:var(--text);opacity:0.875;}
.section-ourVision .sectionList {gap:2%;}
.section-ourVision .sectionList .item {width:23.5%;}
.section-ourVision .sectionList .item .itemImg {width:100%;overflow:hidden;}
.section-ourVision .sectionList .item .itemImg img {width:100%;height:100%;object-fit:cover;transition:all 0.75s;}
.section-ourVision .sectionList .item .itemImg:hover img {transform:scale(1.1);}
.section-ourVision .sectionList .item .itemTxt {padding-top:1.5em;}
.section-ourVision .sectionList .item .itemTxt .itemTit {font-size:1.25em;margin-bottom:0.5em;}
.section-ourVision .sectionList .item .itemTxt .itemDes {font-size:1em;line-height:1.5;opacity:0.75;}
.section-contact {}
.section-contact .sectionList {padding-top:4em;}
.section-contact .sectionList .item {margin-top:5em;background:#ffffff;border-radius:1.5em;}
.section-contact .sectionList .item:nth-child(1) {margin-top:0;}
.section-contact .sectionList .item .itemImg {background:var(--theme);border-radius:1.5em;width:48%;max-width:45.5em;position:relative;}
.section-contact .sectionList .item .itemImg img {width:100%;height:100%;object-fit:cover;position:relative;left:-1em;top:-1em;border-radius:1.5em;box-shadow:0.5em 0.5em 0.5em rgb(0 0 0 / 30%);}
.section-contact .sectionList .item .itemTxt {width:49%;max-width:46em;padding:3em 2em 1em 0;}
.section-contact .sectionList .item .itemTxt .itemTit {font-size:2em;font-weight:600;margin-bottom:0.75em;position:relative;}
.section-contact .sectionList .item .itemTxt .itemDes {}
.section-contact .sectionList .item .itemTxt .itemDes p {margin-bottom:1em;font-size:1.375em;width:calc( 100% - 1.5em );}
.section-contact .sectionList .item .itemTxt .itemDes i {display:block;width:1em;font-size:1.25em;line-height:1;text-align:center;color:var(--theme);}
.section-contact .sectionList .item .itemTxt .itemDes span {display:block;line-height:1.5;width:calc( 100% - 2em );}
.pageInfo {padding:5em 0;}
.pageInfo .container {background:#fff;padding:4.5em 3.75em 2.5em;}
.pageInfo .box .pageTit {text-align:center;font-size:2em;line-height:1.25;margin-bottom:0.5em;}
.pageInfo .box .article {margin-bottom:4em;}
.pageInfo .box .article p {font-size:1.125em;line-height:1.55;margin-bottom:1em;color:#333;}
.pageInfo .box .article p * {color:inherit;}
.pageInfo .box .article img {max-width:100% !important;height:auto !important;margin-bottom:2em;}
.section-archive {}
.section-archive .sectionList {gap:3.75em 2%;}
.section-archive .sectionList .item {width:32%;position:relative;}
.section-archive .sectionList .item .time {position:absolute;left:0;top:0;background:var(--theme);color:#fff;padding:0.25em;width:5.5em;text-align:center;z-index:1;}
.section-archive .sectionList .item .time .day {font-size:3em;}
.section-archive .sectionList .item .time .year_month {font-size:1em;}
.section-archive .sectionList .item .itemImg {overflow:hidden;width:100%;height:16.25em;}
.section-archive .sectionList .item .itemImg img {width:100%;height:100%;object-fit:cover;transition:all 0.75s;}
.section-archive .sectionList .item:hover .itemImg img {transform:scale(1.1);}
.section-archive .sectionList .item .itemTxt {padding:1.25em;background:#fff;}
.section-archive .sectionList .item .itemTxt .itemTit {font-size:1.375em;font-weight:600;margin-bottom:0.5em;}
.section-archive .sectionList .item .itemTxt .itemDes {font-size:1em;line-height:1.5;height:3em;opacity:0.75;}
.section-products {padding:3.5em 0 5.25em;}
.section-products .sectionBox {}
.section-products .sectionBox .sectionLeft {width:20.5em;}
.section-products .sectionBox .sectionRight {width:calc( 100% - 22.5em );max-width:75em;}
.section-products .sectionBox .sectionList {gap:2.5em 2%;}
.section-products .sectionBox .sectionList .item {width:32%;padding:1em 1em 1.5em;background:#fff;border-radius:1.25em;transition:all 0.5s;}
.section-products .sectionBox .sectionList .item:hover {box-shadow:0.375em 0.375em 1em rgb(0 0 0 / 20%);}
.section-products .sectionBox .sectionList .item .itemImg {width:100%;height:16em;border-radius:0.75em;overflow:hidden;margin-bottom:1.25em;}
.section-products .sectionBox .sectionList .item .itemImg img {width:100%;height:100%;object-fit:cover;transition:all 0.5s;}
.section-products .sectionBox .sectionList .item:hover .itemImg img {transform:scale(1.1);}
.section-products .sectionBox .sectionList .item .itemTxt {text-align:center;font-size:1.25em;line-height:1.25;height:2.5em;}
.section-products .sectionBox .sectionList .item:hover .itemTxt .itemTit {color:var(--theme);}
.section-products .sectionBox .sectionRight {width:calc( 100% - 22.5em );max-width:75em;}
.list_recommend {width:100%;background:#f2f2f2;padding:1.5em;border-radius:1em;}
.list_recommend .recommend-tit {display:block;position:relative;font-size:1.5em;font-weight:600;color:var(--theme);padding-left:1.5em;background-image:url(../images/category-ico.png);background-repeat:no-repeat;background-position:left top;background-size:1em;line-height:1;margin-bottom:0.75em;}
.list_recommend .recommend_ul {border-top:2px solid #e6e6e4;}
.list_recommend .recommend_ul li {position:relative;padding:2em 0;line-height:1.25;border-bottom:0.125em solid #dddddb;width:100%;}
.list_recommend .recommend_ul li:nth-last-child(1) {border-width:0;}
.list_recommend .recommend_ul .img {width:100%;height:10.75em;overflow:hidden;border-radius:0.5em;}
.list_recommend .recommend_ul .img img {width:100%;height:100%;object-fit:cover;transition:all 0.5s;}
.list_recommend .recommend_ul a:hover .img img {transform:scale(1.1);}
.list_recommend .recommend_ul .txt {padding-top:0.75em;}
.list_recommend .recommend_ul .txt .tit {font-size:1em;text-align:center;}
.list_recommend .recommend_ul a:hover .txt .tit {color:var(--theme);text-decoration:underline;}
.list_recommend .more a {font-size:1em;}
.list_recommend .more a:hover {text-decoration:revert;color:var(--theme);}
.list_category {background:#ffffff;border-radius:0.75em;padding:1.5em;}
.list_category .categoryType {display:block;font-size:1.5em;font-weight:600;padding-bottom:0.5em;border-bottom:2px solid #e2e2e2;}
.list_category .category_navbar {}
.list_category .category_navbar .megamenu {padding:1em 0;position:relative;border-bottom:2px solid #e2e2e2;}
.list_category .category_navbar .megamenu:nth-last-child(1) {border-width:0;}
.list_category .category_navbar .megamenu a.name {font-size:1.375em;font-weight:600;display:block;padding-right:2em;transition:all 0.5s;}
.list_category .category_navbar .megamenu.active a.name,.list_category .category_navbar .megamenu a.name:hover {color:var(--theme);}
.list_category .category_navbar .megamenu .menu-toggle {font-size:1.25em;width:2em;height:2em;text-align:center;line-height:2;position:absolute;top:0.5em;right:0;transition:all 0.5s;}
.list_category .category_navbar .megamenu.active .menu-toggle {transform:rotateZ(90deg);color:var(--theme);}
.list_category .category_navbar .sub-menu {display:none;}
.list_category .category_navbar .sub-menu li {padding:1em 0 0.5em;}
.list_category .category_navbar .sub-menu a:hover,.list_category .category_navbar .sub-menu a.active {color:var(--theme);}
.list_category .category_navbar .sub-menu span {margin-right:0.5em;}
.prev-next {background:#ffffff;}
.prev-next .prev,.prev-next .next {width:49.2%;background:#ffffff;padding:1.5em 0;font-size:1.125em;}
.prev-next .prev span {font-size:1em;margin-right:1.2em;color:#000;font-weight:600;}
.prev-next .prev span i {font-size:1.4em;margin-right:0.5em;color:inherit;}
.prev-next .next span {font-size:1em;margin-left:1.2em;color:#000;font-weight:600;display:block;text-align:right;}
.prev-next .next span i {font-size:1.4em;margin-left:0.5em;color:inherit;}
.prev-next .prev .a {font-size:1em;line-height:1.2;color:#666;transition:all 0.5s;}
.prev-next .next .a {font-size:1em;text-align:right;color:#666;transition:all 0.5s;}
.prev-next .prev:hover .a,.prev-next .next:hover .a,.prev-next .prev:hover span,.prev-next .next:hover span {color:var(--theme);}
.pagination {margin-top:3em;gap:0.5em;}
.pagination a {font-size:1.125em;width:calc( 2em + 2px );height:calc( 2em + 2px );line-height:2em;text-align:center;border:1px solid #ddd;background:#fff;transition:all 0.5s;}
.pagination a:hover,.pagination a.active {background:var(--theme);border-color:var(--theme);color:#fff;}
.section-single {}
.section-single .sectionBox {background:#fff;padding:4.5em 2.75em 2.5em;}
.section-single .sectionLeft {width:calc( 100% - 23.5em );}
.section-single .sectionRight {width:20.5em;}
.section-single .art_content {}
.section-single .art_content .sectionTit {text-align:center;font-size:2.25em;font-weight:600;line-height:1.2;}
.section-single .art_content .span {text-align:center;line-height:1.35;padding:1.5em 0 1em;border-bottom:1px solid #d9d9d9;margin-bottom:2em;}
.section-single .art_content .span span {color:#777777;font-size:1em;margin:0 0.65em;}
/*.section-single .art_content .span .date {background:url(../images/time2.png) no-repeat left;background-size:1em;}*/
/*.section-single .art_content .span .view {background:url(../images/view.png) no-repeat left;background-size:1.125em;}*/
.section-single .art_content .article {padding-bottom:2em;border-bottom:1px solid #cfcfcf;font-size:1.125em;text-align:left;}
.section-single .art_content .article p {color:#333;line-height:1.5;margin-bottom:1em;text-indent:2em;}
.section-single .art_content .article img {max-width:100% !important;height:auto !important;margin:auto;margin-bottom:2em;}
.section-singleProduct {overflow:hidden;}
.section-singleProduct .sectionHead {padding-bottom:4.5em;width:100%;}
.section-singleProduct .productImages {width:48em;min-width:50%;}
.section-singleProduct .productImages .smallimg {width:6.25em;height:32em;position:relative;user-select:none;}
.section-singleProduct .productImages .smallimg .swiper-slide {height:5.75em;margin-bottom:0.75em;}
.section-singleProduct .productImages .smallimg .swiper-img {width:100%;height:100%;}
.section-singleProduct .productImages .smallimg .swiper-img img {width:100%;height:100%;object-fit:cover;cursor:pointer;border:1px solid #ffffff;box-shadow:0.25em 0.25em 0.5em rgb(0 0 0 / 25%);}
.section-singleProduct .productImages .smallimg .swiper {height:100%;padding:0 0.5em 0.5em 0;}
.section-singleProduct .productImages .smallimg .swiper-slide-thumb-active img {box-shadow:0.25em 0.25em 0.5em rgb(184 40 40 / 25%);}
.section-singleProduct .productImages .bigImg {width:38.75em;height:32em;padding:0 0.5em 0.5em 0;position:relative;}
.section-singleProduct .productImages .bigImg .swiper-gallry {width:100%;height:100%;display:block;box-shadow:0.5em 0.5em 0.5em rgb(0 0 0 / 25%);}
.section-singleProduct .productImages .bigImg .swiper-gallry img {width:100%;height:100%;object-fit:cover;cursor:url(../images/bimg.png),auto;}
.section-singleProduct .productImages .bigImg .button-prev,.section-singleProduct .productImages .bigImg .button-next {width:4em;height:4em;padding:1.25em;border-radius:50%;background:rgb(0 0 0 / 50%);position:absolute;top:14em;transition:all 0.5s;z-index:2;}
.section-singleProduct .productImages .bigImg .button-prev:hover,.section-singleProduct .productImages .bigImg .button-next:hover {background:rgb(184 40 40 / 75%);}
.section-singleProduct .productImages .bigImg .button-prev {left:-2em;}
.section-singleProduct .productImages .bigImg .button-next {right:-1.5em;}
.section-singleProduct .productImages .bigImg .button-prev svg,.section-singleProduct .productImages .bigImg .button-next svg {fill:#fff;}
.section-singleProduct .productIntro {width:calc( 100% - 50em );max-width:44em;user-select:none;position:relative;}
.section-singleProduct .productIntro .sectionName {font-size:3em;font-weight:500;margin-bottom:0.35em;}
.section-singleProduct .productIntro .product_share {gap:0.75em;padding-bottom:1em;border-bottom:1px solid #e5e5e5;margin-bottom:1.5em;}
.section-singleProduct .productIntro .product_share img {width:1.5em;height:1.5em;object-fit:contain;}
.section-singleProduct .productIntro .productParameter {margin-bottom:2.5em;}
.section-singleProduct .productIntro .productParameter p {font-size:1.25em;margin-bottom:0.75em;color:#707070;}
.section-singleProduct .productIntro .productParameter p b,.section-singleProduct .productIntro .productParameter p strong {color:var(--theme);}
.section-singleProduct .productIntro .sectionBtn {display:inline-block;font-size:1.375em;color:#fff;background:var(--theme);line-height:1;padding:0.5em 1.5em;border-radius:0.35em;min-width:8em;text-align:center;}
.section-singleProduct .sectionCon {width:100%;}
.section-singleProduct .sectionCon .product_tab {width:100%;border-bottom:1px solid #e5e5e5;margin-bottom:3.5em;}
.section-singleProduct .sectionCon .product_tab .tab_box {gap:1em;}
.section-singleProduct .sectionCon .product_tab .tab_box .tab_item {cursor:pointer;padding:0.5em 2em;color:#000;font-size:1.25em;font-style:normal;font-weight:400;border-radius:0.5em 0.5em 0px 0px;border:1px solid #fff;border-bottom:none;}
.section-singleProduct .sectionCon .product_tab .tab_box .tab_item.active {background:#E9E6ED;border-color:#e5e5e5;}
.section-singleProduct .sectionCon .sectionLeft {width:calc( 100% - 22.5em );max-width:73.75em;padding:0 0 0 1.5em;}
.section-singleProduct .sectionCon .sectionRight {width:20.5em;}
.section-singleProduct .sectionCon .sectionRight .list_category {background-color:var(--background);}
.section-singleProduct .sectionCon .boxTit {font-size:2.75em;font-weight:600;margin-bottom:0.5em;}
.section-singleProduct .sectionCon .boxCon {font-size:1.125em;}
.section-singleProduct .sectionCon .boxCon p {color:#333;line-height:1.5;margin-bottom:1em;text-indent:2em;}
.section-singleProduct .sectionCon .boxCon img {max-width:100% !important;height:auto !important;margin:auto;margin-bottom:2em;}
.section-singleProduct .sectionFoot {width:100%;padding-top:1em;border-top:2px solid #e5e5e5;margin-top:4.5em;}
.orderPopup {position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999;display:none;}
.orderPopupBg {position:fixed;left:0;top:0;width:100vw;height:100vh;background:rgba(0,0,0,.4);z-index:999;}
.orderPopupBox {transform:translateY(-50%);position:fixed;top:50%;left:0;right:0;width:1000px;max-width:94%;max-height:92%;background:#fff;box-shadow:0 0 25px 0 rgba(0,0,0,.75);z-index:1021;margin:auto;color:#000;padding:1.5em;overflow:auto;}
.orderPopupClose {display:block;width:2.25em;height:2.25em;cursor:pointer;position:absolute;top:1em;right:1em;padding:0.25em;}
.orderPopupClose svg {display:block;fill:var(--text);transition:all 0.4s;}
.orderPopupClose:hover svg {fill:var(--theme);}
.orderPopupBox .boxName {width:100%;font-size:2em;font-weight:600;margin-bottom:0.5em;}
.orderPopupBox .boxLeft {width:48%;}
.orderPopupBox .boxRight {width:48%;}
.orderPopupBox .boxTxt {}
.orderPopupBox .boxTit {font-size:1.75em;font-weight:600;margin-bottom:0.75em;position:relative;color:var(--theme);}
.orderPopupBox .boxDes {}
.orderPopupBox .boxDes p {margin-bottom:1em;font-size:1.25em;width:100%;}
.orderPopupBox .boxDes i {display:block;width:1em;font-size:1.25em;line-height:1;text-align:center;color:var(--theme);}
.orderPopupBox .boxDes span {display:block;line-height:1.5;width:calc( 100% - 2em );}


@media all and (max-width:1702px) {
.section-productShow .sectionMainImg {width:47vw;height:47vw;}
.section-productShow .optionDetailImg {width:35.25vw;height:35.25vw;}
}
@media all and (max-width:1400px) {
body {font-size:14px;}
.section-products .sectionBox .sectionLeft {width:19em;}
.section-products .sectionBox .sectionRight {width:calc( 100% - 20.5em );}
.section-products .sectionBox .sectionList .item .itemImg {height:16vw;}
.section-singleProduct .sectionCon .sectionLeft {width:calc( 100% - 20.5em );}
.section-singleProduct .sectionCon .sectionRight {width:19em;}
}
@media all and (max-width:1100px) {
.section .sectionTit {font-size:3em;}
.section-about .sectionTxt .sectionSubTit {font-size:2em;}
.brandWallList .img img {height:7em;}
.section-slogan .sectionTit {font-size:1.25em !important;}
}
@media all and (max-width:1024px) {
.header {height:6.25em;}
.head-top {display:none;}
.head-con {position:fixed;top:0;left:0;z-index:1000;background:#fff;box-shadow:0 0.125em 0.75em rgb(0 0 0 / 15%);}
.head_navbtn {display:block;font-size:1em;width:2.75em;height:2.75em;text-align:center;border-radius:4px;position:relative;transition:all 0.3s ease 0s;overflow:hidden;margin-right:1em;}
.head_navbtn span {display:block;background:var(--text);width:2em;height:0.12em;transition:all 0.3s ease 0s;position:absolute;left:0.375em;}
.head_navbtn span:nth-child(1) {top:0.55em;}
.head_navbtn span:nth-child(2) {top:1.315em;}
.head_navbtn span:nth-child(3) {bottom:0.55em;}
.head_navbtn.active span:first-child {transform:rotate(45deg) translate(0,0);top:1.315em;}
.head_navbtn.active span:nth-child(2) {transform:translateX(-40px);}
.head_navbtn.active span:nth-child(3) {transform:rotate(-45deg) translate(0,0);bottom:1.315em;}
.head_search a {width:2.5em;}
.head_search svg {width:1.75em;}
.head_language .current {font-size:1.5em;padding:1.35em 0.875em;}
.head_nav {display:block;position:fixed;left:0;top:0;width:100vw;height:100vh;background:var(--text);transform:translateX(-100%);transition:all 0.3s ease 0s;z-index:1020;padding:4em 0 0 !important;overflow-y:auto;}
.head_nav.active {transform:translateX(0);}
.head_nav .m_navbtn_close {display:block;position:absolute;right:1em;top:1em;height:1.5em;width:1.5em;transform:rotate(45deg);font-size:1.5em;}
.head_nav .m_navbtn_close span {position:absolute;background:#ffffff;transition:all .15s ease-in-out;}
.head_nav .m_navbtn_close span:nth-child(1) {height:0;width:2px;top:10%;left:50%;margin-left:-1px;transition-delay:0s;}
.head_nav .m_navbtn_close span:nth-child(2) {width:0;height:2px;left:10%;top:50%;margin-top:-1px;transition-delay:.15s;}
.head_nav.active .m_navbtn_close > span:nth-child(1) {height:80%;transition-delay:.3s;}
.head_nav.active .m_navbtn_close > span:nth-child(2) {width:80%;transition-delay:.45s;}
.navbar {display:block;width:94%;margin:0 auto;}
.navbar .megamenu {width:100%;height:auto;padding:0 !important;color:#fff;position:relative;margin-bottom:1em;}
.navbar .megamenu>a {display:block;color:#fff !important;font-size:1.5em;padding:0.75em 0;text-align:left;}
.navbar .megamenu>a:before {display:none;}
.navbar .megamenu i {display:block;position:absolute;top:0;right:0;width:2.5em;height:2.5em;line-height:2.5em;text-align:center;transition:all 0.5s;font-size:1.5em;}
.navbar .megamenu.active-c>i {transform:rotate(90deg);}
.navbar .megamenu .nav_list {display:none;opacity:1;visibility:visible;transform:translateY(0);position:unset;width:100%;background:transparent;border-width:0;}
.navbar .megamenu .nav_list .menu-item {position:relative;}
.navbar .megamenu .nav_list li a {margin-bottom:0;color:#fff;font-size:1.25em;text-align:left;}
.navbar .megamenu .nav_list li a::before,.navbar .megamenu .nav_list li a::after {display:none;}
.navbar .megamenu .nav_list li:hover a {background:transparent;color:#fff;}
.navbar .megamenu .nav_list li {background:transparent !important;border-width:0;opacity:1;transform:rotateX(0deg);}
/*.banner .swiper-slide {height:40em;}*/
.banner .swiperTxt .swiperTit {font-size:2.75em;}
.banner .swiperTxt .swiperDes {font-size:1.25em;}
.banner .swiper-button {bottom:14%;}
.section-about .sectionImg {width:100%;margin:0 auto 3em;}
.section-about .sectionTxt {width:100%;}
.section-productShow .optionDetailImg {display:none;}
.section-productShow .sectionMainImg {width:72vw;height:72vw;}
.brandWallList .img {width:20%;padding:1.5vw;}
.brandWallList .img img {height:7.5vw;}
.section-advantage {height:44em;}
.advantageTxt {padding-top:5em;}
.advantageSwitch {height:7em;}
.section-recent .sectionList .sectionLeft {gap:1vw 0;}
.section-recent .sectionList .sectionLeft .item {height:29.5vw;}
.section-recent .sectionList .sectionRight {height:60vw;}
.section-news .sectionLeft {width:100%;padding-bottom:2.5em;}
.section-news .sectionRight {width:100%;}
.page_banner .sectionImg {}
.section-company .sectionBox .sectionLeft {width:100%;max-width:none;margin-bottom:2em;}
.section-company .sectionBox .sectionRight {width:100%;margin:0 auto;}
.section-company .sectionBox .companyTit {font-size:2em;}
.section-company .sectionBox .companyDes {font-size:1.25em;}
.section-company .sectionList .item {padding:1.5em 1em;}
.section-company .advanList .advanItem .advanTit {font-size:1.75em;}
.section-company .advanList .advanItem .advanDes {font-size:1.375em;}
.section-ourVision .sectionList {gap:3em 4%;}
.section-ourVision .sectionList .item {width:48%;}
.section-ourVision .sectionList .item .itemTxt .itemTit {font-size:1.75em;}
.section-ourVision .sectionList .item .itemTxt .itemDes {font-size:1.25em;}
.section-archive .sectionList {gap:3.75em 4%;}
.section-archive .sectionList .item {width:48%;}
.section-archive .sectionList .item .itemImg {height:23.5vw;}
.section-products .sectionBox .sectionList {gap:2.5em 4%;}
.section-products .sectionBox .sectionList .item {width:48%;}
.section-products .sectionBox .sectionList .item .itemImg {height:24vw;}
.section-singleProduct .productImages {width:48%;}
.section-singleProduct .productImages .bigImg {width:100%;height:37.25vw;margin-bottom:1em;}
.section-singleProduct .productImages .smallimg {width:100%;height:6.25em;}
.section-singleProduct .productImages .bigImg .button-prev,.section-singleProduct .productImages .bigImg .button-next {top:15vw;}
.section-singleProduct .productIntro {width:46%;}
.section-singleProduct .productIntro .sectionName {font-size:2.5em;}


}
@media all and (max-width:920px) {
body {font-size:12px;}
.section-about .sectionImg {max-width:100%;}
.section-about .sectionTxt .sectionDes {font-size:1.25em;margin-top:1em;}
.brandWallList .img {width:33.333%;}
.brandWallList .img img {height:15vw;}
.section-advantage {height:48em;}
.advantageTit {font-size:3em;}
.advantageDes {font-size:1.375em;}
.section-mission .sectionList {gap:5em;}
.section-mission .sectionList .item {width:100%;}
.section-mission .sectionList .item .itemTxt .itemTit {font-size:1.75em;}
.section-mission .sectionList .item .itemTxt .itemDes {font-size:1.375em;}
.section-recent .sectionList .sectionLeft {width:100%;gap:3vw 0;margin-bottom:3vw;}
.section-recent .sectionList .sectionLeft .item {width:48.5%;height:42vw;}
.section-recent .sectionList .item .itemTxt .itemTit {font-size:1.375em;}
.section-recent .sectionList .sectionRight {height:auto;width:100%;}
.section-form .sectionBox .sectionLeft {width:100%;margin-bottom:3em;}
.section-form .sectionBox .sectionRight {width:100%;}
.section-form .faqList .faqItem .faqA {font-size:1.75em;}
.section-form .faqList .faqItem .faqQ {font-size:1.375em;}
.footer .footer_box .left {width:100%;max-width:100%;}
.footer .foot-contact .item {font-size:1.375em;}
.footer .footer_box .right {width:100%;margin-bottom:3em;}
.footer .foot_link {max-width:unset;width:100%;}
.footer .foot_link2 .item1 {width:100%;max-width:unset;}
.footer .foot_link .m_name {display:block;line-height:1;color:#000;position:relative;margin-bottom:0;font-size:1.25em;background:none;padding:1.25em 0;border-bottom:1px solid var(--text);border-radius:0;}
.footer .foot_link .m_name span {position:absolute;top:0;right:0;line-height:3.5em;text-align:center;width:3.5em;height:3.5em;transition:all 0.5s;}
.footer .foot_link.m_toggle.active .m_name span {transform:rotate(45deg);}
.footer .foot_link .toggle_con {display:none;padding:2em 0 0;}
.footer .foot_link .toggle_con .item {padding-bottom:0;border-bottom-width:0;}
.footer .foot_link .toggle_con .item .tit {display:none;}
.footer .foot_link .toggle_con .item .a {font-size:1.25em;}
.footer .foot_link .item {width:100%;border-right-width:0;border-bottom:1px solid #dddddd;}
.section-company .sectionBox .sectionRight {max-width:100%;}
.section-company .sectionBox .sectionRight iframe {height:43vw;}
.section-company .sectionList {gap:3em;}
.section-company .sectionList .item {width:100%;max-width:35em;margin:0 auto;padding:2em;}
.section-company .sectionList .item .itemDes {font-size:1.5em;}
.section-company .sectionList .item .itemIco img {width:3.25em;height:3.25em;}
.section-company .sectionList .item .itemNum {font-size:3em;}
.section-contact .sectionList .item {background:transparent;}
.section-contact .sectionList .item .itemImg {width:100%;}
.section-contact .sectionList .item .itemTxt {width:100%;padding:6.5em 3em 4.5em;background:#fff;max-width:none;border-radius:2em;margin-top:-5em;}
.pageInfo .container {padding:3em 2.5em 2.5em;}
.pageInfo .box .pageTit {font-size:2.25em;}
.pageInfo .box .article p {font-size:1.25em;}
.section-archive .sectionList .item .itemTxt .itemTit {font-size:1.5em;}
.section-archive .sectionList .item .itemTxt .itemDes {font-size:1.375em;}
.section-products .sectionBox .sectionLeft {width:100%;margin-bottom:2em;}
.section-products .sectionBox .sectionRight {width:100%;}
.section-products .sectionBox .sectionList .item .itemImg {height:26vw;}
.section-products .sectionBox .sectionList .item .itemTxt {font-size:1.5em;}
.list_category .categoryType {font-size:2em;}
.list_category .category_navbar .megamenu a.name {font-size:1.75em;}
.list_category .category_navbar .megamenu .menu-toggle {font-size:1.5em;}
.list_category .category_navbar .sub-menu {font-size:1.375em;}
.pagination a {font-size:1.5em;}
.section-single .sectionBox {padding:3.5em 2em 2em;}
.section-single .sectionLeft {width:100%;padding-bottom:2em;}
.section-single .art_content .span {font-size:1.25em;}
.section-single .art_content .article {font-size:1.25em;}
.prev-next .prev,.prev-next .next {font-size:1.25em;}
.section-single .sectionRight {width:100%;}
.list_recommend .recommend_ul {gap:0 2%;}
.list_recommend .recommend_ul li {width:32%;}
.list_recommend .recommend_ul .txt .tit {font-size:1.25em;}
.list_recommend .more a {font-size:1.25em;}
.section-singleProduct .productImages {width:100%;margin-bottom:2em;}
.section-singleProduct .productImages .bigImg {height:65.5vw;}
.section-singleProduct .productImages .smallimg {height:17vw;}
.section-singleProduct .productImages .smallimg .swiper-slide {height:16vw;}
.section-singleProduct .productImages .bigImg .button-prev,.section-singleProduct .productImages .bigImg .button-next {top:28vw;}
.section-singleProduct .productImages .bigImg .button-prev {left:-1em;}
.section-singleProduct .productImages .bigImg .button-next {right:-0.75em;}
.section-singleProduct .productIntro {width:100%;max-width:none;}
.section-singleProduct .sectionCon .product_tab .tab_box .tab_item {font-size:1.5em;}
.section-singleProduct .sectionCon .sectionLeft {width:100%;margin-bottom:3em;}
.section-singleProduct .sectionCon .sectionRight {width:100%;}
.section-singleProduct .sectionCon .boxTit {font-size:2.5em;}
.section-singleProduct .sectionCon .boxCon {font-size:1.25em;}
}
@media all and (max-width:680px) {
.header {height:5.5em;}
.head-logo {height:5.5em;}
.head-logo img {max-height:3.5em;max-width:10.5em;}
.head_search a {height:5.5em;}
.head_language .current {padding:1.125em 0.875em;}
.section .sectionTit {font-size:2.75em;}
.brandWallList .img {width:50%;}
.brandWallList .img img {height:20vw;}
.section-productShow .sectionMainImg {width:94vw;height:118vw;padding-top:92vw;background-position:top center;gap:1em;}
.section-productShow .sectionImg .indicator {position:unset;width:3.75em;}
.section-productShow .sectionImg .indicator .circle {display:none;}
.section-productShow .sectionImg .indicator .line {display:none;}
.section-productShow .optionDetailImg .optionImg .optionImgTit {display: block;text-align: center;font-size: 2em;font-weight: 600;margin-bottom: 0.5em;}
.section-productShow .indicator .item {position:unset;width:3.75em;}
.section-productShow .indicator .item .itemTit {display:none;}
.section-productShow .indicator .item .itemIco {margin-right:0;}
.section-productShow .indicator .item .itemIco img {width:2.25em;height:2.25em;}
.section-productShow .optionDetailImg {display:block;width:100%;height:94vw;margin-top:3em;}
.advantageSwitch {height:8.5em;}
.section-recent .sectionList .sectionLeft .item {width:100%;height:auto;}
.section-news .sectionList {padding-top:0;}
.section-news .sectionLeft {padding-top:0;}
.section-news .sectionLeft .item {width:100%;margin-top:5em;}
.section-news .sectionLeft .item .itemTxt .itemTit {font-size:1.5em;}
.section-news .sectionRight .item .itemTxt .itemTit {font-size:1.5em;}
.section-news .sectionRight .item .itemTxt .itemDes {font-size:1.25em;}
.footer .footer_box {padding-top:3.5em;}
.page_banner .sectionTxt .sectionTit {font-size:2.75em;}
.page_banner .sectionTxt .line {width:5em;height:0.375em;}
.section-ourVision .sectionList .item {width:100%;}
.section-contact .sectionList .item .itemTxt {padding:6.5em 1.5em 2em;}
.pageInfo {padding:3em 0;}
.pageInfo .container {padding:2em 1.75em 1.75em;}
.section-archive {padding:3.5em 0 5em;}
.section-archive .sectionList {gap:2.5em;}
.section-archive .sectionList .item {width:100%;}
.section-archive .sectionList .item .itemImg {height:49vw;}
.section-products .sectionBox .sectionList .item {width:100%;}
.section-products .sectionBox .sectionList .item .itemImg {height:50vw;}
.section-single {padding:3em 0;}
.section-single .sectionBox {padding:2em 1.75em 1.75em;}
.section-single .art_content .sectionTit {font-size:2em;}
.prev-next .prev,.prev-next .next {width:100%;}
.list_recommend .recommend_ul li {width:100%;}
.list_recommend .recommend_ul .img {height:38vw;}
.pagination a {font-size:1.25em;}
.section-singleProduct {padding:3em 0;}
.orderPopupBox .boxLeft {width:100%;}
.orderPopupBox .boxRight {display:none;}

}


.video.vp-a {display:block;overflow:hidden;position:relative;cursor:pointer;}
.video.vp-a img {transition:all 0.75s;width:100%;}
.video.vp-a:hover img {transform:scale(1.1);}
.YouTubePopUp-Wrap {position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.8);background-color:rgb(0 0 0 / 80%);top:0;left:0;z-index:10000;}
.Video-PopUp-Content {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;justify-content:center;-webkit-justify-content:center;width:100%;height:100%;}
.vp-flex {max-width:800px;width:100%;height:450px;max-height:90%;margin:0 40px;position:relative;background-color:#000;}
.vp-flex iframe,.vp-flex video {width:100%;height:100%;max-width:100%!important;max-height:100%;min-width:100%;min-height:100%;margin:0!important;padding:0!important;outline:none!important;display:block;border:5px solid #fff;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;box-shadow:0 2px 10px 0 rgb(0 0 0 / 30%);-moz-box-shadow:0 2px 10px 0 rgb(0 0 0 / 30%);-webkit-box-shadow:0 2px 10px 0 rgb(0 0 0 / 30%);background-color:#000;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;}
.YouTubePopUp-Close {position:absolute;top:0;cursor:pointer;left:-30px;margin:auto 0;transition:all ease-in-out 0.3s;-webkit-transition:all ease-in-out 0.3s;-moz-transition:all ease-in-out 0.3s;-o-transition:all ease-in-out 0.3s;font-weight:300;width:26px;height:26px;background:url(../images/close.png) no-repeat center;background-size:100%;}
.YouTubePopUp-Close:hover {opacity:.5;}
.vp-flex.vp-flex-no-border iframe,.vp-flex.vp-flex-no-border video {padding:0!important;border:0!important;border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;}
.vp-flex-no-border.vp-vt-locally,.vp-flex-no-border.vp-vt-vimeo {box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;}
.video-popup-animation {position:absolute;top:50%;left:50%;width:3.75em;height:3.75em;margin-left:-1.875em;margin-top:-1.875em;border-radius:50%;background:rgb(255 255 255 / 50%);padding:1.125em;transition:all 0.35s;}
.video-popup-animation svg {position:relative;z-index:1;width:1.5em;height:1.5em;}
.video-popup-animation svg path {transition:all 0.35s;}
.video-popup-animation:after {content:" ";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:rgb(255 255 255 / 50%);animation:video_pulse_animation_outside ease-out 2s infinite;}
@keyframes video_pulse_animation_outside {
0% {transform:scale(1);opacity:1}
to {transform:scale(2);opacity:0}
}
.video-popup-animation:hover,.video-popup-animation:hover:after {background:var(--theme);}
.video-popup-animation:hover svg path {fill:#fff;}
@media all and (max-width:767px) {
.vp-flex,.Video-PopUp-Content .vp-flex {max-width:480px!important;height:270px!important;}
.video.vp-a:before {background-size:40px;}
}
@media all and (max-width:320px) {
.vp-flex,.Video-PopUp-Content .vp-flex {max-width:240px!important;height:140px!important;}
}
#translate {
    display: none;
}
