/* @import "iconfont.css"; */
body,
button,
input,
select,
textarea {
  font: 14px/1.5 'Microsoft YaHei', Verdana, Arial, san-serif;
  font-size: 14px;
  font-family: "Microsoft YaHei", Verdana, Arial, san-serif;
  color: #666;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #333;
  outline: none;
}
li {
  list-style: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.topBar {
  background: #15b9ff;
}
.comWidth {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.topBar .logo {
  line-height: 50px;
}
.topBar .logo img {
  vertical-align: middle;
  height: 35px;
}
.topBar .sele_city {
  width: 80px;
  position: relative;
  height: 50px;
  z-index: 11111;
}
.topBar .sele_city .sele_city_btn {
  display: inline-block;
  color: #fff;
  text-align: center;
  height: 27px;
  line-height: 27px;
  margin-top: 11px;
  margin-left: 10px;
  cursor: pointer;
  padding: 0 10px;
  font-size: 1.4rem;
}
.topBar .sele_city .sele_city_btn .icon {
  vertical-align: middle;
  margin-left: 6px;
  width: 13px;
}
.topBar .sele_city .city_list {
  position: absolute;
  top: 50px;
  left: 50%;
  width: 400px;
  border: 1px solid #eee;
  background: #fff;
  z-index: 1112;
  padding: 10px;
  margin-left: -60px;
  display: none;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.sele_city .city_list i {
  display: block;
  width: 17px;
  height: 20px;
  background-image: url(../images/close-1.png);
  background-size: auto 20px;
  text-indent: -9999px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
}
.sele_city .city_list dl {
  position: relative;
  padding-left: 20px;
}
.sele_city .city_list dd {
  float: left;
  padding: 0 10px;
}
.topBar .sele_city .city_list a {
  display: block;
  font-size: 14px;
  line-height: 32px;
  margin-left: 0;
  text-align: center;
  color: #666;
}
.navBar {
  height: 50px;
  background: #15b9ff;
}
.navBar .nav_list li.active {
  background-color: rgba(0, 0, 0, 0.1);
}
.navBar .nav_list > li {
  float: left;
  padding: 0 15px;
  position: relative;
  z-index: 9999;
}
.navBar .nav_list > li:hover ul {
  display: block;
}
.navBar .nav_list > li > a {
  display: block;
  text-align: center;
  line-height: 50px;
  outline: none;
  position: relative;
  z-index: 1;
  font-size: 18px;
  color: #ffffff;
  padding: 0 0px;
}
.navBar .nav_list > li ul {
  display: none;
  position: absolute;
  top: 61px;
  width: 120px;
  left: 50%;
  margin-left: -60px;
  text-align: center;
  background-color: #fff;
  color: #666;
  font-size: 14px;
  border: 1px solid #e7e7e7;
}
.navBar .nav_list > li ul:before {
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
  width: 120px;
  height: 14px;
  content: ' ';
  background-image: url(../images/arrow_up.png);
  background-position: center center;
  background-repeat: no-repeat;
}
.navBar .nav_list > li ul li {
  height: 40px;
  line-height: 40px;
}
.navBar .nav_list > li ul a {
  color: #666;
  display: block;
  font-weight: 300;
}
.navBar .nav_list > li ul a:hover {
  background-color: #efefef;
}
.topBar .log_link {
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.topBar .log_link::before {
  font-family: "iconfont";
  content: "\e8ad";
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 14px;
  left: 0;
}
.topBar .log_link .not_log {
  line-height: 50px;
  color: #fff;
}
.topBar .log_link .not_log a {
  color: #ededed;
  text-align: center;
  line-height: 50px;
  outline: none;
  position: relative;
  z-index: 1;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.topBar .list_header_rt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  height: 50px;
}
.topBar .list_header_rt .search {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  border-radius: 17px;
  width: 350px;
  height: 35px;
  position: relative;
}
.topBar .list_header_rt .search input {
  width: 270px;
  height: 31px;
  display: inline-block;
  line-height: 30px;
  margin-left: 13px;
  border: none;
  font-size: 14px;
  color: #666;
  position: relative;
}
.topBar .list_header_rt .search .sbm_btn {
  font-size: 14px;
  color: #fff;
  background-color: #ff5200;
  width: 80px;
  height: 35px;
  line-height: 35px;
  border-radius: 17px;
}
.topBar .list_header_rt .map_search {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  font-size: 14px;
  color: #fff;
  background: #ff5200;
  width: 104px;
  height: 35px;
  line-height: 35px;
  border-radius: 17px;
}
.topBar .list_header_rt .tel {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 12px;
  color: #fff;
}
.topBar .list_header_rt .tel .tt img {
  width: 16px;
  height: auto;
  margin-right: 4px;
}
.topBar .list_header_rt .tel .bb {
  font-weight: bold;
}
