@import url("./a_finally.css");
@import url("../css/unit/animate.min.css");
@import url("../dist/swiper/swiper/swiper-bundle.min.css");
@import url("../css/hover_css/css/hover-min.css");
@import url("./public.css");
@import url("./this_swiper.css");
@import url(../dist/icon/iconfont.css);
@import url(../dist/icon/bottom_icon/iconfont.css);
:root {
  --color-button-gray: #747D83;
  --color-h5: #0A0A0A;
  --color-dark: #d3873b;
  --color-red: #D80C15;
  --color-base-accent-1: #747D83;
}

body {
  font-family: "Inter, sans-serif";
}





#all #this_col footer .this_web_footer .top .this_in .this_contact .this_email {
  margin-top: 20px;
  position: relative;
}

#all #this_col footer .this_web_footer .top .this_in .this_contact .this_email::before{
    display: inline-block;
    font-family: 'iconfont-icon';
   content: "\eb95";
   
   font-size: 28px;
  color: #E5D38E;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  
  
  width: 30px;
  height: 30px;
  
  display: flex;
  align-items: center;
}







  footer .this_web_footer .top  .this_contact .this_email {
  margin-top: 20px;
  position: relative;
}



 footer .this_web_footer .top  .this_contact .this_email::before{
    display: inline-block;
    font-family: 'iconfont-icon';
   content: "\eb95";
   
   font-size: 28px;
  color: #E5D38E;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  
  
  width: 30px;
  height: 30px;
  
  display: flex;
  align-items: center;
}


  footer .this_web_footer .top  .this_contact .this_email  .wpcf7-spinner {
    position: absolute;
}


  footer .this_web_footer .top  .this_contact .this_email input[type="email"] {
  padding: 10px 15px;
  width: 100%;
  border-radius: 5px;
}

  footer .this_web_footer .top  .this_contact .this_email input[type="submit"] {
    position: absolute; 
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  opacity: 0;
  padding: 0 10px;
}

  footer .this_web_footer .top  .this_contact .this_email i {
  font-size: 28px;
  color: #E5D38E;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}



  footer .this_web_footer .top  .this_contact .this_thanks {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
  footer .this_web_footer .top  .this_contact .this_thanks i {
  color: #E0CA76;
}
  footer .this_web_footer .top  .this_contact .this_thanks span {
  font-family: ArialMT;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #ffffff;
}





.index_comment {
    padding-top: 80px;
    padding-bottom: 80px;
  /*padding-bottom: 80px;*/
}

.index_comment .index_hd {
    width: 100%;
}

.index_comment .index_hd  .hd_title{
 /*text-align: left;*/
 text-align: center;
 color: #333;
}
.index_comment .Warp {
  position: relative;
  margin-top: 80px;
  width: 100%;
}
.index_comment .Warp .comment_swiper {
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
}
.index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide {
  height: auto;
  padding: 30px 20px;
  box-sizing: border-box;
  border: 2px solid #EFF7FF;
  /*background: #fff;*/
  /*background-color: #DBEBDE;*/
  background-color: #fff;
  border-radius: 8px;
}
.index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .imgWarp {
  display: flex;
  align-items: center;
  gap: 0 20px;
  margin-bottom: 20px; 
}
.index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .imgWarp .level img{
    width: 100px;
    max-width: 100%;
    border-radius: 0;
}
.index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .imgWarp img {
  max-width: 54px;
  border-radius: 50%;
  overflow: hidden;
   
}
.index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .imgWarp p {
  color: #042040;
  font-family: Ubuntu;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  
}
.index_comment .Warp .comment_swiper .swiper-wrapper .swiper-slide .info {
  color: #2A2B32;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  text-align: left;
}
.index_comment .Warp .comment_swiper .swiper-button-next {
  width: 40px;
  height: 40px; 
  opacity: 1;
  z-index: 999;
  position: absolute;
  background-color: transparent;
} 
.index_comment .Warp .comment_swiper .swiper-button-next::before {
  content: "";
  background-image: url(/wp-content/themes/global/static/img/demo/next.png);
  display: block;
  width: 100%;
  height: 100%;
  
}
.index_comment .Warp .comment_swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  opacity: 1;
  background-color: transparent;
}

.index_comment .Warp .comment_swiper .swiper-button-prev::before {
  content: "";
  background-image: url(/wp-content/themes/global/static/img/demo/prev.png);
  display: block;
  width: 100%;
  height: 100%;
   
}

.index_comment .Warp .comment_swiper .swiper-button-disabled{
    opacity: 0.5;
}




















#all #this_col ul {
  margin: 0;
}
#all #this_col header {
  z-index: 9;
}
#all #this_col header .page-title {
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  margin: auto;
  /*background-color: #B70A15;*/
  background: linear-gradient(45deg, #0099f4, #1ccd81);
  /*background: linear-gradient(45deg, #B70A15, #ffac46);*/
  
}
#all #this_col header .page-title .this_in {
  width: 69.2708333333vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#all #this_col header .page-title .this_in .left {
  display: flex;
  align-items: center;
  gap: 0 30px;
}
#all #this_col header .page-title .this_in .left .this_child {
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col header .page-title .this_in .left .this_child i {
  color: #fff;
  font-size: 14px;
}
#all #this_col header .page-title .this_in .left .this_child span {
  color: #fff;
  padding-left: 0.5vw;
  display: inline-block;
}
#all #this_col header .page-title .this_in .right p {
  color: #fff;
  font-size: 14px;
}
#all #this_col header .this_web_head {
  width: 100%;
  z-index: 12;
  padding: 10px 0;
  background-color: #fff;
  transition: all 0.5s;
  box-shadow: 1px 1px 10px 2px #cfcfcf;
}
#all #this_col header .this_web_head .Wrapper {
  width: 69.2708333333vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col header .this_web_head .Wrapper .logo {
  width: 180px;
}
#all #this_col header .this_web_head .Wrapper .logo .img_b {
  overflow: hidden;
}
#all #this_col header .this_web_head .Wrapper .logo .img_b img {
  width: 100%;
}
#all #this_col header .this_web_head .Wrapper .web_nav {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 200px);
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul {
  display: flex;
  gap: 0 1.5625vw;
  z-index: 9;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li {
  flex: auto;
  line-height: 1.3;
  position: relative;
  text-align: center;
  transition: all 300ms;
  display: flex;
  align-items: center;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a {
  transition: all 300ms;
  color: #666;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a::after {
  content: "";
  background-color: var(--color-base-accent-1);
  width: 0;
  height: 5px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 2px;
  opacity: 0.2;
  -webkit-transition: width 300ms ease 0s, left 300ms ease 0s;
  -moz-transition: width 300ms ease 0s, left 300ms ease 0s;
  transition: width 300ms ease 0s, left 300ms ease 0s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li span {
  font-size: 12px;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul {
  text-align: start;
  padding: 0.5vw 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  /*background-color: #222733;*/
  background-color: #fff;
  width: 260px;
  top: 200%;
  border-radius: 5px;
  transform: scale(0.9);
  transition: all 0.5s;
  box-shadow: 0 0 10px #333;
  opacity: 0;
  visibility: hidden;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li {
  /*padding-left: 20px;*/
  padding: 0 10px;
  line-height: 2;
  visibility: hidden;
  position: relative;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > a {
  display: flex;
  display: inline-block;
  opacity: 0.8;
  /*color: #fff;*/
  color: #333;
  /*padding-right: 0.8vw;*/
  /*padding-left: 0.2vw;*/
  align-items: center;
  font-size: 14px;
  text-align: start;
  background-color: transparent;
  margin: 0 0.3vw;
  border-bottom: none;
  
  /*font-family: "Inter, sans-serif";*/
  
  font-family: Arial;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > a::after {
  content: "";
  background-color: var(--color-base-accent-1);
  width: 0;
  height: 5px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 2px;
  opacity: 0.2;
  -webkit-transition: width 300ms ease 0s, left 300ms ease 0s;
  -moz-transition: width 300ms ease 0s, left 300ms ease 0s;
  transition: width 300ms ease 0s, left 300ms ease 0s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul {
  box-shadow: 0 0 10px #333;
  padding: 0.5vw 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  /*background-color: #222733;*/
  background-color: #fff;
  width: 280px;
  border-radius: 0.5vw;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  right: -105%;
  top: 0vw;
  transition: all 1s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul li {
  padding-left: 20px;
  line-height: 2;
  visibility: hidden;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul li a {
  opacity: 0.8;
  /*color: #fff;*/
  color: #333;
  display: inline-block;
  align-items: center;
  background-color: transparent;
  margin: 0 0.3vw;
  border-bottom: none;
  font-size: 16px;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul li a::after {
  content: "";
  background-color: var(--color-base-accent-1);
  width: 0;
  height: 5px;
  position: absolute;
  left: auto;
  right: 0;
  bottom: 2px;
  opacity: 0.2;
  -webkit-transition: width 300ms ease 0s, left 300ms ease 0s;
  -moz-transition: width 300ms ease 0s, left 300ms ease 0s;
  transition: width 300ms ease 0s, left 300ms ease 0s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul li:hover > a {
  /*text-decoration: none;*/
  /*opacity: 1;*/
  /*transform: translate(10px, 0);*/
  color: #B70A15;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul li:hover > a::after {
  /*width: 100%;*/
  /*left: 0;*/
  /*right: auto;*/
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li:hover ul {
  visibility: visible;
  transition: all 1s;
  opacity: 1;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li:hover ul li {
  visibility: visible;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li:hover > a {
  text-decoration: none;
  /*opacity: 1;*/
  /*transform: translate(10px, 0);*/
  
  color: #B70A15;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li:hover > a::after {
  /*width: 100%;*/
  /*left: 0;*/
  /*right: auto;*/
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > a::after {
  width: 100%;
  left: 0;
  right: auto;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > ul > li {
  visibility: visible;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > ul > li > a {
  border-bottom: none;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li.current-menu-item a {
  position: relative;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 1.5625vw;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .search {
  position: relative;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .search .iconfont {
  color: #b6b6b6;
  font-size: 16px;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .search .form {
  position: absolute;
  width: 20vw;
  top: 2vw;
  z-index: 9;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .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 .this_web_head .Wrapper .web_nav .searchWrapper .search .form input:last-of-type {
  background-color: #624434;
  color: #fff;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .search:hover .iconfont {
  color: #3d2a20;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .search:hover .form {
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .this_language .icon-diqiu {
  color: #949494;
  font-size: 1.1vw;
  margin-right: 0.5vw;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .this_button {
  color: var(--BK-White, #FFF);
  font-family: "Source Han Sans SC";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  border-radius: 4px;
  background: var(--color-button-gray, gray);
  display: flex;
  padding: 8px 20px;
  align-items: flex-start;
  gap: 10px;
}
#all #this_col header .this_index_header {
  position: fixed;
  width: 100%;
  top: 60px;
  z-index: 12;
  padding: 10px 0;
  background-color: transparent;
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0.3) 50%, rgba(51, 51, 51, 0) 100%);
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.01);
  transition: all 0.5s;
}
#all #this_col header .this_index_header .Wrapper .web_nav > ul > li.current-menu-item > a {
  font-weight: 700;
  position: relative;
}
#all #this_col header .this_index_header .Wrapper .web_nav > ul > li.current-menu-item > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
#all #this_col header .nav_top_50 {
  position: fixed;
  width: 100%;
  top: 0;
  transition: all 1s;
  align-items: center;
  background-color: white;
  padding: 0;
}
#all #this_col header .nav_top_50 .Wrapper {
  align-items: center;
}
#all #this_col header .sjheader {
  display: none;
  background-color: #202020;
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
}
#all #this_col header .sjheader .Wrapper .menuTop {
  display: flex;
  padding: 0 3vw;
  justify-content: space-between;
  align-items: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .menuicon {
  flex: 0 20vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
#all #this_col header .sjheader .Wrapper .menuTop .menuicon .imgWrapper {
  width: 5vw;
}
#all #this_col header .sjheader .Wrapper .menuTop .menuicon .imgWrapper img {
  width: 100%;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo {
  padding: 1vw 0;
  flex: 0 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper {
  width: 40vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper img {
  width: 8vw;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper p {
  font-size: 6vw;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language {
  width: 20vw;
  display: flex;
  justify-content: flex-end;
  gap: 2vw;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-language .iconfont {
  color: #fff;
  font-size: 6vw;
  float: right;
  transition: all 0.5s;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search .iconfont-icon {
  color: #fff;
  font-size: 6vw;
  float: right;
  transition: all 0.5s;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .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 .Wrapper .menuTop .sj-search-language .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 .Wrapper .menuTop .sj-search-language .sj-search .form input:last-of-type {
  background-color: #906e49;
  color: #fff;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search:hover .iconfont {
  color: #906e49;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search:hover .form {
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}
#all #this_col header .sjheader .Wrapper .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 .Wrapper .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 .Wrapper .one_level > li a {
  line-height: 3;
  color: #202020;
  font-size: 3vw;
}
#all #this_col header .sjheader .Wrapper .one_level > li span {
  display: block;
  width: 100px;
  cursor: pointer;
}
#all #this_col header .sjheader .Wrapper .one_level > li span img {
  width: 5px;
  float: right;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul {
  transform: translateX(-100%);
  position: absolute;
  background-color: #FFF;
  top: 3vw;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 9;
  transition: all 400ms;
}
#all #this_col header .sjheader .Wrapper .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 .Wrapper .one_level > li ul button span {
  display: block;
  margin-right: 2vw;
  width: 5px;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul button span img {
  width: 100%;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul button p {
  text-align: left;
}
#all #this_col header .sjheader .Wrapper .one_level > li ul li {
  margin: 0 4vw;
  border-bottom: 1px solid rgba(71, 71, 71, 0.1294117647);
}
#all #this_col header .sjheader .Wrapper .one_level > li ul li a {
  line-height: 3;
  color: #202020;
  font-size: 3vw;
}
#all #this_col header .sjheader .Wrapper .one_level > li > .two_open {
  transform: translateX(0);
  transition: all 0.4s;
}
#all #this_col header .sjheader .Wrapper .one_open {
  transform: translateX(0);
  transition: all 0.4s;
}
#all #this_col footer .this_web_footer {
  /*background-color: #B70A15;*/
  background-color: #EDEFEF;
  padding: 40px 0 30px;
}
#all #this_col footer .this_web_footer .top {
  width: 67.7083333333vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 50px;
}
#all #this_col footer .this_web_footer .top .this_child {
  flex: 0 25%;
  padding: 0 15px;
}
#all #this_col footer .this_web_footer .top .this_child h5 {
  font-size: 26px;
  /*color: #fff;*/
  color: #333;
  font-weight: 500;
}
#all #this_col footer .this_web_footer .top .this_child ul {
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 18px 0;
}
#all #this_col footer .this_web_footer .top .this_child ul li {
  font-weight: 400;
  font-size: 16px;
  /*color: #fff;*/
  color: #333;
}
#all #this_col footer .this_web_footer .top .this_child ul li a {
  font-weight: 400;
  font-size: 16px;
  /*color: #fff;*/
  color: #333;
  /*font-family: Arial;*/
  
                                /*font-family: Georgia, 'Times New Roman', Times, serif;*/
                                
                                font-family: Arial, Helvetica, sans-serif;
  
}
#all #this_col footer .this_web_footer .top .this_intro {
  flex: 0 25%;
  padding: 0 15px;
  box-sizing: border-box;
}
#all #this_col footer .this_web_footer .top .this_intro .this_logo {
  width: 100%;
}
#all #this_col footer .this_web_footer .top .this_intro .this_logo img {
  width: 100%;
}
#all #this_col footer .this_web_footer .top .this_intro p {
  margin-top: 20px;
  margin-bottom: 50px;
  color: #fff;
  font-size: 16px;
}
#all #this_col footer .this_web_footer .top .this_intro ul {
  display: flex;
  gap: 0 5px;
}
#all #this_col footer .this_web_footer .top .this_intro ul li a .img_b {
  width: 20px;
}
#all #this_col footer .this_web_footer .top .this_intro ul li a .img_b img {
  width: 100%;
}
#all #this_col footer .this_web_footer .top .this_contact ul li {
  display: flex;
  gap: 0 15px;
}
#all #this_col footer .this_web_footer .bottom {
  /*padding-bottom: 60px;*/
}
#all #this_col footer .this_web_footer .bottom ul {
  margin: auto;
  display: flex;
  justify-content: center;
}
#all #this_col footer .this_web_footer .bottom ul li {
  line-height: 1;
}
#all #this_col footer .this_web_footer .bottom ul li a {
  display: inline-block;
  text-align: center;
  color: var(--BK-White, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  /* 200% */
  margin-left: 8px;
  padding-left: 8px;
}
#all #this_col footer .this_web_footer .bottom ul li + li a {
  border-left: 1px solid #fff;
}
#all #this_col footer .this_web_footer .bottom a {
  /*color: #fff;*/
  color: #333;
}
#all #this_col footer .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #1c1c1c;
  padding: 1vw 0;
  box-sizing: border-box;
  z-index: 999;
}
#all #this_col footer .sj-footer ul {
  width: 96vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col footer .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3vw;
}
#all #this_col footer .sj-footer ul li a .iconfont {
  font-size: 6vw;
}
#all #this_col footer .sj-footer ul li a:hover {
  text-decoration: none;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp {
  width: 8vw;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp img {
  width: 100%;
}
#all #this_col .this_public {
  animation-name: arrow_right;
  animation-duration: 1s;
  transition: all 0.5s;
}
#all #this_col .this_public .this_button {
  padding: 10px 20px;
  border: 0;
  margin-top: 10px;
  background: #d80c15;
  color: #fff;
  font-family: "RobotoSlab-Regular";
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
#all #this_col .this_public .this_button:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
#all #this_col .this_public .this_view {
  margin-top: 40px;
  font-size: 16px;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  font: inherit;
  padding: 10px 30px;
  text-decoration: none;
  border-radius: 1px;
  background-color: var(--color-button-gray, gray);
  box-shadow: 0 0 0 1px var(--color-button-gray, gray);
  color: #fff;
  transition: box-shadow 0.3s ease;
  -webkit-appearance: none;
  appearance: none;
}
#all #this_col .this_public .this_view:hover {
  box-shadow: 0 0 0 4px var(--color-button-gray, gray);
}
#all #this_col .this_public .this3h5 {
  position: relative;
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: var(--color-base-accent-1, gray);
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
#all #this_col .this_public .this3h5::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--color-button-gray, gray) transparent;
  position: absolute;
  left: 0;
  top: 3px;
}
#all #this_col .this_public .thish3_3h5 {
  text-align: center;
  position: relative;
}
#all #this_col .this_public .thish3_3h5::after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--color-button-gray);
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .this_public .thish3_3h5 > h5 {
  position: relative;
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: var(--color-base-accent-1, gray);
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
#all #this_col .this_public .thish3_3h5 > h5::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--color-button-gray, gray) transparent;
  position: absolute;
  left: 0;
  top: 3px;
}
#all #this_col .this_public .thish3_3h5 > h3 {
  line-height: 1;
  font-weight: 400;
  font-size: 45px;
  color: var(--color-h5, #000);
}
#all #this_col .this_public .this_form br {
  display: none;
}
#all #this_col .this_public .this_form .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 0;
}
#all #this_col .this_public .this_form .top p {
  display: inline-block;
  width: 100%;
}
#all #this_col .this_public .this_form .top .group {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#all #this_col .this_public .this_form .top .group input,
#all #this_col .this_public .this_form .top .group textarea {
  width: 100%;
  font-size: 14px;
  padding: 15px 10px 15px 15px;
  display: block;
  border: none;
  border: 2px solid #787878;
  background: transparent;
}
#all #this_col .this_public .this_form .top .group input:focus,
#all #this_col .this_public .this_form .top .group input:not(:placeholder-shown),
#all #this_col .this_public .this_form .top .group textarea:focus,
#all #this_col .this_public .this_form .top .group textarea:not(:placeholder-shown) {
  display: inline-block;
  box-sizing: border-box;
  outline: none;
  padding-top: 25px;
  padding-bottom: 5px;
  box-shadow: 0 0 0 0.2rem rgba(var(--color-h5, #000), 0.55);
}
#all #this_col .this_public .this_form .top .group label {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
#all #this_col .this_public .this_form .top .group input:focus ~ label,
#all #this_col .this_public .this_form .top .group input:not(:placeholder-shown) ~ label,
#all #this_col .this_public .this_form .top .group textarea:focus ~ label,
#all #this_col .this_public .this_form .top .group textarea:not(:placeholder-shown) ~ label {
  top: 5px;
  font-size: 12px;
}
#all #this_col .this_public .this_form .top .w50 {
  flex: 0 calc(50% - 10px);
}
#all #this_col .this_public .this_form .top .w100 {
  flex: 0 100%;
}
#all #this_col .this_public .this_form .bottom {
  margin-top: 30px;
}
#all #this_col .this_public .this_form .bottom p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#all #this_col .this_public .this_form .bottom input[type=submit] {
  display: none;
}
#all #this_col .this_public .this_form .bottom label {
  cursor: pointer;
  background: linear-gradient(-30deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.88) 50%);
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  box-shadow: none !important;
  padding: 10px 40px;
}
#all #this_col .this_public .this_form .bottom label::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "SEND";
}
#all #this_col .this_public .this_form .bottom label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
@keyframes animateTop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animateRight {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes animateBottom {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes animateLeft {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
#all #this_col .this_public .this_form .bottom label span {
  position: absolute;
}
#all #this_col .this_public .this_form .bottom label span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#all #this_col .this_public .this_form .bottom label span:nth-child(2) {
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#all #this_col .this_public .this_form .bottom label span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#all #this_col .this_public .this_form .bottom label span:nth-child(4) {
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#all #this_col .this_public .swiper-button-prev,
#all #this_col .this_public .swiper-button-next {
  opacity: 1;
  background-color: transparent;
}
#all #this_col .this_public .swiper-button-prev::before,
#all #this_col .this_public .swiper-button-next::before {
  content: "";
}
#all #this_col .this_public .swiper-button-prev::after,
#all #this_col .this_public .swiper-button-next::after {
  content: "";
}
#all #this_col .proDetailPage .singleWrapper {
  margin-top: 90px;
}
#all #this_col .proDetailPage .singleWrapper .this_in {
  width: 67.7083333333vw;
  margin: auto;
  display: flex;
}
#all #this_col .proDetailPage .singleWrapper .this_in .left {
  max-width: 64%;
  width: calc(64% - 0.5rem);
  display: flex;
  flex-wrap: wrap;
  gap: 15px 0;
  justify-content: space-between;
}
#all #this_col .proDetailPage .singleWrapper .this_in .left a {
  display: inline-block;
}
#all #this_col .proDetailPage .singleWrapper .this_in .left a .img_b {
  width: 100%;
}
#all #this_col .proDetailPage .singleWrapper .this_in .left a .img_b img {
  width: 100%;
}
/*#all #this_col .proDetailPage .singleWrapper .this_in .left a:nth-child(3n+1) {*/
/*  width: 100%;*/
/*}*/
/*#all #this_col .proDetailPage .singleWrapper .this_in .left a:nth-child(3n+2) {*/
/*  width: calc(50% - 10px);*/
/*}*/
/*#all #this_col .proDetailPage .singleWrapper .this_in .left a:nth-child(3n+3) {*/
/*  width: calc(50% - 10px);*/
/*}*/

#all #this_col .proDetailPage .singleWrapper .this_in .left a {
    width: calc(50% - 10px);
}

#all #this_col .proDetailPage .singleWrapper .this_in .left a:first-child {
    width: 100%;
}

#all #this_col .proDetailPage .singleWrapper .this_in .right {
  max-width: 36%;
  width: calc(36% - 0.5rem);
  padding-left: 0.5rem;
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in {
  position: sticky;
  top: 100px;
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in h3 {
  font-weight: 400;
  font-size: 25px;
  color: var(--color-h5, #000);
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .this_intro {
  margin-top: 20px;
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .this_button {
  margin-top: 20px;
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper {
  width: 100%;
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content {
  width: 100%;
  margin: auto;
  margin-top: 30px;
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul {
  display: flex;
  flex-direction: column;
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li {
  border-bottom: 1px solid #EBEBEB;
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisQ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
  
  cursor: pointer;
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisQ i {
  font-size: 14px;
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisQ p {
  color: #2A2B32;
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  /* 26px */
  text-transform: capitalize;
  width: calc(100% - 50px);
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisQ .img_b {
  cursor: pointer;
  font-size: 12px;
  transition: all 0.5s;
  margin-right: 10px;
  color: #000;
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisQ .img_b.open {
  transition: all 0.5s;
  transform: rotate(180deg);
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisA {
  display: none;
}
/*#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisA .thisA_in {*/
/*  display: flex;*/
/*  padding: 0 0 15px;*/
/*}*/
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisA .thisA_in p {
  color: var(--color-h5, #000);
  font-family: Open Sans;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  /* 20.8px */
  width: 100%;
}
#all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li:first-child {
  border-top: 1px solid #E0E0E0;
}
#all #this_col .proDetailPage .ksWrapper {
  width: 72.9166666667vw;
  margin: 50px auto;
}

#all #this_col .proDetailPage .ksWrapper table {
    
}

#all #this_col .proDetailPage .ksWrapper table tr:nth-child(2n+1) {
    background-color: #eee;
}


#all #this_col .proDetailPage .emailWrapper .this_title {
  width: 72.9166666667vw;
  margin: 50px auto;
  text-align: center;
}
#all #this_col .proDetailPage .emailWrapper .this_title h3 {
  font-size: 24px;
  font-weight: 500;
  color: #474747;
}
#all #this_col .proDetailPage .emailWrapper .this_in {
  width: 72.9166666667vw;
  margin: auto;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form br {
  display: none;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 25px 0;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top p {
  display: inline-block;
  width: 100%;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group {
  position: relative;
  display: flex;
  justify-content: space-between;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group input,
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group textarea {
  width: 100%;
  font-size: 14px;
  padding: 15px 10px 15px 15px;
  display: block;
  border: none;
  border: 1px solid #787878;
  background: transparent;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group input:focus,
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group input:not(:placeholder-shown),
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group textarea:focus,
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group textarea:not(:placeholder-shown) {
  display: inline-block;
  box-sizing: border-box;
  outline: none;
  padding-top: 25px;
  padding-bottom: 5px;
  box-shadow: 0 0 0 0.2rem rgba(var(--color-h5, #000), 0.55);
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group label {
  color: #999;
  font-size: 16px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 15px;
  top: 15px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group input:focus ~ label,
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group input:not(:placeholder-shown) ~ label,
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group textarea:focus ~ label,
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group textarea:not(:placeholder-shown) ~ label {
  top: 5px;
  font-size: 12px;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .w50 {
  flex: 0 calc(50% - 10px);
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .w100 {
  flex: 0 100%;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom {
  margin-top: 30px;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom p {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom input[type=submit] {
  display: none;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label {
  cursor: pointer;
  background: linear-gradient(-30deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.88) 50%);
  display: inline-block;
  -webkit-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.5px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  box-shadow: none !important;
  padding: 10px 40px;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label::before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: "SEND";
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
}
@keyframes animateTop {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes animateRight {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes animateBottom {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes animateLeft {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label span {
  position: absolute;
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label span:nth-child(1) {
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateTop linear infinite;
  animation: 2s animateTop linear infinite;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label span:nth-child(2) {
  top: 0;
  right: 0;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateRight linear -1s infinite;
  animation: 2s animateRight linear -1s infinite;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label span:nth-child(3) {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-animation: 2s animateBottom linear infinite;
  animation: 2s animateBottom linear infinite;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label span:nth-child(4) {
  top: 0;
  left: 0;
  height: 100%;
  width: 2px;
  -webkit-animation: 2s animateLeft linear -1s infinite;
  animation: 2s animateLeft linear -1s infinite;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
}
#all #this_col .proDetailPage .relateWrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 40px;
  margin-top: 40px;
}
#all #this_col .proDetailPage .relateWrapper .this_in {
  width: 67.7083333333vw;
  margin: auto;
  display: flex;
  gap: 0 10px;
}
#all #this_col .proDetailPage .relateWrapper .this_in .this_child {
  display: inline-block;
  flex: 0 calc(25% - 13px);
}
#all #this_col .proDetailPage .relateWrapper .this_in .this_child .img_b {
  width: 100%;
  overflow: hidden;
}
#all #this_col .proDetailPage .relateWrapper .this_in .this_child .img_b img {
  width: 100%;
  transition: all 0.5s;
}
#all #this_col .proDetailPage .relateWrapper .this_in .this_child .this_text {
  margin-top: 10px;
}
#all #this_col .proDetailPage .relateWrapper .this_in .this_child .this_text p {
  display: inline-block;
  color: var(--color-h5, #000);
}
#all #this_col .proDetailPage .relateWrapper .this_in .this_child:hover .img_b img {
  transition: all 0.5s;
  transform: scale(1.05);
}
#all #this_col .proDetailPage .relateWrapper .this_in .this_child:hover .this_text {
  color: var(--color-h5, #000);
  background-color: #fff;
}
#all #this_col .proDetailPage .relateWrapper .this_in .this_child:hover .this_text p {
  position: relative;
}
#all #this_col .proDetailPage .relateWrapper .this_in .this_child:hover .this_text p::after {
  left: 0;
  bottom: 0px;
  display: inline-block;
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: var(--color-h5, #000);
}
#all #this_col .indexPage {
  /*padding-bottom: 60px;*/
}
#all #this_col .indexPage .bannerWrapper .img_b {
  width: 100%;
}
#all #this_col .indexPage .bannerWrapper .img_b img {
  width: 100%;
}
#all #this_col .indexPage .aboutWrapper .this_in {
  width: 70vw;
  margin: auto;
  margin-top: 7.8125vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#all #this_col .indexPage .aboutWrapper .this_in .left {
  flex: 0 49%;
}
#all #this_col .indexPage .aboutWrapper .this_in .left > h5 {
  position: relative;
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: var(--color-base-accent-1, gray);
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
#all #this_col .indexPage .aboutWrapper .this_in .left > h5::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--color-button-gray, gray) transparent;
  position: absolute;
  left: 0;
  top: 3px;
}
#all #this_col .indexPage .aboutWrapper .this_in .left > h3 {
  font-weight: 400;
  font-size: 45px;
  color: var(--color-h5, #000);
}
#all #this_col .indexPage .aboutWrapper .this_in .left .this_intro {
  margin-top: 40px;
}
#all #this_col .indexPage .aboutWrapper .this_in .left .this_intro p {
  font-size: 16px;
  line-height: 1.7;
  font-weight: 300;
  color: var(--color-h5, #000);
}
#all #this_col .indexPage .aboutWrapper .this_in .left .this_progress {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 0 20px;
}
#all #this_col .indexPage .aboutWrapper .this_in .left .this_progress .leftProgress {
  width: 110px;
  height: 110px;
}
#all #this_col .indexPage .aboutWrapper .this_in .left .this_progress .leftProgress #circle2 {
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage .aboutWrapper .this_in .left .this_progress .this_text {
  width: calc(100% - 130px);
}
#all #this_col .indexPage .aboutWrapper .this_in .left .this_progress .this_text h5 {
  font-size: 20px;
  color: var(--color-h5);
  margin-bottom: 10px;
}
#all #this_col .indexPage .aboutWrapper .this_in .left .this_progress .this_text p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}
#all #this_col .indexPage .aboutWrapper .this_in .right {
  flex: 0 49%;
  display: flex;
  align-items: center;
}
#all #this_col .indexPage .aboutWrapper .this_in .right .img_b {
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage .aboutWrapper .this_in .right .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#all #this_col .indexPage .introWrapper .this_in {
  display: flex;
  justify-content: center;
  gap: 4%;
  width: 70vw;
  margin: auto;
  margin-top: 5.2083333333vw;
}
#all #this_col .indexPage .introWrapper .this_in .this_child {
  flex: 0 31%;
}
#all #this_col .indexPage .introWrapper .this_in .this_child .img_b {
  width: 100%;
  height: 280px;
}
#all #this_col .indexPage .introWrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#all #this_col .indexPage .introWrapper .this_in .this_child .this_text {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
#all #this_col .indexPage .introWrapper .this_in .this_child .this_text h5 {
  font-size: 16px;
  color: var(--color-h5);
  font-weight: 400;
}
#all #this_col .indexPage .introWrapper .this_in .this_child .this_text i {
  font-weight: 300;
  font-size: 12px;
  color: #525252;
}
#all #this_col .indexPage .introWrapper .this_in .this_child .this_text:hover i {
  animation-name: arrow_right;
  animation-duration: 1s;
  transition: all 0.5s;
}


.vr_wrapper {
    width: 100%;
    margin-top: 50px;
    
}


.vr_wrapper iframe{
    width: 100%;
    height: 50vh;
}


#all #this_col .indexPage .strengthWrapper {
  margin-top: 4.1666666667vw;
  padding: 7.8125vw 0;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#all #this_col .indexPage .strengthWrapper .this_in {
  width: 70vw;
  margin: auto;
}
#all #this_col .indexPage .strengthWrapper .this_in > h5 {
  position: relative;
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: var(--color-base-accent-1, gray);
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
#all #this_col .indexPage .strengthWrapper .this_in > h5::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--color-button-gray, gray) transparent;
  position: absolute;
  left: 0;
  top: 3px;
}
#all #this_col .indexPage .strengthWrapper .this_in > h3 {
  font-weight: 400;
  font-size: 45px;
  color: #fff;
}
#all #this_col .indexPage .appWrapper {
  margin-top: 2.6041666667vw;
}
#all #this_col .indexPage .appWrapper .this_title {
  width: 40.625vw;
  margin: auto;
}
#all #this_col .indexPage .appWrapper .this_title p {
  color: var(--color-h5, #000);
  opacity: 0.6;
  font-size: 16px;
  font-weight: 600;
}
#all #this_col .indexPage .appWrapper .this_in {
  width: 70vw;
  margin: auto;
  margin-top: 2.6041666667vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 2%;
}
#all #this_col .indexPage .appWrapper .this_in .this_child {
  flex: 0 32%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  padding: 0 3% 1%;
}
#all #this_col .indexPage .appWrapper .this_in .this_child .img_b {
  border-radius: 50%;
  overflow: hidden;
  width: 200px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}
#all #this_col .indexPage .appWrapper .this_in .this_child .img_b img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#all #this_col .indexPage .appWrapper .this_in .this_child .this_text {
  height: calc(100% - 200px);
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}
#all #this_col .indexPage .appWrapper .this_in .this_child .this_text > h5 {
  font-weight: 500;
  font-size: 17px;
  color: var(--color-h5, #000);
}
#all #this_col .indexPage .appWrapper .this_in .this_child .this_text .this_intro {
  margin-top: 10px;
  margin-bottom: 20px;
}
#all #this_col .indexPage .appWrapper .this_in .this_child .this_text .this_intro p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-h5, #000);
}
#all #this_col .indexPage .appWrapper .this_in .this_child .this_text .this_more {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
#all #this_col .indexPage .appWrapper .this_in .this_child .this_text .this_more h5 {
  font-size: 16px;
  color: var(--color-h5);
  font-weight: 400;
}
#all #this_col .indexPage .appWrapper .this_in .this_child .this_text .this_more i {
  font-weight: 300;
  font-size: 12px;
  color: #525252;
}
#all #this_col .indexPage .appWrapper .this_in .this_child .this_text .this_more:hover i {
  animation-name: arrow_right;
  animation-duration: 1s;
  transition: all 0.5s;
}
#all #this_col .indexPage .capWrapper {
  margin-top: 5vw;
}
#all #this_col .indexPage .capWrapper .this_title {
  text-align: center;
  position: relative;
}
#all #this_col .indexPage .capWrapper .this_title::after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--color-button-gray);
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .indexPage .capWrapper .this_title > h5 {
  position: relative;
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: var(--color-base-accent-1, gray);
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
#all #this_col .indexPage .capWrapper .this_title > h5::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--color-button-gray, gray) transparent;
  position: absolute;
  left: 0;
  top: 3px;
}
#all #this_col .indexPage .capWrapper .this_title > h3 {
  line-height: 1;
  font-weight: 400;
  font-size: 45px;
  color: var(--color-h5, #000);
}
#all #this_col .indexPage .capWrapper .this_in {
  width: 70vw;
  margin: auto;
  margin-top: 4.1666666667vw;
}
#all #this_col .indexPage .capWrapper .this_in .swiper-father {
  position: relative;
}
#all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-slide {
  display: flex;
  justify-content: center;
}
#all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-next,
#all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-prev {
  /*opacity: 0;*/
  transition: all 0.5s;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  background-color: var(--color-button-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
#all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-next i,
#all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-prev i {
  font-size: 30px;
  color: #fff;
  transition: all 0.5s;
}
#all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-next:hover,
#all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-prev:hover {
  transition: all 0.5s;
  background-color: #fff;
}
#all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-next:hover i,
#all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-prev:hover i {
  color: var(--color-button-gray);
  transition: all 0.5s;
}
#all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-prev {
  left: 50px;
  transition: all 0.5s;
}
#all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-next {
  right: 50px;
  transition: all 0.5s;
}
#all #this_col .indexPage .capWrapper .this_in .swiper-father:hover .swiper-button-next,
#all #this_col .indexPage .capWrapper .this_in .swiper-father:hover .swiper-button-prev {
  opacity: 1;
  transition: all 0.5s;
}
#all #this_col .indexPage .capWrapper .this_in .swiper-father:hover .swiper-button-prev {
  left: 20px;
  transition: all 0.5s;
}
#all #this_col .indexPage .capWrapper .this_in .swiper-father:hover .swiper-button-next {
  right: 20px;
  transition: all 0.5s;
}
#all #this_col .indexPage .capWrapper .this_in .this_child {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100% - 20px);
}
#all #this_col .indexPage .capWrapper .this_in .this_child .img_b {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}
#all #this_col .indexPage .capWrapper .this_in .this_child .img_b img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: all 0.5s;
}
#all #this_col .indexPage .capWrapper .this_in .this_child .img_b::before {
  transition: all 0.5s;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0, rgba(0, 0, 0, 0) 70%);
}
#all #this_col .indexPage .capWrapper .this_in .this_child .this_text {
  text-align: center;
  margin-top: 10px;
  width: 100%;
}
#all #this_col .indexPage .capWrapper .this_in .this_child .this_text h5 {
  font-weight: 500;
  font-size: 20px;
  color: var(--color-h5, #000);
  margin-bottom: 5px;
}
#all #this_col .indexPage .capWrapper .this_in .this_child .this_text p {
  display: inline-block;
  font-weight: 300;
  font-size: 16px;
  color: var(--color-h5, #000);
}
#all #this_col .indexPage .capWrapper .this_in .this_child:hover .img_b::before {
  transition: all 0.5s;
  opacity: 1;
}
#all #this_col .indexPage .capWrapper .this_in .this_child:hover .img_b img {
  transform: scale(1.05);
  transition: all 0.5s;
}
#all #this_col .indexPage .brandWrapper {
  margin-top: 6.25vw;
  
  padding-top: 50px;
  background-color: #efefef;
  
  padding-bottom: 60px;
  
  /*margin-bottom: 30px;*/
}
#all #this_col .indexPage .brandWrapper .this_title {
  text-align: center;
  position: relative;
}
#all #this_col .indexPage .brandWrapper .this_title > h3 {
  line-height: 1;
  font-weight: 400;
  font-size: 45px;
  color: var(--color-h5, #000);
}

#all #this_col .indexPage .brandWrapper .this_title > h5 {
    margin-top: 20px;
    color: #666;
    font-weight: 500;
}


#all #this_col .indexPage .brandWrapper .this_in {
  width: 65vw;
  margin: auto;
  margin-top: 5.2083333333vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  
  
    /*display: grid;*/
    /*grid-template-columns: repeat(7, 1fr);*/
    /* grid-auto-rows: 50px; */
    /*grid-gap: 10px;*/
     
}

 
#all #this_col .indexPage .brandWrapper .this_in > :nth-child(8) {
 margin-left: 5vw;
}

#all #this_col .indexPage .brandWrapper .this_in > :nth-child(13) {
 margin-right: 5vw;
}



#all #this_col .indexPage .brandWrapper .this_in .img_b {
  /*flex: 0 calc(20% - 20px);*/
  flex: 0 calc(14% - 20px);
  display: flex;
  align-items: center;
  
  margin-top: -20px;
}
#all #this_col .indexPage .brandWrapper .this_in .img_b img {
  width: 100%;
}







.IndexemailWrapper {
    
}

.IndexemailWrapper .Wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 80px;
    
    background-color: #E9E9E9;
}



.IndexemailWrapper .left {
    display: flex; 
    align-items: center;
    flex: 0 45%;
    
    height: 100%;
}

.IndexemailWrapper .left .this_text {
    background-color: #0099f4;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    flex: 0 45%;
    
    padding: 0 10px;
}



.IndexemailWrapper .left .this_text p {
    color: #fff;
    font-size: 16px;
}



.IndexemailWrapper .left .right_email {
    /*flex: 0 55%;*/
    height: 100%;
    background-color: #AEAEAE;
    padding: 0 20px;
    
    display: flex;
    align-items: center;
}





.IndexemailWrapper .left .right_email .this_email {
  /*margin-top: 20px;*/
  position: relative;
}



.IndexemailWrapper .left .right_email .this_email::before{
    display: inline-block;
    font-family: 'iconfont-icon';
   content: "\eb95";
   
   font-size: 28px;
  color: #E5D38E;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  
  
  width: 30px;
  height: 30px;
  
  display: flex;
  align-items: center;
}


.IndexemailWrapper .left .right_email  .this_email  .wpcf7-spinner {
    position: absolute;
}


.IndexemailWrapper .left .right_email .this_email input[type="email"] {
  padding: 10px 15px;
  width: 100%;
  border-radius: 5px;
}

 .IndexemailWrapper .left .right_email .this_email input[type="submit"] {
    position: absolute; 
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
  opacity: 0;
  padding: 0 10px;
}

.IndexemailWrapper .left .right_email .this_email i {
  font-size: 28px;
  color: #E5D38E;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translate(0, -50%);
}





.IndexemailWrapper .right {
    flex: 0 30%;
    background-color: #399338;
    
    height: 100%;
    display: flex;
    /*justify-content: center;*/
    align-items: center;
     
    padding: 0 30px;
    box-sizing:border-box;
    
   gap: 30px;
}

.IndexemailWrapper .right i {
    color: #fff;
    font-size: 20px;
}

.IndexemailWrapper .right p {
    display: inline-block;
    color: #fff;
    font-size: 16px;
}







#all #this_col .indexPage .qualityWrapper {
  margin-top: 3.125vw;
}
#all #this_col .indexPage .qualityWrapper .this_title {
  text-align: center;
  position: relative;
}
#all #this_col .indexPage .qualityWrapper .this_title::after {
  display: inline-block;
  content: "";
  width: 50px;
  height: 3px;
  background-color: var(--color-button-gray);
  position: absolute;
  bottom: -30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .indexPage .qualityWrapper .this_title > h5 {
  position: relative;
  display: inline-block;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  color: var(--color-base-accent-1, gray);
  font-weight: 700;
  letter-spacing: 3px;
  margin-bottom: 10px;
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 500;
}
#all #this_col .indexPage .qualityWrapper .this_title > h5::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent var(--color-button-gray, gray) transparent;
  position: absolute;
  left: 0;
  top: 3px;
}
#all #this_col .indexPage .qualityWrapper .this_title > h3 {
  line-height: 1;
  font-weight: 400;
  font-size: 45px;
  color: var(--color-h5, #000);
}
#all #this_col .indexPage .qualityWrapper .this_in {
  width: 70vw;
  margin: auto;
  margin-top: 5.5vw;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 0 80px;
}
#all #this_col .indexPage .qualityWrapper .this_in .the_same {
  flex: 0 calc(33% - 80px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 80px 0;
}
#all #this_col .indexPage .qualityWrapper .this_in .the_same .this_child {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#all #this_col .indexPage .qualityWrapper .this_in .the_same .this_child .img_b {
  width: 40px;
}
#all #this_col .indexPage .qualityWrapper .this_in .the_same .this_child .img_b img {
  width: 100%;
}
#all #this_col .indexPage .qualityWrapper .this_in .the_same .this_child h5 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  color: var(--color-h5);
}
#all #this_col .indexPage .qualityWrapper .this_in .the_same .this_child .this_text p {
  line-height: 1.7;
  font-weight: 300;
  font-size: 16px;
  color: var(--color-h5);
}
#all #this_col .indexPage .qualityWrapper .this_in .center .img_b {
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage .qualityWrapper .this_in .center .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#all #this_col .indexPage .qualityWrapper .this_in .left .this_child {
  align-items: flex-end;
}
#all #this_col .indexPage .qualityWrapper .this_in .left .this_child .this_text p {
  text-align: right;
}
#all #this_col .indexPage .qualityWrapper .this_in .right .this_child {
  align-items: flex-start;
}
#all #this_col .indexPage .qualityWrapper .this_in .right .this_child .this_text p {
  text-align: left;
}
#all #this_col .indexPage .controlWrapper {
  margin-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .indexPage .controlWrapper .this_title {
  text-align: center;
  max-width: 90vw;
  margin: auto;
}
#all #this_col .indexPage .controlWrapper .this_title h3 {
  font-size: 50px;
  color: var(--color-h5);
  font-weight: 500;
}
#all #this_col .indexPage .controlWrapper .this_in {
  width: 70vw;
  margin: auto;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
}
#all #this_col .indexPage .controlWrapper .this_in .this_child {
  text-align: center;
  flex: 0 calc(25% - 30px);
}
#all #this_col .indexPage .controlWrapper .this_in .this_child h5 {
  font-size: 20px;
  color: var(--color-h5);
  font-weight: 400;
}
#all #this_col .indexPage .controlWrapper .this_in .this_child .this_text {
  margin-top: 15px;
}
#all #this_col .indexPage .controlWrapper .this_in .this_child .this_text p {
  font-size: 16px;
  color: var(--color-h5);
  font-weight: 300;
}
#all #this_col .indexPage .controlWrapper .this_in .this_view {
  margin-top: 80px;
}
#all #this_col .contactPage {
  padding-bottom: 60px;
}
#all #this_col .contactPage .thisBanner {
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#all #this_col .contactPage .thisBanner .this_text {
  position: relative;
  z-index: 2;
  padding: 130px 0;
  text-align: center;
}
#all #this_col .contactPage .thisBanner .this_text h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 400;
}
#all #this_col .contactPage .thisBanner::after {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
#all #this_col .contactPage .emailWrapper {
  margin-top: 60px;
  background-color: #747D83;
}
#all #this_col .contactPage .emailWrapper .this_in {
  padding: 50px 0;
  width: 72vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#all #this_col .contactPage .emailWrapper .this_in .left {
  flex: 0 48%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#all #this_col .contactPage .emailWrapper .this_in .left .this_top h5 {
  color: #fff;
}
#all #this_col .contactPage .emailWrapper .this_in .left .this_top h5::before {
  border-color: transparent transparent #fff transparent;
}
#all #this_col .contactPage .emailWrapper .this_in .left .this_top h3 {
  font-weight: 500;
  font-size: 42px;
  color: #fff;
}
#all #this_col .contactPage .emailWrapper .this_in .left .this_top .this_intro {
  margin-top: 30px;
}
#all #this_col .contactPage .emailWrapper .this_in .left .this_top .this_intro p {
  font-size: 16px;
  line-height: 1.7;
  color: #fff;
}
#all #this_col .contactPage .emailWrapper .this_in .left .this_bottom {
  display: flex;
  flex-direction: column;
}
#all #this_col .contactPage .emailWrapper .this_in .left .this_bottom .this_child {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #fff;
  gap: 25px;
  padding: 20px 0;
}
#all #this_col .contactPage .emailWrapper .this_in .left .this_bottom .this_child i {
  font-size: 50px;
  color: #fff;
}
#all #this_col .contactPage .emailWrapper .this_in .left .this_bottom .this_child .this_text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#all #this_col .contactPage .emailWrapper .this_in .left .this_bottom .this_child .this_text h5 {
  font-weight: 400;
  letter-spacing: 2px;
  color: #fff;
  font-size: 20px;
}
#all #this_col .contactPage .emailWrapper .this_in .left .this_bottom .this_child .this_text span {
  font-weight: 300;
  color: #fff;
  font-size: 16px;
}
#all #this_col .contactPage .emailWrapper .this_in .right {
  flex: 0 49%;
}
#all #this_col .contactPage .emailWrapper .this_in .right .this_form {
  padding: 50px;
  background-color: #fff;
}
#all #this_col .contactPage .introWrapper {
  margin-top: 60px;
}
#all #this_col .contactPage .introWrapper .this_in {
  width: 72vw;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col .contactPage .introWrapper .this_in .left {
  flex: 0 50%;
}
#all #this_col .contactPage .introWrapper .this_in .right {
  flex: 0 49%;
}
#all #this_col .contactPage .introWrapper .this_in .right .this_intro {
  display: flex;
  align-items: center;
  padding: 60px;
}
#all #this_col .contactPage .introWrapper .this_in .right .this_intro p {
  color: var(--color-h5);
  line-height: 1.8;
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .contactPage .conWrapper {
  margin-top: 60px;
}
#all #this_col .contactPage .conWrapper .this_in {
  width: 72vw;
  margin: auto;
  display: flex;
  gap: 10px;
}
#all #this_col .contactPage .conWrapper .this_in .this_child {
  flex: 0 calc(33% - 10px);
  background-color: #F5F5F5;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .contactPage .conWrapper .this_in .this_child i {
  font-size: 110px;
  color: var(--color-h5);
}
#all #this_col .contactPage .conWrapper .this_in .this_child .this_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 20px;
}
#all #this_col .contactPage .conWrapper .this_in .this_child .this_text h5 {
  font-size: 17px;
  font-weight: 400;
}
#all #this_col .contactPage .conWrapper .this_in .this_child .this_text .this_intro {
  text-align: center;
}
#all #this_col .contactPage .conWrapper .this_in .this_child .this_text .this_intro p {
  font-size: 16px;
}
#all #this_col .proPage {
  /*padding-bottom: 60px;*/
}
#all #this_col .proPage .proWrapper .this_title {
  width: 68vw;
  margin: auto;
  margin-top: 60px;
}
#all #this_col .proPage .proWrapper .this_in {
  width: 68vw;
  margin: auto;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#all #this_col .proPage .proWrapper .this_in .this_child {
  background-color: #F5F5F5;
  flex: 0 calc(33.33% - 10px);
  display: flex;
  flex-direction: column;
}
#all #this_col .proPage .proWrapper .this_in .this_child .img_b {
  padding: 30px 30px 0;
}
#all #this_col .proPage .proWrapper .this_in .this_child .img_b img {
  width: 100%;
}
#all #this_col .proPage .proWrapper .this_in .this_child .this_text {
  padding: 20px 30px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
#all #this_col .proPage .proWrapper .this_in .this_child .this_text h5 {
  font-size: 17px;
  font-weight: 300;
}
#all #this_col .proPage .proWrapper .this_in .this_child .this_text i {
  color: var(--color-button-gray);
  font-size: 14px;
  display: flex;
  align-items: center;
}
#all #this_col .proPage .proWrapper .this_in .this_child .this_text:hover i {
  animation-name: arrow_right;
  animation-duration: 1s;
  transition: all 0.5s;
}
#all #this_col .aboutPage .introWrapper .this_in {
  width: 72vw;
  margin: auto;
  margin-top: 60px;
  display: flex;
  align-items: stretch;
}
#all #this_col .aboutPage .introWrapper .this_in .left {
  flex: 0 49%;
  padding: 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#all #this_col .aboutPage .introWrapper .this_in .left h5 {
  font-size: 25px;
  color: var(--color-h5);
  font-weight: 500;
}
#all #this_col .aboutPage .introWrapper .this_in .left .this_text {
  margin-top: 16px;
}
#all #this_col .aboutPage .introWrapper .this_in .left .this_text p {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.7;
  color: var(--color-h5);
}
#all #this_col .aboutPage .introWrapper .this_in .right {
  flex: 0 49%;
}
#all #this_col .aboutPage .historyWrapper {
  margin-top: 50px;
}
#all #this_col .aboutPage .historyWrapper .this_in {
  width: 88vw;
  margin: auto;
  margin-top: 60px;
}
#all #this_col .aboutPage .historyWrapper .this_in .this_top .swiper-father {
  position: relative;
  padding: 0 60px;
}
#all #this_col .aboutPage .historyWrapper .this_in .this_top .swiper-father .swiper-slide-active .this_child .this_num {
  transition: all 0.5s;
}
#all #this_col .aboutPage .historyWrapper .this_in .this_top .swiper-father .swiper-slide-active .this_child .this_num h5 {
  color: var(--color-base-accent-1);
}
#all #this_col .aboutPage .historyWrapper .this_in .this_top .swiper-father .swiper-slide-active .this_child .this_circle {
  background-color: var(--color-base-accent-1);
  transition: all 0.5s;
}
#all #this_col .aboutPage .historyWrapper .this_in .this_top .swiper-father .swiper-button-next i,
#all #this_col .aboutPage .historyWrapper .this_in .this_top .swiper-father .swiper-button-prev i {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #BFBFC1;
  border: 2px solid #BFBFC1;
  border-radius: 50%;
  transition: all 0.5s;
}
#all #this_col .aboutPage .historyWrapper .this_in .this_top .swiper-father .swiper-button-next:hover i,
#all #this_col .aboutPage .historyWrapper .this_in .this_top .swiper-father .swiper-button-prev:hover i {
  border: 2px solid #747DA5;
  color: #747DA5;
  transition: all 0.5s;
}
#all #this_col .aboutPage .historyWrapper .this_in .this_top .this_child {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .aboutPage .historyWrapper .this_in .this_top .this_child .this_num h5 {
  transition: all 0.5s;
  font-size: 18px;
  color: var(--color-h5);
}
#all #this_col .aboutPage .historyWrapper .this_in .this_top .this_child .this_circle {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid var(--color-base-accent-1);
  border-radius: 50%;
  transition: all 0.5s;
  z-index: 2;
}
#all #this_col .aboutPage .historyWrapper .this_in .this_top .this_child::after {
  z-index: 1;
  position: absolute;
  bottom: 6px;
  content: "";
  display: inline-block;
  width: 100%;
  height: 3px;
  background-color: var(--color-base-accent-1);
}
#all #this_col .aboutPage .historyWrapper .this_in .this_bottom {
  width: 47vw;
  margin: auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
#all #this_col .aboutPage .historyWrapper .this_in .this_bottom h3 {
  font-size: 32px;
  flex: 0 20%;
}
#all #this_col .aboutPage .historyWrapper .this_in .this_bottom .this_text {
  flex: 0 78%;
  font-size: 18px;
  font-weight: 300;
  color: var(--color-h5);
}
#all #this_col .aboutPage .teamWrapper {
  margin-top: 60px;
}
#all #this_col .aboutPage .teamWrapper .this_in {
  width: 72vw;
  margin: auto;
  display: flex;
  align-items: stretch;
}
#all #this_col .aboutPage .teamWrapper .left {
  flex: 0 48%;
}
#all #this_col .aboutPage .teamWrapper .left .img_b {
  width: 100%;
  height: 100%;
}
#all #this_col .aboutPage .teamWrapper .left .img_b img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#all #this_col .aboutPage .teamWrapper .right {
  flex: 0 48%;
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#all #this_col .aboutPage .teamWrapper .right h5 {
  font-size: 25px;
  font-weight: 500;
  color: var(--color-h5);
}
#all #this_col .aboutPage .teamWrapper .right ul {
  margin-top: 20px;
  padding-left: 20px;
}
#all #this_col .aboutPage .teamWrapper .right ul li {
  list-style: disc;
  font-size: 16px;
  color: var(--color-h5);
  font-weight: 300;
  line-height: 1.7;
}
#all #this_col .aboutPage .industryWrapper .this_title {
  width: 90vw;
  margin: auto;
  margin-top: 60px;
  text-align: center;
}
#all #this_col .aboutPage .industryWrapper .this_title h3 {
  font-size: 25px;
  color: var(--color-h5);
  font-weight: 500;
}
#all #this_col .aboutPage .industryWrapper .this_in {
  width: 72vw;
  margin: auto;
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
#all #this_col .aboutPage .industryWrapper .this_in .this_child {
  flex: 0 calc(33.3% - 30px);
  display: flex;
  flex-direction: column;
}
#all #this_col .aboutPage .industryWrapper .this_in .this_child .img_b {
  width: 100%;
}
#all #this_col .aboutPage .industryWrapper .this_in .this_child .img_b img {
  width: 100%;
}
#all #this_col .aboutPage .industryWrapper .this_in .this_child .this_text {
  text-align: center;
  padding: 25px 15px;
}
#all #this_col .aboutPage .industryWrapper .this_in .this_child .this_text h5 {
  font-size: 17px;
  color: var(--color-h5);
  font-weight: 400;
}
#all #this_col .aboutPage .processWrapper {
  margin-top: 60px;
  padding-bottom: 60px;
}
#all #this_col .aboutPage .processWrapper .this_in {
  width: 72vw;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
#all #this_col .aboutPage .processWrapper .this_in .this_child {
  width: 100%;
  display: flex;
  align-items: stretch;
}
#all #this_col .aboutPage .processWrapper .this_in .this_child .left {
  flex: 0 48%;
}
#all #this_col .aboutPage .processWrapper .this_in .this_child .left .img_b {
  width: 100%;
  height: 100%;
}
#all #this_col .aboutPage .processWrapper .this_in .this_child .left .img_b img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#all #this_col .aboutPage .processWrapper .this_in .this_child .right {
  flex: 0 48%;
  padding: 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#all #this_col .aboutPage .processWrapper .this_in .this_child .right h5 {
  font-size: 25px;
  font-weight: 500;
  color: var(--color-h5);
}
#all #this_col .aboutPage .processWrapper .this_in .this_child .right ul {
  margin-top: 20px;
  padding-left: 20px;
}
#all #this_col .aboutPage .processWrapper .this_in .this_child .right ul li {
  list-style: disc;
  font-size: 16px;
  color: var(--color-h5);
  font-weight: 300;
  line-height: 1.7;
}
#all #this_col .aboutPage .processWrapper .this_in .this_child:nth-child(2n+2) {
  flex-direction: row-reverse;
}

@media screen and (max-width: 1440px) {
  #all #this_col header .page-title .this_in {
    width: 80vw;
  }
  #all #this_col header .this_web_head .Wrapper {
    width: 80vw;
  }
  #all #this_col header .this_web_head .Wrapper .web_nav {
    gap: 0 3.125vw;
    width: calc(100% - 200px);
  }
  #all #this_col .proDetailPage .singleWrapper {
    margin-top: 90px;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in {
    width: 80vw;
  }
  #all #this_col .proDetailPage .ksWrapper {
    width: 80vw;
  }
  #all #this_col .proDetailPage .emailWrapper .this_title {
    width: 80vw;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in {
    width: 80vw;
  }
  #all #this_col .proDetailPage .relateWrapper .this_in {
    width: 80vw;
    gap: 0 10px;
  }
  #all #this_col .indexPage {
    padding-bottom: 60px;
  }
  #all #this_col .indexPage .bannerWrapper .img_b {
    width: 100%;
  }
  #all #this_col .indexPage .bannerWrapper .img_b img {
    width: 100%;
  }
  #all #this_col .indexPage .aboutWrapper .this_in {
    width: 75vw;
    margin-top: 7.8125vw;
  }
  #all #this_col .indexPage .introWrapper .this_in {
    width: 75vw;
  }
  #all #this_col .indexPage .strengthWrapper .this_in {
    width: 75vw;
    margin: auto;
  }
  #all #this_col .indexPage .appWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .appWrapper .this_title {
    width: 60vw;
  }
  #all #this_col .indexPage .appWrapper .this_in {
    width: 75vw;
  }
  #all #this_col .indexPage .appWrapper .this_in .this_child {
    padding: 0 2% 1%;
  }
  #all #this_col .indexPage .capWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .capWrapper .this_in {
    width: 75vw;
  }
  #all #this_col .indexPage .brandWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .brandWrapper .this_title {
    text-align: center;
    position: relative;
  }
  #all #this_col .indexPage .brandWrapper .this_title > h3 {
    line-height: 1;
    font-weight: 400;
    font-size: 45px;
    color: var(--color-h5, #000);
  }
  #all #this_col .indexPage .brandWrapper .this_in {
    width: 75vw;
  }
  #all #this_col .indexPage .qualityWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .qualityWrapper .this_in {
    width: 75vw;
    margin: auto;
    margin-top: 5.5vw;
  }
  #all #this_col .indexPage .controlWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .controlWrapper .this_in {
    width: 75vw;
  }
}
@media screen and (max-width: 1280px) {
  #all #this_col header .page-title .this_in {
    width: 90vw;
  }
  #all #this_col header .this_web_head .Wrapper {
    width: 90vw;
  }
  #all #this_col header .this_web_head .Wrapper .web_nav {
    gap: 0 3.125vw;
    width: calc(100% - 200px);
  }
  #all #this_col .indexPage {
    padding-bottom: 60px;
  }
  #all #this_col .indexPage .bannerWrapper .img_b {
    width: 100%;
  }
  #all #this_col .indexPage .bannerWrapper .img_b img {
    width: 100%;
  }
  #all #this_col .indexPage .aboutWrapper .this_in {
    width: 80vw;
    margin-top: 90px;
  }
  #all #this_col .indexPage .introWrapper .this_in {
    width: 80vw;
  }
  #all #this_col .indexPage .strengthWrapper .this_in {
    width: 80vw;
  }
  #all #this_col .indexPage .appWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .appWrapper .this_title {
    width: 70vw;
  }
  #all #this_col .indexPage .appWrapper .this_in {
    width: 80vw;
  }
  #all #this_col .indexPage .appWrapper .this_in .this_child {
    padding: 0 1% 1%;
  }
  #all #this_col .indexPage .capWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .capWrapper .this_in {
    width: 80vw;
  }
  #all #this_col .indexPage .brandWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .brandWrapper .this_in {
    width: 80vw;
  }
  #all #this_col .indexPage .qualityWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .qualityWrapper .this_in {
    width: 80vw;
    margin-top: 40px;
  }
  #all #this_col .indexPage .controlWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .controlWrapper .this_in {
    width: 80vw;
  }
  #all #this_col .proDetailPage .singleWrapper {
    margin-top: 90px;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .proDetailPage .ksWrapper {
    width: 90vw;
  }
  #all #this_col .proDetailPage .emailWrapper .this_title {
    width: 90vw;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .proDetailPage .relateWrapper .this_in {
    width: 90vw;
  }
  #all #this_col footer .this_web_footer .top {
    width: 90vw;
  }
}
@media screen and (max-width: 960px) {
  #all #this_col header {
    height: 11vw;
  }
  #all #this_col header .page-title {
    display: none;
  }
  #all #this_col header .this_web_head {
    display: none;
  }
  #all #this_col header .sjheader {
    display: block;
  }
  #all #this_col .this_public .this_form br {
    display: none;
  }
  #all #this_col .this_public .this_form .top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
  }
  #all #this_col .this_public .this_form .top p {
    display: inline-block;
    width: 100%;
  }
  #all #this_col .this_public .this_form .top .group {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #all #this_col .this_public .this_form .top .group input,
  #all #this_col .this_public .this_form .top .group textarea {
    width: 100%;
    font-size: 14px;
    padding: 15px 10px 15px 15px;
    display: block;
    border: none;
    border: 1px solid #787878;
    background: transparent;
  }
  #all #this_col .this_public .this_form .top .group input:focus,
  #all #this_col .this_public .this_form .top .group input:not(:placeholder-shown),
  #all #this_col .this_public .this_form .top .group textarea:focus,
  #all #this_col .this_public .this_form .top .group textarea:not(:placeholder-shown) {
    display: inline-block;
    box-sizing: border-box;
    outline: none;
    padding-top: 25px;
    padding-bottom: 5px;
    box-shadow: 0 0 0 0.2rem rgba(var(--color-h5, #000), 0.55);
  }
  #all #this_col .this_public .this_form .top .group label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  #all #this_col .this_public .this_form .top .group input:focus ~ label,
  #all #this_col .this_public .this_form .top .group input:not(:placeholder-shown) ~ label,
  #all #this_col .this_public .this_form .top .group textarea:focus ~ label,
  #all #this_col .this_public .this_form .top .group textarea:not(:placeholder-shown) ~ label {
    top: 5px;
    font-size: 12px;
  }
  #all #this_col .this_public .this_form .top .w50 {
    flex: 0 calc(50% - 10px);
  }
  #all #this_col .this_public .this_form .top .w100 {
    flex: 0 100%;
  }
  #all #this_col .this_public .this_form .bottom {
    margin-top: 30px;
  }
  #all #this_col .this_public .this_form .bottom p {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #all #this_col .this_public .this_form .bottom input[type=submit] {
    display: none;
  }
  #all #this_col .this_public .this_form .bottom label {
    cursor: pointer;
    background: linear-gradient(-30deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.88) 50%);
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    box-shadow: none !important;
    padding: 10px 40px;
  }
  #all #this_col .this_public .this_form .bottom label::before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "SEND";
  }
  #all #this_col .this_public .this_form .bottom label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
  }
  @keyframes animateTop {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes animateRight {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  @keyframes animateBottom {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes animateLeft {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(100%);
    }
  }
  #all #this_col .this_public .this_form .bottom label span {
    position: absolute;
  }
  #all #this_col .this_public .this_form .bottom label span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  #all #this_col .this_public .this_form .bottom label span:nth-child(2) {
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  #all #this_col .this_public .this_form .bottom label span:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  #all #this_col .this_public .this_form .bottom label span:nth-child(4) {
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  #all #this_col .indexPage .aboutWrapper .this_in {
    width: 90vw;
    margin-top: 90px;
    flex-direction: column;
  }
  #all #this_col .indexPage .aboutWrapper .this_in .left {
    flex: 0 49%;
  }
  #all #this_col .indexPage .aboutWrapper .this_in .left > h5 {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  #all #this_col .indexPage .aboutWrapper .this_in .left > h3 {
    font-size: 24px;
  }
  #all #this_col .indexPage .aboutWrapper .this_in .left .this_intro {
    margin-top: 20px;
  }
  #all #this_col .indexPage .aboutWrapper .this_in .left .this_intro p {
    font-size: 14px;
  }
  #all #this_col .indexPage .aboutWrapper .this_in .left .this_progress {
    margin-top: 30px;
    gap: 30px;
  }
  #all #this_col .indexPage .aboutWrapper .this_in .left .this_progress .leftProgress {
    width: 100px;
    height: 100px;
  }
  #all #this_col .indexPage .aboutWrapper .this_in .left .this_progress .this_text {
    width: calc(100% - 130px);
  }
  #all #this_col .indexPage .aboutWrapper .this_in .left .this_progress .this_text h5 {
    font-size: 18px;
  }
  #all #this_col .indexPage .aboutWrapper .this_in .left .this_progress .this_text p {
    font-size: 14px;
  }
  #all #this_col .indexPage .introWrapper .this_in {
    width: 90vw;
    margin-top: 90px;
    flex-direction: column;
    gap: 30px;
  }
  #all #this_col .indexPage .introWrapper .this_in .this_child {
    flex: 0 31%;
  }
  #all #this_col .indexPage .introWrapper .this_in .this_child .this_text {
    margin-top: 10px;
    gap: 0 10px;
  }
  #all #this_col .indexPage .introWrapper .this_in .this_child .this_text h5 {
    font-size: 14px;
  }
  #all #this_col .indexPage .strengthWrapper {
    margin-top: 90px;
    padding: 20px 0;
  }
  #all #this_col .indexPage .strengthWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .indexPage .strengthWrapper .this_in > h5 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: 500;
  }
  #all #this_col .indexPage .strengthWrapper .this_in > h3 {
    font-size: 24px;
  }
  #all #this_col .indexPage .appWrapper {
    margin-top: 40px;
  }
  #all #this_col .indexPage .appWrapper .this_title {
    width: 90vw;
    margin: auto;
  }
  #all #this_col .indexPage .appWrapper .this_title p {
    font-size: 14px;
  }
  #all #this_col .indexPage .appWrapper .this_in {
    width: 90vw;
    margin-top: 40px;
    gap: 40px;
    flex-direction: column;
  }
  #all #this_col .indexPage .appWrapper .this_in .this_child {
    flex-direction: column;
    padding: 0 3% 1%;
  }
  #all #this_col .indexPage .appWrapper .this_in .this_child .this_text {
    text-align: center;
    margin-top: 20px;
  }
  #all #this_col .indexPage .appWrapper .this_in .this_child .this_text > h5 {
    font-size: 16px;
  }
  #all #this_col .indexPage .appWrapper .this_in .this_child .this_text .this_intro {
    margin-top: 10px;
  }
  #all #this_col .indexPage .appWrapper .this_in .this_child .this_text .this_intro p {
    font-size: 14px;
  }
  #all #this_col .indexPage .appWrapper .this_in .this_child .this_text .this_more {
    gap: 0 10px;
  }
  #all #this_col .indexPage .appWrapper .this_in .this_child .this_text .this_more h5 {
    font-size: 14px;
  }
  #all #this_col .indexPage .appWrapper .this_in .this_child .this_text .this_more i {
    font-size: 10px;
  }
  #all #this_col .indexPage .capWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .capWrapper .this_title {
    text-align: center;
    position: relative;
  }
  #all #this_col .indexPage .capWrapper .this_title > h5 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding-left: 20px;
  }
  #all #this_col .indexPage .capWrapper .this_title > h3 {
    font-size: 24px;
  }
  #all #this_col .indexPage .capWrapper .this_in {
    width: 90vw;
    margin: auto;
    margin-top: 40px;
  }
  #all #this_col .indexPage .capWrapper .this_in .swiper-father {
    position: relative;
  }
  #all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-slide {
    display: flex;
    justify-content: center;
  }
  #all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-next,
  #all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-prev {
    opacity: 0;
    transition: all 0.5s;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    background-color: var(--color-button-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
  }
  #all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-next i,
  #all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-prev i {
    font-size: 30px;
    color: #fff;
    transition: all 0.5s;
  }
  #all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-next:hover,
  #all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-prev:hover {
    transition: all 0.5s;
    background-color: #fff;
  }
  #all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-next:hover i,
  #all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-prev:hover i {
    color: var(--color-button-gray);
    transition: all 0.5s;
  }
  #all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-prev {
    left: 50px;
    transition: all 0.5s;
  }
  #all #this_col .indexPage .capWrapper .this_in .swiper-father .swiper-button-next {
    right: 50px;
    transition: all 0.5s;
  }
  #all #this_col .indexPage .capWrapper .this_in .swiper-father:hover .swiper-button-next,
  #all #this_col .indexPage .capWrapper .this_in .swiper-father:hover .swiper-button-prev {
    opacity: 1;
    transition: all 0.5s;
  }
  #all #this_col .indexPage .capWrapper .this_in .swiper-father:hover .swiper-button-prev {
    left: 20px;
    transition: all 0.5s;
  }
  #all #this_col .indexPage .capWrapper .this_in .swiper-father:hover .swiper-button-next {
    right: 20px;
    transition: all 0.5s;
  }
  #all #this_col .indexPage .capWrapper .this_in .this_child {
    width: 100%;
  }
  #all #this_col .indexPage .capWrapper .this_in .this_child .img_b {
    width: 100%;
    height: 300px;
  }
  #all #this_col .indexPage .capWrapper .this_in .this_child .this_text {
    text-align: center;
    margin-top: 10px;
    width: 100%;
  }
  #all #this_col .indexPage .capWrapper .this_in .this_child .this_text h5 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  #all #this_col .indexPage .capWrapper .this_in .this_child .this_text p {
    font-size: 14px;
  }
  #all #this_col .indexPage .brandWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .brandWrapper .this_title {
    text-align: center;
    position: relative;
  }
  #all #this_col .indexPage .brandWrapper .this_title > h3 {
    font-size: 24px;
  }
  #all #this_col .indexPage .brandWrapper .this_in {
    width: 90vw;
    margin-top: 40px;
    gap: 40px;
  }
  #all #this_col .indexPage .brandWrapper .this_in .img_b {
    flex: 0 calc(50% - 20px) !important;
    margin: auto !important;
  }
  #all #this_col .indexPage .brandWrapper .this_in .img_b img {
    width: 100%;
  }
  
  
  .IndexemailWrapper .Wrapper {
      flex-direction: column;
      height: auto;
  }
  
    .IndexemailWrapper .Wrapper .left {
        flex-direction: column;
        width: 100%;
    }
    
    
    .IndexemailWrapper .Wrapper .left .this_text {
        flex: none;
        display: flex;
        align-items: center;
        height: 60px;        
        width: 100%;
  }
  
      .IndexemailWrapper .Wrapper .left .right_email {
          width: 100%;
          padding: 15px;
      }
  
  
  
 .IndexemailWrapper .Wrapper .left .right_email  #wpcf7-f21461-o1 {
      width: 100%;
  }
  
  
  .IndexemailWrapper .right {
      width: 100%;
      height: 60px;
      flex: none;
  }
  
  
  
  
  
  
  
  #all #this_col .indexPage .qualityWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .qualityWrapper .this_title > h5 {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 3px;
    margin-bottom: 10px;
    padding-left: 20px;
    font-weight: 500;
  }
  #all #this_col .indexPage .qualityWrapper .this_title > h3 {
    font-size: 24px;
  }
  #all #this_col .indexPage .qualityWrapper .this_in {
    width: 90vw;
    margin-top: 90px;
    gap: 60px;
    flex-direction: column;
  }
  #all #this_col .indexPage .qualityWrapper .this_in .the_same {
    gap: 30px;
  }
  #all #this_col .indexPage .qualityWrapper .this_in .the_same .this_child {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #all #this_col .indexPage .qualityWrapper .this_in .the_same .this_child .img_b {
    width: 40px;
  }
  #all #this_col .indexPage .qualityWrapper .this_in .the_same .this_child .img_b img {
    width: 100%;
  }
  #all #this_col .indexPage .qualityWrapper .this_in .the_same .this_child h5 {
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 18px;
  }
  #all #this_col .indexPage .qualityWrapper .this_in .the_same .this_child .this_text p {
    font-size: 14px;
  }
  #all #this_col .indexPage .qualityWrapper .this_in .center .img_b {
    width: 100%;
    height: 100%;
  }
  #all #this_col .indexPage .qualityWrapper .this_in .center .img_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
  }
  #all #this_col .indexPage .qualityWrapper .this_in .left .this_child {
    align-items: center;
  }
  #all #this_col .indexPage .qualityWrapper .this_in .left .this_child .this_text p {
    text-align: center;
  }
  #all #this_col .indexPage .qualityWrapper .this_in .right .this_child {
    align-items: center;
  }
  #all #this_col .indexPage .qualityWrapper .this_in .right .this_child .this_text p {
    text-align: center;
  }
  #all #this_col .indexPage .controlWrapper {
    margin-top: 90px;
  }
  #all #this_col .indexPage .controlWrapper .this_title {
    text-align: center;
    max-width: 90vw;
    margin: auto;
  }
  #all #this_col .indexPage .controlWrapper .this_title h3 {
    font-size: 24px;
  }
  #all #this_col .indexPage .controlWrapper .this_in {
    width: 90vw;
    margin-top: 60px;
    gap: 60px;
    flex-direction: column;
  }
  #all #this_col .indexPage .controlWrapper .this_in .this_child {
    text-align: center;
    flex: 0 calc(25% - 30px);
  }
  #all #this_col .indexPage .controlWrapper .this_in .this_child h5 {
    font-size: 18px;
    color: var(--color-h5);
    font-weight: 400;
  }
  #all #this_col .indexPage .controlWrapper .this_in .this_child .this_text {
    margin-top: 15px;
  }
  #all #this_col .indexPage .controlWrapper .this_in .this_child .this_text p {
    font-size: 14px;
    color: var(--color-h5);
    font-weight: 300;
  }
  #all #this_col .indexPage .controlWrapper .this_in .this_view {
    margin-top: 80px;
  }
  #all #this_col .proDetailPage .singleWrapper {
    margin-top: 50px;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in {
    width: 90vw;
    flex-direction: column-reverse;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .left {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
    justify-content: space-between;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .left a {
    display: inline-block;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .left a .img_b {
    width: 100%;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .left a .img_b img {
    width: 100%;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .left a {
      width: 100%;
  }
  /*
  #all #this_col .proDetailPage .singleWrapper .this_in .left a:nth-child(3n+1) {*/
  /*  width: 100%;*/
  /*}*/
  /*#all #this_col .proDetailPage .singleWrapper .this_in .left a:nth-child(3n+2) {*/
  /*  width: calc(50% - 10px);*/
  /*}*/
  /*#all #this_col .proDetailPage .singleWrapper .this_in .left a:nth-child(3n+3) {*/
  /*  width: calc(50% - 10px);*/
  /*}*/
  #all #this_col .proDetailPage .singleWrapper .this_in .right {
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
    padding-left: 0;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in {
    position: sticky;
    top: 100px;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in h3 {
    font-weight: 400;
    font-size: 24px;
    color: var(--color-h5, #000);
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .this_intro {
    margin-top: 20px;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .this_button {
    margin-top: 20px;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper {
    width: 100%;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content {
    width: 100%;
    margin: auto;
    margin-top: 30px;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul {
    display: flex;
    flex-direction: column;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li {
    border-bottom: 1px solid #EBEBEB;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisQ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0px;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisQ i {
    font-size: 14px;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisQ p {
    color: #2A2B32;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    /* 26px */
    text-transform: capitalize;
    width: calc(100% - 50px);
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisQ .img_b {
    cursor: pointer;
    font-size: 12px;
    transition: all 0.5s;
    margin-right: 10px;
    color: #000;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisQ .img_b.open {
    transition: all 0.5s;
    transform: rotate(180deg);
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisA {
    display: none;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisA .thisA_in {
    display: flex;
    padding: 0 0 15px;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li .thisA .thisA_in p {
    color: var(--color-h5, #000);
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 20.8px */
    width: 100%;
  }
  #all #this_col .proDetailPage .singleWrapper .this_in .right .right_in .faqWrapper .this_content ul li:first-child {
    border-top: 1px solid #E0E0E0;
  }
  #all #this_col .proDetailPage .emailWrapper .this_title {
    width: 90vw;
    margin: 50px auto;
    text-align: center;
  }
  #all #this_col .proDetailPage .emailWrapper .this_title h3 {
    font-size: 24px;
    font-weight: 500;
    color: #474747;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in {
    width: 90vw;
    margin: auto;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form br {
    display: none;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px 0;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top p {
    display: inline-block;
    width: 100%;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group {
    position: relative;
    display: flex;
    justify-content: space-between;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group input,
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group textarea {
    width: 100%;
    font-size: 14px;
    padding: 15px 10px 15px 15px;
    display: block;
    border: none;
    border: 1px solid #787878;
    background: transparent;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group input:focus,
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group input:not(:placeholder-shown),
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group textarea:focus,
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group textarea:not(:placeholder-shown) {
    display: inline-block;
    box-sizing: border-box;
    outline: none;
    padding-top: 25px;
    padding-bottom: 5px;
    box-shadow: 0 0 0 0.2rem rgba(var(--color-h5, #000), 0.55);
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group label {
    color: #999;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 15px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group input:focus ~ label,
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group input:not(:placeholder-shown) ~ label,
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group textarea:focus ~ label,
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .group textarea:not(:placeholder-shown) ~ label {
    top: 5px;
    font-size: 12px;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .w50 {
    flex: 0 calc(50% - 10px);
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .top .w100 {
    flex: 0 100%;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom {
    margin-top: 30px;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom p {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom input[type=submit] {
    display: none;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label {
    cursor: pointer;
    background: linear-gradient(-30deg, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0.88) 50%);
    display: inline-block;
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1.5px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    box-shadow: none !important;
    padding: 10px 40px;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label::before {
    display: flex;
    align-items: center;
    justify-content: center;
    content: "SEND";
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
  }
  @keyframes animateTop {
    0% {
      transform: translateX(100%);
    }
    100% {
      transform: translateX(-100%);
    }
  }
  @keyframes animateRight {
    0% {
      transform: translateY(100%);
    }
    100% {
      transform: translateY(-100%);
    }
  }
  @keyframes animateBottom {
    0% {
      transform: translateX(-100%);
    }
    100% {
      transform: translateX(100%);
    }
  }
  @keyframes animateLeft {
    0% {
      transform: translateY(-100%);
    }
    100% {
      transform: translateY(100%);
    }
  }
  
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label span {
    position: absolute;
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label span:nth-child(1) {
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-animation: 2s animateTop linear infinite;
    animation: 2s animateTop linear infinite;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label span:nth-child(2) {
    top: 0;
    right: 0;
    height: 100%;
    width: 2px;
    -webkit-animation: 2s animateRight linear -1s infinite;
    animation: 2s animateRight linear -1s infinite;
    background: linear-gradient(to top, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label span:nth-child(3) {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-animation: 2s animateBottom linear infinite;
    animation: 2s animateBottom linear infinite;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  #all #this_col .proDetailPage .emailWrapper .this_in .this_form .bottom label span:nth-child(4) {
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    -webkit-animation: 2s animateLeft linear -1s infinite;
    animation: 2s animateLeft linear -1s infinite;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  }
  #all #this_col .proDetailPage .relateWrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
    margin-top: 40px;
  }
  #all #this_col .proDetailPage .relateWrapper .this_in {
    width: 90vw;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  #all #this_col .proDetailPage .relateWrapper .this_in .this_child {
    display: inline-block;
    flex: 0 calc(50% - 13px);
  }
  #all #this_col .proDetailPage .relateWrapper .this_in .this_child .img_b {
    width: 100%;
    overflow: hidden;
  }
  #all #this_col .proDetailPage .relateWrapper .this_in .this_child .img_b img {
    width: 100%;
    transition: all 0.5s;
  }
  #all #this_col .proDetailPage .relateWrapper .this_in .this_child .this_text {
    margin-top: 10px;
  }
  #all #this_col .proDetailPage .relateWrapper .this_in .this_child .this_text p {
    display: inline-block;
    color: var(--color-h5, #000);
  }
  #all #this_col .proDetailPage .relateWrapper .this_in .this_child:hover .img_b img {
    transition: all 0.5s;
    transform: scale(1.05);
  }
  #all #this_col .proDetailPage .relateWrapper .this_in .this_child:hover .this_text {
    color: var(--color-h5, #000);
    background-color: #fff;
  }
  #all #this_col .proDetailPage .relateWrapper .this_in .this_child:hover .this_text p {
    position: relative;
  }
  #all #this_col .proDetailPage .relateWrapper .this_in .this_child:hover .this_text p::after {
    left: 0;
    bottom: 0px;
    display: inline-block;
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background-color: var(--color-h5, #000);
  }
  #all #this_col footer {
    height: 12vw;
  }
  #all #this_col footer .this_web_footer {
    display: none;
  }
  #all #this_col footer .sj-footer {
    display: block;
  }
}


@media screen and (max-width: 960px) {
  #all #this_col .proPage .proWrapper .this_title {
    width: 90vw;
  }
  #all #this_col .proPage .proWrapper .this_in {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .proPage .proWrapper .this_in .this_child {
    width: 100%;
  }
  #all #this_col .contactPage .thisBanner .this_text {
    padding: 7.5vw 0;
  }
  #all #this_col .contactPage .emailWrapper .this_in {
    flex-direction: column-reverse;
    width: 90vw;
  }
  #all #this_col .contactPage .emailWrapper .this_in .left {
    margin-top: 30px;
  }
  #all #this_col .contactPage .emailWrapper .this_in .left .this_top h3 {
    font-size: 32px;
  }
  #all #this_col .contactPage .emailWrapper .this_in .right .this_form {
    padding: 20px;
  }
  #all #this_col .contactPage .introWrapper .this_in {
    flex-direction: column;
    width: 90vw;
  }
  #all #this_col .contactPage .introWrapper .this_in .right .this_intro {
    padding: 20px 0;
  }
  #all #this_col .contactPage .conWrapper .this_in {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .aboutPage .introWrapper .this_in {
    width: 90vw;
    flex-direction: column-reverse;
  }
  #all #this_col .aboutPage .introWrapper .this_in .left {
    padding: 20px 0;
  }
  #all #this_col .aboutPage .historyWrapper .this_in {
    width: 90vw;
  }
  #all #this_col .aboutPage .historyWrapper .this_in .this_bottom {
    width: 100%;
    flex-direction: column;
  }
  #all #this_col .aboutPage .historyWrapper .this_in .this_bottom .this_text {
    margin-top: 20px;
  }
  #all #this_col .aboutPage .teamWrapper .this_in {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .aboutPage .teamWrapper .right {
    padding: 20px 0;
  }
  #all #this_col .aboutPage .industryWrapper .this_in {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .aboutPage .processWrapper .this_in {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .aboutPage .processWrapper .this_in .this_child {
    flex-direction: column;
  }
  #all #this_col .aboutPage .processWrapper .this_in .this_child:nth-child(2n+2) {
    flex-direction: column;
  }
  #all #this_col .aboutPage .processWrapper .this_in .this_child .right {
    padding: 20px 0;
  }
}

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