
@keyframes move {
    0% {
        /* margin-left: 15px; */
        transform: translateY(0px);
    }
    50% {
        transform: translateY(3px);
        /* margin-left: 30px; */
    }
    100% {
        transform: translateY(0px);
        /* margin-left: 15px; */
    }
}
@-webkit-keyframes move {
    0% {
        /*margin-top: 15px;*/
        transform: translateY(0px);
    }
    50% {
        transform: translateY(3px);
        /*margin-top: 30px;*/
    }
    100% {
        transform: translateY(0px);
        /*margin-top: 15px;*/
    }
}

@keyframes bouce {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
.w1200{
    width: 1200px;
    margin: 0 auto;
}
select,input{
    border: none;
}
/*知产有什么好处*/
.content_service{
    width: 100%;
    background: url(../image/good-bg.png) no-repeat center 0;
    background-size: cover;
}
.content_form{
    position: relative;
    padding-top: 40px;
    background: #fff;
    top: -42px;
    box-shadow: 0 0 16px 0 hsl(0deg 0% 0% / 6%);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.form-title img{
    width: 75px;
    margin: 17px 0;
}

.form_message{
    margin: 16px 39px;
    height: 48px;
    border: 2px solid #4974F5;
    box-sizing: border-box;
}
.form-item{
    position: relative;
    float: left;
    height: 24px;
    margin-top: 10px;
    padding-left: 8px;
    box-sizing: border-box;
    font-size: 0;
    border-right: 1px solid #D4D4D7;
}
.form-item img{
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin-right:6px;
    position: relative;
    top:0px;
    left: 6px;
}
.form-item select{
    width: 135px;
    height: 25px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #8C8C8C;
    margin-left: 3px;
}
.form-item input{
    width: 135px;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    height: 24px;
    line-height: 24px;
    font-family: Microsoft YaHei;
    text-indent: 8px;
}
.get-code{
    width: 76px;
    height: 28px;
    background: rgba(73,116,245,0.1);
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #4974F5;
    margin-left: 10px;
}
.form_message .sub-btn{
    width: 148px;
    height: 48px;
    background: #4974F5;
    border-radius: 2px;
    color: #fff;
    font-size: 16px;
    position: relative;
    top: -2px;
    left: 2px;
}
.div-code{
    width: 266px;
    display: flex;
    align-items: center;

}
.reminder{
    overflow: hidden;
    margin: 0 39px;
    height: 22px;
    width: 100%;
    padding: 0 40px;
    box-sizing: border-box;
}
.reminder img{
    width: 16px;
    float: left;
    margin-top: 3px;
    animation:bouce 0.5s alternate linear infinite
    /*animation: move 1s infinite;*/
    /*-webkit-animation: move 2s infinite;*/
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.roll_box{
    margin-left: 8px;
    height: 22px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #555555;
    line-height: 22px;
}
.roll_box2{
    margin-left: 32px;
    height: 22px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #555555;
    line-height: 22px;
}
.roll_box3{
    margin-left: 32px;
    height: 22px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #555555;
    line-height: 22px;
}
.check-box{
    float: right;
    height: auto;
    margin-top: 0;
}

.good-form-box{
 margin-top: 16px;
    width: 100%;
}
.good-form-box ul{
    display: grid;
    grid-template-columns:repeat(4,1fr);
}
.good-form-box ul li{
height: 120px;
border: 1px solid #97979710;
border-right: none;
    display: flex;
    align-items: center;
}
.good-form-box ul li:nth-child(1){
    border-left: none;
    margin-left: 15px;
}
.good-form-box ul li img{
    width: 110px;
}
.good-form-box ul li:hover img {
    transform: rotateY(
            360deg
    );
    transition: all 1s;
}
.good-title{
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #333333;
}
.good-right{
    width: 135px;
    cursor: pointer;
}
.good-right:hover p{
    color:#4974F5;
}
.agree span{
    top:2px;
}
.good-desc-li{
    font-size: 14px;
    color: #999999;
    line-height: 20px;
}
/*知产有什么好处------end*/
/*专业团队*/
.law-team{
    width: 100%;
    padding: 60px 0 45px 0;
    background: url(../image/law-teambg.png) no-repeat center 0;
    background-size: cover;
}
.law-team-title{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}
.team-description{
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    margin-top: 5px;
}
.team-ul{
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 27px;
}
.team-ul li{
    width: 288px;
    cursor: pointer;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-left: 16px;
    transition:0.3s;
}
.team-ul li:nth-child(1){
    margin-left: 0;
}
.img-people{
    transition: transform .3s ease-in-out;
}
.img-people{
    width: 288px;

}
.team-ul li:hover img{
    transform: scale(1.05);
}
.law-jianjie{
    width: 100%;
    height: 128.5px;
    background-image: linear-gradient(180deg, #F2F5F8 0%, #FFFFFF 100%);
    border: 2px solid #FFFFFF;
    box-shadow: 0 8px 20px 0 #3763aa1a;
    border-radius: 8px;
    position: absolute;
    bottom: 0px;
    overflow: hidden;
    transition:0.5s;
}
.law-tag{
    margin:0 0 15px 15px;
}
.law-tag>span{
    width: 58px;
    height: 24px;
    background: rgba(73,116,245,0.1);
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #4D67B6;
    letter-spacing: 0;
    text-align: center;
    padding: 5px;
}
.law-des{
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    text-align: left;
    line-height: 20px;
    margin-left: 15px;
}
.law-btn{
    width: 127px;
    height: 39px;
    background: #4974F5;
    box-shadow: 0 8px 20px 0 #3763aa14;
    border-radius: 4px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 39px;
    text-align: center;
    opacity: 0;
    margin-left: 15px;
    margin-top: 20px;
}
.law-btn img{
    width: 8px;
    margin-top: -2px;
    margin-left: 3px;
}
.law-jiao{
    top: 0;
    right: 0;
    opacity: 0;
}

.team-ul li:hover .law-jianjie{
    height: 191px;
    z-index: 99;
    box-shadow: 0 0 24px 0 #0000001f;
}
.team-ul li:hover .law-jiao,.team-ul li:hover .law-jiao-two,.team-ul li:hover .law-btn,.team-ul li:hover .work-years{
    opacity: 1;
}
.team-swiper{
    position: relative;
}
.team-all-btn{
    width: 224px;
    height: 51px;
    background: #4974F5;
    border-radius: 4px;
    text-align: center;
    line-height: 51px;
    color: #fff;
    margin: 28px auto 13px auto;
    cursor: pointer;
    font-family: MicrosoftYaHei;
    font-size: 16px;
}
.team-all-btn:hover{
    box-shadow: 0 4px 12px 0 #4974f54d;
}
/*.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 45px!important;
}*/
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    width: 60px!important;
    left: -32px!important;
    top: 30% !important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    width: 60px!important;
    right: -32px!important;
    top: 30% !important;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 60px!important;
    text-align: center!important;
    font-size: 26px!important;
    margin-top: 77px;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    width: 60px;
    height: 60px;
    background-color: #fff;
    border-radius: 100%;
    line-height: 60px!important;
    text-align: center!important;
    font-size: 26px!important;
    margin-top: 77px;
}
.jiao{
    width: 30px;
    position: absolute;
}
.law-jiao-two{
    bottom: 6px;
    width: 6px;
    right: 13px;
    opacity: 0;
}
.jiao-right{
    right: 0;
}
.law-team-head{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.law-name {
    display: flex;
    align-items: center;
    padding: 15px;
}
.law-name h3 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
}
.work-years{
    width: 58px;
    height: 20px;
    border: 1px solid #00927F;
    border-radius: 2px;
    color: #00927F;
    font-size: 12px;
    text-align: center;
    opacity: 0;
    line-height: 22px;
    margin-left: 8px;
}
/*专业团队end*/

/* 重置样式 */
* {
    padding: 0;
    margin: 0;
}
/* 版心样式 */
.w-1200 {
    width: 1200px;
    margin: 0 auto;
    padding: 60px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.w-1200 .bd {
    width: 1200px;
    box-sizing: border-box;
}
/* 公共标题 */
/*10 15 17 33 34*/
/*10 13 15 26*/
.common-title {
    font-size: 36px;
    color: #222222;
    position: relative;
}
.common-title::before {
    position: absolute;
    content: "";
    left: -88px;
    top: 35%;
    width: 74.14px;
    height: 14.14px;
    background-image: url(../image/6j9t6c4dt4s0000.png);
}
.common-title::after {
    position: absolute;
    content: "";
    right: -88px;
    top: 35%;
    width: 74.14px;
    height: 14.14px;
    background-image: url(../image/8r6gs40esjc0000.png);
}
.common-title-fff {
    font-size: 36px;
    color: #fff;
    position: relative;
}
.common-title-fff::before {
    position: absolute;
    content: "";
    left: -88px;
    top: 35%;
    width: 74.14px;
    height: 14.14px;
    background-image: url(../image/5rjcjvgrb7g0000.png);
}
.common-title-fff::after {
    position: absolute;
    content: "";
    right: -88px;
    top: 35%;
    width: 74.14px;
    height: 14.14px;
    background-image: url(../image/aame3jtpuwc0000.png);
}
/* 公共副标题 */
.common-info {
    font-size: 16px;
    color: #999999;
    line-height: 22px;
    margin-top: 8px;
}
.common-info-fff {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-top: 8px;
}
/* 公共按钮 */
.common-btn {
    width: 300px;
    height: 64px;
    background: #4974f5;
    border-radius: 2px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
    margin: 40px auto 0;
}
.common-btn:hover {
    box-shadow: 0 4px 12px 0 #4974f54d;
    transition: all 0.5s;
}
/* 申请专利有什么好处？ */
.good .w-1200 {
    padding-top: 0;
}
.good .bd {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.good .bd .item {
    padding: 40px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: linear-gradient(180deg, #f1f5ff 0%, #ffffff 100%);
    border: 2px solid #ffffff;
    box-shadow: 0 8px 11px 0 #f3f6fd33;
    transition: all 0.5s;
}
.good .bd .item:hover {
    transform: translateY(-10px);
}
.good .bd .item img {
    width: 126px;
    height: 121px;
}
.good .bd .item .line {
    width: 60px;
    height: 1px;
    background-color: #d5d5d5;
    margin: 24px 0;
}
.good .bd .item .title {
    font-size: 20px;
    color: #333333;
}
.good .bd .item .info {
    font-size: 14px;
    color: #666666;
    margin-top: 12px;
    text-align: center;
}
/* 专利申请专区 */
.apply-area {
    background: url(../image/bssk7mtz9400000.png) no-repeat center;
    background-size: 100% 100%;
}
.apply-area .bd {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}
.apply-area .bd .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #ffffff;
    padding: 24px;
    transition: all 0.5s;
}
.apply-area .bd .item:hover .btn {
    background: #4974f5;
    color: #ffffff;
}
.apply-area .bd .item:hover {
    transform: translateY(-10px);
}
.apply-area .bd .item .img-box {
    position: relative;
}
.apply-area .bd .item img {
    width: 240px;
    height: 157px;
}
.apply-area .bd .item .tag {
    position: absolute;
    right: 8px;
    top: 8px;
    padding: 4px 8px;
    font-size: 12px;
    color: #00927f;
    background: #e0fffb;
    border-radius: 4px;
}
.apply-area .bd .item .title {
    font-size: 20px;
    color: #333333;
    margin: 16px 0 12px;
    display: flex;
    justify-content: center;
}
.apply-area .bd .item .info {
    font-size: 14px;
    color: #666666;
    text-align: center;
}
.apply-area .bd .item .line {
    width: 240px;
    height: 1px;
    background: #d9d9d9;
    margin: 20px 0;
}
.apply-area .bd .item .btn {
    width: 238px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    background: #eaefff;
    border-radius: 2px;
    font-size: 16px;
    color: #4976f5;
    cursor: pointer;
    transition: all 0.3s;
}
.zone-img{
    width: 20.5px!important;
    height: 23px!important;
    margin-left: 4.5px;
    animation: bouce 0.5s alternate linear infinite;
    /*animation: move 1s infinite;*/
    /*-webkit-animation: move 2s infinite;*/
}
/* 专利服务范围 */
.server {
    background: url(../image/6wvser1zsj40000.png) no-repeat center;
    background-size: 100% 100%;
}
.server .common-title {
    color: #fff;
}

.server .bd {
    background: #ffffff;
    border-radius: 4px;
    margin: 32px 0 40px;
    padding: 24px;
    display: flex;
}
.server .bd .img-box {
    flex: 1;
    overflow: hidden;
    width: 384px;
    height: 324px;
}
.server .bd .img-box img {
    transition: all 0.5s;
    height: 100%;
}
.server .bd .img-box img:hover {
    transform: scale(1.1);
}

.server .btn {
    width: 300px;
    height: 64px;
    background: #ffffff;
    border-radius: 2px;
    font-size: 20px;
    color: #4974f5;
    text-align: center;
    line-height: 64px;
    cursor: pointer;
    margin: 0 auto;
}
.server .btn:hover {
    box-shadow: 0 4px 12px 0 #00000030;
    transition: all 0.3s;
}
/* 专利申请流程 */
.process {
    background: url(../image/1pl6uac2mi74000.png) no-repeat center;
    background-size: 100% 100%;
}
.process .bd {
    margin-top: 32px;
    width: 100%;
}
/* 办理难点 */
.difficulty {
    background: url(../image/9zgyfptydj40000.png) no-repeat center;
    background-size: 100% 100%;
}
.difficulty .bd {
    background: url(../image/d2gbmn21nn40000.png) no-repeat center;
    background-size: 100% 100%;
    padding: 82px 0 40px 48px;
}
.difficulty .bd .item {
    display: flex;
    align-items: center;
}
.difficulty .bd .item:not(:last-of-type) {
    margin-bottom: 24px;
}
.difficulty .bd .item .num {
    width: 24px;
    height: 24px;
    background-image: linear-gradient(118deg, #1f57ff 5%, #498eff 100%);
    border-radius: 100%;
    margin-right: 12px;
    font-size: 12px;
    color: #ffffff;
    line-height: 24px;
    text-align: center;
}
.difficulty .bd .item .title {
    font-size: 20px;
    color: #333333;
}
.difficulty .bd .item .bias {
    color: #dfdfdf;
    margin: 0 12px;
}
.difficulty .bd .item .info {
    font-size: 14px;
    color: #999999;
}
.difficulty .bd .common-btn {
    margin: 40px 0 0;
}
/* 需要哪些材料 */
.need-data {
    background: url(../image/4mj7hk084ba0000.png) no-repeat center;
    background-size: 100% 100%;
}
.need-data .bd {
    margin-top: 32px;
    background: #ffffff;
    border-radius: 16px;
    padding: 48px;
    display: flex;
    align-items: center;
    position: relative;
}
.need-data .bd .left {
    width: 454px;
    height: 340px;
    margin-right: 87px;
}

.need-data .bd .book {
    position: absolute;
    right: 0;
    bottom: 0;
}
.need-data .bd .r p {
    font-size: 20px;
    color: #333333;
    margin-bottom: 32px;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
.need-data .bd .r p:hover {
    color: #4974f5;
}
.need-data .bd .r p::after {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background: #4974f5;
}
.need-data .bd .r p:last-of-type {
    margin-bottom: 0;
}
.need-data .bd .r .btn {
    width: 224px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #4974f5;
    border-radius: 4px;
    font-size: 16px;
    color: #ffffff;
    margin-top: 32px;
    cursor: pointer;
}
.need-data .bd .r .btn:hover {
    box-shadow: 0 4px 12px 0 #4974f54d;
    transition: all 0.5s;
}
/* 服务优势 */
.advantage {
    background: url(../image/55p9ipvuan00000.png) no-repeat center;
    height: 721px;
}
.advantage .bd {
    background: #ffffff;
    border-radius: 16px;
    margin-top: 32px;
}
/* 成功案例 */
.case {
    background: url(../image/6x8qokaq3qo000.png) no-repeat center;
    background-size: 100% 100%;
}
.case .tabs {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    width: 100%;
}
.case .tabs > div {
    width: 186px;
    height: 72px;
    background: #ffffff;
    text-align: center;
    line-height: 72px;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    position: relative;
}
.case .tabs > div:hover {
    background-color: #1558ff;
    color: #fff;
}
.case .tabs > div:hover::after {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1558ff;
}
.case-active-check{
    background-color: #1558ff!important;
    color: #fff!important;
}
.case-active-check::after{
    position: absolute;
    content: "";
    left: 50%;
    bottom: -12px;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #1558ff;
}
.case .main {
    margin-top: 40px;
    width: 100%;
}
.case-hid-img{
    display: none;
}
.case-hover{
    display: flex;
}
.right-suspension {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    left:8px;
    z-index: 9999;
}
.right-people{
    display: block;
}
.right-btn{
    width: 119px;
    height: 33px;
    border-radius: 8px 8px 8px 8px;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    color: #FFFFFF;
    line-height: 33px;
    background: linear-gradient(to left, #F76923, #FEC15B);
}
.right-menu{
    width: 120px;
    height: 335px;
    background: url("../image/cb_bg.png")no-repeat;
    background-size: cover;
    border-radius: 12px 12px 60px 60px;
    cursor: pointer;
}
.right-menu ul{
    padding: 20px 0 8px;
}
.right-menu ul li{
    width: 95px;
    height: 26px;
    border-radius: 13px 13px 13px 13px;
    background: #ffffff;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #112696;
    line-height: 26px;
    margin: 0px auto;
    margin-bottom: 8px;
}

.hot-text{
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}
.hot-tel{
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #FFFFFF;
}
.top-fix{
    text-align: center;
}
.top-fix p{
    color: #808080;
    font-size: 12px;
}