.otherHeader {
  padding: 30px 0;
  background: rgba(246, 252, 255, 0.8);
  z-index: 9;
}
.bigboxwrap {
  width: 1400px;
  margin: 0 auto;
}
.banner {
  height: 700px;
  padding-top: 176px;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}
.banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.banner .bannerText {
  height: 435px;
  border-radius: 30px;
  padding: 52px 20px 0;
}
.banner .bannerText .title {
  font-size: 50px;
  color: #fff;
  text-align: center;
}
.banner .bannerText .text {
  font-size: 18px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  margin-top: 55px;
  line-height: 2;
}
.banner .bannerText .more {
  margin: 55px auto 0;
}
.aiyd {
  width: 1200px;
  margin: 148px auto 0;
}
.aiyd .title {
  height: 56px;
  background: url(../images/jqcj/jqcj_title1.png) center center no-repeat;
}
.aiyd .content {
  background-color: #ffffff;
  box-shadow: 0px 10px 141px 9px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  border: solid 1px #dadada;
  margin-top: 69px;
  padding: 70px 65px 0 65px;
  display: flex;
  height: 636px;
  justify-content: space-between;
}
.aiyd .content .textBox {
  width: 515px;
  padding-top: 10px;
}
.aiyd .content .textBox .tit {
  font-size: 36px;
  color: #222222;
  line-height: 1;
}
.aiyd .content .textBox .text {
  font-size: 18px;
  color: #666666;
  line-height: 2;
  margin-top: 44px;
  text-align: justify;
}
.aiyd .content .textBox .more {
  margin: 80px 0 0 0;
}
.aiyd .content .pic {
  width: 496px;
  height: 496px;
  overflow: hidden;
  border-radius: 24px;
}
.aiyd .content .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
}
.aiyd .content .pic:hover img {
  transform: scale(1.1);
}
.aish {
  margin: 148px auto 0;
  width: 1400px;
}
.aish .title {
  height: 56px;
  background: url(../images/jqcj/jqcj_title2.png) center center no-repeat;
}
.aish .conter {
  margin: 72px auto 0;
  width: 1400px;
}
.aish .conter .aishd {
  margin: 0 auto;
  width: 662px;
  height: 30px;
}
.aish .conter .aishd ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.aish .conter .aishd ul li {
  font-size: 18px;
  color: #222;
  cursor: pointer;
  position: relative;
  padding-left: 30px;
  height: 100%;
}
.aish .conter .aishd ul li::before {
  content: '';
  display: inline-block;
  background: url(../images/jqcj/title_icon_hei.png) center center no-repeat;
  width: 26px;
  height: 19px;
  position: absolute;
  top: 3px;
  left: 0;
}
.aish .conter .aishd ul .aishlistxz {
  color: #2552e8;
}
.aish .conter .aishd ul .aishlistxz::before {
  background: url(../images/jqcj/on_title_icon_hei.png) center center no-repeat;
}
.aish .conter .aishd ul .aishlistxz::after {
  content: "";
  display: block;
  width: 32px;
  height: 3px;
  background-color: #2552e8;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.aish .conter .aishlbbox {
  margin: 50px auto 0;
  width: 1400px;
}
.aish .conter .aishlbbox .aishitem {
  width: 100%;
  height: 418px;
  display: none;
}
.aish .conter .aishlbbox .aishitem .left {
  float: left;
  width: 418px;
  height: 100%;
}
.aish .conter .aishlbbox .aishitem .left h2 {
  font-size: 24px;
  color: #222;
  font-weight: 300;
}
.aish .conter .aishlbbox .aishitem .left h2::before {
  content: "";
  display: inline-block;
  background: url(../images/jqcj/title_icon_hei.png) center center no-repeat;
  height: 19px;
  width: 26px;
  background-size: cover;
  margin-right: 5px;
}
.aish .conter .aishlbbox .aishitem .left .text {
  width: 100%;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  margin-top: 31px;
}
.aish .conter .aishlbbox .aishitem .left .sqlink {
  width: 190px;
  height: 66px;
  background-color: rgba(0, 0, 0, 0.03);
  border-radius: 33px;
  margin-top: 49px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666666;
  justify-content: center;
  overflow: hidden;
  position: relative;
}
.aish .conter .aishlbbox .aishitem .left .sqlink p {
  margin-right: 24px;
  z-index: 3;
  transition: .5s ease;
}
.aish .conter .aishlbbox .aishitem .left .sqlink .icon {
  width: 50px;
  height: 50px;
  background: #dedede url(../images/cityintellect2/arrow.png) center center no-repeat;
  border-radius: 50%;
  z-index: 3;
  position: relative;
  transition: .5s ease all;
}
.aish .conter .aishlbbox .aishitem .left .sqlink::after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #2552e8;
  transition: all .5s;
}
.aish .conter .aishlbbox .aishitem .left .sqlink:hover p {
  color: #fff;
}
.aish .conter .aishlbbox .aishitem .left .sqlink:hover .icon {
  background: #ffffff url(../images/cityintellect2/on_arrow.png) center center no-repeat;
}
.aish .conter .aishlbbox .aishitem .left .sqlink:hover::after {
  width: 100%;
}
.aish .conter .aishlbbox .aishitem .left .aishlist {
  margin-top: 50px;
  width: 402px;
}
.aish .conter .aishlbbox .aishitem .left .aishlist li {
  float: left;
  width: 194px;
  font-size: 18px;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #222;
  margin-bottom: 28px;
}
.aish .conter .aishlbbox .aishitem .left .aishlist li:nth-child(2n) {
  float: right;
}
.aish .conter .aishlbbox .aishitem .left .aishlist li::before {
  content: '';
  display: block;
  width: 39px;
  height: 19px;
  margin-right: 3px;
  background: url(../images/jqcj/bt_icon_ai.png) center center no-repeat;
}
.aish .conter .aishlbbox .aishitem .left .aishlist li:nth-child(4)::before {
  width: 6px;
  height: 6px;
  background: #222222;
  border-radius: 50%;
}
.aish .conter .aishlbbox .aishitem .left .aishlist li:nth-child(5)::before {
  width: 6px;
  height: 6px;
  background: #222222;
  border-radius: 50%;
}
.aish .conter .aishlbbox .aishitem .left .aishlist .aishactive {
  color: #2552e8;
}
.aish .conter .aishlbbox .aishitem .left .aishlist .aishactive::before {
  background: url(../images/jqcj/xz_bt_icon_ai.png) center center no-repeat;
}
.aish .conter .aishlbbox .aishitem .left .aishlist .aishactive:nth-child(4)::before {
  width: 6px;
  height: 6px;
  background: #2552e8;
}
.aish .conter .aishlbbox .aishitem .left .aishlist .aishactive:nth-child(5)::before {
  width: 6px;
  height: 6px;
  background: #2552e8;
}
.aish .conter .aishlbbox .aishitem .left .aishlist .aishactive::after {
  content: "";
  display: block;
  background: url(../images/cityintellect2/xzdafter.png) no-repeat center center;
  width: 10px;
  height: 15px;
  margin-left: 10px;
}
.aish .conter .aishlbbox .aishitem .right {
  width: 926px;
  float: right;
  height: 100%;
}
.aish .conter .aishlbbox .aishitem .right .swiper-container {
  width: 100%;
  height: 100%;
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-wrapper {
  width: 100%;
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-slide {
  width: 542px;
  height: 410px;
  background-color: #ffffff;
  border-radius: 29px;
  position: relative;
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-slide .pic {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 29px;
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  border-radius: 29px;
  transition: all 0.5s ease-in;
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-slide .markone {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(246, 252, 255, 0.8);
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-slide .marktow {
  display: none;
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-slide:hover .pic img {
  transform: scale(1.1);
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-slide-prev {
  transform-origin: 100% 50%;
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-slide-next {
  transform-origin: 0 50%;
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-slide-active .markone {
  display: none;
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-slide-active .marktow {
  display: block;
  position: absolute;
  width: 100%;
  height: 223px;
  bottom: 0;
  left: 0;
  background: url(../images/jqcj/jqcjsh_mask.png) center bottom no-repeat;
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-slide-active .marktow p {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  font-size: 24px;
  color: #ffffff;
  text-align: center;
  width: 100%;
  height: 25px;
  line-height: 25px;
}
.aish .conter .aishlbbox .aishitem .right .swiper-container .swiper-slide-active .marktow p::before {
  content: "";
  display: inline-block;
  background: url(../images/jqcj/ai_icon.png) center center no-repeat;
  width: 35px;
  height: 25px;
  margin-right: 5px;
  vertical-align: bottom;
}
.aics {
  margin: 118px auto 0;
  width: 1200px;
}
.aics .title {
  height: 56px;
  background: url(../images/jqcj/jqcj_title3.png) center center no-repeat;
}
.aics .csNav {
  margin-top: 70px;
}
.aics .csNav ul {
  display: flex;
  justify-content: center;
}
.aics .csNav ul li {
  font-size: 18px;
  color: #666666;
  height: 60px;
  margin-right: 22px;
  padding: 0 45px;
  border-radius: 30px;
  border: 1px solid #dadada;
  line-height: 60px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.aics .csNav ul li:last-child {
  margin-right: 0;
}
.aics .csNav ul li span {
  position: relative;
  z-index: 2;
}
.aics .csNav ul li::after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  background: #2552e8;
  transition: all .5s ease;
}
.aics .csNav ul .on {
  color: #fff;
}
.aics .csNav ul .on::after {
  width: 100%;
}
.aics .aics-swiper {
  width: 1200px;
  height: 470px;
  margin: 70px auto 0;
  box-shadow: 0px 10px 141px 9px rgba(0, 0, 0, 0.1);
  border-radius: 24px;
}
.aics .aics-swiper .swiper-slide {
  width: 100%;
  height: 100%;
}
.aics .aics-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
}
.aics .aics-swiper .swiper-slide:hover img {
  transform: scale(1.1);
}
.aiky {
  margin: 118px auto 0;
  width: 1200px;
  position: relative;
  overflow: hidden;
  border-radius: 24px;
}
.aiky .title {
  width: 147px;
  height: 40px;
  background: url(../images/jqcj/jqcj_title4.png) center center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -73px;
  z-index: 2;
}
.aiky .pic {
  width: 100%;
  height: 100%;
  font-size: 0;
}
.aiky .pic:hover img {
  transform: scale(1.1);
}
.aiky .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
}
.aizw {
  margin: 118px auto 0;
  width: 1200px;
}
.aizw .title {
  height: 56px;
  background: url(../images/jqcj/jqcj_title5.png) center center no-repeat;
}
.aizw .content {
  margin-top: 69px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aizw .content li {
  width: 385px;
  height: 280px;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 29px;
}
.aizw .content li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.aizw .content li a .pic {
  width: 100%;
  height: 100%;
  border-radius: 29px;
}
.aizw .content li a .pic img {
  width: 100%;
  height: 100%;
  border-radius: 29px;
  transition: all 0.5s ease-in;
}
.aizw .content li a .mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  transition: all 0.5s ease-in;
}
.aizw .content li a .tit {
  width: 100%;
  position: absolute;
  top: 48px;
  left: 0;
  text-align: center;
  font-size: 20px;
  color: #222;
}
.aizw .content li:hover {
  border: solid 1px #2552e8;
}
.aizw .content li:hover .pic img {
  transform: scale(1.1);
}
.aizw .content li:hover .mark {
  display: none;
}
.aizw .content li:hover .tit {
  bottom: 0;
}
.aijs {
  margin: 88px auto 0;
  width: 1200px;
}
.aijs .title {
  height: 56px;
  background: url(../images/jqcj/jqcj_title6.png) center center no-repeat;
}
.aijs .content {
  margin-top: 69px;
  display: flex;
  justify-content: space-between;
}
.aijs .content li {
  width: 580px;
  height: 300px;
  border-radius: 29px;
  position: relative;
  overflow: hidden;
}
.aijs .content li a {
  display: block;
  width: 100%;
  height: 100%;
}
.aijs .content li a .pic {
  width: 100%;
  height: 100%;
}
.aijs .content li a .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.5s ease-in;
}
.aijs .content li a .tit {
  width: 100%;
  height: 171px;
  position: absolute;
  bottom: 0;
  font-size: 25px;
  color: #fff;
  padding: 100px 8px 0;
  text-align: center;
  background: url(../images/jqcj/jqcj6_mask.png) center center no-repeat;
}
.aijs .content li:hover a .pic img {
  transform: scale(1.1);
}
