.inside-banner {
  height: 678px;
  z-index: 2;
}

.inside-banner .box .txt {
  margin-top: 51px;
  width: 617px;
}

.inside-banner .box .txt .bigTxt {
  font-size: 56px;
  color: #233863;
  line-height: 72px;
  font-weight: bold;
}

.inside-banner .box .txt .smallTxt {
  width: 587px;
  margin-top: 40px;
  font-size: 20px;
  color: #4A4A4A;
  line-height: 30px;
  font-weight: 400;
}

.inside-banner .box .btn .getBtn {
  margin-top: 64px;
}

.tackling {
  padding-top: 88px;
}

.tackling .tackling-pic {
  width: 500px;
}

.tackling .tackling-pic,
.tackling .tackling-text {
  float: left;
}

.tackling .tackling-text {
  width: calc(100% - 500px);
  padding-left: 114px;
}

.tackling .tackling-text .tackling-title {
  padding-top: 150px;
  font-size: 40px;
  color: #233863;
  line-height: 56px;
  font-weight: bold;
}

.tackling .tackling-text .tackling-desc {
  padding-top: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 28px;
}

.industry {
  padding-top: 63px;
}

.title-01 {
  font-size: 40px;
  color: #233863;
  font-weight: bold;
  line-height: 56px;
  text-align: center;
}

.title-02 {
  margin-top: 16px;
  font-size: 18px;
  color: #888888;
  line-height: 27px;
  text-align: center;
  font-weight: 400;
}

/*.industry-main{
    display: flex;
    align-items: center;
}
.industry-item .industry-pic{
    width: 560px;
    height: 600px;
}
.industry-item .industry-text{
    width: calc(100% - 560px);
}*/
.industry-item .industry-text {
  width: calc(100% - 500px);
  float: left;
}

.industry-item .industry-pic {
  width: 500px;
  float: right;
}

.contentbg03 .industry-pic,
.contentbg05 .industry-pic {
  float: left;
}

.contentbg02 .industry-text {
  margin-top: 82px;
}

.contentbg03 .industry-text {
  margin-top: 165px;
}

.contentbg04 .industry-text {
  margin-top: 148px;
}

.contentbg05 .industry-text {
  margin-top: 88px;
}

.industry-item .industry-text02 {
  padding-left: 218px;
}

.industry-item {
  padding-top: 64px;
}

.industry-item01 {
  padding-top: 48px;
}

.industry-item .industry-text .industry-head {
  width: 507px;
  font-size: 40px;
  font-weight: bold;
  color: #233863;
  line-height: 56px;
}

.industry-item .industry-text .industry-content {
  margin-top: 40px;
  width: 436px;
}

.industry-item .industry-text .industry-content .text-01 {
  font-size: 20px;
  font-weight: bold;
  color: #233863;
  line-height: 28px;
}

.industry-item .industry-text .industry-content .text-02 {
  font-size: 16px;
  font-weight: 400;
  color: #4A4A4A;
  line-height: 28px;
}

.mt16 {
  margin-top: 16px;
}

.mt12 {
  margin-top: 12px;
}

.mt24 {
  margin-top: 24px;
}

.mt48 {
  margin-top: 48px;
}

.application {
  position: relative;

}

.application::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 933px;
  background: url(../image/bgc.png) no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.application .application-title {
  padding-top: 129px;
}

.application .application-box {
  margin: 40px -37.5px 0px;
  position: relative;
}

.application .application-box .swiper-container {
  width: 100%;
  height: 100%;
  padding-bottom: 55px;
}

.application .application-box .swiper-container .swiper-wrapper {
  height: 410px;
}

.application .application-box .swiper-item {
  padding: 0 37.5px;
  box-sizing: border-box;
}

.application .application-box .swiper-item .insideBox {
  background: #FFFFFF;
  border-radius: 16px;
  border: 2px solid #FFFFFF;
  box-shadow: 0px 28px 43px -6px rgba(197, 210, 235, 0.2);
  height: 410px;
}

.application .application-box .insideBox .img {
  padding-top: 16px;
  position: relative;
  height: 196px;
}

/* .application .application-box .insideBox .img img { */
/* } */
.application .application-box .insideBox .txt {
  box-sizing: border-box;
  text-align: center;
}

.application .application-box .insideBox .txt .title {
  margin-top: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #233863;
  line-height: 29px;
}

.application .application-box .insideBox .txt .des {
  padding: 0 40px;
  height: 80px;
  margin-top: 20px;
  font-size: 16px;
  color: #888888;
  line-height: 28px;
}

/* .swiper-pagination-bullet{
    width: 7px!important;
    height: 7px!important;
    background: #229AF4!important;
    opacity: 0.5!important;
}
.swiper-pagination-bullet-active{
    width: 21px!important;
    height: 7px!important;
    background: #229AF4!important;
    border-radius: 4px!important;
    opacity: 1!important;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 0px!important;
} */
.contentbg {
  position: relative;
}

.contentbg::before {
  position: absolute;
  content: '';
  width: 937px;
  height: 999px;
  background-size: cover;
  top: -117px;
  z-index: 1;
}

.contentbg01::before {
  background: url(../image/bgbg-01.png) no-repeat center left;
}

.contentbg02::before {
  right: 0;
  width: 797px;
  background: url(../image/bgbg-02.png) no-repeat center right;
}

.contentbg03::before {
  width: 913px;
  background: url(../image/bgbg-03.png) no-repeat center left;
}

.contentbg04::before {
  right: 0;
  width: 875px;
  background: url(../image/bgbg-04.png) no-repeat center right;
}

.contentbg05::before {
  width: 792px;
  background: url(../image/bgbg-05.png) no-repeat center left;
}

.inside-banner .txtInfor .txt .bigTxt-02 {
  font-weight: 500;
  font-size: 32px;
  color: #233863;
  line-height: 48px;
  margin-bottom: 12px;
}

.inside-banner .txtInfor .img {
  width: 368px;
  position: absolute;
  right: 112px;
  top: 0;
}

.allin {
  margin-top: 80px;
  position: relative;
}

.allin .allin-box {
  margin: auto;
  margin-top: 32px;
  width: 974px;
  font-size: 20px;
  color: #888888;
  line-height: 30px;
  text-align: center;
}

.allin .imgtop {
  margin-bottom: 130px;
  margin-top: 40px;
  width: 100%;
  text-align: center;
}

.allin .imgtop img:last-child {
  display: none;
}

.allin .img {
  width: 100%;
}

.listen {
  padding-top: 157px;
  background: url("../image/feadback_g.png") no-repeat;
}

/* 轮播 */
.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;
  height: 278px;
}

.client-box .conTabs .spBox .top {
  padding-bottom: 24px;
  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: 23px;
}

.client-box .conTabs .spBox .text {
  padding: 24px 0 53px;
  box-sizing: border-box;
  font-weight: 400;
  font-size: 16px;
  color: #4a4a4a;
  line-height: 28px;
}

.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: 16px;
}

.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:nth-child(1) {
  padding-right: 20px;
}

.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;
}

@media screen and (max-width:1340px) {
  .application .application-box {
    margin: 56px auto 0px;
  }

  .tackling .tackling-text .tackling-desc {
    width: auto;
  }
}

@media screen and (min-width:2100px) {
  .inside-banner {
    height: 900px;
  }
}

/*cdp移动端*/
@media screen and (max-width: 768px) {
  .m-banner img {
    margin-top: 48px;
  }

  .m-banner .m-title {
    white-space: nowrap;
  }

  .m-banner .m-btn a {
    width: 100%;
  }

  /* .contentbg::before{
        width: 100%;
        height: 390px;
        top: 0;
        background-size: cover;
    } */
  .contentbg01::before {
    background-image: url(../image/m-bgbg-01.png);
    background-size: cover;
    top: -50px;
    width: 100%;
    height: 691px;
  }

  .contentbg02::before {
    background-image: url(../image/m-bgbg-02.png);
    background-size: cover;
    height: 691px;
    top: -40px;
    right: unset;
    width: 100%;
  }

  .contentbg03::before {
    background-image: url(../image/m-bgbg-03.png);
    width: 100%;
    height: 525px;
    background-size: cover;
  }

  .contentbg04::before {
    background-image: url(../image/m-bgbg-04.png);
    height: 701px;
    top: -15px;
    background-size: cover;
  }

  .contentbg05::before {
    background-image: url(../image/m-bgbg-05.png);
    height: 701px;
    width: 100%;
    top: 0px;
    background-size: cover;
  }

  .tackling {
    padding-top: 48px;
  }

  .tackling .tackling-pic,
  .tackling .tackling-text {
    width: 100%;
  }

  .tackling .tackling-text .tackling-title {
    padding-top: 22px;
    font-size: 32px;
    line-height: 45px;
  }

  .tackling .tackling-text {
    padding-left: 0;
  }

  .tackling .tackling-text .tackling-desc {
    width: auto;
    padding-top: 24px;
  }

  .industry {
    padding-top: 56px;
    line-height: 35px;
  }

  .title-01 {
    font-size: 32px;
    line-height: 45px;
  }

  .title-02 {
    margin-top: 16px;
    font-size: 16px;
  }

  .industry-item .industry-pic,
  .industry-item .industry-text {
    width: 100%;

  }

  .industry-item01 {
    padding-top: 32px !important;
  }

  .contentbg02 .industry-text {
    margin-top: 11px;
  }

  .industry-item .industry-text .industry-head {
    width: auto;
    font-weight: 600;
    font-weight: bold;
    font-size: 24px;
    color: #233863;
    line-height: 33px;
  }

  .industry-item .industry-text .industry-content {
    margin-top: 24px;
    width: auto;
  }

  .industry-item .industry-text .industry-content .text-01 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    font-weight: bold;
    color: #233863;
  }

  .industry-item .industry-text .industry-content .text-02 {
    font-weight: 400;
    font-size: 14px;
    color: #4A4A4A;
    line-height: 28px;
    margin-top: 12px !important;
  }

  .industry-item .industry-text02 {
    padding-left: 0;
  }

  .industry-item {
    padding-top: 48px;
  }

  .contentbg03 .industry-text {
    margin-top: 42px;
  }

  .contentbg04 .industry-text {
    margin-top: 49px;
  }

  .contentbg05 .industry-text {
    margin-top: 27px;
  }

  .application::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 933px;
    background-image: url(../image/m-bgc.png);
    background-size: cover;
    background-position: top;
    z-index: -1;
  }

  .application {
    padding-top: 0;
    margin-top: 43px;
  }

  .application .application-title {
    padding-top: 59px;
  }

  .application .application-box {
    margin-top: 32px;
  }

  .application .application-box .swiper-container .swiper-wrapper {
    height: auto;
  }

  .application .application-box .swiper-wrapper {
    display: inline-block;
  }

  .application .application-box .swiper-item {
    padding: 0px;
    margin-bottom: 24px;

  }

  .application .application-box .insideBox .img {
    width: 100%;
    padding-top: 16px;
    position: relative;
    height: revert;
  }

  .application .application-box .insideBox .img img {
    width: 70%;
  }

  .application .application-box .swiper-item .insideBox {
    box-shadow: 0px 0px 20px -4px rgba(157, 168, 194, 0.2);
    border-radius: 16px;
    border: 0px;
    height: revert;
  }

  .application .application-box .insideBox .txt .title {
    font-size: 24px;
    line-height: 33px;
    margin-top: 24px;
    font-weight: 600;
    font-weight: bold;
  }

  .application .application-box .insideBox .txt .des {
    padding: 0 18px;
    height: auto;
    margin-top: 16px;
  }

  .application .application-box .swiper-container {
    padding-bottom: 0;
  }

  .application .application-box .insideBox .txt {
    padding-bottom: 40px;
  }

  .listen {
    padding-top: 72px;
    background: url("../image/m-listen-bg.png") no-repeat;
    background-size: contain;
  }

  .client-box .conTabs .spBox .top img {
    width: 74px;
    height: 74px;
    margin-right: 16px;
  }

  .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 .swiper-container {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 65px;
  }

  .client-box .conTabs .spBox {
    height: unset;
    padding: 32px 23px 32px 24px;
  }

  .client-box .conTabs .spBox .text {
    padding-top: 24px;
    padding-bottom: 0;
  }

  .middleCenter {
    position: relative !important;
  }

  .inside-banner .txtInfor .txt .bigTxt-02 {
    font-family: PingFangSC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #233863;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    margin-bottom: 12px;
  }

  .allin .title-01 {
    margin-bottom: 24px;
  }

  .allin .allin-box {
    width: 100%;
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 18px;
    color: #888888;
    line-height: 32px;
    padding: 0 16px;
    margin-bottom: 24px;
    margin-top: 0;
  }

  .allin .imgtop img:first-of-type {
    display: none;
  }

  .allin .imgtop img:last-of-type {
    display: block;
  }

  .allin .imgtop {
    width: 100%;
    height: unset;
    margin-top: 24px;
    margin-bottom: 34px;
  }

  .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;
    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;
    margin-bottom: 11px;
  }

  .inside-banner .box .txt {
    width: 100%;
    margin-top: 0px;
    padding-top: 24px;
  }

  .inside-banner .txtInfor .img {
    width: 164px;
    position: absolute;
    right: 11px;
    top: 180px;
    z-index: -2;
    opacity: 0.4;
  }

  .inside-banner {
    background-size: cover !important;
    height: 100% !important;
  }

  .headerH96Bg {
    display: none;
  }

  .inside-banner .box .txt .bigTxt {
    font-family: PingFangSC, PingFang SC;
    font-weight: 600;
    font-weight: bold;
    font-size: 42px;
    color: #233863;
    line-height: 59px;
    text-align: left;
    margin-bottom: 24px;
  }

  .inside-banner .box .txt .smallTxt {
    font-family: PingFangSC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #4a4a4a;
    line-height: 28px;
    text-align: left;
    width: 100%;
  }

  .inside-banner .box .btn .getBtn {
    margin-top: 32px;
  }

  .inside-banner .box .btn .getBtn,
  .prescriptionBtn,
  .detailBtn {
    font-family: PingFangSC, PingFang SC;
  }

  .item01 .m-img,
  .item03 .m-img,
  .item05 .m-img,
  .item07 .m-img,
  .item02 .m-img,
  .item04 .m-img,
  .item06 .m-img,
  .item08 .m-img {
    width: 100%;
    height: unset;
    margin-top: 24px;
    margin-bottom: 24px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .providing .providing-box .providing-item:nth-child(3) {
    margin-bottom: 32px;
  }

  .providing .providing-box .providing-item:nth-child(4) {
    margin-bottom: 62px;
  }
}