.row, .banner_info > div, .banner_nav, .news_box, .service_box, .footer_row, .pageBanner_info .pageBanner_row, .brief_box, .age_box, .team_box, .honor_box, .course .timeAxis, .course .info, .course .tab > div, .staff_row, .service_item_info .text, .box_row, .newscompany_row, .joinrecruit_row, .contactMode_row, .contactMode_info .contactMode_line .contactMode_text, .servicebox_row, .pft_info .pft_row, .platforms_row, .platform2 > div, .query > div {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 1580px) {
  .row, .banner_info > div, .banner_nav, .news_box, .service_box, .footer_row, .pageBanner_info .pageBanner_row, .brief_box, .age_box, .team_box, .honor_box, .course .timeAxis, .course .info, .course .tab > div, .staff_row, .service_item_info .text, .box_row, .newscompany_row, .joinrecruit_row, .contactMode_row, .contactMode_info .contactMode_line .contactMode_text, .servicebox_row, .pft_info .pft_row, .platforms_row, .platform2 > div, .query > div {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .row, .banner_info > div, .banner_nav, .news_box, .service_box, .footer_row, .pageBanner_info .pageBanner_row, .brief_box, .age_box, .team_box, .honor_box, .course .timeAxis, .course .info, .course .tab > div, .staff_row, .service_item_info .text, .box_row, .newscompany_row, .joinrecruit_row, .contactMode_row, .contactMode_info .contactMode_line .contactMode_text, .servicebox_row, .pft_info .pft_row, .platforms_row, .platform2 > div, .query > div {
    max-width: 75%;
  }
}

@media (max-width: 480px) {
  .row, .banner_info > div, .banner_nav, .news_box, .service_box, .footer_row, .pageBanner_info .pageBanner_row, .brief_box, .age_box, .team_box, .honor_box, .course .timeAxis, .course .info, .course .tab > div, .staff_row, .service_item_info .text, .box_row, .newscompany_row, .joinrecruit_row, .contactMode_row, .contactMode_info .contactMode_line .contactMode_text, .servicebox_row, .pft_info .pft_row, .platforms_row, .platform2 > div, .query > div {
    max-width: 90%;
  }
}

#nprogress .bar {
  background: #1a70d2 !important;
  height: 3px !important;
}

#main {
  opacity: 0;
  transition: all .3s;
}

@media (max-width: 992px) {
  #main {
    overflow: hidden;
  }
}

#main.load {
  opacity: 1;
  transform: none;
}

@media (min-width: 768px) {
  .mobile_img {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc_img {
    display: none;
  }
}

@keyframes zoomOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    transform: translateY(0.8rem);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInRight {
  0% {
    transform: translateX(0.8rem);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes zoomIn {
  0% {
    transform: scale(0.7);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@keyframes fadeInLeft {
  0% {
    transform: translateX(-0.8rem);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

@media (min-width: 992px) {
  .wow {
    visibility: hidden;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 5%;
  transition: background-color 0.5s ease;
  -webkit-transition: background-color 0.5s ease;
  width: 100%;
}

@media (max-width: 992px) {
  .header {
    height: .65rem;
    padding: 0 5%;
  }
}

.header_row {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  height: 100%;
}

.header_row .Hmenu {
  display: none;
  margin-left: .2rem;
}

@media (max-width: 992px) {
  .header_row .Hmenu {
    display: block;
  }
}

.header_row .Hmenu_btn {
  align-items: center;
  outline: none;
  width: .28rem;
  height: .28rem;
  display: block;
  position: relative;
}

.header_row .Hmenu_btn span {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
}

.header_row .Hmenu_btn span:nth-child(1) {
  top: 4px;
}

.header_row .Hmenu_btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  width: 65%;
}

.header_row .Hmenu_btn span:nth-child(3) {
  bottom: 4px;
}

.header_row .header_logo > a {
  overflow: hidden;
  display: block;
  height: .48rem;
}

@media (max-width: 992px) {
  .header_row .header_logo > a {
    height: .36rem;
  }
}

.header_row .header_logo > a .logo_roll {
  transition: transform .35s ease;
  -webkit-transition: transform .35s ease;
  height: 200%;
}

.header_row .header_logo > a .logo_roll img {
  height: 50%;
}

.header_row .nav {
  margin-left: auto;
  padding-right: .25rem;
}

@media (max-width: 1200px) {
  .header_row .nav {
    padding-right: .15rem;
  }
}

@media (max-width: 992px) {
  .header_row .nav {
    position: fixed;
    top: 0;
    right: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    padding-right: 0;
    z-index: -2;
    padding-top: .65rem;
    transform: translateX(100%);
    background-color: #fff;
    transition: transform 0.78s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transition: transform 0.78s cubic-bezier(0.7, 0, 0.3, 1);
    will-change: transform;
  }
  .header_row .nav .nav_list {
    opacity: 0;
    transition: all 0.45s;
    overflow-y: auto;
    max-height: 100%;
    padding: 7vw 5%;
  }
  .header_row .nav .nav_list .nav_a {
    padding-bottom: .25rem;
  }
  .header_row .nav .nav_list .nav_a:last-child {
    padding-bottom: 0;
  }
  .header_row .nav .nav_list .nav_a > a {
    display: inline-block;
    height: auto;
    line-height: 1.6;
    padding: 0;
    font-weight: bold;
  }
  .header_row .nav .nav_list .nav_a .nav_b {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    text-align: left;
    box-shadow: none;
    padding: 0;
    margin-top: .2rem;
  }
  .header_row .nav .nav_list .nav_a .nav_b_list:before, .header_row .nav .nav_list .nav_a .nav_b_list:after {
    content: " ";
    display: table;
  }
  .header_row .nav .nav_list .nav_a .nav_b_list:after {
    clear: both;
  }
  .header_row .nav .nav_list .nav_a .nav_b_list li {
    float: left;
    padding-right: .3rem;
    padding-bottom: .15rem;
  }
  .header_row .nav .nav_list .nav_a .nav_b_list li > a {
    padding: 0;
    display: inline-block;
    line-height: 1.6;
  }
}

.header_row .nav_list:before, .header_row .nav_list:after {
  content: " ";
  display: table;
}

.header_row .nav_list:after {
  clear: both;
}

.header_row .nav_list .nav_a {
  float: left;
  position: relative;
}

.header_row .nav_list .nav_a .hoverable_txt {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.header_row .nav_list .nav_a .hoverable_txt:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

@media (min-width: 992px) {
  .header_row .nav_list .nav_a:hover .hoverable_txt:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}

@media (max-width: 992px) {
  .header_row .nav_list .nav_a {
    float: none;
  }
}

.header_row .nav_list .nav_a > a {
  display: block;
  color: #fff;
  font-size: .16rem;
  padding: 0 .25rem;
  -webkit-transition: .35s ease;
  transition: .35s ease;
  height: .86rem;
  line-height: .86rem;
}

@media (max-width: 1200px) {
  .header_row .nav_list .nav_a > a {
    padding: 0 .15rem;
  }
}

@media (max-width: 992px) {
  .header_row .nav_list .nav_a > a {
    color: #333;
  }
}

.header_row .nav_list .nav_a > a .nav_a_name {
  line-height: 1.6;
}

.header_row .nav_list .nav_a > a .nav_a_name:after {
  background-color: #fff;
}

.header_row .nav_list .nav_a .nav_b {
  position: absolute;
  top: 100%;
  left: 50%;
  padding: .1rem 0;
  color: #333;
  min-width: 1.8rem;
  transform: translateX(-50%) translateY(-0.15rem);
  -webkit-transform: translateX(-50%) translateY(-0.15rem);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  z-index: 5;
  font-size: 0.15rem;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.6s linear,opacity .3s;
  transition: 0.6s linear,opacity .3s;
}

.header_row .nav_list .nav_a .nav_b_list > li > a {
  display: block;
  white-space: nowrap;
  line-height: 3.2;
  color: #666;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 0 .15rem;
}

@media (min-width: 992px) {
  .header_row .nav_list .nav_a .nav_b_list > li > a:hover {
    background: #f5f5f5;
    color: #0950a7;
  }
}

@media (min-width: 992px) {
  .header_row .nav_list .nav_a:hover .nav_b {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
    -webkit-transform: translateX(-50%) translateY(0);
  }
}

.header_row .other {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: .5rem;
  position: relative;
}

@media (max-width: 1200px) {
  .header_row .other {
    padding-left: .3rem;
  }
}

@media (max-width: 992px) {
  .header_row .other {
    padding-left: 0;
    margin-left: auto;
  }
}

.header_row .other::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  height: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  transition: all .2s;
}

@media (max-width: 992px) {
  .header_row .other::before {
    display: none;
  }
}

.header_row .other_item {
  padding-right: .12rem;
}

.header_row .other_item > a {
  width: .34rem;
  height: .34rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all .2s;
}

@media (max-width: 992px) {
  .header_row .other_item > a {
    width: .32rem;
    height: .32rem;
  }
}

.header_row .other_item > a i {
  font-size: .2rem;
}

@media (max-width: 992px) {
  .header_row .other_item > a i {
    font-size: .18rem;
  }
}

.header_row .other_item > a span {
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .header_row .other_item > a:hover {
    color: #006ab8;
    background-color: #fff;
  }
}

.header_row .other_item:last-child {
  padding-right: 0;
}

.header.onMobile {
  background-color: #fff;
}

.header.onMobile .Hmenu .Hmenu_btn span:nth-child(1) {
  top: 12px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.header.onMobile .Hmenu .Hmenu_btn span:nth-child(2) {
  opacity: 0;
  -webkit-opacity: 0;
  visibility: hidden;
}

.header.onMobile .Hmenu .Hmenu_btn span:nth-child(3) {
  bottom: 12px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.header.onMobile .nav {
  transform: none;
}

.header.onMobile .nav_list {
  opacity: 1;
  transition-delay: 0.5s;
}

.header.onMobile .nav_list > .nav_a > a {
  color: #333;
}

.header.onMobile .nav_list > .nav_a > a .hoverable_txt:after {
  background-color: #333;
}

.header.onMobile .header_logo > a .logo_roll {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.header.onMobile .Hmenu .Hmenu_btn span {
  background-color: #006ab8;
}

.header.onMobile .other::before {
  background-color: #ccc;
}

.header.onMobile .other_item > a {
  background-color: #ccc;
}

@media (min-width: 992px) {
  .header.onMobile .other_item > a:hover {
    color: #fff;
    background-color: #006ab8;
  }
}

.header.onWhite, .header.innerbg {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header.onWhite .header_logo > a .logo_roll, .header.innerbg .header_logo > a .logo_roll {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.header.onWhite .nav .nav_list > .nav_a > a, .header.innerbg .nav .nav_list > .nav_a > a {
  color: #333;
}

.header.onWhite .nav .nav_list > .nav_a > a .hoverable_txt:after, .header.innerbg .nav .nav_list > .nav_a > a .hoverable_txt:after {
  background-color: #333;
}

.header.onWhite .Hmenu .Hmenu_btn span, .header.innerbg .Hmenu .Hmenu_btn span {
  background-color: #006ab8;
}

.header.onWhite .other::before, .header.innerbg .other::before {
  background-color: #ccc;
}

.header.onWhite .other_item > a, .header.innerbg .other_item > a {
  background-color: #ccc;
}

@media (min-width: 992px) {
  .header.onWhite .other_item > a:hover, .header.innerbg .other_item > a:hover {
    color: #fff;
    background-color: #006ab8;
  }
}

.header .inquiry ._form {
  position: absolute;
  top: 100%;
  right: 0;
  padding-top: .2rem;
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  transition: all cubic-bezier(0.5, 0.5, 0, 1) 0.5s;
}

.header .inquiry ._form > div {
  border: 1px solid #e6e6e6;
  background-color: #fff;
  width: 280px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .inquiry ._form ._dd {
  padding: 0 15px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.header .inquiry ._form ._dd > input {
  border: none;
  background: none;
  height: 44px;
  width: 100%;
  color: #333;
  font-size: 16px;
}

.header .inquiry ._form ._dd > input::-webkit-input-placeholder {
  color: #d1d1d1;
}

.header .inquiry ._form ._dd > input:-moz-placeholder {
  color: #d1d1d1;
}

.header .inquiry ._form ._dd > input::-moz-placeholder {
  color: #d1d1d1;
}

.header .inquiry ._form ._dd > input:-ms-input-placeholder {
  color: #d1d1d1;
}

.header .inquiry ._form ._dt {
  position: relative;
}

.header .inquiry ._form ._dt:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}

.header .inquiry ._form ._dt > button {
  border: none;
  background: none;
  width: 44px;
  height: 44px;
  font-size: 24px;
}

.header .inquiry:hover ._form {
  transform: none;
  opacity: 1;
  visibility: visible;
}

@media (max-width: 992px) {
  .header .inquiry ._form {
    padding-top: 15px;
  }
}

.banner {
  width: 100%;
  height: 100vh;
}

@media (max-width: 1440px) {
  .banner {
    margin-top: 0.65rem;
  }
}

@media (max-width: 992px) {
  .banner {
    height: 50vw;
  }
}

.banner :deep(.swiper-slide) {
  overflow: hidden;
}

.banner .swiper-slide {
  overflow: hidden;
}

.banner_info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.banner_info_txt {
  display: inline-block;
}

.banner_info > div .cn {
  font-size: .48rem;
  line-height: 1.3;
}

@media (max-width: 1600px) {
  .banner_info > div .cn {
    font-size: .4rem;
  }
}

@media (max-width: 1440px) {
  .banner_info > div .cn {
    font-size: .36rem;
  }
}

@media (max-width: 1200px) {
  .banner_info > div .cn {
    font-size: .32rem;
  }
}

@media (max-width: 992px) {
  .banner_info > div .cn {
    font-size: .26rem;
  }
}

.banner_info > div .line {
  width: 75%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: .3rem 0;
  position: relative;
}

.banner_info > div .line::before {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
}

.banner_info > div .line.on::before {
  animation: line 5s linear;
}

@keyframes line {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

.banner_info > div .en {
  font-size: .16rem;
  text-transform: uppercase;
  line-height: 1.6;
}

@media (max-width: 1600px) {
  .banner_info > div .cn {
    font-size: .50rem;
  }
}

@media (max-width: 1440px) {
  .banner_info > div .cn {
    font-size: .44rem;
  }
}

@media (max-width: 1200px) {
  .banner_info > div .cn {
    font-size: .38rem;
  }
  .banner_info > div .en {
    font-size: .14rem;
  }
}

@media (max-width: 992px) {
  .banner_info > div .cn {
    font-size: .32rem;
  }
  .banner_info > div .en {
    font-size: .12rem;
  }
  .banner_info > div .line {
    margin: .2rem 0;
  }
}

@media (max-width: 768px) {
  .banner_info > div .cn {
    font-size: .24rem;
  }
}

.banner_bg {
  width: 100%;
  height: 100%;
  position: relative;
}

.banner_bg::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

.banner_bg_img, .banner_bg_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner_scrolltip {
  position: absolute;
  bottom: 0;
  padding-bottom: .6rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99;
  color: #fff;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .banner_scrolltip {
    padding-bottom: .4rem;
  }
}

.banner_scrolltip > i {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: .5rem;
  overflow: hidden;
}

@media (max-width: 992px) {
  .banner_scrolltip > i {
    height: .3rem;
  }
}

.banner_scrolltip > i::after, .banner_scrolltip > i::before {
  position: absolute;
  top: 0;
  width: 100%;
  display: block;
  content: '';
  background-color: #fff;
}

.banner_scrolltip > i::before {
  height: 40%;
  z-index: 2;
  -webkit-animation: line-in 1.5s linear infinite;
  animation: line-in 1.5s linear infinite;
}

.banner_scrolltip > i::after {
  height: 100%;
  opacity: .2;
}

@-webkit-keyframes line-in {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes line-in {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

.banner_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 99;
  color: #fff;
  position: absolute;
  bottom: .5rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  align-items: center;
}

@media (max-width: 992px) {
  .banner_nav {
    bottom: .25rem;
  }
}

.banner_nav_number {
  line-height: 1;
}

.banner_nav_number > em {
  font-size: 0.42rem;
  padding-right: 3px;
}

@media (max-width: 1440px) {
  .banner_nav_number > em {
    font-size: .39rem;
  }
}

@media (max-width: 1200px) {
  .banner_nav_number > em {
    font-size: .36rem;
  }
}

@media (max-width: 992px) {
  .banner_nav_number > em {
    font-size: .33rem;
  }
}

@media (max-width: 768px) {
  .banner_nav_number > em {
    font-size: .3rem;
  }
}

.banner_nav_number > span {
  font-size: .18rem;
}

@media (max-width: 992px) {
  .banner_nav_number > span {
    font-size: .16rem;
  }
}

.banner_nav_switch {
  margin-left: auto;
}

.banner_nav_switch_btn {
  color: #fff;
  width: .42rem;
  height: .42rem;
  display: inline-block;
  line-height: .42rem;
  position: relative;
  text-align: center;
  margin-left: .28rem;
}

.banner_nav_switch_btn > i {
  font-size: .22rem;
}

@media (max-width: 768px) {
  .banner_nav_switch_btn > i {
    font-size: .2rem;
  }
}

@media (max-width: 992px) {
  .banner_nav_switch_btn {
    margin-left: .15rem;
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
  }
}

.banner_nav_switch_btn_circular {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}

.banner_nav_switch_btn_circular > circle {
  stroke: #fff;
  stroke-dasharray: 150.72;
  stroke-dashoffset: 150.72;
  -webkit-animation: circle-stroke-out .75s forwards;
  animation: circle-stroke-out .75s forwards;
}

@media (max-width: 992px) {
  .banner_nav_switch_btn_circular > circle {
    stroke-dashoffset: 0;
    r: 0.19rem;
    cx: 0.2rem;
    cy: 0.2rem;
  }
}

@media (min-width: 992px) {
  .banner_nav_switch_btn:hover .banner_nav_switch_btn_circular circle {
    -webkit-animation: circle-stroke-in .75s forwards;
    animation: circle-stroke-in .75s forwards;
  }
  @-webkit-keyframes circle-stroke-in {
    0% {
      stroke-dashoffset: 150.72;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @keyframes circle-stroke-in {
    0% {
      stroke-dashoffset: 150.72;
    }
    to {
      stroke-dashoffset: 0;
    }
  }
  @-webkit-keyframes circle-stroke-out {
    0% {
      stroke-dashoffset: 0;
    }
    to {
      stroke-dashoffset: -150.72;
    }
  }
  @keyframes circle-stroke-out {
    0% {
      stroke-dashoffset: 0;
    }
    to {
      stroke-dashoffset: -150.72;
    }
  }
}

.news {
  background-color: #fff;
  padding-top: .6rem;
  padding-bottom: .8rem;
}

@media (max-width: 1440px) {
  .news {
    padding-top: .4rem;
    padding-bottom: .6rem;
  }
}

@media (max-width: 768px) {
  .news_box {
    position: relative;
    padding-bottom: .4rem;
  }
}

.news_box .news_top {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .news_box .news_top {
    flex-wrap: wrap;
  }
}

.news_box .news_top .news_more {
  margin-left: auto;
}

@media (max-width: 768px) {
  .news_box .news_top .news_more {
    position: absolute;
    bottom: 0;
    right: 0;
  }
}

.news_box .news_top .news_more > a {
  color: #999;
  display: inline-block;
  font-size: 16px;
  transition: all .25s ease;
}

@media (min-width: 992px) {
  .news_box .news_top .news_more > a:hover {
    color: #006ab8;
    text-decoration: underline;
  }
}

@media (max-width: 1440px) {
  .news_box .news_top .news_more > a {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .news_box .news_top .news_more > a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .news_box .news_top .news_more {
    margin-top: .2rem;
  }
}

.news_box .news_top .news_tab {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .news_box .news_top .news_tab {
    width: 100%;
    flex-wrap: wrap;
  }
}

.news_box .news_top .news_tab_item {
  padding: 0 .3rem;
}

@media (max-width: 768px) {
  .news_box .news_top .news_tab_item {
    padding: 0;
    width: 50%;
    text-align: center;
    max-width: none;
  }
}

.news_box .news_top .news_tab_item > a {
  display: block;
  color: #666;
  font-size: .18rem;
  position: relative;
  padding: .12rem 0;
}

@media (max-width: 992px) {
  .news_box .news_top .news_tab_item > a {
    font-size: .16rem;
    padding: .08rem 0;
  }
}

.news_box .news_top .news_tab_item > a > span {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  background-color: #006ab8;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transform: translateY(-0.12rem);
  -webkit-transform: translateY(-0.12rem);
  transition: all .4s;
}

.news_box .news_top .news_tab_item > a > span::after, .news_box .news_top .news_tab_item > a > span::before {
  content: '';
  position: absolute;
  width: .12rem;
  height: .12rem;
  transform: rotate(-45deg) translate(-50%, -50%);
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform-origin: top left;
  -webkit-transform-origin: top left;
  top: 50%;
  left: 50%;
}

@media (max-width: 992px) {
  .news_box .news_top .news_tab_item > a > span::after, .news_box .news_top .news_tab_item > a > span::before {
    width: .1rem;
    height: .1rem;
  }
}

.news_box .news_top .news_tab_item > a > span::after {
  background-color: #006ab8;
  z-index: -1;
}

.news_box .news_top .news_tab_item > a > span::before {
  background-color: #fff;
  margin-top: -1px;
  z-index: 1;
}

.news_box .news_top .news_tab_item > a.active {
  color: #006ab8;
  pointer-events: none;
}

.news_box .news_top .news_tab_item > a.active > span {
  opacity: 1;
  transform: none;
  -webkit-transform: none;
}

.news_box .news_info {
  margin-top: .5rem;
  position: relative;
}

@media (max-width: 768px) {
  .news_box .news_info {
    margin-top: .35rem;
  }
}

.news_box .news_info_line {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
  visibility: hidden;
  transition: ease-out 0.5s 0s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -.2rem;
  flex-wrap: wrap;
}

.news_box .news_info_line.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
  transition: ease-out 0.5s 0.5s;
}

.news_box .news_info_line:first-child {
  position: relative;
}

@media (max-width: 1440px) {
  .news_box .news_info_line {
    margin: 0 -.15rem;
  }
}

@media (max-width: 992px) {
  .news_box .news_info_line {
    margin: 0 -.1rem;
  }
}

.news_box .news_info_line ._item {
  width: 33.333333%;
  padding: 0 .2rem;
}

@media (max-width: 1440px) {
  .news_box .news_info_line ._item {
    padding: 0 .15rem;
  }
}

@media (max-width: 992px) {
  .news_box .news_info_line ._item {
    padding: 0 .1rem;
  }
}

@media (max-width: 768px) {
  .news_box .news_info_line ._item {
    width: 100%;
    margin-bottom: .2rem;
  }
  .news_box .news_info_line ._item:last-of-type {
    margin-bottom: 0;
  }
}

.news_box .news_info_line ._item a {
  height: 100%;
  padding: .5rem .4rem;
  border: 1px solid rgba(0, 106, 184, 0.2);
  display: block;
  border-radius: 10px;
  transition: all .3s ease-in-out;
}

@media (max-width: 1440px) {
  .news_box .news_info_line ._item a {
    padding: .4rem .3rem;
  }
}

@media (max-width: 1200px) {
  .news_box .news_info_line ._item a {
    padding: .35rem .25rem;
  }
}

@media (max-width: 992px) {
  .news_box .news_info_line ._item a {
    padding: .3rem .25rem;
  }
}

.news_box .news_info_line ._item a ._time {
  margin-bottom: .3rem;
  line-height: 1;
  color: #006ab8;
}

@media (max-width: 1440px) {
  .news_box .news_info_line ._item a ._time {
    margin-bottom: .2rem;
  }
}

.news_box .news_info_line ._item a ._time span {
  font-size: .46rem;
  margin-right: 8px;
  font-weight: bold;
}

@media (max-width: 1440px) {
  .news_box .news_info_line ._item a ._time span {
    font-size: .4rem;
  }
}

@media (max-width: 992px) {
  .news_box .news_info_line ._item a ._time span {
    font-size: .34rem;
  }
}

.news_box .news_info_line ._item a ._title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: .2rem;
  height: 98px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 1440px) {
  .news_box .news_info_line ._item a ._title {
    font-size: 18px;
    margin-bottom: .15rem;
    height: 90px;
  }
}

@media (max-width: 992px) {
  .news_box .news_info_line ._item a ._title {
    font-size: 16px;
    height: auto;
  }
}

.news_box .news_info_line ._item a ._line {
  line-height: 1.625;
  color: #888;
  height: calc(2em * 1.625);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: .35rem;
  display: none;
}

@media (max-width: 1440px) {
  .news_box .news_info_line ._item a ._line {
    margin-bottom: .25rem;
  }
}

.news_box .news_info_line ._item a ._del {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #006ab8;
}

.news_box .news_info_line ._item a ._del i {
  width: 34px;
  height: 34px;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #006ab8;
  border-radius: 50%;
  color: #006ab8;
  font-size: 16px;
  transition: all .3s ease-out;
}

@media (max-width: 1440px) {
  .news_box .news_info_line ._item a ._del i {
    width: 32px;
    height: 32px;
    font-size: 15px;
  }
}

@media (max-width: 992px) {
  .news_box .news_info_line ._item a ._del i {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .news_box .news_info_line ._item a:hover {
    transform: translateY(-6px);
    box-shadow: 0 0.15rem 0.3rem rgba(0, 106, 184, 0.3);
  }
  .news_box .news_info_line ._item a:hover ._del > i {
    background-color: #006ab8;
    color: #fff;
  }
}

.news_box .news_info .news-enter-from {
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  opacity: 0;
}

.news_box .news_info .news-leave-to {
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  opacity: 0;
}

.news_box .news_info .news-enter-to, .news_box .news_info .news-leave-from {
  transform: none;
  -webkit-transform: none;
  opacity: 1;
}

.news_box .news_info .news-enter-active {
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.news_box .news_info .news-leave-active {
  -webkit-transition: ease-out 0.5s;
  transition: ease-out 0.5s;
}

.service_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.service_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service_box {
  padding-top: 1.6rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 1440px) {
  .service_box {
    padding-bottom: 2rem;
  }
}

@media (max-width: 1200px) {
  .service_box {
    padding-bottom: 1.5rem;
  }
}

@media (max-width: 992px) {
  .service_box {
    padding-top: .7rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .service_box {
    padding-top: .3rem;
    padding-bottom: .8rem;
  }
}

.service_box .service_info {
  margin-bottom: 20px;
  max-width: 7rem;
}

@media (max-width: 992px) {
  .service_box .service_info {
    max-width: 100%;
  }
}

.service_box .service_info .master_titile > span {
  color: #2b65ab;
  margin-left: -.5rem;
  opacity: .8;
}

@media (min-width: 992px) {
  .service_box .service_info .master_titile > span {
    margin-left: -.45rem;
  }
}

@media (max-width: 1600px) {
  .service_box .service_info .master_titile > span {
    margin-left: -.4rem;
  }
}

@media (max-width: 1440px) {
  .service_box .service_info .master_titile > span {
    margin-left: -.35rem;
  }
}

@media (max-width: 1200px) {
  .service_box .service_info .master_titile > span {
    margin-left: -.3rem;
  }
}

@media (max-width: 992px) {
  .service_box .service_info .master_titile > span {
    margin-left: -.25rem;
  }
}

.service_box .service_info .master_titile > h1 {
  color: #fff;
}

.service_box .service_info .master_titile > p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.16rem;
  line-height: 1.6;
  margin-top: 0.1rem;
}

@media (max-width: 992px) {
  .service_box .service_info .master_titile > p {
    font-size: 0.14rem;
  }
}

.service_box .service_info .service_more {
  margin-top: .5rem;
}

@media (max-width: 992px) {
  .service_box .service_info .service_more {
    margin-top: .25rem;
  }
}

.service_box .service_info .service_more > a {
  display: block;
  width: 1.2rem;
  height: .4rem;
  line-height: .4rem;
  color: #fff;
  font-size: .16rem;
  position: relative;
  text-align: center;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
}

.service_box .service_info .service_more > a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  border: 1px solid #fff;
}

.service_box .service_info .service_more > a .anitxts {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -2;
  text-align: center;
}

.service_box .service_info .service_more > a .anitxts > span {
  display: inline-block;
  opacity: 0;
  -webkit-opacity: 0;
  -webkit-transform: translate3d(0, -0.1rem, 0);
  transform: translate3d(0, -0.1rem, 0);
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.service_box .service_info .service_more > a::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.service_box .service_info .service_more > a:hover::before {
  opacity: 0;
  -webkit-opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.service_box .service_info .service_more > a:hover .anitxts > span {
  opacity: 1;
  -webkit-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.service_box .service_info .service_more > a:hover .anitxts > span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.service_box .service_info .service_more > a:hover .anitxts > span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.service_box .service_info .service_more > a:hover .anitxts > span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.service_box .service_info .service_more > a:hover .anitxts > span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.service_box .service_list {
  position: absolute;
  z-index: -1;
  width: 100%;
  bottom: 0;
  transform: translateY(50%);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 992px) {
  .service_box .service_list {
    position: relative;
    transform: none;
    margin-top: .4rem;
  }
}

.service_box .service_list.animated .service_list_line {
  opacity: 1;
  visibility: visible;
  transition-delay: .5s;
}

.service_box .service_list.animated .service_list_line:nth-child(1) {
  transform: translateY(35%);
  -webkit-transform: translateY(35%);
}

.service_box .service_list.animated .service_list_line:nth-child(2) {
  transform: none;
  -webkit-transform: none;
}

.service_box .service_list.animated .service_list_line:nth-child(3) {
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
}

.service_box .service_list.animated .service_list_line:nth-child(4) {
  transform: translateY(-15%);
  -webkit-transform: translateY(-15%);
}

.service_box .service_list_line {
  width: 25%;
}

@media (min-width: 992px) {
  .service_box .service_list_line {
    transition: ease 3s;
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 992px) {
  .service_box .service_list_line {
    transform: none !important;
  }
  .service_box .service_list_line:before, .service_box .service_list_line:after {
    content: " ";
    display: table;
  }
  .service_box .service_list_line:after {
    clear: both;
  }
}

.service_box .service_list_line .service_list_item {
  width: 100%;
}

@media (max-width: 992px) {
  .service_box .service_list_line .service_list_item {
    float: left;
    transform: none !important;
  }
}

.service_box .service_list_line .service_list_item > a {
  position: relative;
  padding-bottom: 100%;
  display: block;
  transition: all .4s;
  z-index: 2;
}

@media (min-width: 992px) {
  .service_box .service_list_line .service_list_item > a:hover .service_list_bg > img {
    transform: scale(1.2);
    transform-origin: center center;
  }
}

.service_box .service_list_line .service_list_item > a > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 15%;
  justify-content: center;
  align-items: center;
}

@media (max-width: 768px) {
  .service_box .service_list_line .service_list_item > a > div {
    padding: 0 5%;
  }
}

.service_box .service_list_line .service_list_item > a > div .service_list_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}

.service_box .service_list_line .service_list_item > a > div .service_list_bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .78s;
}

.service_box .service_list_line .service_list_item > a > div .service_list_info {
  text-align: center;
}

.service_box .service_list_line .service_list_item > a > div .service_list_info .service_icon {
  width: .9rem;
  height: .9rem;
  margin: 0 auto;
}

@media (max-width: 1600px) {
  .service_box .service_list_line .service_list_item > a > div .service_list_info .service_icon {
    width: .85rem;
    height: .85rem;
  }
}

@media (max-width: 1440px) {
  .service_box .service_list_line .service_list_item > a > div .service_list_info .service_icon {
    width: .8rem;
    height: .8rem;
  }
}

@media (max-width: 1200px) {
  .service_box .service_list_line .service_list_item > a > div .service_list_info .service_icon {
    width: .75rem;
    height: .75rem;
  }
}

@media (max-width: 992px) {
  .service_box .service_list_line .service_list_item > a > div .service_list_info .service_icon {
    width: .7rem;
    height: .7rem;
  }
}

@media (max-width: 768px) {
  .service_box .service_list_line .service_list_item > a > div .service_list_info .service_icon {
    width: .65rem;
    height: .65rem;
  }
}

.service_box .service_list_line .service_list_item > a > div .service_list_info .service_icon > svg {
  fill: none;
  stroke: #fff;
  width: 100%;
  height: 100%;
}

.service_box .service_list_line .service_list_item > a > div .service_list_info .service_text {
  padding-top: 0.15rem;
  color: #fff;
}

@media (max-width: 992px) {
  .service_box .service_list_line .service_list_item > a > div .service_list_info .service_text {
    padding-top: 0.12rem;
  }
}

.service_box .service_list_line .service_list_item > a > div .service_list_info .service_text_name {
  font-size: .24rem;
  line-height: 1;
  margin-bottom: .1rem;
}

@media (max-width: 1440px) {
  .service_box .service_list_line .service_list_item > a > div .service_list_info .service_text_name {
    font-size: .22rem;
  }
}

@media (max-width: 1200px) {
  .service_box .service_list_line .service_list_item > a > div .service_list_info .service_text_name {
    font-size: .20rem;
  }
}

@media (max-width: 992px) {
  .service_box .service_list_line .service_list_item > a > div .service_list_info .service_text_name {
    font-size: .18rem;
  }
}

@media (max-width: 768px) {
  .service_box .service_list_line .service_list_item > a > div .service_list_info .service_text_name {
    font-size: .16rem;
  }
}

.service_box .service_list_line .service_list_item > a > div .service_list_info .service_text_p {
  font-size: .16rem;
  line-height: 1.3;
}

@media (max-width: 992px) {
  .service_box .service_list_line .service_list_item > a > div .service_list_info .service_text_p {
    font-size: .14rem;
    line-height: .18rem;
    height: .36rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
}

.service_box .service_list_line:nth-child(1)::before {
  content: '';
  position: absolute;
  width: .6rem;
  height: .6rem;
  background-color: #e0f2ed;
  left: -.6rem;
  top: 50%;
}

@media (max-width: 992px) {
  .service_box .service_list_line:nth-child(1)::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .service_box .service_list_line:nth-child(1) {
    width: 33.333333%;
    position: absolute;
    top: 0;
    right: 0;
  }
  .service_box .service_list_line:nth-child(1) .service_list_item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .service_box .service_list_line:nth-child(1) {
    width: 50%;
  }
}

.service_box .service_list_line:nth-child(2) {
  transform: translateY(10%);
  -webkit-transform: translateY(10%);
}

@media (max-width: 992px) {
  .service_box .service_list_line:nth-child(2) {
    width: 66.666666%;
  }
  .service_box .service_list_line:nth-child(2) .service_list_item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .service_box .service_list_line:nth-child(2) {
    width: 100%;
    order: -2;
    position: relative;
  }
  .service_box .service_list_line:nth-child(2) .service_list_item:nth-child(2) {
    position: absolute;
    top: 100%;
    left: 0;
  }
}

@media (max-width: 992px) {
  .service_box .service_list_line:nth-child(3) {
    width: 33.333333%;
  }
  .service_box .service_list_line:nth-child(3) .service_list_item:first-child {
    display: none;
  }
  .service_box .service_list_line:nth-child(3) .service_list_item {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .service_box .service_list_line:nth-child(3) {
    width: 50%;
    margin-left: auto;
  }
}

.service_box .service_list_line:nth-child(4)::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  background-color: #97d8e2;
  right: -1rem;
  bottom: 0;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
}

@media (max-width: 992px) {
  .service_box .service_list_line:nth-child(4)::before {
    display: none;
  }
}

@media (max-width: 992px) {
  .service_box .service_list_line:nth-child(4) {
    width: 66.666666%;
  }
  .service_box .service_list_line:nth-child(4) .service_list_item {
    width: 50%;
  }
}

@media (max-width: 768px) {
  .service_box .service_list_line:nth-child(4) {
    width: 100%;
    order: 3;
  }
}

.service-home {
  height: auto !important;
}

.partner {
  background-color: #e6f2ff;
  padding-top: 5.6rem;
  padding-bottom: 1rem;
  overflow: hidden;
}

@media (max-width: 992px) {
  .partner {
    padding-top: 1rem;
  }
}

@media (max-width: 768px) {
  .partner {
    padding: .8rem 0;
  }
}

.partner .vue3-marquee {
  display: flex;
}

.partner .vue3-marquee:hover .marquee {
  animation-play-state: paused;
}

.partner .marquee {
  display: inline-flex;
  animation: scrolls 100s linear 0s infinite;
}

.partner .vue3-marquee:nth-child(2) .marquee {
  animation-direction: reverse;
}

.partner_box .master_titile {
  text-align: center;
}

@media (max-width: 1580px) {
  .partner_box .master_titile {
    padding: 0 5%;
  }
}

.partner_box .master_titile > p {
  font-size: .16rem;
  color: #666;
  margin-top: .2rem;
}

@media (max-width: 992px) {
  .partner_box .master_titile > p {
    margin-top: .1rem;
    font-size: .14rem;
  }
}

.partner_box .partnerLogo {
  padding-top: .6rem;
}

@media (max-width: 992px) {
  .partner_box .partnerLogo {
    padding-top: .35rem;
  }
}

.partner_box .partnerLogo :deep(.vue3-marquee) {
  overflow: visible !important;
  width: 100%;
}

.partner_box .partnerLogo_item {
  padding: .08rem;
}

@media (max-width: 992px) {
  .partner_box .partnerLogo_item {
    padding: .06rem;
  }
}

.partner_box .partnerLogo_item a {
  transition: all .2s linear;
  display: block;
  border-radius: .1rem;
  height: 1.1rem;
  width: 2.4rem;
  background-color: #fff;
}

@media (max-width: 1440px) {
  .partner_box .partnerLogo_item a {
    height: 1.05rem;
    width: 2.2rem;
  }
}

@media (max-width: 1200px) {
  .partner_box .partnerLogo_item a {
    height: 1rem;
    width: 2rem;
  }
}

@media (max-width: 992px) {
  .partner_box .partnerLogo_item a {
    height: .9rem;
    width: 1.8rem;
  }
}

@media (max-width: 768px) {
  .partner_box .partnerLogo_item a {
    height: .6rem;
    width: 1.3rem;
  }
}

.partner_box .partnerLogo_item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.partner_box .partnerLogo_item a:hover {
  -webkit-box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.15);
  box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.15);
  transform: translate3d(0, -4px, 0);
}

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

.footer {
  background-color: #f5f5f5;
}

.footer_row {
  padding-top: .2rem;
}

.footer_row .footer_info {
  padding: .8rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .footer_row .footer_info {
    flex-wrap: wrap;
    padding: .5rem 0;
  }
}

.footer_row .footer_info .footer_contact {
  padding-right: 10%;
}

@media (max-width: 1200px) {
  .footer_row .footer_info .footer_contact {
    padding-right: 5%;
  }
}

@media (max-width: 992px) {
  .footer_row .footer_info .footer_contact {
    width: 100%;
    padding-right: 0;
    order: 2;
    margin-top: .4rem;
  }
}

@media (max-width: 768px) {
  .footer_row .footer_info .footer_contact {
    margin-top: .1rem;
  }
}

.footer_row .footer_info .footer_contact_item:nth-child(1) > .footer_contact_item_icon {
  background-color: #6ed1f5;
}

.footer_row .footer_info .footer_contact_item:nth-child(2) > .footer_contact_item_icon {
  background-color: #0f90da;
}

.footer_row .footer_info .footer_contact_item:nth-child(3) > .footer_contact_item_icon {
  background-color: #1a70d2;
}

.footer_row .footer_info .footer_contact_item:last-child {
  margin-bottom: 0;
}

.footer_row .footer_info .footer_contact_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: .1rem;
}

.footer_row .footer_info .footer_contact_item_icon {
  width: .3rem;
  height: .3rem;
  text-align: center;
  line-height: .3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  margin-right: .14rem;
}

.footer_row .footer_info .footer_contact_item_icon > i {
  font-size: .18rem;
}

.footer_row .footer_info .footer_contact_item_txt {
  font-size: .16rem;
  color: #666;
  max-width: 3.4rem;
  line-height: 1.5;
}

@media (max-width: 1440px) {
  .footer_row .footer_info .footer_contact_item_txt {
    max-width: 2.8rem;
  }
}

@media (max-width: 1200px) {
  .footer_row .footer_info .footer_contact_item_txt {
    max-width: 2rem;
  }
}

@media (max-width: 992px) {
  .footer_row .footer_info .footer_contact_item_txt {
    font-size: .14rem;
    max-width: 100%;
  }
}

.footer_row .footer_info .footer_nav {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.footer_row .footer_info .footer_nav_item:first-child {
  padding-left: 0;
}

@media (max-width: 992px) {
  .footer_row .footer_info .footer_nav {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .footer_row .footer_info .footer_nav {
    flex-wrap: wrap;
  }
}

.footer_row .footer_info .footer_nav_item {
  padding-left: 4%;
}

@media (max-width: 1200px) {
  .footer_row .footer_info .footer_nav_item {
    padding-left: 2%;
  }
}

@media (max-width: 768px) {
  .footer_row .footer_info .footer_nav_item {
    width: 50%;
    padding-left: 0;
    margin-bottom: .3rem;
  }
}

.footer_row .footer_info .footer_nav_item .footer_nav_a {
  padding-bottom: .12rem;
}

.footer_row .footer_info .footer_nav_item .footer_nav_a a {
  font-size: .18rem;
  color: #333;
  line-height: 1.6;
  font-weight: bold;
}

.footer_row .footer_info .footer_nav_item .footer_nav_a a .hoverable_txt::after {
  background-color: #333;
}

.footer_row .footer_info .footer_nav_item .footer_nav_a a .hoverable_txt {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.footer_row .footer_info .footer_nav_item .footer_nav_a a .hoverable_txt:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

@media (min-width: 992px) {
  .footer_row .footer_info .footer_nav_item .footer_nav_a a:hover .hoverable_txt:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}

@media (max-width: 992px) {
  .footer_row .footer_info .footer_nav_item .footer_nav_a a {
    font-size: .16rem;
  }
}

.footer_row .footer_info .footer_nav_item .footer_nav_b > li:last-child {
  padding-bottom: 0;
}

.footer_row .footer_info .footer_nav_item .footer_nav_b > li a {
  padding: .05rem 0;
  line-height: 1.4;
  font-size: .16rem;
  color: #666;
  display: inline-block;
}

@media (max-width: 992px) {
  .footer_row .footer_info .footer_nav_item .footer_nav_b > li a {
    font-size: .14rem;
  }
}

.footer_row .footer_info .footer_nav_item .footer_nav_b > li a > span {
  transition: all .35s;
  -webkit-transition: all .35s;
  display: block;
}

.footer_row .footer_info .footer_nav_item .footer_nav_b > li a:hover {
  color: #006ab8;
}

.footer_row .footer_info .footer_nav_item .footer_nav_b > li a:hover > span {
  transform: translateX(5px);
  -webkit-transform: translateX(5px);
}

.footer_row .footerKeep {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  padding: .25rem 0;
  line-height: 1.6;
  font-size: .16rem;
}

@media (max-width: 992px) {
  .footer_row .footerKeep {
    padding: .15rem 0;
    font-size: .14rem;
  }
}

@media (max-width: 768px) {
  .footer_row .footerKeep {
    font-size: .13rem;
    flex-wrap: wrap;
  }
  .footer_row .footerKeep_item:nth-child(1) > a {
    display: block;
  }
}

.footer_row .footerKeep::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
}

@media (max-width: 768px) {
  .footer_row .footerKeep_item {
    text-align: center !important;
    width: 100%;
  }
}

.footer_row .footerKeep_item:nth-child(2) {
  margin-left: auto;
  min-width: 1.5rem;
  text-align: right;
  white-space: nowrap;
}

.footer_row .footerKeep span {
  margin-right: .1rem;
}

.footer_row .footerKeep a, .footer_row .footerKeep span {
  color: #666;
}

@media (max-width: 768px) {
  .gabah {
    display: block;
  }
}

.pageBanner {
  position: relative;
  height: 38vw;
}

@media (max-width: 992px) {
  .pageBanner {
    height: 36vh;
  }
}

.pageBanner_bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.pageBanner_bg ::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.pageBanner_bg > div {
  width: 100%;
  height: 100%;
}

.pageBanner_bg > div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageBanner_info {
  padding-top: 1rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1600px) {
  .pageBanner_info {
    padding-top: .8rem;
  }
}

@media (max-width: 1440px) {
  .pageBanner_info {
    padding-top: .6rem;
  }
}

@media (max-width: 1200px) {
  .pageBanner_info {
    padding-top: .4rem;
  }
}

@media (max-width: 992px) {
  .pageBanner_info {
    padding-top: .65rem;
  }
}

.pageBanner_info .pageBanner_row .pageBanner_name {
  line-height: 1;
  padding-bottom: .25rem;
  margin-bottom: .25rem;
  position: relative;
}

.pageBanner_info .pageBanner_row .pageBanner_name p {
  text-transform: uppercase;
  font-weight: bold;
  color: #74d2f9;
}

@media (max-width: 992px) {
  .pageBanner_info .pageBanner_row .pageBanner_name p {
    font-size: .12rem;
  }
}

.pageBanner_info .pageBanner_row .pageBanner_name h1 {
  font-size: .46rem;
  color: #fff;
  margin-top: .12rem;
}

@media (max-width: 1600px) {
  .pageBanner_info .pageBanner_row .pageBanner_name h1 {
    font-size: .41rem;
  }
}

@media (max-width: 1440px) {
  .pageBanner_info .pageBanner_row .pageBanner_name h1 {
    font-size: .36rem;
  }
}

@media (max-width: 1200px) {
  .pageBanner_info .pageBanner_row .pageBanner_name h1 {
    font-size: .31rem;
  }
}

@media (max-width: 992px) {
  .pageBanner_info .pageBanner_row .pageBanner_name h1 {
    font-size: .26rem;
    margin-top: .08rem;
  }
}

@media (max-width: 992px) {
  .pageBanner_info .pageBanner_row .pageBanner_name {
    padding-bottom: .15rem;
    margin-bottom: .15rem;
  }
}

.pageBanner_info .pageBanner_row .pageBanner_name::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 1px;
  background-color: rgba(116, 210, 249, 0.2);
}

@media (max-width: 768px) {
  .pageBanner_info .pageBanner_row .pageBanner_name::after {
    width: 100%;
  }
}

.pageBanner_info .pageBanner_row .pageBanner_nav {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  line-height: 1;
}

@media (max-width: 992px) {
  .pageBanner_info .pageBanner_row .pageBanner_nav {
    font-size: .12rem;
  }
}

.pageBanner_info .pageBanner_row .pageBanner_nav_index {
  font-size: .18rem;
}

@media (max-width: 992px) {
  .pageBanner_info .pageBanner_row .pageBanner_nav_index {
    font-size: .16rem;
  }
}

.pageBanner_info .pageBanner_row .pageBanner_nav a {
  padding: 0 .06rem;
}

.pageBanner_info .pageBanner_row .pageBanner_nav a:hover {
  opacity: 1;
}

.pageBanner_info .pageBanner_row .pageBanner_nav a, .pageBanner_info .pageBanner_row .pageBanner_nav i {
  color: #fff;
  opacity: .8;
  transition: opacity .2s;
  -webkit-transition: opacity .2s;
}

.pageBanner_info .pageBanner_row .pageBanner_drop {
  position: relative;
  width: 2.2rem;
  z-index: 10;
  margin-top: .45rem;
}

@media (max-width: 992px) {
  .pageBanner_info .pageBanner_row .pageBanner_drop {
    display: none;
  }
}

.pageBanner_info .pageBanner_row .pageBanner_drop_btn {
  min-width: 2.2rem;
}

.pageBanner_info .pageBanner_row .pageBanner_drop_btn > a {
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: rgba(255, 255, 255, 0.4);
  transition: background-color .2s;
  -webkit-transition: background-color .2s;
  width: 100%;
  padding: 0 .15rem;
  height: .34rem;
  line-height: .34rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.pageBanner_info .pageBanner_row .pageBanner_drop_btn > a i {
  margin-left: auto;
  display: inline-block;
  transition: all .4s;
  -webkit-transition: all .4s;
}

.pageBanner_info .pageBanner_row .pageBanner_drop_btn > a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.pageBanner_info .pageBanner_row .pageBanner_drop .pageBanner_drop_ul {
  transition: all .4s;
  -webkit-transition: all .4s;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110%;
  left: 0;
  width: 100%;
  transform: translateY(0.1rem);
  -webkit-transform: translateY(0.1rem);
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: .1rem 0;
}

.pageBanner_info .pageBanner_row .pageBanner_drop .pageBanner_drop_ul > li {
  line-height: .34rem;
}

.pageBanner_info .pageBanner_row .pageBanner_drop .pageBanner_drop_ul > li > a {
  display: block;
  color: #333;
  transition: all .2s;
  -webkit-transition: all .2s;
  padding: 0 .15rem;
}

.pageBanner_info .pageBanner_row .pageBanner_drop .pageBanner_drop_ul > li > a:hover {
  background-color: #f5f5f5;
  color: #0950a7;
}

.pageBanner_info .pageBanner_row .pageBanner_drop.active .pageBanner_drop_btn > a > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.pageBanner_info .pageBanner_row .pageBanner_drop.active .pageBanner_drop_ul {
  opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
}

.brief_box {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .brief_box {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: .8rem;
  }
}

.brief_info {
  width: 60%;
  padding-right: 15%;
}

@media (max-width: 1200px) {
  .brief_info {
    padding-right: 12%;
  }
}

@media (max-width: 992px) {
  .brief_info {
    padding-right: 8%;
  }
}

@media (max-width: 768px) {
  .brief_info {
    width: 100%;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .brief_info .master_titile {
    text-align: center;
  }
}

.brief_info .master_titile > h1 {
  color: #006ab8;
}

@media (max-width: 768px) {
  .brief_info .master_titile > h1 {
    color: #333;
  }
}

.brief_info_line {
  line-height: 2;
  font-size: .16rem;
  margin-top: .5rem;
  color: #666;
  text-align: justify;
}

@media (max-width: 992px) {
  .brief_info_line {
    font-size: .14rem;
    margin-top: .3rem;
    text-align: left;
  }
}

.brief_logo {
  width: 40%;
}

@media (max-width: 768px) {
  .brief_logo {
    width: 70%;
    order: -1;
    margin-bottom: .2rem;
  }
}

.brief_logo > div {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.brief_logo_yuan {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  animation: yuan 3s linear infinite;
}

@keyframes yuan {
  0% {
    border-radius: 50% 50% 44% 48%;
  }
  25% {
    border-radius: 50% 44% 48% 50%;
  }
  50% {
    border-radius: 44% 50% 50% 48%;
  }
  75% {
    border-radius: 48% 45% 50% 45%;
  }
  100% {
    border-radius: 50% 50% 44% 48%;
  }
}

.brief_logo_yuan > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  animation: enlarge 3s linear infinite alternate backwards;
}

@keyframes enlarge {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.brief_logo_line {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.brief_logo_line::before, .brief_logo_line::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #eaf0fa;
}

.brief_logo_line::before {
  transform: scale(1.1);
}

.brief_logo_line::after {
  transform: scale(1.2);
}

.brief_logo_us {
  z-index: 2;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  animation: us 30s linear infinite;
}

@keyframes us {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.brief_logo_us > img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transform: scale(1.6);
}

.age {
  background-color: #f5fafe;
}

.age_box {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
}

@media (max-width: 992px) {
  .age_box {
    padding-top: 0.7rem;
  }
}

@media (max-width: 768px) {
  .age_box {
    padding-top: 0.3rem;
    padding-bottom: .8rem;
  }
}

.age_box .master_titile {
  text-align: center;
}

.age_box .master_titile > span {
  color: #e5eef8;
}

.age_box .age_list.animated {
  opacity: 1;
  transform: none;
}

.age_box .age_list.animated .age_list_item .icons:first-child {
  animation: twoboxicon-run 2s ease .5s forwards;
}

.age_box .age_list.animated .age_list_item .icons:last-child {
  animation: twoboxicon-run-1 2s ease .5s forwards;
}

@keyframes twoboxicon-run {
  0% {
    transform: translateX(25%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-25%);
  }
}

@keyframes twoboxicon-run-1 {
  0% {
    transform: translateX(-25%);
  }
  50% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(25%);
  }
}

.age_box .age_list.animated .age_list_item .icons-3 > div .icons:first-child {
  animation: twoboxicon-run3 2s ease .5s forwards;
}

.age_box .age_list.animated .age_list_item .icons-3 > div .icons:last-child {
  animation: twoboxicon-run-3 2s ease .5s forwards;
}

@keyframes twoboxicon-run3 {
  0% {
    transform: translateX(25%) rotate(45deg);
  }
  50% {
    transform: translateX(0) rotate(45deg);
  }
  100% {
    transform: translateX(-25%) rotate(45deg);
  }
}

@keyframes twoboxicon-run-3 {
  0% {
    transform: translateX(-25%) rotate(45deg);
  }
  50% {
    transform: translateX(0) rotate(45deg);
  }
  100% {
    transform: translateX(25%) rotate(45deg);
  }
}

.age_box .age_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.7rem;
}

@media (min-width: 992px) {
  .age_box .age_list {
    opacity: 0;
    transform: translateY(80px);
    transition: all 1.5s ease;
    transition-delay: 0.2s;
  }
}

@media (max-width: 992px) {
  .age_box .age_list {
    margin-top: .4rem;
  }
}

@media (max-width: 768px) {
  .age_box .age_list {
    flex-wrap: wrap;
  }
}

.age_box .age_list_item {
  width: 25%;
}

@media (max-width: 768px) {
  .age_box .age_list_item {
    width: 50%;
  }
}

.age_box .age_list_item > .txt {
  padding: 0.8rem 0.3rem;
  height: 100%;
  transition: all .3s ease;
}

@media (min-width: 992px) {
  .age_box .age_list_item > .txt:hover {
    background-color: white;
    box-shadow: 0 0.15rem 0.3rem rgba(0, 0, 0, 0.1);
    transform: translateY(-4px);
  }
  .age_box .age_list_item > .txt:hover .age_icon {
    transform: translateY(-4px);
  }
}

@media (max-width: 1600px) {
  .age_box .age_list_item > .txt {
    padding: 0.75rem 0.25rem;
  }
}

@media (max-width: 1440px) {
  .age_box .age_list_item > .txt {
    padding: 0.7rem 0.2rem;
  }
}

@media (max-width: 1200px) {
  .age_box .age_list_item > .txt {
    padding: 0.65rem 0.15rem;
  }
}

@media (max-width: 992px) {
  .age_box .age_list_item > .txt {
    padding: 0.6rem 0.1rem;
  }
}

.age_box .age_list_item .age_icon {
  margin: 0 auto;
  width: 0.8rem;
  height: 0.8rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform .3s ease;
}

@media (max-width: 1440px) {
  .age_box .age_list_item .age_icon {
    width: 0.75rem;
    height: 0.75rem;
  }
}

@media (max-width: 1200px) {
  .age_box .age_list_item .age_icon {
    width: 0.7rem;
    height: 0.7rem;
  }
}

@media (max-width: 992px) {
  .age_box .age_list_item .age_icon {
    width: 0.65rem;
    height: 0.65rem;
  }
}

@media (max-width: 768px) {
  .age_box .age_list_item .age_icon {
    width: 0.6rem;
    height: 0.6rem;
  }
}

.age_box .age_list_item .age_icon > div {
  position: relative;
}

.age_box .age_list_item .age_icon .icons {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.age_box .age_list_item .age_icon .icons:first-child {
  transform: translateX(25%);
}

.age_box .age_list_item .age_icon .icons:last-child {
  transform: translateX(-25%);
}

.age_box .age_list_item .icons-1 > div {
  width: 100%;
  height: 100%;
}

.age_box .age_list_item .icons-1 > div .icons:first-child {
  border-radius: 50%;
  background-image: linear-gradient(to right, #006cba, #07a1ed);
}

.age_box .age_list_item .icons-1 > div .icons:last-child {
  border-radius: 50%;
  border: 2px solid #ddd;
}

.age_box .age_list_item .icons-2 > div {
  width: 95%;
  height: 95%;
}

.age_box .age_list_item .icons-2 > div .icons > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.age_box .age_list_item .icons-3 > div {
  width: 75%;
  height: 75%;
}

.age_box .age_list_item .icons-3 > div .icons:first-child {
  background-image: linear-gradient(to right, #006cba, #07a1ed);
  transform: translateX(25%) rotate(45deg);
}

.age_box .age_list_item .icons-3 > div .icons:last-child {
  border: 2px solid #ddd;
  transform: translateX(-25%) rotate(45deg);
}

.age_box .age_list_item .icons-4 > div {
  width: 90%;
  height: 90%;
}

.age_box .age_list_item .icons-4 > div .icons:first-child {
  background-image: linear-gradient(to right, #006cba, #07a1ed);
}

.age_box .age_list_item .icons-4 > div .icons:last-child {
  border: 2px solid #ddd;
}

.age_box .age_list_item .age_info {
  text-align: center;
  color: #666;
  margin-top: 0.5rem;
}

@media (max-width: 992px) {
  .age_box .age_list_item .age_info {
    margin-top: .35rem;
  }
}

.age_box .age_list_item .age_info .title {
  font-size: 0.24rem;
  margin-bottom: 0.1rem;
}

@media (max-width: 1200px) {
  .age_box .age_list_item .age_info .title {
    font-size: 0.22rem;
  }
}

@media (max-width: 992px) {
  .age_box .age_list_item .age_info .title {
    font-size: 0.20rem;
  }
}

.age_box .age_list_item .age_info .cn {
  font-size: 0.18rem;
  margin-bottom: 0.15rem;
}

@media (max-width: 1200px) {
  .age_box .age_list_item .age_info .cn {
    font-size: 0.16rem;
  }
}

@media (max-width: 992px) {
  .age_box .age_list_item .age_info .cn {
    margin-bottom: .12rem;
  }
}

.age_box .age_list_item .age_info .en {
  line-height: 1.4;
}

.team {
  overflow: hidden;
}

.teamPop_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: ease .3s;
}

.teamPop_bg.on {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.teamPop_box {
  z-index: 1200;
  position: fixed;
  visibility: hidden;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -40%);
  opacity: 0;
  transition: ease .4s;
}

.teamPop_box.on {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.teamPop_box .close {
  text-align: center;
  position: absolute;
  width: .4rem;
  height: .4rem;
  line-height: .4rem;
  color: rgba(255, 255, 255, 0.4);
  right: 0;
  top: 0;
  z-index: 2;
  cursor: pointer;
}

@media (max-width: 768px) {
  .teamPop_box .close {
    background-color: #006ab8;
    color: #fff;
  }
}

.teamPop_box .close:hover > i {
  transform: rotate(180deg);
}

.teamPop_box .close > i {
  font-size: .24rem;
  display: inline-block;
  transition: all .4s;
}

.teamPop_box .swiperTeam_prev, .teamPop_box .swiperTeam_next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}

.teamPop_box .swiperTeam_prev > i, .teamPop_box .swiperTeam_next > i {
  font-size: .42rem;
}

@media (max-width: 1600px) {
  .teamPop_box .swiperTeam_prev > i, .teamPop_box .swiperTeam_next > i {
    font-size: .38rem;
  }
}

@media (max-width: 1440px) {
  .teamPop_box .swiperTeam_prev > i, .teamPop_box .swiperTeam_next > i {
    font-size: .34rem;
  }
}

@media (max-width: 1200px) {
  .teamPop_box .swiperTeam_prev > i, .teamPop_box .swiperTeam_next > i {
    font-size: .3rem;
  }
}

@media (max-width: 992px) {
  .teamPop_box .swiperTeam_prev > i, .teamPop_box .swiperTeam_next > i {
    font-size: .26rem;
  }
}

.teamPop_box .swiperTeam_prev {
  left: -15%;
}

@media (max-width: 1440px) {
  .teamPop_box .swiperTeam_prev {
    left: -15%;
  }
}

@media (max-width: 1200px) {
  .teamPop_box .swiperTeam_prev {
    left: -10%;
  }
}

@media (max-width: 992px) {
  .teamPop_box .swiperTeam_prev {
    left: 0;
    transform: translate(-150%, -50%);
  }
}

.teamPop_box .swiperTeam_next {
  right: -15%;
}

@media (max-width: 1440px) {
  .teamPop_box .swiperTeam_next {
    right: -15%;
  }
}

@media (max-width: 1200px) {
  .teamPop_box .swiperTeam_next {
    right: -10%;
  }
}

@media (max-width: 992px) {
  .teamPop_box .swiperTeam_next {
    right: 0;
    transform: translate(150%, -50%);
  }
}

.teamPop_box .teamPop_swiper {
  width: 60vw;
  position: relative;
}

@media (max-width: 1200px) {
  .teamPop_box .teamPop_swiper {
    width: 7rem;
  }
}

@media (max-width: 992px) {
  .teamPop_box .teamPop_swiper {
    width: 75vw;
  }
}

.teamPop_box .teamPop_swiper .teamPop_item .expert {
  background: #1c6dc9 url(../image/img/expertbg.jpg) bottom right no-repeat;
  background-size: 70% auto;
  border-radius: 0.1rem;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(15px, 1.5625vw, 60px);
}

@media (max-width: 768px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert {
    flex-wrap: wrap;
  }
}

.teamPop_box .teamPop_swiper .teamPop_item .expert_img {
  width: 42%;
}

@media (max-width: 768px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert_img {
    width: 100%;
  }
}

.teamPop_box .teamPop_swiper .teamPop_item .expert_img > div {
  padding-bottom: 143.67%;
  height: 0;
  position: relative;
  border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 768px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert_img > div {
    padding-bottom: 100%;
  }
}

.teamPop_box .teamPop_swiper .teamPop_item .expert_img > div > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.teamPop_box .teamPop_swiper .teamPop_item .expert_name {
  width: 65%;
  color: #fff;
  padding: 0 clamp(25px, 2.6041666667vw, 100px);
}

@media (max-width: 1200px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert_name {
    padding: .5rem .45rem  0 .45rem;
  }
}

@media (max-width: 992px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert_name {
    padding: .5rem .4rem  0 .4rem;
  }
}

@media (max-width: 768px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert_name {
    width: 100%;
    padding: .3rem;
  }
}

.teamPop_box .teamPop_swiper .teamPop_item .expert_name .en {
  font-size: .32rem;
  margin-bottom: .2rem;
}

@media (max-width: 1600px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert_name .en {
    font-size: .3rem;
  }
}

@media (max-width: 1440px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert_name .en {
    font-size: .28rem;
  }
}

@media (max-width: 1200px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert_name .en {
    font-size: .26rem;
  }
}

@media (max-width: 992px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert_name .en {
    font-size: .24rem;
    margin-bottom: .15rem;
  }
}

.teamPop_box .teamPop_swiper .teamPop_item .expert_name .cn {
  font-size: .16rem;
  line-height: .28rem;
  height: 24vw;
  overflow-y: auto;
  padding-right: .15rem;
  margin-right: -.15rem;
}

.teamPop_box .teamPop_swiper .teamPop_item .expert_name .cn::-webkit-scrollbar {
  width: 2px;
}

.teamPop_box .teamPop_swiper .teamPop_item .expert_name .cn::-webkit-scrollbar-track-piece {
  background: rgba(255, 255, 255, 0.1);
}

.teamPop_box .teamPop_swiper .teamPop_item .expert_name .cn::-webkit-scrollbar-thumb:vertical {
  background: rgba(255, 255, 255, 0.5);
}

@media (max-width: 992px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert_name .cn::-webkit-scrollbar-thumb:vertical {
    background: #fff;
  }
}

.teamPop_box .teamPop_swiper .teamPop_item .expert_name .cn:hover::-webkit-scrollbar-thumb:vertical {
  background: #fff;
}

@media (max-width: 992px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert_name .cn {
    font-size: .14rem;
    line-height: .24rem;
    height: 2.26rem;
  }
}

@media (max-width: 768px) {
  .teamPop_box .teamPop_swiper .teamPop_item .expert_name .cn {
    height: 1.24rem;
  }
}

.teamPop_box .teamPop_swiper .teamPop_item .info > div {
  line-height: .24rem;
}

.teamPop_box .teamPop_swiper .teamPop_item .info > div::-webkit-scrollbar {
  width: 2px;
}

.teamPop_box .teamPop_swiper .teamPop_item .info > div::-webkit-scrollbar-track-piece {
  background: rgba(0, 0, 0, 0.1);
}

.teamPop_box .teamPop_swiper .teamPop_item .info > div::-webkit-scrollbar-thumb:vertical {
  background: rgba(0, 106, 184, 0.5);
}

@media (max-width: 992px) {
  .teamPop_box .teamPop_swiper .teamPop_item .info > div::-webkit-scrollbar-thumb:vertical {
    background: #006ab8;
  }
}

.teamPop_box .teamPop_swiper .teamPop_item .info > div:hover::-webkit-scrollbar-thumb:vertical {
  background: #006ab8;
}

@media (max-width: 992px) {
  .teamPop_box .teamPop_swiper .teamPop_item .info > div {
    font-size: .13rem;
    line-height: .20rem;
    height: 1.4rem;
  }
}

.team_box {
  padding-top: 0.7rem;
  padding-bottom: 1.2rem;
}

@media (max-width: 992px) {
  .team_box {
    padding-top: 0.4rem;
    padding-bottom: 1rem;
  }
}

@media (max-width: 768px) {
  .team_box {
    padding-top: 0.2rem;
    padding-bottom: .7rem;
  }
}

.team_box .master_titile {
  text-align: center;
}

.team_box .master_titile > p {
  font-size: 0.16rem;
  line-height: 1.6;
  width: 75%;
  margin: 0 auto;
  margin-top: 0.4rem;
}

@media (max-width: 992px) {
  .team_box .master_titile > p {
    font-size: .14rem;
    margin-top: 0.15rem;
  }
}

.team_box .team_list {
  padding-top: .6rem;
  margin: -.4rem -.6rem;
  text-align: center;
}

.team_box .team_list:before, .team_box .team_list:after {
  content: " ";
  display: table;
}

.team_box .team_list:after {
  clear: both;
}

@media (max-width: 1600px) {
  .team_box .team_list {
    margin: -.3rem -.5rem;
  }
}

@media (max-width: 1440px) {
  .team_box .team_list {
    margin: -.25rem -.4rem;
  }
}

@media (max-width: 1200px) {
  .team_box .team_list {
    margin: -.2rem -.3rem;
  }
}

@media (max-width: 992px) {
  .team_box .team_list {
    margin: -.15rem -.2rem;
    padding-top: .35rem;
  }
}

@media (max-width: 768px) {
  .team_box .team_list {
    margin: -.15rem;
  }
}

.team_box .team_list_item {
  width: 25%;
  padding: .4rem .6rem;
  float: left;
}

@media (max-width: 1600px) {
  .team_box .team_list_item {
    padding: .3rem .5rem;
  }
}

@media (max-width: 1440px) {
  .team_box .team_list_item {
    padding: .25rem .4rem;
  }
}

@media (max-width: 1200px) {
  .team_box .team_list_item {
    padding: .2rem .3rem;
  }
}

@media (max-width: 992px) {
  .team_box .team_list_item {
    padding: .15rem .2rem;
  }
}

@media (max-width: 768px) {
  .team_box .team_list_item {
    padding: .15rem;
    width: 50%;
  }
}

.team_box .team_list_item > a {
  display: block;
}

@media (min-width: 992px) {
  .team_box .team_list_item > a:hover .team_logo {
    opacity: 1;
    transform: none;
  }
  .team_box .team_list_item > a:hover .team_hs {
    transform: scale(0.9);
  }
}

.team_box .team_list_item .team_img {
  width: 100%;
  padding-bottom: 100%;
  height: 0;
  position: relative;
  z-index: 2;
}

.team_box .team_list_item .team_img .team_hs {
  transition: ease .4s;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.team_box .team_list_item .team_img .team_hs > img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.team_box .team_list_item .team_img .team_logo {
  transition: ease .4s;
  opacity: 0;
  transform: rotate(-45deg);
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.team_box .team_list_item .team_img .team_logo > img {
  height: 100%;
  object-fit: contain;
  transform: scale(1.45);
}

.team_box .team_list_item .team_info {
  padding-top: .25rem;
  line-height: 1;
}

@media (max-width: 992px) {
  .team_box .team_list_item .team_info {
    padding-top: .15rem;
  }
}

.team_box .team_list_item .team_info .name {
  font-size: .24rem;
  margin-bottom: .12rem;
  color: #333;
}

@media (max-width: 1600px) {
  .team_box .team_list_item .team_info .name {
    font-size: .22rem;
  }
}

@media (max-width: 1440px) {
  .team_box .team_list_item .team_info .name {
    font-size: .2rem;
  }
}

@media (max-width: 1200px) {
  .team_box .team_list_item .team_info .name {
    font-size: .18rem;
  }
}

@media (max-width: 992px) {
  .team_box .team_list_item .team_info .name {
    font-size: .16rem;
    margin-bottom: .1rem;
  }
}

.team_box .team_list_item .team_info .line {
  font-size: .16rem;
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 992px) {
  .team_box .team_list_item .team_info .line {
    font-size: .14rem;
  }
}

.honor {
  padding-top: .7rem;
  padding-bottom: 1.2rem;
}

@media (max-width: 992px) {
  .honor {
    padding-top: .3rem;
    padding-bottom: .8rem;
  }
}

.honor_box .master_titile {
  text-align: center;
}

.honor_box .master_titile p {
  max-width: 75%;
  margin: 0 auto;
  font-size: .16rem;
  color: #666;
  margin-top: .4rem;
  line-height: 1.6;
}

@media (max-width: 992px) {
  .honor_box .master_titile p {
    max-width: 100%;
    font-size: .14rem;
    margin-top: .3rem;
  }
}

.honor_box .list {
  padding-top: .7rem;
  padding-bottom: .9rem;
  margin: -.25rem -.3rem;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 1440px) {
  .honor_box .list {
    margin: -.2rem -.25rem;
  }
}

@media (max-width: 1200px) {
  .honor_box .list {
    margin: -.15rem -.2rem;
  }
}

@media (max-width: 992px) {
  .honor_box .list {
    margin: -.1rem -.15rem;
    padding-top: .3rem;
    padding-bottom: .5rem;
  }
}

@media (max-width: 768px) {
  .honor_box .list {
    margin: -.08rem;
  }
}

.honor_box .list:before, .honor_box .list:after {
  content: " ";
  display: table;
}

.honor_box .list:after {
  clear: both;
}

.honor_box .list_item {
  width: 33.333333%;
  float: left;
  padding: .25rem .3rem;
}

@media (max-width: 1440px) {
  .honor_box .list_item {
    padding: .2rem .25rem;
  }
}

@media (max-width: 1200px) {
  .honor_box .list_item {
    padding: .15rem .2rem;
  }
}

@media (max-width: 992px) {
  .honor_box .list_item {
    padding: .1rem .15rem;
  }
}

@media (max-width: 768px) {
  .honor_box .list_item {
    padding: .08rem;
  }
}

@media (max-width: 768px) {
  .honor_box .list_item {
    width: 50%;
  }
}

@media (max-width: 480px) {
  .honor_box .list_item {
    width: 100%;
  }
}

.honor_box .list_item:nth-child(3n + 2) {
  animation-delay: 0.2s;
}

.honor_box .list_item:nth-child(3n + 3) {
  animation-delay: 0.4s;
}

.honor_box .list_item a {
  display: block;
  border: 1px solid #e7e7e7;
}

@media (min-width: 992px) {
  .honor_box .list_item a:hover .list_item_img .list_item_img_move img {
    transform: scale(1.1);
  }
  .honor_box .list_item a:hover .list_item_info .title {
    max-height: 2rem;
    -webkit-line-clamp: 5;
  }
  .honor_box .list_item a:hover .list_item_info::after {
    opacity: 1;
    transform: none;
  }
  .honor_box .list_item a:hover .list_item_info .title, .honor_box .list_item a:hover .list_item_info .icon {
    color: #fff;
  }
}

.honor_box .list_item_img {
  padding: .3rem .3rem 0 .3rem;
}

@media (max-width: 1440px) {
  .honor_box .list_item_img {
    padding: .25rem .25rem 0 .25rem;
  }
}

@media (max-width: 1200px) {
  .honor_box .list_item_img {
    padding: .2rem .2rem 0 .2rem;
  }
}

@media (max-width: 992px) {
  .honor_box .list_item_img {
    padding: .15rem .15rem 0 .15rem;
  }
}

.honor_box .list_item_img_move {
  padding-bottom: .2rem;
  position: relative;
}

.honor_box .list_item_img_move::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
}

.honor_box .list_item_img_move > div {
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}

.honor_box .list_item_img_move > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  transition: all .6s;
}

.honor_box .list_item_info {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  align-items: center;
  padding: .2rem .3rem;
  z-index: 2;
  position: relative;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .honor_box .list_item_info {
    padding: .17rem .25rem;
  }
}

@media (max-width: 1200px) {
  .honor_box .list_item_info {
    padding: .14rem .2rem;
  }
}

@media (max-width: 992px) {
  .honor_box .list_item_info {
    padding: .11rem .15rem;
  }
}

@media (max-width: 480px) {
  .honor_box .list_item_info {
    padding: .14rem .2rem;
  }
}

.honor_box .list_item_info .title {
  font-size: .16rem;
  color: #333;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  transition: all .4s;
  text-align: center;
  padding: 0 .15rem;
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  max-height: 0.2rem;
  -webkit-box-orient: vertical;
}

@media (max-width: 992px) {
  .honor_box .list_item_info .title {
    padding: 0 .1rem;
    font-size: .14rem;
  }
}

.honor_box .list_item_info .icon {
  font-size: .22rem;
  color: #999;
  transition: all .4s;
}

@media (max-width: 1200px) {
  .honor_box .list_item_info .icon {
    font-size: .20rem;
  }
}

@media (max-width: 992px) {
  .honor_box .list_item_info .icon {
    font-size: .18rem;
  }
}

@media (max-width: 768px) {
  .honor_box .list_item_info .icon {
    font-size: .16rem;
  }
}

@media (max-width: 480px) {
  .honor_box .list_item_info .icon {
    font-size: .18rem;
  }
}

.honor_box .list_item_info::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: translateY(100%);
  background-image: linear-gradient(to right, #255ba9, #1fb4b8);
  z-index: -1;
  opacity: 0;
  transition: all .4s;
}

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  padding: 0 .05rem;
}

.pagination > li > a {
  transition: all .2s;
  -webkit-transition: all .2s;
}

.pagination > li > a.disabled {
  cursor: no-drop;
}

.pagination > li > a.active {
  background-color: #006ab8;
  color: #fff;
}

.pagination > li > a, .pagination > li > span {
  display: block;
  width: .42rem;
  height: .42rem;
  line-height: .42rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #333;
}

.pagination > li > a.active {
  background-color: #006ab8;
  color: #fff;
}

.pagination > li > a.page_prev > i, .pagination > li > a.page_next > i {
  font-size: .18rem;
}

.pagination > li > a:hover {
  background-color: #006ab8;
  color: #fff;
}

.course {
  padding-top: 1.2rem;
  padding-bottom: 1rem;
  background: url("../image/img/course_bg.png") no-repeat center bottom;
  background-size: cover;
}

@media (max-width: 992px) {
  .course {
    padding: .8rem 0;
  }
}

@media (max-width: 768px) {
  .course {
    padding-top: .4rem;
    padding-bottom: .6rem;
  }
}

.course .timeAxis {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: .15rem;
}

@media (max-width: 992px) {
  .course .timeAxis {
    margin-bottom: .05rem;
  }
}

.course .timeAxis ._title {
  font-size: 16px;
  padding-right: .15rem;
  color: #666;
}

@media (max-width: 768px) {
  .course .timeAxis ._title {
    font-size: 14px;
  }
}

.course .timeAxis_year {
  padding-left: .2rem;
  padding-right: .5rem;
  min-width: 1.5rem;
  height: .4rem;
  font-size: .20rem;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-image: url("../image/img/docc.jpg");
  background-position: calc(100% - .12rem) center;
  background-repeat: no-repeat;
  background-size: 12px 10px;
}

@media (max-width: 768px) {
  .course .timeAxis_year {
    padding-left: .15rem;
    padding-right: .3rem;
    min-width: 1.3rem;
    font-size: .16rem;
    background-size: 10px 8px;
  }
}

.course .info .swiper-slide.swiper-slide-active .info_item_img img {
  transform: none !important;
}

.course .info_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: .54rem;
}

@media (max-width: 1440px) {
  .course .info_item {
    padding: .5rem;
  }
}

@media (max-width: 1200px) {
  .course .info_item {
    padding: .45rem;
  }
}

@media (max-width: 992px) {
  .course .info_item {
    padding: .4rem;
  }
}

@media (max-width: 768px) {
  .course .info_item {
    flex-wrap: wrap;
  }
}

.course .info_item_img {
  width: 50%;
  padding: 0 6%;
}

@media (max-width: 768px) {
  .course .info_item_img {
    width: 100%;
    margin-bottom: .6rem;
  }
}

.course .info_item_img > div {
  width: 100%;
  padding-bottom: 66%;
  position: relative;
  border-radius: .15rem;
  overflow: hidden;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.06);
  background-color: #fff;
}

.course .info_item_img > div img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: contain;
  transform: scale(1.1);
  transition: transform 3s cubic-bezier(0.25, 0.74, 0.22, 0.99);
}

.course .info_item_txt {
  padding: 0 6%;
  width: 50%;
}

@media (max-width: 768px) {
  .course .info_item_txt {
    width: 100%;
    padding: 0;
  }
}

.course .info_item_txt > div {
  position: relative;
}

.course .info_item_txt .text {
  position: relative;
  z-index: 2;
}

.course .info_item_txt .text_title {
  font-size: .32rem;
  line-height: 1.2;
  margin-bottom: .2rem;
}

@media (max-width: 1600px) {
  .course .info_item_txt .text_title {
    font-size: .3rem;
  }
}

@media (max-width: 1440px) {
  .course .info_item_txt .text_title {
    font-size: 0.2 0.8rem;
  }
}

@media (max-width: 1200px) {
  .course .info_item_txt .text_title {
    font-size: .26rem;
  }
}

@media (max-width: 992px) {
  .course .info_item_txt .text_title {
    font-size: .24rem;
    margin-bottom: .16rem;
  }
}

.course .info_item_txt .text_line {
  font-size: .16rem;
  color: #666;
  line-height: 2;
}

@media (max-width: 992px) {
  .course .info_item_txt .text_line {
    font-size: .14rem;
    line-height: 1.8;
  }
}

.course .info_item_txt .year {
  font-size: 1.8rem;
  line-height: 1;
  color: #e8edf0;
  font-weight: bold;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -55%);
}

@media (max-width: 1600px) {
  .course .info_item_txt .year {
    font-size: 1.6rem;
  }
}

@media (max-width: 1440px) {
  .course .info_item_txt .year {
    font-size: 1.4rem;
  }
}

@media (max-width: 1200px) {
  .course .info_item_txt .year {
    font-size: 1.2rem;
  }
}

@media (max-width: 992px) {
  .course .info_item_txt .year {
    font-size: 1rem;
  }
}

@media (max-width: 768px) {
  .course .info_item_txt .year {
    font-size: .8rem;
  }
}

.course .info .course_switch {
  position: absolute;
  left: 0;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 20;
}

.course .info .course_switch_btn {
  width: .54rem;
  height: .54rem;
  line-height: .54rem;
  background-color: #e0e7ed;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #8eacbf;
  transition: all .2s;
}

@media (max-width: 1440px) {
  .course .info .course_switch_btn {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
  }
}

@media (max-width: 1200px) {
  .course .info .course_switch_btn {
    width: .45rem;
    height: .45rem;
    line-height: .45rem;
  }
}

@media (max-width: 992px) {
  .course .info .course_switch_btn {
    width: .4rem;
    height: .4rem;
    line-height: .4rem;
  }
}

.course .info .course_switch_btn > i {
  font-size: .2rem;
}

@media (max-width: 992px) {
  .course .info .course_switch_btn > i {
    font-size: .18rem;
  }
}

.course .info .course_switch_btn:hover {
  background-color: #006ab8;
  color: #fff;
}

.course .info .course_switch_next {
  margin-left: auto;
}

.course .tab {
  margin-top: .4rem;
}

@media (max-width: 1200px) {
  .course .tab {
    margin-top: .2rem;
  }
}

@media (max-width: 992px) {
  .course .tab {
    margin-top: 0;
  }
}

.course .tab > div {
  text-align: center;
  padding: .2rem 0;
}

@media (max-width: 992px) {
  .course .tab > div {
    padding: .1rem 0;
  }
}

.course .tab .tab_switch {
  margin-bottom: .4rem;
  display: flex;
  justify-content: flex-end;
}

@media (max-width: 1200px) {
  .course .tab .tab_switch {
    margin-bottom: .3rem;
  }
}

@media (max-width: 992px) {
  .course .tab .tab_switch {
    margin-bottom: .15rem;
  }
}

.course .tab .tab_switch_btn {
  display: flex;
  font-size: 22px;
  align-items: center;
  justify-content: center;
  color: #b8b8b8;
  position: relative;
  padding: 0 .15rem;
  z-index: 2;
  transition: color 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}

.course .tab .tab_switch_btn include pc-only {
  font-size: 20px;
}

@media (max-width: 992px) {
  .course .tab .tab_switch_btn {
    font-size: 18px;
    padding: 0 .12rem;
  }
}

.course .tab .tab_switch_btn :before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: .5rem;
  height: .5rem;
  background-color: #006ab8;
  z-index: -1;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  transition: all 0.5s cubic-bezier(0.4, 0.4, 0, 1);
}

@media (max-width: 1440px) {
  .course .tab .tab_switch_btn :before {
    width: .5rem;
    height: .5rem;
    line-height: .5rem;
  }
}

@media (max-width: 1200px) {
  .course .tab .tab_switch_btn :before {
    width: .44rem;
    height: .44rem;
    line-height: .44rem;
  }
}

@media (max-width: 992px) {
  .course .tab .tab_switch_btn :before {
    width: .36rem;
    height: .36rem;
    line-height: .36rem;
  }
}

.course .tab .tab_switch_btn:hover {
  color: #fff;
}

.course .tab .tab_switch_btn:hover ::before {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.course .tab .tab_page {
  position: relative;
}

.course .tab .tab_page::after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: rgba(0, 106, 184, 0.2);
  top: .1rem;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
}

@media (max-width: 992px) {
  .course .tab .tab_page::after {
    top: .1rem;
  }
}

.course .tab .tabswiper {
  padding: 10px 0;
}

.course .tab .tabswiper .swiper-slide:last-child .tab_btn::before {
  display: none;
}

.course .tab .tabswiper .swiper-slide.swiper-slide-thumb-active .tab_btn::before {
  animation: widthAni 4s linear;
  width: 100%;
}

@keyframes widthAni {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.course .tab .tabswiper .swiper-slide.swiper-slide-thumb-active .tab_btn > i::before {
  background-color: #006ab8;
}

.course .tab .tabswiper .swiper-slide.swiper-slide-thumb-active .tab_btn > i::after {
  opacity: .2;
  transform: scale(2.2);
}

.course .tab .tabswiper .swiper-slide.swiper-slide-thumb-active .tab_btn .tab_btn_name {
  color: #006ab8;
}

.course .tab .tabswiper .swiper-slide .tab_btn {
  cursor: pointer;
}

.course .tab .tabswiper .swiper-slide .tab_btn.on::before {
  animation: widthAni 4s linear;
  width: 100%;
}

@keyframes widthAni {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

.course .tab .tabswiper .swiper-slide .tab_btn.on > i::before {
  background-color: #006ab8;
}

.course .tab .tabswiper .swiper-slide .tab_btn.on > i::after {
  opacity: .2;
  transform: scale(2.2);
}

.course .tab .tabswiper .swiper-slide .tab_btn.on .tab_btn_name {
  color: #006ab8;
}

.course .tab_btn {
  padding-top: .4rem;
  position: relative;
}

@media (max-width: 992px) {
  .course .tab_btn {
    padding-top: .15rem;
  }
}

.course .tab_btn:hover .tab_btn_name {
  color: #006ab8;
}

.course .tab_btn::before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  background-color: #006ab8;
  top: 0;
  left: 50%;
}

.course .tab_btn > i {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  z-index: 2;
}

@media (max-width: 992px) {
  .course .tab_btn > i {
    width: 6px;
    height: 6px;
  }
}

.course .tab_btn > i::before, .course .tab_btn > i::after {
  width: 100%;
  height: 100%;
  background-color: #afb9c5;
  position: absolute;
  top: 0%;
  left: 0%;
  content: '';
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all .4s;
}

.course .tab_btn > i::before {
  background-color: #afb9c5;
  z-index: 2;
}

.course .tab_btn > i::after {
  background-color: #006ab8;
  opacity: 0;
  transform: scale(1);
  z-index: -1;
}

.course .tab_btn_name {
  font-size: .22rem;
  color: #9099a8;
  transition: all .2s;
}

@media (max-width: 1600px) {
  .course .tab_btn_name {
    font-size: .2rem;
  }
}

@media (max-width: 1440px) {
  .course .tab_btn_name {
    font-size: .18rem;
  }
}

@media (max-width: 1200px) {
  .course .tab_btn_name {
    font-size: .16rem;
  }
}

@media (max-width: 992px) {
  .course .tab_btn_name {
    font-size: .14rem;
  }
}

.staff {
  padding-top: 1.4rem;
  padding-bottom: 1rem;
}

@media (max-width: 1200px) {
  .staff {
    padding-top: 1.2rem;
  }
}

@media (max-width: 992px) {
  .staff {
    padding: .8rem 0;
  }
}

@media (max-width: 768px) {
  .staff {
    padding-top: .6rem;
  }
}

.staff_row .list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin: -.22rem;
  padding-bottom: .7rem;
}

@media (max-width: 1200px) {
  .staff_row .list {
    margin: -.16rem;
  }
}

@media (max-width: 992px) {
  .staff_row .list {
    margin: -.1rem;
    padding-bottom: .5rem;
  }
}

.staff_row .list_item {
  width: 33.333333%;
  padding: .22rem;
}

@media (max-width: 1200px) {
  .staff_row .list_item {
    padding: .16rem;
  }
}

@media (max-width: 992px) {
  .staff_row .list_item {
    padding: .1rem;
  }
}

@media (max-width: 768px) {
  .staff_row .list_item {
    width: 100%;
  }
}

.staff_row .list_item:nth-child(3n + 2) {
  animation-delay: 0.1s;
}

.staff_row .list_item:nth-child(3n + 3) {
  animation-delay: 0.2s;
}

.staff_row .list_item .listTitle {
  height: .6rem;
  line-height: .6rem;
  font-size: .18rem;
  color: #333;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1200px) {
  .staff_row .list_item .listTitle {
    font-size: .16rem;
  }
}

@media (max-width: 992px) {
  .staff_row .list_item .listTitle {
    font-size: .14rem;
    line-height: .4rem;
    height: .4rem;
  }
}

.staff_row .list_item .listSwiper {
  --swiper-preloader-color: #006ab8;
  width: 100%;
}

@media (min-width: 992px) {
  .staff_row .list_item .listSwiper:hover .listSwiper_switch .listSwiper_switch_btn {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}

.staff_row .list_item .listSwiper_switch {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  z-index: 2;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  padding: 0 .15rem;
}

.staff_row .list_item .listSwiper_switch_btn {
  width: .34rem;
  height: .34rem;
  line-height: .34rem;
  border-radius: 50%;
  background-color: #fff;
  color: #006ab8;
  text-align: center;
  transition: ease .4s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.staff_row .list_item .listSwiper_switch_btn:hover {
  background-color: #006ab8;
  color: #fff;
}

@media (min-width: 992px) {
  .staff_row .list_item .listSwiper_prev {
    transform: translateX(-100%);
    opacity: 0;
    visibility: hidden;
  }
}

.staff_row .list_item .listSwiper_next {
  margin-left: auto;
}

@media (min-width: 992px) {
  .staff_row .list_item .listSwiper_next {
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
  }
}

.staff_row .list_item .listSwiper_img {
  height: 0;
  padding-bottom: 60%;
  position: relative;
  overflow: hidden;
}

.staff_row .list_item .listSwiper_img .swiper-lazy {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 1s;
  display: block;
}

.staff_row .list_item .listSwiper_img .swiper-lazy[src=""], .staff_row .list_item .listSwiper_img .swiper-lazy:not([src]) {
  opacity: 0;
}

.staff_row .list_item .listSwiper_img .swiper-lazy-preloader {
  border-width: 2px;
}

@media (max-width: 1200px) {
  .staff_row .list_item .listSwiper_img .swiper-lazy-preloader {
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 992px) {
  .staff_row .list_item .listSwiper_img .swiper-lazy-preloader {
    width: 38px;
    height: 38px;
  }
}

.service {
  width: 100%;
  height: 100vh;
}

@media (max-width: 992px) {
  .service {
    height: auto;
    display: block;
  }
  .service > .swiper-wrapper {
    display: block;
  }
  .service > .swiper-wrapper .swiper-slide {
    backface-visibility: none;
  }
  .service :deep(.swiper-wrapper) {
    display: block;
  }
}

.service :deep(.swiper-slide:last-child) {
  height: auto;
}

.service .swiper-slide:last-child {
  height: auto !important;
}

.service_item {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

@media (max-width: 992px) {
  .service_item {
    height: auto;
  }
}

.service_item_bg {
  width: 100%;
  height: 100%;
}

@media (max-width: 992px) {
  .service_item_bg {
    height: 0;
    padding-bottom: 60%;
    position: relative;
    transform: none !important;
  }
}

.service_item_bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 992px) {
  .service_item_bg > img {
    position: absolute;
    top: 0;
    left: 0;
  }
}

.service_item_info {
  visibility: hidden;
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(100%);
  transition: ease 1s;
  opacity: 0;
}

@media (max-width: 992px) {
  .service_item_info {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    background-color: #fff;
  }
}

.service_item_info::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 992px) {
  .service_item_info::before {
    display: none;
  }
}

.service_item_info .text {
  padding: .9rem 0;
}

@media (max-width: 992px) {
  .service_item_info .text {
    padding: .5rem 0;
  }
}

.service_item_info .text > div {
  width: 50%;
}

@media (max-width: 992px) {
  .service_item_info .text > div {
    width: 100%;
  }
}

.service_item_info .text_title {
  font-size: .4rem;
  line-height: 1;
}

@media (max-width: 1600px) {
  .service_item_info .text_title {
    font-size: .36rem;
  }
}

@media (max-width: 1440px) {
  .service_item_info .text_title {
    font-size: .32rem;
  }
}

@media (max-width: 1200px) {
  .service_item_info .text_title {
    font-size: .28rem;
  }
}

@media (max-width: 992px) {
  .service_item_info .text_title {
    font-size: .24rem;
  }
}

.service_item_info .text_title > a {
  color: #fff;
  display: inline-block;
}

.service_item_info .text_title > a .hoverable_txt {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.service_item_info .text_title > a .hoverable_txt:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

@media (min-width: 992px) {
  .service_item_info .text_title > a:hover .hoverable_txt:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}

.service_item_info .text_title > a .hoverable_txt {
  line-height: 1.6;
}

.service_item_info .text_title > a .hoverable_txt:after {
  height: 2px;
  background-color: #fff;
}

@media (max-width: 992px) {
  .service_item_info .text_title > a {
    color: #333;
  }
}

.service_item_info .text_line {
  margin-top: .3rem;
  line-height: 2;
  font-size: .16rem;
  color: #fff;
}

@media (max-width: 992px) {
  .service_item_info .text_line {
    font-size: .14rem;
    color: #666;
    margin-top: .15rem;
  }
}

.service_item_info .text_nav {
  margin-top: .4rem;
}

.service_item_info .text_nav:before, .service_item_info .text_nav:after {
  content: " ";
  display: table;
}

.service_item_info .text_nav:after {
  clear: both;
}

@media (max-width: 992px) {
  .service_item_info .text_nav {
    margin-top: .2rem;
  }
}

.service_item_info .text_nav li {
  float: left;
  padding: .1rem 0;
}

@media (max-width: 992px) {
  .service_item_info .text_nav li {
    padding: .05rem 0;
  }
}

.service_item_info .text_nav li a {
  color: #fff;
  font-size: .18rem;
  display: inline-block;
}

.service_item_info .text_nav li a .hoverable_txt {
  position: relative;
  display: inline-block;
  white-space: nowrap;
}

.service_item_info .text_nav li a .hoverable_txt:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  transition: -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}

@media (min-width: 992px) {
  .service_item_info .text_nav li a:hover .hoverable_txt:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left top;
    transform-origin: left top;
  }
}

.service_item_info .text_nav li a .hoverable_txt {
  line-height: 1.6;
}

.service_item_info .text_nav li a .hoverable_txt:after {
  background-color: #fff;
}

@media (max-width: 992px) {
  .service_item_info .text_nav li a {
    font-size: .16rem;
    color: #333;
  }
}

.service_item_info .text_nav li em {
  display: inline-block;
  position: relative;
  top: -0.08rem;
  padding: 0 .2rem;
  color: #fff;
  font-size: 22px;
  vertical-align: middle;
  line-height: 1;
}

@media (max-width: 992px) {
  .service_item_info .text_nav li em {
    color: #333;
    padding: 0 .1rem;
  }
}

.service_item_info .text_nav li:last-child em {
  display: none;
}

.service .swiper-slide .service_item_info::before {
  background-image: linear-gradient(to right, #0d64af, rgba(13, 100, 175, 0));
}

@media (min-width: 992px) {
  .service .swiper-slide.swiper-slide-active .service_item_info {
    transform: none;
    opacity: 1;
    visibility: visible;
  }
}

.service .serviceNav {
  transition: ease .5s;
  visibility: visible;
  position: absolute;
  right: .5rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
  font-size: .16rem;
  text-align: right;
  color: #fff;
}

.service .serviceNav.hide {
  opacity: 0;
  visibility: hidden;
}

.service .serviceNav_num {
  width: 100%;
  writing-mode: tb-rl;
  line-height: .22rem;
  margin-bottom: .15rem;
}

@media (max-width: 992px) {
  .service .serviceNav {
    display: none;
  }
}

.service .serviceNav_list_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: .1rem 0;
}

.service .serviceNav_list_item.on > a::after {
  opacity: 1;
  transform: none;
}

.service .serviceNav_list_item.on .names {
  opacity: 1;
  transform: translateX(-0.15rem);
}

.service .serviceNav_list_item .names {
  opacity: 0;
  transition: ease .5s;
}

.service .serviceNav_list_item > a {
  width: .22rem;
  height: .22rem;
  position: relative;
}

@media (min-width: 992px) {
  .service .serviceNav_list_item > a:hover::after {
    opacity: 1;
    transform: none;
  }
}

.service .serviceNav_list_item > a::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(-180deg);
  transition: all .5s;
}

.service .serviceNav_list_item > a::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box {
  padding-top: 1rem;
  padding-bottom: 1.6rem;
  position: relative;
}

@media (max-width: 1200px) {
  .box {
    padding-top: .75rem;
    padding-bottom: 1.4rem;
  }
}

@media (max-width: 992px) {
  .box {
    padding-top: .5rem;
    padding-bottom: 1.2rem;
  }
}

@media (max-width: 768px) {
  .box {
    padding-top: .1rem;
    padding-bottom: .8rem;
  }
}

.box_top_bg {
  height: 1.6rem;
  position: absolute;
  right: 0;
  top: 0;
}

@media (max-width: 1600px) {
  .box_top_bg {
    height: 1.4rem;
  }
}

@media (max-width: 1440px) {
  .box_top_bg {
    height: 1.2rem;
  }
}

@media (max-width: 1200px) {
  .box_top_bg {
    height: 1rem;
  }
}

@media (max-width: 992px) {
  .box_top_bg {
    height: .8rem;
  }
}

.box_top_bg > img {
  height: 100%;
}

.box .waves {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 8vw;
  z-index: -1;
  width: 100%;
}

@media (max-width: 992px) {
  .box .waves {
    height: .8rem;
  }
}

@media (max-width: 768px) {
  .box .waves {
    height: .6rem;
  }
}

.box .waves .parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
  -webkit-animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.box .waves .parallax > use:nth-child(1) {
  animation-delay: -2s;
  -webkit-animation-delay: -2s;
  animation-duration: 7s;
  -webkit-animation-duration: 7s;
}

.box .waves .parallax > use:nth-child(2) {
  animation-delay: -3s;
  -webkit-animation-delay: -3s;
  animation-duration: 10s;
  -webkit-animation-duration: 10s;
}

.box .waves .parallax > use:nth-child(3) {
  animation-delay: -4s;
  -webkit-animation-delay: -4s;
  animation-duration: 13s;
  -webkit-animation-duration: 13s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
    -webkit-transform: translate3d(-90px, 0, 0);
  }
  100% {
    transform: translate3d(85px, 0, 0);
    -webkit-transform: translate3d(85px, 0, 0);
  }
}

.box_row:before, .box_row:after {
  content: " ";
  display: table;
}

.box_row:after {
  clear: both;
}

.box_row .tab {
  width: 20%;
  float: left;
  padding-right: 0.3rem;
  position: sticky;
  top: 0.8rem;
  left: 0;
}

@media (max-width: 992px) {
  .box_row .tab {
    padding-right: 0.2rem;
  }
}

@media (max-width: 768px) {
  .box_row .tab {
    width: 100%;
    float: none;
    padding-right: 0;
    position: static;
  }
}

.box_row .tab_title {
  line-height: 1;
  margin-bottom: 0.6rem;
}

.box_row .tab_title_num {
  color: transparent;
  -webkit-text-fill-color: #fff;
  font-weight: bold;
  -webkit-text-stroke: 1px #e0eaf5;
  font-size: 1.4rem;
  transform: translateY(0.45rem);
  position: relative;
  z-index: -1;
  margin-left: -0.05rem;
}

@media (max-width: 1440px) {
  .box_row .tab_title_num {
    font-size: 1.3rem;
    transform: translateY(0.4rem);
  }
}

@media (max-width: 1200px) {
  .box_row .tab_title_num {
    font-size: 1.2rem;
    transform: translateY(0.35rem);
  }
}

@media (max-width: 992px) {
  .box_row .tab_title_num {
    font-size: 1.1rem;
    transform: translateY(0.3rem);
  }
}

.box_row .tab_title_txt {
  font-size: 0.26rem;
}

@media (max-width: 1440px) {
  .box_row .tab_title_txt {
    font-size: 0.25rem;
  }
}

@media (max-width: 1200px) {
  .box_row .tab_title_txt {
    font-size: 0.24rem;
  }
}

@media (max-width: 992px) {
  .box_row .tab_title_txt {
    font-size: 0.23rem;
  }
}

@media (max-width: 1200px) {
  .box_row .tab_title {
    margin-bottom: 0.45rem;
  }
}

@media (max-width: 992px) {
  .box_row .tab_title {
    margin-bottom: 0.35rem;
  }
}

.box_row .tab_list_item {
  padding-bottom: 0.3rem;
}

@media (max-width: 992px) {
  .box_row .tab_list_item {
    padding-bottom: .2rem;
  }
}

.box_row .tab_list_item a {
  padding-left: 0.2rem;
  font-size: 0.16rem;
  color: #333;
  display: block;
  position: relative;
  line-height: 1.3;
  transition: all 0.2s;
}

@media (max-width: 992px) {
  .box_row .tab_list_item a {
    font-size: .14rem;
  }
}

.box_row .tab_list_item a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #a5bac7;
  transition: all 0.2s;
}

@media (min-width: 992px) {
  .box_row .tab_list_item a:hover {
    color: #006ab8;
  }
  .box_row .tab_list_item a:hover::after {
    background-color: #006ab8;
  }
}

.box_row .tab_list_item a.on {
  color: #006ab8;
}

.box_row .tab_list_item a.on::after {
  background-color: #006ab8;
}

@media (min-width: 992px) {
  .box_row .tab_list_item:hover {
    color: #006ab8;
  }
  .box_row .tab_list_item:hover::after {
    background-color: #006ab8;
  }
}

.box_row .tab_list_item:last-child {
  padding-bottom: 0;
}

.box_row .list {
  float: left;
  margin-top: .5rem;
  width: 80%;
  padding-left: 1.2rem;
  position: relative;
  text-align: justify;
}

@media (max-width: 1440px) {
  .box_row .list {
    padding-left: 1rem;
  }
}

@media (max-width: 1200px) {
  .box_row .list {
    padding-left: .8rem;
  }
}

@media (max-width: 992px) {
  .box_row .list {
    padding-left: .6rem;
    margin-top: .4rem;
  }
}

@media (max-width: 768px) {
  .box_row .list {
    width: 100%;
    float: none;
    padding-left: 0;
    text-align: left;
  }
}

.box_row .list::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  bottom: 0;
  background-color: #e1eaf0;
}

@media (max-width: 768px) {
  .box_row .list::before {
    display: none;
  }
}

.box_row .list_info {
  border-top: 1px solid #e1eaf0;
}

.box_row .list .cntlist {
  padding-top: .3rem;
  font-size: .16rem;
  line-height: 2;
}

@media (max-width: 992px) {
  .box_row .list .cntlist {
    font-size: .14rem;
    line-height: 1.8;
  }
}

.box_row .list .cntlist :deep(img) {
  max-width: 100%;
  display: inline-block;
}

.box_row .list .cntlist .column {
  padding: .2rem 0;
  margin: 0 -.1rem;
}

.box_row .list .cntlist .column:before, .box_row .list .cntlist .column:after {
  content: " ";
  display: table;
}

.box_row .list .cntlist .column:after {
  clear: both;
}

@media (max-width: 992px) {
  .box_row .list .cntlist .column {
    padding: .1rem 0;
    margin: 0 -.05rem;
  }
}

.box_row .list .cntlist .column_item {
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .1rem;
  align-items: flex-start;
}

@media (max-width: 992px) {
  .box_row .list .cntlist .column_item {
    padding: .05rem;
  }
}

@media (max-width: 768px) {
  .box_row .list .cntlist .column_item {
    width: 100%;
    float: none;
  }
}

.box_row .list .cntlist .column_item_icon {
  margin-top: 0.01rem;
  height: 18px;
  margin-right: .15rem;
}

@media (max-width: 992px) {
  .box_row .list .cntlist .column_item_icon {
    height: 15px;
    margin-right: .1rem;
  }
}

.box_row .list .cntlist .column_item_icon img {
  height: 100%;
  display: block;
}

.box_row .list .cntlist .column_item_name {
  font-size: .16rem;
  color: #666;
  line-height: 1.5;
  text-align: left;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 992px) {
  .box_row .list .cntlist .column_item_name {
    font-size: .14rem;
  }
}

.box_row .list .infolist {
  display: flex;
  flex-wrap: wrap;
  margin: -0.3rem;
  padding: 0.6rem 0;
}

.box_row .list .infolist:before, .box_row .list .infolist:after {
  content: " ";
  display: table;
}

.box_row .list .infolist:after {
  clear: both;
}

@media (max-width: 1440px) {
  .box_row .list .infolist {
    margin: -0.25rem;
  }
}

@media (max-width: 1200px) {
  .box_row .list .infolist {
    margin: -0.2rem;
    padding: .5rem 0;
  }
}

@media (max-width: 992px) {
  .box_row .list .infolist {
    margin: -0.15rem;
    padding: .4rem 0;
  }
}

@media (max-width: 768px) {
  .box_row .list .infolist {
    margin: -0.12rem -.08rem;
  }
}

.box_row .list .infolist_item {
  padding: 0.3rem;
  width: 50%;
}

@media (max-width: 1440px) {
  .box_row .list .infolist_item {
    padding: 0.25rem;
  }
}

@media (max-width: 1200px) {
  .box_row .list .infolist_item {
    padding: 0.2rem;
  }
}

@media (max-width: 992px) {
  .box_row .list .infolist_item {
    padding: 0.15rem;
  }
}

@media (max-width: 768px) {
  .box_row .list .infolist_item {
    padding: 0.12rem .08rem;
    width: 100%;
  }
  .box_row .list .infolist_item .infolist_item_title {
    max-height: none;
    -webkit-line-clamp: 10;
  }
}

.box_row .list .infolist_item:nth-child(even) {
  animation-delay: 0.2s;
}

.box_row .list .infolist_item > a {
  display: block;
  width: 100%;
}

@media (min-width: 992px) {
  .box_row .list .infolist_item > a:hover .infolist_item_bg img {
    transform: scale(1.1);
  }
  .box_row .list .infolist_item > a:hover .infolist_item_title {
    color: #006ab8;
    max-height: 3rem;
    -webkit-line-clamp: 10;
  }
}

.box_row .list .infolist_item_bg {
  width: 100%;
  height: 0;
  padding-bottom: 55%;
  position: relative;
  overflow: hidden;
}

.box_row .list .infolist_item_bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.6s;
}

.box_row .list .infolist_item_title {
  font-size: 0.18rem;
  line-height: 1.2;
  padding-top: 0.2rem;
  color: #444;
  transition: color 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  max-height: 0.42rem;
  transition: 0.5s;
}

@media (max-width: 992px) {
  .box_row .list .infolist_item_title {
    font-size: 0.16rem;
    padding-top: 0.15rem;
    text-align: left;
  }
}

@media (max-width: 768px) {
  .box_row .list .infolist_item_title {
    font-size: 0.14rem;
    padding-top: 0.12rem;
  }
}

.newscompany {
  padding-top: 1.4rem;
  padding-bottom: 1rem;
}

@media (max-width: 1200px) {
  .newscompany {
    padding-top: 1.2rem;
  }
}

@media (max-width: 992px) {
  .newscompany {
    padding: .8rem 0;
  }
}

@media (max-width: 768px) {
  .newscompany {
    padding-top: .6rem;
  }
}

.newscompany_row .newscompany_line {
  display: none !important;
  padding-bottom: .7rem;
  margin-bottom: .7rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 992px) {
  .newscompany_row .newscompany_line {
    padding-bottom: .4rem;
    margin-bottom: .4rem;
  }
}

.newscompany_row .newscompany_line::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e1eaf0;
  bottom: 0;
  left: 0;
}

.newscompany_row .newscompany_line .infoSwiper {
  width: 100%;
  height: 100%;
}

.newscompany_row .newscompany_line .infoSwiper .infoSwiper_item {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item {
    flex-wrap: wrap;
  }
}

.newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_img {
  width: 50%;
}

@media (max-width: 768px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_img {
    width: 100%;
  }
}

.newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_img > a {
  display: block;
  position: relative;
  height: 0;
  padding-bottom: 55%;
}

.newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_img > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info {
  width: 50%;
  background-color: #f4f8fb;
  padding: .6rem .6rem 0 .9rem;
}

@media (max-width: 1440px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info {
    padding: .5rem .5rem 0 .8rem;
  }
}

@media (max-width: 1200px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info {
    padding: .4rem .4rem 0 .7rem;
  }
}

@media (max-width: 992px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info {
    padding: .3rem .3rem 0 .6rem;
  }
}

@media (max-width: 768px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info {
    width: 100%;
    padding: .3rem .3rem .8rem .3rem;
  }
}

.newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info_time {
  font-size: 0.16rem;
  color: #006ab8;
  line-height: 1;
}

@media (max-width: 768px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info_time {
    font-size: .14rem;
  }
}

.newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info_name {
  padding: 0.2rem 0;
}

@media (max-width: 992px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info_name {
    padding: .15rem 0;
  }
}

.newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info_name > a {
  display: inline-block;
  font-size: 0.28rem;
  text-align: justify;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
  max-width: 100%;
}

@media (max-width: 1440px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info_name > a {
    font-size: 0.25rem;
  }
}

@media (max-width: 1200px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info_name > a {
    font-size: 0.22rem;
  }
}

@media (max-width: 992px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info_name > a {
    font-size: 0.19rem;
  }
}

.newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info_p {
  font-size: 0.16rem;
  color: #666;
  line-height: .24rem;
  text-align: justify;
  height: .72rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

@media (max-width: 1200px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info_p {
    -webkit-line-clamp: 2;
    height: .48rem;
  }
}

@media (max-width: 992px) {
  .newscompany_row .newscompany_line .infoSwiper .infoSwiper_item .infoSwiper_info_p {
    font-size: .14rem;
    line-height: .2rem;
    height: .4rem;
  }
}

.newscompany_row .newscompany_line .infoSwiper_btn {
  position: absolute;
  bottom: .5rem;
  right: 0;
  width: 50%;
  padding-left: .9rem;
  padding-right: .6rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  z-index: 5;
}

@media (max-width: 1440px) {
  .newscompany_row .newscompany_line .infoSwiper_btn {
    bottom: .4rem;
    padding-left: .8rem;
    padding-right: .4rem;
  }
}

@media (max-width: 1200px) {
  .newscompany_row .newscompany_line .infoSwiper_btn {
    bottom: .3rem;
    padding-left: .7rem;
    padding-right: .3rem;
  }
}

@media (max-width: 992px) {
  .newscompany_row .newscompany_line .infoSwiper_btn {
    bottom: .2rem;
    padding-left: .6rem;
    padding-right: .2rem;
  }
}

@media (max-width: 768px) {
  .newscompany_row .newscompany_line .infoSwiper_btn {
    width: 100%;
    padding-left: .3rem;
    padding-right: .3rem;
  }
}

.newscompany_row .newscompany_line .infoSwiper_btn_switch {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.newscompany_row .newscompany_line .infoSwiper_btn_switch > a {
  width: 0.46rem;
  height: 0.46rem;
  line-height: 0.46rem;
  position: relative;
  margin-right: 0.2rem;
  color: #006ab8;
  transition: all 0.2s;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 1440px) {
  .newscompany_row .newscompany_line .infoSwiper_btn_switch > a {
    width: 0.42rem;
    height: 0.42rem;
    line-height: 0.42rem;
  }
}

@media (max-width: 1200px) {
  .newscompany_row .newscompany_line .infoSwiper_btn_switch > a {
    width: 0.38rem;
    height: 0.38rem;
    line-height: 0.38rem;
  }
}

@media (max-width: 992px) {
  .newscompany_row .newscompany_line .infoSwiper_btn_switch > a {
    width: 0.34rem;
    height: 0.34rem;
    line-height: 0.34rem;
    margin-right: 0.15rem;
  }
}

.newscompany_row .newscompany_line .infoSwiper_btn_switch > a > i {
  font-size: 0.18rem;
}

@media (max-width: 992px) {
  .newscompany_row .newscompany_line .infoSwiper_btn_switch > a > i {
    font-size: .16rem;
  }
}

.newscompany_row .newscompany_line .infoSwiper_btn_switch > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #006ab8;
}

@media (min-width: 992px) {
  .newscompany_row .newscompany_line .infoSwiper_btn_switch > a:hover {
    color: #fff;
    background-color: #006ab8;
  }
}

.newscompany_row .newscompany_line .infoSwiper_btn_switch > a:last-child {
  margin-right: 0rem;
}

.newscompany_row .newscompany_line .infoSwiper_btn_tab {
  margin-left: auto;
}

.newscompany_row .newscompany_line .infoSwiper_btn_tab > button {
  margin-right: .1rem;
  width: 0.2rem;
  height: 0.2rem;
  position: relative;
  border: none;
  background: none;
}

.newscompany_row .newscompany_line .infoSwiper_btn_tab > button:last-child {
  margin-right: 0;
}

.newscompany_row .newscompany_line .infoSwiper_btn_tab > button::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #92bee3;
  transition: all 0.4s ease;
}

.newscompany_row .newscompany_line .infoSwiper_btn_tab > button > i {
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #92bee3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.newscompany_row .newscompany_line .infoSwiper_btn_tab > button.active::after {
  opacity: 1;
}

.newscompany_row .newscompany_line .infoSwiper_btn_tab > bottom:last-child {
  margin-right: 0;
}

.newscompany_row .list {
  padding-bottom: .7rem;
}

.newscompany_row .list:before, .newscompany_row .list:after {
  content: " ";
  display: table;
}

.newscompany_row .list:after {
  clear: both;
}

@media (max-width: 992px) {
  .newscompany_row .list {
    padding-bottom: .4rem;
  }
}

.newscompany_row .list_item {
  margin-bottom: .2rem;
}

@media (max-width: 768px) {
  .newscompany_row .list_item {
    margin-bottom: .1rem;
  }
}

.newscompany_row .list_item > a {
  position: relative;
  background-color: #f7f7f7;
  padding: .5rem 1.5rem;
  padding-right: 2rem;
  line-height: 1;
  display: block;
  transition: box-shadow .25s ease;
}

@media (max-width: 768px) {
  .newscompany_row .list_item > a {
    padding: .3rem 1rem;
    padding-right: .15rem;
  }
}

@media (min-width: 992px) {
  .newscompany_row .list_item > a:hover {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  }
  .newscompany_row .list_item > a:hover .list_item_info_title {
    color: #0950a7;
  }
  .newscompany_row .list_item > a:hover .list_item_more {
    color: #0950a7;
    border-color: #0950a7;
  }
}

.newscompany_row .list_item_time {
  color: #666;
  position: absolute;
  top: .25rem;
  bottom: .25rem;
  left: 0;
  width: 1.2rem;
  text-align: center;
  border-right: 1px solid #d5d5d5;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

@media (max-width: 768px) {
  .newscompany_row .list_item_time {
    width: .85rem;
  }
}

.newscompany_row .list_item_time .d {
  font-size: .48rem;
}

@media (max-width: 1440px) {
  .newscompany_row .list_item_time .d {
    font-size: .36rem;
  }
}

@media (max-width: 768px) {
  .newscompany_row .list_item_time .d {
    font-size: .28rem;
  }
}

.newscompany_row .list_item_time .ym {
  font-size: .16rem;
  margin-top: 5px;
}

@media (max-width: 1440px) {
  .newscompany_row .list_item_time .ym {
    font-size: .14rem;
  }
}

.newscompany_row .list_item_info_title {
  color: #333;
  font-size: .2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: color .25s ease;
}

@media (max-width: 1440px) {
  .newscompany_row .list_item_info_title {
    font-size: .18rem;
  }
}

.newscompany_row .list_item_info_p {
  color: #666;
  margin-top: .16rem;
  font-size: .16rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 1440px) {
  .newscompany_row .list_item_info_p {
    font-size: .14rem;
  }
}

@media (max-width: 768px) {
  .newscompany_row .list_item_info_p {
    margin-top: .12rem;
  }
}

.newscompany_row .list_item_more {
  width: 1.5rem;
  height: .36rem;
  line-height: .36rem;
  border: 1px solid #d2d2d2;
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  right: .25rem;
  top: 50%;
  transform: translateY(-50%);
  color: #666;
  transition: all .25s ease;
}

@media (max-width: 768px) {
  .newscompany_row .list_item_more {
    display: none;
  }
}

.newsdetail {
  padding-top: 1.4rem;
  padding-bottom: 1rem;
}

@media (max-width: 1200px) {
  .newsdetail {
    padding-top: 1.2rem;
  }
}

@media (max-width: 992px) {
  .newsdetail {
    padding: .8rem 0;
  }
}

@media (max-width: 768px) {
  .newsdetail {
    padding-top: .6rem;
  }
}

.newsdetail_row {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .newsdetail_row {
    max-width: 75%;
  }
}

@media (max-width: 480px) {
  .newsdetail_row {
    max-width: 90%;
  }
}

.newsdetail_row .info_top {
  margin-bottom: .5rem;
}

@media (max-width: 992px) {
  .newsdetail_row .info_top {
    margin-bottom: .3rem;
  }
}

.newsdetail_row .info_top_title {
  font-size: .28rem;
  line-height: 1.4;
  margin-bottom: .25rem;
}

@media (max-width: 1600px) {
  .newsdetail_row .info_top_title {
    font-size: .26rem;
  }
}

@media (max-width: 1440px) {
  .newsdetail_row .info_top_title {
    font-size: .26rem;
  }
}

@media (max-width: 1200px) {
  .newsdetail_row .info_top_title {
    font-size: .25rem;
  }
}

@media (max-width: 992px) {
  .newsdetail_row .info_top_title {
    font-size: .22rem;
    margin-bottom: .15rem;
  }
}

.newsdetail_row .info_top_line {
  line-height: 1.6;
  font-size: .16rem;
  color: #888;
}

.newsdetail_row .info_top_line > span {
  margin-right: .3rem;
}

@media (max-width: 992px) {
  .newsdetail_row .info_top_line > span {
    margin-right: .2rem;
  }
}

.newsdetail_row .info_top_line > span:last-child {
  margin-right: 0;
}

@media (max-width: 992px) {
  .newsdetail_row .info_top_line {
    font-size: .14rem;
  }
}

.newsdetail_row .info_box {
  padding-top: .5rem;
  padding-bottom: .8rem;
  border-top: 1px solid #dce2ea;
  border-bottom: 1px solid #dce2ea;
  font-size: .16rem;
  line-height: 1.8;
  color: #444;
}

.newsdetail_row .info_box :deep(span):deep(i):deep(em) {
  word-wrap: break-word !important;
  white-space: normal !important;
}

@media (max-width: 992px) {
  .newsdetail_row .info_box {
    padding-top: .25rem;
    padding-bottom: .4rem;
  }
}

.newsdetail_row .info_box img {
  max-width: 100%;
  display: inline-block !important;
  height: auto !important;
}

.newsdetail_row .info_btn {
  padding: .5rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .newsdetail_row .info_btn {
    padding: .25rem 0;
  }
}

@media (max-width: 768px) {
  .newsdetail_row .info_btn {
    flex-wrap: wrap;
    padding-bottom: 0;
    display: block;
  }
}

.newsdetail_row .info_btn_Jump {
  padding-right: .3rem;
  line-height: 1.5;
  font-size: .16rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 992px) {
  .newsdetail_row .info_btn_Jump {
    font-size: .14rem;
    padding-right: .2rem;
  }
}

@media (max-width: 768px) {
  .newsdetail_row .info_btn_Jump {
    width: 100%;
  }
}

.newsdetail_row .info_btn_Jump > div {
  margin-bottom: .12rem;
}

.newsdetail_row .info_btn_Jump > div > a:hover > em, .newsdetail_row .info_btn_Jump > div > a:hover > span {
  color: #006ab8;
}

.newsdetail_row .info_btn_Jump > div span {
  color: #999;
  margin-right: .1rem;
  transition: all .2s;
}

.newsdetail_row .info_btn_Jump > div em {
  color: #666;
  transition: all .2s;
}

.newsdetail_row .info_btn_Jump > div:last-child {
  margin-bottom: 0;
}

.newsdetail_row .info_btn_back {
  margin-left: auto;
  filter: url("#gooey");
  position: relative;
  z-index: 2;
  width: 1.2rem;
  height: .4rem;
  line-height: .4rem;
}

.newsdetail_row .info_btn_back::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.newsdetail_row .info_btn_back .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.newsdetail_row .info_btn_back .bubbles .bubble {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  width: .2rem;
  height: .2rem;
}

.newsdetail_row .info_btn_back .bubbles .bubble:nth-child(1) {
  left: .13rem;
  -webkit-animation: move-1 3.02s infinite;
  animation: move-1 3.02s infinite;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.newsdetail_row .info_btn_back .bubbles .bubble:nth-child(2) {
  left: .18rem;
  -webkit-animation: move-2 3.04s infinite;
  animation: move-2 3.04s infinite;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.newsdetail_row .info_btn_back .bubbles .bubble:nth-child(3) {
  left: .71rem;
  -webkit-animation: move-3 3.06s infinite;
  animation: move-3 3.06s infinite;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.newsdetail_row .info_btn_back .bubbles .bubble:nth-child(4) {
  left: .35rem;
  -webkit-animation: move-4 3.08s infinite;
  animation: move-4 3.08s infinite;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.newsdetail_row .info_btn_back .bubbles .bubble:nth-child(5) {
  left: .34rem;
  -webkit-animation: move-5 3.1s infinite;
  animation: move-5 3.1s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.newsdetail_row .info_btn_back .bubbles .bubble:nth-child(6) {
  left: .36rem;
  -webkit-animation: move-6 3.12s infinite;
  animation: move-6 3.12s infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.newsdetail_row .info_btn_back .bubbles .bubble:nth-child(7) {
  left: .91rem;
  -webkit-animation: move-7 3.14s infinite;
  animation: move-7 3.14s infinite;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.newsdetail_row .info_btn_back .bubbles .bubble:nth-child(8) {
  left: .62rem;
  -webkit-animation: move-8 3.16s infinite;
  animation: move-8 3.16s infinite;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.newsdetail_row .info_btn_back .bubbles .bubble:nth-child(9) {
  left: .57rem;
  -webkit-animation: move-9 3.18s infinite;
  animation: move-9 3.18s infinite;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.newsdetail_row .info_btn_back .bubbles .bubble:nth-child(10) {
  left: .49rem;
  -webkit-animation: move-10 3.2s infinite;
  animation: move-10 3.2s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes move-1 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.09rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-1 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.09rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-2 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.76rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-2 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.76rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-3 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.25rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-3 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.25rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-4 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.66rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-4 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.66rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-5 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.74rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-5 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.74rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-6 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.22rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-6 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.22rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-7 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.8rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-7 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.8rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-8 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.89rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-8 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.89rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-9 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, 0.72rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-9 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.72rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-10 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.2rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-10 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.2rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@media (max-width: 768px) {
  .newsdetail_row .info_btn_back {
    margin: 0 auto;
  }
}

.newsdetail_row .info_btn_back .bubbles > .bubble {
  background-color: #006ab8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.newsdetail_row .info_btn_back::after {
  background-color: #006ab8;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
}

@media (max-width: 768px) {
  .newsdetail_row .info_btn_back {
    margin-top: 0.13rem;
  }
  .newsdetail_row .info_btn_back .bubbles {
    display: none;
  }
}

.newsdetail_row .info_btn_back > a {
  display: block;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
}

.newsdetail_row .info_btn_back > a .anitxts {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -2;
  text-align: center;
}

.newsdetail_row .info_btn_back > a .anitxts > span {
  display: inline-block;
  opacity: 0;
  -webkit-opacity: 0;
  -webkit-transform: translate3d(0, -0.1rem, 0);
  transform: translate3d(0, -0.1rem, 0);
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.newsdetail_row .info_btn_back > a::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.newsdetail_row .info_btn_back > a:hover::before {
  opacity: 0;
  -webkit-opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.newsdetail_row .info_btn_back > a:hover .anitxts > span {
  opacity: 1;
  -webkit-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.newsdetail_row .info_btn_back > a:hover .anitxts > span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.newsdetail_row .info_btn_back > a:hover .anitxts > span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.newsdetail_row .info_btn_back > a:hover .anitxts > span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.newsdetail_row .info_btn_back > a:hover .anitxts > span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.joinrecruit {
  padding-top: 1.4rem;
  padding-bottom: 1rem;
}

@media (max-width: 1200px) {
  .joinrecruit {
    padding-top: 1.2rem;
  }
}

@media (max-width: 992px) {
  .joinrecruit {
    padding: .8rem 0;
  }
}

@media (max-width: 768px) {
  .joinrecruit {
    padding-top: .6rem;
  }
}

.joinrecruit_row .joinrecruit_query {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10;
}

@media (max-width: 768px) {
  .joinrecruit_row .joinrecruit_query {
    flex-wrap: wrap;
  }
}

.joinrecruit_row .joinrecruit_query_item {
  margin-right: .1rem;
}

@media (max-width: 768px) {
  .joinrecruit_row .joinrecruit_query_item {
    margin-right: 0;
    width: 100% !important;
  }
}

.joinrecruit_row .joinrecruit_query_item:last-child {
  margin-right: 0;
}

.joinrecruit_row .joinrecruit_query_item > div, .joinrecruit_row .joinrecruit_query_item > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f2f7fa;
  padding: 0 .26rem;
  height: .6rem;
  align-items: center;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_query_item > div, .joinrecruit_row .joinrecruit_query_item > a {
    padding: 0 .2rem;
    height: .5rem;
  }
}

.joinrecruit_row .joinrecruit_query_item.pulldown {
  width: 30%;
  position: relative;
}

.joinrecruit_row .joinrecruit_query_item.pulldown > a {
  font-size: .16rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_query_item.pulldown > a {
    font-size: .14rem;
  }
}

.joinrecruit_row .joinrecruit_query_item.pulldown > a:hover > i {
  color: #006ab8;
}

.joinrecruit_row .joinrecruit_query_item.pulldown > a > span {
  color: #333;
}

.joinrecruit_row .joinrecruit_query_item.pulldown > a > i {
  margin-left: auto;
  color: #bbb;
  transition: all .2s, transform .4s;
}

.joinrecruit_row .joinrecruit_query_item.pulldown .queryDrop {
  transition: all .4s;
  -webkit-transition: all .4s;
  position: absolute;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transform: translateY(0.2rem);
  -webkit-transform: translateY(0.2rem);
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: .1rem 0;
}

.joinrecruit_row .joinrecruit_query_item.pulldown .queryDrop > li {
  line-height: .46rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_query_item.pulldown .queryDrop > li {
    line-height: .38rem;
    font-size: .13rem;
  }
}

.joinrecruit_row .joinrecruit_query_item.pulldown .queryDrop > li > a {
  display: block;
  color: #333;
  transition: all .2s;
  -webkit-transition: all .2s;
  padding: 0 .26rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_query_item.pulldown .queryDrop > li > a {
    padding: 0 .2rem;
  }
}

.joinrecruit_row .joinrecruit_query_item.pulldown .queryDrop > li > a:hover {
  background-color: #f5f5f5;
  color: #0950a7;
}

.joinrecruit_row .joinrecruit_query_item.pulldown.active .queryDrop {
  opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
}

.joinrecruit_row .joinrecruit_query_item.pulldown.active > a > i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.joinrecruit_row .joinrecruit_query_item.entering {
  width: 68%;
  margin-left: auto;
}

@media (max-width: 768px) {
  .joinrecruit_row .joinrecruit_query_item.entering {
    order: -1;
    margin-bottom: .15rem;
  }
}

.joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 60%;
  padding-right: .2rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_input {
    padding-right: .1rem;
  }
}

.joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_input input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-size: .16rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_input input {
    font-size: .14rem;
  }
}

.joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_input input input::-webkit-input-placeholder {
  color: #999;
}

.joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_input input input:-moz-placeholder {
  color: #999;
}

.joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_input input input:-ms-placeholder {
  color: #999;
}

.joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_input input input:-o-placeholder {
  color: #999;
}

.joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_input input input:placeholder {
  color: #999;
}

.joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_btn {
  width: .36rem;
  height: .36rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_btn {
    width: .34rem;
    height: .34rem;
  }
}

.joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_btn > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #006ab8;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_btn > a > i {
  font-size: .22rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_query_item.entering > div .joinrecruit_query_btn > a > i {
    font-size: .2rem;
  }
}

.joinrecruit_row .joinrecruit_table {
  margin-top: .5rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_table {
    margin-top: .25rem;
  }
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list {
  width: 100%;
  text-align: left;
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > thead {
  border-bottom: 2px solid #0950a7;
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > thead th {
  height: .8rem;
  font-size: .18rem;
  padding: 0 .3rem;
  font-weight: bold;
  color: #111;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > thead th {
    height: .6rem;
    font-size: .16rem;
    padding: 0 .15rem;
  }
}

@media (max-width: 768px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > thead th {
    padding: 0 .05rem;
    font-size: .14rem;
  }
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > thead th:first-child {
  padding-left: .6rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > thead th:first-child {
    padding-left: .3rem;
  }
}

@media (max-width: 768px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > thead th:first-child {
    padding-left: .15rem;
  }
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > thead th:last-child {
  padding-right: .6rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > thead th:last-child {
    padding-right: .3rem;
  }
}

@media (max-width: 768px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > thead th:last-child {
    padding-right: .15rem;
  }
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check {
  transition: all .4s;
  background-color: #fff;
  cursor: pointer;
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check td {
  height: .8rem;
  font-size: .16rem;
  padding: 0 .3rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check td {
    height: .6rem;
    padding: 0 .15rem;
    font-size: .14rem;
  }
}

@media (max-width: 768px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check td {
    padding: 0 .05rem;
    font-size: .13rem;
  }
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check td:first-child {
  padding-left: .6rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check td:first-child {
    padding-left: .3rem;
  }
}

@media (max-width: 768px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check td:first-child {
    padding-left: .15rem;
  }
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check td:last-child {
  padding-right: .6rem;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check td:last-child {
    padding-right: .3rem;
  }
}

@media (max-width: 768px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check td:last-child {
    padding-right: .15rem;
  }
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check :deep(.table_key) {
  color: #006ab8;
  transition: all .4s;
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check .table_switch {
  width: .16rem;
  height: .16rem;
  display: inline-block;
  position: relative;
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check .table_switch {
    width: .15rem;
    height: .15rem;
  }
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check .table_switch::before, .joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check .table_switch::after {
  content: '';
  background-color: #006ab8;
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  transition: all 0.4s;
  left: 0;
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check .table_switch::before {
  transform: rotate(-180deg);
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check .table_switch::after {
  transform: rotate(-270deg);
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check.on {
  background-color: #006ab8;
  color: #fff;
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check.on :deep(.table_key) {
  color: #fff;
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check.on .table_switch::before, .joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_check.on .table_switch::after {
  background-color: #fff;
  transform: none;
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_info {
  border-bottom: 1px solid #d8d8d8;
  background-color: #fff;
  transition: background-color .4s;
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_info .table_info_cnt {
  display: none;
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_info .table_info_cnt > div {
  padding: .3rem .6rem;
  color: #666;
  line-height: 1.5;
}

@media (max-width: 1200px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_info .table_info_cnt > div {
    padding: .25rem .45rem;
  }
}

@media (max-width: 992px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_info .table_info_cnt > div {
    padding: .2rem .35rem;
  }
}

@media (max-width: 768px) {
  .joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_info .table_info_cnt > div {
    padding: .15rem .25rem;
  }
}

.joinrecruit_row .joinrecruit_table .joinrecruit_list > tbody .table_info.on {
  background-color: #f2f7fa;
}

.contactMode {
  padding-top: .7rem;
  padding-bottom: 1rem;
}

@media (max-width: 992px) {
  .contactMode {
    padding-top: .3rem;
    padding-bottom: .8rem;
  }
}

@media (max-width: 768px) {
  .contactMode {
    padding-bottom: 0;
  }
}

.contactMode_row .master_titile > p {
  font-size: .16rem;
  margin-top: .25rem;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .contactMode_row .master_titile > p {
    margin-top: .15rem;
    font-size: .14rem;
  }
}

.contactMode_info {
  position: relative;
  padding-top: 1.1rem;
  margin-top: 0.3rem;
}

@media (max-width: 1440px) {
  .contactMode_info {
    padding-top: .8rem;
  }
}

@media (max-width: 1200px) {
  .contactMode_info {
    padding-top: .5rem;
  }
}

@media (max-width: 992px) {
  .contactMode_info {
    padding-top: .3rem;
  }
}

@media (max-width: 768px) {
  .contactMode_info {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-top: .4rem;
  }
}

.contactMode_info .contactMode_line {
  background-color: #f5f8fb;
}

@media (max-width: 768px) {
  .contactMode_info .contactMode_line {
    width: 100%;
  }
}

.contactMode_info .contactMode_line .contactMode_text {
  padding: .8rem 0;
}

@media (max-width: 1440px) {
  .contactMode_info .contactMode_line .contactMode_text {
    padding: .7rem 0;
  }
}

@media (max-width: 1200px) {
  .contactMode_info .contactMode_line .contactMode_text {
    padding: .6rem 0;
  }
}

@media (max-width: 992px) {
  .contactMode_info .contactMode_line .contactMode_text {
    padding: .5rem 0;
  }
}

.contactMode_info .contactMode_line .contactMode_text .contactMode_p {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  margin-bottom: .2rem;
  line-height: 1.6;
  max-width: 40%;
}

@media (max-width: 1440px) {
  .contactMode_info .contactMode_line .contactMode_text .contactMode_p {
    margin-bottom: .3rem;
  }
}

@media (max-width: 1200px) {
  .contactMode_info .contactMode_line .contactMode_text .contactMode_p {
    margin-bottom: .2rem;
  }
}

@media (max-width: 992px) {
  .contactMode_info .contactMode_line .contactMode_text .contactMode_p {
    margin-bottom: .1rem;
    max-width: 100%;
  }
}

.contactMode_info .contactMode_line .contactMode_text .contactMode_p > i {
  font-size: .24rem;
  color: #006ab8;
  background: -webkit-linear-gradient(top, #08a1ef, #006ab8);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: .12rem;
}

@media (max-width: 992px) {
  .contactMode_info .contactMode_line .contactMode_text .contactMode_p > i {
    font-size: .22rem;
  }
}

.contactMode_info .contactMode_line .contactMode_text .contactMode_p > span {
  font-size: .2rem;
}

@media (max-width: 1440px) {
  .contactMode_info .contactMode_line .contactMode_text .contactMode_p > span {
    font-size: .18rem;
  }
}

@media (max-width: 1200px) {
  .contactMode_info .contactMode_line .contactMode_text .contactMode_p > span {
    font-size: .16rem;
  }
}

@media (max-width: 992px) {
  .contactMode_info .contactMode_line .contactMode_text .contactMode_p > span {
    font-size: .14rem;
  }
}

.contactMode_info .contactMode_line .contactMode_text .contactMode_p:last-child {
  margin-bottom: 0;
}

.contactMode_info .contactMode_map {
  position: absolute;
  top: 0;
  left: 45%;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .contactMode_info .contactMode_map {
    position: static;
    height: 38vh;
    order: -1;
    width: 100%;
    margin: 0 auto;
  }
}

.contactMode_info .contactMode_map #gd_map {
  width: 100%;
  height: 100%;
}

.contactMode_info .contactMode_map #gd_map .map_spot {
  width: .5rem;
  height: .5rem;
  background-color: #006ab8;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 768px) {
  .contactMode_info .contactMode_map #gd_map .map_spot {
    width: .4rem;
    height: .4rem;
  }
}

.contactMode_info .contactMode_map #gd_map .map_spot > img {
  position: absolute;
  max-width: 70% !important;
  max-height: 70% !important;
  object-fit: contain;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.contactMode_info .contactMode_map #gd_map .map_spot::before, .contactMode_info .contactMode_map #gd_map .map_spot::after {
  content: '';
  background-color: #006ab8;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-opacity: 0;
  z-index: -1;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.contactMode_info .contactMode_map #gd_map .map_spot:before {
  animation: sign01 2s .4s infinite;
  -webkit-animation: sign01 2s .4s infinite;
}

.contactMode_info .contactMode_map #gd_map .map_spot:after {
  animation: sign02 2s infinite;
  -webkit-animation: sign02 2s infinite;
}

@keyframes sign01 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
  100% {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@-webkit-keyframes sign01 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
  100% {
    transform: scale(3);
    -webkit-transform: scale(3);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@keyframes sign02 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
  100% {
    transform: scale(4);
    -webkit-transform: scale(4);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

@-webkit-keyframes sign02 {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
    -webkit-opacity: 1;
  }
  100% {
    transform: scale(4);
    -webkit-transform: scale(4);
    opacity: 0;
    -webkit-opacity: 0;
  }
}

.contactForm {
  padding-top: .7rem;
  padding-bottom: 1rem;
}

@media (max-width: 992px) {
  .contactForm {
    padding-top: .3rem;
    padding-bottom: .8rem;
  }
}

.contactForm_row {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1440px) {
  .contactForm_row {
    max-width: 90%;
  }
}

@media (max-width: 768px) {
  .contactForm_row {
    width: 75%;
  }
}

@media (max-width: 480px) {
  .contactForm_row {
    width: 90%;
  }
}

.contactForm_row .master_titile {
  text-align: center;
}

.contactForm_row .master_titile > p {
  font-size: .16rem;
  color: #666;
  margin-top: .25rem;
  line-height: 1.5;
}

@media (max-width: 992px) {
  .contactForm_row .master_titile > p {
    font-size: .14rem;
    margin-top: .15rem;
  }
}

.contactForm_row .contactForm_form {
  padding-top: .7rem;
}

@media (max-width: 1200px) {
  .contactForm_row .contactForm_form {
    padding-top: .5rem;
  }
}

@media (max-width: 992px) {
  .contactForm_row .contactForm_form {
    padding-top: .3rem;
  }
}

.contactForm_row .contactForm_form .contactForm_line {
  margin: 0 -.15rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .contactForm_row .contactForm_form .contactForm_line {
    margin: 0 -.1rem;
  }
}

@media (max-width: 768px) {
  .contactForm_row .contactForm_form .contactForm_line {
    flex-wrap: wrap;
  }
}

.contactForm_row .contactForm_form .contactForm_line .contactForm_input {
  padding: .15rem;
  width: 33.33333%;
}

@media (max-width: 992px) {
  .contactForm_row .contactForm_form .contactForm_line .contactForm_input {
    padding: .1rem;
  }
}

@media (max-width: 768px) {
  .contactForm_row .contactForm_form .contactForm_line .contactForm_input {
    width: 100%;
  }
}

.contactForm_row .contactForm_form .contactForm_line .contactForm_input > div {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e0e7ec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: .14rem .28rem;
  align-items: center;
}

@media (max-width: 992px) {
  .contactForm_row .contactForm_form .contactForm_line .contactForm_input > div {
    padding: .1rem .2rem;
  }
}

.contactForm_row .contactForm_form .contactForm_line .contactForm_input > div span {
  font-size: .16rem;
  color: #999;
  min-width: .65rem;
  display: inline-block;
}

@media (max-width: 992px) {
  .contactForm_row .contactForm_form .contactForm_line .contactForm_input > div span {
    font-size: .14rem;
    min-width: .55rem;
  }
}

.contactForm_row .contactForm_form .contactForm_line .contactForm_input > div input {
  height: .3rem;
  border: none;
  background: none;
  font-size: .16rem;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
}

.contactForm_row .contactForm_form .contactForm_line .contactForm_txt {
  width: 100%;
  padding: .15rem;
}

@media (max-width: 992px) {
  .contactForm_row .contactForm_form .contactForm_line .contactForm_txt {
    padding: .1rem;
  }
}

.contactForm_row .contactForm_form .contactForm_line .contactForm_txt > div {
  border: 1px solid #e0e7ec;
  padding: .14rem .28rem;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .contactForm_row .contactForm_form .contactForm_line .contactForm_txt > div {
    padding: .1rem .2rem;
  }
}

.contactForm_row .contactForm_form .contactForm_line .contactForm_txt > div span {
  font-size: .16rem;
  color: #999;
  min-width: .6rem;
  display: inline-block;
}

@media (max-width: 992px) {
  .contactForm_row .contactForm_form .contactForm_line .contactForm_txt > div span {
    font-size: .14rem;
    min-width: .55rem;
  }
}

.contactForm_row .contactForm_form .contactForm_line .contactForm_txt > div textarea {
  border: none;
  background: none;
  font-size: .16rem;
  resize: none;
  color: #666;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contactForm_row .contactForm_form .feedback_submit {
  margin-top: .4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.contactForm_row .contactForm_form .feedback_submit_item {
  margin: 0 .1rem;
  font-size: .16rem;
  position: relative;
  z-index: 2;
}

.contactForm_row .contactForm_form .feedback_submit_item::after {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .contactForm_row .contactForm_form .feedback_submit_item::after {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
  }
}

@media (max-width: 992px) {
  .contactForm_row .contactForm_form .feedback_submit_item {
    font-size: .14rem;
    margin: 0 .08rem;
  }
}

.contactForm_row .contactForm_form .feedback_submit_item > button {
  display: block;
  background: none;
  border: none;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
  color: #fff;
  height: .5rem;
  line-height: .5rem;
  width: 2rem;
}

.contactForm_row .contactForm_form .feedback_submit_item > button .anitxts {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -2;
  text-align: center;
}

.contactForm_row .contactForm_form .feedback_submit_item > button .anitxts > span {
  display: inline-block;
  opacity: 0;
  -webkit-opacity: 0;
  -webkit-transform: translate3d(0, -0.1rem, 0);
  transform: translate3d(0, -0.1rem, 0);
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.contactForm_row .contactForm_form .feedback_submit_item > button::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.contactForm_row .contactForm_form .feedback_submit_item > button:hover::before {
  opacity: 0;
  -webkit-opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.contactForm_row .contactForm_form .feedback_submit_item > button:hover .anitxts > span {
  opacity: 1;
  -webkit-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.contactForm_row .contactForm_form .feedback_submit_item > button:hover .anitxts > span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.contactForm_row .contactForm_form .feedback_submit_item > button:hover .anitxts > span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.contactForm_row .contactForm_form .feedback_submit_item > button:hover .anitxts > span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.contactForm_row .contactForm_form .feedback_submit_item > button:hover .anitxts > span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media (max-width: 992px) {
  .contactForm_row .contactForm_form .feedback_submit_item > button {
    width: 1.3rem;
    height: .4rem;
    line-height: .4rem;
  }
}

.contactForm_row .contactForm_form .feedback_submit_item > button > .anitxts {
  top: 0;
  left: 0;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn {
  filter: url("#gooey");
  position: relative;
  z-index: 2;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn::after {
  background-color: #006ab8;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles .bubble {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  width: .2rem;
  height: .2rem;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles .bubble:nth-child(1) {
  left: .13rem;
  -webkit-animation: move-1 3.02s infinite;
  animation: move-1 3.02s infinite;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles .bubble:nth-child(2) {
  left: .18rem;
  -webkit-animation: move-2 3.04s infinite;
  animation: move-2 3.04s infinite;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles .bubble:nth-child(3) {
  left: .71rem;
  -webkit-animation: move-3 3.06s infinite;
  animation: move-3 3.06s infinite;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles .bubble:nth-child(4) {
  left: .35rem;
  -webkit-animation: move-4 3.08s infinite;
  animation: move-4 3.08s infinite;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles .bubble:nth-child(5) {
  left: .34rem;
  -webkit-animation: move-5 3.1s infinite;
  animation: move-5 3.1s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles .bubble:nth-child(6) {
  left: .36rem;
  -webkit-animation: move-6 3.12s infinite;
  animation: move-6 3.12s infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles .bubble:nth-child(7) {
  left: .91rem;
  -webkit-animation: move-7 3.14s infinite;
  animation: move-7 3.14s infinite;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles .bubble:nth-child(8) {
  left: .62rem;
  -webkit-animation: move-8 3.16s infinite;
  animation: move-8 3.16s infinite;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles .bubble:nth-child(9) {
  left: .57rem;
  -webkit-animation: move-9 3.18s infinite;
  animation: move-9 3.18s infinite;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles .bubble:nth-child(10) {
  left: .49rem;
  -webkit-animation: move-10 3.2s infinite;
  animation: move-10 3.2s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes move-1 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.09rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-1 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.09rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-2 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.76rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-2 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.76rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-3 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.25rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-3 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.25rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-4 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.66rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-4 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.66rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-5 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.74rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-5 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.74rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-6 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.22rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-6 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.22rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-7 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.8rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-7 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.8rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-8 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.89rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-8 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.89rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-9 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, 0.72rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-9 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.72rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-10 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.2rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-10 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.2rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

.contactForm_row .contactForm_form .feedback_submit .submit_btn .bubbles > .bubble {
  background-color: #006ab8;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.contactForm_row .contactForm_form .feedback_submit .reset_btn::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #bec5ca;
}

.servicebox {
  padding: 1.4rem 0;
}

@media (max-width: 1200px) {
  .servicebox {
    padding: 1rem 0;
  }
}

@media (max-width: 992px) {
  .servicebox {
    padding: .6rem 0;
  }
}

.servicebox_row .list {
  margin: -.35rem 0;
}

@media (max-width: 1200px) {
  .servicebox_row .list {
    margin: -.25rem 0;
  }
}

@media (max-width: 992px) {
  .servicebox_row .list {
    margin: -.15rem 0;
  }
}

.servicebox_row .list_item {
  padding: .35rem 0;
}

@media (max-width: 1200px) {
  .servicebox_row .list_item {
    padding: .25rem 0;
  }
}

@media (max-width: 992px) {
  .servicebox_row .list_item {
    padding: .15rem 0;
  }
}

.servicebox_row .list_item > div {
  padding-bottom: 40%;
  position: relative;
}

@media (max-width: 992px) {
  .servicebox_row .list_item > div {
    padding-bottom: 0;
    height: 3.6rem;
  }
}

@media (max-width: 768px) {
  .servicebox_row .list_item > div {
    height: 2.8rem;
  }
}

.servicebox_row .list_item_bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.servicebox_row .list_item_bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.servicebox_row .list_item_info {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8.5%;
  color: #fff;
}

.servicebox_row .list_item_info .list_title {
  font-size: .38rem;
  line-height: 1;
  margin-bottom: .25rem;
  font-weight: bold;
}

@media (max-width: 1440px) {
  .servicebox_row .list_item_info .list_title {
    font-size: .32rem;
  }
}

@media (max-width: 1200px) {
  .servicebox_row .list_item_info .list_title {
    font-size: .28rem;
  }
}

@media (max-width: 992px) {
  .servicebox_row .list_item_info .list_title {
    font-size: .24rem;
    margin-bottom: .15rem;
  }
}

.servicebox_row .list_item_info .list_p {
  font-size: .24rem;
  line-height: 1.6;
}

@media (max-width: 1440px) {
  .servicebox_row .list_item_info .list_p {
    font-size: .22rem;
  }
}

@media (max-width: 1200px) {
  .servicebox_row .list_item_info .list_p {
    font-size: .18rem;
  }
}

@media (max-width: 992px) {
  .servicebox_row .list_item_info .list_p {
    font-size: .16rem;
  }
}

.servicebox_row .list_item_info .list_btn {
  margin-top: .4rem;
  filter: url("#gooey");
  position: relative;
  z-index: 2;
  width: 1.6rem;
  height: .48rem;
  line-height: .48rem;
}

.servicebox_row .list_item_info .list_btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

.servicebox_row .list_item_info .list_btn .bubbles {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.servicebox_row .list_item_info .list_btn .bubbles .bubble {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: -1;
  width: .2rem;
  height: .2rem;
}

.servicebox_row .list_item_info .list_btn .bubbles .bubble:nth-child(1) {
  left: .13rem;
  -webkit-animation: move-1 3.02s infinite;
  animation: move-1 3.02s infinite;
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}

.servicebox_row .list_item_info .list_btn .bubbles .bubble:nth-child(2) {
  left: .18rem;
  -webkit-animation: move-2 3.04s infinite;
  animation: move-2 3.04s infinite;
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}

.servicebox_row .list_item_info .list_btn .bubbles .bubble:nth-child(3) {
  left: .71rem;
  -webkit-animation: move-3 3.06s infinite;
  animation: move-3 3.06s infinite;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.servicebox_row .list_item_info .list_btn .bubbles .bubble:nth-child(4) {
  left: .35rem;
  -webkit-animation: move-4 3.08s infinite;
  animation: move-4 3.08s infinite;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.servicebox_row .list_item_info .list_btn .bubbles .bubble:nth-child(5) {
  left: .34rem;
  -webkit-animation: move-5 3.1s infinite;
  animation: move-5 3.1s infinite;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.servicebox_row .list_item_info .list_btn .bubbles .bubble:nth-child(6) {
  left: .36rem;
  -webkit-animation: move-6 3.12s infinite;
  animation: move-6 3.12s infinite;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.servicebox_row .list_item_info .list_btn .bubbles .bubble:nth-child(7) {
  left: .91rem;
  -webkit-animation: move-7 3.14s infinite;
  animation: move-7 3.14s infinite;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.servicebox_row .list_item_info .list_btn .bubbles .bubble:nth-child(8) {
  left: .62rem;
  -webkit-animation: move-8 3.16s infinite;
  animation: move-8 3.16s infinite;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.servicebox_row .list_item_info .list_btn .bubbles .bubble:nth-child(9) {
  left: .57rem;
  -webkit-animation: move-9 3.18s infinite;
  animation: move-9 3.18s infinite;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.servicebox_row .list_item_info .list_btn .bubbles .bubble:nth-child(10) {
  left: .49rem;
  -webkit-animation: move-10 3.2s infinite;
  animation: move-10 3.2s infinite;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@-webkit-keyframes move-1 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.09rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-1 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.09rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-2 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.76rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-2 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.76rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-3 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.25rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-3 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.25rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-4 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.66rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-4 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.66rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-5 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.74rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-5 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.74rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-6 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.22rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-6 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.22rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-7 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.8rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-7 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.8rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-8 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.89rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-8 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.89rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-9 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, 0.72rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-9 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -0.72rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes move-10 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.2rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

@keyframes move-10 {
  0% {
    transform: translate(0, 0);
  }
  99% {
    transform: translate(0, -1.2rem);
  }
  100% {
    transform: translate(0, 0);
    opacity: 0;
  }
}

.servicebox_row .list_item_info .list_btn .bubbles > .bubble {
  background-color: #08a1ef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.servicebox_row .list_item_info .list_btn::after {
  background-color: #08a1ef;
  -webkit-border-radius: 0.48rem;
  -moz-border-radius: 0.48rem;
  border-radius: 0.48rem;
}

@media (max-width: 1200px) {
  .servicebox_row .list_item_info .list_btn {
    width: 1.4rem;
    height: .42rem;
    line-height: .42rem;
    -webkit-border-radius: 0.42rem;
    -moz-border-radius: 0.42rem;
    border-radius: 0.42rem;
  }
}

@media (max-width: 992px) {
  .servicebox_row .list_item_info .list_btn {
    width: 1.2rem;
    height: .38rem;
    line-height: .38rem;
    -webkit-border-radius: 0.38rem;
    -moz-border-radius: 0.38rem;
    border-radius: 0.38rem;
    margin-top: .25rem;
  }
}

.servicebox_row .list_item_info .list_btn > a {
  font-size: .16rem;
  display: block;
  color: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  width: 100%;
  height: 100%;
}

.servicebox_row .list_item_info .list_btn > a .anitxts {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  z-index: -2;
  text-align: center;
}

.servicebox_row .list_item_info .list_btn > a .anitxts > span {
  display: inline-block;
  opacity: 0;
  -webkit-opacity: 0;
  -webkit-transform: translate3d(0, -0.1rem, 0);
  transform: translate3d(0, -0.1rem, 0);
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.servicebox_row .list_item_info .list_btn > a::before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
  transition: transform 0.35s, opacity 0.35s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
}

.servicebox_row .list_item_info .list_btn > a:hover::before {
  opacity: 0;
  -webkit-opacity: 0;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}

.servicebox_row .list_item_info .list_btn > a:hover .anitxts > span {
  opacity: 1;
  -webkit-opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.servicebox_row .list_item_info .list_btn > a:hover .anitxts > span:nth-child(1) {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

.servicebox_row .list_item_info .list_btn > a:hover .anitxts > span:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.servicebox_row .list_item_info .list_btn > a:hover .anitxts > span:nth-child(3) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

.servicebox_row .list_item_info .list_btn > a:hover .anitxts > span:nth-child(4) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

@media (max-width: 992px) {
  .servicebox_row .list_item_info .list_btn > a {
    font-size: .14rem;
  }
}

.pft {
  position: relative;
  height: 41vw;
}

@media (max-width: 992px) {
  .pft {
    height: 40vh;
  }
}

.pft_bg {
  width: 100%;
  height: 100%;
}

.pft_bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pft_info {
  padding-top: .86rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 992px) {
  .pft_info {
    padding-top: .65rem;
  }
}

.pft_info .pft_row:before, .pft_info .pft_row:after {
  content: " ";
  display: table;
}

.pft_info .pft_row:after {
  clear: both;
}

.pft_info .pft_txt {
  float: left;
  color: #fff;
}

.pft_info .pft_txt_name {
  font-size: .46rem;
  line-height: 1;
  margin-bottom: .2rem;
}

@media (max-width: 1600px) {
  .pft_info .pft_txt_name {
    font-size: .42rem;
  }
}

@media (max-width: 1440px) {
  .pft_info .pft_txt_name {
    font-size: .36rem;
  }
}

@media (max-width: 1200px) {
  .pft_info .pft_txt_name {
    font-size: .28rem;
  }
}

@media (max-width: 992px) {
  .pft_info .pft_txt_name {
    font-size: .24rem;
  }
}

.pft_info .pft_txt_p {
  font-size: .28rem;
  line-height: 1.4;
}

@media (max-width: 1440px) {
  .pft_info .pft_txt_p {
    font-size: .24rem;
  }
}

@media (max-width: 1200px) {
  .pft_info .pft_txt_p {
    font-size: .2rem;
  }
}

@media (max-width: 992px) {
  .pft_info .pft_txt_p {
    font-size: .16rem;
  }
}

.pft_info .pft_txt_icon {
  margin-top: .55rem;
  width: 50px;
}

.pft_info .pft_txt_icon > img {
  width: 100%;
}

@media (max-width: 1440px) {
  .pft_info .pft_txt_icon {
    margin-top: .45rem;
  }
}

@media (max-width: 1200px) {
  .pft_info .pft_txt_icon {
    margin-top: .35rem;
    width: 46px;
  }
}

@media (max-width: 992px) {
  .pft_info .pft_txt_icon {
    margin-top: .25rem;
    width: 36px;
  }
}

.pft_info .pft_next {
  float: right;
  padding-top: .4rem;
}

@media (max-width: 992px) {
  .pft_info .pft_next {
    display: none;
  }
}

.pft_info .pft_next > a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #fff;
}

.pft_info .pft_next > a > span {
  font-size: .2rem;
  font-weight: bold;
  margin-right: .15rem;
}

@media (max-width: 1440px) {
  .pft_info .pft_next > a > span {
    font-size: .18rem;
  }
}

.pft_info .pft_next > a > i {
  font-size: .18rem;
}

@media (max-width: 1440px) {
  .pft_info .pft_next > a > i {
    font-size: .16rem;
  }
}

.platforms {
  padding-top: .7rem;
  padding-bottom: 1rem;
  background: url(../../assets/image/img/bgx.png) no-repeat center bottom;
}

@media (max-width: 992px) {
  .platforms {
    padding-top: .3rem;
    padding-bottom: .8rem;
  }
}

@media (max-width: 992px) {
  .platforms {
    background-size: contain;
  }
}

.platforms_row .master_titile {
  text-align: center;
}

.platforms_row .master_titile h1 {
  margin-bottom: 0.4rem;
}

.platforms_row .master_titile > p {
  font-size: .18rem;
  line-height: 1.8;
  color: #666;
}

@media (max-width: 1200px) {
  .platforms_row .master_titile > p {
    font-size: .16rem;
  }
}

@media (max-width: 992px) {
  .platforms_row .master_titile > p {
    margin-top: .25rem;
    font-size: .14rem;
  }
}

.platforms_row .platform_btn {
  margin-top: .4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  text-align: center;
}

@media (max-width: 992px) {
  .platforms_row .platform_btn {
    margin-top: .25rem;
  }
}

@media (max-width: 768px) {
  .platforms_row .platform_btn {
    flex-wrap: wrap;
  }
}

.platforms_row .platform_btn_item {
  padding: 0 .15rem;
  position: relative;
  z-index: 2;
}

@media (max-width: 992px) {
  .platforms_row .platform_btn_item {
    padding: 0 .1rem;
  }
}

@media (max-width: 768px) {
  .platforms_row .platform_btn_item {
    width: 100%;
    padding: 0;
    margin-bottom: .15rem;
  }
  .platforms_row .platform_btn_item:last-child {
    margin-bottom: 0;
  }
}

.platforms_row .platform_btn_item:hover .contact_mode_code {
  opacity: 1;
  opacity: 1;
  visibility: visible;
  transform: none;
  -webkit-transform: none;
}

.platforms_row .platform_btn_item .contact_mode_code {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  position: absolute;
  bottom: 120%;
  left: 50%;
  opacity: 0;
  opacity: 0;
  margin-left: -65px;
  visibility: hidden;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  padding: 8px;
  border: 1px solid #e0e0e0;
  -webkit-transition: cubic-bezier(0.4, 0.4, 0, 1) 0.4s;
  transition: cubic-bezier(0.4, 0.4, 0, 1) 0.4s;
}

.platforms_row .platform_btn_item .contact_mode_code img {
  width: 130px;
}

.platforms_row .platform_btn_item .contact_mode_code :after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0px;
  margin-left: -6px;
  border-style: solid;
  border-width: 6px;
  border-color: #fff #fff transparent transparent;
  transform: rotate(-225deg);
  -webkit-transform: rotate(-225deg);
  box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px -2px 2px rgba(0, 0, 0, 0.1);
}

.platforms_row .platform_btn_item > a {
  display: block;
  width: 2.6rem;
  height: .6rem;
  line-height: .6rem;
  border-radius: .6rem;
  background-color: #e8f2f9;
  font-size: .16rem;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  z-index: 2;
  position: relative;
  transition: all .2s;
}

@media (max-width: 1200px) {
  .platforms_row .platform_btn_item > a {
    width: 2.4rem;
    height: .55rem;
    line-height: .55rem;
    border-radius: .55rem;
  }
}

@media (max-width: 992px) {
  .platforms_row .platform_btn_item > a {
    width: 2.2rem;
    height: .5rem;
    line-height: .5rem;
    border-radius: .5rem;
    font-size: .14rem;
  }
}

@media (max-width: 768px) {
  .platforms_row .platform_btn_item > a {
    width: 100%;
  }
}

.platforms_row .platform_btn_item > a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to right, #006ab8, #09a2ef);
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all .2s;
}

@media (min-width: 992px) {
  .platforms_row .platform_btn_item > a:hover {
    color: #fff;
  }
  .platforms_row .platform_btn_item > a:hover::after {
    opacity: 1;
  }
}

.platforms_row .platform {
  margin-top: 1rem;
}

@media (max-width: 992px) {
  .platforms_row .platform {
    margin-top: .5rem;
  }
}

.platforms_row .platform > img {
  width: 100%;
}

.platform2 {
  background: url(../../assets/image/img/bgo.jpg) no-repeat center center;
  background-size: cover;
}

.platform2 > div {
  padding: .9rem;
}

@media (max-width: 1600px) {
  .platform2 > div {
    padding: .85rem;
  }
}

@media (max-width: 1440px) {
  .platform2 > div {
    padding: .8rem;
  }
}

@media (max-width: 1200px) {
  .platform2 > div {
    padding: .75rem;
  }
}

@media (max-width: 992px) {
  .platform2 > div {
    padding: .7rem 0;
  }
}

.platform2 > div > img {
  width: 100%;
}

.query {
  padding-top: 1.6rem;
  padding-bottom: 1.2rem;
}

.query_top {
  height: .8rem;
  line-height: .8rem;
  padding: 0 .4rem;
  background-color: #0950a7;
  color: #fff;
  font-size: 18px;
}

.query_list {
  font-size: 16px;
}

.query_list .query_item {
  height: .8rem;
  line-height: .8rem;
}

.query_item a {
  padding: 0 .4rem;
  border-bottom: 1px dashed #ddd;
  display: flex;
}

.query_item .query_time {
  margin-left: auto;
  padding-left: .4rem;
  color: #999;
}

.query_item .query_name {
  transition: color 0.25s ease;
  color: #666;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 1440px) {
  .query_top {
    height: .7rem;
    line-height: .7rem;
  }
  .query_list .query_item {
    height: .7rem;
    line-height: .7rem;
  }
}

@media (max-width: 992px) {
  .query {
    padding-top: 1.1rem;
    padding-bottom: .6rem;
  }
  .query_top {
    height: .5rem;
    line-height: .5rem;
    font-size: 16px;
  }
  .query_list .query_item {
    height: .5rem;
    line-height: .5rem;
  }
  .query_list {
    font-size: 14px;
  }
  .query_top, .query_item a {
    padding: 0 .2rem;
  }
  .query_item .query_time {
    padding-left: .2rem;
  }
}

.query_item a:hover .query_name {
  color: #0950a7;
}
