@charset "utf-8";
/* =====================内页样式======================== */
/* 分页 */
/* .paging{width: 100%;font-size: 0;text-align: center;user-select: none; display: flex;}
.paging-menu, .paging-menu a, .paging-skip, .paging-hint, .paging-skip input, .paging-skip button{display: inline-block;vertical-align: middle;}
.paging-menu a{width: 50px;height: 50px;line-height: 50px;box-shadow: 0px 0px 19.6px 0.4px rgba(85, 98, 151, 0.1);margin: 5px;font-size: 16px;color: #59545d;transition: all .4s ease;border-radius: 50%;background-color: #fff;}
.paging-menu a:hover, .paging-menu a.active, .paging a.on{border-color: #0066CC;background-color: #0066CC;color: #fff;background-image: -moz-linear-gradient( 0deg, rgb(251,103,80) 0%, rgb(230,0,18) 100%);background-image: -webkit-linear-gradient( 0deg, rgb(251,103,80) 0%, rgb(230,0,18) 100%);background-image: -ms-linear-gradient( 0deg, rgb(251,103,80) 0%, rgb(230,0,18) 100%);}
.paging-skip{margin-left: 8px;}
.paging-hint{font-size: 14px;color: #999;font-weight: 300;margin: 0 8px;}
.paging-hint:first-of-type{margin: 0;}
.paging-skip input{width: 54px;text-align: center;height: 38px;border: 1px solid #e1e1e1;font-size: 14px;color: #666;border-radius: 3px;transition: all .4s ease;}
.paging-skip input:focus{border-color: #f48e31;}
.paging-skip button{color: #555;font-size: 14px;padding: 0 18px;border: 1px solid #e1e1e1;transition: all .4s ease;height: 38px;background: #fff;cursor: pointer;border-radius: 3px;}
.paging-skip button:hover{background-color: #f48e31;color: #fff;border-color: #f48e31;}
.paging-hint span{color: #f48e31;}
@media all and (max-width:1000px) {.paging-menu a{margin: 4px 2px;width: 36px;height: 36px;line-height: 32px;font-size: 13px;}.paging-skip{width: 100%;margin-left: 0;}} */

/* 分页 */
/* 移动 */
@media all and (max-width: 1000px) {
    .page-wp-pc {
        display: none;
    }

    .page-wp-mb {
        display: flex;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .page-wp-mb ul {
        display: flex;
    }

    .page-wp-mb a,
    .page-wp-mb span {
        display: block;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 5px;
        background-color: #fff;
        border-radius: 40px;
        transition: 0.4s;
    }

    .page-wp-mb li:first-child a,
    .page-wp-mb li:first-child span {
        width: 100px;
        border: 0;
    }
    .page-wp-mb li:last-child a,
    .page-wp-mb li:last-child span {
        width: 100px;
        border: 0;
    }

    .page-wp-mb .disabled .page-link:not(.page-wp-pc li:first-child a) {
        background-color: #0066CC;
        color: #fff;
        border: 1px solid #0066CC;
    }
}

/* PC */
@media all and (min-width: 1000px) {
    .page-wp-pc {
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: 60px;
    }

    .page-wp-pc ul {
        display: flex;
    }

    .page-wp-pc a,
    .page-wp-pc span {
        display: block;
        width: 50px;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 10px;
        background-color: #fff;
        border-radius: 40px;
        transition: 0.4s;
    }

    .page-wp-pc a:hover,
    .page-wp-pc span:hover {
        background-color: #0066CC;
        color: #fff;
    }

    .page-wp-pc li:first-child a,
    .page-wp-pc li:first-child span {
        width: 100px;
        border: 0;
    }
    .page-wp-pc li:last-child a,
    .page-wp-pc li:last-child span {
        width: 100px;
        border: 0;
    }

    .page-wp-pc .disabled .page-link:not(.page-wp-pc li:first-child a) {
        background-color: #0066CC;
        color: #fff;
        border: 1px solid #0066CC;
    }

    .page-wp-mb {
        display: none;
    }
}

/* 产品类型 */
.pro-type-nav {
    padding: 15px 0;
    box-shadow: 0px 5px 10px 5px #0000001e;
}

.pro-type-container {
    padding: 10px;
    display: -ms-inline-grid;
    color: #999;
    transition: 0.5s;
    margin-bottom: 15px;
    border: 1px solid #dadada;
}

.pro-type-container:hover {
    background-color: #0066CC;
    color: #fff;
}

.pro-type-item {
    text-align: center;
}

.pro-type-wrap {
    display: grid;
    grid-template-columns: repeat(7, auto);
    grid-template-rows: repeat(2, auto);
    grid-column-gap: 10px;
    grid-row-gap: 0px;
}

.pro-type-on {
    background-color: #0066CC;
    color: #fff;
}

/* 提示 */
.tips {
    background-color: #00000094;
    color: #fff;
    width: 180px;
    height: 45px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 10px;
    display: none;
    text-align: center;
    line-height: 45px;
    z-index: 99999;
}

.tips p {
    font-size: 14px;
}

/* 搜索页面 */
.search {
    width: 100%;
}
.search-result {
    font-size: 14px;
    color: #0066CC;
    line-height: 1.1;
}
.search-result span {
    margin-left: 6px;
}
.search-info {
    width: 100%;
    line-height: 1.1;
    color: #333;
}
.search-info span {
    color: #0066CC;
    font-weight: 700;
    flex: 1;
}
.search-list {
    width: 100%;
}
.search-link {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    background: #f6f8f9;
    padding: 40px 24px;
}
.search-link:not(:first-child) {
    margin-top: 16px;
}
.search-link h2 {
    color: #333;
    line-height: 1.1;
    font-weight: 700;
    transition: all 0.4s ease;
}
.search-link p {
    width: 100%;
    color: #666;
}
.search-link .highlightRow span {
    color: #0066CC !important;
}
.search-link:hover h2 {
    color: #0066CC;
}
@media all and (max-width: 1000px) {
    .search-link {
        padding: 20px 15px;
    }
    .search-link:not(:first-child) {
        margin-top: 12px;
    }
}

/* 隐私协议 */
.privacy {
    width: 100%;
}
.privacy-title {
    width: 100%;
    color: #333;
    line-height: 1.1;
}
.privacy-content {
    width: 100%;
    color: #666;
}

/* 网站地图 */
.webmap {
    width: 100%;
}
.webmap-title {
    width: 100%;
    color: #333;
    line-height: 1;
    position: relative;
    padding-bottom: 24px;
}
.webmap-title::after {
    content: "";
    position: absolute;
    width: 60px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    height: 4px;
    background: #0066CC;
}
.webmap-list {
    width: 100%;
}
.webmap-list > ul {
    margin: -40px 0 0 -40px;
    display: flex;
    flex-wrap: wrap;
}
.webmap-list > ul > li {
    width: calc(20% - 40px);
    margin: 40px 0 0 40px;
    color: #333;
}
.webmap-list > ul > li ul,
.webmap-list > ul > li li {
    width: 100%;
}
.webmap-list > ul > li a {
    display: block;
    transition: color 0.4s ease;
    position: relative;
}
.webmap-list > ul > li a:hover {
    color: #0066CC;
}
.webmap-list > ul > li > .menu {
    font-weight: 700;
    border-bottom: 1px solid #e1e1e1;
    font-size: 20px;
    width: 100%;
    padding-bottom: 20px;
    line-height: 1;
}
.webmap-list > ul > li > .drop {
    margin-top: 16px;
}
.webmap-list > ul > li > .drop a {
    line-height: 1.28;
    padding: 6px 0;
    font-size: 18px;
}
.webmap-list > ul > li > .drop .drop a {
    padding-left: 18px;
    font-size: 16px;
}
.webmap-list > ul > li > .drop .drop a::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #afafaf;
    left: 0;
    top: 14px;
}
@media all and (max-width: 1270px) {
    /* 产品导航 */
    .pro-type-wrap {
        display: grid;
        grid-template-columns: repeat(5, auto);
        grid-template-rows: repeat(2, auto);
        grid-column-gap: 10px;
        grid-row-gap: 0px;
    }

    .webmap-list > ul {
        margin: -24px 0 0 -24px;
    }
    .webmap-list > ul > li {
        width: calc(20% - 24px);
        margin: 24px 0 0 24px;
    }
    .webmap-list > ul > li > .menu {
        font-size: 18px;
    }
    .webmap-list > ul > li > .drop a {
        font-size: 16px;
    }
    .webmap-list > ul > li > .drop .drop a {
        font-size: 14px;
    }
    .webmap-list > ul > li > .drop .drop a::before {
        top: 11px;
    }
}
@media all and (max-width: 950px) {
    .pro-type-nav {
        display: none;
    }
}
@media all and (max-width: 680px) {
    .webmap-title {
        padding-bottom: 16px;
    }
    .webmap-title::after {
        width: 44px;
        height: 3px;
    }
    .webmap-list > ul {
        margin: -14px 0 0;
    }
    .webmap-list > ul > li {
        width: 100%;
        margin: 14px 0 0;
    }
    .webmap-list > ul > li > .menu {
        font-size: 16px;
        padding-bottom: 14px;
    }
    .webmap-list > ul > li > .drop {
        margin-top: 10px;
    }
    .webmap-list > ul > li > .drop a {
        padding: 4px 0;
        font-size: 15px;
    }
    .webmap-list > ul > li > .drop .drop a {
        padding-left: 12px;
    }
}

/*  */
.CommonBanner {
    position: relative;
}
.CommonBanner > img {
    width: 100%;
}
.CommonBanner .content {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.CommonBanner .content .name {
    opacity: 0.2;
    line-height: 1;
    margin-bottom: -30px;
}
.CommonBanner .content .text {
    width: 720px;
}

.CommonNav {
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.CommonNav-list {
    display: flex;
    align-items: center;
}
.CommonNav-list a {
    margin-right: 25px;
    display: flex;
    align-items: center;
    height: 62px;
    position: relative;
    transition: all 0.4s ease;
}
.CommonNav-list a.home i {
    margin-right: 8px;
}
.CommonNav-list a.home span {
    margin-right: 10px;
}
.CommonNav-list a::before {
    content: "\e660";
    font-family: "icon";
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}
.CommonNav-list a:last-child:before {
    display: none;
}
.CommonNav-list a.muen:hover {
    color: #0066CC !important;
}

.joinjr {
    background-color: #f8f8f8;
}
.joinjr-list .list-muen {
    border-bottom: 1px solid #f4f4f4;
}
.joinjr-list .list-muen .show {
    height: 70px;
}
.joinjr-list .list-muen .show > div {
    display: flex;
    align-items: center;
}
.joinjr-list .list-muen .show > div:nth-child(1) {
    width: 37%;
    padding-left: 60px;
}
.joinjr-list .list-muen .show > div:nth-child(2) {
    width: 14%;
}
.joinjr-list .list-muen .show > div:nth-child(3) {
    width: 14%;
}
.joinjr-list .list-muen .show > div:nth-child(4) {
    width: 20%;
}
.joinjr-list .list-muen .show > div:nth-child(5) {
    width: 9%;
}
.joinjr-list .list-muen .show > div:nth-child(6) {
    width: 6%;
    justify-content: center;
}
.joinjr-list .list-muen .show > div:nth-child(6) a {
    transition: all 0.4s ease;
    transform: rotate(-90deg);
}
.joinjr-list .list-muen .hide {
    background-color: #fafafa;
    padding: 50px 60px;
    display: none;
}
.joinjr-list .list-muen .hide h3 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 6px;
}
.joinjr-list .list-muen .hide .btn {
    border-radius: 30px;
    width: 165px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: -moz-linear-gradient(0deg, rgb(251, 103, 80) 0%, rgb(230, 0, 18) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(251, 103, 80) 0%, rgb(230, 0, 18) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(251, 103, 80) 0%, rgb(230, 0, 18) 100%);
}
.joinjr-list .list-muen .hide .btn img {
    margin-right: 8px;
}
.joinjr-list .list-muen.active .show > div:nth-child(6) a {
    transform: rotate(90deg);
}

.tactlx {
    background: url(../images/tactlx_bg.jpg) center no-repeat;
    background-size: cover;
}
.tactlx-cont {
    width: 100%;
}
.tactlx-cont .cont-l {
    width: 41%;
    padding-top: 25px;
    padding-left: 35px;
}
.tactlx-cont .cont-r {
    width: 59%;
}
.tactlx-list li {
    margin-bottom: 30px;
}
.tactlx-list li:last-child {
    margin-bottom: 0px;
}
.tactlx-list-img {
    width: 55px;
    display: flex;
    align-items: center;
}
.tactlx-list-cont {
    width: calc(100% - 75px);
}
.tactlx-list-cont .text > div {
    margin-bottom: 2px;
}
.tactlx-list-cont .text > div:last-child {
    margin-bottom: 0px;
}
.tactlx-cont .cont-r .map {
    height: 600px;
    box-shadow: 0px 5px 11.57px 1.43px rgba(137, 137, 137, 0.23);
    border-radius: 6px;
}
#map {
    width: 100%;
    height: 100%;
}
#map .amap-info-close {
    right: 6px !important;
    top: 6px;
}
#map .amap-info-content {
    padding: 18px;
}
.relmap-info {
    width: 100%;
    overflow: hidden;
}
.relmap-info h6 {
    font-size: 16px;
    color: #000;
    line-height: 24px;
}
.relmap-info p {
    font-size: 14px;
    color: #000;
    margin-top: 8px;
}
.relmap-info a {
    font-size: 14px;
    display: block;
    margin: 10px auto 0;
    color: #d4a95b;
    width: 180px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #d4a95b;
    text-align: center;
    transition: all 0.3s ease;
}
.relmap-info a:hover {
    background: #d4a95b;
    color: #fff;
}
#map .amap-logo,
#map .amap-copyright {
    display: none !important;
}
.tactlx-GunZhu {
    display: flex;
    align-items: center;
}
.tactlx-GunZhu_muen {
    align-items: center;
}
.tactlx-GunZhu_muen .img {
    width: 72px;
    height: 72px;
    border: 1px solid #ededed;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 25px;
}
.tactlx-GunZhu_list {
    display: flex;
    align-items: center;
    margin-left: 75px;
}
.tactlx-GunZhu_list .muen {
    margin-right: 75px;
}
.tactlx-GunZhu_list .muen .img {
    height: 120px;
}
.tactlx-GunZhu_list .muen .img img {
    max-height: 100%;
}
.tactlx-GunZhu_list .muen .text {
    text-align: center;
}
.tactlx-BiaoDan {
    background-color: #fff;
    border-radius: 6px;
    padding: 80px 90px 108px;
}
.tactlx-BiaoDan_cont_cont-l {
    width: 48%;
    padding-right: 50px;
}
.tactlx-BiaoDan_cont_cont-r {
    width: 52%;
    border: 1px solid rgb(233, 233, 233);
    border-radius: 6px;
    padding: 30px;
    display: flex;
}
.tactlx-BiaoDan_cont_cont-l .list li {
    display: flex;
    align-items: center;
    position: relative;
    padding-bottom: 32px;
    padding-top: 20px;
}
.tactlx-BiaoDan_cont_cont-l .list li .name {
    width: 120px;
}
.tactlx-BiaoDan_cont_cont-l .list li .input {
    width: calc(100% - 120px);
}
.tactlx-BiaoDan_cont_cont-l .list li::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -3px;
    width: 7px;
    height: 7px;
    border-radius: 100px;
    background-color: #d2d2d2;
    z-index: 2;
}
.tactlx-BiaoDan_cont_cont-l .list li::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #e9e9e9;
    z-index: 1;
}
.tactlx-BiaoDan_cont_cont-r .name {
    width: 60px;
}
.tactlx-BiaoDan_cont_cont-r .input {
    width: calc(100% - 60px);
}
.tactlx-BiaoDan_cont_cont-r .input textarea {
    width: 100%;
    height: 100%;
}
.tactlx-BiaoDan_YingSI {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.tactlx-BiaoDan_YingSI.active .span {
    background-color: #0066CC;
    border: 1px solid #0066CC;
}
.tactlx-BiaoDan_YingSI .span {
    width: 13px;
    height: 13px;
    border: 1px solid rgb(118, 118, 118);
    border-radius: 3px;
    display: flex;
    margin-right: 12px;
}
.tactlx-BiaoDan_YingSI .text a {
    color: #0066CC;
}
.tactlx-BiaoDan-btn {
    display: flex;
    justify-content: center;
    width: 100%;
}
.tactlx-BiaoDan-btn a {
    border: 1px solid #0066CC;
    color: #0066CC;
    width: 165px;
    height: 42px;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}
.tactlx-BiaoDan-btn a:hover {
    box-shadow: 0px 5px 11.57px 1.43px rgba(137, 137, 137, 0.23);
    background-color: #0066CC;
    color: #fff;
}

.caseScreen {
    justify-content: flex-end;
}
.caseScreen-item {
    margin-left: 40px;
}
.caseSelect {
    margin-left: 20px;
    cursor: pointer;
    user-select: none;
}
.caseMenu {
    width: 164px;
    height: 42px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #dcdcdc;
}
.caseMenu::after {
    content: "\e727";
    font-family: "icon";
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.4s ease;
}
.caseMenu.active::after {
    transform: translateY(-50%);
}
.caseDrop {
    display: none;
    position: absolute;
    left: 0;
    top: 101%;
    width: 100%;
    z-index: 9;
    background: #f9f9f9;
}
.caseDrop a {
    height: 42px;
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    transition: all 0.4s ease;
}
.caseDrop a:hover {
    color: #fff;
    background: #0066CC;
}

.suctfl-list.notmap {
    margin-right: 0px;
    margin-bottom: -25px;
}
.suctfl-list.notmap li {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 25px;
}
.suctfl-list.notmap li .img {
    height: auto;
}
.suctfl-list {
    margin-right: -25px;
    margin-bottom: -54px;
}
.suctfl-list li {
    width: calc(100% / 3 - 25px);
    margin-right: 25px;
    position: relative;
    margin-bottom: 54px;
}
.suctfl-list li .img {
    height: 348px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.suctfl-list li .img img {
    width: 100%;
    height: 100%;
}
.suctfl-list li .img .show {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.suctfl-list li .img .show > div {
    width: 54px;
    height: 54px;
    border: 2px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: scale(1);
    transition: all 0.4s ease;
}
.suctfl-list li .img .show i {
    color: #fff;
    font-size: 18px;
}
/* .suctfl-list li:hover .img .show > div{transform: scale(1);} */
.suctfl-list li .title {
    transition: all 0.4s ease;
}
.suctfl-list li:hover .title {
    color: #0066CC;
}

.CommonNav.news {
    position: static;
    background-color: #757b85;
}
.newsxq {
    background: url(../images/newsxq_bg.jpg) center no-repeat;
    background-size: cover;
}
.newsxq-cont {
    width: 100%;
}
.newsxq-cont .cont-l {
    width: 72%;
    position: relative;
    padding: 64px 0px 116px;
    padding-right: 110px;
}
.newsxq-cont .cont-l::before {
    content: "";
    position: absolute;
    right: 0px;
    height: 100%;
    width: 1px;
    background-color: #eeeeee;
    top: 0px;
}
.newsxq-cont .cont-r {
    width: 28%;
    padding: 64px 0px 116px;
    padding-left: 90px;
}
.newsxq-data {
    display: flex;
    align-items: center;
}
.newsxq-data img {
    margin-right: 7px;
}
.newsxq-content a {
    color: inherit;
    text-decoration: none;
    user-select: auto;
}
.newsxq-content a:hover {
    color: #0066CC;
}
.newsxq-btn {
    display: flex;
    justify-content: center;
}
.newsxq-btn a {
    height: 42px;
    width: 142px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #0066CC;
}
.newsxq-btn a .img {
    margin-right: 9px;
    transition: all 0.4s ease;
}
.newsxq-btn a:hover .img {
    transform: rotate(90deg);
}
.newsxq-youqin {
    display: flex;
    flex-wrap: wrap;
}
.newsxq-youqin a {
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #e4e4e4;
    padding: 0px 35px;
    width: fit-content;
    border-radius: 30px;
    margin-right: 15px;
    margin-bottom: 15px;
    transition: all 0.4s ease;
}
.newsxq-youqin a:hover {
    color: #0066CC;
}
.newsxq-fy a {
    height: 60px;
    padding: 0px 30px;
    background-color: #f4f4f4;
    border-radius: 6px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    transition: all 0.4s ease;
}
.newsxq-fy a:last-child {
    margin-bottom: 0px;
}
.newsxq-fy a:hover {
    color: #0066CC;
}

.newsxq-img {
    border-radius: 6px;
    height: 135px;
}
.newsxq-img img {
    width: 100%;
    height: 100%;
}
.newsxq-muen {
    flex-direction: column;
}
.newsxq-muen .title {
    transition: all 0.4s ease;
}
.newsxq-muen:hover .title {
    color: #0066CC;
}
.newsxq-list .muen {
    margin-bottom: 20px;
    display: block;
}
.newsxq-list .muen .title {
    transition: all 0.4s ease;
}
.newsxq-list .muen:hover .title {
    color: #0066CC;
}

.prolb-list {
    margin-right: -25px;
    margin-bottom: -37px;
}
.prolb-list a {
    width: calc(100% / 3 - 25px);
    margin-right: 25px;
    margin-bottom: 37px;
    border-radius: 6px;
    background-color: #fff;
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    transition: all 0.4s ease;
    border: 2px solid #fff;
}
.prolb-list a:hover {
    border: 2px solid #0066CC;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.13);
}
.prolb-list a .img {
    display: flex;
    justify-content: center;
    overflow: hidden;
    height: 285px;
    padding: 2px;
}
.prolb-list a .img img {
    transition: all 0.4s ease;
    max-height: 100%;
}
.prolb-list a:hover .img img {
    transform: scale(1.04);
}
.prolb-list a .cont {
    padding: 0px 20px 45px 20px;
}

.serxz-lun li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 90px;
    border-bottom: 1px solid #efefef;
}
.serxz-lun li > div {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.serxz-lun li .lt1 {
    width: 57%;
    height: 100%;
    display: flex;
    align-items: center;
    padding-left: 30px;
}
.serxz-lun li .lt2 {
    width: 8%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.serxz-lun li .lt3 {
    width: 8%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.4s ease;
}
.serxz-lun li .lt2 .text {
    transition: all 0.4s ease;
}
.serxz-lun li .lt3 .text {
    transition: all 0.4s ease;
}
.serxz-lun li .lt4 {
    width: 8%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 70px;
}
.serxz-lun li:nth-child(1) {
    background-color: #fefefe;
    height: 60px;
    border-radius: 20px 20px 0px 0px;
    box-shadow: 0px 9px 81px 0px rgba(190, 190, 190, 0.26);
}
.serxz-lun li .lt1 .img {
    position: relative;
    width: 5%;
    height: 32px;
    margin-right: 32px;
}
.serxz-lun li .lt1 .text {
    width: 95%;
}
.serxz-lun li .lt1 .img img:nth-child(1) {
    position: absolute;
    opacity: 1;
    transition: all 0.4s ease;
}
.serxz-lun li .lt1 .img img:nth-child(2) {
    opacity: 0;
    transition: all 0.4s ease;
}
.serxz-lun li .lt4 .img {
    position: relative;
    width: 30px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.serxz-lun li .lt4 .img img:nth-child(1) {
    position: absolute;
    opacity: 1;
    transition: all 0.4s ease;
}
.serxz-lun li .lt4 .img img:nth-child(2) {
    opacity: 0;
    transition: all 0.4s ease;
}
.serxz-lun li .lt1 .text {
    transition: all 0.4s ease;
}
.serxz-lun li > div:hover .lt1 .img img:nth-child(1) {
    opacity: 0;
}
.serxz-lun li > div:hover .lt1 .img img:nth-child(2) {
    opacity: 1;
}
.serxz-lun li > div:hover .lt4 .img img:nth-child(1) {
    opacity: 0;
}
.serxz-lun li > div:hover .lt4 .img img:nth-child(2) {
    opacity: 1;
}
.serxz-lun li > div:hover .lt2 .text {
    color: #0066CC;
}
.serxz-lun li > div:hover .lt3 .text {
    color: #0066CC;
}
.serxz-lun li > div:hover .lt1 .text {
    color: #0066CC;
}

/* 在强 */
/* 新闻中心*/
.newsList {
    margin-right: -20px;
    margin-bottom: -20px;
}
.newsItem {
    width: calc(100% / 3 - 20px);
    margin-right: 20px;
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    flex-direction: column;
    overflow: hidden;
    margin-top: 0px !important;
}

.newsItem .img img{
    width: 100%;
    height: 350px;
}

@media all and (max-width:1700px){
    .newsItem .img img{
        width:100%;
        height: 320px;
    }
}

@media all and (max-width:1280px){
    .newsItem .img img{
        width:100%;
        height: 280px;
    }
}

@media all and (max-width:450px){
    .newsItem .img img{
        width:100%;
        height: 230px;
    }
}

.newsItem .cont {
    width: 100%;
    padding: 30px;
}
.newsText {
    flex: 1;
    padding: 0 25px;
}
.newsItem:hover {
    border-color: #0066CC;
    box-shadow: 1.251px 7.902px 10px 0px rgba(0, 0, 0, 0.137);
}
.newsItem:hover .newsDate,
.newsItem:hover .newsText .title {
    color: #0066CC;
}

/* 合作案例 */
.caseScreen {
    justify-content: flex-end;
}
.caseScreen-item {
    margin-left: 40px;
}
.caseSelect {
    margin-left: 20px;
    cursor: pointer;
    user-select: none;
}
.caseMenu {
    width: 164px;
    height: 42px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    border: 1px solid #dcdcdc;
}
.caseMenu::after {
    content: "\e727";
    font-family: "icon";
    display: inline-block;
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.4s ease;
}
.caseMenu.active::after {
    transform: translateY(-50%);
}
.caseDrop {
    display: none;
    position: absolute;
    left: 0;
    top: 101%;
    width: 100%;
    z-index: 9;
    background: #f9f9f9;
}
.caseDrop a {
    height: 42px;
    border-top: 1px solid #fff;
    display: flex;
    align-items: center;
    padding-left: 20px;
    transition: all 0.4s ease;
}
.caseDrop a:hover {
    color: #fff;
    background: #0066CC;
}
.caseList {
    margin-left: -35px;
}
.caseItem {
    width: calc((100% / 3) - 35px);
    margin: 35px 0 0 35px;
    box-shadow: 0.628px 8.978px 9px 0px rgba(190, 190, 190, 0.09);
}
.caseItem-img {
    border-radius: 6px 6px 0 0;
}
.caseItem-img img {
    width: 100%;
    height: 265px;
}
.caseItem-con {
    padding: 32px 32px 44px;
    border-radius: 0 0 6px 6px;
}
.caseItem-con .text {
    margin-top: 5px;
}
.caseItem-con .label span {
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    border-radius: 3px;
    padding: 5px 14px;
}
.caseItem-con .label span:last-child {
    margin-right: 0;
}
.caseItem-con .label span:nth-child(1) {
    background: #f7ebec;
    color: #e9111c;
}
.caseItem-con .label span:nth-child(2) {
    background: #e7ecf9;
    color: #454c61;
}
.caseItem-con .label span:nth-child(3) {
    background: #e7ecf9;
    color: #0066CC;
}
.caseItem:hover .caseItem-img img {
    transform: scale(1.08);
}
.caseItem:hover .caseItem-con .title {
    color: #0066CC;
}

/* 常见问题 */
.prob-list li {
    background: #fff;
    display: flex;
    position: relative;
    padding: 20px 50px;
    margin-top: 20px;
    cursor: pointer;
}
.prob-list li::after {
    content: "\e727";
    margin-top: 20px;
    transform: rotate(180deg);
    font-family: "icon";
    display: inline-block;
    transition: all 0.4s ease;
    color: #7e7e7e;
    font-weight: 700;
    height: 14px;
}
.prob-page {
    width: 54px;
    height: 54px;
    border-radius: 5px;
    background: #0066CC;
}
.prob-text {
    flex: 1;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s ease;
}
.prob-list li.active::after {
    transform: rotate(0);
}
.prob-text .title {
    transition: all 0.4s ease;
    user-select: none;
}
.prob-text .text {
    padding-bottom: 10px;
    display: none;
}

.proList {
    justify-content: space-between;
}
.proItem {
    margin: 20px 0 0 0;
    width: calc(50% - 10px);
    background: #fff;
}
.proItem-img {
    height: 400px;
    border-bottom: 1px solid #f7f7f7;
}
.proItem-img img {
    max-width: 90%;
    max-height: 90%;
}
.proItem-con {
    padding: 25px 45px;
}
.proItem-con .text {
    margin-top: 5px;
    width: 450px;
    display: flex;
    flex-wrap: wrap;
}
.proItem-con .text span {
    display: inline-block;
    padding-right: 10px;
    position: relative;
    padding-left: 15px;
    width: 25%;
    margin-top: 5px;
}
.proItem-con .text span::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #c7c7c7;
}
.proItem:hover .proItem-con .title {
    color: #0066CC;
}

.indpc-list {
    margin-right: -20px;
}
.indpc-list .list-muen {
    width: calc(100% / 2 - 20px);
    margin: 20px 20px 0 0;
    background-color: #fff;
}
.indpc-list .list-muen .img {
    height: 410px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.indpc-list .list-muen .img img {
    max-height: 100%;
    transition: all 0.4s ease;
}
.indpc-list .list-muen:hover .img img {
    transform: scale(1.04);
}
.indpc-list .list-muen .cont {
    border-top: 1px solid #f7f7f7;
    padding: 25px 20px 25px 50px;
}
.indpc-list .list-muen .cont ul {
    width: 50%;
    margin-bottom: -5px;
}
.indpc-list .list-muen .cont li {
    position: relative;
    padding-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
}
.indpc-list .list-muen .cont li::before {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #c7c7c7;
    left: 0px;
    border-radius: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.indpc-list .list-muen .cont .title {
    transition: all 0.4s ease;
}
.indpc-list .list-muen:hover .cont .title {
    color: #0066CC;
}
.indpc-muen > div {
    display: none;
}
.indpc-muen > div.active {
    display: block;
}
.indpc-svp {
    background-color: #ffffff;
    position: relative;
    box-shadow: 0px 24px 26.19px 0.81px rgba(196, 196, 196, 0.19);
}
.indpc-svp .contain {
    border-right: 1px solid #f4f4f4;
    border-left: 1px solid #f4f4f4;
}
.indpc-lun {
    height: 180px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    position: relative;
    transition: all 0.4s ease;
}
.indpc-lun .img {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.indpc-lun .img img:nth-child(1) {
    position: absolute;
    opacity: 1;
    transition: all 0.4s ease;
}
.indpc-lun .img img:nth-child(2) {
    opacity: 0;
    transition: all 0.4s ease;
}
.indpc-lun:hover .img img:nth-child(1) {
    opacity: 0;
}
.indpc-lun:hover .img img:nth-child(2) {
    opacity: 1;
}
.indpc-lun .text {
    padding: 0px 15px;
    text-align: center;
    transition: all 0.4s ease;
}
.indpc-lun .number {
    opacity: 0.5;
    position: absolute;
    top: 20px;
    right: 30px;
}
.indpc-lun:hover {
    background-color: #0066CC;
}
.indpc-lun:hover .text {
    color: #fff;
}
.indpc-lun.active .text {
    color: #fff;
}
.indpc-lun.active {
    background-color: #0066CC;
}
.indpc-lun.active .img img:nth-child(1) {
    opacity: 0;
}
.indpc-lun.active .img img:nth-child(2) {
    opacity: 1;
}
.indpc .swiper-btn {
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
}
.indpc .swiper-btn.prev {
    left: 95px;
}
.indpc .swiper-btn.next {
    right: 95px;
}

/* 技术创新 */
.CommonTitle .name {
    text-transform: uppercase;
}
.jsIntro-img {
    width: 60%;
}
.jsIntro-img img {
    width: 100%;
}
.jsIntro-text {
    width: 35%;
    padding: 110px 55px 0;
}
.jsIntro-num ul {
    padding: 0 100px;
    justify-content: space-between;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0px 5px 57px 0px rgba(45, 45, 45, 0.17);
    border-radius: 6px;
}
.jsIntro-num {
    background: #f5f5f5;
}
.jsIntro-num li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 176px;
}
.jsIntro-num .num {
    align-items: flex-end;
}
.jsIntro-num .num span {
    line-height: 1;
    margin-right: 5px;
}
.jsRD-con {
    margin-left: -20px;
}
.jsRD-con li {
    width: calc((100% / 3) - 20px);
    margin-left: 20px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
}
.jsRD-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jsRD-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
.jsRD-bg img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
}
.jsRD-text {
    position: relative;
    z-index: 2;
    height: 100%;
    background: #fff;
    padding: 45px 55px;
    transition: all 0.4s ease;
}
.jsRD-icon {
    position: relative;
    height: 65px;
}
.jsRD-icon .h {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}
.jsRD-icon img {
    max-height: 100%;
}
.jsRD-icon img,
.jsRD-text .title,
.jsRD-text .text {
    transition: all 0.4s ease;
}
.jsRD-con li:hover .jsRD-icon .s {
    opacity: 0;
}
.jsRD-con li:hover .jsRD-icon .h {
    opacity: 1;
}
.jsRD-con li:hover .jsRD-text {
    background: transparent;
}
.jsRD-con li:hover .jsRD-text .title,
.jsRD-con li:hover .jsRD-text .text {
    color: #fff;
}
.jsRD-data p {
    margin-right: 50px;
}
.jsRD-data span {
    color: #0066CC;
    font-family: "AB";
    font-size: 24px;
    display: inline-block;
    margin: 0 10px;
}
.jsCx-bg img {
    width: 100%;
}
.jsCx-title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.jsCx-title .CommonTitle .name {
    opacity: 0.5;
}
.jsCx-con .contain {
    margin-top: -160px;
    background: #fff;
    border-radius: 6px;
    position: relative;
    z-index: 4;
}
.jsCx-item {
    width: 50%;
    border-left: 1px solid #f8f8f8;
    padding: 60px 20px 100px 90px;
    position: relative;
}
.jsCx-item:first-child {
    border-left: unset;
}
.jsCx-item-icon {
    height: 50px;
}
.jsCx-item-icon img {
    max-height: 100%;
}
.jsCx-item-page {
    position: absolute;
    left: 90px;
    bottom: 55px;
    color: #ededed;
}

/* 关于我们 */
.abIntro::after {
    content: "";
    width: 45%;
    height: 500px;
    position: absolute;
    left: 20%;
    top: 0;
}
.abIntro .contain {
    position: relative;
    z-index: 2;
}
.abIntro-desc {
    justify-content: space-between;
}
.abIntro-con {
    width: 100%;
}
.abIntro-num {
    width: 100%;
}
.abIntro-num li {
    width: 25%;
    flex-direction: column;
    /*margin-top: 30px;*/
}
.abIntro-num li:nth-child(-n + 2) {
    margin-top: 0;
}
.abIntro-num .num {
    justify-content: flex-end;
    line-height: 1;
}
.abIntro-num .num span {
    display: inline-block;
    margin-right: 5px;
}
.abIntro-num .text {
    margin-top: 5px;
}
.abIntro-slide {
    border-radius: 6px;
    overflow: hidden;
}
.abIntro-slide-img {
    position: relative;
    overflow: hidden;
}
.abIntro-slide-img::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}
.abIntro-slide-img img {
    width: 100%;
    height: 420px;
    transition: all 0.4s ease;
}
.abIntro-slide-img:hover img {
    transform: scale(1.04);
}
.abIntro-pagination {
    display: none;
}
.abIntro-slide-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 0 30px 25px;
}

.abFZ {
    position: relative;
    background: url("../images/abfz-bg.png") no-repeat center bottom/100% auto;
}
.abFZ .CommonTitle {
    display: inline-block;
    position: relative;
}
/* .abFZ .CommonTitle */
.abFZ .CommonTitle::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
    background: url("../images/abfz-title.png") no-repeat center/100% auto;
}
.abFZ .gallery {
    width: 80%;
    margin: 60px auto 0;
}
/* .abFZ .gallery-more .num{align-items: flex-end;} */
.abFZ .gallery-more .num {
    align-items: center;
}
.abFZ .gallery-more .num span {
    line-height: 0.8;
    margin-right: 10px;
    display: inline-block;
}
/* .abFZ .gallery-more .cont{flex: 1;padding: 50px 70px 0;height: 140px;overflow-y: auto;} */
.abFZ .gallery-more .cont {
    flex: 1;
    padding: 50px 70px 0;
    overflow-y: auto;
}
.abFZ .gallery-more .cont::-webkit-scrollbar {
    width: 3px;
}
.abFZ .gallery-more .cont::-webkit-scrollbar-thumb {
    background: #0066CC;
}
.abFZ .gallery-more .cont::-webkit-scrollbar-track {
    background: #9f9f9f;
}
.abFZ .thumbs {
    padding: 0 50px;
    position: relative;
}
.abFZ .thumbs::after {
    content: "";
    position: absolute;
    top: 9px;
    left: 50%;
    width: 100vw;
    height: 2px;
    background: #e7eaee;
    transform: translateX(-50%);
}
.abFZ .thumbs-year {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 12px;
    text-align: center;
    cursor: pointer;
    user-select: none;
}
.abFZ .thumbs-year .text {
    color: #43495d;
    margin-top: 10px;
}
.abFZ .thumbs-year .dot {
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    border: 2px solid transparent;
}
.abFZ .thumbs-year .dot::after {
    transition: all 0.4s ease;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #c5c8cc;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.abFZ .thumbs-prev,
.abFZ .thumbs-next {
    z-index: 10;
    cursor: pointer;
    user-select: none;
    position: absolute;
    transition: all 0.4s ease;
    color: #fff;
    left: 0;
    top: -14px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #0066CC;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.abFZ .thumbs-next {
    transform: rotate(180deg);
    right: 0;
    left: auto;
}
.abFZ .thumbs-prev::after,
.abFZ .thumbs-next::after {
    content: "\e77c";
    font-family: "icon";
    display: inline-block;
    font-size: 20px;
}
.abFZ .thumbs-prev:hover,
.abFZ .thumbs-next:hover {
    background: #0066CC;
    color: #fff;
}
.abFZ .thumbs-year.active .dot {
    border-color: #0066CC;
}
.abFZ .thumbs-year.active .dot::after {
    background: #0066CC;
}

.abWH-bg {
    height: 655px;
}
.abWH-bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.abWH-bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 0;
    transition: all 0.4s ease;
}
.abWH-bg img.active {
    opacity: 1;
}
.abWH-list {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.abWH-list li {
    width: 25%;
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    padding: 100px 60px 0;
}
.abWH-list li:first-child {
    border-left: unset;
}

.abHonor {
    background: url("../images/abhonor-bg.png") no-repeat center/cover;
}
.abHonor-text {
    width: 55%;
}
.abHonor-swp {
    border-top: 1px solid #f4f4f4;
}
.abHonor-slide {
    cursor: pointer;
    user-select: none;
    padding-top: 20px;
}
.abHonor-slide .text {
    opacity: 0;
    transition: all 0.4s ease;
}
.abHonor-btn .btn {
    margin: 0 16px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #b7b7b7;
    user-select: none;
    cursor: pointer;
    transition: all 0.4s ease;
}
.abHonor-btn .btn.next {
    transform: rotate(180deg);
}
.abHonor-btn .btn:hover {
    background: #0066CC;
}
.abHonor-slide .img {
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 800px;
    height: 360px;
}
.abHonor-slide .img img {
    opacity: 0.5;
    transition: all 0.4s ease;
    transform-style: preserve-3d;
    width: 60%;
    max-height: 100%;
}
.swiper-slide.next2 .abHonor-slide .img img {
    transform: rotateY(-30deg);
}
.swiper-slide.prev1 .abHonor-slide .img img {
    transform: rotateY(30deg);
}
.swiper-slide.prev2 .abHonor-slide .img img {
    transform: rotateY(30deg);
}
.swiper-slide.next1 .abHonor-slide .img img {
    transform: rotateY(-30deg);
}
.swiper-slide-active .abHonor-slide .img img {
    transform: rotate(0) scale(1.2) !important;
    opacity: 1;
    width: auto;
}
.swiper-slide-active .abHonor-slide .text {
    opacity: 1;
}

.abFC-pagination {
    display: none;
}
/* .abFC-btn{position: absolute;left: 0;user-select: none;cursor: pointer; top: 50%;transform: translateY(-50%);width: 44px;height: 44px;border-radius: 50%;background: #b1b1b1;transition: all .4s ease;z-index: 3;} */
.abFC-btn {
    position: absolute;
    left: 30px;
    user-select: none;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: all 0.4s ease;
    z-index: 3;
}
.abFC-btn.next {
    transform: translateY(-50%) rotate(180deg);
    left: auto;
    right: 30px;
}
.abFC-btn:hover {
    background: #0066CC;
    border: 1px solid #0066CC;
}
/* .abFC-swp .swiper-slide{width: 250px;margin-right: 20px;transition: all .4s linear;overflow: hidden;}
.abFC-swp .swiper-slide.active{transition-duration: 0s;width: calc(100% - (250px*2 + 20px*2));} */
.abFC-bg::after,
.abFC-bg::before {
    transition: all 0.4s ease;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 3;
}
.abFC-bg::after {
    background: linear-gradient(to bottom, transparent 60%, rgba(0, 0, 0, 0.7) 100%);
    opacity: 0;
}
.abFC-bg {
    overflow: hidden;
}
.abFC-bg img {
    height: 470px;
    width: 100%;
    object-fit: fill;
    transition: all 0.4s ease;
}
.abFC-bg:hover img {
    transform: scale(1.04);
}
.abFC-title {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0 30px 30px;
    z-index: 4;
    opacity: 0;
    transform: translateX(100px);
}
.abFC-swp .swiper-slide-active {
    width: calc(100% - (250px * 2 + 20px * 2));
}
.abFC-swp .swiper-slide-active .abFC-bg::before {
    opacity: 0;
}
.abFC-swp .swiper-slide-active .abFC-bg::after {
    opacity: 1;
}
.abFC-swp .swiper-slide-active .abFC-title {
    transition: all 0.8s 0.4s ease;
    opacity: 1;
    transform: translateX(0);
}

.serjz {
    background-color: #f9f9f9;
}
.serjz-cont .cont-l {
    width: 245px;
}
.serjz-cont .cont-r {
    width: calc(100% - 245px);
    padding-left: 40px;
}
.serjz-muen {
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
    box-shadow: -6.573px 12.361px 21px 0px rgba(137, 137, 137, 0.16);
    padding: 25px 0px;
}
.serjz-muen .muen {
    display: flex;
    align-items: center;
    height: 45px;
    padding: 0px 50px;
    border-bottom: 1px solid #f7f7f7;
}
.serjz-muen .muen i {
    font-size: 12px;
    color: #0066CC;
    transform: rotate(-90deg);
    margin-left: 65px;
}
.serjz-muen .show {
    border-bottom: 1px solid #f7f7f7;
    display: none;
}
.serjz-muen .show a {
    width: 100%;
    padding-left: 65px;
    padding-right: 15px;
    margin-bottom: 14px;
    transition: all 0.4s ease;
}
.serjz-muen .show a:hover {
    color: #0066CC;
}
.serjz-muen .muen.active {
    color: #0066CC;
    border: 1px solid #fff;
}
.serjz-muen .muen.active i {
    transform: rotate(90deg);
}
.serjz-content {
    border-radius: 7px;
    box-shadow: -6.573px 12.361px 21px 0px rgba(137, 137, 137, 0.16);
    width: 100%;
    background-color: #fff;
    padding: 40px 50px;
}
.serjz-content > .title {
    color: #0066CC;
    position: relative;
    padding-left: 24px;
}
.serjz-content > .title::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 23px;
    border-radius: 10px;
    background-color: #0066CC;
    top: 50%;
    transform: translateY(-50%);
    left: 0px;
}
.serjz-list {
    margin-right: -30px;
    margin-bottom: -30px;
}
.serjz-list .list {
    width: calc(100% / 2 - 30px);
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid rgba(187, 187, 187, 0.3);
    border-radius: 6px;
    background-color: #fff;
    padding: 0px 40px;
    height: 145px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: all 0.4s ease;
}
.serjz-list .list:hover {
    box-shadow: 1.251px 7.902px 10px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid #0066CC;
    border-radius: 6px;
}
.serjz-list .list .title {
    transition: all 0.4s ease;
}
.serjz-list .list:hover .title {
    color: #0066CC;
}

.serjz-btn {
    display: none;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 50px;
    height: 50px;
    background-color: #fff;
    padding: 10px;
    border-radius: 0px 6px 6px 0px;
    box-shadow: 0.427px -2.639px 21px 0px rgb(137 137 137 / 16%);
}
.serjz-close {
    display: none;
}

.produ.CommonNav {
    position: static;
    background-color: #757b85;
}
.produzs .swiper-btn.next a {
    transform: rotate(180deg);
}
.produzs .swiper-btn a {
    width: 45px;
    height: 45px;
    border: 2px solid #b1b1b1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #b1b1b1;
    transition: all 0.4s ease;
}
.produzs .swiper-btn a:hover {
    border: 0px solid #0066CC;
    color: #fff;
    background-color: #0066CC;
}

.produzs {
    background-color: #f8f8f8;
}
.produzs-cont .cont-l {
    width: 53%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.produzs-cont .cont-r {
    width: 47%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.produzs-cont .cont-l .thumbs {
    width: 560px;
    padding: 0px 75px;
    position: relative;
}
.produzs-cont .cont-l .thumbs-year {
    display: flex;
    height: 60px;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #fff;
}
.produzs-cont .cont-l .thumbs-year img {
    max-height: 100%;
}
.produzs-cont .cont-l .thumbs-year.active {
    border: 2px solid #0066CC;
}
.produzs-cont .cont-l .thumbs .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.produzs-cont .cont-l .thumbs .swiper-btn.prev {
    left: 0px;
}
.produzs-cont .cont-l .thumbs .swiper-btn.next {
    right: 0px;
}
.produzs-cont .cont-l .gallery-more {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.produzs-cont .cont-l .gallery-more img {
    max-height: 100%;
}
.produzs-cont .cont-l .gallery {
    width: 100%;
}
.produzs-btn a {
    width: 165px;
    height: 40px;
    border-radius: 30px;
    transition: all 0.4s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.4s ease;
}
.produzs-btn a img {
    margin-right: 15px;
}
.produzs-btn a:nth-child(1) {
    background-color: #0066CC;
}
.produzs-btn a:nth-child(2) {
    background-color: #fff;
    color: #0066CC;
}
.produzs-btn a:hover {
    transform: translateY(-10px);
}
.produzs-cont .cont-r li i {
    font-size: 12px;
    color: #60666c;
    margin-right: 13px;
}
.produzs-cont .cont-r li {
    color: #60666c;
    margin-bottom: 7px;
}
.produzs-cont .cont-r li:last-child {
    margin-bottom: 0px;
}
.producs-title {
    align-items: center;
}
.producs-title .img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background-color: #0066CC;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.producs-title .img img {
    max-height: 100%;
}
.producs-cont {
}
.producs-cont .cont-l {
    width: 100%;
}
.producs-cont .cont-r {
    width: 100%;
    margin-top: 60px;
}
.producs-content table {
    width: 100%;
    border: 1px solid #e9e9e9;
}
.producs-content table thead th {
    border: 1px solid #e9e9e9;
}
.producs-content table thead th:nth-child(1) {
    text-align: left;
    background-color: #f5f5f5;
}
/* .producs-content table tbody tr td:nth-child(1){background-color: #f5f5f5;text-align: left;} */
.producs-content table tbody tr td {
    text-align: center;
    border: 1px solid #e9e9e9;
}
.producs-lun {
    border-radius: 6px;
    height: 255px;
    overflow: hidden;
    position: relative;
}
.producs-lun > img {
    width: 100%;
    height: 100%;
}
.producs-lun .show {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 0px 30px;
    padding-bottom: 12px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.producs-svp .pages {
    display: flex;
    justify-content: center;
    width: 100%;
}
.producs-svp .pages .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    border: 2px solid #c8c8c8;
    transition: all 0.4s ease;
    margin: 0px 7px !important;
}
.producs-svp .pages .swiper-pagination-bullet-active {
    opacity: 1;
    border: 2px solid #0066CC;
    background: #0066CC;
}
.producs-svp .pages .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 44px;
}
.leavle-list {
    display: flex;
}
.producs-list .list {
    width: 33.33%;
    margin-right: 35px;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 6px;
    display: block;
    margin-bottom: 28px;
}
.producs-list .list:last-child{
    margin-right: 0;
}
.producs-list .list .title {
    transition: all 0.4s ease;
}
.producs-list .list .img {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.producs-list .list .img img {
    max-height: 100%;
    transition: all 0.4s ease;
}
.producs-list .list .cont {
    padding: 20px;
}
.producs-list .list:hover img {
    transform: scale(1.04);
}
.producs-list .list:hover .title {
    color: #0066CC;
}

.IndBtn {
    display: flex;
    align-items: center;
    transition: all 0.4s ease;
    width: fit-content;
}
.IndBtn span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-image: -moz-linear-gradient(0deg, rgb(251, 103, 80) 0%, rgb(230, 0, 18) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(251, 103, 80) 0%, rgb(230, 0, 18) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(251, 103, 80) 0%, rgb(230, 0, 18) 100%);
    transform: rotate(145deg);
    margin-right: 15px;
    transition: all 0.4s ease;
    color: #fff;
}
.IndBtn:hover span {
    transform: rotate(180deg);
    color: #fff;
}
.IndBtn:hover {
    color: #0066CC;
}

.fananyy-lun {
    border-radius: 6px;
    box-shadow: 5.785px 6.894px 17.85px 3.15px rgba(147, 147, 147, 0.1);
    overflow: hidden;
}
.fananyy-lun .img {
    width: 50%;
    height: 500px;
    overflow: hidden;
}
.fananyy-lun .img img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}
.fananyy-lun .img:hover img {
    transform: scale(1.04);
}
.fananyy-lun .cont {
    width: 50%;
    padding: 80px 65px;
}
.fananyy-lun .cont .title {
    border-bottom: 4px solid #0066CC;
    width: fit-content;
}
.fananyy-svp {
    padding-left: 185px;
    margin-bottom: -15px;
    position: relative;
}
.fananyy-svp .swiper-container {
    padding-bottom: 15px;
    padding-right: 500px;
}
.fananyy-svp .swiper-btn.next a {
    transform: rotate(180deg);
}
.fananyy-svp .swiper-btn a {
    width: 45px;
    height: 45px;
    border: 2px solid #b1b1b1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #b1b1b1;
    transition: all 0.4s ease;
}
.fananyy-svp .swiper-btn a:hover {
    border: 0px solid #0066CC;
    background-color: #0066CC;
    color: #fff;
}
.fananyy-svp .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.fananyy-svp .swiper-btn.prev {
    left: 100px;
}
.fananyy-svp .swiper-btn.next {
    right: 395px;
}

.fanangy {
    background: url(../images/fanangy_bg.jpg) center no-repeat;
    background-size: cover;
}
.fanangy-lun {
    padding: 60px;
    background-color: #fff;
    border-radius: 6px;
    background-color: #fff;
}
.fanangy-lun .cont {
    width: 45%;
    padding-right: 140px;
    display: flex;
    flex-direction: column;
}
.fanangy-lun .img {
    width: 55%;
    overflow: hidden;
    border-radius: 5px;
}
.fanangy-lun img {
    height: 420px;
    transition: all 0.4s ease;
}
.fanangy-lun:hover img {
    transform: scale(1.04);
}

.fanangy-svp {
    position: relative;
}
.fanangy-muen {
    border-radius: 5px;
    border: 1px solid #eeeeee;
}
.fanangy-muen a {
    width: calc(100% / 3);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #eee;
}
.fanangy-muen a:last-child {
    border-right: 0px solid #fff;
}
.fanangy-muen a.active {
    background-color: #0066CC;
    color: #fff;
    font-weight: 700;
}
.fanangy-list .muen {
    display: none;
}
.fanangy-list .muen.active {
    display: block;
}
.fanangy-svp .swiper-btn.next a {
    transform: rotate(180deg);
}
.fanangy-svp .swiper-btn a {
    width: 45px;
    height: 45px;
    border: 2px solid #b1b1b1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #b1b1b1;
    transition: all 0.4s ease;
}
.fanangy-svp .swiper-btn a:hover {
    border: 0px solid #0066CC;
    color: #fff;
    background-color: #0066CC;
}
.fanangy-svp .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.fanangy-svp .swiper-btn.prev {
    left: -70px;
}
.fanangy-svp .swiper-btn.next {
    right: -70px;
}

.fananyq-svp {
    position: relative;
    padding-left: 20px;
}
.fananyq-svp .swiper-container {
    padding-right: 125px;
}
.fananyq-lun {
    border-radius: 6px;
    height: 438px;
    overflow: hidden;
    position: relative;
}
.fananyq-lun > img {
    width: 100%;
    height: 100%;
    transition: all 0.4s ease;
}
.fananyq-lun:hover > img {
    transform: scale(1.04);
}
.fananyq-lun .show {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding: 0px 30px;
    padding-bottom: 30px;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
}
.fananyq-svp .swiper-btn.next a {
    transform: rotate(180deg);
}
.fananyq-svp .swiper-btn a {
    width: 45px;
    height: 45px;
    border: 2px solid #fff;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    transition: all 0.4s ease;
}
.fananyq-svp .swiper-btn a:hover {
    border: 0px solid #0066CC;
    color: #fff;
    background-color: #0066CC;
}
.fananyq-svp .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.fananyq-svp .swiper-btn.prev {
    left: 50px;
}
.fananyq-svp .swiper-btn.next {
    right: 50px;
}

.fananyq-list .list {
    width: calc(100% / 4);
    border-right: 1px solid #f3f3f3;
    padding-left: 70px;
}
.fananyq-list .list .title {
    color: #0066CC;
}
.fananyq-list .list li {
    margin-right: 40px;
}

.fananfa {
    background: url(../images/fananfa_bg.jpg) center no-repeat;
    background-size: cover;
}
.fananfa-list {
    margin-right: -15px;
}
.fananfa-list .list {
    width: calc(100% / 4 - 15px);
    border: 1px solid rgb(243, 243, 243);
    border-radius: 6px;
    background-color: #fff;
    height: 400px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    margin-right: 15px;
    transition: all 0.4s ease;
}
.fananfa-list .list .number {
    top: 30px;
    right: 30px;
    color: #eaeaea;
    z-index: 3;
    position: absolute;
}
.fananfa-list .list .img {
    height: 58px;
}
.fananfa-list .list .img img {
    max-height: 100%;
}
.fananfa-list .list .show {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding: 50px 55px;
    opacity: 1;
    transition: all 0.4s ease;
}
.fananfa-list .list .show img.bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.fananfa-list .list .show .show-img {
    position: relative;
    z-index: 2;
    height: 58px;
}
.fananfa-list .list .show .show-img img {
    max-height: 100%;
}
.fananfa-list .list .show .title {
    position: relative;
    z-index: 2;
}
.fananfa-list .list .show .text {
    position: relative;
    z-index: 2;
    color: #666;
    margin-top: 24px;
    line-height: 1.5;
}
.fananfa-list .list:hover .show {
    opacity: 1;
}
.fananfa-list .list > .img {
    display: none;
}
.fananfa-list .list > .title {
    display: none;
}
.fananfa-list .list .show > div {
    color: #333;
}
.fananfa-list .list:hover {
    transform: translateY(-20px);
}

.fanansb-lun .prolb-list {
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}
.fanansb-lun .prolb-list a {
    width: 100% !important;
    margin-right: 0px !important;
    margin-bottom: 0px !important;
}
/* .fanansb-svp{margin: -20px;} */
.fanansb-svp .swiper-container {
    padding: 20px;
}
.fanansb-svp .pages {
    display: flex;
    justify-content: center;
}
.fanansb-svp .pages .swiper-pagination {
    margin-top: -20px;
}
.fanansb-svp .pages .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    border: 2px solid #fff;
    transition: all 0.4s ease;
    margin: 0px 7px !important;
}
.fanansb-svp .pages .swiper-pagination-bullet-active {
    opacity: 1;
    border: 2px solid #0066CC;
    background: #0066CC;
}

.fananal-lun .caseList {
    margin: 0px !important;
}
.fananal-lun .caseItem {
    width: 100% !important;
    margin: 0px !important;
}
.fananal-svp {
}
.fananal-svp .swiper-container {
    padding-bottom: 10px;
}
.fananal-svp .pages {
    align-items: center;
}
.fananal-svp .pages .cont-l {
    width: 160px;
}
.fananal-svp .pages .cont-r {
    width: calc(100% - 160px);
    height: 2px;
    position: relative;
}
.fananal-svp .pages .swiper-btn.prev {
    margin-right: 20px;
}
.fananal-svp .pages .swiper-btn.next a {
    transform: rotate(180deg);
}
.fananal-svp .pages .swiper-btn a {
    width: 45px;
    height: 45px;
    border: 2px solid #f3f3f3;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #f3f3f3;
    transition: all 0.4s ease;
}
.fananal-svp .pages .swiper-btn a:hover {
    border: 0px solid #0066CC;
    color: #fff;
    background-color: #0066CC;
}
.fananal-svp .pages .swiper-pagination-progressbar {
    background: #f5e9ea;
    width: 100%;
    height: 100%;
}
.fananal-svp .pages .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #0066CC;
}

.abcy-list {
    margin-right: -27px;
    margin-bottom: -27px;
}
.abcy-list .list {
    width: calc(100% / 4 - 27px);
    border-radius: 6px;
    box-shadow: 0px 24px 70.56px 13.44px rgba(196, 196, 196, 0.19);
    background-color: #fff;
    position: relative;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 27px;
    margin-bottom: 27px;
    transition: all 0.4s ease;
    border: 2px solid #fff;
    padding: 10px;
}
.abcy-list .list .title {
    position: absolute;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
    padding: 0px 15px;
    padding-bottom: 40px;
}
.abcy-list .list:hover {
    border: 2px solid #0066CC;
    box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.13);
}

.serjg-lun {
    border-radius: 6px;
    height: 315px;
    overflow: hidden;
}
.serjg-lun img {
    width: 100%;
    height: 100%;
}
.serjg-svp .pages {
    display: flex;
    justify-content: center;
    height: 14px;
}
.serjg-svp .pages .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    border: 2px solid #dfdfdf;
    transition: all 0.4s ease;
    margin: 0px 7px !important;
}
.serjg-svp .pages .swiper-pagination-bullet-active {
    opacity: 1;
    border: 2px solid #0066CC;
    background: #0066CC;
}

.serzx-cont .cont-l {
    width: 64%;
}
.serzx-cont .cont-r {
    width: 36%;
    padding-left: 67px;
    display: flex;
    align-items: center;
}
.serzx-lun {
    border-radius: 6px;
    height: 565px;
    overflow: hidden;
}
.serzx-lun img {
    width: 100%;
    height: 100%;
}
.serzx-svp .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    background: rgba(0, 0, 0, 0);
    opacity: 1;
    border: 2px solid #dfdfdf;
    transition: all 0.4s ease;
    margin: 0px 7px !important;
}
.serzx-svp .swiper-pagination-bullet-active {
    opacity: 1;
    border: 2px solid #0066CC;
    background: #0066CC;
}
.serzx-svp .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 24px;
}

.serzx-lun2 {
    border-bottom: 3px solid #ececec;
    padding: 34px 0px;
    transition: all 0.4s ease;
}
.serzx-lun2 .data {
    width: 60px;
}
.serzx-lun2 .cont {
    width: calc(100% - 60px);
}
.serzx-lun2:hover {
    border-bottom: 3px solid #0066CC;
}
.serzx-svp2 {
    height: 460px;
}
.serzx-svp2 .swiper-slide {
    height: 150px !important;
}
.serzx-svp2 .swiper-container {
    height: 100%;
}
.serzx-svp2-btn {
    display: flex;
    justify-content: center;
}
.serzx-svp2-btn .swiper-btn {
    margin: 0px 10px;
}
.serzx-svp2-btn .swiper-btn.prev {
    transform: rotate(90deg);
}
.serzx-svp2-btn .swiper-btn.next {
    transform: rotate(-90deg);
}
.serzx-svp2-btn .swiper-btn i {
    color: #cdcdcd;
    font-size: 12px;
    transition: all 0.4s ease;
}
.serzx-svp2-btn .swiper-btn a:hover i {
    color: #0066CC;
}

/* .serxx{background: url(../images/serxx_bg.png)bottom no-repeat;background-size: cover;} */
.serxx .tactlx-BiaoDan_cont_cont-l .list li input {
    background-color: rgba(0, 0, 0, 0);
}
.serxx .tactlx-BiaoDan_cont_cont-r .input textarea {
    background-color: rgba(0, 0, 0, 0);
}

.caseItem-con .label {
    display: none;
}

.paging-menu a.not {
    font-size: 24px;
}

.fanansb-svp {
    position: relative;
}
.fanansb .swiper-btn.next a {
    transform: rotate(180deg);
}
.fanansb .swiper-btn a {
    width: 45px;
    height: 45px;
    border: 2px solid #b1b1b1;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #b1b1b1;
    transition: all 0.4s ease;
}
.fanansb .swiper-btn a:hover {
    border: 0px solid #0066CC;
    color: #fff;
    background-color: #0066CC;
}
.fanansb .swiper-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}
.fanansb .swiper-btn.prev {
    left: -70px;
}
.fanansb .swiper-btn.next {
    right: -70px;
}

.serjz-muen .show a.active {
    color: #0066CC;
}

.SvpPages {
    display: none;
}

.fananfa-svp {
    display: none;
}

.fananfa-list.pc {
    display: flex;
}

.CommonNav-list a.home::before {
    display: none;
}

.map-lun {
    cursor: pointer;
    user-select: none;
}


.abHonor-slide .img {
    position: relative;
}
.abHonor-slide .img .btn {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.4s ease;
    display: none;
}
.abHonor-slide .img .btn > div {
    width: 60px;
    height: 60px;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #0066CC;
}
.abHonor-slide .img .btn i {
    font-size: 28px;
}
.swiper-slide-active .abHonor-slide .img .btn {
    display: flex;
}
.swiper-slide-active .abHonor-slide .img:hover .btn {
    opacity: 1;
}

.CommonTitle .name {
    font-weight: 700;
}
.CommonTitle > .title {
    font-weight: 700;
}
.abIntro-num .num {
    font-weight: 700;
}

.abHonor-btn {
    display: none;
}

.fanangy-lun .img img {
    width: 100%;
}

.tactlx-BiaoDan_cont_cont-r .input {
    width: 100%;
}
.tactlx-BiaoDan_cont_cont-r .name {
    display: none;
}

/* -------------------------4k端 S=50% Y*2--------------------------- */
@media all and (min-width: 3000px) and (max-width: 5000px) {
}
/* -------------------------2k端 S=75% Y*1.5--------------------------- */
@media all and (min-width: 2000px) and (max-width: 3000px) {
}

/* -------------------------PC端--------------------------- */
@media all and (max-width: 1700px) {
    /* 1600 × (900) */
}

@media all and (max-width: 1590px) {
    /* 1440 × (700)  */
    .CommonBanner .content .name {
        margin-bottom: -20px;
    }
    .tactlx-list-img {
        width: 55px;
    }
    .tactlx-list-cont {
        width: calc(100% - 55px);
    }
    .tactlx-BiaoDan {
        padding: 70px 80px 80px;
    }
    .suctfl-list li .img {
        height: 265px;
    }
    .newsxq-cont .cont-l {
        padding-right: 70px;
    }
    .newsxq-cont .cont-r {
        padding-left: 70px;
    }
    /* .prolb-list a .img{height: 190px;} */
    /* 在强 */
    .caseItem-img img {
        height: 200px;
    }
    .caseItem-con {
        padding: 23px 23px 30px;
    }
    .proItem-con {
        padding: 20px 30px;
    }
    .proItem-img {
        height: 300px;
    }
    .jsRD-text {
        padding: 25px;
    }
    .abIntro-slide-img img {
        height: 320px;
    }
    .abIntro-slide-title {
        padding: 0 20px 20px;
    }
    .abWH-list li {
        padding: 70px 40px 0;
    }
    .abFC-swp .swiper-slide {
        width: 180px;
    }
    .abFC-swp .swiper-slide.on,
    .abFC-swp .swiper-slide.active {
        width: calc(100% - (180px * 2 + 20px * 2));
    }
    .abFC-bg img {
        height: 370px;
    }
    .abFC-title {
        padding: 0 20px 20px;
    }
    .indpc .swiper-btn.prev {
        left: 30px;
    }
    .indpc .swiper-btn.next {
        right: 30px;
    }
    .indpc-list .list-muen .img {
        height: 340px;
    }
    .indpc-list .list-muen .cont ul {
        width: 80%;
    }
    .producs-lun {
        height: 177px;
    }
    .fananyy-svp {
        padding-left: 120px;
    }
    .fananyy-svp .swiper-container {
        padding-right: 275px;
    }
    .fananyy-lun .img {
        height: 392px;
    }
    .fananyy-lun .cont {
        padding: 40px;
    }
    .fananyy-svp .swiper-btn.next {
        right: 190px;
    }
    .fananyy-svp .swiper-btn.prev {
        left: 30px;
    }
    .fanangy-lun .cont {
        width: 45%;
        padding-right: 60px;
    }
    .fananyq-lun {
        height: 316px;
    }
    .fananyq-list .list {
        width: calc(100% / 4);
        padding-left: 40px;
    }
    .fananfa-list .list .show {
        padding: 25px;
    }

    .serjg-lun {
        height: 240px;
    }
    .serzx-lun {
        height: 434px;
    }
    .serzx-svp2 {
        height: 340px;
    }
    .produzs-cont .cont-r {
        padding-left: 80px;
    }
}

@media all and (max-width: 1430px) {
    /* 1360 */
}

@media all and (max-width: 1350px) {
    /* 1280 */
}

@media all and (max-width: 1270px) {
    /* 1152 × (700) */
    .joinjr-list .list-muen .show > div:nth-child(1) {
        padding-left: 40px;
    }
    .suctfl-list li .img {
        height: 209px;
    }
    .suctfl-list {
        margin-right: -25px;
        margin-bottom: -25px;
    }
    .suctfl-list li {
        margin-right: 25px;
        margin-bottom: 25px;
    }
    .serxz-lun li .lt4 {
        margin-right: 30px;
    }
    /* 在强 */
    .caseList {
        margin-left: -20px;
    }
    .caseItem {
        margin: 20px 0 0 20px;
        width: calc((100% / 3) - 20px);
    }
    .caseItem-con .label span {
        margin-right: 5px;
        padding: 2px 8px;
        font-size: 12px;
    }
    .caseItem-img img {
        height: 180px;
    }
    .prob-list li {
        padding: 20px;
        margin-top: 15px;
    }
    .prob-text {
        padding: 0 30px;
    }
    .proItem-con .text {
        width: 100%;
    }
    .indpc-list .list-muen .img {
        height: 240px;
    }
    .indpc-list .list-muen .cont {
        padding: 15px;
    }
    .indpc-list .list-muen .cont ul {
        width: 100%;
    }
    .indpc .swiper-btn {
        display: none;
    }
    .produzs-cont .cont-r {
        padding-left: 0px;
    }
}

/* ------------------------平板端-------------------------- */
@media all and (max-width: 1100px) {
    /* 1024 横屏 */
}

@media all and (max-width: 1000px) {
    /* 720 竖屏 */
    .CommonBanner > img {
        min-height: 400px;
    }
    .joinjr-list .list-muen .hide {
        padding: 30px;
    }
    .prolb-list {
        margin-right: -15px;
        margin-bottom: -15px;
    }
    .prolb-list a {
        width: calc(100% / 2 - 15px);
        margin-right: 15px;
        margin-bottom: 15px;
    }
    .prolb-list a .img img {
        object-fit: contain;
    }
    .prold-list .cont {
        padding: 0px 25px 25px 25px;
    }
    .serxz-lun li .lt1 .img {
        position: relative;
        width: 10%;
        margin-right: 15px;
    }
    .serxz-lun li .lt1 .text {
        width: 90%;
    }
    .serjz-cont .cont-l {
        width: 100%;
    }
    .serjz-cont .cont-r {
        width: 100%;
        padding-left: 0px;
        margin-top: 25px;
    }
    .produzs-cont .cont-l {
        width: 100%;
    }
    .produzs-cont .cont-r {
        width: 100%;
        margin-top: 25px;
    }
    .producs-cont .cont-l {
        width: 100%;
    }
    .producs-cont .cont-r {
        width: 100%;
        padding-left: 0px;
        margin-top: 25px;
    }
    .produzs-cont .cont-l .thumbs {
        width: 100%;
    }
    .CommonBanner .content .text {
        width: 100%;
    }
    .fananyy-svp {
        padding: 0px 4%;
    }
    .fananyy-svp .swiper-container {
        padding-right: 0px;
    }
    .fananyy-svp .swiper-btn a {
        display: none;
    }
    .fanangy-lun {
        padding: 20px;
    }
    .fanangy-lun .cont {
        width: 100%;
        padding-right: 0px;
    }
    .fanangy-lun .img {
        width: 100%;
        margin-top: 25px;
    }
    .fananyq-svp {
        padding: 0px 4%;
    }
    .fananyq-svp .swiper-container {
        padding-right: 0px;
    }
    .fananyq-svp .swiper-btn.prev {
        left: 15px;
    }
    .fananyq-svp .swiper-btn.next {
        right: 15px;
    }

    .abcy-list {
        margin-right: -10px;
        margin-bottom: -10px;
    }
    .abcy-list .list {
        width: calc(100% / 2 - 10px);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .serjg-lun {
        height: 210px;
    }
    .serzx-cont .cont-l {
        width: 100%;
    }
    .serzx-cont .cont-r {
        width: 100%;
        padding-left: 0px;
    }
    .serzx-svp2 {
        width: 100%;
    }
    .serzx-lun {
        height: 400px;
    }

    .indpc-list .list-muen .img {
        height: auto;
    }
    .indpc-list .list-muen .img img {
        max-height: 100%;
    }
    .producs-list .list .cont {
        margin-top: 15px;
    }
}

.m-l-35{
    margin-left: 35px;
}

/* ------------------------手机端-------------------------- */
@media all and (max-width: 680px) {
    .m-l-35{
        margin-left: 0;
    }
    /* 移动终端 360 适配 */
    .CommonNav {
        display: none;
    }
    .CommonBanner .content .name {
        margin-bottom: -10px;
    }
    .joinjr-list .list-muen .show > div:nth-child(1) {
        padding-left: 0px;
        width: 50%;
    }
    .joinjr-list .list-muen .show > div:nth-child(2) {
        display: none;
    }
    .joinjr-list .list-muen .show > div:nth-child(3) {
        width: 20%;
        justify-content: center;
    }
    .joinjr-list .list-muen .show > div:nth-child(4) {
        display: none;
    }
    .joinjr-list .list-muen .show > div:nth-child(5) {
        width: 20%;
        justify-content: center;
    }
    .joinjr-list .list-muen .show > div:nth-child(6) {
        width: 10%;
    }
    .joinjr-list .list-muen .hide {
        padding: 15px;
    }
    .joinjr-list .list-muen .hide h3 {
        font-size: 14px;
    }
    .tactlx-cont .cont-l {
        width: 100%;
        padding-left: 0;
    }
    .tactlx-cont .cont-r {
        width: 100%;
        margin-top: 25px;
    }
    .tactlx-list-img {
        width: 100%;
    }
    .tactlx-list-cont {
        width: 100%;
        margin-top: 15px;
    }
    .tactlx-list li {
        margin-bottom: 15px;
    }
    .tactlx-cont .cont-r .map {
        height: 300px;
    }
    .tactlx-GunZhu {
        flex-wrap: wrap;
    }
    .tactlx-GunZhu_muen {
        width: 100%;
    }
    .tactlx-GunZhu_list {
        margin-left: 0px;
        justify-content: space-between;
        width: 100%;
        margin-top: 10px;
    }
    .tactlx-GunZhu_list .muen .img {
        height: 80px;
    }
    .tactlx-GunZhu_list .muen {
        margin-right: 0px;
        width: calc(100% / 3);
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .tactlx-BiaoDan {
        padding: 25px;
    }
    .tactlx-BiaoDan_cont_cont-l {
        width: 100%;
        padding-right: 0px;
    }
    .tactlx-BiaoDan_cont_cont-r {
        width: 100%;
        padding: 15px;
        height: 150px;
        margin-top: 15px;
    }
    .tactlx-BiaoDan_cont_cont-l .list li {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .tactlx-BiaoDan_cont_cont-l .list li .name {
        width: 80px;
    }
    .tactlx-BiaoDan_cont_cont-l .list li .input {
        width: calc(100% - 80px);
    }
    .tactlx-BiaoDan_cont_cont-r .name {
        width: 40px;
    }
    .tactlx-BiaoDan_cont_cont-r .input {
        width: calc(100% - 40px);
    }

    .caseScreen {
        justify-content: space-between;
    }
    .caseScreen-item {
        margin: 15px 0 0;
        width: 48%;
    }
    .caseSelect {
        flex: 1;
        margin-left: 10px;
    }
    .caseMenu {
        width: 100%;
        height: 38px;
        padding: 0 15px;
    }
    .caseMenu::after {
        font-size: 12px;
        right: 10px;
    }
    .caseScreen-item .title {
        width: 42px;
        text-align: right;
    }
    .caseDrop a {
        height: 38px;
    }

    .suctfl .caseScreen-item {
        width: 100%;
    }
    .suctfl .caseScreen-item .title {
        width: 190px;
    }
    .suctfl-list {
        margin-right: 0px;
        margin-bottom: -25px;
    }
    .suctfl-list li {
        margin-right: 0px;
        margin-bottom: 25px;
        width: calc(100%);
    }
    .suctfl-list li .img {
        height: 229px;
    }
    .suctfl-list li .title {
        margin-top: 10px;
        padding: 0px 15px;
        text-align: center;
    }

    .newsxq-cont .cont-l {
        padding-right: 0px;
        width: 100%;
        padding: 20px 0px 20px;
    }
    .newsxq-cont .cont-l::before {
        display: none;
    }
    .newsxq-cont .cont-r {
        width: 100%;
        padding: 20px 0px;
        padding-left: 0px;
    }

    .newsxq-youqin a {
        height: 40px;
        padding: 0px 15px;
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .newsxq-fy a {
        padding: 0px 15px;
    }
    .newsxq-list .muen {
        margin-bottom: 15px;
    }

    .prolb-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }
    .prolb-list a {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    /* .prolb-list a .img {height: 130px;} */
    .prolb-list a .cont {
        padding: 0px 15px 15px 15px;
    }

    .serxz-lun li .lt2 {
        display: none;
    }
    .serxz-lun li .lt3 {
        display: none;
    }
    .serxz-lun li .lt1 {
        padding-left: 15px;
        width: 75%;
    }
    .serxz-lun li .lt4 {
        margin-right: 15px;
        width: 20%;
    }
    .serxz-lun li {
        height: 60px;
    }

    /* 在强 */
    .newsItem {
        width: 100%;
        padding: 25px 15px;
    }
    .newsText {
        padding: 0 15px;
    }
    .caseScreen {
        justify-content: space-between;
    }
    .caseScreen-item {
        margin: 15px 0 0;
        width: 48%;
    }
    .caseSelect {
        flex: 1;
        margin-left: 10px;
    }
    .caseMenu {
        width: 100%;
        height: 38px;
        padding: 0 15px;
    }
    .caseMenu::after {
        font-size: 12px;
        right: 10px;
    }
    .caseScreen-item .title {
        width: 42px;
        text-align: right;
    }
    .caseDrop a {
        height: 38px;
    }
    .caseList {
        margin-left: 0;
    }
    .caseItem {
        width: 100%;
        margin: 15px 0 0;
    }
    .caseItem-con {
        padding: 25px 15px;
    }
    .caseItem-con .label span {
        margin-right: 10px;
        font-size: 13px;
        padding: 5px 14px;
    }
    .prob-list li {
        padding: 15px;
    }
    .prob-page {
        width: 36px;
        height: 36px;
    }
    .prob-text {
        padding: 0 15px;
    }
    .prob-list li::after {
        margin-top: 8px;
    }
    .prob-text .text {
        font-size: 12px;
    }
    .proItem {
        width: 100%;
    }
    .proItem-img {
        height: 250px;
    }
    .proItem-con .text span {
        width: calc(100% / 3);
    }
    .proItem-con {
        padding: 15px;
        padding-left: 10px;
    }
    .proItem-con .text span::after {
        top: 5px;
        width: 5px;
        height: 5px;
    }
    .jsIntro-img {
        width: 100%;
    }
    .jsIntro-text {
        width: 100%;
        padding: 25px 15px;
    }
    .jsIntro-desc {
        margin-top: 15px;
    }
    .jsIntro-num {
        padding-top: 30px;
    }
    .jsIntro-num ul {
        transform: unset;
        padding: 0;
        box-shadow: 0px 5px 20px 0px rgba(45, 45, 45, 0.17);
    }
    .jsIntro-num li {
        width: 50%;
        height: 130px;
    }
    .jsIntro-num .num {
        font-size: 14px;
    }
    .jsIntro-num .num span {
        font-size: 32px;
    }
    .jsRD {
        padding-top: 40px;
    }
    .jsRD-con {
        margin-left: 0;
    }
    .jsRD-con li {
        width: 100%;
        margin: 15px 0 0;
    }
    .jsRD-icon {
        height: 50px;
    }
    .jsRD-text {
        padding: 25px 15px;
    }
    .jsRD-data p {
        width: 100%;
        margin: 10px 0 0;
    }
    .jsRD-data span {
        font-size: 16px;
        margin: 0;
    }
    .jsCx-bg img {
        height: 150px;
    }
    .jsCx-con {
        padding-top: 20px;
    }
    .jsCx-con .contain {
        margin-top: 0;
        background: transparent;
    }
    .jsCx-title .CommonTitle .name {
        opacity: 0.8;
    }
    .jsCx-item {
        width: 100%;
        margin-top: 15px;
        background: #fff;
        padding: 30px 15px;
    }
    .jsCx-item-page {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 20px;
    }

    .abFZ-bg {
        width: 90%;
    }
    .abFZ .thumbs {
        padding: 0;
    }
    .abFZ .thumbs-prev,
    .abFZ .thumbs-next {
        width: 30px;
        height: 30px;
        bottom: 2px;
        display: none;
    }
    .abFZ .thumbs-prev::after,
    .abFZ .thumbs-next::after {
        font-size: 16px;
    }
    .abFZ .thumbs-year .dot {
        width: 16px;
        height: 16px;
        border-width: 1px;
    }
    .abFZ .thumbs-year .dot::after {
        width: 5px;
        height: 5px;
    }
    .abFZ .thumbs::after {
        height: 1px;
        top: 8px;
    }
    .abFZ .gallery {
        width: 100%;
        margin-top: 20px;
    }
    .abFZ .gallery-more .num {
        width: 1005px;
    }
    .abFZ .gallery-more .num span {
        font-size: 35px;
    }
    .abFZ .gallery-more .cont {
        flex: unset;
        margin-top: 10px;
        padding: 0;
    }
    .abHonor-text {
        width: 100%;
    }
    .abHonor-btn .btn {
        margin: 0 10px;
    }
    .abIntro-con {
        width: 100%;
    }
    .abIntro-num {
        width: 100%;
        margin-top: 40px;
    }
    .abIntro-num li {
        justify-content: flex-start;
    }
    .abIntro-num .text {
        font-size: 13px;
    }
    .abIntro-slide-img img {
        height: 290px;
    }
    .abWH-bg {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .abWH-bg img {
        width: 100%;
        height: 100%;
    }
    .abWH-list {
        position: relative;
        left: auto;
        top: auto;
    }
    .abWH-list li {
        width: 100%;
        border-left: unset;
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        padding: 30px 15px;
    }
    .abWH-list li:first-child {
        border-top: unset;
    }
    .abFC-swp {
        padding: 0;
    }
    .abFC-btn {
        display: none;
    }
    .abFC-bg img {
        width: auto;
        max-width: unset;
    }
    .abFC-title {
        transform: translateX(0);
    }
    .abFC-pagination {
        display: block;
    }
    .abFC-pagination .swiper-pagination-bullet {
        margin: 0 5px;
    }
    .abFC-pagination .swiper-pagination-bullet-active {
        background: #0066CC;
    }
    .abFC-swp .swiper-slide {
        transition: unset !important;
        width: 100% !important;
    }
    .abFC-bg::after {
        opacity: 1;
    }
    .abFC-bg::before {
        opacity: 0;
    }
    .abFC-title {
        opacity: 1;
        padding: 0 15px 20px;
    }
    .indpc-list {
        margin-right: 0px;
        margin-bottom: -10px;
    }
    .indpc-list .list-muen {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    /* .indpc-list .list-muen .img {height: 150px;} */
    .indpc-lun {
        height: 85px;
    }
    .indpc-lun .number {
        display: none;
    }
    .indpc-lun .img {
        height: 30px;
    }
    .indpc-lun .img img {
        max-height: 100%;
    }
    .serjz-content {
        padding: 20px;
    }
    .serjz-list {
        margin-right: 0px;
        margin-bottom: -10px;
    }
    .serjz-list .list {
        width: 100%;
        margin-right: 0px;
        margin-bottom: 10px;
        padding: 15px;
        height: auto;
    }
    .serjz-muen {
        padding: 50px 0px;
        border-radius: 0px;
        height: 100%;
    }
    .serjz-close {
        display: block;
        position: absolute;
        right: 15px;
        top: 15px;
        z-index: 99;
    }
    .serjz-close i {
        color: #0066CC;
    }
    .serjz-cont .cont-l {
        position: fixed;
        top: 60px;
        z-index: 999;
        width: 40vh;
        height: calc(100vh - 60px);
        right: -40vh;
        transition: all 0.4s ease;
    }
    .serjz-cont .cont-l.active {
        right: 0px;
    }
    .serjz-btn.active {
        display: none;
    }

    .produzs-cont .cont-l .gallery-more {
        height: 290px;
    }
    .produzs-cont .cont-l .thumbs {
        padding: 0px 58px;
    }
    .produzs-btn {
        margin-right: -10px;
    }
    .produzs-btn a {
        width: calc(100% / 2 - 10px);
        margin-right: 10px !important;
    }
    .fananyq-list .list {
        width: 100%;
        padding-left: 0px;
        border-right: 0px;
        margin-bottom: 25px;
    }
    .fanangy-lun img {
        height: 154px;
    }
    .fananyy-lun .img {
        width: 100%;
        height: 147px;
    }
    .fananyy-lun .cont {
        width: 100%;
        padding: 15px;
    }
    .fananfa-list {
        margin-right: 0px;
        margin-bottom: -15px;
    }
    .fananfa-list .list {
        width: 100%;
        height: 300px;
        margin-right: 0px;
        margin-bottom: 15px;
    }
    .fananal-svp .pages .cont-l {
        width: 130px;
    }

    .abcy-list .list {
        flex-direction: column;
        height: auto;
        padding: 15px;
    }
    .abcy-list .list .img {
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .abcy-list .list .img img {
        max-height: 100%;
    }
    .abcy-list .list .title {
        padding-bottom: 0px;
        position: static;
        margin-top: 20px;
    }

    .serjg-lun {
        height: 205px;
    }
    .serzx-lun {
        height: 185px;
    }
    .serzx-svp .swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 5px;
    }
    .serzx-lun2 {
        padding: 20px 0px;
    }
    .serzx-svp2 .swiper-slide {
        height: auto !important;
    }

    .SvpPages {
        display: flex;
        justify-content: center;
    }
    .SvpPages .swiper-pagination-bullet {
        width: 13px;
        height: 13px;
        background: rgba(0, 0, 0, 0);
        opacity: 1;
        border: 2px solid #c8c8c8;
        transition: all 0.4s ease;
        margin: 0px 7px !important;
    }
    .SvpPages .swiper-pagination-bullet-active {
        opacity: 1;
        border: 2px solid #0066CC;
        background: #0066CC;
    }

    .fananyq-svp .swiper-btn {
        display: none;
    }
    .fananyq-svp {
        padding: 0px;
    }
    .fananyq-svp .swiper-container {
        padding-right: 30px;
    }
    .serxz-lun li .lt4 .img img {
        max-height: 15px;
    }
    .serzx-svp2-btn {
        display: none;
    }
    .serzx-svp2 {
        height: auto;
    }
    .abIntro-swp .swiper-container {
        padding-right: 30px;
    }
    .jsRD-con li .jsRD-text {
        background: transparent;
    }
    .jsRD-con li .jsRD-icon .s {
        opacity: 0;
    }
    .jsRD-con li .jsRD-icon .h {
        opacity: 1;
    }
    .jsRD-con li .jsRD-text .title,
    .jsRD-con li .jsRD-text .text {
        color: #fff;
    }

    .newsItem {
        padding: 0px;
    }
    .newsItem .cont {
        padding: 20px;
    }

    .fananfa-svp {
        display: block;
    }
    .fananfa-list {
        margin: 0px;
    }
    .fananfa-list .list {
        margin-bottom: 0px;
    }
    .fananfa-svp .swiper-wrapper {
        flex-wrap: nowrap;
    }
    .caseDrop a {
        padding: 10px;
        height: auto;
    }
    .suctfl-list li .img {
        height: 185px;
    }
    .suctfl-list li .img .show {
        display: none;
    }
    .suctfl-list li .img video {
        width: 100%;
        height: 100%;
    }

    .producs-svp .swiper-container {
        padding-right: 30px;
    }

    .producs-list .list .cont {
        padding: 0px 15px 15px 15px;
    }
    .leavle-list {
        display: block;
    }
    .leavle-list .list {
        width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .fananfa-list.pc {
        display: none;
    }

    .serjz-btn {
        display: block;
    }
    .swiper-slide-active .abHonor-slide .img img {
        transform: rotate(0) scale(1) !important;
    }
    .fananfa-list .list .show .text {
        margin-top: 10px;
    }
    .abFC-pagination {
        display: none;
    }
    .abFC-swp .swiper-container {
        padding-right: 30px;
    }
    .abFC-bg img {
        width: 100%;
        max-width: none;
        height: 172px;
    }
    .serjz-btn {
        left: 4%;
        top: 10px;
        border-radius: 0px;
    }
    .serjz-cont .cont-r {
        margin-top: 40px;
    }

    .abHonor-btn {
        display: flex;
    }
    .prolb-list a {
        overflow: hidden;
    }
    .prolb-list a .img {
        width: 100%;
        height: 300px;
    }
    .prolb-list a .img img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .paging-menu a {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .paging-menu a.not {
        line-height: 26px;
    }

    .prolb-list a:hover {
        box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.13);
        border: 2px solid #fff;
    }
    .serjz-list .list:hover {
        box-shadow: none;
        border: 1px solid rgba(187, 187, 187, 0.3);
    }
    .newsItem:hover {
        border-color: #e5e5e5;
        box-shadow: none;
    }
    .newsItem .cont .title {
        transition: all 0.4s ease;
    }
    .newsItem:hover .cont .title {
        color: #0066CC;
    }
    .prolb-list a .cont .title {
        transition: all 0.4s ease;
    }
    .prolb-list a:hover .cont .title {
        color: #0066CC;
    }
}
