section {
  background-color: #fcfcfc;
}
.container {
  /*background-color: #fff;*/
}
.streamer {
  height: 420px;
  width: 100%;
  background-image: url('/themes/default/assets/images/activity/hengfu.png');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .streamer {
    height: 160px;
  }
}
.dashed_bottom {
  border-bottom: 1px dashed #3eb557;
  padding: 50px 0;
}
.description {
  font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}
.description h6 {
  font-size: 16px;
  text-shadow: 1px 0 0;
}
.description p {
  font-size: 16px;
}
.case-list {
  padding: 50px 15px;
}
.tabBtn{
  position: absolute;
  left: -70px;
  top: 0;
}
.tabBtn>a{
  width: 65px;
  height: 131px;
  background-color: #ececec;
  border-radius: 10px 0 0 10px;
  display:block;
  font-size: 16px;
  text-align: center;
  line-height: 65px;
  letter-spacing: 1.3px;
  color: #9c9c9c;  
  writing-mode: vertical-rl;
  margin-bottom: 1px;
}
.tabBtn>a.active{
  background-color: #44af5c;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .case-list {
    padding: 25px 0;
  }
}
.case-list .case-img {
  text-align: center;
}
.case-list .case-img img {
  width: 70%;
}
.case-list .case-text {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .case-list .case-text {
    text-align: center;
  }
}
.case-list .case-text h4 {
  font-size: 20px;
  color: #000;
  text-shadow: 1px 0 0 #000;
}
@media screen and (max-width: 768px) {
  .case-list .case-text h4 {
    font-size: 18px;
  }
}
.case-list .case-text ul {
  margin-top: 50px;
  width: fit-content;
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .case-list .case-text ul {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.case-list .case-text ul li {
  text-align: left;
  font-size: 18px;
  margin-bottom: 20px;
  color: #555454;
}
@media screen and (max-width: 768px) {
  .case-list .case-text ul li {
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.case-list .case-text button {
  border: 1px solid #fff;
  color: #fff;
  width: 80%;
  min-width: 200px;
  background-color: #40b359;
  padding: 14px 50px;
  border-radius: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .case-list .case-text button {
    margin-top: 10px;
    font-size: 18px;
  }
}
.menu {
  padding-top: 20px;
}
.menu .menu_list .list_model {
  margin-top: 30px;
}
.menu .menu_list .list_model h4 {
  font-size: 17px;
  text-shadow: 1px 0 0;
}
.menu .menu_list .list_model p {
  font-size: 17px;
  line-height: 26px;
}
.title-bg{
  background-color:#FCFCFC;
  padding:10px 20px;
  display: inline-block;
  position: relative;
  z-index: 99;
  font-size: 30px !important;
  color: #666666;
  margin-bottom:20px;
}
.title-line{
  position: absolute;
  top:38px;
  width: 100%;
  height: 1px;
  background-color: #c4c3c3;
  z-index: 98;
}
.text-indent-2{
  text-indent: 2em;
}
