.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 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title img {
  display: block;
  width: 144px;
}
.title a {
  display: block;
  border-radius: 18px;
  padding: 6px 8px;
}
.logobox {
  padding-top: 15px;
  padding-bottom: 20px;
}
.logobox .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logobox .layout a {
  display: block;
}
.logobox .layout a img {
  width: auto;
  height: auto;
}
.logobox .layout ul {
  width: 515px;
  display: flex;
  justify-content: space-between;
}
.logobox .layout ul li a {
  font-size: 20px;
  font-family: AlibabaPuHuiTiM;
}
.bannerbox {
  margin-bottom: 35px;
}
.bannerbox .layout .swiper1 {
  position: relative;
  width: 100%;
  height: 366px;
  overflow: hidden;
}
.bannerbox .layout .swiper1 a {
  display: block;
}
.bannerbox .layout .swiper1 a img {
  width: 1200px;
  height: 366px;
}
.bannerbox .layout .swiper1 .swiper-pagination-bullet-active {
  background: #fff;
}
.operation {
  margin-bottom: 47px;
}
.operation .layout ul {
  display: flex;
  justify-content: space-evenly;
}
.operation .layout ul a {
  display: flex;
  align-items: center;
  transition: all .3s;
}
.operation .layout ul a:hover {
  transform: scale(1.1);
}
.operation .layout ul a img {
  width: 36px;
  height: 36px;
  margin-right: 18px;
}
.operation .layout ul a div {
  font-size: 20px;
  font-family: AlibabaPuHuiTiM;
}
.dfdt {
  margin-bottom: 58px;
}
.dfdt .layout .title {
  margin-bottom: 52px;
}
.dfdt .layout ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.dfdt .layout ul li {
  margin-bottom: 25px;
}
.dfdt .layout ul li:nth-child(2n-1) {
  margin-right: 62px;
}
.dfdt .layout ul li:nth-last-child(1),
.dfdt .layout ul li:nth-last-child(2) {
  margin-bottom: 0;
}
.dfdt .layout ul li .box {
  display: flex;
  align-items: center;
}
.dfdt .layout ul li .box .data {
  margin-right: 15px;
  width: 56px;
  height: 56px;
}
.dfdt .layout ul li .box .data div {
  text-align: center;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.dfdt .layout ul li .box .data .day {
  font-size: 24px;
  margin-top: 3px;
}
.dfdt .layout ul li .box .data .year {
  font-size: 12px;
}
.dfdt .layout ul li .box .list {
  display: block;
  width: 498px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.pxzt {
  min-width: 1200px;
  margin-bottom: 59px;
  background: url(../images/background-pxzt.png) no-repeat;
  background-size: cover;
  padding-top: 56px;
  padding-bottom: 97px;
}
.pxzt .layout .title {
  margin-bottom: 44px;
}
.pxzt .layout .train-box {
  width: 1200px;
  min-width: 1200px;
  margin: 0 auto;
}
.pxzt .layout .train-box .layout {
  position: relative;
  display: flex;
  align-items: center;
}
.pxzt .layout .train-box .curriculum-head {
  width: 227px;
  float: left;
  margin-right: 33px;
}
.pxzt .layout .train-box .curriculum-head ul li {
  width: 249px;
  padding: 20px 0 20px;
  cursor: pointer;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
}
.pxzt .layout .train-box .curriculum-head ul li span {
  margin-left: 10px;
  width: 239px;
  display: inline-block;
  background-size: 220% 100%;
  background-position: 100% 50%;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-repeat: no-repeat;
  transition: 1s ease-out;
  line-height: 28px;
  background-color: transparent\0;
  background-image: none\0;
}
.pxzt .layout .train-box .curriculum-head ul li span:hover {
  font-weight: 500;
  background-position: 0% 50%;
}
.pxzt .layout .train-box .curriculum-head ul li .after-icon {
  position: absolute;
  left: 0;
  top: 22px;
  display: inline-block;
  opacity: 0;
  transition: all 1s;
  font-style: normal;
  width: 3px;
  height: 18px;
  vertical-align: -3px;
  margin-right: 10px;
}
.pxzt .layout .train-box .curriculum-head ul li .before-icon {
  position: absolute;
  right: 0;
  top: 18px;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}
.pxzt .layout .train-box .curriculum-head ul .on .after-icon {
  opacity: 1;
  display: inline-block;
}
.pxzt .layout .train-box .curriculum-head ul .on .before-icon {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  transition: all 1s;
}
.pxzt .layout .train-box .curriculum-head ul .on span {
  position: relative;
  background-position: 0% 50%;
  background-color: transparent\0;
}
.pxzt .layout .train-box .slideBox-itme {
  width: 888px;
  float: left;
}
.pxzt .layout .train-box .slideBox-itme ul {
  position: relative;
  padding: 51px 0 0 48px;
}
.pxzt .layout .train-box .slideBox-itme ul li {
  float: left;
  margin-right: 26px;
  margin-bottom: 38px;
  position: relative;
}
.pxzt .layout .train-box .slideBox-itme ul li:hover a .picter {
  transform: scale(1.3);
}
.pxzt .layout .train-box .slideBox-itme ul li a {
  display: block;
}
.pxzt .layout .train-box .slideBox-itme ul li a div {
  overflow: hidden;
}
.pxzt .layout .train-box .slideBox-itme ul li a div .picter {
  transition: all .3s;
  width: 241px;
  height: 140px;
}
.pxzt .layout .train-box .slideBox-itme ul li a .button {
  position: absolute;
  left: -7px;
  bottom: 11px;
  width: 97px;
}
.live {
  margin-bottom: 74px;
}
.live .layout .title {
  margin-bottom: 63px;
}
.live .layout ul {
  display: flex;
  justify-content: space-between;
}
.live .layout ul li {
  padding: 19px 55px 19px 51px;
}
.live .layout ul li a {
  display: flex;
  align-items: center;
}
.live .layout ul li a .left {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 40px;
}
.live .layout ul li a .left img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  margin-bottom: 9px;
}
.live .layout ul li a .left .writer {
  font-size: 14px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.live .layout ul li a .xian {
  width: 1px;
  height: 107px;
  border-left: 1px dashed #dfdfdf;
}
.live .layout ul li a .right {
  margin-left: 33px;
}
.live .layout ul li a .right .top {
  display: flex;
  margin-bottom: 12px;
}
.live .layout ul li a .right .top .style {
  padding-left: 11px;
  display: flex;
  align-items: center;
  width: 60px;
  height: 20px;
  border-radius: 9px;
  font-size: 10px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  margin-right: 12px;
}
.live .layout ul li a .right .top .style i {
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin-right: 6px;
}
.live .layout ul li a .right .top a {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.live .layout ul li a .right .middle {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  margin-bottom: 20px;
}
.live .layout ul li a .right .bottom {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.kczy {
  min-width: 1200px;
}
.kczy .information_tab .information_box {
  display: flex;
  display: -webkit-flex;
  height: 57px;
  justify-content: space-between;
  margin-top: 45px;
}
.kczy .information_tab .information_box a {
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
  height: 36px;
  cursor: pointer;
  position: relative;
  margin: 0 15px;
}
.kczy .information_tab .information_box .tab_active:before {
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-top: 50px solid transparent;
  border-left: 6px solid transparent;
  border-bottom: 13px solid #A00000;
  border-right: 5px solid transparent;
  position: absolute;
  bottom: -19px;
  left: 45%;
}
.kczy .information_lft {
  margin-top: 23px;
}
.kczy .information_content {
  margin-top: 10px;
}
.kczy .information_content .information_column ul {
  width: 1200px;
}
.kczy .information_content .information_column ul li {
  width: 226px;
  height: 240px;
  float: left;
  margin-right: 32px;
  margin-bottom: 27px;
}
.kczy .information_content .information_column ul li .information_img {
  width: 226px;
  height: 125px;
}
.kczy .information_content .information_column ul li .information_img img {
  width: 100%;
  height: 125px;
  display: block;
}
.kczy .information_content .information_column ul li .information_text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  width: 95%;
  padding-top: 19px;
}
.kczy .information_content .information_column ul li .information_text span {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  display: block;
  padding-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}
.kczy .information_content .information_column ul li:first-child {
  width: 430px;
  height: 510px;
  background-color: #fff;
  margin-right: 27px;
}
.kczy .information_content .information_column ul li:first-child .information_img {
  width: 430px;
  height: 238px;
}
.kczy .information_content .information_column ul li:first-child .information_img img {
  width: 100%;
  height: 238px;
  display: block;
}
.kczy .information_content .information_column ul li:first-child .information_text h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
  width: 66%;
  padding-top: 25px;
}
.kczy .information_content .information_column ul li:first-child .information_text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  padding-right: 28px;
  padding-top: 16px;
  text-indent: 1rem;
}
.kczy .information_content .information_column ul li:first-child .information_text span {
  font-size: 14px;
  font-weight: 400;
  color: #454545;
  line-height: 26px;
  display: block;
  padding-top: 18px;
}
.kczy .information_content .information_column ul li:nth-last-child(1),
.kczy .information_content .information_column ul li:nth-last-child(4) {
  margin-right: 0;
}
.kczy .information_content {
  display: none;
}
.kczy .information_show {
  display: block;
}
.kczy .training_box ul li:first-child span {
  margin-left: -11px;
}
.zjtd {
  padding-top: 61px;
  padding-bottom: 62px;
  margin-bottom: 61px;
}
.zjtd .layout .title {
  margin-bottom: 28px;
}
.zjtd .layout .title div {
  display: flex;
  align-items: flex-end;
}
.zjtd .layout .title img {
  margin-right: 43px;
}
.zjtd .layout .title ul {
  margin-bottom: 2px;
}
.zjtd .layout .title ul li {
  float: left;
  margin-right: 15px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.zjtd .layout .cont .swiper2 {
  display: none;
  position: relative;
  width: 1200px;
  overflow: hidden;
}
.zjtd .layout .cont .swiper2 .swiper-wrapper {
  position: relative;
  margin-left: 63px;
}
.zjtd .layout .cont .swiper2 .swiper-wrapper .swiper-slide a .left {
  float: left;
  margin-right: 16px;
  background: url(../images/background-zjtd.png) no-repeat;
  width: 160px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.zjtd .layout .cont .swiper2 .swiper-wrapper .swiper-slide a .left img {
  display: block;
  border-radius: 50%;
  width: 146px;
  height: 146px;
  margin-top: 20px;
}
.zjtd .layout .cont .swiper2 .swiper-wrapper .swiper-slide a .right {
  float: left;
  margin-top: 26px;
}
.zjtd .layout .cont .swiper2 .swiper-wrapper .swiper-slide a .right .name {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  margin-bottom: 5px;
}
.zjtd .layout .cont .swiper2 .swiper-wrapper .swiper-slide a .right .position {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  margin-bottom: 19px;
}
.zjtd .layout .cont .swiper2 .swiper-wrapper .swiper-slide a .right .xian {
  width: 54px;
  height: 3px;
  margin-bottom: 13px;
}
.zjtd .layout .cont .swiper2 .swiper-wrapper .swiper-slide a .right .smalltext {
  width: 308px;
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 25px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.zjtd .layout .cont .swiper2 .swiper-button-next img,
.zjtd .layout .cont .swiper2 .swiper-button-prev img {
  width: 37px !important;
  height: 37px !important;
}
.zjtd .layout .cont .swiper2 .swiper-button-next:after,
.zjtd .layout .cont .swiper2 .swiper-button-prev:after {
  content: '';
}
.zjtd .layout .cont .active {
  display: block;
}
.zjtd2 {
  margin-bottom: 97px;
}
.zjtd2 .layout {
  position: relative;
}
.zjtd2 .layout .title {
  margin-bottom: 64px;
}
.zjtd2 .layout .title div {
  display: flex;
  align-items: flex-end;
}
.zjtd2 .layout .title img {
  margin-right: 43px;
}
.zjtd2 .layout .title ul {
  margin-bottom: 2px;
}
.zjtd2 .layout .title ul li {
  float: left;
  margin-right: 15px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
}
.zjtd2 .layout .jianjie {
  position: absolute;
  top: 148px;
  left: 60px;
  width: 292px;
  height: 160px;
  z-index: 9;
}
.zjtd2 .layout .jianjie li {
  display: none;
}
.zjtd2 .layout .jianjie .at {
  display: block;
}
.zjtd2 .layout .jianjie .name,
.zjtd2 .layout .jianjie .cont {
  color: #fff;
  font-size: 12px;
}
.zjtd2 .layout .jianjie .name {
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
}
.zjtd2 .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;
}
.zjtd2 .layout .swiper {
  height: 403px;
  background: url('../images/background_banner.png') no-repeat;
  background-size: contain;
}
.zjtd2 .layout .swiper .box {
  padding-top: 52px;
}
.guanggao {
  margin-bottom: 62px;
}
.guanggao .layout a {
  display: block;
  width: 100%;
  height: 155px;
}
.guanggao .layout a img {
  width: 100%;
  height: 100%;
}
.xxzy {
  min-width: 1200px;
  margin-bottom: 54px;
}
.xxzy .learning-wrapper {
  width: 100%;
  height: 539px;
  margin-top: 57px;
  overflow: hidden;
  min-width: 1200px;
}
.xxzy .sub {
  width: 277px;
  height: 485px;
  float: left;
  margin-right: 30px;
  box-sizing: border-box;
  margin-top: 50px;
}
.xxzy .sub:last-child {
  margin-right: 0;
}
.xxzy .sub .sub_top {
  width: 277px;
  height: 145px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.xxzy .sub .sub_top img {
  width: 100%;
  height: 145px;
  display: block;
  object-fit: contain;
}
.xxzy .sub .sub_con {
  width: 248px;
  height: 298px;
  padding: 0 20px 0 20px;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  background-color: white;
  margin: 0 auto;
}
.xxzy .sub .sub_con ul li {
  margin-bottom: 15px;
}
.xxzy .sub .sub_con ul li a {
  height: 35px;
  font-size: 16px;
  font-weight: 400;
  line-height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.xxzy .sub .sub_con .more {
  width: 112px;
  height: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 auto;
  margin-top: 10px;
  cursor: pointer;
  text-align: center;
}
.xxzy .more span {
  line-height: 20px;
}
.xxzy .more span img {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.xmsjtj {
  margin-bottom: 104px;
}
.xmsjtj .layout .title {
  margin-bottom: 50px;
}
.xmsjtj .layout .tubiao h1 {
  font-size: 24px;
  font-family: AlibabaPuHuiTiM;
  text-align: center;
  margin-bottom: 41px;
}
.xmsjtj .layout .tubiao .xmsjtj-tab {
  width: 886px;
  margin: 0 auto 63px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-bottom: 1px solid #FFCC16;
}
.xmsjtj .layout .tubiao .xmsjtj-tab .active {
  border-bottom: 4px solid #FFCC16;
}
.xmsjtj .layout .tubiao .xmsjtj-tab li {
  height: 45px;
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
}
.xmsjtj .layout .tubiao .xmsjtj-tab li:hover {
  cursor: pointer;
}
.xmsjtj .layout .tubiao .cont img {
  display: block;
  margin: 0 auto;
  width: 939px;
}
.qzsjtj {
  margin-bottom: 80px;
}
.qzsjtj .layout .title {
  margin-bottom: 55px;
}
.qzsjtj .layout ul {
  padding: 40px 0 30px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.qzsjtj .layout ul .xian {
  width: 1px;
  height: 82px;
}
.qzsjtj .layout ul li {
  display: flex;
  align-items: center;
}
.qzsjtj .layout ul li img {
  margin-right: 30px;
}
.qzsjtj .layout ul li:nth-child(1) img {
  width: calc(85px);
}
.qzsjtj .layout ul li:nth-child(3) img {
  width: calc(65px);
}
.qzsjtj .layout ul li:nth-child(5) img {
  width: calc(66px);
}
.qzsjtj .layout ul li .nub {
  font-size: 50px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
}
.qzsjtj .layout ul li .name {
  font-size: 26px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
}
.ljwm {
  height: 567px;
}
.ljwm .layout .cont {
  padding-top: 47px;
  padding-left: 31px;
  padding-right: 20px;
  height: 346px;
}
.ljwm .layout .cont .t {
  margin-left: 20px;
  margin-bottom: 18px;
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
}
.ljwm .layout .cont .c {
  width: 1115px;
  margin-left: 20px;
  margin-bottom: 17px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  line-height: 26px;
  text-indent: 2em;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.ljwm .layout .cont ul li {
  float: left;
  height: 346px;
  padding: 36px 15px 21px;
  margin-right: 16px;
  box-shadow: 0px 0px 2px 2px rgba(213, 213, 213, 0.5);
}
.ljwm .layout .cont ul li:nth-child(4) {
  margin-right: 0;
}
.ljwm .layout .cont ul li .top {
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  margin-bottom: 22px;
}
.ljwm .layout .cont ul li .bottom {
  width: 245px;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  line-height: 36px;
  text-indent: 2em;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.bar {
  position: fixed;
  top: 50%;
  right: 50%;
  margin-top: -170px;
  margin-right: -660px;
  z-index: 10;
}
.bar ul li {
  padding: 6px 11px;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  background: url(../images/background-bar.png) no-repeat;
}
.bar ul li a {
  display: block;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
}
@media screen and (max-width: 1200px) {
  .bar {
    right: 0;
    margin-right: 0;
  }
}
