
@media screen and (min-width:993px){
    #banner5 {
        background-size: cover;
        background-image: url(/public/home/xin/images/lxBanner.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 360px;
        position: relative;
}
        #banner5 span {
            width: 100%;
            height: 72%;
            background-color: #2a3039;
            opacity: 0.251;
            position: absolute;
            top: 100px;
            left: 0;
            pointer-events:none;
        }

        #banner5 .js {
            height: 66%;
            position: relative;
        }

        #banner5 .js p {
            font-size: 50px;
            line-height: 50px;
            color: #ffffff;
            font-weight: 500;
            font-family: "Source Han Sans SC";
            position: absolute;
            bottom: -90px;
            left: 0;
        }
    

   

    /* ==========================联系我们=========================== */
    #lianxi .women {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
}
        #lianxi .women p:nth-child(1) {
            width: 100%;
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0.102;
            font-size: 30px;
            letter-spacing: 2px;
            line-height: 60px;
            text-transform: uppercase;
            color: #333333;
            font-weight: 700;
            font-family: "Source Han Sans SC";
        }

        #lianxi .women p:nth-child(2) {
            font-size: 30px;
            line-height: 60px;
            color: #000000;
            font-weight: 500;
            font-family: "Source Han Sans SC";
        }
    

        #lianxi .cen ul {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
}
             #lianxi .cen ul li:last-child div img {
                position: absolute;
                top: calc((100px - 20px)/2);
                left: calc((100px - 30px)/2);
            }

             #lianxi .cen ul li {
                width: 265px;
}
                #lianxi .cen ul li div {
                    position: relative;
                    width: 100px;
                    height: 100px;
                    border-radius: 50px;
                    filter: drop-shadow(0 0 24.5px rgba(43, 43, 43, 0.1));
                    background-color: #ffffff;
                    margin: auto;
}
                    #lianxi .cen ul li div img {
                        position: absolute;
                        top: calc((100px - 30px)/2);
                        left: calc((100px - 30px)/2);
                    }
                

                #lianxi .cen  .p1 {
                    font-size: 16px;
                    letter-spacing: 0px;
                    line-height: 30px;
                    color: #333333;
                    font-weight: 500;
                    font-family: "Source Han Sans SC";
                    text-align: center;
                }

                #lianxi .cen  .p2 {
                    font-size: 16px;
                    letter-spacing: 1px;
                    line-height: 30px;
                    color: #666666;
                    font-weight: 500;
                    font-family: "Source Han Sans SC";
                    text-align: center;
                }
  
}



















@media screen and (min-width:751px) and (max-width: 992px) {
    .w {
        width: 95%;
    }


    #banner5 {
        background-size: 100% 100%;
        background-image: url(../images/lxBanner.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 360px;
        position: relative;
}
         #banner5 span {
            width: 100%;
            height: 100%;
            background-color: #2a3039;
            opacity: 0.251;
            position: absolute;
            top: 0;
            left: 0;
        }

         #banner5 .js {
            height: 66%;
            position: relative;
            pointer-events: none;
        }

         #banner5 .js p {
            font-size: 50px;
            line-height: 50px;
            color: #ffffff;
            font-weight: 500;
            font-family: "Source Han Sans SC";
            position: absolute;
            bottom: -90px;
            left: 0;
        }
    

   
    /* ==========================联系我们=========================== */
    #lianxi .women {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
}
        #lianxi .women p:nth-child(1) {
            width: 100%;
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0.102;
            font-size: 30px;
            letter-spacing: 2px;
            line-height: 60px;
            text-transform: uppercase;
            color: #333333;
            font-weight: 700;
            font-family: "Source Han Sans SC";
        }

        #lianxi .women p:nth-child(2) {
            font-size: 30px;
            line-height: 60px;
            color: #000000;
            font-weight: 500;
            font-family: "Source Han Sans SC";
        }
    

        #lianxi .cen ul {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
}
             #lianxi .cen ul li:last-child div img {
                position: absolute;
                top: calc((100px - 20px)/2);
                left: calc((100px - 30px)/2);
            }

            #lianxi .cen ul li {
                width: 230px;
}
                #lianxi .cen ul li div {
                    position: relative;
                    width: 100px;
                    height: 100px;
                    border-radius: 50px;
                    filter: drop-shadow(0 0 24.5px rgba(43, 43, 43, 0.1));
                    background-color: #ffffff;
                    margin: auto;
}
                     #lianxi .cen ul li div img {
                        position: absolute;
                        top: calc((100px - 30px)/2);
                        left: calc((100px - 30px)/2);
                    }
                

                #lianxi .cen .p1 {
                    font-size: 16px;
                    letter-spacing: 0px;
                    line-height: 30px;
                    color: #333333;
                    font-weight: 500;
                    font-family: "Source Han Sans SC";
                    text-align: center;
                }

                #lianxi .cen .p2 {
                    font-size: 16px;
                    letter-spacing: 1px;
                    line-height: 30px;
                    color: #666666;
                    font-weight: 500;
                    font-family: "Source Han Sans SC";
                    text-align: center;
                }
            
        
    }



















@media screen and (max-width:750px) {
    .w {
        width: 95%;
    }

    #banner5 {
        background-size: 100% 100%;
        background-image: url(../images/lxBanner.png);
        background-repeat: no-repeat;
        background-position: center;
        height: 300px;
        position: relative;
}
        #banner5 span {
            width: 100%;
            height: 100%;
            background-color: #2a3039;
            opacity: 0.251;
            position: absolute;
            top: 0;
            left: 0;
        }

        #banner5 .js {
            height: 60%;
            position: relative;
            pointer-events: none;
        }

        #banner5 .js p {
            font-size: 30px;
            line-height: 50px;
            color: #ffffff;
            font-weight: 500;
            font-family: "Source Han Sans SC";
            position: absolute;
            bottom: -90px;
            left: 0;
        }
    

 
    /* ==========================联系我们=========================== */
    #lianxi .women {
        width: 100%;
        margin-top: 20px;
        text-align: center;
        position: relative;
        margin-bottom: 20px;
}
       #lianxi .women p:nth-child(1) {
            width: 100%;
            position: absolute;
            top: -12px;
            left: 50%;
            transform: translateX(-50%);
            opacity: 0.102;
            font-size: 30px;
            letter-spacing: 2px;
            line-height: 60px;
            text-transform: uppercase;
            color: #333333;
            font-weight: 700;
            font-family: "Source Han Sans SC";
        }

        #lianxi .women p:nth-child(2) {
            font-size: 30px;
            line-height: 60px;
            color: #000000;
            font-weight: 500;
            font-family: "Source Han Sans SC";
        }
    

        #lianxi .cen ul {
            display: flex;
            justify-content: space-around;
            flex-wrap: wrap;
}
            #lianxi .cen ul li:last-child div img {
                position: absolute;
                top: calc((100px - 20px)/2);
                left: calc((100px - 30px)/2);
            }

            #lianxi .cen ul li {
                width: 265px;
}
                #lianxi .cen ul li div {
                    position: relative;
                    width: 100px;
                    height: 100px;
                    border-radius: 50px;
                    filter: drop-shadow(0 0 24.5px rgba(43, 43, 43, 0.1));
                    background-color: #ffffff;
                    margin: auto;
}
                    #lianxi .cen ul li div img {
                        position: absolute;
                        top: calc((100px - 30px)/2);
                        left: calc((100px - 30px)/2);
                    }
                

                #lianxi .cen .p1 {
                    font-size: 16px;
                    letter-spacing: 0px;
                    line-height: 30px;
                    color: #333333;
                    font-weight: 500;
                    font-family: "Source Han Sans SC";
                    text-align: center;
                }

                #lianxi .cen .p2 {
                    font-size: 16px;
                    letter-spacing: 1px;
                    line-height: 30px;
                    color: #666666;
                    font-weight: 500;
                    font-family: "Source Han Sans SC";
                    text-align: center;
                }

}