
main .product_list{
    height: 680px;
    position: relative;
    overflow: hidden;
}
main .product_list .list_top{
    margin-bottom: 1rem;
}
main .product_list .list_top .content{
    display: flex;
    justify-content: space-between;
}
main .product_list .list_top .content .left{
    max-width: 640px;
    width: 100%;
    margin-right: .3rem;
}
main .product_list .list_top .content .right{
    max-width: 840px;
    width: 100%;
    position: relative;
    padding-top: 73px;
}
main .product_list .list_top .content .left::after{
    position: absolute;
    width: 1260px;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background-color: #f8f7f0;
}
main .product_list .list_top .content .right::after{
    position: absolute;
    width: 9.8rem;
    height:  5.73rem;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #42448e;
}
main .product_list .list_top .content .left .txt{
    position: relative;
    z-index: 9;
}
main .product_list .list_top .content .left .txt h2{
    font-weight: normal;
    font-size: 0.32rem;
    color: #0c0d2a;
    margin: 0.4rem 0;
}
main .product_list .list_top .content .left .txt p{
    color: #404040;
    margin-bottom: .3rem;
}
.swiper-pagination-list{
    position: absolute;
    bottom: auto;
    justify-content: flex-end;
}

main .list_btm{
    padding: 1rem 0;
}
main .list_btm .content{
    display: flex;
    justify-content: space-between;
}
main .list_btm .content .left{
    max-width: 240px;
    width: 100%;
    margin-right: 0.5rem;
}
main .list_btm .content .left .sticky{
    position: sticky;
    top: 120px;
}
main .list_btm .content .left h3{
    font-size: 0.28rem;
    font-family: 'Roboto-Bold';
    color: #202020;
    margin-bottom: 0.3rem;
}
main .list_btm .content .left ul li{
    margin-bottom: 0.2rem;
    position: relative;
}
main .list_btm .content .left ul li.active{
    padding-left: 20px;
    color: #42448e;
}
main .list_btm .content .left ul li.active::after{
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 1px;
    content: '';
    background-color: #42448e;
}
main .list_btm .content .right{
    flex: 1;
}
main .list_btm .content .right .box{
    display: flex;
    margin-bottom: 0.4rem;
}
main .list_btm .content .right .box .box_left{
    max-width: 340px;
    width: 100%;
    margin-right: 0.4rem;
    position: relative;
    flex-shrink: 0;
}
main .list_btm .content .right .box .box_left a{
    position: relative;
}
main .list_btm .content .right .box .box_left img{
    width: 100%;

}
main .list_btm .content .right .box .box_left img.active{
    opacity: 0;
    width: 100%;
    height: 101%;
    top: 0;
    left: 0;
    object-fit: cover;
    transition: all 0.5s;
    position: absolute;
}
main .list_btm .content .right .box .box_left:hover img.active{
    opacity: 1;
}
.box_right{
    padding: 0.24rem 0;
}
.box_right h3{
    font-size: 0.28rem;
    font-family: 'Marcellus-Regular';
    font-weight: normal;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.box_right span{
    color: #42448e;
    margin-bottom: 24px;
    display: inline-block;
}
.box_right p{
    color: #666;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.box_right ul{
    display: flex;
    flex-wrap: wrap;
}
.box_right ul li{
    width: 45%;
    margin-bottom: 16px;
    position: relative;
    padding-left: 16px;
}
.box_right ul li::after{
    position: absolute;
    top: 8px;
    left: 0;
    /* transform: translateY(-50%); */
    width: 6px;
    height: 6px;
    background-color: #42448e;
    content: '';
    border-radius: 50%;
}
.box_right .line{
    margin: 30px 0;
    border: 1px solid #e5e5e5;
}
.box_right .btn{
    display: flex;
}
.box_right .btn a{
    width: 240px;
    height: 56px;
    background-color: #42448e;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all 0.5s;
}
.box_right .btn a:hover{
    background-color: #FE6C2A;
}
.box_right .btn a:nth-child(2){
    background-color: transparent;
    border: 2px solid #e5e5e5;
    color: #42448e;
}
.box_right .btn a:nth-child(2):hover{
    background-color: #42448e;
    color: #fff;
    border: none;
}

main .list_btm .content .right .right_btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
} 

main .seo .three_box{
    width: 100%;
    height: 280px;
    border: 1px solid #e5e5e5;
    display: flex;
    margin-bottom: 1rem;
}
main .seo .three_box .box{
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}
main .seo .three_box .box::after{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 100px;
    background-color: #e5e5e5;
    content: '';
}
main .seo .three_box .box:nth-child(3)::after{
    display: none;
}
main .seo .three_box .box img{
    margin-bottom: 16px;
    max-width: 120px;
    width: 100%;
}
main .seo .three_box .box p{
    color: #666;
}

main .seo .seo_text{
    display: flex;
    justify-content: space-between;
    padding-bottom: 1rem;
}
main .seo .seo_text .left{
    max-width: 1080px;
    width: 100%;
}
main .seo .seo_text .left h2{
    font-family: 'Marcellus-Regular';
    font-size: 0.4rem;
    font-weight: normal;
    color: #202020;
    margin-top: 20px;
    margin-bottom: 30px;
}
main .seo .seo_text .left h3{
    /* font-size: 0.2rem; */
    /* color: #42448e; */
    /* margin-bottom: 30px; */
}
main .seo .seo_text .left p{
    margin-bottom: 30px;
}


main .seo .seo_text .right{
    max-width: 500px;
    width: 100%;
    position: relative;
    margin-left: .3rem;
}
main .seo .seo_text .right .sticky{
    position: sticky;
    top: 120px;
}
main .seo .seo_text .right form{
    padding: 50px 30px;
    border: 1px solid #e5e5e5;
    background-color: #f9f6f1;
}
main .seo .seo_text .right form h3{
    text-align: center;
    font-family: 'Marcellus-Regular';
    font-size: 0.28rem;
    font-weight: normal;
    color: #202020;
    margin-bottom: 20px;
}
main .seo .seo_text .right form input{
    width: 100%;
    height: 56px;
    background-color: #fff;
    padding: 0 20px;
    margin-bottom: 10px;
    color: #666;
}
main .seo .seo_text .right form input::placeholder{
    color: #666;
}
main .seo .seo_text .right form .half{
    display: flex;
    justify-content: space-between;
}
/*main .seo .seo_text .right form .half input{*/
main .seo .seo_text .right form .half span{
    width: 49%;
}
main .seo .seo_text .right form textarea{
    padding: 20px;
    background-color: #fff;
    margin-bottom: 10px;
    color: #666;
}
main .seo .seo_text .right form textarea::placeholder{
    color: #666;
}
main .seo .seo_text .right form input[type=submit]{
    background-color: #FE6C2A;
    color: #fff;
    font-size: 16px;
}


@media (max-width:1600px) {
    main .product_list .list_top .content .right{
        max-width: 55%;
    }
}
@media (max-width:1279px) {
    main .product_list{
        height: auto;
    }
    main .product_list .list_top .content .right{
        padding-top: 20%;
    }
}

@media (max-width:1023px) {
    main .product_list .list_top .content{
        flex-direction: column-reverse;
    }
    main .product_list .list_top .content .left{
        max-width: 100%;
    }
    main .product_list .list_top .content .right{
        padding-top: 0%;
        max-width: 100%;
    }
}

@media (max-width:767px) {
    main .product_list .list_top .content .right::after{
        display: none;
    }
    main .list_btm .content .right .box{
        flex-direction: column;
    }
    main .list_btm .content .right .box .box_left{
        height: auto;
        max-width: 100%;
        overflow: hidden;
    }
    .box_right .btn{
        flex-direction: column;
    }
    .box_right .btn a{
        width: 100%;
        height: 56px;
    }
    .box_right .btn a:nth-child(2){
        margin-top: 10px;
    }
    main .list_btm .content .right .right_btm{
        flex-direction: column;
    }
    main .seo .three_box{
        flex-direction: column;
        height: auto;
    }
    main .seo .three_box .box img{
        max-width: 80px;
    }
    main .seo .three_box .box{
        padding: 15px;
    }

}















