.hide {
  display: none; }

.header {
  overflow: hidden;
  width: 100%;
  height: 299px;
  background-image: url(https://www.xjyt.gov.cn/yutian/images/home_icon_01.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }
  .header .icon {
    overflow: hidden;
    
	width:100%;
	}
    .header .icon div {
      overflow: hidden;
      float: left;
      text-align: center; }
      .header .icon div img {
        margin-top: 4px;
        float: left; }
      .header .icon div p {
        font-size: 18px;
        float: left;
        color: #000;
        margin-left: 7px; }
  .header ul {
    overflow: hidden;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center; }
    .header ul li {
      height: 82px;
      line-height: 82px;
      width: 170px;
      text-align: center;
      display: inline-block;
      font-size: 28px;
      color: #fff; }
      .header ul li.on a {
        color: #fff58a; }
      .header ul li:hover a {
        color: #FFF58A; }
      .header ul li a {
        color: #fff;
        transition: all .2s; }

.main_news {
  overflow: hidden;
  width: 100%; }
  .main_news .tabbar {
    height: 62px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px; }
    .main_news .tabbar div {
      float: left;
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
      position: relative;
      color: #000000;
      line-height: 53px; }
      .main_news .tabbar div img {
        position: absolute;
        left: 50%;
        margin-left: -6px;
        bottom: -10px;
        display: none; }
      .main_news .tabbar div:last-child {
        margin-right: 0; }
      .main_news .tabbar div.on {
        color: #015293;
        border-bottom: 5px solid #015293; }
		
        .main_news .tabbar div.on img {
          display: block; }
		 
  .main_news .fade {
    overflow: hidden; }
    .main_news .fade ul {
      overflow: hidden; }
      .main_news .fade ul li {
        overflow: hidden;
        margin-top: 22px; }
        .main_news .fade ul li a {
          overflow: hidden;
          display: block;
          box-sizing: border-box; }
          .main_news .fade ul li a .fl {
            overflow: hidden;
            float: left; }
            .main_news .fade ul li a .fl div {
              width: 4px;
              height: 4px;
              border-radius: 50%;
              background: #d10000;
              margin-top: 10px;
              float: left; }
            .main_news .fade ul li a .fl p {
              font-size: 18px;
              color: #000000;
              line-height: 1;
              float: left;
             
              transition: all .1s;
              margin-left: 10px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          .main_news .fade ul li a span {
            display: block;
            transition: all .1s;
            float: right;
            font-size: 18px;
            line-height: 1;
            color: #919191; }

.main_top_news {
  overflow: hidden;
  width: 100%;
   }
  .main_top_news .m {
    width: 1330px;
    overflow: hidden;
    margin: 0 auto;
    padding: 35px 0 37px 0; }
    .main_top_news .m .slide_pic {
      width: 660px;
      height: 402px;
      float: left;
      position: relative;
      overflow: hidden; }
      .main_top_news .m .slide_pic .left {
        position: absolute;
        left: 17px;
        top: 163px;
        z-index: 99999;
        cursor: pointer; }
      .main_top_news .m .slide_pic .right {
        position: absolute;
        right: 17px;
        top: 163px;
        z-index: 99999;
        cursor: pointer; }
    .main_top_news .m .fr {
      width: 625px; }

.focusBox {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: left;
  background: white; }

.focusBox .pic img {
  width: 100%;
  height: 100%;
  display: block; }

.focusBox .txt-bg {
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 47px;
  width: 100%;
  background: #333;
  filter: alpha(opacity=40);
  opacity: 0.4;
  overflow: hidden; }

.focusBox .txt {
  position: absolute;
  bottom: 0;
  z-index: 2;
  height: 47px;
  width: 100%;
  overflow: hidden; }

.focusBox .txt li {
  height: 47px;
  line-height: 47px;
  position: absolute;
  bottom: -47px; }

.focusBox .txt li a {
  display: block;
  color: white;
  padding: 0 0 0 14px;
  font-size: 18px;
  width: 422px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none; }

.focusBox .num {
  position: absolute;
  z-index: 3;
  bottom: 11px;
  right: 23px; }

.focusBox .num li {
  float: left;
  position: relative;
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 50%;
  background: #f5f5f5;
  overflow: hidden;
  text-align: center;
  margin-left: 6px;
  cursor: pointer; }

.focusBox .num li a,
.focusBox .num li span {
  position: absolute;
  z-index: 2;
  display: block;
  color: #000000;
  font-size: 18px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-decoration: none; }

.focusBox .num li span {
  z-index: 1;
  background: #f5f5f5; }

.focusBox .num li.on a,
.focusBox .num a:hover {
  background: #cb1b23;
  color: #fff; }

.news_list {
    
  overflow: hidden;
  width: 1330px;
  margin: 0 auto;
  padding: 20px 0; }
  .news_list .main_news {
    width: 635px; }

.des_banner {
  width: 1330px;
  overflow: hidden;
  padding: 20px 0;
  margin: 0 auto; }
  .des_banner img {
    display: block;
    width: 100%; }

.main_des_new {
  overflow: hidden;
  width: 1330px;
  margin: 0 auto; }
  .main_des_new .left {
    overflow: hidden;
    width: 730px;
    float: left; }
    .main_des_new .left .main_news {
      margin-bottom: 25px; }
  .main_des_new .right {
    width: 550px;
    float: right;
    overflow: hidden; }
    .main_des_new .right .link {
      overflow: hidden;
      width: 100%;
      margin-top: 28px; }
      .main_des_new .right .link ul {
        overflow: hidden; }
        .main_des_new .right .link ul li {
          overflow: hidden;
          width: 101px;
          height: 177px;
          margin-right: 11px;
          margin-top: 30px;
          background: #f8f8f8;
          border: 1px solid #d7d7d7;
          float: left; }
          .main_des_new .right .link ul li:nth-child(5n) {
            margin-right: 0; }
          .main_des_new .right .link ul li a {
            display: block;
            width: 100%;
            height: 100%;
            overflow: hidden;
            padding-top: 32px; }
            .main_des_new .right .link ul li a img {
              display: block;
              margin: 0 auto;
              margin-bottom: 20px; }
            .main_des_new .right .link ul li a p {
              text-align: center;
              font-size: 18px;
              color: #000000;
              line-height: 24px; }
      .main_des_new .right .link h2 {
        font-size: 28px;
        font-weight: bold;
        cursor: pointer;
        margin-right: 50px;
        position: relative;
        color: #000000;
        display: inline-block;
        line-height: 53px; }
        .main_des_new .right .link h2 img {
          position: absolute;
          left: 50%;
          margin-left: -6px;
          bottom: -10px;
          display: none; }
        .main_des_new .right .link h2:last-child {
          margin-right: 0; }
        .main_des_new .right .link h2.on {
          color: #015293;
          border-bottom: 5px solid #015293; }
          .main_des_new .right .link h2.on img {
            display: block; }
    .main_des_new .right .info {
      overflow: hidden; }
      .main_des_new .right .info .user {
        overflow: hidden;
        width: 186px;
        float: left; }
        .main_des_new .right .info .user img {
          display: block;
          width: 100%;
          margin: 0 auto;
          margin-bottom: 10px; }
        .main_des_new .right .info .user p {
          text-align: center;
          font-size: 18px;
          color: #000000;
          line-height: 24px; }
      .main_des_new .right .info .grow {
        overflow: hidden;
        width: 340px;
        float: right; }
        .main_des_new .right .info .grow p {
          font-size: 18px;
          color: #000000;
          line-height: 35px;
          text-indent: 29px;
          letter-spacing: 1px; }
        .main_des_new .right .info .grow a {
          display: block;
          text-align: right;
          font-size: 18px;
          margin-top: 5px;
          color: #f30016; }

.main_title {
  overflow: hidden;
  text-align: center;
  width: 100%;
  position: relative; }
  .main_title p {
    font-size: 35px;
    color: #000000;
    font-weight: bold;
    text-align: center; }
  .main_title img {
    display: block;
    position: absolute;
    top: 45%; }
  .main_title .prev {
    left: 0; }
  .main_title .next {
    right: 0; }

.main_opens {
  overflow: hidden;
  width: 1330px;
  margin: 0 auto;
  padding: 30px 0; }
  .main_opens .box {
    overflow: hidden;
    width: 100%;
    margin-top: 36px; }
    .main_opens .box .main_news {
      width: 630px; }

.des_banners {
  width: 1330px;
  overflow: hidden;
  margin: 0 auto; }
  .des_banners img {
    display: block;
    width: 100%; }

.main_about {
  width: 1330px;
  overflow: hidden;
  margin: 0 auto;
  padding: 35px 0; }
  .main_about .box {
    overflow: hidden;
    width: 100%;
    margin-top: 40px; }
    .main_about .box .fl {
      width: 545px;
      overflow: hidden; }
      .main_about .box .fl img {
        display: block;
        width: 100%;
        transition: all .4s; }
        .main_about .box .fl img:hover {
          transform: scale(1.1); }
    .main_about .box .fr {
      overflow: hidden;
      width: 764px; }
      .main_about .box .fr div {
        width: 243px;
        overflow: hidden;
        height: 174px;
        float: left;
        margin-right: 17px;
        margin-bottom: 18px; }
        .main_about .box .fr div:nth-child(3n) {
          margin-right: 0; }
        .main_about .box .fr div img {
          display: block;
          width: 100%;
          transition: all .4s; }
          .main_about .box .fr div img:hover {
            transform: scale(1.1); }

.select_box {
  overflow: hidden;
  width: 1330px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0 0 0; }
  .select_box select {
    width: 272px;
    height: 33px;
    border: 1px solid #989da3;
    outline: none;
    background: none;
    border-radius: 3px;
    font-size: 18px;
    margin: 0 16px;
    color: #000000;
    margin-bottom: 18px; }

.footer {
  overflow: hidden;
  width: 100%;
  height: 349px;
  background-image: url(https://www.xjyt.gov.cn/yutian/images/footer_02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top: 20px;
  text-align: center; }
  .footer .des_logo {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px; }
  .footer .code {
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
    .footer .code img {
      display: inline-block;
      }
  .footer .font_grow {
    width: 765px;
    display: inline-block;
    overflow: hidden; }
    .footer .font_grow div {
      overflow: hidden;
      text-align: center; }
      .footer .font_grow div p {
        font-size: 18px;
        color: #000000;
        display: inline-block;
        margin: 0 17px;
        line-height: 38px; }

.main_open {
  width: 1330px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 60px;
  margin-top: 66px; }
  .main_open .main_right {
    width: 467px;
    overflow: hidden;
    float: right; }
    .main_open .main_right .titles {
      width: 100%;
      position: relative;
      border-bottom: 5px solid #e5e5e5;
      height: 56px; }
      .main_open .main_right .titles h2 {
        font-size: 28px;
        color: #015293;
        line-height: 56px;
        position: relative;
        font-weight: bold;
        display: inline-block; }
        .main_open .main_right .titles h2 div {
          width: 100%;
          height: 5px;
          background: #015293;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 9999; }
        .main_open .main_right .titles h2 img {
          position: absolute;
          left: 50%;
          margin-left: -6px;
          bottom: -5px; }
    .main_open .main_right .info_open {
      overflow: hidden;
      width: 100%;
      margin-bottom: 25px; }
      .main_open .main_right .info_open ul {
        overflow: hidden;
        margin-top: 10px; }
        .main_open .main_right .info_open ul li {
          height: 80px;
          width: 100%;
          transition: all .3s;
          border-bottom: 2px solid #e5e5e5;
          overflow: hidden; }
          .main_open .main_right .info_open ul li:hover {
            background: #f1f9ff;
            border-bottom: 2px solid #f1f9ff; }
          .main_open .main_right .info_open ul li a {
            width: 100%;
            height: 100%;
            overflow: hidden; }
            .main_open .main_right .info_open ul li a div {
              height: 100%;
              float: left;
              overflow: hidden;
              padding-left: 35px; }
              .main_open .main_right .info_open ul li a div img {
                float: left;
                margin-top: 19px; }
              .main_open .main_right .info_open ul li a div p {
                font-size: 24px;
                float: left;
                margin-left: 30px;
                color: #000000;
                line-height: 80px; }
            .main_open .main_right .info_open ul li a > img {
              float: right;
              margin-top: 30px;
              margin-right: 22px; }
    .main_open .main_right .zw_open {
      overflow: hidden; }
      .main_open .main_right .zw_open ul {
        overflow: hidden; }
        .main_open .main_right .zw_open ul li {
          width: 33.33%;
          float: left;
          height: 66px;
          border-bottom: 2px solid #e5e5e5; }
          .main_open .main_right .zw_open ul li:hover a p {
            color: #015293;
            text-decoration: underline; }
          .main_open .main_right .zw_open ul li a {
            height: 100%;
            width: 100%;
            overflow: hidden;
            display: block; }
            .main_open .main_right .zw_open ul li a img {
              float: left;
              margin-top: 25px; }
            .main_open .main_right .zw_open ul li a p {
              font-size: 20px;
              overflow: hidden;
              transition: all .3s;
              text-overflow: ellipsis;
              white-space: nowrap;
              margin-left: 8px;
              color: #000000;
              float: left;
              width: 80%;
              line-height: 66px; }
  .main_open .main_left {
    width: 780px;
    float: left; }
    .main_open .main_left .slide_pic {
      width: 100%;
      height: 482px;
      overflow: hidden;
      position: relative; }
      .main_open .main_left .slide_pic .left {
        position: absolute;
        left: 17px;
        top: 200px;
        z-index: 99999;
        cursor: pointer; }
      .main_open .main_left .slide_pic .right {
        position: absolute;
        right: 17px;
        top: 200px;
        z-index: 99999;
        cursor: pointer; }
    .main_open .main_left .main_news {
      margin-top: 30px;
      padding-bottom: 0; }

.info_banner {
  width: 1330px;
  overflow: hidden;
  margin: 0 auto;
  height: 480px;
  margin-top: 40px;
  position: relative; }
  .info_banner .focusBox {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: left;
    background: white; }
  .info_banner .focusBox .pic img {
    width: 100%;
    height: 100%;
    display: block; }
  .info_banner .focusBox .txt-bg {
    position: absolute;
    bottom: 25px;
    z-index: 1;
    height: 104px;
    width: 100%;
    background: #333;
    filter: alpha(opacity=40);
    opacity: 0.4;
    overflow: hidden; }
  .info_banner .focusBox .txt {
    position: absolute;
    bottom: 25px;
    z-index: 2;
    height: 104px;
    width: 100%;
    overflow: hidden; }
  .info_banner .focusBox .txt li {
    height: 104px;
    position: absolute;
    bottom: -104px; }
  .info_banner .focusBox .num {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    right: 23px; }
  .info_banner .focusBox .num li {
    float: left;
    position: relative;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
    background: #f5f5f5;
    overflow: hidden;
    text-align: center;
    margin-left: 6px;
    cursor: pointer; }
  .info_banner .focusBox .num li a,
  .info_banner .focusBox .num li span {
    position: absolute;
    z-index: 2;
    display: block;
    color: #000000;
    font-size: 18px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none; }
  .info_banner .focusBox .num li span {
    z-index: 1;
    background: #f5f5f5; }
  .info_banner .focusBox .num li.on a,
  .info_banner .focusBox .num a:hover {
    background: #cb1b23;
    color: #fff; }
  .info_banner .txt ul li {
    padding-top: 13px;
    padding-left: 42px;
    overflow: hidden; }
  .info_banner .txt ul li h3 {
    width: 78px;
    height: 78px;
    background: #015293;
    border-radius: 20px;
    font-size: 27px;
    float: left;
    color: #fff;
    text-align: center;
    line-height: 36px; }
  .info_banner .txt ul li .groes {
    overflow: hidden;
    margin-left: 30px;
    float: left;
    width: 1130px; }
    .info_banner .txt ul li .groes p {
      font-size: 30px;
      color: #fff;
      line-height: 1;
      width: 100%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      margin-bottom: 15px; }
    .info_banner .txt ul li .groes span {
      font-size: 18px;
      color: #fff;
      line-height: 1;
      display: block; }

.main_list {
  overflow: hidden;
  padding-bottom: 35px;
  width: 1330px;
  margin: 0 auto; }
  .main_list .item {
    overflow: hidden;
    width: 643px;
    float: left;
    margin-top: 30px;
    margin-right: 35px; }
    .main_list .item:nth-child(2n) {
      margin-right: 0; }
    .main_list .item ul {
      overflow: hidden; }
      .main_list .item ul li {
        overflow: hidden;
        margin-top: 22px; }
        .main_list .item ul li a {
          overflow: hidden;
          display: block;
          box-sizing: border-box; }
          .main_list .item ul li a .fl {
            overflow: hidden;
            float: left; }
            .main_list .item ul li a .fl div {
              width: 4px;
              height: 4px;
              border-radius: 50%;
              background: #d10000;
              margin-top: 10px;
              float: left; }
            .main_list .item ul li a .fl p {
              font-size: 18px;
              color: #000000;
              line-height: 1;
              float: left;
              width: 490px;
              margin-left: 10px;
              overflow: hidden;
              text-overflow: ellipsis;
              white-space: nowrap; }
          .main_list .item ul li a span {
            display: block;
            float: right;
            font-size: 18px;
            line-height: 1;
            color: #919191; }
    .main_list .item .pic {
      width: 100%;
      overflow: hidden; }
      .main_list .item .pic .pic {
        width: 311px;
		height:209px;
        float: left;
        margin-top: 22px;
        margin-right: 21px;
        position: relative; }
        .main_list .item .pic .pic:nth-child(2n) {
          margin-right: 0; }
        .main_list .item .pic .pic img {
          display: block;
          width: 100%;
          height: 100%;
          transition: all .4s; }
        .main_list .item .pic .pic:hover img {
          transform: scale(1.1); }
        .main_list .item .pic .pic p {
          width: 100%;
          font-size: 18px;
          color: #fff;
          line-height: 32px;
          text-align: center;
          position: absolute;
          left: 0;
          bottom: 0;
          background: rgba(0, 0, 0, 0.6); }
    .main_list .item h2 {
      font-size: 28px;
      font-weight: bold;
      cursor: pointer;
      margin-right: 50px;
      position: relative;
      color: #000000;
      display: inline-block;
      line-height: 53px; }
      .main_list .item h2 img {
        position: absolute;
        left: 50%;
        margin-left: -6px;
        bottom: -10px;
        display: none; }
      .main_list .item h2:last-child {
        margin-right: 0; }
      .main_list .item h2.on {
        color: #015293;
        border-bottom: 5px solid #015293; }
        .main_list .item h2.on img {
          display: block; }

ul li:hover a .fl p {
  color: #015293 !important; }

ul li:hover a span {
  color: #015293 !important; }

@media (max-width: 1450px) {
  .header ul li {
    width: 150px; } }
@media (max-width: 1250px) {
  .header ul li {
    width: 130px;
    font-size: 26px; } }


.pagebar{padding: 20px 0;text-align: center;}
.pagebar span,.pagebar a{display: inline-block;width: 30px;min-height: 30px; padding:0px 3px;line-height: 28px;text-align: center;border: 1px solid #3169b0;margin: 2px;}
.pagebar a{color: #3169b0}
.pagebar span,.pagebar a:hover{background-color: #3169b0;color: #fff;}
.pagebar2{padding: 20px 0;text-align: center;}
.pagebar2 span,.pagebar2 a{display: inline-block;width: 30px;min-height: 30px; padding:0px 3px;line-height: 28px;text-align: center;border: 1px solid #3169b0;margin: 2px;}
.pagebar2 a{color: #3169b0}
.pagebar2 span,.pagebar2 a:hover{background-color: #3169b0;color: #fff;}
.search{width:100%; height:67px; float:left; }
.search .kuang{width:1330px; height:67px; margin:0 auto; line-height:67px;}
.search .kuang .zuo{float:left}
.search .kuang .zuo .resouci{font-size:28px; color:#015193; margin-left:20px}
.search .kuang .zuo .resouci2{font-size:18px; color:#000; margin-left:30px}
.search .kuang .zuo .resouci2 a{color:#000000}
.search .kuang .you{ width:428px; float:right; height:67px; line-height:67px;}
.search .kuang .you .sousuo{ width:313px; float:left; background:url(https://www.xjyt.gov.cn/yutian/images/123.jpg); height:67px;}
.search .kuang .you .anniu{width:115px; float:left; background:url(../png/akzm2f.png); height:67px;}