/*展馆概况*/
.intro img {
  margin: 20px 0px;
}

.intro > p {
  text-indent: 2em;
  padding: 10px 0px;
}

.color-box {
  background: #f2f3f3;
  background: -moz-linear-gradient(left top, #f2f3f3 40%, #d4d4d5);
  background: -webkit-linear-gradient(left top, #f2f3f3 40%, #d4d4d5);
  background: -o-linear-gradient(left top, #f2f3f3 40%, #d4d4d5);
  background: linear-gradient(left top, #f2f3f3 40%, #d4d4d5);
  min-height: 436px;
  padding: 10px;
  margin-top: 30px;
}

.blue-box {
  background-color: #2c73ba;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.floor-line {
  margin-left: -30px;
  width: 100%;
  box-sizing: border-box;
}

.blue-box span {
  font-size: 7.5em;
  font-weight: bold;
  letter-spacing: -20px;
}

.blue-box .f {
  font-size: 4.8em;
}

.img-box {
  width: 100%;
  height: 188px;
  border: 1px solid #fff;
  background: url(changguandaolan-intro-floor-1.png) no-repeat center;
  background-size: cover;
  flex: inherit;
  display: flex;
  /*实现垂直居中*/
  align-items: center;
  /*实现水平居中*/
  justify-content: center;
  text-align: justify;
  margin: 0 auto;
}

/*楼层导览*/

.img-intro-box {
  background: #ffffff;
  box-shadow: 0px 2px 10px rgba(199, 199, 199, 0.5);
  margin-top: 40px;
}

.zhanting-name {
  font-size: 1.2em;
  padding: 20px 10px;
}
.zhanting-name a {
  color: #333;
}
.zhanting-name a:hover {
  color: #218ee1;
}
/*楼层导览-内容*/

.zhanting-intro {
  position: relative;
  background-color: #4da9d9;
  padding: 20px;
}

.zhanting-intro-txt {
  padding: 20px;
  color: #fff;
}

.zhanting-intro-txt h1 {
  display: inline-block;
  border-bottom: 4px solid #fff;
  padding-bottom: 6px;
}

.zhanting-intro-txt p {
  line-height: 1.5em;
  margin-top: 20px;
}
.zhanpin-line {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-pack: justify; /* IE10 equivalent of justify-content: space-between */
  justify-content: space-between;
}

.zhanpin-search {
  margin-top: 20px;
}
.zhanpin-line .search-cont {
  height: 32px;
  border-radius: 20px;
  border: 1px solid #ccc;
  margin-top: 8px;
  background: #fff;
}
.zhanpin-line .search-cont .input-item {
  outline: none;
  border: none;
  box-shadow: none;
  height: 30px;
  box-sizing: border-box;
  background: none;
  font-size: 14px;
  line-height: 16px;
  color: #000;
  width: 80%;
  float: left;
  padding-left: 10px;
}
.zhanpin-line .search-cont .search-btn-cont {
  /* float: left; */
  display: inline-block;
  height: 30px;
  width: 20%;
  border: none;
  border-left: 1px solid #c8c8c8;
  box-sizing: border-box;
  border-radius: 2px;
  background: url(icon_search_black.png) no-repeat center;
  background-size: 20px 20px;
}

.zhanpin-title {
  display: inline-block;
  font-size: 1.3em;
  border-bottom: 3px solid #333;
  margin-top: 34px;
}

/*展品介绍*/

.right-littte-box {
  width: 100%;
  box-shadow: 0px 2px 4px rgba(199, 199, 199, 0.5);
  border-radius: 5px;
  border: 1px solid #b9b8b8;
  background: #f9f9f9;
  margin-bottom: 20px;
  padding: 10px;
}

.right-littte-box img {
  width: 100%;
  padding: 10px 0px;
}

.right-littte-box p {
  /*padding: 10px;*/
  text-indent: 2em;
}

.box-title {
  padding: 10px;
  padding-left: 40px;
  color: #ff7200;
  margin-left: 10px;
}

.yuanli .box-title {
  background: url(zhanpin-icon1.png) no-repeat left;
}

.tuozhan .box-title {
  background: url(zhanpin-icon2.png) no-repeat left;
}

.txt-title {
  color: #1c81a5;
  border-bottom: 1px solid #737171;
  padding-bottom: 6px;
  padding-left: 10px;
}

.list-icon ul li {
  float: left;
  width: 33%;
  text-align: center;
}

.list-icon ul li a {
  display: inline-block;
  color: #666;
}
.list-icon ul li a:hover {
  opacity: 0.8;
}
.list-icon {
  padding: 20px 10px;
}

.fenge-line {
  width: 100%;
  height: 1px;
  background: #002974;
  margin: 10px 0px;
}

/*临时展览*/

.time {
  background: url("c32f73a1baa6e0c66c888bbb005e5c0c.png") no-repeat left;
}
.time:hover {
  background: url("666174bed24d5f73fa697da08ea46f3d.png") no-repeat left;
}
.vr720 {
  background: url("9a0110cf70acdbe45a0a5c1f03cd9f37.png") no-repeat left;
}
.vr720:hover {
  background: url("e3c498aec2e99eddb1bfe1b8981510a2.png") no-repeat left;
}

/*响应式布局*/

@media (max-width: 1359px) {
}

@media (max-width: 1199px) {
  .zhanting-intro-txt h1 {
    font-size: 1.25em;
  }
}

@media (max-width: 991px) {
  .zhanting-intro-txt {
    padding: 0px;
    margin-top: 16px;
  }
}

@media (max-width: 767px) {
  .color-box {
    min-height: auto;
    padding: 4px;
  }
  .blue-box span {
    letter-spacing: -20px;
  }
}
@media (max-width: 500px) {
  .floor-info .col-xs-6 {
    padding: 0px;
  }
  .color-box {
    margin-top: 0px;
  }
  .blue-box span {
    font-size: 3em;
  }
  .blue-box .f {
    font-size: 1.5em;
  }
  .blue-box span {
    letter-spacing: -6px;
  }
  .floor-line {
    margin-left: 0;
  }

  .zhanting-name {
    font-size: 1em;
    padding: 10px 10px;
  }
  .img-intro-box {
    margin-top: 20px;
  }
}

.zhanpin-img {
  height: 170px;
  overflow: hidden;
}

@media (max-width: 799px) {
  .zhanpin-img {
    height: 80px;
  }
}

a {
  color: #555;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #666;
}

.txt {
  font: 14px "microsoft yahei";
  display: flex;
  flex-direction: column;
}
.txt h2,
.txt b,
.txt i {
  font-weight: normal;
  font-size: 14px;
  font-style: normal;
}

/******* list *****/
.list .left {
  float: left;
}

.list .left a {
  background-size: cover;
  display: block;
  width: 350px;
  height: 209px;
  background-repeat: no-repeat;
}

.list .right {
  margin-left: 380px;
  box-sizing: border-box;
}

.list .item {
  border-bottom: 1px solid #777;
  *height: 1%;
  padding: 25px 0;
}

.list .item:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.list .item h1 {
  font-size: 20px;
}

.list .item h1 img {
  margin: -2px 0 0 5px;
}

.list .item h1 > a {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.list .item p {
  margin: 20px 0;
}
.list .item h2 span {
  margin: 0 40px 0 0;
}

.list .item h2 span b {
  display: inline-block;
  vertical-align: middle;
  margin: -1px 2px 0 0;
}

.list .item h2 span.dianzan.cur {
  color: #ff6317;
}

.list .item h2 span.dianzan.cur.icon-buoumaotubiao16 {
  color: #ff6317;
}

.list .paging {
  text-align: center;
  margin: 60px 0;
}

.list .paging a,
.list .paging span {
  margin: 0 10px;
  font-size: 18px;
}

.list .paging a.cur,
.list .paging span.cur {
  background: #66a6ff;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  display: inline-block;
  line-height: 40px;
}

/******* exhibitionHall_home *****/
.exhibitionHall_home {
  /*margin-top:87px;*/
  padding: 10px 0;
}
.exhibitionHall_home .floor {
  margin-bottom: 30px;
  *height: 1%;
}

.exhibitionHall_home .floor:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

.exhibitionHall_home .floor h1 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

.exhibitionHall_home .floor h1:before {
  width: 2px;
  height: 15px;
  display: inline-block;
  vertical-align: middle;
  margin: -2px 5px 0 0;
  content: " ";
  background: #555;
}

.exhibitionHall_home .floor ul li {
  text-align: center;
}

.exhibitionHall_home .floor ul li .pic {
  position: relative;
}

.exhibitionHall_home .floor ul li .pic img {
  width: 100%;
  border-radius: 5px;
}

.exhibitionHall_home .floor ul li .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: center;
  top: 0;
  left: 0;
  z-index: 999;
  color: #fff;
  display: table;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

.exhibitionHall_home .floor ul li .txt p {
  display: table-cell;
  vertical-align: middle;
  font-size: 24px;
  font-weight: bold;
}
