.main_content {
    padding: .92rem 0 0;
}

/* 标题 */
.titleS {
    font-size: .42rem;
    text-align: center;
    font-family: pb;
    font-style: italic;
    text-transform: Uppercase;
    margin-bottom: .2rem;
    position: relative;
}

.titleS_line {
    width: 1.8rem;
    height: .06rem;
    background-color: #d73f30;
    position: absolute;
    top: -.2rem;
    left: 37%;
}

.product_banner {
    width: 100%;
    height: 11rem;
    background: url(../img/SpiderHanging-yd-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.productBanner_quoteBtn {
    width: 3.3rem;
    height: .8rem;
    position: absolute;
    left: 2.8%;
    top: 29.6%;
    cursor: pointer;
    background-color: transparent;
}

.why_box {
    width: 100%;
    margin-bottom: .6rem;
}

.why_box .why_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.why_box .titleS {
    text-align: left;
}

.why_box .titleS_line {
    left: 0;
    top: -.2rem;
}

.why_box .msgH {
    color: #000;
    font-size: .26rem;
}

.why_box .why_L {
    width: 100%;
    padding: .2rem .4rem;
}

.why_box .why_btn {
    display: block;
    width: 2.8rem;
    height: .8rem;
    line-height: .8rem;
    cursor: pointer;
    font-size: .26rem;
    font-family: pb;
    color: #fff;
    text-align: center;
    background-color: #00134c;
    border-radius: .4rem;
    margin-top: .4rem;
}

.why_box .why_R {
    width: 100%;
    height: 5rem;
    margin-top: .4rem;
}

.why_box .why_R img {
    transition: transform 0.3s ease;
}

.why_box .why_R:hover img {
    transform: scale(1.02);
}

.why_box .why_ImgBj {
    display: none;
}

.application_scenarios {
    width: 100%;
}

.application_scenarios .application_content {
    width: 7rem;
    margin: 0 auto;
}

.application_scenarios .application_ul {
    width: 100%;
    padding-top: .3rem;
}

.application_scenarios .msgH {
    font-size: .26rem;
}

.application_scenarios .application_li {
    width: 100%;
    margin-bottom: .2rem;
}

.application_scenarios .application_liImg {
    width: 100%;
    height: 5rem;
    overflow: hidden;
}

.application_scenarios .application_liImg img {
    transition: transform 0.3s ease;
}

.application_scenarios .application_liImg:hover img {
    transform: scale(1.02);
}


.application_scenarios .application_liText {
    width: 100%;
    padding: .4rem .2rem;
    background-color: #322f2a;
}

.application_scenarios .application_liTitle {
    font-size: .3rem;
    font-family: pb;
    color: #fff;
}

.application_scenarios .application_liMsg {
    font-size: .26rem;
    font-family: p2;
    color: #fff;
    line-height: 1.8;
    margin-top: .1rem;
}

.product_model {
    width: 100%;
}

.product_model .model_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 0;
}

.product_model .model_ul {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.product_model .model_img_1 {
    order: 1;
}

.product_model .model_text_1 {
    order: 2;
}

.product_model .model_img_2 {
    order: 3;
}

.product_model .model_text_2 {
    order: 4;
}

.product_model .model_img_3 {
    order: 5;
}

.product_model .model_text_3 {
    order: 6;
}

.product_model .related_img_4 {
    order: 7;
}

.product_model .related_text_4 {
    order: 8;
}

.product_model .model_L {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: .08rem;
    overflow: hidden;
}

.product_model .model_L img {
    width: 100%;
    height: 4rem;
    display: block;
    transition: transform 0.3s ease;
}

.product_model .model_L:hover img {
    transform: scale(1.02);
}

.product_model .model_R {
    width: 100%;
    background-color: #f6f7f8;
    padding: .4rem;
    margin-bottom: .4rem;
    border-radius: .08rem;
}

.product_model .model_RTitle {
    color: #000;
    font-size: .3rem;
    font-family: pb;
    margin-bottom: .2rem;
}

.product_model .msgH {
    text-align: left;
    font-size: .26rem;
}

.product_model .msgH p {
    color: #999;
    line-height: 2;
}

.product_model .quote_btn,
.client_cases .quote_btn {
    width: 45%;
    height: .8rem;
    line-height: .8rem;
    margin-top: .4rem;
    background-color: #00134c;
    font-size: .28rem;
    font-family: pb;
    color: #fff;
    border-radius: .4rem;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 0 .2rem;
    cursor: pointer;
}

.product_model .quote_btn img,
.client_cases .quote_btn img {
    width: .4rem;
    height: .4rem;
    object-fit: contain;
}

.client_cases {
    width: 100%;
    background-color: #e9e6e6;
}

.client_cases .client_content {
    width: 7rem;
    margin: 0 auto;
    padding: 0 0 .6rem;
}

.client_cases .client_ul {
    width: 100%;
}

.client_cases .client_li {
    width: 100%;
    padding: .4rem 0 0;
}

.client_cases .client_li3 {
    padding-top: .8rem;
}

.client_cases .client_li1,
.client_cases .client_li2 {
    border-bottom: .01rem solid #ccc;
}

.client_cases .client_ul .titleH {
    font-size: .3rem;
    text-align: center;
    margin-bottom: .2rem;
}

.client_cases .client_li1 img {
    width: 100%;
    height: 4rem;
    object-fit: cover;
}

.client_cases .client_ul .msgH {
    margin: .4rem 0;
    color: #000;
    font-size: .26rem;
}

.client_cases .client_li2 img {
    width: 100%;
    height: 4rem;
}

.client_cases .client_li2_bottom {
    margin-top: .4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.client_cases .client_li2_bottom img {
    width: 40%;
    height: 4rem;
    object-fit: cover;
}

.client_cases .client_li2_bottomR {
    width: 60%;
    padding: 0 .6rem;
}

.client_cases .client_li2_bottomR .titleH {
    text-align: left;
}

.client_cases .quote_btn {
    margin-top: .4rem;
    margin-left: 1.6rem;
}

.service_support {
    width: 100%;
    margin-top: .4rem;
}

.service_support .service_content {
    width: 7rem;
    margin: 0 auto;
    padding: .6rem 0 .2rem;
}

.service_support .service_ul {
    width: 100%;
}

.service_support .service_ul .service_li {
    width: 100%;
    height: 5rem;
    padding: .6rem;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    margin-bottom: .4rem;
}

.service_support .service_ul .titleH {
    font-size: .36rem;
    color: #182837;
}

.service_support .msgH {
    height: 1.7rem;
    font-size: .26rem;
    margin: .2rem 0;
    color: #182837;
}

.service_support .service_liImg {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: cover;
    position: absolute;
    right: 12%;
    bottom: 10%;
}