@charset "utf-8";
:root {
    --one-color: #4BD214;
}
/* 动画速度 */
.fadeInUp{
    animation-duration: 2s;
}
@keyframes fadeInUp
{
    0%   {opacity: 0; -webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);}
    100%  {opacity: 1;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
}
.container-fluid {
    width: 97%;
}

body {
    font-size: 16px;
    background: #fff;
    color: #595757;
    font-family: "Microsoft Yahei","Palatino","Arial","sans-serif";
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

@media (max-width: 992px) {
    body {
        font-size: 13px;
        line-height: 1.6;
    }
}

* {
    margin: 0px;
    padding: 0px;
}

p,
li,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
dd {
    list-style: none;
    margin: 0px 0px 0px 0px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #777;
}

a:focus {
    text-decoration: none !important;
}

img {
    width: auto;
    max-width: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 30px;
}

.swiper-button-next {
    right: 10px;
}

.swiper-button-prev {
    left: 10px;
}


.m-btn {
    display: none;
    width: 50px;
    cursor: pointer;
}

.m-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background: #3b3b3b;
    position: relative;
    -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    -o-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    transition: all 200ms cubic-bezier(.4, 0, 0, 1);
}

.m-btn span::before,
.m-btn span::after {
    content: '';
    display: block;
    height: 2px;
    width: 20px;
    background: #000;
    position: absolute;
    left: 0;
    -webkit-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    -o-transition: all 200ms cubic-bezier(.4, 0, 0, 1);
    transition: all 200ms cubic-bezier(.4, 0, 0, 1);
}

.m-btn span:before {
    top: -8px;
}

.m-btn.active span {
    background: transparent;
    margin-left: 10px;
}

.m-btn.active span:before {
    transform: rotate(-48deg) translate(-6px, 5px);
    -webkit-transform: rotate(-48deg) translate(-6px, 5px);
    -o-transform: rotate(-48deg) translate(-6px, 5px);
    width: 24px;
}

.m-btn.active span:after {
    transform: rotate(48deg) translate(-6px, -5px);
    -webkit-transform: rotate(48deg) translate(-6px, -5px);
    -o-transform: rotate(48deg) translate(-6px, -5px);
    width: 24px;
}

.m-btn span:after {
    bottom: -8px;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    background: #fff;
}
.header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    font-size: 14px;
}
.logo{
    width: 8%;
}
.logo img{
    max-width: 78pt;
}
.language{
    width: 7%;
}
.lang-on{
    color: var(--one-color);
}
.nav {
    display: flex;
    width: 75%;
}
.nav.show{
    left: 0;
    top: 60px;
    z-index: 99999;
    background: #fff;
    padding: 50px;
    width: 60%;
    transition: all 0.5s;
}
.nav.show li{
    padding: 20px 0;
}
.nav li a{
    padding: 0 15px;
}
.nav li a:hover{
    background: none;
}
@media (max-width:950px){
    .m-btn{
        display: block;
    }
    .nav{
        position: fixed;
        top: 60px;
        left: -100vw;
    }
    .language{
        width: 20%;
    }
    .logo{
        width: 20%;
    }
}
.headeron a{
    color: var(--one-color);
}
/* footer */
footer{
    border-top: 1px solid #eeeeee;
}
.ft-top{
    padding: 30px 0;
}
.ft-link a{
    color: #1B1B1B;
    font-size: 14px;
    margin-right: 20px;
    font-weight: 500;
}
.ft-share ul{
    display: flex;
    justify-content: end;
}
.ft-share ul li{
    margin-left: 20px;
    font-size: 14px;
    font-weight: 500;
}
.ft-share .ft-ico img{
    max-width: 20px;
}
.dy-ico,.wx-ico{
    position: relative;
    cursor: pointer;
}
.ft-share .ewm{
    position: absolute;
    min-width: 150px;
    z-index: 1000;
    top: -162px;
    left: -66px;
    display: none;
}
.foot-text{
    font-size: 12px;
    color: #D0D0D0;
    text-align: center;
    border-top: 1px solid #eee;
    padding: 15px 0;
}
.foot-text a{
    color: #D0D0D0;
}

.float-box {
    position: fixed;
    bottom: 20%;
    right: -80px;
    z-index: 999;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.float-box ul li {
    text-align: center;
    position: relative;
}

.float-box ul li a {
    color: #fff;
    display: block;
    padding: 4px 14px;
    border-radius: 3px;
    background: #000;
}

.float-box ul li a:hover {
    background: var(--one-color);
    color: #fff;
}

.float-box ul li a span {
    font-size: 20px;
    font-weight: bold;
}

.float-box.active {
    right: 10px;
}
@media screen and (max-width: 768px) {
.ft-share{
    margin-top: 30px;
}
.ft-link{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.ft-share ul{
    justify-content:center;
    flex-wrap: wrap;
}
.foot-text {
    padding: 15px 30px;
}
}

/* 分页 */
.page-box {
    text-align: center;
}

.page-box a {
    margin: 0 3px;
    font-size: 14px;
}

.page-box a:hover {
    color: #004e92;
}

.page-box .page-item {
    padding: 8px 15px;
    background: #eeeeee;
}
.mpage-item{
    display: none;
}

.page-box .page-num {
    padding: 8px 15px;
    background: #eeeeee;
}

.page-box .page-num-current {
    padding: 8px 15px;
    background: #1E9FFF;
    color: #fff;
}
@media(max-width:610px){
    .page-box .page-num {
        display: none;
    }
    .mpage-item{
        display: inline-block;
    }
}
@media(max-width:440px){
    .page-item-first,.page-item-end{
        display: none;
    }
}