:root {
    --dominant-color:#15346d;
}
*,
::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Microsoft YaHei", Helvetica, Arial, "PingFang SC", sans-serif;
}
html {
    scroll-behavior: smooth;
}
body {
    font: 14px "Microsoft YaHei", Helvetica, Arial, "PingFang SC",  sans-serif;
    color: #595959;
    overflow-x: hidden;
    line-height: 1.6;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
}
ol,
ul,
li {
    list-style-type: none;
    vertical-align: middle;
}
img {
    vertical-align: top;
    border: 0;
}
input,
select,
textarea,
button {
    vertical-align: middle;
}
textarea,
input {
    text-indent: 20px;
}
/*表单元素默认有10像素的缩进*/
input[type='submit'],
input[type='button'],
button {
    text-indent: 0;
    padding: 0 20px;
    text-align: center;
    cursor: pointer;
}
label,
button,
a {
    cursor: pointer;
}
ins,
em,
b,
i {
    text-decoration: none;
    font-style: normal;
}
/* 去掉浏览器激活样式 */
select:focus,
textarea:focus,
input:focus,
button {
    outline: none;
}
/* 提示文字的初始样式 */
input::-webkit-input-placeholder,
input::-moz-input-placeholder,
textarea::-webkit-textarea-placeholder,
textarea::-moz-textarea-placeholder {
    color: #999;
    transition: color .5s;
}
/* 提示文字的激活样式 */
input:focus::-webkit-input-placeholder,
input:focus::-moz-input-placeholder,
input:hover::-webkit-input-placeholder,
input:hover::-moz-input-placeholder,
textarea:focus::-webkit-input-placeholder,
textarea:focus::-moz-input-placeholder,
textarea:hover::-webkit-input-placeholder,
textarea:hover::-moz-input-placeholder {
    color: #c2c2c2;
}
/* table */
table {
    border-collapse: collapse;
    border-spacing: 0;
    font: inherit;
}
/* a_link */
a {
    color: inherit;
    text-decoration: none;
}
a[href] {
    cursor: pointer;
}
a:hover {
    text-decoration: none;
    cursor: pointer;
}
a:focus {
    background-color: transparent;
}

span {
    display: inline-block;
}
li {
    max-width: 100%;
}
p {
    line-height: 1.8;
    white-space: normal;
    max-width: 100%;
}
audio,
canvas,
progress,
video {
    vertical-align: baseline;
}
/*用来解决在安卓上的点击出现篮框问题*/
body {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*解决ios上去除微信点击蓝色边框 */
a:focus,
input:focus,
p:focus,
div:focus {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
img[src=""],
img:not([src]) {
    opacity: 0;
}
font {
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    font-family: inherit;
    font-style: inherit;
    text-transform: inherit;
}
body,
html {
    /*font-size:625%*/
}
::-webkit-scrollbar {
    width: 6px;
    background-color: #eaeaea;
    height: 20px;
}
::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 10px;
    background-color: #333;
    height: 20px;
}
::-webkit-scrollbar-corner {
    background-color: #eaeaea;
    height: 20px;
}
::-webkit-scrollbar:horizontal {
    height: 10px;
}
::-webkit-selection {
    background: var(--dominant-color);
    color: #fff;
}
::-moz-selection {
    background: var(--dominant-color);
    color: #fff;
}
::selection {
    background: var(--dominant-color);
    color: #fff;
}

/*-----默认配置------*/


.section {
    width: 90%;
    max-width: 1400px;
    margin: auto;
}
.section1760{
    width: 90%;
    max-width: 1760px;
    margin: auto;
}

.bg {
    background: #fcfcfc;
}
img {
    vertical-align: middle;
    max-width:100%;
}

.my-video-dimensions,video {
    width: 100%;
}
.my-video-dimensions {
    /*height: auto;*/
}
.video-js .vjs-big-play-button {
    border: none !important;
}
.video-js .vjs-big-play-button span {
    display: none !important;
}
.video-js:hover .vjs-big-play-button, .video-js .vjs-big-play-button:focus {
    background-color: transparent !important;
}

.imgBox {
    overflow: hidden;
    position: relative;
    height: 100%;
}
.imgBox img {
    width: 100%;
    max-width: 100%;
    transition: all 0.5s;
    height: 100%;
    object-fit: cover;
}
.imgBox video {
    height: 100.5%;
    object-fit: cover;
    position: absolute;
}
.imgBox-hover:hover img {
    transition: all 0.5s;
    transform: scale(1.1);
}
.textLeft {
    text-align: left;
}

/*限制行数*/
.clamp1,
.clamp2,
.clamp3,
.clamp4,
.clamp5,
.clamp6 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.clamp1 {
    -webkit-line-clamp: 1;
}
.clamp2 {
    -webkit-line-clamp: 2;
}
.clamp3 {
    -webkit-line-clamp: 3;
}
.clamp4 {
    -webkit-line-clamp: 4;
}
.clamp5 {
    -webkit-line-clamp: 5;
}
.clamp6 {
    -webkit-line-clamp: 6;
}

button {
    border: none;
}
input {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 38px;
    color: #666;
}
input.change-color {
    background: #fafafa;
}
input[type=checkbox] {
    /*appearance: none;*/
    width: 14px;
    height: 14px;
    border-radius: 3px;
}

input[type=radio] {
    border: 1px solid #e5e5e5;
    width: 14px;
    height: 14px;
}
input[type=checkbox]:checked {

}
input[type=file] {

}
textarea {
    resize: none;
    border: 1px solid #e5e5e5;
    width: 100%;
    min-height: 100px;
    padding: 10px 0;
}
select {
    height: 52px;
    width: 100%;
    padding: 0 20px;
    border: 1px solid #e5e5e5;
    appearance: none;
    border-radius: 3px;
    background: url('../images/icon/triangle5.png') no-repeat center right 20px;
    color: #666;
    background-size: 11px;
}
.pc {
    display: block;
}
.phone {
    display: none;
}
.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-pagination-bullet:focus{
    outline: none;
}
/*弹窗样式*/
.pop-up {
    position:fixed;
    z-index: 10;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.pop-up .mask {
    background: rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.pop-up .close {
    position: absolute;
    top: 0;
    right: 0;
    width: 27px;
    height: 27px;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    transition: 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('../images/icon/close.png') no-repeat center/cover;
}
.pop-up .pop-up-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media (-webkit-min-device-pixel-ratio: 1) {

}
.pop-up .pop-up-box .video {
    height: auto;
    width: 100%;
    object-fit: contain;
}
.video-box {
    max-width: 1300px;
    margin: auto;
    position: relative;
    display: flex;
    align-items: center;
    height: fit-content;
}
.video-box video {
    height: 100%;
}
.video-close {
    position: fixed;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    /* display: none; */
    /*background: #fff;*/
    border-radius: 50%;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}
.video-close img {
    width: 80%;
    filter: grayscale(1) brightness(100)
}
@media screen and (max-width: 750px) {
    input::placeholder,textarea::placeholder {
        font-size: 12px !important;
    }
    .pc {
        display: none;
    }
    .phone {
        display: block;
    }
    .body_b {
        position: initial;
    }
}

@charset "utf-8";
/* CSS Document */
* {
    font-family:'微软雅黑',"Gilroy-R","Sy_R";
    word-wrap: normal;
    word-break: break-word;
}
a:active, a:hover {
    color: #15346d;
    text-decoration: none;
}
a:hover, a:focus {
    color: #15346d;
    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 */
}
a {
    cursor: pointer;
}
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: "";
}
.fa_imgbig {
    overflow: hidden;
    width: 100%;
}
.fa_imgbig:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari 和 Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */
}
.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_textoverflow {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 1;
    text-transform: uppercase;
}
.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;
}
.container {
    width: 100%;
    margin: 0;
    padding: 0;
}
.p_NewsDetail img {
    max-wight: 100%;
}
/*内页导航*/
.p_problemCategory {
    display: none;
}
.fa_PageNav a{
    display: inline-block;
    margin-right:10px;
    transition: all 0.5s;
    position: relative;
    padding: 40px 20px
}
.fa_PageNav a span{
    display: block;
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    z-index:10;
    transition: all 0.5s;
    text-align:center;
}
.fa_PageNav a:hover span,.fa_PageNav a.fa_navon span{
    color:#15346d;
}
.fa_PageNav a:before{
    position:absolute;
    left:50%;
    width:00%;
    height:2px;
    background:#15346d;
    text-align:center;
    bottom:0%;
    content:"";
    transform:translateX(-50%);
    transition: all 0.5s;

}
.fa_PageNav a:hover:before{
    opacity:1;
    width:100%;
}

.fa_PageNav a.fa_navon:before{
    opacity:1;
    width:100%;
}
/*关联产品*/
.fa_Related > a {
    display: block;
    width: calc((100% - 60px)/4);
    float: left;
    padding: 20px;
    margin-right: 20px;
}
.fa_Related > a:last-child {
    margin-right: 0;
}
.fa_Related > a img {
    width: 100%;
}
.fa_Related > a p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    color: #333;
}
/**/
.fa_AbList {
    margin: 80px 0 30px;
}
.fa_AbList h3 {
    font-size: 24px;
    color: #333;
    font-weight: 300;
    margin-bottom: 30px;
}
.fa_AbList .fa_Abli {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
    background: #fafafa;
}
.fa_AbList .fa_Abli .fa_ABli_img {
    overflow: hidden;
    width: 100%;
}
.fa_AbList .fa_Abli .fa_ABli_img img {
    width: 100%;
    transition: all 0.5s;
}
.fa_AbList .fa_Abli:nth-child(4n) {
    margin-right: 0;
}
.fa_AbList .fa_Abli:hover img {
    transform:translate(-50%,-50%)  scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform:translate(-50%,-50%)  scale(1.2);
    /* Safari 和 Chrome */
    -o-transform:translate(-50%,-50%)  scale(1.2);
    /* Opera */
    -moz-transform:translate(-50%,-50%)  scale(1.2);
    /* Firefox */
}
.fa_AbList .fa_Abli .fa_ABli_tit {
    padding: 20px 15px;
    color: #333;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.fa_PageCate .fa_CateTit h3{
    font-size:30px;
    font-weight:bold;
    margin-bottom:10px;
    color:#15346d;
    text-align:center;
}
.fa_PageCate .fa_CateTit article{
    font-size:16px;
    line-height: 2;
    margin:auto;
    max-width: 800px;
    color:#666;
    width:80%;
    text-align:center;
}
.fa_PageCate{
    margin-bottom:30px;
}
.fa_l4 {
    display: block;
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
}
.fa_l4:nth-child(4n) {
    margin-right: 0;
}
.fa_l3 {
    display: block;
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}
@media screen and (min-width:769px) {
    .fa_l3:nth-child(3n) {
        margin-right: 0;
    }
}
.fa_More a {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    padding: 15px 10px;
    min-width: 160px;
    border-radius: 30px;
    overflow: hidden;
    background:#15346d;
    transition:all 0.5s;
}
.fa_More a:before{
    content: "\f054";
    font-family: FontAwesome;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0px;
    height: 100%;
    width: 30px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 0 50% 50% 0;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: left center;
    transform-origin: left center;
    -webkit-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}
.fa_More a:hover {
    text-indent: 30px;
}
.fa_More a:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    text-indent: 0;
}
@media screen and (max-width:768px) {
    .fa_More a,.fa_More2 a{
        padding:10px 20px;
        min-width:0;
    }

    .fa_l3 {
        display: block;
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .fa_l3:nth-child(2n) {
        margin-right: 0;
    }
    .fa_l4 {
        display: block;
        width: calc((100% - 10px) / 2);
        margin-right: 10px;
        margin-bottom: 10px;
    }
    .fa_l4:nth-child(2n) {
        margin-right: 0;
    }
    .fa_PageCate .fa_CateTit h3{
        font-size:18px;
    }
    .fa_Related > a, .fa_AbList .fa_Abli {
        width: calc((100% - 20px)/2);
    }
    .fa_Related > a:nth-child(2n), .fa_AbList .fa_Abli:nth-child(2n) {
        margin-right: 0;
    }
    .p_btn-hide {
        background: #333;
    }
    .p_btn-hide .p_c-fff {
        background: #333;
    }
    .fa_PageNav {
        display: none;
    }
    .p_problemCategory {
        display: block;
    }
    .p_problemCategory .btn-primary {
        width: 100%;
        border: none;
        border-radius: 0;
        text-align: left;
        background: #333;
        padding: 10px 20px;
    }
    input.form-control::-webkit-input-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input.form-control::-moz-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input.form-control:-ms-input-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
    input.form-control:-moz-placeholder {
        font-size: 14px;
        line-height: 1.42857143;
    }
}
.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: #15346d;
    border-color: #15346d;
}
.p_pagebox .next, .p_pagebox .pre {
    background-color: #15346d;
}
/**/
#easy_zoom {
    transition: all 0s;
    -moz-transition: all 0s;
    /* Firefox 4 */
    -webkit-transition: all 0s;
    /* Safari 和 Chrome */
    -o-transition: all 0s;
}
#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: #15346d;
}
/*加载动效   topshow（从上往下）fa_LeftShow （从左往右）  */
.delighter{
    overflow:hidden;
    position:relative;
}
.fa_TopShow.delighter:before{
    width:100%;
    position:absolute;
    height:100%;
    top:0;
    left:0;
    transform: translateY(0%);
    display:block;
    background:#fff;
    z-index:10;
    content:"";
    transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_TopShow.started.delighter:before{
    transform: translateY(100%);
}
.fa_LeftShow.delighter:before{
    width:100%;
    position:absolute;
    height:100%;
    top:0;
    left:0;
    transform: translateX(0%);
    display:block;
    background:#fff;
    z-index:10;
    content:"";
    transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_LeftShow.started.delighter:before{
    transform: translateX(100%);
}
.fa_RightShow.delighter:before{
    width:100%;
    position:absolute;
    height:100%;
    top:0;
    left:0;
    transform: translateX(0%);
    display:block;
    background:#fff;
    z-index:10;
    content:"";
    transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_RightShow.started.delighter:before{
    transform: translateX(-100%);
}
.fa_BottomShow.delighter:before{
    width:100%;
    position:absolute;
    height:100%;
    top:0;
    left:0;
    transform: translateX(0%);
    display:block;
    background:#fff;
    z-index:10;
    content:"";
    transition: 1s cubic-bezier(0.68, 0.54, 0.14, 0.96) 0.5s;
}
.fa_BottomShow.started.delighter:before{
    transform: translateY(-100%);
}
/*内页banner动画*/
@-webkit-keyframes fa_scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@-moz-keyframes fa_scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@-o-keyframes fa_scale_b {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        -moz-transform: scale(1.5);
        -ms-transform: scale(1.5);
        -o-transform: scale(1.5);
        transform: scale(1.5);
    }
    100% {
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        -o-transform: scale(2);
        transform: scale(2);
    }
}
@-webkit-keyframes fa_scale_a {
    0% {
        -webkit-transform:translateX(-50%)  scale(1);
        -moz-transform:translateX(-50%)  scale(1);
        -ms-transform:translateX(-50%)  scale(1);
        -o-transform:translateX(-50%)  scale(1);
        transform:translateX(-50%)  scale(1);
    }
    50% {
        -webkit-transform:translateX(-50%)  scale(1.5);
        -moz-transform:translateX(-50%)  scale(1.5);
        -ms-transform:translateX(-50%)  scale(1.5);
        -o-transform:translateX(-50%)  scale(1.5);
        transform:translateX(-50%)  scale(1.5);
    }
    100% {
        -webkit-transform:translateX(-50%)  scale(2);
        -moz-transform:translateX(-50%)  scale(2);
        -ms-transform:translateX(-50%)  scale(2);
        -o-transform:translateX(-50%)  scale(2);
        transform:translateX(-50%)  scale(2);
    }
}
@-moz-keyframes fa_scale_a {
    0% {
        -webkit-transform:translateX(-50%)  scale(1);
        -moz-transform:translateX(-50%)  scale(1);
        -ms-transform:translateX(-50%)  scale(1);
        -o-transform:translateX(-50%)  scale(1);
        transform:translateX(-50%)  scale(1);
    }
    50% {
        -webkit-transform:translateX(-50%)  scale(1.5);
        -moz-transform:translateX(-50%)  scale(1.5);
        -ms-transform:translateX(-50%)  scale(1.5);
        -o-transform:translateX(-50%)  scale(1.5);
        transform:translateX(-50%)  scale(1.5);
    }
    100% {
        -webkit-transform:translateX(-50%)  scale(2);
        -moz-transform:translateX(-50%)  scale(2);
        -ms-transform:translateX(-50%)  scale(2);
        -o-transform:translateX(-50%)  scale(2);
        transform:translateX(-50%)  scale(2);
    }
}
@-o-keyframes fa_scale_a {
    0% {
        -webkit-transform:translateX(-50%)  scale(1);
        -moz-transform:translateX(-50%)  scale(1);
        -ms-transform:translateX(-50%)  scale(1);
        -o-transform:translateX(-50%)  scale(1);
        transform:translateX(-50%)  scale(1);
    }
    50% {
        -webkit-transform:translateX(-50%)  scale(1.5);
        -moz-transform:translateX(-50%)  scale(1.5);
        -ms-transform:translateX(-50%)  scale(1.5);
        -o-transform:translateX(-50%)  scale(1.5);
        transform:translateX(-50%)  scale(1.5);
    }
    100% {
        -webkit-transform:translateX(-50%)  scale(2);
        -moz-transform:translateX(-50%)  scale(2);
        -ms-transform:translateX(-50%)  scale(2);
        -o-transform:translateX(-50%)  scale(2);
        transform:translateX(-50%)  scale(2);
    }
}
@-ms-keyframes fa_scale_a {
    0% {
        -webkit-transform:translateX(-50%)  scale(1);
        -moz-transform:translateX(-50%)  scale(1);
        -ms-transform:translateX(-50%)  scale(1);
        -o-transform:translateX(-50%)  scale(1);
        transform:translateX(-50%)  scale(1);
    }
    50% {
        -webkit-transform:translateX(-50%)  scale(1.5);
        -moz-transform:translateX(-50%)  scale(1.5);
        -ms-transform:translateX(-50%)  scale(1.5);
        -o-transform:translateX(-50%)  scale(1.5);
        transform:translateX(-50%)  scale(1.5);
    }
    100% {
        -webkit-transform:translateX(-50%)  scale(2);
        -moz-transform:translateX(-50%)  scale(2);
        -ms-transform:translateX(-50%)  scale(2);
        -o-transform:translateX(-50%)  scale(2);
        transform:translateX(-50%)  scale(2);
    }
}
/*swiper*/
.fa_SwpBtn>div{
    position:absolute;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: all 0.5s;
    top:50%;
    z-index: 20;
    cursor: pointer;
    color:#fff;
    padding:5px;
    line-height:80px;
    font-size:20px;
    text-align:center;
    background:rgba(255,255,255,0.24);

}
.fa_SwpBtn>div:hover{
    background:#fff;
    color:#15346d;
}
.fa_SwpBtn .fa_SwpBtn_l{
    left:0%;
}
.fa_SwpBtn .fa_SwpBtn_r{
    right:0%;
}
.fa_pagination{
    position:absolute;
    bottom:5%;
    width:100%;
    left:0;
    right:0;
    text-align:center;
    z-index:99;
}
.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,0.5);
    width:50px;
}
.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{
    max-width:100%!important;
    max-height:100%!important;
    width:auto!important;
    height:auto!important;
}
@keyframes anim_load1 {
    0% {
        transform: translate3d(-100%,0%,0);
    }
    50% {
        transform: translate3d(0,0%,0);
    }
    100% {
        transform: translate3d(100%,0%,0);
    }
}
/* scrollbar css */
/* width */
::-webkit-scrollbar {
    width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
    background: #d7d7d7;
    border-radius: 6px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #15346d;
}