.bottom_main {
  background: url(../img/foot.jpg) center center no-repeat;
  background-size: cover;
  color: #fff;
}
.bottom_main .mod_select {
  height: 2.2rem;
  border: 1px solid #3f78ad;
  box-sizing: border-box;
  margin-right: 1rem;
  width: 100%;
  background: url(../images/pic_arrow.png) 230px center no-repeat;
  position: relative;
  cursor: pointer;
}
.bottom_main .mod_select p {
  line-height: 2.2rem;
  font-size: 0.88rem;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding: 0 10px;
}
.bottom_main .mod_select p i {
  color: #2c7dc8;
}
.bottom_main .mod_select ul {
  position: absolute;
  width: 100%;
  overflow-y: auto;
  bottom: 2.12rem;
  left: -1px;
  box-sizing: content-box;
  border: 1px solid #3f78ad;
  background: #fff;
  display: none;
  overflow: hidden;
  border-radius: 5px 5px 0 0;
}
.bottom_main .mod_select ul li a {
  font-size: 0.8rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 1rem;
  text-align: center;
  display: block;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bottom_main .mod_select ul li a:hover {
  background: #4b7297;
  color: #fff;
}
.bottom_main .bottom_a {
  color: #fff;
  text-align: right;
}
.bottom_main .bottom_a a {
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.bottom_main .bottom_a a:last-child {
  padding-right: 0;
}
.bottom_main .bottom_ul li {
  text-align: center;
  float: left;
  margin-left: 1.38rem;
  font-size: 0.83rem;
  line-height: 1.16rem;
  transition: ease-in-out .2s;
}
.bottom_main .bottom_ul li img {
  margin-bottom: .5rem;
}
.bottom_main .bottom_ul li:hover {
  transform: translateY(-5px);
}
.bottom_main .bottom_copy {
  border-top: 1px solid #3f78ad;
  font-size: .83rem;
}
.bottom_main .bottom_copy span {
  padding: 0 0.5rem;
}
.bottom_main .bottom_copy a {
  color: #fff;
}
.bottom_main .bottom_copy img {
  vertical-align: text-top;
}
.bottom_main .bottom_p {
  font-size: .83rem;
  line-height: 1.55rem;
}
.bottom_main .bottom_p p {
  padding-left: 2rem;
}
@media (max-width: 1200px) {
  .w-100 {
    width: auto !important;
    max-width: 100%;
  }
  .bottom_main .bottom_p p {
    padding-left: 0rem;
  }
  .bottom_main .bottom_ul ul {
    margin: 0 auto;
  }
  .bottom_main .bottom_ul ul li {
    display: inline-block;
    float: none;
  }
  .bottom_copy span {
    word-break: keep-all;
    white-space: nowrap;
  }
}
@media (max-width: 750px) {
  .bottom_copy span {
    white-space:pre-line;
  }
  .index_main_3 .con img {
    height: 9rem;
  }
}
@media (max-width: 320px) {
  .bottom_main .bottom_ul ul li:first-child {
    margin-bottom: 1rem;
  }
}
/*# sourceMappingURL=foot.css.map */
