﻿@charset "utf-8";

.body {
    background: #f7f8fa
}

.HomeBan {
    position: relative;
}

.HomeBan .item {
    position: relative;
}

.HomeBan .item .img {
    padding-top: 9.6rem;
}

.HomeBan .item:hover .img span {
    transform: scale(1);
    -webkit-transform: scale(1);
}

.HomeBan .item .img video {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
}

.HomeBan .item .txt {
    position: absolute;
    width: 100%;
    left: 0;
    color: #fff;
    z-index: 99;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 40%;
}

.HomeBan .item .txt .tit {
    font-size: 0.65rem;
    font-weight: bold;
    letter-spacing: 2px;
}

.HomeBan .item .txt .dec {
    font-size: 0.3rem;
    letter-spacing: 0.1rem;
    padding-left: 5px;
    margin-top: 0.2rem;
}

.HomeBan .item .link {
    position: absolute;
    width: 100%;
    height: 100%
}

.HomeBan .slick-dots {
    position: absolute;
    right: 1.4rem;
    bottom: 0.6rem;
}

.HomeBan .slick-dots li {
    display: inline-block;
    margin-left: 10px;
    width: 25px;
    height: 2px;
    background: #fff;
    opacity: 0.5;
    cursor: pointer;
}

.HomeBan .slick-dots li.slick-active {
    opacity: 1;
}

.HomeBan .slick-dots li button {
    display: none;
}

.HomeBan .slick-pages {
    font-size: 0.2rem;
    color: #fff;
    left: 1.4rem;
    bottom: 0.6rem;
    position: absolute;
}

.arrdown {
    -webkit-animation: rightan 1s infinite;
    -webkit-animation-fill-mode: both;
    color: #fff;
    height: auto;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 999;
    text-align: center;
    position: absolute;
    width: 40%;
    left: 50%;
    bottom: 0.3rem;
    transform: translateX(-50%);
}

.HomeBan .item.item1 .txt .txtbox {
    padding-left: 2.4rem;
}

@keyframes rightan {
    from {
        bottom: 1rem;
        opacity: 0;
    }

    to {
        bottom: 0.4rem;
        opacity: 1;
    }
}

@-webkit-keyframes rightan {
    from {
        bottom: 1rem;
        opacity: 0;
    }

    to {
        bottom: 0.4rem;
        opacity: 1;
    }
}

@media(max-width:1024px) {
    .HomeBan .item .img {
        padding-top: 60%;
    }

    .HomeBan .item.item1 .txt .txtbox {
        padding-left: 30px;
    }

    .HomeBan .item .txt .tit {
        font-size: 30px;
    }

    .HomeBan .item .txt .dec {
        font-size: 15px;
        letter-spacing: 4px;
    }

    .HomeBan .slick-pages {
        left: 30px;
        font-size: 14px;
    }

    .HomeBan .slick-dots {
        right: 30px;
    }
}

@media(max-width:640px) {
    .HomeBan .slick-pages {
        bottom: 15px;
        left: 15px;
    }

    .HomeBan .slick-dots {
        bottom: 20px;
        right: 15px;
    }

    .HomeBan .slick-dots li {
        width: 20px;
    }

    .arrdown img {
        max-height: 20px;
    }

    .HomeBan .item .txt {
        top: 50%;
    }

    .HomeBan .item .txt .tit {
        font-size: 20px;
    }

    .HomeBan .item .txt .dec {
        font-size: 14px;
        letter-spacing: 0;
        margin-top: 5px;
    }

    .HomeBan .item.item1 .txt .txtbox {
        padding-left: 0;
    }
}

.HomeTit {
    text-align: center;
    margin-bottom: 0.9rem;
}

.HomeTit .tit {
    font-size: 0.5rem;
    font-weight: bold;
}

.HomeTit .dec {
    font-size: 0.2rem;
    line-height: 0.38rem;
    max-width: 1120px;
    margin: 0 auto;
    margin-top: 0.3rem;
}


.HomePro {
    background: url(../images/homeprobg.jpg) no-repeat center center;
    background-size: cover;
    padding-top: 1.3rem;
    overflow: hidden;
}

.HomePro .HomeTit {
    margin-bottom: 2rem;
}

.product_index {
    width: calc(1324 / 1920 * 100vw);
    height: calc(430 / 1920 * 100vw);
    position: relative;
    margin: 0 auto;
}

.product_index .quan {
    position: absolute;
    border-radius: 50%;
    width: calc(1324 / 1920 * 100vw);
    height: calc(1324 / 1920 * 100vw);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto 35%;
    top: 0;
    left: 0;
}

.product_index .icon-quan {
    position: absolute;
    border-radius: 50%;
    border: 1px dotted rgba(51, 51, 51, 1);
    left: calc(-76 / 1920 * 100vw);
    right: calc(-76 / 1920 * 100vw);
    bottom: calc(-76 / 1920 * 100vw);
    top: calc(-76 / 1920 * 100vw);
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    transform: rotate(-180deg);
}

@keyframes zhuan {
    0% {
        transform: rotate(-180deg);
        opacity: 0;
    }

    100% {
        transform: rotate(0);
        opacity: 1;
    }
}

.product_index dl {
    width: calc(85 / 1920 * 100vw);
    display: table;
    height: calc(85 / 1920 * 100vw);
    border: 1px dotted rgba(51, 51, 51, 1);
    border-radius: 50%;
    background-color: #fff;
}

.product_index dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    transform: rotate(-180deg);
}

.product_index dt img {
    max-height: 50%;
    max-width: 50%;
}

.product_index dl:nth-child(1) {
    transform: translateY(calc(242 / 1920 * 100vw)) translateX(calc(110 / 1920 * 100vw));
}

.product_index dl:nth-child(2) {
    transform: translateY(calc(85 / 1920 * 100vw));
}

.product_index dl:nth-child(3) {
    transform: translateY(calc(-27 / 1920 * 100vw));
}

.product_index dl:nth-child(4) {
    transform: translateY(calc(-27 / 1920 * 100vw));
}

.product_index dl:nth-child(5) {
    transform: translateY(calc(85 / 1920 * 100vw));
}

.product_index dl:nth-child(6) {
    transform: translateY(calc(242 / 1920 * 100vw)) translateX(calc(-110 / 1920 * 100vw));
}

.product_index .name {
    text-align: center;
    color: #fff;
    font-size: calc(40 / 1920 * 100vw);
    padding-top: calc(350 / 40 * 1em);
}

.product_index .txt {
    position: absolute;
    left: 0;
    right: 0;
    padding-top: calc(38 / 1920 * 100vw);
    width: calc(1118 / 1440 * 100%);
    margin-left: auto;
    margin-right: auto;
    top: 0;
    bottom: 0;
    transform: rotate(180deg);
}

.HomePro.active .product_index .icon-quan {
    animation: zhuan 1.5s ease both;
}

.HomePro.active .product_index .txt {
    animation: zhuan1 1.5s ease both;
}

.HomePro.active .product_index dt {
    animation: zhuan 2s ease both;
}

@keyframes zhuan1 {
    0% {
        transform: rotate(180deg);
        opacity: 0;
    }

    100% {
        transform: rotate(0);
        opacity: 1;
    }
}

@media (max-width:1024px) {
    .product_index {
        transform: scale(1.5);
    }

    .HomePro .intro {
        margin-bottom: 20vw;
    }
}

@media(max-width:1024px) {
    .HomeTit .tit {
        font-size: 24px;
        line-height: 1.5;
    }

    .HomeTit .dec {
        font-size: 14px;
        line-height: 24px;
        margin-top: 10px;
    }

    .HomeTit {
        margin-bottom: 20px;
    }

    .HomePro {
        padding-top: 60px;
    }
}

@media(max-width:640px) {
    .HomeTit .tit {
        font-size: 18px;
    }

    .HomePro {
        padding-top: 30px;
    }

    .HomePro .HomeTit {
        margin-bottom: 80px;
    }

    .product_index dl {
        display: flex;
        align-items: center;
    }
}

.HomeSolu {
    padding-top: 1.3rem;
    background: url(../images/mainbg.jpg) no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.HomeSolu .boxs-group {
    background-color: #000;
}

.HomeSolu .boxs-group .box {
    overflow: hidden;
}

.HomeSolu .boxs-group .inside {
    position: relative;
}

.HomeSolu .boxs-group .txt {
    position: absolute;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.HomeSolu .boxs-group picture {
    opacity: 0.9;
    transition: 0.5s;
    display: block;
    background-position: center;
    background-size: cover;
}

.HomeSolu .box .tit {
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
}

.HomeSolu .box .desc {
    font-size: 0.18rem;
}

.HomeSolu .box .icon {
    display: block !important;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 222;
}

/* .HomeSolu .box .icon:hover {
    background-color: #91c42f;
    border: 1px solid #91c42f;
} */

@media (min-width:1025px) {
    .HomeSolu .boxs-group {
        margin: 0 0 0 -6%;
        display: table;
        height: 8.5rem;
        width: 112%;
    }

    .HomeSolu .boxs-group .box {
        width: 33.33%;
        display: table-cell;
        transform: skewX(-15deg);
        transition: 0.5s width;
    }

    .HomeSolu .boxs-group .inside {
        height: 100%;
    }

    .HomeSolu .boxs-group .txt {
        transform: skewX(15deg);
        width: calc(375 / 530 * 100%);
        top: 15.883%;
        left: calc((100% - 375 / 530 * 100%) / 2);
    }

    .HomeSolu .boxs-group picture {
        position: absolute;
        left: calc(-58.334% / 2);
        width: calc(760 / 480 * 100%);
        transform: skewX(15deg);
        top: 0;
        height: 100%;
    }

    .HomeSolu .box.on {
        width: 64%;
    }

    .HomeSolu .box.on picture {
        width: 118%;
        left: -9%;
        opacity: 1;
    }

    .HomeSolu .box.short .txt {
        opacity: 0;
    }

    .HomeSolu .box.short {
        width: 12%;
    }

    .HomeSolu .box.short picture {
        opacity: 0.5;
        left: calc(-131.429% / 2);
        width: calc(405 / 175 * 100%);
    }

    .HomeSolu .box:first-child .txt {
        width: calc(420 / 530 * 100%);
    }

    .HomeSolu .box:not(.on):last-child .txt {
        left: 0;
    }

    .HomeSolu .box.on .txt {
        text-align: left;
    }
}

@media (max-width:1024px) {
    .HomeSolu {
        padding-top: 60px;
    }

    .HomeSolu .boxs-group {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .HomeSolu .box {
        width: 50%;
    }

    .HomeSolu .boxs-group picture {
        height: 60vw;
        opacity: 0.7;
    }

    .HomeSolu .box .info {
        display: none;
    }

    .HomeSolu .boxs-group .txt {
        left: 0;
        width: 100%;
        padding: 0 5%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
    }

    .HomeSolu .box .tit {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .HomeSolu .box .desc {
        font-size: 14px;
    }

    .HomeSolu .box .icon {
        margin-top: 20px;
        width: 40px;
        height: 40px;
        border-radius: 0 1em 0 1em;
    }
}

@media(max-width:640px) {
    .HomeSolu {
        padding-top: 30px;
    }

    .HomeSolu .box .tit {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .HomeSolu .box .icon {
        width: 30px;
        height: 30px;
        margin-top: 10px;
    }

    .HomeSolu .box:nth-child(3) {
        width: 100%;
    }
}

.HomePart {
    padding-top: 1.3rem;
    background: url(../images/mainbg.jpg) no-repeat center center !important;
    background-size: cover;
    overflow: hidden;
}

.HomePart .HomePartBox {
    padding: 1.6rem 0;
    background: url(../images/homepartbg.png) no-repeat center center;
    background-size: cover;
}

.HomePart .HomePartBox .subtit {
    font-size: 0.46rem;
    color: #fff;
    text-align: center;
    font-weight: lighter;
    letter-spacing: 3px;
}

.HomePart .HomePartBox ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    min-height: 2rem;
}

.HomePart .HomePartBox li:not(:last-child) {
    margin-right: 1.2rem;
    position: relative;
}

.HomePart .HomePartBox li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
}

.HomePart .HomePartBox li:not(:last-child):after {
    right: -0.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
}

.HomePart .HomePartBox li img {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0.1rem;
    width: 1rem;
}

@media (max-width:1024px) {
    .HomePart {
        padding-top: 60px;
    }

    .HomePart .HomePartBox {
        padding: 60px 0;
    }

    .HomePart .HomePartBox .subtit {
        font-size: 20px;
        font-weight: lighter;
    }

}

@media(max-width:640px) {
    .HomePart {
        padding-top: 30px;
    }

    .HomePart .HomePartBox {
        padding: 30px 0;
    }

    .HomePart .HomePartBox .subtit {
        font-size: 18px;
    }
}

.HomeNews {
    padding: 1rem 0;
    background: url(../images/mainbg.jpg) no-repeat center center;
    background-size: cover;
}

.HomeNews .tag {
    display: inline-block;
    line-height: 28px;
    padding: 0 0.1rem;
    border: 1px solid #1424b6;
    font-size: 14px;
    border-radius: 0 0.1rem 0 0.1rem;
    color: #1424b6;
}

.HomeNews .HomeNewsL {
    width: 65.9%;
}

.HomeNews .HomeNewsL ul::after {
    content: '';
    display: block;
    clear: both;
}

.HomeNews .HomeNewsL ul {
    margin-left: -3%;
}

.HomeNews .HomeNewsL ul li {
    width: 47%;
    margin-left: 3%;
    float: left;
}

.HomeNews .HomeNewsL ul li .img {
    padding-top: 2.85rem;
}

.HomeNews .HomeNewsL ul li .txt {
    margin-top: 0.3rem;
    border-left: 1px solid rgba(20, 36, 182, 0.1);
    padding: 0 0.3rem;
}

.HomeNews .HomeNewsL ul li .txt .tit {
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 0.3rem;
    margin: 0.3rem 0 0.2rem 0;
    min-height: 0.6rem;
}

.HomeNews .HomeNewsL ul li .txt .dec {
    line-height: 0.3rem;
    margin-bottom: 0.4rem;
    color: #999;
    min-height: 0.9rem;
}

.HomeNews .HomeNewsL ul li .txt .more {
    display: inline-block;
    padding-right: 30px;
    font-size: 14px;
    color: #1424b6;
    background: url(../images/more-blue.svg) no-repeat center right;
    background-size: 16px;
}

.HomeNews .HomeNewsR {
    width: 32%;
    padding: 0.35rem;
    background: #e7eaf9;
    box-sizing: border-box;
    min-height: 4.86rem;
}

.HomeNews .HomeNewsR ul li {
    border-bottom: 1px solid rgba(20, 36, 182, 0.2);
    padding: 0.25rem 0;
}

.HomeNews .HomeNewsR ul li .tit {
    font-size: 0.2rem;
    line-height: 0.3rem;
    font-weight: bold;
}

.HomeNews .HomeNewsR ul li .date {
    font-size: 14px;
    color: #1424b6;
    margin-top: 0.1rem;
}

.HomeNews .HomeNewsR .newsMore {
    text-align: center;
    margin-top: 0.4rem;
}

/* .HomeNews .HomeNewsR .newsMore a {
    display: inline-block;
    line-height: 0.44rem;
    padding: 0 0.25rem;
    border-radius: 0 0.15rem 0 0.15rem;
    color: #1424b6;
    border: 1px solid #1424b6;
} */

/* .HomeNews .HomeNewsR .newsMore a:hover {
    background: #1424b6;
    color: #fff;
} */
.HomeNews .HomeNewsR .newsMore a {
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.32rem;
    width: 0.48rem;
    display: block;
    height: 0.48rem;
    margin: 0 auto;
}

@media(max-width:1024px) {
    .HomeNews {
        padding: 60px 0;
    }

    .HomeNews .HomeNewsR {
        padding: 20px;
        min-height: auto;
    }

    .HomeNews .HomeNewsR ul {
        margin-top: 20px;
    }

    .HomeNews .HomeNewsR ul li .tit {
        font-size: 16px;
        line-height: 28px;
    }

    .HomeNews .HomeNewsR ul li {
        padding: 10px 0;
    }

    /* .HomeNews .HomeNewsR .newsMore a {
        line-height: 35px;
    } */

    .HomeNews .HomeNewsL ul li .img {
        padding-top: 2rem;
    }

    .HomeNews .HomeNewsL ul li .txt .tit {
        font-size: 16px;
        line-height: 24px;
        min-height: 48px;
    }

    .HomeNews .HomeNewsL ul li .txt .dec {
        line-height: 22px;
        min-height: 66px;
    }
}

@media(max-width:640px) {
    .HomeNews {
        padding: 30px 0;
    }

    .HomeNews .HomeNewsL {
        width: 100%;
    }

    .HomeNews .HomeNewsR {
        width: 100%;
        margin-top: 20px;
    }

    .HomeNews .HomeNewsR ul {
        margin-top: 0;
    }

    .HomeNews .HomeNewsL ul li .txt {
        padding: 0 8px;
    }
}

/* 产业生态 */
.nBan {
    position: relative;
}

.nBan .img {
    padding-top: 7.3rem;
}

.nBan .txt {
    position: absolute;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 60%;
    color: #fff;
}

.nBan .txt .tit {
    font-size: 0.56rem;
    font-weight: bold;
    letter-spacing: 3px;
}

.nBan .txt .dec {
    font-size: 0.18rem;
    margin-top: 0.2rem;
}

.subMenu {
    margin: 0.8rem 0 0.6rem 0;
}

.subMenu .localtion {
    color: #999;line-height: 0.42rem;
}

.subMenu .localtion a {
    color: #999;
}

.subMenu .localtion span {
    color: #333;
}

.subMenu .menu ul li {
    display: inline-block;
    line-height: 0.42rem;
    font-size: 0.18rem;
    border-radius: 0.42rem;
}

.subMenu .menu ul li a {
    display: block;
    padding: 0 0.3rem;
}

.subMenu .menu ul li.on {
    background: #1424b6;
}

.subMenu .menu ul li.on a {
    color: #fff;
}

.subMenu .menu ul li:hover {
    background: #1424b6;
}

.subMenu .menu ul li:hover a {
    color: #fff;
}

.Main {
    padding-bottom: 0.8rem;
}

.Chanyst .item {
    margin-bottom: 0.55rem;
    background: #f0f1f5;
}

.Chanyst .item .img {
    width: 38.5%;
    float: left;
    padding-top: 3.2rem;
}

.Chanyst .item .txt {
    width: 61.5%;
    box-sizing: border-box;
    padding: 0.5rem 0.55rem;
    float: right;
}

.Chanyst .item .txt .tit {
    font-size: 0.24rem;
}

.Chanyst .item .txt b {
    display: block;
    width: 0.3rem;
    height: 2px;
    background: #91c42f;
    margin: 0.2rem 0 0.25rem 0;
}

.Chanyst .item .txt .dec {
    line-height: 0.3rem;
    color: #666;
}

.Chanyst .item .txt .more {
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 0 0.1rem 0 0.1rem;
    box-sizing: border-box;
    border: 1px solid #d6d6d9;
    background: url(../images/more_jtc.png) no-repeat center center;
    margin-top: 0.3rem;
}

.Chanyst .item:hover .txt .more {
    border: 1px solid #1424b6;
    background: url(../images/more_jt.png) no-repeat center center #1424b6;
}

.Chanyst .item:nth-child(2n) .img {
    float: right;
}

.Chanyst .item:nth-child(2n) .txt {
    float: left;
}


@media(max-width:1024px) {
    .subMenu {
        margin: 30px 0;
    }

    .subMenu .menu ul li {
        line-height: 38px;
    }

    .subMenu .menu ul li a {
        padding: 0 20px;
    }

    .subMenu .localtion {
        line-height: 38px;
    }

    .Chanyst .item .img {
        padding-top: 2.5rem;
    }

    .Chanyst .item .txt {
        padding: 25px;
    }

    .Chanyst .item .txt .tit {
        font-size: 16px;
        font-weight: bold;
    }

    .Chanyst .item .txt .dec {
        line-height: 24px;
    }

    .Chanyst .item .txt .more {
        width: 40px;
        height: 40px;
        margin-top: 20px;
    }

    .nBan .img {
        padding-top: 50%;
    }

    .nBan .txt .tit {
        font-size: 28px;
    }

    .nBan .txt .dec {
        font-size: 14px;
    }
}

@media(max-width:768px) {
    .Chanyst .item .txt {
        padding: 20px;
    }

    .Chanyst .item .txt b {
        margin: 10px 0;
    }

    .Chanyst .item .img {
        padding-top: 2.6rem;
    }
}

@media(max-width:640px) {
    .nBan .txt .tit {
        font-size: 18px;
    }

    .subMenu {
        margin: 20px 0;
    }

    .subMenu .localtion {
        width: 100%;
        margin-bottom: 10px;
    }

    .subMenu .menu ul li {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 5px;
    }

    .subMenu .menu ul li a {
        padding: 0 12px;
    }

    .Chanyst .item .img {
        width: 100%;
        padding-top: 56%;
    }

    .Chanyst .item .txt {
        width: 100%;
    }
}

/* 新闻中心 */
.News .NewsTop {
    background: #fff;
    margin-bottom: 0.8rem;
    box-shadow: 0 0 10px rgba(20, 36, 182, 0.1);
}

.News .NewsTop .img {
    width: 50%;
    padding-top: 4.4rem;
}

.News .NewsTop .txt {
    width: 50%;
    box-sizing: border-box;
    padding: 0.65rem;
}

.News .NewsTop .txt .date {
    font-size: 0.18rem;
    color: #666;
}

.News .NewsTop .txt .tit {
    font-size: 0.24rem;
    margin: 0.3rem 0;
}

.News .NewsTop .txt .dec {
    line-height: 0.3rem;
    color: #666;
}

.News .NewsTop .txt .more {
    color: #999;
    margin-top: 0.6rem;
}

.News .NewsTop .txt .more i {
    font-family: '宋体';
    font-weight: bold;
}

.News .NewsList ul {
    margin-left: -2.5%;
}

.News .NewsList ul li {
    width: 30.83%;
    float: left;
    margin-left: 2.5%;
    margin-bottom: 2.5%;
    box-sizing: border-box;
    padding-bottom: 0.3rem;
}

.News .NewsList ul li .img {
    padding-top: 62%;
}

.News .NewsList ul li .txt {
    margin-top: 0.3rem;
    padding: 0 0.3rem;
    border-left: 1px solid rgba(20, 36, 182, 0.1);
}

.News .NewsList ul li .txt .date {
    display: inline-block;
    line-height: 0.24rem;
    border-radius: 0 10px 0 10px;
    border: 1px solid #666;
    padding: 0 0.1rem;
    color: #666;
    float: right;
    margin-top: 0.5rem;
    font-size: 0.14rem
}

.News .NewsList ul li .txt .tit {
    font-size: 0.24rem;
    line-height: 0.3rem;
    margin: 0.3rem 0 0.2rem 0;
    height: 0.6rem;
}

.News .NewsList ul li .txt .dec {
    line-height: 0.3rem;
    height: 0.6rem;
    color: #666;
}

.News .NewsList ul li .txt .more {
    display: inline-block;
    padding-right: 25px;
    background: url(../images/more_jt_g.png) no-repeat center right;
    margin-top: 0.5rem;
}

.News .NewsList ul li:hover {
    background: #fff;
    box-shadow: 0 0 10px rgba(20, 36, 182, 0.1);
}

.News .NewsList ul li:hover .txt {
    border-left: 1px solid #fff;
}

.News .NewsList ul li:hover .txt .more {
    color: #91c42f;
}


@media(max-width:1024px) {
    .News .NewsTop .img {
        padding-top: 3.5rem;
    }

    .News .NewsTop .txt {
        padding: 30px;
    }

    .News .NewsTop .txt .tit {
        font-size: 16px;
        font-weight: bold;
    }

    .News .NewsTop .txt .dec {
        line-height: 24px;
    }

    .News .NewsTop .txt .date {
        font-size: 14px;
    }

    .News .NewsList ul li .txt {
        margin-top: 20px;
        padding: 0 20px;
    }

    .News .NewsList ul li .txt .date {
        line-height: 28px;
        padding: 0 10px;
    }

    .News .NewsList ul li .txt .tit {
        font-size: 16px;
        font-weight: bold;
        margin: 10px 0;
        line-height: 25px;
        height: 50px;
    }

    .News .NewsList ul li .txt .dec {
        line-height: 24px;
        height: 48px;
    }

    .News .NewsList ul li .txt .more {
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    .News .NewsTop .txt .tit {
        margin: 15px 0;
    }

    .News .NewsTop .txt .more {
        margin-top: 30px;
    }
}

@media(max-width:640px) {
    .News .NewsTop .img {
        width: 100%;
        padding-top: 62%;
    }

    .News .NewsTop .txt {
        width: 100%;
        padding: 20px;
    }

    .News .NewsList ul li {
        width: 97.5%;
    }

    .News .NewsList ul li .txt .tit {
        font-size: 15px;
        height: auto;
    }
}


/* 新闻详情 */
.Info {
    padding: 0.6rem;
    background: #fff;
}

.Info .InfoTit {
    padding-bottom: 0.3rem;
    margin-bottom: 0.3rem;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.Info .InfoTit .date {
    color: #999;
    margin-top: 0.25rem;
}

.Info .InfoTit .date .enjoy {
    display: inline-block;
}

.Info .InfoTit .date span {
    display: inline-block;
    margin: 0 0.2rem;
}

.Info .InfoTit .date span.s1 {}

.Info .InfoTit .date span.s2 {
    margin: 0 0;
}

.Info .InfoTit .tit {
    font-size: 0.32rem;
    font-weight: bold;
    color: #000;
}

.Info .InfoCon {
    font-size: 0.18rem;
    line-height: 1.8;
}
.Info .InfoCon .SinglePage *{font-family:  sans-serif !important;}

.Info .Infopage {
    margin-top: 0.4rem;
    line-height: 0.4rem;
    padding-top: 0.4rem;
    border-top: 1px solid #e5e5e5;
    position: relative;
    padding-right: 1.5rem;
    font-size: 0.18rem;
}

.Info .Infopage dd span {
    display: inline-block;
    color: #1424b6;
    margin-right: 0.15rem;
}

.Info .Infopage dd a {
    color: #999;
}

.Info .Infopage .goback {
    line-height: 0.4rem;
    padding: 0 0.25rem;
    border-radius: 0.4rem;
    border: 1px solid #e6e6e6;
    position: absolute;
    right: 0;
    top: 0.4rem;
}

.Info .Infopage .goback a {
    color: #999;
    display: block;
}

.Info .Infopage .goback i {
    font-family: "宋体";
    font-weight: bold;
    display: inline-block;
    margin-right: 8px;
}

.Info .Infopage .goback:hover {
    background: #1424b6;
    border: 1px solid #1424b6;
}

.Info .Infopage .goback:hover a {
    color: #fff;
}

@media(max-width:1024px) {
    .Info {
        padding: 40px;
    }

    .Info .InfoTit .tit {
        font-size: 20px;
    }

    .Info .Infopage {
        font-size: 14px;
    }

    .Info .Infopage .goback {
        line-height: 32px;
        padding: 0 15px;
    }

    .Info .InfoCon {
        font-size: 14px;
    }
}

@media(max-width:640px) {
    .Info {
        padding: 20px;
    }

    .Info .InfoTit .tit {
        font-size: 18px;
    }

    .Info .InfoTit .date span.s2 {
        margin: 0 5px;
    }

    .Info .InfoTit {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .Info .Infopage {
        padding-top: 20px;
        margin-top: 20px;
        padding-right: 0;
    }

    .Info .Infopage dl dd {
        line-height: 30px;
    }

    .Info .Infopage .goback {
        position: static;
        display: inline-block;
        margin-top: 10px;
    }
}

/* 技术实力 */
.Technology .boxs-group {
    background-color: #000;
    position: relative
}

.Technology .boxs-group .box {
    overflow: hidden;
    position: relative;
}

.Technology .boxs-group .inside {
    position: relative;
}

.Technology .boxs-group .txt {
    position: absolute;
    margin: 0 auto;
    color: #fff;
    text-align: center;
    z-index: 10;
}

.Technology .boxs-group picture {
    transition: 0.5s;
    display: block;
    background-position: center;
    background-size: cover;
}

.Technology .boxs-group .box:hover picture {
    transform: scale(1.05);
}

.Technology .box .tit {
    font-size: 0.36rem;
    margin-bottom: 0.3rem;
}

.Technology .box .desc {
    font-size: 0.18rem;
}

.Technology .box .icon {
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 0 1.25em 0 1.25em;
    border: solid 1px rgba(255, 255, 255, 1);
    display: inline-block;
    margin-top: calc(60 / 16 * 1em);
    background: url(../images/more_jt_g.png) no-repeat center center;
}

.Technology .slick-arrow {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(153, 153, 153, 0.6);
    border-radius: 0 0.1rem 0 0.1rem;
}

.Technology .slick-arrow.slick-prev {
    left: -1rem;
    background-image: url(../images/prev.png);
}

.Technology .slick-arrow.slick-next {
    right: -1rem;
    background-image: url(../images/next.png);
}

.Technology .slick-arrow:hover {
    background-color: #91c42f;
}

@media (min-width:1025px) {
    .Technology .boxs-group {}

    .Technology .boxs-group .box {
        transition: 0.5s width;
    }

    .Technology .boxs-group .inside {
        height: 100%;
    }

    .Technology .boxs-group .txt {
        width: 80%;
        top: 25%;
        left: 50%;
        transform: translateX(-50%)
    }

    .Technology .boxs-group picture {
        /* height:6.2rem; */
        /* height: 6.28rem; */
        /* height:7.5rem; */
        /* height: 9.8rem; */
        height: 8rem;
    }

    .Technology .box.on {
        width: 64%;
    }

    .Technology .box.on picture {
        width: 110%;
        left: -5%;
        opacity: 1;
    }

    .Technology .box.short .txt {
        opacity: 0;
    }

    .Technology .box.short {
        width: 12%;
    }

    .Technology .box.short picture {
        opacity: 0.5;
        left: calc(-131.429% / 2);
        width: calc(405 / 175 * 100%);
    }

    .Technology .box:first-child .txt {}

    .Technology .box:not(.on):last-child .txt {}

    .Technology .box.on .txt {
        text-align: left;
    }
}

@media (max-width:1024px) {
    .Technology {
        padding-top: 60px;
    }

    .Technology .boxs-group {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
    }

    .Technology .box {
        width: 50%;
    }

    .Technology .boxs-group picture {
        height: 60vw;
        opacity: 0.7;
    }

    .Technology .box .info {
        display: none;
    }

    .Technology .boxs-group .txt {
        left: 0;
        width: 100%;
        padding: 0 5%;
        height: 100%;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        box-sizing: border-box;
    }

    .Technology .box .tit {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 20px;
    }

    .Technology .box .desc {
        font-size: 14px;
    }

    .Technology .box .icon {
        margin-top: 20px;
        width: 40px;
        height: 40px;
        border-radius: 0 1em 0 1em;
    }

    .Technology .box:nth-child(3) {
        width: 100%;
    }
}

@media(max-width:640px) {
    .Technology {
        padding-top: 30px;
    }

    .Technology .box .tit {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .Technology .box .icon {
        width: 30px;
        height: 30px;
        margin-top: 10px;
    }

    .Technology .box {
        width: 100%;
    }
}

/* 联系我们 */
.Contact .ContactBox {
    width: 25%;
}

.Contact .ContactBox ul li {
    padding: 0.2rem 0;
    padding-left: 0.7rem;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 0.2rem;
}

.Contact .ContactBox ul li .icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.Contact .ContactBox ul li .icon img {
    max-height: 0.45rem;
}

.Contact .ContactBox ul li .text span {
    font-size: 0.2rem;
    font-weight: bold;
}

.Contact .ContactBox ul li .text p {
    font-size: 0.18rem;
    margin-top: 0.1rem;
}

.Contact .Message {
    width: 65.7%;
    padding-top: 0.2rem;
}

.Contact .Message .tit {
    font-size: 0.2rem;
    font-weight: bold;
    margin-bottom: 0.25rem;
}

.Contact .Message .Form .FormBox {
    margin-left: -2.5%;
}

.Contact .Message .Form .FormBox .inputbox {
    margin-bottom: 2.5%;
    margin-left: 2.5%;
    width: 47.5%;
    float: left;
}

.Contact .Message .Form .FormBox .text {
    height: 0.55rem;
    border-radius: 0.1rem;
    background: #f7f7f8;
    box-sizing: border-box;
    width: 100%;
    padding: 0 20px;
}

.Contact .Message .Form .FormBox textarea.text {
    height: 1.6rem;
    box-sizing: border-box;
    padding: 10px 20px;
}

.Contact .Message .Form .FormBox .col100 {
    width: 97.5%;
}

.Contact .Message .Form .formbtn a {
    display: inline-block;
    cursor: pointer;
    width: 2rem;
    line-height: 0.55rem;
    border-radius: 0.1rem;
    background: #1424b6;
    color: #fff;
    text-align: center;
}


@media(max-width:1024px) {
    .Contact .ContactBox ul li {
        margin-bottom: 10px;
    }

    .Contact .ContactBox ul li .text p {
        font-size: 15px;
        margin-top: 5px;
    }

    .Contact .ContactBox ul li .text span {
        font-size: 16px;
    }

    .Contact .Message .tit {
        font-size: 18px;
    }
}

@media(max-width:768px) {
    .Contact .ContactBox {
        width: 100%;
    }

    .Contact .Message {
        width: 100%;
    }
}

@media(max-width:640px) {
    .Contact .ContactBox ul li {
        padding: 10px 0;
        padding-left: 50px;
    }

    .Contact .ContactBox ul li .icon img {
        max-height: 30px;
    }

    .Contact .ContactBox ul li .text p {
        font-size: 14px;
    }

    .Contact .ContactBox ul li .text span {
        font-size: 15px;
    }

    .Contact .Message .Form .FormBox .input_text {
        height: 35px;
    }

    .Contact .Message .Form .FormBox textarea.input_text {
        height: 100px;
    }

    .Contact .Message .Form .formbtn button {
        width: 100px;
        height: 35px;
        line-height: 35px;
    }
}

/* 人才招聘 */
.Job .item {
    margin-bottom: 0.3rem;
    box-shadow: 0 0 10px rgba(20, 36, 182, 0.1);
    background: #fff;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.Job .item .jobTit dl {
    padding: 0 0.5rem;
}

.Job .item .jobTit dl::after {
    content: '';
    display: block;
    clear: both;
}

.Job .item .jobTit dl dd {
    float: left;
    font-size: 0.2rem;
}

.Job .item .jobTit dl dd:nth-child(1) {
    width: 25%;
    font-size: 0.24rem;
}

.Job .item .jobTit dl dd:nth-child(2) {
    width: 20%;
}

.Job .item .jobTit dl dd:nth-child(3) {
    width: 15%;
}

.Job .item .jobTit dl dd:nth-child(4) {
    width: 40%;
    text-align: right;
}

.Job .item .jobTit {
    line-height: 0.8rem;
    cursor: pointer;
}

.Job .item .jobTit dl dd i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../images/job_more.png) no-repeat center center;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.Job .item .jobTit.on dl dd i {
    background: url(../images/job_morec.png) no-repeat center center;
}

.Job .item.itemTit {
    margin-bottom: 0;
    background: #2e4da3;
    color: #fff;
    font-size: 0.24rem;
    font-weight: bold;
}

.Job .item.itemTit .jobTit dl dd {
    font-size: 0.24rem;
}

.Job .item .jobCon {
    padding: 0.4rem 0.5rem;
    border-top: 1px solid #e5e5e5;
    padding-right: 3.5rem;
    position: relative;
    display: none;
}

.Job .item .jobCon .box .boxtit {
    font-size: 0.22rem;
    color: #2e4da3;
    font-weight: bold;
    margin-bottom: 0.15rem;
}

.Job .item .jobCon .box .con {
    font-size: 0.18rem;
    line-height: 1.8;
}

.Job .item .jobCon .box_1 {
    margin-top: 0.4rem;
}

.Job .item .jobCon .appbtn {
    cursor: pointer;
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    width: 1.8rem;
    line-height: 0.5rem;
    border-radius: 0.5rem;
    background: #91c42f;
    font-size: 0.18rem;
    text-align: center;
}

.Job .item .jobCon .appbtn a {
    display: block;
    color: #fff;
}

.Job .item .jobCon .appbtn img {
    position: relative;
    margin-left: 5px;
    top: -2px;
}

@media(max-width:1024px) {
    .Job .item .jobTit {
        line-height: 55px;
    }

    .Job .item.itemTit .jobTit dl dd {
        font-size: 16px;
    }

    .Job .item .jobTit dl dd:nth-child(1) {
        font-size: 15px;
    }

    .Job .item .jobTit dl dd {
        font-size: 14px;
    }

    .Job .item .jobTit dl {
        padding: 0 30px;
    }

    .Job .item {
        margin-bottom: 10px;
    }

    .Job .item .jobCon {
        padding: 30px;
    }

    .Job .item .jobCon .box .boxtit {
        font-size: 16px;
    }

    .Job .item .jobCon .box .con {
        font-size: 14px;
    }

    .Job .item .jobCon .appbtn {
        position: static;
        width: 120px;
        line-height: 35px;
        font-size: 14px;
        margin-top: 30px;
    }
}

@media(max-width:640px) {
    .Job .item .jobTit dl {
        padding: 0 10px;
    }

    .Job .item .jobCon {
        padding: 10px;
    }

    .Job .item .jobTit dl dd:nth-child(2) {
        display: none;
    }

    .Job .item .jobTit dl dd:nth-child(1) {
        font-size: 14px;
        width: 50%;
    }

    .Job .item .jobTit dl dd:nth-child(3) {
        width: 25%;
    }

    .Job .item .jobTit dl dd:nth-child(4) {
        width: 25%;
    }

    .Job .item .jobCon .appbtn {
        margin: 20px 0;
    }
}

/* 产品展示 */
.Product .ProductNav {
    width: 95%;
    max-width: 14.4rem;
    margin: 0 auto;
    margin-bottom: 0.6rem;
}

.Product .ProductNav ul {
    display: inline-block;
    border-bottom: 1px solid #e5e5e5;
}

.Product .ProductNav ul li {
    display: inline-block;
    margin-right: 0.5rem;
    position: relative;
    line-height: 0.5rem;
    font-size: 0.18rem;
}

.Product .ProductNav ul li:last-child {
    margin-right: 0;
}

.Product .ProductNav ul li::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #91c42f;
    position: absolute;
    left: 0;
    bottom: -1px;
    transition: all .3s;
    -webkit-transition: all .3s;
    transform: rotateY(90deg);
    -webkit-transform: rotateY(90deg);
    opacity: 0;
}

.Product .ProductNav ul li.on::after {
    transform: rotateY(0);
    -webkit-transform: rotateY(0);
    opacity: 1;
}

.Product .ProductNav ul li.on a {
    color: #1424b6;
}

/* .Product .bdcon {
    display: flex;
    align-items: flex-end; 
    justify-content: space-between;
    position: relative;
    background: #f0f2fc;
    align-items: center;
} */

/* .Product .bdcon .img {
    width: 100%;
    padding-top: 6rem;
} */

/* .Product .bdcon .txt {
    width: 5.4rem;
    height:5.85rem;
    box-sizing: border-box;
    padding: 0.5rem 0.4rem;
    overflow: auto;
    text-align: center;
} */

.Product .bdcon {
    padding-right: 3.4rem;
    position: relative;
}

.Product .bdcon .img {
    width: 100%;
    padding-top: 6.35rem;
}

.Product .bdcon .txt {
    width: 3.4rem;
    position: absolute;
    right: 0;
    bottom: 0;
    /* height: 5.85rem; */
    height: 100%;
    background: #f0f2fc;
    box-sizing: border-box;
    padding: 0.5rem 0.4rem;
    overflow: auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.Product .bdcon .txt .tit {
    display: inline-block;
    line-height: 0.43rem;
    border: 1px solid #1424b6;
    border-radius: 0 0.2rem 0 0.2rem;
    padding: 0 0.25rem;
    font-size: 0.2rem;
    color: #1424b6;
}

.Product .bdcon .txt .sub_tit {
    color: #1424b6;
    margin: 0.2rem 0 0.3rem 0;
    text-align: center;
}

.Product .bdcon .txt .con {
    font-size: 0.18rem;
    line-height: 1.8;
    display: inline-block;
    text-align: left;
    width: 100%;
    padding-left: 0.3rem;
}

.Product .bdcon .txt .other {
    margin-top: 0.3rem;
}

.Product .bdcon .txt .other dl::after {
    content: "";
    display: block;
    clear: both;
}

.Product .bdcon .txt .other dl {
    margin-left: -5%;
}

.Product .bdcon .txt .other dl dd {
    box-sizing: border-box;
    padding-left: 15px;
    position: relative;
    margin-left: 5%;
    float: left;
    box-sizing: border-box;
    font-size: 0.18rem;
    margin-bottom: 0.1rem;
    line-height: 0.35rem;
}

.Product .bdcon .txt .other dl dd::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #91c42f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2.5px;
}

@media(max-width:1024px) {
    .Product .bdcon {
        display: block
    }

    .Product .bdcon .img {
        padding-top: 4.5rem;
    }

    .Product .bdcon .txt {
        height: 4rem;
        padding: 30px;
        /* width: 100% */
        overflow: hidden;
    }

    .Product .bdcon .txt .tit {
        font-size: 16px;
        line-height: 38px;
        padding: 0 15px;
    }

    .Product .bdcon .txt .sub_tit {
        margin: 20px 0;
    }

    .Product .bdcon .txt .con {
        font-size: 14px;
    }

    .Product .bdcon .txt .other dl dd {
        font-size: 14px;
        line-height: 30px;
    }
}

@media(max-width:640px) {
    .Product .ProductNav {
        margin-bottom: 20px;
    }

    .Product .ProductNav ul li {
        line-height: 40px;
        font-size: 14px;
        margin-right: 20px;
    }

    .Product .bdcon {
        padding-right: 0;
    }

    .Product .bdcon .img {
        padding-top: 60%;
    }

    .Product .bdcon .txt {
        width: 100%;
        position: static;
        padding: 20px;
        height: auto;
    }

    .Product .bdcon .txt .tit {
        line-height: 32px;
        font-size: 15px;
    }
}

/* 关于我们 */
.pd110 {
    padding: 1.1rem 0;
}

.AboutTit {
    margin-bottom: 1rem;
    text-align: center;
}

.AboutTit .en {
    font-size: 0.4rem;
    color: #ccc;
    opacity: 0.2;
    text-transform: uppercase;
}

.AboutTit .cn {
    font-size: 0.4rem;
    margin-top: 0.1rem;
}

.AboutTit .cn span {
    position: relative;
}

.AboutTit .cn span::after {
    content: '';
    display: none;
    width: 0.22rem;
    height: 0.21rem;
    background: url(../images/titico.png) no-repeat center center;
    background-size: contain;
    position: absolute;
    left: 100%;
    top: -5px;
}

.AboutTit .con {
    font-size: 0.2rem;
    line-height: 0.36rem;
    text-align: left;
    margin-top: 0.2rem;
}

.About {
    background: url(../images/homeprobg.jpg) no-repeat bottom center/cover;
    padding-bottom: 0;
    overflow: hidden;
}

.About .AboutBox {
    margin-top: 1.8rem;
}

.About.active .product_index .icon-quan {
    animation: zhuan 1.5s ease both;
}

.About.active .product_index .txt {
    animation: zhuan1 1.5s ease both;
}

.About.active .product_index dt {
    animation: zhuan 2s ease both;
}

@media(max-width:1024px) {
    .pd110 {
        padding: 60px 0;
    }

    .AboutTit {
        margin-bottom: 30px;
    }

    .AboutTit .en {
        font-size: 25px;
        line-height: 1.5;
    }

    .AboutTit .cn {
        font-size: 25px;
        line-height: 1.5;
    }

    .AboutTit .cn span::after {
        width: 15px;
        height: 14px;
    }

    .AboutTit .con {
        font-size: 14px;
        line-height: 1.8;
    }
}

@media(max-width:640px) {
    .pd110 {
        padding: 30px 0;
    }

    .AboutTit .en {
        font-size: 20px;
        line-height: 1.5;
    }

    .AboutTit .cn {
        font-size: 20px;
        line-height: 1.5;
        font-weight: bold;
    }

    .About .AboutBox {
        margin-top: 1.2rem;
    }
}

.History {
    background: url(../images/historybg.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 0.6rem;
}

.History .slider-for {
    padding: 0 1.8rem;
}

.History .slider-for .item {
    display: flex;
    align-items: center;
}

.History .slider-for .item .year {
    width: 30%;
    font-size: 0.54rem;
    color: #91c42f;
}

.History .slider-for .item .con {
    width: 70%;
    line-height: 0.48rem;
    font-size: 0.2rem;
    min-height: 4.8rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.History .slider-for .item .con ul li {
    padding-left: 25px;
    background: url(../images/hisico.png) no-repeat left top 0.2rem;
}


.History .slider-nav {
    position: relative;
    margin: 0 0.5rem;
    margin-top: 0.15rem;
}

.History .slider-nav::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #c8c9ce;
    position: absolute;
    left: 0;
    top: 50%;
}

.History .slider-nav .item {
    text-align: center;
    line-height: 0.8rem;
    font-size: 0.24rem;
    padding-bottom: 0.8rem;
    position: relative;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
}

.History .slider-nav .item.slick-current {
    font-size: 0.5rem;
}

.History .slider-nav .item:hover {
    font-size: 0.5rem;
}

.History .slider-nav .item:hover a {
    color: #1424b6;
}

.History .slider-nav .item::before {
    content: '';
    display: block;
    width: 19px;
    height: 20px;
    background: url(../images/hisdot.png) no-repeat center center;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

.History .slider-nav .item.slick-current::before {
    background: url(../images/hisdotc.png) no-repeat center center;
}

.History .slider-nav .item.slick-current a {
    color: #91c42f;
}

.History .slider-nav .slick-arrow {
    width: 0.5rem;
    height: 0.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    font-size: 0;
    color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(153, 153, 153, 0.2);
    border-radius: 0 0.1rem 0 0.1rem;
}

.History .slider-nav .slick-arrow.slick-prev {
    left: -0.5rem;
    background-image: url(../images/prev.png);
}

.History .slider-nav .slick-arrow.slick-next {
    right: -0.5rem;
    background-image: url(../images/next.png);
}

.History .slider-nav .slick-arrow:hover {
    background-color: #91c42f;
}

.showMorehandle {
    display: block;
    width: 1rem;
    text-align: center;
    line-height: 0.46rem;
    border-radius: 0.1rem;
    /* background-color: #ddd; */
    clear: both;
    margin: 0px auto;
    cursor: pointer;
    color: #333;
    height: 0.46rem;
}

.showMorehandle span {
    background-image: url(../images/more.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.32rem;
    width: 100%;
    display: block;
    height: 100%;
    background-color: #ddd;
}

/* .showMorehandle:hover {
    background-color: #91c42f;
    color: #fff;
}
.showMorehandle:hover span{
    background-image: url(../images/more_hover.png);
} */

.showMorebtn {
    display: block;
    width: 100%;
    text-align: center;
    border-radius: 0.1rem;
    background-color: #ddd;
    color: #999;
    opacity: 0.9;
    clear: both;
    margin: 0px auto;
}

@media(max-width:1024px) {
    .History .slider-nav {
        margin: 0 38px;
        margin-top: 40px;
    }

    .History .slider-for {
        padding: 0;
    }

    .History .slider-for .item .year {
        font-size: 24px;
        font-weight: bold;
        line-height: 1.8;
    }

    .History .slider-for .item .con {
        font-size: 14px;
        line-height: 28px;
    }

    .History .slider-for .item .con ul li {
        background-position: left 10px;
        background-size: 5px;
        padding-left: 15px;
    }

    .History .slider-nav .item {
        font-size: 18px;
        font-weight: bold;
    }

    .History .slider-nav .slick-arrow {
        width: 38px;
        height: 38px;
    }
}

@media(max-width:640px) {
    .History .slider-for .item {
        display: block;
    }

    .History .slider-for .item .con {
        width: 100%;
    }

    .History .slider-for .item .year {
        width: 100%;
        margin-bottom: 15px;
        font-size: 20px;
    }

    .History .slider-nav .item {
        font-size: 16px;
        line-height: 50px;
        padding-bottom: 50px;
    }
}

.Culture {
    background: url(../images/culturebg.jpg) no-repeat center center;
    background-size: cover;
}

.Culture .AboutTit .en {
    color: #fff;
}

.Culture .AboutTit .cn {
    color: #fff;
}

.Culture .AboutTit .con {
    color: #fff;
}

.Culture .CultureBox li {
    position: relative;
    text-align: center;
}

.Culture .CultureBox li:not(:last-child) .line {
    position: absolute;
}

.Culture .CultureBox li .icon {
    width: 150px;
    margin: 0 auto 0.4rem;
    position: relative;
    transition: 0.3s;
}

/* .Culture .CultureBox li .icon:after{position: absolute;content: ''; width: 9px; height: 9px; top: 0;left: calc(100% + 0.03rem); background: url(../images/add.svg) no-repeat center center; background-size: contain; transform: scale(0); transition: 0.3s;} */
.Culture .CultureBox li .icon img {
    transition: 0.5s;
    max-height: 150px;
}

.Culture .CultureBox li:hover .icon:after {
    transform: scale(1);
}

.Culture .CultureBox li:hover img {
    transform: rotateY(360deg);
}

.Culture .CultureBox li .icon dl {
    display: table;
    width: 100%;
    height: 1rem;
}

.Culture .CultureBox li .icon dt {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.Culture .CultureBox li a {
    color: #fff;
}

.Culture .CultureBox li .tit {
    font-size: 0.22rem;
    line-height: 1.6;
}

.Culture .CultureBox li .dec {
    margin: 0.2rem 0 0 0;
    font-size: 0.18rem;
    line-height: 1.8;
}

.Culture .CultureBox ul {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.Culture .CultureBox li {
    display: table-cell;
    vertical-align: middle;
    width: calc(100% / 4);
}

.Culture .CultureBox li:not(:last-child) .line {
    height: 100%;
    width: 1px;
    border-right: 1px dotted rgba(255, 255, 255, 0.5);
    right: 0;
    top: 0;
}

.Culture .CultureBox li:not(:last-child) .line i {
    position: absolute;
    top: calc(100% + 9px);
    width: 10px;
    height: 9px;
    left: 50%;
    margin-left: -5px;
}

.Culture .CultureBox li:not(:last-child) .line i:before,
.Culture .CultureBox li:not(:last-child) .line i:after {
    position: absolute;
    content: '';
    background-color: #00ca79;
    border-radius: 3px;
}

.Culture .CultureBox li:not(:last-child) .line i:before {
    left: 0;
    width: 100%;
    height: 3px;
    top: 0;
}

.Culture .CultureBox li:not(:last-child) .line i:after {
    width: 3px;
    left: 50%;
    margin-left: -1px;
    top: 0;
    height: 100%;
}

@media (max-width:1024px) {
    .Culture .CultureBox li .icon {
        width: 60px;
    }

    .Culture .CultureBox li .icon dl {
        height: 68px;
    }

    /* .Culture .CultureBox li .icon img {
        max-height: 30px;
        max-width: 25px;
    } */
    .Culture .CultureBox li .icon img {
        max-height: 60px;
        max-width: 50px;
    }

    .Culture .CultureBox li .tit {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .Culture .CultureBox li .dec {
        font-size: 14px;
        margin-top: 5px;
    }

}


@media(max-width:640px) {
    .Culture{
        height: auto !important;
    }
    .Culture .CultureBox li:last-child{
        margin-bottom: 0px !important;
    }
    .Culture .CultureBox ul {
        display: flex;
        flex-wrap: wrap;
    }

    /* .Culture .CultureBox li {
        width: 50%;
        margin-bottom: 30px;
    } */
    .Culture .CultureBox li {
        width: 100%;
        margin-bottom: 30px;
    }
    .Culture .CultureBox li:not(:last-child) .line{
        display: none;
    }

    .Culture .CultureBox li .icon {
        width: 50px;
    }

    .Culture .CultureBox li .icon dl {
        height: 50px;
    }

    .Culture .CultureBox li:nth-child(2) .line {
        display: none;
    }
}


.Honor ul {
    margin-left: -3%;
}

.Honor ul .item {
    background: url(../images/honorboxbg.jpg) no-repeat center center;
    background-size: cover;
    float: left;
    width: 22%;
    margin-left: 3%;
    margin-bottom: 3%;
}

.Honor ul .item .img {
    padding-top: 0.3rem;
    background: url(../images/honorimgbg.png) no-repeat center center;
    background-size: cover;
}

.Honor ul .item .img .imgbox {
    padding-top: 2.6rem;
}

.Honor ul .item .img span {
    align-items: flex-end;
}

.Honor ul .item .img img {
    max-width: 100%;
    width: auto;
    max-height: 2.3rem;
    max-width: 2.3rem;
    height: auto;
    object-fit: contain;
    padding: 10px;
    background: url(../images/honorbg.png) no-repeat center center;
    background-size: 100% 100%;
    position: relative;
}

/* .Honor ul .item:hover .img span,.Honor ul .item:hover .img span img{transform: scale(1);-webkit-transform: scale(1);} */
.Honor ul .item .img .box {
    position: relative;
}

.Honor ul .item .img .box::before {
    content: '';
    display: block;
    width: 110%;
    height: 100%;
    background: url(../images/honoryy.png) no-repeat center center;
    background-size: 100% 100%;
    position: absolute;
    right: 10px;
    bottom: 0;
}

.Honor ul .item .txt {
    line-height: 1.8;
    text-align: center;
    font-size: 0.18rem;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
}

@media(max-width:1024px) {
    .Honor ul .item .img {
        padding-top: 20px;
    }

    .Honor ul .item .img .imgbox {
        padding-top: 2.2rem;
    }

    .Honor ul .item .img img {
        max-height: 1.8rem;
        max-width: 1.8rem;
    }

    .Honor ul .item .txt {
        font-size: 14px;
        height: 70px;
        line-height: 1.5;
        padding: 0 10px;
        white-space: normal;
    }

    .ThreeNav {
        margin-bottom: 30px;
    }

    .ThreeNav ul li a {
        font-size: 14px;
        padding: 0 15px;
        line-height: 38px;
    }
}

@media(max-width:640px) {
    .Honor ul .item {
        width: 47%;
    }

    .Honor ul .item .img img {
        padding: 5px;
        max-width: 80%;
    }

    .ThreeNav {
        margin-bottom: 20px;
    }

    .ThreeNav ul li a {
        font-size: 14px;
        padding: 0 10px;
        line-height: 30px;
    }
}

/* 投资管理 */
.ChanyList ul li {
    margin-bottom: 0.3rem;
    background: #fff;
    box-shadow: 0 0 20px rgba(20, 36, 182, 0.1);
    padding: 0.4rem 0.6rem;
}

.ChanyList ul li a {
    display: block;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.ChanyList ul li .tit {
    font-size: 0.24rem;
}

.ChanyList ul li .date {
    font-size: 0.2rem;
    font-weight: lighter;
    text-align: right;
    line-height: 0.55rem;
    color: #333;
}

.ChanyList ul li .more {
    font-size: 14px;
    color: #333;
}

.ChanyList ul li .more img {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.ChanyList ul li:hover a {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

@media(max-width:1024px) {
    .ChanyList ul li {
        padding: 30px;
    }

    .ChanyList ul li .tit {
        font-size: 16px;
        font-weight: bold;
    }

    .ChanyList ul li .date {
        line-height: 40px;
        font-size: 14px;
    }
}

@media(max-width:640px) {
    .ChanyList ul li .tit {
        margin-bottom: 5px;
    }

    .ChanyList ul li {
        padding: 20px;
    }
}

/* 投资者关系 */
.TzzList ul li {
    margin-bottom: 0.3rem;
    background: #fff;
    box-shadow: 0 0 20px rgba(20, 36, 182, 0.1);
    padding: 0.4rem 0.6rem;
}

.TzzList ul li .tit {
    font-size: 0.24rem;
    transition: all .5s;
    -webkit-transition: all .5s;
    height: 0.35rem;
}

.TzzList ul li .date {
    font-size: 0.2rem;
    font-weight: lighter;
    text-align: right;
    line-height: 0.55rem;
    color: #333;
}

.TzzList ul li .more {
    font-size: 14px;
    color: #333;
}

.TzzList ul li .more img {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.TzzList ul li:hover .tit {
    font-size: 0.26rem;
}

.TzzList ul li:hover .tit a {
    color: #1322af;
}

.TzzList ul li .date a.pdf {
    display: inline-block;
    padding-right: 0.5rem;
    margin-right: 0.5rem;
    position: relative;
}

.TzzList ul li .date a.pdf::before {
    content: '';
    display: block;
    width: 1px;
    height: 0.3rem;
    background: #ebebeb;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -0.15rem;
}

.TzzList ul li .date a.pdf img {
    display: inline-block;
    margin-right: 8px;
    max-height: 0.3rem;
    position: relative;
    top: -1px;
}

@media(max-width:1024px) {
    .TzzList ul li {
        padding: 30px;
    }

    .TzzList ul li .tit {
        font-size: 16px;
        font-weight: bold;
        height: 24px;
    }

    .TzzList ul li .date {
        line-height: 40px;
        font-size: 14px;
    }
}

@media(max-width:640px) {
    .TzzList ul li .tit {
        margin-bottom: 5px;
    }

    .TzzList ul li {
        padding: 20px;
    }

    .TzzList ul li .date a.pdf {
        padding-right: 12px;
        margin-right: 12px;
    }

    .TzzList ul li .date a.pdf img {
        max-height: 18px;
    }
}

.sitemap li {
    padding: 1% 0;
    width: 100%;
    display: table;
    border-bottom: solid 1px #eee
}

.sitemap em,
.sitemap dd {
    display: table-cell
}

.sitemap em {
    width: 80px;
}

.sitemap dd {
    display: inline-block;
    padding-left: 20px;
    opacity: 0.6
}

.PopUpForm {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
    z-index: 101;
    overflow: auto;
    display: none
}

.PopUpForm .ytable {
    width: 100%;
    height: 100%;
    display: table
}

.PopUpForm .ytable-cell {
    display: table-cell;
    vertical-align: middle
}

.PopUpForm .form_item {
    padding: 3%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #f5f5f5
}

.PopUpForm .form_item .close {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    right: 2%;
    top: 2%;
    background: url(../images/close.png)
}

.PopUpForm .item_box {
    position: relative;
    padding: 10px 0
}

.PopUpForm .form_err {
    color: #da3924
}

.PopUpForm .name {
    padding: 3px 22px;
    display: inline-block
}

.PopUpForm .tips {
    position: absolute;
    line-height: 50px;
    padding: 0px 22px;
    color: #666666;
    font-size: 14px;
    opacity: 0.5;
}

.PopUpForm .text {
    width: 100%;
    height: 50px;
    background: #fff;
    border: none;
    padding: 0px 10px;
}

.PopUpForm textarea.text {
    height: 100px;
}

.PopUpForm .item_btn {
    text-align: center;
    padding-top: 3%
}

.PopUpForm .item_btn .btn {
    display: inline-block;
    line-height: 50px;
    max-width: 180px;
    width: 40%;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #91c42f;
    border: none
}

.PopUpForm .item_btn .btn:hover {
    background: #6e9f10
}

.PopUpForm .item_btn .btn:not(.btn_submit) {
    opacity: 0.5
}

.PopUpForm .queueList {
    margin: 0;
    border: none
}

.PopUpForm .fonttip {
    position: absolute;
    text-align: left;
    top: 0;
    color: #999;
    padding: 0px 22px;
    font-size: 14px;
    line-height: 50px;
    width: 70%;
    background: #fff;
}

.PopUpForm .filetip {
    display: none
}

.PopUpForm .placeholder {
    padding-top: 0px;
    min-height: inherit
}

.PopUpForm .webuploader-container {
    margin: auto;
    width: 168px;
    z-index: 5;
    float: right;
}

.PopUpForm .placeholder .webuploader-pick {
    line-height: 50px;
    padding-left: 40px;
    padding-right: 20px;
    background: #91c42f url(../images/uploader.png) no-repeat 10px;
    margin: 0;
    font-size: 14px;
}

.PopUpForm .statusBar .btns .uploadBtn {
    background: #91c42f;
}

.PopUpForm #JobName {
    font-size: 18px;
    color: #2e4da3;
    font-weight: bold
}

@media(max-width:768px) {
    .PopUpForm .item_box {
        padding: 5px 0
    }

    .PopUpForm .name {
        padding: 0px 6px
    }

    .PopUpForm .tips {
        line-height: 40px;
        padding: 0 6px;
    }

    .PopUpForm .text {
        height: 40px;
    }

    .PopUpForm .fonttip,
    .PopUpForm .placeholder .webuploader-pick {
        line-height: 40px;
    }
}




/*RighInfo002924 */
.RighInfo002924 {
    padding: 100px;
    background-size: cover;
}

.RighInfo002924 .auto {
    max-width: 1400px;
}

.RighInfo002924 .box-1 {
    background: #fff;
    margin-bottom: 1.786%;
}

.RighInfo002924 .box-1 .info {
    background: url("../images/RighInfo002924_bg.png") no-repeat right 30% bottom 40%;
    background-size: auto 70%;
}

.RighInfo002924 .box-1 figure {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 37%;
}

.RighInfo002924 .box-2 dl dd {
    font-size: 15px;
    color: #fff;
    margin: 5px 0;
}

.RighInfo002924 .box-2 dl dd img {
    max-width: 25px;
    margin-right: 15px;
}

.RighInfo002924 .box-2 li {
    position: relative;
}

.RighInfo002924 .box-2 li:not(.no)::after {
    content: "";
    display: block;
    width: 1px;
    height: 46%;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.RighInfo002924 .box-2 li:not(.no) {
    padding: 1.344vw;
}

.RighInfo002924 .box-2 li .inner>* {
    margin: 0;
}

.RighInfo002924 .box-2 li h3 {
    color: #000;
    font-size: 18px;
}

.RighInfo002924 .box-2 li h3:after {
    display: block;
    content: '';
    height: 2px;
    width: 20px;
    background: #a5894b;
    margin: 10px 0;
}

.RighInfo002924 .box-2 li .inner p {
    color: #5f5f5f;
    line-height: 1.428em;
}

.RighInfo002924 .box-2 li:last-child::after {
    display: none;
}

@media(min-width:769px) {
    .RighInfo002924 .box-2 ul {
        display: table;
        width: 100%;
        table-layout: fixed;
    }

    .RighInfo002924 .box-2 li {
        display: table-cell;
        vertical-align: middle;
        width: 32.143%;
    }

    .RighInfo002924 .box-2 li.no {
        width: 1.786%;
    }

    .RighInfo002924 .box-2 li .icon {
        width: 25%;
    }
}

@media(max-width:768px) {
    .RighInfo002924 .box-2 li .icon {
        width: 90px;
    }

    .RighInfo002924 .box-2 li.no {
        height: 3vw;
    }

    .RighInfo002924 .box-2 li .inner {
        padding-left: 4vw;
    }
}

@media(max-width:480px) {
    .RighInfo002924 .box-2 li .icon {
        width: 30%;
    }

    .RighInfo002924 .box-2 li h3 {
        font-size: 5vw;
    }

    .RighInfo002924 .box-2 li .inner p {
        font-size: 3.5vw;
    }
}



/*Floor003202 */
.Floor003202 {
    background: url(../images/Floor003202-bg.jpg) no-repeat center center;
    background-size: 100% 100%;
    font-family: 'HarmonyOS_Sans_SC';
    overflow: hidden;
    padding: 5% 0;
}

.Floor003202 .w1440 {
    position: relative;
    min-height: calc(860 / 16 * 1em);
    padding-top: calc(180 / 16 * 1em);
}

.Floor003202 .main {
    max-width: calc(860 / 16 * 1em);
    margin: 0 auto;
    width: 90%;
    text-align: center;
    color: #333;
    position: relative;
    z-index: 40;
}

.Floor003202 .title {
    font-size: calc(24 / 16 * 1em);
    margin-bottom: calc(79 / 24 * 1em);
}

.Floor003202 .intro-1 {
    font-size: calc(44 / 16 * 1em);
    line-height: calc(56 / 44 * 1em);
    margin-bottom: 0.8em;
}

.Floor003202 .intro-2 {
    line-height: calc(28 / 16 * 1em);
    font-family: 'HarmonyOS_Sans_SC_Light';
    min-height: calc(140 / 16 * 1em);
    margin-bottom: calc(58 / 16 * 1em);
}

.Floor003202 .index-more a {
    display: inline-block;
    color: #1424b6;
    border: solid 2px #1424b6;
    line-height: calc(60 / 16 * 1em);
    border-radius: calc(60 / 16 * 1em);
    padding: 0 calc(57 / 16 * 1em) 0 calc(19 / 16 * 1em);
    background: url(../images/Floor003202-more.svg) no-repeat right calc(21 / 16 * 1em) center;
    background-size: calc(12 / 16 * 1em) auto;
    transition: 0.3s;
}

.Floor003202 .index-more a:hover {
    background-color: #1424b6;
    color: #fff;
    background-image: url(../images/Floor003202-more-on.svg);
}

.Floor003202 .pic-group dd {
    position: absolute;
    z-index: 1;
    text-align: center;
}

.Floor003202 .pic-group dd.s {
    width: calc(150 / 16 * 1em);
}

.Floor003202 .pic-group dd.m {
    width: calc(210 / 16 * 1em);
}

.Floor003202 .pic-group dd.l {
    width: calc(300 / 16 * 1em);
}

.Floor003202 .pic-group dd .Ispic {
    padding-bottom: 30%;
    border-radius: calc(20 / 16 * 1em);
    position: relative !important;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.Floor003202 .pic-group dd.l .Ispic {
    padding-bottom: calc(250 / 300 * 100%);
    background-size: cover;
}

.Floor003202 .pic-group dd:nth-child(1) {
    top: calc(295 / 860 * 100%);
    right: 96%;
}

.Floor003202 .pic-group dd:nth-child(2) {
    top: calc(175 / 860 * 100%);
    left: calc(190 / 1600 * 100%);
}

.Floor003202 .pic-group dd:nth-child(3) {
    top: calc(240 / 860 * 100%);
    left: calc(1279 / 1600 * 100%);
}

.Floor003202 .pic-group dd:nth-child(4) {
    top: calc(90 / 860 * 100%);
    left: calc(1430 / 1600 * 100%);
}

.Floor003202 .pic-group dd:nth-child(5) {
    bottom: calc(160 / 860 * 100%);
    left: calc(140 / 1600 * 100%);
}

.Floor003202 .pic-group dd:nth-child(6) {
    bottom: calc(0 / 860 * 100%);
    right: 0;
    width: calc(350 / 16 * 1em);
}

/* .Floor003202 .pic-group dd:nth-child(7){bottom: calc(20 / 860 * 100%); right: 95%;width: calc(150 / 16 * 1em);} */
@media (min-width:1025px) {
    .Floor003202 .auto {
        min-height: calc(860 / 16 * 1em);
        padding-top: calc(180 / 16 * 1em);
    }
}

@media (max-width:1024px) {
    .Floor003202 .index-more {
        font-size: 0.9em;
    }

    .Floor003202 .index-more a {
        line-height: 3;
    }

    .Floor003202 .auto {
        padding: 4em 0;
    }

    .Floor003202 .intro-1 {
        font-size: 1.5em;
    }

    .Floor003202 .pic-group dd.s {
        width: 3em;
    }

    .Floor003202 .pic-group dd.m {
        width: 5em;
    }

    .Floor003202 .pic-group dd.l {
        width: 7em;
    }

    .Floor003202 .pic-group dd .Ispic {
        border-radius: 0.3em;
        opacity: 0.5;
    }

    .Floor003202 .pic-group dd:nth-child(1) {
        top: 3%;
        right: calc(100%);
    }

    .Floor003202 .pic-group dd:nth-child(2) {
        top: 22%;
        left: 5%;
    }

    .Floor003202 .pic-group dd:nth-child(3) {
        top: 20%;
    }

    .Floor003202 .pic-group dd:nth-child(4) {
        top: 2%;
        left: calc(100%);
    }

    .Floor003202 .pic-group dd:nth-child(5) {
        bottom: 5%;
    }

    .Floor003202 .pic-group dd:nth-child(6) {
        bottom: 5%;
    }
}



/*Floor002889 */
.Floor002889 {
    background: url(../images/homeprobg.jpg) no-repeat center center;
    overflow: hidden;
    background-size: cover;
}

.Floor002889 .auto {
    position: relative;
    z-index: 1;
    width: 96%;
    max-width: 1600px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.Floor002889 .slider-txt .num {
    font-size: 60px;
    color: rgba(234, 91, 2, 0.1);
}

.Floor002889 .slider-txt .name {
    color: #1424b6;
    padding: 1.5vw 0 2.3vw 0;
    font-style: italic;
}

.Floor002889 .slider-txt .name .cn {
    font-size: 40px;
    font-family: 'SourceHanSansCN-Heavy';
    font-style: normal;
}

.Floor002889 .slider-txt .name .en {
    font-size: 36px;
    text-transform: uppercase;
}

.Floor002889 .slider-txt pre {
    line-height: 1.875em;
    font-size: 16px;
    width: 100%;
    word-wrap: break-word;
    white-space: normal;
    color: #333;
    font-family: Microsoft YaHei, Arial, sans-serif;
    ;
}

.Floor002889 .slider-txt .btn {
    padding-top: 2vw;
}

.Floor002889 .slider-txt .slick-arrow {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 1px solid #ea5b02;
    z-index: 2;
    position: relative;
}

.Floor002889 .slider-txt .slick-arrow:before {
    position: absolute;
    content: '';
    width: 20%;
    height: 20%;
    border-left: 2px solid #ea5b02;
    border-top: 2px solid #ea5b02;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    left: 40%;
    top: 40%;
}

.Floor002889 .slider-txt .slick-next:before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.Floor002889 .slider-txt .slick-prev {
    margin-right: 36px;
}

.Floor002889 .slider-txt .slick-disabled {
    border-color: #efefef;
    cursor: default;
}

.Floor002889 .slider-txt .slick-disabled:before {
    border-color: #bbb;
}


.slider-right {
    position: absolute;
    right: 0;
    z-index: 99;
}

.slider-right dl dd {
    display: flex;
    align-items: center;
    margin: 50px 0;
}

.slider-right dl dd .icon_left {
    margin-right: 20px;
    max-width: 50px;
    width: 10%;
}

.slider-right dl dd .icon_left img {
    max-height: 50px;
    transform: rotate(0);
    transition: all .3s;
}

.slider-right dl dd:hover img {
    transform: rotate(180deg);
}

.slider-right dl dd p {
    font-size: 30px;
    color: #333;
    width: 90%;
}


@media(max-width:768px) {
    .Floor002889 .slider-txt .slick-arrow {
        width: 8vw;
        height: 8vw;
    }

    .Floor002889 .slider-txt .slick-prev {
        margin-right: 5vw;
    }
}

.Floor002889 .dot-icon .slick-dots li {
    list-style: none;
    margin: 15px 0;
}

.Floor002889 .dot-icon .slick-dots li.slick-active button {
    background: rgb(20, 36, 182);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(20, 36, 182, 1) 0%, rgba(20, 36, 182, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(20, 36, 182, 1) 0%, rgba(20, 36, 182, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(20, 36, 182, 1) 0%, rgba(20, 36, 182, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1424b6', endColorstr='#1424b6', GradientType=1);
    /* IE6-9 */
}

.Floor002889 .dot-icon .slick-dots li button {
    border: 0;
    background: none;
    border-radius: 80px;
    padding: 0 10px;
    height: 80px;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.Floor002889 .dot-icon .slick-dots li button>* {
    display: inline-block;
    vertical-align: middle;
}

.Floor002889 .dot-icon .slick-dots li b {
    font-family: 'SourceHanSansCN-Bold';
    color: #1424b6;
    font-size: 24px;
    margin-left: 15px;
}

.Floor002889 .dot-icon .slick-dots li.slick-active b {
    color: #fff;
}

.Floor002889 .dot-icon .slick-dots li i {
    border-radius: 50%;
    background: rgb(255, 244, 237);
    /* Old browsers */
    background: -moz-linear-gradient(45deg, rgba(255, 244, 237, 1) 0%, rgba(255, 211, 183, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(45deg, rgba(255, 244, 237, 1) 0%, rgba(255, 211, 183, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, rgba(255, 244, 237, 1) 0%, rgba(255, 211, 183, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff4ed', endColorstr='#ffd3b7', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

.Floor002889 .dot-icon .slick-dots li img {
    display: block;
    width: 100%;
}

.Floor002889 .slider-pic {
    width: 30.479vw;
    height: 30.479vw;
    margin: 7.147vw auto;
    position: relative;
    box-shadow: 0 20px 40px rgba(20, 36, 182, 0.34);
    border-radius: 50%;
    z-index: 1;
}

.Floor002889 .slider-pic ul .slick-list,
.Floor002889 .slider-pic ul .slick-track,
.Floor002889 .slider-pic ul li,
.Floor002889 .slider-pic ul {
    height: 100%;
}

.Floor002889 .slider-pic .Ispic {
    height: 100%;
    border-radius: 50%;
}

.Floor002889 .slider-pic .quan i {
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(20, 36, 182, .05);
    z-index: 2;
}

.Floor002889 .slider-pic .quan i:nth-child(1) {
    left: -5%;
    right: -5%;
    top: -5%;
    bottom: -5%;
}

.Floor002889 .slider-pic .quan i:nth-child(2) {
    left: -17%;
    right: -17%;
    top: -17%;
    bottom: -17%;
    animation: orbit linear 30s infinite;
}

.Floor002889 .slider-pic .quan i:nth-child(2):before {
    position: absolute;
    content: '';
    width: 14px;
    height: 14px;
    border-radius: 50%;
    right: 11.5%;
    top: 16%;
    box-shadow: 6px 0 10px rgba(20, 36, 182, 0.3);
    background: rgb(20, 36, 182);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgba(20, 36, 182, 1) 0%, rgba(20, 36, 182, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(20, 36, 182, 1) 0%, rgba(20, 36, 182, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(20, 36, 182, 1) 0%, rgba(20, 36, 182, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa54e', endColorstr='#ea5b02', GradientType=1);
    /* IE6-9 */
}

.Floor002889 .slider-pic .quan i:nth-child(3) {
    left: -35%;
    right: -35%;
    top: -35%;
    bottom: -35%;
}

.Floor002889 .slider-pic .quan i:nth-child(4) {
    left: -1px;
    right: -1px;
    top: -1px;
    bottom: -1px;
    box-shadow: 0 -9px 2px #1424b6 inset;
    border: 0;
    transform: rotate(-42deg);
    -webkit-transform: rotate(-42deg);
    -ms-transform: rotate(-42deg);
    background: -moz-linear-gradient(170deg, rgba(20, 36, 182, 0) 0%, rgba(20, 36, 182, 0) 42%, rgba(20, 36, 182, 0.9) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(170deg, rgba(20, 36, 182, 0) 0%, rgba(20, 36, 182, 0) 42%, rgba(20, 36, 182, 0.9) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(170deg, rgba(20, 36, 182, 0) 0%, rgba(20, 36, 182, 0) 42%, rgba(20, 36, 182, 0.9) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ff7118', endColorstr='#e6ff7118', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
}

@-webkit-keyframes orbit {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(-1turn);
        transform: rotate(-1turn)
    }
}

@media(min-width:1025px) {

    .Floor002889 .dot-icon,
    .Floor002889 .slider-txt {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        z-index: 10;
    }

    .Floor002889 .slider-txt {
        left: 0;
        width: 30%;
        max-width: 348px;
    }

    .Floor002889 .dot-icon {
        right: 0;
        width: 210px;
    }
}

@media(max-width:1024px) {
    .Floor002889 .dot-icon {
        overflow: hidden;
    }

    .Floor002889 .dot-icon li {
        float: left;
        width: 20%;
    }

    .Floor002889 .dot-icon .slick-dots li button {
        height: auto;
        padding: 1vw;
        text-align: center;
    }

    .Floor002889 .dot-icon .slick-dots li i {
        width: 4vw;
        display: block;
        margin: 0 auto 0.5vw;
    }

    .Floor002889 .dot-icon .slick-dots li b {
        font-size: 2.2vw;
        margin-left: 1vw;
    }

    .Floor002889 .slider-pic {
        width: 50vw;
        height: 50vw;
        margin: 0 auto 10vw;
    }

    .Floor002889 .slider-pic .quan i:nth-child(2):before {
        width: 12px;
        height: 12px;
        right: 11%;
        top: 15%;
    }
}

@media(max-width:640px) {
    .Floor002889 .dot-icon .slick-dots li b {
        font-size: 3vw;
    }

    .Floor002889 .slider-txt .num {
        font-size: 9vw;
    }

    .Floor002889 .slider-txt .name .cn {
        font-size: 7vw;
    }

    .Floor002889 .slider-txt .name .en {
        font-size: 5vw;
    }

    .Floor002889 .slider-txt pre {
        font-size: 3vw;
    }
}


.zzjg {
    padding: 3% 0;
}

.zzjg img {
    width: 100%;
}

/* 产业生态 */
.industryList .list {
    background-color: #f8f8f8;
    margin-left: -5px;
    display: flex;
    flex-wrap: wrap;
}

.industryList .list * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.industryList .list .item {
    flex: 1;
    padding-left: 5px;
    transition: all 0.5s;
    flex: 1;
}

.industryList .list .item a {
    display: block;
    position: relative;
}

.industryList .list .imgbox {
    padding-top: 28.125vw;
    transition: all 0.5s;
}

.industryList .list .imgbox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.industryList .list .imgbox:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    background-color: rgba(24, 24, 24, 0.3);
    transition: all 0.5s;
}

.industryList .list .imgbox:before {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    z-index: 2;
    content: "";
    background: rgba(0, 71, 157, 0.3);
    transition: all 0.5s;
    opacity: 0;
}

.industryList .list .info {
    position: absolute;
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 0 0.3rem;
    transition: all 0.5s;
    width: 100%;
    text-align: center;
    padding: 0.4rem;
}

.industryList .list .info aside {
    font-size: 20px;
}

.industryList .list .info .desc {
    display: none;
}

.industryList .list .info .desc aside {
    padding-bottom: 0.08rem;
}

.industryList .list .info .desc img {
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin-right: 5px;
}

.industryList .list .info .desc p {
    margin-top: 0.1rem;
}

.industryList .list .desc {
    margin-top: 0.07rem;
}

.industryList .list .item:hover .imgbox:after {
    opacity: 0;
    height: 0;
}

.industryList .list .item:hover .imgbox:before {
    opacity: 1;
    height: 100%;
}

.industryList .list .item:hover .info {
    left: 0;
    text-align: left;
    transform: translate(0, -50%);
}

.industryList .list .item:hover .info .ti {
    display: none;
}

.industryList .list .item:hover .info .desc {
    display: block;
}

.industryList .list .item:hover {
    flex: 3;
}

@media(max-width:768px) {
    .industryList .list .item {
        flex: none !important;
        width: 100%;
        padding-bottom: 5px;
    }

    .industryList .list .imgbox {
        padding-top: 70%;
    }

    .industryList .list .info aside {
        font-size: 16px;
    }
}

.Main2 .w1440 {
    width: 100% !important;
    max-width: 100% !important;
}

.slick-track {
    position: relative;
}

/* .HomeTitP{
    position: absolute;
    top: 12%;
    z-index: 999;
    color: #fff;
    height: auto;
} */
/* .HomeTitP .tit span{
    color: #91c42f;
} */
.Main2 {
    padding-bottom: 0px;
}

@media screen and (max-width:1024px) {
    .HomePart .HomePartBox li:not(:last-child) {
        margin-right: 1rem;
    }

    .HomePart .HomePartBox li {
        border-radius: 50%;
        width: 1.5rem;
        height: 1.5rem;
        font-size: 14px;
    }

    .HomePart .HomePartBox li img {
        width: 0.45rem;
    }
}

.TechnologyBox .slick-list {
    width: 100% !important;
}

.TechnologyBox .slick-track {
    width: 100% !important;
}

.TechnologyBox .Technology .boxs-group .box {
    width: 100% !important;
}

.intro {
    display: none;
}

.Product .bd {
    width: 95%;
    max-width: 14.4rem;
    margin: 0 auto;
    margin-bottom: 0.8rem;
}

/*Banner002766 */
.Banner002766 {}

/*slick Basic*/
.Banner002766 .slick-slider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.Banner002766 .slick-list {
    position: relative;
    z-index: 1;
    display: block;
    overflow: hidden;
}

.Banner002766 .slick-list:focus {
    outline: none
}

.Banner002766 .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.Banner002766 .slick-slider .slick-track,
.Banner002766 .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.Banner002766 .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.Banner002766 .slick-track:before,
.Banner002766 .slick-track:after {
    display: table;
    content: '';
}

.Banner002766 .slick-track:after {
    clear: both;
}

.Banner002766 .slick-loading .slick-track {
    visibility: hidden;
}

.Banner002766 .slick-slide {
    display: none;
    float: left;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.Banner002766 .slick-slide .slick-loading img {
    display: none;
}

.Banner002766 .slick-slide .dragging img {
    pointer-events: none;
}

.Banner002766 .slick-initialized .slick-slide {
    display: block;
}

.Banner002766 .slick-loading .slick-slide {
    visibility: hidden;
}

.Banner002766 .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.Banner002766 .slick-arrow .slick-hidden {
    display: none;
}

/*slick Basic End*/

.Banner002766 .slick-list li {
    position: relative;
}

.Banner002766 .slick-list li a {
    display: block;
}

.Banner002766 .slick-list li img {
    display: block;
    width: 100%;
}

.Banner002766 .slick-list li .txt-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
}

.Banner002766 .slick-list li .txt-main .auto {
    max-width: 1720px;
    height: 100%;
    position: relative;
}

.Banner002766 .slick-list li .txt-main .auto img {
    height: 100%;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    opacity: 0;
    -webkit-opacity: 0;
    transition: 0.5s 0.5s;
}

.Banner002766 .slick-list li .url {
    position: absolute;
    width: 40%;
    max-width: 308px;
    font-size: 20px;
    z-index: 20;
    color: #fff;
    transition: 0.3s 0.5s;
    text-align: center;
    line-height: 65px;
    transform: translateY(30px);
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    opacity: 0;
    -webkit-opacity: 0;
    transition: 0.5s 0.8s;
}

.Banner002766 .slick-list li.ani-show .txt-main .auto img,
.Banner002766 .slick-list li.ani-show .url {
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    opacity: 1;
    -webkit-opacity: 1;
}

.Banner002766 .slick-list li .url:before,
.Banner002766 .slick-list li .url:after {
    position: absolute;
    content: '';
    height: 1px;
    width: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.5s;
}

.Banner002766 .slick-list li .url:before {
    left: 0;
    top: 0;
}

.Banner002766 .slick-list li .url:after {
    right: 0;
    bottom: 0;
}

.Banner002766 .slick-list li .url:hover:before,
.Banner002766 .slick-list li .url:hover:after {
    width: 0;
}

.Banner002766 .slick-list li .url:hover {
    background: #000;
}

.Banner002766 .slick-list li .url span {
    display: inline-block;
    background: url(../images/Banner002766_more.png) no-repeat right center;
    padding-right: 40px;
    transition: 0.3s;
}

.Banner002766 .slick-list li .url:hover span {
    background: none;
    padding: 0;
}

.Banner002766 .slick-dots {
    position: absolute;
    left: 0;
    z-index: 10;
    width: 100%;
    bottom: 5%;
    text-align: center;
}

.Banner002766 .slick-dots li button {
    display: none;
}

.Banner002766 .slick-dots li {
    display: inline-block;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    position: relative;
}

.Banner002766 .slick-dots li.slick-active:after {
    content: '';
    position: absolute;
    background: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    margin: -4px 0 0 -4px;
}

.Banner002766 .slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    background: none;
    border: 0;
    font-size: 0;
    height: 0.3rem;
    width: 0.3rem;
    margin-top: -0.15rem;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    cursor: pointer;
}

.Banner002766 .slick-prev {
    left: 3%;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
}

.Banner002766 .slick-next {
    right: 3%;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

@media(max-width:1024px) {
    .Banner002766 .slick-arrow {
        height: 30px;
        width: 30px;
        margin-top: -15px;
    }

    .Banner002766 .slick-list li .url {
        line-height: 40px;
        max-width: 200px;
        font-size: 16px;
    }
}

@media(max-width:640px) {
    .Banner002766 .slick-dots li {
        width: 10px;
        height: 10px;
        margin: 0 2px;
    }

    .Banner002766 .slick-dots li.slick-active:after {
        width: 4px;
        height: 4px;
        margin: -2px 0 0 -2px;
    }

    .Banner002766 .slick-arrow {
        display: none !important;
    }
}

@media(max-width:480px) {
    .Banner002766 .slick-list li .url {
        line-height: 28px;
        max-width: 120px;
        font-size: 12px;
    }

    .Banner002766 .slick-list li .url span {
        padding-right: 30px;
    }
}


.industryListImg {
    height: 6.5rem !important;
}

.industryListDL {
    width: 90%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.35);
    position: absolute;
    bottom: 0px;
    padding: 0.4rem;
    box-sizing: border-box;
    left: 5%;
    min-height: 1.8rem;
    box-sizing: border-box;
}

.industryListDL dd {
    width: 100%;
    display: flex;
    flex-direction: row;
    color: #333;
    font-size: 0.18rem;
    margin-top: 0.1rem;
    align-items: center;
    flex-wrap: wrap;
}

.industryListDL dd div {
    margin-right: 0.2rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.industryListDL dd div span {
    font-size: 0.26rem;
    color: #91c42f;
    font-weight: bold;
    margin-left: 0.05rem;
    margin-right: 0.05rem;
}

.industryListDL dl {
    width: 100%;
}

.Technology .HomeTit {
    display: none;
}

.industryListDL dt {
    font-size: 0.26rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.2rem;
    cursor: pointer;
    text-align: left;
    width: 100%;
}

.Banner002766 .slick-dots {
    display: none !important;
}

.industryListDL:hover dd {
    color: #333;
}

.industryListDL:hover dt {
    color: #333;
}

.polite a:hover dt {
    color: #333;
}

.polite a:hover dd {
    color: #333;
}

.Banner002766 .slick-list li a {
    display: block;
    color: #333;
}

.Banner002766 .slick-arrow:hover {
    border-color: #91c42f;
}

::-webkit-scrollbar{
	width: 8px; height:8px;-webkit-overflow-scrolling : touch;
	background-color: #e6e6e6;}
::-webkit-scrollbar-track{
	background-color: #e6e6e6;}
::-webkit-scrollbar-thumb{
	border-radius: 10px;
	background-color: #58504a;}
::-webkit-scrollbar-button{
	height: 0px;
	background-color: #e6e6e6;}

/*Banner002880 */
.Banner002880 {
    margin: 0 auto;
}

.Banner002880 .slider {
    overflow: hidden;
}

.Banner002880 .small {
    text-align: center;
    height: 0.8rem;
    display: flex;
    justify-content: center;
    margin-top: -0.4rem;
    z-index: 2;
    position: relative;
    padding-left: 0.3rem;
    padding-right: 0.3rem;width:100%;overflow: auto;

}

.Banner002880 .small::-webkit-scrollbar-thumb{
    background-color: #91c42f;
    cursor: pointer;
}

.Banner002880 .small .slick-dots {
    margin: 0 auto;
    flex-wrap: wrap;
    white-space: nowrap;width:100%;
}

.Banner002880 .small li {
    display: inline-block;
    list-style: none;
    margin: 0 4px;
}

.Banner002880 .small li button {
    padding: 0;
    cursor: pointer;
    border: 0;
    background-color: transparent;
}


.Banner002880 .slick-arrow {
    display: none !important;
}

.Banner002880 .slick-prev {
    display: none !important;
}

.Banner002880 .slick-next {
    display: none !important;
}

.Banner002880 .slick-slide img {
    display: block;
    height: 6.5rem;
    object-fit: cover;
    width: 100%;
}
.Banner002880 .slick-dots span{
    width: auto;
    background-image: url(../images/blue_bg3.png);
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: 100% 100%;
    color: #ffffff;
    background-repeat: no-repeat;
    padding: 0 0.3rem;
}

.AboutTit2{
    padding-top: 1.1rem;
}
.Culture{
    height: 6.5rem;
    display: flex;
    align-items: center;
}
.Banner002880 .small li button:hover span{
    margin-top: -5px;
}
.Banner002880 .small li.slick-active button span{
    margin-top: -5px;
}
.Banner002880 .small li button span{
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
@media screen and (max-width:1024px){
    .Banner002880 .small::-webkit-scrollbar-button{display: none;}
    .Banner002880 .small {
        height: auto;
        margin-top: 0;overflow: auto;padding:0;
    }
    .Banner002880 .small .slick-dots{flex-wrap: nowrap;}
    .Banner002880 .small li{
        margin-top: 0.1rem;
    }
    .Banner002880 .small li button:hover span{
        margin-top: 0px;
    }
    .Banner002880 .small li.slick-active button span{
        margin-top: -5px;
    }
    .Banner002880 .small li button span{
        transition: all 0s ease;
        -webkit-transition: all 0s ease;
        -moz-transition: all 0s ease;
        -ms-transition: all 0s ease;
        -o-transition: all 0s ease;
}
}
@media screen and (max-width:768px){
    .Banner002880 .slick-slide img{
        height: auto;
        object-fit: fill;
    }
    .AboutTit2 {
        padding-top: 30px;
    }
    /* .Banner002880 .small {
        height: 1.6rem;
        margin-top: -1.6rem;
    } */
    .Banner002880 .slick-dots span{height:30px;font-size: 12px;}
}

