@charset "utf-8";
/* CSS Document */
* {
    font-family:'Noto Sans SC','PingFang SC', '微软雅黑', 'arial', sans-serif; 
    word-wrap: normal; 
    word-break: normal; 
} 
:focus {
    outline: none;
}
 
button:focus {
    border: none!important;
    outline: none; 
}
@font-face {
  font-family: 'iconfont';  /* Project id 2304431 */ 
   src: url('http://at.alicdn.com/t/c/font_2304431_t3vin61tip.woff2?t=1730885421241') format('woff2'),
       url('http://at.alicdn.com/t/c/font_2304431_t3vin61tip.woff?t=1730885421241') format('woff'),
       url('http://at.alicdn.com/t/c/font_2304431_t3vin61tip.ttf?t=1730885421241') format('truetype'); 
}

.e_icon {
    font-family: 'iconfont';
}

html,
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
button,
textarea,
p,
blockquote {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.fa_wrapper {
    width: 96%;
    max-width: var(--wrapper);
    margin: auto;
    padding:0 10px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 40px;
    /* overflow: hidden; */ 
}

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

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

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

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


/*通用*/
a{
    color:inherit;
}
a:active,
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%;
}

.hide {
    display: none!important;
}

.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;
}

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

a:focus,
a:active,
a:hover,
a:visited {
    outline: none !important;
    text-decoration: none;
}
svg, {
  width: 100%;
  max-width: none;
  height: auto;
  vertical-align: top;
}

i {
    font-style: normal;
}

.fa_text_c {
    text-align: center;
}

.fa_text_l { 
    text-align: left;
}

.fa_text_r {
    text-align: right;
} 

.fa_pic img {
    width: 100%; 
} 
:root {
    --main-color: #3871c1; 
    --main2-color: #22b2da;
    --bg:#eff4f8;
    --linearY: linear-gradient(#3871c1, #1c44ac);   
    --linearX: linear-gradient(90deg, #3871c1, #1c44ac);
    --listbg: #f3f7fa; 
    --tit-color: #071e3d;
    --sum-color: #516c8d;   
    --wrapper: calc(1520px + 10vw);
}  

@media only screen and (min-width: 769px) {
    .fa_text_pcc {
        text-align: center;
    }
    .fa_text_pcl {
        text-align: left;
    } 
    .fa_text_pcr {
        text-align: right;
    }
    .fa_pchide {
        display: none!important;
    }
    .fa_grid {
        padding: 5vw 0;
    }
    .fa_wrapper {
        padding:0 5vw;
    }
    .fa_grid2 {
        padding: 4vw 0;
    }
     :root {
        --padding: 5vw 10px;
        --margin: 80px auto;
        --f130: 130px;
        --f80: 80px;
        --f70: 70px;
        --f60: 60px;
        --f50: 50px;
        --f40: 40px;
        --f36: 36px;
        --f32: 32px;
        --f30: 30px;
        --f28: 28px;
        --f26: 26px;
        --f24: 24px;
        --f22: 22px;
        --f20: 20px;
        --f18: 18px;
    }
    .delighter.fa_dl_left {
        -webkit-clip-path: polygon(0 0%, 0% 100%, 0% 100%, 0% 0%);
        clip-path: polygon(0 0%, 0% 100%, 0% 100%, 0% 0%);
        transition: all 1s;
    }
    .delighter.fa_dl_left.started {
        -webkit-clip-path: polygon(0 0%, 0% 100%, 100% 100%, 100% 0%);
        clip-path: polygon(0 0%, 0% 100%, 100% 100%, 100% 0%);
    }
    .delighter.fa_dl_right {
        -webkit-clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
        clip-path: polygon(100% 100%, 100% 100%, 100% 0, 100% 0);
        transition: all 1s;
    }
    .delighter.fa_dl_right.started {
        -webkit-clip-path: polygon(100% 100%, 0% 100%, 0% 0, 100% 0);
        clip-path: polygon(100% 100%, 0% 100%, 0% 0, 100% 0);
    }
    .delighter.fa_dl_top {
        clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
        -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
        transition: all 1s;
    }
    .delighter.started.fa_dl_top {
        -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0%);
        clip-path: polygon(0% 100%, 100% 100%, 100% 0, 0% 0%);
    }
    .delighter.fa_dl_bottom {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
        transition: all 1s;
    }
    .delighter.started.fa_dl_bottom {
        -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
}

@media only screen and (max-width:768px) {
    .fa_text_moc {
        text-align: center;
    }
    .fa_text_mor {
        text-align: right;
    }
    .fa_text_mol {
        text-align: left;
    }
     :root {
        --padding: 30px 10px;
        --margin: 30px auto;
         --f130: 60px;
        --f80: 22px;
        --f70: 22px;
        --f60: 22px;
        --f50: 22px;
        --f40: 22px;
        --f36: 20px;
        --f32: 20px;
        --f30: 20px;
        --f28: 20px;
        --f26: 18px;
        --f24: 18px;
        --f22: 18px;
        --f20: 18px;
        --f18: 16px;
    }
    .fa_grid,
    .fa_grid2 { 
        padding: 30px 0px;
    }
    .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;
         --f130: 70px;
        --f80: 50px;
        --f70: 40px;
        --f60: 30px;
        --f50: 30px;
        --f40: 30px;
        --f36: 24px;
        --f32: 24px;
        --f30: 24px;
        --f28: 22px;
        --f26: 20px;
        --f24: 20px;
        --f22: 18px;
        --f20: 18px;
        --f18: 18px;
    }
    .fa_grid {
        padding: 50px 10px;
    }
}


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


/*弹性布局*/

.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 {
    object-fit: cover;
}

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

.fa_Img.fa_logoimg:before {
    content: "";
    width: 25%;
    height: 25%;
    max-width: 100px;
    max-height: 50px;
    background-image: url(/template/default/images/logo.png);
    position: absolute;
    z-index: 10;
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
    top: 1vw;
    left: 1vw;
}


/*排列布局  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% - 100px) / 3);
    margin-right: 50px;
    margin-bottom: 50px;
}

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

.fa_l5 {
    display: block;
    width: calc((100% - 80px) / 5);
    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) {
        margin-right: 0;
    }
}

@media only screen and (max-width:768px) {
    .fa_l2,
    .fa_l3,
    .fa_l4,
    .fa_l5 {
        width: 100%;
        margin: 0 0 20px !important;
    }
}


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


/*swiper*/


.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);
}

.fa_boxbtn>div.fa_btn{
    display:inline-flex;
    width:60px;
    height:60px;
    background:#eee;
    color:#999;
    border-radius:0;
    align-items: center;
    justify-content: center;
    font-size:16px;
    transition:all 0.5s;
    cursor: pointer;
}
 
.fa_boxbtn>div.fa_btn:hover{
    background: var(--main-color);
    color:#fff; 
}

@media screen and (max-width: 768px) {
    .fa_boxbtn>div.fa_btn{
        margin: 5px;
        width:40px;
        height:40px;
        font-size: 16px;
    }
}

@media screen and (min-width: 769px) {
   .fa_boxbtn.fa_oo>div.fa_btn{
    position: absolute; 
    top:50%;
    transform: translateY(-50%);
   }
   .fa_boxbtn.fa_oo>div.fa_btn.fa_btn_l{
    left:-5vw;
    
   }
   .fa_boxbtn.fa_oo>div.fa_btn.fa_btn_r{
    right:-5vw;
   }
   
   .fa_boxbtn>div.fa_btn.fa_btn_l{
       margin-right:15px;
   }
} 


/*加载特效*/

@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;
    }
}
 
.fa_tag{
    position: absolute;
    left: 0;
    right:0;
    top:-150px;
    opacity: 0;
    z-index: -9;
}
.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;
}


.rotate-in-2-cw {
	-webkit-animation: rotate-in-2-cw 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
	        animation: rotate-in-2-cw 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) both;
}
@-webkit-keyframes rotate-in-2-cw {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotate-in-2-cw {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    opacity: 1;
  }
}
 <!--0.00022411346435547-->