* {
    padding: 0;
    margin: 0;
    font-family: "Microsoft Yahei", "SimSun", Arial, sans-serif;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.line {
    border-bottom: 3px solid #fff;
}

.container {
    width: 1200px;
    margin: auto;
    background-image: url("/kyc/css/img/bk.png");
    background-repeat: no-repeat;
}

header {
    width: 100%;
}

header a {
    width: 100%;
    height: 170px;
    display: flex;
    align-items: center;
}

header a img {
    width: 100px;
}

header a div {
    margin-left: 20px;
}

header a div h1 {
    color: #0268bf;
    font-size: 30px;
}

header a div h2 {
    line-height: 30px;
    color: #0268bf;
    font-size: 20px;
}



.nav {
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: space-around;
    background-color: #006fba;
    position: relative;
    z-index: 2;
  }

  .nav>li {
    position: relative;
  }

  .nav>li>a {
    display: inline-block;
    width: 140px;
    line-height: 48px;
    text-align: center;
    color: #fff;
    font-size: 16px;
  }

  .nav>li>a:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    border-bottom: 2px solid #fff;
    transform: translate(-50%) scaleX(0);
    transition: .2s ease-in-out;
  }

  .nav>li>a:hover::after {
    opacity: 1;
    transform: translate(-50%) scaleX(1);
  }

  .nav>li>ol {

    width: 100%;
    display: none;
    opacity: 0.8;
    text-align: left;
    background-color: #006fba;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }

  .nav>li>ol li {
    text-align: left;
  }

  .nav>li>ol li a {
    display: inline-block;
    box-sizing: border-box;
    width: 140px;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-bottom: 1px solid #fff;
  }

  .nav>li>ol li:last-child a {
    border: none;
  }

  .nav>li>ol li a:hover {
    opacity: 0.7;
  }

  .nav_active {
    border-bottom: 2px solid #fff;
  }

  .list_active {
    color: #006fba;
  }

.s-1 {
    width: 100%;
    height: 300px;
}

.s-1 .swiper-container img {
    width: 1200px;
    height: 300px;
}

.s-2 {
    width: 100%;
    margin-top: 20px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.s-2 div {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 42px;
    color: #006fba;
    font-size: 16px;
    font-weight: 600;
    background-color: #f7f7f7;
    box-shadow: #999999 5px 5px 10px 5px;
}

.s-3 {
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}

.s-3-1 {
    width: 800px;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}

.s-3-1-l, .s-3-2-l {
    width: 100%;
height: 350px;
    margin-bottom: 50px;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 20px;
    border: 2px solid #eaeff3;
    box-shadow: #999999 5px 5px 10px 5px;
}

.s-3-1-l h3, .s-3-2-l h3 {
    color: #006fba;
    font-size: 18px;
    font-weight: 600;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 2px solid #006fba;
}

.s-3-1-l h3 a, .s-3-2-l h3 a {
    color: #006fba;
    font-size: 16px;
    float: right;
}

.m-2 {
   height: 197px;
}

.s-3-1-l .m-1 p {
    font-size: 14px;
    color: #585858;
    margin-top: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    text-indent: 28px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
}

.s-3-1-l .m-2 .swiper-container {
    margin-top: 20px;
}

.s-3-1-l .m-2 .swiper-slide a {
    display: inline-block;
    width: 200px;
    text-align: center;
}

.s-3-1-l .m-2 .swiper-slide a img {
    width: 100%;
height: 170px;
}

.s-3-1-l .m-2 .swiper-slide span {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #585858;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

section {
   display: flex;
   justify-content: space-between;
}

section .s-3-1-l {
    width: 230px;

}


.s-3-1-l .m-3 {
    margin-top: 20px;
}

.s-3-1-l .m-3 a {
    display: block;
    box-sizing: border-box;

    border: 4px solid #fff;
    border-radius: 10px;
}

.s-3-1-l .m-3 a img {
    width: 100%;
    border-radius: 10px;
}

.s-3-2 {
    width: 400px;
    float: right;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
}


section .s-3-2-l{
 width: 230px;
}

.s-3-2-l .m-4 {
    width: 100%;
    margin-top: 23px;
}

.s-3-2-l .m-4 img {
    width: 100%;
    max-height: 150px;
    border-radius: 10px;
}

.s-3-2-l .m-4 video {
    width: 100%;
}

.s-3-2-l .m-4 p {
    font-size: 14px;
    color: #585858;
    margin-top: 10px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.s-3-2-l .m-5 {
    /*background-color: deepskyblue;*/
}

.s-3-2-l .m-5 a {
    display: inline-block;
    width: 100%;
   
    margin-top: 10px;
    overflow: hidden;
}

.s-3-2-l .m-5 a h4 {
    display: inline-block;
    width: 60px;

    color: #fff;
    font-size: 18px;
    font-weight: 600;
    box-sizing: border-box;
    padding: 5px;
    text-align: center;
    background-color: #0080e2;
}

.s-3-2-l .m-5 a p {
    width: 100%;
    float: right;
    font-size: 14px;
    color: #fff;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    background-color: #0080e2;
    box-sizing: border-box;
    padding: 5px
}

.s-3-2-l .m-6 a {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    color: #585858;
    margin-top: 10px;
    text-align: center;
}

.s-3-2-l .m-6 a img {
    width: 100%;
}

.s-3-2-l .m-6 a p {
    margin-top: 10px;
}

footer {
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
    padding: 50px;
    background-color: #006fba;
}

footer p {
    text-align: center;
    line-height: 30px;
    font-size: 16px;
    color: #fff;
}

footer p a {
    color: #fff;
}