/* 然姐 */

#zhMain {
  width: 100%;
  display: flex;
  background: #eef3f5;
}

.main_have {
  width: 200px;
  height: 100%;
  background: red;
}

.main_con {
  width: 100%;
  height: 100%;
  transition: all .5s;
}

.main_area {
  width: 100%;
  height: 450px;
  background: url(../images/z2.jpg) no-repeat center;
  background-size: cover;
  transition: all .5s;
}

.main_word {
  width: 100%;
  margin-top: 80px;
}

.word_title h1 {
  color: #547887;
  font-size: 24px;
  text-align: center;
}

.word_title h2 {
  color: #8bafbe;
  font-size: 14px;
  text-align: center;
  margin: 15px 0 50px;
}

.main_word p {
  color: #545454;
  font-size: 14px;
  text-align: center;
  margin-top: 15px;
  line-height: 26px;
}

.main_box {
  width: 1100px;
  margin: 75px auto 0;
  position: relative;
}

.box_con {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.box_con~.box_con {
  margin-top: 50px;
}

.box_con:nth-child(even) {
  flex-direction: row-reverse;
}

.box_letter h1 {
  color: #547887;
  font-size: 18px;
  margin-bottom: 20px;
}

.box_letter p {
  width: 490px;
  color: #545454;
  font-size: 14px;
  line-height: 24px;
}

.box_line {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 1000px;
  border-left: 2px solid #d0dce1;
}

.public {
  width: 100%;
  height: 800px;
  background: url(../images/z4.jpg) no-repeat right;
  background-size: cover;
  margin-top: 60px;
}

.public_center {
  width: 1100px;
  transition: all .3s;
  margin: auto;
  padding-top: 65px;
  box-sizing: border-box;
}

.public_center h1 {
  color: #547887;
  font-size: 24px;
  text-align: center;
  margin: 0 auto 15px;
}

.public_center h2 {
  color: #8bafbe;
  font-size: 14px;
  text-align: center;
}

.public_center p {
  color: #545454;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  width: 500px;
  margin: 30px auto 50px;
}

.public_way {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.public_way li {
  width: 24%;
}

.public_way li div {
  width: 100%;
  overflow: hidden;
}

.public_way li img {
  width: 100%;
  transition: all .3s;
}

.public_way li h3 {
  color: #545454;
  font-size: 18px;
  margin: 25px 0 20px;
}

.public_way li h2 {
  width: 9px;
  border-top: 1px solid #959595;
  transition: all .3s;
}

.manager {
  width: 100%;
  padding: 60px 0 60px;
}

.activity {
  background: #f7fbfd;
  width: 100%;
  padding: 60px 0;
}

.manager_item {
  width: 100%;
}

.manager_item i {
  display: block;
  width: 100%;
  border-top: 2px solid #8dc5dc;
}

.items_img, .items_word {
  width: 1100px;
  display: flex;
  margin: auto;
  justify-content: space-between;
}

.items_img li {
  width: 10%;
}

.items_img li img {
  margin: 0 auto 25px;
}

.items_word li {
  width: 10%;
  color: #547887;
  font-size: 16px;
  text-align: center;
  margin-top: 25px;
}

.feel {
  width: 1400px;
  display: flex;
  position: relative;
  transition: all .3s;
}

.feel_page {
  width: 150px;
  height: auto;
  background: #8dc5dc;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.feel_img img {
  width: 1000px;
  display: none;
  transition: all .3s;
}

.feel_img .feel_active {
  display: block;
}

.feel_title {
  position: relative;
}

.feel_item {
  width: 200px;
  display: flex;
  flex-direction: row-reverse;
  transition: all .3s;
  opacity: 0;
  position: absolute;
  top: 0;
}

.second_active {
  opacity: 1;
}

.feel_item h1 {
  width: 15px;
  color: #547887;
  font-size: 16px;
  margin-top: 15px;
}

.feel_item h2 {
  color: #545454;
  font-size: 14px;
  writing-mode: vertical-lr;
  /*从左向右 从右向左是 writing-mode: vertical-rl;*/
  writing-mode: tb-lr;
  /*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/
  margin: 20px 10px 0 0;
}

.feel_num {
  width: 42px;
  color: #545454;
  font-size: 30px;
  text-align: center;
  position: absolute;
  bottom: 0;
  right: 0;
}

@media all and (min-width:1024px) {
  .public_way li:hover img {
    transform: scale(1.2);
  }
  .public_way li:hover h3 {
    color: #8dc5dc;
  }
  .public_way li:hover h2 {
    width: 90px;
    border-top: 1px solid #8dc5dc;
  }
}

@media all and (max-width:1400px) {
  .main_box {
    width: 900px;
  }
  .box_con img {
    width: 400px;
  }
  .box_letter p {
    width: 300px;
  }
  .public_center {
    width: 800px;
  }
  .items_img, .items_word {
    width: 740px;
  }
}

@media all and (max-width:1600px) {
  .feel {
    width: 900px;
  }
  .feel_img img {
    width: 650px;
  }
  .feel_item {
    width: 150px;
  }
}

@media all and (max-width:1024px) {
  .main_have {
    width: 0px;
  }
  .main_area {
    height: 250px;
  }
  .main_word {
    margin-top: 30px;
  }
  .main_word h2 {
    color: #8bafbe;
    font-size: 14px;
    text-align: center;
    margin: 10px 0 20px;
  }
  .main_box {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 35px auto 0;
  }
  .box_con {
    flex-wrap: wrap;
  }
  .box_con img {
    width: 100%;
    margin-top: 20px;
  }
  .box_letter p, .box_letter {
    width: 100%;
  }
  .box_letter h1 {
    margin-bottom: 10px;
  }
  .public_center {
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
  }
  .way_scroll {
    width: 100%;
    overflow: scroll;
  }
  .public_way {
    width: 750px;
    padding: 0 15px;
    margin: auto;
  }
  .public_center p {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    /*margin: 20px auto 25px;*/
  }
  .public {
    height: 730px;
  }
  .box_line {
    display: none;
  }
  .manager_item {
    width: 1100px;
  }
  .menager_scroll {
    width: 100%;
    overflow: scroll;
  }
  .items_img, .items_word {
    width: 1100px;
  }
  .word_title h2 {
    margin: 13px 0 40px;
  }
  .manager {
    padding: 40px 0 60px;
  }
  .activity {
    padding: 40px 0 90px;
  }
  .public_way li {
    padding-bottom: 10px;
  }
  .public_way li h3 {
    font-size: 16px;
    margin: 18px 0 10px;
  }
}

@media all and (max-width:768px) {
  .feel {
    width: 100%;
  }
  .feel_img {
    width: 70%;
    overflow: hidden;
  }
  .feel_img img {
    width: 450px;
  }
  .feel_page {
    width: 15%;
  }
  .feel_title {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .feel_item {
    width: 100%;
    padding-left: 15px;
    box-sizing: border-box;
    display: block;
  }
  .feel_item h1 {
    width: 100%;
  }
  .feel_item h2 {
    writing-mode: horizontal-tb;
    margin: 5px 10px 0 0;
  }
  .feel_num {
    font-size: 18px;
  }
  .feel_page img {
    height: 30px;
  }
}

@media all and (min-width:768px) and (max-width:1024px) {
  .feel_img img {
    width: 550px;
  }
}


/* 小帅 */

.xsHeader {
  height: 100%;
  width: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transition: 1.5s;
}

.menu {
  width: 50px;
  height: 50px;
  background: #f2f5f6;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.menuCol {
  width: 16px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.menuCol li {
  width: 2px;
  height: 20px;
  background: #2a242c;
  transition: .5s;
  position: inherit;
}


/* .menuCol li:nth-child(1) {
  transform: rotate(45deg);
}

.menuCol li:nth-child(3) {
  transform: rotate(-45deg);
} */

#section0 {
  display: flex;
}

.LogoBox {
  height: 100%;
  display: flex;
  width: 100%;
  transition: 1.5s;
  position: relative;
}

.logo {
  width: 100%;
  height: 100%;
  border-left: 1px solid #e9e9e9;
  box-sizing: border-box;
  background: #fff;
  position: relative;
  transition: 1.5s;
}

.logoGif {
  padding: 0 30px;
  box-sizing: border-box;
  /* position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  margin: auto;
  z-index: 99;
  background: #fff; */
  /* animation: logoGif 5s 1s; */
  /* transition: .5s; */
}

.logoGif img {
  /* position: absolute; */
  /* animation: logoGifImg 5s 1s; */
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logoGif2 img {}

.logoGif1 img {
  width: 100%;
  margin: 15% auto 0;
  position: inherit;
  transform: none;
  animation: none;
}

.logoTitle {
  width: 100%;
  font-size: 24px;
  color: #545454;
  font-weight: 900;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 1s;
}

.logoFooter {
  font-size: 14px;
  color: #545454;
  font-weight: 900;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: 1s;
}

.regardBox1 {
  background: #eef3f5;
}

.home {
  width: 74%;
  position: absolute;
  right: 0;
  display: none;
  margin: 0 auto;
  height: 100%;
  transition: 2s;
}

.homeTitle {
  display: flex;
  font-size: 18px;
  color: #8dc5dc;
  font-weight: 900;
  padding: 0 1% 0;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.homeTitle h2 {
  margin-right: .5%;
}

.homeVideo {
  width: 70%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homeVideo video {
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.homeVideo img {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
}

.homefooter {
  width: 100%;
  padding: 0 2%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homefooter ul {
  width: 110px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.homefooter ul li {
  width: 30px;
  height: 16px;
  background: #e2e7e9;
}

.homefooter h2 {
  font-size: 24px;
  color: #8dc5dc;
}

.homeMain {
  width: 70%;
  display: flex;
  height: auto;
  margin: auto;
  position: absolute;
  top: 50%;
  background: #d9e6ec;
  left: 50%;
  transform: translate(-50%, -50%);
}

.homeMain img {
  position: relative;
  top: -28px;
  left: -28px;
  width: 60%;
}

.homeMainCon {
  width: 60%;
}

.homeMainCon h2 {
  font-size: 24px;
  color: #547887;
  margin-top: 80px;
}

.homeMainCon h3 {
  font-size: 14px;
  color: #8bafbe;
  margin-top: 15px;
  margin-bottom: 20px;
}

.homeMainCon p {
  font-size: 14px;
  color: #545454;
  line-height: 26px;
}

.homeMainBtn {
  width: 117px;
  height: 58px;
  position: relative;
  margin-top: 45px;
  transition: .5s;
  cursor: pointer;
}

.homeMainBtnX, .homeMainBtnY {
  width: 103px;
  height: 42px;
  border: 1px solid #8dc5dc;
  position: absolute;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: .5s;
}

.homeMainBtn a {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}

.homeMainBtn button {
  font-size: 18px;
  color: #fff;
  margin: auto;
  text-align: center;
  background: #8dc5dc;
  border: none;
  width: 103px;
  height: 42px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  cursor: pointer;
}

.homeMainBox {
  width: 80%;
  margin: auto;
}

.home2Content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  margin: auto;
}

.home2Content li {
  width: 320px;
  height: 420px;
  position: relative;
}

.home2Content li:nth-child(1) {
  background: url(../images/icon3_07.jpg)no-repeat bottom;
  background-size: cover;
}

.home2Content li:nth-child(2) {
  background: url(../images/icon48.jpg)no-repeat bottom;
  background-size: cover;
}

.home2Content li:nth-child(3) {
  background: url(../images/icon49.jpg)no-repeat bottom;
  background-size: cover;
}

.home2Content li img {
  width: 100%;
}

.home2ContentCol {
  position: absolute;
  top: 0;
  left: 0;
  padding: 29px 30px;
  box-sizing: border-box;
}

.icon3 {
  width: 67px;
  height: 1px;
  background: #fff;
}

.home2 {
  padding: 125px 0;
  box-sizing: border-box;
}

.home2Title {
  text-align: center;
}

.home2Title h2 {
  font-size: 24px;
  color: #547887;
}

.home2Title p {
  font-size: 14px;
  color: #8bafbe;
  font-weight: 100;
  margin: 10px 0 75px;
}

.home2ContentCol h2 {
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}

.home2ContentCol h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  margin-top: 5px;
}

.scheme {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  height: 580px;
}

.schemeImg {
  width: 650px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.schemeImg img {
  width: 100%;
}

.schemeContent {
  height: 460px;
  width: 650px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding-left: 240px;
  padding-right: 25px;
  box-sizing: border-box;
}

.schemeContent h1 {
  font-size: 36px;
  color: #8bafbe;
  line-height: 35px;
  font-weight: 900;
  padding-top: 40px;
  margin-bottom: 15px;
  opacity: .2;
}

.schemeContent h2 {
  font-size: 24px;
  color: #547887;
  margin-bottom: 30px;
}

.schemeContent .schemeContentP {
  margin-bottom: 70px;
}

.schemeContent .schemeContentP p {
  font-size: 14px;
  color: #545454;
}

.icon4 {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2a242c;
}

.marketing {
  background: #fff;
  width: 100%;
  position: relative;
  padding: 0 0 45px;
  box-sizing: border-box;
}

.marketingTitle {
  padding-top: 105px;
  text-align: center;
}

.marketingTitle h2 {
  font-size: 24px;
  color: #547887;
}

.marketingTitle p {
  font-size: 14px;
  color: #8bafbe;
  margin-top: 10px;
  margin-bottom: 25px;
}

.marketingContent {
  width: 1100px;
  position: relative;
  z-index: 1;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.marketingContent li {
  width: 180px;
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
}

.marketingContent li img:nth-child(1) {
  display: none;
}

.marketingContent li img {
  margin: auto;
  transition: .5s;
}

.marketingContent li h2 {
  font-size: 18px;
  color: #547887;
  text-align: center;
  margin-top: 50px;
}

.marketingBack {
  position: absolute;
  right: 0;
  bottom: 0;
}

.clientele {
  width: 100%;
  background: #eef3f5;
}

.clientele ul {
  width: 1000px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: auto;
  height: 170px;
  background: #eef3f5;
}

.clientele ul li {
  width: 20%;
}

.clientele ul li img {
  margin: auto;
  width: 100%;
}

.message {
  width: 100%;
  position: relative;
  background: #e4e9ed;
  padding: 0 25px;
  box-sizing: border-box;
}

.messageBox {
  height: 515px;
  width: 1100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: relative;
  z-index: 1;
}

.messageBgImg {
  width: 620px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.messageLeftCon {
  width: 29%;
  position: absolute;
  top: 15%;
  left: 0;
}

.messageLeftCon h2 {
  font-size: 36px;
  color: #8bafbe;
  font-weight: 900;
  line-height: 35px;
}

.messageLeftCon h3 {
  font-size: 30px;
  color: #547887;
  margin: 20px 0 25px;
}

.icon5 {
  width: 22px;
  height: 2px;
  background: #547887;
  margin-bottom: 20px;
}

.messageLeftCon p {
  font-size: 14px;
  color: #545454;
}

.messageRight {
  width: 100%;
}

.messageRightCol {
  display: flex;
  justify-content: space-between;
}

.messageRightCol input {
  width: 220px;
  height: 54px;
  border: 1px solid #8dc5dc;
  box-sizing: border-box;
  font-size: 16px;
  color: #545454;
  background-color: transparent;
  padding-left: 10px;
  box-sizing: border-box;
}

.messageRightText textarea {
  padding-left: 10px;
  box-sizing: border-box;
  width: 100%;
  height: 178px;
  margin-top: 40px;
  border: 1px solid #8dc5dc;
  box-sizing: border-box;
  font-size: 16px;
  color: #545454;
  background-color: transparent;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b1bdc6;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #b1bdc6;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #b1bdc6;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #b1bdc6;
}

.site {
  width: 100%;
  background: #8dc5dc;
}

.siteBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 16px;
  color: #f7fbfd;
  width: 1100px;
  height: auto;
  padding: 100px 0;
  margin: auto;
}

.site h2 {
  font-weight: 900;
  margin-bottom: 30px;
}

.footerBtm {
  background: #8dc5dc;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footerBtm p {
  font-size: 16px;
  color: #fff;
  height: auto;
  padding: 15px 0;
  line-height: 25px;
  text-align: center;
  display: flex;
  align-items: center;
}

.deliver {
  width: 100%;
  background: #eef3f5;
  overflow: hidden;
  display: flex;
  flex-direction: row-reverse;
}

.deliverContent {
  display: flex;
  width: 70%;
  align-items: center;
  justify-content: space-between;
}

.deliverContentCol {
  width: 40%;
}

.deliverContentCol h2 {
  font-size: 24px;
  color: #547887;
  margin-bottom: 15px;
}

.deliverContentCol h3 {
  font-size: 14px;
  color: #8bafbe;
  margin-bottom: 30px;
}

.deliverContentCol p {
  font-size: 14px;
  color: #545454;
  line-height: 25px;
  text-indent: 2em;
}

.deliverContentImg {
  width: 50%;
  position: relative;
}

.icon6 {
  width: 100%;
  height: 100%;
  background: #eef3f5;
  position: absolute;
  right: 0;
  top: 0;
  animation: icon6 1.5s forwards;
  animation-timing-function: cubic-bezier(.24, .59, .43, .8);
}

.icon10 {
  width: 100%;
  height: 100%;
  background: #eef3f5;
  position: absolute;
  left: 0;
  animation: icon10 1.5s forwards;
  animation-timing-function: cubic-bezier(.24, .59, .43, .8);
  z-index: 9;
}

.deliverContentImg img {
  width: 100%;
}

.deliverContentImgBoxT {
  margin: auto;
}

.icon8 {
  width: 72px;
  height: 12px;
  background: #e5edf1;
}

.deliverContentImgBox h1 {
  font-size: 120px;
  color: #e5edf1;
  font-weight: 900;
}

.deliver1 {
  background: #eef3f5;
  padding: 140px 0 100px;
}

.deliver1 ul {
  display: flex;
  flex-wrap: wrap;
  width: 1100px;
  margin: auto;
}

.deliver1 ul li {
  width: 255px;
  margin: 10px;
  position: relative;
}

.deliver1 ul li img {
  width: 100%;
}

.deliver1 ul li img:nth-child(2) {
  display: none
}

@keyframes icon6 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

@keyframes icon10 {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}

.deliver2 {
  /* width: 100%; */
  background: #eef3f5;
  padding-bottom: 30px;
}

.deliver2Banner {
  width: 100%;
  background: url(../images/icon36_02.jpg)no-repeat center;
  background-size: cover;
  height: 460px;
}

.deliver2ContentTitle {
  text-align: center;
  padding-top: 90px;
}

.deliver2ContentTitle h2 {
  font-size: 24px;
  color: #547887;
}

.deliver2ContentTitle h3 {
  font-size: 14px;
  color: #8bafbe;
  margin-top: 15px;
}

.deliver2ContentText {
  text-align: center;
  width: 50%;
  margin: auto;
}

.deliver2ContentText p {
  font-size: 14px;
  color: #545454;
  margin: 15px;
  line-height: 25px;
}

.deliver2ContentCol {
  width: 1120px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.deliver2ContentCol li {
  width: 16.666666%;
  height: 320px;
  display: flex;
  align-items: center;
  transition: .5s;
  padding: 0 25px;
  box-sizing: border-box;
}

.deliver2ContentCol li img {
  margin: auto;
  position: relative;
}

.deliver2ContentColList {
  text-align: center;
  margin-top: 30px;
  height: 130px;
}

.deliver2ContentColList h2 {
  font-size: 18px;
  color: #547887;
  margin-bottom: 20px;
}

.deliver2ContentColList p {
  font-size: 14px;
  color: #eef3f5;
}

.deliver2ContentCol li img:nth-child(2) {
  display: none;
}

.deliver3 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #eef3f5;
}

.deliver3Lfet {
  width: 50%;
  display: flex;
  justify-content: center;
}

.deliver3LfetTitle {
  margin-bottom: 100px;
}

.deliver3LfetTitle h2 {
  font-size: 24px;
  color: #547887;
}

.deliver3LfetTitle p {
  font-size: 14px;
  color: #8bafbe;
  margin-top: 15px;
}

.deliver3LfetContent li {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.deliver3LfetContent li img {
  width: 52px;
  margin-right: 15px;
}

.deliver3LfetContent1 li {
  display: inline-block;
}

.deliver3LfetContentT h2 {
  font-size: 18px;
  color: #547887;
}

.deliver3LfetContentT p {
  font-size: 14px;
  color: #545454;
  margin-top: 10px;
}

.deliver3Right {
  width: 40%;
  position: relative;
  overflow: hidden;
}

.deliver3Right img {
  width: 100%;
}

.deliver4BoxTitle h2 {
  font-size: 24px;
  color: #547887;
}

.deliver4BoxTitle p {
  font-size: 14px;
  color: #8bafbe;
}

.deliver4Position {
  width: 100%;
  background: #eef3f5;
  position: relative;
  height: 680px;
}

.deliver4Img {
  position: relative;
  z-index: 1;
  width: 50%;
  background: url(../images/icon41.png)no-repeat center;
  background-size: cover;
  height: 580px;
}

.deliver4Box {
  width: 1100px;
  margin: auto;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: row-reverse;
}

.deliver4BoxGroup {
  background: #fff;
  width: 60%;
  box-sizing: border-box;
  padding: 3% 3% 4% 15%;
}

.deliver4BoxUl {
  margin-top: 60px;
}

.deliver4BoxUl li {
  margin-top: 30px;
}

.deliver4BoxUl h2 {
  font-size: 18px;
  color: #547887;
  margin-bottom: 15px;
}

.deliver4BoxUl p {
  font-size: 14px;
  color: #545454;
  line-height: 25px;
}

.deliver5 {
  background: #eef3f5;
  display: flex;
  align-items: center;
  height: 100%;
}

.deliver5Img {
  width: 80%;
  position: relative;
  height: 100%;
}

.deliver5ImgBox {
  width: 100%;
  height: 100%;
  background: url(../images/icon43.png)no-repeat right;
  background-size: cover;
}

.deliver5ImgBox1 {
  width: 100%;
  height: 100%;
  background: url(../images/icon44.png)no-repeat left;
  background-size: cover;
}

.deliver5ImgBox2 {
  width: 100%;
  height: 100%;
  background: url(../images/icon42.png)no-repeat left;
  background-size: cover;
}

.deliver5Content {
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.deliver6 .slideBox {
  width: 75%;
}

.popularContainer .slideBox {
  width: 100%;
}

.deliver5ContentBox {
  width: 70%;
  padding: 0 25px;
  box-sizing: border-box;
}

.deliver6 {
  height: 100%;
  display: flex;
  align-items: center;
  background: #eef3f5;
}

.slideTitle {
  margin-bottom: 200px;
}

.slideTitle h2 {
  font-size: 24px;
  color: #547887;
  margin-bottom: 10px;
}

.slideTitle p {
  font-size: 14px;
  color: #8bafbe;
}

.slideContent {
  font-size: 22px;
  color: #547887;
}

.icon8 {
  width: 24px;
  height: 2px;
  background: #8bafbe;
  margin-top: 10px;
}

.slideCol h2 {
  font-size: 18px;
  color: #547887;
  margin-bottom: 10px;
}

.slideCol p {
  font-size: 14px;
  color: #545454;
  margin-bottom: 10px;
}

.slideCol {
  margin-top: 40px;
}

.deliver6Img {
  width: 50%;
  height: 100%;
}

.deliver6Img img {
  width: 100%;
  /* height: 100%; */
}

.deliver6-swiper-container {
  height: 100%;
  width: 50%;
}

.deliver6-swiper-container .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.deliver6ImgNext {
  width: 40px;
  height: 100px;
  background: #8dc5dc;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 20px rgba(174, 198, 208, .3);
}

.deliver6ImgNext h2 {
  font-size: 20px;
  color: #fff;
  writing-mode: vertical-rl;
}

.icon9 {
  width: 1px;
  height: 60px;
  background: #fff;
}

.deliver6ImgContent {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
}

.deliver6ImgContentBox {
  position: relative;
  height: 100%;
}

.deliver6ImgContentNum {
  font-size: 20px;
  color: #545454;
  text-align: center;
  position: absolute;
  top: 75%;
  left: 53.5%;
}

.deliver6-swiper-container .swiper-button-next {
  position: absolute;
  top: 150px;
  right: 0px;
  width: auto;
}

.deliver7 {
  background: #eef3f5;
}

.deliver7Banner img {
  width: 100%;
}

.deliver7BanContent {
  text-align: center;
  margin-top: 90px;
}

.deliver7BanCon {
  margin: 60px 0;
}

.deliver7BanContentTitle h2 {
  font-size: 24px;
  color: #547887;
}

.deliver7BanContentTitle h3 {
  font-size: 14px;
  color: #8bafbe;
  margin-top: 10px;
}

.deliver7BanCon1 {
  margin-top: 25px;
}

.deliver7BanCon1 h2 {
  font-size: 18px;
  color: #547887;
}

.deliver7BanCon1 p {
  font-size: 14px;
  color: #545454;
  margin-top: 10px;
}

.popular {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 480px;
}

.popularBan img {
  width: 100%;
}

.popularContainer {
  height: 480px;
  overflow: hidden;
  padding: 30px 50px 0 40px;
  box-sizing: border-box;
  position: relative;
  width: 400px;
}

.popularContainer p {
  font-size: 14px;
  color: #545454;
  margin-top: 20px;
  line-height: 25px;
}

.popular-swiper-wrapper {
  width: 140px;
}

.monitoring {
  text-align: center;
  background: #f7fbfd;
  padding: 90px 0 55px;
  margin-bottom: 95px;
  width: 100%;
}

.monitoringTitle h2 {
  font-size: 24px;
  color: #547887;
}

.monitoringTitle h3 {
  font-size: 14px;
  color: #8bafbe;
  margin-top: 15px;
}

.monitoringCon {
  margin-top: 60px;
}

.monitoringCon h2 {
  font-size: 18px;
  color: #547887;
}

.monitoringCon p {
  font-size: 14px;
  color: #545454;
  margin-top: 20px;
}

.monitoringList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1100px;
  margin: 80px auto 55px;
}

.monitoringList li {
  width: 275px;
  height: 330px;
  transition: .5s;
  text-align: center;
  padding: 0 30px;
  box-sizing: border-box;
}

.monitoringListImg {
  width: 100%;
  padding: 30px 0;
}

.monitoringListImg img {
  width: 70px;
  margin: auto;
}

.monitoringListCon h2 {
  font-size: 18px;
  color: #547887;
  margin-top: 25px;
}

.monitoringListCon p {
  font-size: 15px;
  color: #959595;
  margin-top: 25px;
}

.monitoringListImg img:nth-child(2) {
  display: none;
}

.deliver4Img1 {
  background: url(../images/icon45.jpg)no-repeat center;
}

.media {
  padding: 95px 0;
  background: #fff;
  text-align: center;
  margin-top: 100px;
  width: 100%;
}

.mediaTitle h2 {
  font-size: 24px;
  color: #547887;
}

.mediaTitle h3 {
  font-size: 14px;
  color: #8bafbe;
  margin-top: 15px;
}

.mediaCon p {
  font-size: 14px;
  color: #545454;
  margin-top: 40px;
}

.mediaList {
  display: flex;
  align-items: center;
  width: 1100px;
  margin: 60px auto 0;
  justify-content: space-between;
}

.mediaList li h2 {
  margin-top: 25px;
  font-size: 18px;
  color: #547887;
}

.popularIcon {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 0;
  display: flex;
  justify-content: space-around;
}

.popularIcon .swiper-button-next {
  position: initial;
  background: none;
  width: auto;
  height: auto;
  /* transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -o-transform: rotate(-90deg); */
}

.popularIcon .popularIconNum {
  text-align: center;
}

.deliver7Banner {
  width: 100%;
  height: 460px;
  background: url(../images/icon46.jpg) no-repeat center;
  background-size: cover;
}

.cardTwo {
  overflow: scroll !important;
}


/* 垃圾 */

.regardBox1Home {
  height: 100vh;
}

.regard {
  width: 100%;
  height: 910px;
  position: relative;
  display: flex;
}

.regardBox1 {
  background: #eef3f5;
}

.regardBox {
  background: #eef3f5;
}

.logoPlaceholder {
  height: 100%;
  width: 200px;
}

.xsHome {
  width: 100%;
  height: 100%;
  display: flex;
  background: #f7fbfd;
}

.home2 {
  width: 1000px;
  height: 910px;
  padding: 125px 0;
  box-sizing: border-box;
  margin: auto;
}

.home2Title {
  text-align: center;
}

.home2Title h2 {
  font-size: 24px;
  color: #547887;
}

.home2Title p {
  font-size: 14px;
  color: #8bafbe;
  font-weight: 100;
  margin: 10px 0 75px;
}

.home2ContentCol h2 {
  font-size: 18px;
  color: #fff;
  margin-top: 15px;
}

.home2ContentCol h3 {
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  margin-top: 5px;
}

.home2Content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1000px;
  margin: auto;
}

.home2Content li {
  width: 30%;
  height: 420px;
  position: relative;
}

.home2Content li img {
  width: 100%;
}

.home2ContentCol {
  position: absolute;
  top: 0;
  left: 0;
  padding: 29px 30px;
  box-sizing: border-box;
}

.icon3 {
  width: 67px;
  height: 1px;
  background: #fff;
}

.scheme {
  position: relative;
  width: 1100px;
  height: 580px;
}

.schemeImg {
  width: 650px;
  position: absolute;
  left: 0;
  z-index: 1;
}

.schemeImg img {
  width: 100%;
}

.schemeContent {
  height: 460px;
  width: 650px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  padding-left: 240px;
  padding-right: 25px;
  box-sizing: border-box;
}

.schemeContent h1 {
  font-size: 36px;
  color: #8bafbe;
  line-height: 35px;
  font-weight: 900;
  padding-top: 40px;
  margin-bottom: 15px;
  opacity: .2;
}

.schemeContent h2 {
  font-size: 24px;
  color: #547887;
  margin-bottom: 30px;
}

.schemeContent .schemeContentP {
  margin-bottom: 70px;
}

.schemeContent .schemeContentP p {
  font-size: 14px;
  color: #545454;
}

.icon4 {
  width: 38px;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #2a242c;
}

.xsScheme {
  width: 100%;
  height: 753px;
  display: flex;
  background: #eef3f5;
}

.xsMarketing, .xsClientele, .xsMessage, .xsSite, .xsFooterBtm {
  width: 100%;
  display: flex;
}

.xsBoxWu {
  width: 100%;
  padding-left: 200px;
  box-sizing: border-box;
}

.XSdeliver6Img img {
  display: none;
}

.deliver5Img .deliver5ImgBox1 {
  display: block;
}


/* 响应式 */

@media (min-width: 1920px) {
  .deliver5Img {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .marketingContent li:hover {
    background: #8dc5dc;
  }
  .marketingContent li:hover img:nth-child(1) {
    display: block;
  }
  .marketingContent li:hover img:nth-child(2) {
    display: none;
  }
  .deliver1 ul li:hover {
    box-shadow: 0 0 20px rgba(201, 221, 229, .5);
  }
  .deliver1 ul li:hover img:nth-child(2) {
    display: block;
  }
  .deliver1 ul li:hover img:nth-child(1) {
    display: none;
  }
  .deliver2ContentCol li:hover {
    background: #8dc5dc;
  }
  .deliver2ContentCol li:hover img:nth-child(2) {
    display: block;
  }
  .deliver2ContentCol li:hover img:nth-child(1) {
    display: none;
  }
  .deliver2ContentCol li:hover .deliver2ContentColList h2, .deliver2ContentCol li:hover .deliver2ContentColList p {
    color: #fff;
  }
  .monitoringList li:hover {
    background: #8dc5dc;
  }
  .monitoringList li:hover .monitoringListCon h2, .monitoringList li:hover .monitoringListCon p {
    color: #fff;
  }
  .monitoringList li:hover .monitoringListImg img:nth-child(2) {
    display: block;
  }
  .monitoringList li:hover .monitoringListImg img:nth-child(1) {
    display: none;
  }
  .marketingContent li:hover h2 {
    color: #fff;
  }
}

@media (max-width: 1700px) {
  .homeMain {
    height: 630px;
  }
  .homeMainBox h2 {
    margin-top: 50px;
  }
}

@media (max-width: 1450px) {
  .marketingContent {
    width: 900px;
  }
  .homeMain {
    width: 90%;
  }
}

@media (max-width: 1400px) {
  #header, #footer {
    width: 64%;
  }
  .home {
    width: 64%;
  }
  .deliver3LfetTitle {
    margin-bottom: 25px;
  }
  .deliver3LfetContent li {
    padding: 20px 0;
  }
  .deliver5ContentBox {
    width: 85%;
  }
  .deliver5Content {
    width: 100%;
  }
  .deliver4BoxUl li {
    margin-top: 25px;
  }
  .deliver4BoxUl h2 {
    margin-bottom: 6px;
  }
  .deliver2ContentCol, .messageBox, .siteBox {
    width: 1000px;
  }
  .deliverContent {
    width: 90%;
  }
  .deliverContentCol {
    width: 40%;
  }
  .deliver1 ul {
    width: 100%;
    justify-content: space-between;
  }
  .deliver1 ul li {
    width: 30%;
    margin: 10px;
  }
  .deliver4Box, .mediaList, .monitoringList {
    width: 1000px;
  }
  .deliver6ImgContentNum {
    left: 56%;
  }
}

@media (max-width: 1200px) {
  .home2Content {
    width: 90%;
  }
  .home2Content li {
    width: 30%;
  }
  .schemeImg {
    position: inherit;
    margin: 0 auto;
  }
  .schemeContent {
    position: inherit;
    margin: auto;
    padding: 0 25px;
  }
  .scheme {
    height: auto;
  }
  .icon4 {
    display: none;
  }
  .clientele ul {
    width: 100%;
  }
  .messageRightCol input {
    width: 30%;
  }
  .messageBox {
    width: 75%;
  }
  .siteBox {
    width: 100%;
    justify-content: space-around;
  }
  .deliverContent {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .deliverContentImg {
    width: 100%;
  }
  .deliverContentCol {
    width: 100%;
  }
  .deliver2ContentCol {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .deliver4BoxUl {
    margin-top: 30px;
  }
  .deliver4Box {
    width: 100%;
  }
  .deliver3LfetTitle {
    margin-bottom: 25px;
  }
  .deliver3LfetContent li {
    padding: 20px 0;
  }
  .deliver4BoxUl li {
    margin-top: 15px;
  }
  .slideTitle {
    margin-bottom: 100px;
  }
  .media {
    margin-top: 0;
  }
  .monitoring {
    margin-bottom: 50px;
  }
  .monitoringList, .mediaList {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .popularContainer {
    padding: 30px 30px 0 30px;
  }
  .deliver2ContentText {
    width: 80%;
  }
  .home2Content {
    width: 100%;
    justify-content: space-around;
  }
  .homeMain {
    width: 100%;
  }
  .marketingContent {
    width: 100%;
  }
  .xsScheme {
    height: 1000px;
    align-items: center;
  }
}

@media (max-width: 1024px) {
  .homeMain {
    flex-flow: column;
  }
  .homeMain img {
    margin: auto;
    top: auto;
    left: auto;
  }
  .homeMain {
    padding: 20px 0;
    height: auto;
  }
  .homeMainCon {
    margin: auto;
  }
  .homeMain img, .homeMainCon {
    padding: 0 25px;
    box-sizing: border-box;
    width: 100%;
  }
  .homeMainBox {
    width: 100%;
  }
}

@media (max-width: 800px) {
  /*.word_title h1{
    font-size: 20px;
  }
  .public_center h1{
    font-size: 20px;
    margin: 0 auto 5px;
  }
  .word_title h2{
    margin: 5px 0 40px;
  }*/
  /*.homeMainCon h2{
    font-size: 20px;
    margin-top:30px;
  }
  .homeMainCon h3,.marketingTitle p{
    margin-top:5px;
  }
  .home2Title h2,.schemeContent h2,.marketingTitle h2{
    font-size: 20px;
  }*/
  .home2 {
    padding: 25px 0;
  }
  .home2Content {
    width: 100%;
    display: block;
  }
  .home2Content li {
    width: 100%;
    height: 220px;
    margin-top: 25px;
  }
  .home2Content li:nth-child(2) {
    background: url(../images/icon48.jpg)no-repeat 0 40%;
    background-size: cover;
  }
  .home2Title p {
    margin: 5px 0 25px;
  }
  .schemeImg {
    width: 100%;
    margin-left: -10px;
  }
  .schemeContent {
    width: 100%;
    height: auto;
    padding-bottom: 30px;
    padding-top: 120px;
    margin: -123px 0px 0px 10px;
  }
  .scheme {
    padding: 25px 25px;
    box-sizing: border-box;
    width: 100%;
    top: -10%;
    transform: translate(-50%, 0%);
  }
  .schemeContent .schemeContentP {
    margin: 0;
  }
  .schemeContent h1 {
    padding-top: 20px;
    font-size: 28px;
    line-height: 30px;
  }
  .schemeContent h2 {
    margin-bottom: 15px;
  }
  .homeMainBtn button {
    font-size: 16px;
  }
  .marketingContent {
    width: 100%;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .marketingContent li {
    width: 50%;
    height: auto;
    margin-bottom: 20px;
  }
  .marketingTitle {
    padding-top: 0;
  }
  .marketing {
    padding: 30px 25px;
    height: 100%;
  }
  .marketingBack {
    width: 20%;
  }
  .marketingContent li img {
    width: 65px;
  }
  .marketingBack img {
    width: 100%;
  }
  #header, #footer {
    width: 100% !important;
    opacity: 1;
  }
  .messageBox {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 30px;
    height: auto;
    padding-bottom: 30px;
  }
  .messageLeftCon {
    width: 100%;
    position: inherit;
  }
  .messageRightCol {
    flex-wrap: wrap;
  }
  .messageRightCol input {
    width: 100%;
    margin-top: 20px;
    height: 40px;
  }
  .messageRight {
    width: 100%;
  }
  .clientele ul {
    margin: 20px auto;
    height: auto;
  }
  .messageBgImg {
    display: none;
  }
  .messageRightText textarea {
    height: 130px;
    margin-top: 30px;
  }
  .homeMainBtn {
    margin-top: 25px;
  }
  .homefooter ul {
    width: 80px;
    height: 10px;
  }
  .homefooter ul li {
    width: 20px;
    height: 10px;
  }
  .siteBox {
    width: 100%;
    flex-wrap: wrap;
    padding: 35px 25px;
    box-sizing: border-box;
  }
  .siteLeft {
    width: 100%;
  }
  .siteRight {
    width: 100%;
    margin-top: 20px;
  }
  /* .footerBtm p {
    padding: 0 40px;
  } */
  .deliver1 {
    padding: 50px 0 50px;
  }
  .deliver1 ul {
    width: 100%;
    padding: 25px 25px 0;
    box-sizing: border-box;
  }
  .deliver1 ul li {
    width: 30%;
    margin: 10px 0;
  }
  .deliver2ContentCol {
    flex-flow: wrap;
  }
  .deliver2ContentCol li {
    width: 33.333%;
    height: auto;
    padding: 0;
    margin-top: 10px;
    justify-content: space-between;
  }
  .deliver2ContentText {
    width: 100%;
  }
  .deliver2ContentColList p {
    display: none;
  }
  .deliver2ContentColLi {
    margin: auto;
  }
  .deliver3 {
    flex-direction: column-reverse;
  }
  .deliver3Lfet {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .deliver3Right {
    width: 100%;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .deliver4Position {
    height: auto;
  }
  .deliver4Box {
    padding: 0 25px;
    box-sizing: border-box;
    position: inherit;
  }
  .deliver4Img {
    width: 90%;
    height: 225px;
  }
  .deliver4BoxGroup {
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
  }
  .deliver5 img {
    width: 100%;
  }
  .deliver5ContentBox {
    width: 100%;
  }
  .deliver5 {
    height: auto;
    flex-direction: column;
    padding-bottom: 30px;
  }
  .deliver5_1 {
    flex-direction: column-reverse;
    padding-bottom: 30px;
  }
  .deliver6 {
    height: 140%;
    flex-direction: column-reverse;
  }
  .deliver6-swiper-container .slideBox {
    width: 100%;
  }
  .deliver6Img {
    height: 100%;
    width: 100%;
  }
  .slideCol {
    margin-top: 20px;
  }
  .deliver6-swiper-container {
    width: 100%;
    padding: 0 25px !important;
    box-sizing: border-box;
  }
  .deliver6-swiper-container .swiper-button-next {
    right: 25px;
  }
  .slideTitle {
    margin-bottom: 35px;
  }
  .deliver6-swiper-container .swiper-button-next {
    top: 75px;
  }
  .deliver6ImgContentNum {
    top: 60%;
    left: 2%;
  }
  .deliver7BanContent {
    padding: 0 25px;
    box-sizing: border-box;
    margin-top: 35px;
  }
  .popularContainer {
    padding: 30px 25px 0;
    margin: auto;
    height: 270px;
    width: 100%;
  }
  .popular {
    display: block;
  }
  .popular {
    height: auto;
  }
  .popularIcon {
    bottom: 5%;
    width: 85%;
    right: 0;
    margin: auto;
    justify-content: space-between;
  }
  .popularContainer p {
    margin-top: 10px;
    line-height: 20px;
  }
  .monitoringTitle h3 {
    margin-top: 5px;
  }
  .monitoringCon {
    margin-top: 40px;
  }
  .monitoringCon p {
    margin-top: 10px;
    padding: 0 25px;
    box-sizing: border-box;
  }
  .monitoringList {
    flex-flow: wrap;
  }
  .monitoringList li {
    width: 50%;
    height: auto;
  }
  .monitoringList {
    margin: 30px 0 0;
  }
  .monitoringListCon p {
    display: none;
  }
  .monitoringListCon h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .monitoringListImg img {
    width: 50px;
  }
  .monitoringListImg img {
    margin-top: 10px;
  }
  .monitoringListImg {
    padding: 15px 0;
  }
  .monitoring {
    padding: 40px 0 55px;
  }
  .media {
    margin-top: 20px;
    padding: 40px 0;
  }
  .mediaList {
    flex-flow: wrap;
  }
  .mediaList li {
    margin: 15px;
  }
  .mediaList li img {
    width: 50px;
    margin: auto;
  }
  .mediaCon p {
    padding: 0 25px;
    box-sizing: border-box;
  }
  .mediaList {
    margin: 30px auto 0;
  }
  .deliver7Banner {
    height: 260px;
  }
  .deliver7BanCon {
    margin: 30px 0;
  }
  .site h2 {
    margin-bottom: 10px;
  }
  .popularIcon .swiper-button-next {
    transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform-origin: right;
    margin-top: -12%;
  }
  .regard {
    height: 1005px;
  }
  /* .logo {
    display: flex;
    align-items: center;
    justify-content: center;
  } */
  #left, .floatBoxCon {
    display: none;
  }
  .xsBoxWu {
    padding-left: 0;
  }
  .xsBox {
    width: 100% !important;
    margin-top: 60px;
  }
  /* .menu{
    left: auto !important;
  }
  .logoGif{

  } */
  .home {
    width: 100% !important;
    height: 100% !important;
    display: block;
  }
  .homeVideo video {
    /* opacity: 1; */
    display: none;
  }
  .homeVideo img {
    /* opacity: 1; */
    display: block;
  }
  .xsScheme {
    height: 740px;
  }
  #header {
    top: 11%;
  }
  .subject {
    left: 0 !important;
    width: 100%;
    z-index: 999;
  }
  .subjectBox {
    height: 60%;
    top: 10%;
  }
  .subject li a {
    font-size: 20px;
  }
  .subjectBoxCon {
    width: 100%;
  }
  .subjectCon {
    display: block;
    font-size: 16px;
    line-height: 25px;
  }
  .subjectFooter {
    display: block;
  }
  .messageLeftCon h2 {
    font-size: 26px;
    line-height: 26px;
  }
  .messageLeftCon h3 {
    font-size: 22px;
    margin: 15px 0 10px;
  }
  .marketingContent li h2 {
    margin-top: 5px;
  }
  .footerBtm p {
    font-size: 14px;
  }
  .deliver2Banner {
    height: 250px;
  }
  .popularIcon .popularIconNum {
    display: flex;
    align-items: center;
  }
  .popularContainer h2 {
    margin: 0 5px;
  }
  .mediaList li h2 {
    margin-top: 10px;
  }
  .deliver3LfetContent li img {
    width: 45px;
  }
  .deliver2ContentCol li img {
    width: 50px;
  }
  .deliver2ContentColList {
    margin-top: 10px;
    height: 50px;
  }
  .deliver5ImgBox {
    display: none;
  }
  .deliver5ImgBox1 {
    display: none;
  }
  .deliver5ImgBox2 {
    display: none;
  }
  .XSdeliver6Img img {
    display: block;
  }
}

@media (max-width: 320px) {
  .deliver6 {
    height: 135%;
  }
  .subjectBox {
    height: 360px;
    top: 10%;
  }
  #header {
    top: 13%;
  }
}

@keyframes change {
  0% {
    opacity: 0;
    transform: translate3d(0, 300px, 0);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.home2Title h2 {
  animation: change .5s forwards;
  opacity: 0;
}

.home2Title p, .home2Content li:nth-child(1), .schemeContent h1, .marketingTitle, .clientele li:nth-child(1), .messageLeftCon, .deliver7BanContentTitle, .word_title h1, .slideTitle, .monitoringTitle h2, .mediaTitle, .deliver3LfetTitle, .deliverContentCol h2, .deliver2ContentCol li:nth-child(1) {
  animation: change .8s forwards;
  opacity: 0;
}

.home2Content li:nth-child(2), .schemeContent h2, .marketingContent li:nth-child(1), .clientele li:nth-child(2), .messageRight input:nth-child(1), .deliver7BanCon, .popularContainer, .word_title h1, .box_con .box_letter, .word_title h2, .public_center h1, .slideContent, .main_word p, .monitoringTitle h3 {
  opacity: 0;
  animation: change 1s forwards;
}

.deliver3LfetContent li:nth-child(1), .deliver1 ul li:nth-child(1), .deliver1 ul li:nth-child(5), .deliver1 ul li:nth-child(9), .deliver1 ul li:nth-child(13), .deliverContentCol h3, .deliver2ContentTitle, .deliver2ContentCol li:nth-child(2) {
  opacity: 0;
  animation: change 1s forwards;
}

.home2Content li:nth-child(3), .schemeContentP, .marketingContent li:nth-child(2), .clientele li:nth-child(3), .messageRight input:nth-child(2), .word_title h2, .box_con img, .main_word p, .manager_item li:nth-child(2), .public_center h2, .monitoringCon h2, .deliver4Img1, .mediaCon {
  animation: change 1.2s forwards;
  opacity: 0;
}

.deliver3LfetContent li:nth-child(2), .deliver1 ul li:nth-child(2), .deliver1 ul li:nth-child(6), .deliver1 ul li:nth-child(10), .deliver1 ul li:nth-child(14), .deliverContent p:nth-child(1), .deliver2ContentText, .deliver2ContentCol li:nth-child(3) {
  animation: change 1.2s forwards;
  opacity: 0;
}

.marketingContent li:nth-child(3), .clientele li:nth-child(4), .messageRight input:nth-child(3), .word_title p, .box_con, .public_center p, .slideCol:nth-child(1), .monitoringCon p, .deliver4BoxTitle, .mediaList li:nth-child(1), .deliver3LfetContent li:nth-child(3), .deliverContent p:nth-child(2) {
  animation: change 1.4s forwards;
  opacity: 0;
}

.deliver1 ul li:nth-child(3), .deliver1 ul li:nth-child(7), .deliver1 ul li:nth-child(11), .deliver1 ul li:nth-child(15), .deliverContent p:nth-child(3), .deliver2ContentCol li:nth-child(4) {
  animation: change 1.4s forwards;
  opacity: 0;
}

.marketingContent li:nth-child(4), .messageRightText textarea, .public_center .way_scroll li:nth-child(1), .slideCol:nth-child(2), .monitoringList li:nth-child(1), .deliver4BoxUl li:nth-child(1), .mediaList li:nth-child(2), .deliver3LfetContent li:nth-child(4), .deliverContent p:nth-child(4) {
  animation: change 1.6s forwards;
  opacity: 0;
}

.deliver1 ul li:nth-child(4), .deliver1 ul li:nth-child(8), .deliver1 ul li:nth-child(12), .deliver2ContentCol li:nth-child(5) {
  animation: change 1.6s forwards;
  opacity: 0;
}

.public_center .way_scroll li:nth-child(2), .slideCol:nth-child(3), .monitoringList li:nth-child(2), .deliver4BoxUl li:nth-child(2), .mediaList li:nth-child(3), .deliverContent p:nth-child(5), .deliver3LfetContent li:nth-child(5), .deliver2ContentCol li:nth-child(5) {
  animation: change 1.8s forwards;
  opacity: 0;
}

.homeMainBox h2, .public_center .way_scroll li:nth-child(3), .slideCol:nth-child(4), .monitoringList li:nth-child(3), .deliver4BoxUl li:nth-child(3), .mediaList li:nth-child(4), .deliver2ContentCol li:nth-child(6) {
  animation: change 2s forwards;
  opacity: 0;
}

.homeMainBox h3, .public_center .way_scroll li:nth-child(4), .monitoringList li:nth-child(4), .deliver4BoxUl li:nth-child(4), .mediaList li:nth-child(5) {
  animation: change 2.2s forwards;
  opacity: 0;
}

.homeMainBox p, .mediaList li:nth-child(6), .deliver4BoxUl li:nth-child(5) {
  animation: change 2.4s forwards;
  opacity: 0;
}

.homeMainBtn, .deliver4BoxUl li:nth-child(6) {
  animation: change 2.6s forwards;
  opacity: 0;
}

.manager_item li:nth-child(1) {
  opacity: 0;
  animation: change 1s .2s forwards;
}

.manager_item li:nth-child(2) {
  opacity: 0;
  animation: change 1s .4s forwards;
}

.manager_item li:nth-child(3) {
  opacity: 0;
  animation: change 1s .6s forwards;
}

.manager_item li:nth-child(4) {
  opacity: 0;
  animation: change 1s .8s forwards;
}

.manager_item li:nth-child(5) {
  opacity: 0;
  animation: change 1s 1s forwards;
}

.manager_item li:nth-child(6) {
  opacity: 0;
  animation: change 1s 1.2s forwards;
}

.manager_item li:nth-child(7) {
  opacity: 0;
  animation: change 1s 1.4s forwards;
}

.manager_item li:nth-child(8) {
  opacity: 0;
  animation: change 1s 1.6s forwards;
}

.width100 {
  width: 100%;
}

.homefooterDown {
  opacity: 0;
  animation: homefooterDown 1s infinite;
  position: absolute;
  left: 0;
  right: 0;
  top: 0px;
  margin: auto;
}

.none {
  display: none;
}

@keyframes homefooterDown {
  0% {
    opacity: 0;
    top: -10px;
  }
  100% {
    opacity: 1;
    top: 10px;
  }
}

.opacity {
  height: 100px;
  width: 100%;
}

.homeMain img {
  opacity: 0;
  animation: change 1s 1s forwards;
}

.homeMainBox h2 {
  animation: change 1.5s 1s forwards;
}

.homeMainBox h3 {
  animation: change 2s 1s forwards;
}

.homeMainBox p {
  animation: change 2.5s 1s forwards;
}
.home2Title h2{
  animation: change 0.5s 0.5s forwards;
}
.home2Title p{
  animation: change 1s 0.5s forwards;
}
.home2Content li:nth-child(1) {
  opacity: 0;
  animation: change 1.2s 0.5s forwards;
}

.home2Content li:nth-child(2) {
  opacity: 0;
  animation: change 1.4s 0.5s forwards;
}

.home2Content li:nth-child(3) {
  opacity: 0;
  animation: change 1.6s 0.5s forwards;
}

.schemeImg {
  opacity: 0;
  animation: change 1s 1s forwards;
}
.schemeContent{
  opacity: 0;
  animation: change 1s 0.5s forwards;
}
.schemeContent h1{
  opacity: 0;
  animation: change 1s 1s forwards;
}
.schemeContent h2{
  opacity: 0;
  animation: change 1.2s 1s forwards;
}
.schemeContent .schemeContentP{
  opacity: 0;
  animation: change 1.4s 1s forwards;
}
.schemeContent .homeMainBtn {
  opacity: 0;
  animation: change 1.6s 1s forwards;
}
