.n_banner .text .p {
  max-width: 100%;
}
.ctn1 {
  padding: 10vw 0 6vw;
}
.ctn1 .con {
  display: flex;
}
.ctn1 .con .left {
  width: 50%;
  overflow: hidden;
}
.ctn1 .con .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .con .left:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn1 .con .right {
  width: 50%;
  background: #f4f4f4;
  padding: 4vw 7vw 4vw 4vw;
}
.ctn1 .con .right h2 {
  color: #000;
}
.ctn1 .con .right p {
  color: #777;
  line-height: 1.6;
  margin: 2vw 0 3vw;
}
.ctn1 .con .right .btns {
  display: flex;
}
.ctn1 .con .right .btns .mores:not(:last-child) {
  margin-right: 20px;
}
.ctn2 {
  padding-bottom: 10vw;
}
.ctn2 ul li {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.ctn2 ul li .tu {
  width: 50%;
  overflow: hidden;
}
.ctn2 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;
}
.ctn2 ul li .tu:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn2 ul li .text {
  width: 50%;
  padding: 4vw;
}
.ctn2 ul li .text h2 {
  color: #000;
}
.ctn2 ul li .text h3 {
  color: #777;
  margin-top: 2vw;
}
.ctn2 ul li .text .txt p {
  color: #777;
  padding-left: 14px;
  position: relative;
  margin-top: 20px;
}
.ctn2 ul li .text .txt p:before {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #004ea2;
  position: absolute;
  left: 0;
  top: 10px;
}
.ctn2 ul li:nth-child(odd) .tu {
  order: 2;
}
@media screen and (max-width: 1200px) {
  .ctn2 ul li .text h3 {
    font-size: 14px;
  }
  .ctn2 ul li .text .txt p {
    padding-left: 10px;
  }
  .ctn2 ul li .text .txt p:before {
    width: 4px;
    height: 4px;
    top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .ctn1 {
    padding: 40px 0 10px;
  }
  .ctn1 .con {
    display: block;
  }
  .ctn1 .con .left {
    width: 100%;
  }
  .ctn1 .con .right {
    width: 100%;
    padding: 20px;
  }
  .ctn1 .con .right p {
    margin: 14px 0 30px;
  }
  .ctn1 .con .right .btns {
    justify-content: center;
  }
  .ctn1 .con .right .btns .mores:not(:last-child) {
    margin-right: 10px;
  }
  .ctn2 {
    padding-bottom: 40px;
  }
  .ctn2 ul li {
    margin-top: 20px;
    display: block;
  }
  .ctn2 ul li .tu {
    width: 100%;
  }
  .ctn2 ul li .text {
    width: 100%;
    padding: 20px;
  }
  .ctn2 ul li .text h3 {
    margin-top: 14px;
  }
 .ctn2 ul li .text .txt p {
    margin-top: 14px;
  }
}
<!--ºÄÊ±1787060005.4119Ãë-->