
  .aboutnei .e_loop-6 .p_list{      margin: 0.5vw auto!important;  box-shadow: 0px 0px 8px 1px #ebeef2;padding:0.5vw 0!important}
    .aboutnei{    min-height: 100px;}
.aboutnei .e_loop-6 .p_loopitem{        padding:0 2vw!important;padding-left:2vw;margin:2vw 0}
    .aboutnei .e_loop-6 .p_loopitem:after {
        position: absolute;
        top: 35%;
        left: -1px;
        content: '';
        width: 1px;
        height: 30%;
        background: #1365b9;
    }
        .aboutnei  .e_loop-6 .p_loopitem {
         
        border-left: solid 1px #ddd;}
        .aboutnei .e_loop-6 .p_loopitem:nth-of-type(1) {
    border-left: solid 0px #ddd;
}
.crcm .swiper-container { 
    position: relative;
    overflow: hidden;
    margin-bottom: 4vw;
}

.foots .foot_logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.foots .foot_logo>div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.foots .foot_logo>div span {
    color: #fff;
    padding: 0.5vw 0 0 0;
}

.caseswip {
    position: relative;
}

.caseswip .swiper-button-prev {
    left: 8%;
    color: #929292
}

.caselist {
    overflow: hidden;
    margin-left: 10%;
    margin-bottom: 3vw;
}

.partner {
    display: flex;
    padding: 4vw 0 2vw 0;
}

.partner .container {
    display: flex;
    max-width: 1440px;
    padding: 0;
}
.partner .right {width:70%}
.partner .right .indexmore {
    margin: 4vw 0 5vw 0;
}

.partner .right li {
    display: flex;
    padding: 1vw 0 0 0;
}

.partner .right li h2 {
    font-size: 32px;
    color: #0970d9;
    line-height: 1;
}

.partner .right li h2:nth-of-type(2) {
    border-left: 2px solid #0970d9;
    padding-left: 1vw;
    margin-left: 1vw;
}

.partner .index_title {
    text-align: left;
}

.partner .index_title h2 {
    color: #333;
    margin-top: 0vw;
}

.partner .left img {
    max-width: 100%;
}

.partner .right {
    padding-right: 5%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.partner .right p {
    font-size: 16px
}

.news .index_title h3 {
    color: rgba(255, 255, 255, 0.1);
}

.news .index_title {
    text-align: left;
    width: 50%;
}

.news .index_title h2 {
    color: #fff;
}

.news .container {
    max-width: 1440px;
}

.news .head {
    display: flex;
    flex-direction: row;
}

.news .left,
.news .right {
    width: 50%;
    margin: 0;
}

.news .left {
    padding-right: 5%;
}

.news .left h2 {
    font-size: 22px;
    color: #fff;
    padding: 1.4vw 1vw;
    margin: 0;
    display: inline-block;
    position: relative;
}

.news .left h2 span {
    position: relative;
    z-index: 1;
}

.news .left h2::before {
    background-color: #0970d9;
    position: absolute;
    left: 1vw;
    text-align: center;
    bottom: 5px;
    content: "";
    height: 1vw;
    width: calc(100% - 2vw);
    font-size: 60px;
    opacity: 1;
    top: 2.2vw;
    z-index: 0;
}

.news .left p {
    font-size: 14px;
    color: #fff;
    padding: 0 1vw;
}

.news .right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.news .right li {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #fff;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 10px;
    margin: 0 0 2.5% 0;
    height: 100%;
    padding: 1vw 2vw;
    justify-content: space-between;
}

.news .right li.active {
    background-color: #fff;
}

.news .right li.active span,
.news .right li.active p {
    color: #929292;
}
.news .right li h2 {
    font-size: 16px;color: #fff;
}
.news .right li.active h2 {
    color: #0970d9;
}



.news .right li p {
    font-size: 12px;
    color: #d5d5d5;
    
}
.news .right li a{width: 85%;}
.news .right li span{width: 15%;}
.news .con {
    display: none;
    padding: 0;
    flex-direction: row;
}

.news .show {
    display: flex;
    padding: 0;
    flex-direction: row;
}

.news .left img {
    border-radius: 10px;
    max-width: 100%;
}

.news .nav li {
    font-size: 18px;
    color: #fff;
    line-height: 2;
    padding: 1vw;
    border-bottom: 2px solid rgba(255, 255, 255, 0.38);
}

.news .nav li.active {
    border-bottom: 2px solid #0970d9;
}

.news .nav li a {
    padding: 1vw 2vw;
    cursor: pointer;
}

.news .nav li:last-child,
.news .nav li:last-child a {
    padding: 1vw 0 1vw 1vw;
}

.news .nav {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.aboutus {
    display: flex;
    padding: 4vw 0;
}

.aboutus .right .more {
    background-color: #0970d9;
    color: #fff;
}

.aboutus .right .indexmore {
    margin: 3vw 0 2vw 0;
}

.aboutus .right li {
    display: flex;
    padding: 1vw 0 0 0;
}

.aboutus .right li h2 {
    font-size: 32px;
    color: #0970d9;
    line-height: 1;
}

.aboutus .right li h2:nth-of-type(2),.aboutus .right li h2:nth-of-type(3),.aboutus .right li h2:nth-of-type(4) {
    border-left: 2px solid #0970d9;
    padding-left: 1vw;
    margin-left: 1vw;
}

.aboutus .index_title h3 {
    top: 1.5vw;
    bottom: 0;
}

.aboutus .index_title {
    text-align: left;
    margin: 2vw 0;
}

.aboutus .index_title h2 {
    color: #0970d9;
    margin-top: 0vw;
}

.aboutus .left {
    padding-right: 3%;
}

.aboutus .right {
    padding-right: 3%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.aboutus .right p {
    font-size: 16px;   padding-right: 10%;
    line-height: 2.4;
}

.hangyes {
    position: relative;
}

.hyswipersmall {
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    max-width: 1440px;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    padding: 2vw 4vw 0.5vw 4vw;
}

.hyswipersmall h2 {
    cursor: pointer;
    color: rgba(255, 255, 255, 0.5);
    font-size: 20px;
    font-weight: 400;
    line-height: 3;
    border-top: 4px solid rgba(255, 255, 255, 0.3);
}

.hyswipersmall h2.swiper-slide-thumb-active {
    color: #fff;
    border-top: 4px solid #fff;
}

.index_title {
    margin: auto;
    width: 100%;
    text-align: center;
}

.index_title h2 {
    font-size: 38px;
    font-weight: bold;
    color: #333;
    letter-spacing: 1px;
    line-height: 1;
    margin-top: 3vw;
}

.index_title h3 {
    font-size: 68px;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(9, 112, 217, 0.1);
    letter-spacing: 1px;
    line-height: 1;
    position: relative;
    bottom: 2vw;
}

.indexproduct .listnav {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.indexproduct .listnav li {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    border-radius: 15px;
    border: 1px solid #909090;
    font-size: 20px;
    color: #909090;
    padding: 10px;
    margin: 1vw 0;
    cursor: pointer;
}

.indexproduct .listnav li img:nth-of-type(2) {
    display: none;
}

.indexproduct .listnav li.active img:nth-of-type(1) {
    display: none;
}

.indexproduct .listnav li.active img:nth-of-type(2) {
    display: inline-block;
}

.indexproduct .listnav li p {
    color: #909090;
    padding-left: 1vw;
}

.indexproduct .listnav li.active p {
    color: #fff;
}

.indexproduct .listnav li.active {
    background: #0970d9;
}

.indexproduct .prolists {
    display: flex;
    flex-wrap: wrap;
    gap: 2vw;
    margin-top: 1vw;
    justify-content: space-between;
}

.indexproduct .prolists li h2 {
    font-size: 22px;
    margin-bottom: 2vw;
}

.indexproduct .prolists li img {
    max-width: 100%;
    width:50%;
}

.indexproduct .prolists li p {
    font-size: 14px;
    line-height: 2;
    padding-right:5%;
}

.indexproduct .prolists li a {
    margin-bottom: 0;
}

.indexproduct .prolists li a span {
    color: #909090;
    border-color: #909090;
    padding: 5px 30px 5px 30px
}

.indexproduct .prolists li {
    width: calc(50% - 1vw);
    background: #f7f7f7;
    border-radius: 10px;
    padding: 3vw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.hyswiper {
    width: 100%;
    overflow: hidden;
}
.hyswiper .swiper-slide img{width:100%}
.hyswiper .swiper-slide {
    position: relative;
}

.hyswiper .swiper-slide h2 {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: #fff;
    font-weight: bold;
}

@media screen and (max-width:1600px) {
    .indexproduct .listnav li {
        font-size: 16px;
    }
    .aboutus .right {
        padding-right: 2%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        width: 50%;
    }
    .aboutus .left img {
        max-width: 100%;
    }
    .aboutus .left {
        width: 60%;
        padding-right: 5%;
    }
}

@media screen and (max-width:768px) {
    .aboutnei .e_loop-6 .p_list{     box-shadow: 0px 0px 8px 1px #fff;}
    .aboutnei .e_loop-6 .p_loopitem{    padding:   2vw !important;
    border-left: solid 0px #ddd;
     margin:   0;}
    .indexproduct .prolists li img{width:100%}
    .indexproduct .prolists li h2{margin-top:2vw}
    .news .right li span {
    width: 21%;
}
    .partner .right{width:100%}
    .footer_socail_icons {
        padding: 2vw;
        margin-bottom: 1vw
    }
    #c_effect_004_P_043-1720173441964 .e_container-11 {
        padding: 8vw 2vw 0vw 2vw;
        margin: 0 auto;
        width: 90%;
    }
    #c_effect_004_P_043-1720173441964 .e_container-11 .cbox-11-0 {
        border-bottom-width: 0
    }
    .footer_socail_icons .info span {
        padding: 0
    }
    .footer_socail_icons .info span.iline {
        display: none;
    }
    .footer_socail_icons .info {
        flex-direction: column;
        align-items: flex-start;
    }
    .caseswip .swiper-button-prev {
        left: 10px;
    }
    .caselist {
        margin-left: 0
    }
    .partner .container {
        flex-direction: column;
    }
    .partner .container h3.h {
        font-size: 18px;
    }
    .partner .right p {
        font-size: 14px;
    }
    .partner .right p.line {
        padding: 0
    }
    .news .left h2::before {
        height: 3vw;
        top: 5.2vw;
    }
    .news .show {
        flex-direction: column;
    }
    .news .left,
    .news .right {
        width: 100%;
        padding-right: 0;
    }
    .news .right {
        padding-top: 3vw;
    }
    .news .index_title h2 {
        margin-top: 8vw;
    }
    .news .nav li {
        font-size: 14px;
    }
    .news .nav {
        width: 72%
    }
    .news .index_title {
        width: 28%
    }
    .aboutus .right p {
        font-size: 14px;
    }
    .aboutus .index_title h3 {
        top: 3.5vw;
        bottom: 0;
    }
    .aboutus .right li h2 {
        font-size: 24px;
    }
    .aboutus .right li h2:nth-of-type(2) {
        border-left: 2px solid #0970d9;
        padding-left: 4vw;
        margin-left: 4vw;
    }
    .aboutus {
        flex-direction: column;
    }
    .aboutus .left,
    .aboutus .right {
        width: 100%;
        padding: 0 2vw;
    }
    .hyswipersmall h2 {
        font-size: 16px;
    }
    .hyswipersmall {
        height: 60px;
        width: 96%;
    }
    .hyswiper .swiper-slide {
        max-height: 60vh;
    }
    .hyswiper .swiper-slide h2 {
        font-size: 42px;
        width: 100%;
        text-align: center;
    }
    .indexproduct .prolists li p {
        font-size: 12px;padding-right:0;
    }
    .indexproduct .prolists li h2 {
        font-size: 18px;
    }
    .indexproduct .prolists {
        margin-top: 3vw;
    }
    .indexproduct .prolists li {
        flex-direction: column-reverse;
    }
    .index_title h2 {
        font-size: 26px;
    }
    .index_title h3 {
        font-size: 36px;
        bottom: 5vw;
    }
    .indexproduct .prolists li a span {
        padding: 2px 15px
    }
    .indexproduct .listnav li {
        margin: 0.1vw 0;
        padding: 1vw;
    }
    .indexproduct .listnav li img {
        max-width: 30px;
    }
    .indexproduct .listnav li p {
        font-size: 12px;
    }
}