@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

a,
a:hover {
    text-decoration: none;
    color: #333;
}

ul,
li {
    list-style: none;
}

svg {
    fill: currentColor;
}

.mt-tabpage {
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}

.mt-tabpage-title {
    font-size: 0;
    margin: auto;
    text-align: center;
}

.mt-tabpage-title .mt-tabpage-item {
    display: inline-block;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: 600;
    /* text-align: center; */
    color: #9199A6;
    margin: 0 25px;
}


.mt-tabpage-title .mt-tabpage-item-cur {
    color: #000000;
    border-bottom: 4px solid;
    border-image: linear-gradient(to right, #3075E9, #25ADE6) 30 30;
}

.mt-tabpage-count {
    position: relative;
    height: 900px;
    width: 1142px;
    overflow: hidden;
    margin: 0 auto;
}

.mt-tabpage-cont__wrap {
    position: absolute;
}

.mt-tabpage-count .mt-tabpage-item {
    width: 1142px;
    text-align: center;
}


.mt-tabpage-item-right {
    width: 560px !important;
    padding: 0 50px;
}


.mt-tabpage-item-right-nar {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: left;
    padding: 20px;
}

.mt-tabpage-item-right-nar-title {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 600;
    color: #000000;
}


.mt-tabpage-item-right-nar-content {
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
}

.fix-it {
    justify-content: center !important;
    margin-top: 50px !important;
}

.title-hover {
    color: #4583E8;
}

.nar-hover {
    background: #EDEDED;
}

.understand-btn {
    width: 110px;
    height: 40px;
    background: #4E93F0;
    border-radius: 3px;
    font-size: 18px;
    color: #FFFFFF !important;
    line-height: 40px;
    margin-left: 20px;
    position: relative;
    /** 相对布局 **/
    margin-top: 20px;
}

.understand-btn:active {
    top: 2px;
    /**向下偏移2px **/
}

.mobile-phone {
    display: none;
}

@media only screen and (min-width: 1024px) and (max-width: 1140px) {
    .mt-tabpage-count {
        position: relative;
        height: 900px;
        width: 1042px;
        overflow: hidden;
        margin: 0 auto;
    }

    .mt-tabpage-count .mt-tabpage-item {
        width: 1042px;
        text-align: center;
    }

    #mt-tabpage-item-left {
        width: 420px;
    }

    #mt-tabpage-item-left02 {
        width: 420px;
    }

    .mt-tabpage-item-right {
        width: 50% !important;
        padding: 0 0 0 50px;
    }
}


@media only screen and (max-width: 1024px) {
    /* .customer-case-list {
        width: 100%;
        height: 20%px;
        background: url('');
        background-color: #9b7d69;
    } */

    /* .h2-section {
        line-height: 45px;
        color: #FFFFFF;
        margin-bottom: 30px;
        position: relative;
        font-size: 42px;
        font-weight: 600;
        padding-top: 50px;
        padding-bottom: 50px;
    } */

    .customer-case-list ul li img {
        width: 324px;
    }

    .mt-tabpage-count {
        position: relative;
        height: 1050px;
        width: 900px;
        overflow: hidden;
        margin: 0 auto;
    }

    .mt-tabpage-count .mt-tabpage-item {
        width: 900px;
        text-align: center;
    }

    .mt-tabpage-item-right {
        width: 40% !important;
        padding: 0 0 0 50px;
    }

    #mt-tabpage-item-left {
        width: 420px;
    }

    #mt-tabpage-item-left02 {
        width: 420px;
    }

    .am-slides .contact {
        left: 75%;
        top: 30%;
    }
    .am-slides .home-banner-title {
        position: absolute;top:20px;left:5%;font-size: 12px;color: white;font-weight: bold;white-space: nowrap;line-height: 20px
    }
}
@media only screen and (max-width:896px) {
.test-sss{
    display: none;
}
}
@media only screen and (max-width:915px) {
    .js-tab {
        display: none;
    }

    .pc-block {
        display: none;
    }

    .mobile-phone {
        display: block;
    }

    .am-slides .contact {
        font-size: 14px;
        width: 80px;
        height: 32px;
        line-height: 32px;
    }
}