.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;
}
img {
  display: block;
}
header {
  position: relative;
  background-color: transparent;
  z-index: 999;
}
.headline {
  position: relative;
  margin-bottom: 42px;
}
.headline h1 {
  font-family: Source Han Serif SC;
  font-weight: 800;
  font-size: 36px;
  color: #165DFF;
  text-align: center;
}
.headline h2 {
  margin-top: 24px;
  font-family: Source Han Serif SC;
  font-size: 20px;
  color: #4D4D4D;
  text-align: center;
}
.headline .more {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 20px;
  font-family: Source Han Serif SC;
  font-weight: 600;
  font-size: 16px;
  color: #165DFF;
}
.headline .more::after {
  margin-left: 10px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon_more.png");
  background-size: 12px 12px;
  background-position: center center;
  background-color: #165DFF;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.more {
  display: flex;
  align-items: center;
  font-family: Source Han Serif SC;
  font-weight: 600;
  font-size: 16px;
  color: #165DFF;
}
.more::after {
  margin-left: 10px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/icon_more.png");
  background-size: 12px 12px;
  background-position: center center;
  background-color: #165DFF;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.banner {
  margin-top: -141px;
  width: 100%;
  min-width: 1200px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.banner .swiper {
  margin: 0 auto;
  width: 1920px;
  flex-shrink: 0;
}
.banner .swiper .swiper-wrapper {
  width: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: 100%;
}
.banner .swiper .swiper-wrapper .swiper-slide a img {
  width: 100%;
  height: auto;
}
.part1 {
  padding: 86px 0 36px;
}
.part1 .layout .tab {
  margin-bottom: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.part1 .layout .tab li {
  position: relative;
  margin-right: 104px;
  font-family: Source Han Serif SC;
  font-size: 24px;
  color: #333333;
  cursor: pointer;
}
.part1 .layout .tab li::after {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: -12px;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #165DFF;
  border-radius: 2px;
}
.part1 .layout .tab .on {
  color: #1288FF;
}
.part1 .layout .tab .on::after {
  opacity: 1;
}
.part1 .layout .contentbox {
  position: relative;
}
.part1 .layout .contentbox .content ul li {
  float: left;
  margin-right: 26px;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.06);
}
.part1 .layout .contentbox .content ul li:nth-child(4n) {
  margin-right: 0;
}
.part1 .layout .contentbox .content ul li a {
  display: block;
}
.part1 .layout .contentbox .content ul li a .imgbox {
  width: 280px;
  height: 155px;
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
}
.part1 .layout .contentbox .content ul li a .imgbox img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part1 .layout .contentbox .content ul li a .detail {
  width: 280px;
  padding: 20px 16px;
}
.part1 .layout .contentbox .content ul li a .detail .title {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part1 .layout .contentbox .content ul li a .detail .writer {
  margin-top: 8px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}
.part1 .layout .contentbox .content .more {
  position: absolute;
  right: 0;
  top: -197px;
}
.part2 {
  padding: 36px 0 66px;
}
.part2 .layout .content img {
  width: 100%;
}
.part3 {
  padding: 34px 0;
  background: url(../images/part3_bg.png) no-repeat center center / 100% 100%;
}
.part3 .layout .headline {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part3 .layout .headline p {
  padding: 1px 16px;
  background: #165EFF;
  border-radius: 6px;
  font-family: Source Han Serif SC;
  font-weight: 800;
  font-size: 36px;
  color: #FFFFFF;
}
.part3 .layout .headline a {
  font-family: Source Han Serif SC;
  font-weight: 600;
  font-size: 16px;
  color: #165EFF;
}
.part3 .layout ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
.part3 .layout ul li {
  width: 516px;
  border-bottom: 2px solid #fff;
  padding: 0 0 17px 0;
  margin-top: 17px;
}
.part3 .layout ul li:nth-child(1),
.part3 .layout ul li:nth-child(2) {
  margin-top: 0;
}
.part3 .layout ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part3 .layout ul li a .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.part3 .layout ul li a .title i {
  margin-right: 8px;
  display: block;
  width: 10px;
  height: 10px;
  background: #0064EB;
  border-radius: 50%;
  flex-shrink: 0;
}
.part3 .layout ul li a .title p {
  width: 341px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .layout ul li a .time {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #999999;
}
.part4 {
  padding: 70px 0 66px;
}
.part4 .layout .swiper {
  width: 100%;
  height: 100%;
}
.part4 .layout .swiper .swiper-wrapper {
  align-items: flex-end;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide a {
  display: block;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide a .imgbox {
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide a .detail {
  width: 100%;
  padding: 18px;
  background: linear-gradient(-90deg, #1e8bf7, #165dff);
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide a .detail .name {
  font-family: Source Han Serif SC;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide a .detail .job {
  margin-top: 8px;
  font-family: Source Han Serif SC;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide a .detail hr {
  margin: 7px 0;
  width: 32px;
  height: 2px;
  background: #FFFFFF;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide a .detail .info {
  width: 180px;
  height: 54px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #E6E6E6;
  line-height: 18px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide-active a {
  display: block;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide-active a .imgbox {
  width: auto;
  height: 280px;
  overflow: hidden;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide-active a .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide-active a .detail {
  width: auto;
  padding: 34px 18px;
  background: linear-gradient(-90deg, #1e8bf7, #165dff);
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide-active a .detail .name {
  font-family: Source Han Serif SC;
  font-weight: bold;
  font-size: 22px;
  color: #FFFFFF;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide-active a .detail .job {
  margin-top: 12px;
  font-family: Source Han Serif SC;
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide-active a .detail hr {
  margin: 10px 0;
  width: 36px;
  height: 2px;
  background: #FFFFFF;
}
.part4 .layout .swiper .swiper-wrapper .swiper-slide-active a .detail .info {
  width: auto;
  height: 44px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 16px;
  color: #E6E6E6;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 {
  background: url(../images/part5_bg.png) no-repeat center center / 100% 100%;
}
.part5 .layout {
  display: flex;
  justify-content: space-between;
}
.part5 .layout .left {
  padding: 19px 0 0 166px;
}
.part5 .layout .left .headline {
  margin-bottom: 0;
  width: fit-content;
  padding: 1px 16px;
  background: #165EFF;
  border-radius: 6px;
  font-family: Source Han Serif SC;
  font-weight: 800;
  font-size: 36px;
  color: #FFFFFF;
}
.part5 .layout .left hr {
  margin: 17px 0;
  width: 100px;
  height: 1px;
  background: #4D4D4D;
}
.part5 .layout .left .name {
  font-family: Source Han Serif SC;
  font-weight: 600;
  font-size: 22px;
  color: #333333;
}
.part5 .layout .left .info {
  margin-top: 20px;
  width: 359px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 18px;
  color: #4D4D4D;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part5 .layout .left .more {
  margin-top: 24px;
  font-family: Source Han Serif SC;
  font-weight: 600;
  font-size: 16px;
  color: #165EFF;
}
.part5 .layout .right {
  margin-top: -40px;
  padding-right: 84px;
}
.part5 .layout .right .imgbox img {
  width: 414px;
  height: 338px;
}
.part6 {
  padding: 70px 0 36px;
}
.part6 .layout .content {
  height: 620px;
  display: flex;
  justify-content: space-between;
}
.part6 .layout .content .headline {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.part6 .layout .content .headline p {
  display: flex;
  align-items: center;
  font-family: Source Han Serif SC;
  font-weight: bold;
  font-size: 26px;
  color: #165DFF;
}
.part6 .layout .content .headline p img {
  margin-right: 13px;
  height: 36px;
}
.part6 .layout .content .headline .more {
  position: static;
}
.part6 .layout .content .left {
  padding: 24px 30px 0;
  width: 648px;
  height: 100%;
  background-color: #E4F0FF;
  background-image: url(../images/part6_left_bg.png);
  background-repeat: no-repeat;
  background-position: top 261px right 39px;
  background-size: 98px 77px;
}
.part6 .layout .content .left ul li {
  margin-top: 16px;
}
.part6 .layout .content .left ul li:nth-child(1) {
  margin-top: 0;
}
.part6 .layout .content .left ul li a {
  display: flex;
  align-items: center;
}
.part6 .layout .content .left ul li a .imgbox {
  margin-right: 18px;
  width: 108px;
  height: 150px;
  overflow: hidden;
}
.part6 .layout .content .left ul li a .imgbox img {
  width: 100%;
  height: 100%;
}
.part6 .layout .content .left ul li a .detail .title {
  font-family: Alibaba PuHuiTi 3.0;
  font-weight: normal;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
.part6 .layout .content .left ul li a .detail .writer {
  margin-top: 6px;
  font-family: Alibaba PuHuiTi 3.0;
  font-weight: normal;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.part6 .layout .content .left ul li a .detail .info {
  margin-top: 14px;
  width: 427px;
  font-family: Alibaba PuHuiTi 3.0;
  font-weight: normal;
  font-size: 14px;
  color: #333333;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part6 .layout .content .right {
  padding: 24px 30px 0;
  width: 516px;
  height: 100%;
  background: #E4F0FF;
}
.part6 .layout .content .right .item {
  margin-top: 26px;
}
.part6 .layout .content .right .item:nth-child(1) {
  margin-top: 0;
}
.part6 .layout .content .right .item ul {
  width: fit-content;
  margin: 0 auto;
}
.part6 .layout .content .right .item ul li a {
  display: block;
}
.part6 .layout .content .right .item ul li a .imgbox {
  position: relative;
  width: 400px;
  height: 203px;
  border-radius: 24px;
  overflow: hidden;
}
.part6 .layout .content .right .item ul li a .imgbox img {
  width: 100%;
  height: 100%;
}
.part6 .layout .content .right .item ul li a .imgbox .play {
  width: 88px;
  height: 88px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.part6 .layout .content .right .item ul li a .imgbox .detail {
  position: absolute;
  left: 20px;
  bottom: 16px;
}
.part6 .layout .content .right .item ul li a .imgbox .detail .title,
.part6 .layout .content .right .item ul li a .imgbox .detail .time {
  font-family: Alibaba PuHuiTi 3.0;
  font-weight: normal;
  font-size: 16px;
  color: #FFFFFF;
}
.part7 {
  padding: 36px 0;
}
.part7 .layout ul li {
  padding: 20px 0 0 0;
  width: 380px;
  height: 306px;
  float: left;
  margin-right: 30px;
  margin-top: 32px;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 24px;
  border-top: 28px solid;
}
.part7 .layout ul li:nth-child(3n) {
  margin-right: 0;
}
.part7 .layout ul li:nth-child(1),
.part7 .layout ul li:nth-child(2),
.part7 .layout ul li:nth-child(3) {
  margin-top: 0;
}
.part7 .layout ul li:nth-child(1) {
  border-color: #165DFF;
}
.part7 .layout ul li:nth-child(1) a .imgbox {
  background: #E4F0FF;
}
.part7 .layout ul li:nth-child(1) a .title {
  color: #165DFF;
}
.part7 .layout ul li:nth-child(2) {
  border-color: #F562D5;
}
.part7 .layout ul li:nth-child(2) a .imgbox {
  background: #FFE8FA;
}
.part7 .layout ul li:nth-child(2) a .title {
  color: #F562D5;
}
.part7 .layout ul li:nth-child(3) {
  border-color: #F5A031;
}
.part7 .layout ul li:nth-child(3) a .imgbox {
  background: #FFF3E3;
}
.part7 .layout ul li:nth-child(3) a .title {
  color: #E6962E;
}
.part7 .layout ul li:nth-child(4) {
  border-color: #12CC58;
}
.part7 .layout ul li:nth-child(4) a .imgbox {
  background: #E3FFEE;
}
.part7 .layout ul li:nth-child(4) a .title {
  color: #12CC58;
}
.part7 .layout ul li:nth-child(5) {
  border-color: #5A31F5;
}
.part7 .layout ul li:nth-child(5) a .imgbox {
  background: #E9E3FF;
}
.part7 .layout ul li:nth-child(5) a .title {
  color: #5A31F5;
}
.part7 .layout ul li:nth-child(6) {
  border-color: #F53649;
}
.part7 .layout ul li:nth-child(6) a .imgbox {
  background: #FFE8EA;
}
.part7 .layout ul li:nth-child(6) a .title {
  color: #F53649;
}
.part7 .layout ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part7 .layout ul li a .imgbox {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.part7 .layout ul li a .imgbox img {
  height: 56px;
}
.part7 .layout ul li a .title {
  margin-top: 18px;
  font-family: Source Han Serif SC;
  font-weight: bold;
  font-size: 26px;
}
.part7 .layout ul li a .detail {
  margin-top: 16px;
  width: 265px;
  font-family: Alibaba PuHuiTi 3.0;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  line-height: 26px;
  text-align: center;
}
.part8 {
  padding: 36px 0 56px;
}
.part8 .layout .swiper {
  padding: 10px 0;
  width: 100%;
  height: 100%;
}
.part8 .layout .swiper .swiper-wrapper .swiper-slide {
  margin: 0 7px;
  width: 186px !important;
  height: 186px;
  background: #FFFFFF;
  box-shadow: 1px 1px 8px 0px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}
.part8 .layout .swiper .swiper-wrapper .swiper-slide a {
  padding: 18px 0 0 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.part8 .layout .swiper .swiper-wrapper .swiper-slide a img {
  width: 100px;
  height: 100px;
}
.part8 .layout .swiper .swiper-wrapper .swiper-slide a .title {
  width: 145px;
  margin-top: 14px;
  font-family: Source Han Serif SC;
  font-weight: 600;
  font-size: 16px;
  color: #333333;
  text-align: center;
}
.part9 {
  padding: 56px 0 63px;
  background: url(../images/part9_bg.png) no-repeat center center / 100% 100%;
}
.part9 .layout {
  display: flex;
  align-items: center;
}
.part9 .layout .left .item h3 {
  margin-bottom: 20px;
  font-family: Source Han Serif SC;
  font-weight: 800;
  font-size: 36px;
  color: #FFFFFF;
}
.part9 .layout .left .item p {
  margin-top: 10px;
  width: 607px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 22px;
  color: #FFFFFF;
  line-height: 36px;
  text-align: justify;
}
.part9 .layout .left .item p::nth-child(1) {
  margin-top: 0;
}
.part9 .layout .left .box {
  margin-top: 45px;
  display: flex;
  justify-content: space-between;
}
.part9 .layout .left .box .item p {
  width: 286px;
}
.part9 .layout hr {
  margin: 0 40px 0 48px;
  width: 2px;
  height: 439px;
  background: #FFFFFF;
  flex-shrink: 0;
}
.part9 .layout .right {
  display: flex;
}
.part9 .layout .right img {
  width: 270px;
  height: 320px;
}
.part9 .layout .right .pic2 {
  margin: 95px 0 0 -40px;
}
