.bannbox {
    position: relative;

    margin: 50px auto 76px;
    overflow: hidden;

}

.banner2 {
    overflow: hidden;
}

.banner {

    margin: 50px auto;
}

.swiper1 {

    position: relative;

    width: 100%;

    margin: 0 auto
}

.bannerPic {
    padding-bottom: 56.3%;
}

#certify a {
    display: block;
    position: relative;
}

.bannertxt {
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 15;
    display: none;
}

.bannerUl .swiper-slide-active .bannertxt {
    display: block;
}

.bannerinfo {
    width: calc(100% - 160px);
}


#certify .swiper-container {
    /* padding-bottom: 60px; */
    width: 100%;
}

#certify .swiper-slide {
    width: 76.92%;
}


#certify .swiper-pagination {
    width: auto;
    display: inline-block;
    bottom: 15px;
    font-size: 0;
    text-align: right;
    left: auto;
    z-index: 1;
    right: 11.54%;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    /* border: 3px solid #fff; */
    background: none;
    background: url(../images/dot.png) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    /* border: 3px solid #00aadc; */
    background: url(../images/dota.png) no-repeat;
}

#certify .swiper-button-prev {
    margin: 0;
    left: -110px;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    background: url(../images/bl.png) no-repeat center;
}


#certify .swiper-button-next {
    left: auto;
    right: -110px;
    width: 60px;
    margin: 0;
    transform: translateY(-50%);
    height: 60px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background:
        url(../images/br.png) no-repeat center;
}

main {
    overflow: hidden;
    position: relative;
    z-index: 5;
}

.main {
    overflow: hidden;
    padding-top: 4px;
    box-sizing: border-box;
}

.mainleft {
    width: 350px;
    overflow: hidden;


}

.title {
    padding: 21px 38px;
    padding-right: 60px;
    box-sizing: border-box;
    background: rgba(193, 62, 55, 1);
    position: relative;
    margin-bottom: 30px;
}

.titicon {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;

}

.tit {
    margin-left: 10px;
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;
}

.rtit .more {
    position: absolute;
    color: rgba(255, 255, 255, .6);
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.more2 {
    display: block !important;
}

.sideul li {
    margin-bottom: 20px;
}

.sideul li a {
    padding: 20px;
    box-sizing: border-box;
    display: block;
    background: rgba(248, 248, 248, 1);
    transition: all .3s ease-in-out;
}

.sideul li:hover a {
    transform: translateX(5px);
}

.sidepic {
    padding-bottom: 48.39%;
}

.sideul li .lineside {
    height: 10px;
    margin: 10px 0 20px;
}

.sideul li:nth-child(1) .lineside {
    background: linear-gradient(90deg, rgba(231, 29, 57, 1) 0%, rgba(157, 0, 0, 1) 100%);
}

.sideul li:nth-child(2) .lineside {
    background: linear-gradient(90deg, rgba(247, 129, 59, 1) 0%, rgba(230, 22, 61, 1) 100%);
}

.sideul li:nth-child(3) .lineside {
    background: linear-gradient(90deg, rgba(117, 181, 224, 1) 0%, rgba(69, 122, 250, 1) 100%);
}

.sideul li:nth-child(4) .lineside {
    background: linear-gradient(90deg, rgba(138, 213, 245, 1) 0%, rgba(59, 92, 197, 1) 100%);
}

.sidename {
    line-height: 1.3;
    color: #333;
}

/* mainright */


.rtit {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}

.rtit::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #6989F0;
    background: -o-linear-gradient(right, #6989F0, #3A56B6);
    background: -moz-linear-gradient(right, #6989F0, #3A56B6);
    background: linear-gradient(to right, #6989F0, #3A56B6);
}

.rtitfir {
    display: inline-block;
}

.rtitfir i {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

.rtitfir h2 {
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

.rtitfir a {
    display: block;
    padding: 20.5px 60px 20.5px 30px;
    box-sizing: border-box;
    position: relative;
    /* z-index: 15; */
}


.titbg {
    width: 40px;
    height: calc(100% + 4px);
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.titbg::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 4px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: #A40C12;
    clip-path: polygon(100% 0, calc(100% - 20px) 0, 100% 100%, 0px 100%, 10px 0);
}


.rtitul li {
    display: inline-block;
}



.rtitul li.on a {
    font-weight: bold;
    color: #fff;
}

.rtitul li:last-child a::before {
    display: none;
}

.rtitul li a::before {
    content: '';
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.caption {
    display: none;
}


.caption1 li {
    margin-bottom: 30px;
}

.caption1 a {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

.caption1 li:hover a {
    transform: translateX(5px);
}

.caption1 li:hover .captiontit1 {
    color: rgba(193, 62, 55, 1);
}

.captiontit2 {
    display: none;
}

.captiontit1 {
    line-height: 1.3;
    margin-bottom: 20px;
    color: #333;
}

.captionbottom {
    overflow: hidden;
}

.cationleft {
    width: 320px;
    overflow: hidden;
    position: relative;
}

.cationImg {
    padding-bottom: 56.25%;
}

.cationright {
    margin-left: 340px;
}

.date {
    width: 64px;
    height: 64px;
    background: rgba(244, 147, 10, 0.8);
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 7px;
    font-family: 'DIN-Regular';
    box-sizing: border-box;
    text-align: center;
}

.day {
    line-height: 1.25;
}

.year {
    line-height: 1.2;
}

.cationinfo {
    line-height: 1.625;
    color: #999;
    margin-bottom: 20px;
    -webkit-line-clamp: 5;
}

.detaile {
    line-height: 1.5;
    color: #D1121B;
}

.caption2 li {
    margin-bottom: 19px;
}

.caption li:last-child {
    margin-bottom: 0;
}

.caption li:last-child a {
    padding-bottom: 0;
    border: none;
}

.caption2 a {
    display: block;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

.caption2 li:hover a {
    transform: translateX(5px);
}

.caption2 li:hover p {
    color: #D1121B;

}

.caption2 p {
    line-height: 1.3;
}

.date2 {
    font-family: 'DIN-Regular';
    margin-left: 10px;
    line-height: 1.625;
    color: #333;
}



.bannbox {
    position: relative;

    margin: 50px auto 76px;
    overflow: hidden;

}

.banner2 {
    overflow: hidden;
}

.banner {

    margin: 50px auto;
}

.swiper1 {

    position: relative;

    width: 100%;

    margin: 0 auto
}

.bannerPic {
    padding-bottom: 56.3%;
}

#certify a {
    display: block;
    position: relative;
}

.bannertxt {
    background: rgba(0, 0, 0, 0.4);
    padding: 15px 20px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 15;
    display: none;
}

.bannerUl .swiper-slide-active .bannertxt {
    display: block;
}

.bannerinfo {
    width: calc(100% - 160px);
}


#certify .swiper-container {
    /* padding-bottom: 60px; */
    width: 100%;
}

#certify .swiper-slide {
    width: 76.92%;
}


#certify .swiper-pagination {
    width: auto;
    display: inline-block;
    bottom: 15px;
    font-size: 0;
    text-align: right;
    left: auto;
    right: 11.54%;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    /* border: 3px solid #fff; */
    background: none;
    background: url(../images/dot.png) no-repeat;
    background-size: 100%;
    width: 24px;
    height: 24px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    /* border: 3px solid #00aadc; */
    background: url(../images/dota.png) no-repeat;
}

#certify .swiper-button-prev {
    margin: 0;
    left: -110px;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
    background: url(../images/bl.png) no-repeat center;
}


#certify .swiper-button-next {
    left: auto;
    right: -110px;
    width: 60px;
    margin: 0;
    transform: translateY(-50%);
    height: 60px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    background:
        url(../images/br.png) no-repeat center;
}

main {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.main {
    overflow: hidden;
    padding-top: 4px;
    box-sizing: border-box;
}

.mainleft {
    width: 350px;
    overflow: hidden;


}

.title {
    padding: 21px 38px;
    padding-right: 60px;
    box-sizing: border-box;
    background: rgba(193, 62, 55, 1);
    position: relative;
    margin-bottom: 30px;
}

.titicon {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.titicon img {
    width: 35px;
    height: 37px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tit {
    margin-left: 10px;
    display: inline-block;
    line-height: 1.3;
    vertical-align: middle;
}

.main .more {
    position: absolute;
    color: rgba(255, 255, 255, .6);
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.sideul li {
    margin-bottom: 20px;
}

.sideul li:last-child {
    margin-bottom: 0
}

.sideul li a {
    padding: 20px;
    box-sizing: border-box;
    display: block;
    background: rgba(248, 248, 248, 1);
    transition: all .3s ease-in-out;
}

.sideul li:hover a {
    transform: translateX(5px);
}

.sidepic {
    padding-bottom: 48.39%;
}

.sideul li .lineside {
    height: 10px;
    margin: 10px 0 20px;
}

.sideul li:nth-child(1) .lineside {
    background: linear-gradient(90deg, rgba(231, 29, 57, 1) 0%, rgba(157, 0, 0, 1) 100%);
}

.sideul li:nth-child(2) .lineside {
    background: linear-gradient(90deg, rgba(247, 129, 59, 1) 0%, rgba(230, 22, 61, 1) 100%);
}

.sideul li:nth-child(3) .lineside {
    background: linear-gradient(90deg, rgba(117, 181, 224, 1) 0%, rgba(69, 122, 250, 1) 100%);
}

.sideul li:nth-child(4) .lineside {
    background: linear-gradient(90deg, rgba(138, 213, 245, 1) 0%, rgba(59, 92, 197, 1) 100%);
}

.sidename {
    line-height: 1.3;
    color: #333;
}

/* mainright */
.mainright {
    width: calc(100% - 400px);
}

.rtit {
    /* position: relative; */
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
    /* z-index: 0; */
}

.rtit::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #6989F0;
    background: -o-linear-gradient(right, #6989F0, #3A56B6);
    background: -moz-linear-gradient(right, #6989F0, #3A56B6);
    background: linear-gradient(to right, #6989F0, #3A56B6);
}

.rtitfir {
    display: inline-block;
}

.rtitfir i {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    z-index: 1;
}

.rtitfir h2 {
    line-height: 1.3;
    display: inline-block;
    vertical-align: middle;
    /* position: relative; */
    /* z-index: 1; */
}

.rtitfir a {
    display: block;
    padding: 20.5px 60px 20.5px 30px;
    box-sizing: border-box;
    position: relative;
    /* z-index: 15; */
}

.rtitfir a::after {
    content: '';
    display: block;
    width: calc(100% - 30px);
    height: calc(100% + 4px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: #C13E37;
    clip-path: polygon(100% 0, calc(100% - 0px) 0, calc(100% - 10px) 100%, 0px 100%, 0px 0);
}

.rtitfir a::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-top: 0px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 96px solid rgba(0, 0, 0, .2);
    position: absolute;
    right: 20px;
    bottom: 0;
    z-index: 2;
}

.titbg {
    width: 40px;
    height: calc(100% + 4px);
    position: absolute;
    right: 0;
    bottom: 0;
    /* z-index: -1; */
}

.titbg::before {
    content: '';
    display: block;
    width: 100%;
    height: calc(100% + 4px);
    position: absolute;
    left: 0;
    bottom: 0;
    background: #A40C12;
    clip-path: polygon(100% 0, calc(100% - 20px) 0, 100% 100%, 0px 100%, 10px 0);
}

.maintitri {
    margin-left: 290px;
    position: relative;
    /* z-index: 0; */
}

.rtitul {
    font-size: 0;
    margin: 0 -50px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.rtitul li {
    display: inline-block;
}

.rtitul li a {
    display: block;
    margin: 0 50px;
    line-height: 1.3;
    color: rgba(255, 255, 255, .6);
    position: relative;
}

.rtitul li.on a {
    font-weight: bold;
    color: #fff;
}

.rtitul li:last-child a::before {
    display: none;
}

.rtitul li a::before {
    content: '';
    content: '';
    display: block;
    width: 1px;
    height: 24px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
}

.caption {
    display: none;
}

.caption.on {
    display: block;
}

.caption1 li {
    margin-bottom: 30px;
}

.caption1 a {
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

.caption1 li:hover a {
    transform: translateX(5px);
}

.caption1 li:hover .captiontit1 {
    color: rgba(193, 62, 55, 1);
}

.captiontit1 {
    line-height: 1.3;
    margin-bottom: 20px;
    color: #333;
}

.captionbottom {
    overflow: hidden;
}

.cationleft {
    width: 320px;
    overflow: hidden;
    position: relative;
}

.cationImg {
    padding-bottom: 56.25%;
    background: none;
}

.cationright {
    margin-left: 340px;
}

.date {
    width: 64px;
    height: 64px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: rgba(244, 147, 10, 0.8);
    position: absolute;
    left: 10px;
    bottom: 10px;
    padding: 4px;
    font-family: 'DIN-Regular';
    box-sizing: border-box;
    text-align: center;
}

.day {
    line-height: 1.25;
}

.year {
    line-height: 1.2;
}

.cationinfo {
    line-height: 1.625;
    color: #999;
    margin-bottom: 20px;
    -webkit-line-clamp: 5;
}

.detaile {
    line-height: 1.5;
    color: #D1121B;
}

.caption2 li {
    margin-bottom: 19px;
}

.caption li:last-child {
    margin-bottom: 0;
}

.caption li:last-child a {
    padding-bottom: 0;
    border: none;
}

.caption2 a {
    display: block;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    transition: all .3s ease-in-out;
}

.caption2 li:hover a {
    transform: translateX(5px);
}

.caption2 li:hover p {
    color: #D1121B;

}

.caption2 p {
    line-height: 1.3;
}

.date2 {
    font-family: 'DIN-Regular';
    margin-left: 10px;
    line-height: 1.625;
    color: #333;
}

.main .more {
    display: none;
}

.main  .more.on {
    display: block;
}

.maintop {
    overflow: hidden;
}

.sideulout {
    position: relative;
}

.dot {
    bottom: 0 !important;
}

.link {
    display: block;
    margin: 50px 0 30px;
    background: url(../images/link.png) no-repeat center;
    background-size: 100% 100%;
    height: 70px;
    position: relative;
}
.link span{
    display:none;
}
.linkul {
    margin: 0 -15px;
    overflow: hidden;
    font-size: 0;
    margin-bottom: 50px;
}

.linkul li {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}

.linkbox {
    margin: 0 15px;
}

.linkbox dd {
    padding-bottom: 20px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
}

.linkbox dd:hover {
    transform: translateX(5px);
}

.linkbox dd:hover a {
    color: #A40C12;
}

.linkbox a {
    display: block;
    line-height: 1.3;
}

.zk {
    color: #999;
    line-height: 1.3;
    display: inline-block;
    cursor: pointer;
    vertical-align: middle;
}

.zk i {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 20px;
    height: 20.7px;
    margin-left: 5px;
    transition: all .3s ease-in-out;
}

.linkdl {
    transition: all .3s ease-in-out;
    overflow: hidden;
}

.linkdl.on {
    height: auto !important;
}

.linkdl.on+.zk i {
    transform: rotate(180deg);
}

@media screen and (max-width:1530px) {
    #certify .swiper-button-prev {
        margin: 0;
        left: -60px;
        width: 40px;
        height: 40px;
    }


    #certify .swiper-button-next {
        left: auto;
        right: -60px;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width:1430px) {
    #certify .swiper-button-prev, #certify .swiper-button-next {
        display: none;
    }

}

@media screen and (max-width:1100px) {
    .banner {
        margin: 30px 15px;
    }

    .sideulout {
        position: relative;
        padding-bottom: 30px;
        box-sizing: border-box;
    }

    .link {
        margin-top: 30px;
        height: 50px;
    }
}

@media screen and (max-width:997px) {
    .banner {
        margin: 16px 15px;
    }
}

@media screen and (max-width:767px) {
    .banner {
        margin: 15px 15px;
    }

    .captiontit1 {
        display: none;
        margin-bottom: 0;
    }

    .captiontit2 {
        display: block;
        margin: 10px 0;
    }

    .cationleft {
        width: 100%;
        float: none;
    }

    .cationright {
        margin-left: 0;
    }

    .cationinfo {
        margin-bottom: 10px;
        -webkit-line-clamp: 2;
    }
    .link span{
    display: inline-block;
    position: absolute;
    left: 50%;
    background: url(../images/linl.png) no-repeat;
    width: 156px;
    background-size: cover;
    z-index: 2;
    height: 53px;
    top: 50%;
    transform: translate(-50%,-50%);
}
}

@media screen and (max-width:479px) {
    .banner {
        margin: 16px 0;
    }

    #certify .swiper-slide {
        width: calc(100% - 38px);
        transform: translateX(0) !important;
        transform: scale(.95) !important;
    }
.link span{
    width:120px;
    height:45px;
}
    #certify .swiper-slide.swiper-slide-active {
        transform: scale(1) !important;

    }

    #certify a {
        border-radius: 4px;
        overflow: hidden;
    }

    #certify .swiper-container {
        padding-bottom: 20px
    }

    #certify .swiper-pagination {
        width: 100%;
        bottom: 0;
        text-align: center;
        right: 0;
    }

    .bannertxt {
        padding: 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, .8);
        background: -o-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
        background: -moz-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
        background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    }

    .bannerinfo {
        width: 100%;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {

        background: url(../images/dot2.png) no-repeat;
        background-size: 100%;
        width: 10px;
        height: 10px;
        margin: 0 2px;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: url(../images/dota.png) no-repeat;
        background-size: 100%;
    }

}



@media screen and (max-width:1530px) {
    #certify .swiper-button-prev {
        margin: 0;
        left: -60px;
        width: 40px;
        height: 40px;
    }


    #certify .swiper-button-next {
        left: auto;
        right: -60px;
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width:1430px) {
    #certify .swiper-button-prev, #certify .swiper-button-next {
        display: none;
    }

}

@media screen and (max-width:1101px) {
    .banner {
        margin: 30px 15px;
    }

    .mainright, .mainleft {
        width: 100%;
        float: none !important;
    }

    .mainleft {
        margin: 32px 0 0px;

    }

    .caption li {
        margin-bottom: 0;
    }

    .caption1 a {
        padding-bottom: 0;
        border: none;
    }

    .caption1 {
        padding-bottom: 32px;
        box-sizing: border-box;
    }

    .caption .slick-dots li {
        transition: all .3s ease-in-out;
    }

    .caption .slick-dots li.slick-active {
        width: 30px;
        background: #D1121B;
        border-radius: 8px;
    }

    .caption .slick-dots li button {
        background: rgba(209, 18, 27, 0.3);
    }

    .sideulout .swiper-pagination-fraction,
    .sideulout .swiper-pagination-custom,
    .sideulout .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 10px;
        font-size: 0;
        height: 100%;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 5px;
        background: rgba(209, 18, 27, 0.3);
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 30px;
        border-radius: 8px;
        background: #D1121B;
    }
}

@media screen and (max-width:997px) {
    .banner {
        margin: 16px 15px;
    }
}

@media screen and (max-width:767px) {
    .banner {
        margin: 15px 15px;
    }

    .rtitfir a {
        display: block;
        padding: 12px 50px 10px 10px;
    }

    .rtitfir i {
        width: 30px;
        height: 30px;
        margin-right: 5px;
    }

    .rtitul {
        margin: 0 -20px;
    }

    .rtitul li a {
        margin: 0 20px;
    }

    .maintitri {
        margin-left: 170px;
    }

    .rtitul li a::before {
        right: -20px;
        height: 16px;
    }

    .rtit {
        margin-bottom: 20px;
    }

    .title {
        padding: 10px;
        margin-bottom: 20px;
    }

    .titicon {
        width: 30px;
        height: 30px;
    }

    .tit {
        margin-left: 5px;
    }

    .more {
        right: 10px;
    }

    .linkul li {
        width: 50%;

    }

    .linkbox {
        padding-bottom: 25px;
        box-sizing: border-box;
        margin-bottom: 25px;
        border-bottom: 1px solid rgba(0, 0, 0, .1);
    }

    .link {
        height: 40px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:479px) {
    .banner {
        margin: 16px 0;
    }

    #certify .swiper-slide {
        width: calc(100% - 38px);
        transform: translateX(0) !important;
        transform: scale(.95) !important;
    }

    #certify .swiper-slide.swiper-slide-active {
        transform: scale(1) !important;

    }

    #certify a {
        border-radius: 4px;
        overflow: hidden;
    }

    #certify .swiper-container {
        padding-bottom: 20px
    }

    #certify .swiper-pagination {
        width: 100%;
        bottom: 0;
        text-align: center;
        right: 0;
    }

    .bannertxt {
        padding: 10px;
        box-sizing: border-box;
        background: rgba(0, 0, 0, .8);
        background: -o-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
        background: -moz-linear-gradient(top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
        background: linear-gradient(to top, rgba(0, 0, 0, .8), rgba(0, 0, 0, 0));
    }

    .bannerinfo {
        width: 100%;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet {

        background: url(../images/dot2.png) no-repeat;
        background-size: 100%;
        width: 10px;
        height: 10px;
        margin: 0 2px;
    }

    #certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
        background: url(../images/dota.png) no-repeat;
        background-size: 100%;
    }

    .link {
        height: 27px;
    }

    .linkul li {
        width: 100%;
    }
    .linkbox dd{
        padding-bottom: 10px;
    }
    .linkbox {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width:414px) {

    .link {
        height: 30px;
    }
}

@media screen and (max-width:400px) {
    .rtitfir a::before, .titbg,.rtitfir a::after {
        display: none;
    }
    .rtitfir a {
        display: block;
        background: #C13E37;
        padding: 12px 10px 10px 10px;
    }
    .maintitri {
        margin-left: 130px;
    }
    .rtitul li a {
        margin: 0 8px;
    }
    .rtitul{
        margin: 0 -8px;
    }
    .rtitul li a::before {
        right: -8px;
        height: 16px;
    }

}