.head {
  height: 0.8rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background-color: #f4f4f4; }
.head .info {
  position: absolute;
  background-color: #f4f4f4;
  top: 0;
  padding: 0 0.2rem;
  width: 6rem;
  height: 0.8rem;
  line-height: 0.8rem;
  z-index: 10; }
.head .info:after {
  content: '.';
  display: block;
  visibility: hidden;
  clear: both;
  width: 100%;
  height: 0;
  font-size: 0;
  zoom: 1; }
.head .info .logo-img {
  float: left;
  height: 0.8rem;
  width: 0.52rem;
  line-height: 0.8rem;
  display: table; }
.head .info .logo-img span {
  display: table-cell; }
.head .info .logo-img span img {
  vertical-align: middle;
  width: 0.5rem;
  height: 0.47rem; }
.head .info .logo-info {
  width: 4.9rem;
  float: left;
  box-sizing: border-box;
  padding: 0 0.2rem; }
.head .info .logo-info p {
  font-size: 0.28rem;
  color: #282839;
  text-align: left; }
.head .info .nav {
  display: table;
  height: 0.8rem;
  width: 0.49rem;
  float: left;
  line-height: 0.8rem; }
.head .info .nav span {
  display: table-cell; }
.head .info .nav span img {
  vertical-align: middle;
  width: 0.49rem;
  height: 0.49rem; }
.head .menu {
  width: 6.4rem;
  z-index: 9;
  position: absolute;
  top: 0.8rem;
  display: block;
  margin-top: -110%;
  -webkit-transition: all 0.35s;
  transition: all 0.35s; }
.head .menu li {
  list-style: none;
  height: 0.8rem;
  line-height: 0.8rem;
  color: #fff;
  font-size: 0.26rem;
  padding: 0 0.2rem;
  background: #282839;
  /*  url(../images/icon-right.png ) 6rem center no-repeat;
        background-size:0.14rem 0.26rem; */
  border-bottom: 1px solid #f6f6f6;
  text-align: center; }
.head .menu li:active {
  background-color: #3e3e5b; }
.head .menu li a {
  display: block;
  line-height: 0.8rem;
  height: 100%;
  color: #fff; }
.head .menu.active {
  margin-top: 0; }

.banner {
  height: 3.2rem;
  overflow: hidden;
  font-size: 0; }
.banner img {
  width: 6.4rem;
  height: 3.2rem; }

.case {
  width: 6.4rem;
  height: 3.2rem;
  background: #d5cfd9;
  background-size: 6.4rem 3.2rem;}
.case img{
  width:3.2rem;
  height:3.2rem;
  float:left;}
.case .title{
  width:3.2rem;
  text-indent:0.2rem;
  font-size:0.32rem;
  float:right;
  line-height:0.7rem;
}
.case .case-list {
  width: 3.2rem;
  height: 2rem;
  float: right;
  padding:0 0 0.6rem 0; }
.case .case-list a {
  display: block;
  width: 100%;
  height: 0.5rem;
  line-height: 0.5rem;
  text-indent: 0.4rem;
  position: relative;
  font-size: 0.26rem;
  color: #31313e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }
.case .case-list a:before {
  content: '';
  display: block;
  position: absolute;
  top: 60%;
  left: 0.2rem;
  width: 0;
  height: 0;
  border: 0.03rem solid #31313e;
  border-radius: 100%;
  margin-top: -5px; }

.business-style,
.proflie-style {
  float: left;
  width: 50% !important; }

.profile {
  width: 3.2rem;
  height: 3.2rem;
  box-sizing: border-box;
  border: 1px solid #fff;
  border-left: 0;
  overflow: hidden;
  position: relative; }
.profile a {
  color: #53535e; }
.profile a img {
  display: block;
  width: 3.2rem;
  height: 3.2rem; }
.profile p.profile-title {
  width: 0.28rem;
  font-size: 0.28rem;
  height: 1.5rem;
  position: absolute;
  left: 0.2rem;
  top: 0.2rem; }
.profile p.profile-title.right {
  font-size: 0.24rem;
  padding-top: 3px;
  left: 0.6rem; }

.business {
  width: 3.2rem;
  height: 3.2rem;
  box-sizing: border-box;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  position: relative; }
.business a {
  color: #53535e; }
.business a img {
  display: block;
  width: 3.2rem;
  height: 3.2rem; }
.business .business-title {
  position: absolute;
  width: 0.28rem;
  font-size: 0.28rem;
  height: 1.5rem;
  left: 0.3rem;
  top: 0.3rem; }

.navigation .navigation-list {
  list-style: none; }
.navigation .navigation-list li {
  width: 100%;
  height: 1rem;
  border-bottom: 1px solid #c1becf;
	background: -webkit-linear-gradient(top, #efeef3,#dad9df);
	background: -webkit-linear-gradient(top, #efeef3,#dad9df);
	background: -o-linear-gradient(top, #efeef3,#dad9df);
	background: -moz-linear-gradient(top, #efeef3,#dad9df);
	background: linear-gradient(top, #efeef3,#dad9df);
  line-height: 1rem;
  text-align: center; }
.navigation .navigation-list li:last-child {
  border: 0; }
.navigation .navigation-list li a {
  font-size: 0.3rem;
  color: #31313e; }
.navigation .navigation-list li a img {
  vertical-align: middle;
  width: 0.16rem;
  height: 0.16rem;
  display: inline-block;
  margin: 0 0.1rem; }

.site-info {
  width: 100%;
  text-align: center;
  font-size: 0.22rem;
  background-color: #f7f7f7;
  color: #8a8a8a;
  height: 0.8rem;
  line-height: 0.8rem;
  border-top: 1px solid #d2d2d2; }
.site-info a {
  color: #8a8a8a; }



/** 底部导航开始 **/
.other {
width: 6.4rem;
position: fixed;
z-index: 9;
bottom: 0;
height: 0.88rem;
background:#333;
/*overflow:hidden;*/
}
body{
padding-bottom:0.88rem;
}
.other-menu{position:relative;z-index:2}
.other-menu a {
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
background-color: #333;
display: block;
line-height: 1.16rem;
text-align: center;
height: 0.88rem;
width: 1.6rem;
float: left;
color:#ccc;
font-size: 0.22rem;
position:relative;
padding-top:0.1rem;
border-right: 1px solid #434343;
 }
.other-menu a:hover{
background:#3c3c3c;
}
.other-menu a.hover{
background:#3c3c3c;
color:#fff;
}
.other-menu a .ico {
width:0.4rem;
height:0.4rem;
display:inline-block;
vertical-align:-0.18rem;
position:absolute;
left:50%;
margin-left:-0.2rem;
}
.other-pop{
position:absolute;
bottom:-3.88rem;
right:0;
width:1.6rem;
opacity:0;
overflow:hidden;
transition: all 0.35s;
z-index:1;
border-radius:0.05rem 0.05rem 0 0
}
.other-pop a{
display:block;
width:1.6rem;
height:0.8rem;
line-height:0.8rem;
padding-top:0;
font-size:0.22rem;
border-bottom:0.01rem solid #5c5c5c;
background:rgba(60,60,60,0.95);
top:-3.40rem;
color:#fff;
text-align:center;
}
.other-pop-active {
opacity:1;
bottom:0.76rem;
right:0;
}

/** 底部导航结束 **/
