/* 公共样式 */
.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;
}
.Ohd_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-card {
  width: 20rem;
  height: 100%;
  margin: 0 auto;
}
.common-tl {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.common-tl h2 {
  font-size: 0.45rem;
  color: #060606;
}
.common-tl p {
  position: absolute;
  bottom: 0.1rem;
  font-size: 0.6rem;
  color: #000000;
  font-weight: bold;
  opacity: 0.1;
}
.common-tl p span {
  color: #f21155;
}
.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 {
  width: 100%;
  height: 1.425rem;
}
.header .common-card {
  width: 21.25rem;
}

.header .logo {
  display: flex;
  align-items: center;
  height: auto;
  margin-right: 0.85rem;
 /* // width: 2.3375rem;
 // margin-right: 4.25rem; */
color:#f21155;

  font-size: .425rem;
  font-style: italic;
}
.header .logo img {
  /* width: 100%;
  height: 100%; */
  object-fit: cover;
  margin-right: 0.2em;
  height: 65px;
  max-width: 200px;
}
.header ul {
  flex: 1;
}
.header li a {
  font-size: 0.25rem;
  color: #060606;
}

/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.bannernum {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 3%;
  z-index: 9;
  right: 0;
  transform: translateX(-50%);
}
.bannernums.active {
  font-weight: bold;
}

.bannernums {
  display: flex;
  align-items: center;
  font-size: 0.275rem;
  color: #fff;
  margin-right: 0.375rem;
  transition: all 3s;
  cursor: pointer;
}
/* 关于我们 */
.about {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.5rem 0;
  background: url(../img/bg.png) top no-repeat;
  background-size: 100% 5.6rem;
}

.about-con {
  width: 100%;
  height: 7.625rem;
  background-color: #ffff;
  box-shadow: 0 0.025rem 0.3rem 0.0125rem rgba(0, 0, 0, 0.17);
  border: solid 0.1rem #fff;
  padding: 0.625rem 0.25rem 0.5rem 0.125rem;
  margin-top: 0.875rem;
}
.about-con .img {
  width: 10.125rem;
  height: 6.45rem;
  object-fit: cover;
  margin-right: 0.25rem;
}
.about-con .text {
  flex: 1;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
}
.about-con .text .ls {
   font-size: .2rem;
  line-height: .4rem;
  color: #333333;
}
.product .nav a:hover,
.workshop .nav a:hover  {
    background-color: #f21155;
    color: #fff;
}
.ny_news_page a:hover,
 .ny_news_page span {
    background-color: #f21155 !important;
}
.more-img {
  display: inline-block;
  width: 0.625rem;
  height: 0.625rem;

  margin-top: 0.1875rem;
}
.more-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 产品中心 */
.product {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 0.75rem 0;
  background-color: #f3f3f3;
}
.common-tl.l {
  align-items: flex-start;
}
.product .tl {
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 0.1875rem;
}
.product .nav {
  margin-left: 3.25rem;
}
.product .nav a {
  display: inline-block;
  width: 1.7rem;
  text-align: center;
  height: 0.5875rem;
  background-color: #fff;
  border-radius: 0.05rem;
  font-size: 0.25rem;
  line-height: 0.5875rem;
  color: #060606;
  margin-right: 0.1875rem;
}

.productSwiper1 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 1rem;
}

.productSwiper1 .swiper-slide {
  padding: 0.25rem 0.225rem 0.25rem 0.875rem;
  background-color: #fff;
}
.productSwiper1 .text {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.productSwiper1 .text h6 {
  font-size: 0.275rem;
  color: #060606;
}
.productSwiper1 .text .ls {
  font-size: 0.225rem;
  line-height: 0.625rem;
  color: #060606;
}
.productSwiper1 .text .more {
  width: 2.5rem;
  height: 0.675rem;
  background-color: #eeeeee;
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.675rem;
  color: #060606;
}
.productSwiper1 img {
  width: 9.3625rem;
  height: 5.175rem;
  margin-left: 0.3125rem;
  object-fit: cover;
}
.product-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.5875rem;
  height: 0.5875rem;
  background: url(../img/ic4.png) no-repeat;
  background-size: cover;
  z-index: 9999;
}
.product-button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 0.5875rem;
  height: 0.5875rem;
  z-index: 9999;
  background: url(../img/ic4-1.png) no-repeat;
  background-size: cover;
}

.productSwiper2 {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.375rem;
}
.productSwiper2 a {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0.1875rem 0.1875rem 0 0.1875rem;
}
.productSwiper2 img,
.product-con li img {
  width: 100%;
  height: 3.05rem;
  object-fit: cover;
}
.productSwiper2 .name,
.product-con li .name {
  width: 100%;
  font-size: 0.25rem;
  height: 0.75rem;
  color: #060606;
  margin-top: 0.0625rem;
}
.productSwiper2 .name::after,
.product-con li .name::after {
  display: block;
  content: '';
  width: 0.4875rem;
  height: 0.4875rem;
  background: url(../img/ic4-3.png) no-repeat;
  background-size: cover;
}
/* 解决方案 */
.solution {
  width: 100%;
  height: auto;
  padding-top: 0.3rem;
}

.solutionSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.4375rem;
}
.solutionSwiper a {
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.solutionSwiper img {
  width: 100%;
  height: 7.75rem;
  object-fit: cover;
  transition: all 0.3s;
  vertical-align: bottom;
}
.solutionSwiper .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2.05rem;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 0.375rem;
  padding: 1.25rem;
  text-align: center;
  color: #ffffff;
}
.solutionSwiper a:hover img,
.solutionInner ul li:hover img,
.workshop.inner li:hover img,
.certificateInner li:hover img,
.culture li:hover img {
  transform: scale(1.2);
}
/* 资质证书 */
.certificate {
  width: 100%;
  height: auto;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
  padding: 1.125rem 0 0.875rem 0;
}

.certificateSwiper {
  width: 15rem;
  height: auto;
  overflow: hidden;
  margin-top: 1rem;
}
.certificateSwiper img {
  width: 3.1875rem;
  height: 4.6375rem;
  object-fit: cover;
}
.certificate-button-next {
  cursor: pointer;
  width: 0.5875rem;
  height: 0.5875rem;
  background: url(../img/ic4.png) no-repeat;
  background-size: cover;
  z-index: 9999;
  margin-right: 0.5rem;
}
.certificate-button-prev {
  cursor: pointer;
  width: 0.5875rem;
  height: 0.5875rem;
  z-index: 9999;
  background: url(../img/ic4-1.png) no-repeat;
  background-size: cover;
}
.certificateSwiper .bto {
  margin-top: 1rem;
}
/* 生产车间 */
.workshop {
  width: 100%;
  height: auto;
  padding: 0.375rem 0.5625rem;
}
.workshopSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.workshopSwiper img {
  width: 100%;
  height: 4.05rem;
  object-fit: cover;
}
.workshopSwiper .name {
  width: 100%;
  height: 0.9375rem;
  text-align: center;
  line-height: 0.9375rem;
  background-color: #f4f4f4;
  font-size: 0.2875rem;
  color: #060606;
}
.workshop .nav {
  margin: 0.375rem 0 0.4375rem 0;
}
.workshop .nav a {
  display: inline-block;
  width: 1.7rem;
  line-height: 0.5875rem;
  height: 0.5875rem;
  background-color: #eeeeee;
  border-radius: 0.05rem;
  font-size: 0.25rem;
  text-align: center;
  color: #060606;
}
.workshop .nav a:first-child {
  margin-right: 0.3rem;
}
.workshop-pagination {
  margin-top: 0.6rem;
}
.workshop-pagination .swiper-pagination-bullet {
  width: 0.1875rem;
  height: 0.1875rem;
  background-color: #f21155;
}

.floorSpace {
  width: 100%;
  height: auto;
  padding: 1.125rem 0 1.5rem 0;

  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
  background-color: #f5f5f5;
}
.floorSpace .common-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.floorSpace .tl {
  font-size: 0.45rem;
  line-height: 1.2375rem;
  text-align: center;
  color: #000000;
}
.floorSpace .ls {
  font-size: 0.7375rem;
  color: #000000;
  line-height: 1.125rem;
  text-align: center;
}
.floorSpace .lss {
  width: 13.75rem;
  height: 0.8rem;
  background-color: #f21155;
  border-radius: 0.4rem;
  font-size: 0.375rem;
  text-align: center;
  line-height: 0.8rem;
  color: #ffffff;
  margin: 0.5625rem 0 0.3125rem 0;
}
.floorSpace h6 {
  font-size: 0.6rem;
  font-weight: bold;
  color: #f21155;
}
/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  padding: 1rem 0 0.625rem 0;
}
.news .nav {
  display: flex;
  flex-direction: column;
}
.news .nav a {
  font-size: 0.225rem;
  margin-bottom: 0.4375rem;
  color: #4f4f4f;
}
.news .lt {
  width: 2rem;
  height: auto;
  margin-right: 2rem;
  display: flex;
  flex-direction: column;

  justify-content: space-between;
}
.news .rt {
  flex: 1;
}
.news li {
  width: 7.7625rem;
  height: auto;
}
.news li img {
  width: 100%;
  height: 3.6625rem;
  object-fit: cover;
}
.news li h6 {
  font-size: 0.3rem;
  font-weight: bold;
  color: #060606;
  margin: 0.4375rem 0 0.1875rem 0;
}
.news li .ls {
  font-size: 0.2rem;
  line-height: 0.5rem;
  color: #666666;
}

.telephone {
  width: 100%;
  height: auto;
  padding: 1.375rem 0;
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;
}
.telephone .common-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.telephone h6 {
  font-size: 0.5rem;
  color: #ffffff;
}
.telephone .ls {
  width: 14.325rem;
  height: 0.8375rem;
  border-radius: 0.15rem;
  border: solid 0.0125rem #dcdcdc;
  font-size: 0.3rem;
  line-height: 0.8375rem;
  text-align: center;
  color: #ffffff;
  margin: 0.75rem 0 0.5rem 0;
}
.telephone .ph {
  width: fit-content;
  height: 0.6125rem;
  background-color: #f21155;
  border-radius: 0.3rem;
  padding: 0 0.1875rem;
}
.telephone .ph img {
  width: 0.3rem;
  height: auto;
  object-fit: contain;
  margin-right: 0.0875rem;
}
.telephone .ph span {
  font-size: 0.275rem;
  color: #ffffff;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #313131;
  padding-top: 0.5rem;
}
.footer .lt {
  width: 2.55rem;
  height: auto;
  margin-right: 1.375rem;
  padding-top: 0.1875rem;
}
.footer ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.footer .lt .logo img {
  width: 100%;
  height: auto;
    display: none;
  object-fit: contain;
}
.footer .lt .ls {
  font-size: 0.5rem;
  line-height: 0.8rem;
  letter-spacing: 0.0625rem;
  color: #ffffff;
  margin-top: 0.5rem;
}
.footer li {
  display: flex;
  flex-direction: column;
}
.footer li p {
  font-size: 0.225rem;
  color: #ffffff;
}
.footer li p::after {
  display: block;
  content: '';
  width: 0.9rem;
  height: 1px;
  background-color: #ffffff;
  margin-top: 0.175rem;
  margin-bottom: 0.1875rem;
}
.footer li a,
.footer li span {
  font-size: 0.2rem;
  line-height: 0.5rem;
  color: #ffffff;
}
.footer .bto {
  font-size: 0.2rem;
  line-height: 0.8rem;
  text-align: center;
  color: #ffffff;
  margin-top: 0.5rem;
  border-top: 1px solid rgba(248, 247, 247, 0.4);
}
/* 产品中心 */
.product-con {
  width: 100%;
  height: auto;
  margin-top: 0.3125rem;
}
.product.inner {
  background-color: #fff;
}
.product.inner .nav {
  display: flex;
  margin-top: 0.5625rem;
  justify-content: center;
  margin-left: 0;
}
.product.inner .nav a {
  background-color: #eeeeee;
  color: #000;
}
.product.inner .nav a.active,
.atructural .nav .item.active,
.workshop.inner .nav a.active {
  background-color: #f21155;
  color: #fff;
}
.product-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.product-con li a {
  width: 100%;
  display: inline-block;
  background-color: #eeeeee;
  padding: 0.225rem 0.2375rem 0 0.2375rem;
}
.product-con li {
  width: 4.7875rem;
  height: auto;
  margin: 0 0.25rem 0.5rem 0;
}
.product-con li:nth-child(4n) {
  margin-right: 0;
}

.banner img {
  width: 100%;
  object-fit: cover;
  vertical-align: bottom;
  height: auto;
}
/* 产品详情 */
.productDetails {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0;
}
.productDetails .top {
  width: 100%;
  height: 5.6875rem;
  padding: 0.225rem 0.225rem 0.25rem 0.75rem;
  background-color: #f3f3f3;
  margin: 0.2125rem 0 0.175rem 0;
}
.productDetails .top h6 {
  font-size: 0.275rem;
  font-weight: normal;

  color: #060606;
}
.productDetails .top .text {
  flex: 1;
}
.productDetails .top img {
  width: 9.3625rem;
  height: 5.175rem;
  object-fit: cover;
  margin-left: 0.35rem;
}
.productDetails .top .ls {
  font-size: 0.225rem;
  line-height: 0.625rem;
  color: #060606;
  margin-top: 0.5rem;
}

.atructural .nav {
  width: 100%;
  height: 0.65rem;
  background-color: #f3f3f3;
  justify-content: flex-start !important;
  margin-bottom: 0.3125rem;
  margin-top: 0 !important;
}
.atructural .nav .item {
  cursor: pointer;
  padding: 0 0.1875rem;
  display: inline-block;
  height: 100%;
  text-align: center;
font-size: .25rem;
  line-height: 0.65rem;
  color: #000000;
  background-color: #e3e3e3;
  border-right: 1px solid #fff;
}

.atructural-con {
  display: none;
  font-size: 0.225rem;
  line-height: 0.625rem;
  color: #060606;
}

.solutionInner {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.solutionInner ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.5625rem;
}
.solutionInner ul li {
  position: relative;
  width: 4.875rem;
  height: 6.4375rem;
  margin: 0 0.125rem 0.4375rem 0;
  overflow: hidden;
}
.solutionInner ul li:nth-child(4n) {
  margin-right: 0;
}
.solutionInner li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  vertical-align: bottom;
}
.solutionInner li .name {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.7125rem;
  font-size: 0.3125rem;
  text-align: center;
  color: #ffffff;
  padding-top: 1.125rem;
  background-color: rgba(0, 0, 0, 0.4);
}
/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
}
.contactUs .top {
  width: 100%;
  height: 5.075rem;
  background-color: #fff;
  box-shadow: 0px 0.025rem 0.3rem 1px rgba(0, 0, 0, 0.17);
  border: solid 0.1rem #fff;
  padding: 0.375rem 0.3125rem 0.5rem 1.125rem;
  margin-top: 0.3375rem;
}
.contactUs .top .text {
  flex: 1;
  font-size: 0.25rem;
  line-height: 0.5rem;

  color: #000000;
}
#map {
  width: 12.5625rem;
  height: 4.1125rem;
}
.BMap_bubble_title {
  font-size: 15px;
}
.BMap_bubble_content {
  font-size: 14px;
}
.contactUs h3 {
  text-align: center;
  font-weight: normal;
  margin: 0.375rem 0;
  font-size: 0.2625rem;
  color: #656565;
}
.contactUs .bto img {
  width: 9.725rem;
  height: 5.3625rem;
  object-fit: cover;
  margin-left: 0.375rem;
}
.contactUs .form {
  flex: 1;
}
.contactUs .form input[type='text'] {
  width: 100%;
  height: 0.7625rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 0.2rem;
  color: #656565;
  padding-left: 0.1875rem;
  margin-bottom: 0.175rem;
}
.contactUs .form input[type='submit'] {
  height: 0.7625rem;
  line-height: 0.7625rem;
  width: 100%;
  background-color: #eb2b00;
  border: solid 1px #d2d2d2;
  font-size: 0.2875rem;
  text-align: center;

  color: #ffffff;
}
.contactUs .form textarea {
  width: 100%;
  height: 1.3375rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 0.2rem;
  padding: 0.125rem 0 0 0.1875rem;
  color: #656565;
  margin-bottom: 0.375rem;
}

.workshop.inner ul,
.eventsItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.workshop.inner li {
  width: 4.825rem;
  margin: 0 0.225rem 0.1875rem 0;
  height: auto;
  overflow: hidden;
}
.workshop.inner li:nth-child(4n) {
  margin-right: 0;
}
.workshop.inner li .img {
  width: 100%;
  height: 3.5625rem;
  overflow: hidden;
}

.workshop.inner li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  vertical-align: bottom;
}
.workshop.inner li .name {
  width: 100%;
  height: 0.825rem;
  background-color: #f4f4f4;
  font-size: 0.25rem;
  line-height: 0.75rem;
  text-align: center;
  color: #060606;
}

.newDetail {
  width: 100%;
  height: auto;
  padding: 0.3625rem 0;
}
.newDetail .common-tl h6 {
  font-size: 0.3rem;
  text-align: center;
  font-weight: normal;
  color: #333333;
  margin-top: 0.1875rem;
}
.newDetail .time {
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.2rem;
  color: #999999;
  margin: 0.25rem 0;
  padding-bottom: 0.25rem;
}

.newDetail-con {
  font-size: 0.225rem;
  line-height: 0.6875rem;
  color: #333333;
}

.information {
  width: 100%;
  height: auto;
  padding: 0.625rem 0;
  background-color: #f2f2f2;
}
.information .common-tl h5 {
  font-size: 0.225rem;

  margin-top: 0.125rem;
  color: #666666;
}
.information ul {
  margin-top: 0.3125rem;
}
.information li {
  width: 100%;
  height: 3.8rem;
  padding: 0.2125rem;
  background-color: #fff;
  margin-bottom: 0.175rem;
}
.information li a {
  display: flex;
}
.information li img {
  height: 3.35rem;
  width: 3.9375rem;
  object-fit: cover;
  margin-right: 0.5625rem;
}
.information .time {
  font-size: 14px;
  color: #666666;
  width: 100%;
  text-align: right;
}
.information .time span {
  font-size: 0.3375rem;
  color: #666666;
}
.information .text {
width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: end;
}
.information .text h6 {
  width: 100%;
  font-size: 0.225rem;
  font-weight: normal;
  color: #000000;
}
.information .text .ls {
    width: 100%;
  font-size: 0.175rem;
  line-height: 0.4375rem;
  color: #666666;
}
.information .text .more {
  width: 1.225rem;
  height: 0.425rem;
  background-color: #ebebeb;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.2rem;
  font-size: 0.1875rem;
  text-align: center;
  line-height: 0.425rem;
  color: #000000;
}

.certificateInner {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
}
.certificateInner ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.375rem;
}
.certificateInner li {
  width: 3.8rem;
  height: 5.5375rem;
  margin: 0 0.2375rem 0.1875rem 0;
  overflow: hidden;
}
.certificateInner li:nth-child(5n) {
  margin-right: 0;
}
.certificateInner li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}

.about.inner {
  background: none;
}
.about.inner .about-con {
  margin-top: 0.375rem;
}

/* 发展历程 */
.course {
  width: 100%;
  height: auto;
  background: url(../img/bg5.png) no-repeat;
  background-size: cover;
  padding: 0.45rem 0 1.5rem 0;
}
.course .common-card {
  position: relative;
}
.courseSwiper {
  width: 100%;
  overflow: hidden;
  height: auto;
  background: url(../img/bg6.png) center no-repeat;
  background-size: contain;
  margin-top: 1.25rem;
}
.courseSwiper .text {
  height: 4.25rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.courseSwiper .time {
  font-size: 0.3rem;
  font-weight: bold;
  color: #ffffff;
}
.courseSwiper .ls {
  font-size: 0.225rem;
  line-height: 0.45rem;
  color: #ffffff;
}

.courseSwiper .text.active {
  flex-direction: column-reverse;
}
.courseSwiper .text div {
  height: calc((100% / 3));
}

.courseSwiper .dot {
  display: flex;
  align-items: center;
  width: 0.5125rem !important;
  justify-content: center;
  height: 0.5125rem !important;
  border-radius: 50%;
  background-color: rgba(248, 244, 244, 0.2);
}
.courseSwiper .dot::after {
  display: block;
  content: '';
  width: 0.2625rem;
  border-radius: 50%;
  background-color: #fff;
  height: 0.275rem;
}
.course-button-next {
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  top: 50%;
  transform: translateY(-50%);
  left: -0.5625rem;
  width: 20px;
  height: 34px;
  background: url(../img/ic10.png) no-repeat;
  background-size: cover;
}
.course-button-prev {
  cursor: pointer;
  position: absolute;
  z-index: 9999;
  top: 50%;
  right: -0.5625rem;
  transform: translateY(-50%);
  width: 20px;
  height: 34px;
  background: url(../img/ic10-1.png) no-repeat;
  background-size: cover;
}
/* 企业文化 */
.culture {
  width: 100%;
  height: auto;
  padding: 0.3rem 0 0.4375rem 0;
}
.culture ul {
  margin-top: 0.5rem;
}
.culture li {
  position: relative;
  width: 4.8875rem;
  height: 6.6625rem;
  margin-right: 13px;
  overflow: hidden;
}
.culture li:last-child {
  margin-right: 0;
}
.culture li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.culture li .text {
  width: 100%;
  height: auto;
  position: absolute;
  padding: 3.75rem 0.625rem 0 0.625rem;
  left: 0;
  top: 0;
}
.culture li p {
  text-align: center;
  font-size: 0.3rem;
  margin-bottom: 0.1875rem;
  color: #ffffff;
}
.culture li .ls {
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.5rem;
  color: #ffffff;
}
/* 企业活动 */
.events {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
  background-color: #e3e3e3;
}

.events-con {
  width: 100%;
  height: auto;
  margin-top: 0.2375rem;
}
.eventsItem li {
  width: 4.875rem;
  margin: 0 0.1625rem 0.3125rem 0;
  height: 4.0375rem;
}
.eventsItem li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eventsItem li:nth-child(4n) {
  margin-right: 0;
}
