﻿* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

i {
	font-style: normal;
}

.flex {
	display: flex;
	justify-content: flex-start;
}

.banner {
	width: 100%;
	position: relative;
}

.banner-front {
	position: relative;
	z-index: 10;
	padding: 40px 15px 70px;
}

.banner-front h1 {
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: #fff;
}

.banner-front h2 {
	font-size: 28px;
	font-family: Microsoft YaHei;
	color: #fff;
	line-height:36px;
}

.banner .banner-tag {
	padding-top: 22px;
	display: flex;
	justify-content: flex-start;
}
.banner .banner-tag a:last-child{
	margin-right:0;
}
.banner .banner-tag a {
	display: block;
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: rgba(255, 255, 255, 1);
}
.banner .shishipai{
	position:absolute;
	bottom:0;
	right:10px;
	-webkit-box-shadow:none;
	box-shadow:none;
}
.panel {
	width: 100%;
	background: none;
	margin:0;
	border:none;
}

.panel-title {
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 26px;
	color: rgba(51, 51, 51, 1);
	padding-top: 30px;
	padding-bottom: 15px;
	text-align: center;
}

.hycj .panel-tp {
	padding: 0 15px 10px;
}

.hycj .panel-tp h3 {
	color: #303D3D;
	font-size: 16px;
	padding-bottom: 12px;
}

.hycj .panel-tp p {
	font-size: 13px;
	color: #666;
	line-height: 21px;
}

.tag-gray {
	padding: 2px 16px;
	display: inline-block;
	height: 23px;
	background: rgba(59, 59, 59, 0.1);
	border-radius: 14px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 19px;
	color: rgba(59, 59, 59, 1);
	text-align: center;
	margin-right: 10px;
	margin-bottom: 18px;
}

.hycj .panel-btm {
	background: #F7F7F7;
	width: 100%;
	padding: 14px 16px;
	height: 177px;
}

.hycj .panel-btm>p {
	color: #666;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
}

.book h4 {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	padding-top: 14px;
	padding-bottom: 30px;
}

.book>img {
	width: 102px;
	height:133px;
}

.book a {
	align-items: center;
	justify-content: center;
	width: 170px;
	/*height:42px;*/
	background: rgba(250, 85, 61, 1);
	border-radius: 19px;
	color: #fff;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	padding: 9px 0;
	cursor: pointer;
}

.book a img {
	padding-right: 6px;
}

.ywtz,
.syfa,
.gjsy,
.xgtj {
	padding: 0 15px;
}

.ywtz .item {
	height: 155px;
	margin-bottom: 10px;
	position:relative;
	
}
.ywtz .item-inner{
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform: translateY(-50%);
	padding:0 22px;
}
.ywtz .item h3 {
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 25px;
	color: rgba(255, 255, 255, 1);
	text-align: center;
	padding-bottom: 13px;
	position: relative;
}

.ywtz .item h3:after {
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	bottom: 5px;
	width: 40px;
	left: 50%;
	transform: translateX(-50%);
	background: #FA553D;
	border-radius: 2px;
}

.ywtz .item p {
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 21px;
	color: rgba(255, 255, 255, 1);
}

.syfa .panel-tp{
	overflow:hidden;
}

.syfa .panel-tp img {
	display: block;
}

.syfa .panel-btm {
	padding: 22px;
	border: 1px solid rgba(221, 221, 221, 1);
	color: #666;
	font-size: 13px;
	text-align: justify;
}


/**关键收益*/

.gjsy .item {
	height: 90px;
	background: rgba(0, 104, 183, 0.05);
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 24px;
	color: rgba(51, 51, 51, 1);
	text-align: center;
	margin-bottom: 10px;
}

.gjsy .item i {
	font-size: 24px;
	color: #FA553D;
	font-size: 40px;
}


/**相关推荐*/

.xgtj {
	padding-bottom: 22px;
}

.xgtj .item {
	height: 75px;
	border: 1px solid rgba(221, 221, 221, 1);
	padding: 16px 18px;
	margin-bottom: 10px;
}

.xgtj .item .item-lf {
	margin-right: 24px;
}
.xgtj .item .item-lf img{
	width:45px;
}
.xgtj .item h3 {
	font-size: 15px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	line-height: 20px;
	color: rgba(51, 51, 51, 1);
}

.xgtj .item p {
	padding-top: 2px;
	font-size: 13px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 18px;
	color: rgba(102, 102, 102, 1);
}

.item-rg {
	position: relative;
	flex: 1;
}

.item-rg .kownMore {
	cursor: pointer;
	position: absolute;
	bottom: -5px;
	right: 0px;
	font-size: 12px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: 16px;
	color: rgba(250, 85, 61, 1);
}

.blue-bg {
	background: #0679D3;
	padding-top:28px;
}

.dyicon {
	font-size: 14px;
	font-weight: 600;
	color: #ffffff;
	width: 33.33%;
	text-align: center;
}

.dyicon p {
	padding-top: 20px;
	font-weight: 700;
}

.dyicon img {
	width: 60px;
}

.last-part {
	padding-top: 20px;
	text-align: center;
}

a.yjy-btn {
	background: #FFFFFF;
	color: #0679D3;
	display: inline-flex;
	border-radius: 30px;
	font-size: 16px;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
}

.last-part p {
	font-size: 14px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.8);
	padding: 30px 0;
	line-height: 28px;
}