@charset "utf-8";

body{}

#BANNER{height:auto;left:0;top:0;width:100%;background:#f0f0f0;}
#BANNER li{height:auto;width:100%;z-index: 5;}
#BANNER li img{vertical-align: top;}
#BANNER_CONL{width:100%;height:18px;text-align:center;z-index:11;position: absolute;margin:-39px 0 0 0;}
#BANNER_CONL a{background:#ddd;height:10px;width:10px;display:inline-block;margin:0 6px;border-radius:0;}
#BANNER_CONL a.selected{background:#bbac86;}


#BANNER_IN img{vertical-align: top;}
#FOOT .menu{}

.menu_left_bg{border-bottom:1px solid #cacaca;border-top:1px solid #cacaca;}
.menu_left{padding:0 0;height:65px;position: relative;margin:0 auto 0 auto;}
.menu_left .map_icon{position: absolute;left:6px;top:14px;}
.menu_left .right{right:0;top:0;position: absolute;}
.menu_left .right li{display:inline-block;height:65px;line-height: 65px;text-align: center;padding:0 16px;}
.menu_left .right li a{display:inline-block;font-size:15px;height:65px;}
.menu_left .right li a.selected,.menu_left .right li a:hover{border-bottom:2px solid #0e0e0f;color:#0e0e0f;}
.menu_left .left{position: absolute;left:25px;top:0;font-size:16px;color:#333;height:65px;line-height: 65px;}
.menu_left .left img{margin:0 8px 0 0;}

.GPS{height:120px;}
.GPS .left{height:50px;line-height: 50px;left:0;bottom:0px;font-size:13px;}
.GPS .search{right:0;bottom:8px;}
.GPS .search .i0{width:280px;border:1px solid #7d7d7d;padding:3px 5px;height:25px;text-align: center;}
.GPS .search .i1{width:17px;height:17px;border:0;padding:0;background:url(../img/search.jpg) no-repeat;position: absolute;right:8px;top:8px;}



@media screen and (max-width:600px)
{

    /*body{padding:55px 0 55px 0;}*/
    .menu_left{padding:14px 0 0px 0;border-bottom:0;height:inherit;position: relative;margin:0 auto 15px auto;background:none;}
    .menu_left .right{right:inherit;top:inherit;position: inherit;text-align: center;width:100%;height:auto;font-size: 0;}
    .menu_left .right li{display:inline-block;height:25px;line-height: 25px;text-align: center;font-size:14px;margin:0 0 10px 0;font-size: 0;}
    .menu_left .right li a{display:inline-block;font-size:13px;width:100%;height:auto;padding:0 0;}
    .menu_left .right li a.selected,.menu_left .right li a:hover{color:#0e0e0f;}
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
.btn-danger, .btn-danger:focus {
    background-color: #d15b47 !important;
    border-color: #d15b47 !important;
}
.btn-danger:hover, .btn-danger:active, .open > .btn-danger.dropdown-toggle {
    background-color: #b74635 !important;
    border-color: #d15b47;
}
.btn {
    display: inline-block;
    color: #FFF !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: none !important;
    border: 5px solid #FFF;
    border-radius: 0;
    box-shadow: none !important;
    -webkit-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
    -o-transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
    transition: background-color 0.15s, border-color 0.15s, opacity 0.15s;
    cursor: pointer;
    vertical-align: middle;
    margin: 0;
    position: relative;font-size: 14px;
    padding: 6px 12px;
}

.modal-footer {
    padding-top: 12px;
    padding-bottom: 14px;
    border-top-color: #e4e9ee;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: #eff3f8;
}
.bootbox-body{
    font-size: 14px;
}

.modal-content {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.modal-header .close {
    font-size: 32px;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
