﻿/* banner */
.banner {
	height: 451px;
	background: url('../images/banner.jpg') no-repeat center top;
}

/* 展示数据 */
.total-count {
	height: 110px;
	background: #fff;
	position: relative;
	margin-top: -45px;
	box-shadow: 0px 2px 9.5px 0.5px rgba(146, 158, 196, 0.4);
}

.total-count>div {
	float: left;
	width: 33.33%;
	height: 100%;
	padding-left: 194px;
	box-sizing: border-box;
}

.total-count>div+div {
	border-left: 1px solid #e7e9f2;
}

.total-count .value {
	margin-top: 15px;
	font-size: 18px;
	color: #51a1f3;
	font-style: normal;
}

.total-count .value span {
	font-size: 32px;
	color: #246adc;
	margin-right: 10px;
}

.total-count .name {
	color: #666;
	font-size: 18px;
	margin-top: 4px;
}

.total-count>div:nth-child(1) {
	background: url(../images/total-count1.png) no-repeat 100px center;
}

.total-count>div:nth-child(2) {
	background: url(../images/total-count2.png) no-repeat 100px center;
}

.total-count>div:nth-child(3) {
	background: url(../images/total-count3.png) no-repeat 100px center;
}

/* 通知公告 */
.notice {
	width: calc(100%/ 2 - 30px);
	margin-top: 30px;
	margin-left: 58px;
}

.notice:first-child {
	margin-left: 0;
}

.notice-hd {
	position: relative;
}

.title {
	display: block;
	position: relative;
	width: 100px;
	height: 100px;
	line-height: 100px;
	font-weight: bold;
	font-size: 24px;
	color: #246adc;
	margin: 0 auto;
	background: url('../images/notice_tt.png') no-repeat;
}

.title:before {
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 22px;
	width: 55px;
	height: 2px;
	background-color: #246adc;
}

.more {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #999;
}

.notice-bd {
	padding-top: 8px;
}

.notice-list {
	position: relative;
	padding-left: 22px;
}

.notice-list:before {
	position: absolute;
	content: "";
	width: 1px;
	left: 5px;
	top: 22px;
	bottom: 22px;
	background-color: #e0e0e0;
}

.notice-list>li {
	position: relative;
	height: 46px;
	line-height: 46px;
	font-size: 15px;
	padding: 0 15px;
	margin-top: 12px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
	background-color: #fafbfc;
}

.notice-list>li>a {
	color: #333;
	width: calc(100% - 120px);
}

.notice-list>li>span {
	color: #999;
}

.notice-list .date {
	color: #999;
}

.notice-list>li:before {
	position: absolute;
	content: "";
	top: 50%;
	transform: translateY(-50%);
	left: -22px;
	width: 11px;
	height: 11px;
	background: url('../images/listimg.png') no-repeat center;
}

.notice-list>li:hover {
	background-color: #2b7afc;
}

.notice-list>li:hover>a, .notice-list>li:hover .date {
	color: #fff;
}

.notice-list>li:hover:before {
	background-image: url('../images/listimg_h.png');
}

/* 轮播 */
.slider {
	margin-top: 50px;
}

.ewb-img .item {
	display: block;
}

.ewb-img img {
	display: block;
	width: 100%;
}

/* 金融产品 */
.product {
	padding: 40px 0 68px 0;
	margin-top: 60px;
	background-color: #f3f5fb;
}

/* 多图轮播 */
.imgscroll {
	height: 290px;
	margin-top: 16px;
}

.imgscroll .item {
	display: block;
	box-sizing: border-box;
	height: 290px;
	padding: 20px 25px 0;
	background-color: #fff;
}

.imgscroll .item:hover {
	box-shadow: 0 0 3px 0 rgba(42, 104, 226, 0.5) inset;
}

.imgscroll .img-ico {
	display: block;
	width: 98px;
	height: 98px;
	margin: 0 auto;
	background-repeat: no-repeat;
}

.imgscroll .img-ico.ico1 {
	background-image: url('../images/img_ico1.png');
}

.imgscroll .img-ico.ico2 {
	background-image: url('../images/img_ico2.png');
}

.imgscroll .img-ico.ico3 {
	background-image: url('../images/img_ico3.png');
}

.imgscroll .img-ico.ico4 {
	background-image: url('../images/img_ico4.png');
}

.imgscroll .img-ico.ico5 {
	background-image: url('../images/img_ico5.png');
}

.imgscroll .img-ico.ico6 {
	background-image: url('../images/img_ico6.png');
}

.imgscroll .img-tt {
	font-size: 18px;
	color: #333;
	text-align: center;
	padding-top: 15px;
}

.imgscroll .img-info {
	font-size: 15px;
	color: #969fac;
	line-height: 24px;
	height: 55px;
	overflow: hidden;
	padding-top: 10px;
}

.imgscroll .img-btn {
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	width: 90px;
	height: 36px;
	line-height: 34px;
	text-align: center;
	color: #246adc;
	border-radius: 3px;
	margin-top: 14px;
	border: 1px solid #246adc;
}

.imgscroll .img-btn:hover {
	color: #fff;
	background-color: #246adc;
}

.imgscroll .img-btn.disabled {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity = 50);
	cursor: default;
	color: #9fabc0;
	border-color: #9fabc0;
	background: #ecf0f7;
}

/* 左右按钮 */
.owl-nav .owl-prev, .owl-nav .owl-next {
	position: absolute;
	width: 26px;
	height: 52px;
	top: 50%;
	margin-top: -26px;
	z-index: 50;
	text-indent: 99999;
}

.owl-nav .owl-prev {
	left: -56px;
	background: url("../images/left_btn.png") center no-repeat;
}

.owl-nav .owl-next {
	right: -56px;
	background: url("../images/right_btn.png") center no-repeat;
}

.owl-nav .owl-prev:hover {
	background-image: url("../images/left_btn_h.png");
}

.owl-nav .owl-next:hover {
	background-image: url("../images/right_btn_h.png");
}

/* 金融机构 */
.bank {
	padding: 50px 0 108px 0;
	background: url('../images/bank_bg.png') no-repeat center bottom #fff;
}

.bank-items {
	margin-left: -20px;
	margin-top: 18px;
}

.bank-items>li {
	float: left;
	margin-left: 20px;
	margin-top: 22px;
	width: calc(100%/ 5 - 20px);
	height: 120px;
}

.bank-items>li>a {
	position: relative;
	display: block;
	height: 100%;
	border: 1px solid #d1daed;
	background-color: #fff;
}

.bank-items>li>a>img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:224px;
}

.bank-items>li>a:hover {
	border-color: #246adc;
}

/* 20210303 */
.notice-hd {
	text-align: center;
}

.title {
	display: inline-block;
	width: auto;
	height: 40px;
	line-height: 40px;
	padding: 0 110px;
	color: #333;
	background: none;
	vertical-align: top;
}

.title:before, .title:after {
	width: 85px;
	height: 16px;
	top: 50%;
	transform: translate(0, -50%);
	background-repeat: no-repeat;
}

.title:before {
	background-color: transparent;
	bottom: auto;
	left: 0;
	background-image: url('../images/notice_ico_l.png');
}

.title:after {
	position: absolute;
	content: "";
	right: 0;
	background-image: url('../images/notice_ico_r.png');
}

.more {
	color: #2b7afc;
}

.slider {
	margin-top: 30px;
}

.product {
	margin-top: 20px;
	padding-top: 0;
	padding-bottom: 40px;
}

.title-hd {
	text-align: center;
}

.product .title-hd {
	padding-top: 20px;
}

.imgscroll {
	height: 380px;
}

.imgscroll .img-tt {
	padding-top: 25px;
}

.imgscroll .img-ico {
	width: 120px;
	height: 120px;
}

.imgscroll .item {
	height: 380px;
	padding: 30px 25px 0;
	border-radius: 5px;
}

.imgscroll .img-info {
	color: #6b798e;
	height: 72px;
	text-align: center;
	font-size: 14px;
}

.imgscroll .img-btn {
	height: 32px;
	line-height: 30px;
	margin-top: 35px;
}

.imgscroll .item:hover {
	background-image: linear-gradient(to bottom, #54bcf7, #2795f3);
	background-color: #1a8af2;
}

.imgscroll .item:hover .img-tt {
	color: #fff;
}

.imgscroll .item:hover .img-info {
	color: #cbe8ff;
}

.imgscroll .item:hover .img-btn {
	border-color: #fff;
	color: #246adc;
	background-color: #fff;
}

.pro-ico1 {
	background-image: url('../images/pro_ico1.png');
}

.pro-ico2 {
	background-image: url('../images/pro_ico2.png');
}

.pro-ico3 {
	background-image: url('../images/pro_ico3.png');
}

.pro-ico4 {
	background-image: url('../images/pro_ico4.png');
}

.bank {
	padding-top: 30px;
	padding-bottom: 50px;
}

.bank-items {
	margin-top: 0;
}

.bank-items>li {
	height: 98px;
	width: calc(100%/ 5 - 20px);
}

/* 20210418 */
.product .title-hd {
	padding-top: 30px;
}

.imgscroll {
	height: 320px;
}

.imgscroll .imgsrcoll-item {
	height: 320px;
}

.imgscroll .item-box {
	box-sizing: border-box;
	padding: 50px 25px 0;
	border-radius: 5px;
	height: 100%;
	backface-visibility: hidden;
	transition: all 1s;
	transform-style: preserve-3d;
	position: absolute;
	background-color: #fff;
	cursor: pointer;
	width: 100%;
}

.imgscroll .item-box:last-child {
	transform: rotateY(-180deg);
	background-color: #2b79fb;
	background-image: linear-gradient(to bottom, #2b79fb, #1456c4);
}

.imgscroll .imgsrcoll-item:hover .item-box:first-child {
	transform: rotateY(180deg);
}

.imgscroll .imgsrcoll-item:hover .item-box:last-child {
	transform: rotateY(0deg);
}

.imgscroll .img-ico {
	width: auto;
	height: 55px;
	background-position: center top;
}

.imgscroll .img-info {
	height: 96px;
	padding-top: 15px;
}

.imgscroll .img-tt {
	padding-top: 10px;
}

.imgscroll .item-box:last-child .img-ico {
	margin-top: -14px;
}

.imgscroll .item-box:last-child .img-tt {
	color: #fff;
}

.imgscroll .item-box:last-child .img-info {
	padding-top: 8px;
	color: #fff;
}

.imgscroll .item-box:last-child .img-ico.ico1 {
	background-image: url("../images/img_ico1h.png");
}

.imgscroll .item-box:last-child .img-ico.ico2 {
	background-image: url("../images/img_ico2h.png");
}

.imgscroll .item-box:last-child .img-ico.ico3 {
	background-image: url("../images/img_ico3h.png");
}

.imgscroll .item-box:last-child .img-ico.ico4 {
	background-image: url("../images/img_ico4h.png");
}

.imgscroll .item-box:last-child .img-ico.pro-ico1 {
	background-image: url("../images/pro_ico1h.png");
}

.imgscroll .item-box:last-child .img-ico.pro-ico2 {
	background-image: url("../images/pro_ico2h.png");
}

.imgscroll .item-box:last-child .img-ico.pro-ico3 {
	background-image: url("../images/pro_ico3h.png");
}

.imgscroll .item-box:last-child .img-ico.pro-ico4 {
	background-image: url("../images/pro_ico4h.png");
}

.imgscroll .img-btn {
	position: absolute;
	bottom: 30px;
	left: 97px;
	color: #fff;
	border-color: #fff;
	background-color: transparent;
}

.owl-nav .owl-prev, .owl-nav .owl-next {
	width: 18px;
	height: 36px;
	margin-top: -18px;
}

.bank-items>li>a, .bank-items>li>a:hover {
	border: none;
}

.bank-items>li>a:hover {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}