.line1 .showImgBox {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  margin-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 30px;
  cursor: pointer;
}

.teamCall {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 40px;
  border-radius: 4px;
  background-color: #2f9bff;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-left: auto;
  cursor: pointer;
}

.problemBox1 {
  padding: 20px 30px;
  background-color: #edf0f4;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: #33373f;
}

.problemIcon {
  width: 20px;
  height: 20px;
  margin-right: 20px;
}

.problemBox2 {
  padding: 20px 30px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #33373f;
}

.msgBox {
  /* width: 1400px; */
  width: 100%;
  background-color: white;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  padding: 30px 0;
}

.noMsgBox {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.noMsgBox img {
  width: 303.71px;
  height: 271px;
}

.msgRow {
  display: flex;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.msgRow1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

.msgRow .left {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  /* margin-left: 30px; */
}

.msgRow .right {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #7a7f89;
  margin-left: auto;
  /* margin-right: 30px; */
}

.videoTitle {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #33373f;
  width: 406px;
  margin: 10px 20px;
  white-space: nowrap;
  /* 强制不换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 显示省略符号 */
}

.videoSpan {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #677283;
  width: 406px;
  margin: 0 10px 20px 20px;
  white-space: nowrap;
  /* 强制不换行 */
  overflow: hidden;
  /* 隐藏溢出内容 */
  text-overflow: ellipsis;
  /* 显示省略符号 */
}

#classImg {
  width: 446px;
  height: 200px;
  object-fit: cover;
  object-position: center;
}

.videoTypeChangeBox {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.textTypeChange {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  color: #7a7f89;
  cursor: pointer;
  margin-right: 30px;
  margin-left: 30px;
  padding-bottom: 5px;
}

.textTypeChangeAc {
  color: #2f9bff;
  padding-bottom: 5px;
  border-bottom: 3px solid #2f9bff;
}

.videoTypeChange {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 18px;
  color: #7a7f89;
  cursor: pointer;
  margin-right: 30px;
  margin-left: 30px;
  padding-bottom: 5px;
}

.videoTypeChangeAc {
  color: #2f9bff;
  padding-bottom: 5px;
  border-bottom: 3px solid #2f9bff;
}

.textTypeChangeBox {
  display: flex;
  align-items: center;
  margin-left: auto;
}

.noMsg {
  margin: 20px auto;
  font-size: 28px;
  font-weight: 700;
  line-height: 56px;
}

.leftBlue {
  border-left: 4px solid #2f9bff;
  height: 28px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  padding: 0 15px;
  /* margin-top: 90px; */
  margin-left: 20px;
  margin-bottom: 20px;
}

.list {
  display: flex;
  flex-direction: column;
}

.line1 .showImgBox2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 34px;
  color: #7a7f89;
  /* margin-right: 110px; */
  margin: 0 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 30px;
  cursor: pointer;
}

.getBoxList {
  display: flex;
  flex-direction: column;
  background-color: #f3f5f8;
}

.blueSpan {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #186bf2;
  margin-top: 15px;
  cursor: pointer;
}

.teamBox {
  display: flex;
  align-items: center;
  background-color: white;
  /* width: 1400px; */
  padding: 30px;
  margin-top: 20px;
}

.teamSpanBox {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.teamName {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #333333;
}

.teamPhone {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
  margin-top: 10px;
}

.teamTime {
  font-weight: 400;
  font-size: 14px;
  line-height: 22px;
  color: #7a7f89;
  margin-top: 10px;
}

.teamBox img {
  width: 46px;
  height: 46px;
  border-radius: 50px;
}

.blueSpan1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #186bf2;
  margin-top: 15px;
  cursor: pointer;
  margin-left: auto;
  margin-right: 50px;
}

#gogq {
  cursor: pointer;
}

.getBoxList1 {
  display: flex;
  flex-direction: column;
  background-color: white;
}

.teamSpan {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  margin-left: 20px;
}

.team1 {
  display: flex;
  flex-direction: column;
  /* background-color: #F3F5F8; */
  /* margin-bottom: 20px; */
}

.fakeH {
  height: 20px;
  /* background-color: #F3F5F8; */
}

.posterBox {
  display: flex;
  flex-direction: column;
  background-color: white;
  /* height: 728px; */
  /* width: 1400px; */
  margin: 30px auto;
}

.fxTop {
  width: 753px;
  height: 72px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.fxSpan {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.ewm {
  height: 186px;
  width: 186px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
}

.noTeam {
  width: 280px;
  height: 296px;
  margin: auto;
}

.team2 {
  display: flex;
  flex-direction: column;
  /* background-color: #F3F5F8; */
}

#zeroVideo {
  height: 300px;
  width: 1400px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}

#zeroText {
  height: 300px;
  width: 1400px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
}

.team3 {
  display: flex;
  flex-direction: column;
  /* background-color: #F3F5F8; */
}

.getBoxList2 {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-color: #f3f5f8;
}

.box1 {
  display: flex;
  flex-direction: column;
  /* padding: 20px; */
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: white;
  margin-bottom: 20px;
}

.boxLine {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.yyzzimg {
  width: 50px;
  height: 50px;
}

.boxLine1 {
  display: flex;
  align-items: center;
  margin-bottom: -10px;
}

.fakeLine {
  /* width: 1400px; */
  border: 1px solid #e0e3e7;
  margin-top: 10px;
}

.fakeLine2 {
  /* width: 1400px; */
  border: 1px solid #e0e3e7;
  margin: 20px 0;
}

.iconBox {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  width: 100px;
  cursor: pointer;
}

.iconBox2 {
  display: flex;
  align-items: center;
  height: 50px;
  justify-content: center;
  /* width: 100px; */
  margin-left: 20px;
  cursor: pointer;
}

.iconBoxSpan {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #72777e;
  margin-left: 5px;
}

.iconBox2 img {
  width: 22px;
  height: 22px;
}

.iconBox img {
  width: 22px;
  height: 22px;
}

.titleSpanBox2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  margin-left: 20px;
}

.titleSpanBox2Red {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #fe4646;
  margin-left: 20px;
}

.titleSpanBox2Blue {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #2f9bff;
  margin-left: 20px;
}

.showSpan1 {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #677283;
  width: 150px;
  margin-left: 20px;
}

.showSpan3 {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #677283;
  /* width: 100px; */
  margin-left: 20px;
}

.showSpan2Red {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #e51919;
}

.userIcon {
  width: 50px;
  height: 50px;
  margin-left: 20px;
  border-radius: 50px;
}

.showSpan2Blue {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #4391fd;
}

.showSpan2 {
  font-weight: 400;
  font-size: 18px;
  line-height: 36px;
  color: #333333;
}

.titleSpanBox {
  clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
  width: 66px;
  height: 28px;
  /* margin-left: -20px; */
  background-color: #ffa81f;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0 15px 7px 0;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
  color: white;
}

.pageBgColor {
  width: 100%;
  height: 80px;
  /* padding-bottom: 50px; */
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

.activeBlue {
  height: 40px !important;
  font-weight: 700 !important;
  font-size: 24px !important;
  line-height: 34px !important;
  color: #2f9bff !important;
}

.showBlueLine {
  width: 42px;
  height: 4px;
  border-radius: 2px;
  background-color: #2f9bff;
  margin-top: 3px;
}

.line1 {
  display: flex;
  /* margin-top: 70px; */
  justify-content: center;
  align-items: center;
}

.newsBack {
  background-color: white;
  width: 100%;
  /* height: 470px; */
  padding-bottom: 50px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
}

.showTopBg {
  width: 100%;
  height: 100%;
}

.showTopBg img {
  width: 100%;
  height: 100%;
}

.btn3 {
  margin-top: 20px;
  width: 100%;
  background-color: #ffffff;
}

.btn3Box {
  width: 1200px;
  margin: 0 auto;
  height: 80px;
}

.btn3Box ul {
  display: flex;
}

.bottomBtnSpan {
  font-weight: 400;
  font-size: 26px;
  line-height: 34px;
  color: #33373f;
}

.bottomBtn {
  display: flex;
  /* background-color: #186BF2; */
  width: 400px;
  height: 80px;
  justify-content: center;
  align-items: center;
}

.bottomBtn img {
  width: 36px;
  height: 36px;
}

.newsBack .newsList {
  width: 1400px;
  /* display: flex; */
  /* flex-wrap: wrap; */
  margin: 0 auto;
}

.newsBack .newsList ul {
  /* width: 1400px; */
  display: flex;
  flex-wrap: wrap;

  /* margin: 0 auto; */
}

.newsBack .newsList ul li {
  margin: 10px auto 0px auto;
}

.newsBack .newsList ul li a .news1 {
  display: flex;
  box-shadow: 0 6px 12px 0 rgba(168, 168, 168, 0.4);
  background-color: #ffffff;
  width: 450px;
  /* height: 150px; */
  border-radius: 6px;
  padding: 20px;
}

.newsBack .newsList ul li a .news1 .day {
  display: flex;
  flex-direction: column;
  /* left: 0px; */
}

.newsBack .newsList ul li a .news1 .showSpan {
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.newsBack .newsList ul li a .news1 .showSpan .line1 {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #222222;
}

.newsBack .newsList ul li a .news1 .showSpan .line2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: rgb(122, 127, 137);
  margin: 15px 0;
}

.newsBack .newsList ul li a .news1 .showSpan .line3 {
  display: flex;
}

.redSpan {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: #eb3131;
}

.newsBack .newsList ul li a .news1 .showSpan .line3 .span1 {
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  color: rgb(122, 127, 137);
}

.newsBack .newsList ul li a .news1 .showSpan .line3 .span2Box {
  display: flex;
  margin-left: auto;
}

.newsBack .newsList ul li a .news1 .day .time {
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #222222;
}

.newsBack .newsList ul li a .news1 .day .year {
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  color: #222222;
}

.newsBack .newsList ul li a .news1 .day .fake {
  border: 1px solid #e1e1e1;
  width: 18px;
  margin: 5px 0;
}

.carousel {
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 60px;
  overflow: hidden;
  touch-action: pan-y;
  /* 优化移动端触摸 */
}

.carousel-track {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  cursor: grab;
}

.carousel-track.grabbing {
  cursor: grabbing;
  transition: none;
}

.slide {
  min-width: 100%;
  flex-shrink: 0;
  user-select: none;
}

.slide img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  z-index: 10;
}

.prev-btn {
  left: 20px;
}

.next-btn {
  right: 20px;
}

.indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s;
}

.indicator.active {
  background: #fff;
  transform: scale(1.2);
}

.page-img {
  width: 100%;
  position: relative;
}

.titleBox {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.showCompanyBox {
  display: flex;
  flex-wrap: wrap;
  width: 1400px;
  margin: 0 auto;
}

.showCompanyBox .videoBox {
  /* margin: 0 auto 20px auto; */
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-bottom: 30px;

  justify-content: center;
  width: 446px;
  /* height: 320px; */
  /* padding: 10px; */
  border-radius: 14px;
  background-color: #ffffff;
  /* box-shadow: 0 4px 6px 0 #A8A8A8; */

  box-shadow: 0px 4px 6px 0px rgba(168, 168, 168, 0.25);
}

.showCompanyBox .videoBox img {
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
}

.showCompanyBox .consultant {
  /* margin: 0 auto 20px auto; */
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  margin-bottom: 30px;

  justify-content: center;
  width: 327px;
  /* height: 320px; */
  /* padding: 10px; */
  border-radius: 14px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 #a8a8a8;
}

.showCompanyBox .consultant .name {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
  margin-top: 10px;
  margin-left: 10px;
}

.showCompanyBox .consultant .js {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #60646c;
  margin-top: 10px;
  margin-left: 10px;
  margin-bottom: 20px;
}

.showCompanyBox .consultant .tc {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #222222;
  margin-top: 10px;
  margin-left: 10px;
}

.showCompanyBox .consultant img {
  width: 327px;
  height: 190px;
  border-radius: 14px 14px 0 0;
}

.showCompanyBox .company {
  /* margin: 0 auto 20px auto; */
  display: flex;
  margin-left: 25px;
  margin-bottom: 30px;
  flex-direction: column;
  justify-content: center;
  width: 665px;
  /* height: 320px; */
  padding: 10px;
  border-radius: 4px;
  background-color: #ffffff;
  box-shadow: 0 4px 6px 0 #a8a8a8;
}

.showCompanyBox .company .bottom {
  width: 630px;
  height: 112px;
  padding: 20px;
  background-color: #f5f9ff;
  border-radius: 2px;
  margin: 10px auto;
  display: flex;
  flex-direction: column;
}

.showCompanyBox .company .bottom .notx {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #186bf2;
}

.showCompanyBox .company .bottom .showSpanBox .showSpan {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #33373f;
}

.showCompanyBox .company .bottom .showSpanBox {
  margin-top: 5px;
  display: -webkit-box;
  /* 启用弹性盒模型 ‌:ml-citation{ref="6,7" data="citationList"} */
  -webkit-box-orient: vertical;
  /* 设置垂直排列方向 ‌:ml-citation{ref="6,7" data="citationList"} */
  -webkit-line-clamp: 2;
  /* 限制显示行数 ‌:ml-citation{ref="4,7" data="citationList"} */
  overflow: hidden;
  /* 隐藏溢出内容 ‌:ml-citation{ref="1,6" data="citationList"} */
  text-overflow: ellipsis;
  word-break: break-all;
}

.showCompanyBox .company .top {
  display: flex;
  align-items: center;
  /* background-color: #2054A7; */
}

.showCompanyBox .company .top .showName {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
}

.showCompanyBox .company .top .showName .line1 {
  display: flex;
  align-items: center;
  width: 500px;
}

.showCompanyBox .company .top .showName .line1 .callPhone {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 104px;
  height: 40px;
  border-radius: 4px;
  background-color: #2f9bff;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  position: absolute;
  margin-left: 396px;
  margin-top: 100px;
}

.showCompanyBox .company .top .showName .line2 {
  display: flex;
  align-items: center;
  width: 500px;
  margin-top: 10px;
}

.showCompanyBox .company .top .showName .line3 {
  display: flex;
  align-items: center;
  width: 500px;
  margin-top: 10px;
}

.showCompanyBox .company .top .showName .line3 .span1 {
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  color: #7a7f89;
  margin-left: 10px;
}

.showCompanyBox .company .top .showName .line3 .span2 {
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  color: #7a7f89;
  margin-left: 50px;
}

.showCompanyBox .company .top .showName .line3 img {
  height: 16px;
  width: 16px;
}

.showCompanyBox .company .top .showName .line2 ul {
  display: flex;
  align-items: center;
}

.showCompanyBox .company .top .showName .line2 ul li {
  width: 68px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #186bf2;
  background-color: #e4efff;
  border-radius: 4px;
  margin-right: 10px;
}

.showCompanyBox .company .top .showName .line1 .left {
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  color: #222222;
}

.showCompanyBox .company .top .showName .line1 .right {
  font-weight: 400;
  font-size: 22px;
  line-height: 28px;
  color: #f13322;
  margin-left: auto;
}

.showCompanyBox .company .top img {
  width: 132px;
  height: 132px;
  border-radius: 6px;
}

.titleBox .btnBox {
  display: flex;
  justify-content: center;
  /* align-items: center; */
  /* flex-direction: column; */
}

.titleBox .btnBox .btns {
  display: flex;
  flex-direction: column;
  /* justify-content: center; */
  width: 264px;
  height: 308px;
  box-shadow: 0px 4px 6px 0px #a8a8a8;
  margin: 0 10px;
  /* align-items: center; */
  /* flex-direction: column; */
}

.titleBox .btnBox .btns .body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* text-align: center; */

  align-items: center;
  /* flex-direction: column; */
}

.titleBox .btnBox .btns .body .spanBox {
  width: 200px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #333333;
  text-align: center;
  margin-top: 20px;
  /* align-items: center; */
  /* flex-direction: column; */
}

.titleBox .btnBox .btns .body .goBtn {
  width: 91px;
  height: 33px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #ffa81f;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ffa81f;
  border-radius: 4px;
  position: relative;
  bottom: -50px;
  /* align-items: center; */
  /* flex-direction: column; */
}

.titleBox .btnBox .btns .top {
  width: 264px;
  height: 98px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* align-items: center; */
  /* flex-direction: column; */
}

.titleBox .btnBox .btns .top .span1 {
  font-weight: 700;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  /* align-items: center; */
  /* flex-direction: column; */
}

.titleBox .btnBox .btns .top .span2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #ffffff;
  /* align-items: center; */
  /* flex-direction: column; */
}

.titleBox .btnBox .btns .top img {
  width: 264px;
  height: 98px;
  position: absolute;
  z-index: -1;
  /* align-items: center; */
  /* flex-direction: column; */
}

.titleBox .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  font-size: 26px;
  line-height: 39px;
  color: #1a2436;
  margin-top: 30px;
  margin-bottom: 30px;
}

.iconBtnImg {
  width: 40px;
  height: 40px;
}

.page-img .bgImg {
  width: 100%;
  height: 500px;
  /* min-width: 1400px; */
}

.iconBtns {
  display: flex;
  margin-top: 30px;
  justify-content: center;
}

.iconBtn {
  display: flex;
  flex-direction: column;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  align-items: center;
  justify-content: center;
  margin-right: 60px;
}

.iconBtn img {
  width: 40px;
  height: 40px;
}

.page-img .index_banner_icon {
  width: 100%;
  position: absolute;
  left: 49.2%;
  width: 100%;
  bottom: 15%;
  z-index: 91;
}

.page-img .index_banner_icon p span {
  width: 32px;
  height: 44px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  border: 5px solid #fff;
  display: block;
  position: relative;
  cursor: pointer;
}

.page-img .index_banner_icon p span:after {
  content: "";
  position: absolute;
  top: 10px;
  width: 8px;
  height: 8px;
  /* background: #fff; */
  background: #ffcc00;
  left: 35%;
  /* margin-left: -2px; */
  -webkit-animation: mouse 1.5s ease-out infinite;
  -o-animation: mouse 1.5s ease-out infinite;
  animation: mouse 1.5s ease-out infinite;
  border-radius: 4px;
}

@keyframes mouse {
  0% {
    -webkit-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  50% {
    -webkit-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(-1px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.page-btn {
  position: absolute;
  top: 45%;
  width: 420px;
  height: 52px;
  margin: 0 auto;
  /* position: absolute; */
  top: 60%;
  left: 50%;
  transform: translate(-50%, 0);
}

.topShow {
  /* position: absolute; */
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* background-color: black; */
  width: 100%;
  /* top: 60px; */
  /* margin-bottom: 30px; */
}

.topShow .span1 {
  color: rgb(255, 255, 255);
  font-size: 40px;
  font-weight: 700;
  line-height: -1px;
  letter-spacing: 0px;
  text-align: center;
}

.topShow .searchBtns {
  display: flex;
  /* justify-content: center; */
  margin-top: 30px;
}

.topShow .searchInputBox {
  display: flex;
  margin-top: 20px;
  /* width: 1500px; */
  /* justify-content: center; */
  /* margin-top: ; */
}

.topShow .searchInputBox .searchWhite {
  display: flex;
  align-items: center;
  /* width: 45%; */
  height: 20px;
  padding: 25px 15px;
  background-color: #ffffff;
  border: 1px solid rgb(220, 222, 225);
  border-radius: 4px, 0px, 0px, 4px;
}

.topShow .searchInputBox .searchBlue {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 20px;
  padding: 25px 15px;
  color: #ffffff;
  background-color: #2f9bff;
  border-radius: 0px, 4px, 4px, 0px;
}

.topShow .searchInputBox .searchYellow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 108px;
  height: 20px;
  padding: 25px 15px;
  color: #ffffff;
  background-color: #ffa81f;
  border-radius: 4px;
  margin-left: 30px;
}

.showBox {
  display: flex;
  justify-content: center;
  width: 100%;
}

.showInput {
  width: auto;
  /* margin: 30px auto; */
  /* margin-top: 50px; */
  /* top: 190%; */
  /* left: 20%; */
  /* position: absolute; */
  /* width: 100%; */
}

.hotBox {
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  color: #ebf5ff;
  margin-top: 20px;
  margin-left: 20px;
}

#headBtn {
  cursor: pointer;
}

.topShow .searchInputBox .searchWhite1 {
  display: flex;
  align-items: center;
  /* width: 45%; */
  height: 20px;
  padding: 25px 15px;
  background-color: #ffffff;
  border: 1px solid rgb(220, 222, 225);
  border-radius: 4px, 0px, 0px, 4px;
  margin-left: 10px;
}

.topShow .searchInputBox .searchWhite1 img {
  width: 20px;
  height: 20px;
}

.topShow .searchInputBox .searchWhite1 input {
  /* width: 100%; */
  margin-left: 20px;
  /* height: 20px; */
  width: 1180px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  border: none;

  /* 去除默认边框 */
  outline: none;
  /* 去除聚焦时的外轮廓 */
}

.topShow .searchInputBox .searchWhite img {
  width: 20px;
  height: 20px;
}

.topShow .searchInputBox .searchWhite input {
  width: 100%;
  margin-left: 20px;
  /* height: 20px; */
  width: 800px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #333333;
  border: none;
  /* 去除默认边框 */
  outline: none;
  /* 去除聚焦时的外轮廓 */
}

.topShow .searchBtns .searchBtnsTab {
  display: flex;
  flex-direction: column;
  margin-right: 10px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.topShow .searchBtns .searchBtn {
  width: 74px;
  height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}

.topShow .searchBtns .searchBtnAc {
  width: 74px;
  height: 34px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2f9bff;
}

.topShow .searchBtns .dowmIconAc {
  width: 16px;
  height: 9px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 9px solid #ffffff;
  /* 控制三角形高度和颜色 */
}

.topShow .searchBtns .dowmIcon {
  width: 16px;
  height: 9px;
}

.page-btn .left {
  float: left;
  width: 190px;
  height: 52px;
  display: inline-block;
}

.page-btn .left a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  border-radius: 50px;
  line-height: 52px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #ffcc00;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.page-btn .left a:after {
  float: left;
  width: 226px;
  height: 146px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  opacity: 0.2;
  content: "";
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.page-btn .left a:hover:after {
  transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
}

.page-btn .left a:hover {
  opacity: 1;
}

.page-btn .video {
  float: right;
}

.page-btn .video a {
  background-color: #305ea7;
}

.page-btn .left a img {
  width: 26px;
  height: 26px;
  margin-left: 10px;
}

.product {
  width: 100%;
  /* margin: 1rem 2.5rem 2rem 2.5rem; */
  padding: 1rem 2.5rem 2rem 2.5rem;
  background: #fff;
  float: left;
}

.product .product-top {
  display: flex;
  justify-content: space-between;
  /* float: left; */
}

.product .product-top ul {
  /* float: right; */
  font-size: 18px;
}

.product .product-top ul li {
  float: left;
  margin-left: 70px;
  cursor: pointer;
  padding: 0 10px;
  position: relative;
}

.product .product-top ul li:hover a {
  color: #2054a7;
}

.product .product-top ul li a {
  color: #222222;
}

.product .product-top ul .action a {
  color: #2054a7;
}

.product .product-top ul li:hover:after {
  width: 100%;
}

.product .product-top ul li:after {
  float: left;
  width: 0;
  height: 2px;
  position: absolute;
  top: 30px;
  left: 50%;
  content: "";
  background: #2054a7;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.product .product-top ul .action:after {
  float: left;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 30px;
  left: 50%;
  content: "";
  background: #2054a7;
  transition: all 0.5s linear;
}

.box-product {
  float: left;
  width: 100%;
  margin-top: 50px;
}

.box-product ul {
  width: 100%;
  /* float: left; */
  display: flex;
  /* justify-content: center; */
  flex-wrap: wrap;
  /* background: #888; */
}

.box-product ul li {
  float: left;
  width: calc(24% - 0.5rem);
  /* height: 390px; */
  height: 490px;
  margin: 0.7rem;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 3px 0.18rem 0px rgba(75, 109, 156, 0.16);
  /* border-radius: 12px; */
}

.box-product ul li .img {
  width: 100%;
  height: 400px;
  /* height: 100%; */
  overflow: hidden;
}

.box-product ul li .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
}

.box-product ul li:hover .img img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.box-product ul li:hover .item,
.box-product ul li:hover .item .bt {
  color: #2054a7;
}

.box-product .item {
  padding: 5px 10px;
  color: #222222;
  font-size: 18px;
}

.box-product .item .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box-product .item .top p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.box-product .item .bt {
  padding-top: 5px;
  color: #888;
  font-size: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.page-title {
}

.page-title .left-1 {
  display: flex;
  align-items: center;
  color: #222222;
  font-weight: 700;
  font-size: 20px;
}

.page-title .left-2 {
  display: flex;
  align-items: center;
  color: #888888;
  font-size: 16px;
  line-height: 30px;
}

.corporation {
  float: left;
  width: 100%;
  height: 750px;
  background-image: url("../assets/index-02.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* padding: 60px 60px 0px 60px; */
  padding: 2.5rem 2.5rem 0 2.5rem;
}

.corporation .corporation-des {
  color: #555555;
  font-weight: 300;
  font-size: 15px;
  line-height: 25px;
  padding-top: 30px;
}

.corporation .corporation-des p {
  width: 55rem;
  padding-bottom: 20px;
}

.corporation .corporation-item {
  display: flex;
  align-items: center;
}

.corporation .corporation-item .item .top {
  display: flex;
  align-items: flex-end;
  color: #222222;
  font-size: 14px;
}

.corporation .corporation-item .item .top p:nth-of-type(1) {
  font-size: 30px;
}

.corporation .corporation-item .item .bo {
  color: #666666;
  font-size: 13px;
  padding-top: 10px;
}

.corporation .corporation-item .line {
  display: flex;
  flex-direction: column;
  margin: 0 4rem;
}

.corporation .corporation-item .line p {
  width: 2px;
  height: 25px;
  background: #2054a7;
}

.corporation .corporation-item .line p:nth-of-type(2) {
  background: #d7e0ee;
}

.corporation .btn {
  /* width: 126px;
  height: 46px; */
  width: auto;
  background: #2054a7;
  font-size: 18px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  margin-top: 45px;
  float: left;
}

.corporation .btn a {
  float: left;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  padding: 10px;
  display: flex;
}

.corporation .btn span {
  padding-right: 5px;
}

.corporation .btn:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.corporation .btn a:after {
  float: left;
  width: 226px;
  height: 146px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  opacity: 0.2;
  content: "";
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}

.corporation .btn a:hover:after {
  transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
}

.news {
  float: left;
  width: 100%;
  padding: 2.5rem;
}

.news .box {
  width: 100%;
  float: left;
  margin-top: 2rem;
  /* display: flex; */
}

.news .box-left {
  float: left;
  cursor: pointer;
  overflow: hidden;
}

.news .box-left .img {
  /* float: left; */
  width: 48rem;
  height: 20rem;
  border-radius: 4px;
  overflow: hidden;
}

.news .box-left .img img {
  width: 100%;
  height: 100%;
  transition: all 0.5s linear;
}

.news .box-left .img img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.news .box-left .me {
  /* float: left; */
  font-size: 18px;
  font-weight: 700;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 10px;
}

.news .box-left .me p {
  width: 45rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .box-left .me:hover {
  color: #2054a7;
}

.news .box-left .btn {
  float: left;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
}

.news .box-left .btn .left {
  float: left;
  color: #222222;
  font-size: 24px;
  font-size: 500;
}

.news .box-left .btn .left p:nth-of-type(2) {
  color: #666666;
  font-size: 14px;
  font-size: 300;
}

.news .box-left .btn .line {
  float: left;
  width: 1px;
  height: 40px;
  background: #d7e0ee;
  margin: 0 1rem;
}

.news .box-left .btn .right {
  width: 42rem;
  color: #666666;
  font-size: 14px;
  font-size: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 28px;
}

.news .box-left .btn:hover p,
.news .box-left .btn:hover .right {
  color: #2054a7 !important;
}

.news .box-item {
  /* width: calc((100% - 50rem)); */
  width: 48%;
  float: left;
}

.news .box-item ul {
  margin-left: 2rem;
}

.news .box-item ul li {
  padding-bottom: 1.6rem;
  margin-bottom: 1.6rem;
  border-bottom: 1px solid #d8dee6;
}

.news .box-item ul li:last-child {
  border-bottom: none;
}

.news .box-item ul a {
  color: #222222;
  font-size: 23px;
  font-size: 500;
  display: flex;
  align-items: center;
}

.news .box-item ul li .left p:nth-of-type(2) {
  color: #666;
  font-size: 15px;
  font-size: 300;
  line-height: 30px;
}

.news .box-item ul li .line {
  width: 1px;
  height: 30px;
  background: #d7e0ee;
  margin: 0 1rem;
}

.news .box-item ul li .right p {
  width: 35rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news .box-item ul li .right p:nth-of-type(2) {
  color: #666666;
  font-weight: 400;
  font-size: 16px;
  line-height: 35px;
}

.news .box-item ul a:hover,
.news .box-item ul a:hover p {
  color: #2054a7 !important;
}

/* 企业视频 */
.videos-over {
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
}

.videos-over .videos {
  position: fixed;
  top: 25%;
  left: 23%;
  z-index: 99;
}

.videos-over .videos .video-close {
  text-align: right;
  cursor: pointer;
}

.video-close img {
  width: 40px;
  height: 40px;
}

.headerFke2 {
  height: 30px;
}

.listBox {
  display: flex;
  flex-direction: column;
  background-color: white;
  /* width: 1400px; */
  margin: 30px auto;
}

.haedLine {
  display: flex;
  background-color: #edf0f4;
  width: 1400px;
}

.haedChange {
  width: 109px;
  height: 46px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  cursor: pointer;
}

.haedChangeAc {
  background-color: #2f9bff;
  color: #ffffff;
}

.pagination-container {
  display: flex;
  align-items: center;
  justify-content: center;
  /* margin-top: 50px; */
  /* margin: 20px 0; */
  font-family: Arial, sans-serif;
}

.pagination {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-item {
  margin: 0 5px;
}

.page-link {
  display: block;
  padding: 8px 12px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  cursor: pointer;
}

.page-link:hover {
  background-color: #f5f5f5;
}

.page-item.active .page-link {
  background-color: #007bff;
  color: white;
  border-color: #007bff;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: not-allowed;
  background-color: #f8f9fa;
}

.ellipsis {
  /* padding: 8px 12px; */
  color: #6c757d;
}

.jump-box {
  margin-left: 15px;
  display: flex;
  align-items: center;
}

.jump-input {
  width: 50px;
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-right: 5px;
}

.jump-btn {
  padding: 8px 12px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.jump-btn:hover {
  background-color: #0069d9;
}

.rowBox {
  display: flex;
  flex-direction: column;
  padding: 30px 0;
  border-bottom: 1px solid #e0e3e7;
}

.colBox {
  display: flex;
  align-items: center;
}

.nameSpan {
  font-weight: 700;
  font-size: 20px;
  /* line-height: 17px; */
  color: black;
  margin-left: 20px;
}

.nrSpan {
  font-weight: 400;
  font-size: 18px;
  /* line-height: 17px; */
  color: #333333;
  margin-left: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.fbz {
  font-weight: 400;
  font-size: 12px;
  /* line-height: 17px; */
  color: #333333;
  margin-left: 20px;
  /* margin-top: 10px; */
  margin-bottom: 15px;
}

.address {
  display: flex;
  align-items: center;
  margin-left: 20px;
  font-weight: 400;
  font-size: 12px;
  line-height: 28px;
  color: #7a7f89;
}

.address img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}
