.person-b {
  background: url(../images/case/case_banner.jpg) no-repeat center center;
  background-size: cover;
}
.public0-news-tit {
  margin-bottom: 80px;
}
.public0-news-tit h2 {
  background: url(../images/case/case_title_bg.png) no-repeat center center;
  background-size: 33% auto;
}
.case-tab {
  position: relative;
}
.case-tab::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  top: 67px;
  left: 0;
  z-index: -1;
}
.case-tab .c-t-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.case-tab .c-t-list .c-t-l-item {
  overflow: hidden;
}
.case-tab .c-t-list .c-t-l-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.case-tab .c-t-list .c-t-l-item a .c-t-l-t-img {
  width: 42px;
  height: 50px;
  overflow: hidden;
  position: relative;
}
.case-tab .c-t-list .c-t-l-item a .c-t-l-t-img img {
  width: 228%;
  position: absolute;
  left: -53px;
  top: 0px;
  -webkit-transition: .5s;
  transition: .5s;
}
.case-tab .c-t-list .c-t-l-item a h3 {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 900;
  margin-left: 20px;
}
.case-tab .c-t-list .c-t-l-item a .c-t-l-line {
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 4px;
  background-color: #0048bf;
  -webkit-transition: .5s;
  transition: .5s;
}
.case-tab .c-t-list .c-t-l-item a:hover {
  position: relative;
  padding-bottom: 20px;
  overflow: hidden;
}
.case-tab .c-t-list .c-t-l-item a:hover .c-t-l-t-img img {
  left: 0px;
}
.case-tab .c-t-list .c-t-l-item a:hover h3 {
  color: #0048bf;
}
.case-tab .c-t-list .c-t-l-item a:hover .c-t-l-line {
  position: absolute;
  bottom: 0;
  width: 206px;
  height: 4px;
  background-color: #0048bf;
  -webkit-transition: .5s;
  transition: .5s;
  max-width: 206px;
}
.case-tab .c-t-list .c-t-l-itemactive {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.case-tab .c-t-list .c-t-l-itemactive a {
  position: relative;
  padding-bottom: 20px;
}
.case-tab .c-t-list .c-t-l-itemactive a .c-t-l-t-img img {
  left: 0px;
}
.case-tab .c-t-list .c-t-l-itemactive a h3 {
  color: #0048bf;
}
.case-tab .c-t-list .c-t-l-itemactive a .c-t-l-line {
  position: absolute;
  bottom: 0;
  width: 206px;
  height: 4px;
  background-color: #0048bf;
  -webkit-transition: .5s;
  transition: .5s;
  max-width: 206px;
}
.c-t-l-detail {
  background: url(../images/case/case_icon7.png) no-repeat right center;
  padding-top: 120px;
  background-size: 50% 90%;
  padding-bottom: 120px;
}
.c-t-l-detail .c-t-l-l {
  width: 54%;
}
.c-t-l-detail .c-t-l-l .d-t {
  margin-bottom: 40px;
}
.c-t-l-detail .c-t-l-l .d-t h2 {
  color: #0048c0;
  font-weight: 900;
  margin-bottom: 20px;
}
.c-t-l-detail .c-t-l-l .d-t .d-t-d {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-t-l-detail .c-t-l-l .d-t .d-t-d div {
  width: 64px;
  height: 2px;
  background-color: #0048c0;
  margin-right: 20px;
}
.c-t-l-detail .c-t-l-l .d-t .d-t-d span {
  color: #0048bf;
  font-size: 14px;
}
.c-t-l-detail .c-t-l-l .d-m {
  margin-bottom: 80px;
}
.c-t-l-detail .c-t-l-l .d-m p {
  color: #1e1e1e;
  line-height: 26px;
  font-size: 16px;
}
.c-t-l-detail .c-t-l-l .d-b a {
  background-color: #fc9200;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  line-height: 32px;
  border-radius: 18px;
  padding: 8px 36px;
  margin-right: 20px;
}
#c-t-l-detail02 {
  background: url(../images/case/case_icon8.png) no-repeat right center;
  background-size: 50% 90%;
}
#c-t-l-detail03 {
  background: url(../images/case/case_icon9.png) no-repeat right center;
  background-size: 50% 90%;
}
.case-success {
  background-color: #f6f8fb;
}
/*# sourceMappingURL=Case.css.map */