body {
    margin: 0;
}
.top_nav .nav>li:nth-of-type(7)>.nav_li_span>a {
    color: #1060CF;
}
.content_title{
    text-align: center;
    margin-top: 30px;
    font-size: 32px;
}
.details{
    width: 80%;
    margin: 20px auto;
}
.details_content_p {
    font-size: 18px;
    text-align: left;
    color: #333;
    text-indent: 36px;
    line-height: 1.8;
}
.details_content_ul{
    position: relative;
    margin-top: 10px;
}
.details_content_right{
    position: absolute;
    right: 0;
    top: 0;
    width: calc(100% - 330px);
}
.details_content_right img{
    width: 100%;
    height: 450px;
}
.details_left_content{
    font-size: 20px;
    width: 270px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    margin: 30px 0;
    line-height: 2;
}
.details_left_current{
    position: relative;
    z-index: 2;
    width: 400px;
    background-color: #0342c1;
    color: #fff;
    border: none;
}
.details_left_bottom{
    width: 100%;
}
.advantage{
    background-color: #f0f1f7;
    padding: 20px 10% 30px;
}
.advantage h3{
    margin-top: 0;
}
.advantage_content{
    line-height: 1.8;
    font-size: 18px;
    color: #333;
    text-indent: 39px;
}
.display-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}
.flex1 {
    flex: 1;
}
.block {
    display: block;
}
.object-fit-cover {
    object-fit: cover;
}
.slide-box {
    margin: 0 auto;
    align-items: center;
}
.slide-content{
    width: 100%;
    overflow: hidden;
}
.swiper-button-next, .swiper-button-prev{
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    color: #05c713;
    background-color: #f4f3f3;
    cursor: pointer;
    margin: 0 20px;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-slide {
    width: 25%;
    padding: 7px;
    height: 100%;
}
.tradition .a-box {
    border: 1px solid #ccc;
    border-radius: 11px;
    text-align: center;
    display: flex;
    display: -webkit-flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px ;
}
.a-box .swiper-slide-img{
    width: 100%;
    display: flex;
    gap: 10px;
    height: 100%;
}
.a-box .swiper-slide-img img{
    border-radius: 10px;
    max-width: 100%;
    height: 240px;
}
.swiper-slide-text{
    padding: 20px 0;
    height: 50px;
}
.swiper-pointer-events {
    touch-action: pan-y;
}
.product-center .row2 .slide-left {
    margin-top: 21px;
    padding-bottom: 29px;
}
.oh, .overflow {
    overflow: hidden;
}
.information{
    width: 80%;
    margin: 40px auto;
    display: flex;
    gap: 20px;

}
.information_left, .information_right{
    border-radius: 20px;
    background-color: #f0f2f7;
    padding: 20px;
    width: 50%;
}
.information_title{
    display: flex;
    align-items: center;
}
.information_img img{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
.information_content_p{
    margin: 5px 0;
    color: #565555;
}