/* 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 #ccc transparent;
  border-style: dashed dashed solid dashed;
  width: 0;
  height: 0;
  overflow: hidden;
}
/* 背景自适应 */
/* 颜色设置 */
.disl {
  display: inline-block;
}
.bos {
  box-sizing: border-box;
}
.mainheader .protitle p strong {
  color: #ff823f;
}
.mainheader .prosearch input[type="button"] {
  background: #ff823f;
}
.mainheader .prophone {
  color: #ff823f;
}
.mainnav {
  background: #ff823f;
}
.mainnav li ul {
  background: #ff823f;
}
.mainnav li.selecded a,
.mainnav li a:hover {
  background: #FE9963;
}
.tra {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
}
/*导入字体*/
.bos {
  box-sizing: border-box;
}
/*轮翻大图*/
.topTitle .obtain {
  display: none;
  *zoom: 1;
}
.topTitle .obtain:after {
  content: " ";
  clear: both;
  display: table;
}
.topTitle .obtain a:hover {
  color: #333;
}
@media (min-width: 992px) {
  .topTitle .obtain {
    display: block;
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    height: 100%;
    width: 300px;
    padding: 30px 10px 30px 30px;
    box-sizing: border-box;
    background-color: #e7e7e7;
  }
  .topTitle .obtain p {
    font-size: 24px;
    font-weight: bold;
    color: #e8350d;
  }
  .topTitle .obtain span {
    font-size: 14px;
    color: #999999;
    padding: 10px 0 20px 0;
    border-bottom: 1px solid #dadada;
    display: inline-block;
  }
  .topTitle .obtain ul {
    padding: 15px 0 0 0;
  }
  .topTitle .obtain ul li {
    padding: 10px 0 0 0;
    font-size: 14px;
    color: #555555;
  }
  .topTitle .obtain ul li:before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e8340c;
    margin-right: 8px;
  }
  .topTitle .obtain .protime {
    background: url(../images/bannerlbg.jpg) center center no-repeat;
    background-size: cover;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.82);
    width: 300px;
    margin: 30px 0 0 -30px;
    height: 160px;
    white-space: nowrap;
    line-height: 160px;
  }
  .topTitle .obtain .protime span {
    background: url(../images/djsbg.png) center center no-repeat;
    display: inline-block;
    width: 133px;
    height: 95px;
    font-weight: bold;
    padding: 0 0;
    line-height: 100px;
    margin: 0 13px;
    vertical-align: middle;
    border-bottom: none;
    font-size: 51px;
    color: rgba(234, 83, 49, 0.8);
  }
}
@media (min-width: 1200px) {
  .topTitle .obtain {
    top: 0;
    right: 50%;
    margin-right: -600px;
  }
}
@media (min-width: 1200px) {
  .mainheader .protitle {
    width: 475px;
  }
}
/* banner */
.topTitle {
  height: 270px;
  position: relative;
  overflow-y: hidden;
}
.topTitle .bdIndex li {
  cursor: pointer;
}
.topTitle .bdIndex li span {
  display: block;
  width: 100%;
  height: 270px;
  background-size: cover !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  -ms-background-size: cover !important;
}
.topTitle .bdIndex li span article {
  box-sizing: border-box;
  height: 240px;
  padding: 30px 0;
}
.topTitle .bdIndex li span section {
  position: absolute;
  padding: 20px 20px 0;
  top: 50%;
  box-sizing: border-box;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.topTitle .bdIndex li h1 {
  font-size: 42px;
  color: #fff;
}
.topTitle .bdIndex li h2 {
  color: #ffb013;
  font-size: 36px;
}
.topTitle .bdIndex li p {
  padding: 20px 0;
  line-height: 24px;
  color: #fff;
}
.topTitle .bdIndex li a {
  color: #437bbb;
  font-size: 16px;
  display: block;
  width: 180px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}
.topTitle .hdIndex {
  display: none;
}
@media (min-width: 640px) {
  .topTitle {
    height: 360px;
  }
  .topTitle .bdIndex li span {
    height: 360px;
  }
  .topTitle .bdIndex li span article {
    height: 360px;
  }
  .topTitle .bdIndex li span section {
    padding: 0 40px;
    width: 540px;
  }
  .topTitle .bdIndex li h1 {
    font-size: 60px;
  }
  .topTitle .bdIndex li h2 {
    font-size: 48px;
    line-height: 40px;
  }
  .topTitle .bdIndex li p {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .topTitle {
    height: 400px;
  }
  .topTitle .bdIndex li span {
    height: 400px;
  }
  .topTitle .hdIndex {
    display: block;
    width: 50%;
    *zoom: 1;
    position: absolute;
    bottom: 30px;
    left: 20%;
    margin-left: -58px;
  }
  .topTitle .hdIndex:after {
    content: " ";
    clear: both;
    display: table;
  }
  .topTitle .hdIndex li {
    float: left;
    text-indent: -9999em;
    margin-right: 10px;
    width: 50px;
    height: 5px;
    transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.8);
    cursor: pointer ;
  }
  .topTitle .hdIndex li.on {
    width: 140px;
    background: rgba(255, 255, 255, 0.5);
  }
}
@media (min-width: 1200px) {
  .topTitle {
    height: 500px;
  }
  .topTitle .bdIndex li span {
    height: 500px;
  }
  .topTitle .bdIndex li span article {
    width: 1200px;
    margin: 0 auto;
  }
  .topTitle .bdIndex li h1 {
    font-size: 60px;
  }
  .topTitle .bdIndex li h2 {
    font-size: 48px;
  }
  .topTitle .bdIndex li p {
    padding-top: 0;
    font-size: 18px;
    line-height: 36px;
  }
}
.ky_header > .proserch > i {
  width: 35px;
  background: #adbccc;
}
.ky_header > .proserch input {
  border: 1px solid #adbccc;
}
.ky_header .prologo img:nth-last-of-type(1) {
  display: none;
}
@media (min-width: 640px) {
  .ky_header .prologo img:nth-last-of-type(1) {
    display: inline-block;
  }
}
.ky_header {
  border-bottom: none;
}
.ky_nav {
  background: #f95531;
}
.ky_nav > .navWrap > ul > li {
  cursor: pointer;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -ms-transition: all .5s;
  width: 16.66%;
  padding-right: initial;
}
.ky_nav > .navWrap > ul > li > a {
  text-align: center;
  color: #fff;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-size: 16px;
}
.ky_nav > .navWrap > ul > li:hover {
  background: #d74525;
}
.ky_nav > .navWrap > ul > li:hover > a {
  color: #fff;
}
p {
  line-height: 26px;
}
.kyTitle {
  *zoom: 1;
  text-align: center;
}
.kyTitle:after {
  content: " ";
  clear: both;
  display: table;
}
.kyTitle h2 {
  font-size: 20px;
}
.kyTitle span {
  display: inline-block;
  color: #ff823f;
  margin-top: 15px;
  position: relative;
}
.kyTitle span i,
.kyTitle span em {
  position: absolute;
  width: 23px;
  height: 2px;
  top: 40%;
  display: inline-block;
  background: #ff823f;
}
.kyTitle span i {
  left: -30px;
}
.kyTitle span em {
  right: -30px;
}
@media (min-width: 1200px) {
  .kyTitle h2 {
    font-size: 24px;
  }
}
.kyTitle h2 {
  text-align: left;
  font-size: 24px;
  color: #333333;
}
.kyTitle h2:before {
  width: 4px;
  height: 20px;
  background: #ff4d4d;
  content: " ";
  margin: 0px 10px -1px 0;
  display: inline-block;
}
@media (max-width: 640px) {
  .kyTitle h2 {
    font-size: 20px;
  }
}
.kyTitle a {
  float: right;
  margin: -27px 0 0 0;
  font-size: 16px;
  color: #ff4d4d;
}
@media (max-width: 640px) {
  .kyTitle a {
    margin: 10px 0 0 0;
  }
}
.kyTitle a:hover {
  color: rgba(255, 77, 77, 0.5);
}
@media (max-width: 640px) {
  .kyTitle {
    margin-bottom: 10px;
  }
}
.K-more {
  color: #ff823f;
  font-size: 18px;
  text-align: center;
  display: block;
  margin: 20px auto;
  border: 1px solid #ff823f;
  width: 200px;
  line-height: 50px;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  box-sizing: border-box;
}
.K-more:hover {
  background: #ff823f;
  color: #fff;
}
.RFP_consult {
  *zoom: 1;
  padding: 40px 20px 30px;
}
.RFP_consult:after {
  content: " ";
  clear: both;
  display: table;
}
.RFP_consult ul {
  padding-top: 30px;
  *zoom: 1;
}
.RFP_consult ul:after {
  content: " ";
  clear: both;
  display: table;
}
.RFP_consult li {
  padding: 10px 15px;
  box-sizing: border-box;
}
.RFP_consult li a {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  border: solid 1px #ddd;
}
.RFP_consult li span {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 130, 63, 0.6);
  line-height: 30px;
  padding: 10px;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  display: none;
}
.RFP_consult li img {
  width: 100%;
  max-height: 179px;
}
.RFP_consult li h3 {
  font-size: 18px;
  color: #333;
  height: 56px;
  margin: 15px 15px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.RFP_consult li a:hover {
  border: solid 1px #ff823f;
}
.RFP_consult li a:hover span {
  display: block;
}
.RFP_consult li a:hover h3 {
  color: #ff823f;
}
.RFP_consult li p {
  width: 100%;
  box-sizing: border-box;
  color: #999;
  text-align: left;
  height: 68px;
  padding: 0 15px;
  line-height: 24px;
  font-size: 12px;
  margin-bottom: 15px;
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.RFP_consult li .erea {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 22px;
}
.RFP_consult li:nth-child(3),
.RFP_consult li:nth-child(4) {
  display: none;
}
@media (min-width: 480px) {
  .RFP_consult li {
    float: left;
    width: 50%;
  }
  .RFP_consult li p {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .RFP_consult li {
    width: 33%;
  }
  .RFP_consult li:nth-child(3) {
    display: block;
  }
}
@media (min-width: 1200px) {
  .RFP_consult {
    width: 1200px;
    padding: 0;
    margin: 90px auto 25px;
  }
  .RFP_consult li {
    width: 25%;
  }
  .RFP_consult li:nth-child(4) {
    display: block;
  }
  .RFP_consult li span {
    font-size: 18px;
  }
}
.experienceShare {
  *zoom: 1;
  padding: 50px 0;
  box-sizing: border-box;
}
.experienceShare:after {
  content: " ";
  clear: both;
  display: table;
}
.experienceShare .ES_left {
  *zoom: 1;
  text-align: center;
  float: left;
  display: none;
}
.experienceShare .ES_left:after {
  content: " ";
  clear: both;
  display: table;
}
.experienceShare .ES_left h3 a {
  color: #fff;
}
.experienceShare .ES_right {
  *zoom: 1;
}
.experienceShare .ES_right:after {
  content: " ";
  clear: both;
  display: table;
}
.experienceShare .ES_right h4 {
  display: none;
}
.experienceShare .ES_right .secTab {
  *zoom: 1;
}
.experienceShare .ES_right .secTab:after {
  content: " ";
  clear: both;
  display: table;
}
.experienceShare .ES_right .secTab li {
  float: left;
  width: 25%;
  text-align: left;
  height: 50px;
}
.experienceShare .ES_right .secTab li a {
  box-sizing: border-box;
  padding: 0 5px;
  line-height: 50px;
  display: inline-block;
}
.experienceShare .ES_right .secTab li.selected a {
  border-bottom: 1px solid #ff823f;
  margin-bottom: -1px;
  color: #ff823f;
}
.experienceShare .ES_right .secTab li:hover a {
  color: #ff823f;
}
.experienceShare .ES_right .ctn {
  *zoom: 1;
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
}
.experienceShare .ES_right .ctn:after {
  content: " ";
  clear: both;
  display: table;
}
.experienceShare .ES_right .ctn .ESR_bottom {
  display: none;
}
.experienceShare .ES_right .ctn .ESR_bottom:first-child {
  display: block;
}
.experienceShare .ES_right .guide {
  *zoom: 1;
  margin-bottom: 30px;
}
.experienceShare .ES_right .guide:after {
  content: " ";
  clear: both;
  display: table;
}
.experienceShare .ES_right .guide .uls {
  *zoom: 1;
}
.experienceShare .ES_right .guide .uls:after {
  content: " ";
  clear: both;
  display: table;
}
.experienceShare .ES_right .guide .uls img {
  display: block;
  float: left;
  width: 150px;
}
.experienceShare .ES_right .guide .uls article {
  width: 46%;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
}
.experienceShare .ES_right .guide .uls article h3 {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-size: 16px;
}
.experienceShare .ES_right .guide .uls article p {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  color: #999;
}
.experienceShare .ES_right .guide dl {
  *zoom: 1;
}
.experienceShare .ES_right .guide dl:after {
  content: " ";
  clear: both;
  display: table;
}
.experienceShare .ES_right .guide dt {
  float: left;
  width: 150px;
  height: 150px;
}
.experienceShare .ES_right .guide dt a {
  width: 100%;
  height: 100%;
  display: block;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.experienceShare .ES_right .guide dd {
  width: 46%;
  box-sizing: border-box;
  float: left;
  padding-left: 15px;
}
.experienceShare .ES_right .guide dd a h3 {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 10px;
  font-size: 16px;
}
.experienceShare .ES_right .guide dd a h3:hover {
  color: #ff823f;
}
.experienceShare .ES_right .guide dd a p {
  overflow: hidden;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  color: #999;
}
.experienceShare .ES_right .guide ul {
  *zoom: 1;
  margin-top: 10px;
}
.experienceShare .ES_right .guide ul:after {
  content: " ";
  clear: both;
  display: table;
}
.experienceShare .ES_right .guide li {
  padding: 5px 0;
}
.experienceShare .ES_right .guide li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background: #ff823f;
  margin-right: 5px;
  margin-bottom: 5px;
}
.experienceShare .ES_right .guide li a:hover {
  color: #ff823f;
}
@media (min-width: 768px) {
  .experienceShare .ES_right .secTab {
    width: 650px;
    padding-left: 15px;
  }
  .experienceShare .ES_right .ctn {
    padding: 40px;
  }
  .experienceShare .ES_right .guide {
    width: 50%;
    float: left;
  }
  .experienceShare .ES_right .guide ul {
    margin-top: 25px;
  }
  .experienceShare .ES_right .guide li {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .experienceShare {
    padding: 70px 0;
    width: 1200px;
    margin: auto;
  }
  .experienceShare .ES_left {
    display: block;
    float: left;
  }
  .experienceShare .ES_left h3 {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
  }
  .experienceShare .ES_right {
    width: 80%;
    float: left;
  }
  .experienceShare .ES_right h4 {
    display: block;
  }
  .experienceShare .ES_right .secTab li a {
    font-size: 16px;
  }
}
/*友情链接*/
.friends {
  *zoom: 1;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0 40px;
  box-sizing: border-box;
  display: none;
}
.friends:after {
  content: " ";
  clear: both;
  display: table;
}
.friends .jcbhp-ttl {
  *zoom: 1;
  width: 100%;
  border-bottom: solid 2px #ff823f;
  margin-bottom: 30px;
}
.friends .jcbhp-ttl:after {
  content: " ";
  clear: both;
  display: table;
}
.friends .jcbhp-ttl ul {
  overflow: hidden;
}
.friends .jcbhp-ttl li {
  float: left;
  width: 120px;
  height: 45px;
  line-height: 45px;
  font-size: 20px;
  text-align: center;
  margin-right: 10px;
  padding-top: 0;
}
.friends .jcbhp-ttl li a {
  color: #666;
}
.friends .jcbhp-ttl li:hover,
.friends .jcbhp-ttl li.selected {
  background-color: #ff823f;
}
.friends .jcbhp-ttl li:hover a,
.friends .jcbhp-ttl li.selected a {
  color: #fff;
}
.friends ul {
  *zoom: 1;
  display: none;
}
.friends ul:after {
  content: " ";
  clear: both;
  display: table;
}
.friends ul:first-child {
  display: block;
}
.friends li {
  width: 50%;
  float: left;
  padding: 10px;
  box-sizing: border-box;
}
.friends li img {
  border: solid 1px #ddd;
}
@media (min-width: 640px) {
  .friends li {
    width: 33%;
  }
  .friends li img {
    width: 200px;
  }
}
@media (min-width: 768px) {
  .friends {
    display: block;
  }
  .friends li {
    width: 25%;
  }
}
@media (min-width: 1200px) {
  .friends {
    width: 1200px;
  }
  .friends li {
    width: 20%;
  }
}
h1 {
  position: absolute;
  left: -2000px;
}
.ky_jump {
  background: #fff;
  overflow: hidden;
}
.ky_jump section {
  *zoom: 1;
  max-width: 1200px;
  margin: 60px auto 60px;
}
.ky_jump section:after {
  content: " ";
  clear: both;
  display: table;
}
@media (max-width: 640px) {
  .ky_jump section {
    margin: 30px auto 30px;
  }
}
.ky_jump section ul {
  box-sizing: border-box;
  border: 1px solid #eee;
  width: 57%;
  float: left;
  *zoom: 1;
}
.ky_jump section ul:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_jump section ul li {
  width: 25%;
  box-sizing: border-box;
  float: left;
  padding: 20px 0;
  text-align: center;
  border-right: 1px solid #eeeeee;
}
.ky_jump section ul li span {
  font-size: 16px;
  color: #666666;
}
.ky_jump section ul li img {
  display: block;
  margin: 0 auto 10px;
}
.ky_jump section ul li:nth-of-type(4) {
  border-right: none;
}
.ky_jump section ul li:hover {
  box-shadow: 0px 0px 10px 2px #dae0e6;
}
@media (max-width: 980px) {
  .ky_jump section ul {
    float: initial;
    width: 100%;
    max-width: 640px;
    margin: auto;
  }
}
.ky_jump section div {
  border: 1px solid #efefef;
  float: right;
  overflow: hidden;
}
.ky_jump section div img {
  max-width: 123px;
  float: left;
  padding: 5px;
}
.ky_jump section div article {
  padding: 0 30px;
  background: #fcfdfd;
  height: 133px;
  float: right;
}
.ky_jump section div article p {
  font-size: 18px;
  color: #333333;
}
.ky_jump section div article p:nth-of-type(1) {
  margin: 15px 0 10px 0;
  font-size: 24px;
  color: #adbccc;
  font-weight: bold;
}
@media (max-width: 432px) {
  .ky_jump section div article p:nth-of-type(1) {
    margin: 7px 0 2px 0;
    font-size: 20px;
  }
}
.ky_jump section div article p:nth-of-type(2) {
  padding-bottom: 13px;
  border-bottom: 1px solid #eeeeee;
}
@media (max-width: 432px) {
  .ky_jump section div article p:nth-of-type(2) {
    padding-bottom: 7px;
    font-size: 14px;
  }
}
.ky_jump section div article p:nth-of-type(3) {
  margin-top: 5px;
  font-size: 14px;
  color: #666666;
}
.ky_jump section div article p:nth-of-type(3) o {
  color: #32b49a;
}
@media (max-width: 640px) {
  .ky_jump section div article p:nth-of-type(3) span {
    display: none;
  }
}
@media (max-width: 980px) {
  .ky_jump section div {
    float: initial;
    margin: 20px auto 0;
    width: 100%;
    max-width: 415px;
  }
  .ky_jump section div img {
    width: 30%;
    padding: 1% 1%;
  }
  .ky_jump section div article {
    width: 62%;
    padding: 0 3%;
  }
}
@media (max-width: 432px) {
  .ky_jump section div img {
    width: 100px;
    padding: 5px;
  }
  .ky_jump section div article {
    height: 110px;
    width: 60%;
    max-width: 250px;
    padding: 0 10px;
  }
}
@media (max-width: 341px) {
  .ky_jump section div article {
    width: 57%;
  }
}
.ky_smbit {
  *zoom: 1;
  background: url(../images/smbitbg.jpg);
}
.ky_smbit:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_smbit .coursecenter {
  max-width: 800px;
  margin: auto;
  text-align: center;
  padding: 60px 0;
}
@media (max-width: 640px) {
  .ky_smbit .coursecenter {
    padding: 30px 0;
  }
}
.ky_smbit .coursecenter h2 {
  font-size: 24px;
  color: #fefefe;
  margin: 0 0 50px 0;
}
@media (max-width: 640px) {
  .ky_smbit .coursecenter h2 {
    margin: 0 0 30px 0;
  }
}
.ky_smbit .coursecenter ul {
  overflow: hidden;
}
.ky_smbit .coursecenter ul li {
  float: left;
  width: 50%;
  overflow: hidden;
  margin: 0 0 35px 0;
}
.ky_smbit .coursecenter ul li input {
  width: 90%;
  height: 40px;
  border: none;
  padding: 0 0 0 20px;
  color: rgba(255, 255, 255, 0.702);
  box-shadow: 0px 0px 4px #b84b2f inset;
  background: rgba(146, 4, 14, 0.1);
}
.ky_smbit .coursecenter ul li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.702);
}
.ky_smbit .coursecenter ul li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.702);
}
.ky_smbit .coursecenter ul li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.702);
}
.ky_smbit .coursecenter ul li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.702);
}
.ky_smbit .coursecenter ul li:nth-of-type(5) {
  float: initial;
  margin: auto;
  width: 216px;
}
.ky_smbit .coursecenter ul li:nth-of-type(5) input {
  cursor: pointer;
  width: 100%;
  padding: 0;
  background: #ffbf65;
  border-bottom: 2px solid #e6a141;
  font-size: 14px;
  color: #7c3726;
  line-height: 40px;
  box-shadow: none;
}
.ky_smbit .coursecenter ul li:nth-of-type(5) input:hover {
  background: none;
  border: 1px solid #e6a141;
  color: #e6a141;
}
@media (max-width: 640px) {
  .ky_smbit .coursecenter ul li {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
/* .ky_jump{
    overflow: hidden;
    section{
        overflow: hidden;
        max-width: 1200px;
        margin: 60px auto 60px;
        @media(max-width:640px){
            margin: 30px auto 30px;
        }
        ul{
            width: 57%;
            float: left;
            overflow: hidden;
            li{
                width: 25%;
                box-sizing: border-box;
                float: left;
                text-align: center;
                border-right: 1px solid #eeeeee;
                span{
                    font-size: 16px;
                    color: rgb(102, 102, 102);
                }
                img{
                    display: block;
                    margin: 0 auto 10px;
                }
                &:nth-of-type(4){
                    border-right: none;
                }
            }
            @media(max-width:980px){
                float: initial;
                width: 100%;
                max-width: 640px;
                margin: auto;
            }
        }
        div{
            border: 1px solid #efefef;
            float: right;
            overflow: hidden;
            img{
                float: left;
                padding: 5px;
            }
            article{
                padding: 0 30px;
                background: #fcfdfd;
                height: 133px;
                float: right;
                p{
                    font-size: 18px;
                    color: rgb(51, 51, 51);
                    &:nth-of-type(1){
                        margin: 15px 0 10px 0;
                        font-size: 24px;
                        color: rgb(173, 188, 204);
                        font-weight: bold;
                        @media(max-width:432px){
                            margin: 7px 0 2px 0;
                            font-size: 20px;
                        }
                    }
                    &:nth-of-type(2){
                        padding-bottom: 13px;
                        border-bottom: 1px solid #eeeeee;
                        @media(max-width:432px){
                            padding-bottom: 7px;
                            font-size: 14px;
                        }
                    }
                    &:nth-of-type(3){
                        margin-top: 5px;
                        font-size: 14px;
                        color: rgb(102, 102, 102);
                        o{
                            color: rgb(50, 180, 154);
                        }
                        i{
                            
                        }
                        span{
                            @media(max-width:640px){
                                display: none;
                            }
                        }
                    }
                }
            }
            @media(max-width:980px){
                float: initial;
                margin: 20px auto 0;
                width: 100%;
                max-width: 415px;
                img{
                    width: 30%;
                    padding: 1% 1%;
                }
                article{
                    width: 62%;
                    padding: 0 3%;
                }
            }
            @media(max-width:432px){
                img{
                    width: 100px;
                    padding: 5px;
                }
                article{
                    height: 110px;
                    width: 60%;
                    max-width: 250px;
                    padding: 0 10px;
                }
                
            }
            @media(max-width:341px){
                article{
                    width: 57%;
                }
            }
        }
    }
} */
/*推荐课程*/
.ky_curse {
  *zoom: 1;
  background: #f7f8f9;
}
.ky_curse:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_curse .index_title span i {
  background: #f8f8f8;
}
.ky_curse .coursecenter {
  padding: 30px 20px 0;
  margin: 0 auto;
}
.ky_curse .coursecenter .kyTitle {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .ky_curse .coursecenter .kyTitle {
    margin-bottom: 10px;
  }
}
.ky_curse .coursecenter ul {
  overflow: hidden;
  margin-bottom: 65px;
}
.ky_curse .coursecenter li {
  background: #fff;
  *zoom: 1;
  width: 100%;
  margin: 25px 0;
  border: solid 1px #eee;
  box-sizing: border-box;
  position: relative;
  display: none;
}
.ky_curse .coursecenter li:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_curse .coursecenter li:nth-child(-n+2) {
  display: block;
}
.ky_curse .coursecenter li img {
  width: 100%;
}
.ky_curse .coursecenter li h3 {
  font-size: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 15px;
  box-sizing: border-box;
  color: #666;
}
.ky_curse .coursecenter li h3 i {
  float: right;
  font-size: 12px;
  color: #999999;
  line-height: 26px;
}
.ky_curse .coursecenter li p {
  font-size: 14px;
  display: -webkit-box;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 15px;
  line-height: 24px;
  margin-top: 20px;
  height: 58px;
  overflow: hidden;
  color: #999;
  line-height: 2.143;
}
.ky_curse .coursecenter li p span {
  display: none;
}
.ky_curse .coursecenter li h4 {
  margin: 15px 15px 20px;
  padding: 20px 0px 0;
  color: #ff823f;
  border-top: 1px dashed #ddd;
  font-size: 12px;
}
.ky_curse .coursecenter li h4 i {
  display: none;
  padding-right: 5px;
}
.ky_curse .coursecenter li h4 em {
  color: #ff823f;
}
.ky_curse .coursecenter li h5,
.ky_curse .coursecenter li strong {
  display: none;
}
.ky_curse .coursecenter li:hover {
  background: #f7f8f9;
}
.ky_curse .coursecenter li:hover p {
  color: #666;
}
.ky_curse .coursecenter li:hover h3 {
  color: #333;
}
@media (min-width: 448px) {
  .ky_curse .coursecenter li {
    margin: 6px auto 0px;
  }
  .ky_curse .coursecenter li img {
    float: left;
    width: 185px;
    height: 122px;
    margin-right: 15px;
  }
  .ky_curse .coursecenter li section {
    padding: 0 30px;
    overflow: hidden;
  }
  .ky_curse .coursecenter li p {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .ky_curse .coursecenter li h3,
  .ky_curse .coursecenter li p {
    padding: 0;
  }
  .ky_curse .coursecenter li h4 {
    padding-top: 5px;
    margin: 5px 0 0 0;
  }
}
@media (min-width: 768px) {
  .ky_curse .coursecenter li {
    width: 49.7%;
    display: block;
  }
  .ky_curse .coursecenter li:nth-child(odd) {
    float: left;
  }
  .ky_curse .coursecenter li:nth-child(even) {
    float: right;
  }
}
@media (min-width: 1200px) {
  .ky_curse .coursecenter {
    width: 1200px;
    margin: auto;
    padding: 50px 20px 0;
  }
  .ky_curse .coursecenter li img {
    width: 270px;
    height: 179px;
  }
  .ky_curse .coursecenter li h3 {
    padding: 15px 0 10px;
    border-bottom: 1px solid #eee;
  }
  .ky_curse .coursecenter li h4 {
    padding-top: 15px;
  }
}
/*推荐课程*/
.ky_time {
  *zoom: 1;
  background: #fff;
}
.ky_time:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_time .coursecenter {
  max-width: 1200px;
  margin: auto;
  padding: 50px 0;
}
.ky_time .coursecenter .kyTitle {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .ky_time .coursecenter .kyTitle {
    margin-bottom: 10px;
  }
}
.ky_time .coursecenter ul:nth-of-type(1) {
  padding: 18px 0 20px 30px;
  border: 1px solid #eee;
  box-sizing: border-box;
  background: url(../images/teatextbg.jpg) center right no-repeat;
  background-size: cover;
}
.ky_time .coursecenter ul:nth-of-type(1) li {
  display: none;
}
.ky_time .coursecenter ul:nth-of-type(1) li p {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 20px;
}
.ky_time .coursecenter ul:nth-of-type(1) li span {
  display: block;
  font-size: 14px;
  color: rgba(102, 102, 102, 0.902);
}
.ky_time .coursecenter ul:nth-of-type(1) li span i {
  padding: 0 10px;
  height: 20px;
  display: inline-block;
  background: #adbccc;
  border-radius: 10px;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  color: #fffefe;
  margin: 0 10px 14px 0;
}
.ky_time .coursecenter ul:nth-of-type(1) .texton {
  display: block;
}
.ky_time .coursecenter ul:nth-of-type(2) {
  overflow: hidden;
}
.ky_time .coursecenter ul:nth-of-type(2) li {
  cursor: pointer;
  position: relative;
  text-align: center;
  float: left;
  width: 12.5%;
}
.ky_time .coursecenter ul:nth-of-type(2) li span {
  display: block;
  margin: 15px 0 0 0;
  padding-bottom: 20px;
  border-bottom: 1px dashed #dedee9;
  font-size: 14px;
  color: #999999;
}
.ky_time .coursecenter ul:nth-of-type(2) li img {
  margin: auto;
  display: block;
}
.ky_time .coursecenter ul:nth-of-type(2) li img:nth-of-type(1) {
  margin: 0 auto 6px;
  display: none;
}
.ky_time .coursecenter ul:nth-of-type(2) li img:nth-of-type(3) {
  display: none;
}
.ky_time .coursecenter ul:nth-of-type(2) li img:nth-of-type(2),
.ky_time .coursecenter ul:nth-of-type(2) li img:nth-of-type(3) {
  margin: -8px auto 0px;
}
.ky_time .coursecenter ul:nth-of-type(2) li img:nth-of-type(4) {
  margin: 19px auto 0;
}
.ky_time .coursecenter ul:nth-of-type(2) li img:nth-of-type(5) {
  position: absolute;
  right: -9px;
  bottom: 10px;
  z-index: 10;
}
.ky_time .coursecenter ul:nth-of-type(2) li p {
  background: #ff8c8c;
  font-size: 14px;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #fff;
}
.ky_time .coursecenter ul:nth-of-type(2) li:nth-of-type(2) p {
  background: #ff7f7f;
}
.ky_time .coursecenter ul:nth-of-type(2) li:nth-of-type(3) p {
  background: #ff7373;
}
.ky_time .coursecenter ul:nth-of-type(2) li:nth-of-type(4) p {
  background: #ff6666;
}
.ky_time .coursecenter ul:nth-of-type(2) li:nth-of-type(5) p {
  background: #ff5959;
}
.ky_time .coursecenter ul:nth-of-type(2) li:nth-of-type(6) p {
  background: #ff4c4c;
}
.ky_time .coursecenter ul:nth-of-type(2) li:nth-of-type(7) p {
  background: #ff4040;
}
.ky_time .coursecenter ul:nth-of-type(2) li:nth-of-type(8) p {
  background: #ff3333;
}
.ky_time .coursecenter ul:nth-of-type(2) .dianon span {
  margin: 6px 0 0 0;
  color: #ff3333;
}
.ky_time .coursecenter ul:nth-of-type(2) .dianon img:nth-of-type(1) {
  display: block;
}
.ky_time .coursecenter ul:nth-of-type(2) .dianon img:nth-of-type(2) {
  display: none;
}
.ky_time .coursecenter ul:nth-of-type(2) .dianon img:nth-of-type(3) {
  display: block;
}
@media (max-width: 640px) {
  .ky_time {
    display: none;
  }
}
@media (max-width: 448px) {
  .ky_time .coursecenter {
    padding: 0 20px;
    margin: 0 auto;
  }
}
.ky_school {
  *zoom: 1;
  background: #f7f8f9;
}
.ky_school:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_school .coursecenter {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 640px) {
  .ky_school .coursecenter {
    padding: 30px 20px;
  }
}
.ky_school .coursecenter .kyTitle {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .ky_school .coursecenter .kyTitle {
    margin-bottom: 10px;
  }
}
.ky_school .coursecenter ul {
  border: 1px solid #eee;
  box-sizing: border-box;
  overflow: hidden;
}
.ky_school .coursecenter ul li {
  float: left;
  width: 16.66%;
  box-sizing: border-box;
  background: #fff;
  text-align: center;
  height: 150px;
  border-right: 1px solid #eee;
}
.ky_school .coursecenter ul li div {
  display: none;
}
.ky_school .coursecenter ul li div p {
  font-size: 18px;
  color: #333333;
  margin: 20px 0 15px 0;
}
@media (max-width: 700px) {
  .ky_school .coursecenter ul li div p {
    font-size: 14px;
  }
}
.ky_school .coursecenter ul li div a {
  display: block;
  width: 108px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #ff4d4d;
  margin: 0px auto 10px;
}
@media (max-width: 700px) {
  .ky_school .coursecenter ul li div a {
    width: 85px;
  }
}
.ky_school .coursecenter ul li img {
  margin: 35px 0;
}
.ky_school .coursecenter ul li:nth-of-type(1),
.ky_school .coursecenter ul li:nth-of-type(2),
.ky_school .coursecenter ul li:nth-of-type(3),
.ky_school .coursecenter ul li:nth-of-type(4),
.ky_school .coursecenter ul li:nth-of-type(5),
.ky_school .coursecenter ul li:nth-of-type(6) {
  border-bottom: 1px solid #eee;
}
.ky_school .coursecenter ul li:nth-of-type(6),
.ky_school .coursecenter ul li:nth-of-type(12) {
  border-right: none;
}
@media (max-width: 640px) {
  .ky_school .coursecenter ul li {
    height: 125px;
    width: 25%;
  }
  .ky_school .coursecenter ul li:nth-of-type(7),
  .ky_school .coursecenter ul li:nth-of-type(8) {
    border-bottom: 1px solid #eee;
  }
  .ky_school .coursecenter ul li:nth-of-type(6) {
    border-right: 1px solid #eee;
  }
  .ky_school .coursecenter ul li:nth-of-type(4),
  .ky_school .coursecenter ul li:nth-of-type(8) {
    border-right: none;
  }
  .ky_school .coursecenter ul li img {
    margin: 21px 0;
  }
  .ky_school .coursecenter ul li div p {
    margin: 10px 0 10px 0;
  }
  .ky_school .coursecenter ul li div a {
    width: 90%;
  }
}
@media (max-width: 400px) {
  .ky_school .coursecenter ul li {
    width: 33.33%;
  }
  .ky_school .coursecenter ul li:nth-of-type(9) {
    border-bottom: 1px solid #eee;
  }
  .ky_school .coursecenter ul li:nth-of-type(4),
  .ky_school .coursecenter ul li:nth-of-type(8) {
    border-right: 1px solid #eee;
  }
  .ky_school .coursecenter ul li:nth-of-type(3),
  .ky_school .coursecenter ul li:nth-of-type(6),
  .ky_school .coursecenter ul li:nth-of-type(9) {
    border-right: none;
  }
}
.ky_school .coursecenter ul li:hover {
  background: #f7f8f9;
}
.ky_school .coursecenter ul li:hover img {
  display: none;
}
.ky_school .coursecenter ul li:hover div {
  display: block;
}
.ky_school .coursecenter > a {
  width: 167px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  font-size: 14px;
  color: #fff;
  border: 1px solid #ff4d4d;
  background: #ff4d4d;
  margin: 45px 25px 0 0;
}
.ky_school .coursecenter > a:nth-of-type(2) {
  margin-right: 0;
}
@media (max-width: 430px) {
  .ky_school .coursecenter > a {
    margin: 20px 0px 0 0;
  }
}
.ky_school .coursecenter > a:hover {
  background: #fff;
  color: #ff4d4d;
}
.ky_news {
  *zoom: 1;
}
.ky_news:after {
  content: " ";
  clear: both;
  display: table;
}
.ky_news .coursecenter {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  padding: 50px 20px;
}
@media (max-width: 640px) {
  .ky_news .coursecenter {
    padding: 30px 20px;
  }
}
.ky_news .coursecenter .kyTitle {
  margin-bottom: 30px;
}
@media (max-width: 640px) {
  .ky_news .coursecenter .kyTitle {
    margin-bottom: 10px;
  }
}
.ky_news .coursecenter .kyTitle a {
  margin: -27px 0 0 0;
}
.ky_news .coursecenter article {
  width: 48%;
  float: left;
}
.ky_news .coursecenter article:nth-of-type(1) {
  margin: 0 4% 0 0;
}
.ky_news .coursecenter article ul {
  border: 1px solid #EEEEEE;
}
.ky_news .coursecenter article ul li {
  cursor: pointer;
  display: -webkit-box;
  word-break: break-all;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #EEEEEE;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0 20px;
  color: #999;
  -webkit-line-clamp: 1;
}
.ky_news .coursecenter article ul li a {
  color: #999;
}
.ky_news .coursecenter article ul li:before {
  width: 6px;
  height: 6px;
  background: #32b49a;
  content: " ";
  margin: 0px 10px 2px 0;
  display: inline-block;
  border-radius: 50%;
}
.ky_news .coursecenter article ul li:nth-of-type(6) {
  border-bottom: none;
}
.ky_news .coursecenter article ul li:hover {
  background: #c5cfdb;
  color: #fff;
}
.ky_news .coursecenter article ul li:hover a {
  color: #fff;
}
.ky_news .coursecenter article ul li:hover:before {
  background: #fff;
}
@media (max-width: 780px) {
  .ky_news .coursecenter article {
    width: 100%;
    margin-top: 30px;
  }
  .ky_news .coursecenter article ul li {
    padding: 0 5px;
  }
}
