/* 案例开始 */
.anlibg {
    width: 100%;
    background-color: #ffffff;
}
.anli {
    margin: -30px auto 0;
}
.l-bg {
    width: 100%;
    background: #f8f7f7;
    height: 90px;
    opacity: .5;
}
.anli1 {
    width: 98%;
    background: #ffffff;
    height: 70px;
    margin: -80px 1% 0;
    position: relative;
    z-index: 1;
}
.anli1 h2 {
    float: left;
    color: #000000;
    font-size: 24px;
    padding: 0 20px;
}
.anli1 p {
    float: right;
    color: #999999;
    font-size: 12px;
    margin-right: 30px;
}
.anli1 p a {
    color: #999999;
}
.anli2 {
    margin-top: 50px;
}
.anli2-left {
    float: left;
    width: 260px;
}
.anli2-left h2 {
    background: #ededed;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    color: #000;
    padding: 0 15px;
}
.anli2-left ul {
    padding: 10px;
}
.anli2-left ul li {
    line-height: 60px;
    padding-left: 20px;
    
}
.anli2-left ul li a {
    display: block;
    color: #666666;
    font-size: 14px;
}
.anli2-left ul li:hover {
    border-left: 1px solid #ba0203;
    background-color: #ececec;
}
.anli2-left ul li:hover a {
    color: #ba0121;
}
.anli2-right {
    float: right;
    width: calc(100% - 290px);
}
.anli2-right1 {
    margin-bottom: 30px;
}
.anli2-right11 {
    float: left;
    width: 40%;
}
.swiper {
    width: 100%;
    height: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper {
    width: 100%;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
  }

  .swiper-slide {
    background-size: cover;
    background-position: center;
  }

  .mySwiper2 {
    height: 80%;
    width: 100%;
  }

  .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }

  .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
.anli2-right12 {
    float: right;
    width: 55%;
}
.anli2-right12 h2 {
    font-size: 20px;
    color: #000000;
    font-weight: normal;
    margin-bottom: 30px;
}
.anli2-right12 h3 {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    background-color: #f0f0f0;
    line-height: 50px;
    padding-left: 20px;
}
.anli2-right12 div a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    width: 200px;
    line-height: 40px;
    margin-top: 20px;
    margin-right: 10px;
    background-color: #ba0102;
    border-radius: 5px;
}
.anli2-right12 p a {
    font-size: 12px;
    color: #333333;
    display: block;
    margin-top: 30px;
}
.anli2-right12 p a:hover {
    color: #ba0102;
}
.anli2-right2 {
    margin-top: 30px;
}
.anli2-right2 h2 {
    font-size: 20px;
    color: #333333;
    border-bottom: 1px solid #dbdbdb;
    font-weight: normal;
    padding-bottom: 15px;
}
.anli2-right2 img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}


.anli2-right3 {
    margin-top: 60px;
}
.anli2-right3 ul li {
    width: 50%;
    line-height: 40px;
    text-align: left;
    margin-top: 5px;
    text-indent: 20px;
    color: #666666;
}
.anli2-right3 ul .l1 {
    float: left;
}
.anli2-right3 ul .l2 {
    float: right;
    text-align: right;
}
.anli2-right3 ul li a {
    color: #666666;
}
.anli2-right3 ul li:hover a {
    color: #007bc7;
}
.tuijian {
    margin-top: 40px;
}
.tuijian h2 {
    font-size: 24px;
    color: #666666;
    font-weight: normal;
}
.tj a div {
    width: 100%;
    height: 200px;
    overflow: hidden;
}
.tj a div img {
    width: 100%;
    height: 100%;
}
.tj a span {
    display: block;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #333333;
}
.tj:hover div img {
    transition: all 1s ease;
    transform: scale(1.2);
}
.swiper-pagination02 {
    display: none;
}
.swiper-button-next02 {
    display: none;
}
.swiper-button-prev02 {
    display: none;
}


@media only screen and (max-width: 980px) {
    .anli1 p {
        margin-top: 10px;
    }
    .anli2 {
        padding: 0 10px;
    }
    .anli2-left {
        display: none;
    }
    .anli2-right {
        float: none;
        width: 100%;
    }
    .anli2-right11 {
        float: none;
        width: 100%;
    }
    .anli2-right12 {
        float: none;
        width: 100%;
    }
    .tuijian {
        display: none;
    }
}