﻿/*导航样式*/
.header{ width:100%; position:fixed; left:0px; top:0px; z-index:99999; height:1.1rem; background:#fff;}
.mains{ width:94%; margin:0px auto;}
.logo{ float:left; height:auto; padding-top:0.22rem;}
.logo img{ height:0.65rem; width:auto;}
.tels{ float:left; height:0.42rem; float:left; padding-left:0.15rem; margin-left:0.15rem; margin-top:0.36rem; border-left:1px solid #000; line-height:0.24rem; font-size:0.18rem; color:#000;}
.nav{ float:left; padding:0.5rem 0px 0px 1.7rem;}
.nav ul li{ float:left; margin-left:0.5rem; position:relative; height:0.22rem; transition: all 0.5s;}
.nav ul li a{ color:#000; font-size:0.2rem; }
.nav ul li a:hover{ color:#c82127; }
.ups{ width:100%; height:0.2rem; background: url(../images/up.png) no-repeat center bottom; background-size:auto 100%; position: absolute; top:0.2rem; left:0px;}
.menus{ position:absolute;  top:0.2rem; left:50%; margin-left:-3.7rem;  padding-top:0.4rem; width:7.4rem; transition: all 0.5s; display:none;}
.menunav{background:#ebebeb; border-radius:6px; overflow:hidden;  width:100%; padding:0.16rem 0px 0rem 0px;}
.menunav a{ margin-left:0.17rem; display:inline-block;  font-size:0.17rem !important;  margin-bottom:0.16rem; border-bottom:1px solid #ebebeb; transition: all 0.5s; cursor:pointer;}
.menunav a:hover{ }
.nav ul li:hover .menus{ display:block;}

.likes{ float:right; width:1.02rem; height:0.32rem; margin-top:0.48rem; }
.likes a{ display:block; width:100%; height:0.3rem; border:1px solid #e0e0e0; color:#8d8d8d; font-size:0.16rem; line-height:0.3rem; text-align:center; border-radius:50px; overflow:hidden; transition: all 0.5s;}
.likes a:hover{ color:#c82127; border:1px solid #c82127;}















