.xq_dynasty{
	width: 100%;
	height: 100%;
	background: url(../img/xq_bg.jpg) no-repeat center;
	background-size: cover;
	overflow: hidden;
	position: relative;
	display: none;
}
.xq_tp{
	width: 100%;
	height: 123px;
	padding-top: 10%;
	text-align: center;
	transition: all 1s ease;
	
}
.xq_tp img{
	max-width: 100%;
	height: auto;
	
}
.xq_nav{
	width: 100%;
	height: 365px;
	margin-top: 50px;
	transition: all 1s ease;
	
}
.xq_nav .list{
	width: 95px;
	height: 283px;
	padding-top:82px;
	background: url(../img/nav_list.png) no-repeat center 0;
	background-size:100% 100%;
	float: left;
	margin-left: 86px;
	cursor: pointer;
	
}
.xq_nav .list:hover{
	background: url(../img/nav_list_h.png) no-repeat center 0;
}
.xq_nav .list:nth-of-type(1){
	margin-left: 0px;
}
.xq_nav .list a{
	display: block;
	font-family: "方正清刻本悦宋简体";
	font-size: 32px;
	color: #ffe3d1;
	padding-left: 32px;
	letter-spacing: 12px;
	writing-mode: vertical-lr;/*从左向右 从右向左是 writing-mode: vertical-rl;*/  
    writing-mode: tb-lr;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/ 
}
/*概述*/
.xq_gs{
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	left: 0;
	background: url(../img/gs_dbg.jpg) no-repeat center 0;
	background-size: cover;
	z-index: 10;
	overflow: hidden;
	display: none;
}
.gs_close{
	width: 2%;
	height: auto;
	position: absolute;
	top:30px;
	right: 30px;
	cursor: pointer;
}
.gs_tab{
	width: 100%;
	height: 87px;
	background: url(../img/gs_bg.png) no-repeat center;
	background-size:cover ;
}
.gs_tab .middle{
	height: 87px;
}
.tab{
	width: 250px;
	height: 100%;
	float: left;
	background: url(../img/gs_x.png) no-repeat center right;
	line-height: 87px;
	font-family: "方正小标宋";
	font-size: 32px;
	text-align: center;
	cursor: pointer;
}
.tab.active{
	color: #ffd162;
}
.tab:nth-of-type(4){
	background: url("");
}
.gs_txt{
	width: 100%;
	height: 80%;
	padding-top: 3%;
	padding-bottom: 3%;
	
}
.gs_txt .middle{
	height: 100%;
	
}
.gs_txt .middle .txt{
	width:908px;
	height: 100%;
	padding-left: 50px;
	padding-right: 50px;
	overflow-x: hidden;
	overflow-y: auto;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 27px;
	color: #fff1d7;
}
.gs_txt .middle .txt p{
	text-indent: 28px;
}
/*概述*/
/*适配*/
@media only screen and (min-height: 810px) {
	.xq_nav{
		margin-top: 100px;
	}
	.xq_tp{
		padding-top: 17%;	

	}
}
@media only screen and (max-height: 650px) {
	.xq_nav{
		margin-top: 25px;
	}
	.xq_tp{
		padding-top: 9%;	
	}
}