﻿* {
    font-size: 16px;
}

.font_weight {
    font-weight: bold;
}

.content {
    width: 100%;
}

.top_banner {
    width: 100%;
    position: relative;
}

.ba_img {
    width: 100%;
}

.banane_txt {
    position: absolute;
    top: 30%;
    width:100%;
    color: white
}

.banane_txt_1 {
    font-family: var(--f-f-l-family-1),sans-serif;
    width: 1280px;
    font-size: 64px;
    margin: 0px auto;
    margin-bottom: 20px;
}

.banane_txt_2 {
    width: 1280px;
    margin: 0px auto;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
}
    .banane_txt_2>p{
        width:50%;
        font-size:16px;
    }
    /*222222222222222222222222222222222222222222*/
    .pcb_introduce, .discount_zone, .pcb_function, .multi_layer, .qaq,  .contact_information {
        width: 1280px;
        margin: 50px auto;
        display: flex;
    }

        .pcb_introduce > h1, .discount_zone > h1, .pcb_function > h1, .multi_layer > h1 {
            font-family: var(--f-f-l-family-1),sans-serif;
            margin-bottom: 20px;
            font-size: 36px;
        }
        .multi_layer > p, .multi_layer>div{
            color:#333;
        }
        .pcb_details_top {
            margin-bottom: 20px;
            font-family: var(--f-f-l-family-1),sans-serif;
            color: var(--f-f-l-color-1);
        }

.pcb_details_content {
    font-size: 17px;
    /*text-indent: 2em;*/
    line-height: 24px;
}

.pcb_introduce, .discount_zone {
    justify-content: space-between;
}
    .pcb_introduce a{
        width:100%;
        display:block;
        text-align:center;
    }
    .pcb_img {
        width: 500px;
        margin: 0px auto;
    }

.pcb_details {
    width: 60%;
    justify-content: space-around;
}
/*3333333333333333333333333333333333333333333*/
.discount_zone {
    margin-top: 100px;
}

    .discount_zone > .discount_left > .zone_text {
        font-size: 18px;
        margin-top: 30px;
        color:#333;
    }

.discount_left, discount_right {
    width: 34%;
}

    .discount_left > .top_smail_text {
        color: #FF5F2E;
        font-size: 16px;
        font-family: var(--f-f-l-family-3),sans-serif;
        font-style: italic;
        
    }

    .discount_left > h1 {
        font-size: 34px;
        color: #004165;
        font-family: var(--f-f-l-family-1),sans-serif;
        font-weight: bold;
        margin: 15px 0px;
    }

.discount_right {
    width: 32%;
    border: 1px solid #ccc;
    padding: 30px;
    position: relative;
    background: #f8f8f8;
    color:#012a71;
    border-top: 5px solid #324a6a;
    box-sizing: border-box;
}

    .discount_right:hover {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-top: 5px solid #6eb92b;
    }
    .discount_right > img {
        width:100%;
    }
    .discount_right > p {
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 20px 0px 10px;
        margin-bottom:10px;
    }

    .discount_right > div > span {
        font-size: 22px;
        font-family: var(--f-f-l-family-1),sans-serif;
        color: #004165;
    }

    .discount_right > div li img {
        display: inline;
        margin: 10px 10px;
    }

/*.discount_right_p_1, .discount_price1,*/ 
.pcb_details_top {
    font-size: 34px;
    font-family: var(--f-f-l-family-1),sans-serif;
}

/*.discount_right_p_2{
    font-weight:bold;
}*/

.green_bag {
    background-color: #6eb92b;
}

/*.green_col {
    color: #6eb92b;
}*/
/*.discount_zone .discount_right div li{
    list-style-image:url('/images/勾.png');
}*/
.discount_zone .discount_right:nth-of-type(2n+1) {
    background-image: linear-gradient(105deg, #013A71 85%, #f2295b 100%);
    color: white;
}

    .discount_zone .discount_right:nth-of-type(2n+1) > div > span {
        color: white;
    }
/*字体颜色*/
.pcb_function, .multi_layer, .qaq {
    flex-wrap: wrap;
    flex-direction: column;
    /*align-items: center;*/
    /*color: var(--f-f-l-color-1);*/
    background-color:#f5f5f5;
}

    .pcb_function .layui-table td {
        text-align: center;
    }
       
        .multi_layer > div {
            width: 100%;
            display: flex;
            justify-content: space-around;
        }

    .multi_layer > p {
        margin-bottom: 20px;
    }

.multi_layer_sbox {
    width: 30%;
    border: 1px solid #ccc;
    padding: 5px;
    box-shadow: 0px 0px 5px black;
}
/*55555555555555555555555555555*/
.layui-collapse {
    width: 100%;
}

/* .layui-collapse > .layui-colla-item > .layui-colla-content {
        background-color: #ccc;
    }*/
.btn_change {
    background-color: #399b48;
}

.qaq > p {
    color: #333;
    font-size: 16px;
    font-weight:bold;
    margin-bottom: 10px;
    font-family: var(--f-f-l-family-3),sans-serif;
}

.qaq > h1 {
    font-size: 36px;
    margin-bottom: 30px;
    font-family: var(--f-f-l-family-1),sans-serif;
}
.qaq{
    align-items:center;
}
.pcb_sort {
    width: 100vw;
    margin: 30px auto;
    display: flex;
}

.pcb_sort_item {
    position: relative;
    height: 270px;
    flex: 1;
    /*border: 1px solid #ccc;*/
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    /*background-color: rgba(160, 160, 160,.7);*/
    overflow: hidden;
}
.pcb_sort_item_content h2 {
    position: absolute;
    font-size: 32px;
    color:white;
    top: -50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

    .pcb_sort_item * {
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
    }

    .pcb_sort_item:hover {
        flex: 3 1 0% !important;
    }
.pcb_sort_item_content {
    height: 270px;
}
.pcb_sort_item_content img {
    height: 100%;
}
.pcb_sort_item:hover .pcb_sort_item_content h2 {
    width:100%;
    text-align:center;
    top: 50%;
    transition-delay: .3s;
    /*left: 50%;*/
    transform: translate(-50%, -50%);
}
.pcb_sort_item:hover .pcb_sort_item_content img {
    margin-top: -100px;
    opacity: 0.5;
    width:100%;
    height: 230%;
}
.pcb_sort_item:hover .pcb_sort_item_content {
    background-image: linear-gradient(170deg, var(--f-f-l-color-1) 24%, #026CD2 100%);
}
.pcb_so {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
    .pcb_so > h1 {
        font-size: 34px;
        font-family: var(--f-f-l-family-1),sans-serif;
        color: var(--f-f-l-color-1)
    }

.contact_information {
    flex-wrap: wrap;
    flex-direction: column;
    /*align-items: center;*/
    padding: 48px;
    height: 220px;
    background-image: linear-gradient(170deg, var(--f-f-l-color-1) 23%, #026CD2 100%);
}
.information_box {
    position: relative;
    height: 315px;
    overflow: hidden;
    background-image: radial-gradient(at center center, #026CD273 0%, var(--f-f-l-color-1) 100%);
}
.contact_information_input {
    align-items: flex-end;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.information_box >img {
    position: absolute;
    z-index: -1;
    top:-90%;
    width: 100%;
}
.contact_information_input>div>p{
    color:white;
    margin:30px 0px 0px;
}
.contact_information_input .layui-input {
    width: 460px;
    background: transparent;
    color:#fff;
}

    .contact_information_input .layui-btn {
        width: 200px;
    }

.contact_information > h1 {
    text-align: left;
    color: #fff;
    font-family: "Inter", Sans-serif;
    font-size: 25px;
    font-weight: 700;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: -1px;
}
.multi_layer_sbox img{
    width:100%;
}


/*faq*/
.faq_box{
    width:100%;
}
.faq_title {
    width: 100%;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    line-height: 50px;
    align-items: center;
    border-bottom: 4px solid #F9F9F9;
}

    .faq_title span {
        padding: 0px 15px;
        font-size: 22px;
        color: #013A71;
        line-height: 50px;
        font-family: var(--f-f-l-family-1), Sans-serif;
    }

.faq_icon {
    width: 20px;
    height: 10px;
    background: url(/images/new_index/tobom.png) no-repeat;
    background-size: 20px;
    background-position-y: -9px;
    transition: all .3s;
    margin: 0px 20px;
}

.faq_content {
    width: 100%;
    display: none;
    padding: 15px;
    margin-top: 2px;
    border: 1px solid #ccc;
}

    .faq_content p {
        margin-bottom: 10px !important;
    }

.faq_title_active {
    background-color: transparent;
    background-image: linear-gradient(155deg, #013A71 0%,#026CD2 100%);
    color: #FFFFFF;
    border-bottom: none;
}

.faq_img_active {
    background: url(/images/new_index/tobom_h.png) no-repeat;
    background-size: 20px;
    background-position-y: -9px;
    transition: all .3s;
    transform: rotate(180deg);
}

.pcba_banner {
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(170deg, #013A71 24%, #026CD2 100%);
}

    .pcba_banner > img {
        opacity: 0.6;
    }