﻿/* 搜索 */
.bannerBox {
  position: relative;
}

.middle-box {
  /* display: flex;
  justify-content: space-between; */
  padding: 20px 0;
}

.middle-box .sectionTitle {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.middle-box .sectionTitle .title-line {
  width: 120px;
  position: relative;
}

.middle-box .sectionTitle .title-line::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #b4ccee;
  position: absolute;
  left: 0;
  right: 0;
  top: 12px;
}

.middle-box .sectionTitle .title-line::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #b4ccee;
  position: absolute;
  top: 10px;
  z-index: 1;
}

.middle-box .sectionTitle .title-line.left::after {
  right: 0;
}

.middle-box .sectionTitle .title-line.right::after {
  left: 0;
}

.middle-box .sectionTitle h3 {
  font-size: 18px;
  margin: 0 20px;
  color: #333;
  font-weight: bolder;
}

.middle-box .sectionTitle .second-title {
  width: 100%;
  text-align: center;
}

.middle-box .sectionCont {
  width: 100%;
  margin-top: 20px;
}

.middle-box .sectionTool {
  text-align: center;
  padding: 20px 0;
}

.middle-box .sectionTool .moreBtn {
  background: #99d1f6;
  min-width: 120px;
  border-radius: 15px;
}

.middle-box .cardBox {
  width: 49%;
  box-sizing: border-box;
  margin: 60px 0;
  border-top: 1px solid #4b7cd3;
  position: relative;
}

.middle-box .cardBox .cardCont {
  min-height: 300px;
  padding: 40px 20px 20px;
}

.middle-box .cardBox .cardHead {
  font-size: 24px;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  width: 144px;
  position: absolute;
  top: -21px;
  left: 50%;
  margin-left: -72px;
  background-color: #4b7cd3;
  border: 1px solid #4b7cd3;
  border-radius: 6px;
}
/* 成果展示 */
.achievementBanner{
  /* background: url(/images/sanqi/achievementBg.png) no-repeat center; */
  /* background-size: cover; */
  background: #f2f2f2;
}
.achievementBanner .middle-box .sectionTitle h3{
  color: #fff;
}
.achievementBanner .middle-box .second-title{
  color: rgba(255,255,255,0.8);
}
.achievementBox{
  display: flex;
  /*gap: 40px;*/
}
.achievementBox .achievementItem{
  display: inline-block;
  flex: 1;
  padding-right:30px;
}

.achievementBox .achievementItem .achiBg{
  height: 300px;
  position: relative;
} 
.achievementBox .achievementItem:nth-child(1) .achiBg{
  background: url(/images/sanqi/home_1.png) no-repeat center; 
  background-size: cover;
} 
.achievementBox .achievementItem:nth-child(2) .achiBg{
  background: url(/images/sanqi/home_2.png) no-repeat center; 
  background-size: cover;
} 
.achievementBox .achievementItem:nth-child(3) .achiBg{
  background: url(/images/sanqi/home_3.png) no-repeat center; 
  background-size: cover;
} 
.achievementBox .achievementItem:nth-child(4) .achiBg{
  background: url(/images/sanqi/home_4.png) no-repeat center; 
  background-size: cover;
} 
.achievementBox .achievementItem:nth-child(5) .achiBg{
  background: url(/images/sanqi/home_5.png) no-repeat center; 
  background-size: cover;
} 
.achievementBox .achievementItem .insideBox{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(255,255,255,0.6);
  padding: 0 12px;
  padding-top: 120px;
  box-sizing: border-box;
  display: none;
} 
.achievementBox .achievementItem .insideBox .insideItem{
  background: #fff;
  color: #666;
  font-size: 16px;
  text-align: center;
  line-height: 32px;
  width: 100%;
  margin: 12px 0;
  letter-spacing: 4px;
  display: block;
}

.achievementBox .achievementItem .insideBox a:hover{
  background: #3D77E2;
  color: #fff;
}

.achievementBox .achievementItem .achiBottom{
  background: #fff;
  height: 124px;
  padding: 0 25px;
  align-items: center;
  vertical-align: middle;
  display: flex;
  cursor: pointer;
}
.achievementBox .achievementItem h3{
  font-size: 25px;
  font-family: "黑体";
  /* font-weight: bolder; */
  color: #333;
  line-height: 44px;
  text-align: center;
  width: 100%;
  letter-spacing: 4px;
}
.achievementBox .achievementItem:hover .achiBottom{
  background: #3D77E2;
}
.achievementBox .achievementItem:hover h3{
  color: #fff;
}
.achievementBox .achievementItem:hover .insideBox{
  display: block;
}
/* 金融需求 */
.demandBox .demandTab{
  display: flex;
  justify-content: center;
  margin: 12px 0 24px;
}
.demandBox .demandTab .tabItem{
  font-size: 18px;
  color: #333;
  padding: 0 45px;
  line-height: 42px;
  cursor: pointer;
}
.demandBox .demandTab .tabItem.active{
  background: #1986ff;
  color: #fff;
}
/* 技术产品需求 */
.demandBox .jscpxqDemandTab{
  display: flex;
  justify-content: center;
  margin: 12px 0 24px;
}
.demandBox .jscpxqDemandTab .jscpxqTabItem{
  font-size: 18px;
  color: #333;
  padding: 0 45px;
  line-height: 42px;
  cursor: pointer;
}
.demandBox .jscpxqDemandTab .jscpxqTabItem.active{
  background: #1986ff;
  color: #fff;
}
/* 侧边栏 */
.sidebar{
  position: fixed;
  right: 14px;
  bottom: calc(50% - 217px);
  width: 90px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 3px;
  padding: 0 5px;
  z-index:10;
}
.sidebar .sideItem{
  border-bottom: 1px solid #BBBBBB;
  cursor: pointer;
  margin-top: 3px;
}

.sidebar .sideItem:last-child{
  border: none;
  padding: 8px 0;
}
.sidebar .sideItem span{
  font-size: 30px;
  color: #ccc;
  line-height: 42px;
}
.sidebar .sideItem:nth-child(1) span{
  color: #e1a600;
}
.sidebar .sideItem:nth-child(2) span{
  color: #e1a600;
}
.sidebar .sideItem:nth-child(4) span{
  color: #0067df;
}
.sidebar .sideItem:nth-child(5) span{
  color: #419905;
}
.sidebar .sideItem:nth-child(6) span{
  color: #c13c03;
}
.sidebar .sideItem p{
  font-size: 14px;
  color: #666666;
  margin: 0 0 10px;
} 
.sidebar .sideItem:hover span {
  /* color: #002d90; */
}
.sidebar .sideItem:hover p {
  color: #002d90;
}
.sidebar .sideItem#baoming{
  background: #68a5e4;
}
.sidebar #baoming span,.sidebar #baoming p{
  color: #fff;
}
.baomingTips{
  position: fixed;
  right: 100px;
  bottom: 0px;
  background: #ccc;
  padding: 24px;
  box-sizing: border-box;
  display: none;
  z-index: 15;
}
.baomingTips::after{
  width: 0;
  height: 0;
  content: "";
  border: 12px solid #ccc;
  border-top-color: transparent;
  border-left-color: #ccc;
  border-right-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  right: -20px;
  bottom: 12px;
}
.baomingTips .closeBtn{
  font-size: 26px;
  color: #333;
  float: right;
  margin-top: -33px;
  margin-right: -22px;
  cursor: pointer;
}
.baomingTips img{
  width: 200px;
}