/*reset*/
html {
  height: 100%;
  font-family: "PingFang SC", "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}
html * {
  outline: 0;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  background-color: #fff;
  word-break: break-word;
  height: 100%;
}
a {
  text-decoration: none;
  color: #43adff;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
a,
a:hover {
  color: #43adff;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
  width: 100%;
}
pre {
  overflow: auto;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: .1em;
}
i {
  color: #bbb;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input:focus {
  outline: none;
}
input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}
input[type="text"],
input[type="search"],
input[type="tel"],
input[type="password"] {
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: none;
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
  margin: 0;
  font-weight: normal;
}
ul,
ol,
li,
dl,
dd,
option {
  margin: 0;
  padding: 0;
}
ul,
ol {
  list-style: none outside none;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #aaa;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #aaa;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  line-height: 0;
  clear: both;
}
.k-alert {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 99999;
}
.k-alert .alert-container {
  background-color: #fff;
  text-align: justify;
  min-width: 265px;
  padding: 10px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.k-alert .alert-container .title {
  text-align: center;
  color: #000;
  border-bottom: 1px solid #d9d9d9;
  padding: 0 0 10px 0;
  font-size: 18px;
  display: none;
}
.k-alert .alert-container .content {
  text-align: center;
  color: #666;
  padding: 20px 0;
}
.k-alert .alert-container .confirm {
  background-color: #ff0915;
  width: 100%;
  border: none;
  outline: none;
  color: #fff;
  padding: .1rem 0;
  -webkit-border-radius: .1rem;
  border-radius: .1rem;
}
.g-body {
  min-width: 1200px;
  position: relative;
}
.g-body .m-inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  *zoom: 1;
}
.g-body .g-sec {
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.g-body .header {
  height: 80px;
  line-height: 80px;
  background-color: #ffffff;
  font-size: 16px;
  color: #585858;
}
.g-body .header .logo {
  background: url("/web/static/images/web_201807/index-logo.min.svg") no-repeat;
  float: left;
  text-indent: -999px;
  width: 206px;
  height: 80px;
  margin-right: 55px;
}
.g-body .header .tab-list li {
  float: left;
  margin-right: 30px;
}
.g-body .header .tab-list li a {
  color: #585858;
  padding-bottom: 8px;
}
.g-body .header .tab-list li a:hover {
  border-bottom: 2px solid #ffcd00;
}
.g-body .header .tab-list li a.tab-current {
  border-bottom: 2px solid #ffcd00;
}
.g-body .header .contact-phone {
  float: right;
}
.g-body .header .contact-phone:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 12px;
  background: url(/web/static/images/web_201807/sprite.png) no-repeat;
}
.g-body .index-banner {
  height: 600px;
  background: url("/web/static/images/web_201807/index-banner.jpg");
}
.g-body .index-banner-rouchi {
  height: 600px;
  background: url("/web/static/images/web_201807/rouchi_banner.jpg") no-repeat center top;
}
.g-body .index-banner .m-inner {
  height: 600px;
  padding: 112px 0 0 72px;
}
.g-body .index-banner .m-inner>img {
  position: absolute;
  right: 84px;
  bottom: 0;
  width: 626px;
  height: 474px;
}
.g-body .index-banner .m-inner>h3 {
  font-size: 70px;
  line-height: 78px;
  color: #ffffff;
  margin-bottom: 20px;
}
.g-body .index-banner .m-inner>p {
  font-size: 34px;
  color: #fff;
  margin-bottom: 30px;
}
.g-body .index-banner .m-inner>p:after {
  content: '';
  display: block;
  width: 18px;
  height: 4px;
  background: #fff;
  margin-top: 26px;
}
.g-body .index-banner .m-inner ul {
  width: 482px;
}
.g-body .index-banner .m-inner li {
  float: left;
  width: 141px;
  height: 28px;
  line-height: 28px;
  border-radius: 28px;
  background: #fff;
  background: -webkit-linear-gradient(90deg,
  #fff 0%,
  rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg,
  #fff 0%,
  rgba(255, 255, 255, 0) 100%);
  margin-bottom: 17px;
  margin-left: -28px;
  color: #614900;
  font-size: 17px;
}
.g-body .index-banner .m-inner li:first-child, .g-body .index-banner .m-inner li:nth-child(5) {
  margin-left: 0;
}
.g-body .index-banner .m-inner li:before {
  content: '';
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url("/web/static/images/web_201807/sprite.png") no-repeat;
  background-position: -78px -34px;
  margin: 0 6px 0 4px;
  vertical-align: -5px;
}
.index-banner .m-inner .form-wrapper {
  position: absolute;
  right: -14px;
  top: 95px;
  width: 342px;
  background: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.index-banner .form .form-intro {
  padding: 49px 0 38px 0;
  text-align: center;
}
.index-banner .form .form-intro .intro-title {
  position: relative;
  color: #ff7e00;
  font-size: 28px;
  margin-bottom: 27px;
}
.index-banner .form .form-intro .intro-title:before, .index-banner .form .form-intro .intro-title:after {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -1px;
  width: 48px;
  height: 2px;
  background: #ff7e00;
}
.index-banner .form .form-intro .intro-title:before {
  left: 52px;
}
.index-banner .form .form-intro .intro-title:after {
  right: 52px;
}
.index-banner .form .form-intro .intro-tip {
  font-size: 22px;
  line-height: 28px;
  color: #3e3e3e;
}
.index-banner .form .signup-form {
  padding: 0 36px 58px;
}
.index-banner .form .signup-form .input-con input {
  position: relative;
  padding-left: 70px;
  width: 100%;
  height: 48px;
  background-color: #eeeeee;
  -webkit-box-shadow: inset 0px 1px 3px 0px
  rgba(99, 99, 99, 0.28);
  box-shadow: inset 0px 1px 3px 0px
  rgba(99, 99, 99, 0.28);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  border: none;
}
.index-banner .form .signup-form .con-mobile {
  position: relative;
  margin-bottom: 16px;
}
.index-banner .form .signup-form .con-mobile .mobile-text {
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -11px;
  width: 57px;
  height: 22px;
  color: #303030;
  text-align: center;
  border-right: 1px solid #dcdcdc;
  z-index: 1;
}
.index-banner .form .signup-form .con-code {
  position: relative;
  margin-bottom: 28px;
}
.index-banner .form .signup-form .con-code input {
  padding-left: 15px;
}
.form .signup-form .con-code .btn-captcha {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 105px;
  height: 46px;
  border: none;
  background-color: #eeeeee;
  color: #402f00;
}
.form .signup-form .con-code .btn-captcha:after {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  content: '';
  right: 1px;
  width: 105px;
  height: 21px;
  border-left: 1px solid #dcdcdc;
}
.index-banner .form .signup-form .btn-con button{
  width: 100%;
  height: 48px;
  background-color: #ffaa1e;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 18px;
  border: none;
  color: #fff;
}
.big-title {
  font-size: 38px;
  color: #3e3e3e;
  margin-bottom: 76px;
  text-align: center;
}
.main-title {
  position: relative;
  font-weight: 900;
  margin-left: 32px;
}
.main-title:before, .main-title:after {
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  background: url("/web/static/images/web_201807/sprite.png") no-repeat;
  background-position: 0 -32px;
}
.main-title:before {
  top: 0;
  left: -13px;
}
.main-title:after {
  bottom: 0;
  right: -13px;
  background-position: 0 -48px;
}
.teacher-intro .main-title:before {
  background-position: 0 -64px;
}
.teacher-intro .main-title:after {
  background-position: 0 -80px;
}
.advantage .m-inner, .teacher-intro .m-inner, .experience .m-inner, .hot-news .m-inner, .promise .m-inner, .company-intro .m-inner {
  padding: 110px 44px 116px;
}
.advantage .m-inner, .teacher-intro .m-inner {
  font-size: 0;
}
.advantage .adv-list li {
  position: relative;
  display: inline-block;
  width: 356px;
  font-size: 22px;
  margin: 0 20px 25px 0;
}
.advantage .adv-list li>img {
  height: 230px;
}
.advantage .adv-list li .adv-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ffd200;
  background: -webkit-linear-gradient(315deg,
  #ffd200 0%,
  #ffe600 100%);
  background: linear-gradient(135deg,
  #ffd200 0%,
  #ffe600 100%);
  -webkit-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 64px 49px 0;
  color: #3b3100;
}
.advantage .adv-list li .adv-hover h3 {
  font-size: 24px;
  margin-bottom: 25px;
}
.advantage .adv-list li .adv-hover p {
  font-size: 16px;
  line-height: 28px;
}
.advantage .adv-list li:nth-child(3), .advantage .adv-list li:nth-child(6) {
  margin-right: 0;
}
.advantage .adv-list li p {
  line-height: 56px;
  text-align: center;
}
.teacher-intro {
  background: #fff0d1;
}
.teacher-intro .teacher-list li {
  display: inline-block;
  width: 544px;
  font-size: 22px;
  margin: 0 20px 28px 0;
  background: #fff;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.teacher-intro .teacher-list li:hover {
  -webkit-box-shadow: 0px 3px 5px 0px
  rgba(99, 99, 99, 0.28);
  box-shadow: 0px 3px 5px 0px
  rgba(99, 99, 99, 0.28);
}
.teacher-intro .teacher-list li:nth-child(2), .teacher-intro .teacher-list li:nth-child(4) {
  margin-right: 0;
}
.teacher-intro .teacher-content {
  position: relative;
  padding: 72px 0 26px 41px;
}
.teacher-intro .teacher-content div {
  position: absolute;
  left: -7px;
  top: 32px;
  height: 40px;
  line-height: 40px;
  background: #ffd200;
  background: -webkit-gradient(linear,
  left top, right top,
  from(#ffd200),
  to(#fff));
  background: -webkit-linear-gradient(left,
  #ffd200 0%,
  #fff 100%);
  background: linear-gradient(90deg,
  #ffd200 0%,
  #fff 100%);
  -webkit-border-radius: 0px 2px 2px 0px;
  border-radius: 0px 2px 2px 0px;
  padding-left: 48px;
}
.teacher-intro .teacher-content div:after {
  position: absolute;
  content: '';
  left: 0;
  bottom: -7px;
  width: 7px;
  height: 7px;
  background: url("/web/static/images/web_201807/index-teacher-triangle.jpg") no-repeat;
}
.teacher-intro .teacher-content p {
  line-height: 47px;
  color: #545454;
  font-size: 16px;
}
.experience {
  background: url("/web/static/images/web_201807/index-experience.jpg");
}
.experience .main-title {
  margin-right: 32px;
}
.experience .experience-list {
  margin-bottom: 74px;
}
.experience .experience-list li {
  padding: 0 30px 0 26px;
  width: 278px;
  height: 242px;
  float: left;
  border-right: 1px solid #e5e5e5;
}
.experience .experience-list li:nth-child(4) {
  border-right: 0;
}
.experience .experience-list li h3 {
  line-height: 68px;
  font-size: 56px;
  color: #ffd700;
  font-style: italic;
}
.experience .experience-list li h3 span {
  font-size: 22px;
  color: #313131;
  font-style: normal;
  margin-left: 15px;
}
.experience .experience-list li p {
  font-size: 16px;
  line-height: 28px;
  color: #686868;
}
.experience .play-btn-wrap {
  width: 234px;
  height: 54px;
  background: #fff;
  padding: 2px;
  -webkit-border-radius: 54px;
  border-radius: 54px;
  font-size: 22px;
  margin: 0 auto;
}
.experience .play-btn-wrap .play-btn {
  height: 50px;
  background: #ffd200;
  background: -webkit-gradient(linear,
  left bottom, left top,
  from(#ffd200),
  to(#ffe600));
  background: -webkit-linear-gradient(bottom,
  #ffd200 0%,
  #ffe600 100%);
  background: linear-gradient(0deg,
  #ffd200 0%,
  #ffe600 100%);
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.experience .play-btn-wrap .play-btn:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 12px;
  vertical-align: -5px;
  background: url("/web/static/images/web_201807/index-play-btn.png") no-repeat;
}
.hot-news {
  background-color: #f5f7f8;
}
.hot-news .news-list li {
  float: left;
  position: relative;
  width: 352px;
  height: 548px;
  margin-right: 28px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.hot-news .news-list li:last-child {
  margin-right: 0;
}
.hot-news .news-list li:hover:after {
  position: absolute;
  left: 0;
  bottom: -5px;
  content: '';
  width: 100%;
  height: 10px;
  background: #ffd200;
  background: -webkit-gradient(linear,
  left bottom, left top,
  from(#ffd200),
  to(#ffe600));
  background: -webkit-linear-gradient(bottom,
  #ffd200 0%,
  #ffe600 100%);
  background: linear-gradient(0deg,
  #ffd200 0%,
  #ffe600 100%);
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  -webkit-box-shadow: 0 3px 3px 0 rgba(99, 99, 99, .28);
  box-shadow: 0 3px 3px 0 rgba(99, 99, 99, .28);
}
.hot-news .news-list li .content {
  padding: 0 42px 30px;
  background: #fff;
  -webkit-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
}
.hot-news .news-list li .con-logo {
  height: 76px;
  line-height: 76px;
}
.hot-news .news-list li .con-logo img {
  width: 119px;
  height: 27px;
}
.hot-news .news-list li .con-title {
  font-size: 20px;
  color: #313131;
  line-height: 32px;
  margin-bottom: 23px;
}
.hot-news .news-list li .con-desc {
  line-height: 26px;
  color: #5f5f5f;
  margin-bottom: 6px;
}
.hot-news .news-list li .con-more {
  line-height: 30px;
  color: #ffac00;
}
.hot-news {
  background-color: #f5f7f8;
}
.promise .promise-list li {
  float: left;
  position: relative;
  width: 352px;
  margin-right: 28px;
  text-align: center;
}
.promise .promise-list li img {
  width: 156px;
  height: 156px;
  margin-bottom: 30px;
}
.promise .promise-list li h3 {
  font-size: 22px;
  color: #000000;
  line-height: 30px;
  margin-bottom: 20px;
}
.promise .promise-list li p {
  line-height: 28px;
  color: #686868;
  font-size: 16px;
  padding: 0 50px;
}
.promise .promise-list li:last-child {
  margin-right: 0;
}
.company-intro {
  height: 810px;
  background: url("/web/static/images/web_201807/index-company-bg.jpg");
}
.company-intro .big-title {
  color: #fff;
}
.company-intro .main-title {
  margin-right: 32px;
}
.company-intro .company-data, .company-intro .company-desc {
  margin-left: 26px;
  width: 394px;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px rgba(255, 255, 255, 0.75);
}
.company-intro .company-data {
  margin-bottom: 10px;
  padding: 24px 0;
}
.company-intro .company-data div {
  float: left;
  width: 196px;
  padding-left: 45px;
}
.company-intro .company-data div:nth-child(1) {
  border-right: 1px solid #fff;
}
.company-intro .company-data div h3 {
  font-size: 28px;
  line-height: 28px;
  color: #121212;
}
.company-intro .company-data div p {
  font-size: 18px;
  line-height: 28px;
  color: #3a3a3a;
}
.company-intro .company-desc {
  padding: 45px 48px 51px 45px;
  font-size: 16px;
  line-height: 28px;
  color: #3a3a3a;
}
.g-links {
  background-color: #f9f9f9;
  padding-bottom: 164px;
}
.g-links .links-list {
  padding: 70px 0;
}
.g-links .links-list li {
  float: left;
}
.g-links .links-list li:nth-child(1) {
  width: 318px;
  height: 180px;
  padding: 0 46px;
  border-right: 1px solid #e5e5e5;
  margin-right: 214px;
}
.g-links .links-list li:nth-child(1) img {
  width: 215px;
  height: 81px;;
  margin-bottom: 39px;
}
.g-links .links-list li:nth-child(1) p {
  line-height: 30px;
}
.g-links .links-list li:nth-child(1) a {
  color: #535353;
}
.g-links .links-list li:nth-child(2) {
  margin-right: 55px;
}
.g-links .links-list li:nth-child(3) {
  margin-right: 99px;
}
.g-links .links-list li:nth-child(2) p , .g-links .links-list li:nth-child(3) p {
  font-size: 20px;
  color: #1e1e1e;
  margin-bottom: 20px;
}
.g-links .links-list li:nth-child(2) img, .g-links .links-list li:nth-child(3) img {
  width: 130px;
  height: 130px;
}
.g-links .links-list li:nth-child(4) h3 {
  font-size: 20px;
  color: #1e1e1e;
  margin-bottom: 20px;
}
.g-links .links-list li:nth-child(4) p:nth-of-type(1) {
  font-size: 24px;
  color: #ffac00;
  margin-bottom: 8px;
}
.g-links .links-list li:nth-child(4) p:nth-of-type(2) {
  font-size: 12px;
  color: #5c5c5c;
  margin-bottom: 20px;
}
.g-links .links-list li:nth-child(4) div {
  width: 190px;
  height: 46px;
  line-height: 46px;
  background-color: #f9f9f9;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  border: solid 1px #ffac00;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
}
.g-links .links-list li:nth-child(4) div a {
  color: #ffac00;
}
.g-links .friend-link {
  position: relative;
  width: 100%;
  height: 12px;
  line-height: 12px;
  text-align: center;
  color: #4c4c4c;
  font-size: 12px;
  margin-bottom: 26px;
}
.g-links .friend-link:before, .g-links .friend-link:after {
  position: absolute;
  top: 6px;
  content: '';
  width: 560px;
  height: 1px;
  background: #e5e5e5
}
.g-links .friend-link:before {
  left: 0;
}
.g-links .friend-link:after {
  right: 0;
}
.g-links .other-link {
  text-align: center;
  font-size: 12px;
}
.g-links .other-link a {
  color: #848484;
  margin-right: 18px;
}
.g-footer {
  background-color: #121212;
  text-align: center;
  color: #4c4c4c;;
  padding: 24px 0;
  font-size: 11px;
  height: 92px;
}
.g-footer p {
  line-height: 22px;
}
.g-bottom {
  height: 64px;
  line-height: 64px;
  background: #4a4a4a;
  min-width: 1200px;
}
.g-bottom-fix {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999;
}
.g-bottom-fix-fit {
  position: absolute;
  bottom: 92px;
}
.g-bottom .m-inner {
  position: relative;
}
.g-bottom .signup-panda {
  position: absolute;
  left: 15px;
  top: -46px;
  width: 188px;
  height: 110px;
}
.g-bottom .bottom-title {
  float: left;
  height: 64px;
  color: #fff;
  font-size: 20px;
  margin-left: 234px;
  margin-right: 60px;
}
.g-bottom .bottom-title i {
  font-style: normal;
  color: #ffde00;
}
.g-bottom .bottom-signup {
  float: left;
  width: 604px;
  height: 64px;
  font-size: 0;
}
.g-bottom .bottom-signup .input-con {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.g-bottom .bottom-signup .input-con input {
  display: inline-block;
  padding-left: 20px;
  width: 222px;
  height: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  border: solid 1px #dcdcdc;
  border: none;
}
.g-bottom .bottom-signup .con-mobile {
  position: relative;
  margin-right: 14px;
}
.g-bottom .bottom-signup .con-mobile input {
  padding-left: 72px;
}
.g-bottom .bottom-signup .con-mobile .mobile-text {
  position: absolute;
  left: 1px;
  top: 50%;
  margin-top: -10px;
  width: 55px;
  height: 20px;
  line-height: 20px;
  color: #303030;
  text-align: center;
  border-right: 1px solid #dcdcdc;
  z-index: 1;
}
.g-bottom .bottom-signup .con-code {
  position: relative;
  width: 222px;
  margin-right: 14px;
}
.g-bottom .bottom-signup .con-code input {
  width: 222px;
}
.g-bottom .bottom-signup .con-code .btn-captcha {
  position: absolute;
  right: 1px;
  top: 50%;
  margin-top: -20px;
  width: 98px;
  height: 40px;
  line-height: 40px;
  border: none;
  -webkit-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
  padding: 0;
  background: #fff;
}
.g-bottom .bottom-signup .con-code .btn-captcha:after {
  position: absolute;
  content: '';
  top: 50%;
  margin-top: -10px;
  right: 0;
  width: 98px;
  height: 21px;
  border-left: 1px solid #dcdcdc;
}
.g-bottom .bottom-signup .btn-con {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.g-bottom .bottom-signup .btn-con button {
  width: 132px;
  height: 40px;
  line-height: 40px;
  background: #ffe600;
  background: -webkit-gradient(linear,
  left bottom, left top,
  from(#ffe600),
  to(#ffd700));
  background: -webkit-linear-gradient(bottom,
  #ffe600 0%,
  #ffd700 100%);
  background: linear-gradient(0deg,
  #ffe600 0%,
  #ffd700 100%);
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #402f00;
  padding: 0;
  border: 0;
}
/* modal */
.modal {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: 1000;
}
.modal .modal-box {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -445px;
  margin-top: -293px;
  width: 899px;
  height: 586px;
  background-color: #ffffff;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  padding-top: 160px;
  text-align: center;
}
.modal .modal-box .close-btn {
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -127px;
  width: 254px;
  height: 60px;
  line-height: 60px;
  background: #fab10a;
  background: -webkit-gradient(linear,
  left bottom, left top,
  color-stop(1%, #fab10a),
  to(#fec948));
  background: -webkit-linear-gradient(bottom,
  #fab10a 1%,
  #fec948 100%);
  background: linear-gradient(0deg,
  #fab10a 1%,
  #fec948 100%);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  text-align: center;
  font-size: 24px;
  color: #562e00;
}
.modal .modal-box .modal-logo {
  position: absolute;
  left: 50%;
  margin-left: -200px;
  top: -85px;
  width: 403px;
  height: 245px;
}
.modal .modal-box .success-title {
  line-height: 62px;
  color: #ff4141;
  font-size: 42px;
  margin-bottom: 30px;
}
.modal .modal-box .success-tip p {
  font-size: 20px;
  line-height: 35px;
  color: #474747;
}
.modal .modal-box .success-code {
  width: 426px;
  margin: auto;
}
.modal .modal-box .success-code img {
  width: 136px;
  height: 137px;
  margin-right: 22px;
  display: inline-block;
  vertical-align: middle;
}
.modal .modal-box .success-code .code-text {
  display: inline-block;
  text-align: left;
  font-size: 18px;
  line-height: 40px;
  color: #838383;
  vertical-align: middle;
  padding: 46px 0;
}
/* modal end */
.btn-disabled {
  background: #c9c9c9!important;
}
.g-aside {
  position: fixed;
  top: 161px;
  right: 7px;
  width: 90px;
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px;
  z-index: 9;
}

.g-aside .contact {
  position: relative;
  width: 100%;
  height: 66px;
  text-align: center;
  padding-top: 42px;
  font-size: 12px;
  color: #4a4a4a;
  cursor: pointer;
  background: #fff;
  border-radius: 6px;
  margin-top: 10px;
}
.g-aside .shadow {
  -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 12px 0 rgba(0,0,0,0.2);
}
.g-aside .contact:before {
  content: '';
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -12px;
  width: 23px;
  height: 23px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.g-aside .contact .popup {
  position: absolute;
  display: none;
  left: -102px;
  top: 12px;
  padding: 15px;
  background: #48db9f;
  color: #fff;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  font-size: 14px;
}
.g-aside .contact:hover .popup {
  display: block;
}
.g-aside .contact .popup:after {
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -10px;
  content: '';
  border: 10px solid transparent;
  border-left-color: #48db9f;
  width: 0;
  height: 0;
}
.g-aside li:nth-child(2) .popup {
  background: #ff8737;
  left: -147px;
}
.g-aside li:nth-child(2) .popup:after {
  border-left-color: #ff8737;
}
.g-aside li:nth-child(1) .popup {
  top: 50%;
  margin-top: -72px;
  left: -162px;
  width: 148px;
  padding: 10px 10px 0;
  background: #ea5361;
}
.g-aside li:nth-child(1) .popup img {
  margin-bottom: 10px;
}
.g-aside li:nth-child(1) .popup p {
  text-align: left;
  line-height: 24px;
  margin-bottom: 20px;
}
.g-aside li:nth-child(1) .popup:after {
  border-left-color: #e94b5a;
}
.g-aside li:nth-child(3):before {
  background-image: url(/web/static/images/web_201906/pc/contact.png);
}
.g-aside li:nth-child(2):before {
  background-image: url(/web/static/images/web_201906/pc/phone.png);
}
.g-aside li:nth-child(1):before {
  width: 27px;
  background-image: url(/web/static/images/web_201906/pc/wechat.png);
}
.g-aside .go-top {
  position: relative;
  width: 64px;
  height: 66px;
  line-height: 90px;
  -webkit-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
  background: #fff;
  text-align: center;
  cursor: pointer;
}
.g-aside .go-top:after {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #c9c9c9;
  border-right: 0;
  border-bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* video modal */
.video-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -550px;
  margin-top: -310px;
  width: 1100px;
  height: 620px;
  z-index: 2;
  background: #fff;
}
.video-modal video {
  width: 1100px;
  height: 620px;
}
/* video modal end*/
/* advantage page */
.g-body .advantage-banner {
  background: url("/web/static/images/web_201807/advantage-banner.jpg");
  height: 539px;
}
.advantage-banner .m-inner {
  position: relative;
  padding: 130px 0 0 61px;
}
.advantage-banner .m-inner img {
  position: absolute;
  top: 71px;
  right: -12px;
  width: 722px;
  height: 468px;
}
.advantage-banner .m-inner h3 {
  font-size: 80px;
  color: #ffffff;
}
.advantage-banner .m-inner li {
  position: relative;
  padding-left: 38px;
  line-height: 24px;
  color: #fff;
  font-size: 22px;
  margin-bottom: 14px;
}
.advantage-banner .m-inner li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 28px;
  height: 28px;
  background: url("/web/static/images/web_201807/sprite.png") no-repeat;
  background-position: -42px -66px;
}
.advantage-banner .m-inner li span {
  color: #ffe220;
}
.advantage-main {
  margin-bottom: 144px;
}

.advantage-main .main-list li {
  position: relative;
  padding-top: 286px;
  height: 522px;
  font-size: 0;
  overflow: hidden;
}
.advantage-main .main-list li .m-inner {
  position: absolute;
  bottom: 26px;
  left: 50%;
  margin-left: -600px;
  width: 1200px;
  height: 364px;
}
.advantage-main .main-list li .m-inner img {
  position: absolute;
  bottom: 0;
  width: 600px;
  height: 364px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  z-index: 1;
}
.advantage-main .main-list li.list-left .m-inner img {
  left: 0;
}
.advantage-main .main-list li.list-right .m-inner img {
  right: 0;
}
.advantage-main .main-list li .m-inner h3 {
  position: absolute;
  left: 670px;
  bottom: 234px;
  width: 530px;
  padding-left: 46px;
  font-size: 36px;
  color: #343434;
}
.advantage-main .main-list li.list-right .m-inner h3 {
  left: 60px;
}
.advantage-main .main-list li .m-inner h3:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -19px;
  width: 38px;
  height: 38px;
  background: url("/web/static/images/web_201807/sprite.png") no-repeat;
  background-position: -37px -26px;
}
.advantage-main .main-list li .main-aside {
  width: 50%;
  height: 236px;
}
.advantage-main .main-list li .main-aside.main-aside-left {
  display: inline-block;
  vertical-align: middle;
  margin-left: -600px;
}
.advantage-main .main-list li .main-aside.main-aside-right {
  display: inline-block;
  vertical-align: middle;
  margin-right: -600px;
}
.advantage-main .main-list li .main-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1200px;
  height: 236px;
  padding: 38px 0 0 670px;
  font-size: 18px;
  line-height: 34px;
  color: #555555;
  background: #fff1dc;
  text-align: left;
}
.advantage-main .main-list li.list-right .main-content {
  background: #f7f7f7;
  padding-right: 634px;
  padding-left: 60px;
}
.advantage-main .main-list li.list-left .main-aside.main-aside-right {
  background: #fff1dc;
}
.advantage-main .main-list li.list-right .main-aside.main-aside-left {
  background: #f7f7f7;
}
.advantage-main .main-list li .main-content:before {
  content: '';
  position: absolute;
  top: 0;
  width: 34px;
  height: 100%;
  background: #fff;
}
.advantage-main .main-list li.list-left .main-content:before {
  left: 0;
}
.advantage-main .main-list li.list-right .main-content:before {
  right: 0;
}
/* advantage page end */
/* resource page */
.g-body .resource-banner {
  background: url("/web/static/images/web_201807/resource-banner.jpg");
  height: 540px;
}
.resource-banner .m-inner li {
  font-size: 26px;
}
.resource-banner .m-inner {
  position: relative;
  padding-top: 178px;
}
.resource-banner .m-inner img {
  position: absolute;
  top: 76px;
  right: 70px;
  width: 470px;
  height: 464px;
}
.advantage-banner .m-inner h3 {
  margin-bottom: 20px;
  font-size: 70px;
}
.standard .m-inner {
  padding: 110px 44px;
}
.standard .standard-list li {
  float: left;
  width: 352px;
  margin-right: 26px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0px 1px 1px 1px rgba(99, 99, 99, .1);
  box-shadow: 0px 1px 1px 1px rgba(99, 99, 99, .1);
}
.standard .standard-list li:last-child {
  margin-right: 0;
}
.standard .standard-list li h3 {
  padding-top: 31px;
  font-size: 24px;
  color: #2f2f2f;
  text-align: center;
  margin-bottom: 20px;
}
.standard .standard-list li p {
  font-size: 16px;
  color: #555555;
  line-height: 28px;
  padding: 0 40px 36px;
  text-align: center;
}
.supervision {
  background: url("/web/static/images/web_201807/resource-supervision-bg.jpg");
  height: 680px;
}
.supervision .m-inner {
  padding: 110px 44px 144px;
}
.supervision .supervision-list li {
  float: left;
  width: 544px;
  height: 308px;
  margin-right: 20px;
  background: #fff;
  padding: 56px 52px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
.supervision .supervision-list li:last-child {
  margin-right: 0;
}
.supervision .supervision-list li div {
  overflow: hidden;
}
.supervision .supervision-list li img {
  float: left;
  width: 144px;
  height: 144px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 40px;
}
.supervision .supervision-list li h3 {
  font-size: 23px;
  color: #313131;
}
.supervision .supervision-list li p {
  font-size: 16px;
  line-height: 28px;
  color: #686868;
}
.supervision .main-title:before, .supervision .main-title:after {
  background: url("/web/static/images/web_201807/sprite.png");
}
.supervision .main-title:before {
  background-position: -20px -32px;
}
.supervision .main-title:after {
  background-position: -20px -48px;
}
.resource-teachers .m-inner {
  padding: 110px 44px 120px;
}
.resource-teachers .teacher-list li {
  position: relative;
  height: 239px;
  margin-bottom: 65px;
}
.resource-teachers .teacher-list li img {
  position: absolute;
  top: 0;
  width: 214px;
  height: 214px;
  z-index: 1;
}
.resource-teachers .teacher-list li.list-left img {
  left: 0;
}
.resource-teachers .teacher-list li.list-right img {
  right: 0;
}
.resource-teachers .teacher-list li h3 {
  position: absolute;
  top: 24px;
  font-size: 18px;
  color: #343434;
}
.resource-teachers .teacher-list li.list-left h3 {
  left: 256px;
}
.resource-teachers .teacher-list li.list-right h3 {
  right: 256px;
}
.resource-teachers .teacher-list li h3 span {
  font-size: 28px;
  color: #343434;
}
.resource-teachers .teacher-list li.list-left h3 span {
  margin-right: 20px;
}
.resource-teachers .teacher-list li.list-right h3 span {
  margin-left: 20px;
}
.resource-teachers .teacher-list li .teacher-desc {
  position: absolute;
  bottom: 0;
  width: 1090px;
  height: 172px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.resource-teachers .teacher-list li.list-left .teacher-desc {
  left: 32px;
  background-color: #f7f7f7;
}
.resource-teachers .teacher-list li.list-right .teacher-desc {
  right: 32px;
  background-color: #fff1dc;
}
.resource-teachers .teacher-list li .teacher-desc p {
  padding: 21px 54px 0 224px;
  font-size: 16px;
  line-height: 30px;
  color: #686868;
}
.resource-teachers .teacher-list li.list-right p {
  padding: 21px 224px 0 54px;
  text-align: right;
}
/* resource page end */
/* method page */
.g-body .method-banner {
  height: 700px;
}
.g-body .video-wrap {
  position: relative;
  width: 100%;
  height: 700px;
  overflow: hidden;
}
.g-body .video-wrap video {
  height: 700px;
  margin-left: -200px;
}
.g-body .video-wrap .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 13, 45, .2);
}
.g-body .video-wrap .video-img {
  height: 700px;
}
.method-banner .m-inner {
  padding: 143px 61px 0;
}
.method-banner .m-inner .banner-title {
  font-size: 66px;
  line-height: 80px;
  font-weight: 900;
  color: #fff;
}
.method-banner .m-inner .banner-title:after {
  content: '';
  display: block;
  width: 68px;
  height: 12px;
  background: #ffd200;
  background: -webkit-gradient(linear,
  left bottom, left top,
  from(#ffd200),
  to(#ffe600));
  background: -webkit-linear-gradient(bottom,
  #ffd200 0%,
  #ffe600 100%);
  background: linear-gradient(0deg,
  #ffd200 0%,
  #ffe600 100%);
  margin-top: 28px;
}
.learning-method .m-inner {
  padding: 130px 61px 0;
}
.learning-method .m-inner .method-list {
  background: url("/web/static/images/web_201807/method-learning-bg.jpg");
  margin-bottom: 80px;
}
.learning-method .method-list li {
  position: relative;
  height: 520px;
}
.learning-method .method-list li:nth-child(2), .learning-method .method-list li:nth-child(4) {
  height: 572px;
}
.learning-method .method-list li .rect {
  position: absolute;
  bottom: 0;
  width: 353px;
  height: 347px;
  background: #eeeeee;
  background: -webkit-gradient(linear,
  left bottom, left top,
  from(#eeeeee),
  to(#fafafa));
  background: -webkit-linear-gradient(bottom,
  #eeeeee 0%,
  #fafafa 100%);
  background: linear-gradient(0deg,
  #eeeeee 0%,
  #fafafa 100%);
}
.learning-method .method-list li:first-child .rect {
  left: -36px;
}
.learning-method .method-list li .rect.yellow {
  height: 343px;
  background: #ffd200;
  background: -webkit-gradient(linear,
  left bottom, left top,
  from(#ffd200),
  to(#ffe600));
  background: -webkit-linear-gradient(bottom,
  #ffd200 0%,
  #ffe600 100%);
  background: linear-gradient(0deg,
  #ffd200 0%,
  #ffe600 100%);
  bottom: 162px;
}
.learning-method .method-list li:nth-child(3) .yellow {
  left: -36px;
}
.learning-method .method-list li .text-pic {
  position: absolute;
  bottom: 50px;
  width: 526px;
  height: 389px;
  z-index: 2;
  -webkit-box-shadow: 0 2px 20px 0px rgba(99, 99, 99, .29);
  box-shadow: 0 2px 20px 0px rgba(99, 99, 99, .29);
}
.learning-method .method-list li:first-child .text-pic {
  left: 12px;
}
.learning-method .method-list li .text-side {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  padding: 174px 20px 0 66px ;
}
.learning-method .method-list li .text-side h3 {
  font-size: 30px;
  color: #343434;
  margin-bottom: 35px;
}
.learning-method .method-list li .text-side h3:after {
  content: '';
  display: block;
  width: 28px;
  height: 3px;
  background: #ffd200;
  background: -webkit-gradient(linear,
  left bottom, left top,
  from(#ffd200),
  to(#ffe600));
  background: -webkit-linear-gradient(bottom,
  #ffd200 0%,
  #ffe600 100%);
  background: linear-gradient(0deg,
  #ffd200 0%,
  #ffe600 100%);
  margin-top: 14px;
}
.learning-method .method-list li .text-side p {
  font-size: 18px;
  color: #696969;
}
.learning-method .method-list li .text-side p a {
  display: inline-block;
  width: 66px;
  height: 28px;
  line-height: 28px;
  background: #ffc600;
  background: -webkit-gradient(linear,
  left bottom, left top,
  from(#ffc600),
  to(#ffe600));
  background: -webkit-linear-gradient(bottom,
  #ffc600 0%,
  #ffe600 100%);
  background: linear-gradient(0deg,
  #ffc600 0%,
  #ffe600 100%);
  -webkit-border-radius: 14px;
  border-radius: 14px;
  text-align: center;
  color: #5a4200;
}
.learning-method .method-list li.right .text-side {
  left: 0;
}
.learning-method .method-list li.right .text-pic {
  bottom: 120px;
  right: 62px;
  width: 221px;
  height: 448px;
  z-index: 2;
  -webkit-border-radius: 24px;
  border-radius: 24px;
}
.learning-method .method-list li.right .text-pic-bg {
  position: absolute;
  right: 0;
  bottom: 43px;
  width: 350px;
  height: 340px;
  z-index: 1;
}
.learning-method .method-list li.right .yellow {
  right: 105px;
  bottom: 115px;
}
.learning-method .method-list li.right .text-side {
  padding: 179px 89px 0 0;
}
.device {
  height: 580px;
  background: rgba(255, 240, 0, 0.8);
  background: -webkit-linear-gradient(30deg,
  rgba(255, 240, 0, 0.8) 0%,
  rgba(255, 230, 0, 0.8) 100%);
  background: linear-gradient(60deg,
  rgba(255, 240, 0, 0.8) 0%,
  rgba(255, 230, 0, 0.8) 100%);
}
.device .m-inner {
  padding: 130px 61px 0;
}
.device .main-title:before {
  background-position: -20px -32px;
}
.device .main-title:after {
  background-position: -20px -48px;
}
.device .device-main .device-andr-wrap {
  float: left;
  position: relative;
  width: 376px;
  text-align: center;
}
.device .device-main .device-andr-wrap:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 46px;
  width: 1px;
  height: 72px;
  background-color: #4b4b4b;
}
.device .device-main .device-andr-wrap .device-andr {
  width: 68px;
  height: 62px;
  margin-bottom: 46px;
}
.device .device-main .device-andr-wrap .device-phone {
  width: 145px;
  height: 73px;
  margin-bottom: 24px;
}
.device .device-main .device-apple-wrap {
  float: left;
  width: 700px;
  padding: 0 90px 0 142px;
  text-align: center;
}
.device .device-main .device-apple-wrap .device-apple {
  width: 59px;
  height: 70px;
  margin-bottom: 38px;
}
.device .device-main .device-apple-wrap .device-main-list div:first-child {
  float: left;
}
.device .device-main .device-apple-wrap .device-main-list div:last-child {
  float: right;
}
.device .device-main .device-apple-wrap .device-main-list .device-phone {
  margin-bottom: 24px;
}
/* method page end */
.vjs-no-js {
  font-size: 40px;
  line-height: 620px;
  text-align: center;
}
.swiper-banner .swiper-wrapper {
  height: 600px!important;
}
.swiper-banner .swiper-wrapper .swiper-slide {
  height: 600px!important;
}
.swiper-banner .img-wrapper {
  text-align: center;
  overflow: hidden;
}
.swiper-banner .img-wrapper img {
  width: 1920px;
  height: 600px;
  margin: 0 -100%;
}
.pagination {
  position: absolute;
  z-index: 20;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.swiper-pagination-switch {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-active-switch {
  background: #ffda00;
}
/* 底部 */
.g-body .g-company {
  padding: 100px 0;
  background: #fafafa;
}
.g-body .g-company .m-inner:after {
  content: '';
  display: table;
  line-height: 0;
  clear: both;
}
.g-body .g-company .m-inner .item {
  display: table-cell;
  vertical-align: middle;
  border-right: 1px solid #e0e0e0;
}
.g-body .g-company .m-inner .item:last-child {
  border-right: none;
}
.g-body .g-company .m-inner .logo {
  padding: 0 60px;
}
.g-body .g-company .m-inner .logo img {
  width: 260px;
}
.g-body .g-company .m-inner .qr-con {
  padding: 0 60px 0 75px;
}
.g-body .g-company .m-inner .qr-con .qr {
  text-align: center;
  width: 120px;
  float: left;
  margin-right: 25px;
}
.g-body .g-company .m-inner .qr-con .qr .intro {
  font-size: 16px;
  margin-bottom: 10px;
}
.g-body .g-company .m-inner .contact-con {
  padding-left: 75px;
}
.g-body .g-company .m-inner .contact-con .title {
  font-size: 21px;
  margin-bottom: 20px;
}
.g-body .g-company .m-inner .contact-con .phone {
  color: #ff454f;
  font-size: 30px;
  display: block;
  font-family: 'SimHei', 'STHeiti';
}
.g-body .g-company .m-inner .contact-con .time {
  color: #6f6f6f;
  font-size: 16px;
}
.g-body .g-company .m-inner .contact-con .contact {
  position: relative;
  cursor: pointer;
  margin-top: 30px;
  border: 1px solid #555;
  border-radius: 5px;
  padding: 10px 45px 10px 20px;
}
.g-body .g-company .m-inner .contact-con .contact:before {
  content: '';
  display: block;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 11px;
  top: 8px;
  background-color: #ff0915;
  border-radius: 100%;
}
.g-body .g-company .m-inner .contact-con .contact:after {
  content: '';
  position: absolute;
  right: 20px;
  top: 15px;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}