/* 短期贷款 */
.banner {
	min-width: 1200px;
	height: 424px;
	background: url(../images/about/about_02.jpg) no-repeat center;
	position: relative;
	text-align: center;
	color: #fff;
}

.banner .w1200 {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -600px;
	padding-top: 78px;
}

.banner h3 {
	color: #fff;
}

.banner .about-title-span {
	margin-bottom: 25px;
}

.banner p {
	font-size: 16px;
	margin: 15px auto 35px;
}

.banner li {
	width: 20%;
	float: left;
}

.banner h4 {
	font-size: 29px;
}


.menu {
	width: 530px;
	margin: 35px auto;
	height: 50px;
}

.menu li {
	line-height: 50px;
	text-align: center;
	color: #282828;
	font-size: 18px;
	float: left;
	width: 33%;
}

.menu li a {
	display: inline-block;
}

.menu li.hover a {
	border-bottom: 3px solid #D82428;
}

.div1 {
	background: #f8f8f8;
	/*padding: 69px 0 75px;**/
}

.div1 .fl {
	/**width: 622px;**/
}

.div1 .fl h3 {
	font-size: 24px;
	color: #000000;
}

.div1 span {
	/**width: 40px;
	display: block;
	height: 3px;
	background: #D82428;
	margin: 10px 0 20px;**/
}

.div1 p {
	color: #282828;
	font-size: 14px;
	text-indent: 2em;
	line-height: 26px;
}

.div2 {
	margin: 65px auto;
}

.about-title {
	font-size: 30px;
	color: #000000;
	text-align: center;
}

.about-title-span {
	width: 40px;
	display: block;
	height: 3px;
	background: #D82428;
	margin: 10px auto 60px;
}

.div2 ul {}

.div2 li {
	width: 290px;
	height: 212px;
	float: left;
	margin: 0 10px 25px 0;
	border-radius: 8px;
}

.div2 li:nth-child(4n) {
	margin-right: 0;
}

.div2 li:hover {
	box-shadow: #6b6668 0 0 8px;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}

.div2 .word {
	background: #D82428;
	color: #fff;
	padding: 34px 20px;
}

.div2 .word h4 {
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

.div2 .word p {
	font-size: 14px;
	line-height: 26px;
	margin: 0 auto;
}

.div2 .center p {
	width: 135px;
}

.x-div1 .item {
    width: 294px;
    height: 301px;
    float: left;
    text-align: center;
    padding-top: 70px;
    color: #D82428;
    background: #fff;
    box-shadow: #d3d3d3 0 0 15px;
}

.x-div1 .item h4 {
    font-size: 24px;
    margin: 30px auto 15px;
}

.x-div1 .item p {
    font-size: 18px;
}

.x-div1 .item:nth-child(2n+1) {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0561e9+0,4364f7+50,110daf+100 */
    background: #FF642C;
	
	/* background: #0561e9; Old browsers */
	background: linear-gradient(-90deg, #FF3610, #FF642C);
	background: -moz-linear-gradient(left, #FF3610 0%, #FF642C 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #FF3610 0%, #FF642C 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #FF3610 0%, #FF642C 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#FF3610', endColorstr='#FF642C', GradientType=1);
	/* IE6-9 */
	
	
    color: #fff;
    box-shadow: #FF3610 0 0 15px;
}

.x-div2 {
	padding-bottom: 50px;
}

.x-div2 .item {
	width: 25%;
	float: left;
	text-align: center;
	color: #D82428;
	margin-bottom: 30px;
}

.x-div2 .item h4 {
	font-size: 14px;
	color: #D80428;
	margin: 15px auto 5px;
}

.x-div2 .item p {
	font-size: 18px;
}
.x-div3 {
	padding-bottom: 50px;
}

.x-div3 .item {
	width: 20%;
	float: left;
	text-align: center;
	color: #D82428;
}

.x-div3 .item h4 {
	font-size: 14px;
	color: #D80428;
	margin: 15px auto 5px;
}

.x-div3 .item p {
	font-size: 18px;
}


.topList {
	background-color: white;
	height: 150px;
	padding: 40px 0 40px;
}

.topList .item {
	float: left;
	width: 50%;
}

.topList img {
	width: 65px;
	float: left;
}

.topList span {
	font-size: 22px;
	color: #282828;
	font-weight: bold;
	float: left;
	margin-left: 10px;
	line-height: 24px;
	padding-top: 10px;
}

.topList em {
	font-size: 14px;
	color: #7b7b7b;
}

.div1 {
    margin-bottom: 50px;
}


.div1 .item {
    margin: 0 auto 20px;
    width: 100%;
    height: 280px;
    /**border: 1px solid #f1f1f1;**/
    padding: 18px 24px;
}

.div1 .item .fl {
    margin-right: 67px;
}

.div1 .item .center {
    margin-right: 95px;
    width: 475px;
    float: left;
}

.div1 .item h4 {
    color: #282828;
    font-size: 22px;
    /**border-bottom: 1px solid #bfbfbf;
    padding-bottom: 30px;**/
    margin: 25px auto;
}

.div1 .item p {
    color: #282828;
    font-size: 16px;
    margin-bottom: 30px;
}

.div1 .item span {
    color: #282828;
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
    width: 50%;
    float: left;
    background: url(../images/fdd/img_08.jpg) no-repeat left center;
    padding-left: 24px;
}

.div1 .item a {
    margin-top: 96px;
    float: right;
    width: 188px;
    height: 52px;
    display: block;
    text-align: center;
    color: #fff;
    background: #0152d4;
	/* Old browsers */
	background: -moz-linear-gradient(left, #FF662E 0%, #D82428 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #FF662E 0%, #D82428 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #FF662E 0%, #D82428 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF662E', endColorstr='#D82428', GradientType=1);
	/* IE6-9 */
    font-size: 22px;
    line-height: 50px;
}

.div4 {
    margin-bottom: 30px;
}

.div4 .item {
    float: left;
    margin-right: 1%;
    width: 30%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.div4 .item:last-child {
    margin-right: 0px;
}

.div4 h4 {
    color: #282828;
    font-size: 18px;
    margin: 8px auto 20px;
    padding: 0 0 0 12px;
}

.div4 p {
    color: #7c7c7c;
    font-size: 14px;
    padding: 0 10px 30px 15px;
    border-bottom: 1px solid #d4d4d4;
}

.div4 a {
    text-align: center;
    color: #D82428;
    font-size: 12px;
    margin: 22px 0 0 26px;
    display: block;
    width: 88px;
    height: 33px;
    line-height: 31px;
    border: 1px solid #D82428;
}

.div4 .item div {
    position: absolute;
    bottom: -100%;
    left: 0;
    background: #fc6e5a;
    width: 100%;
    height: 288px;
    padding: 30px 13px;
}

.div4 .item div h5 {
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.div4 .item div p {
    color: #fff;
    font-size: 14px;
    text-align: justify;
    line-height: 28px;
    padding: 0;
    border: 0;
}

.div4 .item div span {
    position: absolute;
    top: 8px;
    right: 10px;
    cursor: pointer;
}

.div4 .item div a {
    text-align: center;
    color: #79797b;
    font-size: 12px;
    margin: 7px 0 0 249px;
    display: block;
    width: 93px;
    height: 30px;
    line-height: 28px;
    border-radius: 20px;
    border: 0;
    background: #fff;
}
.s-div1 {
	background: url(../images/shili/shili_08.jpg) no-repeat center;
	height: 749px;
	padding-top: 45px;
	margin: 0 auto 40px;
}

.s-div1 ul {
	background: #fff;
	padding: 85px 10px 65px;
}

.s-div1 li {
	margin-left: 85px;
	float: left;
	width: 290px;
	text-align: center;
}

.s-div1 li h4 {
	color: #282828;
	font-size: 22px;
	margin: 25px auto 20px;
}

.s-div1 li p {
	line-height: 28px;
	font-size: 14px;
	color: #000;
}

.s-div2 {
	margin-bottom: 60px;
}

.s-div2 ul {
	width: 1016px;
	margin: 30px auto;
}

.s-div2 li {
	float: left;
	margin: 0 32px 26px;
	text-align: center;
	width: 189px;
	height: 195px;
	padding-top: 130px;
	color: #fff;
	font-size: 16px;

}

.s-div2 li:nth-child(1) {
	background: url(../images/shili/shili_13.jpg) no-repeat;
}

.s-div2 li:nth-child(2) {
	background: url(../images/shili/shili_15.jpg) no-repeat;
}

.s-div2 li:nth-child(3) {
	background: url(../images/shili/shili_17.jpg) no-repeat;
}

.s-div2 li:nth-child(4) {
	background: url(../images/shili/shili_19.jpg) no-repeat;
}

.s-div2 li:nth-child(5) {
	background: url(../images/shili/shili_25.jpg) no-repeat;
}

.s-div2 li:nth-child(6) {
	background: url(../images/shili/shili_26.jpg) no-repeat;
}

.s-div2 li:nth-child(7) {
	background: url(../images/shili/shili_27.jpg) no-repeat;
}

.s-div2 li:nth-child(8) {
	background: url(../images/shili/shili_28.jpg) no-repeat;
	padding-top: 115px;
	font-size: 14px;
}

.s-div2 li:hover {
	color: #282828;
	-moz-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
}

.s-div2 li:nth-child(1):hover {
	background: url(../images/shili/shili_14.jpg) no-repeat;
}

.s-div2 li:nth-child(2):hover {
	background: url(../images/shili/shili_16.jpg) no-repeat;
}

.s-div2 li:nth-child(3):hover {
	background: url(../images/shili/shili_18.jpg) no-repeat;
}

.s-div2 li:nth-child(4):hover {
	background: url(../images/shili/shili_20.jpg) no-repeat;
}

.s-div2 li:nth-child(5):hover {
	background: url(../images/shili/shili_24.jpg) no-repeat;
}

.s-div2 li:nth-child(6):hover {
	background: url(../images/shili/shili_29.jpg) no-repeat;
}

.s-div2 li:nth-child(7):hover {
	background: url(../images/shili/shili_30.jpg) no-repeat;
}

.s-div2 li:nth-child(8):hover {
	background: url(../images/shili/shili_31.png) no-repeat;
}

.d-div1 {
	background: #f8f8f8;
}

.d-div1 ul {
	padding: 60px 0;
}

.d-div1 li {
	padding-left: 154px;
	width: 600px;
	margin-bottom: 60px;
	float: left;
}

.d-div1 li h4 {
	color: #0561e9;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}

.d-div1 li h5 {
	color: #0561e9;
	font-size: 18px;
	font-weight: bold;
}

.d-div1 li p {
	color: #282828;
	font-size: 16px;
	margin-bottom: 10px;
}

.w-div1 {
	margin-bottom: 50px;
}

.w-div1 li {
	width: 230px;
	height: 282px;
	float: left;
	margin-right: 12px;
	position: relative;
}

.w-div1 li:last-child {
	margin-right: 0;
}

.w-div1 li div {
	width: 230px;
	height: 282px;
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
	top: 0;
	left: 0;
	padding-top: 100px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.w-div1 li div p {
	margin-bottom: 10px;
}

.w-div1 li:hover div {
	background: rgba(216, 36, 40, 0.8)
}

.w-div1 img {
	width: 230px;
}

.w-div2 {
	margin-bottom: 50px;
}

.w-div2 ul {}

.w-div2 li {
	width: 400px;
	height: 500px;
	float: left;
	background-color: white;
}

.w-div2 h2 {
	height: 145px;
	border-right: 1px solid #E2352A;
	text-align: center;
	color: #fff;
	font-size: 26px;
	background: #D82428;
	padding-top: 50px;
}

.w-div2 h2 span {
	color: #ffffff;
	font-size: 16px;
	display: block;
}

.w-div2 p {
	padding: 30px 0 30px 30px;
	color: #282828;
	font-size: 14px;
	line-height: 30px;
	box-shadow: inset -1px 0 1px #efeded;
	height: 380px;
}

.w-div2 li:nth-child(2) p,
.w-div2 li:nth-child(3) p {
	padding-left: 80px;
}

.r-div2 {
	background: #f5f5f5;
	padding: 50px 0;
	margin: 30px 0;
}

.banner.contact {
	min-width: 1200px;
	height: 496px;
	background: url(../images/contact/banner.jpg) no-repeat center;
}

.contact .word {
	width: 420px;
	float: right;
	margin-right: 57px;
	color: #fff;
	text-align: left;
	padding-top: 10px;
}

.contact h4 {
	font-size: 24px;
	margin-bottom: 20px;
}

.contact p {
	font-size: 17px;
	line-height: 29px;
	margin: 0;
}

.contact a {
	display: block;
	width: 151px;
	height: 41px;
	float: left;
	line-height: 40px;
	background: #108cee;
	color: #fff;
	text-align: center;
	font-size: 17px;
	margin-top: 30px;
}

.contact a.fr {
	background: #2fc117;
	margin-left: 25px;
}

.contact1 {
	margin: 80px auto;
}

.contact1 li {
	width: 385px;
	height: 115px;
	float: left;
	margin: 0 20px 20px 0;
	background: #f6f6f6;
	padding: 20px 0 0 30px;
	color: #282828;
	font-size: 17px;
	line-height: 34px;
}

.contact1 li p {
	font-size: 13px;
	line-height: 25px;
}

.contact1 li:nth-child(3n),
.contact2 li:nth-child(3n) {
	margin-right: 0;
}

.contact2 li {
	width: 385px;
	height: 115px;
	float: left;
	margin: 0 20px 30px 0;
	color: #282828;
	font-size: 15px;
	line-height: 34px;
}

.contact2 li h3 {
	font-size: 20px;
	line-height: 38px;
	font-weight: bold;
}

.contact2 li img {
	margin-right: 10px;
	vertical-align: middle;
}
