ui li{
	list-style: none;
}
.invest .invest-newGenerationBank{
	background-image: url(../img/newGenerationBank/xyd-banner.png);
	background-size:cover;
}
.jieshao .word{
	text-align: center;
	line-height: 25px;
}
.jieshao{
	padding: 60px 0 0;
	width: 1024px;
}
.introduce-png{
	width: 290px;
	height: 232px;
	background-color: #f6faff;
}
.introduce-png img{
	width: 100%;
}
.jieshao .zhineng{
	margin-right:0px;
}
.introduce-common{
	padding: 20px 30px 0 26px;
}
.introduce-common p{
	margin-top: 10px;
}
.productFunction ul{
	margin: 65px auto 0 auto;
	width: 1024px;
	height: 216px;
}
.productFunction ul li{
	position: relative;
	width: 226px;
	height: 216px;
	float: left;
	box-sizing: border-box;
	border-right-style: none;
	margin-right: 40px;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.productFunction ul li:hover div{
	display: block;
}
.productFunction .productFunction-last{
	margin-right:0px;
}
.productFunction-common{
	overflow: hidden;
}
.productFunction ul li i{
	font-size: 45px;
}
.productFunction ul li h3{
	margin-top: 14px;
	font-weight: normal;
	font-size: 15px;
	padding: 0 27px;
}
.gongneng{
	padding: 60px 0 60px 0;
}
.gongneng li{
	float: left;
	width: 600px;
	height: 270px;
}
.gongneng li:hover{
	width: 596px;
	height: 266px;
	border: 2px solid #f9c900;
}

.gongneng ul{
	margin: 40px 0;
	overflow: hidden;
}
.gongneng li .gongneng-left{
	float: left;
	width: 250px;
	padding: 14px 0 0 28px;
}
.gongneng li .gongneng-right{
	float: right;
	padding: 16px 16px 0 0;
}
.li-1{
	background: #f6faff;
}
.li-2{
	background: #eaf1f9;
}
.gongneng-left-icon{
	width: 46px;
	height: 46px;
	background-color: #fff3c1;
	border-radius: 8px;
	text-align:center;
}
.gongneng-left-icon img{
	margin-top: 10px;
}
.gongneng-left h3{
	margin: 10px 0 10px 0;
}
.gongneng-left-common{
	text-indent: -10px;
	margin-left: 10px;
	letter-spacing:1px;
}

.fuwu{
	padding: 60px 0 20px 0;
	background-image: none;
}
.service {
    background-image: url(../img/invest/serv-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 90px;
}
.fuwu li{
	float: left;
	width: 18%;
	height: 329px;
	text-align: center;
	margin-right: 2%;
}
.fuwu-common ul li:hover{
	background: #f9c900;
}
.fuwu-common ul li:hover p{
	color: #ffd527;
}

.fuwu li:first-child{
	background-image:url(../img/digao/1.png);
}
.fuwu li:nth-child(2){
	background-image:url(../img/digao/2.png);
}
.fuwu li:nth-child(3){
	background-image: url(../img/digao/3.png);
}
.fuwu li:nth-child(4){
	background-image:url(../img/digao/4.png);
}
.fuwu li:nth-child(5){
	background-image:url(../img/digao/5.png);
}
.fuwu li:nth-child(5){
	margin-right: 0px;
}

.fuwu ul{
	margin: 40px auto;
	overflow: hidden;
	width: 1024px;
}
.fuwu li p{
	font-size: 64px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #dfe9f6;
	margin-top: 90px;
}
.fuwu-words{
	width: 100px;
	margin: 36px auto 0 auto;
}

.fuwu-bottom{
	margin-bottom: 30px;
}

.productFunction ul li div{ 
    position: relative; 
    width: 225px; 
    height: 150px; 
	padding-top: 65px;
} 
.productFunctionBG1{
	background-image: url(../img/newThirdBoard/newThirdBoardBG.png);
	background-position: 0% 0%;
}
.productFunctionBG2{
	background-image: url(../img/newThirdBoard/newThirdBoardBG.png);
	background-position: 25% 0%;
}
.productFunctionBG3{
	background-image: url(../img/newThirdBoard/newThirdBoardBG.png);
	background-position: 50% 0%;
}
.productFunctionBG4{
	background-image: url(../img/newThirdBoard/newThirdBoardBG.png);
	background-position: 75% 0%;
}
.productFunction ul li div:after { 
    content: ""; 
    position: absolute; 
    display: block; 
    top: 0; 
    width: 0; 
    height: 0; 
    border: 113px solid transparent; 
    border-bottom:102px solid transparent; 
} 
.productFunction ul li div:before { 
    content: ""; 
    position: absolute; 
    display: block; 
    bottom: 0; 
    width: 0; 
    height: 0; 
    border: 113px solid transparent; 
    border-top: 102px solid transparent; 
}
.productFunction-common ul li > :nth-child(2) {
  height: 195px;
  width: 205px;
  transform: scale(0);
  transition: all 0.3s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f9ca02;
  padding: 10px;
  text-align: center;
}
.productFunctionActive{
	transform: scale(1) !important;
}
.productFunction-common ul li > :nth-child(2) nav{
	width: 100%;
	height: 140px;
	border: 1px dashed #000;
	padding-top: 54px;
}
.productFunction-common ul li > :nth-child(2) h3 {
  font-size: 18px;
  font-weight: normal;
}
.productFunction-common ul li > :nth-child(2) p {
  margin-top: 25px;
  line-height: 23px;
}
.productFunction-common ul li:hover > :nth-child(2) {
  transform: scale(1);
}
.productFunction-common ul li > :nth-child(2) nav i{
	color: #000;
	font-size: 45px;
}
.productFunction-common ul li > :nth-child(2) nav h3{
	color: #000;
	margin-top: 14px;
	font-weight: normal;
	font-size: 15px;
	padding: 0 27px;
}
.productFunction-common ul li > :nth-child(2) nav p{
	color: #000;
	text-align: left;
	margin: 10px 5px 5px 8px;
	line-height: 20px;
	font-weight: bold;
	font-size: 12px;
}
#tips{
	position: relative;
	width: 984px;
	height: 100px;
	margin: 20px auto;
	background-image: url(../img/newThirdBoard/newThirdBoardBG.png);
	background-position: 0% 0%;
	padding: 20px 20px;
}
#tips ul{
	margin: 0;
	width: 100%;
	height: 100%;
}
#tips ul li{
	width: 984px;
	height: 100px;
	color: #fff;
	font-size: 14px;
	line-height: 26px;
	margin: 0;
	position: absolute;
	top: 20px;
	left: 20px;
	display: none;
	text-align: left;
}
.tipsActive{
	display: block !important;
}
#profileUpInner{
	margin: 40px auto 0;
	overflow: hidden;
	width: 1004px;
	padding: 0 10px 0 10px;
	height: 300px;
}
#profileUpInner .profileInnerLeft{
	width: 30%;
}
#profileUpInner .profileInnerRight{
	width: 69%;
}
#profileUpInner li{
	float: left;
	height: 300px;
}
#profileUpInner .profileInnerLeft{
	margin-right: 1%;
}
.profileInnerLeft ul{
	width: 100%;
	height: 100%;
}
.profileInnerLeft ul li{
	width: 48%;
	height: 48% !important;
	background: pink;
}
.profileInnerLeft ul > :nth-child(2){
	margin-left: 4%;
}
.profileInnerLeft ul > :nth-child(3){
	margin-top: 4%;
}
.profileInnerLeft ul > :nth-child(4){
	margin-left: 4%;
	margin-top: 4%;
}
.profileInnerLeft ul li{
	position: relative;
	box-sizing: border-box;
	border-right-style: none;
	background-size: cover;
	text-align: center;
	color: #fff;
}
.profileInnerLeft ul li h3{
	margin-top: 40px;
	font-weight: normal;
	font-size: 14px;
	padding: 0 20px;
} 
.profileInnerLeft ul li div{
	position: absolute;
	top: 0;
	left: 0;
	width: 84%;
	height: 84%;
	padding: 8%;
}
.profileInnerLeft ul li .profileInnerLeftDiv2{
	background: #f9ca02;
	display: none;
	padding: 8%;
	color: #000;
}
.profileInnerLeft ul li .profileInnerLeftDiv2 nav{
	width: 100%;
	height: 100%;
	border: 1px dashed #000;
}
.profileInnerLeftDivActive{
	display: block !important;
}
.profileInnerRight{
	background: #f9ca02;
}
.profileInnerRight ul{
	width: 90%;
	height: 260px;
	padding: 20px 5%;
}
.profileInnerRight ul li{
	width: 94%;
	height: 220px !important;
	padding: 3% 20px;
	border: 2px dashed #000;
	display: none;
}
#profileDownInner{
	margin: 12px auto;
	overflow: hidden;
	width: 1004px;
	padding: 0 10px 0 10px;
	height: 340px;
}
#profileDownInner .profileInnerLeft{
	width: 30%;
}
#profileDownInner .profileInnerRight{
	width: 69%;
}
#profileDownInner li{
	float: left;
	height: 300px;
}
#profileDownInner .profileInnerLeft{
	margin-left: 1%;
}