/* line 5, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, C:/Ruby23/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, ../sass/screen.sass */
body {
  font-size: 16px;
  overflow-x: hidden;
}
/* line 7, ../sass/screen.sass */
body.active {
  overflow: hidden;
}
/* line 9, ../sass/screen.sass */
body.active .all_box {
  transform: translateX(235px);
  -ms-transform: translateX(235px);
  -webkit-transform: translateX(235px);
}
/* line 13, ../sass/screen.sass */
body.active .mob_menu {
  transform: translateX(235px);
  -ms-transform: translateX(235px);
  -webkit-transform: translateX(235px);
}

/* line 17, ../sass/screen.sass */
.talk_box {
  width: 257px;
  background: rgba(255, 198, 0, 0.9);
  box-sizing: border-box;
  padding: 10px 20px;
  position: absolute;
}
/* line 23, ../sass/screen.sass */
.talk_box::after {
  content: "";
  width: 13px;
  height: 17px;
  display: block;
  background: url(../images/talk_box.png);
  position: absolute;
  bottom: -17px;
  left: 50%;
  margin-left: -8px;
}
/* line 33, ../sass/screen.sass */
.talk_box h3 {
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
/* line 37, ../sass/screen.sass */
.talk_box h3 .t_close {
  position: absolute;
  right: -6px;
  top: 8px;
  cursor: pointer;
}
/* line 42, ../sass/screen.sass */
.talk_box h3::after {
  content: "";
  width: 34px;
  height: 30px;
  display: inline-block;
  background: url(../images/love.png);
  vertical-align: middle;
  color: #4D4D4D;
  margin-left: 8px;
}
/* line 51, ../sass/screen.sass */
.talk_box .content {
  background: rgba(255, 255, 255, 0.6);
  margin-top: 4px;
}
/* line 56, ../sass/screen.sass */
.talk_box .content table tr td {
  height: 33px;
}
/* line 58, ../sass/screen.sass */
.talk_box .content table tr td:nth-of-type(1) {
  text-align: right;
  width: 78px;
}
/* line 61, ../sass/screen.sass */
.talk_box .content table tr td:nth-of-type(2) {
  width: 140px;
  text-align: left;
  padding-left: 15px;
}

/* line 69, ../sass/screen.sass */
.mobile_Language {
  height: 45px;
  background: #00BDD4;
}
/* line 72, ../sass/screen.sass */
.mobile_Language a {
  color: #fff;
  text-decoration: none;
  line-height: 45px;
  margin-left: 15px;
  font-size: 16px;
  font-weight: bold;
}

/* line 80, ../sass/screen.sass */
.mmbtn {
  position: absolute;
  left: 15px;
  top: 15px;
  cursor: pointer;
  z-index: 555;
  display: none;
}

/* line 89, ../sass/screen.sass */
#logo {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 3;
  width: 127px;
}

/* line 96, ../sass/screen.sass */
.mob_menu {
  width: 235px;
  transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  height: 100vh;
  position: relative;
  float: left;
  transition: all 1s;
  -webkit-transition: all 1s;
  -ms-transition: all 1s;
  margin-left: -235px;
  background: #cccccc;
  background: -moz-linear-gradient(left, #cccccc 0%, #e6e6e6 4%, white 100%);
  background: -webkit-linear-gradient(left, #cccccc 0%, #e6e6e6 4%, white 100%);
  background: linear-gradient(to right, #cccccc 0%, #e6e6e6 4%, white 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#ffffff',GradientType=1 );
  display: none;
}
/* line 115, ../sass/screen.sass */
.mob_menu .m_menu > li {
  min-height: 45px;
  display: block;
  width: 100%;
  text-align: left;
  line-height: 45px;
  box-sizing: border-box;
  border-bottom: 1px solid #ccddd4;
}
/* line 123, ../sass/screen.sass */
.mob_menu .m_menu > li > ul {
  display: none;
  overflow: hidden;
}
/* line 126, ../sass/screen.sass */
.mob_menu .m_menu > li > ul li {
  width: 50%;
  float: left;
  height: 46px;
  background: #C2DD1E;
  color: #fff;
  line-height: 46px;
  color: #013252;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  padding-left: 15px;
}
/* line 138, ../sass/screen.sass */
.mob_menu .m_menu > li > ul li a {
  color: #4D4D4D;
  text-decoration: none;
}
/* line 141, ../sass/screen.sass */
.mob_menu .m_menu > li > a {
  font-size: 18px;
  text-decoration: none;
  color: #4D4D4D;
  position: relative;
  width: 100%;
  display: block;
  padding: 0px 15px;
  box-sizing: border-box;
}
/* line 151, ../sass/screen.sass */
.mob_menu .m_menu > li > a.down::after {
  width: 19px;
  height: 10px;
  background: url(../images/down.png);
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -5px;
}
/* line 162, ../sass/screen.sass */
.mob_menu .m_menu > li > a.down.up::after {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}
/* line 166, ../sass/screen.sass */
.mob_menu .m_menu > li > a::before {
  width: 30px;
  height: 30px;
  background: url(../images/menu_icon.png) no-repeat 0px 0px;
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}
/* line 175, ../sass/screen.sass */
.mob_menu .m_menu > li > a.m2::before {
  background: url(../images/menu_icon.png) no-repeat -45px 0px;
}
/* line 178, ../sass/screen.sass */
.mob_menu .m_menu > li > a.m3::before {
  background: url(../images/menu_icon.png) no-repeat -93px 0px;
}
/* line 181, ../sass/screen.sass */
.mob_menu .m_menu > li > a.m4::before {
  background: url(../images/menu_icon.png) no-repeat -143px 0px;
}
/* line 184, ../sass/screen.sass */
.mob_menu .m_menu > li > a.m5::before {
  background: url(../images/menu_icon.png) no-repeat -187px 0px;
}

/* line 188, ../sass/screen.sass */
.all_box {
  transform: translateX(0px);
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  position: relative;
  float: left;
  transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
  width: 100%;
}

/* line 200, ../sass/screen.sass */
.Language {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 3;
  color: #fff;
}
/* line 206, ../sass/screen.sass */
.Language a {
  color: #fff;
  text-decoration: none;
}

/* line 210, ../sass/screen.sass */
.t_icon {
  width: 253px;
  height: 185px;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: -1;
}
/* line 217, ../sass/screen.sass */
.t_icon.p1 {
  background: url(../images/t_icon.png) 0px 0px;
}
/* line 219, ../sass/screen.sass */
.t_icon.p2 {
  background: url(../images/t_icon.png) 0px 182px;
}

/* line 222, ../sass/screen.sass */
.traffic_menu, .traffic_emenu {
  overflow: hidden;
  text-align: center;
  background: #c2dd1e;
  padding: 15px 0px;
}
.traffic_emenu, .traffic_emenu {
  overflow: hidden;
  text-align: center;
  background: #c2dd1e;
  padding: 15px 0px;
}
/* line 227, ../sass/screen.sass */
.traffic_menu a {
  width: 128px;
  height: 128px;
  background: url(../images/traffic_icon.png) no-repeat 0px 0px;
  display: inline-block;
  position: relative;
  margin: 0px 8px;
}
.traffic_emenu a {
  width: 128px;
  height: 128px;
  background: url(../images/traffic_eicon.png) no-repeat 0px 0px;
  display: inline-block;
  position: relative;
  margin: 0px 8px;
}
/* line 234, ../sass/screen.sass */
.traffic_menu a:nth-of-type(2) {
  background: url(../images/traffic_icon.png) no-repeat -172px 0px;
}
.traffic_emenu a:nth-of-type(2) {
  background: url(../images/traffic_eicon.png) no-repeat -172px 0px;
}
/* line 236, ../sass/screen.sass */
.traffic_menu a:nth-of-type(3) {
  background: url(../images/traffic_icon.png) no-repeat -336px 0px;
}
.traffic_emenu a:nth-of-type(3) {
  background: url(../images/traffic_eicon.png) no-repeat -336px 0px;
}
/* line 238, ../sass/screen.sass */
.traffic_menu a:nth-of-type(4) {
  background: url(../images/traffic_icon.png) no-repeat -503px 0px;
}
.traffic_emenu a:nth-of-type(4) {
  background: url(../images/traffic_eicon.png) no-repeat -503px 0px;
}
/* line 240, ../sass/screen.sass */
.traffic_menu a:nth-of-type(5) {
  background: url(../images/traffic_icon.png) no-repeat -665px 0px;
}
.traffic_emenu a:nth-of-type(5) {
  background: url(../images/traffic_eicon.png) no-repeat -665px 0px;
}
/* line 242, ../sass/screen.sass */
.traffic_menu a:nth-of-type(6) {
  background: url(../images/traffic_icon.png) no-repeat -818px 0px;
}
.traffic_emenu a:nth-of-type(6) {
  background: url(../images/traffic_eicon.png) no-repeat -818px 0px;
}
/* line 244, ../sass/screen.sass */
.traffic_menu a::after, 
.traffic_emenu a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 16px;
  display: block;
  left: 50%;
  margin-left: -15px;
  bottom: -25px;
  background: url(../images/menu-arrow-w.png);
  display: none;
}
/* line 256, ../sass/screen.sass */
.traffic_menu a.active::after,
.traffic_emenu a.active::after  {
  display: block;
}

/* line 260, ../sass/screen.sass */
.g_search button {
  width: 180px;
  height: 38px;
  background: #C2DD1E;
  text-align: center;
  border: 0px;
  border-radius: 6px;
  font-size: 20px;
  font-weight: 500;
  margin: 15px 0px 0px 120px;
}
/* line 270, ../sass/screen.sass */
.g_search button::before {
  content: "";
  width: 17px;
  height: 17px;
  display: inline-block;
  background: url(../images/g_search.png);
  margin: 0px 6px;
}

/* line 279, ../sass/screen.sass */
.inpage-index-kv {
  height: 267px;
  width: 100%;
  background: url(../images/kv_bg.jpg);
  overflow: hidden;
  position: relative;
  border-top: 5px solid #7F8897;
  border-bottom: 5px solid #FFC602;
}
/* line 287, ../sass/screen.sass */
.inpage-index-kv img.in-house {
  position: absolute;
  width: 100%;
  bottom: 0px;
}
/* line 291, ../sass/screen.sass */
.inpage-index-kv img.in-kv-title {
  position: absolute;
  left: 50%;
  bottom: -5px;
  margin-left: -617px;
}

/* line 297, ../sass/screen.sass */
.index-kv {
  height: 555px;
  background: url(../images/kv_bg.jpg);
  overflow: hidden;
  position: relative;
  border-top: 5px solid #7F8897;
  border-bottom: 5px solid #FFC602;
}
/* line 304, ../sass/screen.sass */
.index-kv .house {
  width: 100%;
  position: absolute;
  bottom: 0px;
}
/* line 308, ../sass/screen.sass */
.index-kv .kv-title {
  position: absolute;
  bottom: -3px;
  z-index: 2;
  left: 50%;
  margin-left: -635px;
}

/* line 315, ../sass/screen.sass */
.menu_box {
  width: 100%;
  height: 104px;
  background: white;
  background: -moz-linear-gradient(top, white 0%, #e6e6e6 91%, #e6e6e6 91%, #cccccc 100%);
  background: -webkit-linear-gradient(top, white 0%, #e6e6e6 91%, #e6e6e6 91%, #cccccc 100%);
  background: linear-gradient(to bottom, white 0%, #e6e6e6 91%, #e6e6e6 91%, #cccccc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 );
  border-bottom: 10px solid #C2DD1E;
}
/* line 324, ../sass/screen.sass */
.menu_box .menu {
  height: 66px;
  width: 1000px;
  float: left;
  margin-top: 15px;
}
/* line 329, ../sass/screen.sass */
.menu_box .menu a {
  width: 199px;
  height: 66px;
  float: left;
  text-align: center;
  font-size: 20px;
  border-left: 1px solid #4C4C4C;
  color: #4D4D4D;
  position: relative;
  cursor: pointer;
  text-decoration: none;
  color: #4D4D4D;
}
/* line 341, ../sass/screen.sass */
.menu_box .menu a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 16px;
  display: block;
  left: 50%;
  margin-left: -15px;
  bottom: -25px;
  background: url(../images/menu-arrow.png);
  display: none;
}
/* line 353, ../sass/screen.sass */
.menu_box .menu a.active::after {
  display: block;
}
/* line 355, ../sass/screen.sass */
.menu_box .menu a::before {
  content: "";
  background: url(../images/menu_icon.png);
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
/* line 364, ../sass/screen.sass */
.menu_box .menu a:nth-of-type(2)::before {
  background: url(../images/menu_icon.png);
  background-position: -45px 0px;
}
/* line 368, ../sass/screen.sass */
.menu_box .menu a:nth-of-type(3)::before {
  background: url(../images/menu_icon.png);
  background-position: -93px 0px;
}
/* line 372, ../sass/screen.sass */
.menu_box .menu a:nth-of-type(4)::before {
  background: url(../images/menu_icon.png);
  background-position: -143px 0px;
}
/* line 375, ../sass/screen.sass */
.menu_box .menu a:nth-of-type(5) {
  width: 198px;
  border-right: 1px solid #333;
}
/* line 378, ../sass/screen.sass */
.menu_box .menu a:nth-of-type(5)::before {
  background: url(../images/menu_icon.png);
  background-position: -187px 0px;
}

/* line 382, ../sass/screen.sass */
.container {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}

/* line 387, ../sass/screen.sass */
.myFavourite_search {
  padding: 30px 0px 50px 0px;
}
/* line 391, ../sass/screen.sass */
.myFavourite_search .search_result tr td, .myFavourite_search .search_result tr th {
  text-align: left;
  height: 45px;
}
/* line 394, ../sass/screen.sass */
.myFavourite_search .search_result tr td .close, .myFavourite_search .search_result tr th .close {
  width: 30px;
  height: 30px;
  display: inline-block;
  background: url(../images/close.png);
  cursor: pointer;
}
/* line 400, ../sass/screen.sass */
.myFavourite_search .search_result tr td.center, .myFavourite_search .search_result tr th.center {
  text-align: center;
}
/* line 402, ../sass/screen.sass */
.myFavourite_search .search_result tr td:nth-of-type(1), .myFavourite_search .search_result tr th:nth-of-type(1) {
  padding-left: 30px;
}
/* line 404, ../sass/screen.sass */
.myFavourite_search .search_result tr:nth-child(odd) {
  border: 0px;
}

/* line 410, ../sass/screen.sass */
.search_box .search_item li {
  padding: 10px 0px;
  display: block;
  overflow: hidden;
}
/* line 414, ../sass/screen.sass */
.search_box .search_item li > * {
  display: block;
  float: left;
}
/* line 417, ../sass/screen.sass */
.search_box .search_item li span {
  height: 30px;
  width: 195px;
  line-height: 30px;
  background: url(../images/search_item_icon.png) no-repeat 0px 8px;
  box-sizing: border-box;
  padding-left: 20px;
  font-size: 18px;
}
/* line 425, ../sass/screen.sass */
.search_box .search_item li select {
  width: 260px;
  height: 30px;
  color: #4D4D4D;
  background: #E7ECEC;
  border-radius: 3px;
  box-sizing: border-box;
  padding-left: 8px;
  margin-right: 10px;
}
/* line 434, ../sass/screen.sass */
.search_box .search_item li select.calendar {
  width: 140px;
}
/* line 436, ../sass/screen.sass */
.search_box .search_item li select:nth-of-type(2).timer {
  width: 110px;
  margin-left: 0px;
}
/* line 439, ../sass/screen.sass */
.search_box .search_item li select:nth-of-type(2) {
  margin-left: 40px;
}
/* line 441, ../sass/screen.sass */
.search_box .search_item li button {
  width: 30px;
  height: 30px;
  background: #00BDD4;
  background-image: url(../images/search_btn.png);
  background-position: center;
  background-repeat: no-repeat;
  border: 0px;
  border-radius: 3px;
  cursor: pointer;
}
/* line 454, ../sass/screen.sass */
.search_box .search_item.ic li span {
  width: 120px;
}
/* line 456, ../sass/screen.sass */
.search_box .search_item.ic li select {
  width: 623px;
}
/* line 458, ../sass/screen.sass */
.search_box .search_item.ic li select.Go {
  width: 265px;
}
/* line 463, ../sass/screen.sass */
.search_box .search_item.ic li button.add {
  background-image: url(../images/add.png);
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 30px;
}
/* line 468, ../sass/screen.sass */
.search_box .search_item.ic li input[type="radio"] {
  width: 21px;
  height: 21px;
  /*display: none;*/
}
/* line 472, ../sass/screen.sass */
.search_box .search_item.ic li input[type="radio"] + label::before {
  content: "";
  padding-left: 25px;
  display: inline-block;
  height: 24px;
  background: url(../images/radio_btn.png) no-repeat -30px 0px;
  vertical-align: middle;
  margin-right: 5px;
}
/* line 480, ../sass/screen.sass */
.search_box .search_item.ic li input[type="radio"]:checked + label::before {
  background: url(../images/radio_btn.png) no-repeat -3px 0px;
}
/* line 482, ../sass/screen.sass */
.search_box .search_item.ic li label {
  display: block;
}
/* line 484, ../sass/screen.sass */
.search_box .search_item.ic li label.bus::after {
  content: "";
  width: 40px;
  height: 24px;
  display: inline-block;
  background: url(../images/traffic_select.png) no-repeat 0px 0px;
}
/* line 490, ../sass/screen.sass */
.search_box .search_item.ic li label.car::after {
  content: "";
  width: 40px;
  height: 24px;
  display: inline-block;
  background: url(../images/traffic_select.png) no-repeat -39px 0px;
}
/* line 496, ../sass/screen.sass */
.search_box .search_item.ic li label.walk:after {
  content: "";
  width: 40px;
  height: 24px;
  display: inline-block;
  background: url(../images/traffic_select.png) no-repeat -85px 0px;
}
/* line 502, ../sass/screen.sass */
.search_box .search_item.ic li strong {
  font-size: 18px;
  margin-right: 25px;
}
/* line 505, ../sass/screen.sass */
.search_box .search_item.ic li strong > * {
  vertical-align: bottom;
}

/* line 507, ../sass/screen.sass */
.bus_map {
  width: 100%;
  height: 520px;
}
/* line 510, ../sass/screen.sass */
.bus_map .bus_timer {
  width: 30%;
  height: 520px;
  float: left;
  background: #EDF2F2;
}
/* line 515, ../sass/screen.sass */
.bus_map .bus_timer .view_timer {
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  height: 520px;
  overflow: auto;
}
/* line 521, ../sass/screen.sass */
.bus_map .bus_timer .view_timer table {
  width: 100%;
}
/* line 523, ../sass/screen.sass */
.bus_map .bus_timer .view_timer table tr {
  border-bottom: 1px solid #B3B3B3;
  height: 30px;
}
/* line 526, ../sass/screen.sass */
.bus_map .bus_timer .view_timer table tr:nth-child(odd) {
  background: #7CCBD7;
}
/* line 528, ../sass/screen.sass */
.bus_map .bus_timer .view_timer table tr:nth-child(even) {
  background: #87D6E2;
}
/* line 530, ../sass/screen.sass */
.bus_map .bus_timer .view_timer table tr td {
  padding-left: 10px;
}
/* line 532, ../sass/screen.sass */
.bus_map .bus_timer .title {
  width: 100%;
  height: 52px;
  background-color: #C2DD00;
  color: #013252;
  font-size: 24px;
  font-weight: bold;
  box-sizing: border-box;
  padding-left: 10px;
}
/* line 541, ../sass/screen.sass */
.bus_map .bus_timer .title::before {
  width: 32px;
  height: 52px;
  display: inline-block;
  background: url(../images/map_icon.png) no-repeat 8px 8px;
  content: "";
  vertical-align: middle;
}
/* line 549, ../sass/screen.sass */
.bus_map .bus_map_content {
  width: 70%;
  height: 520px;
  float: left;
  background: #dedede;
}

/* line 558, ../sass/screen.sass */
.interchange_view {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #C2DD00;
  margin: 48px 0px 30px 0px;
}
/* line 563, ../sass/screen.sass */
.interchange_view h2 {
  width: 100%;
  height: 52px;
  padding-left: 52px;
  box-sizing: border-box;
  background-color: #C2DD00;
  font-size: 24px;
  color: #013252;
  line-height: 52px;
  background-image: url(../images/interchange.png);
  background-repeat: no-repeat;
  background-position: 13px 14px;
}
/* line 575, ../sass/screen.sass */
.interchange_view .inter_item {
  width: 100%;
  box-sizing: border-box;
  padding: 3px;
}
/* line 580, ../sass/screen.sass */
.interchange_view .inter_item ul li {
  width: 100%;
  min-height: 48px;
  line-height: 48px;
  box-sizing: border-box;
}
/* line 586, ../sass/screen.sass */
.interchange_view .inter_item ul li.bus::before {
  background: url(../images/traffic_select.png) no-repeat 2px 5px;
  display: inline-block;
  content: "";
  width: 44px;
  height: 48px;
  vertical-align: middle;
}
/* line 594, ../sass/screen.sass */
.interchange_view .inter_item ul li.car::before {
  background: url(../images/traffic_select.png) no-repeat -39px 5px;
  display: inline-block;
  content: "";
  width: 44px;
  height: 48px;
  vertical-align: middle;
}
/* line 602, ../sass/screen.sass */
.interchange_view .inter_item ul li.walk::before {
  background: url(../images/traffic_select.png) no-repeat -78px 5px;
  display: inline-block;
  content: "";
  width: 44px;
  height: 48px;
  vertical-align: middle;
}
/* line 609, ../sass/screen.sass */
.interchange_view .inter_item ul li:nth-child(odd) {
  background: #F7F7F7;
}
/* line 611, ../sass/screen.sass */
.interchange_view .inter_item ul li:nth-child(odd).title {
  padding-left: 8px;
  background: #E7ECEC;
}
/* line 614, ../sass/screen.sass */
.interchange_view .inter_item ul li:nth-child(odd).title a {
  color: #00BDD4;
  display: inline-block;
  margin-left: 10px;
}

/* line 620, ../sass/screen.sass */
br.clear {
  both: clear;
}

/* line 623, ../sass/screen.sass */
.news_title, .links_title, .inpage_b_title {
  width: 212px;
  height: 74px;
  background: url(../images/new_title.png);
  color: #fff;
  font-size: 30px;
  text-align: center;
  line-height: 74px;
  margin-top: 50px;
  line-height: 74px;
  margin-left: -28px;
}

/* line 635, ../sass/screen.sass */
.links_title {
  background: url(../images/links_title.png);
}

/* line 637, ../sass/screen.sass */
.inpage_b_title {
  background: url(../images/inpage_b_title.png);
  width: 286px;
  height: 78px;
}

/* line 641, ../sass/screen.sass */
.footer {
  width: 100%;
  height: 140px;
  background: white;
  background: -moz-linear-gradient(top, white 32%, #bce7ee 99%);
  background: -webkit-linear-gradient(top, white 32%, #bce7ee 99%);
  background: linear-gradient(to bottom, white 32%, #bce7ee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#bce7ee',GradientType=0 );
  border-top: 5px solid #FFC600;
}
/* line 650, ../sass/screen.sass */
.footer .footer_inbox {
  height: 70px;
  width: 1160px;
  margin: 30px auto 0 auto;
}
/* line 654, ../sass/screen.sass */
.footer .footer_inbox > * {
  float: left;
}
/* line 656, ../sass/screen.sass */
.footer .footer_inbox .f_left {
  width: 309px;
  height: 70px;
  border-right: 1px solid #808080;
  box-sizing: border-box;
  padding: 15px 15px;
}
/* line 662, ../sass/screen.sass */
.footer .footer_inbox .f_right {
  width: 850px;
  height: 70px;
  color: #808080;
  box-sizing: border-box;
  padding-left: 96px;
  font-size: 15px;
  line-height: 150%;
  position: relative;
}
/* line 671, ../sass/screen.sass */
.footer .footer_inbox .f_right .view_box {
  position: absolute;
  right: 0px;
  top: 15px;
}
/* line 675, ../sass/screen.sass */
.footer .footer_inbox .f_right .view_box span {
  display: block;
  text-align: right;
}

/* line 680, ../sass/screen.sass */
.youbike_view {
  overflow: hidden;
}
/* line 682, ../sass/screen.sass */
.youbike_view .youbike_info, .youbike_view .youbike_map_content {
  height: 492px;
  width: 50%;
  float: left;
  background: #dedede;
  position: relative;
  margin-top: 60px;
}
/* line 689, ../sass/screen.sass */
.youbike_view .youbike_info {
  overflow: auto;
}
/* line 691, ../sass/screen.sass */
.youbike_view .u_icon {
  width: 640px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: -60px;
  margin-left: -320px;
}
/* line 698, ../sass/screen.sass */
.youbike_view .u_icon div {
  display: inline-block;
  margin: 0 5px;
  height: 52px;
}
/* line 702, ../sass/screen.sass */
.youbike_view .u_icon div:nth-of-type(1) {
  color: #006837;
}
/* line 704, ../sass/screen.sass */
.youbike_view .u_icon div:nth-of-type(1)::before {
  content: "";
  background: url(../images/bike_icon.png) no-repeat 0px 0px;
}
/* line 707, ../sass/screen.sass */
.youbike_view .u_icon div:nth-of-type(2) {
  color: #4D4D4D;
}
/* line 709, ../sass/screen.sass */
.youbike_view .u_icon div:nth-of-type(2)::before {
  content: "";
  background: url(../images/bike_icon.png) no-repeat -46px 0px;
}
/* line 712, ../sass/screen.sass */
.youbike_view .u_icon div:nth-of-type(3) {
  color: #FF0000;
}
/* line 714, ../sass/screen.sass */
.youbike_view .u_icon div:nth-of-type(3)::before {
  content: "";
  background: url(../images/bike_icon.png) no-repeat -91px 0px;
}
/* line 717, ../sass/screen.sass */
.youbike_view .u_icon div:nth-of-type(4) {
  color: #F7931E;
}
/* line 719, ../sass/screen.sass */
.youbike_view .u_icon div:nth-of-type(4)::before {
  content: "";
  background: url(../images/bike_icon.png) no-repeat -136px 0px;
}
/* line 722, ../sass/screen.sass */
.youbike_view .u_icon div::before {
  content: "";
  height: 52px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/bike_icon.png) no-repeat 0px 0px;
}

/* line 731, ../sass/screen.sass */
.search_result {
  width: 100%;
}
/* line 733, ../sass/screen.sass */
.search_result tr {
  height: 33px;
}
/* line 735, ../sass/screen.sass */
.search_result tr:nth-child(odd) {
  background: #FCEDC5;
  box-sizing: border-box;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-style: double;
}
/* line 741, ../sass/screen.sass */
.search_result tr:nth-child(even) {
  background: #fff;
}
/* line 743, ../sass/screen.sass */
.search_result tr:nth-of-type(1) {
  background: #FFD648;
}
/* line 745, ../sass/screen.sass */
.search_result tr td, .search_result tr th {
  text-align: center;
}
/* line 747, ../sass/screen.sass */
.search_result tr td.left, .search_result tr th.left {
  text-align: left;
  padding-left: 20px;
}
/* line 750, ../sass/screen.sass */
.search_result tr td.o_txt, .search_result tr th.o_txt {
  font-weight: bold;
  color: #F7931E;
}
/* line 753, ../sass/screen.sass */
.search_result tr td.r_txt, .search_result tr th.r_txt {
  font-weight: bold;
  color: #FF1D25;
  text-align: left;
  padding-left: 20px;
}
/* line 758, ../sass/screen.sass */
.search_result tr td.g_txt, .search_result tr th.g_txt {
  font-weight: bold;
  color: #39B54A;
  text-align: left;
  padding-left: 20px;
}
/* line 763, ../sass/screen.sass */
.search_result tr th {
  font-weight: bold;
}

/* line 767, ../sass/screen.sass */
.bus_view {
  background: #EDF2F2;
  padding: 20px 0px;
  margin-top: 35px;
}
/* line 772, ../sass/screen.sass */
.bus_view .bus_item h3.bus_title {
  font-size: 24px;
  color: #013252;
  padding-left: 74px;
  background: url(../images/bus_icon.png) no-repeat 24px;
  min-height: 34px;
  line-height: 150%;
  margin-bottom: 20px;
  cursor: pointer;
}
/* line 782, ../sass/screen.sass */
.bus_view .bus_item h3.bus_title.down::after {
  content: "";
  width: 22px;
  height: 14px;
  display: block;
  background: url(../images/slide_down.png);
  position: absolute;
  right: 0px;
  top: 15px;
}
/* line 792, ../sass/screen.sass */
.bus_view .bus_item h3.bus_title.up::after {
  content: "";
  width: 22px;
  height: 14px;
  display: block;
  background: url(../images/slide_down.png);
  position: absolute;
  right: 0px;
  top: 15px;
  transform: rotate(180deg);
}
/* line 802, ../sass/screen.sass */
.bus_view .bus_item h3.bus_title.search_title {
  background: url(../images/search_t.png) no-repeat 24px;
}
/* line 804, ../sass/screen.sass */
.bus_view .bus_item h4 {
  font-size: 20px;
  text-align: center;
  color: #00BDD4;
  padding: 10px 0px;
  font-weight: bold;
}
/* line 810, ../sass/screen.sass */
.bus_view .bus_item .bus_info {
  padding: 25px 0px;
  background: #fff;
  overflow: hidden;
}
/* line 814, ../sass/screen.sass */
.bus_view .bus_item .bus_info > div {
  width: 50%;
  float: left;
  box-sizing: border-box;
  font-size: 18px;
  color: #013252;
  padding-left: 45px;
  background: url(../images/search_item_icon.png) no-repeat 27px 0px;
}
/* line 822, ../sass/screen.sass */
.bus_view .bus_item .bus_info > div span {
  display: inline-block;
  margin-left: 20px;
  color: #4D4D4D;
}
/* line 826, ../sass/screen.sass */
.bus_view .bus_route {
  padding: 15px 0px;
  background: #fff;
  overflow: hidden;
}
/* line 830, ../sass/screen.sass */
.bus_view .bus_route > div {
  width: 100%;
  float: left;
  box-sizing: border-box;
  font-size: 18px;
  color: #013252;
  padding-left: 45px;
  background: url(../images/search_item_icon.png) no-repeat 27px 7px;
  line-height: 160%;
  margin: 15px 0px;
}
/* line 840, ../sass/screen.sass */
.bus_view .bus_route > div > * {
  vertical-align: top;
}
/* line 842, ../sass/screen.sass */
.bus_view .bus_route > div strong {
  display: inline-block;
  width: 88px;
}
/* line 845, ../sass/screen.sass */
.bus_view .bus_route > div span {
  width: 815px;
  display: inline-block;
  color: #4D4D4D;
}

/* line 850, ../sass/screen.sass */
.news_box {
  padding-top: 5px;
  border-top: 2px solid #ffc603;
  height: 200px;
  overflow: auto;
}
/* line 855, ../sass/screen.sass */
.news_box li {
  width: 100%;
  display: block;
}
/* line 858, ../sass/screen.sass */
.news_box li a {
  color: #333;
  text-decoration: none;
  display: block;
  line-height: 36px;
  position: relative;
  padding-left: 36px;
}
/* line 865, ../sass/screen.sass */
.news_box li a::before {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  background: url(../images/news_list_style.gif) no-repeat 15px 15px;
  position: absolute;
  left: 0px;
  top: 0px;
}
/* line 874, ../sass/screen.sass */
.news_box li:nth-child(odd) {
  background: #FCEDC5;
}

/* line 878, ../sass/screen.sass */
.slider_stage {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 113px;
}
/* line 883, ../sass/screen.sass */
.slider_stage .slider_bar {
  position: absolute;
  left: 0px;
  width: auto;
}
/* line 887, ../sass/screen.sass */
.slider_stage .slider_bar li {
  display: block;
  margin-left: 15px;
  float: left;
}

/* line 892, ../sass/screen.sass */
b.AB {
  display: block;
  margin-left: 6px;
  float: left;
}

/* line 898, ../sass/screen.sass */
.links_box {
  padding-top: 5px;
  border-top: 2px solid #07bfd5;
  margin-bottom: 76px;
  position: relative;
}
/* line 903, ../sass/screen.sass */
.links_box .prev {
  position: absolute;
  top: 50%;
  left: -25px;
  margin-top: -9px;
  cursor: pointer;
}
/* line 909, ../sass/screen.sass */
.links_box .next {
  position: absolute;
  top: 50%;
  right: -25px;
  margin-top: -9px;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  /* line 921, ../sass/screen.sass */
  .bus_map .bus_timer {
    width: 40%;
  }
  /* line 931, ../sass/screen.sass */
  .bus_map .bus_map_content {
    width: 60%;
  }

  /* line 937, ../sass/screen.sass */
  .traffic_menu, .traffic_emenu{
    display: none;
  }

  /* line 947, ../sass/screen.sass */
  .bus_view .bus_route > div {
    padding-right: 45px;
  }
  /* line 951, ../sass/screen.sass */
  .bus_view .bus_route > div span {
    width: 100%;
  }

  /* line 954, ../sass/screen.sass */
  .inpage-index-kv {
    height: 320px;
    width: 100%;
    background: url(../images/kv_bg.jpg);
    overflow: hidden;
    position: relative;
    border-top: 5px solid #7F8897;
    border-bottom: 5px solid #FFC602;
  }
  /* line 962, ../sass/screen.sass */
  .inpage-index-kv img.in-house {
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
  /* line 966, ../sass/screen.sass */
  .inpage-index-kv img.in-kv-title {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -500px;
    width: 1000px;
  }

  /* line 973, ../sass/screen.sass */
  .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 5%;
  }

  /* line 978, ../sass/screen.sass */
  .menu_box {
    display: none;
  }

  /* line 981, ../sass/screen.sass */
  .index-kv {
    height: 480px;
  }
  /* line 984, ../sass/screen.sass */
  .index-kv .kv-title {
    position: absolute;
    bottom: -3px;
    z-index: 2;
    left: 50%;
    margin-left: -400px;
    width: 800px;
  }

  /* line 991, ../sass/screen.sass */
  .Language {
    display: none;
  }

  /* line 993, ../sass/screen.sass */
  #logo {
    width: 336px;
    left: 50%;
    margin-left: -189px;
  }

  /* line 998, ../sass/screen.sass */
  .mmbtn {
    display: block;
  }

  /* line 1000, ../sass/screen.sass */
  .mob_menu {
    display: block;
  }

  /* line 1006, ../sass/screen.sass */
  .search_box .search_item li span {
    display: block;
  }
  /* line 1008, ../sass/screen.sass */
  .search_box .search_item li select {
    display: block;
  }
}
@media screen and (max-width: 840px) {
  /* line 1036, ../sass/screen.sass */
  .links_box {
    padding-top: 5px;
    border-top: 2px solid #07bfd5;
    margin-bottom: 76px;
    position: relative;
  }
  /* line 1041, ../sass/screen.sass */
  .links_box .prev {
    position: absolute;
    top: 50%;
    left: 6px;
    margin-top: -9px;
    cursor: pointer;
  }
  /* line 1047, ../sass/screen.sass */
  .links_box .next {
    position: absolute;
    top: 50%;
    right: 6px;
    margin-top: -9px;
    cursor: pointer;
  }

  /* line 1055, ../sass/screen.sass */
  .slider_stage {
    width: 90%;
    margin: 0 auto;
  }

  /* line 1060, ../sass/screen.sass */
  .bus_view h3 {
    height: auto;
  }
  /* line 1066, ../sass/screen.sass */
  .bus_view .bus_info > div span {
    display: block;
    margin-left: 0px;
    margin-top: 15px;
  }
  /* line 1072, ../sass/screen.sass */
  .bus_view .bus_route > div {
    padding-right: 45px;
  }
  /* line 1076, ../sass/screen.sass */
  .bus_view .bus_route > div span {
    width: 100%;
  }

  /* line 1081, ../sass/screen.sass */
  .footer {
    height: auto;
  }
  /* line 1083, ../sass/screen.sass */
  .footer .footer_inbox {
    width: 100%;
    height: auto;
    overflow: hidden;
  }
  /* line 1087, ../sass/screen.sass */
  .footer .footer_inbox > * {
    float: left;
  }
  /* line 1089, ../sass/screen.sass */
  .footer .footer_inbox .f_left {
    display: none;
  }
  /* line 1091, ../sass/screen.sass */
  .footer .footer_inbox .f_right {
    width: 100%;
    height: auto;
    padding-left: 0px;
    overflow: hidden;
    padding-bottom: 40px;
    text-align: center;
  }
  /* line 1098, ../sass/screen.sass */
  .footer .footer_inbox .f_right .view_box {
    position: relative;
    float: left;
    width: 100%;
    overflow: hidden;
  }
  /* line 1103, ../sass/screen.sass */
  .footer .footer_inbox .f_right .view_box span {
    width: 100%;
    display: block;
    text-align: center;
    float: left;
  }

  /* line 1111, ../sass/screen.sass */
  .youbike_view {
    overflow: hidden;
  }
  /* line 1113, ../sass/screen.sass */
  .youbike_view .youbike_info, .youbike_view .youbike_map_content {
    width: 100%;
  }
  /* line 1116, ../sass/screen.sass */
  .youbike_view .u_icon {
    width: 100%;
    left: 0px;
    margin-left: 0px;
    top: 0px;
    position: relative;
    background: #fff;
  }
  /* line 1123, ../sass/screen.sass */
  .youbike_view .u_icon div {
    margin: 15px 0px;
  }

  /* line 1140, ../sass/screen.sass */
  .search_box .search_item li span {
    display: block;
    width: 169px;
  }
  /* line 1143, ../sass/screen.sass */
  .search_box .search_item li select {
    display: block;
    width: 260px;
    margin: 0px 15px 10px 0px;
  }
  /* line 1147, ../sass/screen.sass */
  .search_box .search_item li select.calendar {
    width: 75%;
    margin: 0px 15px 10px 0px;
  }
  /* line 1150, ../sass/screen.sass */
  .search_box .search_item li select:nth-of-type(2).timer {
    width: 75%;
    margin: 0px 15px 10px 0px;
  }
  /* line 1153, ../sass/screen.sass */
  .search_box .search_item li select:nth-of-type(2) {
    margin-left: 0px;
  }
  /* line 1155, ../sass/screen.sass */
  .search_box .search_item li button {
    vertical-align: bottom;
  }
  /* line 1161, ../sass/screen.sass */
  .search_box .search_item.ic li select {
    width: 65%;
    margin: 0px 15px 10px 0px;
  }
  /* line 1164, ../sass/screen.sass */
  .search_box .search_item.ic li select.Go {
    width: 120px;
    margin: 0px 15px 10px 0px;
  }
  /* line 1167, ../sass/screen.sass */
  .search_box .search_item.ic li select.calendar {
    width: 75%;
    margin: 0px 15px 10px 0px;
  }
  /* line 1170, ../sass/screen.sass */
  .search_box .search_item.ic li select:nth-of-type(2).timer {
    width: 75%;
    margin: 0px 15px 10px 0px;
  }
}
@media screen and (max-width: 640px) {
  /* line 1189, ../sass/screen.sass */
  .bus_map .bus_timer {
    width: 100%;
  }
  /* line 1199, ../sass/screen.sass */
  .bus_map .bus_map_content {
    width: 100%;
  }

  /* line 1203, ../sass/screen.sass */
  #logo {
    width: 230px;
    left: 50%;
    margin-left: -131px;
  }

  /* line 1208, ../sass/screen.sass */
  .index-kv {
    height: 367px;
  }
  /* line 1211, ../sass/screen.sass */
  .index-kv .kv-title {
    position: absolute;
    bottom: -3px;
    z-index: 2;
    left: 50%;
    margin-left: -340px;
    width: 680px;
  }
}
@media screen and (max-width: 520px) {
  /* line 1222, ../sass/screen.sass */
  .links_box .prev {
    left: 0px;
  }
  /* line 1224, ../sass/screen.sass */
  .links_box .next {
    right: 0px;
  }

  /* line 1228, ../sass/screen.sass */
  .g_search button {
    width: 180px;
    margin: 0px auto;
  }

  /* line 1234, ../sass/screen.sass */
  .index-kv {
    height: 320px;
  }
  /* line 1237, ../sass/screen.sass */
  .index-kv .kv-title {
    position: absolute;
    bottom: -3px;
    z-index: 2;
    left: 50%;
    margin-left: -251px;
    width: 540px;
  }

  /* line 1245, ../sass/screen.sass */
  #logo {
    width: 210px;
    left: 50%;
    margin-left: -108px;
  }

  /* line 1250, ../sass/screen.sass */
  .mmbtn {
    width: 35px;
  }

  /* line 1267, ../sass/screen.sass */
  .search_box .search_item.ic li select {
    width: 75%;
  }
}
@media screen and (max-width: 420px) {
  /* line 1287, ../sass/screen.sass */
  .links_box .prev {
    left: -5px;
  }
  /* line 1289, ../sass/screen.sass */
  .links_box .next {
    right: -5px;
  }

  /* line 1292, ../sass/screen.sass */
  .inpage_b_title {
    background: url(../images/inpage_b_title.png);
    width: 248px;
    height: 63px;
    background-size: cover;
    line-height: 63px;
    margin-bottom: 25px;
    font-size: 26px;
  }

  /* line 1300, ../sass/screen.sass */
  #logo {
    width: 188px;
    left: 50%;
    margin-left: -104px;
  }

  /* line 1305, ../sass/screen.sass */
  .inpage-index-kv {
    height: 240px;
    width: 100%;
    background: url(../images/kv_bg.jpg);
    overflow: hidden;
    position: relative;
    border-top: 5px solid #7F8897;
    border-bottom: 5px solid #FFC602;
  }
  /* line 1313, ../sass/screen.sass */
  .inpage-index-kv img.in-house {
    position: absolute;
    width: 100%;
    bottom: 0px;
  }
  /* line 1317, ../sass/screen.sass */
  .inpage-index-kv img.in-kv-title {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -400px;
    width: 800px;
  }

  /* line 1329, ../sass/screen.sass */
  .search_box .search_item li select {
    width: 100%;
  }
  /* line 1339, ../sass/screen.sass */
  .search_box .search_item.ic li select {
    width: 100%;
  }
}
@media screen and (max-width: 360px) {
  /* line 1357, ../sass/screen.sass */
  #logo {
    width: 169px;
    left: 50%;
    margin-left: -83px;
  }
}