/* banner start */
.banner {
    height: 880px;
    position: relative;
    overflow: hidden;
}
.banner-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 8;
}
.text-box {
    position: relative;
    height: 100%;
}
.float-text {
    position: absolute;
    /* left: -100vw; */
    /* top: 470px; */
    top: 270px;
    width: 1300px;
    font-size: 50px;
    line-height: 90px;

    /* opacity: 0;
    visibility: hidden;
    transition: all 1s;
    transition-delay: .5s; */

    animation-name: moveToOut;
    animation-duration: 2s;
    animation-delay: 0;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
.float-text-p {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.float-text-p p {
    height: 16px;
    line-height: 16px;
}
.float-text-p.cur {
    opacity: 1;
}
.float-text-a {
    display: inline-block;
    font-size: 16px;
    text-decoration: underline;
}
.float-text-title {
    font-size: 72px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: -60px;
}
.float-text-content {
    font-size: 40px;
    font-weight: 300;
    line-height: 72px;
}
/* 当前活动轮播的文本信息 */
/* .banner-bg .swiper-slide-active .float-text {
    left: 0;
    opacity: 1;
    visibility: visible;
} */
.banner-bg .swiper-slide-active .float-text {
    animation-name: moveToLeft;
    animation-duration: 2s;
    animation-delay: 0;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}
@keyframes moveToLeft {
    0% {
        left: 2000px;
    }
    100% {
        left: 0;
    }
}
@keyframes moveToOut {
    0% {
        left: 0;
    }
    100% {
        left: -2000px;
    }
}

/* 分页器 */
.banner-pagi {
    bottom: auto!important;
    position: absolute;
    top: 645px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 11;
}
.banner-pagi .swiper-pagination-bullet {
    opacity: 1;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 0 3px;
    background: rgba(255, 255, 255, .3);
    border-radius: 4px;
    text-align: center;
    cursor: pointer;
    transition: all 1s;
}
.banner-pagi .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, .7);
    color: #1B3E60;
}

/* 监测概要 */
.jcgy {
    overflow: hidden;
    /* margin-top: 30px; */
    color: #FFFFFF;
    position: absolute;
    z-index: 9;

    top: 150px;
    left: 50%;
    margin-left: 326px;
}
.jcgy-box {
    float: right;
    box-sizing: border-box;
    padding: 0 20px;
    padding-bottom: 5px;
    width: 324px;
    max-height: 510px;
    background: rgba(33, 37, 51, .8);
    position: relative;
    z-index: 2;
}
.jcgy-box li {
    /* overflow: hidden; */
    /* height: 84px; */
    border-bottom: 1px solid #5F6975;
}
.jcgy-box li:last-child {
    border-bottom: 0;
}
.jcgy-box li.li-title {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.jcgy-item-l {
    /* height: 100%; */
    /* float: left; */
    /* width: 16px; */
    position: relative;
    margin: 8px 0;
}
/* .jcgy-item-l p {
    line-height: 18px;
    font-size: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
} */
.jcgy-item-l p {
    line-height: 18px;
    font-size: 16px;
    font-weight: 700;
}
.jcgy-item-r {
    /* width: 276px; */
    height: 100%;
    box-sizing: border-box;
    /* padding: 10px 0; */
    /* float: right; */
    /* line-height: 30px; */
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
}
.jcgy-row {
    overflow: hidden;
    margin-bottom: 5px;
}
.jcgy-row-l {
    float: left;
    width: 45%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.jcgy-row-r {
    float: right;
    width: 55%;
    text-align: right;
    overflow: hidden;
}
.text-big {
    font-size: 18px;
    color: #FFC662;
}
.ml12 {
    display: inline-block;
    width: 32px;
    margin-left: 12px;
    text-align: left;
}
/* 快速入口 */
.fast {
    display: flex;
    background: rgba(33, 37, 51, .7);
    overflow: hidden;
    position: absolute;
    bottom: 34px;
    z-index: 9;
    left: 50%;
    /* transform: translateX(-50%); */
    margin-left: -650px;
}
.fast-title {
    /* float: left; */
    width: 202px;
    line-height: 156px;
    font-size: 24px;
    text-align: center;
}
.fast-title img {
    margin-left: 10px;
    vertical-align: middle;
}
.fast-list {
    /* float: left; */
    /* width: 1098px; */
    overflow: hidden;
    position: relative;
    display: flex;
}
.fast-list li {
    /* float: left; */
    box-sizing: border-box;
    width: 183px;
    height: 156px;
    position: relative;
    z-index: 2;
}
.fast-list li a {
    display: block;
    overflow: hidden;
    height: 100%;
}
.fast-list li a .fast-icon {
    margin: 30px auto 20px;
    width: 65px;
    height: 65px;
    background-repeat: no-repeat;
    background-position: center;
}
.fast-list li a p {
    font-size: 16px;
    text-align: center;
}
#fast-redbg {
    position: absolute;
    left: 0;
    top: 0;
    width: 183px;
    height: 156px;
    background: #C22F2F;
    z-index: 1;
    opacity: 0;
}
/* banner end */
.index-item1 {
    height: 760px;
    background-image: url(../images/index-item1.jpg);
    overflow: hidden;
}
.index-item2 {
    height: 574px;
    background-image: url(../images/index-item2.jpg);
    overflow: hidden;
}
.index-item3 {
    height: 165px;
    background-image: url(../images/index-item3.jpg);
    overflow: hidden;
}
.index-item4 {
    height: 1180px;
    background-image: url(../images/index-item4.jpg);
    overflow: hidden;
}
.item-title1 {
    font-size: 35px;
    font-weight: 400;
}
/* .item-title1.colorF span{
    border-color: #FFFFFF;
} */
/* 1 */
.item-title1 span {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 3px solid #CE3020;
}
.index-item1 .item-title1 {
    margin-top: 57px;
    margin-bottom: 30px;
}
.index-item1-data {
    overflow: hidden;
}
.data-item {
    float: left;
    width: 252px;
    /* height: 465px; */
    margin-right: 10px;
    cursor: pointer;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
    position: relative;
    overflow: hidden;
}
.data-item:last-child {
    margin-right: 0;
}
.data-item h6 {
    height: 60px;
    overflow: hidden;
    margin-top: 32px;
    padding: 0 18px;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.data-item p {
    height: 144px;
    /* overflow: hidden; */
    /* margin-top: 15px; */
    margin-bottom: 15px;
    padding: 0 14px;
    line-height: 24px;
    text-align: justify;
    font-size: 16px;
}
/* .data-item div {
    border-top: 3px solid #FFFFFF;
} */
/* .data-item:hover .line5 {
    left: 0;
} */
.data-item div img {
    width: 252px;
    height: 234px;
    vertical-align: middle;
}
/* 2 */
.index-item2 .item-title1 {
    margin-top: 55px;
    margin-bottom: 36px;
}
.index-item2-list {
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
.list-item {
    float: left;
    width: 340px;
    height: 380px;
    margin-right: 20px;
    position: relative;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.list-item:last-child {
    margin-right: 0;
}
.list-item img {
    display: block;
    width: 138px;
    height: 138px;
    margin: 0 auto;
    margin-top: 97px;
    transition: all 0.3s;
}
.list-item:hover img {
    opacity: 0;
}
.list-item h6 {
    position: absolute;
    top: 270px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #FFFFFF;
    z-index: 3;
    /* transition: all 0.3s; */
}
/* .list-item:hover h6 {
    top: 110px;
} */
.list-item-hover {
    width: 100%;
    height: 100%;
    background: rgba(190, 49, 49, .8);
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 2;
    /* transition: all 0.3s; */
}
/* .list-item:hover .list-item-hover {
    opacity: 1;
} */
.list-item-hover a {
    display: block;
    margin: 0 auto;
    margin-top: 252px;
    width: 175px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    text-align: center;
    color: #FFFFFF;
}
/* 3 */
.index-item3-num {
    margin-top: 22px;
    overflow: hidden;
    text-align: center;
}
.num-item {
    box-sizing: border-box;
    float: left;
    width: 260px;
    border-right: 1px solid rgba(255, 255, 255, .5);
    position: relative;
}
.num-item:last-child {
    border-right: 0;
}
.num-item.nobor {
    border-right: 0;
}
.num-item-box {
    height: 92px;
    overflow: hidden;
}
.num-item p {
    font-size: 18px;
    color: #FFFFFF;
    height: 31px;
    margin-bottom: 15px;
}
.num-item>p:last-child {
    font-size: 16px;
    margin-top: 5px;
    opacity: 0.4;
    margin-bottom: 0;
    height: 21px;
}
.num-first {
    margin-top: 23px;
}
.num-item p.posi-center {
    position: absolute;
    width: 66px;
    left: 230px;
    bottom: -26px;
}
.num-item .counter1 {
    /* width: 66%; */
    display: inline-block;
    font-size: 24px;
    margin-right: 4px;
    text-align: right;
}
.num-item .danwei {
    display: inline-block;
    text-align: left;
    /* width: 80px; */
}
/* 4 */
.index-item4 .item-title1 {
    margin-top: 40px;
}
.content-item {
    float: left;
    width: 420px;
    margin-top: 23px;
    margin-right: 20px;
}
.content-item:last-child {
    margin-right: 0;
}
.content-item-title {
    width: 420px;
    height: 108px;
    line-height: 108px;
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
}
.content-item-ul {
    background: #FFFFFF;
    padding: 25px 30px;
}
.content-item-ul ul {
    height: 195px;
    overflow: hidden;
}
.content-item-ul li {
    margin: 15px 0;
}
.content-item-ul li a {
    max-width: 100%;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.ul-more {
    display: block;
    margin-top: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #3974DE;
}
/* 专题入口 */
.ztrk {
    display: block;
    height: 200px;
}
