<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">table { border-collapse: collapse; border-spacing: 0; max-width: 100%; }
.box {
  position: relative;
  overflow: hidden;
}

.banner {
  position: relative;
  width: 100%;
  height: 660px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
}

.txt01 {
  padding-top: 96px;
  margin: 0 auto;
}

.txt02 {
  margin: 65px auto 0;
}

.line {
  width: 300px;
  padding: 6px 10px 8px;
  margin: 27px auto 0;
  font-weight:bold;
  border-radius: 25px;

  background:url(../images/ban_03.jpg);
  text-align: center;
  font-size: 28px;
}
.line  a{  color: #ff100a;}

.title {
  display: table;
  margin: 0 auto;
  font-size: 50px;
  color: rgba(213, 3, 0, 1);
  font-weight: bold;
  line-height: 104px;
}

.title img {
  display: inline-block;
}

.box01 {
  padding-top: 42px;
}

.box01_list {
  padding-top: 40px;
}

.box01_dslist{
  padding-top: 40px;
}
.box01_dslist li{
  float: left;
  width: 173px;
  text-align: center;
    height: 52px;
    border: 1px solid #dcdcdc;
    margin-right: 12px;
    margin-bottom: 14px;
    line-height: 52px;
    border-radius: 40px;
    font-size: 20px;
    background-color: #fff;
    cursor: pointer;
}
.box01_dslist li:nth-child(6n){margin-right:0;}
.box01_dslist li:hover,.box01_dslist li.active{
    border-color: transparent;
    background: linear-gradient(to right, #f20a03, #f82d12, #fd461e);
    color: #fff;
}
.box01_dsxq{border:2px solid #d50300;border-radius: 15px;padding: 30px;margin:30px 0 50px;box-shadow: 2px 2px 10px #fc421c;}
.hide{display: none;}
.show{display: show;}
.xq_list{}
.xq_list li{
  float: left;
    width: 135px;
    height: 180px;
    box-sizing: border-box;
    padding-top: 20px;
    border-radius: 20px;
    margin-right:47px;
    box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.xq_list li:nth-child(6n){
    margin-right: 0;
}
.xq_list li a{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #333;
    line-height: 40px;
}
.xq_list li a.a03{display:block;width: 100px;padding:2.5px;background-color: #d50300;font-size: 16px;line-height: 30px;margin: 10px auto 0;color: #fff;border-radius: 15px; }
.xq_list li a img{
    display: block;
    margin: 0 auto;
}


.box01_list li {
  position: relative;
  float: left;
  transition: transform .5s ease;
}

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

.box01_list li.active {
  margin: -12px 34px 0 34px;
}

.list_title {
  padding-bottom: 24px;
  font-size: 36px;
  font-weight: 400;
  color: rgba(12, 11, 11, 1);
  text-align: center;
}

.box01_list li p {
  position: absolute;
  bottom: 68px;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  line-height: 30px;
}

.video_wrap {
  padding-top: 40px;
}

.video_title {
  padding-bottom: 46px;
  font-size: 36px;
  text-align: center;
  font-weight: 400;
}

.video_wrap ul {
  position: relative;
  width: 100%;
  padding-bottom: 50px;
  cursor: url("../images/mouse.png"), pointer;
  overflow: hidden;
}

.video_wrap ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}

.video_btn {
  height: 52px;
  border: 1px solid #dcdcdc;
  padding: 0 26px;
  margin-right: 10px;
  margin-bottom: 14px;
  line-height: 52px;
  border-radius: 40px;
  font-size: 20px;
  background-color: #fff;
  animation: transLate03 5s 1.2s ease infinite;
}

.video_btn01 {
  color: #f20e05;
  animation: transLate 5s 1.2s ease infinite;
}

.video_btn02 {
  background-color: #e6e4e4;
  border-color: #e6e4e4;
  animation: transLate02 5s 1.5s ease infinite;
}

.video_btn03 {
  border-color: transparent;
  background: linear-gradient(to right, #f20a03, #f82d12, #fd461e);
  color: #fff;
  animation: transLate03 5s 1.2s ease infinite;
}

.video_btn04 {
  color: #8d8b8b;
  animation: transLate02 5s 1.5s ease infinite;
}

.video_btn05 {
  animation: transLate04 5s 1.5s ease infinite;
}

.video_btn06 {
  animation: transLate05 5s 1.5s ease infinite;
}

@keyframes transLate {
  50% {
    transform: translate3d(-30px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate02 {
  50% {
    transform: translate3d(30px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate03 {
  50% {
    transform: translate3d(80px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate04 {
  50% {
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes transLate05 {
  50% {
    transform: translate3d(-40px, 0, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

/*è§†å±å¼¹çª—*/
.video-masker {
  display: none;
}

.video-box {
  position: fixed;
  width: 770px;
  height: 450px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 13;
}

.video-box #videoBtn {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}

.video-box .list-video {
  width: 720px;
  height: 405px;
  position: relative;
  top: 44px;
}

#video {
  width: 725px !important;
  height: 408px !important;
}

.masker {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #000;
  opacity: .5;
  z-index: 10;
}

.special01 {
  width: 100%;
  padding-bottom: 60px;
  background-image: url(../images/bg.png);
  background-repeat: no-repeat;
  background-position: center;
}

.box02 .title {
  padding-top: 40px;
  padding-bottom: 24px;
  color: #fff;
}

.tips {
  padding-bottom: 40px;
  color: #fff;
  font-size: 24px;
  text-align: center;
}
.tips02{color: #d50300;}
.box02_nav{width: 100%;border-radius: 30px;background: #bf0f0e;margin-top: 20px;}/* linear-gradient(45deg, #f20e05, #f82c12, #fc431c) */

.box02_nav li{
    width: 33%;
    height: 60px;
    line-height: 60px;
    float: left;
    font-size: 20px;
    color: #fff;
    text-align: center;
    cursor: pointer;
}
.box02_nav li.active {
    color: #fff;
    font-size: 21px;
    z-index: 1;
    position: relative;
    font-weight: 700;
}
.box02_nav li.active::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 8px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 4px;
    border-radius: 2px;
    background-color: #fff;
    box-shadow: 0 12px 13px 0 rgba(255, 107, 18,.6);
}
.xnzx{display: block;width: 300px;margin: 30px auto 10px;line-height: 50px;font-size:20px;color: #fff;border-radius: 25px;text-align: center;background: linear-gradient(45deg, #f20e05, #fc431c);}
.xnzx02{color: red;background:#fff; }
/*type*/
.kc_type{
    width: 100%;
    height: 43px;
    line-height: 43px;
    background:linear-gradient(45deg, #efc42e, #f82c12, #efb42a);/* #c4130d; */
    text-align: center;
    margin-top: 39px;
    box-sizing: border-box;
}
.kc_type li{
    float: left;
    font-size: 16px;
    color: #fff;
    border-left: 1px solid #fef5dc;
    text-align: center;
    box-sizing: border-box; 
}
.kc_type li:nth-child(1) {
    width: 189px;
}
.kc_type li:nth-child(2) {
    width: 300px;
}
.kc_type li:nth-child(3) {
    width: 200px;
}
.kc_type li:nth-child(4) {
    width: 300px;
}
.box02_tab{display: none;}
/*xq*/
.kc_xq{ display: none; }
.kc_active{ display: block; }
.kc_xq_content{
    /* margin-top: 2px; */
    height: 278px;
    background: #fff;
    border-top: 1px solid #ff6041;

}
.kc_xq_content .content{
    float: left;
    height: 100%;
    border-left: 1px solid #d4e1f0;
    border-bottom: 1px solid #d4e1f0;
    text-align: center;
    position: relative;
    box-sizing: border-box;
}
.kc_xq_content .content .class-type{
    font-size: 28px;
    font-weight: 700;
    color: #ff6041;
    margin: 120px 0 20px;
}

.kc_xq_content .content:nth-child(2) .feature {
    font-size: 16px;
    color: #f56b18;
    margin: 0 0 15px 50px;
    text-align: left;
    line-height: 25px;
}
.kc_xq_content .content:nth-child(2) .feature span {
    color: #1a1a1a;
}
.kc_xq_content .content:nth-child(3) .course-info{
    font-size: 16px;
    margin: 0 0 5px 25px;
    text-align: left;
    color: #1a1a1a;
}


.kc_xq_content .content:nth-child(3) .course-info .orange {
    color: #000;
    font-weight: 700;
}

.kc_xq_content .content:nth-child(3) .course-info .orange i{
    display: inline-block;
    width:0;
    height:0;
    border-top:7px solid transparent;
    border-bottom:7px solid transparent;
    border-right:7px solid transparent;
    border-left:10px solid red;
    color: #F56B18;
}

.kc_xq_content .content:nth-child(4) .service {
    background: url(//sn.huatu.com/zt/2020gkmspc/images/icons.png) left center no-repeat;
    font-size: 16px;
    margin: 0 0 5px 30px;
    padding-left: 25px;
    text-align: left;
    color: #1a1a1a;
    line-height: 32px;
}
.kc_xq_content .more-detail {
    position: absolute;
    bottom: 0px;
    right: 65px;
    width: 148px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient(90deg,#f36c12,#ff2d1d);
    box-shadow: 0 6px 13px 0 rgba(255,72,36,.44);
    border-radius: 18px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    color: #fff;
    margin: 0 0 18px 11px;
}
.kc_xq_content .more-detail a{color: #fff;}
.kc_xq_content .content:nth-child(1) {
    background:   #fff6dd;
    /* background: linear-gradient(40deg,#fff774,#fff); */
    width: 189px;
}
.kc_xq_content .content:nth-child(2) {
    width: 300px;
    padding-top: 30px;
}
.kc_xq_content .content:nth-child(2) li{list-style-type: disc;}
.kc_xq_content .content:nth-child(3) {
    padding-top: 50px;
    width: 200px;
}
.kc_xq_content .content:nth-child(4) {
    width:300px;
}


/*è½®æ’­è¯„ä»·*/
.box03_con{
    margin-top: 30px;
    padding: 40px ;
    background: #fff;
    box-shadow: 0px 0px 43px 0px rgba(202,200,200,0.43);}
.picScroll-left{  position:relative; }
.picScroll-left .hd .prev{
    display: block;
    cursor: pointer;
    position: absolute;
    background-image: url("//sn.huatu.com/zt/2021gkjdban/images/lb_l.png");
    width: 35px;
    height: 35px;
    background-size: 100%;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}
.picScroll-left .hd .next{
    display: block;
    cursor: pointer;
    position: absolute;
    background-image: url("//sn.huatu.com/zt/2021gkjdban/images/lb_r.png");
    width: 35px;
    height: 35px;
    background-size: 100%;
    right: -35px;
    top: 50%;
    transform: translateY(-50%);
}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 5px;
    width: 248px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li img{width:100%;}

/*è€å¸ˆ*/
.slide_wrap {
  position: relative;
  width: 100%;
  padding: 30px 0;
  margin-bottom:50px;
  background: linear-gradient(135deg, rgb(215, 2, 0), rgb(215, 2, 0));
  border-radius: 20px;
  overflow: hidden;
}

.swiper-container {
  position: relative;
  width: 1020px;
  margin: 0 auto;
}

.slide {
  width: 308px;
  height: 458px;
  border: 6px solid #fd9782;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 14px;
}

.swiper-slide:hover .shadow {
  transform: translateY(0);
}

.shadow {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 30px;
  color: #fff;
  transform: translateY(500px);
  transition: transform .5s ease;
}

.shadow_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 308px;
  height: 324px;
  background-image: url(//sn.huatu.com/zt/2020gkmsoao/images/shadow.png);
  background-repeat: no-repeat;
  z-index: 1;
}

.shadow_msg {
  position: relative;
  padding-bottom: 20px;
  z-index: 2;
  text-align: center;
}

.name {
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}

.shadow_txt01 {
  padding-bottom: 20px;
  color: #ff0;
}

.shadow_msg img {
  width: 104px;
  height: 18px;
  margin: 14px auto;
}

.info {
  font-size: 14px;
  text-align: left;
  line-height: 30px;
}

.prev, .next {
  position: absolute;
  top: 50%;
  left: -60px;
  width: 120px;
  height: 120px;
  margin-top: -60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  cursor: pointer;
}

.prev img, .next img {
  position: absolute;
  top: 50%;
  left: 70px;
  margin-top: -15px;
}

.next {
  left: auto;
  right: -60px;
}

.next img {
  left: 30px;
  transform: rotate(-180deg);
}





.vs_wrap {
  width: 1016px;
  padding: 1px 42px 42px 42px;
  background-color: #fff;
  border-radius: 10px;
}

.vs_title {
  padding-top: 30px;
}

.vs_title img {
  float: left;
  margin: 0 20px;
}

.vs_title p {
  float: left;
  border-top: 2px dashed #d24535;
  border-bottom: 2px dashed #d24535;
  width: 430px;
  padding: 8px 0;
  margin-top: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

.vs_wrap .vs_title_l {
  color: #cd301e;
}

.vs_list {
  margin-top: 40px;
}

.vs_list li {
  position: relative;
  margin-bottom: 40px;
  line-height: 70px;
}

.vs_list li:last-child {
  margin-bottom: 0;
}

.vs_list_l {
  float: left;
  width: 50%;
  height: 70px;
  border-radius: 40px 0 0 40px;
  background: linear-gradient(45deg, #f20e05, #f82c12, #fc431c);
  color: #fff;
}

.vs_list_l img {
  display: inline-block;
  margin: 20px 6px 0 24px;
}

.vs_list_m {
  position: absolute;
  top: -14px;
  left: 50%;
  width: 88px;
  height: 88px;
  border: 4px solid #ffffe4;
  margin-left: -48px;
  border-radius: 50%;
  color: #fff;
  background-color: #c5140e;
}

.vs_list_m p {
  display: flex;
  height: 88px;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  line-height: initial;
  text-align: center;
}

.vs_list_r {
  float: left;
  width: 50%;
  height: 70px;
  border-radius: 0 40px 40px 0;
  background-color: #efefef;
}

.vs_list_r p {
  float: left;
  margin-left: 70px;
}

.false {
  float: right;
  width: 98px;
  height: 70px;
  background-color: #d7d4d4;
  border-radius: 0 40px 40px 0;
}

.false img {
  margin: 18px auto 0 auto;
}

.special02 {
  padding-bottom: 52px;
}

.special02 .tips {
  padding-top: 40px;
  color: #000;
}

.ad {
  display: block;
  margin: 0 auto;
}

.tutu {
  margin: 20px auto 0 auto;
}

.special03 {
  width: 100%;
  height: 448px;
  background-image: url(../images/bg02.png);
  background-repeat: no-repeat;
  background-position: center;
}

.special03 .tips {
  padding-top: 40px;
}

.special03_list li {
  float: left;
  width: 314px;
  height: 230px;
  padding-top: 36px;
  border-radius: 0 10px 0 10px;
  background-color: #fff;
  text-align: center;
  transition: transform .5s ease;
}

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

.special03_list li.active {
  margin: 0 84px;
}

.special03_list li img {
  margin: 0 auto 20px auto;
}

.special03_list li b {
  display: block;
  margin-bottom: 16px;
  font-size: 22px;
  font-weight: bold;
}

.special03_list li p {
  line-height: 28px;
}

.box03 {
  padding-top: 34px;
  padding-bottom: 30px;
}

.table {
  width: 100%;
  margin-top: 24px;
  text-align: center;
  box-shadow: 0px 3px 16px 0px rgba(218, 218, 218, 0.75);
  border-radius: 10px;
}

.table td {
  border-bottom: 1px solid #e8e5e3;
  border-right: 1px solid #e8e5e3;
  padding: 26px;
  background: #fffbf6;
}

.table th {
  border-right: 1px solid #dd3933;
  padding: 26px 0;
  height: 58px;
  line-height: 58px;
  font-weight: normal;
  color: #fff;
  font-size: 22px;
}

.th01 {
  width: 130px;
  border-radius: 10px 0 0 0;
  background: linear-gradient(to right, #d70300, #f82c12);
}

.th02 {
  width: 140px;
  background: linear-gradient(to right, #f82c12, #dc1505);
}

.th03 {
  background: linear-gradient(to right, #dc1505, #e83e11, #ed5216);
}

.th04 {
  width: 100px;
  background: linear-gradient(to right, #ed5216, #f05d19);
}

.th05 {
  width: 156px;
  border-right: none;
  border-radius: 0 10px 0 0;
  background: linear-gradient(to right, #f05f19, #f3671c);
}

.table a {
  display: block;
  width: 122px;
  height: 38px;
  line-height: 38px;
  border-radius: 40px;
  background: linear-gradient(79deg, rgba(243, 26, 10, 1), rgba(248, 54, 24, 1));
  color: #fff;
  transition: opacity .5s ease;
}

.table a:hover {
  opacity: .85;
}

.box03_tips {
  padding-top: 26px;
  padding-bottom: 40px;
  text-align: center;
  color: rgba(243, 28, 11, 1);
}

.box04 {
  padding-top: 20px;
  padding-bottom: 50px;
  background-color: #d70200;
}

.box04 .title {
  color: #fff;
}

.days_wrap {
  position: relative;
  padding-top: 30px;
  color: #fff;
}

.days {
  position: relative;
  float: left;
  margin-right: 26px;
  text-align: center;
  z-index: 2;
  cursor: pointer;
}

.days:last-child {
  margin-right: 0;
}

.circle {
  position: absolute;
  top: 40px;
  left: 50%;
  width: 12px;
  height: 12px;
  border: 3px solid #fff;
  transform: translateX(-50%);
  border-radius: 50%;
  background-color: #d70200;
  transition: background-color .5s ease;
}

.days.active .circle {
  width: 22px;
  height: 22px;
  top: 32px;
  border: 6px solid red;
  background-color: #fff;
}

.days_line {
  position: absolute;
  bottom: -26px;
  left: 36px;
  width: 1018px;
  border-bottom: 2px solid #fceeee;
  z-index: 1;
}


.step {
  position: relative;
  float: left;
  width: 208px;
  height: 330px;
  border-radius: 0 10px 10px 0;
  background-color: #fceeee;
  overflow: hidden;
}

.tag {
  float: left;
  width: 60px;
  height: 80px;
  padding-top: 10px;
  background-image: url(../images/tag.png);
  background-repeat: no-repeat;
  font-style: normal;
  text-align: center;
  color: #fff;
}

.step_r {
  float: left;
  margin-top: 36px;
  margin-left: 40px;
  text-align: center;
}

.step_r img {
  margin: 0 auto;
}

.step_r p {
  color: #e71f19;
}



.days_slide ul li {
  display: block;
  padding-left: 16px;
  line-height: 64px;
  font-size: 16px;
  text-align: left;
}

.days_slide ul {
  margin-top: 26px;
}


.days_slide {
  width: 830px;
}

.msg_wrap {
  height: 82px;
}

.days_slide .days_list {
  float: left;
  width: 266px;
  height: 300px;
  padding-top: 30px;
  margin-right: 16px;
  border-radius: 10px 0 10px 0;
  background-color: #fcedec;
  transition: transform .5s ease;
  overflow: hidden;
}

.days_slide .days_list:last-child {
  margin-right: 0;
}

.days_slide .days_list.active {
  display: block;
  transform: translateY(-10px);
}

.days_list.on {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.days_list.on p {
  width: 100%;
  margin-left: 0;
  text-align: center;
  line-height: 32px;
}

.days_slide p {
  margin-bottom: 10px;
  margin-left: 16px;
  color: #e71f19;
  font-size: 16px;
}

.box05 {
  padding-top: 36px;
}

.region {
  padding-top: 30px;
}

.region a {
  float: left;
  width: 130px;
  height: 46px;
  margin-right: 9px;
  margin-bottom: 10px;
  line-height: 46px;
  border-radius: 40px;
  background: rgba(215, 2, 0, 1);
  text-align: center;
  color: #fff;
  transition: background-color .5s ease;
}

.region a:hover {
  background: rgba(253, 32, 24, 1);
}

.region a:nth-child(8n) {
  margin-right: 0;
}
/*address*/
.box04s{}
.box04s .tabBox {
    float:left; width:720px; border-right:1px solid #e3e3e3;
}
.box04s .tabTit{border-bottom: none;}
.box04s .tabTit li {
    float:left; height:40px; padding:0 20px; margin-right:6px; margin-bottom:10px; cursor: pointer;
    background: #d70200; border-radius:40px;
    color: #fff; font-size: 18px; line-height:40px; text-align:center; 
}
.box04s .tabTit li:hover,
.box04s .tabTit li.on {
    background: #f5d047;
}
.box04s .tabCon {
    height:135px; margin-top:15px; margin-left:20px;
}
.box04s .codeBox {
    float:right; width:193px; padding-top:20px;
    font-size:16px; text-align: center;
}
.box04s .codeBox img {
    display: block; width:180px; height: 180px; margin:0 auto 10px;
}
.box04s .codeBox p,.box04s .tabCon p{color: #000;}
/*4å¤§ç†ç”±*/
.reasonAll {
  margin: 40px 0;
}
.reason {
  width: 25%;
}
.reason-fl {
  display: inline-block;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  background:#fff;
  border-radius:14px;
  font-size: 16px;
  color: red;
  font-weight: bold;
}
.reason-fr {
  font-size:26px;
  line-height: 26px;
  font-family:FZLanTingHeiS-DB-GB;
  font-weight:400;
  color:#fff;
  vertical-align: middle;
  margin-left: 15px;
}
.reason ol {
  border-left: 1px dashed #fff;
  margin-left: 10px;
}
.reason ol li {
  margin-left: -7.5px;
  font-size: 18px;
  height: 48px;
  line-height: 82px;
  color: #fff;
}
.reason ol li::before{
  content:url('../images/circle.png');
  margin-right: 25px;
}
/*çƒ­é—¨æ´»åŠ¨*/
.aud-card-box{
   border-radius: 20px;background: #fdf1e5; 
   background-image: linear-gradient(#fcfbf5, #fedfca);
}
.aud-other ul{
  padding: 30px 0 30px 30px; height: auto; overflow: hidden; 
}
.aud-other li{
  float: left; margin: 0 14px;
}
.aud-other li img{
  width: 323px;border: 1px solid #d70200;
}
/*å¼¹çª—*/
.layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .4);
  z-index: 10;
}

.alert {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 484px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 8px;
  z-index: 10;
  text-align: center;
}
.alert .txt02s {
  padding: 30px 0 20px;
  font-size: 22px;
  color: red;
}
.alert .txt02s span{color: red!important;}
.close {
  position: absolute;
  top: -20px;
  right:-40px;
  cursor: pointer;
}

.yuyue input.button{
  width: 292px;
  height: 48px;
  margin:15px auto 30px;
  background: linear-gradient(to right, #fc1825, #fc2e3a, #fc444e);
  cursor: pointer;
  border-radius: 8px;
  text-align: center;
  line-height: 48px;
  color: #fff;
  font-size: 24px;
  box-shadow: 2px 2px 15px rgba(252, 28, 41, .8);
  transition: opacity .5s ease;

}
.yuyue {width: 96%;margin: 0 auto;}
.yuyue p{
  width: 100%; 
  margin: 20px auto 0;
  text-align: center;
}
.yuyue form {
  width: 100%;
}
.yuyue form dl {
  width: 100%;
  margin-bottom: 20px;
}
.yuyue form dl dt {
  width: 20%;
  text-align: right;
  font-size: 18px;
  line-height:38px;
}
.yuyue form dl dd {
  width: 70%;
  margin-left: 16px;
}
.yuyue form dl dd .yuyue-info {
  width: 100%;
  height: 38px;
  background: white;
  border: 1px solid #fb0000;
  border-radius: 5px;
  text-indent: 20px;
}
.yuyue form dl dd input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
}
.yuyue form dl dd .text-code {
  width: 70%;
}
.yuyue form dl dd .sendcode {
  width: 28%;
  height: 38px;
  background: #e9e7e7;
  display: inline-block;
  margin: 0;
  float: right ;
  border-radius: 5px;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
}
/*rightNav*/
.xfNav {
  display: none; position: fixed; right: 10px; top:55%; z-index: 22;
  width:130px; padding-top:35px; margin-top: -200px; box-sizing: border-box;
  background:#ec2112; border-radius:120px;
  box-shadow: 0 5px 25px rgba(222, 223, 224, .5);
}
.xfNav:before {
  content: " "; position: absolute; left:5px; top:-130px; pointer-events: none;
  width:123px; height:154px;
  background:url(//sn.huatu.com/zt/2020gktuhj/images/xf.png) no-repeat top;
  background-size: contain;
}
.xfNav a {
  display: block; margin: 0 auto; box-sizing: border-box; cursor: pointer;
  border-bottom: 1px solid #ededf9;
  color:#fff; font-size: 18px; text-align: center;
  transition:all .3s;
  line-height: 50px;
}
.xfNav a:hover,
.xfNav a.on {
  text-indent:8px;
}
#goTop {
  height:70px; padding-top:30px; box-sizing: border-box; cursor: pointer;
  border-radius:0 0 120px 120px;
  background:url(//sn.huatu.com/zt/2020gktuhj/images/xf02.png) no-repeat center 15px;
  color:#fff; font-size:18px; text-align: center;
  transition:all .3s;
}
#goTop:hover {
  padding-top:29px;
  background-position: center 12px;
}
@media only all and (max-width:1080px) {
  .banner {
    width: 100%;
    height: 14.025rem;
    background-image: url(../images/m_banner.png);
    background-size: 100%;
  }

  .txt01 {
    width: 16rem;
    padding-top: 3.2rem;
  }

  .txt02 {
    width: 16rem;
    margin: 1rem auto 0;
  }

  .line {
    width: 9rem;
    line-height: 1.5rem;
    padding: 0;
    border-radius: 1rem;
    font-size: .8rem;
    font-weight: bold;
    margin: 1rem auto 0;
  }

  .box01 {
    padding-top: 1rem;
  }

  .title {
    font-size: 1rem;
    line-height: 2.5rem;
  }

  .title img {
    width: 2.5rem;
  }

  .box01_list {
    padding-top: 1rem;
  }

  .box01_list li {
    width: 32%;
    margin-right: 1%;
  }

  .box01_list li img {
    width: 100%;
  }

  .box01_list li.active {
    margin: 0 1% 0 0;
  }

  .box01_list li:last-child {
    margin-right: 0;
  }

  .list_title {
    display: none;
  }

  .box01_list li p {
    bottom: .7rem;
    line-height: .9rem;
    font-size: .55rem;
  }

  .video_btn {
    height: 1.5rem;
    padding: 0 .65rem;
    margin-right: .2rem;
    margin-bottom: .35rem;
    line-height: 1.5rem;
    border-radius: 1rem;
    font-size: .65rem;
  }

  @keyframes transLate {
    50% {
      transform: translate3d(-.75rem, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes transLate02 {
    50% {
      transform: translate3d(.75rem, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes transLate03 {
    50% {
      transform: translate3d(2rem, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes transLate04 {
    50% {
      transform: translate3d(-.5rem, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  @keyframes transLate05 {
    50% {
      transform: translate3d(-1rem, 0, 0);
    }

    100% {
      transform: translate3d(0, 0, 0);
    }
  }

  .video_wrap {
    padding-top: .8rem;
  }

  .video_wrap ul {
    padding-bottom: 1rem;
  }

  .video_title {
    padding-bottom: 1rem;
    font-size: 1rem;
  }

  .special01 {
    padding-bottom: 1rem;
  }

  .box02 .title {
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .tips {
    padding-bottom: .1rem;
    font-size: .7rem;
  }

  .vs_wrap {
    width: calc(100% - .4rem);
    padding: .5rem .2rem;
    border-radius: .25rem;
  }

  .vs_title img, .vs_list_m {
    display: none;
  }

  .vs_title {
    padding-top: .75rem;
  }

  .vs_title p {
    width: 48%;
    padding: .2rem 0;
    margin-top: 0;
    font-size: .95rem;
  }

  .vs_list {
    margin-top: 1rem;
  }

  .vs_list li {
    margin-bottom: 0;
    line-height: 2rem;
  }

  .vs_list_l, .vs_list_r {
    position: relative;
    float: none;
    width: 100%;
    height: 2rem;
    margin-bottom: .5rem;
    border-radius: 1rem;
    font-size: .65rem;
  }

  .vs_list_r p {
    margin-left: .5rem;
  }

  .false {
    position: absolute;
    top: 0;
    right: 0;
    width: 2.5rem;
    height: 2rem;
    border-radius: 0 1rem 1rem 0;
  }

  .false img {
    width: 1.2rem;
    margin-top: .4rem;
  }

  .vs_list_l img {
    width: 1rem;
    margin: .5rem .15rem 0 .6rem;
  }

  .vs_title_r {
    margin-left: 2%;
  }

  .special02 {
    padding-bottom: 1rem;
  }

  .special02 .tips {
    padding-top: 1rem;
  }

  .ad img {
    width: 100%;
  }

  .tutu {
    width: 100%;
    margin-top: .5rem;
  }

  .special03 {
    height: auto;
    padding-bottom: 1rem;
  }

  .special03 .tips {
    padding-top: 1rem;
  }

  .special03_list li {
    width: 32%;
    height: 9rem;
    padding-top: .9rem;
    margin-right: 2%;
    margin-bottom: .5rem;
    border-radius: 0 .25rem 0 .25rem;
    font-size: .65rem;
  }

  .special03_list li.active {
    margin: 0 2% 0 0;
  }

  .special03_list li:last-child {
    margin-right: 0;
  }

  .special03_list li img {
    width: 3rem;
    margin: 0 auto .5rem auto;
  }

  .special03_list li b {
    margin-bottom: .2rem;
    font-size: .8rem;
  }

  .special03_list li p {
    line-height: 1rem;
  }

  .box03 {
    padding-top: 1rem;
    padding-top: .5rem;
  }

  .table {
    margin-top: 1rem;
    border-radius: .25rem;
  }

  .table th {
    width: auto;
    height: auto;
    padding: .5rem;
    line-height: inherit;
    font-size: .8rem;
  }

  .table td {
    padding: .5rem;
  }

  .table a {
    width: 4rem;
    height: 1.2rem;
    line-height: 1.2rem;
    border-radius: 1rem;
  }

  .box03_tips {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .box04 {
    padding-top: .5rem;
    padding-bottom: 1rem;
  }

  .days_wrap {
    padding-top: .5rem;
  }

  .box05 {
    padding-top: 1rem;
  }

  .region {
    padding: .5rem 0;
  }

  .region a {
    width: 24.25%;
    height: 1.4rem;
    margin-right: 1%;
    margin-bottom: .5rem;
    line-height: 1.4rem;
    border-radius: 1rem;
  }

  .region a:nth-child(8n) {
    margin-right: 1%;
  }

  .region a:nth-child(4n) {
    margin-right: 0;
  }

  .video-box {
    position: fixed;
    width: 94%;
    height: 10rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
  }

  .video-box #videoBtn {
    width: 1.2rem;
  }

  .video-box .list-video {
    width: 100%;
    height: 10rem;
    top: 1.6rem;
  }

  #video {
    width: 100% !important;
    height: 9rem !important;
    position: relative;
    top: 1.5rem;
  }

  .step {
    width: 30%;
    height: 8.9rem;
    border-radius: 0 .25rem .25rem 0;
  }

  .tag {
    position: absolute;
    top: 0;
    left: 0;
    width: 1.5rem;
    height: 2rem;
    padding-top: .2rem;
    background-size: 100%;
    font-size: .55rem;
  }

  .days_slide {
    width: 100%;
    padding-top: 0;
    margin-top: 0;
  }

  .days_slide .swiper-slide {
    height: auto;
    padding-top: .5rem;
    font-size: .6rem;
  }

  .step_r {
    float: none;
    margin: 1.5rem auto 0 auto;
  }

  .step_r img {
    width: 1.2rem;
  }

  .days {
    width: 20%;
    margin-right: 0;
    margin-bottom: .4rem;
    text-align: center;
  }

  .circle, .days_line {
    display: none;
  }

  .days.active p {
    color: #ff9e14;
  }

  .days_slide .swiper-slide.active {
    transform: translateY(0);
  }

  .days_list {
    display: none;
  }

  .days_list.active {
    display: block;
  }

  .days_slide .days_list {
    width: 100%;
    height: calc(100% - .5rem);
    padding-top: .5rem;
    margin-top: .52rem;
    margin-right: 0;
    border-radius: .25rem 0 .25rem 0;
  }

  .days_list.on p {
    line-height: 1.1rem;
  }

  .days_list.on {
    display: none;
  }

  .days_list.on.active {
    display: flex;;
    height:8rem;
  }

  .msg_wrap {
    height: 3.4rem;
  }
  /*new*/
  .box01_dslist{padding-top: .5rem;}
  .box01_dslist li{
    width: 2.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    margin-right: .4rem;
    margin-bottom: .3rem;
    border-radius: .5rem;
    font-size: .7rem;
  }
  .box01_dslist li:nth-child(6n){margin-right: 0;}
  .box01_dsxq{padding:.5rem;margin:.2rem 0 .5rem;}
  .xq_list{flex-wrap: wrap;}
  .xq_list li{
    width: 5rem;
    height: 6.5rem;
    padding-top: .3rem;
    margin-right: .7rem;
    margin-bottom: .6rem;
    border-radius: .5rem;
  }
  .xq_list li:nth-child(3n){margin-right: 0;}
  .xq_list li a{
    font-size: .7rem;
    line-height: 1rem;
  }
  .xq_list li a.a03{
    width: 4rem;
    font-size: .7rem;
    line-height: 1rem;
    margin: .2rem auto 0;
  }
  .box02_nav{border-radius: 1rem;margin-top:0; }
  .box02_nav li{height: 2rem;line-height: 2rem;font-size: .8rem;}
  .box02_nav li.active{font-size: .8rem;}
  .box02_nav li.active::after{    bottom: .15rem;box-shadow:0 .1rem .2rem 0 rgba(255, 107, 18,.6);
  }
  .kc_type,.kc_all,.box02_nav{display: none;}
  .box02_tab{display: block;}
  .box02_tab tr:nth-child(1){height: 1.8rem;line-height:1.8rem; background: linear-gradient(45deg, #efc42e, #f82c12, #efb42a);color: #fff;font-size: .7rem;}
  .box02_tab th:nth-child(1){width:3rem;}
  .box02_tab th:nth-child(2){width: 8rem;}
  .box02_tab th:nth-child(3){width: 4rem;}
  .box02_tab td{text-align: center;border-right: 1px solid #999;border-bottom: 1px solid #999;line-height: 1.2rem;font-size: .6rem;}
  .box02_tab td:nth-child(1){font-size: .7rem;font-weight:bold;}
  .box02_tab td a{display: block;margin: 0 auto;background: linear-gradient(90deg,#f36c12,#ff2d1d);color: #fff;border-radius: 1rem;}
  .xnzx{width: 13rem;margin: 1rem auto;line-height: 2.5rem;font-size: 1rem;border-radius: 2rem;}
  .box03_con{margin-top:.5rem;padding:1rem; }
  .picScroll-left .hd .prev{
        width: 1rem;
        height: 1rem;
        left: -1rem;
        top: 71%;
    }
    .picScroll-left .hd .next{
        width: 1rem;
        height: 1rem;
        right: -1rem;
        top: 71%;
    }
    .picScroll-left .bd ul li{ margin:0 .5rem;
        width: 7rem;  }
    .slide_wrap {
      padding: .75rem 0;
      margin-top: 1rem;
      border-radius: .5rem;
    }

    .slide {
      width: calc(94% - .15rem);
      height: 23.45rem;
      margin: 0 auto;
      border: .15rem solid #f3a070;
      border-radius: .5rem;
    }

    .swiper-slide img {
      font-size: .5rem;
    }

    .swiper-container {
      width: 100%;
    }
      .prev, .next {
    left: 0;
    width: 1.8rem;
    height: 1.8rem;
    margin-top: -1rem;
    cursor: pointer;
    z-index: 10;
  }
  .next{
    left:auto;
    right: -0;
  }
  .prev img, .next img {
    width: .6rem;
    left: .5rem;
    margin-top: -.5rem;
  }
  .next img{
    left: .7rem;
  }
  /*address*/
.box04s{}
.box04s .tabBox { float:none; width:17rem; margin:.5rem auto .5rem; border-right:none; }
    .box04s .tabTit li {
        height:1.5rem; padding:0 .6rem; margin-right:.25rem; margin-bottom:.25rem;
        border-radius:.25rem;
        font-size:.65rem; line-height:1.5rem;
    }
    .box04s .tabCon {
        height:4rem; margin-top:.5rem; margin-left:0;
        font-size: .65rem; line-height: 1rem;padding-bottom: 0;
    }
    .box04s .codeBox { float:right; width:50%; padding-top:0; font-size:.7rem; }
    .box04s .codeBox img { width:6rem; height: 6rem; margin-bottom:.25rem; }
    /*è½®æ’­*/
.picScroll-left .hd .prev{
        width: 1rem;
        height: 1rem;
        left: -1rem;
    }
    .picScroll-left .hd .next{
        width: 1rem;
        height: 1rem;
        right: -1rem;
    }
    .picScroll-left .bd ul li{ margin:0 .5rem;
        width: 7rem;  }
    /*è€å¸ˆ*/
    .slide_wrap {
      padding: .75rem 0;
      margin-top: 1rem;
      border-radius: .5rem;
      margin-bottom: 0;
    }

    .slide {
      width: calc(94% - .15rem);
      height: 23.45rem;
      margin: 0 auto;
      border: .15rem solid #f3a070;
      border-radius: .5rem;
    }

    .swiper-slide img {
      font-size: .5rem;
    }

    .swiper-container {
      width: 100%;
    }
  /*4å¤§ç†ç”±*/
  .reasonAll {
    width: 17rem;
    margin: 1rem auto 0;
  }
  .reason {
    float: left;
    width: 45%;
    min-height: 6.5rem;
  }
  .reason:nth-child(2n){margin-left: 1.5rem;}
  .reason-fl {
    padding: 0 .25rem;
    height: .7rem;
    line-height: .7rem;
    border-radius:.4rem;
    font-size: .4rem;
  }
  .reason-fr {
    font-size:.7rem;
    line-height: .7rem;
    margin-left: .4rem;
  }
  .reason ol {
    margin-left: .25rem;
  }
  .reason ol li {
    margin-left: -.25rem;
    font-size: .45rem;
    height: 1.2rem;
    line-height: 1.2rem;
  }
  .reason ol li::before{
    display: inline-block;
    content:'';
    margin-right: .6rem;
    width: .5rem;
    height: .5rem;
    background: url('../images/circle.png');
    background-size: 100%;
  }
  /*çƒ­é—¨æ´»åŠ¨*/
  .aud-card-box{border-radius: 0;}
  .aud-other ul{
    padding: .5rem .1rem;
  }
  .aud-other li{
    width: 5.6rem; margin: 0; padding: 0 .1rem;
  }
  .aud-other li img{width: 100%;}
  /*å¼¹çª—*/
  .close {
    width: 1.2rem;
    top: -1rem;
    right: -1rem;
  }

  .alert {
    width: 80%;
    height: auto;
    border-radius: .2rem;
    padding: 0 .5rem 1rem;
  }
  .alert .txt02s{padding: 1rem 0;font-size: 1rem;}
  .yuyue input.button{
      width: 6.3rem;
      height: 1.4rem;
      line-height: 1.4rem;
      font-size: .8rem;
      margin: .3rem auto .5rem;
    }
    .yuyue p{
      width: 100%; 
      margin: 20px auto 0;
      text-align: center;
    }
    .yuyue form {
      width: 100%;
    }
    .yuyue form dl {
      width: 100%;
      margin-bottom: .7rem;
    }
    .yuyue form dl dt {
      width: 20%;
      text-align: right;
      font-size: .7rem;
      line-height: 1.5rem;
    }
    .yuyue form dl dd {
      width: 70%;
      margin-left: .5rem;
    }
    .yuyue form dl dd .yuyue-info {
      width: 100%;
      height: 50px;
      background: white;
      border: 1px solid #fb0000;
      border-radius: 5px;
      text-indent: 1rem;
      font-size: .6rem;
      height: 1.5rem;
    line-height: 1.5rem;
    }
    .yuyue form dl dd input:-webkit-autofill {
      box-shadow: 0 0 0px 1000px white inset !important;
    }
    .yuyue form dl dd .text-code {
      width: 70%;
    }
    .yuyue form dl dd .sendcode {
      width: 28%;
      height: 50px;
      background: #e9e7e7;
      display: inline-block;
      margin: 0;
      float: right ;
      border-radius: 5px;
      font-size: 18px;
      text-align: center;
      line-height: 50px;
      cursor: pointer;
      height: 1.5rem;
    line-height: 1.5rem;
    font-size: .6rem;
    }
}
</pre></body></html>