.box {
  position: relative;
  overflow: hidden;
  background: rgb(170, 0, 24);
}

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

.txt_container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding-top: 94px;
}

.txt01 {
  color: #902124;
  font-size: 40px;
  font-weight: bold;
  width: 333px;
  height: 404px;
  background: url(../images/txt01.png) no-repeat center center;
  position: absolute;
  right: 100px;
  top: -54px;
  box-sizing: border-box;
  padding-top: 75px;
  text-align: center;
}

.txt02 {
  margin: 0 auto;
}

.txt03 {
  margin: -272px auto 0;
}

.txt04 {
  width: 880px;
  margin: -250px auto 0;
  text-align: center;
  color: #FFF2D6;
  font-size: 36px;
  border-bottom: 1px solid #FFF6D3;
}

.txt04 .middle_txt {
  font-weight: bold;
}

.txt04 .yellow {
  color: #FFF152;
  font-weight: bold;
  font-size: 100px;
}

.txt04 .big {
  font-size: 60px;
  font-weight: bold;
}

.box_container {
  background: url(../images/box_bg.png) no-repeat center top;
}

.jz_container {
  width: 1112px;
  height: 404px;
  background: url(../images/juanzhou_bg.png) no-repeat center center;
  margin: 0 auto;
  transform: translateY(-115px);
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-top: 32px;
  padding-left: 106px;
}

.jz_item {
  width: 207px;
  height: 209px;
  background: url(../images/icon_bg.png) no-repeat center center;
  margin: 0 20px;
}

.jz_item .icon {
  margin: -33px auto 0;
}

.jz_item p {
  width: 122px;
  height: 32px;
  background: linear-gradient(83deg, #BC2121, #D82626);
  border-radius: 16px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 32px;
  margin: 11px auto;
}

.box_top {
  height: 152px;
  background: url(../images/box_top.png) no-repeat center top;
}

.box_body {
  height: auto;
  background: url(../images/qz_top.png) no-repeat center top, url(../images/qz_center.png) repeat-y center center;
  position: relative;
  box-sizing: border-box;
  padding-top: 182px;
}

.box_bottom {
  height: 220px;
  background: url(../images/qz_bottom.png) no-repeat center bottom;
}

.title {
  width: 1199px;
  height: 190px;
  background: url(../images/title_bg.png) no-repeat center center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.title_bottom {
  width: 1200px;
  height: 100px;
  border-radius: 50px;
  background-color: #DF464C;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 120px;
}

.title_top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.title_top div {
  width: 255px;
  height: 81px;
  background: url(../images/tip_bg.png) no-repeat center center;
  text-align: right;
  box-sizing: border-box;
  padding-right: 10px;
}

.title_top span {
  display: inline-block;
  color: #FFF152;
  font-size: 46px;
  font-weight: bold;
  line-height: 1.4;
  border-bottom: 1px solid #F1D7A7;
}

.title_top h3 {
  font-size: 70px;
  font-weight: bold;
  margin: 0 5px 0 10px;
  background: linear-gradient(0deg, #F1D7A7 0.146484375%, #FFF6D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.title_top p {
  width: 82px;
  height: 82px;
  background: url(../images/circle_bg.png) no-repeat center center;
  color: #D82626;
  font-weight: bold;
  text-align: center;
  line-height: 82px;
  font-size: 46px;
  margin: 0 5px;
}

.title_des {
  font-size: 26px;
  font-weight: bold;
  margin-top: 24px;
  text-align: center;
  background: linear-gradient(0deg, #F1D7A7 0.146484375%, #FFF6D3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_content {
  padding-top: 100px;
  width: 1200px;
  border-radius: 0 0 50px 50px;
  margin: -20px auto 0;
  background: linear-gradient(#FEF3CF, #F1D7A7);
  box-sizing: border-box;
  padding: 100px 40px 40px;
}

.tab_container {
  display: flex;
  justify-content: center;
  margin-bottom: 28px;
}

.tab_container li {
  cursor: pointer;
  width: 305px;
  height: 121px;
  margin: 0 10px;
  text-align: center;
  line-height: 70px;
  background: url(../images/tab01_bg.png) no-repeat center center;
}

.tab_container li span {
  font-size: 40px;
  font-weight: bold;
  background: linear-gradient(0deg, #FFF152 0.146484375%, #FFF9B0 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab_container li.active, .tab_container li:hover {
  background: url(../images/tab01_active.png) no-repeat center center;
}

.tab_container li.active span, .tab_container li:hover span {
  background: linear-gradient(0deg, #fff 0.146484375%, #fff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tab01_container {
  display: none;
}

.tab01_container.active {
  display: block;
}

.tab02_container {
  display: none;
}

.tab02_container.active {
  display: block;
}

thead {
  background: linear-gradient(90deg, #BC2121, #E32929);
}

thead th {
  height: 97px;
  color: #FFFFFF;
  font-size: 30px;
}

table {
  border-spacing: 0;
  border-radius: 30px;
  overflow: hidden;
  width: 100%;
  text-align: center;
  color: #5D4007;
  font-size: 16px;
  background-color: #fff;
  box-shadow: 0 0 20px #ccc;
}

.eval_width {
  width: 18%;
}

table td {
  height: 32px;
  border-left: 1px solid #E22929;
  border-top: 1px solid #E22929;
}

table td a {
  display: block;
  color: #DA1313;
  font-size: 14px;
  width: 90px;
  height: 28px;
  line-height: 28px;
  margin: 0 auto;
}

table td a span {
  display: inline-block;
  width: 11px;
  height: 9px;
  margin-right: 5px;
  background: url(../images/arrow_active.png) no-repeat center center;
}

table td a:hover {
  color: #fff;
  border-radius: 20px;
  background-color: #DA1313;
}

table td a:hover span {
  background: url(../images/arrow.png) no-repeat center center;
}

.table_title {
  color: #DA1313;
  font-size: 90px;
  font-weight: bold;
  background: url(../images/table_bg.png) no-repeat center top;
  background-size: 100% 100%;
  border-left: 0;
}

.table_s_tit {
  color: #FFFFFF;
  font-size: 20px;
  background: url(../images/table_small_bg.png) no-repeat center top;
  background-size: 100% 100%;
}

.tab01_container03 .table_title {
  font-size: 48px;
}

.tab01_container02 .table_title {
  font-size: 66px;
}

.tab_02 li {
  width: 267px;
  height: 107px;
  background: url(../images/tab02_bg.png) no-repeat center center;
  line-height: 70px;
}

.tab_02 li.active, .tab_02 li:hover {
  background: url(../images/tab02_active.png) no-repeat center center;
}

.tab_02 li span {
  font-size: 28px;
}

.tab02_container .table_title {
  font-size: 50px;
}

.tab02_container table td {
  height: 60px;
}

.tab02_container .red {
  color: #D32626;
}

.tab02_container_one table td {
  height: 300px;
}
.fixed_mask {
  display: none;
  position: fixed;
  z-index: 99;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixed_form {
  width: 426px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(180deg, #f5e8c1, #d8ae70);
  border: 2px solid #9f8366;
  border-radius: 20px;
  box-sizing: border-box;
  padding: 40px 0;
}
.fixed_form select {
  appearance: auto;
  -moz-appearance: auto;
  -webkit-appearance: auto;
}

.input {
  display: block;
  box-sizing: border-box;
  width: 364px;
  height: 60px;
  border: 1px solid #d6b897;
  margin: 0 auto 8px auto;
  border-radius: 6px;
  background-color: #fff;
  padding-left: 10px;
  font-size: 18px;
}

.por {
  position: relative;
  display: table;
  margin: 0 auto;
}

#fs {
  position: absolute;
  top: 7px;
  right: 6px;
  width: 110px;
  height: 48px;
  border-radius: 6px;
  background: linear-gradient(to bottom, #f0ddc0, #d5a967);
  cursor: pointer;
  font-size: 18px;
}

.ajaxBtn {
  display: block;
  width: 260px;
  height: 60px;
  margin: 10px auto 0 auto;
  line-height: 60px;
  border-radius: 40px;
  font-size: 28px;
  color: #e3c597;
  background: linear-gradient(to bottom, #723e1a, #2e1c0e);
  cursor: pointer;
  transition: transform .5s ease;
}

.ajaxBtn:hover {
  transform: translateY(-5px);
}

.fixed_close {
  cursor: pointer;
  width: 35px;
  position: absolute;
  right: -30px;
  top: -50px;
  transition: transform .5s ease;
}

.fixed_close:hover {
  transform: rotate(180deg);
}

@media only all and (max-width:1080px) {
  .banner {
    width: 100%;
    height: 16.5rem;
    background-size: auto 100%;
  }
  .txt_container {
    width: 100%;
    padding-top: .8rem;
  }
  .txt01 {
    width: 7rem;
    height: 5.5rem;
    background-size: 100%;
    right: 0;
    top: -0;
    padding-top: 0.5rem;
    font-size: .8rem;
  }
  .txt02 {
    width: 50%;
  }
  .txt03 {
    width: 100%;
    margin: -5rem auto 0;
  }
  .txt04 {
    width: 17rem;
    margin: -2.5rem auto 0;
    font-size: .7rem;
  }
  .txt04 .yellow {
    font-size: 1rem;
  }
  .txt04 .big {
    font-size: .8rem;
  }
  .box_container {
    background: url(../images/box_bg.png) no-repeat center top;
    background-size: auto 100%;
  }
  .jz_container {
    width: 94%;
    height: auto;
    background: #fff;
    border: .1rem solid #DAB56B;
    transform: translateY(-0.6rem);
    box-sizing: border-box;
    flex-wrap: wrap;
    padding-top: 1.5rem;
    padding-left: 0;
  }
  .jz_item {
    width: 7.5rem;
    height: 8rem;
    background-size: 100%;
    margin: .2rem 0;
  }
  .jz_item .icon {
    width: 2rem;
    margin: -1rem auto 0;
  }
  .jz_item p {
    width: 4rem;
    height: 1.6rem;
    border-radius: 16px;
    font-size: .7rem;
    line-height: 1.6rem;
    margin: .2rem auto;
  }
  .box_top {
    height: 0;
    background: none;
  }
  .box_body {
    width: 100%;
    margin: 0 auto;
    height: auto;
    background: none;
    position: relative;
    box-sizing: border-box;
    padding: 1rem 0;
  }
  .box_bottom {
    height: 0;
    background: none;
  }
  .title {
    width: 94%;
    height: 4rem;
    background-size: 100% 100%;
    top: .5rem;
  }
  .title_bottom {
    width: 94%;
    height: 2rem;
    border-radius: .8rem;
    top: 2.9rem;
  }
  .title_top div {
    width: 5rem;
    height: 2rem;
    background-size: 100%;
    padding-right: .2rem;
    padding-top: .3rem;
  }
  .title_top span {
    font-size: .8rem;
  }
  .title_top h3 {
    font-size: .8rem;
    margin: 0 .1rem 0 .2rem;
  }
  .title_top p {
    width: 2rem;
    height: 2rem;
    background-size: 100%;
    line-height: 2rem;
    font-size: .7rem;
    margin: 0 .1rem;
  }
  .title_des {
    font-size: .7rem;
    margin-top: .2rem;
  }
  .box_content {
    width: 94%;
    border-radius: 0 0 1rem 1rem;
    margin: 2rem auto 0;
    padding: 2.5rem .4rem .4rem;
  }
  .tab_container {
    flex-wrap: wrap;
    margin-bottom: .5rem;
  }
  .tab_container li {
    cursor: pointer;
    width: 5.2rem;
    height: 2rem;
    margin: 0;
    line-height: 1.4rem;
    background-size: 100%;
  }
  .tab_container li span {
    font-size: .8rem;
  }
  .tab_container li.active, .tab_container li:hover {
    background-size: 100%;
  }
  thead th {
    height: 1.8rem;
    font-size: .7rem;
  }
  table {
    font-size: .6rem;
  }
  .eval_width {
    width: 18%;
  }
  table td {
    height: 2rem;
  }
  table td a {
    font-size: .6rem;
    width: 3.6rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
  table td a span {
    width: .5rem;
    height: .4rem;
    margin-right: .1rem;
    background-size: 100% 100%;
  }
  table td a:hover {
    border-radius: 1rem;
  }
  table td a:hover span {
    background-size: 100% 100%;
  }
  .table_title {
    font-size: 1rem;
  }
  .table_s_tit {
    font-size: .8rem;
  }
  .tab01_container03 .table_title {
    font-size: 1rem;
  }
  .tab01_container02 .table_title {
    font-size: 1rem;
  }
  .tab_02 li {
    width: 7rem;
    height: 2.5rem;
    background-size: 100% 100%;
    line-height: 1.5rem;
  }
  .tab_02 li.active, .tab_02 li:hover {
    background-size: 100% 100%;
  }
  .tab_02 li span {
    font-size: .7rem;
  }
  .tab02_container .table_title {
    font-size: .8rem;
  }
  .tab02_container table td {
    height: 2.5rem;
  }
  .tab02_container_one table td {
    height: 6rem;
  }
  .fixed_form {
    width: 80%;
    border: .05rem solid #9f8366;
    border-radius: .5rem;
    box-sizing: border-box;
    padding: 2rem .25rem 1rem;
  }

  .fixed_close {
    width: 1rem;
    top: -1.25rem;
  }
  .input {
    width: 94%;
    height: 2rem;
    padding-left: .2rem;
    border-radius: .2rem;
    font-size: .75rem;
  }
  #fs {
    top: 0;
    right: 0;
    width: 5rem;
    height: 2rem;
    border-radius: .15rem;
    font-size: .75rem;
}
.por {
  width: 100%;

}
}