.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;
  width: 232px;
  margin: 0 auto;
}

.linehead_1 {
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #007ACE;
}

.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: #007ACE;
}

.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: #007ACE;
}

.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: #038CF9;
  border-radius: 17px;
  padding: 65px 55px 97px 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: 24px;
  color: #FFFFFF;
}

.part2 .layout .left .title::after {
  margin-top: 10px;
  content: "";
  display: block;
  width: 98px;
  height: 1px;
  background: #FFD300;
}

.part2 .layout .left .smalltext {
  width: 525px;
  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 .left .smalltext a:hover{
  color: white !important;
}

.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, rgba(0, 164, 252, 0.37) 0%, #FFFFFF 100%);
  box-shadow: 1px 2px 24px 0px rgba(134, 134, 134, 0.33);
  border-radius: 24px;
  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: #007ACE;
}

.part3 .left .swiper-button-prev:after {
  display: none;

}

.part3 .left .swiper-button-prev img {
  width: 42px;
  height: 42px;
}

.part3 .left .swiper-button-prev {
  left: 30px !important;
}
.part3 .left .swiper-button-prev{
  width: 42px;
  height: 42px;
  background: url(../images/arrows-left.png) no-repeat center top;
  background-size: cover;
}
.part3 .left .swiper-button-prev:hover{
  background: url(../images/arrows-left1.png) no-repeat center top;
  background-size: cover;
}
.part3 .left .swiper-button-next img {
  width: 42px;
  height: 42px;
}
.part3 .left .swiper-button-next {
  width: 42px;
  height: 42px;
  background: url(../images/arrows-right.png) no-repeat center top;
  background-size: cover;
}
.part3 .left .swiper-button-next:hover{
  background: url(../images/arrows-right1.png) no-repeat center top;
  background-size: cover;
}
.part3 .left .swiper-button-next {
  right: 30px !important;
}

.part3 .left .swiper-button-next:after {
  display: none;
}

.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: #007ACE;
}

.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: #007ACE;
}

.part3 .layout .right .tab .on::after {
  margin-top: 10px;
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background: #007ACE;
}

.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 {
  width: 100%;
  height: 762px;
  background: rgba(158, 220, 254, .16);
  padding-top: 82px;
  min-width: 1200px;
}

.part4 .layout {
  position: relative;
}

.pt4-cont {
  width: 1200px;
  height: 436px;
  background: rgba(160, 221, 254, .48);
  box-shadow: 1px 2px 24px 0px rgba(0, 0, 0, 0.09);
  border-radius: 14px;
  margin-top: 65px;
  padding: 52px 10px 0 51px;
}

.part4 .arrow_box {
  position: absolute;
  bottom: -60px;
  left: 50%;
  width: 140px;
  transform: translateX(-50%);
}
.pt4-cont .arrow_box .swiper-button-prev:after {
  display: none;

}
.pt4-cont .arrow_box .swiper-button-prev{
  width: 30px;
  height: 10px;
  background: url(../images/pt4-arrow-left.png) no-repeat center top;
  background-size: cover;
}
.pt4-cont .arrow_box .swiper-button-prev:hover{
  background: url(../images/pt4-arrow-left1.png) no-repeat center top;
  background-size: cover;
}
.pt4-cont .arrow_box .swiper-button-next {
  width: 30px;
  height: 10px;
  background: url(../images/pt4-arrow-right.png) no-repeat center top;
  background-size: cover;
}
.pt4-cont .arrow_box .swiper-button-next:hover{
  background: url(../images/pt4-arrow-right1.png) no-repeat center top;
  background-size: cover;
}

.pt4-cont .arrow_box .swiper-button-next:after {
  display: none;
}
#swiper1 .swiper-left {
  width: 540px;
  height: 331px;
  float: left;

}

#swiper1 .swiper-left img {
  width: 540px;
  height: 331px;
  display: block;
}

#swiper1 .swiper-right h3 {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 24px;
  color: #007ACE;
}

#swiper1 .swiper-right {
  width: 564px;
  float: right;
  padding-top: 13px;
}

#swiper1 .swiper-right ul {
  margin-top: 30px;
}

#swiper1 .swiper-right ul li a {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  line-height: 36px;
  display: block;
}

#swiper1 .swiper-right p{
    margin-top: 30px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}

#swiper1 .swiper-right p a{
    margin-top: 30px;
    font-family: SourceHanSansCN, SourceHanSansCN;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 36px;
}

.part7 {
  padding: 95px 0 90px;
}

.part7 .layout .linehead {
  margin-bottom: 50px;
}

.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: #007ACE;
}

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

.pt7 {
  padding: 0 0 135px 0;
}

.part8 {
  padding: 0 0 90px;

}

.part8 .linehead {
  margin-bottom: 40px;
}

.part8 .content {
  background-color: #F0F9FF;
  padding: 67px 0 76px 0;
  min-width: 1200px;
}

.part8 .content .all ul li {
  margin-top: 14px;
}

.part8 .content .all .linehead_1 span {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: bold;
  font-size: 24px;
  color: #007ACE;
}

.part8 .content .all .linehead_1 a p {
  font-family: SourceHanSansCN, SourceHanSansCN;
  font-weight: 400;
  font-size: 14px;
  color: #999999;
}

.part8 .content .all .linehead_1 a {
  display: flex;
  align-items: center;
}

.part8 .content .all .linehead_1 a img {
  flex-shrink: 0;
  display: block;
  width: 19px;
  height: 7px;
  margin-left: 7px;
}

.part8 .content .all .linehead_1 a .on {
  display: none;
}

.part8 .content .all .linehead_1 a:hover img {
  display: none;
}

.part8 .content .all .linehead_1 a:hover p {
  color: #007ACE;
}

.part8 .content .all .linehead_1 a:hover .on {
  display: block !important;
}

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

.part8 .content .all ul li:nth-child(1) {
  margin-top: 0;
}

.part8 .content .all ul li:hover a .title p {
  color: #007ACE;
}

.part8 .content .all ul li:hover a .time {
  color: #007ACE;
}

.part8 .content .all ul li a {
  display: flex;
  justify-content: space-between;
}

.part8 .content .all ul li a .title {
  margin-right: 220px;
  display: flex;
  align-items: center;
}

.part8 .content .all ul li a .title i {
  display: block;
  width: 7px;
  height: 7px;
  background: #007ACE;
  margin-right: 13px;
  border-radius: 50%;
}

.part8 .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 .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: #007ACE;
  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;
}


.pt4-cont .swiper-button-next:after,.pt4-cont .swiper-button-prev:after {
  font-size: 20px;
  color: #BAC4C9;
}

