html {
  user-select: none;
}

body {
  min-width: 1200px;
}

img {
  max-width: 100%;
}

* {
  margin: 0;
  padding: 0;
}

#container {
  width: 100%;
  overflow: hidden;
}

.index-banner-container {
  width: 100%;
  height: 650px;
  box-sizing: border-box;
  background: linear-gradient(144deg, #016DFF 0%, #315AFA 51%, #5150FF 100%);
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.index-banner-inner {
  width: 1200px;
  padding: 0 60px;
  box-sizing: border-box;
  height: 650px;
  position: relative;
}

.index-banner-left {
  width: 470px;
  height: 189px;
  color: #fff;
  font-size: 46px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  line-height: 56px;
  margin-top: 217px;
}

.index-banner-s-text {
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 50px;
  font-size: 20px;
  margin-top: 40px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: normal;

}

.index-banner-icon {
  width: 1112px;
  height: 444px;
  position: absolute;
  top: 100px;
  left: 17px;
}

section {
  width: 100%;
  display: flex;
  flex-direction: column;
  background-image: url("../img/index-container-bg-1.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding-bottom: 107px;
  box-sizing: border-box;
}

.section-title {
  text-align: center;
  font-size: 32px;
  font-weight: 500;
  color: #333333;
  line-height: 1.4;
  margin-top: 49px;
}

.section-total {
  width: 100%;
}

.section-classifys {
  width: 1200px;
  padding: 0 60px;
  box-sizing: border-box;
  margin-top: 12px;
  margin: auto;
  display: flex;
  justify-content: center;
}

.section-classify {
  margin: auto;
  margin-top: 33px;
  justify-content: space-around;
}

.abc-a {
  width: 100px;
  height: 100px;
  margin: auto;
  background: url("../img/AIzhineng.png");
  background-size: 100%;
}
.abc-b {
  width: 100px;
  height: 100px;
  margin: auto;
  background: url("../img/AIdata.png");
  background-size: 100%;
}
.abc-c {
  width: 100px;
  height: 100px;
  margin: auto;
  background: url("../img/AIcustomer.png");
  background-size: 100%;
}
.section-total .text {
  z-index: 1211;
  width: 100%;
  display: block;
  font-size: 24px;
  text-align: center;
  align-self: center;
  margin-top: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #333333;
  line-height: 1.375;
}
.section-total .text-word {
  display: block;
  overflow-wrap: break-word;
  color: rgba(153, 153, 153, 1);
  font-size: 16px;
  line-height: 1.375;
  text-align: center;
  margin-top: 10px;
}

.section-total .text-detail {
  width: 310px;
  color: rgba(51, 51, 51, 1);
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
  text-align: center;
}

.content-container {
  height: 500px;
  align-self: center;
  width: 100%;
  box-sizing: border-box;
  background: #f8f9fa;
  overflow: hidden;
}

.content-bottom-box {
  width: 100%;
}

.content-total-box {
  width: 1200px;
  padding: 0 60px;
  box-sizing: border-box;
  height: 100%;
  margin: auto;
}

.content-boxs {
  width: 100%;
  height: 33px;
  display: flex;
  justify-content: space-around;
  margin-top: 20px;
  clear: both;
}

.content-box {
  width: 100%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #999999;
  line-height: 1.375;
}

.content-line {
  width: 20px;
  height: 4px;
  margin: 0px auto;
  opacity: 0;
  transition: 0.5s;
  display: block;
}

.content-detail {
  width: 100%;
  margin: auto;
  margin-top: 24px;
  display: flex;
  align-items: center;
  position: relative;
}
.content-detail-left {
  text-align: left;
  height: 100%;
  position: absolute;
  top: 79px;
}
.content-detail-box {
  width: 475px;
  height: 199px;
  margin-top: 26px;
  display: flex;
  flex-direction: column;
}
.content-detail-box-word {
  width: 475px;
  overflow-wrap: break-word;
  color: #333;
  font-size: 30px;
  /* font-weight: 600; */
  line-height: 1.5625;
  text-align: left;
  align-self: center;
}
.content-detail-img {
  width: 600px;
  height: 400px;
  position: absolute;
  top: 0;
  right: 0;
}

.content-button {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  border: 1px solid #016dff;
  color: #016dff;
  margin-top: 47px;
  background-color: transparent;
  position: relative;
  text-align: center;
}

.content-button-2 {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  position: relative;
  border: none;
  margin-left: 30px;
  background: linear-gradient(to right, #ffb200, #ff9200);
}

.content-button-2:hover {
  background: linear-gradient(to right, #FFBB00, #FFBB00, #FF8500);
}

.content-button-2:active {
  background-image: linear-gradient(to right, #e5a800, #e5a801, #de7503);
}

.content-button span {
  /* position: absolute;
  left: 25px;
  top: 0;
  transition: left ease 0.3s; */
}

.content-button img {
  /* width: 16px;
  height: 16px;
  position: absolute;
  right: 26px;
  top: 11.5px;
  transition: right ease 0.3s; */
}

.content-button:hover {
  cursor: pointer;
  background: #016dff;
  color: #fff;
}

/* .content-button:hover span {
  left: 21px;
} */

/* .content-button:hover img {
  right: 22px;
} */

.detail-box {
  width: 57px;
  height: 90px;
  background: #fff;
  position: absolute;
  top: 32%;
  left: 3.1px;
  font-size: 14px;
  line-height: 10.71;
}
.detail-box:nth-of-type(3) {
  position: absolute;
  top: 58%;
  left: 40%;
}

.detail-box:nth-of-type(4) {
  position: absolute;
  top: 58%;
  left: 72%;
}

.article {
  background: #ffffff;
  width: 100%;
  padding: 50px 0 48px;
  width: 1200px;
  padding: 0 60px;
  box-sizing: border-box;
  margin: auto;
  z-index: 1092;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.article-word {
  width: 100%;
  display: block;
  overflow-wrap: break-word;
  color: rgba(51, 51, 51, 1);
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 50px;
  font-weight: 500;
}

.article-pic {
  width: 1140px;
  height: 448px;
  margin-bottom: 50px;
}

.resolve {
  width: 100%;
  background: #f8f9fa;
  padding: 50px 60px 12px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  overflow: hidden;
}

.resolve-word {
  width: 100%;
  font-size: 32px;
  font-weight: 500;
  color: #333;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}

.resolve-bo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.resolve-boxs {
  width: 1100px;
  overflow-x: hidden;
  position: relative;
}

#swiper-container {
  position: absolute;
  top: 0;
  display: flex;
  transition: transform ease-in-out 0.2s;
  padding: 20px 0;
}

.resolve-box {
  width: 250px;
  height: 320px;
  border-radius: 12px;
  margin-left: 20px;
  background: #fff;
  padding: 0 18px;
  padding-bottom: 21px;
  min-width: 250px;
  box-sizing: border-box;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  border: 1px solid transparent;
  flex-wrap: wrap;
  user-select: none;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 255, 0.1);
  transition:all 0.5s;

}

.resolve-box:hover {
  border: 1px solid #016dff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 255, 0.1);
  cursor: pointer;
}
.resolve-box:hover .resolve-box-words{
    margin-top: 10px;
}

.resolve-box:hover .resolve-box-lastword {
  color: #216bff;
  cursor: pointer;
}

.resolve-box:hover .resolve-box-lastword img {
  display: block;
}

.left-button {
  width: 93px;
  height: 158px;
  background-image: url("../img/lastPage.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.left-button:hover {
  background-image: url("../img/lastPage-hover.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.right-button {
  width: 93px;
  height: 158px;
  background-image: url("../img/nextPage.svg");
  background-repeat: no-repeat;
  background-size: 100%;
}

.right-button:hover {
  background-image: url("../img/nextPage-hover.svg");
}

.resolve-box-pic {
  width: 60px;
  height: 60px;
  margin-top: 50px;
  background: url("../img/金融.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

.resolve-box-word {
  width: 100%;
  margin: auto;
  font-size: 24px;
  font-weight: 500;
  color: #333333;
  line-height: 1.375;
  margin-top: 10px;
  text-align: center;
}

.resolve-box-words {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  line-height: 1.875;
  margin-top: 20px;
  min-height: 120px;
  transition:all 0.5s;
  text-align: justify;
}

.resolve-box-lastword {
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  line-height: 1.4285;
  text-align: center;
  display: flex;
  align-items: center;
}

.resolve-box-lastword img {
  width: 10px;
  height: 11px;
  margin-left: 5px;
  display: none;
}
.resolve-box .p1 {
  background: url(../img/教育.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.resolve-box .p2 {
  background: url(../img/服务.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.resolve-box .p3 {
  background: url(../img/在线办公.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.resolve-box .p4 {
  background: url(../img/法律.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.resolve-box .p5 {
  background: url(../img/招商.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.resolve-box .p6 {
  background: url(../img/微信.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.resolve-box .p7 {
  background: url(../img/电销.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.fixed-box {
  position: fixed;
  bottom: 40px;
  right: 61px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 44px;
  z-index: 9999;
  transition: all ease-in-out 0.3s;
}

.fixed-img {
  width: 44px;
  margin-top: 20px;
  border-radius: 44px;
  box-shadow: 0 2px 4px 0 rgba(77, 136, 254, 0.2);
}

.fixed-img:hover {
  box-shadow: 0 2px 10px 5px rgba(77, 136, 254, 0.2);
  cursor: pointer;
}

.contact-box {
  margin-top: 118px;
  width: 40px;
  height: 120px;
  /* background-color: #fff; */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /* box-shadow: 0 2px 4px 0 rgba(77, 136, 254, 0.2); */
  border-radius: 4px;
  padding: 14px 0 12px 0;
  user-select: none;
  position: relative;
}

/* .contact-box:hover {
  box-shadow: 0 2px 10px 5px rgba(77, 136, 254, 0.2);
  cursor: default;
} */

/* .contact-box p {
  width: 30px;
  font-size: 14px;
  color: #016dff;
  line-height: 1.28;
  writing-mode: lr-tb;
  text-align: center;
  margin-top: 6px;
} */

.back-top {
  width: 44px;
  height: 44px;
  position: absolute;
  /* top: 200px; */
  top: -70px;
  right: -0;
  background: url("../img/back-top.svg");
  background-repeat: no-repeat;
  background-size: 200% 200%;
  background-position: 50% 45%;
  transition: right ease 0.2s;
  opacity: 0;
}

.back-top:hover {
 width: 44px;
 height: 44px;
  box-shadow: 0 2px 10px 5px rgba(77, 136, 254, 0.2);
  background-image: url("../img/backtop-1.svg");
  background-size: 200% 200%;
  background-position: 50% 45%;
  box-shadow: 0 2px 10px 5px rgb(77 136 254 / 20%);
}
.contact-phone{
    width: 44px;
    height: 44px;
    background-image: url("../img/fixed-icon-1.svg");
    background-size: 100% 100%;

}
.contact-phone:hover{
    width: 44px;
    height: 44px;
    background-image: url("../img/客服备份.svg");
    background-size: 200% 200%;
    background-position: 50% 45%;
}
.wechat-content{
    width: 44px;
    height: 44px;
    background-image: url("../img/fixed-icon-2.svg");
    background-size: 100% 100%;
}
.wechat-content:hover{
    width: 44px;
    height: 44px;
    background-image: url("../img/微信备份.svg");
    background-size: 200% 200%;
    background-position: 50% 45%;
}
.contact-sell{
    width: 44px;
    height: 44px;
    background-image: url("../img/fixed-icon-3.svg");
    background-size: 100% 100%;
    background-position: 50% 45%;

}
.contact-sell:hover{
    width: 44px;
    height: 44px;
    background-image: url("../img/App备份.svg");
    background-size: 200% 200%;
    background-position: 50% 45%;
   
}


.phone-pop {
  position: absolute;
  top: 20px;
  right: 61px;
}

.prod_angle {
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -7px;
  top: 15px;
}

.prod_angle_2 {
  width: 0;
  height: 0;
  border-left: 7px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: -7px;
  top: 85px;
}
.code-pop .prod_angle_2 {
    width: 0;
    height: 0;
    border-left: 7px solid #fff;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    right: -7px;
    top: 30px;
  }

.pop-wrap,.code-wrap {
    z-index: 999;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  background: #fff;
  box-shadow: 0px 2px 20px 0px rgba(1, 109, 255, 0.2);
}

.pop-wrap p {
  width: 200px;
  font-size: 16px;
  line-height: 16px;
  color: #016dff;
  font-weight: 500;
  padding: 11px 12px;
}

.pop-wrap .pop-wrap-content {
  width: 105px;
  height: 105px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 70px;
  left: -105px;
  border-radius: 10px;
  box-shadow: 0px 2px 20px 0px rgb(1 109 255 / 20%);
}
.code-wrap .pop-wrap-content  {
    width: 105px;
    height: 105px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: -105px;
    border-radius: 10px;
    box-shadow: 0px 2px 20px 0px rgb(1 109 255 / 20%);
  }

.pop-wrap-content img {
  width: 105px;
  height: 105px;
}
.code-wrap .pop-wrap-content img {
    width: 105px;
    height: 105px;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
  }

.code-pop {
    position: absolute;
    top: 20px;
    right: 61px;
    z-index: 999;
  }

.market-service {
  /* height: 785px; */
  width: 1200px;
  padding: 0 60px;
  padding-top: 50px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 55px;
}

.m-s-title {
  width: 100%;
  display: block;
  overflow-wrap: break-word;
  color: #333;
  font-size: 32px;
  line-height: 1.4;
  text-align: center;
  font-weight: 500;
  margin-bottom: 12px;
}

.m-s-title-2 {
  font-size: 20px;
  color: #666;
  line-height: 1.375;
  text-align: center;
}

.m-s-box {
  margin-top: 30px;
  /* display: flex; */
  /* justify-content: center; */
  flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
}

.m-s-left-img {
  width: 325px;
  height: 323px;
}

.m-s-left-btn {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.m-s-right-box {
  position: relative;
  margin-left: 85px;
  width: 770px;
}

.m-s-r-item {
  width: 400px;
  height: 160px;
  color: #fff;
  font-size: 20px;
  line-height: 1.4;
  background: linear-gradient(133deg, #3a98fe 0%, #4785fe 51%, #3e54f4 100%);
  border-radius: 12px;
  padding: 20px 19px 28px 20px;
  box-sizing: border-box;
  position: absolute;
  z-index: 9;
}

.m-s-item-border {
  border: 1px solid #016dff;
  border-radius: 12px;
  width: 400px;
  height: 160px;
  position: absolute;
}

.m-s-item-border-1 {
  top: 10px;
  left: 78px;
  z-index: 1;
}

.m-s-item-border-1:hover,
.m-s-item-border-2:hover,
.m-s-item-border-3:hover {
  z-index: 9;
}

.m-s-item-border-2 {
  top: 137px;
  left: 310px;
  z-index: 2;
}

.m-s-item-border-3 {
  top: 241px;
  left: 10px;
  z-index: 3;
}

.m-s-r-item-1 {
  top: -10px;
  left: -10px;
}

.m-s-r-item-2 {
  top: -10px;
  left: -10px;
}
.m-s-r-item-3 {
  top: -10px;
  left: -10px;
}

.m-s-mini-title {
  margin-bottom: 40px;
}

.All-yizhanshi{
  width: 350px;
  height: 185px;
}

.All-yi{
  width: 126px;
  height: 29px;
}
.All-yi2{
  width: 30px;
  height: 127px;
}
.center-img{
  width: 335px;
  height: 335px;
}
.market-img-top{
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.market-img-mid{
  display: flex;
  justify-content: space-between;
}

.img-mid-left {
  /* margin-top: 27px; */
}
.img-mid-right {
  /* margin-top: ; */
}

.market-img-bottom{
  display: flex;
  justify-content: space-between;
}
.market-img-center{
  position: relative;
}
.img-center{
  position: absolute;
  left: 370px;
  top: 100px;
}

.pers-top{
  margin-bottom: 130px;
  margin-left: 10px;
}

.pers-bottom{
  margin-right: 10px;
}

.content-button{
  margin-top: 0px!important;
}
.market-service-all{
    margin-top: 12px;
}

.btn {
  width: 100px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #fff;
  box-sizing: border-box;
  border: none !important;
  border-radius: 22px;
  background-color: transparent;
  cursor: pointer;
}
.banner-btn-url {
  width: 140px;
  height: 40px;
  border: none;
  /* color: #fff; */
  font-weight: 500;
  font-size: 16px;
  border-radius: 22px;
  background: linear-gradient(to right, #ffb200, #ff9200);
  cursor: pointer;
}
.banner-btn-video {
  border: none;
  font-weight: 500;
  border-radius: 22px;
  background: linear-gradient(to right, #ffb200, #ff9200);
  cursor: pointer;
  height: 40px!important;
  width: 140px !important;
  font-size: 16px;
  line-height: 38px!important;
  margin-right: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_out{
  width: 100%;
  height: 650px;
  overflow: hidden;
}
.banner_out_out{
  width: 1000%;
  height: 650px;
  display: flex;
  position: relative;
  transition: all ease .3s;
}
.banner_content{
  width: 100%;
  height: 650px;
  position: relative;
}
.banner_tab{
  width: 60%;
  display: flex;
  flex-direction: row;
  padding-left: 0px !important;
  margin-left: 48%;
  margin-top: -120px;
  z-index: 999;
  position: relative;
}
.banner_tab_item{
  width: 4%;
  height: 55px;
  text-align: center;
  list-style-type: none;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}
.banner_tab_item span{
  width: 12px;
  height: 12px;
  background-color: #FFF;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 40%;
  bottom: -2px;
  text-align: center;
}
.on{
  height: 56px;
  text-align: center;
  list-style-type: none;
  font-size: 20px;
  font-weight: 800;
  color: #FFFFFF;
  opacity: 0.2;
  position: relative;
  cursor: pointer;
  text-align: center;
}
.on span {
  text-align: center;
  list-style-type: none;
  font-size: 20px;
  font-weight: 600;
  color: #FFFFFF;
  opacity: 0.8;
  position: absolute;
  cursor: pointer;
  text-align: center;
}

#video-model {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0, .7);
  z-index: 9999;
}

.video-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.video-container video {
  width: 70vw;max-width: 1200px;max-height: 80vh
}

#video-model #model-close {
  position: absolute;
  right: 70px;
  top: 60px;
  z-index: 1003;
  margin-top: -6px;
  display: inline-block;
  width: 56px;
  height: 56px;
  overflow: hidden;
  background: rgba(0,0,0,.8);
  border-radius: 50%;
  cursor: pointer;
}

#video-model #model-close::before {
  content: "";
    position: absolute;
    height: 4px;
    width: 60%;
    top: 50%;
    left: 11.5px;
    margin-top: -1px;
    background: #fff;
    transform: rotate(45deg);
}

#video-model #model-close::after {
  content: "";
    position: absolute;
    height: 4px;
    width: 60%;
    top: 50%;
    left: 11.5px;
    margin-top: -1px;
    background: #fff;
    transform: rotate(-45deg);
}


.market-service-img-container {
  position: relative;
  height: 545px;
  margin-top: 39px;
}

.market-service-img-1 {
  width: 350px;
  height: 185px;
  position: absolute;
  top: 0;
  left: 0;
}
.market-service-img-2 {
  width: 350px;
  height: 208px;
  position: absolute;
  right: 0;
  top: 0;
}
.market-service-img-3 {
  width: 350px;
  height: 208px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.market-service-img-4 {
  width: 350px;
  height: 185px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.market-service-img-5 {
  width: 334px;
  height: 335px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.arrow-container-1 {
  position: absolute;
  top: 24px;
  left: 360px;
  width: 126px;
}

.market-service-arrow-1, .market-service-arrow-2, .market-service-arrow-3 {
  width: 126px;
  height: 29px;
  position: absolute;
  left: 0;
  opacity: 0;
  transition: opacity ease-in-out .5s;
}

.arrow-container-2 {
  position: absolute;
  right: -60px;
  top: 280px;
  width: 127px;
  transform: rotate(90deg);
}

.arrow-container-3 {
  position: absolute;
  right: 360px;
  bottom: 0;
  width: 126px;
  transform: rotate(180deg);
}
.arrow-container-4 {
  position: absolute;
  left: -60px;
  top: 255px;
  width: 127px;
  transform: rotate(-90deg);
}