@charset "utf-8";
.layout {
  width: 1200px;
  margin: 0 auto;
}
body {
  background-color: #ffffff;
}
body a:hover {
  color: #00b064 !important;
}
.content {
  margin-top: 20px;
  margin-bottom: 30px;
}
.container-white {
  margin-top: 20px;
  overflow: hidden;
}
.itme-words {
  background-color: #ffffff;
  padding: 30px 35px 56px 35px;
}
.fill .head {
  line-height: 28px;
  margin-bottom: 20px;
  overflow: hidden;
}
.fill .head .head-title {
  text-align: center;
  font-size: 28px;
  font-family: "微软雅黑", "Microsoft YaHei";
  font-weight: bold;
  color: #00b064;
  line-height: 40px;
}
.fill .head .head-title i {
  display: inline-block;
  font-style: normal;
  font-size: 14px;
  color: #00b064;
  margin-right: 6px;
  vertical-align: 12px;
}
.fill .head a {
  margin-top: 30px;
  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 #00b064;
}
.fill_dynamicitme .head .head-title {
  float: left;
  font-size: 28px;
  font-weight: bold;
  color: #00b064;
  line-height: 40px;
  font-family: "微软雅黑", "Microsoft YaHei";
}
.fill_dynamicitme .head .head-title i {
  display: inline-block;
  font-style: bold;
  font-size: 14px;
  color: #00b064;
  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: #666666;
  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;
  border-radius: 50%;
  background: #00b064;
  vertical-align: 4px;
}
.text-list ul li span {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  float: right;
}
.trainingServices ul {
  width: 1220px;
}
.trainingServices ul li {
  float: left;
  width: 285px;
  margin-right: 20px;
  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 a {
  display: block;
}
.trainingServices ul li img {
  width: 285px;
  height: 160px;
}
.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: #00B064;
}
.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: 460px;
  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: 60px;
  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: #00b064;
}
.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: #00b064;
}
.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;
}
.headlogo {
  width: 100%;
  height: 510px;
  background: url(../images/gxspecialbackimg.jpg) no-repeat;
  background-position: top center;
  min-width: 1200px;
  position: relative;
}
.container {
  overflow: hidden;
  min-width: 1200px;
}
.container-tpxw {
  height: 611px;
  background: url(../images/back_tpxw.png) no-repeat;
  background-position: top center ;
}
.container-tpxw #chart_moduler {
  padding-top: 80px;
}
.container-live {
  height: 430px;
  background: url(../images/back_live.png) no-repeat;
  background-position: top center ;
  padding: 80px 0;
}
.container-white {
  background-color: #ffffff;
  padding: 50px 0;
}
.trainingTopics {
  padding: 70px 0 70px 10px;
}
.trainingTopics ul {
  width: 1240px;
}
.trainingTopics ul li {
  width: auto;
  float: left;
  margin-right: 60px;
  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: 48px;
  color: #42C78D;
  font-weight: bold;
  height: 54px;
  width: 62px;
}
.trainingTopics ul li .trainingTopics-box .box-title {
  text-align: center;
  margin-top: 18px;
  font-size: 14px;
  color: #747474;
  font-weight: bold;
  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: #42C78D;
}
.trainingTopics ul li:hover .trainingTopics-box .box-title {
  color: #42C78D;
}
.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;
}
.trainingTopics ul li:nth-child(6) .trainingTopics-box .box-icon {
  width: 50px;
}
.trainingTopics ul li:nth-child(7) .trainingTopics-box .box-icon {
  width: 53px;
}
.trainingTopics ul li:nth-child(9) .trainingTopics-box .box-icon {
  width: 71px;
}
.trainingTopics ul li:nth-child(10) .trainingTopics-box .box-icon {
  width: 66px;
}
.container-them {
  padding: 50px 0;
  background-color: #F3FCF8;
}
.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: 285px;
  float: left;
  margin-top: 20px;
  margin-right: 19px;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  box-shadow: 0px 2px 4px 0px rgba(190, 190, 190, 0.5);
  border-radius: 8px;
}
.courseItme ul li a {
  display: block;
}
.courseItme ul li .courseItme-box .box-top {
  width: 285px;
  height: 150px;
}
.courseItme ul li .courseItme-box .box-top img {
  width: 100%;
  height: auto;
}
.courseItme ul li .courseItme-box .box-text {
  padding: 12px 22px;
  background: #FFFFFF;
}
.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;
}
