.home-banner {
    position: relative;
    width: 100%;
}

.home-banner ul li {
    position: relative;
}

.home-banner ul li img.banner {
    position: relative;
    width: 100%;
    transition: all 0.5s;
}

.home-banner ul li.swiper-slide-active img.banner {
    opacity: 1;
    transform: scale(1.05);
}

.home-banner .pagination-banner {
    bottom: 10% !important;
}

.home-banner .pagination-banner span {
    width: 2px;
    height: 10px;
    border-radius: 0px;
    background: #fff;
    opacity: 1;
    margin: 0 6px;
    padding: 1px;
    position: relative;
    margin: 0 7px !important;
}

.home-banner .pagination-banner span.swiper-pagination-bullet-active {
    width: 4px;
    height: 16px;
}


.home-banner .swiper-bottom {
    position: absolute;
    bottom: 50%;
    right: 0px;
    width: 100%;
    padding: 0;
    z-index: 2;
}

.swiper-relative {
    position: relative;
    height: 50px;
    overflow: hidden;
}

.swiper-relative div {
    position: absolute;
    width: 43px;
    height: 43px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 100%;
    cursor: pointer;
}

.home-banner .swiper-banner-prev {
    background: url(../images/left.svg) center no-repeat;
    left: 2%;
}

.home-banner .swiper-banner-next {
    background: url(../images/right.svg) center no-repeat;
    right: 2%;
}

.home-banner .swiper-button-disabled {
    opacity: 0.35;
}

/*下拉提示*/
.go-more {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    height: 100px;
    animation: go-more 0.3s linear infinite;
}

.srolling {
    width: 24px;
    height: 34px;
    position: absolute;
    left: 50%;
    bottom: 5%;
    margin-left: -12px;
    border-radius: 30px;
    border: 1px solid #fcede4;
    cursor: pointer;
}

.srolling span {
    position: relative;
    width: 100%;
    height: 100%;
    display: block;
}

.srolling i {
    height: 8px;
    width: 2px;
    position: absolute;
    left: 50%;
    top: 10%;
    margin-left: -1px;
    background: #fff;
    animation: srolling 1000ms infinite ease-out;
    -webkit-animation: srolling 1000ms infinite ease-out;
}

@keyframes srolling {
    0% {
        height: 8px;
        top: 10%;
        opacity: 1;
    }

    100% {
        height: 3px;
        top: 85%;
        opacity: 0;
    }
}

/*下拉提示 end*/

#index_ready {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

#index_ready .home-title {
    padding-bottom: 0;
}

#index_ready .home-title .count {
    background-color: var(--dataColor);
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 20px
}

#index_ready form .list {
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}

#index_ready form .list input {
    width: calc(33.33% - 20px);
    height: 40px;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: box-sizing;
    background: #f6f6f6;
}

#index_ready form>input {
    background-color: var(--dataColor);
    color: #fff;
    display: inline-block;
    padding: 5px 30px;
    border-radius: 5px;
    margin-top: 20px;
}

#index_details .home-title b {
    color: #fff;
}

#index_about {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

#index_about .list {
    display: flex;
    margin-top: 40px;
    justify-content: space-between;
}

#index_about .box {
    padding-left: 100px;
    padding-right: 100px;
}

#index_about .list .item {
    padding: 20px 30px;
    background: #fff;
    box-shadow: 0 0 5px #eee;
    display: flex;
    align-content: center;
    justify-content: center;

}

@media screen and (max-width: 600px) {
    #index_ready {
        height: 400px;
        background-position: 80% 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-content: center;
    }

    #index_about .box {
        padding-left: 10px;
        padding-right: 10px;
    }

    #index_about .list .item {
        padding: 10px;
    }

    #index_about .list .item img {
        width: 80px;
    }

    #index_details .container .list {
        flex-wrap: wrap;
    }

    #index_details .container .list img {
        width: calc(50% - 10px) !important;
        margin-bottom: 20px;
    }

    #index_ready img {
        height: 200px;
        object-fit: cover
    }
}

#index_about .images {
    display: flex;
    justify-content: space-between
}

#index_about .images img {
    width: calc(50% - 10px)
}

#index_elegant .home-title b {
    color: var(--dataColor);
    display: flex;
    justify-content: center;
    margin: 0 auto;
    /* padding-bottom: 0 */
}

#index_elegant .home-title b span {
    color: #555;
    font-weight: normal;
    margin-left: 10px
}

#index_elegant .elegant-pagination {
    position: static;
    display: flex;
    justify-content: center
}

#index_elegant .elegant-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: auto;
    height: auto;
    opacity: 1
}

#index_elegant .elegant-pagination .swiper-pagination-bullet::after {
    content: "/";
    color: #555;
    margin-left: 10px
}

#index_elegant .elegant-pagination .swiper-pagination-bullet:last-child::after {
    display: none
}

#index_elegant .elegant-pagination .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    font-weight: bold;
    color: var(--dataColor)
}

#index_elegant .listImg .swiper-slide {
    /* border: 1px solid #eee; */
    /* text-align: center; */
    line-height: 2.5;
    background-color: #eee
}
#index_honor .listImg .swiper-slide {
    /* border: 1px solid #eee; */
    /* text-align: center; */
    line-height: 2.5;
    /*background-color: #eee*/
}
#index_elegant .listImg .swiper-slide:hover {
    box-shadow: 0 0 10px #ccc;
    color: var(--dataColor);
    transition: .5s
}

#index_elegant .listImg .swiper-slide:hover {
    transform: scale(1.02);
}
#index_elegant .listImg a:hover .case_label {
    opacity: 0;
  transform: translateY(0);
  transition: opacity 0.3s, transform 0.3s;
}

#index_elegant .slide80 {
    background: #fff;
}
#index_honor .slide80 {
   
}

#index_honor .slide80 img {
    object-fit: contain;
}
/*#index_elegant .slide80 img {*/
/*    object-fit: contain;*/
/*}*/
#index_elegant .listImg .swiper-slide .flex {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
#index_honor .listImg .swiper-slide .flex {
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
}
#index_elegant .slide80 img {
    /*width: 518px;*/
    /*height: 388px;*/
    position: static;
    /*width: 100%;*/
    /*height: auto;*/
    transform: none;
}
#index_honor .slide80 img {
    position: static;
    width: 100%;
    height: auto;
    transform: none;
}
#index_elegant .box .list {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#index_elegant .box .list .case_label {
    width: 100%;
    height: 35%;
    position: absolute;
    bottom: 0px;
    display: flex;
    justify-content: center;
}

#index_elegant .box .list .case_label .case_title {
    width: 90%;
    height: 100%;
    background: #fff;
    color: #000;
    border-bottom: 5px solid #3F51B5;
    padding-left: 5%;
    clip-path: polygon(0% 0%, 100% 38%, 100% 100%, 0% 100%);
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
}
.case_flex{
    display: flex;
    justify-content: space-between;
    align-items: end;
}
#index_elegant .home-title span {
    font-size: var(--title);
    color: var(--dataColor);
    font-family: Source Han Sans CN;
    font-weight: bold;
    text-align: left;
    line-height: 1;
   
}
@media screen and (max-width: 600px) {

}

#index_vexed {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#index_vexed .home-title b:nth-child(2) {
    color: var(--dataColor);
}

#index_vexed .home-title b {
    display: block;
    text-align: left;
    padding-bottom: 0
}

#index_vexed .home-title b:first-child {
    font-weight: normal
}

#index_vexed .home-title b::before {
    display: none
}

#index_vexed .home-title b::after {
    display: none
}

#index_vexed .listImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

#index_vexed .listImg .item {
    width: calc(25% - 20px);
    background-image: url('/template/default/pc/static/images/home/index_14.png');
    background-repeat: no-repeat;
    background-size: content;
    background-position: bottom left;
    padding-bottom: 20px
}

#index_vexed .item .iocns {
    height: 44px;
    padding-left: 20px;
    display: block;
    margin-bottom: 20px;
}

#index_vexed .listImg .item .title {
    padding-left: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    height: 50px;
    display: flex;
    /* justify-content: center; */
    align-items: Center;
    margin: 24px 0;
}

#index_vexed .listImg .item .content {
    padding: 0 20px;
    margin-top: 10px;
    line-height: 1.5
}

@media screen and (max-width: 600px) {
    #index_vexed .listImg .item {
        width: calc(50% - 20px)
    }
}

#index_affairs.n .box {
    background-position: 0 60px;
}

#index_affairs.n .home-title {
    text-align: right;
}

#index_affairs.n .home-title p {
    text-align: right;
    width: 100%;
}

#index_affairs.n .listImg .item {
    background: #555;
    color: #fff;
    border-radius: 10px;
}

#index_affairs.n .listImg .item:hover {
    background: var(--backColor);

}

#index_affairs.n .listImg .item img {
    width: 100%;
    border-radius: 10px;
}

#index_affairs.n .listImg .item .title {
    text-align: center;
    position: relative;
    margin: 5px;
    height: 50px;
    display: flex;
    font-weight: bold;
    font-size: 18px;
    line-height: 1.5;
    /* vertical-align: middle; */
    /* display: table-cell; */
    /* transform: translateY(50%); */
    /* padding: 50%; */
    /* display: flex; */
    justify-content: center;
    align-items: Center;
}

#index_affairs.n .listImg .item .title:after {
    content: "—— · ——";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
}

#index_affairs.n .listImg .item .cntent {
    padding: 20px;
    text-align: center;
    height: 250px;
    text-indent: 2em;
    text-align: justify;
    display: inline-table;
    word-wrap: break-word;
    word-break: break-all;
}

#index_affairs.n .ENlistImg .item .cntent {
    padding: 16px;
    text-align: left;
    height: 250px;
    text-indent: 0;
    /* text-align: center; */
    display: inherit;
    word-wrap: normal;
    word-break: normal;


}

#index_affairs .box {
    background-position: 100% 60px;
    background-size: 500px;
    background-repeat: no-repeat
}

#index_affairs .home-title {
    text-align: left
}

#index_affairs .home-title b {
    display: block;
    padding-bottom: 0;
    color: var(--dataColor)
}

#index_affairs .home-title b::before {
    display: none
}

#index_affairs .home-title b::after {
    display: none
}

#index_affairs .home-title .content {
    display: block;
    color: var(--backColor);
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 20px
}

#index_affairs .home-title p {
    text-align: left;
    display: block;
    margin: 0;
    color: #555
}

#index_affairs .home-title .lang img {
    width: 100px;
    height: 64px;
    margin: 40px 10px
}

#index_affairs .listImg {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

#index_affairs .listImg .item {
    width: calc(25% - 24px)
}

#index_affairs .listImg5 .item {
    width: calc(20% - 24px);
}

#index_affairs .listImg .item .content {
    margin-top: 10px;
    line-height: 1
}

@media screen and (max-width: 600px) {
    #index_affairs .box {
        background-position: calc(100% - 10px) 20px;
        background-size: 150px
    }

    #index_affairs .box .home-title .lang img {
        margin-top: 20px;
        margin-bottom: 0px
    }

    #index_affairs .listImg .item {
        width: calc(50% - 10px);
        margin-bottom: 20px
    }
}

#index_logistics .home-title {
    padding: var(--padding);
    color: #fff
}

#index_logistics .home-title b {
    color: #2960a8
}

#index_logistics .home-title p {
    color: #2960a8;
}

#index_logistics .home-title .log {
    margin-top: 40px
}

#index_logistics .home-title .log span {
    display: block;
    line-height: .5;
    animation-timing-function: linear;
    animation-duration: 3s;
    animation-iteration-count: infinite
}

#index_logistics .home-title .log span:first-child {
    color: #fff;
    animation-name: three
}

#index_logistics .home-title .log span:nth-child(2) {
    color: #999;
    animation-name: two
}

#index_logistics .home-title .log span:last-child {
    color: #555;
    animation-name: one
}

#index_logistics .box {}

#index_logistics .box .left {
    width: 52%
}

#index_logistics .box .kp {
    width: 100% !important;
}

#index_logistics .box .right {
    width: 48%
}

#index_logistics .box .right .home-title {
    text-align: left;
    padding: 0
}

#index_logistics .box .right .home-title b::before,
#index_logistics .box .right .home-title b::after {
    display: none
}

#index_logistics .box .right .home-title b:first-child {
    padding-bottom: 0;
    font-weight: normal;
    color: #000
}

#index_logistics .box .right .home-title b:last-child {
    color: var(--backColor)
}

#index_logistics .box .right .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#index_logistics .box .right .list .item {
    width: calc(12% - 20px);
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
    border-radius: 10px
}

#index_logistics .box .right .list .item::after {
    font-family: "iconfont";
    content: "";
    position: absolute;
    background-color: #222;
    border-radius: 50%;
    color: #fff;
    left: calc(100% + 5px);
    width: 15px;
    line-height: 15px;
    font-size: 5px;
    text-align: center;
    height: 15px;
    top: 50%;
    transform: translateY(-50%)
}

#index_logistics .box .right .list .item:nth-child(4n)::after {
    display: none
}

#index_logistics .box .right .list .item span {
    display: block;
    text-align: center;
    color: #ccc;
    font-weight: bold
}

#index_logistics .box .right .list .item .iconfont {
    font-weight: normal;
    font-size: 30px;
    color: #999
}

#index_logistics .box .right .list .item .title {
    margin-top: 10px;
    color: var(--dataColor)
}

@media screen and (max-width: 1024px) {
    #index_logistics .box .right .list {
        justify-content: flex-start
    }

    #index_logistics .box .right .list .item {
        width: calc(33.33% - 20px)
    }

    #index_logistics .box .right .list .item:nth-child(3n-1) {
        margin: 0 30px 20px
    }

    #index_logistics .box .right .list .item:nth-child(4n)::after {
        display: block
    }

    #index_logistics .box .right .list .item:nth-child(3n)::after {
        display: none
    }

    #index_logistics .box .right .list .item:last-child::after {
        display: none
    }
}

@media screen and (max-width: 600px) {
    #index_logistics .home-title {
        padding: 20px 0
    }

    #index_logistics .container-fluid {
        background-size: cover;
        background-position: right
    }

    #index_logistics .box .left {
        display: none
    }

    #index_logistics .box .right {
        width: 100%
    }

    #index_logistics .box .right .list {
        justify-content: space-between
    }

    #index_logistics .box .right .list .item {
        width: calc(50% - 15px);
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px
    }

    #index_logistics .box .right .list .item .title {
        margin-top: 0
    }

    #index_logistics .box .right .list .item::after {
        display: none
    }

    #index_logistics .box .right .list .item:nth-child(2n-1)::after {
        display: block
    }

    #index_logistics .box .right .list .item:nth-child(3n-1) {
        margin: 0;
        margin-bottom: 20px
    }

    #index_logistics .box .right .list .item:nth-child(4n)::after {
        display: none
    }
}

#index_type {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

#index_type .box {
    display: flex;
    flex-wrap: wrap;
}

#index_type .box::before,
#index_type .box::after {
    display: none
}

#index_type .box .icon {
    width: calc(50% - 40px)
}

#index_type .right {
    width: 50%;
    /* color: #fff; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    font-size: 16px;
    text-align: justify;
    padding-left: 4%;
    padding-right: 3%;
}
#index_type .right .futitle {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: var(--subTitle);
    color: #9A9A9A;
}
#index_type .right .title {
    font-weight: bold;
    font-size: var(--title);
    font-family: system-ui;
    margin-top: 10px;
}

#index_type  .right .content {
    /* line-height: 2 */
    color: #808284;
    margin-top: 45px;
}
#index_type .left_img{
    width: 100%;
}

.box  .more {
   padding: 6px 31px;
    color: #2D3035;
    border: 3px solid #6B6B6B;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 10px;
}

#index_type .right .more:hover {
    background: #fff;
    color: #000;
}

#index_type video {
    width: 50%;
    background: #000;
}

#index_type .box .bottom {
    width: 1181px;
    height: 163px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #FFFFFF;
    opacity: 0.85;
    padding: 0 27px;
    margin: 60px 0;
}

#index_type .box .bottom .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#index_type .box .bottom .item .son {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px;

}

#index_type .box .bottom .item .son .font {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 33px;
    color: #1A1A1A;

}

#index_type .box .bottom .item .son .timer2 {
    font-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
}

@media screen and (min-width: 768px) {
    #index_type .left_img {
        width: calc(50% - 40px);
    }
}

@media screen and (max-width: 768px) {
    #index_affairs.n .ENlistImg .item .cntent {
        font-size: 12px;

    }

    #index_affairs.n .listImg .item .title {
        font-size: 14px;
    }

    #index_type video {
        width: 100%;
        background: #000;
    }

    #index_type .box {
        flex-direction: column
    }

    #index_type .box .icon,
    #index_type  .right {
        width: 100%
    }

    #index_type  .right {
        margin-top: 20px
    }

    #index_type  .left_img {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    #index_type .right .content p span {
        font-size: 15px !important;
    }

    #index_type .box .bottom .item .bottom_img {
        width: 45px;
    }

    #index_type .box .bottom .item .son .font {
        font-size: 28px;
    }

    #index_type .box .bottom .item .son .timer2 {
        font-size: 13px;
    }
}
@media screen and (max-width: 600px) {
    #index_type .box .bottom .item {
        width: 50%;
        justify-content: normal;
    }
}

#index_superiority .list {
    position: relative
}

#index_superiority .list .pos {
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 0 60px;
    box-sizing: border-box
}

#index_superiority .list .pos .item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 48px
}

#index_superiority .list .pos .item:nth-child(2n) {
    flex-direction: row-reverse
}

#index_superiority .list .pos .item:nth-child(2n) .right {
    padding-left: 200px;
    width: 530px
}

#index_superiority .list .pos .item img {
    width: 45%
}

#index_superiority .list .pos .item .right {
    width: 380px
}

#index_superiority .list .pos .item .right b {
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    color: var(--backColor)
}

@media screen and (max-width: 1024px) {
    #index_superiority .list .pos .item {
        margin-bottom: 45px
    }

    #index_superiority .list .pos .item .right {
        width: 270px
    }

    #index_superiority .list .pos .item:nth-child(2n) {
        flex-direction: row-reverse
    }

    #index_superiority .list .pos .item:nth-child(2n) .right {
        padding-left: 130px;
        width: 350px
    }
}

@media screen and (max-width: 600px) {
    #index_superiority .list>img {
        display: none
    }

    #index_superiority .list .pos {
        position: static;
        padding: 0
    }

    #index_superiority .list .pos .item {
        margin-bottom: 20px
    }

    #index_superiority .list .pos .item:nth-child(2n) .right {
        padding-left: 0;
        width: 50%
    }

    #index_superiority .list .pos .item .right {
        width: 50%
    }
}

#index_details .box {
    padding: 0
}

#index_details .container-fluid {
    padding: var(--padding);
    color: #fff
}

#index_details .container .list {
    display: flex;
    justify-content: space-between
}

#index_details .container .list img {
    width: calc(25% - 10px)
}

#index_transport {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

#index_transport .home-title b {
    padding-bottom: 0
}

#index_transport .list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

#index_transport .list .transport-next,
#index_transport .list .transport-prev {
    position: static;
    background-color: rgba(0, 0, 0, 0)
}

#index_transport .list .transport-next::after,
#index_transport .list .transport-prev::after {
    color: #555;
    font-weight: bold;
    font-size: 20px
}

#index_transport .list .transport-container {
    width: calc(100% - 20px)
}

#index_transport .list .transport-container .swiper-slide {
    position: relative
}

#index_transport .list .transport-container .swiper-slide:hover .slide1 {
    display: block
}

#index_transport .list .transport-container .swiper-slide:hover .slide2 {
    display: none
}

#index_transport .list .transport-container .swiper-slide:hover .pos {
    color: #fff;
    transition: none
}

#index_transport .list .transport-container .swiper-slide:hover .bottom .title {
    color: var(--dataColor)
}

#index_transport .list .transport-container .swiper-slide .slide1 {
    display: none
}

#index_transport .list .transport-container .swiper-slide .pos {
    position: absolute;
    top: 0;
    left: 0;
    margin: 40px;
    transition: none
}

#index_transport .list .transport-container .swiper-slide .bottom {
    margin-top: -40px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

#index_transport .list .transport-container .swiper-slide .bottom img {
    width: 40%;
    margin-right: 20px
}

#index_transport .list .transport-container .swiper-slide .bottom .title {
    font-weight: bold;
    color: #000;
    font-size: 16px;
    display: block;
    margin-bottom: 20px
}

@media screen and (max-width: 1024px) {
    #index_transport .list .transport-container .swiper-slide .pos {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden
    }

    #index_transport .list .transport-container .swiper-slide .bottom {
        margin-top: 10px
    }

    #index_transport .list .transport-container .swiper-slide .bottom img {
        width: 30%;
        transform: translateY(-40px)
    }

    #index_transport .list .transport-container .swiper-slide .bottom .title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis
    }
}

@media screen and (max-width: 600px) {
    #index_transport .home-title b {
        display: flex;
        justify-content: center
    }
}

#index_news .container-fluid {
    text-align: center;
}

#index_news .list {
    display: flex;
    text-align: center;
    justify-content: space-between;
    text-align: left;
}

#index_news .list .left {
    width: calc(45% - 10px);
}

#index_news .list .left .title {
    font-size: 18px;
    line-height: 2;
    color: #000;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#index_news .list .left .date {
    font-size: 12px;
    color: #999;
    line-height: 2;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#index_news .list .left .content {
    display: -webkit-box;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

#index_news .list .right {
    display: flex;
    gap: 15px;
}

#index_news .list .right .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 25%;
    float: left;
}

#index_news .list .right .item .image {
    width: 100%;
}

#index_news .list .right .item .ccc {
   display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

#index_news .list .ccc .title {
   font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    line-height: 1;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#index_news .list .ccc .date {
    font-family: Poppins;
    font-weight: bold;
    font-size: 17px;
    color: #ABABAB;
}

#index_news .list .ccc .content {
    display: -webkit-box;
    color: #999;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

#index_news .more {
    display: inline-block;
    margin: 20px auto;
    margin-top: 60px;
    padding: 8px 120px;
    color: var(--backColor);
    border: 1px solid;
}

@media (max-width:768px) {
    #index_news .more {

        margin-top: 20px;
    }

    #index_news .list .right .item {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 98%;
        float: left;
        padding-left: 0%;
        padding-bottom: 0%;
    }

    #index_news .list .ccc .title {
        font-size: 14px;
        line-height: 1;
        color: #000;
        /* display: table; */
        /* overflow: auto; */
        /* text-overflow: ellipsis; */
        /* white-space: nowrap; */

    }

    #index_news .list {
        flex-direction: column;
    }

    #index_news .list .left,
    #index_news .list .right {
        width: 100%;

    }

    #index_news .list .right {
        margin-top: 20px;
    }

    #index_news .list .right .item {
        margin-bottom: 20px;
    }

    #index_news .list .right .item .image {
        width: 40%;
    }

    #index_news .list .right .item .ccc {
        width: calc(60% - 10px);
    }
}

#index_circuit .home-title b {
    color: #fff;
}

#index_circuit .list {
    display: flex;
    justify-content: space-between;
}

#index_circuit .list .item {
    width: calc(50% - 10px);
    padding: 20px;
    border-radius: 10px;
    color: #fff;
}

#index_circuit .list .item:first-child {
    background: rgba(0, 200, 255, 0.6);
}

#index_circuit .list .item:last-child {
    background: rgba(255, 255, 0, 0.6);
}

#index_circuit .list .item .title {
    font-size: 26px;
    padding: 10px;
    /*border-bottom: 1px solid #ccc;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 85px;
}

#index_circuit .list .item .keyword {
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

#index_circuit .list .item .keyword3451 {

    border-bottom: 0px solid #ccc;
}

#index_circuit .list .item .keyword p {
    font-size: 19px;
    margin-bottom: 0;
}

#index_circuit .list .item .keyword sup {
    color: #ccc;

}

#index_circuit .list .item>p {
    padding: 10px 0;

}

@media (max-width:600px) {

    #index_circuit .list {
        flex-direction: column;
    }

    #index_circuit .list .item {
        width: 100%;
        margin-bottom: 20px;
    }
}

#index_ensure {
    background: #f6f6f6;
}

#index_ensure .box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
}

#index_ensure .box:before,
#index_ensure .box:after {
    display: none;

}

#index_ensure .box .left {
    width: calc(50% - 40px);
}

#index_ensure .box .right {
    width: calc(50% - 40px);
}

#index_ensure .box .right .home-title {
    text-align: left;
    padding: 0;
}

#index_ensure .box .right .home-title b {

    color: #000;
}

#index_ensure .box .right .home-title b:before,
#index_ensure .box .right .home-title b:after {
    display: none;
}

#index_ensure .box .right .home-title p {
    margin: 0;
    color: var(--dataColor);
    text-align: center;
}

#index_ensure .box .right .list {
    margin-top: 20px;
}

#index_ensure .box .right .list .item {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    padding: 20px;
    display: flex;
    position: relative;
    align-items: center;
    border-radius: 10px;
}

#index_ensure .box .right .list .item .iconfont {
    font-weight: normal;
    font-size: 30px;
    color: #999;
}

#index_ensure .box .right .list .item .title {
    color: var(--backColor);
    margin: 0 10px;
}

#index_ensure .box .right .list .item span {
    color: #555;
}

@media (max-width:600px) {
    #index_ensure .box {
        flex-direction: column-reverse;
        padding: 20px 10px;
    }

    #index_ensure .box .left,
    #index_ensure .box .right {
        width: 100%;
    }

    #index_superiority .list .pos .item,
    #index_superiority .list .pos .item:nth-child(2n) {
        flex-direction: column;
    }

    #index_superiority .list .pos .item img,
    #index_superiority .list .pos .item .right,
    #index_superiority .list .pos .item:nth-child(2n) .right {
        width: 100%;
        margin-bottom: 20px;
    }
}

#index_hision {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#index_hision .box {
    display: flex;
    justify-content: space-between;

}

#index_hision .box:before,
#index_hision .box:after {
    display: none;

}

#index_hision .box .left {
    width: calc(50% - 40px);
}

#index_hision .box .right {
    width: calc(50% - 40px);
}

#index_hision .box .right .home-title {
    text-align: left;
    padding: 0;
}

#index_hision .box .right .home-title b {

    color: #000;
}

#index_hision .box .right .home-title b:before,
#index_hision .box .right .home-title b:after {
    display: none;
}

#index_hision .box .right .home-title p {
    margin: 0;
    color: var(--dataColor);
    position: relative;
    margin-bottom: 40px;
}

#index_hision .box .right .home-title p:after {
    contain: "";
    content: "";
    position: absolute;
    left: 0;
    width: 2em;
    bottom: -20px;
    height: 1px;
    background: #ccc;
}

#index_hision .list {
    background: #000;
    color: #fff;
}

#index_hision .list .box {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}

#index_hision .list .box .item {
    width: 16.66%;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;

}

#index_hision .list .box .item b {
    display: block;
    font-size: var(--title);
}

#index_hision .list .box .item b sub {
    font-size: 10px;

}

@media (max-width:600px) {
    #index_hision .box {
        flex-direction: column;
    }

    #index_hision .box .right,
    #index_hision .box .left {
        width: 100%;
    }

    #index_hision .list .box {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    #index_hision .list .box .item {
        width: calc(33.33% - 10px);
        margin: 0 5px;
    }
}

#index_service2 {
    position: relative;
}

#index_service2 .home-title {
    position: absolute;
    top: 60px;
}

@media (max-width:600px) {
    #index_service2 .home-title {

        top: 20px;
    }
    #index_product .list .item{
        width: calc(52.33% - 10px);
    }
}

#index_quick .container-fluid .box {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding: 0;
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
}

#index_quick .container-fluid .box .item {
    float: left;
    width: 33.33%;
    padding: 20px;
    border-right: solid 1px #e7e7e7;
    transition: all 0.5s;
}

#index_quick .container-fluid .box .item:nth-child(4) {
    border-right: none;
}

#index_quick .container-fluid .box .item .left {
    text-align: center;
    padding: 20px 10px;
    position: relative;
}

#index_quick .container-fluid .box .item .left h4 {
    padding: 0 0 10px 0;
    font-size: 18px;
    color: #2d2926;
}

#index_quick .container-fluid .box .item .left p {
    font-size: 30px;
    color: #999;
}

#index_quick .container-fluid .box .item .right {
    display: none;

}

#index_quick .container-fluid .box .item .right ul {
    max-height: 140px;
    overflow: hidden;
}

#index_quick .container-fluid .box .item .right li {
    display: block;
    float: left;
    padding: 2px 6px;
    overflow: hidden;
}

#index_quick .container-fluid .box .item .right li a {
    font-size: 14px;
    color: #999;
}

#index_quick .container-fluid .box .item .right li a:hover {
    font-size: 14px;
    color: #e40023;
}


#index_quick .container-fluid .box .item.remove {
    width: 17%;
}

#index_quick .container-fluid .box .item.show {
    width: 66%;
}

#index_quick .container-fluid .box .item.show .left {
    float: left;
    width: 38.5%;
    background-color: var(--dataColor);
}

#index_quick .container-fluid .box .item.show .left h4 {
    width: 100%;
    text-align: center;
    color: #fff;
}

#index_quick .container-fluid .box .item.show .left p {
    color: #fff;
    font-size: 30px;
}

#index_quick .container-fluid .box .item.show .right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 10px;
    float: right;
    width: 55%;
}

#index_quick .container-fluid .box .item.show .right input {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff !important;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
}

#index_quick .container-fluid .box .item.show .right button,
#index_quick .container-fluid .box .item.show .right a {
    background-color: #ffb600;
    color: #fff;
    border-color: #ddd;
    padding: 5px 16px;
    border-radius: 4px;
    font-size: 15px;
}

@media screen and (max-width:1024px) {
    #index_quick {
        margin-top: 20px;
    }

    #index_quick .container-fluid .box {
        text-align: center;
        position: relative;
        overflow: hidden;
        box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    }

    #index_quick .container-fluid .box .item {
        width: 100%;
        padding: 10px;
        border-bottom: solid 1px #e7e7e7;
        transition: all 0.5s;
    }

    #index_quick .container-fluid .box .item:nth-child(4) {
        border-bottom: none;
    }

    #index_quick .container-fluid .box .item {
        border-right: none;
    }

    #index_quick .container-fluid .box .item .left {
        width: 100%;
        text-align: center;
        padding: 10px 10px;
        position: relative;
    }

    #index_quick .container-fluid .box .item .left h4 {
        /*float: left;*/
        /*width: 50%;*/
        padding: 0 0 0 0;
        font-size: 18px;
        color: #2d2926;
        text-align: center;
    }

    #index_quick .container-fluid .box .item .left p {
        font-size: 30px;
        color: #999;
    }

    #index_quick .container-fluid .box .item .right {
        display: none;
        float: right;
        width: 55%;

    }

    #index_quick .container-fluid .box .item .right ul {
        max-height: 1000px;
        overflow: hidden;
    }

    #index_quick .container-fluid .box .item .right li {
        display: block;
        float: left;
        padding: 2px 6px;
        overflow: hidden;
    }

    #index_quick .container-fluid .box .item .right li a {
        font-size: 14px;
        color: #999;
    }

    #index_quick .container-fluid .box .item .right li a:hover {
        font-size: 14px;
        color: #e40023;
    }


    #index_quick .container-fluid .box .item.remove {
        width: 100%;
    }

    #index_quick .container-fluid .box .item.show {
        width: 100%;
    }

    #index_quick .container-fluid .box .item.show .left {
        width: 100%;
    }

    #index_quick .container-fluid .box .item.show .left h4 {
        color: #fff;
    }

    #index_quick .container-fluid .box .item.show .left p {
        color: #fff;
    }

    #index_quick .container-fluid .box .item.show .right {
        display: block;
        width: 100%;
        padding: 5% 0;
        margin: auto;
    }
}

#index_service .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#index_service .list .item {
    width: calc(49.33% - 10px);
    /* box-shadow: 0 10px 40px rgb(0 0 0 / 10%); */
    margin-bottom: 20px;
    text-align: center;
    line-height: 3;
}

#index_product .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#index_ourclients .list{
    display: flex;
    justify-content: center;
}
#index_ourclients .list img{
    display: inline-block;
    width: 100%;
}
#index_product .list .item {
    width: calc(25% - 10px);
    /* box-shadow: 0 10px 40px rgb(0 0 0 / 10%); */
    margin-bottom: 20px;
    text-align: center;
    line-height: 3;
    border-radius: 10px;
    overflow: hidden;
}

 .home-title .futitle {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: var(--subTitle);
    color: #404042 ;

}

#index_introduction .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#index_introduction .list .item {
    width: 100%;
    background: #FFFFFF;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}
#index_introduction .list .item .item-left{
    width: 59%;
}
#index_introduction .list .item .item-left img{
    width: 100%;
}
#index_introduction .list .item .item-right {
    width: 42%;
    display: flex;
    flex-direction: column;
    justify-content: center;
   padding: 0px 4%;
}
#index_introduction .list .item .content {
    ont-family: Arial;
    font-weight: 400;
    font-size: 16px;
    color: #1E1E1E;
    line-height: 24px;
}

#index_introduction .list .item .item-top {
   
}

#index_introduction .list .item .item-title {
    font-family: Arial;
    font-weight: bold;
    font-size: var(--title);
    color: #2F318B;
}
#index_introduction .list .item .item-subtitle{
    font-family: Arial;
    font-weight: bold;
    font-size: 30px;
    color: #000000;
    line-height: 30px;
}
#index_introduction .list .item .underline{
    width: 16%;
    height: 1px;
    background: #CCCCCC;
    margin: 22px 0;
}
#index_introduction .box .big_title {
    font-family: fantasy;
    font-weight: normal;
    font-size: 131px;
    color: rgba(255, 255, 255, 0);
    -webkit-text-stroke: 3px #FFFFFF;
    font-style: italic;
    letter-spacing: 10px;
    text-align: center;
    line-height: 150px;

}

/*#index_introduction .box .home-title .futitle {*/
/*    font-family: Source Han Sans CN;*/
/*    font-weight: 400;*/
/*    font-size: var(--subTitle);*/
/*    color: #E0E0E0;*/

/*}*/

#index_service .list .item .image {
    position: relative;
}

#index_service .list .item .image img {
    width: 100%;
}

#index_service .list .item .image .iconfont {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#index_service .list .item:hover .iconfont {
    /*opacity: 1;*/
    /*background: rgba(0,0,0,.5);*/
}

#index_service .list .item:hover {
    background: #22458F;
    color: #fff;
}

#index_product .list .item .image {
    position: relative;
    
}
#index_product .list .item .image .mask_layer {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #203048;
    border-radius: 10px;
    opacity: 0.4;
}
#index_product .list .item .image .cate_icon {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
#index_product .list .item .image .cate_icon .inner_layer {
    width: 51%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
#index_product .list .item .image .cate_icon .inner_layer .cate_typename {
    position: absolute;
    font-family: Arial;
    font-weight: 400;
    font-size: var(--subTitle);
    color: #FFFFFF;
    line-height: 31px;
    width: 70%;
}
#index_product .list .item .image img {
    width: 100%;
}

#index_product .list .item .image .iconfont {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#index_product .list .item:hover .iconfont {
    /*opacity: 1;*/
    /*background: rgba(0,0,0,.5);*/
}

/*#index_product .list .item:hover {*/
/*    background: #22458F;*/
/*    color: #fff;*/
/*}*/

#index_introduction .list .item .image {
    position: relative;
}

#index_introduction .list .item .image img {
    /* width: 15%; */
    width: 59px;
}

#index_introduction .list .item .image .iconfont {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: #fff;
    opacity: 0;
    width: 100%;
    height: 100%;
}

#index_introduction .list .item:hover .iconfont {
    /*opacity: 1;*/
    /*background: rgba(0,0,0,.5);*/
}

/* #index_introduction .list .item:hover {
    background: #22458F;
    color: #fff;
} */
@media (max-width:1130px) {
   #index_introduction .list .item .item-title{
       font-size: 20px;
   }
   #index_introduction .list .item .content{
       font-size: 17px;
   }
}
@media (max-width:1000px) {
    #index_introduction .list .item {
        width: calc(50% - 10px);
    }

    #index_introduction .list {
        gap: 20px;
    }
}

@media (max-width:768px) {
    #index_service .list .item {
        width: calc(50% - 10px);
    }

    #index_introduction .box .big_title {
        font-size: 60px;
        line-height: 85px;
    }

    #index_introduction .list .item .item-title {
        font-size: 18px;
    }
    #index_introduction .list .item .content {
        font-size: 16px;
    }

    #index_introduction .list .item .item-top {
        height: 95px;
    }

    #index_introduction .list .item .image img {
        width: 50px;
    }

}
@media (max-width:600px) {
    #index_service2 .home-title {

        top: 20px;
    }
    #index_product .list .item{
        width: calc(52.33% - 10px);
    }
    #index_elegant .box .list .case_label .case_title{
        font-size: 16px;
    }
    #index_elegant .listImg .swiper-slide .flex{
        height: auto;
    }
    #index_type .box .bottom .item .bottom_img {
        width: 35px;
    }
    #index_type .box .bottom .item .son .font {
        font-size: 20px;
    }
    #index_type .box .bottom .item .son .timer2 {
        font-size: 12px;
    }
    #index_introduction .box .big_title {
        font-size: 40px;
        line-height: 45px;
        -webkit-text-stroke: 2px #FFFFFF;
        letter-spacing: 7px;
    }
    #index_introduction .list .item .image img {
        width: 40px;
    }
    #index_introduction .list .item .item-title {
        font-size: 17px;
        line-height: 1;
    }
     #index_introduction .list .item .content {
        font-size: 15px;
    }
    #index_introduction .list .item .item-top {
        height: 67px;
        margin-bottom: 8px;
    }
    #index_introduction .list .item {
        width: 100%;
    }
    
}