.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;
}
.title {
  width: 360px;
  height: 69px;
  display: block;
}
.header .layout .headnav {
  height: 58px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .layout .headnav .button {
  width: 62px;
  height: 24px;
  border-radius: 14px;
  font-size: 14px;
  font-family: SourceHanSansCN-Normal, SourceHanSansCN;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.header .layout .headnav .back {
  border: 1px solid #979797;
  color: #666666;
}
.header .layout .headnav .lrbox {
  display: flex;
}
.header .layout .headnav .lrbox .login,
.header .layout .headnav .lrbox .regist {
  background: #CC0000;
  color: #FFFFFF;
}
.header .layout .headnav .lrbox .login {
  margin-right: 15px;
}
.header .haedbanner {
  min-width: 1200px;
  height: 670px;
  background: url('../images/background_title.jpg') no-repeat top center;
}
.header .haedbanner .head_title {
  display: block;
  margin: 0 auto;
  padding-top: 85px;
}
.header .haedbanner a {
  width: 397px;
  height: 69px;
  display: inline-block;
  margin: 0 auto;
  display: block;
  margin: 26px auto 0;
}
.header .haedbanner a .start {
  display: block;
  margin: 26px auto 0;
}
.notice {
  margin-top: -93px;
}
.notice .layout {
  background: url('../images/notic.png') no-repeat;
  height: 254px;
}
.notice .layout .content {
  width: 751px;
  margin-left: 300px;
}
.notice .layout .content .line {
  padding-top: 69px;
  font-size: 24px;
  font-family: SourceHanSerifSC-Heavy, SourceHanSerifSC;
  font-weight: 800;
  color: #FFFFFF;
  text-align: center;
}
.notice .layout .content p {
  margin-top: 17px;
  height: 72px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
  text-indent: 2em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.notice .layout .content p .more {
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
}
.notice .layout .content p .more:hover {
  color: #F9D58D;
}
.part1 .title {
  margin: 63px auto 0;
}
.part1 .steps {
  width: 797px;
  height: 190px;
  display: block;
  margin: 47px auto 0;
}
.part2 {
  position: relative;
  height: 977px;
  background: url('../images/background.png') no-repeat center -68px;
}
.part2 .layout {
  position: relative;
}
.part2 .layout .title {
  margin: 74px auto 28px auto;
}
.part2 .layout .jianjie {
  position: absolute;
  top: 148px;
  left: 60px;
  width: 292px;
  height: 160px;
}
.part2 .layout .jianjie li {
  display: none;
}
.part2 .layout .jianjie .at {
  display: block;
}
.part2 .layout .jianjie .name,
.part2 .layout .jianjie .cont {
  color: #fff;
  font-size: 12px;
}
.part2 .layout .jianjie .name {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
.part2 .layout .jianjie .cont {
  line-height: 33px;
  margin-top: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 29px;
  text-align: justify;
}
.part2 .layout .swiper {
  height: 403px;
  background: url('../images/background_banner.png') no-repeat;
}
.part2 .layout .swiper .box {
  padding-top: 52px;
}
.part3 {
  margin-top: -390px;
  background: #FAFAFA;
  height: 779px;
}
.part3 .layout {
  padding-top: 50px;
}
.part3 .layout .title {
  margin: 0 auto;
}
.part3 .layout .cont {
  margin-top: 20px;
}
.part3 .layout .tab {
  position: relative;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  width: 915px;
}
.part3 .layout .tab li {
  padding: 0 28px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #999;
}
.part3 .layout .tab li img {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  vertical-align: middle;
  opacity: 0;
}
.part3 .layout .tab .on {
  color: #CC0000;
  background: #FFFFFF;
  box-shadow: 2px 0px 0px 0px rgba(192, 192, 192, 0.27);
  border-radius: 5px 5px 0 0;
}
.part3 .layout .tab .on img {
  opacity: 1;
}
.part3 .layout .tab:hover {
  cursor: pointer;
}
.part3 .layout .picter img:hover {
  transform: scale(1.1);
  transition: all 0.5s;
}
.part3 .layout .picter .picterbox {
  display: none;
  padding: 69px 37px 41px 40px;
  background: #FFFFFF;
  box-shadow: 2px 2px 4px 0px rgba(192, 192, 192, 0.27);
}
.part3 .layout .picter .picterbox .top {
  display: flex;
}
.part3 .layout .picter .picterbox .left {
  position: relative;
  width: 713px;
  height: 390px;
  margin-right: 10px;
  overflow: hidden;
}
.part3 .layout .picter .picterbox .left img {
  width: 713px;
  height: 390px;
  transition: all 0.5s;
}
.part3 .layout .picter .picterbox .left .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 84px;
  background: rgba(0, 0, 0, 0.27);
  line-height: 84px;
  padding-left: 51px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .layout .picter .picterbox .right li {
  position: relative;
  width: 195px;
  height: 124px;
  float: left;
  margin-right: 10px;
  margin-bottom: 9px;
  overflow: hidden;
}
.part3 .layout .picter .picterbox .right li:nth-child(2n) {
  margin-right: 0;
}
.part3 .layout .picter .picterbox .right li img {
  width: 195px;
  height: 124px;
  transition: all 0.5s;
}
.part3 .layout .picter .picterbox .right li .bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 33px;
  background: rgba(0, 0, 0, 0.27);
  line-height: 33px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #fff;
  padding-left: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part3 .layout .picter .picterbox .more {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0;
}
.part3 .layout .picter .picterbox .more span {
  display: inline-block;
  width: 30px;
  height: 1px;
  opacity: 0.5;
  border: 1px solid #C7C7C7;
}
.part3 .layout .picter .picterbox .more span:nth-child(1) {
  margin-right: 8px;
}
.part3 .layout .picter .picterbox .more span:nth-child(3) {
  margin-left: 8px;
}
.part3 .layout .picter .picterbox .more a {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999;
}
.part3 .layout .picter .picterbox .more a:hover {
  color: #CC0000;
}
.part3 .layout .picter .active {
  display: block;
}
.part4 .layout {
  padding: 69px 0 48px 0;
  display: flex;
  justify-content: space-between;
}
.part4 .layout .left .titlebox,
.part4 .layout .right .titlebox {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.part4 .layout .left .titlebox img,
.part4 .layout .right .titlebox img {
  display: inline-block;
  width: 128px;
  height: 29px;
  margin-right: 42px;
}
.part4 .layout .left .titlebox .xian,
.part4 .layout .right .titlebox .xian {
  display: inline-block;
  width: 212px;
  height: 1px;
  background: #CC0000;
  margin-right: 102px;
}
.part4 .layout .left .titlebox .more,
.part4 .layout .right .titlebox .more {
  display: inline-block;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}
.part4 .layout .left .list ul li,
.part4 .layout .right .list ul li {
  margin-top: 9px;
}
.part4 .layout .left .list ul li:hover .cont,
.part4 .layout .right .list ul li:hover .cont {
  color: #CC0000;
  font-weight: 500;
}
.part4 .layout .left .list ul li:hover .time,
.part4 .layout .right .list ul li:hover .time {
  color: #A80B02;
}
.part4 .layout .left .list ul li a,
.part4 .layout .right .list ul li a {
  display: flex;
  align-items: center;
}
.part4 .layout .left .list ul li .dian,
.part4 .layout .right .list ul li .dian {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #CC0000;
  border-radius: 50%;
  margin-right: 8px;
  line-height: 30px;
}
.part4 .layout .left .list ul li .cont,
.part4 .layout .right .list ul li .cont {
  margin-right: 45px;
  display: inline-block;
  width: 440px;
  height: 30px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: normal;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.part4 .layout .left .list ul li .time,
.part4 .layout .right .list ul li .time {
  display: inline-block;
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.5);
  line-height: 30px;
}
.part5 {
  background: #FAFAFA;
  padding-top: 68px;
  height: 610px;
}
.part5 .layout .title {
  margin: 0 auto 28px auto;
}
