.box {
  position: relative;
  overflow: hidden;
}

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

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

.txt01 {
  color: #FEFFFF;
  font-size: 30px;
  letter-spacing: 10px;
  text-align: center;
}

.txt02 {
  margin: 60px auto 0;
}

.txt03 {
  color: #9F291D;
  font-size: 34px;
  width: 568px;
  height: 101px;
  line-height: 126px;
  text-align: center;
  box-sizing: border-box;
  padding-right: 20px;
  background: url(../images/txt03_bg.png) no-repeat top center;
  margin: -47px auto 0;
}

.fish {
  top: 224px;
  left: -76px;
  position: absolute;
  animation: banner_move 8s linear infinite;
}

@keyframes banner_move {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(-10px, -10px);
  }
  50% {
    transform: translate(-20px, 0);
  }
  75% {
    transform: translate(-10px, -10px);
  }
  100% {
    transform: translate(0, 0);
  }
}

.paper {
  position: absolute;
  right: 0;
  top: 200px;
}

.box_body {
  width: 1200px;
  margin: 0 auto;
}

.box01_line {
  margin-top: -6px;
  height: 6px;
  background: linear-gradient(90deg, #FF6666, #FFCC33);
}

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

.box01_title {
  width: 630px;
  height: 98px;
  background: url(../images/box01_title.png) no-repeat top center;
  text-align: center;
  line-height: 98px;
  color: #FFFFFF;
  font-size: 40px;
  margin: 0 auto 50px;
}

.bj_container {
  display: flex;
  justify-content: space-around;
  text-align: center;
  box-sizing: border-box;
  padding-left: 139px;
}

.bj_container div h3 {
  font-size: 40px;
  background: linear-gradient(135deg, #F8E2A7 0%, #FCF7E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bj_container div.right h3 {
  background: linear-gradient(0deg, #C6352A 0%, #841910 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bj_container div p {
  margin-top: 20px;
  color: #fff;
  font-size: 30px;
}

.db_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 0;
}

.db_item .img_content {
  width: 110px;
  height: 110px;
  background: linear-gradient(135deg, #F8E2A7, #FCF7E6);
  box-shadow: 0px 0px 5px 0px rgba(153, 102, 0, 0.6);
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px;
  overflow: hidden;
  transform: translateX(17px);
}

.db_item .img_content img {
  width: 100%;
  height: 100%;
}

.db_item .left_info {
  width: 500px;
  height: 64px;
  background: url(../images/box01_left.png) no-repeat top center;
  color: #000000;
  font-size: 24px;
  line-height: 64px;
  box-sizing: border-box;
  padding-right: 5px;
  text-align: center;
}

.db_item .arrow {
  width: 78px;
  overflow: hidden;
}

.db_item .arrow span {
  margin-left: -60px;
  display: inline-block;
  font-size: 20px;
  background: linear-gradient(270deg, #BE3227, #F8E2A7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: arrow_move 2s linear infinite;
  -webkit-animation: arrow_move 2s linear infinite;
  -moz-animation: arrow_move 2s linear infinite;
  -o-animation: arrow_move 2s linear infinite;
  animation: arrow_move 2s linear infinite;
}

@keyframes arrow_move {
  0% {
    transform: translate(0, 0);
  }
  25% {
    transform: translate(5px, 0);
  }
  50% {
    transform: translate(10px, 0);
  }
  75% {
    transform: translate(15px, 0);
  }
  100% {
    transform: translate(20px, 0);
  }
}

.db_item .right_info {
  width: 451px;
  height: 64px;
  background: url(../images/box01_right.png) no-repeat top center;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 64px;
  box-sizing: border-box;
  padding-left: 5px;
  text-align: center;
}

.lsdz_txt {
  text-align: center;
  font-size: 44px;
  background: linear-gradient(0deg, #FF6666 0%, #FFCC33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_title {
  line-height: 60px;
  margin-bottom: 60px;
  padding-top: 30px;
  box-sizing: border-box;
  text-align: center;
  color: #333333;
  font-size: 48px;
  position: relative;
}

.deep .box_title {
  color: #FFFFFF;
}

.box_title i {
  font-style: normal;
  font-weight: bold;
  background: linear-gradient(90deg, #C6352A, #841910);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.deep .box_title i {
  background: linear-gradient(135deg, #F8E2A7, #FCF7E6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_title::before, .box_title::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  background-image: url(../images/light_left.png);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 134px;
  height: 26px;
  margin: 0;
}

.deep .box_title::before, .box_title::after {
  background-image: url(../images/deep_left.png);
  background-size: 100%;
}

.box_title::after {
  background-image: url(../images/light_right.png);
  background-size: 100%;
}

.box03 .box_title::after {
  background-image: url(../images/deep_right.png);
  background-size: 100%;
}

.box_title span::before {
  content: 'ON THE JOB ELITE';
}

.box_title span::before {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  line-height: 86px;
  font-size: 86px;
  font-weight: bold;
  background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, .1), rgba(14, 22, 68, 0.06));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box_container {
  box-sizing: border-box;
  padding: 40px 0 80px;
}

.box02 table {
  width: 100%;
  border-spacing: 0;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.08);
}

.box02 table th {
  height: 66px;
  font-size: 18px;
  color: #fff;
  background: #C8A35E;
  font-weight: normal;
  border-right: 1px solid #EEE3CE;
}

.box02 table td {
  border-right: 1px solid #EEE3CE;
  border-top: 1px solid #EEE3CE;
  color: #333333;
  font-size: 16px;
  height: 80px;
}

.box02 table td p {
  width: 80%;
  margin: 0 auto;
  text-align: left;
}

.box02 table tr:first-child td:first-child {
  background: linear-gradient(0deg, #C6352A 0%, #841910 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box02 table tr:first-child td:last-child {
  border-right: 0;
}

.box02 table a {
  display: block;
  width: 110px;
  height: 40px;
  background: linear-gradient(90deg, #C6352A, #841910);
  border-radius: 20px;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
}

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

.box03 ul {
  display: flex;
  justify-content: space-around;
  margin-bottom: 60px;
}

.box03 ul li {
  width: 140px;
  height: 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  cursor: pointer;
  position: relative;
}

.box03 ul li::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background: url(../images/tab_bg.png) no-repeat top center;
  animation: turn 2s linear infinite;
  -webkit-animation: turn 2s linear infinite;
  -moz-animation: turn 2s linear infinite;
  -o-animation: turn 2s linear infinite;
  animation: turn 2s linear infinite;
}

@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);
  }
}

.box03 ul li span {
  background: linear-gradient(135deg, #F8E2A7 0%, #FCF7E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.box03 ul li.active::before {
  background: url(../images/tab_active_bg.png) no-repeat top center;
}

.box03 ul li.active span {
  background: linear-gradient(0deg, #FF6666 0%, #FFCC33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.dsgx_container {
  display: flex;
}

.dsgx_container div {
  flex: 1;
  height: 204px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dsgx_container .dsgx_left {
  color: #000000;
}

.dsgx_container .dsgx_right {
  color: #FFFFFF;
}

.dsgx_container h4 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 10px;
}

.dsgx_container p {
  font-size: 20px;
  text-align: center;
  margin: 5px 0;
}

.dsgx_container div h4 img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}

.dsgx_container .dsgx_left {
  background: linear-gradient(135deg, #F8E2A7, #FCF7E6);
}

.dsgx_container .dsgx_right {
  background: linear-gradient(90deg, #C6352A, #841910);
}

.tab2_h2 {
  font-size: 30px;
  background: linear-gradient(0deg, #FF6666 0%, #FFCC33 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: 82%;
  margin: 15px auto;
}

.tab2_h2 span {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
  height: 42px;
  line-height: 42px;
  background: #383838;
  border-radius: 22px;
  margin-left: 10px;
  font-size: 18px;
  font-weight: normal;
}

.tab2_h2 span i {
  font-style: normal;
  background: linear-gradient(0deg, #F8E2A7 0%, #FCF7E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#swiper2 {
  margin-top: 50px;
}

#swiper2 .swiper-slide {
  height: 516px;
}

.arrow_content {
  height: 28px;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow_content div {
  background: #868585;
  border-radius: 14px;
  width: 50px;
  height: 28px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.arrow_content div:hover {
  background: #fff;
}

.swiper-button-next, .swiper-button-prev {
  position: static;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white, .swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: none;
}

.teacher_content {
  position: relative;
}

.teacher_info {
  position: absolute;
  bottom: 0;
  height: 140px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
}

.teacher_info h4 {
  color: #FFFFFF;
  font-size: 22px;
}

.teacher_info span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  padding: 0 14px;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  border-radius: 14px;
  background-color: #fff;
}

#swiper2 .swiper-slide:nth-child(2n) .teacher_info span {
  color: #A9291E;
}

#swiper2 .swiper-slide:nth-child(2n+1) .teacher_info span {
  color: #B18942;
}

.teacher_info p {
  margin-top: 15px;
  line-height: 1.7;
  color: #FFFFFF;
  font-size: 18px;
}

.szjy_top {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 410px;
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  background: #C8A35E;
}

.book1 {
  margin-right: 15px;
}

.szjy_bottom {
  height: 209px;
  background: url(../images/zzjj_bg.png) no-repeat top center;
  box-sizing: border-box;
  padding: 0 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.szjy_bottom h1 {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 1.8;
}

.szjy_bottom h1 i {
  background: linear-gradient(90deg, #FF6666, #FFCC33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: bold;
}

.szjy_bottom h1 span {
  color: #FFFFFF;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  font-weight: normal;
}

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

.tk_container .phone {
  width: 304px;
  height: 608px;
}

.tk_container .zt {
  width: 554px;
  height: 524px;
}

.tk_container div {
  width: 300px;
  margin-bottom: 40px;
}

.tk_container div h1 {
  color: #FFFFFF;
  font-size: 36px;
  margin-bottom: 24px;
}

.tk_container div h1 span {
  background: linear-gradient(90deg, #FF6666, #FFCC33);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tk_container div p {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 60px;
  line-height: 1.6;
}

.ygdx_top {
  display: flex;
  justify-content: space-between;
}

.ygdx_item {
  width: 370px;
}

.ygdx_item h2 {
  height: 76px;
  line-height: 76px;
  background: linear-gradient(90deg, #C6352A, #841910);
  color: #FFFFFF;
  font-size: 30px;
  text-align: center;
}

.ygdx_item p {
  width: 100%;
  text-align: center;
  line-height: 89px;
  height: 89px;
  color: #FFFFFF;
  font-size: 20px;
  background: url(../images/ygdx_bg.png) no-repeat top center;
}

.ygdx_item p span {
  font-size: 30px;
}

#swiperWx {
  margin-top: 50px;
}

#swiperWx .swiper-slide {
  height: 460px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

#swiperWx .swiper-slide img {
  width: 100%;
  height: auto;
}

.box04 {
  height: 511px;
  background: url(../images/box04_bg.png) no-repeat top center;
}

.part_container {
  display: flex;
  justify-content: space-around;
  background: url(../images/line.png) no-repeat center 9px;
}

.part_item {
  text-align: center;
}

.part_item span {
  margin: 0 auto 20px;
  display: block;
  width: 84px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border-radius: 12px;
  color: #333333;
  font-size: 12px;
  background: linear-gradient(135deg, #F8E2A7, #FCF7E6);
}

.part_item h2 {
  font-size: 24px;
  margin-bottom: 8px;
  background: linear-gradient(135deg, #F8E2A7 0%, #FCF7E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.part_item p {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.9;
}

.region a {
  float: left;
  width: 130px;
  height: 56px;
  margin-right: 22px;
  margin-bottom: 25px;
  background: #C8A35E;
  text-align: center;
  line-height: 54px;
  font-size: 18px;
  transition: color .2s ease;
  color: #FFFFFF;
}

.region a:hover {
  background: linear-gradient(90deg, #C6352A, #841910);
}

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

.fix_bottom {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9;
  width: 100%;
  height: 120px;
  background: url(../images/fix_bg.png) no-repeat top center;
}

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

.fix_bottom h1 {
  font-size: 80px;
  background: linear-gradient(0deg, #F8E2A7 0%, #FCF7E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 30px;
}

.fix_bottom a {
  width: 140px;
  height: 140px;
  background: url(../images/bug_btn.png) no-repeat top center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -10px;
}

.fix_bottom a span {
  font-size: 30px;
  background: linear-gradient(135deg, #F8E2A7 0%, #FCF7E6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fix_right {
  display: none;
  position: fixed;
  top: 30%;
  right: 0;
  z-index: 10;
  box-shadow: 0px 2px 8px 0px rgba(102, 0, 0, 0.3);
}

.fix_right a {
  height: 57px;
  width: 160px;
  display: block;
  line-height: 57px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-align: center;
  background: linear-gradient(135deg, #C6352A, #841910);
}

.fix_right a:first-child {
  border-bottom: 1px solid #ccc;
}

.fix_right img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.fix_right a:hover {
  color: #F8E2A7;
  background: linear-gradient(135deg, #C6352A, #841910);
}

@media only all and (max-width:1080px) {
  .banner {
    width: 100%;
    height: 12rem;
    background-size: auto 100%;
  }
  .txt_container {
    width: 100%;
    padding-top: 1rem;
  }
  .txt01 {
    font-size: .8rem;
    letter-spacing: .2rem;
  }
  .txt02 {
    width: 70%;
    margin: 1rem auto 0;
  }
  .txt03 {
    font-size: .7rem;
    width: 12rem;
    height: 2.5rem;
    line-height: 3.2rem;
    padding-right: .3rem;
    background-size: 100% 100%;
    margin: -1rem auto 0;
  }
  .fish {
    width: 4.5rem;
    top: 5.2rem;
    left: 1rem;
  }
  .paper {
    width: 2.5rem;
    right: .2rem;
    top: 4rem;
  }
  .box_body {
    width: 96%;
  }
  .box01_line {
    margin-top: -.2rem;
    height: .2rem;
  }
  .box01 {
    height: auto;
    padding-bottom: .6rem;
    background-size: auto 100%;
    background: url(../images/box01_bg.png) no-repeat center center;
  }
  .box01_title {
    width: 80%;
    height: 2.5rem;
    background-size: 100% 100%;
    line-height: 2.5rem;
    font-size: .8rem;
    margin: 0 auto .8rem;
  }
  .bj_container {
    display: flex;
    justify-content: space-around;
    text-align: center;
    box-sizing: border-box;
    padding-left: 3.5rem;
  }
  .bj_container div h3 {
    font-size: .8rem;
  }
  .bj_container div p {
    margin-top: .6rem;
    font-size: .7rem;
  }
  .db_item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: .2rem 0;
  }
  .db_item .img_content {
    width: 2.6rem;
    height: 2.6rem;
    padding: .2rem;
    transform: translateX(.2rem);
  }
  .db_item .img_content img {
    width: 100%;
    height: 100%;
  }
  .db_item .left_info {
    width: 8rem;
    height: 2rem;
    background: linear-gradient(135deg, #FCF7E6, #F8E2A7);
    font-size: .7rem;
    line-height: 1.4;
    padding-right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .db_item .arrow {
    width: 1rem;
    overflow: hidden;
  }
  .db_item .arrow span {
    margin-left: -2rem;
    font-size: .6rem;
  }
  .db_item .right_info {
    width: 8rem;
    height: 2rem;
    background: linear-gradient(135deg, #C6352A, #841910);
    font-size: .7rem;
    line-height: 1.4;
    padding-left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .lsdz_txt {
    font-size: .8rem;
  }
  .box_title {
    line-height: 1.5rem;
    margin-bottom: .8rem;
    padding-top: .4rem;
    font-size: .8rem;
  }
  .box_title::before, .box_title::after {
    width: 2.5rem;
    height: .7rem;
  }
  .box_title span::before {
    line-height: 1.2rem;
    font-size: 1.5rem;
  }
  .box_container {
    box-sizing: border-box;
    padding: .4rem 0 .8rem;
  }
  .box02 table th {
    height: 2rem;
    font-size: .8rem;
  }
  .box02 table td {
    font-size: .7rem;
    height: 80px;
  }
  .box02 table a {
    display: block;
    width: 3rem;
    height: 1.4rem;
    border-radius: .8rem;
    font-size: .7rem;
    line-height: 1.4rem;
  }
  .box03 {
    background-size: auto 100%;
  }
  .box03 ul {
    display: flex;
    justify-content: space-around;
    margin-bottom: .6rem;
  }
  .box03 ul li {
    width: 3rem;
    height: 3rem;
    font-size: .65rem;
  }
  .box03 ul li::before {
    background-size: 100% 100%;
  }
  .box03 ul li.active::before {
    background-size: 100% 100%;
  }
  .dsgx_container {
    display: flex;
    flex-direction: column;
  }
  .dsgx_container div {
    flex: 1;
    height: auto;
    padding: .4rem 0;
  }
  .dsgx_container h4 {
    font-size: .8rem;
    margin-bottom: .4rem;
  }
  .dsgx_container p {
    font-size: .7rem;
    margin: .2rem 0;
  }
  .dsgx_container div h4 img {
    width: 1rem;
    margin: 0 .2rem;
  }
  .tab2_h2 {
    font-size: .8rem;
    width: 100%;
    text-align: center;
    margin: .2rem auto;
  }
  .tab2_h2 span {
    margin-top: .3rem;
    padding: 0 .2rem;
    height: 2rem;
    line-height: 1.4;
    border-radius: .8rem;
    margin-left: .2rem;
    font-size: .6rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #swiper2 {
    margin-top: .8rem;
  }
  #swiper2 .swiper-slide {
    height: 13rem;
  }
  #swiper2 .swiper-slide img {
    width: 100%;
  }
  .arrow_content {
    height: 1rem;
    margin-top: .6rem;
  }
  .arrow_content div {
    border-radius: .5rem;
    width: 1.7rem;
    height: .9rem;
    margin: 0 .2rem;
  }
  .arrow_content div img {
    height: .6rem;
  }
  .teacher_info {
    height: 4rem;
    padding: 0 .2rem;
  }
  .teacher_info h4 {
    font-size: .8rem;
  }
  .teacher_info span {
    display: inline-block;
    vertical-align: middle;
    margin-left: .2rem;
    padding: 0 .2rem;
    font-size: .6rem;
    height: 1.5rem;
    line-height: 1;
    border-radius: .5rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .teacher_info p {
    margin-top: 0;
    line-height: 1.5;
    font-size: .55rem;
  }
  .szjy_top {
    height: 6.6rem;
    width: 100%;
    padding: .2rem;
  }
  .szjy_top img {
    width: 50%;
    height: auto;
  }
  .book1 {
    margin-right: .2rem;
  }
  .szjy_bottom {
    height: auto;
    background-size: auto 100%;
    box-sizing: border-box;
    padding: .4rem;
  }
  .szjy_bottom h1 {
    font-size: .8rem;
  }
  .szjy_bottom h1 span {
    display: block;
    font-size: .7rem;
    margin: .2rem 0;
  }
  .tk_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .tk_container .phone {
    width: 40%;
    height: auto;
  }
  .tk_container .zt {
    width: 55%;
    height: auto;
  }
  .tk_container div {
    width: 90%;
    margin: .6rem auto;
  }
  .tk_container div h1 {
    font-size: .8rem;
    margin-bottom: .4rem;
  }
  .tk_container div p {
    font-size: .7rem;
    margin-bottom: .7rem;
  }
  .ygdx_top {
    display: flex;
    justify-content: space-between;
  }
  .ygdx_item {
    width: 32%;
  }
  .ygdx_item h2 {
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: .8rem;
  }
  .ygdx_item p {
    width: 100%;
    line-height: 1.6;
    height: 2.8rem;
    font-size: .7rem;
    background-size: auto 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .ygdx_item p span {
    font-size: .8rem;
  }
  #swiperWx {
    margin-top: .6rem;
  }
  #swiperWx .swiper-slide {
    height: 18rem;
    border-radius: .6rem;
  }

  .box04 {
    height: auto;
    background-size: auto 100%;
  }
  .part_container {
    display: flex;
    justify-content: space-between;
    background: url(../images/line.png) no-repeat center .3rem;
  }
 
  .part_item span {
    margin: 0 auto .4rem;
    width: 3rem;
    height: 1rem;
    line-height: 1rem;
    border-radius: .8rem;
    font-size: .55rem;
  }
  .part_item h2 {
    font-size: .8rem;
    margin-bottom: .2rem;
  }
  .part_item p {
    font-size: .6rem;
    line-height: 1.3;
    margin: .3rem 0;
  }
  .fix_bottom {
    height: 2.5rem;
    background-size: auto 100%;
  }

  .fix_bottom h1 {
    font-size: 1rem;
    margin-right: .8rem;
  }
  .fix_bottom a {
    width: 2.9rem;
    height: 2.9rem;
    background-size: 100% 100%;
    margin-top: -.1rem;
  }
  .fix_bottom a span {
    font-size: .7rem;
  }
  .fix_right {
    position: fixed;
    top: 30%;
    right: 0;
    box-shadow: 0px 2px 8px 0px rgba(102, 0, 0, 0.3);
  }
  .fix_right a {
    height: 1.8rem;
    width: 5rem;
    line-height: 1.8rem;
    font-size: .7rem;
  }
  .fix_right a:first-child {
    border-bottom: 1px solid #ccc;
  }
  .fix_right img {
    width: .8rem;
    margin-right: .2rem;
  }
  .fix_right a:last-child img {
    margin-right: 0;
  }
  
  /* 各地 */

  .region a {
    width: 24%;
    height: 1.8rem;
    margin-right: 1%;
    margin-bottom: .5rem;
    line-height: 1.8rem;
    font-size: .75rem;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
}