@import url('public.css');
@import url(../dist/icon/iconfont.css);
@import url(../dist/icon/bottom_icon/iconfont.css);
body {
  font-family: "Inter, sans-serif";
  --color: #0C6EB4;
  --lcolor: #85A8BD;
  --common: #54595F;
}


.gotop:before {
  font-family: "iconfont-icon";
  content: "\e635";
  display: block;
}




.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 00;
}
.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;
}
#all #this_col ul {
  margin: 0;
}
#all #this_col header {
  z-index: 9;
}
#all #this_col header .page-title {
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 0;
  margin: auto;
  background-color: #fff;
}
#all #this_col header .page-title .this-in {
  width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col header .page-title .this-in .this_logo {
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col header .page-title .this-in .this_logo .img_b {
  width: 120px;
}
#all #this_col header .page-title .this-in .this_logo .img_b img {
  width: 100%;
}
#all #this_col header .page-title .this-in .center {
  position: relative;
  border-bottom: 1px solid #AAAAAA;
  padding: 5px 0;
}
#all #this_col header .page-title .this-in .center::before {
  content: '\e638';
  font-family: iconfont-icon;
  font-size: 18px;
  color: #aaa;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#all #this_col header .page-title .this-in .center .this-search {
  width: 20vw;
  color: #aaa;
  font-size: 14px;
}
#all #this_col header .page-title .this-in .center .this-search::placeholder {
  color: #aaa;
  font-size: 14px;
}
#all #this_col header .page-title .this-in .center .this-submit {
  cursor: pointer;
  width: 20px;
  height: 20px;
  position: relative;
  background-color: transparent;
}
#all #this_col header .page-title .this-in .right {
  display: flex;
  align-items: center;
  gap: 10px;
}
#all #this_col header .page-title .this-in .right i {
  color: #333;
  font-size: 22px;
}
#all #this_col header .this_web_head {
  width: 100%;
  top: 0;
  z-index: 12;
  padding: 20px 0;
  background-color: var(--color);
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col header .this_web_head .Wrapper .web_nav {
  width: 100%;
  display: flex;
  gap: 0 3.125vw;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 0 1.5625vw;
  z-index: 9;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li {
  flex: auto;
  line-height: 1.3;
  position: relative;
  text-align: center;
  transition: all 300ms;
  display: flex;
  align-items: center;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a {
  transition: all 300ms;
  color: #fff;
  font-family: "Source Han Sans SC";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a > span {
  font-size: 12px;
}
#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 > ul {
  padding: 0.5vw 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 260px;
  top: 2vw;
  transform: scale(0.9);
  transition: all 0.5s;
  box-shadow: 0 0 10px #333;
  opacity: 0;
  visibility: hidden;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li {
  line-height: 2;
  visibility: hidden;
  position: relative;
}
#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;
  margin: 0 0.3vw;
  border-bottom: none;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul {
  padding: 0.5vw 0;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 280px;
  transform: scale(0.9);
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 0 10px #624434cb;
  right: -100%;
  top: 0vw;
  transition: all 1s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul li {
  line-height: 2;
  visibility: hidden;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul li a {
  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_web_head .Wrapper .web_nav > ul > li > ul > li:hover ul {
  visibility: visible;
  transition: all 1s;
  opacity: 1;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li:hover ul li {
  visibility: visible;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li:hover > a {
  text-decoration: none;
  background-color: #e5e5e5;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > a {
  text-decoration: none;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > a::after {
  width: 100%;
  background-color: #fff;
}
#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 a {
  font-weight: 700;
  position: relative;
}
#all #this_col header .this_web_head .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 .this_index_header {
  position: fixed;
  width: 100%;
  top: 60px;
  z-index: 12;
  padding: 10px 0;
  background-color: transparent;
  box-shadow: 0 3px 4px rgba(0, 0, 0, 0.01);
  transition: all 0.5s;
}
#all #this_col header .this_index_header .Wrapper .web_nav > ul > li.current-menu-item > a {
  font-weight: 700;
  position: relative;
}
#all #this_col header .this_index_header .Wrapper .web_nav > ul > li.current-menu-item > a::after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  bottom: 0;
  left: 0;
}
#all #this_col header .nav_top_50 {
  position: fixed;
  width: 100%;
  top: 0;
  transition: all 1s;
  align-items: center;
}
#all #this_col header .nav_top_50 .Wrapper {
  align-items: center;
}
#all #this_col header .sjheader {
  display: none;
  background-color: #202020;
  width: 100%;
  z-index: 9999;
  position: fixed;
}
#all #this_col header .sjheader .Wrapper .menuTop {
  display: flex;
  padding: 0 3vw;
  justify-content: space-between;
  align-items: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .menuicon {
  flex: 0 20vw;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
}
#all #this_col header .sjheader .Wrapper .menuTop .menuicon .imgWrapper {
  width: 5vw;
}
#all #this_col header .sjheader .Wrapper .menuTop .menuicon .imgWrapper img {
  width: 100%;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo {
  padding: 1vw 0;
  flex: 0 30vw;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper {
  width: 40vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper img {
  width: 8vw;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-logo .imgWrapper p {
  font-size: 6vw;
  line-height: 1.5;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language {
  width: 20vw;
  display: flex;
  justify-content: flex-end;
  gap: 2vw;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-language .iconfont {
  color: #fff;
  font-size: 6vw;
  float: right;
  transition: all 0.5s;
}
#all #this_col header .sjheader .Wrapper .menuTop .sj-search-language .sj-search .iconfont {
  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 #47474721;
}
#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 #47474721;
}
#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;
}
@media screen and (max-width: 1440px) {
  #all #this_col header .page-title .this-in {
    width: 1200px;
  }
  #all #this_col header .this_web_head .Wrapper {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  #all #this_col header .page-title .this-in {
    width: 1000px;
  }
  #all #this_col header .this_web_head .Wrapper {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  #all #this_col header .page-title .this-in {
    width: 900px;
  }
  #all #this_col header .this_web_head .Wrapper {
    width: 900px;
  }
}
#all #this_col .this_public .w1400 {
  width: 1400px;
  margin: auto;
}
@media screen and (max-width: 1440px) {
  #all #this_col .this_public .w1400 {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  #all #this_col .this_public .w1400 {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  #all #this_col .this_public .w1400 {
    width: 900px;
  }
}
@media screen and (max-width: 950px) {
  #all #this_col .this_public .w1400 {
    width: 90vw;
  }
}
#all #this_col .indexPage .bannerWrapper .swiper {
  height: 700px;
}
#all #this_col .indexPage .bannerWrapper .swiper .this-child {
  width: 100%;
  height: 100%;
  position: relative;
}
#all #this_col .indexPage .bannerWrapper .swiper .this-child .img-b {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col .indexPage .bannerWrapper .swiper .this-child .img-b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: brightness(80%);
  /* Chrome, Safari, Opera */
  filter: brightness(80%);
}
#all #this_col .indexPage .bannerWrapper .swiper .this-child .this-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#all #this_col .indexPage .bannerWrapper .swiper .this-child .this-text h2 {
  color: #fff;
  font-size: 32px;
}
#all #this_col .indexPage .bannerWrapper .swiper .this-child .this-text .this-button {
  margin-top: 10px;
  border: 2px solid #fff;
  padding: 8px 20px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
}
#all #this_col .indexPage .bannerWrapper .swiper .this-child .this-text .this-button:hover {
  background-color: var(--color);
  border: 2px solid var(--color);
}
#all #this_col .indexPage .lineWrapper {
  padding: 20px 0;
  background-color: var(--color);
}
#all #this_col .indexPage .lineWrapper p {
  color: #fff;
  font-size: 28px;
  text-align: center;
  font-weight: 300;
}
#all #this_col .indexPage .introWrapper .Wrapper .this-child {
  display: flex;
}
#all #this_col .indexPage .introWrapper .Wrapper .this-child .this-intro {
  padding: 2.60416667vw 6.25vw 2.60416667vw 5.20833333vw;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
#all #this_col .indexPage .introWrapper .Wrapper .this-child .this-intro h2 {
  font-size: 28px;
  color: var(--color);
}
#all #this_col .indexPage .introWrapper .Wrapper .this-child .this-intro .this-text p {
  margin: 0;
  padding: 8px 0;
  font-size: 14px;
  line-height: 1.8;
  color: var(--common);
}
#all #this_col .indexPage .introWrapper .Wrapper .this-child .this-intro .this-more {
  text-decoration: solid;
}
#all #this_col .indexPage .introWrapper .Wrapper .this-child .img-b {
  width: 50%;
  height: 0;
  padding-top: 25%;
  position: relative;
}
#all #this_col .indexPage .introWrapper .Wrapper .this-child .img-b img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .indexPage .introWrapper .Wrapper .this-child:nth-child(even) {
  flex-direction: row-reverse;
}
#all #this_col .indexPage .advWrapper .this-title {
  padding: 20px 0;
  background-color: var(--lcolor);
}
#all #this_col .indexPage .advWrapper .this-title h2 {
  font-size: 28px;
  color: #fff;
  font-weight: 300;
  text-align: center;
}
#all #this_col .indexPage .advWrapper .this-in {
  display: flex;
  flex-wrap: wrap;
}
#all #this_col .indexPage .advWrapper .this-in .this-child {
  width: 50%;
  background-color: var(--color);
  padding: 3.64583333vw 20px;
  display: flex;
  justify-content: flex-end;
}
#all #this_col .indexPage .advWrapper .this-in .this-child .this-child-in {
  width: 85%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
#all #this_col .indexPage .advWrapper .this-in .this-child .this-child-in .img-b {
  width: 50px;
  height: 50px;
}
#all #this_col .indexPage .advWrapper .this-in .this-child .this-child-in .img-b img {
  width: 100%;
}
#all #this_col .indexPage .advWrapper .this-in .this-child .this-child-in h5 {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
#all #this_col .indexPage .advWrapper .this-in .this-child .this-child-in p {
  color: #fff;
  font-weight: 400;
  line-height: 1.7;
  font-size: 18px;
  text-align: center;
}
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(odd) {
  justify-content: flex-end;
}
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(even) {
  justify-content: flex-start;
}
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(2),
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(3),
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(6),
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(7)  {
  background-color: #fff;
}
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(2) .this-child-in h5,
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(3) .this-child-in h5,
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(6) .this-child-in h5,
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(7) .this-child-in h5 {
  color: var(--color);
}
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(2) .this-child-in p,
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(3) .this-child-in p,
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(6) .this-child-in p,
#all #this_col .indexPage .advWrapper .this-in .this-child:nth-child(7) .this-child-in p  {
  color: var(--color);
}
#all #this_col .indexPage .advWrapper .this-bottom {
  padding: 30px 0;
  background-color: #F2F3F5;
}
#all #this_col .indexPage .advWrapper .this-bottom p {
  color: var(--common);
  text-align: center;
  font-size: 18px;
  font-weight: 300;
}
#all #this_col .indexPage .modelWrapper .Wrapper {
  overflow: hidden;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg {
  background-color: #F2F3F5;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply, normal;
  background-attachment: fixed;
  box-sizing: border-box;
  padding: 10px 0;
  position: relative;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .this-child {
  min-height: 600px;
  display: flex;
  align-items: center;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .this-child .this-child-in {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .this-child .this-child-in h5 {
  font-size: 18px;
  color: #fff;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .this-child .this-child-in h2 {
  color: #fff;
  font-size: 32px;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .this-child .this-child-in p {
  font-size: 16px;
  color: #fff;
  line-height: 1.7;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .this-child .this-child-in .buttonWrap {
  padding: 10px;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .this-child .this-child-in .buttonWrap .this-button {
  display: inline-block;
  font-size: 16px;
  color: var(--color);
  padding: 8px 24px;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .this-child .this-child-in .buttonWrap .this-button:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg svg {
  width: calc(100% + 5px);
  height: 50px;
  position: absolute;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg svg path {
  fill: #F2F3F5;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .line1 {
  left: -1px;
  top: -1px;
  bottom: auto;
  transform: rotate(180deg);
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .this-child + .line1 {
  transform: rotate(0);
  top: auto;
  bottom: -1px;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .line2 {
  left: -1px;
  top: -1px;
  bottom: auto;
  transform: rotate(0);
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .this-child + .line2 {
  transform: rotate(180deg);
  top: auto;
  bottom: -1px;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-Wrap {
  overflow: hidden;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-Wrap:nth-child(even) .this-child-bg .this-child {
  flex-direction: row-reverse;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 {
  height: auto;
  padding: 50px 0;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child {
  min-height: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 50px;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .left {
  flex: 0 50%;
  padding: 20px 3vw 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .left .this-title h2 {
  font-size: 36px;
  color: #fff;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .left .this-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .left .this-form .this-list.w50 {
  width: 49%;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .left .this-form .this-list {
  width: 100%;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .left .this-form .this-list input,
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .left .this-form .this-list textarea {
  border: 1px solid #fff;
  width: 100%;
  border-radius: 20px;
  background-color: transparent;
  padding: 8px 10px;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .left .this-form .this-list input::placeholder,
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .left .this-form .this-list textarea::placeholder {
  color: #fff;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .left input[type="submit"] {
  display: inline-block;
  font-size: 16px;
  color: var(--color);
  padding: 8px 4vw;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .left input[type="submit"]:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right {
  flex: 0 50%;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .faqWrapper {
  background-color: #fff;
  padding: 20px;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .faqWrapper .this-title h2 {
  font-size: 36px;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .faqWrapper .this-title p {
  display: inline-block;
  margin-top: 20px;
  color: var(--common);
  font-size: 16px;
  font-weight: 300;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .faqWrapper .faq {
  margin-top: 20px;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .faqWrapper .faq ul {
  width: 100%;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .faqWrapper .faq ul li {
  cursor: pointer;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .faqWrapper .faq ul li .question {
  padding: 15px;
  background-color: #ECECEC;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  border-bottom: 1px solid #d5d8dc;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .faqWrapper .faq ul li .question p {
  color: var(--common);
  font-weight: 400;
  display: inline-block;
  width: calc(100% - 20px);
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .faqWrapper .faq ul li .question b {
  position: absolute;
  content: "";
  background-image: url(../img/landing/faqarrow.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  font-family: Astra;
  font-size: 14px;
  font-weight: 700;
  color: #a7afb4;
  transform: rotate(0deg);
  transition: all 0.3s;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .faqWrapper .faq ul li .question .active {
  transform: rotate(180deg);
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .faqWrapper .faq ul li .answer {
  display: none;
  padding: 10px 20px 10px 20px;
  font-size: 16px;
  color: #546a8c;
  font-weight: 300;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .faqWrapper .faq ul li.active .question p {
  color: var(--color);
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .buttonWrap {
  padding: 20px 0;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .buttonWrap .this-button {
  display: inline-block;
  font-size: 16px;
  color: var(--color);
  padding: 8px 24px;
  border-radius: 10px;
  background-color: #fff;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg.this-child-bg2 .this-child .right .buttonWrap .this-button:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper .Wrapper .line-text {
  padding: 30px 0;
  background-color: #F2F3F5;
}
#all #this_col .indexPage .modelWrapper .Wrapper .line-text p {
  color: var(--common);
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1440px) {
  #all #this_col .indexPage .introWrapper .Wrapper .this-child .img-b {
    padding-top: 35%;
  }
}
@media screen and (max-width: 1280px) {
  #all #this_col .indexPage .introWrapper .Wrapper .this-child .img-b {
    padding-top: 40%;
  }
}
@media screen and (max-width: 1024px) {
  #all #this_col .indexPage .introWrapper .Wrapper .this-child .img-b {
    padding-top: 50%;
  }
}
@media screen and (max-width: 950px) {
  #all #this_col .indexPage .introWrapper .Wrapper .this-child {
    flex-direction: column-reverse !important;
  }
  #all #this_col .indexPage .introWrapper .Wrapper .this-child .this-intro {
    width: 100%;
  }
  #all #this_col .indexPage .introWrapper .Wrapper .this-child .img-b {
    width: 100%;
  }
  #all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg .this-child .this-child-in {
    width: 100%;
  }
  #all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg2 .this-child {
    flex-direction: column;
  }
  #all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg2 .this-child .left {
    width: 100%;
    flex: 0 100%;
  }
  #all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg2 .this-child .right {
    margin-top: 20px;
  }
  #all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg2 .this-child .right .faq ul li .question {
    padding: 20px 0;
  }
  #all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg2 .this-child .right .faq ul li .question b {
    right: 0;
  }
  #all #this_col .indexPage .modelWrapper .Wrapper .this-child-bg2 .this-child .right .faq ul li .answer {
    padding: 10px 0;
  }
}
#all #this_col footer .this_web_footer {
  background-color: var(--color);
}
#all #this_col footer .this_web_footer .top .this_in {
  width: 1400px;
  margin: auto;
  display: flex;
  padding-top: 3.5vw;
  padding-bottom: 2.5vw;
}
#all #this_col footer .this_web_footer .top .this_in .this_child {
  flex: 0 13%;
  padding: 0 20px;
  border-right: 1px solid #fff;
}
#all #this_col footer .this_web_footer .top .this_in .this_child h3 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 20px;
}
#all #this_col footer .this_web_footer .top .this_in .this_child > ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
#all #this_col footer .this_web_footer .top .this_in .this_child > ul li a {
  font-size: 14px;
  color: #fff;
  position: relative;
  display: block;
}
#all #this_col footer .this_web_footer .top .this_in .this_child:last-child {
  border-right: none;
}
#all #this_col footer .this_web_footer .top .this_in .pro_child {
  flex: 0 25%;
}
#all #this_col footer .this_web_footer .top .this_in .pro_child h3 {
  text-align: center;
}
#all #this_col footer .this_web_footer .top .this_in .pro_child ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
}
#all #this_col footer .this_web_footer .top .this_in .pro_child ul li {
  flex: 0 48%;
}
#all #this_col footer .this_web_footer .top .this_in .pro_child ul li a {
  text-align: center;
}
#all #this_col footer .this_web_footer .top .this_in .follow {
  flex: auto;
}
#all #this_col footer .this_web_footer .top .this_in .follow .sns_link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
#all #this_col footer .this_web_footer .top .this_in .follow .sns_link li {
  max-width: 20px;
}
#all #this_col footer .this_web_footer .top .this_in .follow .sns_link li a img {
  width: 100%;
}
#all #this_col footer .this_web_footer .top .this_in .follow p {
  font-style: italic;
  font-size: 16px;
  color: #D6D6D6;
}
@keyframes MoveUpInitial {
  100% {
    transform: translate3d(0, -105%, 0);
  }
}
@keyframes MoveUpEnd {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
#all #this_col footer .this_web_footer .top .this_in .follow .all_btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  padding: 5px 10px;
  z-index: 1;
  display: inline-block;
  margin-top: 20px;
  position: relative;
  padding: 0 20px;
  overflow: hidden;
}
#all #this_col footer .this_web_footer .top .this_in .follow .all_btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #5D8F19;
  z-index: -1;
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transform-origin: 100% 50%;
}
#all #this_col footer .this_web_footer .top .this_in .follow .all_btn span {
  font-size: 16px;
  color: #fff;
  display: block;
  font-weight: 600;
  text-align: center;
  padding: 5px 0;
  line-height: 1.5;
}
#all #this_col footer .this_web_footer .top .this_in .follow .all_btn:hover {
  background: #FFFFFFC7;
}
#all #this_col footer .this_web_footer .top .this_in .follow .all_btn:hover::before {
  transform: scale3d(0, 1, 1);
  transform-origin: 0 50%;
}
#all #this_col footer .this_web_footer .top .this_in .follow .all_btn:hover span {
  overflow: hidden;
  color: #5D8F19;
}
#all #this_col footer .this_web_footer .top .this_in .follow .all_btn:hover span span {
  animation: MoveUpInitial 0.2s forwards, MoveUpEnd 0.2s forwards 0.2s;
}
#all #this_col footer .this_web_footer .top .index_layout {
  width: 1400px;
  margin: 0 auto;
}
#all #this_col footer .this_web_footer .top .index_layout ul {
  padding: 0 0 20px 0;
  display: flex;
  justify-content: center;
  gap: 1vw;
}
#all #this_col footer .this_web_footer .top .index_layout ul li a {
  text-decoration: underline;
  font-size: 18px;
  color: #fff;
}
#all #this_col footer .this_web_footer .copy {
  background-color: #5d8f1a;
}
#all #this_col footer .this_web_footer .copy .this_in {
  width: 1400px;
  margin: auto;
  padding: 10px 0;
  display: flex;
  justify-content: center;
}
#all #this_col footer .this_web_footer .copy .this_in .left {
  display: flex;
  align-items: center;
}
#all #this_col footer .this_web_footer .copy .this_in .left p {
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 1440px) {
  #all #this_col footer .this_web_footer .top .this_in {
    width: 1200px;
  }
  #all #this_col footer .this_web_footer .top .index_layout {
    width: 1200px;
  }
  #all #this_col footer .this_web_footer .copy .this_in {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  #all #this_col footer .this_web_footer .top .this_in {
    width: 1000px;
  }
  #all #this_col footer .this_web_footer .top .index_layout {
    width: 1000px;
  }
  #all #this_col footer .this_web_footer .copy .this_in {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  #all #this_col footer .this_web_footer .top .this_in {
    width: 900px;
  }
  #all #this_col footer .this_web_footer .top .index_layout {
    width: 900px;
  }
  #all #this_col footer .this_web_footer .copy .this_in {
    width: 900px;
  }
}
#all .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #1c1c1c;
  padding: 1vw 0;
  box-sizing: border-box;
  z-index: 999;
}
#all .sj-footer ul {
  width: 96vw;
  margin: 0 auto !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3vw;
}
#all .sj-footer ul li a .iconfont {
  font-size: 6vw;
}
#all .sj-footer ul li a:hover {
  text-decoration: none;
}
#all .sj-footer ul #f-logo .imgWarp {
  width: 8vw;
}
#all .sj-footer ul #f-logo .imgWarp img {
  width: 100%;
}
@media screen and (max-width: 950px) {
  #all #this_col header .page-title {
    display: none;
  }
  #all #this_col header .this_web_head {
    display: none;
  }
  #all #this_col header .sjheader {
    display: block;
  }
  #all #this_col footer .this_web_footer {
    display: none;
  }
  #all #this_col footer .sj-footer {
    display: block;
  }
}
@media screen and (max-width: 950px) {
  footer {
    height: 13vw;
  }
  .phone-head-item .title:before {
    font-family: "fontawesome";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
  }
  .phone-body-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
  }
  .phone-ico-close {
    width: 30px;
    height: 30px;
    background: #fff url(../img/mobile_close.png) center center no-repeat;
    background-size: 50% auto;
    position: absolute;
    right: -35px;
    top: 0;
  }
  .sub-content {
    position: relative;
    display: block;
    right: auto;
    border-radius: 0;
    border: none;
    box-shadow: none;
    z-index: 99999;
  }
  .lang-more {
    display: none !important;
  }
  .phone-head-items {
    position: fixed;
    top: 0;
    left: 0;
    background: #161622;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    z-index: 999;
  }
  .phone-head-items .phone_logo {
    max-width: 130px;
  }
  .phone-head-items .phone_logo a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    width: 120px;
  }
  .phone-head-items .phone_logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .phone-head-item {
    float: left;
    width: 48px;
  }
  .phone-head-item.phone-head-aside {
    float: right;
  }
  .phone-head-item .title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: flex;
    align-items: center;
  }
  .phone-head-item .title a {
    position: relative;
    display: block;
    color: #FFF;
  }
  .phone-head-item.phone-head-home .title a:before {
    content: '\f015';
  }
  .phone-head-item.phone-head-social .title:before {
    content: "\f007";
  }
  .phone-head-item.phone-head-aside .title:before {
    content: "\f060";
  }
  .phone-head-item .main-content-wrap {
    background: #FFF;
    top: 0;
    display: block;
    z-index: 99999;
  }
  .phone-head-item .main-content-wrap .content-wrap {
    overflow-y: auto;
    height: 100%;
    padding: 15px 10px;
    background-color: #fff;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li {
    font-size: 15px;
    padding: 8px 0;
    border-bottom: 1px #c5c5c5 dashed;
    line-height: 30px;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li a {
    text-transform: capitalize;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul {
    margin-left: 20px;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li ul li {
    border-bottom: none;
    padding: 2px 0;
  }
  .phone-head-item .main-content-wrap.middle-content-wrap .content-wrap {
    overflow-y: hidden;
  }
  .phone-head-item .side-content-wrap {
    position: fixed;
    display: block;
    left: -70%;
    width: 70%;
    height: 100%;
  }
  .phone-head-item .middle-content-wrap {
    position: absolute;
    left: 0;
    width: 100%;
    height: auto;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
  }
  .phone-head-item .middle-show-content-wrap {
    top: 70px;
    visibility: visible;
    opacity: 1;
  }
  .index_head .btn--search {
    right: 0;
    top: -20px;
    margin: 0;
  }
  .index_head .head-search {
    display: none;
  }
  .head-search {
    position: relative;
    width: 90%;
    height: 35px;
    margin: 0 auto;
  }
  .head-search .search-ipt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    color: #333;
    padding: 0 10px;
  }
  .head-search .search-btn {
    position: absolute;
    width: 35px;
    height: 100%;
    background: url(../img/search_btn.png) no-repeat center center;
    -webkit-background-size: auto 16px;
    background-size: auto 16px;
    border: none;
    right: 0;
    top: 0;
    display: block !important;
  }
  .head-search .search-attr {
    display: none;
  }
  .page_head {
    display: none;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li .productWrap .Wrap .left .menu_title {
    display: none;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li .productWrap .Wrap .right {
    display: none;
  }
  .phone-head-item .main-content-wrap .content-wrap ul li .productWrap .Wrap .close {
    display: none;
  }
  .sys_sub_head {
    margin-top: 25px;
  }
  .itemWrap {
    display: flex;
  }
  .itemWrap .phone-head-nav {
    order: 3;
  }
  .itemWrap .phone-head-language {
    order: 2;
  }
  .phone-head-item .title i {
    font-size: 28px;
  }
  .index_layout {
    width: 95vw;
  }
}
