@font-face {
  font-family: 'MYingHeiPRC';
  src: url('MYingHeiPRC-W7.ttf') format('truetype');
}
@font-face {
  font-family: 'MYingHeiPRCs';
  src: url('MYingHeiPRC-W4.ttf') format('truetype');
}
.trans {
  overflow: hidden;
}
.trans:hover img {
  transform: scale(1.05);
}
.trans img {
  transition: all 0.3s ease-in;
}
.banner {
  background: url("../images/ai/banner.jpg?123");
  background-size: 100% 100%;
  width: 100%;
  height: 960px;
  overflow: hidden;
  position: relative;
}
.banner .p5 {
  position: absolute;
  width: calc(1000 / 1920 * 100%);
  bottom: 50px;
  right: 40px;
}
.banner .p1 {
  position: absolute;
  width: calc(533 / 1920 * 100%);
  left: 9%;
  top: 43%;
}
.banner .p2 {
  position: absolute;
  width: calc(799 / 1920 * 100%);
  left: 9%;
  top: 55%;
}
.banner .p3 {
  position: absolute;
  width: calc(834 / 1920 * 100%);
  left: 9%;
  top: 22%;
}
.banner .right {
  position: absolute;
  width: 895px;
  height: 892px;
  right: -80px;
  bottom: -50px;
  transition: all 0.5s ease;
}
.banner .right:hover {
  transform: scale(1.05);
}
.banner .right img {
  width: 100%;
}
.box1 {
  padding-top: 170px;
}
.box1 .title {
  display: flex;
  justify-content: center;
}
.box1 .title.no h1:after,
.box1 .title.no h1:before {
  display: none;
}
.box1 .title h1 {
  position: relative;
  text-shadow: 2px 2px 0 #3D53B8, -1px -1px 0 #3D53B8, 1px -1px 0 #3D53B8, -1px 1px 0 #3D53B8;
}
.box1 .title h1:after {
  background: url("../images/ai/p1.png");
  width: 22px;
  height: 22px;
  position: absolute;
  content: '';
  display: block;
  left: -15px;
  top: -5px;
}
.box1 .title h1:before {
  background: url("../images/ai/p1.png");
  width: 22px;
  transform: rotate(180deg);
  height: 22px;
  position: absolute;
  content: '';
  display: block;
  right: -20px;
  bottom: -15px;
}
.box1 .title h1 span {
  overflow-wrap: break-word;
  color: #ffedb4;
  font-size: 63px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 70px;
}
.box1 .title h1 span:nth-child(2) {
  color: #fff;
}
.box1 h2 {
  text-align: center;
  font-weight: 400;
  font-size: 60px;
  color: #404040;
  margin: 40px 0 30px;
  line-height: 60px;
}
.box1 .flex {
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
}
.box1 .flex h3 {
  width: 839px;
  height: 75px;
  border-radius: 20px;
  border: 2px solid #4159C5;
  color: #4159C5;
  text-align: center;
  line-height: 75px;
  font-size: 40px;
}
.box1 .card {
  width: 1002px;
  background: #004ECB;
  border-radius: 20px;
  display: flex;
  padding: 30px;
  margin: 0 auto 48px;
  justify-content: space-between;
}
.box1 .card .item {
  width: 257px;
  border-radius: 20px;
  color: #fff;
  text-align: center;
}
.box1 .card .item p {
  font-size: 26px;
  line-height: 30px;
}
.box1 .card .item .item-img {
  width: 124px;
  height: 124px;
  margin: 0 auto 10px;
  overflow: hidden;
  border-radius: 124px;
}
.box1 .card .item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box1 .img-box {
  width: 1002px;
  height: 259px;
  border-radius: 20px;
  border: 3px solid #0030D9;
  margin: 0 auto 64px;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.box1 .img-box .item {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.box1 .img-box .item img {
  transition: all 0.3s ease;
}
.box1 .img-box .item img:hover {
  transform: scale(1.05);
}
.box1 .img-box .item:nth-child(1) img {
  width: 141px;
  height: 198px;
}
.box1 .img-box .item:nth-child(2) img {
  width: 385px;
  height: 281px;
  margin-top: -30px;
  margin-right: -30px;
}
.box1 .img-box:after {
  content: '';
  width: 2px;
  height: 211px;
  background: #0030D9;
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
}
.box1 .card1 {
  position: relative;
  width: 1074px;
  margin: 68px auto;
  display: flex;
  justify-content: space-between;
}
.box1 .card1:after {
  content: '';
  width: 2px;
  height: 1525px;
  background: #A5A5A5;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.box1 .card1 .img {
  margin-bottom: 20px;
}
.box1 .card1 h1 {
  font-size: 40px;
  font-weight: 600;
  color: #0030D9;
  line-height: 40px;
  transition: all 0.3s ease;
}
.box1 .card1 p {
  margin-top: 20px;
  font-size: 24px;
  color: #3C3C3C;
  line-height: 32px;
  transition: all 0.3s ease;
}
.box1 .card1 h2 {
  font-size: 24px;
  font-weight: 600;
  color: #0030D9;
  line-height: 1;
  text-align: left;
  transition: all 0.3s ease;
}
.box1 .card1 .left {
  width: 50%;
}
.box1 .card1 .left .img {
  width: 537px;
  display: flex;
  justify-content: center;
}
.box1 .card1 .left .img img {
  width: auto;
}
.box1 .card1 .left .card-content {
  width: 537px;
  height: 288px;
  background: #F6F6F6;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  box-sizing: border-box;
  padding: 35px 10px 0;
}
.box1 .card1 .left .card-content:hover h1 {
  transform: translateY(-5px);
}
.box1 .card1 .left .card-content:hover p {
  transform: translateY(-5px);
}
.box1 .card1 .left .card-content:hover h2 {
  transform: translateY(-5px);
}
.box1 .card1 .right {
  padding-top: 44px;
  width: 50%;
}
.box1 .card1 .right .img {
  width: 537px;
  display: flex;
  justify-content: center;
}
.box1 .card1 .right .img img {
  width: auto;
}
.box1 .card1 .right .card-content {
  width: 537px;
  box-sizing: border-box;
  padding: 35px 10px 0;
  height: 288px;
  background: #F6F6F6;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.box1 .card1 .right .card-content:hover h1 {
  transform: translateY(-5px);
}
.box1 .card1 .right .card-content:hover p {
  transform: translateY(-5px);
}
.box1 .card1 .right .card-content:hover h2 {
  transform: translateY(-5px);
}
.box2 {
  background: #004ecb;
  padding-bottom: 30px;
}
.box2 .bg1 {
  background: url("../images/ai/bg1.png");
  background-size: 100% 100%;
  width: 100%;
  height: 170px;
}
.box2 .title {
  margin: 30px auto;
  display: flex;
  justify-content: center;
}
.box2 .title.no h1:after,
.box2 .title.no h1:before {
  display: none;
}
.box2 .title h1 {
  position: relative;
}
.box2 .title h1:after {
  background: url("../images/ai/p11.png");
  width: 17px;
  height: 18px;
  position: absolute;
  content: '';
  display: block;
  left: -15px;
  top: -5px;
}
.box2 .title h1:before {
  background: url("../images/ai/p11.png");
  width: 17px;
  height: 18px;
  transform: rotate(180deg);
  position: absolute;
  content: '';
  display: block;
  right: -20px;
  bottom: -15px;
}
.box2 .title h1 span {
  overflow-wrap: break-word;
  color: #ffedb4;
  font-size: 63px;
  font-weight: 700;
  text-align: left;
  white-space: nowrap;
  line-height: 70px;
}
.box2 .title h1 span:nth-child(2) {
  color: #fff;
}
.box2 .subtit {
  margin: 30px auto 80px;
  text-align: center;
  color: #fff;
}
.box2 .subtit h2 {
  font-size: 48px;
  line-height: 48px;
  margin-bottom: 40px;
}
.box2 .subtit p {
  font-size: 40px;
}
.box2 .img {
  display: block;
  width: 900px;
  margin: 0 auto 59px;
  position: relative;
}
.box2 .img ul {
  display: flex;
  padding: 30px 0;
  position: absolute;
  left: 0;
  top: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.box2 .img ul li {
  width: 25%;
  margin-bottom: 20px;
  text-align: center;
}
.box2 .img ul li:hover .icon img {
  transform: scale(1.1);
}
.box2 .img ul li .icon {
  width: 154px;
  overflow: hidden;
  margin: 0 auto 10px;
}
.box2 .img ul li .icon img {
  transition: all 0.3s ease;
}
.box2 .img ul li p {
  font-size: 22px;
  text-align: center;
  color: #333;
}
.box2 .img .text-container {
  position: absolute;
  width: 275px;
  bottom: 70px;
  right: 81px;
  text-indent: 2em;
}
.box2 .img .textBox {
  width: 275px;
  height: 36px;
  word-wrap: break-word;
}
.box2 .img .textBox span {
  font-size: 28px;
  font-weight: 600;
  color: transparent;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8));
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  animation: bg 5s infinite;
  position: relative;
}
@keyframes bg {
  0% {
    background-size: 0% 100%;
  }
  100% {
    background-size: 100% 100%;
  }
}
.box2 .img img {
  width: 100%;
}
.box3 {
  padding: 90px 0 90px;
  background: #fff;
}
.box3 .title {
  margin: 0 auto 70px;
  text-align: center;
  color: #000;
}
.box3 .title h1 {
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 25px;
}
.box3 .title p {
  font-size: 28px;
}
.box3 .card-img {
  display: flex;
  justify-content: center;
}
.box3 .card-img .img {
  margin-top: -55px;
  display: flex;
  align-items: end;
}
.box3 .card-img .img img {
  width: 100%;
}
.box3 .card-img .img:first-child {
  margin-right: 20px;
  width: 592px;
}
.box3 .card-img .img:last-child {
  width: 555px;
}
.box3 .card-content {
  margin-bottom: 70px;
}
.box3 .card-content ul li {
  margin: 0 auto;
  width: 912px;
  border-bottom: 2px solid #B3B3B3;
  height: 105px;
  line-height: 105px;
}
.box3 .card-content ul li p {
  color: #000;
  font-size: 28px;
  text-transform: uppercase;
}
.box3 .card-content ul li p span {
  color: #6D6D6D;
  font-size: 24px;
}
.box3 .card-imgs {
  width: 912px;
  margin: 0 auto 30px;
}
.box3 .card-imgs img {
  margin-left: -57px;
  width: 450px;
}
.box4 {
  background: #004ECB;
  padding: 100px 0;
}
.box4 .title {
  margin: 0 auto 70px;
  text-align: center;
  color: #fff;
}
.box4 .title h1 {
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 25px;
}
.box4 .title p {
  font-size: 28px;
}
.box4 .content {
  width: 750px;
  margin: 0 auto;
  overflow: hidden;
}
.box4 .content > div {
  box-sizing: border-box;
  transition: all 0.3s ease-in !important;
}
.box4 .content > div:hover {
  transform: rotate(2deg) !important;
}
.box4 .content .bg1 {
  background: url("../images/ai/p19.png");
  width: 485px;
  height: 91px;
  padding-left: 63px;
  line-height: 91px;
  font-size: 24px;
  color: #0030D9;
  margin-bottom: 30px;
}
.box4 .content .bg2 {
  background: url("../images/ai/p20.png");
  width: 485px;
  height: 143px;
  padding-left: 44px;
  display: flex;
  align-items: center;
  font-size: 24px;
  line-height: 40px;
  color: #0A0A0A;
  margin-bottom: 30px;
  margin-left: 267px;
}
.box4 .content .bg3 {
  background: url("../images/ai/p21.png");
  width: 485px;
  height: 97px;
  display: flex;
  align-items: center;
  font-size: 24px;
  padding-left: 44px;
  line-height: 97px;
  color: #0A0A0A;
  margin-bottom: 30px;
  margin-left: 267px;
}
.box5 {
  padding: 100px 0;
}
.box5 .title {
  margin: 0 auto 70px;
  text-align: center;
  color: #000;
}
.box5 .title h1 {
  font-size: 55px;
  line-height: 55px;
  margin-bottom: 25px;
}
.box5 .title p {
  font-size: 28px;
}
.box5 .item {
  display: flex;
  justify-content: center;
}
.box5 .item li {
  width: 200px;
}
.box5 .item li img {
  width: 100%;
}
.box5 .item li:nth-child(2n) {
  margin-top: 70px;
}
.box5 .img-bottom {
  width: 1027px;
  margin: -80px auto 90px;
}
.box5 .img {
  width: 1088px;
  margin: 0 auto 80px;
}
.box5 .item1 {
  display: flex;
  justify-content: center;
}
.box5 .item1 li {
  margin-bottom: 22px;
  margin-right: 94px;
  background: url("../images/ai/p29.png");
  width: 262px;
  height: 87px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: #2637EA;
  line-height: 23px;
}
.box5 .item1 li:last-child {
  margin-right: 0;
}
.box6 {
  background: url("../images/ai/bg2.jpg?123") no-repeat center center / cover;
  height: 2082px;
  box-sizing: border-box;
  padding-top: 270px;
}
.box6 .title .flex {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box6 .title .flex p {
  width: 170px;
  height: 73px;
  font-weight: 500;
  font-size: 27px;
  color: #2370DE;
  line-height: 45px;
  text-transform: uppercase;
  text-decoration-line: underline;
}
.box6 .title .flex img {
  width: 113px;
}
.box6 .title h1 {
  margin-top: 60px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 600;
  font-size: 109px;
  color: #0D3170;
  line-height: 80px;
}
.box6 .title h2 {
  text-align: center;
  font-weight: 400;
  font-size: 45px;
  color: #0D3170;
  line-height: 45px;
}
/*# sourceMappingURL=ai.css.map */