 
 
@import url('public.css');
@import url(icon/iconfont.css);
@import url(icon/bottom_icon/iconfont.css);
@font-face {
  font-family: HONORSANS;
  src: url(fonts/HONORSANS-BOLD.TTF);
}
body {
   /*font-family: HONORSANS;*/
}
html {
  scroll-behavior: smooth;
  overflow: visible;
  height: 100%;
}
#all #this_col {
  --oraColor: #FF460D;
}
#all #this_col ul {
  margin: 0;
}

.sys_sub_head .head_bn_item  {
    position: relative;
}


.sys_sub_head .head_bn_item::before{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #ffffff55;
    position: absolute;
    left: 0;
    top: 0;
}


@media screen and (max-width:950px) {
    .sys_sub_head .head_bn_item  {
        display: none;
    }
}

@keyframes swiperDown {
  0% {
    transform: translate(-50%, 0);
  }
  25% {
    transform: translate(-50%, 5%);
  }
  50% {
    transform: translate(-50%, 10%);
  }
  75% {
    transform: translate(-50%, 5%);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
#all #this_col .this_public {
     font-family: HONORSANS;  
}

#all #this_col .this_public .lrButton::before {
  display: none;
}
#all #this_col .this_public .lrButton::after {
  display: none;
}
#all #this_col .this_public .w1620 {
  width: 1620px;
  margin: auto;
}
#all #this_col .this_public .w1440 {
  width: 1440px;
  margin: auto;
}
#all #this_col .this_public .w1240 {
  width: 1240px;
  margin: auto;
}
#all #this_col .this_public .this_title > h2 {
  font-size: 60px;
}
#all #this_col .this_public .this_title > h2 span {
  color: var(--oraColor);
}
#all #this_col .this_public .this_title > p {
  margin-top: 10px;
  display: inline-block;
  font-size: 16px;
  color: #666666;
}
@media screen and (max-width: 1660px) {
  #all #this_col .this_public .w1620 {
    width: 1400px;
    margin: auto;
  }
  #all #this_col .this_public .w1440 {
    width: 1250px;
    margin: auto;
  }
  #all #this_col .this_public .w1240 {
    width: 1200px;
    margin: auto;
  }
}
@media screen and (max-width: 1440px) {
  #all #this_col .this_public .w1620 {
    width: 1200px;
  }
  #all #this_col .this_public .w1440 {
    width: 1030px;
  }
  #all #this_col .this_public .w1240 {
    width: 1000px;
  }
}
@media screen and (max-width: 1280px) {
  #all #this_col .this_public .w1620 {
    width: 930px;
  }
  #all #this_col .this_public .w1440 {
    width: 790px;
  }
  #all #this_col .this_public .w1240 {
    width: 780px;
  }
  #all #this_col .this_public .this_title > h2 {
    font-size: 40px;
  }
   
  
}



@media screen and (max-width: 950px) {
  #all #this_col .this_public .w1620 {
    width: 90vw;
  }
  #all #this_col .this_public .w1440 {
    width: 90vw;
  }
  #all #this_col .this_public .w1240 {
    width: 90vw;
  }
  #all #this_col .this_public .this_title > h2 {
    font-size: 28px;
  }
}
#all #this_col header {
  z-index: 9;
  height: 108px;
}
#all #this_col header .this_web_head {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
  transition: all 0.5s;
  background: #fff;
}
#all #this_col header .this_web_head .Wrapper {
  width: 82vw;
  margin: 0 auto;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#all #this_col header .this_web_head .Wrapper .logo {
  width: 125px;
  display: flex;
  align-items: center;
}
#all #this_col header .this_web_head .Wrapper .logo .img_b {
  overflow: hidden;
}
#all #this_col header .this_web_head .Wrapper .logo .img_b img {
  width: 100%;
}
#all #this_col header .this_web_head .Wrapper .web_nav {
  display: flex;
  /*gap: 0 3.125vw;*/
  gap: 0 8vw;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul {
  display: flex;
  align-items: center;
  /*gap: 0 1.5625vw;*/
  gap: 0 4vw;
  z-index: 9;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li {
  padding: 20px 0;
  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: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  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: 100%;
  border-radius: 0.5vw;
  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;
  border-radius: 0.5vw;
  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 > 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;
  color: var(--oraColor);
}
#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; 
  bottom: -20px;
  left: 0;
}
#all #this_col header .this_web_head .Wrapper   .searchWrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0 1.5625vw;
}
#all #this_col header .this_web_head .Wrapper  .searchWrapper .search {
  position: relative;
}
#all #this_col header .this_web_head .Wrapper  .searchWrapper .search .iconfont {
  color: #000;
  font-size: 18px;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper  .searchWrapper .search .form {
  position: absolute;
  width: 20vw;
  top: 2vw;
  z-index: 9;
  opacity: 0;
  transition: all 0.5s;
  visibility: hidden;
}
#all #this_col header .this_web_head .Wrapper  .searchWrapper .search .form input {
  border: none;
  padding: 0.5vw;
  border-radius: 0.2vw;
  box-sizing: border-box;
  box-shadow: 0px 0px 5px #000;
}
#all #this_col header .this_web_head .Wrapper   .searchWrapper .search .form input:last-of-type {
  background-color: #624434;
  color: #fff;
}
#all #this_col header .this_web_head .Wrapper .searchWrapper .search:hover .iconfont {
  color: #3d2a20;
}
#all #this_col header .this_web_head .Wrapper   .searchWrapper .search:hover .form {
  opacity: 1;
  transition: all 0.5s;
  visibility: visible;
}
#all #this_col header .this_web_head .Wrapper  .searchWrapper .this_language .icon-diqiu {
  color: #949494;
  font-size: 1.1vw;
  margin-right: 0.5vw;
}
#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;
  padding: 0;
  background-color: #fff;
}
#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: 1200px) {
    #all #this_col header .this_web_head .Wrapper .web_nav {
        gap: 0 5vw;
    }
}

@media screen and (max-width: 1100px) {
    #all #this_col header .this_web_head .Wrapper .web_nav {
        gap: 0 2vw;
    }
}


#all #this_col .indexPage .bannerWrapper {
  background-color: #fff;
}
#all #this_col .indexPage .bannerWrapper .Wrapper {
  position: relative;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father {
  position: relative;
  z-index: 1;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child {
  position: relative;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .img_b {
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .img_b img {
  display: block;
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .this_text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .this_text h2 {
  font-size: 70px;
  color: #fff;
  text-align: center;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .this_text p {
  display: inline-block;
  margin-top: 30px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .this_text .this_button {
  margin-top: 40px;
  padding: 15px 80px;
  border-radius: 40px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.5s;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .this_text .this_button span {
  font-size: 20px;
  color: #fff;
  transition: all 0.5s;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .this_text .this_button i {
  font-size: 20px;
  color: #fff;
  transition: all 0.5s;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .this_text .this_button:hover {
  background-color: #fff;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .this_text .this_button:hover span {
  color: #000;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .this_text .this_button:hover i {
  color: #000;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiperNum {
  z-index: 1;
  position: absolute;
  bottom: 70px;
  left: 10%;
  font-size: 20px;
  color: #fff;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiperDown {
  animation: swiperDown 1s linear infinite;
  z-index: 1;
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1px;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiperDown i {
  color: #fff;
  font-size: 30px;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .next {
  left: auto;
  right: 10%;
  bottom: 70px;
  width: 100px;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .next .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  opacity: 0.6;
}
#all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .next .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #FF460D;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper {
  padding: 150px 0 100px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_title {
  text-align: center;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_title p {
  display: inline-block;
  margin-top: 10px;
  font-size: 16px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father {
  width: 100%;
  position: relative;
  padding-bottom: 110px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .swiper .swiper-slide {
    max-width:25% ;
}

@media screen and (max-width:1280px) {
   #all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .swiper .swiper-slide {
    max-width:33% ;
} 
}

@media screen and (max-width:768px) {
   #all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .swiper .swiper-slide {
    max-width:50% ;
} 
}


@media screen and (max-width:500px) {
   #all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .swiper .swiper-slide {
    max-width:100% ;
} 
}

#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .swiper .this_child {
   display: block;   
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .swiper .this_child .img_b {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .swiper .this_child .img_b img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .swiper .this_child .this_text {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #00000099;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .swiper .this_child .this_text h3 {
  color: #fff;
  font-size: 18px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .swiper .this_child:hover .this_text {
  opacity: 1;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .lrButton {
  background-color: #EDEDED;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .lrButton i {
  font-size: 28px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .lrButton:hover {
  background-color: #000000;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .lrButton:hover i {
  color: #fff;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .next {
  bottom: 40px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 0 10px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .next .swiper-pagination-bullet-active {
  background-color: #000;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_button {
  padding: 15px 80px;
  border-radius: 40px;
  background-color: var(--oraColor);
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.5s;
  border: 1px solid transparent;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_button span {
  font-size: 16px;
  color: #fff;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_button:hover {
  border: 1px solid var(--oraColor);
  background-color: #fff;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_button:hover span {
  color: var(--oraColor);
}
#all #this_col .indexPage .modelWrapper2 .Wrapper {
  padding-top: 120px;
  display: flex;
  align-items: stretch;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .left {
  width: 50%;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .left .img_b {
  width: 100%;
  height: 100%;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .left .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .right {
  width: 50%;
  box-sizing: border-box;
  padding: 0 30px 0 80px;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .right .this_title p {
  font-weight: bold;
  display: inline-block;
  margin-top: 60px;
  font-size: 20px;
  color: #000;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .right .this_in {
  margin-top: 30px;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .right .this_in .this_intro p {
  font-size: 16px;
  line-height: 1.6;
  color: #5a5a5a;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper {
  padding: 80px 0;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in {
  display: flex;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .this_child {
  width: 25%;
  box-sizing: border-box;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .this_child .top {
  display: flex;
  align-items: center;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .this_child .top p {
  font-weight: bold;
  font-size: 52px;
  color: var(--oraColor);
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .this_child .top span {
  font-weight: bold;
  font-size: 52px;
  color: var(--oraColor);
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .this_child .bottom p {
  color: #5a5a5a;
  font-size: 16px;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper {
  padding: 120px 0 0px;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_title {
  text-align: center;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in {
  margin-top: 70px;
  display: flex;
  gap: 1.33333333%;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_child {
  width: 24%;
  display: flex;
  flex-direction: column;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_child .img_b {
  display: inline-block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_child .this_text {
  padding: 20px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_child .this_text h3 {
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_child .this_text .this_button {
  display: inline-block;
  margin-top: auto;
  margin-bottom: 0;
  box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 30px;
  padding: 10px 50px;
  transition: all 0.3s;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_child:hover .this_text h3 {
  color: var(--oraColor);
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_child:hover .this_text .this_button {
  border: 1px solid var(--oraColor);
  background-color: var(--oraColor);
  color: #fff;
}
#all #this_col .indexPage .modelWrapper5 {
  padding-top: 120px;
}
#all #this_col .indexPage .modelWrapper5 ul {
  background-image: url(../img/page/service.png);
  background-size: 100% 100%;
  display: flex;
  height: 47vw;
  overflow: hidden;
}
#all #this_col .indexPage .modelWrapper5 ul li {
  background-color: #0000003b;
  flex: 0 20%;
  border-right: 1px solid #ffffff80;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 30px;
  font-family: HONORSans-Bold;
  position: relative;
  transition: all 0.3s;
}
#all #this_col .indexPage .modelWrapper5 ul li::after {
  width: 70px;
  height: 10px;
  background-color: #fff;
  border-radius: 10px;
  content: "";
  display: block;
  position: absolute;
  top: 87%;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper5 ul li .Wrap {
  width: calc(100% - 60px);
  position: absolute;
  top: 58%;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper5 ul li .Wrap .order {
  margin-bottom: 30px;
}
#all #this_col .indexPage .modelWrapper5 ul li .Wrap .order i {
  font-size: 3.5vw;
  color: #fff;
  transition: all 0.3s;
}
#all #this_col .indexPage .modelWrapper5 ul li .Wrap .title {
  font-size: 1.8vw;
  color: #fff;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s;
}
#all #this_col .indexPage .modelWrapper5 ul li .Wrap .desc {
  transform: translateY(50%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin-top: 2vw;
  opacity: 0;
  transition: all 0.2s;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#all #this_col .indexPage .modelWrapper5 ul li:hover {
  background-color: #00000099;
  transition: all 0.3s;
}
#all #this_col .indexPage .modelWrapper5 ul li:hover .Wrap {
  top: 30%;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper5 ul li:hover .Wrap .order i {
  font-size: 5vw;
  transition: all 0.3s;
  color: var(--oraColor);
}
#all #this_col .indexPage .modelWrapper5 ul li:hover .Wrap .title {
  font-size: 2.2vw;
  transition: all 0.3s;
  color: var(--oraColor);
}
#all #this_col .indexPage .modelWrapper5 ul li:hover .Wrap .desc {
  color: var(--oraColor);
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s;
  transition-delay: 0.3s;
}
#all #this_col .indexPage .modelWrapper5 ul li:hover::after {
  opacity: 0;
  top: 90%;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper {
  padding: 150px 0;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_title {
  text-align: center;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .img_b {
  width: 13%;
  height: 0;
  padding-top: 13%;
  position: relative;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .img_b img {
  padding: 0 18%;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 0;
  left: 0;
}
#all #this_col .indexPage .modelWrapper7 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper {
  padding: 150px 0 110px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_title {
  text-align: center;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_title h2 {
  color: #fff;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_title p {
  margin-top: 40px;
  color: #fff;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_in {
  width: 100%;
  margin-top: 110px;
  display: flex;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_in .this_child {
  width: 25%;
  box-sizing: border-box;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_in .this_child .top {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_in .this_child .top .img_b {
  width: 80px;
  height: 80px;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_in .this_child .top .img_b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_in .this_child .top p {
  display: inline-block;
  margin-top: 20px;
  font-weight: bold;
  /*font-size: 52px;*/
  font-size: 24px;
  color: #fff;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_in .this_child .bottom {
  margin-top: 10px;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_in .this_child .bottom p {
  color: #fff;
  font-size: 16px;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_button {
  margin-top: 100px;
  box-sizing: border-box;
  padding: 10px 40px;
  border: 1px solid var(--oraColor);
  color: var(--oraColor);
  border-radius: 40px;
  transition: all 0.3s;
}
#all #this_col .indexPage .modelWrapper7 .Wrapper .this_button:hover {
  background-color: var(--oraColor);
  color: #fff;
}
#all #this_col .indexPage .modelWrapper8 .Wrapper {
  padding: 150px 0;
}
#all #this_col .indexPage .modelWrapper8 .Wrapper .this_in {
  margin-top: 70px;
  display: flex;
  gap: 2%;
}
#all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child {
  width: 32%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
#all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child .this_time span {
  font-size: 18px;
  color: #333333;
}
#all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child .img_b {
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  height: 0;
  padding-top: 50%;
  position: relative;
}
#all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  object-position: center;
}
#all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child .this_text {
  padding: 20px 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child .this_text .this_intro {
  display: inline-block;
  font-size: 20px;
  margin-bottom: 40px;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child .this_text .this_button {
 margin-top: auto;
 margin-bottom: 10px;
  display: inline-block;
  margin-top: auto;
  margin-bottom: 0;
  font-size: 16px;
  box-sizing: border-box;
  padding: 10px 40px;
  border: 1px solid #000;
  color: #000;
  border-radius: 40px;
  transition: all 0.3s;
}
#all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child:hover .this_text .this_intro {
  color: var(--oraColor);
}
#all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child:hover .this_text .this_button {
  background-color: var(--oraColor);
  color: #fff;
  border: 1px solid var(--oraColor);
}
#all #this_col .indexPage .modelWrapper9 {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper {
  padding: 150px 0;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_title h2 {
  color: #fff;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in {
  margin-top: 80px;
  display: flex;
  gap: 2%;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form {
  width: 100%;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list {
  margin-bottom: 40px;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list.w50 {
  width: 41%;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list.w100 {
  width: 100%;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list .this_text {
  color: #ffffff;
  opacity: 0.5;
  font-size: 18px;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list input,
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list textarea {
  padding: 20px 0;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff66;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list input::placeholder,
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list textarea::placeholder {
  color: #ffffff;
  font-size: 20px;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form input[type="submit"] {
  border: 1px solid var(--oraColor);
  color: var(--oraColor);
  background-color: transparent;
  padding: 15px 80px;
  border-radius: 40px;
  transition: all 0.3s;
}
#all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form input[type="submit"]:hover {
  background-color: var(--oraColor);
  color: #fff;
  border: 1px solid var(--oraColor);
}
@media screen and (max-width: 1280px) {
  #all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .this_text h2 {
    font-size: 48px;
  }
  #all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .lrButton {
    width: 40px;
    height: 40px;
  }
  #all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .swiper-father .lrButton i {
    font-size: 24px;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper .right {
    padding: 0 20px 0 50px;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper .right .this_title p {
    margin-top: 40px;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper .right .this_in {
    margin-top: 15px;
  }
  #all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .this_child .top p {
    font-size: 40px;
  }
  #all #this_col .indexPage .modelWrapper7 .Wrapper .this_in .this_child .top p {
    /*font-size: 40px;*/
    font-size: 22px;
  }
}
@media screen and (max-width: 950px) {
  #all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .img_b {
    /*height: 500px;*/
  }
  #all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .img_b img {
    object-fit: cover;
  }
  #all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiper .this_child .this_text h2 {
    font-size: 32px;
  }
  #all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiperDown {
    display: none;
  }
  
  #all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .swiperNum {
      bottom: 30px;
  }
  
  #all #this_col .indexPage .bannerWrapper .Wrapper .swiper-father .next {
      bottom: 30px;
  }
  #all #this_col .indexPage .modelWrapper1 .Wrapper {
    padding: 60px 0 0;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper {
    padding-top: 60px;
    flex-direction: column;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper .left {
    width: 100%;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper .right {
    width: 100%;
    padding: 20px 0;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper .right .this_title p {
    margin-top: 15px;
  }
  #all #this_col .indexPage .modelWrapper3 .Wrapper {
    padding: 40px 0;
  }
  #all #this_col .indexPage .modelWrapper3 .Wrapper .this_in {
    flex-wrap: wrap;
    gap: 10px 0;
  }
  #all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .this_child {
    width: 50%;
  }
  #all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .this_child .top p {
    font-size: 28px;
  }
    #all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .this_child .top span {
    font-size: 28px;
  }
  #all #this_col .indexPage .modelWrapper4 .Wrapper {
    padding: 60px 0 0px;
  }
  #all #this_col .indexPage .modelWrapper4 .Wrapper .this_in {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_child {
    width: 100%;
  }
  #all #this_col .indexPage .modelWrapper5 {
    padding-top: 60px;
  }
  #all #this_col .indexPage .modelWrapper5 ul {
    background-image: url(../img/page/service_sj.png);
    height: 100%;
    flex-direction: column;
    background-size: cover;
    background-position: center;
  }
  #all #this_col .indexPage .modelWrapper5 ul li {
    padding: 10px;
    border-right: none;
    border-bottom: 1px solid #ffffff98;
  }
  #all #this_col .indexPage .modelWrapper5 ul li .Wrap {
    position: static;
  }
  #all #this_col .indexPage .modelWrapper5 ul li .Wrap .order i {
    font-size: 30px;
  }
  #all #this_col .indexPage .modelWrapper5 ul li .Wrap .title {
    font-size: 20px;
  }
  #all #this_col .indexPage .modelWrapper5 ul li .Wrap .desc {
    font-family: HONORSans-Regular;
    transform: translate(0);
    opacity: 1;
  }
  #all #this_col .indexPage .modelWrapper5 ul li:hover .Wrap .order i {
    font-size: 35px;
  }
  #all #this_col .indexPage .modelWrapper5 ul li:hover .Wrap .title {
    font-size: 30px;
  }
  #all #this_col .indexPage .modelWrapper5 ul li::after {
    display: none;
  }
  #all #this_col .indexPage .modelWrapper6 .Wrapper {
    padding: 60px 0;
  }
  #all #this_col .indexPage .modelWrapper6 .Wrapper .this_in {
    gap: 20px 0;
  }
  #all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .img_b {
    width: 50%;
    padding-top: 50%;
  }
  #all #this_col .indexPage .modelWrapper7 .Wrapper {
    padding: 60px 0 50px;
  }
  #all #this_col .indexPage .modelWrapper7 .Wrapper .this_in {
    margin-top: 40px;
    flex-wrap: wrap;
    gap: 20px 0;
  }
  #all #this_col .indexPage .modelWrapper7 .Wrapper .this_in .this_child {
    width: 100%;
    align-items: center;
    text-align: center;
  }
  #all #this_col .indexPage .modelWrapper7 .Wrapper .this_in .this_child .top {
      align-items: center;
  }
  #all #this_col .indexPage .modelWrapper7 .Wrapper .this_in .this_child .top p {
    /*font-size: 28px;*/
    font-size: 20px;
  }
  #all #this_col .indexPage .modelWrapper8 .Wrapper {
    padding: 60px 0;
  }
  #all #this_col .indexPage .modelWrapper8 .Wrapper .this_in {
    flex-direction: column;
    gap: 20px;
  }
  #all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child {
    width: 100%;
  }
  #all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child .img_b img {
    display: block;
  }
  #all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child .this_text {
    padding: 20px 10px;
    background-color: #eee;
  }
  #all #this_col .indexPage .modelWrapper8 .Wrapper .this_in .this_child .this_text .this_intro {
    font-size: 16px;
  }
  #all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list .this_text {
    font-size: 14px;
  }
  #all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list input,
  #all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list textarea {
    font-size: 16px;
  }
  #all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list input:placeholder,
  #all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list textarea:placeholder {
    font-size: 16px;
  }
  #all #this_col .indexPage .modelWrapper9 .Wrapper .this_in .this_form .this_form_in .this_list.w50 {
    width: 100%;
  }
}
#all #this_col footer .this_web_footer {
  background-color: #000000;
  padding-bottom: 140px;
}
#all #this_col footer .this_web_footer .this_in .this_logo {
  box-sizing: border-box;
  padding: 110px 0 55px;
  width: 18%;
}
#all #this_col footer .this_web_footer .this_in .this_logo img {
  width: 100%;
}
#all #this_col footer .this_web_footer .this_in .this_content {
  padding-top: 70px;
  border-top: 1px solid #fff;
  display: flex;
  justify-content: space-between;
}
#all #this_col footer .this_web_footer .this_in .this_content .left {
  width: calc(100% - 500px);
  display: flex;
  gap: 40px;
}
#all #this_col footer .this_web_footer .this_in .this_content .left .this_child {
  flex: auto;
}
#all #this_col footer .this_web_footer .this_in .this_content .left .this_child h3 {
  color: #fff;
  font-size: 22px;
  margin-bottom: 40px;
  font-weight: 400;
}
#all #this_col footer .this_web_footer .this_in .this_content .left .this_child ul {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
#all #this_col footer .this_web_footer .this_in .this_content .left .this_child ul li a {
  font-weight: 300;
  font-size: 18px;
  color: #ffff;
}
#all #this_col footer .this_web_footer .this_in .this_content .right {
  width: 370px;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .this_contact {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .this_contact li {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0 8px;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .this_contact li .img_b {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .this_contact li .img_b i {
  font-size: 18px;
  color: #fff;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .this_contact li a {
  width: calc(100% - 30px);
  color: var(--BK-White, #FFF);
  font-size: 16px;
  font-style: normal;
  font-weight: 350;
  line-height: 130%;
  /* 20.8px */
  text-transform: none;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .this_sns {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .this_sns li .img_b {
  display: inline-block;
  width: 25px;
  height: 25px;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .this_sns li .img_b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .email_form {
  margin-top: 80px;
  display: flex;
  align-items: center;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .email_form p {
    display: flex;
    align-items: center;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .email_form input[type="email"] {
  width: 70%;
  color: #999;
  padding: 15px 20px;
  border: none;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .email_form input[type="email"]::placeholder {
  color: #999;
}
#all #this_col footer .this_web_footer .this_in .this_content .right .email_form input[type="submit"] {
  width: 30%;
  background-color: var(--oraColor);
  color: #fff;
  padding: 15px 20px;
  border: none;
}
#all #this_col footer .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  background-color: #1c1c1c;
  padding: 1vw 0;
  box-sizing: border-box;
  z-index: 999;
}
#all #this_col footer .sj-footer ul {
  width: 96vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#all #this_col footer .sj-footer ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 3vw;
}
#all #this_col footer .sj-footer ul li a .iconfont {
  font-size: 6vw;
}
#all #this_col footer .sj-footer ul li a:hover {
  text-decoration: none;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp {
  width: 8vw;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp img {
  width: 100%;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1280px) {
  #all #this_col footer .this_web_footer .this_in .this_content {
    flex-direction: column-reverse;
  }
  #all #this_col footer .this_web_footer .this_in .this_content .left {
    width: 100%;
    margin-top: 30px;
    flex-wrap: wrap;
    gap: 40px 0;
  }
  #all #this_col footer .this_web_footer .this_in .this_content .left .this_child {
    width: 33%;
  }
  #all #this_col footer .this_web_footer .this_in .this_content .right {
    width: 100%;
  }
  #all #this_col footer .this_web_footer .this_in .this_content .right .this_contact {
    display: flex;
    flex-direction: row;
  }
  #all #this_col footer .this_web_footer .this_in .this_content .right .this_contact li {
    width: 50%;
  }
  #all #this_col footer .this_web_footer .this_in .this_content .right .email_form {
    margin-top: 20px;
  }
}
@media screen and (max-width: 960px) {
  #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) {
  #all #this_col header {
      height: 60px;
  }  
  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;
  }
  .phone-head-items .phone_logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: brightness(0) invert(1);
  }
  .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;
  }
  
  .phone-head-item.phone-head-language .main-content-wrap .content-wrap .prisna-wp-translate-seo {
    display: block;  
  }
}
