@import 'header_public.css';
@import 'right_fiexd.css';
body{
  min-width: 1170px;
}

/*.banner-img {
  height: 300px; }*/
.banner{
  height:480px;
  width: 100%;
  background-image:url(../img/xjp_banner.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.log_txt{
  position: absolute;
  width: 100%;
  top: 110px;
  color:#fff;
}
.log_txt img{
  cursor: pointer;
}
.qingdao_theam{
    padding: 40px 0;
    margin: 0 auto;
    line-height: 30px;
}
.find_things li{
  margin-right: 30px;
  width: 370px;
  height: 400px;
  margin-bottom: 60px;
}
.find_things li:nth-of-type(3n) {
  margin-right: 0;
}
.ding_wei{
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: 4px center;
  background-image: url(../img/ding_wei.png);
  margin-top: 12px;
}
/*************************************/

/*********************************/
/*shademode*/
.shadeMode{
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/*# sourceMappingURL=index.css.map */

/*二维码分享*/
.qrcodeshow {
    position: relative;
}
.collection, .share {
    height: 18px;
    line-height: 18px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.collection img, .share img {
    padding-right: 4px;
}
.qrcode {
    width: 330px;
    height: 306px;
    text-align: center;
    top: 12px;
    right: -18px;
    z-index: 99;
    font-size: 16px;
    font-family: 微软雅黑;
    display: none;
    padding: 40px 0px;
    border-radius: 8px;
    background: url(../img/hotel/weixin_bg.png) no-repeat;
}
.qrcode img {
	margin-top: 10px;
	width: 200px;
	height: 200px;
}

.qrcodeshow:hover .qrcode {
	display: block;
}