.banner {
    width: 100%;
    display: flex;
    align-items: center;
}

.swiper {
    width: 19.2rem;
    height: 100%;
}

.swiper-slide {
    width: 100%;
    height: 80%;
}

.swiper-slide>img {
    width: 100%;
    height: 100%;
}

.swiper-button-next,
.swiper-button-prev {
    width: 40px;
    height: 40px;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.5;
}

.content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.content-box {
    display: flex;
    align-items: center;
    width: 14rem;
    justify-content: space-between;
    margin: 0 auto;
}
.content-box_main{
    width: 9.75rem;
    padding-top: 0.75rem;
}

.contetn-box_img{
    width: 3.24rem;
    height: 3.24rem;
    padding-top: 0.8rem;
}
.contetn-box_img img{
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
    cursor: pointer;
}
.contetn-box_img img:hover{
    transform: scale(1.1);
}
.content-main_1 {
    width: 9.83rem;
    height: 0.40rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.30rem;
    color: #333333;
    line-height: 0.40rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-main_2 {
    width: 9.75rem;
    /*height: 1.44rem;*/
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    line-height: 0.30rem;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 0.4rem 0 0 0;
    white-space: wrap;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 限制为五行 */
    overflow: hidden;
}

.content-box_btns {
    line-height: 0.4rem;
    width: 1.5rem;
    height: 0.38rem;
    background: #fff;
    border-radius: 0.04rem;
    text-align: center;
    margin: 0.3rem 0;
    cursor: pointer;
    border: 0.01rem #E5201C solid;
}

.content-box_btn {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0.16rem;
    color: #000;
    transition: background-color 0.5s ease;
}
.content-box_btn:hover{
    background-color: #E5201C;
    color: #fff;
    border: 01rem;
}
.content-box_btns>a:link,
.content-box_btns>a:visited {
    text-decoration: none;
}

.content-title {
    width: 14rem;
    margin: 0 auto;
    height: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-titles {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    column-gap: 1.2rem;
    row-gap: 0.6rem;
    flex: 1;
}

.content-title_1,
.content-title_2{
    transition: all 0.3s;
    cursor: pointer;
}

.content-title_1:hover,
.content-title_2:hover{
    margin-top: -0.1rem;
}


.content-title_1>p:first-child {
    height: 0.29rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-title_1>p:last-child {
    width: 3.48rem;
    height: 0.49rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    /*line-height: 0.25rem;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
}


.content-title_2>p:first-child {
    height: 0.29rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.22rem;
    color: #333333;
    line-height: 0;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-title_2>p:last-child {
    width: 4.53rem;
    height: 0.49rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    /*line-height: 0.25rem;*/
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-advantage {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 10rem;
    position: relative;
    /*top: 1.3rem;*/
    /*margin-bottom: 1.3rem;*/
}

.content-advantages {
    width: 100%;
    height: 100%;
    background-image: url(../image/index/bg.png);
    background-size: 100% 100%;
}

.content-advantage_1 {
    padding: 1.2rem 0 0.27rem 0;
    text-align: center;
    height: 0.40rem;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: 0.30rem;
    color: #333333;
    line-height: 0.40rem;
    font-style: normal;
    text-transform: none;
}

.content-advantage_1>p:last-child {
    display: inline-block;
    width: 1.3rem;
    border-bottom: 0.1rem solid #E5201C;
}

.content-advantage_2 {
    width: 100%;
    height: 2.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-advantage_2>div>img:first-child {
    display: flex;
    width: 1.34rem;
    height: 0.27rem;
    position: relative;
    top: 3.7rem;
    left: 0.84rem;
    z-index: 999;
    object-fit: cover;
}

.content-advantage_2>div>img:last-child {
    /* display: flex; */
    width: 3.03rem;
    height: 2.74rem;
    position: relative;
    top: 2.3rem;
    object-fit: cover;
}

.content-border {

    width: 3.94rem;
    height: 3.94rem;
    border: 0.02rem dashed #808080;
    z-index: 999;
    border-radius: 50%;
    position: absolute;
    top: 3.6rem;
}

.content-border_1 {
    width: 5.3rem;
    height: 5.3rem;
    border: 0.02rem dashed #FE8503;
    z-index: 999;
    border-radius: 50%;
    position: absolute;
    top: 2.93rem;
}


.content-border_1>.content-dot_1 {
    content: '.';
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #E5201C;
    border-radius: 50%;
    left: 0.2rem;
    top: 1.45rem;
    box-shadow: 0 0 0.04rem 0.04rem rgba(229, 32, 28, 0.4);
}

.content-border_1>.content-dot_2 {
    content: '.';
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #E5201C;
    border-radius: 50%;
    right: 0.2rem;
    top: 1.45rem;
    box-shadow: 0 0 0.04rem 0.04rem rgba(229, 32, 28, 0.4);
}

.content-border_1>.content-dot_3 {
    content: '.';
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #E5201C;
    border-radius: 50%;
    left: 0.2rem;
    bottom: 1.45rem;
    box-shadow: 0 0 0.04rem 0.04rem rgba(229, 32, 28, 0.4);
}

.content-border_1>.content-dot_4 {
    content: '.';
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #E5201C;
    border-radius: 50%;
    right: 0.2rem;
    bottom: 1.45rem;

    box-shadow: 0 0 0.04rem 0.04rem rgba(229, 32, 28, 0.4);
}

.content-border_1>:link,
.conent-border_1>:visited {
    content: '.';
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #E5201C;
    border-radius: 50%;
    right: 0.2rem;
    bottom: 1.45rem;
    box-shadow: 0 0 0.04rem 0.04rem rgba(229, 32, 28, 0.4);
}

.content-border_1>:hover {
    content: '.';
    position: absolute;
    width: 0.1rem;
    height: 0.1rem;
    background-color: #E5201C;
    border-radius: 50%;
    right: 0.2rem;
    bottom: 1.45rem;
    box-shadow: 0 0 0.1rem 0.1rem rgba(229, 32, 28, 0.4);
}

.content-border_1>.content-dot_1>p {
    width: 0.77rem;
    height: 0.64rem;
}

.content-border_1>.content-dot_1>p {
    content: '';
    position: absolute;
    /* 垂直居中 */
    bottom: 0.42rem;
    right: 0.1rem;
    /* 从左侧开始 */
    width: 1rem;
    /* 宽度与容器相同 */
    height: 1px;
    /* 线的厚度 */
    background-color: #C8C8C8;
    transform: translateY(-50%) translateX(16%) rotate(45deg);
    /* 向上移动自身高度的一半，以实现完全居中 */
}

.content-border_1>.content-dot_2>p {
    width: 0.77rem;
    height: 0.64rem;
}

.content-border_1>.content-dot_2>p {
    content: '';
    position: absolute;
    /* 垂直居中 */
    bottom: 0.42rem;
    right: 0.05rem;
    /* 从左侧开始 */
    width: 1rem;
    /* 宽度与容器相同 */
    height: 1px;
    /* 线的厚度 */
    background-color: #C8C8C8;
    transform: translateY(-50%) translateX(90%) rotate(-45deg);
    /* 向上移动自身高度的一半，以实现完全居中 */
}


.content-border_1>.content-dot_3>p {
    width: 0.77rem;
    height: 0.64rem;
}

.content-border_1>.content-dot_3>p {
    content: '';
    position: absolute;
    /* 垂直居中 */
    top: 0.45rem;
    right: 0.1rem;
    /* 从左侧开始 */
    width: 1rem;
    /* 宽度与容器相同 */
    height: 1px;
    /* 线的厚度 */
    background-color: #C8C8C8;
    transform: translateY(-50%) translateX(16%) rotate(-45deg);
    /* 向上移动自身高度的一半，以实现完全居中 */
}


.content-border_1>.content-dot_4>p {
    width: 0.77rem;
    height: 0.64rem;
}

.content-border_1>.content-dot_4>p {
    content: '';
    position: absolute;
    /* 垂直居中 */
    top: 0.45rem;
    right: 0.05rem;
    /* 从左侧开始 */
    width: 1rem;
    /* 宽度与容器相同 */
    height: 1px;
    /* 线的厚度 */
    background-color: #C8C8C8;
    transform: translateY(-50%) translateX(90%) rotate(45deg);
}

.content-advantage_3 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.content-advantage_main1 {
    display: flex;
    flex-direction: column;
    position: relative;
    left: 0.61rem;
    bottom: 1.32rem;
    bottom: 1.44rem;
}

.content-advantage_main1>p:first-child {
    /* width: 0.49rem; */
    /*height: 0.29rem;*/
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .22rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-advantage_main1>div {
    width: 3.77rem;
    height: 0.01rem;
    background-color: #C8C8C8;
    margin: 0.12rem 0 0.15rem 0;
}

.content-advantage_main1>p:last-child {
    width: 3.13rem;
    /*height: 0.29rem;*/
    height: .94rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei-Regular;
    font-weight: 400;
    font-size: .18rem;
    color: #666;
        /*word-break: break-all;*/
    /*line-height: 0.25rem;*/
    /*text-align: left;*/
    font-style: normal;
    text-transform: none;
}




.content-advantage_main2 {
    display: flex;
    flex-direction: column;
    position: relative;
    left: 6.91rem;
    bottom: 1.32rem;
    bottom: 1.44rem;
    cursor: pointer;
}

.content-advantage_main1,
.content-advantage_main2,
.content-advantage_main3,
.content-advantage_main4{
    cursor: pointer;
    width: 3.76rem;
}

.content-advantage_main1 p,
.content-advantage_main2 p,
.content-advantage_main3 p,
.content-advantage_main4 p{
    transition: all 0.3s;
    
}

.content-advantage_main1  p:first-child,
.content-advantage_main2  p:first-child,
.content-advantage_main3  p:first-child,
.content-advantage_main4  p:first-child{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*.content-advantage_main1  p:last-child,*/
/*.content-advantage_main2  p:last-child{*/
/*    overflow:hidden;*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient:vertical;*/
/*    -webkit-line-clamp:3;*/
/*    text-overflow:ellipsis;*/
/*}*/
/*.content-advantage_main3  p:last-child,*/
/*.content-advantage_main4  p:last-child{*/
/*    -webkit-line-clamp:4;*/
/*}*/

.content-advantage_main1:hover p,
.content-advantage_main2:hover p,
.content-advantage_main3:hover p,
.content-advantage_main4:hover p{
    padding-left: 0.3rem;
}

.content-advantage_main2>p:first-child {
    /* width: 0.49rem; */
    /*height: 0.29rem;*/
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .22rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-advantage_main2>div {
    width: 3.77rem;
    height: 0.01rem;
    background-color: #C8C8C8;
    margin: 0.12rem 0 0.15rem 0;
}

.content-advantage_main2>p:last-child {
    width: 3.13rem;
    /*height: 0.29rem;*/
    height: .94rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei-Regular;
    font-weight: 400;
    font-size: .18rem;
    color: #666;
    /*line-height: 0.25rem;*/
        /*word-break: break-all;*/
    font-style: normal;
    text-transform: none;
}





.content-advantage_main3 {
    display: flex;
    flex-direction: column;
    position: relative;
    right: 6.92rem;
    top: 2.46rem;
}

.content-advantage_main3>p:first-child {
    /* width: 0.49rem; */
    /*height: 0.29rem;*/
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .22rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-advantage_main3>div {
    width: 3.77rem;
    height: 0.01rem;
    background-color: #C8C8C8;
    margin: 0.12rem 0 0.15rem 0;
}

.content-advantage_main3>p:last-child {
    width: 3.13rem;
    /*height: 0.29rem;*/
    height: 1.15rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei-Regular;
    font-weight: 400;
    font-size: .18rem;
    color: #666;
    /*line-height: 0.25rem;*/
        /*word-break: break-all;*/
    font-style: normal;
    text-transform: none;
}




.content-advantage_main4 {
    display: flex;
    flex-direction: column;
    position: relative;
    right: 0.62rem;
    top: 2.46rem;
}

.content-advantage_main4>p:first-child {
    /* width: 0.49rem; */
    /*height: 0.29rem;*/
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    font-size: .22rem;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.content-advantage_main4>div {
    width: 3.77rem;
    height: 0.01rem;
    background-color: #C8C8C8;
    margin: 0.12rem 0 0.15rem 0;
}

.content-advantage_main4>p:last-child {
    width: 3.13rem;
    /*height: 0.29rem;*/
    height: 1.15rem;
    font-family: Microsoft YaHei-Regular, Microsoft YaHei-Regular;
    font-weight: 400;
    font-size: .18rem;
    color: #666;
    /*line-height: 0.25rem;*/
    /*text-align: justify;*/
    /*word-break: break-all;*/
    font-style: normal;
    text-transform: none;
}


.swiper-pagination-bullet {

    width: 0.50rem;
    height: 0.05rem;
    background: #fff;
    border-radius: 0rem;
    opacity: 0.51rem;
}

.swiper-pagination-bullet-active {
    width: 0.50rem;
    height: 0.05rem;
    background: #FFFFFF;
    border-radius: 0rem;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0.3rem;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    color: #E5201C;
}


@media only screen and (max-width: 1024px) {
    .banner{
        margin-top: 50px;
        height: 3rem;
    }
    .swiper-slide{
        height: 100%;
    }
    .content{
        
    }
    .content-box{
        width: 100%;
        display: block;
        padding: 0 0.3rem;
    }
    .content-box_main{
        width: 100%;
    }
    .content-main_2{
        width: 100%;
        font-size: 12px;
        -webkit-line-clamp: 3;
    }
    .content-main_1{
        width: 100%;
    }
    .content-box_btn{
        font-size: 12px;
    }
    .contetn-box_img{
        padding-top: 0.4rem;
    margin: auto;
    }
    .content-title{
        width: 100%;
        height: auto;
    }
    .content-titles{
        padding: 0 0.3rem 0.5rem;
        display: block;
    }
    .content-title_1>p:first-child{
        line-height: normal;
        height: auto;
        font-size: 14px;
    }
    .content-title_1>p:last-child{
        height:auto;
        line-height: normal;
        width: 100%;
        font-size: 12px;
    }
    .content-title_2>p:first-child{
        height: auto;
        line-height: normal;
        font-size: 14px;
    }
    .content-title_2>p:last-child{
        height: auto;
        line-height: normal;
        width: 100%;
        font-size: 12px;
    }
    .content-title_1, .content-title_2{
        margin-top: 0.3rem;
    }
    .content-advantage_2>div>img:last-child{
        width: 1.03rem;
    height: 1rem;
    left: 0.1rem;
    }
    .content-advantage_main1, .content-advantage_main2, .content-advantage_main3, .content-advantage_main4{
        width: 2.76rem;
    }
    .content-advantage_main1>div,.content-advantage_main2>div,.content-advantage_main3>div,.content-advantage_main4>div{
        width: auto;
    }
    .content-advantage_main1{
        left: 2rem;
    top: -2.4rem;
    }
    .content-advantage_main2{
        left: 3.5rem;
    top: -2.4rem;
    }
    .content-advantage_main3{
        right: 3.5rem;
    top: 2.2rem;
    }
    .content-advantage_main4{
        right: 2rem;
    top: 2.2rem;
    }
    .content-advantage_2>div>img:first-child{
        width: 0.5rem;
    height: 0.23rem;
    top: 2.9rem;
    left: 0.24rem;
    }
    .content-advantage_2>div>img:last-child{
        width: 1.03rem;
    height: 1rem;
    top: 2.3rem;
    left: 0rem;
    object-fit: cover;
    }
    .content-border{
        width: 1.2rem;
    height: 1.2rem;
    }
    .content-border_1{
        width: 1.6rem;
    height: 1.6rem;
    }
    .content-border_1>.content-dot_1>p{
        bottom: -0.46rem;
    right: -0.15rem;
    width: 0.87rem;
    height: 1px;
    transform: translateY(-50%) translateX(16%) rotate(-77deg);
    }
    .content-border_1>.content-dot_2>p{
        bottom: -0.46rem;
    right: 0.28rem;
    width: 0.86rem;
    height: 1px;
    transform: translateY(-50%) translateX(90%) rotate(78deg);
    }
    .content-advantage_main1>p:last-child{
        width: 2.6rem;
    }
    .content-advantage_main3{
        right: 3.4rem;
    }
    .content-advantage_main4{
        right: 1.92rem;
    }
    .content-advantage_main2>p:last-child{
        width: 2.8rem;
    }
    .content-border_1>.content-dot_3>p{
        top: -1.1rem;
    right: -0.5rem;
    width: 2.1rem;
    height: 1px;
    transform: translateY(-50%) translateX(16%) rotate(84deg);
    }
    .content-border_1>.content-dot_4>p{
        top: -1.07rem;
    right: 0.85rem;
    width: 2.1rem;
    height: 1px;
    transform: translateY(-50%) translateX(90%) rotate(-87deg);
    }
    .content-advantage_main2>p:first-child,.content-advantage_main4>p:first-child,.content-advantage_main1>p:first-child,.content-advantage_main3>p:first-child{
        font-size: 14px;
    }
    .content-advantage_main2>p:last-child,.content-advantage_main4>p:last-child,.content-advantage_main1>p:last-child,.content-advantage_main3>p:last-child{
        font-size: 12px;
    }
    .content-advantage_main4>p:last-child{
        width: 2.8rem;
    }
    .content-border_1{
        top: 4.84rem;
    }
    .content-border{
        top: 5rem;
    }
    .content-advantage_main4:hover{
        right: 2rem;
    }
}






















.swiper-button-prev:after, .swiper-button-next:after{
    font-size: .26rem;
}
.swiper-button-prev,
.swiper-button-next{
    background: #eee;
    border-radius: 50%;
}






/*.content-advantage_2>div>img:first-child{*/
    
/*    animation: rotateDot2 10s linear infinite;*/
/*}*/
/*@keyframes rotateDot2 {*/
/*    from {*/
/*        transform: rotate(0deg);*/
/*    }*/

/*    to {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/

/*.content-border {*/
/*    animation: rotateDot1 10s linear infinite;*/
/*}*/

/*@keyframes rotateDot1 {*/
/*    from {*/
/*        transform: rotate(0deg);*/
/*    }*/

/*    to {*/
/*        transform: rotate(360deg);*/
/*    }*/
/*}*/
