body {
  background: url("../images/box_bg.png") no-repeat top center;
  /* background-size: 100% 100%; */
  background-color: #880c00;
}
.banner_box {
  width: 100%;
  height: 1800px;
  background: url("../images/banner_bg.png") center top no-repeat;
}
.banner_box .container {
  padding-top: 52px;
}
.txt-bg {
  width: 1131px;
  height: 538px;
  background: url("../images/txt_bg.png") no-repeat center;
  box-sizing: border-box;
  padding: 152px;
}
.txt {
  width: 999px;
  height: 211px;
  background: url("../images/title.png") no-repeat center;
}
.box {
  background: url("../images/box_bg1.png") no-repeat top center;
}
.box1 {
  margin-top: -564px;
}
.head-bg {
  width: 97%;
  height: 30px;
  background: url("../images/head_bg.png") no-repeat center;
  background-size: 100%;
  margin: 0 auto;
}
.box-bg {
  background: #a10805;
  box-shadow: 0px 7px 139px 0px rgba(168, 22, 22, 0.58);
  border-radius: 35px;
  box-sizing: border-box;
  padding: 35px;
}
.box-bg1 {
  background: #feb863;
  border-radius: 21px;
  box-sizing: border-box;
  padding: 22px;
}
.box-bg2 {
  background: rgba(255, 244, 232, 0.71);
  box-shadow: 0px 0px 21px 0px rgba(255, 146, 0, 0.75);
  border-radius: 15px;
  box-sizing: border-box;
  position: relative;
}
.title {
  width: 1015px;
  height: 117px;
  background: url("../images/title_bg1.png") no-repeat center;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -68px;
  margin: auto;
  line-height: 130px;
  text-align: center;
}
.title span {
  font-size: 60px;
  font-family: FZLanTingHeiS-EB-GB;
  font-weight: 600;
  color: #facfa9;
  text-shadow: 4px 5px 3px rgba(176, 6, 4, 0.75);
  /* background: linear-gradient(0deg, #facfa9 0%, #fceddd 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; */
}
.box1 .box-bg2 {
  padding: 91px 0 120px;
}
.box1-content {
  width: 491px;
  height: 478px;
  /* background: url('../images/box1_bg.png') no-repeat center; */
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 0;
}
.box1-bg {
  position: absolute;
  top: 0;
  left: 0;
  animation: turn 6s infinite linear;
  z-index: -1;
  /* transform-origin: 52% 50%; */
}
@keyframes turn {
  0% {
    -webkit-transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(90deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
  }
  75% {
    -webkit-transform: rotate(270deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
.box1-word {
  text-align: center;
  color: #f9f8f1;
}
.box1-word p {
  font-size: 24px;
}
.box1-word h3 {
  font-size: 30px;
  margin-top: 5px;
}
.box1-tips {
  width: 200px;
  font-size: 16px !important;
  line-height: 20px;
  margin-top: 10px;
}
.box1-footer-tips {
  text-align: center;
  font-size: 18px;
  margin-top: 100px;
}

.item {
  position: absolute;
  width: 154px;
  height: 49px;
  background: linear-gradient(90deg, #ff5f07, #d5001e);
  box-shadow: 4px 6px 5px 0px rgba(251, 216, 173, 0.75);
  border-radius: 30px 0;
  line-height: 49px;
  text-align: center;
  color: #fefefe;
  font-size: 26px;
  letter-spacing: 5px;
  animation: tada 1.4s infinite;
}
.item3,
.item6,
.item7 {
  width: 175px;
  letter-spacing: 0;
}
.item1 {
  left: -24px;
  top: -52px;
}
.item2 {
  left: -154px;
  top: 99px;
}
.item3 {
  left: -184px;
  top: 241px;
}
.item4 {
  left: -110px;
  top: 417px;
}
.item5 {
  right: -46px;
  top: -52px;
}
.item6 {
  right: -164px;
  top: 99px;
}
.item7 {
  right: -184px;
  top: 241px;
}
.item8 {
  right: -110px;
  top: 417px;
}
.item9 {
  bottom: -71px;
  left: 166px;
}
.yuyue-btn {
  width: 440px;
  height: 116px;
  background: url("../images/yuyue_bg.png") no-repeat center;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -22px;
  text-align: center;
  line-height: 100px;
}
.yuyue-btn img {
  vertical-align: middle;
  margin-left: 10px;
  margin-top: -5px;
}
.yuyue-btn a {
  display: block;
  font-size: 36px;
  font-family: FZLanTingHeiS-H-GB;
  font-weight: 600;
  color: #ffb607;
  line-height: 100px;
  text-shadow: 4px 6px 5px rgba(213, 0, 30, 0.75);
  vertical-align: middle;
}
.box2 {
  margin: 122px 0;
}
.box2 .title,
.box5 .title,
.box6 .title {
  width: 721px;
  background: url("../images/title_bg2.png") no-repeat center;
}
.box2 .box-bg2 {
  padding: 54px 73px 60px 77px;
}
.industry li {
  float: left;
  width: 217px;
  height: 71px;
  background: linear-gradient(91deg, #c80d09, #f74f0a);
  box-shadow: 2px 3px 13px 0px rgba(254, 184, 99, 0.75);
  border-radius: 20px;
  margin-right: 22px;
  margin-bottom: 23px;
  line-height: 71px;
  text-align: center;
  color: #fbf7f8;
  font-size: 28px;
  cursor: pointer;
}
.industry li:nth-child(4n) {
  margin-right: 0;
}
.industry li:hover,
.industry li.active {
  background: linear-gradient(91deg, #fd5e05, #ffa205);
}
.table-box {
  display: none;
  /* border: 10px solid #ea3c0a; */
  border-radius: 20px;
  overflow: hidden;
  background-color: #ea3c0a;
  padding: 10px;
  box-sizing: border-box;
}
.table-box.active {
  display: block;
}
.table-box table {
  width: 100%;
  text-align: center;
  word-break: break-all;
  background-color: #FFE4C4;
  border-radius: 10px;
}
.table-box table thead tr {
  height: 72px;
  background: #F74F0A;
  border-radius: 10px 10px 0 0;
}
.table-box table th {
  font-size: 24px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #fbf7f8;
  border: 1px solid #ea3c0a;
}
.table-box table th:nth-child(1){width: 25%;}
.table-box table th:nth-child(2){width: 24%;}
.table-box table th:nth-child(3){width: 31%;}
.table-box table th:nth-child(4){width: 20%;}

.table-box table tbody td {
  height: 58px;
  border: 1px solid #ea3c0a;
  font-size: 16px;
  line-height: 20px;
}
.table-box table tbody td:nth-child(1),
.table-box table th:nth-child(1) {
  border-left: none;
}
.table-box .consult {
  display: block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 30px;
  background: #ff9b05;
  margin: auto;
  color: #fff;
  font-size: 18px;
}
.table-box .consult:hover {
  background: #fd5f05;
}
.box3 .title,
.box4 .title {
  width: 475px;
  background: url("../images/title_bg.png") no-repeat center;
}
.box3 .box-bg2 {
  padding: 57px 50px 151px;
}
.box3-ul li {
  float: left;
  width: 301px;
  height: 352px;
  background: linear-gradient(-1deg, #c70c09, #fa530a);
  box-shadow: 4px 6px 32px 0px rgba(248, 187, 117, 0.75);
  border-radius: 20px;
  box-sizing: border-box;
  padding: 15px;
  cursor: pointer;
}
.box3-ul li:hover {
  background: linear-gradient(-1deg, #fd5d05, #ffa305);
}
.box3-ul li:nth-child(2) {
  margin: 0 40px;
}
.box3-ul li img {
  display: block;
  width: 269px;
  height: 175px;
}
.box3-word {
  box-sizing: border-box;
  padding: 20px 0;
  text-align: center;
}
.box3-word h2 {
  font-size: 24px;
  font-family: FZLanTingHeiS-DB-GB;
  font-weight: 400;
  color: #faf9f6;
  line-height: 24px;
  margin-bottom: 20px;
}
.box3-word p {
  font-size: 20px;
  font-family: Microsoft YaHei;
  color: #faf9f6;
  line-height: 30px;
}
.box4 {
  margin: 122px 0;
}
.box4 .box-bg2 {
  padding: 53px 63px 146px;
}
.box4-ul li {
  float: left;
  width: 448px;
  height: 144px;
  background: linear-gradient(-1deg, #c70c09, #fa530a);
  box-shadow: 4px 6px 32px 0px rgba(248, 187, 117, 0.75);
  border-radius: 20px;
  margin-right: 63px;
  margin-bottom: 30px;
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}
.box4-ul li:nth-child(even) {
  margin-right: 0;
}
.li-fl {
  position: absolute;
  top: 0;
  left: 0;
  width: 129px;
  height: 145px;
  background: url("../images/question.png") no-repeat center;
  font-size: 23px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #faf9f6;
  line-height: 145px;
  text-align: center;
}
.li-fr {
  width: 100%;
  height: 100%;
  background: #ffe3c3;
  box-shadow: 4px 6px 32px 0px rgba(248, 187, 117, 0.75);
  border-radius: 20px;
  display: flex;
  align-items: center;
  align-items: center;
  box-sizing: border-box;
  padding-left: 129px;
  text-align: center;
}
.li-fr p {
  font-size: 19px;
  font-family: Microsoft YaHei;
  color: #181817;
  line-height: 28px;
}
.box4 .yuyue-btn {
  width: 363px;
  background: url("../images/yuyue_bg1.png") no-repeat center;
}
.box5 .box-bg2 {
  padding: 46px 46px;
}
.goods {
  width: 100%;
  height: 322px;
  background: #ea3c0a;
  border-radius: 20px;
  margin-bottom: 32px;
  box-sizing: border-box;
  padding: 13px 20px;
}
.goods-fl {
  background: #ffe3c3;
  border-radius: 20px 0 0 20px;
  height: 291px;
  width: 467px;
  box-sizing: border-box;
  padding: 40px 55px;
}
.goods-fr {
  overflow: hidden;
  width: 486px;
  border-radius: 0 20px 20px 0;
}
.goods-fr img {
  display: block;
  width: 100%;
}
.goods2 .goods-fl {
  width: 486px;
  border-radius: 0 20px 20px 0;
}
.goods2 .goods-fr {
  width: 467px;
  border-radius: 20px 0 0 20px;
}
.goods-fl h2 {
  font-size: 36px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #dd0502;
  margin-bottom: 15px;
}
.goods-fl p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  color: #141313;
  line-height: 32px;
}
.goods-btn {
  display: block;
  width: 180px;
  height: 64px;
  background: url("../images/zixun.png") no-repeat center;
  margin: 20px auto 0;
  line-height: 64px;
  text-align: center;
  font-size: 24px;
  font-family: FZLanTingHeiS-DB-GB;
  color: #fbcd2e;
  text-shadow: 2px 3px 3px rgba(216, 9, 8, 0.75);
}
.box6 {
  margin: 122px 0 20px;
}
.box6 .box-bg2 {
  padding: 40px;
}
.box6-ul li {
  float: left;
  width: 153px;
  height: 57px;
  background: #dd0602;
  border-radius: 6px;
  margin: 0 7px;
  margin-bottom: 17px;
  text-align: center;
  line-height: 57px;
  font-size: 22px;
  letter-spacing: 5px;
}
.box6 li a {
  display: block;
  color: #f7eeed;
}
.box6-ul li:hover {
  background: linear-gradient(91deg, #c80d09, #f74f0a);
}

@media only all and (max-width: 1080px) {
  .banner_box {
    width: 100%;
    height: 28.5rem;
    background-size: 160% 100%;
  }
  .banner_box .container {
    padding-top: 5.5rem;
  }
  .banner_box .container {
    padding-top: 1rem;
  }
  .txt-bg {
    width: 16rem;
    height: 9rem;
    background-size: 100%;
    padding: 3rem 0 0 2rem;
    margin: auto;
  }
  .txt {
    width: 14rem;
    height: 3rem;
    background-size: 100%;
    margin: auto;
  }
  .box {
    background: none;
  }
  .box1 {
    margin-top: -9rem;
  }
  .head-bg {
    width: 97%;
    height: .45rem;
    background-size: 100%;
  }
  .box-bg {
    box-shadow: 0px .2rem 1rem 0px rgba(168, 22, 22, 0.58);
    border-radius: .5rem;
    padding: .3rem;
  }
  .box-bg1 {
    border-radius: .5rem;
    padding: .3rem;
  }
  .box-bg2 {
    box-shadow: 0px 0px .5rem 0px rgba(255, 146, 0, 0.75);
    border-radius: .5rem;
  }
  .title {
    width: 16rem;
    height: 3rem;
    background-size: 100%;
    top: -2rem;
    line-height: 3.2rem;
  }
  .title span {
    font-size: 1rem;
    text-shadow: .1rem .1rem .1rem rgba(176, 6, 4, 0.75);
  }
  .box1 .box-bg2 {
    padding: 2rem 0 3rem;
  }
  .box1-content {
    width: 13rem;
    height: 13rem;
  }
  .box1-word p {
    font-size: .8rem;
    line-height: .8rem;
  }
  .box1-word h3 {
    font-size: .9rem;
    margin-top: .1rem;
  }
  .box1-tips {
    width: 5.5rem;
    font-size: .6rem !important;
    line-height: .7rem;
    margin-top: .1rem;
  }
  .box1-footer-tips {
    font-size: .7rem;
    margin-top: 2rem;
  }
  
  .item {
    width: 4rem;
    height: 1.5rem;
    box-shadow: .1rem .15rem .125rem 0px rgba(251, 216, 173, 0.75);
    border-radius: .7rem 0;
    line-height: 1.5rem;
    font-size: .7rem;
    letter-spacing: .1rem;
  }
  .item3,
  .item6,
  .item7 {
    width: 4.5rem;
    letter-spacing: 0;
  }
  .item1 {
    left: -.4rem;
    top: -1rem;
  }
  .item2 {
    left: -2rem;
    top: 2rem;
  }
  .item3 {
    left: -2rem;
    top: 6rem;
  }
  .item4 {
    left: -2rem;
    top: 10rem;
  }
  .item5 {
    right: -1rem;
    top: -1rem;
  }
  .item6 {
    right: -2rem;
    top: 2rem;
  }
  .item7 {
    right: -2rem;
    top: 6rem;
  }
  .item8 {
    right: -2rem;
    top: 10rem;
  }
  .item9 {
    bottom: -1.5rem;
    left: 4rem;
  }
  .yuyue-btn {
    width: 10rem;
    height: 3rem;
    background-size: 100%;
    bottom: -.2rem;
    line-height: 2.7rem;
  }
  .yuyue-btn img {
    width: 1rem;
    margin-left: .2rem;
    margin-top: -.1rem;
  }
  .yuyue-btn a {
    font-size: .8rem;
    line-height: 2.7rem;
    text-shadow: .1rem .15rem .125rem rgba(213, 0, 30, 0.75);
  }
  .box2 {
    margin: 3rem 0;
  }
  .box2 .title,
  .box5 .title,
  .box6 .title {
    width: 12rem;
    background-size: 100%;
  }
  .box2 .box-bg2 {
    padding: 1rem .5rem;
  }
  .industry ul {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
  }
  .industry li {
    width: 31%;
    height: 1.7rem;
    border-radius: .3rem;
    margin-right: 3%;
    margin-bottom: .5rem;
    line-height: 1.7rem;
    font-size: .7rem;
  }
  .industry li:nth-child(4n) {
    margin-right: 3%;
  }
  .industry li:nth-child(3n) {
    margin-right: 0;
  }
  .table-box {
    border-radius: .3rem;
    padding: .2rem;
  }
  .table-box table thead tr {
    height: 1.7rem;
  }
  .table-box table th {
    font-size: .7rem;
    line-height: .9rem;
  }
  .table-box table tbody td {
    height: 1.7rem;
    font-size: .7rem;
    line-height: .8rem;
  }
  .table-box .consult {
    display: block;
    width: 3rem;
    height: 1.25rem;
    line-height: 1.25rem;
    border-radius: .7rem;
    font-size: .6rem;
  }
  .box3 .title,
  .box4 .title {
    width: 10rem;
    background-size: 100%;
  }
  .box3 .box-bg2 {
    padding: 1rem .5rem 3rem;
  }
  .box3-ul li {
    width: 49%;
    height: 10rem;
    box-shadow: .1rem .15rem .8rem 0px rgba(248, 187, 117, 0.75);
    border-radius: .4rem;
    padding: .4rem;
  }
  .box3-ul li:nth-child(2) {
    margin: 0 0 0 2%;
  }
  .box3-ul li:nth-child(3) {
    margin-top: .5rem;
    margin-left: 25%;
  }
  .box3-ul li img {
    width: 100%;
    height: 5rem;
  }
  .box3-word {
    padding: .5rem 0;
  }
  .box3-word h2 {
    font-size: .8rem;
    line-height: .8rem;
    margin-bottom: .5rem;
  }
  .box3-word p {
    font-size: .7rem;
    line-height: .8rem;
  }
  .box4 {
    margin: 3rem 0;
  }
  .box4 .box-bg2 {
    padding: 1rem .5rem 3rem;
  }
  .box4-ul {
    width: 90%;
    margin: auto;
  }
  .box4-ul li {
    width: 100%;
    height: 4rem;
    box-shadow: .1rem .15rem .8rem 0px rgba(248, 187, 117, 0.75);
    border-radius: .5rem;
    padding: .25rem;
    margin: 0 auto 1rem;
  }
  .li-fl {
    width: 4.2rem;
    height: 4rem;
    background-size: 100% 100%;
    font-size: .7rem;
    line-height: 4rem;
  }
  .li-fr {
    width: 100%;
    height: 100%;
    box-shadow: .1rem .15rem .8rem 0px rgba(248, 187, 117, 0.75);
    border-radius: .3rem;
    padding-left: 4.2rem;
  }
  .li-fr p {
    font-size: .7rem;
    line-height: .9rem;
  }
  .box4 .yuyue-btn {
    width: 9rem;
    background-size: 100%;
  }
  .box5 .box-bg2 {
    padding: .5rem .5rem;
  }
  .goods {
    width: 100%;
    height: auto;
    border-radius: .5rem;
    margin-bottom: .8rem;
    padding: .4rem .5rem;
  }
  .goods-fl {
    border-radius:.5rem;
    height: auto;
    width: 100%;
    padding: 1rem .5rem;
  }
  .goods-fr {
    width: 100%;
    border-radius: .5rem;
  }
  .goods2 .goods-fl {
    width: 100%;
    border-radius: .5rem;
  }
  .goods2 .goods-fr {
    width: 100%;
    border-radius: .5rem;
  }
  .goods-fl h2 {
    font-size: 1.2rem;
    margin-bottom: .4rem;
  }
  .goods-fl p {
    font-size: .8rem;
    line-height: 1rem;
  }
  .goods-btn {
    width: 4.5rem;
    height: 1.7rem;
    background-size: 100%;
    margin: .5rem auto 0;
    line-height: 1.7rem;
    font-size: .8rem;
  }
  .box6 {
    margin: 3rem 0 1rem;
  }
  .box6 .box-bg2 {
    padding: .5rem;
  }
  .box6-ul li {
    width: 24%;
    height: 1.5rem;
    border-radius: .15rem;
    margin: 0 .5%;
    margin-bottom: .5rem;
    line-height: 1.5rem;
    font-size: .7rem;
    letter-spacing: .1rem;
  }
}
