.wrap{
    width: 1200px;
    margin: 0px auto;
}
.process_body {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 10;
    background-color: #fff;
    color: #666666;
}
.process_body .process_title{
    text-align: center;
    padding-top: 100px;
		font-size: 36px;
		font-family: Microsoft YaHei-Bold, Microsoft YaHei;
		font-weight: bold;
		color: #111111;
		line-height: 42px;
}
.process_body .img_hover{
    cursor: pointer;
}
.process_body .process_operation_box .img_hover{
    width: 50%;
}
.process_body .process_title h2{
    font-size: 36px;
    color: #111;
    margin-bottom: 50px;
}
.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{
    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{
    position: relative;
}
.process_body .swdt_operation{
}
.process_body .process_operation h2{
    font-size: 28px;
    padding: 100px 0 50px;
		font-size: 36px;
		font-family: Microsoft YaHei-Bold, Microsoft YaHei;
		font-weight: bold;
		color: #111111;
		line-height: 42px;
}
.o-process{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.o-process-left{
	text-align: start;
	width: 470px;
}
.o-process-left-item {
	height: 160px;
	background: #F3F5F5;
	border-radius: 8px 8px 8px 8px;
	padding: 26px 35px 0px 35px;
	margin-bottom: 15px;
}
.o-process-left-item:hover .o-process-title,
.o-process-left-item:hover .o-process-content,
.o-process-left-item:active .o-process-title,
.o-process-left-item:active .o-process-content, 
.o-process-chioce .o-process-content,
.o-process-chioce .o-process-title{
	color: #ffffff !important;
}
.o-process-left-item:hover{
	background: linear-gradient(135deg, #74C5FF 0%, #5FA0FF 100%);
}
.o-process-left-item:active, .o-process-chioce {
	background: linear-gradient(135deg, #38ADFF 0%, #1A77FF 100%);
}
.o-process-left .o-process-left-item:last-child {
	margin-bottom: 0;
}
.o-process-left-item .o-process-title {
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #111111;
	line-height: 23px;
	margin-bottom: 10px;
}
.o-process-left-item .o-process-content{
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #6C7D8F;
	line-height: 24px;
}
.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;
}
.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: #EDF6FF;
}
.process_body .process_todo_list2 li{
    width: 25%;
    height: 300px;
		background: #EDF6FF;
		transition: all .5s;
}
.process_body .process_todo_list2 li:hover{
	margin-top: -20px;
}
.process_body .process_todo_list li:nth-child(2){
		background: #2A58FF;
    color: #fff;
}
.process_body .process_todo_list li:nth-child(4){
	background: #38ACFF;
	color: #ffffff;
}
.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,
.process_body .process_todo_list li:nth-child(4) h3,
.process_body .process_todo_list li:nth-child(6) h3{
    color: #fff;
}
.process_body .process_todo_list li:nth-child(5) {
	background: #F1F8FF;
}
.process_body .process_todo_list li:last-child{
	background: #38ACFF;
	color: #ffffff;
}
.process_body .process_todo_list2 li h3 {
	padding: 92px 0px 20px 0px;
}
.process_body .process_todo_list li:hover {
	background-color: #F6FBFF;
}
.process_body .process_todo_list li:active {
	background-color: #E6F1FB;
}
.process_body .process_todo_list li:nth-child(2):hover {
	background-color: #4B72FF;
}
.process_body .process_todo_list li:nth-child(2):active {
	background-color: #1F4EF7;
}
.process_body .process_todo_list li:nth-child(4):hover,
.process_body .process_todo_list li:nth-child(6):hover {
	background-color: #56B9FF;
}
.process_body .process_todo_list li:nth-child(4):active,
.process_body .process_todo_list li:nth-child(6):active {
	background-color: #0D7EF4;
}
.process_body .process_todo_list li:hover h3{
	padding-top: 62px;
}

.process_body .process_todo_list2 li:hover h3{
	padding: 92px 0px 20px 0px;
}
.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;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #111111;
	line-height: 23px;
	padding: 82px 0 20px;
}
.process_body .process_todo_list .txt {
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	line-height: 30px;
}
.process_body .process_todo_list2 .txt {
	width: 260px;
	margin: 0 auto;
	font-size: 14px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	line-height: 20px;
}
.process_body .process_todo_list2 li:nth-child(1) .txt,
.process_body .process_todo_list2 li:nth-child(4) .txt{
	color: #6C7D8F;
}
.process_body .process_todo_list2 li:nth-child(1) h3,
.process_body .process_todo_list2 li:nth-child(4) h3{
	font-size: 20px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #111111;
	line-height: 23px;
}
.process_body .process_todo_list2 li:nth-child(3):hover {
	background-color: rgb(86, 185, 255);
}

.process_body .process_todo_list2 li:nth-child(1),
.process_body .process_todo_list2 li:nth-child(4){
	background: #EDF6FF;
}
.process_body .process_todo_list2 li:nth-child(1):hover,
.process_body .process_todo_list2 li:nth-child(4):hover{
	background-color: rgb(246, 251, 255);
}
.process_body .process_fit_list{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding: 0px 68px 100px;
}
.process_body .process_fit_list h3{
    font-size: 18px;
    font-weight: normal;
    color: #111111;
    margin: 15px 0 28px;
}
.process_body .process_case{
    padding-bottom: 40px;
		background-image: url(/images/pic-albj.png);
}
.process_body .process_case2{
	background: url(/images/pic-albj.png) no-repeat center center;   
	padding-bottom: 100px;
}
.process_body .process_case_list{
    display: flex;
    justify-content: space-between;
}
.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 100px;
}
.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: 50px auto 0; 
		width: 196px;
		height: 60px;
    line-height: 60px;
		background: linear-gradient(135deg, #38ADFF 0%, #1A77FF 100%);
    border-radius: 48px;
		font-size: 18px;
    color: #fff;
}
.process_course .view-more.animation{
	display: flex;
	justify-content: center;
	align-items: center;
}
.process_course .view-more.animation img{
	width: 0;
	transition: .4s cubic-bezier(0.35,0.15,0,2);
	opacity: 0;	
}
.process_course .view-more.animation:hover img{
	opacity: 1;
	margin-left: 10px;
	width: 18px;
}
.view-more span{
	width: 109px;
}
.process_course .view-more:hover{
    background: #0865FF;
}
.process_course .view-more img{
    display: inline-block;
    margin-left: 10px;
}
.process_fit {
	margin-bottom: 100px;
}

.summary {
	/* overflow: hidden; */
}
.summary .item{
	display: flex;
	justify-content: space-between;
	padding-bottom: 100px;
	align-items: center;
}
.summary .item:last-child {
	padding-bottom: 0px;
}
.summary .item .text{
	width: 460px;
	text-align: start;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.summary .item .text .title {
	width: auto;
	font-size: 36px;
	font-family: Microsoft YaHei-Bold, Microsoft YaHei;
	font-weight: bold;
	color: #111111;
	line-height: 42px;
}
.summary .item .text .content {
	margin-top: 24px;
	width: auto;
	font-size: 16px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #6C7D8F;
	line-height: 24px;
}
.summary .item .image {
	width: 700px;
}
.summary .item:nth-child(2n){
	flex-direction: row-reverse;
}
.summary .item:nth-child(2n - 1) .animation_text,.summary .item:nth-child(2n) .animation_image {
	animation: fadeInLeft 1s .5s both;
}
.summary .item:nth-child(2n) .animation_text,.summary .item:nth-child(2n - 1) .animation_image {
	animation: fadenInRight 1s .5s both;
}
@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}	
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}
@keyframes fadenInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}