@charset "utf-8";
/* CSS Document */

/* ******************************banner部分************************ */
.banner-main {
    width: 100%;
    background: url("./industry-solutions-banner.png") no-repeat center top;
    padding-bottom: 30px;
}

/* ******************************主体内容部分************************ */
.document-main {
    padding-top: 110px;
}
.document-title {
    height: 132px;
    font-size: 36px;
    line-height: 132px;
}
.document-nav {
    width: 100%;
    height: 110px;
    background-color: #fff;
    padding-left: 40px;
    border: 1px #fff solid;
    box-sizing: border-box;
}
.document-nav-item {
    height: 30px;
    font-size: 14px;
    color: #333;
}
.product-sort {
    margin-top: 20px;
}
.industry-sort {
    margin-top: 16px;
}
.document-nav-item-title {
    float: left;
    line-height: 30px;
    margin-right: 11px;
}
.document-sort-text {
    float: left;
}
.document-sort-item {
    float: left;
    min-width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background-color: #f7f9fb;
    border-radius: 5px;
    margin: 0 2.5px;
    cursor: pointer;
    padding: 0 12px;
    box-sizing: border-box;
}
.document-sort-item:hover {
    background-color: #0f51ca;
    color: #fff;
}
.document-sort-item.hover {
    background-color: #0f51ca;
    color: #fff;
}
.document-content-item {
    height: 170px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 3.5px 6.062px 12px 0px rgb( 210, 210, 210 );
}
.document-content-item-img {
    float: left;
    width: 126px;
    height: 170px;
    box-shadow: 1.5px 2.598px 13px 0px rgb( 210, 210, 210 );
}
.document-content-item-img img{width:100%;height:100%;}

.document-content-item-info {
    float: left;
    width: calc(100% - 126px);
    padding: 16px 0 0 20px;
    box-sizing: border-box;
}
.document-content-item-info-text {
    float: left;
    width: 950px;
}
.document-content-item-info-text-title {
    font-size: 18px;
    height: 56px;
    line-height: 56px;
}
.document-content-item-info-text-detail {
    font-size: 14px;
    line-height: 24px;
}
.document-content-item-info-download {
    float: right;
    width: 76px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 14px;
    border: 1px #ce400e solid;
    border-radius: 5px;
    color: #ce400e;
    cursor: pointer;
    margin: 8px 23px 0 0;
}
.document-content-item-info-download:hover {
    background-color: #ce400e;
    color: #fff;
}


