.container {
  background: url(../img/b4.png) no-repeat right top #f1f3f7;
  background-size: 40%;
}
.container .pr_title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 44px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #393939;
  position: relative;
  text-align: center;
  padding-top: 50px;
}
.container .pr_title:after {
  content: '';
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  width: 35px;
  height: 8px;
  background-color: #d70739;
}
.container .map {
  width: 1620px;
  margin: 0 auto;
  display: flex;
  padding-top: 65px;
  padding-bottom: 35px;
}
.container .map .left {
  width: 62%;
  display: flex;
  align-items: center;
}
.container .map .left #map {
  width: 100% !important;
}
.container .map .left #map .jsmap-svg-container {
  width: 100% !important;
}
.container .map .left #map .jsmap-svg-container svg {
  overflow: visible;
  width: 100% !important;
}
.container .map .right {
  width: 38%;
  background-color: #fff;
  padding: 30px 0;
}
.container .map .right .province {
  font-family: MicrosoftYaHei;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #393939;
  padding-left: 30px;
  position: relative;
  padding-bottom: 25px;
}
.container .map .right .province:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 7px;
  height: 32px;
  background-color: #d70739;
}
.container .map .right .content_box {
  box-sizing: border-box;
  padding: 0 30px;
}
.container .map .right .content_box .scroll {
  height: 570px;
  overflow-y: scroll;
}
.container .map .right .content_box .scroll .item {
  width: 90%;
  display: flex;
  padding-bottom: 30px;
  border-bottom: dashed 1px #e8e8e8;
  padding-top: 30px;
}
.container .map .right .content_box .scroll .item .c_left {
  width: 37%;
}
.container .map .right .content_box .scroll .item .c_left img {
  display: block;
  width: 100%;
}
.container .map .right .content_box .scroll .item .c_right {
  width: 63%;
  box-sizing: border-box;
  padding-left: 30px;
}
.container .map .right .content_box .scroll .item .c_right .name {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #393939;
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.container .map .right .content_box .scroll .item .c_right .name a {
  flex-shrink: 0;
  color: #393939;
  width: 180px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.container .map .right .content_box .scroll .item .c_right .name span {
  flex-shrink: 0;
  margin-left: 10px;
  width: 55px;
  height: 28px;
  background-color: #0d3267;
  border-radius: 14px;
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .map .right .content_box .scroll .item .c_right .info {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.35;
  letter-spacing: 0px;
  color: #8a8a8a;
  margin-top: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.container .map .right .content_box .scroll .item .c_right .info_detail {
  padding-top: 15px;
}
.container .map .right .content_box .scroll .item .c_right .info_detail .label {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #646464;
}
.container .map .right .content_box .scroll .item .c_right .info_detail .val {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.3;
  letter-spacing: 0px;
  color: #8a8a8a;
  padding-top: 7px;
}
.container .map .right .content_box .scroll .item .c_right .info_detail .tel {
  font-family: Bebas;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #d70739;
}
.container .abroad {
  width: 1620px;
  margin: 65px auto 55px;
  background-color: #fff;
  display: flex;
  box-sizing: border-box;
  padding: 20px;
}
.container .abroad .abroad_left {
  width: 33%;
  flex-shrink: 0;
}
.container .abroad .abroad_left img {
  display: block;
  width: 100%;
}
.container .abroad .abroad_right {
  width: 67%;
  box-sizing: border-box;
  padding-left: 2%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.container .abroad .abroad_right .abroad_title {
  font-size: 25px;
  position: relative;
  padding-bottom: 4%;
}
.container .abroad .abroad_right .abroad_title:before {
  content: '';
  position: absolute;
  width: 35px;
  height: 5px;
  top: 45px;
}
.container .abroad .abroad_right .abroad_info {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.8;
  letter-spacing: 0px;
  color: #727272;
}
.container .search {
  width: 1620px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 120px;
}
.container .search .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
}
.container .search .top h2 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 44px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #292929;
}
.container .search .top .right {
  display: flex;
  align-items: center;
}
.container .search .top .right .select {
  width: 220px;
  height: 54px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 20px;
  margin-right: 2px;
}
.container .search .top .right .select .label {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #8e8e8e;
  flex-shrink: 0;
}
.container .search .top .right .select select {
  width: 100%;
  outline: none;
  font-size: 16px;
  border: none;
  color: #8e8e8e;
}
.container .search .top .right .input {
  width: 340px;
  height: 54px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 20px;
}
.container .search .top .right .input input {
  width: 100%;
  height: 100%;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  outline: none;
  border: none;
}
.container .search .top .right .input input ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #8e8e8e;
}
.container .search .top .right .input input ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8e8e8e;
}
.container .search .top .right .input input :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #8e8e8e;
}
.container .search .top .right .submit {
  width: 180px;
  height: 54px;
  margin-left: 20px;
  background-color: #0d3267;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.container .search .bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.container .search .bottom .item {
  width: 32%;
  background-color: #fff;
  margin-top: 40px;
  -webkit-transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  transition: all 250ms cubic-bezier(0.02, 0.01, 0.47, 1);
  word-break: break-all;
}
.container .search .bottom .item:hover {
  box-shadow: 0px 1rem 2rem 0px rgba(48, 55, 66, 0.15);
  transform: translate(0, -6px);
  transition-delay: 0s !important;
}
.container .search .bottom .item:nth-child(3n) {
  margin-right: 0;
}
.container .search .bottom .item .img {
  position: relative;
}
.container .search .bottom .item .img img {
  display: block;
  width: 100%;
}
.container .search .bottom .item .img .status {
  position: absolute;
  width: 149px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 0px 19px 19px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 25px;
  left: 0;
  font-family: MicrosoftYaHeiLight;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.container .search .bottom .item .con {
  box-sizing: border-box;
  padding: 0 30px 35px;
}
.container .search .bottom .item .con .name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ebebeb;
}
.container .search .bottom .item .con .name h3 {
  font-family: MicrosoftYaHei-Bold;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 75px;
  letter-spacing: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #232323;
}
.container .search .bottom .item .con .name img {
  width: 31px;
}
.container .search .bottom .item .con .info_box {
  padding-top: 20px;
}
.container .search .bottom .item .con .info_box .info {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 26px;
  letter-spacing: 0px;
  color: #727272;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.container .search .bottom .no:hover {
  box-shadow: none;
  transform: translate(0, -6px);
  transition-delay: 0s !important;
}

@media all and (max-width: 1620px) {
  .container .map .right .content_box .scroll .item .c_right .info_detail .val {
    font-size: 14px;
  }

  .container .map .right .content_box .scroll .item .c_right .name {
    font-size: 17px;
  }

  .container .map .right .content_box .scroll .item .c_right .info {
    font-size: 14px;
  }

  .container .map .right .content_box .scroll .item .c_right .info_detail .label {
    font-size: 14px;
  }

  .container .map .right .content_box .scroll .item .c_right .info_detail .tel {
    font-size: 20px;
    line-height: 23px;
  }

  .container .pr_title {
    font-size: 37px;
  }

  .container .pr_title:after {
    height: 6px;
  }

  .container .map, .container .search, .container .abroad {
    width: 90%;
    margin-left: 5%;
  }

  .container .abroad .abroad_right .abroad_info {
    font-size: 16px;
  }

  .container .search .top h2 {
    font-size: 36px;
  }

  .container .search .top .right .select {
    width: 175px;
    height: 43px;
  }

  .container .search .top .right .input {
    width: 255px;
    height: 43px;
  }

  .container .search .top .right .submit {
    width: 145px;
    height: 43px;
    font-size: 16px;
  }

  .container .search .top {
    padding-bottom: 20px;
  }

  .container .search .bottom .item .con .name h3 {
    font-size: 22px;
    line-height: 64px;
  }

  .container .search .bottom .item .con .info_box .info {
    font-size: 15px;
  }

  .container .map .right .content_box .scroll .item .c_right .name a {
    width: 153px;
  }
}
@media all and (max-width: 1300px) {
  .container .map, .container .search {
    flex-wrap: wrap;
  }
  .container .map .left, .container .search .left {
    width: 53%;
  }
  .container .map .right, .container .search .right {
    width: calc(47% - 30px);
    margin-left: 30px;
    box-sizing: border-box;
    margin-top: 30px;
  }

  .container .search .top {
    flex-wrap: wrap;
  }
  .container .search .top .right {
    width: 100%;
    justify-content: center;
    margin-top: 20px;
  }

  .container .map .left #map .jsmap-svg-container svg {
    overflow: visible !important;
  }
}
@media all and (max-width: 1345px) {
  .container .map .right .content_box .scroll .item .c_right {
    padding-left: 16px;
  }
}
@media all and (max-width: 1100px) {
  .container .map, .container .search {
    flex-wrap: wrap;
  }
  .container .map .left, .container .search .left {
    width: 100%;
  }
  .container .map .right, .container .search .right {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }

  .container .map .right .content_box .scroll .item .c_right {
    padding-left: 30px;
  }
}
@media all and (max-width: 920px) {
  .container .search .bottom .item .img .status {
    width: 120px;
    height: 35px;
    font-size: 14px;
  }

  .container .map, .container .search, .container .abroad {
    flex-wrap: wrap;
  }
  .container .map .abroad_left, .container .search .abroad_left, .container .abroad .abroad_left {
    width: 100%;
  }
  .container .map .abroad_right, .container .search .abroad_right, .container .abroad .abroad_right {
    width: 100%;
    padding-left: 0;
    padding-top: 25px;
    padding-bottom: 20px;
  }
}
@media all and (max-width: 770px) {
  .container .search .bottom .item {
    width: 48%;
  }
}
@media all and (max-width: 550px) {
  .container .map, .container .search {
    width: 86%;
    margin-left: 7%;
  }

  .container .map .right .content_box .scroll .item {
    width: 97%;
  }
  .container .map .right .content_box .scroll .item:first-child {
    padding-top: 0;
  }

  .container .map .right .content_box {
    padding: 0 0px;
  }

  .container .map .right .content_box .scroll .item .c_right .info {
    font-size: 14px;
  }

  .container .map .right .content_box .scroll .item .c_right .info_detail .tel {
    font-size: 18px;
  }

  .container .map .right .content_box .scroll .item .c_left {
    width: 37%;
    display: flex;
    align-items: center;
  }

  .container .map .right .province {
    font-size: 26px;
  }

  .container .map .right, .container .search .right {
    padding-top: 15px;
  }

  .container .search .top .right {
    flex-wrap: wrap;
  }

  .container .search .top .right .select {
    width: 48%;
    margin-right: 4%;
  }
  .container .search .top .right .select:nth-child(2) {
    margin-right: 0;
  }

  .container .search .top .right .input {
    width: 100%;
    margin-top: 15px;
  }

  .container .search .top .right .submit {
    margin-top: 15px;
  }

  .container .search .bottom .item {
    width: 100%;
    margin-right: 0 !important;
    margin-top: 30px;
  }

  .container {
    padding-bottom: 0px;
  }

  .container .pr_title {
    font-size: 28px;
    padding-top: 30px;
  }
  .container .pr_title:after {
    top: 75px;
  }

  .container .map, .container .search {
    padding-top: 30px;
  }

  .container .search .top .right {
    margin-top: 15px;
  }

  .container .search .top h2 {
    font-size: 28px;
  }

  .container .map .left #map .jsmap-svg-container svg {
    width: 100% !important;
    margin-left: -20px !important;
    overflow: visible !important;
  }

  .container .map .right .content_box .scroll .item {
    flex-wrap: wrap;
  }
  .container .map .right .content_box .scroll .item .c_left {
    width: 80%;
    margin-left: 7%;
  }
  .container .map .right .content_box .scroll .item .c_right {
    width: 100%;
    padding-left: 20px;
  }

  .container .map .left #map {
    height: 390px !important;
  }

  .container .search {
    padding-bottom: 65px;
  }

  .container .search .top .right .select .label {
    display: none;
  }

  .container .search .bottom .item .con {
    box-sizing: border-box;
    padding: 0 25px 30px;
  }

  .container .map .right .content_box .scroll .item .c_right .name {
    margin-top: 6px;
  }

  .container .abroad {
    margin-top: 50px;
  }
  .container .abroad .abroad_right {
    padding-top: 15px;
  }

  .container .abroad .abroad_right .abroad_info {
    font-size: 15px;
    padding-top: 10px;
  }

  .container .abroad .abroad_right .abroad_title {
    font-size: 22px;
  }
  .container .abroad .abroad_right .abroad_title:before {
    top: 35px;
  }
}

/*# sourceMappingURL=productDisplay.css.map */
