.clear {
  clear: both;
}

.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.fdWow,
.fds {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
  z-index: 9999;
}

.banner {
  position: relative;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
}

.banner .bannerbox {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.banner .bannerbox ul li a {
  display: block;
  width: 100%;
  height: 100%;
  clip-path: inset(0% 0% 0% 0%);
}

.banner .bannerbox ul li a img {
  display: block;
  width: 100%;
}

.banner .bannerbox .swiper_bannerL {
  position: absolute;
  top: 50%;
  left: 20px;
  background: url(../images/next.png) no-repeat center;
  background-size: 80px;
  width: 80px;
  height: 80px;
  z-index: 2;
  cursor: pointer;
}

.banner .bannerbox .swiper_bannerR {
  position: absolute;
  top: 50%;
  right: 20px;
  background: url(../images/prev.png) no-repeat center;
  background-size: 80px;
  width: 80px;
  height: 80px;
  z-index: 2;
  cursor: pointer;
}

.banner .bannerbox .swiper_positon {
  position: absolute;
  right: 0%;
  z-index: 9;
  width: 98%;
  display: flex;
  justify-content: flex-end;
  bottom: 70px;
  padding-right: 5%;
}

.banner .bannerbox .swiper_positon span {
  background: #b50015;
  width: 100px;
  opacity: 1;
  height: 100%;
  margin: 0 10px 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0;
  display: block;
  position: relative;
  border: 1px solid #fff;
}

.banner .bannerbox .swiper_positon span img {
  width: 100%;
  display: block;
}

.banner .bannerbox .swiper_positon span em {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.3);
  clip-path: inset(0% 0% 0px 0px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active {
  width: 100px;
}

.banner .bannerbox .swiper_positon span.swiper-pagination-bullet-active em {
  clip-path: inset(0% 100% 0px 0px);
}

.about {
  margin-top: 124px;
  background: url(../images/aboutBg.jpg) no-repeat center bottom;
}

.about .aboutBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.about .aboutBox .aboutL {
  width: 617px;
}

.about .aboutBox .aboutL .aboutEn {
  background: url(../images/aboutEn.png) no-repeat center;
  width: 325px;
  height: 31px;
  display: block;
}

.about .aboutBox .aboutL i {
  display: block;
  width: 25px;
  height: 3px;
  background: #d43607;
  margin-top: 51px;
  margin-bottom: 43px;
}

.about .aboutBox .aboutL .aboutTitle a {
  display: block;
  width: 100%;
}

.about .aboutBox .aboutL .aboutTitle a img {
  display: block;
  width: 100%;
}

.about .aboutBox .aboutL .aboutText {
  margin-top: 87px;
  line-height: 34px;
  color: #757575;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  height: 238px;
}

.about .aboutBox .aboutL .aboutTel {
  display: table;
  background-image: linear-gradient(to right, #ce310a, #b50015);
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 40px;
  margin-top: 40px;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}

.about .aboutBox .aboutL .aboutTel::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../images/aboutTel.png) no-repeat center;
  margin-right: 14px;
}

.about .aboutBox .aboutR {
  width: 598px;
  position: relative;
}

.about .aboutBox .aboutR .aboutMore {
  font-size: 11px;
  text-transform: uppercase;
  color: #606060;
  padding-right: 30px;
  background: url(../images/aboutMore.png) no-repeat center right;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.about .aboutBox .aboutR .aboutMore:hover {
  color: #b50015;
}

.about .aboutBox .aboutR .aboutImg {
  display: block;
  width: 100%;
}

.about .aboutBox .aboutR .aboutImg img {
  display: block;
  width: 100%;
}

.about .aboutBox .aboutR p {
  font-size: 16px;
  font-family: 'Times New Roman', Times, serif;
  color: #757575;
  line-height: 28px;
  margin-top: 20px;
  opacity: 0.4 !important;
}

.title {
  display: block;
}

.title a {
  display: block;
}

.title a img {
  display: block;
  margin: 0 auto;
}

.title p {
  text-align: center;
  font-size: 18px;
  line-height: 1;
  color: #555555;
  margin-top: 35px;
  margin-bottom: 35px;
}

.title i {
  width: 26px;
  height: 4px;
  display: block;
  background: #db3200;
  margin: 0 auto;
}

.scene {
  width: 100%;
  height: 925px;
  background: url(../images/sceneBg.jpg) no-repeat center top;
  padding-top: 139px;
  box-sizing: border-box;
}

.scene .sceneBox {
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.05);
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 42px;
}

.scene .sceneBox .bd {
  width: 1000px;
  position: relative;
}

.scene .sceneBox .bd ul li {
  position: relative;
  display: block;
  height: 513px;
}

.scene .sceneBox .bd ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.scene .sceneBox .bd ul li a i {
  display: block;
  width: 100%;
  height: 100%;
}

.scene .sceneBox .bd ul li a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scene .sceneBox .bd ul li a em {
  position: absolute;
  width: 100%;
  height: 328px;
  background: url(../images/sceneText.png) no-repeat center left;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 234px 150px 0 40px;
  box-sizing: border-box;
  font-size: 18px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scene .sceneBox .bd .sceneL {
  width: 34px;
  height: 34px;
  display: block;
  background: url(../images/sceneJt.png) no-repeat center;
  position: absolute;
  bottom: 24px;
  left: 40px;
  z-index: 3;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.scene .sceneBox .bd .sceneL:hover {
  background-color: #b50015;
}

.scene .sceneBox .bd .sceneR {
  width: 34px;
  height: 34px;
  display: block;
  background: url(../images/sceneJt2.png) no-repeat center;
  position: absolute;
  bottom: 24px;
  left: 90px;
  z-index: 3;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.scene .sceneBox .bd .sceneR:hover {
  background-color: #b50015;
}

.scene .sceneBox .hd {
  width: 280px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.scene .sceneBox .hd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 25px 0;
}

.scene .sceneBox .hd ul li {
  width: 230px;
  margin: 0 auto;
  height: 62px;
  border-bottom: 1px solid #f5f5f5;
  background: transparent;
  border-radius: 5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.scene .sceneBox .hd ul li a {
  height: 62px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.scene .sceneBox .hd ul li a i {
  width: 22px;
  height: 22px;
  display: inline-flex;
  align-items: center;
  margin-left: 56px;
  margin-right: 8px;
}

.scene .sceneBox .hd ul li a i img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  mix-blend-mode: multiply;
  filter: grayscale(1) brightness(0);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.scene .sceneBox .hd ul li a em {
  font-size: 18px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 140px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.scene .sceneBox .hd ul li.on {
  background: #b50015;
}

.scene .sceneBox .hd ul li.on a i img {
  filter: grayscale(100%) invert(100%) brightness(200%);
  mix-blend-mode: screen;
}

.scene .sceneBox .hd ul li.on a em {
  color: #fff;
}

.product {
  background: url(../images/productBg.jpg) no-repeat center top;
  padding-top: 113px;
  box-sizing: border-box;
  padding-bottom: 92px;
}

.product .title p {
  letter-spacing: 7px;
}

.product .productTop {
  margin-top: 35px;
  padding-bottom: 92px;
}

.product .productTop .hd ul {
  display: flex; 
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #dce0e7;
}

.product .productTop .hd ul li {
  border-bottom: 1px solid #dce0e7;
  height: 68px;
  width: 256px;
  position: relative;
}

.product .productTop .hd ul li::after {
  content: "";
  width: 1px;
  height: 20px;
  background: #cacdd2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product .productTop .hd ul li a {
  height: 20px;
  margin-top: 24px;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 20px;
}

.product .productTop .hd ul li a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 2px solid #b50015;
  display: inline-block;
  vertical-align: super;
  margin-top: -5px;
  margin-left: 5px;
}

.product .productTop .hd ul li:nth-child(6n)::before {
  content: "";
  width: 1px;
  height: 20px;
  background: #cacdd2;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.product .productTop .hd ul li:hover a,
.product .productTop .hd ul li.on a {
  color: #b50015;
  font-weight: bold;
}

.product .productTop .productList {
  padding-top: 40px;
}

.product .productTop .productList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 38px 13px;
}

.product .productTop .productList ul li {
  width: 310px;
  border: 1px solid #ececec;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productTop .productList ul li a {
  display: block;
  width: 100%;
}

.product .productTop .productList ul li a i {
  width: 100%;
  height: 245px;
  display: block;
  overflow: hidden;
}

.product .productTop .productList ul li a i img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productTop .productList ul li a em {
  height: 52px;
  line-height: 52px;
  display: flex;
  justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productTop .productList ul li a em b {
  font-size: 16px;
  font-weight: normal;
  margin: 0 10px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productTop .productList ul li a em span {
  font-size: 16px;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productTop .productList ul li:hover {
  background: #b50015;
}

.product .productTop .productList ul li:hover a i img {
  transform: scale(1.1);
}

.product .productTop .productList ul li:hover a em b {
  color: #fff;
}

.product .productTop .productList ul li:hover a em span {
  color: #fff;
}

.product .productBottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.product .productBottom .productBottomList {
  flex: 1;
  padding: 0 90px;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  min-height: 358px;
}

.product .productBottom .productBottomList::before {
  content: "";
  width: 392px;
  height: 0px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: url(../images/productBottomBg.jpg) no-repeat center;
}

.product .productBottom .productBottomList h4 {
  padding-top: 54px;
  padding-bottom: 27px;
  border-bottom: 1px solid #cccccc;
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productBottom .productBottomList h4 a {
  display: block;
  padding-left: 40px;
  background: url(../images/productBottomListIco1.png) no-repeat center left;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 28px;
}

.product .productBottom .productBottomList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 50px;
  position: relative;
  z-index: 2;
}

.product .productBottom .productBottomList ul li {
  width: 120px;
  line-height: 45px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.product .productBottom .productBottomList ul li a {
  display: block;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-align: left;
}

.product .productBottom .productBottomList.on::before {
  height: 407px;
}

.product .productBottom .productBottomList.on h4 a {
  background-image: url(../images/productBottomListIco2.png);
  color: #fff;
}

.product .productBottom .productBottomList.on ul li a {
  color: #fff;
}

.product .productBottom .productBottomList.on ul li a:hover {
  transform: translateY(-5px);
}

.reason {
  width: 100%;
  height: 888px;
  background: url(../images/reasonBg.jpg) no-repeat center;
  padding-top: 153px;
  box-sizing: border-box;
}

.reason .reasonBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.reason .reasonBox .reasonBoxL {
  width: 726px;
}

.reason .reasonBox .reasonBoxL .title a img {
  margin-left: 0;
}

.reason .reasonBox .reasonBoxL .title p {
  text-align: left;
  color: #fff;
  letter-spacing: 7px;
}

.reason .reasonBox .reasonBoxL .title i {
  margin-left: 0;
  background: #fff;
}

.reason .reasonBox .reasonBoxL .reasonBoxCenter {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 113px;
}

.reason .reasonBox .reasonBoxL .reasonBoxCenter .hd {
  width: 240px;
  background: url(../images/reasonHdBg.png) repeat-y center left;
}

.reason .reasonBox .reasonBoxL .reasonBoxCenter .hd ul li {
  padding-left: 37px;
  line-height: 29px;
  margin: 45px 0;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  background: url(../images/reasonHdBg2.png) no-repeat -20px 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}

.reason .reasonBox .reasonBoxL .reasonBoxCenter .hd ul li:first-child {
  margin-top: 0;
}

.reason .reasonBox .reasonBoxL .reasonBoxCenter .hd ul li:last-child {
  margin-bottom: 0;
}

.reason .reasonBox .reasonBoxL .reasonBoxCenter .hd ul li.on {
  background: url(../images/reasonHdBg2.png) no-repeat 0px 0;
  color: #ffffff;
}

.reason .reasonBox .reasonBoxL .reasonBoxCenter .bd {
  width: 404px;
}

.reason .reasonBox .reasonBoxL .reasonBoxCenter .bd ul li h4 {
  font-size: 70px;
  line-height: 1;
  color: #fff;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
}

.reason .reasonBox .reasonBoxL .reasonBoxCenter .bd ul li p {
  margin-top: 47px;
  font-size: 16px;
  color: #ffffff;
  line-height: 36px;
}

.reason .reasonBox .reasonBoxL .reasonBoxCenter .bd ul li .reasonTel {
  display: table;
  border: 1px solid rgba(255, 255, 255, 0.3);
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 40px;
  margin-top: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

.reason .reasonBox .reasonBoxL .reasonBoxCenter .bd ul li .reasonTel::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../images/aboutTel.png) no-repeat center;
  margin-right: 6px;
}

.reason .reasonBox .reasonBoxR {
  width: 530px;
  height: 530px;
  transform: translateX(30px);
  margin-top: 70px;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}

.reason .reasonBox .reasonBoxR ul li img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
}

.strength {
  width: 100%;
  height: 922px;
  display: block;
  background: url(../images/strengthBg.jpg) no-repeat center;
  padding-top: 104px;
  box-sizing: border-box;
}

.strength .title p {
  letter-spacing: 7px;
}

.strength .strengthBox {
  width: 92.6%;
  margin: 0 auto;
}

.strength .strengthBox .swiper-container {
  padding-top: 74px;
  padding-bottom: 74px;
}

.strength .strengthBox .swiper-container ul li {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: -16px;
}

.strength .strengthBox .swiper-container ul li a {
  display: block;
}

.strength .strengthBox .swiper-container ul li a i {
  background: #fff;
  padding: 10px;
  display: block;
  border: 1px solid #e5e5e5;
}

.strength .strengthBox .swiper-container ul li a i img {
  display: block;
  width: 100%;
  height: 322px;
  object-fit: cover;
}

.strength .strengthBox .swiper-container ul li a b {
  font-size: 17px;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.strength .strengthBox .swiper-container ul li a span {
  width: 85%;
  margin: 0 auto;
  font-size: 13px;
  color: #666666;
  text-align: center;
  line-height: 2;
  margin-top: 20px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 54px;
}

.strength .strengthBox .swiper-container ul li a .strengthTel {
  opacity: 0;
  display: table;
  background-image: linear-gradient(to right, #ce310a, #b50015);
  height: 30px;
  line-height: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 40px;
  margin-top: 40px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: 20px auto 0;
}

.strength .strengthBox .swiper-container ul li a .strengthTel::before {
  content: "";
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../images/aboutTel.png) no-repeat center;
  background-size: 12px;
  margin-right: 8px;
  vertical-align: middle;
}

.strength .strengthBox .swiper-container ul li.swiper-slide-prev,
.strength .strengthBox .swiper-container ul li.swiper-slide-next {
  z-index: 2;
}

.strength .strengthBox .swiper-container ul li.swiper-slide-active {
  z-index: 3;
  margin-left: 1px;
  margin-right: 1px;
  transform: scale(1.2);
  margin-top: 0;
}

.strength .strengthBox .swiper-container ul li.swiper-slide-active i {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
  background: #fff;
}

.strength .strengthBox .swiper-container ul li.swiper-slide-active b {
  opacity: 1;
}

.strength .strengthBox .swiper-container ul li.swiper-slide-active span {
  opacity: 1;
}

.strength .strengthBox .swiper-container ul li.swiper-slide-active .strengthTel {
  opacity: 1;
}

.news {
  background: url(../images/newsBg.jpg) no-repeat center top;
  width: 100%;
  padding-top: 60px;
  background-size: cover;
  padding-bottom: 100px;
}

.news .newsTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
}

.news .newsTop .title p {
  text-align: left;
  letter-spacing: 7px;
}

.news .newsTop .title i {
  margin-left: 0;
}

.news .newsTop .hd ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news .newsTop .hd ul li {
  margin-left: 92px;
}

.news .newsTop .hd ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.news .newsTop .hd ul li a i {
  width: 22px;
  height: 22px;
  display: block;
  background-image: url(../images/newsIco1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsTop .hd ul li a em {
  margin-left: 11px;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .newsTop .hd ul li:nth-child(2) a i {
  background-image: url(../images/newsIco2.png);
}

.news .newsTop .hd ul li:nth-child(3) a i {
  background-image: url(../images/newsIco3.png);
}

.news .newsTop .hd ul li.on a i {
  background-position: 0 -22px;
}

.news .newsTop .hd ul li.on a em {
  color: #b50015;
}

.news .bd .newsList {
  padding-top: 58px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.news .bd .newsList .newsListL {
  width: 730px;
  position: relative;
}

.news .bd .newsList .newsListL::after {
  content: "";
  width: 670px;
  height: 471px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -94px;
}

.news .bd .newsList .newsListL .newsListLTop {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.news .bd .newsList .newsListL .newsListLTop .newsText {
  width: 266px;
}

.news .bd .newsList .newsListL .newsListLTop .newsText b {
  display: block;
  font-size: 36px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: 108px;
  line-height: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .bd .newsList .newsListL .newsListLTop .newsText em {
  height: 52px;
  margin-top: 30px;
  display: block;
  border-bottom: 1px solid #434343;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 52px;
  font-size: 18px;
  font-weight: bold;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .bd .newsList .newsListL .newsListLTop .newsText em i {
  display: block;
  position: relative;
  line-height: 52px;
  z-index: 2;
}

.news .bd .newsList .newsListL .newsListLTop .newsText span {
  height: 43px;
  line-height: 43px;
  background: url(../images/newsMore.png) no-repeat center left;
  display: block;
  padding-left: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-top: 30px;
}

.news .bd .newsList .newsListL .newsListLTop .newsImg {
  width: 440px;
  height: 300px;
  overflow: hidden;
}

.news .bd .newsList .newsListL .newsListLTop .newsImg i {
  display: block;
  width: 100%;
  height: 100%;
}

.news .bd .newsList .newsListL .newsListLTop .newsImg i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .bd .newsList .newsListL p {
  font-size: 14px;
  color: #777777;
  width: 440px;
  margin-top: 30px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 60px;
}

.news .bd .newsList .newsListL:hover .newsListLTop .newsText b {
  color: #b50015;
}

.news .bd .newsList .newsListL:hover .newsListLTop .newsText em {
  transform: translateY(-5px);
}

.news .bd .newsList .newsListL:hover .newsListLTop .newsText span {
  color: #b50015;
}

.news .bd .newsList .newsListL:hover .newsListLTop .newsImg i img {
  transform: scale(1.1);
}

.news .bd .newsList .newsListL .newsJt {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 140px;
  position: absolute;
  bottom: 0;
  right: 110px;
  z-index: 9;
}

.news .bd .newsList .newsListL .newsJt .newsl {
  width: 27px;
  height: 27px;
  display: block;
  background: url(../images/news1.png) no-repeat center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .bd .newsList .newsListL .newsJt .newsl:hover {
  background: url(../images/news2.png) no-repeat center;
  color: #b50015;
}

.news .bd .newsList .newsListL .newsJt .newspage {
  width: 60px;
  text-align: center;
  line-height: 27px;
}

.news .bd .newsList .newsListL .newsJt .newsr {
  width: 27px;
  height: 27px;
  display: block;
  background: url(../images/news1.png) no-repeat center;
  transform: rotate(180deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .bd .newsList .newsListL .newsJt .newsr:hover {
  background: url(../images/news2.png) no-repeat center;
  color: #b50015;
}

.news .bd .newsList .newsListR {
  width: 500px;
}

.news .bd .newsList .newsListR ul li {
  padding: 30px 0;
  border-bottom: 1px dashed #e1e1e1;
  position: relative;
}

.news .bd .newsList .newsListR ul li a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.news .bd .newsList .newsListR ul li a .newsImg {
  display: block;
  width: 140px;
  height: 105px;
  overflow: hidden;
}

.news .bd .newsList .newsListR ul li a .newsImg img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  object-fit: cover;
}

.news .bd .newsList .newsListR ul li a .newsTitle {
  width: 320px;
}

.news .bd .newsList .newsListR ul li a .newsTitle span {
  display: block;
  width: 90px;
  height: 20px;
  line-height: 20px;
  background: #fff;
  border-radius: 20px;
  text-align: center;
  color: #999999;
}

.news .bd .newsList .newsListR ul li a .newsTitle b {
  display: block;
  font-weight: normal;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 30px;
  margin-bottom: 21px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.news .bd .newsList .newsListR ul li a .newsTitle em {
  font-size: 14px;
  color: #8e8e8e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.news .bd .newsList .newsListR ul li:first-child {
  padding-top: 0;
}

.news .bd .newsList .newsListR ul li:first-child::after {
  content: "";
  width: 205px;
  border-bottom: 1px dashed #e1e1e1;
  position: absolute;
  top: 0;
  right: 0;
}

.news .bd .newsList .newsListR ul li:hover a .newsImg img {
  transform: scale(1.1);
}

.news .bd .newsList .newsListR ul li:hover a .newsTitle b {
  color: #b50015;
}


.lens {
  position: fixed;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  pointer-events: none;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  mix-blend-mode: lighten;
  filter: url(#liquid-glass-dynamic);
  opacity: 0;
  transition: opacity 0.1s;
  z-index: 1000;
}

/* 固定文字 view */
.lens-text {
  position: fixed;
  pointer-events: none;
  color: rgba(255, 255, 255, 0.7);
  /* 半透明 */
  font-family: sans-serif;
  font-weight: bold;
  font-size: 16px;
  z-index: 1001;
  /* 高于 lens */
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.1s;
}