@charset "utf-8";

.banner-box {
    background: #000;
    height: 100vh;
    position: relative;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 8;
}

.Bannerslick,
.Bannerslick div,
.Bannerslick .slick-slide a {
    height: 100%;
}

.Bannerslick .slick-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    transition: 2s;
    transform: scale(1.08);
}

.Bannerslick .slick-slide.slick-current img {
    transform: scale(1);
}

.Bannerslick .slick-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Bannerslick {
    position: relative;
}

.Bannerslick .slick-slide a {
    display: block;
    position: relative
}

.Bannerslick .slick-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(/style/../images/banner-zzc.png) repeat-x;
    background-position: center top;
}


.Bannerslick .slick-dots {
    bottom: 0.9rem;
    font-size: 0;
    padding: 0 0.2rem;
    line-height: 0.46rem;
    border-radius: 0.23rem;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}

.Bannerslick .slick-dots li {
    transition: all 0.3s;
    margin: 0 0.1rem;
    padding: 0;
    position: relative;
    width: 0.38rem;
    height: 0.39rem;
    font-size: 0;
    list-style: none;
}

.Bannerslick .slick-dots li button {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-size: 0.2rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.38rem;
    letter-spacing: 0px;
    color: #ffffff;
    width: 0.12rem;
    height: 0.12rem;
    font-size: 0;
    border: 1px dotted #fff;
    border-radius: 50%;
    font-family: "sysong";

}

.Bannerslick .slick-dots li button::before {
    content: none;
}

.Bannerslick .slick-dots li::after {}


.Bannerslick .slick-dots li.slick-active button {
    font-size: 0;
    width: 0.39rem;
    height: 0.38rem;
    background: url(/style/../images/dot_on.png) no-repeat;
    background-position: center center;
    background-size: 100% auto;
    border: none;
}

.Bannerslick .slick-dots li.slick-active::after {
    width: 0.5rem;
    margin-left: 0.1rem;
}


.Bannerslick .slick-arrow::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, .2);
    opacity: 0;
    transition: all 0.3s;
}

.Bannerslick .slick-arrow::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 0.48rem;
    height: 0.48rem;
    border: 1px dashed #fff;
    border-radius: 50%;
    transition: all 0.3s;
}

.Bannerslick .slick-prev,
.Bannerslick .slick-next {
    width: 0.6rem;
    height: 0.6rem;
    z-index: 9;
    transition: all 0.5s;
    font-size: 0;
    opacity: 0;
}

.Bannerslick:hover .slick-arrow {
    opacity: 1;
}

.Bannerslick .slick-prev {
    left: 0.4rem;
}

.Bannerslick .slick-prev::after {
    background: url(/style/../images/banner-l.png) no-repeat;
    background-position: center center;
}

.Bannerslick .slick-prev:hover::before {
    opacity: 1;
}

.Bannerslick .slick-prev:hover::after {
    background: #fff url(../images/banner-l-r.png) no-repeat;
    background-position: center center;
}

.Bannerslick .slick-next {
    right: 0.4rem;
}

.Bannerslick .slick-next::after {
    background: url(/style/../images/banner-r.png) no-repeat;
    background-position: center center;
}

.Bannerslick .slick-next:hover::before {
    opacity: 1;
}

.Bannerslick .slick-next:hover::after {
    background: #fff url(../images/banner-r-r.png) no-repeat;
    background-position: center center;
}


/* 
#downPage {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 100%;
    margin-top: 20px;
    z-index: 9;
    cursor: pointer;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    font-size: 0;
    text-align: center;
    line-height: 52px;
}

#downPage::before {
    content: "";
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    animation: circle infinite 3s linear 1.5s;
    opacity: 0;
}

#downPage::after {
    content: "";
    position: absolute;
    left: 10%;
    top: 10%;
    right: 10%;
    bottom: 10%;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 50%;
    animation: circle infinite 3s linear;
    opacity: 0;
} */

@keyframes circle {
    0% {
        transform: scale(1);
        opacity: 0;
    }

    50% {
        opacity: .6;
    }

    100% {
        transform: scale(1.5);
        opacity: 0;
    }
}

#downPage img {
    display: inline-block;
    vertical-align: middle;
}

/* Ö÷Ìå */

.title {
    text-align: center;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 0.9rem;
}

.title .titc {
    display: inline-block;
}

.title .titcbox {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.title .titcbox .titc-svg {
    position: absolute;
}

.title .titcbox .titc-svg svg {
    width: 100%;
    height: 100%;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    transition: .3s;
}

.title .titc:hover svg {
    animation: dash 10s ease;
}

@keyframes dash {
    from {
        stroke-dashoffset: 1000;
    }

    to {
        stroke-dashoffset: 0;
    }
}

.title .titcbox .titc-zi {
    position: relative;
    z-index: 1;
}

.title .titcbox .titc-zi h3 {
    font-family: "sysong";
    font-size: 0.34rem;
    line-height: 0.36rem;
}

.title .titcbox .titc-zi h3>span {
    font-size: 0.56rem;
    color: #0b4ca0;
    background-image: -webkit-linear-gradient(90deg, #0b4ca0 0%, #2069d2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.title .titcbox .titc-zi>span {
    display: block;
    font-family: Arial;
    font-size: 0.16rem;
    color: #999999;
    font-style: italic;
    text-align: right;
    text-transform: uppercase;
    margin-top: 0.1rem;
}

.title .titcbox .titc-r {
    background: url(/style/../images/titc-rby.png) no-repeat;
    width: 0.71rem;
    height: 0.52rem;
    background-size: 100% auto;
    margin-left: 0.1rem;
    position: relative;
    z-index: 1;
}

.title .titcbox .titc-r::before {
    content: '';
    position: absolute;
    top: -0.16rem;
    left: 0;
    width: 0.29rem;
    height: 0.31rem;
    background: url(/style/../images/titc-ry.png) no-repeat;
    background-size: 100% auto;
    display: none;
}

.more {
    position: absolute;
    right: 0;
    top: 75%;
    transform: translateY(-50%);
    z-index: 2;
}

.more a {
    display: flex;
    align-items: center;
}

.more a .more-l {
    width: 0.56rem;
    height: 0.56rem;
    background: url(/style/../images/more-by.png) no-repeat;
    background-size: 100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more a .more-l img {
    display: block;
    position: relative;
    left: 0;
    transition: all 0.3s;
    width: 0.18rem;
    height: 0.12rem;
}

.more a:hover .more-l img {
    left: 0.05rem;
}

.more a .more-r p {
    font-family: "sysong";
    font-size: 0.18rem;
    line-height: 0.3rem;
    color: #1053ab;
}

.more a .more-r span {
    display: block;
    font-family: Arial;
    font-style: italic;
    font-size: 0.14rem;
    color: #1053ab;
    opacity: 0.5;
    text-align: right;
    text-transform: uppercase;
}

.title.white .titcbox .titc-zi h3 {
    color: #fff;
}

.title.white .titcbox .titc-zi h3>span {
    color: #29acff;
    background-image: -webkit-linear-gradient(60deg, #3393ff 0%, #53ccff 100%);
}

.title.white .titcbox .titc-zi>span {
    color: #a3c7fe;
}

.title.white .titcbox .titc-r::before {
    background-image: url(/style/../images/titc-ry2.png);
}

.title.white .titcbox .titc-r {
    background-image: url(/style/../images/titc-rby2.png);
}

.title.white .more a .more-l {
    background-image: url(/style/../images/more-by2.png);
}

.title.white .more a .more-r p {
    color: #e6edf6;
}

.title.white .more a .more-r span {
    color: #e6edf6;
    opacity: 0.5;
}



.index {
    overflow: hidden;
    margin-top: 100vh;
    position: relative;
    z-index: 9;
    background: #eee;
}

.index-main {}

.section1 {
    position: relative;
    padding: 0 0 1.4rem 0;
    background: url(/style/../images/s1-bj2.png) no-repeat;
    background-position: center center;
    background-size: cover;
}

.section1 .x {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.section1 .x ul {
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.section1 .x ul li {
    width: 20%;
    border-left: 1px solid #003572;
    opacity: 0.1;
}

.section1 .px1560 {
    position: relative;
    z-index: 1;
}

.section1 .x ul li:first-child {
    border-left: none;
}

.section1 .title .titcbox .titc-svg {
    width: 1.63rem;
    height: 1.54rem;
    left: -1rem;
    top: -0.48rem;
}

.title .titcbox .titc-svg svg path,
.title .titcbox .titc-svg svg polyline,
.title .titcbox .titc-svg svg polygon,
.title .titcbox .titc-svg svg rect,
.title .titcbox .titc-svg svg line {
    fill: transparent;
    stroke: #0b4ca0;
    opacity: 0.2;
}

.section1 .title .titc {
    padding-left: 0.88rem;
}

.s1-l {
    width: 50%;
}

.s1-l ul li a {
    display: block;
}

.s1-l ul li a .bg_img {
    height: 4.65rem;
    border-radius: 0;
}

.s1-l ul li a .bg_img .a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.s1-l ul li a .bg_img::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: url(/style/../images/jdt-yy.png) repeat-x center bottom;
    opacity: 0.7;
}

.s1-l ul li a .bg_img>p {
    display: inline-block;
    position: absolute;
    left: 0.4rem;
    right: 2.8rem;
    bottom: 0.35rem;
    font-size: 0.24rem;
    font-weight: bold;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    z-index: 1;
    display: none;
}

.s1-l ul li a .tx {
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.22rem 0.4rem;
}

.s1-l ul li a .tx h3 {
    font-size: 0.2rem;
    font-weight: bold;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    transition: all 0.3s;
    flex: 1;
    min-width: 0;
}

.s1-l ul li:hover a .tx h3 {
    color: #1053ab;
}

.s1-l ul li a .tx .date {
    font-family: "poly";
    font-size: 0.15rem;
    color: #1053ab;
    width: 1.2rem;
    text-align: right;
    display: none;
}

.s1-l ul li a .tx .date span {
    font-size: 0.34rem;
    padding-right: 0.05rem;
}

.s1-l .slick-dots {
    bottom: 0.9rem;
    font-size: 0;
    padding: 0 0.4rem;
    text-align: right;
    z-index: 1;
}

.s1-l .slick-dots li {
    transition: all 0.3s;
    margin: 0 0.05rem;
    padding: 0;
    position: relative;
    padding: 0;
    width: 0.1rem;
    height: 0.1rem;
    border-radius: 50%;
    background: #fff;
    opacity: 0.5;
    font-size: 0;
    list-style: none;
}

.s1-l .slick-dots li button {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
    font-size: 0.17rem;
    font-weight: normal;
    font-stretch: normal;
    line-height: 0.37rem;
    letter-spacing: 0px;
    color: #ffffff;
    width: auto;
    height: auto;
    width: 0.37rem;
    font-family: "sysong";
    display: none;
}

.s1-l .slick-dots li button::before {
    content: none;
}

.s1-l .slick-dots li::after {}

.s1-l .slick-dots li.slick-active {
    opacity: 1;
}

.s1-l .slick-dots li.slick-active button {
    font-size: 0;
    width: 0.37rem;
    height: 0.37rem;
    background: url(/style/../images/dot-act.png) no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.s1-l .slick-dots li.slick-active::after {
    width: 0.5rem;
    margin-left: 0.1rem;
}


.s1-r {
    width: 46.28%;
    background: #fff;
    padding: 0.1rem 0.5rem;
}

.s1-r ul li {
    border-top: 1px solid #e5e5e5;
}

.s1-r ul li:first-child {
    border-top: none;
}

.s1-r ul li a {
    display: block;
    transition: all 0.3s;
}

.s1-r ul li .hide {
    display: none;
    padding: 0;
    transition: all 0.3s;
}

.s1-r ul li .show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 0.65rem;
    transition: all 0.3s;
}

.s1-r ul li .show h3 {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    font-size: 0.18rem;
}

.s1-r ul li .show .date {
    width: 1rem;
    margin-left: 0.2rem;
    font-size: 0.15rem;
    font-family: "poly";
    color: #1053ab;
    display: none;
}

.s1-r ul li .show .date span {
    display: inline-block;
    font-size: 0.22rem;
}

.s1-r ul li.on .hide {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0.15rem 0;

}

.s1-r ul li.on .hide .date {
    width: 0.84rem;
    height: 0.85rem;
    background: url(/style/../images/s1-rzs.png) no-repeat;
    background-size: 100% auto;
    font-family: "poly";
    font-size: 0.15rem;
    color: #1053ab;
    opacity: 0.8;
    padding-left: 0.24rem;
}

.s1-r ul li.on .hide .date span {
    display: block;
    font-size: 0.4rem;
    opacity: 1;
}

.s1-r ul li.on .hide .tx {
    flex: 1;
    min-width: 0;
    padding-left: 0.25rem;
}

.s1-r ul li.on .hide .tx h3 {
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 0.26rem;
    height: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.s1-r ul li.on .hide .tx p {
    font-size: 0.16rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #999;
    margin-top: 0.15rem;
    display: none;
}

.s1-r ul li.on .show {
    display: none;
}



.section2 {
    position: relative;
    background: url(/style/../images/section2-bg.png) no-repeat center;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2.8rem;
    margin-top: -1.8rem;
}

.section2 .title {
    text-align: left;
    padding-left: 0.4rem;
}

.section2 .title .titcbox .titc-svg svg path,
.section2 .title .titcbox .titc-svg svg polyline,
.section2 .title .titcbox .titc-svg svg polygon,
.section2 .title .titcbox .titc-svg svg rect,
.section2 .title .titcbox .titc-svg svg line {
    stroke: #4b93e3;
    opacity: 0.8;
}


.s2-l {
    width: 47%;
}

.s2-l .title .titcbox .titc-svg {
    width: 1.82rem;
    left: -0.4rem;
    top: -0.45rem;
}

.s2-lc .slick-list {
    padding-bottom: 0.78rem;
    margin: 0 -0.12rem;
}

.s2-lc ul li a {
    display: block;
    margin: 0 0.12rem;
    background: url(/style/../images/s2-lbg1.png) no-repeat;
    background-size: cover;
    color: #fff;
    padding: 0.3rem;
    transition: all 0.5s;
}

.s2-lc ul li a .date {
    width: 0.84rem;
    height: 0.85rem;
    font-family: "poly";
    font-size: 0.15rem;
    color: rgba(255, 255, 255, .8);
    padding-left: 0.24rem;
    position: relative;
    transition: all 0.5s;
}

.s2-lc ul li a .date::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/style/../images/s2-lczs1.png) no-repeat;
    background-size: 100% auto;
    opacity: 0.5;
    transition: all 0.5s;
}

.s2-lc ul li a .date span {
    display: block;
    font-size: 0.4rem;
    color: #fff;
    transition: all 0.5s;
}

.s2-lc ul li:hover a .date::before {
    opacity: 1;
}

.s2-lc ul li a h3 {
    font-size: 0.18rem;
    line-height: 0.26rem;
    height: 0.78rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
    transition: all 0.5s;
}

.s2-lc ul li a p {
    font-size: 0.14rem;
    line-height: 0.26rem;
    height: 0.52rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: 0.7;
    transition: all 0.5s;
}

.s2-lc ul li a .gd {
    margin-top: 0.2rem;
    border-top: 1px solid rgba(255, 255, 255, .2);
    padding-top: 0.2rem;
    transition: all 0.5s;
}

.s2-lc ul li a .gd span {
    font-size: 0.16rem;
    transition: all 0.5s;
}

.s2-lc ul li:hover a {
    background: url(/style/../images/s2-lbg2.png) no-repeat;
    background-size: cover;
}

.s2-lc ul li:hover a .date {
    color: rgba(23, 83, 163, .8);
}

.s2-lc ul li:hover a .date span {
    color: rgba(23, 83, 163, 1);
}

.s2-lc ul li:hover a h3 {
    color: #333;
}

.s2-lc ul li:hover a p {
    color: #555;
}

.s2-lc ul li:hover a .gd {
    border-top: 1px solid rgba(16, 83, 171, .2);
}

.s2-lc ul li:hover a .gd span {
    color: #1753a3;
}

.s2-lc .slick-prev,
.s2-lc .slick-next {
    width: 0.51rem;
    height: 0.51rem;
    top: inherit;
    transform: none;
    font-size: 0;
    opacity: 0.4;
    z-index: 2;
    transition: all 0.3s;
}

.s2-lc .slick-prev {
    left: 0;
    bottom: 0;
    background: url(/style/../images/s2-lprev.png) no-repeat;
    background-size: 100% auto;
}

.s2-lc .slick-next {
    right: inherit;
    left: 0.7rem;
    bottom: 0;
    background: url(/style/../images/s2-lnext.png) no-repeat;
    background-size: 100% auto;
}

.s2-lc .slick-prev::before,
.s2-lc .slick-next::before {
    display: none;
}

.s2-lc .slick-prev:hover,
.s2-lc .slick-next:hover {
    opacity: 1;
}

.s2-llc {
    background: url(/style/../images/box.png) no-repeat center top;
    padding: 0.2rem 0.3rem;
    margin-top: -0.2rem;
    background-size: 100% 87%;
}



.s2-r {
    width: 47%;
}

.s2-r .title .titcbox .titc-svg {
    width: 1.82rem;
    left: -0.4rem;
    top: -0.59rem;
}

.s2-rc ul {}

.s2-rc ul li {
    margin-top: 0.3rem;
}

.s2-rc ul li:first-child {
    margin-top: 0;
}

.s2-rc ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.s2-rc ul li a .zs {
    width: 0.8rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.s2-rc ul li a .zs::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/style/../images/s2-rzsbg.png) no-repeat;
    background-size: 100% auto;
    z-index: -1;
}

.s2-rc ul li a .zs img {
    width: 0.24rem;
}

.s2-rc ul li a .date {
    font-family: "poly";
    margin: 0 0.2rem 0 0.15rem;
    width: 0.7rem;
    color: #fff;
}

.s2-rc ul li a .date b {
    font-size: 0.3rem;
}

.s2-rc ul li a .date span {
    font-size: 0.18rem;
}

.s2-rc ul li a h3 {
    flex: 1;
    min-width: 0;
    font-size: 0.18rem;
    line-height: 0.3rem;
    max-height: 0.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #fff;
}

em {
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#fff, #fff);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.s2-rc ul li:hover a h3 em {
    background-size: 100% 1px;
}

.s2-rc ul li:hover a .zs::before {
    animation: zq 8s linear infinite;
}

@keyframes zq {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.s2-rc .slick-dots {
    position: static;
    text-align: center;
    margin-top: 0.55rem;
    height: 0.32rem;
}

.s2-rc .slick-dots li {
    vertical-align: middle;
    width: 0.1rem;
    height: 0.1rem;
    border: 1px dotted #fff;
    border-radius: 50%;
    margin: 0 0.1rem;
    opacity: 0.8;
    transition: all 0.3s;
}

.s2-rc .slick-dots li.slick-active {
    width: 0.32rem;
    height: 0.32rem;
    background: url(/style/../images/dot_on.png) no-repeat;
    background-size: 100% auto;
    border: none;
}

.s2-rc .slick-dots li button {
    display: none;
}


.s2-llc ul li a .date {
    text-align: center;
    width: 0.69rem;
    height: 0.77rem;
    background: url(/style/../images/s2-llc-b.png) no-repeat center;
    background-size: 100% auto;
    transition: all 0.3s;
    margin: 0 0.2rem 0 0;
}

.s2-llc ul li a .date b {
    display: block;
}

.s2-llc ul li:hover a .date {
    background: url(/style/../images/s2-llc-b2.png) no-repeat center;
    background-size: 100% auto;
}

.s2-llc ul li {
    margin-top: 0.12rem;
}



.section34 {
    background: url(/style/../images/section34-bg.png) no-repeat;
    background-size: cover;
    margin-top: -3.2rem;
    padding-top: 1.7rem;
}

.section3 {
    position: relative;
    z-index: 8;
}

.section3 .title .titcbox .titc-svg {
    /* height: 1.5rem; */
    left: -0.65rem;
    top: -0.63rem;
    width: 2.1rem;
}

.section3 .title .titc {
    padding-left: 0.9rem;
}

.s3-c {
    position: relative;
}

.s3-c ul {
    margin: 0 -0.34rem;
}

.s3-c ul li a {
    display: block;
    margin: 0.3rem 0.34rem;
}

.s3-c ul li a .s3-cbox {
    padding: 0.3rem 0.3rem 0.6rem;
    position: relative;
    z-index: 1;
}

.s3-c ul li a .s3-cbox::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/style/../images/s3-libg1.png) no-repeat;
    background-size: 100% 100%;
    z-index: -1;
}

.s3-c ul li a h3 {
    font-size: 0.18rem;
    font-weight: bold;
    line-height: 0.3rem;
    height: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #0e50a6;
}

.s3-c ul li a h3 em {
    font-style: normal;
    position: relative;
    background-image: linear-gradient(#0e50a6, #0e50a6);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.s3-c ul li.slick-current a h3 em {
    background-image: linear-gradient(#fff, #fff);
}

.s3-c ul li:hover a h3 em {
    background-size: 100% 1px;
}

.s3-c ul li a h4 {
    font-size: 0.16rem;
    line-height: 0.26rem;
    color: #0e50a6;
    opacity: 0.75;
    margin-top: 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.s3-c ul li.slick-current a h4 {
    color: #fff;
}


.s3-c ul li a .s3-cd {
    border-top: 1px dashed rgba(14, 80, 166, 0.24);
    padding-top: 0.25rem;
    margin-top: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.s3-c ul li a .s3-cd .s3-cdl {
    width: 1.07rem;
    border-radius: 0 0 0 0.2rem;
}

.s3-c ul li a .s3-cd .s3-cdl .pic {
    padding-top: 138.31%;
}



.s3-c ul li a .s3-cd .s3-cdr {
    flex: 1;
    min-width: 0;
    padding-left: 0.2rem;
}

.s3-c ul li a .s3-cd .s3-cdr p {
    font-size: 0.16rem;
    line-height: 0.32rem;
    padding-left: 0.44rem;
    margin: 0.1rem 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.s3-c ul li a .s3-cd .s3-cdr p:first-child {
    background: url(/style/../images/s3-1.png) no-repeat left center;
    background-size: 0.3rem auto;
}

.s3-c ul li a .s3-cd .s3-cdr p:nth-child(2) {
    background: url(/style/../images/s3-2.png) no-repeat left center;
    background-size: 0.30rem auto;
}

.s3-c ul li a .s3-cd .s3-cdr p:nth-child(3) {
    background: url(/style/../images/s3-3.png) no-repeat left center;
    background-size: 0.30rem auto;
}

.s3-c ul li.slick-current a .s3-cbox {
    transform: scale(1.1);
}

.s3-c ul li.slick-current a .s3-cbox::before {
    background-image: url(/style/../images/s3-libg2.png);
}

.s3-c ul li.slick-current a h3 {
    color: #fff;
}

.s3-c ul li.slick-current a .s3-cd {
    border-top: 1px dashed rgba(255, 255, 255, 0.24);
}

.s3-c ul li.slick-current a .s3-cd .s3-cdr p {
    color: #fff;
}

.s3-c ul li.slick-current a .s3-cd .s3-cdr p:first-child {
    background-image: url(/style/../images/s3-1on.png);
}

.s3-c ul li.slick-current a .s3-cd .s3-cdr p:nth-child(2) {
    background-image: url(/style/../images/s3-2on.png);
}

.s3-c ul li.slick-current a .s3-cd .s3-cdr p:nth-child(3) {
    background-image: url(/style/../images/s3-3on.png);
}

.s3-c .slick-prev,
.s3-c .slick-next {
    width: 0.51rem;
    height: 0.51rem;
    font-size: 0;
    z-index: 2;
}

.s3-c .slick-prev {
    left: -0.5rem;
    background: url(/style/../images/s3-prev.png) no-repeat;
    background-size: 100% auto;
}

.s3-c .slick-prev:hover {
    background: url(/style/../images/s3-prev1.png) no-repeat;
    background-size: 100% auto;
}

.s3-c .slick-next {
    right: -0.5rem;
    background: url(/style/../images/s3-next.png) no-repeat;
    background-size: 100% auto;
}

.s3-c .slick-next:hover {
    background: url(/style/../images/s3-next1.png) no-repeat;
    background-size: 100% auto;
}

.s3-c .slick-prev::before,
.s3-c .slick-next::before {
    display: none;
}

.s3-c .slick-prev:hover,
.s3-c .slick-next:hover {
    opacity: 1;
}














.groupbj1 {
    padding-bottom: 2.3rem;
    padding-top: 2rem;
    position: relative;
    z-index: 9;
}


.section4 {
    position: relative;
    overflow: hidden;
    background: url(/style/../images/section4-bg.png) no-repeat center;
    background-size: 100% 100%;
    margin-top: -1.55rem;
}

.s4-c {
    display: flex;
    align-items: flex-start;
}

.s4-l {
    width: 2%;
}

.s4-l .s4-text {}

.s4-l a {
    position: relative;
    z-index: 1;
    display: block;
    width: 3078%;
}

.s4-l a img {
    display: block;
    width: 100%;
}

.s4-r {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: 2.2rem;
}

.s4-r ul {
    display: flex;
    flex-wrap: wrap;
    width: 50.2%;
    justify-content: flex-end;
    align-items: flex-start;
    position: relative;
    z-index: 1;
}

.s4-r ul:nth-child(1) {
    margin-left: 50.2%;
    width: 33.466%;
}

.s4-r ul li {
    width: 50%;
}

.s4-r ul:nth-child(2) li {
    width: 33.333%;
}

.s4-r ul li a {
    display: block;
    position: relative;
}

.s4-r ul li a>img {
    display: block;
    width: 101%;
}

.s4-r ul li a .iconbox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    overflow: hidden;
}

.s4-r ul li a .iconbox .icon1 {
    max-height: 0.71rem;
    text-align: center;
}

.s4-r ul li a .iconbox .icon1 img {
    vertical-align: middle;
    max-height: 100%;
    width: 0.64rem;
    height: 0.64rem;
}

.s4-r ul li a .iconbox p {
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    padding: 0.2rem 0.1rem 0 0.1rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    color: #fff;
}

.s4-r ul li:hover a .iconbox .icon1 img {
    animation: jello 1.5s linear;
}

.s4-r ul:nth-child(1) li a .a {
    position: absolute;
    top: 0;
    left: 0 !important;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    transition: all 0.5s;
}

.s4-r ul:nth-child(1) li a .b {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    display: none;
}

.s4-r ul:nth-child(1) li a .b img {
    display: block;
    width: 1.2rem;
    max-width: 95%;
}

.s4-r ul:nth-child(1) li:hover a .a {}

.s4-r ul:nth-child(1) li:hover a .b {
    top: 0;
}

.s4-rimg {
    flex: 1;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.s4-rimg a {
    display: block;
}

.s4-rimg a img {
    display: block;
    width: 100%;
}

.s4-text img {
    margin: 0 auto;
}

.s4-tit img,
.s4-text img {
    display: block;
}

.s4-main {
    position: relative;
    z-index: 9;
    padding-bottom: 1.3rem;
    padding-top: 1.6rem;
}

.s4-main .px1560 {
    position: relative;
}

.section4 .title {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0;
}

.section4 .title .titcbox .titc-svg svg path,
.section4 .title .titcbox .titc-svg svg polyline,
.section4 .title .titcbox .titc-svg svg polygon,
.section4 .title .titcbox .titc-svg svg rect,
.section4 .title .titcbox .titc-svg svg line {
    stroke: #87bafc;
}

.section4 .title .titcbox .titc-svg {
    width: 1.6rem;
    left: -0.8rem;
    top: -0.56rem;
}

.section5 {
    padding-bottom: 0.2rem;
    margin-top: -0.95rem;
    padding-top: 0.55rem;
}

.section5 .px1500 {
    position: relative;
}

.s5-media {
    position: relative;
}

.s5-media img {
    display: block;
}

.s5-media-hover {
    position: absolute;
    top: 0.06rem;
    left: 0.08rem;
    bottom: 0;
    border-radius: 50%;
    width: 0.81rem;
    height: 0.81rem;
    background: rgba(0, 0, 0, 0);
    cursor: pointer;
}

.s5-media-ewm {
    position: absolute;
    right: 100%;
    width: 1.3rem;
    height: 1.3rem;
    top: 50%;
    transform: translateY(-50%) rotateX(90deg);
    transition: all 0.5s;
    background: #fff;
    margin-right: 0.1rem;
}

.s5-media-ewm img {
    display: block;
    width: 100%;
}

.s5-media-ewm::after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    border-width: 0.08rem 0 0.08rem 0.1rem;
    border-color: transparent transparent transparent #fff;
    border-style: solid;
}

.s5-media-hover:hover+.s5-media-ewm {
    transform: translateY(-50%) rotateX(0deg);
}

.s5-c {
    position: relative;
    margin-top: 0.5rem;
}

.s5-c>ul {
    position: relative;
    z-index: 8;
}

.s5-c li img {
    display: block;
    width: 100%;
}

.s5-c .slick-dots {
    position: static;
    font-size: 0;
    display: flex !important;
    justify-content: space-around;
    margin-top: 0.5rem;
    z-index: 9;
}

.s5-c .slick-dots li {
    width: 0.44rem;
    height: 0.44rem;
    background: url(/style/../images/s5-dot.png) no-repeat;
    background-position: center center;
    margin: 0;
    padding: 0;
    overflow: hidden;
    transition: all 0.5s;
    opacity: .48;
}

.s5-c .slick-dots li button {
    display: none;
}

.s5-c .slick-dots .slick-active {
    opacity: 1;
    transform: rotateZ(-180deg);
}

.fengche {
    position: absolute;
    left: -0.9rem;
    bottom: 0;
    z-index: 9;
    opacity: .4;
}

.fengche img {
    display: block;
}

.support {
    margin-bottom: 0.16rem;
    height: 1.15rem;
}

.wheel {
    position: absolute;
    right: -0.32rem;
    top: -0.1rem;
    z-index: 9;
    height: 0.9rem;
    animation: wheel 5s infinite linear;
}

@keyframes wheel {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(360deg);
    }
}

@keyframes wheel2 {
    0% {
        transform: rotateZ(0);
    }

    100% {
        transform: rotateZ(-360deg);
    }
}

.kedu1 {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 0.44rem;
    overflow: hidden;
    bottom: 0;
    z-index: 7;
    width: 19.2rem;
}

.kedu1::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0.08rem;
    width: 38.4rem;
    background: url(/style/../images/kedu1.png) repeat-x;
    background-position: left center;
    animation: line-tran 15s infinite linear;
    transform: translateX(0);
}

.kedu2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 19.2rem;
    background: url(/style/../images/kedu2.png) repeat-x;
    background-position: left center;
    animation: line-tran 15s infinite linear;
    transform: translateX(0);
}

@keyframes line-tran {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-9.6rem);
    }
}

.kedu2 {
    position: absolute;
    left: 50%;
    height: 0.44rem;
    overflow: hidden;
    right: -2.1rem;
    bottom: 0;
    z-index: 7;
}

.section6 {

    padding-top: 0.6rem;
}

.map-data {
    position: relative;
    z-index: 9;
}

.map-data img {
    display: block;
    margin: 0 auto;
}

.s6-c {
    position: relative;
}

.map-line {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 19.2rem;
    top: 0;
    bottom: 0;
    z-index: 2;
}

.map-line div {
    background: url() no-repeat;
    background-position: right 69%;
    position: absolute;
    width: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    transition: all 3s;
}

.section6.act .map-line div {
    width: 100%;
}

.section7 .title .titcbox .titc-svg {
    left: -0.68rem;
    bottom: -0.39rem;
    width: 2.3rem;
}

.section7 .title .titc {
    padding-left: 0.6rem;
}

.s7-c {
    width: 100%;
}

.s7-c .slick ul.accordion {
    display: flex;
}

.s7-c ul>li {
    position: relative;
    float: left;
    width: 4.8%;
    transition: all .6s;
}

.s7-c ul>li.on {
    width: 32.8%;
}


.s7-c .slick ul.accordion>li.on a .pic {
    opacity: 1;
}

.s7-c .slick ul.accordion>li.on a::before {
    opacity: 0;
}

.s7-c .slick ul.accordion>li.on a::after {
    opacity: 1;
}

.s7-c .slick ul.accordion>li a {
    display: block;
    position: relative;
    height: 4.66rem;
}

.s7-c .slick ul.accordion>li a .text {
    position: absolute;
    z-index: 9;
    right: 0;
    top: 0.3rem;
    left: 0;
    z-index: 4;
}

.s7-c .slick ul.accordion>li a .text .icon {
    text-align: center;
}

.s7-c .slick ul.accordion>li a .text p {
    font-size: 0.17rem;
    line-height: 0.24rem;
    color: #fff;
    writing-mode: vertical-lr;
    writing-mode: tb-lr;
    padding: 0.9rem 0.2rem 0 0.2rem;
    position: relative;
    margin: 0 auto;
}

.s7-c .slick ul.accordion>li.on a .text p {
    font-size: 0.2rem;
}

.s7-c .slick ul.accordion>li a .text p::before {
    content: "";
    position: absolute;
    left: 0.4rem;
    bottom: 0;
    width: 0.01rem;
    height: 0;
    background: rgba(255, 255, 255, .4);
}

.s7-c .slick ul.accordion>li a .text p::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0.65rem;
    width: 0;
    height: 1px;
    background: rgba(255, 255, 255, .2);
}

.s7-c .slick ul.accordion>li a .pic {
    padding-top: 0;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: relative;
    z-index: 1;
    opacity: .4;
}

.s7-c .slick ul.accordion>li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    background: rgba(0, 68, 156, .68);
    z-index: 2;
}

.s7-c .slick ul.accordion>li:nth-child(even) a::before {
    background: rgba(0, 68, 156, .75);
}

.s7-c .slick ul.accordion>li a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.5s;
    background: url(/style/../images/zzc2.png) repeat-x;
    background-position: left bottom;
    opacity: 0;
    z-index: 3;
}

.s7-c .slick ul.accordion>li:nth-child(2n) {
    clip-path: polygon(0 5%, 100% 0%, 100% 100%, 0% 95%);
}

.s7-c .slick ul.accordion>li:nth-child(2n+1) {
    clip-path: polygon(100% 5%, 0% 0%, 0% 100%, 100% 95%);
}



.s7-c .slick ul.accordion>li.on a .text {
    left: 0;
    bottom: 0;
    right: 0;
    top: auto;
    transform: none;
}

.s7-c .slick ul.accordion>li.on a .text p {
    writing-mode: rl-tb;
    padding-left: 0.6rem;
    padding: 0.3rem 0.1rem 0.3rem 0.6rem;
    white-space: nowrap;
}

.s7-c .slick ul.accordion>li.on a .text p::before {
    height: 0.9rem;
    transition: all .8s;
    transition-delay: .5s;
}

.s7-c .slick ul.accordion>li.on a .text p::after {
    width: 95%;
    transition: all 1s;
    transition-delay: .5s;
}

.s7-c .slick-dots {
    position: static;
    font-size: 0;
    margin-top: 0.35rem;
    display: flex;
    justify-content: center;
}

.s7-c .slick-dots li {
    width: 0.4rem;
    height: 0.4rem;
    background: url(/style/../images/s5-dot.png) no-repeat;
    background-position: center center;
    background-size: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    margin: 0 0.25rem;
    transition: all 0.5s;
}

.s7-c .slick-dots li button {
    display: none;
}

.s7-c .slick-dots li.slick-active {
    background: url(/style/../images/s5-dot-h.png) no-repeat;
    background-position: center center;
    transform: rotateY(-180deg);
    background-size: 100%;
}

.section8 {
    padding-top: 1.24rem;
    padding-bottom: 2.8rem;
    background: url(/style/../images/s8-bj.png) no-repeat center;
    background-size: cover;
    margin-top: -1.2rem;
}

.section8 .title .titcbox .titc-svg {
    width: 3.06rem;
    height: 1.11rem;
    left: -1.37rem;
    top: -0.66rem;
}


.section8 .title .titcbox .titc-svg svg {
    width: auto;
    height: auto;
    max-width: 100%;
}

.section8 .title .titc {
    padding-left: 0.6rem;
}


.section8 .title .titcbox .titc-svg svg path,
.section8 .title .titcbox .titc-svg svg polyline,
.section8 .title .titcbox .titc-svg svg polygon,
.section8 .title .titcbox .titc-svg svg rect,
.section8 .title .titcbox .titc-svg svg line {
    opacity: 0.15;
}

.s8-t {
    overflow: hidden;
}

.s8-t ul {
    margin: 0 -0.3rem;
}

.s8-t ul li a {
    display: block;
    margin: 0 0.3rem;
    clip-path: polygon(0 0, 100% 2%, 100% 98%, 0 100%);
    transition: all 0.3s;
}

.s8-t ul li.slick-current+li a {
    clip-path: none;
}

.s8-t ul li.slick-current+li+li a {
    clip-path: polygon(0 2%, 100% 0, 100% 100%, 0 98%);
}

.s8-t ul li a .pic {
    padding-top: 61.66%;
}

.s8-t .slick-arrow {
    width: 0.5rem;
    height: 0.5rem;
}

.s8-t .slick-arrow::before {
    display: none;
}

.s8-t .slick-prev {
    left: 0.11rem;
    background: url(/style/../images/s8-l.png) no-repeat;
    background-size: 100%;
}

.s8-t .slick-next {
    right: 0.11rem;
    background: url(/style/../images/s8-r.png) no-repeat;
    background-size: 100%;
}

.s8-t .slick-dots {
    position: static;
    text-align: center;
    margin-top: 0.55rem;
    height: 0.32rem;
}

.s8-t .slick-dots li {
    vertical-align: middle;
    width: 0.1rem;
    height: 0.1rem;
    border: 1px dotted #1a57a6;
    border-radius: 50%;
    margin: 0 0.2rem;
    opacity: 0.8;
    transition: all 0.3s;
}

.s8-t .slick-dots li.slick-active {
    width: 0.32rem;
    height: 0.32rem;
    background: url(/style/../images/s8-tb.png) no-repeat;
    background-size: 100% auto;
    border: none;
}

.s8-t .slick-dots li button {
    display: none;
}

.groupbj2 {
    background: url(/style/../images/groupbj2.png) no-repeat;
    background-position: center top;
    position: relative;
    z-index: 9;
    background-size: cover;
}

.fixed-r {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(100%);
    z-index: 999;
    transition: all 0.5s;
}

.fixed-r.on {
    transform: translateY(-50%) translateX(0);
}

.fixed-r img {
    display: block;
}

/* ²à±ßµ¼º½ */
#asideNav {
    position: fixed;
    right: -1.5rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    transition: all 0.5s;
}

#asideNav.active {
    width: 1.36rem;
}

.asideNav-logo {
    width: 0.64rem;
    height: 1.37rem;
    background: url(/style/../images/zcl-t.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    transition: all 0.5s;
}

#asideNav.active .asideNav-logo {
    right: -1.65rem;
}

.asideNav-logo::after {
    content: "";
    position: absolute;
    left: -0.1rem;
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed #0675b8;
    border-radius: 50%;
    width: 1.63rem;
    height: 1.63rem;
}

.asideNav-logo p {
    font-size: 0.16rem;
    color: #fff;
    writing-mode: tb-rl;
    line-height: 0.75rem;
    padding-top: 0.3rem;
    letter-spacing: 0.03rem;
}


#asideNav.on {
    right: 0;
}


#asideNav .a {
    width: 100%;
    position: relative;
    padding-top: 0.1rem;
    background: url(/style/../images/asideNav-bg2.png) no-repeat;
    background-size: 1.17rem 0.1rem;
}

#asideNav .a {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -1.17rem;
    transition: all 0.5s;
}

#asideNav.active .a {
    right: 0;
}

#asideNav ul {
    width: 1.36rem;
    text-align: center;
    background: url(/style/../images/cl-bg.png) no-repeat center top;
    background-size: cover;
    padding-top: 0.4rem;
    padding-bottom: 0.55rem;
}

#asideNav ul li {
    line-height: 0.5rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
    font-size: 0.16rem;
    color: #fff;
    position: relative;
    cursor: pointer;
    /* transition: all 0.3s; */
}

#asideNav ul li:first-child {
    border-top: none;
}

#asideNav ul li.active {
    /* font-weight: bold; */
}

#asideNav ul li:hover {
    font-weight: bold;
}

#asideNav ul li.active::before {
    height: 0;
}

.goTop {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 999;
    background: url(/style/../images/goTop.png) no-repeat center;
    background-size: 100% 100%;
    width: 1.36rem;
    height: 0.48rem;
    text-align: center;
    transition: all 0.5s;
}

.goTop a {
    display: block;
    padding-top: 0.2rem;
    font-size: 0.12rem;
    color: #fff;
    opacity: 0.68;
}

.goTop:hover a {
    opacity: 1;
}

.section1 .px1560,
.section2 .px1560,
.section34 .px1560,
.section4 .px1560,
.section8 .px1560 {
    max-width: 82%;
}

@media screen and (min-width:2000px) {
    .section2 {}

    .section34 {}
}

@media screen and (max-width:1640px) {
    .s7-c {
        width: 100%;
    }

    .s3-c ul {
        margin: 0 0.4rem;
    }

}

@media screen and (max-width:1560px) {
    .section4 .title {
        right: 0.2rem;
    }
}

@media screen and (max-width:1024px) {
    #asideNav {
        display: none !important;
    }

    .banner-box {
        position: static;
        height: auto;
    }

    .Bannerslick .slick-slide a::after {
        display: none;
    }

    .Bannerslick .slick-dots {
        bottom: 0.3rem;
    }

    .index {
        margin-top: 0;
    }

    .section1 .px1560,
    .section2 .px1560,
    .section34 .px1560,
    .section4 .px1560,
    .section8 .px1560 {
        max-width: inherit;
    }
}

@media screen and (max-width:768px) {
    .title {
        text-align: left;
        padding-top: 0.5rem;
        padding-bottom: 0.3rem;
    }

    .section1 {
        padding: 0 0 1.5rem 0;
    }

    .section1 .title .titcbox .titc-svg {
        width: 1.2rem;
        height: auto;
        left: -0.5rem;
        top: -0.3rem;
    }

    .section1 .title .titc {
        padding-left: 0.5rem;
    }

    .s1-l {
        width: 100%;
    }

    .s1-l ul li a .bg_img {
        height: auto;
        padding-top: 59.61%;
    }

    .s1-l ul li a .tx {
        padding: 0.2rem;
    }

    .s1-r {
        width: 100%;
        margin-top: 0.3rem;
        padding: 0.2rem;
    }

    .flex-jcsb {
        flex-wrap: wrap;
    }

    .section2 {
        padding-top: 2.5rem;
        padding-bottom: 3.2rem;
        margin-top: -3rem;
    }

    .s2-l {
        width: 100%;
    }

    .s2-r {
        width: 100%;
    }

    .s2-llc {
        padding: 0.2rem;
        margin-top: 0;
    }

    .s2-lc ul li a p {
        font-size: 12px;
    }

    .s2-l .title .titcbox .titc-svg,
    .s2-r .title .titcbox .titc-svg {
        width: 1.2rem;
        height: auto;
        left: -0.5rem;
        top: -0.3rem;
    }

    .section2 .title,
    .section3 .title,
    .groupbj1 .title {
        padding-left: 0.5rem;
    }

    .s2-lc .slick-prev {
        left: inherit;
        right: 50%;
        margin-right: 0.1rem;
    }

    .s2-lc .slick-next {
        right: inherit;
        left: 50%;
        margin-left: 0.1rem;
    }

    .section34 {
        margin-top: -3.5rem;
        padding-top: 0.5rem;
    }

    .section3 .title .titcbox .titc-svg {
        height: auto;
        width: 1.6rem;
        left: -0.5rem;
        top: -0.4rem;
    }

    .groupbj1 {
        padding-top: 0.3rem;
        padding-bottom: 1rem;
    }

    .section4 .title .titcbox .titc-svg {
        width: 1.2rem;
        left: -0.5rem;
        top: -0.3rem;
    }

    .section7 .title .titcbox .titc-svg {
        width: 1.5rem;
        height: auto;
        left: -0.5rem;
        bottom: -0.15rem;
    }

    .s7-c .slick ul.accordion {
        flex-wrap: wrap;
    }

    .s7-c ul>li {
        width: 50%;
    }

    .s7-c .slick ul.accordion>li {
        clip-path: none !important;
    }

    .s7-c .slick ul.accordion>li a {
        height: 0.8rem;
    }

    .s7-c .slick ul.accordion>li a .text p {
        writing-mode: inherit;
    }

    .s7-c ul>li.on {
        width: 100%;
    }

    .s7-c .slick ul.accordion>li.on a {
        height: 4.95rem;
    }

    .s7-c .slick ul.accordion>li a .text {
        top: 0;
    }

    .s7-c .slick ul.accordion>li a .text p {
        font-size: 0.18rem;
        padding: 0 0.25rem;
        line-height: 0.8rem;
    }

    .s7-c .slick ul.accordion>li.on a .text p {
        line-height: inherit;
    }

    .section4 {
        margin-top: -0.8rem;
    }

    .s4-r {
        margin-top: 1rem;
    }

    .s4-r ul li a .iconbox .icon1 {
        max-height: 0.41rem;
    }

    .s4-main {
        padding-bottom: 1rem;
    }

    .section8 {
        margin-top: -0.8rem;
        padding-top: 0.8rem;
        padding-bottom: 1.4rem;
    }

    .s8-t ul li a {
        margin: 0 0.15rem;

    }

    .s8-t .slick-dots {
        margin-top: 0.32rem;
    }

    .section8 .title {
        padding-left: 0.5rem;
    }

    .section8 .title .titcbox .titc-svg {
        width: 1.8rem;
        height: auto;
        left: -0.5rem;
        top: -0.2rem;
    }

    .section3 .title .titc,
    .section7 .title .titc,
    .section8 .title .titc {
        padding-left: 0;
    }
}

@media screen and (max-width:640px) {
    .section4 .title {
        position: static;
        padding-left: 0.5rem;
    }

    .section4 {
        background-size: cover;
        margin-top: -1.5rem;
    }

    .s4-c {
        flex-wrap: wrap;
    }

    .s4-l {
        width: 100%;
    }

    .s4-l a {
        width: 100%;
    }

    .s4-r {
        width: 100%;
        flex: none;
        margin-top: 0;
    }

    .s4-r ul {
        width: 100% !important;
    }

    .s4-r ul:nth-child(1) {
        margin-left: 0;
    }

    .s4-rimg {
        flex: none;
        width: 100%;
    }

    .s4-r ul li a .iconbox .icon1 {
        max-height: 0.61rem;
    }
}

@media screen and (max-width:480px) {

    .Bannerslick .slick-dots {
        padding: 0;
        bottom: 0.2rem;
    }

    .Bannerslick .slick-dots li {
        margin: 0 0.05rem;
    }

    .Bannerslick .slick-dots li.slick-active button {
        width: 0.1rem;
        height: 0.1rem;
    }

    .Bannerslick .slick-dots li,
    .Bannerslick .slick-dots li.slick-active button {
        width: 0.32rem;
        height: 0.32rem;
    }

    .s1-l ul li a .bg_img::after {
        background-position: center 125%;
    }

    .s1-r ul li.on .hide .date {
        padding-left: 0.2rem;
    }

    .s1-r ul li.on .hide .date span {
        padding-left: 0.05rem;
    }

    .s2-r .s2-rc ul li a {
        padding-right: 0.2rem;
    }

    .s7-c .slick ul.accordion>li.on a {
        height: 3.02rem;
    }

    .s3-c ul li a .s3-cd .s3-cdl {
        margin: 0 auto;
        width: 1.5rem;
    }

    .s3-c ul li a .s3-cd .s3-cdr {
        flex: none;
        width: 100%;
        padding-right: 0.2rem;
    }

    .s3-c ul li a .s3-cbox {
        padding: 0.2rem 0;
    }

    .s3-c ul li a .s3-cbox h3 {
        padding: 0 0.2rem;
        height: auto;
        max-height: 0.6rem;
    }

    .s3-c ul li a h4 {
        padding: 0 0.2rem;
    }

    .s4-main {
        padding-bottom: 0.7rem;
    }

    .section8 {
        padding-bottom: 1rem;
    }

    .s7-c .slick ul.accordion>li a {
        overflow: hidden;
    }

    .s7-c .slick ul.accordion>li a .text p {
        padding: 0 0.15rem;
    }
}

@media screen and (max-width:320px) {
    .s7-c .slick ul.accordion>li a .text p {
        padding: 0 0.1rem;
    }
}