#header{
  border-bottom: 2px #eb5a1b solid;
}

#wrap{
  /* width: 825px;*/
  margin: 0 auto;
  padding: 0 0 20px 0;
}

/**
#wrap h2{
  width: 127px;
  height: 31px;
  text-indent: -9999px;
  margin: 0 0 20px 0;
  background: url(../images/team_title.png) no-repeat;
}
*/

#wrap .intro{
  color: #a8a8a8;
  font-size: 14px;
  
  margin: 0 0 8px 0;
}
#team_list{
  width: 820px;
  margin: 0 auto 100px;
  overflow: hidden;
}
#team_list li{
  position: relative;
  float: left;
  width: 260px;
  height: 300px;
  margin: 0 20px 20px 0;
  overflow: hidden;
  text-align: justify;
}
#team_list li:nth-child(3n){
  margin: 0 0 20px 0;
}
#team_list li .avatar{
  width: 100%;
  height: 100%;
}
#team_list .lay{
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 240px;
  height: 28px;
  padding: 0 10px;
  background: rgba(234,85,20,0.75);
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  transition:all .3s ease;
}
#team_list .lay h3{
  float: left;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  line-height: 28px;
  margin: 0 8px 25px 0;
}
#team_list .lay h4{
  float: left;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
  margin: 0 0 25px 0;
}
#team_list li:hover .lay{
  height: 300px;
  background: rgba(234,85,20,0.7);
}
#team_list .lay p{
  color: #fff;
  clear: both;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
}
.team1{
  background: url(../images/team1.jpg) no-repeat;
}
.team2{
  background: url(../images/team2.jpg) no-repeat;
}
.team3{
  background: url(../images/team3.jpg) no-repeat;
}
.team4{
  background: url(../images/team4.jpg) no-repeat;
}
.team5{
  background: url(../images/team5.jpg) no-repeat;
}
.team6{
  background: url(../images/team6.jpg) no-repeat;
}
.team7{
  background: url(../images/team7.jpg) no-repeat;
}
.team8{
  background: url(../images/team8.jpg) no-repeat;
}
#team_list_mobile{
  display: none;
}

/*黑白版本

.team1{
  background: url(../images/team1-black.jpg) no-repeat;
}
.team2{
  background: url(../images/team2-black.jpg) no-repeat;
}
.team3{
  background: url(../images/team3-black.jpg) no-repeat;
}
.team4{
  background: url(../images/team4-black.jpg) no-repeat;
}
.team5{
  background: url(../images/team5-black.jpg) no-repeat;
}*/

/** 20160520改版 */
.stars {
    /* padding-top: 70px; */
    padding-bottom: 23px;
}
.stars {
    /* background-color: #f7f7f7; */
}
.container {
    margin: 0 auto;
}
.container {
    width: 1200px;
}

.index_h2 {
    font-size: 34px;
    margin-bottom: 20px;
    color: #757575;
    margin: 50px 0;
}

.index_h2, .index_h3, .index_p {
    text-align: left;
    font-weight: bold;
    line-height: 1;
    width: 976px;
    margin: 50px auto;
}

.index_h3, .index_p {
    font-size: 18px;
}
.stars .items {
    margin: 0 auto;
    width: 976px;
    padding-top: 20px;
}
.item {
    width: 221px;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 25px 21px 22px;
    float: left;
    margin-right: 30px;
    margin-bottom: 20px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 2px 0 0 #dfe8ff;
}

.item{
    box-sizing: border-box;
   background-color: #f7f7f7;
}

.item img{
    width: 170px;
}

.item_info{
   text-align: center;
   line-height: 30px;
   padding: 0 8px;
}

.item_info .desc{
	color: #6d6c6c;
	font-size: 12px;
}


.item .name{
	color: #ea5514;
	font-size: 16px;
	line-height: 1.5;
}

.items .last {
    margin-right: 0;
}
.mt_con span {
	font-size: 20px;
	text-align: center;
    font-weight: bold;
    line-height: 1;
    color: #757575;
}

.btn-green {
    position: absolute;
    z-index: 5;
    bottom: 0;
    right: 0;
    font-family: aaux-next,sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: .1em;
    white-space: nowrap;
    padding: 10px;
    color: red;
}

.mtbd {
	width: 976px;
	margin: 0 auto;
}