.main-home {
    width: 100vw;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	min-width: 1200px;
}
.main-home .main-header{
    position: relative;
    z-index: 99;
}
.main-home .main-header .line::after {
	content: "";
	width: 1px;
	background: #fff;
	height: 14px;
	margin: 0 16px;
	margin-top: 2px;
}

.main-home .main-header .appletQrcode{
    position: relative;
}
.main-home .main-header .appletQrcode:hover .appletQrcode-box{
    opacity: 1;
    visibility: visible;
}
.main-home .main-header .appletQrcode .appletQrcode-box{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:22px;
    padding: 10px;
    transition:0.2s ease;
    z-index: 10;
}
.main-home .main-header .appletQrcode .appletQrcode-inner{
    width: 140px;
    height: 140px;
    padding: 10px;
    box-shadow: 0 0 10px #dee2e6;
    background: #fff;
}
.astyle{
    color: #000;
}
.astyle:hover{
    color: #0d6efd;
}
body{
    background: #EBEEFB;
}
/* 不规则浮动的背景图 */
.background-box {
	position: absolute;
	background: url(../../images/home/bg-home.jpg) center no-repeat;
	width: 100%;
	height: 100%;
	animation: shake 10s infinite;
	z-index: -1;
}
/* 定义坐标微调的关键帧 */
@keyframes shake {
	0% {
		transform: translate(0, 0);
	}
	25% {
		transform: translate(-10px, -5px);
	} /* 将数值调整为原来的10倍 */
	50% {
		transform: translate(10px, 0);
	} /* 将数值调整为原来的10倍 */
	75% {
		transform: translate(5px, 10px);
	} /* 将数值调整为原来的10倍 */
	100% {
		transform: translate(-5px, -5px);
	} /* 将数值调整为原来的10倍 */
}
/* 纯色背景图 */
.background-black-box {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-color: #020e34;
}


/* 中间图标 */
.center-logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
}
/* 中心圆 */
.center-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	/* margin-left: -207px;
    margin-top: -199px; */
	transform: translate(-50%, -60%) rotate(360deg);
	-webkit-transform: translate(-50%, -60%) rotate(360deg);
	animation: rotation 10s linear infinite;
	-moz-animation: rotation 10s linear infinite;
	-webkit-animation: rotation 10s linear infinite;
	-o-animation: rotation 10s linear infinite;
}
/* 中间圆转动动画 */
@-webkit-keyframes rotation {
	from {
		-webkit-transform: translate(-50%, -60%) rotate(0deg);
	}
	to {
		-webkit-transform: translate(-50%, -60%) rotate(360deg);
	}
}
.meau-img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-52%, -55%);
}
.meau-img .meau-btn {
	position: absolute;
	width: 316px;
	height: 74px;
	/* background: #000; */
}
.meau-img .home-btn{
    position: absolute;
    left: 405px;
    top: 145px;
    width: 420px;
    height: 420px;
    border-radius: 100%;   
}
.meau-img .cxzy-btn {
	left: 85px;
	top: 118px;
}
.meau-img .cxfw-btn {
	left: 0px;
	top: 263px;
}
.meau-img .cxhd-btn {
	left: 0;
	top: 407px;
}
.meau-img .jsjy-btn {
	left: 85px;
	top: 550px;
}
.meau-img .jsjj-btn {
	right: 80px;
	top: 113px;
}
.meau-img .zcyy-btn {
	right: 0;
	top: 256px;
}
.meau-img .kjgl-btn {
	right: 0;
	top: 401px;
}
.meau-img .sjkb-btn {
	right: 80px;
	top: 547px;
}
/* 气泡飘动效果 */

.main-home tag {
	position: absolute;
	bottom: -160px;
	width: 40px;
	height: 40px;
	background-color: rgba(255, 255, 255, 0.15);
	list-style: none;
	animation: square 15s infinite;
	transition-timing-function: linear;
	border-radius: 100%;
}
.main-home tag:nth-child(1) {
	left: 10%;
    width: 16px;
	height: 16px;
    background-color: rgba(255, 255, 255, 0.3);
}
.main-home tag:nth-child(2) {
	left: 20%;
	width: 5px;
	height: 5px;
	animation-delay: 2s;
	animation-duration: 7s;
}
.main-home tag:nth-child(3) {
	left: 25%;
    width: 8px;
	height: 8px;
	animation-delay: 4s;
}
.main-home tag:nth-child(4) {
	left: 40%;
	width: 60px;
	height: 60px;
	animation-duration: 8s;
	background-color: rgba(255, 255, 255, 0.3);
}
.main-home tag:nth-child(5) {
	left: 70%;
    width: 24px;
	height: 24px;
}
.main-home tag:nth-child(6) {
	left: 80%;
	width: 30px;
	height: 30px;
	animation-delay: 3s;
	background-color: rgba(255, 255, 255, 0.2);
}
.main-home tag:nth-child(7) {
	left: 32%;
	width: 40px;
	height: 40px;
	animation-delay: 2s;
}
.main-home tag:nth-child(8) {
	left: 55%;
	width: 20px;
	height: 20px;
	animation-delay: 4s;
	animation-duration: 15s;
}
.main-home tag:nth-child(9) {
	left: 25%;
	width: 10px;
	height: 10px;
	animation-delay: 2s;
	animation-duration: 12s;
	background-color: rgba(255, 255, 255, 0.3);
}
.main-home tag:nth-child(10) {
	left: 85%;
	width: 50px;
	height: 50px;
	animation-delay: 5s;
    background-color: rgba(255, 255, 255, 0.1);
}
.main-home tag:nth-child(11) {
	left: 62%;
	width: 31px;
	height: 31px;
	animation-delay: 4s;
    background-color: rgba(255, 255, 255, 0.4);
}
.main-home tag:nth-child(12) {
	left:90%;
	width: 18px;
	height: 18px;
	animation-delay: 2s;
    background-color: rgba(255, 255, 255, 0.2);
}
@keyframes square {
	0% {
		opacity: 0.5;
		transform: translate(0px,0px) rotate(45deg);
	}
	25% {
		opacity: 0.75;
		transform: translate(50px,-400px) rotate(90deg);
	}
	50% {
		opacity: 1;
		transform: translate(100px,-600px) rotate(135deg);
	}
	100% {
		opacity: 0;
		transform: translate(-100px,-1000px) rotate(180deg);
	}
}

.home .container-home{
    margin-top: 30px;
}
.home .container-home .home-tab-card{
    height: 300px;
    position: relative;
}
.carousel .carousel-inner img{
    height: 500px;
}
.bbdsc-home-message .carousel .carousel-inner img{
    width: 500px;
    height: 334px;
}
.bbdsc-home-message .carousel-indicators{
    left: auto;
    margin-bottom: 10px;
    margin-right: 20px;
    bottom:-6px;
}
.img-message-title{
    position: absolute;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}
.img-message-title .img-message-title-text{
    line-height: 40px;
    padding: 0 10px;
    margin-right: 90px;
}
.bbdsc-home-message .carousel-indicators [data-bs-target]{
    background-color: #fff;
    width: 11px;
    height: 11px;
    border-radius: 100%;
    opacity: 1;
}
.bbdsc-home-message .carousel-indicators .active{
    background-color: #ff3c00;
}
.home .bbdsc-home-message .nav-tabs .nav-link{
    font-size: 18px;
    color: #000;
    padding-left: 0;
    padding-right: 0;
    margin-right: 30px;
    border: none;
}
.home .bbdsc-home-message .nav-tabs .nav-link.active,.home .bbdsc-home-message .nav-tabs .nav-item.show .nav-link{
    border: none;
    border-bottom: 4px solid #1954e5;
}
.home .bbdsc-home-message .nav-tabs .nav-link:hover,.home .bbdsc-home-message .nav-tabs .nav-link:focus{
    border: none;
    border-bottom: 4px solid #1954e5;
}
.bbdsc-home-message .bbdsc-home-message-left{
    width:500px;
}
.bbdsc-home-message{
    min-height: 405px;
}
.bbdsc-home-message .more-message{
    color:#0d6efd;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%)
}
.bbdsc-home-message .bbdsc-home-message-list .detail-message{
    position: absolute;
    color: #ff6600;
    right:0px;
    bottom: 15px;
    padding:0px 5px;
    font-size: 14px;
    background: #fff;
}
.bbdsc-home-message .bbdsc-home-message-list li{
    padding: 10px 20px;
    position: relative;
    line-height: 1.8;
    border-bottom:1px solid #ECECEC
}
.bbdsc-home-message .bbdsc-home-message-list .active-li{
    padding-bottom: 0;
}
.bbdsc-home-message .bbdsc-home-message-list li .bbdsc-message-title{
    width: 468px;
    margin-right: 16px;
}
.bbdsc-home-message .bbdsc-home-message-list .active-li .bbdsc-message-title{
    width: 573px;
}
.bbdsc-home-message .bbdsc-home-message-list li .bbdsc-message-time{
    font-size: 14px;
}
.bbdsc-home-message .bbdsc-home-message-list .active-li .bbdsc-message-time{
    display: none;
}
.bbdsc-home-message .bbdsc-home-message-list li .message-hover{
    position: relative;
    /* display: none;  */
    transition: .3s;
    height: 0px;
    overflow-y: hidden;
    overflow-x: visible;
}
.bbdsc-home-message .bbdsc-home-message-list .active-li::after{
    content: '';
    position: absolute;
    top: 27px;
    left: 0px;
    width: 5px;
    height: 20px;
    background: #8bb2f0;
}
.bbdsc-home-message .bbdsc-home-message-list .active-li::before{
    content: '';
    position: absolute;
    top: 103px;
    left: -2px;
    width: 20px;
    height: 5px;
    background: #cbddf9;
}
.bbdsc-home-message .bbdsc-home-message-list .message-hover .tr{
    line-height: 0.5;
}
.bbdsc-home-message .bbdsc-home-message-list .active-li .message-hover{
    /* display: block;  */
    height: 65px;
}
.bbdsc-home-message .bbdsc-home-message-list .active-li>a{
    font-weight: 700;
    font-size: 18px;
}
.bbdsc-home-message .bbdsc-home-message-list li a{
    color: #000;
    font-size: 16px;
}
.bbdsc-home-message .bbdsc-home-message-list li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background: #1954e5;
}
.bbdsc-home-message .bbdsc-home-message-list .active-li>a{
    position: relative;
}
.bbdsc-home-message .bbdsc-home-message-list .message-line{
    display: none;
}
.bbdsc-home-message .bbdsc-home-message-list .active-li .message-line{
    display: block;
    content: '';
    left: 2px;
    top: 42px;
    height: 60px;
    width: 1px;
    background: #eee;
    position: absolute;
}


/* 首页看板 */
.bbdsc-home-databoard{
    background: url(../../images/home/home-DataBoard.png);
    height: 510px;
    position:relative;
}
.bbdsc-home-databoard .bbdsc-home-databoard-left{
    position:absolute;
    top: 100px;
    left: 20px;
    width: 340px;
}
.bbdsc-home-databoard .bbdsc-home-databoard-left .bbdsc-home-databoard-left-item{
    width: 160px;
    margin: 5px;
    padding: 16.5px 0px;
}
.bbdsc-home-databoard-right-top{
    position: absolute;
    top: 100px;
    right: 40px;
}
.right-db-bg{
    background: url(../../images/home/home-databoard-right-bg.png);
    width: 95px;
    height: 130px;
    margin-right:15px;
}
.bbdsc-home-databoard-right-bottom{
    position: absolute;
    bottom: 67px;
    right: 40px;
}
.bbdsc-home-databoard-right-bottom .databoard-right-bottom-item{
    width: 95px;
    margin-right: 15px;
    border-radius: 4px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}
.databoard-right-bottom-item .dr-top{
    background:#459FFF;
    padding:8px 0;
    font-size: 14px;
}
.databoard-right-bottom-item .dr-bottom{
    background:#217EFB;
    font-size: 16px;
    padding: 12px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.db-img-bg{
    width: 88px;
    height: 62px;
    line-height: 62px;
    background:url(../../images/home/home-db-icon-bg.png)
}
.home .left-nav{
    background: url(../../images/home/left-banner.png) no-repeat;
    background-size: 100% 100%;
    width: 185px;
    height: 340px;
    color: #fff;
    padding: 12px 0;
    padding-left: 12px;
    flex-shrink: 0;
}
.home .left-nav .nav-link{
    color: #fff;
    font-size: 16px;
    border-radius: 0;
    padding-top:9px;
    padding-bottom: 9px; 
}
.home .left-nav .nav-link.active{
    background: #00aeff;
    position: relative;
}
.home .left-nav .nav-link.active::after{
    position: absolute;
    content: '';
    width: 19px;
    height: 6px;
    right: 16px;
    margin-top: 8px;
    background: url(../../images/home/active.png) no-repeat;
}
.home .tab-right-content{
    background: #fff;
    height: 340px;
}
.tab-right-content .tab-nav-list-item{
    width: 16.66%;
    padding: 12px;
    margin-bottom: 16px;
    border: 1px solid transparent;
    color: #000;
    transition: 0.2s;
}
.tab-right-content .tab-nav-list-item:hover{
    border: 1px solid #4F7DE1;
}
.tab-right-content .tab-nav-list-item .mb-15{
    height: 50px;
}
.tab-list-second{
    position: relative;
}
.tab-list-second .more{
    position: absolute;
    right: 16px;
    top: 8px;
}
.tab-list-second .nav-link{
    border-radius: 0;
    position: relative;
    border: 1px solid #b8cef1;
    background: #eff5ff;
    margin-right: 8px;
    transition: 0.2s;
}
.tab-list-second .nav-link:hover{
    background: #1953e5;
    color: #fff;
}
.tab-list-second .nav-link.active{
    background: #1953e5;
}
.tab-list-second .nav-link.active::after{
    position: absolute;
    content: '';
    bottom: -10px;
    height: 5px;
    width: 100%;
    left: 0;
    background: url(../../images/home/second-list-active.png) center no-repeat;
}
.second-tab-content .content-item{
    position: relative;
    margin-bottom: 20px;
    color: #000;
    transition: .3s;
}
.second-tab-content .content-item:hover{
    box-shadow: 0 0 8px 0 rgba(204, 204, 204, 0.7);
    transform: translateY(-3px);
    /* color: #0d6efd; */
}
.second-tab-content .kjcg-list .img-box{
    width: 160px;
    height: 107px;
    overflow: hidden;
}
.second-tab-content .kjcg-list .img-box img{
    width: 100%;
    height: 100%;
}
.second-tab-content .syzl,.second-tab-content .zzyf,.second-tab-content .dzxk{
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 6px;
}
.second-tab-content .syzl{
    background: url(../../images/home/kjcg-list-icon-1.png) no-repeat center;
}
.second-tab-content .zzyf{
    background: url(../../images/home/kjcg-list-icon-2.png) no-repeat center;
}
.second-tab-content .dzxk{
    background: url(../../images/home/kjcg-list-icon-3.png) no-repeat center;
}
.second-tab-content .price{
    position: absolute;
    color: #ff6600;
    right: 20px;
    bottom: 20px;
}
.border-f3{
    border: 1px solid #d9e7f3;
}
.c88a{
    color: #5c788a;
}
.corange{
    color: #ff6600;
}
.c_svg{
    color: #0d6efd;
}
.w70{
    width: 70%;
}
.bg-f2f9{
    background: #F2F9FF;
}
.w30{
    width: 30%;
}
.second-tab-content .gxys-list .img-box{
    width: 100px;
    height: 100px;
    overflow: hidden;
}
.second-tab-content .gxys-list .img-box img{
    width: 100%;
    height: 100%;
}
.second-tab-content .yqsb-list .img-box,.second-tab-content .fwjg-list .img-box,.second-tab-content .jrjg-list .img-box{
    width: 160px;
    height: 107px;
    overflow: hidden;
}
.second-tab-content .yqsb-list .img-box img,.second-tab-content .fwjg-list .img-box img,.second-tab-content .jrjg-list .img-box img{
    width: 100%;
    height: 100%;
}
.blue-tag {
    display: inline-block;
	color: #3869b4;
	background: #ecf8fe;
	padding: 4px 10px;
	margin-right: 8px;
	margin-bottom: 10px;
}
.yellow-tag{
    display: inline-block;
    padding: 4px 10px;
	margin-right: 8px;
	margin-bottom: 10px;
    color: #bf8d45;
	background: #fef9ec;
}
.cxhd-list .cxhd-one{
    background: url(../../images/home/cxhw-one-banner.jpg) left no-repeat;
    height: 330px;
    width: 100%;
}
.cxhd-list .cxhd-empty{
    background: url(../../images/home/cxhw-empty-banner.jpg) left no-repeat;
    height: 160px;
    width: 100%;
}
.cxhd-list .cxhd-left{
    background: url(../../images/home/cxhw-banner.jpg) left no-repeat;
    height: 330px;
    width: 930px;
}
.cxhd-list .cxhd-left .cxhd-left-content,.cxhd-list .cxhd-one .cxhd-one-content{
    margin-left: 32px;
    margin-top: 85px;
    position: relative;
}
.cxhd-list .cxhd-left .cxhd-left-content .border-white{
    border: 3px solid #fff;
}
.cxhd-list .cxhd-right{
    width: 252px;
    height: 330px;
}

.cxhd-list .cxhd-right .cxhd-right-title{
    border-bottom: 1px solid #1954E5;
}
.cxhd-list .cxhd-right .title-bottom{
    position: relative;
}
.cxhd-list .cxhd-right .title-bottom::after{
    position: absolute;
    content: '';
    height: 3px;
    background: #1954E5;
    bottom: -1.5px;
    left: 0;
    width: 100%;
}
.cxhd-list .cxhd-right .cxhd-img{
    position: relative;
    width: 252px;
    height: 138px;
}
.cxhd-list .cxhd-right .cxhd-img img{
    width: 100%;
    height: 100%;
}
.cxhd-list .cxhd-right .cxhd-tips{
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
    padding: 8px 12px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
}
.home .going::after {
	content: "进行中";
	color: #fff;
	position: absolute;
	width: 70px;
	top: 4px;
	left: 3px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	background: #ff4c1a;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 15px;
}

.home .unstart::after {
	content: "未开始";
	color: #fff;
	position: absolute;
	width: 70px;
	top: 4px;
	left: 3px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	background: #29a35a;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 15px;
}
.home .end::after {
	content: "已结束";
	color: #fff;
	position: absolute;
	width: 70px;
	top: 4px;
	left: 3px;
	text-align: center;
	height: 25px;
	line-height: 25px;
	background: #bcbcbc;
	border-top-left-radius: 5px;
	border-bottom-right-radius: 15px;
}

.home .jsjjfw-content{
    height: 400px;
    width: 100%;
    border: 1px solid transparent;
    background: url(../../images/home/home-jsjjfw.jpg) center no-repeat;
    margin-bottom:30px!important;
}
.home .jsjjfw-empty-content{
    height: 400px;
    width: 100%;
    border: 1px solid transparent;
    background: url(../../images/home/home-jsjjfw-empty.jpg) center no-repeat;
}
.home .jsjjfw-empty-content .empty-box{
    margin-top: 215px;
}
.home .jsjjfw-empty-content .empty-btn{
    border: 1px solid #fff;
    padding: 8px 40px;
    color: #fff;
    margin-right:32px;
    font-size: 24px;
    border-radius: 3px;
    transition: 0.2s;
}
.home .jsjjfw-empty-content .empty-btn:hover{
    background: #1954E5;
    color: #fff;
}
.home .jsjjfw-content .jsjjfw-content-left{
    width: 250px;
    height: 300px;
    background: url(../../images/home/jsjjfw-left.png) center no-repeat;
    position: relative;
    flex-shrink: 0;
}
.home .jsjjfw-content .jsjjfw-content-left .jsjjfw-top{
    position: absolute;
    width: 180px;
    height: 37px;
    left: 35px;
    bottom: 84px;
}
.home .jsjjfw-content .jsjjfw-content-left .jsjjfw-bottom{
    position: absolute;
    width: 180px;
    height: 37px;
    left: 35px;
    bottom: 35px;
}
.home .jsjjfw-content .right-title-bottom{
    position: relative;
}
.home .jsjjfw-content .right-title-bottom::after{
    position: absolute;
    content: '';
    background:#1954E5;
    height: 3px;
    width: 100%;
    bottom: -16px;
    left: 0;

}
.home .jsjjfw-content .jsjjfw-content-img-box{
    padding: 4px 3px;
    width: 344px;
    height: 195px;
    flex-shrink: 0;
}
.home .jsjjfw-content .jsjjfw-content-img-box img{
    width: 100%;
    height: 100%;
}
.home .zczx-content .zczx-date{
    background: url(../../images/home/home-zxzc-item-banner.png) top no-repeat;
    width: 100px;
    height: 90px;
}
.home .zczx-content .zczx-date .year{
    font-size: 24px;
}
.home .zczx-content .zczx-date .day{
    color: #da6649;
    font-size: 24px;
}
/* 底部样式 */
.home-footer{
    background: url(../../images/home/home-footer-banner.jpg) center no-repeat;
    height: 308px;
    color: #aeb0b9;
    padding: 30px 0;
}
.home-footer a{
    color: #aeb0b9;
}
.home-footer a:hover{
    color: #fff;
    text-decoration: underline;
}
.home-footer ul li h6{
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
.home-footer ul li a{
    display: block;
    margin-bottom: 8px;
}
.home-footer .kjdsc_line{
    border-left: 3px solid #3f4455;
}
.main-footer{
    border-top: 1px solid #dee2e6;
    position: absolute;
    width: 100%;
    color: #fff;
    bottom: 0;
    padding: 20px 0;
}
.main-footer a{
    color: #fff;
}
.main-footer a:hover{
    color: #2b99ff;
    text-decoration: underline;
}
/* end */