.product_menus {
    height: auto;
    width: 100%;
    background: #424242;
    display: flex;
    justify-content: center;
    overflow-x: auto;
    position: relative;
}

.product_menus > .swiper-container {
    width: calc(100% - 100px);
    margin: auto;
    height: 100%;
}

.product_menus > .swiper-container .swiper-scrollbar {
    bottom: 0;
    display: none;
}

.mobile .product_menus > .swiper-container .swiper-scrollbar {
    display: block;
}

.product_menus .product-swiper-button-prev, .product_menus .product-swiper-button-next {
    font-size: 30px;
    color: #ffffff;
}

.mobile .product_menus .product-swiper-button-prev, .mobile .product_menus .product-swiper-button-next {
    display: none;
}

.product_menus .product-swiper-button-prev::after, .product_menus .product-swiper-button-next::after {
    font-size: 30px;
}

@media (min-width: 1200px) {
    .product_menus > .swiper-container {
        width: 1170px;
        margin: auto;
        height: 100%;
    }
}

.product_menus .product_content {
    display: flex;
}

.product_menus .product_content ul {
    width: 130px;
    height: auto;
    margin-top: 5px;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer; /*margin-left: 10px; margin-right: 10px;*/
}

.product_menus .product_content ul a {
    display: block;
    width: 100%;
    height: 100%
}

.product_menus .product_content ul a.activeMeau {
    background: #fff;
}

.product_menus .product_content ul a.activeMeau li.text {
    color: #000000;
}

.product_menus .product_content ul.a ctive {
    background: #ffffff;
}

.product_menus .product_content ul.active li.text {
    /*color: #424242;*/
    color: #ffffff;
}

.product_menus .product_content ul li {
    width: 100%;
    max-width: 115px;
    margin: auto;
}

.product_menus .product_content ul li.img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 76px;
    width: 115px;
    overflow: hidden;
    position: relative;
    max-width: 100%
}

.product_menus .product_content ul li.img img {
    max-height: 80%;
    max-width: 80%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

.product_menus .product_content ul li.text {
    height: 30px;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    color: #e6e6e6;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: center
}

.mobile .product_menus .product_content ul a {
    padding: 0;
}


.RelatedProducts {
    margin: 5% auto;
    min-height: 300px;
}

.mobile .RelatedProducts {
    margin-top: 35px;
}

.RelatedProducts h1 {
    margin: 0 auto 35px;
    padding-bottom: 3%;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

.RelatedProducts h3 {
    margin-top: 0;
}

.mobile .RelatedProducts h1 {
    font-size: 28px;
    margin: auto;
}

.RelatedProducts .swiper-container{
    padding-bottom: 4%;
}

/*.product_menus .product_content ul img{ width: 85%;}*/

/*.mobile .product_menus{height: auto; overflow: hidden;}*/

/*.mobile .product_menus .product_content{width: calc(1.3rem * 7)}*/
/*.mobile .product_menus .product_content ul{height: auto; min-width: 2rem; width: 1.3rem;padding: 5px 0 25px;margin: 0;}*/
/*.mobile .product_menus .product_content ul li{ max-width: 1.15rem;}*/
/*.mobile .product_menus .product_content ul li.text{height: 0.3rem;}*/

.newLandSruveyBanner .contentB .product img{
    height: auto;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    margin: auto;
    display: block;
}

.newLandSruveyBanner .contentB .product{
    margin: 0;
}

.newLandSruveyBanner  .container{
    text-align: left;
    width: 40%!important;
    padding: 0 5%;
    color: #d0d0d0;
    display: flex;
    align-items: center;
    transform: none;
    left: 0;
}
.newLandSruveyBanner .container p{
    font-size: 14px;
}
.mobile .newLandSruveyBanner .container p.mobile_no{
    display: none;
}