.box {
  position: relative;
  overflow: hidden;
  background-color: #000537;
}

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

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

.txt01 {
  margin: 0 auto 25px;
}

.txt02 {
  color: #FBFCFD;
  font-size: 24px;
  text-align: center;
}

.txt03 {
  color: #FBFCFD;
  font-size: 48px;
  position: absolute;
  right: 271px;
  top: 122px;
}

.box_tab {
  width: 100%;
  height: 151px;
  border-top: 3px solid #142A78;
  border-bottom: 3px solid #142A78;
}

.box_tab .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box_tab a {
  display: block;
  width: 220px;
  height: 71px;
  background: url(../images/tab_bg.png) no-repeat center top;
  color: #FBFCFD;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
  transition: background .5s;
  /* -webkit-animation: swing 1s infinite both;
  -moz-animation: swing 1s infinite both;
  -ms-animation: swing 1s infinite both;
  -o-animation: swing 1s infinite both;
  animation: swing 1s infinite both; */
}

.box_tab a:hover {
  background: url(../images/tab_active.png) no-repeat center top;
}

.box_container {
  position: relative;
}

.title {
  width: 100%;
  height: 146px;
  padding-top: 45px;
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  background: url(../images/title_bg.png) no-repeat 88% bottom;
}

.title .num {
  position: absolute;
  top: 45px;
  width: 100%;
  left: 0;
  z-index: 1;
}

.title .num span {
  font-weight: bold;
  font-size: 90px;
  background: linear-gradient(92deg, #0E3748 0%, #3EB4C7 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
}

.title .txt {
  position: absolute;
  top: 85px;
  width: 100%;
  left: 0;
  z-index: 2;
}

.title .txt span {
  font-weight: bold;
  font-size: 60px;
  line-height: 1;
  background: linear-gradient(0deg, #44BFD2 0%, #D5F0F9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box01_body {
  width: 100%;
  height: 237px;
  box-sizing: border-box;
  padding: 50px 50px 0 67px;
  background: url(../images/box01_bg.png) no-repeat center top;
  background-size: 100%;
}

.box01_body p {
  color: #FBFCFE;
  line-height: 1.8;
  font-size: 18px;
}

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

.box02_line a {
  display: block;
  color: #FBFCFD;
  font-size: 17px;
  text-align: center;
  line-height: 50px;
  margin: 10px 0;
  transition: all .5s;
}

.box02_line a:hover {
  color: #13D0F8;
  font-size: 19px;
  /* -webkit-animation: tada 1s infinite both;
  -moz-animation: tada 1s infinite both;
  -ms-animation: tada 1s infinite both;
  -o-animation: tada 1s infinite both;
  animation: tada 1s infinite both; */
  -webkit-animation: tada 1s both;
  -moz-animation: tada 1s both;
  -ms-animation: tada 1s both;
  -o-animation: tada 1s both;
  animation: tada 1s both;
}

.link1 {
  width: 476px;
  height: 51px;
  background: url(../images/box02_tip1.png) no-repeat center top;
}

.link2 {
  width: 250px;
  height: 51px;
  background: url(../images/box02_tip2.png) no-repeat center top;
}

.link3 {
  width: 153px;
  height: 51px;
  background: url(../images/box02_tip3.png) no-repeat center top;
}

.link4 {
  width: 123px;
  height: 51px;
  background: url(../images/box02_tip4.png) no-repeat center top;
}

.link5 {
  width: 393px;
  height: 51px;
  background: url(../images/box02_tip5.png) no-repeat center top;
}

.link6 {
  width: 316px;
  height: 51px;
  background: url(../images/box02_tip6.png) no-repeat center top;
}

.link7 {
  width: 558px;
  height: 51px;
  background: url(../images/box02_tip7.png) no-repeat center top;
}

.link8 {
  width: 495px;
  height: 51px;
  background: url(../images/box02_tip8.png) no-repeat center top;
}

.link9 {
  width: 702px;
  height: 51px;
  background: url(../images/box02_tip9.png) no-repeat center top;
}

.link10 {
  width: 1200px;
  height: 51px;
  background: url(../images/box02_tip11.png) no-repeat center top;
  background-size: 100% 100%;
}

.box03 .title, .box04 .title, .box05 .title, .box06 .title {
  height: 218px;
}

.box03_body table {
  width: 100%;
  color: #F9FBFC;
  font-size: 18px;
  text-align: center;
  border-spacing: 0;
  margin-bottom: 43px;
}

.box03_body table th {
  background-color: #057089;
  color: #13D0F8;
  font-size: 24px;
  height: 60px;
}

.box03_body table td {
  height: 50px;
  border-right: 1px solid #398c9e;
  border-bottom: 1px solid #057089;
}

.box03_body table td:first-child {
  border-left: 1px solid #057089;
}

.sjlc_txt {
  width: 100%;
  height: 110px;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
  text-align: center;
  box-sizing: border-box;
  padding-bottom: 40px;
  background: url(../images/line01.png) no-repeat bottom left;
}

.sjlc_txt a {
  color: #FAFBFC;
  font-size: 18px;
  width: 110px;
  height: 43px;
  line-height: 43px;
  border-radius: 10px;
  background-color: #057089;
  position: relative;
  cursor: pointer;
}

.sjlc_txt a.sjlc_txt_item7 {
  height: 43px;
  box-sizing: border-box;
  padding-top: 8px;
  line-height: 1.2;
}

.sjlc_txt a::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  width: 0;
  height: 0;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #057089;
}

.sjlc_txt a:hover {
  background-color: #14A4C5;
}

.sjlc_txt a:hover::before {
  border-top: 10px solid #14A4C5;
}

.sjlc_txt a::after {
  content: '';
  width: 31px;
  height: 31px;
  display: block;
  background: url(../images/circle02.png) no-repeat center top;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -54px;
}

.sjlc_line {
  display: flex;
  justify-content: center;
  height: 46px;
  margin-top: 20px;
  color: #00EDFF;
  font-size: 18px;
  padding-bottom: 40px;
}

.sjlc_line p {
  width: 80%;
  margin: 0 auto;
  padding-top: 15px;
  border-bottom: 1px dashed #00EDFF;
}

.sjlc_line p span {
  display: inline-block;
  position: relative;
}

.sjlc_line p span::after {
  content: '';
  position: absolute;
  height: 2px;
  width: 100%;
  display: block;
  top: 23px;
  left: 0;
  background: #000537;
}

.sjlc_line_item {
  width: 149px;
  border-right: 1px dashed #4085FD;
  text-align: center;
}

.sjlc_line_item:first-child {
  border-left: 1px dashed #4085FD;
}

.box04_body, .box06_body {
  height: 770px;
  background: url(../images/box04_bg.png) no-repeat center top;
  background-size: 100%;
  box-sizing: border-box;
  padding: 45px 40px 0;
}

.box04_tip {
  color: #F9FBFC;
  font-size: 18px;
  text-align: center;
}

.box04_body ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 23px 0;
}

.box04_body ul li {
  cursor: pointer;
  width: 201px;
  height: 173px;
  text-align: center;
  line-height: 1;
  box-sizing: border-box;
  padding-left: 10px;
  color: #E9F4F5;
  font-size: 26px;
  background: url(../images/year_tab.png) no-repeat center top;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 18px;
}

.box04_body ul li.active {
  color: #00ECFF;
  background: url(../images/year_active.png) no-repeat center top;
}

.tab_container {
  display: none;
  height: 442px;
  background: #06234B;
  box-sizing: border-box;
  padding: 34px 50px;
}

.tab_container.active {
  display: block;
}

.progress_container {
  width: 100%;
  height: 100%;
  background: url(../images/line02.png) no-repeat center center;
  background-size: 98%;
  color: #00EDFF;
  font-size: 18px;
  display: flex;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}

.progress_container img {
  margin: 3px 0;
}

.progress_container div:not(:first-child) {
  margin-left: -22px;
}

.progress_container .month {
  margin-top: -22px;
}

.progress_container .month img {
  margin: 3px auto;
}

.day img {
  margin: 8px auto;
}

.day p {
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.day_down {
  margin-top: 105px;
}

.day_up {
  margin-bottom: 105px;
}

.box05_body {
  height: 404px;
  background: url(../images/box05_bg.png) no-repeat center top;
  background-size: 100%;
  box-sizing: border-box;
  padding: 45px 24px 0;
}

.box4_list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box4_list li {
  width: 273px;
  height: 326px;
  border: 1px solid #FFDDDA;
  background: #fff;
  box-shadow: inset 0px 0px 6px 0px #5C0000;
  border-radius: 2px;
  box-sizing: border-box;
  transition: all .2s;
  padding-top: 30px;
}

.box4_list li:hover {
  transform: scale(1.05);
}

.box4_list li img {
  display: block;
  margin: 0 auto 30px;
}

.box4_list li p {
  line-height: 18px;
  box-sizing: border-box;
  font-size: 18px;
  color: #010101;
  text-align: center;
}

/* 城市 */

.city_list {
  display: flex;
  flex-wrap: wrap;
}

.city_list li {
  cursor: pointer;
  position: relative;
  width: 135px;
  height: 56px;
  background: linear-gradient(92deg, #05798F, #2F3CDC);
  margin: 12px 60px 12px 0;
}

.city_list li:nth-child(6n) {
  margin-right: 0;
}

.city_list li p {
  line-height: 56px;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  margin: 0 auto;
  font-weight: bold;
}

.city_list li .city_qr {
  display: none;
  position: absolute;
  width: 117px;
  height: 117px;
  left: 50%;
  top: 59px;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  z-index: 9;
}

.city_list li .city_qr img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 13rem;
    background-size: auto 100%;
  }
  .txt_container {
    width: 100%;
    padding-top: .8rem;
  }
  .txt01 {
    width: 80%;
    margin: 0 auto .5rem;
  }
  .txt02 {
    font-size: .7rem;
  }
  .txt03 {
    font-size: .8rem;
    right: 22%;
    top: 1.5rem;
  }
  .box_tab {
    height: auto;
    padding: .4rem 0;
  }
  .box_tab .wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
  .box_tab a {
    display: block;
    width: 30%;
    height: 2rem;
    background-size: 100% 100%;
    font-size: .7rem;
    line-height: 1.96rem;
    margin: .2rem 3% .2rem 0;
  }
  .box_tab a:nth-child(3), .box_tab a:nth-child(5) {
    margin-right: 0;
  }
  .box_tab a:hover {
    background-size: 100% 100%;
  }
  .title {
    width: 100%;
    height: 4rem;
    padding-top: .2rem;
    margin-bottom: .8rem;
    background-size: 102%;
  }
  .title .num {
    top: 1rem;
  }
  .title .num span {
    font-size: 2rem;
  }
  .title .txt {
    top: 2.2rem;
  }
  .title .txt span {
    font-size: 1rem;
  }
  .box01_body {
    height: auto;
    padding: .6rem;
    background: none;
    border: 1px solid #00EDFF;
    border-radius: .4rem;
  }
  .box01_body p {
    font-size: .7rem;
  }
  .box02_line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .box02_line a {
    display: flex;
    font-size: .65rem;
    text-align: center;
    line-height: 1.1;
    justify-content: center;
    align-items: center;
    margin: .2rem 0;
    transition: all .5s;
    box-sizing: border-box;
    padding-bottom: .2rem;
  }
  .box02_line a:hover {
    font-size: .7rem;
  }
  .link1 {
    width: 100%;
    height: 1.8rem;
    background-size: 100% 100%;
  }
  .link2 {
    width: 39%;
    height: 1.8rem;
    background-size: 100% 100%;
  }
  .link3 {
    width: 30%;
    height: 1.8rem;
    background-size: 100% 100%;
  }
  .link4 {
    width: 12%;
    height: 1.8rem;
    background-size: 100% 100%;
  }
  .link5 {
    width: 83%;
    height: 1.8rem;
    background-size: 100% 100%;
  }
  .link6 {
    width: 48%;
    height: 1.8rem;
    background-size: 100% 100%;
  }
  .link7 {
    width: 100%;
    height: 1.8rem;
    background-size: 100% 100%;
  }
  .link8 {
    width: 80%;
    height: 1.8rem;
    background-size: 100% 100%;
  }
  .link9 {
    width: 100%;
    height: 1.8rem;
    background-size: 100% 100%;
  }
  .link10 {
    width: 100%;
    height: 2rem;
    padding: 0 1% .2rem;
    background-size: 100% 100%;
  }
  .box03 .title, .box04 .title, .box05 .title, .box06 .title {
    height: 5rem;
  }
  .box03_body table {
    font-size: .6rem;
    margin-bottom: .8rem;
  }
  .box03_body table th {
    font-size: .7rem;
    height: 1.8rem;
  }
  .box03_body table td {
    height: 4rem;
  }
  .sjlc_txt {
    width: 100%;
    height: auto;
    padding-bottom: 1.1rem;
  }
  .sjlc_txt a {
    font-size: .7rem;
    width: 12%;
    height: auto;
    padding: .2rem 0 .3rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: .4rem;
  }
  .sjlc_txt a.sjlc_txt_item7 {
    height: auto;
    padding: .2rem 0 .3rem;
    line-height: 1;
  }
  .sjlc_txt a::after {
    content: '';
    width: .8rem;
    height: .8rem;
    background-size: 100% 100%;
    bottom: -1.5rem;
  }
  .sjlc_line {
    height: 46px;
    margin-top: 20px;
    font-size: .5rem;
    padding-bottom: 0.4rem;
  }
  .sjlc_line p {
    width: 100%;
    padding-top: 0;
    border: 0;
  }
  .sjlc_line p span::after {
    display: none;
  }
  .sjlc_line_item {
    width: 12.3%;
  }
  .box04_body, .box06_body {
    height: auto;
    padding: .6rem;
    background: none;
    border: 1px solid #00EDFF;
    border-radius: .4rem;
  }
  .box04_tip {
    font-size: .7rem;
  }
  .box04_body ul {
    justify-content: space-between;
    margin: .4rem 0;
  }
  .box04_body ul li {
    cursor: pointer;
    width: 5.03rem;
    height: 3.6rem;
    padding-left: .2rem;
    font-size: .7rem;
    background-size: 100% 100%;
    padding-bottom: .4rem;
  }
  .box04_body ul li.active {
    background-size: 100% 100%;
  }
  .tab_container {
    height: auto;
    padding: .4rem 0;
  }
  .progress_container {
    font-size: .55rem;
  }
  .progress_container img {
    margin: .2rem 0;
  }
  .progress_container div:not(:first-child) {
    margin-left: -1rem;
  }
  .progress_container .month {
    margin-top: -.8rem;
  }
  .progress_container .month img {
    width: .4rem;
    margin: .2rem auto;
  }
  .day img {
    width: 3rem;
    margin: .4rem auto;
  }
  .day img.arrow {
    width: .45rem;
    margin: .4rem auto;
  }
  .day p {
    height: 1rem;
  }
  .day_down {
    margin-top: 2.9rem;
  }
  .day_down img.arrow {
    margin: .4rem auto 1rem;
  }
  .day_up img.arrow {
    margin: 1rem auto .4rem;
  }
  .day_up {
    margin-bottom: 2.9rem;
  }
  .box05_body {
    height: auto;
    padding: .6rem;
    background: none;
    border: 1px solid #00EDFF;
    border-radius: .4rem;
  }
  .box4_list {
    flex-wrap: wrap;
  }
  .box4_list li {
    width: 49%;
    padding: .6rem;
    height: 11rem;
    margin-bottom: .4rem;
  }
  .box4_list li:hover {
    width: 49%;
  }
  .box4_list li:hover img {
    margin: 0 auto .5rem;
  }
  .box4_list li img {
    margin: 0 auto .5rem;
    width: 100%;
  }
  .box4_list li p {
    line-height: 1rem;
    font-size: .7rem;
  }
  /* 城市 */
  .city_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0.5rem auto;
  }
  .city_list li {
    margin: .3rem 1.2% .3rem 0;
    width: 24%;
    height: 1.6rem;
    line-height: 1.6rem;
    background-size: 100% 100%;
  }
  .city_list li:nth-child(6n) {
    margin-right: 1.2%;
  }
  .city_list li:nth-child(4n) {
    margin-right: 0;
  }
  .city_list li p {
    line-height: 1.6rem;
    font-size: .7rem;
  }
  .city_list li .city_qr {
    width: 2.5rem;
    height: 2.5rem;
    top: 1.3rem;
  }
  .city_list li .city_qr img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}