#banner {
  height: 348px;
  background: url("../images/production_staff/banner_bg.jpg") repeat-x center;
  text-align: center;
  color: #ffffff;
}
#banner .text1 {
  font-size: 35px;
  font-weight: 600;
  padding-top: 120px;
}
#banner .text2 {
  font-size: 30px;
  padding-top: 20px;
}
#box1 {
  padding: 40px 0;
}
#box1 .container {
  height: 56px;
}
#box1 .container a {
  float: left;
  width: 370px;
  height: 56px;
  position: relative;
}
#box1 .container a + a {
  margin-left: 45px;
}
#box1 .container a .date {
  float: left;
  width: 54px;
  height: 54px;
  border: 1px solid #eaeaea;
}
#box1 .container a .date span {
  display: block;
  text-align: center;
}
#box1 .container a .date span.day {
  font-size: 18px;
  padding-top: 8px;
}
#box1 .container a .date span.month {
  font-size: 14px;
  color: #666666;
}
#box1 .container a .detail {
  float: right;
  width: 287px;
}
#box1 .container a .detail h4 {
  font-size: 14px;
}
#box1 .container a .detail .line {
  width: 20px;
  height: 1px;
  background-color: #666666;
  margin-top: 10px;
  margin-bottom: 10px;
}
#box1 .container a .detail p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #666666;
}
#box1 .container a .more {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #dddddd;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-family: SimSun;
  color: #ffffff;
}
#box1 .container a:hover .date {
  border-color: #12a0f8;
}
#box1 .container a:hover .date .day {
  color: #007bc8;
}
#box1 .container a:hover .date .month {
  color: #92d5ff;
}
#box1 .container a:hover .line {
  background-color: #12a0f8;
}
#box1 .container a:hover .more {
  background-color: #12a0f8;
}
#box2 {
  background-color: #fafafa;
  padding: 100px 0;
}
#box2 .container h3 {
  text-align: center;
  font-size: 26px;
}
#box2 .container p.remark {
  font-size: 14px;
  color: #666666;
  width: 530px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  line-height: 24px;
}
#box2 .container .content {
  margin-top: 45px;
}
#box2 .container .content .item {
  float: left;
  width: 206px;
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  overflow: hidden;
}
#box2 .container .content .item + .item {
  margin-left: 40px;
}
#box2 .container .content .item .pic {
  width: 206px;
  height: 399px;
  overflow: hidden;
}
#box2 .container .content .item .pic img {
  transition: all 0.3s;
}
#box2 .container .content .item .pic:hover img {
  transform: scale(1.1);
}
#box2 .container .content .item p {
  display: block;
  height: 80px;
  line-height: 80px;
  text-indent: 28px;
  font-size: 20px;
  font-weight: bold;
}
#box3 {
  margin-top: 85px;
}
#box3 h3 {
  font-size: 26px;
  text-align: center;
}
#box3 p.remark {
  font-size: 14px;
  text-align: center;
  width: 730px;
  margin-left: auto;
  margin-right: auto;
  color: #666;
  margin-top: 10px;
  line-height: 24px;
}
#box3 .content {
  margin-top: 40px;
}
#box3 .content a {
  float: left;
  width: 25%;
  height: 270px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
#box3 .content a h5 {
  padding-top: 218px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
#box3 .content a .more {
  padding-top: 218px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
}
#box3 .content a .mask {
  display: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(18, 160, 248, 0.5);
}
#box3 .content a .mask p.title {
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  padding-top: 60px;
}
#box3 .content a .mask p.text {
  color: #ffffff;
  line-height: 24px;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
}
#box4 {
  padding: 90px 0;
  background-color: #fafafa;
}
#box4 h3 {
  font-size: 26px;
  text-align: center;
}
#box4 p.remark {
  color: #666666;
  width: 730px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  line-height: 24px;
  text-align: center;
}
#box4 .content {
  margin-left: -42px;
}
#box4 .content .item {
  float: left;
  width: 370px;
  border: 1px solid #eaeaea;
  border-radius: 3px;
  overflow: hidden;
  margin-left: 42px;
  margin-top: 42px;
  background-color: #ffffff;
}
#box4 .content .item .pic {
  width: 370px;
  height: 270px;
  overflow: hidden;
}
#box4 .content .item .pic img {
  transition: all 0.5s;
}
#box4 .content .item .pic:hover img {
  transform: scale(1.1);
}
#box4 .content .item .text {
  height: 78px;
  line-height: 78px;
  padding-left: 30px;
  font-size: 20px;
  font-weight: bold;
}
#box5 {
  padding: 90px 0;
}
#box5 .container h3 {
  font-size: 26px;
  text-align: center;
}
#box5 .container p.remark {
  color: #666666;
  width: 730px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
  line-height: 24px;
  text-align: center;
}
#box5 .container .content {
  padding-top: 48px;
}
#box5 .container .content .item {
  float: left;
  width: 374px;
}
#box5 .container .content .item + .item {
  margin-left: 39px;
}
#box5 .container .content .item .pic {
  width: 372px;
  height: 162px;
  border: 1px solid #9299a0;
  border-radius: 5px;
  overflow: hidden;
  transition: all 0.3s;
}
#box5 .container .content .item .pic:hover {
  border-color: transparent;
  box-shadow: 0 0 10px #cdcdcd;
}
#box5 .container .content .item .text {
  padding-top: 28px;
  text-align: center;
}
#box5 .container .content .item .text h4 {
  font-size: 16px;
}
#box5 .container .content .item .text p {
  color: #666666;
  line-height: 24px;
  margin-top: 10px;
}
#box6 {
  height: 300px;
  background: url("../images/index/box6_bg.jpg") repeat-x center;
  text-align: center;
}
#box6 p {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  line-height: 48px;
}
#box7 {
  padding: 90px 0;
  text-align: center;
}
#box7 h3 {
  font-size: 26px;
  margin-bottom: 40px;
}
#box8 {
  height: 200px;
  background: url("../images/production_staff/box8_bg.jpg") repeat-x center;
  color: #ffffff;
  text-align: center;
}
#box8 h3 {
  font-size: 40px;
  padding-top: 50px;
}
#box8 p {
  font-size: 26px;
  padding-top: 20px;
}
/*# sourceMappingURL=production_staff.css.map */