@charset "utf-8";

.layout {
  width: 1200px;
  margin: 0 auto;
}

body {
  background-color: #ffffff;
}

body a:hover {
  color: #771f89 !important;
}

.content {
  margin-top: 20px;
  margin-bottom: 30px;
}

.container-white {
  overflow: hidden;
}

.itme-words {
  background-color: #ffffff;
  padding: 30px 35px 56px 35px;
}

.fill .head .head-title {
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #771f89;
  position: relative;
  font-family: PingFangSC-Medium, PingFang SC;
}

.fill .head .head-title .left_icon {
  width: 20px;
  height: 20px;
  background: #771f89;
  opacity: 0.16;
  position: absolute;
  left: -6px;
  border-radius: 50%;
}

.fill .head .head-title .right_icon {
  width: 10px;
  height: 10px;
  background: #771f89;
  opacity: 0.15;
  position: absolute;
  right: -16px;
  border-radius: 50%;
  bottom: 7px;
}

/* .fill .head .head-title .left_icon_c1 {
  width: 20px;
  height: 20px;
  background: #771f89;
  opacity: 0.16;
  position: absolute;
  left: 450px;
  border-radius: 50%;
}

.fill .head .head-title .right_icon_c1 {
  width: 10px;
  height: 10px;
  background: #771f89;
  opacity: 0.15;
  position: absolute;
  right: 442px;
  border-radius: 50%;
  bottom: 4px;
}

.fill .head .head-title .left_icon_c2 {
  width: 20px;
  height: 20px;
  background: #771f89;
  opacity: 0.16;
  position: absolute;
  left: 436px;
  border-radius: 50%;
}

.fill .head .head-title .right_icon_c2 {
  width: 10px;
  height: 10px;
  background: #771f89;
  opacity: 0.15;
  position: absolute;
  right: 428px;
  border-radius: 50%;
  bottom: 3px;
}

.fill .head .head-title .left_icon_c3 {
  width: 20px;
  height: 20px;
  background: #771f89;
  opacity: 0.16;
  position: absolute;
  left: 530px;
  border-radius: 50%;
}

.fill .head .head-title .right_icon_c3 {
  width: 10px;
  height: 10px;
  background: #771f89;
  opacity: 0.15;
  position: absolute;
  right: 523px;
  border-radius: 50%;
  bottom: 3px;
}

.fill .head .head-title .left_icon_c4 {
  width: 20px;
  height: 20px;
  background: #771f89;
  opacity: 0.16;
  position: absolute;
  left: 513px;
  border-radius: 50%;
}

.fill .head .head-title .right_icon_c4 {
  width: 10px;
  height: 10px;
  background: #771f89;
  opacity: 0.15;
  position: absolute;
  right: 507px;
  border-radius: 50%;
  bottom: 3px;
}

.fill .head .head-title .left_icon_c5 {
  width: 20px;
  height: 20px;
  background: #771f89;
  opacity: 0.16;
  position: absolute;
  left: 466px;
  border-radius: 50%;
}

.fill .head .head-title .right_icon_c5 {
  width: 10px;
  height: 10px;
  background: #771f89;
  opacity: 0.15;
  position: absolute;
  right: 462px;
  border-radius: 50%;
  bottom: 3px;
} */

.fill_dynamicitme .head {
  position: relative;
}

.head-title .left_icon {
  width: 20px;
  height: 20px;
  background: #771f89;
  opacity: 0.16;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 11px;
}

.fill_dynamicitme .head-title .right_icon {
  width: 10px;
  height: 10px;
  background: #771f89;
  opacity: 0.15;
  border-radius: 50%;
  position: absolute;
  bottom: 13px;
  left: 140px;
}

.fill .head a {
  margin-top: 20px;
  margin-bottom: 16px;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  position: relative;
  padding: 3px 16px;
}

.fill .head a:after,
.fill .head a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #FFFFF9;
  z-index: -2;
  border-radius: 11px;
}

.fill .head a:hover {
  z-index: 1;
  background: transparent;
}

.fill .head a:before {
  transition: 1s ease all;
  background: #FFFFF9;
  z-index: -1;
}

.fill .head a:after {
  transition: 1s ease all;
  background: #FFFFF9;
  z-index: -2;
}

.fill .head a:hover:after,
.fill .head a:hover:before {
  width: 100%;
}

.fill h5 {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.fill_dynamicitme .head {
  padding-bottom: 6px;
  border-bottom: 1px solid #771f89;
}

.fill_dynamicitme .head .head-title {
  float: left;
  font-size: 28px;
  font-weight: bold;
  color: #771f89;
  line-height: 40px;
  padding-left: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
}

.fill_dynamicitme .head .head-title i {
  display: inline-block;
  font-style: bold;
  font-size: 14px;
  color: #771f89;
  margin-right: 6px;
  vertical-align: 12px;
}

.fill_dynamicitme .head a {
  margin-top: 15px;
  float: right;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 20px;
  position: relative;
  padding: 3px 16px;
}

.fill_dynamicitme .head a:after,
.fill_dynamicitme .head a:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #FFFFF9;
  z-index: -2;
  border-radius: 11px;
}

.fill_dynamicitme .head a:hover {
  z-index: 1;
  background: transparent;
}

.fill_dynamicitme .head a:before {
  transition: 1s ease all;
  background: #FFFFF9;
  z-index: -1;
}

.fill_dynamicitme .head a:after {
  transition: 1s ease all;
  background: #FFFFF9;
  z-index: -2;
}

.fill_dynamicitme .head a:hover:after,
.fill_dynamicitme .head a:hover:before {
  width: 100%;
}

.text-list {
  width: 100%;
  border-top: none;
  overflow: hidden;
}

.text-list ul {
  padding-top: 16px;
}

.text-list ul li {
  line-height: 20px;
  overflow: hidden;
  margin-top: 14px;
}

.text-list ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  width: 80%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}

.text-list ul li a i {
  display: inline-block;
  font-style: normal;
  line-height: 20px;
  margin: 0 8px;
  width: 4px;
  height: 4px;
  background: #771f89;
  vertical-align: 4px;
}

.text-list ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  float: right;
}

.trainingServices ul {
  width: 1220px;
}

.trainingServices {
  margin-top: 64px;
}

.trainingServices ul li {
  float: left;
  width: 391px;
  height: 303px;
  margin-right: 18px;
  /* 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);
}

/* .trainingServices ul li:hover {
  transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
} */

.changebtn-itme {
  overflow: hidden;
  margin-bottom: 6px;
}

.changebtn-itme .changebtn {
  float: right;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  color: #858584;
  line-height: 26px;
  border-radius: 11px;
  padding: 0 16px;
  position: relative;
  cursor: pointer;
  user-select: none;
}

.changebtn-itme .changebtn:after,
.changebtn-itme .changebtn:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #F0FBF6;
  z-index: -2;
  border-radius: 11px;
}

.changebtn-itme .changebtn:hover {
  z-index: 1;
  background: transparent;
  color: #771f89;
}

.changebtn-itme .changebtn:before {
  transition: 1s ease all;
  background: #F0FBF6;
  z-index: -1;
}

.changebtn-itme .changebtn:after {
  transition: 1s ease all;
  background: #F0FBF6;
  z-index: -2;
}

.changebtn-itme .changebtn:hover:after,
.changebtn-itme .changebtn:hover:before {
  width: 100%;
}

.expertTeam {
  padding-top: 16px;
  padding-bottom: 52px;
}

.expertTeam ul {
  height: 390px;
  padding-left: 25px;
  padding-top: 19px;
  width: 1245px;
  overflow: hidden;
}

.expertTeam ul li {
  float: left;
  width: 550px;
  height: 160px;
  margin-right: 60px;
  background-color: #FCFCFC;
  margin-bottom: 48px;
  position: relative;
  padding-right: 38px;
  background: #FCFCFC;
  border-radius: 8px;
  border: 1px solid #DEDEDE;
}

.expertTeam ul li .expertTeam-top .top-img {
  position: absolute;
  top: -18px;
  left: -21px;
  float: left;
  width: 70px;
  height: 70px;
}

.expertTeam ul li .expertTeam-top .top-img img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.expertTeam ul li .expertTeam-top .expertTeam-name {
  width: 436px;
  margin-left: 57px;
  margin-top: 13px;
  padding-bottom: 5px;
  border-bottom: 1px solid #CFCFCF;
  float: left;
  font-size: 14px;
  font-weight: 600;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.expertTeam ul li .expertTeam-top .expertTeam-name span {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #666666;
  line-height: 18px;
  margin-left: 10px;
}

.expertTeam ul li .expertTeam-details {
  margin-top: 10px;
  margin-left: 57px;
  text-indent: 2em;
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  line-height: 24px;
  height: 96px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.slideBox {
  position: relative;
  overflow: hidden;
  margin-top: 64px;
  margin-left: 20px;
}

.slideBox .slideBox-itme {
  margin-left: 60px;
}

.slideBox .slideBox-itme ul li {
  float: left;
  width: 330px;
  margin-right: 32px;
}

.slideBox .slideBox-itme ul li:hover a {
  color: #771f89;
}

.slideBox .slideBox-itme ul li img {
  width: 330px;
  height: 170px;
  display: block;
  border: none;
}

.slideBox .sPrev {
  position: absolute;
  left: -5px;
  top: 0;
}

.slideBox .sPrev i {
  font-style: normal;
  display: block;
  margin: 64px 0px;
  font-size: 40px;
  color: #999999;
}

.slideBox .sNext {
  position: absolute;
  right: -20px;
  top: 0;
}

.slideBox .sNext i {
  display: block;
  font-style: normal;
  margin: 64px 20px;
  font-size: 40px;
  color: #999999;
}

.live-panel {
  width: 1260px;
}

.live-panel .live-panelfl,
.live-panel .live-panelrg {
  float: left;
  width: 570px;
  padding: 30px 20px 27px 35px;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(190, 190, 190, 0.5);
  border-radius: 8px;
  margin-right: 56px;
}

.live-panel .live-panelfl .live-image,
.live-panel .live-panelrg .live-image {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.live-panel .live-panelfl .live-image img,
.live-panel .live-panelrg .live-image img {
  border-radius: 50%;
  width: 100%;
  height: 100%;
}

.live-panel .live-panelfl .live-page,
.live-panel .live-panelrg .live-page {
  width: 391px;
  float: left;
}

.live-panel .live-panelfl .live-page .live-time,
.live-panel .live-panelrg .live-page .live-time {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
}

.live-panel .live-panelfl .live-page .live-time span,
.live-panel .live-panelrg .live-page .live-time span {
  display: inline-block;
  width: 52px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  line-height: 18px;
  border-radius: 4px;
  margin-right: 10px;
}

.live-panel .live-panelfl .live-page .live-time .live-stateing,
.live-panel .live-panelrg .live-page .live-time .live-stateing {
  background-color: #771f89;
}

.live-panel .live-panelfl .live-page .live-time .live-stateing i,
.live-panel .live-panelrg .live-page .live-time .live-stateing i {
  font-style: normal;
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #ffffff;
  margin: 0 4px 2px 0;
}

.live-panel .live-panelfl .live-page .live-time .live-stateNotice,
.live-panel .live-panelrg .live-page .live-time .live-stateNotice {
  background-color: #74A8F3;
}

.live-panel .live-panelfl .live-page .live-time .live-statebake,
.live-panel .live-panelrg .live-page .live-time .live-statebake {
  background-color: #BEBEBE;
}

.live-panel .live-panelfl .live-title,
.live-panel .live-panelrg .live-title {
  margin-top: 5px;
}

.live-panel .live-panelfl .live-title a,
.live-panel .live-panelrg .live-title a {
  height: 22px;
  font-size: 17px;
  font-weight: 400;
  color: #666666;
  line-height: 22px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.live-panel .live-panelfl .live-name,
.live-panel .live-panelrg .live-name {
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  font-weight: bold;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.live-panel .live-panelfl .live-post,
.live-panel .live-panelrg .live-post {
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}


.container {
  overflow: hidden;
  min-width: 1200px;
}

.container-tpxw {
  height: 611px;
  background: url(../images/back_tpxw.png) no-repeat;
  background-position: top center;
  background-size: 100% 611px;
}

.container-tpxw #chart_moduler {
  padding-top: 80px;
}

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

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

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

.trainingTopics ul {
  width: 1200px;
}

.trainingTopics ul li {
  width: auto;
  float: left;
  margin-right: 54px;
  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:nth-last-child(1){
  margin-right: 0;
}

.trainingTopics ul li a {
  display: block;
}

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

.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: #771f89;
} */

.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-them {
  padding: 62px 0;
  background-color: #F1F7FF;
}

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

.dynamic-itme {
  padding: 2px;
  width: 1245px;
  overflow: hidden;
}

.dynamic-itme .dynamicitme-list {
  float: left;
  margin-right: 64px;
  width: 348px;
}

.dynamic-itme .dynamicitme-list .text-list ul {
  padding-top: 5px;
}

.courseItme {
  margin-top: 30px;
}

.courseItme ul {
  width: 1220px;
}

.courseItme ul li {
  width: 289px;
  float: left;
  margin-top: 20px;
  margin-right: 16px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  border-radius: 8px;
}

.courseItme ul li a {
  display: block;
}

.courseItme ul li .courseItme-box {
  position: relative;
}

.courseItme ul li .courseItme-box .box-text {
  width: 104px;
  height: 22px;
  background: linear-gradient(90deg, #999999 0%, rgba(255, 255, 255, 0.08) 100%);
  position: absolute;
  top: 106px;
  left: 17px;
  padding-left: 10px;
}

.courseItme ul li .courseItme-box .box-text span {
  font-size: 16px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 23px;
  display: block;
}

.courseItme ul li .courseItme-box .box-top {
  width: 289px;
  height: 152px;
}

.courseItme ul li .courseItme-box .box-top img {
  width: 100%;
  height: auto;
}

.courseItme ul li .courseItme-box .box-text .name {
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 20px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

.courseItme ul li .courseItme-box .box-text .introduce {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

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

.container-system {
  width: 1127px;
  margin: 0 auto;
  padding: 80px 0;
}

.system-box {
  width: 1127px;
  margin: 0 auto;
  position: relative;
  height: 210px;
  margin-top: 100px;
}

.system-box .box-lsit .box-text .title {
  font-size: 22px;
  font-weight: 500;
  color: #E9AE2C;
  line-height: 30px;
}

.system-box .box-lsit .box-text .text-list {
  margin-top: 16px;
}

.system-box .box-lsit .box-text .text-list p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 27px;
}

.system-box .system_one {
  position: absolute;
  top: 10px;
  left: 0;
}

.system-box .system_one .box-text {
  position: relative;
  left: 74px;
  top: -27px;
}

.system-box .system_two {
  position: absolute;
  top: 17px;
  right: 42px;
}

.system-box .system_two .box-text {
  position: relative;
  top: -34px;
  left: 55px;
}

.system-box .system_two .box-text .title {
  color: #49C57D;
}

.system-box .system_three {
  position: absolute;
  top: -2px;
  right: 91px;
}

.system-box .system_three .box-text {
  position: relative;
  left: 40px;
  top: -17px;
}

.system-box .system_three .box-text .title {
  color: #1E93CD;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.container-whites {
  padding-top: 68px;
}

.representative {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}

#carousel {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

#carousel .swiper {
  padding-top: 36px;
  padding-bottom: 12px;
}

#carousel .swiper-slide {
  width: 300px;
  height: 380px;
  background: #ADDEC8;
}

#carousel .swiper-slide img {
  display: block;
  width: 100%;
  height: 300px;
}

#carousel .swiper-slide p {
  line-height: 80px;
  padding-top: 0;
  text-align: center;
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: #007D35;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: break-all;
}

#carousel .swiper-pagination {
  width: 100%;
  bottom: 20px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
  background-color: #e8f5ff;
  width: 20px;
  height: 10px;
  opacity: 1;
  border-radius: 5px;
}

#carousel .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background-color: #3eb2f3;
  width: 35px;
}

#carousel .swiper-button-prev {
  left: -30px;
  width: 45px;
  height: 45px;
  background: url(images/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

#carousel .swiper-button-prev:hover {
  background-position: 0 -46px;
  background-size: 100%;
}

#carousel .swiper-button-next {
  right: -30px;
  width: 45px;
  height: 45px;
  background: url(images/wm_button_icon.png) no-repeat;
  background-position: 0 -93px;
  background-size: 100%;
}

#carousel .swiper-button-next:hover {
  background-position: 0 -139px;
  background-size: 100%;
}

#carousel .swiper-button-prev::after,
#carousel .swiper-button-next::after {
  content: '';
}

.headernav {
  max-width: 1920px;
  margin: 0 auto;
  min-width: 1200px;
  background: #FFFFFF;

  margin-top: 64px;
}

.headernav ul {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  /* box-shadow: 0px 0px 6px 2px rgba(211, 211, 211, 0.5); */
}

.headernav ul li {
  float: left;
  width: 290px;
  height: 164px;
  margin-right: 14px;
  /* width: 295px;
  height: 214px; */
}

.headernav ul li a {
  width: 100%;
  height: 100%;
  /* height: 100%;
  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 img{
  width: 100%;
  height: 100%;
}

.headernav ul li a div{
  padding: 10px 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
}

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

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

.headernav ul li a i img {
  display: block;
  font-style: normal;
  font-size: 40px;
  width: 59px;
  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, .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, .29);
}

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

.headernav ul li .nav_Two i {
  color: #1C91CB;
  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(26,72,195, 0.5);
  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: #1C91CB !important;
  z-index: 2;
  background: #F7FDFF;
}

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

.container-top {
  margin-top: 60px;
}

.container-xxpt {
  margin-bottom: 64px;
}

.container-xxpt .head {
  margin-bottom: 64px;
}

#swiper2 .swiper-slide {
  width: 286px;
  height: 70px;
}

#swiper2 img {
  width: 286px;
  height: 70px;
}

.container-gjxx {
  margin-top: 64px;
  margin-bottom: 64px;
}

.container-gjxx .head {
  margin-bottom: 64px;
}

#swiper3 .swiper-slide {
  width: 286px;
  height: 70px;
}

#swiper3 img {
  width: 286px;
  height: 70px;
}