.w-80{
  width: 1199px;
  max-width: 1199px;
  margin:auto;
}
/*header*/
header{
  background:#ffffff;
  box-shadow:0 2px 4px 0 rgba(0,0,0,0.16);
  height:80px;
}
header .logo{
  padding: 20px 0 0px;
  float: left;
  margin-right: 30em;
}
.logotext{
  /*background:#df3532;
  border-radius:100px;*/
  width: auto;
  height: auto;
}
.logotext span{
  color:#ffffff;
  width:57px;
  height:59px;
}
.navbar {
  float: left;
  width: auto;
  padding-left: 50px;
}


.nav-search{
    background: none;
    border-bottom:1px solid #dddddd;
    border-radius: 0;
    width:320px;
    height:26px;
    margin-top: 30px;
}
.nav-search button{
    background: url(../images/new/SER.png) no-repeat;
    background-size: cover;
    float: right;
    /*font-size: 0px;*/
    border:none;
    height: 22px;
    width: 20px;
    cursor: pointer;
}
.nav-search input{
    background: none;
    border: none;
    border-radius: 0;
    width: 220px;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
}
.nav-fr{
    margin-top: 25px;
}
.nav-fr ul li{
  display: block;
  float: left;
  border:1px solid #b3b3b3;
  border-radius:2px;
  width:98px;
  height:30px;
  margin-left: 15px;
  text-align: center;
}
.nav-fr ul li:hover{
  box-shadow: 3px 3px 0 0 rgba(0,0,0,0.16);
}
.nav-fr ul li .h_icon{
    width:13px;
    display: block;
    margin:auto;
    float: left;
    margin: 7px 8px 0px 0px;
}
.nav-fr ul li span{
    font-size: 14px;
    display: block;
    float: left;
    padding-top: 5px;
}
.nav-fr ul li a{
  display:inline-block;


}
.nav-fr ul li i{
    font-size: 16px;
    width: 18px;
    height: 16px;
    display: block;
    margin: auto;
}
.contact_follow {
    position: absolute;
    /*top: 40px;
    right: -36px;*/
    width: 160px;
    display: none;
    z-index: 101;
}
.contact_follow_body {
    padding: 10px;
    background-color: #FFF;
    border: 1px solid #ccc;
    position: absolute;
    width: 140px;
    line-height: 22px;
    font-size: 14px;
    text-align: center;
}
.contact_follow_body img {
    width: 100%;
}
.contact_follow_body h2{
    font-weight: 400;
    color: #df3532;
    font-size: 15px;
    text-align: center;
    padding-bottom: 10px;
}

.nav-menu{width: 1199px;margin: 20px auto;height: 20px}
.nav-menu a{display: block;float: left;margin-right: 10px;width: auto;height: 22px;text-align: center;line-height: 22px;padding: 0 4px;}
.on{background:#000000;color: #fff;font-size: 15px}
.nav_right{float: right;width:70px;height: 22px;text-align: center;line-height: 22px;}
