.voice-draw {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 999;
}
.voice-div {
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 680px;
  height: 389px;
  background: #FFFFFF;
  border-radius: 10px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.voice-head {
  text-align: right;
  margin-bottom: 30px;
}
.voice-head .voice-close {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../png/dxk1ei.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.voice-con {
  height: 200px;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}
.voice-tips-time {
  color: #CCCCCC;
}
.identify-txt {
  max-height: 160px;
  overflow-y: scroll;
}
.identify-txt::-webkit-scrollbar {
  display: none;
}
.voice-button {
  text-align: center;
}
.voice-button-png {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url("../png/qogi6g.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.voice-button-gif {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: url("../gif/23z6il.gif") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}
.noIdentify-txt,
.voice-button-png {
  display: none;
}
.voiceBtn {
  position: absolute;
  width: 12px;
  height: 20px;
  background: url("../png/gmx6pc.png") no-repeat;
  background-size: 100% 100%;
  right: 45px;
  bottom: 13px;
  cursor: pointer;
}
.header-wrapper {
  width: 100%;
  height: 174px;
  background: #fff;
  border-top: 1px solid #fff;
  font-family: Microsoft Yahei !important;
  font-size: 14px;
}
.header-wrapper .register {
  width: 1205px;
  margin: 0px auto 0 auto;
  height: 30px;
  font-size: 16px !important;
  line-height: 30px;
}
.header-wrapper .register span {
  margin: 0px 14px;
  float: left;
}
.header-wrapper .header-main {
  width: 1200px;
  height: 90px;
  margin: 0 auto;
}
.header-wrapper .header-main > div {
  display: inline-block;
  vertical-align: middle;
}
.header-wrapper .header-main .head-logo {
  margin: 10px 0 18px 0;
  width: 600px;
}
.header-wrapper .header-main .head-logo a {
  display: inline-block;
}
.header-wrapper .header-main .head-logo .logoImage {
  width: 280px;
  height: 60px;
}
.header-wrapper .header-main .header-column {
  width: 140px;
}
.header-wrapper .header-main .header-column,
.header-wrapper .header-main .header-address {
  width: 288px;
  height: 45px;
  line-height: 45px;
  background-color: #f1f1f1;
  color: #000000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
  position: relative;
  cursor: pointer;
}
.header-wrapper .header-main .header-column span,
.header-wrapper .header-main .header-address span {
  display: inline-block;
}
.header-wrapper .header-main .header-column .xsSpan,
.header-wrapper .header-main .header-address .xsSpan {
  color: #000;
  font-size: 15px;
}
.header-wrapper .header-main .header-column .dangq,
.header-wrapper .header-main .header-address .dangq {
  padding: 0px 9px;
  color: #8c9698;
  min-width: 106px;
  text-align: center;
  width: 166px;
  -webkit-box-sizing: unset;
  box-sizing: unset;
  font-size: 15px;
}
.header-wrapper .header-main .header-column .xzSpan,
.header-wrapper .header-main .header-address .xzSpan {
  text-align: center;
  color: #ffffff;
  background-color: #cd0600;
  padding: 0px 10px;
  font-size: 15px;
}
.header-wrapper .header-main .header-column img,
.header-wrapper .header-main .header-address img {
  margin-left: 7px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-wrapper .header-main .header-column ul {
  background-color: #f1f1f1;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 40px;
  width: 140px;
}
.header-wrapper .header-main .header-column ul li {
  text-align: center;
  font-size: 15px;
  height: 40px;
  line-height: 40px;
}
.header-wrapper .header-main .header-column ul li a {
  display: inline-block;
  width: 100%;
  color: #000000;
}
.header-wrapper .header-main .header-column ul li a:hover {
  color: #ffffff;
  background: #cd0600;
}
.header-wrapper .header-main .header-column,
.header-wrapper .header-main .header-address {
  margin-left: 12px;
}
.header-wrapper .header-main .header-search {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 275px;
  height: 45px;
  border: 1px solid #dfdfdf;
  position: relative;
  margin-left: 12px;
}
.header-wrapper .header-main .header-search input {
  width: 245px;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 5px;
  line-height: 42px;
  float: left;
  font-size: 14px;
}
.header-wrapper .header-main .header-search .zhannei,
.header-wrapper .header-main .header-search .znwd {
  line-height: 65px;
  display: inline-block;
  height: 45px;
  float: left;
  cursor: pointer;
  font-size: 12px;
  color: #808080;
}
.header-wrapper .header-main .header-search .zhannei {
  background: url(../png/6qm7ca.png) center -4px no-repeat;
}
.header-wrapper .header-main .header-search .ico_so_line {
  display: inline-block;
  line-height: 1;
  height: 36px;
  float: left;
  color: #cbcbcb;
  margin: 10px 3px 0;
}
.header-wrapper .header-main .header-search .znwd {
  background: url(../png/gtsayb.png) center 8px no-repeat;
}
.header-wrapper .header-menu {
  width: 100%;
  margin-top: 16px;
}
.header-wrapper .header-menu ul {
  width: 1200px;
  margin: 0 auto;
  line-height: 1.15;
  height: 37px;
}
.header-wrapper .header-menu ul li {
  float: left;
  font-size: 16px;
  font-weight: bold;
  margin: 0 26px;
}
.header-wrapper .header-menu ul li a {
  display: inline-block;
  color: #000000;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-wrapper .header-menu ul li a div {
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0px;
  background: #ffffff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header-wrapper .header-menu ul li a:hover {
  color: #cd0600;
}
.header-wrapper .header-menu ul li a:hover div {
  background: #cd0600;
}
.header-wrapper .header-menu ul li:nth-child(1) {
  margin-left: 8px;
}
.home_sur {
  color: #cd0600 !important;
}
.home_sur div {
  background: #cd0600 !important;
}
.b-district-picker {
  width: 840px;
  padding: 10px 24px;
  background-color: #ffffff;
  position: absolute;
  z-index: 4;
  left: -147px;
  top: 52px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}
.b-district-picker .b-d-wrapper {
  position: relative;
  width: 100%;
  padding: 9px;
  border-bottom: 1px dashed #ddd;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 15px;
}
.b-district-picker .b-d-wrapper p {
  font-weight: 700;
  padding: 9px 4px;
  float: left;
  width: 66px;
  text-align: right;
  color: #666;
  line-height: 20px;
}
.b-district-picker .b-d-wrapper .p-more {
  color: #bd1a2d;
  text-align: center;
  font-size: 16px;
  background-color: #e9e9e9;
  width: 700px;
  height: 20px;
  line-height: 20px;
  margin-left: 90px;
}
.b-district-picker .b-d-wrapper .p-more img {
  vertical-align: top;
  margin-top: 5px;
}
.b-district-picker .b-d-wrapper .build-ul,
.b-district-picker .b-d-wrapper .build-ul-bm {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  float: left;
  width: 740px;
}
.b-district-picker .b-d-wrapper .build-ul li,
.b-district-picker .b-d-wrapper .build-ul-bm li {
  display: inline-block;
  position: relative;
  margin: 4px;
  cursor: pointer;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
}
.b-district-picker .b-d-wrapper .build-ul li:hover,
.b-district-picker .b-d-wrapper .build-ul-bm li:hover {
  background-color: #cd0600;
  color: #ffffff;
}
.b-district-picker .b-d-wrapper .build-ul-bmd {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  float: left;
  width: 740px;
  position: relative;
  overflow: hidden;
  height: 115px;
}
.logoImage2 {
  width: 302px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 12px;
  margin-left: 12px;
  border-left: 1px solid #e7dede;
  cursor: pointer;
}
.index_bor {
  width: 100%;
  position: relative;
  z-index: 9999;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 19px;
  background-color: #fffadd;
  text-align: left;
  padding: 25px 0;
  line-height: 28px;
}
.index_bor div {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.index_bor div img {
  position: absolute;
  right: 0;
  top: -15px;
  cursor: pointer;
}
.index_bor span {
  font-weight: bolder;
  color: #bd1a2d;
}
.build-sur {
  background-color: #cd0600;
  color: #ffffff;
}
._hidden {
  display: none !important;
}
#cniil_wza span:nth-child(1):hover,
#guanhuai:hover {
  color: #e71a21 !important;
  text-decoration: underline;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}
.clearfix:after {
  clear: both;
}