﻿@charset "utf-8";
/*=======================二级导航栏 样式==================================*/
html {
    font-family: "Nunito Sans", sans-serif !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font: 14px "Nunito Sans", sans-serif !important;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

progress {
    vertical-align: baseline
}

[hidden], template {
    display: none
}

a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

    a:active, a:hover {
        outline-width: 0
    }

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background-color: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

svg:not(:root) {
    overflow: hidden
}

code, kbd, pre, samp {
    font-family: "Nunito Sans", sans-serif;
    font-size: 1em
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

button, input, select, textarea {
    font: inherit;
    margin: 0
}

optgroup {
    font-weight: 700
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: button
}

    [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
        border-style: none;
        padding: 0
    }

    [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
        outline: 1px dotted ButtonText
    }

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

    [type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

::-webkit-input-placeholder {
    color: inherit;
    opacity: .54
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

* {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

a, a:hover {
    text-decoration: none
}

img {
    border: none
}

input {
    border: none;
    background: 0 0
}

input, textarea {
    font-family: "Nunito Sans", sans-serif;
    outline: 0;
    font-size: 14px; /*-webkit-appearance:none*/
}

.cl:after, .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cl, .clearfix {
    zoom: 1
}

.clear {
    line-height: 0;
    clear: both;
    height: 0;
    font-size: 0;
    zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block
}

body, html {
    font: 14px "Nunito Sans", sans-serif;
    color: #929292;
    width: 100%;
    height: 100%;
    background: #fff;
    line-height: 1.428
}


* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

a {
    color: #333;
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: inherit;
}

    a:hover {
        color: #40a13a;
    }

img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}

body {
    min-width: 1280px;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 14px;
    _font: 14px "Nunito Sans", sans-serif;
    min-height: 100%;
    color: #333;
    line-height: 30px;
    background: #f5f5f5;
}

.wl-1200 {
    width: 1533px;
    margin-left: auto;
    margin-right: auto;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    color: inherit;
}


/*栏目副导航*/
.list-nav {
    text-align: center;
    width: 100%;
    font-size: 0;
    line-height: 0;
    content: '';
    background: #fff;
}

    .list-nav li {
        display: inline-block;
        text-align: center;
    }

        .list-nav li a {
            display: inline-block;
            font-size: 13px;
            line-height: 50px;
            padding: 0 15px;
        }

        .list-nav li.active a, .list-nav li:hover a {
            background: #013A71;
            color: #fff;
            transition: all .2s linear 0s;
        }

.news-nav {
    text-align: center;
}

    .news-nav li a {
        padding: 0 /*20px*/ 34px;
    }

    .news-nav li:first-child a {
        padding: 0 20px;
    }


* {
    word-wrap: break-word;
}

/***** icon.css star *****/

[class^="icon-"], [class*="icon-"], [class*="icon1-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    _line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


/*Page.Product.css*/
@charset "utf-8";


html {
    font-family: "Nunito Sans", sans-serif !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font: 14px "Nunito Sans", sans-serif !important;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block
}


a {
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}


b, strong {
    font-weight: inherit
}

b, strong {
    font-weight: bolder
}


h1 {
    font-size: 2em;
    margin: .67em 0
}


img {
    border-style: none
}


* {
    padding: 0;
    margin: 0
}

ul li {
    list-style: none
}

a, a:hover {
    text-decoration: none
}

img {
    border: none
}


body, html {
    font: 14px "Nunito Sans", sans-serif;
    color: #929292;
    width: 100%;
    height: 100%;
    background: #fff;
    line-height: 1.428
}


* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


a {
    color: #333;
    text-decoration: none !important;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    color: inherit;
}


img {
    max-width: 100%;
    border: 0;
    vertical-align: middle;
}


body {
    min-width: 1280px;
    height: auto;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 14px;
    _font: 14px "Nunito Sans", sans-serif;
    min-height: 100%;
    color: #333;
    line-height: 30px;
    background: #f5f5f5;
}

.wl-1200 {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
}


h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin: 0;
    padding: 0;
    font-family: "Nunito Sans", sans-serif;
    color: inherit;
}


* {
    word-wrap: break-word;
}




[class^="icon-"], [class*="icon-"], [class*="icon1-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    _line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/*=======================二级导航栏 样式==================================*/


/* ============================整体排版样式=================================*/
* {
    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);*/
}

    .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;
    }
/*==============================整体排版样式==================================*/

/*================================style样式=============================*/

body {
    font-family: var(--f-f-l-family-2),sans-serif;
}

.top_flex .layui-nav .layui-nav-item > a {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.layui-btn {
    background-color: #f9a634;
    color: #013A71;
    font-weight: bold;
}

    .layui-btn:hover {
        background-color: #013A71;
        color: #fff;
    }

.pcb_introduce .layui-carousel {
    background-color: #fff;
}

    .pcb_introduce .layui-carousel > [carousel-item] > * {
        background-color: #fff;
    }

.layui-carousel:hover .layui-carousel-arrow {
    left: 0px;
}

    .layui-carousel:hover .layui-carousel-arrow[lay-type=add] {
        right: 0px;
    }
/*================================style样式=============================*/