.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 {
  position: relative;
  margin-bottom: 45px;
}
.headline p {
  font-family: SourceHanSerifSC, SourceHanSerifSC;
  font-weight: 800;
  font-size: 40px;
  color: #418EFE;
  text-align: center;
}
.more {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more p {
  margin-right: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.more img {
  display: block;
  width: 20px;
  height: 6px;
}
.more .on {
  display: none;
}
.more:hover p {
  color: #418EFE;
}
.more:hover img {
  display: none;
}
.more:hover .on {
  display: block;
}
.notification {
  position: relative;
  z-index: 2;
  background: url(../images/notification_background.png) no-repeat center;
  background-size: cover;
  width: 1100px;
  height: 172px;
  margin: -55px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notification img {
  display: block;
  width: 80px;
  height: 80px;
  margin-right: 37px;
}
.notification a {
  display: block;
  width: 745px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 22px;
  color: #666666;
}
.part1 {
  padding: 79px 0 71px;
}
.part1 .swiper {
  margin-bottom: 20px;
  width: 1200px;
  height: 400px;
}
.part1 .swiper ul:nth-child(2n) li .imgbox {
  float: left;
}
.part1 .swiper ul:nth-child(2n) li .cont {
  float: left;
}
.part1 .swiper ul:nth-child(2n) li .cont .sanjiao {
  left: -20px;
  border-right: 20px solid #E2EEFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.part1 .swiper ul:nth-child(2n-1) li .imgbox {
  float: right;
}
.part1 .swiper ul:nth-child(2n-1) li .cont {
  float: right;
}
.part1 .swiper ul:nth-child(2n-1) li .cont .sanjiao {
  right: -20px;
  border-left: 20px solid #E2EEFF;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
.part1 .swiper ul li {
  width: 400px;
  float: left;
  cursor: pointer;
}
.part1 .swiper ul li:hover .imgbox img {
  transform: scale(1.3);
}
.part1 .swiper ul li .imgbox {
  width: 200px;
  height: 200px;
  overflow: hidden;
}
.part1 .swiper ul li .imgbox img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part1 .swiper ul li .cont {
  width: 200px;
  height: 200px;
  position: relative;
  background: #E2EEFF;
  padding: 36px 23px 0 25px;
}
.part1 .swiper ul li .cont .name {
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #0055B1;
  line-height: 25px;
  padding-bottom: 8px;
  border-bottom: 1px solid #0055B1;
  margin-bottom: 7px;
}
.part1 .swiper ul li .cont .smalltext {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.part1 .swiper ul li .cont .sanjiao {
  position: absolute;
  top: 37px;
  width: 0;
  height: 0;
}
.part2 {
  padding: 53px 0 75px;
  background-color: #EBF5FE;
}
.part2 .layout .box {
  display: flex;
  align-items: center;
}
.part2 .layout .box .tab {
  padding: 50px 0 30px;
  background: #96b6e6;
  flex-shrink: 0;
  width: 360px;
}
.part2 .layout .box .tab li {
  padding: 8px 50px 8px 30px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #418EFE;
  cursor: pointer;
}
.part2 .layout .box .tab .on {
  background-color: rgba(255, 255, 255, 0.25);
}
.part2 .layout .box .contentbox {
  height: 317px;
  background: #FFFFFF;
  border: 1px solid #E3E3E3;
  margin-left: -37px;
}
.part2 .layout .box .contentbox .content {
  padding: 33px 31px;
}
.part2 .layout .box .contentbox .content ul {
  margin-bottom: 30px;
}
.part2 .layout .box .contentbox .content ul li {
  float: left;
  margin-right: 12px;
  margin-top: 15px;
}
.part2 .layout .box .contentbox .content ul li:nth-child(3n) {
  margin-right: 0;
}
.part2 .layout .box .contentbox .content ul li:nth-child(1),
.part2 .layout .box .contentbox .content ul li:nth-child(2),
.part2 .layout .box .contentbox .content ul li:nth-child(3) {
  margin-top: 0;
}
.part2 .layout .box .contentbox .content ul li:hover a .imgbox img {
  transform: scale(1.3);
}
.part2 .layout .box .contentbox .content ul li:hover a .title {
  color: #418EFE;
}
.part2 .layout .box .contentbox .content ul li:hover a .writer {
  color: #418EFE;
}
.part2 .layout .box .contentbox .content ul li a {
  display: block;
}
.part2 .layout .box .contentbox .content ul li a .imgbox {
  margin-bottom: 10px;
  width: 254px;
  height: 145px;
  overflow: hidden;
}
.part2 .layout .box .contentbox .content ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part2 .layout .box .contentbox .content ul li a .title {
  margin-bottom: 10px;
  width: 254px;
  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;
}
.part2 .layout .box .contentbox .content ul li a .writer {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.part2 .layout .box .contentbox .content .more {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part2 .layout .box .contentbox .content .more p {
  margin-right: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.part2 .layout .box .contentbox .content .more img {
  display: block;
  width: 20px;
  height: 6px;
}
.part2 .layout .box .contentbox .content .more .on {
  display: none;
}
.part2 .layout .box .contentbox .content .more:hover p {
  color: #418EFE;
}
.part2 .layout .box .contentbox .content .more:hover img {
  display: none;
}
.part2 .layout .box .contentbox .content .more:hover .on {
  display: block;
}
.part3 {
  padding: 38px 0 87px;
}
.part3 .layout {
  display: flex;
  justify-content: space-between;
}
.part3 .layout .pxap img {
  display: block;
  width: 600px;
}
.part3 .layout .news .box {
  height: 464px;
  padding: 37px 34px 24px;
  background: #EBF5FE;
}
.part3 .layout .news .box ul {
  margin-bottom: 22px;
}
.part3 .layout .news .box ul li {
  margin-bottom: 14px;
}
.part3 .layout .news .box ul li:nth-last-child(1) {
  margin-bottom: 0;
}
.part3 .layout .news .box ul li:hover a .title p {
  color: #418EFE;
}
.part3 .layout .news .box ul li a {
  display: flex;
  align-items: center;
}
.part3 .layout .news .box ul li a .title {
  display: flex;
  align-items: center;
}
.part3 .layout .news .box ul li a .title i {
  margin-right: 17px;
  display: block;
  width: 6px;
  height: 6px;
  background: #418EFE;
  border-radius: 50%;
}
.part3 .layout .news .box ul li a .title p {
  width: 430px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 18px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .layout .news .box ul li a .time {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  color: #999999;
}
.part3 .layout .news .box .more {
  margin: 0 auto;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part3 .layout .news .box .more p {
  margin-right: 8px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
}
.part3 .layout .news .box .more img {
  display: block;
  width: 20px;
  height: 6px;
}
.part3 .layout .news .box .more .on {
  display: none;
}
.part3 .layout .news .box .more:hover p {
  color: #418EFE;
}
.part3 .layout .news .box .more:hover img {
  display: none;
}
.part3 .layout .news .box .more:hover .on {
  display: block;
}
.part4 {
  padding: 37px 0 86px;
  background-color: #EBF5FE;
}
.part4 .layout ul {
  display: flex;
}
.part4 .layout ul li {
  width: 150px;
  height: 336px;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  margin-right: 16px;
  cursor: pointer;
  transition: all .3s;
}
.part4 .layout ul li:nth-child(1) {
  background: url(../images/part4_1.png) no-repeat center;
  background-size: 539px 336px;
}
.part4 .layout ul li:nth-child(2) {
  background: url(../images/part4_2.png) no-repeat center;
  background-size: 539px 336px;
}
.part4 .layout ul li:nth-child(3) {
  background: url(../images/part4_3.png) no-repeat center;
  background-size: 539px 336px;
}
.part4 .layout ul li:nth-child(4) {
  background: url(../images/part4_4.png) no-repeat center;
  background-size: 539px 336px;
}
.part4 .layout ul li:nth-child(5) {
  background: url(../images/part4_5.png) no-repeat center;
  background-size: 539px 336px;
}
.part4 .layout ul li:nth-last-child(1) {
  margin-right: 0;
}
.part4 .layout ul li .title {
  width: 100%;
  height: 100%;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 26px;
  color: #fff;
  -webkit-writing-mode: vertical-rl;
  /* æ—§ç‰ˆwebkitæµè§ˆå™¨ */
  -ms-writing-mode: tb-rl;
  /* IEå…¼å®¹æ¨¡å¼ */
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.part4 .layout ul li .smalltext {
  padding: 0px 52px 0;
  height: 336px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0;
  width: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0s ease-in-out, visibility 0.3s;
}
.part4 .layout ul li .smalltext p:nth-child(1) {
  margin-bottom: 20px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
}
.part4 .layout ul li .smalltext p:nth-child(1)::before {
  content: "";
  margin-bottom: 13px;
  display: block;
  width: 39px;
  height: 5px;
  background: #fff;
  border-radius: 3px;
}
.part4 .layout ul li .smalltext p:nth-child(2) {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 29px;
  text-shadow: 0px 2px 4px rgba(123, 123, 123, 0.5);
}
.part4 .layout ul .on {
  width: 539px;
}
.part4 .layout ul .on .title {
  display: none;
}
.part4 .layout ul .on .smalltext {
  padding: 0px 52px 0;
  width: 539px;
  opacity: 1;
  visibility: visible;
  transition: width 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.part5 {
  padding: 30px 0 80px;
}
.part5 ul li {
  float: left;
  margin-right: 22px;
  margin-top: 20px;
}
.part5 ul li:nth-child(3n) {
  margin-right: 0;
}
.part5 ul li:nth-child(1),
.part5 ul li:nth-child(2),
.part5 ul li:nth-child(3) {
  margin-top: 0;
}
.part5 ul li:hover a .imgbox img {
  transform: scale(1.3);
}
.part5 ul li a .imgbox {
  width: 384px;
  height: 219px;
  border-radius: 8px;
  overflow: hidden;
}
.part5 ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.part6 {
  /* margin-top: 190px; */
  height: 976px;
  padding: 31px 0 33px;
  background: url(../images/part6-background.png) no-repeat;
  background-size: 1640px 827px;
  background-position: top 117px center;
}
.part6 .box {
  margin-top: 180px;
}
.part6 .box div {
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.part6 .box div h1 {
  font-size: 34px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #FDFDFD;
  line-height: 42px;
  text-align: center;
}
.part6 .box div p {
  font-size: 20px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #FDFDFD;
  line-height: 36px;
  text-align: center;
  padding: 0 15px 0 15px;
}
.part6 .box .top {
  height: 227px;
  background: #93C6F7;
  margin-bottom: 27px;
}
.part6 .box .top h1 {
  margin-bottom: 43px;
}
.part6 .box .bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row;
}
.part6 .box .bottom h1 {
  margin-bottom: 20px;
}
.part6 .box .bottom .left {
  width: 383px;
  height: 289px;
  background: #79CF94;
}
.part6 .box .bottom .middle {
  width: 383px;
  height: 373px;
  background: #5882da;
}
.part6 .box .bottom .right {
  width: 383px;
  height: 441px;
  background: #FEAB8A;
}
.part7 {
  padding: 60px 0 80px;
}
