﻿/*财务外包*/.finance-out {
	background-color: #f7f8f8;
	padding: 130px 0 168px 0;
}
.finance-tit {
	font-size: 32px;
	line-height: 32px;
	color: #000000;
	padding-bottom: 20px;
	border-bottom: 1px solid #b5b6b6;
	position: relative;
	margin-bottom: 18px;
}
.finance-tit-xian {
	display: none;
}
.finance-tit:after {
	content: '';
	display: block;
	width: 92px;
	height: 3px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -46px;
	background-color: #f39800;
}
.finance-out-item {
	height: 126px;
	margin-top: 40px;
	background-color: #ffffff;
	background-size: auto 126px;
	background-position: left top;
	background-repeat: no-repeat;
	max-width: 528px;
}
.finance-out-num {
	font-size: 46px;
	line-height: 50px;
	color: #ffffff;
	padding-top: 38px;
	padding-left: 16px;
}
.finance-out-word {
	padding-top: 38px;
	font-size: 18px;
	line-height: 25px;
	color: #ffffff;
}
.finance-out-item01 {
	background-image: url("../images/finance_out01.png");
}
.finance-out-item02 {
	background-image: url("../images/finance_out02.png");
}
.finance-out-item03 {
	background-image: url("../images/finance_out03.png");
}
.finance-out-item04 {
	background-image: url("../images/finance_out04.png");
}
.finance-out-word-box {
	width: 34%;
}
.finance-out-item p {
	font-size: 18px;
	line-height: 35px;
	color: #595757;
	width: 65%;
	margin: 0;
	padding-top: 11px;
	padding-left: 25px;
}
.finance-out-item02 p {
	padding-top: 29px;
}

@media screen and (max-width: 1023px) {
.finance-out-item {
	height: 100px;
	margin-top: 40px;
	background-size: auto 100px;
}
.finance-out-num {
	font-size: 36px;
	line-height: 40px;
	padding-top: 30px;
}
.finance-out-word {
	padding-top: 30px;
	font-size: 16px;
	line-height: 20px;
}
.finance-out-item p {
	font-size: 16px;
	line-height: 20px;
	color: #595757;
	width: 65%;
	margin: 0;
	padding-top: 11px;
	padding-left: 25px;
}
.finance-out-item02 p, .finance-out-item03 p {
	padding-top: 20px;
}
}

@media screen and (max-width: 767px) {

.finance-out {
	padding: 40px 0 60px 0;
}
.finance-tit {
	display: none;
}
.finance-tit-xian {
	display: inherit;
}
}/*六大服务*/
.finance-six {
	background-color: #ffffff;
	padding: 120px 0 176px 0;
}
.finance-six-word {
	font-size: 24px;
	color: #3e3a39;
	margin-top: 80px;
	margin-bottom: 50px;
}
.finance-six-item {
	margin-bottom: 20px;
}
.finance-six-item .hov-hide {
	display: block;
	margin: auto;
}
.finance-six-item .hov-show {
	display: none;
	margin: auto;
}
.finance-six-item:hover {
	cursor: pointer;
}
.finance-six-item:hover .hov-hide {
	display: none;
}
.finance-six-item:hover .hov-show {
	display: block;
}

@media screen and (max-width: 767px) {
.finance-six {
	padding: 40px 0 70px 0;
}
}/*财务服务*/
.row-width {
	overflow: hidden;
	padding: 50px 0 0px 0;
}
.row_yx {
	transform: translate(0, 0);
	transition: all 0.35s ease-in-out;
	margin-bottom: 20px;
	overflow: hidden;
}
.row_yx p {
	font-size: 24px;
	color: #FFF;
	transition: all 0.35s ease-in-out;
	margin-bottom: 0;
	background-color: #ebebec;line-height:55px
}
.row_yx i {
	display: block;
	font-weight: 400;
	font-size: 18px;
	font-style: normal;
	border: solid 1px #e2e2e2;
	padding: 70px 20px;
}
.row_yx:hover {
	box-shadow: 0px 2px 5px #ddd;
	transform: translate(0px, -25px);
	cursor: pointer;
}
.row_yx:hover p {
	color: #ffffff;
	background-color: #f39800;
}
.paper-flow-item img {
	display: block;
	margin: auto;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
 .col-xs-3{position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 1px;}
.tax-four-item img{width:80%}
.row_yx i {
	font-size: 1em;
	height: 80px;
	padding: 0px 5px;
	width: 80%;
	float: left;
	text-align: left;
	line-height: 20px;
}
.row_yx p {
	font-size: 18px;
	width: 20%;
	float: left;
	line-height: 35px;
	padding-top: 10px;
}
}
