.search-box {
    display: block;
    position: relative;
    z-index: 10;
    height: 810px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*flex-wrap: wrap;*/
}

.m-search-box{
    display: none;
}

.search-box h2 {
    font-size: 52px;
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    margin: 250px auto 25px;
}

.search-box h3 {
    font-size: 28px;
    color: #fff;
    text-align: center;
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

.search-box .search {
    width: 520px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}

.search-box .search input {
    width: 100%;
    height: 40px;
    background: #fff;
    border: 0;
    border-radius: 20px;
    text-indent: 15px;
}

.search-box .search-btn {
    position: absolute;
    right: 3px;
    border-radius: 50%;
    top: 3px;
    cursor: pointer;
    width: 34px;
    height: 34px;
    background: #fd9b27 var(--icon-search-url) no-repeat center / 20px auto;
}

/*产品服务*/
.index-service {
    padding: 100px 0;
}

.index-service .is-title {
    width: 871px;
    border-bottom: 1px solid #5684c5;
}

.is-title {
    text-align: center;
    position: relative;
    padding-bottom: 12px;
    margin: 0 auto;
    overflow: hidden;
}

.is-title h4.title {
    color: #5684c5;
    font-size: 28px;
    font-weight: normal;
}

.is-title .line {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -95px;
    width: 190px;
    height: 6px;
    background: #5684c5;
}

.is-box {
    width: 100%;
    float: left;
    display: flex;
    justify-content: space-between;
}

.m-is-box{
    display: none;
}

.is-item {
    width: 330px;
    position: relative;
    padding-top: 70px;
}

.is-item .isb-line {
    width: 1px;
    height: 70px;
    background: #5684c5;
    position: absolute;
    top: 0;
    left: 50%;
}

.isb-main {
    height: 440px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    position: relative;
    border-top: 2px solid #5684c5;
    cursor: pointer;
}

.isb-arrow{
    width:100%;
    height:60px;
    position: absolute;
    bottom:0;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    animation: toBottom ease-in-out .7s infinite alternate;
}

@keyframes toBottom {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(0, 5px)
    }
}

@keyframes toRight {
    from {
        transform: translate(0, 0)
    }
    to {
        transform: translate(10px, 0)
    }
}

@keyframes fromLeft {
    from {
        opacity: 0;
        transform: translate(-860px, 0)
    }
    to {
        opacity: 1;
        transform: translate(0px, 0)
    }
}

@keyframes fromLeft2 {
    from {
        opacity: 1;
        transform: translate(-900px, 0)
    }
    to {
        opacity: 1;
        transform: translate(0px, 0)
    }
}

@keyframes fromBottom {
    from {
        opacity: 1;
        transform: translate(0, 300px)
    }
    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes toBottomZhuan1 {
    0% {
        opacity: 0;
        transform: translate(0, -20px)
    }
    50% {
        opacity: 0;
        transform: translate(0, -20px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@-moz-keyframes toBottomZhuan1 {
    0% {
        opacity: 0;
        transform: translate(0, -20px)
    }
    50% {
        opacity: 0;
        transform: translate(0, -20px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}




@keyframes toBottomPin1 {
    0% {
        opacity: 0;
        transform: translate(0, -20px)
    }
    50% {
        opacity: 0;
        transform: translate(0, -20px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes toBottomZhuan4 {
    0% {
        opacity: 0;
        transform: translate(0, -20px)
    }
    70% {
        opacity: 0;
        transform: translate(0, -20px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes toBottomZhuan5 {
    0% {
        opacity: 0;
        transform: translate(0, -20px)
    }
    80% {
        opacity: 0;
        transform: translate(0, -20px)
    }
    100% {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes fromBottomZhuan1 {
    0% {
        opacity: 0;
        transform: translate(0, 30px)
    }
    50% {
        opacity: 0;
        transform: translate(0, 30px)
    }
    100%{
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes fromBottomZhuan4 {
    0% {
        opacity: 0;
        transform: translate(0, 30px)
    }
    70% {
        opacity: 0;
        transform: translate(0, 30px)
    }
    100%{
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes fromBottomZhuan5 {
    0% {
        opacity: 0;
        transform: translate(0, 30px)
    }
    80% {
        opacity: 0;
        transform: translate(0, 30px)
    }
    100%{
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes opacityZhuan1 {
    0% {
        opacity: 0;
        transform: translate(0, 0)
    }
    50% {
        opacity: 0;
        transform: translate(0, 0)
    }
    100%{
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes opacityZhuan4 {
    0% {
        opacity: 0;
        transform: translate(0, 0)
    }
    70% {
        opacity: 0;
        transform: translate(0, 0)
    }
    100%{
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes opacityZhuan5 {
    0% {
        opacity: 0;
        transform: translate(0, 0)
    }
    80% {
        opacity: 0;
        transform: translate(0, 0)
    }
    100%{
        opacity: 1;
        transform: translate(0, 0)
    }
}


@keyframes fromBottomPin1 {
    0% {
        opacity: 0;
        transform: translate(0, 0px)
    }
    50% {
        opacity: 0;
        transform: translate(0, 0px)
    }
    100%{
        opacity: 1;
        transform: translate(0, 0)
    }
}


.fromLeft{
    opacity: 1 !important;
    animation: fromLeft ease-in-out 2.5s alternate  !important;
}

.fromLeft2{
    opacity: 1 !important;
    animation: fromLeft2 linear 3s !important;
}
.toBottomZhuan1{
    opacity: 1 !important;
    -moz-animation: toBottomZhuan1 linear .7s !important;
    animation: toBottomZhuan1 linear .7s !important;
}

.toBottomPin1{
    opacity: 1 !important;
    animation: toBottomPin1 linear .6s !important;
}

.toBottomPin2{
    opacity: 1 !important;
    animation: toBottomPin1 linear 1.4s !important;
}

.toBottomPin3{
    opacity: 1 !important;
    animation: toBottomPin1 linear 2.2s !important;
}

.toBottomZhuan2{
    opacity: 1 !important;
    animation: toBottomZhuan1 linear 1.2s !important;
}

.toBottomZhuan3{
    opacity: 1 !important;
    animation: toBottomZhuan1 linear 1.7s !important;
}

.toBottomZhuan4{
    opacity: 4 !important;
    animation: toBottomZhuan4 linear 2.8s !important;
}

.toBottomZhuan5{
    opacity: 1 !important;
    animation: toBottomZhuan5 linear 3s !important;
}

.fromBottomZhuan1{
    opacity: 1 !important;
    animation: fromBottomZhuan1 linear .7s !important;
}

.fromBottomZhuan2{
    opacity: 1 !important;
    animation: fromBottomZhuan1 linear 1.2s !important;
}

.fromBottomZhuan3{
    opacity: 1 !important;
    animation: fromBottomZhuan1 linear 1.7s !important;
}

.fromBottomZhuan4{
    opacity: 1 !important;
    animation: fromBottomZhuan4 linear 2.8s !important;
}

.fromBottomZhuan5{
    opacity: 1 !important;
    animation: fromBottomZhuan5 linear 3s !important;
}


.opacityZhuan1{
    opacity: 1 !important;
    animation: opacityZhuan1 linear .7s !important;
}

.opacityZhuan2{
    opacity: 1 !important;
    animation: opacityZhuan1 linear 1.2s !important;
}

.opacityZhuan3{
    opacity: 1 !important;
    animation: opacityZhuan1 linear 1.7s !important;
}

.opacityZhuan4{
    opacity: 1 !important;
    animation: opacityZhuan4 linear 2.8s !important;
}

.opacityZhuan5{
    opacity: 1 !important;
    animation: opacityZhuan5 linear 3s !important;
}

.fromBottomPin1{
    opacity: 1 !important;
    animation: fromBottomPin1 linear .6s !important;
}

.fromBottomPin2{
    opacity: 1 !important;
    animation: fromBottomPin1 linear 1.4s !important;
}

.fromBottomPin3{
    opacity: 1 !important;
    animation: fromBottomPin1 linear 2.2s !important;
}

.z-delay1{
    animation-delay: .5s !important;
}

.z-delay2{
    animation-delay: 1s !important;
}

.z-delay3{
    animation-delay: 1.5s !important;
}

.z-delay4{
    animation-delay: 2s !important;
}

.z-delay5{
    animation-delay: 2.5s !important;
}


.fromBottom{
    opacity: 1 !important;
    animation: fromBottom ease-in-out 1s;
    /*animation-delay: 3s;*/
}

.isb-main:hover .isb-arrow{
    opacity: 1;
}

.isb-img {
    width: 100%;
    height: 440px;
    box-sizing: border-box;
    border-bottom: 2px solid #5684c5;
    position: absolute;
    top:-1px;
    left:0;
    transition:all .5s;
    -webkit-transition:all .5s; /* Safari */

}

.isb-main:hover .isb-img{
    height:380px;
}

.isb-img .line {
    width: 240px;
    height: 10px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    margin-left: -120px;
    background: #5684c5;
}

.isb-img.fore1 {
    background: var(--isb-img-fore1-url) no-repeat center / cover;
}

.isb-img.fore2 {
    background: var(--isb-img-fore2-url) no-repeat center / cover;
}

.isb-img.fore3 {
    background: var(--isb-img-fore3-url) no-repeat center / cover;
}

.isb-title {
    width: 100%;
    float: left;
    margin-top: 40px;
    font-size: 24px;
    text-align: center;
    margin-bottom: 20px;
}

.is-item a.more {
    margin: 0 auto;
}

.is-title-left {
    float: left;
}

.index-pinzhi {
    padding: 300px 0 100px;
    background: var(--bg-pinzhi-url) no-repeat right top / 75% auto;
}

.left-line {
    width: calc((100% - 1200px) / 2);
    position: absolute;
    left: 0;
    height: 1px;
    background: #5684c5;
}

.index-pinzhi .left-line {
    top: 343px;
}

.body-content {
    background: #fff var(--body-content-url) no-repeat center 0px / 100% auto;
}

.ipz-box {
    margin-top: 177px;
    overflow-x: hidden;
}

.ipz-item {
    margin: 0 60px -4px;
    position: relative;
    float: left;
    width: 187px;
    height: 258px;
    text-align: center;
    /*background: url(/assets/img/ytx/ipz-bg.png) no-repeat center / 100% 100%;*/
}

.ipz-item:first-child {
    margin-left: 30px;
}

.ipz-item:last-child {
    margin-right: 30px;
}

.ipz-item .text {
    font-size: 20px;
    color: #fff;
    overflow: hidden;
    font-weight: bold;
    padding-top: 53px;
    box-sizing: border-box;
    position: absolute;
    bottom:0px;
    left:0;
    opacity: 0;
    width:100%;
    height:100%;
    background: var(--ipz-itemipz-item-text-url) no-repeat center / 100% 100%;
}

.ipz-item .text .box{
    height:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 25px;
}

.ipz-item .intro {
    position: absolute;
    bottom: -70px;
    left: 0;
    line-height: 25px;
    font-size: 18px;
    width: 100%;
    height:50px;
}

.ipz-main {
    float: left;
    /*border-bottom: 1px solid #5684c5;*/
    position: relative;
    /*opacity: 0;*/
}

.ipz-main .line{
    position: absolute;
    bottom:-1px;
    left:0;
    width:100%;
    height:1px;
    background:#5684c5;
}

.ipz-main .arrows {
    position: absolute;
    bottom: -10px;
    right: -33px;
    animation: toRight ease-in-out 1s infinite alternate;
}

.ipz-main .arrows img {
    display: block;
    float: left;
    width: 9px;
    margin-right: 3px;
}

.ipz-text {
    margin-top: 120px;

    color: #646464;
}

.ipz-text p {
    line-height: 40px;
    font-size: 18px;
}

.index-zhuanye {
    background: #1455a4;
    color: #fff;
    padding: 60px 0;
}

.index-zhuanye .is-title-left h4.title {
    color: #fff;
}

.index-zhuanye .left-line {
    top: 108px;
}

.index-zhuanye .is-title-left .line {
    background: #fff;
}

.izy-box {
    margin-top: 56px;
    overflow:hidden;
}

.izy-item {
    float: left;
    width: 120px;
    margin: 0 50px;
    /*opacity: 0;*/
    opacity: 1;
}

.izy-item.fore .text{
    /*opacity: 0 !important;*/
}

.izy-item:first-child {
    margin-left: 30px;
}

.izy-item:last-child {
    margin-right: 30px;
}

.izy-item img {
    display: block;
    margin: 0 auto;
    height: 80px
}

.izy-item .year {
    font-family: fontDin;
    font-weight: 500;
    text-align: center;
    width: 100%;
    margin: 60px 0 30px;
    font-size: 50px;
}

.izy-item .line {
    width: 100%;
    height: 8px;
    background: #fff;
    margin-bottom: 40px;
    position: relative;
    z-index: 10;
    opacity: 0;
}
.izy-item .text {
    width: 100%;
    text-align: center;
    font-size: 16px;
    opacity: 0;
}

.izy-item .z-ani{
    opacity: 0;
}

.izy-main {
    position: relative;
    /*height:305px;*/

}

.izy-main .list{
    /*display: none;*/
}

.izy-main .t-line {
    position: absolute;
    width: 100%;
    left: 0;
    top: 246px;
    height: 1px;
    box-sizing: border-box;
    border-bottom: 1px dashed #a7bfdd;
}

.izy-main .plain {
    position: absolute;
    right: -55px;
    bottom: 57px;
    /*animation: toRight ease-in-out .7s infinite alternate;*/
}

.izy-main .arrows {
    position: absolute;
    right: -93px;
    bottom: 71px;
    animation: toRight ease-in-out 1s infinite alternate;
}


.index-hezuo {
    padding: 60px 0;
    height:454px;
    z-index: 10;
    box-sizing: border-box;
    background: transparent;
    /*background: url(/assets/img/ytx/bg-h.png) no-repeat center / 100% auto;*/
}

.index-fix-banner{
    display: none;
    position: fixed;
    width:100%;
    height:849px;
    bottom:0px;
    left:0;
    z-index: 1;
    background: #fff var(--index-fix-banner-url) no-repeat center / 100% 100%;
}

.index-hezuo .left-line {
    top: 108px;
}

.parter-swiper {
    width: 1000px;
    height: 205px;
    float: left;
    /*background: #5684c5;*/
    background: var(--parter-swiper-url) no-repeat center / 100% 100%;
    margin: 80px 100px 0;
}

.index-hezuo2{
    display: none;
}

.index-hezuo .swiper-button-prev,
.index-hezuo .swiper-button-next {
    background: none;
    width: 68px;
    height: 68px;
    opacity: 1;
    top: 220px
}

.index-hezuo .swiper-button-prev{
    background: var(--index-hezuo-swiper-button-prev-url) no-repeat center / 100% 100%;
}

.index-hezuo .swiper-button-prev:hover{
    background: var(--index-hezuo-swiper-button-prev-hover-url) no-repeat center / 100% 100%;
}


.index-hezuo .swiper-button-next{
    background: var(--index-hezuo-swiper-button-next-url) no-repeat center / 100% 100%;
}

.index-hezuo .swiper-button-next:hover{
    background: var(--index-hezuo-swiper-button-next-hover-url) no-repeat center / 100% 100%;
}


.index-hezuo .swiper-button-prev:hover
.index-hezuo .swiper-button-next:hover {
    opacity: 1;
}

.parter-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-hezuo .swiper-button-prev {
    left: 00px;
}

.index-hezuo .swiper-button-next {
    right: 00px;
}

@media screen and (max-width: 1600px) {
    .is-item {
        width: 300px;
    }

    .isb-main{
        height:370px;
    }

    .isb-img {
        width: 100%;
        height: 370px;
    }

    .isb-main:hover .isb-img{
        height:310px;
    }

    .isb-img .line {
        width: 200px;
        margin-left: -100px;
    }

    .index-service .is-title {
        width: 751px;
    }

    .left-line {
        width: calc((100% - 1050px) / 2);
    }

    .body-content {
        background: #fff var(--body-content-url) no-repeat center 0 / 100% 100%;
    }

    .izy-item {
        float: left;
        width: 120px;
        margin: 0 30px;
        /*opacity: 0;*/
    }

    .parter-swiper {
        width: 850px;
    }

    .header .nav li {
        width: 120px;
    }


    .izy-main .t-line {
        left: 0;
        top: 246px;
    }

    .izy-main .arrows {
        right: -93px;
        bottom: 71px;
    }

    .izy-main .plain {
        right: -55px;
        bottom: 57px;
    }
}

/*合作客户*/
.cus-nav {
    width: 100%;
    border-bottom: 1px solid #5684c5;
    color: #5684c5;
    font-size: 30px;
    font-weight: 500;
    margin-top: 100px;
}

.cus-nav ul {
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}

.cus-nav li {
    width: 25%;
    line-height: 50px;
    cursor: pointer;
    margin-bottom: -3px;
    margin-right:5px;
}

.cus-nav li:last-child{
    margin-right:0;
}

.cus-nav li:hover,
.cus-nav li.active {
    border-bottom: 6px solid #5684c5;
}

.cus-page {
    /*display: none;*/
    margin-bottom: 0px;
}

.cus-page.active {
    display: block;
}

.cus-list {
    margin-bottom: 40px;
}

.cus-item {
    width: 100%;
    float: left;
    padding: 80px 60px 80px 0;
    box-sizing: border-box;
    border-bottom: 2px solid #cdcdcd;
}

.cus-item .texts {
    float: left;
    width: 870px;
}

.cus-item .img-box {
    float: right;
    position: relative;
    width: 180px;
}

.cus-item .img-box img {
    display: block;
    max-width: 100%;
    height: 160px;
}

.cus-s-item .img-box img{
    height:auto;
}

.cus-item .title {
    font-size: 27px;
    font-weight: 500;
    color: #5684c5;
    height: 27px;
    line-height: 27px;
    border-left: 4px solid #fd9b27;
    padding-left: 10px;
    margin-bottom: 40px;
    margin-top: 10px;
}

.cus-item .desc {
    margin-bottom: 30px;
}

.cus-item .desc,
.cus-item .desc a {
    color: #646464;
    font-size: 18px;
}

.cus-item .desc a:hover {
    color: #5684c5;
}

.customer-page {
    background: #fff;

}

.pages {
    display: flex;
    justify-content: center;
}

.pages a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #5684c5;
    margin-right: 7px;
    color: #5684c5;
    box-sizing: border-box;
}

.pages a:hover,
.pages a.active {
    background: #5684c5;
    color: #fff;
}

.pages a:last-child {
    margin-right: 0;
}

.index-customer .is-title-center{
    text-align: center;
    margin-top:40px;
}

.index-customer{
    height:536px;
    box-sizing: border-box;
    /*background: url(/assets/img/ytx/bg-h.png) no-repeat top center / 100% auto;*/
}

.index-customer .parter-swiper{
    margin-top:70px;
}

.customer-text{
    display: block;
}

.m-customer-text{
    display: none;
}


@media screen and (max-width: 1600px) {

    .cus-item {
        padding-right: 40px;
    }

    .cus-item .texts {
        width: 700px;
    }
}

.m-search-box .swiper-pagination-bullet,
.search-box .swiper-pagination-bullet{
    background: #999;
    opacity: .5;
}

.m-search-box .swiper-pagination-bullet-active,
.search-box .swiper-pagination-bullet-active{
    background: #0d95e8;
    opacity: 1;
}

@media screen and (max-width: 1000px) {
    .customer-text{
        display: none;
    }

    .m-customer-text{
        display: block;
    }
    .index-fix-banner{
        display: none !important;
    }
    .search-box{
        display: none;
    }
    .m-search-box{
        display: block;
    }
    .m-search-box {
        display: block;
        position: relative;
        z-index: 10;
        height: auto !important;
        margin-top:-20px;
        /*display: flex;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        /*flex-wrap: wrap;*/
    }
    .m-search-box .w100{
        position: absolute;
        top:30%;
        left:0;
    }
    .m-search-box h2{
        font-size: 30px;
        color: #fff;
        text-align: center;
        width: 100%;
        box-sizing: border-box;
        padding:0 10px;
        float: left;
        margin: 0px auto 10px;
        /*position: absolute;*/
        /*top:0;*/
        /*left:0;*/
    }
    .m-search-box h3 {
        font-size: 15px;
        color: #fff;
        text-align: center;
        width: 100%;
        float: left;
        margin-bottom: 30px;
        /*position: absolute;*/
        /*top:0*/
    }

    .m-search-box img{
        display: block;
        width:100%;
        opacity: 0;
    }
    .index-service {
        padding: 30px 0 20px
    }
    .index-service .is-title {
        width: 100%;
        /*border-bottom:0;*/
    }

    .is-title .line {
        position: absolute;
        bottom: -3px;
        left: 50%;
        margin-left: -50px;
        width: 100px;
        height: 5px;
        background: #5684c5;
    }
    .body-content{
        background: #fff;
    }
    .is-title{
        overflow: visible;
        border-bottom: 1px solid #5684c5;
    }
    .is-title h4.title{
        font-size:17px;
        font-weight: 500;
    }

    .is-title-left{
        float:none
    }

    .is-item .isb-line{
        display: none;
    }
    .isb-title {
        width: 100%;
        float: left;
        margin-top: 10px;
        font-size: 14px;
        text-align: center;
        margin-bottom: 20px;
    }
    .is-box{
        display: none;
    }
    .m-is-box{
        display: flex;
    }
    .m-is-box .is-item{
        width:30%;
        padding-top:20px
    }
    .m-is-box .is-item img{
        display: block;
        width:100%;
    }
    a.more{
        width:90px;
    }

    .index-pinzhi {
        padding: 20px 0 20px;
        background: none;
    }
    .left-line{
        display: none;
    }
    .ipz-item{
        width:86px;
        height:118px;
    }
    .ipz-item .text {
        font-size: 12px;
        color: #fff;
        overflow: hidden;
        font-weight: bold;
        padding-top: 20px;
        box-sizing: border-box;
        position: absolute;
        bottom: 0px;
        left: 0;
        opacity: 1;
        width: 100%;
        height: 100%;
        background: var(--ipz-itemipz-item-text-url) no-repeat center / 100% 100%;
    }

    .ipz-item .intro {
        position: absolute;
        bottom: -60px;
        left: 0;
        line-height: 20px;
        font-size: 14px;
        width: 105%;
    }

    .ipz-text {
        margin-top: 100px;
        color: #646464;
    }

    .ipz-text p {
        line-height: 25px;
        font-size: 14px;
    }

    .ipz-text a.more{
        float:none !important;
        margin:20px auto;
    }

    .ipz-main .arrows {
        display: none;
        position: absolute;
        bottom: -10px;
        right: -33px;
        animation: toRight ease-in-out 1s infinite alternate;
    }

    .ipz-main .line{
        bottom:1px
    }

    .ipz-item{
        margin:0;
    }

    .ipz-item:last-child {
        margin:0;
    }

    .ipz-item:last-child .intro{
        margin-left:-2px;
    }

    .ipz-item:first-child {
        margin: 0px;
    }

    .ipz-box {
        margin-top: 30px;
        overflow-x: hidden;
    }

    .ipz-main{
        width:100%;
        float:left;
    }

    .ipz-main .list{
        width:100%;
        float:left;
        display: flex;
        justify-content: space-between;
    }

    .izy-item .z-ani {
        opacity: 1;
    }

    .izy-main .plain,
    .izy-main .arrows{
        display: none;
    }

    .izy-item .text {
        width: 100%;
        text-align: center;
        font-size: 16px;
        opacity: 1;
    }

    .izy-main .t-line {
        left: 0;
        top: 246px;
        display: none;
    }

    .izy-item .line {
        width: 50%;
        height: 4px;
        background: #fff;
        position: relative;
        z-index: 10;
        opacity: 1;
        margin-left: 25%;
        margin-bottom: 10px;
    }
    .izy-item:first-child {
        margin-left: 0px;
    }
    .izy-item {
        float: left;
        width: 50%;
        box-sizing: border-box;
        padding:0 6%;
        margin: 15px 0;
        position: relative;
        /* opacity: 0; */
        min-height: 160px;
    }
    .izy-box {
        margin-top: 20px;
        overflow: hidden;
    }
    .izy-item img {
        display: block;
        margin: 0 auto;
        height: 50px;
    }
    .izy-item .year {
        font-family: fontDin;
        font-weight: 500;
        text-align: center;
        width: 100%;
        margin: 10px 0 5px;
        font-size: 35px;
    }
    .izy-item .text {
        width: 100%;
        float: left;
        text-align: center;
        font-size: 14px;
        opacity: 1;
    }
    .index-zhuanye {
        background: #1455a4;
        color: #fff;
        padding: 30px 0 10px;
    }
    .index-hezuo{
        display: none;
    }
    .index-hezuo2{
        display: block;
    }

    .parter-swiper {
        width: 80%;
        height: 100px;
        float: none;
        /*background: #5684c5;*/
        background:var(--parter-swiper-url) no-repeat center / 100% 100%;
        margin: 70px auto 0;
    }

    .parter-swiper img{
        height:90px;
        display: block;
    }

    .index-hezuo2 .swiper-button-prev,
    .index-hezuo2 .swiper-button-next {
        background: none;
        width: 20px;
        height:33px;
        opacity: 1;
        top: 160px
    }

    .index-hezuo2 .swiper-button-prev{
        left:0;
        background: var(--index-hezuo2-swiper-button-prev-url) no-repeat center / 100% 100%;
    }

    .index-hezuo2 .swiper-button-next{
        right:0;
        background: var(--index-hezuo2-swiper-button-next-url) no-repeat center / 100% 100%;
    }

    .index-hezuo2 .swiper-button-prev:hover{
        left:0;
        background: var(--index-hezuo2-swiper-button-prev-url) no-repeat center / 100% 100%;
    }

    .index-hezuo2 .swiper-button-next:hover{
        right:0;
        background: var(--index-hezuo2-swiper-button-next-url) no-repeat center / 100% 100%;
    }



    .index-hezuo2 .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .index-hezuo2 {
        padding: 40px 0 0;
        height:310px;
        z-index: 10;
        box-sizing: border-box;
        background: transparent;
        background: var(--index-fix-banner-url) no-repeat center / cover;
    }
    .cus-nav {
        width: 100%;
        border-bottom: 1px solid #5684c5;
        color: #5684c5;
        font-size: 17px;
        font-weight: 500;
        margin-top: 40px;
    }
    .cus-nav li:hover, .cus-nav li.active {
        border-bottom: 5px solid #5684c5;
    }
    .cus-nav li {
        width: 25%;
        line-height: 40px;
        cursor: pointer;
        margin-bottom: -3px;
        margin-right: 5px;
    }
    .cus-item {
        padding-right: 0px;
    }
    .cus-item {
        width: 100%;
        float: left;
        padding: 20px 0px 20px 0;
        box-sizing: border-box;
        border-bottom: 2px solid #cdcdcd;
    }
    .cus-item .texts {
        width: 100%;
    }
    .cus-item .title {
        font-size: 17px;
        font-weight: 500;
        color: #5684c5;
        height: 20px;
        line-height: 20px;
        border-left: 4px solid #fd9b27;
        padding-left: 10px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
    .cus-item .desc, .cus-item .desc a {
        color: #646464;
        font-size: 14px;
        LINE-HEIGHT: 25PX;
    }
    .cus-item .desc {
        margin-bottom: 10px;
    }
    .cus-item .img-box {
        float: right;
        position: relative;
        width: 100%;
        TEXT-ALIGN: CENTER;
    }
    .cus-item .img-box img {
        display: block;
        max-width: 100%;
        height: 160px;
        MARGIN: 0 AUTO;
    }
    .index-customer.index-hezuo2{
        padding:0;
    }

    .cus-s-item .img-box {
        float: right;
        position: relative;
        width: 100%;
        TEXT-ALIGN: CENTER;
        margin: 10px 0;
    }
    .cus-s-item .img-box img {
        display: block;
        max-width: 100%;
        height: auto;
        MARGIN: 0 AUTO;
        width: 150px;
    }
    .ipz-item .text .box {
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 15px;
        font-size:11px;
    }
}

/*合作客户*/
















