.height100 {
  height: 100%;
}
.text_whitespace2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.wrapper {
  position: relative;
}
.boxShadow {
  box-shadow: 0 3px 3px 3px rgba(0, 0, 0, 0.1);
}
.textoverflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.padding15 {
  padding: 0 15px;
}
.max_container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.small_container {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.heater_bgc {
  width: 100%;
  height: 102px;
  background-image: url("../image/navBgc.png");
  background-size: 100% 100%;
}
.city_box {
  display: none;
  position: absolute;
  top: 70px;
  right: 150px;
  background: rgba(255, 255, 255, 0.8);
  width: 338px;
  border-radius: 6px;
  color: #222;
  padding-bottom: 15px;
}
.city_box li.active {
  color: #CB5F65;
}
.city_box li {
  float: left;
  cursor: pointer;
  width: 50%;
  text-align: center;
  height: 48px;
  line-height: 48px;
  font-size: 18px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
}
.city_box li:first-child {
  border-right: 1px solid #ccc;
}
.city_box dl.active {
  display: block;
}
.city_box dl {
  display: none;
  overflow: hidden;
}
.city_box dl dt {
  color: #CB5F65;
  font-size: 16px;
  margin: 15px 0;
  background: rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding-left: 15px;
  overflow: hidden;
}
.city_box dl dt a {
  display: inline-block;
  float: right;
  height: 100%;
  background: #CB5F65;
  color: #ccc;
  border-radius: 3px;
  margin-right: 15px;
  padding: 0 5px;
}
.city_box dl dd.active a {
  color: #CB5F65;
}
.city_box dl dd {
  float: left;
}
.city_box dl dd a {
  display: inline-block;
  box-sizing: border-box;
  padding: 5px 10px 5px 15px;
  color: #8C8283;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.city_box dl dd a:hover {
  color: #CB5F65;
}
.heater {
  width: 100%;
  height: 102px;
  background-size: 100% 100%;
  position: relative;
}
.heater .heater_cen {
  width: 1600px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.heater .logo,
.heater .nav_box,
.heater .login {
  float: left;
}
.heater .logo {
  height: 100%;
  line-height: 90px;
  margin-right: 50px;
}
.heater .login {
  height: 100%;
  line-height: 88px;
  font-size: 10px;
  margin-left: 30px;
}
.heater .login span,
.heater .login a {
  font-size: 14px;
}
.heater .login .trigger {
  color: #F3DEDF;
  margin: 0 5px;
}
.nav_box {
  padding-right: 50px;
  position: relative;
}
.nav_box > a {
  position: absolute;
  right: 8px;
  top: 35px;
}
.nav_box li {
  float: left;
  position: relative;
}
.nav_box li > a {
  border-right: 1px solid #BC454F;
  display: block;
  text-align: center;
  box-sizing: border-box;
  line-height: 85px;
  width: 106px;
  height: 85px;
  font-size: 16px;
  color: #1f1e19;
}
.nav_box li > a:hover {
  color: #fff;
  background-image: url("../image/nav_bot.png");
  background-repeat: no-repeat;
  background-position: center 60px;
}
.nav_box li dl {
  display: none;
  background: #EBDEBB;
  position: absolute;
  top: 100px;
  min-width: 106px;
  box-sizing: border-box;
  text-align: center;
  border: 2px solid #BC454F;
}
.nav_box li dl dd {
  width: 100%;
  margin: 3px 0;
}
.nav_box li dl dd a {
  word-break: keep-all;
  /* 不换行 */
  white-space: nowrap;
  /* 不换行 */
  display: block;
  box-sizing: border-box;
  padding: 3px 15px;
  width: 100%;
  text-align: center;
}
.nav_box li dl dd a:hover {
  background: #fff;
  color: #BC454F;
}
.nav_box .active a {
  color: #fff;
  background-image: url("../image/nav_bot.png");
  background-repeat: no-repeat;
  background-position: center 60px;
  border-left: 1px solid #BC454F;
}
.nav_box .search {
  display: none;
  position: absolute;
  line-height: 41px;
  width: 351px;
  border-radius: 4px;
  background: #fff;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
}
.nav_box .search input {
  border-radius: 4px;
  height: 41px;
  padding: 24px;
  box-sizing: border-box;
  width: 314px;
}
.footer {
  background: url("../image/footBgc_03.jpg");
}
.footer hr {
  color: #fff;
}
.footer .foot_top ul {
  width: 1200px;
  margin: 0 auto;
}
.footer .foot_top li {
  float: left;
  margin: 25px 10px 10px 10px;
  position: relative;
}
.footer .input {
  position: relative;
  height: 33px;
  width: 280px;
  background: #fff;
  line-height: 33px;
  border-radius: 4px;
  box-sizing: border-box;
  padding-left: 8px;
  color: #222;
  cursor: pointer;
}
.footer dl {
  display: none;
  background: #fff;
  color: #222;
  border-top: 2px solid #ccc;
  position: absolute;
  width: 280px;
  top: 33px;
  z-index: 9999;
}
.footer dl a {
  font-size: 14px;
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  padding-left: 10px;
  box-sizing: border-box;
  color: #000;
}
.footer dl dd:hover {
  background: #C02C38;
}
.footer dl dd:hover a {
  color: #fff;
}
.footer em {
  position: absolute;
  right: 15px;
  top: 12px;
  width: 0;
  height: 0;
  border: 8px solid;
  border-color: #333 transparent transparent;
}
.footer .foot_bot {
  padding-bottom: 30px;
  width: 1200px;
  margin: 0 auto;
}
.footer .foot_bot .img,
.footer .foot_bot .info,
.footer .foot_bot .shaoma {
  float: left;
}
.footer .foot_bot .img img {
  margin-top: 15px;
}
.footer .foot_bot .info ul {
  float: left;
  margin: 0 30px;
}
.footer .foot_bot .info ul li {
  line-height: 30px;
  color: #222;
  font-size: 14px;
}
.footer .foot_bot .info ul li span {
  color: #CE0D0D;
  font-size: 18px;
}
.footer .foot_bot .info ul .jingwu {
  box-sizing: border-box;
  padding-left: 30px;
  position: relative;
}
.footer .foot_bot .info ul .jingwu img {
  position: absolute;
  left: 0;
  top: -3px;
  margin-right: 50px;
}
.footer .foot_bot .shaoma {
  margin-left: 20px;
}
.footer .foot_bot .shaoma li {
  float: left;
  margin: 0 7px;
  text-align: center;
}
/*# sourceMappingURL=public.css.map */