.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;
}
.linehead img {
  display: block;
  height: 55px;
  margin: 0 auto;
}
.linehead_1 {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #1E74FF;
}
.linehead_1 img {
  display: block;
  height: 41px;
}
.linehead_1 a {
  display: block;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.linehead_1 a:hover {
  color: #1E74FF;
}
.more {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.more p {
  margin-right: 5px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.more img {
  flex-shrink: 0;
  display: block;
  width: 19px;
  height: 7px;
}
.more .on {
  display: none !important;
}
.more:hover p {
  color: #1E74FF;
}
.more:hover img {
  display: none;
}
.more:hover .on {
  display: block !important;
}
.part1 {
  position: relative;
  margin: -265px 0 68px 0;
  z-index: 999999;
}
.part1 .layout .rolling {
  padding: 27px;
  width: 1012px;
  border-radius: 17px;
  background-color: #fff;
  margin: 0 auto 0;
  overflow: hidden;
}
.part1 .layout .tempWrap {
  width: 100% !important;
}
.part1 .layout ul {
  background-color: #fff;
}
.part1 .layout ul li a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 22px;
  color: #666666;
}
.part2 {
  position: relative;
  z-index: 99999;
}
.part2 .layout {
  background: #467FFC;
  border-radius: 19px;
  padding: 40px 50px 40px 67px;
  display: flex;
  justify-content: space-between;
}
.part2 .layout .left {
  padding-top: 16px;
}
.part2 .layout .left .title {
  margin-bottom: 30px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}
.part2 .layout .left .title::after {
  margin-top: 15px;
  content: "";
  display: block;
  width: 120px;
  height: 6px;
  background: #FFCA00;
}
.part2 .layout .left .smalltext {
  width: 450px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 33px;
}
.part2 .layout .left .smalltext a {
  display: inline-block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 33px;
}
.part2 .layout .right {
  position: relative;
}
.part2 .layout .right a {
  display: block;
}
.part2 .layout .right a .imgbox {
  width: 501px;
  height: 305px;
  overflow: hidden;
}
.part2 .layout .right a .imgbox:hover img {
  transform: scale(1.3);
}
.part2 .layout .right a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part2 .layout .right a .play {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.part3 {
  background: url(../images/part3_background.png) no-repeat;
  background-size: 1920px 488px;
  background-position: top -35px center;
  padding: 50px 0;
}
.part3 .layout {
  display: flex;
  justify-content: space-between;
}
.part3 .layout .left {
  width: 355px;
  height: 418px;
  position: relative;
  background: linear-gradient(180deg, #b0d0ff 0%, #ffffff 100%);
  box-shadow: 0px 2px 15px 0px rgba(209, 209, 209, 0.5);
  border-radius: 8px;
  flex-shrink: 0;
}
.part3 .layout .left .title {
  position: absolute;
  left: 0;
  top: 30px;
  background: #FFDE5C;
  border-radius: 0px 8px 8px 0px;
  padding: 8px 22px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #467FFC;
}
.part3 .layout .left .swiper {
  width: 100%;
  height: 100%;
}
.part3 .layout .left .swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part3 .layout .left .imgbox {
  margin-bottom: 21px;
  width: 133px;
  height: 133px;
  border-radius: 50%;
  overflow: hidden;
}
.part3 .layout .left .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
}
.part3 .layout .left .name {
  margin-bottom: 55px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 20px;
  color: #467FFC;
}
.part3 .layout .left a {
  display: block;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.part3 .layout .right {
  padding: 47px 65px 60px;
  background: #FFFFFF;
  box-shadow: 0px 2px 17px 0px rgba(199, 199, 199, 0.5);
  border-radius: 8px;
}
.part3 .layout .right .tab {
  margin-bottom: 30px;
  display: flex;
}
.part3 .layout .right .tab li {
  margin-right: 50px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 20px;
  color: #666666;
  cursor: pointer;
}
.part3 .layout .right .tab .on {
  color: #467FFC;
}
.part3 .layout .right .tab .on::after {
  margin-top: 10px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #467FFC;
}
.part3 .layout .right .contentbox .content {
  display: none;
}
.part3 .layout .right .contentbox .content ul li {
  margin-bottom: 15px;
}
.part3 .layout .right .contentbox .content ul li a {
  display: block;
  width: 680px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .layout .right .contentbox .on {
  display: block;
}
.part4 {
  padding: 65px 0 75px;
  background: url(../images/part4_background.png) no-repeat;
  background-size: 100% 100%;
}
.part4 .layout .linehead {
  margin-bottom: 75px;
}
.part4 .layout .part3-top ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.part4 .layout .part3-top ul li {
  width: 224px;
  height: 199px;
  background: linear-gradient(180deg, #ffffff 0%, #eff4ff 100%);
  box-shadow: inset 6px 6px 40px 0px #ebf3ff, 10px 12px 32px 0px rgba(0, 81, 208, 0.08);
  border-radius: 21px 21px 21px 21px;
  opacity: 1;
  border: 3px solid #FFFFFF;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part4 .layout .part3-top ul li:hover {
  background: linear-gradient(180deg, #ffffff 0%, #eff4ff 100%);
  box-shadow: inset 6px 6px 40px 0px #ebf3ff, 4px 4px 43px 0px rgba(0, 81, 208, 0.08), inset 4px 2px 14px 2px #b2cfff, inset -4px -2px 16px 0px #b2cfff;
  border-radius: 21px 21px 21px 21px;
  opacity: 1;
  border: 3px solid #FFFFFF;
}
.part4 .layout .part3-top ul li img {
  width: 56px;
  height: 57px;
  display: block;
  margin-left: -12x;
}
.part4 .layout .part3-top ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.part4 .layout .part3-top ul li p {
  font-size: 18px;
  font-weight: 500;
  color: #010B27;
  padding-top: 20px;
}
.part4 .layout .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 6px)) !important;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 6px)) !important;
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #999999);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
.part4 .layout .part1-contents {
  background: url(../images/TB1c4OuI4v1gK0jSZFFXXb0sXXa-2364-1242.png) no-repeat center top;
  background-size: 100% 490px;
  width: 575px;
  height: 490px;
  margin-top: 62px;
  position: relative;
}
.part4 .layout .part1-left-panel {
  position: relative;
  width: 600px;
}
.part4 .layout .part1-left-turntable {
  width: 657px;
  height: 657px;
  background: url(../images/TB1DAJnD5_1gK0jSZFqXXcpaXXa-718-720.png) no-repeat center top;
  background-size: 100% 657px;
  border-radius: 100%;
  position: absolute;
  top: -86px;
  left: -37px;
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .5s;
}
.part4 .layout .part1-left-turntext {
  position: absolute;
  top: 69px;
  left: 116px;
  width: 356px;
  height: 354px;
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .5s;
  transform-origin: center;
}
.part4 .layout .part1-left-turntext .text {
  padding: 0 10px;
  z-index: 2;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  transform: rotate(0deg);
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform .5s;
  cursor: pointer;
  transform-origin: center;
}
.part4 .layout .part1-left-turntext .text1 {
  position: absolute;
  top: 48px;
  left: 173px;
}
.part4 .layout .part1-left-turntext .text2 {
  position: absolute;
  top: 166px;
  left: 263px;
}
.part4 .layout .part1-left-turntext .text3 {
  position: absolute;
  top: 282px;
  left: 173px;
}
.part4 .layout .part1-left-turntext .text4 {
  position: absolute;
  top: 228px;
  left: 27px;
}
.part4 .layout .part1-left-turntext .text5 {
  position: absolute;
  top: 93px;
  left: 27px;
}
.part4 .layout .part1-left-turntext-pre {
  position: absolute;
  top: 102px;
  left: 287px;
  padding: 0 10px;
  width: 100px;
  height: 44px;
  font-weight: bold;
  font-size: 18px;
  color: #666666;
  cursor: pointer;
  z-index: 10;
}
.part4 .layout .text {
  font-size: 18px;
  font-weight: bold;
}
.part4 .layout .part1-left-turntext-next {
  position: absolute;
  top: 338px;
  left: 282px;
  padding: 0 10px;
  width: 100px;
  height: 44px;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  cursor: pointer;
  z-index: 10;
}
.part4 .layout .part1-left-center {
  position: absolute;
  top: 160px;
  left: 209px;
  border-radius: 100%;
  width: 100px;
  height: 56px;
  border: 32px solid #A8C7FF;
  line-height: 28px;
  font-weight: bold;
  font-size: 20px;
  padding: 22px 0;
  box-sizing: content-box;
  color: #2479FF;
  background: #fff;
  z-index: 10;
  text-align: center;
}
.part4 .layout .part1-left-activeRegion {
  position: absolute;
  right: -8px;
  top: 59px;
  z-index: 5;
  width: 340px;
  height: 390px;
}
.part4 .layout .part1-left-activeText {
  position: absolute;
  top: 222px;
  left: 446px;
  line-height: 30px;
  font-size: 22px;
  color: #FFFFFF;
  z-index: 10;
}
.part4 .layout .part1-left-icon {
  position: absolute;
  z-index: 10;
}
.part4 .layout .part1-right-panel {
  position: absolute;
  top: 0;
  left: 640px;
  width: 540px;
  height: 480px;
  -webkit-box-align: center;
  text-align: left;
  display: none;
}
.part4 .layout .part1-right-panel.active {
  display: -webkit-box;
}
.part4 .layout .part1-right-panel-title {
  font-size: 24px;
  font-weight: 500;
  color: #010B27;
  line-height: 22px;
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.part4 .layout .part1-right-panel-title img {
  width: 50px;
  height: 50px;
  display: block;
  margin-right: 12px;
}
.part4 .layout .part1-right-panel-desc {
  width: 237px;
  height: 4px;
  background: linear-gradient(207deg, rgba(192, 217, 255, 0) 39%, #1e75ff 100%);
}
.part4 .layout .part1-right-panel-img {
  width: 500px;
}
.part4 .layout .pt1-rigth-text {
  width: 600px;
}
.part4 .layout .pt1-rigth-text ul {
  padding-top: 32px;
}
.part4 .layout .pt1-rigth-text ul li {
  line-height: 24px;
  overflow: hidden;
  margin-top: 11px;
}
.part4 .layout .pt1-rigth-text ul li:hover a {
  color: #2479FF;
}
.part4 .layout .pt1-rigth-text ul li:hover a i {
  color: #2479FF;
}
.part4 .layout .pt1-rigth-text ul li a {
  width: 557px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 21px;
  color: #444444;
  line-height: 35px;
}
.part4 .layout .part1-right-panel:first-child .pt1-rigth-text ul {
  padding-top: 32px;
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
}
.part4 .layout .part1-right-panel:first-child .pt1-rigth-text ul li {
  line-height: 24px;
  overflow: hidden;
  margin-top: 11px;
  margin-right: 54px;
}
.part5 {
  padding: 74px 0 54px;
}
.part5 .layout .linehead {
  margin-bottom: 33px;
}
.part5 .layout .table {
  background: #F0F9FF;
  box-shadow: 0px 2px 17px 3px rgba(160, 160, 160, 0.12);
  border-radius: 8px;
  padding: 43px 35px 38px;
}
.part5 .layout .table .tablehead .tabletr {
  display: flex;
  justify-content: space-around;
  margin-bottom: 24px;
}
.part5 .layout .table .tablehead .tabletr .item {
  width: 20%;
  font-family: AlibabaPuHuiTiM;
  font-size: 26px;
  color: #666666;
  text-align: center;
}
.part5 .layout .table .tablebody .tabletr {
  margin-bottom: 15px;
  display: flex;
  justify-content: space-between;
  background: #FDFEFF;
  border-radius: 10px;
}
.part5 .layout .table .tablebody .tabletr:nth-last-child(1) {
  margin-bottom: 0;
}
.part5 .layout .table .tablebody .tabletr .item {
  width: 20%;
  padding: 20px 0;
  font-family: AlibabaPuHuiTiM;
  font-size: 22px;
  color: #1E74FF;
  text-align: center;
}
.part6 {
  padding: 75px 0 52px;
  background-color: #F0F9FF;
}
.part6 .layout .linehead {
  margin-bottom: 37px;
}
.part6 .layout .content {
  margin-bottom: 50px;
  position: relative;
}
.part6 .layout .content .active {
  display: block;
}
.part6 .layout .content .xian {
  display: block;
  position: absolute;
  top: 23px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #EAEAEA;
  z-index: 0;
}
.part6 .layout .content li {
  display: none;
  position: relative;
  z-index: 1;
}
.part6 .layout .content li ul .more {
  position: absolute;
  top: -29px;
  right: 0;
  margin-right: 0;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #333333;
}
.part6 .layout .content li ul li {
  display: block;
  float: left;
  margin-right: 18px;
}
.part6 .layout .content li ul li:hover .title {
  color: #1E74FF;
}
.part6 .layout .content li ul li:hover .pic {
  transform: scale(1.3);
}
.part6 .layout .content li ul li:nth-last-child(1) {
  margin-right: 0;
}
.part6 .layout .content li ul li a {
  display: block;
}
.part6 .layout .content li ul li img {
  display: block;
}
.part6 .layout .content li ul li .style {
  width: 52px;
  margin-bottom: 30px;
}
.part6 .layout .content li ul li .time {
  font-size: 30px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #333333;
  margin-bottom: 20px;
}
.part6 .layout .content li ul li .time span {
  font-size: 24px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #1E74FF;
  margin-left: 9px;
}
.part6 .layout .content li ul li .picbox {
  overflow: hidden;
  border-radius: 8px 8px 0px 0px;
  margin-bottom: 19px;
}
.part6 .layout .content li ul li .pic {
  width: 286px;
  height: 163px;
  border-radius: 8px 8px 0px 0px;
  /* margin-bottom: 19px; */
  transition: all .3s;
}
.part6 .layout .content li ul li .title {
  width: 259px;
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #000000;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part6 .layout .content li ul li .writer {
  font-size: 20px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}
.part7 {
  padding: 66px 0 89px;
  background: url(../images/part7_background.png) no-repeat;
  background-size: 1920px 763px;
  background-position: top 150px center;
}
.part7 .layout .linehead {
  margin-bottom: 37px;
}
.part7 .layout .content {
  padding: 55px 55px 40px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 3px rgba(75, 75, 75, 0.14);
  border-radius: 12px;
}
.part7 .layout .content ul {
  margin-bottom: 40px;
}
.part7 .layout .content ul li {
  float: left;
  margin-right: 13px;
  margin-top: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 8px 0px #DDDDDD;
}
.part7 .layout .content ul li:nth-child(4n) {
  margin-right: 0;
}
.part7 .layout .content ul li:nth-child(1),
.part7 .layout .content ul li:nth-child(2),
.part7 .layout .content ul li:nth-child(3),
.part7 .layout .content ul li:nth-child(4) {
  margin-top: 0;
}
.part7 .layout .content ul li:hover a .imgbox img {
  transform: scale(1.3);
}
.part7 .layout .content ul li:hover a .info .title {
  color: #1E74FF;
}
.part7 .layout .content ul li a {
  display: block;
}
.part7 .layout .content ul li a .imgbox {
  width: 262px;
  height: 160px;
  overflow: hidden;
}
.part7 .layout .content ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part7 .layout .content ul li a .info {
  padding: 20px;
  background-color: #fff;
}
.part7 .layout .content ul li a .info .title {
  margin-bottom: 15px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  width: 222px;
}
.part7 .layout .content ul li a .info .writer {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.part8 {
  padding: 85px 0 90px;
  background-color: #F0F9FF;
}
.part8 .layout .linehead {
  margin-bottom: 40px;
}
.part8 .layout .content {
  display: flex;
  justify-content: space-between;
}
.part8 .layout .content .all ul li {
  margin-top: 14px;
}
.part8 .layout .content .all ul li:nth-child(1) {
  margin-top: 0;
}
.part8 .layout .content .all ul li:hover a .title p {
  color: #1E74FF;
}
.part8 .layout .content .all ul li:hover a .time {
  color: #1E74FF;
}
.part8 .layout .content .all ul li a {
  display: flex;
  justify-content: space-between;
}
.part8 .layout .content .all ul li a .title {
  margin-right: 220px;
  display: flex;
  align-items: center;
}
.part8 .layout .content .all ul li a .title i {
  display: block;
  width: 4px;
  height: 4px;
  background: #1E74FF;
  margin-right: 13px;
}
.part8 .layout .content .all ul li a .title p {
  width: 260px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part8 .layout .content .all ul li a .time {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}
.part9 {
  padding: 65px 0 75px;
}
.part9 .layout .linehead {
  margin-bottom: 35px;
}
.part9 .layout ul {
  padding: 50px 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 15px 3px rgba(75, 75, 75, 0.14);
  border-radius: 12px;
}
.part9 .layout ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.part9 .layout ul li:nth-child(1) {
  margin-top: 0;
}
.part9 .layout ul li p {
  width: 778px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part9 .layout ul li a {
  width: 118px;
  height: 35px;
  background: #1E74FF;
  border-radius: 6px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 35px;
}
.part9 .layout ul li a:hover {
  color: #fff !important;
}
