 
@import url(../dist/icon/iconfont.css);
@import url(../dist/icon/bottom_icon/iconfont.css);
:root {
  --color: #D39C7C;
  --darkcolor: #8C6239;
}
@font-face {
  font-family: ALIMAMAFANGYUANTIVF;
  src: url(../fonts/ALIMAMAFANGYUANTIVF-THIN-2.TTF);
}
body {
  font-family: ALIMAMAFANGYUANTIVF;
}
#all #this_col ul {
  margin: 0;
}
#all #this_col .this_public .w1600 {
  width: 1600px;
  margin: auto;
}
#all #this_col .this_public .swiper-pagination-bullet:before {
  display: none;
}
@keyframes mymove {
  0% {
    left: 0%;
    width: 100%;
  }
  45% {
    left: 100%;
    width: 0%;
  }
  55% {
    left: 0%;
    width: 0%;
  }
  100% {
    left: 0%;
    width: 100%;
  }
}
#all #this_col .this_public .lrButton {
  background-color: transparent;
  opacity: 1;
}
#all #this_col .this_public .lrButton::before {
  display: none;
}
#all #this_col .this_public .lrButton::after {
  display: none;
}
@media screen and (max-width: 1620px) {
  #all #this_col .this_public .w1600 {
    width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
  #all #this_col .this_public .w1600 {
    width: 1200px;
  }
}
@media screen and (max-width: 1280px) {
  #all #this_col .this_public .w1600 {
    width: 1000px;
  }
}
@media screen and (max-width: 1024px) {
  #all #this_col .this_public .w1600 {
    width: 900px;
  }
}
@media screen and (max-width: 950px) {
  #all #this_col .this_public .w1600 {
    width: 90vw;
  }
}
#all #this_col header {
  z-index: 9;
}
#all #this_col header .page-title {
  z-index: 9;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  margin: auto;
  background-color: #fff;
}
#all #this_col header .page-title .top .swiper .this_child .this_text p {
  text-align: center;
  color: #D39C7C;
  font-size: 18px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 0px;
}
#all #this_col header .page-title .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
#all #this_col header .page-title .bottom .left {
  width: 32%;
}
#all #this_col header .page-title .bottom .left ul {
  display: flex;
  align-items: center;
  gap: 5px;
}
#all #this_col header .page-title .bottom .left ul span {
  font-size: 16px;
  font-weight: 500;
  color: var(--color);
  display: block;
  margin-right: 10px;
}
#all #this_col header .page-title .bottom .left ul li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#all #this_col header .page-title .bottom .left ul li .img_b {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  transition: all 0.5s;
  color: var(--color);
}
#all #this_col header .page-title .bottom .left ul li .img_b img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#all #this_col header .page-title .bottom .left ul li .img_b:hover {
  color: var(--darkcolor);
}
#all #this_col header .page-title .bottom .left ul li .img_b:hover img {
  filter: grayscale(100%) invert(100%);
}
#all #this_col header .page-title .bottom .center {
  width: 32%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#all #this_col header .page-title .bottom .center .logo {
  width: 14.58333333vw;
  height: 3.80208333vw;
  display: flex;
}
#all #this_col header .page-title .bottom .center .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
#all #this_col header .page-title .bottom .right {
  width: 32%;
}
#all #this_col header .page-title .bottom .right ul {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
#all #this_col header .page-title .bottom .right ul li a {
  color: var(--color);
  font-size: 16px;
  transition: color 0.3s;
  font-weight: 500;
}
#all #this_col header .page-title .bottom .right ul li:hover a {
  color: var(--darkcolor);
}
#all #this_col header .this_web_head {
  width: 100%;
  top: 0;
  z-index: 12;
  background-color: #fff;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #EBEBEB;
  position: relative;
  z-index: 9999;
}
#all #this_col header .this_web_head .Wrapper .web_nav {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul {
  display: flex;
  gap: 0 1.5625vw;
  z-index: 9;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li {
  flex: auto;
  line-height: 1.3;
  position: relative;
  text-align: center;
  transition: all 300ms;
  display: flex;
  align-items: center;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a {
  transition: all 300ms;
  color: #333;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
  position: relative;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > a > i {
  margin-left: 3px;
  font-size: 16px;
  transition: all 0.5s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul {
  box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
  border-top: 1px solid #DADADA;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 260px;
  top: 100%;
  transform: translate(0, -10%);
  transition: opacity 0s all 0.5s;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul::before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 0;
}
#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: 10px 15px;
  align-items: center;
  font-size: 16px;
  text-align: start;
  background-color: transparent;
  border-bottom: none;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul {
  box-shadow: 0 10px 30px 0 rgba(45, 45, 45, 0.2);
  border-top: 1px solid #DADADA;
  position: absolute;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  width: 260px;
  opacity: 0;
  visibility: hidden;
  right: calc(-100% - 5px);
  top: -1px;
  transition: all 1s;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul::before {
  content: '';
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -5px;
}
#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;
  align-items: center;
  background-color: transparent;
  padding: 10px 15px;
  border-bottom: none;
  font-size: 16px;
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li > ul > li > ul li a:hover {
  background-color: var(--color);
  color: #fff;
}
#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;
  color: #fff;
  background-color: var(--color);
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > a {
  text-decoration: none;
  color: var(--color);
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > a > i {
  color: var(--color);
}
#all #this_col header .this_web_head .Wrapper .web_nav > ul > li:hover > ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0);
  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.current-menu-item a {
  color: var(--color);
  font-weight: 700;
  position: relative;
  border-bottom: none;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper {
  padding: 10px 0;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .form input {
  border: 1px solid var(--color);
  padding: 8px 40px 8px 10px;
  background-image: url(../img/searchColor.png);
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
}
#all #this_col header .this_web_head .Wrapper .web_nav .searchWrapper .form input::placeholder {
  color: var(--color);
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap {
  opacity: 0;
  box-shadow: 0px 10px 25px 0px rgba(0, 0, 0, 0.1);
  background-image: linear-gradient(90deg, #fff 70%, #EBEFF2 70%);
  z-index: 9999;
  transform: translate(0, -10px);
  transition: all 0.5s;
  display: flex;
  width: 100%;
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .left {
  width: 67.5%;
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .left ul {
  width: 240px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .left ul li {
  padding: 15px 35px;
  background-color: #F1F2F3;
  font-weight: bold;
  font-size: 16px;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .left ul li.on {
  background-color: #0C74A1;
  color: #fff;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .left .contentWrap {
  width: calc(100% - 250px);
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .left .contentWrap .this_content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 2.66666667%;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .left .contentWrap .this_content .this_child {
  width: 23%;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .left .contentWrap .this_content .this_child .img_b {
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .left .contentWrap .this_content .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .left .contentWrap .this_content .this_child .this_text {
    
  padding: 8px;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .left .contentWrap .this_content .this_child h5 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .right {
  width: 26.5%;
  background-color: #EBEFF2;
  padding: 2.60416667vw 1.82291667vw;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .right h5 {
  color: #7A7A7A;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .right ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
#all #this_col header .this_web_head .Wrapper .superMenuWrap .Wrap .right ul li {
  color: #54595F;
  font-size: 16px;
}
#all #this_col header .nav_top_50 {
  position: fixed;
  width: 100%;
  top: 0;
  transition: all 1s;
  align-items: center;
  padding: 0;
}
#all #this_col header .nav_top_50 .Wrapper {
  align-items: center;
}
#all #this_col .indexPage .bannerWrapper .swiper .this_child .img_b {
  width: 100%;
  height: 0;
  padding-top: 38%;
  position: relative;
}
#all #this_col .indexPage .bannerWrapper .swiper .this_child .img_b img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#all #this_col .indexPage .bannerWrapper .swiper .this_child .this_text {
  position: absolute;
  left: 50%;
  top: 20%;
  transform: translate(-50%, 0%);
  display: flex;
  flex-direction: column;
}
#all #this_col .indexPage .bannerWrapper .swiper .this_child .this_text h5 {
  font-size: 22px;
  font-weight: 400;
  color: #F5F5F5;
  width: 50%;
}
#all #this_col .indexPage .bannerWrapper .swiper .this_child .this_text h2 {
  font-weight: bold;
  font-size: 42px;
  color: #fff;
  width: 50%;
}
#all #this_col .indexPage .bannerWrapper .swiper .this_child .this_text p {
  font-size: 16px;
  color: #F5F5F5;
  display: inline-block;
  margin-top: 12px;
  width: 40%;
}
#all #this_col .indexPage .bannerWrapper .swiper .this_child .this_text .this_button {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-top: 24px;
  width: 50%;
}
#all #this_col .indexPage .bannerWrapper .swiper .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in {
  margin-top: 40px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in > .this_child {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 60px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child:nth-child(even) {
  flex-direction: row-reverse;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child > .img_b {
  width: 50%;
  height: 0;
  padding-top: 30%;
  position: relative;
}


#all #this_col .indexPage .modelWrapper1 .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 .modelWrapper1 .Wrapper .this_in .this_child .this_content {
  padding: 10px 0;
  display: flex;
  gap: 1.04166667vw;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 47%;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content h2 {
  color: #000000;
  font-size: 34px;
  font-weight: 500;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content p {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 20px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .this_button {
  position: relative;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .this_button span {
  font-size: 16px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .this_button i {
  font-size: 24px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .this_button .button_line {
  position: absolute;
  background: #000;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0%;
  pointer-events: none;
  z-index: 11;
  display: inline-block;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .this_button:hover {
  color: #000;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .this_button:hover .button_line {
  animation: mymove 1s;
  animation-iteration-count: 1;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .swiper {
  width: 100%;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .swiper .this_child {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .swiper .this_child .img_b {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .swiper .this_child .img_b img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .swiper .this_child .this_text {
  padding: 8px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .swiper .this_child .this_text h5 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .swiper .lrButton {
  width: 25px;
  height: 25px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .swiper .lrButton.swiper-button-prev {
  left: 5px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .swiper .lrButton.swiper-button-next {
  right: 5px;
}
#all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .swiper .lrButton i {
  font-size: 36px;
  color: var(--darkcolor);
}
#all #this_col .indexPage .modelWrapper2 .Wrapper {
  margin-top: 40px;
  width: 100%;
  background-color: #E8E6DF;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .this_in {
  display: flex;
  justify-content: space-between;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .img_b {
  width: 40%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .right {
  width: 57%;
  padding: 50px 0 50px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .right .this_text {
  width: 65%;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .right .this_text h2 {
  color: #000000;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 16px;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .right .this_text p {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .right .this_button {
  width: 25%;
  text-align: center;
  padding: 25px 20px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 3px;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .right .this_button:hover {
  background-color: transparent;
  color: #000;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper {
  margin-top: 4.16666667vw;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_title h2 {
  color: #000000;
  font-size: 34px;
  font-weight: 500;
  text-transform: capitalize;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in {
  margin-top: 20px;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .swiper .this_child {
  width: 100%;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .swiper .this_child .img_b {
  width: 100%;
  height: 0;
  padding-top: 70%;
  position: relative;
  overflow: hidden;
  transform: scale(1);
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .swiper .this_child .img_b img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .swiper .this_child .this_text {
  padding: 20px 10px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .swiper .this_child .this_text h5 {
  color: #3F444B;
  font-size: 24px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .swiper .this_child .this_text p {
  color: #3F444B;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .swiper .this_child .this_text .this_button {
  font-size: 16px;
  padding: 12px 24px;
  border: 1px solid #000;
  border-radius: 3px;
  opacity: 0;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .swiper .this_child:hover .img_b img {
  transform: scale(1.1);
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .swiper .this_child:hover .this_text .this_button {
  opacity: 1;
  color: #000;
}
#all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .swiper .lrButton i {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper {
  margin-top: 4.16666667vw;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_title {
  margin-bottom: 20px;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_title h2 {
  color: #000000;
  font-size: 32px;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in {
  display: flex;
  justify-content: space-between;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_content {
  width: 49%;
  border-bottom: 1px solid #000;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_content h3 {
  margin-bottom: 20px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 16px;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_content .swiper .this_child {
  width: 100%;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_content .swiper .this_child .img_b {
  width: 100%;
  height: 0;
  padding-top: 60%;
  position: relative;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_content .swiper .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_content .swiper .this_child .this_text {
  padding: 10px;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_content .swiper .this_child .this_text p {
  text-align: center;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_content .swiper .lrButton {
  top: auto;
  bottom: 0;
}
#all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_content .swiper .lrButton i {
  font-size: 36px;
  color: #000;
}
#all #this_col .indexPage .modelWrapper5 .Wrapper {
  margin-top: 4.16666667vw;
}
#all #this_col .indexPage .modelWrapper5 .Wrapper .this_title {
  margin-bottom: 20px;
}
#all #this_col .indexPage .modelWrapper5 .Wrapper .this_title h2 {
  font-size: 32px;
  color: #000;
}
#all #this_col .indexPage .modelWrapper5 .Wrapper .this_in {
  display: flex;
  gap: 20px 1.33333333%;
}
#all #this_col .indexPage .modelWrapper5 .Wrapper .this_in .this_child {
  width: 24%;
  position: relative;
}
#all #this_col .indexPage .modelWrapper5 .Wrapper .this_in .this_child .img_b {
  width: 100%;
  height: 0;
  padding-top: 120%;
  position: relative;
}
#all #this_col .indexPage .modelWrapper5 .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 .modelWrapper5 .Wrapper .this_in .this_child .this_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px 10px 20px 10px;
  background-color: #00000066;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper5 .Wrapper .this_in .this_child .this_text .this_button {
  display: flex;
  align-items: center;
}
#all #this_col .indexPage .modelWrapper5 .Wrapper .this_in .this_child .this_text .this_button span {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  width: calc(100% - 40px);
}
#all #this_col .indexPage .modelWrapper5 .Wrapper .this_in .this_child .this_text .this_button i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 36px;
}
#all #this_col .indexPage .modelWrapper5 .Wrapper .this_in .this_child:hover .this_text {
  background-color: #00000099;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper {
  margin-top: 4.16666667vw;
  padding: 5.72916667vw 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper::before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00000066;
  z-index: 1;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in {
  position: relative;
  z-index: 2;
  display: flex;
  /*align-items: center;*/
  justify-content: space-between;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .left {
  width: 47%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  /*padding-bottom: 12vw;*/
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .left h2 {
  color: #FFFFFF;
  font-size: 34px;
  margin-bottom: 25px;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .left p {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-bottom: 35px;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .left .this_button {
  position: relative;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .left .this_button span {
  font-size: 16px;
  color: #fff;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .left .this_button i {
  font-size: 24px;
  color: #fff;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .left .this_button .button_line {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0%;
  pointer-events: none;
  z-index: 11;
  display: inline-block;
  transition: all 0.5s;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .left .this_button:hover {
  color: var(--darkcolor);
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .left .this_button:hover .button_line {
  background-color: var(--darkcolor);
  animation: mymove 1s;
  animation-iteration-count: 1;
}
#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .right {
  display: flex;
  align-items: flex-end;
  width: 50%;
  position: relative;
}


#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .right .this_video {
    width: 100%;
    height: 410px;
}


#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .right .this_video iframe{
    width: 100%;
    height: 100%;
}

#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .right .this_text {
  padding: 10px 15px;
  background-color: var(--color);
  position: absolute;
  right: -5%;
  bottom: 10%;
  
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

#all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .right .this_text p {
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  #all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child > .img_b { 
      padding: 0;
      height: auto;
  }  
  
  
  #all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child > .img_b > img { 
      position: relative;
  }
    
  #all #this_col .indexPage .modelWrapper2 .Wrapper .this_in {
    position: relative;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .img_b {
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .right {
    position: relative;
    z-index: 2;
    padding: 20px 10px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    background-color: #ffffff99;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .right .this_text {
    width: 100%;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .right .this_button {
    margin-top: 10px;
  }
}
@media screen and (max-width: 950px) {
  #all #this_col .indexPage .bannerWrapper .swiper .this_child .img_b {
    padding-top: 60%;
  }
}
@media screen and (max-width: 600px) {
  #all #this_col .indexPage .bannerWrapper .swiper .this_child .img_b {
    padding-top: 90%;
  }
  #all #this_col .indexPage .modelWrapper1 .Wrapper .this_in > .this_child {
    flex-direction: column !important;
    margin-bottom: 20px;
  }
  #all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .img_b {
    width: 100%;
  }
  #all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content {
    width: 100%;
  }
  #all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content h2 {
    font-size: 24px;
  }
  #all #this_col .indexPage .modelWrapper1 .Wrapper .this_in .this_child .this_content .swiper {
    margin-top: 20px;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .right .this_button {
    width: 100%;
    text-align: center;
  }
  #all #this_col .indexPage .modelWrapper2 .Wrapper .this_in .right .this_text h2 {
    font-size: 20px;
  }
  #all #this_col .indexPage .modelWrapper3 .Wrapper .this_title h2 {
    font-size: 24px;
  }
  #all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .swiper .this_child .this_text h5 {
    font-size: 18px;
  }
  #all #this_col .indexPage .modelWrapper3 .Wrapper .this_in .swiper .this_child .this_text .this_button {
    opacity: 1;
  }
  #all #this_col .indexPage .modelWrapper4 .Wrapper {
    margin-top: 50px;
  }
  #all #this_col .indexPage .modelWrapper4 .Wrapper .this_title h2 {
    font-size: 24px;
  }
  #all #this_col .indexPage .modelWrapper4 .Wrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .indexPage .modelWrapper4 .Wrapper .this_in .this_content {
    width: 100%;
    margin-top: 20px;
  }
  #all #this_col .indexPage .modelWrapper5 .Wrapper {
    margin-top: 50px;
  }
  #all #this_col .indexPage .modelWrapper5 .Wrapper .this_title h2 {
    font-size: 24px;
  }
  #all #this_col .indexPage .modelWrapper5 .Wrapper .this_in {
    gap: 20px 2%;
    flex-wrap: wrap;
  }
  #all #this_col .indexPage .modelWrapper5 .Wrapper .this_in .this_child {
    width: 49%;
  }
  #all #this_col .indexPage .modelWrapper6 .Wrapper .this_in {
    flex-direction: column;
  }
  #all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .left {
    width: 100%;
  }
  #all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .left h2 {
    font-size: 24px;
  }
  #all #this_col .indexPage .modelWrapper6 .Wrapper .this_in .right {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #all #this_col .indexPage .bannerWrapper .swiper .this_child .img_b {
    padding-top: 120%;
  }
  #all #this_col .indexPage .bannerWrapper .swiper .this_child .this_text h5 {
    width: 100%;
  }
  #all #this_col .indexPage .bannerWrapper .swiper .this_child .this_text h2 {
    width: 100%;
  }
  #all #this_col .indexPage .bannerWrapper .swiper .this_child .this_text p {
    width: 100%;
  }
  #all #this_col .indexPage .bannerWrapper .swiper .this_child .this_text .this_button {
    width: 100%;
  }
}
#all #this_col footer .this_web_footer .top {
  margin: auto;
  padding: 50px 0 30px;
  padding-bottom: 30px;
  background-color: var(--color);
}
#all #this_col footer .this_web_footer .top .Wrapper {
  display: flex;
  justify-content: space-between;
}
#all #this_col footer .this_web_footer .top .Wrapper .left {
  width: 15%;
}
#all #this_col footer .this_web_footer .top .Wrapper .left > .img_b {
  width: 100%;
}
#all #this_col footer .this_web_footer .top .Wrapper .left > .img_b img {
  width: 100%;
  filter: brightness(200%) contrast(200%) saturate(0%) blur(0px) hue-rotate(0deg);
}
#all #this_col footer .this_web_footer .top .Wrapper .left .this_link {
  margin-top: 30px;
}
#all #this_col footer .this_web_footer .top .Wrapper .left .this_link ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 0 10px;
}
#all #this_col footer .this_web_footer .top .Wrapper .left .this_link ul li {
  width: 20px;
  height: 20px;
}
#all #this_col footer .this_web_footer .top .Wrapper .left .this_link ul li img {
  width: 100%;
  height: 100%;
}
#all #this_col footer .this_web_footer .top .Wrapper .left .this_link ul li .iconfont {
  color: #fff;
}
#all #this_col footer .this_web_footer .top .Wrapper .right {
  width: 79%;
  display: flex;
  justify-content: space-between;
}
#all #this_col footer .this_web_footer .top .Wrapper .right .this_child {
  width: 18%;
}
#all #this_col footer .this_web_footer .top .Wrapper .right .this_child h5 {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
#all #this_col footer .this_web_footer .top .Wrapper .right .this_child ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#all #this_col footer .this_web_footer .top .Wrapper .right .this_child ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
}
#all #this_col footer .this_web_footer .this_copyright {
  background-color: var(--darkcolor);
  padding: 10px 0;
}
#all #this_col footer .this_web_footer .this_copyright .Wrapper p {
  color: var(--BK-White, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  /* 200% */
}
#all #this_col footer .this_web_footer .this_copyright .Wrapper ul {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
#all #this_col footer .this_web_footer .this_copyright .Wrapper ul li a {
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
}
#all #this_col footer .sj-footer {
  display: none;
  width: 100%;
  position: fixed;
  /*bottom: 0;*/
  bottom: 45px;
  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: 20vw;
}
#all #this_col footer .sj-footer ul #f-logo .imgWarp img {
  width: 100%;
}
@media screen and (max-width: 950px) {
  #all #this_col header {
    height: 60px;
  }
  #all #this_col header .page-title {
    display: none;
  }
  #all #this_col header .this_web_head {
    display: none;
  }
  #all #this_col footer .this_web_footer {
    display: none;
  }
  #all #this_col footer {
      height: 30vw;
  }
  #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;
  }
  .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;
    display: none;
  }
  .phone-head-item .title i {
    font-size: 28px;
  }
  .index_layout {
    width: 95vw;
  }
}




/*gotop*/
.gotop {
  position: fixed;
  text-align: center;
  right: 50px;
  bottom: 50px;
  color: #fff;
  background-color:#D39C7C;
  text-align: center;
  height: 55px;
  width: 55px;
  line-height: 55px;
  border-radius: 50%;
  background-clip: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  z-index: 99999;
  cursor: pointer;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -moz-transform: translateY(50%) scale(0.8);
  -webkit-transform: translateY(50%) scale(0.8);
  -ms-transform: translateY(50%) scale(0.8);
  -o-transform: translateY(50%) scale(0.8);
  transform: translateY(50%) scale(0.8);
  display: block;
}

.gotop:hover,
.gotop.active:hover {
  background-color: #333;
  color: #fff;
  font-family: "iconfont";
  content: "\e630";
  display: block;
}

.gotop.active {
  opacity: 1;
  visibility: visible;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}

.gotop em {
  font-size: 16px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);
}

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

.gotop:hover:before {
  /* -webkit-transform: translateY(-15px) scale(.5);
	-ms-transform: translateY(-15px) scale(.5);
	-o-transform: translateY(-15px) scale(.5);
	transform: translateY(-15px) scale(.5); */
  opacity: 1;
  filter: alpha(opacity=0);
}

.gotop:hover em {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
}



