.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.banner .text h1 {
  color: #fff;
  font-weight: bold;
}
.banner .text .txt {
  margin-top: 10px;
}
.banner .text .txt p {
  color: #fff;
  width: 50%;
}
.banner .text a {
  margin-top: 48px;
  display: inline-block;
  width: 210px;
  line-height: 60px;
  border-radius: 6px;
  text-align: center;
  background-image: linear-gradient(90deg, #285bee 0%, #51aef8 100%), linear-gradient(#000000, #000000);
}
.banner .text a span {
  color: #fff;
  position: relative;
}
.banner .text a span:after {
  content: "";
  font-family: iconfont;
  display: inline-block;
  color: #fff;
  transform: translateY(1px);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.banner .text a:hover span:after {
  content: "\e683";
  margin-left: 5px;
}
.s-title h2 {
  text-align: center;
  font-weight: bold;
  color: #252b3a;
}
.ctn1 {
  padding: 3.5vw 0 5vw;
  background: #f3f5f9;
}
.ctn1 .con .ctn-list {
  margin-top: 4vw;
}
.ctn1 .con .ctn-list ul li {
  float: left;
  width: 30.5%;
}
.ctn1 .con .ctn-list ul li:not(:nth-child(3n)) {
  margin-right: 4.25%;
}
.ctn1 .con .ctn-list ul li .tu {
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 1vw;
}
.ctn1 .con .ctn-list ul li .tu img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .ctn-list ul li p {
  color: #575d6c;
  line-height: 1.8;
  text-align: justify;
}
.ctn1 .con .ctn-list ul li:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn2 {
  padding: 4vw 0;
}
.ctn2 .con .s-title h2.mobile {
  display: none;
}
.ctn2 .con .s-title p {
  width: 77%;
  color: #575d6c;
  margin: 20px auto 0;
  text-align: center;
}
.ctn2 .con .ctn-box {
  margin-top: 5vw;
  position: relative;
}
.ctn2 .con .ctn-box .tu {
  width: 41%;
  margin: 0 auto;
}
.ctn2 .con .ctn-box .tu img {
  width: 100%;
}
.ctn2 .con .ctn-box ul li {
  position: absolute;
  width: 35%;
  left: 0;
  top: 18%;
}
.ctn2 .con .ctn-box ul li .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn2 .con .ctn-box ul li .title h2 {
  font-weight: bold;
  color: #9c64b3;
}
.ctn2 .con .ctn-box ul li .title .line {
  width: calc(100% - 100px);
  height: 1px;
  background: #9c64b3;
  position: relative;
}
.ctn2 .con .ctn-box ul li .title .line:after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #9c64b3;
  position: absolute;
  top: -2px;
  right: 0;
}
.ctn2 .con .ctn-box ul li .text {
  font-size: 16px;
}
.ctn2 .con .ctn-box ul li .text .top {
  margin: 6px 0;
}
.ctn2 .con .ctn-box ul li .text .top p {
  font-weight: bold;
  color: #9c64b3;
  line-height: 1.6;
}
.ctn2 .con .ctn-box ul li .text .txt {
  width: 74%;
}
.ctn2 .con .ctn-box ul li .text .txt p {
  color: #575d6c;
  line-height: 2;
}
.ctn2 .con .ctn-box ul li:nth-child(5) {
  top: 70%;
  width: 30%;
}
.ctn2 .con .ctn-box ul li:nth-child(5) .title h2 {
  color: #9f7bf8;
}
.ctn2 .con .ctn-box ul li:nth-child(5) .title .line {
  background: #9f7bf8;
}
.ctn2 .con .ctn-box ul li:nth-child(5) .title .line:after {
  background: #9f7bf8;
}
.ctn2 .con .ctn-box ul li:nth-child(5) .text .top p {
  color: #9f7bf8;
}
.ctn2 .con .ctn-box ul li:nth-child(5) .text .txt {
  width: 90%;
}
.ctn2 .con .ctn-box ul li:nth-child(1) {
  left: auto;
  right: 0;
  width: 44%;
  top: 2%;
}
.ctn2 .con .ctn-box ul li:nth-child(1) .title h2 {
  color: #4e8de9;
}
.ctn2 .con .ctn-box ul li:nth-child(1) .title .line {
  background: #4e8de9;
}
.ctn2 .con .ctn-box ul li:nth-child(1) .title .line:after {
  right: auto;
  left: 0;
  background: #4e8de9;
}
.ctn2 .con .ctn-box ul li:nth-child(1) .text {
  text-align: right;
  padding-left: 24%;
}
.ctn2 .con .ctn-box ul li:nth-child(1) .text .top p {
  color: #4e8de9;
}
.ctn2 .con .ctn-box ul li:nth-child(1) .text .txt {
  width: 100%;
}
.ctn2 .con .ctn-box ul li:nth-child(2) {
  left: auto;
  right: 0;
  width: 29%;
  top: 37%;
}
.ctn2 .con .ctn-box ul li:nth-child(2) .title h2 {
  color: #6accfa;
}
.ctn2 .con .ctn-box ul li:nth-child(2) .title .line {
  background: #6accfa;
}
.ctn2 .con .ctn-box ul li:nth-child(2) .title .line:after {
  right: auto;
  left: 0;
  background: #6accfa;
}
.ctn2 .con .ctn-box ul li:nth-child(2) .text {
  text-align: right;
}
.ctn2 .con .ctn-box ul li:nth-child(2) .text .top p {
  color: #6accfa;
}
.ctn2 .con .ctn-box ul li:nth-child(2) .text .txt {
  width: 100%;
}
.ctn2 .con .ctn-box ul li:nth-child(3) {
  left: auto;
  right: 0;
  width: 32%;
  top: 69%;
}
.ctn2 .con .ctn-box ul li:nth-child(3) .title h2 {
  color: #69c8ca;
}
.ctn2 .con .ctn-box ul li:nth-child(3) .title .line {
  background: #69c8ca;
}
.ctn2 .con .ctn-box ul li:nth-child(3) .title .line:after {
  right: auto;
  left: 0;
  background: #69c8ca;
}
.ctn2 .con .ctn-box ul li:nth-child(3) .text {
  text-align: right;
}
.ctn2 .con .ctn-box ul li:nth-child(3) .text .top p {
  color: #69c8ca;
}
.ctn2 .con .ctn-box ul li:nth-child(3) .text .txt {
  width: 100%;
}
.ctn2 .con .jie {
  margin-top: 6vw;
  text-align: center;
}
.ctn2 .con .jie a {
  color: #5b95f7;
  font-weight: bold;
  text-decoration: underline;
}
.ctn3 {
  background: #f3f5f9;
  padding: 4vw 0;
}
.ctn3 .con .ctn-list {
  margin-top: 1vw;
}
.ctn3 .con .ctn-list ul {
  display: block;
}
.ctn3 .con .ctn-list ul li {
  float: left;
  width: 31.25%;
  margin-top: 2vw;
}
.ctn3 .con .ctn-list ul li:not(:nth-child(3n)) {
  margin-right: 3.125%;
}
.ctn3 .con .ctn-list ul li .tu {
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  border-radius: 5px;
}
.ctn3 .con .ctn-list ul li .tu img {
  width: 100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .con .ctn-list ul li .text {
  padding: 1.5vw 2vw;
  border-radius: 0px 0px 5px 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .con .ctn-list ul li .text h2 {
  color: #252b3a;
  font-weight: bold;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
}
.ctn3 .con .ctn-list ul li:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn3 .con .ctn-list ul li:hover .text {
  background: #fff;
}
.ctn3 .con .ctn-list .more {
  margin-top: 3vw;
  text-align: center;
}
.ctn3 .con .ctn-list .more a {
  display: inline-block;
  width: 160px;
  line-height: 48px;
  border-radius: 5px;
  text-align: center;
  background-image: linear-gradient(90deg, #285bee 0%, #51aef8 100%), linear-gradient(#000000, #000000);
}
.ctn3 .con .ctn-list .more a span {
  color: #fff;
  position: relative;
}
.ctn3 .con .ctn-list .more a span:after {
  content: "";
  font-family: iconfont;
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .con .ctn-list .more a:hover span:after {
  content: "\e683";
  margin-left: 5px;
}
.ctn4 {
  padding: 4vw 0;
}
.ctn4 .con .s-wrapper {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 2.5vw;
}
.ctn4 .con .s-wrapper ul li {
  width: auto;
  cursor: pointer;
  position: relative;
  padding: 0 10px 24px 10px;
  color: #14192f;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .con .s-wrapper ul li:before {
  content: '';
  width: 0;
  height: 4px;
  background: #5b95f7;
  position: absolute;
  left: 50%;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .con .s-wrapper ul li:not(:last-child) {
  margin-right: 3%;
}
.ctn4 .con .s-wrapper ul li:hover {
  color: #5b95f7;
}
.ctn4 .con .s-wrapper ul li.active {
  color: #5b95f7;
}
.ctn4 .con .s-wrapper ul li.active:before {
  width: 100%;
  left: 0;
}
.ctn4 .con .s-list {
  margin-top: 3.5vw;
}
.ctn4 .con .s-list .box {
  display: none;
}
.ctn4 .con .s-list .box.active {
  display: block;
}
.ctn4 .con .s-list .box .left {
  float: left;
  width: 42.5%;
  
}
.ctn4 .con .s-list .box .left h2 {
  color: #14192f;
  font-weight: bold;
}
.ctn4 .con .s-list .box .left p {
  color: #575d6c;
  line-height: 1.8;
  text-align: justify;
  margin: 1vw 0;
}
.ctn4 .con .s-list .box .left ul {
  width: 94%;
}
.ctn4 .con .s-list .box .left ul li {
  padding-left: 26px;
  margin-top: 10px;
  position: relative;
  color: #575d6c;
}
.ctn4 .con .s-list .box .left ul li:before {
  content: '';
  width: 16px;
  height: 12px;
  background: url(../image/dui1.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 6px;
}
.ctn4 .con .s-list .box .left a {
  margin-top: 3vw;
  display: inline-block;
  width: 160px;
  line-height: 48px;
  border-radius: 5px;
  text-align: center;
  background-image: linear-gradient(90deg, #285bee 0%, #51aef8 100%), linear-gradient(#000000, #000000);
}
.ctn4 .con .s-list .box .left a span {
  color: #fff;
  position: relative;
}
.ctn4 .con .s-list .box .left a span:after {
  content: "";
  font-family: iconfont;
  display: inline-block;
  color: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .con .s-list .box .left a:hover span:after {
  content: "\e683";
  margin-left: 5px;
}
.ctn4 .con .s-list .box .right {
  float: right;
  width: 49.3%;
}
.ctn4 .con .s-list .box .right ul li {
  background: #f3f5f9;
  border-radius: 5px;
  padding: 1.5vw 2vw;
}
.ctn4 .con .s-list .box .right ul li:not(:first-child) {
  margin-top: 1.5vw;
}
.ctn4 .con .s-list .box .right ul li .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ctn4 .con .s-list .box .right ul li .top .icon {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 25px 17px 60px 0px rgba(6, 16, 48, 0.1), -21px -21px 60px 0px rgba(255, 255, 255, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
}
.ctn4 .con .s-list .box .right ul li .top .icon img {
  max-width: 80%;
  max-height: 80%;
}
.ctn4 .con .s-list .box .right ul li .top .txt {
  width: calc(100% - 110px);
}
.ctn4 .con .s-list .box .right ul li .top .txt h2 {
  font-weight: bold;
  color: #252b39;
}
.ctn4 .con .s-list .box .right ul li .top .txt h3 {
  color: #252b39;
}
.ctn4 .con .s-list .box .right ul li .bottom {
  display: flex;
  margin-top: 1.5vw;
  padding-left: 0.4vw;
}
.ctn4 .con .s-list .box .right ul li .bottom .txt:not(:last-child) {
  margin-right: 12%;
}
.ctn4 .con .s-list .box .right ul li .bottom .txt h3 {
  color: #3a86ee;
}
.ctn4 .con .s-list .box .right ul li .bottom .txt h2 {
  color: #767789;
}

.ctn5 {
  padding: 2vw 0 3.5vw;
}
.ctn5 .con .ctn-list {
  margin-top: 2vw;
}
.ctn5 .con .ctn-list ul li {
  border-bottom: 1px solid #f0f0f0;
  padding: 1.5vw 0;
}
.ctn5 .con .ctn-list ul li:last-child {
  border-bottom: 0;
}
.ctn5 .con .ctn-list ul li .txt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.ctn5 .con .ctn-list ul li .txt p {
  display: block;
  width: calc(100% - 40px);
  font-weight: bold;
  color: #252b3a;
}
.ctn5 .con .ctn-list ul li .txt .ic {
  width: 20px;
  height: 2px;
  position: relative;
}
.ctn5 .con .ctn-list ul li .txt .ic::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #252b3a;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.ctn5 .con .ctn-list ul li .txt .ic::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #252b3a;
  transform: rotate(90deg);
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
}
.ctn5 .con .ctn-list ul li .des {
  display: none;
  padding-top: 1.2vw;
  color: #666a75;
  text-align: justify;
  line-height: 2;
}
.ctn5 .con .ctn-list ul li.on .txt .ic::after {
  transform: rotate(180deg);
}
.ctn5 .con .ctn-list ul li.on .txt .ic::before {
  transform: rotate(180deg);
}
@media screen and (max-width: 1500px) {
  .ctn2 .con .ctn-box ul li .title h2 {
    font-size: 20px;
  }
  .ctn2 .con .ctn-box ul li .title .line {
    width: calc(100% - 80px);
  }
  .ctn2 .con .ctn-box ul li .text {
    font-size: 14px;
  }
  .ctn2 .con .ctn-box ul li:nth-child(5) .text .txt {
    width: 100%;
  }
  .ctn2 .con .ctn-box ul li:nth-child(2) {
    width: 32%;
  }
  .ctn2 .con .ctn-box ul li:nth-child(2) .title .line {
    width: calc(100% - 120px);
    position: relative;
    left: 40px;
  }
  .ctn2 .con .ctn-box ul li:nth-child(3) {
    width: 33%;
  }
}
@media screen and (max-width: 1440px) {
  .banner .text a {
    width: 280px;
    line-height: 54px;
  }
  .ctn3 .con .ctn-list .more a {
    width: 140px;
    line-height: 40px;
  }
  .ctn4 .con .s-wrapper ul li {
    padding: 0 10px 16px 10px;
  }
  .ctn4 .con .s-list .box .left a {
    width: 140px;
    line-height: 40px;
  }
  .ctn4 .con .s-list .box .right ul li .top .icon {
    width: 70px;
    height: 70px;
  }
  .ctn4 .con .s-list .box .right ul li .top .txt {
    width: calc(100% - 90px);
  }
}
@media screen and (max-width: 1366px) {
  .ctn2 .con .ctn-box ul li:nth-child(5) {
    width: 32%;
  }
  .ctn2 .con .ctn-box ul li:nth-child(3) {
    top: 74%;
  }
  .ctn4 .con .s-list .box .right ul li .top .txt h2 {
    font-size: 26px;
  }
  .ctn4 .con .s-list .box .right ul li .top .txt h3 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .banner .text a {
    width: 260px;
    line-height: 52px;
  }
  .ctn2 .con .ctn-box ul li .title h2 {
    font-size: 18px;
  }
  .ctn2 .con .ctn-box ul li .text {
    font-size: 13px;
  }
  .ctn2 .con .ctn-box ul li .text .txt p {
    line-height: 1.6;
  }
  .ctn2 .con .ctn-box ul li:nth-child(1) {
    top: 0;
  }
  .ctn2 .con .ctn-box ul li:nth-child(1) .text {
    padding-left: 15%;
  }
  .ctn2 .con .ctn-box ul li:nth-child(2) {
    top: 40%;
  }
  .ctn2 .con .ctn-box ul li:nth-child(3) {
    top: 90%;
  }
  .ctn2 .con .jie {
    margin-top: 12vw;
  }
  .ctn4 .con .s-list .box .right ul li .top .txt h2 {
    font-size: 20px;
  }
  .ctn4 .con .s-list .box .right ul li .top .txt h3 {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .s-title h2 {
    font-size: 20px;
  }
  .banner {
    height: 320px;
  }
  .banner img {
    height: 100%;
    object-fit: cover;
  }
  .banner .text h2 {
    font-size: 20px;
  }
  .banner .text .txt p {
    display: inline;
  }
  .banner .text a {
    width: 200px;
    line-height: 44px;
    margin-top: 20px;
  }
  .banner .text a span:after {
    content: "\e683";
    margin-left: 5px;
  }
  .ctn1 {
    padding: 30px 0;
  }
  .ctn1 .con .ctn-list {
    margin-top: 0;
    padding-bottom: 40px;
  }
  .ctn1 .con .ctn-list ul li {
    width: 100%;
    margin-top: 20px;
  }
  .ctn1 .con .ctn-list ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .ctn1 .con .ctn-list ul li .tu {
    margin-bottom: 18px;
  }
  .ctn1 .con .ctn-list .swiper-pagination {
    bottom: 0;
  }
  .ctn1 .con .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .ctn1 .con .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    background: #5b95f7;
  }
  .ctn2 {
    padding: 30px 0;
  }
  .ctn2 .con .s-title h2.pc {
    display: none;
  }
  .ctn2 .con .s-title h2.mobile {
    display: block;
  }
  .ctn2 .con .s-title p {
    width: 100%;
  }
  .ctn2 .con .ctn-box {
    margin-top: 30px;
  }
  .ctn2 .con .ctn-box .tu {
    width: 100%;
  }
  .ctn2 .con .ctn-box ul {
    margin-top: 30px;
  }
  .ctn2 .con .ctn-box ul li {
    position: relative;
    width: 100%!important;
    left: 0!important;
    top: 0!important;
    right: 0!important;
    margin-top: 20px;
  }
  .ctn2 .con .ctn-box ul li .title .line {
    width: calc(100% - 70px);
  }
  .ctn2 .con .ctn-box ul li:nth-child(1) .title .line {
    position: absolute;
    right: 0;
  }
  .ctn2 .con .ctn-box ul li:nth-child(1) .title .line:after {
    left: auto;
    right: 0;
  }
  .ctn2 .con .ctn-box ul li:nth-child(1) .text {
    padding-left: 0;
    text-align: left;
  }
  .ctn2 .con .ctn-box ul li:nth-child(2) .title .line {
    width: calc(100% - 70px);
    position: absolute;
    left: auto;
    right: 0;
  }
  .ctn2 .con .ctn-box ul li:nth-child(2) .title .line:after {
    left: auto;
    right: 0;
  }
  .ctn2 .con .ctn-box ul li:nth-child(2) .text {
    text-align: left;
  }
  .ctn2 .con .ctn-box ul li:nth-child(3) .title .line {
    position: absolute;
    right: 0;
  }
  .ctn2 .con .ctn-box ul li:nth-child(3) .title .line:after {
    left: auto;
    right: 0;
  }
  .ctn2 .con .ctn-box ul li:nth-child(3) .text {
    text-align: left;
  }
  .ctn2 .con .jie {
    margin-top: 30px;
  }
  .ctn3 {
    padding: 30px 0;
  }
  .ctn3 .con .ctn-list {
    margin-top: 30px;
  }
  .ctn3 .con .ctn-list ul {
    display: flex;
  }
  .ctn3 .con .ctn-list ul li {
    width: 100%;
    margin-top: 0;
  }
  .ctn3 .con .ctn-list ul li:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .ctn3 .con .ctn-list ul li .text {
    padding: 14px;
    background: #fff;
  }
  .ctn3 .con .ctn-list ul li .text h2 {
    font-size: 14px;
  }
  .ctn3 .con .ctn-list .swiper-pagination {
    position: relative;
    bottom: 0;
    margin-top: 20px;
  }
  .ctn3 .con .ctn-list .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  .ctn3 .con .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    background: #5b95f7;
  }
  .ctn3 .con .ctn-list .more {
    margin-top: 20px;
  }
  .ctn3 .con .ctn-list .more a {
    width: 120px;
    line-height: 38px;
  }
  .ctn3 .con .ctn-list .more a span:after {
    content: "\e683";
    margin-left: 5px;
  }
  .ctn4 {
    padding: 30px 0;
  }
  .ctn4 .con .s-wrapper {
    margin-top: 20px;
  }
  .ctn4 .con .s-wrapper ul li {
    padding: 0 10px 10px 10px;
  }
  .ctn4 .con .s-wrapper ul li:before {
    height: 2px;
  }
  .ctn4 .con .s-list {
    margin-top: 20px;
  }
  .ctn4 .con .s-list .box .left {
    width: 100%;
    padding-top: 0;
  }
  .ctn4 .con .s-list .box .left h2 {
    font-size: 18px;
  }
  .ctn4 .con .s-list .box .left p {
    margin: 10px 0;
  }
  .ctn4 .con .s-list .box .left ul {
    width: 100%;
  }
  .ctn4 .con .s-list .box .left a {
    width: 120px;
    line-height: 38px;
    margin-top: 20px;
  }
  .ctn4 .con .s-list .box .left a span:after {
    content: "\e683";
    margin-left: 5px;
  }
  .ctn4 .con .s-list .box .right {
    width: 100%;
    margin-top: 30px;
  }
  .ctn4 .con .s-list .box .right ul li {
    padding: 14px;
  }
  .ctn4 .con .s-list .box .right ul li .top .icon {
    width: 60px;
    height: 60px;
  }
  .ctn4 .con .s-list .box .right ul li .top .icon img {
    max-width: 60%;
    max-height: 60%;
  }
  .ctn4 .con .s-list .box .right ul li .top .txt {
    width: calc(100% - 76px);
  }
  .ctn4 .con .s-list .box .right ul li .top .txt h2 {
    font-size: 18px;
  }
  .ctn4 .con .s-list .box .right ul li .top .txt h3 {
    font-size: 14px;
  }
  .ctn4 .con .s-list .box .right ul li .bottom {
    padding-left: 6px;
    margin-top: 14px;
  }
  .ctn4 .con .s-list .box .right ul li .bottom .txt h3 {
    font-size: 20px;
  }
  .ctn4 .con .s-list .box .right ul li .bottom .txt:not(:last-child) {
    margin-right: 8%;
  }
  .swiper-wrapper{
    justify-content: inherit;
  }
  .ctn5 {
    padding: 0 0 30px;
  }
  .ctn5 .con .ctn-list ul li {
    padding: 14px 0;
  }
  .ctn5 .con .ctn-list ul li .txt .ic {
    width: 14px;
  }
  .ctn5 .con .ctn-list ul li .txt p {
    width: calc(100% - 26px);
  }
  .ctn5 .con .ctn-list ul li .des {
    padding-top: 10px;
    line-height: 1.8;
    padding-left: 26px;
  }
}
/*# sourceMappingURL=index.css.map */