.box {
  position: relative;
  overflow: hidden;
  background: linear-gradient(90deg, #08765e, #048467);
  padding-bottom: 100px;
}

.banner {
  width: 100%;
  height: 726px;
  background: url(../images/banner_bg.png) no-repeat center top;
}

.banner_container {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 68px;
}

.banner p {
    width: 475px;
    line-height: 70px;
    background: rgba(1,131,102,1);
    border: 2px solid rgba(66, 198, 168, 1);
    box-sizing: border-box;
    border-radius: 35px;
    margin: 0 auto;
    text-align: center;
    font-size: 36px;
    color: #fff;
}
.slogo {
  position: absolute;
    width: 182px;
    right: 25px;
    top: 35px;
}

.txt01 {
  margin: 120px auto;
}

/*.txt02 {
  margin: -30px auto 0;
}*/

.title {
  width: 223px;
  height: 87px;
  background: url(../images/title_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f95d15;
  font-size: 23px;
  box-sizing: border-box;
  padding-bottom: 16px;
  font-weight: bold;
  text-align: center;
}

.title01 {
  margin-left: 67px;
  margin-bottom: -41px;
  position: relative;
  z-index: 3;
}

.title02 {
  margin-left: 890px;
  margin-bottom: -71px;
  position: relative;
  z-index: 3;
}

.box01_container,
.pzj_container,
.box03_container,
.box04_container,
.box05_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box01_item {
  width: 518px;
  height: 374px;
  background: url(../images/box01_item.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 41px 45px 0 76px;
  position: relative;
}

.box01_item h3 {
  color: #FFFFFF;
  font-size: 38px;
  width: 220px;
  text-align: center;
  line-height: 67px;
  margin-bottom: 30px;
}

.box01_item p {
  color: #FFFFFF;
  font-size: 17px;
  box-sizing: border-box;
  padding-left: 20px;
  line-height: 23px;
}

.box01_item a {
  position: absolute;
  bottom: 57px;
  left: 60%;
}

.btn {
  display: block;
  font-size: 18px;
  color: #FFFFFF;
  width: 158px;
  height: 52px;
  background: url(../images/btn.png) no-repeat center center;
  background-size: 100% 100%;
  text-align: center;
  line-height: 52px;
}

.box02_container {
  width: 1171px;
  height: 555px;
  background: url(../images/zbj_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 89px 102px 86px;
  margin: 0 auto;
}
.overflow_scroll {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.table_line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table_line div a {
    color: #fff;
    display: block;
   text-align: center;
    width: 150px;
    line-height: 40px;
    border-radius: 20px;
}
.table_line div a.box1_buy{
	  background: linear-gradient(180deg, #ff9260, #EF6543);
	 /*background: linear-gradient(90deg,rgba(251,93,56,1),rgba(240,106,75,1));*/
    box-shadow: 0px 2px 4px 0px rgb(170 0 0 / 16%);
}
   .color{
   	text-decoration: line-through;
   	font-size: 20px;
   	color:#f95d15;
   }

.table_line div {
  width: 189px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 5px;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  font-size: 20px;
}

.table_line:first-child div {
  width: 189px;
  height: 87px;
  background: linear-gradient(180deg, #ff9260, #EF6543);
  /*background: linear-gradient(180deg, #EF6543, #DF2610);*/
  border-radius: 5px;
  margin-bottom: 6px;
  color: #FFFFFF;
  font-weight: bold;
}

.pzj_item {
  width: 581px;
  height: 332px;
  background: url(../images/pzj_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 42px 53px 0 97px;
  position: relative;
  margin-left: -30px;
}

.pzj_item h3 {
  color: #FFFFFF;
  font-size: 24px;
  text-align: center;
  line-height: 53px;
}

.pzj_item h3 span {
  font-size: 29px;
}

.pzj {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.pzj_grounp p {
  color: #FFFFFF;
  font-size: 19px;
  width: auto;
}

.pzj_grounp p span {
  font-style: italic;
  font-size: 38px;
}

.pzj i {
  color: #EFBA63;
  font-size: 43px;
}

.pzj_grounp2 p {
  text-align: left;
}

.pzj_grounp2 p span {
  font-style: normal;
}

.pzj_bottom {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pzj_bottom .zxfx {
  color: #FFE203;
  font-size: 17px;
}

.pzj_r h3 {
  margin-bottom: 5px;
}

.pzj_r p {
  color: #FFFFFF;
  font-size: 19px;
  line-height: 36px;
}

.xs {
  color: #FFE203;
  font-size: 24px;
  text-align: center;
}

.xs span {
  font-size: 29px;
}

.box03_item,
.box04_item {
  width: 299px;
  height: 312px;
  background: url(../images/zl_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 50px 26px 49px 54px;
  margin-left: -20px;
  position: relative;
}

.box03_item img {
  width: 100%;
  height: 100%;
}

.box03_item a {
  position: absolute;
  bottom: 52px;
  left: 28%;
}

.more_surprise {
  display: block;
  margin: 0 auto;
  width: 516px;
  height: 99px;
  background: url(../images/lb_btn.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  text-align: center;
  line-height: 110px;
  box-sizing: border-box;
  padding-left: 60px;
  color: #FFFFFF;
  font-size: 22px;
}

.box04_item {
  height: 333px;
  background: url(../images/book_bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_item p {
  color: #FFFFFF;
  font-weight: bold;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}

.box04_item img {
  width: 97px;
  height: 110px;
  margin: 20px auto;
}

.price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box04_item div {
  color: #FFFFFF;
  font-size: 24px;
}

.title04 {
  margin-left: 940px;
  margin-bottom: -47px;
  z-index: 3;
}

.box05_item {
  width: 581px;
  height: 443px;
  background: url(../images/mkdlb.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 56px 39px 0 100px;
  position: relative;
}

.box05_item h3 {
  color: #FFFFFF;
  font-size: 29px;
  text-align: center;
  line-height: 56px;
  margin-bottom: 12px;
}

.box05_item p {
  color: #FFFFFF;
  font-size: 19px;
  text-align: center;
  line-height: 29px;
}

.box05_l img {
  width: 100%;
  height: auto;
  margin: 15px auto 0;
}

.box05_r p {
  color: #FFE203;
  font-size: 24px;
  margin: 21px 0 15px;
}

.box05_r img {
  width: 183px;
  height: 183px;
  background: #FFFFFF;
  border-radius: 16px;
  margin: 0 auto;
}

.city_list {
  width: 93%;
  margin: 0 auto;
}

.city_list li {
  cursor: pointer;
  float: left;
  margin: 10px;
  width: 166px;
  height: 74px;
  line-height: 62px;
  position: relative;
  background-image: url('../images/province_bg.png');
  background-size: 100%;
  text-align: center;
}

.city_list li p {
  font-size: 30px;
  color: #FFFFFF;
}

.city_list li img {
  display: none;
  width: 110px;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.city_list li img.active {
  display: block;
}

.fixed_r {
  display: none;
  position: fixed;
  width: 341px;
  height: 585px;
  background: url(../images/fixed_bg.png) no-repeat center center;
  background-size: 100% 100%;
  z-index: 999;
  top: 11%;
  box-sizing: border-box;
  padding: 70px 0;
  right: -100px;
}

.fixed_r a {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-size: 17px;
  transform: rotate(-18deg);
  line-height: 44px;
  margin-bottom: 22px;
}

@media only all and (max-width:1080px) {
  .box {
    padding-bottom: 2.5rem;
  }

  .banner {
    height: 12rem;
    background-size: auto 100%;
  }

  .banner_container {
    width: 100%;
    padding-top: 1.7rem;
  }
   .banner p {
   	width: 80%;
   	line-height: 2rem;
   	font-size: 1rem;
   	}

  .slogo {
    top: 1.125rem;
    right: 0;
    width: 3rem;
    height: auto;
  }

  .txt01 {
    width: 90%;
    height: auto;
    margin: 20px auto;
  }

  .txt02 {
    width: 80%;
    height: auto;
    margin: -0.75rem auto 0;
  }

  .title {
    width: 5.575rem;
    height: 2.175rem;
    font-size: 0.7rem;
    padding-bottom: 0.4rem;
  }

  .title01 {
    margin-left: 0;
    margin-bottom: -1.025rem;
  }

  .title02 {
    margin-left: 0;
    margin-bottom: -1.775rem;

    font-size: .5rem;
  }

  .box01_container,
  .pzj_container,
  .box03_container,
  .box04_container,
  .box05_container {
    flex-wrap: wrap;
  }

  .box01_item {
    width: 100%;
    height: 12rem;
    padding: 1.4rem 1.4rem 0 3rem;
    margin-left: -1.8rem;
  }

  .box01_item h3 {
    font-size: 0.95rem;
    width: 7.8rem;
    line-height: 2rem;
    margin-bottom: 0.75rem;
  }

  .box01_item p {
    font-size: 0.7rem;
    padding-left: 0.5rem;
    line-height: .8rem;
  }

  .box01_item a {
    bottom: 2rem;
    left: 42%;
  }

  .btn {
    font-size: 0.7rem;
    width: 4.6rem;
    height: 1.3rem;
    line-height: 1.3rem;
  }

  .box02_container {
    width: 100%;
    height: 20rem;
    padding: 2.225rem 7% 3rem;
  }


  .table_line div {
    width: 19.5%;
    height: 3.6rem;
    border-radius: 0.125rem;
    margin-bottom: 0.125rem;
    font-size: 0.5rem;
  }

  .table_line:first-child div {
    width: 19.5%;
    height: 2.175rem;
    border-radius: 0.125rem;
    margin-bottom: 0.15rem;
  }

  .pzj_item {
    width: 100%;
    height: 10rem;
    padding: 1.25rem 1.325rem 0 3rem;
    margin-left: -2rem;
  }

  .pzj_item h3 {
    font-size: 0.7rem;
    line-height: 1.8rem;
  }

  .pzj_item h3 span {
    font-size: 0.725rem;
  }

  .pzj_grounp p {
    font-size: 0.6rem;
  }

  .pzj_grounp p span {
    font-size: 0.95rem;
  }

  .pzj i {
    font-size: 1.075rem;
  }


  .pzj_bottom .zxfx {
    font-size: 0.5rem;
  }

  .pzj_r h3 {
    margin-bottom: 0.125rem;
  }

  .pzj_r p {
    font-size: 0.5rem;
line-height: 0.7rem;
  }

  .xs {
    font-size: 0.6rem;
  }

  .xs span {
    font-size: 0.725rem;
  }

  .box03_item,
  .box04_item {
    width: 7.475rem;
    height: 7.8rem;
    padding: 1.25rem 0.65rem 1.225rem 1.35rem;
    margin-left: -0.5rem;
  }


  .box03_item a {
    bottom: 1.3rem;
    left: 23%;
  }

  .more_surprise {
    width: 12.9rem;
    height: 2.475rem;
    line-height: 2.75rem;
    padding-left: 1.5rem;
    font-size: 0.6rem;
  }

  .box04_item {
    height: 8.325rem;
  }

  .box04_item p {
    font-size: 0.5rem;
  }

  .box04_item img {
    width: 2.425rem;
    height: 2.85rem;
    margin: 8px  auto;
  }


  .box04_item div {
    font-size: 0.6rem;
  }

  .title04 {
    margin-left: 0;
    margin-bottom: -1.175rem;
  }

  .box05_item {
    width: 14.525rem;
    height: 11.075rem;
    padding: 1.4rem 0.975rem 0 2.5rem;
    position: relative;
  }

  .box05_item h3 {
    font-size: 0.725rem;
    line-height: 1.4rem;
    margin-bottom: 0.3rem;
  }

  .box05_item p {
    font-size: 0.6rem;
    line-height: .9rem;
  }

  .box05_l img {
    margin: 0.375rem auto 0;
  }

  .box05_r p {
    font-size: 0.6rem;
    margin: 0.525rem 0 0.375rem;
  }

  .box05_r img {
    width: 4.575rem;
    height: 4.575rem;
    border-radius: 0.4rem;
  }

  .city_list {
    width: 100%;
  }

  .city_list li {
    margin: .1rem .5%;
    width: 24%;
    height: 1.8rem;
    line-height: 1.5rem;
    background-size: 100% 100%;
  }

  .city_list li p {
    font-size: .7rem;
  }

  .city_list li img {
    width: 90%;
  }
}