/* 公共样式 */
.flex-c {
  display: flex;
  align-items: center;
}
.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-cum {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex {
  display: flex;
}
.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-card {
  width: 20rem;
  height: 100%;
  margin: 0 auto;
}
.common-tl h2 {
  font-size: 0.45rem;
  color: #000000;
  font-weight: normal;
}
.common-tl p {
  font-size: 0.3rem;
  color: #999999;
  margin-top: 0.1875rem;
}
.common-more {
  width: 121px;
  height: 33px;
  border-radius: 16px;
  border: solid 2px #e5e4e2;
  font-size: 11px;
  line-height: 33px;
  color: #000000;
}
.common-more::after {
  display: block;
  content: '';
  width: 27px;
  height: 13px;
  background: url(../img/icon2.png) no-repeat;
  background-size: cover;
  margin-left: 12px;
}
/* 头部 */
.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1rem;
  z-index: 999;
}
.header .logo {
  display: inline-block;
  height: 0.5125rem;
  width: auto;
  margin-right: 0.625rem;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.header .rt {
  flex: 1;
}
.header li a {
  font-size: 0.2125rem;
  color: #ffffff;
}
.header .form {
  position: relative;
  height: 0.3875rem;
}
.header .form input[type='text'] {
  width: 2.525rem;
  height: 100%;
  border-radius: 0.175rem;
  border: solid 0.0125rem #ffffff;
  font-size: 0.175rem;
  line-height: 0.3875rem;
  padding-left: 0.125rem;
  background: none;
  color: #ffffff;
}

.header .form input::placeholder {
  color: #ffffff;
  font-size: 0.175rem;
}
.header .form input[type='submit'] {
  position: absolute;
  right: 0.125rem;
  top: 50%;
  transform: translateY(-50%);
  width: 0.2875rem;
  height: 0.2875rem;
  background: url(../img/icon1.png) no-repeat;
  background-size: cover;
}
/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.headerSwiper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.headerSwiper   .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
	transition:1s linear 2s;
		transform:scale(1.1,1.1);
}
	.headerSwiper .swiper-slide-active img,.headerSwiper .swiper-slide-duplicate-active img{
		transition:6s linear;
		transform:scale(1,1);
		}	
.bannernum {
    opacity: 0;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3%;
  z-index: 9;
  left: 17%;
  transform: translateX(-50%);
}

.bannernums .br {
  display: none;
  position: relative;
  width: 78px;
  height: 1px;
  background-color: #fff;
  opacity: 0;
}

.bannernums.active .br {
  display: block;
  opacity: 1;
  transition: all 0.3s;
  margin-right: 0.25rem;
}

.bannernums.active .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  z-index: 9;
  background-color: #fff;
  animation: grow 2s;
}

.bannernums.active .bg::before {
  display: block;
  content: '';
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 3px solid rgba(248, 246, 246, 0.3);
  border-radius: 50%;
}

@keyframes grow {
  to {
    width: 78px;
  }
}

.bannernums {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  color: #fff;
  margin-right: 0.375rem;
  transition: all 3s;
  cursor: pointer;
}
.headerSwiper .number {
  position: absolute;
  z-index: 66;
  right: 5%;
  bottom: 3%;
}
.headerSwiper .number span {
  font-size: 0.75rem;
  color: #ffffff;
}
.headerSwiper .number i {
  font-size: 0.3rem;
  color: #ffffff;
}
.headerSwiper .number h6 {
  font-size: 0.25rem;
  font-weight: normal;
  color: #ffffff;
}
.headerSwiper .number .img {
  width: 0.475rem;
  height: 0.475rem;
  object-fit: cover;
  margin-bottom: 0.025rem;
}
.headerSwiper .number .br {
  position: relative;
  width: 6.725rem;
  height: 0.0125rem;
  margin: 0 0.3125rem;
  background-color: rgba(239, 237, 237, 0.3);
}
.headerSwiper .number .br::before {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -0.0125rem;
  display: block;
  content: '';
  width: 0.6625rem;
  height: 0.0375rem;
  background-color: #ffffff;
}
.headerSwiper .number li:nth-child(2n) {
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* 关于远欧 */
.about {
  width: 100%;
  height: auto;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  padding: 1rem 0 0.4375rem 0;
}
.about .common-card {
  position: relative;
}
.about .lt {
  flex: 1;
}
.about .rt {
  width: 9.9125rem;
  height: 7.225rem;
  margin-left: 0.55rem;
}
.about .lt .text {
    font-size: 14px;
    line-height: 30px;
  color: #4e4e4e;
  margin-top: 0.25rem;
}
.aboutSwiper2 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.aboutSwiper2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

.aboutSwiper2 .swiper-slide {
  position: relative;
}
.aboutSwiper2 .img {
  position: absolute;
  z-index: 999;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 5.075rem;
  height: 3.825rem;
  background: url(../img/icon4-1.png) no-repeat;
  background-size: cover;
}
.aboutSwiper2 .img h5 {
  font-size: 0.45rem;
  color: #ffffff;
}
.aboutSwiper2 .img .ls {
  font-size: 0.3625rem;
  line-height: .5875rem;
  text-align: center;
  color: #ffffff;
  margin-top: 0.1875rem;
}
.aboutSwiper1 {
  position: absolute;
  bottom: 29px;
  left: 0;
  z-index: 99;
  width: 11.4375rem;
 height: 3.125rem;
  background: url(../img/icon3.png) no-repeat;
  background-size: cover;
  background-color: #fff;
}
.aboutSwiper1 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
 // justify-content: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
  box-shadow: 0px 1px 9px 1px rgba(0, 0, 0, 0.11);
}
.aboutSwiper1 img {
margin-top: .225rem;
width: .625rem;
  height: auto;
  object-fit: contain;
}
.aboutSwiper1 p {
  font-size: 0.375rem;
  color: #2132a3;
  margin: 0.125rem 0;
}
.aboutSwiper1 .ls {
 //height: 0.6375rem;
  font-size: 0.2375rem;
line-height: .2875rem;
  color: #333333;
  text-align: center;
}
.aboutSwiper1 .swiper-slide-thumb-active {
border: .025rem solid red;
}
/* 主营业务 */
.business {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 1.125rem 0;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}
.common-tl.con {
  text-align: center;
}
.common-tl.con p {
  color: #000;
}

.business-con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
}
.business-con li {
  background-color: #fff;
  margin-right: 0.175rem;
  height: 8.1875rem;
  padding: 0.5rem 0.3125rem 0.4375rem 0.3125rem;
}
.business-con li:last-child {
  margin-right: 0;
  width: 5.5rem;
}
.business-con li:first-child {
  width: 7.925rem;
}
.business-con li:nth-child(2) {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.business-con h6 {
font-size: .1875rem;
  text-align: center;
  color: #000000;
  margin-bottom: 0.125rem;
}
.business-con .ls {
 font-size: .2rem;
line-height: .3125rem;
  color: #999999;
}
.business-con li a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.business-con .item img {
  width: 100%;
  height: 2.5rem;
  object-fit: cover;
}
/* Radius */
.radius {
  position: relative;
  width: 100%;
  height: auto;
}
.radius .common-card {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: end;
  justify-content: space-between;
  padding-bottom: 0.5625rem;
}
.radius .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.radius .text{
    width: 60%;
margin-right: .25rem;
}
.radius .text h6 {
  font-size: 0.45rem;
  font-weight: normal;
  color: #ffffff;
  margin-bottom: 0.125rem;
}
.radius .text .ls,
.radius .lss {
font-size: .175rem;
line-height: .3125rem;
  color: #ffffff;
}
/* 远欧核心优势 */
.advantage {
  width: 100%;
  height: 14.05rem;
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
  padding: 0.75rem 0 1.125rem 0;
}
.advantage .common-card {
  position: relative;
}
.advantage .bg {
  width: 11rem;
  height: 11rem;
  object-fit: cover;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.advantage .item img {
  width: 2.675rem;
  height: 2.675rem;
  object-fit: cover;
  transition: transform 1s;
}
.advantage .item:hover img {
  transform: rotate(360deg);
}
.advantage .item {
  cursor: pointer;
  position: absolute;

  display: flex;
  flex-direction: column;
  align-items: end;
}
.advantage .item .ls {
font-size: .25rem;
line-height: .4375rem;
  color: #333333;
}
.advantage .text1 {
  left: -3%;
  top: 23%;
width: 6.25rem;
}
.advantage .text2 {
  align-items: baseline;
  right: -10%;
 width: 7.5rem;
  top: 18%;
}

.advantage .text3 {
width: 6.875rem;
  left: -4%;
  bottom: 0;
}

.advantage .text4 {
  align-items: baseline;
    width: 6.875rem;
  right: -8%;
  bottom: 0;
}
/* 远欧服务特点 */
.service {
  width: 100%;
  height: auto;
  padding: 0.9375rem 0 0.375rem 0;
}
.service ul {
  height: 4.9875rem;
  width: 100%;
  background: url(../img/icon8.png) no-repeat;
  background-size: cover;
  margin-top: 0.375rem;
}
.service li {
  position: relative;

  width: calc((100% - 0.3rem) / 3);
  margin-right: 0.15rem;
  height: 100%;
  cursor: pointer;
}
.service li:last-child {
  margin-right: 0;
}
.service li .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.service li .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.service li .img {
  width: 2.825rem;
  height: 2.825rem;
  object-fit: cover;
  transition: transform 2s;
}
.service .ls {
  font-size: 0.275rem;
  color: #ffffff;
  margin-top: 0.25rem;
}
.service li:hover .img {
  transform: rotate(360deg);
}

.agency {
  width: 100%;
  height: 6.075rem;
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;
  background-color: #02223b;
}
.agency .common-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.agency h6 {
  font-size: 0.425rem;
  color: #ffffff;
    text-align: center;
}
.agency p {
  font-size: 0.45rem;
//  letter-spacing: 0.225rem;
  color: #ffffff;
  margin: 0.3125rem 0 0.625rem 0;
}
.agency .common-more {
  color: #fff;
}

.footer {
  width: 100%;
  height: auto;
  background: url(../img/bg5.png) no-repeat;
  background-size: cover;
  padding-top: 0.5rem;
}
.footer .common-card {
  display: flex;
  flex-direction: column;
  height: 7.725rem;
  justify-content: space-between;
}
.footer .logo {
  display: inline-block;
  width: 7.1875rem;
  height: auto;
  margin-right: 3.75rem;
}
.footer .logo img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.footer .nav .rt {
  flex: 1;
}
.footer .nav .rt a {
  font-size: 0.25rem;
  color: #ffffff;
}
.footer .bto li img {
  width: 0.2875rem;
  height: 0.2875rem;
  object-fit: cover;
  margin-right: 0.1375rem;
}
.footer .bto li span {
    font-size: .225rem;
  color: #ffffff;
}

.footer .bto .rt{
flex:1;
    display: flex;
 //   justify-content: end;
    flex-wrap: wrap;
}

.footer .bto   ul{
    width: 42%;
    flex-wrap: wrap;
margin-right: 4%;
}
.footer .bto li {
    display: flex;
    align-items: center;
margin-bottom: .125rem;
}
.footer .bto .rt a {
  display: inline-block;
  font-size: .225rem;
  line-height: 14px;
  color: #ffffff;
  border-right: 1px solid #fff;
 padding-right: .1125rem;
    margin:0  .1125rem  .1125rem 0;
}
.footer .bto .rt a:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
.footer .bottom {
  margin-top: 0.6875rem;
  font-size: 16px;
  text-align: center;
  line-height: 65px;
  border-top: 1px solid rgba(253, 251, 251, 0.5);
  color: #ffffff;
}
.header.inner {
  position: static;
}
.header.inner li a {
  color: #000;
}
.header.inner .form input[type='text'] {
  border: solid 0.0125rem #a0a0a0;
  color: #000;
}

.header.inner .form input::placeholder {
  color: #000;
}
.header.inner .form input[type='submit'] {
  background: url(../img/icon1-1.png) no-repeat;
}
.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.innerAbout {
  width: 100%;
  height: auto;
}
.innerAbout .common-card {
  position: relative;
  top: -1.375rem;
  height: 6.25rem;
  background-color: #fffdfd;
  box-shadow: 0.0125rem 0.1125rem 0.075rem 0px rgba(42, 42, 42, 0.15);
  border-radius: 0.35rem;
  padding: 0.4375rem 0.4125rem 0.4375rem 0.375rem;
}
.innerAbout .text h2 {
  font-size: 0.45rem;
  font-weight: normal;
  color: #000000;
}
.innerAbout .text p {
  font-size: 0.2rem;
  color: #999999;
  margin-top: 0.125rem;
}
.innerAbout .text .ls {
  font-size: 0.225rem;
    line-height: .45rem;
  color: #4e4e4e;
  margin-top: 0.25rem;
}
.innerAbout img {
  width: 9.325rem;
  height: 5.25rem;
  margin-left: 0.35rem;
  object-fit: cover;
}
.companyPurpose {
  width: 100%;
  height: auto;
  background: url(../img/bg6.png) no-repeat;
  background-size: cover;
  padding: 1.125rem 0 1.45rem 0;
}
.companyPurpose li .img {
  transition: all 0.3s;
  height: auto;
  object-fit: contain;
}
.companyPurpose li:hover .img {
  transform: scale(1.2);
}
.companyPurpose li h6 {
  font-size: 0.375rem;
  color: #ffffff;
  margin: 0.1875rem 0 0.125rem 0;
}
.companyPurpose li .br {
  width: 0.0375rem;
  height: 2.125rem;
  object-fit: contain;
}
.companyPurpose li .ls {
  font-size: .225rem;
    line-height: .4375rem;
  color: #ffffff;
  margin-top: 0.0625rem;
 // height: 0.9375rem;
  text-align: center;
}
.companyPurpose li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: 1px solid rgba(246, 242, 242, 0.3);
  padding-right: 1.475rem;
}
.companyPurpose li:last-child {
  border-right: 0;
}
/* 资质证书 */
.certificate {
    display: none;
  position: relative;
  width: 100%;
  height: auto;
}
.certificate .common-tl {
  position: absolute;
  left: 50%;
  top: 0.475rem;
  transform: translateX(-50%);
}
.certificate .common-tl p,
.client .common-tl p {
  color: #999999;
}
.certificate .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
/* 合作客户 */
.client {
  width: 100%;
  height: auto;
    display: none;

  padding: 0.4375rem 0 1.5rem 0;
  background: url(../img/bg8.png) no-repeat;
  background-size: auto;
  background-position: right center;
  background-color: #f6f6f6;
}
.client-con {
  margin-top: 0.875rem;
}
.client ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.client li {
  width: 2.7rem;
  height: 2.7rem;
  margin-right: 0.175rem;
}
.client li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.client li:nth-child(7n),
.client li:last-child {
  margin-right: 0;
}
.client li:nth-child(8) {
  margin-left: 1.4375rem;
  margin-top: -1rem;
}
.client li:nth-child(9),
.client li:nth-child(10),
.client li:nth-child(11),
.client li:nth-child(12) {
  margin-top: -1rem;
}
.client li:nth-child(13) {
  margin-top: -1rem;
}
.client li:nth-child(14),
.client li:nth-child(15),
.client li:nth-child(16),
.client li:nth-child(17),
.client li:nth-child(18),
.client li:nth-child(19),
.client li:nth-child(20) {
  margin-top: -1rem;
}
.client li:nth-child(14) {
  margin-right: 0.175rem;
}
.flow {
  width: 100%;
  height: auto;
  padding: 1rem 0 1.375rem 0;
  background: url(../img/bg7.png) no-repeat;
  background-size: cover;
}
.flow li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 3.1rem;
  height: auto;
  cursor: pointer;
}
.flow li .img {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.1rem;
  background: url(../img/icon16.png) no-repeat;
  background-size: cover;
}
.flow li img {
  width: 0.875rem;
  height: auto;
  object-fit: contain;
  transition: transform 1s;
}
.flow li h6 {
  font-size: .225rem;
  color: #333333;
    text-align: center;
  margin-top: 0.25rem;
}
.flow li .ls {
  text-align: center;
  font-size: 0.325rem;
  color: #ffffff;
  margin-top: 0.625rem;
}
.flow li:hover img {
  transform: rotateY(180deg);
}
/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  padding: 0.3125rem 0 0.5375rem 0;
}

.contactUs-con {
  width: 100%;
  height: auto;
  margin-top: 0.4125rem;
}
.contactUs-con .top {
  margin-right: 2rem;
}
.contactUs-con .top .lt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contactUs-con .top h6 {
font-size: .3125rem;
  color: #000000;
}
.contactUs-con .top .text {
  margin: 0 1rem 0 2rem;
}

.contactUs-con .top .ls {
font-size: .25rem;
line-height: .4375rem;
text-align: justify;
  margin-top: 0.5rem;
  color: #555555;
}
.contactUs-con .top .ph {
  height: 2.025rem;
  line-height: 2.025rem;
  background-color: #033450;
  font-size: 0.4125rem;

  padding-left: 2rem;
  text-align: left;
  color: #ffffff;
}
.contactUs-con .top img {
  width: 11.0875rem;
  height: auto;
  object-fit: cover;
}
.contactUs-con .bto h5 {
  font-size: 0.3rem;
  text-align: center;
  color: #656565;
  margin: 0.375rem 0 0.75rem 0;
}
.contactUs-con .bto img {
  width: 10.75rem;
  height: 7.0625rem;
  object-fit: cover;
  margin-right: 0.75rem;
}
.contactUs-con .form {
  flex: 1;
}
.contactUs-con .form input[type='text'] {
  height: 0.8625rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  width: 100%;
  font-size: 0.2rem;
  padding-left: 0.2375rem;
  color: #656565;
  margin-bottom: 0.2875rem;
}
.contactUs-con .form textarea {
  width: 100%;
  height: 1.525rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 0.2rem;
  padding: 0.2375rem 0 0 0.2375rem;
  color: #656565;
}
.contactUs-con .form input[type='submit'] {
  height: 0.8625rem;
  text-align: center;
  width: 100%;
  background-color: #033450;
  border: solid 1px #d2d2d2;
  font-size: 0.325rem;
  line-height: 0.8625rem;
  color: #ffffff;
  margin-top: 0.475rem;
}
/* 特点 */
.peculiarity {
  width: 100%;
  height: auto;
}
.peculiarity-con .bto {
  display: flex;
  justify-content: end;
  position: relative;
  margin-top: 0.4375rem;
    display: none;
}
.peculiarity-con .bto .bg {
  width: 14.9125rem;
  height: 9.675rem;
  object-fit: cover;
}
.peculiarity-con .bto .text {
  position: absolute;
  left: 3%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 50%;
  transform: translateY(-50%);
  width: 10.1125rem;
  height: 7.175rem;
  background-color: #02223b;
  padding: 0.5rem 0.75rem 0.875rem 0.5rem;
}
.peculiarity-con .bto .text h6 {
  font-size: 0.45rem;
  color: #ffffff;
}
.peculiarity-con .bto .text p {
  font-size: 0.25rem;
  color: #ffffff;
  text-indent: 2em;
  margin-top: 0.125rem;
}
.peculiarity-con .bto .text .ls {
  font-size: 0.275rem;
  line-height: 0.625rem;

  color: #ffffff;
}
.peculiarity-con .bto .text img {
  width: 7.9rem;
  height: auto;
  object-fit: contain;
}
.coreAdvantage {
  width: 100%;
  height: auto;
  padding-top: 0.3125rem;
}
.coreAdvantage ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0.75rem 0 0.5rem 0;
}
.coreAdvantage li img {
  width: 2.675rem;
  height: 2.675rem;
  object-fit: cover;
  transition: transform 1.5s;
}
.coreAdvantage li {
  display: flex;
  align-items: center;
  width: calc((100% - 0.2125rem) / 2);
  margin: 0 0.2125rem 0.25rem 0;
  background-color: #f1f1f1;
  height: 3.8rem;
padding: .25rem;
}
.coreAdvantage li .text {
  font-size: 0.325rem;
  line-height: 0.55rem;
  color: #333333;
  margin-left: 0.9rem;
}
.coreAdvantage li:nth-child(2n) {
  margin-right: 0;
}
.coreAdvantage li:hover img {
  transform: rotate(360deg);
}
.mainBusiness {
  width: 100%;
  height: auto;
  padding: 0.35rem 0;
}
.mainBusiness ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.4rem;
}
.mainBusiness ul li {
  position: relative;
  width: calc((100% - 0.125rem) / 2);
  height: 6.1875rem;
  margin: 0 0.125rem 0.35rem 0;
  overflow: hidden;
}
.mainBusiness li:nth-child(2n) {
  margin-right: 0;
}
.mainBusiness li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.mainBusiness li:hover img {
  transform: scale(1.2);
}
.mainBusiness li .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.9375rem;
  background-color: rgba(4, 46, 71, 0.9);
  padding: 0.25rem 0.625rem 0.3125rem 0.4375rem;
  transition: all 0.3s;
}
.mainBusiness li h6 {
   font-size: .275rem;
  font-weight: normal;
  color: #ffffff;
}
.mainBusiness li .ls {
font-size: 14px;
    line-height: 30px;
  color: #ffffff;
  margin-top: 0.125rem;
}
.mainBusiness li:hover .text {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: rgba(4, 46, 71, 0.6);
}
.mainBusiness li:hover .text .ls {
  width: 4.375rem;
  margin-top: 0.3125rem;
}
