body{
	background-color: #f2f4f6;
}
/* 服务指南样式 */
.forms {
  width: 1400px;
  margin: 0 auto;
}

.bingshanbg{
	background: url("../assets/bingshan.png") center center no-repeat;
	padding-bottom: 70px;
}
.heads {
  display: flex;
  position: relative;
  height: 40px;
  margin: 50px 0px;
  padding-left: 7.95px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.titleIcon {
  z-index: 1;
  position: relative;
  width: 16px;
  height: 16px;
  transform: rotate(-45deg);
  background: #ffffff;
  border: 3px solid rgba(29, 32, 136, 1);
  border-radius: 1px;
}
.titleIcon-sm {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #bf0008;
  border-radius: 1px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.titleIcons {
  position: absolute;
  z-index: -1;
  transform: rotate(-45deg);
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: 1px solid #cacce2;
  border-radius: 1px;
  left: 12px;
}
.heads h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  color: #1d2088;
  text-align: justify;
  font-weight: 700;
  margin-left: 18px;
}
.navigation {
  display: flex;
  height: 649px;

  flex-direction: column;
  flex-wrap: nowrap;
}
.servicenavigation {
  width: 348px;
  height: 217px;
  cursor: pointer;
}

.serviceTit {
  margin-top: 70px;
  height: 32px;
  position: relative;
}
.NavigationPoint {
  position: absolute;
  left: 19.24px;
  top: 13px;
  width: 6px;
  height: 6px;
  transform: rotate(-45deg);
  background: #ffffff;
  border-radius: 0.5px;
  display: none;
}
.serviceTitle {
  margin-left: 45px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  color: #333333;
  font-weight: 700;
}
.titleIntroduction {
  margin-left: 45px;
  margin-top: 13px;
  height: 32px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  color: #6d7179;
  line-height: 32px;
  font-weight: 400;
}
.serviceContent {
  display: flex;
  margin-top: 38px;
}
.rightcontent {
  width: 1053px;
  height: 649px;
  overflow: hidden;
  background: url(../assets/service-content-bg.png) no-repeat;
  box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.1);
}
.rightTit {
  padding-top: 30px;
  padding-left: 20px;
  height: 203px;
}
.tit-word {
  padding-left: 20px;
  height: 40px;
  font-family: MicrosoftYaHei-Bold;
  font-size: 30px;
  color: #333333;
  text-align: justify;
  font-weight: 700;
  margin-bottom: 15px;
}
.tit-content {
  padding-left: 20px;
  margin-right: 40px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #6d7179;
  line-height: 30px;
  font-weight: 400;
  height: 60px;
}
.serviceItems {
  position: relative;
  top: 29px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.Item-content {
  position: relative;
  margin-top: 20px;
  margin-left: 20px;
  padding: 20px;
  width: 436px;
  height: 80px;
  background: #eff1f4;
}
.content-tit {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 20px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 8px;
}
.content-introduce {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  color: #6d7179;
  line-height: 26px;
  font-weight: 400;
}
.pseudo {
  position: absolute;
  width: 4px;
  height: 18px;
  left: 0;
  top: 24px;
  background: #bf0008;
}
.current {
  width: 1052px;
  height: 649px;
  display: block;
}
.content-query:hover {
  background: #faeeef;
}
.content-query:hover .content-tit {
  color: #bf0008;
}
.content-mail:hover {
  background: #faeeef;
}
.content-mail:hover .content-tit {
  color: #bf0008;
}
.content-message:hover {
  background: #faeeef;
}
.content-message:hover .content-tit {
  color: #bf0008;
}
.content-bill:hover {
  background: #faeeef;
}
.content-bill:hover .content-tit {
  color: #bf0008;
}
.content-customer:hover {
  background: #faeeef;
}
.content-customer:hover .content-tit {
  color: #bf0008;
}
.service-click {
  background-image: linear-gradient(269deg, #D44A4A 0%, #BF0008 100%);
  position: relative;
}

.service-click-bg{
	display: none;
	position: absolute;
	right:0px;
	bottom: 0px;
	width: 154px;
	height: 132px;
	background: url("../assets/category-menu-logo-bg.png");
}

.service-click .service-click-bg{
	display: block;
}

.service-click .titleIntroduction{
	font-family: MicrosoftYaHei;
	font-size: 18px;
	color: rgba(255,255,255,0.62);
	line-height: 32px;
	font-weight: 400;
}

.service-click .NavigationPoint{
	display: block;
}

.service-click .serviceTitle{
	color: #ffffff;
}
/* 基金交易 */
.fundTransactions {
  width: 1400px;
  margin: 0 auto;
}
.fundTransactions-box {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.fundTransactions-modular {
  display: flex;
  width: 324px;
  height: 400px;
  text-align: center;
    align-content: center;
    flex-direction: column;
    justify-content: center;
}
.describe-p {
  font-family: MicrosoftYaHeiSemibold;
  font-size: 22px;
  color: #ffffff;
  margin-top: 42px;
  font-weight: 600;
}
