* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@font-face {
  font-family: "lb";
  src: url("LTSuperiorSerif-Bold.otf") format("truetype-variations");
}
@font-face {
  font-family: "leb";
  src: url("LTSuperiorSerif-ExtraBold.otf") format("truetype-variations");
}
@font-face {
  font-family: "lm";
  src: url("LTSuperiorSerif-Medium.otf") format("truetype-variations");
}
@font-face {
  font-family: "lr";
  src: url("LTSuperiorSerif-Regular.otf") format("truetype-variations");
}
@font-face {
  font-family: "ls";
  src: url("LTSuperiorSerif-Semibold.otf") format("truetype-variations");
}
* {
  font-family: Arial, Helvetica, sans-serif;
}
a {
  transition: all 0.5s ease;
}
.pic {
  line-height: 0;
  overflow: hidden;
}
.pic img {
  transition: all 0.5s ease;
  width: 100%;
}
body {
  float: left;
  width: 100%;
  scroll-behavior: smooth;
}
.wapshoww {
  display: none !important;
}
.nbanner {
  width: 100%;
  position: relative;
}
.nbanner img {
  width: 100%;
}
img {
  border: 0;
}
.max-width {
  width: 1600px;
  margin: 0 auto;
}
html {
  scrollbar-width: thin;
  scrollbar-color: #fa981b rgba(255, 255, 255, 0.75);
}
html::-webkit-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar-thumb {
  background-color: #fa981b;
  border-radius: 8px;
}
@media screen and (max-width: 1500px) {
  .max-width {
    width: 90%;
    margin: 0 auto;
  }
}
.layout37 {
  display: none;
}
.pcshow {
  display: block !important;
}
.wapshow {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .max-width {
    width: 100%;
    padding: 0 15px;
  }
  .max-width2 {
    width: 100%;
    padding: 0 15px;
  }
  .pcshow {
    display: none !important;
  }
  .wapshow {
    display: block !important;
  }
}
.wapshow {
  display: none;
}
._nav3 {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.layout37 {
  display: none;
}
.mbx {
  width: 100%;
  border-bottom: 1px solid #f2f2f2;
}
.mbx .mbx_box {
  height: 40px;
  display: flex;
  align-items: center;
}

.mbx .mbx_box a {
  color: #333;
  font-size: var(--font16);
  margin-right: 5px;
  position: relative;
  text-transform: uppercase;
  font-family: lr !important;
  line-height: 1;
}

.mbx .mbx_box span {
  margin-left: 5px;
}

.mbx .mbx_box .breadcrumb_last {
  color: #fa981b;
}
.mbx .mbx_box .breadcrumb_last:after {
  background: #fa981b;
}
.mbx .mbx_box a:nth-child(2):after {
  display: none;
}
.fy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
}
.fy a {
  font-size: var(--font20);
  color: #999999;
  margin: 0 8px;
  font-family: Arial, sans-serif !important;
  position: relative;
}
.fy a.on {
  color: #fa981b;
}
.fy a:hover {
  color: #fa981b;
}
.fy a.disable {
  display: none;
}
.fy a.next,
.fy a.prev {
  width: 27px;
  height: 27px;
  border: 1px solid #fa981b;
  text-align: center;
  line-height: 27px;
  border-radius: 50%;
}
.fy a.next:after {
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -2px;
  transform: translate(-50%, -50%) rotate(45deg);
  border-top: 1px solid #fa981b;
  border-right: 1px solid #fa981b;
}
.fy a.prev:after {
  content: "";
  height: 9px;
  width: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 2px;
  transform: translate(-50%, -50%) rotate(225deg);
  border-top: 1px solid #fa981b;
  border-right: 1px solid #fa981b;
}
.fy a.next:hover,
.fy a.prev:hover {
  background: #fa981b;
}
.fy a.next:hover:after,
.fy a.prev:hover:after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.usMore {
  width: 303px;
  height: 52px;
  background: linear-gradient(92deg, #424242 0%, #d8d8d8 100%, #ffffff 100%);
  border-radius: 0px 60px 0px 60px;
  font-size: 20px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}
.usMore:hover {
  background: linear-gradient(92deg, #e67f11 0%, #fdd9a3 100%, #ffffff 100%);
}
.usMore .circle {
  margin-left: 14px;
  width: 44px;
  height: 44px;
  background: #ffffff;
  box-shadow: 3px 6px 6px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.usTab {
  display: flex;
  justify-content: center;
}
.usTab .usTabItem {
  background: linear-gradient(92deg, #424242 0%, #d8d8d8 100%, #ffffff 100%);
  border-radius: 0px 60px 0px 60px;
  padding: 0 40px;
  color: #fff;
  font-size: var(--font20);
  line-height: 52px;
  white-space: nowrap;
  margin: 0 10px;
  cursor: pointer;
}
.usTab .usTabItem.on {
  background: linear-gradient(92deg, #e67f11 0%, #fdd9a3 100%, #ffffff 100%);
}
.AdvantagesPlateOfDoor {
  width: 100%;
  padding: 80px 0;
}
.AdvantagesPlateOfDoor .AdvantagesPlateBox {
  display: flex;
  justify-content: space-between;
}
.AdvantagesPlateOfDoor .AdvantagesPlateBox .AdvantagesImg {
  width: 43.3%;
}
.AdvantagesPlateOfDoor .AdvantagesPlateBox .AdvantagesText {
  width: calc(56.7% - 50px);
  font-size: var(--font20);
  color: #333;
  line-height: 1.7;
}
.AdvantagesPlateOfDoor .AdvantagesPlateBox .AdvantagesText li {
  font-size: var(--font20);
  color: #333;
  line-height: 1.7;
  position: relative;
  text-indent: 20px;
}
.AdvantagesPlateOfDoor .AdvantagesPlateBox .AdvantagesText li::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #424242;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
.AdvantagesComparison .AdvantagesComparisonBox {
  position: relative;
  margin-top: 60px;
}
.AdvantagesComparison .AdvantagesComparisonBox .AdvantagesComparisonItem {
  position: absolute;
  opacity: 0;
  top: 0;
  transition: opacity 0.5s ease;
}
.AdvantagesComparison .AdvantagesComparisonBox .AdvantagesComparisonItem.on {
  opacity: 1;
  position: relative;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout .title {
  font-size: var(--font36);
  color: #333;
  line-height: 1.4;
  font-family: "lb";
}
.AdvantagesComparison .AdvantagesComparisonBox .layout .info {
  font-size: var(--font20);
  color: #333;
  line-height: 1.7;
  margin-top: 25px;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0px 0 80px 0;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout1 .text {
  font-size: var(--font20);
  color: #333;
  line-height: 1.7;
  width: 37.5%;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout1 .img {
  width: calc(62.5% - 50px);
  display: flex;
  gap: 30px;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout1 .img .item {
  flex: 1;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout1 .img .item span {
  font-size: var(--font20);
  color: #333;
  line-height: 1.7;
  margin-top: 25px;
  text-align: center;
  display: block;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout2 .pic {
  width: 53.625%;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout2 .text {
  width: 42.125%;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout2 .info {
  margin-top: 30px;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout3 .pic {
  width: calc(57.875% - 68px);
  background: #f3f2fa;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout3 .text {
  width: 42.125%;
}
.AdvantagesComparison .AdvantagesComparisonBox .layout3 .text .info {
  margin-top: 25px;
}
.RecommendedProducts {
  width: 100%;
  margin: 80px 0 110px 0;
}
.RecommendedProducts.mzero {
  margin: 0 !important;
}
.RecommendedProducts ul {
  width: calc(100% + 55px);
  margin: -22.5px -27.5px;
  display: flex;
  flex-wrap: wrap;
}
.RecommendedProducts ul li {
  width: 33.333%;
  padding: 22.5px 27.5px;
}
.RecommendedProducts ul li a {
  display: block;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.16);
}
.RecommendedProducts ul li a:hover .pic img {
  transform: scale(1.1);
}
.RecommendedProducts ul li a:hover .text .productTitle {
  color: #fa981b;
}
.RecommendedProducts ul li a .pic {
  width: 100%;
  background: #f1f1f1;
}
.RecommendedProducts ul li a .text {
  padding: 30px 30px 40px 30px;
}
.RecommendedProducts ul li a .text .productTitle {
  font-weight: 600;
  font-size: var(--font24);
  color: #333333;
  line-height: 1.5;
  text-align: center;
  font-family: "ls";
}
.RecommendedProducts ul li a .text .productInfo {
  font-weight: 400;
  font-size: var(--font16);
  color: #333333;
  line-height: 1.875;
  margin-top: 15px;
  text-align: center;
}
.projects {
  padding: 80px 0 70px 0;
}
.projects .usTitle {
  margin-bottom: 0;
}
.projects .projectsInfo {
  font-size: var(--font20);
  color: #333333;
  line-height: 1.7;
  margin: 40px 0;
}
.projects .projectMethod {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
}
.projects .projectMethod .filtrate {
  display: flex;
}
.projects .projectMethod .filtrate .filtrateItem {
  margin-right: 76px;
  position: relative;
}
.projects .projectMethod .filtrate .filtrateItem:hover .list {
  display: block;
}
.projects .projectMethod .filtrate .filtrateItem:hover .title {
  color: #fa981b;
}
.projects .projectMethod .filtrate .filtrateItem:hover .title:after {
  border-right: 1px solid #fa981b;
  border-top: 1px solid #fa981b;
  top: 60%;
  transform: translate(0, -50%) rotate(-45deg);
}
.projects .projectMethod .filtrate .filtrateItem .list {
  display: none;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  padding: 5px;
  border: 1px solid #ebebeb;
}
.projects .projectMethod .filtrate .filtrateItem .list .item {
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 48px;
  min-width: 293px;
  padding: 0 23px;
  cursor: pointer;
}
.projects .projectMethod .filtrate .filtrateItem .list .item:hover {
  background: #333333;
  color: #fff;
}
.projects .projectMethod .filtrate .filtrateItem .title {
  font-weight: 500;
  font-size: var(--font26);
  color: #333333;
  line-height: 1.3;
  font-family: Arial;
  position: relative;
  text-transform: capitalize;
  font-weight: bold;
}
.projects .projectMethod .filtrate .filtrateItem .title:after {
  content: "";
  height: 8px;
  width: 8px;
  position: absolute;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  top: 50%;
  transform: translate(0, -50%) rotate(135deg);
  right: -20px;
  transition: all 0.5s ease;
}
.projects .projectMethod .search form {
  display: flex;
}
.projects .projectMethod .search .text {
  width: 375px;
  border-radius: 30px 0px 0px 30px;
  border: 1px solid #e1e1e1;
  height: 60px;
  font-size: 16px;
  color: #333;
  padding-left: 35px;
}
.projects .projectMethod .search .text::placeholder {
  font-size: 16px;
  color: #999999;
  line-height: 30px;
}
.projects .projectMethod .search .submit {
  width: 77px;
  height: 60px;
  border-radius: 0px 30px 30px 0px;
  background: url(../img/search.png) #333333 center no-repeat;
  background-size: 28px;
}
.mzero {
  margin: 0 !important;
}
.projectList {
  width: calc(100% + 50px);
  margin: -28px -25px;
  display: flex;
  flex-wrap: wrap;
}
.projectList li {
  width: 33.3%;
  padding: 28px 25px;
}
.projectList li a {
  display: block;
}
.projectList li a:hover .usMore {
  background: linear-gradient(92deg, #e67f11 0%, #fdd9a3 100%, #ffffff 100%);
}
.projectList li a .title {
  font-size: 30px;
  color: #333333;
  line-height: 34px;
  font-family: "ls";
  margin: 35px 0 30px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.projectList li a .info {
  font-size: 20px;
  color: #333333;
  line-height: 34px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.dealerfind .text .list .item {
  display: flex;
}
.projectDetali {
  width: 100%;
  padding: 80px 0;
}
.projectDetali.px {
  padding: 60px 0;
}
.projectDetali.projectDetaliab .Plate {
  justify-content: flex-end;
}
.projectDetali.projectDetaliab .Plate .text {
  left: 0;
  background: #ebebeb;
  padding: 40px;
}
.projectDetali.projectDetaliab .Plate .text .item {
  position: relative;
  padding-left: 20px;
  font-size: var(--font20);
  color: #333;
  margin-bottom: 10px;
  line-height: 1.7;
}
.projectDetali.projectDetaliab .Plate .text .item:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
}
.projectDetali.projectDetaliab .Plate .text .title {
  color: #333;
}
.projectDetali li {
  position: relative;
  padding-left: 20px;
  font-size: var(--font20);
  color: #333;
  margin-bottom: 10px;
  line-height: 1.7;
}
.projectDetali li:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
}
.projectDetali .Plate {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.projectDetali .Plate .usTitle {
  margin-bottom: 35px;
}
.projectDetali .Plate .usTitle.mb {
  margin-bottom: 60px;
}
.projectDetali .info {
  font-size: var(--font20);
  color: #333333;
  line-height: 1.7;
}
.projectDetali .numberBox {
  position: absolute;
  left: 0;
  top: 0;
}
.projectDetali .numberBox .circle {
  line-height: 0;
  margin-bottom: 24px;
}
.projectDetali .numberBox.right {
  right: 0;
  left: auto;
}
.projectDetali .numberBox.right .circle {
  text-align: right;
}
.projectDetali .numberBox.right .usTitle {
  text-align: right;
}
.projectDetali .numberBox .usTitle {
  margin-bottom: 0;
  text-align: left;
}
.projectDetali .numberBox .line {
  width: 320px;
  height: 15px;
  background: #fa981b;
  margin-top: 20px;
}
.projectDetali .imgUsWith {
  width: 51.25%;
}
.projectDetali .textUsWidth {
  width: calc(48.75% - 50px);
  position: relative;
}
.projectDetali .projectPlate1 {
  position: relative;
}
.projectDetali .projectPlate1 .pic {
  width: 71.25%;
}
.projectDetali .projectPlate1 .text {
  position: absolute;
  width: 47.5%;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  background: #424242;
  padding: 75px 60px;
}
.projectDetali .projectPlate1 .text .title {
  font-weight: bold;
  font-size: var(--font30);
  color: #ffffff;
  line-height: 1.1;
  font-family: "ls";
  text-align: center;
}
.projectDetali .projectPlate1 .text .info {
  font-size: var(--font20);
  color: #ffffff;
  line-height: 1.7;
  margin-top: 25px;
}
.projectDetali .projectPlate2 {
  margin: 80px 0 60px 0;
}
.projectDetali .projectPlate3 {
  align-items: flex-end;
}
.projectDetali .projectPlate4 {
  padding: 190px 0 60px 0;
  flex-direction: column;
}
.projectDetali .projectPlate4 .numberBox {
  top: 60px;
}
.projectDetali .projectPlate4 .picList {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.projectDetali .projectPlate4 .picList .pic {
  width: calc(50% - 20px);
}
.blog_main_plate1 {
  width: 100%;
  padding: 60px 0 0px 0;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li {
  width: 100%;
  margin-top: 60px;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li:hover a .pic img {
  transform: scale(1.1);
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li:hover h4 {
  color: #fa981b !important;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li:hover a .text .more {
  background: #fa981b;
  color: #fff;
  border: 1px solid #fa981b;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li:hover .text .usMore {
  background: linear-gradient(92deg, #e67f11 0%, #fdd9a3 100%, #ffffff 100%);
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li:hover a .text .more .icon2 {
  display: block;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li:hover a .text .more .icon1 {
  display: none;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a {
  display: flex;
  align-items: center;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .pic {
  width: 40%;
  margin-right: 60px;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text {
  width: calc(100% - 40% - 60px);
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text h4 {
  font-size: var(--font30);
  font-weight: bold;
  color: #333;
  overflow: hidden;
  font-family: "ls";
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text h6 {
  font-size: var(--font20);
  color: #333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.7;
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .more {
  width: 193px;
  height: 57px;
  background: #ffffff;
  border-radius: 29px 29px 29px 29px;
  border: 1px solid #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font20);
  color: #333333;
  font-weight: bold;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .more img {
  margin-left: 6px;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .more .icon2 {
  display: none;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .info {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 30px;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .info .info_item {
  margin-right: 44px;
  display: flex;
  align-items: center;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .info .info_item img {
  margin-right: 11px;
}
.blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .info .info_item span {
  font-size: var(--font20);
  color: #333;
}
.blog_main_box_top {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  align-items: center;
}
.blog_main_box_top .tit {
  font-size: var(--font50);
  color: #333;
  font-weight: bold;
  text-transform: uppercase;
}
.blog_main_box_top .link {
  margin-left: 40px;
  padding-left: 40px;
  margin-right: auto;
  line-height: 0;
  position: relative;
}
.blog_main_box_top .link:after {
  content: "";
  position: absolute;
  height: 45px;
  width: 2px;
  background: #d1d1d1;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.blog_main_box_top .more {
  width: 272px;
  height: 60px;
  background: #fa981b;
  border-radius: 0px 15px 0px 15px;
  text-transform: capitalize;
  font-size: var(--font20);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 60px;
  overflow: auto;
  position: relative;
}
.blog_main_box_top .more p {
  position: relative;
  z-index: 2;
}
.blog_main_box_top .more:after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: left 0.5s;
  z-index: 0;
}
.blog_main_box_top .more p {
  position: relative;
  z-index: 2;
}
.blog_main_box_top .more:hover:after {
  left: 0;
}
.blog_main_box_top .more:hover {
  color: #fa981b;
  background: #fff;
}
.search_more {
  display: flex;
  align-items: center;
}
.search_more.mt {
  margin-top: 80px;
  justify-content: flex-end;
}
.search_more.mt2 {
  margin-top: 60px;
  margin-bottom: 60px;
}
.search_more.mt form input[type="text"] {
  width: 400px;
}
.search_more form {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 2;
  margin-right: 40px;
}
.search_more form input[type="text"] {
  width: 375px;
  height: 60px;
  border-radius: 30px 0 0 30px;
  border: 1px solid #e1e1e1;
  padding: 0 35px;
  color: #333;
  font-size: var(--font16);
}
.search_more form input[type="text"]::placeholder {
  color: #999;
  font-size: var(--font16);
}
.search_more form input[type="submit"] {
  width: 75px;
  border-radius: 0 30px 30px 0;
  background: url(../img/search.png) #333333 center no-repeat;
  background-size: 25px;
  height: 60px;
  transition: all 0.5s ease;
}
.search_more form input[type="submit"]:hover {
  background-size: 30px;
}
.blog_main_plate2 {
  width: 100%;
  padding: 80px 0 70px 0;
}
.blog_main_plate2.blog_main_plate3 {
  padding-bottom: 110px;
  padding-top: 0;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .content,
.blog_main_plate2 .blog_main_box .blog_main_box_video .pic {
  width: 100%;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .video_right .xx_item {
  margin-right: 55px;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .video_right .xx {
  bottom: 55px;
  left: 60px;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .video_right .xx img {
  height: 40px;
  margin-right: 15px;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .video_right span {
  color: #fff;
  font-size: var(--font30);
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .xx_item {
  margin-right: 39px;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .xx {
  bottom: 33px;
  left: 40px;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .xx img {
  height: 33px;
  margin-right: 12px;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left span {
  color: #fff;
  font-size: var(--font24);
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .xx {
  position: absolute;
  display: flex;
  align-items: center;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .xx .xx_item {
  display: flex;
  align-items: center;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .content {
  position: relative;
  display: block;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left {
  width: 31%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .video_item {
  margin-bottom: 40px;
  position: relative;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .video_item:last-child {
  margin-bottom: 0;
}
.blog_main_plate2 .blog_main_box .blog_main_box_video .video_right {
  width: 66%;
  position: relative;
}
.blog_detail {
  width: 100%;
  padding: 60px 0 80px 0;
}
.blog_detail .blog_detail_box {
  margin-top: 60px;
}
.blog_detail .blog_detail_box.projects {
  max-width: 1000px;
  margin: 0 auto;
}
.blog_detail .blog_detail_box.projects h1 {
  text-align: left;
}
.blog_detail .blog_detail_box h1 {
  text-align: left;
  font-size: var(--font36);
  line-height: 1.1;
  font-weight: bold;
  color: #333;
  text-align: center;
  font-family: "ls";
}
.blog_detail .blog_detail_box .info {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.blog_detail .blog_detail_box .info.pb {
  padding-bottom: 26px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.blog_detail .blog_detail_box .info .info_item {
  margin-right: 44px;
  display: flex;
  align-items: center;
}
.blog_detail .blog_detail_box .info .info_item img {
  margin-right: 11px;
}
.blog_detail .blog_detail_box .info .info_item span {
  font-size: var(--font20);
  color: #333;
  font-family: "barlow-Medium" !important;
}
.blog_detail .blog_detail_box .time {
  display: flex;
  align-items: center;
  margin-top: 15px;
  padding-bottom: 24px;
  border-bottom: 1px solid #f3f3f3;
  margin-bottom: 30px;
}
.blog_detail .blog_detail_box .time img {
  margin-right: 12px;
}
.blog_detail .blog_detail_box .time span {
  font-size: var(--font16);
  line-height: 30px;
  color: #fa981b;
}
.blog_detail .blog_detail_box .editor {
  font-family: "Arial-Regular", sans-serif !important;
}
.blog_detail .blog_detail_box .editor p {
  font-size: var(--font20);
  line-height: 1.7;
  color: #333;
  font-family: Arial, sans-serif !important;
}
.blog_detail .blog_detail_box .editor p span {
  font-weight: bold;
}
.blog_detail .blog_detail_box .editor img {
  width: 100%;
}
.blogLayout {
  padding-bottom: 90px;
}
.backlayout {
  padding: 40px 0 00px 0;
}
.backlayout .back {
  display: flex;
  align-items: center;
  font-size: var(--font26);
  color: #333;
  font-family: "ls";
}
.backlayout .back img {
  margin-right: 14px;
}
.support8 {
  margin-top: 80px;
}
.support8 li {
  border-top: 1px solid #d1d1d1;
}
.support8 li:last-child {
  border-bottom: 1px solid #d1d1d1;
}
.support8 li .da {
  font-size: var(--font20);
  color: #333333;
  line-height: 2;
  padding-left: 66px;
  margin-top: -15px;
  display: none;
  padding-bottom: 30px;
}
.support8 li .F {
  height: 109px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.support8 li .F.on .zt .zk {
  display: none;
}
.support8 li .F.on .zt .sq {
  display: flex;
}
.support8 li .F .icon {
  width: 46px;
  height: 46px;
  background: #333333;
  border-radius: 10px 10px 10px 10px;
  color: #fff;
  font-weight: bold;
  font-size: var(--font30);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.support8 li .F.on .icon {
  background: #fa981b;
}
.support8 li .F .title {
  font-weight: 600;
  font-size: var(--font26);
  color: #333333;
  margin-left: 20px;
  margin-right: auto;
}
.support8 li .F .zt .zk {
  color: #272636;
  font-weight: 600;
  font-size: var(--font40);
  color: #333333;
}
.support8 li .F .zt .sq {
  display: none;
  color: #fa981b;
  font-weight: 600;
  align-items: center;
  font-size: var(--font40);
}
.proDetali {
  width: 100%;
}
.proDetali .proInfo {
  font-size: var(--font20);
  color: #333;
  line-height: 1.7;
}
.proDetali .maindetali {
  padding: 60px 0 80px 0;
}
.proDetali .maindetali .mainlayout {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.proDetali .maindetali .mainlayout .pic {
  width: 50%;
}
.proDetali .maindetali .mainlayout .text {
  width: calc(50% - 63px);
}
.proDetali .maindetali .mainlayout .text .title {
  font-family: "ls";
  font-size: var(--font30);
  color: #333;
  margin-bottom: 15px;
}
.proDetali .maindetali .mainlayout .text .infoItem {
  font-size: var(--font20);
  color: #333;
  line-height: 1.7;
  padding: 13px 0;
  border-top: 1px solid #707070;
}
.proDetali .choosedetali .proInfo {
  margin-bottom: 45px;
}
.proDetali .choosedetali .usTitle {
  margin-bottom: 40px;
  text-align: left;
}
.proDetali .DesignInspiration {
  margin-top: 80px;
}
.proDetali .DesignInspiration .usTitle {
  margin-bottom: 40px;
}
.proDetali .DesignInspiration .proInfo {
  text-align: center;
  margin-bottom: 45px;
}
.proDetali .DesignInspiration .imgLayout {
  display: flex;
  justify-content: space-between;
}
.proDetali .DesignInspiration .imgLayout .big {
  width: 44.6875%;
}
.proDetali .DesignInspiration .imgLayout .big img {
  height: 900px;
  object-fit: cover;
}
.proDetali .DesignInspiration .imgLayout .smallList {
  width: calc(55.3125% - 42px);
  display: flex;
  flex-wrap: wrap;
  gap: 40px 42px;
}
.proDetali .DesignInspiration .imgLayout .smallList .item img {
  height: 430px;
  object-fit: cover;
}
.dealership {
  padding: 80px 0;
}
.dealership .usInfo {
  margin-bottom: 40px;
}
.dealership .pic {
  width: 100%;
}
.dealershipWhy {
  width: 100%;
}
.dealershipWhy.wind .layout {
  align-items: center;
}
.dealershipWhy.wind .layout .text .item {
  margin-bottom: 3px;
}
.dealershipWhy.wind .layout .text .item:after {
  top: 12px;
}
.dealershipWhy.zs .layout {
  align-items: center;
}
.dealershipWhy.zs .layout .pic {
  width: 53%;
}
.dealershipWhy.zs .layout .text {
  width: calc(47% - 100px);
}
.dealershipWhy.zs .layout .text .usInfo {
  margin-bottom: 15px;
}
.dealershipWhy .layout {
  display: flex;
  justify-content: space-between;
}
.dealershipWhy .layout .pic {
  width: 47.5%;
}
.dealershipWhy .layout .text {
  width: calc(52.5% - 60px);
}
.dealershipWhy .layout .text .usTitle {
  margin-bottom: 35px;
  margin-top: 30px;
}
.dealershipWhy .layout .text li {
  position: relative;
  padding-left: 20px;
  font-size: var(--font20);
  color: #333;
  margin-bottom: 10px;
  line-height: 1.7;
}
.dealershipWhy .layout .text li p {
  display: inline;
}
.dealershipWhy .layout .text li:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 50%;
}
.dealershipWhy .more {
  color: #fa981b;
  font-size: var(--font20);
}
.dealersupport {
  width: 100%;
  margin-top: 80px;
}
.dealersupport .dealersupportbg {
  background: url(../img/whybg.png) center no-repeat;
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
.dealersupport .dealersupportbg .box {
  position: relative;
  z-index: 2;
}
.dealersupport .dealersupportbg .box .list {
  width: calc(100% + 32px);
  padding: 0 50px;
  margin: -16px;
  display: flex;
}
.dealersupport .dealersupportbg .box .list .item {
  width: 25%;
  padding: 16px;
}
.dealersupport .dealersupportbg .box .list .item:hover .itemBox .icon img {
  transform: rotateY(180deg);
}
.dealersupport .dealersupportbg .box .list .item .itemBox {
  padding: 50px 34px;
  background: rgba(255, 255, 255, 0.65);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dealersupport .dealersupportbg .box .list .item .itemBox .icon img {
  transition: all 0.5s ease;
}
.dealersupport .dealersupportbg .box .list .item .itemBox .title {
  font-size: var(--font26);
  color: #333;
  font-family: "ls";
  margin: 30px 0 12px 0;
}
.dealersupport .dealersupportbg .box .list .item .itemBox .info {
  font-size: var(--font16);
  color: #333;
  line-height: 1.7;
  text-align: center;
  height: 167px;
}
.dealersupport .dealersupportbg .usTitle {
  color: #fff;
}
.dealersupport .dealersupportbg:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.dealeroffer {
  width: 100%;
  padding: 80px 0;
}
.dealeroffer .dealerofferbox .listItem {
  margin-top: 40px;
}
.dealeroffer .dealerofferbox .pic {
  width: 47.5%;
}
.dealeroffer .dealerofferbox .text {
  width: calc(52.5% - 60px);
}
.dealeroffer .dealerofferbox .text .usInfo {
  margin: 30px 0 15px 0;
}
.dealeroffer .dealerofferbox .text li {
  position: relative;
  padding-left: 20px;
  font-size: var(--font20);
  color: #333;
  margin-bottom: 10px;
  line-height: 1.7;
}
.dealeroffer .dealerofferbox .text li:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #333333;
  position: absolute;
  left: 0;
  top: 11px;
  border-radius: 50%;
}
.dealerfind {
  width: 100%;
}
.dealerfind .text {
  width: calc(41.25% - 53px);
}
.dealerfind .text .form form {
  margin-top: 35px;
  position: relative;
}
.dealerfind .text .form .text {
  height: 55px;
  background: #ffffff;
  border-radius: 40px;
  border: 1px solid #333333;
  padding: 0 30px;
  width: 100%;
}
.dealerfind .text .form .submit {
  position: absolute;
  height: 28px;
  width: 28px;
  right: 35px;
  top: 14px;
  background: url(../img/search2.png) center no-repeat;
  background-size: cover;
}
.dealerfind .text .list {
  height: 500px;
  overflow: auto;
}
.dealerfind .text .list .item {
  margin-top: 30px;
  padding-bottom: 30px;
  justify-content: space-between;
  padding-bottom: 1px solid #e1e1e1;
}
.dealerfind .text .list .item .pic {
  width: 27.5%;
}
.dealerfind .text .list .item .itemText {
  width: calc(72.5% - 32px);
}
.dealerfind .text .list .item .itemText .title {
  font-size: var(--font20);
  color: #333;
  font-family: "ls";
}
.dealerfind .text .list .item .itemText .info {
  font-size: var(--font16);
  line-height: 1.7;
  color: #333;
  margin: 6px 0 15px 0;
}
.dealerfind .text .switch {
  display: flex;
  justify-content: flex-end;
  margin-top: 35px;
}
.dealerfind .text .switch .next {
  margin-left: 66px;
}
.dealerfind .text .switch .button {
  display: flex;
  color: #999;
  font-size: 16px;
  align-items: center;
}
.dealerfind .text .switch .button img {
  margin: 0 8px;
}
.dealerfind .text .switch .button:hover {
  color: #333;
}
.dealerfind .text .switch .button:hover .icon2 {
  display: block;
}
.dealerfind .text .switch .button:hover .icon1 {
  display: none;
}
.dealerfind .text .switch .button .icon2 {
  display: none;
}
.dealerfind .map {
  width: 58.75%;
}
.dealerwho {
  margin-top: 80px;
  width: 100%;
  margin-bottom: 130px;
}
.dealerwho .pic {
  width: 57.5%;
}
.dealerwho .text {
  width: calc(42.5% - 60px);
}
.dealerwho .text .usTitle {
  margin-bottom: 35px;
}
.dealerwho .text .usInfo {
  margin-bottom: 40px;
}
.contactbanner {
  width: 100%;
  position: relative;
  padding: 120px 0;
}
.contactbanner .textBox {
  position: relative;
  z-index: 3;
  width: 38%;
}
.contactbanner h3 {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  font-family: "ls";
}
.contactbanner h2 {
  font-weight: bold;
  font-size: var(--font40);
  color: #ffffff;
  line-height: 1.2;
  font-family: "ls";
  margin: 20px 0;
}
.contactbanner h4 {
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
}
.contactbanner:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, 0.4);
  z-index: 0;
}
.OrderProcedure {
  width: 100%;
  padding: 60px 0 80px 0;
}
.OrderProcedure .orderList {
  width: calc(100% + 26px);
  margin: -13px;
  display: flex;
  flex-wrap: wrap;
}
.OrderProcedure .orderList .orderItem {
  width: 20%;
  padding: 13px;
}
.OrderProcedure .orderList .orderItem:hover .orderItemBox .icon img {
  transform: rotateY(180deg);
}
.OrderProcedure .orderList .orderItem .orderItemBox {
  width: 100%;
}
.OrderProcedure .orderList .orderItem .orderItemBox .icon {
  width: 142px;
  height: 142px;
  background: #e67f11;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
}
.OrderProcedure .orderList .orderItem .orderItemBox .icon img {
  transition: all 0.5s ease;
}
.OrderProcedure .orderList .orderItem .orderItemBox .orderTit {
  font-size: var(--font24);
  color: #333;
  font-family: "ls";
  margin: 15px 0;
  text-align: center;
}
.OrderProcedure .orderList .orderItem .orderItemBox .orderInfo {
  font-size: var(--font16);
  line-height: 1.6;
  color: #333;
  text-align: center;
}
.AdditionalResources {
  width: 100%;
  padding: 80px 0;
}
.AdditionalResources .list {
  width: calc(100% + 46px);
  margin: -23px;
  display: flex;
  flex-wrap: wrap;
}
.AdditionalResources .list .item {
  width: 33.3%;
  padding: 23px;
}
.AdditionalResources .list .item:hover .pic img {
  transform: scale(1.1);
}
.AdditionalResources .list .item:hover .title {
  color: #fa981b;
}
.AdditionalResources .list .item .box {
  display: block;
  width: 100%;
}
.AdditionalResources .list .item .pic {
  width: 100%;
}
.AdditionalResources .list .item .title {
  font-weight: bold;
  font-size: var(--font30);
  color: #333333;
  font-family: "ls";
  margin: 30px 0 20px 0;
  line-height: 1;
}
.AdditionalResources .list .item .info {
  font-size: var(--font20);
  color: #333333;
  line-height: 1.7;
}
.message {
  width: 100%;
}
.message .messageBox .form {
  width: calc(60% - 50px);
}
.message .messageBox .form form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message .messageBox .form form .lab {
  width: calc(50% - 15px);
  margin-bottom: 30px;
}
.message .messageBox .form form .lab.lab2 {
  width: 100%;
}
.message .messageBox .form form select {
  height: 70px;
  border: 1px solid #999999;
  padding: 0 30px;
  width: 100%;
  appearance: none;
  color: #999;
  font-size: var(--font20);
  background: url(../img/arrow.png) right 30px center no-repeat;
  background-size: 15px;
}
.message .messageBox .form form .text {
  line-height: 70px;
  border: 1px solid #999999;
  padding: 0 30px;
  color: #333;
  font-size: var(--font20);
  width: 100%;
}
.message .messageBox .form form .text::placeholder {
  color: #999;
  font-size: var(--font20);
}
.message .messageBox .pic {
  width: 40%;
}
.globallist {
  margin-top: 80px;
  margin-bottom: 80px;
}
.globallist ul {
  width: calc(100% + 22px);
  margin: -30px -11px;
  display: flex;
  flex-wrap: wrap;
}
.globallist ul li {
  width: 33.3333%;
  padding: 30px 11px;
}
.globallist ul li .box {
  width: 100%;
  background: url(../img/gobg.png) center no-repeat;
  background-size: cover;
  padding: 100px 90px 0 60px;
  height: 560px;
}
.globallist ul li .box:hover .tit {
  color: #fa981b;
}
.globallist ul li .box .tit {
  font-weight: bold;
  font-size: var(--font36);
  color: #333333;
  text-align: center;
  margin-bottom: 45px;
}
.globallist ul li .box .under {
  font-weight: bold;
  font-size: var(--font36);
  color: #fa981b;
  line-height: 1.8;
  margin-top: 20px;
  text-align: center;
}
.globallist ul li .box .lab {
  display: flex;
  margin-bottom: 15px;
}
.globallist ul li .box .lab:nth-child(4) .icon {
  margin-top: 14px;
}
.globallist ul li .box .lab .icon {
  margin-top: 10px;
}
.globallist ul li .box .lab span {
  font-size: var(--font20);
  color: #333333;
  line-height: 2;
  margin-left: 13px;
}
.aboutPenjoy {
  width: 100%;
  padding: 80px 0;
}
.aboutPenjoy .usInfo {
  margin-bottom: 110px;
}
.aboutPenjoy .map {
  position: relative;
}
.aboutPenjoy .map .pic {
  width: 100%;
}
.aboutPenjoy .place {
  position: absolute;
}
.aboutPenjoy .place .name {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  margin-bottom: 15px;
  margin-top: 15px;
}
.aboutPenjoy .place .name img {
  margin-right: 3px;
}
.aboutPenjoy .place .content {
  width: 338px;
  padding: 25px 30px;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  background: rgba(66, 66, 66, 0.6);
}
.aboutPenjoy .place1 {
  right: 102px;
  bottom: 19px;
}
.aboutPenjoy .place2 {
  right: 23%;
  top: 12px;
}
.aboutPenjoy .place3 {
  top: -64px;
  left: 112px;
}
.aboutPenjoy .place4 {
  top: 165px;
  left: 97px;
}
.certificate {
  padding: 60px 0 90px 0;
}
.certificate .certificateItem {
  margin-top: 45px;
  display: none;
}
.certificate .certificateItem.on {
  display: block;
}
.certificate .certificateItem ul {
  display: flex;
}
.certificate .certificateItem ul li {
  width: 20%;
}
.certificate .certificateItem ul li .pic {
  width: 100%;
}
.certificate .certificateItem ul li .certificateName {
  font-size: var(--font26);
  color: #333;
  text-align: center;
}
.aboutVideo {
  width: 100%;
}
.aboutVideo .video {
  position: relative;
}
.aboutVideo .video video {
  width: 100%;
}
.aboutVideo .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contact_us {
  width: 100%;
}
.contact_us .contact_us_box {
  width: 100%;
}
.contact_us .contact_us_box .contact_text {
  width: 41%;
}
.contact_us .contact_us_box .contact_text ul li {
  display: flex;
  margin-bottom: 38px;
}
.contact_us .contact_us_box .contact_text ul li:hover .icon img {
  transform: rotateY(180deg);
}
.contact_us .contact_us_box .contact_text ul li:hover .icon .contact_us .contact_us_box .contact_text ul li:last-child {
  margin-bottom: 0;
}
.contact_us .contact_us_box .contact_text ul li .icon img {
  transition: all 0.5s ease;
}
.contact_us .contact_us_box .contact_text ul li:hover .text h4 {
  color: #e60819;
}
.contact_us .contact_us_box .contact_text ul li .icon {
  width: 60px;
  height: 60px;
  background: #e60819;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  border-radius: 50%;
  min-width: 60px;
}
.contact_us .contact_us_box .contact_text ul li .text h4 {
  color: #333;
  font-size: var(--font26);
  font-weight: bold;
  margin-bottom: 15px;
  text-transform: capitalize;
}
.contact_us .contact_us_box .contact_text ul li .text h6 {
  color: #333;
  font-size: var(--font16);
  line-height: 26px;
  font-family: Arial, sans-serif !important;
}
.contact_us .contact_us_box .contact_text ul li .text h6 span {
  font-weight: bold;
}
.contact_us .contact_us_box .form {
  width: 100%;
}
.contact_us_box .form .text{
  width: calc(50% - 24px);
  height: 80px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #707070;
  font-family: Arial, sans-serif !important;
  line-height: 24px;
  padding: 0 35px;
  color: #333;
  font-size: var(--font16);
  margin-bottom: 40px;
}
.contact_us_box .form .text1{
  margin-right: 48px;
}
.contact_us_box .form .text3{
  margin-right: 48px;
}
.contact_us_box .form .submitbox .circle{
  left: 141px;
}
@media screen and (max-width: 1024px) {
  .contact_us_box .form .text{
    width: 100%;
    height: 80px;
    background: #ffffff;
    border-radius: 0px 0px 0px 0px;
    border: 1px solid #707070;
    font-family: Arial, sans-serif !important;
    line-height: 24px;
    padding: 0 35px;
    color: #333;
    font-size: var(--font16);
    margin-bottom: 10px;
  }
  .contact_us_box .form .text1{
    margin-right: 0px;
  }
  .contact_us_box .form .text3{
    margin-right: 0px;
  }
}
.contact_us .contact_us_box .form .submit {
  width: 253px;
  height: 52px;
  border-radius: 0px 60px 0px 60px;
  background: linear-gradient(92deg, #e67f11 0%, #fdd9a3 100%, #ffffff 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font20);
  color: #fff;
  position: relative;
  transition: all 0.5s ease;
  text-indent: -60px;
}
.submitbox {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
  text-indent: 0px;
  z-index: 2;
}
.submitbox .circle {
  position: absolute;
  top: 33%;
  right: 65px;
  transform: translate(0%, -50%);
  width: 44px;
  height: 44px;
  z-index: 2;
  background: #ffffff;
  box-shadow: 3px 6px 6px 1px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contact_us .contact_us_box .form textarea {
  height: 260px;
  background: #ffffff;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #707070;
  width: 100%;
  padding: 20px 35px;
  color: #333;
  font-size: var(--font16);
  line-height: 24px;
  margin-bottom: 45px;
}
.contact_us .contact_us_box .form textarea::placeholder {
  color: #999;
  font-size: var(--font16);
}
.Micronet1 {
  padding: 80px 21px 110px 21px;
}
.Micronet1 .usntitle {
  margin-bottom: 80px;
}
.Micronet1 .list {
  display: flex;
  justify-content: space-between;
}
.Micronet1 .list .item {
  position: relative;
  width: 15.9%;
  border-radius: 30px 30px 30px 30px;
  overflow: hidden;
  transition: all 0.5s ease;
}
.Micronet1 .list .item.on .text {
  opacity: 0;
}
.Micronet1 .list .item.on .hovertext {
  opacity: 1;
}
.Micronet1 .list .item.on .pic:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(159, 159, 159, 0) 46%, #383636 100%);
}
.Micronet1 .list .item .text {
  position: absolute;
  bottom: 85px;
  padding: 0 33px;
  font-weight: 600;
  font-size: var(--font26);
  color: #ffffff;
  text-align: center;
  line-height: 1.4;
  transition: all 0.5s ease;
}
.Micronet1 .list .item .hovertext {
  transition: all 0.5s ease;
  opacity: 0;
  position: absolute;
  bottom: 70px;
  padding: 0 42px;
}
.Micronet1 .list .item .hovertext h4 {
  font-weight: 600;
  font-size: var(--font30);
  color: #ffffff;
  line-height: 1;
}
.Micronet1 .list .item .hovertext h6 {
  font-size: var(--font20);
  color: #ffffff;
  line-height: 1.5;
  margin-top: 15px;
}
.Micronet1 .list .item .pic {
  position: relative;
  width: 100%;
}
.Micronet1 .list .item .pic:after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4);
}
.Micronet1 .list .item .pic img {
  height: 600px;
  object-fit: cover;
}
.Micronet1 .list .item.on {
  width: 31.8%;
}
.banner {
  position: relative;
  width: 100%;
}
.banner .pic {
  width: 100%;
}
.banner .textContent {
  position: absolute;
  bottom: 136px;
  left: 50%;
  transform: translate(-50%, 0);
}
.banner .textContent h1 {
  font-weight: bold;
  font-size: 46px;
  color: #ffffff;
  text-shadow: 3px 4px 1px rgba(0, 0, 0, 0.3);
  font-family: "ls";
  margin-bottom: 50px;
}
.banner .textContent .linkList {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .textContent .linkList a {
  display: block;
  line-height: 52px;
  border-radius: 5px 5px 5px 5px;
  font-size: 18px;
  margin: 0 19px;
  width: 202px;
  text-align: center;
}
.banner .textContent .linkList a:nth-child(1) {
  background: #e1e1e1;
  color: #333;
}
.banner .textContent .linkList a:nth-child(2) {
  background: #424242;
  color: #fff;
}
.banner .textContent .linkList a:nth-child(3) {
  background: #e67f11;
  color: #fff;
}
.mainProduct {
  width: 100%;
  padding: 80px 0 47px 0;
}
.mainProduct .productItem {
  height: 600px;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.mainProduct .productItem .Box {
  width: 490px;
  background: rgba(66, 66, 66, 0.65);
  padding: 47px 58px;
  position: absolute;
  right: 90px;
  top: 50%;
  z-index: 2;
  transform: translate(0%, -50%);
}
.mainProduct .productItem .Box.left {
  left: 90px;
}
.mainProduct .productItem .Box .productName {
  color: #fff;
  font-size: var(--font30);
  font-family: "ls";
}
.mainProduct .productItem .Box .usInfo {
  color: #fff;
  margin: 15px 0 25px 0;
}
.mainProduct .preson {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 70px;
}
.mainProduct .preson .usInfo {
  text-align: center;
}
.mainProduct .preson.preson2 {
  justify-content: flex-start;
}
.mainProduct .preson.preson2 .pic {
  right: 38px;
  left: auto;
}
.mainProduct .preson .pic {
  width: 37.75%;
  position: absolute;
  left: -72px;
  bottom: -47px;
}
.mainProduct .preson .item {
  width: 31.5%;
  height: 270px;
  background: url(../img/border1.png) center no-repeat;
  background-size: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  margin-left: 35px;
}
.outSupprot {
  width: 100%;
}
.outSupprot .outSupprotBox {
  background: #8d8d8d;
  padding: 40px 90px;
}
.outSupprot .outSupprotBox .usTitle {
  color: #fff;
}
.outSupprot .outSupprotBox ul {
  width: calc(100% + 70px);
  margin: -35px;
  display: flex;
  flex-wrap: wrap;
}
.outSupprot .outSupprotBox ul li {
  padding: 35px;
  width: 25%;
}
.outSupprot .outSupprotBox ul li a {
  display: block;
  width: 100%;
}
.outSupprot .outSupprotBox ul li .pic {
  width: 100%;
}
.outSupprot .outSupprotBox ul li .title {
  color: #fff;
  font-size: 20px;
  text-align: center;
  font-family: "lrd";
  margin-top: 30px;
}
.qwe {
  font-family: "ls";
  font-size: var(--font16);
  line-height: 30px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.usTitle {
  font-size: var(--font36);
  text-align: center;
  color: #333;
  font-family: "lb";
  margin-bottom: 60px;
}
.usTitle.mbz {
  margin-bottom: 0;
}
.usTitle.mb {
  margin-right: 40px;
}
.usInfo {
  font-size: var(--font20);
  line-height: 1.7;
  color: #333;
}
.usSubTitle {
  font-family: "ls";
  font-size: var(--font26);
  line-height: 1.3;
  color: #333;
}
.uslayout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.aboutVideo .video .play {
  cursor: pointer;
}
.usarrow .slick-arrow {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: #424242;
  top: 50%;
}
.usarrow .slick-arrow:hover {
  background: #fa981b;
}
.usarrow .slick-arrow.slick-prev {
  left: -10px;
}
.usarrow .slick-arrow.slick-prev:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  width: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
  margin-left: 3px;
}
.usarrow .slick-arrow.slick-next {
  right: -10px;
  left: auto;
}
.usarrow .slick-arrow.slick-next:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 14px;
  width: 14px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  margin-left: -3px;
}
.projectDetali .numberBox .circle.hastit {
  display: flex;
  align-items: center;
}
.projectDetali .numberBox.flexc {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.projectDetali .numberBox.flexc .line {
  margin-top: 0;
}
.projectDetali .numberBox .circle .usTitle {
  margin-left: 30px;
}
.projectDetali .numberBox .circle .usTitle.right {
  margin-right: 30px;
  margin-left: 0px;
}
@media screen and (max-width: 1700px) {
  .projectDetali li {
    margin-bottom: 0;
  }
  .projectDetali .Plate .usTitle {
    margin-bottom: 20px;
  }
  .projectDetali.projectDetaliab .Plate .text {
    padding: 30px 20px;
  }
  .projectDetali.projectDetaliab .Plate .text .item {
    margin-bottom: 0;
  }
  .globallist ul li .box {
    height: 480px;
    padding: 40px 60px 0 40px;
  }
  .detaliPlate1 .textContent .Performance {
    padding-top: 30px;
    margin-top: 30px;
  }
}
.dealersupport .dealersupportbg .box .list .item .itemBox .info {
  overflow: auto;
}
.topNavBox .topLayout .nav ul .li:nth-child(2) .windowProductPop {
  left: -340px;
}
@media screen and (max-width: 1500px) {
  .mainProduct .preson .pic {
    bottom: 0;
  }
  .mainProduct .preson .item {
    padding: 60px;
  }
  .usMore .circle {
    margin-left: 14px;
    width: 38px;
    height: 38px;
    background: #ffffff;
    box-shadow: 3px 6px 6px 1px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  .usMore {
    width: 260px;
    height: 45px;
    background: linear-gradient(92deg, #424242 0%, #d8d8d8 100%, #ffffff 100%);
    border-radius: 0px 45px 0px 45px;
    font-size: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
  }
  .detaliPlate1 .textContent .item {
    margin-bottom: 10px;
  }
  .dealersupport .dealersupportbg .box .list .item .itemBox {
    padding: 40px 20px;
  }
  .message .messageBox .form form .text {
    line-height: 50px;
  }
  .message .messageBox .form form select {
    height: 50px;
  }
  .message .messageBox .form form .lab {
    margin-bottom: 20px;
  }
}
.dealerfind .map img {
  width: 100%;
}
@media screen and (max-width: 1300px) {
  .globallist ul li .box {
    height: 380px;
    padding: 40px 50px 0 30px;
  }
  .OrderProcedure .orderList .orderItem .orderItemBox .icon {
    width: 100px;
    height: 100px;
  }
  .OrderProcedure .orderList .orderItem .orderItemBox .icon img {
    max-width: 40%;
  }
  .usTitle.mb {
    margin-bottom: 20px;
  }
  .aboutPenjoy .place .content {
    padding: 15px;
    width: 280px;
    line-height: 24px;
  }
  .aboutPenjoy .place1 {
    right: 60px;
  }

}
.projects .projectMethod .filtrate .filtrateItem .list {
  background: #fff;
}
.support8 li .F .icon {
  min-width: 46px;
}
@media screen and (max-width: 1024px) {
  .support8 {
    margin-top: 40px;
  }
  .proDetali .DesignInspiration .imgLayout .big img {
    height: auto;
  }
  .proDetali .DesignInspiration .imgLayout {
    flex-direction: column;
  }
  .proDetali .DesignInspiration .imgLayout > div {
    width: 100% !important;
  }
  .proDetali .DesignInspiration {
    margin-top: 40px;
  }
  .proDetali .maindetali {
    padding: 40px 0;
  }
  .proDetali .maindetali .mainlayout .pic {
    margin-bottom: 30px;
  }
  .projectDetali {
    padding: 40px 0;
  }
  .projectDetali .projectPlate4 {
    padding: 50px 0 30px 0;
  }
  .projectDetali .projectPlate4 .numberBox {
    top: 0;
  }
  .projectDetali .projectPlate1 .text {
    padding: 30px 20px;
  }
  .fy {
    margin-top: 40px;
  }
  .projectList li a .title {
    margin: 20px 0 15px 0;
    font-size: 20px;
    color: #333333;
    line-height: 24px;
  }
  .projects .projectMethod .filtrate .search {
    width: 100%;
  }
  .projects .projectMethod .search form {
    width: 100%;
  }
  .projects .projectMethod .filtrate .filtrateItem .title:after {
    display: none;
  }
  .projects .projectMethod .search .text {
    width: calc(100% - 60px);
    margin-bottom: 20px;
  }
  .projects .projectMethod {
    flex-direction: column-reverse;
  }
  .projects {
    padding: 40px 0;
  }
  .AdvantagesComparison .AdvantagesComparisonBox .layout2 {
    margin-bottom: 30px;
  }
  .AdvantagesComparison .AdvantagesComparisonBox .layout1 {
    margin-bottom: 30px;
  }
  .RecommendedProducts {
    margin: 40px 0;
  }
  .RecommendedProducts ul li {
    width: 100%;
  }
  .projects .projectMethod .filtrate .filtrateItem {
    margin-right: 15px;
  }
  .AdvantagesComparison .AdvantagesComparisonBox .layout1 {
    flex-direction: column-reverse;
  }
  .AdvantagesComparison .AdvantagesComparisonBox .layout1 > div {
    width: 100% !important;
  }
  .AdvantagesComparison .AdvantagesComparisonBox .layout3 {
    flex-direction: column-reverse;
  }
  .AdvantagesComparison .AdvantagesComparisonBox .layout3 > div {
    width: 100% !important;
  }
  .AdvantagesComparison .AdvantagesComparisonBox .layout3 .text .info {
    margin-top: 15px;
  }
  .AdvantagesComparison .AdvantagesComparisonBox .layout3 .text {
    margin-top: 30px;
  }
  .AdvantagesComparison .AdvantagesComparisonBox .layout2 {
    flex-direction: column-reverse;
  }
  .AdvantagesComparison .AdvantagesComparisonBox .layout2 > div {
    width: 100% !important;
  }
  .AdvantagesPlateOfDoor .AdvantagesPlateBox {
    flex-direction: column;
  }
  .AdvantagesPlateOfDoor .AdvantagesPlateBox > div {
    width: 100% !important;
  }
  .AdvantagesPlateOfDoor {
    padding: 40px 0;
  }
  .AdvantagesPlateOfDoor .AdvantagesPlateBox .AdvantagesText {
    margin-top: 20px;
  }
  .dealerwho .text .usTitle {
    margin-bottom: 25px;
  }
  .dealerwho .pic {
    margin-top: 30px;
  }
  .dealerwho .text .usInfo {
    margin-bottom: 20px;
  }
  .dealerwho {
    margin-top: 40px;
    width: 100%;
    margin-bottom: 50px;
  }
  .dealerfind .map img {
    margin-bottom: 30px;
  }
  .dealeroffer {
    padding: 40px 0;
  }
  .wapmt {
    margin-top: 25px;
  }
  .dealeroffer .dealerofferbox .text .usInfo {
    margin-top: 20px;
  }
  .dealersupport .dealersupportbg .box .list .item .itemBox .info {
    height: auto;
  }
  .dealersupport .dealersupportbg .box .list {
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .dealersupport .dealersupportbg .box .list .item {
    width: 100%;
  }
  .dealersupport {
    margin-top: 40px;
  }
  .dealership {
    padding: 40px 0;
  }
  .AdditionalResources {
    padding: 40px 0;
  }
  .globallist {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .uslayout {
    flex-direction: column-reverse;
  }
  .uslayout > div {
    width: 100% !important;
  }
  .message .messageBox .form {
    margin-top: 20px;
  }
  .OrderProcedure .orderList .orderItem {
    width: 100%;
  }
  .contactbanner .textBox {
    width: 100%;
  }
  .AdditionalResources .list .item {
    width: 100%;
  }
  .contactbanner {
    padding: 60px 0;
  }
  .globallist ul li .box {
    padding: 20px 15px;
    height: auto;
  }
  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a {
    flex-direction: column;
  }
  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text h6 {
    margin-top: 20px;
  }
  .blog_main_box_top .search_more form input[type="text"] {
    height: 50px;
    width: 200px;
  }
  .blog_main_box_top .search_more form input[type="submit"] {
    height: 50px;
  }
  .blog_main_box_top .usMore {
    display: none;
  }
  .blog_main_box_top .search_more form {
    margin-right: 0;
  }
  .mbx .mbx_box a:last-child {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .blog_detail {
    padding: 40px 0;
  }
  .projectList li {
    width: 100%;
  }
  .blog_detail .blog_detail_box {
    margin-top: 30px;
  }
  .aboutPenjoy .usInfo {
    margin-bottom: 30px;
  }

  .contact_us .contact_us_box .form textarea {
    margin-bottom: 30px;
  }
  .usTitle {
    margin-bottom: 25px;
  }
  .Micronet1 .list .item .pic:after {
    display: none;
  }
  .Micronet1 {
    padding: 40px 15px 40px 15px;
  }
  .projectDetali.px {
    padding: 30px 0;
  }
  .projectDetali {
    margin-top: 0 !important;
  }
  .projectDetali .projectPlate1 .text {
    position: relative;
    top: auto;
    transform: translate(0px);
  }

  .projectDetali .Plate {
    flex-direction: column;
  }
  .projectDetali .Plate > div {
    width: 100% !important;
  }
  .projectDetali .imgUsWith {
    margin: 20px 0;
  }
  .projectDetali .numberBox {
    position: relative !important;
    margin-bottom: 20px;
  }
  .projectDetali .Plate.wapreverse {
    flex-direction: column-reverse;
  }
  .projectDetali .projectPlate4 {
    padding: 20px 0 10px 0;
  }
  .usTab .usTabItem {
    background: linear-gradient(92deg, #424242 0%, #d8d8d8 100%, #ffffff 100%);
    border-radius: 0px 40px 0px 40px;
    padding: 0 20px;
    color: #fff;
    font-size: var(--font20);
    line-height: 40px;
    margin-bottom: 10px;
  }
  .certificate {
    padding: 40px 0;
  }
  .projectDetali .projectPlate2 {
    margin: 30px 0;
  }
  .usTab {
    justify-content: flex-start;
    overflow: auto;
  }
  .dealershipWhy .layout .text .usTitle {
    margin: 20px 0;
  }
  .aboutPenjoy {
    padding: 40px 0;
  }
  .children_width_complete {
    flex-direction: column;
  }
  .aboutPenjoy .place {
    position: relative;
    left: 0 !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: flex;
    flex-direction: column;
  }
  .aboutPenjoy .place .name {
    margin: 10px 0;
  }
  .aboutPenjoy .place2,
  .aboutPenjoy .place3 {
    flex-direction: column-reverse !important;
  }
  .aboutPenjoy .place .content {
    width: 100%;
  }
  .children_width_complete > div {
    width: 100% !important;
  }
  .layout37 {
    display: block;
    position: fixed !important;
    z-index: 16;
    top: 0px;
  }
  .top_nav {
    display: none;
  }
  ._nav2 {
    width: 100%;
    float: left;
  }
  ._nav2-1_bg {
    width: 100%;
  }
  ._nav2 .ctext {
    width: 100%;
    float: left;
  }
  ._nav2 .ctext .top {
    position: relative;
    z-index: 5;
  }
  ._nav2 .ctext .menuph {
    display: block;
  }
  ._nav2 .ctext .menuph {
    float: right;
    width: 28px;
    height: 28px;
    cursor: pointer;
    text-align: center;
    margin: 12px 0px 12px 10px;
  }
  ._nav2 .ctext .menuph .point {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: relative;
  }
  ._nav2 .ctext .menuph .point:hover .navbtn,
  ._nav2 .ctext .menuph .point:hover .navbtn::after,
  ._nav2 .ctext .menuph .point:hover .navbtn::before {
    width: 28px;
  }
  ._nav2 .ctext .menuph .navbtn {
    position: absolute;
    top: 14px;
    right: 0;
    display: inline-block;
    height: 2px;
    background: #fa981b;
    width: 28px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after,
  ._nav2 .ctext .menuph .navbtn::before {
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: "";
    background: #fa981b;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  ._nav2 .ctext .menuph .navbtn::after {
    top: -10px;
  }
  ._nav2 .ctext .menuph .navbtn::before {
    top: 10px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn {
    background: transparent;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
  }
  ._nav2 .ctext .menuph .point.active .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
  }
  ._nav2 .ctext .xialaph {
    top: 0;
    float: left;
    width: 100%;
    height: 100vh;
    overflow: auto;
    padding: 0 15px;
    z-index: 999999999999;
    background: #fff;
    display: none;
    left: 0;
    top: 50px;
  }
  ._nav2 .ctext .xialaph .ul2,
  ._nav2 .ctext .xialaph .ul3 {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 a {
    float: left;
    width: 60%;
    font-size: 16px;
    line-height: 50px;
  }
  ._nav2 .ctext .xialaph h4 a span {
    padding-left: 6px;
    color: #ccc;
    font-size: 14px;
  }
  ._nav2 .ctext .xialaph h4 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph li:last-child h4::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h4:hover a,
  ._nav2 .ctext .xialaph h5:hover a {
    color: #fa981b;
  }
  ._nav2 .ctext .xialaph h4::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph h5 a {
    float: left;
    width: 100%;
    color: #1f1f1f;
    font-size: 14px;
    line-height: 40px;
    text-transform: uppercase;
  }
  ._nav2 .ctext .xialaph h5 {
    float: left;
    width: 100%;
    position: relative;
  }
  ._nav2 .ctext .xialaph h5::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
  }
  ._nav2 .ctext .xialaph li:last-child h5::after {
    display: none;
  }
  ._nav2 .ctext .xialaph h4 img {
    width: 15px;
    height: 8px;
    float: right;
    margin-top: 24px;
    cursor: pointer;
  }
  ._nav2 .ctext .xialaph h5 img {
    width: 11px;
    height: 6px;
    float: right;
    margin-right: 18px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    right: 0;
  }
  ._nav2 .ctext .xialaph h4.active img.img_s,
  ._nav2 .ctext .xialaph h5.active img.img_s {
    display: none;
  }
  ._nav2 .ctext .xialaph h4.active img.img_d,
  ._nav2 .ctext .xialaph h5.active img.img_d {
    display: block;
  }
  ._nav2 .ctext .xialaph .ul2 {
    float: left;
    width: 100%;
    padding: 0 10px;
  }
  ._nav2 .ctext .xialaph .phsou {
    position: relative;
    margin-top: 34px;
  }
  ._nav2 .ctext .xialaph .phsou input {
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
  }
  ._nav2 .ctext .xialaph .phsou img {
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
  }
  ._nav2 .ctext .img_d,
  ._nav2 .ctext .disno {
    display: none;
  }
  ._nav2 .box {
    display: flex;
    height: 50px;
    padding: 0 15px;
    width: 100%;
    justify-content: space-between;
  }
  ._nav2 .box .bg {
    height: 50px;
    background: #fff;
    width: 100%;
    left: 0;
    position: absolute;
    z-index: 5;
    float: left;
    opacity: 1;
  }
  ._nav2 .ctext.sub .box .bg {
    opacity: 1;
  }
  ._nav2 .box .logo {
    float: left;
    position: relative;
    z-index: 6;
  }
  ._nav2 .box .logo img {
    height: 24px !important;
    margin-top: 13px;
    display: block;
    width:65px !important;
  }
  ._nav2 .soph {
    margin-top: 15px;
    width: 100%;
    float: left;
  }
  ._nav2 .soph .so {
    float: left;
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 6;
    border: 1px solid #fa981b;
  }
  /* ._nav2 .soph .search {
    float: left;
    width: 100%;
    height: 36px;
    background: none;
    border: none;
    line-height: 36px;
    padding: 0 56px 0 10px;
    color: #414141;
    font-size: 14px;
  }

  ._nav2 .soph .searsub {
    float: right;
    width: 50px;
    height: 100%;
    border: none;
    background: url(../img/search2.png) center no-repeat @c;
    position: absolute;
    right: 0;
    top: 0;
  } */
  .nbanner {
    margin-top: 50px;
  }
  .blog_main_plate1 {
    padding: 30px 0;
  }
  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .pic {
    width: 100%;
    margin-right: 0;
  }
  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li {
    margin-top: 30px;
  }
  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text {
    width: 100%;
    margin-top: 20px;
  }
  .globallist ul li {
    width: 100%;
  }
  .globallist ul li .box {
    padding: 20px 15px;
    height: auto;
  }
  .globallist ul li .box .tit {
    margin-bottom: 20px;
  }
  .globallist ul li .box .lab .icon {
    margin-top: 5px;
  }
  .globallist ul {
    width: 100%;
    margin: -10px 0px;
  }
  .globallist ul li {
    padding: 10px 0;
  }
  .blog_main_box_top .tit {
    font-size: 20px;
  }
  .blog_main_box_top .link {
    margin-left: 15px;
    padding-left: 15px;
  }
  .blog_main_plate2 .blog_main_box .blog_main_box_video {
    margin-top: 30px;
  }
  .blog_main_plate2 .blog_main_box .blog_main_box_video {
    flex-direction: column;
  }
  .blog_main_plate2 .blog_main_box .blog_main_box_video .play img {
    height: 50px;
    width: 50px;
  }
  .blogLayout {
    padding-bottom: 30px;
  }
  .blog_main_box_top .link img {
    height: 30px;
  }
  .blog_main_plate2 {
    padding: 30px 0;
  }
  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .more {
    width: 160px;
    height: 40px;
  }
  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text h6 {
    margin-bottom: 20px;
  }
  .blog_main_plate1 .blog_main_box .blog_main_box_list ul li a .text .info {
    margin-top: 20px;
  }
  .blog_main_box_top .more {
    margin-left: 20px;
  }
  .blog_main_box_top .more {
    width: 150px;
    height: 50px;
  }
  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_right .xx {
    bottom: 30px;
    left: 30px;
  }
  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_right {
    margin-top: 20px;
  }
  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .video_item {
    margin-bottom: 20px;
  }
  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_right {
    margin-bottom: 20px;
  }
  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_right .xx img {
    height: 30px;
  }
  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .xx_item {
    margin-right: 25px;
  }
  .blog_main_plate2.blog_main_plate3 .blog_main_box .blog_main_box_video {
    margin-top: 10px;
  }
  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .xx {
    bottom: 30px;
    left: 30px;
  }
  .blog_main_plate2.blog_main_plate3 {
    padding-bottom: 30px;
  }
  .blog_main_plate2 .blog_main_box .blog_main_box_video .video_left .xx img {
    height: 25px;
  }
  .Micronet1 .list {
    flex-direction: column;
  }
  .Micronet1 .list .item {
    width: 100% !important;
  }
  .Micronet1 .list .item .pic img {
    height: 300px !important;
  }
  .News ul li {
    width: 100%;
  }
  .Micronet1 .list .item .hovertext {
    opacity: 1;
  }
  .Micronet1 .list .item .text {
    opacity: 0;
  }
  .Micronet1 .list .item .hovertext {
    bottom: 20px;
    padding: 0 20px;
  }
  .Micronet1 .list .item {
    margin-bottom: 20px;
  }
  .blog_detail .blog_detail_box .info .info_item {
    margin-right: 10px;
  }
  .blog_detail .blog_detail_box .info {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .projectList {
    width: 100%;
    margin: -10px 0;
  }
  .projectList li {
    padding: 10px 0;
  }
  .projectList li a .info {
    font-size: 14px;
    line-height: 24px;
  }
  .blog_detail .blog_detail_box {
    margin-top: 0;
  }
  .OrderProcedure {
    padding: 40px 0;
  }
  .projectDetali .Plate .usTitle.mb {
    margin-bottom: 30px;
  }
  .projectDetali .numberBox .line {
    width: 200px;
    height: 10px;
    background: #fa981b;
    margin-top: 10px;
  }
  .projectDetali .numberBox.right .usTitle {
    text-align: left;
  }
  .projectDetali .Plate .usTitle {
    margin-bottom: 10px;
  }
  .projectDetali .projectPlate4 .picList {
    margin-top: 10px;
  }
  .projectDetali .projectPlate4 .picList .pic {
    width: calc(50% - 10px);
  }
  .projects .projectsInfo {
    margin: 20px 0;
  }
  .projects .projectMethod .filtrate {
    flex-wrap: wrap;
  }
  .modal-content {
    width: 80vw !important;
    height: 560px !important;
  }
  .modal-description {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .modal-description {
    font-size: 14px !important;
  }
  .modal-nav.modal-prev {
    left: 100px !important;
  }
  .modal-nav.modal-next {
    right: 100px !important;
  }
  .projectDetali .numberBox .circle img {
    height: 16px;
  }
  .message .messageBox .form form select {
    padding: 0 20px;
  }
}
.index_plate3 {
  width: 100%;
  max-width: 1920px;
  padding: 80px 100px;
}
.index_plate3 .usTabItem {
  min-width: 290px;
  text-align: center;
}
.index_plate3 .index_plate3_box {
  margin-top: 60px;
}
.index_plate3 .index_plate3_box ul {
  display: none;
}
.index_plate3 .index_plate3_box ul.on {
  display: block;
}
.index_plate3 .index_plate3_box .slick-track {
  display: flex;
  align-items: center;
}
.index_plate3 .index_plate3_box ul {
  width: 100%;
}
.index_plate3 .slick-arrow {
  width: 63px;
  height: 63px;
  background: rgba(51, 51, 51, 0.55);
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
}
.index_plate3 .slick-arrow:hover {
  background: #fa981b;
}
.index_plate3 .slick-prev {
  left: -31px;
}
.index_plate3 .slick-next {
  left: auto;
  right: -31px;
}
.index_plate3 .slick-prev:after {
  content: "";
  background: url(../img/prev2.png) center no-repeat;
  background-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 24px;
}
.index_plate3 .slick-next:after {
  content: "";
  background: url(../img/next2.png) center no-repeat;
  background-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 24px;
}
.index_plate3 .index_plate3_box .ul .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: -70px;
}
.index_plate3 .index_plate3_box .ul .slick-dots li {
  padding: 0 !important;
  width: 25px !important;
  height: 25px !important;
  border-radius: 50%;
  background: #e1e1e1;
  margin: 0 7.5px;
}
.index_plate3 .index_plate3_box .ul .slick-dots .slick-active {
  width: 177px !important;
  height: 25px;
  background: #ebceb0;
  border-radius: 18px 18px 18px 18px;
}
.index_plate3 .index_plate3_box ul li.prev .tit {
  background: linear-gradient(270deg, #424242 0%, #d8d8d8 100%, #ffffff 100%) !important;
}
.index_plate3 .index_plate3_box ul li.next .tit {
  background: linear-gradient(90deg, #424242 0%, #d8d8d8 100%, #ffffff 100%) !important;
}
.index_plate3 .index_plate3_box .ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 0px;
}
.index_plate3 .index_plate3_box ul li.prev .tit {
  text-align: left;
}
.index_plate3 .index_plate3_box ul li.next .tit {
  text-align: left;
  background: linear-gradient(180deg, #fa981b 0%, #065a48 100%);
}
.index_plate3 .index_plate3_box ul li .pic {
  position: relative;
}
.index_plate3 .index_plate3_box ul li .tit {
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 40px;
  height: 80px;
  background: linear-gradient(90deg, #424242 0%, #d8d8d8 100%, #ffffff 100%) !important;
  border-radius: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: var(--font26);
  color: #fff;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: lb;
}
.index_plate3 .index_plate3_box ul li.next .tit {
  background: linear-gradient(90deg, #ffffff 0%, #fee8b5 21%, #ebceb0 100%);
}
.index_plate3 .index_plate3_box ul li .text {
  display: none;
}
.index_plate3 .index_plate3_box ul li.slick-current {
  z-index: 8;
  transform: scale(1.8);
}
.index_plate3 .index_plate3_box ul li.slick-current .tit {
  display: none;
}
.index_plate3 .index_plate3_box ul li.slick-current .text {
  width: 40%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 20px;
  background: #333;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.3);
  position: absolute;
  right: 0;
  transition: all 0.5s ease;
}
.index_plate3 .usMore {
  transform: scale(0.5);
  transform-origin: left;
}
.index_plate3 .index_plate3_box ul li.slick-current .text .t {
  font-size: 18px;
  font-family: "ls";
  color: #fff;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #fff;
  transition: all 0.5s ease;
  line-height: 1.4;
}
.index_plate3 .index_plate3_box ul li.slick-current .text .info {
  font-size: 10px;
  line-height: 1.8;
  color: #fff;
}
.index_plate3 .index_plate3_box ul li.slick-current .text .more {
  width: 76px;
  height: 24px;
  border-radius: 11px;
  margin: 8px 0 0px 0;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 9px;
  font-family: lr;
}
.index_plate3 .index_plate3_box ul li.slick-current .pic {
  width: 60%;
  transition: all 0.5s ease;
}
.index_plate3 .index_plate3_box .tab {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.index_plate3 .index_plate3_box .tab .item {
  width: 82px;
  height: 82px;
  background: #ffffff;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_plate3 .index_plate3_box .tab .item .icon2 {
  display: none;
}
.index_plate3 .index_plate3_box .tab .item.on {
  background: #fa981b;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.3);
}
.index_plate3 .index_plate3_box .tab .item.on .icon2 {
  display: block;
}
.index_plate3 .index_plate3_box .tab .item.on .icon1 {
  display: none;
}
.index_plate4 {
  width: 100%;
  padding-bottom: 143px;
}
.index_plate4 .index_plate4_box {
  margin-top: 20px;
}
.index_plate4 .index_plate4_box .slick-track {
  display: flex;
  align-items: center;
}
.index_plate4 .index_plate4_box ul {
  width: 100%;
}
.index_plate4 .slick-arrow {
  width: 63px;
  height: 63px;
  background: rgba(35, 35, 35, 0.4);
  top: 50%;
  transform: translate(0, -50%);
  border-radius: 50%;
}
.index_plate4 .slick-arrow:hover {
  background: #fa981b;
}
.index_plate4 .slick-prev {
  left: -31px;
}
.index_plate4 .slick-next {
  left: auto;
  right: -31px;
}
.index_plate4 .slick-prev:after {
  content: "";
  background: url(../img/prev.png) center no-repeat;
  background-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 24px;
}
.index_plate4 .slick-next:after {
  content: "";
  background: url(../img/next.png) center no-repeat;
  background-size: 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 24px;
}
.index_plate4 {
  padding-left: 97px;
  padding-right: 97px;
}
.index_plate4 .index_plate4_box .ul .slick-dots {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 100%;
  bottom: -70px;
}
.index_plate4 .index_plate4_box .ul .slick-dots li {
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  border-radius: 50%;
  background: #e1e1e1;
  margin: 0 7.5px;
}
.index_plate4 .index_plate4_box .ul .slick-dots .slick-active {
  width: 120px !important;
  height: 20px;
  background: #fa981b;
  border-radius: 18px 18px 18px 18px;
}
.index_plate4 .index_plate4_box .ul li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0px 0px;
  flex-direction: column;
}
.index_plate4 .index_plate4_box ul li .pic {
  width: 100% !important;
}
.index_plate4 .index_plate4_box ul li.prev .tit {
  text-align: left;
}
.index_plate4 .index_plate4_box ul li.next .tit {
  text-align: left;
  background: linear-gradient(180deg, #fa981b 0%, #065a48 100%);
}
.index_plate4 .index_plate4_box ul li .pic {
  position: relative;
}
.index_plate4 .index_plate4_box ul li .tit {
  position: absolute;
  width: 100%;
  bottom: 0;
  line-height: 40px;
  height: 80px;
  background: linear-gradient(270deg, #ffffff 0%, #fee8b5 21%, #fa981b 100%);
  border-radius: 0px 0px 0px 0px;
  font-weight: bold;
  font-size: var(--font26);
  color: #333;
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: lb;
}
.index_plate4 .index_plate4_box ul li.next .tit {
  background: linear-gradient(90deg, #ffffff 0%, #fee8b5 21%, #fa981b 100%);
}
.index_plate4 .index_plate4_box ul li .text {
  display: none;
}
.index_plate4 .index_plate4_box ul li.slick-current .tit {
  display: none;
}
.index_plate4 .index_plate4_box ul li.slick-current .text {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 15px;
  background: #fa981b;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.3);
  transition: all 0.5s ease;
}
.index_plate4 .index_plate4_box ul li.slick-current .text .t {
  font-size: var(--font40);
  font-family: lb;
  color: #333;
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #333;
  transition: all 0.5s ease;
  line-height: 1.4;
}
.index_plate4 .index_plate4_box ul li.slick-current .text .info {
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.index_plate4 .index_plate4_box ul li .text .more {
  width: 139px;
  height: 44px;
  border-radius: 22px 22px 22px 22px;
  margin: 17px 0 0px 0;
  background: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font16);
  font-family: lr;
}
.index_plate4 .index_plate4_box ul li .pic {
  width: 60%;
  transition: all 0.5s ease;
}
.index_plate4 .index_plate4_box .tab {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}
.index_plate4 .index_plate4_box .tab .item {
  width: 82px;
  height: 82px;
  background: #ffffff;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  margin: 0 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index_plate4 .index_plate4_box .tab .item .icon2 {
  display: none;
}
.index_plate4 .index_plate4_box .tab .item.on {
  background: #fa981b;
  box-shadow: 3px 6px 12px 1px rgba(0, 0, 0, 0.3);
}
.index_plate4 .index_plate4_box .tab .item.on .icon2 {
  display: block;
}
.index_plate4 .index_plate4_box .tab .item.on .icon1 {
  display: none;
}
.index_plate4 {
  display: none;
}
.index-plate2 {
  margin: 80px 0 90px 0;
  width: 100%;
}
.index-plate2.usarrow .slick-arrow.slick-prev {
  background: #f1f1f1;
}
.index-plate2.usarrow .slick-arrow.slick-prev:hover {
  background: #fa981b;
}
.index-plate2.usarrow .slick-arrow.slick-prev:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.index-plate2.usarrow .slick-arrow.slick-prev:after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.index-plate2.usarrow .slick-arrow.slick-next {
  background: #f1f1f1;
}
.index-plate2.usarrow .slick-arrow.slick-next:hover {
  background: #fa981b;
}
.index-plate2.usarrow .slick-arrow.slick-next:hover:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.index-plate2.usarrow .slick-arrow.slick-next:after {
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.index-plate2.usarrow .slick-arrow.slick-prev {
  left: -68px;
  top: 35%;
}
.index-plate2.usarrow .slick-arrow.slick-next {
  right: -68px;
  top: 35%;
}
.index-plate2 ul {
  width: calc(100% + 35px);
  margin: 0 -17.5px;
  display: flex;
}
.index-plate2 ul li {
  width: 33.3%;
  padding: 0 17.5px;
}
.index-plate2 ul li a {
  display: block;
  width: 100%;
}
.index-plate2 ul li a:hover .pic img {
  transform: scale(1.1);
}
.index-plate2 ul li a:hover .tit {
  color: #fa981b;
}
.index-plate2 ul li a:hover .info {
  color: #fa981b;
}
.index-plate2 ul li a .pic {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.index-plate2 ul li a .tit {
  font-size: var(--font30);
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1;
  margin-top: 30px;
  text-overflow: ellipsis;
  font-weight: 500;
  font-family: "ls";
}
.index-plate2 ul li a .time {
  font-size: var(--font18);
  color: #999999;
  margin: 15px 0;
}
.index-plate2 ul li a .info {
  font-size: var(--font20);
  color: #333333;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .projectDetali .numberBox .circle.hastit .usTitle {
    margin-bottom: 0;
    line-height: 32px;
  }
  .index_plate3 {
    display: none;
  }
  .index_plate4 {
    display: block;
    margin-bottom: 40px;
  }
  .index_plate4 {
    padding: 30px 15px;
  }
  .usMore {
    width: 220px;
    font-size: 14px;
  }
  .index-plate2 {
    margin: 80px 0 40px 0;
  }
  .outSupprot .outSupprotBox {
    padding: 30px 15px;
  }
  .outSupprot .outSupprotBox ul li {
    width: 100%;
  }
  .outSupprot .outSupprotBox ul {
    flex-wrap: wrap;
  }
  .nlang .list,
  .iami .list {
    top: 32px !important;
  }
  .banner {
    margin-top: 50px;
  }
}
.usDetaliSwitch .switch {
  display: none;
}
.proDetali .DesignInspiration .imgLayout img {
  transition: all 0.5s ease;
}
.proDetali .DesignInspiration .imgLayout .big:hover img {
  transform: scale(1.1);
}
.proDetali .DesignInspiration .imgLayout .smallList .item:hover img {
  transform: scale(1.1);
}
.proDetali .maindetali .mainlayout .pic img {
  transition: all 0.5s ease;
}
.proDetali .maindetali .mainlayout .pic img:hover {
  transform: scale(1.1);
}
.projectList li a .pic img {
  transition: all 0.5s ease;
}
.projectList li a .pic img:hover {
  transform: scale(1.1);
}
.projectDetali .projectPlate1 .pic img {
  transition: all 0.5s ease;
}
.projectDetali .projectPlate1 .pic img:hover {
  transform: scale(1.1);
}
.projectDetali .imgUsWith img {
  transition: all 0.5s ease;
}
.projectDetali .imgUsWith img:hover {
  transform: scale(1.1);
}
.projectDetali .projectPlate4 .picList .pic img {
  transition: all 0.5s ease;
}
.projectDetali .projectPlate4 .picList .pic img:hover {
  transform: scale(1.1);
}
.aboutPenjoy .place .content:hover {
  background: #fa981b;
}
.footer .content .form .submitbox {
  width: max-content;
}
.outSupprot .outSupprotBox ul li a {
  display: block;
}
.outSupprot .outSupprotBox ul li a:hover .pic img {
  transform: scale(1.1);
}
.outSupprot .outSupprotBox ul li a:hover .title {
  color: #fa981b;
}
.dealershipWhy.zs .layout .pic:hover img {
  transform: scale(1.1);
}
.mainProduct .productItem {
  transition: all 0.5s ease;
}
.dealership .pic:hover img {
  transform: scale(1.1);
}
.dealershipWhy .layout .pic:hover img {
  transform: scale(1.1);
}
.dealeroffer .dealerofferbox .listItem:hover img {
  transform: scale(1.1);
}
.dealerwho .pic:hover img {
  transform: scale(1.1);
}
.dealerfind .text .list .item:hover .pic img {
  transform: scale(1.1);
}
.detaliPlate1 .picList .bigImg:hover img {
  transform: scale(1.1);
}
.productItem .bgImg {
  position: absolute;
  width: 100%;
  height: 600px;
}
.detaliPlate1 .picList .smallImg .pic:hover img {
  transform: scale(1.1);
}
.productItem .bgImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.productItem:hover .bgImg img {
  transform: scale(1.1);
}
.banner .textContent h1 {
  white-space: nowrap;
}
.banner .textContent .linkList a {
  transition: all 0.5s ease;
}
.banner .textContent .linkList a:hover {
  transform: scale(1.1);
}
.topRightLayout {
  display: flex;
  /*flex-direction: column;*/
  /*align-items: flex-end;*/
      flex-direction: row-reverse;
    align-items: center;
}
.topRightLayout> div{
    padding-top: 0 !important; 
}

.pfmessage {
  position: fixed;
  right: 18px;
  z-index: 50;
  bottom: 10%;
}
.pfmessage .icon {
  margin-top: 15px;
  margin-left: auto;
  border-radius: 50%;
  width: 99px;
  height: 99px;
  background: #fa981b;
  box-shadow: 3px 6px 6px 1px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pfmessage .icon .icon2 {
  display: none;
}
.pfmessage .icon.on .icon2 {
  display: block;
}
.pfmessage .icon.on .icon1 {
  display: none;
}
.pfmessage .from {
  display: none;
  width: 440px;
}
.pfmessage .from .ftop {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 0 15px 0;
  background: rgba(230, 127, 17, 0.6);
}
.pfmessage .from .ftop .form-tit {
  font-family: ls;
  color: #fff;
  font-size: var(--font24);
  text-align: center;
  margin-bottom: 15px;
}
.pfmessage .from .ftop .infoitem {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: var(--font16);
  margin-bottom: 15px;
}
.pfmessage .from .ftop .infoitem img {
  margin-right: 10px;
}
.pfmessage .from .fdown {
  background: rgba(230, 127, 17, 0.6);
  padding: 30px 48px;
}
.pfmessage .from .fdown .lab {
  position: relative;
  width: 100%;
}
.pfmessage .from .fdown .text {
  width: 100%;
  height: 45px;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 0 20px;
}
.pfmessage .from .fdown textarea {
  height: 92px;
  background: #ffffff;
  margin-bottom: 20px;
  padding: 15px 20px;
  border: 0;
  width: 100%;
}
.pfmessage .from .fdown .submit {
  width: 213px;
  height: 52px;
  border-radius: 0px 60px 0px 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font20);
  color: #fff;
  position: relative;
  transition: all 0.5s ease;
  text-indent: -40px;
  background: linear-gradient(92deg, #424242 0%, #d8d8d8 100%, #ffffff 100%);
}
.pfmessage .from .fdown .submit:hover {
  background: linear-gradient(92deg, #e67f11 0%, #fdd9a3 100%, #ffffff 100%);
}
.pfmessage .from .fdown .submitbox {
  width: max-content;
}
.pfmessage .from .fdown .submitbox .circle {
  right: 35px;
}
@media screen and (max-width: 1024px) {
  .pfmessage .icon {
    height: 50px;
    width: 50px;
  }
  .pfmessage .icon img {
    max-width: 50%;
  }
  .pfmessage .from {
    width: 80vw;
  }
  .pfmessage .from .fdown {
    padding: 25px;
  }
  .pfmessage .from .ftop {
    padding-bottom: 0;
  }
}
.RecommendedProducts li:after{
  opacity: 0;
}