.img {
    display: block;
    padding-bottom: 43.75%;
}

.banner {
    overflow: hidden;
    position: relative;
}

.bannerbottom {
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    bottom: 50px;
    font-size: 0;
}

.swiper-num {
    position: relative;
    display: inline-block;
    z-index: 1;
    font-family: 'DIN-Medium';
}

.swiper-num span {
    display: inline-block;
    vertical-align: middle;
}

.swiper-num span.actives {
    margin: 0 10px 0 30px;
}

.swiper-num span.total {
    margin: 0 30px 0 10px;


}

.banner .swiper-pagination {
    display: inline-block;
    height: 1px;
    width: 200px;
    background: rgba(255, 255, 255, 0.3);
    vertical-align: middle;
    transform: translate(0);
    position: relative;
    /* overflow: hidden; */
    z-index: 1;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #fff;
    height: 2px;
    margin-top: -0.5px;
}

.banner .prev {
    width: 20px;
    height: 20px;
    background: url(../images/prev.svg) no-repeat;
    background-size: 20px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    z-index: 1;
}

.banner .next {
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(../images/next.svg) no-repeat;
    background-size: 20px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
}

/* mode1 */

.mode1 {
    padding: 65px 0 177px;
    box-sizing: border-box;
    position: relative;
}

.mode1::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/bg1.png) no-repeat;
    background-size: cover;
}

.mode1con {
    padding: 0 5%;
    box-sizing: border-box;
}

.title {
    text-align: center;
    margin-bottom: 10px;
}

.tit {
    display: inline-block;
    position: relative;
    padding-left: 50px;
    box-sizing: border-box;
}

.tit::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/ta.png) no-repeat;
    position: absolute;
    right: -17px;
    top: -15px;
}

.tit i {
    position: absolute;
    left: 0;
    display: inline-block;
    top: 30px;
    width: 40px;
    height: 8px;
}

.tit i::before {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #014D8B;
    position: absolute;
    left: 0;
    border-radius: 1px;
    bottom: 0;
}

.tit i::after {
    content: '';
    display: block;
    width: 20px;
    height: 1px;
    border-radius: 1px;
    background: #014D8B;
    position: absolute;
    left: 20px;
    bottom: 8px;
}

.tit h2 {
    line-height: 1.3;
    color: #333;
    font-weight: normal;
    margin-bottom: 5px;
}

.tit span {
    color: #999;
    line-height: 1.2;
}

.mode1info {
    line-height: 34px;
    height: 102px;
    color: #333;
    -webkit-line-clamp: 3;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.mode1info:hover {
    color: #014D8B
}

.more {
    display: block;
    width: 121px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid rgba(0, 0, 0, .3);
    position: relative;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.more:before {
    content: '';
    position: absolute;

    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.more:hover:before, .more:focus:before, .more:active:before {

    border: 1px solid #014D8B;
    -webkit-animation: hvr-ripple-out 2s ease infinite;
    animation: hvr-ripple-out 2s ease infinite;
}

.more:hover {
    color: #014D8B;
}

/* mode2 */
.mode2 {
    position: relative;
    z-index: 1;
}

.mode2::before {
    content: '';
    display: block;
    width: 480px;
    height: 454px;
    background: url(../images/bg2.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.mode2::after {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% - 127px);
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

@-webkit-keyframes hvr-ripple-out {

    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

@keyframes hvr-ripple-out {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
    }
}

.mode2con {
    margin-top: -127px;
    padding: 50px 8.3% 40px;
    position: relative;
    z-index: 1;
    background: #fff;
    border-bottom: 1px solid #014D8B;
}

.title2 {
    display: inline-block;
    margin-bottom: 20px;

}

.title2 h2 {
    margin-bottom: 5px;
    color: #333;
    line-height: 1.3;
}

.title2 span {
    color: #999;
    line-height: 1.2;
}



.mode21ul li {
    margin-bottom: 20px;
    transition: all .3s ease-in-out;
}

.mode21ul li:last-child {
    margin-bottom: 0;
}

.mode21ul .item {
    padding-left: 16px;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.mode21ul li:hover {
    transform: translateX(5px);
}

.mode21ul li:hover .item {
    color: #014D8B;
}

.mode21ul .item::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #014D8B;
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
}

.mode2bot {
    overflow: hidden;
    position: relative;
    padding: 56px 8.3% 40px;
    z-index: 1;
    box-sizing: border-box;
}

.mode2r {
    width: 289px;
    overflow: hidden;
}

.mode2rbg {
    padding-bottom: 174.4%;
    /* background: linear-gradient(180deg, rgba(0, 189, 123, 0) 0%, rgba(0, 189, 123, .1) 30.31%,rgba(0, 43, 186, 0.3) 99.31%);
    background: -o-linear-gradient(180deg, rgba(0, 189, 123, 0) 0%, rgba(0, 189, 123, .1) 30.31%,rgba(0, 43, 186, 0.3) 99.31%);
    background: -moz-linear-gradient( 180deg, rgba(0, 189, 123, 0) 0%, rgba(0, 189, 123, .1) 30.31%,rgba(0, 43, 186, 0.3) 99.31%);
    background: linear-gradient( 180deg, rgba(0, 189, 123, 0) 0%, rgba(0, 189, 123, .1) 30.31%,rgba(0, 43, 186, 0.3) 99.31%); */
    background: none;
}

/* .mode2rpic{
    padding-bottom: 149.82%;
} */
.mode2l {

    width: calc(100% - 383px);
}

.mode2l .title {
    text-align: left;
    margin-bottom: 40px;
}

.mode2linfo {
    margin-bottom: 50px;
    color: #333;
    line-height: 30px;
    height: 210px;
    -webkit-line-clamp: 7;
}

.mode2linfo:hover {
    color: #014D8B;
}

.mode2l .more {
    margin: auto;
    display: inline-block;
}

.mode3 {
    padding: 50px 0;
    box-sizing: border-box;
    background: url(../images/bg3.png) no-repeat;
    background-size: cover;
}

.mode3 .title {
    text-align: left;
    margin-bottom: 30px;
}

.mode3 .tit i::before, .mode3 .tit i::after {
    background: #fff;
}

.mode3 .tit h2 {
    color: #fff;
}

.mode3 .tit span {
    color: rgba(255, 255, 255, 0.5);
}

.mode3 .tit::before {
    background: url(../images/ta2.png) no-repeat;
}

.mode3 .more {
    border: 1px solid #fff;
}

.mode3 .more:hover:before, .mode3 .more:focus:before, .mode3 .more:active:before {

    border: 1px solid #fff;
}

.mode3 .more:hover {
    color: #fff;
}

.mode3l {
    display: block;
    width: 605px;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.mode3l:hover {
    transform: translateX(5px);
}

.mode3l:hover .mode3ar .mode3arinfo {
    color: #014D8B;
    font-weight: bold;
}

.mode3atop {
    padding-bottom: 56.2%;
}

.mode3abot {
    padding: 18px 20px;
    box-sizing: border-box;
    background: #fff;
}

.mode3title {
    overflow: hidden;
}

.mode3date {
    /* width: 72px; */
    box-sizing: border-box;
    position: relative;
}

.mode3ar::before {
    content: '';
    display: block;
    width: 1px;
    height: 40px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0;
    top: calc(50% - 20px);
}

.day3 {
    line-height: 1.27;
    color: #333;
}

.year3 {
    color: #888;
    line-height: 1.3;
}

.mode3ar {
    margin-left: 72px;
    padding-left: 10px;
    box-sizing: border-box;
    position: relative;
}

.mode3arinfo {
    line-height: 30px;
    height: 60px;
    color: #333;
}

.mode3summary {
    line-height: 24px;
    color: #999;
    height: 48px;
    margin-top: 10px;
}

.mode3rul {
    margin-left: 625px;
}

.mode3rul li {
    margin-bottom: 18px;
}

.mode3rul li a {
    display: block;
    transition: all .3s ease-in-out;
}

.mode3rul li:hover a {
    transform: translateX(5px);
}

.mode3rul li:last-child {
    margin-bottom: 0;
}

.mode3rul li:hover .mode3arinfo {
    color: #014D8B;
    font-weight: bold;
}

.mode3rul li .mode3arinfo {
    height: 30px;
}

.mode3rul li .mode3summary {
    margin: 10px 0;
}

.date {
    color: #999;
}

.mode4 {
    background: url(../images/mode4bg.png) repeat;
    background-size: cover;
}

.mode4top {
    padding: 50px 0;
    box-sizing: border-box;
}

.mode4 .title {
    text-align: left;
    margin-bottom: 30px;
}

.mode4 .more {
    border: 1px solid #014D8B;
    color: #014D8B;
}

.mode4botul {
    margin: 0 -20px;
    overflow: hidden;
    font-size: 0;
    margin-bottom: -40px;
}

.mode4botul li {
    margin-bottom: 40px;
    display: inline-block;
    font-size: 0;
    width: 50%;
}

.mode4botul a {
    display: block;
    margin: 0 20px;
    background: #f8f8f8;
    overflow: hidden;
    transition: all .3s ease-in-out;
}

.mode4botul li:hover a {
    transform: translateX(5px);
}

.mode4botul li:hover .mode4info {
    color: #014D8B;
    font-weight: bold;
}

.date4 {
    width: 150px;
    height: 150px;
    background: #014D8B;
    padding: 38px 33px;
    box-sizing: border-box;
}

.mode4r {
    margin-left: 150px;
    padding: 45px 30px;
    box-sizing: border-box;
}

.mode4info {
    line-height: 30px;
    height: 60px;
}

.day4 {
    line-height: 1.3;
    margin-bottom: 10px;
}

.year4 {
    line-height: 1.3;
}

@media screen and (max-width:1100px) {
    .bannerbottom {
        bottom: 20px;
    }

    .mode3l {
        width: 555px;
    }

    .mode3rul {
        margin-left: 575px;
    }

    .mode3abot {
        padding: 13px;
    }
}

@media screen and (max-width:998px) {

    .mode1 {
        padding: 32px 0 88px;
    }

    .mode1info, .mode2linfo {
        margin-bottom: 25px;
    }

    .mode2con {
        margin-top: -55px;
        padding: 25px 8.3% 20px;
    }

    .mode2bot {
        padding: 28px 8.3% 20px;
    }

    .more {
        width: 101px;
        height: 33px;
        line-height: 33px;
    }

    .mode2r {
        width: 205px;
        overflow: hidden;
    }

    .mode2l {
        width: calc(100% - 255px);
    }

    .title2, .mode21ul li {
        margin-bottom: 10px;
    }

    .mode2l .title {
        margin-bottom: 20px;
    }

    .mode3, .mode4top {
        padding: 25px 0;
    }

    .mode4 .title, .mode3 .title {
        margin-bottom: 15px;
    }

    .date4 {
        width: 75px;
        height: 75px;
        padding: 9px 7px;
    }

    .mode4r {
        margin-left: 75px;
        padding: 8px 20px;
    }

    .mode4botul {
        margin: 0 -10px;
        margin-bottom: -20px;
    }

    .mode4botul li {
        margin-bottom: 20px;
    }

    .mode4botul a {
        margin: 0 10px;
    }

    .mode2::before {
        width: 380px;
        height: 354px;
    }
}

@media screen and (max-width:768px) {
    .bannerbottom {
        bottom: 10px;
    }

    .swiper-num span.actives {
        margin: 0 5px 0 15px;
    }

    .mode2::before {}

    .mode3summary {
        margin-top: 5px;
        line-height: 21px;
        height: 42px;
    }

    .mode3arinfo {
        line-height: 21px;

    }

    .mode3rul li .mode3arinfo {
        height: 21px;
    }

    .mode3ar .mode3arinfo {
        height: 42px;
    }

    .swiper-num span.total {
        margin: 0 5px 0 15px;
    }

    .banner .swiper-pagination {
        width: 100px;
    }

    .mode1info {
        line-height: 30px;
        height: 90px;
    }

    .mode2linfo {
        line-height: 25px;
        height: 175px;
    }

    .mode3l {
        width: 405px;
    }

    .mode3rul {
        margin-left: 425px;
    }

    .mode3rul li .mode3summary {
        margin: 7.9px 0;
        height: 24px;
        -webkit-line-clamp: 1;
    }

    .mode4info {
        line-height: 25px;
        height: 50px;
    }
}

@media screen and (max-width:680px) {
    .mode3l {
        width: 100%;
        float: none;
        margin-bottom: 18px;
    }

    .mode3rul {
        margin-left: 0;
    }

    .mode3rul li .mode3summary {
        margin: 5px 0;
        height: 42px;
        line-height: 21px;
        -webkit-line-clamp: 2;
    }

    .mode4botul {
        margin: 0;
        margin-bottom: -20px;
    }

    .mode4botul li a {
        margin: 0;
    }

    .mode4botul li {
        width: 100%;
    }

    .mode2::before {
        width: 280px;
        height: 254px;
    }
    .title{
        text-align: left;
    }
}

@media screen and (max-width:479px) {
    .mode2::before {
        width: 180px;
        height: 154px;
    }

    .more {
        width: 101px;
        height: 31px;
        line-height: 31px;
    }

    .mode1con {
        padding: 0 4.3%;
    }

    .mode2con {
        margin-top: -55px;
        padding: 25px 4.3% 20px;
    }

    .mode2bot {
        padding: 28px 4.3% 20px;
    }

    .mode2r {
        width: 185px;
        overflow: hidden;
    }

    .mode2l {
        width: calc(100% - 205px);
    }
}

@media screen and (max-width:414px) {

    .mode2r {
        width: 145px;
    }

    .mode2l {
        width: calc(100% - 165px);
    }

}
    @media screen and (max-width:400px) {
        .mode2r {
            width: 100%;
            float: none;

        }

        .mode2l {
            width: 100%;
            float: none;
            margin-bottom: 20px;
        }
    }
