.section-item {
    max-width: 1120px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 120px;
}
.sub-banner {
    background: url(../images/gaussmind/search-banner.png) 50% 0 no-repeat;
}
#content .two .product-list .product-item{
    width: 300px;
    height: 300px;
    padding: 0;
}
#content .two .product-list .product-item p{
    text-align: center;
   
}
.product-item-default{
    margin-top: 60px;
}
#content .two .product-list .product-item .caption.w-img-caption{
    width: 300px;
    height: 300px;
}
.product-list .bg_main1{
    background: url(../images/gaussmind/product-item-bg1.png) 100% 0 no-repeat;
}
.product-list .bg_main2{
    background: url(../images/gaussmind/product-item-bg2.png) 100% 0 no-repeat;
}
.product-list .bg_main3{
    background: url(../images/gaussmind/product-item-bg3.png) 100% 0 no-repeat;
}

.case_list_word {
    position: relative;
    overflow: hidden;
    margin-left: -4px;
    padding-left: 4px;
}
.case_list_word_txt_right {
    right: 20px;
}
.case_list_word_txt_left {
    left: 20px;
}
.case_list_word_txt {
    width: 360px;
    height: 360px;
    position: absolute;
    top: 30px;
    
    padding: 40px;
    background: #ffffff;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}
.case_list_word_txt h2 {
    font-size: 28px;
    line-height: 36px;
    font-weight: normal;
    margin: 0 0 4px 0;
    text-align: left;
}
.industry-type {
    display: inline-block;
    padding: 2px 8px;
    margin: 0 0 28px;
}

.case_list_word_ref > span {
    font-weight: 400;
    margin-left: 4px;
    margin-right: 4px;
}
#content .six h1,
#content .five h1{
    text-align: center;
    margin-bottom: 80px;
    overflow: hidden;
}
#content .five p{
    margin-bottom: 120px;
}
#content .six p,
#content .five p{
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    color: #333;
}
.search-product-list{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}.search-product-item{
    margin-top: 30px;
    width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.search-product-item img{
    width: 80px;
    margin-bottom: 40px;
}
#content .search-product-item p{
    font-size: 14px;
    line-height: 22px;
    color: #333;
}




.fl{
float: left;
}
.fr{
    float: right;
}
div.bg-color-white {
    background: rgba(255, 255, 255, 1);
    border: 1px solid #176de6;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

div.bg-color-white a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #176de6;
    line-height: 22px;
}

.bgWhite:hover {
    background-color: #176de6;
}

.bgWhite:hover a {
    color: #fff;
}

div.bg-color-blue {
    background: #176de6;
    border: 1px solid #176de6;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

div.bg-color-blue a {
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
}

.bgBlue:hover {
    background-color: #fff;
}

.bgBlue:hover a {
    color: #176de6;
}