@charset "UTF-8";
body {
  min-width: 1280px;
}

.clear:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}

.clear {
  zoom: 1;
}

html, body {
  font-family: "黑体", "思源黑体", "Arial Normal", Arial;
}

.bw {
  width: 1280px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 auto;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  outline: none;
}

a:active, a:hover, a:focus {
  outline: none;
}

.artis {
  background-color: #fff;
}

.rtab {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  overflow: hidden;
  display: none;
}

.Tab {
  display: none;
}

.TabCrl {
  font-size: 0;
  padding-left: 14px;
}

.TabCrl li {
  cursor: pointer;
  line-height: 40px;
  font-size: 16px;
  min-width: 4em;
  display: inline-block;
  text-align: center;
  padding: .5em 0em;
  margin: 0 30px 0 10px;
}

.TabCrl li.current {
  border-bottom: 4px solid #ca1331;
}

.TabCon {
  background-color: #ebebeb;
}

.TabCon .productItem {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  padding: 10px 1em 2em 1em;
  font-size: 16px;
}

.TabCon .productItem button {
  width: auto;
  height: 35px;
  line-height: 35px;
  padding: 0 2em;
  background-color: #ca1331;
  border: none;
  color: #fff;
  margin: 10px auto;
  font-size: 14px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

.TabCon .productItem button:hover {
  background-color: #b51a2f;
}

.TabCon .productItem .inputbox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 100%;
  height: auto;
}

.TabCon .productItem .inputbox .input-group {
  line-height: 50px;
  font-size: 16px;
  color: #333;
}

.TabCon .productItem .inputbox .input-group input, .TabCon .productItem .inputbox .input-group select {
  width: auto;
  width: 140px;
  height: 30px;
  padding-left: .5em;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: left;
  display: inline-block;
  float: none;
  margin: 0;
  margin-right: 10px;
}

.TabCon .productItem .inputbox .input-group label {
  width: 6em;
  display: inline-block;
}

.TabCon .productItem .inputbox .pagebox {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
}

.TabCon .productItem .inputbox .pagebox span {
  padding-right: .5em;
  display: inline-block;
  line-height: 30px;
}

.TabCon .productItem .inputbox .pagebox label {
  width: 6em;
  display: inline-block;
}

.TabCon .productItem .inputbox .pagebox input, .TabCon .productItem .inputbox .pagebox select {
  min-width: 160px;
  height: 30px;
  padding-left: .5em;
  font-size: 14px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  text-align: left;
  display: inline-block;
  float: none;
  margin: 0;
  width: auto;
}

.TabCon .productItem .inputbox .pagebox button {
  width: 100px;
  border: none;
  color: #fff;
  font-size: 14px;
  height: 32px;
  background-color: #ca1331;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  margin: 0 10px;
}

.TabCon .productItem .inputbox .pagebox .reset {
  background-color: royalblue;
}

.mapw {
  display: none;
}

.mapch {
  background-color: #fff;
}

#bubble {
  width: auto;
  background-color: #fff;
  height: auto;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: absolute;
  float: left;
  border: 2px solid #ccc;
  z-index: 10000;
}

#bubble .arrow {
  top: 100%;
  position: absolute;
  margin-top: 0px;
  margin-left: 20px;
}

#bubble .bubbleBox {
  padding: .5em 1em;
}

#bubble .bubbleBox li {
  font-size: 14px;
  line-height: 20px;
  color: #000;
}

#bubble .bubbleBox li:hover {
  color: #ca1331;
  text-decoration: underline;
}

#bubble .bubbleBox li:hover a {
  color: #ca1331;
}

.mapDetail {
  display: none;
  height: auto;
  font-size: 14px;
}

.mapDetail button {
  margin: 1em;
}

.mapDetail .commonInfo, .mapDetail .public, .mapDetail .mapArea {
  margin-bottom: 60px;
}

.mapDetail .commonTitle {
  margin: 30px auto;
}

.mapDetail .piece, .mapDetail .title {
  margin: 0 auto;
  display: block;
  width: 10px;
  height: 10px;
  line-height: 20px;
  display: inline-block;
  font-size: 20px;
}

.mapDetail .title {
  width: auto;
  padding: 0 1em;
}

.mapDetail .commonInfo, .mapDetail .titlePublic {
  width: 100%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 0 10px;
  text-align: center;
}

.mapDetail p {
  text-align: center;
}

.mapDetail p span {
  padding: 0 .5em;
  font-size: 16px;
  font-weight: 600;
}

.mapDetail .infoGroup {
  font-size: 14px;
  text-align: left;
  line-height: 30px;
  width: 100%;
}

.mapDetail .infoGroup em {
  font-weight: 600;
}

.mapDetail .infoGroup .l {
  float: left;
}

.mapDetail .infoGroup .r {
  float: right;
}

.mapDetail .public {
  height: auto;
}

.showlist {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin-bottom: 20px;
  overflow: hidden;
}

.showlist li {
  list-style: none;
  color: red;
  height: 54px;
  line-height: 54px;
  font-size: 14px;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  padding-left: 2em;
}

.showlist li a {
  display: inline-block;
  width: 80%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.showlist li span {
  float: right;
  width: 18%;
  text-align: center;
}

.showlist li a, .showlist li span {
  color: #000;
}

.showlist li a:hover {
  color: #ca1331;
  text-decoration: underline;
}

.showlist li:before {
  position: absolute;
  display: block;
  width: 5px;
  height: 16px;
  content: '';
  background-image: url("/img/idxArrow.png");
  top: 18px;
  left: .8em;
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/img/idxArrow.png',sizingMethod='scale');
}

.allmap {
  width: 100%;
  height: 300px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  border: 1px solid #ccc;
  font-family: '黑体', '思源宋体';
}

.anchorBL {
  display: none;
}

#showJjry, #showYxry {
  display: none;
}

.productItem td a {
  color: blue;
}

.productItem td a:hover {
  text-decoration: underline;
}

.productItem h3 {
  color: #d42340;
  font-size: 14px;
}

.productItem h3 i {
  font-weight: bold;
}

.keeptouch tr {
  padding: 0;
  font-size: 0;
}

.keeptouch tr td:first-child {
  text-align: center;
}

.keeptouch tr td {
  vertical-align: center;
  vertical-align: top;
  padding: 1em;
  position: relative;
  text-align: left;
}

.keeptouch tr img {
  width: 180px;
}
