.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;
}
.banner {
  position: relative;
  width: 1920px;
  max-width: 100%;
  height: 727px;
  margin: 0 auto;
  min-width: 1200px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.banner img {
  position: absolute;
  display: block;
}
.banner .cloud {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 1920px;
  height: 100%;
  z-index: 9;
}
.banner .background {
  margin: 0 auto;
  display: block;
  max-width: 1920px;
}
.banner .text {
  left: 50%;
  top: 103px;
  width: 843px;
  margin-left: -421.5px;
  max-width: 100%;
}
.banner .train {
  width: 502px;
  right: 0;
  bottom: 0;
  margin-right: -10px;
}
.banner .xxbm {
  position: absolute;
  left: 50%;
  top: 385px;
  margin-left: -163px;
  width: 326px;
  height: 67px;
  background: #fff;
  border-radius: 33px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 28px;
  color: #00379A;
  line-height: 59px;
  text-align: center;
  animation-delay: 1s;
  z-index: 99;
}
.banner .xxbm img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.notice {
  position: relative;
  z-index: 999;
  margin-top: -32px;
  padding: 93px 0 0 0;
  height: 183px;
  background: url(../images/notice_bg.png) no-repeat center / 1920px 100%;
}
.notice .layout p a {
  margin: 0 auto;
  display: block;
  width: 826px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF !important;
}
.headline img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.part1 {
  padding: 57px 0 34px;
}
.part1 .layout ul {
  margin-top: 73px;
}
.part1 .layout ul li {
  float: left;
  position: relative;
  margin-top: 40px;
  margin-right: 40px;
}
.part1 .layout ul li:nth-child(3n) {
  margin-right: 0;
}
.part1 .layout ul li:nth-child(1),
.part1 .layout ul li:nth-child(2),
.part1 .layout ul li:nth-child(3) {
  margin-top: 0;
}
.part1 .layout ul li:hover::after {
  transform: rotate(-6deg);
}
.part1 .layout ul li:hover a .imgbox img {
  transform: scale(1.1);
}
.part1 .layout ul li::after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  transform-origin: bottom left;
  transition: all 0.3s ease-in-out;
  content: "";
  display: block;
  width: 320px;
  height: 200px;
  background: #CDE5FF;
  border-radius: 10px 10px 10px 10px;
}
.part1 .layout ul li a {
  display: block;
}
.part1 .layout ul li a .imgbox {
  width: 373px;
  height: 200px;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}
.part1 .layout ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.part1 .layout ul li a p {
  position: absolute;
  top: 50px;
  left: 32px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 30px;
  color: #FFFFFF;
}
.part1 .layout ul li a p::after {
  display: block;
  content: "";
  margin-top: 17px;
  width: 40px;
  height: 8px;
  background: #FFFFFF;
}
.part2 {
  padding: 34px 0 75px;
}
.part2 .layout .content img {
  margin-top: 34px;
  display: block;
  width: 100%;
}
.part3 {
  padding: 68px 0 65px;
  background: url(../images/part3_bg_1.png) no-repeat center / 1920px 100%;
}
.part3 .layout .box {
  padding: 50px 37px 0;
  width: 100%;
  height: 939px;
  margin-top: 71px;
  background: url(../images/part3_bg_2.png) no-repeat center / 1200px 100%;
  display: flex;
  justify-content: space-between;
}
.part3 .layout .box .list {
  position: relative;
}
.part3 .layout .box .list h1 {
  font-family: SourceHanSerifCN, SourceHanSerifCN;
  font-weight: 800;
  font-size: 33px;
  color: #1055AF;
  text-align: center;
}
.part3 .layout .box .list ul {
  width: 510px;
  margin-top: 38px;
}
.part3 .layout .box .list ul li {
  float: left;
  margin-top: 18px;
  margin-right: 18px;
}
.part3 .layout .box .list ul li:nth-child(2n) {
  margin-right: 0;
}
.part3 .layout .box .list ul li:nth-child(1),
.part3 .layout .box .list ul li:nth-child(2) {
  margin-top: 0;
}
.part3 .layout .box .list ul li:hover a .imgbox img {
  transform: scale(1.1);
}
.part3 .layout .box .list ul li a {
  display: block;
}
.part3 .layout .box .list ul li a .imgbox {
  width: 246px;
  height: 139px;
  overflow: hidden;
}
.part3 .layout .box .list ul li a .imgbox img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s;
}
.part3 .layout .box .list ul li a .title {
  margin-top: 13px;
  width: 246px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .layout .box .list .more {
  position: absolute;
  top: 50px;
  right: 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.part4 {
  padding: 59px 0 27.5px;
}
.part4 .layout .box {
  display: flex;
  justify-content: space-between;
  padding: 46px 35px 60px 83px;
  margin-top: 36px;
  background: url(../images/part4_bg.png) no-repeat center / 100% 100%;
}
.part4 .layout .box .tab {
  margin-right: 117px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
}
.part4 .layout .box .tab li {
  padding: 10px 32px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #06101e;
  border-radius: 24px 24px 24px 24px;
  cursor: pointer;
}
.part4 .layout .box .tab .on {
  background: #105AB3;
  color: #e9eca2;
}
.part4 .layout .box .contentbox {
  position: relative;
  width: 698px;
  height: 325px;
}
.part4 .layout .box .contentbox .content ul li {
  margin-right: 13px;
  margin-top: 11px;
  width: 224px;
  height: 101px;
  float: left;
  background: #FFFFFF;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #3470C2;
}
.part4 .layout .box .contentbox .content ul li:nth-child(3n) {
  margin-right: 0;
}
.part4 .layout .box .contentbox .content ul li:nth-child(1),
.part4 .layout .box .contentbox .content ul li:nth-child(2),
.part4 .layout .box .contentbox .content ul li:nth-child(3) {
  margin-top: 0;
}
.part4 .layout .box .contentbox .content ul li:hover {
  background: #105AB3;
  border: 1px solid #3470C2;
}
.part4 .layout .box .contentbox .content ul li:hover a {
  color: #fff !important;
}
.part4 .layout .box .contentbox .content ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 500;
  font-size: 24px;
  color: #3470C2;
}
.part4 .layout .box .contentbox .content .more {
  position: absolute;
  bottom: -30px;
  right: 0;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.part5 {
  padding: 27.5px 0 93px;
}
.part5 .layout .box {
  margin-top: 34px;
}
.part5 .layout .box .tab {
  display: flex;
}
.part5 .layout .box .tab li {
  border-radius: 9px 9px 9px 9px;
  padding: 14px 32px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  cursor: pointer;
}
.part5 .layout .box .tab .on {
  background: #105AB3;
  color: #fff;
}
.part5 .layout .box .contentbox {
  margin-top: 46px;
}
.part5 .layout .box .contentbox .content ul li {
  float: left;
  margin-right: 30px;
}
.part5 .layout .box .contentbox .content ul li:nth-child(2n) {
  margin-right: 0;
}
.part5 .layout .box .contentbox .content ul li:nth-child(1),
.part5 .layout .box .contentbox .content ul li:nth-child(2) {
  margin-top: 0;
}
.part5 .layout .box .contentbox .content ul li a {
  display: block;
  width: 552px;
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  line-height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part5 .layout .box .contentbox .content ul li a::before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
  content: "";
  width: 8px;
  height: 11px;
  background: url(../images/icon_rightArrow.png) no-repeat center / 100% 100%;
}
