main>.top,.bottom{
  display: flex;
  /* justify-content: space-between; */
}
main>.top>.left{
  position: relative;
  width: 60%;
  height: 440px;
  overflow: hidden;
  margin-right: 3%;
}
main>.top>.left>img{
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
main>.top>.left:hover img {
  transform: scale(1.2);
}
.left1{
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  opacity: 0.9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.left1>p:nth-child(1){
  padding-left: 30px;
  font-size: 20px;
}
.left1>p:nth-child(2){
  padding-left: 30px;
  padding-top: 15px;
  font-size: 22px;
  font-weight: bold;
}
main>.top>.right{
  position: relative;
  width: 40%;
  height: 440px;
  overflow: hidden;

}
main>.top>.right>img{
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
main>.top>.right:hover img{
  transform: scale(1.2);
}
.right1{
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  opacity: 0.9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.right1>p:nth-child(1){
  padding-left: 30px;
  font-size: 20px;
}
.right1>p:nth-child(2){
  padding-left: 30px;
  padding-top: 15px;
  font-size: 22px;
  font-weight: bold;
}
main>.bottom{
  padding-top: 40px;
}

main>.bottom>.right{
  position: relative;
  width: 40%;
  height: 440px;
  overflow: hidden;
}
main>.bottom>.right>img{
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
main>.bottom>.right:hover img{
  transform: scale(1.2);
}
.right2{
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  opacity: 0.9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.right2>p:nth-child(1){
  padding-left: 30px;
  font-size: 20px;
}
.right2>p:nth-child(2){
  padding-left: 30px;
  padding-top: 15px;
  font-size: 22px;
  font-weight: bold;
}

main>.bottom>.left{
  position: relative;
  width: 60%;
  height: 440px;
  overflow: hidden;
  margin-left: 3%;
}
main>.bottom>.left>img{
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
}
main>.bottom>.left:hover img{
  transform: scale(1.2);
}
.left2{
  width: 100%;
  height: 130px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
  opacity: 0.9;
  position: absolute;
  left: 0;
  bottom: 0;
}
.left2>p:nth-child(1){
  padding-left: 30px;
  font-size: 20px;
}
.left2>p:nth-child(2){
  padding-left: 30px;
  padding-top: 15px;
  font-size: 22px;
  font-weight: bold;
}
aside{
  display: flex;
}
aside .left{
  width: 450px;
  transition: 0.5s ease-in-out;
}
.left img{
  width: 100%;
}
aside>.right{
  flex: 1;
  padding-left: 60px;
  position: relative;
  transition: 0.5s ease-in-out;
}
aside>.right>.top{
  padding: 30px 0 0 0;
  font-size: 18px;
  line-height: 40px;
  display: none;
  transition: 0.5s ease-in-out;
}
 aside>.right>.top.active{
   display: block;
 }
aside>.right>.xia{
  display: flex;
  position: absolute;
  left: 60px;
  bottom: 60px;
  transition: 0.5s ease-in-out;
}
aside>.right>.xia>.xia-box{
  width: 350px;
  height: 60px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  border: 1px solid black;
  cursor: pointer;
  transition: all 0.2s ease-in-out;

}
aside>.right>.xia>.xia-box:hover{
  color:#66B95A;
  border-color:#66B95A;
}
@media (max-width:1344px) {
  aside>.right>.xia>.xia-box{
    width: 300px;
    transition: 0.5s ease-in-out;

  }
  aside .left{
    width: 360px;
    transition: 0.5s ease-in-out;
  }
  aside>.right>.top{
    font-size: 16px;
    transition: 0.5s ease-in-out;
  }
}
@media (max-width:1024px) {
  aside>.right>.xia>.xia-box{
    width: 250px;
  }
}
@media (max-width:1344px){
  aside>.right{
    flex: 1;
    padding-left: 60px;
    position: relative;
    transition: 0.5s ease-in-out;
  }
  aside>.right>.xia{
    display: flex;
    position: static;
    padding-top: 20px;
    transition: 0.5s ease-in-out;
    /* position: absolute;
    left: 60px;
    bottom: 60px; */
  }
}
aside>.right>.xia>.active,
aside>.right>.xia>.active:hover {
  color: #fff;
  background-color: #66B95A;
  border-color:#66B95A ;
}

.zixun{
  display: flex;
}
 .zixun .zi-cai{
  width: 25%;
  cursor: pointer;
 }
.zixun .zi-cai:nth-child(1) .img1,
.zixun .zi-cai:nth-child(2) .img1,
.zixun .zi-cai:nth-child(3) .img1,
.zixun .zi-cai:nth-child(4) .img1{
  display: none;
}
.zixun .active .img1{display: block !important;}
.zixun .active .img2{display: none !important;}


.zixun .zi-cai:nth-child(1):hover .img1{display: block;}
.zixun .zi-cai:nth-child(1):hover .img2{display: none;}
.zixun .zi-cai:nth-child(2):hover .img1{display: block;}
.zixun .zi-cai:nth-child(2):hover .img2{display: none;}
.zixun .zi-cai:nth-child(3):hover .img1{display: block;}
.zixun .zi-cai:nth-child(3):hover .img2{display: none;}
.zixun .zi-cai:nth-child(4):hover .img1{display: block;}
.zixun .zi-cai:nth-child(4):hover .img2{display: none;}



.zixun>.zi-cai>div{
  height: 160px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 24px;
  color: #ACACAC;
  background-color: #fff;
  transition: 0.5s ease-in-out;

}
@media (max-width:1520px){
  .zixun>.zi-cai>div{
    height: 140px;
    transition: 0.5s ease-in-out;
  }
}
@media (max-width:1280px){
  .zixun>.zi-cai>div{
    height: 120px;
    transition: 0.5s ease-in-out;
  }
}
@media (max-width:1024px){
  .zixun>.zi-cai>div{
    height: 100px;
    transition: 0.5s ease-in-out;
  }
  .zixun>.zi-cai>div p,
  .zixun>.zi-cai>div img{
    transform:scale(0.8)
  }
}
.zi-cai>div:hover,
.zi-cai>div.active{
  background-color: #66B95A;
  color: white;
}
.zi-cai>div:hover a,
.zi-cai>div.active a{
  color: white;
}
.zixun>.zi-cai>div>p{
  padding-top: 10px;
}
.sihe{
  display: flex;
  flex-wrap: wrap;
  display: none;
}
.sihe.active{
  display: flex;
}
.danyi{
  display: flex;
  width: 50%;
  padding: 20px 60px;
}
.danyi>.zuo>div{
  text-align: center;
}
.danyi>.zuo>div>p:nth-child(1){
  font-size: 50px;
  padding-top: 110px;
  position: relative;
}
.danyi>.zuo>div>p:nth-child(1)::after{
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 2px;
  background-color: #66B95A;
}
.danyi>.zuo>div>p:nth-child(2){
  font-size: 18px;
  white-space: nowrap;
  color: #959595;
}
.danyi>.you>p:nth-child(1){
  font-size: 22px;
  margin: 120px 0 35px 0;
}
.danyi>.you>p:nth-child(1):hover a{
  color: #66B95A;
}
.danyi>.you>p:nth-child(2){
  font-size: 18px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}
.danyi>.you>div a{
  width: 120px;
  height: 40px;
  background-color: #66B95A;
  font-size: 18px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.danyi>.you{
  padding-left: 40px;
}

.xiazai{
  width: 100%;
  /* height: 120px; */
  background-color: #F2F2F2;
  display: flex;
  align-items: center;
  padding: 20px 30px;
  margin-bottom: 30px;
}
.sihe>.xiazai:nth-child(1){
  margin-top: 20px;
}
.xiazai>.riqi>p:nth-child(1){
  font-size: 40px;
  text-align: center;
}
.xiazai>.riqi>p:nth-child(2){
  font-size: 18px;
  color:#959595;
}
.xiazai>p{
  flex: 1;
  font-size: 24px;
  padding-left: 90px;
}
.cha{
  width: 220px;
  height: 45px;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 30px;
  transition: all 0.1s ease-in-out;
}
.cha:hover{
  border-color:#66B95A;
}
.cha:hover a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  line-height: 45px;
  background-color: #66B95A;
  color: #fff;
}
@media (max-width:1344px) {
  .cha{
    width: 200px;
    height: 45px;

    margin-top: 60px;
  }
}
@media (max-width:1024px) {
  .cha{
    width: 180px;
    height: 45px;

    margin-top: 100px;
  }
}
.ditu{
  display: flex;
}
.ditu>#tu{
  width: 60%;
  height: 430px;
  /* background-color: green; */
  /* border: 1px solid black; */
}
.ditu>.zi>div{
  display: flex;
  font-size: 20px;
  align-items: center;
}
.ditu>.zi{
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  padding-left: 70px;
}
.ditu>.zi>div>p{
  padding-left: 15px;
}
.lianxi>p{
  font-size: 20px;
  text-align: center;
  padding: 50px 0;
}
.erweima{
  display: flex;
  justify-content: space-between;
}
.erweima>div>p{
  text-align: center;
  font-size: 20px;
  padding: 20px 0 80px 0;
  transition: 0.5s ease-in-out;
}
.erweima>div>img{
  width: 140px;
  height: 140px;
  transition: 0.5s ease-in-out;
}
@media (max-width:1344px) {
  .erweima>div>img{
    width: 100px;
    height: 100px;
    transition: 0.5s ease-in-out;
  }
  .erweima>div>p{
    text-align: center;
    font-size: 18px;
    padding: 10px 0 60px 0;
    transition: 0.5s ease-in-out;
  }
}
.zaixian{
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 999;
  width: 135px;
  height: 110px;
  background-color: #66B95A;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  border-top-left-radius: 65px;
  border-bottom-left-radius: 65px;
  cursor:pointer
}
.zaixian>p{
  color: #fff;
  font-size: 18px;
  padding-top: 10px;
}