.serviceitem-tilet {
    width: 320px;
    height: 120px;
}

.serviceitem-tilet span {
    display: inline-block;
    width: 120px;
    height: 120px;
    line-height: 120px;
    font-size: 24px;
    background-color: #13950c;
    color: #fff;
    border-radius: 50%;
}

#servicelist .serviceitem div p.description {
    color: #000;
    font-size: 13px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
    width: 100%;
}

#indexPage #mslider ul li div {
    width: 100%;
    height: 100%;
}





.right {
    width: 100PX;
    height: 100PX;
}


.bx-pager {
    display: none;
}

.module-content .wrapper .bx-wrapper {
    max-width: 1180px !important;
}

.module-content .wrapper .bx-wrapper #partneritem_0 {
    width: 1180px !important;
}

.footer-box {
    margin-right: 90px;
    width: 880px;
    display: flex;
}

.footer-box .footer-dl {
    flex: 1;
}

.footer-box .footer-dl .title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 34px;
    color: #fff !important;
}

.footer-box .footer-dl dd {
    font-size: 14px;
    margin-bottom: 16px;
}

.footer-box .footer-dl dd a {
    color: #929292;
}

#indexPage #mcontact .content .fw {
    width: 1280px;
}

#mcontact .content .header {
    display: flex;
}

#sweixin {
    position: relative;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background-color: #b5b5b5;
    border-radius: 50%;
    margin-bottom: 56px;
    margin-top: 16px;
}

#sweixin::before {
    display: none;
    position: absolute;
    top: -124px;
    right: -64px;
    content: "";
    width: 150px;
    height: 120px;
    background: url(../../../imgs/weixin.jpg) no-repeat;
    background-size: 100% 100%;
}

#sweixin:hover#sweixin {
    background-color: #13950c;
}

#sweixin:hover::before {
    display: block;
}

.footer-right {
    flex: 1;
}

.fa-weixin {
    vertical-align: middle;
    /* margin-left: 10px; */
}

.weixin-p {
    width: 140px;
    height: 140px;
}

.weixin-p img {
    width: 100%;
    height: 100%;
}

.weixin-title {
    margin-top: 16px;
    text-align: center;
}

#mcontact {
    background-color: #303030;
}

#projectlist .projectitem a .project_info .project_info_footer {
    line-height: 50px;

}