#common-header {
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 100;
	width: 100%;
	background-color: #efefef;
	border-bottom: 1px solid #e9e9e9;
	-webkit-box-shadow: 0 1px 3px 1px #eee;
	-moz-box-shadow: 0 1px 3px 1px #eee;
	box-shadow: 0 1px 3px 1px #eee;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}
#common-header .cc {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 1100px;
	height: 50px;
	margin: 0 auto;
}
#common-header .cc .header-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#common-header .cc .header-nav li a {
	display: block;
	padding: 0 25px;
	line-height: 50px;
	font-size: 14px;
	color: #000;
	text-align: center;
}
#common-header .cc .header-nav li a:hover {
	background-color: #d9d9d9;
}
#common-header .cc .login {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0;
}
#common-header .cc .login a {
	display: block;
	padding-left: 25px;
	background: url("../images/pnjz_icon_vip.png") no-repeat left center;
	margin-right: 10px;
	font-size: 14px;
	color: #333;
}
#common-header .cc .login a:hover {
	color: #0084ff;
}
#common-header .cc .login a:last-of-type {
	background-image: url("../images/pnjz_icon_person.png");
}
 #common-nav .cc {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 1100px;
        height: 80px;
        margin: 0 auto;
    }
    #common-nav .cc .common-logo {
        width: 259px;
        height:64px;
        background: url("../images/logo2.jpg") no-repeat center;
    }
    #common-nav .cc .nav-c {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    #common-nav .cc .nav-c li {
        width: 100px;
        height: 80px;
        line-height: 80px;
        background-color: #fff;
        text-align: center;
    }
    #common-nav .cc .nav-c li:hover,
    #common-nav .cc .nav-c li.active {
        background-color: #1c7eed;
    }
    #common-nav .cc .nav-c li:hover a,
    #common-nav .cc .nav-c li.active a {
        color: #fff;
    }
    #common-nav .cc .nav-c li a {
        display: block;
        width: 100%;
        height: 100%;
        line-height: 80px;
        font-size: 16px;
        color: #333;
    }
    #common-nav .cc .common-tel {
        width: 154px;
        height: 17px;
        background: url("../images/pnjz_tel.png") no-repeat center;
        margin: 0;
}
#lbt9527 .swiper-slide{
        display: block;
        width: 100%;
        height: 390px;

    }
    #lbt9527 .swiper-scrollbar-drag{
        margin: 0;
    }
    #lbt9527 .swiper-slide.banner9529{
        background-image: url(../images/banner9527_1b.jpg);
    }
    #lbt9527 .banner9529 .content{
        width: 1100px;
        text-align: center;
    }
    #lbt9527 .banner9529 a{
        display: inline-block;
        width: 258px;
        height: 44px;
        line-height: 44px;
        padding: 0;
        margin: 30px 0 0 66px;
        background-color: #fff;
        color: #d03733;
        border-radius: 30px;
        animation: shake 1.5s ease-in infinite;
    }
#rdzx .content {
    display: flex;
    justify-content: space-between;
    margin: 30px auto 0;
}
#rdzx .content .left {
    display: none;
    /*width: 337px;*/
    width: 355px;
    height: 230px;
}
#rdzx .content .left .rdzx-left-title {
    font-size: 18px;
    color: #0a0a0a;
    font-weight: bold;
    text-align: left;
}
#rdzx .content .left .rdzx-left-title::before {
    content: "";
    position: relative;
    top: 4px;
    display: inline-block;
    width: 3px;
    height: 21px;
    background-color: #0091ff;
    margin-right: 10px;
}
#rdzx .content .left .video {
    margin-top: 10px;
}
#rdzx .content .left .rdzx-left-bottom {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
#rdzx .content .left .rdzx-left-bottom a {
    display: block;
    width: 104px;
    height: 44px;
    line-height: 42px;
    border: 1px solid #f0f0f0;
    font-size: 16px;
    color: #666;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#rdzx .content .middle {
    width: 371px;
    height: 230px;
}
#rdzx .content .middle .passage {
    margin-top: 10px;
}
#rdzx .content .middle .passage .rdzx-middle-title {
    margin: 15px 0 10px;
    font-size: 16px;
    color: #e13b28;
    font-weight: bold;
    text-align: left;
}
#rdzx .content .middle .passage .rdzx-middle-title::before {
    content: "";
    position: relative;
    vertical-align: middle;
    display: inline-block;
    width: 3px;
    height: 3px;
    background-color: #c8c8c9;
    margin: 0 5px 0 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#rdzx .content .middle .passage dl {
    display: flex;
    justify-content: flex-start;
    height: 20px;
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    margin: 7px 0;
}
#rdzx .content .middle .passage dl dt {
    position: relative;
    width: 40px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    color: #a6a6a6;
    text-align: left;
}
#rdzx .content .middle .passage dl dt a {
    font-size: 14px;
    color: #a6a6a6;
}
#rdzx .content .middle .passage dl dt a:hover {
    color: #2f90ff;
}
#rdzx .content .middle .passage dl dt::after {
    content: '';
    position: absolute;
    top: 5px;
    right: 0;
    display: inline-block;
    width: 1px;
    height: 10px;
    background-color: #d8d8d8;
}
#rdzx .content .middle .passage dl dd {
    overflow: hidden;
    width: 320px;
    height: 20px;
    line-height: 20px;
    -webkit-margin-start: 0;
    margin-left: 10px;
}
#rdzx .content .middle .passage dl dd a {
    font-size: 14px;
    color: #0a0a0a;
}
#rdzx .content .middle .passage dl dd a:hover {
    color: #2f90ff;
}
#rdzx .content .right {
    width: 330px;
    height: 230px;
    border: 1px solid #ebebeb;
    padding: 0 15px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#rdzx .content .right h4 {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #ebebeb;
    font-size: 18px;
    color: #323232;
    font-weight: bold;
    text-align: left;
}
#rdzx .content .right ul li {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
    font-size: 14px;
    color: #c8c8c9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#rdzx .content .right ul li img {
    vertical-align: middle;
    margin-right: 10px;
}
#rdzx .content .right ul li input {
    outline: none;
    border: none;
    -webkit-appearance: none;
    width: 220px;
}
#rdzx .content .right ul li input[type=submit] {
    width: 300px;
    height: 40px;
    background: linear-gradient(to right, #e84c47, #f35441);
    margin: 25px auto 0;
    font-size: 14px;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
    transition: 0.2s;
}
#rdzx .content .right ul li input[type=submit]: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);
}
#rdzx .content .right ul li:last-of-type {
    height: 60px;
    border: none;
}
#rdzx .content .left .ad{
    width: 355px;
    height: 193px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-top: 6px;
}
#rdzx .content .left .calendar{
    width: 339px;
    height: 430px;
    
	
    background: url(../images/zt_npbs_bg_20210427.png) no-repeat center;
overflow: hidden;
}
#rdzx .content .left .calendar table{
    width: 306px;
    margin: 106px auto 0;
}
#rdzx .content .left .calendar table tr{

}
#rdzx .content .left .calendar table th{
    height: 34px;
    font-size: 13px;
    color: #832b01;
    font-weight: bold;
}
#rdzx .content .left .calendar table th:first-child, #rdzx .content .left .calendar table th:last-child {
    color: #fe6c39;
}
#rdzx .content .left .calendar table td{
    position: relative;
    /*height: 42px;*/
    height: 40px;
    text-align: center;
}
#rdzx .content .left .calendar table td span{
    position: relative;
    top: -5px;
    z-index: 10;
    display: inline-block;
    width: 17px;
    height: 17px;
    line-height: 17px;
    background-color: #fff;
    font-size: 14px;
    color: #782d13;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
#rdzx .content .left .calendar table td i{
    position: absolute;
    top: 30px;
    left: -12px;
    z-index: 20;
    width: 75px;
    height: 14px;
    font-style: normal;
    font-size: 12px;
    text-align: center;
}
#rdzx .content .left .calendar table td.green span{
    background-color: #d5f7eb;
}
#rdzx .content .left .calendar table td.orange span{
    background-color: #ffeacf;
}
#rdzx .content .left .calendar table td.red span{
    background-color: #f00;
    color: #fff;
}
#rdzx .content .left .calendar table td.green i{
    color: #31c59b;
}
#rdzx .content .left .calendar table td.orange i{
    color: #ff6503;
}
#rdzx .content .left .calendar table td.gray2 span{
    color: #aaa;
}
#rdzx .content .left .calendar table td.red i{
    color: #f00;
}
#common-header{
        z-index: 1000;
    }
    #szjs{
        height: 570px;
    }
    #szjs .teacher{
        margin: 0 auto;
    }
    #szjs .sub{
        margin: 20px 0;
    }
    #szjs .introduce{
        height: 168px;
    }
    #szjs .introduce > ul > li{
        height: 160px;
    }
    #szjs .introduce > ul > li .right{
        position: relative;
    }
    #szjs .introduce > ul > li .right a{
        position: absolute;
        top: 60px;
        left: 70px;
        display: block;
        width: 110px;
        height: 32px;
        line-height: 32px;
        margin: 30px 0 0 24px;
        background-color: #ff6826;
        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 .right 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);}
#bj-footer-simple img{
        border:0;
        vertical-align: middle;
    }
    #bj-footer-simple ul,
    #bj-footer-simple li{
        list-style:none;
        -webkit-padding-start: 0;
    }
    #bj-footer-simple div,
    #bj-footer-simple table{
        margin:0 auto;
        padding:0;
    }
    #bj-footer-simple .clear{
        clear:both;
    }
    #bj-footer-simple a,
    #bj-footer-simple a:hover,
    #bj-footer-simple a:link,
    #bj-footer-simple a:visited,
    #bj-footer-simple a:active{
        text-decoration:none;
    }
    #bj-footer-simple .content{
        width: 1100px;
        margin: 0 auto;
    }
    #bj-footer-simple{
        height: 160px;
        background-color: #373739;
        overflow: hidden;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 20px;
    }
    #bj-footer-simple p{
        text-align: center;
        line-height: 14px;
        margin-top: 5px;
        margin-bottom: 15px;
    }
    #bj-footer-simple p,
    #bj-footer-simple a{
        color: #fff;
        font-size: 14px;
    }
    #bj-footer-simple a:hover{
        color: #3399ff;
    }
 #chat{
        position: fixed;
        top: 14%;
        left: 10px;
        width: 153px;
        height: 603px;
        background: url(../images/ysedu_chat_bg_head.png) no-repeat center top;
        z-index: 10000;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-font-smoothing: antialiased;
    }
    #chat .chat-top{
        width: 153px;
        height: 46px;
        box-sizing: border-box;
        margin-top: 106px;
        font-size: 18px;
        color: #fff;
        text-align: center;
        line-height: 36px;
        padding-top:5px;
    }
    #chat .chat-top span{
        color: #fff;
        font-size: 12px;
    }
    #chat .chat-top2{
        width: 153px;
        height: 55px;
        line-height: 20px;
        background: url(../images/ysedu_chat_line.png) no-repeat center bottom;
        color: #f9ff00;
        font-size: 16px;
        text-align: center;
        padding: 8px 0;
        background-color: #35096b;
        box-sizing: border-box;
    }
    #chat .chat-middle{
        width: 153px;
        background-color: #35096b;
    }
    #chat .chat-middle ul{
        list-style: none;
        -webkit-margin-before: 0em;
        -webkit-margin-after: 0em;
        -webkit-margin-start: 0px;
        -webkit-margin-end: 0px;
        -webkit-padding-start: 0px;
    }
    #chat .chat-middle li{
        height: 35px;
        background: url(../images/ysedu_chat_line.png) no-repeat center bottom;
        text-align: center;
        line-height: 35px;
        clear: both;
    }
    #chat .chat-middle li a{
        color: #fff;
        font-size: 13px;
        text-decoration: none;
    }
    #chat .chat-middle li a:first-of-type:hover{
        color: #fffc03;
    }
    #chat .chat-middle li a:last-of-type{
        display: inline-block;
        width: 53px;
        height: 18px;
        background-color: #f90300;
        float: right;
        clear: both;
        border-radius: 3px;
        line-height: 18px;
        font-size: 12px;
        margin: 10px 6px 0 0;
    }
    #chat .chat-middle li a:last-of-type:hover{
        background-color: #e65f16;
    }
    #chat .chat-sign{
        display: none;
        line-height: 18px;
        padding: 10px 0 15px;
        background-color: #35096b;
        font-size: 16px;
        font-family: SimSun , FangSong;
        font-style: italic;
        font-weight: bold;
        color: #fff;
        text-align: center;
        -webkit-font-smoothing: antialiased;
    }
    #chat .close{
        font-size: 20px;
        color: #666;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        font-weight: bold;
        opacity: 1;
    }
    #chat .close:hover{
        color: #000;
    }
    #chat .salesman{
        cursor: pointer;
    }
    #chat .qrcode{
        position: absolute;
        bottom: -100px;
        right: 30px;
        display: none;
        width: 109px;
        height: 143px;
        background: url(../images/ysedu_salesman_qrcode2.png) no-repeat center;
        text-align: center;
        -webkit-transform: scale(1.25);
        -moz-transform: scale(1.25);
        -ms-transform: scale(1.25);
        -o-transform: scale(1.25);
        transform: scale(1.25);
    }
    #chat .qrcode img{
        width: 100px;
        height: 100px;
    }
    #chat .qrcode p{
        line-height: 14px;
        margin-top: 12px;
        margin-bottom: 0;
        font-size: 12px;
        color: #000;
        text-align: center;
    }
    #chat .qrcode p span{
        color: #fb4241;
    }
#telephone :hover{
        transition-duration: 150ms;
        transition-property: background, color, border;
        transition-timing-function: linear;
    }
    #telephone{
        display: none;
        -webkit-font-smoothing: antialiased;
    }
    #telephone .close{
        position: absolute;
        top: 15px;
        right: 15px;
        display: block;
        width: 15px;
        height: 15px;
        background: url(../images/ysedu_icon_close.png) no-repeat center;
        -webkit-background-size: 100%;
        background-size: 100%;
        color: #8c8c8c;
        text-align: center;
        cursor: pointer;
        -webkit-transition: all 1s;
        -moz-transition: all 1s;
        -ms-transition: all 1s;
        -o-transition: all 1s;
        transition: all 1s;
    }
    #telephone .close:hover{
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
    #telephone .main{
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 10000;
        width: 400px;
        min-height: 200px;
        margin-top: -157.5px;
        margin-left: -200px;
        padding: 40px 50px;
        background-color: #fff;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }
    #telephone h2{
        margin: 0;
        padding: 0;
        font-size: 18px;
        text-align: center;
    }
    #telephone h2::before,
    #telephone h2::after{
        display: none;
    }
    #telephone .form{
        position: relative;
        margin-top: 10px;
    }
    #telephone input,
    #telephone select{
        width: 100%;
        height: 40px;
        padding: 0 10px;
        margin-top: 20px;
        background-color: #fff;
        font-size: 12px;
        color: #262626;
        border: solid 1px #d9d9da;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
    }
    #telephone input[type=text]:focus,
    #telephone select:focus{
        outline: none;
        border-color: #1184e1;
        box-shadow: 0 0 2px 0 #9ecaed;
    }
    #telephone input[type=submit]{
        margin-top: 20px;
        border-color: #1184e1;
        background-color: #1184e1;
        font-size: 14px;
        color: #fff;
    }
    #telephone input[type=submit]:hover{
        background-color: #1a8fee;
    }
    #telephone input[type=submit]:active{
        background-color: #0f77ca;
    }
    #telephone p{
        margin-top: 15px;
        font-size: 12px;
        color: #595959;
        text-align: center;
    }
    #telephone .mask{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        background-color: #000;
        opacity: .5;
        z-index: 9999;
    }
    #telephone .select-list{
        position: absolute;
        display: none;
        min-width: 298px;
        margin-top: 10px;
        z-index: 20;
        top: 64px;
        left: 0;
        border: 1px solid #e4e7ed;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background-color: #fff;
        -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
        -moz-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, .1);
    }
    #telephone .arrow{
        position: absolute;
        top: -7px;
        left: 22px;
        display: inline-block;
        width: 0;
        height: 0;
        border-right: solid 6px transparent;
        border-bottom: solid 6px #ebeef5;
        border-left: solid 6px transparent;
    }
    #telephone .arrow:after{
        width: 0;
        height: 0;
        position: absolute;
        top: 1px;
        left: -6px;
        display: block;
        content: ' ';
        border-right: solid 6px transparent;
        border-bottom: solid 6px #fff;
        border-left: solid 6px transparent;
    }
    #telephone .list{
        max-height: 247px;
        padding: 6px 0;
        overflow-x: hidden;
        overflow-y: auto;
    }
    #telephone .list li{
        height: 32px;
        line-height: 32px;
        padding: 0 13px;
        color: #595959;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        cursor: pointer;
    }
    #telephone .list li:hover{
        color: #606266;
        background-color: #f5f7fa;
    }
    #telephone .list li.active{
        font-weight: 700;
        color: #1184e1;
        background-color: #f1f8ff;
    }
#mfst{
    overflow: hidden;
}
#mfst h3 {
    height: 44px;
    margin-top: 30px;
    color: #111932;
}
#mfst .listen-head{
    height: 20px;
}
    #sktx ul li .sk-title .right b{
        margin-top: 30px;
    }
    #jxsj ul li .desc p{
        width: 272px;
        height: 44px;
    }
#hyqj .pic{
        background-image: url(../images/pic_20210526113441.png);
    }