/* swiper icon图标 */
.brand .brandIndexSwiper .swiper-slide .box .tit .icon {
  width: 35px;
  height: 35px;
}

.layui-layer-setwin .layui-layer-close2 {
  width: 30px;
  height: 30px;
}
.header {
  position: relative;
}
.banner {
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.swiper-slide {
  text-align: center;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-wrapper {
  transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  -webkit-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  -moz-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  -ms-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
  -o-transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
}
.banner .swiper-slide {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner .swiper-slide .text {
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  color: var(--cfff);
}
.banner .swiper-slide .text .tit {
  margin-left: 24vmin;
  margin-right: auto;
  font-size: 2vmin;
  margin-bottom: 4vmin;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}
.banner .swiper-slide .text .desc {
  margin-left: 24vmin;
  margin-right: auto;
  font-size: 6.5vmin;
  opacity: 0;
  transform: translateY(50px);
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
}
.banner .swiper-scrollbar {
  right: unset !important;
  left: 7.7vw;
  height: 100%;
  top: 0;
  width: 2px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 55;
}
.banner .swiper-scrollbar::after {
  content: "";
  width: 4vmin;
  height: 4px;
  background-color: #fff;
  display: inline-block;
  position: absolute;
  left: -2vmin;
  top: 50%;
  transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  border-radius: 2px;
}
.banner .swiper-scrollbar-drag {
  background: var(--c2d9f99) !important;
  width: 4px;
  left: -1px;
}
.banner .swiper-pagination {
  right: unset !important;
  left: 3.85vw;
  z-index: 53;
}
.banner .swiper-pagination-bullet {
  background: transparent;
  border: 1px solid #fff;
  opacity: 1;
  margin: 2.75vmin 0 !important;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  top: unset;
  bottom: 10%;
}
.banner .swiper-button-prev {
  left: 12%;
}
.banner .swiper-button-next {
  left: 16%;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 5vmin;
  height: 5vmin;
}
.banner .swiper-button-next::after,
.banner .swiper-button-prev:after {
  width: 5vmin;
  height: 5vmin;
  content: "";
  /* transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear; */
}
.banner .swiper-button-next::after {
  background: url("../img/banner_next.png") no-repeat center center;
  background-size: cover;
}
.banner .swiper-button-prev::after {
  background: url("../img/banner_prev.png") no-repeat center center;
  background-size: cover;
}
.banner .swiper-button-next:hover::after {
  background: url("../img/banner_next_hover.png") no-repeat center center;
  background-size: cover;
}
.banner .swiper-button-prev:hover::after {
  background: url("../img/banner_prev_hover.png") no-repeat center center;
  background-size: cover;
}

.pagebanner {
  height: 75.29vmin;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.pagebanner .bannerTxt {
  width: 100%;
  height: 75.29vmin;
}
.pagebanner .position {
  width: 100vw;
  height: 20vmin;
  position: absolute;
  bottom: 0;
  z-index: 55;
}
.pagebanner .position .main a {
  display: inline-block;
  margin: 0 1vmin;
}
.pagebanner .position .main a:hover {
  color: var(--c2d9f99) !important;
}

.header .left-block {
  width: 7.7vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.35);
  z-index: 52;
  position: absolute;
  left: 0;
  top: 0;
  justify-content: space-between;
  align-items: center;
}
.header .pagebanner .left-block {
  height: 75.29vmin;
  background: unset;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header .left-block .nav {
  width: 20%;
  margin: 0 auto;
  height: 12vmin;
}
.header .left-block .house {
  width: 30%;
  position: relative;
  height: 15vmin;
}
.header .left-block .house .houseimg {
  position: absolute;
  top: 0;
  animation: scroll 1s ease-in-out infinite forwards;
}
.header .topnav {
  width: 100vw;
  height: 12vmin;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 51;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent);
}
.header .topnav .nav {
  height: 12vmin;
  justify-content: space-between;
  align-items: center;
}
.header .topnav .nav .left a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 9vw;
}
.header .topnav .nav .right ul {
  height: 12vmin;
}
.header .topnav .nav .right ul li {
  position: relative;
  margin: 0 2vmin;
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.header .topnav .nav .right ul li .f-nav {
  color: var(--cd3);
  font-size: .04rem;
  transition: all 0.3s linear;
}
.header .topnav .nav .right ul li.active .f-nav,
.header .topnav .nav .right ul li:hover .f-nav {
  color: var(--cfff);
}
.header .topnav .nav .right ul li.active::after,
.header .topnav .nav .right ul li:hover::after {
  content: "";
  width: 1.8vmin;
  height: 0.8vmin;
  display: block;
  background: url("../img/home_s.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translateX(-1vmin);
  -webkit-transform: translateX(-1vmin);
  margin-top: 5vmin;
  transition: all 0.3s linear;
}
.header .topnav .nav .right ul li .home-icon {
  display: inline-block;
  width: 1.8vmin;
  height: 1.6vmin;
  margin-right: 4px;
}

.header .topnav .nav .right ul li .submenu {
  position: absolute;
  top: 110%;
  /* width: 180%; */
  left: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.3s linear;
  display: flex;
  transform: translateX(-50%)!important;
}
.header .topnav .nav .right ul li:hover .submenu {
  height: auto;
  background-color: rgba(36, 36, 36, 0.85);
  border-radius: 2px;
  top: 100%;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
}
.header .topnav .nav .right ul li .submenu a {
  font-size: .035rem;
  color: #fff;
  line-height: 2;
  transition: all 0.3s linear;
  /*padding: 0.8em.8em;*/
  padding: .05rem .06rem;
  height: 6vmin;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 3px solid rgba(36, 36, 36, 0.85);
  white-space: nowrap;
}
.header .topnav .nav .right ul li .submenu a:first-child {
  /* padding-top: 5px; */
}
.header .topnav .nav .right ul li .submenu a:last-child {
  /* padding-bottom: 5px; */
}
.header .topnav .nav .right ul li .submenu a:hover {
  /* color: var(--cfff); */
  background-color: var(--cfff);
  color: #666;
  border-bottom: 3px solid #2d9f99;
}

.header .topnav .language {
  position: absolute;
  right: 3vw;
  top: 0;
  z-index: 53;
  height: 12vmin;
  width: 12vmin;
  min-width: 75px;
}
.header .topnav .language .langbox {
  width: 100%;
  height: 4vmin;
  border: 1px solid var(--cd3);
  border-radius: 3vmin;
  cursor: pointer;
}
.header .topnav .language .langbox .lang-icon {
  width: 2vmin;
  height: 2vmin;
  margin-right: 8px;
}
.header .topnav .language .langbox .text {
  color: var(--cd3);
  font-size: 1.4vmin;
}
.header .topnav .language .langbox .text::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 6px solid var(--cd3);
  margin-left: 4px;
  position: relative;
  top: -2px;
}
.news .row1 {
  align-items: center;
}
.news .row2 .item {
  width: 51.1993vmin;
}
.news .row2 .item {
  /* width: 51.1993vmin; */
  width: 32.5%;
  margin-right: 1.25%;
  height: 60.6647vmin;
  border-radius: 1.6134vmin;
  -webkit-border-radius: 1.6134vmin;
  -moz-border-radius: 1.6134vmin;
  -ms-border-radius: 1.6134vmin;
  -o-border-radius: 1.6134vmin;
  overflow: hidden;
}
.news .row2 .item:nth-child(3) {
  margin-right: 0;
}
.news .row2 .item01 .pic {
  width: 100%;
  height: 39.0448vmin;
  border-radius: 1.6134vmin 1.6134vmin 0 0;
  -webkit-border-radius: 1.6134vmin 1.6134vmin 0 0;
  -moz-border-radius: 1.6134vmin 1.6134vmin 0 0;
  -ms-border-radius: 1.6134vmin 1.6134vmin 0 0;
  -o-border-radius: 1.6134vmin 1.6134vmin 0 0;
  overflow: hidden;
}
.news .row2 .item01 .info {
  /* height: 21.835vmin; */
  height: calc(100% - 39.0448vmin);
  padding: 5.378vmin;
  background-color: var(--cfff);
  border-radius: 0 0 1.6134vmin 1.6134vmin;
  -webkit-border-radius: 0 0 1.6134vmin 1.6134vmin;
  -moz-border-radius: 0 0 1.6134vmin 1.6134vmin;
  -ms-border-radius: 0 0 1.6134vmin 1.6134vmin;
  -o-border-radius: 0 0 1.6134vmin 1.6134vmin;
  overflow: hidden;
}
.news .row2 .item01 .info .title {
  height: 6.5vmin;
  overflow: hidden;
}

.news .row2 .item01:hover .info .titbox {
  color: var(--c2d9f99);
}
.news .row2 .item01 .info .base .type:hover,
.news .row2 .item02 .base .type:hover {
  color: var(--c12615c);
}
.news .row2 .item01:hover .pic .hoverimg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.news .row2 .item02 {
  /* width: 51.1993vmin; */
  height: 60.6647vmin;
  border-radius: 1.6134vmin;
  -webkit-border-radius: 1.6134vmin;
  -moz-border-radius: 1.6134vmin;
  -ms-border-radius: 1.6134vmin;
  -o-border-radius: 1.6134vmin;
  overflow: hidden;
  background: url("../img/img74.png") no-repeat center center;
  background-size: cover;
  padding: 5.378vmin;
  position: relative;
}
.news .row2 .item02:hover .titbox {
  color: var(--c2d9f99);
}
.news .row2 .item02:hover .titbox .desc {
  color: #333;
}
.news .row2 .item02 .en-more {
  position: absolute;
  left: 5.378vmin;
  bottom: 5.378vmin;
}

.news .row2 .item03 {
  /* width: 51.1993vmin; */
  height: 60.6647vmin;
}
.news .row2 .item03 .subitem a {
  /* display: block; */
  width: 100%;
}
.news .row2 .item03 .subitem .left {
  /* width: 25.8147vmin; */
  width: 50%;
  height: 17.2098vmin;
  border-radius: 1.6134vmin;
  overflow: hidden;
  flex-shrink: 0;
}
.news .row2 .item03 .subitem .left a {
  display: inline-block;
  width: 100%;
  height: inherit;
  border-radius: 1.6134vmin;
  overflow: hidden;
}
.news .row2 .item03 .subitem .right {
  height: 17.2098vmin;
  /* width: 25.8147vmin; */
  width: 50%;
  padding: 1.5vmin 2vmin;
  align-items: center;
}
.news .row2 .item03 .subitem .right .info .tit a {
  /* height: 5.228vmin; */
}
.news .row2 .item03 .subitem:hover .right .info .tit a {
  color: var(--c2d9f99);
}
.news .row2 .item03 .subitem:hover .left a .hoverimg {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.bg {
  background: url("../img/bg_02.jpg") no-repeat center center;
  background-size: cover;
}

.about .left,
.about .right {
  width: 40%;
}
.about .right {
  width: 50%;
  margin-left: auto;
  position: relative;
  background: url(../img/home-map.png) no-repeat center center;
  background-size: contain;
}
.about .right .circlebox {
  position: absolute;
  right: 18%;
  bottom: -4%;
  width: 64%;
}
.about .right .tagbox {
  position: absolute;
  right: 9%;
  bottom: 23%;
  width: 44%;
}
.about .left .desc p {
  line-height: 1.5;
}
.about .left .short-line {
  width: 17px;
  height: 3px;
  background-color: var(--c2d9f99);
}
.about .left .info {
  align-items: center;
}
.about .left .info .num {
  display: inline-block;
}
.about .left .info .img {
  display: inline-block;
  width: 2.1512vmin;
  height: 2.1512vmin;
  margin-left: 3vmin;
}

.brand {
  /* background: url(../img/bg01.png) no-repeat center center;
    background-size: cover; */
  height: 50vmin;
  position: relative;
  z-index: 50;
}
.brand .main .right {
  width: 50%;
  margin-left: auto;
  flex-shrink: 0;
}
.brand .brandIndexSwiper {
  width: 100%;
}
.brand .brandIndexSwiper .swiper-slide {
  background: transparent;
  width: 100%;
}
.brand .brandIndexSwiper .swiper-slide .box {
  width: 100%;
  padding-left: 2vmin;
}
.brand .brandIndexSwiper .swiper-slide .box .tit {
  align-items: center;
}
.brand .brandIndexSwiper .swiper-slide .box .tit .title {
  align-items: center;
}
.brand .brandIndexSwiper .swiper-slide .box .tit .title .pic {
  height: 3.5vmin;
}
/* .brand .brandIndexSwiper .swiper-slide .box .tit .icon{
    height: 2vmin;
} */
.brand .brandIndexSwiper .swiper-slide .box .desc {
  width: 60%;
  text-align: left;
}
.brand .right .btn {
  position: relative;
}
.brand .right .btn .swiper-button {
  top: unset;
  bottom: -5vmin;
}
.brand .right .btn .brandIndexSwiper-button-prev {
  left: unset;
  right: 8vmin;
}

.video {
  /* background:url(../img/img14.png) no-repeat center center; */
  /* background-size: cover; */
  height: 110vmin;
  position: relative;
  z-index: 52;
}
.video .main {
  position: relative;
}
.video .main .playbtn {
  width: 15.8115vmin;
  height: 15.8115vmin;
  border-radius: 50%;
  background: url(../img/play.png) no-repeat center center;
  background-size: contain;
  position: relative;
  /* top:6.5vmin; */
  top: -9.5vmin;
  cursor: pointer;
}
.video .main .playbtn:hover {
  animation: zooms 1.5s ease-in-out reverse infinite;
}

@keyframes zooms {
  0%,
  40%,
  70% {
    transform: scale(1);
  }
  20%,
  60%,
  90% {
    transform: scale(1.03);
  }
}

.ywbox {
  /* background: url(../img/img151.png) no-repeat center center; */
  background-size: cover;
  position: relative;
  z-index: 64;
  width: 100%;
  bottom: 0;
  height: 65vh;
  top: -15vh;
}
.ywbox .yw {
  width: 100%;
  height: 75vh;
  /* position: absolute; */
  left: 0;
  top: 0vh;
  /* background: url(../img/img151.png) no-repeat left bottom; */
  /* background-size: cover; */
  overflow: hidden;
}

.ywbox .yw .main {
  /* padding-top: 32vh; */
}

.ywbox .yw .main .tit .com-tit-en {
  color: #d1d1d2 !important;
}

.ywbox .yw .main .left {
  width: 25%;
  flex-shrink: 0;
}
.ywbox .yw .main .left .list {
  margin-top: 12.0469vmin;
}
.ywbox .yw .main .left .list .item {
  align-items: center;
  cursor: pointer;
  margin-bottom: 4vmin;
}
.ywbox .yw .main .left .list .item .pic {
  background: url(../img/img98.png) no-repeat center center;
  background-size: contain;
  width: 3.0117vmin;
  height: 3.0117vmin;
}
.ywbox .yw .main .left .list .item:nth-child(2) .pic {
  background: url(../img/img100.png) no-repeat center center;
  background-size: contain;
}
.ywbox .yw .main .left .list .item:nth-child(3) .pic {
  background: url(../img/img102.png) no-repeat center center;
  background-size: contain;
}
.ywbox .yw .main .left .list .item:nth-child(4) .pic {
  background: url(../img/img104.png) no-repeat center center;
  background-size: contain;
}
.ywbox .yw .main .left .list .item .icon {
  width: 1.3983vmin;
  height: 1.3983vmin;
  opacity: 0;
}
.ywbox .yw .main .left .list .item:first-child.on .pic {
  background: url(../img/img99.png) no-repeat center center;
  background-size: contain;
}
.ywbox .yw .main .left .list .item:nth-child(2).on .pic {
  background: url(../img/img101.png) no-repeat center center;
  background-size: contain;
}
.ywbox .yw .main .left .list .item:nth-child(3).on .pic {
  background: url(../img/img103.png) no-repeat center center;
  background-size: contain;
}
.ywbox .yw .main .left .list .item:nth-child(4).on .pic {
  background: url(../img/img105.png) no-repeat center center;
  background-size: contain;
}
.ywbox .yw .main .left .list .item.on .txt {
  color: var(--c2d9f99);
}
.ywbox .yw .main .left .list .item.on .icon {
  opacity: 1;
}

.ywbox .yw .main .right {
  width: 70%;
}
.ywbox .yw .main .right .item-top .tleft {
  width: calc(100% - 25vmin);
  margin-right: auto;
}
.ywbox .yw .main .right .listbox {
  width: 100%;
  height: 63.5vh;
  overflow-y: scroll;
}
.ywbox .yw .main .right .list {
  flex-wrap: wrap;
}
.ywbox .yw .main .right .list .item {
  width: 40%;
  margin-right: 9%;
}
.ywbox .yw .main .right .list .item:nth-child(2n) {
  margin-right: 0;
  padding-top: 5vmin;
}
.ywbox .yw .main .right .list .item .pic {
  width: 100%;
  height: 32.2685vmin;
  overflow: hidden;
  box-shadow: 24px 31px 46px 0px rgba(0, 0, 0, 0.35);
}
.ywbox .yw .main .right .list .item .position {
  align-items: center;
}
.ywbox .yw .main .right .list .item .position .pics {
  width: 1.3vmin;
  height: 1.52vmin;
  align-items: center;
  position: relative;
  top: -4px;
}

/* 走进瑞新 */

.about01 .row1 {
  align-items: center;
}
.about01 .row1 .left,
.about01 .row1 .right {
  width: 44%;
}
.about01 .row1 .left .tit .pic {
  width: 33%;
  position: relative;
  top: 4px;
}
.about01 .row1 .left .tit .dot {
  width: 1.4vmin;
  height: 1.4vmin;
  border: 1px solid var(--c2d9f99);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: 0 2vmin;
}
.about01 .row1 .left .txt {
  font-size: 8.3898vmin;
  color: var(--cf9);
  -webkit-text-stroke: 1px var(--c2d9f99);
  text-stroke: 1px var(--c2d9f99);
  -webkit-text-stroke-color: var(--c2d9f99);
  text-stroke-color: var(--c2d9f99);
  letter-spacing: 2px;
}
.about01 .row1 .left .tag {
  font-size: 5.9159vmin;
  letter-spacing: 1px;
  color: var(--cf9);
  -webkit-text-stroke: 1px var(--ce0);
  text-stroke: 1px var(--ce0);
  -webkit-text-stroke-color: var(--ce0);
  text-stroke-color: var(--ce0);
  position: relative;
  left: -2px;
}
.bg001 {
  background: url("../img/bg001.png") no-repeat bottom center;
  background-size: cover;
}
.about02 {
  /* background: url("../img/img23.png") no-repeat center bottom; */
  background-size: cover;
}

.about02 .tit {
  align-items: center;
}
.about02 .content .left {
  width: 40%;
  margin-right: auto;
  background: url("../img/img22.png") no-repeat center center;
  background-size: contain;
  padding: 0 10vmin;
}
.about02 .content .right {
  width: 50%;
}
.about02 .content .left .txt {
  position: relative;
  line-height: 1.8;
  margin-bottom: 10vmin;
}
.about02 .content .left .txt::before,
.about02 .content .left .txt::after {
  content: "";
  width: 1.6134vmin;
  height: 1.3983vmin;
  display: inline-block;
  position: absolute;
}
.about02 .content .left .txt::before {
  background: url("../img/img20.png") no-repeat center center;
  background-size: cover;
  left: -3vmin;
}
.about02 .content .left .txt::after {
  background: url("../img/img21.png") no-repeat center center;
  background-size: cover;
  right: 0;
  bottom: -1.3983vmin;
}
.about02 .content .right {
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  padding: 5vmin 0;
}
.about02 .content .right .txt {
}
.about02 .content .right .txt p {
  line-height: 1.5;
  text-indent: 2em;
  font-size: 1.7225vmin;
}

.about02 .content .right .sign {
  justify-content: flex-end;
  align-items: center;
}
.about02 .content .right .sign .signpic {
  width: 12vmin;
}

.about03 {
  /* background: url(../img/img24.png) no-repeat center center; */
  background-size: cover;
  position: relative;
}
.about03:after {
  content: "";
  width: 58.0832vmin;
  height: 28.6114vmin;
  display: inline-block;
  /* background: url(../img/img25.png) no-repeat center center; */
  background-size: cover;
  position: absolute;
  top: 0;
  right: 24.9375vw;
}
.about03 .content {
  background: url(../img/img26.png) no-repeat 65% center;
  background-size: contain;
}
.about03 .com-tit-en {
  color: #bbb !important;
}

.about04 .content .left {
  width: 65%;
}
.about04 .content .left .aboutteam .teambox {
  width: 100%;
}
.about04 .content .left .aboutteam .swiper-slide {
  background-color: var(--cf9);
  padding: 0 3px;
}
.about04 .content .left .aboutteam .swiper-button {
  /* left: 53.4027vmin; */
  left: 54%;
  top: unset;
  bottom: 5vmin;
}
.about04 .content .left .aboutteam .swiper-button.swiper-button-next {
  /* left: 61.4027vmin; */
  left: 61%;
}
.about04 .content .left .aboutteam .teambox .tleft {
  /* width: 48.4027vmin; */
  width: 48.4%;
  height: 59.1588vmin;
  border-radius: 1.61342vmiin;
  overflow: hidden;
}
.about04 .content .left .aboutteam .teambox .tright {
  /* width: calc(100% - 53.4027vmin); */
  /* margin-left: 5vmin; */
  width: calc(100% - 53%);
  margin-left: 5.4%;
}
.about04 .content .left .aboutteam .teambox .tright .desc {
  text-align: left;
  font-size: 1.7225vmin;
  line-height: 1.5;
}
.about04 .content .left .aboutteam .teambox .tright .desc p {
  margin-bottom: 1vmin;
}
.about04 .content .left .aboutteam .teambox .tright .nleft .job {
  text-align: left;
}
.about04 .content .left .aboutteam .teambox .tright .nright {
  flex-shrink: 0;
}

.about04 .content .right {
  width: 30%;
  margin-left: 5%;
}
.about04 .content .right .rightbox {
  width: 100%;
  flex-wrap: wrap;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 54vmin;
}
.about04 .content .right .rightbox::-webkit-scrollbar {
  width: 5px !important;
  height: 5px !important;
  background-color: var(--cf9) !important;
}

.about04 .content .right .rightbox::-webkit-scrollbar-thumb {
  background-color: var(--c2d9f99) !important;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.about04 .content .right .item {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2vmin;
  cursor: pointer;
}
.about04 .content .right .item .pic {
  margin-bottom: 1vmin;
  width: 100%;
  height: 18.393vmin;
  border-radius: 1.6134vmin;
  overflow: hidden;
}
.about04 .content .right .item .pic img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.about04 .content .right .item:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.about04 .content .right .item:nth-child(2n) {
  margin-right: 0%;
}

.about05 .content .left,
.about05 .content .right {
  width: 48%;
  /* height: 36.2482vmin; */
  border-radius: 1.1vmin;
  overflow: hidden;
}
.about05 .content .left {
  background: url(../img/img28.png) no-repeat center center;
  background-size: cover;
}
.about05 .content .right {
  background: url(../img/img29.png) no-repeat center center;
  background-size: cover;
}
.about05 .content .desc {
  width: 100%;
}

.about06 {
  background: url(../img/aboutbg.png) no-repeat center center;
  background-size: cover;
}
.about06 .content {
  width: 100%;
  height: 45.7222vmin;
  position: relative;
  display: flex;
  align-items: flex-end;
}
.about06 .content .item {
  width: 24.25%;

  /* width: 41.949vmin; */
  /* width: 28%; */
  margin-right: 1.5vmin;
  flex-shrink: 0;
  background: var(--cfff);
  height: 38.7222vmin;
  border-radius: 1.61342vmin;
  padding: 6.56125vmin 6.56125vmin 0 6.56125vmin;
  align-items: center;
  cursor: pointer;
  position: relative;
  top: 0;
  z-index: 2;
  transition: top 0.5s ease-in-out, background 0.2s ease-in-out;
  -webkit-transition: top 0.5s ease-in-out, background 0.2s ease-in-out;
  -moz-transition: top 0.5s ease-in-out, background 0.2s ease-in-out;
  -ms-transition: top 0.5s ease-in-out, background 0.2s ease-in-out;
  -o-transition: top 0.5s ease-in-out, background 0.2s ease-in-out;
}
/* .about06 .content .item:nth-child(2){
    left:36.449vmin;
}
.about06 .content .item:nth-child(3){
    right:43.449vmin;
}
.about06 .content .item:nth-child(4){
    right: 0;;
} */
.about06 .content .item.on {
  box-shadow: 0px 18px 24px 0px rgba(0, 0, 0, 0.22);
  background: #b9b9b9;
  color: var(--cfff);
  z-index: 3;
  top: -5vmin;
  position: relative;
}
.about06 .content .item.on .title {
  color: #2d9f99;
}
.about06 .content .item:last-child {
  margin-right: 0;
}
.about06 .content .item .pic {
  width: 5.3781vmin;
  height: 5.3781vmin;
  margin-bottom: 1vmin;
}
.about06 .content .item:first-child .pic {
  background: url(../img/img81.png) no-repeat center center;
  background-size: cover;
}
.about06 .content .item:nth-child(2) .pic {
  background: url(../img/img83.png) no-repeat center center;
  background-size: cover;
}
.about06 .content .item:nth-child(3) .pic {
  background: url(../img/img85.png) no-repeat center center;
  background-size: cover;
}
.about06 .content .item:nth-child(4) .pic {
  background: url(../img/img87.png) no-repeat center center;
  background-size: cover;
}

.about06 .content .item.on:first-child .pic {
  background: url(../img/img80.png) no-repeat center center;
  background-size: cover;
}
.about06 .content .item.on:nth-child(2) .pic {
  background: url(../img/img82.png) no-repeat center center;
  background-size: cover;
}
.about06 .content .item.on:nth-child(3) .pic {
  background: url(../img/img84.png) no-repeat center center;
  background-size: cover;
}
.about06 .content .item.on:nth-child(4) .pic {
  background: url(../img/img86.png) no-repeat center center;
  background-size: cover;
}

.about06 .content .item .title {
  margin-bottom: 1.5vmin;
}
.about06 .content .item .desc {
  line-height: 1.5;
}
.about06 .content .item .desc p {
  position: relative;
  padding-left: 10px;
}
.about06 .content .item .desc p::before {
  content: "";
  width: 4px;
  height: 12px;
  display: inline-block;
  background-color: var(--c2d9f99);
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  position: absolute;
  top: 4px;
  left: 0;
}

.brand01 {
  position: relative;
}
.brand01 .brand01_bottom {
  background: url(../img/img34.png) no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 53.7807vmin;
  transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
}
.brand01 .brand01_bottom.bg01 {
  background: url(../img/img56.png) no-repeat center center;
  background-size: cover;
}
.brand01 .brand01_bottom.bg02 {
  background: url(../img/img411.png) no-repeat center center;
  background-size: cover;
}
.brand01 .brand01_bottom .main {
  position: relative;
}
.brand01 .brand01_bottom .list {
  position: relative;
  height: 53.7807vmin;
  overflow: hidden;
}
.brand01 .brand01_bottom .list .item {
  height: 53.7807vmin;
  padding-bottom: 10vmin;
  align-items: flex-end;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transition: all 0.45s ease-in-out;
  -webkit-transition: all 0.45s ease-in-out;
  -moz-transition: all 0.45s ease-in-out;
  -ms-transition: all 0.45s ease-in-out;
  -o-transition: all 0.45s ease-in-out;
}
.brand01 .brand01_bottom .list .item .en {
  display: inline-block;
  /* height: 3vmin;
    width: 7vmin; */
  padding: 2px 12px;
  border-radius: 2vmin;
  -webkit-border-radius: 2vmin;
  -moz-border-radius: 2vmin;
  -ms-border-radius: 2vmin;
  -o-border-radius: 2vmin;
}
.brand01 .rlist {
  width: 43.0246vmin;
  box-shadow: 8px 13px 21px 0px rgba(0, 0, 0, 0.06);
  background-color: var(--cfff);
  border-radius: 1.61342vmin;
  -webkit-border-radius: 1.61342vmin;
  -moz-border-radius: 1.61342vmin;
  -ms-border-radius: 1.61342vmin;
  -o-border-radius: 1.61342vmin;
  position: absolute;
  right: 0;
  top: -45%;
  padding: 3.6571vmin 5.808vmin;
}
.brand01 .rlist .item {
  padding: 3.9798vmin 0;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.brand01 .rlist .item::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-image: linear-gradient(
    to right,
    #ccc 0%,
    #ccc 50%,
    transparent 50%
  );
  background-size: 1.6134vmin 1px;
  background-repeat: repeat-x;
  position: absolute;
  left: 0;
  bottom: 0;
}

.brand01 .rlist .item:last-child::after {
  display: none;
}
.brand01 .rlist .item .left {
  align-items: center;
}
.brand01 .rlist .item .pic {
  position: relative;
  width: 7.6368vmin;
  height: 7.6368vmin;
  margin-right: 2.689vmin;
}
.brand01 .rlist .item .pic:after {
  content: "";
  width: 0.5vmin;
  height: 0.5vmin;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--c2d9f99);
  display: inline-block;
  position: absolute;
  top: 3vmin;
  right: -0.1vmin;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.brand01 .rlist .item.on .pic:after {
  opacity: 1;
}
.brand01 .rlist .item .pic .bgline {
  width: 7.6368vmin;
  height: 7.6368vmin;
  animation: rotate180 20s ease-in-out infinite;
  -webkit-animation: rotate180 20s ease-in-out infinite;
}
.brand01 .rlist .item .pic .bgs {
  width: 5.9158vmin;
  height: 5.9158vmin;
}
.brand01 .rlist .item .right {
  width: 6.8083vmin;
  height: 4.6251vmin;
  background: url(../img/img35.png) no-repeat center center;
  background-size: contain;
}
.brand01 .rlist .item:nth-child(2) .right {
  background: url(../img/img36.png) no-repeat center center;
  background-size: contain;
}
.brand01 .rlist .item:nth-child(3) .right {
  background: url(../img/img37.png) no-repeat center center;
  background-size: contain;
}

.brand02 {
  background: url(../img/img38.png) no-repeat center center;
  background-size: cover;
}
.brand02 .brand02_bg {
  width: 78.125vw;
  margin: 0 auto;
  background: url(../img/img25.png) no-repeat top right;
  background-size: 60vmin;
}
.brand02 .content .brandswiper .swiper-slide {
  background: transparent;
  width: 100%;
}
.brand02 .content .brandswiper .swiper-slide .cont {
  width: 100%;
  align-items: center;
}
.brand02 .content .brandswiper .swiper-slide .cont .left {
  width: 45%;
  text-align: left;
  position: relative;
}
.brand02 .content .brandswiper .swiper-slide .cont .left::before {
  content: "";
  width: 2.5814vmin;
  height: 2.2588vmin;
  display: block;
  /* background: url(../img/img20.png) no-repeat center center; */
  background-size: cover;
  margin-bottom: 5vmin;
}
.brand02 .content .brandswiper .swiper-slide .cont .right {
  width: 50%;
  border-top: 1px solid var(--cc1);
  border-bottom: 1px solid var(--cc1);
  padding: 8vmin 0;
  text-align: left;
}
.brand02 .content .brandswiper .brandswiper-change {
  position: relative;
  top: -5vmin;
}

.brand02 .content .brandswiper .brandswiper-change .left {
  width: 80%;
}
.brand02 .content .brandswiper .brandswiper-change .left .row1 {
  position: relative;
  z-index: 5;
  margin-top: 10vmin;
}
.brand02 .content .brandswiper .brandswiper-change .left .row1 .item {
  width: 33.3333%;
  position: relative;
  height: 38vmin;
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item:nth-child(2) {
  /* top:-1vmin; */
}
.brand02 .content .brandswiper .brandswiper-change .left .row1 .item .bgline {
  width: 100%;
  height: 27vmin;
  background: url(../img/img43.png) no-repeat center center;
  background-size: contain;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.brand02 .content .brandswiper .brandswiper-change .left .row1 .item .pic {
  width: 26.022vmin;
  height: 26.022vmin;
  overflow: hidden;
  position: absolute;
  top: 4.6vmin;
  z-index: 6;
}
.brand02 .content .brandswiper .brandswiper-change .left .row1 .item .txt {
  background-color: var(--cfff);
  width: 100%;
  height: 18vmin;
  position: absolute;
  bottom: 0;
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item:first-child
  .txt {
  border-radius: 1.6134vmin 0 0 1.6134vmin;
  /* position: relative; */
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item
  .txt::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--ce7);
  display: inline-block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item
  .txt::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: var(--c2d9f99);
  display: inline-block;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-5px);
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item:nth-child(2)
  .txt::before {
  background-color: var(--cc9);
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item:nth-child(3)
  .txt::before {
  background-color: var(--cd3);
}

.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item
  .pic
  .npic {
  width: 15.0586vmin;
  height: 15.9191vmin;
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item
  .pic
  .dotpic {
  width: 18.022vmin;
  height: 15.322vmin;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item:last-child
  .pic
  .npic {
  width: 14.022vmin;
  height: 13.322vmin;
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item.on
  .bgline {
  opacity: 1;
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item.on
  .pic
  .dotpic {
  opacity: 1;
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item.on
  .txt::after {
  opacity: 1;
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .left
  .row1
  .item.on
  .txt::before {
  opacity: 1;
}

.brand02 .content .brandswiper .brandswiper-change .right {
  width: 20%;
}
.brand02 .content .brandswiper .brandswiper-change .right .top {
  width: 100%;
  height: 30vh;
}
.brand02 .content .brandswiper .brandswiper-change .right .bottom {
  background-color: var(--cfff);
  height: 18vmin;
  border-radius: 0 1.6134vmin 1.6134vmin 0;
  -webkit-border-radius: 0 1.6134vmin 1.6134vmin 0;
  -moz-border-radius: 0 1.6134vmin 1.6134vmin 0;
  -ms-border-radius: 0 1.6134vmin 1.6134vmin 0;
  -o-border-radius: 0 1.6134vmin 1.6134vmin 0;
  border-left: 1px solid var(--cc1);
  position: relative;
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .right
  .bottom
  .brandswiper-button-next {
  right: 30%;
}
.brand02
  .content
  .brandswiper
  .brandswiper-change
  .right
  .bottom
  .brandswiper-button-prev {
  left: 30%;
}

.business01 .list .item {
  width: 25%;
  height: 64.5369vmin;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s e;
  -moz-transition: all 0.3s e;
  -ms-transition: all 0.3s e;
  -o-transition: all 0.3s e;
}

.business01 .list .item .txt {
  padding-bottom: 5vmin;
}
.business01 .list .item:nth-child(2) {
  align-items: center;
}
.business01 .list .item:nth-child(2) .txt {
  width: 26.89vmin;
  height: 26.89vmin;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid var(--cfff);
  padding-bottom: 0;
}
.business01 .list .item:nth-child(2) .txt .pic {
  width: 4vmin;
  position: relative;
  padding-bottom: 3.5vmin;
}
.business01 .list .item:nth-child(2) .txt .pic:after {
  content: "";
  width: 3vmin;
  height: 3px;
  background-color: var(--cfff);
  display: block;
  margin: 1vmin auto 3vmin;
  position: absolute;
}
.business01 .list .item:nth-child(1) {
  background: url(../img/img45.png) no-repeat center center;
  background-size: 101% 101%;
}
.business01 .list .item:nth-child(2) {
  background: url(../img/img46.png) no-repeat center center;
  background-size: 101% 101%;
}
.business01 .list .item:nth-child(3) {
  background: url(../img/img47.png) no-repeat center center;
  background-size: 101% 101%;
}
.business01 .list .item:nth-child(4) {
  background: url(../img/img48.png) no-repeat center center;
  background-size: 101% 101%;
}
.business01 .list .item:hover {
  background-size: 110% 110%;
}
.business01 .list .item:hover .txt .tit {
}

.news01 .left {
  width: 50%;
}
.news01 .left .pic {
  width: 100%;
  height: 53.7808vmin;
  overflow: hidden;
}
.news01 .left .info .time {
  width: 8.3898vmin;
  height: 8.3898vmin;
  border: 1px solid var(--c2d9f99);
  flex-shrink: 0;
}
.news01 .left .info .txt {
  width: calc(100% - 11.3898vmin);
  margin-left: 3vmin;
}
.news01 .left:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.news01 .right {
  width: 45%;
}
.news01 .right .item {
  padding: 3.7646vmin 0;
  align-items: center;
  cursor: pointer;
}
.news01 .right .item:last-child {
  border-bottom: 0px !important;
}
.news01 .right .item:first-child {
  padding-top: 0 !important;
}
.news01 .right .nleft {
  width: calc(100% - 31.3962vmin);
  margin-right: 3vmin;
}
.news01 .right .nright {
  width: 28.3962vmin;
  height: 18.9308vmin;
  margin-left: auto;
}
.news01 .right .item:hover .nleft .title {
  color: var(--c2d9f99);
}
.news01 .right .item:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}

.news02 .list .item {
  width: 100%;
  padding: 3vmin 0;
  border-bottom: 1px solid var(--ce7);
}
.news02 .list .item:last-child {
  border-bottom: 0px;
}
.news02 .list .item .left,
.news02 .list .item .left .pic {
  width: 50.7691vmin;
  height: 32.2685vmin;
  flex-shrink: 0;
}

.news02 .list .item .mid {
  align-items: center;
  height: 32.2685vmin;
  width: calc(100% - 76.9033vmin);
  margin: auto;
}
.news02 .list .item .mid .midbox {
  width: 100%;
}
.news02 .list .item .right {
  width: 16.1342vmin;
  height: 32.2685vmin;
}
.news02 .list .item .right a {
  width: 100%;
  height: 5.3781vmin;
  border: 1px solid var(--cc1);
  border-radius: 2.68905vmin;
  -webkit-border-radius: 2.68905vmin;
  -moz-border-radius: 2.68905vmin;
  -ms-border-radius: 2.68905vmin;
  -o-border-radius: 2.68905vmin;
}
.news02 .list .item .right a .arrow_right {
  width: 1.6134vmin;
  height: 1.6134vmin;
  margin-left: 1.5vmin;
  background: url(../img/right.png) no-repeat center center;
  background-size: contain;
}
.news02 .list .item .right:hover a {
  background-color: var(--c2d9f99);
  border: 1px solid var(--c2d9f99);
}
.news02 .list .item .right:hover a .btn {
  color: var(--cfff);
}
.news02 .list .item .right:hover a .arrow_right {
  background: url(../img/right_white.png) no-repeat center center;
  background-size: contain;
}

.careers01 .main {
  align-items: center;
}
.careers01 .left {
  width: 33%;
  height: 6vh;
}
.careers01 .left .desc p {
  margin-bottom: 1vmin;
  line-height: 1.5;
}
.careers01 .left .line {
  background-color: var(--c2d9f99);
  width: 3vmin;
  height: 0.5vmin;
}

.careers01 .right {
  width: 62%;
  /*height: 100vh;*/
  background: url(../img/img6501.png) no-repeat 14vmin center;
  background-size: contain;
}

.careers01 .right .rbg {
  width: 100%;
  height: inherit;
  padding: 12.262vmin 0;
}
.careers01 .right .rbg .picbox {
  justify-content: flex-end;
}
.careers01 .right .rbg .pic {
  width: 13.983vmin;
  height: 14.7359vmin;
}
.careers01 .right .rbg .cont {
  align-items: center;
}

.careers01 .right .rbg .cont .rleft {
}
.careers01 .right .rbg .cont .rleft .subitem {
  align-items: center;
  padding: 3vmin 0;
  cursor: pointer;
}

.careers01 .right .rbg .cont .rleft .subitem:first-child {
  position: relative;
  left: 3vmin;
}
.careers01 .right .rbg .cont .rleft .subitem:last-child {
  position: relative;
  left: 3vmin;
}
.careers01 .right .rbg .cont .rleft .txt {
  width: 15.0586vmin;
  height: 15.0586vmin;
}
.careers01 .right .rbg .cont .rleft .txtbox {
  width: 9.2503vmin;
  height: 9.2503vmin;
  border-radius: 50%;
  border: 1px solid var(--cc1);
  background-color: var(--cfff);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.careers01 .right .rbg .cont .rleft .subitem.on .txtbox {
  background: url(../img/img66.png) no-repeat center center;
  background-size: cover;
  width: 15.0586vmin;
  height: 15.0586vmin;
  border: 0px;
}
.careers01 .right .rbg .cont .rleft .subitem.on .txt .text {
  color: var(--cfff);
}
.careers01 .right .rbg .cont .rleft .txt .text {
  width: 4.3024vmin;
  height: 5.3781vmin;
}

.careers01 .right .rbg .cont .rmid {
  width: calc(100% - 32.0534vmin);
  align-items: center;
}

.careers01 .right .rbg .cont .rmid .midleft {
  width: 35%;
  height: 1px;
  background-color: var(--c2d9f99);
  transform-origin: right center;
  transform: rotate(0deg);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.careers01 .right .rbg .cont .rmid .midright {
  width: 55%;
  margin-left: 5%;
  margin-right: 5%;
}

.careers01 .right .rbg .cont .rright {
  margin-left: auto;
  width: 7.5293vmin;
  height: 33vmin;
  background-color: #f4f4f4;
  writing-mode: vertical-lr;
  letter-spacing: 2px;
  border-radius: 3.75vmin;
}
.careers01 .right .rbg .cont .midright .swiper-slide {
  background: transparent;
  text-align: left;
  justify-content: flex-start;
}
.careers01 .right .rbg .cont .midright .swiper-slide .midcontent {
}
.careers01 .right .rbg .cont .midright .midswiper {
  height: 45vmin;
}
.careers01 .right .rbg .cont .midright .midswiper .btn {
  position: absolute;
  height: 6vmin;
  bottom: 0;
  width: 100%;
}
.careers01 .right .rbg .cont .midright .midswiper .btn .midswiper-button-prev {
  left: 0;
}
.careers01 .right .rbg .cont .midright .midswiper .btn .midswiper-button-next {
  left: 8vmin;
}

.join01 .content .left,
.join01 .content .right {
  width: 48%;
  /* height: 25.4921vmin; */
  border-radius: 1vmin;
  overflow: hidden;
  padding-left: 3.3024vmin;
}
.join01 .content .left {
  /* background: url(../img/img62.png) no-repeat right center,#fff;
    background-size: contain; */
  background-color: #fff;
}
.join01 .content .left .l,
.join01 .content .left .r {
  width: 50%;
}
.join01 .content .right {
  /* background: url(../img/img64.png) no-repeat right center,#fff;
    background-size: contain; */
  background-color: #fff;
}
.join01 .content .right .l,
.join01 .content .right .r {
  width: 50%;
}
.join01 .content .left .r img,
.join01 .content .right .r img {
  object-fit: contain !important;
}
.join01 .content .left .txtbox,
.join01 .content .right .txtbox {
  /* height: 25.4921vmin; */
  align-items: center;
  width: 45%;
}
.join01 .content .left .r,
.join01 .content .right .r {
  width: 55%;
}
.join01 .content .left .txtbox .pic,
.join01 .content .right .txtbox .pic {
  width: 8.6049vmin;
  height: 8.6049vmin;
  flex-shrink: 0;
}

.join02 {
  background-color: #fff;
}
.join02 .list {
  flex-wrap: wrap;
}
.join02 .list .item {
  width: 30%;
  margin-right: 5%;
  cursor: pointer;
}
.join02 .list .item:nth-child(3n) {
  margin-right: 0;
}
.join02 .list .item .tit {
  height: 10.7562vmin;
  align-items: center;
}
.join02 .list .item .content {
  padding: 4.7327vmin 4.0873vmin;
}

.join02 .list .item:hover .tit {
  background-color: var(--c2d9f99);
  color: var(--cfff);
}
.join02 .list .item:hover .en-more .en_more_icon {
  background: url(../img/page_n_hover.png) no-repeat center center;
  background-size: contain;
}

.contact01 {
  background: url(../img/img25.png) no-repeat right top, var(--cf9);
  background-size: 45vmin;
}

.contact01 .row1 .rleft {
  width: 35%;
  flex-shrink: 0;
}
.contact01 .row1 .rleft .title {
  margin-top: 5vmin;
}
.contact01 .row1 .rleft .desc {
  margin-bottom: 5vmin;
}

.contact02 .row1 {
  position: relative;
}
.contact02 .row1 .desc {
  width: 34%;
  flex-shrink: 0;
  padding-bottom: 5vmin;
}
.contact02 .row1 .right {
  width: 61.333333%;
  height: 53.7808vmin;
  flex-shrink: 0;
  margin-left: auto;
  position: absolute;
  overflow: hidden;
  right: 0;
  bottom: 0;
}
.contact02 .row2 .rleft {
  width: 80%;
}
.contact02 .row2 .tag {
  font-weight: normal !important;
}
.contact02 .row2 .rleft .item {
  width: 33.33333%;
  padding-right: 10vmin;
  cursor: pointer;
}
.contact02 .row2 .rleft .item .pic {
  width: 6.6688vmin;
  height: 6.6688vmin;
  border-radius: 50%;
  overflow: hidden;
  /*background-color: #f1f1f1;
    */
  background: url("../img/img57_1.png") no-repeat center center;
  background-size: cover;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}
.contact02 .row2 .rleft .item:nth-child(2) .pic {
  background: url("../img/img58_1.png") no-repeat center center;
  background-size: cover;
}
.contact02 .row2 .rleft .item:nth-child(3) .pic {
  background: url("../img/img59_1.png") no-repeat center center;
  background-size: cover;
}
.contact02 .row2 .rleft .item:first-child:hover .pic {
  background: url("../img/img57_2.png") no-repeat center center;
  background-size: cover;
}
.contact02 .row2 .rleft .item:nth-child(2):hover .pic {
  background: url("../img/img58_2.png") no-repeat center center;
  background-size: cover;
}
.contact02 .row2 .rleft .item:nth-child(3):hover .pic {
  background: url("../img/img59_2.png") no-repeat center center;
  background-size: cover;
}

.contact02 .row2 .rright {
}
.contact02 .row2 .rright .pic {
  width: 17.3174vmin;
  height: 17.3174vmin;
}

.business01_01 .line {
  background-color: var(--c2d9f99);
  width: 3vmin;
  height: 0.5vmin;
}
.business01_01 .down .downpic {
  position: relative;
  align-items: center;
  animation: scroll 1s ease-in-out infinite forwards;
}
.business01_01 .down .downpic .pic {
  width: 2vmin;
}
.business01_01 .pics {
  position: relative;
}
.business01_01 .pics .txt {
  position: absolute;
  top: 0;
  /* height: 53.7807vmin; */
  align-items: center;
  padding-left: 9.1427vmin;
  top: 0;
  bottom: 0;
}
.business01_01 .pics .txt .line {
  background-color: var(--cfff);
  width: 3vmin;
  height: 0.3vmin;
}

.business01_02 .one {
  background-color: var(--cfff);
  /* height: 62.0369vmin; */
}
.business01_02 .one .left {
  width: 36.667%;
  /* height: 62.0369vmin; */
  align-items: center;
  padding: 0 7.0991vmin;
  flex-shrink: 0;
}
.business01_02 .one .left .baseinfo {
}
.business01_02 .one .left .baseinfo .item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
.business01_02 .one .left .baseinfo .item:first-child {
  flex-direction: row;
}
.business01_02 .one .left .baseinfo .item:first-child > div {
  display: inline-block;
}
.business01_02 .one .left .baseinfo .item:nth-of-type(2) {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.business01_02 .one .left .baseinfo .item:nth-of-type(2) .label {
  flex-shrink: 0;
}
.business01_02 .one .left .baseinfo .item:nth-of-type(2) .val {
  text-align: left;
}
.business01_02 .one .right {
  width: 60%;
  /* height: 62.0369vmin; */
  overflow: hidden;
}
.business01_02 .one .right .swiper-pagination {
  text-align: right;
  padding-right: 4vmin;
  bottom: 4vmin;
}
.business01_02 .one .right .swiper-pagination .swiper-pagination-bullet {
  background: rgba(255, 255, 255, 1);
  margin: 0 10px;
  opacity: 0.5;
}
.business01_02 .one .right .swiper-pagination .swiper-pagination-bullet-active {
  background: #34a39d;
  opacity: 1;
}
.business01_02 .one .right .title {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  bottom: 3vmin;
  left: 3vmin;
}
.business01_02 .list .item {
  padding: 6.4537vmin 0;
}
.business01_02 .list .item:last-child {
  border-bottom: 0px;
}
.business01_02 .list .item .pic {
  width: 59.1588vmin;
  height: 38.7223vmin;
  overflow: hidden;
  flex-shrink: 0;
}
.business01_02 .list .item .txtinfo {
  width: calc(100% - 65vmin);
}
.business01_02 .list .item .txtinfo .position img {
  width: 2vmin;
}

.business01_02 .list .item:hover .txtinfobox .tag {
  color: #333;
}
.business01_02 .list .item:hover .txtinfo .txtinfobox .morebox .en_more_icon {
  background: url(../img/page_n_hover.png) no-repeat center center;
  background-size: contain;
}
.business01_02 .list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

/* .business01_02 .one .swiper-slide:hover .left .title{
    color: var(--c2d9f99);
} */

.header .detailbanner .left-block {
  height: 12vmin;
  background-color: var(--c2d9f99);
}
.header .detailbanner .topnav {
  position: unset;
  background: var(--cfff);
}
.header .detailbanner .topnav .nav .right ul li .f-nav {
  color: var(--c999);
}
.header .detailbanner .nav .right ul li.active .f-nav {
  color: var(--c2d9f99);
}
.header .detailbanner .topnav .nav .right ul li.active::after,
.header .detailbanner .topnav .nav .right ul li:hover::after {
  background: url(../img/img53.png) no-repeat center center;
  background-size: contain;
}
.header .detailbanner .topnav .nav .right ul li:hover .f-nav {
  color: var(--c2d9f99);
}
.header .detailbanner .topnav .language .langbox .text {
  color: var(--c999);
}
.posbox {
  height: 9.1427vmin;
}
.posbox .left {
  align-items: center;
  height: 9.1427vmin;
  flex-shrink: 0;
}
.posbox .left a {
  display: flex;
  align-items: center;
}
.posbox .left .pic {
  width: 4.3025vmin;
  height: 4.3025vmin;
  border-radius: 50%;
  margin-right: 1vmin;
}
.posbox .right {
  align-items: center;
  height: 9.1427vmin;
}
.posbox .right .position .navs a {
  color: var(--c999);
  display: inline-block;
  padding: 0 1vmin;
}
.posbox .right .position .navs a:hover {
  color: var(--c2d9f99);
}
.newsdetail .left {
  padding: 7.5293vmin 7.5293vmin 7.5293vmin 0;
  width: 35%;
  flex-shrink: 0;
}
.newsdetail .left .btn .btns {
  width: 5.378vmin;
  height: 5.378vmin;
  border-radius: 50%;
  display: inline-block;
}
.newsdetail .right {
  width: 65%;
  padding: 5.378vmin;
  border-left: 1px solid var(--ce7);
}
.newsdetail .right p {
  font-size: 1.721vmin;
  line-height: 1.5;
  margin-bottom: 1vmin;
}
.newspages {
  border-top: 1px solid var(--ce7);
  border-bottom: 1px solid var(--ce7);
  padding: 3vmin 0;
}
.newspages .xgbtn {
  line-height: 3;
}
.newstuiian {
  padding: 11.8318vmin 0;
}
.newstuiian .tit {
  width: 66vmin;
}
.newstuiian .list .item {
  width: 32.5%;
  margin-right: 1.25%;
}
.newstuiian .list .item:last-child {
  margin-right: 0;
}
.newstuiian .list .item .pic {
  width: 100%;
  height: 29.687vmin;
  overflow: hidden;
}
.newstuiian .list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.newstuiian .list .item .title {
  height: 6.4537vmin;
}
.newstuiian .list .item:hover .title {
  color: var(--c2d9f99);
}
.projectdetail .row1 {
  height: 73.915vmin;
}
.projectdetail .row1 .left {
  height: 73.915vmin;
  position: relative;
}
.projectdetail .row1 .left .pic {
  width: 100%;
  height: 73.915vmin;
  /*width: 119vmin;*/
  border-radius: 3vmin;
  -webkit-border-radius: 3vmin;
  -moz-border-radius: 3vmin;
  -ms-border-radius: 3vmin;
  -o-border-radius: 3vmin;
  overflow: hidden;
}
.projectdetail .row1 .right {
  height: 73.915vmin;
  width: 39.8vmin;
}
/* 标记 */
.projectdetail .parent-box .house {
  width: .1rem;
  height: .2rem;
  position: absolute;
  bottom: .06rem;
  left:  .15rem;
}
.projectdetail .parent-box .houseimg {
  position: relative;
  animation: scroll 1s ease-in-out infinite forwards;
}
.projectdetail .row2 {
  padding-top: 9.25vmin;
}
.projectdetail02 .main {
  /* border-top: 1px solid var(--cc1); */
}
.projectdetail02 .row1,
.projectdetail02 .row1 .left,
.projectdetail02 .row1 .right {
  height: 63.915vmin;
  flex-shrink: 0;
}
.projectdetail02 .left {
  padding: 7.5293vmin 7.5293vmin 7.5293vmin 0;
  width: 35%;
  flex-shrink: 0;
}
.projectdetail02 .right {
  width: 65%;
  padding: 5.378vmin;
  border-left: 1px solid var(--ce7);
}
.projectdetail02 .row2 {
  padding-top: 5vmin;
}
.projecttuijian .list .item .title {
  height: auto !important;
}
.projecttuijian .list .item .tags {
  align-items: center;
}
.projecttuijian .list .item .subitem {
  align-items: center;
}
.projecttuijian .list .item .tags .pics {
  width: 1.3vmin;
  height: 1.52vmin;
  align-items: center;
}
.projecttuijian .list .item .subitem:first-child {
  margin-right: 2vmin;
}
.projecttuijian .list .item .tags .subitem:nth-child(2) .pics {
  width: 1.26vmin;
  height: 1.26vmin;
  align-items: center;
}
.projecttuijian .list .item .tags .subitem:nth-child(2) .pics {
}

@media screen and (max-width: 1700px) {
  .footer .fl,
  .footer .fr {
    width: 16%;
  }
  .footer .fm {
    width: 68%;
  }
  /* swiper icon图标 */
  .brand .brandIndexSwiper .swiper-slide .box .tit .icon {
    width: 32px;
    height: 32px;
  }
}
@media screen and (max-width: 1600px) {
  /* swiper icon图标 */
  .brand .brandIndexSwiper .swiper-slide .box .tit .icon {
    width: 30px;
    height: 30px;
  }
  .careers01 .right .rbg .cont .rleft .subitem {
    /*padding: 2rem 0;*/
  }
  .careers01 .left {
    height: 20vh;
  }
  .join01 .content .left .txtbox,
  .join01 .content .right .txtbox {
    width: 60%;
  }
  .business01_02 .one .left {
    width: 46%;
  }
  .business01_02 .one .right {
    width: 50%;
  }
}
@media screen and (max-width: 1400px) {
  /* swiper icon图标 */
  .brand .brandIndexSwiper .swiper-slide .box .tit .icon {
    width: 28px;
    height: 28px;
  }
  .footer .fm {
    padding: 0 6vmin;
  }
  .footer .fm .row1 ul li {
    margin-right: 1.5vmin;
  }
  .about01 .row1 .left .txt {
    font-size: 5.3898vmin;
  }
  .about01 .row1 .left .tag {
    font-size: 4.1949vmin;
  }
  .about04 .content .left .aboutteam .teambox .tright .name {
    align-items: center;
  }
  .about04 .content .left .aboutteam .teambox .tright .nright {
    font-size: 4.1949vmin;
  }
  .business01 .list .item {
    height: 48.5369vmin;
  }
  .careers01 .right .rbg .cont .rmid .midleft {
    opacity: 0;
    width: 5%;
  }
  .careers01 .right .rbg .cont .rmid .midright {
    width: 65%;
  }
  .join01 .content {
    flex-wrap: wrap;
  }
  .join01 .content .left,
  .join01 .content .right {
    width: 100%;
  }
  .join01 .content .left {
    margin-bottom: 5vmin;
  }
  .business01_02 .one .left .txtbox .title {
    margin-bottom: 3vmin;
  }
  .business01_02 .one .left .baseinfo .item:nth-of-type(2) {
    margin-bottom: 3vmin;
  }
}
@media screen and (max-width: 1200px) {
  /* swiper icon图标 */
  .brand .brandIndexSwiper .swiper-slide .box .tit .icon {
    width: 25px;
    height: 25px;
  }
  .header .topnav .language {
    height: 9vmin;
    width: 9vmin;
    top: 1vw;
    right: 1vw;
  }
  .header .topnav .nav .right ul li {
    margin: 0 1vmin;
  }
  .header .topnav .nav .left a {
    width: 9.5vw;
  }
  .footer .fl,
  .footer .fr {
    width: 15%;
  }
  .footer .fm {
    width: 70%;
  }
  .footer .fm {
    padding: 0 3vmin;
  }
  .footer .fm .row1 ul li {
    margin-right: 0.5vmin;
  }
  .about04 .content {
    flex-wrap: wrap;
  }
  .about04 .content .left,
  .about04 .content .right {
    width: 100%;
  }
  .about04 .content .left {
    margin-bottom: 5vmin;
  }
  .about04 .content .right {
    margin-left: unset;
  }
  .about04 .content .right .item .pic {
    height: 36.393vmin;
  }
  .about05 .content .desc {
    width: 100%;
  }
  .about06 .content .item {
    padding: 3vmin;
  }
  .business01 .list .item {
    height: 39.5369vmin;
  }
  .news01 .main {
    flex-wrap: wrap;
  }
  .news01 .left,
  .news01 .right {
    width: 100%;
  }
  .news01 .left {
    margin-bottom: 5vmin;
  }
  .careers01 .main {
    flex-wrap: wrap;
  }
  .careers01 {
    padding: 5vmin 0;
  }
  .careers01 .main .left,
  .careers01 .main .right {
    width: 100%;
  }
  .careers01 .left {
    height: auto;
  }
  .join02 .list .item {
    width: 48%;
    margin-right: 4%;
  }
  .join02 .list .item:nth-child(3n) {
    margin-right: 4%;
  }
  .join02 .list .item:nth-child(2n) {
    margin-right: 0%;
  }
  .page .pagebox {
    width: 100%;
  }
  .business01_02 .one {
    flex-wrap: wrap;
  }
  .business01_02 .one .left,
  .business01_02 .one .right .pic {
    width: 100%;
  }

  .business01_02 .one .right {
    width: 100%;
  }
  .business01_02 .one .right .pic img {
    width: 100%;
  }
  .business01_02 .one .left {
    padding: 7.0991vmin;
  }
  .business01_02 .list .item .txtinfo {
    width: 60%;
  }
  .business01_02 .list .item .pic {
    width: 40%;
    margin-right: 5%;
    height: 30.7223vmin;
  }
  .business01_02 .list .item .txtinfobox .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to display */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newstuiian .list .item .pic {
    height: 20.687vmin;
  }
  .business01 .list .item:nth-child(2) .txt {
    width: 17.89vmin;
    height: 17.89vmin;
  }
  .business01 .list .item .txt .tit {
    font-size: 2.228vmin;
  }
}
@media screen and (max-width: 992px) {
  /* swiper icon图标 */
  .brand .brandIndexSwiper .swiper-slide .box .tit .icon {
    width: 22px;
    height: 22px;
  }
  .header .topnav .nav .right {
    display: none;
  }
  .header .topnav .nav .left a {
    width: 12.5vw;
  }
  .header .left-block {
    width: 10.7vw;
  }
  .banner .swiper-pagination {
    left: 5.35vw;
  }
  .banner .swiper-scrollbar {
    left: 10.7vw;
  }
  .banner .swiper-button-next {
    left: 20%;
  }
  .banner .swiper-scrollbar::after {
    width: 3vmin;
    left: -1.5vmin;
  }
  .brand .main .right {
    width: 65%;
  }
  .ywbox {
    top: -32vh;
  }
  .news .row2 {
    flex-wrap: wrap;
  }
  .news .row2 .item {
    width: 48.75%;
  }
  .news .row2 .item02 {
    margin-right: 0;
  }
  .news .row2 .item03 {
    width: 100%;
    margin-top: 4vmin;
    height: auto;
  }
  .news .row2 .item03 .subitem {
    margin-bottom: 3vmin;
  }
  .news .row2 .item03 .subitem .left,
  .news .row2 .item03 .subitem .right {
    height: 32vmin;
  }
  .message {
    height: auto;
    padding: 3vmin 0;
  }
  .message .main {
    flex-direction: column;
  }
  .message .left,
  .message .right {
    width: 100%;
  }
  .message .left {
    margin-bottom: 5vmin;
  }
  .message .right {
    margin-left: unset;
  }
  .footer .main {
    flex-direction: column;
    padding-top: 0;
  }
  .footer .fl,
  .footer .fr {
    width: 35%;
  }
  .footer .fm {
    width: 100%;
    border-left: 0;
    border-right: 0;
    margin-bottom: 3vmin;
  }
  .footer .fr {
    justify-content: flex-start;
  }
  .leftmenu {
    width: 50vw;
    left: -50vw;
    z-index: 999999;
  }
  .about01 .row1 {
    flex-wrap: wrap;
  }
  .about01 .row1 .left,
  .about01 .row1 .right {
    width: 100%;
  }
  .about01 .row1 .left {
    margin-bottom: 5vmin;
    display: none;
  }
  .about01 .row1 .left .tit .pic {
    width: 22%;
  }
  .about02 .content {
    flex-wrap: wrap;
  }
  .about02 .content .left,
  .about02 .content .right {
    width: 100%;
  }
  .about02 .content .left {
    margin-bottom: 5vmin;
  }
  .about05 .content {
    flex-wrap: wrap;
  }
  .about05 .content .left,
  .about05 .content .right {
    width: 100%;
  }
  .about05 .content .left {
    margin-bottom: 5vmin;
  }
  .brand02 .content .brandswiper .brandswiper-change .right {
    display: none;
  }
  .brand02 .content .brandswiper .brandswiper-change .left {
    width: 100%;
  }
  .brand02
    .content
    .brandswiper
    .brandswiper-change
    .left
    .row1
    .item:last-child
    .txt {
    border-radius: 0 1.6134vmin 1.6134vmin 0;
    -webkit-border-radius: 0 1.6134vmin 1.6134vmin 0;
    -moz-border-radius: 0 1.6134vmin 1.6134vmin 0;
    -ms-border-radius: 0 1.6134vmin 1.6134vmin 0;
    -o-border-radius: 0 1.6134vmin 1.6134vmin 0;
  }
  .brand02 {
    background-size: auto;
  }
  .brand02 .brand02_bg {
    background-size: 43vmin;
  }

  .business01 .list {
    flex-wrap: wrap;
  }
  .business01 .list .item {
    width: 50%;
  }
  .news02 .list .item .left {
    width: 45%;
    margin-right: 5%;
  }
  .news02 .list .item .mid {
    width: 50%;
  }
  .news02 .list .item .left .pic {
    width: 100%;
  }
  .news02 .list .item .right {
    display: none;
  }
  .news02 .list .item .left,
  .news02 .list .item .left .pic,
  .news02 .list .item .mid {
    height: 25.2685vmin;
  }
}
@media screen and (max-width: 768px) {
  /* swiper icon图标 */
  .brand .brandIndexSwiper .swiper-slide .box .tit .icon {
    width: 20px;
    height: 20px;
  }
  html,
  body {
    font-size: 14px;
    color: #000;
  }
  .com-tit {
    font-size: 18px;
  }
  .com-tit-en {
    font-size: 16px;
  }
  .more {
    width: 22.3174vmin;
    height: 7.84vmin;
  }
  .leftmenu .leftmenunav .submenu a {
    font-size: 13px;
  }
  .leftmenu .leftmenunav {
    height: 90vh;
    overflow: scroll;
  }
  .en_more_icon {
    width: 3.2vmin;
    height: 3.2vmin;
  }
  .f14 {
    font-size: 12px;
  }
  .more .f14 {
    font-size: 12px;
  }
  .f16 {
    font-size: 13px;
  }
  .f18 {
    font-size: 14px;
  }
  .f20 {
    font-size: 15px;
  }
  .f24 {
    font-size: 16px;
  }
  .f26 {
    font-size: 16px;
  }
  .f28 {
    font-size: 16px;
  }
  .f30 {
    font-size: 17px;
  }
  .mb28 {
    margin-bottom: 18px;
  }
  .desc {
    font-size: 13px;
  }
  .time-icon {
    width: 12px;
    height: 12px;
  }
  .com-tit-en {
    top: unset;
  }
  .footer .fm .row2 .left .item .icon {
    width: 12px;
    height: 12px;
  }
  .copyright {
    align-items: center;
  }
  .copyright,
  .copyright .left,
  .copyright a {
    font-size: 12px !important;
  }
  .brand .brandIndexSwiper .swiper-slide .box .tit .title .pic {
    width: 15px;
    height: 15px;
  }
  /* .brand .brandIndexSwiper .swiper-slide .box .tit .icon{
        width: 36px;
        height: 8px;
    } */
  .ywbox .yw .main .right .list .item .position .pics {
    width: 12px;
    height: 15px;
    margin-right: 5px;
  }
  .news .row2 .item .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to display */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .pagebanner .position .main {
    margin-left: 15vmin;
  }
  .swiper-button {
    width: 8vmin;
    height: 8vmin;
  }
  .swiper-button-prev::after {
    background: url(../img/banner_prev_hover.png) no-repeat center center;
    background-size: cover;
    width: 8vmin;
    height: 8vmin;
  }
  .swiper-button-next::after {
    background: url(../img/banner_next_hover.png) no-repeat center center;
    background-size: cover;
    width: 8vmin;
    height: 8vmin;
  }
  .main {
    width: 85vw;
  }
  .leftmenu {
    width: 100vw;
    left: -100vw;
  }
  .header .topnav .nav {
    height: 20vmin;
  }
  .header .topnav {
    height: 20vmin;
  }
  .header .detailbanner .left-block {
    height: 20vmin;
  }
  .header .topnav .nav .left a {
    width: 24.5vw;
  }
  .header .topnav .language {
    width: 17vmin;
    height: 16vmin;
  }
  .header .topnav .language .langbox {
    height: 5vmin;
  }
  .header .left-block .nav {
    width: 60%;
  }
  .header .topnav .nav .left {
    position: relative;
    left: 8vw;
  }
  .header .left-block .nav {
    height: 14vmin;
  }
  .banner .swiper-scrollbar {
    display: none;
  }
  .posbox {
    height: auto;
  }
  .posbox .main {
    flex-wrap: wrap;
  }
  .posbox .right {
    height: auto;
    display: none;
  }
  .posbox .left {
    width: 100%;
    justify-content: flex-end;
  }
  .header .left-block .house {
    width: 60%;
  }
  .banner .swiper-slide .text .tit {
    font-size: 4vmin;
  }
  .banner .swiper-pagination {
    right: unset !important;
    left: 3.85vw;
    z-index: 53;
    bottom: 5vmin;
  }
  .banner .swiper-pagination-bullet {
    background: transparent;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 1.75vmin !important;
  }
  .banner .swiper-pagination-bullet-active {
    background: var(--c2d9f99);
    border: 1px solid var(--c2d9f99);
  }
  .about .main,
  .ywbox .yw .main {
    flex-wrap: wrap;
  }
  .about .left,
  .about .right,
  .ywbox .yw .main .left,
  .ywbox .yw .main .right {
    width: 100%;
  }
  .about .left .tags {
    margin-bottom: 1vmin !important;
  }
  .about .more {
    margin-left: auto;
  }
  .brand {
    height: auto;
  }
  .brand .main .right {
    width: 100%;
  }
  .brand .right .btn .brandIndexSwiper-button-prev {
    right: 14vmin;
  }
  .brand02 .content .brandswiper .swiper-slide .cont .right {
    line-height: 2;
  }
  .brand02 .brand02_bg {
    width: 80vw;
  }
  .brand02 .brand02_bg .main {
    width: 100%;
  }
  .brand02 .content .brandswiper .swiper-slide {
    /* margin: 0 1px; */
  }
  .bg {
    background: url(../img/bg_02.jpg) no-repeat left 0vmin;
    background-size: cover;
  }
  .video {
    height: 100vmin;
  }
  .video .main {
    /* padding: 20vh 0; */
  }
  .video .main .playbtn {
    top: 29vmin;
    position: absolute;
  }
  .ywbox {
    top: 0;
    height: unset;
  }
  .ywbox .yw {
    height: unset;
  }
  .yw .main .left .tit {
    margin-top: 33.0469vmin;
  }
  .ywbox .yw .main .left .list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 5vmin;
  }
  .ywbox .yw .main .left .list .item {
    width: 50%;
  }
  .ywbox .yw .main .left .list .item .icon {
    display: none;
  }
  .ywbox .yw .main .right .listbox {
    height: 38.5vh;
  }
  .ywbox .yw .main .left .list .item .pic {
    width: 5.0117vmin;
    height: 5.0117vmin;
  }
  .news .row2 .item {
    width: 100%;
    margin-bottom: 5vmin;
  }
  .news .row2 .item03 .subitem .right .info .tit a {
    height: unset;
  }
  .news .row2 .item03 .subitem .right .info .time {
    margin-bottom: 2vmin;
  }
  .footer .fm .row1 {
    display: none;
  }
  .footer .fm {
    padding: 1.5vmin 0 0;
    margin-bottom: 0;
  }
  .footer .fl .footlogo {
    width: 100%;
  }
  .footer .fr {
    display: none;
  }
  .about02 .content .right .txt p {
    line-height: 2;
  }
  .about02 .content .right {
    border-top: 0;
    border-bottom: 0;
  }

  .about04 .content .left .aboutteam .teambox {
    flex-wrap: wrap;
  }
  .about04 .content .left .aboutteam .teambox .tleft,
  .about04 .content .left .aboutteam .teambox .tright {
    width: 100%;
  }
  .about04 .content .left .aboutteam .teambox .tleft {
    height: 100vmin;
  }
  .about04 .content .left .aboutteam .teambox .tright {
    margin-left: unset;
    padding: 15px;
    background-color: #f5f5f5;
  }
  .about04 .content .left .aboutteam .teambox .tright .name {
    margin-top: 3vmin;
  }
  .about04 .content .left .aboutteam .swiper-button.swiper-button-next {
    left: unset;
    right: 0;
  }
  .about04 .content .left .aboutteam .swiper-button.swiper-button-prev {
    left: unset;
    right: 12%;
  }
  .about05 .content .left,
  .about05 .content .right {
    /* height: 48.2482vmin; */
    height: auto;
  }
  .about06 .content {
    flex-wrap: wrap;
    height: auto;
  }
  .about06 .content .item {
    width: 100%;
    position: unset !important;
    margin-right: unset;
    margin-bottom: 10vmin;
    box-shadow: 0px 18px 24px 0px rgba(0, 0, 0, 0.22);
    height: auto;
    padding: 6vmin 3vmin;
  }
  .about06 .content .item.on {
    top: unset !important;
  }
  .about06 .content .item .pic {
    margin-bottom: 2vmin;
  }

  .brand01 .brand01_bottom .list .item .en {
    height: 4vmin;
    width: 18vmin;
    font-size: 12px;
  }
  .business01 .list .item:nth-child(2) .txt .pic {
    height: 8vmin;
  }
  .business01_02 .list .item .txtinfobox .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Number of lines to display */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
  }
  .business01_02 .list .item .txtinfobox .morebox {
    display: none;
  }
  .projectdetail .row1 .left {
    margin-right: 10px;
  }
  .projectdetail .row1 .left .pic {
    width: 100%;
    height: auto;
  }
  .projectdetail .row1 .right {
    width: 100%;
    height: auto;
  }
  .projectdetail02 .main {
    flex-wrap: wrap;
  }
  .projectdetail02 .main .left {
    width: 100%;
    padding: 15px 0;
  }
  .projectdetail02 .main .right {
    width: 100%;
    padding: 15px;
    border-left: 0;
  }
  .projectdetail .row1,
  .projectdetail .row1 .left,
  .projectdetail .row1 .right {
    height: auto;
  }
  .projectdetail .row1 .right {
    border-radius: 1.6134vmin;
    -webkit-border-radius: 1.6134vmin;
    -moz-border-radius: 1.6134vmin;
    -ms-border-radius: 1.6134vmin;
    -o-border-radius: 1.6134vmin;
    overflow: hidden;
  }
  .projectdetail02 .row1,
  .projectdetail02 .row1 .left,
  .projectdetail02 .row1 .right {
    height: auto;
  }
  .projectdetail02 .row1 .left {
    width: 30%;
    border-radius: 1.6134vmin;
    overflow: hidden;
    -webkit-border-radius: 1.6134vmin;
    -moz-border-radius: 1.6134vmin;
    -ms-border-radius: 1.6134vmin;
    -o-border-radius: 1.6134vmin;
  }
  .projectdetail02 .row1 .right {
    width: 68%;
    overflow: hidden;
    border-radius: 1.6134vmin;
    -webkit-border-radius: 1.6134vmin;
    -moz-border-radius: 1.6134vmin;
    -ms-border-radius: 1.6134vmin;
    -o-border-radius: 1.6134vmin;
  }
  .newstuiian .list {
    flex-wrap: wrap;
  }
  .newstuiian .list .item {
    width: 100%;
    margin-bottom: 5vmin;
  }
  .newstuiian .list .item .pic {
    height: auto;
  }
  .projecttuijian .list .item .tags .pics {
    width: 2.3vmin;
    height: 2.52vmin;
  }
  .projecttuijian .list .item .tags .subitem:nth-child(2) .pics {
    width: 2.26vmin;
    height: 2.26vmin;
  }
  .projecttuijian .list .item .time {
    display: none;
  }
  .news01 .left .info .time {
    width: 12.3898vmin;
    height: 12.3898vmin;
  }
  .news01 .left {
    margin-bottom: 10vmin;
  }
  .newsdetail .main {
    flex-wrap: wrap;
  }
  .newsdetail .main .left,
  .newsdetail .main .right {
    width: 100%;
  }
  .newsdetail .right {
    border-left: 0;
  }
  .newspages .xgbtn {
    line-height: 2;
  }
  .newspages .xgbtn:first-child {
    margin-bottom: 3vmin;
  }
  .join02 .list .item {
    width: 100%;
    margin-right: 0 !important;
  }
  .join02 .list .item .content {
    display: flex;
    flex-wrap: wrap;
  }
  .join02 .list .item .content .subitem {
    width: 48%;
    margin-right: 4%;
  }
  .join02 .list .item .content .subitem:nth-child(2n) {
    margin-right: 0;
  }
  .contact01 .row1 .rleft {
    width: 100%;
  }
  .contact02 .row1 {
    flex-wrap: wrap;
  }
  .contact02 .row1 .desc {
    line-height: 2;
  }
  .contact02 .row1 .desc,
  .contact02 .row1 .right {
    width: 100%;
    position: unset;
  }
  .contact02 .row2 {
    flex-wrap: wrap;
  }
  .contact02 .row2 .rleft {
    width: 100%;
    flex-wrap: wrap;
  }
  .contact02 .row2 .rright,
  .contact02 .row2 .rleft .item {
    width: 100%;
  }
  .contact02 .row2 .rleft .item {
    margin-bottom: 8vmin;
    padding-right: 0;
  }
  .contact02 .row2 .rleft .item .pic {
    margin-bottom: 3vmin;
  }
  .about02 .content .right .txt p {
    font-size: 13px;
    margin-bottom: 10px;
  }
  .about04 .content .left .aboutteam .teambox .tright .desc p {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 10px;
  }
  .brand02
    .content
    .brandswiper
    .brandswiper-change
    .left
    .row1
    .item
    .txt
    .txtbox
    .name {
    font-size: 14px;
  }
  .brand02
    .content
    .brandswiper
    .brandswiper-change
    .left
    .row1
    .item
    .txt
    .txtbox
    .en {
    font-size: 12px;
    text-align: center;
  }
  .brand02 .content .brandswiper .swiper-slide .cont .left {
    width: 40%;
  }
  .brand02 .brand02_bg .tit .left .com-tit-en {
    color: var(--cc1);
  }
  .business01 .list .item .txt .tit {
    font-size: 17px;
  }
  .business01 .list .item:nth-child(2) .txt {
    width: 90px;
    height: 90px;
  }
  .business01_02 .list .item {
    flex-wrap: wrap;
  }
  .business01_02 .list .item a,
  .business01_02 .list .item .pic,
  .business01_02 .list .item .txtinfo {
    width: 100%;
  }
  .business01_02 .list .item .pic {
    margin-right: 0;
    height: auto;
    margin-bottom: 15px;
  }
  .business01_02 .list .item .txtinfo .position img {
    width: 12px;
    height: 15px;
  }
  .loadmore-box .moretxt {
    font-size: 12px;
  }
  .news02 .list .item .mid .midbox .time {
    margin-bottom: 5px;
  }
  .news02 .list .item .mid .midbox .title {
    margin-bottom: 8px;
  }
  .news02 .list .item {
    padding: 6vmin 0;
  }
  .newstuiian .tit {
    width: 100%;
  }
  .newstuiian .list .item .title {
    height: unset;
    font-size: 16px;
  }
  .newsdetail .main .right p {
    font-size: 14px;
  }
  .contact02 .row2 .rleft .item .tag {
    font-size: 16px;
  }
  .pagebanner .position .main a {
    font-size: 12px;
  }
  .careers01 .right .rbg .cont {
    flex-wrap: wrap;
  }
  .careers01 .right .rbg .cont .rleft,
  .careers01 .right .rbg .cont .rmid,
  .careers01 .right .rbg .cont .rright {
    width: 100%;
  }
  .careers01 .right .rbg .cont .rright {
    writing-mode: unset;
    height: 35px;
    width: 225px;
    margin: 0 auto;
  }
  .careers01 .right .rbg .cont .rleft {
    display: flex;
  }
  .careers01 .right .rbg .cont .rleft .subitem {
    width: 33.33%;
    align-items: center;
    justify-content: center;
    position: unset !important;
  }
  .careers01 .right .rbg .cont .rleft .subitem .num {
    display: none;
  }
  .careers01 .right .rbg .cont .rleft .subitem .txt {
    width: 90px;
    height: 90px;
  }
  .careers01 .right .rbg .cont .rleft .txtbox {
    width: 60px;
    height: 60px;
  }
  .careers01 .right .rbg .cont .rleft .txt .text {
    width: 32px;
    height: 40px;
  }
  .careers01 .right .rbg .cont .rleft .subitem.on .txtbox {
    width: 90px;
    height: 90px;
  }
  .careers01 .right .rbg .cont .rmid .midright {
    width: 100%;
    overflow: hidden;
  }
  .careers01 .right .rbg .cont .midright .midswiper {
    height: auto;
  }
  .careers01 .right .rbg .cont .rmid .midleft {
    display: none;
  }
  .careers01 .right .rbg .cont .midright .midswiper .btn {
    position: relative;
    margin: 15px 0;
    text-align: right;
  }
  .careers01
    .right
    .rbg
    .cont
    .midright
    .midswiper
    .btn
    .midswiper-button-next {
    left: unset;
    right: 0;
  }
  .careers01
    .right
    .rbg
    .cont
    .midright
    .midswiper
    .btn
    .midswiper-button-prev {
    left: unset;
    right: 45px;
  }
  .careers01 .right {
    height: auto;
    background: url(../img/img6502.png) no-repeat center center;
    background-size: cover;
  }
  .header .topnav .language .langbox .text::after {
    display: none;
  }
  .header .topnav .language .langbox {
    border: 0px;
  }
  .header .topnav .language .langbox .lang-icon {
    height: 15px;
    width: 15px;
    margin-right: 4px;
  }
  .header .topnav .language .langbox .text {
    font-size: 10px;
  }
  .news .row2 .item03 .subitem {
    margin-bottom: 15px;
  }
  .news .row2 .item03 .subitem .left {
    width: 40%;
    height: auto;
  }
  .news .row2 .item03 .subitem .right {
    width: 60%;
    height: auto;
  }
  .news .row2 .item03 .subitem .right .info {
    width: 100%;
  }
  .news .row2 .item03 .subitem .right .info .tit a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    display: block;
  }
}
.parent-box {
  width: 100%;
  align-items: center;
  position: relative;
  display: flex;
  padding-bottom: .05rem;
}
/*.parent-box::before {*/
/*  content: "";*/
/*  display: table;*/
/*}*/

.layout-20 {
  flex-shrink: 0;
  width: 1.25%;
}
.flex-3 {
  flex-shrink: 0;
  /*width: 61%!important;*/
  /*min-height: 400px!important;*/
  flex: 1;
  height: 100%!important;
}

.flex-1 {
  flex-shrink: 0;
  width: .7rem!important;
  border-radius: .04rem!important;
}
.flex-1 .pic,.flex-3 .pic {
  border-radius: .04rem!important;
  /*height: auto!important;*/
}

.flex-1 img,.flex-3 .pic img {
  object-fit: fill;
  height: 1.4rem;
  border-radius: .04rem!important;
}
.text-center {
  text-align: center;
}
.hover-changed {
  position: relative;
}
.hover-changed .txt {
  color: #000;
}
.hover-changed .icon {
  /*display: none;*/
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 999;
}
.hover-changed:hover .txt {
  color: #3DA6A1!important;
}

.hover-changed:hover .icon {
  opacity: 1!important;
  /*display: block!important;*/
}
.hover-changed .pic.dev {
  /*background: url(../img/img98.png) no-repeat center center!important;*/
}
.hover-changed:hover .pic.dev {
  background: url(../img/img99.png) no-repeat center center!important;
}

.hover-changed .pic.pro {
  /*background: url(../img/img96.png) no-repeat center center!important;*/
}
.hover-changed:hover .pic.pro {
  background-image: url(../img/img101.png)!important;
}

.hover-changed .pic.per {
  /*background: url(../img/img102.png) no-repeat center center!important;*/
}
.hover-changed:hover .pic.per {
  background-image: url(../img/img103.png)!important;
}

.hover-changed .pic.car {
  /*background: url(../img/img104.png) no-repeat center center!important;*/
}
.hover-changed:hover .pic.car {
  background-image: url(../img/img105.png)!important;
}
/* 修改输入框的候选文字大小 */
.inp-place::placeholder {
  font-size: .026rem!important;
}
/* 鼠标悬停样式 */
.mouse-hover-layout a:hover {
  color: #2D9F99;
  font-weight: 550;
}