.cxBanner {

    margin-top: 80px;
}

.cxBanner img {
    display: block;
}

.CxText {
    width: 1200px;
    /* margin: -64px auto; */
    position: absolute;
    left: calc(50% - 600px);
    top: 540px;
    z-index: 99999;
    background-color: rgba(235, 243, 253.7);
    padding: 40px;
    border: 1px solid #b1d4fb;
    border-radius: 20px;
}

.CxText p {
    font-size: 24px;
    color: #333;
    line-height: 48px;
}

.cxProduct {
    background-color: #f6f7f9;
    padding-top: 130px;
    padding-bottom: 60px;
}

.cxProduct_list {
    overflow: hidden;
}

.cxProduct_list li {
    width: 584px;
    height: 152px;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    float: left;
    margin-right: 20px;
    margin-bottom: 48px;
    position: relative;
}

.cxProduct_list li:nth-child(2n) {
    margin-right: 0;
}

.cxProduct_list li img {
    display: block;
    width: 81px;
    height: 75px;
    margin-left: 40px;
    margin-right: 30px;
}

.cxProduct_list li>div h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cxProduct_list li>div p {
    font-size: 22px;
    color: #999;
}

.cxProduct_list li:hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 152px;
    background-color: #3862f5;
    border-radius: 10px 0 0 10px;
}



.cxYx {
    height: 937px;
    /* padding-top: 60px; */
    background: url(../../img/xing/cxbj.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    padding-top: 70px;
}

.cxYx_list {
    overflow: hidden;
    margin-top: 30px;
}

.cxYx_list li {
    width: 383px;
    height: 419px;
    background: url(../../img/xing/cxiconBj.png);
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    margin-right: 23px;
    float: left;
    padding: 70px 34px;
}

.cxYx_list li:last-child {
    margin-right: 0;
}

.cxYx_list li img {
    display: block;
    width: 54px;
    height: 54px;
    margin-bottom: 24px;
}

.cxYx_list li h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #3762f5;
}

.cxYx_list li p {
    font-size: 22px;
    line-height: 34px;
}



:root {
    --animate-delay: 0.2s !important
}



@media screen and (max-width: 768px){
.CxText {
    width: calc(100% - 20px);
    position: initial;
    margin: 10px;
    padding: 10px;
}
.CxText p {
    font-size: 15px;
    line-height: 30px;
}
.cxProduct{
    padding-top: 0;
    padding-bottom: 40px;
}
.cxProduct_list{
    padding: 0 10px;
    margin: 0;
}
.cxProduct_list li{
    width: 100%;
    height: auto;
    padding: 14px 0;
    margin-bottom: 20px;
}
.cxProduct_list li img {
    display: block;
    width: 56px;
    height: auto;
    margin-left: 20px;
    margin-right: 20px;
}
.cxProduct_list li>div h4{
    font-size: 18px;
    margin-bottom: 10px;
}
.cxProduct_list li>div p{
    font-size: 15px;
}
.cxYx{
    padding: 0;
    height: auto;
    padding-bottom: 40px;
}
.cxYx_list{
    padding: 0 10px;
    margin: 0;

}
.cxYx_list li{
    margin-right: 10px;
    width: 100%;
    margin-bottom: 10px;
    padding: 20px 14px;
    height: auto;
}

.cxYx_list li img{
    width: 42px;
    height: 42px;
    margin-bottom: 10px;
}
.cxYx_list li h3{
    font-size: 18px;
    margin-bottom: 10px;
}
.cxYx_list li p{
    font-size: 15px;
    line-height: 24px;
}
}