.pro-content {
    margin-top: 80px;
    width: 100%;
}

.pro-top {
    width: 100%;
}

.pro-top img {
    width: 100%;
}

.top-nav {
    height: 22px;
    line-height: 22px;
    margin-top: 28px;

}

.top-nav a {
    font-size: 16px;
    color: #ADB5BD;
    font-weight: 400;
}

.top-nav span {
    font-size: 16px;
    color: #555555;
    font-weight: 400;
}

.content-left {
    margin-top: 40px;
    width: 270px;
}

.menu-list {
    border-bottom: 1px solid #F1F0EB;
    line-height: 20px;
    padding: 10px 0;
}

.menu-list a {
    font-size: 14px;
    color: #333;
    font-weight: 400;
}

.menu-active a {
    color: #2E5B82;
    font-weight: 600;
}

.menu-child {
    display: none;
}

.child-list a {
    font-size: 14px;
    font-weight: 400;
    color: #6D757D;
    line-height: 20px;
}

.child-list {
    padding-top: 10px;
}

.menu-active .menu-child {
    display: block;
}

.child-active a {
    font-weight: 500;
    color: #333333;
}

.content-right {
    margin-left: 44px;
    width: 886px;
    margin-top: 40px;
}

.content-right .right-title {
    height: 37px;
    font-size: 26px;
    line-height: 37px;
    color: #333;
    font-weight: 500;
}

.cat-img {
    width: 886px;
    height: 612px;
    margin-top: 34px;
}

.cat-img img {
    width: 100%;
    height: 100%;
}

/*产品列表*/
.item-list {
    margin-top: 40px;
    width: 886px;
}


.pro-item {
    width: 278px;
    height: 278px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 4px;
    position: relative;
    margin-bottom: 44px;
}

.pro-item:not(:nth-child(3n)) {
    margin-right: 14px;
}


.pro-item img {
    width: 186px;
    height: 186px;
    margin-top: 26px;
    margin-left: 46px;
}

.pro-name {
    width: 236px;
    margin: 0 auto;
    border-radius: 22px;
    border: 1px solid #1766A1;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #1766A1;
    text-align: center;
    margin-top: 13px;
}

.item-active, .item-active-yy {
    position: absolute;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    display: none;

}

.item-active-yy {
    background: #1766A1;
    opacity: 0.6;
}

.item-active {
    z-index: 100;
}

.item-active div:first-child {
    margin-top: 105px;
    font-size: 20px;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);

}

.item-active div:last-child a {
    display: block;
    width: 72px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 36px;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 30px;
    color: #fff;
}

.pro-item:hover .item-active, .pro-item:hover .item-active-yy {
    display: block;
}

.pro-item:hover .pro-name {
    display: none;
}

/*相关案例*/
.case-box {
    width: 100%;
}

.case-title {
    font-size: 26px;
    height: 37px;
    line-height: 37px;
    color: #333;
    font-weight: 500;
}

.case-item {
    width: 100%;
    margin-top: 26px;
}

.case-item img {
    width: 254px;
    height: 170px;
    border-radius: 2px;
}

.item-right {
    margin-left: 26px;
    position: relative;
}

.item-tite {
    font-size: 18px;
    height: 25px;
    line-height: 25px;
    color: #333;
    font-weight: 500;
    margin-top: 12px;
}

.item-detail {
    font-size: 14px;
    color: #555555;
    font-weight: 400;
    line-height: 20px;
    margin-top: 14px;
}

.item-label {
    margin-top: 22px;
    font-size: 14px;
    color: #8C9097;
    font-weight: 500;
    line-height: 20px;
}

.item-label span {
    margin-right: 10px;
}

/*产品详情*/
.pro-detail {
    width: 100%;
    /*height: 228px;*/
}

.pro-detail .detail-box {
    width: 228px;
    height: 228px;
    box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.06);
    padding: 20px;
    box-sizing: border-box;
}

.detail-box img {
    width: 100%;
    height: 100%;
}

.pro-detail .detail-title {
    font-weight: 500;
    color: #333333;
    line-height: 28px;
    font-size: 20px;
    margin-top: 13px;

}

.detail-desc {
    color: #555555;
    line-height: 20px;
    font-size: 14px;
    margin-top: 14px;
}

.detail-host {
    margin-top: 44px;
    color: #333333;
    line-height: 21px;
    font-size: 15px;
}

.detail-content {
    width: 100%;
    /*height: 1190px;*/
    /*background: #F5F5F5;*/
}

.list-itme {
    width: 580px;
    margin-bottom: 46px;
}

.list-itme img {
    width: 100%;
    height: 435px;
}

.item-title {
    font-weight: 500;
    color: #555555;
    line-height: 25px;
    font-size: 18px;
    margin-top: 24px;

}

.item-detail {
    font-weight: 500;
    color: #555555;
    line-height: 21px;
    font-size: 15px;
    margin-top: 12px;
}

.item-label {
    margin-top: 10px;
    font-weight: 500;
    color: #8C9097;
    line-height: 20px;
    font-size: 14px;
}

.item-label span {
    display: block;
    margin-right: 10px;
}