.banner {}

.banner a {
    display: block;
    position: relative;

}

.banner a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: calc(180% / 19.2);
    z-index: 2;
    background: rgba(0, 0, 0, 1);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    background: linear-gradient(to top, rgba(0, 0, 0, .6), rgba(0, 0, 0, 0));
    width: 100%;
}



.banner .slick-dots {

    font-size: 0;

    left: 50%;

    right: auto;

    transform: translateX(-50%);

    margin: 0;

    text-align: center;
}

.banner .slick-dots::before, .banner .slick-dots li button::before {
    content: '';
    display: block;
    width: 60px;
    height: 1px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    top: calc(50% - 0.5px);
}

.banner .slick-dots li button::before {
    left: 10px;
    z-index: 19;
    width: 40px;
}

.banner .slick-dots li:last-child button::before {
    width: 60px;
}

.banner .slick-dots::after, .banner .slick-dots li button::after {
    content: '';
    display: block;
    width: 25px;
    height: 20px;
    background: url(../images/dot.png) no-repeat;
    position: absolute;
    left: 26px;
    top: -15px;
}

.banner .slick-dots li button::after {
    left: 20px;
}

.banner .slick-dots li {
    margin: 0 20px;
    width: 12px;
    height: 12px;
}

.banner .slick-dots li button {

    background: none;

    border: 1px solid #fff;
}

.banner .slick-dots li.slick-active button {
    background: #fff;
}

.banner .slick-current.slick-active img {
    /* animation: BannerAni 12s linear infinite; */
    object-fit: cover;
    transform: scale(1.2);
    transition: all 5s ease-in-out;
}

@keyframes BannerAni {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.banner .gpImgSize {
    padding-bottom: 0;
    height: 100vh;
    position: relative;
}

.banner .gpImgSize img {

    position: absolute;

    height: 100%;

    object-fit: cover;
}

.banner .slick-dots {

    font-size: 0;

    left: 50%;

    right: auto;

    transform: translateX(-50%);

    margin: 0;

    text-align: center;

    padding: 0 40px;

    box-sizing: border-box;

    bottom: 40px;
}




.banner .slick-dots li {
    margin: 0 20px;
    width: 12px;
    height: 12px;
}

.banner .slick-dots li button {
    background: none;
    border: 1px solid #fff;
    position: relative;
    overflow: visible;
}


/* mode1 */
.mode01 {
    background: #ebecfa;
}

.mode01 .gp-container {
    overflow: hidden;
}

.gp-title97 {
    text-align: center;
    position: relative;
}

.gp-title97 h2 {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
    position: relative;
    border-bottom: 1px solid #4585e5;
    font-weight: 500;
    color: #000;
    padding-top: 20px;
}

.gp-title97 .gpColumnTitleIcon {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
}

.gp-title97 h2::before {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4585e5;
    position: absolute;
    left: 0;
    bottom: -3px;
}

.gp-title97 h2::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #4585e5;
    position: absolute;
    right: 0;
    bottom: -3px;
}

.gp-title97 h2 a {

    display: block;

    position: relative;

    z-index: 1;

    font-weight: 600;

    color: #000;
}

.mode02 .gp-title97 h2 a, .mode04 .gp-title97 h2 a {
    color: #fff;
}

.gp-title97 .pColumnTitle {}

.gp-title97 .gpColumnTitleEn {
    display: block;
    color: #b2b2b2;
}

.mode1-left {
    width: 890px;
    /* overflow: hidden; */
    position: relative;
    z-index: 1;
}



.carousel72 {
    position: relative;
    padding-right: 10px;
}

.carousel72::before {
    content: '';
    background: #2b32b2;
    display: block;
    width: 300%;
    height: 0;
    padding-bottom: calc(56.25% - 100px);
    position: absolute;
    top: 50px;
}

.carousel72 .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 0;
    background: #ebecfa;
    z-index: 1;
    top: auto;
    transform: translate(0);
    font-size: 0;
}

.carousel72 .slick-arrow:after {
    display: none
}

.carousel72 .slick-prev {
    left: 70.5%;
    bottom: 98px;
    border: 1px solid #2b32b2;
    background: url(../images/prev.png) no-repeat center;
}

.carousel72 .slick-next {
    bottom: 38px;
    left: 70.5%;
    background: #2b32b2 url(../images/next.png) no-repeat center;
    color: #fff;
}

.carousel72 .gpTextArea {
    padding: 20px 25px 20px;
    /* margin-top: -102px; */
    background: #fff;
    box-sizing: border-box;
    position: relative;
    width: 70.5%;
    overflow: hidden;
}

.carousel72 .gpTextArea::before {
    content: '';
    display: block;
    width: 380px;
    height: 433px;
    background: url(../images/hb.png) no-repeat;
    position: absolute;
    right: -15px;
    top: 33px;
    background-size: contain;
}

.carousel72 .gpArticleTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    line-height: 1.42;
    max-height: 2.84em;
    color: #000;
    margin-bottom: 39px;
}

.mode1-right {
    background: #fff;
    position: relative;
    z-index: 2;
    padding: 36px 40px 40px 10px;
    width: calc(100% - 910px);
    box-sizing: border-box;
}

.mode1-right::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/xp.png) no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    background-size: 100% 100%;
}

.line {
    background: url(../images/mode1r.png) repeat-y;
    width: 30px;
    left: 10px;
    top: 50%;
    background-size: 100%;
    position: absolute;
    transform: translateY(-50%);
    height: calc(100% - 97px);
    z-index: 2;
}

.line2 {
    position: absolute;
    left: 10px;
    top: 50%;
    width: 30px;
    transform: translateY(-50%);
    height: calc(100% - 97px);
    padding-top: 10px;
    box-sizing: border-box;
    z-index: 2;
}

.line2 li {
    height: 110px;
    position: relative;
}

.line2 li.on::before {
    width: 30px;

}

.line2 li::before {
    content: '';
    display: block;
    width: 0px;
    height: 1px;
    background: #2b32b2;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 1s;
}

.list1 {
    padding-left: 40px;
    padding-top: 10px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.list1 li {
    margin-bottom: 22px;
}

.list1 li:last-child {
    margin-bottom: 0
}

.list1 li .item {
    transition: all .4s;
    display: block;
}

.list1 li.on .item {

    transform: translateX(10px);
}

.list1 li.on .date, .list1 li.on .gpArticleTitle {
    color: #2b32b2
}

.list1 .date {
    line-height: 1.625;
    color: #999;
    margin-bottom: 10px;
    position: relative;
}

.list1 li .gpArticleTitle {
    height: 3.06em;
    line-height: 1.53;
    color: #000;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media screen and (min-width:1100px) {
    .effect0 {
        opacity: 0;
        transition: all 0.8s ease-out;
    }

    .effect0.isView {
        opacity: 1;
        -webkit-animation-name: effect0;
        animation-name: effect0;
    }

    .effect1, .effect11, .effect11 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateY(7rem);
    }

    .effect1.isView, .effect11.isView, .effect11.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect1;
        animation-name: effect1;
    }

    .effect2, .effect21, .effect21 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateX(5rem);
    }

    .effect2.isView, .effect21.isView, .effect21.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect2;
        animation-name: effect2;
    }

    .effect3, .effect31, .effect31 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateY(-7rem);
    }

    .effect3.isView, .effect31.isView, .effect31.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect3;
        animation-name: effect3;
    }

    .effect4, .effect41, .effect41 li {
        opacity: 0;
        transition: all 1.5s ease-out;
        transform: translateX(-5rem);
    }

    .effect4.isView, .effect41.isView, .effect41.isView li {
        opacity: 1;
        transform: none;
        -webkit-animation-name: effect4;
        animation-name: effect4;
    }

    .effect {
        transition: transform .8s, opacity .8s ease-in-out;
        animation-duration: .8s;
        -webkit-animation-duration: .8s;
        animation-timing-function: ease-in-out;
        -webkit-animation-timing-function: ease-in-out;
    }
}

@-webkit-keyframes effect0 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes effect0 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes effect1 {
    from {
        opacity: 0;
        transform: translateY(7rem);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes effect1 {
    from {
        opacity: 0;
        transform: translateY(7rem);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes effect2 {
    from {
        opacity: 0;
        transform: translateX(5rem);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes effect2 {
    from {
        opacity: 0;
        transform: translateX(5rem);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes effect3 {
    from {
        opacity: 0;
        transform: translateY(-7rem);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes effect3 {
    from {
        opacity: 0;
        transform: translateY(-7rem);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@-webkit-keyframes effect4 {
    from {
        opacity: 0;
        transform: translateX(-5rem);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes effect4 {
    from {
        opacity: 0;
        transform: translateX(-5rem);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

.more-box {
    text-align: center;
    margin-top: 53px;
    width: 100%;
}

.more {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid rgba(69, 133, 229, .2);
    position: relative;
    color: #2b32b2;
}

.more i {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.more::before, .more::after, .more i::before, .more i::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-left: 1px solid #4585e5;
    border-top: 1px solid #4585e5;
    position: absolute;
    left: 0;
    top: 0;
}

.more::after {
    left: auto;
    right: 0;
    border: none;
    border-top: 1px solid #4585e5;
    border-right: 1px solid #4585e5;
}

.more i::before {
    top: auto;
    bottom: 0;
    border: none;
    border-bottom: 1px solid #4585e5;
    border-left: 1px solid #4585e5;
}

.more i::after {
    top: auto;
    bottom: 0;
    border: none;
    border-right: 1px solid #4585e5;
    border-bottom: 1px solid #4585e5;
    left: auto;
    right: 0;
}

.more:hover {
    -webkit-animation: rotateAngle 2s linear infinite;
    animation: rotateAngle 2s linear infinite;
}

@-webkit-keyframes rotateAngle {
    0% {
        transform: rotateY(0deg) rotateX(10deg);
        -webkit-animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
        animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    }

    25% {
        transform: rotateY(20deg) rotateX(10deg);
    }

    50% {
        transform: rotateY(0deg) rotateX(10deg);
        -webkit-animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
        animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    }

    75% {
        transform: rotateY(-20deg) rotateX(10deg);
    }

    100% {
        transform: rotateY(0deg) rotateX(10deg);
    }
}

@keyframes rotateAngle {
    0% {
        transform: rotateY(0deg) rotateX(10deg);
        -webkit-animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
        animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    }

    25% {
        transform: rotateY(20deg) rotateX(10deg);
    }

    50% {
        transform: rotateY(0deg) rotateX(10deg);
        -webkit-animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
        animation-timing-function: cubic-bezier(0.61, 1, 0.88, 1);
    }

    75% {
        transform: rotateY(-20deg) rotateX(10deg);
    }

    100% {
        transform: rotateY(0deg) rotateX(10deg);
    }
}

.mode02 {
    background: url(../images/mode3bg.png) no-repeat;
    background-size: cover;
}

.mode02 .gpColumnTitleEn, .mode04 .gpColumnTitleEn {
    color: rgba(255, 255, 255, .3);
}

.mode02 .gp-title97 h2, .mode04 .gp-title97 h2 {
    border-bottom: 1px solid rgba(255, 255, 255, .3);
}

.mode02 .gp-title97 h2::before, .mode02 .gp-title97 h2::after,
.mode04 .gp-title97 h2::before, .mode04 .gp-title97 h2::after {
    background: rgba(255, 255, 255, .3);
}

.mode2box {
    padding: 70px 50px 20px 60px;
    box-sizing: border-box;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, .9);

}

.mode2box .more-box {

    margin-top: 65px;
}

.mode2ul {
    box-sizing: border-box;
    position: relative;
    margin: 0 -45px;
    overflow: hidden;
    font-size: 0;
}

.mode2ul::before {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px dashed #2b32b2;
    position: absolute;
    left: 0;
    top: 50%;
}

.mode2ul li {
    overflow: hidden;
    transition: all 0.2s ease-in;
}

.mode2ul li>div {
    display: flex;
    margin: 0 45px;
    transition: all .3s ease-in-out;
}

.mode2ul li:hover>div {
    transform: translateX(5px)
}

.mode2ul li:hover h3 a {
    color: #2b32b2
}

.mode2ul li span::before {
    content: '';
    display: block;
    width: 27px;
    height: 56px;
    position: absolute;
}

.mode2ul li:nth-child(1) .gpTextArea span, .mode2ul li:nth-child(2) .gpTextArea span, .mode2ul li:nth-child(3) .gpTextArea span {
    background: -o-linear-gradient(bottom right, #1488cc, #244cba);
    background: -moz-linear-gradient(bottom right, #1488cc, #244cba);
    background: linear-gradient(to bottom right, #1488cc, #244cba);

}

.mode2ul li:nth-child(1) .gpTextArea span::before, .mode2ul li:nth-child(2) .gpTextArea span::before, .mode2ul li:nth-child(3) .gpTextArea span::before {
    background: url(../images/21.png) no-repeat;
    right: -20px;
    bottom: -50px;
}

.mode2ul li:nth-child(4) .gpTextArea span::before, .mode2ul li:nth-child(5) .gpTextArea span::before, .mode2ul li:nth-child(6) .gpTextArea span::before {
    background: url(../images/22.png) no-repeat;
    left: -20px;
    top: -50px;
}

.mode2ul li span {
    position: relative;
    width: 80px;
    height: 80px;
    padding: 10px 10px;
    background: -o-linear-gradient(bottom right, #244cba, #1488cc);
    background: -moz-linear-gradient(bottom right, #244cba, #1488cc);
    background: linear-gradient(to bottom right, #244cba, #1488cc);
    text-align: center;
    color: #fff;
}

.mode2ul li span b {
    display: block;
    line-height: 1;
    border-bottom: 1px solid rgba(255, 255, 255, .3);
    padding-bottom: 8px;
    margin-bottom: 8px;
    box-sizing: border-box;
    font-weight: normal;
}

.mode2ul li span i {
    display: block;
    font-style: normal;
}

.mode2ul h3 {
    flex: 1;
    font-weight: normal;
    display: block;
    padding-left: 17px;
    box-sizing: border-box;
}

.mode2ul li h3 a {
    color: #000;
    line-height: 1.4;
    height: 4.2em;
    display: block;
    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;
}

.mode2ul li:nth-child(1) .gpTextArea, .mode2ul li:nth-child(2) .gpTextArea, .mode2ul li:nth-child(3) .gpTextArea {

    padding-bottom: 50px;

    box-sizing: border-box;
}

.mode2ul li:nth-child(4) .gpTextArea, .mode2ul li:nth-child(5) .gpTextArea, .mode2ul li:nth-child(6) .gpTextArea {
    padding-top: 50px;
    box-sizing: border-box;
}

.mode3ul {
    margin: 0 -12px;
}

.mode3ul li {
    margin-bottom: 34px;
}

.mode3ul li:hover>.item {
    transform: translateY(-10px)
}

.mode3ul li>.item {
    margin: 0 12px;
    min-height: 621px;
    display: block;
    padding: 77px 60px 77px 50px;
    background-size: cover !important;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
    background-position: center bottom !important;
    transition: all .3s ease-in-out;
}


.mode3ul li>.item .more-box, .mode04 .more-box {
    margin-top: 0;
    text-align: left;
}

.mode3ul li>.item .more, .mode04 .more {

    border: 1px solid rgba(255, 255, 255, .2);

    color: #fff;
}

.mode3ul li>.item .more::before, .mode3ul li>.item .more::after, .mode3ul li>.item .more i::before, .mode3ul li>.item .more i::after,
.mode04 .more::before, .mode04 .more::after, .mode04 .more i::before, .mode04 .more i::after {
    border-color: #fff !important;
}

.mode3ul li>.item .gpArticleTitle {
    margin-bottom: 40px
}

.mode3ul li>.item .gpArticleSummary {
    margin-bottom: 70px;
    line-height: 1.625;
    height: 6.5em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
}

.mode3ul li>.item .gpArticleTitle .gpColumnTitleIcon {

    margin-right: 12px;

    display: inline-block;
}

.mode3ul li:nth-child(1)>.item {
    background: #000 url(../images/31.png) no-repeat;
}

.mode3ul li:nth-child(2)>.item {
    background: #000 url(../images/32.png) no-repeat;
}

.mode3ul li:nth-child(3)>.item {
    background: #000 url(../images/33.png) no-repeat;
}

.mode04 {
    padding: 125px 0 170px;
    box-sizing: border-box;
    position: relative;
    background: #ebecfa;
}

.mode04::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: url(../images/mode4bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.mode04::after {
    content: '';
    display: block;
    background: #ebecfa;
    width: 61px;
    height: calc(100% - 150px);
    left: calc(50% - 60px);
    position: absolute;
    bottom: 0;
    clip-path: polygon(0% 35px, 100% 0%, 100% 100%, 0 100%);
}

.mode4-left {
    width: calc(50% - 60px);
    padding: 0 155px 0 20px;
    position: relative;
    z-index: 1;
}

.mode4-left .gp-title97 {
    text-align: left;
}

.mode4-left .gpArticleTitle {
    line-height: 1.5;
    height: 6em;
    margin-bottom: 64px;
    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;
    position: relative;
    z-index: 1;
}

.mode4-right {
    width: calc(50% + 60px);
    padding-left: 26px;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.mode4title {
    margin-top: 84px;
    box-sizing: border-box;
    width: 281px;
    height: 592px;
    background: url(../images/mode4r.png) no-repeat;
    background-size: 100% 100%;
    padding: 110px 42px 235px;
    position: relative;
    z-index: 2;
}

.mode4title>i::before, .mode4title>i::after, .mode4title::before, .mode4title::after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 30px;
    top: 0;
}

.mode4title>i::before {
    left: 46px;
}

.mode4title>i::after {
    left: auto;
    right: 46px;
    top: 0;
}

.mode4title>i {
    position: absolute;
    width: 100%;
    height: 10px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 230px;
}

.mode4title::before {
    left: 46px;
    top: 71px;
}

.mode4title::after {
    left: auto;
    right: 46px;
    top: 71px;
}

.mode4title .more-box {

    text-align: center;

    width: auto;
}

.mode4list .item {
    padding: 0px 35px 20px 50px;
    box-sizing: border-box;
    display: block;
    position: relative;
}

.mode4list li:nth-child(1) .item::before {
    width: calc(100% + 40px);
    left: -74px;
}

.mode4list li:nth-child(2) .item::before {
    bottom: -13px;
}

.mode4list li:nth-child(5) .item::before {
    width: calc(100% + 40px);
    left: -74px;
    bottom: -12px;
}

.mode4list li:nth-child(5) .item::after {
    bottom: -12px;
}

.mode4list li:nth-child(6) .item::before {
    width: calc(100% + 113px);
    left: -147px;
}

.mode4list .item::before {
    content: '';
    display: block;
    width: calc(100% - 35px);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -15px;
    background: #b1b4e5;
}

.mode4list .item::after {
    content: '';
    display: block;
    width: 35px;
    height: 38px;
    position: absolute;
    right: 0;
    bottom: -15px;
    background: url(../images/line4.png) no-repeat;
}

.mode4list .item .gpArticleTitle {
    line-height: 1.4;
    height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    position: relative;
    z-index: 1;
    color: #000;
    transition: all .3s ease-in-out;
}

.mode4list li:hover .item .gpArticleTitle {
    transform: translateX(5px);
    color: #2b32b2
}

.mode4list {
    padding-top: 0;
}

.mode4list li {
    margin-bottom: 48px;
}

.mode4list li:last-child {
    margin-bottom: 0
}

.mode4list li:nth-child(1) .item {
    padding-left: 10px;
}

@media screen and (max-width: 1460px) {
    .mode4list li:nth-child(1) .item::before {
        width: calc(100% + 31px);
        left: -66px;
    }

    .mode4list li:nth-child(5) .item::before {
        width: calc(100% + 33px);
        left: -67px;
        bottom: -13px;
    }

    .mode4list li:nth-child(5) .item::after {
        bottom: -13px;
    }

    .mode4list li:nth-child(6) .item::before {
        width: calc(100% + 98px);
        left: -133px;
    }

    .mode04 .gp-title97 h2 a {

        font-size: 35px;
    }
}

@media screen and (max-width: 1386px) {
    .mode04 .gp-title97 h2 a {

        font-size: 30px;
    }

    .mode4list li:nth-child(1) .item::before {
        width: calc(100% + 27px);
        left: -62px;
    }

    .mode4list li:nth-child(5) .item::before {
        width: calc(100% + 28px);
        left: -63px;
    }

    .mode4list li:nth-child(5) .item::after {
        bottom: -13px;
    }

    .mode4list li:nth-child(6) .item::before {
        width: calc(100% + 90px);
        left: -125px;
    }

    .line {
        height: calc(100% - 52px);
    }

    .line2 {
        height: calc(100% - 52px);
    }

    .list1 {
        padding-top: 0;
    }

    .mode1-left {
        width: 800px;
    }

    .mode1-right {
        width: calc(100% - 830px);
        padding: 26px 40px 26px 10px;
    }

    .list1 .date {
        margin-bottom: 5px;
    }

    .list1 li {
        margin-bottom: 38px;
    }

    .list1 li .gpArticleTitle {

        height: 2.4em;

        line-height: 1.2;
    }
}

@media screen and (max-width: 1240px) {
    .mode4list li:nth-child(1) .item::before {
        width: calc(100% + 23px);
        left: -58px;
    }

    .mode4list li:nth-child(4) .item::before {
        bottom: -17px;
    }

    .mode4list li:nth-child(4) .item::after {
        bottom: -17px;
    }

    .mode4list li:nth-child(5) .item::before {
        width: calc(100% + 23px);
        left: -58px;
    }


    .mode4list li:nth-child(6) .item::before {
        width: calc(100% + 83px);
        left: -118px;
    }

    .mode1-left {
        width: 730px;
    }

    .mode1-right {
        width: calc(100% - 760px);
        padding: 6.5px 40px 6.5px 10px;
    }

    .mode2ul li>div {
        margin: 0 25px;
    }

    .mode2ul {
        margin: 0 -25px;

    }

    .mode4-left {
        padding: 0 80px 0 20px;
    }
}

@media screen and (max-width: 1100px) {
    .mode3ul li>.item {
        padding: 77px 25px 77px 25px;
    }

    .banner .gpImgSize {
        padding-bottom: calc(921% / 19.2);
        height: 0
    }

    .gp-title97 h2 {
        font-size: 36px;
    }

    .mode01 {
        padding: 40px 0 35px !important;
    }
}

@media screen and (max-width: 1060px) {
    .mode1-left {
        width: 100%;
        margin-bottom: 20px;
    }

    .mode1-right {
        width: 100%;
        padding: 20px 40px 20px 10px;
    }
}

@media screen and (max-width: 998px) {
    .carousel72 .gpTextArea {
        padding: 20px 35px 35px;
        /* margin-top: -61px; */
    }

    .carousel72 .gpArticleTitle {
        font-size: 22px;
        margin-bottom: 29px;
    }
}

@media screen and (max-width: 997px) {
    .carousel72 .gpTextArea {
        padding: 36px 35px 35px;
    }
}

@media screen and (max-width: 995px) {
    .mode2ul li span::before, .mode2ul::before {
        display: none;
    }

    .mode03 {
        padding: 40px 0 35px !important;
    }

    .mode2box {

        padding: 20px;

    }

    .mode2ul li {
        margin-bottom: 20px;
    }

    .mode2ul li>div {
        margin: 0 10px;
        padding: 0 !important;
    }

    .mode2ul {
        margin: 0 -10px;

    }

    .mode04 {
        padding: 60px 0 85px;
    }

    .mode4-left {
        padding: 0 20px 0 20px;
    }

    .mode4-left .gp-title97 {
        margin-bottom: 30px !important;
    }

    .banner .slick-dots {
        bottom: 20px;
        min-width: 340px;
    }

    .mode2box .more-box {
        margin-top: 10px;
    }

    .mode3ul li>.item {
        padding: 40px 25px 120px 25px;
        min-height: auto;
        margin: 0 10px;
    }

    .mode3ul {
        margin: 0 -10px;

    }

    .mode3ul li>.item .gpArticleTitle {
        font-size: 22px;
    }

    .mode4-left {
        width: 100%;
        position: relative;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }

    .mode4-left::before {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/mode4bg.png) no-repeat;
        background-size: cover;
        position: absolute;
        left: 0;
        top: 0;
    }

    .mode4title>i, .mode4title::before, .mode4title::after {
        display: none
    }

    .mode4-right {
        width: 100%;
        flex-direction: column;
    }

    .mode04::before, .mode04::after {
        display: none;
    }

    .mode4-left .gpArticleTitle {
        height: auto;
        max-height: 6em;
    }

    .mode4title {
        background: none;
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        margin-bottom: 30px !important;
        position: relative;
    }

    .mode4title .gp-title97 {
        display: inline-block;
        margin-bottom: 0 !important;
    }

    .mode4title .gp-title97 .titleBox {
        text-align: left;
    }

    .mode4title .more-box {
        display: inline-block;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .mode04 .mode4-right .gp-title97 h2 a {
        color: #000;
    }

    .mode04 .mode4-right .gp-title97 h2 {
        border-bottom: 1px solid #4585e5;
    }

    .mode04 .mode4-right .gp-title97 h2::after, .mode04 .mode4-right .gp-title97 h2::before {
        background: #4585e5;
    }

    .mode04 .mode4-right .gpColumnTitleEn {
        color: #b2b2b2;
    }

    .mode04 .mode4-right .more {
        color: #2b32b2;
        border: 1px solid rgba(69, 133, 229, .2);
    }

    .mode04 .mode4-right .more::before, .mode04 .mode4-right .more::after, .mode04 .mode4-right .more i::before, .mode04 .mode4-right .more i::after {
        border-color: #4585e5 !important;
    }

    .mode4list .item .gpArticleTitle {
        height: auto;
        max-height: 2.8em;
    }

    .mode4list .item {
        padding-bottom: 15px !important;
        padding-left: 0 !important;
    }

    .mode4list li {
        margin-bottom: 15px;
    }

    .mode4list .item::before, .mode4list .item::after {
        bottom: 0px !important;

    }

    .mode4list .item::before {
        width: calc(100% - 35px) !important;
        left: 0 !important;
    }

    .mode04 {
        padding: 62px 0 50px;
    }
}

@media screen and (max-width: 766px) {
    .mode3ul li>.item .gpArticleSummary {
        margin-bottom: 30px;
        height: auto;
        max-height: 6.5em;
    }

    .mode3ul li>.item .gpArticleTitle {
        margin-bottom: 20px;
        font-size: 22px;
    }

    .mode3ul li>.item {
        min-height: auto;
    }

    .mode2box .more-box {
        margin-top: 35px;
    }

    .gp-title97 h2 {
        font-size: 28px;
    }

    .mode2ul li>div {
        margin: 0px;
    }

    .mode2ul {
        margin: 0 0px;

    }


}

@media screen and (max-width: 479px) {
    .mode01 {
        padding: 30px 0 25px !important;
    }

    .gp-title97 {

        margin-bottom: 20px !important;
    }

    .more-box, .mode2box .more-box {

        margin-top: 23px;
    }

    .carousel72 .gpTextArea {
        width: calc(100% - 42px);
        padding: 20px;
    }

    .carousel72 .gpArticleTitle {
        font-size: 18px;
    }

    .carousel72 .slick-arrow {
        transform: scale(.7);
        left: calc(100% - 50px);
    }

    .carousel72 .slick-prev {
        bottom: 34px;
    }

    .carousel72 .slick-next {
        bottom: -8px;
    }

    .mode02 {
        padding-top: 30px !important;
    }

    .mode2ul li span {

        width: 72px;

        height: 72px;

        padding: 7px 6px;

    }

    .mode2ul li span b {
        padding-bottom: 4px;
        margin-bottom: 4px;
    }

    .mode3ul li>.item {
        padding: 30px 25px 60px;
    }
}

@media screen and (max-width: 400px) {
    .banner .slick-dots::after, .banner .slick-dots li button::after, .banner .slick-dots::before, .banner .slick-dots li button::before {
        display: none;
    }

    .banner .slick-dots li {
        margin: 0 5px;
    }
}