﻿.yqys_example2 {
  background: #fff;
}
.yqys_example2 .banner-box {
  background: #2D7EFE url('/usr/voosite/templet/images/banner_example.jpg') no-repeat bottom center;
  background-size: cover;
  position: relative;
}
.yqys_example2 .banner-box .public-container {
  height: 470px;
  position: relative;
}
.yqys_example2 .banner-box .text {
  text-align: center;
  padding-top: 210px;
  height: 120px;
  font-size: 38px;
  color: #ffffff;
  line-height: 60px;
}
.yqys_example2 .banner-box .des {
  left: 0px;
  top: 342px;
  width: 600px;
  height: 162px;
  font-size: 18px;
  color: #ffffff;
  line-height: 38px;
}
.yqys_example2 .changebar {
  height: 84px;
  background: #ffffff;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.09);
  text-align: center;
}
.yqys_example2 .changebar a {
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #323232;
  line-height: 84px;
  padding: 0 70px;
  position: relative;
}
.yqys_example2 .changebar a.active {
  color: #3784FE;
}
.yqys_example2 .changebar a.active:after {
  content: '';
  width: 38px;
  height: 4px;
  background: #3784FE;
  position: absolute;
  left: 50%;
  margin-left: -19px;
  bottom: 0px;
}
.yqys_example2 .changebar a:hover {
  color: #3784FE;
}
.yqys_example2 .changebar a + a:before {
  content: '';
  width: 2px;
  height: 20px;
  background: #787878;
  position: absolute;
  left: 0px;
  top: 32px;
}
.yqys_example2 .category-box {
  text-align: center;
  padding: 50px 0px;
}
.yqys_example2 .category-box a {
  width: 80px;
  height: 28px;
  font-size: 20px;
  font-weight: 400;
  color: #323232;
  line-height: 28px;
  margin: 0 20px;
}
.yqys_example2 .example-box {
  margin-top: 50px;
}
.yqys_example2 .example-box .item-box .item {
  display: block;
  width: 368px;
  height: 370px;
  float: left;
  margin-right: 42px;
  margin-bottom: 34px;
  background: #ffffff;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.09);
  border-radius: 7px;
}
.yqys_example2 .example-box .item-box .item:nth-of-type(3n) {
  margin-right: 0px;
}
.yqys_example2 .example-box .item-box .item:hover .img-box .other-box {
  transform: translate(0px, 0px);
}
.yqys_example2 .example-box .item-box .item .img-box {
  height: 247px;
  vertical-align: middle;
  text-align: center;
  background: url('/images/public/voosite/yqys_example_item_bg.png') top center no-repeat;
  background-size: contain;
  padding-top: 16px;
  border-bottom: 1px solid #f5f5f5;
  position: relative;
  overflow: hidden;
}
.yqys_example2 .example-box .item-box .item .img-box img {
  max-width: 368px;
  max-height: 231 px;
}
.yqys_example2 .example-box .item-box .item .img-box .other-box {
  width: 368px;
  height: 247px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04) 0%, rgba(0, 0, 0, 0.82) 100%);
  border-radius: 6px 6px 0px 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 83px 0 0 83px;
  transition: 300ms;
  transform: translate(0px, 247px);
}
.yqys_example2 .example-box .item-box .item .img-box .other-box div {
  text-align: left;
  height: 20px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 20px;
  margin-bottom: 5px;
}
.yqys_example2 .example-box .item-box .item .info-box {
  padding: 20px 14px;
}
.yqys_example2 .example-box .item-box .item .info-box .name {
  font-size: 20px;
  font-weight: 600;
  color: #323232;
  line-height: 28px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.yqys_example2 .example-box .item-box .item .info-box .brief {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #323232;
  line-height: 20px;
}
