.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: 45%;
}

.product_banner {
    width: 100%;
    height: 8rem;
    background: url(../img/SpiderHanging-banner.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.productBanner_quoteBtn {
    width: 3.8rem;
    height: 1rem;
    position: absolute;
    left: 10.8%;
    bottom: 27.5%;
    cursor: pointer;
    background-color: transparent;
}

.why_box {
    width: 100%;
    position: relative;
    margin-bottom: .8rem;
}

.why_box .why_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.why_box .titleS {
    text-align: left;
}

.why_box .titleS_line {
    left: 0;
}

.why_box .msgH {
    color: #000;
}

.why_box .why_L {
    width: 50%;
    padding: .2rem .4rem;
}

.why_box .why_btn {
    display: block;
    width: 2rem;
    height: .6rem;
    line-height: .6rem;
    cursor: pointer;
    font-size: .2rem;
    font-family: pb;
    color: #fff;
    text-align: center;
    background-color: #00134c;
    border-radius: .4rem;
    margin-top: .4rem;
}

.why_box .why_R {
    width: 50%;
    height: 4rem;
    overflow: hidden;
}

.why_box .why_R img {
    transition: transform 0.3s ease;
}

.why_box .why_R:hover img {
    transform: scale(1.02);
}

.why_box .why_ImgBj {
    width: 10rem;
    height: 4rem;
    position: absolute;
    right: 0.5%;
    bottom: -5%;
    z-index: -1;
}

.application_scenarios {
    width: 100%;
    background: url(../img/SpiderHanging3.jpg) no-repeat center center;
    background-size: cover;
}

.application_scenarios .application_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.application_scenarios .titleS {
    color: #fff;
}

.application_scenarios .application_ul {
    width: 100%;
    padding-top: .1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.application_scenarios .application_li {
    width: 32%;
}

.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: .2rem 0;
}

.application_scenarios .application_liTitle {
    font-size: .24rem;
    font-family: pb;
    color: #fff;
}

.application_scenarios .application_liMsg {
    font-size: .2rem;
    font-family: p2;
    color: #fff;
    line-height: 1.8;
    margin-top: .1rem;
}

.product_model {
    width: 100%;
}

.product_model .model_content {
    width: 15rem;
    margin: 0 auto;
    padding: .8rem 0 .4rem;
}

.product_model .model_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.product_model .model_L {
    width: 55%;
    height: 4rem;
    margin-bottom: .4rem;
    overflow: hidden;
}

.product_model .model_L img {
    transition: transform 0.3s ease;
}

.product_model .model_L:hover img {
    transform: scale(1.02);
}

.product_model .model_R {
    width: 45%;
    height: 4rem;
    background-color: #f6f7f8;
    padding: .4rem;
    margin-bottom: .4rem;
}

.product_model .msgH {
    text-align: left;
    margin: .25rem 0;
}

.product_model .msgH p {
    color: #999;
    line-height: 2;
}

.product_model .model_RTitle {
    color: #000;
    font-size: .28rem;
    font-family: pb;
}

.product_model .quote_btn,
.client_cases .quote_btn {
    width: 40%;
    height: .6rem;
    line-height: .6rem;
    margin-top: .1rem;
    background-color: #00134c;
    font-size: .24rem;
    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: .3rem;
    height: .3rem;
    object-fit: contain;
}

.client_cases {
    width: 100%;
    background-color: #e9e6e6;
}

.client_cases .client_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.client_cases .client_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.client_cases .client_li {
    width: 33%;
    padding: 0 .4rem;
}

.client_cases .client_li1,
.client_cases .client_li2 {
    border-right: .01rem solid #ccc;
}

.client_cases .client_ul .titleH {
    font-size: .3rem;
    text-align: center;
}

.client_cases .client_li1 img {
    width: 100%;
    height: 5rem;
    object-fit: cover;
}

.client_cases .client_ul .msgH {
    margin-top: .1rem;
    color: #000;
}

.client_cases .client_li2 img {
    width: 100%;
    height: 3rem;
}

.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: 3rem;
    object-fit: cover;
}

.client_cases .client_li2_bottomR {
    width: 60%;
    padding: 0 .2rem;
}

.client_cases .client_li2_bottomR .titleH {
    text-align: left;
}

.client_cases .client_li3 .titleS {
    margin-left: -.5rem;
}

.client_cases .client_li3 .titleS_line {
    left: 11%;
}

.client_cases .quote_btn {
    width: 60%;
    margin-top: .2rem;
}

.service_support {
    width: 100%;
    margin-top: .4rem;
}

.service_support .service_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.service_support .service_ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.service_support .service_ul .service_li {
    width: 24%;
    height: 4rem;
    padding: .4rem .2rem;
    background-color: #f8f8f8;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.service_support .service_ul .titleH {
    font-size: .26rem;
    color: #182837;
}

.service_support .msgH {
    height: 1.7rem;
    font-size: .18rem;
    margin: .2rem 0;
    color: #182837;
}

.service_support .service_liImg {
    width: .9rem;
    height: .9rem;
    object-fit: cover;
    position: absolute;
    right: 12%;
    bottom: 8%;
}