main {
    margin-top: 44px;
    margin-bottom: 100px;
}

.page-search input {
    width: 495px;
    height: 40px;
    color: #333;
    outline: none;
    font-size: 16px;
    padding-left: 14px;
    border-radius: 5px;
    border: 1px solid #cccccc;
}

.page-search input::placeholder {
    color: #666666;
}

.page-search button {
    width: 100px;
    height: 40px;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 1px;
    margin-left: 13px;
    border-radius: 5px;
    background: #3886fe;
}

.page-search button:hover {
    opacity: .9;
}


.industry_list {
    display: flex;
    flex-wrap: wrap;
    background: #f7fbff;
    position: relative;
}

.group_content {
    margin-top: 30px;
    background: #f7fbff;
    border: 1px solid #e3e9f0;
}

.industry_list .industry_item {
    width: 33.333%;
    cursor: pointer;
}

.industry_list .icon {
    height: 184px;
    padding-left: 30px;
    padding-top: 21px;
    font-size: 22px;
    color: #333333;
    border: 1px solid #e3e9f0;
    background: #ffffff;
    font-family: 'SourceHanSansCN-Medium-2';
}

.industry_ul {
    width: 100%;
    padding: 50px 0 0 0;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding-left: 31px;
}

.industry_ul .industry_li {
    width: 33.333333%;
    margin-bottom: 70px;
}

.industry_ul .industry_li b {
    font-size: 20px;
    color: #333333;
    display: flex;
    align-items: center;
}

.industry_ul .industry_li b a {
    font-size: 20px;
    color: #333333;
    align-items: center;
    padding-left: 0px;
    margin-top: 0px;
}

.industry_ul .industry_li b img {
    margin-right: 6px;
}

.industry_ul .industry_li a {
    display: block;
    font-size: 18px;
    color: #666666;
    padding-left: 10px;
    margin-top: 10px;
}

.industry_ul .industry_li a:hover {
    color: #035cbd;
}

.industry_list .industry_active .icon {
    background: transparent;
    border: 0;
}

.industry_menu_content .industry_ul_show {
    display: none;
}

.more {
    display: flex;
    margin-top: 58px;
    justify-content: center;
}

.more a {
    width: 182px;
    height: 54px;
    display: flex;
    font-size: 22px;
    color: #3886fe;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    border: 2px solid #95befe;
    font-family: 'SourceHanSansCN-Medium-2';
}

.more a img {
    margin-left: 12px;
}