* {
    margin: 0;
    padding: 0;
}

body {
    position: relative;
    font-size: 14px;
    line-height: 1;
    /*font-family: Arial, PingFangSC-Light, 'helvetica neue', 'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif;*/
	font-family: "Microsoft Yahei", "微软雅黑", Arial, Helvetica, sans-serif;
    color: #333333;
    height: 100%;
    width: 100%;
	
}

html {
	overflow: auto;
}
ul, li {
	list-style-type: none;
	cursor: auto;
}
img {
	vertical-align: middle;
	border: none;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
	outline: none;
	color: #217af0
}

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;
}

/*foot*/
.copyright {
    width: 100%;
    min-width: 1260px;
    padding: 15px 0;
    background: #2b2b2b;
    text-align: center;
	margin-top: 50px;
}

.copyright .copy_text {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 2;
}

/*end*/

/*top*/
.wljyHeader {
    position: fixed;
    width: 640px;
    height: 72px;
    /*background: rgba(12, 22, 96, 0.9);*/
	background: #0c1660;
    z-index: 99999;
}

.wljyHeader .wljyHeader_in {
    width: 1260px;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.wljyHeader .header_logo {
    display: flex;
    align-items: center;
	padding-left: 20px;
}

.wljyHeader .header_logo img {
    width: 153px;
    height: 44px;
}

.wljyHeader .header_logo .logo_text {
    position: relative;
    font-size: 18px;
    color: #ffffff;
    margin-left: 10px;
    padding-left: 10px;
    letter-spacing: 1px;
}

.wljyHeader .header_logo .logo_text:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 2px;
    height: 14px;
    background: #FFFFFF;
}

/*.wljyHeader .header_link {
    display: flex;
    align-items: center;
}

.wljyHeader .header_link .link_li {
    font-size: 16px;
    color:#FFFFFF;
    letter-spacing:1px;
    margin: 0 15px;
	font-weight: 500;
}

.wljyHeader .header_link .link_li:hover {
    color: #ffb954;
}
*/
.wljyRegistration {
    padding: 72px 0 50px 0;
    width: 100%;
    background: url(../images/banner.jpg) no-repeat;
    background-size: 100% 100%;
    min-width: 640px;
}

.wljyRegistration .wljyRegistration_in {
    width: 640px;
    margin: 0 auto;
}

.wljyRegistration .reg_notes {
    font-size:20px;
    padding: 60px 0 30px 0;
    text-align: center;
    color: #ffffff;
}

.wljyRegistration .reg_head {
    width: 640px;
    padding: 0;
    /*background: #FFFFFF;*/
}

.wljyRegistration .reg_head .reg_title {
    font-size: 48px;
    color: #ffffff;
    text-align: center;
    letter-spacing: 1px;
    font-weight: 700;
    /*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;*/
}

.wljyRegistration .reg_head .reg_text {
    font-size:20px;
    color:#ffffff;
    text-align: center;
    letter-spacing: 1px;
    padding-top: 20px;
}

.wljyRegistration .reg_link_ul {
    width: 428px;
    margin: 0 auto;
    padding-top: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wljyRegistration .reg_link_ul .reg_link_li {
    position: relative;
    width: 184px;
    height: 48px;
    background: #ffd600;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    font-size: 22px;
    font-weight: 500;
    color: #333333;
    letter-spacing: 1px;
    overflow: hidden;
}

.wljyRegistration .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%;
}

/*价值*/
.value {padding:20px 0 20px 0; text-align: center;margin: 0; }
.value h2 {display: block;color:#ffa640;font-size:36px; line-height:48px; font-weight: 700}

.Service-content {
    width: 640px;
    margin: 0 auto 30px auto;
    padding: 0;
	background: #f5f5f5;
}

.Service-item {
    display: block;
    width: 202px;
    padding:10px 20px;
    text-align: center;
    float: left;
    height: 248px;
	margin: 0;
    /*margin: 0 0 10px;*/
    border: 1px solid #E7E7E7;
    box-sizing: border-box;
	/*box-shadow: 8px 8px 0px #ffa640;*/
    border-radius: 5px;
    overflow: hidden;
	background: #ffffff;
}

.Service-content .Service-item {
    -webkit-transition: all 160ms;
    transition: all 160ms;
}

.item-image {
    display: inline-block;
    height: 68px;
    width: 68px;
    line-height: 68px;
    text-align: center;
    border: 3px solid transparent;
    margin: 0;
    border-radius: 100%;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 160ms;
    transition: all 160ms;
}

.item-image img {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
}

.item-title {
    line-height: 25px;
    font-size: 18px;
    color: #3D3D3D;
    padding: 0;
    font-family: 'PingFangSC-Regular', "Microsoft YaHei", Tahoma, sans-serif;
    font-weight: normal;
}

.item-text {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
    /*height: 34px;*/
    overflow: hidden;
	text-align: left;
    font-family: 'PingFangSC-Regular', "Microsoft YaHei", Tahoma, sans-serif;
}

.item-link {
    font-family: 'PingFangSC-SC', "Microsoft YaHei", Tahoma, sans-serif;
    color: #FFFFFF;
    display: none;
    padding: 6px 20px;
    background-color: #ffa640;
    margin: 15px auto;
    font-size: 14px;
    line-height: 25px;
    border-radius: 4px;
    -webkit-transition: all 160ms;
    transition: all 160ms;
    font-weight: normal;
}

.Service-item:hover {
    border-color: #DEDDDD;
    padding-top: 26px;
    position: relative;
    z-index: 99;
    text-decoration: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    webkit-transform: translate3d(0, -3px, 0);
    transform: translate3d(0, -3px, 0);
}

.Service-item:hover .item-image {
    height: 52px;
    width: 52px;
    line-height: 52px;
    margin: 0 auto;
}

.Service-item:hover .item-link {
    display: block;
}

.Service-item:hover .item-title {
    padding: 0;
}

.Service-item + .Service-item {
    margin-left: 15px;
	
    position: relative;
}

.item-tag {
    width: 52px;
    height: 52px;
    color: #FFFFFF;
    position: absolute;
    transform: rotateZ(-315deg);
    top: 9px;
    right: 9px;
    font-size: 12px;
    line-height: 17px;
}

.item-background {
    width: 52px;
    height: 52px;
    position: absolute;
    top: 0px;
    right: 0px;
}

.item-background img {
    width: 100%;
    height: 100%;
}

/*end*/

/*报考指南*/
h2 {
				width: 600px;
				margin: 30px auto;
				font-size: 30px;
				font-family: "微软雅黑";
				color: #ffd600;
				text-align: center;
			}

			.tab {
				position: relative;
				width: 600px;
				height: 230px;
				overflow: hidden;
				margin: 0 auto 20px auto;
				font-family: Arial;
			}

			.tab-nav {
				height: 64px;
				overflow: hidden;
				/*background: #f5f5f5;*/
				color: #ffffff;
				line-height:64px;
				font-size: 24px;
				font-weight: 600;
			}

			.tab-nav a {
				display: block;
				float: left;
				width: 200px;
				height: 64px;
				line-height: 64px;
				text-align: center;
				text-decoration: none;
				color: #ffffff;

			}
			.tab-nav a.current {
				/*background: #ffd600;*/
				color: #ffd600;
				line-height:64px;
				height: 64px;
				font-size: 24px;
				font-weight: 600;
			}

			.tab-con {
				position: relative;
				width: 600px;
				height: 200px;
				overflow: hidden;
				/*background: #80b600;*/
				background: rgba(0, 0, 0, 0.2);
			}

			.tab-con-item {
				display: none;
				width: 600px;
				height: 180px;
				line-height:36px;
				padding: 20px 30px;
				color: #ffffff;
				font-size:18px;
				text-align: left;
			}
			/*报考指南*/
			/*选科目*/
.wljySubjectGuide {
    width: 100%;
    min-width: 640px;
    padding: 30px 0 30px 0px;
    background: url(../images/bg2.jpg) no-repeat;
    background-size: 100% 100%;
}

.wljySubjectGuide .wljySubjectGuide_in {
    width: 640px;
    margin: 0 auto;
}

.wljySubjectGuide .sub_title {
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
    font-weight: bold;
    padding-bottom: 32px;
}

.wljySubjectGuide .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;
}

.wljySubjectGuide .sub_ul .sub_li .sub_text {
    width: 680px;
}

.wljySubjectGuide .sub_ul .sub_li .sub_text .title {
    font-size: 36px;
    color: #FFFFFF;
    font-weight: 550;
}

.wljySubjectGuide .sub_ul .sub_li .sub_text .notes {
    display: flex;
    flex-wrap: wrap;
}

.wljySubjectGuide .sub_ul .sub_li .sub_text .notes i {
    font-size: 20px;
    color: #FFFFFF;
    margin-top: 20px;
    margin-right: 15px;
	font-style: normal;
}

.wljySubjectGuide .sub_ul .sub_li .sub_text .notes .sub_active {
    font-weight: 550;
    color: #ffd925 !important;
}

.wljySubjectGuide .sub_ul .sub_li .sub_counsel {
    text-align: center;
    width: 140px;
    line-height: 43px;
    background: #ffd600;
    font-size: 20px;
    color: #333333;
    letter-spacing: 1px;
}

.wljySubjectGuide .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;
}

.wljySubjectGuide .guide_title {
    font-size: 30px;
    color: #FFFFFF;
    font-weight: 550;
    padding: 20px 0 50px 0;
    text-align: center;
}

.wljySubjectGuide .guide_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 600px;
}

.wljySubjectGuide .guide_row .guide_link_ul {
    display: flex;
    flex-wrap: wrap;
    width: 390px;
	padding-left: 20px;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 120px;
    height: 45px;
    background: #FFFFFF;
    margin-right: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link:hover {
    background: #ffa640;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link .guide_text {
    font-size: 18px;
    color: #333333;
	font-weight: 600;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_text {
    color: #FFFFFF;
}

.wljySubjectGuide .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;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon1 {
    background: url(../images/subject_icon1.png) no-repeat;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_icon1 {
    background: url(../images/subject_hover1.png) no-repeat;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon2 {
    background: url(../images/subject_icon2.png) no-repeat;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_icon2 {
    background: url(../images/subject_hover2.png) no-repeat;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon3 {
    background: url(../images/subject_icon3.png) no-repeat;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_icon3 {
    background: url(../images/subject_hover3.png) no-repeat;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon4 {
    background: url(../images/subject_icon4.png) no-repeat;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_icon4 {
    background: url(../images/subject_hover4.png) no-repeat;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon5 {
    background: url(../images/subject_icon5.png) no-repeat;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_icon5 {
    background: url(../images/subject_hover5.png) no-repeat;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link .guide_icon6 {
    background: url(../images/subject_icon6.png) no-repeat;
}

.wljySubjectGuide .guide_row .guide_link_ul .guide_link:hover .guide_icon6 {
    background: url(../images/subject_hover6.png) no-repeat;
}

.wljySubjectGuide .guide_row .guide_right .guide_city {
    display: flex;
    flex-wrap: wrap;
    width: 280px;
}

.wljySubjectGuide .guide_row .guide_right .guide_city li {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    color: #FFFFFF;
    margin-right: 10px;
    cursor: pointer;
}

.wljySubjectGuide .guide_row .guide_right .guide_city .guide_active {color: #FFD600;}

.wljySubjectGuide .guide_row .guide_right .guide_city .guide_active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #FFD600;
}

.wljySubjectGuide .guide_row .guide_right .guide_city li:hover { color: #FFD600;}

.wljySubjectGuide .guide_row .guide_right .guide_city li:hover:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #FFD600;
}

.wljySubjectGuide .guide_row .guide_right .guide_counsel {
    display: block;
    width: 280px;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    background: #FFD600;
    letter-spacing: 2px;
	font-weight:550;
}
			/*END*/



/*
.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;
}


.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_train {
    background: #194CBE;
}

.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) no-repeat;
    background-size: 100% 100%;
}

.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: 100% 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;
}

/*执业药师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;
}






/*备考资料*/
.datazl{height:636px; width: 1260px; margin: 0 auto; padding-bottom: 150px;}
	.left{float:left; width:600px; height:100%;}
	.right{margin-left:500px;height:100%;}
	
	
.data_div{ padding-top: 50px; margin: 0; width:100%;}
.data_div .ftitle1 {
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: 700;
    color: #333333;
    line-height: 48px;
	padding-bottom: 30px;
}

.data_div .button {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 500;
    color: #ffffff;
    line-height: 62px;
    text-align: center;
	width: 285px;
    height: 62px;
    background: #e84c2d;
	
}
.datadiv{
    position: relative;
    width:560px;
    /*min-height: 634px;*/
    margin: 0 auto;
    margin-top: 50px;
}
.datadiv .zl_right{
    display: inline-block;
    vertical-align: top;
    /*width: 940px;*/
    box-sizing: border-box;
	padding-bottom:30px;
}
.datadiv .zl_right ul li{
    /*width: 450px;*/
    height: 88px;
    line-height: 88px;
    /*border-radius: 10px;*/
    border-top: 0;
    margin-right:10px;
    /*background: url('../images/pdf.png') left 15px center no-repeat;
    background-size: 68px auto;
    background-color: #fff;
    box-sizing: border-box;*/
    text-align: left;
    font-size: 14px;
    font-family: Microsoft YaHei;
    color: #aaaaaa;
    /*padding-left: 90px;*/
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 28px;
}
.datadiv .zl_right ul li{
    margin-right: 0;
}
.datadiv .zl_right ul li .p1{
    display: inline-block;
    vertical-align: top;
    width: 350px;
    height: 88px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	padding-left: 10px;
}
.datadiv .zl_right ul li .p1 span{
    display: block;
    line-height: 1;
	
}
.datadiv .zl_right ul li .p1 span:first-child{
    font-size: 20px;
    height: 50px;
    line-height: 1;
    font-weight: 600;
    padding-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #333333;
}
.datadiv .zl_right ul li .p2{
    display: inline-block;
    vertical-align: top;
}
.datadiv .zl_right ul li .p2 a{
    display: inline-block;
    width: 96px;
    height: 40px;
    background: #FED500;
    color: #272C42;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
}

/*kefu*/
.floating_ck{position:fixed;right:20px;top:30%; border-radius: 8px 8px 0 0;}
.floating_ck dl dd{position:relative;width:80px;height:92px;background-color:#2eb669;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#e40231;border-bottom:solid 1px #a40324;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background-image:url(../images/rk-baom.png); font-size:14px;}
.words{background-image:url(../images/qqicon.png); font-size:14px;}
.quote{background-image:url(../images/kficon.png); font-size:14px;}
.qrcord{background-image:url(../images/wx.png); font-size:14px;}
.return{background-image:url(../images/fanhui.png);font-size:14px;}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:92px;background-color:#e40231;border-bottom:solid 1px #a40324;display:none;}
.floating_left a{color:#fff;line-height:92px; font-size:16px; font-weight:600}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{background-image:url(../images/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}
