/*一行省略隐藏*/
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*多行省略隐藏*/
.ellipsis2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
.domestic .anchor {
  width: 1px;
  height: 1px;
  position: absolute;
  z-index: -1;
  top: 0px;
  left: 0;
}
.domestic .hxjsh {
  background-color: #F4F4F4;
  padding: 50px 0 70px 0;
  position: relative;
}
.domestic .hxjsh .nr {
  margin-top: 30px;
}
.domestic .hxjsh .list {
  clear: both;
  margin-left: -8px;
  margin-right: -7px;
}
.domestic .hxjsh li {
  width: 25%;
  float: left;
  padding: 0 7px 0 8px;
  position: relative;
}
.domestic .hxjsh li .box {
  background: #fff;
  border: 1px #ededed solid;
  position: relative;
  text-align: center;
  transition: all .5s;
}
.domestic .hxjsh li .box:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #ed6827;
  margin: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transition: all .5s;
}
.domestic .hxjsh li .pic {
  /* background: #eeeeee; */
  display: block;
  margin: auto;
  z-index: 9;
  text-align: center;
  padding: 15px 0 0 0;
  position: relative;
}
.domestic .hxjsh li .pic img {
  width: 80px;
  height: 80px;
}
.domestic .hxjsh li .text {
  padding: 24px 20px;
  position: relative;
}
.domestic .hxjsh li .title {
  font-size: 18px;
  position: relative;
}
.domestic .hxjsh li .info {
  /* overflow: hidden; */
  /* display: -webkit-box; */
  /* -webkit-box-orient: vertical; */
  /* text-overflow: ellipsis; */
  /* -webkit-line-clamp: 2; */
  font-size: 14px;

  font-weight: 400;
  color: #666666;
}
.domestic .hxjsh li .box:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.domestic .hxjsh li .box:hover:after {
  width: 100%;
}
.domestic .hxjsh li .box:hover .title:after {
  width: 50px;
}
.domestic .hxjsh li .box:hover .default {
  display: none;
}
.domestic .hxjsh li .box:hover .hover {
  display: block;
}
.domestic .lmbkr {
  padding: 50px 0 0 0;
  position: relative;
}
.domestic .lmbkr li .box:after {
  content: "";
  display: block;
  width: 0;
  height: 12px;
  margin: auto;
  margin-top: 10px;
}
.domestic .lmbkr li .box:hover:after {
	border-bottom: 12px solid #ed6827;
	border-right: 12px solid transparent;
	border-left: 12px solid transparent;
}
.domestic .lmbkr .nr {
  margin-top: 30px;
  background: #fff;
}
.domestic .lmbkr .nr .list{
  /* border: 1px solid #666666; */
  /* padding-left: 100px; */
  display: flex;
  justify-content: space-between;
}
.domestic .lmbkr .nr .list .box{
  text-align: center;
  font-size: 20.03px;
}
.domestic .lmbkr .nr li{
  width: 25%;
  /* float: left; */
  /* flex: 1; */
  /* border: 1px solid #666666; */
}
.domestic .lmbkr .nr li:hover{
  color: #ed6827;

}
.domestic .lmbkr .nr li .xianbei:hover{
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.domestic .lmbkr .xianbei{
  text-align: center;
  margin: auto;
  width: 90px;
  height: 90px;
  border: rgba(0, 0, 0, 0.1) 1px solid;
  border-radius: 50%;
  position: relative;
  top: -9px;
}
.domestic .lmbkr img{
  position: relative;
  top: 15px !important;
}
.domestic .lcht {
  padding: 50px 0 70px 0;
  position: relative;
}
.domestic .lcht .nr {
  margin-top: 30px;
}
.domestic .lcht .pic {
  text-align: center;
}
.domestic .youshi {
  padding: 50px 0 70px 0;
  background: #f7f7f7;
  position: relative;
}
.domestic .youshi .nr {
  margin-top: 30px;
}
.domestic .youshi .list {
  clear: both;
  margin-left: -8px;
  margin-right: -7px;
}
.domestic .youshi li {
  width: 33.33333333%;
  float: left;
  padding: 0 7px 0 8px;
  position: relative;
}
.domestic .youshi li .box {
  color: #333;
  position: relative;
  transition: all .5s;
}
.domestic .youshi li .box:after {
  content: "";
  display: block;
  width: 0;
  height: 4px;
  background: #666666;
  margin: auto;
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  transition: all .5s;
}
.domestic .youshi li .title {
  font-size: 20px;
  background: #ed6827;
  color: #fff;
  line-height: 50px;
  text-align: center;
  position: relative;
}
.domestic .youshi li .text {
  background: #fff;
  padding: 30px 20px;
  position: relative;
  min-height: 211px;
  border: 1px #ededed solid;
}
.domestic .youshi li .text .txt {
  margin-bottom: 22px;
}
.domestic .youshi li .text .txt:last-child {
  margin-bottom: 0;
}
.domestic .youshi li .a-01 {
  color: #ed6827;
  margin-right: 5px;
}
.domestic .youshi li .a-01:hover {
  text-decoration: underline;
}
.domestic .youshi li .box:hover {
  background: #fff;
}
.domestic .youshi li .box:hover:after {
  width: 100%;
}
.domestic .youshi li .box:hover .title:after {
  width: 50px;
}
.domestic .anli {
  padding: 60px 0;
  position: relative;
}
.domestic .anli .nr {
  margin-top: 30px;
}
.domestic .anli .list {
  margin-left: -7px;
  margin-right: -8px;
}
.domestic .anli li {
  width: 20%;
  float: left;
  padding: 0 7px 0 8px;
}
.domestic .anli .box {
  display: block;
  text-align: center;
  font-size: 14px;
}
.domestic .anli .pic {
  border: 1px #ededed solid;
  position: relative;
  transition: all .5s;
}
.domestic .anli .pic:after {
  content: "";
  display: block;
  padding-top: 41.66666667%;
}
.domestic .anli .hover {
  display: none;
}
.domestic .anli .title {
  color: #333333;
  padding: 12px 0;
}
.domestic .anli .title span {
  max-width: 100%;
  line-height: 26px;
  height: 26px;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.domestic .anli .box:hover .pic {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.domestic .anli .box:hover .title {
  color: #ed6827;
}
.domestic .anli .box:hover .title span {
  border-bottom: 1px #ed6827 solid;
}
@media screen and (max-width: 768px) {
  .domestic .lmbkr .nr .list .box{
    font-size: 14px;
  }
  .domestic .lmbkr .nr .list{
    /* border: 1px solid #666666; */
    /* padding-left: 100px; */
    display: inline-block;
    /* justify-content: space-between; */
  }
  .domestic .lmbkr .nr li{
    width: 49% !important;
    display: inline-block;
    /* float: left; */
    /* flex: 1; */
    /* border: 1px solid #666666; */
  }
  .domestic .hxjsh {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .domestic .hxjsh .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .domestic .hxjsh li {
    width: 50%;
    padding: 0 5px 10px 5px;
  }
  /* .domestic .hxjsh li:last-child {
    width: 100%;
    padding-bottom: 0;
  } */
  .domestic .hxjsh li .text {
    padding-left: 10px;
    padding-right: 10px;
  }
  .domestic .youshi {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .domestic .youshi .list {
    margin-left: 0;
    margin-right: 0;
  }
  .domestic .youshi li {
    width: 100%;
    padding: 0 0 10px 0;
  }
  .domestic .youshi li:last-child {
    padding-bottom: 0;
  }
  .domestic .anli {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .domestic .anli .list {
    margin-left: -5px;
    margin-right: -5px;
  }
  .domestic .anli li {
    width: 50%;
    padding: 0 5px 10px 5px;
  }
  .domestic .anli li:last-child {
    width: 100%;
    padding-bottom: 0;
  }
  .domestic .anli li:last-child .pic {
    height: 100px;
    border: none;
    display: none;
  }
  .domestic .anli li:last-child .title {
    color: #ed6827;
  }
  .hwadve-main{
    padding: 30px 0 40px 0;
  }
  .hwadve-main .tabs{
      margin-top: 20px;
      height: 100px;
  }
  .hwadve-main .tabs .box{
      width: 50%;
      margin: 0;
  }
  .hwadve-main .adve-boxs .sub-box{
      width: 100%;
      float: none;
      border: none;
  }
  .hwadve-main .adve-boxs .box{
      padding: 20px;
      height: auto;
      display: none;
  }
  .hwadve-main .adve-boxs .sub-box .cover{
      width: 100%;
      height: auto;
      text-align: center;
      padding:0;
      position: relative;
      border: none;
  }
  .hwadve-main .adve-boxs .sub-box .cover img{
      position: relative;
      margin: 20px 0;
  }
  .hwadve-main .adve-boxs .sub-box .conter{
      margin: 0;
      height: auto;
  }
  .hwadve-main .adve-boxs .sub-box .br{
      border: none;
  }

  .hwadve-main .adve-boxs .box.box4 .item ul li{
      width: 100%;
      float: none;
  }
}
@media screen and (max-width: 413px) {
  .domestic .lmbkr .item .projects li {
    width: 33.33333333%;
    padding-left: 4px;
    padding-right: 4px;
  }
  .domestic .lmbkr .item .projects .box {
    min-width: auto;
    padding-left: 0px;
    padding-right: 0px;
  }
  .domestic .lmbkr .nr .list{
    padding-left: 10px;
  }
  .domestic .hxjsh li .text {
    padding: 5px;
    min-height: 100px;
  }
  .boxed {
    height: 180px;
  }
}
@media screen and (max-width: 359px) {
  .domestic .lmbkr .item .projects .title {
    font-size: 12px;
  }
  .domestic .lmbkr .nr .list{
    padding-left: 9px;
  }
  .boxed {
    height: 180px;
  }
}
.wuxiaPopup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 100%;
  transition: all .5s;
}
.wuxiaPopup.show {
  display: block;
  z-index: 999;
  opacity: 1;
}
.wuxiaPopup .close {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  z-index: 99999;
  top: 5%;
  right: 5%;
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
  transform: rotate(45deg);
  transition: all .5s;
}
.wuxiaPopup .close:before,
.wuxiaPopup .close:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.wuxiaPopup .close:before {
  width: 100%;
  height: 1px;
}
.wuxiaPopup .close:after {
  width: 1px;
}
.wuxiaPopup .close:hover {
  transform: rotate(-45deg) scale(1.2);
}
.wuxiaPopup .nr {
  position: fixed;
  z-index: 99;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 90%;
  text-align: center;
}
.wuxiaPopup .swiper-container,
.wuxiaPopup .swiper-wrapper,
.wuxiaPopup .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.wuxiaPopup .swiper-slide:after {
  content: "";
  display: block;
}
.wuxiaPopup .swiper-slide img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.wuxiaPopup .arrow-left,
.wuxiaPopup .arrow-right {
  position: absolute;
  width: 60px;
  height: 80px;
  padding: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999;
}
.wuxiaPopup .arrow-left img,
.wuxiaPopup .arrow-right img {
  max-width: 30px;
  max-height: 30px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  vertical-align: middle;
}
.wuxiaPopup .arrow-left:hover,
.wuxiaPopup .arrow-right:hover {
  background: rgba(0, 0, 0, 0.5);
}
.wuxiaPopup .arrow-left {
  left: 5%;
}
.wuxiaPopup .arrow-right {
  bottom: 0;
  right: 5%;
}
.pricePopup {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
}
.pricePopup .close {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  position: absolute;
  z-index: 99999;
  top: 5%;
  right: 5%;
  font-size: 30px;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
  transform: rotate(45deg);
  transition: all .5s;
}
.pricePopup .close:before,
.pricePopup .close:after {
  content: "";
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.pricePopup .close:before {
  width: 100%;
  height: 1px;
}
.pricePopup .close:after {
  width: 1px;
}
.pricePopup .close:hover {
  transform: rotate(-45deg) scale(1.2);
}
.pricePopup .nr {
  position: absolute;
  z-index: 9999;
  width: 100%;
  height: 100%;
}
.pricePopup .nr img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.domestic .huhybf {
  text-align: center;
  color: #333333;
}
.domestic .huhybf .biaoti{
  padding-top: 50px;
  font-size: 30px;

  font-weight: 400;
}
.domestic .huhybf .neirong{
  padding-top: 38px;
  padding-bottom: 62px;
}
.tittop {
  padding-top: 24px;
}
.listfi {
  background-color: #F4F4F4;
}
.shuju {
  font-size: 20px;

  font-weight: 400;
  color: #333333;
  line-height: 45px;
  padding-top: 5%;
}
.shujue {
  font-size: 14px;

  font-weight: 400;
  color: #666666;
  line-height: 22px;
}
.boxed {
  background-color: #fff;
  padding: 5%;
  font-size: 16px;

  font-weight: 400;
  color: #333333;
  height: 150px;
}
.boxed p{
  font-size: 14px;

  font-weight: 400;
  color: #999999;
  padding-top: 5%;
}
.boxspan {
  border-left: 3px solid #ed6827;
  padding-right: 5%;
}
.boxed:hover {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
}
.hwadve-main{
  padding: 68px 0 95px 0;
}
.hwadve-main .tabs{
  height: 50px;
  text-align: center;
  margin-top: 70px;

}
.hwadve-main .tabs .main{
  display: inline-block;
    display: flex;
  justify-content: center;
}
.hwadve-main .tabs .box{
  /* width: 420px; */
  /* width: 33.333%; */
  flex: 1;
  height: 50px;
  background-color: #fff;
  color: #999999;
  cursor: pointer;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 50px;
  float: left;
  text-align: center;
  transition: all .5s;
  border: #EEEEEE 1px solid;
}
.hwadve-main .tabs .box:hover, .hwadve-main .tabs .box.active{
  background-color: #F4F4F4;
  color: #333333;
  border-top: 3px solid #ED6827;
}

.hwadve-main .adve-boxs .box{
  width: 100%;
  /* height: 400px; */
  /* box-shadow: 2px 4px 30px 0px rgba(13, 5, 9, 0.1); */
  /* padding: 53px 46px; */
  padding-top: 48px;
  padding-right: 58px;
}
.hwadve-main .adve-boxs .box .item{
  width: 100%;
  height: 100%;
}
.hwadve-main .adve-boxs .box.box4 .item{

}
.hwadve-main .adve-boxs .box.box4 .item ul li{
  float: left;
  width: 25%;
  border: 1px solid #e4e4e4;
  margin-left: -1px;
  min-height: 295px;
}
.hwadve-main .adve-boxs .box.box4 .item ul li h3{
  text-align: center;
  font-weight: normal;
  font-size: 15px;
  color: #000;
  line-height: 47px;
  margin-bottom: 4px;
}
.hwadve-main .adve-boxs .box.box4 .item ul li .pic{
  width: 119px;
  height: 119px;
  position: relative;
  margin: 0 auto;
}
.hwadve-main .adve-boxs .box.box4 .item ul li .text{
  border-top: 1px solid #e4e4e4;
  margin-top: 26px;
  padding: 23px 14px 17px 14px;
  overflow: hidden;
  font-size: 12px;
  color: #000;
  background: #fafafb;
}
.hwadve-main .adve-boxs .box.box4 .item ul li .text p{
  width: 50%;
  float: left;
  margin-bottom: 10px;
}
.hwadve-main .adve-boxs .box.box4 .item ul li .text p img{
  vertical-align: middle;
  margin-right: 4px;
}
.hwadve-main .adve-boxs .box.box4 .item ul li .box-item{
  padding: 35px 14px;
  background: #fafafb;
  height: 293px;
}
.hwadve-main .adve-boxs .box.box4 .item ul li .jsh{
  padding: 13px;
}
.hwadve-main .adve-boxs .box.box4 .item ul li .jsh h3{
  font-size: 24px;
  font-weight: normal;
  color: #0b0205;
  text-align: left;
  margin-bottom: 1px;
}





.hwadve-main .adve-boxs .sub-box{
  width: 100%;
  float: left;
  height: 715px;
  position: relative;
}
.hwadve-main .adve-boxs .sub-box .cover{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
}
.hwadve-main .adve-boxs .sub-box .hinspan{
  border-left: 3px solid #ED6827;
  padding-right: 10px;
}
.hwadve-main .adve-boxs .sub-box .hintspan{
  font-size: 16px;

  font-weight: 400;
  color: #333333;
}
.hwadve-main .adve-boxs .sub-box .hintspand{
  font-size: 14px;

  font-weight: 400;
  color: #999999;
  padding: 10px 0 20px 0;
  width: 106%;
}
.hintspande {
  font-size: 14px;

  font-weight: 400;
  color: #999999;
  padding-left: 10px;
}
.yunfu {
  padding: 24px 0;
  width: 110px;
  float: left;
  text-align: center;
}
.hintimg {
  padding: 5px 0 20px 0;
}
.hintspanded {
  font-size: 14px;

  font-weight: 400;
  color: #999999;
  padding-left: 20px;
}
.yunfu .hintspanded {
  padding: 0;
}
.hwadve-main .adve-boxs .sub-box .cover img{
  width: 689px;
  height: 715px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.hwadve-main .adve-boxs .sub-box .br{
  border-right: 1px solid #E4E4E4;
}
.hwadve-main .adve-boxs .sub-box .conter{
  margin-left: 715px;
  height: 100%;
}
.hwadve-main .adve-boxs .sub-box .conter .hint{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}
.hwadve-main .adve-boxs .sub-box .conter .list{
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #666666;
  line-height: 37px;
  padding-top: 30px;
}
.hwadve-main .adve-boxs .sub-box .conter .list ul li span{
  color:#ED6827;
}
.hwadve-main .adve-boxs .sub-box .conter .list ul li img{
  width: 10px;
  height: 10px;
  margin-right: 10px;
}
.wsclear {
  background-color: #F4F4F4;
  padding-bottom: 50px;
}
.neirongon {
  font-size: 14px;

  font-weight: 400;
  color: #666666;
  padding-bottom: 30px;
}
.buttks {
  color: #fff;
  width: 278px;
  height: 45px;
  background: #ED6827;
  border: 0;
}
@media screen and (max-width:768px) {
  .inside-banner-m{
      background-color: #000;
  }
  .hwadve-main .tabs .main {
    display: none;
  }
  .hwadve-main .tabs {
    height: 0;
  }
  .inside-title .title {
      font-size: 24px;
      line-height: 32px;
  }

  .comm-br {
      padding: 25px 15px 40px 15px;
      text-align: center;
  }
  .comm-br .desc{
      font-size: 14px;
      margin-top: 24px;
      text-align: left;
  }

  .serve-main {
      padding: 25px 15px 10px 15px;
      background-color: #F4F4F4;
  }
  .serve-main .tabs{
      width: auto;
      margin: 0 -15px;
      margin-top: 25px;
      display: block;
      margin-bottom: 1px;
  }
  .serve-main .tabs .box{
      font-size: 14px;
      background: none;
  }
  .serve-main .tabs .box{
      margin-top: 25px;
      margin: auto;
  }

  .serve-main .list{
      margin-left: -15px;
      margin-right: -15px;
      margin-top: 0px;
  }
  .serve-main .list .box{
      width: 100%;
      margin: 0;
      padding: 20px 0 0 20px;
      height: 148px;
      background: none;
  }
  .serve-main .list .box .cover img{
      width: 92px;
      height: 80px;
  }
  .serve-main .list .box .desc{
      position: absolute;
      width: 100%;
      padding-left: 126px;
      left: 0;
      margin: 0;
      padding-right: 30px;
  }
  .serve-main .list .box .desc .text{
      font-size: 12px;
      margin-top: 10px;
  }

  .serve-main .icons{
      margin: 0 -15px;
      margin-top: -6px;
      display: block;
  }
  .serve-main .icons .box{
      width: 50%;
      margin: 0;
      background: none;
  }
  .serve-main .icons .box::before{
      display: none;
  }
  .serve-main .icons .box::after{
      display: none;
  }


  .strategy-main{
      padding: 30px 15px 20px 15px;
      /* background-color: #F4F4F4; */
  }

  .adve-main{
      padding: 30px 15px 10px 15px;
  }
  .adve-main .main{
      height: auto;
      background:none;
      margin: 30px -15px 0 -15px;
  }
  .adve-main .main .box1{
      margin: 0;
  }
  .adve-main .main .box{
      float: none;
      width: 100%;
      height: auto;
      text-align: center;
      padding: 30px 0;
      /* background-color: #ffffff; */
  }
  .adve-main .main .box2{
      margin: 0;
      padding-top: 0;
  }
  .adve-main .main .box3{
      margin-top: 0;
      width: 50%;
      float: left;
  }
  .adve-main .main .box4{
      display: none;
  }

  .hwadve-main{
      padding: 30px 0 40px 0;
  }
  .hwadve-main .tabs{
      margin-top: 20px;
      height: 0px;
  }
  .hwadve-main .tabs .box{
      width: 50%;
      margin: 0;
  }
  .hwadve-main .adve-boxs .sub-box{
      width: 100%;
      float: none;
      border: none;
  }
  .hwadve-main .adve-boxs .box{
      padding: 20px;
      height: auto;
      display: block !important;
  }
  .hwadve-main .adve-boxs .sub-box .cover{
      width: 100%;
      height: auto;
      text-align: center;
      padding:0;
      position: relative;
      border: none;
  }
  .hwadve-main .adve-boxs .sub-box .cover img{
      position: relative;
      margin: 20px 0;
  }
  .hwadve-main .adve-boxs .sub-box .conter{
      margin: 0;
      height: auto;
  }
  .hwadve-main .adve-boxs .sub-box .br{
      border: none;
  }

  .solution-main .list .box1{
      float: none;
  }
  .solution-main .list .box2{
      position: relative;
      margin: auto;
      left: auto;
  }
  .solution-main .list .box3{
      float: none;
  }
  .solution-main .list .box{
      margin-bottom: 30px;
  }
  .solution-main .list{
      margin-top: 30px;
  }
  .flow-main{
      padding: 30px 0 40px 0;
  }
  .flow-main .list li{
      width: 100%;
  }
  .flow-main .list{
      margin-top: 30px;
  }

  .hwadve-main .adve-boxs .box.box4 .item ul li{
      width: 100%;
      float: none;
  }
  .hwadve-main .adve-boxs .sub-box .cover img {
    height: 300px;
  }
  .hwadve-main .adve-boxs .sub-box{
    height: 100%;
  }
}
