@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.9;
  }

  50% {
    opacity: 1;
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.9;
  }
}

.content {
  width: 100%;
  overflow: hidden;
}

.content .header {
  width: 100%;
  height: 100px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 119px 0 161px;
}

.content .header .logo {
  width: 177px;
}

.content .header .logo img {
  display: block;
  width: 100%;
}

.content .header .link {
  height: 100%;
  display: flex;
  align-items: center;
}

.content .header .link>ul {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 10px;
  position: relative;
}

.content .header .link>ul::after {
  content: '';
  width: 2px;
  height: 22px;
  background: #222222;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content .header .link>ul:last-child::after {
  display: none;
}

.content .header .link>ul>li {
  height: 100%;
  position: relative;
}

.content .header .link>ul>li ul {
  display: none;
  width: 110px;
  height: 100px;
  background: url(../images/yy.png) no-repeat top center;
  background-size: 100% 100%;
  position: absolute;
  top: 70px;
  z-index: 2;
  border-radius: 0px 0px 7px 7px;
  padding: 10px 0;
}

.content .header .link>ul>li ul li {
  width: 110px;
  height: 41px;
  text-align: center;
  line-height: 41px;

}

.content .header .link>ul>li ul li a {
  font-size: 16px;

  color: #FFFFFF;
}


.content .header .link>ul>li ul li:hover {
  background: #F1EDFF;
}

.content .header .link>ul>li ul li:hover a {
  color: #6047B4;
}


.content .header .link>ul>li.on>a {
  color: #8338EC;
}

.content .header .link>ul>li:hover>a {
  color: #8338EC;
}

.content .header .link>ul>li:hover ul {
  display: block;
}

.content .header .link>ul>li>a {
  display: flex;
  align-items: center;
  height: 100%;
  transition: all .2s;
  padding: 0 18px;
  font-size: 24px;
  color: #222222;
}

.content .header .tel {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 26px;
  color: #222222;
}

.content .header .tel img {
  width: 20px;
  margin-right: 11px;
}

.content .banner {
  overflow: hidden;
  width: 100%;
}

.content .banner .mySwiper1 {
  width: 100%;
  position: relative;
}

.content .banner .swiper-pagination-bullet {
  width: 44px;
  height: 2px;
  border-radius: 10px;
  margin: 0 8px;
  transition: all .2s;
  background: #fff;
}

.content .banner .swiper-pagination {
  bottom: 80px;
}

.content .banner .swiper-pagination-bullet-active {
  background: #fff;
  height: 10px;
}

.content .banner img {
  width: 100%;
  display: block;
}

.content .main_fontBox {
  overflow: hidden;
  padding: 100px 0;
}

.content .main_fontBox .w1154 {
  width: 1200px;
  margin: 0 auto;
}

.content .main_fontBox .w1154 .box {
  display: flex;
  justify-content: space-between;
}

.content .main_fontBox .w1154 .box img {
  width: 50%;
  margin-top: 44px;
}

.content .main_fontBox .w1154 .box .label {
  width: 584px;
  height: 240px;
  background-size: 100% 100%;
  margin-top: 34px;
  display: flex;
  align-items: center;
  background-image: url(../images/ze_07.png);
  transition: all .3s;
}

.content .main_fontBox .w1154 .box .label:hover {
  transform: translateY(-8px);
}

.content .main_fontBox .w1154 .box .label:last-child {
  background-image: url(../images/ze_09.png);
}

.content .main_fontBox .w1154 .box .label a {
  display: block;
  padding-left: 70px;
  box-sizing: border-box;
  font-size: 30px;
  font-family: sm;
  line-height: 50px;
  letter-spacing: 1px;
  color: #fff;
}

.content .main_why {
  overflow: hidden;
  padding: 90px 0 80px 0;
  background: #F5F5F5;
}

.content .main_why .w1154 {
  width: 1200px;
  margin: 0 auto;
}

.content .main_why .w1154 .box {
  width: 1155px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  background-image: url(../images/bg.png);
  height: 447px;
  background-size: 100% 100%;
  margin-top: 20px;
  padding: 0 35px;
}

.content .main_why .w1154 .box .label {
  flex: 1;
  padding: 0 25px;
  padding-top: 68px;
}

.content .main_why .w1154 .box .label.on p,
.content .main_why .w1154 .box .label.on span {
  color: #fff;
}

.content .main_why .w1154 .box .label img {
  display: block;
  margin: 0 auto;
}

.content .main_why .w1154 .box .label p {
  text-align: center;
  font-size: 22px;
  color: #410c60;
  margin-top: 34px;
  font-weight: bold;
}

.content .main_why .w1154 .box .label span {
  display: block;
  font-size: 17px;
  color: #410c60;
  line-height: 26px;
  margin-top: 22px;
}

.content .main_show {
  padding: 60px 0;
  overflow: hidden;
  background: #fff;
}

.content .main_show .w1154 {
  width: 1154px;
  margin: 0 auto;
}

.content .main_show .w1154 .box {
  width: 100%;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.content .main_show .w1154 .box .show_right {
  width: 524px;
  height: 360px;
  background: #F5F5F5;
  box-shadow: 0px 3px 10px 0px rgba(77, 77, 77, 0.3);
  border-radius: 15px;
  padding: 30px 0 0 21px;
}

.content .main_show .w1154 .box .show_right .title {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}

.content .main_show .w1154 .box .show_right ul {
  overflow: hidden;
}

.content .main_show .w1154 .box .show_right ul li {
  overflow: hidden;
  margin-top: 20px;
}

.content .main_show .w1154 .box .show_right ul li.on a span {
  background: #410c60;
  color: #fff;
}

.content .main_show .w1154 .box .show_right ul li a {
  display: flex;
  align-items: center;
}

.content .main_show .w1154 .box .show_right ul li a span {
  display: inline-flex;
  align-items: center;
  height: 16px;
  font-size: 14px;
  justify-content: center;
  line-height: 1;
  border-radius: 3px;
  color: #333;
  background: #fff;
  padding: 0 10px;
  margin-right: 8px;
  min-width: 70px;
}

.content .main_show .w1154 .box .show_right ul li a p {
  font-size: 14px;
  font-family: sm;
  color: #333333;
  margin-left: 10px;
  max-width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .main_show .w1154 .box .show_right ul li a img {
  display: block;
  margin-left: 8px;
}

.content .main_show .w1154 .box .show_left {
  overflow: hidden;
  width: 604px;
  height: 360px;
  background: #F5F5F5;
  box-shadow: 0px 3px 10px 0px rgba(77, 77, 77, 0.3);
  border-radius: 15px;
  padding: 30px 0 0 0;
  position: relative;
}

.content .main_show .w1154 .box .show_left .title {
  font-size: 26px;
  padding-left: 29px;
  color: #333333;
  font-weight: bold;
}

.content .main_show .w1154 .box .show_left .slide {
  width: 100%;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  padding: 12px 69px 0 69px;
}

.content .main_show .w1154 .box .show_left .slide .mySwiper {
  width: 100%;
  overflow: hidden;
}

.content .main_show .w1154 .box .show_left .slide .label {
  width: 146px;
}

.content .main_show .w1154 .box .show_left .slide .label:hover .info {
  background: #F8EAED;
}

.content .main_show .w1154 .box .show_left .slide .label:hover .info .city {
  background: #410c60;
}

.content .main_show .w1154 .box .show_left .slide .label:hover .info p,
.content .main_show .w1154 .box .show_left .slide .label:hover .info span,
.content .main_show .w1154 .box .show_left .slide .label:hover .info em {
  color: #410c60;
}

.content .main_show .w1154 .box .show_left .slide .label:hover .info .line {
  background: #410c60;
}

.content .main_show .w1154 .box .show_left .slide .label .btn {
  width: 110px;
  height: 32px;
  background: #410c60;
  border-radius: 16px;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}

.content .main_show .w1154 .box .show_left .slide .label .btn i {
  width: 7px;
  height: 14px;
  display: block;
  background-image: url(../images/rightw.png);
  background-size: 100% 100%;
  margin-left: 10px;
}

.content .main_show .w1154 .box .show_left .slide .label .info {
  width: 100%;
  background: #fff;
  border-radius: 15px;
  height: 194px;
  padding: 30px 20px 0 20px;
  text-align: center;
  transition: all .2s;
}

.content .main_show .w1154 .box .show_left .slide .label .info .city {
  display: inline-flex;
  align-items: center;
  height: 20px;
  font-size: 12px;
  border-radius: 5px;
  color: #fff;
  background: #333333;
  padding: 0 6px;
}

.content .main_show .w1154 .box .show_left .slide .label .info p {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-top: 12px;
  color: #333333;
}

.content .main_show .w1154 .box .show_left .slide .label .info span {
  display: block;
  font-size: 14px;
  font-family: sm;
  margin-top: 6px;
  color: #333333;
  text-align: center;
}

.content .main_show .w1154 .box .show_left .slide .label .info .line {
  width: 30px;
  height: 2px;
  background: #5A5A5A;
  border-radius: 1px;
  margin: 12px auto;
}

.content .main_show .w1154 .box .show_left .slide .label .info em {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1.4;
  color: #5A5A5A;
  font-family: sm;
}

.content .main_show .w1154 .box .show_left .slide>.btn {
  position: absolute;
  top: 100px;
  width: 15px;
  z-index: 99;
  height: 30px;
  cursor: pointer;
  background-size: 100% 100%;
}

.content .main_show .w1154 .box .show_left .slide>.btn.prev {
  left: 30px;
  background-image: url(../images/prev.png);
}

.content .main_show .w1154 .box .show_left .slide>.btn.next {
  right: 30px;
  background-image: url(../images/next.png);
}

.content .main_course {
  padding: 60px 0;
  overflow: hidden;
  background: #F5F5F5;
}

.content .main_course .w1154 {
  width: 1154px;
  margin: 0 auto;
}

.content .main_course .w1154 .box {
  width: 100%;
  overflow: hidden;
}

.content .main_course .w1154 .box .item {
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  margin-top: 40px;
  display: flex;
  padding: 40px 30px;
}

.content .main_course .w1154 .box .item .title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  font-weight: bold;
  width: 66px;
  background: linear-gradient(-90deg, #C44F62, #410c60);
  border-radius: 15px;
  writing-mode: vertical-rl;
  letter-spacing: 4px;
  color: #fff;
  padding: 0 10px;
  text-align: center;
}

.content .main_course .w1154 .box .item ul {
  width: calc(100% - 66px);
  display: flex;
  flex-wrap: wrap;
}

.content .main_course .w1154 .box .item ul li {
  width: 322px;
  margin-left: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}

.content .main_course .w1154 .box .item ul li:nth-last-child(1) {
  margin-bottom: 0;
}

.content .main_course .w1154 .box .item ul li:nth-last-child(2) {
  margin-bottom: 0;
}

.content .main_course .w1154 .box .item ul li:nth-last-child(3) {
  margin-bottom: 0;
}

.content .main_course .w1154 .box .item ul li .picture {
  overflow: hidden;
  width: 100%;
  height: 180px;
  border-radius: 10px;
}

.content .main_course .w1154 .box .item ul li .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.content .main_course .w1154 .box .item ul li p {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222222;
  margin-top: 20px;
  font-weight: bold;
}

.content .main_course .w1154 .box .item ul li span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #5A5A5A;
  margin-top: 6px;
}

.content .main_service {
  padding: 86px 0 100px 0;
  background: #f5f5f5;
  margin-top: 60px;
  overflow: hidden;
}

.content .main_service .w1154 {
  width: 1200px;
  margin: 0 auto;
}

.content .main_service .w1154 .buttons {
  animation: ball-scale-multiple 1s 0s linear infinite alternate;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.content .main_service .w1154 .buttons a {
  display: inline-flex;
  align-items: center;
  height: 60px;
  font-size: 28px;
  color: #410c60;
  justify-content: center;
  background: #ffc935;
  border-radius: 40px;
  padding: 0 40px;
}

.content .main_service .w1154 .box {
  width: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.content .main_service .w1154 .box .label {
  width: 270px;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  position: relative;
  margin-bottom: 30px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transition: all .3s;
}

.content .main_service .w1154 .box .label:hover {
  background: #410c60;
}

.content .main_service .w1154 .box .label:hover .info p,
.content .main_service .w1154 .box .label:hover .info span {
  color: #fff;
}

.content .main_service .w1154 .box .label:hover .info em {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.6;
}

.content .main_service .w1154 .box .label .picture {
  overflow: hidden;
  width: 100%;
  height: 124px;
  border-radius: 16px;
}

.content .main_service .w1154 .box .label .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.content .main_service .w1154 .box .label .info {
  overflow: hidden;
  min-height: 136px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.content .main_service .w1154 .box .label .info p {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #222222;
  position: relative;
  z-index: 9;
}

.content .main_service .w1154 .box .label .info span {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #222222;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
}

.content .main_service .w1154 .box .label .info em {
  display: block;
  font-size: 70px;
  color: #000;
  font-weight: bold;
  opacity: 0.1;
  font-style: italic;
  line-height: 1;
  position: absolute;
  right: 24px;
  z-index: 9;
  top: 50%;
  transform: translateY(-50%);
}

.content .main_service .w1154 .box .item {
  width: 100%;
  overflow: hidden;
  background: #F5F5F5;
  border-radius: 15px;
  padding: 40px 30px;
  margin-top: 20px;
}

.content .main_service .w1154 .box .item .title {
  text-align: center;
  font-size: 24px;
  color: #222;
  font-weight: bold;
}

.content .main_service .w1154 .box .item ul {
  display: flex;
  flex-wrap: wrap;
}

.content .main_service .w1154 .box .item ul li {
  width: 358px;
  height: 220px;
  background-size: 100% 100%;
  overflow: hidden;
  margin-right: 9px;
  margin-top: 30px;
  transition: all .3s;
}

.content .main_service .w1154 .box .item ul li:hover {
  transform: translateY(-4px);
}

.content .main_service .w1154 .box .item ul li:nth-child(3n) {
  margin-right: 0;
}

.content .main_service .w1154 .box .item ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.content .main_service .w1154 .box .item ul li a>div {
  width: 100%;
}

.content .main_service .w1154 .box .item ul li a>div p {
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.content .main_service .w1154 .box .item ul li a>div span {
  display: block;
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  color: #fff;
}

.content .main_service .w1154 .box .item ul li a>div div {
  display: flex;
  width: 140px;
  height: 40px;
  border-radius: 20px;
  border: 2px solid #FFFFFF;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  margin: 0 auto;
  margin-top: 20px;
  color: #fff;
}

.content .main_service .w1154 .box .item ul li a>div div i {
  width: 7px;
  height: 14px;
  display: block;
  background-image: url(../images/rightw.png);
  background-size: 100% 100%;
  margin-left: 10px;
}

.content .main_news {
  padding: 60px 0;
  overflow: hidden;
  background: #F5F5F5;
}

.content .main_news .w1154 {
  width: 1154px;
  margin: 0 auto;
}

.content .main_news .w1154 .box {
  width: 100%;
  margin-top: 40px;
  background: #fff;
  overflow: hidden;
  border-radius: 15px;
  box-shadow: 0px 3px 10px 0px rgba(77, 77, 77, 0.3);
  padding: 40px 20px 20px 20px;
  display: flex;
  flex-wrap: wrap;
}

.content .main_news .w1154 .box .label {
  width: 264px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid #EDEDED;
  margin-right: 18px;
  margin-bottom: 20px;
}

.content .main_news .w1154 .box .label:nth-child(4n) {
  margin-right: 0;
}

.content .main_news .w1154 .box .label:hover .picture img {
  transform: scale(1.06);
}

.content .main_news .w1154 .box .label a {
  display: block;
  width: 100%;
  padding: 20px 16px;
  box-sizing: border-box;
}

.content .main_news .w1154 .box .label p {
  font-size: 18px;
  font-weight: bold;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .main_news .w1154 .box .label .picture {
  width: 100%;
  overflow: hidden;
  height: 108px;
  margin-top: 12px;
}

.content .main_news .w1154 .box .label .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: all .6s;
}

.content .main_case {
  padding: 100px 0;
  overflow: hidden;
  background-image: url(../images/icona_61.jpg);
  background-size: cover;
  background-position: center center;
}

.content .main_case .w1154 {
  width: 1200px;
  margin: 0 auto;
}

.content .main_case .w1154 .table {
  overflow: hidden;
  border-radius: 10px;
  margin-top: 50px;
  border: 1px solid #EDEDED;
}

.content .main_case .w1154 .buttons {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  animation: ball-scale-multiple 1s 0s linear infinite alternate;
}

.content .main_case .w1154 .buttons a {
  display: inline-flex;
  align-items: center;
  height: 60px;
  font-size: 28px;
  color: #410c60;
  justify-content: center;
  background: #ffc935;
  border-radius: 40px;
  padding: 0 40px;
}

.content .main_case .w1154 table {
  width: 100%;
  overflow: hidden;
}

.content .main_case .w1154 table tr {
  overflow: hidden;
}

.content .main_case .w1154 table tr:nth-child(even) td {
  background: #fff;
}

.content .main_case .w1154 table tr th {
  font-size: 24px;
  background: #410c60;
  text-align: center;
  border-right: 1px solid #EDEDED;
  color: #fff;
  font-family: sm;
  padding: 12px 0;
}

.content .main_case .w1154 table tr th:last-child {
  border-right: none;
}

.content .main_case .w1154 table tr:hover td {
  background: #410c60;
  color: #fff;
}

.content .main_case .w1154 table tr td {
  font-size: 24px;
  background: #f4f3ff;
  border-right: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
  color: #222;
  text-align: center;
  transition: all .3s;
  padding: 12px 0;
}

.content .main_case .w1154 table tr td:nth-child(1) {
  padding: 12px 30px;
}

.content .main_case .w1154 table tr td:nth-child(2) {
  text-align: left;
  padding-left: 30px;
  font-family: sr;
}

.content .main_case .w1154 table tr td:nth-child(3) {
  text-align: left;
  padding-left: 30px;
  font-family: sr;
}

.content .main_case .w1154 table tr td:last-child {
  border-right: none;
}

.content .main_youshi {
  padding: 90px 0 0 0;
}

.content .main_youshi .w1154 {
  width: 1200px;
  margin: 0 auto;
}

.content .main_youshi .w1154 .box {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-top: 48px;
}

.content .main_youshi .w1154 .box .label {
  overflow: hidden;
  width: 270px;
  background: #f5f5f5;
  padding: 56px 26px 34px 26px;
  border-radius: 16px;
  transition: all .2s;
}

.content .main_youshi .w1154 .box .label.on {
  background: #410c60;
  width: 340px;
}

.content .main_youshi .w1154 .box .label.on p {
  color: #fff;
}

.content .main_youshi .w1154 .box .label.on .desc span {
  color: #fff;
}

.content .main_youshi .w1154 .box .label p {
  text-align: center;
  font-size: 26px;
  color: #410c60;
  font-weight: bold;
}

.content .main_youshi .w1154 .box .label .desc {
  overflow: hidden;
  margin-top: 10px;
  min-height: 126px;
}

.content .main_youshi .w1154 .box .label .desc span {
  display: block;
  font-size: 18px;
  color: #1e1e1e;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.content .main_youshi .w1154 .box .label .picture {
  overflow: hidden;
  width: 100%;
  height: 202px;
  border-radius: 10px;
}

.content .main_youshi .w1154 .box .label .picture img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.content .main_promt {
  overflow: hidden;
  padding: 90px 0 112px 0;
  background: #f7f7f7;
}

.content .main_promt .w1154 {
  width: 1200px;
  margin: 0 auto;
}

.content .main_promt .w1154 img {
  display: block;
  width: 100%;
  margin-top: 50px;
}

.content .main_rank {
  padding: 100px 0;
  overflow: hidden;
}

.content .main_rank .w1154 {
  width: 1200px;
  margin: 0 auto;
}

.content .main_rank .w1154 table {
  width: 100%;
  margin-top: 44px;
  overflow: hidden;
  border-left: 1px solid #ECECEC;
  border-bottom: 1px solid #ECECEC;
  border-radius: 10px;
}

.content .main_rank .w1154 table tr {
  overflow: hidden;
}

.content .main_rank .w1154 table tr:nth-child(even) td {
  background: #fff;
}

.content .main_rank .w1154 table tr:hover td {
  background: #410c60;
  color: #fff;
}

.content .main_rank .w1154 table tr th {
  font-size: 24px;
  background: #410c60;
  text-align: center;
  border-right: 1px solid #ECECEC;
  border-top: 1px solid #ECECEC;
  color: #fff;
  font-family: sm;
  padding: 12px 0;
}

.content .main_rank .w1154 table tr th:nth-child(1) {
  padding: 12px 30px;
}

.content .main_rank .w1154 table tr th:nth-child(3) {
  padding: 12px 30px;
}

.content .main_rank .w1154 table tr td {
  font-size: 24px;
  background: #fff;
  border-right: 1px solid #ECECEC;
  border-top: 1px solid #ECECEC;
  color: #222;
  background: #fcf8ff;
  transition: all .2s;
  font-family: sm;
  text-align: center;
  padding: 12px 0;
}

.content .main_rank .w1154 table tr td:nth-child(2) {
  text-align: left;
  font-family: sr;
  padding-left: 38px;
}

.content .main_recommend {
  overflow: hidden;
  width: 100%;
  background: #F5F5F5;
}

.content .main_recommend .w1154 {
  width: 1154px;
  margin: 0 auto;
  padding: 60px 0 75px 0;
}

.content .main_recommend .w1154 .box {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.content .main_recommend .w1154 .box .font {
  margin-top: 30px;
  background: #410c60;
  border-radius: 15px;
  box-shadow: 0px 3px 10px 0px rgba(77, 77, 77, 0.3);
  padding: 40px;
}

.content .main_recommend .w1154 .box .font p {
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: sm;
}

.content .main_recommend .w1154 .box .font span {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 22px;
  color: #EEE3FF;
}

.content .main_recommend .w1154 .box .item {
  display: flex;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 3px 10px 0px rgba(77, 77, 77, 0.3);
  overflow: hidden;
  margin-top: 30px;
}

.content .main_recommend .w1154 .box .item ul {
  width: calc(100% - 332px);
  display: flex;
  flex-wrap: wrap;
  padding: 16px 0;
}

.content .main_recommend .w1154 .box .item ul li {
  width: 20%;
  overflow: hidden;
  padding: 16px 0;
}

.content .main_recommend .w1154 .box .item ul li img {
  height: 85px;
  display: block;
  margin: 0 auto;
}

.content .main_recommend .w1154 .box .item ul li span {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 10px;
  color: #222222;
}

.content .main_recommend .w1154 .box .item .name {
  width: 332px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #410c60;
  border-radius: 15px;
}

.content .main_recommend .w1154 .box .item .name span {
  font-size: 28px;
  line-height: 40px;
  font-family: sm;
  text-align: center;
  display: block;
  color: #fff;
}

.content .main_team {
  overflow: hidden;
}

.content .main_team .w1154 {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0 100px 0;
}

.content .main_team .w1154 .box {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 0 44px;
}

.content .main_team .w1154 .box .mySwiper {
  overflow: hidden;
  width: 100%;
  margin-top: 40px;
}

.content .main_team .w1154 .box .btn {
  cursor: pointer;
  position: absolute;
  z-index: 999;
  top: 50%;
}

.content .main_team .w1154 .box .btn.prev {
  left: 0;
}

.content .main_team .w1154 .box .btn.next {
  right: 0;
}

.content .main_team .w1154 .box .label {
  width: 100%;
  height: 300px;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  border-radius: 20px;
}

.content .main_team .w1154 .box .label img {
  width: 100%;
  height: 100%;
  display: block;
  transition: all .6s;
}

.content .main_team .w1154 .box .label:hover img {
  transform: scale(1.06);
}

.content .main_team .w1154 .box .label div {
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0;
  padding: 10px 19px;
  padding-right: 10px;
}

.content .main_team .w1154 .box .label div p {
  font-size: 24px;
  color: #fff;
  font-family: sm;
}

.content .main_team .w1154 .box .label div span {
  display: block;
  font-size: 14px;
  color: #fff;
}

.content .main_address {
  overflow: hidden;
  background: #f5f5f5;
  padding: 76px 0 100px 0;
}

.content .main_address .m {
  width: 1200px;
  margin: 0 auto;
}

.content .main_address .m .item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.content .main_address .m .box {
  overflow: hidden;
  display: flex;
  background: #fff;
  margin-top: 48px;
  border-radius: 20px;
}

.content .main_address .m .box .picture {
  overflow: hidden;
  width: calc(100% - 570px);
  height: 540px;
  border-radius: 20px;
}

.content .main_address .m .box .picture img {
  width: 100%;
  height: 100%;
  display: block;
  display: none;
  object-fit: cover;
}

.content .main_address .m .box .picture img.on {
  display: block;
}

.content .main_address .m .box .info {
  width: 570px;
  padding: 20px 0 0 0;
}

.content .main_address .m .box .info .label {
  width: 100%;
  transition: all .2s;
  position: relative;
  padding: 22px 40px 22px 60px;
}

.content .main_address .m .box .info .label.on {
  background: #410c60;
}

.content .main_address .m .box .info .label.on p {
  color: #fff;
}

.content .main_address .m .box .info .label.on p::after {
  background: #fff;
}

.content .main_address .m .box .info .label.on span {
  color: #fff;
}

.content .main_address .m .box .info .label.on::after {
  content: '';
  width: 12px;
  height: 26px;
  background-image: url(../images/rr_09.png);
  background-size: 100% 100%;
  position: absolute;
  right: -12px;
  top: 50%;
  transform: translateY(-50%);
}

.content .main_address .m .box .info .label p {
  font-size: 26px;
  color: #222222;
  font-weight: bold;
  position: relative;
}

.content .main_address .m .box .info .label p::after {
  content: '';
  width: 6px;
  height: 26px;
  background: #410c60;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: -24px;
  transform: translateY(-50%);
}

.content .main_address .m .box .info .label span {
  display: block;
  font-size: 22px;
  color: #222222;
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .main_address .m .tabbar {
  display: flex;
  justify-content: center;
  margin-top: 46px;
}

.content .main_address .m .tabbar div {
  display: inline-flex;
  align-items: center;
  height: 50px;
  font-size: 26px;
  justify-content: center;
  color: #000;
  background: #fff;
  border-radius: 40px;
  padding: 0 20px;
  position: relative;
  margin: 0 8px;
  cursor: pointer;
  min-width: 120px;
}

.content .main_address .m .tabbar div.on {
  background: #410c60;
  color: #fff;
}

.content .main_address .m .tabbar div.on::before {
  content: '';
  width: 17px;
  height: 23px;
  background-image: url(../images/ze_87.jpg);
  background-size: 100% 100%;
}

.content .public_head {
  text-align: center;
  font-size: 12px;
}

.content .public_head p {
  text-align: center;
  font-size: 44px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #410c60;
}

.content .public_head span {
  display: block;
  font-size: 30px;
  color: #6c6c6c;
  margin-top: 10px;
  text-align: center;
}

.content .footer {
  width: 100%;
  background: #333333;
  position: relative;
  padding: 74px 0;
}

.content .footer .top {
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -44px;
}

.content .footer .m {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.content .footer .m .fr {
  overflow: hidden;
}

.content .footer .m .fr p {
  font-size: 18px;
  color: #705bc5;
}

.content .footer .m .fr span {
  display: block;
  font-size: 28px;
  margin-top: 6px;
  color: #fff;
}

.content .footer .m .fr div {
  display: flex;
  width: 210px;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .footer .m .fr div a {
  display: block;
  font-size: 18px;
  margin-top: 6px;
  color: #705bc5;
}

.content .footer .m .fr div a:nth-child(2n) {
  color: #adadad;
}

.content .footer .m .code {
  display: flex;
  align-items: flex-start;
}

.content .footer .m .code div {
  overflow: hidden;
  padding: 0 24px;
}

.content .footer .m .code div img {
  display: block;
  width: 150px;
  margin: 0 auto;
}

.content .footer .m .code div span {
  display: block;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin-top: 24px;
}

.content .footer .m .fl {
  overflow: hidden;
}

.content .footer .m .fl img {
  display: block;
  margin: 0 auto;
}

.content .footer .m .fl div {
  width: 206px;
  height: 46px;
  display: flex;
  border: 1px solid #cccccc;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: #cccccc;
  margin: 20px auto;
  border-radius: 8px;
}

.content .footer .m .fl span {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #cccccc;
}

.content .buttons {
  transition: all .3s;
}

.content .buttons:hover {
  transform: translateY(-8px);
}

.content .main_guide {
  background-image: url(../images/addb_02.jpg);
  min-height: 1086px;
  background-size: cover;
  background-position: center center;
}

.content .main_guide .w1154 {
  width: 1200px;
  margin: 0 auto;
  padding: 90px 0 100px 0;
}

.content .main_guide .w1154 .buttons {
  display: flex;
  justify-content: center;
  animation: ball-scale-multiple 1s 0s linear infinite alternate;
  margin-top: 10px;
}

.content .main_guide .w1154 .buttons a {
  display: inline-flex;
  align-items: center;
  height: 60px;
  font-size: 28px;
  color: #410c60;
  justify-content: center;
  background: #ffc935;
  border-radius: 40px;
  padding: 0 40px;
}

.content .main_guide .w1154 .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: space-between;
}

.content .main_guide .w1154 .box .label {
  width: 370px;
  overflow: hidden;
  margin-bottom: 40px;
  background: #fff;
  border-radius: 20px;
  transition: all .3s;
}

.content .main_guide .w1154 .box .label:hover {
  transform: translateY(-8px);
}

.content .main_guide .w1154 .box .label:last-child {
  width: 580px;
}

.content .main_guide .w1154 .box .label:nth-last-child(2) {
  width: 580px;
}

.content .main_guide .w1154 .box .label:nth-child(1) .title {
  background-image: url(../images/ze_22.png);
}

.content .main_guide .w1154 .box .label:nth-child(2) .title {
  background-image: url(../images/ze_24.png);
}

.content .main_guide .w1154 .box .label:nth-child(3) .title {
  background-image: url(../images/ze_26.png);
}

.content .main_guide .w1154 .box .label:nth-child(4) .title {
  background-image: url(../images/ze_30.png);
}

.content .main_guide .w1154 .box .label:nth-child(5) .title {
  background-image: url(../images/ze_32.png);
}

.content .main_guide .w1154 .box .label .title {
  width: 100%;
  height: 160px;
  display: flex;
  font-weight: bold;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  letter-spacing: 2px;
  background-size: cover;
  color: #fff;
}

.content .main_guide .w1154 .box .label .desc {
  overflow: hidden;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 26px;
}

.content .main_guide .w1154 .box .label .desc span {
  display: block;
  font-size: 24px;
  color: #222222;
  line-height: 1.4;
}

.content .public_title {
  width: 100%;
  position: relative;
}

.content .public_title.cw p {
  color: #fff;
}

.content .public_title p {
  text-align: center;
  font-size: 44px;
  letter-spacing: 2px;
  font-weight: bold;
  color: #410c60;
}

@media (max-width: 1800px) {
  .content .header .link>ul>li>a {
    font-size: 20px;
  }
}

@media (max-width: 1660px) {
  .content .header .link>ul>li>a {
    font-size: 18px;
    padding: 0 14px;
  }
}

@media (max-width: 1560px) {
  .content .header .link>ul>li>a {
    font-size: 16px;
    padding: 0 10px;
  }
}

@media (max-width: 1500px) {
  .content .header {
    padding: 0 80px;
  }
}

/*# sourceMappingURL=css.css.map */