/*页面公用*/
.oem-box{
    padding-top: 50px;
    padding-bottom: 50px;
}

.support-body .i-title{
    font-size: 24px;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.3;
    color: #333;
    position: relative;
}

.support-body .i-desc{
    margin-bottom: 30px;
    line-height: 1.3;
    text-align: center;
}

.support-body p{
    margin: 0;
}

/*品控管理*/
.oem-quality{
    background-color: #f2f8fd;
}

.oem-quality-list{
    margin-bottom: 20px;
}

.oem-quality-list p{
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    font-size: 14px;
}

/*快速交付*/
.oem-fast-box{
    margin-top: 30px;
}

.oem-fast-list{
    padding: 20px 30px;
    background-color: #ffffff;
    box-shadow: 0px 4px 10px 0px
    #e8f4ff;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: .3s all;
    position: relative;
}

.oem-fast-list:hover{
    transform: translateY(-5px);
}

.oem-fast-list p{
    font-size: 18px;
    color: #2555a4;
    margin-bottom: 5px;
}

.oem-fast-list span{
    font-size: 14px;
    color: #666;
}



    /**/
#support{
    overflow: hidden;
}

#support .banner {
    height: 600px;
    background: url("/public/static/modules/cms/css/../images/banner.png") no-repeat top;
    background-size: cover;
    display: flex;
    align-items: center;

}

#support .banner h1 {
    margin-bottom: 30px;
    color: #fff;
    text-align: center;
}

#support .banner p {
    font-size: 18px;
    line-height: 38px;
    color: #fff;
}

.support-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.support-body ul li {
    height: 100%;
    position: relative;
}

.support-body ul li a {
    color: inherit;
    transition: .5s ease;
}

.support-body ul li a:hover {
    color: white;
}

.nav-link {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    background: #e0ecfb;
}

.link-list {
    display: flex;
    height: 50px;
}

.link-list li a {
    height: 100%;
    width: 100%;
    padding: 0 8px;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    font-size: 12px;
    transition: all 0.5s ease;
}

.link-list li a:hover {
    color: white;
    background: rgba(102, 177, 241, 0.8);
    transition: all 0.5s ease;
    cursor: pointer;
}


.link-list li.active a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #66B1F1;
    height: 3px;
}

/*tab切换*/
#myTab {
    background-color: #fff;
        padding: 50px 0 50px;
    text-align: center;
    border: none;
}

#myTab li {
    float: none;
    display: inline-block;
    text-align: center;
    width: 40%;
}

#myTab li .tab-btn {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #e0ecfb;
    color: #2c2f33;
    font-size: 24px;
    transition: .3s all;
}

#myTab li.active .tab-btn, #myTab li:hover .tab-btn {
    background-color: #f08519;
    border: none;
    color: #ffffff;
}


#myTab li:first-child {
    margin-right: 20px;
}

#myTab li .tab-btn:hover {
    cursor: pointer;
}

/*加工定制*/
.customization {
    background-color: #fff;
}

.customization h1{
    color: #333;
}

.customization #home .cust-info {
    background: url("/public/static/modules/cms/css/../images/cust_detail_bg.jpg") no-repeat left;
    background-size: cover;
    margin-bottom: 50px;
    padding-top: .7rem;
}

.customization .cust-title{
    margin-bottom: 0!important;
}


.customization #home > div {
    margin-bottom: 0px;
}

.customization #home .img-box {
    margin-top: 80px;
}

.customization #home .img-box div {
    text-align: center;
    margin-bottom: 30px;
}

.customization #home .img-box div:last-child {
    margin-bottom: 0;
}

/*定制底板*/
.cust-card-swiper{
    text-align: center;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
}

.cust-card-swiper .cust-card-container{
    position: absolute;
    left: 50%;
    top:0;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 5;
}

.cust-card-container{
    min-width: 80%;
}

.cust-card-swiper .cust-card-title{
    margin-top: 50px;
}

.cust-card .cust-card-swiper-button-next,.cust-card .cust-card-swiper-button-prev{
    width: 60px;
    height: 60px;
    color: #2659b3;
    border: 1px solid #2659b3;
    transition: .3s all;
    display: none;
}

.cust-card-swiper:hover .cust-card-swiper-button-next{
    display: flex;
}

.cust-card-swiper:hover .cust-card-swiper-button-prev{
    display: flex;
}

.cust-card-swiper-button-next{
    right: 0px;
}

.cust-card-swiper-button-prev{
    left: 0px;
}

.cust-card{
    background: url("https://srcc.myir.cn/images/20240510/8831cb9698db270386be806c3bd189ac.png?v=271511") no-repeat;
    background-size: cover;
}

.cust-card img{
    max-width: 80%;
}

/*定制服务优势*/

.customization #home .cust-text {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    line-height: 1.5;
}

.customization .cust-text>div{
    opacity: 0;
    position: relative;
    transition: .5s all;
}

.customization #home .cust-text h2{
    font-size: 36px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 24px;
    position: relative;
}

.customization #home .cust-text h2:after{
    content: '';
    height: 5px;
    width: 70px;
    background-color: #f08519;
    position: absolute;
    top: -10px;
    left: 0;
}


.odm .i-title {
    margin-bottom: 50px;
}

.cust-superiority-swiper {
    overflow: hidden;
    text-align: center;
}

.cust-superiority-swiper .swiper-slide>div{
    display: inline-block;
    position: relative;
}

.cust-superiority-swiper .swiper-slide {
    position: relative;
    transition: opacity .2s,transform 1s;
}

.cust-superiority-swiper .swiper-slide:hover {
}

.cust-superiority-swiper .swiper-slide:hover .cust-text>div{
    opacity: 1;
    display: block;
    transform: translateY(-10px);
}

.cust-superiority-swiper .swiper-slide .cust-img-info {
    position: absolute;
    top: 30px;
    left: 30px;
    right: 30px;
    bottom: 30px;
    font-size: 20px;
    color: #fff;
    text-align: left;
}

.cust-swiper-control {
    position: relative;
}

.cust-swiper-control .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    top: 20px;
    width: 120px;
    display: flex;
    justify-content: space-around;
}

.cust-swiper-control button {
    margin-top: 50px;
    font-size: 48px;
    width: 120px;
    height: 80px;
    line-height: 80px;
    background-color: #fff;
    border: #999 solid 1px;
    display: none;
}

.cust-swiper-control {
    height: 50px;
}

.cust-swiper-control button.cust-prev {
    border-right: none;
}

.cust-swiper-control button.cust-next {
    border-left: none;
}

.cust-swiper-control button:hover {
    border-color: #f08519;
    color: #f08519;
}

.cust-swiper-control .swiper-pagination-bullet-active {
    background-color: #f08519;
}



.cust-img{
    margin-bottom: 30px;
}

.cust-cont p{
    line-height: 1.5;
}

.cust-cont p:nth-child(2){
    margin: 30px 0;
}

/*定制服务流程*/

.customization #home .cust-flow {
    padding-top: 0;
    margin-bottom: 0!important;
    background:url("/public/static/modules/cms/css/../images/cust_flow_bg.png") no-repeat left center;
}

.flow-list .flow-img{
    text-align: center;
    margin-bottom: 30px;
    transition: .2s all;
}

.flow-list .flow-img img{
    max-height: 310px;
}

.flow-list .flow-img:hover{
    box-shadow: 0 0 15px #f08519;
    transform: translateY(-5px);
}

/*oem公用*/

.oem-allservice-list img,.oem-device-list img,.oem-quality-list img{
    transition: .3s all;

}

.oem-al-img,.oem-device-list>div,.oem-quality-list>div{
    overflow: hidden;
}

.oem-allservice-list:hover img,.oem-device-list:hover img,.oem-quality-list:hover img{
    transform: scale(1.2);
}

#oem .oem-allservice .i-title::after,#oem .pcba-title::after{
    display: none;
}

.support-body .i-title::after{
    content: "";
    height: 2px;
    width: 150px;
    background-color: #f08519;
    display: none;
    position: absolute;
    bottom: -10px;
    transform: translateX(-50%);
    left: 50%;
}

/*加工定制-oem 第一屏*/
.oem-pcba {
}

.oem-pcba .banner-info > div {
    font-size: 16px;
    color: #fff;
}

.pcba-text{
    margin-bottom: 30px;
}

.pcba-text p{
    line-height: 1.3;
    font-size: 16px;
}

#oem .pcba-title {
    color: #333333;
    margin-bottom: 20px;
}

.pcba-list{
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.pcba-list>div{
    box-shadow: 0px 4px 10px 0px
    #e8f4ff;
    position: relative;
    transition: .3s all;
    flex: 1;
    padding: 20px 0;
}

.pcba-list>div:hover{
    transform: translateY(-5px);
}

.pcba-list-title{
    color: #f08519;
    margin-bottom: 5px;
    font-size: 24px;

}

.pcba-list-title span{
    position: relative;
    top: -3px;
}

.pcba-list-title em{
    font-style: normal;
}

.pcba-list-desc{
    color: #2555a4;
    font-size: 14px;
}

/*oem的banner部分*/
.oem-rotation{
    position: relative;
}

#oem-rotation .rotation-swiper-pagination{
    text-align: center;
    position: absolute;
    bottom: 5px;
    z-index: 2;
}

/*PCBA一站式服务*/
.pcba-info{
    padding-bottom: 30px;
}

.home-about-data-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;

}

.home-about-data .home-about-data-item{
    margin-top: 10px;
    justify-content: center;
}

.home-about-data{
   flex: 1;
   margin-right: 0.15rem;
}

.home-about-data:last-child{
	margin-right: 0;
}

.about-a-left{
    margin-right: 0;
}



.oem-allservice{
    padding-bottom: 30px;
}


#oem .oem-allservice .i-title{
    margin-bottom: 15px;
    text-align: center;
    color: #333;
}

.oem-allservice .ome-title-desc {
    font-size: 14px;
    text-align: center;
    color: #f67c30;
    font-weight: bold;
    margin-bottom: 30px;
}

.oem-allservice-box{
}

.oem-allservice-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}

.ome-al-info{
    background-color: #f2f8fd;
    box-shadow: 0px 4px 10px 0px
    #e8f4ff;
    padding: 15px 5px;

}

.ome-al-info>div{
}

.oem-al-title{
    color: #2555a4;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
}

.oem .oem-al-desc{
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.3;
    height: 60px;
}

/*优质供应链*/
.oem-supply{
    background-color: #f2f8fd;
}

.oem-supply .i-title{
    font-size: 24px;
    line-height: 1.3;
}


.oem-supply-desc {
    line-height: 1.5;
    margin-bottom: 30px;
}

.oem-supply-brand{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.oem-suply-list{
    width: calc(calc(100% - 10px)/2);
    margin-bottom: 10px;
    text-align: center;
    margin-right: 10px;
    transition: .3s all;
}

.oem-suply-list:hover{
    transform: translateY(-5px);
}

.oem-suply-list:nth-child(2n){
    margin-right: 0;
}

.oem-supply-bot{
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    color: #666;
    margin-bottom: 20px;
}

/*生产设备*/

.oem-device .i-desc{
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
}

.oem-device-list{
    margin-bottom: 20px;
}

.oem-device-list p{
    text-align: center;
    margin: 0;
    padding: 20px;
    font-size: 14px;
    background-color: #f2f8fd;
}

.oem-device-list>div:hover{
    cursor: pointer;
}


/*合作联系*/
.oem-cooperation {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 60px;
    background: url("/public/static/modules/cms/css/../images/oem_cooperation_bg.png") no-repeat 100%;
    overflow: hidden;
    box-sizing: border-box;
    height: 760px;
    color: #fff;
}

.oem-cooperation .oc-title {
    height: 80px;
    line-height: 60px;
    padding: 0 80px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    color: #333;
}

.oc-box {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: solid 3px rgba(255, 255, 255, 0.95);
}

.oc-ititle {
    color: #333;
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 10px;
}

.oc-info {
    margin-top: 50px;
    font-size: 2.5px;
}

.oc-tel, .oc-email {
    color: #265398;
    font-size: 6em;
    font-family: PalatinoLinotype-BoldItalic;
    letter-spacing: 5px;
}

.oc-tel i, .oc-email i {
    color: #f08519;
}

.oc-email {
}


/**/

@media (min-width: 350px) {
    .link-list li a {
        font-size: 14px;
    }
}

@media (min-width: 450px) {
    .flow-list li:nth-child(even) .flow-text {
        margin-top: 85px;
    }

    .link-list li a {
        padding: 0 15px;
    }
}

@media (max-width: 420px) {
    .os-list > div {
        height: 270px;
    }
}

@media (min-width: 550px) {
    .cust-superiority-swiper .swiper-slide .cust-img-info {
        font-size: 36px;
    }


    .customization #home .cust-text {
        margin-top: 200px;
        line-height: 2;
    }

    #support .banner h1 {
        text-align: left;
    }

    .oc-info {
        font-size: 4px;
    }

    .num-img{
       margin: 0;
    }

    .home-about-data .home-about-data-item{
        justify-content: left;
    }

    .home-about-data{
        margin-right: .3rem;
    }
}


@media (max-width: 768px) {

}

@media (min-width: 768px) {

    .oem .oem-al-desc{
        height: 40px;
    }

    .oem-suply-list{
        width: calc(calc(100% - 30px)/3);
    }

    .oem-suply-list:nth-child(2n){
        margin-right: 10px;
    }

    .oem-suply-list:nth-child(3n){
        margin-right: 0px;
    }




    .cust-swiper-control {
        height: auto;
    }

    .cust-swiper-control button {
        display: inline-block;
    }

    .cust-swiper-control .swiper-pagination {
        left: auto;
        right: 5%;
        top: 80px;
    }

    .link-list {
        height: 70px;
    }

    .link-list li a {
        font-size: 24px;
    }

    #myTab li {
        width: 240px;
    }

    #myTab li:first-child {
        margin-right: 40px;
    }

    #myTab li .tab-btn {
        height: 80px;
    }

    .flow-list li {
        justify-content: left;
        height: 210px;
    }

    .oem-flow-list .of-box {
        align-items: flex-end;
    }


    .os-list .os-item {
        font-size: 16px;
        width: 160px;
    }

    .oem-cooperation .oc-title {
        font-size: 48px
    }

    .cust-superiority-swiper .swiper-slide .cust-img-info {
        font-size: 18px;
    }

    .customization #home .cust-text {
        font-size: 12px;
        margin-top: 80px;
        line-height: 1.5;
    }

    .customization #home .cust-text h2{
        font-size: 20px;
    }

    .os-list .os-item img {
        height: 157px;
        width: 157px;
    }

    .oc-info {
        font-size: 6px;
    }

    .cust-box{
        display: flex;
        align-items: center;
    }

    .cust-img{
        margin-bottom: 0;
    }

    .pcba-list-title{
        font-size: 28px;
    }

    .pcba-list-desc{
        font-size: 20px;
    }

    .support-body h1.i-title{
        text-align: left;
    }

    .support-body h1.i-title::after{
        transform:none;
        left: auto;
    }



    .about-a-left{
        margin-right: 1rem;
    }

}

@media (min-width: 992px) {
    .support-body .i-desc{
    }

    .oem-al-title{
        font-size: 16px;
    }

    .oem .oem-al-desc{
        font-size: 14px;
    }

    .oem-suply-list{
        width: calc(calc(100% - 60px)/6);
    }

    .oem-suply-list:nth-child(3n){
        margin-right: 10px;
    }

    .oem-suply-list:nth-child(6n){
        margin-right: 0px;
    }

    .support-body .i-title{
        font-size: 30px;
        margin-bottom: 50px;
    }

    .oem-box{
        padding-top: 50px;
        padding-bottom: 50px;
    }

    #oem .oem-allservice .i-title{
        font-size: 36px;
    }

    .oem-allservice .ome-title-desc{
        font-size: 16px;
    }

    .oem-supply .i-title{
        font-size: 24px;
    }

    .oem-supply-desc{
        font-size: 16px;
    }

    .oem-fast-box{
        margin-top: 50px;
    }

    .support-body .i-title::after{
        display: block;
    }


    .cust-cont .i-title{
        padding-top: 0;
    }

    #myTab{
        padding-top: 100px;
    }

    .customization #home > div {
        /*margin-bottom: 50px;*/
    }

    .oem-superiority .row {
        background-color: #fff;
        padding-bottom: 0;
        display: flex;
        align-items: center;
    }

    .superiority-img {
    }

    .panel-text {
        /*display: block;*/
    }

    .panel-text.active {
        display: block;
    }



    .panel-text {
    }

    .panel-text .text-wrap {
        margin-left: 0;
    }

    .panel-text .text-wrap .text-title {
        margin-bottom: 50px;
    }

    .panel-text .text-wrap .text-title .under {
        display: block;
    }

    .superiority-text {
        position: absolute;
        bottom: 50px;
        width: 90%;
        left: 50%;
        transform: translateX(-50%);
        text-align: justify-all;
        letter-spacing: 1px;
        color: #666666;
        background: rgba(238, 238, 238, .5);
        padding: 30px;
        font-size: 16px;
        display: none;
    }

    .superiority-control {
        display: flex;
        margin-top: 30px;
    }

    .oem-flow-list .of-box {
        height: 165px;
    }

    .oem-flow-list .of-box img {
        max-width: auto;
    }

    .os-list .os-item {
        font-size: 18px;
        width: 180px;
    }

    .customization #home .cust-text {
        font-size: 12px;
        margin-top: 80px;
        line-height: 2;
    }

    .customization #home .cust-text h2{
        font-size: 24px;
    }

    .panel-text .text-desc {
        display: block;
    }

    .panel-text.active {
        text-align: left;
        margin-top: 0;

    }

    .panel-text .text-ititle::after {
        display: block;
    }


    .panel-text .text-num {
        color: #f08519;
    }

    .panel-text .title-desc {
        color: #333;
    }

    .panel-text .text-ititle {
        color: #666;
    }

    .oc-info {
        font-size: 8px;
    }

    .cust-flow-body{
        padding-bottom: 0.7rem;
    }

}


@media (min-width: 1200px) {

    .support-body .i-title{
        font-size: 36px;
    }

    .col-lg-25 {
        width: 20%;
    }

    /*oem代工banner*/
    .oem-pcba .banner-info > div {
    }

    .cust-superiority-swiper .swiper-slide .cust-img-info {
        font-size: 24px;
    }

    .customization #home .cust-text {
        font-size: 16px;
        line-height: 2;
    }

    .customization #home .cust-text h2{
        font-size: 32px;
    }

    .panel-text {
        font-size: 8px;
    }

    .oem-flow-list .of-box {
        height: 210px;
    }

    .os-list .os-item img {
        width: auto;
        height: auto;
    }

    .os-list > div:nth-child(-n+5) > div {
        margin-bottom: 80px;
    }

    .oc-info{
     font-size: 10px;
    }

    .pcba-list-title{
        font-size: 32px;
    }

    .pcba-list-desc{
        font-size: 24px;
    }

}

@media (min-width: 1400px) {
    .oem-flow-list .of-box {
        margin-top: 40px;
    }

    .customization #home .cust-text {
        font-size: 18px;
        line-height: 2;
        margin-top: 220px;
    }

    .panel-text {
        font-size: 10px;
    }
}

/*调用大图样式*/
.big_img{position: fixed;z-index: -1;opacity: 0;background: rgba(0,0,0,0.9);width: 100%;height: 100%;top:0;left:0;}
.big_img .swiper-container {position: relative;width: 100%;height: 100%;}
.big_img .swiper-container  .swiper-wrapper{width: 100%;height: 100%;}
.big_img .swiper-slide{width: 100%;height: 100%;display: table}
.big_img .swiper-slide .cell{width: 100%;;height: 100vh;display: table-cell;vertical-align: middle;text-align: center;}
.big_img .swiper-slide img{max-width: 85%;max-height: 85%;margin:0 auto;z-index: 112;position: relative;}
.big_img .swiper-pagination{position: absolute; top:1.2rem;text-align: center;width: 100%;color: #fff;font-size: 16px}
.big_img .swiper-pagination span{margin:0 0.05rem;color: #fff;}
.big_img .swiper-button{top: 50%;padding: 20px;z-index: 999}
.big_img .swiper-button-next{right: 10px}
.big_img .swiper-button-prev{left: 10px}
.big_img  .swiper-pagination-fraction{bottom: auto}
.big_img p{color: #fff;margin-top: 20px}

@media (max-width: 1200px) {
    .big_img .swiper-button{
        display: none;
    }
}

@media (max-device-width: 768px) {
    .big_img .swiper-pagination {font-size: 40px}
}