﻿.outBoxFlagship {
  position: relative;
}

.outBoxFlagship .hd {
  position: absolute;
  width: 100%;
  z-index: 999;
  text-align: center;
  margin-top: 9px;
}

.outBoxFlagship .hd ul {
  display:block;
  border-bottom:#efefef solid 1px;
}

.outBoxFlagship .hd ul li {
  line-height: 45px;
  font-size: 20px;
  color: #333;
  background: #fff;
  padding: 0 25px;
  width: auto;
  position: relative;
  cursor: pointer;
  display:inline-block;

}

.outBoxFlagship .hd ul li.on {
  color: #1A4BB1;
  border-bottom: none;
}

.outBoxFlagship .hd ul li.on::before {
  content: "";
  position: absolute;
  border-bottom: 4px solid #1A4BB1;
  left: 0;
  bottom: -3px;
  width: 60%;
  left: 50%;
  margin-left: -30%;
}

.block-map {
  display: block;
  min-height: 500px
}

.block-list {
  padding-top: 60px;
}

/* localLists  */
.localLists {
  margin: 0 0 30px 0;
}

.localLists li {
  float: left;
  padding: 20px;

  box-sizing: border-box;
  width: 240px;
  position: relative;
}

.localLists li .list-item{
  box-shadow: 0px 1px 2px #ddd;
}

.localLists li .list-item>a {
  display: block;
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.localLists li .list-item img {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s;
}

.localLists li .list-item p {
  width: 100%;
  height: 65px;
  text-align: center;
}

.localLists li .list-item img:hover {
  transform: scale(1.1);
  transition: 0.3s;
}

.localLists li .list-item p a {
  line-height: 65px;
  font-size: 17px;
  color: #222;
}

.localLists li .tip-text {
  position: absolute;
  width: 200px;
  top: 20px;
  left:20px;
  height: 0;
  overflow: hidden;
  background: #fff;
  opacity: 0.8;
  text-align: center;
  font-size: 18px;

}

.localLists li.noLink .tip-text {
  height: 120px;
  line-height: 120px;
  transition: all 0.3s;
}

.localLists li:hover img {
  transform: scale(1.1);
  transition: 0.3s;
}

/*  */
.showProItem {
  display: none;
  border: 1px solid #5291EF;
  width: 240px;
  padding: 10px;
  border-radius: 5px;
  position: absolute;
  top: 270px;
  left: 334px;
  border: #ccc;
  z-index: 100;
  border-radius: 4px;
  text-align: center;
}

.showProItem .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.8;
  top: 0;
  left: 0
}

.showProItem.show {
  display: block;
}

.showProItem a {
  display: inline-block;
  width: 80%;
  text-align: center;
  color: #5291EF;
  padding: 10px 0;
  border: 1px solid #5291EF;
  position: relative;
  z-index: 200;
  margin: 8px 0;
  border-radius: 20px;
}

.showProItem a:hover {
  box-shadow: 0 0 4px #5291EF;
}