body {
  background-color: #f7f9fc;
}
.banner {
  height: 560px;
}
.bannerImg {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* border-radius: 10px; */
  height: 100%;
}
.bannerImg .arrow-l,
.bannerImg .arrow-r {
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 24px;
  height: 40px;
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-family: "icomoon";
  font-size: 18px;
  z-index: 2;
  opacity: 0;
}
.bannerImg .arrow-r {
  right: 0;
}
.circle {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translate(-50%);
}

.circle li {
  float: left;
  width: 10px;
  height: 10px;
  /*background-color: #fff;*/
  border: 2px solid rgba(255, 255, 255, 0.5);
  margin: 0 3px;
  border-radius: 50%;
  /*鼠标经过显示小手*/
  cursor: pointer;
}
.current {
  background-color: #fff;
}

.bannerImg > ul {
  position: absolute;
  width: 500%;
  top: 0;
  left: 0;
  height: 100%;
}
.bannerImg > ul > li {
  float: left;
  width: 20%;
  height: 100%;
}
.bannerImg > ul > li > div {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff;
  display: flex;
  /* text-align: center; */
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.bannerImg > ul > li:nth-child(1) > div {
  background-image: url(../image/home/banner1.png);
}
.bannerImg > ul > li:nth-child(2) > div {
  background-image: url(../image/home/banner2.jpg);
}
.bannerImg > ul > li:nth-child(3) > div {
  background-image: url(../image/home/banner2.png);
}
.bannerImg > ul > li:nth-child(4) > div {
  background-image: url(../image/home/banner3.jpg);
}
.bannerImg > ul > li:nth-child(5) > div {
  background-image: url(../image/home/banner1.png);
}


.bannerTitle {
  font-size: 38px;
  font-weight: 600;
  
  /* margin-top: 50px; */
}
.bannerTitlelogo img{
  width: 200px;
  margin-bottom: 20px;
}
.bannerRemark {
  font-size: 17px;
  margin-top: 20px;
}

.tabControlModule {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}
.tabControlModuleTitle {
  font-size: 32px;
  /* text-align: center; */
  margin: 50px 0;
  font-weight: 600;
}
.tabControlModuleTitle img {
  width: 45%;
}
.tabControlTab {
  box-shadow: 0 3px 6px 0 rgb(140 152 164 / 25%);
}
.tabControlTab .tabControlTabItem:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.tabControlTab .tabControlTabItem:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.tabControlTabItem {
  background-color: #fff;
  padding: 20px;
  font-size: 19px;
  cursor: pointer;
  text-align: center;
}
.tabControlTabItemActive {
  /* background-color: #2b94fe; */
  background: linear-gradient(to right, #0267e4, #64a0ff);
  color: #fff;
}
.tabControlContent {
  display: none;
  padding: 50px 0;
}
.tabControlContentLeft {
  padding-top: 40px;
}
.tabControlContentRight {
  text-align: right;
}
.tabControlContentRight > img {
  width: 90%;
}
.tabControlContentTitle {
  font-size: 24px;
}
.tabControlContentRemark {
  margin: 22px 0 52px;
  line-height: 24px;
  color: #808080;
  font-size: 17px;
}
.tabControlContentItem {
  margin: 15px 0;
  display: flex;
  align-items: center;
  color: #808080;
  font-size: 15px;
}
.tabControlContentItem > img {
  width: 20px;
  margin-right: 15px;
}

.caseBox {
  background-color: #fff;
}
.case {
  width: 100%;
  max-width: 1630px;
  margin: auto;
  padding: 50px;
}
.caseTitle {
  font-size: 32px;
  text-align: center;
  margin: 50px 0;
  font-weight: 600;
}

.logo {
  margin-top: 60px;
}
.logoimg {
  margin-bottom: 2%;
  text-align: center;
  
}
.flexLOGO {
  width: 9%;
}
.flexLOGO img{
  width: 120px;
}
.flexLOGO1 img{
  width: 100px;
}
.flexLOGO2 img{
  width: 90px;
}
.newsBox {
  background-color: #f7f9fc;
}
.news {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px 50px 100px;
}
.newsTitle {
  font-size: 32px;
  margin: 50px 0;
  font-weight: 600;
}
.newTabs {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.newTab {
  font-size: 19px;
  cursor: pointer;
}
.more a {
  color: #333;
  display: flex;
  align-items: center;
}
.more:hover a {
  color: #0267e4;
}
.more a img {
  transition: all 300ms;
}
.more:hover a img {
  width: 15px;
  margin-left: 10px;
}
.newsContent {
  display: flex;
  align-items: center;
  padding: 40px 0;
}
.newsContentBox {
  border-top: 1px solid #e6e6e6;
}
.newsContentBox:last-child {
  border-bottom: 1px solid #e6e6e6;
}
.newTime {
  margin-right: 10%;
  font-size: 14px;
  color: #333;
}
.newTitle {
  font-size: 19px;
  color: #333;
  font-weight: 600;
  flex: 1;
}
.newsContent:hover .newTitle {
  color: #0067e6;
}

.solution {
  width: 100%;
  max-width: 1430px;
  padding: 50px 50px 0px;
  margin: auto;
}
.solutionTitle {
  font-weight: 600;
  font-size: 32px;
  margin-bottom: 50px;
  margin-top: 50px;
  text-align: center;
}

.haru-solutionContentBox {
  box-shadow: 5px 5px 10px 1px rgba(204, 204, 204, 0.5);
  border-radius: 10px;
  cursor: pointer;
}
.solutionBoxTop {
  padding: 80px 80px 50px;
  background-color: #f7f9fc;
  position: relative;
  color: #1e336e;
}
.solutionBoxTop .solutionBoxTopLine {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3f5da6;
}
.solutionBoxTopLeft,
.solutionBoxTopRight {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 6px 12px -2px rgb(50 50 93 / 25%),
    0 3px 7px -3px rgb(0 0 0 / 30%);
  cursor: pointer;
  text-align: center;
  line-height: 40px;
}
.solutionBoxTop .solutionBoxTopLeft {
  left: 0;
  transform: translateX(-50%);
  background-image: url("../image/public/arrowblueLeft.svg");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.solutionBoxTopLeft:hover {
  transform: translateX(-50%) scale(1.05);
  box-shadow: 0px 5px 10px 1px rgba(204, 204, 204, 0.5);
  background-image: url("../image/public/arrowblueLeft.svg");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.solutionBoxTop .solutionBoxTopRight {
  right: 0;
  transform: translateX(50%);
  background-image: url("../image/public/arrowblue.svg");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.solutionBoxTopRight:hover {
  transform: translateX(50%) scale(1.05);
  box-shadow: 0px 5px 10px 1px rgba(204, 204, 204, 0.5);
  background-image: url("../image/public/arrowblue.svg");
  background-size: 70%;
  background-position: center;
  background-repeat: no-repeat;
}
.solutionBoxTopTitle {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  white-space: nowrap;
}
.solutionBoxTopTitle::after {
  position: absolute;
  top: 50%;
  right: -80%;
  transform: translate(50%, -50%);
  content: "\6848\4f8b\5206\6790";
  padding: 0 20px;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 50px;
  background-color: #e7ebef;
  font-size: 15px;
  font-weight: 400;
  color: #6d798d;
}
.solutionBoxTopContent {
  font-size: 17px;
  /* font-weight: 300; */
  margin: 20px 0 0;
}
.solutionProductItem {
  /* display: flex;
  align-items: center;
  margin-right: 30px; */
  white-space: nowrap;
}
.solutionProductItem > img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.solutionBoxBottom {
  /* padding: 0 0 80px ; */
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.solutionBoxBottomContent {
  background-position: center right;
  background-size: cover;
}
.solutionBoxBottomText {
  padding: 60px 80px 30px;
}
.solutionBoxBottomImg {
  background-position: center right;
  background-size: cover;
}
.solutionBoxBottomPlan,
.solutionBoxBottomMoney,
.solutionBoxBottomProduct {
  font-size: 17px;
  margin-bottom: 10px;
}
.topChangeColor {
  color: #3f5da6;
}
.bottomChangeColor {
  color: #6893ea;
}
.solutionBoxBottomPlanItem,
.solutionBoxBottomMoneyItem,
.solutionBoxBottomProductItem {
  font-size: 15px;
  color: #fff;
  margin-bottom: 45px;
  /* font-weight: 300; */
}
.solutionTabTitle {
  margin: 30px auto 100px;
  width: 90%;
}
.solutionTabItem {
  color: #bbc5cf;
  cursor: pointer;
  text-align: center;
  font-size: 19px;
  margin: 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.solutionTabItem img {
  width: 25px;
  height: 25px;
  margin-right: 10px;
}
.solutionTabItemActive {
  color: #5c91ee;
}



/* rose */
.rosebox {
  background-color: #fff;
  padding-bottom: 50px;
}
.rose {
  width: 100%;
  max-width: 1430px;
  margin: auto;
  padding: 50px;
}
.rosetitle {
  font-size: 32px;
  font-weight: 600;
  color: #333;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 20px;
}
.rosetitleremake {
  font-size: 17px;
  text-align: center;
  color: #808080;
  margin-bottom: 100px;
}
.rosebodytitle {
  position: relative;
  /* justify-content: space-around;
	text-align: center;
	align-items: center; */
  border: 1px solid #e5ecfc;
  border-radius: 5px;
  margin-bottom: 20px;
  box-shadow: 0px 10px 30px 1px #ccc;
  padding: 10px 0;
}
.aa {
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center;
  /* height: 140px; */
}
.item {
  cursor: pointer;
}
.bb {
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translate(-50%);
  content: "";
  width: 0;
  height: 0;
  border-bottom: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #fff;
  display: none;
  bottom: -40px;
}
.rosebodytitle img {
  height: 20%;
  width: 20%;
  box-sizing: border-box;
}
.rosebodytitle p {
  font-size: 19px;
  color: #333;
  text-align: center;
}

.rosebodytitleremake {
  display: flex;
  align-items: center;
  background-size: cover !important;
  background: url("../image/home/HABG.jpg");
  box-shadow: 0px 10px 30px 1px #ccc;
  /* background-color: aqua; */
  border-radius: 5px;
  width: 100%;
  min-height: 450px;
}

.roseitemtitle {
  font-size: 19px;
  color: #fff;
  margin-bottom: 10px;
}
.roseitemtitleremake {
  font-size: 15px;
  color: #fff;
}
.roseitem {
  margin: 30px;
}

.generalbox {
  background-color: #fff;
}
.general{
  width: 100%;
max-width: 1430px;
margin: auto;
  padding:80px 50px;
}
.generaltitle{
  font-size: 32px;
  font-weight: 600;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}
.generalremake{
  font-size: 17px;
  color: #808080;
  margin-bottom: 60px;
  text-align: center;
}
.generalcontent{
  min-height: 472.58px;
}
.generalcontenttitle{
  font-size: 19px;
  color: #333;
  font-weight: 600;
  margin-bottom: 20px;
}
.generalcontentremake{
  font-size: 15px;
  color: #808080;
  margin-bottom: 30px;
  width: 70%;
}
.generalcontenttow{
  padding: 30px 20px;
  background-image: linear-gradient(to right, #F8F9FB, #fff );
}
.generalcontentwotitem{
  display: flex;
}
.generalcontentitemimg img{
  width: 40px;
  height: 40px;
}
.generalcontentitemtitle{
  padding: 10px;
  font-size: 17px;
  color: #333;
  font-weight: 600;
}
.generalcontentitemremake{
  padding-left: 10px;
  font-size: 15px;
  color: #808080;
}
.generallisttitle{
  font-size: 19px;
  color: #333;
  font-weight: 600;
  margin-top: 50px;

}
.generallist{
  display: flex ;
  justify-content: space-between;
  align-items: center;
}
.generallistitem{
  /* background-color: #4590ec; */
  /* background: linear-gradient(to right, #0267e4, #64a0ff); */
  padding: 15px;
  margin-top: 30px;
  /* width: 20%; */
  text-align: center;
  width: 20%;
  margin-right: 15px;
  cursor: pointer;
  transition: all 0.3s;
  transition-timing-function: linear;
  cursor: pointer;
  background-color: #F8F9FB;
}
.generallistitemcut{
background-color: #18264a;
}
.generallistitem img{
  /* width: 160px; */
  width: 80%;
  height: 70px;
}
.generalcontentitem{
  display: none;
  margin-top: 10%;
}