/* 2.0.0版本*/

/*封面*/
.frontCover {
	qrfullpage:1;
}

/*版权标题*/
.copyRightTitle {
    font-family: "汉仪旗黑65S","HY-QiHei65";
    font-size: 1.5em;
    line-height: 1.2em;
    text-align: center;
    text-indent: 0;
    margin-bottom:1em;
}


/*版权内容*/
.contentCR {
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:0.9em;
	text-indent:0;
}




/* H1标题 */
h1.text-title-1 {
	font-family:"汉仪旗黑65S","HY-QiHei65";
	font-size:1.5em;
	line-height:1.2em;
	text-align:center;
	text-indent:0;
	margin-bottom:2em;
}



/* 默认正文段落 */
p.bodytext {
	font-family:"汉仪旗黑50S","HYQiHei-50s";
	font-size:1em;
	text-indent:2em;
}




/* 默认图片宽100% */
img.zhangyue-img {
	width: 100%;
}


/* 默认图片宽60% */
img.zhangyue-img-60 {
	width: 60%;
}



/* 默认盒子独占居中100% */
div.zhangyue-c {
	text-align:center;
	margin:1em auto;
}


/* 图注居中 */
p.img-note-c {
	margin-top: 0.5em;
	margin-bottom: 0;
	font-family: "ZY-KAITI", "方正新楷体";
	font-size: 0.9em;
	color: #696969;
	text-align: center;
}


