/* .bannerswiper {
    background: linear-gradient(180deg, #EDF1F9 0%, #F2F5FC 100%);
    position: relative;
    overflow: hidden;
    user-select: none;
}
.bannerswiper .swiper-wrapper {
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
} */
.bannerswiper {
    width: 100vw;
    /* height:640px; */
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.swiper-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    white-space: nowrap;
}
.bannerswiper .swiper-slide {
    flex-grow: 0;
    flex-shrink: 0;
    width: 100vw !important;
    /* overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -2px; */
}
.bannerswiper .swiper-slide.skeleton {
    min-height: 25vw;
}
.bannerswiper .swiper-slide .absolute {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}
.bannerswiper .btnbox {
    position: absolute;
    bottom: 2vw;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    z-index: 2;
}
.bannerswiper .btnbox .btn {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerswiper .btnbox .btn img {
    background: rgba(255, 255, 255, 0.1);
    padding: 0.4rem 0.9rem;
    width: 1rem;
    height: 1rem;
    margin-right: 0.8rem;
    cursor: pointer;
    transition: all 0.5s ease 0s;
}
.bannerswiper .btnbox .btn img:hover {
    background: rgba(255, 255, 255, 0.3);
}
.bannerswiper .pagination {
    display: flex;
    justify-content: center;
    align-items: center;
}
.bannerswiper .pagination .swiper-pagination-bullet {
    width: 0.4rem;
    height: 0.4rem;
    background: #FFFFFF;
    opacity: 0.2;
    border-radius: 0.2rem;
    margin: 0 0.2rem;
    transition: all 0.5s ease 0s;
}
.bannerswiper .pagination .swiper-pagination-bullet-active {
    width: 1rem;
    opacity: 1;
}
.bannerswiper .bg {
    z-index: -1;
}
.banner .imgbox {
    min-height: 25vw;
    overflow: hidden;
}
@media screen and (max-width: 2560px) and (min-width:1800px) {
    .banner .imgbox {
        min-height: 640px;
    }
    .banner .bg.pc {
        width: 2560px;
        margin: 0 calc(50% - 1280px);
    }
    .wpbanner {
        padding: 0 calc(50vw - 760px);
    }
}
/* @media screen and (max-width: 1800px) and (min-width:1200px) {
    .banner .imgbox {
        min-height: 480px;
    }
    .banner .bg.pc {
        width: 1920px;
        margin: 0 calc(50% - 960px);
    }
} */
@media screen and (max-width: 1800px) and (min-width:800px) {
    /* .banner .imgbox {
        min-height: 480px;
    } */
    .banner .bg.pc {
        width: 130vw;
        margin: 0 calc(-15vw);
    }
    .wpbanner {
        padding: 0 11.5vw;
    }
    @media screen and (max-width: 1200px) and (min-width:800px) {
        .bannerswiper .btnbox .btn img {
            border-radius: 0.7rem;
            padding: 0.4rem 0.9rem;
            width: 0.6rem;
            height: 0.6rem;
            margin-right: 0.8rem;
            cursor: pointer;
            transition: all 0.5s ease 0s;
        }
    }
}
.bannerswiper h1 {
    font-size: 2rem;
    font-family: PingFangSC-Semibold,Jost-SemiBold, PingFang SC;
    font-weight: 600;
    color: #fff;
    line-height: 2.8rem;
    white-space: pre-line;
    margin-bottom: 0.8rem;
}
.bannerswiper p {
    font-size: 1.4rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 2rem;
    white-space: pre-line;
}
.bannerswiper .fbbtn {
    font-size: 0.8rem;
    color: #FFFFFF;
    line-height: 2rem;
    height: 2rem;
    border-radius: 0.3rem;
    padding: 0 1.4rem;
    display: inline-block;
    border: 1px solid #fff;
    /* background: #e8374a; */
    margin-top: 1.2rem;
}
.bannerswiper .fbbtn:hover {
    opacity: 0.8;
}
.countbox {
    justify-content: center;
    align-items: flex-start;
    display: flex;
}
.countbox .box {
    margin: 0 2.6vw;
}
.countbox .box h1 {
    font-size: 2rem;
    font-family: Jost-Medium, Barlow;
    font-weight: 400;
    color: #e8374a;
    line-height: 2.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.countbox .box h1 span {
    font-size: 1.4rem;
    color: #e8374a;
    line-height: 2rem;
    margin-left: 0.1rem;
}
.countbox .box h1 em {
    font-style: normal;
    font-size: 1rem;
    color: #e8374a;
    line-height: 1.9rem;
    margin-left: 0.1rem;
}
.countbox .box p {
    font-size: 0.7rem;
    color: #313336;
    line-height: 1.2rem;
    text-align: center;
    min-width: 7.5rem;
}
.main4 {
    margin: 0;
    padding-top: 2rem;
    padding-bottom: calc(6.25vw - 1.5rem);
    background: linear-gradient(180deg, #DAE5FF 0%, rgba(255, 255, 255, 0.00) 100%);
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.main4 .box {
    box-sizing: border-box;
    width: 32%;
    border-radius: 0.4rem;
    padding: 1.4rem 2rem 1.8rem;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.03), inset 0px 0px 20px 0px #FFFFFF;
}
@media screen and (max-width:1200px) and (min-width:800px) {
    .main4 {
        flex-wrap: wrap;
    }
    .main4 .box {
        width: 48%;
    }
    .main4 .box:last-child {
        margin-top: 2rem;
    }
}
.main4 .hotbox {
    background: linear-gradient(180deg, #FFFCF9 0%, #FFFFFF 30%);
}
.main4 .hybox {
    background: linear-gradient(180deg, #F6FFFD 0%, #FFFFFF 30%);
}
.main4 .gwbox {
    background: linear-gradient(180deg, #EEF9FF 0%, #FFFFFF 30%);
}
.main4 .box h3 *,
.main4 .box h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main4 .box h3 p img {
    width: 2.4rem;
    margin-right: 0.6rem;
    display: block;
}
.main4 .box h3 p {
    font-size: 1.2rem;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #313336;
    white-space: nowrap;
}
.main4 .box h3 .more {
    font-size: 0.7rem;
    color: #6A6E73;
    font-weight: 400;
}
.main4 .box h3 .more img {
    width: 1.1rem;
    display: block;
    margin-left: 0.3rem;
}
.main4 .box h3 .more img:last-child {
    display: none;
}
.main4 .box h3 .more:hover img:nth-child(1) {
    display: none;
}
.main4 .box h3 .more:hover img:last-child {
    display: block;
}
.main4 .box .list {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: 7.7rem;
    overflow: hidden;
    margin: 0 -0.2rem;
}
.main4 .box .list a {
    font-size: 0.7rem;
    line-height: 1.5rem;
    padding: 0 0.6rem;
    color: #6A6E73;
    border-radius: 1.5rem;
    margin: 1rem 0.2rem 0;
    cursor: pointer;
    background: rgba(106, 110, 115, 0.05);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.main4 .box .list>a:hover {
    background: rgba(0, 0, 0, 0.08);
}
.main4 .box .list a img:first-child {
    width: 0.8rem;
    display: block;
    margin-right: 0.1rem;
}
.main4 .box .list a .much {
    width: 1.5rem;
    height: 0.9rem;
    line-height: 0.9rem;
    font-size: 0.6rem;
    text-align: center;
    border-radius: 0.3rem 0 ;
    position: absolute;
    top: -0.8rem;
    right: -0.3rem;
    color: #fff;
}
.main4 .box.hotbox .list a .much {
    background-color: #EE5060;
}
.main4 .box.hybox .list a .much {
    background-color: #04B472;
}
.main4 .hotbox .list a.hover {
    color: #EE5060;
    background: rgba(238, 80, 96, 0.05);
}
.main4 .hybox .list a.hover {
    color: #04B472;
    background: rgba(4, 180, 114, 0.05);
}
.main4 .hotbox .list a.hover:hover {
    background: rgba(238, 80, 96, 0.08);
}
.main4 .hybox .list a.hover:hover {
    background: rgba(4, 180, 114, 0.08);
}
.main4 .gwbox .list {
    justify-content: space-between;
    margin: 1rem -1rem 0;
    height: auto;
}
.main4 .gwbox .list .li {
    width: 48%;
}
.main4 .gwbox .list .li {
    padding: 0.9rem 1rem 1rem;
    box-sizing: border-box;
    border-radius: 0.5rem;
    background: #F3F9FC;
}
.main4 .gwbox .list .li:first-child {
    background: #F5FAF8;
}
.main4 .gwbox .list .li h4 {
    font-size: 0.7rem;
    line-height: 1.2rem;
    color: #313336;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main4 .gwbox .list .li a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 1.6rem;
    padding: 0 0.7rem;
    background: #04B472;
    border-radius: 1.6rem;
    font-size: 0.6rem;
    color: #fff;
    margin-top: 0.7rem;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-inline-flex;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    max-width: 100%;
}
.main4 .gwbox .list .li:last-child a {
    background: #e8374a;
}
.main4 .gwbox .list .li:first-child a:hover {
    background: #0AC577;
}
.main4 .gwbox .list .li:last-child a:hover {
    background: #296AFF;
}
.main4 .gwbox .list .li img {
    width: 1rem;
    display: block;
    margin-right: 0.2rem;
}
.main1 {
    margin-top: 0;
}
.main1 .content {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.main1 .content .flexbox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    width: 75%;
}
.main1 .content .box.skeleton {
    min-height: 10rem;
}
.main1 .content .box {
    min-height: 11.2rem;
    width: 32.2%;
    padding: 1.8rem 2rem;
    margin-top: 1.6rem;
    background: #efefef;
    /*border-radius: 0.6rem;*/
    box-sizing: border-box;
    color: #313336;
    position: relative;
    cursor: pointer;
}
.main1 .content .box .bgpic {
    width: 5rem;
    position: absolute;
    bottom: calc(50% - 2.5rem);
    right: 1.5rem;
    display: none;
}
.main1 .content .box .bgpic_n {
    width: 20%;
    position: absolute;
    bottom:1.5rem;
    right: 5%;
}
/* .main1 .content .box:hover .bgpic_n {
    display: none;
}
.main1 .content .box:hover .bgpic {
    display: block;
} */
.main1 .content .box a {
    z-index: 2;
}
.main1 .content .box h4 {
    font-size: 1rem;
    font-family: PingFangSC-Semibold,Jost-SemiBold;
    font-weight: 600;
    line-height: 1.4rem;
}
.main1 .content .box h4:hover {
    color: #e8374a;
}
.main1 .content .box .txt {
    font-size: 0.7rem;
line-height: 1.3rem;
color: #6A6E73;
overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin: 0.8rem 0;
}
.main1 .content .box .flex {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 0.6rem;
    /* min-height: 5.6rem; */
    /* width: calc(100% - 2rem); */
    max-width: 14rem;
}
.main1 .content .box .flex>div:first-child {
    /* width: 7rem;  */
    margin-right: 2.8rem;
}
.main1 .content .box a {
    font-size: 0.7rem;
    line-height: 1.4rem;
    z-index: 2;
    cursor: pointer;
    display: block;
    width: 50%;
    white-space: nowrap;
    /* margin-right: 2.8rem; */
}
.main1 .content .box a:hover{
    color: #e8374a;
}
.main1 .content>.box {
    width: 23.7%;
    min-height: 24rem;
    background: url(../images/bg1.png) bottom center no-repeat;
    /*background-size: cover ;*/
}
.main1 .content>.box .bgpic_n {
    width: 6rem;
    position: absolute;
    bottom:10%;
    right: calc(31% - 3rem);
}
/*精选服务案例*/
.main2 .tabbar {
    margin: 1.1rem 0 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main2 .tabbar p {
    font-size: 0.8rem;
    color: #313336;
    line-height: 1.6rem;
    margin: 0 0.5rem;
    padding: 0 0.9rem;
    /*border-radius: 0.2rem;*/
    cursor: pointer;
    background: #efefef;
}
.main2 .tabbar p:hover {
    color: #FFFFFF;
    background: #000;
}
.main2 .tabbar p.on {
    color: #FFFFFF;
    background: #000;
}
/*行业分类矩阵*/
.hangyefenlei .tabbar {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin:1.1rem 0 1.5rem;
    padding: 15px 2px;
}
.hangyefenlei .tabbar_hangye{
    background:#fdfdfd;
    margin:0 auto;
    max-width:1600px
}
.hangyefenlei .taber::-webkit-scrollbar,
.hangyefenlei .tabbar::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
}
.hangyefenlei .tabbar a {
    padding: 0 0.6rem;
    box-sizing: border-box;
    line-height: 1.6rem;
    border: 1px solid #DBDEE4;
    cursor: pointer;
    margin: 0 0.3rem 0.7rem;
    font-size: 0.7rem;
    color: #313336;
    /*border-radius: 0.2rem;*/
}
.hangyefenlei .tabbar a:hover{
    border: 1px solid #919191;
    color: #fff;
    background: #919191;
    /*border-radius: 0.2rem;*/
}
.hangyefenlei .tabbar a.on{
    border: 1px solid #919191;
    color: #fff;
    background: #919191;
    /*border-radius: 0.2rem;**/
}
.main2 .flexlist {
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
}
.main2 .flexlist .box.skeleton {
    min-height: 10rem;
}
.main2 .flexlist .box {
    width: 23.92%;
    margin-bottom: 2rem;
    margin-right: 1.42%;
    position: relative;
}
.main2 .flexlist .box:nth-child(4n) {
    margin-right: 0;
}
.main2 .flexlist .box .imgbox {
    overflow: hidden;
    position: relative;
    /*border-radius: 0.6rem; clip-path:circle(0.6rem) */
}
.main2 .flexlist .box .videoicon {
    width: 1.6rem;
    position: absolute;
    bottom: 0.5rem;
    right: 0.6rem;
}
.main2 .flexlist .box .hover {
    width: calc(100%);
    height: 100%;
    transition: all 0.2s ease 0s;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}
.main2 .flexlist .box .imgbox:hover .hover {
    background-size: 110%;
}
.main2 .flexlist .box h4 {
    font-size: 0.9rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #313336;
    line-height: 1.25rem;
    margin-top: 1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main2 .flexlist .box p {
    font-size: 0.7rem;
    color: #6A6E73;
    line-height: 1.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main2 .flexlist .box p a:hover {
    color: #e8374a;
}
.main2 .flexlist .box .set {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}
.main2 .flexlist .box .set>a ,
.main2 .flexlist .box .set>div {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7rem;
    color: #A4A9B1;
    line-height: 1rem;
}
.main2 .flexlist .box .set a:hover{
    color: #e8374a;
}
.main2 .flexlist .box .set a .icon {
    border-radius: 50%;
}
.main2 .flexlist .box .set .icon {
    width: 1rem;
    margin-right: 0.3rem;
}
.main2 .flexlist .box .set .zan {
    align-items: flex-end;
    cursor: pointer;
}
.main2 .flexlist .box .set .zan .icon {
    width: 1rem;
    height: 1rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/icon_zanno.svg);
}
.main2 .flexlist .box .set .zan:hover,
.main2 .flexlist .box .set .zan.on {
    color: #e8374a;
}
.main2 .flexlist .box .set .zan.on .icon,
.main2 .flexlist .box .set .zan:hover .icon {
    background-image: url(../images/icon_zan.svg);
}
.main2 .btn {
    font-size: 0.8rem;
    color: #fff;
    line-height: 2rem;
    padding: 0 1.4rem;
    background: #323232;
    /*border-radius: 0.3rem;*/
    margin-left: 50%;
    margin-right: 50%;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    transform: translateX(-50%);
    border: 1px solid #000;
}
.main2 .btn:hover {
    background-color: #efefef;
    color:#313336;
    border: 1px solid #000;
}
.main3 .content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin: 0.8rem 0;
}
.main3 .content img {
    display: block;
    /* background: linear-gradient(90deg, #F5F6F7 25%, #e6e8eb 37%, #F5F6F7 63%);
    background-size: 400% 100%; */
    /* animation: el-skeleton-loading 1.2s ease infinite; */
}
.main3 .content a.skeleton {
    min-height: 2.5rem;
}
.main3 .content a {
    width: 12.85%;
    /* min-height: 3rem; */
    display: block;
    border-radius: 0.6rem;
    background-color: #fff;
    margin: 1.4rem 1.6% 0 0;
    overflow: hidden;
}
.main3 .content a:hover {
    opacity: 0.8;
}
.main3 .content a:nth-child(7n) {
    margin-right: 0;
}
.main5 {
    background: linear-gradient(90deg, #F7F9FF 0%, #DAE5FF 100%);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}
.main5 .leftbtn {
    width: 33%;
}
.main5 .rzbtn {
    display: inline-block;
    line-height: 2rem;
    padding: 0 1.4rem;
    color: #FFFFFF;
    font-size: 0.8rem;
    background: #e8374a;
    margin: 1.4rem 0 3.6rem;
    border-radius: 0.2rem;
}
.main5 .rzbtn:hover {
    background-color: #296AFF;
}
.main5 .leftbtn .btn>div {
    width: 1.2rem;
    margin: 0 1.6rem 0 0;
    cursor: pointer;
    padding: 0.8rem;
    border-radius: 50%;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    background: transparent;
    border: 1px solid #D6DCE7;
    display: inline-block;
}
.main5 .leftbtn .btn>div img {
    width: 100%;
    display: block;
}
.main5 .leftbtn .btn>div img:nth-child(2) {
    display: none;
}
.main5 .leftbtn .btn>div:hover {
    background: #e8374a;
    border: 1px solid #e8374a;
}
.main5 .leftbtn .btn>div:hover img:nth-child(1) {
    display: none;
}
.main5 .leftbtn .btn>div:hover img:nth-child(2) {
    display: block;
}
/* .main5 .leftbtn .btn img.no {
    display: none;
} */
.main5swiper {
    width: calc(65%);
    box-sizing: border-box;
    position: relative;
    margin: 3rem 0;
    padding: 0 18% 0 0;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
}
.main5swiper.skeleton {
    min-height: 20rem;
}
.main5swiper .swiper-slide {
    /* width: 100%!important; */
    flex-grow: 0;
    flex-shrink: 0;
}
.main5swiper .box {
    background: #FFFFFF;
    border-radius: 0.6rem;
    padding: 2vw;
    display: block;
}
.main5swiper .box:hover {
    box-shadow: 0px 0.6rem 1rem 0px rgba(17, 55, 142, 0.0500);
}
.main5swiper .box:first-child {
    margin-bottom: 1.2rem;
}
.main5swiper .box .flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.main5swiper .box .flex .logo {
    width: 2.5vw;
    margin-right: 0.8rem;
    border-radius: 50%;
    display: block;
}
.main5swiper .box .flex h3 {
    font-size: 1rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #313336;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.main5swiper .box:hover .flex h3 {
    color: #e8374a;
}
.main5swiper .pagination {
    display: none;
}
@media screen and (max-width:1300px) {
    .bannerswiper h1 {
        font-size: 1.6rem;
        font-family: PingFangSC-Medium;
        font-weight: 500;
        color: #fff;
        line-height: 2rem;
    }
    .bannerswiper .fbbtn {
        font-size: 0.6rem;
        color: #FFFFFF;
        line-height: 1.6rem;
        height: 1.6rem;
        border-radius: 0.3rem;
        padding: 0 1rem;
        display: inline-block;
        border: 1px solid #fff;
        /* background: #e8374a; */
        margin-top: 1rem;
    }
    .main5 {
        background: linear-gradient(90deg, #F7F9FF 0%, #DAE5FF 100%);
        box-sizing: border-box;
        display: block;
        padding-top: calc(6.25vw - 1.8rem);
        padding-bottom: 3rem;
    }
    .main5 .leftbtn .maintitle {
        text-align: center;
    }
    .main5 .leftbtn {
        width: 100%;
    }
    .main5 .leftbtn .btn {
        display: none;
    }
    .main5 .leftbtn .rzbtn {
        display: none;
    }
    .main5 .rzbtn.wap {
        display: block !important;
        width: 4rem;
        margin: 0 auto;
        text-align: center;
    }
    .main5swiper {
        width: calc(100% - 100px);
        box-sizing: border-box;
        position: relative;
        padding: 3rem 0;
        margin: 0;
        overflow: hidden;
    }
    .main5swiper .pagination {
        position: absolute;
        bottom: 1.5rem;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main5swiper .pagination .swiper-pagination-bullet {
        width: 0.4rem;
        height: 0.4rem;
        border-radius: 50%;
        margin: 0 0.4rem;
        background: #e8374a;
        opacity: 0.1;
    }
    .main5swiper .pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }
    @media screen and (max-width:1200px) {
        .main5swiper {
            width: calc(100%);
        }
    }
    .main5swiper .box .flex h3 {
        font-size: 0.8rem;
    }
}
@media screen and (max-width:1300px) and (min-width:1200px) {
    .main5 .rzbtn.wap {
        left: -50px;
        position: relative;
    }
}
.main5swiper .box p {
    font-size: 0.7rem;
    color: #6A6E73;
    line-height: 1.3rem;
    min-height: 3.9rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    white-space: normal;
    margin-top: 0.6rem;
}
.main6 {
    background-position: right center;
    background-size: 50% auto;
    background-repeat: no-repeat;
}
.main6 .list {
    padding: 0.8rem 0;
}
.main6 .list h4 {
    font-size: 1rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #313336;
    line-height: 1.4rem;
    margin: 1.5rem 0 0.2rem;
}
.main6 .list p {
    font-size: 0.7rem;
    color: #6A6E73;
    line-height: 1.3rem;
}
.main7 .content {
    display: flex;
    margin-top: 1.4rem;
    justify-content: space-between;
    align-items: flex-start;
}
.main7 .content .box {
    width: 29.55%;
    background: #FFFFFF;
    border-radius: 0.6rem;
}
.main7 .content .box .text {
    padding: 8.9% 2rem;
}
.main7 .content .box .text h4 img {
    width: 1.6rem;
    margin-right: 0.4rem;
}
.main7 .content .box .text h4 {
    font-size: 1rem;
    font-family: PingFangSC-Medium;
    font-weight: 500;
    color: #313336;
    line-height: 1.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.main7 .content .box .text p {
    font-size: 0.7rem;
    color: #6A6E73;
    line-height: 1.3rem;
    margin-top: 0.5rem;
}
.theme-mask {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    backdrop-filter: blur(10px);
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 99;
}
.close {
    width: 32px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.popover {
    display: none;
    border-radius: 10px;
    padding: 48px 48px 30px;
    transform: translate(-50%, -50%);
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
}
.popover dl #qrcode img {
    width: 184px;
}
.last {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #313336;
    line-height: 25px;
    text-align: center;
}
.popover dl {
    margin-top: 0px;
}
@media screen and (max-width:1200px) {
    .main1 .content .flexbox{
        width: 100%;
    }
    .main1 .content .box {
        width: 48%;
        margin-top: 4%;
    }
    .main1 .content>.box{
        width: 100%;
        min-height: 13.2rem;
        background: url(../images/bg1-wap.png) right center no-repeat;
        background-size:cover;
    }
    .main1 .content>.box .flex{
        width: calc(41%);
    }.main1 .content>.box .bgpic_n {
        width: 7rem;
        position: absolute;
        bottom: 25%;
        right: calc(10.6% + 2rem);
    }
    .main2 .flexlist .box {
        width: 31.3%;
        margin-bottom: 2rem;
        margin-right: 3%;
    }
    .main2 .flexlist .box:nth-child(4n) {
        margin-right: 3%;
    }
    .main2 .flexlist .box:nth-child(3n) {
        margin-right: 0;
    }
    .main5 .maintitle br.wap {
        display: block !important;
    }
}
@media screen and (max-width:800px) {
    .banner .imgbox {
        min-height: 90vw;
    }
    .bannerswiper .pagination {
        bottom: 1.2rem;
    }
    .bannerswiper .btnbox {
        justify-content: center;
    }
    .bannerswiper .btnbox .btn {
        display: none;
    }
    .bannerswiper .pagination .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.6rem;
        margin: 0 0.3rem;
        border-radius: 0.3rem;
    }
    .bannerswiper .pagination .swiper-pagination-bullet-active {
        width: 1.6rem;
    }
    .bannerswiper h1 {
        font-size: 2.2rem;
        line-height: 3rem;
        margin-bottom: 0.8rem;
    }
    .bannerswiper p {
        max-width: 14rem;
        font-size: 1.5rem;
        line-height: 2.2rem;
        margin: 0rem 0;
    }
    .bannerswiper .absolute {
        padding: 0 4rem;
    }
    .bannerswiper .fbbtn {
        font-size: 1.4rem;
        color: #FFFFFF;
        line-height: 3.2rem;
        height: 3.2rem;
        border-radius: 0.6rem;
        padding: 0 1.6rem;
        margin-top: 1.6rem;
    }
    .scrolldiv {
        display: none;
    }
    .countbox {
        justify-content: space-evenly;
        flex-wrap: wrap;
    }
    .countbox .box:nth-child(3) h1,
    .countbox .box:nth-child(4) h1 {
        margin-top: 3rem;
    }
    .countbox .box {
        margin: 0;
        width: 50%;
        text-align: center;
        margin-bottom: 2rem;
    }
    .countbox .box h1 {
        font-size: 2.8rem;
        line-height: 3.4rem;
    }
    .countbox .box h1 span {
        font-size: 2.4rem;
        color: #e8374a;
        line-height: 3.2rem;
    }
    .countbox .box h1 em {
        font-style: normal;
        font-size: 1.2rem;
        color: #e8374a;
        line-height: 2.5rem;
    }
    .countbox .box p {
        font-size: 1.2rem;
        color: #313336;
        line-height: 1.9rem;
        text-align: center;
    }
    .main4 {
        display: block;
        padding-bottom: 6rem;
    }
    .main4 .box {
        width: 100%;
        border-radius: 1rem;
        margin-bottom: 0;
        padding: 2rem;
    }
    .main4 .box h3 p img {
        width: 2.8rem;
        margin-right: 0.8rem;
        display: block;
    }
    .main4 .box h3 p {
        font-size: 1.6rem;
    }
    .main4 .box h3 .more {
        font-size: 1.2rem;
    }
    .main4 .box h3 .more img {
        width: 1.7rem;
        display: block;
        margin-left: 0.6rem;
    }
    .main4 .box .list {
        height: auto;
        margin-top: 1.2rem;
        overflow: visible;
    }
    .main4 .box .list a {
        font-size: 1.2rem;
        line-height: 2.2rem;
        padding: 0 0.8rem;
        border-radius: 2.2rem;
        margin: 0.8rem 0.4rem 0;
    }
    .main4 .box .list a img:first-child {
        width: 1.6rem;
        display: block;
        margin-right: 0.2rem;
    }
    .main4 .box .list a img.much {
        width: 2.6rem;
        top: -1.6rem;
        right: -0.6rem;
    }
    .main4 .gwbox .list {
        margin-top: 2rem;
    }
    .main4 .gwbox .list .li {
        width: 49%;
        border-radius: 1rem;
        padding: 1.2rem 1rem;
    }
    .main4 .gwbox .list .li h4 {
        font-size: 1.2rem;
        line-height: 1.8rem;
    }
    .main4 .gwbox .list .li a {
        height: 2.8rem;
        padding: 0 0.8rem;
        font-size: 1.2rem;
        margin-top: 1.6rem;
    }
    .main4 .gwbox .list .li img {
        width: 2rem;
    }
    .main1 .content {
        box-sizing: border-box;
        display: block;
        margin-top: 2.8rem;
    }
    .main1 .content .flexbox{
        width: 100%;
    }
    .main1 .content .box {
        width: 100%;
        padding: 1.6rem 2rem;
        margin-top: 1.2rem;
        box-sizing: border-box;
        color: #6A6E73;
        position: relative;
    }
    @media screen and (max-width:800px) and (min-width:700px) {
        .main1 .content .box {
            min-height: auto;
        }
    }
    .main1 .content .box:hover {
        background: #F3F5FB;
        box-shadow: none;
        color: #6A6E73;
    }
    .main1 .content .box:hover .bgpic,
    .main1 .content .box .bgpic,
    .main1 .content .box .bgpic_n,
    .main1 .content .box:hover .bgpic_n {
        display: none;
    }
    .main1 .content>.box{
        background: #efefef;
        min-height: auto;
    }
    .main1 .content .box h4 .icon {
        background: rgba(0, 0, 0, 0.1);
        border-radius: 0.4rem;
        padding: 0.3rem;
        width: 2.2rem;
        height: 2.2rem;
        display: block;
        margin-right: 0.9rem;
    }
    .main1 .content .box .txt {
        display: none;
    }
    .main1 .content .box h4 {
        font-size: 1.6rem;
        line-height: 2.6rem;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        color: #313336;
    }
    .main1 .content .box .list {
        display: flex !important;
        justify-content: flex-start;
        flex-wrap: wrap;
        margin-top: 0.8rem;
        /* min-height: 4.8rem; */
        /* overflow:hidden;
        text-overflow:ellipsis;
        display:-webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient:vertical; */
    }
    .main1 .content .box a {
        width: auto;
        font-size: 1.2rem;
        line-height: 2.4rem;
        margin-right: 1.6rem;
    }
    .main2 .tabbar {
        margin: 2.8rem 0 1.6rem;
        padding: 0 4vw;
        box-sizing: border-box;
        width: 100vw;
        position: relative;
        left: -5.33vw;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        white-space: nowrap;
        overflow-x: auto;
    }
    .main2 .tabbar::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
    .main2 .tabbar p {
        font-size: 1.3rem;
        color: #313336;
        line-height: 2.6rem;
        /* margin: 0 1.6rem;border-radius: 0.4rem; */
        padding: 0 1.5rem;
        margin: 0 1vw;
        cursor: pointer;
    }
    .main2 .flexlist {
        justify-content: space-between;
    }
    .main2 .flexlist .box {
        width: 42.67vw;
        margin-bottom: 2rem;
        margin-right: 0;
    }
    .main2 .flexlist .box:nth-child(4n) {
        margin-right: 0%;
    }
    .main2 .flexlist .box .imgbox {
        overflow: visible;
    }
    .main2 .flexlist .box .imgbox:hover .hover {
        background-size: 100%;
    }
    /*
    .main2 .flexlist .box .imgbox .bg,
    .main2 .flexlist .box .imgbox .hover {
        border-radius: 0.6rem;
    }*/
    .main2 .flexlist .box h4 {
        font-size: 1.4rem;
        line-height: 2.6rem;
        margin-top: 0.8rem;
    }
    .main2 .flexlist .box p {
        font-size: 1.2rem;
        color: #6A6E73;
        line-height: 2.4rem;
    }
    .main2 .flexlist .box .set {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 0.9rem;
    }
    .main2 .flexlist .box .set>a ,
    .main2 .flexlist .box .set>div {
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1rem;
        color: #A4A9B1;
        line-height: 1.4rem;
    }
    .main2 .flexlist .box .set>a{
        align-items: flex-end;
    }
    .main2 .flexlist .box .set .zan .icon,
    .main2 .flexlist .box .set .icon {
        width: 1.6rem;
        height: 1.6rem;
        margin-right: 0.6rem;
    }
    .main2 .flexlist .box .set .zan:hover {
        color: #A4A9B1;
    }
    .main2 .flexlist .box .set .zan:hover .icon {
        background-image: url(../images/icon_zanno.svg);
    }
    .main2 .flexlist .box .set .zan.on {
        color: #e8374a;
    }
    .main2 .flexlist .box .set .zan.on .icon {
        background-image: url(../images/icon_zan.svg);
    }
    .main2 .btn {
        font-size: 1.4rem;
        line-height: 3.2rem;
        padding: 0 1.6rem;
        margin-top: 1.6rem;
    }
    .main2 .btn:hover {
        background-color: #296AFF;
        border: 1px solid #000;
    }
    .main3 .content {
        margin: 1.8rem 0;
    }
    .main3 .content a {
        width: 27.73vw;
        margin: 1rem 3vw 0 0 !important;
    }
    .main3 .content a:nth-child(3n) {
        margin-right: 0 !important;
    }
    .main5 {
        display: block;
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    .main5 .leftbtn {
        width: 100%;
        text-align: center;
    }
    .main5swiper {
        width: 100vw;
        box-sizing: border-box;
        position: relative;
        padding: 2.8rem 0 1.4rem 0;
        overflow: hidden;
        left: -5.33vw;
    }
    .main5swiper .box {
        background: #FFFFFF;
        border-radius: 1.2rem;
        padding: 2rem;
        margin: 0 5.33vw;
        margin-bottom: 1.2rem;
    }
    .main5swiper .box .flex .logo {
        width: 2.8rem;
        height: 2.8rem;
    }
    .main5swiper .box .flex h3 {
        font-size: 1.4rem;
        line-height: 3rem;
    }
    .main5swiper .box p {
        font-size: 1.2rem;
        color: #6A6E73;
        line-height: 2.4rem;
        height: 7.2rem;
        margin-top: 0.9rem;
    }
    .main5swiper .pagination {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .main5swiper .pagination .swiper-pagination-bullet {
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 50%;
        margin: 0 0.4rem;
        background: #e8374a;
        opacity: 0.1;
    }
    .main5swiper .pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }
    .main5 .rzbtn.wap {
        width: 7rem;
        margin: 3.6rem auto 0;
        line-height: 3.2rem;
        text-align: center;
        font-size: 1.4rem;
        border-radius: 0.4rem;
    }
    .main6 {
        background-size: 0;
        position: relative;
    }
    .main6 .maintitle {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .main6 .lernmore {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        font-size: 1.2rem;
        color: #A4A9B1;
        line-height: 1.7rem;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .main6 .lernmore img {
        width: 1.2rem;
        display: block;
    }
    .main6 .pic {
        width: 100vw;
        display: block;
        margin-left: -5.33vw;
    }
    .main6 .propmodel {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.7);
        z-index: 100;
        display: none;
    }
    .main6 .propmodel .list {
        background-color: #fff;
        width: 90%;
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
        padding: 2.8rem 2.4rem 2.8rem 2rem;
        box-sizing: border-box;
    }
    .main6 .propmodel .list .close {
        width: 2.4rem;
        position: absolute;
        top: 0.8rem;
        right: 0.8rem;
    }
    .main6 .propmodel .list h3 {
        font-size: 1.6rem;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #313336;
        line-height: 3rem;
        text-align: center;
    }
    .main6 .propmodel .list .li {
        padding-left: 2.8rem;
        padding-top: 2rem;
        position: relative;
    }
    .main6 .propmodel .list .li::after {
        content: '';
        background: url(../images/icons/icon_i.png) center no-repeat;
        background-size: 100%;
        width: 1.2rem;
        height: 1.2rem;
        position: absolute;
        top: 2.8rem;
        left: 0;
    }
    .main6 .propmodel .list .li::before {
        content: '';
        background: rgba(16, 83, 238, 0.1);
        width: 1px;
        height: 95%;
        position: absolute;
        top: 3.5rem;
        left: 0.55rem;
    }
    .main6 .propmodel .list .li:last-child:before {
        display: none;
    }
    .main6 .propmodel .list .li h4 {
        font-size: 1.5rem;
        font-family: PingFangSC-Bold, PingFang SC;
        margin: 0;
        font-weight: 600;
        color: #e8374a;
        line-height: 2.6rem;
    }
    .main6 .propmodel .list .li p {
        font-size: 1.2rem;
        color: #313336;
        line-height: 2rem;
    }
    .main7 .content {
        display: block;
    }
    .main7 .content .box {
        width: 100%;
        margin: 6rem 0;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: row-reverse;
    }
    .main7 .content .box:nth-child(2n) {
        flex-direction: row;
    }
    .main7 .content .box .bg {
        width: 36.27vw;
        border-radius: 0.3rem;
    }
    .main7 .content .box .text {
        box-sizing: border-box;
        width: 48vw;
        padding: 0;
    }
    .main7 .content .box .text h4 img {
        display: inline-block;
        vertical-align: middle;
        width: 2.8rem;
        margin-right: 0.4rem;
    }
    .main7 .content .box .text h4 {
        font-size: 2rem;
        line-height: 2.2rem;
        justify-content: flex-start;
    }
    .main7 .content .box .text p {
        font-size: 1.2rem;
        color: #6A6E73;
        line-height: 2rem;
        margin-top: 0.6rem;
    }
}
/*update by zone 1125*/
.fuwuliucheng{margin-top:-100px}
.fuwuliucheng .pad{padding-top:40px;padding-bottom: 20px;}
.propmodel{float:left}
.main6 .content {
    display: flex;
    margin-top: 1.4rem;
    justify-content: space-between;
    align-items: flex-start;
}
.skeleton .tupian{
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
}
.skeleton .tupian img{max-width: 1400px;}
.skeleton .tiaozhuan {
    width: 440px;
    margin-top: -97px;
    margin-bottom: 35px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.skeleton .anli {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 500;
    color: rgb(0, 0, 0);
    border: 1px solid rgb(34, 34, 34);
    background-size: 100%;
}
.skeleton .anli:hover {
    border: 1px solid rgb(67, 67, 67);
    color: rgb(255, 255, 255);
    background-color: rgb(34, 34, 34);
}
.skeleton .juban {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    color: rgb(255, 255, 255);
    background-color: rgb(34, 34, 34);
    background-size: 100%;
    border: 1px solid rgb(34, 34, 34);
}
.skeleton .juban:hover {
    color: #000;
    background-color: unset;
    background-size: 100%;
    border: 1px solid rgb(34, 34, 34);
}
.skeleton .anli,.skeleton .juban{
    width: 200px;
    height: 60px;
    font-size: 20px;
}
@media screen and (max-width: 800px){
    .hangyefenlei{margin:auto 1.8rem;}
    .hangyefenlei .tabbar a{padding: 0 0.5rem;line-height: 2.1rem;margin: 0 0.5rem 0.9rem;font-size: 1.4rem;}
    .tabbar_hangye{padding: 0 1rem;}
    .fuwuliucheng{margin-top:10px}
    .main2 .tabbar {display: flex;flex-wrap: wrap;}
    .main2 .tabbar p{padding: 0 1rem;margin: 1vw 1vw;}
}



/*newList*/
.articles_knowledge {
    margin: 0 -14px;
    overflow: hidden;
    margin-top: 60px;
    margin-bottom: 120px;
}
.newsList .main5{
     background:#fff;
}

.articles_knowledge .item_wrap {
    float: left;
    width: 100%;
    padding: 25px 14px 15px
}
@media (min-width: 1024px) {
    .articles_knowledge .item_wrap {
        width:50%;
        margin-bottom: 30px;
    }
}
.articles_knowledge .item {
    background: #fff;
    padding: 0;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    min-height: 145px;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 0 10px rgba(0,0,0,.05);
}
@media (min-width: 768px) {
    .articles_knowledge .item {
        padding:20px
    }
}
.articles_knowledge .item:hover {
    -webkit-box-shadow: 0 0 10px rgba(205, 92, 92,.1);
    box-shadow: 0 0 10px rgba(205, 92, 92,.1);
    -webkit-transform: translateY(-3px);
    -ms-transform: translateY(-3px);
    transform: translateY(-3px)
}
.articles_knowledge .item-main {
    position: relative;
    padding-right: 126px
}
@media (min-width: 768px) {
    .articles_knowledge .item-main {
        height:210px;
        padding-right: 246px;
        margin-bottom: 30px
    }
}
.thumb {
    display: block;
    width: 100%;
    height: 0;
    padding-top: 66.7%;
    background-position: 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-color: rgba(0,0,0,0);
    position: relative;
    overflow: hidden;
}
.articles_knowledge .item-main .item-thumb {
    position: absolute;
    right: 0;
    top: 0;
    width: 110px
}
@media (min-width: 768px) {
    .articles_knowledge .item-main .item-thumb {
        top:-8px;
        width: 380px
    }
}
.articles_knowledge .item-main .item-thumb .item-href {
    display: block;
}
.articles_knowledge .item-main .item-thumb .thumb {
    padding-top: 130%;
    -webkit-background-size: contain;
    background-size: contain
}
.articles_knowledge .item-main .item-thumb img {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.articles_knowledge .item-main h2 {
    font-size: 14px;
    line-height: 1.5;
    height: 2em;
    overflow: hidden;
    font-weight: 400;
    color: #2c3e50
}
@media (min-width: 768px) {
    .articles_knowledge .item-main h2 {
        font-size:16px;
    }
}
.articles_knowledge .item-main h2 a {
    color: #2c3e50
}
.articles_knowledge .item-main h2 a:hover {
    color: #3385ff
}
.articles_knowledge .item-main ul li {
    display: block;
    padding: 5px;
    overflow: hidden;
    font-size: 12px
}
@media (min-width: 768px) {
    .articles_knowledge .item-main ul li {
        padding:10.5px;
        font-size: 14px
    }
}
.articles_knowledge .item-main ul li:nth-child(odd) {
    background: hsla(0,0%,84.7%,.16)
}
.articles_knowledge .item-main ul li a {
    position: relative;
    display: block;
    height: 22px;
    line-height: 22px;
    overflow: hidden;
    color: #7c808a
}
.articles_knowledge .item-main ul li a:hover {
    color: #3385ff
}
.articles_knowledge h4 {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
    color: #bdbdbd;
    overflow: hidden;
    height: 24px;
    display: none
}
@media (min-width: 768px) {
    .articles_knowledge h4 { 
        display:block
    }
}
.articles_knowledge h4 a {
    color: #bdbdbd
}
.articles_knowledge h4 a:hover {
    color: #3385ff
}
.articles_knowledge h4 span {
    float: left;
    margin-right: 40px
}

@media (max-width: 800px) {
    .newsList {
        margin: 0 -5px;
        padding: 0 15px;
    }
    .articles_knowledge {
        margin-top: -10px;
        margin-bottom: 1px;
    }
    .articles_knowledge .item-main .item-thumb img{
        position: unset;
    }
    .articles_knowledge .item-main .item-thumb {
        position: unset;
        width: unset;
        margin-bottom: 20px;
    }
    .articles_knowledge .item {
        -webkit-box-shadow: unset;
        box-shadow: unset;
    }
    .articles_knowledge .item-main {
        padding-right: 25px;
    }
}
/*是品牌赛事，也是营销事件*/
    .fbbox{
        background: linear-gradient(178deg, #efefef 0%, #c7c6c3 100%);
    }
    .container {
        max-width: 1600px;
        margin: 0 auto;
        height: 600px;
    }
    .container img{
        width:50px;
        height:50px;
    }
    .container h1 {
        text-align: center;
        font-size: 2.5rem;
        letter-spacing: 0.2rem;
    }
    .container .row {
        display: flex;
        flex-wrap: wrap;
        padding-top:30px;
    }
    .container .rom0{
        padding-top:140px;
    }
    .container .rom1{
        width: 950px;
        margin: 0 auto;
    }
    .container .rom1 p{
        color:#fff;
        letter-spacing: 0.1rem;
    }
    .container .rom2 .coldiv{ 
        width:520px;
        margin:0 auto;
    }
    .container .rom2 .col{
        display: flex;
        -webkit-box-pack: justify;
        justify-content: space-between;
    }
    .container .col {
        flex: 1;
        padding: 10px;
        text-align: center;
    }

    .container .anli {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        font-weight: 500;
        color: rgb(0, 0, 0);
        border: 1px solid rgb(0, 0, 0);
        background-size: 100%;
    }
    .container .anli:hover {
        border: 1px solid rgb(67, 67, 67);
        color: rgb(255, 255, 255);
        background-color: rgb(0, 0, 0);
        cursor: pointer;
    }
    .container .juban {
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        align-items: center;
        font-size: 16px;
        font-weight: 500;
        color: rgb(255, 255, 255);
        background-color: rgb(0, 0, 0);
        background-size: 100%;
        border: 1px solid rgb(0, 0, 0);
    }
    .container .juban:hover {
        color: #000;
        background-color: unset;
        background-size: 100%;
        border: 1px solid rgb(0, 0, 0);
        cursor: pointer;
    }
    .container .anli,.container .juban{
        width: 200px;
        height: 60px;
        font-size: 20px;
        margin: 0 auto; /* 居中显示 */
    }

    @media (max-width: 768px) {
        .container {
            height: 350px;
        }
        .container .rom1{
            width: unset;
        }
        .container .rom0 {
            padding-top: 40px;
        }
        .container .anli, .container .juban {
            width: 160px;
            height: 40px;
            font-size:16px;
        }
    }