* {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Microsoft YaHei";
}
.banner {
  width: 100%;
  height: 50rem;
}
.banner img {
  width: 100%;
  height: 50rem;
}
.main2 {
  width: 100%;
  padding-top: 2.75rem;
  padding-bottom: 5.625rem;
}
.main2 .title {
  margin: 0 auto 4.5rem;
  font-size: 2.125rem;
  color: #333;
  text-align: center;
  width: auto;
}
.main2 .title span {
  color: #015F3B;
}
.main2 .title::after {
  background-color: #015F3B;
  position: absolute;
  width: 5rem;
  height: 0.25rem;
  bottom: -0.75rem;
  left: 48%;
  right: 0;
  content: " ";
}
.main2 .part {
  width: 78.125rem;
  margin-left: 20.9375rem;
  display: flex;
  flex-wrap: wrap;
}
.main2 .part .part1 {
  margin-right: 3.125rem;
  margin-bottom: 3.125rem;
  width: 35.9375rem;
  /* height: 33.625rem; */
  height: auto;
  background: #FFFFFF;
  box-shadow: 0rem 0.5rem 0.9375rem 0.0625rem rgba(0, 0, 0, 0.16);
  border-radius: 0.625rem 0.625rem 0.625rem 0.625rem;
  position: relative;
}
.main2 .part .part1 img {
  width: 35.9375rem;
  height: 26.875rem;
  background: #BEBEBE;
  border-radius: 0.625rem 0.625rem 0rem 0rem;
  display: block;
}
.main2 .part .part1 .bott1 {
  text-align: center;
  font-size: 1.375rem;
  height: 10rem;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%,  rgba(0, 0, 0,.4) 33%, rgba(0, 0, 0,.6) 66%, rgba(0, 0, 0,.8) 100%);
  position: absolute;
  bottom: 0;
  width: 100%;
  box-sizing: border-box;
  padding:4.1875rem 2.1875rem 0;
  overflow: hidden;
  border-radius:0rem 0rem  0.625rem 0.625rem ;
  color: #ffffff;
}
/* .main2 .part .part1:hover .bott1 {
  background-color: #015F3B;
  color: #fff;
} */
.main2 .part .part1 .mask{
  display: none;
  background-color: rgba(1, 95, 59,.88);


  color: #fff;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0.625rem ;

}
.main2 .part .part1 .mask .mask1{
  font-size: 1.625rem;
  margin-bottom: 1rem;

}
.main2 .part .part1 .mask .mask2{
  font-size: 1rem;

}
.main2 .part .part1 .bott1 .bott1-1{
  font-size: 1.375rem;
  position: relative;
  text-align: left;
  margin-bottom: 10rem;

}
.main2 .part .part1 .bott1 .bott1-2{
  font-size: 1.125rem;
  text-align: left;
}
.main2 .part .part1 .bott1 .bott1-1::before{
  background-color: #ffffff;
  position: absolute;
  width:7.5rem;
  height:1px;
  top:-5px;
  left:0;
  right: 0;
  content: " ";
}
.main2 .part .part1:hover .mask{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5625rem;
  box-sizing: border-box;
  flex-direction: column;
  display: none;
}
.main2 .part .part1:hover .bott1{
  height: auto;
  line-height: 1.5;
  padding: 5.3125rem 2.1875rem 3.75rem;
  transition: all .5s;
}
.main2 .part .part1:hover .bott1 .bott1-1{
  margin-bottom: 0.9375rem;
}
@media (max-width: 1000px){
.main2 .title {
  font-size: 16px;
}

.main2 .part .part1 .bott1 .bott1-1 {
  font-size: 16px;
}
.main2 .part .part1 .bott1 .bott1-2 {
  font-size: 14px;
  text-align: left;
}
}
