#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/cooperationBanner.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;
  color: #FFFFFF;
  outline: none;
  border: none;
  position: absolute;
  cursor: pointer;
  top: 240px;
  left: 0px;
}

#main .main-color .main-view button:focus {
  outline: none;
}

/* 渠道合作 */
#channelCooperation {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 710px;
}

#channelCooperation .channelCooperation-color {
  width: 1920px;
  height: 710px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  display: flex;
  justify-content: center;
}

#channelCooperation .channelCooperation-color .channelCooperation-center {
  width: 1200px;
  height: 660px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-TabControl {
  width: 1920px;
  height: 37px;
  border-bottom: 1px solid #eeeeee;
  display: flex;
  justify-content: center;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-TabControl .channelCooperation-box {
  width: 310px;
  height: 37px;
  display: flex;
  justify-content: space-between;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-TabControl .channelCooperation-item {
  height: 33px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 31px;
  color: #333333;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-TabControl .on {
  border-bottom: 4px solid #00A578;
  color: #00A578;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-title {
  height: 60px;
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 68px;
  margin-bottom: 64px;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-title .channelCooperation-headder-title {
  width: 284px;
  height: 65px;
  text-align: center;
  position: relative;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-title .channelCooperation-headder-title p {
  height: 45px;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 45px;
  color: #333333;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-title .channelCooperation-headder-title .leftside {
  position: absolute;
  left: 5px;
  top: -5px;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-title .channelCooperation-headder-title .rightside {
  position: absolute;
  right: -2px;
  top: 22px;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-main {
  width: 1200px;
  height: 321px;
  display: none;
}
#channelCooperation .channelCooperation-color .channelCooperation-center .active{
  display: block;
}
#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-main .channelCooperation-main-box{
  width: 1200px;
  height: 321px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 87px;
}
#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-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;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-main .every-main .every-main-text :nth-child(2) {
  margin-top: 24px;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-main .every-main .every-main-text h3 {
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color: #333333;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-main .every-main .every-main-text p {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
}

#channelCooperation .channelCooperation-color .channelCooperation-center .channelCooperation-main .every-main:hover {
  border: 1px solid #00A578;
  box-shadow: 0px 0px 8px rgba(0, 165, 120, 0.1);
  border-radius: 4px
}

/* 合作条件 */

#condition {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 729px;
}

#condition .condition-color {
  width: 1920px;
  height: 729px;
  background: #F6F9FC;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  display: flex;
  justify-content: center;
}

#condition .condition-color .condition-center {
  width: 1200px;
  height: 729px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#condition .condition-color .condition-center .condition-tltle {
  height: 65px;
  width: 284px;
  position: relative;
  margin-top: 75px;
  text-align: center;
}

#condition .condition-color .condition-center .condition-tltle p {
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 45px;
  color: #333333;
}

#condition .condition-color .condition-center .condition-tltle .leftside {
  position: absolute;
  left: 5px;
  top: -5px;
}

#condition .condition-color .condition-center .condition-tltle .rightside {
  position: absolute;
  right: -2px;
  top: 22px;
}

#condition .condition-color .condition-center .condition-main {
  width: 1200px;
  height: 414px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 66px;
}

#condition .condition-color .condition-center .condition-main .condition-main-box {
  width: 571px;
  height: 414px;
  background-color: #fff;
  position: relative;
}

#condition .condition-color .condition-center .condition-main .condition-main-box .condition-main-title {
  width: 571px;
  height: 58px;
  position: relative;
  z-index: 1000;
}

#condition .condition-color .condition-center .condition-main .condition-main-box .condition-main-title p {
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 58px;
  color: #333333;
  text-indent: 21px;
  margin-top: 10px;
}

#condition .condition-color .condition-center .condition-main .condition-main-box .condition-main-title .yuan {
  width: 24px;
  height: 24px;
  background: linear-gradient(51deg, #FFFFFF 0%, #00A578 100%);
  position: absolute;
  left: 15px;
  top: 10px;
  border-radius: 12px;
  z-index: -1;
}

#condition .condition-color .condition-center .condition-main .condition-main-box .condition-main-content {
  width: 571px;
  height: 190px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
}

#condition .condition-color .condition-center .condition-main .condition-main-box .BigDiamond {
  position: absolute;
  bottom: 15px;
  right: 33px;
}

#condition .condition-color .condition-center .condition-main .condition-main-box .SmallDiamond {
  position: absolute;
  bottom: 15px;
  right: 15px;
}

#condition .condition-color .condition-center .condition-main .condition-main-box .condition-main-content .condition-main-item {
  width: 285px;
  height: 76px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 63px;
}

#condition .condition-color .condition-center .condition-main .condition-main-box .condition-main-content .condition-main-item .condition-little-title {
  width: 285px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

#condition .condition-color .condition-center .condition-main .condition-main-box .condition-main-content .condition-main-item .condition-little-title .smallyuan {
  width: 10px;
  height: 10px;
  background: #00A578;
  border-radius: 50%;
}

#condition .condition-color .condition-center .condition-main .condition-main-box .condition-main-content .condition-main-item .condition-little-title span {
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: #333333;
  padding-left: 10px;
  padding-right: 10px;
}

#condition .condition-color .condition-center .condition-main .condition-main-box .condition-main-content .condition-main-item p {
  width: 194px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: #999999;
  margin-top: 14px;
}

/* 私域达人IP孵化 */
#IP {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 770px;
}

#IP .IP-color {
  width: 1920px;
  height: 770px;
  background: #fff;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  display: flex;
  justify-content: center;
}

#IP .IP-color .IP-center {
  width: 1200px;
  height: 770px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#IP .IP-color .IP-center .IP-title {
  height: 60px;
  width: 240px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 68px;
  margin-bottom: 64px;
}

#IP .IP-color .IP-center .IP-title .IP-headder-title {
  height: 45px;
  font-size: 34px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 45px;
  color: #333333;
}

#IP .IP-color .IP-center .IP-title .IP-headder-line {
  width: 221px;
  height: 6px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}

#IP .IP-color .IP-center .IP-title .IP-headder-line p {
  width: 11px;
  height: 6px;
  background-color: #00A578;
  border-radius: 10px;
}

#IP .IP-color .IP-center .IP-title .IP-headder-line div {
  width: 180px;
  height: 6px;
  background-color: #00A578;
  border-radius: 10px;
}

#IP .IP-color .IP-center .IP-main {
  width: 1200px;
  height: 414px;
  display: flex;
  justify-content: space-around;
}

#IP .IP-color .IP-center .IP-main .IP-main-box {
  width: 571px;
  height: 414px;
  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;
  position: relative;
}

#IP .IP-color .IP-center .IP-main .IP-main-box p {
  height: 35px;
  font-size: 26px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 35px;
  color: #333333;
  padding-top: 23px;
  padding-left: 20px;
  z-index: 10000;
}

#IP .IP-color .IP-center .IP-main .IP-main-box ul {
  margin-left: 60px;
  margin-top: 39px;
}

#IP .IP-color .IP-center .IP-main .IP-main-box ul li {
  height: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: #333333;
  ;
  list-style: disc;
  color: #00A578;
  margin-bottom: 30px;
}

#IP .IP-color .IP-center .IP-main .IP-main-box ul li span {
  color: #333;
}

#IP .IP-color .IP-center .IP-main .IP-main-box .bigQuadrangle {
  width: 43px;
  height: 67px;
  display: inline-block;
  position: absolute;
  right: 70px;
  bottom: 21px;
}

#IP .IP-color .IP-center .IP-main .IP-main-box .smallQuadrangle {
  width: 20px;
  height: 31.2px;
  position: absolute;
  right: 50px;
  bottom: 21px;
}

#IP .IP-color .IP-center .IP-main .IP-main-box .yuan {
  width: 24px;
  height: 24px;
  background: linear-gradient(51deg, #FFFFFF 0%, #00A578 100%);
  border-radius: 50%;
  position: absolute;
  left: 12px;
  top: 21px;
}

/* 绿色背景图 */
#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;
  cursor: pointer;
  background: #FFFFFF;
  outline: none;
  border: 1px solid #00A578;
  border-radius: 25px;
  font-size: 20px;
  font-family: Microsoft YaHei;
  line-height: 45px;
  color: #00A578;
  margin-bottom: 20px;
}

