@charset "UTF-8";
@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("./this_swiper.css");
@import url("./public.css");
@import url(../dist/icon/iconfont.css);
@import url(../dist/icon/bottom_icon/iconfont.css);
@font-face {
  font-family: "Titillium Web";
  src: url(../fonts/NaPecZTIAOhVxoMyOr9n_E7fdMPmDQ.woff2);
}
:root {
  /*--color: #799380;*/
  --color: #92BA26;
  --color-dark: #5D7363;
  --fff: #fff;
  ---red: #DD3333;
}

.this_language > .ensemble > .change-language-title .language-flag-en > a {
  display: flex;
  align-items: center;
}

.this_language > .ensemble > .change-language-title .language-flag-en > a .country-flag {
  position: relative;
  margin: 0;
}

.this_language > .ensemble > .change-language-title .language-flag-en > a span {
  padding-left: 15px;
}

#all #this_col ul {
  margin: 0;
}
#all #this_col header {
  z-index: 9;
}
#all #this_col header .this-page-title {
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  /*padding: 10px 0px;*/
}
#all #this_col header .this-page-title .this_in {
  /*width: 73vw;*/
  width: 65vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*padding: 20px 0;*/
    padding: 10px 0;
  position: relative;
}
#all #this_col header .this-page-title .this_in .left {
  flex: 0 calc(50% - 230px);
}
#all #this_col header .this-page-title .this_in .left .this_share {
  display: flex;
  align-items: center;
  gap: 10px;
}
#all #this_col header .this-page-title .this_in .left .this_share ul.this_icon {
  display: flex;
  gap: 8px;
}
#all #this_col header .this-page-title .this_in .left .this_share ul.this_icon li a.img_b {
  display: inline-block;
  width: 25px;
  height: 25px;
}
#all #this_col header .this-page-title .this_in .left .this_share ul.this_icon li a.img_b img {
  width: 100%;
}
#all #this_col header .this-page-title .this_in .this_logo {
  /*flex: 0 424px;*/
  flex: 0 300px;
}
#all #this_col header .this-page-title .this_in .this_logo img {
  width: 100%;
}
#all #this_col header .this-page-title .this_in .right {
  flex: 0 calc(50% - 230px);
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}

#all #this_col header .this-page-title .this_in .right .this_search {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
#all #this_col header .this-page-title .this_in .right .this_search::before{
    font-family: "iconfont-icon";
    content: '\e70b';
    /*display: inline-block;  */
    display: flex;
    align-items: center;
    justify-content: center;
    
     position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  
  width: 20px;
  height: 20px;
    font-size: 18px;
}

#all #this_col header .this-page-title .this_in .right .this_search input[type="text"] {
  border-radius: 30px;
  overflow: hidden;
  padding: 10px 20px;
  border: 1px solid #333;
  transition: all 0.5s;
  width: 60%;
}
#all #this_col header .this-page-title .this_in .right .this_search input[type="text"]:focus {
  width: 90%;
  transition: all 0.5s;
}


#all #this_col header .this-page-title .this_in .right .this_search  input[type="submit"] {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
  
  width: 20px;
  height: 20px;
  background-color: transparent;
}

 

/*#all #this_col header .this-page-title .this_in .right .this_search i {*/
/*  position: absolute;*/
/*  right: 5%;*/
/*  top: 50%;*/
/*  transform: translate(0, -50%);*/
/*}*/
#all #this_col header .this_web_head {
  width: 100%;
  top: 0;
  z-index: 12;
  background-color: #fff;
  padding: 20px 0px;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper {
  position: relative;
  width: 73vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col header .this_web_head .Wrapper .web_nav {
  display: flex;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul {
  display: flex;
  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;
  transition: all 0.5s;
  padding: 10px 30px;
  position: relative;
  box-sizing: border-box;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover::before {
  transition: all 0.5s;
  width: 100%;
  background-size: 100%;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover::after {
  height: 0;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > a {
  transition: all 0.5s;
  text-decoration: none;
  color: var(--color);
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > .img_b i {
  color: var(--color);
  transform: scale(1.2);
}
#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;
  color: #353535;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li.current-menu-item::before {
  width: 100%;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li.current-menu-item::after {
  height: 0;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li.current-menu-item a {
  position: relative;
  color: var(--color);
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a {
  transition: all 0.5s;
  color: #333;
  font-family: "Source Han Sans SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0 5px;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 0%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a > .img_b {
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0, 2px);
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a > .img_b i {
  transition: all 0.5s;
  font-size: 12px;
  color: #000;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a > span {
  font-size: 12px;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 300px;
  top: 110%;
  transform: scale(0.9);
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li {
  visibility: hidden;
  background-color: #fff;
  line-height: 2;
  position: relative;
  padding: 5px 10px;
  border: 1px solid #ddd;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li:hover {
  background-color: #e5e5e5;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li:hover > a {
  text-decoration: none;
}
#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 > a {
  color: #353535;
  display: flex;
  padding-right: 0.8vw;
  padding-left: 0.2vw;
  align-items: center;
  font-size: 14px;
  text-align: start;
  background-color: transparent;
  border-bottom: none;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul {
  position: absolute;
  display: flex;
  flex-direction: column;
  width: 280px;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  right: 0;
  top: 0vw;
  transform: translate(105%, 0);
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul li {
  transition: all 0.5s;
  border: 1px solid #ddd;
  background-color: #fff;
  line-height: 2;
  visibility: hidden;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul li a {
  transition: all 0.5s;
  display: flex;
  padding-right: 0.8vw;
  padding-left: 0.2vw;
  align-items: center;
  background-color: transparent;
  margin: 0 0.3vw;
  border-bottom: none;
  font-size: 14px;
}
#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 .sjheader {
  display: none;
  background-color: #202020;
  width: 100%;
  z-index: 9999;
  position: fixed;
}
#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: 7vw;
}
#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: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper img {
  width: 100%;
}
#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: #F8F9FA;
}
#all #this_col footer .this_web_footer .top {
  width: 73vw;
  margin: auto;
  padding: 90px 0 0px;
}
#all #this_col footer .this_web_footer .top .this_in {
  display: flex;
  justify-content: space-between;
}
#all #this_col footer .this_web_footer .top .this_in .left {
  flex: 0 calc(40% - 30px);
}
#all #this_col footer .this_web_footer .top .this_in .left h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 10px;
}
#all #this_col footer .this_web_footer .top .this_in .left p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
  color: #666;
}
#all #this_col footer .this_web_footer .top .this_in .left .this_form {
  margin-top: 20px;
  align-items: center;
  display: flex;
  gap: 20px;
}
#all #this_col footer .this_web_footer .top .this_in .left .this_form input[type=text] {
  padding: 10px 25px;
  border: 1px solid #E3E3E3;
  height: 100%;
}
#all #this_col footer .this_web_footer .top .this_in .left .this_form input[type=submit] {
  background-color: #7A9983;
  color: #fff;
  padding: 10px 25px;
  border-radius: 8px;
}
#all #this_col footer .this_web_footer .top .this_in .left .also {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#all #this_col footer .this_web_footer .top .this_in .left .also a {
  display: inline-block;
  width: 80px;
  height: 80px;
}
#all #this_col footer .this_web_footer .top .this_in .left .also a img {
  width: 100%;
  height: 100%;
}
#all #this_col footer .this_web_footer .top .this_in .right {
  flex: 0 calc(60% - 30px);
  display: flex;
  justify-content: space-between;
}
#all #this_col footer .this_web_footer .top .this_in .right ul {
  flex: 0 calc(33.3% - 20px);
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#all #this_col footer .this_web_footer .top .this_in .right ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #666;
}
#all #this_col footer .this_web_footer .copy {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  padding: 40px 0 20px;
}
#all #this_col footer .this_web_footer .copy p {
  font-family: ArialMT;
  font-size: 14px;
  font-weight: 300;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.5;
  letter-spacing: 0px;
  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: 25vw;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp img {
  width: 100%;
}
#all #this_col .this_public .this_button {
  border: 1px solid #1c1d1d;
  padding: 10px 20px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  gap: 0 10px;
  transition: all 0.5s;
}
#all #this_col .this_public .this_button span {
  font-size: 18px;
  transition: all 0.5s;
}
#all #this_col .this_public .this_button i {
  font-size: 24px;
  font-weight: bold;
  transition: all 0.5s;
}
#all #this_col .this_public .this_button:hover {
  background-color: #1c1d1d;
  transition: all 0.5s;
}
#all #this_col .this_public .this_button:hover span {
  color: #fff;
  transition: all 0.5s;
}
#all #this_col .this_public .this_button:hover i {
  color: #fff;
  transition: all 0.5s;
}
#all #this_col .this_public .pageBottomBg {
  background-position: center;
  background-size: cover;
  padding: 110px 0;
}
#all #this_col .this_public .pageBottomBg .this_in {
  width: 1200px;
  margin: auto;
  display: flex;
}
#all #this_col .this_public .pageBottomBg .this_in .left {
  flex: 0 48%;
}
#all #this_col .this_public .pageBottomBg .this_in .left h3 {
  color: #fff;
  font-size: 45px;
}
#all #this_col .this_public .pageBottomBg .this_in .right {
  flex: 0 48%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#all #this_col .this_public .pageBottomBg .this_in .right .this_button {
  background-color: #fff;
}
#all #this_col .this_public .pageBottomBg .this_in .right .this_button:hover {
  background-color: #000;
  color: #fff;
}
#all #this_col .this_public .model-swiper {
  background-color: #f6f6f6;
  padding-top: 70px;
}
#all #this_col .this_public .model-swiper .this_title {
  position: relative;
  width: 1170px;
  margin: auto;
}
#all #this_col .this_public .model-swiper .this_title h3 {
  font-size: 40px;
  color: #092c47;
  margin-bottom: 20px;
}
#all #this_col .this_public .model-swiper .this_title p {
  color: #22445f;
  font-size: 16px;
}
#all #this_col .this_public .model-swiper .this_in {
  margin-top: 40px;
  padding-bottom: 30px;
}
#all #this_col .this_public .model-swiper .this_in .swiper-father {
  position: relative;
  width: 1350px;
  margin: auto;
  padding-bottom: 50px;
}
#all #this_col .this_public .model-swiper .this_in .swiper-father .swiper {
  width: 1200px;
  margin: auto;
}
#all #this_col .this_public .model-swiper .this_in .swiper-father .swiper .swiper-slide {
  padding: 10px 15px;
  height: 100%;
}
#all #this_col .this_public .model-swiper .this_in .swiper-father .this_size {
  width: 30px;
  height: 30px;
  opacity: 1;
  background-color: transparent;
}
#all #this_col .this_public .model-swiper .this_in .swiper-father .this_size .img_b{
    width: 100%;
}

#all #this_col .this_public .model-swiper .this_in .swiper-father .this_size .img_b img{
    width: 100%;
}
#all #this_col .this_public .model-swiper .this_in .swiper-father .this_size::before {
  content: "";
}
#all #this_col .this_public .model-swiper .this_in .swiper-father .this_size::after {
  content: "";
}
#all #this_col .this_public .model-swiper .this_in .swiper-father .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border: 1px solid #676767;
  background-color: transparent;
  position: relative;
}
#all #this_col .this_public .model-swiper .this_in .swiper-father .swiper-pagination-bullet.swiper-pagination-bullet-active {
  border: 2px solid var(--color);
}
#all #this_col .this_public .model-swiper .this_in .swiper-father .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: var(--color);
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .this_public .model-swiper .this_in .this_child {
  background-color: #fff;
  transition: 0.5s all;
}
#all #this_col .this_public .model-swiper .this_in .this_child .img_b {
  width: 100%;
  height: 370px;
}
#all #this_col .this_public .model-swiper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#all #this_col .this_public .model-swiper .this_in .this_child .this_text {
  padding: 15px;
  min-height: 170px;
}
#all #this_col .this_public .model-swiper .this_in .this_child .this_text h5 {
  font-size: 20px;
  color: #222;
  padding: 10px 0;
  font-weight: 500;
}
#all #this_col .this_public .model-swiper .this_in .this_child .this_text p {
  color: #22445f;
  font-size: 14px;
  margin-bottom: 20px;
}
#all #this_col .this_public .model-swiper .this_in .this_child .this_text .learnMore {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  padding: 6px 15px;
  border-radius: 8px;
  font-size: 16px;
  margin-top: auto;
}
#all #this_col .this_public .model-swiper .this_in .this_child:hover {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1019607843);
  transition: 0.5s all;
}
#all #this_col .this_public .model-swiper .this_in .this_child:hover .this_text h5 {
  color: var(--color);
  transition: all 0.5s;
}
#all #this_col .this_public .list_detail_model {
  padding: 60px 0 70px;
  background-color: #fcfcfe;
}
#all #this_col .this_public .list_detail_model .this_in {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#all #this_col .this_public .list_detail_model .this_in .left {
  width: calc(100% - 430px);
}
#all #this_col .this_public .list_detail_model .this_in .left .this_title h5 {
  font-size: 40px;
  color: #092c47;
  margin-bottom: 20px;
}
#all #this_col .this_public .list_detail_model .this_in .left .this_title p {
  font-size: 16px;
  color: #22445f;
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper {
  width: 100%;
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content {
  width: 100%;
  margin: auto;
  margin-top: 30px;
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul li {
  border: 1px solid #E0E0E0;
  border-top: none;
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul li .thisQ {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  background-color: #dadada;
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul li .thisQ .img_b {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul li .thisQ .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul li .thisQ .img_b.open {
  transition: all 0.5s;
  transform: rotate(180deg);
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul li .thisQ p {
  color: #2A2B32;
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  /* 26px */
  text-transform: capitalize;
  width: calc(100% - 50px);
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul li .thisA {
  display: none;
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul li .thisA .thisA_in {
  display: flex;
  padding: 15px;
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul li .thisA .thisA_in p {
  color: var(--3, #22445f);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  width: 100%;
}
#all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul li:first-child {
  border-top: 1px solid #E0E0E0;
}
#all #this_col .this_public .list_detail_model .this_in .right {
  width: 400px;
}
#all #this_col .this_public .list_detail_model .this_in .right .right_form {
  box-shadow: 0 0 80px 13px rgba(141, 153, 204, 0.1);
  border: 1px solid #ecf1f6;
  background-color: #fff;
  padding: 20px;
}
#all #this_col .this_public .list_detail_model .this_in .right .right_form h3 {
  color: #060a12;
  font-size: 22px;
  margin-bottom: 10px;
}
#all #this_col .this_public .list_detail_model .this_in .right .right_form .this_form {
  display: flex;
  flex-direction: column;
}
#all #this_col .this_public .list_detail_model .this_in .right .right_form .this_form input,
#all #this_col .this_public .list_detail_model .this_in .right .right_form .this_form textarea {
  width: 100%;
  background: #f5f7fb;
  border: 1px solid #f5f7fb !important;
  border-radius: 0;
  padding: 10px;
  margin-bottom: 10px;
}
#all #this_col .this_public .list_detail_model .this_in .right .right_form .this_form textarea {
  resize: vertical;
  max-height: 80px;
}
#all #this_col .this_public .list_detail_model .this_in .right .right_form .this_form input[type=submit] {
  background-color: var(--color);
  border-radius: 30px;
  overflow: hidden;
  color: #fff;
}
#all #this_col .indexPage .bannerWrapper .this_child {
  position: relative;
}
#all #this_col .indexPage .bannerWrapper .this_child .img_b {
  width: 100%;
}
#all #this_col .indexPage .bannerWrapper .this_child .img_b img {
  width: 100%;
}
#all #this_col .indexPage .bannerWrapper .this_child .this_text {
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 30px;
  background-color: rgba(0, 0, 0, 0.3019607843);
  text-align: center;
}
#all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in h3 {
  font-weight: 500;
  font-size: 48px;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
  text-shadow: 2px 2px 2px #333;
}
#all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in h3::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 0);
  width: 50%;
  height: 2px;
  background-color: #fff;
}
#all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in h5 {
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  font-weight: 300;
  margin-bottom: 30px;
}
#all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in .this_view {
  background-color: var(--color-dark);
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
  transition: all 0.5s;
}
#all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in .this_view:hover {
  transition: all 0.5s;
  background-color: var(--color);
}
#all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in .this_view span {
  color: #fff;
  font-size: 20px;
}
#all #this_col .indexPage .this_same {
  margin-top: 60px;
}
#all #this_col .indexPage .this_same .this_in {
  width: 73vw;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#all #this_col .indexPage .this_same .this_in .left {
  flex: 0 calc(25% - 20px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#all #this_col .indexPage .this_same .this_in .left h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
}
#all #this_col .indexPage .this_same .this_in .left p {
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 300;
  color: #666;
}
#all #this_col .indexPage .proWrapper {
  margin-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .indexPage .proWrapper .this_in {
  width: 73vw;
  margin: auto;
  display: flex;
  gap: 20px;
}
#all #this_col .indexPage .proWrapper .this_in .this_child {
  position: relative;
  flex: 0 calc(25% - 20px);
}
#all #this_col .indexPage .proWrapper .this_in .this_child:hover .this_text {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
#all #this_col .indexPage .proWrapper .this_in .this_child .img_b {
  width: 100%;
  height: 350px;
}
#all #this_col .indexPage .proWrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#all #this_col .indexPage .proWrapper .this_in .this_child .this_text {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col .indexPage .proWrapper .this_in .this_child .this_text h5 {
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
#all #this_col .indexPage .proWrapper .this_more {
  margin-top: 30px;
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.5s;
}
#all #this_col .indexPage .proWrapper .this_more:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.5s;
}
#all #this_col .indexPage .proListWrapper .this_in .right {
  flex: 0 calc(75% - 20px);
  overflow: hidden;
}

#all #this_col .indexPage .proListWrapper .this_in .right .this_child {
    display: block;
}
#all #this_col .indexPage .proListWrapper .this_in .right .this_child .img_b img{
    width: 100%;
    height: 145px;
}
#all #this_col .indexPage .proListWrapper .this_in .right .this_child .this_text {
  position: absolute;
  bottom: 10px;
  left: 15px;
}
#all #this_col .indexPage .proListWrapper .this_in .right .this_child .this_text h5 {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}
#all #this_col .indexPage .exploreWrapper {
  margin-top: 40px;
}
#all #this_col .indexPage .exploreWrapper .this_in .right {
  flex: 0 calc(75% - 20px);
  overflow: hidden;
}

#all #this_col .indexPage .exploreWrapper .this_in .right .this_child .img_b {
    width: 100%;
    min-height: 250px; 
}

#all #this_col .indexPage .exploreWrapper .this_in .right .this_child .img_b img {
    width: 100%;
    min-height: 250px;
    height: 100%;
    object-fit: cover;
    /*max-width: 100%;*/
}
#all #this_col .indexPage .exploreWrapper .this_in .right .this_child .this_text {
  margin-top: 10px;
  margin-left: 5px;
}
#all #this_col .indexPage .exploreWrapper .this_in .right .this_child .this_text h5 {
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
#all #this_col .indexPage .systemWrapper {
  width: 73vw;
  margin: auto;
  margin-top: 60px;
  display: flex;
  flex-direction: column;
}
#all #this_col .indexPage .systemWrapper .this_title {
  text-align: center;
}
#all #this_col .indexPage .systemWrapper .this_title h3 {
  font-weight: 500;
  color: #212529;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 10px;
}
#all #this_col .indexPage .systemWrapper .this_title p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
  color: #666;
}
#all #this_col .indexPage .systemWrapper .this_in {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
#all #this_col .indexPage .systemWrapper .this_in .this_child {
  flex: 0 calc(16.6% - 20px);
}
#all #this_col .indexPage .systemWrapper .this_in .this_child .img_b {
  width: 100%;
  height: 150px;
}
#all #this_col .indexPage .systemWrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#all #this_col .indexPage .systemWrapper .this_in .this_child .this_text {
    height: calc(100% - 150px);    
    
    
  border: 1px solid #D5D6D5;
  border-top: none;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  padding: 20px;
  text-align: center;
}
#all #this_col .indexPage .systemWrapper .this_in .this_child .this_text h5 {
  font-size: 18px;
  font-weight: 500;
}
#all #this_col .indexPage .systemWrapper .this_in .this_child .this_text p {
  font-weight: 300;
}
#all #this_col .indexPage .projectWrapper {
  width: 73vw;
  margin: auto;
  /*margin-top: 60px;*/
  margin-top: 30px;
  display: flex;
  flex-direction: column;
}
#all #this_col .indexPage .projectWrapper .this_title {
  text-align: center;
}
#all #this_col .indexPage .projectWrapper .this_title h3 {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.3;
  margin-bottom: 20px;
}
#all #this_col .indexPage .projectWrapper .this_in {
  text-align: center;
  padding-bottom: 60px;
}
#all #this_col .indexPage .projectWrapper .this_in .this_text p {
  line-height: 1.5;
  font-weight: 300;
  font-size: 16px;
  color: #666;
}
#all #this_col .indexPage .projectWrapper .this_in .this_more {
  display: inline-block;
  margin-top: 30px;
  border: 1px solid #000;
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 300;
  transition: all 0.5s;
}
#all #this_col .indexPage .projectWrapper .this_in .this_more:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.5s;
}
@media screen and (max-width: 960px) {
  #all #this_col .indexPage .this_same .this_in {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .indexPage .proWrapper .this_in {
    width: 90vw;
    flex-wrap: wrap;
    /*flex-direction: column;*/
  }
  
  
  #all #this_col .indexPage .proWrapper .this_in .this_child {
         flex: 0 calc(50% - 20px);
  }
  
  
  #all #this_col .indexPage .proWrapper .this_in .this_child .img_b {
      width: 100%;
      height: 100%;
  }
  
  #all #this_col .indexPage .systemWrapper {
    width: 90vw;
  }
  #all #this_col .indexPage .systemWrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .indexPage .systemWrapper .this_in .this_child .img_b {
    height: auto;
  }
  
  #all #this_col .indexPage .systemWrapper .this_in .this_child .this_text {
      height: auto;
  }
}
#all #this_col .aboutPage {
  background-color: #fff;
}
#all #this_col .aboutPage .thisBanner {
  position: relative;
}
#all #this_col .aboutPage .thisBanner .img_b {
  width: 100%;
}
#all #this_col .aboutPage .thisBanner .img_b img {
  width: 100%;
}
#all #this_col .aboutPage .thisBanner .this_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
#all #this_col .aboutPage .thisBanner .this_text h3 {
  color: #fff;
  font-size: 44px;
}
#all #this_col .aboutPage .thisBanner .this_text h5 {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
}
#all #this_col .aboutPage .modelWrapper1 {
  padding: 90px 0;
}
#all #this_col .aboutPage .modelWrapper1 .this_title {
  text-align: center;
}
#all #this_col .aboutPage .modelWrapper1 .this_title h3 {
  color: #092c47;
  font-size: 45px;
}
#all #this_col .aboutPage .modelWrapper1 .this_in {
  width: 1200px;
  margin: auto;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  padding: 30px 10px;
  border: 1px solid #ccc;
  border-radius: 7px;
  background: #e9e9e9;
}
#all #this_col .aboutPage .modelWrapper1 .this_in .this_child {
  position: relative;
  flex: 0 25%;
  text-align: center;
}
#all #this_col .aboutPage .modelWrapper1 .this_in .this_child h5 {
  font-size: 40px;
  font-weight: 700;
  color: var(--color);
}
#all #this_col .aboutPage .modelWrapper1 .this_in .this_child p {
  font-size: 16px;
  color: #22445f;
}
#all #this_col .aboutPage .modelWrapper1 .this_in .this_child::before {
  position: absolute;
  content: "";
  top: 0px;
  right: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
}
#all #this_col .aboutPage .modelWrapper1 .this_in .this_child:last-child::before {
  width: 0;
}
#all #this_col .aboutPage .modelWrapper2 .this_title {
  width: 1200px;
  margin: auto;
  text-align: start;
  padding: 0 15px;
}
#all #this_col .aboutPage .modelWrapper2 .this_title h3 {
  font-size: 45px;
  color: #092c47;
}
#all #this_col .aboutPage .modelWrapper2 .this_in {
  width: 1200px;
  margin: auto;
  margin-top: 20px;
  padding: 0 15px;
}
#all #this_col .aboutPage .modelWrapper2 .this_in .this_text p {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
  color: #22445f;
}
#all #this_col .aboutPage .modelWrapper2 .this_in .this_text p a {
  color: var(--color);
}
#all #this_col .aboutPage .modelWrapper2 .this_in .this_text p a:hover {
  color: #22445f;
}
#all #this_col .aboutPage .modelWrapper3 {
  padding-top: 90px;
  padding-bottom: 90px;
}
#all #this_col .aboutPage .modelWrapper3 .this_title {
  text-align: center;
}
#all #this_col .aboutPage .modelWrapper3 .this_title h3 {
  font-size: 45px;
  color: #092c47;
}
#all #this_col .aboutPage .modelWrapper3 .this_in {
  width: 1200px;
  margin: auto;
  margin-top: 60px;
  position: relative;
}
#all #this_col .aboutPage .modelWrapper3 .this_in::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -3px;
  width: 6px;
  height: 100%;
  background: rgba(14, 106, 237, 0.6);
  background: rgba(203, 143, 81, 0.6);
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row {
  width: 100%;
  position: relative;
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child {
  width: 50%;
  position: relative;
  padding: 0 15px;
  box-sizing: border-box;
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child .this_child_in {
  position: relative;
  margin-right: 20px;
  padding: 20px 30px 30px;
  box-shadow: 1px 8px 15px 0px rgba(0, 0, 0, 0.1);
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child .this_child_in::before {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -12px;
  right: -12px;
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child .this_child_in::after {
  position: absolute;
  content: "";
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background: var(--color);
  right: -43px;
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child h5 {
  font-weight: 600;
  color: var(--color);
  padding-bottom: 10px;
  text-align: end;
  font-size: 18px;
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child p {
  color: #22445f;
  font-size: 16px;
  text-align: end;
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row:nth-child(2n+2) {
  display: flex;
  justify-content: flex-end;
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row:nth-child(2n+2) .this_child .this_child_in {
  margin-left: 20px;
  margin-right: 0;
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row:nth-child(2n+2) .this_child .this_child_in h5 {
  text-align: start;
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row:nth-child(2n+2) .this_child .this_child_in p {
  text-align: start;
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row:nth-child(2n+2) .this_child .this_child_in::before {
  border-left: none;
  right: auto;
  left: -12px;
  border-right: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
}
#all #this_col .aboutPage .modelWrapper3 .this_in .this_row:nth-child(2n+2) .this_child .this_child_in::after {
  left: -43px;
}
#all #this_col .aboutPage .modelWrapper4 {
  padding: 60px 0;
  background-color: #f6f6f6;
}
#all #this_col .aboutPage .modelWrapper4 .this_in {
  width: 1350px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#all #this_col .aboutPage .modelWrapper4 .this_in .left {
  flex: 0 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#all #this_col .aboutPage .modelWrapper4 .this_in .left h3 {
  font-size: 45px;
  color: #092c47;
}
#all #this_col .aboutPage .modelWrapper4 .this_in .left .this_text {
  margin-top: 20px;
}
#all #this_col .aboutPage .modelWrapper4 .this_in .left .this_text p {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
}
#all #this_col .aboutPage .modelWrapper4 .this_in .right {
  flex: 0 48%;
}
#all #this_col .aboutPage .modelWrapper4 .this_in .right .img_b {
  width: 100%;
  height: 100%;
}
#all #this_col .aboutPage .modelWrapper4 .this_in .right .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .aboutPage .modelWrapper5 {
  padding: 60px 0;
  background-color: #fff;
}
#all #this_col .aboutPage .modelWrapper5 .this_in {
  width: 1350px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#all #this_col .aboutPage .modelWrapper5 .this_in .left {
  flex: 0 48%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#all #this_col .aboutPage .modelWrapper5 .this_in .left h3 {
  font-size: 45px;
  color: #092c47;
}
#all #this_col .aboutPage .modelWrapper5 .this_in .left .this_text {
  margin-top: 20px;
}
#all #this_col .aboutPage .modelWrapper5 .this_in .left .this_text p {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 16px;
}
#all #this_col .aboutPage .modelWrapper5 .this_in .right {
  flex: 0 48%;
}
#all #this_col .aboutPage .modelWrapper5 .this_in .right .img_b {
  width: 100%;
  height: 100%;
}
#all #this_col .aboutPage .modelWrapper5 .this_in .right .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .aboutPage .modelWrapper6 {
  padding: 70px 0 40px;
  background-color: #f6f6f6;
}
#all #this_col .aboutPage .modelWrapper6 .this_title {
  text-align: center;
}
#all #this_col .aboutPage .modelWrapper6 .this_title h3 {
  font-size: 45px;
  color: #092c47;
}
#all #this_col .aboutPage .modelWrapper6 .this_in {
  width: 1200px;
  margin: auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
#all #this_col .aboutPage .modelWrapper6 .this_in .this_child {
  flex: 0 32%;
  padding-bottom: 30px;
}
#all #this_col .aboutPage .modelWrapper6 .this_in .this_child > a {
  width: 100%;
  display: inline-block;
}
#all #this_col .aboutPage .modelWrapper6 .this_in .this_child .img_b {
  width: 100%;
  overflow: hidden;
}
#all #this_col .aboutPage .modelWrapper6 .this_in .this_child .img_b img {
  width: 100%;
  transition: all 0.5s;
}
#all #this_col .aboutPage .modelWrapper6 .this_in .this_child .img_b:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
#all #this_col .aboutPage .modelWrapper6 .this_in .this_child .this_text h5 {
  font-weight: 600;
  color: #363636;
  font-size: 20px;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 15px;
  margin: 15px 0;
}
#all #this_col .aboutPage .modelWrapper6 .this_in .this_child .this_text h5::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  width: 4px;
  height: 50%;
  transform: translate(0, 50%);
  border-radius: 5px;
  background: var(--color);
}
#all #this_col .aboutPage .modelWrapper6 .this_in .this_child .this_text p {
  font-size: 16px;
  color: #22445f;
}
#all #this_col .aboutPage .modelWrapper7 {
  padding: 70px 0 40px;
  background-color: #fff;
}
#all #this_col .aboutPage .modelWrapper7 .this_title {
  text-align: center;
}
#all #this_col .aboutPage .modelWrapper7 .this_title h3 {
  font-size: 45px;
  color: #092c47;
}
#all #this_col .aboutPage .modelWrapper7 .this_in {
  width: 1200px;
  margin: auto;
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
#all #this_col .aboutPage .modelWrapper7 .this_in .this_child {
  flex: 0 32%;
  padding-bottom: 30px;
}
#all #this_col .aboutPage .modelWrapper7 .this_in .this_child > a {
  display: inline-block;
}
#all #this_col .aboutPage .modelWrapper7 .this_in .this_child .img_b {
  width: 100%;
  overflow: hidden;
}
#all #this_col .aboutPage .modelWrapper7 .this_in .this_child .img_b img {
  width: 100%;
  transition: all 0.5s;
}
#all #this_col .aboutPage .modelWrapper7 .this_in .this_child .img_b:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
#all #this_col .aboutPage .modelWrapper8 {
  background-color: var(--color);
}
#all #this_col .aboutPage .modelWrapper8 .this_in {
  width: 1200px;
  margin: auto;
  padding: 50px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .aboutPage .modelWrapper8 .this_in .left {
  flex: 0 100%;
}
#all #this_col .aboutPage .modelWrapper8 .this_in .left h3 {
  text-align: center;
  color: #fff;
  font-size: 45px;
}
#all #this_col .aboutPage .modelWrapper8 .this_in .right {
  margin-top: 40px;
  flex: 0 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#all #this_col .aboutPage .modelWrapper8 .this_in .right .this_button {
  gap: 0 30px;
  background-color: #fff;
  border: 1px solid var(--color);
}
#all #this_col .aboutPage .modelWrapper8 .this_in .right .this_button:hover {
  background-color: #000;
}
#all #this_col .proPage .thisBanner {
  position: relative;
}
#all #this_col .proPage .thisBanner .img_b {
  width: 100%;
}
#all #this_col .proPage .thisBanner .img_b img {
  width: 100%;
}
#all #this_col .proPage .thisBanner .this_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .proPage .thisBanner .this_text h3 {
  color: #fff;
  font-size: 44px;
  margin-bottom: 20px;
}
#all #this_col .proPage .thisBanner .this_text p {
  font-size: 16px;
  color: #fff;
}
#all #this_col .proPage .thisBanner .this_text .this_button {
  background-color: #fff;
  margin-top: 20px;
}
#all #this_col .proPage .thisBanner .this_text .this_button:hover {
  background-color: #000;
}
#all #this_col .proPage .modelWrapper1 {
  padding-top: 70px;
}
#all #this_col .proPage .modelWrapper1 .this_title {
  width: 1170px;
  margin: auto;
}
#all #this_col .proPage .modelWrapper1 .this_title h3 {
  font-size: 40px;
  color: #092c47;
}
#all #this_col .proPage .modelWrapper1 .this_in {
  width: 1170px;
  margin: auto;
  margin-top: 20px;
}
#all #this_col .proPage .modelWrapper1 .this_in .before p {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
  color: #22445f;
}
#all #this_col .proPage .modelWrapper1 .this_in .after {
  display: none;
}
#all #this_col .proPage .modelWrapper1 .this_in .after p {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
  color: #22445f;
}
#all #this_col .proPage .modelWrapper1 .this_in .show {
  display: flex;
  align-items: center;
  gap: 0 10px;
  cursor: pointer;
}
#all #this_col .proPage .modelWrapper1 .this_in .show i {
  font-size: 16px;
  color: var(--color);
  font-weight: bold;
  transition: all 0.5s;
}
#all #this_col .proPage .modelWrapper1 .this_in .show span {
  font-size: 16px;
  color: var(--color);
  font-weight: bold;
}
#all #this_col .proPage .modelWrapper1 .this_in .show.open i {
  transition: all 0.5s;
  transform: rotate(180deg);
}
#all #this_col .proPage .modelWrapper2 {
  padding-top: 70px;
  padding-bottom: 30px;
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .proPage .modelWrapper2 .this_title {
  text-align: center;
}
#all #this_col .proPage .modelWrapper2 .this_title h3 {
  font-size: 40px;
  color: #092c47;
  margin-bottom: 20px;
}
#all #this_col .proPage .modelWrapper2 .this_title p {
  color: #22445f;
  font-size: 16px;
}
#all #this_col .proPage .modelWrapper2 .this_in {
  width: 100%;
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
#all #this_col .proPage .modelWrapper2 .this_in .this_child {
  flex: 0 23%;
  box-sizing: border-box;
  transition: 0.5s all;
}
#all #this_col .proPage .modelWrapper2 .this_in .this_child .img_b {
  width: 100%;
  height: 300px;
}
#all #this_col .proPage .modelWrapper2 .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
#all #this_col .proPage .modelWrapper2 .this_in .this_child .this_text {
  padding: 15px;
  display: flex;
  flex-direction: column;
  height: calc(100% - 300px);
}
#all #this_col .proPage .modelWrapper2 .this_in .this_child .this_text h5 {
  font-size: 20px;
  color: #222;
  padding: 10px 0;
  font-weight: 500;
}
#all #this_col .proPage .modelWrapper2 .this_in .this_child .this_text p {
  color: #22445f;
  font-size: 14px;
  margin-bottom: 20px;
}
#all #this_col .proPage .modelWrapper2 .this_in .this_child .this_text .learnMore {
  display: inline-block;
  margin-top: 15px;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  padding: 6px 15px;
  border-radius: 8px;
  font-size: 16px;
  /*右侧*/
  margin-top: auto;
  /*底部*/
}
#all #this_col .proPage .modelWrapper2 .this_in .this_child:hover {
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1019607843);
  transition: 0.5s all;
}
#all #this_col .proPage .modelWrapper2 .this_in .this_child:hover .this_text h5 {
  color: var(--color);
  transition: all 0.5s;
}
#all #this_col .proPage .modelWrapper2 .this_num {
  margin-top: 30px;
  background-color: #f5f5f5;
  padding: 7px 8px;
}
#all #this_col .proPage .modelWrapper2 .this_num p {
  color: 16px;
}
#all #this_col .proPage .modelbottom {
  background-color: #fff;
}
#all #this_col .proPage .modelWrapper4 {
  background-color: #f6f6f6;
  margin-top: 40px;
  padding: 70px 0 40px;
}
#all #this_col .proPage .modelWrapper4 .this_title {
  text-align: center;
}
#all #this_col .proPage .modelWrapper4 .this_title h3 {
  font-size: 40px;
  color: #092c47;
  margin-bottom: 20px;
}
#all #this_col .proPage .modelWrapper4 .this_in {
  display: flex;
  width: 1200px;
  margin: auto;
}
#all #this_col .proPage .modelWrapper4 .this_in .this_child {
  flex: 0 25%;
  padding: 0 15px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .proPage .modelWrapper4 .this_in .this_child .img_b {
  width: 100px;
  height: 100px;
  display: inline-block;
  overflow: hidden;
  border-radius: 100%;
  border: 2px solid #fff;
}
#all #this_col .proPage .modelWrapper4 .this_in .this_child .img_b img {
  width: 100%;
  width: 100%;
}
#all #this_col .proPage .modelWrapper4 .this_in .this_child .this_text {
  text-align: center;
}
#all #this_col .proPage .modelWrapper4 .this_in .this_child .this_text h5 {
  margin: 10px 0;
  font-size: 22px;
  color: #333333;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 1350px;
  margin: auto;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .left {
  flex: 0 49%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .left h3 {
  color: #092c47;
  font-size: 40px;
  margin-bottom: 20px;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .left .this_text p {
  margin-bottom: 20px;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .right {
  flex: 0 48%;
  position: relative;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .right .img_b {
  height: 100%;
  overflow: hidden;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .right .img_b img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .right .this_relay {
  cursor: pointer;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .right .this_relay img {
  width: 100%;
  transition: all 0.5s;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .right .this_relay:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .right .this_video {
  display: none;
  max-width: 100%;
  max-height: 100%;
  width: 550px;
  height: 350px;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .right .this_video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child:nth-child(2n+2) {
  background-color: #f6f6f6;
}
#all #this_col .proPage .modelWrapper5 .this_in .this_child:nth-child(2n+2) .this_child_in {
  flex-direction: row-reverse;
}
#all #this_col .proPage .modelWrapper6 {
  padding: 70px 0 30px;
  background-color: #f6f6f6;
}
#all #this_col .proPage .modelWrapper6 .this_title {
  width: 1170px;
  margin: auto;
  text-align: center;
}
#all #this_col .proPage .modelWrapper6 .this_title h3 {
  font-size: 40px;
  color: #092c47;
  margin-bottom: 40px;
}
#all #this_col .proPage .modelWrapper6 .this_in {
  width: 1170px;
  margin: auto;
}
#all #this_col .proPage .modelWrapper6 .this_in .top {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#all #this_col .proPage .modelWrapper6 .this_in .top .left {
  flex: 0 49%;
  height: 100%;
  position: relative;
}
#all #this_col .proPage .modelWrapper6 .this_in .top .left .img_b {
  width: 100%;
  height: 100%;
}
#all #this_col .proPage .modelWrapper6 .this_in .top .left .img_b img {
  width: 100%;
  height: 100%;
  display: inline-block;
  object-fit: cover;
}
#all #this_col .proPage .modelWrapper6 .this_in .top .left .this_relay {
  cursor: pointer;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .proPage .modelWrapper6 .this_in .top .left .this_relay img {
  width: 100%;
  transition: all 0.5s;
}
#all #this_col .proPage .modelWrapper6 .this_in .top .left .this_relay:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
#all #this_col .proPage .modelWrapper6 .this_in .top .left .this_video {
  display: none;
  max-width: 100%;
  max-height: 100%;
  width: 550px;
  height: 350px;
}
#all #this_col .proPage .modelWrapper6 .this_in .top .left .this_video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#all #this_col .proPage .modelWrapper6 .this_in .top .right {
  flex: 0 49%;
  height: 100%;
  position: relative;
}
#all #this_col .proPage .modelWrapper6 .this_in .top .right .img_b {
  width: 100%;
  height: 100%;
}
#all #this_col .proPage .modelWrapper6 .this_in .top .right .img_b img {
  width: 100%;
  height: 100%;
  display: inline-block;
  object-fit: cover;
}
#all #this_col .proPage .modelWrapper6 .this_in .bottom {
  margin-top: 30px;
}
#all #this_col .proPage .modelWrapper6 .this_in .bottom .this_text p {
  color: #22445f;
  font-size: 16px;
  margin-bottom: 20px;
}
#all #this_col .proPage .modelWrapper7 {
  padding: 70px 0 40px;
}
#all #this_col .proPage .modelWrapper7 .this_title {
  width: 1170px;
  margin: auto;
}
#all #this_col .proPage .modelWrapper7 .this_title h3 {
  font-size: 40px;
  color: #092c47;
  margin-bottom: 40px;
}
#all #this_col .proPage .modelWrapper7 .this_in {
  width: 1170px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#all #this_col .proPage .modelWrapper7 .this_in .this_child {
  flex: 0 49%;
  height: 100%;
}
#all #this_col .proPage .modelWrapper7 .this_in .this_child .top {
  height: 100%;
  position: relative;
}
#all #this_col .proPage .modelWrapper7 .this_in .this_child .top .img_b {
  width: 100%;
  height: 100%;
}
#all #this_col .proPage .modelWrapper7 .this_in .this_child .top .img_b img {
  width: 100%;
  height: 100%;
  display: inline-block;
  object-fit: cover;
}
#all #this_col .proPage .modelWrapper7 .this_in .this_child .top .this_relay {
  cursor: pointer;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .proPage .modelWrapper7 .this_in .this_child .top .this_relay img {
  width: 100%;
  transition: all 0.5s;
}
#all #this_col .proPage .modelWrapper7 .this_in .this_child .top .this_relay:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
#all #this_col .proPage .modelWrapper7 .this_in .this_child .top .this_video {
  display: none;
  max-width: 100%;
  max-height: 100%;
  width: 550px;
  height: 350px;
}
#all #this_col .proPage .modelWrapper7 .this_in .this_child .top .this_video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#all #this_col .proPage .modelWrapper7 .this_in .this_child .bottom h5 {
  margin: 15px 0 8px;
  font-size: 20px;
  color: #333;
}
#all #this_col .proPage .modelWrapper7 .this_in .this_child .bottom .this_text p {
  color: #22445f;
  font-size: 16px;
  margin-bottom: 20px;
}
#all #this_col .proPage .modelWrapper8 {
  padding: 60px 0;
  background-color: #f9f9f9;
}
#all #this_col .proPage .modelWrapper8 .this_title {
  width: 1170px;
  margin: auto;
  text-align: center;
}
#all #this_col .proPage .modelWrapper8 .this_title h3 {
  font-size: 40px;
  color: #092c47;
  margin-bottom: 40px;
}
#all #this_col .proPage .modelWrapper8 .this_in {
  width: 1170px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 30px 0;
}
#all #this_col .proPage .modelWrapper8 .this_in .this_child {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 25px 15px;
  background: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  overflow: hidden;
}
#all #this_col .proPage .modelWrapper8 .this_in .this_child .img_b {
  width: 270px;
  height: 100%;
  overflow: hidden;
}
#all #this_col .proPage .modelWrapper8 .this_in .this_child .img_b img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .proPage .modelWrapper8 .this_in .this_child .this_text {
  width: calc(100% - 300px);
}
#all #this_col .proPage .modelWrapper8 .this_in .this_child .this_text h5 {
  color: #000000;
  font-size: 24px;
  margin-bottom: 10px;
}
#all #this_col .proPage .modelWrapper8 .this_in .this_child .this_text p {
  color: #22445f;
  font-size: 16px;
}
#all #this_col .proPage .modelWrapper8 .this_in .this_child .this_text .buttonGroup {
  margin-top: 15px;
  display: flex;
  gap: 0 10px;
}
#all #this_col .proPage .modelWrapper9 .this_in {
  position: relative;
}
#all #this_col .proPage .modelWrapper9 .this_in .this_text {
  width: 1200px;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .proPage .modelWrapper9 .this_in .this_text h5 {
  font-size: 44px;
  color: #fff;
}
#all #this_col .proPage .modelWrapper9 .this_in .this_text p {
  font-size: 22px;
  color: #fff;
}
#all #this_col .proPage .modelWrapper9 .this_in .this_text .this_button {
  margin-top: 20px;
  background-color: #fff;
  color: #000;
}
#all #this_col .proPage .modelWrapper9 .this_in .this_text .this_button:hover {
  background-color: #000;
  color: #fff;
}
#all #this_col .proPage .modelWrapper10 {
  margin-top: 4.6875vw;
}
#all #this_col .proPage .modelWrapper10 .this_title {
  text-align: center;
}
#all #this_col .proPage .modelWrapper10 .this_title h3 {
  display: inline-block;
  font-size: 45px;
  position: relative;
}
#all #this_col .proPage .modelWrapper10 .this_in {
  width: 1200px;
  margin: auto;
  margin-top: 3.125vw;
  padding-bottom: 3.125vw;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox {
  width: 100%;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .hd {
  width: 100%;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .hd ul {
  display: flex;
  gap: 0 20px;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .hd ul li {
  padding-bottom: 10px;
  position: relative;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .hd ul li a {
  color: var(--color);
  font-size: 16px;
  font-weight: 600;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .hd ul li::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: var(--color);
  transform: scaleX(0);
  transition: all 0.5s;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .hd ul li.on::before {
  transform: scaleX(1);
  transition: all 0.5s;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd {
  margin-top: 60px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 30px;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_img {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_img > a {
  display: inline-block;
  flex: 0 32%;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_img > a .img_b {
  width: 100%;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_img > a .img_b img {
  width: 100%;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_table {
  overflow-x: scroll;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_table table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_table table tr td {
  padding: 0.7em 1em;
  border-width: 0 1px 1px 0;
  border: 1px solid #ddd;
}
#all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_table table tr:nth-child(odd) {
  background: #f1f1f1;
}
#all #this_col .proPage .modelWrapper11 {
  padding: 70px 0;
  background-color: #f6f6f6;
}
#all #this_col .proPage .modelWrapper11 .this_in .swiper-father {
  width: 1170px;
  margin: auto;
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
}
#all #this_col .proPage .modelWrapper11 .this_in .swiper-father::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  margin-left: -14px;
  width: 27px;
  height: 27px;
  background: url(../img/dian.png) 0 0 no-repeat;
}
#all #this_col .proPage .modelWrapper11 .this_in .swiper-father .this_arrow {
  opacity: 1;
  background-color: transparent;
}
#all #this_col .proPage .modelWrapper11 .this_in .swiper-father .this_arrow::before {
  content: "";
}
#all #this_col .proPage .modelWrapper11 .this_in .swiper-father .this_arrow::after {
  content: "";
}
#all #this_col .proPage .modelWrapper11 .this_in .swiper-father .next {
  display: flex;
  justify-content: center;
}
#all #this_col .proPage .modelWrapper11 .this_in .swiper-father .next .swiper-pagination-bullet {
  font-size: 16px;
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #000;
  opacity: 1;
}
#all #this_col .proPage .modelWrapper11 .this_in .swiper-father .next .swiper-pagination-bullet-active {
  background-color: var(--color);
  color: #fff;
}
#all #this_col .proPage .modelWrapper11 .this_in .this_child {
  width: 800px;
  margin: auto;
}
#all #this_col .proPage .modelWrapper11 .this_in .this_child p {
  font-style: italic;
  font-size: 16px;
  color: #22445f;
  text-align: center;
}
#all #this_col .proPage .modelWrapper11 .this_in .this_child h5 {
  margin-top: 20px;
  color: #22445f;
  font-size: 16px;
  text-align: center;
}
#all #this_col .proPage .modelWrapper12.faqWrapper .this_content {
  width: 64.5833333333vw;
  margin: auto;
  margin-top: 3.125vw;
  padding-bottom: 7.8125vw;
}
#all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li {
  border-bottom: 1px solid #E0E0E0;
}
#all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisQ {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
  padding-top: 40px;
}
#all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisQ .img_b {
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}
#all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisQ .img_b img {
  width: 100%;
  height: 100%;
}
#all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisQ .img_b.open {
  transition: all 0.5s;
  transform: rotate(180deg);
}
#all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisQ p {
  color: #2A2B32;
  font-family: Open Sans;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  /* 26px */
  text-transform: capitalize;
  width: 60.9375vw;
}
#all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisA {
  display: none;
}
#all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisA .thisA_in {
  display: flex;
  padding-bottom: 20px;
}
#all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisA .thisA_in p {
  color: var(--3, #8C92AC);
  font-family: Open Sans;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  /* 20.8px */
  text-transform: capitalize;
  width: 60.9375vw;
}
#all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li:first-child {
  border-top: 1px solid #E0E0E0;
}
#all #this_col .proPage .modelRelated .this_title h3 {
  text-align: center;
}
#all #this_col .proPage .modelRelated .this_in .this_child {
  background-color: transparent;
}
#all #this_col .proPage .modelRelated .this_in .this_child .this_text h5 {
  text-align: center;
  font-size: 22px;
}
#all #this_col .proDetailPage .thisBanner {
  position: relative;
}
#all #this_col .proDetailPage .thisBanner .img_b {
  width: 100%;
  height: 250px;
  max-height: 250px;
}
#all #this_col .proDetailPage .thisBanner .img_b img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#all #this_col .proDetailPage .thisBanner .this_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .proDetailPage .thisBanner .this_text h3 {
  color: #fff;
  font-size: 44px;
  margin-bottom: 20px;
}
#all #this_col .proDetailPage .thisBanner .this_text p {
  font-size: 16px;
  color: #fff;
}
#all #this_col .proDetailPage .thisBanner .this_text .this_button {
  background-color: #fff;
  margin-top: 20px;
}
#all #this_col .proDetailPage .thisBanner .this_text .this_button:hover {
  background-color: #000;
}
#all #this_col .proDetailPage .ksWrapper > div {
  width: 1200px;
  margin: auto;
}
#all #this_col .proDetailPage .modelWrapper1 {
  padding: 90px 0;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1200px;
  margin: auto;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left {
  width: calc(100% - 500px);
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .swiper-father {
  position: relative;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .swiper-father .this_arrow {
  opacity: 1;
  background-color: transparent;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .top .swiper-wrapper {
  align-items: center;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .top .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .top .img_b {
  height: 600px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .top .img_b img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom {
  margin-top: 30px;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .swiper {
  width: calc(100% - 100px);
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .swiper .swiper-slide {
  height: 100%;
  display: flex;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .swiper .swiper-slide .img_b {
  max-height: 100px;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .swiper .swiper-slide .img_b img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .this_arrow::after {
  content: "";
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .this_arrow::before {
  color: #000;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .right {
  border: 1px solid #e3e4e4;
  width: 470px;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_title {
  padding: 25px 30px;
  border-bottom: 1px solid #e3e4e4;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_title h5 {
  font-size: 20px;
  color: #092c47;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text {
  padding: 25px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text p {
  font-size: 16px;
  color: #22445f;
  margin-bottom: 20px;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text ul li {
  font-size: 16px;
  line-height: 1.3;
  padding-left: 20px;
  margin-bottom: 10px;
  color: #111;
  font-weight: 600;
  position: relative;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text ul li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid var(--color);
  border-radius: 100%;
  background: 0 0;
}
#all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text .this_button {
  margin-top: 50px;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 1350px;
  margin: auto;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .left {
  flex: 0 53%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .left h3 {
  color: #092c47;
  font-size: 45px;
  margin-bottom: 20px;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .left .this_text p {
  margin-bottom: 20px;
  font-size: 16px;
  color: #22445f;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right {
  position: relative;
  flex: 0 43%;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .img_b {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .img_b img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_relay {
  cursor: pointer;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_relay img {
  width: 100%;
  transition: all 0.5s;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_relay:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_video {
  display: none;
  max-width: 100%;
  max-height: 100%;
  width: 550px;
  height: 350px;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child:nth-child(2n+1) {
  background-color: #f6f6f6;
}
#all #this_col .proDetailPage .modelWrapper2 .this_in .this_child:nth-child(2n+1) .this_child_in {
  flex-direction: row-reverse;
}
#all #this_col .proDetailPage .modelWrapper3 {
  margin-top: 4.6875vw;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left {
  width: calc(100% - 500px);
  margin-top: 3.125vw;
  padding-bottom: 3.125vw;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox {
  width: 100%;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd {
  width: 100%;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul {
  display: flex;
  gap: 0 20px;
  border-bottom: 2px solid #bababa;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li {
  padding-bottom: 10px;
  position: relative;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li a {
  color: #233645;
  font-size: 16px;
  font-weight: 600;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li::before {
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color);
  transform: scaleX(0);
  transition: all 0.5s;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li::after {
  transform: scaleX(0);
  transition: all 0.5s;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li.on::before {
  transform: scaleX(1);
  transition: all 0.5s;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li.on::after {
  transform: scaleX(1);
  position: absolute;
  content: "";
  bottom: -8px;
  left: 50%;
  margin-left: -6px;
  border-top: 6px solid var(--color);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  transition: all 0.5s;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd {
  margin-top: 60px;
  border: 1px solid #d6d6d6;
  border-radius: 10px;
  padding: 30px;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in .content_table {
  overflow-x: scroll;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in .content_table table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.5em;
  width: 100%;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in .content_table table tr td {
  padding: 0.7em 1em;
  border-width: 0 1px 1px 0;
  border: 1px solid #ddd;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in .content_table table tr:nth-child(odd) {
  background: #f1f1f1;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in p {
  text-align: center;
  font-size: 16px;
  color: #22445f;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .right {
  width: 470px;
  position: relative;
  display: flex;
  align-items: center;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .right .img_b {
  width: 100%;
  overflow: hidden;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .right .img_b img {
  display: inline-block;
  width: 100%;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .right .this_relay {
  cursor: pointer;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .right .this_relay img {
  width: 100%;
  transition: all 0.5s;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .right .this_relay:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .right .this_video {
  display: none;
  max-width: 100%;
  max-height: 100%;
  width: 550px;
  height: 350px;
}
#all #this_col .proDetailPage .modelWrapper3 .this_in .right .this_video iframe {
  display: block;
  width: 100%;
  height: 100%;
}
#all #this_col .proDetailPage .modelRelated {
  background-color: #fff;
}
#all #this_col .proDetailPage .modelRelated .this_title {
  position: relative;
  width: 100%;
  text-align: center;
}
#all #this_col .proDetailPage .modelRelated .this_title h3 {
  display: inline-block;
  font-size: 45px;
  text-align: center;
  background-color: #ffffff;
  position: relative;
  padding: 0 20px;
}
#all #this_col .proDetailPage .modelRelated .this_title::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #bababa;
  position: absolute;
  top: 50%;
  left: 0;
}
#all #this_col .proDetailPage2 {
  font-family: "Titillium Web", "Microsoft Yahei", helvetica, arial, sans-serif;
}
#all #this_col .proDetailPage2 .navLinkWrapper {
  background-color: #092E63;
}
#all #this_col .proDetailPage2 .navLinkWrapper .this_in {
  width: 1200px;
  margin: auto;
  display: flex;
  justify-content: space-between;
}
#all #this_col .proDetailPage2 .navLinkWrapper .this_in ul {
  display: flex;
  gap: 25px;
}
#all #this_col .proDetailPage2 .navLinkWrapper .this_in ul li {
  display: flex;
  align-items: center;
}
#all #this_col .proDetailPage2 .navLinkWrapper .this_in ul li a {
  font-size: 15px;
  color: #fff;
}
#all #this_col .proDetailPage2 .navLinkWrapper .this_in ul li a:hover {
  transition: all 0.5s;
  color: #FFCB00;
}
#all #this_col .proDetailPage2 .navLinkWrapper .this_in ul li a.current {
  transition: all 0.5s;
  color: #FFCB00;
}
#all #this_col .proDetailPage2 .navLinkWrapper .this_in .this_inquiry {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFCB00;
  padding: 10px 30px;
  gap: 15px;
}
#all #this_col .proDetailPage2 .navLinkWrapper .this_in .this_inquiry:hover {
  background-color: #FFB800;
  color: #000;
}
#all #this_col .proDetailPage2 .navLinkWrapper .this_in .this_inquiry i {
  font-size: 16px;
  color: #000;
}
#all #this_col .proDetailPage2 .navLinkWrapper .this_in .this_inquiry span {
  font-size: 14px;
  font-weight: 500;
}
#all #this_col .proDetailPage2 .mainWrapper {
  display: flex;
  justify-content: space-between;
  width: 1200px;
  margin: auto;
}
#all #this_col .proDetailPage2 .mainWrapper main {
  flex: 0 calc(100% - 280px);
  padding-right: 20px;
  border-right: 1px solid #EAEBEB;
  padding-bottom: 30px;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_title {
  padding-bottom: 10px;
  margin: 25px 0 15px;
  border-bottom: 1px dashed #ddd;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_title h1 {
  font-size: 30px;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in {
  display: flex;
  justify-content: space-between;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .left {
  width: 270px;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .left .img_b {
  width: 100%;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .left .img_b img {
  width: 100%;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right {
  flex: 0 calc(100% - 290px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right ul {
  width: 100%;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right ul li {
  background-color: #F9F9F9;
  display: flex;
  font-size: 16px;
  border-bottom: 1px solid #EAEBEB;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right ul li:nth-child(2n+2) {
  background-color: #FFFFFF;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right ul li em {
  display: inline-block;
  padding: 8px 15px;
  flex: 0 25%;
  color: #555555;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right ul li span {
  display: inline-block;
  padding: 8px 15px;
  flex: 0 85%;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right .this_inquiry {
  display: inline-block;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFCB00;
  padding: 10px 30px;
  gap: 15px;
  border-radius: 5px;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right .this_inquiry:hover {
  background-color: #FFB800;
  color: #000;
  box-shadow: 2px 2px 15px #ddd;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right .this_inquiry i {
  font-size: 16px;
  color: #000;
}
#all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right .this_inquiry span {
  font-size: 14px;
  font-weight: 500;
}
#all #this_col .proDetailPage2 .mainWrapper main .this_title1 {
  border-bottom: 1px dashed #ddd;
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
#all #this_col .proDetailPage2 .mainWrapper main .this_title1 h3 {
  font-size: 20px;
  font-weight: 600;
}
#all #this_col .proDetailPage2 .mainWrapper main .overviewWrapper .this_in p {
  margin-bottom: 10px;
}
#all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 22px;
}
#all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child {
  flex: 0 calc(33.3% - 15px);
  box-shadow: 0 2px 14px rgba(7, 19, 33, 0.04), 0 2px 4px rgba(7, 19, 33, 0.04);
  transition: all 0.5s;
}
#all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child:hover {
  box-shadow: 0 2px 20px rgba(7, 19, 33, 0.08), 0 2px 4px rgba(7, 19, 33, 0.08);
  transition: all 0.5s;
}
#all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child .img_b {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
#all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child .img_b:hover img {
  transform: scale(1.05);
  transition: all 0.5s;
}
#all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child .img_b img {
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child .this_text {
  padding: 15px 20px;
}
#all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child .this_text h5 {
  font-weight: 500;
  color: #071321;
  font-size: 16px;
}
#all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child .this_text .this_time {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
#all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child .this_text .this_time i {
  color: #596E87;
}
#all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child .this_text .this_time span {
  color: #596E87;
}
#all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
#all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom .this_child {
  flex: 0 calc(50% - 10px);
}
#all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom .this_child h5 {
  font-weight: 500;
  font-size: 16px;
}
#all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom .this_child ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom .this_child ul li {
  color: #071321;
  font-size: 15px;
  position: relative;
  padding-left: 15px;
  line-height: 1;
}
#all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom .this_child ul li::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 6px;
  height: 6px;
  background-color: #ffcb00;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-num {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-num .this_child {
  flex: 0 calc(25% - 15px);
  background: rgba(229, 230, 231, 0.3);
  border: 1px solid #EDEEEE;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-num .this_child .this_time {
  font-size: 40px;
  color: #001CB0;
  font-weight: 600;
  line-height: 1;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .this_title2 {
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 10px 12px;
  font-size: 16px;
  font-weight: 600;
  background: #f3f8ff;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-direct .this_in2 .this_top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-direct .this_in2 .this_top .img_b {
  border: 1px solid #eee;
  padding: 4px;
  flex: 0 calc(33% - 10px);
  height: 200px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-direct .this_in2 .this_top .img_b:nth-child(4n+1) {
  flex: 0 100%;
  height: 265px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-direct .this_in2 .this_top .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-direct .this_in2 .this_bottom {
  margin-top: 15px;
  padding: 10px 15px;
  background: #fbfbfc;
  font-size: 16px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-quarry .this_in2 .this_top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-quarry .this_in2 .this_top .img_b {
  border: 1px solid #eee;
  padding: 4px;
  flex: 0 calc(33% - 10px);
  height: 200px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-quarry .this_in2 .this_top .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-quarry .this_in2 .this_bottom {
  margin-top: 15px;
  padding: 10px 15px;
  background: #fbfbfc;
  font-size: 16px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-professional .this_in2 .this_top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-professional .this_in2 .this_top .img_b {
  border: 1px solid #eee;
  padding: 4px;
  flex: 0 calc(25% - 15px);
  height: 135px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-professional .this_in2 .this_top .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-professional .this_in2 .this_bottom {
  margin-top: 15px;
  padding: 10px 15px;
  background: #fbfbfc;
  font-size: 16px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_top .img_b {
  border: 1px solid #eee;
  padding: 4px;
  flex: 0 calc(33% - 10px);
  height: 200px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_top .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_center {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_center .img_b {
  border: 1px solid #eee;
  padding: 4px;
  flex: 0 calc(16.6% - 16px);
  height: 70px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_center .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_bottom {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_bottom .this_child {
  flex: 0 calc(50% - 10px);
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_bottom .this_child h5 {
  font-weight: 500;
  font-size: 16px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_bottom .this_child ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_bottom .this_child ul li {
  color: #071321;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  line-height: 1;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_bottom .this_child ul li::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 6px;
  height: 6px;
  background-color: #ffcb00;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-certificates .this_in2 .this_top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-certificates .this_in2 .this_top .img_b {
  border: 1px solid #eee;
  padding: 4px;
  flex: 0 calc(16.6% - 15px);
  height: 175px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-certificates .this_in2 .this_top .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-certificates .this_in2 .this_center {
  margin-top: 15px;
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #fbfbfc;
  font-size: 16px;
}
#all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-certificates .this_in2 .this_bottom .img_b img {
  width: auto;
  display: block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
#all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_top {
  margin-top: 15px;
  font-size: 16px;
}
#all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_center {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_center .this_child {
  flex: 0 calc(50% - 10px);
}
#all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_center .this_child h5 {
  font-weight: 500;
  font-size: 16px;
}
#all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_center .this_child ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_center .this_child ul li {
  color: #071321;
  font-size: 16px;
  position: relative;
  padding-left: 15px;
  line-height: 1;
}
#all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_center .this_child ul li::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  width: 6px;
  height: 6px;
  background-color: #ffcb00;
}
#all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_bottom .img_b {
  width: 100%;
}
#all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_bottom .img_b img {
  max-width: 100%;
}
#all #this_col .proDetailPage2 .mainWrapper main .packWrapper .this_in .this_top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
}
#all #this_col .proDetailPage2 .mainWrapper main .packWrapper .this_in .this_top .img_b {
  border: 1px solid #eee;
  padding: 4px;
  flex: 0 calc(33% - 10px);
  height: 200px;
}
#all #this_col .proDetailPage2 .mainWrapper main .packWrapper .this_in .this_top .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
#all #this_col .proDetailPage2 .mainWrapper main .faqWrapper .this_in .this_top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
}
#all #this_col .proDetailPage2 .mainWrapper main .faqWrapper .this_in .this_top ul li {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
#all #this_col .proDetailPage2 .mainWrapper main .faqWrapper .this_in .this_top ul li span {
  font-size: 16px;
  font-weight: bold;
  counter-reset: count 1;
  display: flex;
  align-items: center;
}
#all #this_col .proDetailPage2 .mainWrapper main .faqWrapper .this_in .this_top ul li span::before {
  content: counter(count);
  padding-right: 10px;
}
#all #this_col .proDetailPage2 .mainWrapper main .faqWrapper .this_in .this_top ul li span:last-child {
  font-weight: 500;
}
#all #this_col .proDetailPage2 .mainWrapper main .faqWrapper .this_in .this_top ul li span:last-child::before {
  padding-right: 0;
  content: "";
}
#all #this_col .proDetailPage2 .mainWrapper main .inspirationWrapper .this_in .this_top {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 19px;
}
#all #this_col .proDetailPage2 .mainWrapper main .inspirationWrapper .this_in .this_top .img_b {
  border: 1px solid #eee;
  padding: 4px;
  flex: 0 calc(33% - 10px);
  height: 200px;
}
#all #this_col .proDetailPage2 .mainWrapper main .inspirationWrapper .this_in .this_top .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline-block;
}
#all #this_col .proDetailPage2 .mainWrapper aside {
  padding-left: 20px;
  padding-bottom: 30px;
  width: 280px;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in {
  position: sticky;
  top: 20px;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in .this_hot .this_title {
  border-bottom: 1px dashed #ddd;
  margin-top: 30px;
  padding-bottom: 10px;
  margin-bottom: 13px;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in .this_hot .this_title h3 {
  line-height: 1.3;
  font-size: 20px;
  font-weight: 600;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in .this_hot .this_in {
  display: flex;
  gap: 2px;
  flex-wrap: wrap;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in .this_hot .this_in .this_child {
  flex: 0 calc(50% - 1px);
  position: relative;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in .this_hot .this_in .this_child:hover .this_text {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in .this_hot .this_in .this_child .img_b {
  width: 100%;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in .this_hot .this_in .this_child .img_b img {
  width: 100%;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in .this_hot .this_in .this_child .this_text {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in .this_hot .this_in .this_child .this_text h5 {
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in .this_img {
  margin-top: 30px;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in .this_img .img_b {
  border: 1px solid #ddd;
  padding: 4px;
}
#all #this_col .proDetailPage2 .mainWrapper aside .aside_in .this_img .img_b img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
   #all #this_col .indexPage .exploreWrapper .this_in .right .this_child .img_b {
    width: 100%;
    min-height: 330px; 
}

#all #this_col .indexPage .exploreWrapper .this_in .right .this_child .img_b img {
    width: 100%;
    min-height: 330px;
    height: 100%;
    object-fit: cover;
    /*max-width: 100%;*/
} 
    
    
    
  #all #this_col .proDetailPage2 .navLinkWrapper .this_in {
    width: 900px;
    margin: auto;
  }
  #all #this_col .proDetailPage2 .mainWrapper {
    width: 900px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main {
    flex: 0 calc(100% - 200px);
  }
  #all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .left {
    width: 200px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right {
    flex: 0 calc(100% - 220px);
  }
  #all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in {
    gap: 30px 22px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child {
    flex: 0 calc(33.3% - 15px);
  }
  #all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child .img_b {
    height: 120px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom {
    margin-top: 30px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom .this_child {
    flex: 0 calc(50% - 10px);
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-num {
    gap: 20px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-num .this_child {
    flex: 0 calc(25% - 15px);
    padding: 20px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-direct .this_in2 .this_top {
    flex-wrap: wrap;
    gap: 10px 19px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-direct .this_in2 .this_top .img_b {
    flex: 0 calc(33% - 11px);
    height: 120px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-direct .this_in2 .this_top .img_b:nth-child(4n+1) {
    flex: 0 100%;
    height: 230px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-quarry .this_in2 .this_top {
    flex-wrap: wrap;
    gap: 10px 19px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-quarry .this_in2 .this_top .img_b {
    flex: 0 calc(33% - 11px);
    height: 120px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-professional .this_in2 .this_top {
    flex-wrap: wrap;
    gap: 10px 19px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-professional .this_in2 .this_top .img_b {
    flex: 0 calc(25% - 15px);
    height: 135px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_top {
    flex-wrap: wrap;
    gap: 10px 19px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_top .img_b {
    flex: 0 calc(33% - 11px);
    height: 120px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_center {
    margin-top: 15px;
    gap: 10px 16px;
    flex-wrap: wrap;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_center .img_b {
    flex: 0 calc(33.3% - 11px);
    height: 100px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_bottom {
    margin-top: 20px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-certificates .this_in2 .this_top {
    flex-wrap: wrap;
    gap: 10px 18px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-certificates .this_in2 .this_top .img_b {
    flex: 0 calc(33.3% - 15px);
    height: 260px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_top {
    margin-top: 15px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_center {
    margin-top: 20px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_center .this_child {
    flex: 0 calc(50% - 10px);
  }
  #all #this_col .proDetailPage2 .mainWrapper main .packWrapper .this_in .this_top {
    flex-wrap: wrap;
    gap: 10px 19px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .packWrapper .this_in .this_top .img_b {
    flex: 0 calc(33% - 11px);
    height: 120px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .faqWrapper .this_in .this_top {
    flex-wrap: wrap;
    gap: 10px 19px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .inspirationWrapper .this_in .this_top {
    flex-wrap: wrap;
    gap: 10px 19px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .inspirationWrapper .this_in .this_top .img_b {
    flex: 0 calc(33% - 11px);
    height: 200px;
  }
  #all #this_col .proDetailPage2 .mainWrapper aside {
    padding-left: 20px;
    padding-bottom: 30px;
    width: 200px;
  }
}
@media screen and (max-width: 960px) {
  #all #this_col .proDetailPage2 {
    font-family: "Titillium Web", "Microsoft Yahei", helvetica, arial, sans-serif;
  }
  #all #this_col .proDetailPage2 .navLinkWrapper .this_in {
    width: 90vw;
    padding: 10px 20px;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .navLinkWrapper .this_in .this_inquiry {
    display: none;
  }
  #all #this_col .proDetailPage2 .mainWrapper {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .left {
    width: 100%;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right {
    margin-top: 20px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .singleWrapper .this_in .right ul {
    width: 100%;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in {
    flex-wrap: wrap;
    gap: 30px 22px;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .relatedWrapper .this_in .this_child .img_b {
    height: auto;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom .this_child {
    flex: 0 calc(50% - 10px);
  }
  #all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom .this_child h5 {
    font-weight: 500;
    font-size: 16px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom .this_child ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom .this_child ul li {
    color: #071321;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    line-height: 1;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .introWrapper .this_in .this_bottom .this_child ul li::before {
    content: "";
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    width: 6px;
    height: 6px;
    background-color: #ffcb00;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-num {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-direct .this_in2 .this_top {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-direct .this_in2 .this_top .img_b {
    height: auto;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-direct .this_in2 .this_top .img_b:nth-child(4n+1) {
    flex: 0 100%;
    height: auto;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-quarry .this_in2 .this_top {
    flex-direction: column;
    flex-wrap: wrap;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-quarry .this_in2 .this_top .img_b {
    height: auto;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-professional .this_in2 .this_top {
    flex-direction: column;
    flex-wrap: wrap;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-professional .this_in2 .this_top .img_b {
    height: auto;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_top {
    flex-direction: column;
    flex-wrap: wrap;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_top .img_b {
    height: auto;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_center {
    margin-top: 15px;
    flex-wrap: wrap;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_center .img_b {
    height: auto;
    width: 100%;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_bottom {
    margin-top: 10px;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_bottom .this_child {
    width: 100%;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-exhibition .this_in2 .this_bottom .this_child ul {
    margin-top: 15px;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-certificates .this_in2 .this_top {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-certificates .this_in2 .this_top .img_b {
    height: auto;
    width: 100%;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .whyWrapper .this_in .why-certificates .this_in2 .this_center {
    margin-top: 15px;
    margin-bottom: 10px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_top {
    margin-top: 15px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_center {
    margin-top: 10px;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_center .this_child {
    width: 100%;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .workWrapper .this_in .this_center .this_child ul {
    margin-top: 15px;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .packWrapper .this_in .this_top {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .packWrapper .this_in .this_top .img_b {
    height: auto;
    width: 100%;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .faqWrapper .this_in .this_top {
    flex-wrap: wrap;
    gap: 10px 19px;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .faqWrapper .this_in .this_top ul li {
    margin-top: 15px;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .inspirationWrapper .this_in .this_top {
    flex-wrap: wrap;
    flex-direction: column;
  }
  #all #this_col .proDetailPage2 .mainWrapper main .inspirationWrapper .this_in .this_top .img_b {
    height: auto;
    width: 100%;
  }
  #all #this_col .proDetailPage2 .mainWrapper aside {
    display: none;
  }
}
#all #this_col .contactPage .thisBanner {
  position: relative;
}
#all #this_col .contactPage .thisBanner .img_b {
  width: 100%;
}
#all #this_col .contactPage .thisBanner .img_b img {
  width: 100%;
}
#all #this_col .contactPage .modelWrapper1 {
  padding: 90px 0;
}
#all #this_col .contactPage .modelWrapper1 .this_in {
  width: 1200px;
  margin: auto;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.1);
  display: flex;
}
#all #this_col .contactPage .modelWrapper1 .this_in .left {
  box-sizing: border-box;
  width: calc(100% - 400px);
  padding: 75px 55px;
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_title h3 {
  font-size: 45px;
  color: #092c47;
  margin-bottom: 20px;
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_title p {
  color: #22445f;
  font-size: 16px;
  margin-bottom: 65px;
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 0;
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_list {
  position: relative;
  width: 49%;
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_list input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #d4d4d4;
  padding: 10px 30px;
  border-radius: 0;
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_list::before {
  color: #4f4f4f;
  display: inline-block;
  font-family: "iconfont-icon";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  font-size: 20px;
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_name::before {
  content: "\e65a";
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_email::before {
  content: "\e62e";
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_tel::before {
  content: "\e78c";
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_company::before {
  content: "\e601";
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_message {
  width: 100%;
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_message textarea {
  padding: 20px 45px;
  min-height: 90px;
  width: 100%;
  resize: vertical;
  border: 1px solid #dadbdd;
  border-radius: 7px;
  color: #606266;
  font-family: -apple-system, "system-ui", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  line-height: 1;
  margin-bottom: 0;
  max-width: 100%;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_message::before {
  color: #4f4f4f;
  display: inline-block;
  font-family: "iconfont-icon";
  position: absolute;
  content: "\eaf9";
  left: 0;
  top: 0;
  font-size: 20px;
  transform: translate(10px, 12px);
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_submit {
  width: 100%;
  text-align: end;
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_submit input[type=submit] {
  background: var(--color) !important;
  border: 1px solid var(--color);
  color: #fff;
  padding: 8px 20px;
  font-weight: bold;
  border-radius: 20px;
  transition: all 0.5s;
}
#all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_submit input[type=submit]:hover {
  opacity: 0.8;
  transition: all 0.5s;
}
#all #this_col .contactPage .modelWrapper1 .this_in .right {
  width: 400px;
  background-color: var(--color);
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .top {
  padding: 40px 25px 30px;
  border-bottom: 1px solid #fff;
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .top h5 {
  font-size: 16px;
  display: block;
  color: #fff;
  font-weight: 500;
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .top h3 {
  font-size: 50px;
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .top p {
  color: #fff;
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom {
  padding: 25px;
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center {
  padding: 35px 25px;
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center .this_child {
  display: flex;
  align-items: center;
  gap: 0 10px;
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center .this_child i {
  border: 1px solid #fff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center .this_child > a {
  display: inline-block;
  width: calc(100% - 30px);
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center .this_child > span {
  width: calc(100% - 30px);
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center .this_child span {
  color: #fff;
  font-size: 16px;
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .bottom .img_b {
  width: 30px;
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .bottom .img_b img {
  width: 100%;
}
#all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .bottom p {
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.sidebarWrapper2 {
  position: fixed;
  content: "";
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.3) !important;
  z-index: 99;
}
.sidebarWrapper2 .this_in ul {
  margin: 0;
  padding: 20px 0;
}
.sidebarWrapper2 .this_in ul li a {
  display: block;
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
}
.sidebarWrapper2 .this_in ul li a span {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  right: -400px;
  width: 300px;
  height: 100%;
  background: #fe7e00;
  border-radius: 25px;
  color: #fff;
  padding: 10px 55px 10px 15px;
  transition: all 0.3s;
  z-index: -1;
  visibility: hidden;
}
.sidebarWrapper2 .this_in ul li a::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/sidebarSprit.png") 0 0 no-repeat;
}
.sidebarWrapper2 .this_in ul li a:hover span {
  visibility: visible;
  right: 0;
}
.sidebarWrapper2 .this_in ul li.email a::before {
  background-position: 12px 17px;
}
.sidebarWrapper2 .this_in ul li.mobile a::before {
  background-position: 12px -80px;
}

@media screen and (max-width: 1440px) {
  #all #this_col header {
    z-index: 9;
  }
  #all #this_col header .this-page-title .this_in {
    width: 85vw;
  }
  #all #this_col header .this_web_head .Wrapper {
    width: 85vw;
  }
  #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 .sjheader {
    display: none;
    background-color: #202020;
    width: 100%;
    z-index: 9999;
    position: fixed;
  }
  #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: 7vw;
  }
  #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: 30vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper img {
    width: 100%;
  }
  #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 .this_public .model-swiper .this_in .swiper-father {
    width: 1200px;
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father .swiper {
    width: 1024px;
  }
  #all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in h3 {
    font-size: 36px;
  }
  
  
  
  #all #this_col .indexPage .systemWrapper .this_in {
      flex-wrap: wrap;
  }
  
  #all #this_col .indexPage .systemWrapper .this_in .this_child {
      flex: 0 calc(33.3% - 20px);
  }
  
  
  
  
  #all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in {
    width: 1200px;
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content {
    width: 85vw;
  }
  #all #this_col .proDetailPage .thisBanner {
    position: relative;
  }
  #all #this_col .proDetailPage .thisBanner .this_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #all #this_col .proDetailPage .thisBanner .this_text h3 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  #all #this_col .proDetailPage .thisBanner .this_text p {
    font-size: 16px;
  }
  #all #this_col .proDetailPage .thisBanner .this_text .this_button {
    background-color: #fff;
    margin-top: 20px;
  }
  #all #this_col .proDetailPage .thisBanner .this_text .this_button:hover {
    background-color: #000;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in {
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 1200px;
    margin: auto;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .left {
    flex: 0 53%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .left h3 {
    color: #092c47;
    font-size: 45px;
    margin-bottom: 20px;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .left .this_text p {
    margin-bottom: 20px;
    font-size: 16px;
    color: #22445f;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right {
    position: relative;
    flex: 0 43%;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .img_b {
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .img_b img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_relay {
    cursor: pointer;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_relay img {
    width: 100%;
    transition: all 0.5s;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_relay:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_video {
    display: none;
    max-width: 100%;
    max-height: 100%;
    width: 550px;
    height: 350px;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_video iframe {
    display: block;
    width: 100%;
    height: 100%;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child:nth-child(2n+1) {
    background-color: #f6f6f6;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child:nth-child(2n+1) .this_child_in {
    flex-direction: row-reverse;
  }
  #all #this_col .proDetailPage .ksWrapper > div {
    width: 1200px;
    margin: auto;
  }
  #all #this_col .proDetailPage .modelWrapper3 {
    margin-top: 4.6875vw;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in {
    display: flex;
    justify-content: space-between;
    width: 1200px;
    margin: auto;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left {
    width: calc(100% - 500px);
    margin-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox {
    width: 100%;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd {
    width: 100%;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul {
    display: flex;
    gap: 0 20px;
    border-bottom: 2px solid #bababa;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li {
    padding-bottom: 10px;
    position: relative;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li a {
    color: #233645;
    font-size: 16px;
    font-weight: 600;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li::before {
    position: absolute;
    content: "";
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color);
    transform: scaleX(0);
    transition: all 0.5s;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li::after {
    transform: scaleX(0);
    transition: all 0.5s;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li.on::before {
    transform: scaleX(1);
    transition: all 0.5s;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li.on::after {
    transform: scaleX(1);
    position: absolute;
    content: "";
    bottom: -8px;
    left: 50%;
    margin-left: -6px;
    border-top: 6px solid var(--color);
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    transition: all 0.5s;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd {
    margin-top: 60px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 30px;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in .content_table {
    overflow-x: scroll;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in .content_table table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in .content_table table tr td {
    padding: 0.7em 1em;
    border-width: 0 1px 1px 0;
    border: 1px solid #ddd;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in .content_table table tr:nth-child(odd) {
    background: #f1f1f1;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in p {
    text-align: center;
    font-size: 16px;
    color: #22445f;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .right {
    width: 470px;
    position: relative;
    display: flex;
    align-items: center;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .right .img_b {
    overflow: hidden;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .right .img_b img {
    display: inline-block;
    width: 100%;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .right .this_relay {
    cursor: pointer;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .right .this_relay img {
    width: 100%;
    transition: all 0.5s;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .right .this_relay:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .right .this_video {
    display: none;
    max-width: 100%;
    max-height: 100%;
    width: 550px;
    height: 350px;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .right .this_video iframe {
    display: block;
    width: 100%;
    height: 100%;
  }
  #all #this_col .proDetailPage .modelRelated {
    background-color: #fff;
  }
  #all #this_col .proDetailPage .modelRelated .this_title {
    position: relative;
    width: 100%;
    text-align: center;
  }
  #all #this_col .proDetailPage .modelRelated .this_title h3 {
    display: inline-block;
    font-size: 45px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    padding: 0 20px;
  }
  #all #this_col .proDetailPage .modelRelated .this_title::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #bababa;
    position: absolute;
    top: 50%;
    left: 0;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  #all #this_col header {
    z-index: 9;
  }
  #all #this_col header .this_web_head {
    width: 100%;
  }
  #all #this_col header .this_web_head .Wrapper {
    width: 98vw;
  }
  #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 footer .this_web_footer .top .this_in {
    width: 80vw;
  }
  #all #this_col .this_public .this_button {
    border: 1px solid #1c1d1d;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    transition: all 0.5s;
  }
  #all #this_col .this_public .this_button span {
    font-size: 18px;
    transition: all 0.5s;
  }
  #all #this_col .this_public .this_button i {
    font-size: 24px;
    font-weight: bold;
    transition: all 0.5s;
  }
  #all #this_col .this_public .this_button:hover {
    background-color: #1c1d1d;
    transition: all 0.5s;
  }
  #all #this_col .this_public .this_button:hover span {
    color: #fff;
    transition: all 0.5s;
  }
  #all #this_col .this_public .this_button:hover i {
    color: #fff;
    transition: all 0.5s;
  }
  #all #this_col .this_public .model-swiper {
    background-color: #f6f6f6;
    padding-top: 70px;
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father {
    width: 1024px;
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father .swiper {
    width: 960px;
  }
  #all #this_col .this_public .list_detail_model .this_in {
    width: 1024px;
  }
  #all #this_col .this_public .list_detail_model .this_in .left {
    width: calc(100% - 430px);
  }
  #all #this_col .this_public .list_detail_model .this_in .right {
    width: 400px;
  }
  #all #this_col .this_public .pageBottomBg .this_in {
    width: 90vw;
  }
  #all #this_col .this_public .pageBottomBg .this_in .left {
    flex: 0 48%;
  }
  #all #this_col .this_public .pageBottomBg .this_in .left h3 {
    color: #fff;
    font-size: 45px;
  }
  #all #this_col .this_public .pageBottomBg .this_in .right {
    flex: 0 48%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in h3 {
    font-size: 30px;
  }
  #all #this_col .indexPage .bannerWrapper .this_child .img_b {
    width: 100%;
  }
  #all #this_col .indexPage .bannerWrapper .this_child .img_b img {
    width: 100%;
  }
  #all #this_col .proPage .thisBanner .this_text {
    width: 85vw;
  }
  #all #this_col .proPage .modelWrapper1 {
    padding-top: 70px;
  }
  #all #this_col .proPage .modelWrapper1 .this_title {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper1 .this_in {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper2 {
    width: 90vw;
  }
  #all #this_col .proPage .modeltop .this_title,
  #all #this_col .proPage .modelbottom .this_title {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper4 {
    background-color: #f6f6f6;
    margin-top: 40px;
    padding: 70px 0 40px;
  }
  #all #this_col .proPage .modelWrapper4 .this_in {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper6 .this_title {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper6 .this_in {
    width: 90vw;
    margin: auto;
  }
  #all #this_col .proPage .modelWrapper7 .this_title {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper7 .this_in {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper8 .this_title {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper8 .this_in {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper9 .this_in .this_text {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper10 .this_in {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper11 .this_in .swiper-father {
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content {
    width: 90vw;
  }
  #all #this_col .proDetailPage .thisBanner {
    position: relative;
  }
  #all #this_col .proDetailPage .thisBanner .this_text h3 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  #all #this_col .proDetailPage .thisBanner .this_text p {
    font-size: 16px;
  }
  #all #this_col .proDetailPage .thisBanner .this_text .this_button {
    background-color: #fff;
    margin-top: 20px;
  }
  #all #this_col .proDetailPage .thisBanner .this_text .this_button:hover {
    background-color: #000;
  }
  #all #this_col .proDetailPage .ksWrapper > div {
    width: 1024px;
    margin: auto;
  }
  #all #this_col .proDetailPage .modelWrapper1 {
    padding: 60px 0;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1024px;
    margin: auto;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left {
    width: calc(100% - 500px);
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .swiper-father {
    position: relative;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .swiper-father .this_arrow {
    opacity: 1;
    background-color: transparent;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .top .swiper-wrapper {
    align-items: center;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .top .swiper-slide {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom {
    margin-top: 30px;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .swiper {
    width: calc(100% - 100px);
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .swiper .swiper-slide {
    height: 100%;
    display: flex;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .swiper .swiper-slide .img_b {
    max-height: 50px;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .swiper .swiper-slide .img_b img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .this_arrow::after {
    content: "";
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .this_arrow::before {
    color: #000;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right {
    border: 1px solid #e3e4e4;
    width: 470px;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_title {
    padding: 25px 30px;
    border-bottom: 1px solid #e3e4e4;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_title h5 {
    font-size: 20px;
    color: #092c47;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text {
    padding: 25px 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text p {
    font-size: 16px;
    color: #22445f;
    margin-bottom: 20px;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text ul {
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text ul li {
    font-size: 16px;
    line-height: 1.3;
    padding-left: 20px;
    margin-bottom: 10px;
    color: #111;
    font-weight: 600;
    position: relative;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text ul li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border: 1px solid var(--color);
    border-radius: 100%;
    background: 0 0;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text .this_button {
    margin-top: 50px;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in {
    width: 1024px;
  }
  #all #this_col .proDetailPage .modelWrapper3 {
    margin-top: 4.6875vw;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in {
    display: flex;
    justify-content: space-between;
    width: 1024px;
    margin: auto;
  }
  #all #this_col .contactPage .modelWrapper1 {
    padding: 90px 0;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in {
    width: 1024px;
  }
  #all #this_col .aboutPage {
    background-color: #fff;
  }
  #all #this_col .aboutPage .thisBanner {
    position: relative;
  }
  #all #this_col .aboutPage .thisBanner .img_b {
    width: 100%;
  }
  #all #this_col .aboutPage .thisBanner .img_b img {
    width: 100%;
  }
  #all #this_col .aboutPage .thisBanner .this_text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #all #this_col .aboutPage .thisBanner .this_text h3 {
    color: #fff;
    font-size: 44px;
  }
  #all #this_col .aboutPage .modelWrapper1 {
    padding: 90px 0;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_title {
    text-align: center;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_title h3 {
    color: #092c47;
    font-size: 45px;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_in {
    width: 90vw;
    margin: auto;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    background: #e9e9e9;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_in .this_child {
    position: relative;
    flex: 0 25%;
    text-align: center;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_in .this_child h5 {
    font-size: 40px;
    font-weight: 700;
    color: var(--color);
  }
  #all #this_col .aboutPage .modelWrapper1 .this_in .this_child p {
    font-size: 16px;
    color: #22445f;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_in .this_child::before {
    position: absolute;
    content: "";
    top: 0px;
    right: 0;
    width: 1px;
    height: 100%;
    background: #ccc;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_in .this_child:last-child::before {
    width: 0;
  }
  #all #this_col .aboutPage .modelWrapper2 .this_title {
    width: 90vw;
    margin: auto;
    text-align: start;
    padding: 0 15px;
  }
  #all #this_col .aboutPage .modelWrapper2 .this_title h3 {
    font-size: 45px;
    color: #092c47;
  }
  #all #this_col .aboutPage .modelWrapper2 .this_in {
    width: 90vw;
    margin: auto;
    margin-top: 20px;
    padding: 0 15px;
  }
  #all #this_col .aboutPage .modelWrapper2 .this_in .this_text p {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
    color: #22445f;
  }
  #all #this_col .aboutPage .modelWrapper2 .this_in .this_text p a {
    color: var(--color);
  }
  #all #this_col .aboutPage .modelWrapper2 .this_in .this_text p a:hover {
    color: #22445f;
  }
  #all #this_col .aboutPage .modelWrapper3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_title {
    text-align: center;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_title h3 {
    font-size: 45px;
    color: #092c47;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in {
    width: 90vw;
    margin: auto;
    margin-top: 60px;
    position: relative;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in::before {
    position: absolute;
    content: "";
    top: 0;
    left: 50%;
    margin-left: -3px;
    width: 6px;
    height: 100%;
    background: rgba(14, 106, 237, 0.6);
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row {
    width: 100%;
    position: relative;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child {
    width: 50%;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child .this_child_in {
    position: relative;
    margin-right: 20px;
    padding: 20px 30px 30px;
    box-shadow: 1px 8px 15px 0px rgba(0, 0, 0, 0.1);
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child .this_child_in::before {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -12px;
    right: -12px;
    border-left: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child .this_child_in::after {
    position: absolute;
    content: "";
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    background: var(--color);
    right: -43px;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child h5 {
    font-weight: 600;
    color: var(--color);
    padding-bottom: 10px;
    text-align: end;
    font-size: 18px;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child p {
    color: #22445f;
    font-size: 16px;
    text-align: end;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row:nth-child(2n+2) {
    display: flex;
    justify-content: flex-end;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row:nth-child(2n+2) .this_child .this_child_in {
    margin-left: 20px;
    margin-right: 0;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row:nth-child(2n+2) .this_child .this_child_in h5 {
    text-align: start;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row:nth-child(2n+2) .this_child .this_child_in p {
    text-align: start;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row:nth-child(2n+2) .this_child .this_child_in::before {
    border-left: none;
    right: auto;
    left: -12px;
    border-right: 12px solid #fff;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row:nth-child(2n+2) .this_child .this_child_in::after {
    left: -43px;
  }
  #all #this_col .aboutPage .modelWrapper4 {
    padding: 60px 0;
    background-color: #f6f6f6;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in {
    width: 90vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .left {
    flex: 0 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .left h3 {
    font-size: 45px;
    color: #092c47;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .left .this_text {
    margin-top: 20px;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .left .this_text p {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .right {
    flex: 0 48%;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .right .img_b {
    width: 100%;
    height: 100%;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .right .img_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #all #this_col .aboutPage .modelWrapper5 {
    padding: 60px 0;
    background-color: #fff;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in {
    width: 90vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .left {
    flex: 0 48%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .left h3 {
    font-size: 45px;
    color: #092c47;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .left .this_text {
    margin-top: 20px;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .left .this_text p {
    display: inline-block;
    margin-bottom: 20px;
    font-size: 16px;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .right {
    flex: 0 48%;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .right .img_b {
    width: 100%;
    height: 100%;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .right .img_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #all #this_col .aboutPage .modelWrapper6 {
    padding: 70px 0 40px;
    background-color: #f6f6f6;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_title {
    text-align: center;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_title h3 {
    font-size: 45px;
    color: #092c47;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in {
    width: 90vw;
    margin: auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child {
    flex: 0 32%;
    padding-bottom: 30px;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child > a {
    display: inline-block;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child .img_b {
    width: 100%;
    overflow: hidden;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child .img_b img {
    width: 100%;
    transition: all 0.5s;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child .img_b:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child .this_text h5 {
    font-weight: 600;
    color: #363636;
    font-size: 20px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin: 15px 0;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child .this_text h5::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 4px;
    height: 50%;
    transform: translate(0, 50%);
    border-radius: 5px;
    background: var(--color);
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child .this_text p {
    font-size: 16px;
    color: #22445f;
  }
  #all #this_col .aboutPage .modelWrapper7 {
    padding: 70px 0 40px;
    background-color: #fff;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_title {
    text-align: center;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_title h3 {
    font-size: 45px;
    color: #092c47;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_in {
    width: 90vw;
    margin: auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_in .this_child {
    flex: 0 32%;
    padding-bottom: 30px;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_in .this_child > a {
    display: inline-block;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_in .this_child .img_b {
    width: 100%;
    overflow: hidden;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_in .this_child .img_b img {
    width: 100%;
    transition: all 0.5s;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_in .this_child .img_b:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
  }
  #all #this_col .aboutPage .modelWrapper8 {
    background-color: var(--color);
  }
  #all #this_col .aboutPage .modelWrapper8 .this_in {
    width: 90vw;
    margin: auto;
    padding: 50px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #all #this_col .aboutPage .modelWrapper8 .this_in .left {
    flex: 0 100%;
  }
  #all #this_col .aboutPage .modelWrapper8 .this_in .left h3 {
    text-align: center;
    color: #fff;
    font-size: 45px;
  }
  #all #this_col .aboutPage .modelWrapper8 .this_in .right {
    margin-top: 40px;
    flex: 0 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #all #this_col .aboutPage .modelWrapper8 .this_in .right .this_button {
    gap: 0 30px;
    background-color: #fff;
    border: 1px solid var(--color);
  }
  #all #this_col .aboutPage .modelWrapper8 .this_in .right .this_button:hover {
    background-color: #000;
  }
}
@media screen and (max-width: 1024px) {
  #all #this_col .this_public .model-swiper {
    background-color: #f6f6f6;
    padding-top: 70px;
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father {
    position: relative;
    width: 90vw;
    margin: auto;
    padding-bottom: 30px;
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father .swiper {
    width: calc(100% - 100px);
  }
  #all #this_col .this_public .list_detail_model .this_in {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .this_public .list_detail_model .this_in .left {
    width: 100%;
  }
  #all #this_col .this_public .list_detail_model .this_in .right {
    width: 100%;
    margin-top: 30px;
  }
  #all #this_col .indexPage .bannerWrapper .this_child .this_text {
    width: 90vw;
  }
  #all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in {
    width: 90vw;
  }
  #all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in h3 {
    font-size: 30px;
  }
  #all #this_col .proDetailPage .thisBanner {
    position: relative;
  }
  #all #this_col .proDetailPage .thisBanner .this_text h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  #all #this_col .proDetailPage .thisBanner .this_text p {
    font-size: 14px;
  }
  #all #this_col .proDetailPage .thisBanner .this_text .this_button {
    margin-top: 10px;
  }
  #all #this_col .proDetailPage .ksWrapper > div {
    width: 90vw;
    margin: auto;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left {
    width: 100%;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .swiper .swiper-slide .img_b {
    max-height: 120px;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right {
    margin-top: 30px;
    width: 100%;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in {
    flex-direction: column-reverse !important;
    width: 90vw;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .left {
    margin-top: 30px;
  }
  #all #this_col .proDetailPage .modelWrapper3 {
    margin-top: 60px;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in {
    width: 90vw;
    flex-direction: column-reverse;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left {
    width: 100%;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .right {
    width: 100%;
  }
  #all #this_col .proDetailPage .modelRelated {
    background-color: #fff;
  }
  #all #this_col .proDetailPage .modelRelated .this_title {
    position: relative;
    width: 100%;
    text-align: center;
  }
  #all #this_col .proDetailPage .modelRelated .this_title h3 {
    display: inline-block;
    font-size: 45px;
    text-align: center;
    background-color: #ffffff;
    position: relative;
    padding: 0 20px;
  }
  #all #this_col .proDetailPage .modelRelated .this_title::before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #bababa;
    position: absolute;
    top: 50%;
    left: 0;
  }
  #all #this_col .contactPage .modelWrapper1 {
    padding: 60px 0;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left {
    width: 100%;
    padding: 50px 35px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_title h3 {
    font-size: 36px;
    margin-bottom: 20px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_title p {
    font-size: 16px;
    margin-bottom: 65px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form {
    gap: 30px 0;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_list {
    width: 49%;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_list input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 30px;
    border-radius: 0;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_list::before {
    color: #4f4f4f;
    display: inline-block;
    font-family: "iconfont-icon";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    font-size: 20px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_message {
    width: 100%;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_message textarea {
    padding: 20px 45px;
    min-height: 90px;
    width: 100%;
    resize: vertical;
    border: 1px solid #dadbdd;
    border-radius: 7px;
    color: #606266;
    font-family: -apple-system, "system-ui", Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    line-height: 1;
    margin-bottom: 0;
    max-width: 100%;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_message::before {
    color: #4f4f4f;
    display: inline-block;
    font-family: "iconfont-icon";
    position: absolute;
    content: "\eaf9";
    left: 0;
    top: 0;
    font-size: 20px;
    transform: translate(10px, 12px);
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_submit {
    width: 100%;
    text-align: start;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_submit input[type=submit] {
    background: #1a5ade !important;
    border: 1px solid #1a5ade;
    color: #fff;
    padding: 8px 20px;
    font-weight: bold;
    border-radius: 20px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_name::before {
    content: "\e65a";
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_email::before {
    content: "\e62e";
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_tel::before {
    content: "\e78c";
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_company::before {
    content: "\e601";
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right {
    width: 100%;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .top {
    padding: 40px 25px 30px;
    border-bottom: 1px solid #fff;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .top h5 {
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: 500;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .top h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .top p {
    color: #fff;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom {
    padding: 25px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center {
    padding: 35px 25px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center .this_child {
    display: flex;
    align-items: center;
    gap: 0 10px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center .this_child i {
    border: 1px solid #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    color: #fff;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center .this_child > a {
    display: inline-block;
    width: calc(100% - 30px);
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center .this_child > span {
    width: calc(100% - 30px);
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center .this_child span {
    color: #fff;
    font-size: 16px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .bottom .img_b {
    width: 30px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .bottom .img_b img {
    width: 100%;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .bottom p {
    margin-top: 10px;
    color: #fff;
    font-size: 16px;
    text-align: center;
  }
}
@media screen and (max-width: 960px) {
  #all #this_col .indexPage table tr {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .indexPage table tr td {
    width: 100% !important;
  }
  #all #this_col header {
    height: 11vw;
  }
  #all #this_col header .this-page-title {
    display: none;
  }
  #all #this_col header .this_web_head {
    display: none;
  }
  #all #this_col header .sjheader {
    display: block;
  }
  #all #this_col footer {
    height: 18vw;
  }
  #all #this_col footer .this_web_footer {
    display: none;
  }
  #all #this_col footer .sj-footer {
    display: block;
  }
  #all #this_col .this_public .this_button {
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 0 10px;
    transition: all 0.5s;
  }
  #all #this_col .this_public .this_button span {
    font-size: 14px;
    transition: all 0.5s;
  }
  #all #this_col .this_public .this_button i {
    font-size: 16px;
    font-weight: bold;
    transition: all 0.5s;
  }
  #all #this_col .this_public .this_button:hover {
    background-color: #1c1d1d;
    transition: all 0.5s;
  }
  #all #this_col .this_public .this_button:hover span {
    color: #fff;
    transition: all 0.5s;
  }
  #all #this_col .this_public .this_button:hover i {
    color: #fff;
    transition: all 0.5s;
  }
  #all #this_col .this_public .pageBottomBg .this_in {
    width: 90vw;
    flex-direction: column;
    align-items: flex-start;
  }
  #all #this_col .this_public .pageBottomBg .this_in .left {
    flex: 0 48%;
  }
  #all #this_col .this_public .pageBottomBg .this_in .left h3 {
    color: #fff;
    font-size: 24px;
  }
  #all #this_col .this_public .pageBottomBg .this_in .right {
    margin-top: 20px;
  }
  #all #this_col .this_public .model-swiper .this_title h3 {
    font-size: 24px;
    margin-bottom: 0px;
  }
  #all #this_col .this_public .model-swiper .this_title p {
    font-size: 14px;
  }
  #all #this_col .this_public .model-swiper .this_in {
    margin-top: 40px;
    padding-bottom: 30px;
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father {
    padding-bottom: 30px;
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father .swiper {
    width: 100%;
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father .swiper .swiper-slide {
    padding: 10px 15px;
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father .this_size {
    display: none;
    width: 30px;
    height: 30px;
    opacity: 1;
    background-color: transparent;
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father .this_size::before {
    content: "";
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father .this_size::after {
    content: "";
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border: 1px solid #676767;
    background-color: transparent;
    position: relative;
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father .swiper-pagination-bullet.swiper-pagination-bullet-active {
    border: 2px solid var(--color);
  }
  #all #this_col .this_public .model-swiper .this_in .swiper-father .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: var(--color);
    border-radius: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #all #this_col .this_public .model-swiper .this_in .this_child {
    background-color: #fff;
    transition: 0.5s all;
  }
  #all #this_col .this_public .model-swiper .this_in .this_child .img_b {
    width: 100%;
  }
  #all #this_col .this_public .model-swiper .this_in .this_child .img_b img {
    width: 100%;
  }
  #all #this_col .this_public .model-swiper .this_in .this_child .this_text {
    padding: 15px;
  }
  #all #this_col .this_public .model-swiper .this_in .this_child .this_text h5 {
    font-size: 20px;
    color: #222;
    padding: 10px 0;
    font-weight: 500;
  }
  #all #this_col .this_public .model-swiper .this_in .this_child .this_text p {
    color: #22445f;
    font-size: 14px;
  }
  #all #this_col .this_public .model-swiper .this_in .this_child .this_text .learnMore {
    display: inline-block;
    margin-top: 15px;
    border: 1px solid var(--color);
    color: var(--color);
    text-align: center;
    padding: 6px 15px;
    border-radius: 8px;
    font-size: 16px;
  }
  #all #this_col .this_public .model-swiper .this_in .this_child:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1019607843);
    transition: 0.5s all;
  }
  #all #this_col .this_public .model-swiper .this_in .this_child:hover .this_text h5 {
    color: var(--color);
    transition: all 0.5s;
  }
  #all #this_col .this_public .list_detail_model {
    padding: 60px 0 70px;
    background-color: #fcfcfe;
  }
  #all #this_col .this_public .list_detail_model .this_in .left .this_title h5 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #all #this_col .this_public .list_detail_model .this_in .left .this_title p {
    font-size: 14px;
  }
  #all #this_col .this_public .list_detail_model .this_in .left .faqWrapper {
    width: 100%;
  }
  #all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul li .thisQ p {
    font-size: 14px;
  }
  #all #this_col .this_public .list_detail_model .this_in .left .faqWrapper .this_content ul li .thisA .thisA_in p {
    font-size: 14px;
  }
  #all #this_col .this_public .list_detail_model .this_in .right .right_form {
    padding: 20px;
  }
  #all #this_col .this_public .list_detail_model .this_in .right .right_form h3 {
    color: #060a12;
    font-size: 20px;
  }
  #all #this_col .indexPage .bannerWrapper .this_child .this_text {
    width: 90vw;
    transform: translate(-50%, -50%);
  }
  #all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in {
    width: 90vw;
  }
  #all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in h3 {
    font-size: 24px;
  }
  #all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in .this_view {
    justify-content: center;
  }
  #all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in .this_view span {
    font-size: 16px;
  }
  #all #this_col .contactPage .thisBanner .img_b {
    height: 200px;
  }
  #all #this_col .contactPage .thisBanner .img_b img {
    object-fit: cover;
    height: 100%;
  }
  #all #this_col .contactPage .modelWrapper1 {
    padding: 60px 0;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in {
    width: 90vw;
    flex-direction: column;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left {
    width: 100%;
    padding: 30px 25px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_title h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_title p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form {
    gap: 30px 0;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_list {
    width: 100%;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_submit {
    width: 100%;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_submit input[type=submit] {
    width: 100%;
    background: #1a5ade !important;
    border: 1px solid #1a5ade;
    color: #fff;
    padding: 8px 20px;
    font-weight: bold;
    border-radius: 20px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_name::before {
    content: "\e65a";
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_email::before {
    content: "\e62e";
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_tel::before {
    content: "\e78c";
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .left .this_form .this_company::before {
    content: "\e601";
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .top {
    padding: 40px 25px 30px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .top h5 {
    font-size: 16px;
    display: block;
    color: #fff;
    font-weight: 500;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .top h3 {
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .top p {
    color: #fff;
    font-size: 14px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom {
    padding: 25px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center {
    padding: 15px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px 0;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .center .this_child span {
    color: #fff;
    font-size: 14px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .bottom .img_b {
    width: 30px;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .bottom .img_b img {
    width: 100%;
  }
  #all #this_col .contactPage .modelWrapper1 .this_in .right .center_bottom .bottom p {
    margin-top: 10px;
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  #all #this_col .proPage .thisBanner .img_b {
    height: 200px;
  }
  #all #this_col .proPage .thisBanner .img_b img {
    height: 100%;
    object-fit: cover;
  }
  #all #this_col .proPage .thisBanner .this_text h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #all #this_col .proPage .thisBanner .this_text p {
    display: none;
    font-size: 14px;
  }
  #all #this_col .proPage .thisBanner .this_text .this_button {
    display: none;
    margin-top: 0px;
  }
  #all #this_col .proPage .thisBanner .this_text .this_button:hover {
    background-color: #000;
  }
  #all #this_col .proPage .modelWrapper1 {
    padding-top: 40px;
  }
  #all #this_col .proPage .modelWrapper1 .this_title h3 {
    font-size: 24px;
  }
  #all #this_col .proPage .modelWrapper1 .this_in {
    margin-top: 20px;
  }
  #all #this_col .proPage .modelWrapper1 .this_in .before p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #all #this_col .proPage .modelWrapper1 .this_in .after p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #all #this_col .proPage .modelWrapper1 .this_in .show {
    gap: 0 10px;
  }
  #all #this_col .proPage .modelWrapper1 .this_in .show i {
    font-size: 14px;
  }
  #all #this_col .proPage .modelWrapper1 .this_in .show span {
    font-size: 14px;
    font-weight: bold;
  }
  #all #this_col .proPage .modelWrapper2 {
    padding-top: 70px;
    padding-bottom: 30px;
  }
  #all #this_col .proPage .modelWrapper2 .this_title h3 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  #all #this_col .proPage .modelWrapper2 .this_title p {
    font-size: 14px;
  }
  #all #this_col .proPage .modelWrapper2 .this_in {
    flex-direction: column;
    margin-top: 60px;
    gap: 30px 2%;
  }
  #all #this_col .proPage .modelWrapper2 .this_in .this_child {
    flex: 0 49%;
  }
  #all #this_col .proPage .modelWrapper2 .this_in .this_child .img_b {
    width: 100%;
  }
  #all #this_col .proPage .modelWrapper2 .this_in .this_child .img_b img {
    width: 100%;
  }
  #all #this_col .proPage .modelWrapper2 .this_in .this_child .this_text {
    padding: 15px;
  }
  #all #this_col .proPage .modelWrapper2 .this_in .this_child .this_text h5 {
    font-size: 20px;
    color: #222;
    padding: 10px 0;
    font-weight: 500;
  }
  #all #this_col .proPage .modelWrapper2 .this_in .this_child .this_text p {
    color: #22445f;
    font-size: 14px;
  }
  #all #this_col .proPage .modelWrapper2 .this_in .this_child .this_text .learnMore {
    display: inline-block;
    margin-top: 15px;
    border: 1px solid var(--color);
    color: var(--color);
    text-align: center;
    padding: 6px 15px;
    border-radius: 8px;
    font-size: 16px;
  }
  #all #this_col .proPage .modelWrapper2 .this_in .this_child:hover {
    box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1019607843);
    transition: 0.5s all;
  }
  #all #this_col .proPage .modelWrapper2 .this_in .this_child:hover .this_text h5 {
    color: var(--color);
    transition: all 0.5s;
  }
  #all #this_col .proPage .modelWrapper2 .this_num {
    margin-top: 30px;
    background-color: #f5f5f5;
    padding: 7px 8px;
  }
  #all #this_col .proPage .modelWrapper2 .this_num p {
    color: 16px;
  }
  #all #this_col .proPage .modelbottom {
    background-color: #fff;
  }
  #all #this_col .proPage .modelWrapper4 {
    margin-top: 40px;
    padding: 40px 0 40px;
  }
  #all #this_col .proPage .modelWrapper4 .this_title {
    text-align: center;
  }
  #all #this_col .proPage .modelWrapper4 .this_title h3 {
    font-size: 24px;
    color: #092c47;
    margin-bottom: 20px;
  }
  #all #this_col .proPage .modelWrapper4 .this_in {
    flex-wrap: wrap;
  }
  #all #this_col .proPage .modelWrapper4 .this_in .this_child {
    flex: 0 49%;
    padding: 0 15px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #all #this_col .proPage .modelWrapper4 .this_in .this_child .this_text {
    text-align: center;
  }
  #all #this_col .proPage .modelWrapper4 .this_in .this_child .this_text h5 {
    margin: 10px 0;
    font-size: 18px;
    font-weight: 500;
  }
  #all #this_col .proPage .modelWrapper4 .this_in .this_child .this_text p {
    font-size: 14px;
  }
  #all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in {
    padding: 70px 0;
    flex-direction: column-reverse !important;
  }
  #all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .left {
    margin-top: 30px;
    flex: 0 49%;
  }
  #all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .left h3 {
    color: #092c47;
    font-size: 20px;
    margin-bottom: 10px;
  }
  #all #this_col .proPage .modelWrapper5 .this_in .this_child .this_child_in .left .this_text p {
    margin-bottom: 10px;
  }
  #all #this_col .proPage .modelWrapper6 {
    padding: 60px 0 30px;
    background-color: #f6f6f6;
  }
  #all #this_col .proPage .modelWrapper6 .this_title h3 {
    font-size: 24px;
    color: #092c47;
    margin-bottom: 30px;
  }
  #all #this_col .proPage .modelWrapper6 .this_in .bottom {
    margin-top: 30px;
  }
  #all #this_col .proPage .modelWrapper6 .this_in .bottom .this_text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #all #this_col .proPage .modelWrapper7 {
    padding: 60px 0 40px;
  }
  #all #this_col .proPage .modelWrapper7 .this_title h3 {
    font-size: 24px;
    color: #092c47;
    margin-bottom: 30px;
  }
  #all #this_col .proPage .modelWrapper7 .this_in {
    display: flex;
    justify-content: space-between;
  }
  #all #this_col .proPage .modelWrapper7 .this_in .this_child {
    flex: 0 49%;
    height: 100%;
  }
  #all #this_col .proPage .modelWrapper7 .this_in .this_child .bottom h5 {
    margin: 15px 0 8px;
    font-size: 18px;
    color: #333;
  }
  #all #this_col .proPage .modelWrapper7 .this_in .this_child .bottom .this_text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #all #this_col .proPage .modelWrapper8 {
    padding: 60px 0;
    background-color: #f9f9f9;
  }
  #all #this_col .proPage .modelWrapper8 .this_title {
    text-align: center;
  }
  #all #this_col .proPage .modelWrapper8 .this_title h3 {
    font-size: 24px;
    color: #092c47;
    margin-bottom: 40px;
  }
  #all #this_col .proPage .modelWrapper8 .this_in {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
    flex-wrap: wrap;
  }
  #all #this_col .proPage .modelWrapper8 .this_in .this_child {
    flex-direction: column;
    padding: 25px 15px;
  }
  #all #this_col .proPage .modelWrapper8 .this_in .this_child .img_b {
    width: 100%;
  }
  #all #this_col .proPage .modelWrapper8 .this_in .this_child .this_text {
    margin-top: 20px;
    width: 100%;
  }
  #all #this_col .proPage .modelWrapper8 .this_in .this_child .this_text h5 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  #all #this_col .proPage .modelWrapper8 .this_in .this_child .this_text p {
    color: #22445f;
    font-size: 14px;
  }
  #all #this_col .proPage .modelWrapper8 .this_in .this_child .this_text .buttonGroup {
    margin-top: 15px;
    gap: 0 10px;
    flex-wrap: wrap;
  }
  #all #this_col .proPage .modelWrapper8 .this_in .this_child .this_text .buttonGroup .this_button {
    width: 100%;
    margin-top: 20px;
  }
  #all #this_col .proPage .modelWrapper9 .this_in {
    position: relative;
  }
  #all #this_col .proPage .modelWrapper9 .this_in .img_b {
    height: 200px;
  }
  #all #this_col .proPage .modelWrapper9 .this_in .img_b img {
    height: 100%;
    object-fit: cover;
  }
  #all #this_col .proPage .modelWrapper9 .this_in .this_text h5 {
    font-size: 18px;
    color: #fff;
  }
  #all #this_col .proPage .modelWrapper9 .this_in .this_text p {
    display: none;
  }
  #all #this_col .proPage .modelWrapper9 .this_in .this_text .this_button {
    margin-top: 10px;
  }
  #all #this_col .proPage .modelWrapper10 {
    margin-top: 40px;
  }
  #all #this_col .proPage .modelWrapper10 .this_title h3 {
    font-size: 24px;
  }
  #all #this_col .proPage .modelWrapper10 .this_in {
    margin-top: 3.125vw;
    padding-bottom: 3.125vw;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox {
    width: 100%;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .hd {
    width: 100%;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .hd ul {
    flex-wrap: wrap;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .hd ul li {
    padding-bottom: 10px;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .hd ul li a {
    font-size: 14px;
    font-weight: 600;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd {
    margin-top: 30px;
    border: 1px solid #d6d6d6;
    border-radius: 10px;
    padding: 30px;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_img {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2%;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_img > a {
    display: inline-block;
    flex: 0 32%;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_img > a .img_b {
    width: 100%;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_img > a .img_b img {
    width: 100%;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_table {
    overflow-x: scroll;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_table table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_table table tr td {
    padding: 0.7em 1em;
    border-width: 0 1px 1px 0;
    border: 1px solid #ddd;
  }
  #all #this_col .proPage .modelWrapper10 .this_in .slideTxtBox .bd .content_table table tr:nth-child(odd) {
    background: #f1f1f1;
  }
  #all #this_col .proPage .modelWrapper11 {
    padding: 70px 0;
    background-color: #f6f6f6;
  }
  #all #this_col .proPage .modelWrapper11 .this_in .swiper-father {
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
  }
  #all #this_col .proPage .modelWrapper11 .this_in .swiper-father .this_arrow {
    display: none;
  }
  #all #this_col .proPage .modelWrapper11 .this_in .swiper-father .next .swiper-pagination-bullet {
    font-size: 14px;
    width: 30px;
    height: 30px;
  }
  #all #this_col .proPage .modelWrapper11 .this_in .this_child {
    width: 100%;
    margin: auto;
  }
  #all #this_col .proPage .modelWrapper11 .this_in .this_child p {
    font-size: 14px;
  }
  #all #this_col .proPage .modelWrapper11 .this_in .this_child h5 {
    margin-top: 18px;
    font-size: 16px;
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li {
    border-bottom: 1px solid #E0E0E0;
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisQ {
    display: flex;
    justify-content: space-between;
    padding-bottom: 40px;
    padding-top: 40px;
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisQ .img_b {
    cursor: pointer;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisQ .img_b img {
    width: 100%;
    height: 100%;
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisQ .img_b.open {
    transition: all 0.5s;
    transform: rotate(180deg);
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisQ p {
    color: #2A2B32;
    font-family: Open Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    /* 26px */
    text-transform: capitalize;
    width: 60.9375vw;
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisA {
    display: none;
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisA .thisA_in {
    display: flex;
    padding-bottom: 20px;
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li .thisA .thisA_in p {
    font-size: 14px;
    /* 20.8px */
    text-transform: capitalize;
    width: 90vw;
  }
  #all #this_col .proPage .modelWrapper12.faqWrapper .this_content ul li:first-child {
    border-top: 1px solid #E0E0E0;
  }
  #all #this_col .proPage .modelRelated .this_title {
    width: 90vw;
  }
  #all #this_col .proPage .modelRelated .this_title h3 {
    text-align: center;
  }
  #all #this_col .proPage .modelRelated .this_in .this_child {
    background-color: transparent;
  }
  #all #this_col .proPage .modelRelated .this_in .this_child .this_text h5 {
    text-align: center;
    font-size: 22px;
  }
  #all #this_col .proDetailPage .thisBanner .this_text {
    width: 90vw;
  }
  #all #this_col .proDetailPage .thisBanner .this_text h3 {
    color: #fff;
    font-size: 20px;
  }
  #all #this_col .proDetailPage .thisBanner .this_text p {
    display: none;
  }
  #all #this_col .proDetailPage .thisBanner .this_text .this_button {
    background-color: #fff;
    margin-top: 0px;
  }
  #all #this_col .proDetailPage .thisBanner .this_text .this_button:hover {
    background-color: #000;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom {
    margin-top: 20px;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .swiper .swiper-slide .img_b {
    max-height: 70px;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .this_arrow::after {
    content: "";
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .left .bottom .this_arrow::before {
    color: #000;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right {
    border: 1px solid #e3e4e4;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_title {
    padding: 15px 20px;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_title h5 {
    font-size: 20px;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text {
    padding: 15px 20px;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text p {
    font-size: 14px;
    margin-bottom: 10px;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text ul {
    gap: 10px 0;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text ul li {
    font-size: 14px;
    font-weight: 500;
  }
  #all #this_col .proDetailPage .modelWrapper1 .this_in .right .this_text .this_button {
    margin-top: 20px;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in {
    padding: 30px 0;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .left h3 {
    font-size: 24px;
    margin-bottom: 11px;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .left .this_text p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_relay {
    cursor: pointer;
    width: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_relay img {
    width: 100%;
    transition: all 0.5s;
  }
  #all #this_col .proDetailPage .modelWrapper2 .this_in .this_child .this_child_in .right .this_relay:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
  }
  #all #this_col .proDetailPage .modelWrapper3 {
    margin-top: 40px;
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in {
    display: flex;
    justify-content: space-between;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left {
    margin-top: 30px;
    padding-bottom: 30px;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox {
    width: 100%;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd {
    width: 100%;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul {
    gap: 30px;
    flex-wrap: wrap;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .hd ul li a {
    font-size: 14px;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd {
    margin-top: 40px;
    padding: 30px;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in .content_table {
    overflow-x: scroll;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in .content_table table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.5em;
    width: 100%;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in .content_table table tr td {
    padding: 0.7em 1em;
    border-width: 0 1px 1px 0;
    border: 1px solid #ddd;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in .content_table table tr:nth-child(odd) {
    background: #f1f1f1;
  }
  #all #this_col .proDetailPage .modelWrapper3 .this_in .left .slideTxtBox .bd .content_in p {
    text-align: center;
    font-size: 16px;
    color: #22445f;
  }
  #all #this_col .proDetailPage .modelRelated {
    background-color: #fff;
  }
  #all #this_col .proDetailPage .modelRelated .this_title {
    position: relative;
    width: 100%;
    text-align: center;
  }
  #all #this_col .proDetailPage .modelRelated .this_title h3 {
    font-size: 24px;
    padding: 0 20px;
  }
  #all #this_col .aboutPage {
    background-color: #fff;
  }
  #all #this_col .aboutPage .thisBanner {
    position: relative;
  }
  #all #this_col .aboutPage .thisBanner .img_b {
    height: 200px;
  }
  #all #this_col .aboutPage .thisBanner .img_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #all #this_col .aboutPage .thisBanner .this_text h3 {
    color: #fff;
    font-size: 24px;
  }
  #all #this_col .aboutPage .modelWrapper1 {
    padding: 60px 0;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_title {
    text-align: center;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_title h3 {
    font-size: 24px;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_in {
    width: 90vw;
    margin-top: 30px;
    padding: 30px 10px;
    border: 1px solid #ccc;
    border-radius: 7px;
    background: #e9e9e9;
    flex-direction: column;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_in .this_child {
    padding: 10px;
    border-top: 1px solid #ccc;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_in .this_child h5 {
    font-size: 24px;
    font-weight: 700;
    color: var(--color);
  }
  #all #this_col .aboutPage .modelWrapper1 .this_in .this_child p {
    font-size: 14px;
    color: #22445f;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_in .this_child:first-child {
    border: none;
  }
  #all #this_col .aboutPage .modelWrapper1 .this_in .this_child::before {
    width: 0px;
  }
  #all #this_col .aboutPage .modelWrapper2 .this_title {
    width: 90vw;
    margin: auto;
    text-align: start;
    padding: 0 15px;
  }
  #all #this_col .aboutPage .modelWrapper2 .this_title h3 {
    font-size: 24px;
  }
  #all #this_col .aboutPage .modelWrapper2 .this_in {
    width: 90vw;
    margin: auto;
    margin-top: 20px;
    padding: 0 15px;
  }
  #all #this_col .aboutPage .modelWrapper2 .this_in .this_text p {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #all #this_col .aboutPage .modelWrapper3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_title h3 {
    font-size: 24px;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in {
    width: 90vw;
    margin: auto;
    margin-top: 30px;
    position: relative;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in::before {
    display: none;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row {
    width: 100%;
    margin-top: 20px;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child {
    width: 100%;
    padding: 0 15px;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child .this_child_in {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child .this_child_in::before {
    display: none;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child .this_child_in::after {
    display: none;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child h5 {
    padding-bottom: 10px;
    font-size: 16px;
  }
  #all #this_col .aboutPage .modelWrapper3 .this_in .this_row .this_child p {
    font-size: 14px;
  }
  #all #this_col .aboutPage .modelWrapper4 {
    padding: 60px 0;
    background-color: #f6f6f6;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in {
    width: 90vw;
    flex-direction: column-reverse !important;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .left {
    margin-top: 30px;
    flex: 0 48%;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .left h3 {
    font-size: 20px;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .left .this_text {
    margin-top: 10px;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .left .this_text p {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .right {
    flex: 0 48%;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .right .img_b {
    width: 100%;
    height: 100%;
  }
  #all #this_col .aboutPage .modelWrapper4 .this_in .right .img_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #all #this_col .aboutPage .modelWrapper5 {
    padding: 60px 0;
    background-color: #fff;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in {
    width: 90vw;
    flex-direction: column !important;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .left {
    margin-top: 30px;
    flex: 0 48%;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .left h3 {
    font-size: 20px;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .left .this_text {
    margin-top: 10px;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .left .this_text p {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .right {
    flex: 0 48%;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .right .img_b {
    width: 100%;
    height: 100%;
  }
  #all #this_col .aboutPage .modelWrapper5 .this_in .right .img_b img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  #all #this_col .aboutPage .modelWrapper6 {
    padding: 60px 0 40px;
    background-color: #f6f6f6;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_title {
    text-align: center;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_title h3 {
    font-size: 24px;
    color: #092c47;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in {
    width: 90vw;
    margin: auto;
    margin-top: 60px;
    flex-direction: column;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child {
    flex: 0 32%;
    padding-bottom: 20px;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child > a {
    display: inline-block;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child .this_text h5 {
    font-weight: 600;
    color: #363636;
    font-size: 18px;
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 15px;
    margin: 15px 0;
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child .this_text h5::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0;
    width: 4px;
    height: 50%;
    transform: translate(0, 50%);
    border-radius: 5px;
    background: var(--color);
  }
  #all #this_col .aboutPage .modelWrapper6 .this_in .this_child .this_text p {
    font-size: 14px;
    color: #22445f;
  }
  #all #this_col .aboutPage .modelWrapper7 {
    padding: 60px 0 40px;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_title h3 {
    font-size: 24px;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_in {
    width: 90vw;
    margin: auto;
    margin-top: 60px;
    flex-direction: column;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_in .this_child {
    flex: 0 32%;
    padding-bottom: 30px;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_in .this_child > a {
    display: inline-block;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_in .this_child .img_b {
    width: 100%;
    overflow: hidden;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_in .this_child .img_b img {
    width: 100%;
    transition: all 0.5s;
  }
  #all #this_col .aboutPage .modelWrapper7 .this_in .this_child .img_b:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
  }
  #all #this_col .aboutPage .modelWrapper8 {
    background-color: var(--color);
  }
  #all #this_col .aboutPage .modelWrapper8 .this_in {
    width: 90vw;
    padding: 50px 0;
  }
  #all #this_col .aboutPage .modelWrapper8 .this_in .left h3 {
    text-align: center;
    color: #fff;
    font-size: 24px;
  }
}
@media screen and (max-width: 600px) {
  #all #this_col .indexPage .bannerWrapper .this_child .this_text {
    width: 90vw;
    transform: translate(-50%, -50%);
  }
  #all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in {
    width: 90vw;
    text-align: center;
  }
  #all #this_col .indexPage .bannerWrapper .this_child .this_text .this_text_in h3 {
    font-size: 22px;
  }
}/*# sourceMappingURL=all.css.map */