.clearfix:before,
.clearfix:after{content: " "; display: table;}
.clearfix:after{clear: both;}


.bottom2{
    height:70px;
    overflow: unset !important;
}
.duoduan {  float:right;  }
.duoduan li{  float:left; padding:0 0px; position:relative;  }
.duoduan li:hover {  background:rgba(104, 95, 95, 0.2);  }
.duoduan li p{  display:none;  position:absolute;width:100px;height:110px;left:-0px; top:-130px; padding:10px;background:rgba(104, 95, 95, 0.2);line-height:024px!important; color:#555!important; font-size: 12px; }
.duoduan li:hover p { display:block;   }
.duoduan li p img{ max-width:100%;}
.duoduan li .simg{ margin-top:15px;margin-bottom: 12px;}
@media only screen and (max-width:60em) {
    .duoduan { display:none;}
    .bottom2 { height:auto;  }
}
/*多端预览*/


.link_wrap {margin-bottom:10px;position: relative;}
.link_wrap h2 { font-weight:normal;font-size:16px; color:#333; line-height:28px;float: left; position:absolute;}
.link_wrap ul{float: left; padding-left:85px;}
.link_wrap ul li { float:left;  padding-right:15px;}
.link_wrap ul li a{ color:#999; line-height:28px; font-size:14px;}
.link_wrap ul li a:hover{ color:#6f6d68; }
@media (min-width: 1439px){
  .link_wrap { width: 1285px;margin:auto !important; margin-top:10px !important; margin-bottom:0px; }
}
@media ( min-width: 980px ) and (max-width: 1438px){
  .links_wrap {   width:90%; margin:0 2%;  margin-bottom:10px; }
}
@media ( min-width: 768px)and ( max-width: 979px ){
    .link_wrap {  width:90%; margin:0 auto;margin-bottom:10px; }
  
}
  @media (max-width: 767px){
    .link_wrap { width:90%;margin:0 auto;   }
    .link_wrap h2 {  display:none;}
    .link_wrap ul {  padding:0;text-align:center;  width:100%;height:auto;overflow:hidden;margin-right:0px;   }
    .link_wrap ul li {  padding-right:18px; }
}