/* 公共样式 */
.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: 18.75rem;
  height: 100%;
  margin: 0 auto;
}
.common-tl {
  text-align: center;
  font-size: 0.5rem;
  color: #000000;
}

/* 头部 */
.header {
  width: 100%;
  height: 1.4375rem;
  position: relative;
  z-index: 9999;
}

.header .logo {
  display: inline-block;
  height: 1.15rem;
  width: 2.3375rem;
 margin-right: 1.8125rem;
}
.header .logo img {
  width: 100%;
  height: 100%;
    object-fit: contain;
}
.header ul {
  flex: 1;
  height: 100%;
}
.header li > a {
  display: inline-block;
 font-size: .3rem;
  line-height: 1.4375rem;
  color: #000000;
}
.header li .icon {
  width: 0.3125rem;
  object-fit: cover;
  height: 0.3125rem;
  margin-right: 0.025rem;
}
.header ul li {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  transition: all 0.3s;
}
.header ul li.active .pullDown {
  border-top: 0.0625rem solid #014da1;
}
.pullDown {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 1.375rem;
  width: auto;
  height: auto;
  background-color: #fff;
  box-shadow: 0 0.05rem 0.125rem 0 #ccc;
  padding: 0.1875rem;
  border-bottom-left-radius: 0.0625rem;
  border-bottom-right-radius: 0.0625rem;
}

.pullDown-con a {
  white-space: nowrap;
  display: block;
  font-size: 0.2rem;
  text-align: center;
  line-height: 0.5rem;
  color: #333333;
}

/* <!-- 轮播 --> */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.headerSwiper img {
  width: 100%;
  height: 41.66666667vw;
  object-fit: cover;
  vertical-align: bottom;
    transition: 1slinear 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 {
  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;
}
/* 할까요 */
.chooseUs {
  width: 100%;
  height: auto;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
  padding: 0.875rem 0 0.75rem 0;
}

.chooseUs-con {
  width: 100%;
  height: auto;
  margin-top: 1.75rem;
}
.chooseUs-con li {
  width: 5.9375rem;
  height: 7.2125rem;
  background-color: #000000;
  box-shadow: 0px 0.0375rem 0.05rem 0.0375rem rgba(15, 15, 15, 0.08);
  border-radius: 0.2625rem;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
  padding: 0.625rem 0.25rem 0.25rem;
  transition: all 0.3s;
}
.chooseUs-con li h6 {
  font-weight: normal;
  text-align: center;
  font-size: .2375rem;
  color: #000000;
}
.chooseUs-con li .ls {
  text-align: center;
  font-size: .275rem;
  line-height: .4375rem;
  color: #333333;
}
.chooseUs-con li img {
  width: 100%;
  height: 3.725rem;
  object-fit: cover;
  margin: 0.3125rem 0 0.125rem 0;
}
.common-tl.w {
  color: #fff;
  text-align: left;
}
.chooseUs-con li:hover {
  cursor: pointer;
  transform: translateY(-0.875rem);
}
.product {
  width: 100%;
  height: 9.25rem;
  margin-bottom: 0.15rem;
}
.product .nav {
  display: flex;
  flex-direction: column;
}
.product .nav a {
  display: inline-block;
  border-bottom: 1px solid rgba(246, 242, 242, 0.2);
  font-size: 0.25rem;
  line-height: 0.75rem;

  color: #ffffff;
}
.product .nav a.active {
  font-weight: bold;
}
.product .lt {
  width: 6.775rem;
  height: 100%;
  padding: 1.25rem 1rem 0 2.5625rem;
  background-color: #014da1;
}
.product .rt {
  position: relative;
  height: 100%;
  flex: 1;
}
.productSwiper {
     position: absolute !important;
  left: -0.625rem;
  bottom: 0.5rem;
  overflow: hidden;
  width: 15.625rem;
  height: 7.375rem;
}
.productSwiper .swiper-slide {
  height: calc((100% - 10px) / 2) !important;
  background-color: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product .rt .top {
  padding: 0.5rem 2.575rem 0 0.3rem;
}
.product .rt .tl a {
  display: none;
  font-size: 0.35rem;
  color: #000000;
}
.productSwiper img {
  width: 100%;
  height: 2.8rem;
  object-fit: cover;
  border: 0.025rem solid #fff;
}
.productSwiper .name {
  width: 100%;
  font-size: 0.25rem;
  text-align: center;
  margin-top: 0.125rem;
  color: #000000;
}
.product-pagination {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
}
.product-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #014da1;
}

.footer {
  width: 100%;
  height: auto;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
  padding-top: 0.425rem;
}
.footer ul {
  display: flex;
  justify-content: space-between;
}
.footer ul li {
  display: flex;
  flex-direction: column;
}
.footer li p {
  font-size: 0.325rem;
  color: #000000;
  text-align: center;
  margin-bottom: 0.5rem;
}
#map {
  width: 5.4875rem;
  height: 3.525rem;
}
.footer li .icon {
  width: .25rem;
  height: auto;
  object-fit: contain;
  margin-right: 0.125rem;
}
.footer .item {
  margin-bottom: 0.3125rem;
}
.footer .item span {
font-size: .25rem;
  color: #000000;
}
.footer .img {
  width: 5.375rem;
  height: 2.8875rem;
  object-fit: cover;
}
.footer .bto {
  font-size: 0.225rem;
  text-align: center;
  color: #000000;
  padding: 0.625rem 0 0.25rem 0;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.equipment {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
  background-color: #f0f0f0;
}
.equipment .nav {
  margin: 0.4375rem 0;
}
.equipment .nav a {
    width: fit-content;
padding: 0 .1875rem;
  height: 0.9125rem;
  text-align: center;
  background-color: #014da1;
  font-size: 0.525rem;
  line-height: 0.9125rem;
  text-align: center;
  color: #ffffff;
}
.equipment .nav a.active {
  background-color: red;
}
.equipment .nav a:first-child {
  margin-right: 0.3125rem;
}
.equipmentCom {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.equipmentCom li {
  background-color: #fff;
  width: 4.5625rem;
  height: auto;

  margin: 0 0.15rem 0.225rem 0;
  padding: 0.175rem 0.175rem 0 0.175rem;
}
.equipmentCom li:nth-child(4n) {
  margin-right: 0;
}
.equipmentCom li img {
  width: 100%;
  height: 3.1375rem;
  object-fit: cover;
}
.equipmentCom li .name {
  width: 100%;
  text-align: center;
  min-height: 0.75rem;
  line-height: 1.6;
  font-size: 0.25rem;
  color: #333333;
  padding: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.productDetails {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  padding: 0.625rem 0;
}
.productDetails-con {
  width: 100%;
  background-color: #fff;
  height: 7.5625rem;
  padding: 0.25rem 0.4375rem 0.125rem 0.1875rem;
  margin-top: 0.5rem;
}
.productDetails-con img {
  width: 9.5rem;
  height: 100%;
  object-fit: cover;
}
.productDetails-con .text .ls:first-child {
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 0.375rem;
  margin-bottom: 0.375rem;
}
.productDetails-con .text {
  padding-left: 0.4375rem;
}
.productDetails-con .text .ls {
  font-size: 0.325rem;
  line-height: 0.625rem;
  color: #333333;
}

.introduction {
  width: 100%;
  height: 100vh;
  background: url(../img/bg3.png) no-repeat;
  background-size: cover;
  padding-top: 2.5625rem;
}
.introduction .common-card {
  width: 20.625rem;
  height: auto;
}
.introduction ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.introduction li {
  width: 4.75rem;
  height: 3.375rem;
  background-color: rgba(2, 66, 140, 0.5);
  border-radius: 0.3rem;
  margin: 0 0.525rem 0.8125rem 0;
  transition: all 0.3s;
}
.introduction li:nth-child(4n) {
  margin-right: 0;
}
.introduction li a {
  display: inline-block;
  width: 98%;
  height: 100%;
  font-size: 0.45rem;
  text-align: center;
  line-height: 0.7125rem;
  color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.introduction li:hover {
  border: 0.05rem solid #7a8184;
}
.equipment.inner ul {
  margin-top: 0.5625rem;
}

.equipment-detail {
  width: 100%;
  height: 7.5625rem;
  background-color: #ffffff;
}
.equipmentSwiper1 {
  width: 9.975rem;
  height: 100%;
  overflow: hidden;
}
.equipmentSwiper1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.equipment-detail .text {
  flex: 1;
  padding: 0.625rem 0.375rem 0.25rem 0.3125rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.equipment-detail .text h6 {
  font-size: 0.3625rem;
  font-weight: normal;
  color: #000000;
}
.equipment-detail .text .ls {
  font-size: 0.325rem;
  line-height: 0.625rem;
  color: #333333;
  margin: 0.375rem 0;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.25rem;
}
.equipmentSwiper2 {
  width: 8rem;
  height: auto;
  overflow: hidden;
}
.equipmentSwiper2 img {
  width: 100%;
  object-fit: cover;
  cursor: pointer;
  height: 3.375rem;
}

.equipmentSwiper2 .swiper-slide {
  //opacity: 0.5;
}
.equipmentSwiper2 .swiper-slide-thumb-active {
 // opacity: 1;
}

.footer.inner {
  background: #f0f0f0;
}

.contactUs {
  width: 100%;
  height: 4.425rem;
  background-color: #ffffff;
}
.contactUs .img {
  width: 6.025rem;
  height: 100%;
  object-fit: cover;
}
.contactUs .icon {
  width: auto;
  height: 0.4rem;
  object-fit: contain;
  margin-right: 0.125rem;
}
.contactUs .items {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0.5rem;
}
.contactUs .items > div {
  margin-bottom: 0.4375rem;
}
.contactUs .items:first-child {
  border-right: 1px solid #d2d2d2;
}
.contactUs .items span {
  font-size: 0.33rem;
  color: #333333;
}
.contactUs .rt {
  flex: 1;
  padding: 0.5rem 0;
}
.contactUs .items > div:last-child {
  margin-bottom: 0;
}

.certificate {
  width: 100%;
  background-color: #f0f0f0;
  padding: 0.375rem 0;
  height: auto;
}
.certificate ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.375rem;
}
.certificate ul li {
  width: 4.425rem;
  height: auto;
  margin: 0 0.35rem 0.125rem 0;
}
.certificate ul li:nth-child(4n) {
  margin-right: 0;
}
.certificate li img {
  width: 100%;
  height: 6.625rem;
  object-fit: cover;
  vertical-align: bottom;
}
.certificate .name {
  width: 100%;
  height: 0.55rem;
  background-color: #fff;
  font-size: 0.25rem;
  text-align: center;
  color: #333333;
  line-height: 0.55rem;
}

.online {
  width: 100%;
  height: auto;
  background-color: #f0f0f0;
  padding-top: 0.75rem;
}
.online .form {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.online .item {
  width: 100%;
  margin-bottom: 1rem;
}
.online input[type='text'] {
  font-size: 0.3rem;
  color: #666666;
  width: 100%;
  border-bottom: 1px solid #bfbfbf;
  background-color: transparent;
  padding-bottom: 0.25rem;
}
.online .input:nth-child(2n) {
  margin-right: 0;
}
.online textarea {
  width: 100%;

  font-size: 0.3rem;
  color: #666666;
  border-bottom: 1px solid #bfbfbf;
}
.online input[type='submit'] {
  width: 2.4375rem;
  height: 0.65rem;
  background-color: #014da1;
  font-family: SourceHanSansSC-Regular;
  font-size: 0.3rem;
  text-align: center;
  line-height: 0.65rem;
  color: #ffffff;
  margin-top: 0.6875rem;
}
.online .input {
  position: relative;
  margin-right: 1rem;
  width: calc((100% - 1rem) / 2);
}
.online .textarea {
  width: 100%;
  position: relative;
}

.online .input::after,
.online .textarea::after {
  position: absolute;
  left: 0.9375rem;
  top: -0.075rem;
  display: block;
  content: '*';
  color: red;
  font-size: 0.3rem;
}
.online .input::after{
left: 2.1rem;
}
.online .textarea::after {
  left: 3.05rem;
}
.online .input2::after {
  left: 2.5rem;
}
.intro {
  width: 100%;
  height: auto;
  /*padding: 0.5625rem 0 3.75rem 0;*/
  background-color: #f5f5f5;
}

.online .input4:after {
  left: 2.5375rem;
}
.online .input3:after {
left: .875rem;
}
.intro .tl h2,
.speech-con .text .tl h2 {
  font-size: 0.7rem;
  font-weight: normal;
  color: #014da1;
}
.intro .tl p,
.speech-con .text .tl p {
  font-size: 0.4rem;
  color: #014da1;
  margin: 0.1875rem 0 0.5rem 0;
}
.intro .ls {
  font-size: 0.3125rem;
  line-height: 0.6125rem;
  color: #333333;
}
#video {
  position: relative;
  width: 100%;
  height: 8.8875rem;
  margin: 0.25rem 0;
  transform: translateY(-3.75rem);
}
#video .myVideo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#video .images {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.225rem;
  object-fit: cover;
  cursor: pointer;
  height: 1.225rem;
  object-fit: cover;
}

.speech {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
  /*margin-top: -3.75rem;*/
}
.com-tl {
  font-size: 0.5rem;
  color: #000000;
}
.speech-con {
  margin-top: 0.4375rem;
}
.com-tl::after {
  display: block;
  content: '';
  width: 5.6125rem;
  height: 1px;
  margin-top: 0.3125rem;
  background-color: #d2d2d2;
}
.speech img {
  width: 7.7875rem;
  height: 11.025rem;
  object-fit: cover;
  margin-right: 0.75rem;
}
.speech-con .text {
  flex: 1;
}
.speech-con .text .tl p {
  font-size: 0.275rem;
}
.speech-con .ls {
  font-size: 0.3rem;
  line-height: 0.45rem;
  color: #333333;
}
.speech-con .ls .l {
  margin-bottom: 0.375rem;
}
.speech-con .lss {
  font-size: 0.4rem;
  color: #333333;
  margin: 0.375rem 0 0.1875rem 0;
}
.speech-con .lssr {
  width: 100%;
  text-align: right;
  font-size: 0.4rem;
  color: #014da1;
}

.equipmentStatus {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0;
  background-color: #f0f0f0;
  display: none;
}

.equipmentStatus-con {
  margin-top: 0.5rem;
}

.BMap_bubble_title {
  font-size: 14px;
}
.BMap_bubble_content {
  font-size: 12px;
}



/* 产品介绍 */
.introduce {
  width: 100%;
  height: auto;
  font-size: 0.225rem;
  line-height: 0.5rem;
  margin-top: 0.25rem;
}
.introduce  .tl{
    color: #014da1;
}
/* 产品参数 */
.argument {
  width: 100%;
  height: auto;
  margin-top: 0.3125rem;
}

.argument .dot {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background-color: #8344b3;
  color: #fff;
  font-size: 0.375rem;
  margin-right: 0.4375rem;
}
.argument .rt {
  flex: 1;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.argument .item {
  width: fit-content;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.225rem;
  background-color: #eee;
  text-align: center;
  padding: 0 0.1875rem;
  border-radius: 0.25rem;
  margin: 0 0.1875rem 0.1875rem 0;
  box-shadow: 0.075rem 0.0375rem 0.075rem #5c5959;
}
/* 其他产品 */
.otherProducts {
  width: 100%;
  height: auto;
  margin-top: 0.3125rem;
}
.otherProducts .tl {
  width: fit-content;
  padding: 0 0.375rem;
  height: 0.5625rem;
  line-height: 0.5625rem;
  font-size: 0.35rem;
  color: #fff;
  text-align: center;
  border-radius: 0.1875rem;
  background-color: #b795d1;
  margin: 0.1875rem 0;
}
.otherProducts ul {
  margin-top: 0 !important;
}
/* 表格 */
.tabulation {
  width: 100%;
  height: auto;
}
.tabulation table {
  width: 100% !important;
}

table {
    margin: 15px 0;
    width: 100% !important;
}
table tr{
height: 40px  !important;
  font-size: .225rem ;
    text-align: center;
}



/* 流程图 */
.flowChart-con ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.flowChart-con li {
cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 9.1875rem;
  height: auto;
  background-color: #fff;
  border-radius: 0.15rem;
  margin: 0 0.375rem 0.275rem 0;
  padding: 0.125rem;
transition: all 0.3s;
    position: relative;
}

.flowChart-con li:before {
    content: "";
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, #113ec8, #3691da);
    -webkit-transition: all .8s;
    transition: all .8s;
    border-radius: 2px;
}
.flowChart-con li:hover:before{
    width: 100%;
}
.flowChart-con li:hover{

  box-shadow: .05rem .05rem .15rem #b3aeae;
}
.flowChart-con li:hover .nu {
  transform: scale(1.3);
  color: #014da1;
 opacity: 1;
}

.flowChart-con li:nth-child(2n) {
  margin-right: 0;
}
.flowChart-con .nu {
transition: all 0.3s;
  font-size: 0.9375rem;
  font-weight: bold;
  font-style: italic;
  color: #000000;
  opacity: 0.2;
}
.flowChart-con .tl {
  font-size: 0.4rem;
color: #014da1;
    font-weight: bold;
  margin-top: 0.05rem;
}
.flowChart-con .ls {
height: 1.725rem;
  line-height: .375rem;
  font-size: .25rem;
    text-align: left;
  color: #333333;
  margin: 0.125rem 0 0.1875rem 0;
    display: flex;
    align-items: center;
}
.flowChart-con .img img {
  width: 4.4375rem;
  height: 3.225rem;
  object-fit: cover;
  margin-right: 0.1rem;
}
.flowChart-con .img img:last-child {
  margin-right: 0;
}


/* 新闻资讯 */
.newsInformation {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.4375rem 0;
}
.common-tl p {
  font-size: 0.275rem;
  margin-top: 0.125rem;
}
.information-con .top {
  margin: 0.625rem 0 0.375rem 0;
}
.information-con .top img {
  width: 9.7rem;
  height: 4.25rem;
  object-fit: cover;
  margin-right: 0.3125rem;
}

.information-con .text h6 {
  font-size: 0.2625rem;
  width: 100%;
  font-weight: normal;
  color: #000000;
}
.information-con .text .ls {
  font-size: 0.2rem;
  line-height: 0.4375rem;
  width: 100%;
  color: #666666;
}
.information-con .time span {
  font-size: 0.3875rem;
  color: #666666;
}
.information-con .time i {
  font-size: 0.2rem;
  color: #666666;
}
.information-con .more {
  width: 1.4rem;
  height: 0.475rem;
  line-height: 0.475rem;
  background-color: #ebebeb;
  box-shadow: 0px 2px 1px 0px rgba(0, 0, 0, 0.07);
  border-radius: 0.2rem;
  font-size: 0.2125rem;
  text-align: center;
  color: #000000;
}
.information-con .top .text {
  flex: 1;
}
.information-con .top .ls {
  margin: 0.375rem 0;
}
.information-con .top .time {
  border-top: 1px solid #d0d0d0;
  padding-top: 0.3125rem;
}
.information-con li {
  width: 100%;
  height: auto;
  margin-bottom: 0.1875rem;
  transition: all 0.3s;
}
.information-con li a {
  padding: 0.625rem 0.2875rem 0.3125rem 0.3125rem;
}
.information-con li .time {
  width: 10%;
  margin-right: 0.5rem;
}
.information-con li .text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  flex: 1;
}
.information-con li .ls {
  margin: 0.125rem 0;
}
.information-con li:hover {
  background-color: #eeecec;
  box-shadow: 0px 0.075rem 0.1875rem 0.0125rem rgba(0, 0, 0, 0.17);
  border-radius: 0.25rem;
}

.newsDetails {
  width: 100%;
  height: auto;
  padding: 0.375rem 0;
}
.common-tl.inner .time {
  font-size: 0.2rem;
  text-align: center;
  color: #999999;
  margin: 0.3125rem 0;
}

.newsDetails-con {
  font-size: 0.225rem;
  border-top: 1px solid #eeeeee;
  color: #333333;
  line-height: 0.6875rem;
  padding-top: 0.25rem;
}
/* 新闻 */
.news {
  width: 100%;
  height: auto;
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;
  padding: 0.5rem 0;
}

.news .rt {
  width: 2.5rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news .lt {
  flex: 1;
}
.news .lt li {
  width: 7.25rem;
  height: auto;
  margin-right: 0.375rem;
  background-color: #fff;
}
.news .lt li:last-child {
  margin-right: 0;
}
.news li img {
  width: 100%;
  height: 4.725rem;
  object-fit: cover;
  vertical-align: bottom;
}
.news .text {
  padding: 0.25rem 0.4375rem 0.25rem 0.375rem;
}
.news .text h6 {
  font-size: 0.225rem;
  font-weight: normal;
  color: #000000;
}
.news .text .ls {
  font-size: 0.2rem;
  line-height: 0.4375rem;
  color: #666666;
  margin-top: 0.1875rem;
  padding-bottom: 0.1875rem;
}
.news .text .time {
  border-top: 1px solid #e5e5e5;
  padding-top: 0.1875rem;
}
.news .time span {
  display: inline-block;
  width: fit-content;
  padding: 0 15px;
  height: 32px;
  line-height: 32px;
  background-color: #eeeeee;
  border-radius: 15px;
  font-size: 14px;
  color: #666666;
}
.news .time i {
  font-size: 14px;
  color: #666666;
}
.news .rt .tl {
  text-align: right;
}
.news .rt .tl h2 {
  font-size: 0.45rem;
  color: #000000;
}
.news .rt .tl P {
  font-size: 0.275rem;
  color: #666666;
  margin-top: 0.1875rem;
}
.news .rt .img {
  display: inline-block;
  width: 0.5875rem;
  margin-top: 0.6875rem;
}
.news .rt .img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.introduce  .tl {
    color: #014da1;
  font-size: .275rem;
    font-weight: bold;
}
.introduce  .ls{
    color: #014da1;
font-size: .275rem;
}
.flowChart-con li:last-child{
  height: 7.3375rem;
    justify-content: space-between;
}
.flowChart-con li:last-child .ls{
    padding: 0 4%;
flex:1;
}

  table td {
    font-size: .225rem;
    padding: 0 .375rem;
  }
  
  
  
  
  
  
  
  
  
  
  
  .header_card {
				width: 24rem;
				height: 10rem;
				
				display: flex;
				position: relative;
        margin: 3% 0;
			}
			
			.header_card_left {
				width: 14rem;
				height: 10rem;
			}
			
			.header_card_left img {
				width: 14rem;
				height: 10rem;
			}
			
			.header_card_right {
				flex: 1;
				width: auto;
				height: 10rem;
			}
			
			.header_card_right_text {
				font-weight: 900;
				font-size: 0.9rem;
				color: #074ca0;
				text-transform: uppercase;
				line-height: 1;
				padding-left: .625rem;
				padding-top: 1.2rem;
			}
			
			.header_card_text {
				position: absolute;
				top: 58%;
				transform: translateY(-50%);
				right: 1.8rem;
				width: 14.325rem;
				height: 6.125rem;
				display: flex;
			}
			
			.header_card_text_left {
				width: 6.125rem;
				height: 6.125rem;
				background-color: #074CA0;
				display: flex;
				justify-content: center;
				/*align-items: center;*/
			}
			
			.header_card_text_left_us {
				height: 4.1625rem;
				width: 5.425rem;
				display: flex;
				flex-direction: column;
				justify-content: space-between;
			}
			
			#header_card_text_left_us {
				font-size: 0.375rem;
				text-transform: uppercase;
				font-weight: bold;
				line-height: 1.2;
				margin-top:0.6rem;
				color: #ffffff;
			}
			
			#header_card_text_left-us {
				font-size: 16px;
				line-height: .45rem;
				margin-top:0.3rem;
				color: #ffffff;
			}
			
			.header_card_text_right {
				flex: 1;
			}
			
			#header_card_text_left_us1 {
				display: flex;
				margin-top:0.3rem;
				height: 0.55rem;
			}
			
			.header_card_text_left_a {
				text-decoration: none;
				line-height: 0.55rem;
				height: 0.55rem;
				width: 2.2rem;
				/* padding: 0 40px; */
				border-radius: 0.275rem;
				background: white;
				color: #074ca0;
				font-weight: bold;
				font-size: 0.2rem;
				text-transform: uppercase;
				transition: all .5s;
				display: flex;
				justify-content: center;
				align-items: center;
			}
			
			.header_card_text_left_a:hover {
				background-color: black;
				color: #ffffff;
			}
			
			.header_card_text_left-a {
				text-decoration: none;
				line-height: 0.55rem;
				height: 0.55rem;
				width: 1.85rem;
				/* padding: 0 40px; */
				border-radius: 0.275rem;
				background: white;
				color: #074ca0;
				font-weight: bold;
				font-size: 0.2rem;
				text-transform: uppercase;
				display: inline-block;
				display: flex;
				justify-content: center;
				align-items: center;
				margin-left: .5rem;
				transition: all .5s;
			}
			.header_card_text_left-a i {
				transition: all .5s;
			}
			.header_card_text_left-a img {
				display: inline-block;
				width: auto;
				height: auto;
				transform: rotate(-90deg);
				margin-right: 0.125rem;
			}
			
			.header_card_text_left-a:hover {
				background-color: black;
				color: #ffffff;
			
			}
			.header_card_text_left-a:hover i {
				border-left-color: #fff !important;
			
			}
			
			.header_card_text_left-a img:hover {
				color: #ffffff;
			}
			
			.header_card_text_right {
				display: flex;
				flex-wrap: wrap;
				// justify-content: space-between;
				align-content: space-between;
			}
			
			.header_card_text_right_us {
				width: 4.0rem;
				height: 3.0625rem;
				display: flex;
				flex-direction: column;
				justify-content: center;
				align-items: center;
				background-color: #EDEDED;
				margin : 1px;
			}
			
			.header_card_text_right_us img {
				width: auto;
				height: auto;
			}
			
			#header_card_text_right_us {
				font-size: 0.45rem;
				color: #074ca0;
			
				font-family: "Anton";
				margin: 0.125rem 0;
				font-weight: 800;
			}
			
			#header_card_text_right_us1 {
				font-size: 0.325rem;
				color: #074ca0;
				font-weight: 500;
			}
			
			#header_card_text_right-us {
				font-size: 0.225rem;
				color: #666;
				line-height: 1.4;
			}
			
			#videoModal {
				display: none;
				position: fixed;
				top: 50%;
				left: 50%;
				transform: translate(-50%, -50%);
				width: 11.2rem;
				height: 6.7375rem;
				
				z-index: 9999;
				box-sizing: border-box;
			}
			
			#overlay {
				display: none;
				position: fixed;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				background: rgba(0, 0, 0, 0.5);
				z-index: 9998;
			}
			
			.close-button {
				position: absolute;
				top: -0.25rem;
				right: -0.25rem;
				width: 0.375rem;
				height: 0.375rem;
				font-size: 0.3rem;
				color: white;
				background-color: #000000;
				padding: 0.125rem;
				border-radius: 50%;
				background: none;
				border: none;
				cursor: pointer;
				display: flex;
				justify-content: center;
				align-items: center;
			}
			
			.close-button:hover {
				color: #ffffff;
				background-color: #000000;
			}
			
			#videoContent {
				position: relative;
				width: 12rem;
				height: 7rem;
				background: rgba(0, 0, 0, 0.8);
			}			

      .factory {
        margin: 3% 0;
      }
      .container {
        width: 85%;
        max-width: 1560px;
        margin: 0 auto;
      }
      .factory .nav-list {
        display: flex;
        gap: 1em;
        margin-bottom: 2%;
        font-size: 16px;
      }
      .factory .nav-list li a {
        display: inline-block;
        color: #074ca0;
        line-height: 1.4;
        padding: 0 1em;
        border: 1px solid rgba(0, 0, 0, 0.2);
      }
      .factory .nav-list .active a {
        background-color: #006fbc;
        border-color: transparent;
        color: #fff;
      }
      .factory .wrapper {
        display: flex;
        flex-wrap: wrap;
        gap: 2%;
      }
      .factory .wrapper .block {
        width: 32%;
        font-size: 18px;
        color: 000;
        font-weight: 300;
        margin-bottom: 2%;
      }
      .factory .wrapper .block p {
        margin-top: 0.5em;
        text-align: center;
      }
      .factory .wrapper .block .pic {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 0;
        padding-bottom: 66.66667%;
      }
      .factory .wrapper .block .pic img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all .5s;
      }
      .factory .wrapper .block:hover .pic img {
        transform: scale(1.05);
      }
      .company-honor {
        margin: 0 0 3%;
      }
      .company-honor .swiper-slide .pic {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 0;
        padding-bottom: 154.5%;
      }
      .company-honor .swiper-slide .pic img {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
        transition: all .5s;
      }
      .company-honor .swiper-slide .pic:hover img {
        transform: scale(1.05);
      }
      .company-honor .title {
        font-size: 36px;
        color: #074ca0;
        font-weight: 700;
        margin-bottom: 2%;
      }

      @media (max-width: 767px) {
        .container {
          width: 94%;
        }
        .factory .nav-list {
          font-size: 14px;
          flex-wrap: wrap;
          gap: .5em;
        }
        .factory .nav-list li {
          width: auto;
        }
        .factory .wrapper .block {
          font-size: 14px;
          width: 100%;
        }
        .company-honor .title {
          font-size: 24px;
        }
      }