/* 公共样式 */
.flex-c {
  display: flex;
  align-items: center;
}
.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}
.flex-cum {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flex {
  display: flex;
}
.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-card {
  width: 20rem;
  height: 100%;
  margin: 0 auto;
}
.common-tl h2 {
  font-size: .425rem;
  color: #000000;
}
.common-tl p {
  font-size: 0.2875rem;
  color: #666666;
  margin-top: 0.1rem;
}
.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: auto;
}
.header .top {
  width: 100%;
  height: 1.425rem;
}
.header .logo {
  display: inline-block;
  height: 1.1rem;
  width: auto;
}
.header .logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.header .top p {
  font-size: 0.275rem;
  color: #000000;
}
.header .bto {
  width: 100%;
  height: 0.9rem;
  background-color: #d30000;
}
.header .bto ul {
  height: 100%;
}
.header .top .ph {
  font-size: 0.3875rem;
  font-weight: bold;
  color: #000000;
}

.header li a {
  font-size: 0.3rem;
  color: #fff;
}

/* <!-- 轮播 --> */

.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 .br {
  display: none;
  position: relative;
  width: 78px;
  height: 1px;
  background-color: #fff;
  opacity: 0;
}

.bannernums.active .br {
  display: block;
  opacity: 1;
  transition: all 0.3s;
  margin-right: 0.25rem;
}

.bannernums.active .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  z-index: 9;
  background-color: #fff;
  animation: grow 2s;
}

.bannernums.active .bg::before {
  display: block;
  content: '';
  right: 0;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border: 3px solid rgba(248, 246, 246, 0.3);
  border-radius: 50%;
}

@keyframes grow {
  to {
    width: 78px;
  }
}

.bannernums {
  display: flex;
  align-items: center;
  font-size: 0.3rem;
  color: #fff;
  margin-right: 0.375rem;
  transition: all 3s;
  cursor: pointer;
}
/* recommendedSwiper */
.recommendedSwiper {
    display: none;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.recommendedSwiper a {
  background-color: #f4f2f2;
}
.recommendedSwiper a.active {
  display: inline-block;
  width: 100%;
  background-color: #f9f9f9;
}
.recommendedSwiper .img {
    position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 5.25rem;
  padding: 0.375rem 0;
    overflow: hidden;
}
.watermark{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.recommendedSwiper .img img {
    width: 100%;
  height: 100%;
object-fit: contain;
}
.recommendedSwiper .name {
  width: 100%;
  height: 0.625rem;
  text-align: center;
  line-height: 0.625rem;
  border-top: 0.0125rem solid #e5e5e5;
  font-family: MicrosoftYaHei;
  font-size: 0.2125rem;
  text-align: center;
  color: #000000;
}

.recommendedSwiper .swiper-slide:hover {
  border: 0.025rem solid red;
}

/* 关于我们 */
.about {
  width: 100%;
  height: auto;
  padding: 0.75rem 2.375rem 1.75rem 1rem;
  background: url(../img/ic3.png) no-repeat;
  background-size: contain;
  background-position: left center;
}
.about-con {
  margin-top: 0.3125rem;
}
.about .common-tl {
  text-align: right;
}
.about img {
  width: 11.7875rem;
  height: 6.975rem;
  object-fit: cover;
  margin-right: 0.5625rem;
}
.about .text {
  flex: 1;
}
.about .text .ls {
  font-size: 0.25rem;
  line-height: 0.475rem;
  color: #000000;
}
/* 可定制设备 */
.custom {
  width: 100%;
  height: auto;
  background: url(../img/bg1.png) no-repeat;
  background-size: cover;
  padding: 1.625rem 0 1.125rem 0;
}
.custom .lt {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 3rem;
  height: auto;
  margin-right: 0.625rem;
}
.custom .nav,
.news .nav {
  width: 100%;
  height: auto;
}
.custom .nav a,
.news .nav .item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.125rem;
  width: 100%;
  height: 0.5875rem;
  background-color: #ffffff;
  box-shadow: 0px 0.0125rem 0.075rem 0 rgba(0, 0, 0, 0.06);
  border-radius: 0.2875rem;
  margin-bottom: 0.375rem;
}
.custom .nav a:hover::after,
.news .nav .item:hover::after,
.news .nav .item.active::after {
  background: url(../img/ic6-1.png) no-repeat;
}
.custom .nav a:hover .text,
.news .nav .item:hover .text,
.news .nav .item.active .text {
  color: #fff;
}
.custom .nav a:hover,
.news .nav .item:hover,
.news .nav .item.active {
  background-color: red;
}

.custom .nav .text,
.news .nav .item .text {
  flex: 1;
  font-size: 0.2125rem;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom .nav a::after,
.news .nav .item::after {
  display: block;
  content: '';
  width: 0.325rem;
  height: 0.325rem;
  background: url(../img/ic6.png) no-repeat;
  background-size: cover;
  margin-left: 0.15rem;
}
.custom .lt .more,
.news .lt .more {
  display: inline-block;
  width: 0.825rem;
  height: 0.825rem;
}
.custom .lt .more img,
.news .lt .more img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-con {
  flex: 1;
  overflow: hidden;
}
.customItem {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.customItem li {
  width: 5.125rem;
  height: auto;
  margin: 0 0.1375rem 0.225rem 0;
}
.tempWrap {
  width: 100% !important;
}
.customItem .img {
    position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 3.9375rem;
  padding: 0.1875rem 0;
  background-color: #fff;
}
.customItem .img img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.customItem .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 0.8875rem;
  background-color: #fff;
  margin-top: 0.025rem;
font-size: .25rem;
  color: #333333;
  padding: 0 0.25rem;
}
.customItem .name::after {
  display: block;
  content: '';
  width: 0.4rem;
  height: 0.4rem;
  background: url(../img/ic6.png) no-repeat;
  background-size: cover;
}
/* 应用领域 */
.domain {
  width: 100%;
  height: auto;
  padding-top: 0.3625rem;
}
.common-tl.con {
  text-align: center;
}
.domainSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.4375rem;
}
.domainSwiper a {
  position: relative;
  display: inline-block;
  width: 100%;
}
.domainSwiper .img {
  width: 100%;
  height: 7.625rem;
  object-fit: cover;
  vertical-align: bottom;
}
.domainSwiper .skm,
.applicationInner .skm {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1.25rem;
  background-color: rgba(230, 21, 21, 0.4);
  padding: 0 0.625rem;
  transition: all 0.3s;
}
.domainSwiper .name,
.applicationInner .name {
  display: flex;
  align-items: center;
  font-size: .3rem;
  color: #ffffff;
}
.domainSwiper .name::after,
.applicationInner .name::after {
  display: block;
  content: '';
width: 2.5rem;
  height: 0.0125rem;
  margin-left: 0.1875rem;
  background-color: #ffffff;
}
.domainSwiper .skm img,
.applicationInner .skm img {
  width: 0.425rem;
  height: auto;
  object-fit: contain;
}
.domainSwiper a:hover .skm,
.applicationInner li:hover .skm {
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.domainSwiper a:hover .name,
.applicationInner li:hover .name {
  flex-direction: column;
}
.domainSwiper a:hover .name::after,
.applicationInner li:hover .name::after {
  width: 0.0125rem;
  height: 3.15rem;
  margin: 0.125rem 0;
}
/* 荣誉证书 */
.certificate {
  width: 100%;
  height: auto;
  padding: 0.6875rem 0;
}

.certificateSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.5rem;
}
.certificateSwiper img {
  width: 100%;
  height: 5.2875rem;
  object-fit: cover;
}
/* 经典案例 */
.case {
  width: 100%;
  height: auto;
  padding-bottom: 0.5rem;
}
.case .common-card {
  position: relative;
}
.caseSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 0.4375rem;
}
.caseSwiper a {
  display: inline-block;
  width: 100%;
  height: auto;
  background-color: #eeeeee;
  padding: 0.1875rem 0.1875rem 0 0.1875rem;
}
.caseSwiper img {
  width: 100%;
  height: 4.4rem;
  object-fit: cover;
}
.caseSwiper .name,
.caesInner li .name {
  width: 100%;
  height: 0.8125rem;
  line-height: 0.8125rem;
  text-align: center;
  font-size: 0.225rem;
  color: #000000;
}
.case-button-next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: -0.75rem;
  transform: translateY(-50%);
  width: 0.5875rem;
  height: 0.5875rem;
  z-index: 999;
  background: url(../img/ic9.png) no-repeat;
  background-size: cover;
}
.case-button-prev {
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -0.75rem;
  z-index: 999;
  transform: translateY(-50%);
  width: 0.5875rem;
  height: 0.5875rem;
  background: url(../img/ic9-1.png) no-repeat;
  background-size: cover;
}
/* 新闻资讯 */
.news {
  width: 100%;
  height: auto;
  background: url(../img/bg4.png) no-repeat;
  background-size: cover;
  padding: 1.4375rem 0;
}
.news .lt {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
  width: 2.5rem;
  height: auto;
  margin-right: 0.625rem;
}
.news .lt .nav {
  margin: 0.375rem 0;
}
.news .lt .item {
  padding: 0 0.25rem;
}
.new-con {
  flex: 1;
}
.itemNews {
 // display: none;
}
.itemNews ul {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.itemNews li {
  width: calc((100% - 0.55rem) / 2);
  margin: 0 0.55rem 0.5rem 0;
  padding: 0.375rem 0.1875rem;
  background-color: #ffffff;
}
.itemNews li:nth-child(5),
.itemNews li:nth-child(6){
margin-bottom:0;
}
.itemNews a {
  display: flex;
  align-items: center;
}
.itemNews li:nth-child(2n) {
  margin-right: 0;
}
.itemNews .time {
  width: fit-content;
  text-align: center;
}
.itemNews .time h6 {
  font-size: 0.4125rem;
  font-weight: normal;
  color: #000000;
}
.itemNews .time span {
  font-size: 0.325rem;
  color: #000000;
}
.itemNews .text {
  flex: 1;
  border-left: 1px solid #dedede;
  padding-left: 0.375rem;
  margin-left: 0.375rem;
}
.itemNews .text h5 {
  font-size: 0.25rem;
  color: #000000;
  font-weight: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.itemNews .text .ls {
  font-size: 0.1875rem;
  line-height: 0.4125rem;
  color: #666666;
  margin-top: 0.1rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.footer {
  width: 100%;
  height: auto;
  background: url(../img/bg5.png) no-repeat;
  background-size: cover;
}
.footer .lt h6 {
  font-size: 0.45rem;
  font-weight: normal;
  color: #ffffff;
}
.footer .lt {
  margin-right: 1.25rem;
}
.footer .top {
  padding: 1.25rem 0 2.375rem 0;
}
.footer .top ul {
  flex: 1;
}
.footer .lt .more {
  display: inline-block;
  width: fit-content;
  height: 0.675rem;
  line-height: 0.675rem;
  padding: 0 0.25rem;
  border: solid 1px #ffffff;
  font-size: 0.25rem;
  text-align: center;
  color: #ffffff;
  margin-top: 0.625rem;
}
.footer .top li span {
  font-size: 0.75rem;
  color: #ffffff;
}
.footer .top li i,
.footer .top li h6 {
  font-weight: normal;
  font-size: 0.25rem;
  color: #ffffff;
}
.footer .logo {
  margin-right: 1.875rem;
}
.footer .logo h6 {
  font-size: 0.5375rem;
  font-weight: bold;
  color: #ffffff;
}
.footer .bto {
  padding: 0.25rem 0 0.125rem 0;
}
.footer .logo p {
  font-size: 0.2rem;
  color: #ffffff;
}
.footer .bto li p {
  font-size: 0.2rem;

  color: #ffffff;
}
.footer .bto li a,
.footer .bto li span {
  font-size: 0.1875rem;
  line-height: 0.5rem;
  color: #ffffff;
}
.footer .bto ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.footer .bto ul li {
  display: flex;
  flex-direction: column;
}
.footer .bto .qr {
  flex-direction: inherit;
}
.footer .qr h4 {
  font-size: 0.175rem;
  text-align: center;
  margin-top: 0.0625rem;
  color: #ffffff;
}
.footer .qr .item:first-child {
  margin-right: 0.375rem;
}
.footer .qr img {
  width: 2.275rem;
  height: 2.35rem;
  object-fit: cover;
}
.footer .bottom {
  width: 100%;
  font-size: 14px;
  text-align: center;
  padding: 0.375rem 0;
  color: #ffffff;
  border-top: 1px solid rgba(243, 240, 240, 0.3);
}
.footer .bottom a {
  color: #fff !important;
}

.banner img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}
/* equipment */
.equipment {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0;
  background-color: #f7f7f7;
}
.equipment .custom-con {
  margin-top: 0.75rem;
}

.equipment .customItem li {
  width: 6.2625rem;
  margin: 0 0.15rem 0.2875rem 0;
}
.equipment .customItem li:nth-child(3n) {
  margin-right: 0;
}
.about.inner {
  padding: 0.375rem 0 0.25rem 0;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}
.about.inner .common-tl {
  text-align: center;
}
.about.inner img {
  width: 9.4375rem;
  height: 6.975rem;
}
.about.inner .text .ls {
  line-height: 0.625rem;
}

.certificate.inner {
  background-color: #ececec;
}
/* 企业文化 */
.culture {
  width: 100%;
  height: auto;
  background-color: #f6f6f6;
  padding: 0.75rem 0;
}
.culture ul {
  width: 100%;
  margin-top: 0.6875rem;
}
.culture li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.culture li .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 1px #d2d2d2;
  transition: all 0.3s;
}
.culture li .img img {
  width: 0.925rem;
  height: auto;
  object-fit: contain;
}
.culture li .img .active {
  display: none;
}
.culture li h6 {
  font-size: 0.35rem;
  font-weight: normal;
  letter-spacing: 1px;
  color: #000000;
  margin-top: 0.5rem;
}
.culture li:hover .img {
  background-color: #00b7ee;
}
.culture li:hover .active {
  display: block;
}
.culture li:hover .default {
  display: none;
}
/* 经典案例 */
.caesInner {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0;
}

.caesInner ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.375rem;
}
.caesInner ul li {
  width: 4.775rem;
  height: auto;
  background-color: #eeeeee;
  padding: 0.1875rem 0.1875rem 0 0.1875rem;
  margin: 0 0.3rem 0.5625rem 0;
}
.caesInner ul li:nth-child(4n) {
  margin-right: 0;
}
.caesInner li .img {
  width: 100%;
  height: 4.4rem;
  overflow: hidden;
}
.caesInner li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.caesInner li:hover img {
  transform: scale(1.3);
}
/* 可定制设备 */
.equipments {
  width: 100%;
  height: auto;
  background-color: #f0eeee;
  padding: 0.5625rem 0;
}
.equipments .common-card {
  width: 20.9375rem;
  position: relative;
}
.equipmentSwiper {
  width: 17.5rem;
  height: auto;
  overflow: hidden;
  margin: 0.4125rem auto;
}
.equipmentSwiper a {
  display: inline-block;
  width: 100%;
  height: 0.6125rem;
  background-color: #fff;
  border-radius: 0.0375rem;
  font-size: 0.225rem;
  text-align: center;
  line-height: 0.6125rem;
  color: #000000;
}

.equipmentSwiper a.active{
  background-color: red;
color: #fff;
}

.equipments .customItem li {
  width: 5.125rem;
  height: auto;
  margin: 0 0.1375rem 0.375rem 0;
}
.equipments .customItem li:nth-child(4n) {
  margin-right: 0;
}
.equipment-button-next {
  position: absolute;
  cursor: pointer;
  top: 0.0625rem;
  z-index: 999;
  left: 0.75rem;
  width: 0.45rem;
  height: 0.45rem;
  background: url(../img/ic17.png) no-repeat;
  background-size: cover;
}
.equipment-button-prev {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.0625rem;
  width: 0.45rem;
  height: 0.45rem;
  background: url(../img/ic17-1.png) no-repeat;
  background-size: cover;
}

.equipmentDetali {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0;
}
.equipmentDetali .common-card {
  position: relative;
}

.equipmentDetali-con .top {
  width: 100%;
  height: 7.25rem;
  background-color: #ffffff;
  padding: 0.175rem 0.375rem;
  box-shadow: 0 0.0375rem 0.2375rem 0.025rem rgba(0, 0, 0, 0.1);
}
.equipmentDetali-con .top .img {
    position: relative;
  width: 8.725rem;
  height: 6.9rem;
  border-right: 1px solid #e5e5e5;
  margin-right: 0.4375rem;
  padding-right: 0.375rem;
}
.equipmentDetali-con .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.equipmentDetali-con .text {
  flex: 1;
}
.equipmentDetali-con .text h6 {
  font-size: 0.2875rem;

  color: #000000;
}
.equipmentDetali-con .text .ls {
  font-size: 0.2125rem;
  line-height: 0.575rem;
  color: #000000;
  margin-top: 0.1875rem;
}

.argument {
  width: 100%;
  height: auto;
}
.argument .text {
  width: 100%;
  height: 0.6375rem;
  background-color: #f9f9f9;
  margin: 0.1875rem 0;
}
.argument .text .name {
  width: fit-content;
  height: 100%;
  font-size: 0.25rem;
  line-height: 0.6375rem;
  text-align: center;
  padding: 0 0.25rem;
  color: #ffffff;
  background-color: #d40010;
}
.argument-con {
  font-size: 0.2125rem;
  line-height: 0.5625rem;
  color: #000;
}

.argument-con  img{
  width: 100%;
  height: auto;
}
/* 联系我们 */
.contactUs {
  width: 100%;
  height: auto;
  background-color: #f4f4f4;
  padding: 0.5rem 0;
}
.contactUs .common-card {
  width: 22.5rem;
}
.contactUs .top {
  margin: 0.5rem 0 0.25rem 0;
}
.contactUs .top img {
  width: 11.65rem;
  height: 6.5625rem;
  object-fit: cover;
}
.contactUs .top .text {
  flex: 1;
  font-size: 0.3625rem;
  line-height: 0.7625rem;
  color: #000000;
  background-color: #e9e9e9;
  padding: 0.0625rem 0 0.0625rem 1.25rem;
}
#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: 12.4375rem;
  height: 6.875rem;
  object-fit: cover;
  margin-left: 0.375rem;
}
.contactUs .form {
  flex: 1;
}
.contactUs .form input[type='text'] {
  width: 100%;
  height: 0.9625rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 0.2rem;
  color: #656565;
  padding-left: 0.1875rem;
  margin-bottom: 0.375rem;
}
.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.625rem;
  background-color: #ffffff;
  border: solid 1px #eeeeee;
  font-size: 0.2rem;
  padding: 0.125rem 0 0 0.1875rem;
  color: #656565;
  margin-bottom: 0.375rem;
}

.newDetali {
  width: 100%;
  height: auto;
  background-color: #f2f2f2;
  padding: 0.425rem 0;
}
.newDetali .tl {
  text-align: center;
}
.newDetali .tl h5 {
  font-size: 0.375rem;
  font-weight: normal;
  color: #000;
  margin-bottom: 0.1875rem;
}
.newDetali .tl h5 span {
  font-weight: bold;
  color: #d20b00;
}
.newDetali .tl h2 {
  font-size: 0.3125rem;
  font-weight: normal;
  color: #333333;
}
.newDetali .tl .time {
  font-size: 0.2125rem;
  color: #999999;
  margin: 0.25rem 0 0.5rem;
}
.detali-con {
  font-size: 0.2375rem;
  line-height: 0.6875rem;
  color: #333333;
}

.newsInformation {
  width: 100%;
  height: auto;
  padding: 0.4125rem 0;
}
.newsInformation ul {
  margin-top: 0.625rem;
}
.newsInformation li {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  box-shadow: 0 0.0875rem 0.0875rem 0 rgba(0, 0, 0, 0.08);
  padding: 0.625rem 0.75rem;
  transition: all 0.3s;
  margin-bottom: 0.375rem;
}
.newsInformation li .time {
  width: fit-content;
  text-align: center;
}
.newsInformation li .time p {
  font-size: 0.325rem;
  color: #000000;
  margin-bottom: 0.1875rem;
}
.newsInformation li .time span {
  font-size: 0.45rem;
  font-weight: bold;
  color: #000000;
}
.newsInformation li a {
  display: flex;
  align-items: center;
}
.newsInformation .text {
  flex: 1;
  margin-left: 0.75rem;
}
.newsInformation .text h6 {
  font-size: 0.325rem;
  font-weight: normal;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}
.newsInformation .text .ls {
  font-size: 0.25rem;
  line-height: 0.6rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  margin-top: 0.4375rem;
}
.newsInformation li:hover {
  background-color: #f4f4f4;
}
.applicationInner {
  width: 100%;
  height: auto;
  padding: 0.5625rem 0;
  background-color: #f7f7f7;
}
.applicationInner .common-card {
  width: 19.125rem;
}
.applicationInner ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.5rem;
}
.applicationInner ul li {
  position: relative;
  width: 6.2875rem;
  height: 8.125rem;
  margin: 0 0.1rem 0.5rem 0;
}
.applicationInner ul li:nth-child(3n) {
  margin-right: 0;
}
.applicationInner ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}
