@charset "UTF-8";
@import url("./a_finally.css");
@import url("./unit/timeline.css");
@import url("./unit/timeline.min.css");
@import url("./this_swiper.css");
@import url("./public.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/fullPage.js/4.0.2/fullpage.css");
@import url(../dist/icon/iconfont.css);

html {
  overflow-x: hidden;
  overflow-y: auto;
}

body {
  scroll-behavior: smooth;
  /* 添加平滑滚动效果 */
}
.page_bar {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.page_bar .pages{
      display: flex;
    gap: 0 5px;
    align-items: center;
}
.page_bar .pages a{
    padding: 5px 12px;
    /*border-radius: 8px;*/
    overflow: hidden;
    border: 1px solid #0e2b5c;
    color: #0e2b5c;
}
.page_bar .pages .current{
    background: #0E2B5C;
    color: #fff;
}
.page_bar .pages .current2{
    display: none;
    /*padding: 5px 12px;*/
    /*border-radius: 8px;*/
    /*overflow: hidden;*/
    /*background: #dfdedc;*/
}



.sidebarWarpper .sidebar ul .this_nomove{
    cursor: pointer;
}


#all #this_col header .sjheader .Warpper .menuTop .sj-search #btn-search{
    float: right;
}
.btn--search{display: inline-block;width: 29px;height: 29px;position: relative;vertical-align: middle;cursor: pointer;-webkit-box-sizing: content-box;box-sizing: content-box;transition:all 0.3s}
.btn--search:before,.btn--search:after{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 8px;background-image: url(/wp-content/themes/global/static/img/search_btn.png);background-position: 0 0;background-repeat:no-repeat;}
.btn--search:before{background-position: 0 0;}
.btn--search:hover{transform:scale(1.2);transition:all 0.3s}
/*.btn--search:hover:after{top: 0%;opacity: 1;filter: alpha(opacity=100);}*/
/*-------------------------------
			search  start
			----------------------------------*/
#all { 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: 2em; position: absolute; top: 1.25em; right: 1.25em; display: none; background:url(/wp-content/themes/global/static/img/search_btn_close.png) no-repeat center 0; width:50px;height:50px;cursor:pointer;}
.web-search .btn--search-close:hover{background-position: center -50px;-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: 1; display: inline-block; box-sizing: border-box; width: 75%; padding: 0.05em 0; color: #333; border-bottom: 3px solid; font-size:20px; line-height:10px }
.web-search .search-ipt::-webkit-input-placeholder {color: #333;font-weight: bold;}
.web-search .search-ipt::-moz-placeholder {opacity: 1;color: #333;font-weight: bold;}
.web-search .search-ipt:-ms-input-placeholder {color: #333;font-weight: bold;}
.web-search .search-ipt::-webkit-search-cancel-button, .web-search .search-ipt::-webkit-search-decoration {-webkit-appearance: none;}
.web-search .search-ipt::-ms-clear {display: none;}
.web-search .search-attr { font-size: 90%;display: block; width: 75%; margin: 0 auto; padding: 0.85em 0; text-align: right; color: #333; }
.js .container { position: relative; -moz-transition:all .4s ease-in-out; -webkit-transition:all .4s ease-in-out; -ms-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.js .main-wrap--move {height: 100vh; }
.js .web-search { pointer-events: none; }
.js .search--open { pointer-events: auto; opacity:1; visibility:visible;}
.web-search .btn--search-close { opacity: 0;-webkit-transition: opacity 0.3s ease;-o-transition: opacity 0.3s ease;transition: opacity 0.3s ease; }
.search--open .btn--search-close { opacity: 1; -webkit-transition: transform .3s ease;-o-transition: transform .3s ease;transition: transform .3s ease; -webkit-animation: bounceInA 1s ease;-o-animation: bounceInA 1s ease;animation: bounceInA 1s ease;}
.search__suggestion, .web-search .search-attr { opacity: 0;-moz-transform: translate3d(0, 30px, 0); -webkit-transform: translate3d(0, 30px, 0); -ms-transform: translate3d(0, 30px, 0); -o-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0);-moz-transition: opacity 0.8s, transform 0.8s; -webkit-transition: opacity 0.8s, transform 0.8s; -ms-transition: opacity 0.8s, transform 0.8s; -o-transition: opacity 0.8s, transform 0.8s; transition: opacity 0.8s, transform 0.8s; }
.search--open .search-attr { opacity: 1;-moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); font-size:20px; }
.js .web-search .search-ipt {font-size: 60px;font-weight: bold;border-bottom-width: 1px;padding: 15px 0;-moz-transform: scale3d(0, 1, 1); -webkit-transform: scale3d(0, 1, 1); -ms-transform: scale3d(0, 1, 1); -o-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1);-moz-transform-origin: 0% 50%; -webkit-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; -o-transform-origin: 0% 50%; transform-origin: 0% 50%;-moz-transition: transform .3s; -webkit-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; opacity: 0;text-transform: uppercase;}
.js .web-search .search-ipt,.web-search .search-attr {-webkit-transition-delay: 0.4s;-o-transition-delay: 0.4s;transition-delay: 0.4s;}
.js .search--open .search-ipt {-moz-transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);opacity: 1;-moz-transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -ms-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; }
.js .search--open .search-btn { display:none !important; }
.web-search .search-attr{padding-bottom: 0;}
.js .web-search{width: 70%;height: 210px;position: fixed;left: 0;top: 0;right: 0;bottom: 0;padding: 35px 0;margin: auto;border-radius: 8px;z-index: 100001;perspective: 1200px;}
.js .web-search::before {content: '';position: absolute;top: 0;right: 0;width: 100%;height: 100%;border-radius:3px;opacity: 0;background: rgba(255, 255, 255, 0.98);background-color: #fff\9;-webkit-transform:scale(0,1);-ms-transform:scale(0,1);-o-transform:scale(0,1);transform:scale(0,1);-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.js .search--open::before {opacity: 1;-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;}
.main-wrap--move:after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.7);position: fixed;left: 0;top: 0;z-index: 100000;}
/*-------------------------------
			search  end
			----------------------------------*/


/*inquiry*/
.inquiry-pop-bd{position:fixed; left:50%; top:50%; margin:-300px 0 0 -275px;width:550px;height:680px;background:#FFF; box-shadow:0 0 10px rgba(255, 255, 255, .5); display:none; z-index:2000;}
.inquiry-pop-bd:before{ content:""; position:fixed;width:100%; height:100%; left:0; top:0;background:rgba(0, 0, 0, .7); z-index:-1; }
.inquiry-pop-bd .inquiry-pop { position:absolute; width:100%; height:100%; left:0; top:0;z-index:1; background:#FFF;}
.inquiry-pop-bd .inquiry-pop .ico-close-pop { position:absolute;right:-10px;top:-10px;width:30px;height:30px;background:url(/wp-content/themes/global/static/img/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:#ff6f00; 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:98%;left:0; margin:-340px 0 0 1%}
/*.inquiry-pop-bd .inquiry-pop{padding:10px;}*/
.scrollsidebar {display:none;}
}

.section {
  height: auto !important;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.gtranslate_wrapper {
    line-height: 1;
}

.gt_float_wrapper{ 
    margin-top: 5px;
    line-height: 1 !important;
}

.gt_float_switcher {
    line-height: 1 !important;
}

.gt_float_switcher img {
    width: 23px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    font-size: 14px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 3px 5px !important;
}

.gt_float_switcher .gt_options.gt-open {
    position: absolute;
    top: 50px;
    background: #fff;
}
.gt_float_switcher .gt_options {
     position: absolute !important;
}


#all #this_col  .this_title h3{
    color: #0E2B5C;
    font-family: Source Han Sans SC;
    font-size: 2.7083333333vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
}

#all #section11{
    padding: 2vw 0;
    background: #f5f5f5;
}

#all .bannerWrapper .Wrap{
    position: relative;
}

#all .bannerWrapper .Wrap .info{
    position: absolute;
    top: 25%;
    left:8%;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 40vw;
}
#all .bannerWrapper .Wrap .info h1{
    font-size: 3vw;
    font-weight: bold;
    margin-bottom:0.5vw;
    text-shadow: 0 0 1px BLACK;
}
#all .bannerWrapper .Wrap .info h2{
     font-size: 2vw;
    font-weight: normal; 
    margin-bottom: 2.5vw;
    text-shadow: 0 0 1px BLACK;
}
#all .bannerWrapper .Wrap .info .banner_more{
    padding: 8px 25px;
    border-radius: 45px;
    color: #fff;
    background: #1369FF;
     /*font-size: 2.2vw;*/
     font-size: 1.2vw;
    margin-bottom:1.5vw;
}
#all .bannerWrapper .Wrap .info .banner_icon{
    max-width: 250px;
    width: 10vw;
}
#all .bannerWrapper .Wrap .info .banner_icon img{
    width: 100%;
}

#all .bannerWrapper .Wrap .info span{
    margin-top: 1.5vw;
    /*font-size:2.2vw;*/
    font-size: 1.2vw;
    text-shadow: 0 0 1px BLACK;
}


#all .sale_introWarp{
    /*margin:0 7vw;*/
    
    overflow: hidden;
    cursor: pointer; 
}

#all .sale_intro{
    margin:3vw 0;
    position: relative;
    overflow: hidden;
    
    
}
#all .sale_intro .saleWarpper{
     margin: 10px 7vw;
    overflow: hidden;
}
/*#all .sale_intro .saleWarpper .sale_items {*/
   
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*flex-wrap: wrap;*/
    /*gap: 20px 1.2vw;*/
/*}*/
#all .sale_intro .saleWarpper .swiper-wrapper{
     -webkit-transition-timing-function: linear !important;
     -o-transition-timing-function: linear !important;
     transition-timing-function: linear !important;
}
#all .sale_intro .saleWarpper .sale_items .sale{
    /*flex: 0 13%;*/
    border: 1px solid  #0f2b5b;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    /*min-width: 213px;*/
}
#all .sale_intro .saleWarpper .sale_items .sale .sale_img{
    width: 6vw;
    height:6vw;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #0f2b5b;
    margin-bottom: 20px;
    
}

#all .sale_intro .saleWarpper .sale_items .sale .sale_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#all .sale_intro .saleWarpper .sale_items .sale .sale_more{
    font-size: 16px;
    background: #0f2b5b;
    padding:5px 10px;
    color: #fff;
     transition: all 0.1s;
}
#all .sale_intro .saleWarpper .sale_items .sale .sale_info{
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    gap: 3px 0;
    width: 100%;
    height: 100%;
    background: #0f2b5bad;
    color: #fff;
    top: 0;
    left: 0;
    transform: translateY(100%);
    transition: all 0.3s;
    /*display: none;*/
}

#all .sale_intro .saleWarpper .sale_items .sale .sale_block{
    transform: translateY(0);
    transition: all 0.3s;
}
#all .sale_intro .saleWarpper .sale_items .sale .sale_blur{
     filter: blur(5px);
    transition: all 0.2s;
}
/*#all .sale_intro .saleWarpper .sale_items .sale:hover .sale_info{*/
/*    transform: translateY(0);*/
/*    transition: all 0.3s;*/
/*}*/
/*#all .sale_intro .saleWarpper .sale_items .sale:hover .sale_img,*/
/*#all .sale_intro .saleWarpper .sale_items .sale:hover .sale_more{*/
/*    filter: blur(5px);*/
/*    transition: all 0.2s;*/
/*}*/
#all .sale_intro .saleWarpper .sale_items .sale .sale_info a{
    color: #fff;
}
#all .sale_intro .saleWarpper .sale_items .sale .sale_name{
    font-weight: bold;
}




#all{
    
scroll-behavior: smooth;
}

#all #this_col .this_banner {
  background-color: #0E2B5C;
  background-image: lightgray 50%/cover no-repeat;
  position: relative;
}
#all #this_col .this_banner .img_b {
  width: 100%;
}
#all #this_col .this_banner .img_b img {
  width: 100%;
}
#all #this_col .this_banner .this_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .this_banner .this_text h3 {
  color: var(--bk-white, #FFF);
  font-family: Ubuntu;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .this_banner .this_text .this_button {
  margin-top: 1.5625vw;
  display: flex;
  padding: 0.4166666667vw 1.5625vw;
  align-items: center;
  gap: 1.0416666667vw;
  border-radius: 4.6875vw;
  border: 1px solid var(--bk-white, #FFF);
  z-index: 1;
  transition: all 500ms;
}
#all #this_col .this_banner .this_text .this_button svg {
  z-index: 2;
}
#all #this_col .this_banner .this_text .this_button svg path {
  stroke: #fff;
  transition: all 500ms;
}
#all #this_col .this_banner .this_text .this_button p {
  z-index: 2;
  color: #fff;
  color: var(--bk-white, #FFF);
  font-family: Source Han Sans SC;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .this_banner .this_text .this_button:hover {
  background-color: #fff;
}
#all #this_col .this_banner .this_text .this_button:hover svg path {
  stroke: #657b9f;
  fill: #fff;
  transition: all 500ms;
}
#all #this_col .this_banner .this_text .this_button:hover p {
  color: #586f95;
  -webkit-text-stroke: 1.2px transparent;
}




/*this_banner -end*/




#all #this_col header {
  z-index: 9;
}
#all #this_col header .web_head {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 12;
  transition: all 500ms;
  background-color: #0e2b5c;
  
  height: 50px;
}
#all #this_col header .web_head .Warpper {
  width: 85.4166666667vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  
  
  height: 50px;
}


.gtranslate_wrapper {
    /*width: 150px;*/
}

.this_gtranslate_open{
    /*margin-top:13vw;*/
    margin-top:250px;
    transition:all .5s;
}



#all #this_col header .web_head .Warpper ul {
  margin: 0;
}
#all #this_col header .web_head .Warpper .logo {
  width: 100px;
  margin-right: 3vw;
  margin-left: -2.8vw;
}
#all #this_col header .web_head .Warpper .logo .img_b {
  overflow: hidden;
  width: 80%;
  /*width: 50%;*/
}
#all #this_col header .web_head .Warpper .logo .img_b img {
  width: 100%;
}
#all #this_col header .web_head .Warpper .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2vw;
} 
#all #this_col header .web_head .Warpper .right .web_nav > ul {
  display: flex;
  align-items: center;
  gap: 1.5625vw;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li {
  /*padding: 1.0416666667vw 0;*/
  flex: auto;
  line-height: 1.3;
  position: relative;
  text-align: center;
  transition: all 300ms;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li > a {
  font-size:16px;
  color: #353535;
  transition: all 300ms;
  color: var(--bk-white, #FFF);
  font-family: Source Han Sans SC;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li > a > .img_b {
  display: inline-block;
  font-size: 0.5vw;
  margin-left: 3px;
  width: 10px;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li > ul {
  padding: 0.5vw 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 320px;
  top: 30px;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li > ul > li {
  line-height: 1;
  visibility: hidden;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li > ul > li > a {
  display: flex;
  padding: 0.5208333333vw 1.0416666667vw;
  align-items: center;
  font-size: 0.8vw;
  background-color: transparent;
  margin: 0 0.3vw;
  border-bottom: none;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li > ul > li > a em {
  font-style: normal;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li > ul > li:last-child a span {
  text-decoration: underline;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li > ul > li:hover a {
  text-decoration: none;
  background-color: #e5e5e5;
  transition: 0.5s all;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li::after {
  background: #409eff;
  height: 3px;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  /*bottom: 0;*/
  bottom: -10px;
  width: 0;
  margin: 0 auto;
  transition: all ease 0.3s;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li:hover::after {
  width: 100%;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li:hover > a {
  text-decoration: none;
  transition: all 500ms;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li:hover > ul {
    z-index: 99;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.5s;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li:hover > ul li {
  visibility: visible;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li:hover > ul li a {
  border-bottom: none;
  color: #353535;
}
#all #this_col header .web_head .Warpper .right .web_nav > ul > li.active a {
  color: var(--bk-white, #FFF);
  font-family: Source Han Sans SC;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col header .web_head .Warpper .right .searchWarpper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#all #this_col header .web_head .Warpper .right .searchWarpper ul li {
  position: relative;
}
#all #this_col header .web_head .Warpper .right .searchWarpper ul li a {
  display: flex;
}
#all #this_col header .web_head .Warpper .right .searchWarpper ul li a p {
  font-size: 0.7vw;
  color: #fff;
}
#all #this_col header .web_head .Warpper .right .searchWarpper ul li a:hover {
  text-decoration: none;
}
#all #this_col header .web_head .Warpper .right .searchWarpper ul li ul {
  position: absolute;
  background-color: #fff;
  display: none;
  width: 100%;
  border-radius: 0.2vw;
}
#all #this_col header .web_head .Warpper .right .searchWarpper ul li ul li a {
  display: block;
  font-size: 0.7vw;
  text-align: center;
  line-height: 2;
}
#all #this_col header .web_head .Warpper .right .searchWarpper ul li ul li a p {
  color: #fff;
}
#all #this_col header .web_head .Warpper .right .searchWarpper ul li:hover ul {
  display: block;
}
#all #this_col header .web_head .Warpper .right .searchWarpper .line {
  width: 1px;
  height: 1.5vw;
  background-color: #fff;
  margin: 0 0.5vw;
}
#all #this_col header .web_head .Warpper .right .searchWarpper .icon-diqiu {
  color: #fff;
  font-size: 1.1vw;
  margin-right: 0.5vw;
}
#all #this_col header .web_head .Warpper .right .searchWarpper .search {
  position: relative;
  margin-right: 1vw;
}
#all #this_col header .web_head .Warpper .right .searchWarpper .search .iconfont {
  color: #fff;
  font-size: 20px;
  transition: all 0.5s;
}
#all #this_col header .web_head .Warpper .right .searchWarpper .search .form {
  position: absolute;
  width: 20vw;
  top: 2vw;
  z-index: 9;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}
#all #this_col header .web_head .Warpper .right .searchWarpper .search .form input {
  border: none;
  padding: 0.5vw;
  border-radius: 0.2vw;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px #000;
}
#all #this_col header .web_head .Warpper .right .searchWarpper .search .form input:last-of-type {
  background-color: #126aff;
  color: #fff;
}
#all #this_col header .web_head .Warpper .right .searchWarpper .search:hover .iconfont {
  color: #fafafa;
}
#all #this_col header .web_head .Warpper .right .searchWarpper .search:hover .form {
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}
#all #this_col header .web_head .Warpper .right .quote {
  display: flex;
  padding: 0.4166666667vw 1.5625vw;
  align-items: flex-start;
  gap: 0.5208333333vw;
  border-radius: 4.6875vw;
  background: #126AFF;
  border: 1px solid #126AFF;
  transition: all 500ms;
  cursor: pointer;
}
#all #this_col header .web_head .Warpper .right .quote a {
  color: var(--bk-white, #FFF);
  font-family: Source Han Sans SC;
  font-size:14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: all 500ms;
}
#all #this_col header .web_head .Warpper .right .quote:hover {
  transition: all 500ms;
  background-color: #fff;
}
#all #this_col header .web_head .Warpper .right .quote:hover a {
  color: #126AFF;
  transition: all 500ms;
}
#all #this_col header .sjheader {
  display: none;
  background-color: #202020;
  width: 100%;
  z-index: 9999;
  position: fixed;
}
#all #this_col header .sjheader .Warpper .menuTop {
  display: flex;
  padding: 0 3vw;
  justify-content: space-between;
  align-items: center;
}
#all #this_col header .sjheader .Warpper .menuTop .menuicon {
  flex: 0 20vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
#all #this_col header .sjheader .Warpper .menuTop .menuicon .imgWarpper {
  width: 5vw;
}
#all #this_col header .sjheader .Warpper .menuTop .menuicon .imgWarpper img {
  width: 100%;
}
#all #this_col header .sjheader .Warpper .menuTop .sj-logo {
  padding: 1vw 0;
  flex: 0 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col header .sjheader .Warpper .menuTop .sj-logo .imgWarpper {
  /*width: 40vw;*/
  width: 30vw;
}
#all #this_col header .sjheader .Warpper .menuTop .sj-logo .imgWarpper p {
  font-size: 6vw;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#all #this_col header .sjheader .Warpper .menuTop .sj-search {
  flex: 0 20vw;
}
#all #this_col header .sjheader .Warpper .menuTop .sj-search .iconfont {
  color: #fff;
  font-size: 6vw;
  float: right;
  transition: all 0.5s;
}
#all #this_col header .sjheader .Warpper .menuTop .sj-search .form {
  position: absolute;
  top: 12vw;
  z-index: 9;
  right: 0;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}
#all #this_col header .sjheader .Warpper .menuTop .sj-search .form input {
  border: none;
  padding: 2vw 2vw;
  border-radius: 0.8vw;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px #000;
}
#all #this_col header .sjheader .Warpper .menuTop .sj-search .form input:last-of-type {
  background-color: #126aff;
  color: #fff;
}
#all #this_col header .sjheader .Warpper .menuTop .sj-search:hover .iconfont {
  color: #126aff;
}
#all #this_col header .sjheader .Warpper .menuTop .sj-search:hover .form {
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}
#all #this_col header .sjheader .Warpper .one_level {
  position: absolute;
  background-color: #fff;
  transform: translateX(-100%);
  width: 100%;
  padding: 2vw 0 4vw 0;
  z-index: 8;
  transition: all 0.4s;
}
#all #this_col header .sjheader .Warpper .one_level > li {
  margin: 0 4vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(71, 71, 71, 0.1294117647);
}
#all #this_col header .sjheader .Warpper .one_level > li a {
  line-height: 3;
  color: #202020;
  font-size: 3vw;
}
#all #this_col header .sjheader .Warpper .one_level > li span {
  display: block;
  width: 100px;
  cursor: pointer;
}
#all #this_col header .sjheader .Warpper .one_level > li span img {
  width: 5px;
  float: right;
}
#all #this_col header .sjheader .Warpper .one_level > li ul {
  transform: translateX(-100%);
  position: absolute;
  background-color: #FFF;
  top: 3vw;
  width: 100%;
  min-height: 100%;
  left: 0;
  z-index: 9;
  transition: all 400ms;
}
#all #this_col header .sjheader .Warpper .one_level > li ul button {
  padding: 0 4vw;
  width: 100%;
  border: none;
  line-height: 3;
  display: flex;
  align-items: center;
  font-size: 3.5vw;
  cursor: pointer;
}
#all #this_col header .sjheader .Warpper .one_level > li ul button span {
  display: block;
  margin-right: 2vw;
  width: 5px;
}
#all #this_col header .sjheader .Warpper .one_level > li ul button span img {
  width: 100%;
}
#all #this_col header .sjheader .Warpper .one_level > li ul button p {
  text-align: left;
}
#all #this_col header .sjheader .Warpper .one_level > li ul li {
  margin: 0 4vw;
  border-bottom: 1px solid rgba(71, 71, 71, 0.1294117647);
}
#all #this_col header .sjheader .Warpper .one_level > li ul li a {
  line-height: 3;
  color: #202020;
  font-size: 3vw;
}
#all #this_col header .sjheader .Warpper .one_level > li .two_open {
  transform: translateX(0);
  transition: all 0.4s;
}
#all #this_col header .sjheader .Warpper .one_open {
  transform: translateX(0);
  transition: all 0.4s;
}
#all #this_col header .nav_top_50 {
  background-color: rgba(14, 43, 92, 0.5);
  position: fixed;
  top: 0;
  transition: all 1s;
  align-items: center;
  padding-bottom: 0.5vw;
  padding-top: 0.5vw;
  padding-left: 5px;
}
#all #this_col header .nav_top_50 .Warpper {
  align-items: center;
}
#all #this_col ul {
  margin: auto;
}
@keyframes arrow_right {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(50%, 0);
  }
  40% {
    transform: translate(0, 0);
  }
  60% {
    transform: translate(50%, 0);
  }
  80% {
    transform: translate(0%, 0);
  }
  100% {
    transform: translate(0%, 0);
  }
}
@keyframes this_rotate1 {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(20deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#all #this_col .fp-warning,
#all #this_col .fp-watermark {
  display: none;
}
#all #this_col .indexPage .introVideoWrapper .this_in  video {
  width: 100%;
}
/*#all #this_col .indexPage .introVideoWrapper .this_in .default__button--big {*/
/*  display: none;*/
/*}*/
/*#all #this_col .indexPage .introVideoWrapper .this_in .default__controls {*/
/*  display: none;*/
/*}*/
/*#all #this_col .indexPage .introVideoWrapper .this_in .icon_bo {*/
/*  display: none;*/
/*  position: absolute;*/
/*  left: 50%;*/
/*  top: 50%;*/
/*  transform: translate(-50%, -50%);*/
/*  cursor: pointer;*/
/*  width: 5.2083333333vw;*/
/*  height: 5.2083333333vw;*/
/*}*/
#all #this_col .indexPage .introVideoWrapper .this_in .icon_bo img {
  width: 100%;
}
#all #this_col .indexPage .introVideoWrapper .this_in .default {
  margin: auto;
}
#all #this_col .indexPage .introVideoWrapper .this_in .video_bd {
  width: 60vw;
}
#all #this_col .indexPage .AppWrapper {
  padding-bottom: 0.5208333333vw;
}
#all #this_col .indexPage .AppWrapper .this_title {
  padding: 2.0833333333vw 0;
}
#all #this_col .indexPage .AppWrapper .this_title h3 {
  color: #0E2B5C;
  text-align: center;
  font-family: Source Han Sans SC;
  font-size: 2.7083333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .indexPage .AppWrapper .this_in {
  padding: 0 0.5208333333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.4vw 0;
}
#all #this_col .indexPage .AppWrapper .this_in .img_b {
  width: 24.0625vw;
  height: 21.875vw;
  overflow: hidden;
}
#all #this_col .indexPage .AppWrapper .this_in .img_b img {
  width: 100%;
  height: 100%;
  transition: all 500ms;
}
#all #this_col .indexPage .AppWrapper .this_in .img_b:hover img {
  transform: scale(1.1);
  transition: all 500ms;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top {
  display: flex;
  justify-content: space-between;
  padding: 1.5625vw 1.5625vw 3.6458333333vw;
  position: relative;
}

#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .pro_cat{
    position: absolute;
    right: 1.5vw;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .this_title{
    flex: 1;
    text-align: center;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .this_title h3 {
  color: var(--bk-white, #FFF);
  font-family: Open Sans;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 62.4px */
  text-transform: capitalize;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .hd ul {
  display: flex;
  gap: 2.0833333333vw;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .hd ul li {
  color: var(--bk-white, #FFF);
  font-family: Open Sans;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
  display: flex;
  align-items: center;
  transition: all 500ms;
  padding: 0.5208333333vw 0;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .hd ul li a {
  color: #fff;
  text-align: center;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .hd ul li.on {
  display: flex;
  padding: 0.5208333333vw 2.0833333333vw;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 0.3125vw;
  background: #F00;
  transition: all 500ms;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd {
  margin-top: -1.5625vw;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in {
  width: 96.875vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .this_child {
  position: relative;
  background-color: #eceff6;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .this_child .this_title {
  position: absolute;
  width: 100%;
  z-index: 2;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .this_child .this_title .learn_more {
  display: flex;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .this_child .this_title .learn_more span {
  word-break: break-all;
  word-wrap: break-word;
  color: #4F4F4F;
  text-align: center;
  font-family: Open Sans;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .this_child .this_title .learn_more .img_b {
  width: 1.3541666667vw;
  height: 1.3541666667vw;
  margin-left: 1.0416666667vw;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .this_child .this_title .learn_more .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .this_child .this_title:hover .learn_more .img_b {
  animation-name: arrow_right;
  animation-duration: 1s;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .this_child .img_b {
  z-index: 1;
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .this_child .img_b img {
  /*width: 100%;*/
  /*height: 100%;*/
  transition: all 500ms;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .this_child .img_b:hover img {
  transition: all 500ms;
  transform: scale(1.1);
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .left .this_child {
  width: 47.65625vw;
  height: 36.4583333333vw;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .left .this_child .this_title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 10px;
  margin-top: 2.0833333333vw;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .left .this_child .this_title h3 {
  color: #000004;
  text-align: center;
  font-family: Open Sans;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  text-transform: capitalize;
  text-align: center;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .top .this_child {
  width: 47.65625vw;
  height: 17.4479166667vw;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .top .this_child .this_title {
  padding-top: 1.0416666667vw;
  padding-left: 1.0416666667vw;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .top .this_child .this_title h3 {
  color: #000004;
  font-family: Open Sans;
  font-size: 1.5625vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: left;
  /* 39px */
  text-transform: capitalize;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .bottom {
  display: flex;
  justify-content: space-between;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .bottom .this_child {
  width: 23.046875vw;
  height: 17.4479166667vw;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .bottom .this_child .this_title {
  padding-top: 0.5208333333vw;
  padding-left: 0.5208333333vw;
}
#all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .bottom .this_child .this_title h3 {
  color: #000004;
  font-family: Open Sans;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-align: left;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .indexPage .videoWrapper {
  padding-top: 2.0833333333vw;
  padding-bottom: 2.0833333333vw;
}
#all #this_col .indexPage .videoWrapper .this_in {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 96.875vw;
  margin: 0 auto;
}
#all #this_col .indexPage .videoWrapper .this_in .left {
  padding-left: 3.125vw;
  width: 43.2291666667vw;
}
#all #this_col .indexPage .videoWrapper .this_in .left h3 {
  color: #0E2B5C;
  font-family: Open Sans;
  font-size: 2.7083333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 67.6px */
  text-transform: capitalize;
}
#all #this_col .indexPage .videoWrapper .this_in .left p {
  color: var(--3, #8C92AC);
  font-family: Source Han Sans SC;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 40.8px */
  text-transform: capitalize;
  margin-top: 2.0833333333vw;
}
#all #this_col .indexPage .videoWrapper .this_in .left .bottom_button {
  margin-top: 3.125vw;
  display: flex;
  gap: 1.5625vw;
}
#all #this_col .indexPage .videoWrapper .this_in .left .bottom_button .this_button {
  padding: 1.0416666667vw 2.0833333333vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #0E2B5C;
  color: #fff;
  background-color: #0E2B5C;
  text-align: center;
  font-family: Open Sans;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: all 500ms;
}
#all #this_col .indexPage .videoWrapper .this_in .left .bottom_button .this_button:hover {
  background: #FFF;
  color: #0E2B5C;
}
#all #this_col .indexPage .videoWrapper .this_in .right {
  width: 47.9166666667vw;
}
#all #this_col .indexPage .videoWrapper .this_in .right .default {
  margin: auto;
}
#all #this_col .indexPage .videoWrapper .this_in .right video {
  width: 100%;
  background-image: url(https://sccdn.sechitech.com/globalfrey/wp-content/themes/global/static/img/index/videobg.png);
  background-size: cover;
}
#all #this_col .indexPage .whyWrapper {
  display: flex;
  padding: 3.125vw 7.2916666667vw;
  flex-direction: column;
  align-items: center;
  gap: 3.125vw;
  align-self: stretch;
  background-color: #0e2b5c;
}
#all #this_col .indexPage .whyWrapper .this_title h3 {
  color: var(--bk-white, #FFF);
  font-family: Open Sans;
  font-size: 2.7083333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 67.6px */
  text-transform: capitalize;
}
#all #this_col .indexPage .whyWrapper .this_in {
  display: flex;
  justify-content: center;
  width: 85.4166666667vw;
  margin: auto;
  gap: 3.125vw;
}
#all #this_col .indexPage .whyWrapper .this_in .this_child {
  background-color: #ffffff;
  width: 19.0104166667vw;
  display: flex;
  padding: 1.5625vw;
  flex-direction: column;
  align-items: center;
}
#all #this_col .indexPage .whyWrapper .this_in .this_child .img_b {
  width: 5.2083333333vw;
  height: 5.2083333333vw;
  overflow: hidden;
}
#all #this_col .indexPage .whyWrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage .whyWrapper .this_in .this_child h5 {
  margin-top: 0.5208333333vw;
  color: #E00000;
  text-align: center;
  font-family: Source Han Sans SC;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .indexPage .whyWrapper .this_in .this_child p {
  margin-top: 0.4166666667vw;
  color: #8C92AC;
  text-align: center;
  font-family: Source Han Sans SC;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .indexPage .awardWrapper {
  /*margin-top: 2.0833333333vw;*/
  padding-top: 2.0833333333vw;
  background-image:url('https://sccdn.sechitech.com/globalfrey/wp-content/themes/global/static/img/index/award/map.jpg');
  background-size:100%;
  background-repeat:no-repeat;
}
#all #this_col .indexPage .awardWrapper .this_title {
  width: 85.4166666667vw;
  margin: auto;
}
#all #this_col .indexPage .awardWrapper .this_title h3 {
  color: #0E2B5C;
  font-family: Open Sans;
  font-size: 2.7083333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 67.6px */
  text-transform: capitalize;
  text-align: center;
  padding-bottom: 1.052631579vw;
  border-bottom: 4px solid #000;
}
#all #this_col .indexPage .awardWrapper .this_title p {
  color: var(--1, #2A2B32);
  font-family: Open Sans;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  text-transform: capitalize;
  text-align: center;
  margin-top: 0.3vw;
}
#all #this_col .indexPage .awardWrapper .this_in {
  width: 92.8125vw;
  margin: auto;
  margin-top: 3.125vw;
}
#all #this_col .indexPage .awardWrapper .this_in .swiper-father .img_b img {
  width: 100%;
}
#all #this_col .indexPage .cooperativeWrapper {
  padding: 3vw 0.7vw;
  /*background-color: #0e2b5c;*/
  background-color: #fff;
}
#all #this_col .indexPage .cooperativeWrapper .this_title{
    width:85.4166666667vw;
    margin: auto;
    /*border-bottom: 4px solid #0e2b5c;*/
    border-bottom: 2px solid #0e2b5c;
    padding-bottom: 2vw;;
}
#all #this_col .indexPage .cooperativeWrapper .this_title h3 {
  /*color: var(--bk-white, #FFF);*/
  color: #0e2b5c;
  text-align: center;
  font-family: Open Sans;
  font-size: 2.7083333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 67.6px */
  text-transform: capitalize;
  text-align: center;
}
#all #this_col .indexPage .cooperativeWrapper .this_in {
  /*margin-top: 3.125vw;*/
  margin-top: 1.125vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6vw 0;
}
#all #this_col .indexPage .cooperativeWrapper .this_in .img_b {
  /*width: 15.7vw;*/
  /*height: 7.2916666667vw;*/
  width: 10.7vw;
    height: 5vw;
  overflow: hidden;
}
#all #this_col .indexPage .cooperativeWrapper .this_in .img_b img {
  width: 100%;
  height: 100%;
  transition: all 500ms;
}
#all #this_col .indexPage .cooperativeWrapper .this_in .img_b:hover img {
  transform: scale(1.1);
  transition: all 500ms;
}
#all #this_col .indexPage .cooperativeWrapper .this_in2 {
  margin-top: 3vw;
}
#all #this_col .indexPage .cooperativeWrapper .this_in2 .img_b {
  width: 100%;
}
#all #this_col .indexPage .cooperativeWrapper .this_in2 .img_b img {
  width: 100%;
}
#all #this_col .indexPage .cooperativeWrapper2 {
  padding: 3vw 0;
  background-image: url(https://sccdn.sechitech.com/globalfrey/wp-content/themes/global/static/img/index/film1.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 100%;
}
#all #this_col .indexPage .cooperativeWrapper2 .this_title h3 {
  color: var(--bk-white, #0e2b5c);
  text-align: center;
  font-family: Open Sans;
  font-size: 2.7083333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 67.6px */
  text-transform: capitalize;
  text-align: center;
}
#all #this_col .indexPage .cooperativeWrapper2 .this_in {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.6vw 0;
}
#all #this_col .indexPage .cooperativeWrapper2 .this_in .img_b {
  width: 100%;
  overflow: hidden;
}
#all #this_col .indexPage .cooperativeWrapper2 .this_in .img_b img {
  width: 100%;
}
#all #this_col .indexPage .eventWrapper {
  padding: 2.0833333333vw 0.7vw;
  background-color: #f5f5f5;
}
#all #this_col .indexPage .eventWrapper .this_title h3 {
  color: #0E2B5C;
  font-family: Source Han Sans SC;
  font-size: 2.7083333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  text-align: center;
}
#all #this_col .indexPage .eventWrapper .this_in {
  display: flex;
  justify-content: space-between;
  margin-top: 2.0833333333vw;
}
#all #this_col .indexPage .eventWrapper .this_in .this_child {
  width: 31.7708333333vw;
}
#all #this_col .indexPage .eventWrapper .this_in .this_child .img_b {
  width: 100%;
  height: 20.8333333333vw;
  overflow: hidden;
}
#all #this_col .indexPage .eventWrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  transition: all 500ms;
}
#all #this_col .indexPage .eventWrapper .this_in .this_child .img_b:hover img {
  transform: scale(1.1);
  transition: all 500ms;
}
#all #this_col .indexPage .eventWrapper .this_in .this_child .this_text {
  padding: 2.0833333333vw 1.5625vw 1.5625vw;
  background-color: #ffffff;
}
#all #this_col .indexPage .eventWrapper .this_in .this_child .this_text h5 {
  color: #000;
  font-family: Source Han Sans SC;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#all #this_col .indexPage .eventWrapper .this_in .this_child .this_text .text_button {
  position: relative;
}
#all #this_col .indexPage .eventWrapper .this_in .this_child .this_text .text_button p {
  margin-top: 1.0416666667vw;
  color: var(--3, #8C92AC);
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  /* 23.8px */
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#all #this_col .indexPage .eventWrapper .this_in .this_child .this_text .text_button button {
  position: absolute;
  right: 0px;
  bottom: 0px;
  color: var(--bk-white, #FFF);
  font-family: Source Han Sans SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  display: flex;
  padding: 4px 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 6px;
  background: #D2D2D2;
  transition: all 500ms;
  border: 1px solid #d2d2d2;
}
#all #this_col .indexPage .eventWrapper .this_in .this_child .this_text .text_button button:hover {
  color: #d2d2d2;
  background-color: #fff;
  transition: all 500ms;
}
#all #this_col .productsPage .this_banner {
  background-color: #0E2B5C;
  background-image: lightgray 50%/cover no-repeat;
  position: relative;
}
#all #this_col .productsPage .this_banner .img_b {
  width: 100%;
}
#all #this_col .productsPage .this_banner .img_b img {
  width: 100%;
}
#all #this_col .productsPage .this_banner .this_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .productsPage .this_banner .this_text h3 {
  color: var(--bk-white, #FFF);
  font-family: Ubuntu;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .productsPage .this_banner .this_text .this_button {
  margin-top: 1.5625vw;
  display: flex;
  padding: 0.4166666667vw 1.5625vw;
  align-items: center;
  gap: 1.0416666667vw;
  border-radius: 4.6875vw;
  border: 1px solid var(--bk-white, #FFF);
  z-index: 1;
  transition: all 500ms;
}
#all #this_col .productsPage .this_banner .this_text .this_button svg {
  z-index: 2;
}
#all #this_col .productsPage .this_banner .this_text .this_button svg path {
  stroke: #fff;
  transition: all 500ms;
}
#all #this_col .productsPage .this_banner .this_text .this_button p {
  z-index: 2;
  color: #fff;
  color: var(--bk-white, #FFF);
  font-family: Source Han Sans SC;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .productsPage .this_banner .this_text .this_button:hover {
  background-color: #fff;
}
#all #this_col .productsPage .this_banner .this_text .this_button:hover svg path {
  stroke: #657b9f;
  fill: #fff;
  transition: all 500ms;
}
#all #this_col .productsPage .this_banner .this_text .this_button:hover p {
  color: #586f95;
  -webkit-text-stroke: 1.2px transparent;
}
#all #this_col .productsPage .borderWrapper {
  width: 85.4166666667vw;
  margin: auto;
  /*margin-top: 4.1666666667vw;*/
  margin-top: 2vw;
  margin-bottom: 2.0833333333vw;
  display: flex;
  justify-content: space-between;
}
#all #this_col .productsPage .listWrapper {
  width: 18.75vw;
}
#all #this_col .productsPage .listWrapper > ul {
  display: flex;
  flex-direction: column;
  gap: 2px 0;
}
#all #this_col .productsPage .listWrapper > ul > li {
  background-color: #0e2b5c;
}
#all #this_col .productsPage .listWrapper > ul > li > a {
  display: flex;
  padding: 0.8333333333vw;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
  color: #fff;
}
#all #this_col .productsPage .listWrapper > ul > li > a > em {
  font-style: normal;
  color: var(--bk-white, #FFF);
  font-family: Ubuntu;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .productsPage .listWrapper > ul > li > a > .img_b {
  width: 1.0416666667vw;
  transition: 0.3s all;
}
#all #this_col .productsPage .listWrapper > ul > li > a > .img_b img {
  width: 100%;
  cursor: default;
}
#all #this_col .productsPage .listWrapper > ul > li > a > .img_b.img_rotate90 {
  transition: 0.3s all;
  transform: rotate(90deg);
}
#all #this_col .productsPage .listWrapper > ul > li > ul {
  border-left: 1px solid #0e2b5c;
  border-right: 1px solid #0e2b5c;
  border-bottom: 1px solid  #0e2b5c;
  background-color: #fff;
}
#all #this_col .productsPage .listWrapper > ul > li > ul > li > a {
  display: flex;
  padding: 0.8333333333vw;
  justify-content: space-between;
  align-items: center;
  align-self: stretch;
}
#all #this_col .productsPage .listWrapper > ul > li > ul > li > a > em {
  font-style: normal;
  color: var(--3, #8C92AC);
  font-family: Ubuntu;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
  transition: all 500ms;
}
#all #this_col .productsPage .listWrapper > ul > li > ul > li > a > .img_b {
  width: 0.8333333333vw;
  display: none;
}
#all #this_col .productsPage .listWrapper > ul > li > ul > li > a > .img_b img {
  width: 100%;
}
#all #this_col .productsPage .listWrapper > ul > li > ul > li.active > a > em {
  color: #2a2b32;
  transition: all 500ms;
}
#all #this_col .productsPage .listWrapper > ul > li > ul > li.active > a > .img_b {
  display: block;
}

#all #this_col .productsPage .borderWrapper2 { 
    width: 80.416667vw;
}

#all #this_col .productsPage .listWrapper2{
    width: 13.75vw; 
} 

#all #this_col .productsPage .listWrapper > ul > li > ul {
    border: none;
    background-color: #dfdedc;
}

#all #this_col .productsPage .contentWrapper {
  width: 65.1041666667vw;
}
#all #this_col .productsPage .contentWrapper .this_in {
  display: flex;
  gap: 1.0416666667vw;
  flex-wrap: wrap;
}
#all #this_col .productsPage .contentWrapper .this_in .this_child {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 21vw;
}
#all #this_col .productsPage .contentWrapper .this_in .this_child .img_b {
  width: 100%;
  height: 21vw;
  overflow: hidden;
}
#all #this_col .productsPage .contentWrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
#all #this_col .productsPage .contentWrapper .this_in .this_child .img_b:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
#all #this_col .productsPage .contentWrapper .this_in .this_child .this_text {
  width: 100%;
  display: flex;
  padding: 1vw 1.0416666667vw;
  flex-direction: column;
  align-items: center;
  background-color: #eeeeee;
}
#all #this_col .productsPage .contentWrapper .this_in .this_child .this_text h5 {
  color:#2A2B32;
  font-family: Ubuntu;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 39px */
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#all #this_col .productsPage .contentWrapper .this_in .this_child .this_text p {
  margin-top: 0.4166666667vw;
  color: #8C92AC;
  font-family: Ubuntu;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}
#all #this_col .productsPage .contentWrapper .this_in .this_child .this_text .this_button_b {
  margin-top: 1.0416666667vw;
  display: flex;
  gap: 1.0416666667vw;
}
#all #this_col .productsPage .contentWrapper .this_in .this_child .this_text .this_button_b .this_button {
  display: flex;
  padding: 0.5208333333vw 1.25vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 4px;
  border: 1px solid #0E2B5C;
  color: #0E2B5C;
  text-align: center;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.3s all;
}
#all #this_col .productsPage .contentWrapper .this_in .this_child .this_text .this_button_b .this_button:hover {
  background-color: #0e2b5c;
  color: #fff;
  transition: 0.3s all;
}
#all #this_col .productsPage .contentWrapper2 {
  /*width: 65.1041666667vw;*/
  width: 63vw;
}
#all #this_col .productsPage .contentWrapper2 .this_in {
  display: flex;
  gap: 1.0416666667vw;
  flex-wrap: wrap;
}
#all #this_col .productsPage .contentWrapper2 .this_in .this_child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
#all #this_col .productsPage .contentWrapper2 .this_in .this_child .img_b {
  /*width: 15.625vw;*/
  width: 13vw;
  overflow: hidden;
}
#all #this_col .productsPage .contentWrapper2 .this_in .this_child .img_b img {
  width: 100%;
  transition: all 0.5s;
}
#all #this_col .productsPage .contentWrapper2 .this_in .this_child .img_b:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
#all #this_col .productsPage .contentWrapper2 .this_in .this_child .this_text {
  /*width: 47.0208333333vw;*/
  width: 49vw;
  display: flex;
  padding: 1vw 1.0416666667vw;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .productsPage .contentWrapper2 .this_in .this_child .this_text h5 {
  color: var(--1, #2A2B32);
  font-family: Ubuntu;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 39px */
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#all #this_col .productsPage .contentWrapper2 .this_in .this_child .this_text p {
  margin-top: 0.4166666667vw;
  color: #8C92AC;
  font-family: Ubuntu;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}
#all #this_col .productsPage .contentWrapper2 .this_in .this_child .this_text .this_button_b {
  margin-top: 1.0416666667vw;
  display: flex;
  gap: 1.0416666667vw;
}
#all #this_col .productsPage .contentWrapper2 .this_in .this_child .this_text .this_button_b .this_button {
  display: flex;
  padding: 0.5208333333vw 1.25vw;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  border-radius: 4px;
  border: 1px solid #0E2B5C;
  background-color: #0E2B5C;
  color: #fff;
  text-align: center;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.3s all;
}
#all #this_col .productsPage .contentWrapper2 .this_in .this_child .this_text .this_button_b .this_button:hover {
  background-color: #fff;
  color: #0E2B5C;
  transition: 0.3s all;
}


/*search*/

#all #this_col .productsPage .borderWrapper2 .searchPage{
    width: 100%;
    
}
#all #this_col .productsPage .borderWrapper2 .searchPage .page_title{
    margin-bottom:50px;
    padding-left: 1vw;
}
#all #this_col .productsPage .borderWrapper2 .searchPage .this_in{
    gap: 0;
}
#all #this_col .productsPage .borderWrapper2 .searchPage .this_in .this_child{
    width: 100%;
    display: block; 
    padding: 2vw 1vw;
    border-bottom: 1px solid #d9d9d9;
}
#all #this_col .productsPage .borderWrapper2 .searchPage .this_in .this_child .this_text{
    width: 100%;
    padding: 0;
    padding-bottom: 10px;
}
#all #this_col .productsPage .borderWrapper2 .searchPage .this_in .this_child .this_text h5{
    font-size: 22px;
   
}
#all #this_col .productsPage .borderWrapper2 .searchPage .this_in .this_child .this_desc{
    color: #333333d6;
     padding-bottom: 15px;
}
#all #this_col .productsPage .borderWrapper2 .searchPage .this_in .this_child .this_button_b{
   padding:10px 20px ;
   background: #0E2B5C;
   border: 1px solid  #0E2B5C;
   display: inline-block;
    transition: all 0.3s;
  
}
#all #this_col .productsPage .borderWrapper2 .searchPage .this_in .this_child .this_button_b .this_button{
     color: #fff;
}
#all #this_col .productsPage .borderWrapper2 .searchPage .this_in .this_child .this_button_b:hover{
    background: transparent;
    transition: all 0.3s;
}
#all #this_col .productsPage .borderWrapper2 .searchPage .this_in .this_child .this_button_b:hover .this_button{
    color:#0E2B5C ;
     transition: all 0.3s;
}

#all #this_col .prodetailPage .detailImgWrapper {
  width: 100%;
  position: relative;
}
#all #this_col .prodetailPage .detailImgWrapper .img_b {
  width: 100%;
}
#all #this_col .prodetailPage .detailImgWrapper .img_b img {
  width: 100%;
}
#all #this_col .prodetailPage .detailImgWrapper h5 {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
#all #this_col .prodetailPage .singleWrapper {
  /*margin-top: 4.2105263158vw;*/
  margin-top: 2vw;
}
#all #this_col .prodetailPage .singleWrapper .this_in {
  width: 85.4166666667vw;
  margin: auto;
  display: flex;
  gap: 4.1666666667vw;
}
#all #this_col .prodetailPage .singleWrapper .this_in .left {
  width: 31.25vw;
}
#all #this_col .prodetailPage .singleWrapper .this_in .left .swiperBig {
  border: 1px solid #5E5E5E;
  background: linear-gradient(118deg, rgba(241, 241, 241, 0) 0%, #EBEBEB 100%);
  margin-bottom: 1.0416666667vw;
}
#all #this_col .prodetailPage .singleWrapper .this_in .left .swiperBig .img_b {
  width: 31.25vw;
  height: 31.25vw;
}
#all #this_col .prodetailPage .singleWrapper .this_in .left .swiperBig .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .prodetailPage .singleWrapper .this_in .left .swiperSmall {
  width: 26.6666666667vw;
  margin: auto;
}
#all #this_col .prodetailPage .singleWrapper .this_in .left .swiperSmall .img_b {
  border: 1px solid #5E5E5E;
  background: linear-gradient(118deg, rgba(241, 241, 241, 0) 0%, #EBEBEB 100%);
  width: 4.1666666667vw;
  height: 4.1666666667vw;
}
#all #this_col .prodetailPage .singleWrapper .this_in .left .swiperSmall .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right {
  width: 37.5vw;
  display: flex;
  flex-direction: column;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right > h3 {
  color: var(--1, #2A2B32);
  font-family: Ubuntu;
  font-size: 2.0833333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 52px */
  text-transform: capitalize;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .hrDiv {
  width: 3.125vw;
  height: 0.3125vw;
  background: #0E2B5C;
  margin-top: 0.5208333333vw;
  margin-bottom: 0.5208333333vw;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .intro_p {
  color: #8C92AC;
  font-family: Ubuntu;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv {
  margin-top: 1.5625vw;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv ul {
  display: flex;
  flex-direction: column;
  gap: 1.5625vw 0;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv ul li {
  display: flex;
  align-items: center;
  gap: 1.0416666667vw;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv ul li .img_b {
  width: 2.0833333333vw;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv ul li .img_b img {
  width: 100%;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv ul li .this_text {
  width: 34.375vw;
  display: flex;
  flex-direction: column;
  gap: 0.5208333333vw;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv ul li .this_text h5 {
  color: var(--2, #383C43);
  font-family: Open Sans;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv ul li .this_text p {
  color: #8C92AC;
  font-family: Ubuntu;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
  text-transform: capitalize;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .buttonDiv {
  margin-top: 3.125vw;
  display: flex;
  gap: 1.0416666667vw;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .buttonDiv .this_button {
  color: #fff;
  text-align: center;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #0E2B5C;
  background: #0E2B5C;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  padding: 0.5263157895vw 1.25vw;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .buttonDiv .this_button svg path {
  stroke: #fff;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .buttonDiv .this_button:hover {
  background-color: transparent;
  color: #0e2b5c;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .buttonDiv .this_button:hover svg {
  animation-name: this_rotate1;
  animation-duration: 0.5s;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .buttonDiv .this_button:hover svg path {
  stroke: #0E2B5C;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .batteryWrapper {
  width: 62.5vw;
  margin: auto;
  margin-top: 5.2083333333vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .prodetailPage .batteryWrapper .this_title h5 {
  color: #0E2B5C;
  text-align: center;
  font-family: Ubuntu;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .prodetailPage .batteryWrapper .this_title h3 {
  margin-top: 1.5625vw;
  color: #0E2B5C;
  text-align: center;
  font-family: Open Sans;
  font-size: 2.7083333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 67.6px */
  text-transform: capitalize;
  text-align: center;
}
#all #this_col .prodetailPage .batteryWrapper .this_title h4 {
  color: #0E2B5C;
  text-align: center;
  font-family: Ubuntu;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 31.2px */
  text-transform: capitalize;
  margin-top: 0.5208333333vw;
}
#all #this_col .prodetailPage .batteryWrapper .img_b {
  margin-top: 3.125vw;
  width: 100%;
  text-align: center;
}
#all #this_col .prodetailPage .batteryWrapper .img_b img {
  width: auto;
  max-width: 100%;
  
}
#all #this_col .prodetailPage .batteryWrapper .this_button {
  margin-top: 1.0416666667vw;
  color: #fff;
  text-align: center;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #0E2B5C;
  background-color: #0E2B5C;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  padding: 0.5263157895vw 1.25vw;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .batteryWrapper .this_button svg path {
  stroke: #fff;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .batteryWrapper .this_button:hover {
  background: #fff;
  transition: 0.5s all;
  color: #0E2B5C;
}
#all #this_col .prodetailPage .batteryWrapper .this_button:hover svg path {
  stroke: #0E2B5C;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .iconWrapper .this_in {
  width: 85.4166666667vw;
  margin: auto;
  margin-top: 6.25vw;
  display: flex;
  justify-content: space-between;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child {
  width: 21.1041666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #efefef;
  padding: 2vw 1vw 4vw;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child .img_b {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.2083333333vw;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child .img_b svg rect {
  fill: #050e2c;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child .img_b svg path {
  fill: #fefefe;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child .img_b img {
  width: 100%;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child .this_text {
  margin-top: 1.0416666667vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child .this_text h5 {
  color: #000;
  text-align: center;
  font-family: Source Han Sans SC;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child .this_text p {
  margin-top: 0.5208333333vw;
  color: var(--3, #8C92AC);
  text-align: center;
  font-family: Source Han Sans SC;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  transition: 0.5s all;
  line-height: 1.6;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child:hover {
  background-color: #646A7C;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child:hover .img_b svg rect {
  fill: #fefefe;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child:hover .img_b svg path {
  fill: #050e2c;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child:hover .this_text h5 {
  color: #fff;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .iconWrapper .this_in .this_child:hover .this_text p {
  color: #fff;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .iconWrapper .this_button {
  margin-top: 1.0416666667vw;
  color: #fff;
  text-align: center;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #0E2B5C;
  background-color: #0E2B5C;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  padding: 0.5263157895vw 1.25vw;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .iconWrapper .this_button svg path {
  stroke: #fff;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .iconWrapper .this_button:hover {
  background: #fff;
  transition: 0.5s all;
  color: #0E2B5C;
}
#all #this_col .prodetailPage .iconWrapper .this_button:hover svg path {
  stroke: #0E2B5C;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .detailAwardWrapper .this_in {
  width: 85vw;
  margin: auto;
  margin-top: 5vw;
}
#all #this_col .prodetailPage .detailAwardWrapper .this_in .img_b {
  width: 100%;
}
#all #this_col .prodetailPage .detailAwardWrapper .this_in .img_b img {
  width: 100%;
}
#all #this_col .prodetailPage .visWrapper {
  width: 85.4166666667vw;
  margin: auto;
}
#all #this_col .prodetailPage .visWrapper table {
  margin-top: 3vw;
  min-width: 100%;
}
#all #this_col .prodetailPage .visWrapper table tr:nth-child(2n+1) {
  background-color: #f5f5f5;
}
#all #this_col .prodetailPage .visWrapper table tr:first-child {
  background-color: #0e2b5c;
}
#all #this_col .prodetailPage .visWrapper table th,
#all #this_col .prodetailPage .visWrapper table td {
  text-align: center;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
  padding: 1.0416666667vw;
  border: 1px solid #eee;
}
#all #this_col .prodetailPage .visWrapper table th {
  color: #fff;
}
#all #this_col .prodetailPage .cooperativeWrapper {
  margin-top: 3.125vw;
  margin-bottom: 3.125vw;
  padding: 0 0.7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .prodetailPage .cooperativeWrapper .this_title h5 {
  color: #0E2B5C;
  text-align: center;
  font-family: Ubuntu;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .prodetailPage .cooperativeWrapper .this_title h3 {
  margin-top: 1.5625vw;
  color: #0E2B5C;
  text-align: center;
  font-family: Open Sans;
  font-size: 2.7083333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 67.6px */
  text-transform: capitalize;
  text-align: center;
}
#all #this_col .prodetailPage .cooperativeWrapper .this_in {
  margin-top: 3.125vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 85.4166666667vw;
  gap: 0.6vw 0;
}
#all #this_col .prodetailPage .cooperativeWrapper .this_in .img_b {
  width: 13.5416666667vw;
  height: 6.2916666667vw;
  /*width: 8.7vw;*/
  /*height: 4vw;*/
  overflow: hidden;
}
#all #this_col .prodetailPage .cooperativeWrapper .this_in .img_b img {
  width: 100%;
  height: 100%;
  transition: all 500ms;
}
#all #this_col .prodetailPage .cooperativeWrapper .this_in .img_b:hover img {
  transform: scale(1.1);
  transition: all 500ms;
}
#all #this_col .prodetailPage .cooperativeWrapper .this_button {
  margin-top: 1.0416666667vw;
  color: #fff;
  text-align: center;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #0E2B5C;
  background-color: #0E2B5C;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  padding: 0.5263157895vw 1.25vw;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .cooperativeWrapper .this_button svg path {
  stroke: #fff;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .cooperativeWrapper .this_button:hover {
  background: #fff;
  transition: 0.5s all;
  color: #0E2B5C;
}
#all #this_col .prodetailPage .cooperativeWrapper .this_button:hover svg path {
  stroke: #0E2B5C;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .relateWrapper {
  margin-top: 3.125vw;
  margin-bottom: 3.125vw;
  padding: 0 0.7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .prodetailPage .relateWrapper .this_title h5 {
  color: #0E2B5C;
  text-align: center;
  font-family: Ubuntu;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .prodetailPage .relateWrapper .this_title h3 {
  margin-top: 1.5625vw;
  color: #0E2B5C;
  text-align: center;
  font-family: Open Sans;
  font-size: 2.7083333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 67.6px */
  text-transform: capitalize;
  text-align: center;
}
#all #this_col .prodetailPage .relateWrapper .this_in {
  margin-top: 3.125vw;
  display: flex;
  flex-wrap: wrap;
  width: 85.4166666667vw;
  gap: 0.6vw 1.6vw;
}
#all #this_col .prodetailPage .relateWrapper .this_in .this_child {
  width: 20vw;
}
#all #this_col .prodetailPage .relateWrapper .this_in .this_child .img_b {
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
#all #this_col .prodetailPage .relateWrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  transition: all 500ms;
}
#all #this_col .prodetailPage .relateWrapper .this_in .this_child .img_b:hover img {
  transform: scale(1.1);
  transition: all 500ms;
}
#all #this_col .prodetailPage .relateWrapper .this_in .this_child .this_text {
  padding: 1vw 1.0416666667vw;
}
#all #this_col .prodetailPage .relateWrapper .this_in .this_child .this_text h5 {
  color: #000;
  font-family: Source Han Sans SC;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
#all #this_col .prodetailPage .relateWrapper .this_button {
  margin-top: 1.0416666667vw;
  color: #fff;
  text-align: center;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #0E2B5C;
  background-color: #0E2B5C;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  padding: 0.5263157895vw 1.25vw;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .relateWrapper .this_button svg path {
  stroke: #fff;
  transition: 0.5s all;
}
#all #this_col .prodetailPage .relateWrapper .this_button:hover {
  background: #fff;
  transition: 0.5s all;
  color: #0E2B5C;
}
#all #this_col .prodetailPage .relateWrapper .this_button:hover svg path {
  stroke: #0E2B5C;
  transition: 0.5s all;
}


#all #this_col .newsDetailPage {
  margin: auto;
  /*width: 65vw;*/
  width: 85vw;
  margin-top: 3vw;
  display: flex;
  justify-content: space-between;
}
#all #this_col .newsDetailPage .newsContentWrapper {
  /*width: 46.09375vw;*/
  width: 66vw;
  background-color: #efefef;
  padding: 2vw;
}
#all #this_col .newsDetailPage .newsContentWrapper .this_title {
  border-bottom: 1px solid #fff;
}
#all #this_col .newsDetailPage .newsContentWrapper .this_title h3 {
  /*font-size: 1.0416666667vw;*/
  font-size: 1.45833333333vw;
}
#all #this_col .newsDetailPage .newsContentWrapper .this_title h5 {
  margin-top: 1vw;
  padding-top: 1vw;
  padding-bottom: 1vw;
  
  position: relative;
  padding-left: 15px;
  
  color: #888;
}

#all #this_col .newsDetailPage .newsContentWrapper .this_title h5::before{
    content: '';
    display: inline-block;
    
    background-color: #163262;
    height: 15px;
    width: 3px;
    
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
}
#all #this_col .newsDetailPage .newsContentWrapper .this_in {
  margin-top: 30px;
}
#all #this_col .newsDetailPage .rightListWrapper {
  width: 14.5833333333vw;
}
#all #this_col .newsDetailPage .rightListWrapper .this_title {
  padding: 1vw;
  padding-top: 0;
  padding-left: 0.5vw;
  border-bottom: 1px solid #eee;
}
#all #this_col .newsDetailPage .rightListWrapper .this_title h3 {
  font-size: 1.25vw;
  line-height: 1.5;
  font-size: 24px;
  color: rgb(34, 34, 34);
  font-weight: bold;
}
#all #this_col .newsDetailPage .rightListWrapper .this_in {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#all #this_col .newsDetailPage .rightListWrapper .this_in .this_child {
  margin-bottom: 10px;
  padding: 1vw;
  background-color: #eee;
}
#all #this_col .newsDetailPage .rightListWrapper .this_in .this_child .this_text h5 {
  font-size: 0.9375vw;
  color: rgb(51, 51, 51);
  font-weight: normal;
  line-height: 1.5;
  transition: all 0.6s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#all #this_col .newsDetailPage .rightListWrapper .this_in .this_child .this_text p {
  overflow: hidden;
  margin-bottom: 0.8333333333vw;
  line-height: 2;
  font-size: 0.729166666667vw;
  color: rgb(153, 153, 153);
  font-weight: normal;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
#all #this_col .newsDetailPage .rightListWrapper .this_in .this_child .this_button {
  padding: 0.5vw 1vw;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #0E2B5C;
  color: #fff;
  background-color: #0E2B5C;
  text-align: center;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: all 500ms;
}
#all #this_col .newsDetailPage .rightListWrapper .this_in .this_child .this_button:hover {
  background: #FFF;
  color: #0E2B5C;
}
.news_form{
    width: 65vw;
    margin:auto;
    margin-top:3vw
}


.this_bread{ 
    display: flex;
    align-items: center;
}

.this_bread .img_b{
    width: 20px;
    margin-top: -5px;
    margin-right: 10px;
}

.this_bread .img_b img{
    width: 100%;
}



.news_bread{
    /*width: 65vw ;*/
    width: 85vw;
    margin:auto;
    margin-top:4vw !important;
}

.about_bread{
    width: 85vw;
    margin: auto;
    margin-top:4vw !important;
    
    
    display: flex;
    align-items: center;
}

.about_bread .img_b{
    width: 20px;
    margin-top: -5px;
    margin-right: 10px;
}

.about_bread .img_b img{
    width: 100%;
}


.prolist_bread{
    width: 85vw;
    margin: auto;
    margin-top:4vw !important;
    
    display: flex;
    align-items: center;
}
.prolist_bread .img_b{
    width: 20px;
    margin-top: -5px;
    margin-right: 10px;
}

.prolist_bread .img_b img{
    width: 100%;
}


#all #this_col .aboutPage .aboutBannerWrapper {
  position: relative;
}
#all #this_col .aboutPage .aboutBannerWrapper .img_b {
  width: 100%;
}
#all #this_col .aboutPage .aboutBannerWrapper .img_b img {
  width: 100%;
}
#all #this_col .aboutPage .aboutBannerWrapper .this_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .aboutPage .aboutBannerWrapper .this_text h3 {
  color: var(--bk-white, #FFF);
  font-family: Ubuntu;
  font-size: 3.125vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
}
#all #this_col .aboutPage .borderWrapper {
  /*margin-top: 3.125vw;*/
}
#all #this_col .aboutPage .borderWrapper .this_in {
  width: 85.4166666667vw;
  margin: auto;
}
#all #this_col .aboutPage .cooperativeWrapper {
  margin-top: 3.125vw;
  margin-bottom: 3.125vw;
  padding: 0 0.7vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .aboutPage .cooperativeWrapper .this_title h5 {
  color: #0E2B5C;
  text-align: center;
  font-family: Ubuntu;
  font-size: 1.0416666667vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 26px */
  text-transform: capitalize;
}
#all #this_col .aboutPage .cooperativeWrapper .this_title h3 {
  margin-top: 1.5625vw;
  color: #0E2B5C;
  text-align: center;
  font-family: Open Sans;
  font-size: 2.7083333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 67.6px */
  text-transform: capitalize;
  text-align: center;
}
#all #this_col .aboutPage .cooperativeWrapper .this_in {
  margin-top: 3.125vw;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 85.4166666667vw;
  gap: 0.6vw 0;
}
#all #this_col .aboutPage .cooperativeWrapper .this_in .img_b {
  width: 13.5416666667vw;
  height: 6.2916666667vw;
  overflow: hidden;
}
#all #this_col .aboutPage .cooperativeWrapper .this_in .img_b img {
  width: 100%;
  height: 100%;
  transition: all 500ms;
}
#all #this_col .aboutPage .cooperativeWrapper .this_in .img_b:hover img {
  transform: scale(1.1);
  transition: all 500ms;
}
#all #this_col .aboutPage .cooperativeWrapper .this_button {
  margin-top: 1.0416666667vw;
  color: #fff;
  text-align: center;
  font-family: Open Sans;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 4px;
  border: 1px solid #0E2B5C;
  background-color: #0E2B5C;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5208333333vw;
  padding: 0.5263157895vw 1.25vw;
  transition: 0.5s all;
}
#all #this_col .aboutPage .cooperativeWrapper .this_button svg path {
  stroke: #fff;
  transition: 0.5s all;
}
#all #this_col .aboutPage .cooperativeWrapper .this_button:hover {
  background: #fff;
  transition: 0.5s all;
  color: #0E2B5C;
}
#all #this_col .aboutPage .cooperativeWrapper .this_button:hover svg path {
  stroke: #0E2B5C;
  transition: 0.5s all;
}
#all #this_col .aboutPage .detailAwardWrapper .this_in {
  width: 85vw;
  margin: auto;
  margin-top: 5vw;
  margin-bottom: 3vw;
}
#all #this_col .aboutPage .detailAwardWrapper .this_in .img_b {
  width: 100%;
}
#all #this_col .aboutPage .detailAwardWrapper .this_in .img_b img {
  width: 100%;
}


#all #this_col footer .web_footer {
  background-color: #0e2b5c;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5.2083333333vw 0px;
  padding-bottom: 0;
}
#all #this_col footer .web_footer .this_in {
  display: flex;
  width: 85.4166666667vw;
  margin: auto;
  justify-content: space-between;
    /*padding-bottom: 5.2vw;*/
    /*padding-bottom: 4vw;*/
}


#all #this_col footer .web_footer .this_copy{
    /*padding-bottom: 5.2vw;*/
    padding-bottom: 1.5vw;
    padding-top: 1vw;
    display: inline-block;
    width: 85.4166666667vw;
    margin: auto;
    color: #fff;
    text-align: center;
    /*border-top: 1px solid rgba(255, 255, 255, 0.4)*/
}

#all #this_col footer .web_footer .this_in .footer_nav {
  padding-right: 3.125vw;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
#all #this_col footer .web_footer .this_in .footer_quote {
  padding-left: 1.125vw;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#all #this_col footer .web_footer .this_in .footer_intro {
  padding-right: 0;
  padding-left: 2.125vw;
}
#all #this_col footer .web_footer .this_in .footer_nav {
  width: 14.5833333333vw;
}
#all #this_col footer .web_footer .this_in .footer_nav > a .img_b {
  width: 100px;
}
#all #this_col footer .web_footer .this_in .footer_nav > a .img_b img {
  width: 100%;
}
#all #this_col footer .web_footer .this_in .footer_nav ul {
  margin-top: 3.125vw;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667vw;
}
#all #this_col footer .web_footer .this_in .footer_nav ul li a {
  color: var(--bk-white, #FFF);
  font-family: Source Han Sans SC;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  text-transform: capitalize;
}
#all #this_col footer .web_footer .this_in .footer_intro {
  width: 45%;
}
#all #this_col footer .web_footer .this_in .footer_intro h3 {
  color: var(--bk-white, #FFF);
  font-family: Source Han Sans SC;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  text-transform: capitalize;
  margin-bottom: 1.5625vw;
}
#all #this_col footer .web_footer .this_in .footer_intro .intro {
  margin-bottom: 15px;
}
#all #this_col footer .web_footer .this_in .footer_intro .intro p {
  color: var(--bk-white, #FFF);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
#all #this_col footer .web_footer .this_in .footer_intro .intro p a {
  color: var(--bk-white, #FFF);
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
#all #this_col footer .web_footer .this_in .footer_intro .intro p  span{
    white-space: nowrap;
}
#all #this_col footer .web_footer .this_in .footer_intro > ul {
  margin-top: 3.125vw;
  display: flex;
  gap: 0.5208333333vw;
}
#all #this_col footer .web_footer .this_in .footer_intro > ul li {
  width: 2.0833333333vw;
  height: 2.0833333333vw;
}
#all #this_col footer .web_footer .this_in .footer_intro > ul li a img {
  width: 100%;
}
#all #this_col footer .web_footer .this_in .footer_quote {
  width: 38%;
}
#all #this_col footer .web_footer .this_in .footer_quote h3 {
  padding:0 1.5625vw;
  color: var(--bk-white, #FFF);
  font-family: Open Sans;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  /* 31.2px */
  text-transform: capitalize;
  padding-bottom: 1.0416666667vw;
}
#all #this_col footer .web_footer .this_in .footer_quote .form {
  padding: 1.0416666667vw 1.5625vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 1vw 0;
}
#all #this_col footer .web_footer .this_in .footer_quote .form .line .this_text {
  margin-bottom: 0.5729166667vw;
}
#all #this_col footer .web_footer .this_in .footer_quote .form .line .this_text p {
  color: var(--bk-white, #FFF);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-transform: capitalize;
}
#all #this_col footer .web_footer .this_in .footer_quote .form .line .this_text p span {
  color: var(--bk-white, #FF4236);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
  margin-right: 0.3vw;
}
#all #this_col footer .web_footer .this_in .footer_quote .form .line input,
#all #this_col footer .web_footer .this_in .footer_quote .form .line textarea {
  word-break: break-all;
  word-wrap: break-word;
  width: 100%;
  color: #8C92AC;
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  /* 18.2px */
  text-transform: capitalize;
  display: flex;
  padding: 0.5263157895vw 1.0416666667vw;
  align-items: center;
  gap: 0.5208333333vw;
  align-self: stretch;
  border-radius: 2px;
  border: 1px solid #8C92AC;
  background: var(--bk-white, #FFF);
}
#all #this_col footer .web_footer .this_in .footer_quote .form .line textarea{
    height: 100px;
}
#all #this_col footer .web_footer .this_in .footer_quote .form .width50 {
  width: 49%;
}
#all #this_col footer .web_footer .this_in .footer_quote .form .width100 {
  width: 100%;
}
#all #this_col footer .web_footer .this_in .footer_quote .form input[type=submit] {
  display: flex;
  padding: 0.78125vw 2.6041666667vw;
  align-items: flex-start;
  gap: 0.5263157895vw;
  border-radius: 6px;
  background: #126AFF;
  border: 1px solid #126AFF;
  color: var(--bk-white, #FFF);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: capitalize;
  transition: all 500ms;
}
#all #this_col footer .web_footer .this_in .footer_quote .form input[type=submit]:hover {
  background-color: transparent;
  color: #fff;
  transition: all 500ms;
}
#all #this_col footer .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #1c1c1c;
  padding: 1vw 0;
  box-sizing: border-box;
  z-index: 999;
}
#all #this_col footer .sj-footer ul {
  width: 96vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col footer .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3vw;
}
#all #this_col footer .sj-footer ul li a .iconfont {
  font-size: 6vw;
}
#all #this_col footer .sj-footer ul li a:hover {
  text-decoration: none;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp {
  width: 15vw;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp img {
  width: 100%;
}

.none {
  display: none;
}

.this_form_bd {
  display: none;
}

.form_title {
  font-size: 18px;
  color: #fff;
  line-height: 3.5;
  background: #0e2b5c;
  padding: 0 15px;
  font-weight: normal;
}

#form {
  background-color: #fff;
  padding: 0 22px 22px 22px;
}
#form .list {
  margin-bottom: 15px;
}
#form .list p {
  color: #2A2B32;
  font-size: 18px;
  line-height: 2;
}
#form .list p span {
  color: #FF4236;
}
#form .list input {
  width: 100%;
  line-height: 3;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #0e2b5c;
}
#form .list input::placeholder {
  font-size: 16px;
}
#form .list textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  line-height: 2;
  resize: none;
  height: 120px;
  border: 1px solid #0e2b5c;
}
#form .list textarea::placeholder {
  font-size: 16px;
}
#form .sub{
  width: 30%;
  color: #fff;
  background-color: #0e2b5c;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
#form #submit {
  width: 30%;
  color: #fff;
  background-color: #0e2b5c;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1600px) {
    #all #this_col footer .web_footer .this_in .footer_intro{
        padding-left: 15px;
    }
    #all #this_col footer .web_footer .this_in .footer_nav{
        width: 14%;
    }
    #all .sale_intro .saleWarpper .sale_items .sale .sale_info a{
        font-size: 14px;
    }
}
@media screen and (max-width: 1350px) {
    #all .sale_intro .saleWarpper .sale_items .sale{
        min-width: 190px;
    }
}
@media screen and (max-width: 1200px) {
    #all #this_col .indexPage .videoWrapper .this_in .left .bottom_button .this_button{
        font-size: 14px;
    }
    #all .sale_intro .saleWarpper .sale_items .sale{
        min-width: 190px;
    }
    
    #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .this_child .this_title .learn_more span{
        font-size: 15px;
    }
    #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .hd ul li{
        font-size: 15px;
    }
    #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .bottom .this_child .this_title h3{
        font-size: 14px;
    }
    #all #this_col .indexPage .whyWrapper .this_in .this_child h5{
        font-size: 16px;
    }
    #all #this_col .indexPage .eventWrapper .this_in .this_child .this_text h5{
        font-size: 14px;
    }
    #all #this_col footer .web_footer .this_in .footer_quote h3{
        font-size: 20px;
    }
}
@media screen and (max-width: 1280px){
    #all .bannerWrapper .Wrap .info{
        width: 60vw;
    }
}
@media screen and (max-width: 900px) {
      #all .bannerWrapper .Wrap .info{
          display: none;
      }
    #all .sale_intro .saleWarpper .sale_items{
        justify-content: space-between;
    }
    #all .sale_intro .saleWarpper .sale_items .sale{
        min-width: 48%;
        
    }
    #all .sale_intro .saleWarpper .sale_items .sale .sale_img{
        width: 80px;
        height: 80px;
    }
    #all #this_col .this_title h3{
        font-size: 5.5vw;
    }
    #all .sale_introWarp{
        margin: 0 2vw;
    }
    .js .web-search{
        width: 95%;
    }
    .js .web-search .search-ipt{
        font-size: 20px;
        width: 85%;
    }
    .search--open .search-attr{
        font-size: 16px;
    }
    .web-search .btn--search-close{
        top: 0.25em;
        right: 0.25em;
    }
    
    #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .pro_cat{
        position: static;
    }
  #all #this_col header {
    height: 11vw;
  }
  #all #this_col header .page-title {
    display: none;
  }
  #all #this_col header .web_head {
    display: none;
  }
  #all #this_col header .sjheader {
    display: block;
  }
  #all #this_col .indexPage .AppWrapper{
    display: none;
  }
  #all #this_col .indexPage .AppWrapper .this_title h3 {
    font-size: 5.5vw;
  }
  #all #this_col .indexPage .AppWrapper .this_in a {
    display: inline-block;
    width: 100%;
  }
  #all #this_col .indexPage .AppWrapper .this_in .img_b {
    margin-top: 1vw;
    width: 100%;
    height: auto;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top {
    flex-direction: column;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .this_title h3 {
    font-size: 5.5vw;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .hd {
    margin-top: 3vw;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .hd ul {
    flex-direction: column;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .hd ul li {
    font-size: 4vw;
    text-align: start;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 > .this_top .hd ul li a {
    text-align: start;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in {
    flex-wrap: wrap;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .left {
    width: 100%;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .left .this_child {
    width: 100%;
    height: auto;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .left .this_child .this_title h3 {
    font-size: 5.5vw;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .left .this_child .this_title .learn_more span {
    font-size: 3.5vw;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .left .this_child .this_title .learn_more .img_b {
    width: 5vw;
    height: auto;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .left .this_child .img_b {
    width: 100%;
    height: auto;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right {
    width: 100%;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .top {
    margin-top: 3vw;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .top .this_child {
    width: 100%;
    height: auto;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .top .this_child .this_title h3 {
    font-size: 5.5vw;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .top .this_child .this_title .learn_more span {
    font-size: 3.5vw;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .top .this_child .this_title .learn_more .img_b {
    width: 5vw;
    height: auto;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .top .this_child > .img_b {
    height: auto;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .bottom {
    margin-top: 3vw;
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .bottom .this_child {
    margin-top: 3vw;
    width: 100%;
    height: auto;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .bottom .this_child .this_title h3 {
    font-size: 5.5vw;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .bottom .this_child .this_title .learn_more span {
    font-size: 3.5vw;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .bottom .this_child .this_title .learn_more .img_b {
    width: 5vw;
    height: auto;
  }
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .bottom .this_child > .img_b {
    width: 100%;
    height: auto
  }
  
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .this_child .img_b img {
      width: 100%;
      height:auto;
  }
  
  
  #all #this_col .indexPage .catalogueWrapper .slideTxtBox1 .bd .content_in .right .bottom .this_child > .img_b img{
        width: 100%;
    height: auto
  }
  #all #this_col .indexPage .videoWrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .indexPage .videoWrapper .this_in .left {
    width: 100%;
  }
  #all #this_col .indexPage .videoWrapper .this_in .left h3 {
    font-size: 5.5vw;
  }
  #all #this_col .indexPage .videoWrapper .this_in .left p {
    font-size: 3.5vw;
  }
  #all #this_col .indexPage .videoWrapper .this_in .left .bottom_button .this_button {
    font-size: 4vw;
  }
  #all #this_col .indexPage .videoWrapper .this_in .right {
    width: 100%;
    margin-top: 3vw;
  }
  #all #this_col .indexPage .whyWrapper .this_title h3 {
    font-size: 5.5vw;
  }
  #all #this_col .indexPage .whyWrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .indexPage .whyWrapper .this_in .this_child {
    width: 100%;
  }
  #all #this_col .indexPage .whyWrapper .this_in .this_child .img_b {
    width: 8vw;
    height: auto;
  }
  #all #this_col .indexPage .whyWrapper .this_in .this_child h5 {
    font-size: 4vw;
  }
  #all #this_col .indexPage .awardWrapper .this_title h3 {
    font-size: 5.5vw;
  }
  #all #this_col .indexPage .awardWrapper .this_title p {
    font-size: 4vw;
  }
  #all #this_col .indexPage .cooperativeWrapper .this_title h3 {
    font-size: 5.5vw;
  }
  #all #this_col .indexPage .cooperativeWrapper .this_in .img_b {
    width: 31.5vw;
    height: auto;
  }
  #all #this_col .indexPage .cooperativeWrapper2 {
    padding: 4vw 0;
  }
  #all #this_col .indexPage .eventWrapper .this_title h3 {
    font-size: 5.5vw;
  }
  #all #this_col .indexPage .eventWrapper .this_in {
    flex-wrap: wrap;
  }
  #all #this_col .indexPage .eventWrapper .this_in .this_child {
    width: 100%;
  }
  #all #this_col .indexPage .eventWrapper .this_in .this_child .img_b {
    height: auto;
  }
  #all #this_col .indexPage .eventWrapper .this_in .this_child .this_text h5 {
    font-size: 4vw;
  }
  #all #this_col .indexPage .eventWrapper .this_in .this_child .this_text .text_button p {
    font-size: 3.5vw;
  }
  #all #this_col .indexPage .eventWrapper .this_in .this_child .this_text .text_button button {
    position: static;
    font-size: 3.5vw;
  }
  #all #this_col .productsPage .borderWrapper {
    flex-direction: column;
    width: 90vw;
  }
  #all #this_col .productsPage .listWrapper {
    width: 100%;
  }
  #all #this_col .productsPage .listWrapper > ul > li > a {
    padding: 2vw;
  }
  #all #this_col .productsPage .listWrapper > ul > li > a > em {
    font-size: 3.3vw;
  }
  #all #this_col .productsPage .listWrapper > ul > li > a > .img_b {
    width: 3vw;
  }
  #all #this_col .productsPage .listWrapper > ul > li > ul > li > a > em {
    font-size: 3vw;
  }
  #all #this_col .productsPage .contentWrapper {
    width: 100%;
    margin-top: 5vw;
  }
  #all #this_col .productsPage .contentWrapper .this_in .this_child {
    flex-direction: column;
    width: 100%;
    margin-top: 3vw;
  }
  #all #this_col .productsPage .contentWrapper .this_in .this_child .img_b {
    width: 100%;
    height: auto;
  }
  #all #this_col .productsPage .contentWrapper .this_in .this_child .this_text {
    margin-top: 2vw;
    width: 100%;
  }
  #all #this_col .productsPage .contentWrapper .this_in .this_child .this_text h5 {
    font-size: 4vw;
  }
  #all #this_col .productsPage .contentWrapper .this_in .this_child .this_text p {
    font-size: 3.5vw;
  }
  #all #this_col .productsPage .contentWrapper .this_in .this_child .this_text .this_button_b .this_button {
    font-size: 3.5vw;
  }
  #all #this_col .productsPage .contentWrapper2 {
    width: 100%;
    margin-top: 5vw;
  }
  #all #this_col .productsPage .contentWrapper2 .this_in .this_child {
    flex-direction: column;
    width: 100%;
    margin-top: 3vw;
  }
  #all #this_col .productsPage .contentWrapper2 .this_in .this_child .img_b {
    width: 100%;
    height: auto;
  }
  #all #this_col .productsPage .contentWrapper2 .this_in .this_child .this_text {
    margin-top: 2vw;
    width: 100%;
  }
  #all #this_col .productsPage .contentWrapper2 .this_in .this_child .this_text h5 {
    font-size: 4vw;
  }
  #all #this_col .productsPage .contentWrapper2 .this_in .this_child .this_text p {
    font-size: 3.5vw;
  }
  #all #this_col .productsPage .contentWrapper2 .this_in .this_child .this_text .this_button_b .this_button {
    font-size: 3.5vw;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in {
    flex-direction: column;
    width: 90vw;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .left {
    width: 100%;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .left .swiperBig .img_b {
    width: 100%;
    height: auto;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .left .swiperSmall {
    width: 100%;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .left .swiperSmall .img_b {
    width: 29vw;
    height: auto;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .right {
    width: 100%;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .right > h3 {
    font-size: 5vw;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .right .hrDiv {
    width: 5vw;
    height: 5px;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .right .intro_p {
    font-size: 3.5vw;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv ul li {
    margin-top: 5vw;
    flex-direction: column;
    gap: 3vw;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv ul li .img_b {
    width: 5vw;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv ul li .this_text {
    width: 70vw;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv ul li .this_text h5 {
    font-size: 4vw;
    text-align: center;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .right .attrDiv ul li .this_text p {
    font-size: 3.5vw;
    text-align: center;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .right .buttonDiv {
    flex-direction: column;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .right .buttonDiv .this_button {
    gap: 2vw;
    padding: 2vw 3vw;
    font-size: 3.5vw;
  }
  #all #this_col .prodetailPage .batteryWrapper .this_title h5,
  #all #this_col .prodetailPage .iconWrapper .this_title h5,
  #all #this_col .prodetailPage .cooperativeWrapper .this_title h5,
  #all #this_col .prodetailPage .relateWrapper .this_title h5 {
    font-size: 4vw;
  }
  #all #this_col .prodetailPage .batteryWrapper .this_title h3,
  #all #this_col .prodetailPage .iconWrapper .this_title h3,
  #all #this_col .prodetailPage .cooperativeWrapper .this_title h3,
  #all #this_col .prodetailPage .relateWrapper .this_title h3 {
    font-size: 5vw;
  }
  #all #this_col .prodetailPage .batteryWrapper .this_title h4,
  #all #this_col .prodetailPage .iconWrapper .this_title h4,
  #all #this_col .prodetailPage .cooperativeWrapper .this_title h4,
  #all #this_col .prodetailPage .relateWrapper .this_title h4 {
    font-size: 4.5vw;
  }
  #all #this_col .prodetailPage .batteryWrapper .this_button,
  #all #this_col .prodetailPage .iconWrapper .this_button,
  #all #this_col .prodetailPage .cooperativeWrapper .this_button,
  #all #this_col .prodetailPage .relateWrapper .this_button {
    margin-top: 5vw;
    font-size: 3.5vw;
    gap: 2vw;
    padding: 2vw 3vw;
  }
  #all #this_col .prodetailPage .batteryWrapper {
    width: 90vw;
    margin-top: 10vw;
  }
  #all #this_col .prodetailPage .iconWrapper .this_in {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .prodetailPage .iconWrapper .this_in .this_child {
    width: 100%;
    height: auto;
    margin-top: 5vw;
  }
  #all #this_col .prodetailPage .iconWrapper .this_in .this_child .img_b {
    width: 9vw;
  }
  #all #this_col .prodetailPage .iconWrapper .this_in .this_child .this_text {
    margin-top: 2vw;
  }
  #all #this_col .prodetailPage .iconWrapper .this_in .this_child .this_text h5 {
    font-size: 4.5vw;
  }
  #all #this_col .prodetailPage .iconWrapper .this_in .this_child .this_text p {
    font-size: 3.5vw;
    margin-top: 1vw;
  }
  #all #this_col .prodetailPage .visWrapper {
    width: 90vw;
  }
  
  
  #all #this_col .prodetailPage .visWrapper .fl-row-fixed-width {
      width: 90vw !important;
      max-width: 90vw !important;
  }
  #all #this_col .prodetailPage .visWrapper .tableWrapper {
    overflow-x: scroll;
  }
  #all #this_col .prodetailPage .visWrapper table {
    min-width: 100%;
  }
  #all #this_col .prodetailPage .visWrapper table th,
  #all #this_col .prodetailPage .visWrapper table td {
    font-size: 3.5vw;
  }
  #all #this_col .prodetailPage .cooperativeWrapper {
    margin-top: 8vw;
  }
  #all #this_col .prodetailPage .cooperativeWrapper .this_in {
    gap: 2vw 0;
  }
  #all #this_col .prodetailPage .cooperativeWrapper .this_in .img_b {
    width: 27.5vw;
    height: auto;
  }
  #all #this_col .prodetailPage .relateWrapper .this_in {
    flex-wrap: wrap;
  }
  #all #this_col .prodetailPage .relateWrapper .this_in .this_child {
    width: 100%;
    margin-top: 3vw;
  }
  #all #this_col .prodetailPage .relateWrapper .this_in .this_child .img_b {
    width: 100%;
    height: auto;
  }
  #all #this_col .prodetailPage .relateWrapper .this_in .this_child .this_text h5 {
    font-size: 3.5vw;
  }
  
  
  #all #this_col .newsDetailPage {
    width: 90vw;
  }
  #all #this_col .newsDetailPage .newsContentWrapper {
    width: 100%;
  }
  #all #this_col .newsDetailPage .newsContentWrapper .this_title h3 {
    font-size: 4vw;
    margin-bottom: 3vw;
  }
  #all #this_col .newsDetailPage .newsContentWrapper .this_title h5 {
    font-size: 3.5vw;
    padding-bottom: 3vw;
  }
  #all #this_col .newsDetailPage .rightListWrapper {
    display: none;
  }
  
  
  
  #all #this_col .aboutPage .borderWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .aboutPage .cooperativeWrapper {
    margin-top: 8vw;
  }
  #all #this_col .aboutPage .cooperativeWrapper .this_title h5 {
    font-size: 4vw;
  }
  #all #this_col .aboutPage .cooperativeWrapper .this_title h3 {
    font-size: 5vw;
  }
  #all #this_col .aboutPage .cooperativeWrapper .this_title h4 {
    font-size: 4.5vw;
  }
  #all #this_col .aboutPage .cooperativeWrapper .this_button {
    margin-top: 5vw;
    font-size: 3.5vw;
    gap: 2vw;
    padding: 2vw 3vw;
  }
  #all #this_col .aboutPage .cooperativeWrapper .this_in {
    gap: 2vw 0;
  }
  #all #this_col .aboutPage .cooperativeWrapper .this_in .img_b {
    width: 27.5vw;
    height: auto;
  }
  
  
  
  #all #this_col footer {
    height: 12vw;
  }
  #all #this_col footer .web_footer {
    display: none;
  }
  #all #this_col footer .sj-footer {
    display: block;
  }
  
  
  .news_form{
      width: 90vw;
  }
  
  
    .news_bread{
      width: 90vw;
    }
    
    .about_bread{
        
      width: 90vw;
    }
    
    .prolist_bread{
      width: 90vw; 
    }

}/*# sourceMappingURL=all.css.map */

