@charset "UTF-8";
body {
  background-color: #f9f9f9;
  font-family: "微软雅黑"; }

.head {
  height: 0.8rem;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .head .info {
    position: absolute;
    background-color: #362e2b;
    padding: 0 0.1rem;
    top: 0;
    width: 6.2rem;
    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.47rem;
          height: 0.4rem; }
    .head .info .logo-info {
      width: 5.1rem;
      float: left;
      box-sizing: border-box;
      padding: 0 0.2rem; }
      .head .info .logo-info p {
        font-size: 0.28rem;
        color: #fff;
        text-align: center; }
    .head .info .nav {
      display: table;
      height: 0.8rem;
      width: 0.34rem;
      float: left;
      line-height: 0.8rem; }
      .head .info .nav span {
        display: table-cell; }
        .head .info .nav span img {
          vertical-align: middle;
          padding: 0.1rem;
          width: 0.28rem;
          height: 0.28rem;
          -webkit-transition: all .35s;
          transition: all .35s; }
          .head .info .nav span img.active {
            background-color: #604d46; }
  .head .menu {
    width: 2.4rem;
    right: 0;
    z-index: 9;
    position: absolute;
    top: 0.8rem;
    display: block;
    margin-top: -100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s; }
    .head .menu li {
	border-bottom: 1px solid #ccc;
      list-style: none;
      height: 0.8rem;
      line-height: 0.8rem;
      color: #fff;
      font-size: 0.26rem;
      padding: 0 0.2rem;
      background-color: #ddd;
      background-color: rgba(0, 0, 0, 0.5);
      text-align: center; }
      .head .menu li:active {
        background-color: #a2c790; }
      .head .menu li a {
        display: inline-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; }
  .banner p {
    position: absolute;
    bottom: 0;
    height: 0.5rem;
    width: 100%;
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.5rem; }
  .banner .swiper-pagination {
    text-align: right !important; }
    .banner .swiper-pagination .swiper-pagination-bullet-active {
      background: #65bade !important; }

.business {
  background-color: #f9f9f9;
  padding: 0.1rem; }
  .business:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1; }
  .business .business-more,
  .business .business-item {
    width: 1.6rem;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    border: 1px solid #ddd;
    line-height: 0.4rem;
    height: 0.4rem;
    text-align: center;
    font-size: 0.24rem;
    margin-right: 6px;
    color: #666; }
  .business .business-more {
    background-color: #acd598;
    color: #fff;
    float: right;
    width: 1rem;
    border: 0;
    margin-right: 0; }

.common-title-style1 {
  width: 6.2rem;
  overflow: hidden;
  padding: 0 0.1rem;
  height: 0.5rem;
  line-height: 0.5rem;
  padding-top: 0.1rem;
  background-color: #f9f9f9;
  color: #362e2b;
  font-size: 0.3rem;
  font-weight: normal; }

.concat {
  padding: 0 0.1rem;
  width: 6.2rem;
  overflow: hidden;
  background-color: #f9f9f9;
  padding-bottom: 0.3rem; }
  .concat .concat-detail {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 1px solid #bfbfbf;
    width: 6.2rem; }
    .concat .concat-detail .concat-text {
      padding: 0.1rem;
      background-color: #fff;
      border-bottom: 1px solid #bfbfbf; }
      .concat .concat-detail .concat-text p {
        line-height: 0.5rem;
        font-size: 0.24rem;
        color: #362e2b; }
    .concat .concat-detail img {
      display: block;
      width: 100%;
      height: auto; }
  .concat .concat-button {
    width: 3.2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    margin: 0.15rem auto;
    display: block;
    color: #fff;
    font-size: 0.26rem;
    background-color: #acd598;
    border-radius: 5px; }

.navigation {
  padding: 0.2rem 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf; }
  .navigation .navigation-list:after {
    content: '.';
    display: block;
    visibility: hidden;
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    zoom: 1; }
  .navigation .navigation-list .item {
    width: 33.33%;
    margin: 0.1rem 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    float: left;
    position: relative; }
    .navigation .navigation-list .item a {
      display: block;
      margin: 0 auto;
      width: 0.98rem;
      height: 1.3rem; }
      .navigation .navigation-list .item a .img {
        display: block;
        width: 0.98rem;
        height: 0.98rem;
        background: transparent url(../images/icon-bg.png) top center no-repeat;
        background-size: 0.98rem;
        text-align: center; }
        .navigation .navigation-list .item a .img img {
          display: inline-block;
          width: 0.5rem;
          margin: 0.245rem  auto;
          height: 0.5rem; }
      .navigation .navigation-list .item a span {
        display: block;
        font-size: 0.22rem;
        color: #88674a;
        width: 100%;
        text-align: center;
        height: 0.32rem;
        line-height: 0.32rem; }

.common-corpus-style1 .common-corpus-content {
  margin: 0 0.1rem;
  border: 1px solid #dfdfdf;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }
  .common-corpus-style1 .common-corpus-content .common-corpus-detail {
    padding: 0.1rem;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }
    .common-corpus-style1 .common-corpus-content .common-corpus-detail .title {
      color: #333;
      font-size: 0.28rem;
      font-weight: bolder;
      height: 1.5em;
      line-height: 1.5em; }
    .common-corpus-style1 .common-corpus-content .common-corpus-detail .sup-title {
      font-size: 0.24rem;
      color: #666;
      height: 1.5em;
      line-height: 1.5em;
      padding-bottom: 0.1rem; }
    .common-corpus-style1 .common-corpus-content .common-corpus-detail .detail-info {
      font-size: 0.22rem;
      color: #666;
      line-height: 1.6em;
      margin-top: 0.1rem;
      text-indent: 2em; }
    .common-corpus-style1 .common-corpus-content .common-corpus-detail .read-more {
      font-size: 0.22rem;
      color: #333;
      font-weight: bolder;
      display: block;
      line-height: 1.6em; }
    .common-corpus-style1 .common-corpus-content .common-corpus-detail img {
      width: 100%;
      display: block; }
  .common-corpus-style1 .common-corpus-content .common-corpus-list a {
    display: block;
    border-top: 1px solid #dfdfdf;
    height: 0.9rem;
    line-height: 0.9rem;
    width: 100%;
    text-indent: 0.5em;
    font-size: 0.24rem;
    color: #333; }

.site-info {
  width: 100%;
  text-align: center;
  font-size: 0.22rem;
  background-color: #eeeeee;
  color: #666;
  height: 0.4rem;
  line-height: 0.4rem; }
.site-info a {
  color: #666;  }

.profile {
  padding: 0.2rem 0.1rem;
  background-color: #f9f9f9; }
  .profile .profile-content {
    font-size: 0.24rem;
    background-color: #fff;
    color: #666;
    line-height: 1.7em;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0.2rem 0.1rem;
    border: 1px solid #ddd;
    text-indent: 2em; }
    .profile .profile-content span {
      font-size: 0.3rem;
      color: #ae895c;
      font-weight: bolder; }

.presence #presence-swiper {
  border: 1px solid #dfdfdf;
  padding: 0.1rem 0.3rem 0.5rem 0.3rem; }
  .presence #presence-swiper img {
    width: 100%;
    display: block;
    height: 3.2rem; }
  .presence #presence-swiper p {
    position: absolute;
    bottom: 0;
    height: 0.5rem;
    width: 100%;
    background-color: #666;
    background-color: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 0.28rem;
    font-weight: bold;
    text-align: center;
    line-height: 0.5rem; }
  .presence #presence-swiper .swiper-pagination .swiper-pagination-bullet-active {
    background: #947551 !important; }

.evalute {
  background-color: #f9f9f9; }
  .evalute .evalute-list {
    padding: 0 0.1rem; }
    .evalute .evalute-list .item {
      display: block;
      width: 100%;
      height: 0.9rem;
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      border: 1px solid #ddd;
      background-color: #fff;
      margin-bottom: 0.2rem;
      padding: 0.1rem; }
      .evalute .evalute-list .item p {
        line-height: 0.4rem;
        height: 0.4rem;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.26rem;
        color: #333;
        display: block; }
      .evalute .evalute-list .item span {
        display: block;
        line-height: 0.3rem;
        height: 0.3rem;
        width: 100%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 0.22rem;
        color: #999; }
  .evalute .evalute-button {
    width: 6.2rem;
    margin-left: 0.1rem;
    height: 0.9rem;
    line-height: 0.9rem;
    text-align: center;
    margin: 0.15rem auto;
    display: block;
    color: #fff;
    font-size: 0.32rem;
    background-color: #acd598; }

	
	
	/** 底部导航开始 **/
.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;
}

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