/*mainbox*/
/*	banner*/
.main.no-padding {
    padding-top: 0;
}
.mainbox .banner_stationing {
    height: 500px;
    background-position: center;
    background-size: cover;
}
.mainbox .banner {
    margin-bottom: 0;
}
.banner {
    margin-bottom: 60px;
    width: 100%;
    height: 440px;
    color: #fff;
    background-color: #242f42;
    background-position: right bottom;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    overflow: hidden;
}
.box-fluid {
    width: 1180px;
    margin: 0 auto;
}
.banner h1 {
    margin-top: 150px;
    font-size: 32px;
    font-weight: 600;
}
.mainbox .banner h3 {
    font-size: 14px;
    opacity: 0.9;
}
.banner h3 {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 680px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}
.mainbox .part {
    text-align: center;
    padding-bottom: 60px;
    /*width: 1180px;*/
    /*margin: 0 auto;*/
}
.mainbox .part .part_title {
    display: inline-block;
    font-size: 32px;
    color: #172b4d;
    margin-top: 60px;
    margin-bottom: 60px;
}
.mainbox .part .part_title:after {
    content: '';
    display: block;
    width: 80%;
    height: 39px;
    background-color: pink;
    margin: 0 auto;
    margin-top: -30px;
    background: url("../images/softwareTest-title_bg.png") no-repeat center;
    background-size: auto 39px;
}
.mainbox .part .part_problem {
    display: flex;
    justify-content: space-around;
}
/*.mainbox .part .part_problem li {*/
/*	width: 240px;*/
/*	text-align: center;*/
/*}*/
.mainbox .part .part_problem li .problem_icon {
    width: 100px;
    height: 98px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: inline-block;
}
.mainbox .part .part_problem li .problem_title {
    margin-top: 22px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #172b4d;
    width: 100%;
    text-align: center;
}
.mainbox .part .part_problem li .problem_desc {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #6b798e;
    line-height: 26px;
}
.mainbox .services_advantage {
    width: 100%;
    height: 574px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.mainbox .part .part_title {
    display: inline-block;
    font-size: 32px;
    color: #172b4d;
    margin-top: 60px;
    margin-bottom: 60px;
}
.mainbox .part .part_title:after {
    content: '';
    display: block;
    width: 80%;
    height: 39px;
    background-color: pink;
    margin: 0 auto;
    margin-top: -30px;
    background: url("/images/softwareTest-title_bg.png") no-repeat center;
    background-size: auto 39px;
}
.mainbox .services_advantage .part_advantage {
    width: 1180px;
    margin: 0 auto;
    margin-top: 30px;
}
.mainbox .part .part_problem {
    display: flex;
    justify-content: space-around;
}
.mainbox .services_advantage .part_advantage li {
    width: 276px;
    height: 325px;
    background-color: #fff;
    padding: 0 26px;
}
.mainbox .part .part_problem li {
    width: 276px;
    box-sizing: border-box;
    text-align: center;
}
.mainbox .services_advantage .part_advantage li .problem_icon {
    width: 132px;
    height: 177px;
    margin-top: -64px;
}
/*.mainbox .part .part_problem li .problem_icon {*/
/*	width: 100px;*/
/*	height: 98px;*/
/*	background-repeat: no-repeat;*/
/*	background-size: cover;*/
/*	background-position: center;*/
/*	display: inline-block;*/
/*}*/
.mainbox .services_advantage .part_advantage li .problem_title {
    margin-top: 0;
}
.mainbox .part .part_problem li .problem_title {
    margin-top: 22px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #172b4d;
    width: 100%;
    text-align: center;
}
.mainbox .part .part_problem li .problem_desc {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #6b798e;
    line-height: 26px;
}
.mainbox .services_procedure {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right bottom;
}
.mainbox .services_procedure .part_procedure {
    width: 1180px;
    margin: 0 auto;
    text-align: left;
}
.mainbox .services_procedure .part_procedure .part_title {
    margin-bottom: 0;
}
.mainbox .part .part_title {
    display: inline-block;
    font-size: 32px;
    color: #172b4d;
    margin-top: 60px;
    margin-bottom: 60px;
}
.mainbox .services_procedure .part_procedure .part_subtitle {
    font-size: 13px;
    color: #485f86;
    margin-top: 10px;
}
.mainbox .services_procedure .part_procedure {
    width: 1180px;
    margin: 0 auto;
    text-align: left;
}
.mainbox .services_procedure .part_procedure .btn {
    float: right;
    margin-top: -20px;
}
.btn-blue {
    background: #006edb;
    border: 1px solid #006edb;
    color: #fff;
}
.btn {
    display: inline-block;
    width: 140px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.mainbox .services_procedure .part_procedure .procedure_list_switch {
    display: flex;
    margin-top: 40px;
    border-bottom: 1px solid rgba(151, 151, 151, 0.4);
}
.mainbox .services_procedure .part_procedure .procedure_list_cross {
    height: 444px;
    position: relative;
}
.mainbox .services_procedure .part_procedure .procedure_list_cross .procedure_line_bugtest {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 290px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
}
.mainbox .services_procedure .part_procedure .procedure_list_cross .list_cross_li {
    padding-top: 10px;
    margin-left: 120px;
    display: flex;
}
.mainbox .services_procedure .part_procedure .procedure_list_cross_stationing .list_cross_li li {
    max-width: 330px;
    min-width: 330px;
}
.mainbox .services_procedure .part_procedure .procedure_list_cross .list_cross_li li .crossli_leftimg {
    width: 75px;
    height: 110px;
    position: absolute;
    top: 0;
    left: -75px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 15px;
    padding: 20px;
    box-sizing: border-box;
}
.mainbox .services_procedure .part_procedure .procedure_list_cross .list_cross_li li{
    height: 110px;
    max-width: 330px;
    min-width: 330px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 15px 14px;
    padding: 10px;
    box-shadow: 0px 2px 19px 0px rgba(120, 138, 192, 0.17);
    position: relative;
}
.mainbox .services_procedure .part_procedure .procedure_list_cross .list_cross_li li .crossli_title {
    font-size: 14px;
    font-weight: 600;
    color: #172b4d;
}
.mainbox .services_procedure .part_procedure .procedure_list_cross .list_cross_li li .crossli_desc {
    font-size: 13px;
    color: #6b798e;
    line-height: 24px;
}
.mainbox .services_procedure .part_procedure_monitor .procedure_list {
    display: flex;
}
.mainbox .services_procedure .part_procedure .procedure_list {
    margin-top: 22px;
    display: flex;
}
.mainbox .services_procedure .part_procedure_monitor .procedure_list .list_li {
    min-width: 280px;
    margin-right: 20px;
}
.mainbox .services_procedure .part_procedure .procedure_list .list_li {
    min-width: 375px;
    margin-right: 28px;
}
.mainbox .services_procedure .part_procedure .procedure_list .list_li li:first-child {
    text-align: left;
    text-indent: 20px;
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right center;
    background-color: #677D96;
    box-shadow: -4px 2px 10px rgba(103, 125, 150, 0.6);
}
.mainbox .services_procedure .part_procedure .procedure_list .list_li li {
    width: 100%;
    height: 52px;
    line-height: 52px;
    text-align: center;
    background-color: #fff;
    margin-bottom: 10px;
    font-size: 14px;
    color: #172b4d;
}