
html, body {
    overflow-x: hidden;
    overflow-y: auto;
    height: 100%;
}
body{
    position: relative;
}

.index-main *{
	box-sizing: border-box;
}
.index-w1{
	min-height: 154px;
	min-height: 1.54rem;
	background: #f8f8f8;
	margin-bottom: 40px;
	margin-bottom: .4rem;
	padding-bottom: 30px;
	padding-bottom: .3rem;
}
.index-w1-item{
	text-align: center;
}
.index-w1-item .tit{
	padding-top: 31px;
	padding-top: .31rem;
}
.index-w1-item .tit a{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	/*white-space: nowrap;*/
	/*font-family: syst;*/
	font-size: 36px;
	font-size: .36rem;
	color: #333333;
	font-weight: 600;
}
.index-w1-item .tit a:hover,.index-w1-item .con a:hover{
	color: #FF0000;
}
.index-w1-item .con{
	color: #999999;
	font-size: 20px;
	font-size: .2rem;
	margin-top: 8px;
	margin-top: .08rem;
}
.index-w1-item .con p{
	display: inline-block;
}
.index-w2c1{
	width: 638px;
	width: 6.38rem;
	height: 427px;
	height: 4.27rem;
}
.index-w2c1-item a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.index-w2c1-item a img{
	width: 100%;
	height: 100%;
}
.index-w2c1-item a p{
	color: #fff;
	font-size: 22px;
	font-size: .22rem;
	text-align: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 56px;
	height: .56rem;
	line-height: 56px;
	line-height: .56rem;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 0 5%;
	background: rgba(5,32,51,.74);
}
.index-w2c2{
	width: 730px;
	width: 7.3rem;
	padding-top: 6px;
	padding-top: .06rem;
}
.index-tit1 .tit{
	display: inline-block;
	color: #666666;
	font-size: 24px;
	font-size: .24rem;
	font-family: syst;
	margin-left: 100px;
	margin-left: 1rem;
	vertical-align: middle;
}
.index-tit1 .tit:first-child{
	margin-left: 0;
}
.index-tit1 .tit.cur{
	font-weight: bold;
	color: #000000;
	font-size: 26px;
	font-size: .26rem;
}
.index-list1 li{
	padding: 0 8px;
	padding: 0 .08rem;
	height: 60px;
	height: .6rem;
	line-height: 60px;
	line-height: .6rem;
}
.index-list1 li a{
	display: inline-block;
	max-width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #333333;
	font-size: 20px;
	font-size: .2rem;
}
.index-list1 li a:before{
	display: inline-block;
	content: '';
	width: 4px;
	height: 4px;
	width: .04rem;
	height: .04rem;
	background: #bfbfbf;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 18px;
	margin-right: .18rem;
}
.index-list1 li a:hover{
	color: #0f2869;
	font-weight: bold;
}
.index-w2c2 .index-tit1{
	margin-bottom: 22px;
	margin-bottom: .22rem;
}
.index-w3{
	margin-top: 30px;
	margin-top: .3rem;
}
.index-tit2{
	white-space: nowrap;
}
.index-tit2 .tit{
	font-family: syst;
	font-weight: bold;
	font-size: 36px;
	font-size: .36rem;
	color: #004892;
	display: inline-block;
	vertical-align: middle;
}
.index-tit2 .line{
	display: inline-block;
	vertical-align: middle;
	border-top: 1px solid #d7dee9;
	margin-left: 12px;
	margin-left: .12rem;
	margin-top: 12px;
	margin-top: .12rem;
}
.index-tit2 .entit{
	color: #8a9fc1;
	font-size: 18px;
	font-size: .18rem;
	font-family: syst;
	font-weight: lighter;
	margin-top: 16px;
	margin-top: .16rem;
}
.index-w3-wrap{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(2px);
	backdrop-filter: blur(2px);
	z-index: 998;
	display: none;
	background: rgba(0,0,0,.2);
}
.index-w3c-wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*filter: blur(2px);*/
	/*backdrop-filter: blur(2px);*/
	z-index: 999;
	display: none;
	/*background: rgba(0,0,0,.29);*/
}
.filbox.filcss{
	filter: blur(2px);
}
.index-w3c{
	background: #f8f8f8;
	position: relative;
	margin-top: 24px;
	margin-top: .24rem;
	padding-top: 30px;
	padding-top: .3rem;
}
.index-w3c-box{
	position: relative;
	padding: 0 20px 30px;
	padding: 0 .2rem .3rem;
}
.index-w3c-btn{
	display: flex;
	justify-content: space-between;
}
.index-w3c-btn .item{
	width: 250px;
	width: 2.5rem;
	height: 230px;
	height: 2.3rem;
	background: #fff;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 999;
}
.index-w3c-btn .item.fil{
	filter: blur(2px);
	backdrop-filter: blur(2px);
	background: rgba(255,255,255,.2);
}
.index-w3c-btn .item.cur{
	background-image: linear-gradient(to bottom right, #004892, #204ebe);
	z-index: 99;
	filter: blur(0);
}
.index-w3c-btn .item img{
	margin-top: 44px;
	margin-top: .44rem;
	height: 70px;
	height: .7rem; 
}
.index-w3c-btn .item img.cur{
	display: none;
}
.index-w3c-btn .item p{
	color: #364b81;
	font-size: 26px;
	font-size: .26rem;
	margin-top: 32px;
	margin-top: .32rem;
	font-family: syst;
	font-weight: bold;
}
.index-w3c-btn .item.cur p{
	color: #fff;
}
.index-w3c-btn .item.cur img{
	display: none;
}
.index-w3c-btn .item.cur img.cur{
	display: inline-block;
}
.index-w3c-btn .item .arrow{
	display: inline-block;
	width: 46px;
	width: .46rem;
	height: 17px;
	height: .17rem;
	background: url(2023index-ic6.png) center no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -28px;
	bottom: -.28rem;
	left: 50%;
	margin-left: -23px;
	margin-left: -.23rem;
	display: none;
}
.index-w3c-btn .item.cur .arrow{
	display: inline-block;
}
.index-w3c-tab{
	position: absolute;
	top: 258px;
	top: 2.58rem;
	background: #fff;
	width: 100%;
	box-sizing: border-box;
	padding: 34px 46px 16px;
	padding: .34rem .46rem .16rem;
	left: 0;
	z-index: 999;
	display: none;
	overflow: hidden;
}
.index-w3c-list{
	display: flex;
	justify-content: flex-start;
	display: none;
}
.index-w3c-list ul{
	width: 25%;
}
.index-w3c-list ul li{
	min-height: 60px;
	min-height: .6rem;
	width: 100%;
}
.index-w3c-list ul li:before{
	display: inline-block;
	content: '';
	width: 6px;
	height: 6px;
	width: .06rem;
	height: .06rem;
	border-radius: 50%;
	background: #cfd6e6;
	margin-right: 15px;
	margin-right: .15rem;
	margin-top: 10px;
	margin-top: .1rem;
}
.index-w3c-list ul li a{
	display: inline-block;
	color: #364b81;
	font-size: 18px;
	font-size: .18rem;
	max-width: 90%;
}
.index-w3c-list ul li a:hover{
	color: #0f2869;
	font-weight: bold;
}
.index-w4{
	background: #f8f8f8;
	margin-top: 46px;
	margin-top: .46rem;
	padding: 22px 22px 28px;
	padding: .22rem .22rem .28rem;
}
.index-tit3{
	line-height: 34px;
	line-height: .34rem;
}
.index-tit3 .tit{
	display: inline-block;
	color: #666666;
	font-size: 24px;
	font-size: .24rem;
	font-family: syst;
	margin-left: 64px;
	margin-left: .64rem;
}
.index-tit3 .tit:first-child{
	margin-left: 0;
}
.index-tit3 .tit.cur{
	font-weight: bold;
	color: #000000;
}
.index-tit3 .more{
	color: #333333;
	font-size: 16px;
	font-size: .16rem;
}
.index-tit3 .line{
	display: inline-block;
	vertical-align: middle;
	border-top: 1px solid #e6e6e6;
	margin-left: 18px;
	margin-left: .18rem;
	margin-top: 18px;
	margin-top: .18rem;
	width: 100%;
}
.index-w4 .index-tit3{
	white-space: nowrap;
	overflow: hidden;
}
.index-w4c{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	margin-top: .2rem;
}
.index-w4c a{
	display: inline-block;
	line-height: 100px;
	line-height: 1rem;
	height: 100px;
	height: 1rem;
	background: #eeeeee;
	width: 314px;
	width: 3.14rem;
}
.index-w4c a img{
	vertical-align: middle;
	width: 40px;
	width: .4rem;
	margin: 0 22px;
	margin: 0 .22rem;
}
.index-w4c a img.cur,.index-w4c a:hover img{
	display: none;
}
.index-w4c a:hover img.cur{
	display: inline-block;
}
.index-w4c a span{
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	font-size: 24px;
	font-size: .24rem;
}
.index-w4c a:hover span{
	color: #fff;
	font-weight: bold;
}
.index-w4c a:hover{
	background-image: linear-gradient(to bottom right, #224fc2, #004893);
	box-shadow: 0 1px 4px 0 rgba(11,49,116,.92);
	box-shadow: 0 1px .04rem 0 rgba(11,49,116,.92);
}
.index-w5{
	margin-top: 30px;
	margin-top: .3rem;
	height: 375px;
	height: 3.75rem;
}
.index-w5c1{
	width: 832px;
	width: 8.32rem;
	padding: 20px 22px 0;
	padding: .2rem .22rem 0;
	background: #f7f8f9;
	height: 100%;
}
.index-w5-search{
	border: 1px solid #e9e9e9;
	margin-top: 26px;
	margin-top: .26rem;
	padding: 12px 30px 28px 20px;
	padding: .12rem .3rem .28rem .2rem;
	margin-bottom: 10px;
	margin-bottom: .1rem;
	height: 120px;
	height: 1.2rem;
	background: #fff;
}
.index-w5-search .tit{
	color: #000000;
	font-size: 18px;
	font-size: .18rem;
	font-weight: bold;
	padding-left: 16px;
	padding-left: .16rem;
}
.index-w5-search .bar{
	margin-top: 14px;
	margin-top: .14rem;
}
.index-w5-search .bar input{
	background: #fafafa;
	padding: 0 16px;
	padding: 0 .16rem;
	width: 280px;
	width: 2.8rem;
	margin-right: 22px;
	margin-right: .22rem;
}
.index-w5-search .bar input,.index-w5-search .bar button{
	height: 38px;
	line-height: 38px;
	height: .38rem;
	line-height: .38rem;
	border-radius: 4px;
	border-radius: .04rem;
}
.index-w5-search .bar button{
	width: 120px;
	width: 1.2rem;
	border-radius: 8px;
	border-radius: .08rem;
	color: #fff;
	font-size: 18px;
	font-size: .18rem;
	text-align: center;
	background-image: linear-gradient(to bottom right, #c80816, #df0012);
}
.index-w5-search .bar button img{
	width: 24px;
	width: .24rem;
	margin-right: 6px;
	margin-right: .06rem;
}
.index-list2{
	padding-top: 4px;
	padding-top: .04rem;
}
.index-list2 li{
	height: 52px;
	height: .52rem;
	line-height: 52px;
	line-height: .52rem;
}
.index-list2 li a{
	display: block;
}
.index-list2 li a:before{
	display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    width: 0.04rem;
    height: 0.04rem;
    background: #bfbfbf;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 18px;
    margin-right: 0.18rem;
}
.index-list2 li .tit{
	display: inline-block;
	color: #000000;
	font-size: 16px;
	font-size: .16rem;
	max-width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-list2 li .date{
	float: right;
	color: #999999;
	font-size: 16px;
	font-size: .16rem;
}
.index-list2 li a:hover .tit{
	color: #0f2869;
	font-weight: bold;
}
.index-list2 li a:hover .date{
	color: #333333;
}
.index-list2 li a:hover:before{
	background: #0f2869;
}
.index-w5c2{
	width: 540px;
	width: 5.4rem;
	background: #f7f8f9;
	padding: 20px 18px 0;
    padding: 0.2rem 0.18rem 0;
	height: 100%;
}
.index-zcwd{
	margin-top: 32px;
	margin-top: .32rem;
}
/*.index-zcwd .item1{
	height: 162px;
    height: 1.62rem;
}*/
.index-zcwd .item1 .pic{
	display: none;
	width: 276px;
	width: 2.76rem;
	height: 162px;
	height: 1.62rem;
}
.index-zcwd .item1 .pic img{
	width: 100%;
	height: 100%;
}
.index-zcwd .item1 .info{
	width: 100%;
	padding-top: 6px;
	padding-top: .06rem;
}
.index-zcwd .item1 .info2{
	width: 212px;
	width: 2.12rem;
}
.index-zcwd .item1 .tit a{
	overflow: hidden;
	color: #000000;
	font-size: 16px;
	font-size: .16rem;
	line-height: 30px;
	line-height: .3rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.index-zcwd .item1 .tit a:hover,.index-zcwd .item2 .tit:hover{
	color: #0f2869;
    font-weight: bold;
}
.index-zcwd .item1 .con{
	overflow: hidden;
	color: #666666;
	font-size: 14px;
	font-size: .14rem;
	line-height: 22px;
	line-height: .22rem;
	margin-top: 10px;
	margin-top: .1rem;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.index-zcwd .item1 .date{
	text-align: right;
	color: #999999;
	font-size: 16px;
	font-size: .16rem;
	margin-top: 18px;
	margin-top: .18rem;
}
.index-zcwd .item2{
	border-top: 1px dashed #eaeaea;
	margin-top: 20px;
	margin-top: .2rem;
	padding-top: 20px;
	padding-top: .2rem;
	padding-left: 18px;
	padding-left: .18rem;
	line-height: 30px;
	line-height: .3rem;
}
.index-zcwd .item2:before{
	display: inline-block;
    content: '';
    width: 4px;
    height: 4px;
    width: 0.04rem;
    height: 0.04rem;
    background: #bfbfbf;
    border-radius: 50%;
    vertical-align: middle;
    margin-left: -18px;
    margin-left: -0.18rem;
    margin-top: 4px;
    margin-top: .04rem;
}
.index-zcwd .item2 .tit{
    margin-left: 18px;
    margin-left: .18rem;
	color: #000000;
	font-size: 16px;
	font-size: .16rem;
}
.index-zcwd .item2 .date{
	float: right;
	color: #999999;
	font-size: 16px;
	font-size: .16rem;
}
.index-w6{
	margin-top: 30px;
	margin-top: .3rem;
}
.index-w6c{
	margin-top: 30px;
	margin-top: .3rem;
	display: flex;
	justify-content: space-between;
	padding-left: 20px;
	padding-left: .2rem;
}
.index-w6c .item{
	display: block;
	width: 652px;
	width: 6.52rem;
	height: 472px;
	height: 4.72rem;
	position: relative;
}
.index-w6c .item img{
	width: 100%;
	height: 100%;
}
.index-w6c .item .title{
	position: absolute;
	width: 671px;
	width: 6.71rem;
	height: 66px;
	height: .66rem;
	line-height: 66px;
	line-height: .66rem;
	color: #fff;
	padding-left: 40px;
	padding-left: .4rem;
	background: url(2023index-ic18.png);
	background-size: 100% 100%;
	left: -20px;
	left: -.2rem;
	top: 30px;
	top: .3rem;
	font-size: 30px;
	font-size: .3rem;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-w6c .item .intro{
	position: absolute;
	width: 100%;
	padding: 40px 20px;
	padding: .4rem .2rem;
	color: #fff;
	font-size: 18px;
	font-size: .18rem;
	line-height: 36px;
	line-height: .36rem;
	background: rgba(28,37,52,.76);
	bottom: 0;
	left: 0;
	display: none;
}
.index-w6c .item:hover .intro{
	display: block;
}
.index-w6c .item:hover{
	box-shadow: 10px 10px 0 0 #0351bb;
}
.index-w7{
	margin-top: 52px;
	margin-top: .52rem;
	height: 330px;
	height: 3.3rem;
}
.index-w7c1{
	width: 856px;
	width: 8.56rem;
	padding: 16px 35px 0;
	padding: .16rem .35rem 0;
	background: #f7f8f9;
	height: 100%;
}
.index-w7c1 .index-tit3 .tit{
	font-size: 20px;
	font-size: .2rem;
}
.index-w7c1 .index-tit3 .tit.cur{
	font-size: 24px;
	font-size: .24rem;
}
.index-w7c1-tab{
	margin-top: 25px;
	margin-top: .25rem;
}
.index-yjzj li{
	height: 32px;
	height: .32rem;
	line-height: 32px;
	line-height: .32rem;
	margin-bottom: 16px;
	margin-bottom: .16rem;
}
.index-yjzj li a{
	display: block;
}
.index-yjzj li .sta{
	display: inline-block;
	border-radius: 6px;
	border-radius: .06rem;
	width: 84px;
	width: .84rem;
	color: #fff;
	font-size: 16px;
	font-size: .16rem;
	text-align: center;
	background: #cfcfcf;
	vertical-align: middle;
	margin-right: 28px;
	margin-right: .28rem;
}
.index-yjzj li .sta.cur{
	background: #d3303c;
}
.index-yjzj li .tit{
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	font-size: 18px;
	font-size: .18rem;
	max-width: 66%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.index-yjzj li .date{
	float: right;
	color: #333333;
	font-size: 18px;
	font-size: .18rem;
}
.index-yjzj li a:hover .tit{
	color: #0f2869;
    font-weight: bold;
}
.index-gkxx .sta{
	background: #0a4aa0!important;
}
.index-w7c2{
	width: 522px;
	width: 5.22rem;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.index-w7c2 a{
	display: inline-block;
	width: 250px;
	width: 2.5rem;
	height: 150px;
	height: 1.5rem;
	text-align: center;
	border: 1px solid #e9edf2;
	margin-bottom: 30px;
	margin-bottom: .3rem;
}
.index-w7c2 a:hover{
	box-shadow: 0 0 7px 0 rgba(81,94,129,.14);
	box-shadow: 0 0 .07rem 0 rgba(81,94,129,.14);
}
.index-w7c2 a img{
	margin-top: 16px;
	margin-top: .16rem;
	height: 75px;
	height: .75rem;
}
.index-w7c2 a p{
	color: #034996;
	font-weight: bold;
	font-size: 24px;
	font-size: .24rem;
	font-family: syst;
	margin-top: 8px;
	margin-top: .08rem;
}
.index-w7c2 a:hover{
	border-bottom: 7px solid #1b4db7;
	border-bottom: .07rem solid #1b4db7;
}
.index-w8{
	margin-top: 18px;
	margin-top: .18rem;
	padding: 22px 0;
	padding: .22rem 0;
	background: #f7f8f9;
	position: relative;
}
.index-zt{
	width: 1290px;
	width: 12.9rem;
	margin: 0 auto;
	height: 112px;
	height: 1.12rem;
}
.index-zt a{
	display: block;
	width: 300px;
	width: 3rem;
	height: 100%;
}
.index-zt a img{
	width: 100%;
	height: 100%;
}
.ztSwiper-btn{
	position: absolute;
	top: 56px;
	top: .56rem;
	width: 25px;
	width: .25rem;
	height: 47px;
	height: .47rem;
	line-height: 47px;
	line-height: .47rem;
	text-align: center;
	cursor: pointer;
	background: #ededed;
}
.ztSwiper-prev{
	left: 16px;
	left: .16rem;
}
.ztSwiper-next{
	right: 16px;
	right: .16rem;
}
.ztSwiper-btn img{
	width: 11px;
	width: .11rem;
}
.ztSwiper-btn.swiper-button-disabled{
	opacity: .5;
	cursor: initial;
}


.index-section01{
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.index-section01 .bmjz-list{
	z-index: -1;
}
.index-section01.showdiv .bmjz-list{
	z-index: 2;
}
.index-sec1-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
.index-sec1-bg li{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.index-sec1-bg li div{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
.index-section01 .jbq-top a,.index-section01 .jbq-top span,.index-section01 .jbq-top .bmjz{
	color: #fff;
}
.index-section01 .jbq-top-r .btn{
	background: rgba(243,243,243,.2);
}
.index-section01 .jbq-header{
	background: url(2023kpbg1.png) top center no-repeat;
	background-size: 100% 100%;
	border-bottom: none;
}
.index-section01 .jbq-hotwords *{
	color: #fff!important;
}
.index-section01 .jbq-search{
	background: rgba(255,255,255,.29);
}
.index-section01 .jbq-header-nav .tit{
	color: #fff!important;
}
.index-sec1-btn{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 80px;
	height: .8rem;
	background: url(2023kpbg2.png);
	background-size: 100% 100%;
	padding-top: 150px;
	padding-top: 1.5rem;
}
.index-sec1-btn .btn{
	display: inline-block;
	color: #fff;
	font-size: 20px;
	font-size: .2rem;
	padding-bottom: 32px;
	padding-bottom: .32rem;
	background: url(2023kpbg3.png) center bottom no-repeat;
	background-size: 26px 20px;
	background-size: .26rem .2rem;
	cursor: pointer;
}
.index-section01 .jbq-search input::-webkit-input-placeholder{
    color: #fff;
}

.index-section01 .jbq-search input:-moz-placeholder{
    color: #fff;
}

.index-section01 .jbq-search input::-moz-placeholder{
    color: #fff;
}

.index-section01 .jbq-search input:-ms-input-placeholder {
    color: #fff;
}
.index-section02{
    position: fixed;
    overflow: auto;
    left: 0;
    bottom: 0;
    top: 100%;
    right: 0;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    background: #fff;
}
.index-section02.showdiv{
    top: 0;
}
.jbq-rtnav,#youyanai{
	display: none;
}
.index-section02.showdiv .jbq-rtnav,.index-section02.showdiv #youyanai{
	display: block;
}

@media screen and (max-width: 768px){
	.index-section01 .jbq-header{
		background-image: url(2023kpbg1h5.png);
	}
	.index-section01 .jbq-header-nav{
		display: none;
	}
	.index-section01 .bmjz-list{
		z-index: 2;
	}
	.index-sec1-btn{
		height: 1.36rem;
	}
	.index-sec1-btn .btn{
		font-size: .34rem;
		background-size: .42rem .36rem;
		padding-bottom: .5rem;
	}
	.index-sec1-bg li div{
		background-size: auto 100%;
	}
	.index-w2c1,.index-w2c2,.index-w5c1,.index-w5c2,.index-w7c1,.index-w7c2,.index-zt{
		width: 100%;
	}
	.centerWidth{
		padding: 0 .26rem;
	}
	.jbq-header-nav{
		padding-bottom: .2rem;
	}
	.index-w1{
		height: auto;
		margin-bottom: .2rem;
	}
	.index-w1 .centerWidth{
		padding: 0;
	}
	.index-w1-item{
		text-align: left;
		padding: 0 .26rem .4rem;
	}
	.index-w1-item .tit{
		padding-top: .36rem;
	}
	.index-w1-item .tit a{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		white-space: wrap;
		white-space: initial;
		line-height: .52rem;
	}
	.index-w1-item .con{
		font-size: .26rem;
		line-height: .36rem;
		margin-top: .24rem;
	}
	.index-w1-item .con p{
		display: inline;
	}
	.index-w1-item .con a{
		color: #999999;
	}
	.index-w2c1{
		height: 4.84rem;
	}
	.index-w2c1-item a p{
		height: .64rem;
		line-height: .64rem;
		font-size: .3rem;
		padding: 0 2%;
	}
	.index-w2c2{
		padding: 0;
		margin-top: .36rem;
	}
	.index-tit1{
		display: flex;
		justify-content: space-between;
	}
	.index-w2c2 .index-tit1{
		margin-bottom: .3rem;
	}
	.index-tit1 .tit{
		font-size: .36rem!important;
		margin: 0;
	}
	.index-list1 li{
		padding: 0;
		height: auto;
		line-height: .42rem;
		margin-bottom: .42rem;
	}
	.index-list1 li:last-child{
		margin-bottom: 0;
	}
	.index-list1 li a{
		white-space: wrap;
		white-space: initial;
		font-size: .32rem;
		padding-left: .34rem;
		position: relative;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.index-list1 li a:before{
		margin-right: 0;
		position: absolute;
		top: .17rem;
		left: .08rem;
		width: .08rem;
		height: .08rem;
	}
	.index-w3{
		margin-top: .4rem;
	}
	.index-w3-wrap{
		position: absolute;
	}
	.index-tit2 .tit{
		font-size: .42rem;
	}
	.index-tit2 .entit{
		font-size: .2rem;
		margin-top: .2rem;
	}
	.index-tit2 .line{
		width: 24%!important;
	}
	.index-w3c{
		margin-top: .32rem;
	}
	.index-w3c-btn{
		flex-wrap: wrap;
	}
	.index-w3c-btn .item{
		width: 3.1rem;
		height: 2rem;
		margin-bottom: .26rem;
	}
	.index-w3c-btn .item:last-child{
		width: 100%;
		margin-bottom: 0;
		line-height: 2rem;
	}
	.index-w3c-btn .item img{
		margin-top: .2rem;
		height: .9rem;
	}
	.index-w3c-btn .item p{
		margin-top: .14rem;
		font-size: .32rem;
	}
	.index-w3c-btn .item:last-child p{
		display: inline-block;
		margin-left: .66rem;
		margin-top: 0;
		vertical-align: middle;
	}
	.index-w3c-btn .item:last-child img{
		margin-top: 0;
	}
	.index-w3c-tab{
		top: 2.26rem;
		padding-bottom: 0;
	}
	.index-w3c-tab.tab1{
		top: 4.5rem;
	}
	.index-w3c-tab.tab2{
		top: 6.76rem;
	}
	.index-w3c-list ul{
		width: auto;
		max-width: 50%;
	}
	.index-w3c-list ul li{
		height: .9rem;
		margin-bottom: .2rem;
		display: flex;
	}
	.index-w3c-list ul li:before{
		width: .08rem;
		height: .08rem;
		margin-top: .2rem;
	}
	.index-w3c-list ul li a{
		font-size: .32rem;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		line-height: .45rem;
	}
	.index-w4{
		margin-top: .3rem;
		padding: .2rem .18rem .22rem;
	}
	.index-tit3{
		line-height: .4rem;
	}
	.index-tit3 .tit{
		font-size: .36rem!important;
	}
	.index-tit3 .more{
		font-size: .26rem;
	}
	.index-tit3.jbq-tit .more{
		display: none;
	}
	.index-w4c{
		margin-top: 0;
		flex-wrap: wrap;
	}
	.index-w4c a{
		width: 3.2rem;
		margin-top: .34rem;
	}
	.index-w4c a span{
		font-size: .28rem;
	}
	.index-w4c a img{
		margin: 0 .18rem;
		width: .38rem;
	}
	.index-w5{
		height: auto;
	}
	.index-w5c1{
		padding: .34rem .26rem .2rem;
	}
	.index-w5c1 .index-tit3,.index-w7c1 .index-tit3{
		display: flex;
		justify-content: space-between;
	}
	.index-w5-search{
		margin-top: .3rem;
		padding: .14rem .2rem .24rem;
		height: 2.48rem;
		margin-bottom: 0;
	}
	.index-w5-search .tit{
		font-size: .3rem;
	}
	.index-w5-search .bar{
		margin-top: .16rem;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.index-w5-search .bar input{
		height: .7rem;
		line-height: .7rem;
		margin-right: 0;
		width: 2.94rem;
	}
	.index-w5-search .bar button{
		width: 1.82rem;
		height: .58rem;
		line-height: .58rem;
		float: none;
		display: block;
		margin: .24rem auto 0;
		font-size: .28rem;
	}
	.index-w5-search .bar button img{
		width: .36rem;
		margin-top: -.02rem;
	}
	.index-w5c1-tab .jbq-item:nth-child(n+2) .index-list2 li:nth-child(n+5){
		display: none;
	}
	.index-list2{
		padding-top: 0;
	}
	.index-list2 li{
		line-height: .42rem;
		height: auto;
		margin-top: .4rem;
	}
	.index-list2 li a:before{
		display: none;
	}
	.index-list2 li .tit{
		font-size: .32rem;
		white-space: initial;
		max-width: initial;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.index-list2 li .tit:before{
		display: inline-block;
		content: '';
		width: 0.08rem;
		height: 0.08rem;
		background: #bfbfbf;
		border-radius: 50%;
		vertical-align: middle;
		margin-right: 0.18rem;
		margin-top: -.04rem;
	}
	.index-list2 li .date{
		font-size: .28rem;
		float: none;
		width: 100%;
		display: inline-block;
		text-align: right;
	}
	.index-w5c2{
		margin-top: .3rem;
		padding: .34rem .14rem .3rem;
	}
	.index-zcwd{
		margin-top: .24rem;
	}
	.index-zcwd .item1{
		height: 2.25rem;
	}
	.index-zcwd .item1 .pic{
		width: 3.68rem;
		height: 2.25rem;
	}
	.index-zcwd .item1 .info{
		padding-top: 0;
	}
	.index-zcwd .item1 .info2{
		width: 2.86rem;
	}
	.index-zcwd .item1 .tit a{
		font-size: .32rem;
		line-height: .42rem;
	}
	.index-zcwd .item1 .con{
		font-size: .28rem;
		line-height: .36rem;
		margin-top: .18rem;
	}
	.index-zcwd .item1 .date{
		font-size: .28rem;
	}
	.index-zcwd .item2{
		margin-top: .26rem;
		padding-top: .28rem;
		line-height: .42rem;
	}
	.index-zcwd .item2 .tit{
		font-size: .32rem;
	}
	.index-zcwd .item2 .date{
		font-size: .28rem;
		margin-top: .1rem;
		display: inline-block;
		width: 100%;
		text-align: right;
	}
	.index-zcwd .item2:before{
		width: .08rem;
		height: .08rem;
	}
	.index-w6 .index-tit2 .line{
		display: none;
	}
	.index-w6 .index-tit2 .entit{
		letter-spacing: -.01rem;
	}
	.index-w6c{
		display: block;
	}
	.index-w6c .item{
		width: 100%;
		margin-bottom: .4rem;
	}
	.index-w6c .item:hover{
		box-shadow: none;
	}
	.index-w6c .item:hover .intro{
		display: none;
	}
	.index-w6c .item .title{
		padding-left: .4rem;
		width: 6.95rem;
	}
	.index-w7{
		height: auto;
		margin-top: .3rem;
	}
	.index-w7c1{
		padding: .3rem .22rem;
	}
	.index-w7c1-tab{
		margin-top: 0;
	}
	.index-yjzj li{
		line-height: .44rem;
		height: auto;
		margin-top: .32rem;
		margin-bottom: 0;
	}
	.index-yjzj li a{
		display: flex;
		flex-wrap: wrap;
	}
	.index-yjzj li .sta{
		width: 1.12rem;
		height: .44rem;
		font-size: .26rem;
		margin-right: .16rem;
		vertical-align: top;
	}
	.index-yjzj li .tit{
		width: 5.2rem;;
		max-width: initial;
		font-size: .32rem;
		white-space: wrap;
		white-space: initial;
		vertical-align: top;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.index-yjzj li .date{
		font-size: .28rem;
		float: none;
		width: 100%;
		display: block;
		text-align: right;
	}
	.index-w7c2{
		margin-top: .3rem;
	}
	.index-w7c2 a{
		width: 3.4rem;
		height: 2.12rem;
		margin-bottom: .4rem;
	}
	.index-w7c2 a img{
		margin-top: .22rem;
		height: 1.04rem;
	}
	.index-w7c2 a p{
		font-size: .32rem;
		margin-top: .16rem;
	}
	.index-w8{
		margin-top: .06rem;
		padding: .4rem .78rem .7rem;
	}
	.index-zt{
		height: 2.24rem;
	}
	.ztSwiper-btn{
		width: .45rem;
		height: .85rem;
		line-height: .85rem;
		top: 1.14rem;
	}
	.ztSwiper-page{
		position: absolute;
		bottom: .25rem;
		left: 0;
		width: 100%;
		text-align: center;
	}
	.ztSwiper-page .swiper-pagination-bullet{
		width: .16rem;
		height: .16rem;
		margin: 0 .09rem;
		background: #9fa8bc;
		opacity: 1;
	}
	.ztSwiper-page .swiper-pagination-bullet-active{
		background: #1a4db7;
	}
}