@charset "utf-8";

/* CSS Document */

* {
    font-family: 'PingFang SC', '微软雅黑', sans-serif;
    font-weight: 400;
    word-break: normal;
    word-wrap: normal;
}

.reset_style strong,
.reset_style strong * {
    font-weight: 600;
    font-family: 'PingFang SC', '微软雅黑', sans-serif;
}


/*通用*/

a:hover {
    color: var(--main-color);
    text-decoration: none;
}

a:hover,
a:focus {
    color: var(--main-color);
    text-decoration: underline;
}

.container {
    width: 100%;
    max-width: 100%;
}

.fa_ani * {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.fa_ani *:before {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.fa_ani *:after {
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    /* Firefox 4 */
    -webkit-transition: all 0.5s;
    /* Safari 和 Chrome */
    -o-transition: all 0.5s;
    /* Opera */
}

.p_PromptNoneData .prompt_title .first {
    color: var(--main-color);
}

a {
    cursor: pointer;
}
body,
html {
    overflow-x: hidden !important;
}

a:focus,
a:active,
a:hover,
a:visited {
    outline: none !important;
    text-decoration: none;
}

i {
    font-style: normal;
}


/*
.w_grid-000 > div > .p_gridbox {
overflow: visible;
}
.w_grid-000 > div > .p_gridbox:before, .w_grid-000 > div > .p_gridbox:after {
clear: both;
display: table;
content: " ";
min-height: 0px;
}
*/

.fa_clearfix:before,
.fa_clearfix:after {
    display: table;
    clear: both;
    content: "";
}

.p_page .pageNum.active,
.p_page .next:active,
.p_page .next:hover,
.p_page .pageNum:hover,
.p_page .pageNum:active,
.p_page .pre:active,
.p_page .pre:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.p_pagebox .next,
.p_pagebox .pre {
    background-color: var(--main-color);
}
.fa_detail img,.fa_detail video{
 max-width:100!important;
  height:auto!important;
}
#easy_zoom {
    transition: all 0s;
    -moz-transition: all 0s;
    /* Firefox 4 */
    -webkit-transition: all 0s;
    /* Safari 和 Chrome */
    -o-transition: all 0s;
}

.fa_wordline {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#easy_zoom * {
    transition: all 0s;
    -moz-transition: all 0s;
    /* Firefox 4 */
    -webkit-transition: all 0s;
    /* Safari 和 Chrome */
    -o-transition: all 0s;
    /* Opera */
}

.p_ProductDetail img,
.p_NewsDetail img,
.p_contentBox img {
    max-width: 100%;
}

.p_content .reset_style {
    line-height: 2;
}

.btn-primary:active:hover,
.btn-primary.active:hover,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open>.dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open>.dropdown-toggle.btn-primary.focus .p_pagebox .next,
.p_pagebox .pre {
    background-color: var(--main-color);
}

:root {
    --border: #eee solid 1px;
    --wrapper: 1620px;
    --main-color: #0461b0;
    --main2-color: #e7b437;
   --main3-color:#29396c;
    --linearX: linear-gradient(#11b4b0, #0898d7);
    --linearY: linear-gradient(90deg, #11b4b0, #0898d7);
    --listbg: #dae7ed;
    --tit-color: #001c28;
    --sum-color: #666;
}

@media only screen and (min-width: 769px) {
     :root {
        --padding: 80px 10px;
        --margin: 80px auto;
        --m80: 80px 0;
        --m50: 50px 0;
        --f80: 80px;
        --f70: 70px;
        --f60: 60px;
        --f50: 50px;
        --f48: 48px;
        --f40: 40px;
        --f36: 36px;
        --f30: 30px;
        --f28: 28px;
        --f26: 26px;
        --f24: 24px;
        --f22: 22px;
        --f20: 20px;
        --f18: 18px;
    }
    .fa_pchide {
        display: none!important;
    }
    .fa_NewsdtTit {
        font-size: 26px!important;
    }
    .fa_pctit {
        font-size: 26px!important;
    }
}

@media only screen and (max-width:768px) {
     :root {
        --padding: 30px 10px;
        --margin: 30px auto;
        --m80: 30px 0;
        --m50: 30px 0;
        --f80: 24px;
        --f70: 24px;
        --f60: 24px;
        --f50: 24px;
        --f48: 24px;
        --f40: 22px;
        --f36: 20px;
        --f30: 20px;
        --f28: 20px;
        --f26: 20px;
        --f24: 20px;
        --f22: 18px;
        --f20: 16px;
        --f18: 16px;
    }
    .fa_NewsdtTit {
        font-size: 22px!important;
    }
    .fa_motit {
        font-size: 20px!important;
    }
    .fa_mohide {
        display: none!important;
    }
    input::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input::-moz-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input:-ms-input-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input:-moz-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
}

@media only screen and (max-width: 1200px) and (min-width: 769px){
   :root {
        --padding: 50px 10px;
        --margin: 50px auto;
        --m80: 50px 0;
        --m50: 50px 0;
        --f80: 36px;
        --f70: 36px;
        --f60: 36px;
        --f50: 36px;
        --f48: 30px;
        --f40: 30px;
        --f36: 24px;
        --f30: 22px;
        --f28: 20px;
        --f26: 20px;
        --f24: 20px;
        --f22: 18px;
        --f20: 16px;
        --f18: 16px;
    }
}
/*------------------------------------------------------------------------------------------------------------*/


/*btn*/

.fa_More a {
    display: inline-block;
    font-size: 16px;
    box-shadow: 5px 5px 30px rgba(104, 131, 170, 0.3);
    background: var(--linearX);
    padding: 10px 20px;
    min-width: 180px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
}


/*弹性布局*/

.fa_flexline {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.fa_flexwrap {
    display: -webkit-box;
    /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
    display: -moz-box;
    /* 老版本语法: Firefox (buggy) */
    display: -ms-flexbox;
    /* 混合版本语法: IE 10 */
    display: -webkit-flex;
    /* 新版本语法: Chrome 21+ */
    display: flex;
    /* 新版本语法: Opera 12.1, Firefox 22+ */
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.fa_flex_between {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.fa_flex_Xend {
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.fa_flex_Xcenter {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.fa_flex_Yend {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.fa_flex_Ycenter {
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.fa_centerY {
    position: relative;
    top: 50%;
    /*偏移*/
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}


/*------------------------------------------------------------------------------------------------------------*/


/*图片限制*/

.fa_Img {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.fa_Img img {
    position: absolute;
    width: 100%;
    min-height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s;
}

.fa_Imgmax img {
    max-width: 100%!important;
    max-height: 100%!important;
    min-width: 0%!important;
    min-height: 0%!important;
    width: auto!important;
    height: auto!important;
}

.fa_Imgmin img {
    min-width: 101%!important;
    min-height: 101%!important;
    object-fit: cover!important;
}

.fa_li:hover .fa_Img img {
    transform: translate(-50%, -50%) scale(1.2);
}


/*------------------------------------------------------------------------------------------------------------*/


/*排列布局  fa_ln(一排n个)*/

.fa_l2 {
    display: block;
    width: calc((100% - 50px) / 2);
    margin-right: 50px;
    margin-bottom: 50px;
}

.fa_l3 {
    display: block;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}

.fa_l4 {
    display: block;
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 30px;
}

.fa_l5 {
    display: block;
    width: calc((100% - 80px) / 5);
    margin-right: 20px;
    margin-bottom: 20px;
}

.fa_l6 {
    display: block;
    width: calc((100% - 100px) / 6);
    margin-right: 20px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 769px) {
    .fa_l2:nth-child(2n),
    .fa_l3:nth-child(3n),
    .fa_l4:nth-child(4n),
    .fa_l5:nth-child(5n),
    .fa_l6:nth-child(6n) {
        margin-right: 0;
    }
}

@media only screen and (max-width:768px) {
    .fa_l2,
    .fa_l3 {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .fa_l5,
    .fa_l6,
    .fa_l4 {
        display: block;
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .fa_l5:nth-child(2n),
    .fa_l6:nth-child(2n),
    .fa_l4:nth-child(2n) {
        margin-right: 0;
    }
}


/*------------------------------------------------------------------------------------------------------------*/


/*swiper*/

.fa_swp_btn>div {
    /*banner*/
    position: absolute;
    z-index: 20;
    transform: translateY(-50%);
    font-size: 2vw;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    text-align: center;
    transition: all 0.5s;
    width: 3vw;
    height: 3vw;
    border-radius: 50%;
    top: 50%;
    opacity: 0.5;
    line-height: 3vw;
    cursor: pointer;
}

.fa_swp_btn>div:hover {
    opacity: 0.8;
}

.fa_swp_btn .fa_btn_l {
    left: 2vw;
}

.fa_swp_btn .fa_btn_r {
    right: 2vw;
}

.fa_pagination {
    position: absolute;
    bottom: 5%;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 10;
}

.fa_pagination span {
    width: 8px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    display: inline-block;
    border-radius: 500px;
    margin: 0 5px;
    transition: all 0.5s;
    cursor: pointer;
}

.fa_pagination span.swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 1);
}

@media only screen and (max-width: 768px) {
    .fa_list_btn {
        font-size: 0;
        text-align: center;
    }
    .fa_list_btn>div {
        font-size: 26px;
        color: #aaa;
        display: inline-block;
    }
    .fa_list_btn .fa_btn_r {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 769px) {
    .fa_list_btn>div {
        /*列表*/
        position: absolute;
        z-index: 20;
        transform: translateY(-50%);
        font-size: 30px;
        text-align: center;
        transition: all 0.5s;
        cursor: pointer;
        top: 50%;
        opacity: 0.5;
        background: #d2d2d2;
        color: #fff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 50px;
    }
    .fa_list_btn .fa_btn_l {
        left: -5vw;
    }
    .fa_list_btn .fa_btn_r {
        right: -5vw;
    }
    .fa_list_btn>div:hover {
        opacity: 1;
    }
}


/*----------------------*/
@media only screen and (min-width: 769px) {

.mouse_bac:hover {
    background-color: #f5f5f5;
    color: var(--main-color);
}

::-webkit-scrollbar {
    width: 5px;
    height: 40px;
}

::-webkit-scrollbar-track {
    background-color: #eee;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color);
}

::-webkit-scrollbar-thumb:hover {
    background-color: #eee
}

::-webkit-scrollbar-thumb:active {
    background-color: #eee
}
}


.fa_text_l {
    text-align: left;
}

.fa_text_c {
    text-align: center;
}

.fa_text_r {
    text-align: right;
}

@keyframes btn-focus-in-left {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        transform: translateX(-50px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes btn-focus-in-right {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        transform: translateX(50px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        transform: translateX(0px);
        opacity: 1;
    }
}

@keyframes btn-focus-in-up {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        transform: translateY(50px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes btn-focus-in-down {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        transform: translateY(-50px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        transform: translateY(0px);
        opacity: 1;
    }
}

.btn_in_right {
    animation-name: btn-focus-in-right;
}

.btn_in_left {
    animation-name: btn-focus-in-left;
}

.btn_in_up {
    animation-name: btn-focus-in-up;
}

.btn_in_down {
    animation-name: btn-focus-in-down;
}


/* ----------------------------------------------
* Generated by Animista on 2021-12-16 14:57:0
* Licensed under FreeBSD License.
* See http://animista.net/license for more info. 
* w: http://animista.net, t: @cssanimista
* ---------------------------------------------- */


/**
* ----------------------------------------
* animation text-focus-in
* ----------------------------------------
*/

@-webkit-keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }
    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}