html,
body {
  width: 100%;
  height: 100%;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content .agreement_content {
    width: 1200px;
}

.content .awards {
  height: 50px;
  background-color: #dadddf;
  display: flex;
  justify-content: center;
  width: 100%;
}

.content .awards .awards-wrapper {
  width: 1200px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.content .awards .awards-item {
  display: flex;
  font-size: 14px;
}

.content .awards .awards-item img {
  width: 17px;
  height: 17px;
  object-fit: fill;
  margin-right: 10px;
}

.content .swiper-main {
  width: 1200px;
  position: relative;
}

.content .swiper-main .swiper-main-title {
  font-weight: bold;
  font-size: 34px;
  color: #000;
  text-align: center;
  margin: 68px 0;
}

.content .content-swiper {
  width: 100%;
  height: 681px;
  margin-bottom: 66px;
  position: relative;
}

.content .content-swiper .swiper-slide {
  background-color: #e4eaf1;
  border-radius: 20px;
  color: #000;
  width: 392px;
  margin-right: 12px;
}

.content .content-swiper .swiper-slide:hover {
  background-color: #0064fa;
  color: #fff;
}

.content .content-swiper .img-wrapper {
  width: 100%;
  height: 316px;
  padding: 10px;
  border-radius: 20px;
  overflow: hidden;
}

.content .content-swiper .img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}

.content .content-swiper .swiper-item-content {
  padding: 10px 30px;
}

.content .swiper-item-content .td-content {
  display: flex;
  align-items: center;
}

.content .content-swiper .swiper-slide:hover .td-bg-img {
  background-image: url(/images/td-white.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.content .swiper-item-content .td-bg-img {
  width: 42px;
  height: 48px;
  background-image: url(/images/td-black.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.content .swiper-item-content .td-desc {
  font-weight: 500;
  font-size: 20px;
  margin-left: 8px;
}

.content .swiper-item-content .xuxian {
  height: 1px;
  width: 100%;
  border-top: 1px dashed #000;
  margin: 30px 0;
}

.content .content-swiper .swiper-slide:hover .xuxian {
  border-color: #fff;
}

.content .content-swiper .brightspot-content {
  display: flex;
}

.content .content-swiper .brightspot-content .brightspot-bg-img {
  width: 25px;
  height: 102px;
  background-image: url(/images/ld-blue.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.content .content-swiper .swiper-slide:hover .brightspot-bg-img {
  background-image: url(/images/ld-yellow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.content .content-swiper .brightspot-content .brightspot-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
  font-size: 16px;
  padding-top: 10px;
}

.content .content-swiper .brightspot-content .brightspot-desc p {
  margin-bottom: 12px;
}

.content .swiper-main .prev,
.content .swiper-main .next {
  width: 62px;
  height: 62px;
  position: absolute;
  z-index: 10;
  cursor: pointer;
}

.content .swiper-main .prev {
  top: 50%;
  /* transform: translateY(-50%); */
  background-image: url(/images/prev.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: -8%;
}

.content .swiper-main .next {
  top: 50%;
  /* transform: translateY(-50%); */
  background-image: url(/images/next.png);
  background-repeat: no-repeat;
  background-size: contain;
  right: -8%;
}

.content .fwys {
  width: 100%;
  height: 388px;
  background-image: url(/images/fwbg.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.content .fwys .fwys-content {
  width: 1200px;
}

.content .fwys .fwys-content .fwys-content-title {
  font-weight: bold;
  font-size: 34px;
  color: #000000;
  text-align: center;
  margin: 54px 0;
}

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

.content .fwys .fwys-content .fwys-list .fwys-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.content .fwys .fwys-content .fwys-list .fwys-item p {
  font-size: 22px;
}

.content .fwys .fwys-content .fwys-list .fwys-item img {
  width: 112px;
  height: 112px;
  object-fit: fill;
  margin-bottom: 22px;
}

.content .bg-color {
  background-color: #f9f9f9;
}

.content .wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.content .bottom-jjfa {
  width: 100%;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 0px 35px 3px rgba(70, 70, 70, 0.1);
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content .bottom-jjfa .download-btn {
  width: 340px;
  height: 49px;
  background: #fd8933;
  border-radius: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  position: relative;
  cursor: pointer;
}

.content .bottom-jjfa .download-btn::after {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-48%);
  right: 20%;
  background-image: url(/images/down.png);
  background-repeat: no-repeat;
  background-size: 90%;
  background-position: center;
}

.content .bottom-jjfa .download-btn:hover {
  background-color: #ffa460;
}

/* .content .swiper-button-hide {
  display: none;
} */

.content .swiper-button-disabled {
  display: none;
}

/*首页右侧-在线咨询-----------------------------------------------------start*/

#index_float_01 {
  width: 87px;
  float: right;
  position: fixed;
  _position: absolute;
  right: 20px;
  top: 35%;
  z-index: 99;
}
.part_02 {
  border-radius: 10px 0 0 10px;
  border-radius: 87px;
  background: #fff;
  overflow: initial;
  box-shadow: 0px 5px 30px #d6e0ff;
  padding: 10px 0px;
  padding-bottom: 25px;
}
.rightLine {
  padding: 0 !important;
  width: 70px;
  height: 1px;
  background: #e7ecfa;
  margin: auto;
  margin-top: 13px;
}
#index_float_01 .part_01 {
  width: 11px;
  height: 100px;
  float: left;
  margin-left: 5px;
  position: absolute;
  top: 50%;
  margin-top: -50px;
}
#index_float_01 .part_01 img {
  vertical-align: middle;
  display: inline-block;
  margin-bottom: 4px;
}
#index_float_01 .float_hide {
  width: 11px;
  height: 100px;
  display: block;
  cursor: pointer;
  background: url(../images/float_hide.png) no-repeat 5px 50px;
}
#index_float_01 .float_show {
  width: 10px;
  height: 100px;
  display: block;
  cursor: pointer;
  background: url(../images/float_show.png) no-repeat 5px 50px;
}
#index_float_01 .part_02 {
  width: 87px;
  vertical-align: middle;
  display: inline-block;
  text-align: center;
}
#index_float_01 .part_02 div {
  text-align: center;
  padding-top: 14px;
  cursor: pointer;
}
#index_float_01 .part_02 a {
  text-decoration: none;
  font-size: 14px;
  display: block;
  width: 87px;
}
#index_float_01 .part_02 img {
  margin-bottom: 5px;
}
#index_float_01 #tel_consult {
  display: none;
  position: absolute;
  top: 0;
  left: -185px;
  width: 155px;
  height: 153px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ff4000;
  padding-top: 0;
  margin-top: -10px;
  box-sizing: border-box;
  -o-box-shadow: 0 0px 8px rgba(255, 64, 0, 0.4);
  -webkit-box-shadow: 0 0px 8px rgba(255, 64, 0, 0.4);
  box-shadow: 0 0px 8px rgba(255, 64, 0, 0.4);
}
.counseling-center-li-box:hover #tel_consult {
  display: block !important;
}
#index_float_01 #tel_consult_money {
  display: none;
  position: absolute;
  top: 305px;
  left: -185px;
  width: 155px;
  height: 153px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ff4000;
  padding-top: 0;
  margin-top: 9px;
  box-sizing: border-box;
  -o-box-shadow: 0 0px 8px rgba(255, 64, 0, 0.4);
  -webkit-box-shadow: 0 0px 8px rgba(255, 64, 0, 0.4);
  box-shadow: 0 0px 8px rgba(255, 64, 0, 0.4);
}

.top-300 {
  top: 300px !important;
}
.top-230 {
  top: 230px !important;
}

.show {
  position: relative;
}
.show:hover .tels-box {
  display: flex;
}
.tels-box span {
  font-size: 20px;
}
.arrow-dianhua {
  width: 0 !important;
  padding: 0 !important;
  height: 0px !important;
  border: 10px solid rgba(255, 64, 0, 0) !important;
  border-left: 10px solid #de1c34 !important;
  position: absolute !important;
  right: -20px !important;
  top: 40px !important;
}
.tels-box {
  color: #fff !important;
  display: flex;
  z-index: 100;
  justify-content: center;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #de1c34;
  flex-direction: column;
  align-items: center;
  width: 185px !important;
  height: 98px !important;
  border: none !important;
  font-size: 20px;
  -o-box-shadow: 0 0px 8px rgba(255, 64, 0, 0.4);
  -webkit-box-shadow: 0 0px 8px rgba(255, 64, 0, 0.4);
  box-shadow: 0 0px 8px rgba(255, 64, 0, 0.4);
}

.index_float_02_dianhua {
  height: 520px !important;
  background-size: 100% 80%;
  padding-top: 30px;
}
#index_float_02 {
  width: 286px;
  height: 367px;
  background: url('../images/Online-02/background.png') no-repeat;
  float: right;
  position: fixed;
  _position: absolute;
  right: 0px;
  top: 40%;
  z-index: 9;
  overflow: initial;
}
#index_float_02 .part_02 {
  width: 180px;
  margin: 0 auto;
  margin-top: 125px;
}
#index_float_02 .part_02 li {
  height: 45px;
  line-height: 45px;
  border-bottom: 0.5px dashed #ffa688;
  color: #fff;
  cursor: pointer;
  margin-left: 20px;
  width: 150px;
}
#index_float_02 .part_02 li img {
  float: left;
  width: 34px;
  height: 34px;
  margin-top: 6px;
  display: block;
}
#index_float_02 .part_02 li span {
  float: left;
  width: 100px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 12px;
  display: block;
}
.dianhua {
  color: #666;
}
.dianhua:hover {
  color: #0066cc;
}
#index_float_02 .part_02 li #tel_consultBox {
  display: none;
  position: absolute;
  top: 115px;
  left: -130px;
  width: 155px;
  height: 150px;
}
#index_float_02 .part_02 li #tel_consultBox .tel_input_box {
  width: 155px;
  height: 153px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ff4000;
  box-sizing: border-box;
  -o-box-shadow: 0 0px 8px rgba(255, 64, 0, 0.4);
  -webkit-box-shadow: 0 0px 8px rgba(255, 64, 0, 0.4);
  box-shadow: 0 0px 8px rgba(255, 64, 0, 0.4);
}
#index_float_02 .part_02 li #tel_consultBox .tel_input_box img {
  width: 150px;
  height: 150px;
  margin: 0;
}
#index_float_02 .part_02 li #tel_consultBox .tel_input_box .arrow {
  width: 0;
  padding: 0;
  height: 0px;
  border: 10px solid rgba(255, 64, 0, 0);
  border-left: 10px solid #ff4000;
  position: absolute;
  right: -20px;
  top: 20px;
}
#index_float_02 .part_02 li #tel_consultBox .tel_input_box > input {
  display: block;
  width: 158px;
  height: 48px;
  font-size: 12px;
  line-height: 48px;
  float: left;
  border: 0;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}
#index_float_02 .part_02 li #tel_consultBox .tel_input_box > span {
  display: block;
  width: 100px;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  color: #fff;
  background: #ff4000;
  text-align: center;
  float: right;
}
#index_float_02 .part_02 li:first-child:hover #tel_consultBox {
  display: block;
}

/*首页右侧-在线咨询*/

.arrow {
  width: 0;
  padding: 0 !important;
  height: 0px;
  border: 10px solid rgba(255, 64, 0, 0);
  border-left: 10px solid #2680eb;
  position: absolute;
  right: -20px;
  top: 20px;
}

#tel_consult img {
  width: 100%;
}

#tel_consult {
  top: 20px !important;
  left: -170px !important;
  border: 1px solid #2680eb !important;
  box-shadow: 0 0px 8px rgb(170 209 255) !important;
}
.telbox:hover #tel_consult {
  display: block !important;
}
.counseling-center-head-portrait-box {
  position: relative;
  margin: 0 auto;
  width: 85px;
  height: 85px;
  margin-top: 1px;
  margin-left: 1px;
}

.counseling-center-head-portrait-box img {
  position: absolute;
  width: 100%;
  object-fit: cover;
  animation: my_first 0.5s linear 0s infinite alternate;
}
@keyframes my_first {
  0% {
    transform: scale(1, 1);
  }

  100% {
    transform: scale(0.8, 0.8);
  }
}
.counseling-center-head-portrait-border-box {
  cursor: pointer;
  osition: absolute;
  top: -20px;
  right: 0px;
  width: 87px;
  height: 87px;
  border-radius: 10rem;
  animation: my_second 1s linear 0s infinite;
  background: #f7fdff;
  margin-bottom: 30px;
}

@keyframes my_second {
  0% {
    transform: scale(1, 1);
    border: 1px #16009b solid;
  }

  100% {
    transform: scale(1.2, 1.2);
    border: 1px #16009b00 solid;
  }
}
.counseling-center-head-portrait-label-box {
  color: #2680eb;
  list-style: none;
  border: 1px #ffffff00 solid;
  background-color: #fff;
  cursor: pointer;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  top: 85px;
  width: 80px;
  margin-left: 5px;
}
.counseling-center-li-box {
  cursor: pointer;
  position: absolute;
  top: 0;
}
.wechat-popup-window-box {
  position: absolute;
  left: -29em;
  padding: 2rem 1rem !important;
  padding-bottom: 0 !important;
  flex-direction: column;
  width: 20rem;
  height: 25rem;
  display: none;
  background-color: #fff !important;
  background-position: center;
  background-size: cover;
  transition: all 0.3s;
  border: 0 !important;
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 20px 0 rgba(50, 50, 51, 0.1);
  box-shadow: 0 6px 20px 0 rgba(50, 50, 51, 0.1);
}

#index_float_01 .part_02 div {
  font-size: 13px;
  color: #2680eb;
  text-align: center;
}
.hidden {
  display: none;
}

/*首页右侧-在线咨询-----------------------------------------------------end*/

#header .more {
  display: none;
}

.lxwm-wrapper {
  display: none;
}

.bottom-jjfa .consult-btn {
  display: none;
}

@media screen and (max-width: 750px) {
    .content .agreement_content {
        width: auto;
    }

  #index_float_01 {
    display: none;
  }

  #mobile_icon_div {
    display: none !important;
  }

  #header .more {
    display: block;
    width: 0.48rem;
    height: 0.4rem;
  }

  #header .more img {
    display: block;
    width: 100%;
    height: 100%;
  }

  #header.header {
    height: 1.3333rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    position: relative;
  }

  #banner {
    margin-top: 0 !important;
    height: 14rem;
  }

  .header .flex1.w1200 {
    height: 100% !important;
    margin-top: 0 !important;
  }

  .header .flex1.w1200 > .flex {
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.5333rem;
  }

  .header .flex1 .logo {
    width: 2.8533rem;
    height: 0.6rem;
  }

  .header .flex1 .logo img {
    display: block;
    margin: 0;
    height: 100%;
    width: 100%;
  }

  .flex.call {
    display: none;
  }

  .flex.header-nav {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 0.6667rem 1.1467rem;
    background-color: #fff;
    box-shadow: 8px 17px 29px 0px rgba(0, 0, 0, 0.28);
    border-radius: 0.2133rem;
  }

  .flex.header-nav .nav {
    flex-direction: column;
  }

  .flex.header-nav .nav .nav-link {
    margin: 0;
    font-size: 0.48rem;
    margin-bottom: 0.2667rem;
  }

  .flex.header-nav .nav .nav-link:last-child {
    margin-bottom: 0;
  }

  .flex.header-nav .nav .nav-link a {
    line-height: unset;
    font-size: 0.48rem;
  }

  .flex.header-nav .nav .nav-link.active a {
    color: #2962f1 !important;
    font-weight: bold;
    border-bottom: 1px solid #2962f1;
  }

  #banner .bannerSwiper .consult-btn,
  #banner .bannerSwiper .tryout-btn {
    width: 3.7733rem;
    height: 0.9733rem;
    font-size: 0.4267rem;
    top: 85%;
    left: 10%;
  }

  #banner .bannerSwiper .tryout-btn {
    background: #0064fa;
    color: #fff;
  }

  .content .awards {
    height: 2.3733rem;
  }

  .content .awards .awards-wrapper .awards-item {
    height: 100%;
    width: 33.33%;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
  }

  .content .awards .awards-wrapper .awards-item img {
    width: 0.52rem;
    height: 0.3867rem;
    display: block;
    margin-right: 0;
    margin-top: 0.1067rem;
  }

  .content .awards .awards-wrapper .awards-item p {
    width: 2rem;
    font-size: 0.2933rem;
    text-align: center;
  }

  .content .wrapper .swiper-main .swiper-main-title {
    font-size: 0.64rem;
    margin-top: 1.0933rem;
    margin-bottom: 0.9067rem;
  }

  .content .swiper-main {
    width: 100% !important;
    padding: 0 0.2667rem;
  }

  .content .wrapper .content-swiper .img-wrapper {
    height: 3.7067rem;
  }

  .content .wrapper .content-swiper {
    height: 9.3rem;
    margin-bottom: 1.3333rem;
  }

  .content .wrapper.bg-color {
    background-color: #fff;
  }

  .content .fwys {
    margin-top: 1.0933rem;
  }

  .content .wrapper .swiper-main .td-content .td-bg-img {
    width: 0.4933rem;
    height: 0.56rem;
  }

  .content .wrapper .swiper-main .td-content .td-desc {
    font-size: 0.3467rem;
    height: 1rem;
    align-items: center;
    display: flex;
  }

  .content .wrapper .swiper-main .brightspot-content .brightspot-bg-img {
    width: 0.2933rem;
    height: 1.2rem;
  }

  .content .wrapper .swiper-main .brightspot-content .brightspot-desc p {
    font-size: 0.2667rem;
    margin-bottom: 0.16rem;
  }

  .content .swiper-main .swiper-item-content .xuxian {
    margin: 0.3733rem 0;
  }

  .content .wrapper .content-swiper .swiper-item-content,
  .content .wrapper .content-swiper .img-wrapper {
    padding: 0.1333rem;
  }

  .content .wrapper .content-swiper .brightspot-content .brightspot-desc {
    margin-left: 0.2rem;
    padding-top: 0;
  }

  .content .wrapper .swiper-main .prev,
  .content .wrapper .swiper-main .next {
    width: 0.8267rem;
    height: 0.8267rem;
  }

  .content .wrapper .swiper-main .prev {
    top: 93%;
    left: 25%;
  }

  .content .wrapper .swiper-main .next {
    top: 93%;
    right: 25%;
  }

  .content .wrapper .swiper-button-disabled {
    display: block;
  }

  .content .swiper-pagination {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
  }

  .content .swiper-pagination.swiper-pagination-custom {
    width: auto;
  }

  .content .swiper-pagination span {
    color: #989ea9;
    font-size: 0.4533rem;
    font-weight: 400;
    margin: 0 0.1333rem;
  }

  .content .swiper-pagination span.swiper-pagination-customs-active {
    color: #000000;
  }

  #content.content .fwys {
    height: 5.4667rem;
  }

  #content.content .fwys .fwys-content .fwys-content-title {
    margin: 0.8rem 0;
    font-size: 0.64rem;
  }

  #content.content .fwys .fwys-content .fwys-list .fwys-item img {
    width: 1.4933rem;
    height: 1.4933rem;
    margin-bottom: 0.2933rem;
  }

  #content.content .fwys .fwys-content .fwys-list .fwys-item p {
    font-size: 0.32rem;
  }

  #content.content .fwys .fwys-content .fwys-list {
    justify-content: space-around;
  }

  #content.content .bottom-jjfa {
    position: static;
    height: 2.0267rem;
    justify-content: space-around;
  }

  #content.content .bottom-jjfa .download-btn {
    width: 3.96rem;
    height: 0.8133rem;
    font-size: .4rem;
  }

  #content.content .bottom-jjfa .download-btn::after {
    width: 0.4133rem;
    height: 0.4133rem;
    right: 5%;
  }

  #content.content {
    position: relative;
  }

  .lxwm-wrapper {
    width: 100%;
    height: 3.2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3f444c;
  }

  .lxwm-wrapper .lxwm-code {
    width: 1.92rem;
    height: 1.92rem;
    margin-right: 0.4rem;
  }

  .lxwm-wrapper .lxwm-desc .text {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.2933rem;
  }

  .lxwm-wrapper .lxwm-desc .text img {
    width: 0.6933rem;
    height: 0.6933rem;
    margin-right: 0.1333rem;
  }

  .lxwm-wrapper .lxwm-desc .phone {
    color: #fff;
    font-size: 0.5067rem;
    margin-top: 0.2rem;
  }

  .copyRight {
    /* position: absolute;
    bottom: 0; */
    text-align: center;
  }

  .bottom-jjfa .consult-btn {
    width: 3.96rem;
    height: 0.8133rem;
    font-size: .4rem !important;
    background: #0064FA;
    border-radius: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    font-size: 24px;
    color: #fff;
    position: relative;
    cursor: pointer;
  }

  .select-box .options-box {
    top: 0.8rem;
    max-height: 5rem;
  }
}
