/* 知识产权全方位保护专家   开始 */
.protect {
    width: 100%;
    background: url('../images/intellectualProperty_protect_bg.png') no-repeat center/cover;
    padding: 70px 0 130px;
}

.protect .rt {
    width: 42%;
    margin: 0 0 0 auto;
}

.protect .title>h3,
.wx_case .title>h3,
.problem .title>h3,
.advantage1 .title>h3,
.businessProcess .title>h3,
.professional .title>h3 {
    font-size: 38px;
    : Source Han Sans CN;
    font-weight: 300;
    color: #111111;
}

.protect .rt .desc {
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 40px;
}

.protect .rt .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    padding-right: 120px;
    margin-top: 40px;
}

.protect .rt .list .one {
    width: 163px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    border: 1px solid rgba(206, 206, 206, 0.41);
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 500;
    color: #888888;
}

.protect .rt .consult {
    background-color: #CE1C24;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    margin-top: 90px;
}

.protect .rt .consult>span.cricle {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}

.protect .rt .consult>span.msg {
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 300;
    color: #fff;
    margin: 0 10px 0 20px;
}

.protect .rt .consult>span.horLine {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #fff;
}

.protect .rt .consult>i {
    color: #fff;
}

/* 知识产权全方位保护专家   结束 */



/* 知识产权申请时，您或许遇到过这些问题 开始 */
.problem {
    width: 100%;
    padding: 100px 0 80px;
}

.problem .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 50px;
}

.problem .list .one {
    padding: 30px 50px 40px;
    border: 1px solid #E7E7E7;
    transition: 0.5s;
}

.problem .list .one:nth-child(n+5) {
    border-top: none;
}

.problem .list .one:not(:nth-child(4n-3)) {
    border-left: none;
}

.problem .list .one .num {
    font-size: 60px;
    : Barlow Condensed Medium;
    font-weight: 400;
    color: #CE1C24;
    line-height: 34px;
}

.problem .list .one h5 {
    font-size: 20px;
    : Source Han Sans CN;
    font-weight: 300;
    color: #333333;
    line-height: 34px;
    margin-top: 20px;
}

.problem .list .one .consult {
    display: inline-flex;
    align-items: center;
    width: 230px;
    height: 60px;
    transition: 0.5s;
    margin-top: 21px;
}

.problem .list .one .consult .cricle,
.problem .list .one .consult .horLine,
.problem .list .one .consult i {
    display: none;
}

.problem .list .one .consult .msg {
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #CE1C24;
    line-height: 30px;
}

.problem .list .one:hover {
    box-shadow: 0px 0px 22px 2px rgba(18, 18, 18, 0.06);
}

.problem .list .one:hover .consult {
    background-color: #CE1C24;
    padding: 15px 20px;
}

.problem .list .one:hover .consult .msg {
    color: #fff;
}

.problem .list .one:hover .consult .cricle,
.problem .list .one:hover .consult .horLine,
.problem .list .one:hover .consult i {
    display: block;
}

.problem .list .one:hover .consult .cricle {
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 100%;
}

.problem .list .one:hover .consult .msg {
    margin: 0 10px 0 20px;
}

.problem .list .one:hover .consult .horLine {
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #fff;
}

.problem .list .one:hover .consult i {
    color: #fff;
}

/* 知识产权申请时，您或许遇到过这些问题 结束 */



/* 服务优势 开始 */
.advantage1 {
    width: 100%;
    background-color: #F9F9F9;
    padding: 75px 0;
}

.advantage1 .list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    margin-top: 50px;
}

.advantage1 .list .one {
    display: block;
    background-color: #fff;
    padding: 40px 30px;
    transition: 0.3s;
}

.advantage1 .list .one:hover {
    box-shadow: 0 0 20px 4px rgba(0, 0, 0, 0.1);
}

.advantage1 .list .one .tp {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.advantage1 .list .one .tp>h5 {
    font-size: 20px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 34px;
}

.advantage1 .list .one .tp>.icon {
    width: 60px;
}

.advantage1 .list .one .msg {
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 30px;
    margin-top: 25px;
}

/* 服务优势 结束 */



/* 业务流程 开始 */
.businessProcess {
    width: 100%;
    background: url('../images/intellectualProperty_businessProcess_bg.png') no-repeat center/cover;
    padding: 80px 0 90px;
}

.businessProcess .title>h3 {
    color: #fff;
}

.businessProcess .list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 40px;
}

.businessProcess .list .one {
    padding: 20px 40px 30px 20px;
    background-color: #52525A;
}

.businessProcess .list .one .tp {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.businessProcess .list .one .tp>h5 {
    font-size: 20px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
    margin-right: 80px;
}

.businessProcess .list .one .tp>.num {
    font-size: 70px;
    : Barlow Condensed Medium;
    font-weight: 400;
    color: #CE1C24;
    background: linear-gradient(179deg, #9D9FA2 0%, #44444B 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.businessProcess .list .one .desc {
    font-size: 16px;
    : Source Han Sans CN;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 30px;
    margin-top: 20px;
}

/* 业务流程 结束 */



/* 专业和服务，让我们赢得社会和客户的一次次认可 开始 */
.professional {
    width: 100%;
    padding: 100px 0 60px;
}

.professional .swiper_container {
    margin-top: 60px;
}

.professional .mySwiper2 {
    width: 80%;
    background: url('../images/intellectualProperty_honor_bg.png') no-repeat center/800px 300px;
}

.professional .mySwiper2 .swiper-slide {
    width: 800px;
    height: 400px;
}

.professional .mySwiper2 .swiper-slide>img {
    width: auto;
    height: 260px;
    margin: auto;
}

.professional .mySwiper .swiper-slide>img {
    width: auto;
    height: 200px;
    margin: auto;
}

.swiper-button-next,
.swiper-button-prev {
    width: 67px !important;
    height: 173px !important;
    top: 20% !important;
    background-color: #CE1C24;
    background-image: url('../images/publicity_designFlow_yjt_white.png') !important;
    background-size: 40px 20px !important;
    background-repeat: no-repeat;
    background-position: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 0 !important;
}

.swiper-button-next,
.swiper-button-prev.swiper-button-disabled {
    transform: rotateZ(-180deg);
}

.swiper-button-next.swiper-button-disabled {
    transform: rotateZ(0deg);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    background-color: #EFEFEF;
    background-image: url('../images/publicity_designFlow_yjt.png') !important;
    opacity: 1 !important;
}

/* 专业和服务，让我们赢得社会和客户的一次次认可 结束 */



/* 小程序相关案例   开始 */
.wx_case {
    width: 100%;
    padding: 75px 0 105px;
}

.wx_case .title>h3,
.problem .title>h3,
.advantage1 .title>h3,
.businessProcess .title>h3,
.professional .title>h3 {
    text-align: center;
}

.wx_case .caseList {
    margin-top: 35px;
    position: relative;
}

.wx_case .caseList .swiper-slide {
    border: 1px solid #ECECEC;
}

.wx_case .caseList .swiper-slide>a {
    display: block;
    overflow: hidden;
}

.wx_case .caseList .swiper-slide>a .imgWrapper {
    transition: 0.3s;
}

.wx_case .caseList .swiper-slide>a:hover .imgWrapper {
    transform: scale(1.05);
}

.wx_case .caseList .swiper-slide .info {
    width: 100%;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wx_case .caseList .swiper-slide .info>span {
    font-size: 20px;
    : Source Han Sans CN;
    font-weight: 400;
    color: #111111;
    line-height: 37px;
}

.wx_case .caseList .swiper-slide .info>i {
    font-size: 20px;
}

.wx_case .caseList .swiper-button-prev-diy,
.wx_case .caseList .swiper-button-next-diy {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    border-radius: 50%;
    background: #CE1C24;
}

.wx_case .caseList .swiper-button-prev-diy>i,
.wx_case .caseList .swiper-button-next-diy>i {
    font-size: 20px;
    color: #fff;
}

.wx_case .caseList .swiper-button-prev-diy:hover,
.wx_case .caseList .swiper-button-next-diy:hover {
    cursor: pointer;
}

.wx_case .caseList .swiper-button-prev-diy.swiper-button-disabled,
.wx_case .caseList .swiper-button-next-diy.swiper-button-disabled {
    opacity: 0.5;
    background: transparent;
    border: 1px solid #888888;
}

.wx_case .caseList .swiper-button-prev-diy.swiper-button-disabled>i,
.wx_case .caseList .swiper-button-next-diy.swiper-button-disabled>i {
    color: #000;
}

.wx_case .caseList .swiper-button-prev-diy {
    left: -4%;
    transform: rotateZ(180deg);
}

.wx_case .caseList .swiper-button-next-diy {
    right: -4%;
}

/* 小程序相关案例   结束 */



@media screen and (max-width:1680px) {

    .protect .title>h3,
    .wx_case .title>h3,
    .problem .title>h3,
    .advantage1 .title>h3,
    .businessProcess .title>h3,
    .professional .title>h3 {
        font-size: 34px;
    }

    .businessProcess .list .one .tp>h5 {
        margin-right: 40px;
    }
}



@media screen and (max-width:1440px) {
    .businessProcess .list .one {
        padding: 30px 15px;
    }

    .problem .list .one {
        padding: 30px 40px;
    }

    .problem .list .one .consult {
        width: 180px;
        height: 50px;
    }

    .problem .list .one:hover .consult .horLine,
    .protect .rt .consult>span.horLine {
        width: 30px;
    }

    .problem .list .one:hover .consult .msg,
    .protect .rt .consult>span.msg {
        font-size: 14px;
    }

    .businessProcess .list .one .tp>h5 {
        margin-right: 0;
    }

    .businessProcess .list {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        grid-gap: 20px;
    }

    .businessProcess .list .icon {
        display: none;
    }

    .protect .rt .list {
        padding-right: 0;
    }

    .protect .rt .list .one {
        width: auto;
    }

    .protect .rt .consult {
        margin-top: 40px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 50px !important;
        height: 120px !important;
        background-size: 30px 15px !important;
    }

    .professional .mySwiper2 {
        background-size: 600px 300px;
    }
}



@media screen and (max-width: 1280px) {

    .protect .title>h3,
    .wx_case .title>h3,
    .problem .title>h3,
    .advantage1 .title>h3,
    .businessProcess .title>h3,
    .professional .title>h3 {
        font-size: 26px;
    }

    .protect,
    .problem,
    .advantage1,
    .businessProcess,
    .professional {
        padding: 60px 0;
    }

    .professional .mySwiper2 {
        background-size: 600px 260px;
    }

    .professional .mySwiper2 .swiper-slide>img {
        height: 240px;
    }

    .professional .mySwiper .swiper-slide>img {
        height: 180px;
    }

    .businessProcess .list {
        grid-template-columns: repeat(3, 1fr);
    }

    .problem .list .one {
        padding: 30px 20px;
    }

    .wx_case .caseList .swiper-button-prev-diy,
    .wx_case .caseList .swiper-button-next-diy {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .wx_case .caseList .swiper-slide .info>span {
        font-size: 14px;
    }

    .wx_case {
        padding: 60px 0 90px;
    }

    .wx_case .title>h3 {
        font-size: 32px;
    }

    .wx_case .caseList .swiper-button-prev-diy,
    .wx_case .caseList .swiper-button-next-diy {
        display: none;
    }
}


@media screen and (max-width:1024px) {

    .protect .title>h3,
    .wx_case .title>h3,
    .problem .title>h3,
    .advantage1 .title>h3,
    .businessProcess .title>h3,
    .professional .title>h3 {
        font-size: 22px;
    }

    .protect .rt .desc,
    .protect .rt .list,
    .protect .rt .consult {
        margin-top: 30px;
    }

    .protect .rt .list {
        grid-gap: 20px;
        grid-template-columns: repeat(2, 1fr);
    }

    .problem .list {
        grid-template-columns: repeat(3, 1fr);
    }

    .problem .list .one:nth-child(4),
    .problem .list .one:nth-child(7) {
        border-left: 1px solid #E7E7E7;
    }

    /* .problem .list .one .consult {
        background-color: #CE1C24;
        padding: 15px 20px;
    }

    .problem .list .one .consult .cricle {
        display: inline-block;
        width: 6px;
        height: 6px;
        background: #fff;
        border-radius: 100%;
    }

    .problem .list .one .consult .msg {
        color: #fff;
        margin: 0 10px;
    }

    .problem .list .one .consult .horLine {
        display: inline-block;
        width: 30px;
        height: 1px;
        background: #fff;
    }

    .problem .list .one .consult i {
        display: block;
        color: #fff;
    } */

    .advantage1 .list,
    .businessProcess .list {
        grid-template-columns: repeat(2, 1fr);
    }

    .professional .mySwiper2 {
        width: 100%;
    }
}


@media screen and (max-width:768px) {

    .protect,
    .problem,
    .advantage1,
    .businessProcess,
    .professional {
        padding: 30px 0;
    }

    .protect {
        background: #fafafc;
    }

    .protect .rt {
        width: 100%;
    }

    .protect .rt .list {
        grid-template-columns: repeat(3, 1fr);
    }

    .problem .list {
        grid-template-columns: repeat(2, 1fr);
        margin-top: 30px;
    }

    .problem .list .one:nth-child(3) {
        border-left: 1px solid #E7E7E7;
    }

    .problem .list .one:nth-child(4) {
        border-left: none;
    }

    .problem .list .one .num,
    .businessProcess .list .one .tp>.num {
        font-size: 52px;
    }

    .problem .list .one h5,
    .problem .list .one .consult {
        margin-top: 10px;
    }

    .problem .list .one h5,
    .advantage1 .list .one .tp>h5,
    .businessProcess .list .one .tp>h5 {
        font-size: 18px;
    }

    .advantage1 .list {
        margin-top: 30px;
        grid-gap: 20px;
    }

    .advantage1 .list .one {
        padding: 30px 20px;
    }

    .professional .mySwiper2 .swiper-slide>img {
        height: 180px;
    }

    .professional .mySwiper2 .swiper-slide {
        height: 260px;
    }

    .professional .mySwiper2 {
        background-size: 500px 240px;
    }

    .professional .mySwiper .swiper-slide>img {
        height: 170px;
    }
}


@media screen and (max-width: 600px) {
    .protect .rt .list {
        grid-template-columns: repeat(2, 1fr);
    }

    .advantage1 .list {
        grid-template-columns: repeat(1, 1fr);
    }

    .problem .list .one {
        padding: 20px 15px;
    }

    .problem .list .one .consult {
        display: inline;
    }

    .problem .list .one .consult .msg,
    .businessProcess .list .one .desc {
        font-size: 14px;
    }

    .problem .list .one:hover .consult {
        padding: 0;
        background: none;
    }

    .problem .list .one:hover .consult .msg {
        margin: 0;
        color: #CE1C24;
    }

    .problem .list .one:hover .consult .cricle,
    .problem .list .one:hover .consult .horLine,
    .problem .list .one:hover .consult i {
        display: none;
    }

    .problem .list .one h5,
    .advantage1 .list .one .tp>h5,
    .businessProcess .list .one .tp>h5 {
        font-size: 16px;
    }

    .advantage1 .list .one .msg {
        font-size: 14px;
    }

    .problem .list .one .num,
    .businessProcess .list .one .tp>.num {
        font-size: 36px;
    }

    .advantage1 .list .one .msg {
        margin-top: 20px;
    }

    .professional .swiper_container {
        margin-top: 40px;
    }

    .professional .swiper_container .mySwiper {
        display: none;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 40px !important;
        height: 70px !important;
    }

    .professional .mySwiper2 .swiper-slide>img {
        height: 130px;
    }

    .professional .mySwiper2 .swiper-slide {
        height: 190px;
    }

    .professional .mySwiper2 {
        background-size: 300px 180px;
    }

    .wx_case {
        padding: 60px 0;
    }

    .wx_case .title>h3 {
        font-size: 28px;
    }
}


@media screen and (max-width: 480px) {
    .wx_case .caseList .swiper-slide .info {
        padding: 15px 10px;
    }
}


@media screen and (max-width: 375px) {

    .swiper-button-next {
        right: 0 !important;
    }

    .swiper-button-prev {
        left: 0 !important;
    }

    .wx_case .caseList .swiper-slide .info {
        padding: 15px;
    }

    .wx_case {
        padding: 40px 0;
    }

    .wx_case .title>h3 {
        font-size: 24px;
    }
}