*{
    margin: 0;
    padding: 0;
    list-style: none;
}
.clear{
    clear: both;
}
.banxin{
    width: 1200px;
    margin: auto;
}
.top{
    width: 100%;
    height:500px;
    overflow: hidden;
    background: url(../images/jingying02.jpg) no-repeat;
    background-size: cover;

 
}
.top p,h3,h4,h6{
    color: #ffffff;
    text-align: center;
  
}
.top h4{
    color: #ed8f04;
}
.top p,h3,h4,h6{
    font-weight: normal;
 }
.top p{
    padding: 150px 0px 15px;
    font-size: 30px;
}
.top h3,h4,h6{
    padding-bottom: 10px;
}
.top h6{
    font-size: 15px;
}
.banxin-l{
color: #666666;
font-size: 14px;
padding: 20px 0px 30px;
}
.banxin-l a{ color: #999999;
    text-decoration: none;}
.yi{
    width: 1200px;
    height: 100px;
   
}
.yi-l{
    width: 80px;
    height: 100px;
    line-height: 100px;
    font-size: 60px;
    color: #ed8f04;
    float: left;
}
.yi-r{
width: 1000px;
height: 80px;
padding-top: 20px;
float: left;
}


.team_list{
    width: 1200px;
    height: 627px; 
}
.team_list li{
    width: 300px;
    height: 313px;
    float: left;
    backgr ound: url(../images/jingying05.jpg) no-repeat ;
    background-size: contain;
    position: relative;
   
}
.team_list li .black{
    /* display: none; */
    position: absolute;
    top: 0;
    left: 0px;
    width: 300px;
    height: 313px;
    background-color: rgba(0, 0, 0,0);
}
.team_list li:hover .black{
    /* display: block;  */
    background-color: rgba(0, 0, 0,0.5);
}
.team_list li .black{
    transition: all 2s;
}
.team_list li .black:hover p{
    color:white;

}
.team_list li .black:hover i{
    color:white;

}
.team_list li .black p{
    position: absolute;
    top: 100px;
    left: 50%;
    color: transparent;
    font-size: 20px;
    transform: translateX(-50%);
    transition: all 2s;
  
}
.team_list li .black i{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 130px;
    color: transparent;
    font-size: 20px;
    transition: all 2s;
   
}
.tu{
    width: 1070px;
    height: 589px;
   margin-left: 75px;
}
.tu-font{
    width: 1200px;
    height: 140px;
    background-color: white;
    bord er-bottom: 1px solid #666666;
	box-shadow:0 5px 15px 0 #c9c9c9;
}
.tu-font p{
    width: 400px;
    height: 140px;
    float: left;
}
.tu-font p:first-child,.tu-font p:last-child{
    background-color: #ed8f04;
}
.tu-font p a{
display: block;
text-align: center;
line-height: 30px;
}
.tu-font p a:first-child{
    font-size: 23px;
    padding-top: 20px;
}
@media screen and (max-width: 500px){
	.top{height:200px}
	.top p{padding:25px 0px 15px}
	
}










