/*内页内容区*/
.bgpage{
  background:#f5f5f5;
}
.wrap{
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    min-height: 600px;
    padding: 60px 0;
}
/*左半部分*/
.ar-cat-tree {
    width: 240px;
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
}
.ar-cat-tree h2 {
    height: 70px;
    line-height: 70px; 
    background: #cb0101;
    font-size: 16px;
    color: #fff;
}
.ar-cat-tree li h3 {
    height: 35px;
    line-height: 35px;
    position: relative;
/*    padding-left: 20px;*/
    border: 1px #eee solid;
    border-top: none;
}
.ar-cat-tree li h3 a {
    border: none;
    padding: 0;
    font-size: 14px;
}
.ar-cat-tree li a {
    display: block;
    height: 35px;
    line-height: 35px;
/*    padding-left: 40px;*/
    border: 1px #eee solid;
    border-top: none;
    position: relative;
}
.ar-cat-tree li h3 a:hover{
  color: #74A223;
}
/*又半部分*/
.section-right {
    width: 950px;
    background: #fff;
    min-height: 300px;
    /* margin-top: 80px; */
    padding-bottom: 30px;
}
.map-nav {
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px #eee solid;
    padding: 0 20px;
    overflow: hidden;
}
.map-nav-title {
    border-bottom: 1px solid #006cd5;
    float: left;
}
.map-nav .addr {
    font-size: 12px;
    color: #888;
}
.map-nav .addr a {
    color: #888;
    margin: 0 5px;
}
/*内页右侧内容区*/
.node-list-info {
    margin: 10px auto 0 auto;
    width: 98%;
    overflow: hidden;
}
.clearX {
    zoom: 1;
}
.node-list-info li {
    padding: 15px 10px 15px 0;
    height: 150px;
    overflow: hidden;
    border-bottom: 1px dashed #C7C7C7;
    cursor: pointer;
    background: #fff;
    padding-left: 10px;
    margin-top: 10px;
}
.node-list-info li:hover{
  background: #7CC1E0;
  color: #ffffff;
}
.node-list-info li .thumb {
    float: left;
    width: 148px;
    height: 148px;
    margin-right: 10px;
    border: 1px solid #eee;
    overflow: hidden;
}
.node-list-info li img {
    height: 100%;
}
.node-list-info li:hover img {
    filter: alpha(opacity=60);
    opacity: .6;
}
.node-list-info li:hover a {
    color: #74A223;
}
.node-list-info a:hover {
    color: #74A223;
    text-decoration: underline;
}
.node-list-info .tags {
    text-align: left;
}
.node-list-info li:hover .tags span {
    color: #74A223;
}
.node-list-info .tags span {
    margin: 0 15px 0 0;
    line-height: 260%;
    color: #666;
}
.block-detail #content {
    font-size: 14px;
    color: #222;
    margin-top: 26px;
    width: 94%;
    margin: 0 auto;
}
.block-detail #content p {
    margin: 15px 0;
    text-indent: 28px;
    line-height: 26px;
}
.block-detail {
    padding: 40px;
    background: #fff;
    overflow: hidden;    
}
.block-detail h2{
  text-align: center;
  padding: 20px;
}
.block-detail .block-info{
  text-align: center;
  padding-bottom: 15px;
}

/*分页栏*/
.node-page {
    text-align: right;
    height: 27px;
    line-height: 27px;
    margin-right: 20px;
    margin-top: 20px;
}
.node-page a {
    margin: 0 5px;
    padding: 4px 10px;
    border: 1px solid #ddd;
    background: #fff;
    color: #222;
}
.node-page a:hover{
  color:#7CC1E0; 
}
.node-page a.on {
    color: #fff;
    background: #7CC1E0;
}

/*内页内容区结束*/
/*留言*/
.contactWidthMessage{
  padding: 100px;
}
.mess{
  line-height: 30px
}
#frmFriend>div>input{
  height: 20px
}
#frmFriend .sub{
    height: 30px;
    width: 100px;
    margin-left: 48px;
}
.ourLocation{
    padding-left: 500px;
    line-height: 30px;
}
#content .share{
    padding-top: 50px
}



/*imagepic-focus*/
  .imagepic-focus{
    width: 96%;
    margin: 40px auto 0;
    overflow: hidden;

  }
  .imagepic-focus .pic{
    width: 100%;
    text-align: center;
    height: 400px;
    position: relative;
    overflow: hidden;
  }
  .imagepic-focus .pic h3{
    position: absolute;
    width: 40px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
   /* background: url(/images/opacity06.png);*/
    bottom: -40px;
    left: 0;
    width: 100%;
  }

  .imagepic-focus .pic  img{
    max-height: 100%;
    max-width: 100%;
    width: auto;
  }
  .pic-content{
    display: none;
  }
  .imagepic-focus .bd{
    width: 850px;
    margin: 0 auto;
    height: 102px;
    position: relative;
    margin-top: 20px;
    clear: both;
  }
  .imagepic-focus .bd li{
    width: 100px;
    height: 100px;
    text-align: center;
    overflow: hidden;
    float: left;
    margin:0 10px;
    border: 1px #fff solid;
    cursor: pointer;
  }
  .imagepic-focus .bd li.on{
    border-color: red;
  }
  .imagepic-focus .bd li img{
    height: 100px;
  }
  .imagepic-focus .prev{
    position: absolute;
    width: 30px;
    height: 45px;
    top: 50%;
    left: -30px;
    margin-top: -20px;
   /* background: url(/images/image-pic.pev.png);*/
  }

  .imagepic-focus .next{
    position: absolute;
    width: 30px;
    height: 45px;
    top: 50%;
    right: -30px;
    margin-top: -20px;
   /* background: url(/images/image-pic.pev.png) -30px 0 ;*/
  }