@charset "UTF-8";
html {
  line-height: normal !important;
}

body {
  background-color: #ffffff !important;
}

* {
  box-sizing: border-box;
}

.w1920 {
  width: 1920px;
  margin: 0 auto;
}

.banner {
  overflow: hidden;
  height: 440px;
  position: relative;
}

.banner .mySwiper {
  width: 2560px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
}

.banner .mySwiper .swiper-slide > img {
  height: 100%;
}

.banner .column_warp {
  position: absolute;
  left: 26.5%;
  top: 0;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}

.banner .column_warp .ul1 {
  height: 100%;
  position: absolute;
  top: 0;
  left: 20%;
  z-index: 10;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.04);
  width: 305px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.banner .column_warp .ul1 > .down {
  position: absolute;
  width: 40px;
  height: 30px;
  bottom: 15px;
  right: 17px;
}

.banner .column_warp > .ul1 > .item {
  padding: 5px 18px;
}

.banner .column_warp .ul1 .item .left {
  display: flex;
  align-items: center;
}

.banner .column_warp .ul1 .item .left > div:nth-child(1) > p {
  font-size: 15px;
  font-weight: bold;
  color: #3D3D3D;
}

.banner .column_warp .ul1 .item .left > div:nth-child(1) > p:hover {
  color: red;
}

.banner .column_warp .ul1 .item .left > .label {
  color: #666666;
  font-size: 13px;
  margin-left: 10px;
}

.banner .column_warp .ul1 .item .left > .label > a:hover {
  color: red;
}

.banner .column_warp .ul1 .item .left > .label > a:nth-child(n+2) {
  margin-left: 15px;
}

.banner .column_warp .ul1 .item .left .icon {
  margin-left: auto;
}

.banner .column_warp .ul1 .item .left .icon img {
  width: 5px;
  height: 10px;
}

.banner .column_warp .ul1 .item > .right {
  position: absolute;
  right: -700px;
  top: 0;
  width: 700px;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
  border-radius: 0 8px 8px 0;
  display: none;
  padding: 25px 10px 10px 20px;
}

.banner .column_warp .ul1 .item > .right > .title {
  font-size: 20px;
  color: #3D3D3D;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.banner .column_warp .ul1 .item > .right > .title > .title_icon {
  width: 30px;
  margin-right: 10px;
}

.banner .column_warp .ul1 .item > .right > .right_item_wrap > .item {
  display: flex;
  flex-wrap: wrap;
}

.banner .column_warp .ul1 .item > .right > .right_item_wrap > .item > p {
  display: flex;
  margin-top: 27px;
  font-size: 16px;
  margin-right: 50px;
}

.banner .column_warp .ul1 .item > .right > .right_item_wrap > .item > p > img {
  width: 35px;
  height: 18px;
  margin-left: 10px;
  animation: banner_icon .5s linear infinite;
}

.banner .column_warp .ul1 .item > .right > .right_item_wrap > .item > .bottom_img {
  width: 650px;
  position: absolute;
  bottom: 40px;
  border-radius: 10px;
  overflow: hidden;
}

.banner .column_warp .ul1 .item:hover > .right {
  display: block;
}

.banner .column_warp::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}

.banner .column_warp::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #999999;
}

@keyframes banner_icon {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.w1200 {
  max-width: 1200px;
  margin: auto;
}

.w1400 {
  width: 1400px;
  margin: 0 auto;
}

.advertising {
  display: flex;
  justify-content: space-between;
  margin-top: 30px !important;
  cursor: pointer;
}

.advertising .advertisingSwiper {
  width: 900px;
  flex-shrink: 0;
  border-radius: 10px;
}

.advertisingSwiper {
  --swiper-navigation-color: #ffffff;
  /* 单独设置按钮颜色 */
  --swiper-navigation-size: 30px;
  /* 设置按钮大小 */
}

.advertising .right {
  border-radius: 10px;
  overflow: hidden;
  width: 480px;
  height: 270px;
}

.introduce {
  padding: 30px 0;
}

.introduce .titles {
  width: 295px;
}

.introduce_main {
  margin-top: 30px;
  display: flex;
}

.introduce_main .left {
  width: 750px;
  height: 400px;
  /*padding: 20px;*/
  /*background: rgba(239, 239, 239, 0.66);*/
}

.introduce_main .left > img {
  height: 100%;
}

.introduce_main .left > p:nth-child(1) {
  font-size: 26px;
  color: #3D3D3D;
  font-weight: bold;
}

.introduce_main .left > p:nth-child(2) {
  font-size: 17px;
  color: #3D3D3D;
  line-height: 25px;
  margin-top: 15px;
}

.introduce_main .left > p:nth-child(3) {
  font-size: 17px;
  margin-top: 30px;
}

.introduce_main .right {
  position: relative;
}

.introduce_main .right > img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 900;
  width: 650px;
  height: 400px;
}

.cooperation {
  padding: 30px 0;
  /* background-image: url("https://www.hnjrjy.com/static/new_index/img/bg2.png"); */
  background-color: rgba(162, 216, 255, 0.1608);
}

.cooperation .titles {
  width: 332px;
}

.cooperation .cooperationSwiper {
  padding-bottom: 50px;
}

.cooperation .text {
  margin-top: 56px;
  font-size: 26px;
  font-weight: bold;
}

.cooperation .cooperation_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.cooperation .cooperation_main .item {
  padding: 15px;
  background-color: #ffffff;
  width: 23%;
  cursor: pointer;
  transition: all .3s linear;
  font-size: 18px;
  margin-top: 35px;
}

.cooperation .cooperation_main .item > p {
  color: #666666;
  margin-top: 10px;
}

.cooperation .cooperation_main .item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}

.develop {
  padding: 30px 0;
  border-bottom: 2px solid #bfbfbf;
}

.develop .titles {
  width: 269px;
}

.develop > .develop_main {
  margin: 30px;
  cursor: pointer;
}

.advantage {
  padding: 30px 0;
}

.advantage .titles {
  width: 392px;
}

.advantage .text_wrap {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.advantage .text_wrap .left > span:nth-child(1) {
  font-size: 30px;
  color: #666666;
}

.advantage .text_wrap .left > span:nth-child(2) {
  font-size: 20px;
  color: #666666;
}

.advantage .text_wrap .right {
  border: 1px solid #666666;
  border-radius: 5px;
  padding: 10px;
  text-align: center;
  font-size: 16px;
  display: flex;
  color: #666666;
  cursor: pointer;
}

.advantage .text_wrap .right > img {
  flex-shrink: 0;
  width: 20px;
}

.advantage .advantage_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.advantage .advantage_main > .item {
  width: 31%;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background: #FFFFFF;
  margin-top: 30px;
  cursor: pointer;
  color: #666666;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  transition: all .4s linear;
}

.advantage .advantage_main > .item > img {
  width: 87px;
  height: 87px;
}

.advantage .advantage_main > .item > p:nth-child(2) {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
  color: #000000;
}

.advantage .advantage_main > .item > p:nth-child(3) {
  font-size: 15px;
  margin-top: 20px;
}

.advantage .advantage_main > .item > p:nth-child(4) {
  font-size: 15px;
}

.advantage .advantage_main > .item:hover {
  /*background-color: #237aeb;*/
  transform: scale(1.1);
}

.advantage .advantage_main > .item:hover > P {
  /*color: #ffffff;*/
}

.business {
  padding: 30px 0;
}

.business .titles {
  width: 369px;
}

.business .serve_title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 35px 0;
  color: #4F4F4F;
}

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

.business .serve .item {
  transition: all .3s linear;
  width: 30%;
  border-radius: 30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}

.business .serve .item:hover {
  cursor: pointer;
  transform: translateY(-10px);
}

.business .serve .item > p {
  font-size: 24px;
  color: #666666;
  text-align: center;
  margin-top: 10px;
}

.business_main {
  margin-top: 55px;
}

.business_main > .business_main_item {
  display: flex;
  animation: business .5s linear;
}

.business_main > .business_main_item > .left > img {
  width: 621px;
  height: 403px;
}

.business_main > .business_main_item > .right {
  padding: 20px;
  width: 600px;
}

.business_main > .business_main_item > .right > p:nth-child(1) {
  font-size: 24px;
  font-weight: bold;
  color: #4F4F4F;
}

.business_main > .business_main_item > .right > p:nth-child(2) {
  font-size: 19px;
  line-height: 1.5;
  font-weight: 290;
  color: #3D3D3D;
  margin-top: 15px;
  letter-spacing: 2px;
  text-indent: 42px;
}

@keyframes business {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.business_options {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.business_options > .item {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  width: 20%;
  padding: 10px 15px;
}

.business_options > .item img {
  width: 40px;
  height: 48px;
  flex-shrink: 0;
}

.business_options > .item p {
  margin-left: 10px;
  font-size: 23px;
}

.business_options_active {
  background-color: #4E99F8;
  color: #ffffff;
}

.honor {
  padding: 30px 0;
  border-bottom: 2px solid #bfbfbf;
}

.honor .titles {
  width: 339px;
}

.honor_main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.honor_main > .item {
  width: 30%;
  cursor: pointer;
  transition: all .3s linear;
}

.honor_main > .item:hover {
  transform: scale(1.1);
}

.course_reservation {
  padding: 30px 0;
}

.course_reservation .titles {
  width: 378px;
}

.course_reservation_main {
  display: flex;
  overflow-x: hidden;
  position: relative;
}

.course_reservation_main {
  padding: 0 50px;
}

.course_reservation_main .switch_left {
  position: absolute;
  left: 0;
  width: 50px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
  cursor: pointer;
  z-index: 123;
}

.course_reservation_main .switch_right {
  position: absolute;
  right: 0;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 123;
}

.course_reservation_main:hover > div {
  animation-play-state: paused;
}

.course_reservation_main .zhiboSwiper {
  padding: 40px 0;
}

.course_reservation_main .zhiboSwiper .swiper-slide {
  display: flex;
}

.course_reservation_main .item {
  position: relative;
  transition: all .3s linear;
  width: 355px;
  cursor: pointer;
}

.course_reservation_main .item:hover {
  transform: scale(1.1);
}

.course_reservation_main .item .btn {
  position: absolute;
  bottom: 32px;
  left: 54%;
  padding: 8px 20px;
  font-size: 15px;
  background: linear-gradient(84deg, #ff737a 5%, #f8323c 93%);
  border-radius: 40px;
  color: #ffffff;
  cursor: pointer;
}

.teachers {
  padding: 30px 0;
  background-image: url("https://www.hnjrjy.com/static/new_index/img/bg3.png");
  background-size: cover;
}

.teachers .titles {
  width: 314px;
}

.teachersSwiper {
  --swiper-theme-color: rgba(21, 107, 216, 0.67);
  margin-top: 50px;
}

.teachersSwiper .swiper-pagination {
  bottom: -3px !important;
}

.teachersSwiper .swiper-pagination > span {
  width: 15px;
  height: 15px;
}

.teachersSwiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.teachersSwiper .swiper-slide > .teacher_item {
  width: 25%;
  position: relative;
  margin-top: 10px;
  cursor: pointer;
  overflow: hidden;
}

.teachersSwiper .swiper-slide > .teacher_item:hover .mask {
  display: block;
  animation: teachermask .3s linear;
}

.teachersSwiper .swiper-slide > .teacher_item > .mask {
  display: none;
  width: 85.8%;
  height: 40%;
  position: absolute;
  left: 25px;
  bottom: 20px;
  background: #4E99F8;
  font-size: 15px;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 0 20px 0 0;
}

.teachersSwiper .swiper-slide > .teacher_item > .mask > p:nth-child(1) {
  font-size: 20px;
  border-bottom: 1px solid;
  padding: 10px 0;
}

.teachersSwiper .swiper-slide > .teacher_item > .mask > p:nth-child(2) {
  font-size: 15px;
  margin-top: 15px;
}

@keyframes teachermask {
  0% {
    height: 0;
  }
  100% {
    height: 40%;
  }
}

.books {
  background-image: url("https://www.hnjrjy.com/static/new_index/img/books_bg.png");
  background-size: cover;
  padding: 30px 0;
  mask-image: linear-gradient(90deg, transparent, #fff 20%, #fff 80%, transparent);
  overflow: hidden;
}

.books > div:nth-child(1) {
  width: 1400px;
  margin: auto;
}

.books > div:nth-child(1) > img {
  width: 281px;
}

.books > .books_main {
  display: flex;
  margin-top: 50px;
}

.books > .books_main:hover > .box1 {
  animation-play-state: paused;
}

.books > .books_main:hover > .box2 {
  animation-play-state: paused;
}

.books > .books_main > .box1 {
  display: flex;
  animation: scroll 50s linear infinite;
}

.books > .books_main > .box2 {
  display: flex;
  animation: scroll2 50s linear infinite;
}

.books > .books_main .item {
  flex-shrink: 0;
  width: 179px;
  height: 292px;
  margin-left: 100px;
  cursor: pointer;
  transition: all .5s;
}

.books > .books_main .item:hover {
  transition: all .3s;
  transform: scale(1.5);
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes scroll3 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

@keyframes scroll4 {
  0% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(-100%);
  }
}

.enterprise {
  padding: 30px 0;
}

.enterprise .enterprise_title {
  width: 1400px;
  margin: auto;
}

.enterprise .enterprise_title > img {
  width: 339px;
}

.enterprise .enterprise_main {
  overflow: hidden;
  position: relative;
}

.enterprise .enterprise_main .pic {
  margin-top: 35px;
}

.enterprise .enterprise_main:hover .item {
  transform: translateY(-10px);
}

.enterprise .enterprise_main .center {
  position: absolute;
  width: 411px;
  left: 490px;
  top: 136px;
}

.enterprise .enterprise_main .item {
  width: 250px;
  margin-top: 20px;
  transition: all .3s linear;
  cursor: pointer;
  flex-shrink: 0;
}

.enterprise .enterprise_main .box {
  display: flex;
  justify-content: center;
}

.enterprise .enterprise_main > div:nth-child(2) {
  margin-top: -150px;
}

.enterprise .enterprise_main > div:nth-child(2) .item:nth-child(3) {
  margin-left: 250px;
}

.enterprise .enterprise_main > div:nth-child(3) {
  margin-top: -190px;
}

.enterprise .enterprise_main > div:nth-child(3) .item:nth-child(2) {
  margin-left: 510px;
}

.enterprise .enterprise_main > div:nth-child(4) {
  margin-top: -163px;
}

.enterprise .enterprise_main > div:nth-child(4) .item:nth-child(3) {
  margin-left: 255px;
}

.enterprise .enterprise_main > div:nth-child(5) {
  margin-top: -170px;
  margin-left: 20px;
}

.enterprise .enterprise_main > div:nth-child(5) .item:nth-child(4) {
  margin-right: 10px;
}

.changeShardBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
}

.changeShardBox > .changeShard_wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #F5F5F5;
  width: 450px;
  border-radius: 20px;
  padding-bottom: 20px;
}

.changeShardBox > .changeShard_wrap > .tan_close {
  position: absolute;
  top: -20px;
  right: -25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.changeShardBox > .changeShard_wrap > h3 {
  font-size: 25px;
  text-align: center;
  margin-top: 30px;
  color: #0729AE;
}

.changeShardBox > .changeShard_wrap > .inp_box {
  width: 330px;
  margin: 0 auto;
  height: 50px;
  border: 1px solid #959595;
  display: flex;
  align-items: center;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  padding-left: 10px;
  position: relative;
}

.changeShardBox > .changeShard_wrap > .inp_box::before {
  position: absolute;
  left: 52px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 2px;
  height: 20px;
  background-color: #959595;
}

.changeShardBox > .changeShard_wrap > .inp_box > img {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.changeShardBox > .changeShard_wrap > .inp_box > input {
  height: 100%;
  width: 300px;
  background-color: #F5F5F5;
  font-size: 20px;
  margin-left: 10px;
  color: #959595;
}

.changeShardBox > .changeShard_wrap > .shuoming {
  width: 330px;
  margin: auto;
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}

.changeShardBox > .changeShard_wrap > .shuoming input {
  width: 20px;
  height: 20px;
}

.changeShardBox > .changeShard_wrap > .shuoming a {
  color: #237aeb;
}

.changeShardBox > .changeShard_wrap > .shuoming > p:nth-child(1) {
  display: flex;
  align-items: center;
  justify-content: center;
}

.changeShardBox > .changeShard_wrap > .btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.changeShardBox > .changeShard_wrap > .btn button {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  padding: 15px 60px;
  font-size: 20px;
  text-transform: uppercase;
  border: 0;
  background-color: #096bce;
  border-radius: 50px;
  overflow: hidden;
  transition: 31ms cubic-bezier(0.5, 0.7, 0.4, 1);
  cursor: pointer;
}

.changeShardBox > .changeShard_wrap > .btn button:before {
  content: attr(alt);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  inset: 0;
  font-size: 20px;
  font-weight: bold;
  color: white;
  letter-spacing: 4px;
  opacity: 1;
}

.changeShardBox > .changeShard_wrap > .btn button:active {
  box-shadow: none;
  transform: translateY(7px);
  transition: 35ms cubic-bezier(0.5, 0.7, 0.4, 1);
}

.changeShardBox > .changeShard_wrap > .btn button:hover:before {
  transition: all .0s;
  transform: translateY(100%);
  opacity: 0;
}

.changeShardBox > .changeShard_wrap > .btn button i {
  color: white;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 4px;
  font-style: normal;
  transition: all 2s ease;
  transform: translateY(-20px);
  opacity: 0;
}

.changeShardBox > .changeShard_wrap > .btn button:hover i {
  transition: all .2s ease;
  transform: translateY(0px);
  opacity: 1;
}

.changeShardBox > .changeShard_wrap > .btn button:hover i:nth-child(1) {
  transition-delay: 0.045s;
}

.changeShardBox > .changeShard_wrap > .btn button:hover i:nth-child(2) {
  transition-delay: calc(0.045s * 3);
}

.changeShardBox > .changeShard_wrap > .btn button:hover i:nth-child(3) {
  transition-delay: calc(0.045s * 4);
}

.changeShardBox > .changeShard_wrap > .btn button:hover i:nth-child(4) {
  transition-delay: calc(0.045s * 5);
}

.sidebar_wrap {
  position: fixed;
  right: 0;
  top: 20%;
  transition: all .5s;
  z-index: 999;
}

.sidebar_wrap .ip {
  width: 100px;
  margin-bottom: 10px;
  position: relative;
  cursor: pointer;
}

.sidebar_wrap .ip .icon5 {
  position: absolute;
  left: -39px;
  top: -33px;
  width: 60px;
  animation: icon5 2.5s linear infinite;
}

@keyframes icon5 {
  0% {
    transform: scale(0.5);
  }
  60% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}

.sidebar_wrap .item {
  display: flex;
  width: 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #f0ecec;
  border-radius: 10px;
  margin: 0 auto;
}

.sidebar_wrap .item:hover {
  background-color: #237aeb;
  color: #ffffff;
}

.sidebar_wrap .item > img {
  width: 30px;
  height: 25px;
}

.sidebar_wrap .item > p {
  margin-top: 15px;
  font-size: 12px;
}

@keyframes jello-vertical {
  0% {
    transform: scale(0.5);
  }
  100% {
    transform: scale(1);
  }
}

.wangdian {
  padding: 30px 0;
  border-bottom: 2px solid #bfbfbf;
  background-color: #d5dff3;
}

.wangdian .wangdian_box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 50px;
}

.wangdian .wangdian_box .left {
  flex-shrink: 0;
}

.wangdian .wangdian_box .left .label-item {
  width: 260px;
  margin-top: 38px;
}

.wangdian .wangdian_box .right {
  width: 854px;
}

.wangdian .titles {
  width: 355px;
}

.wangdian .region_wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-shrink: 0;
}

.wangdian .region_wrap .region_name {
  padding: 10px;
  font-size: 17px;
  cursor: pointer;
}

.wangdian .region_wrap .region_name:hover {
  color: red;
}

.wangdian .partner_wrap {
  border-top: 1px solid;
  border-image: linear-gradient(to right, white, gray, white) 1;
  height: 500px;
  overflow-y: scroll;
}

/* 设置滚动条的宽度 */
::-webkit-scrollbar {
  width: 5px;
}

/* 设置滚动条轨道的背景颜色 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* 设置滚动条滑块的颜色 */
::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 5px;
}

/* 设置滚动条滑块悬停时的颜色 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.wangdian .partner_wrap .partner_box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.wangdian .partner_wrap .partner_box .item {
  padding: 15px 10px;
  margin-top: 10px;
  width: 45%;
}

.wangdian .partner_wrap > .partner_box .item > p {
  margin-top: 10px;
  margin-left: 20px;
  color: #77798d;
  font-size: 16px;
}

.wangdian .partner_wrap > .partner_box .item > p:nth-child(1) {
  display: flex;
  font-size: 17px;
  margin-left: 0;
  color: #000000;
}

.wangdian .partner_wrap > .partner_box .item > p:nth-child(1) > img {
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.regionActive {
  color: red;
}

.news_box {
  padding: 30px 0;
  /* border-bottom: 2px solid #bfbfbf; */
}

.news_box .titles {
  width: 412px;
}

.news_box .news_nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.news_box .news_nav .item {
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  position: relative;
}

.news_box .news_main {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
  animation: newsmain 1s linear;
}

.news_box .news_main .left {
  overflow: hidden;
  width: 600px;
  border-radius: 0px 36px 0px 0px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.news_box .news_main .left .texts {
  font-size: 20px;
  padding: 0 21px;
}

.news_box .news_main .left .texts > p:nth-child(1) {
  padding: 10px 0;
  font-weight: bold;
  border-bottom: 1px solid #999999;
}

.news_box .news_main .left .texts > p:nth-child(2) {
  color: #1F56C4;
  padding: 10px 0;
}

.news_box .news_main .left .texts > p:nth-child(3) {
  font-size: 15px;
  color: #575757;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_box .news_main .left .texts > img {
  width: 27px;
  height: 11px;
  margin: 18px 0;
}

.news_box .news_main .right {
  width: 700px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news_box .news_main .right .item {
  display: flex;
  padding: 15px;
  font-size: 15px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.news_box .news_main .right .item .pic {
  flex-shrink: 0;
  width: 180px;
}

.news_box .news_main .right .item .pic > img {
  height: 100%;
  border-radius: 15px;
}

.news_box .news_main .right .item .texts {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.news_box .news_main .right .item .texts > p:nth-child(1) {
  padding: 5px 0;
  font-weight: bold;
  border-bottom: 1px solid #999999;
}

.news_box .news_main .right .item .texts > p:nth-child(2) {
  color: #1F56C4;
  padding: 5px 0;
}

.news_box .news_main .right .item .texts > p:nth-child(3) {
  font-size: 13px;
  color: #575757;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news_box .news_main .right .item .texts > img {
  width: 27px;
  height: 11px;
  margin-top: 10px;
}

.news_box .news_btn {
  text-align: center;
}

.news_box .news_btn > div {
  width: 150px;
  text-align: center;
  padding: 10px;
  margin: auto;
  margin-top: 70px;
  background: #4E99F8;
  color: #ffffff;
  font-size: 23px;
  cursor: pointer;
}

.newsnav_active {
  border-bottom: 5px solid #237aeb;
}

@keyframes newsmain {
  0% {
    transform: translateX(-50%);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateX(-26px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateX(-13px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateX(-6.5px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateX(-4px);
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87%,
  98% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateX(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

.dtpic {
  opacity: 1;
  transition: all .5s linear;
  cursor: pointer;
}

.general {
  padding: 30px 0;
  background-image: url("https://www.hnjrjy.com/static/new_index/img/bg3.png");
  background-size: cover;
}

.general .titles {
  width: 428px;
}

.general .general_main {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 35px;
}

.general .general_main > div {
  transition: all .5s linear;
  cursor: pointer;
  margin-left: 20px;
  width: 17%;
}

.general .general_main > div:hover {
  transform: translateY(-10px);
}

.pt_advantage {
  padding: 30px 0;
}

.pt_advantage .titles {
  width: 400px;
}

.pt_advantage .titles_bottom_text {
  margin-top: 30px;
  font-size: 20px;
  color: #666666;
}

.pt_advantage .w1200 > p:nth-child(2) {
  font-size: 22px;
  color: #666666;
  margin: 35px 0;
}

.pt_advantage .tab {
  margin-top: 30px;
}

.pt_advantage .tab .left {
  display: flex;
  justify-content: space-between;
}

.pt_advantage .tab .left > li {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
  padding: 10px;
  color: #666666;
  cursor: pointer;
}

.pt_advantage .tab .left > li > img {
  width: 40px;
}

.pt_advantage .tab .left > li > span {
  font-size: 20px;
  margin-top: 5px;
}

.pt_advantage .main {
  background-image: url("https://www.hnjrjy.com/static/new_index/img/pt_bg.png");
  background-size: cover;
  margin-top: 35px;
}

.pt_advantage .main > ul > li {
  display: flex;
  justify-content: space-around;
  padding: 50px 0;
  animation: pt .8s linear;
}

.pt_advantage .main > ul > li > img {
  width: 613px;
}

.pt_advantage .main > ul > li .left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pt_advantage .main > ul > li .left > p {
  font-size: 80px;
  color: #ffffff;
}

.pt_advantage .main > ul > li .left > p:nth-child(3) {
  font-size: 40px;
  margin-top: 40px;
}

@keyframes pt {
  0% {
    transform: scale(0);
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 100%;
    opacity: 1;
  }
}

.courseCustomization {
  padding: 30px 0;
}

.courseCustomization .titles {
  width: 402px;
}

.courseCustomization .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 90px;
}

.courseCustomization .main .item {
  box-shadow: 0px 3.35px 8.38px 0px rgba(0, 0, 0, 0.3);
  width: 14%;
  height: 240px;
  position: relative;
  cursor: pointer;
  transition: all .3s linear;
}

.courseCustomization .main .item .icon {
  width: 130px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -80px;
}

.courseCustomization .main .item .icon > img {
  transition: all .3s linear;
}

.courseCustomization .main .item > p {
  text-align: center;
  font-size: 18px;
  color: #666666;
  font-weight: 290;
}

.courseCustomization .main .item > p:nth-child(2) {
  font-size: 25px;
  color: #1F56C4;
  font-weight: bold;
  text-align: center;
  margin-top: 50px;
}

.courseCustomization .main .item > p:nth-child(3) {
  margin-top: 20px;
}

.courseCustomization .main .item:hover {
  transform: translateY(-10px);
}

.courseCustomization .main .item:hover img {
  transform: scale(1.2);
}

.button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  color: white;
  font-size: 28px;
  transition: 400ms;
  background-color: #1F56C4;
  /*outline: 3px #007ACC solid;*/
  outline-offset: -3px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  transition: 400ms;
  width: 240px;
  height: 68px;
  margin: 0 auto;
  margin-top: 50px;
  font-weight: bold;
}

.button:hover {
  background-color: transparent;
  color: #1F56C4;
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
}

.may_sidebar {
  position: fixed;
  top: 60%;
  right: -10px;
  width: 200px;
  z-index: 9999;
  cursor: pointer;
  transition: all .5s;
}

.xuetang_update_sidebar {
  position: fixed;
  left: 0;
  top: 50%;
  transition: all .5s;
  z-index: 999;
}

.xuetang_update_sidebar .xuetang_update_sidebar_wrap {
  display: flex;
  background-color: #ffffff;
  padding: 10px;
  border-radius: 10px;
  position: relative;
}

.xuetang_update_sidebar .xuetang_update_sidebar_wrap .icon {
  width: 30px;
  flex-shrink: 0;
}

.xuetang_update_sidebar .xuetang_update_sidebar_wrap .text {
  padding-left: 10px;
  font-size: 15px;
  font-weight: bold;
  width: 100px;
}

.xuetang_update_sidebar .xuetang_update_sidebar_wrap .btn {
  width: 100%;
  height: 30px;
  text-align: center;
  background-color: #1A6ED9;
  border-radius: 20px;
  color: #ffffff;
  cursor: pointer;
  line-height: 2;
  font-size: 15px;
  margin-top: 10px;
}

.xuetang_update_sidebar .xuetang_update_sidebar_wrap .close {
  position: absolute;
  right: -20px;
  top: -20px;
  width: 30px;
  cursor: pointer;
}

.wx_program {
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow: 0px 3.57px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 30px 0;
  margin-top: 30px !important;
}

.wx_program .wx_program_item {
  display: flex;
  align-items: center;
  width: 20%;
  position: relative;
  cursor: pointer;
}

.wx_program .wx_program_item:hover .erweima_wrap {
  display: block;
  animation: wx_program_item .8s ease;
}

.wx_program .wx_program_item:hover .text1 {
  color: #1F56C4;
  transition: all .8s;
}

.wx_program .wx_program_item .wx_program_left {
  width: 71px;
}

.wx_program .wx_program_item .wx_program_right {
  margin-left: 10px;
}

.wx_program .wx_program_item .wx_program_right .text1 {
  font-size: 18px;
  font-weight: bold;
}

.wx_program .wx_program_item .wx_program_right .text2 {
  font-size: 15px;
  color: #7B7B7B;
  margin-top: 5px;
}

.wx_program .wx_program_item .erweima_wrap {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 203px;
  z-index: 5;
  display: none;
}

@keyframes wx_program_item {
  0% {
    bottom: 50px;
    opacity: 0;
  }
  100% {
    bottom: 70px;
    opacity: 1;
  }
}

.popup_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup_box .pic {
  width: 560px;
  position: relative;
  cursor: pointer;
}

.popup_box .pic .close_icon {
  position: absolute;
  top: 6px;
  right: 0px;
  width: 30px;
}
