.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;
}

.headline {
  margin-bottom: 55px;
}

.headline img {
  display: block;
  height: 118px;
  margin: 0 auto;
}

.part1 {
  padding: 60px 0 195px;
  background: url(../images/part1_bg.png) no-repeat center top / 100% 100%;
}

.part1 .layout ul {
  display: flex;
  justify-content: space-between;
}

.part1 .layout ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
  background: #F7F9FF;
  box-shadow: inset 0px 2px 16px 0px rgba(0, 0, 0, 0.04);
  border-radius: 16px 16px 16px 16px;
  border: 2px solid #FFFFFF;
  cursor: pointer;
}

.part1 .layout ul li img {
  display: block;
  width: 100px;
  height: auto;
}

.part1 .layout ul li p {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
}

.part1 .layout ul .on {
  border: 2px solid #2482FF;
}

.part1 .layout .box {
  display: flex;
  align-items: center;
}

.part1 .layout .box .left {
  margin-left: 100px;
  position: relative;
  width: 564px;
  height: 580px;
  background: url(../images/part1_left_bg.png) no-repeat center top / 100% 100%;
}

.part1 .layout .box .left .item {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  height: 200px;
}

.part1 .layout .box .left .item img {
  display: block;
  width: 80px;
}

.part1 .layout .box .left .item p {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
}

.part1 .layout .box .left .item:nth-child(5) {
  width: 226px;
  height: 219px;
  top: 104px;
  left: -72px;
  background: url(../images/part_left_5_bg.png) no-repeat center top / 100% 100%;
}

.part1 .layout .box .left .item:nth-child(4) {
  width: 188px;
  height: 203px;
  top: 267px;
  left: -91px;
  background: url(../images/part_left_4_bg.png) no-repeat center top / 100% 100%;
}

.part1 .layout .box .left .item:nth-child(3) {
  width: 225px;
  height: 220px;
  top: 415px;
  left: -72px;
  background: url(../images/part_left_3_bg.png) no-repeat center top / 100% 100%;
}

.part1 .layout .box .left .item:nth-child(2) {
  width: 193px;
  height: 209px;
  top: 491px;
  left: 52px;
  background: url(../images/part_left_2_bg.png) no-repeat center top / 100% 100%;
}

.part1 .layout .box .left .item:nth-child(2) img,
.part1 .layout .box .left .item:nth-child(2) p {
  margin-left: 37px;
}

.part1 .layout .box .left .item:nth-child(1) {
  width: 193px;
  height: 209px;
  top: 490px;
  left: 249px;
  background: url(../images/part_left_1_bg.png) no-repeat center top / 100% 100%;
}

.part1 .layout .box .left .item:nth-child(1) img,
.part1 .layout .box .left .item:nth-child(1) p {
  margin-left: -44px;
}

.part1 .layout .box .left .on:nth-child(5) {
  background: url(../images/part_left_5_bg_on.png) no-repeat center top / 100% 100%;
}

.part1 .layout .box .left .on:nth-child(4) {
  background: url(../images/part_left_4_bg_on.png) no-repeat center top / 100% 100%;
}

.part1 .layout .box .left .on:nth-child(3) {
  background: url(../images/part_left_3_bg_on.png) no-repeat center top / 100% 100%;
}

.part1 .layout .box .left .on:nth-child(2) {
  background: url(../images/part_left_2_bg_on.png) no-repeat center top / 100% 100%;
}

.part1 .layout .box .left .on:nth-child(1) {
  background: url(../images/part_left_1_bg_on.png) no-repeat center top / 100% 100%;
}

.part1 .layout .box .left .on p {
  color: #1D49A8;
}

.part1 .layout .box .right {
  margin-left: -120px;
}

.part1 .layout .box .right .content {
  display: none;
}

.part1 .layout .box .right .content .title {
  display: flex;
  align-items: center;
}

.part1 .layout .box .right .content .title img {
  display: block;
  width: 100px;
}

.part1 .layout .box .right .content .title p {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 32px;
  color: #1D49A8;
}

.part1 .layout .box .right .content .smalltext {
  margin-top: -20px;
  padding-left: 100px;
  width: 558px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #1D49A8;
  line-height: 32px;
}

.part1 .layout .box .right .on {
  display: block;
}

.part2 {
  padding: 55px 0 78px;
}

.part2 .layout .box {
  display: flex;
  align-items: center;
}

.part2 .layout .box .tab {
  position: relative;
  z-index: 1;
  width: 388px;
  height: 403px;
  background: url(../images/part2_background.png) no-repeat;
  background-size: 100% 100%;
}

.part2 .layout .box .tab li {
  padding: 24px 0 24px 37px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 20px;
  color: #FFFFFF;
  cursor: pointer;
}

.part2 .layout .box .tab li:nth-child(1) {
  margin-top: 49px;
}

.part2 .layout .box .tab .on {
  background: rgba(255, 255, 255, 0.5);
  color: #1D49A8;
}

.part2 .layout .box .content {
  width: 933px;
  height: 349px;
  position: relative;
  z-index: 2;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  padding: 37px 41px;
  margin-left: -121px;
}

.part2 .layout .box .content ul {
  display: none;
  position: relative;
}

.part2 .layout .box .content ul li {
  float: left;
  margin-right: 22px;
}

.part2 .layout .box .content ul li:nth-child(3n) {
  margin-right: 0;
}

.part2 .layout .box .content ul li:hover a .title {
  color: #1D49A8;
}

.part2 .layout .box .content ul li a .imgbox {
  margin-bottom: 15px;
  width: 268px;
  height: 153px;
}

.part2 .layout .box .content ul li a .imgbox img {
  width: 100%;
  height: 100%;
  display: block;
}

.part2 .layout .box .content ul li a .title {
  margin-bottom: 7px;
  width: 268px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part2 .layout .box .content ul li a .writer {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}

.part2 .layout .box .content ul .more {
  position: absolute;
  bottom: -44px;
  left: 50%;
  transform: translateX(-50%);
}

.part2 .layout .box .content ul .more a {
  display: flex;
  align-items: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #1D49A8;
}

.part2 .layout .box .content ul .more a img {
  width: 20px;
  height: 6px;
  margin-left: 8px;
}

.part2 .layout .box .content .active {
  display: block;
}

.part3 {
  padding: 36px 0 42px;
}

.part3 .layout .swiperbox {
  position: relative;
}

.part3 .layout .swiperbox .swiper {
  width: 100%;
}

.part3 .layout .swiperbox .swiper .swiper-wrapper {
  width: 100%;
  align-items: flex-end;
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide {
  /* width: 216px !important; */
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox {
  width: 100%;
  height: 238px;
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .detail {
  position: relative;
  padding: 26px 18px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.06);
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .detail p {
  margin-bottom: 10px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #666666;
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .detail div {
  height: 36px;
  position: relative;
  z-index: 2;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  line-height: 16px;
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide a .detail .bg {
  display: none;
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 267px;
  height: 169px;
  z-index: 0;
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide-active {
  /* width: 336px !important; */
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide-active a .imgbox {
  /* height: 328px; */
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide-active a .detail {
  padding: 28px 18px;
  background: url(../images/part3_active.png) no-repeat bottom right / 267px 169px;
  background: linear-gradient(90deg, #d4e5fc 0%, #ffffff 100%);
  box-shadow: 0px 4px 26px 0px rgba(0, 0, 0, 0.06);
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide-active a .detail p {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 22px;
  color: #333333;
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide-active a .detail p::after {
  margin-top: 8px;
  content: "";
  width: 36px;
  height: 3px;
  background: #1D49A8;
  border-radius: 0px 0px 0px 0px;
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide-active a .detail div {
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.part3 .layout .swiperbox .swiper .swiper-wrapper .swiper-slide-active a .detail .bg {
  display: block;
  opacity: 1;
}

.part3 .layout .swiperbox .swiper-button {
  width: 68px;
  height: 68px;
  background-color: #96C1FD;
  border-radius: 50%;
}

.part3 .layout .swiperbox .swiper-button::after {
  color: #fff;
}

.part3 .layout .swiperbox .swiper-button:hover {
  background-color: #2D83FC;
}

.part3 .layout .swiperbox .swiper-button-prev {
  left: -34px;
}

.part3 .layout .swiperbox .swiper-button-next {
  right: -34px;
}

@media (max-width: 1285px) {
  .part3 .layout .swiperbox .swiper-button-prev {
    left: 0;
  }

  .part3 .layout .swiperbox .swiper-button-next {
    right: 0;
  }
}

.part4 {
  padding: 42px 0 36px;
}

.part4 .layout {
  position: relative;
}

.part4 .layout .more {
  position: absolute;
  right: 0;
  top: 177px;
  font-size: 16px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
}

.part4 .layout .tab {
  display: flex;
  justify-content: center;
}

.part4 .layout .tab .active::after {
  display: block;
}

.part4 .layout .tab li {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 22px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #000000;
  margin-right: 92px;
}

.part4 .layout .tab li:nth-last-child(1) {
  margin-right: 0;
}

.part4 .layout .tab li::after {
  content: "";
  display: none;
  width: 73px;
  height: 5px;
  background: #0064FF;
  margin-top: 15px;
}

.part4 .layout .content {
  display: none;
}

.part4 .layout .content li {
  float: left;
  padding-right: 58px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  margin-right: 58px;
}

.part4 .layout .content li:hover .title {
  color: #0064ff;
}

.part4 .layout .content li:nth-child(1) {
  margin-right: 0;
  float: none;
  border-right: 0;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  padding: 14px 18px 14px 0;
  border-top: 1px solid #E6ECF3;
  border-bottom: 1px solid #E6ECF3;
  background: linear-gradient(268deg, #e5efff 0%, #ffffff 100%);
}

.part4 .layout .content li:nth-child(1) .left .title {
  display: block;
  width: 700px;
  margin-top: 36px;
  margin-bottom: 14px;
  font-size: 26px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part4 .layout .content li:nth-child(1) .left .c {
  width: 700px;
  height: 72px;
  font-size: 14px;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part4 .layout .content li:nth-child(1) .left .more {
  position: initial;
}

.part4 .layout .content li:nth-child(1) .right {
  width: 341px;
  height: 231px;
  box-shadow: 0px 10px 24px 0px rgba(56, 88, 173, 0.12);
  border-radius: 16px 16px 16px 16px;
  border: 2px solid #FFFFFF;
}

.part4 .layout .content li:nth-last-child(2) {
  border: 0;
  margin-right: 0;
  padding-right: 0;
}

.part4 .layout .content li a .title {
  width: 322px;
  font-size: 22px;
  font-family: PingFang SC-Bold, PingFang SC;
  font-weight: bold;
  color: #333333;
  margin-bottom: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.part4 .layout .content li a .c {
  width: 322px;
  height: 72px;
  font-size: 14px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.part4 .layout .on {
  display: block;
}

.part5 {
  padding: 78px 0 108px;
}

.part5 .layout .pt8-top {
  width: 100%;
  height: 182px;
  background: url(../images/pt8-bck1.png) no-repeat center top;
  background-size: cover;
  margin-top: 30px;
  text-align: center;
  overflow: hidden;
}

.part5 .layout .pt8-top .pt8-box {
  width: 500px;
  margin: 125px auto 0;
  display: flex;
  justify-content: space-evenly;
}

.part5 .layout .pt8-top a {
  display: inline-block;
  background: rgba(255, 255, 255, 0.7);
  color: #2D83FC;
  border-radius: 30px;
  width: 114px;
  height: 36px;
  line-height: 38px;
  font-weight: 500;
  font-size: 16px;
}

.part5 .layout .pt8-top a:hover {
  background-color: #fff;
  color: #2D83FC !important;
}

.part5 .layout .pt8-text-list {
  margin-top: 33px;
  position: relative;
}

.part5 .layout .pt8-lf-box {
  width: 470px;
  height: 252px;
  background: #B5DDEB;
  position: relative;
  z-index: 999;
  top: 14px;
}

.part5 .layout .pt8-lf-box a {
  width: 470px;
  height: 252px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.part5 .layout .pt8-lf-box img {
  width: 443px;
  height: 225px;
  display: block;
}

.part5 .layout .pt8-c .pt8-c-img {
  width: 282px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.part5 .layout .pt8-rh-box {
  width: 876px;
  height: 281px;
  background: #F2F8FF;
  box-shadow: 0px 0px 5px 2px rgba(200, 200, 200, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 99;
  padding: 52px 0 0 187px;
}

.part5 .layout .pt8-rh-box .pt8-tit img {
  width: 42px;
  height: 42px;
  vertical-align: middle;
}

.part5 .layout .pt8-rh-box .pt8-tit span {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #2D83FC;
  padding-left: 10px;
}

.part5 .layout .pt8-rh-box .pt8-detail {
  margin-top: 28px;
}

.part5 .layout .pt8-rh-box .pt8-detail p {
  display: inline-block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  text-indent: 2rem;
  line-height: 40px;
  padding-right: 50px;
}

.part5 .layout .pt8-rh-box .pt8-detail a {
  color: #2D83FC;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
}

.part5 .layout .pt8-rh-box .pt8-detail a:hover {
  color: #2D83FC;
}

.fixed_right {
  position: fixed;
  top: 32%;
  right: 50%;
  transform: translateX(930px);
  z-index: 99;
}

.fixed_right ul li {
  position: relative;
  width: 90px;
  height: 90px;
  margin-bottom: 12px;
  background: #2C53C2;
  border-radius: 8px 8px 8px 8px;
}

.fixed_right ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF !important;
  text-align: center;
}

.fixed_right ul li a img {
  margin-bottom: 10px;
  display: block;
  width: 34px;
}

.fixed_right ul li a p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}

.fixed_right ul li:hover .hoverContent {
  display: block;
}

.fixed_right ul li .hoverContent_1 {
  display: none;
  position: absolute;
  top: 0px;
  left: -140px;
  padding: 10px 5px;
  border: 2px solid #2C53C2;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.fixed_right ul li .hoverContent_1 img {
  display: block;
  width: 120px;
  height: 120px;
}

.fixed_right ul li .hoverContent_2 {
  display: none;
  position: absolute;
  top: 0px;
  left: -92px;
  padding: 10px 5px;
  border: 2px solid #ad0300;
  border-radius: 5px;
  background-color: #FFFFFF;
}

.fixed_right ul li .hoverContent_2::after {
  content: "";
  width: 100px;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 84px;
  background-color: transparent;
}

.fixed_right ul li .hoverContent_2 h1 {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #AD0200;
  text-align: center;
}

.fixed_right ul li .hoverContent_2 a {
  margin: 5px 0;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666 !important;
}

@media (max-width: 1880px) {
  .fixed_right {
    right: 0;
    transform: translateX(0);
  }
}

.fixed_left {
  position: fixed;
  top: 32%;
  left: 50%;
  transform: translateX(-930px);
  z-index: 99;
}

.fixed_left a {
  display: block;
}

.fixed_left a img {
  display: block;
  width: 162px;
  height: 219px;
}

@media (max-width: 1866px) {
  .fixed_left {
    left: 0;
    transform: translateX(0);
  }
}