/* 公共样式 */
.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;
}
.common-card {
  width: 17.5rem;
  height: 100%;
  margin: 0 auto;
}
.common-tl {
  text-align: center;
}
.common-tl .br {
  position: relative;
  flex: 1;
  height: 1px;
  background-color: #c9c9c9;
}
.common-tl .br::after {
  position: absolute;
  display: block;
  content: '';
  width: 0.85rem;
  height: 0.1rem;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #005293;
}
.common-tl .br:last-child::after {
  left: 0;
}
.common-tl h2 {
  font-size: 0.6rem;
  color: #000000;
  margin: 0 0.275rem;
}
.common-tl p {
  font-size: 0.3rem;
  margin-top: 0.15rem;
  color: #666666;
}
.common-tl.w h2,
.common-tl.w p {
  color: #fff;
}
.common-more {
  display: inline-block;
  width: 1.6375rem;
  height: 0.55rem;
  background-color: #005293;
  border-radius: 0.275rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.55rem;
  color: #ffffff;
}

/* 头部 */
.header {
  width: 100%;
  height: auto;
}
.headTop {
  width: 100%;
  height: 1.6875rem;
  background-color: #014fbc;
}
.headTop .logo {
  display: inline-block;
  width: 4.425rem;
  height: auto;
  margin-right: 0.15rem;
}
.headTop .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.headTop .text {
  border-left: 1px solid #dcdcdc;
  padding-left: 0.15rem;
}
.headTop .text p {
  font-size: 0.275rem;
  color: #ffffff;
}
.headTop .text h6 {
  font-size: 0.375rem;
  color: #ffffff;
}
.headTop .ph img {
  width: 0.725rem;
  height: 0.725rem;
  object-fit: cover;
  margin-right: 0.175rem;
}
.headTop .ph p {
  font-size: 0.25rem;
  color: #ffffff;
}
.headTop .ph span {
  font-style: italic;
  font-size: 0.4375rem;

  color: #ffffff;
}
.header ul {
  width: 100%;
  height: 0.8rem;
}
.header li a {
  display: inline-block;
  line-height: 0.8rem;
  font-size: 0.2625rem;
  color: #000;
}
.header li {
  height: 100%;
    padding: 0  .3125rem;
}
.header li:hover {
  background-color: #026d39;
}
.header li:hover a {
  color: #fff;
}
/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.headerSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
.header-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 0;
  z-index: 999;
  bottom: 3% !important;
  width: 100%;
}
.header-pagination .swiper-pagination-bullet {
  width: 0.7375rem;
  height: 0.1625rem;
  background-color: #014fbc;
  border-radius: 0.0875rem;
}
.header-pagination .swiper-pagination-bullet-active {
  background-color: #026d39 !important;
}

.search {
  width: 100%;
  height: 1.0125rem;
  background-color: #eeeeee;
}
.search .lt span {
  font-size: 0.225rem;
  color: #000000;
}
.search .lt a {
  font-size: 0.2rem;
  color: #595959;
}

.search .form {
  width: 4.3rem;
  height: 0.6rem;
}
.search .form input[type='text'] {
  flex: 1;
  height: 100%;
  font-size: 14px;
  padding-left: 0.125rem;
  color: #000;
  border-radius: 0.3125rem 0 0 0.3125rem;
}
.search .form input[type='submit'] {
  width: 1.2125rem;
  height: 100%;
  font-size: 0.25rem;
  line-height: 0.6rem;
  color: #ffffff;
  border-radius: 0 0.3125rem 0.3125rem 0;
  background: url(../img/ic2.png) no-repeat;
  background-size: 0.275rem;
  background-color: #014fbc;
  text-align: left;
  padding-left: 0.1125rem;
  background-position: 0.6875rem center;
}
/* ABOUT US */
.about {
  width: 100%;
  height: auto;
  padding: 0.625rem 0 0.625rem 3.25rem;
}
.about .text {
  flex: 1;
}
.about .text h6 {
  font-size: 0.375rem;
  color: #000000;
}
.about .text h6::after {
  display: block;
  content: 'ABOUT US';
  font-size: 1.175rem;
  font-weight: bold;
  color: #000000;
  line-height: 0;
  transform: translateY(-0.25rem);
  opacity: 0.1;
}
.about .text .ls {
  font-size: 0.225rem;
  line-height: 0.5625rem;
  color: #000000;
  border-top: 1px solid #dcdcdc;
  margin: 0.5rem 0 0.25rem 0;
  padding-top: 0.125rem;
}

.about .Image {
  position: relative;
  width: 12rem;
  height: 8.2125rem;
  margin-left: 0.25rem;
}

.about .Image .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .Image .img {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.15rem;
  height: 1.15rem;
  object-fit: cover;
}
.video-container {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100vw;
  height: 100vh;
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-container video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-container .close-btn {
  position: absolute;
  top: 5%;
  left: 50%;
  background: url(../img/close.png) no-repeat center;
  background-size: cover;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  z-index: 10000;
}
/* 推荐产品 */
.recommended {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}

.recommendedSwiper {
  width: 100%;
  height: auto;
  margin-top: 0.5rem;
  overflow: hidden;
}
.recommendedSwiper a{
    display: inline-block;
    width: 100%;
    position: relative;
}
.recommendedSwiper img {
  width: 100%;
  height: 4.1125rem;
  object-fit: cover;
  vertical-align: bottom;
}
.recommendedSwiper .name {
  width: 100%;
  height: 0.725rem;
  font-size: 0.3125rem;
  line-height: 0.725rem;
  text-align: center;
  color: #000000;
  background-color: #dbdbdb;
}

.recommended-button-next {
  cursor: pointer;
  width: 0.4625rem;
  height: 0.4625rem;
  background: url(../img/ic6-1.png) no-repeat;
  background-size: cover;
  margin-right: 0.625rem;
}
.recommended-button-prev {
  cursor: pointer;
  width: 0.4625rem;
  height: 0.4625rem;
  background: url(../img/ic6.png) no-repeat;
  background-size: cover;
}
.recommendedSwiper .bto {
  margin-top: 0.5rem;
}
/* 产品中心 */
.productCenter {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.5625rem 0 0.25rem 0;
}
.product-con {
  margin-top: 0.625rem;
}
.product-con .lt {
  width: 3.7375rem;
  height: auto;
  margin-right: 0.1875rem;
}
.product-con .lt .bto {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 0 0.125rem 0.125rem 0.15rem;
}
.product-con .lt .tl {
  flex-direction: column;
  width: 100%;
  height: 1.7375rem;
  background-color: #005293;
}
.product-con .lt .tl h6 {
  font-size: 0.6rem;
  color: #ffffff;
}
.product-con .lt .tl p {
  font-size: 0.4125rem;
  color: #ffffff;
}
.product-con .menu {
  background-color: #fff;
}
.product-con .menu a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 0.5625rem;
  border-bottom: 1px solid #d2d2d2;
font-size: .225rem;
  color: #333333;
  padding-left: 0.15rem;
  transition: all 0.3s;
}
.product-con .menu a::before {
  display: block;
  content: '';
  width: 0.125rem;
  height: 0.125rem;
  background-image: linear-gradient(#026d39, #026d39), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  border: solid 0.05rem #00549c;
  border-radius: 50%;
  margin-right: 0.125rem;
}
.product-con .menu a:hover {
  background-color: #026d39;
  color: #fff;
}
.product-con .menu a:hover::before {
  border: solid 0.05rem transparent;
  background-image: none;

  background-color: #fff;
}
.product-con .ph {
  height: 1rem;
  width: 100%;
  background: url(../img/ic7.png) no-repeat;
  background-size: cover;
  text-align: center;
  font-size: 0.275rem;
  color: #ffffff;
  line-height: 1rem;
  margin-top: 0.0875rem;
}
.product-con .rt {
  flex: 1;
}
.product-con .bto .item {
  margin-top: 0.0875rem;
}
.product-con .bto .item a {
  display: inline-block;
  width: 1.7rem;
  height: 0.4625rem;
  background-color: #00549c;
  font-size: 0.2rem;
  line-height: 0.4625rem;
  text-align: center;
  color: #ffffff;
  transition: all 0.3s;
}
.product-con .bto .item a:hover {
  background-color: #026d39;
}
.product-con .rt .topImg{
    position: relative;
  width: 7.175rem;
  height: 4.3rem;
  margin-right: 0.4375rem;
}
.product-con .rt .top .bgimg {
  width:100%;
  height: 100%;
  object-fit: cover;

}

.product-con .rt .top {
  width: 100%;
  height: 4.7125rem;
  background-color: #ffffff;
  padding: 0.1875rem;
}
.product-con .rt .top h5 {
  font-size: 0.3rem;
  color: #4d4d4d;
  margin-bottom: 0.125rem;
}
.product-con .rt .top .ls {
  font-size: 0.2rem;
  line-height: 0.475rem;
  color: #585858;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 0.1875rem 0;
  margin-bottom: 0.25rem;
}
.product-con .rt .top .text {
  flex: 1;
}
.product-con .rt .bottom {
  position: relative;
  width: 100%;
  margin-top: 0.25rem;
}
.productSwiper {
  width: 12.4375rem;
  height: 6.875rem;
  overflow: hidden;
}
.productSwiper img {
  width: 100%;
  height: 2.825rem;
  object-fit: cover;
  vertical-align: bottom;
}
.productSwiper .name {
  width: 100%;
  height: 0.5rem;
  background-color: #dbdbdb;
  font-size: 0.2125rem;
  line-height: 0.5rem;
  text-align: center;
  color: #000000;
}

.product-button-next {
  cursor: pointer;
  position: absolute;
  left: 0;
  width: 0.4375rem;
  height: 0.4375rem;
  background: url(../img/ic8-1.png) no-repeat;
  background-size: cover;
}
.product-button-prev {
  cursor: pointer;
  right: 0;
  position: absolute;
  width: 0.4375rem;
  height: 0.4375rem;
  background: url(../img/ic8.png) no-repeat;
  background-size: cover;
}
.productSwiper .swiper-slide {
    position: relative;
  height: calc((100% - 0.125rem) / 2) !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productSwiper .swiper-slide a{
    display: inline-block;
    width: 100%;
}
/* 备制造 - */
.equipment {
  width: 100%;
  height: auto;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  padding: 0.75rem 0 0.375rem 0;
}
.common-tl.w h2,
.common-tl.w p {
  color: #fff;
}

.equipmentSwiper1 {
  width: 100%;
  height: 0.95rem;
  overflow: hidden;
  margin: 0.4375rem 0 0.375rem 0;
}
.equipmentSwiper1 img {
  width: auto;
  height: 0.4375rem;
  object-fit: contain;
  margin-right: 0.1125rem;
}
.equipmentSwiper1 .active {
  display: none;
}
.equipmentSwiper1 span {
  font-size: 0.25rem;
  color: #000000;
}
.equipmentSwiper1 .swiper-slide {
  cursor: pointer;
  display: flex;
  justify-content: center;
  background-color: #ffffff;
  border: solid 1px #c9c9c9;
  align-items: center;
}
.equipmentSwiper1 .swiper-slide-thumb-active {
  background-color: #00549c;
}
.equipmentSwiper1 .swiper-slide-thumb-active .default {
  display: none;
}
.equipmentSwiper1 .swiper-slide-thumb-active .active {
  display: block;
}
.equipmentSwiper1 .swiper-slide-thumb-active span {
  color: #fff;
}

.equipmentSwiper2 {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.equipmentSwiper2 .swiper-slide {
  position: relative;
}
.equipmentSwiper2 .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 7.575rem;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 1.25rem 0.625rem 0.25rem 0.1875rem;
}
.equipmentSwiper2 .text .nu {
  display: flex;
  align-items: center;
  font-size: 0.45rem;
  color: #ffffff;
}
.equipmentSwiper2 .text .nu::before {
  display: block;
  content: '';
  margin-right: 0.0625rem;
  width: 3.0875rem;
  height: 0.025rem;
  background-color: #ffffff;
}
.equipmentSwiper2 .text .ls {
  font-size: 0.325rem;
  line-height: 0.625rem;
  color: #ffffff;
  padding-left: 0.5625rem;
}
.equipmentSwiper2 .text h6 {
  font-size: 0.375rem;
  color: #ffffff;
  padding-left: 0.5625rem;
  margin: 0.25rem 0 0.4375rem 0;
}
.equipmentSwiper2 img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.equipment-button-next {
  cursor: pointer;
  position: absolute;
  right: 6.5rem;
  bottom: 5%;
  z-index: 9999;
  width: 0.25rem;
  opacity: 1;
  height: 0.4375rem;
  background: url(../img/ic11-1.png) no-repeat;
  background-size: cover;
}
.equipment-button-prev {
  cursor: pointer;
  position: absolute;
  right: 5.25rem;
  z-index: 9999;
  bottom: 5%;
  width: 0.25rem;
  height: 0.4375rem;
  background: url(../img/ic11-2.png) no-repeat;
  background-size: cover;
}
.swiper-button-disabled {
  opacity: 0.5;
  cursor: no-drop;
}
/* 合作流程 */
.cooperationProcess {
  width: 100%;
  height: auto;
  padding: 0.875rem 0 1.375rem 0;
}

.cooperationProcess ul {
  margin-top: 0.625rem;
}
.cooperationProcess   li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.825rem;
  height: auto;
    flex-direction: column;


}
.cooperationProcess    .brs{
    display: flex;
    align-items: center;
    justify-content: center;
  width: 100%;
  border-radius: 50%;
  background-color: #00549c;
  height: 1.825rem;
  transition: all 0.3s;
}
.cooperationProcess li img {
  width: 0.625rem;
  height: auto;
  object-fit: contain;
  transition: all 0.3s;
}
.cooperationProcess li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.575rem;
  height: 1.575rem;
  border-radius: 50%;
  border: solid 0.025rem #00549c;
  transition: all 0.3s;
}
.cooperationProcess li:hover .img {
  border: solid 0.025rem #ffffff;
}
.cooperationProcess li:hover img {
  transform: scale(1.2);
}
.cooperationProcess li:hover .brs {
  background-color: #026d39;
}
.cooperationProcess li h6{
  font-size: .35rem;

  margin-top: .1875rem;
}
/* 客户案例 */
.case {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0 0.9375rem 0;
  background: url(../img/ic14.png) no-repeat;
  background-size: cover;
}
.common-tl.w .br::after {
  background-color: #fff;
}

.case ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  padding-top: 0.25rem;
  background-color: #ffffff;
  box-shadow: 0px 0.0875rem 0.05rem 0px rgba(7, 4, 3, 0.05);
  border-radius: 0.25rem;
  margin-top: 0.625rem;
}
.case ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.7125rem;
  height: 1.1125rem;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin: 0 0.1rem 0.25rem 0;
}
.case ul li:nth-child(6n) {
  margin-right: 0;
}
.case li img {
  width: 2.5375rem;
  height: auto;
  object-fit: contain;
}
/* 证书展示 */
.certificate {
  width: 100%;
  height: 8.6875rem;
  background: url(../img/ic15.png) no-repeat;
  background-size: cover;
}
/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  padding: 0.75rem 0;
  background-color: #f4f4f4;
}

.news ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.5625rem 0;
}
.news ul li {
  width: 5.8125rem;
  height: 6.7625rem;
  background-color: #ffffff;
  padding: 0.15rem 0.075rem 0 0.075rem;
}
.news li .img {
  width: 100%;
  height: 3.5125rem;
  position: relative;
}
.news li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news li .img p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 0.3rem;
  color: #ffffff;
}
.news li a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: 0.9375rem;
  font-size: 0.225rem;
  line-height: 0.9375rem;
  border-bottom: 1px solid #eee;
  padding-left: 0.1875rem;
}
.news li a:last-child {
  border-bottom: none;
}

.footer {
  width: 100%;
  height: auto;
  background-color: #333333;
}
.footer .top {
  width: 100%;
  height: 1.5625rem;
  border-bottom: 1px solid rgba(225, 222, 222, 0.4);
}
.footer .top a {
  font-size: 0.2625rem;
  color: #ffffff;
}
.footer .logo {
  display: inline-block;
  width: 3.75rem;
  height: auto;

  margin-right: 0.625rem;
}
.footer .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.footer ul {
  flex: 1;
  display: flex;

  justify-content: space-between;
}
.footer li p {
  font-size: 0.225rem;
  color: #ffffff;
  margin-bottom: 0.1875rem;
}
.footer li a,
.footer li span {
  font-size: 0.225rem;
  line-height: 0.625rem;
  color: #ffffff;
}
.footer li {
  display: flex;
  flex-direction: column;
}
.footer li img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: cover;
  margin-top: 0.375rem;
}
.footer .con {
  padding: 0.1875rem 0 0.375rem 0;
}
.footer .bto {
  width: 100%;
  height: auto;
  font-size: 0.225rem;
  line-height: 0.775rem;
  text-align: center;
  color: #ffffff;
  border-top: 1px solid rgba(235, 230, 230, 0.4);
}

.productDetail.rt .top {
  width: 100%;
  height: 5.9125rem;
  background-color: #ffffff;
  padding: 0.2375rem 0.4375rem 0.2375rem 0.2375rem;
}
.productDetail.rt  .Topimg{
    position: relative;
  width: 6.625rem;
    height: auto;
 margin-right: 0.4125rem;

}
.productDetail.rt .top .bgimg {
 width: 100%;
  height: 100%;
  object-fit: cover;
}
.productDetail .top .text {
  flex: 1;
}
.productDetail .top .text h5 {
  font-size: 0.275rem;
  font-weight: normal;
  color: #000000;
}
.productDetail .top .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  border-radius: 50%;
  height: 1.25rem;
  background-color: #0a58b0;
}
.productDetail .top .img img {
  width: 0.5rem;
  height: auto;
  object-fit: contain;
}
.productDetail .top li p {
  font-size: 0.2875rem;
  margin-top: 0.1875rem;
  color: #000000;
}
.productDetail .top li {
  margin: 0 0.75rem 0.5625rem 0;
}
.productDetail .top li:nth-child(3n) {
  margin-right: 0;
}
.productDetail .top .text ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.argument {
  width: 100%;
  height: 0.5125rem;
  background-color: #ffffff;
  margin: 0.125rem 0 0.25rem 0;
}
.argument .t {
  height: 100%;
  line-height: 0.5125rem;
  text-align: center;
  width: fit-content;
  padding: 0 0.1875rem;
  background-color: #0a58b0;
  font-size: 0.275rem;
  color: #ffffff;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
.productInner {
  flex: 1;
  margin-left: 0.1875rem;
}
.productInner ul,
.workshop ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.productInner ul li {
  width: 4.3875rem;
  height: auto;
  margin: 0 0.1125rem 0.125rem 0;
}
.productInner ul li  a    {
    display: inline-block;
    width: 100%;
    position: relative;
}
.watermark{
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;

}
.productInner ul li:nth-child(3n),
.workshop li:nth-child(3n) {
  margin-right: 0;
}
.productInner li img {
  width: 100%;
  height: 3.0625rem;
  object-fit: cover;
  vertical-align: bottom;
}
.productInner li .name {
  width: 100%;
  height: 0.55rem;
  background-color: #dbdbdb;
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.55rem;
  color: #000000;
}
/* 工厂车间 */
.workshop {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.3125rem 0;
}
.workshop ul {
  margin-top: 0.5rem;
}
.workshop li {
  width: 5.75rem;
  height: auto;
  margin: 0 0.125rem 0.375rem 0;
}
.workshop li  .img {
  width: 100%;
  height: 4.025rem;
overflow: hidden;

}
.workshop li  .img  img{
  width: 100%;
height: 100%;
transition: all 0.3s;
  object-fit: cover;
  vertical-align: bottom;
}
.workshop li:hover  img{
  transform: scale(1.3);
}
.workshop li .name {
  width: 100%;
  height: 0.7rem;
  background-color: #dbdbdb;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.7rem;
  color: #000000;
}
.about.inner {
  padding-left: 0;
  box-shadow: 0px 0.0875rem 0.05rem 0px rgba(7, 4, 3, 0.05);
}
.about.inner .bto {
  margin-top: 0.625rem;
  padding-left: 3.25rem;
}
.number {
  margin-top: 0.3rem;
}
.number li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.number li span {
  font-size: 0.9rem;
  font-weight: bold;
  color: #000000;
}
.number li i,
.number li h6 {
  font-weight: normal;
  font-size: 0.375rem;
  color: #000000;
}

.aptitudeInner {
  width: 100%;
  height: 16.625rem;
  padding: 0.75rem 0;
  background: url(../img/ic21.png) no-repeat;
  background-size: cover;
}
.culture {
  width: 100%;
  height: auto;
  padding: 0.5rem 0;
}
.culture ul {
  margin-top: 0.375rem;
}
.culture ul li {
  position: relative;
  width: calc((100% - 0.4375rem) / 2);
  margin-right: 0.4375rem;
  height: 5.0625rem;
  cursor: pointer;
  overflow: hidden;
}
.culture ul 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: 100%;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.3125rem 0 0 3rem;
}
.culture li .text P {
  transition: all 0.3s;
  font-size: 0.2625rem;
  color: #000000;
}
.culture li .text .ls {
  font-size: 0.2rem;
  transition: all 0.3s;
  color: #000000;
  margin-top: 0.1875rem;
}
.culture li:hover img {
  transform: scale(1.2);
}
.culture li:hover .text p,
.culture li:hover .text .ls {
  transform: scale(1.2);
}
/* 联系我们 */

/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.5rem 0;
}
.contactUs .tl {
  text-align: center;
}
.contactUs .tl .br {
  position: relative;
  flex: 1;
  width: 100%;
  height: 1px;
  background-color: #c9c9c9;
}
.contactUs .tl .br::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: '';
  width: 67px;
  height: 8px;
  background-color: #005293;
}
.contactUs .tl .br:first-child::after {
  right: 0;
}
.contactUs .tl span {
  font-size: 0.6rem;
  font-weight: normal;
  color: #000000;
  margin: 0 0.3rem;
  display: inline-block;
}
.contactUs .tl p {
  font-size: 0.225rem;
  color: #000000;
  margin-top: 0.25rem;
}
.contactUs .top {
  margin-top: 0.625rem;
}
.contactUs .top li {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5% 2%;
}
.contactUs .top li img {
  width: 0.5375rem;
  height: auto;
  object-fit: contain;
}
.contactUs .top li {
  width: calc((100% - 0.75rem) / 3);
  height: 3.675rem;
  margin-right: 0.25rem;
  background-color: #ffffff;
}
.contactUs .top li:last-child {
  margin-right: 0;
}
.contactUs .top li .ls {
  font-size: 0.225rem;
  line-height: 0.4375rem;
  text-align: center;
  color: #000000;
  margin-top: 0.3125rem;
}

#map {
  width: 100%;
  height: 8.625rem;
  margin-top: 0.3125rem;
}
.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: #014fbc;
  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;
}

.newDetail {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.5rem 0;
}
.detali-con .tl {
  text-align: center;
  margin-top: 0.375rem;
}
.detali-con .tl p {
  font-size: 0.3rem;
  color: #333333;
}
.detali-con .tl .time {
  font-size: 0.2rem;
  margin: 0.1875rem 0;
  color: #999999;
}
.detali-con .ls {
  font-size: 0.275rem;
  line-height: 0.75rem;
  color: #333333;
}

/* 新闻咨询 */
.newsConsultation {
  width: 100%;
  height: auto;
  padding: 0.4375rem 0;
  background-color: #f6f6f6;
}
.newsConsultation ul {
  margin-top: 0.375rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.newsConsultation .common-card {
  margin-top: 0.5rem;
}
.newsConsultation li {
 width: calc((100% - .25rem) / 2);
  margin-right: .125rem;
  height: 3.5rem;
  background-color: #fff;
  padding: 0.1875rem;
  margin-bottom: 0.2875rem;
}
.newsConsultation li:nth-child(2n){
  margin-right: 0;
}
.newsConsultation li img {
    display: none;
  width: 3.6375rem;
  height: 3.1rem;
  object-fit: cover;
  margin-right: 0.5rem;
}
.newsConsultation li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.newsConsultation li .text {
  flex: 1;
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: end;
  align-items: end;
}
.newsConsultation li .tl h6 {
  font-size: 0.2125rem;
  color: #000000;
}
.newsConsultation li .tl {
  width: 100%;
}
.newsConsultation .text .ls {
    width: 100%;
  font-size: 13px;
  line-height: 35px;
  color: #666666;
  margin: 0.1875rem 0;
}
.newsConsultation .tl span {
  font-size: 0.3125rem;
  color: #666666;
}
.newsConsultation .tl i {
  font-size: 12px;
  color: #666666;
}
.newsConsultation li .more {
  width: fit-content;
  padding: 0 15px;
    font-size: 13px;
  display: inline-block;
  height: 0.3875rem;
  line-height: 0.3875rem;
  text-align: center;
  background-color: #ebebeb;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.1875rem;
}

.product-con .rt .topImg  .watermark{
  height: 100%;
}


.argument-con{
font-size: .2125rem;
  line-height: .5625rem;
  color: #000;
    width: 100%;
    height: auto;
}
.argument-con  img{
 width: 10rem;
 height: auto;
 object-fit: cover;
}
table{
margin-top: .25rem;
  width: 100% !important;
  height: auto !important;
}

table td{
  text-align: center !important;
}





.modal {
  display: none; /* 默认隐藏 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.modal.active {
  display: flex;
}

#large-image {
  cursor: pointer;
  max-width: 90%;
  max-height: 80%;
}

.close-btn {
  color: white;
  font-size: 40px;
  position: absolute;
  top: 20px;
  right: 30px;
  cursor: pointer;
}

#videoPlayer{
 width: 100%;
  height: 100%;
}