.top-banner .circle-icon {
  width: 30px;
  height: 30px;
  background: #e47f20;
  border-radius: 50%;
  margin-top: 40px;
  cursor: pointer;
}
.top-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-top: 15px;
}
.tab-container .layui-tab {
  margin: 0;
}
.top-container .left,
.top-container .right {
  width: calc(50% - 50px);
}
.top-container .right {
  height: 470px;
  overflow-y: auto;
}
.top-container .left {
  height: 466px;
}
.top-container .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.base-title {
  font-size: 36px;
  color: #025872;
  line-height: 36px;
}
.top-container .base-title {
  margin-bottom: 35px;
  line-height: 1.4;
}
.top-container .base-title::before {
  content: "";
  display: block;
  width: 24px;
  height: 5px;
  background: #e38020;
  margin-bottom: 35px;
}
.top-container .desc p {
  margin-bottom: 20px;
  line-height: 26px;
  /* max-height: 360px; */
  overflow: auto;
  font-size: 18px;
}
.top-container .desc p:last-child {
  margin-bottom: 0;
}

.header-content {
  width: 100%;
  height: 66px;
  margin-bottom: 80px;
}
.header-content .fixed {
  background: #dde9ec;
  width: 100%;
  z-index: 9;
}
.header-content a {
  font-size: 16px;
  color: #025872;
  margin-right: 60px;
  line-height: 66px;
}
.header-content a:hover {
  text-decoration: underline;
}

/* 热点图 */
.hot-img {
  position: relative;
}
.bottom-banner .learn-more {
  margin-top: 55px;
}
.application-container {
  display: flex;
  width: 100%;
}

.application-container .left {
  width: calc(50% - 60px);
}
.application-container .left .base-title {
  margin-bottom: 25px;
}
.application-container .left .desc {
  max-height: 430px;
  overflow: auto;
}
.application-container .left .desc p {
  font-size: 18px;
  color: #111111;
  line-height: 26px;
  margin-bottom: 13px;
}
.application-container .left .desc p:last-child {
  margin-bottom: 0;
}
.application-swiper {
  margin-bottom: 80px;
  width: calc(50% - 40px);
  height: 100%;
  border: solid 1px #ebebeb;
  padding: 25px 0px;
  box-sizing: border-box;
}
.application-swiper .swiper-slide {
  height: auto;
}
.application-swiper .swiper-slide .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.application-swiper .swiper-pagination {
  bottom: 20px;
  left: 30px;
  width: auto;
}
.application-swiper .swiper-pagination-bullet {
  background-color: transparent;
  border: solid 2px #bfbfbf;
  width: 14px;
  height: 14px;
  opacity: 1;
}
.application-swiper .swiper-pagination-bullet-active {
  border-color: #e48020;
}

#Related {
  padding: 70px 0 98px;
}
#Related .base-title {
  margin-bottom: 35px;
}
.case-list {
  gap: 40px;
}
.case-list .case-item {
  height: 100%;
  width: 100%;
}
.case-item .case-img {
  width: 100%;
  height: calc(100% - 56px);
}
.case-item .case-img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.case-item .case-bottom {
  background-color: #025872;
  display: flex;
  justify-content: space-between;
}
.case-item .case-bottom .case-title {
  padding: 20px 20px 18px 20px;
  font-size: 18px;
  color: #ffffff;
  width: calc(100% - 60px);
}
.case-item .case-bottom .arrow-icon {
  width: 56px;
  height: 56px;
  background: #eb7f01;
}
#Partners {
  padding: 70px 0 80px;
}
#Partners .base-title {
  margin-bottom: 35px;
}
.partners-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 24px 22px;
}
.partners-list .partner-item {
  border: solid 1px rgba(153, 153, 153, 0.2);
}
#Related {
  padding: 70px 0;
}

#Related .base-title {
  margin-bottom: 39px;
}
.product-swiper .swiper-slide {
  background-color: #fff;
  padding-top: 40px;
  height: 480px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.product-swiper .swiper-slide .f-center img {
  max-height: 80%;
  max-width: 80%;
  object-fit: contain;
}
.product-swiper .swiper-slide .type {
  font-size: 15px;
  color: #777777;
  text-align: right;
  padding-right: 30px;
}
.product-swiper .swiper-slide .slide-img {
  margin: 15px;
}
.product-swiper .swiper-slide .slide-img img {
  object-fit: cover;
}
.product-swiper .swiper-slide .slide-bottom {
  display: flex;
  justify-content: space-between;
}
.product-swiper .swiper-slide .slide-bottom .title {
  font-size: 24px;
  width: calc(100% - 60px);
  padding-left: 32px;
}
.product-swiper .swiper-slide .slide-bottom .href {
  width: 54px;
  height: 54px;
  background: #025872;
  font-size: 16px;
}
.product-swiper .swiper-slide .slide-bottom .href .iconfont {
  color: #fff;
}
.swiper-btn {
  top: auto;
  bottom: -94px;
  width: 44px;
  height: 44px;
  background: #e48020;
  border-radius: 50%;
  opacity: 1;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.swiper-btn.swiper-button-disabled {
  background-color: #eee;
  opacity: 1;
}
.swiper-btn.swiper-button-disabled::after {
  color: #999;
}
.swiper-button-next {
  left: 54px;
}
.swiper-button-prev {
  left: 0;
}
#Product {
  padding: 40px 0 144px;
}
#Product .w1600 {
  position: relative;
}
#Product .base-title {
  margin-bottom: 39px;
}
#Product .line {
  width: calc(100% - 138px);
  position: absolute;
  bottom: -72px;
  right: 0;
  height: 1px;
  background-color: #e9e9e9;
}
.dialog-content .top-text {
  margin-bottom: 60px;
}
.dialog-content .top-text .title {
  font-family: "Arial-BoldMT";
  font-size: 36px;
  margin-bottom: 20px;
}
.dialog-content .top-text .desc {
  font-size: 20px;
  line-height: 26px;
}
.dialog-content .top-text .desc a {
  color: #025872;
  text-decoration: underline;
  font-size: 20px;
}
.dialog-content .layui-form-item {
  margin-bottom: 20px;
}
.dialog-content .layui-form-item .label {
  font-size: 22px;
  margin-bottom: 23px;
}
.dialog-content .layui-form-item .label .required {
  color: #e42020;
  font-size: 16px;
  vertical-align: top;
}
.dialog-content .layui-form-item .input-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
  background: #f7f7f7;
  padding: 0 24px;
  margin-bottom: 17px;
  border-bottom: solid 6px #e9e9e9;
}
.dialog-content .layui-form-item .layui-input {
  /*border: none;*/
  background-color: transparent;
  font-size: 14px;
  color: #777;
  /*padding-left: 0;*/
}
.dialog-content .layui-form-item .tips {
  color: #e42020;
  font-size: 16px;
}
.dialog-content .img-text {
  display: flex;
  align-items: center;
}
.dialog-content .img-text .left-img {
  width: 210px;
  height: 210px;
  border: 1px solid #e9e9e9;
}
.dialog-content .img-text .right-text {
  margin-left: 55px;
  flex: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.dialog-content .img-text .right-text .file-title {
  font-size: 30px;
  margin-bottom: 18px;
}
.dialog-content .img-text .right-text .file-desc {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 36px;
}
.dialog-content .img-text .right-text .download-btn {
  width: 161px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #e48020;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #e48020;
  cursor: pointer;
}
.dialog-content .img-text .right-text .download-btn img {
  margin-right: 17px;
}
@media screen and (max-width: 1650px) {
  .application-container .left {
    width: 50%;
  }
  .application-swiper .swiper-slide {
    padding: 25px;
  }
}
@media screen and (max-width: 1440px) {
  .top-container {
    align-items: normal;
  }
  .top-container .right {
    width: 50%;
    display: flex;
    flex-direction: column;
  }
  .top-container .base-title {
    margin-bottom: 20px;
  }
  .top-container .desc p {
    margin-bottom: 10px;
  }
  .f-18 {
    font-size: 16px;
  }
  .top-banner .text {
    font-size: 42px;
  }
  .case-item .case-bottom .case-title {
    font-size: 16px;
  }
  .product-swiper .swiper-slide .slide-bottom .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  .case-list {
    grid-template-columns: repeat(2, 1fr);
  }
  #Related {
    padding: 70px 0;
  }
  #Product {
    padding: 40px 0 90px;
  }
  #Product .swiper-btn {
    bottom: -65px;
  }
  #Product .line {
    bottom: -45px;
  }
}
@media screen and (max-width: 1080px) {
  .top-banner .text {
    font-size: 32px;
  }
  .top-container {
    flex-wrap: wrap;
  }
  .top-container .left {
    margin-bottom: 20px;
  }
  .top-container .left,
  .top-container .right {
    width: 100%;
  }
  .top-container .left {
    height: auto;
  }
  .application-swiper .swiper-slide {
    height: auto;
  }
  .application-container {
    flex-wrap: wrap;
  }
  .application-container .left {
    margin-bottom: 20px;
  }
  .application-container .left .desc {
    max-height: 100%;
  }
  .application-container .left,
  .application-swiper {
    width: 100%;
  }
  .application-swiper .swiper-slide .right {
    height: auto;
  }
  .application-swiper .swiper-pagination {
    left: 50%;
  }
  .application-container .left .desc p {
    font-size: 16px;
  }
}
@media screen and (max-width: 960px) {
  .dialog-content .top-text .title {
    font-size: 24px;
  }
  .dialog-content .layui-form-item .tips,
  .dialog-content .top-text .desc a,
  .dialog-content .top-text .desc {
    font-size: 14px;
  }
  .dialog-content .top-text .desc a,
  .dialog-content .top-text .desc {
    line-height: 20px;
  }
  .dialog-content .top-text {
    margin-bottom: 30px;
  }
  .dialog-content .layui-form-item .label {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .dialog-content .layui-form-item .input-block {
    height: 46px;
  }
  .dialog-content .img-text .right-text .file-title {
    font-size: 16px;
  }
  .dialog-content .img-text .right-text .file-desc {
    font-size: 14px;
    line-height: 20px;
  }
  .dialog-content .img-text .right-text .download-btn {
    font-size: 12px;
    width: 120px;
  }
  .dialog-content .img-text .right-text .download-btn img {
    width: 16px;
  }
  .dialog-content .img-text .right-text {
    margin-left: 30px;
  }
  .learn-more {
    width: 180px;
    padding: 0 25px;
  }
  .dialog-footer .clear-btn,
  .learn-more span {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .learn-more {
    width: 150px;
    padding: 0 20px;
  }
  .top-container,
  .header-content,
  .application-swiper {
    margin-bottom: 40px;
  }
  .top-banner .text,
  .base-title {
    font-size: 20px;
  }
  .f-18 {
    font-size: 14px;
  }
  .top-container .desc p {
    line-height: 24px;
    font-size: 14px;
  }
  .header-content {
    height: 44px;
  }
  .header-content .w1600 {
    display: flex;
    overflow-x: auto;
  }
  .header-content .w1600 a {
    white-space: nowrap;
    margin-right: 30px;
    line-height: 44px;
  }
  .header-content .w1600 a:last-child {
    margin-right: 0;
  }
  .application-container .left .desc p {
    font-size: 14px;
    line-height: 24px;
  }
  .swiper-btn {
    bottom: -60px;
    width: 36px;
    height: 36px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 12px;
  }
  #Partners,
  #Related {
    padding: 40px 0;
  }
  .case-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .case-item .case-bottom .case-title {
    font-size: 14px;
  }
  .partners-list {
    grid-template-columns: repeat(4, 1fr);
  }

  .product-swiper .swiper-slide .slide-bottom .title {
    font-size: 14px;
  }
}
@media screen and (max-width: 480px) {
  .partners-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
