.Index .fix-nav {
    display: none;
}

@media (max-width: 1200px) {
    .Index .header-box {
        height: 0;
    }

    .Index #header {
        /*background-color: #333;*/
    }
}

/**首页banner**/
.index-banner {
    position: relative;
}

.index-banner .swiper {
    height: 100%;
}

.index-banner .box {
    display: block;
    position: relative;
    /*height: 100vh;*/
    text-align: center;
}

.index-banner .box img {
    display: block;
    height: 100%;
    object-fit: cover;
}

.index-banner .box .pc {
    display: inline;
}

.index-banner .box .phone {
    display: none;
}

.index-banner .swiper-slide {
    overflow: hidden;
}

.index-banner .swiper-slide.swiper-slide-active .content-box {
    transform: translate(0, 0);
    opacity: 1;
}

.index-banner .content-box {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 30px);
    width: 100%;
    height: 100%;
    text-align: left;
    opacity: 0;
    transition: transform 0.6s, opacity 0.4s;
    transition-delay: 1.5s;
}

.index-banner .content-box .h2-des {
    font-size: var(--fs18);
    line-height: 1.4em;
    letter-spacing: 2px;
    color: #ccc;
}

.index-banner .content-box .h2 {
    margin-top: 9px;
    /* background-image: linear-gradient(to bottom, #eb3e35, #fd242d);*/
    -webkit-background-clip: text;
    font-size: var(--fs42);
    font-weight: bold;
    line-height: 1.4em;

    color: #fff;
}

.index-banner .swiper-other {
    position: absolute;
    left: 0;
    bottom: 5.4%;
    width: 100%;
    z-index: 2;
}

.index-banner .swiper-other .cycle-box {
    --size: var(--cw);
    display: block;
}

.index-banner .swiper-other .cycle-box .cycle-son::before {
    --b-c: #ffffff;
    --b-w: 1px;
}

@media (max-width: 1600px) {
    .index-banner .content-box .h2-des {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .index-banner .content-box .h2 {
        margin-top: 6px;
        font-size: 44px;
        letter-spacing: 2px;
    }

    .index-banner .swiper-other .swiper-pagination-bullet {
        --cw: 12px;
        margin: 0 8px;
    }
}

@media (max-width: 1441px) {
    .index-banner .content-box .h2-des {
        font-size: 22px;
        letter-spacing: 0;
    }

    .index-banner .content-box .h2 {
        margin-top: 2px;
        font-size: 40px;
        letter-spacing: 0;
    }

    .index-banner .swiper-other .swiper-pagination-bullet {
        --cw: 10px;
        margin: 0 6px;
    }
}

@media (max-width: 1200px) {
    .index-banner .box .pc {
        display: none;
    }

    .index-banner .box .phone {
        display: block;
    }

    .index-banner .content-box {
        transition-delay: 0.3s;
    }

    .index-banner .content-box .h2-des {
        font-size: 0.3rem;
    }

    .index-banner .content-box .h2 {
        margin-top: 0.2rem;
        font-size: 0.48rem;
    }

    .index-banner .swiper-other {
        bottom: 0.35rem;
    }

    .index-banner .swiper-other .swiper-pagination-bullet {
        --cw: 0.26rem;
        margin: 0 0.08rem;
    }

    .index-banner .swiper-other .swiper-pagination-bullet::before {
        border-width: 2px;
    }

    .index-banner .swiper-other .cycle-box {
        --b-w: 2px;
    }
}

/*产品展示*/
#m2 {
    position: relative;
    z-index: 2;
    background: #fff;
}

#m2 .list {
    width: 100%;
    height: calc(100vh);
    /*background: #eee url('../images/probg1.jpg') no-repeat center/cover;*/
    position: relative;
}

#m2 .list .pbg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .65s ease;
    z-index: 2
}

#m2 .list .s0 {
    background: url('../images/bigimg1.jpg') no-repeat center/cover;
    transition: 1s;
    z-index: 2
}

#m2 .list .s1 {
    background: url('../images/bigimg2.jpg') no-repeat center/cover;
    transition: 1s;
    z-index: 2
}

#m2 .list .s2 {
    background: url('../images/bigimg3.jpg') no-repeat center/cover;
    transition: 1s;
    z-index: 2
}

#m2 .list .s3 {
    background: url('../images/bigimg4.jpg') no-repeat center/cover;
    transition: 1s;
    z-index: 2
}

#m2 .list .active {
    opacity: 1;
}

#m2 .list .item {
    width: 33.33%;
    height: 100%;
    position: relative;
    border-right: 1px solid #e9e9e9;
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
    transition: all .55s;
}

#m2 .list:hover .item,
#m2 .list:hover .item.on {
    border-right: 1px solid rgba(255, 255, 255, .5);
    color: #fff
}

#m2 .list .item:last-child {
    border-right: 0px none;
}

#m2 .list .item .pbg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(#000, #333);
    opacity: 0;
    transition: all .4s;
    z-index: 1
}

#m2 .list .item:hover .pbg {
    opacity: .5;
}

#m2 .list .item:hover .tit,
#m2 .list .item:hover .desc {
    color: #fff
}

@media (max-width:1439px) {

    /*1366*/
    #m2 .tit-container .desc {
        font-size: 1.6rem;
    }
}

#m2 .list .wrapper {
    display: flex;
    height: 100%;
    position: relative;
}

#m2 .list .box {
    position: relative;
    z-index: 2;
    top: 25%;
    transition: all .35s;
}

#m2 .list .wrapper .active {
    top: 20%;
}

#m2 .list .item i {
    font-size: 10rem;
    background: linear-gradient(#fb5483, #4488fa);
    -webkit-background-clip: text;
    color: transparent;
    height: 10rem;
    line-height: 10rem;
    transition: all .35s;
}

#m2 .list .item i.icon-buildings_tower- {
    font-size: 9.6rem;
}

#m2 .list .item i.icon-taiyangnengdianchi {
    font-size: 9.4rem;
}

#m2 .list .item i.icon-ditie {
    font-size: 9.6rem;
}

#m2 .list .item .active i {
    color: #fff;
}

#m2 .list .item .tit {
    font-size: 0.3rem;
    color: #fff;
    margin-top: 32px;
    transition: all .35s;
    font-weight: bold;
}

#m2 .list .item .active .tit {
    color: #fff;
    font-size: 4rem;
}

#m2 .list .item .desc {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.6;
    /*height: 50px;*/
    transition: all .35s;
    max-width: 350px;
    margin: 28px auto auto auto;
}

#m2 .list .item .active .desc {
    color: rgba(255, 255, 255, .8);
}

#m2 .list .item .more {
    margin: 85px;
    border: 1px solid #d3d3d3;
    font-size: 0.1rem;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 50px;
    color: #999;
    transition: all .28s;
}

#m2 .list:hover .more {
    opacity: .7;
    background: #fff;
    color: #666;
    border: 1px solid #fff;
}

#m2 .list .active .more {
    opacity: .7;
    background: #fff;
    color: #666;
    margin-top: 110px;
    border: 1px solid #fff;
}

#m2 .list .item .more:hover {
    opacity: 1;
    color: #5f8cec;
}

@media (max-width:1679px) {

    /*1440*/
    #m2 .list .item i {
        font-size: 9rem;
    }

    #m2 .list .item i.icon-buildings_tower- {
        font-size: 8.6rem;
    }

    #m2 .list .item i.icon-taiyangnengdianchi {
        font-size: 8.4rem;
    }

    #m2 .list .item i.icon-ditie {
        font-size: 8.6rem;
    }

    #m2 .list .item .tit {
        font-size: 0.3rem;
    }

    #m2 .list .item .active .tit {
        font-size: 0.2rem;
    }

    #m2 .list .item .desc {
        font-size: 0.15rem;
    }
}

@media (max-width:1439px) {

    /*1366*/
    #m2 .list .item i {
        font-size: 8.6rem;
    }

    #m2 .list .item i.icon-buildings_tower- {
        font-size: 8.2rem;
    }

    #m2 .list .item i.icon-taiyangnengdianchi {
        font-size: 8rem;
    }

    #m2 .list .item i.icon-ditie {
        font-size: 0.8rem;
    }

    #m2 .list .item .active .tit {
        font-size: 0.3rem;
    }

    #m2 .list .item .desc {
        font-size: 0.14rem;
    }

    #m2 .list .item .tit {
        font-size: 0.26rem;
        margin-top: 10px;
    }

    #m2 .list .item .active .tit {
        font-size: 0.3rem;
    }

    #m2 .list .item .box .desc {
        font-size: 0.14rem;
        max-width: 90%;
        margin: 20px auto auto auto;
    }

    #m2 .list .item .more {
        margin: 40px;
        font-size: 0.14rem;
        padding: 13px 32px;
    }

    #m2 .list>.pbg {
        display: none;
    }
}

@media (max-width:1365px) {

    /*1280*/
    #m2 .list .item .tit {
        font-size: 0.4rem;
    }

    #m2 .list .item .active .tit {
        font-size: 0.27rem;
    }

    #m2 .list .item .desc {
        font-size: 0.13rem;
        padding: 0 10px;
    }
}

@media (max-width:1279px) {

    /*MP*/
    #m2 .tit-container {
        background: #111 url('../images/probg1.jpg') no-repeat center/cover;
        padding: 50px 0 55px 0;
    }

    #m2 .tit-container .desc {
        padding: 0 15px;
    }

    #m2 .list .item:hover .pbg {
        opacity: 0;
    }

    #m2 .list .item.active .pbg {
        opacity: .75;
    }

    #m2 .list {
        height: auto;
        background: none;
    }

    #m2 .list .wrapper {
        display: block;
        height: auto;
    }

    #m2 .list .item {
        width: 100%;
        height: auto;
        border-right: 0px none;
        border-bottom: 1px solid #eee;
    }

    #m2 .list .box {
        top: 0;
        padding: 30px 15px;
    }

    #m2 .list .item i {
        font-size: 6.6rem;
    }

    #m2 .list .item i.icon-buildings_tower- {
        font-size: 5.6rem;
    }

    #m2 .list .item i.icon-taiyangnengdianchi {
        font-size: 5.4rem;
    }

    #m2 .list .item i.icon-ditie {
        font-size: 5.6rem;
    }

    #m2 .list:hover .more {
        opacity: 1;
        background: unset;
        color: #999;
        border: 1px solid #d3d3d3;
    }

    #m2 .list .item.active .more {
        opacity: .7;
        background: #000;
        color: #666;
        border: 1px solid #fff;
    }

    #m2 .list .item .pbg {
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(#000, #333);
        opacity: 0;
        transition: all .4s;
    }

    #m2 .list .item:hover .pbg {
        opacity: .5;
    }

    #m2 .list .item:hover .tit,
    #m2 .list .item:hover .desc {
        color: #fff
    }

    #m2 .list:hover .item .more {
        color: #fff
    }
}

/*æ–°é—»ä¸­å¿ƒ*/
.indexClientMain {
    padding-bottom: 10vh
}

.indexClientMain .indexClientDesc {
    color: #000;
}

.indexClientMain .indexClientDesc .desc {
    overflow: hidden;
}

.indexClientMain .indexClientBox {
    padding: 15px 0px 0;
}

.indexClientMain .indexClientBox .commonweb {}

.indexClientMain .indexClientBox .indexClientData {}

.indexClientMain .indexClientBox .indexClientData .indexTitle {
    color: #000;
}

.indexClientMain .indexClientBox .indexClientDataList {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.indexClientMain .indexClientBox .indexClientDataList .list {
    display: flex;
    padding-right: var(--fs52);
}

.indexClientMain .indexClientBox .indexClientDataList .list .numberBox {
    font-size: 14px;
    line-height: 1;
    color: #ccc;
    padding-bottom: 10px;
}

.indexClientMain .indexClientBox .indexClientDataList .list .numberBox span {
    font-size: var(--fs32);
    margin-right: 5px;
    font-family: 'Bronova';
    display: block;
    font-weight: bold;
    color: #fff;
    font-weight: bold;
}

.indexClientMain .indexClientBox .indexClientDataList.animated .list:nth-child(2) .bar span {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.indexClientMain .indexClientBox .indexClientDataList.animated .list:nth-child(3) .bar span {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.indexClientMain .indexClientBox .indexClientListBox {
    margin-top: 35px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.indexClientMain .indexClientBox .indexClientListBox .indexClientList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1px -4px -1px 0px;
}

.indexClientMain .indexClientBox .indexClientListBox .indexClientList .list {
    width: 33.333%;
    margin: 0px 0px -1px -1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.indexClientMain .indexClientBox .indexClientListBox .indexClientList .list img {
    width: 100%;
    display: block;
}

.indexClientMain .indexClientBox .indexClientListBox .indexClientList .list:nth-child(3n) {
    border-right: none;
}

@media (min-width: 768px) {
    .indexClientMain .indexClientDesc {
        font-size: 2.813vw;
        line-height: 3.375vw;
        padding: 5vw 0vw 3.75vw;
    }

    .indexClientMain .indexClientBox {
        padding: 2.188vw 0vw 5vw;
    }

    .indexClientMain .indexClientBox .indexClientData {}

    .indexClientMain .indexClientBox .indexClientDataList {}

    .indexClientMain .indexClientBox .indexClientDataList .list {
        padding-right: var(--fs52);
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox {
        font-size: 0.938vw;
        padding-bottom: 0.625vw;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox span {
        margin-right: 0.313vw;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .bar {
        height: 0.5vw;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list:nth-child(2) .bar {
        width: 75%;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list:nth-child(3) .bar {
        width: 57%;
    }

    .indexClientMain .indexClientBox .indexClientDataList.animated .list .bar span {
        width: 100%;
    }

    .indexClientMain .indexClientBox .indexClientListBox {
        margin-top: 3.75vw;
        width: 50.75vw;
        height: 100%;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList {
        margin: -0.063vw -0.375vw -0.063vw 0vw;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list {
        width: 20%;
        margin: 0vw 0vw -0.063vw -0.063vw;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list:nth-child(3n) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list:nth-child(5n) {
        border-right: none;
    }
}

@media (min-width: 1200px) {
    .header {
        padding: 0vw;
    }

    .indexClientMain .indexClientDesc {
        font-size: 2.344vw;
        line-height: 2.813vw;
        padding: 4.167vw 0vw 3.125vw;
    }

    .indexClientMain .indexClientBox {
        padding: 1.823vw 0vw 4.167vw;
    }

    .indexClientMain .indexClientBox .indexClientData {}

    .indexClientMain .indexClientBox .indexClientDataList {}

    .indexClientMain .indexClientBox .indexClientDataList .list {
        padding-right: var(--fs52);
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox {
        font-size: 0.781vw;
        padding-bottom: 0.521vw;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox span {
        margin-right: 0.26vw;
        color: #fff;
        font-weight: bold;
        font-size: var(--fs52);
        margin-right: 5px;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .bar {
        height: 0.417vw;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list:nth-child(2) .bar {
        width: 75%;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list:nth-child(3) .bar {
        width: 57%;
    }

    .indexClientMain .indexClientBox .indexClientDataList.animated .list .bar span {
        width: 100%;
    }

    .indexClientMain .indexClientBox .indexClientListBox {
        margin-top: 3.125vw;
        width: 48.958vw;
        height: 100%;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList {
        margin: -0.052vw -0.313vw -0.052vw 0vw;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list {
        width: 20%;
        margin: 0vw 0vw -0.052vw -0.052vw;
    }
}

@media (min-width: 1600px) {
    .indexClientMain .indexClientDesc {
        font-size: 45px;
        line-height: 54px;
        padding: 80px 0px 60px;
    }

    .indexClientMain .indexClientBox {
        padding: 35px 0px 80px;
    }

    .indexClientMain .indexClientBox .indexClientData {}

    .indexClientMain .indexClientBox .indexClientDataList {}

    .indexClientMain .indexClientBox .indexClientDataList .list {
        padding-right: var(--fs52);
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox span {
        color: #fff;
        font-weight: bold;
        margin-right: 5px;
    }

    .indexClientMain .indexClientBox .indexClientListBox {
        margin-top: 60px;
        width: 940px;
        height: 100%;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList {
        margin: -1px -6px -1px 0px;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list {
        width: 20%;
        margin: 0px 0px -1px -1px;
    }
}

.index-countbg {
    background: url(../images/countbg.jpg) no-repeat center / cover;
    height: 100%;
    width: 100%;
    position: relative;
    padding-top: 2.2rem;
    overflow: hidden;
    cursor: pointer;
}

.e-main {
    width: 100%;
    position: relative;
    padding-top: 2.2rem;
    overflow: hidden;
    cursor: pointer;
}

.e-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center top;
}

.e-inner {
    width: 100%;
    max-width: 18rem;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.e-cont {
    width: 100%;
    margin-bottom: 3.72rem;
}

.e-box {
    width: 100%;
    text-align: center;
    margin-bottom: .45rem;
}

.e-icon {
    height: .87rem;
    vertical-align: top;
}

.e-title {
    font-size: .6rem;
    color: #fff;
    text-align: center;
    line-height: 1;
    margin-bottom: .28rem;
}

.e-row {
    width: 100%;
    text-align: center;
}

.e-des {
    color: #fff;
    line-height: 1.8;
    text-align: center;
    margin-bottom: .42rem;
}

.e-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.38rem;
}

.e-item {
    display: inline-block;
    vertical-align: top;
}

.e-dd {
    font-size: 0;
    margin-bottom: .07rem;
    white-space: nowrap;
}

.e-num {
    display: inline-block;
    vertical-align: top;
    font-size: .72rem;
    color: #fff;
    line-height: 1;
    visibility: hidden;
    opacity: 0;
}

.e-num.show {
    visibility: visible;
    opacity: 1;
}

.e-u {
    color: #fff;
    line-height: 1;
    padding-left: .1rem;
    margin-top: .06rem;
    display: inline-block;
    vertical-align: top;
    font-weight: bold;
}

.e-dt {
    color: #fff;
    line-height: 1;
    font-weight: bold;
}

.e-big {
    width: 100%;
    position: relative;
    z-index: 12;
    overflow: hidden;
    cursor: pointer;
    background-color: #f2f2f2;
}

.e-big-img {
    width: 100%;
    min-height: 100%;
    object-fit: cover;
    vertical-align: top;
}

.e-big-text {
    width: 18rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(0, -54.3%);
    margin-left: -9rem;
}

.e-big-title {
    font-size: .6rem;
    color: #fff;
    margin-bottom: .32rem;
    line-height: 1;
    text-align: center;
}

.e-big-des {
    color: #fff;
    line-height: 1.8;
    text-align: center;
    width: 100%;
    max-width: 34em;
    margin-bottom: .7rem;
}

.e-big-des * {
    line-height: inherit;
    color: inherit;
}

.e-big-row {
    text-align: center;
}

.e-big-text.left .e-big-title {
    text-align: left;
}

.e-big-text.left .e-big-des {
    text-align: left;
}

.e-big-text.left .e-big-row {
    text-align: left;
}

@media(max-width: 1400px) {
    .e-big-des {
        max-width: 35%;
    }
}

@media(max-width: 900px) {
    .e-inner {
        max-width: 100%;
        padding: 0 20px;
    }

    .e-big-text {
        width: 100%;
        padding: 0 20px;
        left: 0;
        margin-left: 0;
    }
}

@media(max-width: 760px) {
    .e-big-text {
        position: relative;
        top: 0;
        transform: translate(0, 0);
        padding: 20px 10px;
    }

    .e-big-title {
        color: #333;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .e-big-des {
        color: #333;
        max-width: none;
        font-size: 14px;
        margin-bottom: 20px;
    }

    .e-big-row .b-more.white {
        color: #333;
        border-bottom: 0.02rem solid #333;
    }

    .e-big-row .b-more:after {
        background-image: url(../images/11.png);
    }

    .e-title {
        font-size: 22px;
    }

    .e-des {
        font-size: 14px;
    }

    .e-main {
        padding-top: 30px;
    }

    .e-list {
        flex-wrap: wrap;
        justify-content: flex-start;
        margin-bottom: 0;
    }

    .e-item {
        width: 25%;
        text-align: center;
        margin-bottom: 20px;
    }

    .e-dt {
        font-size: 12px;
    }

    .e-u {
        font-size: 12px;
    }
}

@media(max-width: 380px) {
    .e-dt {
        font-size: 10px;
    }
}

.e-num .inrow {
    font-size: 0;
}

.e-num .inrow>li,
.e-num .inrow span {
    display: inline-block;
    letter-spacing: normal;
    word-spacing: normal;
}

.e-num .dataNums {
    text-align: center;
}

.e-num .dataNums .dataOne {
    font-size: .8rem;
    width: .526em;
    height: 1em;
    text-align: center;
}

.e-num .dataNums .dataBoc {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    white-space: normal;
}

.e-num .dataNums .dataBoc .tt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.e-num .dataNums .tt span {
    width: 100%;
    height: 100%;
    font-size: 1em;
    color: #fff;
}

@media(max-width: 1920px) {

    .e-num .dataNums .dataOne,
    .e-num {
        font-size: 80px;
    }
}

@media(max-width: 1700px) {

    .e-num .dataNums .dataOne,
    .e-num {
        font-size: 72px;
    }
}

@media(max-width: 1500px) {

    .e-num .dataNums .dataOne,
    .e-num {
        font-size: 64px;
    }
}

@media(max-width: 1300px) {

    .e-num .dataNums .dataOne,
    .e-num {
        font-size: 48px;
    }
}

@media(max-width: 1100px) {

    .e-num .dataNums .dataOne,
    .e-num {
        font-size: 41px;
    }
}

@media(max-width: 900px) {

    .e-num .dataNums .dataOne,
    .e-num {
        font-size: 34px;
    }
}

@media(max-width: 760px) {

    .e-num .dataNums .dataOne,
    .e-num {
        font-size: 27px;
    }
}

@media(max-width: 500px) {

    .e-num .dataNums .dataOne,
    .e-num {
        font-size: 24px;
    }
}

@media(max-width: 360px) {

    .e-num .dataNums .dataOne,
    .e-num {
        font-size: 20px;
    }
}

/*关于我们*/
.index-about {
    position: relative;
    background: url(../images/bg3.jpg) no-repeat center / cover;
    background-size: cover;
    padding-top: 115px;
    padding-bottom: 115px;
    overflow: hidden;
}

.index-about .left-cont {
    width: 43.125%;
}

.index-about .left-cont .auto-title-block {
    padding-top: 0;
}

.index-about .left-cont .des {
    margin-top: -10px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}

.index-about .left-cont .more-box-a {
    margin-top: 38px;
}

.index-about .right-cont {
    position: relative;
    width: 51.25%;
}

.index-about .right-cont .img-box {
    margin-right: 15%;
    border-radius: 10px;
    width: 560px;
    max-width: 80%;
}

.index-about .right-cont .video-block-box {
    position: absolute;
    left: 0;
    top: 40%;
    transform: translateY(-50%);
}

.index-about .right-cont .video-block-box .video-block {
    border-radius: 10px;
    width: 43.41%;
    overflow: hidden;
    border: 10px solid #fff;
}

@media (max-width: 1600px) {
    .index-about {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .index-about .left-cont .des {
        margin-top: -15px;
        font-size: 16px;
        line-height: 1.9em;
    }

    .index-about .left-cont .more-box-a {
        margin-top: 25px;
    }
}

@media (max-width: 1200px) {
    .index-about {
        padding-top: 0.75rem;
        padding-bottom: 0.65rem;
        background-size: cover;
    }

    .index-about .left-cont {
        width: 100%;
    }

    .index-about .left-cont .des {
        margin-top: -0.1rem;
        font-size: 0.26rem;
        line-height: 1.9em;
    }

    .index-about .left-cont .more-box-a {
        margin-top: 0.2rem;
    }

    .index-about .right-cont {
        margin-top: 0.35rem;
        width: 100%;
    }

    .index-about .right-cont .img-box {
        margin-right: 0;
        border-radius: 0.15rem;
        width: 56%;
    }

    .index-about .right-cont .video-block {
        border-radius: 0.15rem;
    }
}

/*服务范围*/
.service-wrap4 {
    /*background: url(../images/bg1.jpg) no-repeat center / cover;*/
    overflow: hidden;
    padding-bottom: var(--fs42);
}

.service-wrap4 .i_title {
    margin-top: 0%;
}

.i_three {
    margin-top: 4%;
}

.i_three ul li {
    float: left;
    background: #fff;
    width: 48%;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 0;
    background: #f1f1f1;
    background: url(../images/newsbg.jpg) no-repeat left / cover;

}

.i_three ul li:nth-child(2n) {
    margin-right: 0;
}

/*.i_three ul li:hover{background:#e7841f;}*/
.i_three ul li:hover {
    box-shadow: 0 0px 100px 0 rgba(0, 0, 0, 0.01);
}

.i_three ul li a {
    /* display: block;*/
}

.i_three ul li .box {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
    margin-top: 6%;
    margin-bottom: 6%;
}

.i_three ul li .imgs {
    width: 40px;
    height:40px;
    float: left;
    display: inline-block;
    vertical-align: middle;
    overflow: hidden;
    position: relative;
    transition: all 0.3s;
    margin-right: 20px;
}

.more {
    color: #fff;
    background: var(--main-color);
    display: inline-block;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: var(--fs18);
    margin-top: var(--fs52);


}

/*.i_three ul li :hover .imgs{transform: translate(0%, -5px);}*/
.i_three ul li .filter {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    border: 0;
    left: -100%;
    top: -100%;
    /* background: url(../images/img_14.jpg) no-repeat center / cover;*/

    overflow: hidden;
}

.i_three ul li .filter.trans {
    transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    /* backface-visibility: hidden;*/
}

.i_three ul li .imgs img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s;
}

.i_three ul li .imgs img.img2 {
    opacity: 0;
    filter: Alpha(opacity=0);
}

/*.i_three ul li:hover .imgs img.img2 {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.i_three ul li:hover .imgs img.img1 {
    opacity: 0;
    filter: Alpha(opacity=0);
}

.i_three ul li:hover .txts .h3 {
    color: #fff;
}
.i_three ul li:hover .txts .p {
    color: #ffdfde;
}
*/

.i_three ul li .txts {
    overflow: hidden;
    text-align: left;
}

.i_three ul li .txts .h3 {
    font-weight: bold;
    color: #222222;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all 0.3s;
    font-size: var(--fs24);
}


.i_three ul li .txts .p {
   height: 108px;
    line-height: 22px;
    margin-top: 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    font-size: var(--fs16);
    transition: all 0.3s;
}

.i_three ul li .txts .p dl {
    display: inline-block;
    margin: 0 2px;

}




.i_three ul li:hover .more {
    color: #fff;
    background: #d1a975;
}

.more:hover {
    color: #fff;
    background: #d1a975;
}

@media screen and (max-width: 1500px) {

    /*ä¼˜åŠ¿*/
    .i_three ul li .txts .p {
        font-size: 15px;
    }

    .i_three ul li .imgs {
        margin-right: 12px;
        display: none;

    }
}

@media screen and (max-width: 1200px) {

    /*ä¼˜åŠ¿*/
    .service-wrap4 .i_title {
        margin-top: 8%;
    }

    .i_three {
        margin-bottom: 5%;
    }

    .i_three ul li .txts .p {
        font-size: 14px;
    }

.i_three ul li .txts .p {
    height: 162px;
    line-height: 22px;
    margin-top: 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    font-size: var(--fs16);
    transition: all 0.3s;
}
}

@media screen and (max-width: 992px) {

    /*ä¼˜åŠ¿*/
    .i_three ul li {
        width: 100%;
        margin-bottom: 3%;
    }

    .i_three ul li:nth-child(3n) {
        margin-right: 2%;
    }

    .i_three ul li:nth-child(2n) {
        margin-right: 0;
    }

    .i_three ul li .box {
        margin-top: 5%;
        margin-bottom:5%;
    }

.i_three ul li .txts .p {
    height: auto;
    line-height: 22px;
    margin-top: 7px;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #999;
    font-size: var(--fs16);
    transition: all 0.3s;
}
}

@media screen and (max-width: 640px) {

    /*ä¼˜åŠ¿*/
    .i_three ul li .imgs {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }

    .i_three ul li .txts .h3 {
        height: 30px;
        line-height: 30px;
    }

    .i_three ul li .box {
        margin-top: 6%;
        margin-bottom: 6%;
    }

    .i_three ul li .txts .p {
        margin-top: 4px;
        font-size: 13px;
    }
}

@media screen and (max-width: 480px) {

    /*ä¼˜åŠ¿*/
    .i_three ul li {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .i_three ul li .box {
        margin-top: 8%;
        margin-bottom: 8%;
    }

    .i_three ul li .txts .p {
        font-size: 12px;
    }
}

@media screen and (max-width: 360px) {

    /*ä¼˜åŠ¿*/
    .i_three ul li .box {
        width: 94%;
    }

    .i_three ul li .imgs {
        width: 56px;
        height: 56px;
        margin-right: 8px;
    }

    .i_three ul li .txts .p {
        line-height: 20px;
       
        margin-top: 2px;
    }
}

/*解决方案*/
.i_two_bg {
    background: #f0f3f8;
    overflow: hidden;
    position: relative;
}

.i_two_bg .auto-title-en {
    font-size: var(--fs52)
}

.i_two_bg .i_two_r {
    float: right;
    width: 50%;
}

.i_two_bg .i_two_l {
    position: absolute;
    top: 10%;
    width: 46.5%;
    max-width: 585px;
    overflow: hidden;
    height: 100%;
    left: 10%;
}

.i_two_bg .i_two_l .boxs {
    overflow: hidden;
    width: 100%;
}

.i_two_bg .i_two_l .i_title {
    margin-top: 20%;
    padding-bottom: 2%;
}

.i_two_bg .i_two_l .i_two_a {
    max-width: 484px;
    overflow: hidden;
    margin-top: 7%;
}

.i_two_bg .i_two_l .i_two_a li {
    float: left;
    width: 49%;
    margin-right: 2%;
    margin-bottom: 17px;
}

.i_two_bg .i_two_l .i_two_a li:nth-child(2n+0) {
    margin-right: 0;
}

.i_two_bg .i_two_l .i_two_a li a {
    display: inline-block;
    vertical-align: top;
    line-height: 32px;
    height: 32px;
    /*border-bottom:1px solid #fff;*/
    color: #333333;
    position: relative;
}

.i_two_bg .i_two_l .i_two_a li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #ca372f;
    transition: all 0.3s;
}

.i_two_bg .i_two_l .i_two_a li a:hover {
    color: #ca372f;
}

.i_two_bg .i_two_l .i_two_a li a:hover:after {
    width: 100%;
}

.i_two_bg .i_two_l .p {
    overflow: hidden;
    line-height: 32px;
    color: #666666;
    margin-top: 3%;
}

.i_two_bg .i_two_l .i_more {
    margin-top: 24%;
}

.zhi {
    position: absolute;
    left: -0.5%;
    top: 10%;
    line-height: 200px;
    color: rgba(17, 17, 17, 0.1);
    font-size: 200px;
    font-weight: bold;
    font-family: Arial;
}

.i_more {
    display: block;
    width: 160px;
    height: 44px;
    line-height: 44px;
    border: 1px solid #ca372f;
    color: #ca372f;
    border-radius: 4px;
    text-align: center;
    margin-top: 5%;
}

.i_more:hover {
    background: #ca372f;
    color: #fff;
}

.i_more span {
    margin-left: 8%;
    font-family: "宋体";
}

@media screen and (max-width: 1760px) {

    /*解决方案*/
    .i_two_bg .i_two_l .i_more {
        margin-top: 18%;
    }
}

@media screen and (max-width: 1600px) {

    /*解决方案*/
    .zhi {
        font-size: 180px;
        line-height: 180px;
    }

    .i_two_bg .i_two_l .i_title {
        margin-top: 18%;
    }
}

@media screen and (max-width: 1560px) {

    /*解决方案*/
    .zhi {
        top: 6%;
    }

    .i_two_bg .i_two_l .i_more {
        margin-top: 13%;
    }

    .i_two_bg .i_two_l .i_title {
        margin-top: 10%;
    }
}

@media screen and (max-width: 1440px) {

    /*解决方案*/
    .zhi {
        font-size: 150px;
        line-height: 150px;
    }

    .i_two_bg .i_two_l .i_more {
        margin-top: 3%;
    }
}

@media screen and (max-width: 1360px) {

    /*解决方案*/
    .zhi {
        font-size: 140px;
        line-height: 140px;
    }
}

@media screen and (max-width: 1200px) {

    /*解决方案*/
    .i_two_bg .i_two_l {
        position: static;
        height: auto;
        width: 100%;
        max-width: none;
        margin-bottom: 6%;
    }

    .i_two_bg .i_two_l .i_two_a {
        margin-top: 4%;
    }

    .i_two_bg .i_two_l .i_title {
        padding-bottom: 1%;
    }

    .i_two_bg .i_two_r {
        float: none;
        width: 100%;
    }

    .zhi {
        position: static;
        margin-top: 4%;
        font-size: 120px;
        line-height: 1;
        display: none;
    }

    .i_two_bg .i_two_l .i_title {
        margin-top: 6%;
        padding-bottom: 0;
    }

    .i_two_bg .i_two_l .p {
        margin-top: 2%;
    }
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 960px) {

    /*解决方案*/
    .i_two_bg .i_two_l .i_two_a {
        max-width: none;
    }

    .i_two_bg .i_two_l .i_two_a li {
        width: 23.5%;
    }

    .i_two_bg .i_two_l .i_two_a li:nth-child(2n+0) {
        margin-right: 2%;
    }

    .i_two_bg .i_two_l .i_two_a li:nth-child(4n+0) {
        margin-right: 0;
    }

    .i_two_bg .i_two_l .p {
        line-height: 28px;
    }

    .zhi {
        font-size: 100px;
    }

    .i_more {
        width: 130px;
    }
}

@media screen and (max-width: 780px) {

    /*解决方案*/
    .zhi {
        font-size: 80px;
    }
}

@media screen and (max-width: 640px) {

    /*解决方案*/
    .i_two_bg .i_two_l .i_two_a li {
        width: 32%;
        margin-bottom: 2%;
    }

    .i_two_bg .i_two_l .i_two_a li:nth-child(4n+0) {
        margin-right: 2%;
    }

    .i_two_bg .i_two_l .i_two_a li:nth-child(3n+0) {
        margin-right: 0;
    }

    .i_two_bg .i_two_l .p {
        line-height: 24px;
    }

    .zhi {
        font-size: 70px;
    }

    .i_more {
        line-height: 38px;
        height: 38px;
        width: 120px;
    }
}

@media screen and (max-width: 480px) {

    /*解决方案*/
    .i_two_bg .i_two_l .i_more {
        margin-top: 6%;
    }

    .i_two_bg .i_two_l .p {
        line-height: 22px;
    }

    .zhi {
        font-size: 60px;
    }

    .i_more {
        width: 110px;
    }
}

@media screen and (max-width: 420px) {

    /*解决方案*/
    .zhi {
        font-size: 50px;
    }

    .i_more span {
        margin-left: 4%;
    }

    .i_more {
        width: 90px;
    }

    .i_two_bg .i_two_l .p {
        line-height: 20px;
    }
}

@media screen and (max-width: 360px) {

    /*解决方案*/
    .zhi {
        font-size: 40px;
    }
}

/*首页解决方案*/
.owl-demo4 {}

/*.owl-demo4.owl-carousel .owl-wrapper-outer{overflow:visible;}*/
/* Styling Next and Prev buttons*/
.owl-demo4.owl-theme .owl-controls {
    position: absolute;
    top: 680px;
}

.owl-demo4.owl-theme .owl-controls .owl-pagination {
    position: absolute;
    bottom: 35px;
    width: 100%;
    max-width: 194px;
    left: -320px;
    height: 18px;
    display: none;
}

.owl-demo4.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /*IE7 life-saver*/
}

.owl-demo4.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 4px;
    height: 4px;
    margin: 0px 13px;
    /*filter: Alpha(Opacity=50);opacity: 0.5;*/
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #dadada;
}

.owl-demo4.owl-theme .owl-controls .owl-page.active span {
    background: #0093dd;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons {
    position: absolute;
    top: 0%;
    width: 120px;
    left: -60px;
    height: 0px;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div {
    color: #FFF;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: 60px;
    height: 44px;
    /*IE7 life-saver*/
    text-indent: 100px;
    line-height: 44px;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    margin-top: 0px;
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);border-radius:50%;*/
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev {
    background: url(../images/left_on.png) #d9d9d9 center center no-repeat;
    background-size: 6px 12px;
    float: left;
    margin-left: 0;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev.disabled {
    background-image: url(../images/left_on.png);
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-prev:hover {
    /*background-image:url(../images/left.png);background-color:#ca372f;*/
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next {
    background: url(../images/right.png) #ca372f center center no-repeat;
    background-size: 6px 12px;
    float: left;
}

.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next.disabled {
    background-image: url(../images/right_on.png);
}

/*.owl-demo4.owl-theme .owl-controls .owl-buttons div.owl-next:hover{background-image:url(../images/right.png);background-color:#ca372f;opacity:0.8;filter:Alpha(opacity=80);}*/
.owl-demo4.owl-theme .owl-controls .owl-page {
    display: inline-block;
}

.owl-demo4 .item {
    margin: 0 0%;
}

.owl-demo4 .item .imgs {
    position: relative;
    padding-top: 93.665%;
    overflow: hidden;
}

.owl-demo4 .item .imgs img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    /*-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;*/
}

.owl-demo4 .item dd:hover .imgs img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    /*-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);filter:none;*/
}

.owl-demo4 .item dd {
    overflow: hidden;
    position: relative;
}

/*我们的优势*/
/*关于我们*/
.i_four_bg {
    background: url(../images/i_img11.jpg) fixed center bottom;
    padding-top: var(--fs100);
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.i_four_bg .zhi {
    top: 14%;
    color: rgba(255, 255, 255, 0.05);
}

.i_four_bg .i_title {
    margin-top: 10%;
}

.i_four_bg .i_title .i_title_l {
    color: #fff;
}

.i_four_bg .i_title .i_title_l .h4 {
    color: #fff;
}

.i_four_bg .h5 {
    font-weight: normal;
    overflow: hidden;
    line-height: 1.5;
    margin-top: 1.5%;
    transition: all 0.3s;
    color: #fff;
}

.i_four_bg .p {
    margin-top: 24px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.7);
    overflow: hidden;
}

.i_four_bg .i_more {
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.6);
    margin-top: 34px;
}

.i_four_bg .i_more:hover {
    border: 1px solid #ca372f;
}

.i_four_ul {
    overflow: hidden;
    margin-top: 49px;
    margin-bottom: 10%;
}

.i_four_ul ul li {
    float: left;
    width: 24.25%;
    overflow: hidden;
    text-align: center;
    transition: all 0.3s;
    cursor: pointer;
    margin-right: 1%;
}

.i_four_ul ul li:nth-child(4n+0) {
    margin-right: 0;
}

.i_four_ul ul li .cons {
    width: 94%;
    margin: 0 auto;
    max-width: 276px;
    overflow: hidden;
}

.i_four_ul ul li img {
    display: block;
    height: 35px;
    margin: 0 auto;
    margin-top: 37px;
    transition: all 0.6s;
}

.i_four_ul ul li:hover img {
    transform: rotate(360deg);
}

.i_four_ul ul li .h5 {
    font-weight: normal;
    overflow: hidden;
    line-height: var(--fs54);
    height: var(--fs54);
    margin-top: var(--fs18);
    transition: all 0.3s;
    color: #fff;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: var(--fs30)
}

.i_four_ul ul li .p {
    margin-top: 15px;
    line-height: 24px;
    height: 72px;
    color: rgba(255, 255, 255, 0.8);
    overflow: hidden;
    margin-bottom: 35px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

@media screen and (max-width: 780px) {

    /*关于我们*/
    .i_four_ul ul li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }

    .i_four_ul ul li:nth-child(4n+0) {
        margin-right: 2%;
    }

    .i_four_ul ul li:nth-child(2n+0) {
        margin-right: 0;
    }

    .i_four_ul ul li img {
        margin-top: 25px;
    }

    .i_four_ul ul li .p {
        line-height: 22px;
        height: 66px;
        margin-bottom: 15px;
        margin-top: 10px;
    }
}

@media screen and (max-width: 640px) {

    /*关于我们*/
    .i_four_bg .h5 {
        margin-top: 2%;
    }

    .i_four_bg .p {
        margin-top: 14px;
    }

    .i_four_ul ul li .p {
        margin-bottom: 20px;
        margin-top: 5px;
    }
}

@media screen and (max-width: 480px) {

    /*关于我们*/
    .i_four_bg .h5 {
        margin-top: 3.5%;
    }

    .i_four_bg .p {
        margin-top: 10px;
    }
}

@media screen and (max-width: 420px) {

    /*关于我们*/
    .i_four_ul ul li .p {
        line-height: 20px;
        height: 80px;
        -webkit-line-clamp: 4;
    }

    .i_four_ul ul li img {
        height: 32px;
    }
}

.index-ingenuity {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg3.jpg) no-repeat center / cover;
    overflow: hidden;
}

.index-ingenuity .auto-title-en {
    width: var(--wrap-1600-width);
    white-space: nowrap;
}

.index-ingenuity .left-cont {
    width: 51.25%;
    color: #333333;
}

.index-ingenuity .left-cont .cont {
    margin-top: 32px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
}

.index-ingenuity .left-cont .des {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.4em;
}

.index-ingenuity .ul {
    --pad: 10px;
    display: flex;
    margin: 23px calc(var(--pad)*-1) 0;
    flex-wrap: wrap;
    text-align: center;
}

.index-ingenuity .ul .li {
    width: 50%;
    padding: calc(var(--pad)*1);
}

.index-ingenuity .ul .li-box {
    display: block;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    height: 100%;
    padding: 40px 15px;
    transition: all 0.3s;
}

.index-ingenuity .ul .li-box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, #1659f0 0%, #169bf0 100%), linear-gradient(0deg, #000000 0%, #ffffff 100%);
    background-blend-mode: normal, normal;
}

.index-ingenuity .ul .li-box:hover .i-h .i {
    opacity: 0;
}

.index-ingenuity .ul .li-box:hover .i-h .h {
    opacity: 1;
}

.index-ingenuity .ul .li-box:hover .word {
    color: #ffffff;
}

.index-ingenuity .ul .li-box:hover .more-box-a .more-box .more-box-a-jt {
    --fill: var(--main-color);
    background: #ffffff;
}

.index-ingenuity .ul .li-box:hover .more-box-a .more-box .more-word {
    border-bottom-color: #ffffff;
    color: #ffffff;
}

.index-ingenuity .ul .i-h {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.index-ingenuity .ul .i-h img {
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
}

.index-ingenuity .ul .i-h .i {
    opacity: 1;
}

.index-ingenuity .ul .i-h .h {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.index-ingenuity .ul .word {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333333;
}

.index-ingenuity .ul .more-box-a {
    margin-top: 20px;
}

.index-ingenuity .right-cont {
    --cyclew: 562px;
    --csonw: 110px;
    margin-top: 5%;
    margin-right: 50px;
    width: var(--cyclew);
}

.index-ingenuity .right-cont .cycle-block {
    position: relative;
}

.index-ingenuity .right-cont .cycle-block::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.index-ingenuity .right-cont .big-cycle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    animation: cycle1 infinite 40s linear;
}

.index-ingenuity .right-cont .big-cycle .p1 {
    left: 26%;
    top: 6%;
}

.index-ingenuity .right-cont .big-cycle .p2 {
    left: 86%;
    top: 85%;
}

.index-ingenuity .right-cont .big-cycle .cycle-son {
    animation: cycle2 infinite 40s linear;
}

.index-ingenuity .right-cont .mid-cycle {
    position: absolute;
    left: 15.66%;
    top: 15.66%;
    width: 68.32%;
    height: 68.32%;
    border-radius: 50%;
    border: 1px dashed var(--main-color);
    animation: cycle2 infinite 40s linear;
}

.index-ingenuity .right-cont .mid-cycle .cycle-son {
    animation: cycle1 infinite 40s linear;
}

.index-ingenuity .right-cont .img-cycle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 29.89%;
}

.index-ingenuity .right-cont .white-cycle {
    --wcw: 18px;
    position: absolute;
    height: 0;
    width: 0;
}

.index-ingenuity .right-cont .white-cycle .point {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    background: #ffffff;
    border-radius: 50%;
    width: var(--wcw);
    height: var(--wcw);
}

.index-ingenuity .right-cont .cycle-son {
    display: flex;
    position: absolute;
    z-index: 2;
    width: 0;
    top: 0;
}

.index-ingenuity .right-cont .cycle-son .cycle-son-bg {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    width: var(--csonw);
    height: var(--csonw);
    padding: 10px;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index-ingenuity .right-cont .cycle-son img {
    display: block;
    margin: 0 auto;
}

.index-ingenuity .right-cont .cycle-son .title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4em;
    color: #333333;
}

.index-ingenuity .right-cont .li1 {
    left: 99%;
    top: 46%;
}

.index-ingenuity .right-cont .li2 {
    left: 25%;
    top: 95%;
}

.index-ingenuity .right-cont .li3 {
    left: 0%;
    top: 44%;
}

.index-ingenuity .right-cont .li4 {
    left: 75%;
    top: 6%;
}

.index-ingenuity .right-cont .li5 {
    left: 83%;
    top: 90%;
}

@keyframes cycle1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes cycle2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@media (max-width: 1600px) {
    .index-ingenuity .left-cont .cont {
        margin-top: 10px;
    }

    .index-ingenuity .left-cont .des {
        margin-top: 7px;
    }

    .index-ingenuity .ul {
        margin-top: 15px;
    }

    .index-ingenuity .right-cont {
        --cyclew: 28%;
        --csonw: 90px;
        margin-right: 180px;
    }

    .index-ingenuity .right-cont .cycle-son img {
        width: 26px;
    }

    .index-ingenuity .right-cont .cycle-son .title {
        font-size: 12px;
    }
}

@media (max-width: 1441px) {
    .index-ingenuity {
        padding-top: calc(var(--header-height)*0.9);
    }

    .index-ingenuity .left-cont .cont {
        margin-top: 6px;
        font-size: 18px;
    }

    .index-ingenuity .left-cont .des {
        margin-top: 5px;
        font-size: 16px;
    }

    .index-ingenuity .ul {
        margin-top: 10px;
    }

    .index-ingenuity .ul .i-h img {
        width: 40px;
    }

    .index-ingenuity .ul .word {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.4em;
    }

    .index-ingenuity .ul .more-box-a {
        margin-top: 10px;
    }

    .index-ingenuity .right-cont {
        --cyclew: 26%;
        --csonw: 80px;
        margin-top: 5%;
    }

    .index-ingenuity .right-cont .cycle-son img {
        width: 24px;
    }

    .index-ingenuity .right-cont .cycle-son .title {
        margin-top: 5px;
    }
}

@media (max-width: 1200px) {
    .index-ingenuity {
        padding-top: calc(var(--header-height)*0.5);
    }

    .index-ingenuity .left-cont {
        width: 100%;
        text-align: center;
    }

    .index-ingenuity .left-cont .cont {
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }

    .index-ingenuity .left-cont .des {
        margin-top: 0.1rem;
        font-size: 0.24rem;
    }

    .index-ingenuity .left-cont .ul {
        --pad: 0.1rem;
        margin-top: 0.15rem;
    }

    .index-ingenuity .left-cont .ul .li-box {
        border-radius: 0.1rem;
        padding: 0.35rem 0.15rem;
    }

    .index-ingenuity .left-cont .ul .i-h img {
        width: 0.5rem;
    }

    .index-ingenuity .left-cont .ul .word {
        margin-top: 0.15rem;
        font-size: 0.26rem;
    }

    .index-ingenuity .right-cont {
        --cyclew: 5rem;
        --csonw: 1.4rem;
        margin-top: 0.9rem;
        margin-left: auto;
        margin-right: auto;
    }

    .index-ingenuity .right-cont .cycle-son img {
        width: 0.36rem;
    }

    .index-ingenuity .right-cont .title {
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }
}

.index-innovation {
    --wrap-w: var(--wrap-1600-width);
    height: 100%;
    padding-top: calc(var(--header-height)*0.5);
}

.index-innovation .ul {
    --pad: 10px;
    --br: 10px;
    display: flex;
    margin: calc(var(--pad)*-1);
    padding-top: 50px;
}

.index-innovation .ul .li {
    width: 38.5%;
    padding: calc(var(--pad)*1);
    transition: all 0.3s;
}

.index-innovation .ul .li.on {
    width: 61.5%;
    z-index: 2;
}

.index-innovation .ul .li.on .box-div {
    color: #444444;
}

.index-innovation .ul .li.on .img {
    filter: grayscale(0%);
    width: 100%;
}

.index-innovation .ul .li.on .line {
    height: 1px;
}

.index-innovation .ul .li.on .cont {
    height: calc(var(--lh)*3);
}

.index-innovation .ul .li.on .more-box-b {
    opacity: 1;
}

.index-innovation .ul .li:nth-child(1) .img {
    border-top-left-radius: var(--br);
    border-bottom-left-radius: var(--br);
}

.index-innovation .ul .li:nth-child(1) .img img {
    object-position: right center;
}

.index-innovation .ul .li:nth-child(2) .img {
    left: auto;
    right: 0;
    border-top-right-radius: var(--br);
    border-bottom-right-radius: var(--br);
}

.index-innovation .ul .li:nth-child(2) .img img {
    object-position: left center;
}

.index-innovation .ul .li:nth-child(2) .box-div {
    padding-left: 50px;
}

.index-innovation .ul .box {
    display: block;
    position: relative;
    height: 560px;
    padding: 70px 50px;
    transition: all 0.3s;
}

.index-innovation .ul .img {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 12%);
    height: 100%;
    overflow: hidden;
    filter: grayscale(100%);
    transition: all 0.3s;
}

.index-innovation .ul .img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.index-innovation .ul .box-div {
    --lh: 1.5em;
    margin-left: 0%;
    position: relative;
    width: 700px;
    max-width: 100%;
    font-size: 16px;
    line-height: var(--lh);
    color: #000;
    transition: all 0.3s;
}

.index-innovation .ul .box-div .num {
    font-size: 85px;
    font-weight: bold;
    line-height: 0.8em;
    opacity: 0.4;
    color: #fff;
}

.index-innovation .ul .box-div .title {
    margin-top: 13px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4em;
    color: #000;
}

.index-innovation .ul .box-div .title-en {
    /* opacity: 0.8;*/
    color: #000;
}

.index-innovation .ul .box-div .line {
    display: block;
    margin-top: 28px;
    height: 0;
    background-color: #000;
    opacity: 0.2;
    transition: all 0.3s;
}

.index-innovation .ul .box-div .cont {
    margin-top: 25px;
    -webkit-line-clamp: 3;
    height: 0;
    /* opacity: 0.8;*/
    color: #000;
    transition: all 0.3s;
}

.index-innovation .ul .box-div .more-box-b {
    --dc: #000;
    margin-top: 40px;
    opacity: 0;
    transition: all 0.3s;
}

@media (max-width: 1600px) {
    .index-innovation .ul {
        padding-top: 20px;
    }

    .index-innovation .ul .box {
        height: 400px;
        padding: 40px 30px;
    }

    .index-innovation .ul .box-div {
        --lh: 1.4em;
    }

    .index-innovation .ul .box-div .num {
        font-size: 65px;
    }

    .index-innovation .ul .box-div .title {
        margin-top: 5px;
        font-size: 26px;
    }

    .index-innovation .ul .box-div .line {
        margin-top: 15px;
    }

    .index-innovation .ul .box-div .cont {
        margin-top: 15px;
    }

    .index-innovation .ul .box-div .more-box-b {
        margin-top: 15px;
    }
}

@media (max-width: 1441px) {
    .index-innovation .ul {
        padding-top: 15px;
    }

    .index-innovation .ul .box {
        height: 320px;
        padding: 30px 25px;
    }

    .index-innovation .ul .box-div {
        font-size: 14px;
    }

    .index-innovation .ul .box-div .num {
        font-size: 55px;
    }

    .index-innovation .ul .box-div .title {
        font-size: 22px;
    }

    .index-innovation .ul .box-div .line {
        margin-top: 10px;
    }

    .index-innovation .ul .box-div .cont {
        margin-top: 10px;
    }

    .index-innovation .ul .box-div .more-box-b {
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .index-innovation .title-flex {
        justify-content: center;
        text-align: center;
    }

    .index-innovation .title-flex .auto-title-block {
        margin-bottom: 0.2rem;
        width: 100%;
    }

    .index-innovation .ul {
        padding-top: 0.4rem;
        flex-wrap: wrap;
    }

    .index-innovation .ul .li {
        width: 100% !important;
    }

    .index-innovation .ul .li .box {
        height: auto;
        padding: 0.3rem 0.25rem;
        overflow: hidden;
        border-radius: var(--br);
    }

    .index-innovation .ul .li .box .box-div {
        margin: 0 !important;
        padding: 0;
        font-size: 0.24rem;
        color: #444444;
    }

    .index-innovation .ul .li .box .box-div .num {
        font-size: 0.5rem;
    }

    .index-innovation .ul .li .box .box-div .title {
        margin-top: 0.1rem;
        font-size: 0.3rem;
    }

    .index-innovation .ul .li .box .box-div .more-box-b {
        margin-top: 0.15rem;
        opacity: 1;
    }

    .index-innovation .ul .li .box .line {
        margin-top: 0.2rem;
        height: 1px;
    }

    .index-innovation .ul .li .box .cont {
        margin-top: 0.2rem;
        height: calc(var(--lh)*3);
    }

    .index-innovation .ul .li .box .img {
        border-radius: var(--br);
        width: 120%;
        filter: grayscale(0%);
    }
}

.index-honor {
    --wrap-w: var(--wrap-1600-width);
    height: 100%;
    background: url(../images/bg4.jpg) no-repeat center / cover;
}

.index-honor .list1 {
    margin: 0;
}

.index-honor .swiper {
    margin-top: 45px;
    height: 470px;
}

.index-honor .swiper .list1-li {
    height: 225px;
    padding: 0;
}

.index-honor .swiper .list1-box {
    transform: translateY(0);
}

.index-honor .swiper-points-num {
    margin-top: 60px;
}

.index-honor .swiper-points-num .cycle-box {
    --size: var(--cw);
    display: block;
}

.index-honor .swiper-points-num .cycle-box .cycle-son::before {
    --b-c: #000000;
    --b-w: 1px;
}

@media (max-width: 1600px) {
    .index-honor {
        padding-top: calc(var(--header-height)*0.9);
    }

    .index-honor .swiper {
        margin-top: 15px;
        height: 410px;
    }

    .index-honor .swiper .swiper-slide {
        height: 195px;
    }

    .index-honor .swiper-points-num {
        margin-top: 30px;
    }
}

@media (max-width: 1441px) {
    .index-honor .swiper {
        height: 350px;
    }

    .index-honor .swiper .swiper-slide {
        height: 165px;
    }

    .index-honor .swiper-points-num {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .index-honor {
        padding-top: var(--header-height);
    }

    .index-honor .title-flex {
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .index-honor .title-flex .auto-title-block {
        margin-bottom: 0.2rem;
    }

    .index-honor .swiper {
        --slideh: calc(var(--imgw)*0.75);
        margin-top: 0.4rem;
        height: calc(var(--slideh)*3 + 10px*2);
    }

    .index-honor .swiper .swiper-wrapper {
        align-content: flex-start;
    }

    .index-honor .swiper .swiper-slide {
        margin-top: 10px;
        height: var(--slideh);
    }

    .index-honor .swiper .swiper-slide:nth-child(3n+1) {
        margin-top: 0;
    }

    .index-honur .swiper {
        --slideh: calc(var(--imgw)*0.75);
        margin-top: 0.4rem;
        height: calc(var(--slideh)*3 + 10px*2);
    }
}

.index-news {
    --wrap-w: var(--wrap-1600-width);
    height: 100%;
    background: url(../images/bg3.jpg) no-repeat center / cover;
}

.index-news .list1 {
    margin: 0;
}

.index-news .swiper {
    margin-top: 45px;
    height: 470px;
}

.index-news .swiper .list1-li {
    height: 225px;
    padding: 0;
}

.index-news .swiper .list1-box {
    transform: translateY(0);
}

.index-news .swiper-points-num {
    margin-top: 60px;
}

.index-news .swiper-points-num .cycle-box {
    --size: var(--cw);
    display: block;
}

.index-news .swiper-points-num .cycle-box .cycle-son::before {
    --b-c: #000000;
    --b-w: 1px;
}

@media (max-width: 1600px) {
    .index-news {
        padding-top: calc(var(--header-height)*0.9);
    }

    .index-news .swiper {
        margin-top: 15px;
        height: 410px;
    }

    .index-news .swiper .swiper-slide {
        height: 195px;
    }

    .index-news .swiper-points-num {
        margin-top: 30px;
    }
}

@media (max-width: 1441px) {
    .index-news .swiper {
        height: 350px;
    }

    .index-news .swiper .swiper-slide {
        height: 165px;
    }

    .index-news .swiper-points-num {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .index-news {
        padding-top: var(--header-height);
    }

    .index-news .title-flex {
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .index-news .title-flex .auto-title-block {
        margin-bottom: 0.2rem;
    }

    .index-news .swiper {
        --slideh: calc(var(--imgw)*0.75);
        margin-top: 0.4rem;
        height: calc(var(--slideh)*3 + 10px*2);
    }

    .index-news .swiper .swiper-wrapper {
        align-content: flex-start;
    }

    .index-news .swiper .swiper-slide {
        margin-top: 10px;
        height: var(--slideh);
    }

    .index-news .swiper .swiper-slide:nth-child(3n+1) {
        margin-top: 0;
    }
}

.auto-banner {
    position: relative;
    overflow: hidden;
}

.auto-banner .cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    color: #ffffff;
}

.auto-banner .cont .auto-title-en {
    margin-bottom: -0.15em;
    background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.07));
    opacity: 0.6;
    letter-spacing: 0.02em;
}

.auto-banner .cont .auto-title-h2 {
    color: #ffffff;
}

@media (max-width: 1600px) {
    .auto-banner .cont {
        padding-bottom: 50px;
    }

    .auto-banner .cont .title {
        font-size: 36px;
    }

    .auto-banner .cont .title-en {
        font-size: 22px;
    }
}

@media (max-width: 1400px) {
    .auto-banner .cont .title {
        font-size: 32px;
    }

    .auto-banner .cont .title-en {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .auto-banner .cont {
        padding-bottom: 0;
    }

    .auto-banner .img-div img {
        min-height: 3rem;
        object-fit: cover;
    }
}

.about-about {

    padding-bottom: 120px;
    overflow: hidden;
}

.about-about .flex-box .left-cont {
    width: 54%;
}

.about-about .flex-box .right-box {
    width: 40%;
}

.about-about .flex-box .cont {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}

.about-about .flex-box .cont p {
    margin-top: 1.7em;
}

.about-about .flex-box .i-num-list {
    margin-top: 140px;
    gap: 55px;
    font-size: 16px;
    line-height: 1.4em;
    color: #666666;
}

.about-about .flex-box .i-num-list .line {
    display: block;
    transform: skewX(-15deg);
    width: 1px;
    height: 69px;
    background: rgba(0, 0, 0, 0.2);
}

.about-about .flex-box .i-num-list .top-box {
    display: flex;
}

.about-about .flex-box .i-num-list .num-box {
    font-size: 52px;
    font-weight: bold;
    line-height: 0.9em;
    letter-spacing: -2px;
    color: #333333;
}

.about-about .flex-box .i-num-list .dw {
    margin-left: 0.5em;
}

.about-about .flex-box .img-box {
    border-radius: 10px;
}

@media (max-width: 1600px) {
    .about-about {

        padding-bottom: 100px;
    }

    .about-about .flex-box .left-cont {
        width: 54%;
    }

    .about-about .flex-box .cont {
        margin-top: 20px;
        line-height: 1.6em;
    }

    .about-about .flex-box .cont p {
        margin-top: 1em;
    }

    .about-about .flex-box .i-num-list {
        margin-top: 80px;
        gap: 45px;
    }

    .about-about .flex-box .i-num-list .num-box {
        font-size: 48px;
        letter-spacing: -1px;
    }
}

@media (max-width: 1200px) {
    .about-about {
  
        padding-bottom: 0.6rem;
    }

    .about-about .flex-box .left-cont {
        width: 100%;
    }

    .about-about .flex-box .right-box {
        width: 100%;
    }

    .about-about .flex-box .cont {
        margin-top: 0.2rem;
        font-size: 0.26rem;
    }

    .about-about .flex-box .i-num-list {
        margin-top: 0.3rem;
        margin-bottom: 0.4rem;
        gap: 0.4rem;
        justify-content: space-between;
        font-size: 0.26rem;
    }

    .about-about .flex-box .i-num-list .line {
        height: 0.7rem;
    }

    .about-about .flex-box .i-num-list .num-box {
        font-size: 0.4rem;
        letter-spacing: 0;
    }

    .about-about .flex-box .img-box {
        border-radius: 0.12rem;
    }
}

.about-history {
    padding-top: 120px;
    padding-bottom: 135px;
    background: url(../images/about/bg1.jpg) no-repeat center / cover;
    overflow: hidden;
}

.about-history .swiper-box {
    --imgmt: 30px;
    margin-top: 48px;
    position: relative;
    font-size: 16px;
    line-height: 1.75em;
    color: #333333;
}

.about-history .swiper-box::before {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: #333333;
}

.about-history .swiper-box .swiper-slide {
    position: relative;
    height: auto;
    padding-bottom: 62px;
}

.about-history .swiper-box .li-box {
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 495px;
    padding: 20px 30px;
}

.about-history .swiper-box .img-box {
    margin-top: 0;
    transition: margin 0.3s;
}

.about-history .swiper-box .text {
    margin-top: 13px;
}

.about-history .swiper-box .year {
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    color: #333333;
}

.about-history .swiper-box .line {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    align-items: flex-end;
}

.about-history .swiper-box .line .line-son {
    margin-left: 16.66%;
    height: 10px;
    width: 1px;
    background-color: #333333;
}

.about-history .swiper-box .line .line-son.big {
    margin-left: 0;
    width: 2px;
    height: 20px;
}

@media (max-width: 1600px) {
    .about-history {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about-history .swiper-box {
        --imgmt: 20px;
        margin-top: 38px;
    }

    .about-history .swiper-box .swiper-slide {
        padding-bottom: 52px;
    }

    .about-history .swiper-box .li-box {
        min-height: 435px;
        padding: 15px 20px;
    }

    .about-history .swiper-box .text {
        margin-top: 10px;
    }

    .about-history .swiper-box .year {
        font-size: 28px;
    }

    .about-history .swiper-box .line .line-son.big {
        height: 18px;
    }
}

@media (min-width: 1201px) {
    .about-history .swiper-box .swiper-slide.swiper-slide-active .li-box {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active .img-box {
        margin-top: calc(4*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide .img-box {
        margin-top: calc(3*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide .img-box {
        margin-top: calc(2*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide .img-box {
        margin-top: calc(1*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .img-box {
        margin-top: calc(0*var(--imgmt));
    }
}

@media (max-width: 1200px) {
    .about-history {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .about-history .swiper-box {
        --imgmt: 0.1rem;
        margin-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active .li-box {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active .img-box {
        margin-top: calc(4*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide .img-box {
        margin-top: calc(3*var(--imgmt));
    }

    .about-history .swiper-box .li-box {
        min-height: 1rem;
        padding: 0.15rem 0.15rem;
    }

    .about-history .swiper-box .text {
        margin-top: 0.1rem;
    }

    .about-history .swiper-box .year {
        bottom: 0.3rem;
        font-size: 0.32rem;
    }

    .about-history .swiper-box .line .line-son {
        height: 0.15rem;
    }

    .about-history .swiper-box .line .line-son .big {
        height: 0.25rem;
    }
}

.about-honor {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../images/about/bg2.jpg) no-repeat center / cover;
    overflow: hidden;
}

.about-honor .swiper-box {
    --br: 10px;
    margin-top: 60px;
}

.about-honor .swiper-box .li-box {
    display: block;
    position: relative;
    background: #ffffff;
    border-radius: var(--br);
}

.about-honor .swiper-box .li-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: var(--br);
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.about-honor .swiper-box .li-box .img-box-div {
    padding: 42px 25px;
}

.about-honor .swiper-box .li-box .img-box {
    margin: 0 auto;
    width: 220px;
    max-width: 100%;
}

.about-honor .swiper-box .li-box .img-box::before {
    padding-top: 134.09%;
}

.about-honor .swiper-box .li-box .title {
    border-radius: 0 0 var(--br) var(--br);
    background-color: #b3b3b3;
    padding: 0.65em 1em;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    color: #ffffff;
    transition: all 0.3s;
}

.about-honor .swiper-box .li-box:hover::after {
    opacity: 1;
}

.about-honor .swiper-box .li-box:hover .title {
    background: var(--main-color);
}

.about-honor .swiper-points {
    padding-top: 40px;
}

@media (max-width: 1600px) {
    .about-honor {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .about-honor .swiper-box {
        margin-top: 35px;
    }

    .about-honor .swiper-points {
        padding-top: 30px;
    }
}

@media (max-width: 1200px) {
    .about-honor {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .about-honor .swiper-box {
        --br: 0.15rem;
        margin-top: 0.25rem;
    }

    .about-honor .swiper-box .li-box .img-box-div {
        padding: 0.25rem 0.2rem;
    }

    .about-honor .swiper-box .li-box .title {
        padding: 0.5em 1em;
        font-size: 0.26rem;
    }

    .about-honor .swiper-points {
        padding-top: 0.3rem;
    }
}





.about-engine {



    overflow: hidden;
}

.about-engine .swiper-box {
    --br: 10px;
    margin-top: 40px;
}

.about-engine .swiper-box .swiper-slide {
    width: 15%;
    margin-bottom: var(--fs24);
   margin: 0.8%;
}

.about-engine .swiper-box .box {
    display: block;
    position: relative;
    background: #f7f7f7;
    border-radius: var(--br);
    overflow: hidden;
}

.about-engine .swiper-box .box .img-box::before {
    /*padding-top: 69.23%;*/
}

.about-engine .swiper-box .box .cont {
    padding: 10px 10px;
}

.about-engine .swiper-box .box .swiper-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

.about-engine .swiper-box .box .swiper-des {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.75em;
    color: #666666;
}

.about-engine .swiper-box .box:hover {
    background: var(--main-color);
}

.about-engine .swiper-box .box:hover .swiper-title {
    color: #ffffff;
}

.about-engine .swiper-box .box:hover .swiper-des {
    color: #ffffff;
}

@media (max-width: 1600px) {
    .about-engine {}

    .about-engine .swiper-box {
        margin-top: 30px;
    }

    .about-engine .swiper-box .box .cont {
        padding: 20px 25px;
    }

    .about-engine .swiper-box .box .swiper-title {
        font-size: 20px;
    }

    .about-engine .swiper-box .box .swiper-des {
        margin-top: 5px;
        font-size: 15px;
        line-height: 1.6em;
    }
}

@media (max-width: 1200px) {
    .about-engine {
        
        padding-bottom: 0.6rem;
    }

    .about-engine .swiper-box {
        margin-top: 0.3rem;
    }

    .about-engine .swiper-box .box .cont {
        padding: 0.2rem 0.15rem;
    }

    .about-engine .swiper-box .box .swiper-title {
        font-size: 0.26rem;
    }

    .about-engine .swiper-box .box .swiper-des {
        margin-top: 0.06rem;
        font-size: 0.24rem;
    }

.about-engine .swiper-box .swiper-slide {
    width: 31%;
    margin-bottom: var(--fs24);
}
}
/*@media (max-width: 768px) {
.about-engine .swiper-box .swiper-slide {
    width: 48%;
    margin-bottom: var(--fs24);
}
}
*/

.RAndD-list {
    --br: 10px;
}

.RAndD-list.type-a .RAndD-li .text-cont {
    padding-top: 0;
}

.RAndD-list .RAndD-li {
    position: relative;
    overflow: hidden;
}

.RAndD-list .RAndD-li:nth-child(2n+1) {
    padding-top: 120px;
    padding-bottom: 60px;
}

.RAndD-list .RAndD-li:nth-child(2n+2) {
    padding-bottom: 110px;
}

.RAndD-list .RAndD-li:nth-child(2n+2)::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 90px);
    background: #f0f5ed;
}

.RAndD-list .RAndD-li:nth-child(2n+2) .text-cont {
    order: 2;
    width: 785px;
    width: 49.06%;
}

.RAndD-list .RAndD-li:nth-child(2n+2) .auto-title-block-a {
    margin-top: calc(var(--wrap-width)*0.08);
}

.RAndD-list .RAndD-li .wrap-1600 {
    align-items: flex-start;
    flex-wrap: wrap;
}

.RAndD-list .RAndD-li .text-cont {
    position: relative;
    width: 705px;
    width: 44.06%;
    padding: 65px 0 25px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}

.RAndD-list .RAndD-li .text-cont .title-block-a-h2 {
    font-weight: bold;
}

.RAndD-list .RAndD-li .text-cont .cont {
    margin-top: 30px;
}

.RAndD-list .RAndD-li .text-cont .cont p+p {
    margin-top: 1.6em;
}

.RAndD-list .RAndD-li .img-cont {
    width: 700px;
    width: 43.75%;
}

.RAndD-list .RAndD-li .img-cont .img-box {
    border-radius: var(--br);
}

.RAndD-list .RAndD-li .img-cont img {
    border-radius: var(--br);
}

@media (max-width: 1600px) {
    .RAndD-list .RAndD-li:nth-child(2n+1) {
        padding-top: 80px;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) {
        padding-bottom: 80px;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2)::before {
        height: calc(100% - 60px);
    }

    .RAndD-list .RAndD-li .text-cont {
        padding: 55px 0 25px;
        line-height: 1.7em;
    }

    .RAndD-list .RAndD-li .text-cont .cont {
        margin-top: 15px;
    }

    .RAndD-list .RAndD-li .text-cont .cont p+p {
        margin-top: 1.4em;
    }
}

@media (max-width: 1200px) {
    .RAndD-list .RAndD-li:nth-child(2n+1) {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2)::before {
        height: calc(100% - 0px);
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) .text-cont {
        order: 0;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) .auto-title-block-a {
        margin-top: 0;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) .text-cont {
        width: 100%;
    }

    .RAndD-list .RAndD-li .text-cont {
        width: 100%;
        padding: 0 0 0.3rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }

    .RAndD-list .RAndD-li .text-cont .cont {
        margin-top: 0.1rem;
    }

    .RAndD-list .RAndD-li .text-cont .cont p+p {
        margin-top: 0.6em;
    }

    .RAndD-list .RAndD-li .img-cont {
        width: 100%;
    }
}

.win-list-block {
    /*padding-top: 95px;*/
}

.win-list-block .auto-title-block-a {
 
}

.win-list-block .auto-title-block-a .word {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.66em;
    color: #000000;
}

@media (max-width: 1600px) {
    .win-list-block {
       /* padding-top: 70px;*/
    }

    .win-list-block .auto-title-block-a {
        margin-bottom: 40px;
    }

    .win-list-block .auto-title-block-a .word {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .win-list-block {
       /* padding-top: 0.5rem;*/
    }

    .win-list-block .auto-title-block-a {
        margin-bottom: 0.3rem;
    }

    .win-list-block .auto-title-block-a .word {
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }
}

.win-info {
    padding-bottom: 120px;
}

.win-info .top-block .pic {
    width: 43.75%;
}

.win-info .top-block .pic .img-box::before {
    padding-top: 71.5%;
}

.win-info .top-block .pic .big {
    border-radius: 10px;
    border: solid 1px #e5e5e5;
}

.win-info .top-block .pic .tab {
    --btw: 40px;
    margin-top: 10px;
    position: relative;
    padding: 0 var(--btw);
}

.win-info .top-block .pic .tab .swiper {
    width: 100%;
}

.win-info .top-block .pic .tab .swiper .swiper-slide {
    cursor: pointer;
}

.win-info .top-block .pic .tab .swiper .swiper-slide img {
    border-radius: 5px;
}

.win-info .top-block .pic .tab .swiper .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 100%;
}

.win-info .top-block .pic .tab .swiper .swiper-slide:hover::after,
.win-info .top-block .pic .tab .swiper .swiper-slide.on::after {
    border-color: var(--main-color);
}

.win-info .top-block .pic .tab .slide-btn {
    --size: calc(var(--btw)*0.5);
    --fill: #cccccc;
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(var(--btw)*0.9);
    cursor: pointer;
}

.win-info .top-block .pic .tab .slide-btn.prev {
    left: 0;
    transform: rotate(180deg);
}

.win-info .top-block .pic .tab .slide-btn.next {
    right: 0;
}

.win-info .top-block .pic .tab .slide-btn:hover {
    --fill: var(--main-color);
}

.win-info .top-block .des {
    width: 52.5%;
    padding-top: 5%;
}

.win-info .top-block .des .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

.win-info .top-block .des .text {
    margin-top: 22px;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    font-size: 18px;
    line-height: 2em;
    color: #666666;
}

.win-info .top-block .des .text h6 {
    font-weight: bold;
    color: #333333;
}

.win-info .info-content {
    margin-top: 80px;
}

.win-info .info-content .info-title {
    border-radius: 10px 10px 0px 0px;
    background-color: #f0f0f7;
}

.win-info .info-content .info-title .info-title-span {
    display: inline-block;
    border-radius: 10px 0px 0px 0px;
    background-color: #6eba44;
    min-width: 200px;
    padding: 0 1.5em;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
}

.win-info .info-content .text-img {
    border: solid 1px #e5e5e5;
    border-top: 0 none;
    border-radius: 0px 0px 10px 10px;
    padding: 37px 60px 60px;
    font-size: 16px;
    line-height: 2.25em;
    color: #666666;
}

@media (max-width: 1600px) {
    .win-info {
        padding-bottom: 80px;
    }

    .win-info .top-block .pic .tab {
        --btw: 38px;
    }

    .win-info .top-block .des {
        padding-top: 2%;
    }

    .win-info .top-block .des .title {
        font-size: 28px;
    }

    .win-info .top-block .des .text {
        margin-top: 18px;
        padding-top: 22px;
        line-height: 1.8em;
    }

    .win-info .info-content {
        margin-top: 60px;
    }

    .win-info .info-content .info-title .info-title-span {
        min-width: 180px;
    }

    .win-info .info-content .text-img {
        padding: 35px 45px 45px;
        line-height: 1.9em;
    }
}

@media (max-width: 1200px) {
    .win-info {
        padding-bottom: 0.6rem;
    }

    .win-info .top-block .pic {
        width: 100%;
    }

    .win-info .top-block .pic .tab {
        --btw: 0.56rem;
    }

    .win-info .top-block .des {
        width: 100%;
        padding-top: 0.4rem;
    }

    .win-info .top-block .des .title {
        font-size: 0.34rem;
    }

    .win-info .top-block .des .text {
        margin-top: 0.2rem;
        padding-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }

    .win-info .info-content {
        margin-top: 0.3rem;
    }

    .win-info .info-content .info-title .info-title-span {
        min-width: 2.2rem;
        font-size: 0.28rem;
        line-height: 0.7rem;
    }

    .win-info .info-content .text-img {
        padding: 0.2rem 0.3rem 0.3rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }
}

.news-list-block {
   
}

.news-list-block .list3 {
    margin-bottom: 12px;
}

@media (max-width: 1600px) {
    .news-list-block {
       
    }

    .news-list-block .list3 {
        margin-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .news-list-block {
        
    }

    .news-list-block .list3 {
        margin-bottom: 0;
    }
}

.news-info {
    --newsibr: 10px;

    padding-bottom: 110px;
}

.news-info .left-flex {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: var(--newsibr);
    width: 71.25%;
    padding: 43px 30px 50px;
}

.news-info .left-flex .info-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

.news-info .left-flex .other {
    margin-top: 9px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.4em;
    color: #999999;
}

.news-info .left-flex .other .author {
    margin-left: 3.5em;
}

.news-info .left-flex .cont {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.35em 0 5em;
    font-size: 16px;
    line-height: 1.75em;
    color: #666666;
}

.news-info .right-flex {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: var(--newsibr);
    width: 26.25%;
    padding: 45px 30px 40px;
}

.news-info .right-flex .right-flex-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

@media (max-width: 1600px) {
    .news-info {
 
        padding-bottom: 70px;
    }

    .news-info .left-flex {
        padding: 35px 30px;
    }

    .news-info .left-flex .info-title {
        font-size: 22px;
    }

    .news-info .left-flex .other {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .news-info .left-flex .cont {
        padding: 1.3em 0 2em;
        line-height: 1.6em;
    }

    .news-info .right-flex {
        padding: 35px 30px;
    }

    .news-info .right-flex .right-flex-title {
        margin-bottom: 15px;
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .news-info {
        padding-top: 0.5rem;
        padding-bottom: 0.4rem;
    }

    .news-info .left-flex {
        width: 100%;
        padding: 0.4rem 0.3rem;
    }

    .news-info .left-flex .info-title {
        font-size: 0.3rem;
    }

    .news-info .left-flex .other {
        margin-top: 0.1rem;
        margin-bottom: 0.15rem;
        font-size: 0.24rem;
    }

    .news-info .left-flex .other .author {
        margin-left: 3em;
    }

    .news-info .left-flex .cont {
        padding: 1em 0;
        font-size: 0.26rem;
    }

    .news-info .right-flex {
        margin-top: 0.4rem;
        width: 100%;
        padding: 0.35rem 0.3rem;
    }

    .news-info .right-flex .right-flex-title {
        margin-bottom: 0.2rem;
        font-size: 0.3rem;
    }
}

.talent-block .flex-box {
    padding: 100px 0;
}

.talent-block .img-box {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    width: 50%;
}

.talent-block .cont-text {
    width: 43.75%;
}

.talent-block .cont-text .auto-title-block {
    position: relative;
}

.talent-block .cont-text .auto-title-en {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}

.talent-block .cont-text .word {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.75em;
    color: #666666;
}

@media (max-width: 1600px) {
    .talent-block .flex-box {
        padding: 80px 0;
    }

    .talent-block .cont-text .word {
        line-height: 1.6em;
    }
}

@media (max-width: 1200px) {
    .talent-block .flex-box {
        padding: 0.75rem 0 0.5rem;
    }

    .talent-block .img-box {
        border-radius: 0.1rem;
        width: 100%;
    }

    .talent-block .cont-text {
        width: 100%;
        padding-top: 0.4rem;
    }

    .talent-block .cont-text .word {
        margin-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 1.8em;
    }
}

.job-block {
    position: relative;
}

.job-block .auto-title-en {
    position: absolute;
}

.job-block .list5 {
    margin-top: 42px;
    position: relative;
}

@media (max-width: 1200px) {
    .job-block .list5 {
        margin-top: 0.4rem;
    }
}

.map-block .map {
    height: clamp(350px, 50vh, 525px);
}

.map-block .map * {
    box-sizing: content-box;
}

.map-block .map .shadow {
    display: none;
}

.site-map {
    --dc: #333333;
    --hc: var(--main-color);
    --lpd: 40px;
    --w: 1200px;
    padding-top: 65px;
    padding-bottom: 65px;
    color: var(--dc);
}

.site-map a {
    color: var(--dc);
    text-decoration: none;
}

.site-map a:hover {
    color: var(--hc);
}

.site-map .wrap-cont {
    margin: 0 auto;
    width: var(--w);
    max-width: calc(100% - 30px);
}

.site-map .site-map-border {
    border: 1px solid #ddd;
    padding: 0 30px 30px;
}

.site-map .site-map-title {
    font-size: 28px;
    margin: 45px 0;
    font-weight: normal;
    text-align: center;
}

.site-map .site-map-list {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5em;
}

.site-map .map-list-li {
    list-style: none;
}

.site-map .map-list-li+.map-list-li {
    margin-top: 20px;
}

.site-map .list-li-dl {
    margin: 0;
    padding: 0;
}

.site-map .list-dl-dt {
    padding: 0.75em var(--lpd);
    font-weight: bold;
    background: #f5f5f5;
}

.site-map .list-dl-dd {
    --mini-pad: 20px;
    display: flex;
    margin: 0;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    padding: 20px var(--mini-pad);
    flex-wrap: wrap;
}

.site-map .list-dl-dd a {
    margin: 0.3em calc(var(--lpd) - var(--mini-pad));
}

@media (max-width: 1200px) {
    .site-map {
        --lpd: 15px;
        --w: 768px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .site-map .site-map-border {
        padding: 0 15px 15px;
    }

    .site-map .site-map-title {
        font-size: 17px;
        margin: 15px 0;
    }

    .site-map .site-map-list {
        font-size: 14px;
    }

    .site-map .map-list-li+.map-list-li {
        margin-top: 15px;
    }

    .site-map .list-dl-dt {
        padding: 0.7em var(--lpd);
    }

    .site-map .list-dl-dd {
        --mini-pad: 10px;
        padding: 13px var(--mini-pad);
    }

    .site-map .list-dl-dd a {
        margin: 0.2em calc(var(--lpd) - var(--mini-pad));
    }
}

/*产品*/
.pro-con {
    margin-bottom: var(--fs54);
}

.pro-con {
    padding: var(--fs20);
}

.img-con {
    text-align: center;
    margin-bottom: var(--fs54);
}

.img-con img {
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.test-con p {
    font-size: var(--fs18);
    line-height: var(--fs34)
}

/*联系我们*/
.contact-info {
    padding-top: var(--fs54);
}

.contact-info .left-cont {
    width: 48.75%;
}

.contact-info .left-cont .map {
    height: 600px;
}

.contact-info .left-cont .map .shadow {
    display: none;
}

.contact-info .left-cont .map * {
    box-sizing: content-box;
}

.contact-info .right-cont {
    width: 47.5%;
    font-size: 16px;
    line-height: 1.4em;
    color: #666666;
}

.contact-info .right-cont .h2 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: var(--main-color);
}

.contact-info .right-cont .li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 16px;
    padding-bottom: 16px;
}

.contact-info .right-cont .li .li-icon {
    --sw: 40px;
    --size: 50%;
    --fill: rgba(0, 0, 0, 0.8);
    margin-right: 20px;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    width: var(--sw);
    height: var(--sw);
}

.contact-info .right-cont .li .li-icon.address {
    --size: 60%;
}

.contact-info .right-cont .li .li-icon.phone {
    --size: 50%;
}

.contact-info .right-cont .li .li-icon.mail {
    --size: 45%;
}

.contact-info .right-cont .li .li-cont {
    color: #333333;
}

.contact-info .right-cont .li .li-cont .li-tit {
    margin-top: -3px;
    color: #999999;
}

.contact-info .right-cont .li .li-cont .li-val {
    margin-top: 3px;
}

.contact-info .right-cont .code-box {
    margin-left: -5px;
    margin-top: 25px;
}

.contact-info .right-cont .code-box .code-li {
    text-align: center;
}

.contact-info .right-cont .code-box .code-li+.code-li {
    margin-left: 25px;
}

@media (max-width: 1600px) {
    .contact-info {
        padding-top: 85px;
    }

    .contact-info .left-cont .map {
        height: 580px;
    }
}

@media (max-width: 1200px) {
    .contact-info {
        padding-top: 0.75rem;
    }

    .contact-info .left-cont {
        width: 100%;
    }

    .contact-info .left-cont .map {
        height: 4.5rem;
    }

    .contact-info .right-cont {
        margin-top: 0.35rem;
        width: 100%;
        font-size: 0.26rem;
    }

    .contact-info .right-cont .h2 {
        padding-bottom: 0.7em;
        font-size: 0.3rem;
    }

    .contact-info .right-cont .li {
        padding-top: 0.35rem;
        padding-bottom: 0.3rem;
    }

    .contact-info .right-cont .li .li-icon {
        --sw: 0.7rem;
        margin-right: 0.3rem;
        border-radius: 0.05rem;
    }

    .contact-info .right-cont .li .li-cont .li-tit {
        margin-top: -0.05rem;
    }

    .contact-info .right-cont .li .li-cont .li-val {
        margin-top: 0.02rem;
    }

    .contact-info .right-cont .code-box {
        margin-left: -0.05rem;
        margin-top: 0.3rem;
        justify-content: center;
    }

    .contact-info .right-cont .code-box .code-li+.code-li {
        margin-left: 0.25rem;
    }

    .contact-info .right-cont .code-box .code-li img {
        width: 1.6rem;
    }
}

.contact-form {
    padding-top: 65px;
    padding-bottom: 120px;
}

.contact-form .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

.contact-form .des {
    margin-top: 15px;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.4em;
    color: #666666;
}

.contact-form .form {
    --pad: 10px;
    --h: 62px;
    margin: calc(var(--pad)*-1);
    color: #999999;
}

.contact-form .form .input-box {
    padding: var(--pad);
}

.contact-form .form .input-box .input {
    border: 1px solid #cccccc;
    width: 100%;
    padding: 10px 1.25em;
    font-size: 16px;
    line-height: calc(var(--h) - 10px*2);
}

.contact-form .form .input-box .input::placeholder {
    color: #999999;
}

.contact-form .form .input-box textarea {
    display: block;
    height: 180px;
}

.contact-form .form .code-box .input {
    width: 232px;
}

.contact-form .form .code-box img {
    margin-left: 12px;
    width: 134px;
    height: var(--h);
    object-fit: fill;
    cursor: pointer;
}

.contact-form .form .submit-box .submit {
    margin-top: 20px;
    width: 300px;
    border-radius: 10px;
    border: 0 none;
    max-width: 100%;
    padding: 0 1.5em;
    background-color: var(--main-color);
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.7em;
    line-height: calc(var(--h) + 2px);
    color: #ffffff;
    transition: all 0.3s;
}

.contact-form .form .submit-box .submit:hover {
    background-color: rgba(var(--main-color-rgb), 0.8);
}

@media (max-width: 1600px) {
    .contact-form {
        padding-bottom: 85px;
    }

    .contact-form .title {
        font-size: 32px;
    }

    .contact-form .des {
        margin-top: 10px;
        margin-bottom: 35px;
    }
}

@media (max-width: 1200px) {
    .contact-form {
        padding-top: 0.5rem;
        padding-bottom: 0.65rem;
    }

    .contact-form .title {
        font-size: 0.36rem;
    }

    .contact-form .des {
        margin-top: 0.1rem;
        margin-bottom: 0.3rem;
        font-size: 0.26rem;
    }

    .contact-form .form {
        --pad: 0.12rem;
        --h: 0.7rem;
    }

    .contact-form .form .input-box .input {
        padding: 0.1rem 1em;
        font-size: 0.26rem;
        line-height: calc(var(--h) - 0.1rem*2);
    }

    .contact-form .form .input-box textarea {
        height: 2rem;
    }

    .contact-form .form .submit-box .submit {
        margin-top: 0.2rem;
        width: 70%;
        border-radius: 0.1rem;
        padding: 0 1.2em;
        font-size: 0.28rem;
    }
}

.talent-block {
    position: relative;
    padding-top: 85px;
}

.talent-block .big-text {
    color: rgba(51, 51, 51, 0.05);
}

.talent-block .auto-title-block {
    padding-top: 0;
}

.talent-block .swiper-box {
    margin-top: 10px;
}

@media (max-width: 1600px) {
    .talent-block .swiper-box {
        margin-top: 0px;
    }
}

@media (max-width: 1200px) {
    .talent-block {
        padding-top: 0.75rem;
    }
}

/*产品中心*/
.homeapp {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.homeapp .appbox {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: space-between;
    padding-top: var(--fs100);
    padding-bottom: 200px;
}

.blocktit h2 {
    color: #fff;
    font-size: 46px;
    line-height: 92px;
    position: relative;
    margin-bottom: 20vh;
}

.blocktit h2:after {
    content: "APPLICATION CENTER";
    display: block;
    position: absolute;
    opacity: 0.05;
    left: 0;
    top: 0;
    line-height: 46px;
}

.homeapp .appbox .textbox {
    color: #fff;
    font-size: var(--fs32);
    font-weight: bold;
    max-width: 60%;
    line-height: 36px;


}

.homeapp .appbox .textbox.on {
    display: block;
}

.homeapp .appbox .changebox {
    color: #fff;
    max-width: 60%;
    font-size: var(--fs14);
    color: #ccc;
    margin-top: 20px;
}

.homeapp .appbox .changebox ul li {
    background-color: rgba(255, 255, 255, 0.1);
    float: left;
    width: 32.2%;
    margin-right: 1px;
    margin-bottom: 1px;
}

.homeapp .appbox .changebox ul li em {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}

.homeapp .appbox .changebox ul li.on {
    animation: bgaction1 0.3s linear forwards;
    -webkit-animation: bgaction1 0.3s linear forwards;
}

@keyframes bgaction1 {
    from {
        background-color: rgba(255, 255, 255, 0.1);
    }

    to {
        background-color: var(--main-color);
    }
}

/*
.homeapp .appbox .changebox ul li a:after{content: "";display: block;position: absolute;left: 0;top: 0;height: 100%;width: 0;background-color: var(--main-color);z-index: 0;}
.homeapp .appbox .changebox ul li:hover a:after{animation: bgaction1 0.5s linear forwards;-webkit-animation: bgaction1 0.5s linear forwards;}
@keyframes bgaction1{from{width: 0;}
to{width: 100%;}}*/
.homeapp .appbox .changebox ul li em .bgimg {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: flex-end;
    min-width: 50%;
    padding-right: 10px;
}

.homeapp .appbox .changebox ul li em .textbox {
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    height: 110px;
    min-width: 50%;
}

.homeapp .appbox .changebox ul li em .textbox h3 {
    font-size: 24px;
    line-height: 1.3;
}

.homeapp .appbox .changebox ul li em .textbox p {
    font-size: 16px;
    line-height: 1.3;
    opacity: 0.3;
}

@media(max-width: 1200px) {
    .homeapp .appbox h2 {
        margin-bottom: 15vh;
    }

    .homeapp .appbox .changebox ul li em .textbox h3 {
        font-size: var(--fs16)
    }

    .homeapp .appbox .textbox {

        max-width: 100%;



    }

    .homeapp .appbox .changebox {

        max-width: 100%;

    }

    .homeapp .appbox {
        padding-bottom: 100px
    }

}

/*关于我们*/


.indexAboutMain {
    padding: 3%;
    background: #f1f1f1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.indexAboutMain .indexAboutTitle {
    padding-left: 0px;
}

.indexAboutMain .indexAboutBox {
    margin-top: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indexAboutMain .indexAboutBox .imgBox {
    width: 50%;

    /* background: url(../images/about-2.jpg) no-repeat left top fixed;*/
}

.indexAboutMain .indexAboutBox .imgBox img {
    width: 100%;
    display: block;

}

.indexAboutMain .indexAboutBox .imgBox .contact-block {
    line-height: var(--fs32);
    color: #999;
}

.indexAboutMain .indexAboutBox .imgBox .listBox {
    margin-top: var(--fs30);
}

.indexAboutMain .indexAboutBox .imgBox .contact-block span {
    color: #000;
}

.indexAboutMain .indexAboutBox .imgBox .cord img {
    max-width: 150px;
}

.indexAboutMain .indexAboutBox .imgBox .cord p {
    text-align: center;
    line-height: var(--fs24);
}

.indexAboutMain .indexAboutBox .indexAbout {
    width: 45%;
    margin-right: 5%;
}

.indexAboutMain .indexAboutBox .indexAbout .content {

    margin-left: 0px;
    color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 10%;

}

.indexAboutMain .indexAboutBox .indexAbout .content .desc {

    line-height: 1.5;
    text-align: justify;
    color: #666;
}

.indexAboutMain .indexAboutBox .indexAbout .content .more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 15px;
}

.indexAboutMain .indexAboutBox .indexAbout .content .more .commonMore:hover {
    color: #ca372f;
    background: #fff;
}

.indexAboutMain .indexAboutBox .indexAbout .listBox {
    padding: 20px 0px 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.indexAboutMain .indexAboutBox .indexAbout .listBox .list {
    background: url("../images/icon-yin.png") no-repeat;
    background-size: 30px 30px;
    padding: 5px 0px 0px 27px;
    margin-left: 100px
}

.indexAboutMain .indexAboutBox .indexAbout .listBox .list .text {
    padding-top: 5px;
    font-size: var(--fs52);
    color: #ca372f;
    font-weight: bold;
    line-height: var(--fs52);
}

@media (max-width: 1200px) {
    .indexAboutMain {
        /*padding: 5.729vw 0vw;*/
    }

    .indexAboutMain .indexAboutTitle {
        padding-left: -webkit-calc(100% - 31.771vw);
        padding-left: calc(100% - 31.771vw);
    }

    .indexAboutMain .indexAboutBox {
        /*margin-top: 2.604vw;*/
    }

    .indexAboutMain .indexAboutBox .imgBox {
        width: 90%;
        margin: 5%;
    }

    .indexAboutMain .indexAboutBox .indexAbout {
        width: 90%;
        margin: 0 5%;
    }

    .indexAboutMain .indexAboutBox .indexAbout .content {
        /*padding: 30px;*/

    }

    .indexAboutMain .indexAboutBox .indexAbout .content .desc {}

    .indexAboutMain .indexAboutBox .indexAbout .content .more {}

    .indexAboutMain .indexAboutBox .indexAbout .listBox {
        padding: 4.567vw 1.563vw 0vw 4.285vw;
    }

    .indexAboutMain .indexAboutBox .indexAbout .listBox .list {
        background-size: 2.9167vw 2.9167vw;
        padding: .2604vw 0px 0px 2.5vw;
    }

    .indexAboutMain .indexAboutBox .indexAbout .listBox .list .text {
        font-size: 2.5vw;
        line-height: 3.0208vw;
    }
}


@media (max-width:768px) {
    .indexAboutMain {
        padding: 6.875vw 0vw;
    }

    .indexAboutMain .indexAboutTitle {
        padding-left: -webkit-calc(100% - 38.125vw);
        padding-left: calc(100% - 38.125vw);
    }

    .indexAboutMain .indexAboutBox {
        margin-top: 3.125vw;
    }

    .indexAboutMain .indexAboutBox .imgBox {
        width: 100%;
    }

    .indexAboutMain .indexAboutBox .indexAbout {
        width: 100%;
    }

    .indexAboutMain .indexAboutBox .indexAbout .content {

        margin-left: 0;
        margin-top: 1%
    }

    .indexAboutMain .indexAboutBox .indexAbout .content .desc {


        text-align: left;
    }

    .indexAboutMain .indexAboutBox .indexAbout .content .more {
        padding-top: 2.188vw;
    }

    .indexAboutMain .indexAboutBox .indexAbout .listBox {
        padding: 5vw 1.875vw 0vw 4.063vw;
    }

    .indexAboutMain .indexAboutBox .indexAbout .listBox .list {
        background-size: 2.0833vw 2.0833vw;
    }

    .indexAboutMain .indexAboutBox .indexAbout .listBox .list .text {
        font-size: 1.5625vw;
        padding: 0vw;
    }
}


/*律师团队*/
.index-case {
    overflow: hidden;

    padding-bottom: 105px;
    margin-top: -100px;
    position: relative;
    z-index: 10;
}

.index-case .big-text {
    margin-top: 65px;
    color: rgba(102, 102, 102, 0.05);
}

.index-case .left-cont {
    width: 20%;
}

.index-case .left-cont .auto-title-block {
    padding-top: 0;
}

.index-case .left-cont .des {
    margin-top: -10px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}

.index-case .left-cont .more-box-a {
    margin-top: 78px;
}

.index-case .right-cont {
    width: 80%;

}

.index-case .right-cont .right-o-hide {

    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.index-case .right-cont .swiper-btns .swiper-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    --dc: rgba(var(--main-color-rgb), 1);
    --hc: rgba(var(--main-color-rgb), 1);
}

.index-case .right-cont .swiper-btns .prev {
    left: 7%;
}

.index-case .right-cont .swiper-btns .next {
    right: 7%;
}

@media (max-width: 1600px) {
    .index-case {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .index-case .big-text {
        margin-top: 35px;
    }

    .index-case .left-cont .des {
        margin-top: -20px;
        line-height: 1.9em;
    }

    .index-case .left-cont .more-box-a {
        margin-top: 58px;
    }
}

@media (max-width: 1200px) {
    .index-case {
        padding-top: 0 !important;
        padding-bottom: 0.65rem;
        margin-top: 0 !important;
    }

    .index-case .big-text {
        margin-top: 0;
    }

    .index-case .left-cont {
        width: 100%;
    }

    .index-case .left-cont .des {
        margin-top: -0.1rem;
        font-size: 0.26rem;
        line-height: 1.9em;
    }

    .index-case .left-cont .more-box-a {
        margin-top: 0.25rem;
    }

    .index-case .right-cont {
        margin-top: 0.35rem;
        width: 100%;
    }

    .index-case .right-cont .right-o-hide {
        margin-right: 0;
    }

    .index-case .right-cont .swiper-btns .prev {
        left: 2%;
    }

    .index-case .right-cont .swiper-btns .next {
        right: 2%;
    }
}

.honor_box .img-box-div .front,
.honor_box .img-box-div .back {
    border-radius: 5px;
    border-bottom-right-radius: 100px;
    box-shadow: 0px 0px 20px 0px #3a3940
}


.container {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

.front,
.back {
    background-size: cover;
    background-position: center;
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    text-align: center;
    height: 100%;

    border-radius: 10px;
    color: #fff;
    font-size: 20px;
}

.back {
    background: #cedce7;
    background: -webkit-linear-gradient(45deg, #06142e 0%, #5b77ab 100%);
    background: -o-linear-gradient(45deg, #06142e 0%, #5b77ab 100%);
    background: linear-gradient(45deg, #06142e 0%, #5b77ab 100%);
}

.front:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-radius: 10px;
}

.container:hover .front,
.container:hover .back {
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner {
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
    transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
    perspective: inherit;
    z-index: 2;
}

.inner strong {
    font-size: var(--fs22);
    line-height: var(--fs32);
    display: block;
}

.inner p {
    font-size: var(--fs14);
    line-height: var(--fs30);
    margin-top: var(--fs12);
}

.inner span {
    font-size: var(--fs12);
    line-height: var(--fs24);
    display: block;
    color: #929fb6
}

.inner p.a {
    border-bottom: 1px solid #4b6493
}


.container .back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container .front {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.container:hover .front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.front .inner p {
    font-size: var(--fs18);
    margin-bottom: 20px;
    position: relative;
}

.front .inner p:after {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    background: #C6D4DF;
    display: block;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -.100px;
}

.front .inner span {
    color: rgba(255, 255, 255, 0.7);
    font-family: 'Montserrat';
    font-weight: 300;
}




.welcome-section {
    position: relative;
    padding: 110px 0px 80px;

}

.welcome-section .sec-title {
    margin-bottom: 40px;
}

.featured-block {
    position: relative;
    margin-bottom: 30px;
    float: left;
    width: 31.33%;
    margin: 1%;
}

.featured-block .inner-box {
    position: relative;
    display: block;
    background: url(../images/newsbg.jpg) no-repeat center / cover;
    overflow: hidden;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
}

.featured-block .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.featured-block .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70);
}

.featured-block .content-box {
    position: relative;
    display: block;
    padding: 50px 25px 50px 30px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    display: flex;
    align-items: center;
}

.featured-block .content-box .content {
    position: relative;
    padding-left: 100px;
    min-height: 300px;

}

.featured-block .content-box .subtitle {
    font-size: 13px;
    color: #8e8e8e;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 5px;
    font-family: 'Manjari', sans-serif;
}

.featured-block .content-box h4 {
    color: #222222;
    font-weight: 700;
    line-height: 1.25em;
    margin: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .content-box h4 a {
    color: #222222;
}

.featured-block .content-box h4 a:hover {
    color: #ca372f;
}

.featured-block .content-box .icon-box {
    position: absolute;
    left: 30px;
    top: 50px;
    width: 80px;
    height: 80px;
    color: #ca372f;
    font-size: 60px;
    line-height: 80px;
}

.featured-block .content-box .icon-box:before {
    content: '';
    position: absolute;
    right: 0;
    top: 5px;
    bottom: 5px;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.featured-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.featured-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
}

.featured-block .hover-box .inner {
    position: relative;
    display: block;
    padding: 35px 30px 15px;
}

.featured-block .hover-box h4 {
    color: #ffffff;
    font-weight: 700;
    line-height: 1.30em;
    max-width: 220px;
    margin: 0 0 10px;
}

.featured-block .hover-box h4 a {
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .hover-box h4 a:hover {
    color: #ca372f;
}

.featured-block .hover-box .text {
    color: #b2b2b2;
    line-height: 1.6em;
}

.featured-block .more-link {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 42px;
    height: 42px;
    line-height: 30px;
    text-align: center;
    color: #ca372f;
    font-size: 18px;
    z-index: 2;
}

.featured-block .more-link a {
    position: relative;
    display: block;
    line-height: 42px;
    color: #ca372f;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .more-link a:before {
    content: '';
    position: absolute;
    right: -75px;
    bottom: -105px;
    width: 140px;
    height: 140px;
    background: #222222;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block .more-link a span,
.featured-block .more-link a i {
    position: relative;
    z-index: 1;
}

.featured-block .inner-box:hover .more-link a:before {
    background: #ca372f;
}

.featured-block .inner-box:hover .more-link a {
    color: #ffffff;
}

.featured-block .more-box-a-jt {
    --size: 1em;
    --fill: #ffffff;
    margin-right: 0.6em;
    position: relative;
    border-radius: 50%;
    width: var(--lh);
    height: var(--lh);

}

.featured-block .more-box-a-jt svg {
    transform: translate(0, 0);
    transition: all 0.3s;
}



/*** 

====================================================================
    Services Section
====================================================================

***/

.services-section {
    position: relative;
    padding: var(--fs100) 0px var(--fs52);
    background: #f1f1f1;
}

.services-section .image-left {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
}

.services-section .image-left .image-layer {
    position: absolute;
    left: 0;
    top: 0;
    right: 30%;
    bottom: 0px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: url(../images/img_14.jpg) no-repeat center / cover;
}

.services-section .image-left .image-layer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #1e283f;
    opacity: 0.65;
}

.featured-service-block {
    position: relative;
    margin-bottom: 30px;
    display: flex;
    width: 25%;
}

.auto-container .row {
    display: flex;
    flex-wrap: wrap;



}

.featured-service-rightblock {
    display: flex;
    flex-wrap: wrap;
    width: 75%
}

.featured-service-block .inner-box {
    position: relative;
    display: block;
    text-align: center;
    margin-right: 10px;
}

.featured-service-block .image-box {
    position: relative;
    display: block;
}

.featured-service-block .image-box img {
    position: relative;
    display: block;
    width: 100%;
}

.featured-service-block .lower-box {
    position: relative;
    display: block;
    padding: var(--fs20);

    color: #ffffff;
    background: #ca372f;
}

.featured-service-block .lower-box a {
    color: #ffffff;
}

.featured-service-block h3 {
    font-weight: 700;
    line-height: 1.35em;
    font-size: var(--fs24);
}

.featured-service-block .more-link {
    position: relative;
    display: block;
}

.featured-service-block .more-link a {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: 'Manjari', sans-serif;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 700;
    color: #ffffff;
    line-height: 20px;
    border-bottom: 2px solid #ffffff;
}

.featured-service-block .more-link a:hover {
    color: #222222;
    border-color: #222222;
}

.services-section .column .col-inner {
    position: relative;
    display: flex;
}

.featured-block-two {
    position: relative;
    margin-bottom: 30px;
    width: 48%;
    margin: 0 1%;
}

.featured-block-two .inner-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 45px 50px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
    margin-bottom: var(--fs20);
}

.featured-block-two .content-box {}

.featured-block-two .content-box .icon-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 71px;
    height: 162px;
    color: #ca372f;
    text-align: center;
}

.featured-block-two .content-box .icon-box img {
    position: relative;
    z-index: 10;
}

.featured-block-two .content-box .icon-box:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 46px;
    bottom: 46px;
    width: 70px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.10);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
    z-index: 1;
}

.featured-block-two .inner-box:hover .content-box .icon-box {
    color: #ffffff;
}

.featured-block-two .inner-box:hover .content-box .icon-box:before {
    top: 0;
    bottom: 0;
    background: #ca372f;
}

.featured-block-two .content-box .icon-box:after {
    content: '';
    position: absolute;
    left: 35px;
    top: 0px;
    height: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0.10);
}

.featured-block-two .content-box .icon-box .icon {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 42px;
    z-index: 3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-two .content-box .content {
    position: relative;
    display: block;
}

.featured-block-two .content-box h4 {
    color: #222222;
    line-height: 1.25em;
    margin: 0 0 15px;
    font-size: var(--fs24);
}

.featured-block-two .content-box h4 a {
    color: #222222;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.featured-block-two .content-box h4 a:hover {
    color: #ca372f;
}

.featured-block-two .content-box .text {
    margin-bottom: 25px;
    color: var(--main-color);
}

.featured-block-two .read-more {
    position: relative;
    display: block;
}

.featured-block-two .read-more a {
    position: relative;
    display: block;
    color: #999;
    font-size: 16px;
    font-family: 'Manjari', sans-serif;
    text-transform: capitalize;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}



.featured-block-two .read-more a:hover,
.featured-block-two .inner-box:hover .read-more a {
    color: #ca372f;

}




@media (max-width: 1200px) {
    .featured-service-block {
        display: none;
    }

    .featured-service-rightblock {
        width: 100%
    }

    .featured-block-two .content-box .icon-box {
        display: none;
    }

    .featured-block-two .content-box {
        padding-left: 0
    }

    .featured-block-two .inner-box {
        padding: 1em
    }

    .featured-block {
        width: 100%
    }

    .featured-block .content-box .content {
        min-height: 200px;
    }


}

@media (max-width: 992px) {
    .featured-block-two {
        max-width: 100%
    }

    .featured-service-block {
        display: block;
        width: 100%
    }

    .featured-service-block .lower-box {
        position: relative;
        display: block;
        padding: var(--fs12);
        color: #ffffff;
        background: #ca372f;
    }

    .featured-service-block .image-box {
        max-height: 150px;
        overflow: hidden;
    }


}








.martop {
    margin-top: 0.5%;
    margin-bottom: var(--fs52);
    overflow: hidden;
}

.w22 {
    width: 21%;
}

.w75 {
    width: 75%;
}



@media(max-width:1200px) {

    .martop .w22,
    .martop .w75 {
        width: 100%;
    }

    .jg {
        margin-top: 0;
    }
}

/*Menu002956 */
.Menu002956 {
    padding-left: 10px;
    margin: 0vw 0;
}

.Menu002956 nav {
    background: #f6f6f6;
    padding: 20px 0;
}

.Menu002956 h1 {
    margin: 0 2.08vw 0 0;
    position: relative;
    margin-left: -10px;
    padding: 16px 0 16px 20px;
}

.Menu002956 h1 span {
    position: relative;
    z-index: 4;
    display: block;
    font-size: 25px;
    font-weight: normal;
    color: #fff;
    line-height: 1em;
    border-left: 2px solid #a67d00;
    padding-left: 15px;
}

.Menu002956 h1:after {
    position: absolute;
    content: '';
    height: 100%;
    background: var(--main-color);
    top: 0;
    transform: skewX(25deg);
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    right: 0;
    left: -30px;
}

.Menu002956 h1 i {
    position: absolute;
}

.Menu002956 h1 i.jiao {
    border: 8px solid transparent;
    border-left-color: #002c46;
    left: 2px;
    top: -8px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.Menu002956 ul {
    padding: 12px 0;
}

.Menu002956 li:not(:last-child) {
    border-bottom: 1px solid #e6e6e6;
}

.Menu002956 li a {
    display: block;
    line-height: 26px;
    padding: 10px 30px 10px 32px;
    font-size: 16px;
    position: relative;
    z-index: 1;
}

.Menu002956 li a:after {
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #a67d00;
    top: 50%;
    margin-top: -2px;
    left: 18px;
    opacity: 0;
    transition: 0.3s;
    border-radius: 50px;
}

.Menu002956 li a:hover,
.Menu002956 li.aon a {
    color: var(--main-color);
}

.Menu002956 li a:hover:after,
.Menu002956 li.aon a:after {
    opacity: 1;
}

@media(min-width:1201px) {
    .Menu002956 {
        overflow: hidden;
    }

    .Menu002956 ul {
        display: block !important;
    }
}

@media(max-width:1200px) {
    .Menu002956 {
        position: relative;
        z-index: 40;
    }

    .Menu002956 ul {
        display: none;
        position: absolute;
        left: 10px;
        top: 100%;
        right: 0;
        z-index: 40;
        background: #edf0f5;
    }

    .Menu002956 i.wap-open {
        position: absolute;
        width: 30px;
        height: 30px;
        right: 40px;
        background: #fff;
        z-index: 10;
        top: 50%;
        margin-top: -15px;
        border-radius: 50%;
        transition: 0.3s;
    }

    .Menu002956 i.wap-open:before,
    .Menu002956 i.wap-open:after {
        position: absolute;
        content: '';
        left: 50%;
        top: 50%;
        background: var(--main-color);
        transform: translate(-50%, -50%);
    }

    .Menu002956 i.wap-open:before {
        width: 10px;
        height: 2px;
    }

    .Menu002956 i.wap-open:after {
        width: 2px;
        height: 10px;
    }

    .Menu002956 i.wap-open.on {
        transform: rotate(45deg);
    }
}

@media(max-width:640px) {
    .Menu002956 nav {
        padding: 10px 0;
    }

    .Menu002956 h1 span {
        font-size: 5vw;
    }

    .Menu002956 h1 {
        padding: 3vw 0 3vw 20px;
    }

    .Menu002956 i.wap-open {
        right: 6vw;
        margin-top: -12px;
        width: 24px;
        height: 24px;
    }
}




.Areas .CenTitle {
    padding: 0 0 1%;
    position: relative;
    z-index: 1
}

.Areas .CenTitle .name {
    text-align: center;
    font-size: 30px;
    color: #333;
    line-height: 30px;
}

.Areas .CenTitle .line {
    width: 45px;
    height: 3px;
    background: #a67d00;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 21px;
}

.Areas .title {
    border-top: 5px solid #f5f5f5;
    margin: var(--fs32) 0 var(--fs20);
    0;
    position: relative;
    z-index: 4;
}

.Areas .title-nt {
    margin-top: 0;
}

.Areas .title aside {
    display: table;
    margin-top: -24px;
    padding-right: 20px;
    background: #fff;
}

.Areas .title span {
    display: table;
    line-height: 40px;
    border-radius: 40px;
    /*padding: 0 20px; background: #f3f3f3;*/
    font-size: var(--fs28);
    color: #333;
}

.Areas .title span i {
    font-style: normal;
    float: left;
    padding: 0 17px;
    margin-top: 0px;
    color: var(--main-color);
    border-radius: 40px;
    margin-right: 5px;
    font-weight: bold;
}

.Areas h3 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    margin: 0;
}

.Areas p {
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
    margin: 8px 0;

}

.Areas .box {
    margin-left: 6.6%;

}

.Areas .btn em {
    position: absolute;
    right: 0;
    top: -24px;
    /* transform:translateX(-50%); */
    background-color: #fff;
    padding-left: 1em;
    font-size: 1.5em;
    font-style: normal;
    cursor: pointer;
}

.Areas .btn em {
    padding: 0 50px 0 30px;
    height: 50px;
    /*background-color: var(--main-color);*/
    border-radius: 25px;
    line-height: 50px;
    color: var(--main-color);
}

.Areas .btn em::after {
    content: '';
    position: absolute;
    right: 22px;
    top: 50%;
    width: 12px;
    height: 12px;
    border: solid var(--main-color);
    border-width: 2px 2px 0 0;
    transform: translateY(-50%) rotate(135deg);
    margin-top: -2px;
}

.Areas .btn em.up::after {
    transform: translateY(-50%) rotate(-45deg);
    margin-top: 2px;
}

.Areas .box table {
    width: 100%;
}

.Areas .box table td {
    width: 100%;
    display: block;
    /* border: 1px solid #e5e5e5; */
    /* border-collapse: collapse; */
    border-bottom: none;
    float: left;
}

.Areas .box .table_1 {
    position: relative;
    background: #eee;
    padding: 20px;
}

.Areas .box .table_1:after {
    content: '';
    width: 20px;
    height: 20px;
    border-top: 2px solid var(--main-color);
    border-left: 2px solid var(--main-color);
    position: absolute;
    top: -1px;
    left: -1px;
}

.Areas .box .table_1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-bottom: 2px solid var(--main-color);
    border-right: 2px solid var(--main-color);
    position: absolute;
    bottom: -1px;
    right: -1px;
}

.Areas .box table td p {
    margin: 10px 0;
    text-indent: 0;
    display: flex;
    text-align: justify;
    text-indent: 0;
    line-height: 1;
    min-height: 30px;
}

.Areas .box table td p .ncm {
    flex: 0 0 auto;
    padding-top: 5px;
    min-width: 90px;
}

.Areas .box dd {
    border: 1px solid #ddd;
}

.Areas .box table td:last-child {
    /* border: 1px solid #e5e5e5; */
}

.Areas .box .subtitle {
    font-size: 20px;
    color: var(--main-color);
    font-weight: bold;
    border-bottom: 1px solid #eee;
    line-height: 50px;
    margin-bottom: 10px;
}

.Areas .box .subtitle i {
    font-style: normal;
}

.Areas .box .list {
    display: flex;
    flex-flow: row wrap;
    margin: 0 -10px;
}

.Areas .box .list .item {
    width: 20%;
    padding: 10px;
}

.Areas .box .list figure {
    overflow: hidden;
}

.Areas .box .list figure i {
    padding-top: 130%;
    transition: all 0.5s;
    display: block;
    background-size: cover;

}

.Areas .box .list a:hover {
    color: var(--main-color);
}

.Areas .box .list a:hover figure i {
    transform: scale(1.05);
}

.Areas .box .list p {
    text-indent: 0;
    text-align: center;
}

.Areas .table_1 p a {
    overflow: hidden;
    position: relative;
    margin-right: 20px;
    color: #5e5e5e;
    /* padding: 3px 10px; */
    width: 65px;
    line-height: 26px;
    font-size: 15px;
    border-radius: 3px;
    display: block;
    float: left;
    text-align: center;
    margin-bottom: 5px;
    border: solid 1px #5e5e5e;
}

.Areas .table_1 p a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: .1;
    background: var(--main-color);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 100%;
    animation: anim-out 2s infinite;
    -webkit-animation: anim-out 2s infinite;
}

.Areas .table_1 p a:hover {
    background: var(--main-color);
    color: #fff;
}

.Areas .table_1 p a:hover:after {
    opacity: 0;
}

@keyframes anim-out {
    0% {
        height: 0;
        width: 0;
    }

    100% {
        height: 80px;
        width: 80px;
    }
}



@media(max-width:1024px) {
    .Areas .auto {
        padding: 0 2%;
    }

    .Areas .box table td {
        width: 50%;
    }

    .Areas .CenTitle .name {
        font-size: 24px;
    }

    .Areas .title {
        padding-left: 20px;
    }

    .Areas .title span {
        font-size: 20px;
    }

    .Areas h3 {
        font-size: 16px;
    }
}

@media(max-width:640px) {
    .Areas .box .list .item {
        width: 33.33%;
    }

    .Areas .box {
        margin-left: 0;
    }

    .Areas .box .table_1 {
        padding: 12px;
    }

    .Areas .box table td {
        width: 100%;
    }

    .Areas .box table td p {
        margin: 5px 0;
    }

    .Areas .box table td p .ncm {
        max-width: 4em;
        /* text-align: right; */
    }

    .Areas .table_1 p a {
        margin-right: 5px;
    }
}



.cont_inner {
    width: 100%;
    padding-bottom: 1vw;
}

.cont_inner .cont_left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.cont_inner .cont_right {
    width: 100%;
    display: flex;
    margin-top: 50px;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.cont_inner .cont_right .cont_rightU {
    width: 19.5%;
    background: #f8f8f8;
}


.cont_inner .cont_right .cont_rightU .catalogue {
    width: 100%;
}

.cont_inner .cont_right .right_cont {
    width: 100%;


}

.cont_right .catalogue li a {
    width: 100%;
    height: 100%;
    display: inline-block;
    padding: 15px 0;
    color: #222222;
}



.cont_left .catalogue {
    margin: 43px 0 0;
}

.cont_left .catalogue li {
    width: 282px;
    height: 60px;
}

.cont_left .catalogue li a {
    display: inline-block;
    line-height: 60px;
    text-align: center;
    width: 100%;
    height: 100%;
}

.active {
    background-color: var(--main-color);

}

.active a {
    color: #ffffff !important;

}

.cont_left .right_headimg {
    width: 20%;
}

.cont_left .right_headimg img {
    height: 100%;
    object-fit: cover;
}

.right_head {
    width: 80%;
    padding-left: 4vw;
}

.right_head .intro_info {
    display: flex;
    align-items: center;
}

.right_head .intro_info .introimg {
    display: flex;
    align-items: center;
    margin-right: 3vw;
}

.right_head .intro_info .introimg img {
    width: 28px;
    height: 28px;
    margin-right: 22px;
    object-fit: contain;
}

.right_head .intro_info .introimg span {
    font-family: "Bold";
}

.right_head .intro_info .introimg span span {
    white-space: nowrap;
}

.right_head .intro_name {
    display: flex;
    margin-bottom: 3vw;
    gap: 19px;
    align-items: baseline;
}

.right_head .intro_name span {
    font-weight: bold;
    font-family: "Bold";
    color: var(--main-color);
    font-size: var(--fs28);
}

.intro_tag {
    display: flex;
    flex-wrap: wrap;
    gap: 21px;
    margin: 2vw 0 2vw;
}

.intro_tag li {
    display: inline-block;
    background-color: rgba(212, 212, 212, 0.2);
}

.intro_tag li:hover {
    background-color: var(--main-color);
}

.intro_tag li:hover span {
    color: #ffffff;

}

.intro_tag li span {
    display: inline-block;
    padding: 0 21px;
    font-family: "Medium";
    padding: 6px 21px;

}

.intro_skill li {
    list-style: unset;
    display: inline-block;
    margin-right: 30px;
}

.intro_skill li:first-child {
    margin-left: 20px;
}

.intro_skill li span {
    display: list-item;
    font-family: "Regular";
}

.intro_skill li span::marker {
    color: var(--main-color);
}

.intro_feature {
    margin-top: 3vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.intro_feature>div {

    display: flex;
}

.intro_feature .fx .dis_fx {
    font-size: 16px;
    color: #999999;
    display: flex;
    font-family: "Medium";
    align-items: center;
}

.intro_feature .fx .dis_fx a {
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.intro_feature button:hover {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #ffffff;
    transition: all 0.6s;
}

.intro_feature button:hover img {
    filter: grayscale(1) brightness(13.5);
    transition: all 0.3s;
}

.intro_feature button:hover a {
    color: #ffffff;
}

.intro_feature button a {
    color: #222222;
    transition: all 0.6s;
}

.intro_feature button {
    margin-right: 20px;
    height: 44px;
    line-height: 44px;
    padding: 0 2vw;
    background-color: transparent;
    border: 1px solid rgb(220, 220, 220);
    display: flex;
    align-items: center;
    font-family: "Bold";
}

.intro_feature button img {
    width: 17px;
    margin-right: 7px;
    height: 16px;
    transition: all 0.3s;
    filter: grayscale(1) brightness(0);
    object-fit: contain;
}

.cont_right .catalogue li {
    text-align: center;
    transition: all 0.6s;


}

.cont_right .catalogue li:hover {
    background-color: var(--main-color);
}

.cont_right .catalogue li:hover a {
    color: #ffffff;
}

.right_cont>div:not(:first-child) {
    padding-top: 4vw;
}

.right_cont div .h_border img {
    width: 24px;

    vertical-align: 1px;
    margin-right: 14px;
}

.intro_head {
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro_head .h_border {
    width: 200px;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--main-color);
}

.intro_head .h_border .fnt_28 {
    font-weight: bold;
    font-family: "Bold";
}

#grjj .intro_content {
    margin-top: 2vw;
    font-family: "Regular";
}

#grjj .intro_content p {
    margin: 0px 0;
    line-height: 32px;
    font-family: "Regular";

}

#grjj .intro_content p::before {
 content: "•";
  color:var(--main-color);
  font-size: 1.2em; /* 点大小 */
  margin-right: 8px; /* 点与文本的间距 */
  vertical-align: middle; /* 垂直对齐方式 */

}

#grjj .intro_content p strong{ font-size:var(--fs24)}

#jybj .intro_content {
    margin-top: 2vw;
    font-family: "Regular";
}

#jybj .intro_content li {
    display: flex;
    /* justify-content: space-between;*/
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}

/*
#jybj .intro_content li:after{
    content:"";
    display:block;width:6px;height:6px;border-radius:100%;background: var(--main-color);
    position:absolute;left:-18px;top:9px;
}
*/
#jybj .intro_content li span {
    /*width: 20%;*/
    margin-right: 10px;
    white-space: nowrap;
    flex: 1;
}

#jybj .intro_content li:not(:first-child) {
    /*line-height: 2;*/
}

#jybj .intro_content li .time {}

#jybj .intro_content li .degree {}

#jybj .intro_content li .educational {}

#jybj .intro_content li .profession {}

#jybj .intro_content li .school {}

#gzjl .intro_content {
    margin-top: 2vw;
    font-family: "Regular";
}

#gzjl .intro_content li {
    display: flex;
    /*justify-content: space-between;*/
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px solid #f7f7f7;
    position: relative;
}



#gzjl .intro_content li span {
    /*width: 32% !important;*/
    margin-right: 10px;
    flex: 1;
}

#gzjl .intro_content li:not(:first-child) {
    /*line-height: 2;*/
}

#gzjl .intro_content li .time {
    /*width: 30%;*/
}


#gzjl .intro_content li .hc {
    /* width: 40%;*/
}

#gzjl .intro_content li .company {
    width: 1px;
    flex-grow: 1;
}

#yjwz .intro_content,
#shzw .intro_content,
#zyzz .intro_content,
#ryjx .intro_content,
#dbyj .intro_content,
#xscg .intro_content {
    margin-top: 2vw;
    font-family: "Regular";
    line-height: 2;
}

#yjwz .intro_content li,
#shzw .intro_content li,
#zyzz .intro_content li,
#ryjx .intro_content li,
#dbyj .intro_content li,
#xscg .intro_content li {
    line-height: 2;
    list-style-type: unset !important;
}

#yjwz .intro_content li::marker,
#shzw .intro_content li::marker,
#zyzz .intro_content li::marker,
#ryjx .intro_content li::marker,
#dbyj .intro_content li::marker,
#xscg .intro_content li::marker {
    color: var(--main-color);
}

#dbyj .intro_content p {
    position: relative;
}

#dbyj .intro_content p:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--main-color);
    position: absolute;
    left: -18px;
    top: 15px;
}

#shzw .intro_content {
    margin-top: 2vw;
    line-height: 2;
    font-family: "Regular";
}

.yjwz_list {
    margin-top: 1vw;
}

.yjwz_list li {
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.yjwz_list li:after {
    content: "";
    width: 6px;
    height: 6px;
    background: var(--main-color);
    position: absolute;
    left: -20px;
    top: 10px;
    border-radius: 100%;
}

.yjwz_list li a {
    color: #333;
    width: 80%;
}

.yjwz_list li a:hover {
    color: var(--main-color);
    text-decoration: underline;
}

.yjwz_list li em {
    font-style: normal;
    color: #999;
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1200px) {
    .right_cont div .h_border img {
        width: 20px;
    }

    .right_head .intro_info .introimg img {
        width: 20px;
        height: 20px;
    }

    #jybj .intro_content li .degree {
        /*width:12%;*/
    }


    .cont_inner .cont_right .right_cont {
        padding-left: 10px !important;
        width: 100%;
    }
.intro_tag li{
    background-color: var(--main-color);
}
.intro_tag li span{
   color:#fff;
}
}

/* 150 */
@media screen and (max-width: 998px) {


    #jybj .intro_content li .degree {

        /*width: 12% !important;*/
    }

    #jybj .intro_content li .educational {
        width: 15%;
    }

    #gzjl .intro_content li .hc {
        width: 30%;
    }

    #gzjl .intro_content li .time {
        width: 32%;
    }

    #jybj .intro_content li .time {
        width: 32% !important;
    }

    .cont_inner .cont_right .right_cont {
        padding-left: 4vw;
    }

    #jybj .intro_content li {
        flex-wrap: wrap;
    }

    #jybj .intro_content li span {
        width: 100% !important;
    }

    #jybj .intro_content li .time {
        width: 100% !important;
    }
}


@media screen and (max-width: 1200px) {
.cont_left .right_headimg {
    width: 50%;
}
}




@media screen and (max-width: 768px) {
    #jybj .intro_content li {
        margin-bottom: 3vw;
        padding-bottom: 3vw;
        border-bottom: 1px solid #ddd;
    }

    #gzjl .intro_content li {
        margin-bottom: 3vw;
        padding-bottom: 3vw;
        border-bottom: 1px solid #ddd;
    }

    #ryjx .intro_content li {
        margin-bottom: 3vw;
        padding-bottom: 3vw;
        border-bottom: 1px solid #ddd;
    }

    #shzw .intro_content li {
        margin-bottom: 3vw;
        padding-bottom: 3vw;
        border-bottom: 1px solid #ddd;
    }

    #xscg .intro_content li {
        margin-bottom: 3vw;
        padding-bottom: 3vw;
        border-bottom: 1px solid #ddd;
    }

    #yjwz .intro_content li {
        margin-bottom: 3vw;
        padding-bottom: 3vw;
        border-bottom: 1px solid #ddd;
    }

    .intro_skill li {
        padding-left: 20px;
    }

    .intro_skill li:first-child {
        margin-left: 0px;
        padding-left: 0px;
        width: 100%;
        margin-bottom: 10px;
    }

    #dbyj .intro_content p:after {
        width: 5px;
        height: 5px;
        top: 11px;
    }

    #yjwz .intro_content,
    #shzw .intro_content,
    #zyzz .intro_content,
    #ryjx .intro_content,
    #dbyj .intro_content,
    #xscg .intro_content {
        padding-left: 20px;
    }

    .right_head .intro_info .introimg img {
        margin-right: 6px;
    }

    .intro_feature #download {
        display: none;
    }

    .intro_feature #print {
        display: none;
    }

    #jybj .intro_content li .time {
        width: 100% !important;
    }

    .cont_inner .cont_right {
        margin-top: 10px;
    }

    .yjwz_list li {
        margin-bottom: 15px;
    }

    .yjwz_list li a {
        width: 100%;
        margin-bottom: 7px;
    }


    .cont_left .right_headimg {
        width: 100%;
        margin-bottom: 5vw;
    text-align: center;

    }

    #gzjl .intro_content li:not(:first-child) {
        line-height: initial;
    }

    #jybj .intro_content li:not(:first-child) {
        line-height: initial;
    }

    #jybj .intro_content li span {
        flex: 0 0 100%;
        width: 100% !important;
    }

    #jybj .intro_content li {
        flex-wrap: wrap;
    }

    .right_head {

        width: 100%;
        padding-left: 0vw;
    }

    .cont_left .img_avatar {
        width: 80%;
        margin: 0 auto;
    }

    .cont_inner .cont_left {
        flex-wrap: wrap;
    }

    .right_head .intro_info {
        flex-wrap: wrap;
    }

    .right_head .intro_info .introimg {
        margin-right: 6vw;
        margin-bottom: 5vw;
    }

    .intro_tag {
        margin-bottom: 6vw;
        gap: 7px;
    }

    .intro_tag li span {
        padding: 5px 15px;
    }

    .intro_feature button {
        height: 35px;
        line-height: 35px;
    }

    .intro_feature button img {
        width: 15px;
        object-fit: contain;
    }

    .cont_inner .cont_right .cont_rightU {
        width: 30%;
        display: none;
    }

    .cont_inner .cont_right .right_cont {
        padding-left: 0vw;
        width: 100%;
    }

    .cont_right .catalogue li a {
        padding: 10px 0;
    }

    .cont_right .catalogue li {
        padding: 5px 0;
    }

    #gzjl .intro_content li span {
        width: 100% !important;
        flex: 0 0 100%;
    }

    #gzjl .intro_content li {
        flex-wrap: wrap;
    }


    .intro_feature {
        flex-wrap: wrap;
        margin-top: 6vw;
    }

    .intro_feature>div {
        margin-bottom: 5vw;
    }

    /* é¢åŒ…å±‘ */
    .breadcrumb {

        flex-wrap: wrap;
    }
}

@media print {
    #grjj .intro_content {
        text-align: justify;
    }

    #printcontent {
        max-width: 1000px;
    }

    .intro_feature {
        display: none;
    }

    .banner {
        display: none;
    }

    .header {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    .ft_btn {
        display: none;
    }

    .footer {
        display: none;
    }

    .cont_inner .cont_right .cont_rightU {
        display: none;
    }

    .cont_inner .cont_right .right_cont {
        padding-left: 0;
    }

    #grjj .intro_content {
        padding-right: 0;
    }

    .cont_inner .cont_right .right_cont {
        width: 100%;
    }

    #jybj .intro_content li {
        display: block;
    }

    #jybj .intro_content li span {
        margin-right: 30px;
    }

    #gzjl .intro_content li {
        display: block;
    }

    #gzjl .intro_content li span {
        margin-right: 30px;
    }

    #ryjx .intro_content li {
        display: block;
    }

    #ryjx .intro_content li span {
        margin-right: 30px;
    }

    #shzw .intro_content li {
        display: block;
    }

    #shzw .intro_content li span {
        margin-right: 30px;
    }

    #xscg .intro_content li {
        display: block;
    }

    #xscg .intro_content li span {
        margin-right: 30px;
    }

    #yjwz .intro_content li {
        display: block;
    }

    #yjwz .intro_content li span {
        margin-right: 30px;
    }
}

@media print {
    #grjj .intro_content {
        text-align: justify;
    }

    #printcontent {
        max-width: 1000px;
    }

    .intro_feature {
        display: none;
    }

    .banner {
        display: none;
    }

    .header {
        display: none;
    }

    .breadcrumb {
        display: none;
    }

    .ft_btn {
        display: none;
    }

    .footer {
        display: none;
    }

    .cont_inner .cont_right .cont_rightU {
        display: none;
    }

    .cont_inner .cont_right .right_cont {
        padding-left: 0;
    }

    #grjj .intro_content {
        padding-right: 0;
    }

    .cont_inner .cont_right .right_cont {
        width: 100%;
    }

    #jybj .intro_content li {
        display: block;
    }

    #jybj .intro_content li span {
        margin-right: 30px;
    }

    #gzjl .intro_content li {
        display: block;
    }

    #gzjl .intro_content li span {
        margin-right: 30px;
    }

    #ryjx .intro_content li {
        display: block;
    }

    #ryjx .intro_content li span {
        margin-right: 30px;
    }

    #shzw .intro_content li {
        display: block;
    }

    #shzw .intro_content li span {
        margin-right: 30px;
    }

    #xscg .intro_content li {
        display: block;
    }

    #xscg .intro_content li span {
        margin-right: 30px;
    }

    #yjwz .intro_content li {
        display: block;
    }

    #yjwz .intro_content li span {
        margin-right: 30px;
    }
}



.page2 {
    width: 100%;
}

.page2 ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page2 li {
    width: 48.6%;
    margin-bottom: 2.8%;
    background-color: #f4f4f4;
    padding: 2% .5% 2% 2%;
    display: flex;
    justify-content: space-between;
}

.page2 .img {
    width: 34.2%;
}

.page2 .txt {
    width: 65.8%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 5%;
    align-items: flex-start;
}

.page2 .tit {
    display: flex;
    align-items: flex-end;
    color: #333;
    width: 100%;
    padding-top: 2%;
}

.page2 .tit .name {
    font-family: 'Medium';
    line-height: 1.3;
}
.page2 .tit .name a {
    font-size:var(--fs28) ;
    line-height: 1.3;
    color: var(--main-color);
}

.page2 .tit .position {
    margin-left: 4%;
    font-family: 'Bold';
}

.page2 .area {
    display: flex;
    flex-wrap: wrap;
    color: #333;
    width: 100%;
    margin-top: 8%;
}

.page2 .area p {
    font-family: 'Bold';
    display: inline-block;
    padding: 3px 11px;
    margin: 0 9px 10px 0;
    background: #fbfbfb;
}

.page2 .info {
 
    flex-wrap: wrap;
    color: #858585;
    width: 100%;
    margin-top: 8%;
}

.page2 .info p {
    font-family: 'Bold';
    margin-bottom: 3%;
}

.page2 .info img {
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin-right: 10px !important;
    margin-bottom: 4px !important;
}

.page2 .info &:nth-child(1) {
    margin-right: 10%;
}

.page2 .info &:nth-last-child(1) {
    width: 100%;
}

.page2 .more {
    display: inline-block;
    padding: 6px 25px;
    border: 1px solid #dcdcdc;
    color: #fff;
    font-size: 12px;
    font-family: 'Medium';
    transition: all .3s;
    margin-top: 6%;
}

.page2 .more span {
    display: inline-block;
    width: 0px;
    opacity: 0;
    transition: all .3s;
}

.page2 .more &:hover {
    background: @TextColor1;
    border: 1px solid @TextColor1;
    color: #fff;
}

.page2 .more span {
    width: auto;
    opacity: 1;
    margin-left: 8px;
}
.page2 ul li .ph_lay {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (max-width: 1600px){
    
}
/* 125% */
@media only screen and (min-width:1450px) and (max-width:1537px){

}
@media screen and (max-width: 1440px){
    
}


@media screen and (max-width: 1366px){
    .cont .page1 form .input-group input, .cont .page1 form .input-group select{
        height: 40px;
        line-height: 40px;
    }
}
@media screen and (max-width: 1280px){


    
}
@media screen and (max-width: 1170px){

    
}
/* 150 */
@media only screen and (min-width:1020px) and (max-width:1291px){
    
}
@media screen and (max-width: 1200px){
.page2 .img {
    width: 100%;
}
.page2 .txt {
    width: 100%;
}
   


}



@media screen and (max-width: 998px) {
    .cont .page1 form .input-group input, .cont .page1 form .input-group select{
        height: 35px;
        line-height: 35px;
        font-size: 12px;
    }
    .cont .page1 form{
        flex-wrap: wrap;
        justify-content: center;
    }
    .cont .page1 form .input-group{
        width: 49%!important;
        margin-bottom:50px;
    }
    .cont .page1 form .input-group:nth-child(1){
        margin-right: 2%;
    }
    .cont .page1 form .input-group:nth-child(3){
        margin-bottom: 0;
        margin-right: 2%;
    }
    .cont .page1 form .input-group:nth-child(4){
        margin-bottom: 0;
    }
    .cont .page1 form button{
        width: 50%;
        height: 40px;
    margin-top: 4%;
    }
    .cont .page1 .filtering{
        flex-wrap: wrap;
        margin-top: 4%;
    }
    

    .cont .page2 ul li{
        width: 100%;
    }


    
}

@media screen and (max-width: 768px){
.page2 li {
    width:100%;
    margin-bottom: 2.8%;
    background-color: #f4f4f4;
    padding: 2% .5% 2% 2%;
    display: flex;
    justify-content: space-between;
}
    .cont .page1 form{
        margin-top: 12%;
    }
    .popup .pop_ctn .group_box .input-group{
        width: 100%;
    }
    .popup .pop_ctn .form-scroll{
        height: 400px;
    }
    .popup .pop_ctn .group_box{
        padding: 4% 0 4% 30px;
    }
    .popup .pop_ctn .group_box .input-group .captcha{
        input{
            width: calc(100% - 100px);
        }
        canvas{
            width: 90px;
        }


    }
    .popup .pop_ctn .btn button{
        padding: 2% 15%
    }
    .cont .page1 form button{
        height: 35px;
    }
    .cont .page1{
        padding-bottom: 6%;
    margin-bottom: 7%;
    }
}

@media screen and (max-width:500px){
    

}

.main{ margin-top:var(--fs52); }


.map .left-cont{ width:100%}

.mapbox{height:400px;}

.about-about .flex-box .cont p img { width:70%; margin:0 auto; margin-left:15%}
.info-title{ text-align:center; font-weight:bold; font-size:var(--fs24)}
.test-con p img{ width:100%;}