@charset "utf-8";
/* banner */
.banner-item{
    position: relative;
}
.banner-item>img{
    width: 100%;
    height: 476px;
    object-fit: cover;
}
.banner-item .banner-title{
    color: #fff;
    text-align: center;
    position: absolute;
    top: 18.75%;
    left: 50%;
    transform: translateX(-50%);
}
.banner-item .banner-title h3{
    font-size: 54px;
    font-weight: bold;
    white-space:nowrap;
    letter-spacing:4px; 
    text-indent: 4px;
}
.banner-item .banner-title h4{
    font-size: 30px;
    font-weight: bold;
    white-space:nowrap;
    letter-spacing:4px; 
    text-indent: 4px;
    margin: 20px 0 30px;
}
.banner-item .banner-title p{
    display: inline-block;
    font-size: 18px;
    white-space:nowrap;
    letter-spacing:3px; 
    text-indent: 3px;
    border: 1px solid #fff;
    padding: 10px 30px;
}
.index-banner .swiper-pagination{
    bottom: 25px;
}
.swiper-pagination-bullet{
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    opacity: .5;
}
.swiper-pagination-bullet-active{
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #fff;
    opacity: 1;
}
@media (max-width: 1200px){
    .banner-item>img{
        height: 400px;
    }
    .banner-item .banner-title{
        top: 23%;
    }
    .banner-item .banner-title h3{
        font-size: 38px;
    }
    .banner-item .banner-title h4{
        font-size: 24px;
    }
    .banner-item .banner-title p{
        font-size: 16px;
    }
}
@media (max-width: 1000px) {
    .index-banner{
        margin-top: 60px;
    }
}
@media (max-width: 960px){
    .banner-item>img{
        height: 350px;
    }
    .banner-item .banner-title{
        top: 23%;
    }
    .banner-item .banner-title h3{
        font-size: 30px;
    }
    .banner-item .banner-title h4{
        font-size: 18px;
    }
    .banner-item .banner-title p{
        font-size: 14px;
        letter-spacing: 0px;
        text-indent: 0px;
        padding: 5px 15px;
    }
}
@media (max-width: 500px){
    .banner-item>img{
        height: 260px;
    }
    .banner-item .banner-title{
        top: 23%;
    }
    .banner-item .banner-title h3{
        font-size: 24px;
        letter-spacing: 2px;
        text-indent: 2px;
    }
    .banner-item .banner-title h4{
        font-size: 14px;
        font-weight: normal;
        letter-spacing: 2px;
        text-indent: 2px;
        margin: 10px 0 15px;
    }
    .banner-item .banner-title p{
        font-size: 12px;
    }
}
.index-title{
    padding-top: 60px;
    margin-bottom: 60px;
}
.index-title h3{
    color: #333333;
    font-size: 32px;
    text-align: center;
    position: relative;
}
.index-title h3::before{
    content: '';
    width: 50px;
    height: 3px;
    background: linear-gradient(to right,#04a2e5, #8ec423);
    position: absolute;
    left: 50%;
    bottom: -20px;
    transform: translateX(-50%);
}
@media (max-width: 1200px){
    .index-title h3{
        font-size: 28px;
    }
}
@media (max-width: 768px){
    .index-title{
        padding-top: 40px;
        margin-bottom: 40px;
    }
    .index-title h3{
        font-size: 24px;
    }
    .index-title h3::before{
        bottom: -10px;
    }
}
@media (max-width: 500px){
    .index-title{
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .index-title h3{
        font-size: 18px;
    }
}
/* 旗首为您免费提供高企认定资格评审 */
.review-content .wpcf7 form p{
    display: flex;
    justify-content: center;
    align-items: center;
}
.review-content select{
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    width: 160px;
    height: 54px;
    color: #03a2e6;
    font-size: 16px;
    border: 2px solid #eee;
    background-image: url(./images/down.png);
    background-repeat: no-repeat;
    background-position: right 10px top 21px;
    outline: none;
    padding: 0 10px;
    padding-right: 30px;
    margin-right: 20px;
}
.review-content input{
    width: 30%;
    height: 54px;
    font-size: 16px;
    border: 2px solid #eee;
    border-right: none;
    padding: 0 10px;
}
.review-content button{
    color: #fff;
    font-size: 18px;
    width: 160px;
    height: 54px;
    background: linear-gradient(to right, #04a2e5, #8ec423, #04a2e5);
    background-size: 200%;
    transition: background-position .5s; 
}
.review-content button:hover{
    background-position: 100% 0; 
}
@media (max-width: 1200px){
    .review-content select{
        height: 45px;
        font-size: 14px;
        border: 1px solid #eee;
        background-position: right 10px top 18px;
    }
    .review-content input{
        height: 45px;
        font-size: 14px;
        border: 1px solid #eee;
    }
    .review-content button{
        height: 45px;
        font-size: 16px;
    }
}
@media (max-width: 768px){
    .review-content select{
        width: 120px;
        height: 40px;
        font-size: 14px;
        border: 1px solid #eee;
        background-position: right 10px top 16px;
    }
    .review-content input{
        height: 40px;
        font-size: 14px;
        border: 1px solid #eee;
    }
    .review-content button{
        width: 120px;
        height: 40px;
        font-size: 16px;
    }
}
@media (max-width: 500px){
    .review-content .wpcf7 form p{
        flex-wrap: wrap;
    }
    .review-content select{
        width: 80%;
        font-size: 12px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .review-content input{
        width: 80%;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .review-content button{
        width: 110px;
        height: 35px;
        font-size: 14px;
    }
}
/* 知识产权全方位保护专家 */
.index-property{
    background-image: url(./images/property_bg.jpg);
    padding-bottom: 90px;
}
.property-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.property-content .item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 31.6666667%;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
    padding: 30px 10px 27px;
    margin-bottom: 30px;
}
.property-content .item h4{
    color: #333;
    font-size: 20px;
    margin: 28px 0 15px;
}
.property-content .item p span{
    color: #666;
    font-size: 14px;
    line-height: 24px;
}
.property-content .item p span{
    display: inline-block;
    margin-right: 5px;
}
.property-content .item p span:last-child{
    margin-right: 0;
}
.property-content .item:hover{
    background: linear-gradient(to right,#04a2e5, #8ec423);
}
.property-content .item:hover img{
    filter: grayscale(100%) brightness(200%);
}
.property-content .item:hover h4,
.property-content .item:hover p span{
    color: #fff;
}
@media (max-width: 768px){
    .index-property{
        padding-bottom: 50px;
    }
    .property-content .item{
        width: 49%;
    }
    .property-content .item img{
        transform: scale(.8);
    }
    .property-content .item h4{
        font-size: 18px;
    }
}
@media (max-width: 500px){
    .index-property{
        padding-bottom: 30px;
    }
    .property-content .item{
        padding: 15px 10px;
        margin-bottom: 20px;
    }
    .property-content .item h4{
        font-size: 14px;
        margin: 5px 0;
    }
    .property-content .item p span{
        font-size: 12px;
    }
    .property-content .item img{
        transform: scale(.7);
    }
}
/* 注册&申请毫无头绪，怎么办？ */
.index-register{
    background-image: url(./images/register_bg.jpg);
    padding-bottom: 100px;
}
.index-register .index-title h3{
    color: #fff;
}
.register-content .problem-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.register-content .problem-list li{
    width: 25%;
    text-align: center;
    padding: 0 10px;
}
.register-content .problem-list li p{
    color: #fff;
    font-size: 18px;
    margin: 15px 0;
}
.register-content .problem-list li a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    background: linear-gradient(to right, #04a2e5, #8ec423, #04a2e5);
    background-size: 200%;
    transition: background-position .5s; 
    padding: 8px 26px;
}
.register-content .problem-list li a:hover{
    background-position: 100% 0; 
}
.problem-other .other-content{
    background: #fff;
    padding: 0 30px 35px;
    margin-top: 50px;
}
.problem-other .other-content h3{
    display: flex;
    align-items: center;
    color: #333;
    font-size: 20px;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.problem-other .other-content h3 img{
    margin-right: 10px;
}
.problem-other .other-content ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 30px;
}
.problem-other .other-content ul li{
    width: 33.333%;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    padding-left: 15px;
    position: relative;
}
.problem-other .other-content ul li::after{
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.problem-other .other-btn{
    text-align: center;
    background: #eee;
    padding: 12px 0;
}
.problem-other .other-btn a{
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 2px;
    background: linear-gradient(to right, #04a2e5, #8ec423, #04a2e5);
    background-size: 200%;
    transition: background-position .5s; 
    padding: 8px 32px;
}
.problem-other .other-btn a:hover{
    background-position: 100% 0;   
}
@media (max-width: 1200px){
    .register-content .problem-list li p{
        font-size: 16px;
        min-height: 42px;
    }
    .problem-other .other-content ul li{
        width: 49%;
    }
}
@media (max-width: 768px){
    .index-register{
        padding-bottom: 60px;
    }
    .register-content .problem-list li img{
        height: 140px;
    }
    .register-content .problem-list li p{
        font-size: 14px;
    }
    .problem-other .other-content{
        padding-bottom: 20px;
    }
    .problem-other .other-content h3{
        font-size: 16px;
        padding:10px 0;
    }
    .problem-other .other-content ul{
        margin-top: 10px;
    }
    .problem-other .other-content ul li{
        font-size: 12px;
    }
}
@media (max-width: 500px){
    .index-register{
        padding-bottom: 40px;
    }
    .register-content .problem-list li{
        width: 48%;
        margin-bottom: 20px;
    }
    .problem-other .other-content{
        margin-top: 10px;
        padding: 0 20px 20px;
    }
    .problem-other .other-content ul li{
        width: 100%;
    }
    .register-content .problem-list li p{
        margin: 10px 0;
    }
    .problem-other .other-btn{
        padding: 8px 0;
    }
}
/* 注册&申请流程 */
.index-process{
    padding-bottom: 95px;
}
.process-content ul{
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}
.process-content ul li{
    text-align: center;
    position: relative;
}
.process-content ul li:hover img{
    transform: translateY(-10px);
}
.process-content ul li::before{
    content: '';
    width: 40px;
    height: 22px;
    background-image: url(./images/arrow.png);
    position: absolute;
    top: 38%;
    right:-106px;
    transform: translateY(-50%);
}
.process-content ul li:last-child::before{
    display: none;
}
.process-content ul li p{
    color: #333;
    font-size: 18px;
    margin-top: 15px;
}
@media (max-width: 1200px){
    .process-content ul li::before{
        display: none;
    }
}
@media (max-width: 768px){
    .index-process{
        padding-bottom: 60px;
    }
    .process-content ul li p{
        font-size: 16px;
    }
}
@media (max-width: 500px){
    .index-process{
        padding-bottom: 40px;
    }
    .process-content ul{
        flex-wrap: wrap;
        padding-top: 10px;
    }
    .process-content ul li{
        width: 48%;
        margin-bottom: 15px;
    }
    .process-content ul li p{
        font-size: 14px;
        margin-top: 10px;
    }
}
/* 商标&专利的作用 */
.index-effect{
    padding-bottom: 70px;
    background-image: url(./images/effect_bg.jpg);
}
.effect-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.effect-content .effect-item{
    display: flex;
    width: 31.66666667%;
    background: #fff;
    padding: 10px;
    margin-bottom: 30px;
}
.effect-content .effect-item .item-img{
    width: 55.555556%;
    flex-shrink: 0;
    overflow: hidden;
}
.effect-content .effect-item .item-img img{
    width: 100%;
    object-fit: cover;
}
.effect-content .effect-item:hover .item-img img{
    transform: scale(1.1);
}
.effect-content .effect-item .item-text{
    margin-top: 15px;
    margin-left: 15px;
}
.effect-content .effect-item .item-text h4{
    color: #333;
    font-size: 22px;
}
.effect-content .effect-item .item-text p{
    color: #999;
    font-size: 16px;
    line-height: 24px;
    margin-top: 15px;
    padding-right: 10px;
}
@media (max-width: 1200px){
    .effect-content .effect-item{
        align-items: center;
    }
    .effect-content .effect-item .item-text{
        margin-top: 0;
    }
    .effect-content .effect-item .item-text h4{
        font-size: 18px;
    }
    .effect-content .effect-item .item-text p{
        font-size: 14px;
        line-height: 22px;
        padding-right: 0;
        margin-top: 5px;
    }
}
@media (max-width: 768px){
    .effect-content .effect-item{
        width: 48%;
    }
    .effect-content .effect-item .item-text h4{
        font-size: 16px;
    }
}
@media (max-width: 500px){
    .index-effect{
        padding-bottom: 40px;
    }
    .effect-content{
        justify-content: center;
    }
    .effect-content .effect-item{
        width: 85%;
        margin-bottom: 15px;
    }
}
/* 选择旗首，选择专业+便捷+安心+服务 */
.index-choose{
    background-image: url(./images/choose_bg.jpg);
    padding-bottom: 100px;
}
.index-choose .index-title h3{
    color: #fff;
}
.choose-content{
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}
.choose-content .choose-item{
    width: 25%;
    text-align: center;
    padding: 45px 20px 50px;
}
.choose-content .choose-item h4{
    color: #fff;
    font-size: 22px;
    margin: 35px 0 75px;
    position: relative;
}
.choose-content .choose-item h4::before{
    content: '';
    width: 50px;
    height: 2px;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%);
}
.choose-content .choose-item p{
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}
.choose-content .choose-item:hover{
    background: linear-gradient(to right,rgba(4, 162, 228, .3), rgba(142, 196, 35, .3));
}
.choose-content .choose-item:hover img{
    transform: translateY(-10px);
}
@media (max-width: 1200px){
    .choose-content .choose-item h4{
        font-size: 20px;
    }
}
@media (max-width: 768px){
    .index-choose{
        padding-bottom: 60px;
    }
    .choose-content .choose-item{
        width: 48%;
        padding: 20px 15px;
    }
}
@media (max-width: 500px){
    .index-choose{
        padding-bottom: 40px;
    }
    .choose-content{
        padding-top: 10px;
    }
    .choose-content .choose-item{
        padding: 10px;
    }
    .choose-content .choose-item img{
        transform: scale(.8);
    }
    .choose-content .choose-item h4{
        font-size: 16px;
        margin: 10px 0 40px;
    }
    .choose-content .choose-item h4::before{
        bottom: -20px;
    }
}
/* 关于我们 */
.about-content{
    display: flex;
}
.about-content img{
    width: 50%;
    flex-shrink: 0;
    object-fit: cover;
}
.about-content .about-text{
    background: linear-gradient(to right,#04a2e5, #8ec423);
    padding: 50px 0 0 70px;
}
.about-content .about-text h3{
    color: #fff;
    font-size: 32px;
    margin-bottom: 70px;
    position: relative;
}
.about-content .about-text h3::before{
    content: '';
    width: 50px;
    height: 3px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.about-content .about-text p{
    width: 60%;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    margin-top: 20px;
}
.about-content .about-text a{
    display: inline-block;
    border-radius: 2px;
    background: linear-gradient(to right, #fff, #fff, #ccc);
    background-size: 200%;
    transition: background-position .5s; 
    margin-top: 50px;
    margin-bottom: 20px;
    padding: 9px 38px;
}
.about-content .about-text a:hover{
    background-position: 100% 0;   
}
.about-content .about-text a span{
    font-size: 16px;
    background-image: -webkit-linear-gradient(left, #02a1e5,#8ec322);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1440px){
    .about-content .about-text p{
        width: 90%;
        text-align: justify;
    }
}
@media (max-width: 1200px){
    .about-content .about-text{
        padding: 40px 0 0 60px;
    }
    .about-content .about-text h3{
        font-size: 28px;
        margin-bottom: 55px;
    }
}
@media (max-width: 768px){
    .about-content img{
        display: none;
    }
    .about-content .about-text h3{
        font-size: 24px;
    }
    .about-content .about-text{
        padding: 20px 30px;
    }
    .about-content .about-text p{
        width: 100%;
        line-height: 28px;
    }
    .about-content .about-text a{
        margin-top: 30px;
    }
}
@media (max-width: 500px){
    .about-content .about-text h3{
        font-size: 18px;
        margin-bottom: 35px;
    }
    .about-content .about-text h3::before{
        width: 35px;
        bottom: -15px;
    }
    .about-content .about-text p{
        font-size: 14px;
        line-height: 26px;
    }
    .about-content .about-text a{
        padding: 7px 30px;
    }
    .about-content .about-text a span{
        font-size: 14px;
    }
}
/* 新闻列表 */
.index-news{
    background-image: url(./images/news_bg.jpg);
    padding-bottom: 60px;
}
.news-content>ul{
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
}
.news-content>ul li{
    color: #333;
    font-size: 16px;
    border: 1px solid #333;
    border-radius: 18px;
    padding: 6px 24px;
    cursor: pointer;
    margin: 0 5px;
}
.news-content>ul li:hover,
.news-content>ul li.active{
    color: #fff;
    background: linear-gradient(to right,#04a2e5, #8ec423);
    border: 1px solid #4ab382;
}
.news-content .news-list{
    display: flex;
}
.news-content .news-list .news-item{
    width: 31.6666667%;
    flex-shrink: 0;
    background: #fbfbfb;
    padding: 25px 20px 22px;
}
.news-content .news-list .news-item .news-img{
    width: 100%;
    height: 220px;
    overflow: hidden;
}
.news-content .news-list .news-item h4{
    margin: 32px 0 15px;
}
.news-content .news-list .news-item h4 a{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-content .news-list .news-item p{
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-content .news-list .news-item .news-time{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    padding: 0 10px;
    padding-top: 25px;
}
.news-content .news-list .news-item .news-time span{
    color: #999;
    font-size: 14px;
}
.news-content .news-list .news-item .news-img a{
    display: block;
    width: 100%;
    height: 100%;
}
.news-content .news-list .news-item .news-img a img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.news-content .news-list .news-item:hover{
    background: #fff;
    box-shadow: 0 0 5px 5px #f7f7f7;
}
.news-content .news-list .news-item:hover .news-img img{
    transform: scale(1.1);
}
.news-content .news-list .news-item:hover h4 a{
    background-image: -webkit-linear-gradient(left, #02a1e5,#8ec322);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.news-content .news-list>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 20px;
}
.news-content .news-list>ul li{
    width: 49%;
    background: #fbfbfb;
    padding: 25px 20px 22px;
}
.news-content .news-list>ul li:nth-child(1),
.news-content .news-list>ul li:nth-child(2){
    margin-bottom: 13px;
}
.news-content .news-list>ul li h4{
    margin: 0 0 15px;
}
.news-content .news-list>ul li h4 a{
    color: #333;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.news-content .news-list>ul li p{
    color: #666;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-content .news-list>ul li .news-time{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #e5e5e5;
    padding: 0 10px;
    padding-top: 25px;
}
.news-content .news-list>ul li .news-time span{
    color: #999;
    font-size: 14px;
}
.news-content .news-list>ul li:hover{
    background: #fff;
    box-shadow: 0 0 5px 5px #f7f7f7;
}
.news-content .news-list>ul li:hover h4 a{
    background-image: -webkit-linear-gradient(left, #02a1e5,#8ec322);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.news-content .news-more{
    margin-top: 40px;
    text-align: center;
}
.news-content .news-more a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
    background: linear-gradient(to right, #04a2e5, #8ec423, #04a2e5);
    background-size: 200%;
    transition: background-position .5s; 
    padding: 9px 38px;
} 
.news-content .news-more a:hover{
    background-position: 100% 0;   
}
@media (max-width: 960px){
    .news-content .news-list .news-item{
        display: none;
    }
    .news-content .news-list>ul{
        margin-left: 0;
    }
}
@media (max-width: 500px){
    .index-news{
        padding-bottom: 40px;
    }
    .news-content>ul li{
        font-size: 12px;
        border-radius: 15px;
        padding: 5px 20px;
    }
    .news-content .news-list>ul li{
        padding: 15px 10px 15px;
    }
    .news-content .news-list>ul li h4 a{
        font-size: 14px;
    }
    .news-content .news-list>ul li p{
        font-size: 12px;
    }
    .news-content .news-list>ul li .news-time{
        padding: 10px 5px 0;
    }
    .news-content .news-list>ul li .news-time span{
        font-size: 12px;
    }
    .news-content .news-more{
        margin-top: 25px;
    }
    .news-content .news-more a{
        font-size: 14px;
        padding: 8px 30px;
    }
}
/* 合作伙伴 */
.index-partner{
    background: #fafafa;
    padding-bottom: 70px;
}
.partner-content{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.partner-content li{
    width: 18.33333%;
    margin-bottom: 30px;
    overflow: hidden;
}
.partner-content li img{
    width: 100%;
}
.partner-content li:hover img{
    transform: scale(1.1);
}
@media (max-width: 960px){
    .partner-content li{
        width: 30%;
    }
}
@media (max-width: 500px){
    .index-partner{
        padding-bottom: 20px;
    }
    .partner-content li{
        width: 47%;
    }
}
/* 在线咨询 */
.index-consult{
    background-image: url(./images/consult_bg.jpg);
    padding: 60px 0;
}
.index-consult .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 30px;
}
.index-consult .container .consult-title h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
}
.index-consult .container .consult-title p{
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
.index-consult .container a{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    padding: 10px 42px;
}
.index-consult .container a span{
    color: #fff;
    font-size: 14px;
}
.index-consult .container a:hover{
    background: #fff;
}
.index-consult .container a:hover span{
    background-image: -webkit-linear-gradient(left, #02a1e5,#8ec322);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
@media (max-width: 1200px){
    .index-consult .container .consult-title h3{
        font-size: 32px;
    }
}
@media (max-width: 960px){
    .index-consult .container{
        padding: 0;
    }
    .index-consult .container .consult-title h3{
        font-size: 28px;
    }
}
@media (max-width: 768px){
    .index-consult{
        padding: 30px 0;
    }
    .index-consult .container{
        flex-direction: column;
    }
    .index-consult .container .consult-title h3{
        font-size: 24px;
        text-align: center;
    }
    .index-consult .container .consult-title p{
        font-size: 14px;
    }
    .index-consult .container a{
        margin-top: 20px;
    }
}
@media (max-width: 500px){
    .index-consult{
        padding: 25px 0;
    }
    .index-consult .container .consult-title h3{
        font-size: 18px;
    }
    .index-consult .container .consult-title p{
        font-size: 12px;
    }
    .index-consult .container a{
        margin-top: 10px;
        padding: 7px 30px;
    }
}