﻿.title {
    line-height:30px;
    height:30px;
    margin:0;
}
.title h1 {
    font-size:18px;
    font-family:microsoft yahei;
    text-align:center;
    font-weight:normal;
    margin:0;
}
.item {
    color:#999;
    text-align:center;
    margin:0;
    border-bottom:1px solid #f0f0f0;
    padding:0 0 15px 0;
}
.content {
    word-break:break-all;
    clear: both;
    margin-top: 20px;
}
.content p {
    font-size:14px;
}
.content img {
    max-width:900px;
    margin-bottom: 5px;
}
.pre, .next {
    line-height:30px;
    height:30px;
}
.like p {
    font-weight:bold;
    font-size:14px;
}
.like ul {
    margin:0;
    padding:0;
    list-style:none;
}
.like ul li {
    line-height:25px;
    height:25px;
    
}
.infodot {
    border-top:1px dashed #ccc;
    margin:15px 0;
}
.ctitle {
    font-size:14px;
    font-weight:bold;
    border-bottom:1px solid #f0f0f0;
    line-height:30px;
    height:30px;
    margin:0 0 15px 0;
}
.ctitle span {
    float:right;
    font-size:12px;
    font-weight:normal;
    
}
/*
组图开始
小图部分
*/
 .thumbpic {
    float: left;
    width:400px;
}
#piclist {
    width:360px;
    float:left;
    overflow:hidden;
    height:86px;
    position:relative;
}
#piclist ul {
    margin:0;
    padding:0;
    list-style:none;
    overflow:hidden;
    width:20000px;
    position:relative;
}
#piclist ul li {
    float:left;
    cursor:pointer;
    position:relative;
    background:url(../images/ico_none.png) no-repeat center top;
    padding-top: 7px;
    margin:0 4px 0 2px;    
}
#piclist ul li img {
    height:58px;
    width:78px;
   
    padding:3px;
}
#piclist .hover {
    background:url(../images/ico_bg.png) no-repeat center top;
}
#piclist ul li tt {
    background:#000;
    color:#FFF;
    position:absolute;
    z-index:20;
    font-family:arial;
    font-size:12px;
    line-height:16px;
    padding:0 5px;
    margin:45px 0 0 -85px;
}
.thumbpic a.bntprev {
    float:left;
    width:20px;
    height:64px;
    display:block;
    outline:none;
    background:url(../images/ico_left.gif) no-repeat center;
}
.thumbpic a.bntnext {
    float:left;
    width:20px;
    height:64px;
    display:block;
    outline:none;
    background:url(../images/ico_right.gif) no-repeat center;
}
#originalpic {
    position:relative;
    overflow:hidden;
    zoom:1;
    float: left;
    clear:both;
    text-align:center;
    width: 400px;
}
#originalpic ul {
    padding: 0;
    margin: 0;
    list-style:none;
}
#originalpic li {
    display:none;
    position:relative;
    max-width:900px;
}
#originalpic li img {
    width: 100%;
    margin:15px 0 6px 0;
    border: solid 1px #ddd;
    padding: 2px;
    box-sizing: border-box;
}
#originalpic li div {
    text-align:left;
    line-height:24px;
    color:#444;
}
#aPrev {
    position:absolute;
    z-index:10;
    left:0;
    top:0;
    display:block;
    width:50%;
    height:100%;
    background:url(../images/blank.gif);
}
#aNext {
    position:absolute;
    z-index:10;
    right:0;
    top:0;
    display:block;
    width:50%;
    height:100%;
    background:url(../images/blank.gif);
}

.gallery{
    width: 560px;
    height: 330px;
    margin-top: 20px;
    display: inline-block;
}
.img {
    overflow: hidden;
}
.img img{
    -webkit-transition: all 1s;
    transition: all 1s;
}
.img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.gallery .img{
    float: left;
    width: 440px;
    height: 330px;
}
.gallery .img img{
    width: 100%;
    height: 100%;;
}
.gallery .piclist{
    width: 110px;
    margin-left: 460px;
    height: 330px;
    overflow: hidden;
}
.gallery .piclist .img{
    width: 100px;
    height: 75px;
    margin-bottom: 7px;
    border:solid 1px #ddd;
}
.gallery .piclist .img.slt{
    border-color: #386ED3;
}
.gallery .piclist .img img{
    width: 100%;
    height: 100%;
}

.swiper-container-gallery {
    width: 400px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-slide {
    background-size: cover;
    background-position: center;
  }
  .gallery-top {
    width: 400px;
    height:300px;
  }
  .gallery-top .swiper-slide{
      position: relative;
  }
  .gallery-top .swiper-slide img{
    width: 100%;
    height: 100%;
  }
  .gallery-top .swiper-slide .intro{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 35px;
    font-size: 13px;
    color: rgb(253, 252, 252);
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 80%, rgba(0, 0, 0, 0.8) 100%);
    z-index: 10001;
  }

  .gallery-thumbs {
    width: 400px;
    height: 90px;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }
  .gallery-thumbs .swiper-slide img{
      width: 100%;
      height: 100%;
  }
  .gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
  }
  .intoinfo{
      margin:20px 0 0 10px;
      width: 260px;
      float: right;
  }
  .intoinfo dl{
      margin:0 0 6px 0; 
      padding: 0;
  }
  .intoinfo dl dd, .intoinfo dl dt{
      display: inline-block;
      margin: 0;
      margin-right: 10px;
      line-height: 22px;
      font-size: 14px;
  }
  .intoinfo .hotpoint{
      color: #f00;
      font-size: 15px;
      font-weight: bold;
  }
  .intoinfo .intro{
      height: 156px;
      overflow: hidden;
      color: #999;  
  }
  .intoinfo .pt{
      line-height: 30px;
      font-size: 16px;
      color: #222;
      font-weight: bold;
  }
  .intoinfo .price{
      color: #fff;
      background-color: #FF2929;
      border-radius: 4px;
      font-size: 16px;
      padding: 2px 6px;
  }
  .intoinfo .tel{
      font-size: 24px; 
      line-height: 40px;
      color: #ff2929;
  }
  .hotline{
    
  }
  .hotline a{
      line-height: 40px;
      display: block;
      font-size: 20px;
      color: #fff;
      border-radius: 6px;
      background:url('../images/hotline.png') no-repeat 10px 9px  #fe2929;
      padding:0 20px 0 40px;
  }
  .hotline a:hover{
      color: #F1F1F1;
      background-color: #ff6464;
  }
  .mask-container{
      display: none;
      position: fixed;
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgb(0,0,0,0.6);
      z-index: 1000;
  }
  .mask-container .formheader{
    line-height: 40px;
    border-bottom: solid 1px #ddd;
    padding: 0 0 0 20px;
  }
  .mask-container .formheader h2{
    display: inline-block;
    font-size: 18px;
    color: #222;
    padding: 0;
    margin: 0;
  }
  .mask-container .formheader a{
      float: right;
      line-height: 40px;
      width: 40px;
      background: url('../images/formclose.png') no-repeat center center;
      background-size: 30%;
      transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
  }

  .mask-container .formheader a:hover{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);

  }

  .mask-container .xunjiaform{
      background: #fff;
      margin: 200px auto 0 auto;
      padding: 0 0 20px 0;
      width: 500px;
      
      border-radius: 6px;
  }
  .mask-container .xunjiaform form{
      padding: 10px 20px;
  }
  .mask-container .xunjiaform .img{
      width: 50%;
      margin: 10px auto 0 auto;
  }
  .mask-container .xunjiaform .img img{
      width: 100%;
  }
  .bookadd{
      line-height: 28px;
  }
  .bookadd .label{
      width: 100px;
      margin-bottom: 6px;
      text-align: right;
      float: left;
  }
  .bookadd .label span{
      color: #F00;
  }
  .bookadd .enter{
      margin-bottom: 6px;
  }
  .bookadd .enter input[type="text"]{
      line-height: 26px;
      outline: none;
      border-radius: 4px;
      padding: 0 10px;
      border: solid 1px #CCC;
  }
  .bookadd .enter input[type="submit"],.bookadd .enter input[type="reset"]{
    font-size: 15px;
    height: 30px;
    line-height: 30px;
    width: 100px;
    text-align: center;
    background-color: #FF2929;
    outline: none;
    border:solid 1px #FF2929;
    color: #FFF;
    border-radius: 4px;
    margin-top: 10px;
    cursor: pointer;
  }
  .bookadd .enter input[type="reset"]{
      color: #333;
      background-color: #DDD;
      border-color: #DDD;
  }

