@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexming.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

body {
  -webkit-text-size-adjust: none;
}

body {
  -ms-overflow-style: scrollbar;
}

table th {
  vertical-align: middle;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  font-family: FontAwesome, "Century Gothic", Arial, cwTeXYen, "Noto Sans TC", "微軟正黑體";
  font-size: 15px;
  font-weight: 100;
}

@media screen and (max-width: 1680px) {
  body, input, select, textarea {
    font-size: 14pt;
  }
}

@media screen and (max-width: 1280px) {
  body, input, select, textarea {
    font-size: 12pt;
  }
}

@media screen and (max-width: 360px) {
  body, input, select, textarea {
    font-size: 11pt;
  }
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  border-bottom-color: transparent;
}

strong, b {
  font-weight: 400;
}

p {
  margin: 0 0 0 0;
}

p.content {
  text-align: justify;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  line-height: 1.5;
  margin: 0 0 0.7em 0;
  letter-spacing: -0.025em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 2.5em;
  line-height: 1.2;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1.1em;
}

h5 {
  font-size: 0.9em;
}

h6 {
  font-size: 0.7em;
}

@media screen and (max-width: 736px) {
  h1 {
    font-size: 2em;
  }
}

#nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#nav ul li {
  display: inline-block;
  padding: 0;
}

#nav ul li a {
  display: inline-block;
  height: 1.0em;
  line-height: 1.0em;
  padding: 0 1.2em 0 0.7em;
}

#nav ul li a.course {
  border-right: none;
  padding: 0 0.5em 0 0.5em;
}

.line {
  display: inline-block;
}

#nav ul li a:hover {
  color: #000;
}

#nav ul li a div {
  display: inline-block;
  padding: 0 0 0 5px;
}

#nav ul li a.active {
  background-color: #ffffff;
  box-shadow: none;
}

#nav.top_section {
  position: fixed;
  top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  line-height: 1.7;
  z-index: 10000;
}

#nav.top_section ul li {
  margin: 0 0.175em;
}

#nav.top_section ul li a {
  font-size: 1.0em;
  text-decoration: unset;
  color: #fff;
}

#nav.top_section span {
  display: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0;
}

pre code {
  display: block;
  line-height: 1.75;
  padding: 1em 1.5em;
  overflow-x: auto;
}

hr {
  border: 0;
  border-bottom: solid 1px;
  margin: 2em 0;
}

hr.major {
  margin: 3em 0;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

a:hover {
  color: #ffffff;
}

strong, b {
  color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  color: #ffffff;
}

hr {
  border-bottom-color: rgba(255, 255, 255, 0.35);
}

form {
  margin: 0 0 2em 0;
}

.ph {
  display: block;
}

.s_web {
  display: none;
}

label {
  display: block;
  font-size: 0.9em;
  font-weight: 400;
  margin: 0 0 1em 0;
}

::-webkit-input-placeholder {
  opacity: 1.0;
}

:-moz-placeholder {
  opacity: 1.0;
}

::-moz-placeholder {
  opacity: 1.0;
}

:-ms-input-placeholder {
  opacity: 1.0;
}

label {
  color: #ffffff;
}

img {
  width: 100%;
}

ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em;
}

ol li {
  padding-left: 0.25em;
}

dl {
  margin: 0 0 2em 0;
}

dl dt {
  display: block;
  font-weight: 400;
  margin: 0 0 1em 0;
}

dl dd {
  margin-left: 2em;
}

dl dt {
  color: #ffffff;
}

#header {
  padding: 5em 5em 1em 5em;
  text-align: center;
}

#header h1 {
  margin: 0 0 0.25em 0;
}

#header p {
  font-size: 1.25em;
  letter-spacing: -0.025em;
}

#nav {
  background-color: #ffffff;
  color: #ffffff;
  position: absolute;
  width: 100%;
  background-color: #00a43a;
  border-top-left-radius: 0.25em;
  border-top-right-radius: 0.25em;
  cursor: default;
  text-align: center;
}

#nav input, #nav select, #nav textarea {
  color: #636363;
}

#nav a:hover {
  color: #636363;
}

#nav strong, #nav b {
  color: #636363;
}

#nav h1, #nav h2, #nav h3, #nav h4, #nav h5, #nav h6 {
  color: #636363;
}

#nav blockquote {
  border-left-color: #dddddd;
}

#nav code {
  background: rgba(222, 222, 222, 0.25);
  border-color: #dddddd;
}

#nav hr {
  border-bottom-color: #dddddd;
}

#nav.top_section ul li a:hover {
  color: #000;
}

@media screen and (min-width: 480px) {
  #nav {
    text-align: right;
  }
}

@media screen and (max-width: 350px) {
  #nav ul li a {
    padding: 0 0.9em 0 0.1em !important;
  }
}

.btn-top {
  position: fixed;
  right: 10px;
  bottom: 53px;
  z-index: 10;
  display: block;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  width: 40px;
  height: 40px;
  border-radius: 100rem;
  background-color: #00a43a;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .15);
  color: #fff !important;
  text-align: center;
  font-size: 85%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -o-box-sizing: border-box
}

.btn-top:active {
  position: fixed;
  right: 10px;
  bottom: 53px;
  z-index: 5;
  display: block;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  width: 40px;
  height: 40px;
  border-radius: 100rem;
  background-color: #00a43a;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .15);
  color: #fff !important;
  text-align: center;
  font-size: 85%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -o-box-sizing: border-box
}

.btn-top:active:hover {
  background-color: #fff;
  color: #00a43a !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.btn-top:focus {
  position: fixed;
  right: 10px;
  bottom: 53px;
  z-index: 5;
  display: block;
  visibility: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 0;
  width: 40px;
  height: 40px;
  border-radius: 100rem;
  background-color: #00a43a;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .15);
  color: #fff !important;
  text-align: center;
  font-size: 85%;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -o-box-sizing: border-box
}

.btn-top:focus:hover {
  background-color: #fff;
  color: #00a43a !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.btn-top:hover {
  background-color: #fff;
  color: #00a43a !important;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

/*\5f35\5955\5eb7\88fd\4f5c\7981\6b62\6284*/
.btn-go-form {
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 10;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 0 15px 0;
  width: 40px;
  height: 40px;
  border-radius: 100rem;
  background-color: #00a43a;
  -webkit-box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .15);
  box-shadow: 0 10px 60px 0 rgba(0, 0, 0, .15);
  color: #fff !important;
  text-align: center;
  letter-spacing: .5px;
  font-weight: 400;
  font-size: 75%;
  font-family: "Noto Sans TC", "微軟正黑體";
  line-height: 1.2;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -o-box-sizing: border-box
}

.btn-go-form:hover {
  background-color: #fff;
  color: #00a43a !important;
  font-weight: 700;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.btn-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}

.btn-top.cd-fade-out {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: 90;
}

.edm-wrapper-default {
  position: relative;
  margin: 0 auto;
  padding: 0;
  width: 100%
}

.edm-wrapper {
  position: relative;
  margin: 0 auto
}

.secbox-sendForm {
  background: #f3f0bb;
}

.secbox-sendForm table {
  margin-bottom: 1.5%;
  background: #fff;
  color: #000
}

.secbox-sendForm section {
  color: #000;
}

.secbox-sendForm .red_word {
  margin-bottom: 1.5%;
  color: #000;
}

.secbox-sendForm u {
  color: #000;
}

.send {
  margin-top: 3rem;
  cursor: pointer;
  margin: 3rem auto 5rem auto;
}

.send a {
  border-radius: 5px;
  background: #00a43a;
  color: #fff;
  font-weight: 700;
  font-size: 140%
}

.send a:hover {
  background: #007d4c;
}

.red {
  color: #b00e0c;
}

.green {
  color: #1f9922
}

.total-container {
  width: 100%;
  height: 100%;
  /*\5f35\5955\5eb7\88fd\4f5c\7981\6b62\6284\8972*/
}

title span {
  color: red
}

.head_pc {
  display: none
}

.head_mb {
  position: relative;
  display: block;
  margin: 0% auto 0 auto;
  width: 100%
}

.btn-logo {
  position: absolute;
  top: 9%;
  left: 6%;
  z-index: 2;
  display: block;
  margin: 0 auto;
  width: 40%;
  height: 15%;
  background: 0 0;
  text-align: center;
  /*\5f35\5955\5eb7\88fd\4f5c\7981\6b62\6284\8972*/
}

.btn-logo a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.btn-logo img {
  width: 70%;
  cursor: pointer;
}

.head_mb img {
  width: 100%;
}

.yellow {
  color: #ffcb00
}

.hide {
  display: none !important
}

.rice_word {
  right: 0;
  display: inline-block;
  text-align: right;
  color: #be1920;
}

@media (min-width:0px) and (max-width:480px) {
  .overFlow-Center {
    width: 100%
  }

  .btn-logo {
    left: 7%;
    width: 30%;
    height: 9%;
    text-align: left;
    top: 5%;
  }

  .btn-logo img {
    width: 100%;
  }

  .head_mb {
    margin: 6.5% auto -1% auto;
  }

  .cell-hide {
    display: none
  }

  .flexBox {
    display: block
  }

  .edm-wrapper {
    padding: 0;
    width: 100%
  }

  .secbox-sendForm .edm-wrapper {
    margin: 0% auto;
    padding: 2% 0;
    width: 95%
  }
}

@media (min-width:1070px) and (max-width:9999px) {
  .overFlow-Center {
    width: 100%;
    /*\5f35\5955\5eb7\88fd\4f5c\7981\6b62\6284\8972*/
  }

  .edm-wrapper {
    padding: 0;
    width: 100%
  }

  .secbox-sendForm .edm-wrapper {
    padding: 1% 0;
    width: 75%;
    margin: 0% auto;
  }
}

@media only screen and (min-width:1800px) {
  .secbox-sendForm table th {
    padding: 20px;
  }

  .secbox-sendForm {
    font-size: 1.5em;
  }

  .secbox-sendForm td {
    font-size: 1em;
    vertical-align: middle;
  }

  select#toArea {
    font-size: 1em;
  }

  select#take {
    font-size: 1em;
  }

  .send a {
    padding: 1.5rem 3rem;
  }

  .btn-go-form {
    font-size: 100%;
  }

  #nav.top_section {
    font-size: 1.6em;
  }

  input[type="radio"] {
    padding: 10px 3px;
  }

  input[type="email"] {
    padding: 5px 3px;
    font-size: 14pt;
  }

  input[type="tel"] {
    padding: 5px 3px;
    font-size: 14pt;
  }

  input[type="text"] {
    padding: 5px 3px;
    font-size: 14pt;
  }

  textarea#ps {
    font-size: 14pt;
    width: 20%;
  }
}

a:visited {
  text-decoration: none;
  color: inherit;
}

a:link {
  color: inherit;
}

@media only screen and (min-width:481px) {
  .head_mb {
    margin: 3.5% auto -1% auto;
  }

  .btn-top {
    right: 15px;
    bottom: 53px;
    padding: 15px 0;
    width: 40px;
    height: 40px
  }

  .btn-top:active {
    right: 15px;
    bottom: 53px;
    padding: 15px 0;
    width: 40px;
    height: 40px
  }

  .btn-top:focus {
    right: 15px;
    bottom: 53px;
    padding: 15px 0;
    width: 40px;
    height: 40px
  }

  .btn-go-form {
    right: 15px;
    bottom: 10px;
    padding: 5px 0 15px 0;
    width: 40px;
    height: 40px;
    font-size: 70%;
    /*\5f35\5955\5eb7\88fd\4f5c\7981\6b62\6284\8972*/
  }

  .head_pc {
    position: relative;
    display: none;
    background-size: 100%;
  }

  .head_mb {
    display: block;
  }

  .btn-logo {
    position: absolute;
    top: 3%;
    left: 7%;
    z-index: 2;
    display: block;
    margin: 0;
    width: 35%;
    height: 10%;
    background: 0 0;
    text-align: left;
    /*\5f35\5955\5eb7\88fd\4f5c\7981\6b62\6284\8972*/
  }

  .btn-logo img {
    width: 100%;
  }
}

@media only screen and (min-width:768px) {
  .btn-top {
    right: 20px;
    bottom: 80px;
    padding: 20px 0;
    width: 55px;
    height: 55px
  }

  .btn-top:active {
    right: 20px;
    bottom: 80px;
    padding: 20px 0;
    width: 55px;
    height: 55px
  }

  .btn-top:focus {
    right: 20px;
    bottom: 80px;
    padding: 20px 0;
    width: 55px;
    height: 55px
  }

  .btn-go-form {
    right: 20px;
    bottom: 20px;
    padding: 9px 0 20px 0;
    width: 55px;
    height: 55px;
    font-size: 85%;
  }

  #nav.top_section span {
    display: inline-block;
  }

  .head_pc {
    position: relative;
    display: block;
    background-size: 100%;
  }

  .head_mb {
    display: none
  }

  .btn-logo {
    position: relative;
    top: 1em;
    left: 6%;
    z-index: 2;
    display: block;
    margin: 3% auto -3em 0;
    width: 15%;
    height: 3em;
    background: 0 0;
    text-align: center;
  }
}

@media only screen and (min-width:900px) {
  .btn-logo {
    margin: 2% auto -3em 0;
  }
}

@media only screen and (min-width:1100px) {
  .head_pc {
    position: relative;
    display: block;
    background-size: 100%
  }

  .head_mb {
    display: none
  }

  .btn-logo {
    position: relative;
    top: 4em;
    left: 0;
    z-index: 2;
    display: block;
    margin: 2% auto -6em auto;
    width: 14%;
    height: 6em;
    background: 0 0;
    text-align: center
  }
}

@media (min-width:481px) and (max-width:1024px) {
  .edm-wrapper {
    padding: 0;
    width: 100%
  }

  .secbox-sendForm .edm-wrapper {
    margin: 0% auto;
    padding: 2% 0 1% 0;
    width: 90%
  }
}

@media only screen and (min-width:1024px) {
  .btn-logo {
    position: relative;
    top: 2em;
    left: 6%;
    z-index: 2;
    display: block;
    margin: 2% auto -4em 0;
    width: 15%;
    height: 4em;
    background: 0 0;
    text-align: center;
  }
}

@media only screen and (min-width:1100px) {
  .btn-logo {
    position: relative;
    top: 2em;
    left: 7%;
    z-index: 2;
    display: block;
    margin: 2% auto -5em 0;
    width: 14%;
    height: 5em;
    background: 0 0;
    text-align: center;
  }
}

@media only screen and (min-width:1600px) {
  .head_pc {
    position: relative;
    display: block;
    margin: 0 auto 0 auto;
    background-size: 100%
  }

  .head_mb {
    display: none
  }

  .btn-logo {
    position: relative;
    top: 2em;
    left: 5%;
    z-index: 2;
    display: block;
    margin: 2% auto -6em 0;
    width: 15%;
    height: 6em;
    background: 0 0;
    text-align: center;
  }
}

@media only screen and (min-width:1800px) {
  .head_pc {
    position: relative;
    display: block;
    background-size: 100%;
  }

  .head_mb {
    display: none
  }

  .btn-logo {
    position: relative;
    top: 4em;
    left: 7%;
    z-index: 2;
    display: block;
    margin: 1% auto -9em 0;
    width: 14%;
    height: 9em;
    background: 0 0;
    text-align: center;
  }
}

.cont_pc {
  display: none;
}

.cont_mb {
  display: block;
}

@media only screen and (min-width:768px) {
  .cont_pc {
    display: block;
  }

  .cont_mb {
    display: none;
  }
}

.box1 .cont_pc {
  background: url(../images/bg-1.jpg) no-repeat top center;
  background-size: contain;
  padding-bottom: 4%;
  background-position: 35% 1%;
  background-color: #81db9b;
}

.box3 .cont_pc {
  background: #e2ddb5;
}

.box3 .cont_pc .box3_back {
  position: relative;
  background: url(../images/bg-2.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 73%;
  background-color: #e2ddb5;
  background-position: 10% 10%;
  margin: -17% auto 0% auto;
}

.box4 .cont_pc {
  background: url(../images/bg-3.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 5%;
}

.box5 .cont_pc {
  background: url(../images/bg-4.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 4%;
}

.box6 .cont_pc {
  background: url(../images/bg-5.jpg) no-repeat top center;
  background-size: 100%;
  background-color: #81db9b;
  background-position: 18% 100%;
}

.box7 .cont_pc .title_back {
  background: url(../images/end.jpg) no-repeat top center;
  background-size: 100%;
  padding-bottom: 43%;
}

.box1 .cont_pc .title {
  position: relative;
  width: 60%;
  padding: 5% 0 0 0;
  margin: -0.5% auto 3% auto;
  text-align: center;
  z-index: 0;
}

.box2 .cont_pc .title {
  position: relative;
  width: 80%;
  margin: 3% auto 3% auto;
  text-align: center;
}

.box3 .cont_pc .title {
  position: relative;
  width: 65%;
  margin: 0% auto;
  padding: 3% 0 3% 0;
  text-align: center;
  z-index: 2;
}

.box5 .cont_pc .title {
  position: relative;
  width: 70%;
  margin: 0% auto;
  padding: 3% 0 3% 0;
  text-align: center;
  z-index: 2;
}

.box6 .cont_pc .title {
  position: relative;
  width: 70%;
  margin: 0% auto;
  padding: 7% 0 1% 0;
  text-align: center;
  z-index: 2;
}

.cont_pc #demos .owl-carousel .item {
  position: relative;
  background: url(../images/book.png) no-repeat top center;
  background-size: cover;
  padding-bottom: 53.9%;
}

.slide_tab {
  position: relative;
  width: 85%;
  height: 22rem;
  margin: 0 auto;
  text-align: center;
  background: url(../images/table.png) no-repeat top center;
  background-size: 100%;
  padding-bottom: 30%;
  border: solid 1px transparent;
  overflow: hidden;
}

.slide_tab .s_title {
  width: 33%;
  margin: 2% auto 2% auto;
}

.slide_tab .s_title .text {
  color: #ff5555;
  font-weight: 600;
}

.slide_tab .s_title .text1 {
  color: #007cdb;
  font-weight: 600;
}

.slide_tab .s_left_tab {
  position: absolute;
  right: 1%;
  top: 11%;
  width: 7%;
  height: 33%;
  cursor: pointer;
}

.slide_tab .s_right_tab {
  position: absolute;
  right: 1%;
  bottom: 25%;
  width: 7%;
  height: 28%;
  cursor: pointer;
}

.slide_tab .s_content {
  position: relative;
  width: 85%;
  height: 190%;
  left: -2%;
  text-align: center;
  margin: 0 auto 3% auto;
  overflow: hidden;
}

.slide_tab .s_content span.school {
  color: #4d230b;
}

.slide_tab .s_content span.name_1 {
  color: #000000;
}

.slide_tab .s_content .s_left {
  width: 47%;
  left: 0;
  display: inline-block;
  margin: 0 auto;
  line-height: 140%;
  /* border:solid 1px red; */
}

.slide_tab .s_content .s_right {
  width: 48%;
  right: 0;
  display: inline-block;
  margin: 0 auto 0 auto;
  text-align: left;
  /* border:solid 1px red; */
}

.box2 .grade1 {
  position: relative;
  width: 72%;
  margin: 0 auto 4% auto;
  border: solid 2px #000;
  border-radius: 10px;
  z-index: 5;
}

.box2 .grade1 .back {
  position: absolute;
  width: 100%;
  background: url(../images/bg-c1.png) no-repeat top center;
  background-size: 100%;
  height: 100%;
  top: 14%;
  right: -3%;
  z-index: -1;
  border-radius: 15px;
}

.box2 .grade1 .grade_border {
  position: relative;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
}

.box2 .grade1 .public_text {
  width: 35%;
  display: inline-block;
  vertical-align: middle;
  padding: 3% 2% 3% 2%;
  margin: 2% auto;
  border-right: solid 1px #007dda;
}

.box2 .grade1 .public_text span {
  margin: 1% auto 1% auto;
  padding: 5% 17% 5% 17%;
  text-align: center;
  background: #007dda;
  color: #ffffff;
  border-radius: 7px;
}

.box2 .grade1 .grade_class {
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin: 4% auto;
  vertical-align: middle;
  left: 10%;
}

.box2 .grade2 .public_text span {
  background: #7d4f35;
}

.box2 .grade2 .public_text {
  border-right: solid 1px #7d4f35;
  padding: 12% 2% 12% 2%;
}

.box2 .grade2 .back {
  background: url(../images/bg-c2.png) no-repeat top center;
  background-size: 100%;
  top: 8%;
}

.box2 .grade2 .grade_class {
  margin: 4% auto 4% -3%;
}

@media (max-width:1440px){
  .box2 .grade2 .grade_class {
    margin: 4% auto 4% -8%;
  }
}

.box2 .grade3 .public_text {
  width: 45%;
  display: inline-block;
  vertical-align: middle;
  padding: 3% 2% 3% 2%;
  margin: 2% auto 2% 5%;
  border-right: solid 1px transparent;
}

.box2 .grade3 .public_text span.money {
  color: #ff0305;
  margin: 0 auto 0 5%;
  display: inline-block;
}

.box2 .grade3 .public_text span {
  background: transparent;
  color: #000000;
  display: inline-block;
  padding: 0;
  font-weight: 600;
  border-radius: 7px;
}

.box2 .grade3 .back {
  background: url(../images/bg-c3.png) no-repeat top center;
  background-size: 100%;
  top: 15%;
}

.box2 .grade3 .tag {
  position: absolute;
  top: -30%;
  width: 56%;
  right: -3%;
}

.box2 .cont_pc .grade3 .tag_text .color1 {
  color: #fddf05;
  position: absolute;
  top: -8%;
  width: 30%;
  right: 16%;
  transform: rotate(3.5deg);
}

.box2 .cont_pc .grade3 .tag_text .color2 {
  color: #ffffff;
  position: absolute;
  top: 24%;
  width: 25%;
  right: 21.5%;
  transform: rotate(3.5deg);
}

.box2 .cont_pc .grade3 .tag_text .color3 {
  color: #ffffff;
  position: absolute;
  top: 20%;
  width: 22%;
  right: 0%;
  text-align: center;
  transform: rotate(4.5deg);
}

.box2 .cont_pc .button {
  width: 40%;
  margin: 5% auto 4% auto;
  cursor: pointer;
}

.box3 .cont_pc .box3_back .text1 {
  position: absolute;
  top: 26%;
  left: 7%;
  width: 34%;
  height: 14%;
}

.box3 .cont_pc .box3_back .text2 {
  position: absolute;
  top: 26%;
  right: 7%;
  left: auto;
  width: 34%;
  height: 14%;
}

.box3 .cont_pc .box3_back .text3 {
  position: absolute;
  top: 51%;
  right: auto;
  left: 9.5%;
  width: 34%;
  height: 14%;
}

.box3 .cont_pc .box3_back .text4 {
  position: absolute;
  top: 51%;
  right: 7%;
  left: auto;
  width: 34%;
  height: 14%;
}

.box3 .box3_back .text1 .color1 {
  position: relative;
  top: 5%;
  left: 3%;
  color: #f73e00;
  display: inline-block;
  margin: 7% auto;
  vertical-align: middle;
  font-weight: 600;
}

.box3 .box3_back .text1 .color2 {
  position: relative;
  top: 5%;
  left: 3%;
  color: #3c3c3c;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.box3 .box3_back .text2 .color1 {
  color: #007ed9;
}

.box3 .box3_back .text3 .color1 {
  color: #018755;
}

.box3 .box3_back .text4 .color1 {
  color: #602300;
}

.box4 .cont_pc .title {
  position: relative;
  width: 40%;
  margin: 0% auto;
  padding: 2% 0 2% 0;
  text-align: center;
  z-index: 2;
}

.box4 .cont_pc .box4_map {
  position: relative;
  width: 75%;
  margin: 0% auto;
}

.box4 .cont_pc .box4_map .button01 {
  position: absolute;
  top: 6%;
  right: 12.5%;
  width: 17%;
  height: 27%;
  border-radius: 50%;
  cursor: pointer;
}

.box4 .cont_pc .box4_map .button02 {
  position: absolute;
  top: 17%;
  left: 12.5%;
  width: 17%;
  height: 27%;
  border-radius: 50%;
  cursor: pointer;
}

.box4 .cont_pc .box4_map .button03 {
  position: absolute;
  top: 47%;
  right: 33.5%;
  width: 17%;
  height: 27%;
  border-radius: 50%;
  cursor: pointer;
}

.box4 .cont_pc .box4_map .button04 {
  position: absolute;
  top: 67%;
  left: 22.5%;
  width: 17%;
  height: 27%;
  border-radius: 50%;
  cursor: pointer;
}

.box4 .cont_pc .box4_map .button05 {
  position: absolute;
  top: 69%;
  right: 10.5%;
  width: 17%;
  height: 27%;
  border-radius: 50%;
  cursor: pointer;
}

.box5 .cont_pc .content_box {
  width: 80%;
  margin: 0 auto;
}

.box5 .cont_pc .content_box .box_left {
  position: relative;
  width: 37%;
  display: inline-block;
}

.box5 .cont_pc .content_box .box_right {
  position: relative;
  width: 57%;
  display: inline-block;
  margin: 0 auto 0 4%;
}

.box5 .cont_pc .button {
  width: 40%;
  margin: 5% auto 0% auto;
  cursor: pointer;
}

.box5 .cont_pc .content_box .box_right .text-box{
  position: absolute;
  width: 93%;
  top: 17%;
  left: 0%;
  line-height: 1;
  text-align: center;
}

.box5 .cont_pc .content_box .box_right .text1 {
  /* position: absolute; */
  width: 90%;
  margin: 0 auto;
  /* top: 22%;
  left: 4%; */
  color: #3c3c3c;
  font-weight: 600;
  border-bottom: 1px solid #999;
  margin-bottom: 1%;
  padding-bottom: 1%;
}

.box5 .cont_pc .content_box .box_right .text2 {
  top: 32%;
}

.box5 .cont_pc .content_box .box_right .text3 {
  top: 45%;
}

.box5 .cont_pc .content_box .box_right .text4 {
  top: 61%;
}

.box5 .cont_pc .content_box .box_right .text5 {
  top: 71%;
  border-bottom: none;
}

.box5 .cont_pc .content_box .box_right .text3 .text_line {
  width: 65% !important;
  text-align: justify;
  position: absolute;
  margin: 0 auto 0 1.5%;
}

.box5 .cont_pc .content_box .box_right .text5 .text_line {
  width: 65% !important;
  text-align: justify;
  position: absolute;
  margin: 0 auto 0 1.5%;
}

.box5 .cont_pc .content_box .box_right .text1 span.red {
  color: #e91219;
  font-weight: 600;
}

.cont_pc #demos .owl-carousel .item .stu_name {
  position: absolute;
  top: 20%;
  right: 25%;
  color: #0b79d2;
  font-weight: 600;
}

.cont_pc #demos .owl-carousel .item .stu_name.stu03 {
  position: absolute;
  right: 13%;
}

.cont_pc #demos .owl-carousel .item .stu_name.stu03 .stu_line {
  width: 115%;
  top: 120%;
  right: -9%;
  margin: 0 auto;
  position: absolute;
}

.cont_pc #demos .owl-carousel .item .stu_name.stu03 {
  position: absolute;
  right: 13%;
}

.cont_pc #demos .owl-carousel .item .stu_name.stu03 div.two {
  width: 70%;
  position: absolute;
  right: 2%;
}

.cont_pc #demos .owl-carousel .item .stu_name.stu03 .stu_line {
  width: 115%;
  top: 105%;
  right: -9%;
  margin: 0 auto;
  position: absolute;
}

.cont_pc #demos .owl-carousel .item .stu_name.stu04 .stu_line {
  top: 198%;
}

.cont_pc #demos .owl-carousel .item .stu_name .stu_line {
  width: 130%;
  top: 120%;
  right: -16%;
  margin: 0 auto;
  position: absolute;
}

.cont_pc #demos .owl-carousel .item .stu_text_head {
  width: 60%;
  top: 35%;
  right: 7%;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  font-weight: 600;
}

.cont_pc #demos .owl-carousel .item .stu_text_head.stu03 {
  width: 60%;
  top: 45%;
}

.cont_pc #demos .owl-carousel .item .stu_text_head span {
  color: #f50b0e;
}

.cont_pc #demos .owl-carousel .item .stu_text_content {
  width: 60%;
  top: 44%;
  line-height: 130%;
  right: 7%;
  text-align: left;
  margin: 0 auto;
  text-align: justify;
  position: absolute;
}

.cont_pc #demos .owl-carousel .item .stu_text_content.stu03 {
  width: 60%;
  top: 54%;
}

.cont_pc #demos .owl-carousel .item .stu_text_content span {
  color: #f50b0e;
}

.cont_pc #demos .owl-carousel .item .teacher_pic {
  width: 25%;
  top: 18%;
  left: 4%;
  margin: 0 auto;
  position: absolute;
}

.cont_pc #demos .owl-carousel .item .teacher_pic img {
  width: 100%;
}

.box7 .title {
  margin: 3% auto 3% auto;
  text-align: center;
  font-weight: 600;
  line-height: 120%;
}

.box7 .title span {
  color: #e80b1c;
}

.box1 .cont_mb {
  background: #81db9b;
}

.box1 .cont_mb .title {
  padding: 0 0 0% 0;
}

.box2 .cont_mb .title {
  width: 90%;
  margin: 8% auto;
}

.box1 .cont_mb .grade_head {
  position: relative;
}

.box1 .cont_mb .grade_content {
  position: relative;
  background: url(../images/book-body-sm.jpg) repeat top center;
  height: 18rem;
  margin: -1% auto 0% auto;
  background-size: 100%;
}

.box1 .cont_mb .research_1 {
  overflow: hidden;
  height: 17rem;
  position: relative;
  width: 96%;
  margin: 0 auto;
  left: 3%;
}

.box1 .cont_mb .grade_head .s_left_tab {
  position: absolute;
  left: 11%;
  top: 7%;
  width: 37%;
  height: 55%;
  cursor: pointer;
}

.box1 .cont_mb .grade_head .s_right_tab {
  position: absolute;
  right: 13%;
  top: 7%;
  width: 37%;
  height: 55%;
  cursor: pointer;
}

.box1 .cont_mb .research_1 .research_content {
  /* animation: animate_phonw 25s linear infinite; */
}

.box1 .cont_mb .research_2 .research_content {
  /* animation: animate_phonw1 25s linear infinite; */
}

.box1 .cont_mb .grade_content .grade_name {
  width: 60%;
  margin: 0% auto;
  text-align: center;
  font-size: 190%;
  font-weight: 600;
  line-height: 60%;
}

.box1 .cont_mb .grade_content .grade_name .box1_d {
  color: #fe5454;
}

.box1 .cont_mb .grade_content .grade_name .box1_d_tab {
  color: #007cdb;
}

.box1 .cont_mb .grade_content .grade_stu {
  margin: 3% auto -3% auto;
  padding: 0 0 3% 0;
  text-align: left;
  font-size: 125%;
  width: 85%;
}

.box1 .cont_mb .grade_content .research_2 .grade_stu {
  text-align: center;
}

.box1 .cont_mb .grade_content .grade_stu .school {
  color: #502711;
}

.box2 .cont_mb .grade1 .public_text {
  width: 100%;
  vertical-align: middle;
  padding: 3% 2% 3% 2%;
  margin: 2% auto;
  text-align: center;
  border-right: solid 0px #007dda;
}

.box1 .cont_mb .research_1 .research_content {
  \0061\006e\0069\006d\0061\0074\0069\006f\006e: sshow_mmb 30s linear infinite;
}

.box1 .cont_mb .research_2 .research_content {
  \0061\006e\0069\006d\0061\0074\0069\006f\006e: sshow_mb 30s linear infinite;
}

.box2 .cont_mb .grade1 .grade_class {
  position: relative;
  display: inline-block;
  font-weight: 600;
  margin: 0% auto;
  vertical-align: middle;
  left: 0%;
  text-align: left;
  line-height: 130%;
  width: 86%;
  font-size: 160%;
}

.box2 .cont_mb .grade1 .grade_border {
  position: relative;
  width: 100%;
  margin: 0 auto 0% auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
}

.box2 .cont_mb .grade1 .back {
  background-size: 250%;
  right: -6%;
}

.box2 .cont_mb .grade1 {
  position: relative;
  width: 85%;
  left: -3%;
  margin: -5% auto 11% auto;
  border: solid 2px #000;
  border-radius: 10px;
  z-index: 5;
}

.box2 .cont_mb .grade1 .public_text span {
  margin: 1% auto 1% auto;
  padding: 2% 34% 2% 34%;
  text-align: center;
  background: #007dda;
  color: #ffffff;
  border-radius: 35px;
  font-size: 170%;
}

.box2 .cont_mb .grade2 .public_text span {
  background: #7d4f35;
}

.box2 .cont_mb .grade1 .public_text span.class_sdf {
  margin: 1% auto 1% auto;
  padding: 2% 32% 2% 32%;
  text-align: center;
}

.box2 .cont_mb .grade3 .public_text {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.box2 .cont_mb .grade3 .public_text span {
  display: inline-block;
  padding: 0%;
  background: transparent;
  color: #000;
  width: 35% !important;
}

.box2 .cont_mb .grade3 .public_text span.money {
  color: #fe0201;
}

.box2 .cont_mb .grade3 .grade_border .tag_text {
  position: relative;
  width: 103%;
  left: -1%;
  margin: -6% auto -5% auto;
}

.box2 .cont_mb .button {
  width: 90%;
  margin: 15% auto 6% auto;
  cursor: pointer;
}

.box2 .cont_mb .grade3 .grade_border .tag_text {
  position: relative;
  width: 103%;
  left: -1%;
  margin: -6% auto -5% auto;
}

.box2 .cont_mb .grade3 .tag_text .color1 {
  color: #fddf05;
  position: absolute;
  font-size: 185%;
  top: 30%;
  left: 6%;
  transform: rotate(-0.5deg);
}

.box2 .cont_mb .grade3 .tag_text .color2 {
  color: #ffffff;
  position: absolute;
  font-size: 185%;
  top: 55%;
  left: 6%;
  transform: rotate(-1deg);
}

.box2 .cont_mb .grade3 .tag_text .color3 {
  color: #ffffff;
  position: absolute;
  font-size: 200%;
  top: 42%;
  right: 12%;
  text-align: center;
}

.box2 .cont_mb .gd2 {
  font-size: 80%;
  display: block;
  margin-top: -15%;
}

.box3 .cont_mb {
  background: #e2ddb5;
}

.box3 .cont_mb .title {
  position: relative;
  width: 85%;
  margin: 0% auto;
  padding: 7% 0 0% 0;
  text-align: center;
  z-index: 2;
}

.box3 .cont_mb .box3_back {
  position: relative;
  background: url(../images/bg-2-sm.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 264%;
  background-color: #e2ddb5;
  background-position: 10% 10%;
  margin: -39% auto 0% auto;
}

.box3 .cont_mb .box3_back .text1 {
  position: absolute;
  top: 17%;
  left: 7%;
  width: 83%;
  height: 9%;
}

.box3 .cont_mb .box3_back .text2 {
  position: absolute;
  top: 31%;
  left: 7%;
  width: 83%;
  height: 9%;
}

.box3 .cont_mb .box3_back .text3 {
  position: absolute;
  top: 45%;
  left: 7%;
  width: 83%;
  height: 9%;
}

.box3 .cont_mb .box3_back .text4 {
  position: absolute;
  top: 58%;
  left: 6%;
  width: 83%;
  height: 14%;
}

.box3 .cont_mb .box3_back .text1 .color1 {
  position: relative;
  top: 5%;
  left: 3%;
  font-size: 220%;
  color: #f73e00;
  display: inline-block;
  margin: 6% auto;
  vertical-align: middle;
  font-weight: 600;
}

.box3 .cont_mb .box3_back .text1 .color2 {
  position: relative;
  top: 5%;
  left: 6%;
  font-size: 155%;
  color: #3c3c3c;
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
}

.box3 .cont_mb .box3_back .text2 .color1 {
  color: #007ed9;
  left: 6%;
}

.box3 .cont_mb .box3_back .text3 .color1 {
  color: #018755;
  left: 6%;
  margin: 1% auto;
}

.box3 .cont_mb .box3_back .text4 .color1 {
  color: #602300;
  left: 6%;
  margin: 3% auto;
}

.box3 .cont_mb .box3_back .text2 .color2 {
  left: 15%;
}

.box3 .cont_mb .box3_back .text3 .color2 {
  left: 15%;
}

.box3 .cont_mb .box3_back .text4 .color2 {
  left: 15%;
}

.box4 .cont_mb {
  background: url(../images/bg-3.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 5%;
}

.box4 .cont_mb .title {
  position: relative;
  width: 90%;
  margin: 0% auto;
  padding: 2% 0 2% 0;
  text-align: center;
  z-index: 2;
}

.box4 .cont_mb .box4_map {
  position: relative;
  width: 100%;
  margin: 0% auto;
}

.box4 .cont_mb .box4_map .button01 {
  position: absolute;
  top: 2%;
  right: 7%;
  width: 38%;
  height: 26%;
  border-radius: 50%;
  cursor: pointer;
}

.box4 .cont_mb .box4_map .button02 {
  position: absolute;
  top: 13%;
  left: 7%;
  width: 38%;
  height: 26%;
  border-radius: 50%;
  cursor: pointer;
}

.box4 .cont_mb .box4_map .button03 {
  position: absolute;
  top: 36%;
  right: 7%;
  width: 38%;
  height: 26%;
  border-radius: 50%;
  cursor: pointer;
}

.box4 .cont_mb .box4_map .button04 {
  position: absolute;
  top: 59%;
  left: 7%;
  width: 38%;
  height: 26%;
  border-radius: 50%;
  cursor: pointer;
}

.box4 .cont_mb .box4_map .button05 {
  position: absolute;
  top: 71%;
  right: 7%;
  width: 38%;
  height: 26%;
  border-radius: 50%;
  cursor: pointer;
}

.box5 .cont_mb {
  background: url(../images/bg-4.jpg) no-repeat top center;
  background-size: cover;
  padding-bottom: 4%;
}

.box5 .cont_mb .title {
  position: relative;
  width: 85%;
  margin: 0% auto;
  padding: 8% 0 3% 0;
  text-align: center;
  z-index: 2;
}

.box5 .cont_mb .content_box {
  width: 100%;
  margin: 0 auto;
}

.box5 .cont_mb .content_box .box_left {
  position: relative;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.box5 .cont_mb .content_box .box_right {
  position: relative;
  width: 85%;
  text-align: center;
  margin: 5% auto;
  display: block;
}

.box5 .cont_mb .content_box .box_right .text-box{
  position: absolute;
  width: 93%;
  top: 30%;
}

.box5 .cont_mb .content_box .box_right .text1 {
  /* position: absolute; */
  width: 90%;
  /* top: 30%;
  left: 1%; */
  margin: 0 auto;
  line-height: 150%;
  font-size: 129%;
  color: #3c3c3c;
  font-weight: 600;
  border-bottom: 1px solid #ddd;
  margin-bottom: 2%;
  padding-bottom: 1%;
}

.box5 .cont_mb .content_box .box_right .text1 span.red {
  text-align: center;
  color: #ed0711;
  font-size: 125%;
  position: relative;
  left: 2%;
}

.box5 .cont_mb .content_box .box_right .text1 span.text_line {
  text-align: justify;
  width: 90%;
  position: absolute;
  left: 3%;
}

.box5 .cont_mb .content_box .box_right .text2 {
  top: 42%;
}

.box5 .cont_mb .content_box .box_right .text3 {
  top: 54%;
}

.box5 .cont_mb .content_box .box_right .text4 {
  top: 67%;
}

.box5 .cont_mb .content_box .box_right .text5 {
  top: 80%;
  border-bottom: none;
}

.box5 .cont_mb .button {
  width: 80%;
  margin: 5% auto 0% auto;
  cursor: pointer;
}

.box6 .cont_mb {
  background-color: #81db9b;
}

.box6 .cont_mb .title {
  position: relative;
  width: 95%;
  margin: 0% auto;
  padding: 7% 0 1% 0;
  text-align: center;
  z-index: 2;
}

.cont_mb .mb_book_top {
  margin: 0 auto -1% auto;
  width: 100%;
}

.cont_mb .mb_book_bottom {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0 auto -1% auto;
}

.cont_mb .mb_book_center {
  position: relative;
  background: url(../images/book-body-sm.jpg) repeat top center;
  background-size: 100%;
}

.cont_mb #demos .owl-carousel .item {
  position: relative;
  height: 24rem;
  background: transparent;
}

.cont_mb .owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 40%;
  right: 0%;
  padding: 0 !important;
  width: 11%;
  border: none;
  background: 0 0;
  color: inherit;
  font: inherit;
  font-weight: 900;
  font-size: 250% !important;
}

.cont_mb .owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 40%;
  left: 0%;
  padding: 0 !important;
  width: 11%;
  border: none;
  background: 0 0;
  color: inherit;
  font: inherit;
  font-weight: 900;
  font-size: 250% !important;
}

.cont_mb #demos .owl-carousel .item .stu_name {
  position: absolute;
  top: 7%;
  font-size: 150%;
  right: 18%;
  color: #0b79d2;
  font-weight: 600;
}

.cont_mb #demos .owl-carousel .item .stu_name.stu03 {
  width: 55%;
  right: 13%;
}

.cont_mb #demos .owl-carousel .item .stu_name.stu03 div.two {
  position: relative;
  left: 34%;
}

.cont_mb #demos .owl-carousel .item .stu_name.stu03 .stu_line {
  width: 119%;
  top: 105%;
}

.cont_mb #demos .owl-carousel .item .stu_name.stu04 {
  width: 65%;
  right: 5%;
  top: 3%;
}

.cont_mb #demos .owl-carousel .item .stu_name.stu04 div.two {
  position: relative;
  left: 28.5%;
  width: 75%;
}

.cont_mb #demos .owl-carousel .item .stu_name.stu04 .stu_line {
  width: 100%;
  top: 100%;
  right: 0;
}

.cont_mb #demos .owl-carousel .item .stu_name .stu_line {
  width: 130%;
  top: 120%;
  right: -16%;
  margin: 0 auto;
  position: absolute;
}

.cont_mb #demos .owl-carousel .item .stu_text_head {
  width: 60%;
  top: 25%;
  right: 7%;
  font-size: 145%;
  text-align: left;
  margin: 0 auto;
  position: absolute;
  font-weight: 600;
}

.cont_mb #demos .owl-carousel .item .stu_text_head span {
  color: #f50b0e;
}

.cont_mb #demos .owl-carousel .item .stu_text_content {
  width: 75%;
  top: 43%;
  line-height: 130%;
  left: 14%;
  font-size: 120%;
  text-align: left;
  margin: 0 auto;
  text-align: justify;
  position: absolute;
}

.cont_mb #demos .owl-carousel .item .stu_text_content span {
  color: #f50b0e;
}

.cont_mb #demos .owl-carousel .item .teacher_pic {
  width: 25%;
  top: 3%;
  left: 8%;
  margin: 0 auto;
  position: absolute;
}

.cont_mb #demos .owl-carousel .item .teacher_pic img {
  width: 100%;
}

.cont_mb #demos .owl-carousel {
  margin: -1rem 0;
}

.mb_bottom {
  padding: 10% 0 0 0;
  background: #81db9b;
}

.box7 .cont_mb .title {
  font-size: 220%;
  margin: 7% auto -20% auto;
}

.box7 .cont_mb .title_back {
  background: url(../images/end-sm.jpg) no-repeat top center;
  background-size: 100%;
  padding-bottom: 83%;
}

.box7 .cont_pc .title .t7_img {
  width: 40%;
  margin: 1% auto;
}

.box7 .cont_mb .title .t7_img {
  width: 80%;
  margin: 2% auto;
}

.light_box1 {
  position: fixed;
  width: 100%;
  top: 0;
  height: 100%;
  z-index: 9;
}

.light_box1 .gray_back {
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  background: #3c3c3c;
  color: #fff;
  opacity: 0.6;
  z-index: 9;
}

.light_box1 .geade_box {
  position: relative;
  width: 80%;
  top: 5%;
  height: 40%;
  margin: 0 auto;
  background-color: #fff;
  border: solid 2px #000;
  border-radius: 25px;
  z-index: 10;
}

.light_box1 .geade_box .geade_box_back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 7%;
  right: -3%;
  border-radius: 35px;
}

.light_box1 .geade_box .geade_box_back .background {
  background: url(../images/bg-c4.png) no-repeat top center;
  background-size: cover;
  /* padding-bottom: 83%; */
  border-radius: 30px;
  height: 98%;
}

.light_box1 .geade_box .close {
  position: absolute;
  top: 3%;
  right: 3%;
  font-size: 150%;
  cursor: pointer;
  z-index: 9;
}

.light_box1 .geade_box .geade_title {
  position: absolute;
  top: 5%;
  width: 100%;
  text-align: center;
}

.light_box1 .geade_box .geade_title .head span.numb {
  color: #0057a7;
  font-size: 170%;
  font-family: monospace;
  font-weight: 600;
}

.light_box1 .geade_box .geade_title .head span.grade_css {
  background: #00589f;
  color: #fff;
  font-size: 150%;
  padding: 1.5% 5%;
  border-radius: 10px;
  vertical-align: text-bottom;
}

.light_box1 .geade_box .geadle_content1 {
  position: relative;
  top: 23%;
  width: 90%;
  height: 35%;
  text-align: center;
  margin: 0 auto;
  border: solid 2px #76513e;
  border-bottom: none;
  border-left: none;
  border-right: none;
}

.light_box1 .geade_box .geadle_content1.box5 {
  position: relative;
  top: 28%;
  width: 90%;
  height: 30%;
}

.light_box1 .geade_box .geadle_content1 .left {
  display: inline-block;
  width: 35%;
  height: 100%;
  font-size: 160%;
  top: 5%;
  left: 0%;
  color: #095591;
  font-weight: 600;
  vertical-align: middle;
  position: absolute;
  border-right: solid 1px #707070;
}

.light_box1 .geade_box .geadle_content1 .right {
  display: inline-block;
  text-align: left;
  top: 5%;
  height: 100%;
}

.light_box1 .geade_box .geadle_content1 .left span {
  position: relative;
  top: 35%;
}

.light_box1 .geade_box .geadle_content1 .right {
  position: relative;
  top: 8%;
  left: 11%;
}

.light_box3 .geade_box .geadle_content1 .right {
  left: 13%;
}

.light_box1 .geade_box .geadle_content1 .right.box1 {
  position: relative;
  top: 12%;
  left: 20.5%;
  width: 65%;
}

.light_box1 .geade_box .geadle_content1.box1 {
  position: relative;
  top: 28%;
  width: 90%;
  height: 31%;
}

.light_box1 .geade_box .geadle_content1 .right.box2 {
  position: relative;
  top: 19%;
  left: 27%;
}

.light_box1 .geade_box .geadle_content1.box6 .right {
  position: relative;
  top: 8%;
  left: 0%;
  font-size: 130%;
}

.light_box1 .geade_box .bottom {
  position: absolute;
  bottom: 2%;
  width: 90%;
  text-align: justify;
  left: 5%;
}

.light_box1 .geade_box .geadle_content1 .right {
  font-size: 95%;
}

.light_box1 .geade_box .geadle_content1 .right.box5 {
  font-size: 115%;
}

.light_box1 .geade_box .geadle_content1 .right.box1.box5 {
  position: relative;
  top: 8%;
  left: 30%;
}

.light_box1 .geade_box .geadle_content1 .right.box1.box2 {
  font-size: 115%;
}

.light_box1 .geade_box .geadle_content1 .right.bb6 {
  font-size: 115%;
}

.light_box1 .geade_box .geadle_content1 .left {
  height: 100%;
}

.vfbr {
  display: none;
}

.vfbrm {
  display: block;
}

.light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_c21 {
  width: 80%;
  text-align: justify;
  position: absolute;
  left: 8.5%;
}

.light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_c22 {
  width: 80%;
  text-align: justify;
  position: absolute;
  left: 8.5%;
}

.light_box2 .geade_box .geadle_content1 .right {
  left: 13%;
}

@media only screen and (min-width:360px) {
  .box2 .cont_mb .grade1 .public_text span.class_sdf {
    padding: 2% 32% 2% 32%;
  }
}

@media only screen and (min-width:375px) {
  .box1 .cont_mb .grade_content .grade_stu {
    font-size: 118%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu04 div.two {
    left: 27%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu03 div.two {
    position: relative;
    left: 32%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name {
    font-size: 135%;
  }

  .light_box2 .geade_box .geadle_content1 .right {
    left: 14%;
  }

  .light_box3 .geade_box .geadle_content1 .right {
    left: 14%;
  }

  .light_box5 .geade_box .geadle_content1.box6 .right {
    font-size: 120%;
  }
}

@media only screen and (min-width:390px) {
  .cont_mb #demos .owl-carousel .item .stu_name.stu04 div.two {
    left: 25%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu04 {
    width: 67%;
    right: 5%;
  }

  .cont_mb #demos .owl-carousel .item {
    position: relative;
    height: 26.5rem;
  }

  .box5 .cont_mb .content_box .box_right .text1 span.red {
    font-size: 132%;
  }

  .box7 .cont_mb .title_back {
    padding-bottom: 82%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 105%;
  }

  .light_box1 .geade_box .geade_box_back .background {
    padding-bottom: 100%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    height: 100%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu03 div.two {
    position: relative;
    left: 31.5%;
  }

  .light_box1 .geade_box {
    height: 35%;
  }

  .light_box2 .geade_box .geadle_content1 .right {
    left: 16%;
  }

  .light_box3 .geade_box .geadle_content1 .right {
    left: 16%;
  }
}

@media only screen and (min-width:414px) {
  .box2 .cont_mb .grade1 .public_text span.class_sdf {
    padding: 2% 34% 2% 34%;
  }

  .light_box2 .geade_box .geadle_content1 .right {
    left: 9%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 85%;
  }

  .box5 .cont_mb .content_box .box_right .text1 span.red {
    left: 1.5%;
  }

  .light_box1 .geade_box .geade_box_back .background {
    padding-bottom: 81%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name {
    font-size: 145%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    height: 100%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu03 div.two {
    position: relative;
    left: 31%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu04 div.two {
    position: relative;
    left: 25.5%;
  }

  .light_box3 .geade_box .geadle_content1 .right {
    left: 9%;
  }

  .light_box5 .geade_box .geadle_content1.box6 .right {
    font-size: 115%;
  }
}

@media only screen and (min-width:420px) {
  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 115%;
  }

  .box5 .cont_mb .content_box .box_right .text1 span.red {
    font-size: 145%;
  }

  .light_box2 .geade_box .geadle_content1 .right {
    left: 15.5%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu04 div.two {
    position: relative;
    left: 24.5%;
  }

  .light_box1 .geade_box .geade_box_back .background {
    padding-bottom: 100%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    height: 100%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu03 div.two {
    position: relative;
    left: 29.5%;
  }

  .light_box3 .geade_box .geadle_content1 .right {
    left: 16%;
  }

  .light_box4 .geade_box .geadle_content1 .right {
    left: 13%;
  }

  .light_box4 .geade_box .geadle_content1 .right {
    left: 11%;
  }

  .light_box5 .geade_box .geadle_content1.box6 .right {
    font-size: 145%;
  }
}

@media only screen and (min-width:510px) {
  .box1 .cont_mb .grade_content .grade_stu {
    font-size: 160%;
  }

  .box2 .cont_mb .grade1 .public_text span.class_sdf {
    font-size: 220%;
  }

  .box2 .cont_mb .grade1 .grade_class {
    font-size: 220%;
  }

  .box2 .cont_mb .grade1 .public_text span.dsf {
    font-size: 220%;
  }

  .box2 .cont_mb .grade1 .public_text span.money {
    font-size: 220%;
  }

  .box2 .cont_mb .grade3 .tag_text .color1 {
    font-size: 230%;
  }

  .box2 .cont_mb .grade3 .tag_text .color2 {
    font-size: 230%;
  }

  .box2 .cont_mb .grade3 .tag_text .color3 {
    font-size: 250%;
  }

  .box3 .cont_mb .box3_back .text1 .color1 {
    font-size: 250%;
  }

  .box3 .cont_mb .box3_back .text1 .color2 {
    font-size: 200%;
  }

  .box5 .cont_mb .content_box .box_right .text1 {
    font-size: 175%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name {
    font-size: 185%;
  }

  .cont_mb #demos .owl-carousel .item .stu_text_head {
    font-size: 170%;
  }

  .cont_mb #demos .owl-carousel .item .stu_text_content {
    width: 57%;
    left: 31%;
  }

  .light_box1 .geade_box .geade_box_back .background {
    padding-bottom: 2%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    font-size: 200%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 135%;
  }

  .light_box1 .geade_box .geade_title .head span.grade_css {
    font-size: 200%;
    vertical-align: super;
  }

  .light_box1 .geade_box .geade_title .head span.numb {
    font-size: 250%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    font-size: 150%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box2 {
    font-size: 150%;
  }

  .light_box1 .geade_box .geadle_content1.box6 .right {
    font-size: 170%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box5 {
    font-size: 150%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    height: 100%;
  }
}

@media only screen and (min-width:640px) {
  .box1 .cont_mb .grade_content .grade_name {
    font-size: 350%;
  }

  .box1 .cont_mb .grade_content .grade_stu {
    font-size: 200%;
  }

  .box1 .cont_mb .research_1 .research_content {
    animation: animate_phonw 95s linear infinite;
  }

  .box1 .cont_mb .research_1 {
    overflow: hidden;
    height: 29rem;
  }

  .box1 .cont_mb .grade_content {
    height: 31rem;
  }

  .box2 .cont_mb .grade1 .public_text span.class_sdf {
    padding: 2% 37% 2% 37%;
  }

  .box2 .cont_mb .grade1 .grade_class {
    font-size: 230%;
  }

  .box2 .cont_mb .grade1 .public_text span.class_sdf {
    font-size: 225%;
  }

  .box2 .cont_mb .grade3 .tag_text .color1 {
    font-size: 270%;
  }

  .box2 .cont_mb .grade3 .tag_text .color2 {
    font-size: 270%;
  }

  .box2 .cont_mb .grade3 .tag_text .color3 {
    font-size: 280%;
  }

  .box3 .cont_mb .box3_back .text1 .color1 {
    font-size: 300%;
  }

  .box3 .cont_mb .box3_back .text1 .color2 {
    font-size: 256%;
  }

  .box2 .cont_mb .grade1 .public_text span.dsf {
    font-size: 240%;
  }

  .box5 .cont_mb .content_box .box_right .text1 span.red {
    font-size: 120%;
  }

  .box5 .cont_mb .content_box .box_right .text1 {
    font-size: 220%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name {
    font-size: 225%;
    right: 20%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu03 {
    font-size: 225%;
    right: 10%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu03 {
    width: 58%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu03 .stu_line {
    width: 110%;
    top: 105%;
    right: -4%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu03 .stu_line {
    width: 110%;
    top: 105%;
  }

  .cont_mb #demos .owl-carousel .item .stu_text_head {
    top: 30%;
  }

  .cont_mb #demos .owl-carousel .item .stu_text_content {
    width: 57%;
    top: 43%;
    left: 34%;
  }

  .box2 .cont_mb .grade3 .public_text span.money {
    font-size: 250%;
  }

  .cont_mb #demos .owl-carousel .item .stu_text_head {
    font-size: 160%;
  }

  .box7 .cont_mb .title {
    font-size: 250%;
  }

  .light_box1 .geade_box {
    position: relative;
    width: 70%;
    top: 12%;
    height: 85%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 110%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    position: relative;
    top: 19%;
    left: 17.5%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 110%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box2 {
    font-size: 110%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box2 {
    position: relative;
    top: 19%;
    left: 12%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    font-size: 160%;
  }

  .light_box1 .geade_box .geadle_content1.box6 .right {
    font-size: 160%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box5 {
    position: relative;
    top: 8%;
    left: 15%;
    font-size: 130%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box5 {
    font-size: 130%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    top: -7%;
    left: 15%;
  }

  .light_box2 .geade_box .geadle_content1 .right {
    left: 5.5%;
  }
}

@media only screen and (min-width:680px) {
  .light_box1 .geade_box {
    height: 35%;
  }

  .light_box1 .geade_box .geade_box_back .background {
    padding-bottom: 62%;
  }
}

@media only screen and (min-width:730px) {
  .box1 .cont_mb .grade_content .grade_stu {
    font-size: 230%;
  }

  .box2 .cont_mb .grade1 .public_text span.dsf {
    font-size: 250%;
  }

  .box2 .cont_mb .grade1 .grade_class {
    font-size: 250%;
  }

  .box2 .cont_mb .grade3 .public_text span.money {
    font-size: 250%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name.stu03 {
    font-size: 250%;
  }

  .cont_mb #demos .owl-carousel .item .stu_name {
    font-size: 250%;
  }

  .cont_mb #demos .owl-carousel .item .stu_text_head {
    font-size: 170%;
  }

  .cont_mb #demos .owl-carousel .item .stu_text_content {
    font-size: 150%;
  }

  .box7 .cont_mb .title {
    font-size: 250%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    font-size: 220%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    font-size: 145%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box2 {
    position: relative;
    top: 19%;
    left: 11%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box2 {
    font-size: 145%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 120%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 120%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box5 {
    font-size: 170%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box5 {
    position: relative;
    top: 10%;
    left: 15%;
    font-size: 170%;
  }
}

@media only screen and (min-width:768px) {
  .mb_bottom {
    display: none;
  }

  .box1 .cont_pc .research_1 .sd_slide {
    animation: 13s rowup linear infinite normal;
    transition: opacity 0.5s ease-out;
    \0061\006e\0069\006d\0061\0074\0069\006f\006e: sshow 6s linear infinite;
  }

  .slide_tab .s_title .text {
    font-size: 170%;
  }

  .box2 .grade1 .public_text span {
    font-size: 170%;
  }

  .box2 .grade1 .grade_class {
    font-size: 140%;
  }

  .box2 .grade2 .grade_class span {
    font-size: 70%;
  }

  .box2 .grade3 .tag_text {
    font-size: 170%;
  }

  .box3 .box3_back .color1 {
    font-size: 175%;
  }

  .box3 .box3_back .color2 {
    font-size: 125%;
  }

  .box5 .content_box .box_right .text1 {
    font-size: 108%;
  }

  #demos .owl-carousel .item .stu_name {
    font-size: 170%;
  }

  #demos .owl-carousel .item .stu_text_head {
    font-size: 125%;
  }

  #demos .owl-carousel .item .stu_text_content {
    font-size: 105%;
  }

  .box7 .title {
    font-size: 210%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    font-size: 180%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 140%;
  }

  .light_box1 .geade_box .geade_title {
    top: 8%;
  }

  .light_box1 .geade_box .geade_box_back .background {
    background-size: 100%;
    padding-bottom: 62%;
    border-radius: 30px;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    font-size: 180%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    top: 24%;
    left: 32%;
    width: 85%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    top: 24%;
    left: 32%;
    width: 85%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box2 {
    top: 19%;
    left: 37%;
  }

  .light_box1 .geade_box .geade_title .head span.numb {
    font-size: 250%;
  }

  .light_box1 .geade_box .geade_title .head span.grade_css {
    font-size: 190%;
    vertical-align: super;
  }

  .light_box1 .geade_box .geadle_content1 .right.box5 {
    top: 10%;
    left: 5%;
  }

  .light_box1 .geade_box .geadle_content1.box5 .right.box5 {
    top: 10%;
    left: 35%;
  }

  .light_box1 .geade_box .geadle_content1.box6 .right {
    top: 13%;
    left: 0%;
    font-size: 200%;
  }

  .light_box5 .geade_box .geadle_content1.box6 .right {
    font-size: 190%;
  }

  .light_box5 .geade_box .geadle_content1.box6 .right {
    left: 27%;
  }

  .box1 .cont_pc .research_2 .sd_slide {
    font-size: 135%;
  }

  .vfbr {
    display: block;
  }

  .vfbrm {
    display: block;
  }

  .light_box1 .geade_box {
    position: relative;
    width: 70%;
    top: 5%;
    height: 40%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    font-size: 150%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box2 {
    font-size: 150%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 140%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box5 {
    font-size: 170%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box5 {
    font-size: 170%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    top: 6%;
    left: 37%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_cl {
    width: 30%;
    text-align: justify;
    position: absolute;
    left: 5%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_c1 {
    width: 30%;
    text-align: justify;
    position: absolute;
    left: 41.5%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_c11 {
    width: 30%;
    text-align: justify;
    position: absolute;
    left: 5%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_c12 {
    width: 30%;
    text-align: justify;
    position: absolute;
    left: 5%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_c21 {
    width: 30%;
    text-align: justify;
    position: absolute;
    left: 41%;
  }

  .light_box3 .geade_box .geadle_content1 .right .sd_skj span.saqw_c21 {
    left: 4.5%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_c22 {
    width: 30%;
    text-align: justify;
    position: absolute;
    left: 41%;
  }

  light_box3 .geade_box .geadle_content1 .right .sd_skj span.saqw_c22 {
    left: 39%;
  }

  .light_box3 .geade_box .geadle_content1 .right .sd_skj span.saqw_c22 {
    left: 40%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj {
    display: inline-block;
    width: 35%;
    vertical-align: top;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_cl {
    width: 30%;
    text-align: justify;
    position: absolute;
    left: 5%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_c1 {
    width: 30%;
    text-align: justify;
    position: absolute;
    left: 41.5%;
  }

  .light_box4 .geade_box .geadle_content1 .right.box5 {
    left: 35%;
  }
}

@media only screen and (min-width:810px) {
  .slide_tab {
    height: 24rem;
  }

  .slide_tab .s_content {
    height: 17rem;
  }

  .box1 .cont_pc .research_1 .sd_slide {
    font-size: 110%;
  }

  .box2 .grade1 .grade_class {
    font-size: 160%;
  }

  .box3 .box3_back .color1 {
    font-size: 210%;
  }

  .box3 .box3_back .color2 {
    font-size: 145%;
  }

  .box5 .content_box .box_right .text1 {
    font-size: 116%;
  }

  .light_box1 .geade_box {
    position: relative;
    width: 70%;
    top: 9%;
    height: 36%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 120%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 120%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    top: 19%;
    left: 13%;
  }

  .light_box1 .geade_box .geadle_content1.box6 .right {
    top: 13%;
    left: 0%;
    font-size: 170%;
  }

  .light_box5 .geade_box .geadle_content1.box6 .right {
    left: 27%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box2 {
    top: 19%;
    left: 7%;
  }

  .light_box1 .geade_box .geade_box_back .background {
    padding-bottom: 52%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    font-size: 240%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box5 {
    font-size: 210%;
  }

  .light_box1 .geade_box .geadle_content1.box5 .right.box5 {
    top: 10%;
    left: 7%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box5 {
    font-size: 210%;
  }
}

@media only screen and (min-width:900px) {
  .slide_tab {
    height: 27rem;
  }

  .slide_tab .s_content {
    height: 19rem;
  }

  .box1 .cont_pc .research_1 .sd_slide {
    font-size: 125%;
  }

  .box2 .grade1 .grade_class {
    font-size: 185%;
  }

  .box3 .box3_back .color1 {
    font-size: 235%;
  }

  .box3 .box3_back .color2 {
    font-size: 165%;
  }

  .box5 .content_box .box_right .text1 {
    font-size: 135%;
  }

  #demos .owl-carousel .item .stu_name {
    font-size: 190%;
  }

  .cont_pc #demos .owl-carousel .item {
    padding-bottom: 54.3%;
  }

  #demos .owl-carousel .item .stu_text_head {
    font-size: 150%;
  }

  #demos .owl-carousel .item .stu_text_content {
    font-size: 125%;
  }

  .box7 .title {
    font-size: 230%;
  }
}

@media only screen and (min-width:1024px) {
  .slide_tab .s_title .text {
    font-size: 250%;
  }

  .box2 .grade1 .public_text span {
    font-size: 230%;
  }

  .box2 .grade1 .grade_class {
    font-size: 195%;
  }

  .slide_tab .s_content {
    height: 21rem;
  }

  .box1 .cont_pc .research_1 .sd_slide {
    font-size: 130%;
  }

  .box2 .grade2 .grade_class span {
    font-size: 70%;
  }

  .box2 .grade3 .tag_text {
    font-size: 170%;
  }

  .box3 .box3_back .color1 {
    font-size: 240%;
  }

  .box3 .box3_back .color2 {
    font-size: 185%;
  }

  .box5 .content_box .box_right .text1 {
    font-size: 145%;
  }

  #demos .owl-carousel .item .stu_name {
    font-size: 220%;
  }

  #demos .owl-carousel .item .stu_text_head {
    font-size: 160%;
  }

  #demos .owl-carousel .item .stu_text_content {
    font-size: 135%;
  }

  .box7 .title {
    font-size: 280%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    font-size: 180%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 140%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    font-size: 180%;
  }

  .light_box1 .geade_box .geade_title .head span.numb {
    font-size: 250%;
  }

  .light_box1 .geade_box .geade_title .head span.grade_css {
    font-size: 190%;
  }

  .light_box1 .geade_box .geadle_content1.box6 .right {
    font-size: 220%;
  }

  .cont_pc #demos .owl-carousel .item {
    padding-bottom: 56.7% !important;
  }

  .slide_tab {
    padding-bottom: 46%;
  }

  .box2 .cont_pc .grade3 .tag_text .color2 {
    top: 19%;
    font-size: 130%;
  }

  .box2 .cont_pc .grade3 .tag_text .color1 {
    top: -15%;
    font-size: 130%;
  }

  .box2 .cont_pc .grade3 .tag_text .color3 {
    top: 11%;
    font-size: 150%;
  }

  .light_box1 .geade_box {
    height: 60%;
  }

  .light_box1 .geade_box .geade_box_back .background {
    padding-bottom: 52%;
  }

  .light_box1 .geade_box .geade_title .head span.numb {
    font-size: 300%;
  }

  .light_box1 .geade_box .geade_title .head span.grade_css {
    font-size: 250%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    font-size: 280%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 160%;
  }

  .light_box1 .geade_box .bottom {
    font-size: 150%;
  }

  .light_box1 .geade_box .close {
    font-size: 200%;
  }

  .box1 .cont_pc .research_2 .sd_slide {
    font-size: 170%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 165%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    font-size: 180%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box2 {
    font-size: 180%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box5 {
    font-size: 210%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box5 {
    font-size: 210%;
    left: 35%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_cl {
    left: 4%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_c1 {
    left: 40.5%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    left: 37%;
  }

  .light_box2 .geade_box .geadle_content1 .right.box1 {
    left: 32%;
  }

  .light_box3 .geade_box .geadle_content1 .right.box1 {
    left: 32%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.vfbr {
    display: none;
  }
}

@media only screen and (min-width:1100px) {
  .box1 .cont_pc .research_1 .sd_slide {
    font-size: 155%;
  }

  .box2 .cont_pc .grade3 .tag_text .color1 {
    top: -12%;
    font-size: 145%;
  }

  .box2 .cont_pc .grade3 .tag_text .color2 {
    top: 20%;
    font-size: 145%;
  }

  .box2 .cont_pc .grade3 .tag_text .color3 {
    top: 11%;
    font-size: 170%;
  }

  .box2 .grade1 .public_text span {
    font-size: 260%;
  }

  .box2 .grade1 .grade_class {
    font-size: 220%;
  }

  .box3 .box3_back .color1 {
    font-size: 260%;
  }

  .box3 .box3_back .color2 {
    font-size: 210%;
  }

  .box5 .content_box .box_right .text1 {
    font-size: 165%;
  }

  #demos .owl-carousel .item .stu_name {
    font-size: 240%;
  }

  #demos .owl-carousel .item .stu_text_head {
    font-size: 190%;
  }

  #demos .owl-carousel .item .stu_text_content {
    font-size: 150%;
  }

  .cont_pc #demos .owl-carousel .item {
    padding-bottom: 56.8% !important;
  }

  .slide_tab .s_content {
    height: 23rem;
  }

  .light_box1 .geade_box .bottom {
    font-size: 150%;
  }

  .light_box1 .geade_box .bottom {
    font-size: 190%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 180%;
  }

  .box1 .cont_pc .research_2 .sd_slide {
    font-size: 180%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    font-size: 220%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box2 {
    font-size: 220%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 185%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box5 {
    font-size: 240%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box5 {
    font-size: 240%;
  }
}

@media only screen and (min-width:1200px) {
  .box1 .cont_pc .research_1 .sd_slide {
    font-size: 170%;
  }

  .slide_tab .s_content {
    height: 27rem;
  }

  .box2 .grade1 .grade_class {
    font-size: 225%;
  }

  .box3 .box3_back .color1 {
    font-size: 280%;
  }

  .box3 .box3_back .color2 {
    font-size: 210%;
  }

  .box5 .content_box .box_right .text1 {
    font-size: 164%;
  }

  #demos .owl-carousel .item .stu_name {
    font-size: 240%;
  }

  #demos .owl-carousel .item .stu_text_head {
    font-size: 180%;
  }

  #demos .owl-carousel .item .stu_text_content {
    font-size: 150%;
  }

  .box7 .title {
    font-size: 320%;
  }

  .light_box1 .geade_box {
    height: 80%;
  }

  .light_box1 .geade_box .geadle_content1.box6 .right {
    font-size: 220%;
  }

  .light_box5 .geade_box .geadle_content1.box6 .right {
    font-size: 250%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 200%;
  }

  .box1 .cont_pc .research_2 .sd_slide {
    font-size: 190%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    font-size: 220%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box2 {
    font-size: 220%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 200%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box5 {
    font-size: 240%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box5 {
    font-size: 240%;
    margin: -1% auto;
  }
}

@media only screen and (min-width:1300px) and (min-height:615px) {
  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 145%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 145%;
  }

  .light_box1 .geade_box .geade_box_back .background {
    padding-bottom: 2%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    top: 0%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_cl {
    left: 3%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_c1 {
    left: 39.5%;
  }

  .light_box5 .geade_box .geadle_content1.box6 .right {
    font-size: 200%;
  }
}

@media only screen and (min-width:1300px) and (min-height:625px) {
  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 155%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 155%;
  }

  .light_box1 .geade_box .geade_box_back .background {
    padding-bottom: 2%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_cl {
    left: 3.5%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_c1 {
    left: 40%;
  }
}

@media only screen and (min-width:1300px) and (min-height:768px) {
  .box1 .cont_pc .research_1 .sd_slide {
    font-size: 155%;
  }

  .slide_tab .s_content {
    height: 28rem;
  }

  .box2 .grade1 .grade_class {
    font-size: 220%;
  }

  .box3 .box3_back .color1 {
    font-size: 260%;
  }

  .box3 .box3_back .color2 {
    font-size: 215%;
  }

  .box5 .content_box .box_right .text1 {
    font-size: 165%;
  }

  #demos .owl-carousel .item .stu_name {
    font-size: 250%;
  }

  #demos .owl-carousel .item .stu_text_head {
    font-size: 185%;
  }

  #demos .owl-carousel .item .stu_text_content {
    font-size: 155%;
  }

  .light_box1 .geade_box {
    height: 80%;
  }

  .light_box1 .geade_box .geade_box_back .background {
    padding-bottom: 0%;
  }

  .light_box1 .geade_box .close {
    font-size: 350%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 200%;
  }

  .box1 .cont_pc .research_2 .sd_slide {
    font-size: 190%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 200%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_cl {
    left: 4%;
  }

  .light_box1 .geade_box .geadle_content1 .right .sd_skj span.saqw_c1 {
    left: 40.5%;
  }

  .light_box5 .geade_box .geadle_content1.box6 .right {
    font-size: 240%;
  }
}

@media only screen and (min-width:1400px) {
  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 200%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    font-size: 320%;
  }

  .light_box1 .geade_box .close {
    font-size: 350%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 200%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    top: 4.5%;
  }

  .light_box5 .geade_box .geadle_content1.box6 .right {
    font-size: 270%;
  }
}

@media only screen and (min-width:1600px) and (min-height:750px) {
  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    top: -2%;
  }
}

@media only screen and (min-width:1600px) and (min-height:900px) {
  .slide_tab .s_title .text {
    font-size: 350%;
  }

  .box1 .cont_pc .research_1 .sd_slide {
    font-size: 180%;
  }

  .slide_tab .s_content {
    height: 33rem;
  }

  .box2 .grade1 .grade_class {
    font-size: 260%;
  }

  .box2 .cont_pc .grade3 .tag_text .color1 {
    font-size: 165%;
  }

  .box2 .cont_pc .grade3 .tag_text .color2 {
    font-size: 165%;
  }

  .box2 .cont_pc .grade3 .tag_text .color3 {
    font-size: 190%;
  }

  .box2 .grade1 .public_text span {
    font-size: 310%;
  }

  .box3 .box3_back .color1 {
    font-size: 300%;
  }

  .box3 .box3_back .color2 {
    font-size: 255%;
  }

  .box5 .content_box .box_right .text1 {
    font-size: 190%;
  }

  #demos .owl-carousel .item .stu_name {
    font-size: 300%;
  }

  #demos .owl-carousel .item .stu_text_head {
    font-size: 215%;
  }

  #demos .owl-carousel .item .stu_text_content {
    font-size: 185%;
  }

  .box7 .title {
    font-size: 350%;
  }

  .box6 .cont_pc {
    padding-bottom: 3%;
  }

  .light_box1 .geade_box .geade_box_back .background {
    padding-bottom: 0%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    font-size: 330%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 200%;
  }

  .light_box1 .geade_box .geade_title .head span.grade_css {
    font-size: 300%;
  }

  .light_box1 .geade_box .close {
    font-size: 350%;
  }

  .box1 .cont_pc .research_2 .sd_slide {
    font-size: 200%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 200%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    font-size: 250%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box2 {
    font-size: 250%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box5 {
    font-size: 270%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box5 {
    font-size: 270%;
  }
}

@media only screen and (min-width:1800px) {
  .slide_tab .s_title .text {
    font-size: 550%;
  }

  .box1 .cont_pc .research_1 .sd_slide {
    font-size: 270%;
  }

  .box2 .grade1 .public_text span {
    font-size: 450%;
  }

  .box2 .grade1 .grade_class {
    font-size: 390%;
  }

  .box2 .cont_pc .grade3 .tag_text .color1 {
    font-size: 250%;
  }

  .box2 .cont_pc .grade3 .tag_text .color2 {
    font-size: 250%;
  }

  .box2 .cont_pc .grade3 .tag_text .color3 {
    font-size: 300%;
  }

  .box3 .box3_back .color1 {
    font-size: 500%;
  }

  .box3 .box3_back .color2 {
    font-size: 355%;
  }

  .box7 .title {
    font-size: 550%;
  }

  .box5 .content_box .box_right .text1 {
    font-size: 290%;
  }

  #demos .owl-carousel .item .stu_name {
    font-size: 450%;
  }

  #demos .owl-carousel .item .stu_text_head {
    font-size: 330%;
  }

  #demos .owl-carousel .item .stu_text_content {
    font-size: 250%;
  }

  .slide_tab .s_content {
    height: 39rem;
  }

  .light_box1 .geade_box .geade_title .head span.numb {
    font-size: 500%;
  }

  .light_box1 .geade_box .geadle_content1 .left {
    font-size: 500%;
  }

  .light_box1 .geade_box .geadle_content1 .right {
    font-size: 300%;
  }

  .light_box1 .geade_box .geade_title .head span.grade_css {
    font-size: 450%;
  }

  .light_box1 .geade_box .bottom {
    font-size: 290%;
  }

  .light_box1 .geade_box .geadle_content1.box6 .right {
    font-size: 450%;
  }

  .light_box5 .geade_box .geadle_content1.box6 .right {
    font-size: 370%;
  }

  .light_box1 .geade_box .close {
    font-size: 550%;
  }

  .box1 .cont_pc .research_2 .sd_slide {
    font-size: 320%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1 {
    font-size: 312%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    font-size: 350%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box2 {
    font-size: 350%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box5 {
    font-size: 400%;
  }

  .light_box1 .geade_box .geadle_content1 .right.box1.box5 {
    font-size: 400%;
  }

  .light_box1 .geade_box .geadle_content1 .right.bb6 {
    top: 5%;
  }
}



/* 20250217 */
.box3-sm{
 width: 80%;
 margin: 2% auto;
 background: url(../images/com-mb.png) no-repeat top center;
 background-size: 100%;
 padding-bottom: 3%;
}
.box3-sm-text{
  width: 80%;
  margin: 2% auto 10%;
  text-align: center;
}
.box3-sm-text h5{
  font-size: 180%;
  margin: 0;
  padding: 0;
  font-weight: bold;
}
.box3-sm-text p{
  font-size: 160%;
  margin: 0;  
}
.box3-sm-text h5.h5-1{ color: #FF3D00; }
.box3-sm-text h5.h5-2{ color: #007CDB; }
.box3-sm-text h5.h5-3{ color: #008150; }
.box3-sm-text h5.h5-4{ color: #5E2300; }


.box3-sm .owl-carousel .owl-nav button.owl-prev{ top: 20%; left:-12%; }
.box3-sm .owl-carousel .owl-nav button.owl-next{ top: 20%; right:-12%; }
.box3-sm .owl-carousel .owl-nav button.owl-prev span,
.box3-sm .owl-carousel .owl-nav button.owl-next span{
	font-size: 4rem; opacity: 1; color: rgba(0, 0, 0, .15)
}


@media only screen and (max-width:375px) {
  .box3-sm-text{
    width: 80%;
    margin: 1% auto 10%;
    text-align: center;
  }
  .box3-sm-text h5{ font-size: 170%; }
  .box3-sm-text p{ font-size: 150%;}
}


.th-text-on{
  padding: 0 8%;
  cursor: pointer;
}