@charset "utf-8";

.box {
  padding-top: 120px;
  padding-bottom: 100px;
}

.title {
  display: block;
  width: 100%;
}

.title>h1 {
  font-size: 36px;
  color: #1f417f;
  font-weight: bold;
  line-height: 1;
  margin: 0;
}

.brf {
  border-right: 1px solid #ffffff80;
  padding-right: 50px;
}

.blf {
  border-left: 1px solid #ffffff80;
  padding-left: 50px;
}

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

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

.banner-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

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

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

.bannerTxt {
  position: absolute;
  left: 2%;
  top: 35%;
  text-align: left;
  height: 65%;
  width: 96%;
  z-index: 2;
}

.bannerTxt>h1 {
  font-size: 24px;
  color: #333;
  margin: 0;
  margin-bottom: 15px;
  letter-spacing: 5px;
  line-height: 64px;
  /* text-shadow: 0 0 20px #000; */
}

.bannerTxt span {
  font-size: 48px;
  font-weight: bold;
  color: #015198;
  margin: 0;
  margin-bottom: 15px;
}

.bannerTxt a {
  text-align: center;
  font-size: 18px;
  color: #015198;
  padding: 10px 30px;
  display: block;
  margin: 30px 0;
  width: 200px;
  height: 50px;
  border: 1px solid #015198;
}

.bannerTxt a img {
  width: 25px;
  height: 30px;
}

/* end-banner */
/* iconYS */
.box2 {
  display: flex;
  position: relative;
  z-index: 3;
}

.iconYS {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding-top: 70px;
  padding-bottom: 70px;
  border: 1px solid #ccc;
  background: #fff;
  position: relative;
  z-index: 3;
  background: #fff;
  position: relative;
}

.iconYS .icon {
  max-width: 60px;
}

.iconYS .text {
  font-size: 24px;
}

.iconYS .text span {
  color: #0536be;
  font-weight: bold;
}

.iconYS .ImgBj {
  position: absolute;
  height: 100%;
  right: 0;
  z-index: -1;
  opacity: 0;
  transition: 1s;
  transform: scale(1);
}

.iconYS.cur {
  box-shadow: 0px 5px 10px 5px #00000010;
  z-index: 2;
  border: 0;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/87/20221214164847_3ck5IL68.jpg);
}

.iconYS.cur .text {
  color: #fff;
}

.iconYS.cur .text span {
  color: #fff;
}

.iconYS.cur .icon {
  filter: invert(1);
}

.iconYS.cur .ImgBj {
  opacity: .1;
  filter: invert(1);
  transform: scale(.8);
}

/* end-iconYS */
/* 产品分类 */
.box2 {
  background: #f2f2f2;
}

.productListBox {
  display: flex;
}

.productList {
  flex: 1;
  margin-top: 45px;
  position: relative;
}

.productList .img {
  position: relative;
}

.productList .text {
  color: rgb(31, 65, 127);
  position: absolute;
  z-index: 5;
  bottom: 10%;
  padding: 30px;
  transition: 1s;
  display: flex;
  flex-direction: column;
  align-items: center;
        width: 100%;
}

.productList .text p {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0;
}

.productList .text span {
  font-size: 16px;
  line-height: 2;
  text-align: center;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
}

.productList .text img {
  max-width: 250px;
  max-height: 250px;
  opacity: 1;
  transition: 0.5s;
}

.productList .img .top {
  position: absolute;
  z-index: 3;
  opacity: 1;
  transition: 1s;
}

.productList .img .bottom {
  z-index: 2;
  position: relative;
}

.productListBox .cur .img .top {
  opacity: 0;
  transition: 1s;
}

.productListBox .productList_1.cur .text {
  color: #fff;
}

.productListBox .cur .text {
  bottom: 35%;
}

.productListBox .cur .text img {
  max-width: 250px;
  opacity: 0;
  transition: 1s;
}

/* end-产品分类 */
/* 公司简介 */
.FZLC_Swiper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.FZLC_Slide {
  position: relative;
}

.box3 {
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/87/20221214113648_QbgUo3Fs.jpg) no-repeat;
  background-size: 100% 100%;
}

.box3 .title h1 {
  color: #fff;
}

.box3 .container {
  position: relative;
}

.box3 .box3Top {
  display: flex;
  position: relative;
}

.box3 .aboutLeft {
  width: 70%;
  padding-right: 30px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.box3 .aboutRight {
  width: 30%;
}

.box3 .aboutText {
  padding-right: 60px;
  margin-top: 45px;
  margin-bottom: 45px;
}

.box3 .aboutText p {
  margin: 0;
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-indent: 36px;
}

.box3 .aboutLeft a {
  display: block;
  background-color: rgb(242, 242, 242);
  width: 200px;
  height: 50px;
  text-align: center;
  font-size: 18px;
  color: rgb(31, 65, 127);
  line-height: 50px;
}

.FZLC_Box {
  background: #fff;
  overflow: hidden;
  background: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/87/20221215161453_8iJTZzsN.png);
  background-color: #fff;
  padding: 45px 90px;
  position: absolute;
  left: auto;
  bottom: 0;
  width: 60%;
}

.FZLC_Slide:nth-child(2n+1) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.FZLC_Slide:nth-child(2n+1) span {
  top: 70px;
}

.FZLC_Slide:nth-child(2n) {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.FZLC_Slide:nth-child(2n) span {
  top: 135px;
}

.FZLC_Slide {
  position: relative;
  height: 150px;
}

.FZLC_Slide .time {
  font-size: 24px;
  color: rgb(31, 65, 127);
  font-weight: bold;
  line-height: 1.5;
}

.FZLC_Slide .text {
  font-size: 18px;
  color: rgb(31, 65, 127);
  line-height: 30px;
}

.FZLC_Slide span {
  display: block;
  width: 2px;
  height: 20px;
  background: rgb(31, 65, 127);
  position: absolute;
  left: 5px;
  display: none;
}

.FZLC_Slide::after {
  content: "";
  display: block;
  position: absolute;
  top: 80%;
  width: 20px;
  height: 20px;
  background: rgb(31, 65, 127);
  border-radius: 20px;
}

.FZLC_Slide::before {
  content: "";
  display: block;
  position: absolute;
  top: 85%;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: rgb(31, 65, 127);
}

/* end-公司简介 */
/* 应用领域 */
.box4 {
  position: relative;
  padding-bottom: 200px;overflow: hidden;
}

.box::after {
  content: "";
  display: block;
  height: 30%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0px;
  background: #0536be;
  z-index: 0;
}

.ApplicationBox {
  margin-top: 60px;
}

.AppBox {
  width: 100%;
}

.AppBox .swiper-container {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.AppBox .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  position: relative;
  transition: 1s;
}

.AppBox .swiper-slide-prev {
  opacity: 0;
}

.AppBox .swiper-slide .text {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 30px;
  text-align: left;
  background: #00000080;
}

.AppBox .swiper-slide .text span {
  font-size: 72px;
  font-family: "ding";
  color: rgba(255, 255, 255, 0.1);
  line-height: 1;
}

.AppBox .swiper-slide .text p {
  font-size: 24px;
  color: rgb(242, 242, 242);
  line-height: 1;
  margin: 0;
  margin-top: -35px;
}

.AppBox .swiper-pagination {
  top: auto;
  bottom: -60px;
  background: #ffffff40;
  height: 2px;
}

.AppBox .swiper-pagination span {
  background: rgb(255, 255, 255);
  height: 6px;
  top: -2px;
  border-radius: 10px;
}

/* end-应用领域 */
