.title_info {
    margin-top: 32px;
}

.title_info_two {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 3px;
    color: #666666;
    margin-bottom: 36px;
}

.new_list {
    width: 100%;
    background-color: #f4f4f4;
    margin-top: 60px;
    padding-top: 75px;
    padding-bottom: 55px;
}

.list h4 {
    margin-bottom: 30px;
}

.list h6 {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 1px;
    color: #999999;
    margin-bottom: 30px;
}

.new_list main {
    display: flex;
}

.new_list_info {
    height: 270px;
    margin-left: 48px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-top: 12px;
}

.new_list_info h4 {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
}

.new_list_info .content-text {
    background: #f4f4f4;
    height: 224px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new_list_info .content-text div {
    width: 100%;
    height: 44px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.new_list_info .content-text div h5 {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 14px;
    letter-spacing: 0px;
    color: #333333;
}

.new_list_info .content-text div h6 {
    margin: 0;
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    line-height: 14x;
}

.solve_content {
    display: flex;
    justify-content: space-between;
}

.solve_content_left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 764px;
}

.solve_content_left header {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    margin: 28px 0;
}

.solve_content_left ul li {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}

.solve_content_left ul li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #333;
    transform: rotate(45deg);
    margin-right: 4px;
}

.solve_content_right header {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 18px;
    letter-spacing: 0px;
    color: #333333;
    margin: 28px 0;
}

.solve_content_right span {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0px;
    color: #333333;
}

.solve_content_right p {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
}

.solve_content_text_right li {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
}

.solve_content_text_right div {
    display: flex;
    flex-direction: column;
    margin-bottom: 28px;
}

.solve_content_text_right div h4 {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    line-height: 24px;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
}

.solve_content_text_right div p {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
    line-height: 24px;
}

.solve_content_text_right div h5 {
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #333333;
    margin: 0;
    line-height: 24px;
}

.solve_content_text_right li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #333;
    transform: rotate(45deg);
    margin-right: 7px;
}

.new_company {
    width: 100%;
    height: 520px;
    background: url("https://qn.winseeing.com.cn/hx-erp/images/new_company.jpg") no-repeat center;
    margin-top: 63px;
    padding-top: 36px;
}

.new_company p {
    width: 1279px;
    font-family: AlibabaPuHuiTi-Regular;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
}

.case {
    margin-top: 32px;
}

.case .title_before {
    margin-bottom: 70px;
}

.case .case_content{
    flex-wrap: wrap;
    justify-content: space-between;
}

.case .case_content a{
    margin-bottom: 20px;
}

/*.case .case_list {
    width: 1270px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}*/

.case .case_list li {
    width: 240px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.merit {
    margin-top: 40px;
    margin-bottom: 40px;
}

.merit .title_before {
    margin-bottom: 58px;
}

.merit .merit_list {
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.merit .merit_list li {
    width: 360px;
    height: 230px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background: #eee;
    padding-top: 23px;
}

.merit .merit_list li .list_title {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 120px;
    flex-shrink: 0;
}

.merit .merit_list li img {
    width: 78px;
    height: 78px;
    /* margin-bottom: 26px; */
}

.merit .merit_list li h5 {
    font-family: "MicrosoftYaHei";
    font-size: 18px;
    font-weight: bold;
    line-height: 18px;
    color: #333333;
}

.merit .merit_list li p {
    height: 100%;
    font-family: "MicrosoftYaHei";
    font-size: 15px;
    line-height: 15px;
    color: #333333;
    margin: 0;
    display: flex;
    align-items: center;
}