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

body {
  min-width: 1200px;
}

a,
img {
  display: block;
}

.title {
  display: block;
  margin: 0 auto;
  width: fit-content;
  font-size: 45px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
}

.more {
  position: absolute;
  right: 0;
  top: 32px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.header {
  width: 100%;
}

.header a {
  margin: 0 auto;
  width: 295px;
  height: 74px;
  background: #FFCB00;
  border-radius: 45px;
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 74px;
  text-align: center;
  text-shadow: 0px 2px 4px rgba(129, 129, 129, 0.5);
  transition: all .3s;
}

.header a:hover {
  color: #fff !important;
  transform: scale(1.2);
}

.pxtz {
  margin-bottom: 80px;
}

.pxtz .layout .title {
  margin-bottom: 50px;
}

.pxtz .layout .tab {
  width: 1064px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}

.pxtz .layout .tab li {
  position: relative;
  width: 95px;
  height: 127px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.pxtz .layout .tab li div {
  display: inline-block;
  width: 44px;
  font-size: 22px;
  font-family: STKaiti;
  font-weight: 400;
  color: #FFFFFF;
}

.pxtz .layout .content .active {
  display: block;
}

.pxtz .layout .content li {
  display: none;
  padding: 45px 42px 39px 42px;
}

.pxtz .layout .content li div p {
  width: 1118px;
  font-size: 22px;
  font-family: STKaiti;
  font-weight: 400;
  color: #340101;
  line-height: 38px;
  text-indent: 2em;
  text-align: justify;
}

.pxtz .layout .content li div p a {
  display: initial;
}

.pxtz .layout .content li div img {
  width: 100%;
  margin: 0 auto;
}

.pxtz .layout .content li .ck {
  margin: 27px auto 0;
  display: block;
  width: 158px;
  height: 40px;
  border-radius: 4px;
  font-size: 18px;
  font-family: PingFang SC;
  font-weight: 400;
  text-align: center;
  line-height: 40px;
}

.zbkc {
  padding: 54px 0 78px;
}

.zbkc .layout {
  position: relative;
}

.zbkc .layout .title {
  margin-bottom: 21px;
}

.zbkc .layout .swiperbox .swiper .swiper-slide:hover a .box .imgbox .img {
  transform: scale(1.2);
}

.zbkc .layout .swiperbox .swiper .swiper-slide a .sz {
  width: 26px;
  height: 25px;
  margin-bottom: 4px;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a .isblock {
  opacity: 0;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a .dian {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-left: 11px;
  margin-bottom: 22px;
  z-index: 1;
  position: relative;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a ul {
  margin-left: 11px;
  margin-bottom: 17px;
  display: flex;
  align-items: center;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a ul .ing {
  background-color: #2F8900;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a ul .end {
  background-color: #A3A3A3;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a ul .start {
  background-color: #BE0000;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a ul li:nth-child(1) {
  font-size: 16px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  margin-right: 7px;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a ul li:nth-child(2) {
  font-size: 14px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  margin-right: 7px;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a ul li:nth-child(3) {
  width: 60px;
  height: 18px;
  border-radius: 9px;
  font-size: 10px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 18px;
  text-align: center;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a .box {
  width: 283px;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a .box .imgbox {
  overflow: hidden;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a .box .imgbox .img {
  width: 283px;
  height: 145px;
  transition: all .3s;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a .box .bottom {
  background: #FFFFFF;
  border-radius: 0px 0px 10px 10px;
  padding: 10px 16px 18px 12px;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a .box .bottom .t {
  margin-bottom: 12px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a .box .bottom .zj,
.zbkc .layout .swiperbox .swiper .swiper-slide a .box .bottom .zw {
  font-size: 12px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 28px;
}

.zbkc .layout .swiperbox .swiper .swiper-slide a .box .bottom .zw{
  height: 56px;
}

.zbkc .layout .swiperbox .swiper .xian {
  position: absolute;
  top: 31px;
  left: 0;
  width: 100%;
  height: 1px;
}

.zbkc .layout .swiperbox .swiper-button-next {
  right: 6px;
}

.zbkc .layout .swiperbox .swiper-button-prev {
  right: 39px;
  left: auto;
}

.zbkc .layout .swiperbox .swiper-button-next,
.zbkc .layout .swiperbox .swiper-button-prev {
  top: 80px;
}

.zbkc .layout .swiperbox .swiper-button-next img,
.zbkc .layout .swiperbox .swiper-button-prev img {
  width: 28px;
  height: 28px;
}

.zbkc .layout .swiperbox .swiper-button-next:after,
.zbkc .layout .swiperbox .swiper-button-prev:after {
  content: "";
}

.sfxm {
  margin-top: 60px;
}

.sfxm .layout .title {
  margin-bottom: 53px;
}

.sfxm .layout .swiperbox {
  position: relative;
}

.sfxm .layout .swiperbox .swiper-button-next:after,
.sfxm .layout .swiperbox .swiper-button-prev:after {
  color: #8A8A8A;
}

.sfxm .layout .swiperbox .swiper {
  width: 1071px;
  margin: 0 auto;
}

.sfxm .layout .swiperbox .swiper .swiper-slide:hover a img {
  transform: scale(1.2);
}

.sfxm .layout .swiperbox .swiper .swiper-slide a {
  width: 347px;
  height: 177px;
  overflow: hidden;
}

.sfxm .layout .swiperbox .swiper .swiper-slide a img {
  width: 347px;
  height: 177px;
  transition: all .3s;
}

.container-white {
  background-color: #ffffff;
  padding: 64px 0;
}

.container-live {
  height: 353px;
  background: url(../images/back_live.png) no-repeat;
  background-position: top center;
  padding: 69px 0;
}

.headernav {
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 2px rgba(211, 211, 211, 0.5);
  margin-top: 64px;
}

.headernav ul {
  width: 1200px;
}

.headernav ul li {
  float: left;
  width: 200px;
}

.headernav ul li a {
  text-align: center;
  display: block;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  position: relative;
  padding: 35px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.headernav ul li a i {
  display: block;
  font-style: normal;
  font-size: 40px;
  width: 40px;
  position: relative;
  margin-bottom: 15px;
}

.headernav ul li:first-child a i {
  margin-bottom: 24px;
}

.headernav ul li:nth-child(3) a i{
  margin-bottom: 22px;
}

.headernav ul li:nth-child(4) a i{
  margin-bottom: 20px;
}

.headernav ul li:nth-child(5) a i{
  margin-bottom: 20px;
}

.headernav ul li:nth-child(6) a i{
  margin-bottom: 28px;
}

.headernav ul li a i img {
  display: block;
  font-style: normal;
  font-size: 40px;
  width: 40px;
  position: relative;
}

.headernav ul li a:after,
.headernav ul li a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -2;
}

.headernav ul li .nav_One {
  color: #E9AE2C;
  background-color: #FFFFF9;
  z-index: 1;
}

.headernav ul li .nav_One:after,
.headernav ul li .nav_One:before {
  background: #FFFFEB;
}

.headernav ul li .nav_One:before {
  transition: 1s ease all;
  background: #FFFFEB;
  z-index: -1;
}

.headernav ul li .nav_One:after {
  transition: 1s ease all;
  background: #FFFFEB;
  z-index: -2;
}

.headernav ul li .nav_One:hover {
  color: #E9AE2C !important;
  z-index: 2;
  background: #FFFFF9;
}

.headernav ul li .nav_One1 {
  color: #FF8080;
  background-color: rgba(255, 232, 232, 0.29);
  z-index: 1;
}

.headernav ul li .nav_One1:after,
.headernav ul li .nav_One1:before {
  background: #FFE8E8;
}

.headernav ul li .nav_One1:before {
  transition: 1s ease all;
  background: #FFE8E8;
  z-index: -1;
}

.headernav ul li .nav_One1:after {
  transition: 1s ease all;
  background: #FFE8E8;
  z-index: -2;
}

.headernav ul li .nav_One1:hover {
  color: #FF8080 !important;
  z-index: 2;
  background: rgba(255, 232, 232, 0.29);
}

.headernav ul li .nav_Two {
  color: #00B064;
  background-color: rgba(233, 255, 223, 0.9);
  z-index: 1;
}

.headernav ul li .nav_Two i {
  color: #00B064;
  top: 4px;
}

.headernav ul li .nav_Two:after,
.headernav ul li .nav_Two:before {
  background: rgba(226, 255, 213, 0.9);
}

.headernav ul li .nav_Two:before {
  transition: 1s ease all;
  background: rgba(226, 255, 213, 0.9);
  z-index: -1;
}

.headernav ul li .nav_Two:after {
  transition: 1s ease all;
  background: rgba(226, 255, 213, 0.9);
  z-index: -2;
}

.headernav ul li .nav_Two:hover {
  color: #00B064 !important;
  z-index: 2;
  background: rgba(233, 255, 223, 0.9);
}

.headernav ul li .nav_Three {
  color: #109F77;
  background-color: #F6FFFD;
  z-index: 1;
}

.headernav ul li .nav_Three i {
  color: #109F77;
  top: 5px;
}

.headernav ul li .nav_Three:after,
.headernav ul li .nav_Three:before {
  background: #E3FFF7;
}

.headernav ul li .nav_Three:before {
  transition: 1s ease all;
  background: #E3FFF7;
  z-index: -1;
}

.headernav ul li .nav_Three:after {
  transition: 1s ease all;
  background: #E3FFF7;
  z-index: -2;
}

.headernav ul li .nav_Three:hover {
  color: #109F77 !important;
  z-index: 2;
  background: #F6FFFD;
}

.headernav ul li .nav_four {
  color: #1B92CD;
  background-color: #F7FDFF;
  z-index: 1;
}

.headernav ul li .nav_four i {
  color: #1B92CD;
  top: 7px;
}

.headernav ul li .nav_four:after,
.headernav ul li .nav_four:before {
  background: #E5F6FF;
}

.headernav ul li .nav_four:before {
  transition: 1s ease all;
  background: #E5F6FF;
  z-index: -1;
}

.headernav ul li .nav_four:after {
  transition: 1s ease all;
  background: #E5F6FF;
  z-index: -2;
}

.headernav ul li .nav_four:hover {
  color: #1B92CD !important;
  z-index: 2;
  background: #F7FDFF;
}

.headernav ul li .nav_five {
  color: #5541EA;
  background-color: #F8F7FF;
  z-index: 1;
}

.headernav ul li .nav_five i {
  color: #5541EA;
  top: 8px;
  margin-right: 20px;
}

.headernav ul li .nav_five:after,
.headernav ul li .nav_five:before {
  background: #E9E5FF;
}

.headernav ul li .nav_five:before {
  transition: 1s ease all;
  background: #E9E5FF;
  z-index: -1;
}

.headernav ul li .nav_five:after {
  transition: 1s ease all;
  background: #E9E5FF;
  z-index: -2;
}

.headernav ul li .nav_five:hover {
  color: #5541EA !important;
  z-index: 2;
  background: #F8F7FF;
}

.headernav ul li a:hover:after,
.headernav ul li a:hover:before {
  width: 100%;
}

.trainingTopics {
  padding: 69px 0 70px 10px;
}

.trainingTopics ul {
  width: 1240px;
}

.trainingTopics ul li {
  width: auto;
  float: left;
  margin-right: 58px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
}

.trainingTopics ul li a {
  display: block;
}

.trainingTopics ul li .trainingTopics-box .box-icon {
  margin: 0 auto;
  font-size: 50px;
  color: #42C78D;
  font-weight: bold;
  height: 54px;
  text-align: center;
}

.trainingTopics ul li .trainingTopics-box .box-icon img{
  width: 44px;
}

.trainingTopics ul li .trainingTopics-box .box-title {
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
  font-weight: 400;
  color: #747474;
  line-height: 20px;
}

.trainingTopics ul li:hover {
  transform: translate(0, -15px);
  -webkit-transform: translate(0, -15px);
  -moz-transform: translate(0, -15px);
  -o-transform: translate(0, -15px);
  -ms-transform: translate(0, -15px);
}

.trainingTopics ul li:hover .trainingTopics-box .box-icon {
  color: #81d0ae;
}

.trainingTopics ul li:hover .trainingTopics-box .box-title {
  color: #00AF64;
}

.trainingTopics ul li:nth-child(6) .trainingTopics-box .box-icon {
  font-size: 40px;
  padding-top: 4px;
}

.trainingTopics ul li:nth-child(9) .trainingTopics-box .box-icon {
  padding-top: 3px;
}

.container-gzf {
  height: 510px;
  background: url(../images/back_gzf.png) no-repeat;
  background-position: top center;
  padding: 64px 0;
  background-size: cover;
}

.trainingServices {
  margin-top: 64px;
}

.trainingServices ul li {
  float: left;
  width: 391px;
  height: 303px;
  margin-right: 13px;
  /* transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out; */
}

.trainingServices ul li:last-child {
  margin-right: 0;
}

.trainingServices ul li a {
  display: block;
}

.trainingServices ul li img {
  width: 391px;
  height: 303px;
}

.trainingServices ul li:hover {
  box-shadow: 0px 4px 20px 0px rgba(0, 139, 13, 0.5);
}

.tshd {
  margin-top: 60px;
  margin-bottom: 60px;
}

.tshd .layout {
  position: relative;
}

.tshd .layout .title {
  margin-bottom: 41px;
}

.tshd .layout .box {
  background-color: #F3FAF5;
  padding: 50px 83px 54px;
}

.tshd .layout .box .tab {
  display: flex;
  justify-content: center;
  margin-bottom: 51px;
}

.tshd .layout .box .tab .on {
  border-bottom: 3px solid #FFC402;
}

.tshd .layout .box .tab li {
  font-size: 28px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #20A041;
  padding-bottom: 4px;
  cursor: pointer;
}

.tshd .layout .box .tab li:nth-child(1) {
  margin-right: 44px;
}

.tshd .layout .box .content .active {
  display: block;
}

.tshd .layout .box .content ul {
  display: none;
}

.tshd .layout .box .content ul li {
  float: left;
  margin-right: 41px;
}

.tshd .layout .box .content ul li:nth-last-child(2) {
  margin-right: 0;
}

.tshd .layout .box .content ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tshd .layout .box .content ul li a .top {
  padding: 33px 50px 0;
  width: 317px;
  height: 144px;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 33px;
  background-color: #61C08C;
}

.tshd .layout .box .content ul li a .top div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.tshd .layout .box .content ul li a .bottom {
  margin-top: -32px;
  z-index: 1;
  width: 283px;
  height: 248px;
  background-color: #fff;
  padding: 42px 22px 82px 25px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
}

.tshd .layout .box .content ul li a .bottom div {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.huodong {
  width: 1200px;
  height: 777px;
  background: url('../images/huodong.png') no-repeat;
  background-size: 100% 100%;
  padding-top: 60px;
  position: relative;
  margin: 0 auto;
}

.huodong .title {
  width: 522px;
  height: 75px;
  margin: 0 auto;
  background: linear-gradient(90deg, rgba(217, 217, 217, 0) 0%, rgba(217, 217, 217, 0.19) 52%, rgba(217, 217, 217, 0) 100%);
  font-size: 40px;
  font-weight: bold;
  color: #FFD600;
  line-height: 75px;
  text-align: center;
}

.huodong .title-two {
  width: 232px;
  height: 40px;
  display: block;
  margin: 21px auto 20px;
  font-size: 14px;
  line-height: 40px;
  font-weight: 500;
  color: #FFFFFF;
  text-align: center;
  background: url('../images/Group\ 2427.png') no-repeat;
}

.huodong .title-two i {
  font-style: normal;
}

.huodong .b {
  width: 390px;
  z-index: 99;
  margin: 0 auto;
  position: relative;
}

.huodong .b:hover {
  cursor: pointer;
}

.huodong .box {
  display: block;
  transform-style: preserve-3d;
  transform: rotateX(70deg) rotateY(-20deg);
  z-index: 99;
}

.huodong .box .star {
  margin: 0 auto;
  width: 390px;
  height: 390px;
  transform-style: preserve-3d;
  /*border: 1px solid #fff;*/
  animation: starrotate 10s linear;
  animation-iteration-count: infinite;
}

.huodong .box .star .starline {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #2B9FCC;
  border-radius: 50%;
}

.huodong .box .star .starline div {
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -9px;
  box-shadow: 0 0 0.5px #fff,
    0 0 2px #fff,
    0 0 5px #fff;
}

.huodong .box .star .starline div:nth-child(1) {
  transform: translate3d(341.42135624px, 341.42135624px, 0px);
}

.huodong .box .star .starline div:nth-child(2) {
  transform: translate3d(200px, 400px, 0px);
}

.huodong .box .star .starline div:nth-child(3) {
  transform: translate3d(58.57864376px, 341.42135624px, 0px);
}

.huodong .box .star .starline div:nth-child(4) {
  transform: translate3d(0px, 200px, 0px);
}

.huodong .box .star .starline div:nth-child(5) {
  transform: translate3d(58.57864376px, 58.57864376px, 0px);
}

.huodong .box .star .starline div:nth-child(6) {
  transform: translate3d(200px, 0px, 0px);
}

.huodong .box .star .starline div:nth-child(7) {
  transform: translate3d(341.42135624px, 58.57864376px, 0px);
}

.huodong .box .star .starline div:nth-child(8) {
  transform: translate3d(400px, 200px, 0px);
}

.huodong .box .star .starline:nth-child(1) {
  transform: rotateY(10deg);
}

.huodong .box .star .starline:nth-child(2) {
  transform: rotateY(20deg);
}

.huodong .box .star .starline:nth-child(3) {
  transform: rotateY(30deg);
}

.huodong .box .star .starline:nth-child(4) {
  transform: rotateY(40deg);
}

.huodong .box .star .starline:nth-child(5) {
  transform: rotateY(50deg);
}

.huodong .box .star .starline:nth-child(6) {
  transform: rotateY(60deg);
}

.huodong .box .star .starline:nth-child(7) {
  transform: rotateY(70deg);
}

.huodong .box .star .starline:nth-child(8) {
  transform: rotateY(80deg);
}

.huodong .box .star .starline:nth-child(9) {
  transform: rotateY(90deg);
}

.huodong .box .star .starline:nth-child(10) {
  transform: rotateY(100deg);
}

.huodong .box .star .starline:nth-child(11) {
  transform: rotateY(110deg);
}

.huodong .box .star .starline:nth-child(12) {
  transform: rotateY(120deg);
}

.huodong .box .star .starline:nth-child(13) {
  transform: rotateY(130deg);
}

.huodong .box .star .starline:nth-child(14) {
  transform: rotateY(140deg);
}

.huodong .box .star .starline:nth-child(15) {
  transform: rotateY(150deg);
}

.huodong .box .star .starline:nth-child(16) {
  transform: rotateY(160deg);
}

.huodong .box .star .starline:nth-child(17) {
  transform: rotateY(170deg);
}

.huodong .box .star .starline:nth-child(18) {
  transform: rotateY(190deg);
}

.huodong .box .star .starline:nth-child(19) {
  transform: rotateX(10deg);
}

.huodong .box .star .starline:nth-child(20) {
  transform: rotateX(20deg);
}

.huodong .box .star .starline:nth-child(21) {
  transform: rotateX(30deg);
}

.huodong .box .star .starline:nth-child(22) {
  transform: rotateX(40deg);
}

.huodong .box .star .starline:nth-child(23) {
  transform: rotateX(50deg);
}

.huodong .box .star .starline:nth-child(24) {
  transform: rotateX(60deg);
}

.huodong .box .star .starline:nth-child(25) {
  transform: rotateX(70deg);
}

.huodong .box .star .starline:nth-child(26) {
  transform: rotateX(80deg);
}

.huodong .box .star .starline:nth-child(27) {
  transform: rotateX(90deg);
}

.huodong .box .star .starline:nth-child(28) {
  transform: rotateX(100deg);
}

.huodong .box .star .starline:nth-child(29) {
  transform: rotateX(110deg);
}

.huodong .box .star .starline:nth-child(30) {
  transform: rotateX(120deg);
}

.huodong .box .star .starline:nth-child(31) {
  transform: rotateX(130deg);
}

.huodong .box .star .starline:nth-child(32) {
  transform: rotateX(140deg);
}

.huodong .box .star .starline:nth-child(33) {
  transform: rotateX(150deg);
}

.huodong .box .star .starline:nth-child(34) {
  transform: rotateX(160deg);
}

.huodong .box .star .starline:nth-child(35) {
  transform: rotateX(170deg);
}

.huodong .box .star .starline:nth-child(36) {
  transform: rotateX(190deg);
}

@keyframes starrotate {
  from {
    transform: rotateZ(0deg);
  }

  to {
    transform: rotateZ(360deg);
  }
}

.huodong .bottom {
  width: 320px;
  height: 61px;
  margin: 20px auto 0;
  background: url("../images/bottom.png") no-repeat;
  font-size: 18px;
  font-weight: 500;
  color: #1534E4;
  line-height: 74px;
  text-align: center;
  z-index: 99;
  position: relative;
}

.huodong .bottom:hover {
  cursor: pointer;
}

.huodong .left,
.huodong .right {
  height: 100%;
  position: absolute;
  top: 0;
}

.huodong .left ul,
.huodong .right ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.huodong .left ul li,
.huodong .right ul li {
  /* width: calc(160px); */
  position: relative;
}

.huodong .left ul li p,
.huodong .right ul li p {
  width: 204px;
  font-size: 12px;
  font-weight: 500;
  color: #FFFFFF;
  position: absolute;
  top: 24px;
  left: -90px;
  text-align: center;
  transition: all .2s;
}

.huodong .left ul li img,
.huodong .right ul li img {
  width: 20px;
  height: 20px;
}

.huodong .left ul li:nth-child(1),
.huodong .right ul li:nth-child(1) {
  /* margin-right: 150px; */
}

.huodong .left ul li:nth-child(2),
.huodong .right ul li:nth-child(2) {
  /* margin-right: 150px; */
}

.huodong .left ul li:nth-child(2n+3),
.huodong .right ul li:nth-child(2n+3) {
  /* margin-right: 150px; */
}

.huodong .left ul li:nth-child(1n+3),
.huodong .right ul li:nth-child(1n+3) {
  /* margin-right: 150px; */
}

.huodong .left ul li:nth-child(3n),
.huodong .right ul li:nth-child(3n) {
  /* margin-right: 150px; */
}

.huodong .left ul li:nth-child(1),
.huodong .right ul li:nth-child(1) {
  top: 25px;
  left: -81px;
}

.huodong .left ul li:nth-child(2),
.huodong .right ul li:nth-child(2) {
  top: 105px;
}

.huodong .left ul li:nth-child(3),
.huodong .right ul li:nth-child(3) {
  top: 153px;
  left: 90px;
}

.huodong .left ul li:nth-child(4),
.huodong .right ul li:nth-child(4) {
  top: 205px;
  left: -136px;
}

.huodong .left ul li:nth-child(5),
.huodong .right ul li:nth-child(5) {
  top: 251px;
  left: 3px;
}

.huodong .left ul li:nth-child(6),
.huodong .right ul li:nth-child(6) {
  top: 318px;
  left: -64px;
}

.huodong .left ul li:nth-child(7),
.huodong .right ul li:nth-child(7) {
  top: 185px;
  left: 667px;
}

.huodong .left ul li:nth-child(8),
.huodong .right ul li:nth-child(8) {
  top: 396px;
  left: -179px;
}

.huodong .left ul li:nth-child(9),
.huodong .right ul li:nth-child(9) {
  top: 522px;
  left: -72px;
}

.huodong .left ul li:nth-child(10),
.huodong .right ul li:nth-child(10) {
  top: 454px;
  left: -130px;
}

.huodong .left ul li:nth-child(11),
.huodong .right ul li:nth-child(11) {
  top: 500px;
  left: 400px;
}

.huodong .left ul li:nth-child(12),
.huodong .right ul li:nth-child(12) {
  top: -45px;
  left: -187px;
}

.huodong .left ul li:nth-child(13),
.huodong .right ul li:nth-child(13) {
  top: 501px;
  left: -309px;
}

.huodong .left ul li:nth-child(14),
.huodong .right ul li:nth-child(14) {
  top: 605px;
  left: -210px;
}

.huodong .left ul li:nth-child(15),
.huodong .right ul li:nth-child(15) {
  top: 282px;
  left: -388px;
}

.huodong .left ul li:nth-child(16),
.huodong .right ul li:nth-child(16) {
  top: 556px;
  left: 402px;
}

.huodong .left ul li:nth-child(17),
.huodong .right ul li:nth-child(17) {
  top: 415px;
  left: 400px;
}

.huodong .left ul li:nth-child(18),
.huodong .right ul li:nth-child(18) {
  top: 564px;
  left: -425px;
}

.huodong .left ul li:nth-child(19),
.huodong .right ul li:nth-child(19) {
  top: 615px;
  left: 276px;
}

.huodong .left ul li:nth-child(20),
.huodong .right ul li:nth-child(20) {
  top: 475px;
  left: 471px;
}

.huodong .left ul li:nth-child(21),
.huodong .right ul li:nth-child(21) {
  top: 335px;
  left: 272px;
}

.huodong .left ul li:nth-child(22),
.huodong .right ul li:nth-child(22) {
  top: 362px;
  left: 443px;
}

.huodong .left ul li:nth-child(23),
.huodong .right ul li:nth-child(23) {
  top: 76px;
  left: 231px;
}

.huodong .left ul li:nth-child(24),
.huodong .right ul li:nth-child(24) {
  top: 239px;
  left: 205px;
}

.huodong .left ul li:nth-child(25),
.huodong .right ul li:nth-child(25) {
  top: 153px;
  left: 152px;
}

.huodong .left ul li:nth-child(26),
.huodong .right ul li:nth-child(26) {
  top: 273px;
  left: 345px;
}

.huodong .left ul li:nth-child(27),
.huodong .right ul li:nth-child(27) {
  top: 108px;
  left: 313px;
}

.huodong .left ul li:nth-child(28),
.huodong .right ul li:nth-child(28) {
  top: 30px;
  left: 281px;
}

.huodong .left ul li:nth-child(29),
.huodong .right ul li:nth-child(29) {
  top: -10px;
  left: 123px;
}

.huodong .left ul li:nth-child(30),
.huodong .right ul li:nth-child(30) {
  top: 604px;
  left: 283px;
}

.huodong .right {
  right: 0;
  padding: 60px 220px 60px 0px;
}

.huodong .left {
  left: 0;
  padding: 60px 220px 60px 220px;
}

.layui-layer-page {
  border-radius: 20px 20px 20px 20px !important;
}

.layui-layer-page .layui-layer-title {
  height: 84px;
  font-size: 24px;
  font-family: PingFang SC-Medium, PingFang SC;
  font-weight: 500;
  color: #1534E4;
  line-height: 28px;
  text-shadow: 0px 2px 2px rgba(21, 52, 228, 0.1);
  border: 0;
  padding: 30px 136px;
  overflow: visible;
}

.layui-layer-page .layui-layer-content {
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none !important;
}

.layui-layer-page .layui-layer-content::-webkit-scrollbar {
  width: 0 !important;
}

.layui-layer-page .box {
  width: 320px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #F6F6F6;
  border-radius: 10px 10px 10px 10px;
  padding: 0 20px;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
}

.layui-layer-page .box input {
  width: 10px;
  height: 10px;
  display: inline-block;
}

.layui-layer-page input,
.layui-layer-page select {
  display: block;
  width: 320px;
  height: 58px;
  background: #F6F6F6;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
  margin: 0 auto;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  color: #999999;
  margin-bottom: 20px;
  padding-left: 20px;
}

.layui-layer-page input {
  width: 320px;
  height: 58px;
  background: #F6F6F6;
  border-radius: 10px 10px 10px 10px;
  opacity: 1;
}

.layui-layer-page .tishi {
  font-size: 12px;
  font-weight: 500;
  color: #FF3737;
  display: block;
  margin-left: 51px;
  display: none;
}

.layui-layer-page .layui-layer-btn a {
  width: 320px;
  height: 36px;
  background: #1F40FF;
  border-radius: 8px 8px 8px 8px;
  opacity: 1;
  margin: 0px auto 0px auto;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  border: 0;
  display: block;
  text-align: center;
}

.layui-layer-page .layui-layer-btn a:hover {
  color: #fff !important;
}

.qingtishi {
  position: fixed;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 421px;
  height: 57px;
  background: #FFFFFF;
  border-radius: 6px 6px 6px 6px;
  justify-content: space-evenly;
  align-items: center;
  z-index: 9999;
}

.qingtishi img {
  width: 18px;
  height: 18px;
}

.qingtishi span {
  font-size: 14px;
  font-weight: 500;
}

.r {
  display: none;
}

.r span {
  color: #1F40FF;
}

.n {
  display: none;
}

.n span {
  color: #FAAD14;
}

.layui-laydate-header,
.layui-laydate-content,
.layui-laydate-footer {
  width: 278px;
}

.ztpx {
  margin-top: 80px;
  margin-bottom: 88px;
}

.ztpx .title {
  margin-bottom: 47px;
}

.ztpx ul li {
  float: left;
  margin-right: 16px;
}

.ztpx ul li:last-child {
  margin-right: 0;
}

.ztpx ul li:hover a img {
  transform: scale(1.2);
}

.ztpx ul li a {
  position: relative;
  width: 288px;
  height: 197px;
  border-radius: 16px;
  overflow: hidden;
}

.ztpx ul li a img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.ztpx ul li a .mark {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 0;
  background-color: rgba(129, 129, 129, 0.5);
  font-size: 21px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}

.list {
  padding-top: 100px;
  padding-bottom: 93px;
  background-color: #FBF1F1;
}

.list .layout .all {
  float: left;
  width: 585px;
  position: relative;
}

.list .layout .all:first-child {
  margin-right: 30px;
}

.list .layout .all .title {
  margin: 0;
  margin-bottom: 19px;
}

.list .layout .all ul {
  width: 585px;
  height: 176px;
  background: #FFFFFF;
  padding: 22px 37px 38px 36px;
}

.list .layout .all ul li {
  margin-bottom: 10px;
}

.list .layout .all ul li:last-child {
  margin-bottom: 0;
}

.list .layout .all ul li:hover a .left .t,
.list .layout .all ul li:hover a .right {
  color: #AD131F;
}

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

.list .layout .all ul li a .left {
  display: flex;
  align-items: center;
}

.list .layout .all ul li a .left i {
  display: block;
  width: 4px;
  height: 4px;
  background: #AD131F;
  margin-right: 13px;
}

.list .layout .all ul li a .left .t {
  width: 420px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.list .layout .all ul li a .right {
  font-size: 14px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #B5B5B5;
}

.elevator-nav {
  position: fixed;
  top: 653px;
  right: 50%;
  margin-right: -700px;
}

.elevator-nav li {
  width: 64px;
  height: 64px;
  background-color: #C40101;
  border-radius: 11px;
  margin-top: 8px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.elevator-nav li a,
.elevator-nav li span {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 22px;
}

.elevator-nav li a:hover,
.elevator-nav li span:hover {
  color: #ffffff !important;
}

.elevator-nav .hoverwx {
  position: absolute;
  top: -68px;
  left: -100px;
  display: none;
}

.elevator-nav .hoverwx span {
  background: url(../images/wechat.jpg);
  background-size: cover;
  width: 155px;
  height: 155px;
  display: block;
  position: absolute;
  top: -20px;
  left: -74px;
  z-index: 99999;
  box-shadow: 0 0px 5px 5px rgba(129, 129, 129, 0.5);
}

.elevator-nav .text:hover .hoverwx {
  display: block;
}

@media screen and (max-width: 1390px) {
  .elevator-nav {
    margin-right: -48%;
  }
}

.tjzt {
  margin: 53px 0 59px;
}

.tjzt .layout .title {
  margin-bottom: 34px;
}

.tjzt .layout ul li {
  float: left;
  margin-right: 16px;
}

.tjzt .layout ul li:last-child {
  margin-right: 0;
}

.tjzt .layout ul li:hover a img {
  transform: scale(1.2);
}

.tjzt .layout ul li a {
  width: 388px;
  height: 198px;
  overflow: hidden;
}

.tjzt .layout ul li a img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}

.zxdt .layout {
  position: relative;
}

.zxdt .layout .title {
  margin-bottom: 46px;
}

.zxdt .layout ul {
  padding: 49px 45px 51px 42px;
  background-color: #F5FAFF;
}

.zxdt .layout ul li {
  display: flex;
  padding: 31px 27px 36px 34px;
  float: left;
  margin-right: 8px;
  margin-top: 7px;
}

.zxdt .layout ul li:nth-child(3n) {
  margin-right: 0;
}

.zxdt .layout ul li:nth-child(1),
.zxdt .layout ul li:nth-child(2),
.zxdt .layout ul li:nth-child(3) {
  margin-top: 0;
}

.zxdt .layout ul li:nth-child(1) {
  background-color: #ECDDE1;
}

.zxdt .layout ul li:nth-child(2) {
  background-color: #F1EDE3;
}

.zxdt .layout ul li:nth-child(3) {
  background-color: #DEE8D3;
}

.zxdt .layout ul li:nth-child(4) {
  background-color: #D2E8EC;
}

.zxdt .layout ul li:nth-child(5) {
  background-color: #BBD4EA;
}

.zxdt .layout ul li:nth-child(6) {
  background-color: #D2C6E2;
}

.zxdt .layout ul li .left {
  margin-right: 38px;
  margin-top: -10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.zxdt .layout ul li .left .top {
  font-size: 45px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.zxdt .layout ul li .left .xian {
  width: 61px;
  height: 1px;
  margin-bottom: 5px;
  background-color: #A00000;
}

.zxdt .layout ul li .left .bottom {
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
}

.zxdt .layout ul li .right .top {
  width: 203px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #666666;
  margin-bottom: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.zxdt .layout ul li .right .bottom {
  width: 203px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 23px;
}

.zxdt .layout ul li .right .bottom a {
  display: inline-block;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 23px;
}


.cover {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 999;
}

.showdiv .popup_decorate_wrap {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.showdiv .popup_itme {
  width: 594px;
  /* height: 361px; */
  background: #FFFFFF;
  box-shadow: 2px 2px 8px 2px rgba(192, 192, 192, 0.5);
  border-radius: 13px;
  padding: 17px 55px 54px;
}

.showdiv .popup_itme .closediv {
  text-align: right;
  position: absolute;
  right: -31px;
  top: -28px;
}

.showdiv .popup_itme .closediv .closediv-btn {
  width: 34px;
  height: 34px;
  cursor: pointer;
  display: inline-block;
}

.showdiv .popup_itme .closediv .closediv-btn img {
  width: 100%;
  height: 100%;
  display: inline-block;
}

.showdiv .popup_itme .popup_itme_title {
  text-align: left;
  /* margin-top: 49px; */
}

.showdiv .popup_itme .popup_itme_title p {
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}

.showdiv .popup_itme .popup_itme_btn {
  text-align: center;
  margin-top: 46px;
  margin-bottom: 37px;
}

.showdiv .popup_itme .popup_itme_btn .btn_return1,
.showdiv .popup_itme .popup_itme_btn .btn_return2 {
  width: 215px;
  height: 64px;
  display: inline-block;
  /* width: 120px; */
  /* background: #FFFFFF; */
  border-radius: 32px;
  /* border: 1px solid #CB272C; */
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  /* color: #C02832; */
  border: 0;
  /* line-height: 40px; */
  /* padding: 0 42px; */
  /* padding: 18px 49px; */
  text-align: center;
  line-height: 64px;
  color: #fff;
}

.showdiv .popup_itme .popup_itme_btn .btn_return3 {
  width: 215px;
  height: 64px;
  display: inline-block;
  /* width: 120px; */
  background: #FF9F00;
  border-radius: 32px;
  /* border: 1px solid #CB272C; */
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  border: 0;
  /* line-height: 40px; */
  /* padding: 0 42px; */
  /* padding: 18px 49px; */
  text-align: center;
  line-height: 64px;
  color: #fff;
  margin-left: 47px;
}

.showdiv .popup_itme .xian {
  height: 3px;
  margin-bottom: 34px;
}