
.new2019_banner_content {
    width: 100%;
    height: 495px;
    background: url("../Help/banner-Help.jpg") no-repeat center;
    background-size: cover;
}

.new2019_banner_box {
    width: 1200px;
    height: 550px;
    margin: 0 auto;
    padding-left: 100px;
}

.new2019_banner_box h2 {
    font-size: 40px;
    position: relative;
    padding-top: 160px;
    padding-bottom: 20px;
}

.new2019_banner_box span {
    margin-top: 4px;
    font-size: 18px;
}

.staff-ul {
    display: flex;
    flex-wrap: wrap;
}

.staff-li {
    width: 25%;
    margin-bottom: 20px;
}

.staff-li-in {
    margin: 0 15px;
    background-color: #ffffff;
    padding: 25px 15px;
    text-align: center;
    font-size: 14px;
    box-shadow: 0 0 10px 4px #eeeeee;
    position: relative;
    overflow: hidden;
}

.staff-li-in .staff-img {
    object-fit: contain;
    width: 165px;
    height: 165px;
    margin: 0 auto;
    display: block;
    border: 1px solid #eeeeee;
    border-radius: 100%;
    background-color: #eeeeee;
}

.staff-li-in .staff-info {
    font-size: 15px;
    padding-top: 25px;
    padding-bottom: 10px;
}

.staff-li-in .staff-info .staff-name {
    font-weight: 500;
    font-size: 18px;
    padding-right: 10px;
}

.staff-phone {
    color: #666666;
}
.staff-li-in .wx-ewm{
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: 0.3s;
}
.staff-li-in .wx-ewm img{
    width: 100%;
}
.staff-li-in:hover .wx-ewm{
    transform: translateY(0);
    opacity: 1;
}
/*帮助支持*/
.help-model{
    background: url("../Help/bd-1.jpg") no-repeat center;
    background-size: cover;
}
.help-ul {
    display: flex;
}

.help-li {
    flex: 4
}

.help-li-in .img-div {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border: 2px solid #999999;
    border-radius: 100%;
}

.help-li-in .img-div img {
    display: block;
    margin-top: 15px;
    margin-left: 15px;
}

.help-li .help-li-in {
    text-align: center;
    color: rgba(255,255,255,0.7);
}

.help-li-in p {
    padding-top: 20px;
    font-size: 18px;
}
/*服务介绍*/
.js-li-in .desc-p{
    font-size: 14px;
}
.js-li{
    float: left;
    text-align: center;
    width: 25%;
}
.js-li-in{
    padding: 20px;
}
.js-li-in p{
    padding-bottom: 14px;
    font-size: 22px;
}
.js-li-in .desc-p{
    padding-top: 14px;
    font-size: 14px;
    height: 95px;
}
.js-li-in img{
    height: 100px;
    opacity: 0.9;
}
