body {
    font-size: 16px;
}

.title {
    font-size: 48px;
    height: 38px;
    line-height: 38px;
    color: #ECECEC;
    position: relative;
    width: max-content;
}

.title-top {
    position: absolute;
    top: 0;
    left: 0;
    color: #3C83D7;
    margin: 0;
    height: 38px;
    line-height: 38px;
    width: 200px;
    font-weight: bold;
}

.title-bottom {
    height: 38px;
    line-height: 38px;
}

.swiper-home {
    width: 100%;
    height: 800px;
}

.nav-wrap {
    width: 100%;
    height: 100px;
    padding-left: 18px;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-color: #FFF; */
    z-index: 999;
    /* color: #000; */
}

.nav-wrap .nav-log {
    width: 417px;
    height: 74px;
    object-fit: fill;
}

.nav-right-wrap {
    display: flex;
    height: 134px;
    color: #FFF;
    font-size: 18px;
}

.nav {
    padding: 0 12px;
    margin-right: 10px;
    margin-top: 52px;
}

.nav:last-child{
    padding-right: 0;
    margin-right: 0;
}

@media screen and (max-width: 1450px) {
    .nav-wrap{
        padding-left: 18px;
    }
    .nav {
        padding: 0 0;
        margin-right: 0;
        margin-top: 52px;
    }
    /* 屏幕高度小于1024px时应用的样式 */
}

.nav-menu-title {
    width: 91px;
    display: block;
}

.nav .nav-menu {
    width: 91px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 10px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    color: #555555;
    font-size: 14px;
    margin-left: -12px;
    margin-top: 16px;
    position: relative;
    display: none;
    z-index: 9999;
}

.triangle-img {
    width: 8px;
    height: 5px;
    /* opacity: 0.8;  */
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: -5px;
}

.nav-menu-item {
    /* margin-bottom: 16px; */
    padding: 8px 0;
}

.new-swiper-tabs:hover .new-swiper-tabs-content {
    color: #3C83D7;
}

.new-bottom-item:hover .new-bottom-item-content {
    color: #3C83D7;
}

.nav-menu-item:hover {
    background-color: #3C83D7;
    color: #FFF;
}

.nav-wrap-active {
    background-image: url('../image/top-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.nav-wrap-active .nav-right-wrap {
    color: #404040;
}


/* 轮播图 */
.video-wrap {
    width: 100%;
    height: 100%;
    /* height: 800px; */
    padding: 0 !important;
}

.video-wrap-img {
    width: 100%;
    /* height: 800px; */
    height: 100%;
}

/* 走进交投 */
.know-wrap {
    width: 100%;
    /* background-color: #FFF; */
}

.know-bg{
    background-image: url('../image/home-enter.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
}

.knonw {
    /* margin-top: 69px; */
    display: flex;
}

.knonw-title-img {
    width: 428px;
    height: 38px;
    margin-bottom: 84px;
}

.knonw-content {
    font-size: 18px;
    color: #343434;
    margin-bottom: 45px;
    margin-top: 40px;
    line-height: 2;
    white-space: pre-wrap;
    text-align: justify;
}
.knonw-content p{
    margin-bottom: 10px;
    text-align: justify;
}

.konw-btn {
    width: 208px;
    height: 48px;
    line-height: 48px;
    background: #3C83D7;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    display: block;
}

.knonw-right {
    width: 578px;
    height: 390px;
    background: #E8F1FE;
    margin-left: 60px;
    flex-shrink: 0;
}

.knonw-right-img {
    width: 578px;
    height: 423px;
    margin-top: 22px;
    margin-left: -22px;
}

/* 数据内容 */
.num-wrap {
    margin-top: 87px;
    width: 100%;
    height: 185px;
    background-image: url('../image/num-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.num-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 185px;
    padding: 0 20px;
    position: relative;
}

.num-list-desc {
    font-size: 14px;
    color: #92b6d0;
    position: absolute;
    right: 0;
    bottom: 10px;
}

.num-item {
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #848484;
}

.num-item img {
    width: 53px;
    height: 52px;
    margin-right: 8px;
}

.num-item-wrap {
    display: flex;
    align-items: flex-start;
    font-family: Arial, sans-serif;
}

.num-item-title {
    font-weight: bold;
    font-size: 44px;
    color: #373737;
    line-height: 1;
}

.num-item-unit {
    font-size: 16px;
    color: #515151;
    align-self: flex-start;
}

/* 新闻动态 */
.news-wrap {
    /* margin-top: 85px; */
    /* min-height: 800px; */
    background-image: url('../image/home-news.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.news-top {
    display: flex;
    justify-content: space-between;
}

.new-swiper-content{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /* bottom: 0; */
}

.news-tab {
    display: flex;
}

.new-tab-item {
    width: 151px;
    height: 48px;
    margin-left: 7px;
    text-align: center;
    line-height: 48px;
    font-size: 20px;
    background: #F2F2F2;
    cursor: pointer;
    color: #5C5C5C;
}

.new-tab-item-active {
    background: #3C83D7;
    color: #FFF;

}

.news-swiper-wrap {
    display: flex;
    /* margin-bottom: 20px; */
}

.news-swiper {
    width: 1168px;
    height: 347px;
}

.news-swiper,.news-swiper2,.news-swiper3{
    max-width:584px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.news-swiper-title {
    background-color: rgba(0, 0, 0, .3);
    color: #FFF;
    text-align: left;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-right: 110px;
}

.news-swiper2 {
    width: 1168px;
    height: 347px;

}

.news-swiper3 {
    width: 1168px;
    height: 347px;

}

.news-swiper img {
    /* width: 584px;
    height: 347px; */
}

.news-swiper-wrap {
    margin-top: 66px;
}

.new-swiper-tabs-wrap {
    margin-left: 16px;
    display: flex;
    flex-wrap: wrap;
}

.new-swiper-tabs {
    width: 284px;
    height: 162px;
    background: #F6F6F6;
    padding: 22px;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    margin-bottom: 22px;
}

.new-swiper-tabs:nth-child(3) {
    margin-bottom: 0;
}

.new-swiper-tabs:nth-child(4) {
    margin-bottom: 0;
}

.new-swiper-tabs:hover {
    color: #3C83D7;
}

.new-swiper-tabs-content {
    max-width: 240px;
    width: 100%;
    /* height: 81px; */
    font-size: 18px;
    color: #555555;
    overflow-wrap: break-word;
    word-break: break-word;
    white-space: normal;
    overflow: hidden;
    /* 隐藏超出的文本 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: normal;
    /* 允许换行 */
    display: -webkit-box;
    /* 使容器变成 flexbox */
    -webkit-box-orient: vertical;
    /* 垂直排列内容 */
    -webkit-line-clamp: 3;
    /* 显示的行数 */
}

.new-swiper-tabs .time {
    font-size: 18px;
    color: #B2B2B2;
    /* margin-top: auto; */
}

.new-swiper-tabs-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.news-bottom-wrap {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 10px;
    margin-top: 20px;
    min-height: 59px;
}


.new-bottom-item {
    display: flex;
    justify-content: space-between;
    width: 584px;
    font-size: 18px;
}

.new-bottom-item-content {
    width: 474px;
    overflow: hidden;
    /* 隐藏超出的文本 */
    text-overflow: ellipsis;
    /* 超出部分显示省略号 */
    white-space: nowrap;
    /* 允许换行 */
}

.new-bottom-item .time {
    font-size: 18px;
    color: #B2B2B2;
    padding-left: 10px;
    margin-bottom: 25px;
}

.new-bottom-item:nth-child(odd) {
    margin-right: 32px;
}

.business-bg{
    background-image: url('../image/business-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

/* 业务布局 */
.business-wrap {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* height:881px; */
    /* padding-top: 74px; */
}

.business-content {
    width: 1200px;
    height: 547px;
    background: rgba(255, 255, 255, 0.6);
    /* margin-top: 54px; */
    display: flex;
    justify-content: space-between;
    position: relative;
}

.business-left-wrap {
    padding-top: 67px;
}

.business-left-title {
    font-weight: 600;
    font-size: 30px;
    line-height: 30px;
    color: #555555;
}

.business-left-content {
    display: -webkit-box;
    /* 必须结合 Webkit */
    -webkit-box-orient: vertical;
    /* 设置盒子方向为垂直 */
    -webkit-line-clamp: 8;
    /* 限制显示的行数 */
    width: 428px;
    /* height: 175px; */
    font-size: 18px;
    color: #555555;
    margin-top: 30px;
    margin-bottom: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 2;
    white-space: pre-wrap;
    text-align: justify;

}

.business-left-btn {
    width: 208px;
    height: 48px;
    line-height: 48px;
    background: #3C83D7;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    cursor: pointer;
    display: block;
}

.business-content-img {
    width: 654px;
    height: 379px;
    margin-top: 42px;
}

.business-bottom-wrap {
    position: absolute;
    width: 700px;
    bottom: 0;
    font-size: 26px;
    display: flex;
    justify-content: space-between;
    left: 50%;
    margin-left: -350px;
}

.business-bottom-item {
    cursor: pointer;
    padding-bottom: 35px;
    position: relative;
}

.business-bottom-item-active {
    color: #3C83D7;

}

.business-bottom-item-active::after {
    content: '';
    width: 120px;
    height: 8px;
    background: #3C83D7;
    border-radius: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -60px;
}

.user-wrap {
    /* padding-top: 81px; */
    /* padding-bottom: 89px; */
    display: flex;
    background-image: url('../image/home-user.jpg');
    /* background-size: auto 100%; */
    background-repeat: no-repeat;
    background-size:cover;

}

.user-left-content {
    margin-top: 61px;
    width: 654px;
    height: 445px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-size:cover;
    /* background-image: url('/image/user-left.png'); */
}

.user-right {}

.user-icon-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 151px;
    height: 44px;
    background: #3C83D7;
    color: #FFF;
    margin-left: auto;
}

.user-icon {
    width: 24px;
    height: 25px;
    margin-right: 5px;
}

.user-right-content {
    width: 545px;
    height: 445px;
    background: #E8F1FE;
    margin-top: 55px;
    padding-left: 37px;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    padding-bottom: 10px;
}

.user-develop-img {
    width: 490px;
    height: 150px;
}


.user-right-title {
    display: flex;
    font-weight: 600;
    font-size: 30px;
    color: #555555;
    padding: 44px 35px 46px 0;
    justify-content: space-between;
}

.user-right-text {
    font-size: 18px;
    color: #555555;
    line-height: 1.8;
    padding-right: 38px;
    white-space: pre-wrap;
    text-align: justify;
}

.user-right-menu {
    width: 490px;
    height: 150px;
    background: #7AABE4;
    /* margin-top: 31px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFF;
    /* padding-left: 25px; */
}

.user-menu-icon {
    width: 53px;
    height: 53px;
}

.user-menu-text {
    width: 113px;
    font-size: 18px;
    margin-left: 8px;
}

.user-menu-icon-wrap {
    display: flex;
    margin-right: 31px;
}

.user-right-item-wrap {
    display: flex;
    flex-wrap: wrap;
}

.user-right-item {
    width: 108px;
    height: 36px;
    line-height: 36px;
    background: rgba(255, 255, 255, 0.17);
    border-radius: 10px;
    text-align: center;
}

.user-right-item-bottom {
    margin-bottom: 10px;
}

.user-right-item:nth-child(odd) {
    margin-right: 13px;
}

.activity-wrap {
    /* height: 821px; */
    background-image: url('../image/activity-bg.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* padding-top: 63px; */
    /* box-sizing: border-box; */
}

.activity-title {
    color: #C62D2C;
}

.activity-title-bottom {
    color: #FFE6E0;
}

.activity-content {
    margin-top: 67px;
    display: flex;
}

.activity-left {
    width: 400px;
    height: 429px;
    display: flex;
    align-items: flex-end;
    background-size: 100% 100%;
    /* background-image: url('/image/activity-left.jpg'); */
}

.activity-left-text {
    width: 400px;
    height: 60px;
    background: rgba(0, 0, 0, 0.32);
    color: #FFF;
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.activity-right {
    width: 760px;
    margin-left: 40px;
}

.activity-right-content {}

.activity-right-title-wrap {
    display: flex;
    justify-content: space-between;
}

.activity-right-title {
    color: #C62D2C;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 34px;
}

.activity-right-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    cursor: pointer;
}

.activity-right-item:hover .activity-item-text {
    color: #D63838;
}

.activity-item-text {
    width: 565px;
    font-size: 18px;
    color: #555555;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.activity-item-time {
    font-size: 18px;
    color: #B2B2B2;
}

.right-icon {
    width: 24px;
    height: 24px;
}

/* 清廉交投 */
.incorruptible-wrap {
    /* padding-top: 83px; */
    /* padding-bottom: 70px; */
    z-index: 1;
    position: relative;
}

.incorruptible{
    background-image: url('../image/home-incorruptible.jpg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.incorruptible-title-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.incorruptible-menu-wrap {
    display: flex;
}

.incorruptible-menu-item {
    width: 131px;
    height: 48px;
    line-height: 48px;
    background: #F2F2F2;
    color: #4C4C4C;
    text-align: center;
    margin-right: 4px;
    cursor: pointer;
}

.incorruptible-menu-item:last-child {
    margin-right: 0;
}

.incorruptible-menu-item-active {
    background: #3C83D6;
    color: #FFF;
}

.incorruptible-content {
    /* width: 760px; */
    /* margin-top: 54px; */
    display: flex;
    justify-content: space-between;
}

@media screen and (max-height: 800px) {
    .incorruptible-content {
      margin-top: 25px; /* 调整为小边距 */
    }
    .business-content{
        margin-top: 25px;
    }
    .num-wrap{
        height: 130px;
        margin-top: 50px;
    }
    .num-list{
        height: 130px;
    }
    .know-wrap{
        padding-top: 20px;
    }
}

.incorruptible-content-list {
    width: 760px;
}

.incorruptible-content-item {
    width: 760px;
    height: 129px;
    background: #F6F6F6;
    padding: 24px 27px 19px 22px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 11px;
}

.incorruptible-content-item:hover {
    background: #3C83D6;
}

.incorruptible-content-item:hover .incorruptible-item-time {
    background: #BAD8FC;
}

.incorruptible-content-item:hover .incorruptible-item-content {
    color: #FFF;
}

.incorruptible-content-item:hover .incorruptible-item-title {
    color: #FFF;
}

.incorruptible-content-item:last-child {
    margin-bottom: 0;
}

.incorruptible-item-time {
    width: 83px;
    height: 87px;
    background: #E2E2E2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}

.incorruptible-item-title {
    font-size: 18px;
    font-weight: 600;
    color: #555555;
    width: 571px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.incorruptible-item-content {
    font-size: 14px;
    color: #9D9D9D;
    margin-top: 14px;
    width: 571px;
    line-height: 1.8;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.incorruptible-item-day {
    font-size: 36px;
    margin-bottom: 8px;
}

.incorruptible-content-right {
    display: flex;
    flex-direction: column;
}

.incorruptible-right-top {
    padding: 77px 0 0 42px;
    color: #FFF;
    /* background-image: url('/image/supervise.jpg'); */
    width: 400px;
    height: 328px;
    position: relative;
}

.incorruptible-right-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* 半透明黑色蒙层 */
    z-index: 1;
    /* 蒙层层级 */
}


.incorruptible-right-top-title {
    font-weight: 600;
    font-size: 46px;
    height: 46px;
    line-height: 46px;
    z-index: 2;
    position: relative;

}

.incorruptible-right-top-subtitle {
    font-size: 14px;
    margin-top: 12px;
    z-index: 2;
    position: relative;

}

.incorruptible-right-top-btn {
    width: 142px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #F7F7F7;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 22px;
    position: relative;
    z-index: 2;

}

.san {
    width: 6px;
    height: 10px;
    margin-left: 20px;
}

.incorruptible-right-bottom {
    /* margin-top: 13px; */
    color: #FFF;
    padding: 43px 0 0 46px;
    width: 400px;
    height: 100%;
    position: relative;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* background-image: url('/image/warn.jpg'); */
}

.incorruptible-right-bottom::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* 半透明黑色蒙层 */
    z-index: 1;
    /* 蒙层层级 */
}



.proposed-wrap {
    /* height: 600px; */
    /* background-image: url('/image/proposed.jpg'); */
    background-size: 100% 100%;
    background-repeat: no-repeat;
    /* flex: 1; */
    background-size: cover;
    height: 100%;
}

.proposed-bg{
    flex: 1;
    background-size: cover;
    background-repeat: no-repeat;
}

.proposed-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* padding-top: 173px; */
    color: #FFF;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.proposed-title {
    font-size: 48px;
    height: 57px;
    line-height: 57px;
    margin-bottom: 40px;
    font-weight: bold;
}

.proposed-subtitle {
    font-size: 24px;
    margin-top: 29px;
    margin-bottom: 111px;
}

.proposed-list {
    display: flex;
    /* width: 581px; */
    height: 140px;
    background: rgba(247, 247, 247, 0.64);
}

.proposed-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 193px;
    color: #323232;
    font-size: 22px;
}

.proposed-item-active {
    color: #FFF;
    background-color: #3C83D6;
}

.proposed-item p {
    margin-top: 13px;
}

.proposed-item img {
    width: 45px;
}

.left-wrap {
    /* width: 195px;
    height: 103px; */
    position: fixed;
    left: 42px;
    top: 640px;
    z-index: 999;
    display: flex;
    align-items: flex-start;
}

.left-img {
    width: 195px;
    height: 103px;
}

.close-img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

.right-wrap {
    position: fixed;
    top: 640px;
    right: 31px;
    display: flex;
    align-items: flex-startF;
    z-index: 999;
}

.right-img {
    width: 169px;
    height: 100px;
}

.close-right-img {
    width: 22px;
    height: 22px;
    cursor: pointer;
}

/* .news-swiper{
    width: 584px;
    height: 347px;
    overflow: hidden;
} */

.business-content-item {
    display: flex;
    justify-content: space-between;
    padding: 0 32px 0 44px;
}

.swiper-button-prev {
    width: 44px !important;
    background: url(../image/swiper-custom-btn-prev.png) center center no-repeat !important;
    background-size: contain !important;
    opacity: .6;
}

.swiper-button-next {
    width: 44px !important;
    background: url(../image/swiper-custom-btn-next.png) center center no-repeat !important;
    background-size: contain !important;
    opacity: .6;
}

.animate_num {
    animation: fadeInBottomBig 1s .2s ease both;
    -webkit-animation: fadeInBottomBig 1s .2s ease both;
    -moz-animation: fadeInBottomBig 1s .2s ease both;
}

@keyframes fadeInBottomBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-webkit-keyframes fadeInBottomBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@-moz-keyframes fadeInBottomBig {
    0% {
        opacity: 0;
        -moz-transform: translateY(2000px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0)
    }
}