@charset "utf-8";
.more-service-title{
    margin-top: 70px;
}

.main-waimao .main-banner {
    background-image: url(../../../images/special/waimao/waimao-banner.png);
}

.main-waimao .main-banner-descrip {
    margin-top: 40px;
}

.main-waimao .main-banner-p {
    margin-top: 20px;
    font-size: 18px;
}

.main-waimao .main-banner-btns {
    margin-top: 80px;
}
/** 产品单独样式 start **/
.items-title {
    font-size: 24px;
    text-align: center;
    margin-bottom: 25px;
}
.items-subtitle {
    text-align: center;
    line-height: 24px;
    margin-bottom: 10px;
}
.items-design {
    background-color: #F9F9F9;
}
.items-design .item-block {
    justify-content: space-between;
}
.items-design .item {
    width: 284px;
    height: 300px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    background-color: #fff;
}
.items-design .item:hover {
    border-color: #3CA7FC;
}
.items-design .item-img {
    height: 80px;
    margin: 70px auto 20px;
}
.items-design .item-img img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.items-design .item:hover .item-img-a {
    display: none;
}
.items-design .item-img-b {
    display: none;
}
.items-design .item:hover .item-img-b {
    display: block;
}
.items-design .item-p {
    text-align: center;
    font-size: 16px;
    line-height: 26px;
}
.items-seo, .items-cdn {
    background-color: #F9F9F9;
}
/** 产品单独样式 end **/

.all-wrap .content-box6 .item-list {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 45px auto 0;
    justify-content: space-around;
}
.all-wrap .content-box6 .item-list .item {
    width: 250px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
}
.all-wrap .content-box6 .item-list .item img {
    width: 86px;
    height: 86px;
    margin: 20px auto;
}
.all-wrap .content-box6 .item-list .item .name {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
    line-height: 1;
    text-align: center;
}
.all-wrap .content-box6 .item-list .item .msg {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 16px;
    text-align: center;
}

.inter-marketing .item {
    padding: 0 !important;
    width: 282px !important;
    height: 120px !important;
}

.inter-marketing .item .item-block {
    margin-left: 10px !important;
    margin-top: 20px !important;
}

.inter-marketing .item-p {
    width: 195px;
    font-size: 12px;
}

.inter-marketing .item .img-block {
    width: 50px;
}

.inter-marketing .item .item-title {
    margin-bottom: 10px !important;
}