.ny_pc_main_nav .nav_container>ul>li a {
    color: #1f1142;
}

.inner_page_banner {
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    height: 350px;
    margin-top: 75px;
    background-image: url(../images/services_7.jpg);
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .inner_page_banner {
        margin-top: 36px;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .inner_page_banner {
        margin-top: 36px;
    }
}

.inner_page_banner .showtxt {
    padding: 15px;
}

.inner_page_banner .showtxt .h1title {
    font-size: 40px;
    color: rgb(255, 255, 255);
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.45);
    font-weight: 800;
    margin: 15px 0;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

@media (max-width: 767px) {
    .inner_page_banner .showtxt .h1title {
        font-size: 24px;
    }
}

.inner_page_banner .showtxt .h2title {
    color: rgb(255, 255, 255);
    font-size: 1rem;
    line-height: 25px;
    margin-top: 10px;
    padding-bottom: 15px;
    /* border-bottom: 1px solid rgba(255, 255, 255, 0.25); */
}

@media (max-width: 767px) {
    .inner_page_banner .showtxt .h2title {
        font-size: 1.1rem;
    }
}

/*什么是高新认证_Start*/
.askc_bg {
    background-color: #f5f5f7;
    padding: 65px 0;
}

@media (max-width: 767px) {
    .askc_bg {
        padding: 30px 0 20px 0;
    }

}

.askc_bg .titlec {
    text-align: center;
}

.askc_bg .titlec h1 {
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    .askc_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .askc_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

.askc_bg .titlec h2 {
    font-size: 1rem;
    color: rgba(31, 17, 66, 0.5);
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px auto 50px auto;
    position: relative;
    line-height: 25px;
    display: inline-block;
}

.askc_bg .titlec h2 .leftline {
    position: absolute;
    left: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.askc_bg .titlec h2 .rightline {
    position: absolute;
    right: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .askc_bg .titlec h2 {
        font-size: 1rem;
        margin: 15px auto 15px auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .askc_bg .titlec h2 {
        font-size: 1rem;
        margin: 15px auto 20px auto;
    }
}

.main_askc_c {
    display: flex;
    align-items: center;
}

@media (max-width: 767px) {
    .main_askc_c {
        display: block;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .main_askc_c {
        display: block;
    }
}

.askc_c .pic_c {
    margin: 15px auto;
    /* box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15); */
    position: relative;
    /*  border: 1px solid rgb(241, 241, 241); */
}

/* @media (max-width: 767px) {
    .askc_c .pic_c {
        border: 0 solid rgb(226, 226, 226);
    }
} */

/* @media (max-width: 991px) and (min-width: 768px) {
    .askc_c .pic_c {
        border: 2px solid #ff5256;
    }
} */
.askc_c .main_askc_c .pxfdccc {
    line-height: 25px;
    color: rgba(31, 17, 66, 0.6);
}

.askc_c .main_askc_c .patentlistc {
    display: flex;
    flex-wrap: wrap;
}

.askc_c .main_askc_c .patentlistc .cinolsitcc {
    display: flex;
    align-items: stretch;
    margin: 15px auto;
}

.askc_c .pic_c .img_box {
    position: absolute;
    right: -18px;
    top: 20px;
    /* border: 2px solid rgb(252, 159, 97); */
    width: 100%;
    height: 100%;
}

.askc_c .showtext_c {
    color: rgba(31, 17, 66, 0.5);
    text-align: center;
    width: 100%;
}

.askc_c .showtext_c .iconscc {
    width: 92px;
    height: 92px;
    color: #ffffff;
    margin: 0 auto;
    font-size: 36px;
    line-height: 92px;
    border-radius: 50%;
    background: #1FDE82;
    box-shadow: 0 8px 32px rgba(31, 222, 130, 0.46);
}

.askc_c .showtext_c .iconscc .iconfont {
    font-size: 3rem;
    color: #fff;
}

.askc_c .showtext_c .showtct {
    margin-top: 25px;
}

.askc_c .showtext_c .showtct .h1title {
    font-size: 1.1rem;
    text-align: center;
    color: #1f1142;
}

.askc_c .showtext_c .showtct .h2title {
    font-size: 1rem;
    margin-top: 10px;
    line-height: 25px;
    color: rgba(31, 17, 66, 0.5);
    text-align: center;
    padding: 0 15px;
}


@media (max-width: 767px) {
    .askc_c .showtext_c {
        margin-top: 25px;
    }
}

/*什么是高新认证_end*/

/*高新服务项目_Start*/
.gxservices_bg {
    /* background-color: #f5f5f7;
    padding: 65px 0; */
}

@media (max-width: 767px) {
    .gxservices_bg {
        margin-top: 40px;
    }
}

.gxservices_bg .titlec {
    text-align: center;
}

.gxservices_bg .titlec h1 {
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    .gxservices_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .gxservices_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

.gxservices_bg .titlec h2 {
    font-size: 1rem;
    color: rgba(31, 17, 66, 0.5);
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px auto 35px auto;
    position: relative;
    line-height: 25px;
    display: inline-block;
}

.gxservices_bg .titlec h2 .leftline {
    position: absolute;
    left: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.gxservices_bg .titlec h2 .rightline {
    position: absolute;
    right: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .gxservices_bg .titlec h2 {
        font-size: 1rem;
        margin: 15px auto 15px auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .gxservices_bg .titlec h2 {
        font-size: 1rem;
        margin: 15px auto 20px auto;
    }
}

.gxservices_c .patentlistc {
    display: flex;
    flex-wrap: wrap;
}

.gxservices_c .patentlistc .patent_sub_listc {
    display: flex;
    align-items: stretch;
}

.gxservices_c .topcc {
    /* position: relative; */
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 30px 35px;
    background-image: url(../images/patent_bg1.png);
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin-bottom: 20px;
    width: 100%;
}

.gxservices_c .topcc.bgccc2 {
    background-image: url(../images/patent_bg2.png);
}

.gxservices_c .topcc.bgccc3 {
    background-image: url(../images/patent_bg3.png);
}

.gxservices_c .topcc:hover {
    transform: translateY(-6px);
    box-shadow: 0px 0px 40px 0px rgba(161, 66, 3, 0.15);
}


.gxservices_c .topcc .etxtexx {}



.gxservices_c .topcc .etxtexx .subcccc {
    width: 100%;
}

.gxservices_c .topcc .etxtexx .h1teitle {
    font-size: 1.2rem;
    font-weight: 800;
    color: #fff;
    width: 100%;
}

.gxservices_c .topcc .etxtexx .h23tite {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.95);
    margin-top: 15px;
    width: 100%;
    line-height: 25px;
}

.gxservices_c .topcc .stctbutn {
    margin-top: 20px;
    text-align: right;
    width: 100%;

}

.gxservices_c .isolistc {
    display: flex;
    flex-wrap: wrap;
}

.gxservices_c .posc_c {
    display: flex;
    align-items: stretch;
}

.gxservices_c .servitem {
    display: flex;
    background-color: rgba(255, 255, 255, 1);
    padding: 35px;
    /*  box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15); */
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    margin: 15px auto;
    align-items: center;
    width: 100%;
    background-color: #f5f5f7;
    background: linear-gradient(to right, #f0f0f1 0%, #f0f0f1 100%);
}

.gxservices_c .posc_c .servitem.morebtn_cc {
    width: 100%;
}



.gxservices_c .servitem .morecc {
    /* height: 80px; */
    text-align: center;
    width: 100%;
    color: #ff5256;
    display: flex;
    align-items: center;
    justify-content: center;
}



.gxservices_c .servitem .morecc a {
    color: #ff5256;
    transition: color 0.5s ease;
    font-weight: 800;
}

.gxservices_c .servitem .morecc a:hover {
    color: #9d9d9d;
}

.gxservices_c .servitem:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0px 4px 40px 2px rgba(17, 58, 93, 0.17);
}

.gxservices_c .servitem .leftc {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid rgba(31, 17, 66, 0.5);
    text-align: center;
    border-radius: 50px;
    font-size: 1.6rem;

}

.gxservices_c .servitem .rightc {
    flex: 1;
    margin-left: 15px;
}

.gxservices_c .servitem .rightc .hititle {
    font-size: 1.1rem;
    line-height: 25px;

}

.gxservices_c .servitem .rightc .subtext {
    color: rgba(31, 17, 66, 0.5);
    margin-top: 8px;
}

.gxservices_c .servitem .iconfont {
    font-size: 2rem;

    font-weight: normal;
}

.gxservices_c .servitem .iconfont.reset_font_size {
    font-size: 2.5rem;
}

/*高新服务项目_end*/


/*可申请的行业_Start*/
.business_bg {
    background-color: #fff;
}

.business_bg .titlec {
    text-align: center;
}

.business_bg .titlec h1 {
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    .business_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .business_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

.business_bg .titlec h2 {
    font-size: 1rem;
    color: rgba(31, 17, 66, 0.5);
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px auto 35px auto;
    position: relative;
    line-height: 25px;
    display: inline-block;
}

.business_bg .titlec h2 .leftline {
    position: absolute;
    left: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.business_bg .titlec h2 .rightline {
    position: absolute;
    right: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .business_bg .titlec h2 {
        font-size: 1rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .business_bg .titlec h2 {
        font-size: 1rem;
    }
}

.business_c .servitem {
    box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
    background-color: rgba(255, 255, 255, 1);
    padding: 25px 15px 30px 15px;
    transition: transform 0.5s ease;
    margin: 15px auto;
    text-align: center;
    /* background: -webkit-linear-gradient(to right, #fd9a28 0%, #ffb259 100%);
    background: -o-linear-gradient(to right, #fd9a28 0%, #ffb259 100%);
    background: -ms-linear-gradient(to right, #fd9a28 0%, #ffb259 100%);
    background: linear-gradient(to right, #fd9a28 0%, #ffb259 100%); */
}

.business_c .servitem:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0px 4px 40px 2px rgba(17, 58, 93, 0.17);
}





.business_c .businessitem {
    display: flex;
    align-items: center;
    /* justify-content: center; */
    /* align-content: space-around; */
    flex-wrap: wrap;
    text-align: center;
    margin-left: -0.4%;
    margin-right: -0.4%;
}

.business_c .businessitem .servitem {
    width: 24%;
}


@media (max-width: 767px) {
    .business_c .businessitem .servitem {
        width: 99%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .business_c .businessitem .servitem {
        width: 49%;
    }
}


.business_c .businessitem .servitem .iconsc_c_big {
    margin: 0 auto;
    width: 95px;
    height: 95px;
    border: 1px solid #d4d4d4;
    border-radius: 50px;
    display: flex;
    align-items: center;
    box-shadow: 1px 2px 25px 1px rgba(0, 0, 0, 0.15);
    background-color: rgba(0, 0, 0, 0.09);
}

.business_c .businessitem .servitem .iconsc_c {
    width: 85px;
    height: 85px;
    margin: 0 auto;
    background: -webkit-linear-gradient(135deg, #09cce5, #0acccb);
    background: -o-linear-gradient(135deg, #09cce5, #0acccb);
    background: -moz-linear-gradient(135deg, #268aff, #0acccb);
    background: linear-gradient(135deg, #09cce5, #0acccb);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.business_c .businessitem .servitem .iconsc_c .iconfont {
    color: #fff;
    font-size: 2.5rem;
}

.business_c .businessitem .servitem .h1title {
    font-size: 1rem;
    margin-top: 10px;
    /* color: rgba(255, 255, 255, 1); */
}

/*可申请的行业_end*/


/*申报高新的好处_Start*/
.benefit_bg {

    background-color: #fff;
}

@media (max-width: 767px) {
    .benefit_bg {
        margin-top: 40px;
    }
}

.benefit_bg .titlec {
    text-align: center;
}

.benefit_bg .titlec h1 {
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    .benefit_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .benefit_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

.benefit_bg .titlec h2 {
    font-size: 1rem;
    color: rgba(31, 17, 66, 0.5);
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px auto 35px auto;
    position: relative;
    line-height: 25px;
    display: inline-block;
}

.benefit_bg .titlec h2 .leftline {
    position: absolute;
    left: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.benefit_bg .titlec h2 .rightline {
    position: absolute;
    right: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .benefit_bg .titlec h2 {
        font-size: 1rem;
        margin: 15px auto 15px auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .benefit_bg .titlec h2 {
        font-size: 1rem;
        margin: 15px auto 20px auto;
    }
}

.benefit_c .valueclist {
    display: flex;
    flex-wrap: wrap;
}

.benefit_c .valueclist .valuecsub_c {
    display: flex;
    align-items: stretch;
}

.benefit_c .value_c {
    padding: 35px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    /* background-image: url(../images/cvalue2.jpg); */
    margin: 15px auto;
    transition: transform 0.5s ease, box-shadow 0.5s ease;
    /* background-color: #fff;
    background: linear-gradient(to right, #fff 0%, #fff 100%); */
    background-color: #f0f0f1;
    width: 100%;
}



.benefit_c .value_c.firstbg {
    color: #fff;
    background-image: url(../images/cvalue2_2.jpg);
}



.benefit_c .value_c:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0px 4px 40px 2px rgba(17, 58, 93, 0.17);
}

.benefit_c .value_c .iconcs {
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    /*  padding: 20px; */
    border-radius: 50px;
    border: 1px solid rgba(31, 17, 66, 0.5);
    font-size: 1.8rem;

}

.benefit_c .value_c .iconcs.bordercolor {
    border: 1px solid #fff;
}

.benefit_c .value_c .iconcs .iconfont {
    font-size: 2.5rem;
    color: rgba(31, 17, 66, 0.6);

}

.benefit_c .value_c .iconcs .iconfont.iconfontcc {
    color: #fff;
}

.benefit_c .value_c .tesxtx {
    margin-top: 20px;
    text-align: center;
    color: rgba(31, 17, 66, 0.6);
    line-height: 25px;
}

.benefit_c .value_c .tesxtx.asfonstcolor {
    color: #fff;
}

/*申报高新的好处_end*/

/*高新办理流程_start*/
.flow_bg {
    /* background-color: #fff; */
    padding: 0 0 208px 0;
}


@media (max-width: 767px) {
    .flow_bg {

        padding: 0 0 0 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .flow_bg {
        padding: 0 0 0 0;
    }
}

.flow_bg .titlec {
    text-align: center;
}

.flow_bg .titlec h1 {
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    .flow_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .flow_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

.flow_bg .titlec h2 {
    font-size: 1rem;
    color: rgba(31, 17, 66, 0.5);
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px auto 35px auto;
    position: relative;
    line-height: 25px;
    display: inline-block;
}

.flow_bg .titlec h2 .leftline {
    position: absolute;
    left: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.flow_bg .titlec h2 .rightline {
    position: absolute;
    right: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .flow_bg .titlec h2 {
        font-size: 1rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .flow_bg .titlec h2 {
        font-size: 1rem;
    }
}


.flow_c .flowitem {
    display: flex;
    align-items: center;
    justify-content: space-around;
    align-content: space-around;
    flex-wrap: wrap;
    text-align: center;
    margin-left: -0.4%;
    margin-right: -0.4%;
    position: relative;
}

.flow_c .flowitem .bottomline {
    position: absolute;
    height: 1px;
    background-color: rgba(31, 17, 66, 0.1);
    width: 100%;
    left: 0;
    top: 228%;

}

.flow_c .flowitem .citem_c_c {
    position: relative;
    width: 95px;
    height: 85px;
    display: flex;
    align-items: center;
    transition: transform 0.5s ease;
}

.flow_c .flowitem .citem_c_c:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);

}

@media (max-width: 767px) {
    .flow_c .flowitem .citem_c_c {

        width: 45%;
        margin-bottom: 90px;

    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .flow_c .flowitem .citem_c_c {

        width: 33%;
        margin-bottom: 90px;

    }
}



.flow_c .flowitem .citem_c_c .citem {
    width: 95px;
    height: 85px;
    padding: 15px 5px;
    border-radius: 5px;
    margin: 0 auto;
    background-color: #8890a6;
    position: relative;
}

.flow_c .flowitem .citem_c_c .citem.arrow:before {
    position: absolute;
    background: #8890a6;
    box-shadow: -2px 2px 2px 0 rgba(187, 187, 187, 0.35);
    content: "";
    display: block;
    height: 10px;
    width: 10px;
    bottom: -4px;
    right: 45%;
    transform: rotate(-51deg) skew(-6deg, 10deg);
    -webkit-transform: rotate(-51deg) skew(-6deg, 10deg);
    -moz-transform: rotate(-51deg) skew(-6deg, 10deg);
    -ms-transform: rotate(-51deg) skew(-6deg, 10deg);
    -o-transform: rotate(-51deg) skew(-6deg, 10deg);
}

.flow_c .flowitem .citem_c_c .citem .iconfont {
    font-size: 2.2rem;
    color: rgba(255, 255, 255, 1);
}

/* @media (max-width: 767px) {
    .flow_c .flowitem .citem_c_c .citem {
        width: 99%;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .flow_c .flowitem .citem_c_c .citem {
        width: 49%;
    }
} */

.flow_c .flowitem .citem_c_c .h1title {
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 125%;
    left: 0;
    width: 100%;
    line-height: 22px;
}

.flow_c .flowitem .citem_c_c .numbersc {
    font-size: 1rem;
    text-align: center;
    position: absolute;
    top: 205%;
    left: 0;
    width: 100%;
}


@media (max-width: 767px) {
    .flow_c .flowitem .citem_c_c .numbersc {

        top: -35%;

    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .flow_c .flowitem .citem_c_c .numbersc {

        top: -35%;

    }
}



.flow_c .flowitem .citem_c_c .numbersc .shownumbers {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #ff5256;
    font-size: 1.2rem;
    color: #fff;
    box-shadow: 1px 2px 25px 1px rgba(0, 0, 0, 0.15);
}

/*高新办理流程_end*/


/*双软基本条件_Start*/
.doublebg_bg {
    background-color: #f5f5f7;
    padding: 65px 0;
}

@media (max-width: 767px) {
    .doublebg_bg {
        padding: 30px 0 20px 0;
    }
}

.doublebg_c .titlec {
    text-align: center;
}

.doublebg_c .titlec h1 {
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    .doublebg_c .titlec h1 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .doublebg_c .titlec h1 {
        font-size: 1.4rem;
    }
}

.doublebg_c .titlec h2 {
    font-size: 1rem;
    color: rgba(31, 17, 66, 0.5);
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px auto 12px auto;
    position: relative;
    line-height: 25px;
    display: inline-block;
}

.doublebg_c .titlec h2 .leftline {
    position: absolute;
    left: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.doublebg_c .titlec h2 .rightline {
    position: absolute;
    right: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .doublebg_c .titlec h2 {
        font-size: 1rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .doublebg_c .titlec h2 {
        font-size: 1rem;
    }
}

.doublebg_c .contitionlist_c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.doublebg_c .contitionlist_c .sublic_subtc {
    display: flex;
    align-items: stretch;
}

.doublebg_c .contitionlist_c .showc_txt {
    margin-top: 38px;
    color: rgba(31, 17, 66, 0.5);
    line-height: 25px;
}

@media (max-width: 767px) {
    .doublebg_c .contitionlist_c .showc_txt {
        margin-top: 0;
    }
}

/*双软基本条件__end*/


/*AAA所需材料_Start*/
.aaa_bg {
    background-color: #f5f5f7;
    padding: 65px 0;
}

.aaa_c .titlec {
    text-align: center;
}

.aaa_c .titlec h1 {
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    .aaa_c .titlec h1 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .aaa_c .titlec h1 {
        font-size: 1.4rem;
    }
}

.aaa_c .titlec h2 {
    font-size: 1rem;
    color: rgba(31, 17, 66, 0.5);
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px auto 12px auto;
    position: relative;
    line-height: 25px;
    display: inline-block;
}

.aaa_c .titlec h2 .leftline {
    position: absolute;
    left: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.aaa_c .titlec h2 .rightline {
    position: absolute;
    right: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .aaa_c .titlec h2 {
        font-size: 1rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .aaa_c .titlec h2 {
        font-size: 1rem;
    }
}

.aaa_c .contitionlist_c {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.aaa_c .contitionlist_c .sublic_subtc {
    display: flex;
    align-items: stretch;
}

.aaa_c .contitionlist_c .showc_txt {
    margin-top: 38px;
    color: rgba(31, 17, 66, 0.5);
    line-height: 25px;
}

/*AAA所需材料__end*/


/*所需条件和材料_start */
.handle_bg {
    background-color: #f5f5f7;
    padding: 65px 0;

}

.handle_bg .titlec {
    text-align: center;
}

.handle_bg .titlec h1 {
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    .handle_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .handle_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

.handle_bg .titlec h2 {
    font-size: 1rem;
    color: rgba(31, 17, 66, 0.5);
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px auto 35px auto;
    position: relative;
    line-height: 25px;
    display: inline-block;
}

.handle_bg .titlec h2 .leftline {
    position: absolute;
    left: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.handle_bg .titlec h2 .rightline {
    position: absolute;
    right: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .handle_bg .titlec h2 {
        font-size: 1rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .handle_bg .titlec h2 {
        font-size: 1rem;
    }
}

.handle_c .big_big_c {
    display: flex;
    align-items: stretch;
}


@media (max-width: 767px) {
    .handle_c .big_big_c {
        display: block;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .handle_c .big_big_c {
        display: block;
    }
}


.handle_c .big_big_c .big_big_big_c {
    display: flex;
    align-items: stretch;
}


.handle_c .big_big_c .big_big_big_c .bic_list_c {
    box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
    padding-bottom: 50px;
    margin: 15px auto;
    transition: transform 0.5s ease;
    position: relative;
    flex: 1;
}

.handle_c .bic_list_c:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0px 4px 40px 2px rgba(17, 58, 93, 0.17);
}

.handle_c .bic_list_c .itecsm {
    /* padding: 35px 15px; */
    position: relative;
    box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15)
}

.handle_c .bic_list_c .itecsm .icon_c_s {
    position: absolute;
    width: 100%;
    bottom: -32px;
    text-align: center;
}

.handle_c .bic_list_c .itecsm .icon_c_s .icon_c_c_c {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    margin: 0 auto;
    border: 2px solid #fff;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    background-color: #16a086;
}

.handle_c .bic_list_c .itecsm .icon_c_s .icon_c_c_c.iconbg {
    background-color: #ffbc00;
}

.handle_c .bic_list_c .itecsm .icon_c_s .icon_c_c_c .iconfont {

    font-size: 2.2rem;

    transform: rotate(-45deg);

    color: #fff;
}

.handle_c .bic_list_c .itecsm .titlec {
    font-size: 2rem;
    text-align: center;
    background-color: #16a086;
    padding: 40px 0 65px 0;
    color: #fff;
}

.handle_c .bic_list_c .itecsm .titlec.bgcc {
    background-color: #ffbc00;
}

.handle_c .bic_list_c .showtext {
    padding: 65px 60px 100px;
    line-height: 25px;
    color: rgba(31, 17, 66, 0.5);
}

@media (max-width: 767px) {
    .handle_c .bic_list_c .showtext {
        padding: 65px 35px 45px;

    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .handle_c .bic_list_c .showtext {
        padding: 65px 35px 45px;
    }
}


.handle_c .big_big_c .big_big_big_c .bic_list_c .talk_c_c {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
}

@media (max-width: 767px) {
    .handle_c .big_big_c .big_big_big_c .bic_list_c .talk_c_c {
        position: static;

    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .handle_c .big_big_c .big_big_big_c .bic_list_c .talk_c_c {
        position: static;

    }
}

/*所需条件和材料_end*/

/*成功案例_Start*/
.patnerc_bg {
    background-color: #fff;
}

@media (max-width: 767px) {
    .patnerc_bg {
        margin-top: 40px;
    }
}

.patnerc .titlec {
    text-align: center;
}

.patnerc .titlec h1 {
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    .patnerc .titlec h1 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .patnerc .titlec h1 {
        font-size: 1.4rem;
    }
}

.patnerc .titlec h2 {
    font-size: 1rem;
    color: rgba(31, 17, 66, 0.5);
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px auto 58px auto;
    position: relative;
    line-height: 25px;
    display: inline-block;
}

.patnerc .titlec h2 .leftline {
    position: absolute;
    left: -20%;
    width: 15%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.patnerc .titlec h2 .rightline {
    position: absolute;
    right: -20%;
    width: 15%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .patnerc .titlec h2 {
        font-size: 1rem;
        margin: 15px auto 30px auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .patnerc .titlec h2 {
        font-size: 1rem;
        margin: 15px auto 30px auto;
    }
}

@media (max-width: 767px) {
    .patnerlist {
        margin-bottom: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .patnerlist {
        margin-bottom: 0;
    }
}

.patnerlist .plogoc {
    text-align: center;
    transition: transform 0.5s ease;
}

.patnerlist .plogoc:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.patnerlist .plogoc img {
    box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
}

.patnerlist .plogoc h1 {
    text-align: center;
    font-size: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 20px;
    margin-bottom: 28px;
    color: rgba(31, 17, 66, 0.5);
}

/*成功案例_end*/

/*更多服务_start*/
.more_bg {
    background-color: #fff;

}

.more_bg .titlec {
    text-align: center;
}

.more_bg .titlec h1 {
    font-size: 2.2rem;
}

@media (max-width: 767px) {
    .more_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .more_bg .titlec h1 {
        font-size: 1.4rem;
    }
}

.more_bg .titlec h2 {
    font-size: 1rem;
    color: rgba(31, 17, 66, 0.5);
    text-transform: uppercase;
    font-weight: normal;
    margin: 15px auto 35px auto;
    position: relative;
    line-height: 25px;
    display: inline-block;
}

.more_bg .titlec h2 .leftline {
    position: absolute;
    left: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

.more_bg .titlec h2 .rightline {
    position: absolute;
    right: -95%;
    width: 80%;
    top: 50%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
    .more_bg .titlec h2 {
        font-size: 1rem;
        margin: 15px auto 15px auto;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    .more_bg .titlec h2 {
        font-size: 1rem;
        margin: 15px auto 20px auto;
    }
}

.more_c .moreservelist {
    display: flex;
    flex-wrap: wrap;
}

.more_c .moreservelist .morebtn_c_c_c {
    display: flex;
    align-items: stretch;
}

.more_c .moreserveitem {
    box-shadow: 0px 0px 40px 0px rgba(17, 58, 93, 0.15);
    background-color: #637b94;
    background: linear-gradient(to right, #637b94 0%, #637b94 100%);
    padding: 35px 35px 35px 35px;
    transition: transform 0.5s ease;
    margin: 15px auto;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    display: flex;
    align-items: center;
    width: 100%;

}

.more_c .moreserveitem:hover {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
    box-shadow: 0px 4px 40px 2px rgba(17, 58, 93, 0.17);
}

.more_c .moreserveitem .fontbox {
    width: 75px;
    height: 75px;
    margin: 0 auto;
    font-size: 2.2rem;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 1px 2px 25px 1px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 1);
    color: #ff5256;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.more_c .moreserveitem .ttitlec {
    flex: 1;
    text-align: left;
    padding-left: 25px;
}


@media (max-width: 767px) {
    .more_c .moreserveitem .ttitlec {

        text-align: left;
        padding-left: 25px;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .more_c .moreserveitem .ttitlec {
        text-align: left;
        padding-left: 25px;
    }

}


.more_c .moreserveitem .ttitlec .h2title {
    font-size: 1rem;
}

.more_c .moreserveitem .ttitlec .tackckc {
    margin-top: 25px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding-top: 25px;

}

@media (max-width: 767px) {
    .more_c .moreserveitem .ttitlec .tackckc {
        text-align: right;
    }

}

@media (max-width: 991px) and (min-width: 768px) {
    .more_c .moreserveitem .ttitlec .tackckc {
        text-align: right;

    }

}

.more_c .moreserveitem .ttitlec .tackckc a.custom-btn-a {
    font-size: 1rem;
    color: rgba(255, 255, 255, 1);
    display: inline-block;
    padding: 5px 15px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    transition: background-color 0.5s ease;
}



.more_c .moreserveitem .ttitlec .tackckc a.custom-btn-a:hover {
    background-color: rgba(255, 255, 255, 1);
    color: #1f1142;
}

/*更多服务__end*/