@charset "UTF-8";

/* 列表 */
.fff_box{
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
    background-color: #fff;
    box-sizing: border-box;
    padding: 24px;
}
.rc_list1{
    width: 590px;
    height: 380px;
}
/* 列表 */
.zx_title{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.zx_title h2{
    font-size: 22px;
    font-weight: 700;
    position: relative;

}
.zx_title h2::after{
    content: "";
    border-left: 16px solid #00BA6B;
    height: 3px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0;
    bottom: -16px;
}
.zx_title i{
    font-size: 20px;
    color: #ADADAD;
    font-weight: 700;
}

.zx_main ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 48px;
}
.zx_main ul li a{
    flex: 1;
    font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 20px;
}
.zx_main ul li a:hover{
    color: #4257cc;
}
.zx_main ul li span{
    font-size: 14px;
    display: block;
    width: 80px;
}


/* 轮播 */
.rc_container1 {
    display: flex;
    justify-content: space-between;
}

.rc_container1 .left {
    width: 610px;
    height: 380px;
    overflow: hidden;
    position: relative;
}
.rc_container1 .left p{
    position: absolute;
    bottom: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: rgba(0,0,0,0.5);
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 90px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.rc_container1 .left .swiper-container1{
    height: 100%;
}
.rc_container1 .left .swiper-pagination {
    position: absolute;
    text-align: right;
    left: -10px;
}

.rc_container1 .left .swiper-pagination-bullet-active {
    background-color: #4257cc;
}

.swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
    width: 10px;
    height: 10px;
    /* border-radius: 0; */
}

.rc_container1 .left img {
    width: 100%;
    height: 100%;

}

.rc_banner{
    height: 117px;
    margin-top: 24px;
    margin-bottom: 40px;
}

.rc_banner img {
    height: 100%;
    width: 100%;
}

.rc_container2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.rc_container2 .left,
.rc_container2 .right{
    width: 600px;
    height: 650px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.rc_container2 .right{
    width: 575px;
}
.rc_container2 .left .rc_list2{
    width: 100%;
    height: 335px;
}
.rc_container2 .left .rc_list3{
    width: 100%;
    height: 290px;
}

.rc_container2 .right .rc_list4{
    width: 100%;
    height: 490px;
}
.rc_container2 .right .rc_zaixian{
    height: 135px;
    width: 100%;
    box-shadow: 0px 2px 29px 0px rgba(4, 0, 0, 0.09);
}
.rc_container2 .right .rc_zaixian img {
    width: 100%;
    height: 100%;
}


.rc_container3{
    width: 100%;
    /* height: 230px; */
    background-color: #fafafa;
    background: url(/images/rc_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 1920px;
    box-sizing: border-box;
    padding-top: 30px;
    padding-bottom: 30px;
}

.rc_container3 ul{
    display: flex;
    background-color: rgba(225,225,225,0.3);
    box-sizing: border-box;
    padding: 20px 16px 0 20px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.rc_container3 ul li {
    width: 280px;
    height: 60px;
    background-color: #fff;
    margin-bottom: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.rc_container3 ul li a{
    font-size: 18px;
    color: #4257cc;
}

.layui-layer-kefu .layui-layer-title{
    height:60px;
    border: none;
    padding: 10px 80px 0 20px;
}
.layui-layer-kefu .layui-layer-setwin{
    top:30px;
    right:20px;
}
.kefu_title{
    height:60px;
    display:flex;
    align-items: center;
    align-content: center;
}
.kefu_title img {
    height:80%;
}
.layui-layer-kefu .layui-layer-content {
    border:none;
}

@media screen and (max-width: 768px) {
    .rc_container1{
        display: block;
    }
    .rc_container1 .left{
        width: 100%;
        height: 210px;
        margin-bottom: 14px;
    }
    .rc_list1,
    .rc_container2 .left .rc_list2,
    .rc_container2 .left .rc_list3,
    .rc_container2 .right .rc_list4{
        width: 100%;
        height: auto;
        padding: 16px 14px;
        margin-bottom: 14px;
    }
    .rc_banner{
        height: auto;
        margin: 14px 0;
    }
    .rc_container2{
        display: block;
        margin-bottom: 20px;
    }
    .rc_container2 .left, .rc_container2 .right{
        display: block;
        width: 100%;
        height: auto;
    }
    .rc_container2 .right .rc_zaixian{
        width: 100%;
        height: auto;
    }
    .rc_container3{
        height: auto;
        background-size: cover;
        padding-bottom:20px ;
    }
    .rc_container3 ul li{
        width: 100%;
        height: 40px;
    }
    .rc_container3 ul li a{
        font-size: 1.125rem
    }
    .zx_title h2{
        font-size: 1.375rem;
    }
    .zx_title i{
        font-size: 1.25rem;
    }

        /* 机器人 */
    .layui-layer-kefu {
        width: 100% !important;
        /* height: auto !important; */
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%) !important;
    }

}