ul {
    list-style: none;
}

.product {
    max-width: 1400px;
    margin: 108px auto 20px;
    display: flex;
}

.product .aside-menu {
    flex: 1;
    margin: 0 20px;
}

.product .aside-menu .aside-box {
    max-width: 80%;
    margin: 0 auto;
    padding: 0 20px;
}

.product #pro-img-box .swiper-slide-thumb-active > img {
    border: 2px solid #d34c48;
}

.product .aside-menu .aside-box .aside-title {
    color: #fff;
    width: 100%;
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding: 15px 20px;
    background-image: linear-gradient(to right top, #1260aa, #1673c6, #1585d7);
    margin-bottom: 2px;
}

.product .aside-menu .aside-box .aside-list {
    padding: 0;
    width: 100%;
    font-size: 16px;
    color: #666;
}

.product .aside-menu .aside-box .aside-list .aside-item {
    padding: 10px 15px;
    margin-bottom: 2px;
    background-color: #ececec;
}

.product .aside-menu .aside-box .aside-list .aside-item.active,
.product .aside-menu .aside-box .aside-list .aside-item:hover {
    background-image: linear-gradient(to right bottom, #1e79aa, #2494d9, #28b1e2);
    color: #fff;
}

.product .aside-menu .aside-box .aside-footer {
    padding: 10px;
    margin-top: 20px;
    background-color: #1785e2;
    color: #fff;
}

.product .aside-menu .aside-box .aside-footer .title {
    display: flex;
    align-items: center;
    font-weight: 800;
}

.product .aside-menu .aside-box .aside-footer .title .title-icon {
    margin-right: 5px;
}

.product .aside-menu .aside-box .aside-footer .title .text {
    width: 100%;
    font-size: 18px;
    font-weight: bolder;
    border-bottom: 1px solid #f8f8f8;
}

.product .aside-menu .aside-box .aside-footer .title .text .entitle {
    margin-left: 2px;
    font-size: 14px;
    font-weight: normal;
}

.product .aside-menu .aside-box .aside-footer .text-box {
    margin-top: 20px;
}

.product .aside-menu .aside-box .aside-footer .text-box h6 {
    font-size: 16px;
    font-weight: bolder;
    margin-bottom: 10px;
}

.product .aside-menu .aside-box .aside-footer .text-box p {
    font-size: 14px;
    margin-bottom: 10px;
}

.product .content {
    flex: 3;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    color: #666;
}

.product .content .content-title {
    color: #1875c9;
    padding: 10px 0;
    border-bottom: 1px solid #dfdfdf;
}

.product .content .show-box {
    width: 100%;
    margin: 20px auto 0;
    display: flex;
    justify-content: center;
}

.product .content .show-box .show-img {
    height: 100%;
    width: 500px;
}

.product .content .show-box .show-img .swiper {
    margin-bottom: 20px;
}

.product .content .show-box .show-img .swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    align-items: center;
}

.product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide {
    text-align: center;
}
.product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    max-height: 100%;
    /*object-fit: cover;*/
}

/* .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide-active,
  .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide-duplicate-active {
    transform: scale(1);
  } */
.product .content .show-box .show-img .mySwiper2 {
    width: 100%;
    height: 400px;
}

.product .content .show-box .show-img .mySwiper2 .swiper-slide {
    width: 100%;
    height: 100%;
    text-align: center;
}

.product .content .show-box .show-img .mySwiper {
    width: 100%;
    height: 100px;
}

.product .content .show-box .show-right {
    width: 100%;
    margin-left: 20px;
    padding: 10px 20px;
}

.product .content .show-box .show-right .img-text {
    height: calc(84% - 40px);
    line-height: 20px;
    margin: 0 auto;
    font-size: 14px;
    padding: 10px;
}

.product .content .show-box .show-right .consulting {
    margin: 0 auto;
    width: 100%;
    padding: 10px;
    border-top: 4px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product .content .show-box .show-right .consulting .call-box {
    display: flex;
}

.product .content .show-box .show-right .consulting .call-box svg {
    border: 1px solid #1260aa;
    border-radius: 50%;
    padding: 4px;
}

.product .content .show-box .show-right .consulting .call-box .call-text {
    margin-left: 10px;
	font-size: 16px;
}

.product .content .show-box .show-right .consulting .call-box .call-text p {
    color: #000;
    margin: 0;
}

.product .content .show-box .show-right .consulting .consulte-btn {
    height: 34px;
    line-height: 34px;
	font-size: 16px;
    padding: 0 10px;
    border: 1px solid #1260aa;
    color: #fff;
	
    background-color: #1260aa;
    border-radius: 10px;
}

.product .content .desc-box {
    margin-top: 20px;
    padding: 0 10px;
}

.product .content .desc-box .desc-title {
    color: #fff;
    font-size: 18px;
    background-color: #ebebeb;
    margin-bottom: 10px;
}

.product .content .desc-box .desc-title .title {
    display: inline-block;
	font-size: 20px;
    padding: 10px 15px;
    background-color: #1260aa;
}

.product .content .desc-box .desc-content {
	font-size: 16px;
    padding: 0 10px;
}

.product .content .desc-box .desc-content ul {
    list-style: disc;
    padding: 0;
}

.product .content .desc-box .desc-content ul li {
    margin-bottom: 5px;
}

@media (max-width: 576px) {
    .product {
        margin: 0 auto;
        max-width: 100%;
        display: block;
    }

    .product .aside-menu {
        display: none;
    }

    .product .content {
        font-size: 12px;
        border: 0;
    }

    .product .content .content-title {
        font-size: 18px;
    }

    .product .content .show-box {
        display: block !important;
    }

    .product .content .show-box .show-img {
        width: 100%;
        height: 100%;
    }

    .product .content .show-box .show-img .swiper {
        margin-bottom: 2px;
        --swiper-navigation-color: #1260aa;
        /* 单独设置按钮颜色 */
        --swiper-navigation-size: 30px;
        /* 设置按钮大小 */
    }

    .product .content .show-box .show-img .swiper .swiper-pagination {
        display: none;
    }

    .product .content .show-box .show-img .swiper .swiper-wrapper {
        width: 100%;
        height: 100%;
        align-items: center;
    }

    /* .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide {
      transform: scale(0.8);
    } */
    .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
    }

    /* .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide-active,
    .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide-duplicate-active {
      transform: scale(1);
    } */
    .product .content .show-box .show-img .box0 {
        width: 100%;
        height: 300px;
    }

    .product .content .show-box .show-img .box0 .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .product .content .show-box .show-img .box {
        width: 100%;
        height: 100px;
    }

    .product .content .show-box .show-img .box .swiper-slide {
        margin: 0 10px !important;
    }

    .product .content .show-box .show-img .box .swiper-slide img {
        width: 120px !important;
    }

    .product .content .show-box .show-right {
        width: 100%;
        height: 100% !important;
        display: block !important;
        margin-left: 0px;
        padding: 10px 0px;
    }

    .product .content .show-box .show-right .consulting {
        display: none !important;
    }

    .product .content .desc-box .desc-title {
        font-size: 16px !important;
    }

    .product .content .desc-box .desc-content {
        text-align: left;
    }

    .product .content .desc-box .desc-content>ul {
        list-style-type: none !important;
    }

    .product .content .show-box .show-right .img-text{
        padding: 0;
    }
    .product .content .desc-box{
        margin-top: 0px;
        padding: 0;
    }
    .product .content .desc-box .desc-content{
        padding: 0;
    }
}

@media (min-width: 576px) and (max-width: 768px) {
    .product {
        margin: 0 auto;
        max-width: 100%;
        display: block;
    }

    .product .aside-menu {
        display: none;
    }

    .product .content {
        font-size: 12px;
    }

    .product .content .content-title {
        font-size: 18px;
    }

    .product .content .show-box {
        display: block !important;
    }

    .product .content .show-box .show-img {
        width: 100%;
        height: 100%;
    }

    .product .content .show-box .show-img .swiper {
        margin-bottom: 20px;
        --swiper-navigation-color: #1260aa;
        /* 单独设置按钮颜色 */
        --swiper-navigation-size: 30px;
        /* 设置按钮大小 */
    }

    .product .content .show-box .show-img .swiper .swiper-pagination {
        display: none;
    }

    .product .content .show-box .show-img .swiper .swiper-wrapper {
        width: 100%;
        height: 100%;
        align-items: center;
    }

    /* .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide {
      transform: scale(0.8);
    } */
    /* .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide img {
      width: 100%;
      height: 100%;
    }
    .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide-active,
    .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide-duplicate-active {
      transform: scale(1);
    } */
    .product .content .show-box .show-img .box0 {
        width: 100%;
        height: 300px;
    }

    .product .content .show-box .show-img .box0 .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .product .content .show-box .show-img .box {
        width: 100%;
        height: 100px;
    }

    .product .content .show-box .show-img .box .swiper-slide {
        margin: 0 10px !important;
    }

    .product .content .show-box .show-right {
        width: calc(100% - 20px);
        height: 100% !important;
        display: block !important;
    }

    .product .content .show-box .show-right .consulting {
        display: none !important;
    }

    .product .content .desc-box .desc-title {
        font-size: 16px !important;
    }

    .product .content .desc-box .desc-content {
        text-align: left;
    }

    .product .content .desc-box .desc-content>ul {
        list-style-type: none !important;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .product {
        margin: 0 auto;
        max-width: 100%;
        display: block;
    }

    .product .aside-menu {
        display: none;
    }

    .product .content {
        font-size: 14px;
    }

    .product .content .content-title {
        font-size: 20px;
    }

    .product .content .show-box {
        display: block !important;
    }

    .product .content .show-box .show-img {
        width: 100%;
        height: 100%;
    }

    .product .content .show-box .show-img .swiper {
        --swiper-navigation-color: #1260aa;
        /* 单独设置按钮颜色 */
        --swiper-navigation-size: 30px;
        /* 设置按钮大小 */
        margin-bottom: 20px;
    }

    .product .content .show-box .show-img .swiper .swiper-pagination {
        display: none;
    }

    .product .content .show-box .show-img .swiper .swiper-wrapper {
        width: 100%;
        height: 100%;
        align-items: center;
    }

    .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide {
        transform: scale(0.8);
    }

    .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide img {
        max-width: 100%;
        max-height: 100%;
    }

    .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide-active,
    .product .content .show-box .show-img .swiper .swiper-wrapper .swiper-slide-duplicate-active {
        transform: scale(1);
    }

    .product .content .show-box .show-img .box0 {
        width: 100%;
        height: 400px;
    }

    .product .content .show-box .show-img .box0 .swiper-slide {
        width: 100%;
        height: 100%;
        text-align: center;
    }

    .product .content .show-box .show-img .box {
        width: 100%;
        height: 150px;
    }

    .product .content .show-box .show-img .box .swiper-slide {
        margin: 0 10px !important;
    }

    .product .content .show-box .show-right {
        width: calc(100% - 20px);
        height: 100% !important;
        display: block !important;
    }

    .product .content .show-box .show-right .img-text {
        font-size: 16px;
    }

    .product .content .show-box .show-right .consulting {
        display: none !important;
    }

    .product .content .desc-box .desc-title {
        font-size: 16px !important;
    }

    .product .content .desc-box .desc-content {
        text-align: left;
    }

    .product .content .desc-box .desc-content>ul {
        list-style-type: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .show-box {
        align-items: center;
    }

    .show-box .show-img {
        width: 100%;
        height: 100%;
    }

    .show-box .show-img .swiper {
        --swiper-navigation-color: #1260aa;
        /* 单独设置按钮颜色 */
        --swiper-navigation-size: 40px;
        /* 设置按钮大小 */
        margin-bottom: 20px;
    }

    .show-box .show-right {
        width: calc(100% - 20px);
        height: 100% !important;
        display: block !important;
    }

    .show-box .show-right .img-text {
        font-size: 14px;
    }

    .show-box .show-right .consulting {
        display: none !important;
    }
}
