/* 定位选择模态框 - start */

.position_block {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99;
  display: none;
}

.position_block_bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.position_block_box {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 880px;
  background: #fff;
  border-radius: 9px;
}

.position_block_box_header {
  color: #fff;
  height: 116px;
  border-radius: 8px 8px 0 0;
  background: url("../images/position-top-bg.png") no-repeat center top;
  background-size: 100% auto;
  padding-left: 20px;
}

.position_block_box_header strong {
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 16px;
  font-weight: bold;
  margin-right: 12px;
}

.position_block_box_header .province {
  width: 116px;
  margin-right: 104px;
}

.position_block_box_header .province dt {
  width: 116px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #fff;
  padding: 0 12px;
  cursor: pointer;
}

.position_block_box_header .province dt input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: #fff;
  border: none;
  cursor: pointer;
}

.position_block_box_header .province dt .icon-dingweidankuang-xiala-hui {
  color: #fff;
  font-size: 12px;
}

.position_block_box_header .province dt .icon-dingweidankuang-xiala-bai {
  color: #fff;
  font-size: 12px;
  display: none;
}

.position_block_box_header .province dt input::placeholder {
  color: #fff;
}

.position_block_box_header .province dd {
  width: 116px;
  height: 242px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #eef0f3;
  overflow-y: auto;
  left: 0;
  top: 36px;
  display: none;
  padding: 8px;
  z-index: 99;
  overflow-x: hidden;
}

.position_block_box_header .province dd a {
  display: block;
  color: #1d2129;
  font-family: "Alibaba PuHuiTi 3.0";
  font-weight: 400;
  width: 90px;
  height: 36px;
  border-radius: 4px;
  line-height: 36px;
  box-sizing: border-box;
  padding-left: 9px;
}

.position_block_box_header .province dd a:hover,
.position_block_box_header .search .selects a:hover {
  color: var(--themeColor);
  background: #f8f8f8;
}

.position_block_box_header .province dd a.active,
.position_block_box_header .search .selects a.active {
  color: var(--themeColor);
  background: #f8f8f8;
}

.position_block_box_header .search {
  width: 200px;
  height: 34px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #fff;
  padding-right: 12px;
}

.position_block_box_header .search input {
  background: transparent;
  border: none;
  color: #fff;
  width: 100%;
  height: 100%;
  text-indent: 12px;
}

.position_block_box_header .search input::placeholder {
  color: #fff;
}

.position_block_box_header .search .iconfont {
  cursor: pointer;
}

.position_block_box_header .search .selects {
  width: 200px;
  height: 242px;
  border-radius: 4px;
  border: 1px solid #eef0f3;
  left: 0;
  top: 36px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 13px 17px;
  z-index: 99;
  display: none;
}

.position_block_box_header .search .selects a {
  display: block;
  color: #1d2129;
  font-family: "Alibaba PuHuiTi 3.0";
  font-weight: 400;
  width: 100%;
  height: 36px;
  border-radius: 4px;
  line-height: 36px;
  box-sizing: border-box;
  padding-left: 9px;
}

.position_block_box_body {
  left: 0;
  width: 100%;
  top: -42px;
  border-radius: 8px;
  padding: 20px 0 20px 20px;
  height: auto;
  max-height: 600px;
}

.position_block_box_body .city_left {
  color: #1d2129;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.position_block_box_body ul {
  margin-bottom: 20px;
  padding-right: 20px;
}

.position_block_box_body li {
  margin-right: 4px;
  margin-bottom: 10px;
}

.position_block_box_body li a {
  padding: 6px 20px;
  background: #f4f4f4;
  color: #4e5969;
  border-radius: 20px;
  font-family: "Alibaba PuHuiTi 3.0";
  font-weight: 400;
  display: block;
  box-sizing: border-box;
}

.position_block_box_body li.active a {
  background: var(--themeColor);
  color: #fff;
}

.position_block_box .zimu_sort {
  margin-bottom: 30px;
  padding-right: 20px;
}

.position_block_box .zimu_sort .zimu_left {
  color: #1d2129;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 16px;
  font-weight: bold;
  margin-right: 14px;
}

.position_block_box .zimu_sort .zimu_item {
  flex: 1;
}

.position_block_box .zimu_sort .zimu_item a {
  color: #86909c;
  font-family: "Inter";
  font-size: 14px;
  margin-right: 20px;
}

.position_block_box .zimu_sort .zimu_item a:hover {
  color: #125AAF;
}

.position_block_box .zimu_sort .zimu_item .active {
  color: #125AAF;
}

.position_block_box .bgActive .left::after {
  background-color: #125AAF !important;
}

.position_block_box .bgActive .left {
  color: #125AAF;
}

#zimu_line_block {
  max-height: 400px;
  overflow: auto;
}

.position_block_box .zimu_line .left {
  width: 61px;
  height: 100%;
  font-size: 24px;
}

.position_block_box .zimu_line .left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 5px;
  height: 60%;
  margin-top: -21px;
  background: #f1f3f7;
}

.position_block_box .zimu_line:hover {
  background: #f3f8ff;
}

.position_block_box .zimu_line:hover .left::after {
  background: var(--themeColor);
}

.position_block_box .zimu_line:hover .left {
  color: var(--themeColor);
}

.position_block_box .zimu_line .citys {
  flex: 1;
  padding-top: 25px;
  padding-bottom: 25px;
}

.position_block_box .zimu_line .citys .citys_a {
  flex: 1;
  overflow: hidden;
  padding-left: 33px;
  height: 20px;
}

.position_block_box .zimu_line .citys .citys_a.wrap {
  height: auto;
}

.position_block_box .zimu_line .citys .citys_a a {
  margin-right: 26px;
  float: left;
  height: 20px;
  line-height: 20px;
  margin-bottom: 5px;
}

.position_block_box .zimu_line .citys .citys_a a:hover,
.position_block_box .zimu_line .citys .citys_a a.active {
  color: var(--themeColor);
}

.position_block_box .zimu_line .citys .citys_more {
  color: #86909c;
  width: 47px;
  padding-right: 20px;
  cursor: pointer;
}

.position_block_box .zimu_line .citys .citys_more .iconfont {
  color: #86909c;
  font-size: 14px;
}

/* 定位选择模态框 - end */

/* footer之上的广告牌区位 - start */
.footer-gd {
  min-height: 187.88px; 
  max-width: 100%;
  min-width: 1200px;
  object-fit: cover;
  display: block;
}

.brand {
  width: 100%;
  height: 80px;
  background-color: #212534;
}

.brand li {
  height: 80px;
}

.brand li .img {
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: 40px 40px !important;
  width: 40px;
  height: 40px;
}

.brand li:nth-of-type(1) .img {
  background-image: url("../images/home/qhy.png");
}

.brand li:nth-of-type(2) .img {
  background-image: url("../images/home/fk.png");
}

.brand li:nth-of-type(3) .img {
  background-image: url("../images/home/pz.png");
}

.brand li:nth-of-type(4) .img {
  background-image: url("../images/home/yj.png");
}

.brand li h4 {
  color: #ffdc7e;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 16px;
  font-style: normal;
  margin-left: 11px;
  line-height: normal;
}

/* footer之上的广告牌区位 - end */

/* 针对IE11的CSS Hack */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {

  .brand li .img,
  .position_block_box_body li.active a,
  .position_block_box_body li:hover a,
  .position_block_box .zimu_line:hover .left::after {
    background: #125AAF;
  }

  .position_block_box_header .province dd a:hover,
  .position_block_box_header .search .selects a:hover,
  .position_block_box_header .province dd a.active,
  .position_block_box_header .search .selects a.active,
  .position_block_box .zimu_line .citys .citys_a a:hover,
  .position_block_box .zimu_line .citys .citys_a a.active {
    color: #125AAF;
  }
}

/* 修改滚动条样式 - start */
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.custom_scroll_bar::-webkit-scrollbar {
  width: 4px;
}

/*定义滚动条轨道 内阴影+圆角*/
.custom_scroll_bar::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 4px;
}

/*定义滑块 内阴影+圆角*/
.custom_scroll_bar::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 4px;
}

/*  容IE11滚动条 */
.custom_scroll_bar {
  scrollbar-arrow-color: rgba(255, 255, 255, 1);
  /*三角箭头的颜色*/
  scrollbar-face-color: #d9d9d9;
  /*立体滚动条的颜色（包括箭头部分的背景色）*/
  scrollbar-3dlight-color: rgba(255, 255, 255, 1);
  /*立体滚动条亮边的颜色*/
  scrollbar-highlight-color: rgba(0, 0, 0, 1);
  /*滚动条的高亮颜色（左阴影？）*/
  scrollbar-shadow-color: rgba(255, 255, 255, 1);
  /*立体滚动条阴影的颜色*/
  scrollbar-darkshadow-color: rgba(255, 255, 255, 1);
  /*立体滚动条外阴影的颜色*/
  scrollbar-track-color: rgba(255, 255, 255, 1);
  /*立体滚动条背景颜色*/
  scrollbar-base-color: rgba(255, 255, 255, 1);
  /*滚动条的基色*/
}

/* 修改滚动条样式 - end */
.keyword_wraper {
  color: #86909c;
  font-size: 13px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  margin-top: 10px;

}

.keyword_wraper .swiper-wrapper {
  height: 24px;
  line-height: 24px;
}

.keyword_wraper .swiper-slide {
  height: 24px;
  line-height: 24px;
}

.keyword_wraper .keywords a {
  margin-right: 6px;
  font-size: 13px;
  color: #86909c;
  padding: 3px 10px;
  border-radius: 4px;

}

.keyword_wraper .keywords a:hover {
  background-color: #eee;
}

.keyword_wraper .keywords a:nth-of-type(1) {
  color: #ffa127;
}

.keyword_wraper .keywords a:nth-of-type(2) {
  color: #d1a47e;
}

.keyword_wraper .keywords a:nth-of-type(3) {
  color: #998b7e;
}

.opacity05 {
  opacity: 0.5;
}