.banner {
  width: 100%;
  height: 520px;
  background: url("../image/produce/bannerbg.png") no-repeat;
  background-size: cover;
  position: relative;
  z-index: 5;
}
.banner .container {
  height: 100%;
}
.banner .title {
  font-size: 50px;
  font-family: PingFang SC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 35px;
}
.banner .desc {
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
}
footer {
  position: relative;
  z-index: 5;
  margin-top: -60px;
}
.template {
  margin-top: -35px;
}
.template .container {
  height: 940px;
  position: relative;
  z-index: 4;
}
.template .container .left_nav {
  width: 100px;
  height: 100%;
  align-items: flex-start;
}
.template .container .left_nav .tem_navs .item {
  width: 92px;
  height: 30px;
  border-radius: 3px;
  line-height: 30px;
  text-align: center;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
  margin-bottom: 20px;
  cursor: pointer;
}
.template .container .left_nav .tem_navs .item.active {
  background: #055CFF;
  color: #fff;
}
.template .container .left_nav .search {
  width: 92px;
  text-align: center;
}
.template .container .left_nav .search img {
  cursor: pointer;
}
.template .container .right_box {
  flex: 1;
  height: 100%;
  position: relative;
  margin-left: 30px;
}
.template .container .right_box .left_right_button {
  position: absolute;
  bottom: 90px;
  left: 0;
  right: 0;
  margin: auto;
  width: 140px;
  height: 40px;
  justify-content: space-between;
  z-index: 20;
}
.template .container .right_box .left_right_button img {
  cursor: pointer;
}
.template .container .right_box .outer {
  width: 1270px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.template .container .right_box .outer div.active {
  position: absolute;
  top: 0;
  left: 0;
  background: #F5F8FF;
  width: 318px;
  height: 100%;
  z-index: -1;
}
.template .container .right_box .outer div.active::after {
  content: '';
  position: absolute;
  top: -65px;
  left: 0;
  width: 122px;
  height: 172px;
  background: url("../image/template/oneicon.png") no-repeat;
}
.template .container .right_box .outer .case_lists {
  height: 100%;
  display: flex;
  transition: all 0.5s;
}
.template .container .right_box .outer .case_lists .empty {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
}
.template .container .right_box .outer .case_lists div.item {
  flex-shrink: 0;
  width: 318px;
  height: 100%;
  border-left: 1px solid #F0F0F0;
  box-sizing: border-box;
  padding: 0 35px;
  padding-top: 140px;
  justify-content: flex-start;
  position: relative;
  cursor: pointer;
}
.template .container .right_box .outer .case_lists div.item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.template .container .right_box .outer .case_lists div.item .type {
  width: 100%;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #777777;
  justify-content: flex-start;
}
.template .container .right_box .outer .case_lists div.item .type .point {
  display: inline-block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  margin-right: 5px;
}
.template .container .right_box .outer .case_lists div.item .type .point.ione {
  background: #055CFF;
}
.template .container .right_box .outer .case_lists div.item .type .point.itwo {
  background: #FAB40A;
}
.template .container .right_box .outer .case_lists div.item .type .point.ithree {
  background: #69CFB1;
}
.template .container .right_box .outer .case_lists div.item .type .point.ifour {
  background: #7651C0;
}
.template .container .right_box .outer .case_lists div.item .tem_img {
  font-size: 0;
  margin: 20px 0 30px;
}
.template .container .right_box .outer .case_lists div.item .tem_img img {
  width: 100%;
  height: 470px;
  object-fit: cover;
  border-radius: 10px;
  cursor: pointer;
}
.template .container .right_box .outer .case_lists div.item .name {
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-top: 20px;
  cursor: pointer;
}
.template .container .right_box .outer .case_lists div.item .name::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 6px;
  background: #055CFF;
}
.template .container .right_box .moudle {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  display: none;
}
.template .container .right_box .moudle .tips {
  width: 100%;
  height: 100%;
  font-size: 36px;
  color: #055CFF;
}
.template .container .right_box .moudle .tips .iconfont {
  font-size: 36px;
}
.template .container .right_box .moudle.show {
  display: block !important;
}
