/*重置样式*/
body, h1, h2 , h5, h6, dl, dd, p{
    margin:0;
}
body{
    font:13px "微软雅黑";
    color:#565656;
}
ul{
    margin:0;
    padding:0;
    list-style: none;
}

a{
    text-decoration: none;
    color: #565656;
}
a:hover{
    color: #ff3c00;
}
img{
    vertical-align: top;
    border:none;
}
.clearfix{
    *zoom: 1;
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
input{
    margin:0;
    padding:0;
    cursor: pointer;
}
input:hover{
    cursor: text;
}



/*sitmap地图*/
.top{
 width:1200px; 
}
.border_color2 {
    border-bottom: 1px solid #333333;
}
.mn_box{
    width: 240px;
    position: relative;
    left: 40%;
    background: #FFF;
    bottom: -1px;
    text-align: center; 
}
.fl{
 	float:left; 
}
.pro_content .pro_nav {
    width: 100%;
    height: 52px;
    line-height: 52px;
}
body #pro_info {
    width: 100%;
}
.wrap{
	width:1200px;
    margin:0 auto;
}
.sitebox {
  margin-bottom: 20px;
}
.sitebox .siteify {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #000;
}
.sitebox .siteify_list {
  border: 1px solid #000;
  padding: 0 10px;
}
.sitebox .siteify_list li {
  float: left;
  width: 150px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}
body #seo_info{
  width: 100%;
  background-color: #eeeeee;
}
.seo_bix{
  height: 160px
}
.seo_bix .links{
  float: left;
  width: 100%;
}
.links .seo_name{
  display: block;
  width: 150px;
  height: 40px;
  color: #fff;
  font: 18px/40px "微软雅黑";
  text-align: center;
}
.links .seo_names{
  float: left;
  width:100%;
}
.seo_names li{
  float: left;
  display: block;
  text-align: center;
}

.seo_names li a{
  display: block;
  width: 120px;
  height: 40px;
  font: 16px/36px "微软雅黑";
}
.seo_names li a:hover{
	color:#565656;
}