.ying_header {
  position: relative;
  width: 100%;
  height: 500px;
}
.ying_header .nav {
  /* position: absolute;
    z-index: 2;
    top: 26px;
    left: 50%;
    margin-left: -600px; */
  width: 100%;
  background: #157efb;
}
.ying_header .nav .nav_content {
  width: 1200px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  /* padding-top: 26px;
  padding-bottom: 30px; */
  height: 80px;
}
.ying_header .nav .nav_content .nav_nav .nav_last {
  position: relative;
}
.ying_header .nav .nav_nav .nav_last .nav_list_other {
  position: absolute;
  top: 27px;
  left: -20px;
  width: 100px;
  background: #157efb;
  z-index: 10;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  /* display: none; */
  /*  */
  display: none;
  padding-bottom: 10px;
}
.nav_list_other_empty {
  height: 15px;
  background: transparent;
}
.ying_header .nav .nav_nav .nav_last .nav_list_other span {
  display: inline-block;

  width: 100%;
  text-align: center;
  margin: 5px 0;
}
.ying_header .nav .nav_nav .nav_last .nav_list_other span a {
  font-size: 15px;
}
.ying_header .nav_logo a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.ying_header .nav_logo img {
}
.ying_header .line {
  display: inline-block;
  width: 1px;
  height: 41px;
  margin: 0 18px;
  background: #dcdcdc;
}
.ying_header .nav_nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-right: 15px;
  margin-left: 75px;
  margin-top: 10px;
}
.ying_header .nav_nav li {
  margin-left: 37px;
}
.ying_header .nav_nav li a {
  font-size: 16px;
  color: #f9f9f9;
}
.ying_header .banner {
  width: 100%;
}
.ying_header .swiper-container {
  width: 100%;
  height: 407px;
}
.ying_header .swiper-slide {
  background: #157efb;
  height: 100%;
  width: 100%;
}
.ying_header .swiper-slide img {
  /* width: 100%; */
  height: 100%;
}

.ying_header .search {
  position: absolute;
  bottom: 56px;
  left: 50%;
  top: 80%;
  z-index: 1;
  margin-left: -370px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 40px;
  width: 740px;
}
.ying_header .search .search_left {
  width: 740px;
  height: 40px;
  display: -ms-flexbox;
  display: flex;
}
.ying_header .search .search_left_input {
  -ms-flex: 1;
  flex: 1;
  background: #fff;
  padding: 10px 42px;
}
.ying_header .search .search_left_input input {
  width: 100%;
  height: 100%;
  outline: none;
  border: none;
  font-size: 16px;
}
.ying_header .search_left_button {
  width: 181px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: #157efb;
}
.ying_header .search .search_right {
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  width: 220px;
  cursor: pointer;
  background: linear-gradient(0deg, rgba(255, 98, 63, 1) 0%, rgba(255, 147, 102, 1) 100%);
}
.ying_header .search_icon {
  z-index: 9;
  position: relative;
  top: -40px;
  left: 600px;
  width: 710px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.ying_header .search_icon span {
  margin: 5px 5px;
  margin-top: 0px;
  margin-right: 10px;
}
.ying_header .search_icon span a {
  color: #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 1px;
}
/* 内容 */
.ying_main {
  width: 100%;
  background: #f9f9f9;
  margin-top: 38px;
}
.ying_main_content {
  width: 1200px;
  margin: 0 auto;
}
/* 最先资讯 */
.ying_main .ying_main_box {
  width: 100%;
  background: #fff;
  padding: 20px 30px;
  margin-top: 33px;
}
.ying_main .ying_main_box > .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ying_main .ying_main_box .top_left,
.ying_main .ying_main_box .top_right {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.ying_main .ying_main_box .top_right span a {
  color: #ccc;
}
.ying_main .ying_main_box .top_left span {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin-left: 11px;
}
.ying_main .ying_main_box .top_right span {
  color: #262626;
  font-size: 14px;
  margin-right: 8px;
  cursor: pointer;
}
.ying_main .ying_main_box .top_right span a:hover {
  color: #157efb;
}
.ying_main .ying_main_box .content {
  margin-top: 23px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.ying_main .ying_main_box .content .content_left {
  position: relative;
  /* width: 561px; */
  height: 365px;
  /* background: red; */
  overflow: hidden;
}
.ying_main .ying_main_box .content .content_left .swiper_container_ying {
  width: 561px;
  height: 365px;
}
.ying_main .ying_main_box .content .ying_banner2 img {
  width: 561px;
  height: 365px;
  margin: 0;
  left: 0;
}

/* 小轮播 */
.ying_main .ying_main_box .content .content_left .swiper-container2 .swiper-slide {
  background: #cccccc;
}
.ying_main .ying_main_box .content .content_left .swiper-container2 {
  width: 561px;
  height: 365px;
}
.swiper-pagination2 {
  z-index: 3;
  position: absolute;
  bottom: 3%;
  left: 45%;
}
.swiper-pagination2 .swiper-pagination-bullet {
  margin: 0 6px;
  background: #ccc;
}
.swiper-pagination-bullet-active {
  background: #157efb !important;
}

.ying_main .ying_main_box .content .content_right {
  -ms-flex: 1;
  flex: 1;
  padding-left: 48px;
}
.ying_main .ying_main_box .content .content_right .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 32px;
}
.ying_main .ying_main_box .content .content_right .list .title {
  color: #1a1a1a;
  font-size: 16px;
  cursor: pointer;
}
.ying_main .ying_main_box .content .content_right .list .title a {
  color: #1a1a1a;
  font-size: 16px;
}
.ying_main .ying_main_box .content .content_right .list .date {
  color: #999999;
  font-size: 14px;
}
.ying_main .ying_main_box .content .content_right .list .title a:hover {
  color: #157efb;
}

/* 政策解读 */
.ying_main .jiedu {
}
.ying_main .jiedu .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}
.ying_main .jiedu .content .content_left a {
  display: block;
  width: 452px;
  height: auto;
  background: none;
}
.ying_main .jiedu .content .content_left_pic {
  width: 452px;
  height: 265px;
  position: relative;
}
.ying_main .jiedu .content .content_left_pic img {
  width: 100%;
  height: 100%;
}
.ying_main .jiedu .content .content_left_pic .word {
  display: none;
  position: absolute;
  bottom: 0;
  height: 52px;
  width: 100%;
  line-height: 52px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(27, 27, 27, 0.7);
}
.ying_main .jiedu .content .content_left .title {
  font-size: 16px;
  color: #0d0d0d;
  margin-top: 12px;
}
.ying_main .jiedu .content .content_left .message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 13px;
}
.ying_main .jiedu .content_left .message .left {
  width: 62px;
  height: 20px;
  border: 1px solid rgba(21, 126, 251, 1);
  border-radius: 10px;
  color: #157efb;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.ying_main .jiedu .content_left .message .right {
  color: #a6a6a6;
  font-size: 14px;
}
.ying_main .jiedu .content_left .message .right span {
  margin-left: 50px;
}
.ying_main .jiedu .content_left .info {
  color: #737373;
  font-size: 14px;
  white-space: normal;
  margin-top: 13px;
  line-height: 22px;
  letter-spacing: 1px;
}
.ying_main .jiedu .content_right_content a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  /* justify-content: space-between; */
  padding-bottom: 21px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 20px;
}
.ying_main .jiedu .content_right_content a > img {
  flex: none;
  width: 164px;
  height: 96px;
  /* border: 1px dashed #cccccc; */
  margin-right: 17px;
}
.ying_main .jiedu .content_right_content a .right {
}
.ying_main .jiedu .content_right_content a .right .title {
  color: #0d0d0d;
  font-size: 16px;
  margin-bottom: 13px;
}
.ying_main .jiedu .content_right_content a .right .info {
  color: #737373;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 1px;
  text-align: justify;
}
.ying_main .jiedu .content_right_content a .right .message {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  /* justify-content: space-between; */
  margin-top: 13px;
}
.ying_main .jiedu .content_right_content a .message .left {
  width: 62px;
  height: 20px;
  border: 1px solid rgba(21, 126, 251, 1);
  border-radius: 10px;
  color: #157efb;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}
.ying_main .jiedu .content_right_content .message .right {
  color: #a6a6a6;
  font-size: 14px;
}
.ying_main .jiedu .content_right_content .message .right span {
  margin-left: 50px;
}

/* 园区动态 */
.yuanqu .content_right {
  padding-left: 0 !important;
  margin-right: 46px;
}

/* 想要更多 */
.ying_main .more {
  position: relative;
  width: 1200px;
  height: 202px;
  margin-bottom: 55px;
}
.ying_main .more > img {
  width: 100%;
  height: 100%;
}
.ying_main .more .button {
  position: absolute;
  width: 198px;
  height: 62px;
  left: 50%;
  top: 50%;
  margin-left: -99px;
}
/* 弹框 */
.ying_search_dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9;
}
.ying_search_dialog_content {
  position: fixed;
  width: 586px;
  height: 627px;
  background: rgba(255, 255, 255, 1);
  border-radius: 10px;
  top: 7%;
  left: 50%;
  margin-left: -293px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
.ying_search_dialog_content .top {
  -ms-flex: none;
  flex: none;
  height: 50px;
  border-bottom: 1px solid #ededed;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 14px;
}
.ying_search_dialog_content .top > span {
  color: #1b1b1b;
  font-size: 16px;
}
.ying_search_dialog_content .top > img {
  width: 21px;
  height: 21px;
  cursor: pointer;
}
.ying_search_dialog_content .midd {
  display: table;
  margin-top: 17px;
  -ms-flex: 1;
  flex: 1;
  border-collapse: separate;
  border-spacing: 0px 10px;
  margin-left: 55px;
}
.ying_search_dialog_content .midd > p {
  display: table-row;

  -ms-flex-align: center;

  align-items: center;
  font-size: 16px;
  color: #0d0d0d;
}
.ying_search_dialog_content .midd > p span {
  display: table-cell;
  width: 110px;
  text-align: right;
}
.ying_search_dialog_content .midd > p span i {
  color: #eb001f;
  margin-right: 4px;
}
.ying_search_dialog_content .midd > p input {
  height: 35px;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  text-indent: 1em;
  outline: none;
  width: 370px;
}
.ying_search_dialog_content .midd > p select {
  border: 1px solid #e1e1e1;
  font-size: 16px;
  height: 35px;
  outline: none;
  width: 370px;
}
.ying_search_dialog_content .midd > p select option {
   -moz-appearance: none;
  appearance: none;
  outline: none;
   border: 0;
}
.ying_search_dialog_content .midd > p textarea {
  resize: none;
  outline: none;
  border: 1px solid #e1e1e1;
  font-size: 16px;
  padding: 10px 21px;
  width: 370px;
}
.ying_search_dialog_content .bot {
  -ms-flex: none;
  flex: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 70px;
  background: rgba(249, 250, 252, 1);
  border-radius: 0px 0px 10px 10px;
  padding-right: 34px;
}
.ying_search_dialog_content .bot span {
  background: rgba(58, 132, 255, 1);
  border-radius: 4px;
  color: #fff;
  padding: 14px 41px 14px 40px;
  margin-left: 15px;
  cursor: pointer;
}
.dialog_hiden {
  display: none;
}
