.content {
  width: 100%;
}

.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 .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: #705bc5;
}

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

.content .main_product {
  overflow: hidden;
  width: 100%;
  background: #f5f5f5;
  padding: 70px 0 80px 0;
}

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

.content .main_product .m .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.content .main_product .m .box .label {
  overflow: hidden;
  width: 380px;
  margin-right: 30px;
  margin-top: 30px;
  background: #fff;
  border-radius: 16px;
  transition: all .3s;
  transition-timing-function: ease;
  min-height: 468px;
}

.content .main_product .m .box .label:nth-child(3n) {
  margin-right: 0;
}

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

.content .main_product .m .box .label:hover a .picture img {
  transform: scale(1.06);
}

.content .main_product .m .box .label a {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 36px 30px 20px 30px;
}

.content .main_product .m .box .label a .picture {
  overflow: hidden;
  width: 100%;
  height: 192px;
}

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

.content .main_product .m .box .label a .info {
  overflow: hidden;
  padding: 36px 0 0 0;
}

.content .main_product .m .box .label a .info p {
  text-align: center;
  font-size: 34px;
  color: #222222;
  font-weight: bold;
  margin-bottom: 6px;
}

.content .main_product .m .box .label a .info span {
  display: block;
  text-align: center;
  font-size: 24px;
  color: #222222;
  line-height: 1.4;
}

.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: #000;
}

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

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

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

.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 .main_address {
  overflow: hidden;
  background: #f5f5f5;
  padding: 76px 0 100px 0;
}

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

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

.content .main_address .m .box .item {
  display: flex;
  width: 100%;
}

.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: #705bc5;
}

.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: #705bc5;
  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: #705bc5;
  color: #fff;
}

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

.content .main_team {
  width: 100%;
  padding: 94px 0 100px 0;
}

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

.content .main_team .m .tabbar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 44px;
}

.content .main_team .m .tabbar div {
  display: inline-flex;
  align-items: center;
  height: 50px;
  font-size: 32px;
  justify-content: center;
  color: #222222;
  background: #f5f5f5;
  border-radius: 40px;
  padding: 0 20px;
  margin: 0 45px;
  cursor: pointer;
  min-width: 180px;
}

.content .main_team .m .tabbar div.on {
  background: #705bc5;
  color: #fff;
}

.content .main_team .m .box .swiper {
  overflow: hidden;
  width: 100%;
}

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

.content .main_team .m .box .btn.prev {
  left: -30px;
}

.content .main_team .m .box .btn.next {
  right: -30px;
}

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

.content .main_team .m .box .label {
  overflow: hidden;
  width: 280px;
  height: 350px;
  border-radius: 20px;
  margin-right: 26px;
  margin-top: 50px;
  position: relative;
}

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

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

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

.content .main_team .m .box .label .info {
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 12px 20px 12px 28px;
}

.content .main_team .m .box .label .info span {
  opacity: 0.8;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
}

.content .main_team .m .box .label .info .name {
  font-size: 24px;
  color: #fff;
  position: relative;
}

.content .main_team .m .box .label .info .name::after {
  content: '';
  width: 4px;
  height: 21px;
  background: #705bc5;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
}

.content .main_service {
  width: 100%;
  padding: 74px 0;
  background: #f5f5f5;
}

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

.content .main_service .m .box {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}

.content .main_service .m .box .label {
  overflow: hidden;
  width: 380px;
  min-height: 450px;
  border-radius: 20px;
  background: #fff;
  padding: 46px 0;
  transition: all .3s;
}

.content .main_service .m .box .label:hover {
  background: #705bc5;
}

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

.content .main_service .m .box .label:hover .icon {
  background-image: url(../images/icons.png);
}

.content .main_service .m .box .label:hover .icon.s {
  background-image: url(../images/xxb.png);
}

.content .main_service .m .box .label:hover .icon.d {
  background-image: url(../images/sdb.png);
}

.content .main_service .m .box .label .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
  background-position: center center;
  background-image: url(../images/cdl.png);
  background-repeat: no-repeat;
}

.content .main_service .m .box .label .icon.s {
  background-image: url(../images/icons1.png);
}

.content .main_service .m .box .label .icon.d {
  background-image: url(../images/send.png);
}

.content .main_service .m .box .label p {
  text-align: center;
  font-size: 34px;
  color: #1e1e1e;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 12px;
}

.content .main_service .m .box .label span {
  display: block;
  text-align: center;
  font-size: 26px;
  color: #222222;
  line-height: 1.56;
}

@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 .main_process {
  width: 100%;
  padding: 90px 0 98px 0;
}

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

.content .main_process .m .button {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  animation: ball-scale-multiple 1s 0s linear infinite alternate;
  transition: all .4s;
}

.content .main_process .m .button:hover {
  transform: translateY(-4px);
}

.content .main_process .m .button a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #705bc5;
  font-size: 28px;
  color: #fff;
  padding: 0 42px;
  height: 60px;
  border-radius: 40px;
}

.content .main_process .m .box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.content .main_process .m .box .label {
  margin-top: 32px;
  width: 270px;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin-right: 40px;
  transition: all .2s;
  margin-top: 30px;
}

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

.content .main_process .m .box .label:hover {
  transform: translateY(-8px);
  background: #705bc5;
}

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

.content .main_process .m .box .label:hover .info em {
  color: rgba(255, 255, 255, 0.6);
}

.content .main_process .m .box .label .picture {
  overflow: hidden;
  width: 100%;
  height: 124px;
}

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

.content .main_process .m .box .label .info {
  overflow: hidden;
  position: relative;
  min-height: 208px;
  padding: 26px 0 0 0;
}

.content .main_process .m .box .label .info p {
  font-size: 24px;
  color: #222222;
  text-align: center;
  font-weight: bold;
}

.content .main_process .m .box .label .info span {
  display: block;
  padding: 0 24px;
  box-sizing: border-box;
  font-size: 18px;
  color: #222222;
  line-height: 1.4;
  margin-top: 6px;
}

.content .main_process .m .box .label .info em {
  display: block;
  font-size: 70px;
  line-height: 1;
  color: #705bc5;
  opacity: .2;
  font-weight: bold;
  position: absolute;
  right: 18px;
  bottom: 14px;
  font-style: italic;
}

.content .main_advantage {
  width: 100%;
  padding: 90px 0 98px 0;
}

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

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

.content .main_advantage .m .box ul {
  overflow: hidden;
  flex: 1;
  display: flex;
  padding-left: 20px;
  box-sizing: border-box;
  justify-content: space-between;
  flex-wrap: wrap;
}

.content .main_advantage .m .box ul li {
  overflow: hidden;
  width: 388px;
  border-radius: 20px;
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 54px 26px 0 26px;
  transition: all .3s;
  height: 280px;
}

.content .main_advantage .m .box ul li:hover {
  background: #705bc5;
}

.content .main_advantage .m .box ul li:hover p,
.content .main_advantage .m .box ul li:hover span {
  color: #fff;
}

.content .main_advantage .m .box ul li p {
  font-size: 26px;
  color: #1e1e1e;
  font-weight: bold;
}

.content .main_advantage .m .box ul li span {
  display: block;
  font-size: 18px;
  color: #1e1e1e;
  line-height: 1.66;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.content .main_advantage .m .box .left {
  width: 388px;
  height: 580px;
  overflow: hidden;
  border-radius: 20px;
  transition: all .3s;
  background: #f5f5f5;
  padding: 56px 26px 0 26px;
}

.content .main_advantage .m .box .left:hover {
  background: #705bc5;
}

.content .main_advantage .m .box .left:hover p,
.content .main_advantage .m .box .left:hover span {
  color: #fff;
}

.content .main_advantage .m .box .left p {
  font-size: 26px;
  color: #1e1e1e;
  font-weight: bold;
}

.content .main_advantage .m .box .left span {
  display: block;
  font-size: 18px;
  color: #1e1e1e;
  margin-top: 10px;
  line-height: 1.8;
}

.content .main_advantage .m .box .left div {
  overflow: hidden;
  width: 100%;
  border-radius: 16px;
  margin-top: 40px;
}

.content .main_advantage .m .box .left div img {
  width: 100%;
  display: block;
}

.content .main_news {
  width: 100%;
  padding: 90px 0 0 0;
}

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

.content .main_news .m .box {
  overflow: hidden;
  background: #f5f5f5;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  padding: 30px;
  margin-top: 42px;
}

.content .main_news .m .box .item {
  width: 610px;
  background: #fff;
  border-radius: 12px;
  padding: 0 40px;
}

.content .main_news .m .box .item:last-child {
  width: 510px;
}

.content .main_news .m .box .item .title {
  display: flex;
  align-items: center;
  position: relative;
  height: 94px;
  border-bottom: 2px solid #d8d8d8;
  font-size: 28px;
  color: #705bc5;
  font-weight: bold;
}

.content .main_news .m .box .item .title div {
  width: 6px;
  height: 26px;
  background: #705bc5;
  margin-right: 12px;
}

.content .main_news .m .box .item .list1 {
  padding: 12px 0;
}

.content .main_news .m .box .item .list1 li:hover a span {
  color: #705bc5;
}

.content .main_news .m .box .item .list1 li a {
  display: flex;
  align-items: center;
  padding: 11px 0;
  justify-content: space-between;
}

.content .main_news .m .box .item .list1 li a .type {
  width: 64px;
  height: 22px;
  background-size: 100% 100%;
  font-size: 18px;
  color: #370c74;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-right: 4px;
  background-image: url(../images/types_03.jpg);
  justify-content: center;
}

.content .main_news .m .box .item .list1 li a .type.on {
  color: #6d3b0a;
  background-image: url(../images/types_06.jpg);
}

.content .main_news .m .box .item .list1 li a span {
  font-size: 16px;
  color: #222222;
  display: block;
  width: calc(100% - 64px - 16px);
  transition: all .1s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.content .main_news .m .box .item .list {
  box-sizing: border-box;
  padding: 12px 0;
}

.content .main_news .m .box .item .list li {
  font-size: 12px;
  display: inline-block;
  max-width: 96%;
  position: relative;
}

.content .main_news .m .box .item .list li:hover a {
  color: #705bc5;
}

.content .main_news .m .box .item .list li::after {
  content: '';
  width: 6px;
  height: 6px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.content .main_news .m .box .item .list li img {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
}

.content .main_news .m .box .item .list li a {
  position: relative;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  padding: 9px 0;
  padding-left: 20px;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: all .1s;
}

@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 */