/* 公共样式 */
.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: 22.5rem;
  height: auto;
  margin: 0 auto;
}
.common-tl {
  text-align: center;
}
.common-tl h2 {
  font-size: 0.45rem;
  font-weight: normal;
  color: #000;
}
.common-tl p {
  font-size: 0.25rem;
  color: #666666;
  margin-top: 0.1875rem;
}
/* 头部 */
.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 1.075rem;
  padding: 0 0.775rem;
  background-color: rgba(0, 0, 0, 0.6);
}
.header .logo {
  display: inline-block;
  height: 0.975rem;
  width: auto;
  margin-right: 1.5rem;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header ul {
  flex: 1;
}
.header li a {
  font-size: 0.25rem;
  color: #fff;
}

/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.header-pagination {
  display: flex;
  align-items: center;
  justify-content: end;
  position: absolute;
  bottom: 2% !important;
  padding-right: 0.775rem;
  z-index: 888;
}
.header-pagination .swiper-pagination-bullet {
  width: 0.2rem;
  height: 0.2rem;
  background-color: #ffffff;
  opacity: 1;
}
.header-pagination .swiper-pagination-bullet-active {
  background-color: #007fbf !important;
}
/* 产品推荐 */
.recommended {
  width: 100%;
  background-color: #e9e9e9;
  height: auto;
  padding: 0.375rem 0 0.625rem 0;
}

.recommendedSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.625rem;
}
.recommendedSwiper a {
  padding: 0.25rem 0.2375rem 0 0.1875rem;
  display: block;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.recommendedSwiper img {
  width: 100%;
  height: 4.1625rem;
  object-fit: cover;
  vertical-align: bottom;
}
.recommendedSwiper .name {
  width: 100%;
  height: 0.8125rem;
  font-size: 0.25rem;
  color: #000000;
  padding: 0 0.1875rem;
}
.recommendedSwiper .name::after {
  display: block;
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  background: url(../img/ic2.png) no-repeat;
  background-size: cover;
}
.recommended-pagination {
  margin-top: 0.75rem;
}
.recommended-pagination .swiper-pagination-bullet {
  width: 0.225rem;
  height: 0.225rem;
  background-color: #08a7f7;
  opacity: 1;
}
.recommended-pagination .swiper-pagination-bullet-active {
  background-color: #e40114 !important;
}

.about {
  width: 100%;
  height: auto;
  padding-bottom: 0.375rem;
}
.more-img {
  display: inline-block;
  width: 0.45rem;
  height: 0.45rem;
}
.about .lt {
  flex: 1;
  padding: 0.5rem 0.5625rem 0 0.8625rem;
}
.common-tl.l {
  text-align: left;
}
.more-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .text {
  font-size: 0.25rem;
  line-height: 0.5625rem;
  color: #666666;
  margin-top: 0.25rem;
}

.videoImg {
  position: relative;
  width: 11.9875rem;
  height: 8.7625rem;
}

.myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#image {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#image img {
  width: 1.125rem;
  height: 1.125rem;
  object-fit: cover;
}
.about .bto {
  width: 100%;
  height: 3.0875rem;

  padding: 0 0.8125rem;
}
.about .bto ul {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0px 1px 0.1375rem 0px rgba(0, 0, 0, 0.14);
}
.about .bto li span {
  font-size: 1.0625rem;
  color: #08a7f7;
}
.about .bto li i,
.about .bto li h6 {
  font-size: 0.425rem;
  font-weight: normal;
  color: #333333;
}
.about .bto li h6 {
  margin-top: 0.1875rem;
}
.about .bto li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: calc((100%) / 5);
  border-right: 1px solid #eee;
  transition: all 0.3s;
}
.about .bto li:hover {
  background-color: #08a7f7;
}
.about .bto li:hover span {
  font-weight: bold;
  color: #fff;
}
.about .bto li:hover h6,
.about .bto li:hover i {
  color: #fff;
}
/* 产品中心 */
.productCenter {
  width: 100%;
  height: auto;
  background-color: #e9e9e9;
  padding: 0.5625rem 0 0.875rem 0;
}

.productCenter .nav a {
  display: inline-block;
  width: 2.4625rem;
  line-height: 0.6125rem;
  height: 0.6125rem;
  background-color: #fff;
  border-radius: 0.0375rem;
  font-size: 0.225rem;
  text-align: center;
  color: #000000;
  margin-right: 0.225rem;
}

.product-con {
  width: 100%;
  height: auto;
  margin-top: 0.5625rem;
}
.product-con li {
  width: 5.4125rem;
  height: auto;
  padding: 0.25rem 0.2rem 0.15rem 0.15rem;
  margin: 0 0.275rem 0.4375rem 0;
  background-color: #fff;
}
.product-con a {
  display: inline-block;
  width: 100%;
  height: auto;
}
.product-con li img {
  width: 100%;
  height: 3.825rem;
  object-fit: cover;
}
.product-con li .name {
  width: 100%;
  font-size: 0.2rem;
  color: #000000;
  margin: 0.1875rem 0;
}
.product-con li .name::after {
  display: block;
  content: '';
  width: 0.2875rem;
  height: 0.2875rem;
  background: url(../img/ic2-1.png) no-repeat;
  background-size: cover;
}
.product-con li .ls {
  font-size: 0.175rem;
  line-height: 0.375rem;
  color: #666666;
}
.productItem {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.product-con li:nth-child(4n) {
  margin-right: 0;
}
/* 行业应用 */
.industry {
  width: 100%;
  height: auto;
  padding-top: 0.375rem;
}

.industry-con {
  width: 100%;
  margin-top: 0.2875rem;
}

.industry-con li {
  cursor: pointer;
  position: relative;
  height: 8.5rem;
  width: calc(100% / 4);
  transition: all 0.3s;
  overflow: hidden;
}
.industry-con li.active {
  width: 9.7rem;
}
.industry-con li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.industry-con li .text {
  transition: all 0.3s;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 0.7375rem;
  line-height: 0.7375rem;
  text-align: center;
  z-index: 2;
  width: fit-content;
  font-size: 0.325rem;
  color: #ffffff;
  padding: 0 0.25rem;
  background-color: rgba(30, 156, 210, 0.8);
}
.industry-con li.active .text {
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(0);
  background-color: rgba(30, 156, 210, 0.3);
}
/* 6大优势 */
.advantage {
  width: 100%;
  height: auto;
  background: url(../img/bg.jpg) no-repeat;
  background-size: cover;
  padding: 0.875rem 0 1.0625rem 0;
}
.advantage .tl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.advantage .tl img {
  width: auto;
  height: 0.05rem;
  object-fit: contain;
  margin: 0.5rem 0 0.125rem 0;
}
.advantage .tl span {
  font-size: 0.5125rem;
  color: #292929;
}
.advantage .tl i {
  font-size: 0.5125rem;
  font-weight: bold;
  color: #1f3d85;
}
.advantage .tl h6 {
  font-size: 0.25rem;
  font-weight: normal;
  color: #666666;
}
.advantage-con {
  position: relative;
  margin-top: 0.375rem;
}
.advantage-con .itm {
  position: absolute;
  display: flex;
  align-items: center;
  padding-left: 0.1875rem;
  width: 4.2375rem;
  height: 1.075rem;
  background-color: #f5f5f5;
  border: dashed 1px #696969;
  font-size: 0.3rem;
  color: #696969;
}

.advantage-con .img {
  width: 11.875rem;
  margin: 0 auto;
}
.advantage-con .img .bg {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.advantage-con .item1 {
  top: 0.5rem;
  left: 2.7875rem;
}
.advantage-con .item3 {
  top: 3.25rem;
  left: 2.7875rem;
}
.advantage-con .item5 {
  bottom: -0.3125rem;
  left: 2.7875rem;
}
.advantage-con .item2 {
  top: 0.5rem;
  right: 2.7875rem;
}
.advantage-con .item4 {
  top: 3.25rem;
  right: 2.7875rem;
}
.advantage-con .item6 {
  bottom: -0.3125rem;
  right: 2.7875rem;
}
/* 工厂车间 */
.workshop {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0 0.5rem 0;
}

.workshopSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5rem;
}
.workshopSwiper img,
.plantWorkshop img {
  width: 100%;
  height: 4.525rem;
  overflow: hidden;
  vertical-align: bottom;
}
.workshopSwiper .name,
.plantWorkshop .name {
  width: 100%;
  height: 0.85rem;
  font-size: 0.25rem;
  line-height: 0.85rem;
  text-align: center;
  color: #000000;
  background-color: #f2f2f2;
}
/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  padding: 0.4875rem 0 0.9875rem 0;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}

.news-con {
  width: 100%;
  height: auto;
  margin-top: 0.4375rem;
}
.news-con .itm {
height: 7.25rem;
}
.news-con .item2 {
  flex: 1;
}
.news-con .item1 {
  width: 8.325rem;
  margin-right: 0.2375rem;
}
.news-con .item3 {
  width: 6.4rem;

  margin-left: 0.3125rem;
  overflow: hidden;
}
.news-con .item1 img {
  width: 100%;
  height: 5.3875rem;
  vertical-align: bottom;
  object-fit: cover;
}
.news-con .item3 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-con .text {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.news-con .text .ls {
  font-size: 0.325rem;
 // line-height: 0.5625rem;
  color: #000000;
}
.news-con .time span {
  font-size: 0.2rem;
  color: #666666;
}
.news-con .time .more {
  width: 1.6625rem;
  height: 0.3875rem;
  font-size: 0.175rem;
  text-align: center;
  line-height: 0.3875rem;
  color: #666666;
  background-color: #eeeeee;
}
.news-con .time {
  border-top: 1px solid #dcdcdc;
  padding: 0.25rem 0;
  margin-top: 0.25rem;
}
.news-con .item1 .text {
  padding: 0.25rem 0.1875rem 0 0.1875rem;
}
.news-con .item2 .text {
  padding: 0.125rem 0.1875rem 0 0.1875rem;
 margin-bottom: .125rem;
}
.news-con .item3 .lss h6 {
  font-size: 0.8875rem;
  font-weight: normal;
  color: #ffffff;
  opacity: 0.7;
}
.news-con .item3 a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.news-con .item3 .lss {
  width: 100%;
  position: absolute;
  left: 0;
bottom: 1.1125rem;
  padding: 0 0 0.625rem 0.375rem;
}
.news-con .item3 .lss p {
  font-size: 0.275rem;
  margin-top: 0.25rem;
  color: #ffffff;
}
/* 技术支持 */
.support {
  width: 100%;
  height: auto;
  padding: 0.4125rem 0;
}
.support .common-card {
  height: 5.825rem;
}
.support .img {
  width: 8.475rem;
  height: 100%;
  object-fit: cover;
}

.support .con h6 {
  font-size: 0.375rem;
  color: #000000;
}
.support .con .ls {
  font-size: 0.275rem;
  line-height: 0.7875rem;
  color: #666666;
}
.support .rt {
  position: relative;
  width: 6.575rem;
  height: 100%;
}
.support .icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.support .con {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  background-color: #f0f0f0;
  padding: 0 0.2875rem;
}
.support .ph {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding-left: 0.5rem;
}
.support .ph p,
footer .text p {
  font-size: 0.275rem;
  color: #ffffff;
}
.support .ph h6,
footer .text h6 {
  margin-top: 0.25rem;
  font-size: 0.6875rem;
  font-weight: normal;
  color: #ffffff;
}

.footer {
  width: 100%;
  height: auto;
  padding-top: 0.5625rem;
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
}
.footer .text {
  margin-top: 1.2375rem;
}
.footer .logo img {
  width: auto;
  height: 0.975rem;
  object-fit: contain;
}
.footer li {
  display: flex;
  flex-direction: column;
}
.footer li p {
  font-size: 0.25rem;
  font-weight: bold;

  color: #ffffff;
}
.footer li p {
  margin-bottom: 0.125rem;
}
.footer .lt {
  margin-right: 1.625rem;
}
.footer li a,
.footer li span {
  font-size: 0.225rem;
  line-height: 0.625rem;
  color: #ffffff;
}
.footer ul {
  justify-content: space-between;
  flex: 1;
}
.footer li img {
  width: 2.4rem;
  object-fit: cover;
  height: 2.4rem;
  margin-top: 0.125rem;
}
.footer .bto {
  width: 100%;
  font-size: 0.1875rem;
  text-align: center;
  line-height: 0.7875rem;
  margin-top: 0.25rem;
  color: #ffffff;
  border-top: 1px solid rgba(236, 234, 234, 0.5);
}

.header.inner {
  background-color: #002146;
}

.productSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
}

.productNav {
  width: 100%;
  margin-top: 0.2875rem;
  height: auto;
  padding: 0 1.875rem;
}

.productSwiper a {
  display: inline-block;
  width: 100%;
  height: 0.6125rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.0375rem;
  font-size: 0.225rem;
  line-height: 0.6125rem;
  color: #000000;
}

.product-button-next {
  cursor: pointer;
  width: 0.45rem;
  height: 0.45rem;
  background: url(../img/ic3.png) no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  margin-right: 0.425rem;
}
.product-button-prev {
  cursor: pointer;
  width: 0.45rem;
  margin-left: 0.425rem;
  height: 0.45rem;
  background: url(../img/ic3.png) no-repeat;
  background-size: cover;
}

.banner img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.productDetails {
  width: 100%;
  height: auto;
  padding: 0.425rem 0;
  background-color: #e9e9e9;
}
.productDetails .top {
  width: 100%;
  height: 9.35rem;
  padding: 0.375rem 1.125rem 0.5rem 0.5rem;
  background-color: #ffffff;
  margin-top: 0.625rem;
}
.productDetails .top img {
  width: 11.2rem;
  height: 100%;
  object-fit: cover;
  margin-right: 0.8125rem;
}
.productDetails .top .text h6 {
  font-size: 0.3rem;
  color: #000000;
}
.productDetails .top .text {
  flex: 1;
  padding-top: 0.625rem;
}
.productDetails .top .ls {

  font-size: 0.25rem;
  line-height: .475rem;
  color: #000000;
  margin: 0.25rem 0 0.375rem 0;
}
.productDetails .top .ph {
  width: fit-content;
  height: 0.825rem;
  line-height: 0.825rem;
  background-color: #00b7ee;
  border-radius: 0.0625rem;
  font-size: 0.35rem;
  text-align: center;
  color: #ffffff;
  padding: 0 0.25rem;
}

.comTl {
  width: 100%;
  height: 58px;
  background-color: #ffffff;
  margin: 0.2875rem 0;
}
.comTl .name {
  width: fit-content;
  font-size: 0.35rem;
  line-height: 0.725rem;
  text-align: center;
  background-color: #00b7ee;
  padding: 0 0.25rem;
  color: #ffffff;
}
.plantWorkshop {
  width: 100%;
  height: auto;

  padding: 0.4125rem 0;
}

.plantWorkshop ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.25rem;
}
.plantWorkshop ul li {
  width: 5.5375rem;
  margin: 0 0.075rem 0.1125rem 0;
  height: auto;
}
.plantWorkshop ul li:nth-child(4n) {
  margin-right: 0;
}

/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
}
.contactUs .top {
  width: 100%;
  height: 6.5625rem;
  margin-top: 0.5625rem;
  background-color: #e9e9e9;
}
.contactUs .top img {
  width: 11.65rem;
  object-fit: cover;
  height: 100%;
}
.contactUs .text {
  padding: 0.25rem 0 0 1.5rem;
}
.contactUs .text .ls:first-child {
  margin-bottom: 0.25rem;
}
.contactUs .text .ls {
  flex: 1;
  font-size: 0.25rem;
  height: 100%;
line-height: .4375rem;
  color: #000000;
}
#map {
  width: 100%;
  height: 10rem;
  margin: 0.325rem 0;
}
.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: 12.4375rem;
  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: #00b7ee;
  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;
}

.qualification {
  width: 100%;
  height: auto;
  padding: 0.4125rem 0;
}
.qualification ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.qualification li {
  width: 3.575rem;
  height: 5.0625rem;
  margin: 0 0.15rem 0.3125rem 0;
}
.qualification li:nth-child(6n) {
  margin-right: 0;
}
.qualification li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.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;
}

.consult {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.consult ul {
  margin-top: 0.5rem;
}
.consult .time p {
  font-size: 0.325rem;
  color: #000000;
  margin-bottom: 0.1875rem;
}
.consult .time {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 8%;
  margin-right: 0.375rem;
}
.consult .time span {
  font-size: 0.45rem;
  font-weight: bold;
}
.consult .text {
  flex: 1;
}
.consult .text h5 {
  font-size: 0.325rem;
  font-weight: normal;
  color: #000000;
}
.consult .text .ls {
  font-size: 0.25rem;
  line-height: 0.6rem;
  color: #666666;
  margin-top: 0.4375rem;
}
.consult li {
  width: 100%;
  height: 3.9625rem;
  transition: all 0.3s;
  background-color: #ffffff;

  margin-bottom: 0.375rem;
  padding: 0.5rem 1rem 0.5rem 0.625rem;
  box-shadow: 0px 0.0875rem 0.0875rem 0px rgba(0, 0, 0, 0.08);
}
.consult li:hover {
  background-color: #f4f4f4;
}

.applicationField {
  width: 100%;
  height: auto;
  background-color: #e9e9e9;
  padding: 0.375rem 0;
}
.applicationField ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0.25rem;
}
.applicationField li {
  width: 11.125rem;
  position: relative;
  margin: 0 0.25rem 0.4375rem 0;
  overflow: hidden;
  height: 8.5rem;
}
.applicationField li:nth-child(2n) {
  margin-right: 0;
}
.applicationField li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
  vertical-align: bottom;
}
.applicationField li .name {
  position: absolute;
  right: 0;
  bottom: 0;
  width: fit-content;
  height: 0.7375rem;
  padding: 0 0.1875rem;
  background-color: #007fbf;
  opacity: 0.8;
  font-size: 0.325rem;
  line-height: 0.7375rem;
  text-align: center;
  color: #ffffff;
}
.applicationField li:hover img {
  transform: scale(1.2);
}

/* 发展历程 */
.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 {
  width: 20.875rem;
  position: relative;
}
.courseSwiper {
  width: 100%;
  overflow: hidden;
  height: auto;
  background: url(../img/ic11-2.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 .time {
  display: flex;
  align-items: end;
}
.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/ic11.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/ic11-1.png) no-repeat;
  background-size: cover;
}
/* 企业文化 */
.corporate {
  width: 100%;
  height: auto;
  padding: 0.5rem 0 0.25rem 0;
  background-color: #f6f6f6;
}
.corporate ul {
  margin-top: 0.5rem;
}
.corporate .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.2125rem;
  border-radius: 50%;
  height: 3.2125rem;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  transition: all 0.3s;
}
.corporate li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.corporate img {
  width: 1rem;
  height: auto;
  object-fit: contain;
}
.corporate .active,
.corporate li:hover .default {
  display: none;
}
.corporate li p {
  font-size: 0.4125rem;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 0.5625rem;
}
.corporate li:hover .img {
  background-color: #00b7ee;
}
.corporate li:hover .active {
  display: block;
}
.about.inner {
  padding: 0.375rem 0 0.125rem 0;
}
.about.inner .top {
  margin-top: 0.4375rem;
}


.secondaryMenu {
  width: 100%;
  height: auto;
  margin-top: 0.1875rem;
}
.secondaryMenu li {
  display: none;
}
.secondaryMenu li a {
  display: inline-block;
  width: 2.65rem;
  height: 0.6125rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.0375rem;
  font-size: 0.225rem;
  line-height: 0.6125rem;
  color: #000000;
  margin-right: 0.1875rem;
}
.secondaryMenu li a:last-child {
  margin-right: 0;
}
