.home_page .home_banner .banner_swiper {
  position: relative;
}
.home_page .home_banner .banner_swiper .swiper-slide {
  position: relative;
}
.home_page .home_banner .banner_swiper .swiper-slide .bg {
  width: 10rem;
  height: 100vh;
}
.home_page .home_banner .banner_swiper .swiper-slide .textBox {
  position: absolute;
  top: 2.0313rem;
  left: 0.9375rem;
  padding-bottom: 0.2083rem;
  box-sizing: border-box;
}
.home_page .home_banner .banner_swiper .swiper-slide .textBox .text {
  width: 1.8542rem;
  margin-bottom: 0.3333rem;
}
.home_page .home_banner .banner_swiper .swiper-slide .textBox .cn {
  font-size: 0.2708rem;
  color: #ffffff;
  line-height: 1;
}
.home_page .home_banner .banner_swiper .swiper-slide .textBox .en {
  text-transform: uppercase;
  font-size: 0.0781rem;
  line-height: 1;
  margin-top: 0.1198rem;
  color: #fff;
  letter-spacing: 1px;
}
.home_page .home_banner .banner_swiper .swiper-slide .textBox::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75px;
  height: 2px;
  background-color: #fff;
}
.home_page .home_banner .banner_swiper .swiper_buttons {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 9.1667rem;
  height: 0.5208rem;
}
.home_page .home_banner .banner_swiper .swiper_buttons .banner_button_next,
.home_page .home_banner .banner_swiper .swiper_buttons .banner_button_prev {
  cursor: pointer;
  user-select: none;
  width: 0.8333rem;
  height: 100%;
  display: flex;
  align-items: center;
}
.home_page .home_banner .banner_swiper .swiper_buttons .banner_button_next img,
.home_page .home_banner .banner_swiper .swiper_buttons .banner_button_prev img {
  cursor: pointer;
  user-select: none;
  width: 0.1354rem;
}
.home_page .home_banner .banner_swiper .swiper_buttons .banner_button_next {
  justify-content: flex-end;
}
.home_page .section2 {
  width: 100%;
  padding: 0.4688rem 0 0.3385rem;
  box-sizing: border-box;
  overflow: hidden;
  height: auto;
  background: url(../images/home_section2_bg.png) no-repeat;
  background-size: cover;
}
.home_page .section2 .car_swiper .swiper-slide {
  width: auto !important;
}
.home_page .section2 .car_swiper .swiper-slide .car_title {
  transition: 0.3s;
  opacity: 0;
}
.home_page .section2 .car_swiper .swiper-slide .car_title .name {
  text-align: center;
  font-size: 0.25rem;
  color: #0d1d29;
  line-height: 1;
}
.home_page .section2 .car_swiper .swiper-slide .car_title .des {
  font-size: 0.1042rem;
  text-align: center;
  color: #758088;
  line-height: 1;
  margin-top: 0.0938rem;
}
.home_page .section2 .car_swiper .swiper-slide .buttons {
  transition: 0.3s;
  opacity: 0;
  justify-content: center;
  margin-top: 0.1667rem;
}
.home_page .section2 .car_swiper .swiper-slide .buttons .buttonBox {
  width: 0.7396rem;
  height: 0.2188rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(34, 133, 200, 0.1);
  background: linear-gradient(to right, #217fc4, #27a6df);
  border-radius: 0.1094rem;
}
.home_page .section2 .car_swiper .swiper-slide .buttons .buttonBox img {
  width: 0.1042rem;
  margin-right: 0.0677rem;
}
.home_page .section2 .car_swiper .swiper-slide .buttons .buttonBox span {
  font-size: 0.0833rem;
  color: #fff;
}
.home_page .section2 .car_swiper .swiper-slide .buttons .buttonBox:last-child {
  margin-left: 0.0729rem;
  background: transparent;
}
.home_page .section2 .car_swiper .swiper-slide .buttons .buttonBox:last-child span {
  color: #227fc4;
}
.home_page .section2 .car_swiper .swiper-slide .buttons .buttonBox:last-child img {
  width: 0.1354rem;
  margin-right: 0;
  margin-left: 0.0677rem;
}
.home_page .section2 .car_swiper .swiper-slide .imgBox {
  width: 6.1875rem;
  height: 2.5781rem;
  margin-top: 0.2708rem;
  margin-bottom: 0.4688rem;
  justify-content: center;
}
.home_page .section2 .car_swiper .swiper-slide .imgBox img {
  /*width: 4.5rem;*/
  height: 3rem;
  /*height: 2.5781rem;*/
}
.home_page .section2 .car_swiper .swiper-slide .car_data {
  transition: 0.3s;
  opacity: 0;
  margin: 0 auto;
  width: 4.8594rem;
}
.home_page .section2 .car_swiper .swiper-slide .car_data .item .title {
  font-size: 0.0833rem;
  color: #758088;
  text-align: center;
}
.home_page .section2 .car_swiper .swiper-slide .car_data .item .content {
  text-align: center;
  font-size: 0.1042rem;
  color: #0d1d29;
}
.home_page .section2 .car_swiper .swiper-slide-active .car_title,
.home_page .section2 .car_swiper .swiper-slide-active .buttons,
.home_page .section2 .car_swiper .swiper-slide-active .car_data {
  opacity: 1;
}
.home_page .section3 {
  width: 100%;
  padding: 0.599rem 0.9375rem 0.4688rem;
  box-sizing: border-box;
  height: auto;
  background: url(../images/home_section3_bg.png) no-repeat;
  background-size: cover;
}
.home_page .section3 .section_title {
  font-size: 0.25rem;
  color: #0d1d29;
  text-align: center;
}
.home_page .section3 .section_des {
  text-align: center;
  font-size: 0.1042rem;
  color: #0d1d29;
}
.home_page .section3 .brand_swiper {
  margin-top: 0.4167rem;
  padding-bottom: 0.599rem;
  position: relative;
  overflow: hidden;
}
.home_page .section3 .brand_swiper .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.home_page .section3 .brand_swiper .swiper-slide .item {
  margin-right: calc((100% - 1.5625rem * 5) / 4);
  margin-bottom: 0.0833rem;
  width: 1.5625rem;
  height: 0.7292rem;
  background-color: #fff;
}
.home_page .section3 .brand_swiper .swiper-slide .item img {
  width: 1.5625rem;
  height: 0.7292rem;
}
.home_page .section3 .brand_swiper .swiper-slide .item:nth-child(5n) {
  margin-right: 0;
}
.home_page .section3 .brand_swiper .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  border-radius: 50% !important;
  border: 2px solid #d7d7d7 !important;
  opacity: 1 !important;
}
.home_page .section3 .brand_swiper .swiper-pagination-bullet-active {
  background: #2180c5 !important;
  border: 2px solid #2180c5 !important;
}
/* .home_page .section4 {
  width: 100%;
  padding: 1.0417rem 0.9375rem 1.3802rem;
  box-sizing: border-box;
  height: auto;
  background: url(../images/home_section4_bg.png) no-repeat;
  background-size: cover;
}
 */
.home_page .section4 {
  width: 100%;
  padding: 0.3017rem 0.3075rem 0.3002rem;
  box-sizing: border-box;
  height: auto;
  background: url(../images/home_section4_bg.png) no-repeat;
  background-size: cover;
}

.home_page .section4 .left .title {
  font-size: 0.25rem;
  line-height: 0.3333rem;
  color: #fff;
}
.home_page .section4 .left .title .line {
  margin-top: 0.0833rem;
  width: 0.4479rem;
  height: 0.0104rem;
  background-color: #fff;
}
.home_page .section4 .left .content {
  margin-top: 0.1771rem;
  margin-bottom: 0.4167rem;
  width: 3.7083rem;
  font-size: 0.0833rem;
  line-height: 0.151rem;
  color: #fff;
  letter-spacing: 2px;
}
.home_page .section4 .left .more_button {
  justify-content: center;
  width: 0.8854rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background: linear-gradient(to right, #217fc4, #27a6df);
}
.home_page .section4 .left .more_button span {
  font-size: 0.0833rem;
  color: #fff;
}
.home_page .section4 .left .more_button img {
  margin-left: 0.0521rem;
  width: 0.1354rem;
}
.home_page .section4 .right .item {
  width: 1.771rem;
  height: 0.9115rem;
  background: linear-gradient(to bottom, rgba(20, 128, 222, 0), #1480de);
  transform: skewX(-15deg);
  margin-bottom: 0.02479rem;
  position: relative;
}
.home_page .section4 .right .item .textBox {
  transform: skewX(15deg);
  position: absolute;
  top: 0.18rem;
  left: 0.121rem;
  width: 1.25rem;
}
.home_page .section4 .right .item .textBox .top {
  font-size: 0.5208rem;
  color: #fff;
  text-align: right;
  line-height: 1;
}
.home_page .section4 .right .item .textBox .text {
  text-align: right;
  font-size: 0.0833rem;
  line-height: 0.1563rem;
  color: #fff;
}
.home_page .section5 {
     margin-top: 0.0563rem;
}
.home_page .section5 .item {
  flex: 1;
  height: 2.5469rem;
  position: relative;
}
.home_page .section5 .item .bg {
  width: 100%;
  height: 100%;
}
.home_page .section5 .item .box {
  margin-top: 0.7031rem;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 0.9375rem;
}
.home_page .section5 .item .box .icon {
  width: 0.3802rem;
  margin-bottom: 0.1979rem;
}
.home_page .section5 .item .box .cn {
  font-size: 0.1875rem;
  line-height: 1;
  color: #fff;
}
.home_page .section5 .item .box .en {
  text-transform: uppercase;
  margin-top: 0.0885rem;
  font-size: 0.0938rem;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
}
.home_page .section5 .item .box .next {
  width: 0.1354rem;
  margin-top: 0.2083rem;
}
.company_info_page .section2 {
  display: flex;
  justify-content: space-between;
  padding: 0.7813rem 0.9375rem;
  box-sizing: border-box;
}
.company_info_page .section2 .left {
  width: 3.724rem;
}
.company_info_page .section2 .left .content {
  margin-top: 0.1667rem;
}
.company_info_page .section2 .left .content p {
  font-size: 0.0833rem;
  line-height: 0.151rem;
  letter-spacing: 1px;
}
.company_info_page .section2 .left .items {
  margin-top: 0.5208rem;
  justify-content: center;
}
.company_info_page .section2 .left .items .item {
  width: 0.7292rem;
  height: 0.8333rem;
  margin-right: 1.3021rem;
  background: linear-gradient(to bottom, rgba(20, 128, 222, 0), #1480de);
  transform: skewX(-33deg);
  margin-bottom: 0.4479rem;
  position: relative;
}
.company_info_page .section2 .left .items .item .textBox {
  transform: skewX(33deg);
  position: absolute;
  bottom: 0.0521rem;
  right: 0.1563rem;
  width: 1.25rem;
}
.company_info_page .section2 .left .items .item .textBox .top {
  font-size: 0.5208rem;
  color: #000000;
  text-align: right;
  line-height: 1;
}
.company_info_page .section2 .left .items .item .textBox .text {
  text-align: right;
  font-size: 0.0833rem;
  line-height: 0.1563rem;
  color: #000000;
}
.company_info_page .section2 .left .items .item:last-child {
  margin-right: 0;
}
.company_info_page .section2 .right img {
  width: 3.8281rem;
  height: 4.2969rem;
}
.company_info_page .section3 {
  width: 100%;
  padding: 0.6615rem 0.9375rem 0.5729rem;
  box-sizing: border-box;
  height: auto;
  background: url(../images/company_info_section3_bg.png) no-repeat;
  background-size: cover;
}
.company_info_page .section3 .brand_swiper {
  margin-top: 0.3385rem;
  padding-bottom: 0.4688rem;
  position: relative;
  overflow: hidden;
}
.company_info_page .section3 .brand_swiper .swiper-slide {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.company_info_page .section3 .brand_swiper .swiper-slide .item {
  margin-right: calc((100% - 1.5625rem * 5) / 4);
  margin-bottom: 0.0833rem;
  width: 1.5625rem;
  height: 0.7292rem;
  background-color: #fff;
}
.company_info_page .section3 .brand_swiper .swiper-slide .item img {
  width: 1.5625rem;
  height: 0.7292rem;
}
.company_info_page .section3 .brand_swiper .swiper-slide .item:nth-child(5n) {
  margin-right: 0;
}
.company_info_page .section3 .brand_swiper .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  border-radius: 50% !important;
  border: 2px solid #fff !important;
  opacity: 1 !important;
}
.company_info_page .section3 .brand_swiper .swiper-pagination-bullet-active {
  width: 16px !important;
  height: 16px !important;
  background: #fff !important;
  border-radius: 50% !important;
  border: 2px solid #fff !important;
}
.company_info_page .section4 {
  padding: 0.599rem 0 0.7813rem 0.9375rem;
  box-sizing: border-box;
}
.company_info_page .section4 .honer_swiper {
  margin-top: 0.4167rem;
  overflow: hidden;
}
.company_info_page .section4 .honer_swiper .swiper-slide {
  width: auto !important;
  margin-right: 0.1406rem !important;
}
.company_info_page .section4 .honer_swiper .swiper-slide img {
  height: 2.1354rem;
}
.company_info_page .section4 .honer_swiper .swiper_buttons {
  margin-top: 0.3438rem;
}
.car_show_page .section2 {
  padding: 0 0.3125rem 0.25rem;
  box-sizing: border-box;
  background-color: #fbfbfb;
}
.car_show_page .section2 .selectBox {
  width: 100%;
  height: 1.1198rem;
  background-color: #1c79ba;
  display: flex;
  justify-content: space-between;
  padding: 0.4427rem 0.625rem 0;
  margin-top: -0.1771rem;
  box-sizing: border-box;
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.car_show_page .section2 .selectBox .item {
  width: 1.8229rem;
  height: 0.4167rem;
  transition: 0.3s;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}
.car_show_page .section2 .selectBox .item .title {
  cursor: pointer;
  height: 0.4167rem;
  display: flex;
  align-items: center;
}
.car_show_page .section2 .selectBox .item .title .icon {
  width: 0.1771rem;
}
.car_show_page .section2 .selectBox .item .title span {
  font-size: 0.1042rem;
  margin-left: 0.0625rem;
  color: #fff;
}
.car_show_page .section2 .selectBox .item .title .more {
  margin-left: auto;
  margin-right: 0.026rem;
  display: block;
  width: 0.0417rem;
  transform: rotate(90deg);
}
.car_show_page .section2 .selectBox .item .select_items {
  display: none;
  z-index: 20;
  width: 100%;
  position: absolute;
  top: 110%;
  left: 0;
  background-color: #fff;
  padding: 0 0.1563rem;
  box-sizing: border-box;
  box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.15);
}
.car_show_page .section2 .selectBox .item .select_items .select_item {
  cursor: pointer;
  height: 0.2604rem;
  font-size: 0.0833rem;
  color: #333;
  transition: 0.3s;
  line-height: 0.2604rem;
  border-bottom: 1px solid #eeeeee;
}
@media (any-hover: hover) {
  .car_show_page .section2 .selectBox .item .select_items .select_item:hover {
    color: #2180c4;
    border-bottom: 1px solid #2180c4;
  }
}
.car_show_page .section2 .selectBox .item.active {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}
.car_show_page .section2 .car_items {
  width: 100%;
  padding: 0.2448rem 0.625rem 0;
  flex-wrap: wrap;
}
.car_show_page .section2 .car_items .item {
  width: 2.5729rem;
  margin-bottom: 0.2865rem;
  margin-right: calc((100% - (2.5729rem * 3)) / 2);
}
.car_show_page .section2 .car_items .item .imgBox {
  width: 2.5729rem;
  height: 2.0521rem;
  background-color: #fff;
}
.car_show_page .section2 .car_items .item .imgBox img {
  width: 100%;
  /*height: 100%;*/
}
.car_show_page .section2 .car_items .item .name {
  text-align: center;
  margin-top: 0.1406rem;
  margin-bottom: 0.1042rem;
  color: #333;
  font-size: 0.1042rem;
  line-height: 1;
}
.car_show_page .section2 .car_items .item .des {
  text-align: center;
  font-size: 0.0781rem;
  color: #999999;
  margin-bottom: 0.0729rem;
  line-height: 1;
}
.car_show_page .section2 .car_items .item .buttons {
  justify-content: center;
  margin-top: 0.1979rem;
}
.car_show_page .section2 .car_items .item .buttons .buttonBox {
  width: 0.7396rem;
  height: 0.2188rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  background: transparent;
  border-radius: 0.1094rem;
  transition: 0.5s;
}
.car_show_page .section2 .car_items .item .buttons .buttonBox img {
  width: 0.1042rem;
  margin-right: 0.0677rem;
}
.car_show_page .section2 .car_items .item .buttons .buttonBox .white {
  display: none;
}
.car_show_page .section2 .car_items .item .buttons .buttonBox span {
  font-size: 0.0833rem;
  color: #999999;
}
.car_show_page .section2 .car_items .item .buttons .buttonBox:last-child {
  margin-left: 0.0729rem;
  background: transparent;
}
.car_show_page .section2 .car_items .item .buttons .buttonBox:last-child img {
  width: 0.1354rem;
  margin-right: 0;
  margin-left: 0.0781rem;
}
@media (any-hover: hover) {
  .car_show_page .section2 .car_items .item .buttons .buttonBox:hover {
    background-color: #227fc4;
  }
  .car_show_page .section2 .car_items .item .buttons .buttonBox:hover img {
    display: none;
  }
  .car_show_page .section2 .car_items .item .buttons .buttonBox:hover .white {
    display: block;
  }
  .car_show_page .section2 .car_items .item .buttons .buttonBox:hover span {
    color: #fff;
  }
}
.car_show_page .section2 .car_items .item:nth-child(3n) {
  margin-right: 0;
}
.car_info_page .section2 {
  background-color: #fbfbfb;
  padding: 0.5208rem 0.9375rem 0.4688rem;
  box-sizing: border-box;
}
.car_info_page .section2 .car_name {
  font-size: 0.25rem;
  color: #0d1d29;
  line-height: 1;
}
.car_info_page .section2 .car_data {
  margin-top: 0.2813rem;
  padding-bottom: 0.1563rem;
  box-sizing: border-box;
  border-bottom: 2px solid #000;
}
.car_info_page .section2 .car_data .data .item {
  margin-right: 0.1198rem;
  padding-right: 0.2083rem;
  box-sizing: border-box;
  border-right: 1px solid #eaeaea;
}
.car_info_page .section2 .car_data .data .item .top {
  font-size: 0.1563rem;
  color: #333333;
  line-height: 1;
}
.car_info_page .section2 .car_data .data .item .des {
  font-size: 0.0938rem;
  color: #999999;
  margin-top: 0.1042rem;
}
.car_info_page .section2 .car_data .buttonBox {
  width: 1.0625rem;
  height: 0.3333rem;
  justify-content: center;
  background-color: #149cdc;
  border-radius: 0.1667rem;
}
.car_info_page .section2 .car_data .buttonBox img {
  margin-right: 0.0625rem;
  width: 0.1042rem;
}
.car_info_page .section2 .car_data .buttonBox span {
  font-size: 0.0938rem;
  color: #fff;
}
.car_info_page .section2 .main {
  margin-top: 0.3802rem;
}
.car_info_page .section2 .main .left .item {
  cursor: pointer;
  width: 1.7396rem;
  height: 1.0781rem;
  background-color: #fff;
  margin-bottom: 0.0573rem;
  border-left: 0.0208rem solid #fff;
  display: flex;
  transition: 0.5s;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.car_info_page .section2 .main .left .item img {
  width: 0.5rem;
  margin-bottom: 0.0521rem;
}
.car_info_page .section2 .main .left .item .blue {
  display: none;
}
.car_info_page .section2 .main .left .item .text {
  transition: 0.5s;
  font-size: 0.125rem;
  color: #333333;
}
.car_info_page .section2 .main .left .item.active {
  border-left: 0.0208rem solid #149cdc;
}
.car_info_page .section2 .main .left .item.active img {
  display: none;
}
.car_info_page .section2 .main .left .item.active .blue {
  display: block;
}
.car_info_page .section2 .main .left .item.active .text {
  color: #149cdc;
}
.car_info_page .section2 .main .right {
  width: 6.0938rem;
  height: 3.3438rem;
  background-color: #fff;
  position: relative;
}
.car_info_page .section2 .main .right .right_item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.car_info_page .section2 .main .right .right_item.active {
  z-index: 3;
}
.car_info_page .section2 .main .right .outside_swiper,
.car_info_page .section2 .main .right .info_swiper {
  width: 100%;
  height: 100%;
}
.car_info_page .section2 .main .right .outside_swiper .swiper-slide,
.car_info_page .section2 .main .right .info_swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.car_info_page .section2 .main .right .outside_swiper .swiper-slide img,
.car_info_page .section2 .main .right .info_swiper .swiper-slide img {
  width: 3.9844rem;
  /*height: 2.4271rem;*/
}
.car_info_page .section2 .main .right .outside_swiper .swiper-pagination-bullet,
.car_info_page .section2 .main .right .info_swiper .swiper-pagination-bullet {
  width: 16px !important;
  height: 16px !important;
  background: transparent !important;
  border-radius: 50% !important;
  border: 2px solid #d7d7d7 !important;
  opacity: 1 !important;
}
.car_info_page .section2 .main .right .outside_swiper .swiper-pagination-bullet-active,
.car_info_page .section2 .main .right .info_swiper .swiper-pagination-bullet-active {
  width: 16px !important;
  height: 16px !important;
  background: #2180c5 !important;
  border-radius: 50% !important;
  border: 2px solid #2180c5 !important;
}
.car_info_page .section2 .main .right .videoBox {
  width: 100%;
  height: 100%;
}
.car_info_page .section2 .main .right .videoBox .video {
  width: 100%;
}
.car_info_page .section3 {
  padding: 0.4688rem 0.9375rem;
  box-sizing: border-box;
}
.car_info_page .section3 .tables {
  margin-top: 0.276rem;
}
.car_info_page .section3 .tables table {
  width: 100%;
}
.car_info_page .section3 .tables table th,
.car_info_page .section3 .tables table td {
  height: 0.4219rem;
  background-color: #149cdc;
  color: #fff;
  font-size: 0.125rem;
  line-height: 0.4219rem;
  padding-left: 0.3125rem;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
}
.car_info_page .section3 .tables table th {
  width: 3.5417rem;
}
.car_info_page .section3 .tables table th:last-child {
  width: auto;
}
.car_info_page .section3 .tables table tr td {
  background-color: #f5f7fb;
  color: #333333;
  border: 1px solid #e8ecf1;
}
.car_info_page .section3 .tables table tr:nth-child(2n) td {
  background-color: #ffffff;
}
.car_info_page .section3 .tables table tr td:nth-child(2) {
  border-left: none;
}
.car_info_page .section4 {
  background-color: #fbfbfb;
  box-sizing: border-box;
  padding: 0.5208rem 0.9375rem 0.3906rem;
}
.car_info_page .section4 .car_items {
  margin-top: 0.2708rem;
  width: 100%;
}
.car_info_page .section4 .car_items .item {
  width: 2.5729rem;
  margin-bottom: 0.2865rem;
  margin-right: calc((100% - (2.5729rem * 3)) / 2);
}
.car_info_page .section4 .car_items .item .imgBox {
  width: 2.5729rem;
  height: 2.0521rem;
  background-color: #fff;
}
.car_info_page .section4 .car_items .item .imgBox img {
  width: 100%;
  /*height: 100%;*/
}
.car_info_page .section4 .car_items .item .name {
  text-align: center;
  margin-top: 0.1406rem;
  margin-bottom: 0.1042rem;
  color: #333;
  font-size: 0.1042rem;
  line-height: 1;
}
.car_info_page .section4 .car_items .item .des {
  text-align: center;
  font-size: 0.0781rem;
  color: #999999;
  margin-bottom: 0.0729rem;
  line-height: 1;
}
.car_info_page .section4 .car_items .item .buttons {
  justify-content: center;
  margin-top: 0.1979rem;
}
.car_info_page .section4 .car_items .item .buttons .buttonBox {
  width: 0.7396rem;
  height: 0.2188rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #f0f0f0;
  background: transparent;
  border-radius: 0.1094rem;
  transition: 0.5s;
}
.car_info_page .section4 .car_items .item .buttons .buttonBox img {
  width: 0.1042rem;
  margin-right: 0.0677rem;
}
.car_info_page .section4 .car_items .item .buttons .buttonBox .white {
  display: none;
}
.car_info_page .section4 .car_items .item .buttons .buttonBox span {
  font-size: 0.0833rem;
  color: #999999;
}
.car_info_page .section4 .car_items .item .buttons .buttonBox:last-child {
  margin-left: 0.0729rem;
  background: transparent;
}
.car_info_page .section4 .car_items .item .buttons .buttonBox:last-child img {
  width: 0.1354rem;
  margin-right: 0;
  margin-left: 0.0781rem;
}
@media (any-hover: hover) {
  .car_info_page .section4 .car_items .item .buttons .buttonBox:hover {
    background-color: #227fc4;
  }
  .car_info_page .section4 .car_items .item .buttons .buttonBox:hover img {
    display: none;
  }
  .car_info_page .section4 .car_items .item .buttons .buttonBox:hover .white {
    display: block;
  }
  .car_info_page .section4 .car_items .item .buttons .buttonBox:hover span {
    color: #fff;
  }
}
.car_info_page .section4 .car_items .item:nth-child(3n) {
  margin-right: 0;
}
.news_page .section2 {
  padding: 0.4688rem 0.9375rem 0.4167rem;
  box-sizing: border-box;
}
.news_page .section2 .topNews .left {
  width: 3.9792rem;
  height: 2.4531rem;
  position: relative;
}
.news_page .section2 .topNews .left .bg {
  width: 100%;
  height: 100%;
}
.news_page .section2 .topNews .left .textBox {
  z-index: 2;
  position: absolute;
  bottom: 0.1823rem;
  left: 0.1823rem;
}
.news_page .section2 .topNews .left .textBox .title {
  font-size: 0.1042rem;
  color: #fff;
}
.news_page .section2 .topNews .left .textBox .date img {
  width: 0.0833rem;
}
.news_page .section2 .topNews .left .textBox .date span {
  font-size: 0.0833rem;
  color: #fff;
  margin-left: 0.0729rem;
}
.news_page .section2 .topNews .left .mask {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 80%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}
.news_page .section2 .topNews .right {
  margin-left: 0.1667rem;
  flex: 1;
}
.news_page .section2 .topNews .right .item {
  margin-bottom: 0.1563rem;
}
.news_page .section2 .topNews .right .item .img {
  width: 1.8385rem;
  height: 1.1458rem;
}
.news_page .section2 .topNews .right .item .textBox {
  height: 1.1458rem;
  border-bottom: 2px solid #f2f2f2;
  margin-left: 0.1302rem;
  flex: 1;
}
.news_page .section2 .topNews .right .item .textBox .title {
  font-size: 0.1042rem;
  color: #333;
}
.news_page .section2 .topNews .right .item .textBox .des {
  font-size: 0.0833rem;
  line-height: 0.1354rem;
  color: #666666;
  margin-top: 0.0938rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news_page .section2 .topNews .right .item .textBox .date {
  margin-top: 0.1875rem;
}
.news_page .section2 .topNews .right .item .textBox .date img {
  width: 0.0833rem;
  margin-right: 0.0729rem;
}
.news_page .section2 .topNews .right .item .textBox .date span {
  font-size: 0.0833rem;
  color: #999999;
}
.news_page .section2 .topNews .right .item:last-child {
  margin-bottom: 0;
}
.news_page .section2 .news {
  margin-top: 0.3646rem;
  margin-bottom: 0.3021rem;
}
.news_page .section2 .news .item {
  padding-bottom: 0.2344rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 0.3021rem;
  box-sizing: border-box;
  transition: 0.5s;
  border-bottom: 2px solid #f5f5f5;
}
.news_page .section2 .news .item .date {
  /* gradient text for modern browsers */
}
.news_page .section2 .news .item .date .day {
  font-size: 0.2969rem;
  color: #238ccd;
  line-height: 1;
}
@supports (-webkit-background-clip: text) {
  .news_page .section2 .news .item .date .day {
    -webkit-background-clip: text;
    color: transparent;
    background-image: linear-gradient(to right, #2180c5, #27a6df);
  }
}
.news_page .section2 .news .item .date .month {
  font-size: 0.0781rem;
  color: #999999;
}
.news_page .section2 .news .item .content {
  width: 4.1146rem;
}
.news_page .section2 .news .item .content .title {
  font-size: 0.1563rem;
  color: #333;
}
.news_page .section2 .news .item .content .des {
  font-size: 0.0833rem;
  line-height: 2;
  color: #999999;
  margin-top: 0.0781rem;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news_page .section2 .news .item .content .more_button {
  margin-top: 0.2813rem;
  justify-content: center;
  width: 0.8854rem;
  height: 0.25rem;
  border-radius: 0.125rem;
  background: #edf4f7;
}
.news_page .section2 .news .item .content .more_button span {
  font-size: 0.0938rem;
  color: #666666;
}
.news_page .section2 .news .item .content .more_button img {
  margin-left: 0.0521rem;
  width: 0.1354rem;
}
.news_page .section2 .news .item .content .more_button .white {
  display: none;
}
.news_page .section2 .news .item .img {
  width: 2.099rem;
  height: 1.3073rem;
}
@media (any-hover: hover) {
  .news_page .section2 .news .item:hover {
    border-bottom: 2px solid #3c97d2;
  }
  .news_page .section2 .news .item:hover .more_button {
    background: linear-gradient(to right, #217fc4, #27a6df);
  }
  .news_page .section2 .news .item:hover .more_button span {
    color: #fff;
  }
  .news_page .section2 .news .item:hover .more_button img {
    display: none;
  }
  .news_page .section2 .news .item:hover .more_button .white {
    display: block;
  }
}
.news_info_page .section2 {
  padding: 0.3906rem 0.9375rem 0.3125rem;
  box-sizing: border-box;
}
.news_info_page .section2 .content {
  display: flex;
}
.news_info_page .section2 .content .left {
  flex: 1;
  margin-right: 0.3229rem;
  box-sizing: border-box;
}
.news_info_page .section2 .content .left .time {
  font-size: 0.125rem;
  line-height: 1;
  color: #bababa;
}
.news_info_page .section2 .content .left .name {
  font-size: 0.25rem;
  line-height: 1;
  color: #333333;
  margin-top: 0.1563rem;
}
.news_info_page .section2 .content .left .labels {
  display: flex;
  align-items: center;
  margin-top: 0.2344rem;
  padding-bottom: 0.1042rem;
  border-bottom: 2px solid #f0f0f0;
}
.news_info_page .section2 .content .left .labels .label {
  margin-right: 0.2292rem;
  padding: 0 0.125rem;
  height: 0.2292rem;
  box-sizing: border-box;
  font-size: 0.0781rem;
  display: flex;
  align-items: center;
  color: #999999;
  border-radius: 0.1146rem;
  border: 1px solid #eeeeee;
}
.news_info_page .section2 .content .left .labels .label.share {
  user-select: none;
  cursor: pointer;
  margin-right: 0.0573rem;
  position: relative;
}
.news_info_page .section2 .content .left .labels .label.share img {
  width: 0.125rem;
  margin-right: 0.0469rem;
}
.news_info_page .section2 .content .left .labels .label.share p {
  font-size: 0.0781rem;
  color: #999999;
}
.news_info_page .section2 .content .left .labels .label.share #qrcode {
  border: 0.1042rem solid #fff;
  box-shadow: 1px 1px 15px 15px rgba(0, 0, 0, 0.05);
  display: none;
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
}
@media (any-hover: hover) {
  .news_info_page .section2 .content .left .labels .label.share:hover {
    border: 1px solid #333;
  }
  .news_info_page .section2 .content .left .labels .label.share:hover p {
    color: #333;
  }
}
.news_info_page .section2 .content .left .details {
  margin-top: 0.1979rem;
  font-size: 0.0833rem;
  line-height: 2;
  color: #333333;
  padding-bottom: 0.1563rem;
}
.news_info_page .section2 .content .left .details img {
  width: 100%;
  margin: 0.1563rem 0;
}
.news_info_page .section2 .content .left .nav .item {
  width: 100%;
  height: 0.375rem;
  border-radius: 0.1875rem;
  background-color: #fafafa;
  padding-left: 0.1719rem;
  margin-bottom: 0.0677rem;
  transition: 0.5s;
}
.news_info_page .section2 .content .left .nav .item img {
  width: 0.0677rem;
  margin-right: 0.0938rem;
}
.news_info_page .section2 .content .left .nav .item .white {
  display: none;
}
.news_info_page .section2 .content .left .nav .item span {
  font-size: 0.0938rem;
  color: #333333;
  display: block;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (any-hover: hover) {
  .news_info_page .section2 .content .left .nav .item:hover {
    background: linear-gradient(to right, #217fc4, #27a6df);
  }
  .news_info_page .section2 .content .left .nav .item:hover img {
    display: none;
  }
  .news_info_page .section2 .content .left .nav .item:hover .white {
    display: block;
  }
  .news_info_page .section2 .content .left .nav .item:hover span {
    color: #fff;
  }
}
.news_info_page .section2 .content .left .backButton {
  cursor: pointer;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.9792rem;
  height: 0.2865rem;
  border-radius: 0.1432rem;
  border: 2px solid #eeeeee;
  margin-top: 0.2188rem;
}
.news_info_page .section2 .content .left .backButton img {
  transform: rotate(180deg);
  width: 0.0365rem;
  margin-right: 0.1771rem;
}
.news_info_page .section2 .content .left .backButton span {
  font-size: 0.0938rem;
  color: #999999;
}
.news_info_page .section2 .content .more {
  width: 2.7448rem;
  margin-top: 0.2604rem;
  border-left: 1px solid #f0f0f0;
  padding-left: 0.3333rem;
  box-sizing: border-box;
}
.news_info_page .section2 .content .more .title {
  width: 100%;
  border-bottom: 1px solid #f0f0f0;
  font-size: 0.1563rem;
  line-height: 1;
  color: #333;
  padding-bottom: 0.1771rem;
  box-sizing: border-box;
}
.news_info_page .section2 .content .more .more_items .item {
  display: block;
  cursor: pointer;
  margin-top: 0.1042rem;
}
.news_info_page .section2 .content .more .more_items .item .time {
  font-size: 0.1042rem;
  color: #999;
}
.news_info_page .section2 .content .more .more_items .item .name {
  margin-top: 0.0781rem;
  font-size: 0.1042rem;
  line-height: 0.1563rem;
  color: #666;
}
.news_info_page .section2 .content .more .more_items .item img {
  width: 2.4167rem;
  height: 0;
  transition: 0.5s;
}
.news_info_page .section2 .content .more .more_items .item .line {
  width: 100%;
  height: 2px;
  background: #f0f0f0;
  margin-top: 0.1354rem;
}
@media (any-hover: hover) {
  .news_info_page .section2 .content .more .more_items .item:hover .name {
    text-decoration: underline;
    text-underline-offset: 0.0208rem;
    text-decoration-color: #adadad;
  }
  .news_info_page .section2 .content .more .more_items .item:hover img {
    height: 1.4896rem;
    margin-top: 0.0521rem;
  }
  .news_info_page .section2 .content .more .more_items .item:hover .line {
    background: linear-gradient(to right, #0062a4, #178f26);
  }
}
.talk_page .section2 {
  display: flex;
}
.talk_page .section2 .left {
  width: 6.6354rem;
  border-right: 1px solid #e8e8e8;
  padding: 0.2083rem 0 0.4167rem;
  box-sizing: border-box;
}
.talk_page .section2 .left .items {
  margin-bottom: 0.2604rem;
}
.talk_page .section2 .left .items .item {
  width: 100%;
  border-bottom: 7px solid #f9fafb;
  padding: 0.1563rem 0.4167rem 0 0.9375rem;
  box-sizing: border-box;
}
.talk_page .section2 .left .items .item .question,
.talk_page .section2 .left .items .item .answer {
  padding-top: 0.1042rem;
  padding-bottom: 0.1771rem;
}
.talk_page .section2 .left .items .item .question .user,
.talk_page .section2 .left .items .item .answer .user {
  display: flex;
}
.talk_page .section2 .left .items .item .question .user .hearderBox,
.talk_page .section2 .left .items .item .answer .user .hearderBox {
  position: relative;
  width: 0.4167rem;
  height: 0.4167rem;
}
.talk_page .section2 .left .items .item .question .user .hearderBox .box,
.talk_page .section2 .left .items .item .answer .user .hearderBox .box {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  width: 0.1667rem;
  height: 0.1667rem;
  font-size: 0.0938rem;
  color: #2180c5;
  text-align: center;
  line-height: 0.1667rem;
}
.talk_page .section2 .left .items .item .question .user .hearderBox .header,
.talk_page .section2 .left .items .item .answer .user .hearderBox .header {
  width: 100%;
  height: 100%;
}
.talk_page .section2 .left .items .item .question .user .user_profile,
.talk_page .section2 .left .items .item .answer .user .user_profile {
  margin-left: 0.1354rem;
}
.talk_page .section2 .left .items .item .question .user .user_profile .name,
.talk_page .section2 .left .items .item .answer .user .user_profile .name {
  margin-top: 0.0625rem;
  font-size: 0.0938rem;
  line-height: 0.1146rem;
  color: #333333;
}
.talk_page .section2 .left .items .item .question .user .user_profile .time,
.talk_page .section2 .left .items .item .answer .user .user_profile .time {
  font-size: 0.0781rem;
  line-height: 0.1146rem;
  color: #999999;
}
.talk_page .section2 .left .items .item .question .text,
.talk_page .section2 .left .items .item .answer .text {
  margin-top: 0.0417rem;
  padding-left: 0.5417rem;
  padding-right: 0.4167rem;
  font-size: 0.0938rem;
  line-height: 0.1146rem;
  color: #333333;
}
.talk_page .section2 .left .items .item .question {
  border-bottom: 2px solid #000;
}
.talk_page .section2 .left .items .item:last-child {
  border-bottom: 0;
}
.talk_page .section2 .right {
  flex: 1;
  padding: 0.6094rem 0.9375rem 0 0.2865rem;
  box-sizing: border-box;
}
.talk_page .section2 .right .title {
  width: 100%;
  text-align: center;
  font-size: 0.1458rem;
  color: #333333;
}
.talk_page .section2 .right form {
  margin-top: 0.2292rem;
}
.talk_page .section2 .right form .inputBox {
  position: relative;
  width: 2.1354rem;
  height: 0.3802rem;
  margin-bottom: 0.0625rem;
}
.talk_page .section2 .right form .inputBox span {
  position: absolute;
  top: 0.1719rem;
  left: 0.1146rem;
  color: #333;
  line-height: 1;
}
.talk_page .section2 .right form .inputBox input,
.talk_page .section2 .right form .inputBox textarea {
  padding: 0 0.1563rem;
  box-sizing: border-box;
  background-color: #fbfbfb;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  line-height: 0.3802rem;
  font-size: 0.0938rem;
  color: #333333;
}
.talk_page .section2 .right form .inputBox textarea {
  resize: none;
  line-height: 0.1667rem;
  padding: 0.1042rem 0.1563rem;
}
.talk_page .section2 .right form .inputBox input::placeholder,
.talk_page .section2 .right form .inputBox textarea::placeholder {
  color: #999;
}
.talk_page .section2 .right form .inputBox2 {
  height: 1.0729rem;
}
.talk_page .section2 .right form .submit {
  width: 2.1302rem;
  height: 0.3802rem;
  color: #fff;
  font-size: 0.0938rem;
  text-align: center;
  line-height: 0.3802rem;
  background-color: #2180c5;
  border: none;
  outline: none;
}
.about_page .main {
  margin-top: -0.1771rem;
}
.about_page .main .section1 .concat_info {
  display: flex;
  justify-content: space-between;
  padding: 0.6771rem 0.9375rem;
  box-sizing: border-box;
}
.about_page .main .section1 .concat_info .left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.about_page .main .section1 .concat_info .left .item {
  transition: 0.5s;
  width: 2.625rem;
  margin-right: 0.224rem;
  padding-bottom: 0.1771rem;
  padding-top: 0.1563rem;
  box-sizing: border-box;
  border-bottom: 2px solid #e6e6e6;
}
.about_page .main .section1 .concat_info .left .item img {
  width: 0.3021rem;
}
.about_page .main .section1 .concat_info .left .item .title {
  font-size: 0.0938rem;
  margin-top: 0.0938rem;
  line-height: 1;
  color: #999999;
}
.about_page .main .section1 .concat_info .left .item .content {
  font-size: 0.125rem;
  margin-top: 0.0833rem;
  line-height: 1;
  color: #333;
}
@media (any-hover: hover) {
  .about_page .main .section1 .concat_info .left .item:hover {
    border-bottom: 2px solid #333;
  }
}
.about_page .main .section1 .concat_info .left .item:nth-child(2n) {
  margin-right: 0;
}
.about_page .main .section1 .concat_info .qrcodeBox .item {
  margin-right: 0.1979rem;
}
.about_page .main .section1 .concat_info .qrcodeBox .item img {
  width: 0.8594rem;
}
.about_page .main .section1 .concat_info .qrcodeBox .item .imgText {
  font-size: 0.0833rem;
  line-height: 1;
  color: #333;
  text-align: center;
  padding: 0.1563rem 0;
  border-bottom: 2px solid #021d37;
}
.about_page .main .section1 .map {
  width: 100%;
  height: 3.7552rem;
}
.about_page .main .section1 .concatBox {
  padding: 0.625rem 0.9375rem 0.7292rem;
  box-sizing: border-box;
}
.about_page .main .section1 .concatBox .title {
  font-size: 0.25rem;
  color: #333333;
  text-align: center;
  width: 100%;
  line-height: 1;
}
.about_page .main .section1 .concatBox .content {
  margin-top: 0.4688rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about_page .main .section1 .concatBox .content .formBox {
  flex: 1;
  padding-right: 0.7656rem;
  box-sizing: border-box;
}
.about_page .main .section1 .concatBox .content form .inputBox {
  position: relative;
  width: 100%;
  height: 0.3802rem;
  margin-bottom: 0.1146rem;
}

.about_page .main .section1 .concatBox .content form .inputBox img{
 height:50px;  
  width:100px !important;
}
!important;

.about_page .main .section1 .concatBox .content form .inputBox span {
  position: absolute;
  top: 0.1719rem;
  left: 0.1146rem;
  color: #333;
  line-height: 1;
}
.about_page .main .section1 .concatBox .content form .inputBox input,
.about_page .main .section1 .concatBox .content form .inputBox textarea {
  padding: 0 0.1563rem;
  box-sizing: border-box;
  background-color: #fbfbfb;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  line-height: 0.3802rem;
  font-size: 0.0938rem;
  color: #333333;
}
.about_page .main .section1 .concatBox .content form .inputBox textarea {
  resize: none;
  line-height: 0.1667rem;
  padding: 0.0938rem 0.1146rem;
}
.about_page .main .section1 .concatBox .content form .inputBox input::placeholder,
.about_page .main .section1 .concatBox .content form .inputBox textarea::placeholder {
  color: #999;
}
.about_page .main .section1 .concatBox .content form .inputBox2 {
  height: 0.6979rem;
}
.about_page .main .section1 .concatBox .content form .submit {
  width: 100%;
  height: 0.3802rem;
  color: #fff;
  font-size: 0.0938rem;
  text-align: center;
  line-height: 0.3802rem;
  background-color: #2180c5;
  border: none;
  outline: none;
}
.about_page .main .section1 .concatBox .content img {
  width: 4.0625rem;
  height: 2.8125rem;
}
.about_page .main .section2 {
  display: none;
}
.about_page .main .section2 .main_top {
  width: 100%;
  height: 3.8021rem;
  position: relative;
}
.about_page .main .section2 .main_top .bg {
  width: 100%;
  height: 100%;
}
.about_page .main .section2 .main_top .textBox {
  position: absolute;
  padding-left: 0.9375rem;
  top: 50%;
  transform: translateY(-50%);
}
.about_page .main .section2 .main_top .textBox .title {
  font-size: 0.25rem;
  color: #0d1d29;
  line-height: 1;
}
.about_page .main .section2 .main_top .textBox .des {
  margin-top: 0.276rem;
  width: 3.0833rem;
  border-bottom: 2px solid #000000;
  border-top: 2px solid #000000;
  padding: 0.1563rem 0;
  box-sizing: border-box;
}
.about_page .main .section2 .main_top .textBox .des p {
  font-size: 0.0938rem;
  line-height: 0.1667rem;
  color: #758088;
}
.about_page .main .section2 .items {
  padding: 0.1563rem 0.9375rem 0.5729rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about_page .main .section2 .items .item {
  width: 2.5rem;
  height: 2.0417rem;
  position: relative;
  margin-top: 0.4583rem;
}
.about_page .main .section2 .items .item .num {
  font-size: 0.375rem;
  line-height: 1;
  position: absolute;
  top: 0%;
  left: 0.2604rem;
  color: #e2e3e3;
  transition: 0.3s;
  transform: translateY(-50%);
}
.about_page .main .section2 .items .item .bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.about_page .main .section2 .items .item .bg img {
  width: 100%;
  height: 100%;
}
.about_page .main .section2 .items .item .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
}
.about_page .main .section2 .items .item .mask .maskContent {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0.25rem 0.2604rem;
  padding-top: 0;
  box-sizing: border-box;
}
.about_page .main .section2 .items .item .mask .maskContent .icon {
  width: 0.3229rem;
  margin-top: 0.9896rem;
}
.about_page .main .section2 .items .item .mask .maskContent .des {
  transition: 1s;
  min-height: 0.333rem;
  margin-top: 0.1563rem;
  font-size: 0.0938rem;
  line-height: 0.1667rem;
  color: #ffffff;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (any-hover: hover) {
  .about_page .main .section2 .items .item:hover .num {
    color: #2180c5;
  }
  .about_page .main .section2 .items .item:hover .mask {
    background: linear-gradient(to bottom, rgba(33, 128, 197, 0), #2180c5);
  }
  .about_page .main .section2 .items .item:hover .mask .des {
    height: auto;
    display: block;
  }
}
.about_page .main .section2 .items .item:last-child {
  width: 100%;
  height: 3.401rem;
  padding-top: 0.625rem;
  padding-left: 0.2604rem;
  box-sizing: border-box;
  position: relative;
}
.about_page .main .section2 .items .item:last-child .bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.about_page .main .section2 .items .item:last-child .num2 {
  font-size: 0.375rem;
  line-height: 1;
  position: absolute;
  top: 0%;
  left: 0.2604rem;
  color: #e2e3e3;
  transition: 0.3s;
  transform: translateY(-50%);
}
.about_page .main .section2 .items .item:last-child .icon2 {
  width: 0.4427rem;
}
.about_page .main .section2 .items .item:last-child .title {
  width: 1.9792rem;
  font-size: 0.0938rem;
  line-height: 0.1667rem;
  color: #fff;
  margin-top: 0.1458rem;
}
.about_page .main .section2 .items .item:last-child .des2 {
  margin-top: 0.1563rem;
}
.about_page .main .section2 .items .item:last-child .des2 p {
  font-size: 0.0938rem;
  line-height: 0.1667rem;
  color: #fff;
}
