@charset "utf-8";
/* CSS Document */
.allbody {
	width:640px;
	margin:0 auto;
}
.header01 {
	background:#c32525;
	height: auto;
	position: fixed;
	top:105px;
	z-index:100;
}
.header01 .nav {
	height:60px;
	border-top:#f63234;
	width:560px;
	overflow:hidden;
	margin:0 auto;
	margin:0px 60px 0px 20px;
	position: relative;
}
.header01 .nav li{ padding: 18px 18px 0px;}
.header01 ul {
	
	margin:0px;
	padding:0px;
	border:0px;
}
.header01 li {	
	color:#edc6c6;
	font-size:26px;
	line-height:28px;
	font-weight:700;
	font-family:"微软雅黑";
	float:left;
	list-style:none;
	border:0px;
	padding:18px 13px 0;
}
.header01  li a {
	color:#edc6c6;
}
.header01  li .cur {
	color:#FFFFFF;
	font-size:28px;
}
.header01 .nav2 li{ float:left;}
.header01 .nav2 { padding:0px 20px; overflow:hidden;}
.top {
	height:165px;
	background:url(nav.jpg) no-repeat center 10px;
	background-size:170px auto;
}
.btn01 {
	float:right;
	padding:18px 38px 0px 0px;
	width:90px;
}
.btn01 img {
	width:90px;
}

.btn02{ width:110px; height:60px; background:url(btn02.png) no-repeat left  center; background-size:auto 60px; top:0px; right:0px; position:absolute;}
.btn-img{background:url(btn03.png) no-repeat center center; width:27px; height:60px; float:right; margin:0px 20px 0px 0px; transform: rotate(180deg);}
.btn-img01{  animation: img01 0.5s; transform: rotate(180deg);}
.btn-img02{ animation: img02 0.5s; transform: rotate(0deg);}

@keyframes img01
{
 from {transform: rotate(0deg);}
 to {transform: rotate(180deg);}
}
@keyframes img02
{
 from {transform: rotate(180deg);}
 to {transform: rotate(0deg);}
}


/*首页样式修改*/

.tuwenlist{ padding-top:10px;}
.tuwenlist li{ padding:20px 0px; margin:0px 20px; border-bottom:1px solid #f5f5f5; border-top:1px solid #d1d1d1; margin-bottom:0px;}
.tuwenlist li h2{ line-height:36px;}
.tuwenlist li h2 a{text-align:Justify;text-justify:inter-ideograph;}

/*英文可断词*/
body{word-break:break-all;}