.swiper-button-prev {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 0;
  left: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-prev:after {
  content: '<';
  font-family: iconfont;
  color: #666;
  font-size: 18px;
  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;
  font-family:fangsong;
}
.swiper-button-prev:hover {
  background: var(--red) !important;
}
.swiper-button-prev:hover:after {
  color: #fff;
}
.swiper-button-next {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: #ddd;
  margin-top: 0;
  right: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.swiper-button-next:after {
  content: '>';
  font-family: iconfont;
  color: #666;
  font-size: 18px;
  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;
  font-family:fangsong;
}
.swiper-button-next:hover {
  background: var(--red) !important;
}
.swiper-button-next:hover:after {
  color: #fff;
}
.s-title {
  text-align: center;
}
.s-title h2 {
  letter-spacing: 1px;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding-bottom:1vw;
}
.s-title h2:after{
  content: "";
  display: block;position:absolute;bottom:0px;left:50%;transform:translateX(-50%);
  width:45px;height:5px;border-radius: 10px;
  background: #e60012;
}
.s-title h2 span {
  color: var(--red);
  font-weight: 700;
}
.s-title h3 {
  color: #555;
  margin-top: 1vw;
}
@media only screen and (max-width: 1500px) {
  .s-title h2 {padding-bottom:1.5vw;}
  .s-title h3{margin-top:1.5vw;}
}
@media only screen and (max-width: 1000px) {
  .s-title h2 {padding-bottom:2.5vw;}
  .s-title h3{margin-top:2vw;}
}
@media only screen and (max-width: 768px) {
  .s-title h2 {padding-bottom:5vw;}
  .s-title h2:after{width:35px;height:4px;}
}
@keyframes fadeInUp {
  0% {
      opacity: 0;
      -webkit-transform: translate3d(0,50px,0);
      transform: translate3d(0,50px,0)
  }
  100% {
      opacity: 1;
      -webkit-transform: translate3d(0,0px,0);
      transform: translate3d(0,0px,0)
  }
}
*{line-height: 1.5;}
/*font-size*/

.fnt_16 { font-size:16px;}
.fnt_18 { font-size:18px;}
.fnt_20 { font-size:20px;}
.fnt_24 { font-size:24px;}
.fnt_26 { font-size:26px;}
.fnt_30 { font-size:30px;}
.fnt_32 { font-size:32px;}
.fnt_40 { font-size:40px;}

@media only screen and (max-width: 1600px) {

  .fnt_24 { font-size:22px;}
  .fnt_26 { font-size:24px;}
  .fnt_30 { font-size:28px;}
  .fnt_32 { font-size:30px;}
  .fnt_40 { font-size:38px;}
}
@media only screen and (max-width: 1440px) {
  .fnt_18 { font-size:16px;}
  .fnt_20 { font-size:18px;}
  .fnt_24 { font-size:20px;}
  .fnt_26 { font-size:22px;}
  .fnt_30 { font-size:24px;}
  .fnt_32 { font-size:28px;}
  .fnt_40 { font-size:34px;}

}

@media only screen and (max-width: 1200px) {
  .fnt_16 { font-size:14px;}
  .fnt_18 { font-size:16px;}
  .fnt_20 { font-size:18px;}
  .fnt_24 { font-size:18px;}
  .fnt_26 { font-size:20px;}
  .fnt_30 { font-size:22px;}
  .fnt_32 { font-size:26px;}

  .fnt_40 { font-size:30px;}
}
@media only screen and (max-width: 1024px) {
  .fnt_30 { font-size:20px;}
}
@media only screen and (max-width: 767px) {
  .fnt_16 { font-size:14px;}
  .fnt_18 { font-size:14px;}
  .fnt_20 { font-size:16px;}
  .fnt_24 { font-size:16px;}
  .fnt_26 { font-size:16px;}
  .fnt_30 { font-size:18px;}
  .fnt_32 { font-size:18px;}

  .fnt_40 { font-size:20px;}
}

:root {
  --red: #d22d26;
}
.hidden {
  opacity: 0 !important;
  visibility: hidden !important;
  max-height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden;
}
.w1440 {
  width: 1440px;
  margin: 0 auto;
}
.mo_con{display: none!important;}
@media screen and (max-width: 768px) {
  .pc_con{display: none!important;}
  .mo_con{display: block!important;}
}
@media screen and (max-width: 1600px) {
  .w1440 {
    width: 80%;
  }
  .s-title h2 {
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 1200px) {
  .w1440 {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #videoPopup .video-box {
    width: 90%;
  }
}
.h_g2{margin-top:100px;}
@media only screen and (max-width: 1000px) {
    .h_g2{margin-top:44px;}
}
@media only screen and (max-width: 768px) {
    .h_g2{margin-top:0px;}
}
.banner {
  overflow: hidden;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  overflow: hidden;
  height: 500px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 4s linear;
  transform: scale(1.1, 1.1);
}
.banner .swiper-container .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
  letter-spacing: 2px;
  line-height: 1.3;
  position: relative;
  font-size: 59px;
  top: 80px;
  opacity: 0;
  transition: all 1s ease 0.2s;
  -webkit-transition: all 1s ease 0.2s;
  -moz-transition: all 1s ease 0.2s;
  -ms-transition: all 1s ease 0.2s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .text p {
  width: 810px;
  margin-top: 1.5vw;
  position: relative;
  left: -80px;
  opacity: 0;
  letter-spacing: 1px;
  transition: all 1s ease 0.6s;
  -webkit-transition: all 1s ease 0.6s;
  -moz-transition: all 1s ease 0.6s;
  -ms-transition: all 1s ease 0.6s;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active img {
  transform: scale(1, 1);
}
.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .text h2 {
  top: 0;
  opacity: 1;
}
.banner .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-active .text p {
  left: 0;
  opacity: 1;
}
.banner .swiper-container .swiper-pagination {
  bottom: 30px;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 8px;
  background: #fff;
  position: relative;
}
.banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--red);
}
.banner .video_text{background: rgba(0, 0, 0, 0.5);top:0px!important;bottom:0px!important;transform:translateY(0)!important;}
.banner .video_text .con{top:50%;transform:translateY(-50%);position: relative;z-index: 2;}
.banner .video_text:after{
  content: "";
  position:absolute;left:0px;top:0px;bottom:0px;right:30%;
  background-image: linear-gradient(to right,rgba(0,0,0,1.0) 50%,rgba(0,0,0,0));
}
.ctn1 {
  padding: 6vw 0;
  background: #f7f7f7;
  overflow: hidden;
}
.ctn1 .ctn-list {
  margin-top: 3.5vw;
}
.ctn1 .ctn-list ul {
  display: flex;
  justify-content: space-between;
}
.ctn1 .ctn-list ul li {
  width: 24%;
  background-image: linear-gradient(0deg, #ffffff 0%, #f7f7f7 100%);
  border-radius: 20px;
  border: solid 4px #ffffff;
  padding: 3vw 1.2vw 3vw;
  text-align: center;
}
.ctn1 .ctn-list ul li .icons {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ctn1 .ctn-list ul li .icons img {
  max-height: 100%;
  transition:all 0.3s ease-in-out;
}
.ctn1 .ctn-list ul li h2 {
  font-weight: bold;
  color: #333;
  margin-top: 2vw;
}
.ctn1 .ctn-list ul li h2 span {
  color: var(--red);
  font-weight:700;display:block;
}
.ctn1 .ctn-list ul li p {
  margin-top: 1.5vw;
  color: #858585;
  text-align: justify;
}
.ctn1 .ctn-list ul li:hover .icons img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
@media screen and (min-width: 2000px) {
  .ctn1 .ctn-list ul li{padding-top:40px;padding-bottom:50px;padding-left:20px;padding-right:20px;}
  .ctn1 .ctn-list ul li h2{margin-top:40px;}
  .ctn1 .ctn-list ul li p{margin-top: 20px;}
}
.ctn2 {
  padding: 3vw 0;
  background: #f7f7f7 url(/cn/tres/NewWebUI/2024/images/Linseer/tt1.jpg) no-repeat right bottom;
  overflow: hidden;
}
.ctn2 img{display: block;width:100%;}
.ctn2 .ctn_list{display: flex;flex-wrap: wrap;margin-top: 3.5vw;}


.ctn2 .mind{display: flex;flex-wrap:wrap;flex:0 0 1167px;align-content:flex-start;}
.ctn2 .tp2{background: url(/cn/tres/NewWebUI/2024/images/Linseer/w4.png) repeat-y;background-size: 100%;overflow: hidden;}
.ctn2 .tp2 h3{
  margin-right:auto;width:180px;margin-left:auto;justify-content:space-between;
  margin-top:1vw;color:#00b7b7;text-shadow: 1px 1px 4px #e4e9ec;display: flex;align-items: center;
}
.ctn2 .tp2 h3 img{width:22px;height:21px;}
.ctn2 .tp2 dl{display: flex;flex-wrap:wrap;margin-top:1vw;justify-content: center;margin-bottom:1vw;}
.ctn2 .tp2 dd{
  width:255px;border-radius: 45px;text-align: center;color:#00b7b7;text-shadow: 1px 1px 4px #e4e9ec;
  background-color: #fff;margin-right:50px;box-shadow: 0 0 3px #eee;
  transition:all 0.5s ease-in-out;padding:7px 0;
}
.ctn2 .tp2 dd:hover{background-color: #00b7b7;color:#fff;}
.ctn2 .tp2 dd:last-child{margin-right: 0px;}

.ctn2 .mm2{display:flex;flex-wrap: wrap;}
.ctn2 .mm2 .tp2{flex-wrap:wrap;flex:0 0 50%;padding:1vw 0;overflow: hidden;}
.ctn2 .mm2 .left{flex:0 0 580px;}
.ctn2 .mm2 .right{flex:0 0 587px;}
.ctn2 .mm2 .left .tp2{background: url(/cn/tres/NewWebUI/2024/images/Linseer/w7.png) repeat-y;background-size: 100%;}
.ctn2 .mm2 .right .tp2{background: url(/cn/tres/NewWebUI/2024/images/Linseer/w10.png) repeat-y;background-size: 100%;}
.ctn2 .mm2 .tp2 dl{width:90%;margin:0 auto;}
.ctn2 .mm2 .tp2 dd{width:170px;margin-right:20px;color:#4988f0;margin-top:10px;}
.ctn2 .mm2 .tp2 dd:nth-of-type(2n){margin-right:0;}
.ctn2 .mm2 .tp2 dd:hover{background-color: #4988f0;color:#fff;}

.ctn2 .mm4 .tp2{background: url(/cn/tres/NewWebUI/2024/images/Linseer/w14.png) repeat-y;background-size: 100%;}
.ctn2 .mm4 .tp2 dd{flex:0 0 270px;margin-right:20px;color:#f09b38;margin-top:10px;}
.ctn2 .mm4 .tp2 dd:hover{background-color: #f09b38;color:#fff;}
.ctn2 .mm4 .tp2 dd p{font-size:20px;margin-bottom:5px;}

.ctn2 .ctn_mo_img{display: none!important;}

.ctn2 .pc_img_hover{display: none;}
.ctn2 .hover:hover .pc_img_show{display: none;}
.ctn2 .hover:hover .pc_img_hover{display: block;}


@media screen and (max-width: 1600px) {
  .ctn2 .left{flex:0 0 10%}
  .ctn2 .mind{flex:0 0 80%}
  .ctn2 .right{flex:0 0 10%}
  .ctn2 .mm2 .left{flex:0 0 50%;}
  .ctn2 .mm2 .right{flex:0 0 50%;}
}
@media screen and (max-width: 1400px) {
  .ctn2{font-size: 14px;}
  .ctn2 .tp2 dd{flex:0 0 25%;}
  .ctn2 .mm2 .tp2 dd{flex: 0 0 40%;}
  .ctn2 .mm4 .tp2 dd{flex:0 0 28%;}
  .ctn2 .mm4 .tp2 dd  p{font-size:18px;}
}
@media screen and (max-width: 768px) {
  .ctn2{font-size:12px;padding:10vw 0;background-size: cover;}
  .ctn2 .ctn_list{margin-top:8vw;}
  .ctn2 .ctn_pc_img{display: none!important;}
  .ctn2 .ctn_mo_img{display: block!important;}
  .ctn2 .ctn_mo_img.pc_img_show{display: block!important;}
  .ctn2 .ctn_mo_img.pc_img_hover{display: none!important;}
  .ctn2 .hover:hover .ctn_mo_img.pc_img_show{display: none!important;}
  .ctn2 .hover:hover .ctn_mo_img.pc_img_hover{display: block!important;}

  .ctn2 .left{flex:0 0 100%;margin-bottom:3vw;}
  .ctn2 .mind{flex:0 0 100%}
  .ctn2 .mind .mm1{margin-bottom: 3vw;}
  .ctn2 .mind .mm2{margin-bottom: 3vw;}
  .ctn2 .mind .mm3{margin-bottom: 3vw;}
  .ctn2 .mind .mm4{margin-bottom: 3vw;}
  .ctn2 .mind .mm5{margin-bottom: 3vw;}
  .ctn2 .right{flex:0 0 100%;}
  
  .ctn2 .mm2 .left{flex:0 0 100%;}
  .ctn2 .mm2 .right{flex:0 0 100%;}
  .ctn2 .mm2 .tp2{padding:3vw 0;}
  .ctn2 .tp2 h3{margin-top:3vw;width:140px;}
  .ctn2 .tp2 h3 img{width:15px;height:auto;}
  .ctn2 .tp2 dl{margin-top:0vw;margin-bottom:3vw;width:90%;margin-left:auto;margin-right:auto;}
  .ctn2 .tp2 dd{flex:0 0 40%;margin-right:20px;width:170px;margin-top:10px;}
  .ctn2 .tp2 dd:nth-of-type(2n){margin-right:0;}
  .ctn2 .mm4 .tp2{padding:3vw 0;}
  .ctn2 .mm4 .tp2 dd{flex:0 0 100%;margin-top: 10px;margin-right: 0;}
  .ctn2 .mm4 .tp2 dd  p{font-size:16px;}
}
.ctn3 {
  padding-top: 6vw;
  position: relative;
  z-index: 4;
  overflow: hidden;
}
.ctn3 .ctn-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3vw;
}
.ctn3 .ctn-list .box {
  width: 32.6%;
}
.ctn3 .ctn-list .box ul {
  display: flex;
  flex-direction: column;
}
.ctn3 .ctn-list .box ul li {
  margin-top: 14px;
  padding: 30px 30px 0;
  position: relative;
  overflow: hidden;
}
.ctn3 .ctn-list .box ul li img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all 0.4s ease-in-out;
  transform-origin: center bottom;
}
.ctn3 .ctn-list .box ul li h2 {
  position: relative;
  z-index: 2;
  font-weight: bold;
  letter-spacing: -1px;
  color: #333;
}
.ctn3 .ctn-list .box ul li p {
  text-align: justify;
  position: relative;
  z-index: 2;
  color: #777;
  margin-top: 0.8vw;
}
.ctn3 .ctn-list .box ul li {
  height: 350px;
  border: 1px solid #ccc;
}
.ctn3 .ctn-list .box ul li:hover img {
  transform: scale(1.15);
  -webkit-transform: scale(1.15);
  -moz-transform: scale(1.15);
  -ms-transform: scale(1.15);
}
.ctn3 .ctn-list .box ul li:hover h2{color:#d22d26;}
.ctn3 .ctn-list .box:nth-child(2) ul li:first-child {
  order: 2;
}
.ctn4 {
  padding-top: 8.5vw;
  position: relative;
  overflow: hidden;
}
.ctn4 .bg {
  position: absolute;
  width: 100%;
  left: 0;
  top: -55%;
  z-index: 2;
}
.ctn4 .bg img {
  width: 100%;
}
.ctn4 .ctn-list {
  position: relative;
  margin-top: 4vw;
  z-index: 3;
}
.ctn4 .ctn-list .swiper-slide {
  border-radius: 10px;
  border: 1px solid #ddd;
  height:auto;
}
.ctn4 .ctn-list .swiper-slide .tu {
  height: 262px;
  border-radius: 10px;
  overflow: hidden;
}
.ctn4 .ctn-list .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}
.ctn4 .ctn-list .swiper-slide .text {
  padding: 2vw 1.5vw;
}
.ctn4 .ctn-list .swiper-slide .text h2 {
  font-weight: bold;
  color: #333;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn4 .ctn-list .swiper-slide .text p {
  color: #999;
  margin-top: 10px;
}
.ctn4 .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);
}
.ctn4 .ctn-list .swiper-slide:hover .text h2 {
  color: var(--red);
}
.ctn4 .ctn-list .swiper-button-prev {
  left: -60px;
  margin-top: -20px;
}
.ctn4 .ctn-list .swiper-button-next {
  right: -60px;
  margin-top: -20px;
}
.ctn4 .ctn-list .swiper-pagination {
  display: none;
}
.ctn5 {
  padding: 6vw 0 7vw;
  overflow: hidden;
}
.ctn5 .ctn-list {
  margin-top: 4vw;
}
.ctn5 .ctn-list ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ctn5 .ctn-list ul li {
  width: 19%;
  border:2px solid #fff;box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
  margin-right:1%;
  padding-bottom:50px;
}
.ctn5 .ctn-list ul li a {
  display: block;
  padding: 2vw 1vw 1vw 1vw;
  text-align: center;
  border-radius: 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn5 .ctn-list ul li a .icons {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #e96464;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0 auto;
}
.ctn5 .ctn-list ul li a .icons:before {
  content: '';
  width: 92px;
  height: 92px;
  border-radius: 50%;
  background: #d22d26;
  opacity: 0.1;
  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%);
}
.ctn5 .ctn-list ul li a .icons img {
  max-width: 100%;
  max-height: 100%;
}
.ctn5 .ctn-list ul li a h2 {
  margin-top: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  font-size:20px;
}
.ctn5 .ctn-list ul li a p {
  color: #999;
  margin-top: 10px;
  text-align: left;
  font-size:14px;
  line-height: 1.6;
}
.ctn5 .ctn-list ul li a h3 {
  margin-top: 1vw;
  color: var(--red);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  font-size:14px;
  position:absolute;
  bottom:30px;
  left:50%;
  transform:translateX(-50%);
}
.ctn5 .ctn-list ul li:hover{
  background-image: linear-gradient(#f5f5f5,rgba(255,255,255,0));
}

.ctn6 {
  padding: 6vw 0;
  background: url(/cn/tres/NewWebUI/2024/images/Linseer/bg3.jpg) no-repeat;
  background-size: cover;
  overflow: hidden;
}
.ctn6 .ctn-list {
  position: relative;
  padding: 0 5vw;
  margin-top: 4vw;
}
.ctn6 .ctn-list .swiper-slide{height:auto;cursor:auto;}
.ctn6 .ctn-list .swiper-slide a{position: relative;}
.ctn6 .ctn-list .swiper-slide .tu {
  height: 340px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}
.ctn6 .ctn-list .swiper-slide .tu:after{
  content: "";
  position:absolute;left: 0px;right:0px;bottom:0px;top:0px;
  background-image: linear-gradient(to top,rgba(0,0,0,0.6),rgba(0,0,0,0));
}
.ctn6 .ctn-list .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ctn6 .ctn-list .swiper-slide .tu h2 {
  position: absolute;
  color: #fff;
  left: 2vw;
  bottom: 2vw;
  font-weight: bold;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 2;
}
.ctn6 .ctn-list .swiper-slide .text {
  position: absolute;
  width: 76%;
  left: 2vw;
  bottom: -100%;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  z-index: 2;
}
.ctn6 .ctn-list .swiper-slide .text h2 {
  color: #fff;
  font-weight: bold;
}
.ctn6 .ctn-list .swiper-slide .text p {
  color: #fff;
  text-align: justify;
  margin-top: 1vw;
  line-height: 1.6;
}
.ctn6 .ctn-list .swiper-slide:hover .tu h2 {
  opacity: 0;
}
.ctn6 .ctn-list .swiper-slide:hover .text {
  bottom: 2vw;
}
.ctn6 .ctn-list .swiper-scrollbar {
  margin-top: 3vw;
  position: relative;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
}
.ctn6 .ctn-list .swiper-scrollbar .swiper-scrollbar-drag {
  height: 3px;
  background: var(--red);
  border-radius: 0;
  top: -2px;
}
.ctn6 .ctn-list .swiper-btns {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.ctn6 .ctn-list .swiper-btns .swiper-button-prev {
  position: relative;
  margin-right: 10px;
  background: #ddd;
}

.ctn6 .ctn-list .swiper-btns .swiper-button-next {
  position: relative;
  background: #ddd;
}
.ctn6 .ctn-list .swiper-btns .swiper-button-prev:after{color:#666;}
.ctn6 .ctn-list .swiper-btns .swiper-button-next:after{color:#666;}
.ctn6 .ctn-list .swiper-btns .swiper-button-prev:hover:after{color:#fff;}
.ctn6 .ctn-list .swiper-btns .swiper-button-next:hover:after{color:#fff;}
.ctn7 {
  padding: 6vw 0;
  overflow: hidden;
}
.ctn7 .ctn-list {
  position: relative;
  margin-top: 3vw;
}
.ctn7 .ctn-list .swiper-slide{height:auto;}
.ctn7 .ctn-list .swiper-slide .tu {
  height: 260px;
  overflow: hidden;
  border-radius: 10px;
}
.ctn7 .ctn-list .swiper-slide .tu img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:all 0.5s ease-in-out;
}
.ctn7 .ctn-list .swiper-slide .text {
  padding: 1vw 0.8vw 0;
}
.ctn7 .ctn-list .swiper-slide .text h3 {
  font-weight: bold;
  color: #333;
}
.ctn7 .ctn-list .swiper-slide .text h2 {
  color: #333;
  margin-top: 8px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.ctn7 .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);
}
.ctn7 .ctn-list .swiper-slide:hover .text h2 {
  color: var(--red);
}
.ctn7 .ctn-list .swiper-button-prev {
  left: -60px;
  top: 35%;
}
.ctn7 .ctn-list .swiper-button-next {
  right: -60px;
  top: 35%;
}
.ctn7 .ctn-list .swiper-pagination {
  display: none;
}
.ctn8{padding-bottom:6vw;}
.ctn8 .down_list{
  margin-top:2.5vw;
border-radius: 10px;background: #f7f7f7;padding:40px 55px 20px;
}
.ctn8 .down_list ul{overflow: hidden;display: flex;flex-wrap:wrap;}
.ctn8 .down_list a{color:#000;}
.ctn8 .down_list a:hover{color:var(--red);;}
.ctn8 .down_list li{background:#fff;float:left;flex:0 0 32%;margin-right:2%;margin-bottom:20px;position: relative;padding:15px 35px;display:flex;align-items: center;}
.ctn8 .down_list li span{display: inline-block;padding-right:20px;}
.ctn8 .down_list li svg{position:absolute;right:20px;top:50%;transform:translateY(-50%);}
.ctn8 .down_list li:after{content: "";width:2px;height:18px;background-color: #f67056;position:absolute;top:50%;left:20px;transform:translateY(-50%);}
.ctn8 .down_list li:nth-of-type(3n){margin-right:0px;}
@media screen and (max-width: 1600px) {
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 26vw;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
    font-size: 3.125vw;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text p {
    width: 780px;
  }
  .ctn1 .ctn-list ul li h2 {
    font-size: 26px;
  }
  .ctn4 .ctn-list .swiper-slide .tu {
    height: 15vw;
  }
  .ctn6 .ctn-list .swiper-slide .tu {
    height: 19vw;
  }
  .ctn7 .ctn-list .swiper-slide .tu {
    height: 15vw;
  }
}
@media screen and (max-width: 1440px) {
  .banner .swiper-container .swiper-wrapper .swiper-slide .text p {
    width: 720px;
  }
  .ctn1 .ctn-list ul li .icons {
    height: 80px;
  }
  .ctn1 .ctn-list ul li h2 {
    font-size: 20px;
  }
  .ctn5 .ctn-list ul li a h2 {font-size:18px;}
  .ctn5 .ctn-list ul li a h3{font-size: 14px;}
  .ctn5 .ctn-list ul li a p{font-size:14px;}
}
@media screen and (max-width: 1300px) {
  .ctn5 .ctn-list ul li a h2 {font-size:16px;}
}
@media screen and (max-width: 1200px) {
  .banner .swiper-container .swiper-wrapper .swiper-slide .text p {
    width: 660px;
  }
  .banner .swiper-container .swiper-pagination {
    bottom: 20px;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 6px;
  }
  .ctn1 .ctn-list ul li .icons {
    height: 70px;
  }
  .ctn1 .ctn-list ul li h2 {
    font-size: 20px;
  }
  .ctn3 .ctn-list .box ul li{
    height: 360px;
  }
  .ctn4 .ctn-list {
    padding: 0 10px;
  }
  .ctn4 .ctn-list .swiper-button-prev {
    left: -40px;
  }
  .ctn4 .ctn-list .swiper-button-next {
    right: -40px;
  }
  .ctn5 .ctn-list ul li{padding-bottom:80px;}
  .ctn5 .ctn-list ul li a h3{width:100%;}
  .ctn6 .ctn-list {
    padding: 0 20px;
  }
  .ctn7 .ctn-list {
    padding: 0 10px;
  }
  .ctn7 .ctn-list .swiper-button-prev {
    left: -40px;
  }
  .ctn7 .ctn-list .swiper-button-next {
    right: -40px;
  }
  .ctn8 .down_list{padding:3vw 4vw 1vw;}
}
@media screen and (max-width: 768px) {
  .ctn4 .ctn-list .swiper-button-prev {
    display: none;
  }
  .ctn4 .ctn-list .swiper-button-next {
    display: none;
  }
  .ctn7 .ctn-list .swiper-button-prev{
    display: none;
  }
  .ctn7 .ctn-list .swiper-button-next{
    display: none;
  }
  .s-title h3 {
    margin-top: 5vw;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    height: 300px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text h2 {
    font-size: 20px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .text p {
    width: 100%;
    margin-top: 20px;
  }
  .banner .swiper-container .swiper-pagination {
    bottom: 14px;
  }
  .banner .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 3px;
  }
  .ctn1 {
    padding: 40px 0;
  }
  .ctn1 .ctn-list {
    margin-top: 10px;
  }
  .ctn1 .ctn-list ul {
    flex-wrap: wrap;
  }
  .ctn1 .ctn-list ul li {
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    padding: 30px 20px;
  }
  .ctn1 .ctn-list ul li h2 {
    font-size: 18px;
    margin-top: 20px;
  }
  .ctn1 .ctn-list ul li p {
    margin-top: 10px;
  }
  .ctn1 .ctn-list ul li .icons{height:50px;}
  .ctn3 {
    padding-top: 40px;
  }
  .ctn3 .ctn-list {
    flex-wrap: wrap;
    margin-top: 16px;
  }
  .ctn3 .ctn-list .box {
    width: 100%;
  }
  .ctn3 .ctn-list .box ul {
    display: block;
  }
  .ctn3 .ctn-list .box ul li {
    padding: 20px;
    border: 1px solid #ccc;
  }
  .ctn3 .ctn-list .box ul li p {
    margin-top: 10px;
    line-height:1.8;
  }
  .ctn3 .ctn-list .box ul li {
    height: 330px;
  }

  .ctn4 {
    padding-top: 40px;
  }
  .ctn4 .bg {
    top: -40px;
  }
  .ctn4 .ctn-list {
    margin-top: 30px;
    padding: 0;
  }
  .ctn4 .ctn-list .swiper-container {
    padding: 2px;
  }
  .ctn4 .ctn-list .swiper-slide .tu {
    height: 200px;
  }
  .ctn4 .ctn-list .swiper-slide .text {
    padding: 20px;
  }
  .ctn4 .ctn-list .swiper-pagination {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
  .ctn4 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .ctn4 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--red);
  }
  .ctn5 {
    padding: 40px 0;
  }
  .ctn5 .ctn-list {
    margin-top: 20px;
  }
  .ctn5 .ctn-list ul li {
    width: 100%;
    margin-bottom:5vw;
    padding-bottom:5vw;
  }
  .ctn5 .ctn-list ul li a {
    padding: 30px 20px 20px;
  }
  .ctn5 .ctn-list ul li a h3 {
    margin-top: 20px;
    font-size: 14px;
    position:static;
    transform:translateX(0);
  }
  
  .ctn6 {
    padding: 40px 0;
  }
  .ctn6 .ctn-list {
    padding: 0;
    margin-top: 30px;
  }
  .ctn6 .ctn-list .swiper-slide .tu {
    height: 200px;
    border-radius: 10px;
  }
  .ctn6 .ctn-list .swiper-slide .tu h2 {
    left: 20px;
    bottom: 20px;
    opacity: 0;
  }
  .ctn6 .ctn-list .swiper-slide .text {
    width: 100%;
    left: 0;
    padding: 20px;
    bottom: 0!important;
    opacity: 1;
  }
  .ctn6 .ctn-list .swiper-slide .text p {
    line-height: 1.5;
    margin-top: 10px;
  }
  .ctn6 .ctn-list .swiper-scrollbar {
    margin-top: 30px;
  }
  .ctn6 .ctn-list .swiper-btns {
    margin-top: 30px;
  }
  .ctn7 {
    padding: 40px 0;
  }
  .ctn7 .ctn-list {
    margin-top: 30px;
    padding: 0;
  }
  .ctn7 .ctn-list .swiper-slide .tu {
    height: 200px;
  }
  .ctn7 .ctn-list .swiper-slide .text {
    padding: 14px 10px 10px;
  }
  .ctn7 .ctn-list .swiper-slide .text h2 {
    margin-top: 4px;
  }
  .ctn7 .ctn-list .swiper-pagination {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 10px;
  }
  .ctn7 .ctn-list .swiper-pagination .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .ctn7 .ctn-list .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--red);
  }
  .ctn5 .ctn-list ul li a .icons:before{height:80px;width:80px;}
  .ctn5 .ctn-list ul li a .icons{width:50px;height:50px;}
  .ctn5 .ctn-list ul li a .icons img{transform: scale(0.8);}
  .ctn8{padding-bottom:15vw;}
  .ctn8 .down_list{margin-top:8vw;}
  .ctn8 .down_list li{flex:0 0 100%;margin-right:0px;margin-bottom:5vw;}
}
