<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.box {
  position: relative;
  overflow: hidden;
  background-color: #FFFEFE;
}

.banner {
  height: 680px;
  position: relative;
  overflow: hidden;
  background: url(../images/banner_bg.png) no-repeat center top;
}

.banner1 {
  position: absolute;
  width: 100%;
  height: 680px;
  background: url(../images/sd.png) no-repeat center center;
  background-size: 130% auto;
  animation: kenburns-1 16s linear infinite alternate;
  -webkit-animation: kenburns-1 16s linear infinite alternate;
  -moz-animation: kenburns-1 16s linear infinite alternate;
  -o-animation: kenburns-1 16s linear infinite alternate;
  -ms-animation: kenburns-1 16s linear infinite alternate;
  z-index: 2;
  overflow: hidden;
}

@-webkit-keyframes kenburns-1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  26.5625% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  98.4375% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

@keyframes kenburns-1 {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  26.5625% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  98.4375% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}

.banner2 {
  position: absolute;
  width: 100%;
  height: 680px;
  background: url(../images/cloud.png) no-repeat center bottom;
  background-size: 100% auto;
  animation: cloud3 20s linear infinite alternate;
  -webkit-animation: cloud3 20s linear infinite alternate;
  -moz-animation: cloud3 20s linear infinite alternate;
  -o-animation: cloud3 20s linear infinite alternate;
  -ms-animation: cloud3 20s linear infinite alternate;
  overflow: hidden;
}

@keyframes cloud3 {
  0% {
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
  }
  25% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  50% {
    -webkit-transform: scale(1.3) translateY(-20px);
    transform: scale(1.3) translateY(-20px);
  }
  75% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1.1) translateY(0);
    transform: scale(1.1) translateY(0);
  }
}

.banner_container {
  width: 1200px;
  position: absolute;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.jnmj {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  top: 36px;
  width: 478px;
}

.txt_add {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
  width: 931px;
  height: 66px;
  background: linear-gradient(0deg, #F3F61C, #FCD576);
  box-shadow: 0px 7px 0px 0px #A1160B;
  border-radius: 19px;
  color: #BD0800;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
  width: 374px;
  height: 38px;
  z-index: 3;
}

.txt01 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 83%;
}

.box01 {
  height: 1235px;
  overflow: hidden;
  background: url(../images/box01_bg.png) no-repeat center center;
}

.box01_title {
  width: 1279px;
  height: 129px;
  background: url(../images/title1_bg.png) no-repeat center center;
  margin: 0 auto;
}

.title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  text-align: center;
}

.title span {
  display: block;
  width: 155px;
  margin-right: 17px;
  text-align: center;
  height: 102px;
  color: #BC001A;
  font-size: 40px;
  font-weight: bold;
  line-height: 139px;
  background: url(../images/title_bg.png) no-repeat center center;
}

.title h3 {
  font-size: 56px;
  color: #F3F61C;
  text-shadow: 0px 7px 0px #A1160B;
}

#certify {
  position: relative;
  width: 1000px;
  margin: 35px auto 0;
  background: url(../images/zhuobu.png) no-repeat center bottom;
  padding-bottom: 196px;
}

#certify .swiper-slide {
  width: 270px;
}

.book_container {
  width: 100%;
  height: 320px;
  background: url(../images/img_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#certify .swiper-slide img {
  display: block;
  width: 70%;
  height: auto;
}

#certify .swiper-button-prev {
  left: -90px;
  width: 100px;
  height: 100px;
  background: url(../images/arrow02.png) no-repeat;
  background-size: 100%;
  margin-top: -152px;
}

#certify .swiper-button-prev:hover {
  background: url(../images/arrow02_active.png) no-repeat;
  background-size: 100%;
}

#certify .swiper-button-next {
  right: -90px;
  width: 100px;
  height: 100px;
  background: url(../images/arrow01.png) no-repeat;
  background-size: 100%;
  margin-top: -152px;
}

#certify .swiper-button-next:hover {
  background: url(../images/arrow01_active.png) no-repeat;
  background-size: 100%;
}

.certify_tip {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 128px;
  color: #F3F61C;
  font-weight: bold;
  font-size: 36px;
  text-shadow: 0px 5px 18px rgba(95, 13, 10, 0.54);
}

.dbj {
  display: block;
  width: 525px;
  height: 173px;
  background: url(../images/db_bg.png) no-repeat center;
  margin: 0 auto;
  color: #BD0800;
  font-size: 45px;
  font-weight: bold;
  text-align: center;
  line-height: 140px;
}

.dbj span {
  font-size: 96px;
}

.box02 {
  height: 1589px;
  background: url(../images/box02_bg.png) no-repeat center top;
}

.box02_container {
  width: 1279px;
  height: 1278px;
  background: url(../images/bg1.png) no-repeat center center;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 50px 120px;
}

.box02_inner {
  width: 100%;
  height: auto;
  background: #FBF1E9;
  border-radius: 66px;
  box-sizing: border-box;
  padding: 0 30px 30px;
  margin-top: 20px;
}

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

.box02_item {
  width: 266px;
  height: 355px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 72px;
  background: url(../images/box02_item.png) no-repeat center center;
}

.box02_item .top {
  color: #000000;
  font-size: 18px;
  height: 125px;
  line-height: 1.6;
}

.box02_item .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
}

.box02_item .bottom img {
  margin-right: 12px;
}

.box02_item .bottom span {
  font-weight: bold;
  font-size: 26px;
  background: linear-gradient(0deg, #F3F61C 0.68359375%, #FCD576 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box02_table {
  width: 100%;
  border-spacing: 0;
  text-align: center;
  overflow: hidden;
  background: #BD0800;
  border-radius: 20px;
}

.box02_table th {
  color: #BD0800;
  font-size: 29px;
  height: 56px;
  background: linear-gradient(0deg, #F3F61C, #FCD576);
  box-shadow: 0px 7px 0px 0px #A1160B;
  border-left: 1px solid #ECA2A1;
}

.box02_table th:first-child {
  border-radius: 0 0 0 20px;
}

.box02_table th:last-child {
  border-radius: 0 0 20px 0;
}

.box02_table td {
  color: #FFFFFF;
  font-size: 18px;
  height: 52px;
  border-top: 1px solid #ECA2A1;
  border-left: 1px solid #ECA2A1;
}

.box02_table th:first-child, .box02_table td:first-child {
  border-left: 0;
}

.box02_table tbody tr:first-child td {
  border-top: 0;
}

.box02_table td a {
  display: block;
  margin: 0 auto;
  width: 209px;
  height: 87px;
  background: url(../images/tkrk.png) no-repeat center center;
  color: #BD0800;
  font-size: 28px;
  text-align: center;
  line-height: 65px;
  font-weight: bold;
}

.title3_container {
  width: 1200px;
  height: 216px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 40px;
  background: url(../images/bg2.png) no-repeat center center;
}

.box03 {
  height: 1091px;
  background: url(../images/box03_bg.png) no-repeat center center;
}

.line {
  height: 1px;
}

.box03_conainer {
  width: 1250px;
  height: 645px;
  margin: -82px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 100px;
  background: url(../images/bg3.png) no-repeat center center;
}

.box03_l {
  width: 530px;
  height: auto;
  background: url(../images/yrlloe_bg.png) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 18px;
  margin-right: 60px;
}

.box03_l a {
  display: block;
  width: 182px;
  height: 54px;
  background: linear-gradient(0deg, #BD0800, #EB3D34);
  box-shadow: 0px 3px 7px 0px rgba(95, 13, 10, 0.51);
  border-radius: 27px;
  text-align: center;
  line-height: 54px;
  color: #FCEDAF;
  font-size: 32px;
  font-weight: bold;
  margin: 10px auto 0;
}

.box03_l img {
  width: 100%;
  height: auto;
}

.box03_r {
  width: 448px;
}

.box03_r h3 {
  color: #F3F61C;
  font-size: 23px;
  font-weight: bold;
  padding-bottom: 26px;
  text-shadow: 0px 7px 0px #A1160B;
  background: url(../images/line.png) no-repeat center bottom;
  margin-bottom: 5px;
}

.box03_r p {
  color: #FCEDAF;
  font-size: 16px;
  margin-bottom: 5px;
}

.box04_container {
  width: 1250px;
  height: 525px;
  background: url(../images/bg4.png) no-repeat center center;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 55px 100px;
}

.more_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.more_list a {
  display: block;
  width: 336px;
  height: 236px;
  background: url(../images/more_item.png) no-repeat center center;
}

.more_list a img {
  width: 315px;
  height: 225px;
  margin: 0 auto;
  border-radius: 20px;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 13rem;
    background-size: auto 100%;
  }
  .banner1 {
    position: absolute;
    width: 100%;
    height: 13rem;
    background-size: auto 100%;
  }
  .banner2 {
    width: 100%;
    height: 13rem;
    background-size: 100% auto;
  }
  .banner_container {
    width: 100%;
    position: absolute;
    height: 100%;
    z-index: 3;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .jnmj {
    width: 45%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    top: 1.6rem;
  }
  .txt_add {
    top: .4rem;
    border-radius: 1rem;
    font-size: .8rem;
    width: 12rem;
    height: 1.4rem;
    line-height: 1.4rem;
  }
  .txt01 {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .box01 {
    height: auto;
    background-size: auto 100%;
    padding-bottom: 1rem;
  }
  .box01_title {
    width: 100%;
    height: auto;
    background-size: auto 100%;
  }
  .title {
    align-items: center;
  }
  .title span {
    width: 4.8rem;
    margin-right: .2rem;
    height: 3rem;
    font-size: .8rem;
    line-height: 4.2rem;
    background-size: 100% 100%;
  }
  .title h3 {
    box-sizing: border-box;
    padding-top: 1rem;
    font-size: .8rem;
  }
  #certify {
    position: relative;
    width: 100%;
    margin: .8rem auto 0;
    background-size: 100% auto;
    padding-bottom: 2.8rem;
  }
  #certify .swiper-slide {
    width: 6rem;
  }
  #certify .swiper-slide img {
    display: block;
    width: 100%;
  }
  #certify .swiper-button-prev {
    left: 0;
    width: 2rem;
    height: 2rem;
    background-size: 100% 100%;
    margin-top: -13%;
  }
  #certify .swiper-button-next {
    right: -0;
    width: 2rem;
    height: 2rem;
    background-size: 100% 100%;
    margin-top: -13%;
  }
  .book_container {
    width: 100%;
    height: 8rem;
  }
  #certify .swiper-slide img {
    display: block;
    width: 70%;
    height: auto;
  }
  .certify_tip {
    bottom: 1.5rem;
    font-size: .8rem;
  }
  .dbj {
    width: 8rem;
    height: 3rem;
    background-size: 100% 100%;
    font-size: .7rem;
    line-height: 2.6rem;
  }
  .dbj span {
    font-size: 1rem;
  }
  .box02 {
    height: auto;
    background-size: auto 100%;
  }
  .box02_container {
    width: 94%;
    height: auto;
    background: #EC0000;
    padding: .8rem 2%;
    border: .2rem solid #FFEEA6;
    border-radius: .8rem;
  }
  .box02_inner {
    border-radius: 1rem;
    padding: 0 .4rem .4rem;
    margin-top: .8rem;
  }
  .box02_list {
    flex-wrap: wrap;
  }
  .box02_item {
    width: 50%;
    height: 11rem;
    padding-top: 1.8rem;
    background-size: 100% 100%;
    margin-bottom: -1.5rem;
  }
  .box02_item .top {
    font-size: .7rem;
    height: 4rem;
    line-height: 1.5;
  }
  .box02_item .bottom {
    margin-top: 2rem;
  }
  .box02_item .bottom img {
    width: 1rem;
    margin-right: .1rem;
  }
  .box02_item .bottom span {
    font-size: .7rem;
  }
  .box02_table {
    margin-top: 1rem;
  }
  .box02_table th {
    font-size: .7rem;
    height: 2rem;
  }
  .box02_table th:first-child {
    border-radius: 0 0 0 1rem;
  }
  .box02_table th:last-child {
    border-radius: 0 0 1rem 0;
  }
  .box02_table td {
    font-size: .6rem;
    height: 1.8rem;
  }
  .box02_table td a {
    width: 4rem;
    height: 2.8rem;
    background-size: 100% 100%;
    font-size: .7rem;
    line-height: 2.2rem;
  }
  .title3_container {
    width: 94%;
    height: auto;
    margin: .8rem auto 0;
    background: #EC0000;
    padding: .8rem 2%;
    border: .2rem solid #FFEEA6;
    border-radius: .8rem;
  }
  .box03 {
    height: auto;
    background-size: auto 100%;
  }
  .line {
    height: 1px;
  }
  .box03_conainer {
    width: 94%;
    height: auto;
    margin: .8rem auto;
    background: #EC0000;
    padding: .8rem 2%;
    border: .2rem solid #FFEEA6;
    border-radius: .8rem;
    flex-direction: column;
  }
  .box03_l {
    width: 90%;
    padding-bottom: .8rem;
    margin-right: 0;
  }
  .box03_l a {
    width: 6rem;
    height: 1.8rem;
    border-radius: 27px;
    line-height: 1.8rem;
    font-size: .8rem;
    margin: .5rem auto 0;
  }
  .box03_r {
    width: 90%;
    margin-top: .8rem;
  }
  .box03_r h3 {
    font-size: .75rem;
    padding-bottom: 1rem;
    background-size: 100% auto;
    margin-bottom: .2rem;
  }
  .box03_r p {
    font-size: .7rem;
    margin-bottom: .2rem;
  }
  .box04_container {
    width: 94%;
    height: auto;
    margin: .8rem auto 0;
    background: #EC0000;
    padding: .8rem 2%;
    border: .2rem solid #FFEEA6;
    border-radius: .8rem;
  }
  .more_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    margin-top: .8rem;
  }
  .more_list a {
    width: 49%;
    height: 6rem;
    background-size: 100% 100%;
    margin: .4rem 0;
  }
  .more_list a:nth-child(1) {
    margin-right: 2%;
  }
  .more_list a img {
    width: 94%;
    height: 97%;
    margin: 0 auto;
    border-radius: .6rem;
  }
}</pre></body></html>