/*导航的切换样式*/
.defaultStyleNavColor{
	color: #333333;
}
.clickStyleNavColor{
	color: #e3a44c;
}

.pageTopTitleIntroduceWrap{
	position: relative;
	width: 100%;
	background-image: url('../img/bg_01.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center;
}

.pageTopTitleIntroduceWrap .wordIntroduce{
	position: absolute;
	top:52.6%;
	left: 30.75%;
	width:36.9%;
	height: 28.6%;
}

.pageTopTitleIntroduceWrap .wordIntroduce .pageTopTitleIntroduceWrap_lf{
	width: 25%;
	height: 98%;
	font-size: 24px;
	letter-spacing: 2px;
	border:2px dashed rgba(51, 51, 51, 0.5);
}
.pageTopTitleIntroduceWrap .wordIntroduce .rtWordIntroduce{
	padding:1%;
  padding-top: 8%;
	width: 65%;
	height: 74.5%;
	margin-left: 5%;
	font-size: 18px;
	font-weight: 1;
	line-height: 23px;
	text-indent: 2em;
	border:2px dashed rgba(51, 51, 51, 0.5);
}




.pageTopTitleIntroduceWrap .wordIntroduce .word{
	width: 49.7%;
	height: auto;
	color: #e4e0d5;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	overflow: hidden;
}


.mainContainerWrap{
	position: relative;
	width: 100%;
	height: auto;
}
.mainContainerWrap .mainContentWrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}
/*导航栏*/
.mainContainerWrap .mainContentWrap .bannerNavWrap{
	width: 1000px;
	height: 64px;
	margin-top: 118px;
	background-color: #f5f1e5;
}
.mainContainerWrap .mainContentWrap .bannerNavWrap > li{
	float: left;
	width: 166.6px;
	height: 100%;
}
.mainContainerWrap .mainContentWrap .bannerNavWrap > li a{
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #542b24;
	font-size: 18px;
	font-weight: bold;
	line-height: 64px;
	text-align: center;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.mainContainerWrap .mainContentWrap .bannerNavWrap > li a:hover{
	color:#e3a44c;
}
/*.mainContainerWrap .mainContentWrap .bannerNavWrap > li:nth-child(1) a{
	color: #e3a44c;
}*/
/*基本信息*/
.mainContainerWrap .mainContentWrap .essentialInformationWrap{
	position: relative;
	width: 1140px;
	height: 629px;
	margin-top: 80px;
}
.mainContainerWrap .mainContentWrap .essentialInformationWrap .buttonWrap{
	position: absolute;
	top: 284px;
	left: 0;
	width: 48px;
	height: 48px;
	font-size: 50px;
	font-weight: bold;
	line-height: 48px;
	cursor: pointer;
	-webkit-cursor: pointer;
	background-image: url('../img/btn01.png');
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: center center; 
}
.mainContainerWrap .mainContentWrap .essentialInformationWrap .nextButton{
	left: 1088px;
	background-image: url('../img/btn02.png');
}



.mainContainerWrap .mainContentWrap .essentialInformationWrap .slideWrap{
	width: 1000px;
	height: 100%;
}

.mainContainerWrap .mainContentWrap .essentialInformationWrap .swiper-container{
  width: 100%;
  height: 100%;
}
.mainContainerWrap .mainContentWrap .essentialInformationWrap .swiper-slide{
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.mainContainerWrap .mainContentWrap .essentialInformationWrap .swiper-slide .contentListWrap{
	width: 100%;
	height: 100%;
}
.mainContainerWrap .mainContentWrap .essentialInformationWrap .swiper-slide .contentListWrap .title{
	width: 220px;
	height: 48px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
	border-radius: 24px;
	-webkit-border-radius: 24px;
	background-color: #e3a44c;
}
.mainContainerWrap .mainContentWrap .essentialInformationWrap .swiper-slide .contentListWrap .contentContainer{
	width: 100%;
	height: 576px;
	margin-top: 30px;
	background-image: url('../img/img01.jpg');
	background-size: 100% 80%;
	background-repeat: no-repeat;
	background-position: center 70%;
}
.mainContainerWrap .mainContentWrap .essentialInformationWrap .swiper-slide .contentListWrap .contentContainer .ImgWrap{
	width: 254px;
	height: 303px;
	overflow: hidden;
	border: solid 1px #784936;
	background-color: #9a5d45;
}
.mainContainerWrap .mainContentWrap .essentialInformationWrap .swiper-slide .contentListWrap .contentContainer .ImgWrap .imgW{
	width: 224px;
	height: 263px;
	margin: 20px 15px;
}
.mainContainerWrap .mainContentWrap .essentialInformationWrap .swiper-slide .contentListWrap .contentContainer .ImgWrap .imgW > img{
	width: 100%;
	height: 100%;
}
.mainContainerWrap .mainContentWrap .essentialInformationWrap .swiper-slide .contentListWrap .contentContainer .introduce{
	width: 90%;
	height: 200px;
	margin-top: 15px;
	overflow: auto;
}
.mainContainerWrap .mainContentWrap .essentialInformationWrap .swiper-slide .contentListWrap .contentContainer .introduce > p{
	width: 100%;
	font-size: 16px;
	line-height: 25px;
}

.mainContainerWrap .mainContentWrap .currencyIntroduce{
	width: 1000px;
	height: auto;
	margin-top: 30px;
	font-size: 16px;
}
/*02 人物生平*/
.mainContainerWrap .mainContentWrap .personLifetime{
	padding-bottom: 100px;
	width: 100%;
	margin-top: 122px;
	overflow: hidden;
	background-color: #F0EADA;
}
.mainContainerWrap .mainContentWrap .personLifetime .personNameWrap{
	width: 974px;
	height: auto;
	margin-top: 40px;
}
.mainContainerWrap .mainContentWrap .personLifetime .personNameWrap > li{
	float: left;
	width: 70px;
	height: 70px;
	margin-left: 26px;
	color: #a37c55;
	font-size: 18px;
	line-height: 70px;
	text-align: center;
	cursor: pointer;
	-webkit-cursor: pointer;
	border:2px dashed #a37c55;
	transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;
}
.mainContainerWrap .mainContentWrap .personLifetime .personNameWrap > li:hover{
	color: #FFFFFF;
	background-color: #e3a44c;
}
.mainContainerWrap .mainContentWrap .personLifetime .personNameWrap .spe{
	color: #FFFFFF;
	background-color: #e3a44c;
}
.mainContainerWrap .mainContentWrap .personLifetime .personIntroduce{
	width: 950px;
	height: 576px;
	margin-top: 40px;
	overflow: hidden;
	/*background-image: url('../img/bg_02.jpg');*/
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.mainContainerWrap .mainContentWrap .personLifetime .personIntroduce .lfPersonImg{
	width: 290px;
	height: 370px;
	margin-top: 37px;
	margin-left: 69px;
}
.mainContainerWrap .mainContentWrap .personLifetime .personIntroduce .lfPersonImg > img{
	width: 100%;
	height: 100%;
}
.mainContainerWrap .mainContentWrap .personLifetime .personIntroduce .rtWordIntroduce{
	width: 270px;
	height: 350px;
	margin-top: 47px;
	margin-left: 60px;
	color: #333333;
	font-size: 16px;
	line-height: 20px;
	text-indent: 2em;
	/*overflow-y: scroll;*/
}
/*03 诗词鉴赏*/
.mainContainerWrap .mainContentWrap .poetry{
	padding-bottom: 100px;
	width: 100%;
	height: auto;
	background-image: url('../img/bg_03.jpg');
	background-size: 120% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.mainContainerWrap .mainContentWrap .moduleCurrencyTitle{
	width: 266px;
	height: 75px;
	margin-top: 30px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 45px;
	background-image: url('../img/img03.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.mainContainerWrap .mainContentWrap .poetryContentContainerWrap{
	width: 1000px;
	height: 472px;
	margin-top: 30px;
}
.mainContainerWrap .mainContentWrap .poetryContentContainerWrap .poetryContentContainer{
	padding: 30px;
	width: 430px;
	height: 412px;
	font-size: 16px;
	background-color: #fbf0da;
  overflow: auto;
}
.mainContainerWrap .mainContentWrap .poetryContentContainerWrap .poetryContentContainer:nth-child(2){
	margin-left: 20px;
}
.mainContainerWrap .mainContentWrap .poetryContentContainerWrap .poetryContentContainer .poetryContentTitle{
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
}
.mainContainerWrap .mainContentWrap .poetryContentContainerWrap .poetryContentContainer p{
	text-indent: 2em;
	text-align: justify;
	text-align: -webkit-justify;
}
.mainContainerWrap .mainContentWrap .moduleCurrencyAuthorNameWrap{
	width: 1000px;
	height: 30px;
	margin-top: 30px;
}
.mainContainerWrap .mainContentWrap .moduleCurrencyAuthorNameWrap .directionButton{
	width: 30px;
	height: 30px;
	background-image: url('../img/img05.jpg');
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
}
.mainContainerWrap .mainContentWrap .moduleCurrencyAuthorNameWrap .directionButton:nth-child(1){
	background-image: url('../img/img04.jpg');
}
.mainContainerWrap .mainContentWrap .moduleCurrencyAuthorNameWrap .moduleCurrencyAuthorNameListWrap{
	width: 940px;
	height: 100%;
}
.mainContainerWrap .mainContentWrap .moduleCurrencyAuthorNameWrap .moduleCurrencyAuthorNameListWrap > li{
	float: left;
	width: 94px;
	height: 30px;
	color: #a37c55;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
	-webkit-cursor: pointer;
}
.mainContainerWrap .mainContentWrap .moduleCurrencyAuthorNameWrap .moduleCurrencyAuthorNameListWrap > li:nth-child(1){
	color: #f61f1f;
}
/*04 后世评价*/
.mainContainerWrap .mainContentWrap .laterAssessment{
	width: 100%;
	padding-bottom: 100px;
	overflow: hidden;
	background-color: #F5EFE1;
	background-image: url('../img/bg_04.jpg');
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
.mainContainerWrap .mainContentWrap .laterAssessment .moduleCurrencyTitle{
	background-image: url('../img/img02.jpg');
}
.mainContainerWrap .mainContentWrap .laterAssessmentIntroduce{
	padding: 30px;
	width: 940px;
	height: 200px;
	margin-top: 45px;
	font-size: 16px;
	text-indent: 2em;
	overflow:hidden; 
	background-color: #FFFFFF;
}
/*05 视频课程*/
.mainContainerWrap .mainContentWrap .videoClass{
	width: 100%;
	overflow: hidden;
	padding-bottom: 100px;
}
.mainContainerWrap .mainContentWrap .videoClass .videoClassBannerNav{
	width: 1000px;
	height: auto;
}
.mainContainerWrap .mainContentWrap .videoClass .videoClassBannerNav .videoClassNavList{
	width: 276px;
	height: 40px;
	margin-top: 36px;
	margin-left:60px; 
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
	-webkit-cursor: pointer;	
	border-radius: 20px;
	-webkit-border-radius: 20px;
	background-color: #ffffff;
	border: solid 1px #d6d6d6;
}
.mainContainerWrap .mainContentWrap .videoClass .videoClassBannerNav .videoClassNavList:nth-child(1){
	margin-left: 192px;
	color: #FFFFFF;
	background-color: #d81617;
}
.mainContainerWrap .mainContentWrap .videoClass .videoContainer{
	width: 1000px;
	height: 560px;
	margin-top: 30px;
	background-color: yellow;
}
/*06 测试题*/
.mainContainerWrap .mainContentWrap .testQuestions{
	width: 100%;
	overflow: hidden;
}
.mainContainerWrap .mainContentWrap .testQuestions .startAnswer{
	position: relative;
	width: 1000px;
	height: 668px;
	margin-top: 60px;
	background-image: url('../img/bg_05.jpg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.mainContainerWrap .mainContentWrap .testQuestions .startAnswer .startAnswerWord{
	position: absolute;
	top: 448px;
	left: 413px;
	width: 174px;
	height: 50px;
	color: #FFFFFF;
	font-size: 24px;
	line-height: 50px;
	cursor: pointer;
	-webkit-cursor: pointer;
	border-radius: 25px;
	-webkit-border-radius: 25px;
	background-color: #d81617;

}





/*尾部*/
.footer{
	padding: 59px 0px;
	width: 100%;
	margin-top: 150px;
	background-color: #fff6df;
}
.footer > p{
	width: 100%;
	height: 25px;
	font-size: 14px;
	color: #333333;
	line-height: 25px;
}


.sj_fimod_c {
    margin: 0 auto;
    margin-top: 40px;
    width: 616px;
    height: 40px;
}

.sj_fimod_c ul li {
    float: left;
    width: 278px;
    height: 48px;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
    cursor: pointer;
    color: #333;
    box-sizing: border-box;
    border: 1px solid #d6d6d6;
    background: #fff;
    border-radius: 20px;
}

.sj_fimod_c ul .sj_fimod_c1 {
    
}

.sj_fimod_c ul .sj_fimod_c2 {
    margin-left: 60px;
}

.sj_fimod_c ul .sj_fimod_c3 {
    margin-left: 40px;
}

.sj_fimod_c ul .sj_fimod_c4 {
    margin-left: 40px;
}

.sj_fimod_c ul .sj_fimod_c5 {
    margin-left: 40px;
}

.sj_fimod_d {
    width: 1000px;
    height: 550px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 50px;
}

.center_sp_videotap {
    width: 100%;
    height: 100%;
}

.center_sp_videotap ul {
    width: 950px;
    height: 42px;
    margin: auto
}

.center_sp_videotap ul li {
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    border: 1px dashed #d23232;
    float: left;
    text-align: center;
    cursor: pointer;
    background-color: #FFFFFF
}

.videotap1 {
    width: 390px;
    color: #666666;
    font-weight: bold
}

.videotap2 {
    width: 128px;
    margin-left: 20px;
    font-weight: bold;
    color: #666666
}

.videotap3 {
    width: 164px;
    margin-left: 20px;
    font-weight: bold;
    color: #666666
}

.videotap4 {
    width: 200px;
    margin-left: 20px;
    font-weight: bold;
    color: #666666
}

.center_sp_videoinner {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.center_sp_videoinnerdiv {
    width: 100%;
    height: 100%;
}

.sp {
    color: #c7000c
}

.fifth_mod_Mainvideo {
    width: 100%;
    height: 100%;
    background-color: black
}

.mod_Mainvideo_video {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0
}

.mod_Mainvideo_text {
    width: 100%;
    font-weight: bold;
    height: 44px;
    background-color: black;
    opacity: 0.5;
    filter: alpha(opacity=50);
    color: white;
    display: block;
    line-height: 44px;
    text-align: start;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 16px;
}

.sj_fimod_c ul .sj4 {
    background-color: #d81617;
    color: #FFFFFF;
}



.cq_content4 {
	width: 1000px;
	margin: 0 auto;
	margin-top: 60px;
	background-color: #ffffff;
	padding-top: 0.1px;
}

.cont_eight_mod2 {
	width: 1000px;
	height: 670px;
	position: relative;
}

.modsev_Choicequestion {
	width: 1000px;
	height: auto;
	position: relative;
}

.modsev_topicpicture {
	height: 668px;
	width: 100%;
	background: url(../img/sanguo_25.jpg) no-repeat;
	background-size: cover;
}

.modsev_Choicequestion span {
	width: 244px;
	height: 70px;
	background: url(../img/sanguo_26.png) no-repeat;
	background-size: cover;
	display: block;
	position: absolute;
	top: 518px;
	left: 379px;
	cursor: pointer;
}

.modsev__Answer {
	height: 668px;
	width: 100%;
	background: url(../img/sanguo_27.jpg) no-repeat;
	background-position: left top;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.modsev_subject {
	width: 760px;
	height: 80px;
	margin-top: 80px;
	margin-left: 75px;
}

.modsev_subject span {
	width: 60px;
	height: 80px;
	display: block;
	background-color: #b28850;
	color: #FFFFFF;
	font-size: 60px;
	font-weight: bold;
	text-align: center;
	line-height: 80px;
	float: left;
}

.modsev_subject div {
	float: left;
	width: 687px;
	font-size: 18px;
	line-height: 26px;
	margin-left: 12px;
	line-height: 26px;
}

.Answer_text {
	width: 730px;
	height: 200px;
	margin-top: 95px;
	margin-left: 133px;

}

.Answer_text label {
	width: 160px;
	height: 173px;
	float: left;
	font-size: 16px;
	position: relative;
	cursor: pointer;
	text-align: center;
}

.Answer_text_A {
	color: #000000;
	position: relative;
	background-color: #FFFFFF;
}

.Answer_text_B {
	color: #000000;
	position: relative;
	margin-left: 30px;
	background-color: #FFFFFF;
}

.Answer_text_C {
	color: #000000;
	margin-left: 30px;
	position: relative;
	background-color: #FFFFFF;
}

.Answer_text_D {
	color: #000000;
	margin-left: 30px;
	position: relative;
	background-color: #FFFFFF;
}

.Answer_text_Asp1 {
	margin-left: 30px;
	position: absolute;
}

.Answer_text_Asp2 {
	margin-left: 30px;
	position: absolute;
}

.Answer_text_Asp3 {
	margin-left: 30px;
	position: absolute;
}

.Answer_text_Asp4 {
	margin-left: 30px;
	position: absolute;
}

.Answer_text_A p {
	display: inline-block;
	position: absolute;
	top: 194px;
	left: 57px;
	width: 20px;
	height: 20px;
}

.Answer_text_B p {
	display: inline-block;
	position: absolute;
	top: 194px;
	left: 57px;
	width: 20px;
	height: 20px;
}

.Answer_text_C p {
	display: inline-block;
	position: absolute;
	top: 194px;
	left: 57px;
	width: 20px;
	height: 20px;
}

.Answer_text_D p {
	display: inline-block;
	margin-right: -20px;
	position: absolute;
	top: 194px;
	left: 57px;
	width: 20px;
	height: 20px;
}

.Answer_text_A div,
.Answer_text_B div,
.Answer_text_C div,
.Answer_text_D div {
	background-color: #b28850;
	width: 160px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
}

.Answer_text_A span,
.Answer_text_B span,
.Answer_text_C span,
.Answer_text_D span {
	display: block;
	width: 140px;
	font-size: 16px;
	margin: 0 auto;
	margin-top: 15px;
}

.confirm {
	width: 244px;
	height: 70px;
	background: url(../img/sanguo_28.png) no-repeat;
	text-align: center;
	color: #b28850;
	border: none;
	position: absolute;
	z-index: 70;
	font-size: 24px;
	cursor: pointer;
	top: 538px;
	left: 378px;
}

.confirmstyle {
	margin-top: -40px;
}

.confirmstyle2 {
	background-color: #da313e!important;
}


/*.right{width:100px;height:101px;background:url(../img/right.png)no-repeat;z-index:80;background-size: cover;position:absolute;top:568px;left:451px;display:none;}*/


/*.wrong{width:100px;height:101px;background:url(../img/wrong.png)no-repeat;z-index:80;background-size: cover;position:absolute;top:568px;left:451px;display:none;}*/

.demo {
	width: 244px;
	height: 70px;
	background: url(../img/sanguo_28.png) no-repeat;
	text-align: center;
	color: #b28850;
	border: none;
	position: absolute;
	z-index: 70;
	font-size: 24px;
	cursor: pointer;
	top: 538px;
	left: 378px;
	line-height: 70px;
	display: none;
}

.Answer_text_moban {
	width: 730px;
	height: 215px;
	position: absolute;
	top: 215px;
	left: 135px;
	z-index: 10;
	display: none;
}

#Answer_promptbox2 {
	height: 668px;
	width: 1000px;
	background: url(../img/sanguo_29.jpg) no-repeat;
	background-size: cover;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 200;
	display: none;
}

#Answer_promptbox {
	width: 300px;
	height: 150px;
	background: url(../img/Prompt.png) no-repeat;
	background-size: cover;
	position: absolute;
	top: 145px;
	left: 348px;
	z-index: 200;
	display: none;
}

#Answer_promptbox p {
	font-size: 16px;
	margin-top: 40px;
	text-align: center;
}

#Answer_promptbox span {
	width: 88px;
	height: 34px;
	margin-left: 106px;
	margin-top: 34px;
	display: block;
	text-align: center;
	line-height: 34px;
	color: red;
	background: url(../img/Promptspan.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	font-size: 16px;
}

.motai {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0rem;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 100;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	display: none;
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr=#4C000000, endColorstr=#4C000000);
}

.onIcon {
	background: url(../img/onIcon.png) no-repeat;
	background-size: cover;
}

.wrongIcon {
	background: url(../img/wrongIcon.png) no-repeat;
	background-size: cover;
}
.a1{
  background: url(../img/a1.png) 0 0 no-repeat;
}
.a2{
  background: url(../img/a2.png) 0 0 no-repeat;
}
.a3{
  background: url(../img/a3.png) 0 0 no-repeat;
}
.a4{
  background: url(../img/a4.png) 0 0 no-repeat;
}
.a5{
  background: url(../img/a5.png) 0 0 no-repeat;
}
.a6{
  background: url(../img/a6.png) 0 0 no-repeat;
}
.a7{
  background: url(../img/a7.png) 0 0 no-repeat;
}
.a8{
  background: url(../img/a8.png) 0 0 no-repeat;
}
.a9{
  background: url(../img/a9.png) 0 0 no-repeat;
}
.a10{
  background: url(../img/a10.png) 0 0 no-repeat;
}