body,
html {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 0;
    color: #333;
    min-width: 1200px;
    overflow-x: hidden;
    background: #F5F7FA;
}

img,
video {
    display: block;
}

em,
li {
    list-style: none
}

img {
    border: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

video {
    display: block
}

button {
    cursor: pointer
}

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

button,
input,
textarea {
    outline: none
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 700;
    margin: 0;
}

ul,
li,
p {
    list-style: none;
    padding: 0;
    margin: 0;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.flex {
    display: flex;
}

.box {
    max-width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

.navbox {
    position: fixed;
    top: 0;
    z-index: 333;
    width: 100%;
    height: 96px;
}

.fixnav {
    background: #F5F7FA;
}

.navbox:hover {
    background: #F5F7FA;
}

.navbox:hover .nav ul li a,
.fixnav .nav ul li a {
    color: #333;
}

.navbox:hover .nav ul li:nth-of-type(6)>div {
    /* left: unset !important;
    right: -20vw; */
    justify-content: right !important;
    margin-left: -200px;
}

.nav ul .navlist:after {
    width: 200vw;
    height: 270px;
    background: #f5f7fa;
    content: '';
    bottom: 20px;
    left: -100vw;
    display: block;
    position: absolute;
    z-index: -1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.navbox .nav .navli {
    margin-right: 30px;
    float: left;
    z-index: 9999;
    width: 180px;
    justify-content: left;
}

.navbox .nav .navli img {
    width: 180px;
    height: 90px;
    border-radius: 18px 18px 0px 0px;
}

.navbox .nav .navli p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    margin-top: 20px;
}

.navbox .nav .navli a {
    background: #fff;
    border-radius: 50px;
    font-size: 16px;
    line-height: 38px;
    width: 134px;
    text-align: center;
    padding: 0;
    margin-left: 23px;
    -webkit-transition: all .3s;
    transition: all .3s;
    margin-top: 20px;
}

.navbox .nav .navli a:hover {
    color: #fff;
    background: #E95506;
    border-color: #E95506;
}

.navlist {
    position: absolute;
    top: 96px;
    left: 30px;
    width: 80vw;
    display: none;
    z-index: 333;
    padding-bottom: 60px;
    padding-top: 20px;
}

.nav {
    height: 96px;
    align-items: center;
    justify-content: space-between;
}

.nav .logo {
    width: 116px;
}

.nav ul li {
    float: left;
    font-size: 18px;
    position: relative;
    line-height: 96px;
    height: 96px;
    cursor: pointer;
}

.nav ul li a {
    color: #fff;
    margin: 0 34px;
    line-height: 40px;
    margin-top: 30px
}

.nav ul li a.active {
    border-bottom: 1px solid;
}

.banner {
    width: 100%;
    height: 100vh;
    cursor: pointer;
}

.about {
    background: #2C2B29;
    padding: 135px 0;
    overflow: hidden;
}

.about .img {
    width: 670px;
    float: left;
}

.about .text {
    float: right;
    width: 450px;
}

.about .img img,
.brand .img img {
    /* width: 100%; */
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
    overflow: hidden;
}

.about .img:hover img,
.brand .img:hover img {
    transform: scale(1.06);
}

.about h3 {
    font-size: 30px;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 40px;
}

.about p {
    font-size: 16px;
    color: #AAAAAA;
    line-height: 22px;
    text-align: justify;
    font-style: normal;
}

.about a {
    width: 138px;
    height: 42px;
    background: #E95506;
    border-radius: 21px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    margin-top: 68px;
    animation: ani-svg2 0.9s linear 0s alternate infinite;
    -webkit-animation: ani-svg2 0.85s linear 0s alternate infinite;
    -moz-animation: ani-svg2 0.85s linear 0s alternate infinite
}

.about2 {
    background: unset;
}

.about2 h3 {
    color: #333;
    font-weight: normal;
    margin-top: 160px;
}

.about2 img {
    width: 600px;
}

.about2 p {
    color: #666;
}

.brand .flex {
    color: #fff;
    justify-content: space-between;
}

.brand .flex h4 {
    font-size: 36px;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 16px;
    margin-top: 150px;
}

.brand img {
    width: 650px;
    margin-left: 80px;
    margin-top: 40px;
}

.brand .flex p {
    font-size: 22px;
    line-height: 38px;
}

.brand .flex p span {
    color: #E95506;
}

.news {
    padding: 80px;
    padding: 80px;
    background: #fff;
}

.news video {
    height: 750px;
    width: 100%;
    margin-top: 40px;
}

.tit {
    text-align: center;
    font-size: 20px;
    color: #666;
}

.store .tit,
.shopowner .tit {
    color: #fff;
}

.store .tit h5,
.shopowner .tit h5 {
    color: #fff;
}

.tit h5 {
    text-align: center;
    font-size: 30px;
    color: #333;
    margin-bottom: 16px;
    font-weight: normal;
}

.news .tab {
    position: relative;
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin: 0 auto 20px auto;
    font-family: Arial;
}

.news .tab-nav {
    overflow: hidden;
    margin: 40px 0;
}

.news .tab-nav a {
    display: block;
    float: left;
    width: 82px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    color: #333;
    font-size: 12px;
    border-radius: 16px;
    border: 1px solid #979797;
    margin-right: 20px;
}

.news .tab-nav a.current {
    background: #E95506;
    color: #fff;
    border-color: #E95506;
}

.news .tab-con {
    position: relative;
    width: 1200px;
    height: 600px;
    overflow: hidden;
}

.news .tab-con-item {
    display: none;
    width: 1200px;
    height: 180px;
    justify-content: space-between;
}

.news .tab-con-item ul {
    width: 49%;
    float: left;
}

.news .tab-con-item ul li {
    background: #F6F7F8;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

.news .tab-con-item ul li:hover::after,
.newslist .tab-con-item ul li:hover::after {
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #E95506;
    animation: grow 2s infinite;
    animation-play-state: running;
}

@keyframes grow {
    from {
        width: 10px;
    }

    to {
        width: 100%;
        /* 最终长度 */
    }
}

.news .tab-con-item .imgbox ul li:hover::after {
    bottom: -36px;
}

.news .tab-con-item .imgbox ul li {
    cursor: pointer;
    border-radius: 0 0 8px 8px;
}

.news .tab-con-item h4 {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: clip;
}

.news .tab-con-item p {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}

.news .tab-con-item .flex {
    justify-content: space-between;
    margin-top: 30px;
    line-height: 20px;
    color: #999999;
}

.news .tab-con-item span {
    font-size: 12px;
}

.news .tab-con-item ul li:hover h4,
.newslist .tab-con-item ul li:hover h4 {
    color: #E95506;
}

.news .tab-con-item ul li:hover .more {
    color: #E95506;
    background-image: url(../img/more.png);
}

.news .tab-con-item .more {
    font-size: 14px;
    padding-right: 16px;
    background: url(../img/more2.png) no-repeat center right;
    background-size: 12px;
}

.news .tab-con-item .imgbox {
    width: 49%;
    float: right;
    background: #F6F7F8;
    border-radius: 8px;
    height: 485px;
    overflow: hidden;
}

.news .tab-con-item .imgbox img {
    width: 100%;
    height: 350px;
}

.news .tab-con-item .imgbox ul {
    width: 100%;
}

.newslist {
    padding: 80px 0;
}

.newslist .tab-nav {
    overflow: hidden;
    margin: 40px auto;
    display: flex;
    justify-content: center;
    width: 80%;
}

.newslist .tab-nav a {
    display: block;
    float: left;
    font-size: 22px;
    color: #666666;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #333;
    padding: 10px;
    margin: 0 20px
}

.newslist .tab-nav a.current {
    color: #E95506;
    border-bottom: #E95506 2px solid;
}

.newslist .tab-con {
    position: relative;
    width: 1200px;
    overflow: hidden;
}

.newslist .tab-con-item {
    display: none;
    width: 1200px;
    justify-content: space-between;
}

.newslist .tab-con-item ul {
    width: 100%;
    float: left;
    overflow: hidden;
    margin-bottom: 60px;
}

.newslist .tab-con-item ul li {
    background: #F8F8F8;
    border-radius: 8px;
    margin-bottom: 20px;
    position: relative;
    width: 23%;
    float: left;
    margin-right: 2%;
    border-radius: 8px;
    overflow: hidden;
}

.newslist .tab-con-item ul li:nth-of-type(4n) {
    margin-right: 0;
}

.newslist .tab-con-item h4 {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    margin: 20px;
    font-weight: normal;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 56px;
}

.newslist .tab-con-item p {
    font-size: 12px;
    color: #999999;
    line-height: 20px;
    padding: 0 20px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
}

.newslist .tab-con-item span {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    padding: 20px;
    display: inline-block;
}

.newslist .tab-con-item li:hover {
    background: #fff;
}

.newslist .tab-con-item li:hover img {
    transform: scale(1.1);
}

.newslist .tab-con-item li img {
    transition: transform 0.3s ease;
    height: 170px;
}

.newslist .more {
    font-size: 18px;
    color: #333333;
    border-radius: 21px;
    border: 1px solid #979797;
    line-height: 42px;
    width: 138px;
    height: 42px;
    margin: 60px auto;
    text-align: center;
    clear: both;
    -webkit-transition: all .3s;
    transition: all .3s
}

.newslist .more:hover {
    color: #fff;
    background: #E95506;
    border-color: #E95506;
}

.details {
    margin-top: 96px;
}

.details h3 {
    font-size: 30px;
    color: #333333;
    line-height: 60px;
    font-weight: normal;
    padding: 80px 0 60px;
}

.details .time {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    border-bottom: 1px solid #AAAAAA;
    padding-bottom: 40px;
}

.details .con {
    padding: 80px 0;
    color: #666666;
}

.details p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 20px;
}

.details img {
    width: 100%;
    margin-bottom: 40px;
}

.foot {
    width: 100%;
    background: #0D0F1B;
}

.foot .box {
    border-top: 1px solid #fff;
}

.foot .ulbox {
    padding: 70px 0;
    justify-content: space-between;
}

.foot ul li {
    font-size: 14px;
    line-height: 2;
}

.foot ul li a {
    color: #807E7E;
}

.foot ul li:first-of-type a {
    color: #fff;
    margin-bottom: 8px;
}

.foot .copy {
    border-top: 1px solid #fff;
    color: #807E7E;
    font-size: 14px;
    padding: 24px 0;
    text-align: center;
}

.foot .copy img {
    width: 53px;
    float: left;
}

.store {
    background: #2C2B29;
    padding: 80px 0;
    margin-top: 80px;
}

.store .swiper2 {
    margin-top: 40px;
    padding-bottom: 40px;
}

.store .storeli p,
.store .swiper2 p {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 104px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.76;
    backdrop-filter: blur(10px);
    text-align: center;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 104px;
}

.store .swiper-pagination-bullet,
.catcon .swiper-pagination-bullet {
    background: #D9D9D9 !important;
    opacity: 1 !important;
}

.store .swiper-pagination-bullet-active,
.catcon .swiper-pagination-bullet-active,
.senior .swiper-pagination-bullet-active {
    background: #E95506 !important;
}

.mapbox {
    width: 100%;
    height: 100vh;
    background: #14254d;
    color: #fff;
    padding-top: 100px;
    overflow: hidden;
}

.mapbox h2 {
    font-size: 36px;
    line-height: 52px;
}

.mapbox p {
    font-size: 20px;
    line-height: 28px;
    margin-top: 20px;
}

/* 地图  */
.map {
    height: 80vh;
    margin-bottom: 0.833rem;
    display: flex;
    flex-direction: column;
}

.map .chart {
    flex: 1;
}

.map .geo {
    width: 100%;
    height: 100%;
}

.mode {
    margin-top: 80px;
    position: relative;
}

.mode .swiper5 {
    margin-top: 40px;
    height: 740px;
}

.mode .swiper5 .swiper-slide-prev,
.mode .swiper5 .swiper-slide-next {
    opacity: .3 !important;
}

.mode .swiper5 .swiper-slide-prev {
    right: calc(-30vw + 20px);
}

.mode .swiper5 .swiper-slide-next {
    left: calc(-30vw + 20px);
}

.mode .swiper5 {
    position: relative;
    width: calc(50vw- 10px);
    height: 740px;
    overflow: hidden;
    margin: 40px auto 20px auto;
    font-family: Arial;
}

.mode .tabs {
    height: 50px;
    overflow: hidden;
    position: absolute;
    bottom: 87px;
    width: 626px;
    left: calc(50% - 313px);
    z-index: 333;
}

.mode .tabs a {
    display: block;
    float: left;
    width: 33.33%;
    height: 46px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid #fff;
    padding-bottom: 3px;
}

.mode .tabs .active {
    color: #E95506 !important;
    border-bottom: 4px solid #E95506;
    padding-bottom: 0;
}

.mode .swiper5 .swiper-slide {
    width: 70vw !important;
    margin: 0 15vw;
    border-radius: 10px;
    overflow: hidden;
}

.mode .swiper-tabs {
    justify-content: space-around;
    position: absolute;
    bottom: 200px;
}

.mode .swiper-tab {
    cursor: pointer;
}

.team,
.tel {
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
}

.team .box {
    padding-top: 120px;
    padding-bottom: 80px;
}

.team .tit,
.team .tit h5 {
    color: #fff;
}

.team .lister {
    justify-content: center;
    color: #fff;
    text-align: center;
    overflow: hidden;
    margin-top: 120px;
}

.team .teamli {
    width: 18%;
    float: left;
    margin-right: 2%;
}

.team .teamli:nth-of-type(2n) {
    margin-top: 80px;
}

.team .teamli:last-of-type {
    margin-right: 0;
}

.team .teamli img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.team .teamli h5 {
    font-size: 30px;
    margin: 12px;
    font-weight: normal;
}

.team .teamli p {
    font-size: 14px;
    line-height: 20px;
}

.team .lister .swiper-slide img {
    height: 240px;
}

.team .lister .swiper-slide {
    background: #FFFFFF;
    box-shadow: 0px 1px 6px 4px rgba(239, 239, 239, 0.5);
    border-radius: 8px;
}

.team .lister .swiper-slide .text {
    color: #666;
    font-size: 16px;
    padding: 0 34px 32px;
    text-align: left;
}

.team .lister .swiper-slide h6 {
    color: #333;
    font-size: 20px;
    padding: 20px 0 12px;
    margin: 0;
    font-weight: normal;
    text-align: center;
}

.form {
    background: #fff;
    box-shadow: 0px 0px 12px 0px #DFDFDF;
    border-radius: 18px;
    padding: 40px 0 50px;
    margin-top: 40px;
}

.form form {
    width: 560px;
    margin: 0 auto;
}

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

.form input {
    width: 450px;
    height: 32px;
    border-radius: 2px;
    border: 1px solid #AAAAAA;
    margin-bottom: 24px;
    padding: 0 14px;
}

.form textarea {
    width: 450px;
    height: 96px;
    border-radius: 2px;
    border: 1px solid #AAAAAA;
    margin-bottom: 24px;
    padding: 10px 14px;
}

.form div span {
    width: 60px;
    text-align: right;
    font-size: 14px;
    color: #333333;
    line-height: 32px;
}

.form img {
    width: 65px;
    height: auto;
    margin: 0px auto 32px;
}

.form button {
    width: 92px;
    height: 32px;
    background: #E95506;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    margin: 24px 264px 0;
    color: #fff;
    padding: 0;
    border: none;
}

.welcome {
    width: 100%;
    background: url(../img/bg3.png) no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.storepage {
    margin-top: 0;
}

.storeul {
    margin-top: 40px;
    margin-bottom: 40px;
    overflow: hidden;
}

.storeli {
    width: 31.333%;
    margin-right: 2%;
    margin-bottom: 36px;
    position: relative;
    float: left;
    height: 528px;
    overflow: hidden;
    border-radius: 10px;
}

.storeli img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.storeli:nth-of-type(3n) {
    margin-right: 0;
}

.storepage .swiper-slide,
.store .swiper-slide {
    overflow: hidden;
    border-radius: 10px;
}

.storepage .swiper-slide img,
.store .swiper-slide img,
.news .tab-con-item .imgbox img {
    transition: transform 0.3s ease;
    cursor: pointer;
}

.storepage .swiper-slide:hover img,
.store .swiper-slide:hover img,
.news .tab-con-item .imgbox:hover img,
.catul .catli:hover img,
.storeul .storeli:hover img {
    transform: scale(1.1);
}

.catbox {
    margin-top: 0;
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
    background-color: none;
}

.catul {
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 40px;
}

.catul .catli {
    float: left;
    width: 23%;
    margin-right: 2%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 10px;
    overflow: hidden;
}

.catul .catli img {
    transition: transform 0.3s ease;
}

.catul .catli:nth-of-type(4n) {
    margin-right: 0;
    margin-bottom: 36px;
}

.catbox .pbox {
    position: absolute;
    bottom: 0;
    height: 52px;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0.1) 0%, #454545 100%);
    border-radius: 0px 0px 8px 8px;
    width: 100%;
    color: #fff;
    padding: 10px 16px;
    font-size: 16px;
}

.catbox .pbox span {
    font-size: 11px;
    border-radius: 2px;
    border: 1px solid #FFFFFF;
    padding: 2px 6px;
    margin-right: 4px;
    display: inline-block;
    margin-top: 4px;
}

.catcon {
    background: #fff;
    margin: 120px auto;
    box-sizing: border-box;
    padding: 25px;
}

.catcon img {
    width: 100%;
    height: 100%;
}

.catcon .swiper4 {
    width: 400px;
    height: 400px;
    object-fit: cover;
    padding-bottom: 50px;
}

.catcon .flex {
    justify-content: space-between;
}

.catcon .info {
    width: 350px;
    padding-left: 20px;
    flex: 1;
}

.catcon .info h3 {
    font-size: 36px;
    color: #333333;
    line-height: 50px;
    font-weight: normal;
    margin-bottom: 12px;
}

.catcon .info .name {
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    margin-bottom: 14px;
}

.catcon .info .spanbox {
    padding: 10px 0 30px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 30px;
}

.catcon .info span {
    background: #E95506;
    border-radius: 4px;
    padding: 4px 16px;
    font-size: 12px;
    color: #fff;
    margin-right: 20px;
}

.catcon .info h6,
.catcon .text h5 {
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 20px;
}

.catcon .info p,
.catcon .text p {
    font-size: 16px;
    color: #AAAAAA;
    line-height: 24px;
}
.catcon .info p span{
    background: unset;
    color: #aaa;
}
@keyframes ani-svg2 {
    0% {
        opacity: 0;
        transform: translateX(-12px);
    }

    25% {
        opacity: 0.25;
        transform: translateX(-10px);
    }

    50% {
        opacity: 0.5;
        transform: translateX(0px);
    }

    75% {
        opacity: 0.75;
        transform: translateX(10px);
    }

    100% {
        opacity: 1.0;
        transform: translateX(12px);
    }
}

@-webkit-keyframes ani-svg2 {
    0% {
        opacity: 0.4;
        -webkit-transform: translateX(-20px);
    }

    15% {
        opacity: 0.65;
        -webkit-transform: translateX(-15px);
    }

    25% {
        opacity: 0.8;
        -webkit-transform: translateX(-10px);
    }

    50% {
        opacity: 1;
        -webkit-transform: translateY(0px);
    }

    65% {
        opacity: 0.8;
        -webkit-transform: translateX(5px);
    }

    75% {
        opacity: 0.65;
        -webkit-transform: translateX(10px);
    }

    100% {
        opacity: 0.4;
        -webkit-transform: translateX(15px);
    }
}

@-moz-keyframes ani-svg2 {
    0% {
        opacity: 0.4;
        -moz-transform: translateX(-20px);
    }

    15% {
        opacity: 0.65;
        -moz-transform: translateX(-15px);
    }

    25% {
        opacity: 0.8;
        -moz-transform: translateX(-10px);
    }

    50% {
        opacity: 1;
        -moz-transform: translateX(0px);
    }

    65% {
        opacity: 0.8;
        -moz-transform: translateX(5px);
    }

    75% {
        opacity: 0.65;
        -moz-transform: translateX(10px);
    }

    100% {
        opacity: 0.4;
        -moz-transform: translateX(15px);
    }
}

.tel {
    padding: 100px 0;
    color: #fff;
    font-size: 28px;
    color: #FFFFFF;
    line-height: 52px;
}

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

.tel .p {
    width: 50%;
}

.tel .h3 {
    font-size: 36px;
    line-height: 52px;
    padding-bottom: 10px;
    padding-top: 140px;
}

.tel .maps {
    background: #ececec;
    width: 50%;
    height: 556px;
    position: relative;
}

.tel .open {
    width: 60px;
    position: absolute;
    left: 0;
    top: 47%;
    height: auto;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    z-index: 333;
}

.tel .open img {
    transition: transform 0.5s ease-in-out;
}

.close2 .p {
    display: none;
}

.tel .rotate1 {
    transform: rotate(180deg);
}

#top {
    position: fixed;
    top: 70%;
    right: 12px;
    width: 40px;
    z-index: 3333;
    height: auto;
    cursor: pointer;
    filter: grayscale();
    display: none;
}

#top:hover {
    filter: unset;
}

.BMap_Marker {
    background: url(../img/ad.png) no-repeat center !important;
    background-size: 100% !important;
}

.BMap_Marker div {
    display: none
}

.swiper5 .swiper-button-prev,
.swiper5 .swiper-button-next {
    color: #fff !important;
    height: 24px !important;
    padding: 10px;
    background: rgba(51, 51, 51, 0.5);
    border-radius: 50px;
}

.swiper5 .swiper-button-next::after,
.swiper5 .swiper-button-prev::after {
    height: 24px !important;
    font-size: 24px !important;
}




.shopowner {
    width: 100%;
    padding: 80px 0;
    background: url(../img/bg.png) no-repeat;
    background-size: cover;
}

.shopowner .swiper3 {
    margin: 40px 0 0;
    padding-bottom: 108px;
}

.shopowner .swiper3 .swiper-slide {
    background: #D0D8E5;
    border-radius: 8px;
    text-align: center;
    font-size: 22px;
    color: #333333;
    line-height: 30px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.shopowner .swiper3 .swiper-pagination-bullet {
    background: #fff !important;
    opacity: 1 !important;
}

.shopowner .swiper3 .swiper-pagination-bullet-active,
.ipbox .swiper4 .swiper-pagination-bullet-active {
    background: #E95506 !important;
}

.shopowner .swiper3 .swiper-slide:hover {
    background: #fff;
}

.shopowner .swiper3 .swiper-slide:hover::before {
    display: block;
}

.shopowner .swiper3 .swiper-slide p {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    margin: 12px auto 50px;

}

.shopowner .swiper3 .swiper-slide img {
    width: 132px;
    height: 132px;
    border-radius: 100px;
    object-fit: cover;
    margin: 78px auto 33px;

}

.shopowner .swiper3 .swiper-slide::before {
    width: 144px;
    height: 144px;
    border-radius: 100px;
    border: 2px dashed #E95506;
    position: absolute;
    content: '';
    top: 70px;
    display: none;
}

.ipbox {
    margin: 80px auto;
}

.ipbox .swiper4 {
    height: 806px;
    padding-bottom: 60px;
}

.ipbox .swiper4 p {
    text-align: center;
    font-size: 14px;
    color: #666666;
    line-height: 20px;
    margin: 38px 0;
}

.ipbox .swiper4 .swiper-wrapper {
    margin-top: 38px;

}

.ipbox .swiper4 .swiper-slide {
    height: unset !important;
}

.ipbox .swiper4 .swiper-slide:nth-of-type(2n+1) img {
    height: 200px;
}

.ipbox .swiper4 .swiper-slide:nth-of-type(2n) img {
    height: 390px;
}

.senior {
    margin: 80px;
}

.senior .swiper2 {
    padding-bottom: 80px;
}

.senior .swiper2 .swiper-slide {
    height: 472px !important;

}

.senior .swiper2 img {
    border-radius: 10px;
}

.senior .swiper2 .swiper-wrapper {
    margin-top: 40px;
}

.senior .swiper2 .p {
    /* background: #14254d; */
    border-radius: 0 50px 0 0;
    margin-top: -50px;
    position: absolute;
    z-index: 66;
    bottom: 0;
    width: 100%;
    color: #fff;
    text-align: center;
    height: 200px;
    font-size: 14px;
}

.senior .swiper2 .p h5 {
    font-size: 22px;
    margin-top: 60px;
    font-weight: normal;
    margin-bottom: 12px;
}

.bigimg {
    width: 100%;
    background: #000 url(../img/bigimg.png) no-repeat;
    background-size: 100%;
    margin-top: 80px;
    padding-top: 240px;
    padding-bottom: 140px;
}