#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;

}

 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;
 }
 

#main{
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 500px;
}

#main .main-color{
  width: 1920px;
  height: 500px;
  background:url(../img/PrivateDomainBgimg.svg) no-repeat;
  position: absolute;
   left: 50%;
   margin-left: -960px;
   display: flex;
   justify-content: center;
}
#main .main-color .main-view{
  width: 1200px;
  height: 500px;
  position: relative;
}
#main .main-color .main-view .main-text{
  width: 432px;
  height: 48px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 48px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  position: absolute;
  top: 80px;
  left: 0px;
}
#main .main-color .main-view button{
  width: 140px;
  height: 40px;
  background: #00A578;
  border-radius: 8px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 32px;
  cursor: pointer;
  color: #FFFFFF;
  outline: medium;
  border: none;
  position: absolute;
  top: 240px;
  left: 0px;
}

#main .main-color .main-view button:focus{
  outline: none;
}

/* 私有化部署的优势 */
#advantage{
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 890px;
}
#advantage .advantage-color{
  width: 1920px;
  height: 500px;
  background: #fff;
  position: absolute;
   left: 50%;
   margin-left: -960px;
   display: flex;
   justify-content: center;
}
#advantage .advantage-color .advantage-center{
   width: 1200px;
   height: 890px;
   display: flex;
   flex-direction: column;
   align-items: center;
}
#advantage .advantage-color .advantage-center .advantage-title{
  height: 62px;
  width: 272px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-top: 66px;
   margin-bottom: 75px;
}

#advantage .advantage-color .advantage-center .advantage-title .advantage-headder-title{
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 45px;
  color: #333333;
}

#advantage .advantage-color .advantage-center .advantage-title .advantage-headder-line{
   width: 214px;
   height: 6px;
   display: flex;
   justify-content: space-around;
   align-items: center;
   margin-top: 10px;
}

#advantage .advantage-color .advantage-center .advantage-title .advantage-headder-line p{
   width: 11px;
   height: 6px;
   background-color: #00A578;
   border-radius: 10px;
}
#advantage .advantage-color .advantage-center .advantage-title .advantage-headder-line div{
   width: 180px;
   height: 6px;
   background-color: #00A578;
   border-radius: 10px;
}

#advantage .advantage-color .advantage-center .advantage-main{
   width: 1200px;
   height: 612px;
   display: flex;
   justify-content: flex-start;
   align-items: center;
   flex-direction: column;
}
#advantage .advantage-color .advantage-center .advantage-main .advantage-main-top{
   width: 1200px;
   height: 306px;
   display: flex;
   justify-content:space-between;
   align-items: center;
}
#advantage .advantage-color .advantage-center .advantage-main .advantage-main-top .advantage-main{
   width: 351px;
   height: 272px;
   background: #FFFFFF;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
}
#advantage .advantage-color .advantage-center .advantage-main .advantage-main-top .advantage-main img{
   margin-top:47px ;
}
#advantage .advantage-color .advantage-center .advantage-main .advantage-main-top .advantage-main:hover{
   box-shadow: 0px 0px 8px rgba(0, 165, 120, 0.15);
}
#advantage .advantage-color .advantage-center .advantage-main .advantage-main-top .advantage-main .advantage-main-text{
   width: 268px;
   margin-top: 43px;
   text-align: center;
}
/* #advantage .advantage-color .advantage-center .advantage-main div :hover{
   box-shadow: 0px 0px 8px rgba(0, 165, 120, 0.15);
} */
#advantage .advantage-color .advantage-center .advantage-main .advantage-main-top .advantage-main .advantage-main-text h3{
   height: 24px;
   font-size: 18px;
   font-family: Microsoft YaHei;
   font-weight: bold;
   line-height: 24px;
   color: #333333;
}
#advantage .advantage-color .advantage-center .advantage-main .advantage-main-top .advantage-main .advantage-main-text p{
   height: 19px;
   width: 268px;
   font-size: 14px;
   font-family: Microsoft YaHei;
   font-weight: 400;
   line-height: 19px;
   color: #999999;
}
#advantage .advantage-color .advantage-center .advantage-main .advantage-main-top .advantage-main .advantage-main-text :nth-child(2){
   margin-top: 15px;
}

/* 适用企业 */
#enterprise{
   width: 100%;
  position: relative;
  overflow: hidden;
  height: 452px;
}
#enterprise .enterprise-color{
   width: 1920px;
  height: 452px;
  background: #F6F9FC;
  position: absolute;
   left: 50%;
   margin-left: -960px;
   display: flex;
   justify-content: center;
}
#enterprise .enterprise-color .enterprise-center{
   width: 1200px;
   height: 452px;
   display: flex;
   flex-direction: column;
   align-items: center;
}
#enterprise .enterprise-color .enterprise-center .enterprise-title{
   height: 60px;
  width: 221px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-top: 68px;
   margin-bottom: 64px;
}
#enterprise .enterprise-color .enterprise-center .enterprise-title .advantage-headder-title{
   height: 45px;
   font-size: 34px;
   font-family: Microsoft YaHei;
   font-weight: bold;
   line-height: 45px;
   color: #333333;
}
#enterprise .enterprise-color .enterprise-center .enterprise-title .advantage-headder-line{
   width: 221px;
   height: 6px;
   display: flex;
   justify-content: space-around;
   align-items: center;
   margin-top: 10px;
}
#enterprise .enterprise-color .enterprise-center .enterprise-title .advantage-headder-line p{
   width: 11px;
   height: 6px;
   background-color: #00A578;
   border-radius: 10px;
}
#enterprise .enterprise-color .enterprise-center .enterprise-title .advantage-headder-line div{
   width: 180px;
   height: 6px;
   background-color: #00A578;
   border-radius: 10px;
}
#enterprise .enterprise-color .enterprise-center .enterprise-main{
   width: 1200px;
   height: 184px;
   background-color: #fff;
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-left: 45px;
   padding-right: 45px;
}
#enterprise .enterprise-color .enterprise-center .enterprise-main .enterprise-main-item{
   width: 260px;
   height: 90px;
   display: flex;
   justify-content: space-between;
}
#enterprise .enterprise-color .enterprise-center .enterprise-main .enterprise-main-item .enterprise-main-yuan{
   width: 88px;
   height: 89px;
   background: #FFFFFF;
   box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
   border-radius: 50%;
   position: relative;
}
#enterprise .enterprise-color .enterprise-center .enterprise-main .enterprise-main-item .enterprise-main-yuan img{
   position: absolute;
   top: 20px;
   left: 22px;
}
#enterprise .enterprise-color .enterprise-center .enterprise-main .enterprise-main-item .enterprise-main-text{
   width: 162px;
   height: 62px;
   margin-top: 20px;
}
#enterprise .enterprise-color .enterprise-center .enterprise-main .enterprise-main-item .enterprise-main-text h4{
   height: 24px;
   font-size: 18px;
   font-family: "Microsoft YaHei";
   font-weight: bold;
   line-height: 24px;
   color: #333333;
}
#enterprise .enterprise-color .enterprise-center .enterprise-main .enterprise-main-item .enterprise-main-text p{
   height: 19px;
   font-size: 14px;
   font-family: Microsoft YaHei;
   font-weight: 400;
   line-height: 19px;
   color: #999999;
   margin-top: 18px;
}

/* 我们提供的服务 */
#we-services{
   width: 100%;
  position: relative;
  overflow: hidden;
  height: 660px;
}
#we-services .we-services-color{
   width: 1920px;
   height: 660px;
   background: #fff;
   position: absolute;
    left: 50%;
    margin-left: -960px;
    display: flex;
    justify-content: center;
}
#we-services .we-services-color .we-services-center{
   width: 1200px;
   height: 660px;
   display: flex;
   flex-direction: column;
   align-items: center;
}
#we-services .we-services-color .we-services-center .we-services-title{
   height: 60px;
   width: 240px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   margin-top: 68px;
   margin-bottom: 64px;
}
#we-services .we-services-color .we-services-center .we-services-title .we-services-headder-title{
   height: 45px;
   font-size: 34px;
   font-family: Microsoft YaHei;
   font-weight: bold;
   line-height: 45px;
   color: #333333;
}
#we-services .we-services-color .we-services-center .we-services-title .we-services-headder-line{
   width: 221px;
   height: 6px;
   display: flex;
   justify-content: space-around;
   align-items: center;
   margin-top: 10px;
}
#we-services .we-services-color .we-services-center .we-services-title .we-services-headder-line p{
   width: 11px;
   height: 6px;
   background-color: #00A578;
   border-radius: 10px;
}
#we-services .we-services-color .we-services-center .we-services-title .we-services-headder-line div{
   width: 180px;
   height: 6px;
   background-color: #00A578;
   border-radius: 10px;
}
#we-services .we-services-color .we-services-center .we-services-main{
   width: 1200px;
   height: 321px;
   display: flex;
   justify-content: space-around;
   align-items: center;
}
#we-services .we-services-color .we-services-center .we-services-main .every-main{
   width: 270px;
   height: 321px;
   background: #FFFFFF;
   box-shadow: 0px 0px 8px rgba(0, 165, 120, 0.1);
   border-radius: 4px;
   display: flex;
   flex-direction: column;
   justify-content: flex-start;
   align-items: center;
   padding-top: 40px;
   text-align: center;
}
#we-services .we-services-color .we-services-center .we-services-main .every-main .every-main-text :nth-child(2){
   margin-top: 24px;
}
#we-services .we-services-color .we-services-center .we-services-main .every-main .every-main-text h3{
   height: 24px;
   font-size: 18px;
   font-family: Microsoft YaHei;
   font-weight: bold;
   line-height: 24px;
   color: #333333;
   margin-top: 60px;
}
#we-services .we-services-color .we-services-center .we-services-main .every-main .every-main-text p{
   font-size: 14px;
   font-family: Microsoft YaHei;
   font-weight: 400;
   line-height: 19px;
   color: #999999;
}
#we-services .we-services-color .we-services-center .we-services-main .every-main:hover{
   border-bottom: 8px solid #00A578;
}
/* 绿色背景图 */
#greenSteward{
   width: 100%;
   position: relative;
   overflow: hidden;
   height: 320px;
}
#greenSteward .bg-img{
    background: url(../img/greenSteward.svg) no-repeat;
    background-size: cover;
    width: 1920px;
    height: 320px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
#greenSteward .bg-img ul{
   width: 700px;
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 30px;
}
#greenSteward .bg-img ul li{
   height: 60px;
   font-size: 44px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 60px;
  color: #FFFFFF; 
}
#greenSteward .bg-img ul .line{
   width: 66px;
   height: 2px;
   background-color: #fff;
}

#greenSteward button{
   width: 200px;
   height: 50px;
   background: #FFFFFF;
   cursor: pointer;
   border: 1px solid #00A578;
   border-radius: 25px;
   font-size: 20px;
   font-family: Microsoft YaHei;
   line-height: 45px;
   color: #00A578;
   margin-bottom: 20px;
}
