@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;
}

section {
  overflow: hidden;
}

/* banner */
.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 .video1,
.banner-slide img {
  display: block;
  width: 100%;
}

.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 */
/* box2 */
.box2 {
  background: #FDFDFD;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 10;
}

.numberBox {
  padding: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 75px 0;
  border-right: 1.5px solid #1e679d80;
  display: flex;
  align-items: baseline;
  justify-content: center;
}

.numberBox:last-child {
  border-right: 0;
}

.numberBox h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #FA0605;
  font-family: 'ALiHanYi';
  margin: 0;
}

.numberBox p {
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.05em;
  line-height: 1;
  color: #FA0605;
  font-family: 'ALiHanYi';
  margin: 0;
}

.numberBox span {
  font-weight: 400;
  color: #464646;
  line-height: 1;
  font-size: 14px;
  letter-spacing: 0.21em;
}

/* end-box2 */
.box3 {
  background: #F8FBFC;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 9;
  padding-top: 60px;
}

.box3 .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.box3 .title h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 42px;
  color: #000000;
  line-height: 1;
  margin: 0;
}

.box3 .title span {
  font-weight: 700;
  font-size: 90px;
  line-height: 90px;
  background: linear-gradient(180deg, rgba(250, 6, 5, 0.2) 0%, rgba(250, 6, 5, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: -42px;
}

.productListBox {
  padding: 0;
}

.productList {
  padding: 0;
}

.productList a {
  display: block;
}

.productList .img {
  position: relative;
}

.productList .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(51, 91, 118, 0.8), rgba(51, 91, 118, 0.8)), url(image.png);
  z-index: 2;
  transition: 1s;
}

.productList .text p {
  position: absolute;
  margin: 0;
  bottom: calc(50% - 30px);
  left: 0;
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  height: 60px;
  line-height: 60px;
  transition: 1s;
}

.productList.cur .text {
  background: linear-gradient(180deg, rgba(51, 91, 118, 0) 0%, rgba(51, 91, 118, 0.5) 103.48%), url(image.png);
}

.productList.cur .text p {
  bottom: 0;
}

/* 4 */
.box4 .container {
  position: relative;
  padding: 0 !important;
}

.box4 .container>img {
  position: relative;
  width: 100%;
}

.box4 .text {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 2;
}

.box4 .title {
  position: absolute;
  top: 0;
  width: 100%;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 40px;
}

.box4 .pdfBox {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  padding: 0 90px;
}

.pdfImg {
  position: relative;
  top: 10%;
  height: 80%;
  background: #fff;
  padding: 30px;
}

.pdfImg span {
  width: 100%;
  height: 100%;
  display: block;
  border: 2px solid #C56164;
}

.pdfImg img {
  height: 100%;
  transform: scale(.4);
}

.pdfImg p {
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.1em;
  margin: 0;
  color: #B9B9B9;
  position: relative;
  top: -20%;
  width: 100%;
  text-align: center;
}

.pdfBox>span {
  font-family: 'SoukouMincho';
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 80px;
  /* or 200% */
  color: #FFFFFF;
  max-width: 228px;
  display: flex;
  align-items: center;
  margin: 0 60px;
}

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

.search .searchInput {
  width: 430px;
  background: #fff;
  height: 70px;
  padding: 15px;
}

.search .sub-butn {
  width: 70px;
  height: 70px;
  background-color: #B81F1C;
  background: url(../../images/search.png) #B81F1C no-repeat center;
}

/* 5 */
.box5 {
  background-size: cover;
}

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

.HonorBox {
  padding: 80px 0;
  width: 45%;
  position: relative;
}

.HonorBox .swiper-container {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 0;
}

.HonorBox .swiper-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;
  transition: 300ms;
  transform: scale(1);
  z-index: 7;
  position: relative;
}

.HonorBox .swiper-slide-active {
  transform: scale(1.3);
  z-index: 9
}

.HonorBox .swiper-button-next {
  right: -90px;
  width: 46px;
  height: 46px;
  background: #B81F1C;
  border-radius: 2px;
}

.HonorBox .swiper-button-next:after {
  font-size: 18px;
  color: #fff;
}

.aboutBox .about {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.aboutBox .about span {
  font-weight: bold;
  font-size: 80px;
  line-height: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.aboutBox .about h1 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
  margin-top: -24px;
  position: relative;
  z-index: 2;
  margin-top: -24px;
}

.aboutBox .about p {
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-top: 60px;
  margin-bottom: 30px;
}

.aboutBox .about a {
  text-align: right;
}

/* 6 */
.box6 {
  display: flex;
}

.box6 .left {
  width: 40%;
  padding-top: 60px;
  padding-bottom: 90px;
  padding-left: 160px;
  background: url(../../images/box6bj.png) no-repeat center;
  background-size: cover;
}

.box6 .title span {
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.376) 0%, rgba(255, 255, 255, 0.8) 0.01%, rgba(255, 255, 255, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.box6 .title h1 {
  margin-top: -24px;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #FFFFFF;
}

.box6 .right {
  width: 60%;
  position: relative;
}

/* 7 */
.box7 {
  background-color: #F8FBFC;
  background-image: url(https://ss-res.oss-cn-hangzhou.aliyuncs.com/site_res/105/20230106103036_sqXEUogr.png);
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 150px;
}

.box7 .title {
  text-align: center;
}

.box7 .title span {
  font-weight: 700;
  font-size: 80px;
  line-height: 1;
  background: linear-gradient(180deg, rgba(184, 31, 28, 0.4) 0%, rgba(184, 31, 28, 0) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  margin: 0;
}

.box7 .title h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #000000;
  margin: 0;
  margin-top: -22px;
}

.newsBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 60px;
}

.NewsList {
  width: 330px;
  height: 420px;
  background: #fff;
  transition: 1s;
  overflow: hidden;
  margin: 15px 0;
}

.NewsList .top {
  position: relative;
  height: 35%;
  transition: 1s;
}

.NewsList .top h1 {
  position: absolute;
  width: 70%;
  height: 100%;
  left: 15%;
  z-index: 2;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
  color: #454545;
  border-bottom: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  transition: 1s;
}

.NewsList .img img {
  width: auto;
}

.NewsList .top img {
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 1s;
}

.NewsList.cur {
  width: 380px;
  height: 480px;
  border-radius: 0 15px 0 15px;
  box-shadow: -6px 6px 0 #b81f1c;
}

.NewsList.cur .top {
  height: 50%;
}

.NewsList.cur .top h1 {
  color: #fff;
  border-bottom: 0;
}

.NewsList.cur .top img {
  opacity: 1;
}

.NewsList .text {
  position: relative;
  width: 100%;
  padding: 0 15%;
  height: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  transition: 1s;
}

.NewsList.cur .text {
  height: 50%;
}

.NewsList .text span {
  font-size: 12px;
  color: #DDDDDD;
  line-height: 1;
}

.NewsList .text p {
  font-size: 14px;
  color: #676767;
  line-height: 21px;
}

.NewsList .text .img .img_1 {
  display: block;
}

.NewsList .text .img .img_2 {
  display: none;
}

.NewsList.cur .text span {
  font-size: 14px;
  font-weight: bold;
  color: #FA0605;
}

.NewsList.cur .text .img .img_1 {
  display: none;
}

.NewsList.cur .text .img .img_2 {
  display: block;
}
