<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.container {
  width: 100%;
}
.box12 {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .box12 {
    width: 100%;
  }
}
section {
  padding: 50px 0;
}
@media (max-width: 1200px) {
  section {
    padding: 25px 5%;
  }
}
.header {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
}
@media (max-width: 1200px) {
  .header {
    padding: 0 5%;
    background: #000000;
  }
}
.header .box12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 90px;
}
@media (max-width: 1200px) {
  .header .box12 {
    height: 60px;
  }
}
.header .box12 .lobox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .header .box12 .lobox {
    width: 100%;
  }
}
.header .box12 .lobox .logo {
  display: flex;
  align-items: center;
}
.header .box12 .lobox .logo img {
  margin-right: 5px;
}
@media (max-width: 1200px) {
  .header .box12 .lobox .logo img {
    width: 40px;
  }
}
.header .box12 .lobox .logo .txt {
  font-size: 27px;
  line-height: 38px;
  color: #ffffff;
  letter-spacing: 3px;
}
@media (max-width: 1200px) {
  .header .box12 .lobox .logo .txt {
    font-size: 20px;
    line-height: 20px;
  }
}
.header .box12 .lobox .logo p {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 17px;
  text-align:center;
}
.header .box12 .lobox .menu {
  display: none;
}
@media (max-width: 1200px) {
  .header .box12 .lobox .logo h4{
         font-size: 17px;
         line-height: 17px;
  }
  .header .box12 .lobox .logo p{
    line-height: 12px;
   }
  .header .box12 .lobox .menu {
    display: block;
    width: 22px;
  }
  .header .box12 .lobox .menu .a{
      display:block;
  }
  .header .box12 .lobox .menu .b{
      display: none;
  }
  .header .box12 .lobox .menu.on .a{
      display:none;
  }
  .header .box12 .lobox .menu.on .b{
      display: block;
  }
}
.header .box12 .nav {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .header .box12 .nav {
    position: fixed;
    flex-direction: column;
    background: rgba(0, 0, 0, 1);
    top: 60px;
    width: 60%;
    height: 100%;
    right: -100%;
     display: flex;
     transition: all 0.25s;
  }
  .header .box12 .nav.on {
    right: 0;
    
  }
}
.header .box12 .nav li {
  margin-left: 50px;
}
@media (max-width: 1200px) {
  .header .box12 .nav li {
    margin: 15px 0;
  }
}
.header .box12 .nav li a {
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  line-height: 20px;
}
.title {
  text-align: center;
  margin-bottom: 60px;
}
@media (max-width: 1200px) {
  .title {
    margin-bottom: 25px;
  }
}
.title h2 {
  font-size: 48px;
  font-weight: 300;
  color: #6d7278;
  line-height: 67px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .title h2 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 24px;
  }
}
.title h2 span {
  color: #000000;
  font-weight: 600;
}
.title p {
  font-size: 24px;
  font-weight: 300;
  color: #6d7278;
  line-height: 33px;
}
@media (max-width: 1200px) {
  .title p {
    font-size: 14px;
    line-height: 18px;
  }
}
.banner {
  margin-bottom: 50px;
}
@media (max-width: 1200px) {
  .banner {
    margin-bottom: 25px;
    margin-top: 60px;
  }
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-slide &gt; img.pc {
  width: 100%;
  max-width: auto;
  
}
.banner .swiper-slide &gt; img.m {
  display: none;
  
}
@media (max-width: 1200px) {
     .banner .swiper-slide &gt; img.pc {
        display:none;
    }
    .banner .swiper-slide &gt; img.m {
        display:block;
    }
}
.banner .swiper-slide .box12 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
  width: 1000px;
}
@media (max-width: 1200px) {
   .banner .swiper-slide .box12 {
        display:none !important;
    }
}
.banner .swiper-slide.s1 {
  text-align: center;
}
.banner .swiper-slide.s1 h2 {
  font-size: 80px;
  font-weight: 300;
  color: #ffffff;
  line-height: 112px;
  margin-bottom: 10px;
}
.banner .swiper-slide.s1 p {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  line-height: 40px;
}
.banner .swiper-slide.s2 .box12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .swiper-slide.s2 .box12 .txt-box .box {
  background-image: url(../images/banner-left.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 35px;
}
.banner .swiper-slide.s2 .box12 .txt-box .box li.l1 {
  position: relative;
  top: -4px;
}
.banner .swiper-slide.s2 .box12 .txt-box .box li.l2 {
  position: relative;
  top: 28px;
  margin-bottom: 50px;
}
.banner .swiper-slide.s2 .box12 .txt-box .box li.l3 {
  position: relative;
  top: 0px;
}
.banner .swiper-slide.s2 .box12 .txt-box .box li.l4 {
  position: relative;
  top: 28px;
  margin-bottom: 58px;
}
.banner .swiper-slide.s2 .box12 .txt-box .box li h2 {
  font-size: 32px;
  font-weight: 500;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.banner .swiper-slide.s2 .box12 .txt-box .box li p {
  font-size: 18px;
  font-weight: 400;
  color: #9BABB6;
  line-height: 25px;
}
.banner .swiper-slide.s3 .box12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.banner .swiper-slide.s3 .box12 .txt h2 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 24px;
}
.banner .swiper-slide.s3 .box12 .txt p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.banner .swiper-slide.s3 .box12 .txt p span {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #B3C8FF;
  margin-right: 10px;
}
.banner .swiper-pagination {
  bottom: 40px;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: rgba(255, 255, 255);
  margin: 0 10px !important;
}
@media (max-width: 1200px) {
   .banner .swiper-pagination-bullet {
        width: 5px;
        height: 5px;
        margin: 0 5px !important;
    } 
    .banner .swiper-pagination {
        bottom: 4px;
    }
}
.section1 .list {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .section1 .list {
    flex-wrap: wrap;
  }
}
.section1 .list li {
  width: 23%;
  border: 1px solid #979797;
  text-align: center;
  padding: 0 50px 45px;
}
@media (max-width: 1200px) {
  .section1 .list li {
    width: 48%;
    padding: 0 15px 15px;
    margin-bottom: 15px;
  }
}
.section1 .list li h2 {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  line-height: 25px;
  margin-bottom: 10px;
}
@media (max-width: 1200px) {
  .section1 .list li h2 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.section1 .list li p {
  font-size: 14px;
  font-weight: 300;
  color: #000000;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .section1 .list li p {
    font-size: 12px;
  }
}
.section2 .list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section2 .list li {
  width: 49%;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .section2 .list li {
    width: 100%;
  }
}
.section2 .list li .img {
  position: relative;
  cursor: pointer;
}
.section2 .list li .img .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #768191;
  padding: 0 40px;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
  display: none;
}
@media (max-width: 1200px) {
  .section2 .list li .img .txt {
    font-size: 12px;
    padding: 0 15px;
    line-height: 18px;
  }
}
.section2 .list li .img:hover .txt {
  display: flex;
}
.section2 .list li h2 {
  font-size: 24px;
  text-align: center;
  font-weight: 300;
  color: #333333;
  line-height: 80px;
}
@media (max-width: 1200px) {
  .section2 .list li h2 {
    line-height: 40px;
    font-size: 18px;
  }
}
.section3 {
  padding-bottom: 0;
}
.section3 .box {
  background-image: url(../images/s3-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 230px 0;
}
@media (max-width: 1200px) {
    .section3 {
       padding-left: 0;
       padding-right: 0;
    }
    .title {
        padding-left: 5%;
       padding-right: 5%;
    }
  .section3 .box {
    padding: 25px 0;
    
  }
}
.section3 .box .box12 {
  display: flex;
  justify-content: flex-end;
}
.section3 .box .box12 .b {
  width: 585px;
  height: 340px;
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 120px 0 70px;
}
@media (max-width: 1200px) {
    .section3 .box .box12 {
  display: flex;
  justify-content: flex-end;
   padding-left: 5%;
       padding-right: 5%;
}
  .section3 .box .box12 .b {
    width: 100%;
    padding: 15px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    height: auto;
  }
}
.section3 .box .box12 .b i {
  font-size: 18px;
  font-weight: 300;
  color: #6d7278;
  line-height: 25px;
  margin-bottom: 35px;
  display: block;
}
@media (max-width: 1200px) {
  .section3 .box .box12 .b i {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
  }
}
.section3 .box .box12 .b p {
  font-size: 28px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #333333;
  line-height: 40px;
  margin-bottom: 35px;
}
@media (max-width: 1200px) {
  .section3 .box .box12 .b p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 15px;
  }
}
.section3 .box .box12 .b span {
  display: block;
  width: 74px;
  height: 6px;
  background: #0863c4;
}
@media (max-width: 1200px) {
  .section3 .box .box12 .b span {
    height: 3px;
  }
}
.section4 .box12 {
  display: flex;
  align-items: unset;
  justify-content: space-between;
  border-bottom: 1px solid #b3b6cb;
  padding-bottom: 80px;
  padding-top: 30px;
}
@media (max-width: 1200px) {
  .section4 .box12 {
    flex-wrap: wrap;
    padding-bottom: 25px;
  }
}
.section4 .box12 .left {
  border-left: 6px solid #6d7278;
  padding-left: 40px;
}
@media (max-width: 1200px) {
  .section4 .box12 .left {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 15px;
  }
}
.section4 .box12 .left h2 {
  font-size: 48px;
  font-weight: 300;
  color: #6d7278;
  line-height: 67px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .section4 .box12 .left h2 {
    font-size: 24px;
    line-height: 35px;
    font-weight: 500;
  }
}
.section4 .box12 .left p {
  font-size: 18px;
  font-weight: 300;
  color: #6d7278;
  line-height: 25px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .section4 .box12 .left p {
    font-size: 16px;
    margin-bottom: 15px;
  }
}
.section4 .box12 .left li {
  font-size: 24px;
  display: flex;
  align-items: center;
  font-weight: 300;
  color: #333333;
  line-height: 45px;
}
@media (max-width: 1200px) {
  .section4 .box12 .left li {
    font-size: 16px;
    line-height: 32px;
  }
}
.section4 .box12 .left li span {
  display: block;
  width: 13px;
  height: 13px;
  background: #333333;
  border-radius: 50%;
  margin-right: 10px;
}
.section4 .box12 .right {
  position: relative;
}
@media (max-width: 1200px) {
  .section4 .box12 .right {
    width: 100%;
  }
}
.section4 .box12 .right ul {
  width: 100%;
  padding: 0 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .section4 .box12 .right ul {
    padding: 0 5px;
    justify-content: center;
  }
}
.section4 .box12 .right ul li {
  margin: 15px;
  position: relative;
}
@media (max-width: 1200px) {
  .section4 .box12 .right ul li {
    width: 30%;
    margin-right: 5px;
    margin-left: 0;
  }
}
.section4 .box12 .right ul li:last-of-type p {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
  font-weight: 600;
  color: #6d7278;
}
@media (max-width: 1200px) {
  .section4 .box12 .right ul li:last-of-type p {
    font-size: 12px;
  }
}
.section5 .list &gt; li {
  display: flex;
  align-items: unset;
  margin-bottom: 40px;
}
.section5 .list &gt; li:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .section5 .list &gt; li {
    flex-wrap: wrap;
  }
}
.section5 .list &gt; li .txt {
  width: 700px;
  background: #f4f6fb;
  padding: 60px 150px 0 60px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .section5 .list &gt; li .txt {
    order: 2;
    width: 100%;
    padding: 25px;
  }
}
.section5 .list &gt; li .txt i {
  display: block;
  font-size: 18px;
  font-weight: 300;
  color: #6d7278;
  line-height: 25px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .section5 .list &gt; li .txt i {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.section5 .list &gt; li .txt h2 {
  font-size: 24px;
  font-weight: 300;
  color: #333333;
  line-height: 33px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .section5 .list &gt; li .txt h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
  }
}
.section5 .list &gt; li .txt span {
  display: block;
  width: 42px;
  height: 4px;
  background: #d4dcea;
  margin-bottom: 15px;
}
.section5 .list &gt; li .txt p {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .section5 .list &gt; li .txt p {
    font-size: 12px;
    font-weight: 500;
  }
}
.section5 .list &gt; li .img {
  width: 500px;
  position: relative;
}
@media (max-width: 1200px) {
  .section5 .list &gt; li .img {
    order: 1;
    width: 100%;
  }
}
.section5 .list &gt; li .img .tab-box {
  position: absolute;
  width: 100%;
  height: 139px;
  background: rgba(0, 0, 0, 0.5);
  left: 0;
  bottom: 0;
  padding: 20px 20px 0 20px;
}
.section5 .list &gt; li .img .tab-box .c-t {
  display: flex;
  margin-bottom: 15px;
}
.section5 .list &gt; li .img .tab-box .c-t li {
  margin-right: 30px;
  font-size: 14px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.6);
  line-height: 20px;
  padding-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  .section5 .list &gt; li .img .tab-box .c-t li {
    font-size: 12px;
    font-weight: 500;
  }
}
.section5 .list &gt; li .img .tab-box .c-t li.on {
  border-bottom: 2px solid #0863c4;
  color: #fff;
}
.section5 .list &gt; li .img .tab-box .c-b li {
  display: none;
}
.section5 .list &gt; li .img .tab-box .c-b li.on {
  display: block;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .section5 .list &gt; li .img .tab-box .c-b li.on {
    font-size: 12px;
    font-weight: 500;
  }
}
.section5 .list &gt; li:nth-of-type(2) .img {
  order: 1;
}
.section5 .list &gt; li:nth-of-type(2) .txt {
  order: 2;
  align-items: flex-end;
  text-align: right;
  padding: 60px 60px 0 150px;
}
@media (max-width: 1200px) {
  .section5 .list &gt; li:nth-of-type(2) .txt {
    padding: 25px;
    text-align: left;
    align-items: flex-start;
  }
}
.section6 .list li {
  display: flex;
  align-items: unset;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .section6 .list li {
    flex-wrap: wrap;
  }
}
.section6 .list li:last-of-type {
  margin-bottom: 0;
}
.section6 .list li .img {
  width: 700px;
  position: relative;
}
@media (max-width: 1200px) {
  .section6 .list li .img {
    width: 100%;
  }
}
.section6 .list li .img .t {
  height: 137px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.39) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1200px) {
  .section6 .list li .img .t {
    padding: 25px 15px;
    height: auto;
  }
}
.section6 .list li .img .t h2 {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 5px;
}
@media (max-width: 1200px) {
  .section6 .list li .img .t h2 {
    font-size: 16px;
    font-weight: 500;
  }
}
.section6 .list li .img .t p {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 20px;
}
@media (max-width: 1200px) {
  .section6 .list li .img .t p {
    font-size: 12px;
    line-height: 18px;
  }
}
.section6 .list li .txt {
  width: 500px;
  background: #3c3e41;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 40px 40px;
}
@media (max-width: 1200px) {
  .section6 .list li .txt {
    width: 100%;
    padding: 25px;
  }
}
.section6 .list li .txt &gt; p {
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  line-height: 33px;
}
@media (max-width: 1200px) {
  .section6 .list li .txt &gt; p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 25px;
  }
}
.section6 .list li .txt .xq {
  border-right: 2px solid #0863c4;
  padding-right: 8px;
}
.section6 .list li .txt .xq p {
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 20px;
  text-align: right;
}
@media (max-width: 1200px) {
  .section6 .list li .txt .xq p {
    font-size: 12px;
    font-weight: 500;
  }
}
.section7 .list li {
  margin-bottom: 60px;
  position: relative;
}
@media (max-width: 1200px) {
  .section7 .list li {
    margin-bottom: 25px;
  }
}
.section7 .list li .txt {
  background: rgba(0, 0, 0, 0.5);
  padding: 70px 60px 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 1200px) {
  .section7 .list li .txt {
    padding: 25px;
    position: relative;
  }
}
.section7 .list li .txt h2 {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  line-height: 33px;
  margin-bottom: 15px;
}
@media (max-width: 1200px) {
  .section7 .list li .txt h2 {
    font-size: 18px;
  }
}
.section7 .list li .txt p {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .section7 .list li .txt p {
    font-size: 12px;
    line-height: 18px;
  }
}
.section7 .list li .txt span {
  display: block;
  width: 42px;
  height: 4px;
  background: #0863c4;
}
.footer {
  padding: 125px 0 250px;
  background-image: url(../images/f-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1200px) {
  .footer {
    padding: 25px 5%;
  }
}
.footer .dd {
  display: flex;
  align-items: center;
  justify-content: center;
  
  font-weight: 400;
  color: #ffffff; 
  margin-bottom: 150px;
}
.footer .dd a{color:#fff;font-size: 24px;}
@media (max-width: 1200px) {
  .footer .dd {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 25px;
  }
}
.footer .dd li {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
  padding: 0 40px;
}
@media (max-width: 1200px) {
  .footer .dd li {
    padding: 0 10px;
  }
}
.footer .dd li:last-of-type {
  border-right: none;
}
.footer .dd li.on {
  color: #0863c4;
}
.footer .lx {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .footer .lx {
    flex-wrap: wrap;
  }
}
.footer .lx li {
  text-align: center;
  margin: 0 60px;
}
@media (max-width: 1200px) {
  .footer .lx li {
    margin: 0 0 15px 0;
  }
}
.footer .lx li img {
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .footer .lx li img {
    width: 18px;
    margin-bottom: 5px;
  }
}
.footer .lx li p {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}
@media (max-width: 1200px) {
  .footer .lx li p {
    font-size: 14px;
  }
}
.footer .lx li p span {
  color: #0863c4;
}
.slid-right {
  position: fixed;
  right: 40px;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .slid-right {
    display: none;
  }
}
.slid-right a {
  width: 50px;
  height: 50px;
  display: block;
  border-radius: 8px;
  background-color: #0863c4;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 10px;
  cursor: pointer;
  position: relative;
}
.slid-right a.sr1 {
  background-image: url(../images/sj.png);
}
.slid-right a.sr1 p {
  width: 220px;
  height: 50px;
  border-radius: 8px;
  background: #D22923;
  position: absolute;
  right: 60px;
  text-align: center;
  line-height: 50px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 1px;
  display: none;
}
.slid-right a.sr1:hover {
  background-color: #D22923;
}
.slid-right a.sr1:hover p {
  display: block;
}
.slid-right a.sr2 {
  background-image: url(../images/qq.png);
}
.slid-right a.sr2 a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.slid-right a.sr2:hover {
  background-color: #D22923;
}
.slid-right a.sr3 {
  background-image: url(../images/wx.png);
}
.slid-right a.sr3 .e-box {
  position: absolute;
  right: 60px;
  top: -25px;
  width: 110px;
  height: 110px;
  display: none;
}
.slid-right a.sr3:hover {
  background-color: #D22923;
}
.slid-right a.sr3:hover .e-box {
  display: block;
}
.slid-right a.sr4 {
  background-image: url(../images/up.png);
  background-color: #e5e5e5;
  background-size: 15px;
}
.slid-left {
  position: fixed;
  left: 40px;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .slid-left {
    display: none;
  }
}
.slid-left .box {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.slid-left .box .t-img {
  text-align: center;
  padding-top: 8px;
  margin-bottom: 5px;
}
.slid-left .box h2 {
  font-size: 16px;
  text-align: center;
  font-weight: 400;
  color: #041c3f;
  line-height: 22px;
  margin-bottom: 25px;
}
.slid-left .box .alink a {
  display: block;
  width: 195px;
  height: 38px;
  background-image: url(../images/slbg.png);
  margin: 0 auto 10px;
  display: flex;
  align-items: center;
  border-radius: 38px;
}
.slid-left .box .alink a img {
  margin-right: 15px;
}
.slid-left .box .alink a p {
  font-size: 14px;
  font-weight: 400;
  color: #006add;
  line-height: 20px;
}
.slid-left .box .alink a:hover {
  background: #007AFF;
}
.slid-left .box .alink a:hover p {
  color: #fff;
}
.kfbox {
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  width: 760px;
  height: 400px;
  background: #edf1f7;
  box-shadow: 0px 4px 12px -2px rgba(10, 17, 49, 0.2);
  border-radius: 8px;
  padding: 0 70px;
  display: none;
}
@media (max-width: 1200px) {
  .kfbox {
    width: 90%;
    height: auto;
    padding-bottom: 25px;
  }
}
.kfbox.on {
  display: block;
}
.kfbox .close {
  position: absolute;
  right: 25px;
  top: 25px;
  cursor: pointer;
}
.kfbox .bt {
  padding-top: 75px;
  margin-bottom: 25px;
}
@media (max-width: 1200px) {
  .kfbox .bt {
    padding-top: 50px;
  }
}
.kfbox .bt img {
  display: block;
  margin: 0 auto;
}
.kfbox .bt img:first-of-type {
  margin-bottom: 15px;
}
.kfbox .list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .kfbox .list .wx {
    display: none;
  }
}
.kfbox .list .wx img {
  margin-bottom: 15px;
}
.kfbox .list .wx p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  color: #30446d;
  line-height: 20px;
}
.kfbox .list .wz {
  text-align: center;
}
@media (max-width: 1200px) {
  .kfbox .list .wz {
    display: none;
  }
}
.kfbox .list .wz h3 {
  font-size: 24px;
  font-weight: 600;
  color: #e00000;
  line-height: 33px;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.kfbox .list .wz p {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 400;
  color: #30446d;
  line-height: 25px;
}
.kfbox .list .kf {
  text-align: center;
}
@media (max-width: 1200px) {
  .kfbox .list .kf {
    width: 100%;
  }
}
.kfbox .list .kf img {
  margin-bottom: 15px;
}
.kfbox .list .kf a {
  display: block;
  width: 132px;
  height: 41px;
  background: #AF0321;
  border-radius: 8px;
  font-size: 14px;
  text-align: center;
  line-height: 41px;
  font-weight: 400;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .kfbox .list .kf a {
    margin: 0 auto;
  }
}

.m-qq{
    display:none;
}
@media (max-width: 1200px) {
  .m-qq{
        display:block;
        width: 80px;
        height: 80px;
        position: fixed;
        z-index: 1;
        right: 15px;
        bottom: 5%;
       
    }
}
.xfk{
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 9990;
    left: 0;
       top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}
.xfk.active{
    display: flex;
}
.xfk .k{
    max-width: 500px;
    position: relative;
}
.xfk .k .close1{
    width: 50px;
    height:50px;
    position:absolute;
    right: 10px;
    top: 10px;

}

@media (max-width: 1000px) {
    .xfk .k{
    max-width: 85%;
    position: relative;
}
.xfk .k .close1 {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
}
}</pre></body></html>