body {
  background-color: #911D1A;
}

.box {
  position: relative;
  overflow: hidden;
}

.banner {
  width: 100%;
  height: 1528px;
  background-image: url(../images/banner_bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.banner_container {
  padding-top: 50px;
  width: 1200px;
  margin: 0 auto;
}

.txt01 {
  color: #580002;
  font-size: 32px;
  text-align: center;
  font-weight: bold;
}

.txt02 {
  margin-top: -40px;
  width: 100%;
}

.txt03 {
  width: 776px;
  height: 132px;
  background: url(../images/txt03_bg.png) no-repeat center top;
  margin: -80px auto 0;
  font-size: 59px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 125px;
  text-shadow: 0px 7px 0px rgba(88, 1, 2, 0.52);
}

.txt03 span {
  color: #FBF58B;
}

.box_container {
  padding-bottom: 63px;
  background: url(../images/box_bg.png) center top;
}

.box_out {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  height: auto;
  padding: 8px;
  border-radius: 26px;
  background: linear-gradient(180deg, #DB7245, #D04F29);
}

.box_inner {
  width: 100%;
  height: 100%;
  background-color: #6F1613;
  box-sizing: border-box;
  padding: 19px;
  border-radius: 26px;
}

.box_content {
  width: 100%;
  height: 100%;
  background: #A72819;
  box-shadow: 0px 4px 5px 0px rgba(223, 145, 96, 0.6) inset;
  border-radius: 19px;
  box-sizing: border-box;
  padding: 40px 25px;
}

.line {
  height: 1px;
}

.box01 {
  margin-top: -380px;
}

.box01 .box_content {
  padding-bottom: 0;
}

.box01 a img {
  width: 100%;
}

.zg_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.zg_item {
  cursor: pointer;
  margin-right: 10px;
  width: 174px;
  height: 76px;
  color: #8C1E17;
  font-size: 32px;
  text-align: center;
  line-height: 73px;
  font-weight: bold;
  margin-bottom: 28px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  background: url(../images/item_bg.png) no-repeat center top;
}

.zg_item:hover, .zg_item.active {
  color: #FFFFFF;
  background: url(../images/item_active.png) no-repeat center top;
  background-size: 100% 100%;
}

.zg_list .zg_item:nth-child(6n) {
  margin-right: 0;
}

.marginTop {
  margin-top: 70px;
}

.common_title {
  margin: 0 auto;
  width: 904px;
  height: 214px;
  background: url(../images/zz.png) no-repeat center bottom;
  padding-bottom: 55px;
  position: relative;
}

.title_bg {
  width: 904px;
  height: 213px;
  background: #7B1717;
  box-shadow: 0px 18px 21px 0px #711615;
  border-radius: 23px;
  position: absolute;
  top: 0;
  left: 0;
}

.title_content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #B02932, #E85735);
  border: 3px solid #F2CA82;
  box-sizing: border-box;
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.title_content h3 {
  color: #FFFFFF;
  font-size: 50px;
}

.title_content h4 {
  color: #FFFFFF;
  font-size: 36px;
}

.title_content p {
  width: 512px;
  height: 51px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #EC9563;
  border-radius: 26px;
  color: #FFE9B7;
  font-size: 28px;
  text-align: center;
  line-height: 51px;
  margin-top: 8px;
}

.box02_container {
  width: 1259px;
  height: 810px;
  background: url(../images/box02_bg.png) no-repeat center top;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 125px 115px 0;
}

.bd_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bd_item {
  width: 196px;
  height: 460px;
  background-color: #C22D25;
  padding: 6px;
  box-sizing: border-box;
  border-radius: 10px;
  box-shadow: 0px 18px 21px 0px #711615;
}

.bd_img {
  width: 100%;
  height: 224px;
  padding: 10px;
  box-sizing: border-box;
  background-color: #A5251F;
  border-radius: 10px 10px 0 0;
}

.bd_img img {
  width: 100%;
}

.bd_bottom {
  height: 222px;
  box-sizing: border-box;
  padding: 15px 0;
  border-radius: 0 0 10px 10px;
  background: linear-gradient(0deg, #F7DDB4, #FAEAD6);
}

.bd_bottom h4 {
  width: 170px;
  height: 35px;
  background: linear-gradient(0deg, #C2312B, #9F221C);
  border: 1px solid #BC4D2E;
  border-radius: 17px;
  color: #F7F3F3;
  font-size: 18px;
  text-align: center;
  line-height: 35px;
  margin: 0 auto 10px;
}

.bd_bottom p {
  width: 90%;
  margin: 0 auto;
  color: #000000;
  font-size: 15px;
}

.gm_btn2 {
  margin: 40px auto 0;
  display: block;
  width: 548px;
  height: 135px;
  line-height: 90px;
  text-align: center;
  background: url(../images/buy_btn2.png) no-repeat center top;
  color: #FEFAE8;
  font-size: 50px;
  font-weight: bold;
  transition: transform .2s ease;
}

.gm_btn2:hover {
  transform: translateY(-5px);
}

.common_title2 {
  position: relative;
  width: 731px;
  height: 143px;
  margin: 0 auto;
}

.common_title2 .title_content {
  border-radius: 71px;
}

.box03_container {
  width: 1259px;
  height: 1463px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 93px 111px 0;
  background: url(../images/box03_bg.png) no-repeat center top;
}

.table_title {
  color: #FFFFFF;
  font-size: 36px;
  text-align: center;
  margin-bottom: 28px;
}

.lb_table {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
}

.lb_table th {
  height: 80px;
  background: linear-gradient(180deg, #FEFAE8, #F7DDBB);
  color: #831915;
  font-size: 30px;
  font-weight: normal;
}

.lb_table td {
  height: 86px;
  color: #333333;
  font-size: 26px;
  border-top: 1px solid #D8A6A6;
}

.lb_table tr:first-child td {
  border-top: 0;
}

.tab {
  margin: 30px 0 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.tab li {
  width: 339px;
  height: 134px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #B7281D;
  font-size: 26px;
  cursor: pointer;
  transition: all .3s;
  background: url(../images/tab_bg.png) no-repeat center top;
}

.tab li div {
  width: 190px;
  margin-left: 19px;
}

.tab li.active, .tab li:hover {
  color: #FFFFFF;
  background: url(../images/tab_active.png) no-repeat center top;
}

.tab_container {
  display: none;
  height: 364px;
  /* background-color: #ffffff; */
}

.tab_container.active {
  display: block;
}

.tab_container th {
  height: 58px;
  font-size: 26px;
}

.tab_container td {
  height: 57px;
  font-size: 24px;
}

.tab_container1 td {
  height: 97px;
}

.tab_container3 td {
  height: 297px;
}

.box04_container {
  width: 1200px;
  height: 1350px;
  margin: 0 auto;
  background: url(../images/box04_bg.png) no-repeat center top;
  box-sizing: border-box;
  padding: 115px 79px 0;
}

.box04_container td, .box04_container th {
  height: 81px;
}

.min_title {
  height: 144px;
}

.min_title .title_bg {
  height: 148px;
}

.box05_container {
  width: 1259px;
  height: 859px;
  background: url(../images/box05_bg.png) no-repeat center top;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 120px 137px 0;
}

.yhq_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #DFAB9E;
}

.yhq_container .yhq_txt {
  width: 490px;
}

.yhq_txt h3 {
  color: #B84C2E;
  font-size: 42px;
  margin-bottom: 20px;
}

.yhq_txt p {
  color: #B84C2E;
  font-size: 20px;
  line-height: 1.55;
}

.more_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.more_list a {
  display: block;
  width: 321px;
  height: 215px;
  overflow: hidden;
}

.more_list a img {
  width: 100%;
  height: 100%;
  transition: all 1.5s;
}

.more_list a:hover img {
  transform: scale(1.2);
}

.box06_container {
  width: 1198px;
  height: 377px;
  border: 18px solid #E96552;
  background: #A72819;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 35px 29px;
}

/* 地区开始 */

.region a {
  float: left;
  width: 125px;
  height: 57px;
  background: linear-gradient(90deg, #F45A26, #CD2206);
  margin-right: 14px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 57px;
  font-size: 22px;
  color: #FDFBF3;
}

.region a:hover {
  color: #A72819;
  background: linear-gradient(90deg, rgba(255, 255, 211, 0.96), rgba(250, 231, 176, 0.96));
}

.region a:nth-child(8n) {
  margin-right: 0;
}

.fixed_bottom {
  display: none;
  text-align: center;
  position: fixed;
  width: 100%;
  height: 142px;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background: url(../images/fixed_bottom.png) no-repeat center bottom;
  box-sizing: border-box;
  padding-top: 45px;
}

.fixed_bottom .container {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed_bottom .container p {
  font-size: 56px;
  font-weight: bold;
  margin-right: 60px;
  color: #fff;
  margin-left: 58px;
}

.fixed_bottom .container p .yellow {
  color: #ffee59;
}

.fixed_bottom .container p .big {
  font-size: 70px;
  font-style: italic;
}

.fixed_bottom .container a {
  display: block;
  width: 305px;
  height: 77px;
  background: url(../images/fixed_btn.png) no-repeat center top;
  background-size: 100%;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  line-height: 65px;
  font-size: 35px;
  margin-top: 10px;
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.tab_table {
  display: none;
}

.tab_table.active {
  display: table;
}

@media only all and (max-width:1080px) {
  .banner {
    width: 100%;
    height: 20rem;
    background-size: auto 100%;
  }
  .banner_container {
    padding-top: .6rem;
    width: 100%;
  }
  .txt01 {
    font-size: .8rem;
  }
  .txt02 {
    margin-top: -.5rem;
  }
  .txt03 {
    width: 11rem;
    height: 2rem;
    background-size: 100% 100%;
    margin: -0.8rem auto 0;
    font-size: .8rem;
    line-height: 1.9rem;
  }
  .box_container {
    padding-bottom: 1rem;
    background-size: 100% auto;
  }
  .box_out {
    width: 94%;
    padding: .2rem;
    border-radius: 1rem;
  }
  .box_inner {
    padding: .5rem;
    border-radius: 1rem;
  }
  .box_content {
    border-radius: 1rem;
    padding: .5rem;
  }
  .line {
    height: .001rem;
  }
  .box01 {
    margin-top: -4rem;
  }
  .box01 .box_content {
    padding-bottom: 0;
  }
  .box01 a img {
    width: 100%;
  }
  .zg_list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .zg_item {
    margin-right: .25rem;
    width: 3.6rem;
    height: 1.9rem;
    font-size: .7rem;
    line-height: 1.9rem;
    margin-bottom: .3rem;
    background-size: 100% 100%;
  }
  .zg_item:hover {
    background-size: 100% 100%;
  }
  .zg_list .zg_item:nth-child(6n) {
    margin-right: .25rem;
  }
  .zg_list .zg_item:nth-child(4n) {
    margin-right: 0;
  }
  .marginTop {
    margin-top: .8rem;
  }
  .common_title {
    margin: 0 auto;
    width: 15rem;
    height: 5.8rem;
    background-size: 60% auto;
    padding-bottom: 1rem;
  }
  .title_bg {
    width: 100%;
    height: 6rem;
    border-radius: .9rem;
  }
  .title_content {
    border-radius: .8rem;
  }
  .title_content h3 {
    font-size: .85rem;
  }
  .title_content h4 {
    font-size: .76rem;
  }
  .title_content p {
    width: 12.5rem;
    height: 1.5rem;
    border-radius: 1rem;
    font-size: .65rem;
    line-height: 1.5rem;
    margin-top: .2rem;
  }
  .box02_container {
    width: 94%;
    height: auto;
    background: #A72819;
    border: .2rem solid #E96552;
    padding: .5rem;
  }
  .bd_list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .bd_item {
    width: 7.8rem;
    height: 17.3rem;
    padding: .2rem;
    margin-bottom: .4rem;
    margin-right: .5rem;
    border-radius: .6rem;
  }
  .bd_item:nth-child(2n) {
    margin-right: 0;
  }
  .bd_img {
    width: 100%;
    height: 8.8rem;
    padding: .4rem;
    border-radius: .6rem .6rem 0 0;
  }
  .bd_bottom {
    height: 8rem;
    padding: .4rem 0;
    border-radius: 0 0 .6rem .6rem;
  }
  .bd_bottom h4 {
    width: 7rem;
    height: 1.3rem;
    border-radius: 1rem;
    font-size: .7rem;
    line-height: 1.3rem;
    margin: 0 auto .3rem;
  }
  .bd_bottom p {
    font-size: .6rem;
  }
  .gm_btn2 {
    margin: .8rem auto 0;
    width: 13rem;
    height: 4rem;
    line-height: 2.7rem;
    background-size: 100% 100%;
    font-size: 1rem;
  }
  .gm_btn2:hover {
    transform: translateY(-.1rem);
  }
  .common_title2 {
    width: 15rem;
    height: 4rem;
  }
  .common_title2 .title_content {
    border-radius: 2rem;
  }
  .box03_container {
    width: 94%;
    height: auto;
    background: #A72819;
    border: .2rem solid #E96552;
    padding: .5rem;
  }
  .table_title {
    font-size: .8rem;
    margin-bottom: .4rem;
  }
  .lb_table {
    border-radius: .4rem;
  }
  .lb_table th {
    height: 1.7rem;
    font-size: .7rem;
  }
  .lb_table td {
    height: 1.7rem;
    font-size: .65rem;
  }
  .tab {
    margin: .4rem 0 .2rem;
    justify-content: center;
    flex-wrap: wrap;
  }
  .tab li {
    width: 8.48rem;
    height: 3.35rem;
    font-size: .7rem;
    background-size: 100% 100%;
    margin: .2rem 0;
  }
  .tab li img {
    width: 2rem;
  }
  .tab li div {
    width: 5.5rem;
    margin-left: .2rem;
  }
  .tab li.active, .tab li:hover {
    background-size: 100% 100%;
  }
  .tab_container {
    height: auto;
  }
  .tab_container th {
    height: 1.7rem;
    font-size: .7rem;
  }
  .tab_container td {
    height: 1.7rem;
    font-size: .65rem;
  }
  .tab_container1 td {
    height: 1.7rem;
  }
  .tab_container3 td {
    height: 1.7rem;
  }
  .box04_container {
    width: 94%;
    height: auto;
    background: #C3393D;
    border: .2rem solid #E96552;
    padding: .5rem;
  }
  .box04_container td, .box04_container th {
    height: 1.7rem;
  }
  .min_title {
    height: 2.9rem;
  }
  .min_title .title_bg {
    height: 3rem;
  }
  .box05_container {
    width: 94%;
    height: auto;
    background: #A72819;
    border: .2rem solid #E96552;
    padding: .5rem;
  }
  .yhq_container {
    flex-direction: column;
    align-items: center;
    padding-bottom: .6rem;
    padding-top: .6rem;
    background: linear-gradient(90deg, rgba(255, 255, 211, 0.96), rgba(250, 231, 176, 0.96));
  }
  .yhq_container img {
    width: 14rem;
  }
  .yhq_container .yhq_txt {
    width: 90%;
  }
  .yhq_txt h3 {
    font-size: .8rem;
    margin: .2rem 0;
  }
  .yhq_txt p {
    font-size: .7rem;
  }
  .more_list {
    background: linear-gradient(90deg, rgba(255, 255, 211, 0.96), rgba(250, 231, 176, 0.96));
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    padding-top: .6rem;
    margin-top: 0;
  }
  .more_list a {
    width: 8rem;
    height: 5.38rem;
    margin-right: .1rem;
    margin-bottom: .2rem;
  }
  .more_list a:nth-child(2) {
    margin-right: 0;
  }
  .box06_container {
    width: 94%;
    height: auto;
    background: #A72819;
    border: .2rem solid #E96552;
    padding: .5rem;
  }
  /* 地区开始 */
  .region {
    padding-bottom: .4rem;
  }
  .region a {
    width: 23%;
    height: 1.8rem;
    margin-right: 2.4%;
    margin-bottom: .3rem;
    line-height: 1.8rem;
    font-size: .7rem;
  }
  .region a:nth-child(8n) {
    margin-right: 2.4%;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
  .fixed_bottom {
    display: none;
  }
}