.fix_img{
  position: fixed;
  top: 3.9vw;
  left: 0;
  z-index: 0;
}
.fix_img img{
  width: 100%;
}
.p_one{
 height: 46vw;
 position: relative;
 z-index: 2;
}

.p_one .p_one_tit_83{
  position: absolute;
  top: 38%;
  right: 15%;
  color: #fff;

}
.p_one .p_one_tit_93{
  position: absolute;
  top: 30%;
  right: 10%;
  color: #fff;
  
}
.p_one .p_one_tit_87{
  position: absolute;
  top: 35%;
  left: 10%;
  color: #fff;
}
.p_one .p_one_tit_68{
  position: absolute;
  top: 30%;
  left: 3%;
  color: #fff;
}
.p_one .p_one_tit_85{
  position: absolute;
  top: 30%;
  left: 3%;
  color: #fff;
}
.p_one .p_one_tit_95{
  position: absolute;
  top: 33%;
  left: 5%;
  color: #fff;
}
.p_one h1{
  font-family: inter;
  font-weight: 600;
  font-size: 4.5vw;
  line-height: 1.2;
}
.p_two{
  width: 78%;
  margin: 0 auto;
  padding-top: 2%;
  padding-bottom: 8%;
  position: relative;
  z-index: 2;
}
.p_two_one{
  padding: 1% 5%;
  background: linear-gradient(to right, #369858, transparent);
  border-radius: 0.8vw;
  color: #fff;
  font-family: Montserrat;
 
}
.p_two_one h1{
  font-size: 2vw;
}
.p_two_two{
  background: #fff;
  border-radius: 0.8vw;
  padding: 4%;
}
.p_top_left img{
  width: 100%;
}
.p_top_right{
  padding: 1.8% 5%; 
}
.p_para_li{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5%;
  padding-bottom: 4%;
  padding-right: 3%;
  border-bottom: 1px solid #ccc;
  font-family: inter;
  color: #000;
}
.p_para_li h2{
  font-size: 1vw;
  font-weight: 550;
}
.p_para_li h3{
  font-size: 1vw;
 
}
.p_two_floor{
  display: flex;
  padding: 2% 15%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 3%;
}
.p_two_floor_li{
  display: flex;
  flex-direction: column;
  align-content: center;
  flex-wrap: wrap;
  align-items: center;
  cursor: pointer;
}
.para_img{
  position: relative;
  width: 3.5vw;
  height: 3.5vw;
}
.para_img img{
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.5s ease;
  width: 100%;
}
.img2 {
  opacity: 0;
}
.p_two_floor_li h1{
  font-family: inter;
  margin-top: 4%;
  color: #000;
  font-size: 1.5vw;
}
.p_two_floor_li:hover .img1{
  opacity:0;
}
.p_two_floor_li:hover .img2{
  opacity:1;
}
.p_two_floor_li:hover h1{
  color: #369858;
}
.p_two_three{
  margin-top: 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  height: 13.5vw;
}
.p_two_three img{
  width: 100%;
  transition: all 0.5s ease;

}
.p_two_three img:hover{
  transform: scale(1.1);
}
.p_two_three_left{
  width: 17%;
  border-radius: 1.5vw;
  overflow: hidden;
}
.p_two_three_right{
  width: 81.5%;
  border-radius: 1.5vw;
  position: relative;
  overflow: hidden;
}
.three_right_info{
  position: absolute;
  left: 10%;
  top: 35%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 35%;
}
.three_right_info_85{
  position: absolute;
  left: 5%;
  top: 43%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  width: 35%;
}
.three_right_info_85 img{
  width: 2.5vw;
  height: auto;
}
.three_right_info_85 h1{
  font-family: inter;
  color: #000;
  font-size: 1vw;
  padding-left: 8%;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}
.three_right_info img{
  width: 4.5vw;
  height: auto;
}
.three_right_info h1{
  font-family: inter;
  color: #000;
  font-size: 1vw;
  padding-left: 8%;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.2;
}
.p_two_four{
  margin-top: 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  height: 19.7vw;
}
.p_two_four img{
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.p_two_four img:hover{
  transform: scale(1.1);
}
.two_four_left{
  width: 25.5%;
}
.two_four_center{
  width: 26.5%;
  overflow: hidden;
  border-radius: 1.3vw;

}
.two_four_right{
  width: 45%;
  border-radius: 1.3vw;
  overflow: hidden;
  position: relative;
}
.two_four_left{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border-radius: 1.3vw;
}
.two_four_left img{
  width: 30%;
  margin-bottom: 10%;
}
.two_four_left h1{
  color: #000000;
  font-family: inter;
  text-transform: uppercase;
  font-size: 1.5vw;
  font-weight: 600;
  line-height: 1.5;
}
.two_four_left h2{
  color: #369858;
  font-family: inter;
  font-weight: 800;
  font-size: 2vw;
  text-transform: uppercase;
  margin-top: 3%;
}
.two_four_right h1{
  position: absolute;
  right: 8%;
  bottom: 12%;
  color: #000000;
  font-family: inter;
  font-weight: 800;
  font-size: 1.7vw;
  line-height: 1.2;
}

.p_two_five{
  margin-top: 2%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  height: 14.8vw;
}
.p_two_five img{
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.p_two_five img:hover{
  transform: scale(1.1);
}

.two_five_left{
  width: 72.2%;
  border-radius: 1.5vw;
  overflow: hidden;
  position: relative;
}
.two_five_right{
  width: 26.4%;
  border-radius: 1.5vw;
  overflow: hidden;
}
.five_left_tet{
  position: absolute;
  bottom: 22%;
  right: 15%;
  text-align: center;
  font-family: inter;
}
.five_left_tet h1{
  color: #FFFFFF;
  font-size: 1.5vw;
  text-transform: uppercase;
  margin-bottom: 3%;
  font-weight: 500;
}
.five_left_tet h2{
  color: #56D873;
  font-size: 3vw;
  font-weight: 700;
}

.p_two_last{
  margin-top: 2%;
  overflow: hidden;
  height: 23vw;
  border-radius: 1.5vw;
  position: relative;
}
.p_two_last img{
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.p_two_last img:hover{
  transform: scale(1.1);
}
.two_last_tet_83{
  position: absolute;
  top: 40%;
  left: 10%;
}
.two_last_tet_83 h1{
  font-family: Montserrat-Bold;
  color: #56D873;
  font-size: 2vw;
  text-transform: uppercase;
}
.two_last_tet_83 h2{
  color: #FFFFFF;
  font-family: inter;
  font-size: 1.8vw;
  font-weight: 600;
  margin-top: 6%;
}
.two_last_tet_87{
  position: absolute;
  bottom: 20%;
  right: 10%;
}
.two_last_tet_87 h1{
  font-family: Montserrat-Bold;
  color: #fff;
  font-size: 2vw;
  text-transform: uppercase;
}
.two_last_tet_87 h2{
  color: #FFFFFF;
  font-family: inter;
  font-size: 1.8vw;
  font-weight: 600;
  margin-top: 3%;
}
.two_last_tet_68{
  position: absolute;
  top: 35%;
  left: 10%;
}
.two_last_tet_68 h1{
  font-family: Montserrat-Bold;
  color: #000000;
  font-size: 2vw;
  text-transform: uppercase;
}
.two_last_tet_68 h2{
  color: #000000;
  font-family: inter;
  font-size: 1.8vw;
  font-weight: 600;
  margin-top: 3%;
}

.two_last_tet_85{
  position: absolute;
  top: 35%;
  left: 10%;
}
.two_last_tet_85 h1{
  font-family: Montserrat-Bold;
  color: #fff;
  font-size: 2vw;
  text-transform: uppercase;
}
.two_last_tet_85 h2{
  color: #fff;
  font-family: inter;
  font-size: 1.8vw;
  font-weight: 600;
  margin-top: 3%;
}
.two_last_tet_93{
  position: absolute;
  top: 35%;
  right: 10%;
}
.two_last_tet_93 h1{
  font-family: Montserrat-Bold;
  color: #fff;
  font-size: 2vw;
  text-transform: uppercase;
}
.two_last_tet_93 h2{
  color: #fff;
  font-family: inter;
  font-size: 1.8vw;
  font-weight: 600;
  margin-top: 3%;
}

.two_last_tet_95{
  position: absolute;
  top: 35%;
  left: 10%;
}
.two_last_tet_95 h1{
  font-family: Montserrat-Bold;
  color: #fff;
  font-size: 2vw;
  text-transform: uppercase;
}
.two_last_tet_95 h2{
  color: #fff;
  font-family: inter;
  font-size: 1.8vw;
  font-weight: 600;
  margin-top: 3%;
}
h1{
  cursor: pointer;
}

