
.container {
  width: 1200px;
  margin: 0 auto;
}

.btn-red {
  font-size: 18px;
  border:#16345F 1px solid;
  padding: 15px 75px 15px 25px;
  background: url('img/arrow-right.png') no-repeat right 25px center;
  display: inline-block;
  text-decoration:none;
}
A.btn-red:link,A.btn-red:visited,A.btn-red:active{ color:#16345F;}
A.btn-red:hover{ color:#16345F; font-weight:bold;}

.home-panel {
  font-size: 16px;
}

.home-panel .title_team {
  text-align: center;
  text-transform: uppercase;
}

.home .team .scrollBox {
  width: 1200px;
  position: relative;
  overflow: hidden;
  zoom: 1;
}
.home .team .scrollBox .ohbox {
  overflow: hidden;
  position: relative;
  width: 1200px;
}
.home .team .scrollBox .ohbox .piclist {
  overflow: hidden;
  zoom: 1;
}
.home .team .scrollBox .ohbox .piclist li {
  float: left;
  position: relative;
  width: 220px;
  padding: 0 10px;
}
.home .team .scrollBox .ohbox .piclist li a {
  display: block;
  position: relative;
}
.home .team .scrollBox .ohbox .piclist li a:hover .layer {
  opacity: 0.6;
}
.home .team .scrollBox .ohbox .piclist li a:hover .title_team {
  bottom: -110px;
}
.home .team .scrollBox .ohbox .piclist li img {
  display: block;
  width: 100%;
  height: auto;
}
.home .team .scrollBox .ohbox .piclist li .title_team {
  color: #fff;
  background-color: #16345F;
  /*padding: 10px;*/
  width: 100%;
  height: 65px;
  text-align: left;
  position: absolute;
  bottom: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home .team .scrollBox .ohbox .piclist li .title_team h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  margin: 15px 10px 10px 15px;
}
.home .team .scrollBox .ohbox .piclist li .title_team p {
  font-size: 14px;
  line-height: 150%;
  margin: 0 15px 15px;
}
.home .team .scrollBox .ohbox .piclist li .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background-color: #16345F;
  opacity: 0;
  z-index: 2;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.home .team .scrollBox .ohbox .piclist li .layer:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 62px;
  height: 62px;
  background-image: url('img/layer-icon.png');
  margin-left: -31px;
  margin-top: -31px;
}
.home .team .scrollBox .pageBtn .list {
  text-align: center;
  margin-top: 50px;
}
.home .team .scrollBox .pageBtn .list li {
  display: inline-block;
  background-color: #c1c1c1;
  width: 40px;
  height: 2px;
  cursor: pointer;
  margin: 0 10px;
  text-indent: -9999px;
}
.home .team .scrollBox .pageBtn .list li.on {
  background-color: #16345F;
}
