* {
  -webkit-overflow-scrolling: auto;
  margin: 0;
  padding: 0;
}

body {
  overflow-x: hidden;
}

@font-face {
  font-family: "Medium";
  src: url("../fonts/Alibaba-PuHuiTi-Medium.otf");
}

@font-face {
  font-family: "Regular";
  src: url("../fonts/Alibaba-PuHuiTi-Regular.otf");
}

@font-face {
  font-family: 'Light';
  src: url(../fonts/Alibaba-PuHuiTi-Light.otf);
}

@font-face {
  font-family: 'Heavy';
  src: url(../fonts/Alibaba-PuHuiTi-Heavy.otf);
}

@font-face {
  font-family: 'Bold';
  src: url(../fonts/Alibaba-PuHuiTi-Bold.otf);
}

@font-face {
  font-family: 'Din';
  src: url(../fonts/DIN_Alternate.ttf);
}

@font-face {
  font-family: 'pfSemibold';
  src: url(../fonts/PingFangSC-Semibold.ttf);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

ul,
li {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

html,
body {
  font-family: PingFang SC;
}

.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-center {
  justify-content: center;
}

.flex-align-center {
  align-items: center;
}

.flex-left {
  align-items: flex-start;
}

.flex-right {
  align-items: flex-end;
}

.width {
  width: 87.5rem;
  margin: 0 auto;
  height: 100%;
}

.height {
  height: 62.5rem;
}

img {
  vertical-align: middle;
}

.line1 {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
}

.line2 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.line3 {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.pointer {
  cursor: pointer;
}

.bgF0F2F7 {
  background: #F0F2F7;
}


/*scroll*/
::-webkit-scrollbar {
  width: 4px;
  height: 4px
}

::-webkit-scrollbar-button:vertical {
  display: none
}

::-webkit-scrollbar-corner,::-webkit-scrollbar-track {
  background-color: #f5f5f5;
}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background-color: #666;
}

::-webkit-scrollbar-thumb:vertical:hover {
  background-color: #666;
}

::-webkit-scrollbar-thumb:vertical:active {
  background-color: #666;
}

/* 公共头部 */
#app {
  padding-top: 5rem;
}
#app.app1{
  padding-top: 0;
}

.header_box {
  height: 5rem;
  background: #FFFFFF;
  position: fixed;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

.header_box_left img {
  width: 11rem;
}

.header_box_center {
  height: 4.87rem;
}

.header_box_center .header_tab_item {
  margin-right: 3.13rem;
  position: relative;
  height: 5rem;
  line-height: 5rem;
  border-bottom: 0.13rem solid transparent;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1.13rem;
  color: #000000;
  font-family: Regular;
}

.header_box_center .header_tab_item:first-child {
  margin-right: 2rem;
  padding: 0 1.06rem;
}

.header_box_center .header_tab_item:last-child {
  margin-right: 0;
}

.header_box_center .header_box_center_sub {
  display: none;
}

.header_box_center .header_tab_item:hover .header_box_center_sub {
  display: flex;
}

.header_box_center .header_tab_item.active {
  border-bottom: 0.13rem solid #81029A;
  color: #81029A;
  font-weight: 500;
  font-family: Bold;
}

.header_box_center .header_tab_item:hover {
  border-bottom: 0.13rem solid #81029A;
  color: #81029A;
  font-weight: 500;
  font-family: Bold;
}

.header_box_center_sub {
  position: absolute;
  top: 100%;
  left: -1.56rem;
  width: 7.5rem;
  background: #FFFFFF;
}

.header_box_center_sub a {
  display: block;
  width: 100%;
  height: 3rem;
  text-align: center;
  line-height: 3rem;
  font-weight: 400;
  font-size: 1.13rem;
  font-family: Regular;
  color: #333333;
}

.header_box_center_sub a.active {
  background: #FCF6FF;
  color: #81029A;
  font-weight: 500;
  font-family: Medium;
}

.header_box_center_sub a:hover {
  color: #81029A;
  background: #FCF6FF;
  font-weight: 500;
  font-family: Medium;
}

.header_box_right .header_box_msg_btn {
  width: 7.31rem;
  height: 2.38rem;
  background: #81029A;
  border-radius: 5.06rem;
  font-weight: 400;
  font-size: 1rem;
  color: #FFFFFF;
  text-align: center;
  line-height: 2.38rem;
  font-family: Regular;
}

.header_box_right p {
  font-weight: bold;
  font-size: 1.13rem;
  color: #81029A;
  font-family: Din;
  margin-left: 1.25rem;
}

/* banner */

.banner_box {
  width: 100%;
}

.banner_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_box .el-carousel__indicators--horizontal {
  left: 0;
  right: 0;
  bottom: 8.75rem;
  width: 87.5rem;
  margin: 0 auto;
  transform: none;
}

.banner_box .el-carousel__indicators--horizontal .el-carousel__button {
  width: 3.75rem;
  height: 0.19rem;
}

/* 主营业务 */
.floor1_title {
  font-weight: bold;
  font-size: 2.88rem;
  color: #000000;
  font-family: Bold;
  text-align: center;
  margin-bottom: 5rem;
}

.card-title {
  font-weight: 600;
  line-height: 33px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column
}

.card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  padding: 1.88rem 1.69rem 0;
}

.card-info .desc {
  font-size: 14px;
  font-size: var(--auto-fs-14, 14px);
  height: 60px
}

.more-card-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.card-row {
  padding: 0 1.69rem;
  height: 100%;
  position: relative;
  z-index: 2;
}

.more-card-info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: start;
  -ms-flex-pack: start;
  justify-content: start;
  background: linear-gradient(142deg, rgba(255, 255, 255, 1) 76%, rgba(129, 2, 154, 0.2) 100%);
  box-shadow: 0rem 0.25rem 2.5rem 0rem rgba(242, 241, 247, 0.9);
  position: relative;
  height: 100%;
}

.more-card-info::after {
  content: '';
  display: block;
  width: 10.88rem;
  height: 10.88rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-image: url(../imgs/1-1-1.png);
  background-position: right bottom;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 1;
}

.box-wrap:nth-child(2) .more-card-info::after {
  content: '';
  display: block;
  width: 8.94rem;
  height: 8.94rem;
  background-image: url(../imgs/1-2-1.png);
  right: 0.81rem;
  bottom: 0.81rem;
}

.box-wrap:nth-child(3) .more-card-info::after {
  content: '';
  display: block;
  width: 10.19rem;
  height: 10.19rem;
  background-image: url(../imgs/1-3-1.png);
  right: 0;
  bottom: 0.25rem;
}

.box-wrap:nth-child(4) .more-card-info::after {
  content: '';
  display: block;
  width: 8.75rem;
  height: 7.69rem;
  background-image: url(../imgs/1-4-1.png);
  right: 1.69rem;
  bottom: 1.31rem;
}

.more-card-info .card-header {
  /* background-image: -webkit-gradient(linear,left top,right top,from(#fff),to(#e6f3ff));
  background-image: -webkit-linear-gradient(left,#fff,#e6f3ff);
  background-image: linear-gradient(90deg,#fff,#e6f3ff);
  background-size: auto 100%;
  background-position: 100%;
  background-repeat: no-repeat; */
  padding: 2.5rem 1.69rem;
  box-sizing: border-box;
}

.more-card-info .card-title {
  font-weight: bold;
  font-size: 1.5rem;
  color: #000000;
  font-family: Bold;
}

.more-card-info .card-body {
  font-weight: 400;
  font-size: 1rem;
  color: #333333;
  font-family: Regular;
  margin-top: 1rem;
}

.more-card-info .btn:hover {
  border: 1px solid #06f;
  background-color: #06f;
  color: #fff
}

.more-card-info-tab {
  margin-bottom: 2.2rem;
}

.more-card-info .more-card-info-tab .more-title {
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  font-family: Medium;
  position: relative;
  padding-left: 0.63rem;
  margin-bottom: 0.88rem;
}

.more-card-info .more-card-info-tab .more-title::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.13rem;
  height: 0.81rem;
  background: #81029A;
}

.more-card-info .more-card-info-tab .feature-wrapper {
  font-weight: 400;
  font-size: 0.88rem;
  color: #666666;
  font-family: Regular;
}

.more-card-info .more-card-info-tab .feature-wrapper span {
  padding: 0.44rem 0.8rem;
  box-sizing: border-box;
  border: 0.03rem solid #E0E0E0;
  border-radius: 0.31rem;
  margin-right: 0.75rem;
  font-weight: 400;
  font-size: 0.88rem;
  color: #666666;
  font-family: Regular;
}

.more-card-info .more-card-info-tab .feature-wrapper span:last-child {
  margin-right: 0;
}

.card-title {
  font-size: 24px
}

.card-body {
  /* max-width: 610px; */
  margin-top: 20px;
  line-height: 1.5em;
}

.floor1_con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  width: 100%;
}

.body {
  position: absolute;
  margin-top: 15.25rem;
  width: 20.38rem;
  height: 34.13rem;
  background-color: #fff;
  overflow: hidden;
  opacity: 1
}

.hover-body {
  background: #fff;
}

.hover-body,
.hover-title {
  position: absolute;
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out
}

.hover-title {
  padding: 2.5rem 1.5rem;
  box-sizing: border-box;
  color: #fff
}

.box-wrap {
  margin-left: -2rem;
  padding-left: 4rem;
}

.box-wrap:first-child {
  padding-left: 0;
  margin-left: 0;
}

.box {
  box-shadow: 0rem 0.25rem 3.13rem 0rem #EDECF1;
  border-radius: 0.63rem 0.63rem 0.63rem 0.63rem;
  overflow: hidden;
  position: relative;
  width: 20.38rem;
  height: 34.13rem;
  background-size: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  -webkit-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out
}

.floor1_con:hover .box-wrap .box {
  width: 15rem;
  -webkit-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out;
  background-position: bottom;
  background-image: url(../imgs/1-1-2.png)
}

.floor1_con:hover .box-wrap .box.domestic-logistics {
  background-image: url(../imgs/1-1-2.png) !important;
  background-size: cover
}

.floor1_con:hover .box-wrap .box.global-logistics {
  background-image: url(../imgs/1-2-2.png) !important;
  background-size: cover
}

.floor1_con:hover .box-wrap .box.technology {
  background-image: url(../imgs/1-3-2.png) !important;
  background-size: cover
}

.floor1_con:hover .box-wrap .box.freight {
  background-image: url(../imgs/1-4-2.png) !important;
  background-size: cover
}

.box-wrap:hover .box {
  height: 34.13rem;
}

.floor1_con:hover .box-wrap:hover .box {
  width: 36.5rem;
  -webkit-transition: width .5s ease-in-out;
  transition: width .5s ease-in-out
}

.floor1_con:hover .box-wrap:hover .box .hover-body {
  opacity: 1
}

.floor1_con:hover .box-wrap:hover .box .hover-title {
  opacity: 0;
  z-index: -1
}

.floor1_con:hover .body {
  opacity: 0;
  height: 0;
  margin-top: 0
}

.floor1_con:hover .hover-title {
  opacity: 1;
  -webkit-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out
}

/* 业务能力 */
.floor2_box {
  background: #F0F2F7
}

.floor2_left_box {
  width: 16rem;
  padding-top: 10.31rem;
}

.floor2_left_item_box {
  width: 50%;
  margin-bottom: 4.06rem;
  cursor: pointer;
}

.floor2_left_item_box p {
  font-weight: bold;
  font-size: 3rem;
  font-family: Din;
  height: 3rem;
  margin-bottom: 0.5rem;
  line-height: 3rem;
}
.floor2_left_item_box:hover p{
  color: #81029A;
}
.floor2_left_item_box span {
  font-weight: 400;
  font-size: 0.88rem;
  color: #000000;
  font-family: Regular;
}

.floor2_left_item_box p em {
  font-weight: 400;
  font-size: 0.75rem;
  /* color: #81029A; */
  font-family: Regular;
  font-style: normal;
  padding-top: 0.4rem;
  box-sizing: border-box;
  line-height: 0.6rem;
  margin-left: 0.4rem;
}
.floor2_left_item_box:hover p{
  color: #81029A;
}

.floor2_right_box img {
  width: 61.81rem;
}

/* 合作伙伴 */
.floor3_box {
  padding: 8.75rem 0 6.95rem;
}
.floor3_con .floor3_item_box {
  width: 15.9rem;
  height: 5rem;
  border-radius: 0.5rem;
  border: 0.06rem solid #E9E9E9;
  margin-right: 1.8rem;
  margin-bottom: 1.8rem;
  box-shadow: none;
}

.floor3_con .floor3_item_box:nth-child(5n) {
  margin-right: 0;
}

.floor3_item_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: none;
  box-shadow: none;
}

/* 最新动态 */
.floor4_box {
  background: #F0F2F7;
  height: 51.31rem;
}

.floor4_header_right_box .floor4_header_right_btn {
  width: 2.29rem;
  height: 2.29rem;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.06rem solid #ACACAC;
  border-radius: 50%;
  /* line-height: 2.29rem; */
  margin-right: 0.94rem;
}

.floor4_header_right_box .floor4_header_right_btn i {
  font-size: 0.9rem;
  color: #767676;
}

.floor4_header_right_box a {
  font-weight: 400;
  font-size: 1.13rem;
  /* color: #81029A; */
  font-family: Regular;
}
.floor4_header_right_box a:hover{
  color: #81029A;
}
.floor4_header_right_box a {
  margin-left: 1.75rem;
}

.floor4_con {
  /* overflow: hidden; */
  height: auto;
}

.floor4_mySwiper {
  position: relative;
}

.floor4_box .swiper-button-next,
.floor4_box .swiper-button-prev {
  top: -32%;
  /* top: -6.43rem; */
  /* top: 0; */
  color: #767676;
  width: 2.29rem;
  height: 2.29rem;
  border-radius: 50%;
  border: 0.06rem solid #ACACAC;
  margin-top: 0;
}

.floor4_box .swiper-button-prev {
  left: 73.63rem;
}

.floor4_box .swiper-button-next {
  left: 76.88rem;
}

.floor4_box .swiper-button-next::after,
.floor4_box .swiper-button-prev::after {
  font-size: 0.9rem;
}

.floor4_item_box {
  width: 20.38rem !important;
  /* height: 27.25rem; */
  background: #FFFFFF;
  border-radius: 0.63rem;
  padding: 1.25rem;
  margin-right: 2rem;
  flex-shrink: 0;
  box-sizing: border-box;
}

.floor4_item_box:hover h6 {
  color: #81029A;
}

.floor4_item_box .floor4_item_banner {
  width: 100%;
  height: 12.5rem;
  object-fit: cover;
  border-radius: 0.63rem;
}

.floor4_item_con {
  margin-top: 1rem;
}

.floor4_item_con h6 {
  font-weight: 500;
  font-size: 1.13rem;
  color: #000000;
  font-family: Medium;
  margin-bottom: 0.7rem;
  width: 100%;
  /* height: 3.44rem; */
}

.floor4_item_con .floor4_item_content {
  font-weight: 400;
  font-size: 0.88rem;
  color: #666666;
  font-family: Regular;
  margin-bottom: 1.56rem;
  word-wrap: break-word;
  word-break: break-all;
  white-space: wrap;
  height: 3.69rem;
}

.floor4_item_con .floor4_item_time {
  font-weight: 400;
  font-size: 0.88rem;
  color: #666666;
  font-family: Din;
}

.floor4_item_con .floor4_item_time img {
  height: 0.88rem;
  margin-right: 0.25rem;
  vertical-align: middle;
  display: block;
}

/* 联系我们，开启精彩旅程 */
.floor5_box {
  width: 100%;
  height: 11.19rem;
  background: url('../imgs/bg1-1.png') no-repeat center #fff;
  background-size: 100%;
}

.floor5_box span {
  font-weight: 600;
  font-size: 2.25rem;
  color: #81029A;
  font-family: pfSemibold;
}

.floor5_box p {
  font-weight: 500;
  font-size: 1.25rem;
  color: #FFFFFF;
  font-family: Medium;
  width: 10.88rem;
  height: 2.92rem;
  background: #81029A;
  border-radius: 3.75rem;
  text-align: center;
  line-height: 2.92rem;
  margin-left: 15.56rem;
}

/* 底部 */
.footer_box {
  background: #222222;
}

.footer_top_box {
  padding: 4.31rem 0;
}

.footer_left_box img {
  width: 10.13rem;
  height: 8.44rem;
}

.footer_center_item_box {
  margin-right: 2.63rem;
}

.footer_center_item_box:last-child {
  margin-right: 0;
}

.footer_center_item_box p {
  font-weight: 500;
  font-size: 1.13rem;
  color: #E3E3E3;
  font-family: pfSemibold;
  margin-bottom: 1.38rem;
}

.footer_center_item_box a {
  margin-bottom: 0.88rem;
  font-weight: 400;
  font-size: 0.88rem;
  color: #8A8A8A;
  font-family: Regular;
}
.footer_center_item_box a:hover{
  color: #fff;
}

.footer_right_box p {
  font-weight: 400;
  font-size: 0.88rem;
  color: #B3B3B3;
  line-height: 1.75rem;
}

.footer_right_box p em {
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
  color: #E3E3E3;
  font-family: Din;
}

.footer_bottom_box {
  border-top: 0.06rem solid #3D3D3D;
  height: 2.24rem;
  line-height: 2.24rem;
}

.footer_bottom_box p {
  font-weight: 400;
  font-size: 0.75rem;
  color: #8A8A8A;
  font-family: pfSemibold;
}

.footer_bottom_box p a {
  margin-left: 2.38rem;
  font-weight: 400;
  font-size: 0.75rem;
  color: #8A8A8A;
  font-family: pfSemibold;
}
.footer_bottom_box p a:hover{
  color: #fff;
}

/* 留言 */
.el-dialog {
  border-radius: 1.25rem;
}

.dialog_msg_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dialog_msg_box .el-dialog__title {
  font-weight: bold;
  font-size: 1.75rem;
  color: #000000;
  font-family: Bold;
}

.el-dialog__header {
  border-bottom: 0.13rem solid #F2F2F2;
}

.dialog_msg_box .el-dialog__headerbtn .el-dialog__close {
  font-size: 1.23rem;
}
.dialog_msg_box .el-dialog__headerbtn{
  top: 2.75rem;
  right: 3.13rem;
}

.dialog_msg_box .el-dialog__header {
  padding: 2.75rem 0 1.25rem;
}

.dialog_msg_box .el-dialog {
  padding: 0 3.13rem;
}

.dialog_msg_box .el-dialog__footer {
  text-align: center;
}

.dialog_msg_box .dialog-footer .el-button {
  width: 13.75rem;
  height: 2.75rem;
  background: #81029A;
  border-radius: 5.06rem;
  border: none;
  font-weight: 500;
  font-size: 1.38rem;
  color: #FFFFFF;
  font-family: Medium;
  line-height: 2.75rem;
  padding: 0;
}

.dialog_msg_box .el-dialog__body {
  padding: 2.5rem 0 0;
}

.dialog_msg_form_itme_box {
  margin-bottom: 1.88rem;
}

.dialog_msg_form_itme_box span {
  font-weight: 500;
  font-size: 1.13rem;
  color: #333333;
  font-family: Medium;
  display: block;
  margin-bottom: 1rem;
}

.dialog_msg_form_itme_box span em {
  font-style: normal;
  color: #FB2B2E;
}

.dialog_msg_form_itme_box .el-input__inner {
  height: 3.13rem;
  background: #F6F6F8;
  border-radius: 0.31rem;
  font-size: 0.88rem;
  border: none;
}

.dialog_msg_form_itme_box .el-textarea__inner {
  background: #F6F6F8;
  border-radius: 0.31rem;
  font-size: 0.88rem;
  border: none;
  height: 7.75rem;
  /*去掉右下角拖拽*/
  resize: none !important;
}

.dialog_complaint_box .dialog_msg_form_itme_box .el-input__inner {
  width: 16.25rem;
}

.dialog_complaint_box .dialog_msg_form_itme_box {
  margin-right: 1.2rem;
}

.dialog_complaint_box .dialog_msg_form_itme_box:nth-child(2n) {
  margin-right: 0;
}

.dialog_complaint_box .dialog_msg_form_itme_box.dialog_msg_form_itme_box1 {
  width: 100%;
}

.dialog_complaint_box .dialog_msg_form_itme_box.dialog_msg_form_itme_box1 .el-input__inner {
  width: 100%;
}

.dialog_complaint_box .dialog_msg_form_itme_box img {
  width: 5.13rem;
  height: 2.19rem;
  margin-left: 1.25rem;
}

/* 汽运 */
.banner_con {
  position: relative;
}

.banner_con {
  position: absolute;
  top: 18.13rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  /* font-weight: 800; */
  font-size: 3.75rem;
  color: #FFFFFF;
  font-family: Heavy;
  height: auto;
}

.automobile_floor1_box {
  height: 36.38rem;
}

.automobile_floor1_title {
  font-weight: bold;
  font-size: 2.88rem;
  color: #000000;
  font-family: Bold;
  margin-bottom: 5rem;
}

.automobile_floor1_left_box {
  font-weight: 400;
  font-size: 1.38rem;
  color: #333333;
  font-family: Regular;
  width: 62.57rem;
  position: relative;
  padding-right: 5.44rem;
  box-sizing: border-box;
  flex-shrink: 0;
}

.automobile_floor1_left_box p {
  line-height: 2.25rem;
  text-align: justify;
}

.automobile_floor1_left_box::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0.06rem;
  height: 9.56rem;
  background: #D9D9D9;
  margin: auto 0;
}

.automobile_floor1_left_imgs {
  margin-top: 2.5rem;
}

.automobile_floor1_left_imgs_item {
  width: 9.38rem;
  height: 3.25rem;
  border-radius: 0.5rem;
  position: relative;
  margin-right: 1.25rem;
}

.automobile_floor1_left_imgs_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.5rem;
}

.automobile_floor1_left_imgs_item p {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-weight: 500;
  font-size: 1.38rem;
  color: #FFFFFF;
  font-family: Medium;
  text-align: center;
  line-height: 3.25rem;
}

.automobile_floor1_right_box {
  /* padding-left: 5.44rem; */
  flex-shrink: 0;
  width: 24.88rem;
}

.automobile_floor1_right_box .floor2_left_item_box {
  min-width: 6.8rem;
  width: auto;
  max-width: 9rem;
  margin-left: 3.6rem;
  flex-shrink: 0;
}

.automobile_floor1_right_box.storage_floor1_right_box .floor2_left_item_box {
  max-width: 11rem;
}

.automobile_floor1_right_box .floor2_left_item_box p {
  font-weight: bold;
  font-size: 3rem;
  color: #000000;
}

.automobile_floor1_right_box .floor2_left_item_box span {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
}

.automobile_floor1_right_box .floor2_left_item_box:nth-child(3),
.automobile_floor1_right_box .floor2_left_item_box:nth-child(4) {
  margin-bottom: 0;
}

.automobile_floor1_right_box .floor2_left_item_box:nth-child(2n+1) {
  margin-left: 5rem;
  width: 9rem;
}
.automobile_floor1_right_box .floor2_left_item_box:nth-child(2n) {
  width: 7.2rem;
}

.automobile_floor2_box {
  height: 52.13rem;
}

.automobile_floor2_left_box {
  margin-right: 7.31rem;
}

.automobile_floor1_right_box.storage_floor1_right_box .floor2_left_item_box:nth-child(2n) {
  margin-left: 3.38rem;
}

.automobile_floor1_right_box.storage_floor1_right_box .floor2_left_item_box:nth-child(2n+1) {
  margin-left: 3.19rem;
  width: 7.38rem;
}

.automobile_floor1_right_box.storage_floor1_right_box .floor2_left_item_box:nth-child(2n) {
  width: 9rem;
}

.automobile_floor2_left_item_box span {
  width: 6.81rem;
  font-weight: 500;
  font-size: 1.38rem;
  color: #333333;
  font-family: Medium;
  margin-bottom: 4.5rem;
  text-align: right;
  position: relative;
}

.storage_floor2_left_box .automobile_floor2_left_item_box span {
  width: 9.8rem;
}

.automobile_floor2_left_item_box span::after {
  content: '';
  position: absolute;
  right: -2.48rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 0.38rem;
  height: 0.38rem;
  background: #D1D1D1;
  border-radius: 50%;
  display: block;
  z-index: 1;
}

.automobile_floor2_left_item_box p {
  width: 30rem;
  height: 5.88rem;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  margin-left: 4.64rem;
  position: relative;
  line-height: 1.63rem;
}

.automobile_floor2_left_item_box p::before {
  content: '';
  position: absolute;
  width: 0.08rem;
  height: 5.94rem;
  background: #D2D2D2;
  left: -2.36rem;
  top: 1.1rem;
}

.automobile_floor2_left_item_box:last-child p::before {
  display: none;
}

.automobile_floor2_right_box img {
  width: 40rem;
  height: 26.63rem;
  object-fit: contain;
}

.automobile_floor1_right_box .floor2_left_item_box em {
  color: #000000;
}

/* 安全保障 */
.storage_floor3_box {
  height: 51.88rem;
}

.storage_floor3_item_box {
  width: 26.75rem;
  cursor: pointer;
}

.storage_floor3_item_img {
  width: 26.75rem;
  height: 17.25rem;
  overflow: hidden;
  border-radius: 0.63rem;
}

.storage_floor3_item_box:hover .storage_floor3_item_img img {
  transform: scale(1.2);
}

.storage_floor3_item_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: all .5s ease;
}

.storage_floor3_item_box p {
  margin-top: 3.13rem;
  margin-bottom: 1.13rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #000000;
  font-family: Medium;
  text-align: center;
}

.storage_floor3_item_box span {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  color: #666666;
  line-height: 1.63rem;
  font-family: Regular;
  width: 16.25rem;
  display: block;
  margin: 0 auto;
  text-align: center;
}

/* 货运代理 */
.freight_floor1_right_box {
  width: 49.31rem;
  height: 31rem;
}

.freight_floor1_right_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.freight_floor1_box .freight_floor1_left_con .automobile_floor1_left_box::after {
  display: none;
}

.freight_floor1_box .automobile_floor1_left_box {
  width: 31.25rem;
  padding-right: 4.63rem;
}

.freight_floor1_box {
  height: 48.56rem;
}

/* 服务内容 */
.freight_floor2_item_box1 {
  margin-bottom: 2.5rem;
}

.freight_floor2_item_box {
  width: 28rem;
  height: 19.75rem;
  background: #FFFFFF;
  border-radius: 0.63rem 0.63rem 0.63rem 0.63rem;
}

.freight_floor2_item_box h6 {
  line-height: 4.13rem;
  text-align: center;
  font-weight: 500;
  font-size: 1.38rem;
  color: #000000;
  font-family: Medium;
  border-bottom: 0.06rem solid #EDEDED;
}

.freight_floor2_item_con {
  padding: 1.38rem 1.63rem 0;
  box-sizing: border-box;
}

.freight_floor2_item_con span {
  font-weight: 500;
  font-size: 0.88rem;
  color: #333333;
  font-family: Medium;
  flex-shrink: 0;
}

.freight_floor2_item_con p {
  font-weight: 400;
  font-size: 0.88rem;
  color: #666666;
  line-height: 1.5rem;
  font-family: Regular;
  width: 20.5rem;
}

.freight_floor2_item_con_bottom {
  margin-bottom: 1.25rem;
}

.freight_floor2_item_con_bottom:last-child {
  margin-bottom: 0;
}

.freight_floor2_item_box:nth-child(2) .freight_floor2_item_con p {
  width: 19.56rem;
}

.freight_floor2_item_box:nth-child(3) .freight_floor2_item_con p {
  width: 18.63rem;
}

.freight_floor2_item_box:nth-child(4),
.freight_floor2_item_box:nth-child(5),
.freight_floor2_item_box:nth-child(6) {
  height: 14.06rem;
}

/* 企业资讯 */
.tab_box {
  height: 6.25rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.25rem 2.5rem 0rem rgba(192, 184, 209, 0.25);
  border-radius: 0.63rem;
  margin-top: -3.13rem;
  position: relative;
  z-index: 1;
  padding-left: 5rem;
  box-sizing: border-box;
}

.tab_box p {
  font-weight: 400;
  font-size: 1.25rem;
  color: #000000;
  font-family: Regular;
  margin-right: 3.75rem;
  cursor: pointer;
}

.tab_box p.active {
  font-weight: bold;
  color: #81029A;
}

.tab_box p:hover {
  font-weight: bold;
  color: #81029A;
}

/* 企业资讯 */
.news_box {
  margin-top: 4rem;
  margin-bottom: 4.38rem;
}

.news_box .floor4_item_box {
  margin-bottom: 2.5rem;
  margin-right: 1.99rem;
}

.news_box .floor4_item_box:nth-child(4n) {
  margin-right: 0;
}

/* 企业资讯 详情 */
.news_banner_box {
  height: 21.75rem;
  background: url(../imgs/banner3-2.png) no-repeat center #F0F2F7;
  background-size: 100%;
  /* padding-top: 5rem; */
  box-sizing: border-box;
}

.news_banner_back {
  font-weight: 800;
  font-size: 1.13rem;
  color: #666666;
}

.news_banner_back i {
  font-weight: 500;
}

.news_banner_box p {
  font-weight: bold;
  font-size: 2.38rem;
  color: #000000;
  font-family: Bold;
  margin-top: 3.13rem;
  margin-bottom: 1rem;
}

.news_banner_box span {
  font-weight: 400;
  font-size: 1.13rem;
  color: #666666;
  font-family: Din;
}

.news_detail_box {
  padding: 5rem 0 5.69rem;
  box-sizing: border-box;
  word-wrap: break-word;
  white-space: pre-wrap;
}

/* 招贤纳士 */
.hire_box {
  padding: 8.75rem 0 6.81rem;
}

.hire_item_box {
  width: 27.75rem;
  background: #FFFFFF;
  border-radius: 0.63rem;
  border: 0.06rem solid #F0F2F7;
  overflow: hidden;
  margin-right: 1.82rem;
  margin-bottom: 1.88rem;
}

.hire_item_box:nth-child(3n) {
  margin-right: 0;
}
.hire_item_box:hover{
  box-shadow: 0 0 30px rgba(129, 2, 154, 0.1);
}
.hire_top_box {
  padding: 1.25rem 1.75rem;
  box-sizing: border-box;
}

.hire_top_title_box {
  margin-bottom: 0.88rem;
}

.hire_top_title_box p {
  font-weight: 600;
  font-size: 1.25rem;
  color: #000000;
}

.hire_top_title_box span {
  font-weight: 500;
  font-size: 1.38rem;
  color: #E50012;
}

.hire_top_desc_box p {
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
}

.hire_top_desc_box span {
  font-weight: 400;
  font-size: 0.88rem;
  color: #666666;
  background: #F8F8F8;
  border-radius: 0.13rem;
  padding: 0.31rem;
  box-sizing: border-box;
  max-width: 7rem;
  height: 100%;
  margin-right: 0.63rem;
}

.hire_bottom_box {
  /* margin-top: 1.88rem; */
  background: linear-gradient(90deg, #EDEAF8 0%, #F5F3FB 100%);
  padding: 0 1.75rem;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  height: 3.13rem;
  width: 100%;
  line-height: 3.13rem;
}
.hire_bottom_box span{
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  flex-shrink: 0;
  margin-left: 0.3rem;
}
.hire_item_box:hover {
  border-color: #81029A;
}

.hire_item_box:hover .hire_top_title_box p {
  color: #81029A;
}

/* 关于兰盛 */
.about_box {
  padding: 6.31rem 0 8.75rem;
  box-sizing: border-box;
}

.about_right_box {
  width: 36.69rem;
  height: 22.63rem;
  margin-left: 6.63rem;
}

.about_right_box img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about_left_box {
  width: 44.19rem;
}

.about_left_box h6 {
  font-weight: bold;
  font-size: 2.88rem;
  color: #000000;
  font-family: Bold;
  padding-bottom: 2.5rem;
  border-bottom: 0.06rem solid #E2E2E2;
  margin-bottom: 3.13rem;
}

.about_left_box p {
  font-weight: 400;
  font-size: 1.38rem;
  color: #666666;
  line-height: 2.25rem;
  font-family: Regular;
}

.about_floor2_item_box {
  width: 25%;
  height: 32.69rem;
  cursor: pointer;
}

.about_floor2_item_box:hover {
  background: #fff;
}

.about_floor2_item_box img {
  width: 6.25rem;
}

.about_floor2_item_box span {
  display: block;
  margin-top: 3.13rem;
  margin-bottom: 1.5rem;
  font-weight: 500;
  font-size: 1.5rem;
  color: #333333;
  font-family: Medium;
}

.about_floor2_item_box p {
  font-weight: 400;
  font-size: 1rem;
  color: #666666;
  line-height: 1.63rem;
  font-family: Regular;
  width: 14.06rem;
  text-align: center;
  height: 12rem;
}

.about_floor2_item_box:nth-child(1) p {
  text-align: justify;
}

/* 发展历程 */
.about_floor3_box {
  padding: 8.75rem 0;
  box-sizing: border-box;
}

.about_floor3_header_box {
  font-weight: 400;
  font-size: 2.88rem;
  color: #666666;
  font-family: Regular;
  cursor: pointer;
}

.about_floor3_header_box p.active {
  font-weight: bold;
  color: #000000;
}

.about_floor3_header_box p:hover {
  font-weight: bold;
  color: #000000;
}

.about_floor3_header_box p:last-child {
  margin-left: 7.25rem;
}
/* 发展历程 */
.m2abtYrs {
  padding: 0px 14vw;
  height: 4.3rem;
  margin-top:6.88rem;
  position: relative;
  margin-bottom: 1.82vw;
}

.m2abtYrs:before {
  content: "";
  /* background: #EBEBEB; */
  border: 1px dashed #EBEBEB;
  position: absolute;
  left: 0;
  top: 3.6rem;
  right: 0;
}

.m2abt_yr {
  text-align: center;
  /* padding-top: 5px; */
  font-weight: bold;
  font-size: 1.38rem;
  color: #666666;
  display: inline-block;
  font-family: Din;
  transition: all 0.5s ease;
  position: relative;
  z-index: 10;
}
.m2abt_yr::after{
  content: '';
  display: block;
  width: 0.38rem;
  height: 0.38rem;
  background: #D6D6D6;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -2.1rem;
  z-index: 1;
}
.m2abtYrs .slick-current.m2abt_yr::after{
  width: 0.63rem;
  height: 0.63rem;
  background: #FFFFFF;
  border: 0.19rem solid #81029A;
}
.m2abtYrs .slick-list{
  height: 100%;
}
.m2abtYrs .slick-track{
  display: flex;
  align-items: center;
}
.m2abtlcSwiper {
  position: relative;
  height: 24rem;
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  width: 80rem;
  margin: 0 auto;
}

.m2abtlcSwiper:before {
  content: "";
  width: 25.88rem;
  height: 22rem;
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
  box-shadow: 0rem 0.25rem 3.13rem 0rem #EDECF1;
  border-radius: 0.63rem;
}

.slick-current.m2abt_yr {
  padding-top: 0;
  color: #81029A;
  font-size: 1.75rem;
}

.m2abtYrs .slick-prev {
  background: url(../imgs/perv.png) no-repeat center center;
  display: inline-block;
  height: 2.81rem;
  width: 1.63rem;
  position: absolute;
  left: 16.25rem;
  top: -0.4rem;
  text-indent: 1000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  background-size: 100%;
  /* transform: rotate(180deg); */
  border: none;
}

.m2abtYrs .slick-next {
  background: url(../imgs/next.png) no-repeat center center;
  display: inline-block;
  height: 2.81rem;
  width: 1.63rem;
  position: absolute;
  right: 16.25rem;
  top: -0.4rem;
  text-indent: 1000px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  background-size: 100%;
  /* transform: rotate(180deg); */
  border: none;
  font-weight: normal;
}

.m2abtlc_item {
  padding: 4rem 4rem 0;
  position: relative;
  font-weight: 400;
  font-size: 1.13rem;
  color: #666666;
  line-height: 2rem;
}

.m2abtlcSwiper .slick-list {
  position: relative;
  z-index: 2;
}
.list-paddingleft-2{
  height: 18rem;
  overflow-y: auto;
}
.list-paddingleft-2 li{
  list-style: disc;
  position: relative; padding-left: 12px;
}
.list-paddingleft-2 li::marker{
  width: 0.38rem;
  height: 0.38rem;
  background: #666666;
}
.list-paddingleft-2 li:after { content: ""; width: 4px; height: 4px; background: #666; position: absolute; left: 0; top: 13px;border-radius: 50%; }

.honor_box{
  margin-top: 5rem;
  /* height: 24.88rem !important; */
  width: 87.5rem;
  overflow: hidden;
  padding-bottom: 0.4rem;
  padding: 2.5rem 1.2rem 4rem 0;
  position: relative;
}
.honor_box .swiper-slide{
  width: 12.63rem;
  height: 17.5rem;
  overflow: hidden;
  /* line-height: 24.88rem; */
  border-radius: 0.63rem;
  box-shadow: 0rem 0rem 0.25rem 0rem rgba(223,223,225,0.6);
  border: 0.06rem solid #E1E1E1;
  /* border: 0.06rem solid #E1E1E1; */
  /* box-shadow: 0rem 0.25rem 2.5rem 0rem rgba(223,223,225,0.9); */
}
.honor_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* border-radius: 0.63rem; */
}
.honor_box .swiper-slide.swiper-slide-prev, .honor_box .swiper-slide.swiper-slide-next{
  /* transform: scale(1.15); */
  width: 15.38rem;
  height: 19.67rem;
}
.honor_box .swiper-slide.swiper-slide-active{
  /* transform: scale(1.31); */
  width: 18rem;
  height: 24.88rem;
}
.honor_box .swiper-slide img{
  /* margin: 0 1.4rem; */
}
/* .about_floor3_con1{
  width: 100%;
} */

/* .about_floor3_box1 .m2abt_yr,.about_floor3_box1 .slick-arrow{
  display: none;
} */


.honor_box .swiper-horizontal>.swiper-pagination-bullets, .honor_box .swiper-pagination-bullets.swiper-pagination-horizontal,.honor_box  .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0;
  top: auto;
}
.swiper-pagination-bullet-active{
  background: #81029A;
}

.about_floor4_box{
  height: 59.81rem;
}

.about_floor4_box .swiper {
  width: 100%;
  height: 100%;
}

.about_floor4_box .swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.about_floor4_box .mySwiper2 .swiper-slide img {
  width: 56.88rem;
  height: 34.44rem;
  border-radius: 1.25rem;
  object-fit: cover;
}

.about_floor4_box .swiper {
  width: 100%;
  height: 34.44rem;
  margin-left: auto;
  margin-right: auto;
}

.about_floor4_box .swiper-slide {
  background-size: cover;
  background-position: center;
}

.about_floor4_box .mySwiper2 {
  height: 34.44rem;
  width: 56.88rem;
  margin: 0;
}

.about_floor4_box .mySwiper {
  height: 34.44rem;
  width: 16.01rem;
  box-sizing: border-box;
  /* padding: 10px 0; */
}

.about_floor4_box .mySwiper .swiper-slide {
  width: 8.94rem;
  height: 5.75rem;
  /* margin-bottom: 1.13rem !important; */
  /* opacity: 0.4; */
}

.about_floor4_box .mySwiper .swiper-slide-thumb-active {
  /* opacity: 1; */
  /* width: 11.19rem;
  height: 6.75rem;
  object-fit: cover; */
  /* transform: scale(1.25); */
  width: 11.19rem;
  height: 6.75rem;
}

.about_floor4_box .mySwiper .swiper-slide img {
  /* display: block; */
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 0.63rem;
}
.about_floor4_box  .mySwiper{
  position: relative;
  border-left: 0.13rem solid #E9E9E9;
  padding-left: 4.69rem;
  box-sizing: border-box;
}


/* 招贤纳士 */
.jobs_detail_box{
 
}
.jobs_detail_top_box{
  padding: 5rem 0 4.38rem;
  border-bottom: 0.13rem solid #EFEFEF;
}
.jobs_detail_top_box span,.jobs_detail_bottom_box span{
  font-weight: 500;
  font-size: 1.5rem;
  color: #000000;
  font-family: Medium;
  display: block;
  margin-bottom: 1.88rem;
}
.jobs_detail_bottom_box{
  padding: 4.38rem 0 6.31rem;
}
.jobs_detail_bottom_item_box em{
  font-weight: 400;
  font-size: 0.75rem;
  color: #999999;
  margin-bottom: 0.75rem;
  font-family: Regular;
  font-style: normal;
}
.jobs_detail_bottom_item_box p{
  font-weight: 500;
  font-size: 1rem;
  color: #333333;
  font-family: Medium;
}
.jobs_detail_bottom_item_box{
  margin-right: 4.44rem;
}
/* 访问内网 */
.link_item_box{
  width: 34.38rem;
  height: 26rem;
  background: url(../imgs/link.png) no-repeat center;
  background-size: 100%;
  margin: 8.75rem 0 22.75rem;
  padding: 5.38rem 0 0 3.75rem;
  box-sizing: border-box;
}
.link_item_box:hover{
  box-shadow: 0 0 30px rgba(207,240,226,0.8);
}
.link_item_box h6{
  font-weight: 600;
  font-size: 2.63rem;
  color: #11604D;
  font-family: Semibold;
}
.link_item_box p{
  font-weight: 400;
  font-size: 1.5rem;
  color: #54AB89;
  font-family: Semibold;
  margin-top: 1.25rem;
  margin-bottom: 4.63rem;
}
.link_item_box span{
  font-weight: 500;
  font-size: 1rem;
  color: #11604D;
  font-family: Semibold;
}
.link_item_box img{
  width: 1.25rem;
  margin-left: 0.38rem;
}
.link_item_top_box{
  width: 8.88rem;
  height: 3.25rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.25rem 1.88rem 0rem rgba(153,215,160,0.25);
  border-radius: 6.25rem;
  border: 0.13rem solid #FFFFFF;
}

.el-dialog__footer{
  padding-bottom: 3.13rem;
}

.img_boxshaw_box{
  box-shadow: 0 -0.3rem 0.3rem rgba(0,0,0,0.05);
}