* {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-size: 14px;
    line-height: 1;
    font-family: Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
    height: 100%;
    width: 100%;
}

select {
    border: 0;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.hide {
    display: none !important;
}

.mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.7;
    z-index: 400;
}

.copyright {
    width: 100%;
    min-width: 1200px;
    padding: 15px 0;
    background: #363c41;
    text-align: center;
}

.copyright .copy_text {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 2;
}

.ecvHeader {
    position: fixed;
    width: 100%;
    height: 70px;
    background: rgba(27, 39, 66, 0.7);
    z-index: 300;
}

.ecvHeader .ecvHeader_in {
    width: 1200px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.ecvHeader .header_logo {
    display: flex;
    align-items: center;
}

.ecvHeader .header_logo img {
    width: 113px;
    height: 29px;
}

.ecvHeader .header_logo .logo_text {
    position: relative;
    font-size: 24px;
    color: #ffffff;
    margin-left: 10px;
    padding-left: 10px;
    letter-spacing: 1px;
}

.ecvHeader .header_logo .logo_text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 2px;
    height: 14px;
    background: #FFFFFF;
}

.ecvHeader .header_link {
    display: flex;
    align-items: center;
}

.ecvHeader .header_link .link_li {
    font-size: 16px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin: 0 20px;
}

.ecvHeader .header_link .link_li:hover {
    color: #FFCB2D;
}

.ecvRegistration {
    padding: 120px 0 95px 0;
    width: 100%;
    background: url(../images/registration_bg.jpg) no-repeat;
    background-size: 100% 100%;
    min-width: 1200px;
}
.ecvRegistration.rkn {
    height: 660px;
    width: 100%;
    background: url(../images/rk_1/rkn_1.png) no-repeat;
    background-size: 100% 100%;
    min-width: 1200px;
    box-sizing: border-box;
}
.ecvRegistration.rkn .reg_notes{
    font-size: 30px;
    color: #fff;
}
.reg_ban_title{
    text-align: center;
    margin-top: 35px;
}
.reg_ban_text{
    width: fit-content;
    margin: 0 auto;
    margin-top:30px;
    font-size: 38px;
    color: #FFCB2D;
    padding: 10px 70px;
    box-sizing: border-box;
    border: 1px solid #FFCB2D;
    border-radius: 33px;
}
.ecvRegistration.rkn .reg_link_ul{
    padding-top: 87px;
    padding-top: 87px;
    width: auto;
    justify-content: center;
}
.ecvRegistration.rkn .reg_link_ul .reg_link_li{
    width: 284px;
    height: 65px;
    background: #FFCB2D;
    border-radius: 33px;
    color: #194CBE;
    font-weight: normal;
    margin: 0 45px;
    animation: breathe 1.1s infinite;
}

.ecvRegistration .ecvRegistration_in {
    width: 1200px;
    margin: 0 auto;
}

.ecvRegistration .reg_notes {
    font-size: 26px;
    padding-bottom: 25px;
    text-align: center;
    color: #ffcb2d;
}

.ecvRegistration .reg_head {
    width: 1200px;
    padding: 48px 0;
    background: #FFFFFF;
}

.ecvRegistration .reg_head .reg_title {
    font-size: 90px;
    color: #000000;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 550;
    text-shadow: 2px 2px 3px #bac1cb;
    -webkit-text-shadow: 2px 2px 3px #bac1cb;
    -moz-text-shadow: 2px 2px 3px #bac1cb;
    -o-text-shadow: 2px 2px 3px #bac1cb;
}

.ecvRegistration .reg_head .reg_text {
    font-size: 40px;
    color: #333333;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 25px;
}

.ecvRegistration .reg_link_ul {
    width: 580px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ecvRegistration .reg_link_ul .reg_link_li {
    position: relative;
    width: 260px;
    height: 63px;
    background: #FFCB2D;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 30px;
    font-weight: 550;
    color: #272c42;
    letter-spacing: 1px;
    overflow: hidden;
}
.ecvRegistration .reg_link_ul .reg_link_li:hover{
	transform: scale(1.05);
}

.ecvRegistration .reg_link_ul .reg_link_li .active_icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 53px;
    height: 44px;
    background: url(../images/limited_icon.png) no-repeat;
    background-size: 100% 100%;
}

.ecvCertificate {
    width: 100%;
    padding: 90px 0;
    background: #FFFFFF;
}

.ecvCertificate .ecvCertificate_in {
    width: 1200px;
    margin: 0 auto;
}

.ecvCertificate .certi_title {
    font-size: 46px;
    color: #194cbe;
    text-align: center;
    font-weight: 550;
    padding-bottom: 35px;
}

.ecvCertificate .certi_ul {
    width: 1040px;
    margin: 0 auto;
    flex-direction: column;
}

.ecvCertificate .certi_ul .certi_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
}

.ecvCertificate .certi_ul .certi_li .certi_link {
    width: 230px;
    height: 280px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px rgba(122, 120, 120, 0.26);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(122, 120, 120, 0.26);
    -moz-box-shadow: 0px 3px 5px 0px rgba(122, 120, 120, 0.26);
}

.ecvCertificate .certi_ul .certi_li .certi_link .certi_icon {
    display: block;
    width: 80px !important;
    height: 80px !important;
    margin: 0 auto;
    margin-top: 75px;
    background-size: 100% 100% !important;
}

.ecvCertificate .certi_ul .certi_li .certi_link .link_hover {
    display: none;
}

.ecvCertificate .certi_ul .certi_li .certi_ykdp .certi_icon {
    background: url(../images/certificate_icon1.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_ykdp:hover .certi_icon {
    background: url(../images/certificate_icon1_hover.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_jflh .certi_icon {
    background: url(../images/certificate_icon2.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_jflh:hover .certi_icon {
    background: url(../images/certificate_icon2_hover.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_hjlg .certi_icon {
    background: url(../images/certificate_icon3.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_hjlg:hover .certi_icon {
    background: url(../images/certificate_icon3_hover.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_szjx .certi_icon {
    background: url(../images/certificate_icon4.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_szjx:hover .certi_icon {
    background: url(../images/certificate_icon4_hover.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_nlts .certi_icon {
    background: url(../images/certificate_icon5.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_nlts:hover .certi_icon {
    background: url(../images/certificate_icon5_hover.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_jrzjk .certi_icon {
    background: url(../images/certificate_icon6.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_jrzjk:hover .certi_icon {
    background: url(../images/certificate_icon6_hover.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_tbzpzz .certi_icon {
    background: url(../images/certificate_icon7.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_tbzpzz:hover .certi_icon {
    background: url(../images/certificate_icon7_hover.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_lysy .certi_icon {
    background: url(../images/certificate_icon8.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_lysy:hover .certi_icon {
    background: url(../images/certificate_icon8_hover.png) no-repeat;
}

.ecvCertificate .certi_ul .certi_li .certi_link .link_text {
    font-size: 26px;
    color: #194CBE;
    text-align: center;
    padding-top: 20px;
    letter-spacing: 1px;
}

.ecvCertificate .certi_ul .certi_li .certi_link:hover {
    background: #194CBE;
}

.ecvCertificate .certi_ul .certi_li .certi_link:hover .link_text {
    display: none;
}

.ecvCertificate .certi_ul .certi_li .certi_link:hover .link_hover {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 20px;
    padding: 0 25px;
    line-height: 1.5;
}

.ecvCertificate .certi_ul .certi_li .certi_active .link_text {
    color: #ff6c13;
}

.ecvCertificate .certi_ul .certi_li .certi_active:hover {
    background: #FF6C13;
}

.ecvSubjectGuide {
    width: 100%;
    min-width: 1200px;
    padding: 60px 0 50px 0;
    background: url(../images/subjectGuide_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.ecvSubjectGuide .ecvSubjectGuide_in {
    width: 1040px;
    margin: 0 auto;
}

.ecvSubjectGuide .sub_title {
    font-size: 46px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 550;
    padding-bottom: 30px;
}

.ecvSubjectGuide .sub_ul .sub_li {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 35px 40px 30px 40px;
    min-height: 95px;
    background: #192743;
    margin-top: 20px;
}

.ecvSubjectGuide .sub_ul .sub_li .sub_text {
    width: 680px;
}

.ecvSubjectGuide .sub_ul .sub_li .sub_text .title {
    font-size: 36px;
    color: #FFFFFF;
    font-weight: 550;
}

.ecvSubjectGuide .sub_ul .sub_li .sub_text .notes {
    display: flex;
    flex-wrap: wrap;
}

.ecvSubjectGuide .sub_ul .sub_li .sub_text .notes i {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-right: 15px;
}

.ecvSubjectGuide .sub_ul .sub_li .sub_text .notes .sub_active {
    font-weight: 550;
    color: #ffd925 !important;
}

.ecvSubjectGuide .sub_ul .sub_li .sub_counsel {
    text-align: center;
    width: 140px;
    line-height: 43px;
    background: #ffd600;
    font-size: 20px;
    color: #194CBE;
    letter-spacing: 1px;
}

.ecvSubjectGuide .sub_ul .sub_li .sub_counsel:hover {
    box-shadow: -5px 5px 10px -4px #0d182e, 5px 5px 10px -4px #0d182e;
    -webkit-box-shadow: -5px 5px 10px -4px #0d182e, 5px 5px 10px -4px #0d182e;
    -moz-box-shadow: -5px 5px 10px -4px #0d182e, 5px 5px 10px -4px #0d182e;
}

.ecvSubjectGuide .guide_title {
    font-size: 46px;
    color: #FFFFFF;
    font-weight: 550;
    padding: 70px 0 50px 0;
    text-align: center;
}

.ecvSubjectGuide .guide_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 1015px;
}

.ecvSubjectGuide .guide_row .guide_link_ul {
    display: flex;
    flex-wrap: wrap;
    width: 390px;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 46px;
    background: #FFFFFF;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link:hover {
    background: #194CBE;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link .guide_text {
    font-size: 20px;
    color: #194CBE;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_text {
    color: #FFFFFF;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon {
    display: block !important;
    width: 19px !important;
    height: 19px !important;
    margin-right: 2px !important;
    background-size: 100% 100% !important;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon1 {
    background: url(../images/subjectGuide_icon1.png) no-repeat;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_icon1 {
    background: url(../images/subjectGuide_hover1.png) no-repeat;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon2 {
    background: url(../images/subjectGuide_icon2.png) no-repeat;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_icon2 {
    background: url(../images/subjectGuide_hover2.png) no-repeat;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon3 {
    background: url(../images/subjectGuide_icon3.png) no-repeat;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_icon3 {
    background: url(../images/subjectGuide_hover3.png) no-repeat;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon4 {
    background: url(../images/subjectGuide_icon4.png) no-repeat;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_icon4 {
    background: url(../images/subjectGuide_hover4.png) no-repeat;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon5 {
    background: url(../images/subjectGuide_icon5.png) no-repeat;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_icon5 {
    background: url(../images/subjectGuide_hover5.png) no-repeat;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon6 {
    background: url(../images/subjectGuide_icon6.png) no-repeat;
}

.ecvSubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_icon6 {
    background: url(../images/subjectGuide_hover6.png) no-repeat;
}

.ecvSubjectGuide .guide_row .guide_right .guide_city {
    display: flex;
    flex-wrap: wrap;
    width: 550px;
}

.ecvSubjectGuide .guide_row .guide_right .guide_city li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 10px;
    cursor: pointer;
}

.ecvSubjectGuide .guide_row .guide_right .guide_city .guide_active {
    color: #FFD600;
}

.ecvSubjectGuide .guide_row .guide_right .guide_city .guide_active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #FFD600;
}

.ecvSubjectGuide .guide_row .guide_right .guide_city li:hover {
    color: #FFD600;
}

.ecvSubjectGuide .guide_row .guide_right .guide_city li:hover:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #FFD600;
}

.ecvSubjectGuide .guide_row .guide_right .guide_counsel {
    display: block;
    width: 580px;
    line-height: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 24px;
    color: #0d307e;
    background: #FFD600;
    letter-spacing: 10px;
}

.ecvDifficult {
    width: 100%;
    background: #FFFFFF;
    padding: 90px 0 155px 0;
}

.ecvDifficult .ecvDifficult_in {
    position: relative;
    width: 1100px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.ecvDifficult .diff_title {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: 1px;
    font-size: 46px;
    color: #194CBE;
    font-weight: 550;
    padding-bottom: 100px;
}

.ecvDifficult .diff_title i {
    font-size: 137px;
    padding: 0 5px;
}

.ecvDifficult .diffImg {
    display: block;
    width: 475px;
    height: 443px;
    margin: 0 auto;
}

.ecvDifficult .diff_problem {
    position: absolute;
    display: block;
    width: 260px;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    color: #FFFFFF;
    border-radius: 10px;
    background: #194CBE;
}

.ecvDifficult .diff_problem:hover {
    background: #8ca5de;
}

.ecvDifficult .left_one {
    left: 75px;
    top: 220px;
}

.ecvDifficult .left_two {
    left: 0;
    top: 410px;
}

.ecvDifficult .left_three {
    left: 75px;
    bottom: 130px;
}

.ecvDifficult .bot_one {
    left: 50%;
    margin-left: -130px;
    bottom: 0;
}

.ecvDifficult .right_one {
    right: 75px;
    top: 220px;
}

.ecvDifficult .right_two {
    right: 0;
    top: 410px;
}

.ecvDifficult .right_three {
    right: 75px;
    bottom: 130px;
}

.ecvAuxiliary {
    width: 100%;
    padding: 80px 0 170px 0;
    background: url(../images/auxiliary_bg.jpg) no-repeat;
    background-size: 100% 100%;
    min-width: 1200px;
}

.ecvAuxiliary .ecvAuxiliary_in {
    width: 1180px;
    margin: 0 auto;
}

.ecvAuxiliary .aux_title {
    font-size: 46px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 550;
    line-height: 1.4;
    padding-bottom: 35px;
}

.ecvAuxiliary .aux_link_ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 905px;
    margin: 0 auto;
}

.ecvAuxiliary .aux_link_ul .aux_link {
    position: relative;
    width: 300px;
    z-index: 200;
    margin-right: 1px;
    margin-bottom: 1px;
    height: 264px;
}

.ecvAuxiliary .aux_link_ul .aux_link:hover {
    background: #E84C2D;
}

.ecvAuxiliary .aux_link_ul .aux_link .aux_icon {
    display: block;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 70px;
}

.ecvAuxiliary .aux_link_ul .aux_link:hover .aux_icon {
    margin-top: 50px;
}

.ecvAuxiliary .aux_link_ul .aux_link .link_text {
    text-align: center;
    font-size: 28px;
    color: #ffffff;
    padding-top: 15px;
}

.ecvAuxiliary .aux_link_ul .aux_link:hover .link_text {
    display: none;
}

.ecvAuxiliary .aux_link_ul .aux_link .link_hover {
    display: none;
}

.ecvAuxiliary .aux_link_ul .aux_link:hover .link_hover {
    display: block;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 1.4;
    margin: 0 auto;
}

.ecvAuxiliary .aux_link_ul .link_hr1 {
    position: absolute;
    width: 818px;
    height: 1px;
    left: 41px;
    top: 264px;
    z-index: 100;
}

.ecvAuxiliary .aux_link_ul .link_hr2 {
    position: absolute;
    top: 0;
    left: 300px;
    z-index: 100;
}

.ecvAuxiliary .teacher_title {
    font-size: 46px;
    color: #ffffff;
    font-weight: 550;
    text-align: center;
    padding: 125px 0 85px 0;
}

.ecvAdvantage {
    width: 100%;
    background: #ffffff;
    min-width: 1200px;
    padding: 160px 0 125px 0;
}

.ecvAdvantage .ecvAdvantage_in {
    width: 1039px;
    margin: 0 auto;
}

.ecvAdvantage .adv_title {
    font-size: 46px;
    color: #194cbe;
    font-weight: 550;
    text-align: center;
    padding-bottom: 25px;
}

.ecvAdvantage .adv_ul {
    flex-direction: column;
}

.ecvAdvantage .adv_ul .adv_li {
    position: relative;
    margin: 0 auto;
    width: 685px;
    border: 2px solid #194cbe;
    margin-top: 60px;
    padding: 20px 45px 30px 100px;
    font-size: 20px;
    color: #333333;
    line-height: 2;
}

.ecvAdvantage .adv_ul .adv_active {
    border: 2px solid #ff5a00;
}

.ecvAdvantage .adv_ul .adv_li .adv_li_num {
    position: absolute;
    left: -60px;
    top: -40px;
    width: 140px;
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 67px;
    color: #ffffff;
    font-weight: 550;
    background: #194cbe;
    letter-spacing: 2px;
}

.ecvAdvantage .adv_ul .adv_active .adv_li_num {
    background: #ff5a00;
}

.ecvAdvantage .collectData {
    padding-top: 190px;
    display: flex;
    align-items: center;
}

.ecvAdvantage .collectData .coll_icon {
    display: block;
    width: 348px;
    height: 690px;
}

.ecvAdvantage .collectData .coll_right {
    flex-direction: column;
    width: 502px;
    margin-left: 80px;
}

.ecvAdvantage .collectData .coll_right .title {
    font-size: 44px;
    color: #333333;
    font-weight: 550;
    padding-bottom: 20px;
}

.ecvAdvantage .collectData .coll_right .notes {
    font-size: 20px;
    color: #333333;
    padding-bottom: 30px;
}

.ecvAdvantage .collectData .coll_right .coll_input {
    width: 100%;
    height: 58px;
    text-indent: 35px;
    font-size: 24px;
    color: #333333;
    border: 1px solid #f4f4f4;
    margin-bottom: 10px;
}

.ecvAdvantage .collectData .coll_right .coll_input:focus {
    border: 1px solid #e84c2d !important;
}

.ecvAdvantage .collectData .coll_right .coll_link {
    display: block;
    width: 100%;
    line-height: 58px;
    background: #e84c2d;
    text-align: center;
    margin-top: 10px;
    font-size: 24px;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 550;
}

.ecvAdvantage .collectData .coll_right .coll_link:hover {
    box-shadow: -5px 5px 10px -4px #ecccc6, 5px 5px 10px -4px #ecccc6;
    -webkit-box-shadow: -5px 5px 10px -4px #ecccc6, 5px 5px 10px -4px #ecccc6;
    -moz-box-shadow: -5px 5px 10px -4px #ecccc6, 5px 5px 10px -4px #ecccc6;
}


/*浮动框*/
.softTest_side {
    position: fixed;
    top: 50%;
    margin-top: -220px;
    right: 100px;
    width: 158px;
    background: #192743;
    padding-top: 45px;
    padding-bottom: 20px;
}

.softTest_side .side_top {
    position: absolute;
    top: -92px;
    left: -23px;
    width: 201px;
    height: 124px;
}

.softTest_side .side_title {
    font-size: 24px;
    color: #ffffff;
    font-weight: 550;
    text-align: center;
    padding-bottom: 15px;
}

.softTest_side .side_ul {
    width: 143px;
    margin: 0 auto;
    background: #1c3972;
    padding: 40px 0 35px 0;
}

.softTest_side .side_ul .side_li {
    display: block;
    width: 100%;
    line-height: 42px;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    margin-bottom: 5px;
}

.softTest_side .side_ul .side_li:hover {
    color: #192743 !important;
    background: #ffcb2d;
}


.giftGag_model {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 660px;
    height: 440px;
    margin-left: -330px;
    margin-top: -220px;
    z-index: 999;
    background: url(../images/model_bg.png) no-repeat;
    background-size: 100% 100%;
}

.giftGag_model.pmp-model {
    background: url(../images/pmp_model_bg.png) no-repeat;
}

.pmpModel {
    background: url(../images/gf_model_bg.png) no-repeat !important;
    height: 457px !important;
}

.giftGag_model .title,
.pmpModel .title {
    position: absolute;
    line-height: 1.5;
    top: 10px;
    right: 10px;
    color: #FFF4CC;
    font-size: 34px;
    cursor: pointer;
    font-style: italic;
    letter-spacing: 2px;
    font-weight: 700;
}

.giftGag_model .close_icon {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -50px;
    right: -75px;
    cursor: pointer;
}

.giftGag_model .modelImg {
    position: absolute;
    bottom: -30px;
    right: 20px;
}

.giftGag_model .model_ul {
    display: flex;
    align-items: center;
    padding-top: 150px;
    padding-left: 40px;
    padding-bottom: 25px;
}

.giftGag_model .model_ul .model_li {
    display: flex;
    align-items: center;
    margin-right: 35px;
}

.giftGag_model .model_ul .model_li i {
    font-size: 26px;
    color: #ffece5;
    font-weight: 550;
    margin-left: 10px;
}

.giftGag_model .model_payment {
    letter-spacing: 1px;
    width: 320px;
    padding-left: 40px;
    font-size: 23px;
    color: #ffece5;
    line-height: 1.5;
    padding-bottom: 25px;
}

.giftGag_model .model_payment .num {
    font-size: 39px !important;
    font-weight: 550;
    color: #ffee31 !important;
    padding: 0 4px;
}

.giftGag_model .model_input {
    display: block;
    width: 271px;
    height: 46px;
    text-align: center;
    margin-left: 40px;
    margin-bottom: 15px;
    font-size: 18px;
    color: #333333;
}

.giftGag_model .model_receive {
    display: block;
    width: 271px;
    line-height: 47px;
    border-radius: 5px;
    background: #ff9c00;
    font-size: 24px;
    color: #fefefe;
    font-weight: 550;
    text-align: center;
    margin-left: 40px;
    letter-spacing: 1px;
}

.int_show {
    display: block !important;
}

/*.plant_show{
    position: absolute;
    width: 1042px;
    left: 0;
    top: 0;
}*/
.teacher_wheelPlant {
    display: flex;
    width: 1180px;
    margin: 0 auto;
    align-items: center;
}

.teacher_wheelPlant .plant_sideLeft,
.teacher_wheelPlant .plant_sideRight {
    cursor: pointer;
    width: 54px;
    height: 134px;
}

.teacher_wheelPlant .wheelPlant {
    display: block;
    position: relative;
    width: 1042px;
    height: 440px;
    margin: 0 auto;
    overflow: hidden;
}

.teacher_wheelPlant .wheelPlant .wheelPlant_in {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 1000000px;
    height: 440px;
}

.teacher_wheelPlant .wheelPlant_inOne {
    left: 0 !important;
}

.teacher_wheelPlant .wheelPlant .plant_div {
    display: flex;
    align-items: flex-start;
    height: 440px;
    max-width: 1042px;
    margin-right: 20px;
    cursor: pointer;
}

.teacher_wheelPlant .wheelPlant .plant_div .plantImg {
    display: block;
    position: relative;
    width: 334px;
    height: 410px;
    background: #FFFFFF;
    cursor: pointer;
    overflow: hidden;
    padding-top: 30px;
}

.teacher_wheelPlant .wheelPlant .plant_div .plantImg img {
    display: block;
    margin: 0 auto;
}

.teacher_wheelPlant .wheelPlant .plant_div .plantImg .plantImg_text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background: rgba(0, 0, 0, 0.8);
}

.teacher_wheelPlant .wheelPlant .plant_div .plantImg .plantImg_text .title {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 550;
    padding: 15px 0 10px 20px;
}

.teacher_wheelPlant .wheelPlant .plant_div .plantImg .plantImg_text .notes {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.teacher_wheelPlant .wheelPlant .plant_div .plantImg .plantImg_text .notes i {
    font-size: 16px;
    color: #FFD600;
    margin-right: 15px;
    margin-bottom: 8px;
}

.teacher_wheelPlant .wheelPlant .plant_div .plant_introduce {
    position: relative;
    /*display: none;*/
    width: 648px;
    margin-left: 40px;
    padding-right: 20px;
    padding-top: 30px;
    min-height: 410px;
}

.teacher_wheelPlant .wheelPlant .plant_div .plant_introduce .int_name {
    font-size: 32px;
    color: #FFFFFF;
    font-weight: 550;
    padding-bottom: 20px;
}

.teacher_wheelPlant .wheelPlant .plant_div .plant_introduce .int_notes {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
    padding-bottom: 10px;
}

.teacher_wheelPlant .wheelPlant .plant_div .plant_introduce .int_notes i {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 550;
    margin-right: 10px;
}

.teacher_wheelPlant .wheelPlant .plant_div .plant_introduce .int_nav {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2;
    text-align: justify;
    margin-top: 15px;
}

.teacher_wheelPlant .wheelPlant .plant_div .plant_introduce .int_navOne {
    height: auto !important;
}

.teacher_wheelPlant .wheelPlant .plant_div .plant_introduce .audition {
    position: absolute;
    left: 0;
    bottom: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 42px;
    border-radius: 4px;
    background: #e94c2d;
    font-size: 18px;
    color: #FFFFFF;
}
.teacher_wheelPlant .wheelPlant .plant_div .plant_introduce .audition:hover{
	transform: scale(1.05);
}

.wheelPlant_lunbo {
    width: 1042px;
    margin: 0 auto;
}

.wheelPlant_lunbo .wheelPlant_cont {
    margin-bottom: 50px;
}

.wheelPlant_lunbo .wheelPlant_cont .plantCont_ul .wheelPlant_item {
    display: none;
    width: 1042px;
    min-height: 340px;
}

.wheelPlant_lunbo .wheelPlant_item .plantImg {
    float: left;
    position: relative;
    width: 270px;
    height: 340px;
    background: #FFFFFF;
    overflow: hidden;
}

.wheelPlant_lunbo .wheelPlant_item .plantImg img {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    max-width: 245px;
}

.wheelPlant_lunbo .wheelPlant_item .plant_introduce {
    float: left;
    width: 720px;
    margin-left: 45px;
}

.wheelPlant_lunbo .wheelPlant_item .plant_introduce .int_name {
    font-size: 34px;
    color: #FFFFFF;
    font-weight: 550;
    padding-bottom: 15px;
}

.wheelPlant_lunbo .wheelPlant_item .plant_introduce .int_notes {
    display: flex;
    flex-wrap: wrap;
    line-height: 1.2;
}

.wheelPlant_lunbo .wheelPlant_item .plant_introduce .int_notes i {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 550;
    margin-right: 10px;
}

.wheelPlant_lunbo .wheelPlant_item .plant_introduce .int_nav {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 2;
    text-align: justify;
    margin-top: 10px;
}

.wheelPlant_lunbo .wheelPlant_item .plant_introduce .audition {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    width: 160px;
    height: 42px;
    border-radius: 4px;
    background: #e94c2d;
    font-size: 18px;
    color: #FFFFFF;
}

.wheelPlant_menu {
    display: flex;
    align-items: center;
    width: 100%;
}

.wheelPlant_menu .plant_left,
.wheelPlant_menu .plant_right {
    width: 30px;
    height: 75px;
    cursor: pointer;
}

.wheelPlant_menu .palnt_list {
    display: block;
    position: relative;
    width: 952px;
    height: 110px;
    margin: 0 auto;
    overflow: hidden;
}

.wheelPlant_menu .palnt_list ul {
    height: 110px;
    overflow: hidden;
}

.wheelPlant_menu .palnt_list ul li {
    float: left;
    position: relative;
    width: 88px;
    height: 110px;
    background: #FFFFFF;
    overflow: hidden;
    margin-right: 20px;
    cursor: pointer;
}

.wheelPlant_menu .palnt_list ul li img {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    max-width: 84px;
}

.wheelPlant_menu .palnt_list ul li .list_bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #333333;
    opacity: 0.6;
    z-index: 200;
}

.wheelPlant_menu .palnt_list ul .on .list_bg {
    display: none !important;
}


/*新增*/
.ugcHeader {
    background: rgba(22, 28, 14, 0.4) !important;
}

.ugc_main {
    position: relative;
}

.ugc_course {
    width: 100%;
    min-width: 1300px;
    background: url(../images/pc_top_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.ugc_course .ugcCourse_in {
    position: relative;
    width: 1040px;
    margin: 0 auto;
    padding-top: 130px;
    height: 652px;
}

.ugc_course .course_text .num {
    font-family: SourceHanSansSC-Bold;
    font-weight: 550;
    color: #FFFFFF;
    font-size: 50px;
    margin-bottom: 20px;
}

.ugc_course .course_text .title {
    width: 100%;
    font-size: 86px;
    color: #FFFFFF;
    font-weight: 550;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    padding-bottom: 20px;
}

.ugc_course .course_text .title .exp {
    color: #FFEC1E;
}

.ugc_course .course_text .notes {
    width: 980px;
    margin: 0 auto;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    font-family: SourceHanSansSC-Medium;
    font-size: 36px;
    color: #FFFFFF;
    font-weight: 500;
}

.ugc_course .counse_learn {
    position: absolute;
    left: 0;
    top: 420px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.ugc_course .counse_learn .learn_div {
    border-radius: 10px;
    overflow: hidden;
    height: 460px;
    width: 326px;
    background: #FFFFFF;
    box-shadow: -5px 5px 10px -4px rgba(139, 139, 139, 0.35), 5px 5px 10px -4px rgba(139, 139, 139, 0.35);
    -webkit-box-shadow: -5px 5px 10px -4px rgba(139, 139, 139, 0.35), 5px 5px 10px -4px rgba(139, 139, 139, 0.35);
    -moz-box-shadow: -5px 5px 10px -4px rgba(139, 139, 139, 0.35), 5px 5px 10px -4px rgba(139, 139, 139, 0.35);
}

.ugc_course .counse_learn .learn_div .learn_img {
    position: relative;
    width: 100%;
    height: 168px;
}

.ugc_course .counse_learn .learn_div .learn_img img {
    width: 100%;
    height: 100%;
}

.ugc_course .counse_learn .learn_div .learn_img .learn_icon {
    position: absolute;
    top: 50px;
    left: 50%;
    margin-left: -43px;
    z-index: 200;
    width: 86px;
    height: 86px;
    text-align: center;
    line-height: 86px;
    border-radius: 50%;
    background: linear-gradient(to bottom, #3F6BDC 0%, #2E70F5 70%);
    background: -moz-linear-gradient(top, #3F6BDC 0%, #2E70F5 70%);
    background: -ms-linear-gradient(top, #3F6BDC 0%, #2E70F5 70%);
    background: -o-linear-gradient(top, #3F6BDC 0%, #2E70F5 70%);
    background: -webkit-linear-gradient(top, #3F6BDC 0%, #2E70F5 70%);
    box-shadow: 0px 3px 5px 0px rgba(22, 76, 184, 0.35);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(22, 76, 184, 0.35);
    -moz-box-shadow: 0px 3px 5px 0px rgba(22, 76, 184, 0.35);
    font-size: 24px;
    font-weight: 550;
    color: #FFFFFF;
    letter-spacing: 1px;

}

.ugc_course .counse_learn .learn_div .learn_nav .nav_name {
    text-align: center;
    padding: 15px 0;
    font-family: SourceHanSansSC-Medium;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    letter-spacing: 1px;
}

.ugc_course .counse_learn .learn_div .learn_nav .nav_ask {
    height: 39px;
    width: 100%;
    line-height: 39px;
    text-align: center;
    font-size: 20px;
    color: #FFFFFF;
    background: linear-gradient(to right, #3F6BDC 0%, #2E70F5 70%);
    background: -moz-linear-gradient(left, #3F6BDC 0%, #2E70F5 100%);
    background: -ms-linear-gradient(left, #3F6BDC 0%, #2E70F5 100%);
    background: -o-linear-gradient(left, #3F6BDC 0%, #2E70F5 100%);
    background: -webkit-linear-gradient(left, #3F6BDC 0%, #2E70F5 100%);
}

.ugc_course .counse_learn .learn_div .learn_nav .nav_cont {
    font-size: 16px;
    line-height: 24px;
    text-align: justify;
    color: #333333;
    width: 280px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 30px;
}

.ugc_course .counse_learn .learn_div .learn_link {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 550;
    display: block;
    width: 200px;
    height: 46px;
    margin: 0 auto;
    text-align: center;
    line-height: 46px;
    background: #FF6423;
    border-radius: 22px;
    text-indent: 5px;
    box-shadow: 0px 3px 4px 0px rgba(103, 21, 4, 0.35);
    -webkit-box-shadow: 0px 3px 4px 0px rgba(103, 21, 4, 0.35);
    -moz-box-shadow: 0px 3px 4px 0px rgba(103, 21, 4, 0.35);
}


.treatment {
    width: 1040px;
    margin: 0 auto;
    padding-top: 205px;
}

.treatment .treat_title {
    position: relative;
    width: 785px;
    margin: 0 auto;
    text-align: center;
    font-size: 46px;
    color: #FF6423;
    font-weight: 550;
    line-height: 64px;
    margin-bottom: 20px;
}

.treatment .treat_title .border_left {
    display: block;
    border-bottom: 2px dashed #FF522B;
    width: 234px;
    position: absolute;
    left: 0;
    top: 95px;
}

.treatment .treat_title .border_right {
    display: block;
    border-bottom: 2px dashed #FF522B;
    width: 234px;
    position: absolute;
    right: 5px;
    top: 95px;
}

.treatment .treat_ul .treat_li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 40px;
}

.treatment .treat_ul .treat_li .treat_div {
    width: 470px;
    height: 168px;
    padding-left: 30px;
    background-size: 100% 100% !important;
}

.treatment .treat_ul .treat_li .treat_bg1 {
    background: url(../images/treatment_bg1.png) no-repeat;
}

.treatment .treat_ul .treat_li .treat_bg2 {
    background: url(../images/treatment_bg2.png) no-repeat;
}

.treatment .treat_ul .treat_li .treat_bg3 {
    background: url(../images/treatment_bg3.png) no-repeat;
}

.treatment .treat_ul .treat_li .treat_bg4 {
    background: url(../images/treatment_bg4.png) no-repeat;
}

.treatment .treat_ul .treat_li .treat_div .title {
    font-size: 24px;
    font-weight: 550;
    color: #FFFFFF;
    padding: 35px 0 15px 0;
    text-shadow: 0.05rem 0.05rem 0.1rem #222222;
}

.treatment .treat_ul .treat_li .treat_div .notes {
    font-size: 20px;
    padding-right: 60px;
    line-height: 27px;
    color: #FFFFFF;
    letter-spacing: 1px;
}

.ugc_limit {
    width: 1200px;
    margin: 0 auto;
    padding-top: 115px;
}

.ugc_limit .limit_title {
    font-size: 46px;
    color: #2E70F5;
    font-weight: 550;
    text-align: center;
    padding-bottom: 65px;
}

.ugc_limit .limit_cont {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ugc_limit .limit_cont .limit_item {
    width: 350px;
    height: 344px;
    border-radius: 10px;
    border: 2px solid #2E70F5;
    padding-left: 30px;
}

.ugc_limit .limit_cont .item_active {
    border: 2px solid #FF5A00;
}

.ugc_limit .limit_cont .limit_item .item_title {
    font-size: 34px;
    color: #2E70F5;
    font-weight: 550;
    padding: 35px 0 20px 0;
}

.ugc_limit .limit_cont .item_active .item_title {
    color: #FF5928;
}

.ugc_limit .limit_cont .limit_item .item_cond {
    width: 280px;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
}

.ugc_limit .limit_cont .limit_item .item_li {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    padding-top: 10px;
}

.ugc_limit .limit_cont .limit_item .item_li .difficulty_ul .difficulty_icon {
    margin-left: 3px;
}

.ugc_limit .limit_cont .limit_item .limit_more {
    display: block;
    float: right;
    width: 108px;
    height: 38px;
    border-radius: 4px;
    margin-right: 32px;
    margin-top: 20px;
    text-align: center;
    line-height: 38px;
    font-size: 16px;
    color: #FFFFFF;
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
    background: linear-gradient(to right, #3F6BDC 0%, #2E70F5 100%);
    background: -moz-linear-gradient(left, #3F6BDC 0%, #2E70F5 100%);
    background: -ms-linear-gradient(left, #3F6BDC 0%, #2E70F5 100%);
    background: -o-linear-gradient(left, #3F6BDC 0%, #2E70F5 100%);
    background: -webkit-linear-gradient(left, #3F6BDC 0%, #2E70F5 100%);
    box-shadow: 0px 3px 5px 0px rgba(22, 76, 184, 0.35);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(22, 76, 184, 0.35);
    -moz-box-shadow: 0px 3px 5px 0px rgba(22, 76, 184, 0.35);
}

.ugc_limit .limit_cont .item_active .limit_more {
    background: linear-gradient(to right, #FF4E2D 0%, #FF4431 100%);
    background: -moz-linear-gradient(left, #FF4E2D 0%, #FF4431 100%);
    background: -ms-linear-gradient(left, #FF4E2D 0%, #FF4431 100%);
    background: -o-linear-gradient(left, #FF4E2D 0%, #FF4431 100%);
    background: -webkit-linear-gradient(left, #FF4E2D 0%, #FF4431 100%);
    box-shadow: 0px 3px 5px 0px rgba(199, 61, 20, 0.35);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(199, 61, 20, 0.35);
    -moz-box-shadow: 0px 3px 5px 0px rgba(199, 61, 20, 0.35);
}


.sit_conditions {
    width: 100%;
    min-width: 1200px;
    background: url(../images/sit_bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 15px;
}

.sit_conditions .sit_conditions_in {
    position: relative;
    width: 870px;
    margin: 0 auto;
    padding-top: 45px;
    padding-bottom: 228px;
}

.sit_conditions .sit_title {
    font-size: 40px;
    color: #FF6423;
    font-weight: 550;
    margin-bottom: 15px;
}

.sit_conditions .sit_problem .sit_sub {
    font-size: 24px;
    color: #333333;
    padding-top: 35px;
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
}

.sit_conditions .sit_problem .sit_option {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}

.sit_conditions .sit_problem .sit_option .sit_radio {
    display: flex;
    align-items: center;
    margin-right: 30px;
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.sit_conditions .sit_problem .sit_option .sit_radio input[type=radio] {
    width: 22px;
    height: 23px;
    border: 1px solid #000000;
    margin-right: 15px;
}

.sit_conditions .sit_problem .sit_option .sit_radio input[type=radio]:checked {
    border: 0;
    background: url(../images/sit_checked.png) no-repeat;
    background-size: 100% 100%;
}

.sit_conditions .sit_bot {
    display: flex;
    align-items: center;
    padding-top: 65px;
}

.sit_conditions .sit_bot .sit_phone {
    width: 270px;
    height: 60px;
    border-radius: 6px;
    border: 1px solid #FF522B;
    margin-right: 50px;
    font-size: 20px;
    color: #333333;
    text-indent: 20px;
}

.sit_conditions .sit_bot .sit_btn {
    display: block;
    width: 270px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    color: #FFFFFF;
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
    border-radius: 6px;
    letter-spacing: 1px;
    background: #FF5A00;
}

.sit_conditions .sit_img {
    position: absolute;
    bottom: 224px;
    right: -20px;
}


.enter_guide {
    position: relative;
    z-index: 200;
    width: 100%;
    min-width: 1200px;
    background: url(../images/guide_bg.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: -150px;
}

.enter_guide .enter_guide_in {
    padding-top: 88px;
    padding-bottom: 100px;
    width: 1038px;
    margin: 0 auto;
}

.enter_guide .guide_title {
    font-size: 46px;
    color: #FFFFFF;
    text-align: center;
    font-weight: 550;
    margin-bottom: 20px;
}

.enter_guide .guide_infor .infor_li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 40px;
}

.enter_guide .guide_infor .infor_li .infor_link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 222px;
    height: 81px;
    border-radius: 10px;
    background: #FFFFFF;
    box-shadow: 0px 5px 7px 0px rgba(8, 6, 6, 0.49);
    -webkit-box-shadow: 0px 5px 7px 0px rgba(8, 6, 6, 0.49);
    -moz-box-shadow: 0px 5px 7px 0px rgba(8, 6, 6, 0.49);
}

.enter_guide .guide_infor .infor_li .infor_link:hover {
    background: #FF522B;
}

.enter_guide .guide_infor .infor_li .infor_link .link_text {
    font-size: 30px;
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
    width: 120px;
    text-align-last: justify;
    text-align: justify;
    text-justify: distribute-all-lines;
    color: #FF522B;
}

.enter_guide .guide_infor .infor_li .infor_link:hover .link_text {
    color: #FFFFFF;
}

.enter_guide .guide_infor .infor_li .infor_link .link_icon {
    width: 30px !important;
    height: 30px !important;
    background-size: 100% 100% !important;
    margin-right: 10px !important;
}

.enter_guide .guide_infor .infor_li .infor_link .link_icon1 {
    background: url(../images/guide_icon1.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link:hover .link_icon1 {
    background: url(../images/guide_hover1.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link .link_icon2 {
    background: url(../images/guide_icon2.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link:hover .link_icon2 {
    background: url(../images/guide_hover2.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link .link_icon3 {
    background: url(../images/guide_icon3.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link:hover .link_icon3 {
    background: url(../images/guide_hover3.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link .link_icon4 {
    background: url(../images/guide_icon4.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link:hover .link_icon4 {
    background: url(../images/guide_hover4.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link .link_icon5 {
    background: url(../images/guide_icon5.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link:hover .link_icon5 {
    background: url(../images/guide_hover5.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link .link_icon6 {
    background: url(../images/guide_icon6.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link:hover .link_icon6 {
    background: url(../images/guide_hover6.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link .link_icon7 {
    background: url(../images/guide_icon7.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link:hover .link_icon7 {
    background: url(../images/guide_hover7.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link .link_icon8 {
    background: url(../images/guide_icon8.png) no-repeat;
}

.enter_guide .guide_infor .infor_li .infor_link:hover .link_icon8 {
    background: url(../images/guide_hover8.png) no-repeat;
}

.enter_guide .guide_provinces {
    display: flex;
    flex-wrap: wrap;
    line-height: 72px;
    margin-top: 65px;
}

.enter_guide .guide_provinces a {
    position: relative;
    display: block;
    font-family: SourceHanSansSC-Regular;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 35px;
    margin-left: 15px;
}

.enter_guide .guide_provinces a:hover {
    color: #FFD600;
}

.enter_guide .guide_provinces a:hover:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #FFE000;
}

.enter_guide .infor_btn {
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    background: #FFD600;
    width: 1024px;
    height: 70px;
    border-radius: 6px;
    text-align: center;
    line-height: 70px;
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
    color: #0D307E;
    font-size: 30px;
    box-shadow: 0px 4px 7px 0px rgba(175, 45, 19, 0.35);
    -webkit-box-shadow: 0px 4px 7px 0px rgba(175, 45, 19, 0.35);
    -moz-box-shadow: 0px 4px 7px 0px rgba(175, 45, 19, 0.35);
    letter-spacing: 15px;
}


.ugc_puzzle {
    width: 1051px;
    margin: 0 auto;
    padding-top: 108px;
    padding-bottom: 90px;
}

.ugc_puzzle .puzzle_title {
    color: #FF6423;
    font-weight: 550;
    font-size: 46px;
    text-align: center;
    padding-bottom: 45px;
}

.ugc_puzzle .puzzle_ul {
    width: 1051px;
    height: auto;
    background: url(../images/puzzle_bg.png) no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 50px 0;
}

.ugc_puzzle .puzzle_ul .puzzle_li {
    width: 865px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
    margin-left: 103px;
    padding: 15px 0;
}

.ugc_puzzle .puzzle_ul .puzzle_li .li_txt {
    width: 640px;
    overflow: hidden;
    font-size: 30px;
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
    margin-left: 25px;
}

.ugc_puzzle .puzzle_ul .puzzle_li .puz_infor {
    display: block;
    width: 120px;
    height: 50px;
    background: #FF5A00;
    letter-spacing: 1px;
    border-radius: 6px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 550;
}

.ugc_puzzle .puzzle_ul .puzzle_li .puz_infor:hover {
    box-shadow: 0px 3px 5px 0px rgba(164, 47, 17, 0.35);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(164, 47, 17, 0.35);
    -moz-box-shadow: 0px 3px 5px 0px rgba(164, 47, 17, 0.35);
}

.appendix {
    width: 1036px;
    margin: 0 auto;
    padding-bottom: 170px;
}

.appendix .appendix_title {
    position: relative;
    width: 645px;
    margin: 0 auto;
    text-align: center;
    font-size: 46px;
    color: #FF6423;
    font-weight: 550;
    line-height: 64px;
    margin-bottom: 80px;
}

.appendix .appendix_title .border_left {
    display: block;
    border-bottom: 2px dashed #FF522B;
    width: 162px;
    position: absolute;
    left: 0;
    top: 95px;
}

.appendix .appendix_title .border_right {
    display: block;
    border-bottom: 2px dashed #FF522B;
    width: 162px;
    position: absolute;
    right: 5px;
    top: 95px;
}

.appendix .appendix_nav {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 518px;
}

.appendix .appendix_nav .append_div {
    position: absolute;
    width: 259px;
    height: 259px;
    /*padding-left: 24px;
    padding-right: 15px;*/
    background: #FFF9F6;
    color: #FF5A00;
    cursor: pointer;
    z-index: 100;
}

.appendix .appendix_nav .append_div:hover {
    width: 269px;
    height: 269px;
    margin-top: -5px;
    margin-left: -5px;
    z-index: 200 !important;
}

.appendix .appendix_nav .append_active {
    background-size: 100% 100% !important;
    color: #FFFFFF !important;
}

.appendix .appendix_nav .append_bg1 {
    background: url(../images/appendix_bg1.png) no-repeat;
}

.appendix .appendix_nav .append_bg2 {
    background: url(../images/appendix_bg2.png) no-repeat;
}

.appendix .appendix_nav .append_bg3 {
    background: url(../images/appendix_bg3.png) no-repeat;
}

.appendix .appendix_nav .append_bg4 {
    background: url(../images/appendix_bg4.png) no-repeat;
}

.appendix .appendix_nav .append_div .num {
    font-size: 50px;
    font-weight: 550;
    padding: 30px 0 15px 25px;
}

.appendix .appendix_nav .append_div .title {
    font-size: 24px;
    font-weight: 550;
    padding-left: 25px;
}

.appendix .appendix_nav .append_div .notes {
    width: 220px;
    height: 65px;
    font-size: 14px;
    line-height: 22px;
    padding-left: 25px;
    margin-top: 10px;
    text-align: justify;
}

.appendix .appendix_nav .append_div .see {
    display: block;
    margin-left: 25px;
    margin-top: 20px;
    font-size: 16px;
    color: #FF5A00;
}

.appendix .appendix_nav .append_active .see {
    color: #FFFFFF;
}

.live_audition {
    width: 100%;
    min-width: 1200px;
    background: url(../images/live_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.live_audition .live_audition_in {
    width: 1010px;
    margin: 0 auto;
    padding: 75px 0 45px 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.live_audition .course {
    width: 548px;
    height: 331px;
    background: url(../images/course_bg.png) no-repeat;
    background-size: 100% 100%;
}

.live_audition .course .course_title {
    position: relative;
    padding-top: 75px;
    width: 142px;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    font-weight: 550;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.live_audition .course .course_title .title_icon {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 14px;
    z-index: 200;
    background: #FFFFFF;
    opacity: 0.2;
}

.live_audition .course .course_p {
    width: 385px;
    margin: 0 auto;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 26px;
}

.live_audition .appointment {
    width: 405px;
}

.live_audition .appointment .appoint_title {
    font-size: 40px;
    font-weight: 550;
    color: #FF6423;
    padding-bottom: 10px;
}

.live_audition .appointment .appoint_notes {
    font-size: 24px;
    color: #333333;
    padding-bottom: 15px;
}

.live_audition .appointment .appoint_ul .appoint_li {
    display: flex;
    align-items: center;
    margin-top: 12px;
    font-size: 24px;
    color: #333333;
}

.live_audition .appointment .appoint_ul .appoint_li input[type=text] {
    width: 336px;
    height: 40px;
    border: 1px solid #F4F4F4;
    text-indent: 20px;
    font-size: 18px;
    margin-left: 14px;
}

.live_audition .appointment .appoint_btn {
    display: block;
    text-align: center;
    width: 168px;
    height: 58px;
    background: url(../images/appoint_btn.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 25px;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 50px;
    letter-spacing: 1px;
}

.lecturer_team {
    width: 100%;
    min-width: 1200px;
    background: url(../images/lecture_bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.lecturer_team .lecturer_team_in {
    width: 1180px;
    margin: 0 auto;
    padding: 85px 0 120px 0;
}

.lecturer_team .team_title {
    font-size: 46px;
    font-weight: 550;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 90px;
    letter-spacing: 1px;
}


.ugc_brand {
    width: 100%;
    min-width: 1200px;
    background: url(../images/brand_bg.png) no-repeat;
    background-size: 100% 100%;
}

.ugc_brand .ugc_brand_in {
    width: 1180px;
    margin: 0 auto;
    padding: 105px 0 85px 0;
}

.ugc_brand .brand_title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 65px;
}

.ugc_brand .brand_title .brand_logo img {
    width: 117px;
    height: 32px;
    margin-bottom: 8px;
}

.ugc_brand .brand_title .brand_logo .logo_time {
    font-size: 20px;
    color: #FFFFFF;
    text-align: center;
    letter-spacing: 1px;
}

.ugc_brand .brand_title .brand_name {
    font-size: 60px;
    font-weight: 550;
    letter-spacing: 1px;
    margin-left: 30px;
    color: #FFFFFF;
    text-shadow: 0px 9px 10px rgba(184, 55, 30, 0.52);
    -webkit-text-shadow: 0px 9px 10px rgba(184, 55, 30, 0.52);
    -moz-text-shadow: 0px 9px 10px rgba(184, 55, 30, 0.52);
    -o-text-shadow: 0px 9px 10px rgba(184, 55, 30, 0.52);
}

.ugc_brand .brand_row {
    display: flex;
    justify-content: space-between;
}

.ugc_brand .brand_row .row_div {
    display: flex;
    align-items: center;
}

.ugc_brand .brand_row .row_div .row_text {
    width: 135px;
    margin-left: 15px;
    color: #FFFFFF;
}

.ugc_brand .brand_row .row_div .row_text .title {
    font-size: 20px;
    line-height: 23px;
    font-weight: 550;
}

.ugc_brand .brand_row .row_div .row_text .notes {
    font-size: 16px;
    line-height: 23px;
    padding-top: 3px;
}


/*浮动框*/
.ugc_sideLeft {
    right: 50%;
    margin-right: 650px;
}

.ugc_sideRight {
    left: 50%;
    margin-left: 650px;
}

.ugc_floatSide {
    position: fixed;
    top: 200px;
    width: 166px;
    border-radius: 10px;
    background: #333333;
    padding-bottom: 40px;
    box-shadow: 0px 3px 7px 0px rgba(65, 65, 65, 0.49);
    -webkit-box-shadow: 0px 3px 7px 0px rgba(65, 65, 65, 0.49);
    -moz-box-shadow: 0px 3px 7px 0px rgba(65, 65, 65, 0.49);
    z-index: 300;
}

.ugc_floatSide .top_icon {
    display: block;
    margin: 0 auto;
    margin-top: 35px;
}

.ugc_floatSide .side_title {
    padding-top: 20px;
    font-size: 20px;
    color: #FFFFFF;
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
    text-align: center;
}

.ugc_floatSide .side_ul {
    padding: 25px 0;
}

.ugc_floatSide .side_ul .side_li {
    display: block;
    width: 100%;
    height: 47px;
    line-height: 47px;
    text-align: center;
    border-bottom: 1px solid #222222;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}

.ugc_floatSide .side_ul .side_li:hover {
    background: #FF6423;
}

.ugc_floatSide .entrance {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    font-weight: 550;
    color: #FFFFFF;
    margin: 0 auto;
    text-align: justify;
    line-height: 35px;
}

.ugc_sideLeft .entrance {
    width: 80px;
}

.ugc_sideRight .entrance {
    width: 120px;
}

.ugc_floatSide .entrance img {
    position: absolute;
    right: 0;
    bottom: 8px;
}

.entrance_model {
    position: fixed;
    top: 348px;
    left: 50%;
    margin-left: -354px;
    width: 708px;
    height: 268px;
    background: url(../images/sem_model_bg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 500;
}

.entrance_model .model_attent {
    display: flex;
    align-items: flex-end;
    position: absolute;
    top: -63px;
    left: 28px;
}

.entrance_model .model_attent .attent_txt {
    font-size: 46px;
    color: #FF3324;
    font-weight: bold;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
}

.entrance_model .ent_close {
    position: absolute;
    right: -45px;
    top: -45px;
    cursor: pointer;
}

.entrance_model .model_title {
    position: relative;
    margin-left: 38px;
    margin-top: 40px;
    padding-left: 2px;
    font-size: 30px;
    color: #FF2F22;
    margin-bottom: 30px;
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
}

.entrance_model .model_title .title_bg {
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 427px;
    height: 13px;
    background: #FF2F22;
    opacity: 0.1;
}

.entrance_model .model_ul {
    display: flex;
    align-items: center;
    padding-left: 41px;
    padding-bottom: 35px;
}

.entrance_model .model_ul .model_li {
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.entrance_model .model_ul .model_li .li_txt {
    font-size: 22px;
    color: #000000;
    margin-left: 10px;
}

.entrance_model .model_link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.entrance_model .model_link .link_btn {
    display: block;
    width: 190px;
    height: 58px;
    border-radius: 6px;
    text-align: center;
    line-height: 58px;
    margin: 0 15px;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
    background: linear-gradient(to right, #FF0000 0%, #FF4431 100%);
    background: -moz-linear-gradient(left, #FF0000 0%, #FF4431 100%);
    background: -ms-linear-gradient(left, #FF0000 0%, #FF4431 100%);
    background: -o-linear-gradient(left, #FF0000 0%, #FF4431 100%);
    background: -webkit-linear-gradient(left, #FF0000 0%, #FF4431 100%);
}


/*pmp项目管理*/
.pmp_main {
    position: relative;
}

.pmp_counseCenter {
    background: url(../images/pmp_topBg.jpg) no-repeat;
    background-size: 100% 100%;
}

.pmp_counseCenter .pmpCounse_in {
    width: 1020px;
    margin: 0 auto;
    padding: 82px 0 56px 0;
}

.pmp_counseCenter .course_in {
    width: 100%;
    height: 336px;
    background: url(../images/pmp_topImg.png) no-repeat;
    background-size: 100% 100%;
}

.pmp_counseCenter .course_in .notes {
    text-align: center;
    padding: 41px 0 33px 0;
    font-size: 32px;
    color: #FFFFFF;
}

.pmp_counseCenter .course_in .title {
    /*font-size: 106px;
    text-shadow: 0px 4px 0px rgba(0, 0, 0, 0.1);
    -webkit-text-shadow:0px 4px 0px rgba(0, 0, 0, 0.1);
    -moz-text-shadow:0px 4px 0px rgba(0, 0, 0, 0.1);
    -o-text-shadow:0px 4px 0px rgba(0, 0, 0, 0.1);
    color: #FFFFFF;*/
    display: block;
    width: 589px;
    margin: 0 auto;
    text-align: center;
    /*font-family: SourceHanSansCN;
    font-weight: bold;*/
}

.pmp_counseCenter .course_in .course_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 80px;
    padding-top: 25px;
}

.pmp_counseCenter .course_in .course_ul .course_li {
    display: flex;
    align-items: center;
}

.pmp_counseCenter .course_in .course_ul .course_li span {
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: 1px;
    margin-left: 15px;
}

.pmp_counseCenter .course_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 6px;
}

.pmp_counseCenter .course_link .link_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 236px;
    height: 58px;
    box-shadow: 0px 6px 10px 0px rgba(6, 6, 6, 0.14);
    -webkit-box-shadow: 0px 6px 10px 0px rgba(6, 6, 6, 0.14);
    -moz-box-shadow: 0px 6px 10px 0px rgba(6, 6, 6, 0.14);
    border-radius: 10px;
    font-size: 34px;
    color: #FFFFFF;
    letter-spacing: 2px;
    margin: 0 33px;
}

.pmp_counseCenter .course_link .course_apply {
    background: #FF6C13;
}
.pmp_counseCenter .course_link .course_apply:hover{
	transform: scale(1.05);
    animation:initial;
}
.pmp_counseCenter .course_link .course_train {
    background: #194CBE;
}
.pmp_counseCenter .course_link .course_train:hover{
	transform: scale(1.05);
    animation:initial;
}

.pmpCertificate .certi_title {
    font-size: 50px;
    color: #010101;
}

.pmpCertificate .certi_ul .certi_li .certi_link .link_text {
    font-weight: 550;
}

.pmpCertificate .certi_ul .certi_li .certi_link:hover .certi_icon {
    margin-top: 40px;
}

.pmpCertificate .certi_ul .certi_li .certi_ykdp .certi_icon {
    background: url(../images/pmp_cert_icon1.png) no-repeat;
}

.pmpCertificate .certi_ul .certi_li .certi_ykdp:hover .certi_icon {
    background: url(../images/pmp_cert_hover1.png) no-repeat;
}

.pmpCertificate .certi_ul .certi_li .certi_jflh .certi_icon {
    background: url(../images/pmp_cert_icon2.png) no-repeat;
}

.pmpCertificate .certi_ul .certi_li .certi_jflh:hover .certi_icon {
    background: url(../images/pmp_cert_hover2.png) no-repeat;
}

.pmpCertificate .certi_ul .certi_li .certi_hjlg .certi_icon {
    background: url(../images/pmp_cert_icon3.png) no-repeat;
}

.pmpCertificate .certi_ul .certi_li .certi_hjlg:hover .certi_icon {
    background: url(../images/pmp_cert_hover3.png) no-repeat;
}

.pmpCertificate .certi_ul .certi_li .certi_szjx .certi_icon {
    background: url(../images/pmp_cert_icon4.png) no-repeat;
}

.pmpCertificate .certi_ul .certi_li .certi_szjx:hover .certi_icon {
    background: url(../images/pmp_cert_hover4.png) no-repeat;
}

.pmpCertificate .certi_ul .certi_li .certi_link:nth-child(2):hover .link_hover {
    margin-top: 0 !important;
}

.pmpCertificate .certi_ul .certi_li .certi_link:hover .link_hover {
    height: 100px;
    align-items: center;
    text-align: justify;
}


.pmpDifficult {
    padding-top: 10px;
    padding-bottom: 70px;
}

.pmpDifficult .diff_title {
    font-size: 50px;
    color: #010101;
    padding-bottom: 145px;
}

.pmpDifficult .diff_problem {
    width: 220px;
    padding: 0 20px;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    text-align: justify;
    box-shadow: 0px 4px 7px 0px rgba(10, 19, 133, 0.35);
    -webkit-box-shadow: 0px 4px 7px 0px rgba(10, 19, 133, 0.35);
    -moz-box-shadow: 0px 4px 7px 0px rgba(10, 19, 133, 0.35);
    line-height: 1.2;
}


.pmp_sit {
    background: url(../images/pmp_sitBg.jpg) no-repeat;
    background-size: 100% 100%;
}

.pmp_sit .sit_conditions_in {
    /*width: 1120px;*/
    padding-bottom: 20px;
    padding-top: 75px;
}

.pmp_sit .sit_title {
    font-size: 50px;
    text-align: center;
    color: #FFFFFF;
    white-space: nowrap;
}

.pmp_sit .sit_problem .sit_sub {
    color: #FFFFFF;
    font-size: 26px;
    font-weight: 550;
}

.pmp_sit .sit_problem .sit_option .sit_radio {
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 45px;
}

.pmp_sit .sit_problem .sit_option .sit_radio input[type=radio] {
    border: 1px solid #FFFFFF;
    width: 22px;
    height: 22px;
}

.pmp_sit .sit_problem .sit_option .sit_radio input[type=radio]:checked {
    background: url(../images/pmp_checked.png) no-repeat;
    background-size: 100% 100%;
}

.pmp_sit .sit_bot .sit_phone {
    border: 1px solid #3F70DE;
    border-radius: 10px;
}

.pmp_sit .sit_bot .sit_btn {
    border-radius: 10px;
    background: linear-gradient(124deg, rgba(63, 107, 220, 1), rgba(46, 112, 245, 1));
    background: -moz-linear-gradient(124deg, rgba(63, 107, 220, 1), rgba(46, 112, 245, 1));
    background: -ms-linear-gradient(124deg, rgba(63, 107, 220, 1), rgba(46, 112, 245, 1));
    background: -o-linear-gradient(124deg, rgba(63, 107, 220, 1), rgba(46, 112, 245, 1));
    background: -webkit-linear-gradient(124deg, rgba(63, 107, 220, 1), rgba(46, 112, 245, 1));
}

.pmp_sit .sit_img {
    bottom: 20px;
    right: -145px;
}

.pmp_sit .sit_infor {
    display: flex;
    flex-wrap: wrap;
    width: 1120px;
    margin: 0 auto;
    padding-bottom: 50px;
}

.pmp_sit .sit_infor .infor_link {
    width: 520px;
    height: 185px;
    background: #192743;
    margin-top: 25px;
    box-shadow: 0px 0px 10px 0px rgba(122, 120, 120, 0.26);
    -webkit-box-shadow: 0px 0px 10px 0px rgba(122, 120, 120, 0.26);
    -moz-box-shadow: 0px 0px 10px 0px rgba(122, 120, 120, 0.26);
}

.pmp_sit .sit_infor .infor_link:nth-child(1),
.pmp_sit .sit_infor .infor_link:nth-child(3),
.pmp_sit .sit_infor .infor_link:nth-child(5),
.pmp_sit .sit_infor .infor_link:nth-child(7) {
    margin-right: 80px;
}

.pmp_sit .sit_infor .infor_link .link_title {
    padding: 0 40px 0 50px;
    padding-top: 35px;
    padding-bottom: 22px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pmp_sit .sit_infor .infor_link .link_title .txt {
    font-size: 40px;
    font-weight: 550;
    color: #FFFFFF;
}

.pmp_sit .sit_infor .infor_link .link_title .btn {
    font-size: 23px;
    width: 160px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: #FFD600;
    border-radius: 0.05rem;
    color: #194CBE;
    box-shadow: 0px 2px 18px 0px rgba(0, 7, 22, 0.99);
    -webkit-box-shadow: 0px 2px 18px 0px rgba(0, 7, 22, 0.99);
    -moz-box-shadow: 0px 2px 18px 0px rgba(0, 7, 22, 0.99);
}

.pmp_sit .sit_infor .infor_link .link_title .btn:hover {
    background: #FFFFFF;
}

.pmp_sit .sit_infor .infor_link .link_notes {
    padding-left: 51px;
    color: #FFD925;
    font-size: 28px;
}


.pmp_problem {
    width: 1260px;
    margin: 0 auto;
    padding: 65px 0 75px 0;
}

.pmp_problem .prob_title {
    height: 48px;
    font-size: 50px;
    font-family: SourceHanSansCN;
    font-weight: 550;
    text-align: center;
    padding-bottom: 18px;
}

.pmp_problem .prob_cont {
    position: relative;
    margin-left: 131px;
    width: 1129px;
    height: 589px;
    background: url(../images/pmp_probBg.png) no-repeat;
    background-size: 100% 100%;
}

.pmp_problem .prob_cont .probIcon {
    position: absolute;
    top: 55px;
    left: -131px;
}

.pmp_problem .prob_cont .prob_ul {
    margin-left: 545px;
    padding-top: 78px;
}

.pmp_problem .prob_cont .prob_ul .prob_li {
    display: flex;
    align-items: center;
    height: 43px;
    border: 1px solid #194CBE;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 15px;
    width: 476px;
    cursor: pointer;
}

.pmp_problem .prob_cont .prob_ul .prob_li .li_txt {
    height: 43px;
    line-height: 43px;
    width: 298px;
    font-size: 26px;
    color: #194CBE;
    font-family: SourceHanSansCN;
    font-weight: 550;
    text-align: center;
}

.pmp_problem .prob_cont .prob_ul .prob_li .li_link {
    height: 43px;
    line-height: 43px;
    width: 178px;
    background: #194CBE;
    text-align: center;
    font-size: 29px;
    font-family: SourceHanSansCN;
    font-weight: 550;
    color: #FFFFFF;
}

.pmp_problem .prob_cont .prob_ul .prob_li:hover {
    border: 1px solid #FF6C13;
}

.pmp_problem .prob_cont .prob_ul .prob_li:hover .li_txt {
    color: #FF6C13;
}

.pmp_problem .prob_cont .prob_ul .prob_li:hover .li_link {
    background: #FF6C13;
}

.pmp_problem .prob_notes {
    font-size: 50px;
    font-family: SourceHanSansCN;
    font-weight: 550;
    color: #000000;
    text-align: center;
    padding-top: 14px;
}

.pmp_liveAudition {
    background: url(../images/pmp_liveAudBg.jpg) no-repeat;
    background-size: 100% 100%;
}

.pmp_liveAudition .course {
    background: url(../images/pmp_liveBg.png) no-repeat;
    background-size: 100% 100%;
}

.pmp_liveAudition .appointment .appoint_title {
    white-space: nowrap;
    color: #194CBE;
}

.pmp_liveAudition .appointment .appoint_btn {
    background: #194CBE;
    width: 160px;
    height: 50px;
    border-radius: 6px;
}

.pmpAuxiliary {
    background: url(../images/pmp_auxBg.jpg) center top no-repeat;
    background-size: 1920px 101%;
}

.pmpAuxiliary .aux_link_ul .aux_link:hover .link_hover {
    font-size: 14px;
}

.pmpAuxiliary .aux_link_ul .link_hr2 {
    width: 300px;
    height: 528px;
}


.pmp_brand {
    background: url(../images/pmp_brandBg.png) no-repeat;
    background-size: 101% 100%;
}

.pmp_brand .brand_title .brand_name {
    text-shadow: 0px 9px 10px rgba(0, 0, 0, 0.52);
    -webkit-text-shadow: 0px 9px 10px rgba(0, 0, 0, 0.52);
    -moz-text-shadow: 0px 9px 10px rgba(0, 0, 0, 0.52);
    -o-text-shadow: 0px 9px 10px rgba(0, 0, 0, 0.52);
}

.pmp_softSide {
    left: 50%;
    right: auto;
    margin-left: 650px;
    margin-left: 540px;
}

/*执业药师SEM*/
.zy_body {
    background: #FFFFFF;
}

.zyHeader {
    background: rgba(51, 51, 51, 0.3) !important;
}

.zyHeader .header_logo .logo_text {
    font-size: 20px !important;
}

.zy_main {
    position: relative;
}

.zy_course {
    position: relative;
    width: 100%;
    min-width: 1300px;
    height: 643px;
    /*background: url(../images/zy_topBg.jpg) no-repeat;
    background-size: 100% 100%;*/
    overflow: hidden;
}

.zy_course .course_bg {
    position: absolute;
    width: 1920px;
    min-width: 1600px;
    z-index: 100;
}

.zy_course .zyCourse_in {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-top: 146px;
    z-index: 200;
}

.zy_course .zyCourse_in .course_side {
    float: left;
    margin-right: 45px;
    width: 277px;
    height: 289px;
    background: url(../images/zy_topSide.png) no-repeat;
    background-size: 100% 100%;
}

.zy_course .zyCourse_in .course_side .course_sideIn {
    display: flex;
    width: 258px;
    height: 270px;
    margin-top: 9.5px;
    margin-left: 4px;
}

.zy_course .zyCourse_in .course_side .side_ul {
    width: 129px;
    padding-top: 30px;
}

.zy_course .zyCourse_in .course_side .side_ul a {
    position: relative;
    display: flex;
    font-size: 20px;
    color: #999999;
    margin-bottom: 15px;
}

.zy_course .zyCourse_in .course_side .side_ul:nth-child(1) a {
    padding-left: 30px;
}

.zy_course .zyCourse_in .course_side .side_ul:nth-child(2) a {
    padding-left: 18px;
}

.zy_course .zyCourse_in .course_side .side_ul a:hover {
    color: #333333;
}

.zy_course .zyCourse_in .course_side .side_ul a .hot_icon {
    position: absolute;
    right: 5px;
    top: -14px;
    width: 28px;
    height: 20px;
}

.zy_course .zyCourse_in .course_side .side_ul:nth-child(1) a .hot_icon {
    right: -5px;
}

.zy_course .course_nav {
    float: left;
    width: 570px;
    padding-top: 20px;
}

.zy_course .course_nav .notes {
    width: 548px;
    height: 60px;
    line-height: 56px;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 4px;
    background: url(../images/zy_topTitleBg.png) no-repeat;
    background-size: 100% 100%;
    font-size: 40px;
    color: #FFFFFF;
    letter-spacing: 6px;
}

.zy_course .course_nav .title {
    width: 569px;
    height: 83px;
    margin: 0 auto;
    margin-bottom: 25px;
}

.zy_course .course_nav .courseTab_ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.zy_course .course_nav .courseTab_ul li {
    display: block;
    position: relative;
    width: 149px;
    height: 58px;
    line-height: 58px;
    font-size: 26px;
    color: #015944;
    background: #ffffff;
    cursor: pointer;
}

.zy_course .course_nav .courseTab_ul li:hover {
    background: #FFD600 !important;
}

.zy_course .course_nav .courseTab_ul li:nth-child(1):hover::before {
    border-color: #FFD600 transparent transparent transparent !important;
}

.zy_course .course_nav .courseTab_ul li:nth-child(2):hover::before {
    border-color: transparent transparent #FFD600 transparent !important;
}

.zy_course .course_nav .courseTab_ul .active {
    background: #FFD600 !important;
}

.zy_course .course_nav .courseTab_ul li:nth-child(1) {
    text-align: left;
    padding-left: 24px;
    margin-right: 35px;
}

.zy_course .course_nav .courseTab_ul li:nth-child(1):before {
    content: '';
    position: absolute;
    top: 0;
    right: -25px;
    border-width: 58px 25px;
    border-style: solid;
    border-color: #FFFFFF transparent transparent transparent;
}

.zy_course .course_nav .courseTab_ul .active:nth-child(1):before {
    border-color: #FFD600 transparent transparent transparent;
}

.zy_course .course_nav .courseTab_ul li:nth-child(2) {
    text-align: right;
    padding-right: 24px;
}

.zy_course .course_nav .courseTab_ul li:nth-child(2):before {
    content: '';
    position: absolute;
    top: -58px;
    left: -25px;
    border-width: 58px 25px;
    border-style: solid;
    border-color: transparent transparent #FFFFFF transparent;
}

.zy_course .course_nav .courseTab_ul .active:nth-child(2):before {
    border-color: transparent transparent #FFD600 transparent;
}

.zy_application {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 100px;
}

.zy_application .title {
    text-align: center;
    font-family: Source Han Sans SC;
    font-weight: bold;
    font-size: 46px;
    padding-bottom: 10px;
    color: #333333;
    letter-spacing: 2px;
}

.zy_application .title span {
    color: #00AA87;
}

.zy_application .applica_main {
    display: flex;
}

.zy_application .applica_main .applica_demand {
    width: 830px;
    display: flex;
    flex-wrap: wrap;
}

.zy_application .demand_div {
    width: 368px;
    height: 300px;
    margin-top: 33px;
    margin-right: 45px;
    border: 1px solid #FD4238;
    border-radius: 10px;
    cursor: pointer;
}

.zy_application .demand_div .demand_title {
    text-align: center;
    font-size: 30px;
    color: #2950CF;
    padding-top: 55px;
    font-family: Source Han Sans SC;
    font-weight: 500;
}

.zy_application .demand_div .nav {
    font-size: 16px;
    width: 320px;
    line-height: 22px;
    margin: 0 auto;
    text-align: justify;
    padding-top: 10px;
    margin-bottom: 35px;
    color: #000000;
    font-family: Source Han Sans SC;
    font-weight: 400;
}

.zy_application .demand_div .nav .demand_advisory {
    color: #FF5A00;
}

.zy_application .demand_div .demand_link {
    display: block;
    width: 214px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    margin: 0 auto;
    background: #FD4238;
    border-radius: 21px;
    font-size: 20px;
    color: #FFFFFF;
    font-family: Source Han Sans SC;
    font-weight: 400;
}

.zy_application .demand_div:hover {
    border: 1px solid #F32938;
    background: #28A488;
}

.jjs-app.zy_application .demand_div:hover {
    border: 1px solid #F32938;
    background: #004F9C;
}

.zy_application .demand_div:hover .demand_title {
    color: #FFF832;
}

.zy_application .demand_div:hover .nav {
    color: #FFFFFF;
}

.zy_application .demand_div:hover .nav .demand_advisory {
    color: #FFF832;
}

.zy_application .demand_div:hover .demand_link {
    background: #FFF832;
    color: #007352;
}

.zy_application .applica_channel {
    width: 368px;
    height: 633px;
    background: #FFFFFF;
    border: 1px solid #00AA87;
    border-radius: 10px;
    margin-top: 33px;
    overflow: hidden;
}

.jjs-app.zy_application .applica_channel {
    border: 1px solid #004F9C;
}

.zy_application .applica_channel .channel_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 178px;
    background: url(../images/zy_channelBg.png) no-repeat;
    background-size: 100% 100%;
    margin-top: -1px;
}

.jjs-app.zy_application .applica_channel .channel_top {
    background: url(../images/jjs_channelBg.png) no-repeat;
    background-size: 100% 100%;
}

.zy_application .applica_channel .channel_top .topLink img {
    width: 83px;
    height: 83px;
    margin-left: 15px;
}

.zy_application .applica_channel .channel_nav {
    padding-top: 26px;
}

.zy_application .applica_channel .channel_sel {
    position: relative;
    width: 292px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 38px;
}

.zy_application .applica_channel .channel_sel select {
    width: 100%;
    height: 100%;
    text-indent: 19px;
    font-size: 20px;
    color: #000000;
    cursor: pointer;
    border: 1px solid #333333;
    border-radius: 4px;
    font-family: SourceHanSansSC-Regular;
    z-index: 400;
}

.zy_application .applica_channel .channel_sel:before {
    content: '';
    position: absolute;
    right: 24px;
    top: 19px;
    border-top: 11px solid #000000;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 1000;
}

.zy_application .applica_channel .channel_sel select option {
    padding-left: 19px !important;
    /*line-height: 25px;*/
}

.zy_application .applica_channel .channel_yzm {
    position: relative;
    width: 292px;
    height: 50px;
    margin: 0 auto;
    margin-bottom: 18px;
}

.zy_application .applica_channel .channel_input {
    display: block;
    width: 292px;
    height: 50px;
    border: 1px solid #333333;
    border-radius: 4px;
    margin: 0 auto;
    font-size: 20px;
    text-indent: 19px;
    margin-bottom: 38px;
}

.zy_application .applica_channel .channel_yzm .yzmImg {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 100px;
    height: 32px;
    border-radius: 4px;
    background: #999999;
}

.zy_application .applica_channel .channel_yzm .zy_downLoad {
    position: absolute;
    top: 9px;
    right: 9px;
    width: 100px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    background: #FD4238;
    cursor: pointer;
    font-size: 16px;
    color: #FFFFFF;
}

.zy_application .applica_channel .channel_results {
    display: block;
    width: 292px;
    height: 50px;
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    margin: 0 auto;
    background: #FD4238;
    font-size: 20px;
    color: #ffffff;
    font-family: SourceHanSansSC-Medium;
}

.zy_application .applica_channel .channel_results:hover {
    background: #FFF832;
    color: #007352;
}

.zy_gist {
    width: 100%;
    min-width: 1300px;
    background: url(../images/zy_gistBg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 52px;
    padding-bottom: 62px;
}

.jjs-gist.zy_gist {
    background: url(../images/jjs_gistBg.png) no-repeat;
    background-size: 100% 100%;
}

.zy_gist .title,
.zy_concerns .title,
.zy_tutoring .title {
    text-align: center;
    letter-spacing: 2px;
    font-size: 46px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #ffffff;
    padding-bottom: 24px;
}

.zy_gist .title span {
    margin-left: 4px;
    color: #FFE63F;
}

.zy_gist .gist_ul {
    display: flex;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

.zy_gist .gist_ul .gist_li {
    display: flex;
    align-items: center;
    margin-top: 28px;
}

.zy_gist .gist_ul .gist_li:nth-child(1),
.zy_gist .gist_ul .gist_li:nth-child(3),
.zy_gist .gist_ul .gist_li:nth-child(5) {
    margin-right: 100px;
}

.zy_gist .gist_ul .gist_li .text {
    width: 384px;
    height: 65px;
    background: #FFFFFF;
    border-radius: 10px;
    line-height: 65px;
    text-align: center;
    margin-right: 23px;
    font-size: 24px;
    color: #333333;
    cursor: pointer;
}

.zy_gist .gist_ul .gist_li .text:hover {
    color: #28A488;
}

.jjs-gist.zy_gist .gist_ul .gist_li .text:hover {
    color: #004F9C;
}

.zy_gist .gist_ul .gist_li .link {
    display: block;
    width: 143px;
    height: 65px;
    border-radius: 10px;
    line-height: 65px;
    text-align: center;
    background: linear-gradient(45deg, #FF753F, #FFB03F);
    background: -moz-linear-gradient(45deg, #FF753F, #FFB03F);
    background: -ms-linear-gradient(45deg, #FF753F, #FFB03F);
    background: -o-linear-gradient(45deg, #FF753F, #FFB03F);
    background: -webkit-linear-gradient(45deg, #FF753F, #FFB03F);
    font-size: 26px;
    color: #ffffff;
}

.zy_gist .gist_ul .gist_li .link:hover {
    background: #FFF832;
    color: #007352;
}

.jjs-gist.zy_gist .gist_ul .gist_li .link:hover {
    background: #FFF832;
    color: #004F9C;
}

.zy_concerns {
    width: 1200px;
    margin: 0 auto;
    padding-top: 69px;
}

.zy_concerns .title,
.zy_tutoring .title {
    text-align: center;
    font-size: 46px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    letter-spacing: 2px;
    padding-bottom: 68px;
}

.zy_concerns .title span,
.zy_tutoring .title span {
    margin-left: 4px;
    color: #00AA87;
}

.zy_concerns .concerns_ul {
    display: flex;
}

.zy_concerns .concerns_ul .concerns_div {
    position: relative;
    width: 222px;
    height: 470px;
    border-radius: 10px;
    margin-right: 18px;
    border: 2px solid #000000;
    cursor: pointer;
}

.zy_concerns .concerns_ul .concerns_div:last-child {
    margin-right: 0;
}

.zy_concerns .concerns_div .concerns_icon {
    display: block;
    width: 152px;
    height: 152px;
    margin: 0 auto;
    margin-top: 21px;
}

.zy_concerns .concerns_div .con_title {
    text-align: center;
    padding-top: 17px;
    color: #2950CF;
    font-size: 24px;
    font-family: Source Han Sans SC;
    font-weight: 500;
}

.zy_concerns .concerns_div .con_nav {
    width: 185px;
    margin: 0 auto;
    line-height: 28px;
    font-size: 20px;
    color: #333333;
    text-align: justify;
    margin-top: 10px;
}

.zy_concerns .concerns_div .con_link {
    position: absolute;
    left: 20px;
    bottom: 44px;
    width: 182px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 2px solid #000000;
    border-radius: 10px;
    background: #FFE000;
    font-size: 20px;
    font-family: SourceHanSansSC-Medium;
    font-weight: 500;
    color: #333333;
}

.zy_concerns .concerns_div:hover {
    background: #28A488;
}

.jjs-concerns.zy_concerns .concerns_div:hover {
    background: #004F9C;
}

.zy_concerns .concerns_div:hover .con_title {
    color: #FFF832;
}

.zy_concerns .concerns_div:hover .con_nav {
    color: #FFFFFF;
}

.zy_concerns .concerns_div:hover .con_link {
    background: #FFFFFF;
    color: #28A488;
}

.jjs-concerns.zy_concerns .concerns_div:hover .con_link {
    background: #FFFFFF;
    color: #004F9C;
}

.zy_tutoring {
    width: 1200px;
    margin: 0 auto;
    padding-top: 115px;
    padding-bottom: 78px;
}

.zy_tutoring .title {
    padding-bottom: 55px;
}

.zy_tutoring .zy_tables {
    width: 100%;
    border: 1px solid #999999;
    border-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
}

.zy_tables th {
    border-bottom: 1px solid #999999;
    height: 91px;
}

.zy_tables .th1 {
    width: 250px;
}

.zy_tables .train_title,
.zy_tables .conven_title {
    width: 474px;
    height: 100%;
    border-left: 1px solid #999999;
    font-size: 34px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
}

.zy_tables .train_title {
    background: url(../images/zy_thBg1.png) no-repeat;
    background-size: 100% 100%;
}

.zy_tables .conven_title {
    background: url(../images/zy_thBg2.png) no-repeat;
    background-size: 100% 100%;
}

.zy_tables td {
    border-bottom: 1px solid #999999;
}

.zy_tables .rower {
    background: rgba(153, 153, 153, 0.1);
}

.zy_tables .rower span {
    display: block;
    font-size: 28px;
    color: #333333;
    width: 60px;
    margin: 0 auto;
    font-family: SourceHanSansSC-Medium;
    letter-spacing: 2px;
    line-height: 40px;
}

.zy_tables .rower_txt,
.zy_tables .rower_checked,
.zy_tables .rower_btn {
    border-left: 1px solid #999999;
}

.zy_tables .rower_txt {
    padding: 32px 0;
    font-family: SourceHanSansSC-Regular;
    color: #333333;
}

.zy_tables .rowerTxt {
    padding: 20px 0 !important;
}

.zy_tables .rower_txt p {
    margin-left: 38px;
    line-height: 28px;
    font-size: 18px;
}

.zy_tables .rower_txt .red_txt {
    color: #FF4848 !important;
}

.zy_tables .rower_checked {
    padding: 30px 0 5px 0;
}

.zy_tables .rower_checked ul {
    margin-left: 38px;
}

.zy_tables .rower_checked ul li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.zy_tables .rower_checked ul li span {
    display: flex;
    align-items: center;
    min-width: 155px;
    font-size: 18px;
    color: #333333;
    font-family: SourceHanSansSC-Regular;
}

.zy_tables .rower_checked ul li span img {
    display: block;
    margin-right: 10px;
    width: 20px;
    height: 20px;
}

.zy_tables .rower_checked ul .red_check span {
    color: #FF4848 !important;
}

.zy_tables .rower_btn {
    padding: 25px 0;
}

.zy_tables .rower_btn a {
    display: block;
    width: 160px;
    height: 50px;
    background: #FF4848;
    border-radius: 25px;
    margin: 0 auto;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    letter-spacing: 1.5px;
}

.zy_tables .rower_btn a:hover {
    background: #FFF832;
    color: #007352;
}

.zy_listen {
    width: 100%;
    min-width: 1300px;
    background: url(../images/zy_listen.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 39px 0 34px 0;
}

.jjs-listen.zy_listen {
    background: url(../images/jjs_listen.png) no-repeat;
    background-size: 100% 100%;
}

.zy_listen .title {
    font-size: 46px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFE631;
    text-align: center;
    letter-spacing: 2px;
    padding-bottom: 36px;
}

.zy_listen .listen_frame {
    width: 1203px;
    height: 520px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    margin: 0 auto;
}

.zy_listen .listen_tab {
    width: 1136px;
    margin: 0 auto;
    padding-top: 35px;
}

.zy_listen .listen_tab .listen_tab_title {
    display: flex;
    align-items: center;
}

.zy_listen .listen_tab .listen_tab_title li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 60px;
    border: 2px solid #FFFFFF;
    border-radius: 6px 6px 0px 0px;
    border-bottom: 0;
    margin-right: 10px;
    font-size: 26px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    cursor: pointer;
}

.zy_listen .listen_tab .listen_tab_title .active {
    background: #FFFFFF;
    color: #10B895;
}

.jjs-listen.zy_listen .listen_tab .listen_tab_title .active {
    background: #FFFFFF;
    color: #0343A3;
}

.zy_listen .listen_tab .listen_content {
    width: 100%;
    height: 384px;
    background: #FFFFFF;
    border-radius: 0 6px 6px 6px;
}

.listen_show {
    display: flex !important;
}

.zy_listen .listen_tab .listen_content .listen_item {
    display: none;
    padding-top: 42px;
}

.zy_listen .vItem_show {
    display: block !important;
}

.zy_listen .listen_item .video_tab .video_item {
    display: none;
}

.zy_listen .listen_item .video {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 448px;
    height: 298px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 20px;
}

.zy_listen .listen_tab .listen_content .listen_item .video .videoBg {
    position: absolute;
    z-index: 100;
    width: 448px;
    height: 298px;
}

.zy_listen .listen_tab .listen_content .listen_item .video .video_mask {
    position: absolute;
    z-index: 150;
    width: 448px;
    height: 298px;
    background: #000000;
    opacity: 0.45;
}

.zy_listen .listen_tab .listen_content .listen_item .video .videoIcon {
    position: relative;
    width: 100px;
    height: 100px;
    z-index: 200;
    cursor: pointer;
}

.zy_listen .lesson_tab {
    margin-left: 20px;
    width: 620px;
}

.zy_listen .lesson_tab .lesson_tab_title {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
}

.zy_listen .lesson_tab .lesson_tab_title li {
    margin-right: 14px;
    max-height: 66px;
    line-height: 22px;
    padding: 13px 16px;
    font-family: SourceHanSansSC-Medium;
    font-size: 20px;
    color: #333333;
    border: 1px solid #4E4E4E;
    cursor: pointer;
}

.zy_listen .lesson_tab .lesson_tab_title .active {
    background: #00AA87;
    color: #FFFFFF;
    border: 1px solid #00AA87;
}

.jjs-listen.zy_listen .lesson_tab .lesson_tab_title .active {
    background: #004F9C;
    color: #FFFFFF;
    border: 1px solid #00AA87;
}

.lesson_show {
    display: block !important;
}

.zy_listen .lesson_tab .lesson_cont .lesson_item {
    display: none;
    min-height: 190px;
    overflow-y: auto;
}

.zy_listen .lesson_tab .lesson_cont .lesson_item span {
    display: block;
    line-height: 22px;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    margin-bottom: 20px;
    cursor: pointer;
}

.zy_listen .lesson_tab .lesson_cont .lesson_item span:hover {
    color: #00AA87;
}

.jjs-listen.zy_listen .lesson_tab .lesson_cont .lesson_item span:hover {
    color: #0343A3;
}

.zy_materials {
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
    padding: 75px 0;
}

.zy_materials .title {
    font-size: 46px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    text-align: center;
    color: #00AA87;
    letter-spacing: 2px;
    margin-bottom: 23px;
}

.zy_materials .notes {
    font-size: 24px;
    font-family: SourceHanSansSC-Medium;
    color: #333333;
    margin-bottom: 55px;
    text-align: center;
}

.zy_materials .mater_ul {
    display: flex;
    justify-content: space-between;
}

.zy_materials .mater_ul .mater_li .mater_div {
    display: flex;
    align-items: center;
}

.zy_materials .mater_ul .mater_li .mater_link {
    display: block;
    width: 136px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 6px;
    font-size: 20px;
    font-family: SourceHanSansSC-Medium;
    color: #FFFFFF;
    background: linear-gradient(0deg, #00AA87, #10B895);
    background: -webkit-linear-gradient(0deg, #00AA87, #10B895);
    background: -moz-linear-gradient(0deg, #00AA87, #10B895);
    background: -o-linear-gradient(0deg, #00AA87, #10B895);
}

.zy_materials .mater_ul .mater_li .mater_link:hover {
    background: #FF4848;
}

.zy_materials .mater_ul .mater_li .mater_div .materIcon {
    display: block;
    width: 100px;
    height: 126px;
    margin-right: 15px;
}

.zy_materials .mater_ul .mater_li .mater_div .mater_txt {
    width: 178px;
}

.zy_materials .mater_ul .mater_li .mater_div .mater_txt .txt_title {
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
}

.zy_materials .mater_ul .mater_li .mater_div .mater_txt .nav {
    font-size: 14px;
    color: #333333;
    font-family: SourceHanSansSC-Regular;
    line-height: 22px;
    text-align: justify;
}

.zySide {
    position: fixed;
    left: 50%;
    top: 100px;
    width: 246px;
    margin-left: 600px;
    padding-top: 46px;
    padding-bottom: 81px;
    background: url(../images/zy_sideBg.png) no-repeat;
    background-size: 100% 100%;
    z-index: 300;
}

.jjs-side {
    padding-top: 20px;
    background: url(../images/jjs_bg.png) no-repeat;
    background-size: 100% 100%;
}

.zySide .title {
    display: block;
    width: 154px;
    height: 47px;
    margin: 0 auto;
}

.zySide .notes {
    font-size: 23px;
    font-family: Source Han Sans SC;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 60px;
    text-shadow: 0px 5px 10px rgba(7, 114, 88, 0.85);
}

.zySide .side_list a {
    display: block;
    text-align: center;
    margin-top: 15px;
    font-size: 22px;
    color: #005443;
}

.jjs-side.zySide .side_list a {
    color: #004F9C;
}

.zySide .side_list a:hover {
    color: #FEFEFE;
}

.zySide .sideInput_ul {
    padding-top: 57px;
}

.zySide .sideInput_ul .input_label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: SourceHanSansSC-Medium;
    color: #00AA87;
    font-size: 22px;
    margin-bottom: 5px;
}


.jjs-side.zySide .sideInput_ul .input_label {
    color: #004F9C;
}

.zySide .sideInput_ul .input_label img {
    display: block;
    width: 22px;
    height: 22px;
    margin-right: 5px;
}

.zySide .sideInput_ul .sideInput {
    display: block;
    width: 146px;
    height: 34px;
    margin: 0 auto;
    border: 1px solid #00AA87;
    border-radius: 2px;
    text-indent: 10px;
    font-size: 16px;
    margin-bottom: 10px;
}

.jjs-side.zySide .sideInput_ul .sideInput {
    border: 1px solid #004F9C;
}

.zySide .sideReceive {
    display: block;
    width: 146px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #00AA87;
    border-radius: 2px;
    font-size: 18px;
    font-family: Source Han Sans SC;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 auto;
}

.jjs-side.zySide .sideReceive {
    background: #004F9C;
}

.zy_mask {
    opacity: 0.4 !important;
}

.zy_register {
    position: fixed;
    top: 150px;
    left: 50%;
    width: 478px;
    height: 390px;
    margin-left: -239px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow: hidden;
    z-index: 999;
}

.zy_register .model_top {
    position: relative;
    width: 100%;
    height: 186px;
    background: url(../images/zy_registerTop.png) no-repeat;
    background-size: 100% 100%;
}

.zy_register .model_top .zy_close {
    position: absolute;
    width: 22px;
    height: 22px;
    right: 25px;
    top: 23px;
    cursor: pointer;
}

.zy_register .model_top .top_txt {
    position: absolute;
    right: 85px;
    top: 61px;
}

.zy_register .model_input {
    display: block;
    width: 350px;
    height: 46px;
    margin: 0 auto;
    margin-top: 35px;
    border: 1px solid #333333;
    border-radius: 4px;
    text-indent: 20px;
    font-size: 20px;
    font-family: SourceHanSansSC-Regular;
}

.zy_register .model_yzm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 350px;
    margin: 0 auto;
    margin-top: 25px;
}

.zy_register .model_yzm input[type=text] {
    display: block;
    width: 228px;
    height: 46px;
    border: 1px solid #333333;
    border-radius: 4px;
    text-indent: 20px;
    font-size: 20px;
    font-family: SourceHanSansSC-Regular;
}

.zy_register .model_yzm .zy_downLoad {
    width: 110px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background: #00AA87;
    border-radius: 4px;
    font-size: 20px;
    font-family: Source Han Sans SC;
    font-weight: 400;
    cursor: pointer;
    color: #FFFFFF;
    border: 1px solid #00AA87;
}

.zy_register .register_btn {
    display: block;
    margin: 0 auto;
    margin-top: 27px;
    background: #00AA87;
    width: 350px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-family: SourceHanSansSC-Medium;
    color: #FFFFFF;
    font-size: 24px;
    border-radius: 4px;
}

.zy_register .model_yzm .yzmImg {
    width: 112px;
    height: 48px;
    cursor: pointer;
}





.com_jz_divbg{
    width: 100%;
    min-width: 1200px;
    min-height: 782px;
    background: url('../images/jz04.png') no-repeat;
    background: url('../images/jz04.png') no-repeat;
    background-size: 1920px 100%;
    padding-top: 186px;
    box-sizing: border-box;
  }
  .com_jz_divbg .com_jz_div .p1{
      text-align: center;
      width: 100%;
      padding-right: 170px;
      box-sizing: border-box;
  }
  .com_jz_divbg .com_jz_div .p1 img{
      display: inline-block;
  }
  .com_jz_divbg .com_jz_div .p1 >.xing{
      display: inline-block;
      vertical-align: top;
      width: 159px;
      height: 128px;
      background: url('../images/jz02.png') no-repeat;
      background-size: 100% auto;
  }
  .com_jz_divbg .com_jz_div .p2{
      width: 921px;
      margin: 0 auto;
      height: 153px;
      background: url('../images/jz07.png') no-repeat;
      background-size: 100% auto;
      padding: 20px 50px;
      box-sizing: border-box;
      color: #fff;
      font-size: 32px;
  }
  .com_jz_divbg .com_jz_div .p2 span{
      display: inline-block;
      vertical-align: top;
      margin-right: 50px;
      line-height: 1.8;
      min-width: 370px;
  }
  .com_jz_divbg .com_jz_div .p2 span:nth-child(2n){
      margin-right: 0;
  }
  .com_jz_divbg .com_jz_div .p2 span i{
      display: inline-block;
      width: 40px;
      height: 40px;
      border: 1px solid #FFFFFF;
      border-radius: 50%;
      line-height: 40px;
      text-align: center;
  }
  .com_jz_divbg .com_jz_div .p4{
      text-align: center;
      width: 100%;
      margin-top: 50px;
  }
  .com_jz_divbg .com_jz_div .p4 a{
    display: inline-block;
    vertical-align: top;
    width: 268px;
    height: 80px;
    border-radius: 10px;
    text-align: center;
    line-height: 80px;
    margin: 0 15px;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 1px;
    border: 2px solid #fff;
    font-weight: 500;
    background: #FF522B;
    margin: 0 32px;
    box-sizing: border-box;
  }
  .com_jz_divbg .com_jz_div .p4 a.a1{
      color: #FF522B;
      background: #fff;
  }
  .com_jz_divbg .com_jz_div .p4 a:hover{
      background: yellow;
      color: #FF522B;
  }

  
  .com_jz_divbg2{
    width: 100%;
    min-width: 1200px;
    height: 782px;
    background: url('../images/jz03.png') no-repeat;
    background-size: 1920px 100%;
    box-sizing: border-box;
  }
  .com_jz_divbg2 .com_jz_div2{
      text-align: left;
      width: 100%;
      height: 782px;
      padding-left: 18%;
      padding-top: 180px;
      background: url('../images/jz06.png') right 150px bottom no-repeat;
      background-size: 966px auto;
      box-sizing: border-box;
  }
  .com_jz_divbg2 .com_jz_div2 .p1{
      display: inline-block;
      vertical-align: top;
      min-width: 445px;
      padding: 0 40px;
      box-sizing: border-box;
      height: 52px;
      line-height: 52px;
      background: #FFEC1E;
      border-radius: 10px;
      color: #FF4020;
      font-size: 24px;
      font-weight: bold;
      margin-left: 480px;
  }
  .com_jz_divbg2 .com_jz_div2 .p2{
      font-size: 86px;
      color: #FFEC1E;
      font-weight: bold;
      margin: 30px 0;
  }
  .com_jz_divbg2 .com_jz_div2 .p2 > span{
      color: #fff;
  }
  .com_jz_divbg2 .com_jz_div2 .p3{
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin: 40px 0;
  }
  .com_jz_divbg2 .com_jz_div2 .p4{
      margin-top:80px;
  }
  .com_jz_divbg2 .com_jz_div2 .p4 a{
    display: inline-block;
    vertical-align: top;
    width: 268px;
    height: 80px;
    border-radius: 10px;
    text-align: center;
    line-height: 80px;
    margin: 0 15px;
    font-size: 32px;
    color: #FFFFFF;
    letter-spacing: 1px;
    border: 2px solid #fff;
    font-weight: 500;
    background: #FF522B;
    margin: 0 32px;
    box-sizing: border-box;
  }
  .com_jz_divbg2 .com_jz_div2 .p4 a.a2{
      color: #FF522B;
      background: #fff;
  }
  .com_jz_divbg2 .com_jz_div2 .p4 a:hover{
      background: yellow;
      color: #FF522B;
  }

  .pmp-enroll1{
    z-index: 999 !important;
  }
  .jz_maincont_new{
    width: 708px !important;
    overflow: initial !important;
}
.jz_maincont_new .pmp_maincont_new{
    background: #fff;
    padding-top: 40px;
    border-radius: 20px;
}
.jz_maincont_new .pmp_maincont_new .pmp_label_div .p1{
    font-size: 28px;
    color: #FF6423;
    margin-bottom: 25px;
}
.jz_maincont_new .pmp_label_div .p2 label{
    font-size: 20px;
    color: #333;
}
.jz_maincont_new .pmp_label_div .p2 label input[type='radio']+span::before {
    top: 0;
    width: 22px;
    height: 22px;
    background: none;
    border: 1px solid #999;
    border-radius: 50%;
}

.jz_maincont_new .pmp_label_div .p2 label input[type='radio']:checked+span::before {
    top: 0;
    width: 24px;
    height: 24px;
    background: url('../images/radiocheckjz.png') no-repeat;
    background-size: 24px auto;
    border: 0;
    border-radius: 4px;
}
.jz_maincont_new .pmp_label_div .p2 label span {
    padding-left: 8px;
}
.jz_maincont_new .jz_label2_div input{
    display: inline-block;
    vertical-align: top;
    width: 380px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    padding: 0 20px;
    box-sizing: border-box;
    background: #F4F4F4;
    border: 1px solid #D1D1D1;
    border-radius: 6px;
}
.jz_maincont_new .jz_label2_div > .butcommon{
    display: inline-block;
    vertical-align: top;
    width: 239px;
    height: 60px;
    border-radius: 10px;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #FFFFFF;
    letter-spacing: 1px;
    font-weight: 500;
    background: #FF522B;
    margin-left: 10px;
    box-sizing: border-box;
}
.jz_closepop_new {
    position: absolute;
    right: -46px;
    top: -46px;
    width: 46px;
    height: 46px;
    background: url('https://lstatic.educity.cn/educity/pc/sem/images/model_close.png') center repeat;
    background-size: 100% 100%;
    z-index: 99;
    cursor: pointer;
}


.jzlunbodiv2{
    position: relative;
}
.jzlunbodiv2 .bd ul li .com_jz_divbg,.jzlunbodiv2 .bd ul li .com_jz_divbg2  {
    width: 100%;
}
.jzlunbodiv2 .hd ul {
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.jzlunbodiv2 .hd li {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0 3px;
}

.jzlunbodiv2 .hd li.on {
    width: 60px;
    height: 8px;
    background: #FFFFFF;
    border-radius: 4px;
}

span.logo_text.not-before::before {
	display:none;
}

.pmp_new_banner{
    height: 540px;
    background-position: left top;
    background-repeat: no-repeat;
    background-size:1920px 540px;
    display: flex;
    justify-content: center;
    padding-top: 68px;
    box-sizing: border-box;
}
.pmp_new_banner_r img{
    height: 403px;
    width: auto;
    margin-left: 55px;
}
.pmp_new_banner_l{
    width: 819px;
}
.pmp_new_img1{
    margin-left: 23px;
}
.pmp_new_img2{
    margin-top: 39px;
}
.pmp_new_banner_list{
    margin-top: 35px;
    padding-left: 13px;
}
.pmp_new_banner_list span{
    display: inline-block;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 50px;
    padding-left: 52px;
    box-sizing: border-box;
    line-height: 36px;
    background: url('../images/pmp_1/pmp_new66.png') no-repeat;
    background-size: 36px auto;
}
.pmp_new_banner_list span:last-child{
    margin-right: 0;
}
.pmp_new_banner_but{
    display: inline-block;
    width: 308px;
    height: 79px;
    line-height: 79px;
    text-align: center;
    font-size: 36px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    border-radius: 50px;
    margin-top: 49px;
    background-image: linear-gradient(to right, #FAC222, #FE7D08);
}
.pmp_new_banner_but:hover{
    color: #FFFFFF;
    background-image: linear-gradient(to right, #FE7D08, #FAC222);
}

.ecvDifficult.rkn{
    padding-bottom:88px ;
}
.ecvDifficult.rkn .diff_problem{
    color: #373737;
    border-radius: 6px;
    background: #E8EFFF;
    font-size: 20px;
    width: 297px;
    box-sizing: border-box;
    line-height: 1.5;
    text-align: left;
}
.ecvDifficult.rkn .diff_title{
    font-size: 48px;
    font-weight: bold;
    color: #000;
    padding-bottom: 150px;
}
.tipTri,.tipTriL {
    padding: 15px 25px;
    display: inline-block;
    background: #fff;
    border: #c6ffdd;
    position: relative;
    border-radius: 5px;
    min-height: 50px;
    min-width: 150px;
    border: 1px solid #194CBE;
}
.tipTri::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -6px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #E8EFFF;
    z-index: 0;
}
/* 向右旋转45度的正方形 */
.tipTri::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -6.3px;
    z-index: 0;
    border: 1px solid #194CBE;
    width: 10px;
    height: 10px;
    background: #E8EFFF;
    transform: rotate(45deg);
    border-right: transparent;
    border-top: transparent;
}
.tipTriL::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -6px;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #E8EFFF;
    z-index: 0;
}
/* 向右旋转45度的正方形 */
.tipTriL::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -6.3px;
    z-index: 0;
    border: 1px solid #194CBE;
    width: 10px;
    height: 10px;
    background: #E8EFFF;
    transform: rotate(316deg);
    border-left: transparent;
    border-top: transparent;
}
.rknDiffBut{
    width: 263px;
    height: 60px;
    background: #FFD600;
    border-radius: 5px;
    background: #FFCB2D;
    color: #194CBE;
    font-weight: normal;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
}
.ecvDifficult.rkn .diffImg{
    width: 341px;
    height: 341px;
}
.ecvDifficult.rkn .left_one {
    left: 98px;
    top: 182px;
}

.ecvDifficult.rkn .left_two {
    left: -10px;
    top: 312px;
}

.ecvDifficult.rkn .left_three {
    left: 70px;
    bottom: 125px;
}

.ecvDifficult.rkn .bot_one {
    left: 50%;
    margin-left: -130px;
    bottom: 0;
}

.ecvDifficult.rkn .right_one {
    right: 75px;
    top: 152px;
}

.ecvDifficult.rkn .right_two {
    right: -6px;
    top: 262px;
}

.ecvDifficult.rkn .right_three {
    right: 20px;
    bottom: 181px;
}
.ecvDifficult.rkn .right_four {
    right: 91px;
    bottom: 84px;
}

.rkn_bk{
    width: 100%;
    padding: 80px 0 170px 0;
    background: url(../images/auxiliary_bg.jpg) no-repeat;
    background-size: 100% auto;
    min-width: 1200px;
}
.rkn_bk_title{
    font-size: 48px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 65px;
    text-align: center;
}
.rkn_bkc{
    position: relative;
    width: 1104px;
    margin: 0 auto;
    height: 363px;
    background: url(../images/rk_1/rkn_5.png) left top no-repeat;
    background-size: 101% auto;
    margin-top: 50px;
    display: flex;
    justify-content: center;
}
.rkn_bkc .rkn_bkLi{
    position: relative;
    width: 184px;
    padding: 0 11px;
    padding-top: 35px;
    box-sizing: border-box;
}
.rkn_bkc .rkn_bkLi:nth-child(5){
    padding-top: 65px;
}
.rkn_bkc .rkn_bkLi:nth-child(4){
    padding-top: 96px;
}
.rkn_bkc .rkn_bkLi:nth-child(3){
    padding-top: 127px;
}
.rkn_bkc .rkn_bkLi:nth-child(2){
    padding-top: 155px;
}
.rkn_bkc .rkn_bkLi:nth-child(1){
    padding-top: 185px;
}
.rkn_bkc .rkn_bkLi:nth-child(1)::before{
    content: '';
    position: absolute;
    left: 14px;
    top: 60px;
    width: 176px;
    height: 116px;
    background: url(../images/rk_1/rkn_3.png) no-repeat;
    background-size: 100% auto;
}
.rkn_bkc .rkn_bkLi:nth-child(6)::before{
    content: '';
    position: absolute;
    right: -9px;
    bottom: 0;
    width: 113px;
    height: 137px;
    background: url(../images/rk_1/rkn_2.png) no-repeat;
    background-size: 100% auto;
}
.rkn_bkc::before{
    content: '';
    position: absolute;
    left: -4px;
    bottom: -23px;
    width: 101%;
    height: 30px;
    background: url(../images/rk_1/rkn_6.png) no-repeat;
    background-size: 100% auto;
    z-index: 2;
}
.rkn_bkc .rkn_bkLi .t{
    font-size: 24px;
    font-family: Arial;
    font-weight: bold;
    color: #194CBE;
}
.rkn_bkc .rkn_bkLi .c{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-top: 20px;
}