@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);
@import url(../dist/icon/bottom_icon/iconfont.css);
/*@import url(../fonts/Open-Sans.ttf);*/

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open-Sans.ttf'); /* IE9 Compat Modes */ 
    font-weight: normal;
    font-style: normal;
}


*{
    /*font-family: Open Sans !important;*/
    font-family: 'Open Sans' !important;
}

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

body {
  scroll-behavior: smooth;
  /* 添加平滑滚动效果 */
}

.tableWrapper {
    overflow: auto;
}

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


.aligncenter {
    clear: both;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: auto;
    /* width: 100%; */
    text-align: center;
    margin: 0 auto;
    
}

.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: 2.8vw;*/
    font-size: 2.2vw;
    transform: translate(-3vw,0);
    font-weight: bold;
    margin-bottom: 10px;
    /*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: 15px;
    color: #fff;
    background: #1369FF;
    font-size: 1.2vw;
    margin-bottom: 1.5vw;
}
#all .bannerWrapper .Wrap .info .banner_icon{
    max-width: 250px;
     width: 10vw;
     
     
     height: 3vw;
     display: flex;
     justify-content: flex-start;
}
#all .bannerWrapper .Wrap .info .banner_icon img{
    /*width: 100%;*/
    height: 100%;
    /*object-fit: contain;*/
}

#all .bannerWrapper .Wrap .info .this_des{
   margin-top: 1.5vw;
    /*font-size: 1.2vw;*/
    font-size: 1.4vw;
    /*text-shadow: 0 0 1px BLACK;*/
}
#all .bannerWrapper .Wrap .info .this_des p{
    /*display: flex;*/
    /*justify-content: space-between;*/
    /*justify-content: space-around;*/
}

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

#all .sale_intro{
    margin:3vw 0;
    
}
#all .sale_intro .sale_swiper .swiper-wrapper .swiper-slide{
    border: 1px solid  #0f2b5b;
    border-radius: 5px;
    padding: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
}
#all .sale_intro .sale_swiper .swiper-wrapper .swiper-slide .sale_img{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #0f2b5b;
    margin-bottom: 20px;
}

#all .sale_intro .sale_swiper .swiper-wrapper .swiper-slide .sale_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#all .sale_intro .sale_swiper .swiper-wrapper .swiper-slide .sale_info{
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 3px 0;
}
#all .sale_intro .sale_swiper .swiper-wrapper .swiper-slide .sale_info .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: 7.4479166667vw;*/
  max-width: 365px;
  margin-right: 3vw;
  margin-left: -2.5vw;
}
#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: 1vw;
  color: #353535;
  transition: all 300ms;
  color: var(--bk-white, #FFF);
  font-family: Source Han Sans SC;
  font-size: 0.8333333333vw;
  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: 100%;
  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: 2;
  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;
  text-align: start;
}
#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: 1vw;
  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: 0.7291666667vw;
  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: transparent;
}
#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;*/
  width: 15vw;
}
#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;
  text-align: justify;
}
@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 .introWrapper{
    margin-top: 50px;
}

#all #this_col .indexPage .introWrapper .this_in{
    /*width: 85vw;*/
    
    width: 77vw;
    margin: auto;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}


#all #this_col .indexPage .introWrapper .this_in .left{
    flex: 0 48.5%;
}


#all #this_col .indexPage .introWrapper .this_in .left .img_b{
    width: 100%;
    border-radius: 1vw;
    overflow: hidden;
    
    display: flex;
    align-items: center;
    justify-content: center;
}

#all #this_col .indexPage .introWrapper .this_in .left .img_b img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


#all #this_col .indexPage .introWrapper .this_in .right{
    flex: 0 48.5%;
}


#all #this_col .indexPage .introWrapper .this_in .right .this_text{
    width: 100%;
}


#all #this_col .indexPage .introWrapper .this_in .right .this_text p{
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    text-align: justify;
    
}


#all #this_col .indexPage .introWrapper .this_in .right .this_text p b{
    font-weight: 600;
}











#all #this_col .indexPage .nanoWrapper{
    margin-top: 60px;
}


#all #this_col .indexPage .nanoWrapper .this_in{
    /*width: 85vw;*/
    width: 77vw;
    margin: auto;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}



#all #this_col .indexPage .nanoWrapper .this_in .left{
    /*flex: 0 48%;*/
    /*flex: 0 60%;*/
    /*flex: 67%;*/
    
    width: 65%;
}

#all #this_col .indexPage .nanoWrapper .this_in .left h3{
  font-size: 32px;
  font-weight: bold;
  color: #243260;
  
  font-family: "Arial" !important;
}


#all #this_col .indexPage .nanoWrapper .this_in .left .this_text{
    width: 100%;
    
    margin-top: 20px;
}


#all #this_col .indexPage .nanoWrapper .this_in .left .this_text p{
    font-size: 18px;
    color: #333;
    line-height: 1.7;
    
}

#all #this_col .indexPage .nanoWrapper .this_in .left ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
}

#all #this_col .indexPage .nanoWrapper .this_in .left ul li{
    font-size: 18px;
    color: #333;
    list-style: disc;
}





#all #this_col .indexPage .nanoWrapper .this_in .right{
    /*flex: 0 48%;*/
    /*flex: 0 38%;*/
    /*flex: 30%;*/
    
    width: 30%;
}


#all #this_col .indexPage .nanoWrapper .this_in .right .img_b{
    width: 100%;
    border-radius: 1vw;
    overflow: hidden;
    
    display: flex;
    align-items: center;
    justify-content: center;
    
    
    max-height: 30vw;
}

#all #this_col .indexPage .nanoWrapper .this_in .right .img_b img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}







#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-size: 2.3vw;
  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;
  
  width: 90vw;
  margin: auto;
}
#all #this_col .indexPage .AppWrapper .this_in .img_b {
  /*width: 24.0625vw;*/
  /*height: 21.875vw;*/
  /*overflow: hidden;*/
  
  width: 22.0625vw;
    height: 20.875vw;
    overflow: hidden;
}
#all #this_col .indexPage .AppWrapper .this_in .img_b img {
  width: 100%;
  height: 100%;
  transition: all 500ms;
  
  
  object-fit: cover;
}
#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;
}
#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: center;
  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%;
  /* 39px */
  text-transform: capitalize;
  
  text-align: start;
}
#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%;
  /* 26px */
  text-transform: capitalize;
  
  text-align: start;
}
#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;
}
#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;*/
  width: 17vw;
  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: var(--3, #8C92AC);
  text-align: center;
  font-family: Source Han Sans SC;
  font-size: 14px;
  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;
  object-fit: contain;
}
#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%;
  
  max-height: 400px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

@media screen and (max-width:950px) {
   #all #this_col .productsPage .this_banner .other_img {
    display: none;
   } 
}




#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;*/
  width: 100%;
}
#all #this_col .productsPage .contentWrapper .this_in {
  display: flex;
  gap: 2vw;
  flex-wrap: wrap;
  
  justify-content: center;
}
#all #this_col .productsPage .contentWrapper .this_in .this_child {
  display: flex;
  flex-direction: column;
  align-items: center;
  /*width: 21vw;*/
  width: 20vw;
}
#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;
  object-fit: contain;
}
#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%;
  height: 100%;
  display: flex;
  padding: 1vw 1.0416666667vw;
  flex-direction: column;
  align-items: flex-start;
  background-color: #eeeeee;
}

#all #this_col .productsPage .contentWrapper .this_in .this_child .this_text a{
    display: flex;
    align-items: center;
    /*gap: 5px;*/
    gap: 10px;
}


#all #this_col .productsPage .contentWrapper .this_in .this_child .this_text a i{
    color: #0E2B5C;
    /*font-size: 24px;*/
    font-size: 12px;
}


#all #this_col .productsPage .contentWrapper .this_in .this_child .this_text h5 {
  color: var(--1, #2A2B32);
  font-family: Ubuntu;
  font-size: 0.9375vw;
  font-style: normal;
  /*font-weight: 700;*/
  font-weight: 500;
  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;
  font-family: Ubuntu;
  font-size: 0.8333333333vw;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
  
  
  /*color: #8C92AC;*/
  color: #383838;
}
#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;
}



#all #this_col .productsPage .listWrapper3 {
    width: 180px;
}

#all #this_col .productsPage .contentWrapper3 { 
    width: 63vw;
    width: calc(100% - 220px);
}


#all #this_col .productsPage .contentWrapper3 .this_in .this_top h3 {
    font-size: 24px;
    position: relative;
    padding-bottom: 10px;
}


#all #this_col .productsPage .contentWrapper3 .this_in .this_top h3::before { 
    content: '';
    display: inline-block;
    width: 36px;
    height: 3px;
    background-color: #0E2B5C;
    position: absolute;
    bottom: 0;
    left: 0;
    
}

#all #this_col .productsPage .contentWrapper3 .this_in .top {
    display: flex;
    flex-direction: column;
    gap: 50px;
}


#all #this_col .productsPage .contentWrapper3 .this_in .this_top .this_top_in {
    margin-top:30px ;
    display: flex;
    flex-wrap: wrap;
    gap:30px 20px;
}

#all #this_col .productsPage .contentWrapper3 .this_in .this_top .this_top_in .this_child {
    width: calc(25% - 15px);
    
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#all #this_col .productsPage .contentWrapper3 .this_in .this_top .this_top_in .this_child .img_b {
    width:25%;
    padding-top: 25%;
    position: relative;;
}


#all #this_col .productsPage .contentWrapper3 .this_in .this_top .this_top_in .this_child .img_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    
    position: absolute;
    top: 0;
    left: 0;
    
}


#all #this_col .productsPage .contentWrapper3 .this_in .this_top .this_top_in .this_child .this_text {
    width: calc(75% - 15px)  
}

#all #this_col .productsPage .contentWrapper3 .this_in .this_top .this_top_in .this_child .this_text h5 {
    font-size: 15px;
}

#all #this_col .productsPage .contentWrapper3 .this_in .this_top .this_top_in .this_child .this_text h6 {
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 3px;
}

#all #this_col .productsPage .contentWrapper3 .this_in .this_top .this_top_in .this_child .this_text p {
    font-size: 14px;
}





#all #this_col .productsPage .contentWrapper3 .this_in .bottom .this_bottom {
    display: flex;
    gap: 20px;
}

#all #this_col .productsPage .contentWrapper3 .this_in .bottom .this_bottom .this_child {
    width:calc(25%  - 15px);
    padding-top: 25%;
    
    position: relative;
}

#all #this_col .productsPage .contentWrapper3 .this_in .bottom .this_bottom .this_child img {
    width: 100%;
    height: 100%;
    
    position: absolute;
    left: 0;
    top: 0;
    object-fit: contain;
}



@media screen and (max-width: 1320px){ 
    #all #this_col .productsPage .contentWrapper3 .this_in .this_top .this_top_in .this_child {
        width: calc(33.3% - 15px);
    }
}

@media screen and (max-width: 1100px){ 
    #all #this_col .productsPage .contentWrapper3 .this_in .this_top .this_top_in .this_child {
        width: calc(50% - 15px);
    }
}


@media screen and (max-width:900px){ 
    
    
    #all #this_col .productsPage .contentWrapper3 {
        margin-top: 30px;
        width: 90vw;
    }
    
    #all #this_col .productsPage .contentWrapper3 .this_in .this_top .this_top_in .this_child {
        width: calc(50% - 15px);
    }
    
    
    #all #this_col .productsPage .contentWrapper3 .this_in .bottom .this_bottom {
        flex-wrap: wrap;
    }

    #all #this_col .productsPage .contentWrapper3 .this_in .bottom .this_bottom .this_child {
        width: calc(50% - 15px);
        padding-top: 50%;
        position: relative;
    }
}



@media screen and (max-width:500px){ 
    
    
    
    
    #all #this_col .productsPage .contentWrapper3 .this_in .this_top .this_top_in .this_child {
        width: 100%;
    }
}








#all #this_col .prodetailPage .detailImgWrapper {
  width: 100%;
  position: relative;
}
#all #this_col .prodetailPage .detailImgWrapper .img_b {
  width: 100%;
  
  max-height: 450px;
  overflow: hidden;
  
  display: flex;
  align-items: center;
}
#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;
  
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col .prodetailPage .singleWrapper .this_in .left .swiperBig .img_b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#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%;
  object-fit: cover;
}
#all #this_col .prodetailPage .singleWrapper .this_in .right {
  /*width: 37.5vw;*/
  width: 50vw;
  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-size: 1.8vw;
  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;*/
  color: #383838;
  font-family: Ubuntu;
  /*font-size: 0.8333333333vw;*/
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  margin-top:20px;
  /* 24px */
  /*text-transform: capitalize;*/
}

#all #this_col .prodetailPage .singleWrapper .this_in .right .intro_p p{
    text-align: justify;
    text-transform: none;
}


#all #this_col .prodetailPage .singleWrapper .this_in .right .intro_p_li li{
    list-style: disc;    padding-left: 5px;
}
 

#all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr {
    
}

#all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr table {
}
#all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr table tr th { 
    padding:5px 10px;  
    /*border-bottom: 1px solid #0E2B5C;*/
    /*border-bottom: 1px solid #808080;*/
    /*padding: 10px;*/
    padding: 5px 10px;
}

#all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr table tr th:first-child {
    /*background-color: #808080;*/
    background-color: #0E2B5C;
    color: #fff;
    
    white-space: nowrap;
} 



#all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr table tr:nth-child(2n+1){
    /*background-color: #d9e5f9;*/
    background: linear-gradient(45deg, #d4e4ff, transparent);
    /*color: #fff;*/
}


#all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr table tr:first-child{
    background: transparent;
}



#all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr table tr td {
    /*padding:5px 10px;*/
    padding: 3px 10px;
    /*border : 1px solid #ced2d7;*/
}

#all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr table tr td:first-child{
    /*font-weight: 600;*/
}

#all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr table tr td:last-child{
    /*border-left: 1px solid #0E2B5C;*/
    /*border-left: 1px solid #808080;*/
}


#all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr li{
    display: flex;
    /*justify-content: space-between;*/
}

#all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr li span:first-child{
    width: 35%;
    color: #0E2B5C;
    font-weight: bold;
}

#all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr li span:last-child{
    /*width: 60%;*/
}



#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 .singleWrapper .this_other2{
    margin-left: 20px;
}


#all #this_col .prodetailPage .singleWrapper .this_other2 ul{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#all #this_col .prodetailPage .singleWrapper .this_other2 ul li{
    list-style: disc;
    padding-left: 5px;
}









#all #this_col .prodetailPage .batteryWrapper {
  /*width: 62.5vw;*/
  width: 85vw;
  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%;
}
#all #this_col .prodetailPage .batteryWrapper .img_b img {
  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;
  
  
  text-align: left;
}
#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;*/
  justify-content: center;
  flex-wrap: wrap;
  width: 85.4166666667vw;
  /*gap: 0.6vw 0;*/
  gap: .6vw;
}
#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%;
  object-fit: contain;
  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: 500;
  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;
    /*padding-bottom: 5.2vw;*/
    padding-bottom: 4vw;
}


#all #this_col footer .web_footer .this_in .wpcf7-response-output {
    position: relative;
    color: #fff;
    

    padding-left: 30px;
}

#all #this_col footer .web_footer .this_in .wpcf7-response-output::before {
    content: '\e63d';
    font-family: 'iconfont-icon';
    display: inline-block;
    color: #fff;
    
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0,-50%);
}


.layui-layer-content .wpcf7-response-output {
    position: relative; 
    

    padding-left: 30px !important;
    
    margin: auto;
}


.layui-layer-content .wpcf7-response-output::before {
     content: '\e63d';
    font-family: 'iconfont-icon';
    display: inline-block;
    color: #0E2B5C;
    
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translate(0,-50%);
}


#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;
    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);
  
  
  padding-top: 1.05vw;
}
#all #this_col footer .web_footer .this_in .footer_quote {
  padding-left: 3.125vw;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}
#all #this_col footer .web_footer .this_in .footer_intro {
  padding-right: 3.125vw;
  padding-left: 3.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: 7.4479166667vw;*/
  width: 5vw;
}
#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: 1.5vw;
  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: 0.9375vw;*/
  /*font-size: 16px;*/
  /*font-size: 18px;*/
  font-size: 16px;
  
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 18px */
  text-transform: capitalize;
}
#all #this_col footer .web_footer .this_in .footer_intro {
  width: 36.4583333333vw;
}
#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: 130%;
  /* 24px */
  text-transform: capitalize;
  margin-bottom: 1.5625vw;
  
  
  padding-top: 1.0416666667vw;
}
#all #this_col footer .web_footer .this_in .footer_intro .intro {
  margin-bottom: 1.5625vw;
}
#all #this_col footer .web_footer .this_in .footer_intro .intro p {
  color: var(--bk-white, #FFF);
  font-family: Inter;
  /*font-size: 0.8333333333vw;*/
  /*font-size: 16px;*/
  /*font-size: 18px;*/
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
#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: 34.375vw;
}
#all #this_col footer .web_footer .this_in .footer_quote h3 {
  padding: 1.0416666667vw 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: 1.5625vw 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: 0.8333333333vw;*/
  /*font-size: 18px;*/
  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: 0.8333333333vw;*/
  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: #000;
  font-family: Source Han Sans SC;
  /*font-size: 0.7291666667vw;*/
  /*font-size: 16px;*/
  font-size: 18px;
  
  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 .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: 1.0416666667vw;
  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: #126AFF;
  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   .footer_intro_sj{
    padding: 10px 20px ;
    background-color: #0E2B5C;
    display: none;
    padding-bottom: 25vw;
}

#all #this_col footer   .footer_intro_sj h3 {
    margin-top: 15px;
    color: #fff;
}

#all #this_col footer    .footer_intro_sj .intro {
    margin-top: 20px;
}

#all #this_col footer    .footer_intro_sj .intro p {
    color: #fff;
}




#all #this_col footer .sj-footer ul {
 padding: 10px;    
  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;
  max-width: 600px;
}

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

#form {
    max-width: 500px;
    display: flex;
    flex-wrap: Wrap;
    justify-content: space-between;
  background-color: #fff;
  padding:22px;
}
#form .list {
  margin-bottom: 15px;
  width: 100%;
}
#form .list.w50{
    width: 49%;
}
#form .list p {
  color: #2A2B32;
  /*font-size: 18px;*/
  font-size: 16px;
  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: 220px;
  border: 1px solid #0e2b5c;
}
#form .list textarea::placeholder {
  font-size: 16px;
}
#form #submit {
  /*width: 30%;*/
  width: 100px;
  color: #fff;
  background-color: #0e2b5c;
  border: none;
  line-height: 3;
  font-size: 16px;
  margin-bottom: 15px;
  cursor: pointer;
}
@media screen and (max-width: 1800px){
    #all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr li span:first-child{
        width: 50%;
    } 
}

@media screen and (max-width: 1280px){
    #all .bannerWrapper .Wrap .info{
        /*width: 60vw;*/
    }
    #all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr li{
        flex-direction: column;
    }
    
}
@media screen and (max-width: 900px) {
  #all #this_col header {
    height: 11vw;
  }
   #all .bannerWrapper .Wrap .info{
       /*width: 100%;*/
       /*display: none;*/
   }
   
   #all .bannerWrapper .Wrap .info .banner_more {
       font-size: 12px;
   }
  #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 .introWrapper .this_in {
      flex-direction: column;
      width: 90vw;
  }
  #all #this_col .indexPage .introWrapper .this_in .left {
      width: 100%;
  }
  
  #all #this_col .indexPage .introWrapper .this_in .right{
      margin-top: 20px;
  }
  
  #all #this_col .indexPage .nanoWrapper .this_in {
      flex-direction: column-reverse;
      width: 90vw;
      margin-bottom: 20px;
  }
  
  #all #this_col .indexPage .nanoWrapper .this_in .left{
      margin-top: 20px;
      width: 100%;
  }
  
  #all #this_col .indexPage .nanoWrapper .this_in .right {
      width: 100%;
  }
  
  
 
  #all #this_col .indexPage .nanoWrapper .this_in .right .img_b {
      max-height: none;
  }
  
  
  #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: 49%;
  }
  #all #this_col .indexPage .AppWrapper .this_in .img_b {
    margin-top: 1vw;
    width: 100%;
    padding-top: 100%;
    height: auto;
    
    position: relative;
  }
  
  #all #this_col .indexPage .AppWrapper .this_in .img_b img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
  }
  
  
  
  
  #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 .this_attr{
      
      
  }
  
  #all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr li{
      flex-direction: column;
      margin-bottom: 10px;
  }
  #all #this_col .prodetailPage .singleWrapper .this_in .right .this_attr li span:first-child{
      width: 100%;
      font-weight: bold;
  }
  #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 .footer_intro_sj {
      display: block;
  }
  
  #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 */