@charset "utf-8";

@media screen and (min-width: 1440px) {
  html {
    font-size: unset !important;
  }
}

.liu-list li .s2::before {}

/* banner */
.bannerSwiper {
  overflow: hidden;
}

.bannerSwiper, .banner-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.bannerSwiper .swiper-pagination span {
  width: 27px;
  height: 6px;
  border-radius: 0;
  margin: 0 4px;
  background: #005aab;
}

.banner-slide {}

.banner-slide img {}

.banner-slide .container {
  position: absolute;
  height: 100%;
}

/* end-banner */
/* 标题 */
.index_title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
}

.index_title_left h1 {
  font-size: 48px;
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.index_title_left p {
  font-size: 16px;
  color: rgb(51, 51, 51);
}

.index_more {
  display: block;
  line-height: 40px;
  ;
  background-color: rgb(51, 118, 229);
  width: 160px;
  height: 40px;
  text-align: center;
}

/* end-标题 */
/* 产品 */
.inxdex_probox {
  padding-bottom: 120px;
}

.inxdex_prolist {
  display: block;
  border: 2px solid #005aab;
  /* padding: 30px 30px 0px 30px; */
  margin: 15px;
}

.inxdex_prolist .proimg {
  /* padding: 15px; */
  background: url(../images/prolistbj.jpg);
  background: #f2f2f2;
  background-size: 100% 100%;
}

.inxdex_prolist .protxt p {
  font-size: 18px;
  color: #ffffff;
  line-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin: 0;
}

.inxdex_prolist .protxt p:last-child {
  font-size: 36px;
}

.inxdex_prolist .protxt {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  background-image: linear-gradient(#3384ce, #005aab);
}

/* end-产品 */
.index_icon {
  width: 100%;
}

/* 公司简介 */
.index_about p {
  margin: 0;
}

.index_about_top {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.index_about_bottom {}

.index_about_top_left {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: calc((100% - 1600px) / 2 + 15px);
  background: #f2f2f2;
}

.index_about_top_right {
  width: 40%;
}

.index_about_top_right p img {
  width: 100%;
}

.index_about_top_left h2 {
  font-size: 30px;
  color: rgb(51, 118, 229);
  margin: 0;
}

.index_about_top_left h1 {
  font-size: 48px;
  color: rgb(51, 51, 51);
  font-weight: bold;
  margin-bottom: 30px;
}

.indext_abouttxt {
  width: 90%;
}

.indext_abouttxt p {
  font-size: 16px;
  text-indent: 2em;
  line-height: 2;
}

.index_about_bottom {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.index_about_bottom_left {
  width: 60%;
}

.index_about_bottom_left p img {
  width: 100%;
}

.index_about_bottom_right {
  width: 40%;
  padding-right: calc((100% - 1600px) / 2 + 15px);
  background: url(../images/shizhijizhai.png);
  background-size: 100% 100%;
}

.numCount {
  height: 100%;
}

.numCount ul {
  display: flex;
  justify-content: center;
  height: 100%;
  align-items: center;
  padding-left: 50px;
}

.numCount ul li {
  width: 33.333%;
}

.numCX {
  font-size: 62px;
  color: rgb(255, 255, 255);
}

.numU {
  position: relative;
  border-bottom: 2px solid #ffffff40;
  padding-bottom: 45px;
  margin-bottom: 60px;
}

.numU::after {
  content: "";
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.numU sub {
  font-size: 18px;
  color: rgb(255, 255, 255);
  left: -15px;
  bottom: 0;
}

.numU sup {
  font-size: 18px;
  color: rgb(255, 255, 255);
  left: 0;
  top: -30px;
}

.indc {
  font-size: 18px;
  color: rgb(255, 255, 255);
  /* padding-right: 30px; */
}

/* end-公司简介 */
/* 新闻资讯 */
.index_news {
  background: #f1f1f1;
  padding-bottom: 100px;
}

.newstxt {
  background: #fff;
  padding: 30px 15px;
}

.newstxt h1 {
  font-size: 20px;
  color: rgb(51, 51, 51);
  text-transform: uppercase;
  color: #333;
  font-weight: bold;
}

.newstxt p {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.6);
  margin: 0;
  word-break: break-all;
}

.newstxt span {
  font-size: 14px;
  color: rgb(51, 51, 51);
  line-height: 2.162;
}

/* end-新闻资讯 */
/* 应用领域 */
.index_case {
  position: relative;
}

.index_case_top {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
}

.index_case_bj {
  position: relative;
  top: 0;
}

.index_caseNavbox {
  display: flex;
}

.index_NavList {
  width: 250px;
  height: 45px;
  display: block;
  background: #005aab;
  border-radius: 10px;
  margin-right: 30px;
  line-height: 45px;
  text-align: center;
}

.index_caseNavbox .index_NavList {
  font-size: 20px;
}

.index_caseNavbox .cur {
  background: #ec6d1e;
}

.index_case_list {
  display: none;
}

.index_case_list .container {
  position: absolute;
  top: 400px;
  padding-left: calc((100% - 1600px) / 2 + 15px);
}

.index_case_list .txt {
  background: #fff;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: 700;
  color: #005aab;
}

.newstxt h1 {
  font-size: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

/* end-应用领域 */
