/* LESS Document */
/* 清除浮动 */
/*常用颜色*/
/*常用字号*/
/* float */
.left {
  float: left;
}
.right {
  float: right;
}
.fnone {
  float: none;
}
.middle {
  float: left;
}
/* text-align */
.tleft {
  text-align: left;
}
.tright {
  text-align: right;
}
.tcenter {
  text-align: center;
}
/* display */
.dis {
  display: block;
}
.undis {
  display: none;
}
/*单行载断*/
/*单行载断溢出省略号*/
/*3行载断溢出省略号*/
/*边框圆角*/
/* 圆角  */
/*配模式定位*/
/*下阴影*/
/*弹出窗口半透明灰*/
/*1200屏*/
.sanjiao {
  border-width: 20px;
  border-color: transparent transparent #cccccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* 背景自适应 */
.mainheader .protitle p strong {
  color: #b51108;
}
.mainheader .prosearch input[type="button"] {
  background: #b51108;
}
.mainheader .prophone {
  color: #b51108;
}
.mainnav {
  background: #b51108;
}
.mainnav ul {
  display: block;
}
.mainnav ul li.selecded a {
  background: #b51108;
}
.mainnav ul li a {
  background: #b51108;
}
.mainnav ul li a:hover {
  background: #6d0600;
}
.mainnav ul li ul li:hover a {
  background: #6d0600;
}
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?-ivr5ln');
  src: url('fonts/icomoon.eot?#iefix-ivr5ln') format('embedded-opentype'), url('fonts/icomoon.ttf?-ivr5ln') format('truetype'), url('fonts/icomoon.woff?-ivr5ln') format('woff'), url('fonts/icomoon.svg?-ivr5ln#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a:hover {
  color: #333333;
}
.container {
  *zoom: 1;
  padding: 0 10px;
  box-sizing: border-box;
}
.container:after {
  content: " ";
  clear: both;
  display: table;
}
@media (min-width: 1200px) {
  .container {
    width: 1024px;
    margin: auto;
    padding: 0px;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1200px;
    margin: auto;
    padding: 0px;
  }
}
.cs_title h3 {
  font-size: 16px;
}
.cs_title h3:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 22px;
  background-color: #b51108;
  margin-right: 15px;
}
.cd_title {
  height: 38px;
  display: inline-block;
  font-size: 20px;
  line-height: 38px;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  background: #b51108;
  color: #fff;
  padding: 0 15px 0 7px;
}
.cd_title em {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #fff;
  vertical-align: top;
  margin: 7px 5px 0 0;
}
@media (min-width: 640px) {
  .cs_title h3 {
    font-size: 20px;
  }
}
.class-banner {
  width: 100%;
  background: url(../images/gbanner_01.jpg) no-repeat;
  background-size: cover;
  text-align: center;
  box-sizing: border-box;
}
.class-banner h2 {
  *zoom: 1;
  text-align: center;
}
.class-banner h2:after {
  content: " ";
  clear: both;
  display: table;
}
.class-banner h2 .flt {
  display: none;
}
.class-banner h2 .frt {
  max-width: 320px;
  margin-right: -30px;
}
@media (min-width: 640px) {
  .class-banner h2 .frt {
    max-width: 448px;
  }
}
@media (min-width: 992px) {
  .class-banner h2 .flt {
    display: block;
    max-width: 50%;
    float: left;
  }
  .class-banner h2 .frt {
    max-width: 45%;
  }
}
@media (min-width: 1200px) {
  .class-banner h2 {
    width: 1200px;
    margin: 0 auto;
  }
  .class-banner h2 .flt {
    float: left;
    display: block;
    margin-left: -120px;
    max-width: 710px;
  }
  .class-banner h2 .frt {
    float: right;
    margin-right: -100px;
    max-width: 647px;
  }
}
.mainnav {
  background: #b51108;
}
.mainnav ul li .icon-j-bottom {
  display: none;
}
.mainnav ul li ul li {
  position: relative;
  box-sizing: border-box;
}
.mainnav ul li ul li:hover {
  background: #6d0600;
}
.mainnav ul li ul li section {
  *zoom: 1;
  zoom: 1;
  position: absolute;
  display: none;
  top: 0px;
  color: #333333;
  background: #ffffff;
  left: 100%;
  box-sizing: border-box;
  padding: 5px 10px 0px;
  border: 1px solid #b51108;
  min-height: 150px;
}
.mainnav ul li ul li section:after {
  content: " ";
  clear: both;
  display: table;
}
.mainnav ul li ul li section div {
  *zoom: 1;
  zoom: 1;
  box-sizing: border-box;
}
.mainnav ul li ul li section div:after {
  content: " ";
  clear: both;
  display: table;
}
.mainnav ul li ul li section div h3 {
  padding: 8px 15px;
  float: left;
  display: block;
  color: #000000;
  font-size: 16px;
}
.mainnav ul li ul li section div h3 a {
  color: #333333;
  line-height: 26px;
  background: #ffffff !important;
}
.mainnav ul li ul li section div h3 a:hover {
  background: #ffffff;
  color: #6d0600;
}
.mainnav ul li ul li:hover section {
  display: block;
}
.mainnav ul li ul li:nth-child(2) section {
  top: -50px;
}
.mainnav ul li ul li:nth-child(3) section {
  top: -100px;
}
.mainnav ul li ul li:nth-child(4) section {
  top: -150px;
}
.cor-training_title {
  text-align: center;
  padding: 55px 0 40px;
}
.cor-training_title h2 {
  display: inline-block;
  font-size: 20px;
  color: #041123;
  border-bottom: 2px solid #b51108;
  font-weight: bold;
  margin: 0 auto;
  position: relative;
  padding-bottom: 10px;
}
.cor-training_title h2 em {
  display: block;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -5px;
  width: 14px;
  height: 14px;
  background: #b51108;
  border-radius: 100%;
}
.cor-training_title p {
  padding: 0 5px;
  color: #b51108;
  font-size: 14px;
  max-width: 785px;
  margin: 25px auto auto;
}
@media (min-width: 640px) {
  .cor-training_title {
    padding: 75px 0 40px;
  }
  .cor-training_title h2 {
    font-size: 24px;
  }
  .cor-training_title p {
    padding: 0 45px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .cor-training_title h2 {
    font-size: 36px;
  }
  .cor-training_title p {
    font-size: 18px;
  }
}
.trylisten {
  padding: 30px 10px;
  margin-top: 30px;
  box-sizing: border-box;
  background: #f8f8f8;
}
.trylisten .cs_title {
  max-width: 1024px;
  margin: auto;
}
.trylisten .secTabs {
  *zoom: 1;
  margin: 20px auto;
  width: 90%;
}
.trylisten .secTabs:after {
  content: " ";
  clear: both;
  display: table;
}
.trylisten .secTabs ul {
  *zoom: 1;
  border: 1px solid #dddddd;
}
.trylisten .secTabs ul:after {
  content: " ";
  clear: both;
  display: table;
}
.trylisten .secTabs ul li {
  float: left;
  width: 33.3%;
  box-sizing: border-box;
  text-align: center;
  height: 40px;
  border-right: 1px solid #dddddd;
}
.trylisten .secTabs ul li:last-child {
  border-right: none;
}
.trylisten .secTabs ul li a {
  font-size: 16px;
  line-height: 40px;
}
.trylisten .secTabs ul li.selected {
  background: #b51108;
  border-color: transparent;
  position: relative;
}
.trylisten .secTabs ul li.selected:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 12px solid transparent;
  border-top-color: #b51108;
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  bottom: -20px;
}
.trylisten .secTabs ul li.selected a {
  color: #ffffff;
  font-size: 16px;
}
.trylisten .contain {
  margin: 0 auto;
}
.trylisten .ctn {
  margin: 0 auto;
}
.trylisten .enroll {
  margin: auto;
  margin-top: 20px;
  padding-top: 15px;
  max-width: 600px;
  display: none;
  padding-left: 28px;
}
.trylisten .enroll:first-child {
  display: block;
}
.trylisten .enroll p {
  margin: 20px 0;
}
.trylisten .enroll p i {
  left: -10px;
  top: 2px;
  position: absolute;
  color: #f8bc05;
}
.trylisten .enroll p:last-child {
  text-align: center;
  color: #666666;
  font-size: 16px;
}
.trylisten .enroll label {
  width: 56px;
  position: relative;
}
.trylisten .enroll input {
  width: 80%;
}
.trylisten .enroll textarea {
  width: 79%;
  height: 100px;
  overflow-y: scroll;
  max-width: 79%;
}
.trylisten .enroll .submit {
  margin-left: 41px;
  background-color: #b51108;
}
@media (min-width: 768px) {
  .trylisten {
    margin-top: 60px;
    padding: 40px 10px;
  }
  .trylisten .contain {
    display: table;
  }
  .trylisten .secTabs {
    width: 100%;
  }
  .trylisten .secTabs ul li {
    height: 60px;
  }
  .trylisten .secTabs ul li a {
    line-height: 60px;
  }
  .trylisten .enroll {
    padding-left: 0px;
  }
  .trylisten .enroll label {
    font-size: 16px;
  }
  .trylisten .enroll input {
    height: 50px;
    width: 460px;
  }
  .trylisten .enroll textarea {
    width: 456px;
    max-width: 456px;
  }
  .trylisten .enroll .submit {
    font-size: 16px;
    margin-left: 0px;
  }
  .trylisten .enroll p:nth-child(7) {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .trylisten .contain {
    width: 1024px;
    margin: 30px auto;
  }
  .trylisten .contain ul {
    width: 57%;
    margin: 20px auto;
  }
  .trylisten .enroll {
    max-width: 555px;
  }
  .trylisten .enroll input {
    width: 503px;
  }
  .trylisten .enroll textarea {
    width: 500px;
    max-width: 505px;
  }
  .trylisten .enroll .submit {
    font-size: 20px;
  }
}
@media (min-width: 1400px) {
  .trylisten .contain {
    width: 1200px;
  }
}
.class-nav {
  *zoom: 1;
}
.class-nav:after {
  content: " ";
  clear: both;
  display: table;
}
.class-nav ul {
  *zoom: 1;
}
.class-nav ul:after {
  content: " ";
  clear: both;
  display: table;
}
.class-nav ul li {
  width: 20%;
  float: left;
  height: 50px;
  background: #b51108;
  text-align: center;
  box-sizing: border-box;
  border-right: 1px solid #ffffff;
  position: relative;
}
.class-nav ul li a {
  color: #ffffff;
  display: block;
  line-height: 50px;
}
.class-nav ul li a i {
  display: none;
  margin-right: 10px;
  font-size: 24px;
}
.class-nav ul li.selected {
  background: #6d0600;
}
.class-nav article {
  *zoom: 1;
  margin-top: 50px;
  padding: 25px 15px;
  background: #f2f1f6;
  box-sizing: border-box;
  text-indent: 2em;
}
.class-nav article:after {
  content: " ";
  clear: both;
  display: table;
}
.class-nav article em {
  display: flex;
  float: left;
  font-size: 40px;
  color: #3a93ed;
  padding-right: 15px;
}
.class-nav article p {
  display: box;
  display: -webkit-box;
  *zoom: 1;
  line-height: 25px;
}
.class-nav article p:after {
  content: " ";
  clear: both;
  display: table;
}
.precentnav ul li {
  width: 25%;
}
@media (min-width: 640px) {
  .class-nav ul li {
    height: 60px;
  }
  .class-nav ul li a {
    line-height: 60px;
    font-size: 16px;
  }
  .class-nav article em {
    font-size: 48px;
  }
  .class-nav article p {
    font-size: 15px;
  }
}
@media (min-width: 1200px) {
  .class-nav {
    width: 1200px;
    margin: 0 auto;
    width: 1024px;
    margin-top: 77px;
  }
  .class-nav ul li {
    height: 55px;
  }
  .class-nav ul li a {
    line-height: 55px;
    font-size: 20px;
  }
  .class-nav ul li a i {
    display: inline-block;
    font-size: 28px;
  }
  .class-nav ul li.selected:before {
    border: 14px solid transparent;
    border-top-color: #6d0600;
    bottom: -25px;
  }
  .class-nav article {
    padding: 60px 40px;
  }
  .class-nav article em {
    font-size: 56px;
  }
  .class-nav article p {
    font-size: 16px;
    line-height: 30px;
  }
}
@media (min-width: 1400px) {
  .class-nav {
    width: 1200px;
  }
  .class-nav ul li {
    height: 80px;
  }
  .class-nav ul li a {
    line-height: 80px;
  }
}
@media (min-width: 992px) {
  footer .profooter dd {
    padding: 0px 35px 20px 65px;
  }
  footer .profooter dd h3 {
    padding: 5px 0px;
  }
}
.cor-certificate {
  *zoom: 1;
  margin: 45px auto;
}
.cor-certificate:after {
  content: " ";
  clear: both;
  display: table;
}
.cer_intro {
  *zoom: 1;
}
.cer_intro:after {
  content: " ";
  clear: both;
  display: table;
}
.cer_intro section {
  *zoom: 1;
  margin-top: 15px;
  padding-left: 40px;
  box-sizing: border-box;
  text-indent: 2em;
  line-height: 26px;
}
.cer_intro section:after {
  content: " ";
  clear: both;
  display: table;
}
@media (min-width: 1200px) {
  .cer_intro {
    width: 1024px;
  }
}
@media (min-width: 1400px) {
  .cer_intro {
    width: 1200px;
  }
}
.cer_introduction {
  padding: 35px 10px;
  max-width: 1024px;
  margin: auto;
}
.cer_introduction ul li {
  padding: 15px 0 0;
}
.cer_introduction ul li:last-child article {
  border: none;
}
.cer_introduction ul li aside {
  margin-bottom: 10px;
}
.cer_introduction ul li aside h3 {
  display: inline-block;
  background: #b51108;
  font-size: 16px;
  line-height: 30px;
  padding: 0 15px;
  color: #fff;
}
.cer_introduction ul li article {
  border-bottom: 2px solid #898989;
  padding-bottom: 15px;
}
.cer_introduction ul li article p {
  padding-left: 15px;
  box-sizing: border-box;
  margin: 5px 0;
  line-height: 24px;
}
.cer_introduction ul li article p i {
  display: inline-block;
  vertical-align: top;
  color: #b51108;
  float: left;
  margin: -1px 2px 0 -15px;
}
@media (min-width: 768px) {
  .cer_introduction {
    padding: 40px 0px;
  }
  .cer_introduction ul li {
    *zoom: 1;
    position: relative;
  }
  .cer_introduction ul li:after {
    content: " ";
    clear: both;
    display: table;
  }
  .cer_introduction ul li aside {
    width: 20%;
    float: left;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cer_introduction ul li article {
    width: 80%;
    float: right;
  }
}
@media (min-width: 980px) {
  .cer_introduction ul li aside {
    width: 15%;
  }
  .cer_introduction ul li article {
    width: 85%;
  }
  .cer_introduction ul li article p {
    line-height: 26px;
    padding-left: 20px;
  }
  .cer_introduction ul li article p i {
    margin-left: -20px;
  }
}
@media (min-width: 1200px) {
  .cer_introduction {
    padding: 45px 0px;
  }
  .cer_introduction ul li article p {
    line-height: 28px;
  }
}
@media (min-width: 1400px) {
  .cer_introduction {
    max-width: 1200px;
  }
}
.cer_train3 {
  *zoom: 1;
  background: #ffffff;
  box-sizing: border-box;
  padding: 40px 10px;
  max-width: 1024px;
  margin: auto;
}
.cer_train3:after {
  content: " ";
  clear: both;
  display: table;
}
.cer_train3 p {
  box-sizing: border-box;
  padding-left: 40px;
  margin-top: 20px;
}
@media (min-width: 1400px) {
  .cer_train3 {
    max-width: 1200px;
  }
}
.cer_table {
  *zoom: 1;
  box-sizing: border-box;
  padding: 60px 10px 0px;
  margin-bottom: 40px;
}
.cer_table:after {
  content: " ";
  clear: both;
  display: table;
}
.cer_table p {
  margin-top: 25px;
}
.cer_table table {
  margin-top: 25px;
  background: #efeff0;
}
.cer_table table th,
.cer_table table td {
  border: 2px solid #FDC7C7;
  text-align: center;
  padding: 8px 5px;
  color: #666666;
}
.cer_table table tr:nth-child(1) {
  background: #f77f78;
}
.cer_table table tr:nth-child(1) th {
  font-weight: bold;
  color: #ffffff;
  font-size: 16px;
}
.floatdl {
  max-width: 1024px;
  margin: 40px auto auto;
  *zoom: 1;
  box-sizing: border-box;
}
.floatdl:after {
  content: " ";
  clear: both;
  display: table;
}
.floatdl section {
  width: 100%;
  clear: both;
  *zoom: 1;
  margin-top: 30px;
  box-sizing: border-box;
  padding-left: 40px;
}
.floatdl section:after {
  content: " ";
  clear: both;
  display: table;
}
.floatdl dl {
  width: 100%;
  *zoom: 1;
  box-sizing: border-box;
}
.floatdl dl:after {
  content: " ";
  clear: both;
  display: table;
}
.floatdl dl dt {
  width: 100%;
  padding: 15px 0px;
  text-align: center;
  font-size: 16px;
  color: #b51108;
}
.floatdl dl dt i {
  margin-right: 5px;
}
.floatdl dl dd {
  border-left: none;
  width: 100%;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  text-align: center;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .floatdl {
    display: block;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .floatdl section {
    margin-top: 20px;
  }
  .floatdl dl {
    width: 33.3%;
    float: left;
    padding-left: 30px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .floatdl dl dd {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
@media (min-width: 768px) {
  .floatdl dl dt {
    text-align: left;
  }
  .floatdl dl dd {
    text-align: left;
  }
}
@media (min-width: 1400px) {
  .floatdl {
    max-width: 1024px;
  }
}
.ST_title h2 {
  font-weight: normal;
  color: #ffffff;
  width: 300px;
  border-bottom-color: #6b8ca8;
}
.ST_title h2 em {
  width: 65px;
  height: 2px;
  background: #ffffff;
  bottom: -2px;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
}
.backbottom {
  text-align: center;
  margin: 50px auto;
  clear: both;
}
.backbottom a {
  display: block;
}
.ST_floatNav {
  *zoom: 1;
  position: absolute;
  top: 40%;
  right: 50%;
  margin-right: -600px;
  display: none;
}
.ST_floatNav:after {
  content: " ";
  clear: both;
  display: table;
}
.ST_floatNav ul {
  *zoom: 1;
}
.ST_floatNav ul:after {
  content: " ";
  clear: both;
  display: table;
}
.ST_floatNav li {
  margin-top: 30px;
  border-color: #6b8ca8;
  border-style: solid;
  border-width: 2px;
  width: 75px;
  height: 75px;
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ST_floatNav li a {
  display: block;
  color: #929eac;
  height: 100px;
  width: 110px;
  margin: 7px 0 20px 21px;
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.ST_floatNav li.selected {
  border-color: #b51108;
  background: rgba(42, 75, 93, 0.4);
}
.ST_floatNav li.selected a {
  color: #b51108;
}
@media (min-width: 1200px) {
  .ST_floatNav {
    display: block;
  }
}
.onlineLearn {
  *zoom: 1;
  padding: 0 10px;
  margin: auto auto;
  box-sizing: border-box;
  background: url(../images/bgg_01.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
.onlineLearn:after {
  content: " ";
  clear: both;
  display: table;
}
.onlineLearn .OL_content {
  *zoom: 1;
}
.onlineLearn .OL_content:after {
  content: " ";
  clear: both;
  display: table;
}
.onlineLearn .OL_content h3 {
  text-align: center;
}
.onlineLearn .OL_content h3 img {
  max-width: 100%;
}
.onlineLearn .OL_content article {
  padding: 0 20px;
  *zoom: 1;
  text-align: center;
  box-sizing: border-box;
  color: #c5cdd6;
  margin: auto auto;
}
.onlineLearn .OL_content article:after {
  content: " ";
  clear: both;
  display: table;
}
.onlineLearn .OL_content article h4 {
  color: #ffffff;
  font-size: 18px;
  padding: 20px 0px;
}
.onlineLearn .OL_content .living {
  *zoom: 1;
  margin: auto;
}
.onlineLearn .OL_content .living:after {
  content: " ";
  clear: both;
  display: table;
}
.onlineLearn .OL_content .living ul {
  *zoom: 1;
}
.onlineLearn .OL_content .living ul:after {
  content: " ";
  clear: both;
  display: table;
}
.onlineLearn .OL_content .living li {
  width: 180px;
  padding: 5px 10px;
  border: 1px solid #c5cdd6;
  box-sizing: border-box;
  margin: 20px auto 0;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  -webkit-background: rgba(255, 255, 255, 0.4);
  -moz-background: rgba(255, 255, 255, 0.4);
  -ms-background: rgba(255, 255, 255, 0.4);
}
.onlineLearn .OL_content .living dl {
  max-width: 430px;
  color: #c5cdd6;
  margin-bottom: 40px;
}
.onlineLearn .OL_content .living dl dd {
  box-sizing: border-box;
  padding: 30px 0 0 55px;
}
.JCminClass {
  padding: 0 10px;
  margin: 0 auto;
  *zoom: 1;
  box-sizing: border-box;
  background: url(../images/jcbg_02.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
.JCminClass:after {
  content: " ";
  clear: both;
  display: table;
}
.JCminClass .JCC_container {
  *zoom: 1;
}
.JCminClass .JCC_container:after {
  content: " ";
  clear: both;
  display: table;
}
.JCminClass .JCC_video {
  *zoom: 1;
  margin-top: 50px;
  width: 280px;
  height: 196px;
}
.JCminClass .JCC_video:after {
  content: " ";
  clear: both;
  display: table;
}
.JCminClass .JCC_video img {
  max-width: 100%;
}
.JCC_content {
  margin-top: 50px;
  *zoom: 1;
}
.JCC_content:after {
  content: " ";
  clear: both;
  display: table;
}
.JCC_content h3 {
  color: #ffffff;
  font-size: 18px;
  margin-bottom: 40px;
}
.JCC_content p {
  line-height: 26px;
  color: #fff;
}
.JCC_content p img {
  max-width: 100%;
}
.mobileLearn {
  padding: 0 10px;
  *zoom: 1;
  box-sizing: border-box;
  background: #e1e9ef;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
.mobileLearn:after {
  content: " ";
  clear: both;
  display: table;
}
.mobileLearn .M_app {
  *zoom: 1;
  margin: 0 auto;
  box-sizing: border-box;
}
.mobileLearn .M_app:after {
  content: " ";
  clear: both;
  display: table;
}
.mobileLearn .M_app p {
  color: #6f7588;
  line-height: 26px;
  text-align: center;
}
.mobileLearn .M_app .gfdeuList {
  *zoom: 1;
  margin: 50px auto 80px;
  box-sizing: border-box;
}
.mobileLearn .M_app .gfdeuList:after {
  content: " ";
  clear: both;
  display: table;
}
.mobileLearn .M_app .gfdeuList ul {
  *zoom: 1;
}
.mobileLearn .M_app .gfdeuList ul:after {
  content: " ";
  clear: both;
  display: table;
}
.mobileLearn .M_app .gfdeuList li {
  box-sizing: border-box;
  padding: 20px 5px;
  border-top: 1px solid #869cb0;
}
.mobileLearn .M_app .gfdeuList li h3 {
  color: #0f3657;
  font-size: 18px;
  padding-bottom: 10px;
}
.mobileLearn .M_app .gfdeuList li img {
  width: 50px;
  float: left;
}
.mobileLearn .M_app .gfdeuList li article {
  box-sizing: border-box;
  padding-left: 20px;
  display: table;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #6f7588;
}
.Mb_application {
  *zoom: 1;
  padding: 0 10px;
  box-sizing: border-box;
  background: url(../images/bg3_02.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
}
.Mb_application:after {
  content: " ";
  clear: both;
  display: table;
}
.Mb_application .Mb_container {
  *zoom: 1;
  margin: auto auto 100px;
}
.Mb_application .Mb_container:after {
  content: " ";
  clear: both;
  display: table;
}
.Mb_application .Mb_container .licai {
  *zoom: 1;
}
.Mb_application .Mb_container .licai:after {
  content: " ";
  clear: both;
  display: table;
}
.Mb_application .Mb_container .licai p {
  text-indent: 2em;
}
.Mb_application .Mb_container .Mb_phone {
  clear: both;
  *zoom: 1;
  padding-top: 40px;
}
.Mb_application .Mb_container .Mb_phone:after {
  content: " ";
  clear: both;
  display: table;
}
.Mb_application .Mb_container .Mb_phone h4 {
  text-align: center;
}
@media (min-width: 640px) {
  .onlineLearn .OL_content .living {
    width: 640px;
  }
  .onlineLearn .OL_content .living ul {
    margin: 30px auto;
    padding: 20px 0;
    position: relative;
  }
  .onlineLearn .OL_content .living ul:before {
    content: "";
    display: block;
    width: 423px;
    height: 1px;
    background: #c5cdd6;
    position: absolute;
    left: 90px;
    top: 0px;
  }
  .onlineLearn .OL_content .living li {
    float: left;
    position: relative;
  }
  .onlineLearn .OL_content .living li:nth-child(2) {
    margin-left: 31px;
    margin-right: 31px;
  }
  .onlineLearn .OL_content .living li:before {
    content: "";
    display: block;
    height: 41px;
    width: 1px;
    background: #c5cdd6;
    position: absolute;
    top: -41px;
    left: 50%;
  }
  .Mb_application .Mb_container .Mb_phone h4 {
    float: left;
    width: 50%;
    text-align: center;
  }
}
@media (min-width: 768px) {
  .onlineLearn {
    padding: 0 30px;
  }
  .onlineLearn .OL_content article {
    width: 550px;
  }
  .onlineLearn .OL_content article h4 {
    font-size: 20px;
  }
  .JCminClass {
    padding: 0 30px;
  }
  .JCminClass .JCC_video {
    margin-top: 230px;
    width: 345px;
    height: 241px;
    float: right;
  }
  .JCC_content {
    float: left;
    width: 50%;
  }
  .JCC_content p {
    width: 510px;
  }
  .mobileLearn {
    padding: 0 30px;
  }
  .mobileLearn .M_app .gfdeuList {
    border-bottom: 1px solid #869cb0;
  }
  .mobileLearn .M_app .gfdeuList li {
    width: 50%;
    float: left;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobileLearn .M_app .gfdeuList li:nth-child(odd) {
    border-right: 1px solid #869cb0;
  }
  .Mb_application {
    padding: 0 30px;
  }
  .Mb_application .Mb_container .Mb_phone {
    width: 730px;
  }
}
@media (min-width: 1200px) {
  .onlineLearn .OL_content {
    padding: 0;
    width: 1200px;
    margin: auto auto;
  }
  .onlineLearn .OL_content article {
    width: 550px;
  }
  .onlineLearn .OL_content article h4 {
    font-size: 20px;
  }
  .onlineLearn .OL_content .living {
    width: 980px;
  }
  .onlineLearn .OL_content .living ul:before {
    width: 800px;
  }
  .onlineLearn .OL_content .living li:nth-child(2) {
    margin-left: 220px;
    margin-right: 220px;
  }
  .onlineLearn .OL_content .living dl {
    float: left;
  }
  .onlineLearn .OL_content .living dl.FloatL {
    margin-right: 120px;
  }
  .JCminClass {
    padding: 0;
  }
  .JCminClass .JCC_container {
    width: 1200px;
    *zoom: 1;
    margin: auto;
  }
  .JCminClass .JCC_container:after {
    content: " ";
    clear: both;
    display: table;
  }
  .JCminClass .JCC_container h3 {
    font-size: 20px;
  }
  .JCminClass .JCC_container .JCC_video {
    width: 543px;
    height: 380px;
    margin-top: 50px;
  }
  .JCminClass .JCC_container .backbottom {
    padding-top: 100px;
  }
  .mobileLearn {
    padding: 0px;
  }
  .mobileLearn .M_app {
    width: 1200px;
    marin: auto;
  }
  .mobileLearn .M_app p {
    width: 854px;
    margin: auto;
  }
  .mobileLearn .M_app article {
    width: auto;
  }
  .Mb_application {
    padding: 0;
  }
  .Mb_application .Mb_container {
    width: 1200px;
  }
  .Mb_application .Mb_container .licai {
    width: 50%;
    float: left;
  }
  .Mb_application .Mb_container .Mb_phone {
    width: auto;
    float: right;
    clear: inherit;
  }
  .Mb_application .Mb_container .Mb_phone h4 {
    box-sizing: border-box;
    padding-left: 20px;
  }
}
