.ai * {
  box-sizing: border-box;
}
.ai .box_hd {
  text-align: center;
}
.ai .box_hd h2 {
  font-size: 40px;
  color: #1b1b1b;
  line-height: 40px;
  font-weight: bold;
}
.ai .box_hd h2 span {
  color: #177ff1;
}
.ai .box_hd a {
  float: right;
  height: 25px;
  border: 1px #ccced3 solid;
  border-radius: 25px;
  line-height: 25px;
  padding: 0 9px;
  margin: 5px 11px 0 0;
  font-size: 14px;
  color: #737373;
  cursor: pointer;
}
.ai .box_hd a:hover {
  background: #216ef4;
  color: #fff;
  border-color: #216ef4;
}
.ai .box_hd p {
  font-size: 16px;
  color: #6e6e6e;
  line-height: 21px;
  padding-top: 20px;
}
.ai .box0 {
  height: 100px;
  background-color: #fff;
}
.ai .boxNav {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 101;
  background-color: rgba(255, 255, 255, 0.03);
}
.ai .boxNav .hei {
  display: none;
}
.ai .boxNav.cur {
  position: fixed;
  top: 0;
  height: 100px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 30px;
}
.ai .boxNav.on {
  background-color: #ffffff;
}
.ai .boxNav.cur .bai,
.ai .boxNav.on .bai {
  display: none;
}
.ai .boxNav.cur .hei,
.ai .boxNav.on .hei {
  display: block;
}
.ai .boxNav .inner {
  display: flex;
  justify-content: space-between;
  width: 80%;
  min-width: 1200px;
  height: 40px;
  padding: 0 6px 0 23px;
  box-sizing: border-box;
}
.ai .boxNav.cur .inner {
  width: 70%;
}
.ai .boxNav .logo {
  display: flex;
}
.ai .boxNav .logo img {
  width: 136px;
}
.ai .boxNav .logo p {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  padding-left: 33px;
}
.ai .boxNav .logo p a {
  color: #fff;
}
.ai .boxNav .logo p:before {
  position: absolute;
  left: 17px;
  top: 5px;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
}
.ai .boxNav.cur .logo p a,
.ai .boxNav.on .logo p a {
  color: #b3b3b3;
}
.ai .boxNav.cur .logo p:before,
.ai .boxNav.on .logo p:before {
  background-color: #d5d5d5;
}
.ai .boxNav .nav {
  width: 650px;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.ai .boxNav .nav p {
  position: relative;
  width: 96px;
  height: 34px;
  font-size: 17px;
  color: #ffffff;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  font-weight: 300;
}
.ai .boxNav .nav p.cur {
  font-weight: bold;
}
.ai .boxNav .nav p.cur u {
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-left: -15px;
}
.ai .boxNav.cur .nav p,
.ai .boxNav.on .nav p {
  color: #999;
}
.ai .boxNav.cur .nav p.cur,
.ai .boxNav.on .nav p.cur {
  color: #333333;
}
.ai .boxNav.cur .nav p.cur u,
.ai .boxNav.on .nav p.cur u {
  background-color: #1c7bec;
}
.ai .banner {
  position: relative;
}
.ai .banner .slideBox,
.ai .banner .slideBox .bd .li_in,
.ai .banner .slideBox .bd a {
  height: 650px;
}
.ai .banner .slideBox .hd {
  width: 1200px;
  display: none;
}
.ai .banner .slideBox .bb {
  bottom: 330px;
}
.ai .ban .slideBox:hover .bb {
  display: block;
}
.ai .ban .slideban .prev,
.ai .ban .slideban .next {
  height: 60px;
  background-color: rgba(255, 255, 255, 0.1);
}
.ai .bigTitle {
  text-align: center;
}
.ai .bigTitle img {
  display: block;
  margin: 0 auto;
}
.ai .bigTitle h1 {
  color: #323543;
  font-size: 48px;
  font-weight: bold;
  line-height: 48px;
}
.ai .bigTitle h1 span {
  color: #1c7bec;
}
.ai .bigTitle h1 span.hot {
  color: #fd6248;
}
.ai .bigTitle p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 18px;
  color: #717276;
  line-height: 18px;
  letter-spacing: 3px;
}
.ai .smallTitle {
  color: #002bff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 24px;
}
.ai .btnbox {
  display: flex;
  justify-content: space-between;
  width: 615px;
  margin: 0 auto;
}
.ai .btnbox .a_btn {
  width: 289px;
  height: 60px;
  position: relative;
  top: 0;
  font-size: 20px;
  color: #fff;
  background: url("/pc/module/ai/images/0-button1.png") no-repeat;
  background-size: cover;
  margin: 0 12px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 15px 54px 15px 40px;
  line-height: 30px;
  box-sizing: border-box;
}
.ai .btnbox .a_btn:hover {
  top: -5px;
  box-shadow: none;
}
.ai .btnbox .a_btn2 {
  background: url("/pc/module/ai/images/0-button2.png") no-repeat;
  background-size: cover;
}
.ai .btnbox .a_btn::after {
  position: absolute;
  right: 26px;
  top: 26px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #ffffff;
  opacity: 0.5;
  content: "";
}
.ai .btnbox .a_btn2::after {
  top: 26px;
}
.ai .innerContent,
.ai .innerMain {
  width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ai .aiModule {
  padding: 90px 0;
}
.ai .aiMoudle1 {
  padding: 40px 0 50px;
  background-color: #ffffff;
}
.ai .aiMoudle1 .innerContent {
  background: linear-gradient(0deg, #ffffff 0%, #eff8ff 100%);
  padding: 30px 0;
}
.ai .aiMoudle1 .innerContent .oul1 {
  display: flex;
  justify-content: space-around;
}
.ai .aiMoudle1 .innerContent .oul1 li {
  padding-left: 80px;
  position: relative;
  box-sizing: border-box;
}
.ai .aiMoudle1 .innerContent .oul1 li h3 {
  font-size: 20px;
  color: #1451e7;
  line-height: 24px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
}
.ai .aiMoudle1 .innerContent .oul1 li h3::after {
  position: absolute;
  left: 86px;
  top: 7px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #1451e7;
  content: "";
}
.ai .aiMoudle1 .innerContent .oul1 li p {
  width: 165px;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(2) h3 {
  color: #ff5069;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(2) h3::after {
  border-color: #ff5069;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(2) p {
  width: 182px;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(3) h3 {
  color: #3079ff;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(3) h3::after {
  border-color: #3079ff;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(3) p {
  width: 172px;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(4) h3 {
  color: #ff7140;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(4) h3::after {
  left: 86px;
  border-color: #ff7140;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(4) p {
  width: 190px;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(4) p span {
  font-weight: 400;
  font-size: 12px;
  color: #b3aba6;
  line-height: 20px;
}
.ai .aiMoudle1 .innerContent .oul1 li::before {
  background: url("/pc/module/hongmeng/images/icon.png") no-repeat 0px 0px;
  content: "";
  position: absolute;
  left: 24px;
  top: 2px;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(1)::before {
  width: 40px;
  height: 43px;
  background-position-y: -214px;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(2)::before {
  width: 43px;
  height: 43px;
  background-position-y: 0px;
  left: 14px;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(3)::before {
  width: 41px;
  height: 40px;
  background-position-y: -72px;
}
.ai .aiMoudle1 .innerContent .oul1 li:nth-child(4)::before {
  width: 41px;
  height: 41px;
  background-position-y: -142px;
}
.ai .aiMoudle1 .innerContent .oul1 .txt::after {
  position: absolute;
  top: 20px;
  right: -38px;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 42px;
  background-color: rgba(254, 140, 81, 0.1);
  content: "";
}
.ai .aiMoudle1 .innerMain {
  width: 1300px;
  height: 160px;
  background: url("/pc/module/ai/images/part1-card-bg.png") no-repeat center center;
  margin-top: 40px;
  display: flex;
  justify-content: space-around;
}
.ai .aiMoudle1 .innerMain .aiJob {
  display: flex;
  justify-content: space-around;
  height: 120px;
  overflow: hidden;
  margin-top: 22px;
}
.ai .aiMoudle1 .innerMain .aiJob h4 {
  position: relative;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  left: 55px;
  top: 2px;
  width: 80px;
  margin-right: 70px;
}
.ai .aiMoudle1 .innerMain .oul2 {
  width: 410px;
  color: #fff;
  line-height: 24px;
}
.ai .aiMoudle1 .innerMain .oul2 li {
  font-size: 13px;
}
.ai .aiMoudle1 .innerMain .kbbox {
  height: 120px;
  border-radius: 20px;
  margin: 10px auto 150px;
  position: relative;
}
.ai .aiMoudle1 .innerMain .kbbox h4 {
  position: absolute;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  left: 44px;
  top: 14px;
}
.ai .aiMoudle1 .innerMain .kbbox::after {
  position: absolute;
  top: 20px;
  left: 4px;
  transform: translateX(-50%);
  display: inline-block;
  width: 2px;
  height: 100px;
  background-color: #ffffff;
  opacity: 0.2;
  content: "";
}
.ai .aiMoudle1 .innerMain .kbbox .head_kb {
  display: flex;
  justify-content: space-between;
}
.ai .aiMoudle1 .innerMain .techcen_right {
  width: 600px;
  margin-left: 26px;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info {
  float: none;
  width: 600px;
  height: 90px;
  display: flex;
  justify-content: space-evenly;
  background: none;
  margin-top: 10px;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .hd {
  position: relative;
  width: 110px;
  height: 40px;
  border: none;
  border-radius: 12px;
  background-color: #fff;
  margin: 40px 0 0;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .select dt {
  width: 110px;
  box-sizing: border-box;
  height: 40px;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  padding-left: 15px;
  font-size: 15px;
  z-index: auto;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .select dt::after {
  position: absolute;
  right: 16px;
  top: 13px;
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  border-color: #005aee;
  content: "";
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .select dd {
  right: -10px;
  top: 54px;
  border-radius: 8px;
  border: none;
  width: 145px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
  padding: 5px;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .select dd ul li {
  width: 50%;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .bd ul li strong i,
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .select dt i {
  display: none !important;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .bd,
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .bd ul {
  width: 460px !important;
  height: 130px !important;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .bd ul li {
  width: 460px;
  display: flex;
  justify-content: space-between;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .bd ul li p {
  overflow: visible;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .bd ul li p a {
  color: #fff;
  font-size: 13px;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .bd ul li p a strong {
  color: #feffac;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .bd ul li p a .man {
  color: #fff !important;
}
.ai .aiMoudle1 .innerMain .techcen_right .kb_info .bd ul li a.itcast_click {
  height: 24px;
  line-height: 30px;
}
.ai .aiMoudle2 {
  background: #F7F7F7;
}
.ai .aiMoudle2 .innerContent {
  position: relative;
  margin-top: 40px;
  height: 600px;
  background: url("/pc/module/ai/images/part4-pic1.png") no-repeat center center;
  background-size: cover;
}
.ai .aiMoudle2 .innerContent .tab-box {
  padding-top: 30px;
  position: absolute;
  left: 66px;
  top: 0;
  width: 356px;
  height: 154px;
  text-align: center;
  font-family: Microsoft YaHei;
}
.ai .aiMoudle2 .innerContent .tab-box .tab-title {
  margin-bottom: 9px;
  font-weight: bold;
  font-size: 28px;
  line-height: 28px;
  color: #FF4E18;
}
.ai .aiMoudle2 .innerContent .tab-box p {
  font-size: 16px;
  color: #323543;
  line-height: 22px;
}
.ai .aiMoudle2 .innerContent .tab-box .gray {
  font-size: 14px;
  color: #6D8AAB;
}
.ai .aiMoudle2 .innerContent .tab-box:nth-child(2) {
  left: 472px;
}
.ai .aiMoudle2 .innerContent .tab-box:nth-child(2) .tab-title {
  color: #0564D4;
}
.ai .aiMoudle2 .innerContent .tab-box:nth-child(3) {
  left: 878px;
}
.ai .aiMoudle2 .innerContent .tab-box:nth-child(3) .tab-title {
  color: #FF4B64;
}
.ai .aiMoudle2 .innerContent .eg-box {
  padding: 23px 10px 17px;
  font-family: Microsoft YaHei;
  position: absolute;
  right: 46px;
  bottom: 140px;
  width: 380px;
  height: 215px;
  background: #FF6998;
  overflow: hidden;
}
.ai .aiMoudle2 .innerContent .eg-box img {
  width: 100%;
  z-index: 2;
  position: absolute;
  bottom: 17px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
}
.ai .aiMoudle2 .innerContent .eg-box .list-box {
  height: 172px;
  overflow: hidden;
}
.ai .aiMoudle2 .innerContent .eg-box .eg-list .eg-item {
  height: 43px;
}
.ai .aiMoudle2 .innerContent .eg-box .eg-list .eg-item h3 {
  margin-top: 18px;
  font-weight: bold;
  font-size: 14px;
  color: #FFFDC4;
  line-height: 14px;
}
.ai .aiMoudle2 .innerContent .eg-box .eg-list .eg-item p {
  margin-top: 13px;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
}
.ai .aiMoudle2 .innerContent .btnbox {
  position: absolute;
  bottom: 56px;
  right: 46px;
  width: 380px;
  height: 52px;
  justify-content: space-between;
}
.ai .aiMoudle2 .innerContent .btnbox .a_btn {
  width: 182px;
  height: 52px;
  margin: 0;
  padding: 18px 48px 16px 25px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 18px;
  background: url('/pc/module/ai/images/part4-button1.png') no-repeat;
  background-size: cover;
  border-radius: 0;
  box-shadow: none;
}
.ai .aiMoudle2 .innerContent .btnbox .a_btn::after {
  display: none;
}
.ai .aiMoudle2 .innerContent .btnbox .a_btn2 {
  background: url('/pc/module/ai/images/part4-button2.png') no-repeat;
  background-size: cover;
  border: transparent;
}
.ai .aiMoudle3 {
  position: relative;
  background: url("/pc/module/ai/images/part5-bg.jpg") no-repeat center center;
  background-size: cover;
  height: 732px;
}
.ai .aiMoudle3 .innerContent img {
  display: block;
  margin: 49px auto 0;
  width: 1161px;
}
.ai .aiMoudle3 .bottom-box {
  position: absolute;
  bottom: -39px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1130px;
  height: 82px;
  background: url("/pc/module/ai/images/part5-pic2.png") no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.ai .aiMoudle3 .bottom-box p {
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 26px;
  letter-spacing: 1px;
}
.ai .aiMoudle3 .bottom-box p span {
  color: #48FFBC;
  font-size: 26px;
  line-height: 26px;
  font-weight: bold;
}
.ai .aiMoudle4 {
  height: 970px;
  background: url("/pc/module/ai/images/part6-bg.jpg") no-repeat center center;
  background-size: cover;
}
.ai .aiMoudle4 .innerContent {
  margin-top: 50px;
}
.ai .aiMoudle4 .innerContent .tab-menu {
  width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 105px;
  text-align: center;
}
.ai .aiMoudle4 .innerContent .tab-menu li {
  cursor: pointer;
  width: 230px;
  height: 72px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 20px;
  padding: 27px 0 25px;
  background: url("/pc/module/ai/images/part6-tab2.png");
}
.ai .aiMoudle4 .innerContent .tab-menu li p {
  margin-top: 7px;
  display: none;
  font-weight: 400;
  font-size: 15px;
  color: #333333;
  line-height: 20px;
}
.ai .aiMoudle4 .innerContent .tab-menu .active {
  padding: 23px 0 14px;
  width: 230px;
  height: 105px;
  color: #0B7BFF;
  background: url("/pc/module/ai/images/part6-tab1.png");
}
.ai .aiMoudle4 .innerContent .tab-menu .active p {
  display: block;
}
.ai .aiMoudle4 .innerContent .tab-content {
  width: 1300px;
  height: 490px;
  background: url("/pc/module/ai/images/part6-bg2.png");
  background-size: cover;
}
.ai .aiMoudle4 .innerContent .tab-content .tab-item {
  display: none;
}
.ai .aiMoudle4 .innerContent .tab-content .active {
  display: block;
}
.ai .aiMoudle4 .btnbox {
  margin-top: 35px;
}
.ai .aiMoudle4 .btnbox .a_btn {
  padding-left: 71px;
}
.ai .aiMoudle5 {
  height: 817px;
  background: linear-gradient(180deg, #FFFFFF, #DAEEFF);
}
.ai .aiMoudle5 .innerContent {
  margin-top: 48px;
}
.ai .aiMoudle5 .innerContent .top-title {
  padding-left: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #0564D4;
}
.ai .aiMoudle5 .innerContent .top-title span {
  margin-left: 27px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #666666;
}
.ai .aiMoudle5 .innerContent .top-title span i {
  font-style: italic;
  font-weight: bold;
}
.ai .aiMoudle5 .innerContent .pic-box {
  margin: 26px auto 0;
  width: 1275px;
  display: flex;
  justify-content: space-between;
}
.ai .aiMoudle5 .innerContent .pic-box .pic-item {
  padding: 29px 0 0 119px;
  width: 409px;
  height: 154px;
  background: url("/pc/module/ai/images/part6-pic1.png") no-repeat;
  background-size: cover;
  font-family: Microsoft YaHei;
  color: #FFFFFF;
}
.ai .aiMoudle5 .innerContent .pic-box .pic-item h3 {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.ai .aiMoudle5 .innerContent .pic-box .pic-item p {
  width: 250px;
  margin-top: 14px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.ai .aiMoudle5 .innerContent .pic-box .pic-item:nth-child(2) {
  background: url("/pc/module/ai/images/part6-pic2.png") no-repeat;
  background-size: cover;
}
.ai .aiMoudle5 .innerContent .pic-box .pic-item:nth-child(3) {
  background: url("/pc/module/ai/images/part6-pic3.png") no-repeat;
  background-size: cover;
}
.ai .aiMoudle5 .innerContent .bottom-title {
  margin-top: 51px;
  padding-left: 32px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  color: #0564D4;
}
.ai .aiMoudle5 .innerContent .bottom-title span {
  margin-left: 27px;
  font-weight: 400;
  font-size: 16px;
  line-height: 16px;
  color: #0276E3;
}
.ai .aiMoudle5 .innerContent .bottom-img {
  margin-top: 23px;
}
.ai .aiMoudle6 {
  background: #ffffff;
}
.ai .aiMoudle6 .btnbox {
  margin-top: 40px;
}
.ai .aiMoudle6 .btnbox .a_btn2 {
  padding-left: 71px;
}
.ai .aiMoudle6 .innerContent {
  margin-top: 56px;
  font-family: Microsoft YaHei;
}
.ai .aiMoudle6 .innerContent .top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 322px;
}
.ai .aiMoudle6 .innerContent .top-box .item-box {
  width: 333px;
  height: 322px;
  background: linear-gradient(0deg, #D9F2FD, #EDF5FF);
}
.ai .aiMoudle6 .innerContent .top-box .item-box .item-title {
  height: 54px;
  background: #278AFF;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai .aiMoudle6 .innerContent .top-box .item-box .tag-box {
  padding: 20px 0 0 35px;
  height: 232px;
  display: flex;
  flex-wrap: wrap;
}
.ai .aiMoudle6 .innerContent .top-box .item-box .tag-box .tag {
  height: 32px;
  margin-right: 12px;
  margin-bottom: 10px;
  width: fit-content;
  padding: 10px 17px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 14px;
  line-height: 14px;
  color: #696E7A;
}
.ai .aiMoudle6 .innerContent .top-box .item-box .con-box {
  padding: 10px 18px;
  background: #ffffff;
  border-radius: 5px;
}
.ai .aiMoudle6 .innerContent .top-box .item-box .con-box p {
  margin-bottom: 5px;
  font-weight: 400;
  font-size: 14px;
  color: #696E7A;
  line-height: 18px;
}
.ai .aiMoudle6 .innerContent .top-box .item-box .con-box p:last-child {
  margin-bottom: 0;
}
.ai .aiMoudle6 .innerContent .top-box .item-box .con-box span {
  font-weight: bold;
  color: #FF2960;
}
.ai .aiMoudle6 .innerContent .top-box .item-box:nth-child(2) {
  width: 526px;
}
.ai .aiMoudle6 .innerContent .top-box .item-box:nth-child(2) .item-title {
  background: #1F7EEE;
}
.ai .aiMoudle6 .innerContent .top-box .item-box:nth-child(2) .tag-box {
  height: 146px;
}
.ai .aiMoudle6 .innerContent .top-box .item-box:nth-child(2) .con-box {
  width: 456px;
}
.ai .aiMoudle6 .innerContent .top-box .item-box:nth-child(3) {
  width: 388px;
}
.ai .aiMoudle6 .innerContent .top-box .item-box:nth-child(3) .item-title {
  background: #0564D4;
}
.ai .aiMoudle6 .innerContent .top-box .item-box:nth-child(3) .tag-box {
  height: 146px;
}
.ai .aiMoudle6 .innerContent .top-box .item-box:nth-child(3) .con-box {
  width: 320px;
}
.ai .aiMoudle6 .innerContent .bottom-box {
  margin-top: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 420px;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box {
  width: 333px;
  height: 420px;
  background: linear-gradient(0deg, #D9F2FD, #EDF5FF);
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box .item-title {
  height: 54px;
  background: #1F7EEE;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box .tag-box {
  padding: 20px 0 0 35px;
  height: 146px;
  display: flex;
  flex-wrap: wrap;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box .tag-box .tag {
  min-height: 32px;
  margin-right: 12px;
  margin-bottom: 10px;
  width: fit-content;
  padding: 6px 17px;
  background: #FFFFFF;
  border-radius: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #696E7A;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box .con-box {
  width: 263px;
  padding: 10px 18px;
  background: #ffffff;
  border-radius: 5px;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box .con-box p {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #696E7A;
  line-height: 18px;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box .con-box p:last-child {
  margin-bottom: 0;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box .con-box span {
  font-weight: bold;
  color: #FF2960;
}
.ai .aiMoudle6 .innerContent .bottom-box .bottom-box {
  margin-top: 19px;
  width: 480px;
  height: 104px;
  background: #278AFF;
  display: flex;
}
.ai .aiMoudle6 .innerContent .bottom-box .bottom-box .left {
  width: 139px;
  height: 104px;
  background: #127BF7;
  padding: 22px 32px 22px 26px;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  line-height: 30px;
}
.ai .aiMoudle6 .innerContent .bottom-box .bottom-box .right {
  padding: 28px 30px 28px 30px;
  font-weight: bold;
  font-size: 15px;
  color: #FFFFFF;
  line-height: 23px;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box:nth-child(2) {
  width: 435px;
  background: #FFEFE8;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box:nth-child(2) .item-title {
  background: #FF8955;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box:nth-child(2) .tag-box {
  height: 244px;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box:nth-child(2) .con-box {
  width: 364px;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box:nth-child(3) {
  width: 480px;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box:nth-child(3) .item-title {
  background: #278AFF;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box:nth-child(3) .tag-box {
  height: 243px;
}
.ai .aiMoudle6 .innerContent .bottom-box .item-box:nth-child(3) .con-box {
  width: 410px;
}
.ai .aiMoudle7 {
  height: 1007px;
  background: #EDF5FF;
}
.ai .aiMoudle7 .inner {
  height: auto;
}
.ai .aiMoudle7 .inner .boxlist3_con {
  padding-bottom: 34px;
}
.ai .aiMoudle7 .boxlist3_main .boxlist3_left {
  padding: 37px 0 0 0;
  width: 322px;
  height: 638px;
  background: url("/pc/module/ai/images/part9-pic1.png") no-repeat;
}
.ai .aiMoudle7 .boxlist3_main .boxlist3_left ul li {
  margin-top: 0;
}
.ai .aiMoudle7 .boxlist3_main .boxlist3_left ul li p {
  padding-left: 54px;
  width: 322px;
  border-radius: 0;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
}
.ai .aiMoudle7 .boxlist3_main .boxlist3_left ul .cur p {
  background-color: #20B3FF;
}
.ai .aiMoudle7 .boxlist3_main .boxlist3_left ul .cur::before {
  content: "";
  display: inline-block;
  top: 56%;
  right: 30px;
  width: 8px;
  /* 控制箭头的宽度 */
  height: 8px;
  /* 控制箭头的高度 */
  border-top: 2px solid white;
  /* 白色的上边框 */
  border-right: 2px solid white;
  /* 白色的右边框 */
  transform: rotate(45deg);
  /* 旋转45度形成箭头 */
  margin-right: 8px;
  /* 与文字之间的间距 */
  vertical-align: middle;
  /* 垂直居中对齐 */
  background: none;
}
.ai .aiMoudle7 .boxlist3_main {
  margin-bottom: 0;
  width: 1300px;
  height: 638px;
  background: url("/pc/module/ai/images/part9-pic2.png") no-repeat;
  background-size: cover;
}
.ai .aiMoudle7 .boxlist3_main .boxlist3_right {
  position: relative;
  margin-top: 70px;
  padding: 0 0 0 65px;
  width: 910px;
}
.ai .aiMoudle7 .boxlist3_main .boxlist3_right .con7list h3 {
  font-weight: bold;
}
.ai .aiMoudle7 .boxlist3_main .boxlist3_right .con7list h3 span {
  margin-left: 35px;
  font-size: 16px;
}
.ai .aiMoudle7 .boxlist3_main .boxlist3_right .tips {
  position: absolute;
  bottom: 66px;
  left: 69px;
  font-size: 15px;
  color: #FF367B;
  line-height: 15px;
}
.ai .aiMoudle7 .boxlist3_main .con4btn {
  width: 169px;
  height: 33px;
  background: url("/pc/module/ai/images/0-button1.png") no-repeat;
  background-size: cover;
  border-radius: 0;
  line-height: 33px;
}
.ai .aiMoudle7 .boxlist3_main .con4btn::after {
  top: 13px;
  content: "";
  display: inline-block;
  width: 6px;
  /* 控制箭头的宽度 */
  height: 6px;
  /* 控制箭头的高度 */
  border-top: 1px solid white;
  /* 白色的上边框 */
  border-right: 1px solid white;
  /* 白色的右边框 */
  transform: rotate(45deg);
  /* 旋转45度形成箭头 */
  margin-right: 8px;
  /* 与文字之间的间距 */
  vertical-align: middle;
  /* 垂直居中对齐 */
  background: none;
}
.ai .aiMoudle7 .btnbox .a_btn2 {
  padding-left: 71px;
}
.ai .aiMoudle8 {
  height: 956px;
  background: url("/pc/module/ai/images/part10-bg.jpg") no-repeat center center;
  background-size: cover;
}
.ai .aiMoudle8 .innerContent {
  margin-top: 50px;
}
.ai .aiMoudle8 .innerContent img:last-child {
  display: block;
  margin: 20px 0 26px;
}
.ai .aiMoudle8 .btnbox .a_btn {
  padding-left: 71px;
}
.ai .aiMoudle9 .part9 {
  padding: 40px 0 50px;
}
.ai .aiMoudle9 .part9 .gallery-top {
  width: 1300px;
  height: 448px;
  background: url("/pc/module/ai/images/part11-pic1.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 30px;
}
.ai .aiMoudle9 .part9 .gallery-top .con {
  display: flex;
  padding: 40px 27px 0 60px;
  justify-content: space-between;
}
.ai .aiMoudle9 .part9 .gallery-top .swiper-slide {
  position: relative;
}
.ai .aiMoudle9 .part9 .pic {
  width: 540px;
  height: 377px;
  overflow-y: auto;
  padding-left: 55px;
  border-left: 2px solid #C6E3FF;
  /* 自定义滚动条样式 */
}
.ai .aiMoudle9 .part9 .pic::-webkit-scrollbar {
  width: 9px;
  /* 滚动条宽度 */
}
.ai .aiMoudle9 .part9 .pic::-webkit-scrollbar-thumb {
  width: 9px;
  background: #9AC5F8;
  /* 滑块背景色 */
}
.ai .aiMoudle9 .part9 .pic::-webkit-scrollbar-track {
  background: #D4E4FF;
  /* 轨道背景色 */
}
.ai .aiMoudle9 .part9 .pic img {
  display: block;
  width: 424px;
  margin-bottom: 40px;
  box-shadow: 0 9px 13px rgba(0, 0, 0, 0.05);
}
.ai .aiMoudle9 .part9 .pic > div {
  width: 492px;
  font-weight: bold;
  font-size: 15px;
  color: #fe5e47;
  line-height: 24px;
}
.ai .aiMoudle9 .part9 .pic > div p {
  padding-left: 20px;
}
.ai .aiMoudle9 .part9 .pic .p1 {
  font-size: 18px;
  color: #323543;
  margin: 20px 0;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.ai .aiMoudle9 .part9 .main {
  padding-right: 13px;
  width: 640px;
  height: 377px;
  box-sizing: border-box;
  overflow-y: auto;
  /* 自定义滚动条样式 */
}
.ai .aiMoudle9 .part9 .main::-webkit-scrollbar {
  width: 9px;
  /* 滚动条宽度 */
}
.ai .aiMoudle9 .part9 .main::-webkit-scrollbar-thumb {
  width: 9px;
  background: #9AC5F8;
  /* 滑块背景色 */
}
.ai .aiMoudle9 .part9 .main::-webkit-scrollbar-track {
  background: #D4E4FF;
  /* 轨道背景色 */
}
.ai .aiMoudle9 .part9 .main h3 {
  font-size: 24px;
  color: #0564D4;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 14px;
}
.ai .aiMoudle9 .part9 .main .p1 {
  font-size: 18px;
  color: #323543;
  margin: 40px 0 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.ai .aiMoudle9 .part9 .main .p1 .icon {
  margin-right: 6px;
  width: 24px;
  height: 21px;
}
.ai .aiMoudle9 .part9 .main .p2 {
  font-size: 15px;
  color: #333333;
  line-height: 24px;
}
.ai .aiMoudle9 .part9 .bot {
  position: relative;
}
.ai .aiMoudle9 .part9 .gallery-thumbs {
  width: 1219px;
  margin: 0 auto;
}
.ai .aiMoudle9 .part9 .gallery-thumbs .swiper-wrapper {
  height: 71px;
  box-sizing: border-box;
}
.ai .aiMoudle9 .part9 .gallery-thumbs .swiper-slide {
  width: 157px;
  height: 52px;
  font-size: 18px;
  color: #006EDE;
  text-align: center;
  line-height: 52px;
  background: url("/pc/module/ai/images/part11-tab2.png") no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative;
}
.ai .aiMoudle9 .part9 .gallery-thumbs .swiper-slide-thumb-active {
  position: relative;
  background: url("/pc/module/ai/images/part11-tab1.png") no-repeat;
  background-size: cover;
  color: #fff;
}
.ai .aiMoudle9 .part9 .gallery-thumbs .swiper-slide-thumb-active span {
  font-weight: bold;
}
.ai .aiMoudle9 .part9 .gallery-thumbs .swiper-slide-thumb-active::after {
  content: '';
  position: absolute;
  bottom: -16px;
  left: 74px;
  width: 8px;
  /* 控制箭头的宽度 */
  height: 8px;
  /* 控制箭头的高度 */
  border-top: 2px solid #0CACFE;
  /* 白色的上边框 */
  border-right: 2px solid #0CACFE;
  /* 白色的右边框 */
  transform: rotate(135deg);
  /* 旋转45度形成箭头 */
  margin-right: 8px;
  /* 与文字之间的间距 */
}
.ai .aiMoudle9 .part9 .gallery-thumbs .swiper-button-prev,
.ai .aiMoudle9 .part9 .gallery-thumbs .swiper-button-next {
  left: 38px;
  top: 6.5px;
  width: 30px;
  height: 33px;
  background: url("/2020gw/images/aipic/pic.png") no-repeat 0 -131px;
  margin: 0;
  opacity: 0.7;
}
.ai .aiMoudle9 .part9 .gallery-thumbs .swiper-button-next {
  left: auto;
  right: 38px;
  background-position-y: -166px;
}
.ai .aiMoudle9 .part9 .gallery-thumbs .swiper-button-prev:after,
.ai .aiMoudle9 .part9 .gallery-thumbs .swiper-button-next:after {
  font-size: 0;
}
.ai .aiMoudle9 .part9 .gallery-thumbs .swiper-button-prev:hover,
.ai .aiMoudle9 .part9 .gallery-thumbs .swiper-button-next:hover {
  opacity: 1;
}
.ai .aiMoudle9 .btnbox .a_btn {
  padding-left: 71px;
}
.ai .aiMoudle9 .btnbox .a_btn2 {
  padding-left: 48px;
}
.ai .aiTecher {
  padding-top: 90px;
  height: 710px;
  background: url("/pc/module/ai/images/part12-bg.jpg") no-repeat center center;
  background-size: cover;
}
.ai .pythonbox6 {
  padding-top: 90px;
  height: 600px;
  background: #ffffff;
}
.ai .pythonbox6 .pythonbox6_con {
  padding-top: 47px;
}
.ai .box_newsinfo {
  padding: 90px 0;
  height: 632px;
  background: #F7F7F7;
}
.ai .jxtd-box3 .maincon ul {
  margin-left: 0;
  padding: 0 0 25px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
