#page1 img{
  width: 100%;
  height: 100%;
}
a{
  text-decoration: none !important;
}
.ldzc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: center; */
  padding-top: 2vw;
  /* padding-bottom: 55px; */
  /* padding-left: 2vw; */
  width: 90%;
  margin: 0 auto;
}
.accordion-button:not(.collapsed){
  background-color: red !important
  ;
  color: white !important;
}
.ldzc h2{
  margin-bottom: 10px;
  font-weight: 800;
}
.fzly{
  width: 100%;
  margin: 0 auto;
}
.ztit{
  margin: 0 auto;
  width: 1200px;
  padding: 20px;
  font-weight: bold;
}
.fzly .main {
  /* display: flex; */
  align-items: stretch;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
    width: 100%;
    padding: 10px;

}
.mid-left> p ,.mid-right> p{
text-align: center;
font-weight: bold;
font-size: 30px;
padding: 20px;
}
.fzly .main div{
      position: relative;
    width: 48.4%;
    overflow: hidden;
    margin-bottom: 48px;
    padding: 4vw ;
    /* flex: 1; */
}
.mid-left ul, .mid-right ul{
width: 80%;
margin: 0 auto;
  /* display: flex;
  justify-content: space-around; */
}
.mid-left ul li{
  text-align: center;
width: 30%;
display: inline-block;
border-right: 1px solid  #3D393B;
}
.mid-right ul li{
  text-align: center;
width: 23%;
display: inline-block;
border-right: 1px solid  #3D393B;
}
.m-desc-qz {
  /* max-width: 40%; */
  /* color: #fff; */
  font-size: 18px;
  font-weight: 500;
  line-height: 1.9;
  letter-spacing: 2px;
  /* margin-bottom: 10.5vw; */
}
.wash{
  position: relative;
    background: url(../img/jrwm2.jpg) center center no-repeat;  
    background-size: cover; 
    height: 80vh; 
}
.fzly h2{
    /* font-weight: 600; */
    font-size: 30px;
    margin-bottom: 5px;
}
.wash h2{
  /* font-weight: 600; */
  font-size: 30px;
  margin-bottom: 5px;
}
/* .wash img{
  padding-top: 10px;
  height: 40vw;
  width: 100%;
} */
.con{
  width: 70%;
position: absolute;
top: 42%;
left: 50%;
transform: translate(-50%, -50%);
}
.wash ul{
  display: flex;
  justify-content: space-around;
  text-align: center;
  /* align-items: center; */
}

@media screen and (max-width: 1201px){
  .ldzc{
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wash ul p{
    font-size: 14px !important;
  }
  .wash ul h2{
    font-size: 16px;
  }
  .ldzc{
    width: 95%;
  }
  .wash .con{
    width: 100%;
    top: 88% !important;
  }
}
 .ul-pro {
  margin: 0 -24.5px;
  font-size: 0;
}
.fzly2{
  /* border: 1px solid #000; */
  margin-top: 20px;
}
 .fzly2 .wp {
  width: 84.1%;
  max-width: none;
  margin: 0 auto;
  overflow: hidden;
}
 .g-tit {
  font-size: 29px;
  line-height: 1;
  width: 84.1%;
  font-weight: bold;
  /* margin: 0 auto; */
  /* text-align: center; */
}
.wp .ul-pro li {
    display: inline-block;
    width: 33.33%;
    padding: 0 24.5px;
    /* border: 1px solid red; */
}
@media only screen and (max-width: 1920px) {
  .wp .ul-pro li {
      padding: 0 1.28vw;
  }
}
.ul-pro .con {
  display: block;
  height: 0;
  padding-top: 90.4%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  /* border-radius: 15px; */
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  margin-top: 47.4%;
}
 .ul-pro .txt {
  position: absolute;
  left: 54px;
  bottom: 56px;
  right: 0;
  padding-right: 55px;
}
@media only screen and (max-width: 1920px) {
  .ul-pro .txt {
      left: 2.82vw;
      bottom: 2.92vw;
      padding-right: 2.87vw;
  }
}
@media only screen and (max-width: 1920px) {
 .ul-pro .title {
      font-size: 1.25vw;
  }
}
@media only screen and (max-width: 1920px) {
   .ul-pro {
      margin: 0 -1.28vw;
  }
}
 .ul-pro .title {
  color: #fff;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 1px;
}
.ul-pro .desc {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: 2px;
}
@media only screen and (max-width: 750px) {
 .ul-pro {
      margin: 0;
  }
}
@media only screen and (max-width: 750px) {
 .ul-pro li {
      width: 100% !important;
      padding: 10px 0px !important;
  }
}
@media only screen and (max-width: 768px) {
  .wp {
      width: auto !important;
      padding: 0 20px;
  }
  .join-form button{
    width: initial !important;
  }
  .fzly .main div{
    width: 100%;
  }
  .ul-pro .con{
    width: 100%;
 margin-top: 0 !important;
  }
  .wash{
    height: 50vh;
  }
  .ul-pro li:nth-child(1) .con{
    /* width: 100%; */
    margin-top: 47.4% !important;
  }
}
@media only screen and (max-width: 1150px) {
  .ul-pro .desc{
    font-size: 12px;
   }
 
 }
 .wash h2:hover{
  color: red;
 }

.join-form {  
 width: 80vw;
    position: absolute; /* 绝对定位 */  
    top: 50%; /* 从顶部开始，移动到父元素高度的50%位置 */  
    left: 50%; /* 从左边开始，移动到父元素宽度的50%位置 */  
    transform: translate(-50%, -50%); /* 将自己向左和向上移动宽度和高度的50%，以居中 */  
    /* 其他样式，如 padding, border 等 */  
    padding: 10px; /* 示例内边距 */  

 
}  
  
@media (min-width: 1024px) {
  .join-form {
      /* max-width: 60.938vw; */
      /* margin: 2.604vw auto 0; */
      padding-top: 1.042vw;
  }
}
.join-form form {
  padding: 10px 40px ;
  display: block;
  background-color: rgba(255, 255, 255, 0.8)
}
.join-form .tit {
  line-height: 34px;
  /* font-size: 14px; */
  display: block;
  position: absolute;
  left: 8px;
  top: 15px;
}
.join-form .item {
  padding: 15px 10px 15px 90px;
  border-bottom: 1px solid #E63737;
  position: relative;
}
.join-form .item> input {
  width: 100%;
  line-height: 24px;
  padding: 5px 10px;
  border: 1px solid #e1e1e1;
}
@media (min-width: 768px) {
  .join-form .tips {
      color: #999;
      padding-top: 0.781vw;
  }


.insideWrapper p, .insideWrapper span {
        font-size: 1.042vw !important;
    }
}
@media (min-width: 1024px) {
  .join-form .button {
      padding-top: 2.604vw;
  }
  .join-form .item> input {
    width: 16.51vw;
    padding: 0.729vw 0.521vw;
}
.join-form .tit {
  /* font-size: 0.833vw; */
  line-height: 2.813vw;
}
.join-form  {
  width: 60.938vw;
}

}
.join-form .button {
  font-size: 0;
  padding: 25px 0;
}
.join-form .tit i {
  font-style: normal;
  color: #ff0000;
  padding-right: 5px;
}
@media (min-width: 1260px) {
  .join-form .item {
      padding: 1.042vw 1.042vw 1.042vw 10.417vw;
  }
  .join-form .tit {
    top: 1.042vw;
}
}
.form-check-inline{
  display: inline-block;
  line-height: 2.813vw;
  padding: 0 20px;
  /* width: 10vw; */
}
.form-check-label{
  /* font-size: 1.2rem; */
  font-weight: 400 !important;
}
label{
  font-weight: 400 !important;

}