*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th {
  font-family: Helvetica, Arial, 'Microsoft JhengHei', sans-serif !important;
}

img,
object,
embed,
video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

body {
  position: relative;
  color: #434343;
  background: #64ebce url(../images/body_bg.jpg) repeat;
  background-size: 285px auto;
  font-size: 15px;
  min-width: 320px;
  overflow-x: hidden;
}

.cp-tips {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  color: #996600;
  background-color: #ffefc6;
  padding: 10px;
  font-size: 16px;
}

.cp-tips p {
  margin: 0;
}

.cp-tips a {
  color: #f75c61;
  text-decoration: underline;
}

.cp-tips .cp-tips-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.cp-tips .cp-tips-close:before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #996600;
  top: 50%;
  left: 0;
}

.cp-tips .cp-tips-close:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid #996600;
  top: 0;
  left: 50%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

p {
  line-height: 1.6;
}

.pt-0,
.p-0,
.py-0 {
  padding-top: 0px;
}

.pb-0,
.p-0,
.py-0 {
  padding-bottom: 0px;
}

.pl-0,
.p-0,
.px-0 {
  padding-left: 0px;
}

.pr-0,
.p-0,
.px-0 {
  padding-right: 0px;
}

.mt-0,
.m-0,
.my-0 {
  margin-top: 0px;
}

.mb-0,
.m-0,
.my-0 {
  margin-bottom: 0px;
}

.ml-0,
.m-0,
.mx-0 {
  margin-left: 0px;
}

.mr-0,
.m-0,
.mx-0 {
  margin-right: 0px;
}

.pt-1,
.p-1,
.py-1 {
  padding-top: 10px;
}

.pb-1,
.p-1,
.py-1 {
  padding-bottom: 10px;
}

.pl-1,
.p-1,
.px-1 {
  padding-left: 10px;
}

.pr-1,
.p-1,
.px-1 {
  padding-right: 10px;
}

.mt-1,
.m-1,
.my-1 {
  margin-top: 10px;
}

.mb-1,
.m-1,
.my-1 {
  margin-bottom: 10px;
}

.ml-1,
.m-1,
.mx-1 {
  margin-left: 10px;
}

.mr-1,
.m-1,
.mx-1 {
  margin-right: 10px;
}

.pt-2,
.p-2,
.py-2 {
  padding-top: 20px;
}

.pb-2,
.p-2,
.py-2 {
  padding-bottom: 20px;
}

.pl-2,
.p-2,
.px-2 {
  padding-left: 20px;
}

.pr-2,
.p-2,
.px-2 {
  padding-right: 20px;
}

.mt-2,
.m-2,
.my-2 {
  margin-top: 20px;
}

.mb-2,
.m-2,
.my-2 {
  margin-bottom: 20px;
}

.ml-2,
.m-2,
.mx-2 {
  margin-left: 20px;
}

.mr-2,
.m-2,
.mx-2 {
  margin-right: 20px;
}

.pt-3,
.p-3,
.py-3 {
  padding-top: 30px;
}

.pb-3,
.p-3,
.py-3 {
  padding-bottom: 30px;
}

.pl-3,
.p-3,
.px-3 {
  padding-left: 30px;
}

.pr-3,
.p-3,
.px-3 {
  padding-right: 30px;
}

.mt-3,
.m-3,
.my-3 {
  margin-top: 30px;
}

.mb-3,
.m-3,
.my-3 {
  margin-bottom: 30px;
}

.ml-3,
.m-3,
.mx-3 {
  margin-left: 30px;
}

.mr-3,
.m-3,
.mx-3 {
  margin-right: 30px;
}

.pt-4,
.p-4,
.py-4 {
  padding-top: 40px;
}

.pb-4,
.p-4,
.py-4 {
  padding-bottom: 40px;
}

.pl-4,
.p-4,
.px-4 {
  padding-left: 40px;
}

.pr-4,
.p-4,
.px-4 {
  padding-right: 40px;
}

.mt-4,
.m-4,
.my-4 {
  margin-top: 40px;
}

.mb-4,
.m-4,
.my-4 {
  margin-bottom: 40px;
}

.ml-4,
.m-4,
.mx-4 {
  margin-left: 40px;
}

.mr-4,
.m-4,
.mx-4 {
  margin-right: 40px;
}

.pt-5,
.p-5,
.py-5 {
  padding-top: 50px;
}

.pb-5,
.p-5,
.py-5 {
  padding-bottom: 50px;
}

.pl-5,
.p-5,
.px-5 {
  padding-left: 50px;
}

.pr-5,
.p-5,
.px-5 {
  padding-right: 50px;
}

.mt-5,
.m-5,
.my-5 {
  margin-top: 50px;
}

.mb-5,
.m-5,
.my-5 {
  margin-bottom: 50px;
}

.ml-5,
.m-5,
.mx-5 {
  margin-left: 50px;
}

.mr-5,
.m-5,
.mx-5 {
  margin-right: 50px;
}

.pt-6,
.p-6,
.py-6 {
  padding-top: 60px;
}

.pb-6,
.p-6,
.py-6 {
  padding-bottom: 60px;
}

.pl-6,
.p-6,
.px-6 {
  padding-left: 60px;
}

.pr-6,
.p-6,
.px-6 {
  padding-right: 60px;
}

.mt-6,
.m-6,
.my-6 {
  margin-top: 60px;
}

.mb-6,
.m-6,
.my-6 {
  margin-bottom: 60px;
}

.ml-6,
.m-6,
.mx-6 {
  margin-left: 60px;
}

.mr-6,
.m-6,
.mx-6 {
  margin-right: 60px;
}

.text-center {
  text-align: center;
}

.text-hidden {
  text-indent: -9999px;
  height: 0;
}

.d-block {
  display: block;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row > [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.smmargin {
  margin-left: -5px;
  margin-right: -5px;
}

.row.smmargin > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row.align-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row .col-2 {
  width: 16.66%;
}

.row .col-3 {
  width: 25%;
}

.row .col-4 {
  width: calc(100% / 3);
}

.row .col-5 {
  width: 41.66%;
}

.row .col-6 {
  width: 50%;
}

.row .col-7 {
  width: 58.34%;
}

.row .col-8 {
  width: calc(100% * 2 / 3);
}

.row .col-9 {
  width: 75%;
}

.row .col-12 {
  width: 100%;
}

.all-content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  font-size: 1.2em;
  overflow-x: hidden;
}

.goheader {
  padding: 0 20px;
  text-align: center;
  background: #333333;
}

.goheader .in {
  width: 1400px;
  max-width: 100%;
  margin: 0 auto;
}

.goheader img {
  width: 160px;
  height: 64px;
}

.container {
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
}

.banner {
  height: 45.8vw;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
}

.feature {
  text-align: center;
  padding: 4em 0;
  font-size: 1.2em;
  color: #fff;
}

.feature .feature_wrapper {
  background: #0a1a42;
  padding: 60px 20px;
  border: 2px solid #fff;
  border-radius: 20px;
}

.feature .fw__1 {
  width: 650px;
  max-width: 100%;
  margin: 0 auto;
}

.feature .fw__1 .box {
  padding: 0 15px;
}

.feature .fw__1 .box .img {
  display: inline-block;
  border: 2px solid #fff;
  border-radius: 20px;
}

.feature .fw__1 .box h3 {
  margin-top: 15px;
}

.feature .fw__2 {
  width: 700px;
  max-width: 100%;
  margin: 30px auto 0;
  background: url(../images/fw_2_bg.png) no-repeat center;
  background-size: 100% 100%;
  color: #093e8c;
  padding: 80px 20px;
}

.feature .fw__2 p {
  font-weight: bold;
}

.feature .fw__2 span {
  display: block;
}

.block_title {
  text-align: center;
  margin-bottom: 3em;
  font-size: 1.1em;
}

.block_title .bt__1 {
  position: relative;
}

.block_title .bt__1 .bt__1_txt {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-size: 1.4em;
  background: #093e8c;
  padding: 15px 60px;
  border-radius: 50em;
  color: #c6ff67;
  letter-spacing: .06em;
}

.block_title .bt__1 .bt__1_txt span {
  color: #fff;
  font-size: .8em;
}

.block_title .bt__1 .bt__1_line {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #093e8c;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

.block_title .bt__1 .bt__1_line:before, .block_title .bt__1 .bt__1_line:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 4px solid #093e8c;
  top: 50%;
  margin-top: -7px;
  background: #64ebce;
}

.block_title .bt__1 .bt__1_line:before {
  left: 0;
}

.block_title .bt__1 .bt__1_line:after {
  right: 0;
}

.block_title .bt__2 {
  color: #093e8c;
  margin-top: 20px;
}

.block__1 {
  position: relative;
  padding: 4em 0;
}

.top_video .container {
  width: 1450px;
}

.top_video .inner {
  padding: 180px 200px 60px;
  background: url(../images/top_video_bg.jpg) no-repeat;
  background-size: 100% 100%;
  font-size: 1.2em;
}

.lesson__content {
  color: #c6ff67;
}

.lesson__content .lesson__name {
  font-size: 1.4em;
  font-weight: bold;
}

.lesson__content .lesson__p {
  font-size: .9em;
  margin: 5px 0 30px;
}

.lesson__content .lesson__title {
  color: #64ebce;
}

.lesson__content .lesson__time {
  color: #64ebce;
  margin: 20px 0;
}

.lesson__content .lesson__link {
  display: inline-block;
  width: 220px;
  max-width: 100%;
  background: #1a1a1a;
  color: #c6ff67;
  padding: 15px;
  text-align: center;
  border-radius: 50em;
}

.lesson__content .lesson__link.active {
  background: #c6ff67;
  color: #093e81;
}

.show__list .show__outer .swiper-wrapper {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.show__list .show__outer .swiper-slide {
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 50px;
  height: auto;
}

.show__list .show_lecture {
  position: relative;
  background: #093e81;
  border-radius: 30px;
  -webkit-box-shadow: 10px 10px 0 #50aaff, -10px -10px 0 #c6ff67;
          box-shadow: 10px 10px 0 #50aaff, -10px -10px 0 #c6ff67;
  overflow: hidden;
}

.show__list .show_lecture .lesson__content {
  padding: 40px 20px 40px 30px;
  width: 60%;
}

.show__list .show_lecture img {
  position: absolute;
  bottom: 0;
  right: 20px;
}

.hot_show {
  padding-bottom: 16em;
}

.hot_show a {
  display: block;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.hot_show a:hover {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

#all_show__list .swiper-show-mo-container {
  display: none;
}

.qa__wrapper {
  position: relative;
  padding: 4em 0;
  background: #0a3e8c;
  background-size: 75px auto;
  color: #fff;
}

.qa__wrapper:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 166px;
  bottom: 99%;
  left: 0;
  background: url(../images/qa_top_bg.png) no-repeat center top;
  background-size: cover;
}

.qa__wrapper .block_title .bt__1 .bt__1_txt {
  background: #50aaff;
  color: #093e8c;
}

.qa__wrapper .block_title .bt__1 .bt__1_txt span {
  color: #c6ff67;
}

.qa__wrapper .block_title .bt__1 .bt__1_line {
  background: #50aaff;
}

.qa__wrapper .block_title .bt__1 .bt__1_line:before, .qa__wrapper .block_title .bt__1 .bt__1_line:after {
  border-color: #50aaff;
  background: #0a3e8c;
}

.qa__wrapper .block_title .bt__2 {
  color: #fff;
}

.qa__wrapper .container {
  width: 1040px;
}

.qa__wrapper .qa_list {
  text-align: left;
}

.qa__wrapper .qa_list li {
  margin-bottom: 10px;
}

.qa__wrapper .qa_list li .question {
  position: relative;
  cursor: pointer;
  color: #c6ff67;
  text-align: center;
  margin: 40px 0 20px;
  font-size: 1.2em;
}

.qa__wrapper .qa_list li .answer {
  border: 2px solid #fff;
  padding: 10px;
  margin-top: 10px;
  color: #fff;
  border-radius: 35px;
}

.qa__wrapper .qa_list li .answer .as__wrapper {
  padding: 35px 60px;
  background: #0a1a42;
  border-radius: 30px;
}

.qa__wrapper .qa_list li .answer.answer__1 .row, .qa__wrapper .qa_list li .answer.answer__2 .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.qa__wrapper .qa_list li .answer.answer__1 .row .p__1, .qa__wrapper .qa_list li .answer.answer__2 .row .p__1 {
  color: #fff;
  font-size: 1.6em;
}

.gofooter {
  background: #1b1b1b;
  padding: 40px 20px;
  color: #fff;
  text-align: center;
}

.gofooter .link a {
  display: inline-block;
  margin: 0 5px;
}

.gofooter .copyright {
  font-size: 14px;
  color: #757575;
  letter-spacing: .05em;
  margin-top: 20px;
}

.wow.animated {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}

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

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

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
            transform: translate3d(-10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
            transform: translate3d(10%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@media only screen and (max-width: 1920px) {
  .banner {
    height: 880px;
  }
}

@media only screen and (max-width: 1300px) {
  .show__list .show__outer .swiper-slide {
    width: calc(100% / 3);
  }
}

@media only screen and (max-width: 1100px) {
  .banner {
    height: 80vw;
  }
  .top_video .inner {
    padding: 180px 160px 60px;
  }
}

@media only screen and (max-width: 1000px) {
  .show__list .show__outer .swiper-slide {
    width: 50%;
  }
  .top_video .inner {
    position: relative;
    background: #093e81;
    border-radius: 30px;
    -webkit-box-shadow: 10px 10px 0 #50aaff, -10px -10px 0 #c6ff67;
            box-shadow: 10px 10px 0 #50aaff, -10px -10px 0 #c6ff67;
    overflow: hidden;
    margin-top: 3em;
    padding: 40px;
  }
}

@media only screen and (max-width: 768px) {
  .all-content {
    font-size: 1em;
  }
  .banner {
    background: url(../images/banner-m.jpg) no-repeat center;
    background-size: cover;
    height: 100vw;
  }
  .top_video .inner {
    -webkit-box-shadow: 5px 5px 0 #50aaff, -5px -5px 0 #c6ff67;
            box-shadow: 5px 5px 0 #50aaff, -5px -5px 0 #c6ff67;
  }
  .top_video .inner .col-5,
  .top_video .inner .col-7 {
    width: 100%;
    text-align: center;
  }
  .top_video .inner .col-5 {
    margin-bottom: 30px;
  }
  .show__list .show_lecture {
    -webkit-box-shadow: 5px 5px 0 #50aaff, -5px -5px 0 #c6ff67;
            box-shadow: 5px 5px 0 #50aaff, -5px -5px 0 #c6ff67;
  }
  #all_show__list .show__outer {
    display: none;
  }
  #all_show__list .swiper-show-mo-container {
    position: relative;
    display: block;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  #all_show__list .swiper-show-mo-container .swiper-pagination-bullet-active {
    background: #efa093;
  }
  .show__list .show__outer .swiper-slide {
    width: 100%;
  }
  .hot_show {
    padding-bottom: 6em;
  }
  .hot_show .col-3 {
    width: 50%;
    margin-bottom: 30px;
    text-align: center;
  }
  .qa__wrapper .qa_list li .row {
    margin-top: 30px;
  }
  .qa__wrapper .qa_list li .row [class^="col-"] {
    width: 100%;
  }
  .qa__wrapper:before {
    height: 83px;
  }
}

@media only screen and (max-width: 576px) {
  .goheader img {
    width: 120px;
    height: 40px;
  }
  .block_title .bt__1 .bt__1_txt span {
    display: block;
    margin-top: 5px;
  }
  .feature {
    padding-top: 20px;
    font-size: 1em;
  }
  .feature .feature_wrapper {
    padding: 20px;
  }
  .feature .col-3 {
    width: 50%;
  }
  .feature .col-3:nth-child(1), .feature .col-3:nth-child(2) {
    margin-bottom: 30px;
  }
  .feature .col-3 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .feature .col-3 .box .img {
    width: 30%;
    border-radius: 10px;
    border-width: 1px;
  }
  .feature .col-3 .box h3 {
    width: 70%;
    padding-left: 10px;
    text-align: left;
    margin: 0;
  }
  .feature .fw__2 {
    background: #50aafe;
    border-radius: 15px;
    padding: 40px 20px;
  }
  .show__list .show_lecture .lesson__content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding: 40px 20px 20px;
  }
  .lesson__content .lesson__link {
    width: 100%;
  }
  .block__1 .lesson__content .lesson__link {
    margin-top: 160px;
  }
  .qa__wrapper .qa_list li .answer {
    padding: 5px;
  }
  .qa__wrapper .qa_list li .answer .as__wrapper {
    padding: 30px 40px;
  }
}

@media only screen and (max-width: 450px) {
  .block_title .bt__1 .bt__1_line {
    display: none;
  }
}
