/****  首页标题样式  ****/
.index-tit {
    width: 100%;
    height: 120px;
    height: 1.2rem;
    text-align: center;
    background: url(2022-index-tit-zwgk.png) no-repeat center;
    background-size: cover;

}

.index-tit.zwfw {
    background-image: url(2022-index-tit-zwfw.png);
}

.index-tit.hdjl {
    background-image: url(2022-index-tit-hdjl.png);
}

.index-tit.tzyy {
    background-image: url(2022-index-tit-tzyy.png);
}

.index-tit.zswl {
    background-image: url(2024-index-tit-zswl.png);
}

.index-tit a {
    width: 418px;
    width: 4.18rem;
    height: 100%;
    display: inline-block;
}

/****  banner  ****/
.index-banner {
    width: 100%;
    height: 710px;
    height: 7.1rem;
    position: relative;
}

.index-banner .bg {
    position: absolute;
    left: 0;
    top: 0;
    background: url(2022-index-banner.png) repeat-x top;
    width: 100%;
    height: 227px;
    height: 2.27rem;
    z-index: 2;
    background-size: auto 100%;
}

.index-banner .logo {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 3;
}

.index-banner .logo img {
    width: 485px;
    width: 4.85rem;
    display: block;
    margin: 100px auto 0;
    margin: 1rem auto 0;
}

.index-banner .logo .logo-gh {
    width: 97px;
    width: .97rem;
    display: block;
    margin: 100px auto 0;
    margin: 1rem auto 0;
}

.index-banner .logo .logo-font {
    width: 485px;
    width: 4.85rem;
    display: block;
    margin: 20px auto 0;
    margin: .2rem auto 0;
}

.index-banner #banner-swiper {
    height: 710px;
    height: 7.1rem;
}

.index-banner #banner-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index-banner #banner-swiper .picfont {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
    object-fit: initial;
}

 /* ai问答机器人 开始 */
 .ai-nav-box {
    position: fixed;
    right: 0;
    bottom: 144px;
    z-index: 999;
  }

  .ai-nav-box:hover {
    bottom: 60px;
  }

  .ai-nav-box .ai-nav-toggle {
    overflow: hidden;
    width: 148px;
    position: relative;
    height: 170px;
  }

  .ai-nav-box:hover .ai-nav-toggle {
    display: none;
  }

  .ai-nav-box .ai-nav-toggle .ai-nav-toggle-tip {
    width: 140px;
  }

  .ai-nav-box .ai-nav-toggle .ai-nav-toggle-lead {
    height: 135px;
    position: absolute;
    right: -55px;
    top: 60px;
    transform: rotate(-45deg);
  }

  .ai-nav-box .ai-nav {
    width: 240px;
    height: 420px;
    position: relative;
    display: none;
  }

  .ai-nav-box:hover .ai-nav {
    display: block;
  }

  .ai-nav-box .ai-nav::before {
    position: absolute;
    content: "";
    width: 200%;
    height: 100%;
    left: 0;
    top: -20px;
    border-radius: 50% 0 0 50%;
  }

  .ai-nav-box .ai-nav .ai-nav-img-box {
    height: 135px;
    position: absolute;
    right: 20px;
    top: 130px;
  }

  .ai-nav-box .ai-nav .ai-nav-img-box img {
    height: 100%;
  }

  .ai-nav-box .ai-nav .ai-nav-item {
    position: absolute;
    font-size: 14px;
    text-align: center;
    color: #ea6a6b;
    width: 70px;
    height: auto;
    padding-top: 52px;
    right: 40px;
    top: 40px;
    background-image: url("xyt-ico-znwd.png");
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 50px;
    text-decoration: none;
  }
  .ai-nav-box .ai-nav .ai-nav-item:hover {
    font-weight: bold;
  }

  .ai-nav-box .ai-nav .ai-nav-item.nav-2 {
    right: 110px;
    top: 75px;
    background-image: url("xyt-ico-zwfw.png");
  }

  .ai-nav-box .ai-nav .ai-nav-item.nav-3 {
    right: 150px;
    top: 160px;
    background-image: url("xyt-ico-zzjd.png");
  }

  .ai-nav-box .ai-nav .ai-nav-item.nav-4 {
    right: 110px;
    top: 240px;
    background-image: url("xyt-ico-zcwd.png");
  }

  .ai-nav-box .ai-nav .ai-nav-item.nav-5 {
    right: 40px;
    top: 275px;
    background-image: url("xyt-ico-fwdt.png");
  }

  .ai-nav-box .ai-nav .ai-nav-item.nav-1:hover {
    background-image: url("xyt-ico-znwd-hover.png");
  }

  .ai-nav-box .ai-nav .ai-nav-item.nav-2:hover {
    background-image: url("xyt-ico-zwfw-hover.png");
  }

  .ai-nav-box .ai-nav .ai-nav-item.nav-3:hover {
    background-image: url("xyt-ico-zzjd-hover.png");
  }

  .ai-nav-box .ai-nav .ai-nav-item.nav-4:hover {
    background-image: url("xyt-ico-zcwd-hover.png");
  }

  .ai-nav-box .ai-nav .ai-nav-item.nav-5:hover {
    background-image: url("xyt-ico-fwdt-hover.png");
  }

  @media screen and (max-width: 768px) {
    .ai-nav-box {
      display: none;
    }
  }

  /* ai问答机器人 结束 */

/**** 政务要闻  ****/
.index-zwyw {
    background-color: #ecf5ff;
    padding-bottom: 32px;
    padding-bottom: .32rem;
}

/**** 政务要闻 头条  ****/
.index-tt {
    padding: 32px 0;
    padding: .32rem 0;
    height: 100px;
    height: 1rem;
    overflow: hidden;
}

.index-zwyw .mainWidth::after,
.index-tt::after {
    content: '';
    clear: both;
    display: block;
}

.index-tt .tt-head {
    width: 103px;
    width: 1.03rem;
    height: 100px;
    height: 1rem;
    float: left;
    text-align: center;
    position: relative;
    padding: 0 10px;
    padding: 0 .1rem;
    border-radius: 10px;
    border: .1rem;
    background-color: #d4e7ff;
}

.index-tt .tt-head a {
    width: 100%;
    height: 80px;
    height: .8rem;
    padding: 10px 0;
    padding: .1rem 0;
    display: block;
    color: #3771bb;
    font-size: 28px;
    font-size: .24rem;
    font-weight: 700;
    line-height: 40px;
    line-height: .4rem;
}

.index-tt #tt-swiper {
    width: 1277px;
    width: 12.77rem;
    float: left;
}

.index-tt .tt-day {
    width: 123px;
    width: 1.23rem;
    height: 100px;
    height: 1rem;
    background-color: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    float: left;
}

.index-tt .tt-day .year {
    width: 100%;
    text-align: center;
    background-color: #1a67c0;
    height: 28px;
    height: .28rem;
    line-height: 28px;
    line-height: .28rem;
    color: #ffffff;
    font-size: 14px;
    font-size: .14rem;
}

.index-tt .tt-day .day {
    height: 72px;
    height: .72rem;
    line-height: 74px;
    line-height: .74rem;
    text-align: center;
    font-size: 16px;
    font-size: .16rem;
    color: #1a67c0;
    overflow: hidden;
}

.index-tt .tt-day .day span {
    font-size: 45px;
    font-size: .45rem;
    font-weight: 700;
    line-height: 68px;
    line-height: .68rem;
    margin-right: 5px;
    margin-right: .05rem;
}

.index-tt .a-tit {
    font-size: 37px;
    font-size: .37rem;
    color: #34332f;
    line-height: 50px;
    line-height: .5rem;
    font-weight: 700;
    width: 940px;
    width: 9.4rem;
    margin-left: 140px;
    margin-left: 1.4rem;
    float: left;
    text-align: center;
}

.index-tt .a-tit a {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 2;
    word-wrap: break-word;
    word-break: break-all;
}

.index-tt .a-tit a:hover {
    color: #03529b;
}

/****  政务要闻 新闻  ****/
.index-news-img {
    width: 740px;
    width: 7.4rem;
    height: 506px;
    height: 5.06rem;
    float: left;
    overflow: hidden;
}

.index-news-img .img-box {
    width: 740px;
    width: 7.4rem;
    height: 506px;
    height: 5.06rem;
    overflow: hidden;
    position: relative;
}

.index-news-img .img-box img {
    min-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
}

.index-news-img label {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 66px;
    height: .66rem;
    line-height: 66px;
    line-height: .66rem;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2;
    color: #ffffff;
    width: 580px;
    width: 5.8rem;
    padding: 0 140px 0 20px;
    padding: 0 1.4rem 0 .2rem;
    font-size: 25px;
    font-size: .25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;

}

.index-news-img .swiper-pagination {
    text-align: right;
    bottom: 27px;
    bottom: .27rem;
    padding-right: 10px;
    padding-right: .1rem;
    width: calc(100% - 10px);
    width: calc(100% - .1rem);
}

.index-news-img .swiper-pagination-bullet {
    width: 11px;
    width: .11rem;
    height: 11px;
    height: .11rem;
    border-radius: 50%;
    background-color: #80888d;
    opacity: 1;
    margin: 0 .04rem !important;
}

.index-news-img .swiper-pagination-bullet-active {
    background-color: #007aff;
}

.index-news-txt {
    float: right;
    width: 640px;
    width: 6.4rem;
}

.index-news-txt .pHead01 li {
    /* margin-right: 20px;
    margin-right: .2rem; */
    margin-right: 70px;
    margin-right: .7rem;
}

.index-news-txt .con {
    height: 378px;
    height: 3.78rem;
    overflow: hidden;
    padding: 0 5px;
}

.index-news-txt .btn-box {
    height: 69px;
    height: .69rem;
    width: 100%;
    position: relative;
}

.index-news-txt .btn-box img {
    height: 100%;
    display: inline-block;
    z-index: 2;
    position: relative;
}

.index-news-txt .btn-box a {
    height: 69px;
    height: .69rem;
    text-align: center;
    display: inline-block;
    position: absolute;
    top: 0;
}

.index-news-txt .btn-gwy {
    width: 340px;
    width: 3.4rem;
    left: 0;
}

.index-news-txt .btn-gwy::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 325px;
    width: 3.25rem;
    height: 0;
    border-top: 69px solid #cee1fa;
    border-top: .69rem solid #cee1fa;
    border-right: 69px solid transparent;
    border-right: .69rem solid transparent;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-news-txt .btn-gwy:hover::after {
    border-top-color: #acd0ff;
}

.index-news-txt .btn-jrcq {
    width: 240px;
    width: 2.4rem;
    right: 0;
}

.index-news-txt .btn-jrcq::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 225px;
    width: 2.25rem;
    height: 0;
    border-bottom: 69px solid #d7e4f4;
    border-bottom: .69rem solid #d7e4f4;
    border-left: 69px solid transparent;
    border-left: .69rem solid transparent;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
}

.index-news-txt .btn-jrcq:hover::after {
    border-bottom-color: #c5d8f0;
}

/**** 政务要闻 宣传栏  ****/
.index-xc {
    margin-top: 32px;
    margin-top: .32rem;
    width: 100%;
    height: 120px;
    height: 1.2rem;
    overflow: hidden;
}

.index-xc a {
    width: 100%;
    height: 120px;
    height: 1.2rem;
    display: block;
    overflow: hidden;
    position: relative;
}

.index-xc img {
    min-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
}

.index-xc img.pc {
    display: block;
}

.index-xc img.wap {
    display: none;
}

.index-xc .swiper-pagination-bullet {
    width: 11px;
    width: .11rem;
    height: 11px;
    height: .11rem;
    border-radius: 50%;
    background-color: #ffffff;
    opacity: 1;
    margin: 0 .04rem !important;
}

.index-xc .swiper-pagination-bullet-active {
    background-color: #007aff;
}

/**** 政务公开  ****/
.index-zwgk {
    background-color: #f8f8f8;
    padding: 32px 0;
    padding: .32rem 0;
}

.index-zwgk::after {
    content: '';
    clear: both;
    display: block;
}

.index-zwgk::before {
    content: '';
    display: block;
    clear: both;
}

.index-zwgk .zwgk-left {
    width: 990px;
    width: 9.9rem;
    float: left;
    margin-top: 30px;
    margin-top: .3rem;
}

.index-zwgk .zwgk-left .s-box {
    width: 100%;
    height: 80px;
    height: .8rem;
    background-color: #eeeeee;
}

.index-zwgk .zwgk-left .s-box .ipt {
    width: 840px;
    width: 8.4rem;
    margin-left: 30px;
    margin-left: .3rem;
    font-size: 18px;
    font-size: .18rem;
    display: inline-block;
    outline: none;
    height: 30px;
    height: .3rem;
    margin-top: 25px;
    margin-top: .25rem;
    border: 0;
    background: none;
}

.index-zwgk .zwgk-left .s-box .ipt::placeholder {
    font-size: 18px;
    font-size: .18rem;
}

.index-zwgk .zwgk-left .s-box .btn {
    width: 80px;
    width: .8rem;
    height: 35px;
    height: .35rem;
    display: inline-block;
    outline: none;
    margin-top: 23px;
    margin-top: .23rem;
    outline: none;
    border: 0;
    cursor: pointer;
    border-radius: 10px;
    background: url(2022-index-zwgk-search-ico.png) no-repeat center #3771bb;
    background-size: 21px 20px;
    background-size: .21rem .2rem;
    
}

.index-zwgk .zwgk-left .news-box {
    margin-top: 20px;
    margin-top: .2rem;
}

.index-zwgk .zwgk-left .news-box .pHead01 li {
    margin-right: 20px;
    margin-right: .2rem;
}

.index-zwgk .zwgk-left .news-box .con {
    padding: 0 5px;
}

.index-zwgk .zwgk-left .zfxxgk {
    margin-top: 20px;
    margin-top: .2rem;
    background-color: #e9f1ff;
    padding: 22px 0;
    padding: .22rem 0;
}

.index-zwgk .zwgk-left .zfxxgk .tit {
    text-align: center;
}

.index-zwgk .zwgk-left .zfxxgk .tit img {
    display: inline-block;
    width: 309px;
    width: 3.09rem;

}

.index-zwgk .zwgk-left .zfxxgk .btn {
    margin-top: 18px;
    margin-top: .18rem;
}

.index-zwgk .zwgk-left .zfxxgk .btn::after {
    content: '';
    display: block;
    clear: both;
}

.index-zwgk .zwgk-left .zfxxgk .btn a {
    display: inline-block;
    width: 232px;
    width: 2.32rem;
    height: 64px;
    height: .64rem;
    line-height: 64rem;
    line-height: .64rem;
    background-color: #d4e7ff;
    margin-left: 12px;
    margin-left: .12rem;
    font-size: 20px;
    font-size: .2rem;
    color: #03529b;
    float: left;
}

.index-zwgk .zwgk-left .zfxxgk .btn img {
    display: block;
    float: left;
    height: 32px;
    height: .32rem;
    margin: 15px 12px 0;
    margin: .15rem .12rem 0;
    
}

.index-zwgk .zwgk-left .zfxxgk .btn span {
    float: left;
}

.index-zwgk .zwgk-left .zfxxgk .btn a:hover {
    background-color: #bedffb;
}

.index-zwgk .zwgk-left .zfxxgk .btn a:hover img {
    animation: xuanzhuan 1200ms ease-out infinite alternate;
}

.index-zwgk .zwgk-right {
    width: 390px;
    width: 3.9rem;
    float: right;
    background-color: #f2f1f1;
    padding-bottom: 15px;
    padding-bottom: .15rem;
    margin-top: 30px;
    margin-top: .3rem;
}

.index-zwgk .zwgk-right .ld {
    padding-top: 18px;
    padding-top: .18rem;
    text-align: center;
}

.index-zwgk .zwgk-right .ld::after,
.index-zwgk .zwgk-right .btn-ul::after {
    content: '';
    display: block;
    clear: both;
}

.index-zwgk .zwgk-right .ld li {
    width: 138px;
    width: 1.38rem;
    float: left;
    margin-left: 38px;
    margin-left: .38rem;
}

.index-zwgk .zwgk-right .ld .img-box {
    display: block;
    width: 138px;
    width: 1.38rem;
    height: 178px;
    height: 1.78rem;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.index-zwgk .zwgk-right .ld .img-box img {
    width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
}

.index-zwgk .zwgk-right .ld .name {
    display: block;
    width: 100%;
    margin-top: 12px;
    margin-top: .12rem;
    font-size: 16px;
    font-size: .16rem;
    cursor: pointer;
}

.index-zwgk .zwgk-right .ld a:hover {
    color: #ff0000;
}

.index-zwgk .zwgk-right .btn-ul {
    padding: 10px 17px 0 29px;
    padding: .1rem .17rem 0 .29rem;
}

.index-zwgk .zwgk-right .btn-ul li {
    float: left;
    margin-right: 12px;
    margin-right: .12rem;
}

.index-zwgk .zwgk-right .btn-ul li a {
    width: 160px;
    width: 1.6rem;
    height: 64px;
    height: .64rem;
    line-height: 64px;
    line-height: .64rem;
    display: block;
    background-color: #d8e5fe;
    border-radius: 10px;
    color: #03529b;
    font-size: 16px;
    font-size: .16rem;
    text-align: center;
    margin: 20px auto 0;
    margin: .2rem auto 0;
}

.index-zwgk .zwgk-right .btn-ul li a:hover {
    background-color: #bedffb;
}

.index-zwgk .zwgk-right .jczwgk {
    margin: 19px 12px 0;
    margin: .19rem .12rem 0;
    display: block;
}

.index-zwgk .zwgk-right .jczwgk img {
    width: 100%;
    display: block;
    
}

/**** 政务服务  ****/
.index-zwfw {
    background-color: #f8f8f8;
    padding: 32px 0 0;
    padding: .32rem 0 0;
}

.index-zwfw .zwfw-box {
    background-color: #ffffff;
    padding: 40px 0 50px;
    padding: .4rem 0 .5rem;
    margin-top: 30px;
    margin-top: .3rem;
}

.index-zwfw .zwfw-box::after {
    content: '';
    display: block;
    clear: both;
}

.index-zwfw .zwfw-box .box {
    width: 33.33%;
    float: left;
    text-align: center;
}

.index-zwfw .zwfw-box .box .tit {
    font-size: 29px;
    font-size: .29rem;
    color: #222222;
}

.index-zwfw .zwfw-box .box .tit i {
    width: 69px;
    width: .69rem;
    height: 69px;
    height: .69rem;
    background: no-repeat center;
    background-size: contain;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 10px;
    
}

.index-zwfw .zwfw-box .box .tit i.i01 {
    background-color: #4baafc;
    background-image: url(2022-index-zwfw-tit-ico01.png);
}

.index-zwfw .zwfw-box .box .tit i.i02 {
    background-color: #2069c7;
    background-image: url(2022-index-zwfw-tit-ico02.png);
}

.index-zwfw .zwfw-box .box .tit i.i03 {
    background-color: #3c81d9;
    background-image: url(2022-index-zwfw-tit-ico03.png);
}

.index-zwfw .zwfw-box .box ul {
    border-right: 1px solid #cccccc;
    padding: 10px 12% 0;
    padding: .1rem 12% 0;
    margin-top: 10px;
    margin-top: .1rem;
}

.index-zwfw .zwfw-box .box ul::after {
    content: '';
    display: block;
    clear: both;
}

.index-zwfw .zwfw-box .box ul li {
    float: left;
    width: 33.33%;
    text-align: center;
    padding: 8px 0;
    padding: .08rem 0;
}

.index-zwfw .zwfw-box .box ul li a {
    color: #1764ce;
    width: 100%;
    display: block;
    line-height: 40px;
    line-height: .4rem;
}

.index-zwfw .zwfw-box .box ul li a:hover {
    background-color: #e9f1ff;
}

.index-zwfw .zwfw-box .box ul li.msg {
    width: 100%;
    color: #888888;
    margin-bottom: 15px;
    margin-bottom: .15rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index-zwfw .zwfw-box .box:nth-child(3) ul {
    border-right: 0;
}

.index-zwfw .ykb {
    margin-top: 30px;
    margin-top: .3rem;
    height: 64px;
    height: .64rem;
    position: relative;
}

.index-zwfw .ykb img {
    width: 100%;
    height: 122px;
    height: 1.22rem;
    display: block;
    
}

.index-zwfw .img-link {
    margin-top: 30px;
    margin-top: .3rem;
    height: 55px;
    height: .55rem;
    position: relative;
}

.index-zwfw .img-link a {
    width: 447px;
    width: 4.47rem;
    height: 110px;
    height: 1.1rem;
    float: left;
    display: block;
    margin-right: 29px;
    margin-right: .29rem;
}

.index-zwfw .img-link a:nth-child(3) {
    float: right;
    margin-right: 0;
}

.index-zwfw .img-link img {
    width: 100%;
    height: auto;
    display: block;
}

/**** 互动交流  ****/
.index-hdjl {
    background: url(2022-index-hdjl-bg.jpg) no-repeat center;
    background-size: cover;
    padding-top: 90px;
    padding-top: .9rem;
    
    padding-bottom: 30px;
    padding-bottom: .3rem;
}

.index-hdjl .mainWidth {
    margin-top: 30px;
    margin-top: .3rem;
}

.index-hdjl .mainWidth::after {
    content: '';
    display: block;
    clear: both;
}

.index-hdjl .hdjl-left {
    float: left;
}

.index-hdjl .hdjl-left .a-link {
    width: 194px;
    width: 1.94rem;
    width: calc(1.98rem - 2px);
    height: 338px;
    height: 3.38rem;
    /* height: 208px;
    height: 2.08rem; */
    margin-right: 10px;
    margin-right: .1rem;
    display: block;
    background: no-repeat bottom url(2022-index-hdjl-btn-bg01.png) #dfecfd;
    background-size: contain;
    border: 1px solid #c8d8f0;
    float: left;
    border-radius: 6px;
    text-align: center;
    color: #3978cc;
    font-weight: 600;
}

.index-hdjl .hdjl-left .a-link img {
    width: 60px;
    width: .6rem;
    display: block;
    margin: 110px auto 20px;
    margin: 1.1rem auto .2rem;
    /* margin: 45px auto 20px;
    margin: .45rem auto .2rem; */
}

.index-hdjl .hdjl-left .img-link {
    width: calc(1.98rem * 2 + 4px + .05rem);
    height: 118px;
    height: 1.18rem;
    margin-top: 10px;
    margin-top: .1rem;
}

.index-hdjl .hdjl-left .img-link img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.index-hdjl .hdjl-mid {
    float: left;
    width: 494px;
    width: 4.94rem;
}

.index-hdjl .hdjl-mid .a-link {
    width: 233px;
    width: 2.33rem;
    width: calc(2.37rem - 2px);
    height: 163px;
    height: 1.63rem;
    margin-right: 10px;
    margin-right: .1rem;
    display: block;
    background: no-repeat bottom url(2022-index-hdjl-btn-bg02.png) #dfecfd;
    background-size: contain;
    border: 1px solid #c8d8f0;
    float: left;
    border-radius: 6px;
    text-align: center;
    color: #3978cc;
    font-weight: 600;
    margin-top: 10px;
    margin-top: .1rem;
}

.index-hdjl .hdjl-mid .a-link:nth-child(1),
.index-hdjl .hdjl-mid .a-link:nth-child(2) {
    margin-top: 0;
}

.index-hdjl .hdjl-mid .a-link:nth-child(2n) {
    margin-right: 0;
}

.index-hdjl .hdjl-mid .a-link img {
    width: 60px;
    width: .6rem;
    display: block;
    margin: 35px auto 15px;
    margin: .35rem auto .15rem;
    
}

.index-hdjl .hdjl-right {
    width: 486px;
    width: 4.86rem;
    float: right;
}

.index-hdjl .hdjl-right .mail {
    width: auto;
    height: 163px;
    height: 1.63rem;
    border: 1px solid #c8d8f0;
    background-color: #ecf5ff;
    border-radius: 6px;
}

.index-hdjl .hdjl-right .mail .tit {
    width: 136px;
    width: 1.36rem;
    height: 100%;
    float: left;
}

.index-hdjl .hdjl-right .mail .tit img {
    width: 106px;
    width: 1.06rem;
    display: block;
    margin: 28px 0 0 30px;
    margin: .28rem 0 0 .3rem;
    
}

.index-hdjl .hdjl-right .mail .link-box {
    float: right;
    height: 100%;
    overflow: hidden;
    width: 318px;
    width: 3.18rem;
}

.index-hdjl .hdjl-right .mail .a-link {
    float: left;
    display: block;
    width: 142px;
    width: 1.42rem;
    line-height: 47px;
    line-height: .47rem;
    background-color: #d2e6ff;
    border-radius: 10px;
    border-radius: .1rem;
    margin-right: 18px;
    margin-right: .18rem;
    margin-top: 28px;
    margin-top: .28rem;
}

.index-hdjl .hdjl-right .mail .a-link:nth-child(2),
.index-hdjl .hdjl-right .mail .a-link:nth-child(3) {
    margin-right: 0;
}

.index-hdjl .hdjl-right .mail .a-link.a02 {
    margin-top: 10px;
    margin-top: .1rem;
    width: 302px;
    width: 3.02rem;
}

.index-hdjl .hdjl-right .mail .a-link img {
    width: 24px;
    width: .24rem;
    margin: 12px 10px 0 16px;
    margin: .12rem .1rem 0 .16rem;
    display: block;
    float: left;
    
}

.index-hdjl .hdjl-right .mail .a-link.a02 img {
    margin-left: 94px;
    margin-left: .94rem;
}

.index-hdjl .hdjl-right .mail .a-link:hover {
    background-color: #bedffb;
}

.index-hdjl .hdjl-right .img-link {
    margin-top: 10px;
    margin-top: .1rem;
    display: block;
    float: left;
    width: 240px;
    width: 2.4rem;
    height: 161px;
    height: 1.61rem;
    overflow: hidden;
    position: relative;
}

.index-hdjl .hdjl-right .img-link:nth-child(2) {
    float: right;
}

.index-hdjl .hdjl-right .img-link img {
    display: block;
    border-radius: 6px;
    min-width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
}

.index-hdjl .hdjl-left .a-link:hover img,
.index-hdjl .hdjl-mid .a-link:hover img,
.index-hdjl .hdjl-right .mail .a-link:hover img {
    animation: xuanzhuan 1200ms ease-out infinite alternate;
}

/**** 投资云阳  ****/
.index-tzyy {
    padding: 60px 0 30px;
    padding: .6rem 0 .3rem;
    background: url(2022-index-tzyy-bg.jpg) no-repeat right top #ecf5ff;
    background-size: 332px auto;
    background-size: 3.32rem auto;
}

.index-tzyy .tzyy-tit {
    margin-top: 30px;
    margin-top: .3rem;
}

.index-tzyy .tzyy-tit::after {
    content: '';
    display: block;
    clear: both;
}

.index-tzyy .tzyy-tit li {
    width: 50%;
    float: left;
    height: 120px;
    height: 1.2rem;
    line-height: 120px;
    line-height: 1.2rem;
}

.index-tzyy .tzyy-tit li a {
    background-color: #d5e4f5;
    display: block;
    width: 100%;
    height: 100%;
    font-family: '宋体';
    font-size: 30px;
    font-size: .3rem;
    font-weight: 900;
    color: #3771bb;
    text-align: center;
}

.index-tzyy .tzyy-tit li.active a {
    color: #ffffff;
    background-color: #3771bb;
}

.index-tzyy .tzyy-con {
    margin-top: 30px;
    margin-top: .3rem;
    background-color: #ffffff;
    height: 336px;
    height: 3.36rem;
    position: relative;
}

.index-tzyy .tzyy-con .swiper-container {
    height: 336px;
    height: 3.36rem;
}

.index-tzyy .tzyy-con .swiper-button-next,
.index-tzyy .tzyy-con .swiper-button-prev {
    width: 53px;
    width: .53rem;
    height: 53px;
    height: .53rem;
    border-radius: 100%;
    background-color: #ffffff;
    outline: none;
}

.index-tzyy .tzyy-con .swiper-button-next::after,
.index-tzyy .tzyy-con .swiper-button-prev::after {
    font-size: 20px;
    font-size: .2rem;
    font-weight: 700;
    color: #404040;
}

.index-tzyy .tzyy-con .swiper-button-next {
    right: -100px;
    right: -1rem;
}

.index-tzyy .tzyy-con .swiper-button-prev {
    left: -100px;
    left: -1rem;
}

.index-tzyy .tzyy-con .morebtnbox li {
    display: none;
}

.index-tzyy .tzyy-con .morebtnbox li.active {
    display: block;
}

.index-tzyy .tzyy-con .tzyy-ul {
    display: none;
}

.index-tzyy .tzyy-con .tzyy-ul li {
    width: 50%;
    float: left;
    height: 336px;
    height: 3.36rem;
}

.index-tzyy .tzyy-con p,
.index-tzyy .tzyy-con .tzyy-ul li p {
    margin: 0 30px;
    margin: 0 .3rem;
}

.index-tzyy .tzyy-con .day,
.index-tzyy .tzyy-con .tzyy-ul li .day {
    margin-top: 50px;
    margin-top: .5rem;
    color: #7b99c6;
    font-size: 20px;
    font-size: .2rem;
}

.index-tzyy .tzyy-con .day::after,
.index-tzyy .tzyy-con .tzyy-ul li .day::after {
    content: '';
    display: block;
    clear: both;
}

.index-tzyy .tzyy-con .day span,
.index-tzyy .tzyy-con .tzyy-ul li .day span {
    line-height: 24px;
    line-height: .24rem;
    margin-top: 32px;
    margin-top: .32rem;
    display: block;
    float: left;
}

.index-tzyy .tzyy-con .day .s01,
.index-tzyy .tzyy-con .tzyy-ul li .day .s01 {
    color: #2362a7;
    font-size: 58px;
    font-size: .58rem;
    line-height: 62px;
    line-height: .62rem;
    margin-top: 0;
    margin-right: 18px;
    margin-right: .18rem;
}

.index-tzyy .tzyy-con .tit,
.index-tzyy .tzyy-con .tzyy-ul li .tit {
    font-size: 20px;
    font-size: .2rem;
    margin-top: 30px;
    margin-top: .3rem;
}

.index-tzyy .tzyy-con .tit a,
.index-tzyy .tzyy-con .tzyy-ul li .tit a {
    color: #282828;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}

.index-tzyy .tzyy-con .txt,
.index-tzyy .tzyy-con .tzyy-ul li .txt {
    font-size: 16px;
    font-size: .16rem;
    color: #8f8f8f;
    margin-top: 20px;
    margin-top: .2rem;
}

.index-tzyy .tzyy-con .txt a,
.index-tzyy .tzyy-con .tzyy-ul li .txt a {
    color: #8f8f8f;
    width: 100%;
    display: block;
    line-height: 32px;
    line-height: .32rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -moz-box;
    -moz-box-orient: vertical;
    -moz-line-clamp: 3;
    word-wrap: break-word;
    word-break: break-all;
}

.index-tzyy .tzyy-con a:hover {
    color: #ff0000;
}

.index-tzyy .tzyy-con .tzyy-ul li:nth-child(3),
.index-tzyy .tzyy-con .tzyy-ul li:nth-child(4) {
    height: 2.86rem;
}

.index-tzyy .tzyy-con .tzyy-ul li:nth-child(3) .day,
.index-tzyy .tzyy-con .tzyy-ul li:nth-child(4) .day {
    margin-top: 0;
}

/**** 专题专栏  ****/
.index-ztzl {
    background-color: #ecf5ff;
    padding: 30px 0;
    padding: .3rem 0;
}

.index-ztzl::after,
.index-ztzl .ztzl-box::after {
    content: '';
    display: block;
    clear: both;
}

.index-ztzl .ztzl-box {
    float: left;
    width: 962px;
    width: 9.62rem;
    overflow: hidden;
    position: relative;
}

.index-ztzl .ztzl-box.ztzl-wap {
    display: none;
}

.index-ztzl .ztzl-box .zt-more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #175197;
    z-index: 11;
}

.index-ztzl .ztzl-box .zt-more:hover {
    color: #ff0000;
}

.index-ztzl .ztzl-box .swiper-container {
    width: 1002px;
    width: 10.02rem;
}

.index-ztzl .ztzl-box #zt-pagination,
.index-ztzl .ztzl-box #zt-pagination-wap {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-top: .2rem;
}

.index-ztzl .ztzl-box .swiper-pagination-bullet {
    width: 17px;
    width: .17rem;
    height: 17px;
    height: .17rem;
    border-radius: 50%;
    background-color: #84b7ef;
    opacity: 1;
    margin: 0 5px;
    margin: 0 .05rem;
    outline: none;
}

.index-ztzl .ztzl-box .swiper-pagination-bullet-active {
    background-color: #175197;
}

.index-ztzl .ztzl-box li {
    width: 294px;
    width: 2.94rem;
    height: 388px;
    height: 3.88rem;
    background-color: #f8f8f8;
    float: left;
}

.index-ztzl .ztzl-box li .img-box {
    width: 100%;
    height: 215px;
    height: 2.15rem;
    overflow: hidden;
    display: block;
    position: relative;
}

.index-ztzl .ztzl-box li .img-box img {
    width: 100%;
    min-height: 100%;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
    -ms-transform: translate(-50%, -50%) !important;
    *position: relative;
    *left: auto;
    *top: auto;
    
}

.index-ztzl .ztzl-box li .tit {
    width: 234px;
    width: 2.34rem;
    margin: 35px 30px;
    margin: .35rem .3rem;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #4d4d4d;
    text-align: center;
    font-size: 20px;
    font-size: .2rem;
    font-weight: 700;
}

.index-ztzl .ztzl-box li .more {
    width: 203px;
    width: 2.03rem;
    height: 40px;
    height: .40rem;
    line-height: 40px;
    line-height: .40rem;
    display: block;
    background-color: #e4effa;
    text-align: center;
    font-size: 16px;
    font-size: .16rem;
    font-weight: 700;
    color: #175197;
    border-radius: 20px;
    border-radius: .2rem;
    margin: 0 auto;
}

.index-ztzl .ztzl-box li:hover .more {
    margin-top: -10px;
    background-color: #175197;
    color: #ffffff;
}

.index-ztzl .ztzl-box li .more:hover {
    background-color: #175197;
    color: #ffffff;
}

.index-ztzl .kp-box {
    width: 398px;
    width: 3.98rem;
    height: 388px;
    height: 3.88rem;
    float: right;
    background-color: #f8f8f8;
    overflow: hidden;
}

.index-ztzl .kp-box .tit {
    line-height: 30px;
    line-height: .3rem;
    font-size: 22px;
    font-size: .22rem;
    font-weight: 700;
    text-align: center;
    color: #34619c;
    display: block;
    margin-top: 20px;
    margin-top: .2rem;
}

.index-ztzl .kp-box .head {
    border-bottom: 1px solid #c9d9f2;
}

.index-ztzl .kp-box .head::after {
    content: '';
    display: block;
    clear: both;
}

.index-ztzl .kp-box .head li {
    width: 50%;
    height: 54px;
    height: .54rem;
    line-height: 54px;
    line-height: .54rem;
    float: left;
    border-bottom: 1px solid #f8f8f8;
}

.index-ztzl .kp-box .head li a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #3c3c3c;
}

.index-ztzl .kp-box .head li.active {
    border-bottom: 1px solid #4071d0;
}

.index-ztzl .kp-box .head li.active a {
    color: #03529b;
    font-weight: bold;
}

.index-ztzl .kp-box .kp-table {
    padding: 0 10px;
}

.index-ztzl .kp-box .kp-table table {
    width: 100% !important;
    text-align: center;
    margin-top: 5px;
    margin-top: .05rem;
    margin: .05rem 0 0 0 !important;
    border: 0 !important;
    height: auto !important;
    padding: 0 !important;
}

.index-ztzl .kp-box .kp-table td {
    height: 44px !important;
    height: .44rem !important;
    width: auto !important;
    border: 0 !important;
    text-align: center !important;
    font-family: "微软雅黑", "microsoft yahei" !important;
    font-size: 16px !important;
    font-size: .16rem !important;
    font-weight: 400 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.index-ztzl .kp-box .kp-table col,
.index-ztzl .kp-box .kp-table th {
    width: auto !important;
}

.index-ztzl .kp-box .kp-table td span {
    text-align: center !important;
    font-family: "微软雅黑", "microsoft yahei" !important;
    font-size: 16px !important;
    font-size: .16rem !important;
    font-weight: 400 !important;
}

.index-ztzl .kp-box .kp-table tr {
    display: none;
}

.index-ztzl .kp-box .kp-table tr:first-child,
.index-ztzl .kp-box .kp-table tr:first-child+tr,
.index-ztzl .kp-box .kp-table tr:first-child+tr+tr,
.index-ztzl .kp-box .kp-table tr:first-child+tr+tr+tr,
.index-ztzl .kp-box .kp-table tr:first-child+tr+tr+tr+tr,
.index-ztzl .kp-box .kp-table tr:first-child+tr+tr+tr+tr+tr {
    display: table-row;
}

.index-ztzl .kp-box .kp-table tr:first-child {
    color: #0b63a0;
    font-size: 18px !important;
    font-size: .18rem !important;
}

.index-ztzl .kp-box .kp-table tr:first-child td:first-child {
    width: 60px !important;
    width: .6rem !important;
}

.index-fc {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999;
}

.index-fc a,
.index-fc img {
    display: block;
}

.index-fc .fc-img {
    position: relative;
    z-index: 1;
}

.index-fc .close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 2;
}

@media screen and (max-width: 768px) {

    .index-tit {
        height: .9rem;
    }

    .index-banner,
    .index-banner #banner-swiper {
        height: calc(100vw * 0.6);
    }

    .index-banner .logo img {
        width: 3rem;
        margin-top: .8rem;
    }
    
    .index-banner .logo .logo-gh {
        width: .6rem;
        margin-top: .8rem;
    }
    
    .index-banner .logo .logo-font {
        width: 3rem;
    }

    .index-banner .swiper-scrollbar {
        height: .05rem;
    }

    .index-tt {
        padding: .2rem 0 0;
    }

    .index-tt .tt-day,
    .index-tt .tt-head {
        display: none;
    }
    
    .index-tt #tt-swiper {
        width: 100%;
    }

    .index-tt .a-tit {
        width: 100%;
        margin: 0;
        font-size: .3rem;
        line-height: .4rem;
    }

    .index-news-img {
        width: 100%;
        height: auto;
        float: none;
    }

    .index-news-img .img-box {
        width: 100%;
        height: calc(100vw * 0.6);
    }

    .index-news-img label {
        width: calc(100% - 1.45rem);
        padding: 0 1.3rem 0 .15rem;
        height: .5rem;
        line-height: .5rem;
        font-size: .18rem;
    }

    .index-news-img .swiper-pagination {
        bottom: .18rem
    }

    .index-news-txt {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .index-news-txt .pHead01 li {
        margin-right: 0;
        padding: 0;
        text-align: center;
        width: 50%;
        padding-bottom: .04rem;
    }
    
    .index-news-txt .pHead01 li.active {
        padding-bottom: 0;
    }

    .index-news-txt .con {
        padding: 0;
    }

    .index-news-txt .btn-gwy {
        width: calc(60% - 5px);
    }

    .index-news-txt .btn-jrcq {
        width: calc(40% - 5px);
    }

    .index-news-txt .btn-gwy::after,
    .index-news-txt .btn-jrcq::after {
        width: calc(100% - 30px);
    }
    
    .index-xc {
        height: auto;
        margin-top: .2rem;
    }
    
    .index-xc a {
        height: .8rem;
    }
    
    .index-xc img {
        width: 100%;
        height: 100%;
    }
    
    .index-xc img.pc {
        display: none;
    }
    
    .index-xc img.wap {
        display: block;
    }
    
    .index-xc .swiper-pagination {
        display: none;
    }

    .index-zwgk {
        padding-bottom: 0;
    }

    .index-zwgk .zwgk-left {
        width: 100%;
        float: none;
        margin-top: 10px;
    }

    .index-zwgk .zwgk-left .s-box .ipt {
        width: calc(100% - 1.5rem);
    }

    .index-zwgk .zwgk-left .news-box .pHead01 li {
        width: 33.33%;
        margin: 0;
        padding: 0;
        border-bottom: .04rem solid #f8f8f8;
    }

    .index-zwgk .zwgk-left .news-box .pHead01 li.active {
        border-color: #4071d0;
    }

    .index-zwgk .zwgk-left .news-box .con {
        padding: 0;
    }

    .index-zwgk .zwgk-left .zfxxgk .btn {
        margin-top: 0;
    }

    .index-zwgk .zwgk-left .zfxxgk .btn a {
        width: calc(50% - 15px);
        margin: 10px 0 0 10px;
        height: auto;
    }

    .index-zwgk .zwgk-left .zfxxgk .btn img {
        float: none;
        margin: .2rem auto 0;
    }

    .index-zwgk .zwgk-left .zfxxgk .btn span {
        width: 100%;
        display: block;
        text-align: center;
        float: none;
        line-height: .55rem;
    }

    .index-zwgk .zwgk-right {
        width: 100%;
        float: none;
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .index-zwgk .zwgk-right .ld {
        padding-top: 20px;
    }

    .index-zwgk .zwgk-right .ld li {
        width: 50%;
        margin-left: 0;
    }

    .index-zwgk .zwgk-right .ld li a {
        display: block;
        width: 100%;
        text-align: center;
    }

    .index-zwgk .zwgk-right .ld .img-box {
        margin: 0 auto;
    }

    .index-zwgk .zwgk-right .btn-ul {
        padding-left: 0;
        padding-right: 0;
    }

    .index-zwgk .zwgk-right .btn-ul li {
        width: 50%;
        margin-right: 0;
    }

    .index-zwgk .zwgk-right .btn-ul li a {
        width: 85%;
    }

    .index-zwgk .zwgk-right .jczwgk {
        margin: 10px 10px 0;
    }

    .index-zwfw .zwfw-box {
        padding-top: 0;
    }

    .index-zwfw .zwfw-box .box {
        width: 100%;
        float: none;
        padding-top: 10px;
    }

    .index-zwfw .zwfw-box .box ul {
        border-right: 0;
        border-bottom: 1px solid #cccccc;
        padding-bottom: 10px;
        padding: .1rem 0 10px;
        margin: 0 5%;
    }

    .index-zwfw .zwfw-box .box:nth-child(3) ul {
        border-bottom: 0;
    }

    .index-zwfw .ykb {
        margin-top: 10px;
    }
    
    .index-zwfw .img-link {
        margin-top: 0;
        height: auto;
    }
    
    .index-zwfw .img-link a {
        width: auto;
        height: auto;
        margin-top: 10px;
        margin-right: 0;
        float: none;
    }

    .index-hdjl .hdjl-left {
        width: 33.33%;
    }

    .index-hdjl .hdjl-left .a-link {
        width: calc(100% - 12px);
        margin-right: 10px;
        height: auto;
        background-size: 100% auto;
        display: block;
        float: none;
        padding: 10px 0;
    }

    .index-hdjl .hdjl-left .a-link:nth-child(2) {
        margin-top: 10px;
    }
    
    .index-hdjl .hdjl-left .img-link {
        width: calc(100vw - 20px);
        height: auto;
        margin-top: 10px;
    }

    .index-hdjl .hdjl-mid {
        width: 66.66%;
    }

    .index-hdjl .hdjl-mid .a-link {
        width: calc(50% - 7px);
        height: auto;
        background-size: 100% auto;
        margin-top: 10px;
        margin-right: 10px;
        padding: 10px 0;
    }

    .index-hdjl .hdjl-mid .a-link:nth-child(2),
    .index-hdjl .hdjl-mid .a-link:nth-child(4) {
        margin-right: 0;
    }

    .index-hdjl .hdjl-left .a-link img,
    .index-hdjl .hdjl-mid .a-link img {
        margin: 0 auto .1rem;
        width: 25%;
    }

    .index-hdjl .hdjl-right {
        width: 100%;
        margin-top: 10px;
    }

    .index-hdjl .hdjl-right .mail {
        height: auto;
        padding: 10px 0;
    }

    .index-hdjl .hdjl-right .mail::after {
        content: '';
        display: block;
        clear: both;
    }

    .index-hdjl .hdjl-right .mail .tit {
        width: 33.33%;
    }

    .index-hdjl .hdjl-right .mail .tit img {
        margin: 0.28rem auto 0;
    }

    .index-hdjl .hdjl-right .mail .link-box {
        width: 66.66%;
    }

    .index-hdjl .hdjl-right .mail .a-link {
        margin-top: 0;
        width: calc(50% - 10px);
        line-height: .64rem;
    }

    .index-hdjl .hdjl-right .mail .a-link.a02 {
        width: calc(100% - 10px);
        margin-top: 10px;
    }

    .index-hdjl .hdjl-right .mail .a-link img {
        width: .32rem;
        margin: .16rem .1rem 0;
    }

    .index-hdjl .hdjl-right .mail .a-link.a02 img {
        margin-left: 28%;
    }

    .index-hdjl .hdjl-right .img-link {
        margin-top: 10px;
        width: calc(50% - 5px);
    }

    .index-hdjl .hdjl-right .img-link img {
        width: 100%;
    }

    .index-tzyy .tzyy-tit li {
        height: 1rem;
        line-height: 1rem;
    }

    .index-tzyy .tzyy-con #yshj-swiper,
    .index-tzyy .tzyy-con #zsyz-swiper,
    .index-tzyy .tzyy-con .morebtnbox {
        display: none;
    }

    .index-tzyy .tzyy-con,
    .index-tzyy .tzyy-con .swiper-container {
        height: auto;
    }

    .index-tzyy .tzyy-con .tzyy-ul {
        display: block;
    }

    .index-tzyy .tzyy-con .tzyy-ul li {
        height: auto;
    }

    .index-tzyy .tzyy-con .tzyy-ul li .day {
        margin-top: .3rem !important;
        margin: 0 .15rem;
    }
    
    .index-tzyy .tzyy-con .tit, .index-tzyy .tzyy-con .tzyy-ul li .tit {
        margin: .15rem .15rem 0;
    }

    .index-tzyy .tzyy-con .tzyy-ul li .txt {
        height: .9rem;
        margin: .15rem .15rem 0;
    }

    .index-tzyy .tzyy-con .tzyy-ul li .txt a {
        line-height: .3rem;
    }

    .index-ztzl {
        padding-top: 0;
    }

    .index-ztzl .ztzl-box {
        display: none;
    }

    .index-ztzl .ztzl-box.ztzl-wap {
        display: block;
    }

    .index-ztzl .ztzl-box {
        width: 100%;
        float: none;
        text-align: center;
    }

    .index-ztzl .ztzl-box .zt-more {
        position: relative;
        text-align: center;
        width: 100%;
        margin-top: 10px;
        background-color: #d9ebff;
        border-radius: 3px;
        display: inline-block;
        margin: 10px auto 0;
        padding: .15rem 0;
    }

    .index-ztzl .ztzl-box .swiper-container {
        width: 100%;
    }

    .index-ztzl .ztzl-box li {
        width: calc(100% - 10px);
        margin-right: 10px;
        height: auto;
        padding-bottom: .3rem;
    }

    .index-ztzl .ztzl-box li:last-child {
        margin-right: 0;
    }

    .index-ztzl .ztzl-box li .img-box {
        height: calc(100vw * 0.3);
    }

    .index-ztzl .ztzl-box li .tit {
        padding: .25rem 10px;
        margin: 0;
        width: calc(100% - 20px);
    }

    .index-ztzl .ztzl-box li .more {
        width: 80%;
    }

    .index-ztzl .kp-box {
        width: 100%;
        margin-top: .3rem;
        float: none;
        height: auto;
        padding-bottom: 10px;
    }

    .index-ztzl .kp-box .tit {
        padding: 10px 0;
    }

    .index-ztzl .kp-box .kp-table table {
        margin-top: 10px;
    }
    
    .index-fc {
        width: 50%;
    }
    
    .index-fc .fc-img {
        width: 100%;
    }
}

@media screen and (min-width: 769px) and (max-width: 1023px) {
    .index-news-txt .con .pList01 li a {
        width: 72%;
    }

    .index-zwgk .zwgk-left .news-box .pHead01 li {
        padding: 0 0.1rem;
        margin-right: 0.15rem;
    }

    .index-zwgk .zwgk-left .zfxxgk .btn a {
        height: auto;
        line-height: .3rem;
        padding: .2rem 0;
    }

    .index-zwgk .zwgk-left .zfxxgk .btn img {
        height: .4rem;
        margin: .12rem .18rem 0;
    }

    .index-zwgk .zwgk-left .zfxxgk .btn span {
        width: 1.3rem;
    }

    .index-zwgk .zwgk-right .btn-ul {
        margin-top: 0;
    }

    .index-zwgk .zwgk-right .btn-ul li a {
        margin-top: .14rem;
    }

    .index-zwfw .zwfw-box .box ul {
        padding-left: 5%;
        padding-right: 5%;
    }

    .index-hdjl .hdjl-mid {
        width: 454px;
        width: 4.54rem;
    }

    .index-hdjl .hdjl-mid .a-link {
        width: 213px;
        width: 2.13rem;
        width: calc(2.17rem - 2px);
    }

    .index-hdjl .hdjl-right {
        width: 530px;
        width: 5.3rem;
    }

    .index-hdjl .hdjl-right .mail .tit img {
        margin-left: .12rem;
    }

    .index-hdjl .hdjl-right .mail .link-box {
        width: 3.9rem;
    }

    .index-hdjl .hdjl-right .mail .a-link {
        width: 1.82rem;
        margin-right: .12rem;
    }

    .index-hdjl .hdjl-right .mail .a-link.a02 {
        width: 3.76rem;
    }

    .index-hdjl .hdjl-right .img-link {
        width: 2.6rem;
    }

    .index-ztzl .ztzl-box {
        width: 922px;
        width: 9.22rem;
    }

    .index-ztzl .ztzl-box .swiper-container {
        width: 942px;
        width: 9.42rem;
    }

    .index-ztzl .ztzl-box li {
        margin-right: 20px;
        margin-right: .2rem;
    }

    .index-ztzl .kp-box {
        width: 458px;
        width: 4.58rem;
    }
}

@keyframes xuanzhuan {
    0% {
        transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        -moz-transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
        -o-transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(360deg);
        -ms-transform: rotateY(360deg);
        -moz-transform: rotateY(360deg);
        -webkit-transform: rotateY(360deg);
        -o-transform: rotateY(360deg);
    }
}

@keyframes tiaodong {
    0% {
        transform: translate(0px, 0px);
        -ms-transform: translate(0px, 0px);
        -moz-transform: translate(0px, 0px);
        -webkit-transform: translate(0px, 0px);
        -o-transform: translate(0px, 0px);
    }

    100% {
        transform: translate(0px, -10px);
        -ms-transform: translate(0px, -10px);
        -moz-transform: translate(0px, -10px);
        -webkit-transform: translate(0px, -10px);
        -o-transform: translate(0px, -10px);
    }
}
