@font-face {
      font-family: PingFang SC, PingFang SC;
  src: url('../image/fontfamily/PingFangMedium.ttf');
}
@font-face {
  font-family: 'DIN';
  src: url('../image/fontfamily/DIN-Medium.otf');
}
.containerBox .header {
  width: 100%;
  /* height: 5rem; */
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  /* position: absolute;
        top: 0; */
  transition: all 0.5s;
  z-index: 100;
  position: fixed;
  top: 0;
}
.containerBox .header .nav {
  max-width: 13.8rem;
  margin: 0 auto;
  height: 0.8rem;
  line-height: 0.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.containerBox .header .nav .nav_logo {
  width: 1.93rem;
  height: 0.27rem;
}
.containerBox .header .nav .nav_menu {
  font-size: 0.16rem;
  box-sizing: border-box;
}
.containerBox .header .nav .nav_menu a {
  display: inline-block;
  padding: 0px 0.19rem 0 0.19rem;
      font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  color: #000000;
  line-height: 0.7rem;
  box-sizing: border-box;
}
.containerBox .header .nav .nav_menu a:hover {
  color: #316cfd;
  /* border-bottom: 3px solid #316cfd; */
  cursor: pointer;
}
.containerBox .banner {
  background-image: url("../image/zxnsBack.png");
  background-size: 100% 100%;
  width: 100%;
  height: 5.4rem;
}
.containerBox .banner .banner_text {
  padding-top: 2.04rem;
  padding-left: 2.38rem;
}
.containerBox .banner .banner_text .banner_title {
  width: 9.52rem;
  height: 0.67rem;
      font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.48rem;
  color: #1e2027;
  line-height: 0.56rem;
}

.containerBox .banner .banner_text .banner_des {
  width: 4.63rem;
  height: 0.28rem;
      font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  line-height: 0.28rem;
}

.containerBox .banner .banner_text .contactMy {
  width: 1.79rem;
  height: 0.6rem;
  margin-top: 0.45rem;
  cursor: pointer;
}
.containerBox .typeBox{
  width: calc(100% - 4.8rem);
  background-color: #ffffff;
  padding: 1rem 2.4rem;
}
.containerBox .typeBox .typeTittle{
  font-size: 0.42rem;
  color: #333333;
  font-weight: 800;
      font-family: PingFang SC, PingFang SC;
  width: 100%;
  text-align: center;
  padding-bottom: 0.56rem;
  cursor: default;
}
.containerBox .typeBox .cardBox{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.containerBox .typeBox .cardBox .typeCardBox{
  width: 2.72rem;
  height: 5.89rem;
  background-color: transparent;
  border-radius: 0.04rem;
  margin-right: calc((100% - 13.6rem)/4);
  margin-bottom: 0.2rem;
  position: relative;
}
/* .containerBox .typeBox .cardBox .typeCardBox:hover{
  opacity:1;
  transition: opacity 0.5s ease-in-out;
} */
.containerBox .typeBox .cardBox .typeCardBox .typeCardBox1{
  background-image: linear-gradient( 180deg, #F1F5FF 0%, #F1F5FF 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: 1;
}
.containerBox .typeBox .cardBox .typeCardBox:hover .typeCardBox1{
  background-image: linear-gradient( 180deg, #F1F5FF 0%, #F1F5FF 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.containerBox .typeBox .cardBox .typeCardBox .typeCardBox2{
  background-image: linear-gradient( 180deg, #316CFD 0%, #3683FE 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: 0;
}
.containerBox .typeBox .cardBox .typeCardBox:hover .typeCardBox2{
  background-image: linear-gradient( 180deg, #316CFD 0%, #3683FE 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.containerBox .typeBox .cardBox .typeCardBox:nth-child(5){
  margin-right: 0;
}
.containerBox .typeBox .cardBox .typeCardBox .topBox{
  margin: 0 0.46rem;
  height: 2.07rem;
  border-bottom: 0.01rem solid #E1E6F3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: default;
  position: relative;
}
.containerBox .typeBox .cardBox .typeCardBox:hover .topBox{
  border-bottom: 0.01rem solid #ffffff;
}
.containerBox .typeBox .cardBox .typeCardBox .topBox .typeImg{
  width: 0.7rem;
  height: 0.7rem;
  display: block;
}
.containerBox .typeBox .cardBox .typeCardBox:hover .topBox .typeImg{
  display: none;
}
.containerBox .typeBox .cardBox .typeCardBox .topBox .typeImg_1{
  display: none;
}
.containerBox .typeBox .cardBox .typeCardBox:hover .topBox .typeImg_1{
  width: 0.7rem;
  height: 0.7rem;
  display: block;
}
.containerBox .typeBox .cardBox .typeCardBox .topBox .typeName{
      font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.24rem;
  color: #000000;
  margin-top: 0.11rem;
}
.containerBox .typeBox .cardBox .typeCardBox:hover .topBox .typeName{
  color: #ffffff;
}
.containerBox .typeBox .cardBox .typeCardBox .bottomBox{
  width: 100%;
  height: calc(100% - 2.47rem);
  display: flex;
  flex-direction: column;
  padding: 0.2rem 0;
  align-items: center;
}
.containerBox .typeBox .cardBox .typeCardBox .bottomBox .gwName{
  font-family: PingFang SC, PingFang SC;
  font-weight: 500;
  font-size: 0.18rem;
  color: #666666;
  display: flex;
  align-items: center;
  position: relative;
  width: fit-content;
  justify-content: center;
  cursor: pointer;
  margin-bottom: 20px;
}
.containerBox .typeBox .cardBox .typeCardBox .bottomBox .gwName .namennn{
  width: 1rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.containerBox .typeBox .cardBox .typeCardBox:hover .bottomBox .gwName{
  color: #ffffff;
}
.containerBox .typeBox .cardBox .typeCardBox .bottomBox .gwName .squre{
  width: 0.07rem;
  height: 0.07rem;
  background: #999999;
  display: block;
  position: absolute;
  left: -0.2rem;
}
.containerBox .typeBox .cardBox .typeCardBox:hover .bottomBox .gwName .squre{
  display: none;
}
.containerBox .typeBox .cardBox .typeCardBox .bottomBox .gwName .yesIcon{
  display: none;
}
.containerBox .typeBox .cardBox .typeCardBox:hover .bottomBox .gwName .yesIcon{
  width: 0.15rem;
  height: 0.15rem;
  display: block;
  position: absolute;
  left: -0.2rem;
}
.containerBox .fuliBox{
  padding: 1rem 2.4rem;
  width: calc(100% - 4.8rem);
  background-image: url("../image/fuliback.png");
  background-size: 100% 100%;
}
.containerBox .fuliBox .fuliTittle{
  font-size: 0.42rem;
  color: #333333;
  font-weight: 800;
      font-family: PingFang SC, PingFang SC;
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
  cursor: default;
}
.containerBox .fuliBox .fuliBottomBox{
  display: flex;
  align-items: center;
}
.containerBox .fuliBox .fuliBottomBox .leftBox{
    width: 50%;
}
.containerBox .fuliBox .fuliBottomBox .leftBox .slogn{
      font-family: PingFang SC, PingFang SC;
  font-weight: bold;
  font-size: 0.36rem;
  color: #333333;
}
.containerBox .fuliBox .fuliBottomBox .leftBox .sssss{
      font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #666666;
  margin-right: 1rem;
  margin-top: 0.8rem;
  text-align: justify;
  line-height: 2;
}
.containerBox .fuliBox .fuliBottomBox .rightBox{
  width: 50%;
}
.containerBox .fuliBox .fuliBottomBox .rightBox .riCardBox{
  display: flex;
  flex-wrap: wrap;
}
.containerBox .fuliBox .fuliBottomBox .rightBox .riCardBox .bbbbb{
  width: 2.09rem;
  height: 2.27rem;
  background-color: #fff;
  margin-right: 0.14rem;
  margin-bottom: 0.18rem;
  cursor: default;
  position: relative;
}
.containerBox .fuliBox .fuliBottomBox .rightBox .riCardBox .bbbbb:nth-child(2){
  margin-right: 1rem;
}
.containerBox .fuliBox .fuliBottomBox .rightBox .riCardBox .bbbbb .indexText{
  font-family: 'DIN';
  font-weight: bold;
  font-size: 96px;
  margin-left: 0.1rem;
  margin-top: 0.15rem;
  color: rgba(53,124,254,0.1);
}
.containerBox .fuliBox .fuliBottomBox .rightBox .riCardBox .bbbbb .indexName{
      font-family: PingFang SC, PingFang SC;
  font-weight: 800;
  font-size: 24px;
  color: #333333;
  position: absolute;
  width: 100%;
  top: 0.86rem;
  left: 0;
  text-align: center;
}
.containerBox .fuliBox .fuliBottomBox .rightBox .riCardBox .bbbbb .indexContent{
      font-family: PingFang SC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  position: absolute;
  width: 100%;
  top: 1.38rem;
  text-align: center;
}
.containerBox .huanjingBox{
  padding: 1rem 2.4rem;
  width: calc(100% - 4.8rem);
  background-color: #fff;
}
.containerBox .huanjingBox .huanjingTittle{
  font-size: 0.42rem;
  color: #333333;
  font-weight: 800;
      font-family: PingFang SC, PingFang SC;
  width: 100%;
  text-align: center;
  padding-bottom: 1rem;
  cursor: default;
}
.containerBox .huanjingBox .huanjingBottomBox{
  display: flex;
  align-items: center;
  border-radius: 0.04rem;
  overflow: hidden;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n+1){
  width: calc(100% / 3);
  cursor: default;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n){
  width: calc(100% / 3);
  cursor: default;
  display: flex;
  flex-direction: column-reverse;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n+1) .huanJingimg{
  width: 100%;
  height: 2.66rem;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n+1) .imgWithBox{
  width: 100%;
  height: 3.36rem;
  background: #F7FAFF;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n+1) .imgWithBox .numBox{
  font-weight: 500;
  font-size: 0.48rem;
  color: #333333;
  font-family: 'DIN';
  margin-left: 1rem;
  padding-top: 1.34rem;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n+1) .imgWithBox .blueBox{
  height: 0.05rem;
  width: 0.2rem;
  background: #3680FE;
  margin-left: 1.06rem;
  margin-top: 0.1rem;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n+1) .imgWithBox .tttttBox{
  font-weight: 800;
  font-size: 0.24rem;
  color: #333333;
      font-family: PingFang SC, PingFang SC;
  margin-left: 1rem;
  margin-top: 0.42rem;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n) .huanJingimg{
  width: 100%;
  height: 2.66rem;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n) .imgWithBox{
  width: 100%;
  height: 3.36rem;
  background: #ffffff;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n) .imgWithBox .numBox{
  font-weight: 500;
  font-size: 0.48rem;
  color: #333333;
  font-family: 'DIN';
  margin-left: 1rem;
  padding-top: 0.6rem;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n) .imgWithBox .blueBox{
  height: 0.05rem;
  width: 0.2rem;
  background: #3680FE;
  margin-left: 1.06rem;
  margin-top: 0.1rem;
}
.containerBox .huanjingBox .huanjingBottomBox .huanjing:nth-child(2n) .imgWithBox .tttttBox{
  font-weight: 800;
  font-size: 0.24rem;
  color: #333333;
      font-family: PingFang SC, PingFang SC;
  margin-left: 1rem;
  margin-top: 0.42rem;
}
