body {
  position: relative;
}

/* 模态框 */
.shade {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  position: absolute;
  z-index: 9000;
  display: none;
}

.login {
  padding: 10px;
  border-radius: 4px;
  vertical-align: middle;
  width: 261px;
  height: 289px;
  background: #fff;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.login .login-box {
  width: 261px;
  height: 289px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.login .login-box .login-back {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.login .login-box p {
  width: 168px;
  height: 38px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  margin-top: 12px;
  color: #999999;
}



#header {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 90px;
}

#header .allheader {
  width: 1920px;
  height: 90px;
  position: fixed;
  box-shadow: 0px 0px 20px rgb(0 165 120 / 10%);
  border-radius: 4px;
  background-color: #fff;
  left: 50%;
  margin-left: -960px;
  z-index: 1999;
}

.headerAll {
  margin: 0 auto;
  height: 90px;
  width: 1200px;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

/* 头部左边 */
.headerLeft {
  width: 30%;
  height: 90px;
  display: flex;
  justify-content: space-between;
  padding-top: 17px;
}

.headerLeft .headerLeft-line {
  height: 52px;
  width: 1px;
  border-left: 1px solid #D6D6D6;
  margin-left: 20px;
  margin-top: 4px;
}

.headerLeft .headerLeft-L a img {
  width: 154px;
  height: 59px;
}

.headerLeft .headerLeft-R {
  height: 70.6px;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  text-indent: 2px;
}

.headerLeft .headerLeft-R>p {
  height: 24px;
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  margin-top: 10px;
  color: #00A578;
  border: 1px solid #00A578;
  border-radius: 20px;
}

.headerLeft .headerLeft-R div {
  width: 130px;
  height: 24px;
  font-size: 12px;
  line-height: 24px;
  padding-left: 10px;
  background-color: #00A578;
  border-radius: 20px;
  display: flex;
  justify-content: flex-starts;
}

.headerLeft .headerLeft-R div img {
  width: 18px;
  height: 15px;
  margin-top: 6px;
  margin-left: 6px;
}

.headerLeft .headerLeft-R div p {
  color: #fff;
}

/* 头部右边 */
.headerRight {
  width: 726px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.headerRight .headerRight-L {
  width: 488px;
  font-size: 14px;
  color: #333;
  display: flex;
  margin-left: 173px;
  justify-content: flex-start;
  align-items: center;
}

.headerRight .headerRight-L ul {
  width: 488px;
  height: 90px;
  display: flex;
  margin-left: 0px;
  padding-left: 0px;
  justify-content: space-around;
  align-items: center;
}

.headerRight .headerRight-L ul>li {
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  background-color: #fff;
}

.headerRight .headerRight-L ul>li>a {
  height: 90px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
  display: flex;
  align-items: center;
}
.headerRight .headerRight-L ul :first-child :hover{
  color: #00A578;
}
.headerRight .headerRight-L ul li a img {
  margin-left: 6px;
}

/* 产品 */


.headerRight .headerRight-L ul>li .product>div {
  height: 260px;
  width: 125px;
  border-right: 1px solid #EEEEEE;
}

.headerRight .headerRight-L ul>li .product>div li {
  width: 125px;
  display: flex;
  align-items: center;
  text-indent: 35px;
  margin-left: 3.5px;
  margin-bottom: 13px;
}

.headerRight .headerRight-L ul>li .product>div li a {
  width: 118px;
  height: 20px;
  font-size: 12px;
}

.headerRight .headerRight-L ul>li .product>div li :hover {
  background-color: #eee;
  color: #00A578;
  border-radius: 2px;
}

.headerRight .headerRight-L ul>li .product :last-child {
  border-right: none;
}

.headerRight .headerRight-L ul>li .product {
  width: 756px;
  border-radius: 4px;
  position: absolute;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
  top: 92px;
  height: 0px;
  overflow: hidden;
  transition: .1s;
  left: 250px;
  padding-left: 0px;
  background-color: #fff;
  display: flex;
}

/* .headerRight .headerRight-L ul>li .product li{
  margin-left: 39px;
  margin-top: 13px;
} */
.headerRight .headerRight-L ul>li .product li a {
  height: 16px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}

.headerRight .headerRight-L ul>li .product .title {
  width: 121px;
  height: 19px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 18px;
  margin-bottom: 19px;
}

.headerRight .headerRight-L ul>li .product .title a {
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
  margin-left: 8px;
}


/* 解决方案 */


.headerRight .headerRight-L ul>li .programme>div {
  height: 186px;
  width: 140px;
  border-right: 1px solid #EEEEEE;
}

.headerRight .headerRight-L ul>li .programme {
  width: 140px;
  border-radius: 4px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 92px;
  height: 0px;
  overflow: hidden;
  transition: .1s;
  left: 570px;
  padding-left: 0px;
  background-color: #fff;
  display: flex;
}

.headerRight .headerRight-L ul>li .programme li {
  width: 135px;
  display: flex;
  margin-top: 13px;
  margin-left: 3px;
  text-indent: 35px;
}

.headerRight .headerRight-L ul>li .programme li :hover {
  background-color: #eee;
  color: #00A578;
  border-radius: 2px;
}

.headerRight .headerRight-L ul>li .programme li a {
  width: 135px;
  height: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}

.headerRight .headerRight-L ul>li .programme .title {
  width: 131px;
  height: 19px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 18px;
  margin-bottom: 6px;
}

.headerRight .headerRight-L ul>li .programme .title a {
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
  margin-left: 8px;
}

/* 定制服务 */


.headerRight .headerRight-L ul>li .serve {
  width: 131px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  position: absolute;
  top: 92px;
  height: 0px;
  overflow: hidden;
  transition: .1s;
  left: 760px;
  padding-left: 0px;
  background-color: #fff;
}

.headerRight .headerRight-L ul>li .serve li {
  width: 125px;
  display: flex;
  margin-top: 13px;
  margin-left: 3px;
  text-indent: 35px;
}

.headerRight .headerRight-L ul>li .serve li :hover {
  background-color: #eee;
  color: #00A578;
  border-radius: 2px;
}

.headerRight .headerRight-L ul>li .serve li a {
  width: 125px;
  height: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}

.headerRight .headerRight-L ul>li .serve .title {
  width: 131px;
  height: 19px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 18px;
  margin-bottom: 6px;
}

.headerRight .headerRight-L ul>li .serve .title a {
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
  margin-left: 8px;
}

/*服务中心 */


.headerRight .headerRight-L ul>li .center {
  width: 131px;
  border-radius: 4px;
  position: absolute;
  top: 92px;
  height: 0px;
  overflow: hidden;
  transition: .1s;
  left: 880px;
  padding-left: 0px;
  background-color: #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.16);
}

.headerRight .headerRight-L ul>li .center li {
  width: 125px;
  display: flex;
  margin-top: 13px;
  margin-left: 3px;
  text-indent: 35px;
}

.headerRight .headerRight-L ul>li .center li :hover {
  background-color: #eee;
  color: #00A578;
  border-radius: 2px;
}

.headerRight .headerRight-L ul>li .center li a {
  width: 125px;
  height: 20px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 18px;
  color: #666666;
}

.headerRight .headerRight-L ul>li .center .title {
  width: 131px;
  height: 19px;
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-left: 18px;
  margin-bottom: 6px;
}

.headerRight .headerRight-L ul>li .center .title a {
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #333333;
  margin-left: 8px;
  cursor: pointer;
}

.headerRight .headerRight-L ul>li ol .title div {
  background-color: #00A578;
  width: 11px;
  height: 11px;
}

/* 按钮 */
.headerRight .headerRight-R {
  width: 180px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.headerRight .headerRight-R div {
  width: 90px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  color: #00A578;
  border: 1px solid #00A578;
  border-radius: 20px;
  padding: 5px auto;
}

.headerRight .headerRight-R span {
  display: inline-block;
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #00A578;
  cursor: pointer;
  border-radius: 20px;
  margin-left: 20px;
}

.headerRight-R {
  width: 180px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.headerRight-R div {
  width: 90px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  color: #00A578;
  border: 1px solid #00A578;
  border-radius: 20px;
  padding: 5px auto;
}

.headerRight-R span {
  display: inline-block;
  width: 70px;
  height: 30px;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background-color: #00A578;
  cursor: pointer;
  border-radius: 20px;
  margin-left: 20px;
}

.headerRight-L ul>li ol {
  width: 100%;
  background-color: #fff;

}
/* banner */
#main {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 310px;
}

#main .main-bg {
  background: url(../img/bg2.svg) no-repeat;
  background-size: cover;
  width: 1920px;
  height: 310px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

#main .main-bg .main-content {
  width: 1200px;
  height: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#main .main-bg .main-content p {
  width: 632px;
  height: 52px;
  font-size: 40px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 52px;
  color: #FFFFFF;
  margin-top: 107px;
}

#main .main-bg .main-content button {
  width: 112px;
  height: 40px;
  background: #00A578;
  border-radius: 8px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 40px;
  color: #FFFFFF;
  border: none;
  outline: none;
  cursor: pointer;
  margin-top: 60px;
}


/* 私域 */
#privateSphere {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 604px;
}

#privateSphere .privateSphere-bg {
  background-color: #fff;
  width: 1920px;
  height: 604px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

#privateSphere .privateSphere-bg .privateSphere-content {
  width: 1200px;
  height: 604px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-title {
  width: 454px;
  height: 65px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 74px;
  position: relative;
}

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-title p {
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 65px;
  color: #333333;
}

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-title .leftSide {
  position: absolute;
  left: 5px;
  top: 3px;
}

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-title .rightSide {
  position: absolute;
  right: -2px;
  top: 35px;
}

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-main {
  width: 1200px;
  height: 378px;
  display: flex;
  flex-direction: column;
  margin-top: 37px;
  background: url(../img/greenDashed.svg) no-repeat;
  background-position: 142px 160px;
  /* background-size: cover; */
}

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-main .privateSphere-item {
  width: 170px;
  height: 170px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-main .privateSphere-item p {
  width: 72px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
  margin-top: 11px;
}

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-main .privateSphere-item img {
  margin-top: 25px;
}

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-main .privateSphere-item span {
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #999999;

}

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-main .privateSphere-item .privateSphere-item-text {
  width: 170px;
  margin-top: 15px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-main .privateSphere-content-top {
  width: 1200px;
  height: 170px;
  display: flex;
  margin-bottom: 40px;
}

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-main .privateSphere-content-bot {
  width: 1200px;
  height: 170px;
  display: flex;
  justify-content: flex-end;
}



/* #privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-main .privateSphere-content-bot .privateSphere-item {
  margin-left: 229px;
} */

#privateSphere .privateSphere-bg .privateSphere-content .privateSphere-content-main .privateSphere-item:hover {
  box-shadow: 0px 0px 6px rgba(0, 165, 120, 0.2);
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 1);

}

/* 操盘执行 */
#TradersExecute {
  width: 100%;
  height: 579px;
  overflow: hidden;
  position: relative;
}

#TradersExecute .TradersExecute-bg {
  background: #F6F9FC;
  width: 1920px;
  height: 579px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

#TradersExecute .TradersExecute-bg .TradersExecute-content {
  width: 1200px;
  height: 579px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#TradersExecute .TradersExecute-bg .TradersExecute-content .TradersExecute-content-title {
  width: 286px;
  height: 65px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 74px;
}

#TradersExecute .TradersExecute-bg .TradersExecute-content .TradersExecute-content-title p {
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 65px;
  color: #333333;
}

#TradersExecute .TradersExecute-bg .TradersExecute-content .TradersExecute-content-title .leftSide {
  position: absolute;
  left: 5px;
  top: 3px;
}

#TradersExecute .TradersExecute-bg .TradersExecute-content .TradersExecute-content-title .rightSide {
  position: absolute;
  right: -2px;
  top: 35px;
}

#TradersExecute .TradersExecute-bg .TradersExecute-content .TradersExecute-content-main {
  width: 1200px;
  height: 309px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

#TradersExecute .TradersExecute-bg .TradersExecute-content .TradersExecute-content-main .TradersExecute-main-item {
  width: 351px;
  height: 309px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 165, 120, 0.15);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}

#TradersExecute .TradersExecute-bg .TradersExecute-content .TradersExecute-content-main .TradersExecute-main-item>p {
  width: 72px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}

#TradersExecute .TradersExecute-bg .TradersExecute-content .TradersExecute-content-main .TradersExecute-main-item ul {
  width: 270px;
  display: flex;
  justify-content: space-between;
  word-break: break-all;
  flex-wrap: wrap;
}

#TradersExecute .TradersExecute-bg .TradersExecute-content .TradersExecute-content-main .TradersExecute-main-item ul li {
  height: 19px;
  display: flex;
  align-items: center;
  margin-right: 27px;
  margin-bottom: 20px;
}

#TradersExecute .TradersExecute-bg .TradersExecute-content .TradersExecute-content-main .TradersExecute-main-item ul li p {
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #666666;
}

#TradersExecute .TradersExecute-bg .TradersExecute-content .TradersExecute-content-main .TradersExecute-main-item ul li .yuan {
  width: 13px;
  height: 13px;
  background: #00A578;
  border-radius: 50%;
  margin-right: 4px;
}

/* 服务行业 */
#serviceIndustry {
  width: 100%;
  height: 620px;
  overflow: hidden;
  position: relative;
}

#serviceIndustry .serviceIndustry-bg {
  width: 1920px;
  height: 620px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

#serviceIndustry .serviceIndustry-bg .serviceIndustry-content {
  width: 1200px;
  height: 620px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#serviceIndustry .serviceIndustry-bg .serviceIndustry-content .serviceIndustry-content-title {
  width: 286px;
  height: 65px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 74px;
}

#serviceIndustry .serviceIndustry-bg .serviceIndustry-content .serviceIndustry-content-title p {
  width: 136px;
  height: 45px;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 45px;
  color: #333333;
}

#serviceIndustry .serviceIndustry-bg .serviceIndustry-content .serviceIndustry-content-title .leftSide {
  position: absolute;
  left: 5px;
  top: 3px;
}

#serviceIndustry .serviceIndustry-bg .serviceIndustry-content .serviceIndustry-content-title .rightSide {
  position: absolute;
  right: -2px;
  top: 35px;
}

#serviceIndustry .serviceIndustry-bg .serviceIndustry-content .serviceIndustry-content-main {
  width: 1200px;
  height: 195px;
  margin-top: 83px;
  display: flex;
  flex-wrap: wrap;
  word-break: break-all;
}

#serviceIndustry .serviceIndustry-bg .serviceIndustry-content .serviceIndustry-content-main .serviceIndustry-content-item {
  width: 230px;
  height: 70px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 165, 120, 0.1);
  border-radius: 50px;
  margin-right: 70px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  justify-content: center;
}

#serviceIndustry .serviceIndustry-bg .serviceIndustry-content .serviceIndustry-content-main .serviceIndustry-content-item p {
  width: 72px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
}

#serviceIndustry .serviceIndustry-bg .serviceIndustry-content .serviceIndustry-content-main .serviceIndustry-content-item img {
  margin-right: 11px;
}

/* 管家海报 */
#GXZposter {
  width: 100%;
  height: 320px;
  overflow: hidden;
  position: relative;
}

#GXZposter>div {
  width: 1920px;
  height: 320px;
  display: flex;
  background-image: url(../img/greenbgimg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}

#GXZposter>div .poster-box {
  margin: 0 auto;
  width: 1200px;
  height: 320px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#GXZposter div .poster-box p {
  height: 59px;
  font-size: 44px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 59px;
  margin-top: 31px;
  color: #FFFFFF;
}

#GXZposter div .poster-box div {
  width: 396px;
  height: 47px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  margin-top: 29px;
  font-weight: 400;
  line-height: 47px;
  color: #FFFFFF;
}

#GXZposter div button {
  margin-top: 20px;
  width: 200px;
  height: 50px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #00A578;
  border: 1px solid #00A578;
  font-size: 20px;
  border-radius: 25px;
  margin-top: 45px;
  background-color: #fff;
}

