#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;
}

#banner {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

#banner .banner-img {
    width: 1920px;
    height: 400px;
    background: url(../img/EducationSolutionsBgimg.jpg) no-repeat;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    display: flex;
    justify-content: center;
}

#banner .banner-img .banner-bg {
    width: 1920px;
    height: 400px;
    background: rgba(0,0,0,0.5);
    border: 1px solid #707070;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#banner .banner-img .banner-bg p {
    width: 480px;
    height: 104px;
    font-size: 40px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 52px;
    margin-top: 103px;
    color: #FFFFFF;
}

#banner .banner-img .banner-bg button {
    width: 112px;
    height: 40px;
    background: #00A578;
    margin-top: 37px;
    outline: none;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 35px;
    color: #FFFFFF;
}

/* 行业痛点 */
#vocationTRP {
  width: 100%;
  height: 548px;
  position: relative;
  overflow: hidden;
}

#vocationTRP .vocationTRP-bg {
  width: 1920px;
  height: 548px;
  position: absolute;
  background: #fff;
  left: 50%;
  margin-left: -960px;
  display: flex;
  justify-content: center;
  margin-top: 70px;
}

#vocationTRP .vocationTRP-bg .vocation-content {
  width: 1200px;
  height: 548px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-title {
  width: 284px;
  height: 65px;
  text-align: center;
  position: relative;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-title p {
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-title .leftside {
  position: absolute;
  left: 5px;
  top: -16px;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-title .rightside {
  position: absolute;
  right: -2px;
  top: 20px;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-main {
  width: 1200px;
  height: 270px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 71px;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-main .content-main-box {
  width: 270px;
  height: 270px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px rgba(0, 165, 120, 0.1);
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-main :hover{
  width: 294px;
  height: 294px;
}
#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-main .content-main-box p {
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-main .content-main-box div {
  width: 200px;
  height: 38px;
  margin-top: 24px;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-main .content-main-box div p{
  width: 210px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-main .content-main-box .main-box-1 {
  width: 60PX;
  height: 60px;
  margin-top: 47px;
  margin-bottom: 27px;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-main .content-main-box .main-box-2 {
  width: 66.5px;
  height: 60px;
  margin-top: 47px;
  margin-bottom: 27px;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-main .content-main-box .main-box-3 {
  width: 72.94px;
  height: 52.68px;
  margin-top: 53px;
  margin-bottom: 28px;
}

#vocationTRP .vocationTRP-bg .vocation-content .vocation-content-main .content-main-box .main-box-4 {
  width: 58.3px;
  height: 63.42px;
  margin-top: 42px;
  margin-bottom: 26px;
}

/* 解决方案 */
#solution {
  width: 100%;
  height: 873px;
  position: relative;
  overflow: hidden;
}

#solution .solution-bg {
  width: 1920px;
  height: 873px;
  background: #F6F9FC;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  display: flex;
  justify-content: center;
}

#solution .solution-bg .solution-content {
  width: 1200px;
  height: 873px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 71px;
}

#solution .solution-bg .solution-content .solution-content-title {
  width: 284px;
  height: 65px;
  text-align: center;
  position: relative;
}

#solution .solution-bg .solution-content .solution-content-title p {
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #333333;
}

#solution .solution-bg .solution-content .solution-content-title .leftside {
  position: absolute;
  left: 5px;
  top: -16px;
}

#solution .solution-bg .solution-content .solution-content-title .rightside {
  position: absolute;
  right: -2px;
  top: 20px;
}

#solution .solution-bg .solution-content .solution-content-box {
  width: 768px;
  display: flex;
  justify-content: space-between;
  margin-top: 71px;
}

#solution .solution-bg .solution-content .solution-content-box li {
  width: 146px;
  height: 37px;
  text-align: center;
  background: #FFFFFF;
  border-radius: 20px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 37px;
  color: #00A578;
}

#solution .solution-bg .solution-content .solution-content-box .active {
  background: #00A578;
  color: #fff;
}

#solution .solution-bg .solution-content .solution-content-main {
  width: 1200px;
  height: 500px;
  background: #FFFFFF;
  box-shadow: 0px 0px 16px rgba(0, 165, 120, 0.1);
  border-radius: 4px;
  margin-top: 58px;
  display: none;
}

#solution .solution-bg .solution-content .solution-content-main .solution-content-item {
  width: 1200px;
  height: 500px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  /* border: 1xp solid red; */
}

#solution .solution-bg .solution-content .on {
  display: block;
}

#solution .solution-bg .solution-content .solution-content-main .title {
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  position: absolute;
  left: 74px;
  top: 103px;
  z-index: 1;
  display: flex;
  align-items: center;
}

#solution .solution-bg .solution-content .solution-content-main .title p {
  font-weight: bold;
  padding-left: 20px;
  color: #333;
  font-family: Microsoft YaHei;
}

#solution .solution-bg .solution-content .solution-content-main .title .GreenRectangle {
  width: 8px;
  height: 34px;
  background: #00A578;
}

#solution .solution-bg .solution-content .solution-content-main .title .yuan {
  width: 48px;
  height: 48px;
  border-radius: 24px;
  background: linear-gradient(51deg, #FFFFFF 0%, #00A578 100%);
  position: absolute;
  left: 115px;
  top: -10px;
  z-index: -1;
}

#solution .solution-bg .solution-content .solution-content-main .solution-content-item .codeAddFriends {
  display: block;
  width: 681px;
  height: 425.63px;
  position: absolute;
  z-index: 10;
  top: 33px;
  right: 55px;
}

#solution .solution-bg .solution-content .solution-content-main .solution-content-item .textarea {
  width: 378px;
  position: absolute;
  left: 94px;
  top: 204px;
}

#solution .solution-bg .solution-content .solution-content-main .solution-content-item .textarea p {
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color: #666666;
}

#solution .solution-bg .solution-content .solution-content-main .solution-content-item .BigDiamond{
  width: 39px;
  height: 61px;
  position: absolute;
  left: 74px;
  bottom: 36px;
}

#solution .solution-bg .solution-content .solution-content-main .solution-content-item .SmallDiamond{
  width: 25px;
  height: 38px;
  position: absolute;
  left: 116px;
  bottom: 36px;
}
/* 新玩法 */
#newPlay {
    width: 100%;
    height: 834px;
    position: relative;
    overflow: hidden;
}

#newPlay .newPlay-bg {
    width: 1920px;
    height: 834px;
    background: #fff;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    display: flex;
    justify-content: center;
}

#newPlay .newPlay-bg .newPlay-content {
    width: 1200px;
    height: 834px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 71px;
}

#newPlay .newPlay-bg .newPlay-content .newPlay-content-title {
    width: 494px;
    height: 65px;
    text-align: center;
    position: relative;
}

#newPlay .newPlay-bg .newPlay-content .newPlay-content-title p {
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

#newPlay .newPlay-bg .newPlay-content .newPlay-content-title .leftside {
    position: absolute;
    top: -12px;
    left: 0;
}

#newPlay .newPlay-bg .newPlay-content .newPlay-content-title .rightside {
    position: absolute;
    top: 14px;
    right: 0;
}

#newPlay .newPlay-bg .newPlay-content .newPlay-group-item {
    width: 1200px;
    height: 530px;
    display: flex;
    flex-direction: column;
    margin-top: 97px;
}

#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-top {
    width: 1200px;
    height: 240px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-top li {
    width: 197px;
    height: 240px;
    background: #FFFFFF;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-top li .item-top-title {
    width: 122px;
    height: 34px;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00A578;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
}
#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-top li .item-top-title img{
    margin-right: 8px;
}

#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-top li .newplay-Item {
    width: 128px;
    height: 21px;
    margin-top: 27px;
    margin-left: 34px;
    position: relative;
    display: flex;
    align-items: center;
}

#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-top li .newplay-Item .GreenDiamond{
    width: 9px;
    height: 9px;
    background-color: #00A578;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: -18px;
}

#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-top li .newplay-Item p {
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
}
#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-bot{
    width: 1200px;
    height: 240px;
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
}
#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-bot li{
    width: 197px;
    height: 240px;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 10%);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-bot li .item-bot-title{
    width: 122px;
    height: 34px;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #00A578;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
}
#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-bot li .item-bot-title img{
    margin-right: 8px;
}
#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-bot li .newplay-Item{
    width: 128px;
    height: 21px;
    margin-top: 27px;
    margin-left: 34px;
    position: relative;
    display: flex;
    align-items: center;
}
#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-bot li .newplay-Item .GreenDiamond{
    width: 9px;
    height: 9px;
    background-color: #00A578;
    transform: rotate(45deg);
    position: absolute;
    top: 7px;
    left: -18px;
}
#newPlay .newPlay-bg .newPlay-content .newPlay-group-item .group-item-bot li .newplay-Item p{
    height: 21px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #333333;
}
/* 我们能提供 */
#WeCanProvide {
    width: 100%;
    height: 784px;
    position: relative;
    overflow: hidden;
}

#WeCanProvide .WeCanProvide-bg {
    width: 1920px;
    height: 784px;
    background: #F6F9FC;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    display: flex;
    justify-content: center;
}

#WeCanProvide .WeCanProvide-bg .WeCanProvide-content {
    width: 1200px;
    height: 784px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 71px;
}

#WeCanProvide .WeCanProvide-bg .WeCanProvide-content .WeCanProvide-content-title {
    width: 274px;
    height: 65px;
    text-align: center;
    position: relative;
}

#WeCanProvide .WeCanProvide-bg .WeCanProvide-content .WeCanProvide-content-title p {
    font-size: 34px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #333333;
}

#WeCanProvide .WeCanProvide-bg .WeCanProvide-content .WeCanProvide-content-title .leftside {
    position: absolute;
    top: -12px;
    left: 0;
}

#WeCanProvide .WeCanProvide-bg .WeCanProvide-content .WeCanProvide-content-title .rightside {
    position: absolute;
    top: 14px;
    right: 0;
}

#WeCanProvide .WeCanProvide-bg .WeCanProvide-content .WeCanProvide-content-main {
    width: 1200px;
    height: 399px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 71px;
}

#WeCanProvide .WeCanProvide-bg .WeCanProvide-content .WeCanProvide-content-main .WeCanProvide-content-item {
    width: 364px;
    height: 399px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: space-evenly;
}

#WeCanProvide .WeCanProvide-bg .WeCanProvide-content .WeCanProvide-content-main .WeCanProvide-content-item p {
    height: 24px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    line-height: 24px;
    color: #333333;
}

#WeCanProvide .WeCanProvide-bg .WeCanProvide-content .WeCanProvide-content-main .WeCanProvide-content-item div {
    width: 262px;
    height: 92px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 21px;
    color: #999999;
}

/* 管家海报 */
#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;
    cursor: pointer;
    color: #00A578;
    border: 1px solid #00A578;
    font-size: 20px;
    border-radius: 25px;
    margin-top: 45px;
    background-color: #fff;
}
