.mv {
    margin-bottom: 150px;
}

@media screen and (max-width: 767px) {
    .mv {
        margin-bottom: 95px;
    }
}

.mv .left {
    margin-right: -60px;
}

@media screen and (max-width: 767px) {
    .mv .left {
        margin: 0;
    }
}

.mv p {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    font-size: 0.9vw;
    margin-right: -40px;
}

@media screen and (max-width: 960px) {
    .mv p {
        font-size: 2vw;
    }
}

.mv-title h1 {
    font-size: 1.8vw;
    font-weight: bold;
    line-height: 1.7;
    letter-spacing: 1px;
    margin-right: -40px;
}

@media screen and (max-width: 960px) {
    .mv-title h1 {
        font-size: 25px;
        margin: 0;
    }
}

@media screen and (max-width: 480px) {
    .mv-title h1 {
        font-size: 5vw;
    }
}

.mv-slider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-bottom: 30px !important;
}

@media screen and (max-width: 767px) {
    .mv-slider {
        padding: 0 30px 30px !important;
    }
}

.mv-slider .item {
    border: 1px solid #EAE9EB;
    border-radius: 10px;
    overflow: hidden;
}
.mv-slider .item img{
    width: 100%;
}
@media screen and (max-width: 767px) {
    .mv-slider .item {
        padding: 0;
    }
}

.mv-slider .item01 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 30px;
}

.mv-slider .item01 .left {
    width: 50%;
    position: relative;
}

.mv-slider .item01 .left figure {
    max-width: 270px;
    margin: auto;
    position: relative;
}

.mv-slider .item01 .left figure:before {
    content: '';
    position: absolute;
    top: 22px;
    left: -68px;
    background: url(../images/ico-phone.png) center center no-repeat;
    width: 106px;
    height: 147px;
    background-size: 76%;
}

.mv-slider .item01 .left .mv-title {
    position: relative;
    display: inline-block;
}

.mv-slider .item01 .left .mv-title:after {
    content: '';
    position: absolute;
    top: -40px;
    right: -25px;
    background: url(../images/mv-ico.png) center center no-repeat;
    width: 118px;
    height: 81px;
    background-size: 70px;
}

@media screen and (max-width: 767px) {
    .mv-slider .item01{
        border-radius: 10px;
        overflow: hidden;
    }
    .mv-slider .item01 .left {
        position: relative;
    }

    .mv-slider .item01 .left figure {
        position: initial;
        max-width: 100px;
    }

    .mv-slider .item01 .left figure img {
        position: absolute;
        top: 4px;
        right: 4px;
        max-width: 84px;
    }

    .mv-slider .item01 .left figure:before {
        background-size: 45%;
        width: 60px;
        height: 55px;
        top: auto;
        bottom: -28px;
        left: 0;
    }

    .mv-slider .item01 .left .mv-title:after {
        display: none;
    }

    .mv p {
        padding-left: 20px;
    }
    .mv-slider .item img{
        width: 100%;
    }
}

.mv-slider .item01 .right {
    width: 55%;
    background: #5AC1B2;
    padding: 20px;
    border-radius: 0 10px 0 0;
}

.mv-slider .item01 .right ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mv-slider .item01 .right ul li {
    width: 49%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 1% 0;
    border-radius: 10px;
    height: 197px;
    padding: 20px;
}

.mv-slider .item01 .right ul li img {
    max-width: 100%;
    max-height: 100%;
}

@media screen and (max-width: 767px) {
    .mv-slider .item01 .right {
        padding: 10px 20px;
    }
    .mv-slider .item01 {
        display: block;
    }

    .mv-slider .item01 .left {
        width: 100%;
        margin-bottom: 20px;
        padding: 45px 20px 10px;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        
    }

    /* .mv-slider .item01 .left figure {
    max-width: 100px;
  }
    .mv-slider .item01 .left figure img{
        position: absolute;
        top: 0;
        right: 0;
    } */
    .mv-slider .item01 .left .mv-title:after {
        background-size: 40px;
    }

    .mv-slider .item01 .right {
        width: 100%;
        border-radius: 0;
    }

    .mv-slider .item01 .right ul li {
        width: 24%;
        height: 100px;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .mv-slider .item01 .right ul li {
        width: 48%;
        height: 100px;
    }
}

.mv-slider .swiper-container {
    width: 100%;
    max-width: 1000px !important;
    margin: 0 auto !important;
    overflow: visible !important;
}

.mv-slider .swiper-horizontal > .swiper-pagination-bullets,
.mv-slider .swiper-pagination-bullets.swiper-pagination-horizontal,
.mv-slider .swiper-pagination-custom,
.mv-slider .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 0);
}

.mv-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.mv-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 10px);
}

.mv-slider .swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 10px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 10px));
}

.mv-slider .swiper-pagination-bullet-active {
    background: #057867;
}

.mv-slider .swiper-button-next:after,
.mv-slider .swiper-button-prev:after {
    font-size: 30px;
    color: #222;
}

@media screen and (max-width: 767px) {

    .mv-slider .swiper-button-next:after,
    .mv-slider .swiper-button-prev:after {
        font-size: 20px;
    }
}

.mv-slider .swiper-button-prev,
.mv-slider .swiper-rtl .swiper-button-next {
    left: 23.5%;
    z-index: 99999;
    outline: none;
}

@media screen and (max-width: 1799px) {

    .mv-slider .swiper-button-prev,
    .mv-slider .swiper-rtl .swiper-button-next {
        left: 23.5%;
    }
}
@media screen and (max-width: 1200px) {

    .mv-slider .swiper-button-prev,
    .mv-slider .swiper-rtl .swiper-button-next {
        left: 22.5%;
    }
}
@media screen and (max-width: 767px) {

    .mv-slider .swiper-button-prev,
    .mv-slider .swiper-rtl .swiper-button-next {
        left: 3px;
    }
}

.mv-slider .swiper-button-next,
.mv-slider .swiper-rtl .swiper-button-prev {
    right: 23.5%;
    z-index: 99999;
    outline: none;
}
@media screen and (min-width: 1800px) {
    .mv-slider .swiper-button-next,
    .mv-slider .swiper-rtl .swiper-button-prev {
        right: 32.3%;
    }
    .mv-slider .swiper-button-prev,
    .mv-slider .swiper-rtl .swiper-button-next {
        left: 32.1%;
    }
}
@media screen and (max-width: 1799px) {

    .mv-slider .swiper-button-next,
    .mv-slider .swiper-rtl .swiper-button-prev {
        right: 23.5%;
    }
}
@media screen and (max-width: 1200px) {

    .mv-slider .swiper-button-next,
    .mv-slider .swiper-rtl .swiper-button-prev {
        right: 22.5%;
    }
}
@media screen and (max-width: 767px) {

    .mv-slider .swiper-button-next,
    .mv-slider .swiper-rtl .swiper-button-prev {
        right: 3px;
    }
}

.recommend-item {
    background: #F5F7FA;
    border-radius: 100px 0 100px 0;
    padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
    .recommend-item {
        padding: 0 0 40px;
    }
}

.recommend-item .container {
    max-width: 1250px;
}

.recommend-item .cm-title01 {
    position: relative;
    top: -75px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .recommend-item .cm-title01 {
        top: -50px;
    }
}

.recommend-item .item {
    /* width: 31%;
  margin-right: 2%; */
}

.recommend-item .item:nth-child(3n+3) {
    margin-right: 0;
}

.recommend-item .title {
    font-size: 20px;
    margin: 20px 0 10px;
}

@media screen and (max-width: 767px) {
    .recommend-item .title {
        font-size: 18px;
        margin: 10px 0;
    }
}

.recommend-item .item {
    background: #fff;
    height: auto;
    border-radius: 10px;
}

.recommend-item a {
    text-decoration: none;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    display: block;
    border: 2px solid #fff;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) {
    .recommend-item a:hover {
        border-color: #5AC1B2;
    }

    .recommend-item a:hover figure img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.recommend-item figure {
    height: 310px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.recommend-item figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .recommend-item figure {
        height: 250px;
    }

    .recommend-item figure img {
        width: 100%;
    }
}

.recommend-item .price {
    font-size: 16px;
    margin-top: 10px;
    font-weight: bold;
}
.recommend-item .price span{
    color: #5ac1b2;
    font-size: 20px;
}

.recommend-item .swiper {
    width: 100%;
    height: 100%;
    padding: 0 40px;
}

.recommend-item .swiper-button-prev {
    background: #057867;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    left: var(--swiper-navigation-sides-offset, 0);
    z-index: 99999;
    outline: none;
}

.recommend-item .swiper-button-prev:after {
    content: '';
    background: url(../common_img/arr01.png) center center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
}

.recommend-item .swiper-button-prev:hover {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .recommend-item .swiper-button-prev {
        width: 35px;
        height: 35px;
    }
}

.recommend-item .swiper-button-next {
    background: #057867;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    right: var(--swiper-navigation-sides-offset, 0);
    z-index: 99999;
    outline: none;
}

.recommend-item .swiper-button-next:after {
    content: '';
    background: url(../common_img/arr01.png) center center no-repeat;
    background-size: 20px;
    width: 20px;
    height: 20px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.recommend-item .swiper-button-next:hover {
    opacity: 0.9;
}

@media screen and (max-width: 767px) {
    .recommend-item .swiper-button-next {
        width: 35px;
        height: 35px;
    }
}

.product {
    padding: 80px 0;
}

@media screen and (max-width: 767px) {
    .product {
        padding: 40px 0;
    }
}

.product .container {
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .product .container {
        padding: 0 3%;
    }
}

.product .title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .product .title {
        font-size: 15px;
        margin-bottom: 20px;
    }
}

.product-cate {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.product-cate li {
    margin: 0 25px;
}

@media screen and (max-width: 480px) {
    .product-cate li {
        margin: 0 15px;
    }
}

.product-cate li {
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    cursor: pointer;
}

.product-cate li:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: solid #1C1C1C;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.product-cate li.current {
    color: #057867;
}

.product-cate li.current:before {
    border-color: #057867;
}

.product-txt {
    margin-bottom: 20px;
}

.product-txt a {
    text-decoration: none;
}

.product-txt .txt-right {
    font-size: 14px;
    font-weight: bold;
}

.product-txt .txt-right a {
    color: #055178;
}

.product-list {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .product-list {
        justify-content: space-between;
    }
}

.product-list .item {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 30px;
}

.product-list .item:nth-child(4n+4) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .product-list .item {
        width: 48%;
        margin: 0 0 30px;
    }
}

.product-list .ttl {
    font-size: 16px;
    margin-top: 15px;
    font-weight: bold;
}

.product-list figure {
    height: 246px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.product-list figure img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transform: scale(1);
    -webkit-transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

@media screen and (max-width: 767px) {
    .product-list figure {
        height: 200px;
    }
}

.product-list a {
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .product-list a:hover figure img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
}

.tab-content{
    display: none;
}
.tab-content.current {
    display: inherit;
}
.about {
    margin-bottom: 150px;

}

.about .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.about .ct-txt {
    width: 51%;
    padding-right: 10px;
}

@media screen and (max-width: 767px) {
    .about .ct-txt {
        width: 100%;
        margin-bottom: 30px;
    }

    .about .ct-txt .inner {
        padding: 0 3%;
    }
}

.about .img {
    width: 48%;
}

@media screen and (max-width: 767px) {
    .about .img {
        width: 100%;
        margin-bottom: 30px;
        padding-right: 20px;
    }
}

.about .view-more {
    text-align: left;
    margin-top: 50px;
}

@media screen and (min-width: 768px) {
    .about .cm-title01 {
        text-align: left;
    }

    .about .cm-title01:after {
        right: auto;
    }
}

@media screen and (max-width: 767px) {
    .about {
        flex-direction: column-reverse;
        margin-bottom: 100px;
    }

    .about .view-more {
        text-align: center;
        margin-top: 30px;
    }
}

.use-scene {
    background: #F5F7FA;
    border-radius: 100px 0 100px 0;
    padding: 0 0 80px;
}

@media screen and (max-width: 767px) {
    .use-scene {
        padding-bottom: 40px;
    }
}

.use-scene .cm-title01 {
    position: relative;
    top: -75px;
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    .use-scene .cm-title01 {
        top: -50px;
    }
}

.use-scene .title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .use-scene .title {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

.use-scene .title span {
    display: inline-block;
    background: url(../common_img/ico01.png) center left no-repeat, url(../common_img/ico02.png) center right no-repeat;
    background-size: 35px, 35px;
    padding: 0 40px;
}

.use-scene .txt01 {
    text-align: center;
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .use-scene .txt01 {
        margin-bottom: 70px;
    }
}

.use-scene .ttl {
    text-align: center;
    font-size: 20px;
    margin-top: 20px;
    font-weight: bold;
}

@media screen and (max-width: 767px) {
    .use-scene .ttl {
        font-size: 18px;
        margin-top: 10px;
    }
}

.use-scene-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-left: 40px;
    margin-top: 90px;
}

@media screen and (max-width: 767px) {
    .use-scene-list {
        margin-bottom: 0;
    }
}

.use-scene-list .item {
    width: 28%;
    margin-right: 8%;
    position: relative;
    z-index: 1;
}

.use-scene-list .item:nth-child(3n+3) {
    margin-right: 0;
}

@media screen and (max-width: 767px) {
    .use-scene-list .item {
        width: 80%;
        margin: 0 auto 50px !important;
    }
}

.use-scene-list .number {
    display: inline-block;
    font-size: 28px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 4px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    position: absolute;
    top: 40px;
    left: -95px;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.use-scene-list .number:before {
    content: '';
    position: absolute;
    top: -36px;
    left: -38px;
    width: 83px;
    height: 83px;
    background: #5AC1B2;
    border-radius: 100px;
    z-index: -1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

@media screen and (max-width: 767px) {
    .use-scene-list .number {
        font-size: 24px;
    }

    .use-scene-list .number:before {
        width: 70px;
        height: 70px;
    }
}

.use-scene-list figure {
    /* height: 336px; */
    position: relative;
}

.use-scene-list figure img {
    border-radius: 10px;
    /* object-fit: cover;
  width: 100%;
  height: 100%; */
}

@media screen and (max-width: 767px) {
    .use-scene-list figure {
        /* height: 250px; */
    }
}

.use-scene-list a {
    text-decoration: none;
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .use-scene-list a:hover .number {
        top: 30px;
    }

    .use-scene-list a:hover .number:before {
        background: #057867;
    }
}

.news {
    padding: 80px 0 0;
}

@media screen and (max-width: 767px) {
    .news {
        padding-top: 40px;
    }
}

.news .view-all {
    font-family: "Montserrat", sans-serif;
}

.news .view-all a {
    display: inline-block;
    background: url(../common_img/arr02.png) center right no-repeat;
    padding: 5px 30px 0 5px;
    font-weight: bold;
    background-size: 20px;
    text-decoration: none;
}

@media screen and (min-width: 768px) {
    .news .view-all a:hover {
        padding-right: 25px;
    }
}

.news-flex {
    margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
    .news-flex {
        margin-bottom: 50px;
    }
}

.news-title {
    width: 245px;
}

@media screen and (max-width: 767px) {
    .news-title {
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: center;
    }
}

.news-list {
    width: calc(100% - 245px);
    max-height: 80px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

@media screen and (max-width: 767px) {
    .news-list {
        width: 100%;
        max-height: 200px;
    }
}

.news-list a {
    display: flex;
    text-decoration: none;
    padding: 10px;
}

@media screen and (max-width: 767px) {
    .news-list a {
        display: block;
    }
}

.news-list a time {
    font-weight: bold;
    font-family: "Montserrat", sans-serif;
    display: inline-block;
    margin-right: 20px;
}

@media screen and (min-width: 768px) {
    .news-list a:hover {
        background: rgba(0, 0, 0, 0.1);
    }
}

.news-banner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 40px;
}

.news-banner .item {
    width: 48.5%;
    margin-bottom: 3%;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .news-banner{
        padding: 0;
    }
    .news-banner .item {
        width: 100%;
        text-align: center;
    }
}

.blog {
    padding: 80px 0;
}

.blog .container {
    padding: 0 40px;
}

@media screen and (max-width: 767px) {
    .blog {
        padding: 40px 0 20px;
    }

    .blog .container {
        padding: 0 3%;
    }
}

.blog-list {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
    .blog-list {
        justify-content: space-between;
    }
}

.blog-list .item {
    width: 22%;
    margin-right: 4%;
}

.blog-list .item:nth-child(4n+4) {
    margin-right: 0;
}

.blog-list .item a {
    text-decoration: none;
    display: block;
}

@media screen and (min-width: 768px) {
    .blog-list .item a:hover img {
        opacity: 0.8;
    }
}

.blog-list .item figure {
    margin-bottom: 20px;
    height: 246px;
    position: relative;
}

.blog-list .item figure img {
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog-list .item .time {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.blog-list .item .time strong {
    background: #057867;
    color: #fff;
    border-radius: 100px;
    margin-right: 10px;
    display: inline-block;
    font-size: 10px;
    padding: 5px 10px;
}

.blog-list .item .time span {
    font-size: 10px;
}

@media screen and (max-width: 767px) {
    .blog-list .item {
        width: 48%;
        margin: 0 0 30px;
    }

    .blog-list .item figure {
        height: 200px;
    }
}