.solutionBanner .imgB .pos {
  margin-top: 0px !important;
}
/*===== p1-0解决方案中心列表 =====*/
.centerBanner {
  margin-bottom: 0px !important;
}
.solutionCenter {
  margin: 100px 0 50px 0;
  background-color: #fff;
}
.solutionCenter .solutionCenterList {
  display: flex;
  flex-wrap: wrap;
}
.solutionCenter .solutionCenterList .solutionCenterItem {
  width: calc((100% - 100px) / 3);
  margin-right: 50px;
  height: 497px;
  position: relative;
  margin-bottom: 50px;
}
.solutionCenter .solutionCenterList .solutionCenterItem:nth-child(3n) {
  margin-right: 0px;
}
.solutionCenter .solutionCenterList .solutionCenterItem .pic {
  width: 100%;
  height: 497px;
  overflow: hidden;
  border-radius: 12px;
}
.solutionCenter .solutionCenterList .solutionCenterItem .pic i {
  transition: all 0.5s;
  transform: scale(1);
  width: 100%;
  height: 100%;
}
.solutionCenter .solutionCenterList .solutionCenterItem .pic i::after {
  transition: all 0.5s;
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: url(../images/lytpage/icon/i1.png) left bottom no-repeat;
  background-size: 100% auto;
  content: "";
  z-index: 1;
}
.solutionCenter .solutionCenterList .solutionCenterItem .text {
  transition: all 0.5s;
  position: absolute;
  left: 30px;
  bottom: 66px;
  z-index: 1;
  width: 82%;
  color: #fff;
}
.solutionCenter .solutionCenterList .solutionCenterItem .text b {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
}
.solutionCenter .solutionCenterList .solutionCenterItem .text p {
  font-size: 16px;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.solutionCenter .solutionCenterList .solutionCenterItem .more {
  transition: all 0.5s;
  position: absolute;
  left: 30px;
  bottom: 30px;
  z-index: 1;
  width: 82%;
  color: #fff;
  display: flex;
}
.solutionCenter .solutionCenterList .solutionCenterItem .more i {
  padding-right: 18px;
  font-size: 14px;
  line-height: 36px;
  color: #fff;
  background: url(../images/lytpage/icon/i2.png) right center no-repeat;
}
.solutionCenter .solutionCenterList .solutionCenterItem:hover {
  cursor: pointer;
}
.solutionCenter .solutionCenterList .solutionCenterItem:hover .pic i {
  transition: all 0.5s;
  transform: scale(1.08);
}
.solutionCenter .solutionCenterList .solutionCenterItem:hover .pic i::after {
  opacity: 0.8;
}
/*===== p2-0行业产品列表 =====*/
.industryProducts {
  background-color: #f6f6f6;
}
.industryProducts .industryTab {
  padding: 100px 0 55px 0;
  display: flex;
  justify-content: space-between;
}
.industryProducts .industryTab .tab_title {
  width: 19.375%;
}
.industryProducts .industryTab .tab_title .bac {
  background: #fff;
  border-radius: 12px;
}
.industryProducts .industryTab .tab_title .twoNav {
  margin: 8px 0;
}
.industryProducts .industryTab .tab_title .twoNav .twoNavA {
  position: relative;
}
.industryProducts .industryTab .tab_title .twoNav .twoNavA::after {
  display: none;
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -7px;
  width: 8px;
  height: 14px;
  background: url(../images/lytpage/icon/i3s.png) center no-repeat;
  background-size: 100% auto;
}
.industryProducts .industryTab .tab_title .twoNav .twoNavA::before {
  display: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  content: "";
  z-index: 2;
  cursor: pointer;
}
.industryProducts .industryTab .tab_title .twoNav .twoNavA a {
  font-size: 18px;
  line-height: 30px;
  padding: 10px 30px;
  color: #333;
  cursor: pointer;
}
.industryProducts .industryTab .tab_title .twoNav .twoNavA a:hover {
  cursor: pointer;
}
.industryProducts .industryTab .tab_title .twoNav .threeNav {
  display: none;
  padding: 10px 0;
}
.industryProducts .industryTab .tab_title .twoNav .threeNav a {
  padding-left: 50px;
  font-size: 16px;
  line-height: 36px;
  color: #999;
  cursor: pointer;
}
.industryProducts .industryTab .tab_title .twoNav .threeNav a:hover,
.industryProducts .industryTab .tab_title .twoNav .threeNav a.cur {
  color: #ef4e22;
}
.industryProducts .industryTab .tab_title .twoNav:nth-child(1) {
  margin-top: 0;
}
.industryProducts .industryTab .tab_title .twoNav:last-child {
  margin-bottom: 0;
}
.industryProducts .industryTab .tab_title .twoNav.go .twoNavA::after {
  display: block;
  transform: rotate(90deg);
}
.industryProducts .industryTab .tab_title .twoNav.go .twoNavA::before {
  display: block;
}
.industryProducts .industryTab .tab_title .twoNav.cur {
  background: #fff;
  border-radius: 12px;
}
.industryProducts .industryTab .tab_title .twoNav.cur .twoNavA {
  border-radius: 12px;
  background-color: #ef4e22;
}
.industryProducts .industryTab .tab_title .twoNav.cur .twoNavA::after {
  background-image: url(../images/lytpage/icon/i3.png);
}
.industryProducts .industryTab .tab_title .twoNav.cur .twoNavA a {
  color: #fff;
  font-weight: bold;
}
.industryProducts .industryTab .tab_next {
  width: 78.875%;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex {
  display: flex;
  flex-wrap: wrap;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox {
  background: #fff;
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 45px;
  border-radius: 12px;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox:nth-child(3n) {
  margin-right: 0px;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox .pic {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  height: 250px;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox .pic img {
  transform: scale(1);
  transition: all 0.6s;
  max-width: 96%;
  max-height: 80%;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox .text {
  padding: 0 20px 50px;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox .text b {
  margin-bottom: 25px;
  font-size: 22px;
  color: #333;
  text-align: center;
  line-height: 26px;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox .text p {
  font-size: 16px;
  text-align: center;
  line-height: 26px;
  height: 52px;
  color: #aaa;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox .text .flex {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox .text .flex .more {
  margin: 0 12px;
  padding: 0 15px;
  line-height: 32px;
  border-radius: 32px;
  border: #d2d2d2 1px solid;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox .text .flex .more i {
  padding-right: 10px;
  font-size: 14px;
  background-size: 6px auto;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox .text .flex .more:hover {
  border: #ef4e22 1px solid;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox .text .flex .more:hover i {
  color: #ef4e22;
  background-image: url(../images/zjpage/icon/i9s.png);
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox:hover {
  cursor: pointer;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox:hover .pic img {
  transform: scale(1.1);
  transition: all 0.6s;
}
.industryProducts .industryTab .tab_next .next .industryProductFlex .industryProductBox:hover .text b {
  color: #ef4e22;
}
/*===== p2-5行业产品-联系我们详情 =====*/
.proCon {
  background-color: #fff;
}
.cooperation {
  margin-bottom: 50px;
  font-size: 32px !important;
}
.formName {
  width: 48.5%;
  margin-top: 30px !important;
}
.nameBox {
  display: flex;
  align-items: baseline;
}
.concatTarea {
  height: 130px;
}
.industryList::-webkit-scrollbar {
  width: 4px;
  height: 2px;
}
.industryList::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 6px;
  background-color: #e73e0e;
}
.industryList::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0);
  background: #f7f7f7;
}
.industryText:first-child {
  margin-top: 5px;
}
.industryText:last-child {
  margin-bottom: 5px;
}
.industryText {
  padding: 10px 15px;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  word-break: break-all;
  min-height: 40px;
  line-height: 20px;
  align-items: center;
}
.optionTitle {
  flex: 1;
}
.industryText:hover {
  color: #fff;
  background: #e73e0e;
}
.industryText.curr {
  background: #e73e0e;
  color: #fff;
}
.industry {
  cursor: pointer;
  background: url("../images/lpage/industryDown.png") 97% center no-repeat;
  padding-left: 20px;
  box-sizing: border-box;
  color: #999;
  font-size: 16px;
}
.inputWidth {
  width: 100%;
}
.asterisk {
  color: #c40f0f;
  font-weight: bold;
  margin-right: 10px;
}
.nameText {
  font-size: 18px;
  color: #333333;
}
.verificationCode {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 70px;
}
.productContent {
  padding-top: 45px;
}
.verificatInfo {
  display: flex;
  align-items: center;
}
.codeBox {
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  height: 65px;
}
.codeInput {
  width: 230px;
  height: 100%;
}
.codeInput input {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 18px;
}
.codeImg {
  width: 130px;
  height: 100%;
  background: #edf7ff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.codeImg img {
  max-width: 100%;
}
.comPoint {
  padding-top: 90px;
  margin-top: -90px;
}
.concatSubmit {
  width: 190px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #e73e0e;
  font-size: 20px;
  cursor: pointer;
  border: none;
  outline: none;
}
.changeOne {
  margin-left: 15px;
  font-size: 20px;
  cursor: pointer;
}
.productHotline {
  margin-top: 0px;
  background: #f9f9f9;
  padding-bottom: 110px;
}
.hotlineTitle {
  font-size: 32px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 80px;
}
.hotlineTitle2 {
  font-size: 26px;
  text-align: center;
  color: #e14619;
}
.hotlineCard {
  display: flex;
  align-items: center;
  margin-top: 60px;
}
.hotlineCardList {
  background: #fff;
  width: calc((100% - 100px) / 3);
  margin-left: 50px;
  height: 215px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
}
.hotlineCardList:first-child {
  margin-left: 0;
}
.hotCardImg {
  width: 40px;
  margin: 0 auto;
}
.hotCardImg img {
  width: 100%;
}
.hotCardTitle {
  margin-top: 30px;
}
.hotCardText {
  margin-top: 10px;
}
.mapPopup {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 580px;
}
.popupIcon {
  width: 25px;
}
.popupIcon img {
  width: 100%;
}
.popupBtnList {
  display: flex;
  align-items: center;
  padding-top: 30px;
}
.popupTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  background: #e14619;
  color: #fff;
  font-size: 22px;
  padding: 0 30px;
}
.popupClose {
  width: 30px;
  cursor: pointer;
}
.popupClose img {
  width: 100%;
}
.popupBtn {
  background: #fff url(../images/lpage/coordinate.png) bottom right no-repeat;
  padding: 0 30px;
  padding-bottom: 30px;
  background-size: 20%;
}
.popupText {
  display: flex;
  align-items: center;
  margin-left: 25px;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.popupText span {
  font-weight: normal;
}
.mapHidden {
  display: none;
}
.mapPopup {
  display: none;
}
.contactBg .cooperation {
  margin-bottom: 50px;
}
.contactBg .companyBox {
  display: flex;
  justify-content: space-between;
}
.contactBg .companyBox .companyItem {
  width: 32%;
  background-color: #fff;
  padding: 30px 50px 30px 50px;
  border: 1px solid #ebebeb;
  margin-right: 2%;
  border-radius: 12px;
}
.contactBg .companyBox .companyItem:nth-child(3n) {
  margin-right: 0px;
}
.contactBg .companyBox .companyItem .companyName {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.contactBg .companyBox .companyItem .text {
  font-size: 18px;
  line-height: 32px;
  padding-left: 60px;
  position: relative;
  margin-top: 20px;
}
.contactBg .companyBox .companyItem .text1::after {
  position: absolute;
  content: "";
  top: 1px;
  left: 0;
  width: 28px;
  height: 30px;
  background: url("../images/lytpage/icon/i4.png") center center no-repeat;
  background-size: 100%;
}
.contactBg .companyBox .companyItem .text2::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 0;
  width: 26px;
  height: 20px;
  background: url("../images/lytpage/icon/i5.png") center center no-repeat;
  background-size: 100%;
}
.contactBg .companyBox .companyItem .text3::after {
  position: absolute;
  content: "";
  top: 2.5px;
  left: 0;
  width: 27px;
  height: 27px;
  background: url("../images/lytpage/icon/i6.png") center center no-repeat;
  background-size: 100%;
}
.contactBg .companyBox .companyItem .text4::after {
  position: absolute;
  content: "";
  top: 3px;
  left: 0;
  width: 27px;
  height: 26px;
  background: url("../images/lytpage/icon/i7.png") center center no-repeat;
  background-size: 100%;
}
/*===== p3-2视频列表 =====*/
.videoListBox {
  background-color: #fff;
  padding: 35px 0 80px;
}
.videoListBox .linkBox {
  margin-bottom: 50px;
}
.videoListBox .videoNav {
  display: flex;
  margin-bottom: 50px;
}
.videoListBox .videoNav .videoTitle {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  margin-right: 40px;
}
.videoListBox .videoNav .videoTabFlex {
  display: flex;
  border-left: 1px solid #ebebeb;
}
.videoListBox .videoNav .videoTabFlex .videoTab {
  margin-left: 30px;
  font-size: 16px;
  line-height: 32px;
  color: #999;
  position: relative;
}
.videoListBox .videoNav .videoTabFlex .videoTab:hover {
  cursor: pointer;
}
.videoListBox .videoNav .videoTabFlex .videoTab.curr {
  color: #333;
  font-weight: bold;
}
.videoListBox .videoNav .videoTabFlex .videoTab.curr::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #e14619;
  bottom: 0;
  left: 0;
}
.videoListBox .tab_next .next {
  display: none;
}
.videoListBox .tab_next .next .videoList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.videoListBox .tab_next .next .videoList .videoCard {
  width: calc((100% - 90px) / 4);
  margin-bottom: 60px;
  margin-right: 30px;
}
.videoListBox .tab_next .next .videoList .videoCard:nth-child(4n) {
  margin-right: 0px;
}
.videoListBox .tab_next .next .videoList .videoCard .videoItem {
  position: relative;
  height: 210px;
  border-radius: 12px;
  overflow: hidden;
}
.videoListBox .tab_next .next .videoList .videoCard .videoItem video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.videoListBox .tab_next .next .videoList .videoCard .videoItem:hover video {
  display: block;
  width: 100%;
  height: 100%;
}
.videoListBox .tab_next .next .videoList .videoCard .videoItem:hover i {
  display: none;
}
.videoListBox .tab_next .next .videoList .videoCard .videoItem:hover .videoMaskFlex {
  display: none;
}
.videoListBox .tab_next .next .videoList .videoCard .videoItem i {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.videoListBox .tab_next .next .videoList .videoCard .videoItem .videoMaskFlex {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 16px 8px 10px;
  width: 100%;
  height: 38px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  color: #fff;
  font-size: var(--subtitle-font-size);
  line-height: var(--icon-size);
  opacity: 1;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.videoListBox .tab_next .next .videoList .videoCard .videoItem .videoMaskFlex .playTime {
  font-size: 14px;
}
.videoListBox .tab_next .next .videoList .videoCard .videoTile {
  font-size: 15px;
  line-height: 30px;
  margin-top: 10px;
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.videoListBox .tab_next .next .videoList .videoCard .videoTile:hover {
  cursor: pointer;
  color: #e14619;
}
.videoListBox .tab_next .next.curr {
  display: flex;
  flex-wrap: wrap;
  visibility: visible;
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInUp2;
}
.videoListBox .paging {
  padding: 0 !important;
}
/*===== p3-2视频中心 =====*/
.videoCenter {
  padding-top: 80px;
}
.videoCenter .videoNav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.videoCenter .videoNav .videoTitle {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  margin-right: 40px;
}
.videoCenter .video01 {
  margin-bottom: 80px;
}
.videoCenter .video01 .videoNav1 .videoChange {
  position: relative;
  font-size: 16px;
  color: #777777;
  line-height: 31px;
}
.videoCenter .video01 .videoNav1 .videoChange::after {
  position: absolute;
  content: "";
  background: url(../images/lytpage/icon/i9.png) center no-repeat;
  background-size: 100% auto;
  width: 21px;
  height: 21px;
  top: 5px;
  left: -35px;
}
.videoCenter .video01 .videoNav1 .videoChange:hover {
  color: #e14619;
  cursor: pointer;
}
.videoCenter .video01 .videoFlex {
  display: flex;
  justify-content: space-between;
}
.videoCenter .video01 .videoFlex .tab_pic {
  width: 39.68%;
  height: 432px;
  margin-left: 0 !important;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}
.videoCenter .video01 .videoFlex .tab_pic .pic {
  width: 100%;
  height: 432px;
  overflow: hidden;
}
.videoCenter .video01 .videoFlex .tab_pic .pic i {
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
  height: 100%;
}
.videoCenter .video01 .videoFlex .tab_pic .pic:hover i {
  transform: scale(1.1);
}
.videoCenter .video01 .videoFlex .tab_pic .videoMaskFlex {
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
  box-sizing: border-box;
  padding: 40px 30px 50px;
  width: 100%;
  height: 38px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  color: #fff;
  font-size: var(--subtitle-font-size);
  line-height: var(--icon-size);
  opacity: 1;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.videoCenter .video01 .videoFlex .tab_pic .videoMaskFlex .playTitle {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: calc(100% - 80px);
}
.videoCenter .video01 .videoFlex .tab_pic .swiper-pagination {
  left: 30px;
  bottom: 20px;
  display: flex;
  justify-content: flex-start;
  width: 90%;
}
.videoCenter .video01 .videoFlex .tab_pic .swiper-pagination .swiper-pagination-bullet {
  transition: all 0.5s;
  opacity: 1;
  width: 8px;
  height: 8px;
  border-radius: 0;
  background: #dadada;
}
.videoCenter .video01 .videoFlex .tab_pic .swiper-pagination .swiper-pagination-bullet-active {
  transition: all 0.5s;
  width: 35px;
  background: #ef4e22;
}
.videoCenter .video01 .videoFlex .videoList1 {
  padding: 0 0 !important;
}
.videoCenter .video01 .videoFlex .videoList {
  width: 59.37%;
  display: flex;
  flex-wrap: wrap;
}
.videoCenter .video01 .videoFlex .videoList .videoCard {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.videoCenter .video01 .videoFlex .videoList .videoCard:nth-child(3n) {
  margin-right: 0px;
}
.videoCenter .video01 .videoFlex .videoList .videoCard:nth-child(-n + 3) {
  margin-bottom: 32px;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem {
  position: relative;
  height: 171px;
  background-color: #000;
  border-radius: 12px;
  overflow: hidden;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem:hover video {
  display: block;
  width: 100%;
  height: 100%;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem:hover i {
  display: none;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem:hover .videoMaskFlex {
  display: none;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem i {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem .videoMaskFlex {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  box-sizing: border-box;
  padding: 16px 8px 10px;
  width: 100%;
  height: 38px;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
  color: #fff;
  font-size: var(--subtitle-font-size);
  line-height: var(--icon-size);
  opacity: 1;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem .videoMaskFlex .playTime {
  font-size: 14px;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoTile {
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px;
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoTile:hover {
  cursor: pointer;
  color: #e14619;
}
.videoCenter .videoCom {
  margin-bottom: 80px;
}
.videoCenter .videoCom .videoNavCom .videoLeft {
  display: flex;
}
.videoCenter .videoCom .videoNavCom .videoMore {
  padding-right: 20px;
  position: relative;
}
.videoCenter .videoCom .videoNavCom .videoMore a {
  font-size: 16px;
  line-height: 36px;
  color: #999;
  display: none;
}
.videoCenter .videoCom .videoNavCom .videoMore .more.curr {
  display: block;
}
.videoCenter .videoCom .videoNavCom .videoMore::after {
  content: "";
  position: absolute;
  right: 0;
  top: 11.5px;
  width: 7px;
  height: 13px;
  background: url(../images/lytpage/icon/i12.png) center no-repeat;
}
.videoCenter .videoCom .videoNavCom .videoMore:hover a {
  color: #e14619;
  cursor: pointer;
}
.videoCenter .videoCom .videoNavCom .videoMore:hover::after {
  background: url(../images/lytpage/icon/i12s.png) center no-repeat;
}
.videoCenter .videoCom .tab_nextCom .next {
  width: 100%;
}
.videoCenter .videoCom .tab_nextCom .next .videoList {
  width: 100%;
}
.videoCenter .videoCom .tab_nextCom .next .videoList .videoCard {
  margin-bottom: 0px;
}
.videoCenter .videoCom.video05 {
  margin-bottom: 0 !important;
}
.videoCenter .videoCom.video05 .videoList .videoCard .videoTile {
  white-space: wrap;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  content: "";
  top: auto;
  bottom: 25px;
  width: 25px;
  height: 25px;
  background-color: #9badcb;
  border-radius: 5px;
}
.swiper-button-prev {
  left: auto;
  right: 75px;
  background: #9badcb url(../images/lytpage/icon/i10.png) center no-repeat;
}
.swiper-button-prev:hover {
  background: #9badcb url(../images/lytpage/icon/i10s.png) center no-repeat;
}
.swiper-button-next {
  right: 30px;
  background: #9badcb url(../images/lytpage/icon/i11.png) center no-repeat;
}
.swiper-button-next:hover {
  background: #9badcb url(../images/lytpage/icon/i11s.png) center no-repeat;
}
/*===== 常见问题=====*/
.answer {
  margin-top: 100px;
}
.ProductCs .titlePb {
  margin-bottom: 40px;
  font-size: 38px;
  color: #333;
  text-align: center;
}
/*video*/
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem video::-webkit-media-controls-play-button,
.videoListBox .tab_next .next .videoList .videoCard .videoItem video::-webkit-media-controls-play-button {
  display: none !important;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem video::-webkit-media-controls-timeline,
.videoListBox .tab_next .next .videoList .videoCard .videoItem video::-webkit-media-controls-timeline {
  display: none !important;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem video::-webkit-media-controls-mute-button,
.videoListBox .tab_next .next .videoList .videoCard .videoItem video::-webkit-media-controls-mute-button {
  display: none !important;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem video::-webkit-media-controls-volume-slider,
.videoListBox .tab_next .next .videoList .videoCard .videoItem video::-webkit-media-controls-volume-slider {
  display: none !important;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem video::-webkit-media-controls-current-time-display,
.videoListBox .tab_next .next .videoList .videoCard .videoItem video::-webkit-media-controls-current-time-display {
  position: absolute;
  right: 50px;
  bottom: -8px;
  display: block !important;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem video::-webkit-media-controls-time-remaining-display,
.videoListBox .tab_next .next .videoList .videoCard .videoItem video::-webkit-media-controls-time-remaining-display {
  position: absolute;
  right: 0;
  bottom: -8px;
  z-index: 10;
  padding-right: 8px;
  display: block !important;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem video::-webkit-media-controls-fullscreen-button,
.videoListBox .tab_next .next .videoList .videoCard .videoItem video::-webkit-media-controls-fullscreen-button {
  display: none !important;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem video::-webkit-media-controls-toggle-closed-captions-button,
.videoListBox .tab_next .next .videoList .videoCard .videoItem video::-webkit-media-controls-toggle-closed-captions-button {
  display: none;
}
.videoCenter .video01 .videoFlex .videoList .videoCard .videoItem video::-webkit-media-controls-panel,
.videoListBox .tab_next .next .videoList .videoCard .videoItem video::-webkit-media-controls-panel {
  background: none;
}
.videoMode {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  border-radius: 12px;
  overflow: hidden;
}
.videoMode .bac {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: scale(1.1);
}
.videoMode .bac i {
  width: 100%;
  height: 100%;
  filter: blur(30px);
}
.videoMode video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.newsDetailLeft .text .videoMode video {
  height: 100% !important;
}
