@charset "UTF-8";
a {
  color: inherit;
}

a:hover {
  color: #3360be;
}

@font-face {
  font-family: "pf_r";
  src: url("../font/pingfang_r.TTF") format("truetype");
}

@font-face {
  font-family: "pf_m";
  src: url("../font/pingfang_m.TTF") format("truetype");
}

@font-face {
  font-family: "pf_h";
  src: url("../font/pingfang_h.TTF") format("truetype");
}

body {
  font-family: "pf_m";
}

.main {
  width: 1230px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}

.main::after {
  content: "";
  display: block;
  clear: both;
}

.nav_btn {
  display: none;
}

.header_out {
  position: fixed;
  width: 100%;
  top: 24px;
  left: 0;
  z-index: 999;
  transition: all 0.3s;
}

.in_header_out {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .header_out.on {
    background: #fff;
    top: 0;
  }
  .header_out.on .head .nav li > a {
    color: #333;
  }
  .header_out.on .nav_tel {
    color: #3360be;
  }
  .header_out.on .head .nav li.has_sub::after {
    background-image: url(../img/nav_down_2.png);
  }
}

.nav_tel {
  float: right;
  font-size: 24px;
  color: #fff;
  line-height: 66px;
  padding-left: 36px;
  background: url(../img/icon_tel.png) no-repeat left center;
  margin-left: 8vw;
  transition: all 0.3s;
  font-family: "pf_b";
}

.nav_tel i {
  font-style: normal;
}

.nav_tel i {
  font-style: normal;
}

.nav_tel i {
  animation: fontSizeUp1 0.24s cubic-bezier(0.05, 0, 0.2, 1) infinite alternate;
  display: inline-block;
  transform: translate3d(0, 0, 0);
  text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
}

.nav_tel i:nth-of-type(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.nav_tel i:nth-of-type(2) {
  -webkit-animation-delay: 0.02s;
  animation-delay: 0.02s;
}

.nav_tel i:nth-of-type(3) {
  -webkit-animation-delay: 0.04s;
  animation-delay: 0.04s;
}

.nav_tel i:nth-of-type(4) {
  -webkit-animation-delay: 0.06s;
  animation-delay: 0.06s;
}

.nav_tel i:nth-of-type(5) {
  -webkit-animation-delay: 0.08s;
  animation-delay: 0.08s;
}

.nav_tel i:nth-of-type(6) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.nav_tel i:nth-of-type(7) {
  -webkit-animation-delay: 0.12s;
  animation-delay: 0.12s;
}

.nav_tel i:nth-of-type(8) {
  -webkit-animation-delay: 0.14s;
  animation-delay: 0.14s;
}

.nav_tel i:nth-of-type(9) {
  -webkit-animation-delay: 0.16s;
  animation-delay: 0.16s;
}

.nav_tel i:nth-of-type(10) {
  -webkit-animation-delay: 0.18s;
  animation-delay: 0.18s;
}

.nav_tel i:nth-of-type(11) {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.nav_tel i:nth-of-type(12) {
  -webkit-animation-delay: 0.22s;
  animation-delay: 0.22s;
}

@-webkit-keyframes fontSizeUp1 {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
  }
  100% {
    transform: translate3d(0, -4px, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 4px 0.35em;
  }
}

@keyframes fontSizeUp1 {
  0% {
    transform: translate3d(0, 0, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 0 0.05em;
  }
  100% {
    transform: translate3d(0, -4px, 0);
    text-shadow: rgba(255, 255, 255, 0.4) 0 4px 0.35em;
  }
}

.nav_tel .fontSizeUp1 {
  -webkit-animation-name: fontSizeUp1;
  animation-name: fontSizeUp1;
}

.nav_tel:hover {
  text-shadow: 0px 0px 1.44px rgba(0, 0, 0, 0.4);
}

.head {
  height: 66px;
  padding-left: 63px;
  padding-right: 60px;
}

.head .logo {
  display: block;
  float: left;
  margin-top: 10px;
}

.head .logo img {
  display: block;
}

.head .nav {
  float: right;
}

.head .nav li {
  float: left;
  position: relative;
  margin-left: 70px;
}

.head .nav li:first-child {
  margin-left: 0;
}

.head .nav li.has_sub::after {
  content: "";
  display: block;
  width: 14px;
  height: 100%;
  padding-left: 8px;
  left: 100%;
  top: 0;
  position: absolute;
  background: url(../img/nav_down.png) no-repeat right center;
}

.head .nav li > a {
  line-height: 66px;
  font-size: 18px;
  color: #fff;
  display: block;
  transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}

.head .nav li > a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #8fb5e5;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s;
}

.head .nav li .sub {
  position: absolute;
  min-width: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  opacity: 0;
  top: 110%;
  text-align: center;
  background: #fff;
  box-shadow: 0px 1px 1px 0.26px rgba(0, 0, 0, 0.15);
  transition: all 0.3s;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0.5px 0.866px 13px 0px rgba(49, 71, 92, 0.08);
  border-radius: 10px;
  padding: 18px;
}

.head .nav li .sub a {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 38px;
  transition: all 0.3s;
}

.head .nav li .sub a:hover {
  color: #fbbc32;
}

@keyframes moveup {
  from {
    top: 110%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}

.banner {
  position: relative;
}

.banner .swiper-container img {
  display: block;
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
}

.banner .swiper-container .txt {
  z-index: 10;
  text-align: center;
  padding-top: 330px;
  padding-bottom: 320px;
  text-align: center;
}

.banner .swiper-container .txt .t {
  font-size: 54px;
  color: #fbbc32;
  text-shadow: 1.312px 1.509px 3.92px rgba(0, 0, 0, 0.3);
  font-family: "pf_h";
}

.banner .swiper-container .txt .b {
  font-size: 28px;
  color: #fff;
  margin-top: 27px;
  margin-bottom: 68px;
  font-family: "pf_m";
}

.more {
  text-align: center;
  font-size: 0;
  width: 164px;
  border-radius: 27px;
  display: block;
  margin: 0 auto;
  background-color: #4c84cb;
  transition: all 0.3s;
  box-shadow: 1.312px 1.509px 3.92px 0.08px rgba(0, 0, 0, 0.3);
}

.more:hover {
  transform: translateY(-5px);
}

.more span {
  display: inline-block;
  padding-left: 32px;
  background: url(../img/icon_zixun.png) no-repeat left center;
  font-size: 18px;
  line-height: 54px;
  color: #fff;
}

.search_more {
  text-align: center;
  font-size: 0;
  width: 164px;
  border-radius: 27px;
  display: block;
  margin: 0 auto;
  background-color: #fbbc32;
  transition: all 0.3s;
  box-shadow: 1.312px 1.509px 3.92px 0.08px rgba(0, 0, 0, 0.3);
}

.search_more:hover {
  transform: translateY(-5px);
}

.search_more span {
  display: inline-block;
  padding-right: 28px;
  background: url(../img/search_more.png) no-repeat right center;
  font-size: 18px;
  line-height: 54px;
  color: #fff;
}

.numbox {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}

.numbox li {
  width: 28%;
  position: relative;
  float: left;
  font-size: 0;
  transition: all 0.45s;
}

.numbox li:hover {
  transform: translateY(-10px);
}

.numbox li::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background: url(../img/line_bg.png) no-repeat center;
}

.numbox li:last-child {
  text-align: right;
}

.numbox li:last-child::after {
  display: none;
}

.numbox li:nth-child(2) {
  width: 44%;
  text-align: center;
}

.numbox .inner {
  display: inline-block;
  position: relative;
  padding-left: 100px;
  text-align: left;
  padding-top: 26px;
  padding-bottom: 26px;
}

.numbox .inner span {
  font-size: 48px;
  text-shadow: 1.312px 1.509px 3.92px rgba(0, 0, 0, 0.3);
  color: #4c84cb;
  font-family: "pf_h";
}

.numbox .inner em {
  vertical-align: top;
  font-size: 20px;
  color: #4c84cb;
  margin-left: 5px;
  text-shadow: 1.312px 1.509px 3.92px rgba(0, 0, 0, 0.3);
  font-family: "pf_m";
}

.numbox .inner .des {
  text-shadow: 1.312px 1.509px 3.92px rgba(0, 0, 0, 0.3);
  font-size: 20px;
  color: #d2d2d2;
  font-family: "pf_m";
}

.numbox .inner img {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.i_title {
  text-align: center;
}

.i_title h3 {
  font-size: 0;
}

.i_title h3 span {
  display: inline-block;
  position: relative;
  font-size: 40px;
  padding: 0 50px;
  font-family: "pf_r";
  font-weight: bold;
  color: #4c84cb;
}

.i_title h3 span::before {
  content: "";
  width: 24px;
  height: 33px;
  background: url(../img/tit_bg_l.png) no-repeat center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
}

.i_title h3 span::after {
  content: "";
  width: 24px;
  height: 33px;
  background: url(../img/tit_bg_r.png) no-repeat center;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  position: absolute;
}

.i_title p {
  font-size: 18px;
  color: #666666;
  margin-top: 20px;
}

.type {
  padding-top: 70px;
  padding-bottom: 40px;
  position: relative;
}

.type .bg_a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.type .bg_b {
  position: absolute;
  right: 0;
  bottom: -50px;
}

.type svg {
  fill: #4c84cb;
  transition: all 0.3s;
}

.type .list {
  position: relative;
  z-index: 5;
  display: flex;
  margin: 65px -15px 0;
  flex-wrap: wrap;
}

.type .list li {
  width: 33.333333333333%;
  padding: 0 15px;
  margin-bottom: 30px;
  transition: all 0.3s;
}

.type .list li:hover {
  transform: translateY(-15px);
}

.type .list a {
  display: block;
  position: relative;
  height: 100%;
  border-radius: 10px;
  padding: 40px 25px 32px;
  background: #fff;
  text-align: center;
  overflow: hidden;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.05);
}

.type .list a:hover svg {
  fill: #fbbc32;
}

.type .list a:hover p {
  color: #fbbc32;
}

.type .list a:hover .des {
  color: #fff;
}

.type .list a:hover .bg {
  transform: scale(1.1);
  opacity: 1;
}

.type .list svg {
  display: block;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}

.type .list .txt {
  position: relative;
  z-index: 5;
}

.type .list p {
  font-size: 24px;
  color: #333333;
  margin-top: 34px;
  margin-bottom: 24px;
  transition: all 0.3s;
  font-weight: bold;
  font-family: "pf_r";
}

.type .list .des {
  font-size: 18px;
  line-height: 1.56;
  color: #666666;
  transition: all 0.3s;
}

.type .list .des .hide_txt {
  display: none;
}

.type .list .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  display: block;
  transition: all 0.8s;
  opacity: 0;
}

.team {
  background: #fbfdff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.team .select_list {
  margin: 40px -21px 0;
}

.team .select_list li {
  width: 33.3333333333333%;
  float: left;
  padding: 0 21px;
}

.team .select_list select {
  display: block;
  width: 100%;
  height: 64px;
  border-radius: 10px;
  background: #fff url(../img/team_down.png) no-repeat right 30px center;
  border: none;
  font-size: 18px;
  color: #666666;
  padding-left: 30px;
  padding-right: 50px;
  box-shadow: 0px 1px 24px 0px rgba(102, 141, 180, 0.05);
}

.team .list {
  overflow: hidden;
  margin: 60px -10px 0;
  padding-bottom: 60px;
}

.team .list li {
  width: 25%;
  float: left;
  padding: 0 10px;
  margin-bottom: 22px;
}

.team .list a {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.team .list a:hover .in_mask {
  opacity: 0.7;
}

.team .list a:hover .bottom {
  opacity: 0;
  bottom: -100px;
}

.team .list a:hover .txt {
  opacity: 1;
}

.team .list a:hover img {
  transform: scale(1.1);
}

.team .list img {
  display: block;
  width: 100%;
  transition: all 0.5s;
  border-radius: 12px;
}

.team .list .in_mask {
  width: 100%;
  transition: all 0.5s;
  height: 100%;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.1;
}

.team .list .bottom {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #fff;
  padding: 10px;
  transition: all 0.5s;
}

.team .list .bottom .t {
  line-height: 25px;
  overflow: hidden;
  margin-bottom: 15px;
}

.team .list .bottom .t span,
.team .list .bottom .t em {
  display: block;
  float: left;
}

.team .list .bottom .t span {
  font-size: 16px;
  color: #333333;
}

.team .list .bottom .t em {
  font-size: 14px;
  color: #999999;
  margin-left: 5px;
}

.team .list .bottom .b::after {
  content: "";
  display: block;
  clear: both;
}

.team .list .bottom .b span {
  display: block;
  float: left;
  line-height: 20px;
  padding: 0 7px;
  border-radius: 4px;
  font-size: 14px;
  color: #4c84cb;
  border: 1px solid #4c84cb;
  margin-right: 10px;
}

.team .list .bottom .b span:last-child {
  margin-right: 0;
}

.team .list .bottom .b span.on {
  border-color: #fbbc32;
  background: #fbbc32;
  color: #fff;
  box-shadow: 1.312px 1.509px 3.92px 0.08px rgba(0, 0, 0, 0.3);
}

.team .list .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  transition: all 0.6s;
  left: 0;
  z-index: 20;
  opacity: 0;
  background: rgba(76, 132, 203, 0.77);
}

.team .list .txt .in {
  position: absolute;
  width: 100%;
  bottom: 40px;
  color: #fff;
  left: 0;
  padding: 0 25px;
}

.team .list .txt .name {
  font-size: 16px;
  font-family: "pf_r";
  font-weight: bold;
}

.team .list .txt .tag {
  font-size: 14px;
  margin-top: 8px;
}

.team .list .txt .des {
  font-size: 14px;
  margin-top: 25px;
  line-height: 25px;
}

.team .list .txt .more {
  width: 126px;
  background: #fbbc32;
  margin-left: 0;
  margin-top: 25px;
}

.team .list .txt .more span {
  font-size: 14px;
  line-height: 42px;
  padding-left: 25px;
  background-size: 18px auto;
}

.process {
  padding-top: 80px;
  padding-bottom: 20px;
}

.process .list {
  margin-top: 60px;
}

.process li {
  position: relative;
  margin-bottom: 60px;
  overflow: hidden;
}

.process li .imgbox {
  position: absolute;
  width: 48%;
  height: 100%;
  top: 0;
  overflow: hidden;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  cursor: pointer;
}

.process li .imgbox:hover img {
  transform: scale(1.1);
}

.process li .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.6s;
  object-fit: cover;
}

.process li .imgbox .in_mask {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(76, 132, 203, 0.6);
}

.process li .imgbox p {
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 11;
  font-family: "pf_r";
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
  font-size: 36px;
  color: #fff;
}

.process li .txt {
  width: 48%;
}

.process li .txt .des {
  margin-bottom: 35px;
  transition: all 0.45s;
}

.process li .txt .des:hover {
  transform: translateX(15px);
}

.process li .txt .des:last-child {
  margin-bottom: 0;
}

.process li .txt .t {
  overflow: hidden;
}

.process li .txt .t span {
  display: block;
  float: left;
  line-height: 42px;
  padding: 0 29px;
  color: #fff;
  background: #4c84cb;
  font-size: 24px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.process li .txt .t span.y {
  background: #fbbc32;
}

.process li .txt .d {
  font-size: 17px;
  color: #666666;
  line-height: 2;
}

.process li:nth-child(odd) .txt {
  float: right;
}

.process li:nth-child(odd) .imgbox {
  left: 0;
}

.process li:nth-child(even) .txt {
  float: left;
}

.process li:nth-child(even) .imgbox {
  right: 0;
}

.feature {
  background: #fbfdff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.feature .list_box {
  margin-top: 60px;
  position: relative;
}

.feature .imgbox {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.feature .imgbox:hover img {
  transform: scale(1.04);
}

.feature .imgbox img {
  display: block;
  transition: all 0.6s;
}

.feature .list {
  display: flex;
  flex-wrap: wrap;
}

.feature .list li {
  width: 50%;
  margin-bottom: 62px;
}

.feature .list li:nth-child(odd) {
  padding-right: 228px;
}

.feature .list li:nth-child(even) {
  padding-left: 228px;
}

.feature .list li:last-child {
  margin-bottom: 0;
}

.feature .list li:nth-last-child(2) {
  margin-bottom: 0;
}

.feature .list .inner {
  height: 100%;
  padding-left: 90px;
  position: relative;
  transition: all 0.45s;
}

.feature .list .inner:hover {
  transform: translateX(15px);
}

.feature .list .inner img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.feature .list .inner p {
  font-size: 20px;
  color: #fbbc32;
  font-family: "pf_h";
  margin-bottom: 15px;
  line-height: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.feature .list .inner .des {
  font-size: 16px;
  color: #999999;
  line-height: 1.63;
}

.feature .more {
  margin-top: 80px;
  background: #fbbc32;
}

.ser_adv {
  padding-top: 80px;
  padding-bottom: 80px;
}

.ser_adv .inner {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
}

.ser_adv .imgbox {
  position: absolute;
  top: 0;
  left: 0;
  width: 52%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.ser_adv .imgbox:hover img {
  transform: scale(1.05);
}

.ser_adv .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.45s;
}

.ser_adv .txt {
  display: block;
  float: right;
  width: 43.3333%;
}

.ser_adv .txt p {
  font-size: 18px;
  color: #333333;
  line-height: 40px;
  padding-left: 32px;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.ser_adv .txt p:hover {
  margin-left: 10px;
}

.ser_adv .txt p::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid #4c84cb;
  position: absolute;
  left: 0;
  top: 10px;
}

.ser_adv .txt p::after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #fbbc32;
  position: absolute;
  left: 8px;
  top: 17px;
}

.ser_adv .more {
  margin-top: 80px;
  background: #fbbc32;
}

.ser_process {
  padding-top: 80px;
  padding-bottom: 60px;
  background: #fbfdff;
}

.ser_process .list {
  margin: 50px -30px 0;
  display: flex;
  flex-wrap: wrap;
}

.ser_process li {
  width: 16.6%;
  padding: 0 30px;
  cursor: pointer;
  position: relative;
}

.ser_process li::after {
  content: "";
  display: block;
  width: 94px;
  height: 19px;
  background: url(../img/next.png) no-repeat center;
  position: absolute;
  left: 100%;
  top: 40px;
  transform: translateX(-50%);
}

.ser_process li:last-child::after {
  display: none;
}

.ser_process li:hover .imgbox {
  background-image: url("data:image/svg+xml;%20charset=utf8,%3Csvg%20%0A%20xmlns=%22http://www.w3.org/2000/svg%22%0A%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%0A%20width=%22100px%22%20height=%22110px%22%3E%0A%3Cpath%20fill-rule=%22evenodd%22%20%20fill=%22rgb(251,%20188,%2050)%22%0A%20d=%22M50.000,-0.000%20C77.614,-0.000%20100.000,22.385%20100.000,49.999%20C100.000,77.614%2059.958,110.000%2050.000,110.000%20C40.063,110.000%20-0.000,77.614%20-0.000,49.999%20C-0.000,22.385%2022.386,-0.000%2050.000,-0.000%20Z%22/%3E%0A%3C/svg%3E");
}

.ser_process li:hover svg {
  fill: #fbbc32;
}

.ser_process li:hover .t {
  color: #fbbc32;
  text-shadow: 0.656px 0.755px 4px rgba(0, 0, 0, 0.14);
}

.ser_process li .imgbox {
  width: 100px;
  height: 110px;
  transition: all 0.3s;
  position: relative;
  margin: 0 auto;
  background: url("data:image/svg+xml;%20charset=utf8,%3Csvg%20%0A%20xmlns=%22http://www.w3.org/2000/svg%22%0A%20xmlns:xlink=%22http://www.w3.org/1999/xlink%22%0A%20width=%22100px%22%20height=%22110px%22%3E%0A%3Cpath%20fill-rule=%22evenodd%22%20%20fill=%22rgb(76,%20132,%20203)%22%0A%20d=%22M50.000,-0.000%20C77.614,-0.000%20100.000,22.385%20100.000,49.999%20C100.000,77.614%2059.958,110.000%2050.000,110.000%20C40.063,110.000%20-0.000,77.614%20-0.000,49.999%20C-0.000,22.385%2022.386,-0.000%2050.000,-0.000%20Z%22/%3E%0A%3C/svg%3E") no-repeat center;
}

.ser_process li:hover .imgbox,
.ser_process li:hover .t,
.ser_process li:hover .des {
  transform: translateY(-15px);
}

.ser_process li:hover .t {
  font-weight: bold;
}

.ser_process li .cir {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 13px;
}

.ser_process li svg {
  display: block;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  fill: #4c84cb;
}

.ser_process li .t {
  text-align: center;
  font-size: 20px;
  transition: all 0.3s;
  color: #333333;
  margin-top: 30px;
  margin-bottom: 20px;
}

.ser_process li .des {
  text-align: center;
  font-size: 16px;
  transition: all 0.3s;
  color: #999999;
  line-height: 1.5;
}

.aq {
  padding-bottom: 80px;
  background: #fbfdff;
}

.aq .more {
  margin-top: 80px;
  background: #fbbc32;
}

.aq .list {
  margin-top: 60px;
}

.aq .list li {
  padding: 30px 95px 25px 0;
  position: relative;
  background: #fff;
  transition: all 0.3s;
  margin-bottom: 30px;
  box-shadow: 0px 1px 24px 0px rgba(102, 141, 180, 0.05);
  border-radius: 10px;
}

.aq .list li:hover .tt {
  color: #fbbc32;
  font-weight: bold;
}

.aq .list li:hover {
  transform: translateX(15px);
}

.aq .list li:hover .tt::after {
  box-shadow: 1.312px 1.509px 3.92px 0.08px rgba(0, 0, 0, 0.3);
  background-color: #fbbc32;
}

.aq .list .tt {
  font-size: 22px;
  color: #333333;
  transition: all 0.3s;
  line-height: 60px;
  padding-left: 125px;
  margin-bottom: 8px;
  position: relative;
}

.aq .list .tt p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "pf_r";
  font-weight: bold;
}

.aq .list .tt::after {
  content: "";
  display: block;
  transition: all 0.3s;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #4c84cb url(../img/icon_q.png) no-repeat center;
  position: absolute;
  left: 40px;
  top: 0;
}

.aq .list .des {
  font-size: 18px;
  color: #666666;
  line-height: 1.39;
  padding-left: 125px;
}

.aq .search_more {
  margin-top: 70px;
}

.partners {
  padding-top: 80px;
  padding-bottom: 50px;
}

.partners .list {
  margin: 55px -13px 0;
}

.partners .list::after {
  content: "";
  display: block;
  clear: both;
}

.partners .list li {
  width: 25%;
  float: left;
  padding: 0 13px;
  margin-bottom: 30px;
}

.partners .list img {
  display: block;
  width: 100%;
  transition: all 0.3s;
  border-radius: 10px;
  box-shadow: 0px 1px 15px 0px rgba(102, 141, 180, 0.3);
}

.partners .list img:hover {
  transform: scale(1.1) translateY(-10px);
}

.partners .sw_outer {
  margin: 40px -15px 0;
}

.partners .sw_outer .swiper-container {
  padding: 15px;
}

.partners .sw_outer .swiper-container img {
  display: block;
  width: 100%;
  transition: all 0.3s;
  border-radius: 10px;
  box-shadow: 0px 1px 15px 0px rgba(102, 141, 180, 0.3);
}

.partners .sw_outer .swiper-container img:hover {
  transform: scale(1.06) translateY(-5px);
}

footer {
  background: #2f3234;
}

footer .f_logo {
  float: left;
}

footer .f_logo img {
  display: block;
}

footer .top {
  padding-top: 30px;
  padding-bottom: 30px;
}

footer .f_nav {
  line-height: 40px;
  float: left;
  margin-left: 85px;
}

footer .f_nav a {
  display: block;
  float: left;
  font-size: 16px;
  color: #c6c7c9;
  transition: all 0.3s;
  margin-right: 32px;
}

footer .f_nav a:last-child {
  margin-right: 0;
}

footer .f_nav a:hover {
  color: #fff;
}

footer .icon_f {
  float: right;
}

footer .icon_f a {
  display: block;
  width: 40px;
  height: 40px;
  position: relative;
  float: left;
  margin-left: 15px;
}

footer .icon_f a:last-child {
  margin-right: 0;
}

footer .icon_f a img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .bottom {
  background: #25282a;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #676b6f;
  font-size: 14px;
}

footer .bottom img {
  vertical-align: middle;
}

footer .bottom p {
  float: left;
}

footer .bottom p:last-child {
  float: right;
}

.right_fix {
  position: fixed;
  z-index: 9999;
  right: 15px;
  bottom: 60px;
}

.right_fix li {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
  box-shadow: 0.5px 0.866px 13px 0px rgba(49, 71, 92, 0.08);
}

.right_fix li .box img {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s;
}

.right_fix li .box {
  width: 100%;
  height: 100%;
  position: relative;
  background: #fff;
  transition: all 0.3s;
  border-radius: 5px;
}

.right_fix li .tel {
  line-height: 60px;
  position: absolute;
  display: block;
  font-size: 18px;
  right: 100%;
  top: 0;
  transition: all 0.3s;
  white-space: nowrap;
  padding-right: 10px;
  transform: rotateX(90deg);
}

.right_fix li .tel span {
  display: block;
  background: #fbbc32;
  box-shadow: 0.5px 0.866px 13px 0px rgba(49, 71, 92, 0.08);
  padding-left: 20px;
  padding-right: 10px;
  font-weight: bold;
  color: #fff;
}

.right_fix li .code {
  padding-right: 13px;
  position: absolute;
  right: 100%;
  top: 50%;
  transition: all 0.3s;
  transform: translateY(-50%) rotateX(90deg);
  display: block;
}

.right_fix li .code img {
  display: block;
}

.right_fix li:hover .code {
  transform: translateY(-50%) rotateX(0deg);
}

.right_fix li:hover .tel {
  transform: rotateX(0deg);
}

.right_fix li:hover .box {
  background: #fbbc32;
}

.right_fix li:hover .a {
  opacity: 0;
}

.right_fix li:hover .b {
  opacity: 1;
}

.right_fix li .b {
  opacity: 0;
}

.inner_banner_a {
  width: 100%;
  margin-top: 86px;
  text-align: center;
  padding-top: 145px;
  padding-bottom: 220px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}

.inner_banner_a .tt {
  font-family: "pf_h";
  font-size: 48px;
  color: #fbbc32;
  text-shadow: 1.312px 1.509px 3.92px rgba(0, 0, 0, 0.3);
}

.inner_banner_a .des {
  font-size: 0;
  text-align: center;
  margin-top: 20px;
}

.inner_banner_a .des span {
  display: inline-block;
  font-size: 20px;
  color: #ffffff;
  background: #4c84cb;
  line-height: 48px;
  border-radius: 24px;
  padding: 0 32px;
}

.list_margin {
  padding-top: 80px;
  padding-bottom: 80px;
}

.list_margin .i_title {
  margin-bottom: 55px;
}
.list_i .up_des {
  text-align: center;
  font-size: 18px;
  color: #666666;
  line-height: 2;
}
.list_a {
  overflow: hidden;
  position: relative;
}

.list_a .inner {
  overflow: hidden;
  position: relative;
}

.list_a .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 47%;
  height: 100%;
  float: left;
  border-radius: 10px;
  overflow: hidden;
}

.list_a .imgbox:hover img {
  transform: scale(1.1);
}

.list_a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all 0.4s;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.list_a .txt {
  width: 49%;
  padding-top: 30px;
  padding-bottom: 30px;
  float: right;
  font-size: 18px;
  color: #666666;
  line-height: 18px;
  line-height: 2.67;
}

.list_a .txt p {
  position: relative;
  padding-left: 25px;
  background: url(../img/icon_y.png) no-repeat left center;
  transition: all 0.45s;
}

.list_a .txt p:hover {
  transform: translateX(10px);
}

.list_b {
  position: relative;
}

.list_b .inner {
  position: relative;
}

.list_b .imgbox {
  width: 300px;
  height: 300px;
  position: absolute;
  z-index: 10;
  border: 1px solid #fbbc32;
  border-radius: 50%;
  top: 0;
  left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
  padding: 9px;
}

.list_b .imgbox .des {
  width: 100%;
  height: 100%;
  background: url(../img/list_b_bg.png) no-repeat center/cover;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}

.list_b .imgbox .des:hover {
  transform: scale(1.1);
}

.list_b .imgbox p {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 35px;
  font-size: 18px;
  line-height: 1.67;
}

.list_b ul {
  overflow: hidden;
  padding-top: 35px;
  display: flex;
  flex-wrap: wrap;
}

.list_b ul li {
  width: 50%;
  height: 100%;
  position: relative;
  margin-bottom: 90px;
  transition: all 0.3s;
  left: 0;
}

.list_b ul li:hover {
  left: 15px;
}

.list_b ul li:last-child,
.list_b ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.list_b ul li .t {
  font-family: "pf_h";
  font-size: 20px;
  color: #333333;
}

.list_b ul li .b {
  font-size: 18px;
  margin-top: 15px;
}

.list_b ul li .icon {
  display: block;
  position: absolute;
  top: 0;
}

.list_b ul li .icon img {
  display: block;
}

.list_b ul li:nth-child(odd) {
  padding-right: 300px;
  text-align: right;
}

.list_b ul li:nth-child(odd) .icon {
  right: 180px;
}

.list_b ul li:nth-child(even) {
  padding-left: 300px;
  text-align: left;
}

.list_b ul li:nth-child(even) .icon {
  left: 180px;
}

.ser_process.in {
  background: #fff;
}

.ser_process.in li {
  width: 16.6%;
}

.ser_adv_in .txt p {
  line-height: 36px;
  padding-left: 30px;
}

.ser_adv_in .txt p::before {
  display: none;
}

.ser_adv_in .txt p::after {
  width: 14px;
  height: 14px;
  top: 5px;
  top: 11px;
}

.ser_adv_in .txt p:nth-child(2n)::after {
  background: #4c84cb;
}

.slogen {
  background: #fbfbfb;
}

.slogen .txt {
  float: left;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 50px;
}

.slogen .txt h3 {
  font-family: "pf_h";
  font-size: 24px;
  color: #4c84cb;
}

.slogen .txt p {
  font-family: "pf_h";
  font-size: 16px;
  color: #fbbc32;
  margin-top: 12px;
}

.slogen .more {
  position: absolute;
  right: 0;
  background: #fbbc32;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.45s;
}

.slogen .more:hover {
  transform: translateY(-65%);
}

.friend_link {
  font-size: 0;
  padding-bottom: 25px;
}

.friend_link span,
.friend_link a {
  display: inline-block;
  margin-right: 8px;
}

.friend_link span {
  font-size: 16px;
  color: #c6c7c9;
}

.friend_link a {
  font-size: 14px;
  color: #a7a7a7;
}

.friend_link a:hover {
  text-decoration: underline;
}

.list_c .inner {
  width: 1181px;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
}

.list_c .inner img {
  display: block;
  width: 100%;
}

.list_c .inner .pc_map {
  position: relative;
  z-index: 5;
}

.list_c .inner .m_map {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}

.list_c .inner .dot {
  width: 10px;
  height: 10px;
  position: absolute;
  z-index: 10;
}

.list_c .inner .dot.dot_1 {
  top: 23%;
  left: 48%;
}

.list_c .inner .dot.dot_2 {
  top: 24%;
  left: 17%;
}

.list_c .inner .dot.dot_3 {
  top: 31%;
  left: 20%;
}

.list_c .inner .dot.dot_4 {
  top: 88%;
  right: 1.5%;
}

.list_c .inner .dot.dot_5 {
  top: 49%;
  right: 18%;
}

.list_c .inner .dot.dot_6 {
  top: 43%;
  left: 84%;
}

.list_c .inner .dot.dot_7 {
  top: 37%;
  left: 77%;
}

.list_c .inner .dot.dot_8 {
  top: 40%;
  left: 70%;
}

.list_c .inner .dot.dot_9 {
  top: 53%;
  left: 55%;
}

.list_c .inner .dot.dot_10 {
  top: 62%;
  left: 57%;
}

.list_c .inner .dot.dot_11 {
  top: 77%;
  left: 86%;
}

.list_c .inner .dot::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  z-index: 5;
  background: #4c84cb;
}

.list_c .inner .dot::after {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  opacity: 1;
  transition: all 0.3s;
  margin-top: -15px;
  margin-left: -15px;
}

.list_c .inner .dot:hover {
  cursor: pointer;
}

.flag_box {
  position: absolute;
  left: calc(100% + 22px);
  transition: all 0.45s;
  top: 50%;
  transform: translateY(-50%) rotateX(90deg);
  background: #fff;
  height: 80px;
  line-height: 80px;
  border-radius: 6px;
  box-shadow: 0px 1px 11px 0px rgba(0, 0, 0, 0.14);
  padding-left: 98px;
  padding-right: 30px;
  font-size: 20px;
  white-space: nowrap;
  visibility: hidden;
}

.flag_box img {
  display: block;
  position: absolute;
  left: 18px;
  top: 50%;
  width: 60px !important;
  margin-top: -30px;
}

.flag_box::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid #fff;
  border-color: transparent #fff transparent transparent;
  right: 100%;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.14);
}

.list_c .inner .dot::after {
  -webkit-animation: warn 1.3s ease-out both;
  -moz-animation: warn 1.3s ease-out both;
  -o-animation: warn 1.3s ease-out both;
  animation: warn 1.3s ease-out both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 1;
  background: #f4c45a;
}

@-webkit-keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@-moz-keyframes warn {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@-o-keyframes warn {
  0% {
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -o-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}

.list_d {
  background: #fbfdff;
}

.list_d .inner {
  background: url(../img/step_2.png) no-repeat center top;
  margin-top: 70px;
}

.list_d .inner .bimg {
  margin-top: 50px;
}

.list_d .inner .bimg img {
  display: block;
  margin: 0 auto;
  position: relative;
  left: 15px;
}

.list_d .inner li {
  overflow: hidden;
}

.list_d .inner li:nth-child(2n) .des {
  float: right;
}

.list_d .inner li:nth-child(2n-1) .des {
  text-align: right;
}

.list_d .inner li:nth-child(1) .des {
  width: 282px;
}

.list_d .inner li:nth-child(2) {
  padding-right: 80px;
}

.list_d .inner li:nth-child(3) .des {
  width: 370px;
}

.list_d .inner li:nth-child(4) {
  padding-right: 115px;
}

.list_d .inner li:nth-child(5) .des {
  width: 450px;
}

.list_d .inner .t {
  font-size: 20px;
  font-family: "pf_h";
  color: #333333;
}

.list_d .inner .b {
  font-size: 18px;
  color: #999999;
  margin-top: 5px;
}

.team_in {
  background: #fff;
}

.page {
  text-align: center;
  font-size: 0;
}

.page a,
.page span {
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 4px;
  border: 1px solid #ebebeb;
  line-height: 33px;
  font-size: 16px;
  color: #666666;
  margin: 0 3px;
  transition: all 0.3s;
}

.page a:hover,
.page a.on {
  background: #5387d0;
  color: #fff;
}

.page .page_btn {
  width: 75px;
}

.case_nav {
  text-align: center;
  font-size: 0;
}

.case_nav a {
  display: inline-block;
  font-size: 18px;
  color: #333333;
  line-height: 50px;
  border-radius: 25px;
  padding: 0 24px;
  margin: 0 3px;
  transition: all 0.3s;
}

.case_nav a.on,
.case_nav a:hover {
  background: #4c84cb;
  color: #fff;
}

.case_list {
  margin-top: 45px;
}

.case_list ul {
  overflow: hidden;
  display: none;
  margin: 0 -15px;
}

.case_list ul:nth-child(1) {
  display: block;
}

.case_list li {
  width: 33.3333333333333%;
  float: left;
  padding: 0 15px;
  margin-bottom: 40px;
}

.case_list a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.case_list a:hover img {
  transform: scale(1.02);
}

.case_list a:hover .tt {
  background: #fbbc32;
  color: #fff;
}

.case_list img {
  display: block;
  width: 100%;
  transition: all 0.5s;
}

.case_list .imgbox {
  overflow: hidden;
}

.case_list .tt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 22px;
  color: #333333;
  font-family: "pf_h";
  text-align: center;
  line-height: 60px;
  background: #f8f8f8;
  transition: all 0.5s;
}

.list_f {
  background: #fafdff;
}

.list_f .top {
  box-shadow: 1.312px 1.509px 3.92px 0.08px rgba(0, 0, 0, 0.11);
  background: #fff;
  border-radius: 20px;
  padding: 60px 60px 75px;
}

.list_f .top .box {
  display: none;
}

.list_f .top .box:nth-child(1) {
  display: block;
}

.list_f .top .tt {
  overflow: hidden;
}

.list_f .top .tt p {
  float: left;
  line-height: 24px;
  margin-right: 85px;
}

.list_f .top .tt p:last-child {
  margin-right: 0;
}

.list_f .top .tt p img {
  vertical-align: middle;
}

.list_f .top .tt p span,
.list_f .top .tt p em {
  display: inline-block;
}

.list_f .top .tt p span {
  font-size: 18px;
  color: #666666;
}

.list_f .top .tt p em {
  font-size: 20px;
  color: #333;
}

.list_f .top .bb {
  position: relative;
  margin-top: 55px;
  padding: 20px 45px 45px 35px;
}

.list_f .top .bb::before {
  width: 12px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../img/qa.png) no-repeat center;
}

.list_f .top .bb::after {
  width: 12px;
  height: 10px;
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(../img/qb.png) no-repeat center;
}

.list_f .top .bb .tit {
  font-size: 24px;
  color: #4c84cb;
  margin-bottom: 20px;
}

.list_f .top .bb .des {
  font-size: 18px;
  color: #666666;
  line-height: 2;
}

.list_f .stu_nav {
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.list_f .stu_nav li {
  width: 16.6666666%;
  float: left;
  padding: 20px 10px 0;
  cursor: pointer;
  position: relative;
}

.list_f .stu_nav li::after {
  content: "";
  display: block;
  width: 19px;
  height: 17px;
  background: url(../img/arrow.png) no-repeat center;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -9.5px;
  opacity: 0;
  transition: all 0.3s;
}

.list_f .stu_nav li.on p {
  color: #4c84cb;
}

.list_f .stu_nav li.on::after {
  opacity: 1;
}

.list_f .stu_nav li img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.list_f .stu_nav li p {
  text-align: center;
  font-size: 20px;
  color: #333333;
  margin-top: 22px;
  transition: all 0.3s;
}

.team_stu.team .list .txt .in {
  bottom: 70px;
}

.list_g {
  background: #fbfbfb;
}

.list_g ul {
  overflow: hidden;
  margin: 0 -20px 0;
}

.list_g ul li {
  width: 25%;
  float: left;
  padding: 0 20px;
}

.list_g ul a {
  display: block;
  position: relative;
  overflow: hidden;
}

.list_g ul a:hover img {
  transform: scale(1.1);
}

.list_g ul a .txt {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.list_g ul a .txt p {
  font-family: "pf_h";
  font-size: 26px;
}

.list_g ul a .txt span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
}

.list_g ul a .txt em {
  display: inline-block;
  padding-right: 40px;
  background: url(../img/more_r.png) no-repeat right center;
}

.list_g ul a img {
  display: block;
  transition: all 0.4s;
  width: 100%;
}

.list_h ul {
  margin-bottom: 100px;
}

.list_h ul li {
  margin-bottom: 40px;
}

.list_h ul a {
  display: block;
  position: relative;
  padding-left: 360px;
}

.list_h ul a:hover img {
  transform: scale(1.08);
}

.list_h ul a:hover .txt .tt {
  color: #4c84cb;
}

.list_h ul a:hover .tt,
.list_h ul a:hover .des {
  transform: translateX(15px);
}

.list_h ul .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 320px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.list_h ul .imgbox img {
  display: block;
  width: 100%;
  transition: all 0.4s;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.list_h ul .txt {
  padding-top: 8px;
}

.list_h ul .txt .tt {
  font-size: 22px;
  color: #333333;
  font-family: "pf_h";
  transition: all 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list_h ul .txt .des {
  line-height: 24px;
  height: 48px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
  color: #999999;
  transition: all 0.45s;
  margin-top: 22px;
  margin-bottom: 36px;
}

.list_h ul .txt .search_more {
  float: none;
  width: 126px;
  margin-left: 0;
}

.list_h ul .txt .search_more span {
  line-height: 42px;
  font-size: 14px;
  padding-right: 18px;
  background-size: auto 24%;
}

.course_box {
  padding-top: 60px;
}

.course_box .tt {
  overflow: hidden;
  position: relative;
}

.course_box .tt .imgbox {
  position: absolute;
  height: 100%;
  width: 51%;
  border-radius: 20px;
  overflow: hidden;
}

.course_box .tt .imgbox:hover img {
  transform: scale(1.1);
}

.course_box .tt .imgbox img {
  display: block;
  width: 100%;
  transition: all 0.4s;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover";
}

.course_box .tt .search_more {
  margin-left: 0;
  margin-top: 50px;
}

.course_box .tt .txt {
  width: 44%;
  padding-top: 60px;
  float: right;
  padding-bottom: 65px;
}

.course_box .tt .txt .tit {
  margin-bottom: 24px;
  font-family: "pf_h";
  font-size: 30px;
  color: #333;
}

.course_box .tt .txt .des {
  font-size: 16px;
  line-height: 2.25;
  color: #666666;
}

.course_box .tt .txt_agent {
  padding-top: 20px;
  padding-bottom: 20px;
}

.course_table {
  margin-top: 40px;
}

.course_table table {
  border: 1px solid #4c84cb;
  width: 100%;
  border-radius: 20px;
  border-collapse: separate;
  border-spacing: 0;
}

.course_table td,
.course_table th {
  height: 60px;
  padding: 10px 20px;
  border-right: 1px solid #4c84cb;
  border-bottom: 1px solid #4c84cb;
}

.course_table th {
  font-size: 24px;
  color: #fff;
  font-family: "pf_h";
  background: #4c84cb;
}

.course_table th:nth-child(1) {
  border-top-left-radius: 20px;
  text-align: center;
}

.course_table th:last-child {
  border-top-right-radius: 20px;
}

.course_table td {
  font-size: 16px;
  color: #666666;
  text-align: left;
}

.course_table td:nth-child(1) {
  text-align: center;
  font-size: 20px;
  color: #000000;
  font-family: "pf_h";
}

.course_table td:last-child,
.course_table th:last-child {
  border-right: 0;
}

.course_table tr:last-child td {
  border-bottom: 0;
}

.list_i .numbox {
  position: relative;
  background: none;
  padding: 45px 0 0;
}

.list_i .numbox .inner .des {
  color: #333;
}

.list_j {
  background: #fbfbfb;
  padding: 60px 0;
  text-align: center;
}

.list_j h3 {
  font-size: 24px;
  color: #333;
  font-family: "pf_h";
  margin-bottom: 24px;
}

.list_j p {
  font-size: 18px;
  line-height: 1.67;
  color: #666666;
}

.pf_h {
  font-family: "pf_h";
}

.list_k {
  overflow: hidden;
}

.list_k .item {
  float: left;
  position: relative;
  padding-left: 100px;
  width: 17%;
  transition: all 0.45s;
}

.list_k .item:hover {
  transform: translateY(-10px);
}

.list_k .item:nth-child(1) {
  width: 26%;
}

.list_k .item:nth-child(2) {
  width: 32%;
}

.list_k .item:nth-child(3) {
  width: 25%;
}

.list_k .item img {
  display: block;
  position: absolute;
  top: 0;
  left: 20px;
}

.list_k .item .t {
  font-size: 22px;
  padding-top: 3px;
  color: #333;
}

.list_k .item .des {
  font-size: 18px;
  color: #666666;
}

.partners_in {
  background: #fbfbfb;
}

.slogen_g {
  background: #ebebeb;
}

.article_box {
  padding-bottom: 100px;
  padding-top: 130px;
  background: #f9f9f9;
}

.article_box .left {
  float: left;
  width: 71%;
  background: #fff;
}

.article_box .web_pos {
  font-size: 0;
  padding: 20px 30px;
  border-bottom: 1px solid #f9f9f9;
}

.article_box .web_pos span,
.article_box .web_pos a {
  display: inline-block;
  font-size: 14px;
  color: #999999;
  margin-right: 3px;
}

.article_box .web_pos span:last-child {
  color: #4c84cb;
}

.article_box .article {
  padding: 60px 40px 30px;
}

.article_box .article .title {
  text-align: center;
  font-size: 24px;
}

.article_box .article .tit_tips {
  text-align: center;
  font-size: 15px;
  color: #999999;
  margin-top: 10px;
  margin-bottom: 35px;
}

.article_box .article .article_content {
  font-size: 16px;
  color: #666666;
  line-height: 1.88;
}

.article_box .article_links {
  padding: 30px 40px;
  border-top: 1px solid #f9f9f9;
}

.article_box .article_links .t {
  overflow: hidden;
}

.article_box .article_links .t a {
  display: block;
  float: left;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #333333;
  line-height: 1.88;
  transition: all 0.3s;
}

.article_box .article_links .t a:hover {
  color: #4c84cb;
}

.article_box .right {
  float: right;
  width: 27%;
  padding: 0 20px 25px;
  background: #fff;
}
.article_box .main1 .left{ width:100%;}
.article_box .main1 .right{display:none;}
.article_box .right .title {
  line-height: 60px;
  padding: 0 10px;
}

.article_box .right .imgbox a {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.article_box .right .imgbox a:hover img {
  transform: scale(1.1);
}

.article_box .right .imgbox a:hover p {
  background: #4c84cb;
}

.article_box .right .imgbox a img {
  display: block;
  transition: all 0.3s;
  width: 100%;
}

.article_box .right .imgbox a p {
  position: absolute;
  width: 100%;
  overflow: hidden;
  transition: all 0.3s;
  text-overflow: ellipsis;
  white-space: nowrap;
  bottom: 0;
  left: 0;
  color: #fff;
  background: rgba(76, 132, 203, 0.89);
  text-align: center;
  line-height: 40px;
  padding: 0 10px;
  font-size: 14px;
}

.article_box .right .list {
  margin-top: 25px;
}

.article_box .right .list li {
  margin-bottom: 10px;
}

.article_box .right .list li:nth-child(2n) a::after {
  background: #4c84cb;
}

.article_box .right .list a {
  display: block;
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #666666;
  transition: all 0.3s;
}

.article_box .right .list a:hover {
  color: #4c84cb;
}

.article_box .right .list a::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 0;
  width: 6px;
  height: 6px;
  top: 6px;
  background: #fbbc32;
}

.slogen_w {
  background: #fff;
}

.list_l .inner {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.list_l .inner li {
  width: 50%;
  padding: 0 12px;
}

.list_l .inner .item {
  padding: 0 15px;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #f4f4f4;
  border-bottom: 8px solid #5d8ecf;
  padding-left: 160px;
  position: relative;
  padding-top: 30px;
  padding-bottom: 20px;
  padding-right: 20px;
  transition: all 0.45s;
}

.list_l .inner .item:hover {
  transform: translateY(-15px);
}

.list_l .inner .item img {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-49%);
  left: 30px;
}

.list_l .inner .item .tt {
  font-size: 24px;
  margin-bottom: 16px;
}

.list_l .inner .item .des {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
}

.list_l .inner .item:nth-child(2n) {
  float: right;
}

.course_box_join {
  padding-top: 0;
}

.all_mask {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 9998;
  background: #000;
  opacity: 0.6;
  top: 0;
  display: none;
  left: 0;
}

.agent_model {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 50px;
  overflow: hidden;
  display: none;
}

.agent_model img {
  display: block;
  float: left;
}

.agent_model .txt {
  float: left;
  padding-top: 45px;
  padding-left: 44px;
}

.agent_model .txt h3 {
  color: #fbbc32;
  font-size: 32px;
  margin-bottom: 5px;
}

.agent_model .txt p {
  color: #fff;
  font-size: 28px;
}

.join_form_box {
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 800px;
  max-width: 90%;
  border-radius: 20px;
  overflow: hidden;
}

.join_form_box .tt {
  text-align: center;
  background: #fbbc32;
  line-height: 60px;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  position: relative;
}

.join_form_box .tt .colse {
  position: absolute;
  width: 25px;
  height: 100%;
  right: 30px;
  top: 0;
  cursor: pointer;
  background: url(../img/close_m.png) no-repeat center;
}

.join_form_box form {
  padding: 20px 40px;
  max-height: calc(90vh - 60px);
  overflow: auto;
}

.join_form_box form::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}

.join_form_box form::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

.join_form_box form::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 2px;
  background: #ededed;
}

.join_form_box form .tit {
  line-height: 22px;
  padding-left: 16px;
  font-size: 16px;
  border-left: 3px solid #5387d0;
  margin-bottom: 15px;
}

.join_form_box form .item_box {
  margin: 0 -10px;
  overflow: hidden;
}

.join_form_box form .item {
  width: 50%;
  padding: 0 10px;
  float: left;
  margin-bottom: 15px;
}

.join_form_box form .item.item_row {
  width: 100%;
}

.join_form_box form .item .item_name {
  font-size: 16px;
  color: #666;
  margin-bottom: 10px;
}

.join_form_box form .item .item_name .nes {
  color: #df3545;
}

.join_form_box form .item .item_name em {
  font-size: 12px;
}

.join_form_box form .item .nor_input {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #cccccc;
  background: #fbfbfb;
  height: 38px;
  padding: 0 15px;
  font-size: 15px;
}

.join_form_box form .item .sex_box {
  line-height: 38px;
  height: 38px;
}

.join_form_box form .item .sex_box label {
  display: block;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-right: 30px;
  font-size: 15px;
}

.join_form_box form .item .sex_box label:last-of-type {
  margin-right: 0;
}

.join_form_box form .item .sex_box label.on span {
  border-color: #0075ff;
}

.join_form_box form .item .sex_box label.on span::after {
  opacity: 1;
}

.join_form_box form .item .sex_box input {
  display: none;
}

.join_form_box form .item .sex_box span {
  width: 14px;
  height: 14px;
  border: 1px solid #767676;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -7px;
}

.join_form_box form .item .sex_box span::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background: #0075ff;
  top: 50%;
  left: 50%;
  margin-top: -5px;
  margin-left: -5px;
  opacity: 0;
  transition: all 0.3s;
}

.join_form_box form .btn_row {
  width: 100%;
  padding-top: 20px;
  float: left;
}

.join_form_box form .btn_row input {
  display: block;
  width: 164px;
  height: 54px;
  background: #fbbc32;
  border: none;
  color: #fff;
  border-radius: 27px;
  margin: 0 auto;
  font-size: 18px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.23);
  cursor: pointer;
}

.bigimg {
  width: 600px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: none;
  z-index: 9999;
  border: 10px solid #fff;
  box-sizing: content-box;
}

.mask {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.5;
  filter: Alpha(opacity=50);
  z-index: 1000;
  transition: all 1s;
  display: none;
}

.deimg:hover {
  cursor: zoom-in;
}

.mask:hover {
  cursor: zoom-out;
}

.mask > img {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 40px;
}

.mask > img:hover {
  cursor: pointer;
}

.intro_list {
  margin-top: 50px;
}

.intro_list li {
  position: relative;
  margin-bottom: 70px;
}

.intro_list li::after {
  content: "";
  display: block;
  clear: both;
}

.intro_list li .imgbox {
  width: 43%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  border-radius: 20px;
}

.intro_list li .imgbox:hover img {
  transform: scale(1.04);
}

.intro_list li .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.45s;
  font-family: "object-fit: cover";
}

.intro_list li .txt {
  width: 54%;
  float: right;
  padding-top: 22px;
  padding-bottom: 30px;
  transition: all 0.45s;
}

.intro_list li .txt:hover {
  transform: translateX(15px);
}

.intro_list li .txt .tt {
  font-size: 0;
  margin-bottom: 25px;
}

.intro_list li .txt .tt span {
  display: inline-block;
  line-height: 42px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background: #4c84cb;
  color: #fff;
  font-family: "pf_h";
  font-size: 24px;
  padding: 0 35px;
}

.intro_list li .txt .des {
  font-size: 18px;
  line-height: 2;
  color: #666666;
  text-align: justify;
  min-height: 180px;
}

.intro_list li:nth-child(2n) .imgbox {
  right: 0;
  left: auto;
}

.intro_list li:nth-child(2n) .txt {
  float: left;
}

@media (min-width: 992px) {
  .nav li:hover > a {
    color: #4c84cb;
  }
  .nav li:hover > a::after {
    content: "";
    bottom: 15px;
    opacity: 1;
  }
  .nav li:hover .sub {
    opacity: 1;
    display: block;
    animation: moveup 0.5s;
    animation-fill-mode: forwards;
  }
  .m_nav,
  .pcshow {
    display: none !important;
  }
  .list_c .inner .dot:hover {
    z-index: 11;
  }
  .list_c .inner .dot:hover .flag_box {
    visibility: visible;
    transform: translateY(-50%) rotateX(0);
  }
}

@media (max-width: 1755px) {
  .head .nav li {
    margin-left: 45px;
  }
  .nav_tel {
    margin-left: 4vw;
  }
}

@media (max-width: 1550px) {
  .nav_tel {
    display: block;
    font-size: 18px;
    margin-left: 30px;
  }
  .head .logo img {
    height: 35px;
  }
  .head {
    padding-right: 20px;
    padding-left: 20px;
  }
  .head .nav li > a {
    font-size: 17px;
  }
  .head .logo {
    margin-top: 15px;
  }
  .head .nav li {
    margin-left: 30px;
  }
  .head .nav li.has_sub::after {
    left: calc(100% + 2px);
  }
}

@media (max-width: 1230px) {
  .main {
    width: 992px;
  }
  .numbox .inner span {
    font-size: 40px;
  }
  .numbox .inner img {
    width: 70px;
  }
  .numbox .inner .des {
    font-size: 16px;
  }
  .numbox .inner {
    padding-left: 88px;
  }
  .i_title h3 span {
    font-size: 30px;
  }
  .i_title p {
    font-size: 16px;
  }
  .type .list p {
    font-size: 20px;
    margin-top: 18px;
    margin-bottom: 15px;
  }
  .type .list .des {
    font-size: 16px;
  }
  .team .select_list select {
    height: 50px;
    font-size: 16px;
  }
  .team .list .txt .in {
    padding: 0 10px;
  }
  .team .list .bottom {
    padding: 10px;
  }
  .team .list .bottom .t span {
    font-size: 14px;
  }
  .team .list .bottom .t em {
    font-size: 12px;
  }
  .team .list .txt .des {
    font-size: 12px;
    margin-top: 10px;
  }
  .team .list .txt .more {
    margin-top: 10px;
  }
  .head {
    padding-left: 15px;
    padding-right: 25px;
  }
  .head .logo img {
    height: 30px;
  }
  .head .logo {
    margin-top: 18px;
  }
  .head .nav li > a {
    font-size: 15px;
  }
  .inner_banner_a {
    padding-top: 100px;
    padding-bottom: 110px;
  }
  .list_margin {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .list_b ul li .t {
    font-size: 18px;
  }
  .list_b ul li .b {
    font-size: 16px;
  }
  .list_d .inner {
    background: none;
  }
  .list_d .inner li .des {
    width: 100% !important;
    text-align: center !important;
  }
  .list_d .inner li {
    padding-right: 0 !important;
    border: 1px solid #fbbc32;
    padding: 15px 0;
    margin-bottom: 25px;
  }
  .list_d .inner li br {
    display: none;
  }
  .list_d .inner .bimg img {
    left: 0;
  }
  .list_g ul li {
    padding: 0 10px;
  }
  .list_g ul {
    margin-right: -10px;
    margin-left: -10px;
  }
  .list_k .item {
    width: 50% !important;
    margin-bottom: 25px;
    text-align: center;
    padding-left: 0;
  }
  .list_k .item img {
    position: relative;
    margin: 0 auto 15px;
    left: 0;
  }
}

@media (max-width: 1280px) {
  .nav_tel {
    display: none;
  }
  .head {
    padding-right: 50px;
  }
}

@media (max-width: 991px) {
  .head .nav {
    display: none;
  }
  .main {
    width: 768px;
  }
  .guoji img{ width:100%;}
  body {
    padding-top: 70px;
  }
  .header_out {
    position: fixed;
    background: #484443;
  }
  .header_out .head {
    height: 70px;
  }
  .header_out .head .nav li > a {
    line-height: 1.6;
  }
  .header_out .head .logo {
    margin-top: 13px;
    position: absolute;
    margin-top: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  html {
    position: relative;
    transition: all 0.3s;
    left: 0;
  }
  html.slide_nav {
    left: 450px;
  }
  .header_out {
    transition: all 0.3s;
    left: 0;
  }
  .header_out.slide_nav {
    left: 450px;
  }
  .head .nav {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    display: block;
    width: 450px;
    position: fixed;
    z-index: 999;
    top: 0;
    overflow: hidden;
    z-index: 50;
    background: #3360be;
    margin-left: 0;
    height: 100%;
    padding-top: 60px;
    padding-right: 25px;
    padding-left: 25px;
    left: -450px;
    transition: all 0.3s;
  }
  .head .nav.on {
    left: 0;
  }
  .head .nav li {
    display: block;
    float: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.6);
    padding-right: 55px;
  }
  .head .nav li > a {
    line-height: 1;
    padding: 14px 0;
    font-size: 13px;
  }
  .head .nav li.has_sub::after {
    content: "";
    display: block;
    position: absolute;
    font-family: Arial;
    width: 40px;
    height: 100%;
    font-weight: lighter;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    right: 0;
    top: 0;
    background: url(../img/more.png) no-repeat center/20px 20px;
  }
  .header_out .head .nav li > a {
    line-height: 2;
    color: #fff;
  }
  .nav_btn {
    display: block;
    width: 26px;
    height: 18px;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -9px;
    z-index: 999;
  }
  .nav_btn span {
    display: block;
    transition: all 0.3s;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    background: #fff;
    transition: all 0.3s;
  }
  .nav_btn span:nth-of-type(1) {
    top: 0;
  }
  .nav_btn span:nth-of-type(2) {
    top: 50%;
    margin-top: -0.5px;
  }
  .nav_btn span:nth-of-type(3) {
    bottom: 0;
  }
  .nav_btn.active span {
    background: #fff;
  }
  .nav_btn.active span:nth-of-type(1) {
    top: 50%;
    transform: rotate(45deg);
  }
  .nav_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav_btn.active span:nth-of-type(3) {
    top: 50%;
    transform: rotate(-45deg);
  }
  .m_nav {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 50;
    top: 0;
    left: 100%;
    background: #3360be;
    transition: all 0.3s;
    padding: 150px 40px 0;
  }
  .m_nav .close {
    display: block;
    width: 30px;
    height: 30px;
    top: 80px;
    left: 50%;
    margin-left: -15px;
    position: absolute;
    background: url(../img/close.png) no-repeat center/cover;
  }
  .m_nav .con > a {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .m_nav .sub a {
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-size: 14px;
  }
  .m_nav.on {
    left: 0;
  }
  .header_out {
    top: 0;
  }
  .banner .swiper-container .txt .t {
    font-size: 45px;
  }
  .banner .swiper-container .txt {
    padding-top: 150px;
    padding-bottom: 120px;
  }
  .numbox {
    position: relative;
    background: #000;
    display: none;
  }
  .numbox .inner span {
    font-size: 20px;
  }
  .numbox .inner .des {
    font-size: 14px;
  }
  .numbox .inner img {
    width: 50px;
  }
  .numbox .inner {
    padding-left: 60px;
  }
  .type .list li {
    width: 50%;
  }
  .team .list li {
    width: 50%;
  }
  .process li .txt .t span {
    line-height: 30px;
    font-size: 18px;
    margin-bottom: 15px;
  }
  .process li .txt .d {
    font-size: 15px;
  }
  .process li .imgbox p {
    font-size: 30px;
  }
  .feature .imgbox {
    display: none;
  }
  .feature .list li:nth-child(odd) {
    padding-right: 0;
  }
  .feature .list li:nth-child(even) {
    padding-left: 0;
  }
  .feature .list li {
    width: 100%;
    margin-bottom: 50px !important;
  }
  .feature .more {
    margin-top: 30px;
  }
  .ser_adv .txt p {
    font-size: 15px;
  }
  .ser_process li::after {
    display: none;
  }
  .head .nav li {
    margin-left: 0;
  }
  .head .nav li.has_sub::after {
    left: auto;
    right: 0px;
  }
  .list_a .imgbox {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
  }
  .list_a .txt {
    width: 100%;
  }
  .list_b .imgbox {
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 0;
  }
  .list_b .imgbox .des {
    border-radius: 0;
    background: #4c84cb;
  }
  .list_b .imgbox p {
    position: relative;
    border-radius: 0;
    padding: 30px 15px;
    transform: translateY(0);
  }
  .list_b ul li {
    width: 100%;
    padding-left: 120px !important;
    padding-right: 0 !important;
    text-align: left !important;
    margin-bottom: 80px !important;
    padding-top: 10px;
  }
  .list_b ul li .icon {
    top: 0;
    left: 0 !important;
    right: auto !important;
  }
  .ser_process.in {
    padding-top: 0;
  }
  .slogen {
    padding-bottom: 35px;
  }
  .slogen .txt {
    width: 100%;
    float: none;
  }
  .slogen .more {
    position: relative;
    margin: 0 auto;
    transform: translateY(0);
  }
  footer .f_nav {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  footer .icon_f {
    width: 100%;
    float: left;
  }
  footer .icon_f a:nth-child(1) {
    margin-left: 0;
  }
  .in_header_out {
    padding-top: 0;
    padding-bottom: 0;
  }
  .inner_banner_a {
    margin-top: 0;
  }
  .list_c .inner .dot {
    display: none;
  }
  .list_c .inner .pc_map {
    opacity: 0;
  }
  .list_c .inner .m_map {
    opacity: 1;
  }
  .case_list .tt {
    font-size: 16px;
    line-height: 42px;
  }
  .case_nav a {
    font-size: 16px;
    padding: 0 15px;
  }
  .list_f .stu_nav li p {
    font-size: 16px;
    margin-top: 10px;
  }
  .article_box .right {
    display: none;
  }
  .article_box {
    padding-top: 20px;
  }
  .article_box .left {
    width: 100%;
  }
  .join_form_box form .item {
    width: 100%;
  }
  .list_l .inner li {
    width: 100%;
    margin-bottom: 24px;
  }
  .agent_model img {
    float: none;
    width: 180px;
    margin: 0 auto;
  }
  .agent_model .txt {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 15px;
  }
  .agent_model .txt h3 {
    font-size: 20px;
  }
  .agent_model .txt p {
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .header_out.slide_nav {
    left: 50%;
  }
  html.slide_nav {
    left: 50%;
  }
  .head .nav {
    width: 50%;
  }
  .header_out .head .nav li > a {
    line-height: 1.6;
  }
  .head .nav {
    padding-right: 0;
    padding-left: 0;
  }
  .head .nav li {
    padding-left: 26px;
  }
  .header_out .head {
    height: 60px;
  }
  body {
    padding-top: 60px;
  }
  .head .nav li {
    margin-left: 0;
  }
  .banner .swiper-container .txt .t {
    font-size: 24px;
  }
  .banner .swiper-container .txt .b {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .numbox li {
    width: 100%;
  }
  .numbox li::after {
    display: none;
  }
  .numbox .inner {
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #999;
  }
  .numbox .inner img {
    position: relative;
    margin: 0 auto;
    left: 0;
    top: 0;
    transform: translateY(0);
    margin-bottom: 12px;
  }
  .numbox li {
    width: 100% !important;
  }
  .type .bg_a {
    display: none;
  }
  .type {
    padding-top: 40px;
  }
  .type .bg_b {
    display: none;
  }
  .type .list li {
    width: 100%;
  }
  .team {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .index_team{
       display: none;
  }
  .team .select_list li {
    width: 100%;
    margin-bottom: 10px;
  }
  .team .list li {
    width: 100%;
  }
  .process li .imgbox {
    position: relative;
    width: 100%;
  }
  .process li .txt {
    width: 100%;
    margin-top: 30px;
  }
  .feature {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .feature .list .inner img {
    width: 40px;
  }
  .feature .list .inner {
    padding-left: 54px;
  }
  .feature .list .inner p {
    font-size: 16px;
  }
  .feature .list .inner .des {
    font-size: 14px;
  }
  .feature .list li {
    margin-bottom: 25px !important;
  }
  .ser_adv {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .ser_adv .imgbox {
    position: relative;
    width: 100%;
    margin-bottom: 24px;
  }
  .ser_adv .txt {
    width: 100%;
  }
  .ser_adv .more {
    margin-top: 40px;
  }
  .ser_process li {
    width: 50%;
    margin-bottom: 20px;
  }
  .ser_process li {
    padding: 0 10px;
  }
  .ser_process .list {
    margin: 30px -10px 0;
  }
  .aq .list .tt {
    font-size: 16px;
    line-height: 34px;
    padding-left: 55px;
  }
  .aq .list .tt::after {
    width: 34px;
    height: 34px;
    left: 10px;
    background-size: 40% auto;
  }
  .aq .list .des {
    font-size: 15px;
    padding-left: 55px;
  }
  .aq .list li {
    padding-right: 20px;
  }
  .aq {
    padding-bottom: 40px;
  }
  .partners .list li {
    width: 50%;
  }
  .partners {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .right_fix {
    display: none;
  }
  footer .top {
    display: none;
  }
  footer .bottom p {
    text-align: center;
    width: 100%;
  }
  .inner_banner_a .tt {
    font-size: 30px;
  }
  .inner_banner_a .des span {
    font-size: 12px;
    line-height: 24px;
    padding: 5px 10px;
  }
  .inner_banner_a {
    padding-top: 80px;
    padding-bottom: 90px;
  }
  .list_a .txt p {
    font-size: 14px;
    line-height: 2;
  }
  .list_a .txt {
    padding-bottom: 0;
  }
  .list_b .imgbox p {
    font-size: 16px;
  }
  .list_b ul li .t {
    font-size: 16px;
  }
  .list_b ul li .b {
    font-size: 15px;
    margin-top: 10px;
  }
  .list_b ul li .icon img {
    width: 76px;
    height: 76px;
  }
  .list_b ul li {
    padding-left: 95px !important;
  }
  .list_b ul li {
    margin-bottom: 50px !important;
  }
  .ser_process.in li {
    width: 50%;
  }
  .ser_process.in li:last-child {
    transform: translateX(50%);
  }
  .friend_link {
    padding-top: 20px;
  }
  .list_margin .i_title {
    margin-bottom: 35px;
  }
  .list_d .inner {
    margin-top: 20px;
  }
  .list_d .inner .t {
    font-size: 16px;
  }
  .list_d .inner .b {
    font-size: 14px;
  }
  .case_nav {
    overflow: hidden;
  }
  .case_nav a {
    width: 33.333333%;
    display: block;
    float: left;
    margin: 0 0 15px;
    line-height: 40px;
    font-size: 14px;
  }
  .case_list li {
    width: 50%;
    margin-bottom: 20px;
  }
  .list_f .top {
    padding: 35px 15px;
  }
  .list_f .top .tt p span {
    font-size: 16px;
  }
  .list_f .top .tt p em {
    font-size: 16px;
  }
  .list_f .top .tt p img {
    height: 16px;
  }
  .list_f .top .tt p {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .list_f .top .bb {
    padding: 25px;
    margin-top: 20px;
  }
  .list_f .top .bb .tit {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .list_f .top .bb .des {
    font-size: 16px;
  }
  .list_f .stu_nav li p {
    word-break: break-all;
    font-size: 14px;
  }
  .list_g ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .list_h ul .imgbox {
    position: relative;
    width: 100%;
    height: 150px;
  }
  .list_h ul a {
    padding-left: 0;
  }
  .list_h ul .txt .tt {
    font-size: 16px;
    margin-top: 15px;
  }
  .list_h ul .txt .des {
    margin-top: 5px;
    font-size: 14px;
    margin-bottom: 15px;
  }
  .list_h ul .txt .search_more span {
    line-height: 34px;
  }
  .course_box .tt .imgbox {
    position: relative;
    width: 100%;
  }
  .course_box {
    padding-top: 15px;
  }
  .course_box .tt .txt {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
  }
  .course_box .tt .txt .tit {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .course_table {
    margin-top: 0px;
  }
  .course_table th {
    font-size: 16px;
  }
  .course_table td:nth-child(1) {
    font-size: 15px;
  }
  .course_table td {
    font-size: 15px;
  }
  .list_j h3 {
    font-size: 20px;
  }
  .list_j p {
    font-size: 16px;
  }
  .list_k .item img {
    width: 50px;
    margin-bottom: 10px;
  }
  .list_k .item .t {
    font-size: 18px;
  }
  .list_k .item .des {
    font-size: 16px;
    margin-top: 5px;
  }
  .article_box .article {
    padding: 25px 10px;
  }
  .article_box .article .title {
    font-size: 20px;
  }
  .article_box .article .tit_tips {
    font-size: 12px;
  }
  .article_box .web_pos {
    padding: 15px 10px;
  }
  .article_box .article_links {
    padding: 15px 10px;
  }
  .article_box .article_links .t a {
    font-size: 15px;
  }
  .article_box {
    padding-bottom: 40px;
  }
  .join_form_box .tt {
    line-height: 40px;
    font-size: 18px;
  }
  .join_form_box {
    border-radius: 4px;
  }
  .join_form_box form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .join_form_box .tt .colse {
    width: 20px;
    right: 15px;
    background-size: 100% auto;
  }
  .list_l .inner .item img {
    width: 60px;
    left: 15px;
  }
  .list_l .inner .item {
    padding-left: 85px;
    padding-right: 15px;
  }
  .list_l .inner .item .tt {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .course_box .tt .search_more {
    margin-top: 15px;
  }
  .intro_list li {
      margin-bottom: 50px;
  }
  .list_i .up_des {
      font-size: 15px;
  }
  .intro_list li .imgbox {
    width: 100%;
    position: relative;
  }
  .intro_list li .txt {
    width: 100%; 
    padding-bottom: 0px;
  }
  .intro_list li .txt .des {
      font-size: 15px;
  }
}


.diymsg{padding: 100px; text-align: center; font-size: 16px; line-height: 40px;}
#searchlist ul.pagination li{border-bottom: dashed 1px #ddd; padding: 20px 0;}

#searchlist ul.pagination li p { font-size: 12px; color: #999; line-height: 20px; padding-top: 10px; }
/*分页*/
.diypage {
    text-align: center;
    padding: 5px;
    padding: 50px 0;
}
.diypage ul.pagination{ width: auto!important; }
.diypage ul.pagination li {
    display: inline
}

.diypage ul.pagination li a {
    display: inline-block;
    background-color: #fff;
    border: 0 none;
    border-radius: 3px;
    font-size: 14px;
    margin-left: 5px;
    text-decoration: none;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    border: 1px solid #5387d0;
    padding: 0 8px;
    color: #1b443e
}

.diypage ul.pagination li a:hover {
    background-color: #5387d0;
    color: #FFF
}

.diypage ul.pagination li a:active {
    background-color: #5387d0;
    color: #FFF
}

.diypage ul.pagination li.active a {
    background-color: #5387d0;
    border: 0 none;
    border-radius: 3px;
    color: white;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    border: 1px solid #5387d0;
}

.diypage ul.pagination li.disabled a {
    border: #eee 1px solid;
    margin: 2px;
    color: #ddd
}
/*分页*/