
.attorney {
    padding-bottom: 80px;
}
.attorney:nth-of-type(odd) {
    background: #fff;
}



/* attorney_server_container */
.attorney_server li {
    width: 360px;
    margin-bottom: 54px;
}
.attorney_server li:nth-child(4),
.attorney_server li:nth-child(5),
.attorney_server li:nth-child(6) {
    margin-bottom: 0;
}
.attorney_server li:hover {
    box-shadow: 3px 4px 24px 0px 
		rgba(0, 0, 0, 0.12);
}
.attorney_server li:hover .explain {
    border-color: rgba(0,0,0,0);
}
.attorney_server li .img_box {
    height: 300px;
    overflow: hidden;
}
.attorney_server li .explain {
    height: 140px;
    box-sizing: border-box;
    background: #fff;
    border: solid 1px #e9e9e9;
    border-top: none;
    text-align: center;
    font-size: 18px;
}
.attorney_server li .explain span {
    color: #333;
}
.attorney_server li .explain a {
    color: #005aab;
    width: 180px;
    height: 44px;
    line-height: 44px;
	border-radius: 22px;
    border: solid 1px #e9e9e9;
    margin: 0 auto;
    margin-top: 25px;
}
.attorney_server li .explain a:hover {
    background: #005aab;
    color: #fff;
}





/* transaction_datum_container */
.transaction_datum_container {
    height: 570px;
    padding-bottom: 0;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/attorney/bg.jpg);
}
.transaction_datum .img_box {
    width: 672px;
    height: 358px;
    float: left;
    margin-right: 76px;
    position: relative;
    overflow: hidden;
}
.transaction_datum .img_box_text {
    position: absolute;
    color: #fff;
    left: 58px;
    top: 130px;
    margin: auto;
    font-size: 32px;
	font-weight: bold;
	line-height: 30px;
    color: #ffffff;
    width: 460px;
}
.transaction_datum .img_box_text span {
    display: block;
}
.transaction_datum .img_box_text span:nth-of-type(2) {
    font-weight: normal;
    font-size: 16px;
    margin-top: 25px;
}
.transaction_datum .arrows {
    position: absolute;
    top: 170px;
    right: 53px;
}
.transaction_datum .arrows span {
    display: inline-block;
    width: 50px;
    height: 2px;
    background: #fff;
}
.transaction_datum .arrows i {
    display: inline-block;
    width: 0;
    height: 0;
    border: 3px solid #fff;
    border-left: 10px solid #fff;
    border-right: 10px solid #fff;
    border-top-color: rgba(0,0,0,0);
    border-bottom-color: rgba(0,0,0,0);
    border-right-color: rgba(0,0,0,0);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
}
.transaction_datum .explain {
    background: #fff;
    height: 358px;
    box-shadow: 3px 4px 42px 0px 
        rgba(0, 0, 0, 0.09);
    
}
.transaction_datum .explain_title {
    display: inline-block;
    font-size: 26px;
    font-weight: bold;
    margin-top: 40px;
}
.transaction_datum .explain i,em {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-image: linear-gradient(0deg, 
		#005aab 0%, 
		#5ab1ff 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, 
        normal;
    color: #fff;
    text-align: center;
}
.transaction_datum .explain_content {
    overflow: hidden;
    margin-top: 20px;
}
.transaction_datum .explain_content div {
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0;
}
.transaction_datum .explain_content span {
    display: inline-block;
    margin-left: 14px;
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
}

.transaction_datum .explain_title,
.transaction_datum .explain_content span {
    position: relative;
    color: #333;
}



/* flow_path_container */
.flow_path_container {
    padding-bottom: 0;
}
.flow_path {
    height: 382px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-image: url(../images/attorney/flow_bg.jpg);
}
.flow_path .center {
    position: relative;
}
.flow_path ul {
    position: relative;
    z-index: 100;
}
.flow_path li {
    font-size: 18px;
	font-weight: bold;
}
.flow_path li .img_box {
    height: 155px;
    position: relative;
}
.flow_path li .img_box img {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 0.5s;
}
.flow_path li .step {
    box-sizing: border-box;
    width: 66px;
	height: 66px;
    border: solid 1px rgba(255,255,255,0.6);
    border-radius: 50%;
    position: relative;
    margin: 25px auto;
    transition: all 0.5s;
    z-index: 10;
}
.flow_path li .step::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    width: 50px;
    height: 50px;
    margin: auto;
    border-radius: 50%;
    background-color: rgb(217, 238, 239);
    transition: all 0.5s;
}
.flow_path li:hover .step::after {
    width: 100%;
    height: 100%;
}
.flow_path li:nth-child(2) .step::before,
.flow_path li:nth-child(3) .step::before {
    content: '';
    position: absolute;
    width: 170px;
    height: 3px;
    top: 48%;
    left: -170px;
    border-top: 3px dotted #fff;
}
.flow_path li:nth-child(4) .step::before {
    content: '';
    position: absolute;
    width: 150px;
    height: 3px;
    top: 48%;
    left: -150px;
    border-top: 3px dotted #fff;
}
.flow_path li:nth-child(5) .step::before {
    content: '';
    position: absolute;
    width: 160px;
    height: 3px;
    top: 48%;
    left: -160px;
    border-top: 3px dotted #fff;
}
.flow_path li:nth-child(6) .step::before {
    content: '';
    position: absolute;
    width: 132px;
    height: 3px;
    top: 48%;
    left: -132px;
    border-top: 3px dotted #fff;
}
.flow_path li .step span {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    line-height: 50px;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #f12711;
    background-image: -webkit-linear-gradient(top, #f5af19, #f12711);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

}
.flow_path li .explain {
	color: #fff;
}
.flow_path li .line {
    width: 40px;
	height: 2px;
    background: #fff;
    margin: 10px auto 0;
    transition: all 0.5s;
}
.flow_path li:nth-child(2) .img_box img,
.flow_path li:nth-child(4) .img_box img {
    transform: translateX(7px);
}
.flow_path .dotted_line {
    position: absolute;
    z-index: 1;
    width: 90%;
    left: 5%;
    top: 212px;
    /* border-top: 3px dotted #fff; */
}
.flow_path li:hover .img_box img {
    bottom: 15px;
}
.flow_path li:hover .step {
    /* transform: scale(1.1); */
}
.flow_path li:hover .line {
    width: 100%;
}




