.LineHide {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: block;
}
.clearfix {
  zoom: 1;
}
header .banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
  height: 690px;
  position: relative;
  overflow: hidden;
}
header .banner video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  height: 100%;
  z-index: 1;
}
header .banner .left {
  display: block;
  width: 295px;
  height: 227px;
  position: absolute;
  top: 230px;
  left: 50%;
  transform: translateX(-220%);
  z-index: 9;
}
header .banner .right {
  display: block;
  width: 315px;
  height: 282px;
  position: absolute;
  top: 130px;
  left: 50%;
  transform: translateX(50%);
  z-index: 9;
}
header .banner img {
  position: relative;
  z-index: 9;
  margin: 226px auto 54px;
  display: block;
  width: 868px;
  height: 177px;
}
header .banner .controls {
  position: initial;
  transform: translateX(0%);
  display: flex;
}
header .banner .controls a {
  margin: 0 58px;
  padding: 13px 75px;
  background: #E8C785;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 24px;
  color: #D20019 !important;
}
.inform {
  position: relative;
  z-index: 9;
  margin: -60px auto 0;
  padding: 21px 28px 16px 20px;
  width: 960px;
  height: 96px;
  background: #FFFFFF;
  box-shadow: 0px 8px 24px -2px rgba(77, 96, 191, 0.15);
  border-radius: 2px 24px 24px 24px;
  border: 2px solid #FFFFFF;
  backdrop-filter: blur(12px);
  display: flex;
}
.inform h1 {
  margin-right: 24px;
  width: 127px;
  height: 59px;
  padding: 9px 0 0 67px;
  background: url("/statics/gxAIjszt/images/inform.png") no-repeat left center / 100% 100%;
  flex-shrink: 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #264DC0;
}
.inform p {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
}
.inform p a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #2D64F6;
  line-height: 24px;
}
.headline {
  position: relative;
}
.headline p {
  margin: 0 auto;
  width: 243px;
  height: 99px;
  background: url("/statics/gxAIjszt/images/headline_background.png") no-repeat center center / 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.headline p i,
.headline p b {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 32px;
}
.headline p i {
  color: #333333;
}
.headline p b {
  color: #2D64F6;
}
.headline a {
  position: absolute;
  right: 0;
  bottom: 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 15px;
  color: #999999;
}
.part1 {
  padding: 80px 0 40px;
}
.part1 .layout .box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part1 .layout .box .left h1 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #333333;
}
.part1 .layout .box .left hr {
  margin: 16px 0;
  width: 92px;
  height: 6px;
  background: #2D64F6;
  border-radius: 3px;
  border: 0;
}
.part1 .layout .box .left p {
  margin-bottom: 16px;
  width: 400px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part1 .layout .box .left a {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #2D64F6;
}
.part1 .layout .box .right {
  width: 760px;
  height: 388px;
}
.part1 .layout .box .right img {
  display: block;
  width: 100%;
  height: 100%;
}
.part2 {
  padding: 40px 0 40px;
}
.part2 .layout ul {
  margin-top: 60px;
}
.part2 .layout ul li {
  padding-right: 20px;
  padding-bottom: 25px;
  float: left;
  margin-right: 50px;
  margin-top: 24px;
  border-bottom: 1px solid #EAEAEA;
}
.part2 .layout ul li:nth-child(2n) {
  margin-right: 0;
}
.part2 .layout ul li:nth-child(1),
.part2 .layout ul li:nth-child(2) {
  margin-top: 0;
}
.part2 .layout ul li:hover a .info .title,
.part2 .layout ul li:hover a .info .smalltext {
  color: #4078FF;
}
.part2 .layout ul li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.part2 .layout ul li a .time .month_day {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 28px;
  color: #333333;
  line-height: 40px;
}
.part2 .layout ul li a .time .year {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.part2 .layout ul li a hr {
  margin: 0 16px 0 26px;
  width: 1px;
  height: 67px;
  background-color: #EAEAEA;
  border: none;
}
.part2 .layout ul li a .info .title {
  width: 433px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part2 .layout ul li a .info .smalltext {
  margin-top: 8px;
  width: 433px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part3 {
  padding: 40px 0 80px;
}
.part3 .layout ul {
  width: fit-content;
  margin: 60px auto 32px;
}
.part3 .layout ul li {
  position: relative;
  float: left;
  margin-right: 16px;
  margin-top: 20px;
  transition: all .3s;
}
.part3 .layout ul li:nth-child(4n) {
  margin-right: 0;
}
.part3 .layout ul li:nth-child(1),
.part3 .layout ul li:nth-child(2),
.part3 .layout ul li:nth-child(3),
.part3 .layout ul li:nth-child(4) {
  margin-top: 0;
}
.part3 .layout ul li:hover {
  transform: translateY(-10px);
}
.part3 .layout ul li a {
  display: block;
}
.part3 .layout ul li a .imgbox {
  width: 228px;
  height: 319px;
}
.part3 .layout ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.part3 .layout ul li a .info {
  padding-top: 9px;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 74px;
  background: linear-gradient(153deg, #b59cff 1%, #6da9fb 48%, #2d64f6 100%);
  border-radius: 0px 100px 2px 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
.part3 .layout ul li a .info .name {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
}
.part3 .layout ul li a .info .job {
  width: 205px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
  line-height: 17px;
  text-align: center;
}
.part4 {
  padding: 32px 0 124px;
  background: url(/statics/gxAIjszt/images/part4_baackground.png) no-repeat center / 100% 100%;
}
.part4 .layout .box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part4 .layout .box .left {
  position: relative;
}
.part4 .layout .box .left .content {
  display: block;
  width: 488px;
  height: 506px;
}
.part4 .layout .box .left ul li {
  position: absolute;
  width: 88px;
  height: 88px;
  background: linear-gradient(180deg, #ffffff 0%, #eff4ff 100%);
  box-shadow: 4px 4px 43px 0px rgba(0, 81, 208, 0.08), inset 6px 6px 40px 0px #ebf3ff, inset 1px 1px 20px 2px #b8d1ff;
  border: 3px solid #D4DFFA;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
  cursor: pointer;
}
.part4 .layout .box .left ul li:nth-child(1) {
  top: 213px;
  left: -43px;
}
.part4 .layout .box .left ul li:nth-child(1) p {
  position: absolute;
  top: 0px;
  left: 115px;
}
.part4 .layout .box .left ul li:nth-child(2) {
  top: 386px;
  left: 32px;
}
.part4 .layout .box .left ul li:nth-child(2) p {
  position: absolute;
  top: -55px;
  left: 92px;
}
.part4 .layout .box .left ul li:nth-child(3) {
  top: 409px;
  right: 112px;
}
.part4 .layout .box .left ul li:nth-child(3) p {
  position: absolute;
  top: -92px;
  left: -55px;
}
.part4 .layout .box .left ul li:nth-child(4) {
  top: 261px;
  right: -13px;
}
.part4 .layout .box .left ul li:nth-child(4) p {
  position: absolute;
  bottom: 33px;
  left: -93px;
}
.part4 .layout .box .left ul li:nth-child(5) {
  top: 32px;
  right: 20px;
}
.part4 .layout .box .left ul li:nth-child(5) p {
  position: absolute;
  bottom: -66px;
  left: -62px;
}
.part4 .layout .box .left ul li img {
  display: block;
  width: 40px;
}
.part4 .layout .box .left ul li .on {
  display: none;
  width: 55px;
  height: auto;
}
.part4 .layout .box .left ul li p {
  width: 75px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}
.part4 .layout .box .left ul li p span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.part4 .layout .box .left ul .onon {
  transform: scale(1.37);
  background: linear-gradient(180deg, #ffffff 0%, #eff4ff 100%);
  box-shadow: 10px 12px 32px 0px rgba(0, 51, 204, 0.15), inset 6px 6px 40px 0px #ebf3ff;
  border: 4px solid #FFFFFF;
}
.part4 .layout .box .left ul .onon img {
  display: none;
}
.part4 .layout .box .left ul .onon .on {
  display: block;
  transform: scale(0.75);
}
.part4 .layout .box .left ul .onon p {
  transform: scale(0.75);
}
.part4 .layout .box .left ul .onon:nth-child(1) p {
  position: absolute;
  top: 0px;
  left: 90px;
}
.part4 .layout .box .left ul .onon:nth-child(2) p {
  position: absolute;
  top: -43px;
  left: 72px;
}
.part4 .layout .box .left ul .onon:nth-child(3) p {
  position: absolute;
  top: -62px;
  left: -41px;
}
.part4 .layout .box .left ul .onon:nth-child(4) p {
  position: absolute;
  bottom: 33px;
  left: -71px;
}
.part4 .layout .box .left ul .onon:nth-child(5) p {
  position: absolute;
  bottom: -47px;
  left: -45px;
}
.part4 .layout .box .right .item h1 {
  display: flex;
  align-items: flex-end;
}
.part4 .layout .box .right .item h1 img {
  margin-right: 20px;
  display: block;
  width: 55px;
}
.part4 .layout .box .right .item h1 p {
  margin-right: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #010B27;
  line-height: 34px;
}
.part4 .layout .box .right .item h1 span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 25px;
}
.part4 .layout .box .right .item hr {
  margin: 32px 0;
  width: 280px;
  height: 4px;
  background: linear-gradient(243deg, rgba(132, 159, 246, 0) 0%, #8ea4e0 100%);
  border: none;
}
.part4 .layout .box .right .item .smalltext {
  width: 509px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 32px;
}
.part5 {
  padding: 80px 0 40px;
}
.part5 .layout .list {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.part5 .layout .list .item {
  width: 378px;
  height: 484px;
  background: url(/statics/gxAIjszt/images/part5_background.png) no-repeat center / 100% 100%;
  padding: 32px;
}
.part5 .layout .list .item h1 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #133180;
  margin-bottom: 16px;
}
.part5 .layout .list .item .swiper {
  height: 403px;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide {
  position: relative;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .imgbox {
  margin-bottom: 16px;
  width: 314px;
  height: 160px;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .title_status {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .title_status .title {
  padding-top: 4px;
  width: 314px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .title_status .status {
  padding: 5px 10px;
  border-radius: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .title_status .over {
  background: #F6F6F6;
  color: #999999;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .title_status .ing {
  background: #E1F7F2;
  color: #1FB087;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .title_status .nostart {
  background: #FFF5E7;
  color: #E89E31;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .time {
  margin: 4px 0 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .job {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .button {
  position: absolute;
  left: 37px;
  bottom: 32px;
  width: 240px;
  height: 56px;
  border-radius: 28px;
  transition: all .3s;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 20px;
  line-height: 56px;
  text-align: center;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .button:hover {
  transform: translateY(-10px);
  box-shadow: 0px 8px 24px -2px rgba(77, 96, 191, 0.3);
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .button.over {
  background-color: #E0E8FE;
  color: #2D64F6;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .button.ing {
  background: #2D64F6;
  color: #fff !important;
}
.part5 .layout .list .item .swiper .swiper-wrapper .swiper-slide .button.nostart {
  background: #FA7637;
  color: #fff !important;
}
.part5 .layout .list .item .swiper .swiper-pagination {
  top: 160px;
  height: fit-content;
}
.part5 .layout .list .item .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 3px;
  background: #D8D8D8;
  border-radius: 0px 2px 2px 0px;
  opacity: 1;
}
.part5 .layout .list .item .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #2D64F6;
}
.part6 {
  padding: 40px 0;
}
.part6 .layout ul {
  margin-top: 60px;
}
.part6 .layout ul li {
  float: left;
  margin-right: 13px;
  margin-top: 32px;
  border: 1px solid #E7E8EA;
  background-color: #fff;
}
.part6 .layout ul li:nth-child(4n) {
  margin-right: 0;
}
.part6 .layout ul li:nth-child(1),
.part6 .layout ul li:nth-child(2),
.part6 .layout ul li:nth-child(3),
.part6 .layout ul li:nth-child(4) {
  margin-top: 0;
}
.part6 .layout ul li:hover a .imgbox img {
  transform: scale(1.3);
}
.part6 .layout ul li a {
  display: block;
}
.part6 .layout ul li a .imgbox {
  width: 288px;
  height: 164px;
  overflow: hidden;
}
.part6 .layout ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part6 .layout ul li a .info {
  padding: 16px;
}
.part6 .layout ul li a .info .title {
  margin-top: 16px;
  width: 256px;
  height: 44px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part6 .layout ul li a .info .writer {
  margin-top: 12px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 300;
  font-size: 14px;
  color: #333333;
}
.part7 {
  padding: 40px 0 80px;
}
.part7 .layout ul {
  margin-top: 60px;
}
.part7 .layout ul li {
  width: 228px;
  height: 208px;
  float: left;
  margin-right: 15px;
  margin-top: 24px;
  border-radius: 2px;
  border: 1px solid #EAEAEA;
  transition: all .3s;
}
.part7 .layout ul li:hover {
  transform: translateY(-10px);
}
.part7 .layout ul li:nth-child(5n) {
  margin-right: 0;
}
.part7 .layout ul li:nth-child(1),
.part7 .layout ul li:nth-child(2),
.part7 .layout ul li:nth-child(3),
.part7 .layout ul li:nth-child(4),
.part7 .layout ul li:nth-child(5) {
  margin-top: 0;
}
.part7 .layout ul li a {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.part7 .layout ul li a img {
  margin-bottom: 20px;
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}
.part7 .layout ul li a .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.fixed {
  position: fixed;
  top: 60%;
  right: 50%;
  transform: translateX(850px);
  width: 226px;
  height: 172px;
  padding: 33px 0 0 33px;
  background: url(/statics/gxAIjszt/images/fixed.png) no-repeat center / 100% 100%;
  z-index: 99;
}
.fixed .button {
  display: block;
  margin-bottom: 16px;
  width: 144px;
  height: 40px;
  background: #2D64F6;
  border-radius: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF !important;
  line-height: 40px;
  text-align: center;
  transition: all .3s;
}
.fixed .button:hover {
  transform: scale(1.1);
  box-shadow: 0px 8px 24px -2px rgba(77, 96, 191, 0.3);
}
.fixed p:nth-child(1) {
  margin-bottom: 4px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #09275C;
  line-height: 20px;
}
.fixed p:nth-child(2) {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 16px;
  color: #09275C;
  line-height: 22px;
}
@media (max-width: 1720px) {
  .fixed {
    right: 0;
    transform: translateX(0);
  }
}
