.container {
    width: 1400px;
    margin: 0 auto;
}

.footer .container {
    width: 80%;
}

.padd120 {
    padding: 65px 0;
}

.flex-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.img_pic {
    position: relative;
    width: 100%;
    padding-top: 50%;
    overflow: hidden;
}

.img_pic img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
    -o-object-fit: cover;
    object-fit: cover;
}

.img_pic img:hover {
    transform: scale(1.05);
}

.backwrite {
    background: #fff;
}


.paddb90 {
    padding-bottom: 90px;
}

.padd90 {
    padding: 90px 0;
}

@media (max-width: 991px) {
    .padd90 {
        padding: 70px 0;
    }

    .paddb90 {
        padding-bottom: 70px;
    }
}

@media (max-width: 768px) {
    .padd90 {
        padding: 50px 0;
    }

    .paddb90 {
        padding-bottom: 50px;
    }
}

.ljrBan {
    position: relative;
}

.ljrBan img {
    width: 100%;
}

.ljrBan>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
}

.ljrBan span {
    display: block;
    color: #ffffff;
    font-size: 40px;
    letter-spacing: 0.5px;
}

.ljrBan .ljrBan_span {
    font-size: 22px;
    letter-spacing: 2px;
    line-height: 2;
}

.ljrBan i {
    display: block;
    width: 44px;
    height: 3px;
    margin: 24px auto;
    background: #00acef;
}

.ljrBan p {
    color: #ffffff;
    text-transform: uppercase;
}

.ljrBan_btn {
    display: inline-block;
    background: #00a0e9;
    color: #fff;
    font-size: 14px;
    padding: 10px 42px;
    letter-spacing: 2px;
    margin-top: 40px;
}

/* header */

.pr {
    position: relative;
}

.header {
    position: fixed;
    z-index: 11;
    width: 100%;
    left: 0;
    top: 0;
    height: 80px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-transform: translateZ(0);
    -webkit-transition: all .7s cubic-bezier(0.23, 1, 0.38, 1);
    transition: all .7s cubic-bezier(0.23, 1, 0.38, 1);
}

.header.on {
    height: 65px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}

.header:hover {
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
}


.header.on:hover {
    height: 65px;
}

.header.active-1 {
    top: -100%;
}

.header.active {
    top: 0;
}

.header.fixed {
    top: -30px;
    border-bottom: 1px solid #ebebeb;
}

.topbar {
    font-size: 12px;
    line-height: 29px;
    color: rgba(255, 255, 255, .7);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
}

.header.on .topbar,
.header:hover .topbar {
    color: #a3a3a3;
}

.header.on .topbar,
.header:hover .topbar {
    display: none;
    border-bottom: 1px solid #ddd;
}

.logo {
    display: block;
    width: 100px;
    margin-top: 3px;
}

.logo img.logo-1 {
    display: block;
}

.logo img.logo-2 {
    display: none;
}

.header.on .logo img.logo-1,
.header:hover .logo img.logo-1 {
    display: none;
}

.header.on .logo img.logo-2,
.header:hover .logo img.logo-2 {
    display: block;
}

.navbar {
    position: relative;
    background: none;
    border: 0;
    border-radius: 0;
    padding: 0 5%;
    margin-top: 20px;
}

.header.on .navbar {
    margin-top: 12px;
}

/* .navbar-default .navbar-collapse {
    overflow: hidden;
} */

.navbar-lm {
    padding-right: 240px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.navbar-default .navbar-nav {
    text-align: center;
    width: 100%;
}

.navbar-default .navbar-nav>li {
    /* float: left; */
    display: inline-block;
    margin: 0 15px;
    border-bottom: 1px solid #ebebeb;
}

.navbar-default .navbar-nav+.navbar-nav>li {
    margin-right: 0;
    margin-left: 42px;
}

.navbar-default .navbar-nav>li:last-child {
    border: 0;
}

.navbar-default .navbar-nav>li>a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 14px;
    padding: 7px 10px;
    /* font-weight: bold; */
    letter-spacing: 1px;
}

.navbar-default .navbar-nav>li>a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 4px;
    left: 6%;
    bottom: -21px;
    background: #00acef;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.header.on .navbar-default .navbar-nav>li>a::before {
    bottom: -14px;
}

.navbar-default .navbar-nav>li>a:hover::before {
    width: 88%;
}

.header.on .navbar-default .navbar-nav>li>a,
.header:hover .navbar-default .navbar-nav>li>a {
    color: #4c4c4c;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #00a0e9 !important;
}

.navbar-default .navbar-nav>.active>a {
    color: #00a0e9;
    background: none;
}

.navbar-toggle {
    float: left;
    border: 0;
    background: none;
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(2) {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
    transform: matrix(1, 0, 0, 1, 0, 6) rotate(45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(4) {
    -webkit-transform: matrix(1, 0, 0, 1, 0, -6) rotate(-45deg);
    transform: matrix(1, 0, 0, 1, 0, -6) rotate(-45deg);
}

.navbar-toggle[aria-expanded="true"] .icon-bar:nth-of-type(3) {
    width: 0;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
    background: none;
}

.withicon {
    /* position: absolute;
    right: 0;
    top: 0; */
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #100f0f;
    padding-right: 15px;
}

.withicon .block-shop {
    margin-right: 10px;
}

.neiwang {
    margin-left: 5px;
    position: relative;
    padding-left: 5px
}

.neiwang:before {
    content: "";
    height: 14px;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background: #100f0f;
    width: 1px;
    position: absolute;
}

.withicon a img {
    position: relative;
    top: 0px;
    width: 16px;
}

.withicon a img.tel-1 {
    display: inline-block;
}

.withicon a img.tel-2 {
    display: none;
}

.header.on .withicon a img.tel-1,
.header:hover .withicon a img.tel-1 {
    display: none;
}

.header.on .withicon a img.tel-2,
.header:hover .withicon a img.tel-2 {
    display: inline-block;
}

.withicon a span {
    display: none;
    padding-left: 5px;
    color: #fff;
}

.header.on .withicon a span,
.header:hover .withicon a span {
    color: #100f0f;
}

.withicon .welcome {
    font-size: 14px;
    font-weight: bold;
}

.search {
    margin-top: 10px;
    margin-bottom: 20px;
    border: 1px solid #ddd;
}

.search img {
    margin-right: 10px;
    width: 14px;
}

.search img.search-1 {
    display: block;
}

.search img.search-2 {
    display: none;
}

.header.on .search img.search-1,
.header:hover .search img.search-1 {
    display: none;
}

.header.on .search img.search-2,
.header:hover .search img.search-2 {
    display: block;
}

.search i {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -5px;
    width: 1px;
    height: 10px;
    background: #bbb;
}

.search input[type="text"] {
    padding: 0 10px;
    line-height: 20px;
    width: 100%;
    color: #fff;
    font-weight: normal;
    border: none;
    background: none;
}

.search input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7);
}

.search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: rgba(255, 255, 255, .7);
}

.search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: rgba(255, 255, 255, .7);
}

.search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: rgba(255, 255, 255, .7);
}

.header.on .search input[type="text"],
.header:hover .search input[type="text"] {
    color: #100f0f;
}

.header.on .search input::-webkit-input-placeholder,
.header:hover .search input::-webkit-input-placeholder {
    color: #a3a3a3;
}

.header.on .search input::-moz-placeholder,
.header:hover .search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #a3a3a3;
}

.header.on .search input:-moz-placeholder,
.header:hover .search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #a3a3a3;
}

.header.on .search input:-ms-input-placeholder,
.header:hover .search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #a3a3a3;
}

.search input[type="submit"] {
    width: 0;
    height: 50px;
    background: url(/Public/file/images/arrow-right.png) no-repeat center center;
    background-size: 17px;
}

.nav-menu {
    padding: 25px 15px;
    background: rgba(255, 255, 255, .8);
    position: absolute;
    left: 50%;
    width: 170px;
    margin-left: -75px;
    top: 40px;
    display: none
}

.nav-menu a {
    display: block;
    height: 41px;
    line-height: 41px;
    text-align: center;
    font-size: 14px
}

.header-links {
    position: absolute;
    top: 6px;
    right: 5%;
}

.header-links .block .ff-souce-m {
    color: #fff;
    font-size: 14px;
}

.header.on .header-links .block .ff-souce-m,
.header:hover .header-links .block .ff-souce-m {
    color: #333;
}

.header-links .block img {
    width: 16px;
}

.header-links .block img.tel-1 {
    display: inline-block;
}

.header-links .block img.tel-2 {
    display: none;
}

.header.on .header-links .block img.tel-1,
.header:hover .header-links .block img.tel-1 {
    display: none;
}

.header.on .header-links .block img.tel-2,
.header:hover .header-links .block img.tel-2 {
    display: inline-block;
}

.header-links a {
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px;
}

.header-links a.block {
    position: relative;
    margin-left: 28px;
}

.header-links a.block::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 15px;
    top: 7px;
    left: -16px;
    background: #fff;
    opacity: 0.4;
}

.header.on .header-links a.block::before,
.header:hover .header-links a.block::before {
    background: #000;
}

.header-sc {
    width: 28px;
    height: 28px;
    /*background-color: #00a0e9;*/
    border-radius: 50%;
}

.icon-jd {
    background-image: url(/Public/file/images/jd-1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

.icon-tm {
    background-image: url(/Public/file/images/tm-1.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}

/* @media(max-width: 1680px) {
    .navbar-default .navbar-nav>li {
        margin-right: 35px;
    }
} */

@media(max-width: 1440px) {
    .navbar-default .navbar-nav>li {
        margin-right: 5px;
    }
}

@media(max-width: 1199px) {
    .navbar-default .navbar-nav>li {
        margin-right: 0;
    }

    .navbar-default .navbar-nav {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 781px) and (max-width: 991px) {
    .search {
        z-index: 10;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 30px;
        border: 0;
    }

    .search img {
        margin-top: 19px;
    }

    .search input[type="text"] {
        width: 160px;
    }
}

@media (max-width: 780px) {
    .search {
        z-index: 10;
    }

    .search input[type="submit"] {
        line-height: 20px;
    }

    .search input[type="submit"] {
        height: 40px;
    }

    .search.hidden-sm {
        display: block !important;
    }

    .nav-menu {
        opacity: 0;
        z-index: -1
    }
}

@media (min-width: 992px) {
    .navbar-toggle {
        display: block;
    }

    .search {
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 30px;
        border: 0;
    }

    .search img {
        margin-top: 14px;
    }

    .search input[type="text"] {
        width: 160px;
    }
}

@media (max-width: 639px) {

    .header .container,
    .footer .container {
        margin: 0 20px !important;
    }
}

@media (min-width: 1200px) {
    .header.fixed {
        top: -40px;
    }

    .withicon a span {
        display: inline-block;
    }

    .topbar {
        line-height: 39px;
    }

    .logo {
        width: 140px;
        height: 42px;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .withicon a:hover span {
        color: #00a0e9;
    }

    .navbar-default .navbar-nav>.active>a:hover {
        color: #00a0e9;
        background: none;
    }

    .navbar-toggle {
        display: none;
    }

    .navbar-default .navbar-nav>li {
        border: 0;
    }
}

.header-nav {
    max-height: 0;
    overflow: hidden;
    position: absolute;
    width: 100vw;
    margin-left: -50vw;
    top: 60px;
    left: 50%;
    right: 0;
    -webkit-transition: max-height .36s cubic-bezier(0.4, 0.8, 0.74, 1) .05s;
    transition: max-height .36s cubic-bezier(0.4, 0.8, 0.74, 1) .05s;
}

.header.on .header-nav {
    top: 53px;
}

.header-nav-view {
    background-color: #fff;
}

.header-nav-view .container {
    /*width: 1328px;*/
    max-width: 1328px;
    margin-top: 0 auto;
}

/* .header-nav.transition {
    transition: none;
} */

.navbar-default .navbar-nav>li.opened .header-nav {
    display: block;
    max-height: 100vh;
}

.header-nav:before {
    content: '';
    display: block;
    width: 100%;
    border-top: 1px solid #eee;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

.navbar-default .navbar-nav>li .header-nav-lm {
    position: relative;
    height: auto;
    overflow: hidden;
    /* padding-top: 63px;
    padding-bottom: 49px; */
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    /* -webkit-transform: translateY(-0.1rem);
    transform: translateY(-0.1rem); */
    opacity: 0;
    -webkit-transition: all .36s cubic-bezier(0.4, 0.8, 0.74, 1) .1s;
    transition: all .36s cubic-bezier(0.4, 0.8, 0.74, 1) .1s;
}

/* .header-nav-lm.transform {
    -webkit-transform: translateY(0);
    transform: translateY(0);
} */

.bg_20 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.2;
    z-index: 9;
    display: none;
}

.navbar-default .navbar-nav>li.opened .header-nav-lm {
    opacity: 1;
}

.navbar-default .navbar-nav>li .header-nav-lm .header-nav-a-a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: stretch;
}

.navbar-default .navbar-nav>li .header-nav-lm .header-nav-a a {
    font-size: 17px;
    line-height: 28px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.56);
    margin: 0 26px;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar-default .navbar-nav>li .header-nav-lm .header-nav-a-a>a {
    width: 25%;
    padding: 40px 26px;
    border-right: 1px solid #f5f5f5;
}

.navbar-default .navbar-nav>li .header-nav-lm .header-nav-a-a .nav-item {
    width: 25%;
    text-align: left;
    border-right: 1px solid #f5f5f5;
    display: flex;
    flex-direction: column;
}

.navbar-default .navbar-nav>li .header-nav-lm .header-nav-a-a .nav-item .link {
    height: 100%;
    padding: 0 30px;
    cursor: pointer;
    border-bottom: 1px solid #f5f5f5;
    display: flex;
    align-items: center;
}

.navbar-default .navbar-nav>li .header-nav-lm .header-nav-a-a .nav-item .link:hover {
    background: #fafafa;
}

.navbar-default .navbar-nav>li .header-nav-lm .header-nav-a-a .nav-item .link p {
    color: #757575;
    font-size: 15px;
    background: transparent url(../images/more.png) no-repeat 100%;
    width: 100%;
}

.navbar-default .navbar-nav>li .header-nav-lm .header-nav-a-a>a:first-child {
    border-left: 1px solid #f5f5f5;
}

.navbar-default .navbar-nav>li .header-nav-lm .header-nav-a-a>a:hover {
    background: #fafafa;
}

.header-nav-a-pic {
    padding-top: 67%;
}

.navbar-default .navbar-nav>li .header-nav-lm .header-nav-a-a>a:hover .header-nav-a-pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.header-nav-a-text {
    text-align: left;
    margin-top: 15px;
}

.header-nav-a-text h3 {
    font-size: 17px;
}

.header-nav-a-text p {
    color: #c7c7c7;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.header-nav-a-text .more {
    width: 276px;
    margin: 20px auto 0;
    height: 5px;
    background: transparent url(../images/more.png) no-repeat 0;
}

.navbar-default .navbar-nav>li .header-nav-lm .header-nav-a a.active,
.navbar-default .navbar-nav>li .header-nav-lm .header-nav-a a:hover {
    color: #000;
    border-bottom: 1px solid #000;
}

.header-nav-a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

/* header  end */

.wrapper {
    /* padding-top: 70px; */
    position: relative;
    width: 100%;
    /* max-width: 1680px; */
    z-index: 2;
}

.wrapper .content {
    /* background: #f1f1f1; */
    /* border-left: 30px solid #fff;
    border-right: 30px solid #fff; */
    overflow: hidden;
    /* max-width: 1680px; */
    margin: 0 auto;
}

@media(max-width:1024px) {
    .wrapper {
        padding-top: 62px;
    }
}

/* banner */

.banner {
    position: relative;
}

.banner-list {
    background: #fff;
    z-index: 9;
}

.banner-img {
    position: relative;
    width: 100%;
    height: 100vh;
}


/* .banner-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9;
} */

.banner-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.banner .banner-bg:after {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(0, transparent), to(rgba(0, 0, 0, .25)));
    background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, .25));
    bottom: 0;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 1;
}

.banner-img-mlb {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media(max-width:680px) {
    .banner-img {
        margin-top: 65px;
        height: calc(100vh - 65px);
    }

    .banner-img-mlb {
        display: block;
    }

    .banner-bg {
        display: none;
    }
}

.banner-text {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 9;
}

/* .banner-text h3::before {
    position: absolute;
    content: '';
    width: 120px;
    height: 4px;
    bottom: -1px;
    left: 0;
    background: #fff;
}

.banner-text h3::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #fff;
} */

.banner-text p {
    font-size: 48px;
    /* margin-bottom: 10px; */
    line-height: 1;
    margin-bottom: 15px;
    letter-spacing: 4px;
    /* font-family: 'Calibre'; */
}

.banner-text h3 {
    position: relative;
    font-size: 20px;
    /* font-weight: bold; */
    letter-spacing: 2px;
}

.banner-text>span {
    display: block;
    font-size: 22px;
    font-family: 'Calibre';
    margin-bottom: 12px;
}

/* .banner-text a {
    color: #fff;
    padding: 7px 36px 7px 22px;
    display: inline-block;
    margin: 45px 2px 0;
    font-size: 14px;
    text-align: left;
    background: #00a0e9 url(/Public/file/images/more-icon1.png) no-repeat;
    background-size: 14px;
    background-position: 88px center;
    -webkit-transition: all .3s;
    transition: all .3s;
} */

.banner-text .bannerMore {
    /* color: #fff;
    background: #00a0e9; */
}

.banner-text a img {
    display: inline-block;
    width: 22px;
    vertical-align: middle;
    margin-right: 2px;
}

.banner-text a:hover {
    background-position: 92px center;
}

.banner-img .banner-text>span,
.banner-img .banner-text p,
.banner-img .banner-text h3,
.banner-img .banner-text .wel-banner-more {
    opacity: 0;
    opacity: 1\0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
}

.banner-img.swiper-slide-active .banner-text>span {
    -webkit-animation: fadeInDown 1s 0.5s cubic-bezier(.25, .74, .22, .99) forwards;
    animation: fadeInDown 1s 0.5s cubic-bezier(.25, .74, .22, .99) forwards;
}

.banner-img.swiper-slide-active .banner-text p {
    -webkit-animation: fadeInDown 1s 0.8s cubic-bezier(.25, .74, .22, .99) forwards;
    animation: fadeInDown 1s 0.8s cubic-bezier(.25, .74, .22, .99) forwards;
}

.banner-img.swiper-slide-active .banner-text h3 {
    -webkit-animation: fadeInDown 1s 1.1s cubic-bezier(.25, .74, .22, .99) forwards;
    animation: fadeInDown 1s 1.1s cubic-bezier(.25, .74, .22, .99) forwards;
}

.banner-img.swiper-slide-active .banner-text .wel-banner-more {
    -webkit-animation: fadeInDown 1s 1.4s cubic-bezier(.25, .74, .22, .99) forwards;
    animation: fadeInDown 1s 1.4s cubic-bezier(.25, .74, .22, .99) forwards;
}

/* .banner-img.swiper-slide-active .banner-text h4 {
	-webkit-animation: fadeInDown 1s 0.6s cubic-bezier(.25, .74, .22, .99) forwards;
	animation: fadeInDown 1s 0.6s cubic-bezier(.25, .74, .22, .99) forwards;
} */

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px)
    }

    100% {
        opacity: 1;
        opacity: 1\0;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        opacity: 1\0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

/* .banner-bg:after{
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.2);
} */

.banner-list .slick-dots {
    top: 50%;
    margin-top: 110px;
    bottom: auto;
}

.banner .pagination-list .swiper-button-prev,
.banner .pagination-list .swiper-button-next {
    cursor: pointer;
    width: 40px;
    height: 40px;
    right: 100px;
    border: none;
    background: none;
    text-align: center;
    position: relative;
    vertical-align: top;
    margin-bottom: 5px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 1;
    z-index: 9;
}

.banner .pagination-list .swiper-button-prev {
    position: absolute;
    width: 46px;
    height: 109px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    opacity: 0; */
}

.banner .pagination-list .swiper-button-next {
    position: absolute;
    width: 46px;
    height: 109px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
    margin-bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    /* background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x; */
    /* filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    opacity: 0; */
}

.banner .pagination-list .swiper-button-prev:hover,
.banner .pagination-list .swiper-button-next:hover {
    background: rgba(0, 0, 0, 0.3);
}

.banner .pagination-list img {
    width: 26px;
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.banner .pagination-list .swiper-button-prev svg {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}

.banner .swiper-pagination {
    width: 100%;
    bottom: 26px;
    left: 0;
}

.banner .swiper-pagination span {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 2px;
    border-radius: 0;
    background: #fff;
    margin: 0 4px;
    cursor: pointer;
    opacity: 0.5;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active {
    background: #00acef;
    opacity: 1;
}

/* .banner .swiper-pagination span:before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-top: -3px;
    margin-left: -3px;
    -webkit-transition: ease .6s;
    transition: ease .6s;
}

.banner .swiper-pagination span:after {
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 2px solid #00a0e9;
    left: 50%;
    top: 50%;
    margin-left: -11px;
    margin-top: -11px;
    -webkit-transition: ease .6s;
    transition: ease .6s;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.banner .swiper-pagination span.swiper-pagination-bullet-active:before {
    background: #00a0e9;
}

.banner .swiper-pagination span.swiper-pagination-bullet-active:after {
    -webkit-transform: scale(1);
    transform: scale(1);
} */

/* banner  end */

.backwrite {
    background: #fff;
}

.padd60 {
    padding: 60px 0;
}

.title {
    margin-bottom: 50px;
}

.title h2 {
    font-size: 34px;
    color: #333;
    line-height: 42px;
    position: relative;
    text-align: center;
    padding-bottom: 28px;
}

.title h2:after {
    content: '';
    width: 30px;
    height: 2px;
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 9px;
    margin: auto;
}

.title p {
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}

.title.white h2,
.title.white p {
    color: #fff;
}

.title.left p,
.title.left h2 {
    text-align: left;
}

.title.none h2:after {
    content: none;
}

/* product */

.wel-pro-one {
    position: relative;
}

.wel-pro-one-pic {
    padding-top: 750px;
}

.wel-pro-one:hover .wel-pro-one-pic img,
.wel-sj:hover .wel-sj-pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.wel-pro-one-pic::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0.3;
    z-index: 9;
}

/* .wel-pro-one:hover .wel-pro-one-pic img{
    transform: scale(1.05);
} */
.wel-pro-one-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 1200px;
    color: #fff;
    text-align: center;
    z-index: 9;
}

.wel-pro-one-text h3 {
    font-size: 40px;
    line-height: 48px;
    position: relative;
    padding-bottom: 15px;
}

.wel-pro-one-text h4 {
    font-size: 25px;
    margin-top: 35px;
}

.wel-pro-one-text p {
    font-size: 16px;
    width: 800px;
    margin: 15px auto 0;
}

.ljsj {
    margin-top: 53px;
}

.ljsj>.more,
.ljsj>a {
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 48px;
    border-radius: 7px;
    border: 2px solid #fff;
    font-size: 15px;
    color: #fff;
    text-align: center;
    line-height: 44px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ljsj>a span {
    display: inline-block;
    padding: 0 21px;
    position: relative;
}

.ljsj>a span:after {
    content: '';
    color: #333;
    width: 16px;
    height: 16px;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    position: absolute;
    right: 0;
    top: 14px;
    bottom: 0;
    background: url(/Public/file/images/more-icon2.png) no-repeat center;
    background-size: 16px;
}

.ljsj a:hover {
    background-color: #fff;
    color: #333;
}

.ljsj a:hover span:after {
    opacity: 1;
}


.wel-product {
    padding-bottom: 40px;
}

.wel-product-view li {
    position: relative;
    width: 40%;
    margin-bottom: 20px;
}

.wel-product-view li.wel-pro-one {
    width: 60%;
    padding-right: 20px;
}

.wel-product-view li.wel-pro-two {
    width: 60%;
}

.wel-pro-three {
    padding-right: 20px;
}

.wel-pro-pic {
    height: 450px;
    padding-top: 0;
}

.wel-pro-pic::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
    z-index: 9;
}

.wel-product-view li:hover .wel-pro-pic::before {
    opacity: 0.3;
}

.wel-pro-pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wel-product-view li:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.wel-pro-text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0 60px 50px;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 9;
}

.wel-product-view li:hover .wel-pro-text {
    padding-bottom: 80px;
}

.wel-pro-text h3 {
    line-height: 28px;
    font-size: 24px;
    margin-bottom: 5px;
}

.wel-pro-text p {
    line-height: 22px;
    font-size: 16px;
}

.wel-ind-more {
    position: absolute;
    display: inline-block;
    background: url(/Public/file/images/more-icon1.png) no-repeat right center;
    background-size: 16px;
    padding-right: 15px;
    bottom: 30px;
    left: 60px;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0;
}

.wel-about-more {
    bottom: 82px;
    color: #fff;
    opacity: 1;
}

.wel-banner-more {
    position: static;
    color: #fff;
    margin-top: 50px;
    opacity: 1;
}

.wel-banner-more a {
    position: relative;
    display: inline-block;
    color: #fff;
}

.wel-banner-more a::after {
    position: absolute;
    content: '';
    width: 0;
    height: 3px;
    bottom: 0;
    left: 0;
    background: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wel-banner-more a:hover::after {
    width: 115%;
}

.wel-product-view li:hover .wel-ind-more {
    bottom: 40px;
    opacity: 1;
}

@media(max-width:468px) {
    .wel-pro-text {

        padding: 0 40px 40px;
    }

    .wel-ind-more {
        left: 40px;
    }
}

/* product  end */

/* join */

.wel-join-box {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 9;
}

.wel-join-box h3 {
    font-size: 32px;
    font-weight: bold;
}

.wel-join-box p {
    font-size: 18px;
}

.wel-join-box .wel-more {
    margin-top: 28px;
}

.wel-join {
    position: relative;
    width: 100%;
    background: url(/Public/file/images/join-bg.jpg) no-repeat center;
    background-size: cover;
    /* background-attachment: fixed; */
    padding: 150px 0;
}

.wel-join::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 172, 239, 0.15);
}

.wel-join-view {
    position: relative;
    text-align: left;
    color: #fff;
}

.wel-join-view .wel-title h3 {
    text-align: left;
    color: #fff;
}

.wel-join-view .wel-title span {
    display: block;
    margin-top: 5px;
}

.wel-join-title>div {
    width: 60%;
}

.wel-join-title .wel-join-ys {
    width: 40%;
}

.wel-join-ys-item {
    width: 33.33%;
    padding: 0 10px;
}

.wel-join-ys-item img {
    display: block;
    width: 40px;
    margin: 0 auto;
}

.wel-join-ys-item h3 {
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

.wel-join-ys-item span {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 1;
}

.wel-join-text p {
    margin: 5px 0;
    font-size: 14px;
}

.wel-join-view .wel-more {
    margin-top: 50px;
}


.wel-sj {
    position: relative;
    width: 100%;
    /* background: url(/Public/file/images/ix_bg2.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    background-size: cover;
    background-position: center; */
    height: 800px;
    margin-top: -40px;
}

.wel-sj-pic {
    height: 100%;
    padding-top: 0;
}

.wel-sj .con {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 2;
    text-align: center;
}

.wel-sj .con h3 {
    font-size: 48px;
    color: #fff;
}

.wel-sj .con p {
    color: #fff;
    font-size: 18px;
    width: 800px;
    margin: 10px auto 0;
}

/* join  end */

/* about */

.wel-about-view {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.wel-about-left {
    position: relative;
    width: calc(50% - 20px);
    background: #f5f5f5;
    margin: 0 10px;
}

.wel-about-left-pic {
    position: relative;
    padding-top: 0;
    height: 100%;
}

.wel-about-left .wel-about-left-pic {
    padding-top: 680px;
}

.wel-about-left-pic img {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wel-about-left:hover .wel-about-left-pic img,
.wel-about-r-one:hover .wel-about-left-pic img,
.wel-about-r-two:hover .wel-about-left-pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.wel-about-left-pic::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    -webkit-transition: all .3s;
    transition: all .3s;
    opacity: 0.58;
}

.wel-about-left:hover .wel-about-left-pic::after,
.wel-about-r-one:hover .wel-about-left-pic::after,
.wel-about-r-two:hover .wel-about-left-pic::after {
    opacity: 0.68;
}

.wel-about-text {
    position: absolute;
    padding: 60px;
    left: 0;
    top: 0;
    color: #fff;
    width: 100%;
}

.wel-about-r-two .wel-about-text {
    padding: 40px 60px;
}



.wel-about-year {
    position: absolute;
    bottom: -2vw;
    left: 0;
    line-height: 1;
    font-size: 8vw;
    color: #eeeeee;
    font-family: 'Calibre';
}

.wel-about-text h3 {
    font-size: 28px;
    color: #fff;
    line-height: 42px;
    position: relative;
    padding-bottom: 10px;
}

.wel-about-text>span {
    display: block;
    font-size: 18px;
    margin-bottom: 30px;
}

.wel-about-text .wel-ind-more {
    position: absolute;
    bottom: -18px;
    margin: 0;
    font-size: 16px;
}

.wel-about-text p {
    font-size: 14px;
    color: rgba(255, 255, 255, .7);
    margin-bottom: 10px;
    line-height: 2;
    margin-top: 60px;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    transition: all .8s;
    opacity: 0;
    /* display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; */
}

/* .wel-about-r-one .wel-about-text>span{
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    opacity: 1;
}
.wel-about-r-one:hover .wel-about-text>span{
    opacity: 0;
    margin-top: 20px;
} */
.wel-about-r-one .wel-about-text p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;

}

.wel-about-r-one:hover .wel-about-text p {
    margin-top: 10px;
    opacity: 1;
}

.wel-about-left:hover .wel-about-text p {
    opacity: 1;
    margin-top: 0;
}

.wel-about-left .ljsj>a {
    border-color: #333;
    color: #333;
}

.wel-about-left .ljsj a:hover {
    border-color: #00acef;
    background: #00acef;
    color: #fff;
}

.wel-about-left .ljsj a:hover span:after {
    background: url(/Public/file/images/more-icon1.png) no-repeat center;
    background-size: 16px;
}

.wel-about-right {
    position: relative;
    width: calc(50% - 20px);
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 10px;
}

.wel-about-right a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.wel-about-right-num {
    position: absolute;
    width: 100%;
    padding: 40px 60px 30px;
    left: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wel-about-right-num li {
    width: 47%;
    margin-top: 13px;
}

.wel-about-right-num li span {
    font-size: 15px;
}

.wel-about-right-num li .wel-about-num-p p {
    display: inline-block;
    vertical-align: middle;
    font-size: 30px;
    color: #fff;
    line-height: 1;
}

.wel-about-right-num li .wel-about-num-p i {
    display: inline-block;
    vertical-align: bottom;
    font-size: 13px;
    color: #fff;
    margin-left: 1px;
}

.wel-about-right-num li span {
    font-size: 13px;
    color: rgba(255, 255, 255, .7);
    line-height: 1.4;
    display: block;
    margin-top: 6px;
}

.wel-about-right-box {
    width: 100%;
}

.wel-about-box-item {
    position: relative;
    width: 100%;
    height: 50%;
}

.wel-about-r-one {
    width: 100%;
    position: relative;
    height: 50%;
}

.wel-about-r-two {
    width: 100%;
    height: 50%;
    padding-bottom: 20px;
}

.wel-about-pic {
    padding-top: 0;
    height: 100%;
}

.wel-about-pic img {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wel-about-box-item:hover .wel-about-pic img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.wel-about-box-item .wel-about-box-text {
    position: absolute;
    padding: 10%;
    bottom: 0;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.wel-about-box-item:hover .wel-about-box-text {
    bottom: 10px;
}

.wel-about-box-item .wel-about-box-text h3 {
    font-size: 24px;
}

.colorwrite {
    color: #fff;
}

@media(max-width:468px) {

    .wel-about-text {
        padding: 40px;
    }

    .wel-about-r-two .wel-about-text {
        padding: 40px;
    }

    .wel-about-right-num {
        padding: 40px 40px 30px;
    }
}

/* about  end */

/* technology */
.wel-advantage {
    border-top: 1px solid #eee;
}

.wel-advantage .mainbox {
    width: 100%;
    /* padding: 0 5%; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.wel-advantage .mainbox .item {
    position: relative;
    top: 0;
    text-align: center;
    width: 100%;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.wel-advantage .mainbox .item:hover {
    top: -10px;
}

.wel-advantage .mainbox .item a {
    display: block;
    padding: 0 14px;
}

.wel-advantage .mainbox .item .icon {
    width: 58px;
    margin: 0 auto;
}

.wel-advantage .mainbox .item h3 {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-top: 20px;
    font-weight: normal;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.wel-advantage .mainbox .item span {

    display: block;
    color: #666;
    font-size: 14px;
    line-height: 1.4;
    margin-top: 5px;
}

.wel-advantage .mainbox .item a:hover h3 {
    color: #00acef;
}

.wel-advantage .mainbox .item .line {
    width: 1px;
    height: 120px;
    background-color: #F2F2F2;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

@media(max-width:468px) {

    .wel-about-text h3 {
        font-size: 26px;
        letter-spacing: 0;
    }

    .wel-about-text>span {
        font-size: 16px;
        letter-spacing: 0;
    }

    .wel-advantage .mainbox .item .icon {
        width: 45px;
    }

    .wel-advantage .mainbox .item h3 {
        font-size: 18px;
    }
}

/* technology  end */

/* footer */

.footer {
    background: #f5f5f5;
}

.footer .footer-top {
    height: auto;
    padding-bottom: 20px;
    padding-top: 80px;
}

.footer .left-images {
    width: 300px;
}

.footer .left-images .logo-footer {
    width: 170px;
    display: block;
}

.footer .n-tit {
    margin-top: 60px;
    margin-bottom: 30px;
}

.footer .n-tit .n-t {
    line-height: 1;
    margin-bottom: 20px;
}

.footer .n-tit .n-imgul .li {
    width: 80px;
    height: 80px;
    float: left;
    border-radius: 5px;
    margin-right: 14px;
}

.footer .n-tit .n-imgul .li:last-child {
    margin-right: 0;
}

.footer .footer-top .bdfx a {
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.footer .footer-top .bdfx a {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    padding: 0;
    margin: 0;
    margin-right: 15px;
    /* border: 1px solid #dedede; */
    border-radius: 50%;
}

.footer .footer-top .bdfx .wx {
    background: url(/Public/file/images/wx01.png) no-repeat center;
    background-size: 100%;
}

.footer .footer-top .bdfx .wx:hover {
    background: url(/Public/file/images/wx11.png) no-repeat center;
    background-size: 100%;
}

.footer .footer-top .bdfx .wb {
    background: url(/Public/file/images/w02.png) no-repeat center;
    background-size: 100%;
}

.footer .footer-top .bdfx .wb:hover {
    background: url(/Public/file/images/w12.png) no-repeat center;
    background-size: 100%;
}

.footer .footer-top .bdfx .tm {
    background: url(/Public/file/images/tm-icon3.png) no-repeat center;
    background-size: 100%;
}

.footer .footer-top .bdfx .tm:hover {
    background: url(/Public/file/images/tm-icon2.png) no-repeat center;
    background-size: 100%;
}

.footer .footer-top .bdfx .jd {
    background: url(/Public/file/images/jd-icon3.png) no-repeat center;
    background-size: 100%;
}

.footer .footer-top .bdfx .jd:hover {
    background: url(/Public/file/images/jd-icon2.png) no-repeat center;
    background-size: 100%;
}

.footer .right-words {
    width: calc(100% - 300px);
    padding: 0 5% 0 0;
    font-size: 14px;
    color: #87868d;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: inherit;
    flex-wrap: inherit;
}

.footer .right-words .li {
    margin-bottom: 30px;
    width: 100%;
    /* padding-right: 7%; */
}

.footer .right-words .li .li-top {
    width: 126px;
    display: block;
    color: #333;
    line-height: 1;
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.footer .right-words a {
    color: rgba(0, 0, 0, 0.5);
}

.footer .right-words .li .li-bot a {
    display: block;
    line-height: 30px;
    font-size: 13px;
}

.footer .right-words .li .li-bot a:hover {
    color: #00acef;
}

.footer .right-text {
    width: 242px;
    font-size: 14px;
    color: #87868d;
    line-height: 30px;
}

.footer .right-text .li-top {
    color: #333333;
    line-height: 1;
}

.footer .right-text .li-top {
    margin-bottom: 16px;
}

.footer .footer-bot {
    padding: 20px 0;
    /* line-height: 85px; */
    color: rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 14px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer-bot p {
    font-size: 12px;
}

.footer .footer-bot a {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

.ft18 {
    font-size: 15px;
}

/* footer  end */

.wgt-fade-animate {
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
    -webkit-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
}

.appear {
    -wewgtit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    -webkit-animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    animation: opacity_show 1s 1 cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
    opacity: 1 !important;
}

@-wewgtit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes opacity_show {
    0% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        -webkit-transform: translateY(150px);
        transform: translateY(150px);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@media screen and (max-width: 1596px) {
    .container {
        width: 90%;
    }
}

/* 2021-10-25  s*/

/*  join ==================================================================================== */
/* <!-- 宗旨 使命--> */
.zzsm {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    margin-top: -6%;

}

.zzsm_l {
    background: url('/Public/file/images/pp1.png') no-repeat;
    background-size: cover;
    width: 50.1%;
    display: flex;
    align-items: center;
    padding: 3% 5%;
    position: relative;
}

.zzsm_r {
    background: url('/Public/file/images/pp2.png') no-repeat;
    background-size: cover;
    width: 50%;
    display: flex;
    align-items: center;
    padding: 3% 5%;
    position: relative;
}

.sjs_wz img {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 5%;
}

.sjs_wz h4 {
    font-size: 26px;
    color: #fff;
    margin-top: 3%;
    margin-bottom: 2%;
}

.sjs_wz p {
    color: #fff;
}

/* <!--5大理由--> */
.youShi_xq {
    position: relative;
}

.youShi_xq ul {
    display: flex;
    justify-content: space-between;
}

.youShi_xq ul li {
    height: 100%;
    text-align: center;
    padding: 50px 20px;
    background: url('/Public/file/images/lybg1.jpg');
}

.youShi_xq ul li h4 {
    font-size: 50px;
    color: #00acef;
    position: relative;
}

.youShi_xq ul li h4::after {
    content: "";
    position: absolute;
    left: 42%;
    bottom: 0;
    width: 15%;
    height: 3px;
    background: #00acef;
    opacity: 0.8;

}

.youShi_xq ul li h5 {
    font-size: 20px;
    font-weight: bold;
    color: #666666;
    margin-top: 30px;
    margin-bottom: 20px;
}

.youShi_xq ul li p {
    font-size: 14px;
    color: #9a9b9b;
}

.youShi_xq {
    position: relative;
}

.youShi_qh {
    display: none;
}

.youShi_xq .swiper-button-prev {
    position: absolute;
    left: -5%;
    top: 40%;
    z-index: 999;
    background-color: transparent;
    border: none;
}

.youShi_xq .swiper-button-next {
    position: absolute;
    right: -5%;
    top: 40%;
    z-index: 999;
    background-color: transparent;
    border: none;
}

/* <!--10大优势--> */
.youShi {
    background: #f5f5f5;
    padding: 5% 0;
    padding-bottom: 1%;
}

.m-list1 {
    overflow: hidden;
    padding: 11px 0 0;
}

.m-list1 li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    font-size: 12px;
    color: #888;
    line-height: 21px;
    margin-bottom: 1%;

}

.m-list1 li:nth-child(2n) {
    padding-left: 10%;
    text-align: left;
}

.m-list1 li:nth-child(2n+1) {
    padding-right: 10%;
    text-align: right;
}

.m-list1 li:nth-child(3) {
    padding-right: 15%
}

.m-list1 li:nth-child(4) {
    padding-left: 15%
}

.m-list1 li:nth-child(5) {
    padding-right: 20%
}

.m-list1 li:nth-child(6) {
    padding-left: 15%
}

.m-list1 li:nth-child(7) {
    padding-right: 15%
}

.m-list1 li:nth-child(8) {
    padding-left: 15%
}

.m-list1 li .txt {
    overflow: hidden;
}

.m-list1 li span {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 90px;
    height: 30px;
    font-family: shuzhi;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 60px;
    color: rgba(238, 238, 238, 0.8);
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.m-list1 li:nth-child(2n) span {
    left: 0;

}

.shuZ {
    overflow: hidden;
    position: relative;
}

.shuZ span {
    overflow: hidden;
}

.m-list1 li h4 {
    z-index: 2;

    font-size: 18px;
    color: #333333;
    line-height: 24px;
    padding: 12px 0;
    padding-top: 30px;

}

.m-list1 li p {
    min-height: 68px;
    overflow: hidden;
}

.joinSev_box,
.joinSev {
    position: relative;
    background: #f5f5f5;
    overflow: hidden;
}

.joinSev_img {
    position: absolute;
    width: 32%;
    left: 50%;
    top: 10%;
    transform: translatex(-50%);
    margin: 0 auto;
}

.joinSev_img_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.animate1 {
    animation: animate1 12s linear alternate infinite;
}

@keyframes animate1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.animate2 {
    animation: animate2 12s linear alternate infinite;
}

@keyframes animate2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

/* <!--11大帮扶--> */
.bangFu_xq {
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bangFu_xq>div {
    width: 16.66%;
    border: 2px solid #fff;
}

.bangFu_xq>div:nth-child(3) {
    width: 33.33%;
}

.bangFu_xq ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.bangFu_xq ul li {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 33.08%;
    margin-bottom: 0.25%;
}

.bfxq_l {
    background: url('/Public/file/images/bfbg1.jpg') no-repeat;
    background-size: cover;
    position: relative;
    width: 49.5%;
    padding: 20px;
    padding-top: 15%;

}

.bfxq_l:hover.bfxq_l h4 {
    margin-left: 10px;
    transition: all 1s;
}

.bfxq_l:hover.bfxq_l p {
    margin-left: 10px;
    transition: all 1s;
}

.bfxq_r:hover.bfxq_r h4 {
    margin-left: 10px;
    transition: all 1s;
}

.bfxq_r:hover.bfxq_r p {
    margin-left: 10px;
    transition: all 1s;
}

.bfxq_l h4,
.bfxq_r h4 {
    position: relative;
    top: 0;
    font-size: 20px;
    transition: all 1s;
    line-height: 1.4;
}

.bfxq_l p,
.bfxq_r p {
    font-size: 14px;
    line-height: 1.6;
    transition: all 1s;
    margin-top: 10px;
    opacity: 0.89;
}

.bfxq_l img {
    position: absolute;
    right: 20px;
    top: 45px;
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.bfxq_r {
    background-size: cover;
    position: relative;
    width: 49.5%;
    padding: 20px;
    padding-top: 50px;
}

.bfxq_r img {
    position: absolute;
    right: 20px;
    bottom: 45px;
    width: 50px;
    height: 50px;
}

.help_none {
    display: none;
}

/* <!--门店形象--> */
.mdxx {
    background: url('/Public/file/images/xxbg.png') no-repeat;
    background-size: cover;
    margin: 90px 0;
}

.mdxx section {
    padding: 100px 0;
}

.mdxx_xq {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    position: relative;

    z-index: 3;
    width: 93%;
    margin-left: 7%;
}

.mdxx_l {
    width: 100%;
}

.mdxx_l .tit {
    text-align: left;
}

.mdxx_l .tit::after {
    left: 0;
}

.mdxx_l_wz p {
    font-size: 18px;
    color: #333;
}

.mdxx_l_wz p span {
    color: #00acef;
    font-size: 22px;
}

.mdxx_l_img {
    margin-top: 65px;
    display: flex;
    justify-content: space-between;
}

.mdxx_l_img .swiper-slide {
    overflow: hidden;
}

.diTu {
    position: absolute;
    top: 0;
    right: 0;
}

/* <!--财产故事--> */
.joinCf {
    position: relative;
}

.joinCf_item {
    display: flex;
    justify-content: space-between;
}

.joinCf_img {
    width: 45%;
}

.joinCf_txt {
    width: 60%;
    padding: 5%;
}

.joinCf_tit {
    line-height: 1;
    display: block;
    font-size: 24px;
    color: #00acef;
    color: #2170b2;
}

.joinCf_span {
    display: block;
    color: #999;
    font-size: 13px;
    margin: 14px 0;
}

.joinCf_p {
    margin: 24px 0;
    padding-right: 24px;
    height: 150px;
    overflow: auto;
}

.joinCf_p::-webkit-scrollbar {
    width: 3px;
    height: 100%;
    border-radius: 38px;
    background: #eee;
}

.joinCf_p::-webkit-scrollbar-thumb {
    background: #00acef;
}

.joinCf_p p {
    font-size: 15px;
    color: #666;
    margin-bottom: 10px;
}

.joinCf_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
}

.joinCf_num div {
    min-width: 89px;
}

.joinCf_num span {
    font-family: 'BEBAS';
    color: #00acef;
    letter-spacing: 0;
    font-size: 24px;
    line-height: 1;
}

.joinCf_num .joinCf_span {
    font-size: 18px;
}

.joinCf_num i {
    font-size: 10px;
    width: 18px;
    height: 18px;
    background: #00acef;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    vertical-align: top;
}

.joinCf_num p {
    font-size: 15px;
    line-height: 1;
    color: #666;

}

.joinCf_btn {
    display: inline-block;
    background: #00acef;
    color: #fff;
    padding: 8px 34px;
    border-radius: 38px;
    margin-top: 50px;
}

.joinCf .swiper-container {
    box-shadow: 0 0 10px 1px #eee;
}

.joinCf .swiper-pagination {
    position: relative;
    text-align: center;
}

.joinCf .swiper-pagination .swiper-pagination-bullet {
    height: 3;
    background: #999;
}

.joinCf .swiper-pagination .swiper-pagination-bullet-active {
    background: #00acef;
}

/* <!--加盟流程--> */
.jmlc {
    background: #f5f5f5;
}

.jmlc_xq_bot {
    padding: 80px 0;
}

.jmlc_xq_bot ul {
    display: flex;
    justify-content: space-between;
}

.jmlc_xq_bot li {
    width: 14%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    position: relative;
}

.jmlc_xq_bot li::after {
    content: "";
    position: absolute;
    right: -30%;
    top: 30%;
    width: 40%;
    height: 1px;
    background: #d5d5d5;

}

.jmlc_xq_bot li:last-child::after {
    content: '';
    width: 0;
}

.jmlc_xq_bot h4 {
    font-size: 20px;
    font-weight: normal;
}

.jmlc_xq_bot p {
    color: #666;
}

.jmlc_img {
    width: 130px;
    height: 130px;
    border: 1px solid #ccc;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.jmlc_img span {
    position: absolute;
    left: 15%;
    top: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background: #16b2ef;
    border-radius: 100%;
    color: #fff;
}

.jmlc_img img {
    width: 60px;
    height: 60px;
}

/* <!--加盟申请--> */
.jmsq .from_top {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.jmsq .ipt_jm {
    width: 30%;
    line-height: 40px;
    padding: 5px 25px;
    background: #f9f9f9;
    border: 1px solid #ececec;
    font-size: 16px;
}

.jmsq .ipt_jm input {
    width: 80%;
    margin-left: 5%;
    line-height: 40px;
    background: none;
    border: none;
    font-size: 14px;
}

.jmsq input::-webkit-input-placeholder {
    text-indent: 5px;
    color: #c2c2c2;
}

.jmsq .textar {
    width: 100%;
    margin-top: 30px;
    padding: 25px;
    background: #f9f9f9;
    border: 1px solid #ececec;
    font-size: 16px;
}

.jmsq .textar textarea {
    border: none;
    outline: none;
    background: none;
    width: 100%;
}

.jmsq textarea::-webkit-input-placeholder {
    text-indent: 5px;
    color: #c2c2c2;
}

.jmsq .tiJiao {
    width: 100%;
    display: flex;
    justify-content: center;
}

.jmsq .ljsq {
    border: none;
    border-radius: 50px;
    line-height: 55px;
    background: #0bafef;
    color: #fff;
    padding: 0 50px;
    font-size: 22px;
    margin-top: 50px;
}

/* 2021-10-25  e*/<!--耗时1762732014.2151秒-->