.am-theme-header.am-topbar.am-nav-absolute {
    background: transparent;
    box-shadow: none;
}

.am-home-content {
    background-color: #fff;
}

a {
    color: #424242;
}

a:hover,
a:focus {
    color: var(--color-main);
}

/* 
 * 纵向抡博
*/
.am-swiper-container {
    width: 100%;
    height: 92rem;
    overflow: hidden;
    position: relative;
}

.am-swiper-container .swiper-slide::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    /*background: rgba(36, 115, 227, 0.63);*/
}

.am-swiper-container .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 100%;
    object-fit: cover;
    object-position: center;
    transition: 1s linear 2s;
    transform: scale(1.1, 1.1);
}

.am-swiper-container .swiper-slide-active img,
.am-swiper-container .swiper-slide-duplicate-active img {
    transition: 6s linear;
    transform: scale(1, 1);
}

.am-swiper-container .swiper-slide .swiper-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 1;
    width: 100%;
}

.am-swiper-container {
    --size: 7.2rem;
    --input-w: 60rem;
    --input-h: 7rem;
    --input-size: 2rem;
    --input-p: 2rem 6rem;
    --i-size: 2.8rem;
    --i-m-l: 2rem;
    --s-m-t: 19rem;
    --i-top: 1.9rem;
}

.am-swiper-container .swiper-slide .swiper-content .title {
    font-weight: bold;
    font-size: var(--size);
}

.am-swiper-container .swiper-slide .swiper-content .letter-spacing {
    letter-spacing: 0.8rem;
}

.am-swiper-container .swiper-slide .swiper-content .desc {
    font-size: calc(var(--size) / 2.4);
}

.am-swiper-container .swiper-button-prev {
    top: calc(100% - 13rem);
    width: auto;
    justify-content: flex-start;
    font-size: 1.7rem;
    color: #fff;
    padding-left: 3rem;
}

.am-swiper-container .swiper-button-prev:after {
    content: '\e77c';
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    margin-top: 13rem;
    left: 0;
}

.am-swiper-position {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.am-swiper-container .swiper-pagination {
    --height: 23.8rem;
    --position-size: -27.6rem;
}

.am-swiper-container .swiper-pagination::before,
.am-swiper-container .swiper-pagination::after {
    content: '';
    background-color: rgba(255, 255, 255, 0.81);
    width: 0.1rem;
    height: var(--height);
    position: absolute;
}

.am-swiper-container .swiper-pagination::before {
    top: var(--position-size);
}

.am-swiper-container .swiper-pagination::after {
    bottom: var(--position-size);
}

.am-swiper-container .swiper-pagination-bullet {
    position: relative;
    background-color: #fff;
    margin: 2.4rem 0 !important;
    opacity: 1;
}

.am-swiper-container .swiper-pagination-bullet-active::before {
    content: '';
    width: 2rem;
    height: 2rem;
    border: 0.1rem solid #fff;
    border-radius: 100%;
    position: absolute;
    top: -0.6rem;
    left: 50%;
    transform: translateX(-50%);
}

.search-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    margin-top: var(--s-m-t);
    display: none;
}

.am-swiper-container .search-container .search {
    position: relative;
}

.am-swiper-container .search-container .search button {
    color: var(--color-main);
    background-color: transparent;
    border-radius: 100%;
    box-shadow: none;
    padding: 0;
    border: 0;
    font-size: var(--i-size);
    position: absolute;
    margin-left: var(--i-m-l);
    top: var(--i-top);
}

.am-swiper-container .search-container input {
    width: var(--input-w);
    height: var(--input-h);
    border-radius: var(--input-h);
    border: 0;
    color: #333;
    font-size: var(--input-size);
    padding: var(--input-p);
}

@media only screen and (max-width: 1560px) {
    .am-swiper-container .swiper-pagination {
        --height: 15rem;
        --position-size: -16.8rem;
    }
}

@media only screen and (max-width: 1200px) {
    .am-swiper-container .swiper-pagination {
        --height: 10rem;
        --position-size: -11.8rem;
    }
}

@media only screen and (max-width: 1000px) {
    .am-swiper-container .swiper-pagination {
        --height: 6rem;
        --position-size: -7.8rem;
    }

    .am-swiper-container {
        --size: 4.2rem;
        --input-w: 46rem;
        --input-h: 5rem;
        --input-size: 1.8rem;
        --input-p: 1rem 3rem 1rem 5rem;
        --i-size: 2.8rem;
        --s-m-t: 14rem;
        --i-m-l: 1.5rem;
        --i-top: 1rem;
    }
}

@media only screen and (max-width: 860px) {
    .am-swiper-container {
        --input-w: 35rem;
        --s-m-t: 10rem;
    }

    .am-swiper-container .swiper-button-prev {
        top: calc(100% - 6rem);
        font-size: 1.4rem;
        padding-left: 2rem;
    }

    .am-swiper-container .swiper-button-prev:after {
        margin-top: 6rem;
        font-size: 3.2rem;
    }
}

@media only screen and (max-width: 640px) {
    .am-swiper-container .swiper-pagination {
        --height: 0;
        --position-size: -7.8rem;
        right: 2rem;
    }

    .am-swiper-container {
        --size: 2.4rem;
        --input-w: 28rem;
        --input-h: 4rem;
        --input-size: 1.6rem;
        --input-p: 1rem 2rem 1rem 3.5rem;
        --i-size: 2rem;
        --s-m-t: 7rem;
        --i-m-l: 1rem;
        --i-top: 0.8rem;
    }

    .am-swiper-container .swiper-slide .swiper-content .desc {
        letter-spacing: 0.4rem;
    }

    .am-swiper-container .swiper-button-prev {
        display: none;
    }
}

/* 
 * 首页内容----解决方案
*/
.solution {
    padding: 8.7rem 0;
    margin-bottom: 4rem;
}

.solution .title {
    font-size: 2rem;
    color: #424242;
    text-align: center;
    padding-bottom: 2.2rem;
    position: relative;
}

.solution .title.title-bottom-line::before {
    left: 50%;
    transform: translateX(-50%);
}

.solution .title>div:first-child {
    font-weight: 600;
    font-size: 5rem;
    color: #424242;
}

.solution .title>div {
    margin-bottom: 1.7rem;
}

.solution .item {
    margin-top: 6rem;
}

.solution .item .content {
    padding-top: 6.3rem;
    transition: all 0.5s ease-in-out;
}

.solution .item .content .img {
    height: 9.8rem;
    position: relative;
}

.solution .item .content img {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 100%;
    transition: all 0.5s ease-in-out;
}

.solution .item .content .img img:first-of-type {
    opacity: 1;
}

.solution .item .content .img img:last-of-type {
    opacity: 0;
}

.solution .item .content .base {
    padding: 4rem;
}

.solution .item .content .base>div {
    font-weight: 400;
    font-size: 1.9rem;
    color: #858585;
}

.solution .item .content .base>div:first-child {
    font-weight: 600;
    font-size: 2.8rem;
    color: #424242;
    margin-bottom: 1rem;
}

.solution .item .content .base>a {
    display: block;
    margin: 2rem;
    font-size: 1.9rem;
    color: #2C8AE9;
}

.solution .item .content .base>a:hover {
    color: var(--color-main);
    text-decoration: underline;
}

@media only screen and (min-width: 641px) {
    .solution .item .content:hover {
        box-shadow: 0rem 3.5rem 8rem 0.2rem rgba(4, 70, 163, 0.62);
    }

    .solution .item .content:hover .img img:first-of-type {
        opacity: 0;
    }

    .solution .item .content:hover .img img:last-of-type {
        opacity: 1;
    }
}

@media only screen and (max-width: 1200px) {
    .solution {
        padding: 6rem 0rem;
        margin-bottom: 0;
    }

    .solution .title {
        padding-bottom: 0.1rem;
    }

    .solution .title>div:first-child {
        font-size: 3.2rem;
    }
}

@media only screen and (max-width: 1200px) {
    .solution .item .content {
        padding-top: 3rem;
    }

    .solution .item .content .base {
        padding: 2rem 1rem;
    }
}

@media only screen and (max-width: 640px) {
    .solution {
        padding: 4rem 0;
    }

    .solution .item .content {
        padding-top: 2rem;
    }

    .solution .title {
        font-size: 1.4rem;
        padding-bottom: 1rem;
    }

    .solution .title>div:first-child {
        font-size: 2.4rem;
    }

    .solution .title>div {
        margin-bottom: 1rem;
    }

    .solution .item {
        margin: 0;
        margin-top: 2rem;
    }

    .solution .item .content .img {
        height: 6.8rem;
    }

    .solution .item .content .base {
        padding: 2rem 4rem;
    }

    .solution .item .content .base>div:first-child {
        font-size: 1.8rem;
    }

    .solution .item .content .base>div {
        font-size: 1.4rem;
    }

    .solution .item .content .base>a {
        margin: 1rem;
        font-size: 1.4rem;
    }
}

/* 
 * 首页内容----关于我们
*/
.about-bg {
    background-size: 100% 100%;
    margin-bottom: 3rem;
}

.about {
    padding-top: 15rem;
}

.about .img {
    width: 46.6rem;
}

.about .content {
    margin-left: 10.8rem;
}

.product .title,
.new .title,
.about .content .title {
    font-weight: 600;
    font-size: 5rem;
    color: #424242;
    padding-bottom: 3.3rem;
    margin-bottom: 3rem;
    position: relative;
}

.about .content p {
    font-weight: 400;
    font-size: 2.2rem;
    color: #7A7A7A;
    margin-bottom: 3.5rem;
}

@media only screen and (min-width: 641px) {}

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

    .product .title,
    .new .title,
    .about .content .title {
        font-size: 3.2rem;
        padding-bottom: 2rem;
        margin-bottom: 2rem;
    }

    .about {
        padding-top: 10rem;
    }

    .about .content {
        margin-left: 5rem;
    }

    .about .content p {
        margin-bottom: 2rem;
    }

    .more-btn {
        margin: 2rem 0;
    }
}

@media only screen and (max-width: 1028px) {
    .about .img {
        width: 38rem;
    }

    .about .content {
        margin-left: 2.8rem;
    }
}

@media only screen and (max-width: 640px) {
    .about {
        padding-top: 2rem;
    }

    .about.am-flex-row {
        flex-direction: column;
    }

    .product .title,
    .new .title,
    .about .content .title {
        font-size: 1.6rem;
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }

    .about .img {
        width: 100%;
        height: 25rem;
        display: flex;
        justify-content: center;
    }

    .about .img img {
        height: 100%;
        object-fit: cover;
    }

    .about .img .breathe {
        width: 6rem;
        height: 6rem;
    }

    .about .img .breathe::before {
        width: 7rem;
        height: 7rem;
        top: -0.5rem;
        left: -0.5rem;
    }

    .about .img .breathe::after {
        width: 8rem;
        height: 8rem;
        top: -1rem;
        left: -1rem;
    }

    .about .content {
        margin-top: 3rem;
        margin-left: 0;
        width: 100%;
    }

    .about-bg {
        background-color: var(--color-main-light);
    }

    .about .content p {
        font-size: 1.4rem;
        margin-bottom: 0.5rem;
    }
}

/* 
 * 首页内容----产品展示
*/
.product {
    padding-top: 8.3rem;
    padding-bottom: 2.6rem;
}

.product .swiper-operate a {
    font-size: 4.2rem;
    padding: 0 2.5rem;
    color: var(--color-main);
    display: inline-table;
    position: unset;
    transition: all 0.5s ease-in-out;
}

.product .swiper-operate a:hover {
    background: var(--color-main-light);
}

.product .content {
    margin: 0 -3rem;
}

.product .content-padding {
    overflow: hidden;
    padding: 4rem 3rem 14rem 3rem;
}

.product-swiper-container {
    width: 100%;
}

.product-swiper-container .swiper-slide {
    text-align: center;
    font-size: 1.8rem;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.product-swiper-container img {
    width: 100%;
}

.product-swiper-container .product-swiper-content {
    box-shadow: 0rem 1rem 2.5rem 0rem #3d4485b5;
    position: relative;
    z-index: 1;
}

.product-swiper-container .product-swiper-content::before {
    content: '';
    position: absolute;
    bottom: 0.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 8rem;
    border-radius: 100%;
    box-shadow: 0rem 5rem 6.7rem 0rem #3D4485;
    z-index: -1;
}

.product-swiper-container .product-swiper-content>div {
    padding: 4.4rem 2.9rem;
    background-color: #fff;
}

.product-swiper-container .product-swiper-content .price {
    font-weight: 600;
    font-size: 2.8rem;
    color: #515151;
}

.product-swiper-container .product-swiper-content .desc {
    font-weight: 400;
    font-size: 1.8rem;
    color: #666666;
    line-height: 3.3rem;
    height: 6.6rem;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: initial !important;
}

@media only screen and (max-width: 1200px) {
    .product {
        padding-top: 0rem;
    }

    .product .content-padding {
        padding-bottom: 10rem;
    }

    .product-swiper-container .product-swiper-content>div {
        padding: 2rem;
    }

    .product-swiper-container .product-swiper-content::before {
        bottom: 2.6rem;
    }
}

@media only screen and (max-width: 1028px) {
    .product-swiper-container .product-swiper-content .price {
        font-size: 2.4rem;
    }
}

@media only screen and (max-width: 640px) {
    .product .swiper-operate a {
        font-size: 2.4rem;
        padding: 0;
        margin-left: 2rem;
    }

    .product .content {
        margin: 0;
    }

    .product .content-padding {
        padding: 0;
    }

    .product-swiper-container .product-swiper-content {
        box-shadow: none;
        border: 0.1rem solid #f5f5f5;
        border-radius: 0.4rem;
        overflow: hidden;
    }

    .product-swiper-container .product-swiper-content>div {
        padding: 2rem 1rem;
    }

    .product-swiper-container .product-swiper-content .price {
        font-size: 1.6rem;
    }

    .product-swiper-container .product-swiper-content .desc {
        font-size: 1.4rem;
        line-height: 2.2rem;
        height: 4.4rem;
    }

    .product-swiper-container .product-swiper-content::before {
        box-shadow: none;
    }
}


/* 
 * 首页内容----新闻资讯
*/
.new-bg {
    background: var(--color-main-light);
}

.new {
    padding: 15rem 0;
}

.new .content p {
    font-size: 1.8rem;
    color: #666666;
    line-height: 3.2rem;
    margin-bottom: 1rem;
}

.new .content p:first-of-type {
    color: #333;
    font-weight: bold;
    font-size: 2.2rem;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}

.new .content p:first-of-type:hover {
    color: var(--color-main);
}

.new .item li {
    background-color: #fff;
    padding: 3.6rem;
    width: 47rem;
    margin-bottom: 5rem;
    box-shadow: 0rem 3.5rem 8rem 0.2rem #5A8BDF;
}

.new .item li:nth-child(2) {
    margin-left: 15rem;
}

.new .item li img {
    margin-left: 2rem;
    width: 10.5rem;
    height: 10.5rem;
    border-radius: 100%;
}

.new .item li .item-title {
    font-size: 2.4rem;
    font-weight: 600;
    color: #515151;
    margin-bottom: 1.3rem;
}

.new .item li .item-desc {
    font-size: 1.6rem;
    color: #666666;
}

@media only screen and (min-width: 641px) {}

@media only screen and (max-width: 1200px) {
    .new {
        padding: 10rem 0;
    }

    .new .item li:nth-child(2) {
        margin-left: 7rem;
    }

    .new .item li {
        padding: 2rem;
        width: 38rem;
    }

    .new .item li .item-title {
        font-size: 2rem;
        margin-bottom: 1rem;
    }
}

@media only screen and (max-width: 1028px) {
    .new {
        flex-direction: column;
    }

    .new .content {
        margin-bottom: 5rem;
    }

    .new .item li .item-title {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 640px) {
    .new {
        padding: 2rem 0;
    }

    .new .content {
        margin-bottom: 2rem;
    }

    .new .content p:first-of-type,
    .new .content p {
        font-size: 1.4rem;
    }

    .new .content p {
        line-height: 2.4rem;
    }

    .new .item {
        width: 100%;
        padding: 0;
    }

    .new .item li {
        width: 100%;
        margin: 0 0 1rem 0 !important;
    }

    .new .item li .item-title {
        font-size: 1.4rem;
    }
    .new .item li img {
        width: 8.4rem;
        height: 8.4rem;
    }
}

/* 
 * 常用样式
*/
.more {
    display: inline-block;
    font-weight: 400;
    font-size: 2.2rem;
    color: #424242;
    padding: 1.35rem 2.2rem;
    position: relative;
    cursor: pointer;
}

.more::before {
    content: '';
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(36, 115, 227, 0.17);
    transition: all 0.5s ease-in-out;
}

.more:hover::before {
    width: 100%;
}

.more i {
    font-size: 2.8rem;
    margin-left: 1.5rem;
    color: var(--color-main);
    transition: all 0.5s ease-in-out;
}

.more:hover i {
    margin-left: 2.5rem;
}

.title-bottom-line {
    position: relative;
}

.title-bottom-line::before {
    content: '';
    width: 13.6rem;
    height: 0.4rem;
    border-radius: 0.4rem;
    background: var(--color-main);
    position: absolute;
    left: 0;
    bottom: 0;
}

@media only screen and (max-width: 1200px) {
    .title-bottom-line::before {
        width: 12.6rem;
    }
}

@media only screen and (max-width: 640px) {
    .title-bottom-line::before {
        width: 6.6rem;
        height: 0.3rem;
    }

    .more {
        margin-top: 1rem;
    }

    .more,
    .more i {
        font-size: 1.4rem;
    }
}

.am-footer.am-footer-default {
    margin-top: 0 !important;
}