﻿*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}

.diepic{
    position: relative;
    width: 1200px;
    margin:40px auto 0 auto;
    margin-top: 5%;
}
.diepic h2{font-size: 50px;margin-bottom: 15px;text-align: left;line-height:42px;height: auto;margin-bottom: 6%;}

.diepic .swiper-container {
    padding-bottom: 60px;
}

.diepic .swiper-slide {
    width: 44.9%;
    height: auto;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
    cursor: pointer;
    text-align: left;
    margin: 0 auto;
    display: inline-block;
    margin-left: 0px;
}

.diepic .swiper-slide img {
    width: 100% !important;
    height: auto  !important;
    display: block;
    text-align: center;
    margin: 0 auto;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.diepic .swiper-slide p {
    line-height: 31px !important;
    text-align: left;
    color: #0b346d;
    font-size: 14px;
    margin: 0;
}

.diepic .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #030000;
    width: 10px;
    height: 10px;
    opacity: .6;
}

.diepic .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 34px;
    display: inline-block;
    height: 10px;
    border-radius: 10px;
    transition: width .4s cubic-bezier(.4, 0, .2, 1);
    background-image: linear-gradient(80deg, #0989c5, #995cb6);
    opacity: 1;
}

.diepic .swiper-button-prev {
    left: -5%;
    top: 50%;
    width: 45px;
    height: 45px;
}

.diepic .swiper-button-next {
    right: -5%;
    top: 50%;
    width: 45px;
    height: 45px;
}
.diepic .swiper-slide a{
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
@media screen and (max-width: 1024px) and (min-width: 0px) {
    .diepic .swiper-slide img {
        width: 55% !important;
        height: auto !important;
        display: block;
        margin: 0 auto;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
        border-radius: 10px;
        text-align: left;
        margin-left: 0px;
    }
    .diepic .swiper-container {
        padding-bottom: 60px;
        margin-bottom: 0%;
    }
    .diepic h2 {
        font-size: 40px;
        text-align: left;
        line-height: 42px;
        height: auto;
        margin-bottom: 3%;
    }
    .diepic .swiper-slide {
        width: 44.9%;
        height: auto;
        transition: all .4s cubic-bezier(.4, 0, .2, 1);
        cursor: pointer;
        text-align: left;
        margin: 0 auto;
        display: inline-block;
        margin-left: -1px;
    }
}