/*
 *base style
 *author:chenwei X1 X2
*/
body{
  background-color: #f5f5f5;
}
.wrapper{
  margin-left: auto;
  margin-right: auto;
  width: 960px;
}
.left,
.sub-left{
  float: left;
}
/*---icon---*/
.icon{
  display: inline-block;
  vertical-align: middle;
  _vertical-align: baseline;
}
.icon-subway{
  height: 24px;
  width: 24px;
  background-image: url(../images/subway.png);
}
/*---btn---*/
.btn{
  border-radius: 3px;
}
.btn-impt,
button.btn-impt{
  background-color: #ff6600;
  color: #FFFFFF;
}
.btn-impt:hover{
  background-color: #ff6b09;
  -webkit-box-shadow: 0 0 3px rgb(217,87,0);
  -moz-box-shadow:  0 0 3px rgb(217,87,0);
  box-shadow:  0 0 3px rgb(217,87,0);
}
.btn-lg{
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 36px;
  padding-right: 36px;
  font-size: 16px;
}
/*---modular---*/
.md{
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  background-color: #ffffff;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
}
.md .md-hd{
  font-size: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
  position: relative;
  _zoom:1;
}
.md .md-hd a{
 	color:black;
}
.md .md-bd{
  /*padding-top: 8px;*/
  /*padding-bottom: 8px;*/
}
.md .md-normal{
  padding: 10px 20px
}
/*---tabs---*/
.tab-md .md-hd{
  padding-top: 0px;
  padding-bottom: 0px;
}
.tab-hd{
  color: #9c9c9c;
}
.tab-hd .tab-hd-item{
  position: relative;
  z-index: 2;
  display: inline-block;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 10px;
  padding-bottom: 14px;
}
.tab-hd .tab-hd-item.current{
  background: url("../images/oncur.jpg") no-repeat bottom center;
  color: #3c3c3c;
}
.hd-line{
  position: absolute;
  left: 0px;
  bottom: 3px;
  width: 100%;
  height: 1px;
  line-height: 1px;
  overflow: hidden;
  background-color: #dcdcdc;
  z-index: 1;
}
/*color*/
.color-whitesmoke{
  color: #9c9c9c;
}
.color-impt{
  color: #ea0000;
}
.color-blue{
  color: #0083de;
}
/*
 *matou style
 *inex.html
 *2015-09-29
*/
.sub-title{
  font-size: 16px;
  font-weight: bold;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.mt-bd{
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 10px;
}
.mtou-md .mt-bd a{
  margin-right: 20px;
  font-size: 12px;
  margin-bottom: 10px;
  display: inline-block;
}
.md .right ul{
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 20px;
}
.md .right li{
  float: left;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.md .right .sub-title{
  padding-bottom: 10px;
}
.cpshike-md .right li{
  float: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cpiao-md .right li{
  width: 33.33%;
  padding-bottom: 15px;
}
.cpwenda-md .right li{
  width: 25%;
  padding-bottom: 10px;
}
.cpiao-md .right li a{
  color: #3c3c3c;
}
.md .left .left-bd{
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
}
.cpshike-md .left .left-bd{
  padding-bottom: 20px;
  padding-top: 20px;
}
.cpxl-tb{
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.cpxl-tb td{
  width: 25%;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px  dashed #dcdcdc;
}
.wd-type{
  color: #6c6c6c;
  font-weight: normal;
  float: right;
  width: 30%;
}
.sub-title b{
  *float: left;
}
.sub-title .wd-type span{
  font-size: 14px;
}
.wd-type span{
  float: left;
  width: 50%;
  text-align: center;
  *display: inline-block;
}
.cpwenda-md .left .sub-title,
.cpshike-md .left .sub-title{
  border-bottom: 1px solid #ccc;
}
.cpwenda-md .left .cpwenda-bd{
  padding-top: 0px;
}
.wenda-item{
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px dotted #cccccc;
}
.wenda-item:first-child{
  border-width: 0px;
}
.wenda-item .wd-question{
  float: left;
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.cpshike-md .tabs-subtitle{
  padding-bottom: 0px;
  padding-top: 0px;
  height: 60px;
  line-height: 60px;

}
.tabs-subtitle span{
  font-weight: normal;
  float: left;
  margin-right: 40px;
  display: block;
  height: 65px;
  cursor: pointer;
}
.tabs-subtitle span.current{
  font-weight: bold;
  background-image: url(../imgs/tabs-current.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.trains-item{
  padding-top: 12px;
  padding-bottom: 12px;
}
.trains-item span{
  float: left;
}
.trains-item .train-nums{
  width: 70px;
  padding-left: 12px;
}
.trains-item .train-line{
  width: 160px;
}
.trains-item .train-type{
  width: 20%;
}
/*detail style
 *details.html
 *2015-10-02
*/
.detail-md .md-bd{
  margin-bottom: 20px;
}
.detail-station,
.info-station{
  margin-bottom: 10px;
}
.detail-viewimg{
  float: left;
  margin-right: 20px;
}
.details-words{
  line-height: 1.6;
  font-size: 14px;
}
.details-words p{
  text-indent: 2em;
  margin-bottom: 5px;
}
.info-station .info-left{
  width: 50%;
  float: left;
}
.info-item{
  line-height: 32px;
  border-bottom: 1px dotted #dcdcdc;
}
.info-item dt{
  font-weight: bold;
  color: #9c9c9c;
  width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
}
.info-item dd{
  margin-left: 105px;
}
/*fix*/
.trains-item{
  float: left;
  width: 324px;
  border-right: 1px dashed #dcdcdc;
}
.trains-item .train-trip{
  width: 80px;
  color: #9c9c9c;
}
.trains-item .train-nums{
  color: #ff6600;
}
.trains-item .train-line a{
  color: #0083DE;
}
.trains-item .train-line a:hover{
  color: #ff6600;
}
.cpshike-md .right{
  height: 318px;
}
.cpiao-md .right{
  height: 310px;
}
.searcher{
  width: 610px;
  float: left;
}
.searcher .md-bd{
  padding-top: 44px;
  padding-bottom: 44px;
  _padding-top: 40px;
  _padding-bottom: 40px;
}
.md-bd .form-item label{
  font-size: 14px;
  display: inline-block;
  width: 70px;
  text-align: right;
  padding-right: 10px;
}
.change-station{
  height: 1px;
  display: block;
  width: 60px;
  background-color: #cccccc;
  position: relative;
  margin-top: 15px;
}
.change-station a{
  display: block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  background-color: #cccccc;
  position: absolute;
  color: #ffffff;
  left: 50%;
  margin-left: -8px;
  top: -8px;
}
.change-station a:hover{
  background-color: #0083de;
  color: #ffffff;
}
.searcher .form-item{
  width: 275px;
  float: left;
}
.searcher .form-block{
  width: 100%;
}
.searcher .changes{
  float: left;
  height: 34px;
}
.form-inpt{
  padding:9px 8px;
  border-radius: 2px;
  border: 1px solid #bbbbbb;
  width: 157px;
}
.form-block .form-inpt{
  width: 470px;
}
.form-btn-item{
  text-align: center;
  padding-top: 40px;
}
.form-btn-item .btn{
  width: 180px;
  height:38px;
  background-color:#ff6600;
}
.box-ft{
  padding-top: 15px;
  padding-bottom: 5px;
  padding-left: 10px;
  border-top: 1px solid #dcdcdc;
  color: #9c9c9c;
}
.box-ft a{
  margin-right: 10px;
}
.cont-hd .ad-box{
  float: right;
  width: 300px;
  height: 290px;
  margin-right: -10px;
  _margin-right: -5px;
}
.md-ft .ad-box{
  float: left;
}
/**/
.cont-bd{
  margin-top: -10px;
}
.cont-bd .left{
  width: 700px;
}
.detail-md .sub-left{
  width: 350px;
}
.detail-md .sub-right{
  margin-left: 370px;
  _margin-left: 0px;
}
.detail-md dl{
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dcdcdc;
  width: 100%;
}
.detail-md dl dt{
  float: left;
  font-weight: 700;
  width: 80px;
  color: #9c9c9c;
}
.detail-md dl dd{
  margin-left: 80px;
}
.detail-md .md-ft{
  padding-bottom: 20px;
}
.detail-md .ad-show{
  float: left;
}
.add338x280{
  height: 220px;
  width: 328px;
}
.color-impt{
  color: #ea0000;
}
.subway-line .bd-item .item-lists{
  padding: 10px 4px;
  border-bottom: 1px dotted #dcdcdc;
}
.subway-line .bd-item .item-lists:last-child{
  border-bottom: 0px dotted #dcdcdc;
}
.subway-line .bd-item dt{
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 14px;
}
.line-color{
  display: inline-block;
  padding:2px 8px;
  background-color: #9c9c9c;
  color: #ffffff;
  border-radius: 3px;
  margin-right: 8px;
  font-size: 12px;
}
.color-purple{
  background-color:purple;
}
.color-steelblue{
  background-color: steelblue;
}
.color-soilyellow{
  background-color: #e9cc30;
}
.color-orange{
  background-color: #ff6600;
}
.subway-line .bd-item dd{
  line-height: 26px;
}
.subway-line dd a{
  margin-right: 10px;
}
.subway-info .md-bd{
  color: #6c6c6c;
  font-size: 14px;
  line-height: 1.6;
}
.subway-info .md-bd p{
  margin-bottom: 10px;
  text-indent: 2em;
}
.subway-hotline ul li{
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
 width: 25%; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; color: #9c9c9c;
}
.subway-hotline li a{
  color: #9c9c9c;
}
.subway-hotline li a:hover{
  color: #ff6600;
}
.subway-hotline .md-bd{
  padding-bottom: 10px;
}
.cont-bd .right{
  margin-left: 710px;
  padding-top: 10px;
  _margin-left: 0px;
  _float: right;
  _width:240px;
}
.cont-bd .right .ad-md{
  height: 250px;
  width: 250px;
}
.website-nav ul{
  margin-bottom: 10px;
}
.website-nav ul li{
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 5px;
  border-bottom: 1px dotted #dcdcdc;
}
.subway-open dl{
  padding: 5px;
  border-bottom: 1px dotted #dcdcdc;
}
.subway-open dl dt{
  color: #9c9c9c;
  margin-bottom: 10px;
}
.subway-open .md-bd{
  margin-bottom: 10px;
}
.subway-open dl a{
  color: #6c6c6c;
  margin-right: 13px;
  margin-bottom: 10px;
  display: inline-block;
}
.subway-open dl a:hover{
  color: #ff6600;
}
.cont-bd{
  margin-bottom: 20px;
}
/**/
.subway-times table{
  border-top: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
}
.subway-times table td{
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}
.subway-times .table-hd{
  font-weight: 700;
}
.subway-times .md-hd{
  text-align: center;
  margin-bottom: 10px;
}
.subway-times .md-bd{
  margin-bottom: 10px;
}
/*.subway-line*/
.md .md-hd-s{
  font-size: 14px;
  font-weight: 100;
}
.subway-line .md-hd-s{
  height: 44px;
  padding-right: 60px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  _width: 598px;
}
.md-hd .more{
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 3;
  display: block;
  height: 40px;
  line-height: 40px;
  width: 60px;
  text-align: center;
  background-color: #FFFFFF;
}
.baid-share{
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left:60px;
}
.baid-share .left-move{
	float:left;
	margin-left:-60px;
	margin-top:5px;
	color:#ff6600;
}
.tab-md .tab-hd-item a{
  color: #9c9c9c;
}
/*.subway-outer*/
.subway-outer .bd-item{
  padding-top: 20px;
}
.subway-outer .item-list{
  float: left;
  padding: 10px 20px;
  border-right: 1px solid #dcdcdc;
  min-height: 120px;
  min-width: 80px;
}
.item-list h3{
  font-size: 18px;
  font-family: sans-serif;
  font-weight: 700;
}
.item-list h3 span{
  font-size: 14px;
  font-weight: 100;
}
.item-list .bd{
  padding-left: 20px;
}
.item-list .bd a{
  color: #9c9c9c;
}
/*subway-change*/
.subway-change .md-bd li,
.govlist-md .md-bd li{
  width: 25%;
  float: left;
  margin-bottom: 10px;
}
.subway-change .md-bd li a,
.govlist-md .md-bd li a{
  color: #6c6c6c;
  font-size: 14px;
}
.subway-change .md-bd li a:hover,
.govlist-md .md-bd li a:hover{
  color:#FF6600;
}
/*subway-news*/
.subway-news ul{
  _overflow: hidden;
  _width: 196px;
}
.subway-news li{
  padding-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.subway-news li a{
  color: #9c9c9c;
}
.subway-news li a:hover{
  color: #FF6600;
}
.hd-tips{
  color: #9c9c9c;
  float: right;
  font-size: 12px;
  font-weight: 100;
}
.stations{
  border-left: 4px solid #00a9D9;
  padding-left: 30px;
  margin-right: 50px;
  font-size: 14px;
  margin-left: 15px;
  position: relative;
}
.stations li{
  height: 48px;
  line-height: 48px;
  position: relative;
}
.stations li.st-hd,
.stations li.st-mdl,
.stations li.st-ft{
  height: 22px;
  line-height: 22px;
}
.stations li.st-hd{
  margin-bottom: 10px;
}
.stations li.st-mdl{
  margin-top: 10px;
  margin-bottom: 10px;
}
.stations li.st-ft{
  margin-top: 10px;
  margin-bottom: 20px;
}
.stations li .icon{
  display: block;
  position: absolute;
  left: -42px;
  height: 18px;
  line-height: 18px;
  width: 18px;
  text-align: center;
  background-color: #6c6c6c;
  font-size: 12px;
  font-style: normal;
  border-radius: 16px;
  color: #FFFFFF;
  border: 2px solid #FFFFFF;
}
.stations li.st-hd .icon{
  margin-top: -1px;
  _margin-top: -3px;
}
.stations li.st-mdl .icon{
  margin-top: 1px;
  _margin-top: -4px;
}
.stations li.st-ft .icon{
  margin-top: 1px;
  _margin-top: -2px;
}
.stations li .icon-start{
  background-color: green;
}
.stations li .icon-change{
  background-color: darkgray;
}
.stations li .icon-destination{
  background-color: red;
}
.subway-stations .md-bd{
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.subway-stations .color-whitesmoke{
  font-size: 12px;
}
.right-words{
  font-size: 12px;
  color: #9c9c9c;
  float: right;
}
.stations-total{
  padding-top: 20px;
  padding-left: 10px;
  border-top: 1px dotted #dcdcdc;
}
.vertical-line{
  color: #cccccc;
  margin-left: 10px;
  margin-right: 10px;
}
.subway-stations .ad-box{
  position: absolute;
  top: 40px;
  right: 20px;
}
.special-md ul ,
.recent-join ul{
  overflow: hidden;
  _zoom:1;
}
.recent-join li{
  float: left;
  width: 20%;
  _width:19%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 5px;
  margin-bottom: 5px;
}
.recent-join li a{
  color: #9c9c9c;
}
.recent-join li a:hover{
  color: #FF6600;
}
.fullstation-md dl{
  margin-top: 5px;
  margin-bottom: 5px;
}
.fullstation-md dl dt{
  float: left;
  width: 100px;
}
.fullstation-md dl dd{
  margin-left: 110px;
}
.fullstation-md dl dd a{
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
  color: #9c9c9c;
}
.govlist-md .md-bd li{
  width: 20%;
}
.special-md .md-bd{
  padding-top: 10px;
  padding-bottom: 10px;
}
.special-md li{
  float: left;
  width: 30.33%;
  text-align: center;
}
.special-md li img{
  margin-bottom: 10px;
  display: inline-block;
}
.special-md li span{
  display: block;
  clear: both;
  margin-bottom: 10px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  margin-left:5px;
  margin-right:5px;
}

.md-hd h3{
	font-weight:700;
}

.crumbs {
width: 960px;
margin: 0 auto;
line-height: 30px;
font-family: SimSun;
}

.gonggao { background: none repeat scroll 0 0 #fff; border: 1px solid #f90; color: #fe6500; line-height: 22px; margin: 10px auto; padding: 5px 10px; width: 938px;}

.wxLogo{width:20px;height:16px;display: inline-block;background:url(http://img.114piaowu.com/styles/common/images/wxLogo.png) no-repeat;background-size:20px 16px;margin-top:1px;position:relative;top: 5px;}
.wxLogo:hover .smdl{display:block;}
.smdl{position:absolute;top:24px;left:-23px;display:none; text-align:center;z-index:1;width:200px;}
.smdl dd{font-size:0;}
.smdl dt{background:#fff;font-size:14px;color:#000;}
.wxewm{position:absolute;top:24px;left:-23px;display:none;}