/*首页头部*/
img {
  /*object-fit: cover;*/
  object-position: center center;
}
.miyun-header,.miyun-header-top,.miyun-header-main,.header-main-left,
.header-main-search {
  display: flex;
  align-items: center;
}

.miyun-header {
  justify-content: center;
  background: url(../img/header_bg.png)  no-repeat;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-size: 14px;
}
.miyun-header-wrap {
  /*width: 70%;*/
  box-sizing: border-box;
  padding: 11px 0 13px;
  min-width: 1160px;
}
/*.miyun-header-top {*/
  /*justify-content: space-between;*/
  /*margin-bottom: 22px;*/
/*}*/
.miyun-header-top {
  width: 70%;
  min-width: 1160px;
  justify-content: space-between;
  /* margin-bottom: 22px; */
  text-align: center;
  margin: 0 auto 22px auto;
}
.miyun-header-top span {
  cursor: pointer;
}
.miyun-header-top strong {
  position: relative;
  top: -1px;
}
.miyun-header-main {
  justify-content: space-between;
}
.header-main-left img {
  width: 43px;
  margin-right: 7px;
}
.header-main-txt div {
  font-size: 24px;
}
.header-main-txt span {
  font-size: 13px;
}
.header-main-nav {
  /*width: 100%;*/
  font-size: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: rgba(255,255,255,0.6);
}
.header-main-nav > span {
  cursor: pointer;
}
.header-nav-active {
  position: relative;
  color: #fff;
  font-weight: bold;
}
.header-nav-active:after {
  width: 80%;
  height: 2px;
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 10%;
  top: 35px;
  background-color: #fff;
}
.header-main-search {
  justify-content: flex-end;
  border: 1px solid #fff;
  width: 170px;
  height: 40px;
  border-radius: 20px;
  cursor: pointer;
}
.header-main-search .layui-icon-search {
  font-size: 24px;
  margin-right: 16px;
}

/*鼠标hover效果*/
.header-main-nav > div > span:hover {
  position: relative;
  color: #fff;
  font-weight: bold;
}
.header-main-nav > div  > span:hover:after {
  width: 80%;
  height: 2px;
  content: "";
  display: block;
  clear: both;
  position: absolute;
  left: 10%;
  top: 35px;
  background-color: #fff;
}
.miyun-info-news:hover,
.miyun-activity-item:hover .miyun-activity-txt > div:nth-of-type(1) ,
.miyun-train-wrap:hover .miyun-train-txt > div:nth-of-type(1) ,
.miyun-art-item:hover .miyun-art-title,
.miyun-movie-right:hover .miyun-movie-txt-title {
  color: #2981A7;
}

/*样式修改*/
.header-main-search {
  position: relative;
}
.header-main-search input {
  position: absolute;
  left: 20px;
  top: 0;
  width: 120px;
  height: 40px;
  background: transparent;
  border: 0;
  color: #fff;
}
.header-main-search input::-webkit-input-placeholder {
  /* 修改字体颜色 */
  color: #fff;
}
.header-main-nav > div span {
  cursor: pointer;
}
.header-main-nav > div {
  position: relative;
}
.header-nav-list {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 999;
  /*background: #fff;*/
  width: 100%;
  color: #000;
  font-size: 14px;
  text-align: center;
  display: none;
  padding-top: 40px;
}
.header-nav-list > div {
  cursor: pointer;
  height: 40px;
  line-height: 40px;
  background-color: rgba(255,255,255,1);
}
.header-nav-list > div:hover {
  background-color: rgba(255,255,255,0.8);
}
.header-main-nav > div:hover > div {
  display: block;
}

.miyun-footer-wrap {
  box-sizing: border-box;
  padding-top: 20px;
}
.miyun-footer-wrap .layui-input-block {
  margin-left: 0px;
}
.miyun-footer-line {
  background-color: #095294;
  height: 1px;
  margin-bottom: 20px;
}
.miyun-footer-end {
  padding-bottom: 27px;
}
.miyun-footer-end #oneCloumn div:nth-child(3) a{
  height: 15px !important;
}
.miyun-footer-end #twoCloumn{
  margin-top: 22px;
}
.miyun-footer-end {
  justify-content: space-between;
}
.miyun-footer-end > div {
  width: 33%;
  color: #777777;
  font-size: 14px;
  /*text-align: center;*/
}
.miyun-end-item > div {
  margin-bottom: 25px;
}

.miyun-end-last {
  justify-content: space-around;
}
.miyun-end-last-item img {
  width: 90px;
  height: 90px;
  margin-top: -10px;
}
.miyun-end-last-item {
  text-align: center;
}


.nav_content {
  display: inline-block;
  height: 71px;
  margin-top: 40px
}
.nav_content ul {
  padding-left: 0px;
  height: 100%;
  margin-left: 20px;
  transition: 0.3s;
  background: none;
  /*margin-top: 20px;*/
}
.nav_content li {
  position: relative;
  height: 100%;
  margin-top: -2px;
  display: inline-block;
  box-sizing: border-box;
}
.nav_content li a .layui-nav-more {
  display: none;
  border-top-color: #fff;
  right: 0;
}
.nav_content li:hover .layui-nav-more {
  display: none;
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #fff;
}
.layui-nav{
  padding: 0;
}
.nav_content li:hover dl {
  display: block !important;
}
.nav_content li.active {
  border-bottom: 3px solid #fff;
}
.nav_content li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0 7px;
  font-size: 19px;
  color: #fff;
}
.wrapper .list_container {
  width: 1200px;
  margin: auto;
}
.miyun-banner-news, .miyun-banner-txt, .miyun-info-title, .miyun-info-list, .miyun-info-news, .miyun-activity, .miyun-activity-txt, .miyun-train, .miyun-community-des, .miyun-info-movie, .miyun-movie-right, .miyun-footer-end, .miyun-end-last, .miyun-art {
  display: flex;
  align-items: center;
}

.city-picker-dropdown {
  display: none;
  font-weight: 500;
  position: absolute;
  /*min-width: 316px;*/
  max-width: 316px;
  border: 1px solid #ddd;
  /*left: 50%;*/
  left: 28%;
  top: 30px;
  margin-left: -158px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 999;
  margin-bottom: 20px;
}
.city-select-wrap {
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.city-select-tab {
  background: #fff;
  font-size: 13px;
  height: 47px;
  border-bottom: 1px solid #ddd;
}
.city-select-tab > button {
  border: none;
  height: 47px;
  background: #fff;
  color: #666666;
  padding: 0 12px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  border-right: 1px solid #e4e4e4;
}
.city-select-tab > button.active {
  color: #222;
  border-bottom: 1px solid #fff;
}
.city-select-content {
  width: 100%;
  min-height: 10px;
  background-color: #fff;
  /*padding: 10px 15px;*/
}
.city-select dl,
.city-select-last dl {
  line-height: 2;
  clear: both;
  padding: 3px 0;
  margin: 0;
}
.city-select dt,
.city-select-last dt {
  position: absolute;
  width: 2.5em;
  font-weight: 500;
  text-align: right;
  line-height: 2;
}
.city-select a.active,
.city-select a:hover {
  background-color: #095294;
  color: #fff;
  border-radius: 2px;
}
#districts,
.city_city_name,
.district_block {
  padding: 10px;
}
.city-select a,
.sub_box_dl dd a {
  display: inline-block;
  padding: 0 10px;
  outline: 0;
  white-space: nowrap;
  margin-right: 2px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.city-select-last {
  border-top: 1px solid #ddd;
}
.city-select-last dd {
  float: left;
}
.header-main-search {
  position: relative;
  top: -60px;
  left: -450px;
  margin: 10px auto;
}
.header-main-left {
  justify-content: flex-start;
  width: 185px;
  /* width: 200px; */
  position: relative;
  top: -60px;
  left: 200px;
  margin: 10px auto;
}
.header-main-left {
  justify-content: flex-start;
  width: 185px;
  /*width: 200px;*/
  position: relative;
  top: -60px;
  left: 200px;
  margin: 10px auto;
}
.miyun-header-top {
  width: 70%;
  min-width: 1160px;
  justify-content: space-between;
  /* margin-bottom: 22px; */
  text-align: center;
  margin: 0 auto 22px auto;
}
.layui-nav{
  padding: 0;
}
