@charset "utf-8";

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

body {
  background: #ececec;
}

/* 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: #fba105;
}

.banner-slide {}

.banner-slide img {
  width: 100%;
}

.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 {
  display: flex;
  flex-direction: column;
}

.index_title_left h1 {
  font-size: 36px;
  color: rgb(1, 114, 192);
  font-weight: bold;
  margin-bottom: 15px;
}

.index_title_left p {
  font-size: 18px;
  color: rgb(51, 51, 51);
  line-height: 1.2;
}

.index_title_left h2 {
  font-size: 36px;
  font-family: "Rajdhani";
  color: rgba(1, 114, 192, 0.2);
  font-weight: bold;
  text-transform: uppercase;
}

.index_title_right {
  display: flex;
  align-items: center;
}

#keyword {
  width: 300px;
  height: 40px;
  border: 1px solid #ccc;
  margin-left: 30px;
  padding-left: 15px;
}

.iconfont {
  background: url(../images/more_3.png) center no-repeat;
  width: 50px;
  height: 40px;
  margin-left: -50px;
}

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

/* end-标题 */
/* 应用领域*/
.appBox {
  display: flex;
}

.appList {
  position: relative;
  width: 25%;
}

.appIcon {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #00000080;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: 1s;
  opacity: 1;
}

.appList:hover .appIcon {
  opacity: 0;
}

.appIcon img {
  width: 80px;
  margin-bottom: 15px;
}

.appIcon p {
  font-size: 28px;
  color: #fff;
}

/* end */
/* 产品 */
.box2 {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/61/20221008171712_JlzeWLRD.jpg) center no-repeat;
  position: relative;
}

.box2 .index_title_left span {
  font-size: 36px;
  font-family: "Rajdhani";
  color: rgba(1, 114, 192, 0.2);
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
}

.index_proList_nav {
  display: flex;
  position: absolute;
  z-index: 9;
  bottom: 140px;
  mix-blend-mode: multiply;
  margin-left: calc((100% - 1600px) / 2);
}

.index_proListBigBox {
  position: relative;
}

.index_product_NavList a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index_product_NavList a p {
  color: #000;
  font-weight: bold;
  margin: 0;
  line-height: 3;
}

.index_product_NavList img {
  transition: 1s;
  width: 180px;
}

.index_proList_nav .cur a p {
  color: #0172c0;
}

.index_proList_nav .cur a img {
  transform: scale(1.1);
}

.index_proListBigBox .index_title {
  position: absolute;
  top: 120px;
  left: calc((100% - 1600px) / 2);
}

.index_proListBigBox .index_prolistbox {
  position: relative;
  display: none;
}

.index_prolist {
  position: relative;
}

.index_proList_txt {
  position: absolute;
  height: 100%;
  width: 40%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  left: calc((100% - 1600px) / 2);
}

.index_proList_txt h1 {
  font-size: 24px;
  margin: 0;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}

.index_proList_txt p {
  font-size: 16px;
  margin: 0;
  line-height: 2;
}

.index_proList_img {
  position: relative;
}

.index_proList_img img {
  margin-left: -960px;
  position: relative;
  left: 50%;
}

/* end-产品 */
/* 公司简介 */
.box3 {
  display: flex;
  justify-content: center;
  position: relative;
}

.box3:hover .index_about_img_1 {
  left: 10px;
  top: -10px;
}

.box3 .container {
  position: absolute;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.index_about_img {
  width: 100%
}

.index_about_img_1 {
  position: absolute;
  z-index: -1;
  width: 100%;
  left: -1px;
  transition: 1s;
}

.index_about {
  width: 40%;
}

.index_about h1 {
  font-size: 36px;
  color: rgb(1, 114, 192);
  font-weight: bold;
}

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

.index_about h2 {
  font-size: 36px;
  font-family: "Rajdhani";
  color: rgba(1, 114, 192, 0.2);
  font-weight: bold;
  text-transform: uppercase;
}

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

.index_about_number {
  margin-top: 60px;
}

.numCount ul {
  display: flex;
  justify-content: space-between;
}

.numCount .item img {
  width: 45px;
}

.numCX {
  font-size: 36px;
  font-family: "Rajdhani";
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.unitC {
  font-size: 16px;
  color: rgb(51, 51, 51);
  font-weight: bold;
}

.indc {
  font-size: 14px;
  color: rgb(51, 51, 51);
}

/* end */
/* honor */
.box4 {
  padding-bottom: 80px;
  position: relative;
}

.honorSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
  padding-top: 15px;
}

.HonorSlide {
  padding: 15px;
  background: #e2e2e2;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  transition: 1s;
  top: 0;
}

.HonorSlide:hover {
  background: rgb(1, 114, 192);
  color: #fff;
  top: -15px;
  box-shadow: 4px 4px 5px 0px #0006;
}

.HonorSlide p {
  margin: 0;
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 5px;
}

.HonorSlide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box4pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box4pagination span {
  transition: 1s
}

.box4pagination .swiper-pagination-bullet-active {
  --swiper-theme-color: #0172c0;
  width: 15px;
  height: 15px;
}

/* end */
/* news */
.newsSwiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.newsSlide {
  font-size: 18px;
  display: flex;
  flex-direction: column;
}

.newsSlide:hover .more {
  background: #005793;
  color: #fff;
}

.newsSlide .cont {
  color: #333;
}

.newsSlide .cont span {
  font-size: 24px;
  font-family: "Rajdhani";
  font-weight: 600;
  opacity: .8;
}

.newsSlide .cont h3 {
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
}

.newsSlide .cont p {
  font-size: 16px;
  padding-left: 15px;
  border-left: 1px solid #333;
  margin-bottom: 15px;
  opacity: .6;
}

.newsSlide .more {
  color: #333;
  margin-top: 15px;
  width: 150px;
  height: 40px;
  display: block;
  line-height: 40px;
  text-align: center;
  border: 1px solid #333;
  opacity: .8;
}

/* edm */
