.details-kv {
  background: url(../images/practice/kv-practice.jpg) center center no-repeat;
  background-size: cover;
}
.practice-all ul {
  display: flex;
  margin: 0 -6px;
}
.practice-all ul .active .text-list {
  display: block !important;
}
.practice-all ul li {
  margin: 0 6px;
  width: calc(33.3333% - 12px);
  position: relative;
  overflow: hidden;
}
.practice-all ul li img {
  width: 100%;
  transition: all 0.5s;
}
.practice-all ul li img:hover {
  transform: scale(1.1);
}
.practice-all ul li p {
  color: #fff;
  font-size: 26px;
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  text-align: center;
}
.practice-all ul li .little {
  position: relative;
  overflow: hidden;
}
.practice-all ul li .little p {
  bottom: 40px;
}
.practice-all ul li .top {
  margin-bottom: 13px;
}
.practice-all ul li h3 {
  font-size: 26px;
  padding-bottom: 15px;
  color: #fff;
  position: absolute;
  bottom: 40%;
  width: 100%;
  text-align: center;
}
.practice-all ul li.big .text-list {
  bottom: 15%;
  transform: translateX(-42%);
}
.practice-all ul li .text-list {
  padding-left: 20px;
  border-left: 2px solid #e60012;
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.5s;
  bottom: 7%;
}
.practice-all ul li .text-list a,
.practice-all ul li .text-list span {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  color: #fff;
}
.practice-all ul li .text-list a:last-child,
.practice-all ul li .text-list span:last-child {
  margin-bottom: 0;
}
.practice-all ul li .text-list a img,
.practice-all ul li .text-list span img {
  width: auto;
}
.platform {
  background: url(../images/practice/platform-bg.jpg) center center no-repeat;
  background-size: cover;
  height: 587px;
}
.aotn {
  background: url(../images/practice/aotn-bg.jpg) center center no-repeat;
  background-size: cover;
  height: 601px;
}
@media (max-width: 1250px) {
  .platform {
    height: 500px;
  }
  .aotn {
    height: 500px;
  }
  .practice-all ul li .top {
    margin-bottom: 10px;
  }
}
@media (max-width: 992px) {
  .details-kv {
    background: url(../images/practice/kv-practice-m.jpg) center center no-repeat;
    background-size: cover;
  }
  .platform {
    height: 125.3vw;
    background: url(../images/practice/platform-bg-m.png) center center no-repeat;
    background-size: cover;
  }
  .aotn {
    height: 125.3vw;
    background: url(../images/practice/aotn-bg-m.png) center center no-repeat;
    background-size: cover;
  }
  .practice-all {
    padding-bottom: 11.33vw;
    position: relative;
  }
  .practice-all ul {
    margin: 0;
  }
  .practice-all ul li {
    width: 100%;
    margin: 0;
  }
  .practice-all ul li .top {
    margin-bottom: 3.2vw;
  }
  .practice-all ul li h3 {
    font-size: 4.53vw;
    padding-bottom: 2vw;
    bottom: 32%;
  }
  .practice-all ul li p {
    font-size: 4.53vw;
    bottom: 7%;
  }
  .practice-all ul li.big .text-list {
    bottom: 10%;
  }
  .practice-all ul li .little p {
    bottom: 20%;
  }
  .practice-all ul li .text-list {
    display: block;
    padding-left: 2.33vw;
  }
  .practice-all ul li .text-list a {
    font-size: 3.2vw;
  }
  .practice-all ul li .text-list a img {
    width: 1vw;
  }
}
.bg {
  background: url(../images/practice/details-bg.png) top center no-repeat;
  background-size: 1920px 367px;
}
.bg .crumbs {
  padding: 40px 0 50px;
}
.bg .crumbs a {
  font-size: 17px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
}
.bg .crumbs a::after {
  content: "";
  width: 3px;
  height: 5px;
  background: url(../images/practice/crumbs-icon.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.bg .crumbs a:last-child::after {
  display: none;
}
.bg .details-box {
  display: flex;
}
.bg .details-box .content {
  width: 75.5%;
  padding-right: 20px;
  padding-bottom: 30px;
}
.bg .details-box .content h2 {
  font-size: 32px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  margin-bottom: 30px;
}
.bg .details-box .content h3 {
  padding-top: 20px;
  padding-left: 55px;
  position: relative;
  font-size: 26px;
  margin-bottom: 15px;
}
.bg .details-box .content h3::before {
  content: "";
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  left: 0;
}
.bg .details-box .content h3.business-title::before {
  background: url(../images/practice/details-icon01.png) no-repeat;
  background-size: 100% 100%;
}
.bg .details-box .content h3.aims-title::before {
  background: url(../images/practice/details-icon02.png) no-repeat;
  background-size: 100% 100%;
}
.bg .details-box .content h3.income-title::before {
  background: url(../images/practice/details-icon03.png) no-repeat;
  background-size: 100% 100%;
}
.bg .details-box .content .little-title {
  font-size: 18px;
  line-height: 1.2;
  padding-bottom: 15px;
}
.bg .details-box .content .point-list {
  padding-bottom: 50px;
}
.bg .details-box .content .point-list li {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
.bg .details-box .content .point-list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  top: 7px;
  left: 4px;
  background: #28242e;
}
.bg .details-box .content .point-list li:last-child {
  margin-bottom: 0;
}
.bg .details-box .content .con-list {
  padding-bottom: 50px;
}
.bg .details-box .content .con-list p {
  font-size: 16px;
  line-height: 1.6;
}
.bg .details-box .content .img-title {
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}
.bg .details-box .content .img-list {
  margin-bottom: 40px;
  width: 100%;
}
.bg .details-box .content .special-img-box {
  text-align: center;
}
.bg .details-box .content .special-img-box img {
  width: auto;
}
.bg .details-box .content .table-list {
  width: 60%;
  margin: 0 auto;
}
.bg .details-box .content .table-list th {
  text-align: center;
  background: #d0cece;
  padding: 10px 0;
}
.bg .details-box .content .table-list tr {
  text-align: center;
  font-size: 16px;
}
.bg .details-box .content .table-list tr td {
  padding: 10px 0;
}
.bg .details-box .list {
  width: 24.5%;
}
.bg .details-box .list h2 {
  color: #fff;
  font-size: 24px;
  padding: 17px 0 20px 17px;
  background: url(../images/practice/list-title-bg.jpg) no-repeat;
  background-size: 100% 100%;
  font-weight: 700;
}
.bg .details-box .list ul {
  background: #f5f5f5;
  padding-bottom: 80px;
}
.bg .details-box .list ul li {
  padding: 20px 25px 0 25px;
  font-size: 18px;
}
.bg .details-box .list ul li a {
  transition: all 0.5s;
}
.bg .details-box .list ul li a:hover img {
  margin-left: 5px;
}
.bg .details-box .list ul li img {
  transition: all 0.5s;
  vertical-align: middle;
}
@media (max-width: 1250px) {
  .bg .crumbs {
    padding: 30px 0 40px;
  }
  .bg .crumbs a {
    font-size: 16px;
  }
  .bg .details-box .content {
    padding-bottom: 15px;
  }
  .bg .details-box .content h2 {
    font-size: 28px;
  }
  .bg .details-box .content h3 {
    font-size: 22px;
    padding-left: 45px;
    padding-top: 15px;
  }
  .bg .details-box .content h3::before {
    content: "";
    width: 36px;
    height: 36px;
  }
  .bg .details-box .content .little-title {
    font-size: 16px;
  }
  .bg .details-box .content .point-list {
    padding-bottom: 40px;
  }
  .bg .details-box .content .point-list li {
    font-size: 14px;
    padding-left: 15px;
  }
  .bg .details-box .content .con-list {
    padding-bottom: 30px;
  }
  .bg .details-box .content .con-list p {
    font-size: 14px;
  }
  .bg .details-box .content .img-title {
    padding-bottom: 15px;
    font-size: 24px;
  }
  .bg .details-box .content .img-list {
    margin-bottom: 30px;
  }
  .bg .details-box .content .img-list.img-special {
    width: 100%;
  }
  .bg .details-box .content .special-img-box img {
    width: 100%;
  }
  .bg .details-box .content .table-list {
    width: 100%;
  }
  .bg .details-box .list h2 {
    font-size: 20px;
  }
  .bg .details-box .list ul {
    padding-bottom: 60px;
  }
  .bg .details-box .list ul li {
    padding: 20px 15px 0 15px;
    font-size: 16px;
  }
}
@media (max-width: 992px) {
  .bg {
    background: url(../images/practice/details-bg.png) top center no-repeat;
    background-size: 1920px 367px;
  }
  .bg .crumbs {
    display: none;
  }
  .bg .details-box {
    display: block;
    padding-top: 6.66vw;
  }
  .bg .details-box .content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 0;
  }
  .bg .details-box .content h2 {
    font-size: 6.4vw;
    padding-bottom: 3.33vw;
    margin-bottom: 4vw;
  }
  .bg .details-box .content h3 {
    padding-top: 2vw;
    padding-left: 8vw;
    font-size: 5.33vw;
    margin-bottom: 2vw;
  }
  .bg .details-box .content h3::before {
    width: 7vw;
    height: 7vw;
  }
  .bg .details-box .content .little-title {
    font-size: 4.8vw;
    line-height: 1.2;
    padding-bottom: 2vw;
  }
  .bg .details-box .content .point-list {
    padding-bottom: 5vw;
  }
  .bg .details-box .content .point-list li {
    font-size: 4.26vw;
    margin-bottom: 1.33vw;
    padding-left: 2.66vw;
  }
  .bg .details-box .content .point-list li::before {
    width: 1vw;
    height: 1vw;
    top: 2.66vw;
    left: 0.53vw;
  }
  .bg .details-box .content .con-list {
    padding-bottom: 5vw;
  }
  .bg .details-box .content .con-list p {
    font-size: 4.26vw;
    line-height: 1.4;
  }
  .bg .details-box .content .img-title {
    padding-bottom: 2.66vw;
    font-size: 5.33vw;
  }
  .bg .details-box .content .img-list {
    margin-bottom: 5.33vw;
  }
  .bg .details-box .content .table-list {
    margin-bottom: 5vw;
  }
  .bg .details-box .list {
    width: 100%;
    padding-bottom: 4vw;
  }
  .bg .details-box .list h2 {
    font-size: 3.2vw;
    padding: 2.26vw 0 2.66vw 2.26vw;
  }
  .bg .details-box .list ul {
    padding-bottom: 8vw;
  }
  .bg .details-box .list ul li {
    padding: 2.66vw 3.33vw 0 2.66vw;
    font-size: 4.26vw;
  }
  .bg .details-box .list ul li a:hover img {
    margin-left: 0;
  }
  .bg .details-box .list ul li img {
    width: 1vw;
  }
}
@media (max-width: 767px) {
  .bg {
    background: url(../images/practice/details-bg.png) top center no-repeat;
    background-size: 1920px 367px;
  }
  .bg .details-box .content h2 {
    font-size: 24px;
  }
  .bg .details-box .content h3 {
    font-size: 20px;
  }
  .bg .details-box .content .little-title {
    font-size: 18px;
  }
  .bg .details-box .content .point-list {
    padding-bottom: 5vw;
  }
  .bg .details-box .content .point-list li {
    font-size: 16px;
  }
  .bg .details-box .content .con-list p {
    font-size: 16px;
  }
  .bg .details-box .content .img-title {
    font-size: 22px;
  }
  .bg .details-box .content .table-list tr {
    font-size: 14px;
  }
  .bg .details-box .content .table-list tr th {
    padding: 6px 0;
  }
  .bg .details-box .content .table-list tr td {
    padding: 6px 0;
  }
  .bg .details-box .list h2 {
    font-size: 16px;
  }
  .bg .details-box .list ul li {
    font-size: 16px;
  }
}
