﻿.leader{
  /* width: 1004px; */
  margin: 0 auto 40px;
}
.leader1{
  margin-top: 70px;
text-align: center;
margin-bottom: 30px;
font-size: 28px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #333333;
}
.leader_name{
  float: left;
width:20%;
}
.leader_oredr{
  width: 876px;
  height: 275px;
  background: #FFFFFF;
box-shadow: 0px 4px 18px 0px rgba(4,0,0,0.04);
  border-right: 3px solid #419038;
  float: right;
  position: relative;
  
}

.image{
  background-image: url('../images/tuceng22.png');
width: 245px;
height: 245px;
  background-repeat: no-repeat;
  position: absolute;
 left: 65%;
    margin-top: 20px;
 float: right;
}
.leader_oredr:hover {
  background:#419038ad;
  border-right: 3px solid #F7C35E;
  color: #FFFFFF;

}

.leader_oredr a:hover {
   
    color: #FFFFFF;
  
  }
.leader_oredr:hover .image{
  background-image: url('../images/tuceng22.png');
}
.leader_oredr:hover .name{
  color: #f7c35e;
}

.leader_tow{
 overflow: hidden;
  margin: 50px 20px 0px;
  text-align:center;
}
.name{
  font-size: 26px;
font-family: Microsoft YaHei;
font-weight: 400;
color: #419038;

}
.name3{
  width: 100%;
  font-size: 16px;
font-family: Microsoft YaHei;
font-weight: 400;

line-height: 26px;
}
.leader_one{
 margin-top: 28px;
 overflow: hidden;
    width: 100%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}
@media screen and (max-width:1281px) {

    .images_font {
        display: none;
    }

    .table {
        display: none;
    }
}
@media screen and (max-width: 1024px){
    .leader{
        width: 100%;
        padding:0 20px;
        box-sizing: border-box;
    }
    .leader_name{
        float: inherit;
        width: 100%;

    }
    .leader_name img{
        display:block;
        margin:0 auto;
    }
    .leader_oredr{
        float:inherit;
        width:100%;
    }
    .name3{
        width:100%;
    }
}
@media screen and (max-width:768px){
    .images{
        height:200px;
    }
}