#jcbd h2{
    margin: 40px 0 10px;
    color: #fff;
}
#jcbd .sub{
    text-align: center;
}
#jcbd .c2 h3 {
    height: 44px;
    margin-top: 40px;
}
#jcbd .c2 .sub {
    color: #ceb890;
}
#jcbd .c2 .sub::before {
    background-image: url("../img/lpbs_icon_title_before2.png");
}
#jcbd .c2 .sub::after {
    background-image: url("../img/lpbs_icon_title_after2.png");
}
#jcbd .c2 .sub p {
    position: relative;
    top: 10px;
    display: inline-block;
}
#jcbd .c2 {
    height: 838px;
    background: url("../img/lpbs_jcbd_bg_0428.jpg") no-repeat center bottom;
    overflow: hidden;
}
#jcbd .c2 .content {
    position: relative;
}
#jcbd .c2 .content p {
    animation: changeFont 10s linear 0s infinite;
}
#jcbd .c2 .cue1 {
    position: absolute;
    top: 410px;
    left: 330px;
    display: block;
    width: 135px;
    height: 147px;
    background: url("../img/lpbs_jcbd_bg_c1.png") no-repeat center;
}
#jcbd .c2 .cue1 p {
    padding: 10px;
    font-size: 16px;
    color: #6f4918;
}
#jcbd .c2 .cue1 b {
    position: absolute;
    bottom: 14px;
    left: 30px;
    font-size: 18px;
    color: #6f4918;
}
#jcbd .c2 .cue2 {
    position: absolute;
    top: -23px;
    left: 652px;
    display: block;
    width: 353px;
    height: 66px;
    background: url("../img/lpbs_jcbd_bg_c2.png") no-repeat center;
}
#jcbd .c2 .cue2 p {
    padding: 10px;
    margin-left: 117px;
    font-size: 16px;
    color: #6f4918;
}
#jcbd .c2 .cue2 b {
    position: absolute;
    bottom: 20px;
    left: 22px;
    font-size: 18px;
    color: #6f4918;
}
#jcbd .c2 .cue3 {
    position: absolute;
    top: 620px;
    left: 270px;
    display: block;
    width: 260px;
    height: 100px;
    background: url("../img/lpbs_jcbd_bg_c3.png") no-repeat center;
}
#jcbd .c2 .cue3 p {
    padding: 5px 20px 0 8px;
    margin-top: 35px;
    font-size: 16px;
    color: #6f4918;
}
#jcbd .c2 .cue3 b {
    position: absolute;
    bottom: 80px;
    left: 169px;
    font-size: 18px;
    color: #6f4918;
}
#jcbd .c2 .cue4 {
    position: absolute;
    top: 620px;
    left: 810px;
    display: block;
    width: 260px;
    height: 100px;
    background: url("../img/lpbs_jcbd_bg_c4.png") no-repeat center;
}
#jcbd .c2 .cue4 p {
    padding: 10px;
    margin: 25px 0 0 26px;
    font-size: 16px;
    color: #6f4918;
}
#jcbd .c2 .cue4 b {
    position: absolute;
    bottom: 83px;
    left: 20px;
    font-size: 18px;
    color: #6f4918;
}
#jcbd .c2 a.ckgdsj {
    position: absolute;
    top: 720px;
    left: 459px;
    display: block;
    width: 186px;
    height: 50px;
    line-height: 50px;
    background-color: #ff5758;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    transition: all 0.3s;
}
#jcbd .c2 a.ckgdsj:hover {
    transform: translate(0, -5px);
}
@-moz-keyframes changeFont {
    0% {
        color: #333;
    }
    25% {
        color: #3652fa;
    }
    50% {
        color: #f60;
    }
    75% {
        color: #ab00ff;
    }
    100% {
        color: #f00;
    }
}
@-webkit-keyframes changeFont {
    0% {
        color: #333;
    }
    25% {
        color: #3652fa;
    }
    50% {
        color: #f60;
    }
    75% {
        color: #ab00ff;
    }
    100% {
        color: #f00;
    }
}
@-o-keyframes changeFont {
    0% {
        color: #333;
    }
    25% {
        color: #3652fa;
    }
    50% {
        color: #f60;
    }
    75% {
        color: #ab00ff;
    }
    100% {
        color: #f00;
    }
}
@keyframes changeFont {
    0% {
        color: #333;
    }
    25% {
        color: #3652fa;
    }
    50% {
        color: #f60;
    }
    75% {
        color: #ab00ff;
    }
    100% {
        color: #f00;
    }
}
.pv-cover:before{
    background-color: rgba(0,16,27,.1)!important;
}
#zhbj h2 {
    margin-bottom: 0;
}
#zhbj .sub {
    font-size: 16px;
    color: #666;
    text-align: center;
}
#zhbj .title {
    width: 500px;
    height: 54px;
    margin: 30px 0 24px;
}
#zhbj .title ul {
    display: flex;
    justify-content: space-between;
}
#zhbj .title li {
    width: 168px;
    height: 54px;
    line-height: 54px;
    margin-right: 10px;
    font-size: 18px;
    color: #333;
    text-align: center;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#zhbj .title li.active {
    background-color: #cea972;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
#zhbj .title li.active::after {
    content: "";
    display: block;
    position: relative;
    bottom: -15px;
    left: 44px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-top: 1px solid #cea972;
    border-left: 1px solid #cea972;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#zhbj .main {
    overflow: hidden;
    width: 1100px;
    padding: 20px 0;
    border: 1px solid #cea972;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#zhbj .cc {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#zhbj .course {
    position: relative;
    width: 550px;
    height: 360px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#zhbj .course:nth-of-type(2) {
    border-left: 1px solid #ddd;
}
#zhbj .course .tag {
    position: relative;
    left: -20px;
    width: 150px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(to right, #e4f1ff, #fff);
    padding: 0 0 0 20px;
    font-size: 16px;
    color: #3397ff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#zhbj .course h4 {
    margin: 10px 0 3px;
    font-size: 30px;
    color: #000;
    text-align: left;
}
#zhbj .course p.course_time {
    margin: 3px 0;
    font-size: 14px;
    color: #666;
}
#zhbj .course .tsfw {
    line-height: 30px;
    font-size: 16px;
    color: #333;
}
#zhbj .course .tsfw .ckxx {
    position: relative;
    vertical-align: middle;
    overflow: hidden;
    display: inline-block;
    width: 238px;
    height: 24px;
    line-height: 22px;
    font-size: 14px;
    color: #af8242;
    font-weight: bold;
    border: 1px solid #e5c699;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    cursor: pointer;
}
#zhbj .course .tsfw .ckxx::before {
    content: "重";
    display: inline-block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    background-color: #e5c699;
    margin-right: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#zhbj .course .tsfw .ckxx::after {
    content: "查看协议";
    position: absolute;
    right: 0;
    display: inline-block;
    width: 75px;
    height: 22px;
    line-height: 22px;
    background-color: #e5c699;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
#zhbj .course .teacher {
    position: absolute;
    top: 20px;
    left: 67%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 120px;
    margin-top: 20px;
}
#zhbj .course .teacher .t1 {
    width: 64px;
    margin-right: 20px;
    font-size: 14px;
    color: #666;
    text-align: center;
}
#zhbj .course .teacher .t1 img {
    width: 100%;
}
#zhbj .course .stkc h5 {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    margin: 16px 0 6px;
}
#zhbj .course .stkc ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
#zhbj .course .stkc ul li {
    position: relative;
    overflow: hidden;
    width: 218px;
    height: 28px;
    line-height: 26px;
    border: 1px solid #82bfff;
    margin-right: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
#zhbj .course .stkc ul li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 4px;
    height: 26px;
    background-color: #3397ff;
}
#zhbj .course .stkc ul li:hover {
    background-color: #edf6ff;
}
#zhbj .course .stkc ul li a {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    color: #ff6826;
}
#zhbj .course .stkc ul li a::before {
    content: "";
    display: inline-block;
    width: 13px;
    height: 11px;
    background: url("../img/tpbs_zhbj_listen.png") no-repeat center;
    margin-right: 5px;
}
#zhbj .course .gmjz {
    border-top: 1px dashed #ddd;
    border-bottom: 1px dashed #ddd;
    padding: 20px 0 14px 0;
    margin-top: 20px;
}
#zhbj .course .gmjz h6 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
#zhbj .course .gmjz ul {
    margin-top: 4px;
}
#zhbj .course .gmjz ul li {
    line-height: 20px;
    font-size: 14px;
    color: #333;
}
#zhbj .course .gmjz ul li::before {
    content: "";
    position: relative;
    top: -2px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #b2b2b2;
    margin-right: 8px;
    margin-left: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#zhbj .course .price {
    position: absolute;
    top: 224px;
    right: 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 12px 0 16px;
}
#zhbj .course .price p {
    font-size: 14px;
    color: #999;
}
#zhbj .course .price span {
    font-size: 18px;
    color: #ff5758;
}
#zhbj .course .price span b {
    font-size: 24px;
}
#zhbj .course .zixun {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
#zhbj .course .zixun a {
    display: block;
    width: 240px;
    height: 52px;
    line-height: 50px;
    border: 1px solid #ff5758;
    font-size: 16px;
    color: #ff5758;
    font-weight: 600;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: 0.3s;
}
#zhbj .course .zixun a:last-child {
    background-color: #ff5758;
    color: #fff;
}
#zhbj .course .zixun a:hover {
    transform: translate(0, -5px);
}
#szjs {
    height: 666px;
    background: url("../img/ptms_teacher_bg1.jpg") no-repeat center;
    overflow: hidden;
}
#szjs h2.title{
    margin: 40px auto 10px;
}
#szjs .sub{
    font-size: 16px;
    color: #666;
    text-align: center;
}
#szjs{
    height: 600px;
}
#szjs .teacher ul {
    position: relative;
    width: 713px;
    height: 237px;
    margin: 0 auto;
}
#szjs .teacher ul li {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 100;
    opacity: 0.7;
}
#szjs .teacher ul li:nth-of-type(2) {
    left: 106px;
    z-index: 200;
}
#szjs .teacher ul li:nth-of-type(3) {
    left: 229px;
    z-index: 500;
    opacity: 1;
}
#szjs .teacher ul li:nth-of-type(4) {
    left: 390px;
    z-index: 200;
}
#szjs .teacher ul li:nth-of-type(5) {
    left: 566px;
    z-index: 100;
}
#szjs .teacher ul li img {
    vertical-align: middle;
}
#szjs .introduce {
    position: relative;
    top: -8px;
    width: 1100px;
    height: 208px;
    overflow: hidden;
    margin: 0 auto;
}
#szjs .introduce > ul {
    overflow: hidden;
}
#szjs .introduce > ul > li {
    display: flex;
    justify-content: flex-start;
    width: 1100px;
    height: 200px;
    background-color: #fff;
    margin-top: 8px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
#szjs .introduce > ul > li .left {
    width: 195px;
    height: 200px;
}
#szjs .introduce > ul > li .left h5 {
    position: relative;
    top: -8px;
    width: 110px;
    height: 58px;
    line-height: 58px;
    background-color: #54af83;
    margin: 0 auto;
    font-size: 20px;
    color: #fff;
    text-align: center;
}
#szjs .introduce > ul > li .left p {
    font-size: 16px;
    color: #333;
    text-align: center;
}
#szjs .introduce > ul > li .middle {
    position: relative;
    width: 450px;
    height: 200px;
}
#szjs .introduce > ul > li .middle p {
    line-height: 28px;
    margin-left: 22px;
    font-size: 16px;
    color: #666;
}
#szjs .introduce > ul > li .middle p b {
    font-size: 16px;
    color: #333;
}
#szjs .introduce > ul > li .middle p span {
    color: #54af83;
    font-weight: bold;
}
#szjs .introduce > ul > li .middle p:first-child {
    margin-top: 18px;
}
#szjs .introduce > ul > li .middle a.ljxx {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: block;
    width: 110px;
    height: 32px;
    line-height: 32px;
    margin: 30px 0 0 24px;
    background-color: #54af83;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    transition: 0.2s;
}
#szjs .introduce > ul > li .middle a.ljxx:hover {
    -webkit-transform: translate(0, -3px);
    -moz-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    transform: translate(0, -3px);
    box-shadow: 0 0 15px 1px rgba(255,104,39,0.2);
}
#szjs .introduce > ul > li .right {
    width: 455px;
    height: 200px;
}
#szjs .introduce > ul > li .right h6 {
    margin-top: 25px;
    font-size: 16px;
    color: #333;
}
#szjs .introduce > ul > li .right h6::before {
    content: "";
    position: relative;
    top: 2px;
    display: inline-block;
    width: 4px;
    height: 14px;
    background-color: #ff6826;
    margin-right: 10px;
}
#szjs .introduce > ul > li .right div.pj {
    height: 130px;
    overflow: hidden;
}
#szjs .introduce > ul > li .right div.pj ul {
    height: 130px;
}
#szjs .introduce > ul > li .right div.pj li {
    display: flex;
    justify-content: space-between;
    width: 300px;
    background-color: #fff;
}
#szjs .introduce > ul > li .right div.pj li .r-left {
    width: 80px;
    margin: 0 10px;
}
#szjs .introduce > ul > li .right div.pj li .r-left .circle {
    width: 36px;
    height: 36px;
    background-color: #e6a1d7;
    margin: 24px auto;
    overflow: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#szjs .introduce > ul > li .right div.pj li .r-left .circle img {
    width: 100%;
    height: 100%;
}
#szjs .introduce > ul > li .right div.pj li .r-right .dizhi {
    font-size: 14px;
    color: #999;
}
#szjs .introduce > ul > li .right div.pj li .r-right .neirong p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 12px;
    color: #333;
}
#szjs .introduce > ul > li .right div.pj li .r-right .date {
    font-size: 12px;
    color: #999;
}
#zhbj h2.title{
    position: relative;
    margin: 40px auto 0;
    font-size: 36px;
    color: #000;
    font-weight: bold;
    text-align: center;
}
#zhbj .cue{
    font-size: 16px;
    color: #666;
    text-align: center;
}
#zhbj{
    padding-bottom: 50px;
}

.content {
  width: 1100px;
  margin: 0 auto;
}
input::-webkit-input-placeholder {
  color: #666;
}
input::-moz-placeholder {
  color: #666;
}
input:-moz-placeholder {
  color: #666;
}
input::-ms-input-placeholder {
  color: #666;
}
body,
html {
  font-family: Verdana, Arial, Helvetica, 'Microsoft YaHei', sans-serif;
}
h2.title {
  position: relative;
  margin: 40px 0 30px;
  font-size: 36px;
  color: #000;
  font-weight: bold;
  text-align: center;
}
h2.title::before {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 96px;
  height: 31px;
  background: url("../img/tpbs0423_i4.png") no-repeat center;
  margin-right: 14px;
}
h2.title::after {
  content: "";
  position: relative;
  top: 4px;
  display: inline-block;
  width: 96px;
  height: 31px;
  background: url("../img/tpbs0423_i5.png") no-repeat center;
  margin-left: 14px;
}
h2.title > .line {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 55px;
  height: 4px;
  background-color: #0089fd;
  transform: translate(-50%, 0);
}