/* ****************首页************* */
.banner {
	height: 382px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index-product-box {
	width: 290px;
	background: #fff;
	padding: 15px;
	border-radius: 10px 0 10px 0;
	cursor: pointer;
}
.index-product-box > a {
	display: block;
}
.index-product-img {
	height: 160px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.index-product-date {
	padding: 15px 0;
	color: rgba(0, 0, 0, 0.5);
}
.index-product-box:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	box-shadow: -2px 1px 11px -1px rgba(203, 203, 203, 0.68);
}
.index-product-text {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 55.2px;
}

/* 新闻 */
.news-video {
	position: relative;
	width: 570px;
	height: 240px;
	line-height: 240px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.news-video img {
	vertical-align: middle;
}
.news-video-list > div {
	position: relative;
	width: 180px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin-right: 15px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.news-video-list > div img {
	cursor: pointer;
	vertical-align: middle;
}
.new-video-play {
	position: absolute;
	right: 22px;
	bottom: 10px;
	cursor: pointer;
}
.news-video-list > div:last-child {
	margin-right: 0;
}
/* 研究 */
.index-study {
	padding-bottom: 60px;
}
.index-study-img {
	width: 570px;
	height: 293px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.index-study-box {
	padding-bottom: 60px;
}
/* 介绍 */
.index-icon {
	padding-bottom: 60px;
}
.index-icon-box {
	position: relative;
	text-align: center;
}
.index-icon-box::after {
	position: absolute;
	right: 0;
	top: 45%;
	content: '';
	width: 1px;
	height: 48px;
	background: #d7d7d7;
}
.noafter-icon::after {
	width: 0;
	height: 0;
}
/* 保险资管 */
.index-asset > div:first-child {
	padding-right: 10px;
}
.index-asset > div:nth-child(2) {
	padding: 0 5px;
}
.index-asset > div:nth-child(3) {
	padding-left: 10px;
}
.index-asset > div:nth-child(4) {
	padding-top: 15px;
	padding-right: 10px;
}
.index-asset > div:last-child {
	padding-top: 15px;
	padding-left: 10px;
}
.index-asset-box {
	position: relative;
	width: 100%;
	height: 280px;
	color: #fff;
	padding: 25px;
	background-repeat: no-repeat;
	background-position: center;
}
.index-asset-tag {
	display: inline-block;
	padding: 2px 8px;
	margin-top: 10px;
	margin-bottom: 90px;
	background: rgba(16, 29, 15, 0.52);
	border-radius: 2px;
}
.index-asset-text {
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.index-asset-rate {
	padding-top: 20px;
	font-size: 16px;
	color: #ffffff;
	letter-spacing: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.index-asset-jump {
	position: absolute;
	/*right: 25px;*/
	/*bottom: 15px;*/
	left: 40px;
	top: 100px;
	width: 90px;
	padding: 4px 25px 4px 10px;
	background: rgba(35, 35, 35, 0.45);
	border: 1px solid #ffffff;
	border-radius: 15px;
	font-size: 12px;
	color: #ffffff;
	cursor: pointer;
}
.index-asset-jump a {
	color: #fff;
}
.index-asset-jump::after {
	position: absolute;
	right: 8px;
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 100%;
	background: url(../image/jump-white.png) no-repeat center center;
	background-size: 100% 100%;
}
.index-asset-title {
	position: absolute;
	/*right: 25px;*/
	/*bottom: 55px;*/
	left: 40px;
	top: 40px;
	font-size: 32px;
	color: #ffffff;
	letter-spacing: 0;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	font-weight: bold;
	font-style: oblique;
}

/* app */
@media screen and (max-width: 768px) {
	.banner {
		height: 3.2rem;
	}
	.index-product {
		padding: 0.53rem;
	}
	.index-product > div:nth-child(2n) {
		text-align: right;
	}
	.index-product-box {
		display: inline-block;
		width: 4.33rem;
		padding: 0;
		background: transparent;
	}
	.index-product-img {
		height: 2.13rem;
	}
	.index-product-date {
		font-size: 0.32rem;
		color: rgba(0, 0, 0, 0.5);
		letter-spacing: 0;
		line-height: 0.32rem;
		padding: 0.2rem 0 0;
		text-align: left;
	}
	.index-product-text {
		padding: 0.33rem 0;
		font-size: 0.35rem;
		color: #333333;
		letter-spacing: 0;
		line-height: 0.4rem;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		display: block;
		text-align: left;
		min-height: 33px;
	}
	/* 新闻 */
	.index-news {
		padding: 0 0.53rem 0.8rem;
	}
	.index-news > .py-30 {
		padding: 0;
	}
	/* 保险资管 */
	.index-asset-conter {
		padding: 0.13rem 0.53rem 0.53rem;
		background: #fafafa;
	}
	.index-asset {
		padding: 0.27rem 0;
	}
	.index-asset > div:first-child {
		padding: 0;
	}
	.index-asset-box {
		padding: 0.47rem;
		height: 5.87rem;
	}
	.index-asset-tag {
		font-size: 0.35rem;
		margin: 0 0 1rem;
	}
	.index-asset-text {
		font-size: 0.35rem;
		line-height: 0.6rem;
	}
	.index-asset-rate {
		padding-top: 0.4rem;
		font-size: 0.32rem;
	}
	.index-asset-jump {
		right: 0.6rem;
		padding: 0.09rem 0.27rem;
		font-size: 0.27rem;
	}
	.index-asset-jump a {
		font-size: 0.27rem;
	}
	/* 投资研究 */
	.index-study {
		padding: 0.13rem 0 0.53rem;
	}
	.index-study .first-title {
		margin: 0 0.53rem;
	}
	.index-study > .row {
		padding: 0;
	}
	.index-study > .row > div {
		padding: 0.53rem;
	}
	.index-study > .row > div:first-child {
		padding: 0.27rem 0.53rem 0;
	}
	.index-study-img {
		width: 100%;
		height: 4.53rem;
		margin: 0;
	}
	.index-study > .row .pt-40 {
		border-top: 0.2rem solid #f0f0f0;
	}
	.index-study .w570 {
		width: 100%;
	}
	/* 图标 */
	.index-icon {
		padding: 0.27rem 0 0.67rem;
	}
	.index-icon .col-xs-6:nth-child(2n) .index-icon-box::after {
		width: 0;
		height: 0;
	}
	.index-icon-box {
		padding: 0.4rem 0;
	}
	.index-icon-box img {
		width: 2rem;
		height: 2rem;
	}
	.index-icon-box p {
		padding-top: 0.2rem;
		font-size: 0.35rem;
	}
	.index-icon-box::after {
		height: 0.64rem;
	}
}
