.servicesItem {
    width: 1200px;
    height: auto;
    padding: 50px 0;
    border-bottom: 1px solid #ececec;
}

.itemTitle {
    width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid #6566fc;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.itemTitle span {
    display: block;
}

.itemTitle span:nth-child(1) {
    width: 5px;
    height: 25px;
    background: #6566fc;
    margin: 10px 15px 0 0;
}

.itemTitle span:nth-child(2) {
    width: auto;
    height: 45px;
    line-height: 45px;
}

.itemImg {
    width: 1200px;
    height: auto;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px 0;
}

.itemImg img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.itemDesc {
    width: 1200px;
    height: auto;
    line-height: 24px;
    font-size: 16px;
    color: #515151;
    text-indent: 32px;
}

.itemDesc p {
    width: 100%;
    line-height: 36px;
    height: auto;
    text-indent: 36px;
    font-size: 18px;
    margin: 15px 0;
}

.customized {
    width: 1200px;
    height: 200px;
    margin: 50px 0;
    overflow: hidden;
}

.customized img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.servicesItem_phone {
    width: 1200px;
    height: auto;
    padding: 50px 0;
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.servicesItem_phone .wechatImg {
    width: 40%;
    height: 600px;
    text-align: center;
}

.servicesItem_phone .wechatImg img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.servicesItem_phone .wechatDesc {
    width: 55%;
    height: auto;
}

.servicesItem_phone .wechatDesc .wechatTitle {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #6566fc;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.servicesItem_phone .wechatDesc .wechatTitle span {
    display: block;
}

.servicesItem_phone .wechatDesc .wechatTitle span:nth-child(1) {
    width: 5px;
    height: 30px;
    margin: 10px 15px 0 0;
    background: #6566fc;
}

.servicesItem_phone .wechatDesc .wechatTitle span:nth-child(2) {
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: 600;
}

.servicesItem_phone .wechatDesc .wechatTitle span:nth-child(3) {
    opacity: 0;
}

.servicesItem_phone .wechatDesc .wechatText {
    width: 100%;
    height: auto;
    padding-top: 30px;
    text-indent: 32px;
    font-size: 16px;
    color: #515151;
}

.pr {
    position: relative;
}

.floor {
    width: auto;
    height: auto;
    position: fixed;
    top: 300px;
    left: 80px;
    padding: 30px;
    /* background: rgba(224, 237, 255, 1); */
    background: #FFFFFF;
    box-shadow: 0 0 5px #6566fc;
    border-radius: 3px;
    display: none;
}

.floor ul {
    width: 100%;
    height: 100%;
}

.floor ul li {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 5px 0;
}

.floor ul li a {
    width: 100%;
    height: 100%;
    font-size: 18px;
    display: block;
    color: #333333;

}

.floor ul li a:hover {
    color: #6566fc;
    font-weight: 600;
}