body{
	background:#ffffff;
	overflow-x:hidden; font-size:62.5%;
}
.ellipsis{overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;}

.header img{
	width:100%;
}
.section{
	padding:0px;
}
 
.section div dl{
	margin-top:0px;
	position:relative;
	background:#fff;
}
.section div dl:nth-child(1){
	float:left;
	width:50%;
}
.section div dl:nth-child(2){
	float:right;
	width:50%;
}
.section div dl img{
	width:100%;
}
.section div dl dd{
	padding-left:0px;
	padding-bottom:0px;
}
.section div dl dd h3{
	font-size:0.8rem;
	font-weight:normal;
	line-height:22px;
	color:#000;
}

.section div dl dd p span:nth-child(1){
	color:#f00;
}
.section div dl dd p span:nth-child(1) a{
	font-size:1rem;
	color:#f00;
}
.pdl-8{
	padding-left:8px;
	text-decoration:line-through;
}
.l-18{
	line-height:18px;

}
.pdt-10{
	padding-top:10px;
	height:30px;
}
.btn{
	width: 24px;
	border: none;
	background: none;
	background: #ff2522;
	color: #fff;
	font-family: "微软雅黑";
	position: absolute;
	right: 22px;
	bottom: 8px;
	padding: 5px;
	background: #ff2522;
	background-size: 10px 18px;
	font-size: 12px;

}
.two-btn{
	position:absolute;
	right:5px;
	bottom:15px;
}
.t-btn{
  font-size: 12px;
  width: 24px;
  border: none;
  background: none;
  background: #ff2522;
  color: #fff;
  font-family: "微软雅黑";
  display: inline-block;
  padding: 5px;
}
#top_nav {
  width:100%;
  top: 0px;
  position: fixed;
  text-align: right;
  z-index:999;
  height:35px;
}
#top_nav a{
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
  line-height: 35px;
  font-family: "Microsoft YaHei";
  font-style: italic;
  text-decoration: none;
  width:50%;
  float:left;
  text-align:center;
}

#top_nav a:nth-child(1){
	 background: #56c5ce;
}

#top_nav a:nth-child(2){
	 background: #ff6a00;
}
 
