*{
  margin:0;
  padding:0;
}
body{
  height:auto;
  width:100%;
  margin:0 auto;	 
  background:#fff;
  font-family:Microsoft YaHei;
}
ul{
  list-style-type:none;
}
ul li{
  list-style-type:none;
}
a{
  text-decoration:none;	
}
img{
 border:none;
}

/***************头部*******************/
.top{
 width:100%;
 height:62px;
 background:#575757;
}
.top_in{
   width: 1132px;
   height:62px;
   margin: 0 auto;
}
.jsts_left{
  width:40%;
  height:62px;
  line-height:62px;
  float:left;
  background:url(../images/jsts.png) no-repeat left center;
}
.jsts_left span{
  display:inline-block;
  font-size:12px;
  font-family:SimSun;
  text-indent:130px;
}
.jsts_left span a{
  color:#fff;
}
.sousuo_right{
  width:35%;
  float:right;
}

.channer{
  width:80px; 
  float:right;
  font-size:12px;
  color:#fff;
  height: 62px;
}
.channer strong{
  float:left;
  width:20px;
  height:16px;
  padding-top:24px;
}
.channer span{
  float:left;
  width:46px;
  height:20px;
  padding-top:22px;
  padding-left:10px;
}



/***************搜索*******************/
.sousuo {
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    float: left;
	margin-top:14px;
}
.sousuo_in {
    /*float: right;*/
    width: 230px;
	height: 24px;
    background-color: #ffffff;
    border: 1px solid #c4c4c4;
    border-right: none;
    outline: none;
    border-radius:20px;
    padding: 5px 10px;
}
.sousuo_in form {
    width: 230px;
    float: right;
}
.bring {
    width: 168px;
    height: 24px;
    color: #333333;
    font-size: 13px;
    float: left;
    text-indent: 10px;
    border: none;
    background-color: #ffffff;
}
.bring:focus{
    outline-color: rgba(255,255,255,0);
    outline-offset: 0;
    outline-width: 0;
}
.sousuo_btn {
    font-size: 14px;
    padding: 3px 10px 5px 15px;
    border-left: 1px solid #ccc;
    border-right: none;
    border-top: none;
    border-bottom: none;
    outline: none;
    color: #020202;
    background-color: #ffffff;
    cursor: pointer;
}
.fr {
    float: right;
}
.nav-pd{
		position: absolute;
		top: 62px;
		left: 0;
		z-index: 6;
		padding: 15px 45px;
		width: 1042px;
		height: 58px;
		box-shadow: 0 2px 6px #ccc;
		-moz-box-shadow: 0 2px 6px #ccc;
		filter:alpha(opacity=60);
  background:#000;
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  
		background-color: rgba(0,0,0,0.6);;
		display: none;
		text-align: center;
	}
	.nav-pd a{
		display: inline-block;
		margin: 4px 0;
		color: #fff;
		float: left;
		font-size: 16px;
		width: 56px;
		line-height: 18px;
	}
	.top_in{
		position: relative;
	}


