.inside-banner {
  height: 730px;
}

.inside-banner .box .txt {
  margin-top: 170px;
  width: 615px;
}

.inside-banner .box .txt .bigTxt,
.m-title-main {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-weight: bold;
  font-size: 50px;
  color: #2B12FF;
  line-height: 80px;
  margin-bottom: 23px;
}

.inside-banner .box .txt .smallTxt,
.m-sub-title {
  margin-top: 23px;
  width: 615px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 20px;
  color: #888888;
  line-height: 28px;
  font-style: normal;
  margin-bottom: 46px;
}

.inside-banner .box .container {
  position: relative;
}

.inside-banner .box .container .txtInfor {
  position: absolute;
  top: -96px;
  width: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  flex-direction: column;
  /* background: url("../image/inside-banner-upbg.png") no-repeat; */
  background-size: 100% auto;
  background-position: center top;
  height: 735px;
}

.inside-banner .box .container .txtInfor .btn {
  display: flex;

}

.inside-banner .box .container .txtInfor .btn>a:not(:first-child) {
  margin-left: 10px;
}

.inside-banner .box .container .txtInfor .btn>a:hover {
  filter: opacity(0.7);

}

.inside-banner .box .btn .ai-consult-btn {
  display: block;
  width: 180px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  border-radius: 45px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
  background-image: linear-gradient(45deg, #9575D0, #6B71F4, #577FFF, #60AEFD);
  transition: all .3s;
}

.inside-banner .box .btn .ai-detail-ai {
  background-color: transparent;
  border-color: #7769B7;
  border: 2px solid;
  color: #7769B7;
  display: block;
  width: 180px;
  height: 52px;
  line-height: 48px;
  text-align: center;
  border-radius: 45px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  transition: all .3s;
}

.inside-banner .box .btn .getBtn {
  display: block;
  width: 180px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background: #229AF4;
  border-radius: 45px;
  font-size: 16px;
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  color: #FFFFFF;
}

.title-01 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-weight: bold;
  font-size: 40px;
  color: #2B12FF;
  line-height: 64px;
  text-align: center;
}

.providing {
  margin-top: 105px;
}

.providing .providing-box {
  padding-top: 56px;
}

.providing .providing-box .providing-item {
  margin-bottom: 73px;
}

.providing .providing-box .providing-item .container {
  display: flex;
  align-items: center;
}

.providing .providing-box .providing-item:nth-child(2) {
  margin-bottom: 76px;
}

.providing .providing-box .providing-item:nth-child(3) {
  margin-bottom: 72px;
}

.providing .providing-box .providing-item .img {
  /* float: left; */
  width: 600px;
}

.providing .providing-box .providing-item .text {
  /* float: right; */
  width: calc(100% - 600px);
  padding-left: 60px;
}

.providing .providing-box .providing-item:nth-child(2n) .container {
  flex-direction: row-reverse;
}

.providing .providing-box .providing-item:nth-child(2n) .text {
  padding-left: 0px;
  padding-right: 60px;
}

.providing .item01 .text {
  /* margin-top: 76px; */
}

.providing .item02 .text {
  margin-top: 76px;
}

.providing .item03 .text {
  margin-top: 64px;
}

.providing .item04 .text {
  margin-top: 76px;
}

.providing .item01,
.providing .item03 {
  position: relative;
}

.providing .item01::before,
.providing .item03::before {
  position: absolute;
  content: '';
  left: 0;
  width: 787px;
  height: 780px;
  top: -176px;
  background: url("https://dhr.marketingforce.com/cn/product/sales/test/images/p-bg-01.png") no-repeat;
  background-size: cover;
}

.providing .item02,
.providing .item04 {
  position: relative;
}

.providing .item02::before,
.providing .item04::before {
  position: absolute;
  content: '';
  right: 0;
  width: 838px;
  height: 809px;
  top: -176px;
  background: url("https://dhr.marketingforce.com/cn/product/sales/test/images/p-bg-02.png") no-repeat;
  background-size: cover;
}

.providing .providing-box .providing-item .text .text-h {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-weight: bold;
  font-size: 36px;
  color: #233863;
  line-height: 50px;
}

.providing .providing-box .providing-item .text .text-m {
  margin-top: 32px;
}

.providing .providing-box .providing-item .text .text-m ul li {
  position: relative;
}

.providing .providing-box .providing-item .text .text-m ul li .text-item {
  padding: 16px 24px 16px 28px;
}

.providing .providing-box .providing-item .text .text-m ul li.active {
  background: #F7F8FA;
}

.providing .providing-box .providing-item .text .text-m ul li.active p:first-child {
  color: #229AF4;
}

.providing .providing-box .providing-item .text .text-m ul li::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 100%;
  background: #D8D8D8;
}

.providing .providing-box .providing-item .text .text-m ul li.active::before {
  content: '';
  position: absolute;
  left: 0;
  width: 4px;
  max-height: 0;
  background: #229AF4;
  transition: max-height .5s ease;
}

.providing .providing-box .providing-item .text .text-m ul li.active::before {
  max-height: 100%;
}

.providing .providing-box .providing-item .text .text-m ul li .text-item p {
  font-size: 18px;
  font-family: Verdana, Verdana;
  font-weight: bold;
  color: #233863;
  line-height: 22px;

}

.providing .providing-box .providing-item .text .text-m ul li .text-item p:first-child {
  cursor: pointer;
}

.providing .providing-box .providing-item .text .text-m ul li .text-item p:last-child {
  display: none;
}

.providing .providing-box .providing-item .text .text-m ul li.active .text-item p:last-child {
  display: block;
  margin-top: 12px;
  font-size: 14px;
  font-family: Verdana;
  color: #888888;
  line-height: 24px;
  font-weight: normal;
}

.providing .providing-box .providing-item .text .text-m .text-dd {
  width: 600px;
  font-family: Verdana;
  font-size: 20px;
  color: #4A4A4A;
  line-height: 32px;
  text-align: left;
  font-style: normal;
  margin-bottom: 24px;
}

.department {
  padding-top: 86px;
  padding-bottom: 114px;
}

.department .title-01 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-weight: bold;
  font-size: 40px;
  color: #233863;
  line-height: 56px;
}

.department .department-box {
  margin-top: 66px;
  display: flex;
  justify-content: space-evenly;
}

.department .department-box .item {
  display: inline-flex;
  height: 286px;
  width: calc((100% - 27px * 4) / 5);
  padding: 24px 20px;
  margin-right: 27px;
  border-radius: 16px;
  background-color: #FFFFFF;
  transition: all .3s;
}

/* background: #229AF4; active-color */
.department .department-box .item:last-child {
  margin-right: 0;
}

.department .department-box .item .insideBox .img {
  width: 50px;
  height: 50px;
  margin-bottom: 32px;
}

.department .department-box .item .insideBox .img {
  background: url("../image/department-s-01.png") top/cover;
}

.department .department-box .item:nth-of-type(2) .insideBox .img {
  background: url("../image/department-s-02.png") top/cover;
}

.department .department-box .item:nth-of-type(3) .insideBox .img {
  background: url("../image/department-s-03.png") top/cover;
}

.department .department-box .item:nth-of-type(4) .insideBox .img {
  background: url("../image/department-s-04.png") top/cover;
}

.department .department-box .item:nth-of-type(5) .insideBox .img {
  background: url("../image/department-s-05.png") top/cover;
}

.department .department-box .item.active .insideBox .img {
  background: url("../image/department-s-01-active.png") top/cover;
}

.department .department-box .item:nth-of-type(2).active .insideBox .img {
  background: url("../image/department-s-02-active.png") top/cover;
}

.department .department-box .item:nth-of-type(3).active .insideBox .img {
  background: url("../image/department-s-03-active.png") top/cover;
}

.department .department-box .item:nth-of-type(4).active .insideBox .img {
  background: url("../image/department-s-04-active.png") top/cover;
}

.department .department-box .item:nth-of-type(5).active .insideBox .img {
  background: url("../image/department-s-05-active.png") top/cover;
}

.department .department-box .item.active {
  background: #229AF4;
}

.department .department-box .item.active .insideBox .tit {
  color: #FFFFFF;
}

.department .department-box .item.active .des {
  color: #FFFFFF;
}

.department .department-box .item .insideBox .txt {
  font-family: PingFangSC, PingFang SC;
  color: #888888;
  font-size: 14px;
  line-height: 17px;
  text-align: left;
  font-style: normal;
}

.department .department-box .item .insideBox .txt .des {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}

.department .department-box .item .insideBox .tit {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
  font-weight: bold;
  margin-bottom: 16px;
  color: #233863;
}

.professional .title-01 {
  margin-top: 96px;
}

.professional .title-02 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-weight: bold;
  font-size: 48px;
  color: #229AF4;
  line-height: 64px;
  text-align: center;
}

.professional-box {
  margin-top: 32px;
}

.professional-box .top-tabs {
  display: flex;
  border-bottom: 1px solid #ECEEF1;
  flex-wrap: nowrap;
  justify-content: space-between;
  transition: 0.3s;
}

.professional-box .top-tabs .tab {
  padding: 30px 0;
  width: calc((100% - 20px * 4) / 5);
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}

.professional-box .top-tabs .tab.active {
  border-bottom: 3px solid #229AF4;
}

.professional-box .top-tabs .tab .tab-img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
  background: url(../image/evaluation-tab-01.png) top/cover;
}

.professional-box .top-tabs .tab:nth-of-type(2) .tab-img {
  background: url(../image/evaluation-tab-02.png) top/cover;
}

.professional-box .top-tabs .tab:nth-of-type(3) .tab-img {
  background: url(../image/evaluation-tab-03.png) top/cover;
}

.professional-box .top-tabs .tab:nth-of-type(4) .tab-img {
  background: url(../image/evaluation-tab-04.png) top/cover;
}

.professional-box .top-tabs .tab:nth-of-type(5) .tab-img {
  background: url(../image/evaluation-tab-05.png) top/cover;
}

.professional-box .top-tabs .tab:nth-of-type(1).active .tab-img {
  background: url(../image/evaluation-tab-01-active.png) top/cover;
}

.professional-box .top-tabs .tab:nth-of-type(2).active .tab-img {
  background: url(../image/evaluation-tab-02-active.png) top/cover;
}

.professional-box .top-tabs .tab:nth-of-type(3).active .tab-img {
  background: url(../image/evaluation-tab-03-active.png) top/cover;
}

.professional-box .top-tabs .tab:nth-of-type(4).active .tab-img {
  background: url(../image/evaluation-tab-04-active.png) top/cover;
}

.professional-box .top-tabs .tab:nth-of-type(5).active .tab-img {
  background: url(../image/evaluation-tab-05-active.png) top/cover;
}

/* .professional-box .top-tabs .tab .tab-img { */

.professional-box .top-tabs .tab .tab-text {
  width: calc(100% - 66px);
  font-family: PingFangSC, PingFang SC;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 18px;
  text-align: left;
  font-style: normal;
}

.professional-box .top-tabs .tab.active .tab-text {
  color: #229AF4;
  font-weight: 500;
}

.professional-content .content {
  display: none;
}

.professional-content .content.active {
  display: flex;
  height: 324px;
  margin-top: 74px;
  transition: all .3s;
}

.professional-content .content .img {
  width: 360px;
  height: 324px;
}

.professional-content .content .img img:nth-child(2) {
  display: none;
}

.professional-content .content .text {
  margin-left: 64px;
  padding-top: 16px;
  width: calc(100% - 500px);
}

.professional-content .content .text-h {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-weight: bold;
  font-size: 36px;
  color: #233863;
  line-height: 50px;
  margin-bottom: 35px;
}

.professional-content .content .text-dd {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 28px;
}

.evaluation {
  background: linear-gradient(180deg, rgba(34, 154, 244, 0) 0%, rgba(34, 154, 244, 0.1) 100%);
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100% 506px;
  /* 只显示顶部的400px高度 */
  padding-top: 48px;
}

.evaluation .evaluation-box {
  display: flex;
  justify-content: space-evenly;
  margin-top: 52px;
}

.evaluation .evaluation-box .item {
  width: calc((100% - 108px) / 3);
  /* height:420px; */
  background: #FFFFFF;
  box-shadow: 48px 36px 48px 0px rgba(57, 95, 142, 0.08);
  border-radius: 16px;
  padding: 10px;
  transition: 0.3s;
}

.evaluation .evaluation-box .item:hover {
  transform: translateY(-20px);
}

.evaluation .evaluation-box .item .img {
  height: 281px;
  background: #DDE9FF;
  border-radius: 12px;
  margin: 27px 13px 26px 13px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.evaluation .evaluation-box .item .img img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

.evaluation .evaluation-box .item:nth-child(2) .img {
  background: #DFF4F2;
}

.evaluation .evaluation-box .item:nth-child(3) .img {
  background: #EEECFF;
}

.evaluation .evaluation-box .item .txt {
  margin: 0 13px;
}

.evaluation .evaluation-box .item .txt .title {
  margin-top: 11px;
  text-align: center;
  font-style: normal;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-weight: bold;
  font-size: 24px;
  color: #000;
  line-height: 33px;
}

.evaluation .evaluation-box .item .txt .title-2 {
  margin-top: 5px;
  text-align: center;
  font-style: normal;
  font-family: PingFangSC, PingFang SC;
  font-weight: normal;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 30px;
  margin-bottom: 24px;
}

.asked {
  margin-top: 105px;
}

.asked .asked-box {
  margin-top: 51px;
}

.asked .asked-box .asked-img {
  /* width: 518px; */
  width: calc(100% - 741px);
  float: left;
}

.asked .asked-box .asked-img img {
  width: 488px;
  height: 394px;
}

.asked .asked-ul {
  width: 741px;
  float: left;
  padding-right: 16px;
  height: 400px;
}

.asked .asked-ul li {
  position: relative;
  margin-bottom: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 13px 0px rgba(197, 210, 235, 0.2);
  border-radius: 8px;
  cursor: pointer;
}

.asked .asked-ul li:hover {
  background: linear-gradient(270deg, #3AE49E 0%, #00C9D0 100%);
}

.asked .asked-ul li.active:hover {
  background: #FFFFFF;
}

.asked .asked-ul li:hover .li-item .title-head p {
  color: #FFFFFF;
}

.asked .asked-ul li:hover .title-head::after {
  background-color: #FFFFFF;
}

.asked .asked-ul li.active:hover .li-item .title-head p {
  color: #233863;
}

.asked .asked-ul li .li-item {
  padding: 25px 24px 24px;
}

.asked .asked-ul li .li-item .title-head p {
  font-size: 18px;
  font-family: Verdana, Verdana;
  font-weight: bold;
  color: #233863;
  line-height: 22px;
}

.asked .asked-ul li .li-item .title-box {
  display: none;
}

.asked .asked-ul li .li-item .title-box .text {
  width: 618px;
  font-size: 14px;
  font-family: Verdana;
  color: #888888;
  line-height: 20px;
}

.asked .asked-ul li .li-item .title-box .text-01 {
  margin-top: 17px;
}

.asked .asked-ul li .li-item .title-box .text-02 {
  margin-top: 8px;
}

.asked .asked-ul li .li-item .title-box .text-02:first-child {
  margin-top: 15px;
}

.asked .asked-ul li .li-item .title-box .tit {
  margin-top: 16px;
  font-size: 16px;
  font-family: Verdana;
  color: #4A4A4A;
  line-height: 24px;
}

.asked .asked-ul li.active .title-box {
  display: block;
}

.asked .asked-ul li .title-head::after {
  position: absolute;
  content: '';
  width: 24px;
  height: 24px;
  right: 24px;
  top: 24px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  color: #233863;
  background-color: #E8F5FF;
  background-image: url("../image/jia.png");
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
}

.asked .asked-ul li.active .title-head::after {
  background-image: url("../image/jian.png");
}

.dep {
  padding-top: 132px;
  padding-bottom: 88px;
  position: relative;
}

.dep::before {
  content: "";
  background: url("../image/dep-bg.png") no-repeat;
  background-size: cover;
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -32px;
  background-position: center;
}

.dep .title-01 {
  padding-bottom: 56px;
}

.dep .dep-box {
  position: relative;
  height: 320px;
  width: 100%;
  margin: auto;
}

.dep .dep-box .swiper-container {
  width: 100%;
  height: 100%;
}

.dep .dep-box .swiper-slide {
  text-align: center;
  height: 287px;
  display: inline-block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.dep .dep-box .swiper-slide .insideBox {
  width: 100%;
  background: #FFFFFF;
  /* box-shadow: 0px 16px 50px -4px rgba(157,168,194,0.2); */

  box-shadow: 0px 9px 34px -4px rgba(157, 168, 194, 0.2);
  border-radius: 16px;
  padding: 32px;
}

.dep .dep-box .swiper-slide .img {
  display: flex;
  width: 100%;
  align-items: center;
  padding-bottom: 24px;
}

.dep .dep-box .swiper-slide .img img {
  width: 90px;
  height: 90px;
  margin-right: 24px;
}

.dep .dep-box .swiper-slide .img p {
  font-family: PingFangSC, PingFang SC;
  font-weight: bold;
  font-size: 24px;
  color: #233863;
  line-height: 29px;
}

.dep .dep-box .swiper-slide .xian {
  width: 100%;
  height: 1px;
  background: #DAE0E7;
}

.dep .dep-box .swiper-slide .text {
  padding-top: 26px;
  padding-right: 2px;
  font-family: Verdana, Verdana;
  font-weight: normal;
  font-size: 16px;
  color: #4A4A4A;
  line-height: 28px;
  text-align: left;
}

.dep-box .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #D8D8D8;
  opacity: 1;
}

.dep-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 30px;
  background: #229AF4;
  border-radius: 6px;
}

.honors-title {
  color: #233863;
  padding-bottom: 32px;
}

.honors-title p:first-child {
  font-size: 40px;
  font-weight: bold;
  line-height: 45px;
}

.honors-title p:last-child {
  font-size: 32px;
  line-height: 45px;
  font-weight: normal;
}

.honors-title p span {
  font-size: 48px;
  color: #2B12FF;
  font-family: "D-DINExp-Bold";
  ;
}

.listen {
  padding-top: 161px;
  position: relative;
  margin-bottom: 64px;
}

.listen::before {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 668px;
  top: 0;
  background: url("../image/c-bg-07.png") no-repeat;
  background-size: cover;
  z-index: -1;
}

/* 轮播 */
.client-box .conTabs {
  overflow: hidden;
  position: relative;
}

.client-box .conTabs .spBox {
  background: #ffffff;
  box-shadow: 0px 16px 50px -4px rgba(157, 168, 194, 0.2);
  border-radius: 16px;
  padding: 32px;
  box-sizing: border-box;
}

.client-box .conTabs .spBox .top {
  padding-bottom: 23px;
  border-bottom: 1px solid #dae0e7;
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-weight: bold;
  font-size: 24px;
  color: #233863;
  line-height: 33px;
}

.client-box .conTabs .spBox .top img {
  width: 88px;
  height: 88px;
  float: left;
  margin-right: 24px;
}

.client-box .conTabs .spBox .text {
  padding: 24px 0 0;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #4a4a4a;
  line-height: 28px;
  height: 108px;
}

.client-box .conTabs .swiper-container {
  padding: 48px 0 100px;
}

.client-box .conTabs .swiper-pagination {
  left: 0;
  right: 0;
  bottom: 56px;
  margin: auto;
}

.client-box .conTabs .swiper-pagination-bullet {
  margin: 0 3px;
  width: 12px;
  height: 12px;
  background: #d8d8d8;
  opacity: 1;
  cursor: pointer;
}

.client-box .conTabs .swiper-pagination-bullet-active {
  width: 30px;
  background: #229af4;
  border-radius: 6px;
}

.client-box .conTabs .swiper-slide.swiper-slide-next .spBox,
.client-box .conTabs .swiper-slide.swiper-slide-prev .spBox {
  box-shadow: 0px 16px 50px -4px rgba(157, 168, 194, 0.15);
  opacity: 0.5;
}

.contact_us p {
  text-align: left;
}

.contact_us .container {
  display: flex;
  padding: 81px 140px;
}

.contact_us .txt1 {
  margin-bottom: 24px;
  font-size: 36px;
  color: #fff;
  font-weight: bold;
}

.contact_us .txt2 {
  margin-bottom: 50px;
}

.contact_us .freeBtn {
  margin: inherit;
}

.contact_us .contact_left {
  padding-right: 170px;
}

.contact_us .contact_right {
  display: flex;
  justify-content: space-between;
  width: 376px;
}

.contact_us .contact_right .item img {
  width: 162px;
  height: 162px;
}

.contact_us .contact_right .item p {
  margin-top: 17px;
  font-family: Verdana;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 19px;
  width: 160px;
  text-align: center;
}

.contact_us .container .contact_conter {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contact_us .container .contact_conter a {
  background-image: linear-gradient(0deg, #ffffffe6, #ffffffa7);
  color: #734EDF;
  width: 205px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  box-shadow: 0px 6px 14px 0px rgba(22, 113, 181, 0.24);
  border-radius: 26px;
  font-size: 16px;
  font-weight: bold;
  display: block;
  margin: auto;
}

.contact_us .container .contact_conter a:hover {
  filter: opacity(0.7);
}

@media screen and (max-width:1340px) {
  .inside-banner .box .container {
    padding: 0;
  }

  .providing .providing-box .providing-item .text .text-m .text-dd {
    width: 100%;
  }

  .company-logo .logo-box {
    margin-left: 0;
    margin-right: 0;
  }

}

@media screen and (max-width: 768px) {
  .m-banner .container {
    padding-bottom: 247px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .m-banner .m-btn a {
    width: 100%;
  }

  .m-banner .m-title {
    text-align: center;
  }

  .providing {
    margin-top: 35px;
  }

  .title-01 {
    font-weight: 600;
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
    padding: 20px;
  }

  .providing .providing-box {
    padding-top: 24px;
  }

  .providing .providing-box .providing-item {
    margin-bottom: 32px;
  }

  .providing .providing-box .providing-item:nth-child(3) {
    margin-bottom: 48px;
  }

  .providing .providing-box .providing-item .container {
    flex-direction: column;
  }

  .providing .item01::before,
  .providing .item02::before,
  .providing .item03::before,
  .providing .item04::before {
    display: none;
  }

  .providing .providing-box .providing-item .img {
    width: 100%;
  }

  .providing .providing-box .providing-item .img img {
    /* display: block; */
  }

  .providing .providing-box .providing-item .text {
    width: revert;
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-top: 30px;
  }

  .providing .providing-box .providing-item .text .text-h {
    font-weight: 600;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
  }

  .providing .providing-box .providing-item .text .text-m {
    margin-top: 24px;
  }

  .providing .providing-box .providing-item .text .text-m .text-dd {
    font-size: 16px;
    color: #4A4A4A;
    line-height: 28px;
    margin-bottom: 16px;
  }

  .providing .providing-box .providing-item:nth-child(2n) .container {
    flex-direction: column;
  }

  .providing .providing-box .providing-item:nth-child(2) {
    margin-bottom: 36px;
  }

  .department {
    padding-top: 39px;
    padding-bottom: 50px;
  }

  .department .title-01 {
    font-weight: 600;
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
  }

  .department .department-box {
    flex-direction: column;
    margin-top: 32px;
  }

  .department .department-box .item {
    width: 100%;
    margin-bottom: 24px;
    margin-right: 0px;
    padding: 24px 24px 54px;
    height: revert;
  }

  .department .department-box .item .insideBox .tit {
    font-weight: 500;
    font-size: 20px;
    color: #233863;
    line-height: 20px;
  }

  .department .department-box .item .insideBox .txt .des {
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    margin-top: 16px;
  }

  .professional .title-01 {
    margin-top: 48px;
  }

  .professional .title-02 {
    font-weight: 600;
    font-weight: bold;
    font-size: 40px;
    color: #229AF4;
    line-height: 56px;
    margin-top: 8px;
  }

  .professional-box {
    padding: 0px;
  }

  .professional-box .top-tabs {
    display: none;
  }

  .professional-content {
    padding: 0px;
    background: #F8F8F8;
  }

  .professional-content .content {
    padding: 32px 24px 48px;
    background-color: #ffffff;
  }

  .professional-content .content.active {
    margin-top: 0px;
  }

  .professional-content .content .img {
    width: 100%;
    height: revert;
  }

  .professional-content .content .img .pc-pic {
    display: none;
  }

  .professional-content .content .img img:last-child {
    display: block;
  }

  .professional-content .content {
    flex-wrap: wrap;
  }

  .professional-content .content.active {
    height: revert;
  }

  .professional-content .content .text {
    width: revert;
    margin: 0px;
    padding-top: 32px;
  }

  .professional-content .content .text-h {
    font-weight: 600;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
    margin-bottom: 24px;
  }

  .professional-content .content .text-dd {
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 28px;
  }

  .evaluation {
    background-color: #F8F8F8;
    padding-top: 24px;
  }

  .evaluation .evaluation-box .item {
    width: revert;
    height: revert;
  }

  .evaluation .evaluation-box {
    flex-wrap: wrap;
  }

  .evaluation .container {
    background-color: #ffffff;
    padding-top: 48px;
    margin-top: 0px;
  }

  .evaluation .evaluation-box {
    padding-top: 0;
  }

  .evaluation .evaluation-box .item .img {
    padding: 22px 10px;
    height: revert;
  }

  .evaluation .evaluation-box .item .txt .title {
    margin-top: 5px;
    margin-bottom: 44px;
  }

  .evaluation .evaluation-box .item .txt .title-2 {
    margin-top: 3px;
    margin-bottom: 24px;
  }

  .evaluation .evaluation-box .item {
    margin-top: 32px;
  }

  .evaluation .evaluation-box .item:hover {
    transform: none;
  }

  .professional-content .content {
    /* display: block; */
  }

  .m-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 24px;
    border-left: 4px solid transparent;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 18px;
    background: #FFFFFF;
    margin-top: 24px;
  }

  .m-tab.active {
    border-left: 4px solid #229AF4;
    background-color: rgba(34, 154, 244, 0.1);
    color: #229AF4;
  }

  .m-tab .tab-img {
    width: 40px;
    height: 40px;
    margin-right: 16px;
    background: url(../image/evaluation-tab-01.png) top/cover;
  }

  .m-tab .item-left {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-weight: bold;
  }

  .m-tab.m-tab-2 .tab-img {
    background: url(../image/evaluation-tab-02.png) top/cover;
  }

  .m-tab.m-tab-3 .tab-img {
    background: url(../image/evaluation-tab-03.png) top/cover;
  }

  .m-tab.m-tab-4 .tab-img {
    background: url(../image/evaluation-tab-04.png) top/cover;
  }

  .m-tab.m-tab-5 .tab-img {
    background: url(../image/evaluation-tab-05.png) top/cover;
  }

  .m-tab.m-tab-1.active .tab-img {
    background: url(../image/evaluation-tab-01-active.png) top/cover;
  }

  .m-tab.m-tab-2.active .tab-img {
    background: url(../image/evaluation-tab-02-active.png) top/cover;
  }

  .m-tab.m-tab-3.active .tab-img {
    background: url(../image/evaluation-tab-03-active.png) top/cover;
  }

  .m-tab.m-tab-4.active .tab-img {
    background: url(../image/evaluation-tab-04-active.png) top/cover;
  }

  .m-tab.m-tab-5.active .tab-img {
    background: url(../image/evaluation-tab-05-active.png) top/cover;
  }

  .m-tab .tab-icon {
    width: 20px;
    height: 20px;
    background: url(../image/m-tab-icon.png) top/cover;
  }

  .m-tab.active .tab-icon {
    width: 20px;
    height: 20px;
    background: url(../image/m-tab-icon-active.png) top/cover;
  }

  .asked {
    margin-top: 48px;
  }

  .asked .asked-ul {
    width: 100%;
    height: revert;
    padding: 0px;
  }

  .asked .asked-box {
    margin-top: 32px;
  }

  .asked .asked-ul li .li-item .title-box .text {
    width: 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #888888;
    line-height: 24px;
  }

  .asked .asked-ul li .li-item {
    padding: 16px;
  }

  .asked .asked-ul li .li-item .title-head p {
    line-height: 25px;
  }

  .asked .asked-ul li .title-head::after {
    top: 17px;
    right: 16px;
  }

  .dep {
    padding-top: 14px;
    padding-bottom: 48px;
  }

  .dep::before {
    content: "";
    background: url("../image/m-dep-bg.png") no-repeat;
    background-size: cover;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -130px;
    background-position: center;
    z-index: -1;
  }

  .dep .title-01 {
    padding: 0px 18px 32px;
  }

  .dep .dep-box .swiper-slide .img img {
    width: 74px;
    height: 74px;
    margin-right: 16px;
  }

  .dep .dep-box .swiper-slide .img p {
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
  }

  .dep .dep-box .swiper-slide {
    width: 100% !important;
    height: revert;
  }

  .dep .dep-box {
    height: revert;
  }

  .dep .dep-box .swiper-slide .insideBox {
    padding: 32px 23px 32px 24px;
    box-shadow: 0px 0px 20px -4px rgba(157, 168, 194, 0.2);
  }

  .dep .dep-box .swiper-slide .img {
    padding-bottom: 24px;
  }

  .dep .dep-box .swiper-slide .text {
    padding-top: 24px;
    padding-right: 0px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4A4A4A;
    line-height: 28px;
  }

  .department .department-box .item.active {
    background: #FFFFFF;
  }

  .department .department-box .item.active .insideBox .img {
    background: url(../image/department-s-01.png) top / cover;
  }

  .department .department-box .item.active .insideBox .tit {
    color: #233863;
  }

  .department .department-box .item.active .des {
    color: #888888;
  }

  .m-banner .m-sub-title {
    text-align: center;
  }

  .department .department-box .item .insideBox .img {
    background: url("../image/m-department-s-01.png") top/cover;
  }

  .department .department-box .item.active .insideBox .img {
    background: url("../image/m-department-s-01.png") top/cover;
  }

  .department .department-box .item:nth-of-type(2) .insideBox .img {
    background: url("../image/m-department-s-02.png") top/cover;
  }

  .department .department-box .item:nth-of-type(3) .insideBox .img {
    background: url("../image/m-department-s-03.png") top/cover;
  }

  .department .department-box .item:nth-of-type(4) .insideBox .img {
    background: url("../image/m-department-s-04.png") top/cover;
  }

  .department .department-box .item:nth-of-type(5) .insideBox .img {
    background: url("../image/m-department-s-05.png") top/cover;
  }

  .honors-title p:first-child,
  .honors-title p:last-child {
    font-size: 19px;
    line-height: 35px;
    color: #233863;
  }

  .honors-title p:first-child {
    font-family: "D-DINExp"
  }

  .honors-title p span {
    font-size: 27px;
  }

  .listen {
    padding-top: 0;
  }

  .client-box .conTabs .spBox {
    padding: 32px 24px 32px;
  }

  .listen .m-title-01 {
    display: block;
    padding: 0 24px;
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 32px;
    color: #233863;
    line-height: 45px;
    text-align: center;
    font-style: normal;
  }

  .client-box .conTabs .swiper-container {
    padding: 32px 24px 48px;
  }

  .client-box .conTabs .spBox .text {
    width: 100%;
    height: 205px;
    font-family: Verdana;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 30px;
  }

  .listen {
    padding-top: 50px;
  }

  .listen::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 266px;
    background: url("../image/m-bg-08.png") no-repeat;
    background-size: cover;
    z-index: -1;
  }

  .client-box .conTabs .spBox {
    height: unset;
    padding: 32px 23px 32px 24px;
  }

  .client-box .conTabs .spBox .top img {
    width: 74px;
    height: 74px;
    margin-right: 16px;
  }

  .client-box .conTabs .spBox .top {
    margin-bottom: 24px;
  }

  .client-box .conTabs .spBox .top p {
    font-family: PingFangSC, PingFang SC;
    font-weight: bold;
    font-size: 20px;
    color: #233863;
    line-height: 28px;
  }

  .client-box .conTabs .spBox .text {
    margin-top: 24px;
    padding-top: 0;
    height: 175px;
  }

  .contact_us .container {
    display: block;
    padding: 56px 24px;
  }

  .contact_us .contact_left {
    padding-right: 0;
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }

  .contact_us p {
    text-align: center;
  }

  .contact_us .txt1 {
    padding: 0;
    font-size: 25px;
    width: 230px;
    margin: 0 auto 24px;
  }

  .contact_us .txt2 {
    margin-bottom: 40px;
  }

  .contact_us .freeBtn {
    margin: auto;
  }

  .contact_us .contact_right {
    width: auto;
  }

  .contact_us .contact_right .item img {
    width: 132px;
    height: 132px;
  }

  .contact_us .contact_right .item p {
    width: 130px;
    margin-top: 11px;
  }
}

@media screen and (min-width: 400px) and (max-width: 438px) {
  .professional .title-01 {
    font-size: 28px;
  }
}

@media screen and (min-width: 1920px) {
  .inside-banner .box .container .txtInfor {
    top: 0;
  }
}