.pagination1{
    bottom:20px!important;
}
.jie{
    position: absolute;
    z-index: 3;
    bottom:0;
}
.swiper-btns {
  position: relative;
  margin-top: 30px;
  padding-left: 40px;
  display: flex;
}
.swiper-btns .swiper-button-prev {
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0;
  width: 66px;
  height: 38px;
  background: #fff;
  margin-right: 2px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-btns .swiper-button-prev:before {
  display: none;
}
.swiper-btns .swiper-button-prev:after {
  content: '\e600';
  font-family: iconfont;
  color: var(--blue);
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-btns .swiper-button-prev:hover {
  background: var(--blue);
}
.swiper-btns .swiper-button-prev:hover:after {
  color: #fff;
}
.swiper-btns .swiper-button-next {
  position: relative;
  right: 0;
  top: 0;
  margin-top: 0;
  width: 66px;
  height: 38px;
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-btns .swiper-button-next:before {
  display: none;
}
.swiper-btns .swiper-button-next:after {
  content: '\e7f4';
  font-family: iconfont;
  color: var(--blue);
  font-size: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-btns .swiper-button-next:hover {
  background: var(--blue);
}
.swiper-btns .swiper-button-next:hover:after {
  color: #fff;
}
.mores a {
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.mores a span {
  font-size: 20px;
  margin-left: 4px;
  position: relative;
  top: 2px;
}
.mores a:hover {
  color: var(--blue);
}
.banner .swiper-slide .tu {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 4s linear;
  transform: scale(1.1, 1.1);
}
.banner .swiper-slide .video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .swiper-slide .video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.banner .swiper-slide .text h3 {
  color: #fff;
  font-weight: 500;
  opacity: 0;
  transform: translateY(40px);
}
.banner .swiper-slide .text h2 {
  line-height: 1.1;
  font-weight: 500;
  opacity: 0;
  transform: translateY(40px);
  margin-top: 10px;
  width:45%;
}
.banner .swiper-slide .text p {
  opacity: 0;
  transform: translateY(40px);
  margin-top: 50px;
   width:45%;
}
.banner .swiper-slide-active .tu img {
  transform: scale(1, 1);
}
.banner .swiper-slide-active .text h3 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease 0.5s;
  -webkit-transition: all 1s ease 0.5s;
  -moz-transition: all 1s ease 0.5s;
  -ms-transition: all 1s ease 0.5s;
}
.banner .swiper-slide-active .text h2 {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease 0.7s;
  -webkit-transition: all 1s ease 0.7s;
  -moz-transition: all 1s ease 0.7s;
  -ms-transition: all 1s ease 0.7s;
}
.banner .swiper-slide-active .text p {
  opacity: 1;
  transform: translateY(0);
  transition: all 1s ease 0.9s;
  -webkit-transition: all 1s ease 0.9s;
  -moz-transition: all 1s ease 0.9s;
  -ms-transition: all 1s ease 0.9s;
}
.banner .banner_page {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 100px;
  z-index: 2;
}
.banner .banner_page .box {
  display: none;
  width: 180px;
  flex-wrap: wrap;
  color: #fff;
}
.banner .banner_page .box .sign {
  margin-right: 10px;
}
.banner .banner_page .box .swiper-pagination {
  position: relative;
  bottom: 0;
  width: auto;
  text-align: left;
  letter-spacing: 10px;
}
.banner .banner_page .box .line {
  width: 100%;
  height: 2px;
  background: #fff;
  margin-top: 20px;
  position: relative;
}
.banner .banner_page .box .line .xian {
  position: absolute;
  width: 0;
  height: 2px;
  background: #005698;
  left: 0;
  bottom: 0;
  transition: all 5s;
  -webkit-transition: all 5s;
  -moz-transition: all 5s;
  -ms-transition: all 5s;
}
.ctn1 {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 50px 0;
  position: relative;
  z-index: 3;
}
.ctn1 .ctn-list .swiper-slide .tu {
  height: 434px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.ctn1 .ctn-list .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn1 .ctn-list .swiper-slide .text {
  background: #fff;
  width: 90.6%;
  margin: -66px auto 0;
  position: relative;
  z-index: 2;
  padding: 40px;
  text-align: center;
}
.ctn1 .ctn-list .swiper-slide .text h2 {
  font-weight: 700;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn1 .ctn-list .swiper-slide .text p {
  font-weight: 300;
  color: #333;
  margin-top: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ctn1 .ctn-list .swiper-slide:hover .tu img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.ctn1 .ctn-list .swiper-slide:hover .text h2 {
  color: var(--blue);
}
.ctn2 {
  height: 860px;
  margin-top: -134px;
  position: relative;
  z-index: 2;
}
.ctn2 .con {
  position: relative;
  height: 100%;
  z-index: 2;
  display: flex;
  justify-content: flex-end;
}
.ctn2 .con .text {
  width: 50%;
  padding-left: 50px;
  margin-top: 200px;
}
.ctn2 .con .text h2 {
  font-weight: 700;
  color: #333;
}
.ctn2 .con .text p {
  width: 80%;
  color: #333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  margin: 24px 0 30px;
}
.ctn2 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ctn2 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn3 {
  overflow: hidden;
  margin-top: -254px;
  position: relative;
  z-index: 3;
  padding-bottom: 154px;
}
.ctn3:before {
  content: '';
  width: 100%;
  height: calc(100% - 254px);
  background: #f0f5f8;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ctn3 .con {
  position: relative;
  z-index: 2;
}
.ctn3 .con .ctn-list {
  padding-left: 150px;
}
.ctn3 .con .ctn-list .swiper-container {
  overflow: initial;
}
.ctn3 .con .ctn-list .swiper-container .swiper-slide {
  width: 380px;
  height: auto;
  background: #fff;
}
.ctn3 .con .ctn-list .swiper-container .swiper-slide:after {
  content: '';
  width: 0;
  height: 2px;
  background: var(--blue);
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .con .ctn-list .swiper-container .swiper-slide .tu {
  height: 254px;
  overflow: hidden;
}
.ctn3 .con .ctn-list .swiper-container .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn3 .con .ctn-list .swiper-container .swiper-slide .text {
  background: #fff;
  padding: 36px 60px 80px;
}
.ctn3 .con .ctn-list .swiper-container .swiper-slide .text .icons {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn3 .con .ctn-list .swiper-container .swiper-slide .text .icons img {
  max-width: 100%;
  max-height: 100%;
}
.ctn3 .con .ctn-list .swiper-container .swiper-slide .text h2 {
  font-weight: 700;
  color: #333;
  margin: 14px 0 10px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn3 .con .ctn-list .swiper-container .swiper-slide .text p {
  color: #333;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 4.5em;
}
.ctn3 .con .ctn-list .swiper-container .swiper-slide:hover:after {
  width: 100%;
}
.ctn3 .con .ctn-list .swiper-container .swiper-slide: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 .swiper-container .swiper-slide:hover .text h2 {
  color: var(--blue);
}
.ctn3 .con .ctn-list .swiper-btns {
  padding-left: 0;
}
.ctn4 {
  position: relative;
  background: #f9fdfe;
  padding: 150px 0 60px;
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
.ctn4 .left {
  width: 38.4%;
  position: relative;
}
.ctn4 .left:after {
  content: '';
  width: 100%;
  height: 170px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1), #ffffff);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  opacity: 1;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .left .text {
  position: relative;
  z-index: 4;
}
.ctn4 .left .text h2 {
  font-weight: 700;
}
.ctn4 .left .text p {
  width: 90%;
  margin: 20px 0 40px;
  	-webkit-line-clamp: 5;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height:1.6;
	max-height:8em;
}
.ctn4 .left .ctn-list {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.ctn4 .left .ctn-list:after {
  content: '';
  width: 100%;
  height: 170px;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.1), #ffffff);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .left .ctn-list .swiper-container {
  height: 510px;
  cursor: pointer;
}
.ctn4 .left .ctn-list .swiper-container .swiper-slide p {
  color: var(--blue);
  padding-bottom: 10px;
  border-bottom: 1px solid #e2e2e2;
}
.ctn4 .left .ctn-list .swiper-container .swiper-slide .txt {
  display: flex;
  align-items: center;
  color: #232323;
}
.ctn4 .left .ctn-list .swiper-container .swiper-slide .txt h2 {
  font-weight: 900;
  margin-right: 6px;
}
.ctn4 .left .ctn-list .swiper-container .swiper-slide .txt span {
  font-weight: 700;
}
.ctn4 .left.active:after {
  opacity: 0;
}
.ctn4 .left .ctn-list.active:after {
  opacity: 1;
}
.ctn4 .left .swiper-btns {
  position: absolute;
  left: -120px;
    bottom: 0;
  z-index: 100;
  margin-top: 0;
  padding-left: 0;
}
.ctn4 .left .swiper-btns .swiper-button-prev {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}
.ctn4 .left .swiper-btns .swiper-button-next {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  right: 30px;
}
.ctn4 .left.active:after {
  opacity: 0;
}
.ctn4 .right {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
}
.ctn4 .right img {
  width: auto;
  height: 100%;
}
.ctn5 {
  padding: 240px 0 200px;
  position: relative;
  overflow: hidden;
}
.ctn5 .con {
  position: relative;
  z-index: 2;
}
.ctn5 .con .title h2 {
  font-weight: 700;
}
.ctn5 .con .title p {
  color: #666;
  margin-top: 10px;
}
.ctn5 .con .ctn-list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-bottom: 80px;
}
.ctn5 .con .ctn-list .left {
  width: 40%;
}
.ctn5 .con .ctn-list .left .swiper-container{
    height: 100%;
}
.ctn5 .con .ctn-list .left .swiper-slide{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ctn5 .con .ctn-list .left .swiper-slide img {
  width: 100%;
}
.ctn5 .con .ctn-list .left .swiper-btns{
    position: absolute;
    width: 100%;
    bottom:0;
    justify-content: center;
}
.ctn5 .con .ctn-list .left .swiper-btns .swiper-button-prev{
    width: 58px;
    height: 34px;
}
.ctn5 .con .ctn-list .left .swiper-btns .swiper-button-prev:after{
    font-size: 20px;
}
.ctn5 .con .ctn-list .left .swiper-btns .swiper-button-next{
    width: 58px;
    height: 34px;
}
.ctn5 .con .ctn-list .left .swiper-btns .swiper-button-next:after{
    font-size: 20px;
}
.ctn5 .con .ctn-list .left .swiper-pagination {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.ctn5 .con .ctn-list .left .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 0.3;
  margin: 0 5px;
}
.ctn5 .con .ctn-list .left .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.ctn5 .con .ctn-list .right {
  width: 60%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 0 80px;
}
.ctn5 .con .ctn-list .right{
    position: relative;
}
.ctn5 .con .ctn-list .right h5{
    position: absolute;
    color:#fff;
    right:20px;
    bottom:10px;
}
.ctn5 .con .ctn-list .right .top {
  padding-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ctn5 .con .ctn-list .right .top .swiper-slide {
  height: 280px;
  display: flex;
  align-items: center;
}
.ctn5 .con .ctn-list .right .top .swiper-slide .tu {
  display: none;
}
.ctn5 .con .ctn-list .right .top .swiper-slide .txt {
  width: 78%;
  color: #fff;
  line-height: 1.6;
}
.ctn5 .con .ctn-list .right .top .swiper-slide .hao {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
}
.ctn5 .con .ctn-list .right .top .swiper-slide .hao img {
  width: 72px;
  display: block;
}
.ctn5 .con .ctn-list .right .top .swiper-slide .hao h2 {
  color: #fff;
  margin-top: 20px;
  position: relative;
  display: inline-block;
}
.ctn5 .con .ctn-list .right .top .swiper-slide .hao h2:before {
  content: '';
  width: 58px;
  height: 1px;
  background: #fff;
  position: absolute;
  left: -68px;
  top: 10px;
  display: none;
}
.ctn5 .con .ctn-list .right .top>.swiper-pagination {
  display: none;
}
.ctn5 .con .ctn-list .right .bottom {
  padding: 50px 0;
}
.ctn5 .con .ctn-list .right .bottom .swiper-slide {
  width: auto;
  height: 42px;
  display: flex;
  align-items: center;
  opacity: 0.3;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  cursor: pointer;
}
.ctn5 .con .ctn-list .right .bottom .swiper-slide img {
  max-height: 100%;
}
.ctn5 .con .ctn-list .right .bottom .swiper-slide:not(:last-child) {
  margin-right: 50px;
}
.ctn5 .con .ctn-list .right .bottom .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.ctn5 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
.ctn5 .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box1 {
  overflow: hidden;
  width: 100%;
  height: 700px;
  position: relative;
}
#box_text .box_c {
  position: absolute;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  z-index: 4;
  left: -60px;
  top: 5px;
  color: #2a2d44;
}
#box_text .box_c h3 {
  position: relative;
  left: 4px;
  top: 4px;
  white-space: nowrap;
}
@-webkit-keyframes pulsed {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0.2;
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.4;
  }
}
@keyframes pulsed {
  from {
    -webkit-transform: scale3d(0.1, 0.1, 0.1);
    transform: scale3d(0.1, 0.1, 0.1);
    opacity: 0;
  }
  50% {
    -webkit-transform: scale3d(0.5, 0.5, 0.5);
    transform: scale3d(0.5, 0.5, 0.5);
    opacity: 0.2;
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 0.4;
  }
}
#box_text .box_c:after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #152c6e;
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-animation-name: pulsed;
  animation-name: pulsed;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
#box_text .box_c:before {
  content: '';
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background: #152c6e;
  opacity: 0.2;
  position: absolute;
  left: 25%;
  top: 25%;
  -webkit-animation-name: pulsed;
  animation-name: pulsed;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  animation-duration: 1.6s;
  -webkit-animation-duration: 1.6s;
  animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
}
.ctn6 {
  padding: 90px 0;
  position: relative;
  overflow: hidden;
}
.ctn6 .con {
  display: flex;
  justify-content: space-between;
}
.ctn6 .con .left {
  width: 486px;
}
.ctn6 .con .left .title h2 {
  font-weight: 700;
}
.ctn6 .con .left .title p {
  margin: 20px 0 30px;
  line-height: 1.6;
}
.ctn6 .con .left .ctn-text {
  margin-top: 80px;
  width: 89%;
}
.ctn6 .con .left .ctn-text .top {
  height: 128px;
  background: url(../img/tu8.jpg) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  padding-left: 50px;
  position: relative;
}
.ctn6 .con .left .ctn-text .top:after {
  content: '';
  width: 21px;
  height: 100%;
  background: url(../img/xia.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: -21px;
  top: 0;
}
.ctn6 .con .left .ctn-text .top h2 {
  color: #fff;
}
.ctn6 .con .left .ctn-text .bottom {
  padding: 30px 45px;
  background: #f7fafb;
  overflow: hidden;
}
.ctn6 .con .left .ctn-text .bottom ul {
  height: 240px;
}
.ctn6 .con .left .ctn-text .bottom ul li {
  position: relative;
  padding-left: 18px;
}
.ctn6 .con .left .ctn-text .bottom ul li:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 20px;
}
.ctn6 .con .left .ctn-text .bottom ul li h2 {
  font-weight: 900;
  color: #232323;
  font-size: 30px;
}
.ctn6 .con .left .ctn-text .bottom ul li p {
  color: #707070;
  font-size: 14px;
}
.ctn6 .con .left .ctn-text .bottom ul li:not(:first-child) {
  margin-top: 10px;
}
.ctn6 .con .left .ctn-text .bottom .mCSB_scrollTools {
  width: 2px;
  opacity: 1;
}
.ctn6 .con .left .ctn-text .bottom .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: var(--blue);
  border-radius: 0;
}
.ctn6 .con .left .ctn-text .bottom .mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  background: #fff;
}
.ctn6 .con .left .ctn-list {
  width: 89%;
  margin-top: 40px;
  position: relative;
}
.ctn6 .con .left .ctn-list ul {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 60px);
}
.ctn6 .con .left .ctn-list ul li {
  margin-top: 20px;
  width: 12%;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  border: 4px solid #fff;
}
.ctn6 .con .left .ctn-list ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn6 .con .left .ctn-list ul li:not(:nth-child(6n)) {
  margin-right: 5.6%;
}
/*
.ctn6 .con .left .ctn-list ul li:nth-child(n+7) {
  display: none;
}
*/
.ctn6 .con .left .ctn-list ul li.active {
  border: 4px solid var(--blue);
}
.ctn6 .con .left .ctn-list .add {
  position: absolute;
  width: 44px;
  height: 44px;
  right: 0;
  top: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn6 .con .left .ctn-list .add img {
  max-width: 100%;
}
.ctn6 .con .left .ctn-list.active ul li {
  display: block!important;
}
.ctn6 .con .left .ctn-list.active .add {
  display: none;
}
.ctn6 .con .map {
  position: relative;
  z-index: 3;
  width: 886px;
}
.ctn7 {
  position: relative;
}
.ctn7 img {
  width: 100%;
}
.ctn7 .text {
  position: absolute;
  width: 90%;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  text-align: center;
}
.ctn7 .text h2 {
  font-weight: 700;
}
.ctn7 .text p {
  margin: 14px 0 24px;
}
@media screen and (max-width: 1600px) {
  .swiper-btns {
    padding-left: 34px;
  }
  .banner .swiper-slide .text p {
    margin-top: 2.5vw;
  }
  .ctn1 .ctn-list .swiper-slide .tu {
    height: 360px;
  }
  .ctn1 .ctn-list .swiper-slide .text {
    padding: 30px;
    margin: -56px auto 0;
  }
  .ctn2 {
    margin-top: -120px;
    height: 720px;
  }
  .ctn2 .con .text {
    margin-top: 180px;
  }
  .ctn3 {
    margin-top: -214px;
    padding-bottom: 8vw;
  }
  .ctn3:before {
    height: calc(100% - 214px);
  }
  .ctn3 .con .ctn-list .swiper-container .swiper-slide {
    width: 320px;
  }
  .ctn3 .con .ctn-list .swiper-container .swiper-slide .tu {
    height: 214px;
  }
  .ctn3 .con .ctn-list .swiper-container .swiper-slide .text {
    padding: 1.8vw 2.5vw 3.5vw;
  }
  .ctn4 {
    padding: 7.5vw 0 3vw;
  }
  .ctn4 .left .ctn-list .swiper-container {
    height: 460px;
  }
  .ctn4 .right img {
    height: 80%;
    position: relative;
    bottom: 6vw;
  }
  .ctn5 {
    padding: 12vw 0 10vw;
  }
  .ctn5 .con .ctn-list .right {
    padding: 0 4vw;
  }
  .ctn5 .con .ctn-list .right .bottom {
    padding: 2.5vw 0;
  }
  .ctn5 .con .ctn-list .right .bottom .swiper-slide {
    height: 34px;
  }
  .ctn5 .con .ctn-list .right .bottom .swiper-slide:not(:last-child) {
    margin-right: 38px;
  }
  .ctn6 {
    padding: 4.5vw 0;
  }
  .ctn6 .con .left .ctn-text {
    margin-top: 60px;
  }
  .ctn6 .con .map {
    width: 780px;
  }
}
@media screen and (max-width: 1440px) {
  .swiper-btns {
    padding-left: 32px;
  }
  .ctn1 {
    padding: 40px 40px 0;
  }
  .ctn1 .ctn-list .swiper-slide .tu {
    height: 324px;
  }
  .ctn4 .left .ctn-list {
    margin-top: 60px;
  }
  .ctn4 .left .ctn-list .swiper-container {
    height: 400px;
  }
  .ctn5 .con .ctn-list .right .top .swiper-slide .hao img {
    width: 62px;
  }
  .ctn5 .con .ctn-list .right h5{
	font-size:12px;
}
  .ctn6 .con .map {
    width: 680px;
    display: flex;
    align-items: flex-end;
  }
      .ctn6 .con .map .box1 {
    height: 640px;
  }
}
@media screen and (max-width: 1366px) {
          .ctn6 .con .map .box1 {
    height: 540px;
  }
}
@media screen and (max-width: 1200px) {
  .swiper-btns {
    padding-left: 26px;
  }
  .ctn1 .ctn-list .swiper-slide .tu {
    height: 268px;
  }
  .ctn6 .con .map {
    width: 580px;
  }
  .ctn6 .con .map .box1 {
    height: 580px;
  }
  .ctn4 .left{
      left:70px;
  }
}
@media screen and (max-width: 1024px) {
  .swiper-btns {
    padding-left: 21px;
  }
  .ctn1 {
    padding: 30px 30px 0;
  }
  .ctn1 .ctn-list .swiper-slide .tu {
    height: 224px;
  }
  .ctn1 .ctn-list .swiper-slide .text {
    padding: 20px;
    margin: -46px auto 0;
  }
  .ctn2 {
    margin-top: -100px;
  }
  .ctn4 .left {
    width: 50%;
  }
  .ctn4 .right img {
    height: 60%;
  }
  .ctn6 .con .left {
    width: 386px;
  }
  .ctn6 .con .left .ctn-text {
    margin-top: 40px;
  }
  .ctn6 .con .left .ctn-text .top {
    height: 100px;
    padding-left: 30px;
  }
  .ctn6 .con .left .ctn-text .bottom {
    padding: 20px 25px;
  }
  .ctn6 .con .left .ctn-text .bottom ul {
    height: 220px;
  }
  .ctn6 .con .left .ctn-text .bottom ul li {
    padding-left: 14px;
  }
  .ctn6 .con .left .ctn-text .bottom ul li:before {
    top: 18px;
  }
  .ctn6 .con .left .ctn-text .bottom ul li h2 {
    font-size: 26px;
  }
  .ctn6 .con .left .ctn-list {
    margin-top: 30px;
  }
  .ctn6 .con .left .ctn-list ul li {
    margin-top: 10px;
    border: 3px solid #fff;
  }
  .ctn6 .con .left .ctn-list ul li.active {
    border: 3px solid var(--blue);
  }
  .ctn6 .con .left .ctn-list .add {
    height: 30px;
    width: 30px;
    top: 10px;
  }
}
@media screen and (max-width: 768px) {
        .pagination1 {
    bottom: 10px!important;
}
.jie{
    font-size: 12px;
    bottom:14px;
}
  .swiper-btns {
    padding-left: 0;
    justify-content: center;
  }
  .banner .swiper-slide .text h2{
      width: 100%;
  }
  .banner .swiper-slide .text p {
       width: 100%;
    margin-top: 20px;
  }
  .banner .banner_page .box {
    width: 120px;
  }
  .banner .banner_page .box .line {
    margin-top: 14px;
  }
  .ctn1 {
    padding: 20px 5% 0;
  }
  .ctn2 {
    height: 550px;
  }
  .ctn2 .con .text {
    width: 100%;
    padding-left: 0;
    margin-top: 160px;
  }
  .ctn2 .con .text p {
    width: 100%;
    margin: 10px 0 20px;
  }
  .ctn3 {
    padding-bottom: 40px;
  }
  .ctn3 .con .ctn-list {
    padding-left: 0;
  }
  .ctn3 .con .ctn-list .swiper-container .swiper-slide {
    width: 100%;
  }
  .ctn3 .con .ctn-list .swiper-container .swiper-slide .text {
    padding: 30px 20px;
  }
  .ctn4 {
    padding: 40px 0;
  }
  .ctn4 .left {
    width: 100%;
    padding-bottom: 30px;
    left:0;
  }
  .ctn4 .left:after {
    height: 110px;
  }
  .ctn4 .left .text p {
    width: 100%;
    margin: 10px 0 20px;
  }
  .ctn4 .left .ctn-list {
    margin-top: 30px;
  }
  .ctn4 .left .ctn-list .swiper-container {
    height: 260px;
  }
    .ctn4 .left .swiper-btns {
    left: 120px;
    bottom: 14px;
  }
    .ctn4 .left .swiper-btns .swiper-button-prev{
        background: none!important;
    }
      .ctn4 .left .swiper-btns .swiper-button-prev:after{
        color: var(--blue)!important;
    }
       .ctn4 .left .swiper-btns .swiper-button-next{
        background: none!important;
    }
          .ctn4 .left .swiper-btns .swiper-button-next:after{
        color: var(--blue)!important;
    }
  .ctn4 .right {
    position: relative;
  }
  .ctn4 .right img {
    width: 100%;
    height: auto;
    bottom: 0;
  }
  .ctn5 {
    padding: 40px 0;
  }
  .ctn5 .con .ctn-list {
    margin-top: 30px;
    flex-wrap: wrap;
  }
  .ctn5 .con .ctn-list .left {
    display: none;
  }
  .ctn5 .con .ctn-list .right {
    width: 100%;
    padding: 0;
  }
    .ctn5 .con .ctn-list .right .top{
      padding-bottom:40px;
  }
  .ctn5 .con .ctn-list .right h5{
      bottom:24px;
  }
  .ctn5 .con .ctn-list .right .top .swiper-slide {
    height: auto;
    display: block;
  }
  .ctn5 .con .ctn-list .right .top .swiper-slide .tu {
    display: block;
    height: 270px;
  }
  .ctn5 .con .ctn-list .right .top .swiper-slide .tu img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ctn5 .con .ctn-list .right .top .swiper-slide .txt {
    padding: 20px;
    width: 100%;
  }
  .ctn5 .con .ctn-list .right .top .swiper-slide .hao {
    position: relative;
    padding: 0 20px 0;
  }
  .ctn5 .con .ctn-list .right .top .swiper-slide .hao img {
    width: 40px;
    margin: auto 0 0 auto;
  }
  .ctn5 .con .ctn-list .right .top>.swiper-pagination{
      display: block;
  }
  .ctn5 .con .ctn-list .right .top .swiper-pagination {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .ctn5 .con .ctn-list .right .top .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #fff;
    opacity: 0.3;
    margin: 0 3px;
  }
  .ctn5 .con .ctn-list .right .top .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .ctn5 .con .ctn-list .right .bottom {
    display: none;
  }
  .ctn6 {
    padding: 40px 0;
  }
  .ctn6 .con{
      flex-wrap: wrap;
  }
  .ctn6 .con .left {
    width: 100%;
  }
  .ctn6 .con .left .title p {
    margin: 10px 0 20px;
  }
  .ctn6 .con .left .ctn-text {
    margin-top: 20px;
    width: calc(100% - 14px);
  }
  .ctn6 .con .left .ctn-text .top {
    height: 80px;
  }
  .ctn6 .con .left .ctn-text .top:after {
    width: 14px;
    right: -14px;
  }
  .ctn6 .con .left .ctn-text .bottom ul {
    height: auto;
  }
  .ctn6 .con .left .ctn-text .bottom ul li:before {
    top: 12px;
  }
  .ctn6 .con .left .ctn-text .bottom ul li h2 {
    font-size: 20px;
  }
  .ctn6 .con .left .ctn-text .bottom ul li p {
    font-size: 14px;
  }
  .ctn6 .con .left .ctn-list {
    width: 100%;
  }
  .ctn6 .con .map {
    width: 100%;
  }
.ctn6 .con .map .box1{
  height: 300px;
}
  .ctn7 {
    height: 250px;
  }
  .ctn7 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .ctn7 .text p {
    margin: 14px 0 20px;
  }
}

