.wrap{
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}
.process_body {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: #fff;
    color: #666666;
}
.process_body .process_title{
    color: #666666;
    text-align: center;
    padding-top: 60px;
    line-height: 26px;
}
.process_body .img_hover{
    cursor: pointer;
}
.process_body .process_operation_box .img_hover{
    width: 50%;
}
.process_body .process_title h2{
    font-size: 28px;
    color: #222222;
    margin-bottom: 20px;
}
.process_body .section_introduce_swiper{
    padding: 75px 0 42px;
    overflow: hidden;
    position: relative;
}
.process_body .section_introduce .section_introduce_content{
    display: flex;
    justify-content: center;
}
.process_body .section_introduce .section_introduce_content .section_introduce_img{
    margin-right: 50px;
    width: 507px;
    height: 347px;
    position: relative;
}
.process_body .section_introduce .section_introduce_content .section_introduce_img img{
    display: block;
    width: 100%;
    height: 100%;
}
.process_body .section_introduce .section_introduce_content .section_introduce_img:hover,
.process_body .img_hover:hover,
.process_body .process_todo_list li:hover,
.process_body .img_hover:hover{
    opacity: .8;
}
.process_body .section_introduce .section_introduce_content .section_introduce_txt{
    padding-top: 92px;
    line-height: 26px;
    text-align: left;
    max-width: 640px;
}
.process_body .section_introduce .section_introduce_content h3{
    font-size: 22px;
    color: #222222;
    margin-bottom: 40px;
}
.process_body .process_operation{
    background:  #00CCB4;
    position: relative;
    color: #fff;
    margin: 75px auto 50px;
    box-shadow:0px 6px 14px 0px rgba(2,156,139,0.2);
    border-radius:4px;
}
.process_body .swdt_operation{
    background: rgba(39,85,255,1);
    position: relative;
    color: #fff;
    margin: 75px auto 50px;
    box-shadow:0px 6px 14px 0px rgba(25,74,255,0.2);
    border-radius:4px;
}
.process_body .process_operation h2{
    font-size: 28px;
    color: #fff;
    padding: 49px 0 42px;
}
.process_body .process_operation_box{
    padding: 0 85px 50px 85px;
    display: flex;
    justify-content: space-between;
    line-height: 26px;
}
.process_body .process_operation_box2{
    padding: 0 0 50px;
}
.process_body .process_operation_box2 .process_operation_txt{
    padding: 0 65px;
}
.process_body .process_operation_box h3{
    font-size: 20px;
    margin-bottom: 25px;
    color: #fff;
    font-weight: normal;
}
.process_body .process_operation_box img{
    display: block;
    margin: 0px auto;
}
.process_body .process_todo{
    overflow: hidden;
    padding-bottom: 40px;
}
.process_body .process_todo_list{
    overflow: hidden;
    padding-top: 40px;
}
.process_body .process_todo_list_en .txt{
    padding: 0 20px;
}
.process_body .process_todo_list li{
    float: left;
    width: 33.33%;
    line-height: 26px;
    height: 300px;
    background-color: #FAFAFA;
}
.process_body .process_todo_list2 li{
    width: 25%;
    height: 320px;
    background-color: #F6F4FF;
}
.process_body .process_todo_list li:nth-child(2){
    background: #12CFBC;
    color: #fff;
}
.process_body .process_todo_list li:nth-child(4){
    background: #F0F0F0;
}
.process_body .process_todo_list li:nth-child(5){
    background: #F7F7F7;
}
.process_body .process_todo_list li:nth-child(2) h3,
.process_body .process_todo_list2 li:nth-child(3) h3{
    color: #fff;
}
.process_body .process_todo_list li:last-child{
    background: #E8E8E8;
}
.process_body .process_todo_list2 li:nth-child(2){
    background: #2A58FF;
    color: #fff;
}
.process_body .process_todo_list2 li:nth-child(3){
    background: #228FFF;
    color: #fff;
}
.process_body .process_todo_list2 li:last-child{
    background: #EDF6FF;
}
.process_body .process_todo_list h3{
    font-size: 20px;
    color: #222222;
    padding: 70px 0 35px;
    font-weight: normal;
}
.process_body .process_fit_list{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 40px 68px 100px;
}
.process_body .process_fit_list h3{
    font-size: 18px;
    font-weight: normal;
    color: #222222;
    margin: 15px 0 28px;
}
.process_body .process_case{
    background: #00CCB4;
    padding-bottom: 40px;
}
.process_body .process_case2{
    background: #2D5BFF;
    
}
.process_body .process_case .process_title h2{
    color: #fff;
}
.process_body .process_case_list{
    display: flex;
    justify-content: space-between;
    padding: 74px 40px 0;
}
.process_body .process_case_list li{
    width: 320px;
    background-color: #fff;
    box-shadow:0px 6px 14px 0px rgba(2,156,139,0.5);
    border-radius:4px;
    padding-bottom: 20px;
}
.process_body .process_case_list .avatar img{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: -32px auto 0;
    border: 3px solid #fff;
    box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.process_body .process_case_list .txt{
    padding: 0 40px;
    color:rgba(136,136,136,1);
    line-height:22px;
    text-align: left;
}
.process_body .process_case_list .title{
    font-weight:400;
    color:rgba(34,34,34,1);
    line-height:20px;
    font-size: 16px;
    padding: 6px 0 10px;
}

.process_body .index_button {
    width: 100%;
    height: 178px;
    /* background: #005de0 url(/images/index-dialog-visitor.png) no-repeat center center; */
    text-align: center;
    padding-top: 36px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    background: #D9F1FF;
}
.process_body.index_button_vip,.process_body .index_button{
    background-image: url("/images/pic_ljty.png");
    /*background-color: #3F4452;*/

}
.process_body .index_button p {
    color: #464D5F;
    font-size: 22px;
    padding: 15px;
    display: inline-block;
    position: relative;
    letter-spacing: 8px;
    margin-bottom: 20px;
}
.process_body .index_button p:before {
    border-top: 1px solid #464D5F;
    border-right: 1px solid #464D5F;
    top: 3px;
    right: 0;
}
.process_body .index_button p:after {
    border-left: 1px solid #464D5F;
    border-bottom: 1px solid #464D5F;
    left: 0;
    bottom: 3px;
}
.process_body .index_button p:before, .process_body .index_button p:after {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
}
.process_body .index_button a {
    display: block;
    margin: 0 auto;
    width: 131px;
    height: 38px;
    border: 1px solid #464D5F;
    padding-left: 47px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    line-height: 36px;
    color: #464D5F;
    text-align: left;
    font-size: 14px;
    background: url(/images/ico_select.png) no-repeat 11px center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px;
}
.process_course{
    padding: 40px 0 92px;
}
.process_course_list{
    padding-top: 60px;
    overflow: hidden;
    text-align: left;
    margin: 0 -16px;
}
.process_course_list li{
    width: 280px;
    float: left;
    border: 1px solid #EEEEEE;
    border-radius: 4px;
    color: #666;
    line-height: 20px;
    padding-bottom: 10px;
    overflow: hidden;
    margin: 0 14px 30px;
}
.process_course_list .img{
    width: 278px;
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.process_course_list .img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.process_course_list .img:hover{
    opacity: .8;
}
.process_course_list .title{
    display: block;
    font-size: 16px;
    color: #222;
    padding: 10px 10px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space:nowrap
}
.process_course_list .title:hover
{
    color: #0865FF;
}
.process_course_list .txt{
    padding: 0 10px;
    height: 80px;
    overflow: hidden;
    -webkit-line-clamp: 4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin: 10px 0;
}
.process_course_list .detail{
    display: block;
    width: 70px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #C4C4C4;
    border-radius: 13px;
    text-align: center;
    float: right;
    margin-right: 10px;
}
.process_course_list .detail:hover{
    color: #fff;
    background: #0865FF;
    border-color: #0865FF;
}
.process_course .view-more{
    display: block;
    margin: 60px auto 0; 
    width: 220px;
    height: 50px;
    line-height: 50px;
    background: linear-gradient(-90deg, #44E1FF 0%, #0865FF 100%);
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.08);
    border-radius: 25px;
    font-size: 16px;
    color: #fff;
}
.process_course .view-more:hover{
    background: #0865FF;
}
.process_course .view-more img{
    display: inline-block;
    margin-left: 30px;
}