.inner-section .case-body .content {
  width: 12rem;
  max-width: 1200px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 20px;
  font-family: PingFangSC, PingFangSC-Light;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.7);
}

.inner-section .case-body .content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.inner-section .case-body .content .title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  color: #000000;
  line-height: 42px;
  position: relative;
  margin-bottom: calc(12px + 42px);
}

.inner-section .case-body .content .title::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 4px;
  background: #bd0008;
  border-radius: 2px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.inner-section .case-body .content .left {
  float: left;
}

.inner-section .case-body .content .right {
  float: right;
}

.inner-section .case-body .content .category_public::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.inner-section .case-body .content .category_public ul {
  float: left;
}

.inner-section .case-body .content .category_public ul li {
  display: block;
  position: relative;
  margin-bottom: 16px;
  margin-left: 12px;
}

.inner-section .case-body .content .category_public ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -12px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #bd0008;
}

.inner-section .case-body .content .category_public ul:last-child li:last-child {
  font-size: 20px;
}

.inner-section .case-body .case-container {
  display: none;
  opacity: 0;
}

.inner-section .case-body .case-container.active {
  display: block;
  opacity: 1;
  animation: changeOpacity 0.3s;
}

.inner-section .case-body .case-container .programme {
  padding-bottom: 1rem;
  padding-top: 1rem;
  background-color: #fff;
}

.inner-section .case-body .case-container .programme .left {
  width: 50%;
  padding-top: 60px;
}

.inner-section .case-body .case-container .programme .left .title {
  text-align: left;
}

.inner-section .case-body .case-container .programme .left .title::after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .programme .left .text {
  line-height: 28px;
  margin-bottom: 26px;
}

.inner-section .case-body .case-container .programme .left .ico {
  margin-bottom: 68px;
}

.inner-section .case-body .case-container .programme .left .ico ul li {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 22px;
}

.inner-section .case-body .case-container .programme .left .ico ul li:first-child {
  margin-left: 0;
  background-image: url(../images/lifeCycle_1.png);
}

.inner-section .case-body .case-container .programme .left .ico ul li:nth-child(2) {
  background-image: url(../images/lifeCycle_2.png);
}

.inner-section .case-body .case-container .programme .left .ico ul li:nth-child(3) {
  background-image: url(../images/lifeCycle_3.png);
}

.inner-section .case-body .case-container .programme .left .process ul {
  position: relative;
}

.inner-section .case-body .case-container .programme .left .process ul li {
  position: relative;
  display: inline-block;
  width: 52px;
  text-align: center;
  margin-left: 5px;
}

.inner-section .case-body .case-container .programme .left .process ul li::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  border-radius: 2px;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.inner-section .case-body .case-container .programme .left .process ul li::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  background: #d8d8d8;
  border-radius: 50%;
  bottom: -17px;
  right: -10px;
}

.inner-section .case-body .case-container .programme .left .process ul li:last-child {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #d8d8d8;
  border-radius: 50%;
  bottom: -17px;
  left: -10px;
}

.inner-section .case-body .case-container .programme .left .process ul li:last-child:after, .inner-section .case-body .case-container .programme .left .process ul li:last-child:before {
  display: none;
}

.inner-section .case-body .case-container .programme .left .process ul li:nth-child(3) {
  width: 102px;
}

.inner-section .case-body .case-container .programme .right {
  width: 40%;
  width: 5.1rem;
  height: 5.1rem;
  max-width: 510px;
  max-height: 510px;
}

.inner-section .case-body .case-container .programme .right .right_bg {
  width: 100%;
}

.inner-section .case-body .case-container .advantage {
  box-sizing: border-box;
  height: 6rem;
  max-height: 600px;
  padding-top: 66px;
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  background-image: url(../images/advantage_bg.jpg);
}

.inner-section .case-body .case-container .advantage .title {
  margin-bottom: calc(62px + 16px);
}

.inner-section .case-body .case-container .advantage .category {
  width: 100%;
}

.inner-section .case-body .case-container .advantage .category ul::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.inner-section .case-body .case-container .advantage .category ul li {
  float: left;
  width: 21%;
  margin-left: 5.33%;
  text-align: center;
}

.inner-section .case-body .case-container .advantage .category ul li .ico {
  position: relative;
  display: inline-block;
  width: 0.9rem;
  height: 0.9rem;
  max-width: 90px;
  max-height: 90px;
  border: 1px solid #d4d4d4;
  border-radius: 50%;
  margin: 0 auto;
}

.inner-section .case-body .case-container .advantage .category ul li .ico img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 26px;
  height: 26px;
  vertical-align: middle;
  margin: 0 auto;
}

.inner-section .case-body .case-container .advantage .category ul li p {
  margin-top: 20px;
  margin-bottom: 2px;
  font-size: 12px;
  line-height: 17px;
  color: rgba(0, 0, 0, 0.1);
}

.inner-section .case-body .case-container .advantage .category ul li div {
  line-height: 26px;
}

.inner-section .case-body .case-container .advantage .category ul li:first-child {
  margin-left: 0;
}

.inner-section .case-body .case-container .administration {
  padding: 140px 0;
  background-color: #fff;
}

.inner-section .case-body .case-container .administration .left {
  width: 47%;
}

.inner-section .case-body .case-container .administration .left .left-bg {
  width: 100%;
  height: 4.17rem;
  max-width: 612px;
  max-height: 417px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/administration_bg.jpg);
}

.inner-section .case-body .case-container .administration .right {
  width: 47%;
  padding-top: 20px;
}

.inner-section .case-body .case-container .administration .right .title {
  text-align: left;
}

.inner-section .case-body .case-container .administration .right .title::after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .administration .right .category ul {
  width: 30%;
}

.inner-section .case-body .case-container .administration .right .category ul:not(:first-child) {
  margin-left: 5%;
}

.inner-section .case-body .case-container .characteristic {
  box-sizing: border-box;
  padding-top: 60px;
  background-color: #fbfbfb;
}

.inner-section .case-body .case-container .characteristic .title {
  margin-bottom: calc(70px + 16px);
}

.inner-section .case-body .case-container .characteristic .category ul::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.inner-section .case-body .case-container .characteristic .category ul li {
  float: left;
  width: 19.75%;
  margin-bottom: 80px;
}

.inner-section .case-body .case-container .characteristic .category ul li:not(:nth-child(4n + 1)) {
  margin-left: 7%;
}

.inner-section .case-body .case-container .characteristic .category ul li .ico {
  width: 28px;
  height: 28px;
  margin-bottom: 14px;
}

.inner-section .case-body .case-container .characteristic .category ul li .ico img {
  width: 100%;
}

.inner-section .case-body .case-container .characteristic .category ul li p {
  margin-bottom: 2px;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.1);
  line-height: 17px;
}

.inner-section .case-body .case-container .characteristic .category ul li .text {
  min-height: 78px;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
  color: rgba(0, 0, 0, 0.7);
  line-height: 26px;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.inner-section .case-body .case-container .welcome {
  box-sizing: border-box;
  padding: 150px 0;
}

.inner-section .case-body .case-container .welcome .left {
  width: 327px;
}

.inner-section .case-body .case-container .welcome .left .title {
  margin-top: 40px;
  text-align: left;
}

.inner-section .case-body .case-container .welcome .left .title:after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .welcome .left .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .welcome .left .category ul li {
  display: inline-block;
  width: calc(50% - 24px);
}

.inner-section .case-body .case-container .welcome .right {
  width: calc(100% - 327px - 60px);
}

.inner-section .case-body .case-container .welcome .right .right_bg {
  width: 100%;
  height: 4.77rem;
  max-width: 861px;
  max-height: 477px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/welcome_bg.png);
}

.inner-section .case-body .case-container .employment {
  box-sizing: border-box;
  padding: 120px 0;
  background-color: #fbfbfb;
}

.inner-section .case-body .case-container .employment .left {
  width: calc(100% - 327px - 60px);
}

.inner-section .case-body .case-container .employment .left .left_bg {
  width: 100%;
  height: 5.02rem;
  max-width: 808px;
  max-height: 502px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/employment_bg.png);
}

.inner-section .case-body .case-container .employment .right {
  width: 327px;
}

.inner-section .case-body .case-container .employment .right .title {
  margin-top: 40px;
  text-align: left;
}

.inner-section .case-body .case-container .employment .right .title:after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .employment .right .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .employment .right .category ul li {
  display: inline-block;
  width: calc(50% - 24px);
}

.inner-section .case-body .case-container .committee {
  box-sizing: border-box;
  padding: 150px 0;
}

.inner-section .case-body .case-container .committee .left {
  width: 327px;
}

.inner-section .case-body .case-container .committee .left .title {
  margin-top: 40px;
  text-align: left;
}

.inner-section .case-body .case-container .committee .left .title:after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .committee .left .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .committee .left .category ul li {
  display: inline-block;
  width: calc(50% - 24px);
}

.inner-section .case-body .case-container .committee .right {
  width: calc(100% - 327px - 60px);
}

.inner-section .case-body .case-container .committee .right .right_bg {
  width: 100%;
  height: 4.67rem;
  max-width: 884px;
  max-height: 467px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/committee_bg.png);
}

.inner-section .case-body .case-container .contact_us {
  width: 100%;
  padding: 65px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../images/contact_us_bg.jpg);
}

.inner-section .case-body .case-container .contact_us .contact_us_content {
  width: 95%;
  max-width: 1008px;
  margin: 0 auto;
}

.inner-section .case-body .case-container .contact_us .contact_us_content::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.inner-section .case-body .case-container .contact_us .left {
  float: left;
  color: #fff;
}

.inner-section .case-body .case-container .contact_us .left .title {
  font-size: 30px;
  font-weight: 500;
  text-align: left;
  line-height: 42px;
  letter-spacing: 1px;
}

.inner-section .case-body .case-container .contact_us .left .title br {
  display: none;
}

.inner-section .case-body .case-container .contact_us .left .text {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 18px;
  letter-spacing: -1px;
}

.inner-section .case-body .case-container .contact_us .right {
  float: right;
}

.inner-section .case-body .case-container .contact_us .right .bottom_button {
  position: relative;
  box-sizing: border-box;
  width: 182px;
  height: 40px;
  line-height: 40px;
  margin-top: 10px;
  padding: 0 18px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 20px 20px 60px 0px rgba(0, 0, 0, 0.4);
  color: #bd0008;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 7px;
  text-align: left;
}

.inner-section .case-body .case-container .contact_us .right .bottom_button:hover {
  box-shadow: none;
}

.inner-section .case-body .case-container .contact_us .right .bottom_button span {
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.inner-section .case-body .case-container .c_painPoint {
  padding-top: 1rem;
}

.inner-section .case-body .case-container .c_painPoint .content {
  padding-top: 20px;
  padding-bottom: 120px;
}

.inner-section .case-body .case-container .c_painPoint .content .title {
  margin-bottom: calc(12px + 52px);
}

.inner-section .case-body .case-container .c_painPoint .content .category {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.inner-section .case-body .case-container .c_painPoint .content .category:after {
  display: none;
}

.inner-section .case-body .case-container .c_painPoint .content .category ul li:nth-child(1), .inner-section .case-body .case-container .c_painPoint .content .category ul li:nth-child(2) {
  margin-left: 0;
}

.inner-section .case-body .case-container .c_painPoint .content .category ul li:nth-child(1)::before, .inner-section .case-body .case-container .c_painPoint .content .category ul li:nth-child(2)::before {
  display: none;
}

.inner-section .case-body .case-container .c_painPoint .content .category ul li.ico {
  width: 33px;
  height: 33px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.inner-section .case-body .case-container .c_painPoint .content .category ul li.li_title {
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  color: #000000;
  line-height: 28px;
}

.inner-section .case-body .case-container .c_painPoint .content .category ul:nth-child(1) .ico {
  background-image: url(../images/c_painPoint_1.png);
}

.inner-section .case-body .case-container .c_painPoint .content .category ul:nth-child(2) .ico {
  background-image: url(../images/c_painPoint_2.png);
}

.inner-section .case-body .case-container .c_painPoint .content .category ul:nth-child(3) .ico {
  background-image: url(../images/c_painPoint_3.png);
}

.inner-section .case-body .case-container .c_painPoint .content .category ul:nth-child(4) .ico {
  background-image: url(../images/c_painPoint_4.png);
}

.inner-section .case-body .case-container .c_frame {
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 63px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/c_frame_bg.jpg);
}

.inner-section .case-body .case-container .c_frame .content .title {
  color: #fff;
}

.inner-section .case-body .case-container .c_frame .content .c_frame_content {
  width: 100%;
  height: 535px;
  max-height: 5.35rem;
  overflow: hidden;
  border-radius: 5px;
}

.inner-section .case-body .case-container .c_frame .content .c_frame_content img {
  width: 100%;
}

.inner-section .case-body .case-container .c_frame .content .c_frame_content > a {
  display: none;
}

.inner-section .case-body .case-container .c_solve {
  box-sizing: border-box;
  padding: 140px 0;
}

.inner-section .case-body .case-container .c_solve .left {
  width: calc(100% - 327px - 60px);
}

.inner-section .case-body .case-container .c_solve .left .left_bg {
  width: 100%;
  height: 5.32rem;
  max-height: 532px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/c_solve_bg.png);
}

.inner-section .case-body .case-container .c_solve .right {
  width: 327px;
}

.inner-section .case-body .case-container .c_solve .right .title {
  margin-top: 40px;
  text-align: left;
}

.inner-section .case-body .case-container .c_solve .right .title:after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .c_solve .right .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .c_solve .right .category ul li {
  display: inline-block;
  width: calc(50% - 24px);
}

.inner-section .case-body .case-container .c_apartment {
  height: 640px;
  box-sizing: border-box;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fbfbfb;
}

.inner-section .case-body .case-container .c_apartment .content .left {
  width: 340px;
  margin-left: 42px;
}

.inner-section .case-body .case-container .c_apartment .content .left .main_title.title_active .title_title {
  font-weight: 600;
  color: #1a1a1a;
  transition: all 0.3s;
}

.inner-section .case-body .case-container .c_apartment .content .left .main_title.title_active .title_sign {
  opacity: 1;
  transition: opacity 0.3s;
}

.inner-section .case-body .case-container .c_apartment .content .left .main_title.title_active .main_title_text {
  opacity: 1;
  transition: all 0.3s;
}

.inner-section .case-body .case-container .c_apartment .content .left .main_title.title_active .category.category_public.main_title_text {
  height: auto;
  overflow: auto;
}

.inner-section .case-body .case-container .c_apartment .content .left .text_active {
  color: #bd0008;
  transition: color 0.3s;
}

.inner-section .case-body .case-container .c_apartment .content .left .text_active::before {
  background-color: #bd0008 !important;
  transition: background-color 0.3s;
}

.inner-section .case-body .case-container .c_apartment .content .left .title_sign {
  opacity: 0;
  position: absolute;
  top: 0;
  left: -42px;
  width: 30px;
  height: 30px;
  background: #bd0008;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 30px;
}

.inner-section .case-body .case-container .c_apartment .content .left .title_title {
  font-size: 24px;
  line-height: 33px;
  font-weight: 600;
  text-align: left;
  color: rgba(0, 0, 0, 0.4);
}

.inner-section .case-body .case-container .c_apartment .content .left .main_title .main_title_text {
  opacity: 0;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  line-height: 24px;
}

.inner-section .case-body .case-container .c_apartment .content .left .main_title:nth-child(2) {
  position: relative;
  margin-top: 50px;
}

.inner-section .case-body .case-container .c_apartment .content .left .main_title:nth-child(2) .category {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: rgba(0, 0, 0, 0.5);
  line-height: 20px;
  height: 40px;
  overflow: hidden;
}

.inner-section .case-body .case-container .c_apartment .content .left .main_title:nth-child(2) .category ul li::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.inner-section .case-body .case-container .c_apartment .content .left .main_title:nth-child(3) {
  margin-top: 50px;
}

.inner-section .case-body .case-container .c_apartment .content .right {
  position: relative;
  top: -30px;
  width: calc(100% - 450px);
  max-height: 440px;
}

.inner-section .case-body .case-container .c_apartment .content .right .right_bg {
  position: relative;
  z-index: 1;
  max-width: 710px;
}

.inner-section .case-body .case-container .c_apartment .content .right .right_bg img {
  width: 100%;
  max-width: 710px;
}

.inner-section .case-body .case-container .c_apartment .content .right .right_bg .blue-block {
  width: 96px;
  height: 96px;
  background: #0458b4;
  position: absolute;
  right: -30px;
  bottom: -30px;
  z-index: -1;
  transition: all 0.1s;
}

.inner-section .case-body .case-container .e_design {
  padding: 1.13rem 0;
  background-color: #fff;
}

.inner-section .case-body .case-container .e_design .content .left {
  width: 3.96rem;
  max-width: 396px;
}

.inner-section .case-body .case-container .e_design .content .left .title {
  text-align: left;
}

.inner-section .case-body .case-container .e_design .content .left .title::after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .e_design .content .left .text {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  color: #000000;
  line-height: 30px;
  letter-spacing: 1px;
}

.inner-section .case-body .case-container .e_design .content .right {
  max-width: 628px;
  width: 6.28rem;
  max-height: 230px;
  height: 2.3rem;
}

.inner-section .case-body .case-container .e_design .content .right .right_bg {
  width: 100%;
  height: 100%;
  background-image: url(../images/e_design_bg.png);
  background-position: top;
  background-size: contain;
  background-repeat: no-repeat;
}

.inner-section .case-body .case-container .e_service {
  box-sizing: border-box;
  width: 100%;
  height: 6.49rem;
  max-height: 649px;
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url(../images/serviceBg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.inner-section .case-body .case-container .e_service .content .title {
  margin-bottom: calc(54px + 16px);
  color: #fff;
  text-align: left;
}

.inner-section .case-body .case-container .e_service .content .title::after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .e_service .content .service_list ul:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.inner-section .case-body .case-container .e_service .content .service_list ul li {
  float: left;
  max-width: 220px;
  width: 45%;
  max-height: 150px;
  height: 1.5rem;
  border-radius: 6px;
  background-color: #fff;
  margin-bottom: 60px;
}

.inner-section .case-body .case-container .e_service .content .service_list ul li:nth-child(2n + 0) {
  margin-left: 10%;
}

.inner-section .case-body .case-container .e_service .content .service_list ul li .ico {
  max-width: 50px;
  width: 0.5rem;
  max-height: 50px;
  height: 0.5rem;
  margin: 33px auto 12px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.inner-section .case-body .case-container .e_service .content .service_list ul li p {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #000000;
  line-height: 22px;
}

.inner-section .case-body .case-container .e_service .content .left {
  width: calc(50% - 1rem);
}

.inner-section .case-body .case-container .e_service .content .left ul li:nth-child(1) .ico {
  background-image: url(../images/service11.png);
}

.inner-section .case-body .case-container .e_service .content .left ul li:nth-child(2) .ico {
  background-image: url(../images/service12.png);
}

.inner-section .case-body .case-container .e_service .content .left ul li:nth-child(3) .ico {
  background-image: url(../images/service13.png);
}

.inner-section .case-body .case-container .e_service .content .left ul li:nth-child(4) .ico {
  background-image: url(../images/service14.png);
}

.inner-section .case-body .case-container .e_service .content .right {
  width: calc(50% - 1rem);
}

.inner-section .case-body .case-container .e_service .content .right ul li:nth-child(1) .ico {
  background-image: url(../images/service21.png);
}

.inner-section .case-body .case-container .e_service .content .right ul li:nth-child(2) .ico {
  background-image: url(../images/service22.png);
}

.inner-section .case-body .case-container .e_service .content .right ul li:nth-child(3) .ico {
  background-image: url(../images/service23.png);
}

.inner-section .case-body .case-container .e_service .content .right ul li:nth-child(4) .ico {
  background-image: url(../images/service24.png);
}

.inner-section .case-body .case-container .e_picture {
  height: 7rem;
  max-height: 700px;
  width: 100%;
  background-image: url(../images/pictureBg.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.inner-section .case-body .case-container .e_case {
  padding: 100px 0;
  background-color: #fff;
}

.inner-section .case-body .case-container .e_case .content .case_list ul::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}

.inner-section .case-body .case-container .e_case .content .case_list ul li {
  float: left;
  max-width: 280px;
  width: calc((100% - 6.75%) / 4);
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.inner-section .case-body .case-container .e_case .content .case_list ul li:not(:nth-child(5n + 1)) {
  margin-left: 2.25%;
}

.inner-section .case-body .case-container .e_case .content .case_list ul li:hover .img {
  background-size: 120%;
}

.inner-section .case-body .case-container .e_case .content .case_list ul li:hover .text p,
.inner-section .case-body .case-container .e_case .content .case_list ul li:hover .text .sub_title {
  color: #bd0008;
}

.inner-section .case-body .case-container .e_case .content .case_list ul li:hover .text .to {
  bottom: 24px;
}

.inner-section .case-body .case-container .e_case .content .case_list ul li .img {
  width: 100%;
  height: 2rem;
  max-height: 200px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  background-position: top;
  background-size: 100%;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.inner-section .case-body .case-container .e_case .content .case_list ul li .text {
  position: relative;
  padding: 14px 12px 19px 12px;
  background-color: #fff;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.inner-section .case-body .case-container .e_case .content .case_list ul li .text p {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #000000;
  line-height: 22px;
  transition: all 0.3s;
}

.inner-section .case-body .case-container .e_case .content .case_list ul li .text .sub_title {
  font-size: 12px;
  font-weight: 300;
  text-align: left;
  color: #969696;
  line-height: 17px;
  transition: all 0.3s;
}

.inner-section .case-body .case-container .e_case .content .case_list ul li .text .to {
  position: absolute;
  right: 12px;
  bottom: 19px;
  width: 38px;
  height: 6px;
  background-image: url(../images/to.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s;
}

.inner-section .case-body .case-container .e_case .content .case_list ul li:nth-child(1) .img {
  background-image: url(../images/e_case_1.jpg);
}

.inner-section .case-body .case-container .e_case .content .case_list ul li:nth-child(2) .img {
  background-image: url(../images/e_case_2.jpg);
}

.inner-section .case-body .case-container .e_case .content .case_list ul li:nth-child(3) .img {
  background-image: url(../images/e_case_3.jpg);
}

.inner-section .case-body .case-container .e_case .content .case_list ul li:nth-child(4) .img {
  background-image: url(../images/e_case_4.jpg);
}

.inner-section .case-body .case-container .new_media {
  position: relative;
  width: 100%;
  background-color: #000;
  padding: 50px 0;
}

.inner-section .case-body .case-container .new_media::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(170deg, rgba(255, 255, 255, 0.23), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
}

.inner-section .case-body .case-container .new_media .content::after {
  content: "";
  display: table;
  clear: both;
}

.inner-section .case-body .case-container .new_media .text {
  float: left;
  width: 32.8%;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}

.inner-section .case-body .case-container .new_media .text .title {
  text-align: left;
  color: #fff;
}

.inner-section .case-body .case-container .new_media .text .title::after {
  left: 0;
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.inner-section .case-body .case-container .new_media .text .introduce {
  font-size: 14px;
  font-weight: 300;
  text-align: justify;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.8);
}

.inner-section .case-body .case-container .new_media .new_media_bg {
  position: relative;
  right: -6.9%;
  float: right;
  width: 67.2%;
}

.inner-section .case-body .case-container .new_media .new_media_bg img {
  width: 100%;
}

.inner-section .case-body .case-container .m_public_left .content .left {
  width: 2.54rem;
  margin-left: 0.4rem;
  margin-top: 0.5rem;
}

.inner-section .case-body .case-container .m_public_left .content .left .title {
  text-align: left;
}

.inner-section .case-body .case-container .m_public_left .content .left .title::after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .m_public_left .content .left .category {
  width: 100%;
}

.inner-section .case-body .case-container .m_public_left .content .left .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .m_public_left .content .left .category ul::after {
  content: "";
  display: table;
  clear: both;
}

.inner-section .case-body .case-container .m_public_left .content .left .category ul li {
  float: left;
  width: calc(50% - 12px);
}

.inner-section .case-body .case-container .m_public_left .content .right {
  width: calc(100% - 2.54rem - 1rem);
}

.inner-section .case-body .case-container .m_public_left .content .right .right_bg {
  width: 100%;
  height: 4.2rem;
  max-height: 420px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.inner-section .case-body .case-container .m_public_right {
  padding-bottom: 100px;
}

.inner-section .case-body .case-container .m_public_right .content .left {
  width: calc(100% - 2.54rem - 1rem);
}

.inner-section .case-body .case-container .m_public_right .content .left .left_bg {
  width: 100%;
  height: 4.2rem;
  max-height: 420px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.inner-section .case-body .case-container .m_public_right .content .right {
  width: 2.54rem;
  margin-left: 0.4rem;
  margin-top: 0.5rem;
}

.inner-section .case-body .case-container .m_public_right .content .right .title {
  text-align: left;
}

.inner-section .case-body .case-container .m_public_right .content .right .title::after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .m_public_right .content .right .category {
  width: 100%;
}

.inner-section .case-body .case-container .m_public_right .content .right .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .m_public_right .content .right .category ul::after {
  content: "";
  display: table;
  clear: both;
}

.inner-section .case-body .case-container .m_public_right .content .right .category ul li {
  float: left;
  width: calc(50% - 12px);
}

.inner-section .case-body .case-container .m_movies .content {
  overflow: hidden;
}

.inner-section .case-body .case-container .m_movies .content .mask-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 440px;
  background-color: rgba(0, 0, 0, 0.4);
  transform: translate(0, 440px);
  -ms-transform: translate(0, 440px);
  -moz-transform: translate(0, 440px);
  -webkit-transform: translate(0, 440px);
  -o-transform: translate(0, 440px);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}

.inner-section .case-body .case-container .m_movies .content .category {
  transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  -moz-transform: translate(0, 80px);
  -webkit-transform: translate(0, 80px);
  -o-transform: translate(0, 80px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}

.inner-section .case-body .case-container .m_movies .content .title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 2;
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  transition: width 0.5s cubic-bezier(0.2, 0, 0, 1);
}

.inner-section .case-body .case-container .m_movies .content .m_movies_left {
  float: left;
  position: relative;
  width: 50%;
}

.inner-section .case-body .case-container .m_movies .content .m_movies_left .left {
  float: none;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  margin: 0;
  color: #fff;
}

.inner-section .case-body .case-container .m_movies .content .m_movies_left .left .title {
  display: inline-block;
  color: #fff;
  font-size: 26px;
  font-weight: 500;
  line-height: 37px;
}

.inner-section .case-body .case-container .m_movies .content .m_movies_left .left .title::after {
  width: 100%;
}

.inner-section .case-body .case-container .m_movies .content .m_movies_left .left .category ul li:before {
  background-color: #fff;
}

.inner-section .case-body .case-container .m_movies .content .m_movies_left:hover .mask-bg {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.inner-section .case-body .case-container .m_movies .content .m_movies_left:hover .left .title::before {
  width: 100%;
}

.inner-section .case-body .case-container .m_movies .content .m_movies_left:hover .left .category {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}

.inner-section .case-body .case-container .m_movies .content .m_movies_left .right {
  float: none;
  width: 100%;
}

.inner-section .case-body .case-container .m_movies .content .m_movies_left .right .right_bg {
  height: 440px;
  max-height: 440px;
  background-image: url(../images/m_movies.jpg);
  background-size: cover;
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right {
  float: left;
  position: relative;
  width: 50%;
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right:hover .mask-bg {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right:hover .right .title::before {
  width: 100%;
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right:hover .right .category {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right .right {
  float: none;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  width: 2.54rem;
  color: #fff;
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right .right .title {
  display: inline-block;
  font-size: 26px;
  font-weight: 500;
  line-height: 37px;
  color: #fff;
  text-align: left;
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right .right .title::after {
  width: 100%;
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right .right .category {
  width: 100%;
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right .right .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right .right .category ul li {
  float: left;
  width: calc(50% - 12px);
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right .right .category ul li::before {
  background-color: #fff;
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right .left {
  width: 100%;
  float: none;
  margin: 0;
}

.inner-section .case-body .case-container .m_movies .content .m_photography_right .left .left_bg {
  height: 440px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(../images/m_photography.jpg);
}

.inner-section .case-body .case-container .m_photography .content .left .left_bg {
  background-image: url(../images/m_photography.jpg);
}

.inner-section .case-body .case-container .m_broadcast {
  padding-top: 100px;
  overflow: hidden;
}

.inner-section .case-body .case-container .m_broadcast .mask-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  transform: translate(0, 200%);
  -ms-transform: translate(0, 200%);
  -moz-transform: translate(0, 200%);
  -webkit-transform: translate(0, 200%);
  -o-transform: translate(0, 200%);
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  -ms-transform-origin: bottom;
  -o-transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}

.inner-section .case-body .case-container .m_broadcast .content {
  position: relative;
}

.inner-section .case-body .case-container .m_broadcast .content:hover .mask-bg {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
}

.inner-section .case-body .case-container .m_broadcast .content:hover .left .title::before {
  width: 100%;
}

.inner-section .case-body .case-container .m_broadcast .content:hover .left .category {
  transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  opacity: 1;
}

.inner-section .case-body .case-container .m_broadcast .content .left {
  float: none;
  position: absolute;
  top: 40px;
  left: 40px;
  z-index: 2;
  margin: 0;
}

.inner-section .case-body .case-container .m_broadcast .content .left .title {
  display: inline-block;
  color: #fff;
}

.inner-section .case-body .case-container .m_broadcast .content .left .title:after {
  width: 100%;
}

.inner-section .case-body .case-container .m_broadcast .content .left .title::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -12px;
  z-index: 2;
  width: 0;
  height: 4px;
  border-radius: 2px;
  background-color: #fff;
  transition: width 0.5s cubic-bezier(0.2, 0, 0, 1);
}

.inner-section .case-body .case-container .m_broadcast .content .left .category {
  color: #fff;
  transform: translate(0, 80px);
  -ms-transform: translate(0, 80px);
  -moz-transform: translate(0, 80px);
  -webkit-transform: translate(0, 80px);
  -o-transform: translate(0, 80px);
  opacity: 0;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -webkit-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -moz-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -ms-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
  -o-transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}

.inner-section .case-body .case-container .m_broadcast .content .left .category ul li:before {
  background-color: #fff;
}

.inner-section .case-body .case-container .m_broadcast .content .right {
  float: none;
  width: 100%;
  height: 400px;
}

.inner-section .case-body .case-container .m_broadcast .content .right .right_bg {
  width: 100%;
  height: 100%;
  max-height: 400px;
  background-image: url(../images/m_broadcast.jpg);
  background-size: cover;
}

.inner-section .case-body .case-container .m_activity .content .left .left_bg {
  background-image: url(../images/m_activity.jpg);
}

.inner-section .case-body .case-container .video-box {
  font-size: 0;
  width: 12rem;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

.inner-section .case-body .case-container .video-box .three-card {
  width: 31.33%;
  margin-right: 3%;
  margin-bottom: 40px;
  display: inline-block;
  vertical-align: top;
}

.inner-section .case-body .case-container .video-box .three-card .case-card-img {
  padding-top: 55.79%;
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  transition: background-size 0.3s;
  -webkit-transition: background-size 0.3s;
}

.inner-section .case-body .case-container .video-box .three-card .case-card-img .play {
  width: 42px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-21px, -17px);
}

.inner-section .case-body .case-container .video-box .three-card .case-card-img .play img {
  max-width: 100%;
}

.inner-section .case-body .case-container .video-box .three-card:nth-child(3n) {
  margin-right: 0;
}

.inner-section .case-body .case-container .video-box .three-card .case-card-content {
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 16px;
}

.inner-section .case-body .case-container .video-box .three-card .video-title {
  font-size: 16px;
  font-weight: 400;
  text-align: justify;
  color: #000000;
  line-height: 28px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.inner-section .case-body .case-container .video-box .three-card .video-time {
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #969696;
  line-height: 20px;
  position: relative;
  margin-top: 1px;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.inner-section .case-body .case-container .video-box .three-card .video-time img {
  position: absolute;
  right: 0;
  bottom: 3px;
  transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
}

.inner-section .case-body .case-container .video-box .three-card:hover .case-card-img {
  background-size: 120%;
}

.inner-section .case-body .case-container .video-box .three-card:hover .video-title {
  color: #bd0008;
}

.inner-section .case-body .case-container .video-box .three-card:hover .video-time {
  color: #bd0008;
}

.inner-section .case-body .case-container .video-box .three-card:hover .video-time img {
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
}

.inner-section .case-body .case-container .video-box .video-box-button {
  width: 180px;
  height: 40px;
  font-size: 16px;
  margin: 0 auto;
  background: linear-gradient(225deg, #ea462b, #bd0008);
  border-radius: 20px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  text-align: center;
  color: #ffffff;
  line-height: 40px;
  cursor: pointer;
}

.inner-section .case-body .case-container .video-box .video-box-button:hover {
  box-shadow: none;
}

.inner-section .case-body .case-container .m_contact_us {
  background-image: url(../images/m_contact_us.jpg);
}

.inner-section .case-body .case-container.teach .content .category_public ul li::before {
  transform: translateY(0);
  -ms-transform: translateY(0);
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  top: 8px;
}

.inner-section .case-body .case-container .t_training {
  box-sizing: border-box;
  padding: 105px 0;
}

.inner-section .case-body .case-container .t_training .right {
  width: calc(100% - 394px - 94px);
}

.inner-section .case-body .case-container .t_training .right .right_bg {
  position: relative;
  top: -29px;
  left: 13px;
  width: 100%;
  height: 3.9rem;
  max-height: 390px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/t_training-bg.png);
}

.inner-section .case-body .case-container .t_training .left {
  padding-top: 30px;
  width: 394px;
}

.inner-section .case-body .case-container .t_training .left .title {
  margin-top: 40px;
  text-align: left;
}

.inner-section .case-body .case-container .t_training .left .title:after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .t_training .left .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .t_training .left .category ul li {
  display: inline-block;
  width: calc(50% - 24px);
}

.inner-section .case-body .case-container .t_onLine {
  box-sizing: border-box;
  padding: 72px 0;
  background-color: #fbfbfb;
}

.inner-section .case-body .case-container .t_onLine .left {
  width: calc(100% - 460px - 190px);
}

.inner-section .case-body .case-container .t_onLine .left .left_bg {
  position: relative;
  top: -29px;
  left: 13px;
  width: 100%;
  height: 4.56rem;
  max-height: 456px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/t_onLine-bg.png);
}

.inner-section .case-body .case-container .t_onLine .right {
  width: 460px;
}

.inner-section .case-body .case-container .t_onLine .right .title {
  margin-top: 40px;
  text-align: left;
}

.inner-section .case-body .case-container .t_onLine .right .title:after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .t_onLine .right .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .t_onLine .right .category ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 24px);
}

.inner-section .case-body .case-container .t_cloud {
  box-sizing: border-box;
  padding: 150px 0 118px;
}

.inner-section .case-body .case-container .t_cloud .right {
  width: calc(100% - 460px - 99px);
}

.inner-section .case-body .case-container .t_cloud .right .right_bg {
  width: 100%;
  height: 4.79rem;
  max-height: 479px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/t_cloud-bg.png);
}

.inner-section .case-body .case-container .t_cloud .left {
  width: 460px;
}

.inner-section .case-body .case-container .t_cloud .left .title {
  margin-top: 40px;
  text-align: left;
}

.inner-section .case-body .case-container .t_cloud .left .title:after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .t_cloud .left .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .t_cloud .left .category ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 24px);
}

.inner-section .case-body .case-container .t_recording {
  box-sizing: border-box;
  padding: 100px 0;
  background-color: #fbfbfb;
}

.inner-section .case-body .case-container .t_recording .left {
  width: calc(100% - 460px - 130px);
}

.inner-section .case-body .case-container .t_recording .left .left_bg {
  width: 100%;
  height: 4rem;
  max-height: 400px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/t_recording-bg.png);
}

.inner-section .case-body .case-container .t_recording .right {
  width: 460px;
}

.inner-section .case-body .case-container .t_recording .right .title {
  margin-top: 40px;
  margin-bottom: calc(12px + 22px);
  text-align: left;
}

.inner-section .case-body .case-container .t_recording .right .title:after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .t_recording .right .introduce {
  margin-bottom: 28px;
}

.inner-section .case-body .case-container .t_recording .right .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .t_recording .right .category ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 24px);
}

.inner-section .case-body .case-container .t_recording .right .category ul li:last-child {
  font-size: 12px;
}

.inner-section .case-body .case-container .t_recording .right .category ul li.line {
  font-size: 20px;
}

.inner-section .case-body .case-container .t_examination {
  box-sizing: border-box;
  padding: 150px 0;
}

.inner-section .case-body .case-container .t_examination .right {
  width: calc(100% - 460px - 56px);
}

.inner-section .case-body .case-container .t_examination .right .right_bg {
  width: 100%;
  height: 4.47rem;
  max-height: 447px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/t_examination-bg.png);
}

.inner-section .case-body .case-container .t_examination .left {
  width: 460px;
}

.inner-section .case-body .case-container .t_examination .left .title {
  margin-top: 40px;
  margin-bottom: calc(12px + 22px);
  text-align: left;
}

.inner-section .case-body .case-container .t_examination .left .title:after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .t_examination .left .introduce {
  margin-bottom: 28px;
}

.inner-section .case-body .case-container .t_examination .left .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .t_examination .left .category ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 24px);
}

.inner-section .case-body .case-container .t_evaluate {
  box-sizing: border-box;
  padding: 100px 0;
  background-color: #fbfbfb;
}

.inner-section .case-body .case-container .t_evaluate .left {
  width: calc(100% - 460px - 140px);
}

.inner-section .case-body .case-container .t_evaluate .left .left_bg {
  width: 100%;
  height: 4rem;
  max-height: 400px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/t_evaluate-bg.png);
}

.inner-section .case-body .case-container .t_evaluate .right {
  width: 460px;
}

.inner-section .case-body .case-container .t_evaluate .right .title {
  margin-top: 40px;
  margin-bottom: calc(12px + 22px);
  text-align: left;
}

.inner-section .case-body .case-container .t_evaluate .right .title:after {
  left: 0;
  transform: translateX(0);
  -ms-transform: translateX(0);
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -o-transform: translateX(0);
}

.inner-section .case-body .case-container .t_evaluate .right .introduce {
  margin-bottom: 28px;
}

.inner-section .case-body .case-container .t_evaluate .right .category ul {
  width: 100%;
}

.inner-section .case-body .case-container .t_evaluate .right .category ul li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 24px);
}

@media screen and (max-width: 1260px) {
  .inner-section .case-body .case-container .new_media .text {
    transform: translateY(30%);
    -webkit-transform: translateY(30%);
  }
}

@media screen and (max-width: 768px) {
  .inner-section .case-body .content {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .inner-section .case-body .content::after {
    display: none;
  }
  .inner-section .case-body .content .category_public ul li {
    margin-bottom: 8px;
    font-size: 12px;
  }
  .inner-section .case-body .content .left {
    width: 100% !important;
    float: none;
  }
  .inner-section .case-body .content .right {
    width: 100% !important;
    float: none;
  }
  .inner-section .case-body .content .title {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 28px !important;
    text-align: center !important;
  }
  .inner-section .case-body .content .title::after {
    left: 50% !important;
    transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%);
    width: 60px;
    height: 4px;
    border-radius: 2px;
  }
  .inner-section .case-body .content .text {
    font-size: 14px;
    line-height: 20px;
  }
  .inner-section .case-body .case-container .contact_us {
    width: 100vw;
    padding: 30px 0;
  }
  .inner-section .case-body .case-container .contact_us .contact_us_content {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
  .inner-section .case-body .case-container .contact_us .contact_us_content .left {
    float: none;
  }
  .inner-section .case-body .case-container .contact_us .contact_us_content .left .title {
    padding: 0;
    font-size: 22px;
    line-height: 34px;
    text-align: center;
  }
  .inner-section .case-body .case-container .contact_us .contact_us_content .left .title br {
    display: block;
  }
  .inner-section .case-body .case-container .contact_us .contact_us_content .left .text {
    margin-top: 5px;
    font-size: 14px;
    text-align: center;
  }
  .inner-section .case-body .case-container .contact_us .contact_us_content .right {
    float: none;
    display: table;
    margin: 0 auto;
  }
  .inner-section .case-body .case-container .contact_us .contact_us_content .right a .bottom_button {
    width: 130px;
    height: 30px;
    margin-top: 20px;
    line-height: 30px;
    font-size: 14px;
    padding: 0 12px;
  }
  .inner-section .case-body .case-container .contact_us .contact_us_content .right a span {
    right: 10px;
  }
  .inner-section .case-body .case-container .programme {
    padding: 0;
  }
  .inner-section .case-body .case-container .programme .left .ico {
    margin-bottom: 26px;
  }
  .inner-section .case-body .case-container .programme .left .ico > ul {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .inner-section .case-body .case-container .programme .left .process {
    margin-bottom: 10px;
  }
  .inner-section .case-body .case-container .programme .left .process ul {
    white-space: nowrap;
    overflow-x: auto;
    padding-left: 0;
    height: 40px;
  }
  .inner-section .case-body .case-container .programme .left .process ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .inner-section .case-body .case-container .programme .left .process ul li {
    float: left;
  }
  .inner-section .case-body .case-container .programme .left .process ul li:not(:last-child) {
    min-width: calc(15% - 7px);
    width: 0.32rem;
  }
  .inner-section .case-body .case-container .programme .left .process ul li:last-child {
    bottom: 4px;
    left: 5px;
    margin-left: 0;
  }
  .inner-section .case-body .case-container .programme .left .process ul li:nth-child(3) {
    min-width: 64px;
    width: calc(25% - 5px);
  }
  .inner-section .case-body .case-container .programme .right {
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .inner-section .case-body .case-container .programme .right .right_bg {
    width: 100%;
    margin: 0 auto;
  }
  .inner-section .case-body .case-container .advantage {
    padding-top: 33px;
    height: 700px;
    max-height: 700px;
  }
  .inner-section .case-body .case-container .advantage .category {
    padding-top: 20px;
  }
  .inner-section .case-body .case-container .advantage .category ul li {
    float: none;
    display: inline-block;
    width: calc(50% - 10px);
    margin-left: 0;
    margin-bottom: 26px;
    white-space: normal;
    vertical-align: top;
  }
  .inner-section .case-body .case-container .advantage .category ul li:nth-child(2n) {
    margin-left: 10px;
  }
  .inner-section .case-body .case-container .advantage .category ul li .ico {
    max-width: 90px;
    max-height: 90px;
  }
  .inner-section .case-body .case-container .administration {
    padding: 30px 0;
  }
  .inner-section .case-body .case-container .administration .left {
    margin-top: 20px;
  }
  .inner-section .case-body .case-container .administration .left .left-bg {
    height: 2.3rem;
    margin: 0 auto;
  }
  .inner-section .case-body .case-container .characteristic {
    padding-top: 30px;
  }
  .inner-section .case-body .case-container .characteristic .category {
    padding: 20px 20px;
  }
  .inner-section .case-body .case-container .characteristic .category ul li:not(:nth-child(4n + 1)) {
    margin-left: 0;
  }
  .inner-section .case-body .case-container .characteristic .category ul li {
    float: none;
    display: inline-block;
    width: calc(50% - 10px);
    margin-left: 0;
    margin-bottom: 34px;
    white-space: normal;
    vertical-align: top;
  }
  .inner-section .case-body .case-container .characteristic .category ul li:nth-child(2n) {
    margin-left: 10px;
  }
  .inner-section .case-body .case-container .welcome {
    padding: 0;
    padding-bottom: 30px;
  }
  .inner-section .case-body .case-container .welcome .left .category {
    margin: 0 auto;
  }
  .inner-section .case-body .case-container .welcome .left .category ul {
    width: 100%;
    vertical-align: top;
  }
  .inner-section .case-body .case-container .welcome .left .category ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .inner-section .case-body .case-container .welcome .left .category ul li {
    float: left;
    width: calc(90% / 3 - 12px);
    margin-left: calc(10% / 2 + 12px);
  }
  .inner-section .case-body .case-container .welcome .left .category ul li:nth-child(3n + 1) {
    margin-left: 12px;
  }
  .inner-section .case-body .case-container .welcome .right .right_bg {
    height: 2rem;
  }
  .inner-section .case-body .case-container .employment {
    padding: 30px 0;
  }
  .inner-section .case-body .case-container .employment .left .left_bg {
    height: 2rem;
  }
  .inner-section .case-body .case-container .employment .right .title {
    margin-top: 0;
  }
  .inner-section .case-body .case-container .employment .right .category ul {
    width: 100%;
    vertical-align: top;
  }
  .inner-section .case-body .case-container .employment .right .category ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .inner-section .case-body .case-container .employment .right .category ul li {
    float: left;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(90% / 3 - 12px);
    padding-left: 12px;
    margin-left: calc(10% / 2);
  }
  .inner-section .case-body .case-container .employment .right .category ul li::before {
    left: 0;
  }
  .inner-section .case-body .case-container .employment .right .category ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .inner-section .case-body .case-container .committee {
    padding: 30px 0;
  }
  .inner-section .case-body .case-container .committee .left .title {
    margin-top: 0;
  }
  .inner-section .case-body .case-container .committee .left .category {
    display: table;
    margin: 0 auto;
  }
  .inner-section .case-body .case-container .committee .left .category ul {
    width: 100%;
    vertical-align: top;
  }
  .inner-section .case-body .case-container .committee .left .category ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .inner-section .case-body .case-container .committee .left .category ul li {
    float: left;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(90% / 3 - 12px);
    padding-left: 12px;
    margin-left: calc(10% / 2);
  }
  .inner-section .case-body .case-container .committee .left .category ul li::before {
    left: 0;
  }
  .inner-section .case-body .case-container .committee .left .category ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .inner-section .case-body .case-container .committee .right .right_bg {
    height: 2rem;
  }
  .inner-section .case-body .case-container .c_painPoint {
    padding: 30px 0;
  }
  .inner-section .case-body .case-container .c_painPoint .content {
    padding: 0;
  }
  .inner-section .case-body .case-container .c_painPoint .content .category {
    display: block;
    padding-top: 20px;
    width: 100%;
  }
  .inner-section .case-body .case-container .c_painPoint .content .category::after {
    content: "";
    display: table;
    clear: both;
  }
  .inner-section .case-body .case-container .c_painPoint .content .category ul {
    width: calc(90% / 2);
    vertical-align: top;
    margin-left: 5%;
    margin-bottom: 20px;
  }
  .inner-section .case-body .case-container .c_painPoint .content .category ul li.li_title {
    font-size: 16px;
  }
  .inner-section .case-body .case-container .c_frame {
    padding: 30px 0;
  }
  .inner-section .case-body .case-container .c_frame .content .c_frame_content {
    position: relative;
    height: auto;
  }
  .inner-section .case-body .case-container .c_frame .content .c_frame_content > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 1.49rem;
  }
  .inner-section .case-body .case-container .c_solve {
    padding: 30px 0;
  }
  .inner-section .case-body .case-container .c_solve .left .left_bg {
    height: 2.2rem;
  }
  .inner-section .case-body .case-container .c_solve .right .title {
    margin-top: 0;
  }
  .inner-section .case-body .case-container .c_solve .right .category {
    padding-top: 20px;
  }
  .inner-section .case-body .case-container .c_solve .right .category ul {
    width: 100%;
    vertical-align: top;
  }
  .inner-section .case-body .case-container .c_solve .right .category ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .inner-section .case-body .case-container .c_solve .right .category ul li {
    float: left;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(90% / 3 - 12px);
    padding-left: 12px;
    margin-left: calc(10% / 2);
  }
  .inner-section .case-body .case-container .c_solve .right .category ul li::before {
    left: 0;
  }
  .inner-section .case-body .case-container .c_solve .right .category ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .inner-section .case-body .case-container .c_apartment {
    padding: 30px 0;
    height: auto;
  }
  .inner-section .case-body .case-container .c_apartment .content .left {
    width: calc(100% - 40px) !important;
  }
  .inner-section .case-body .case-container .c_apartment .content .left .main_title .title_sign {
    left: -38px;
    width: 26px;
    height: 26px;
    line-height: 26px;
  }
  .inner-section .case-body .case-container .c_apartment .content .left .main_title .title_title {
    font-size: 22px;
    line-height: 30px;
  }
  .inner-section .case-body .case-container .c_apartment .content .left .main_title:nth-child(2) {
    margin-top: 20px;
  }
  .inner-section .case-body .case-container .c_apartment .content .left .main_title:nth-child(3) {
    margin-top: 20px;
  }
  .inner-section .case-body .case-container .c_apartment .content .right {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .inner-section .case-body .case-container .c_apartment .content .right .right_bg {
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .inner-section .case-body .case-container .c_apartment .content .right .right_bg img {
    transform: none;
  }
  .inner-section .case-body .case-container .c_apartment .content .right .right_bg .blue-block {
    width: 60px;
    height: 60px;
    right: -20px;
    bottom: -10px;
  }
  .inner-section .case-body .case-container .e_design {
    padding: 30px 0;
  }
  .inner-section .case-body .case-container .e_design .content .left {
    margin: 0 auto;
  }
  .inner-section .case-body .case-container .e_design .content .right {
    margin: 0 auto;
    max-height: 353px;
    height: 1.3rem;
    margin-top: 20px;
  }
  .inner-section .case-body .case-container .e_design .content .right .right_bg {
    margin: 0 auto;
  }
  .inner-section .case-body .case-container .e_service {
    height: 1030rem;
    max-height: 1030px;
    padding: 30px 0;
  }
  .inner-section .case-body .case-container .e_service .content .service_list {
    padding: 20px 4%;
  }
  .inner-section .case-body .case-container .e_service .content .service_list ul li {
    width: calc(50% - 15px);
    max-width: calc(768px / 2 - 15px);
    margin-bottom: 30px;
  }
  .inner-section .case-body .case-container .e_service .content .service_list ul li p {
    font-size: 14px;
    padding: 0 20px;
  }
  .inner-section .case-body .case-container .e_service .content .service_list ul li:nth-child(2n + 0) {
    margin-left: 30px;
  }
  .inner-section .case-body .case-container .e_picture {
    height: 100vh;
    display: none;
  }
  .inner-section .case-body .case-container .e_case {
    padding: 30px 0;
  }
  .inner-section .case-body .case-container .e_case .content .case_list ul li {
    width: calc((100% - 6%) / 2);
    max-width: calc(768px / 2 - 6%);
    margin-bottom: 6%;
  }
  .inner-section .case-body .case-container .e_case .content .case_list ul li .img {
    height: 1.1rem;
  }
  .inner-section .case-body .case-container .e_case .content .case_list ul li .text .to {
    bottom: 23px;
    width: 25px;
    height: 4px;
  }
  .inner-section .case-body .case-container .e_case .content .case_list ul li:not(:nth-child(5n + 1)) {
    margin-left: 0;
  }
  .inner-section .case-body .case-container .e_case .content .case_list ul li:not(:nth-child(2n + 1)) {
    margin-left: 6%;
  }
  .inner-section .case-body .case-container .m_public_left {
    padding-bottom: 30px;
  }
  .inner-section .case-body .case-container .m_public_left .content .left {
    margin: 0;
    box-sizing: border-box;
  }
  .inner-section .case-body .case-container .m_public_left .content .left .title {
    display: inline-block;
    text-align: left !important;
  }
  .inner-section .case-body .case-container .m_public_left .content .left .title::after {
    width: 100%;
    left: 0;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .inner-section .case-body .case-container .m_public_left .content .left .category ul {
    display: table;
  }
  .inner-section .case-body .case-container .m_public_left .content .left .category ul li {
    width: calc(100% / 3 - 12px);
  }
  .inner-section .case-body .case-container .m_public_left .content .right {
    margin-top: 10px;
    height: 400px;
  }
  .inner-section .case-body .case-container .m_public_left .content .right .right_bg {
    height: 2rem;
  }
  .inner-section .case-body .case-container .m_public_right {
    padding-bottom: 30px;
  }
  .inner-section .case-body .case-container .m_public_right .content .left {
    margin-top: 10px;
    height: 400px;
  }
  .inner-section .case-body .case-container .m_public_right .content .left .left_bg {
    height: 2rem;
  }
  .inner-section .case-body .case-container .m_public_right .content .right {
    margin: 0;
  }
  .inner-section .case-body .case-container .m_public_right .content .right .title {
    display: inline-block;
    text-align: left !important;
  }
  .inner-section .case-body .case-container .m_public_right .content .right .title::after {
    width: 100%;
    left: 0;
    transform: translateX(0);
    -ms-transform: translateX(0);
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
  }
  .inner-section .case-body .case-container .m_public_right .content .right .category ul li {
    width: calc(100% / 3 - 12px);
  }
  .inner-section .case-body .case-container .m_movies {
    padding-top: 0;
    padding-bottom: 0;
  }
  .inner-section .case-body .case-container .m_movies .content .m_movies_left {
    overflow: hidden;
    width: 100%;
  }
  .inner-section .case-body .case-container .m_movies .content .m_movies_left .left {
    width: auto !important;
    left: 30px;
    top: 30px;
    box-sizing: border-box;
  }
  .inner-section .case-body .case-container .m_movies .content .m_photography_right {
    overflow: hidden;
    width: 100%;
  }
  .inner-section .case-body .case-container .m_movies .content .m_photography_right .left {
    position: inherit;
    padding: 0;
  }
  .inner-section .case-body .case-container .m_movies .content .m_photography_right .right {
    width: auto !important;
    left: 30px;
    top: 30px;
    margin: 0;
    box-sizing: border-box;
  }
  .inner-section .case-body .case-container .m_photography {
    padding-top: 30px;
  }
  .inner-section .case-body .case-container .m_broadcast {
    padding-top: 30px;
    padding-bottom: 0;
  }
  .inner-section .case-body .case-container .m_broadcast .content .right .right_bg {
    height: 100%;
  }
  .inner-section .case-body .case-container .m_broadcast .content .left {
    width: auto !important;
  }
  .inner-section .case-body .case-container .m_activity {
    padding-top: 30px;
  }
  .inner-section .case-body .case-container .m_activity .content .left {
    bottom: -126px;
  }
  .inner-section .case-body .case-container .new_media {
    padding-bottom: 0;
  }
  .inner-section .case-body .case-container .new_media .text {
    float: none;
    width: 100%;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }
  .inner-section .case-body .case-container .new_media .text .introduce {
    text-align: center;
  }
  .inner-section .case-body .case-container .new_media .new_media_bg {
    position: static;
    float: none;
    width: 100%;
  }
  .inner-section .case-body .case-container .video-box {
    width: 100%;
    padding: 50px 20px;
    box-sizing: border-box;
  }
  .inner-section .case-body .case-container .video-box .three-card {
    width: 100%;
    margin-right: 0;
  }
  .inner-section .case-body .case-container .t_training {
    padding: 40px 0;
  }
  .inner-section .case-body .case-container .t_training .right .right_bg {
    position: inherit;
    width: 100%;
    height: 2.2rem;
    margin-top: 20px;
  }
  .inner-section .case-body .case-container .t_training .left {
    padding-top: 0;
  }
  .inner-section .case-body .case-container .t_training .left .title {
    margin-top: 0;
  }
  .inner-section .case-body .case-container .t_onLine {
    padding: 40px 0;
    background-color: #fbfbfb;
  }
  .inner-section .case-body .case-container .t_onLine .left .left_bg {
    position: inherit;
    width: 100%;
    height: 2.2rem;
    margin-top: 20px;
  }
  .inner-section .case-body .case-container .t_onLine .right .category ul {
    font-size: 0;
  }
  .inner-section .case-body .case-container .t_onLine .right .category ul li {
    width: calc(100% / 3 - 12px);
  }
  .inner-section .case-body .case-container .t_cloud {
    padding: 40px 0;
  }
  .inner-section .case-body .case-container .t_cloud .right .right_bg {
    width: 100%;
    height: 2.2rem;
    margin-top: 20px;
  }
  .inner-section .case-body .case-container .t_cloud .left .title {
    margin-top: 0;
  }
  .inner-section .case-body .case-container .t_cloud .left .category ul {
    font-size: 0;
  }
  .inner-section .case-body .case-container .t_recording {
    padding: 40px 0;
  }
  .inner-section .case-body .case-container .t_recording .left .left_bg {
    height: 2.2rem;
    margin-top: 20px;
  }
  .inner-section .case-body .case-container .t_recording .right .title {
    margin-top: 0;
    margin-bottom: calc(12px + 12px);
  }
  .inner-section .case-body .case-container .t_recording .right .introduce {
    margin-bottom: 20px;
  }
  .inner-section .case-body .case-container .t_recording .right .category ul {
    font-size: 0;
  }
  .inner-section .case-body .case-container .t_recording .right .category ul li {
    width: calc(100% / 3 - 12px);
  }
  .inner-section .case-body .case-container .t_recording .right .category ul li:last-child {
    font-size: 12px;
  }
  .inner-section .case-body .case-container .t_recording .right .category ul li.line {
    font-size: 20px;
  }
  .inner-section .case-body .case-container .t_examination {
    padding: 40px 0;
  }
  .inner-section .case-body .case-container .t_examination .right .right_bg {
    height: 2.2rem;
    margin-top: 20px;
  }
  .inner-section .case-body .case-container .t_examination .left .title {
    margin-top: 0;
    margin-bottom: calc(12px + 12px);
  }
  .inner-section .case-body .case-container .t_examination .left .introduce {
    margin-bottom: 20px;
  }
  .inner-section .case-body .case-container .t_examination .left .category ul {
    font-size: 0;
  }
  .inner-section .case-body .case-container .t_examination .left .category ul li {
    width: calc(100% / 3 - 12px);
  }
  .inner-section .case-body .case-container .t_evaluate {
    padding: 40px 0;
  }
  .inner-section .case-body .case-container .t_evaluate .left .left_bg {
    height: 2.2rem;
    margin-top: 20px;
  }
  .inner-section .case-body .case-container .t_evaluate .right .title {
    margin-top: 0;
    margin-bottom: calc(12px + 12px);
  }
  .inner-section .case-body .case-container .t_evaluate .right .introduce {
    margin-bottom: 20px;
    text-align: calc();
  }
  .inner-section .case-body .case-container .t_evaluate .right .introduce br {
    display: none;
  }
  .inner-section .case-body .case-container .t_evaluate .right .category ul {
    font-size: 0;
  }
  .inner-section .case-body .case-container .t_evaluate .right .category ul li {
    width: calc(100% / 3 - 12px);
  }
  .inner-section .case-body .case-container .contact_us .right .bottom_button {
    font-weight: 600;
  }
  .inner-section .case-body .case-container .new_media .text .introduce {
    font-size: 12px;
  }
  .inner-section
.case-body
.case-container
.m_movies
.content
.m_movies_left
.right {
    margin-top: 0;
  }
  .inner-section .building {
    padding: 30px 20px;
  }
  .inner-section .building .content {
    width: 100%;
  }
  .inner-section .building .content img {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .inner-section .case-body .case-container .new_media {
    height: 4rem;
  }
  .inner-section .case-body .case-container .new_media .new_media_bg {
    top: 45%;
  }
}
