.wbkj{
	height: 100%;
	width: 100%;
	overflow: hidden;
}

    .parallax-bg {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 300%;
      -webkit-background-size: cover;
      background-size: cover;
      background-position: center;
	  background: url(../img/bg.jpg) center top no-repeat;
	  background-size:100% ;
    }
	.p1{
		overflow: hidden;
	}
#videobg002{
	object-fit: cover;position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%); 
	z-index: 8;

	
}
.p1 img{
	width: 632px;
	height: 300px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -316px;
	margin-top: -150px;
	z-index: 9999;
}
.p1 .zoomIn{

}



.zxyqbox{
	height: 681px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -380px;
	margin-left: -600px;
	width: 1200px;
}
.zxyqbox .boxbg{
	height: 681px;
	width: 389px;
	left: 12px;
	top: 0;
	position: absolute;
	background: url(../img/sjbgwb.png) center center no-repeat;
	z-index: 1;
}
.sjbox{
	background: url(../img/sjbg.png) center center no-repeat;
	width: 288px;
	height: 576px;
	position: absolute;
	left: 48px;
	top: 32px;
	z-index: 3;
}
.zxyqbox  img{
	position: absolute;
	left: 65px;
	top: 46px;	
	height: 550px;
	width: 258px;
	z-index: 2;
}
.zxbox{
	
}
.zxbox .hd{
	height: 46px;
	position: absolute;
	left: 0;
	bottom: 8vh;
	width: 100%;
}
.zxbox .hd ul{
	display: flex;
	justify-content: center;
	width: 100%;
}
.zxbox .hd ul li{
	width: 196px;
	margin: 0 8px;
	font-size: 20px;
	color: #d8350b;
	text-align: center;
	padding-top: 26px;
	line-height: 1;
	position: relative;
	display:block;
	cursor: pointer;
}
.zxbox .hd ul li::after{
	content: "";
	width: 100%;
	height: 1px;
	top: 1px;
	left: 0;
	background-color: #ea815d;
	position: absolute;
}
.zxbox .hd ul li.on{
	color: #d8350b;
	font-weight: bold;
}
.zxbox .hd ul li.on::after{
	top: 0px;
	left: 0;
	height: 2px;
	background-color: #d8350b;	
}
.textbox{
	width: 560px;
	position: absolute;
	right: 68px;
	top: 0;
}
.textbox .zx_text_logo{
	height: 110px;
	width: 393px;
	background: url(../img/text01.png) left top no-repeat;
	display: block;
	overflow: hidden;
	
}
.textbox .zx_text_box{
	display: flex;
	justify-content: space-around;
	margin-top: 72px;
}
.textbox  .zx_text_box span{
	width: 85px;
	height: 44px;
	background-color: #fee0a4;
	display: flex;
	box-shadow: 0 0 15px 0 rgba(0,0,133,.2); 
	color: #be0000;
	font-size: 20px;
	align-items: center;
	justify-content: center;
	line-height: 1;
	margin-right: 16px;
	
}
.textbox  .zx_text_box h1{
	font-size: 28px;
	font-weight: bold;
	padding-top: 0;
	line-height: 44px;
}
.textbox p.des{
	font-size: 20px;
	line-height:2;
	text-align: justify;
	padding-top: 12px;
}
.textbox p.time,.textbox p.dw,.textbox p.rw{
	height: 30px;
	display: flex;
	align-items: center;
	padding-left: 40px;
	font-size: 16px;
	line-height: 1;
	margin-top: 18px;
}
.textbox p.time{
	background: url(../img/time_i.png) left 2px no-repeat;
	margin-top: 32px;
}
.textbox p.dw{
	background: url(../img/dw_i.png) left 2px no-repeat;	
}
.textbox p.rw{
	background: url(../img/name_i.png) left 6px no-repeat;	
}
.wbsbox{
	width: 100%;
	height: auto;
	overflow: auto;

}
.wbsbox .deswpier{
	padding-left:calc((100% - 1200px)/2);
	height: 100%;

}


.wbsbox .deswpier .swiper-slide{
	width: 247px;
	height: 440px;
	border-radius: 42px;
	overflow: hidden;
	margin-top:calc((100vh - 440px)/2 + 100px); ;
}
.wbsbox .lmtext{

	width: 190px;
	margin: 0 auto;
	margin-top: 30px;
	line-height: 60px;
	height: 65px;
	border-bottom: 5px solid #fee0a4;
	box-sizing: border-box;
	font-size: 42px;
	color: #000;
	text-align: center;
}
.wbsbox .tab{

	height: 36px;
	text-align: center;
	box-sizing: border-box;	
	margin-top: 30px;
	display: flex;
	justify-content: center;
}
.wbsbox .tab ul{
	display: flex;
}
.wbsbox .tab ul li{
	width: 84px;
	margin: 0 20px;
	height: 36px;
	line-height: 32px;
	font-size: 20px;	
	box-sizing: border-box;	
	cursor: pointer;
}
.wbsbox .tab ul li.on{
	border-bottom: 4px solid #fee0a4;
	font-weight: bold;
}
.zhbg{
	background: url(../img/p4.png) center center no-repeat;
	background-size:100% ;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition: all 0.5s ease-in-out;
	z-index: 111;
}
.cx{
	opacity: 1;
}
.zhyytext{
	z-index: 999;
	position: absolute;
	height: 580px;
	width: 1200px;
	left: 50%;
	top: 50%;
	margin-left: -600px;
	margin-top: -290px;
}
.zhyytext p{
	text-align: center;
	font-size: 22px;
	font-family: "楷体";
	line-height: 40px;
}

.zhyytext p:first-child{
	font-size: 40px;
	font-family: "微软雅黑";
	padding-bottom: 60px;
}

.bottom_text{
	height: 62px;
	width: 100%;
	background-color: #fee0a4;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9999999;
	justify-content: center;
}
.bottom_text p{
	font-size: 16px;
}
.bottom_text p:first-child{
	margin: 0 40px;
	font-size: 18px;
}
.deswpier .swiper-slide .text{
	color: #fee0a4;
	font-size: 18px;
	width: 216px;
	position: absolute;
	left: 16px;
	bottom: 60px;
	text-align: justify;
	z-index: 2;	
}
.deswpier .swiper-slide .text span{
	width: 44px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #be0000;
	background-color: #fee0a4;
	font-size: 12px;
	float: left;
	margin-right: 5px;

}
.deswpier .swiper-slide .boxbg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/tmc.png) center center no-repeat;
	z-index: 1;
}
.deswpier .swiper-slide .mini_logo{
	width: 99px;
	height: 31px;
	background:url(../img/mini_logo.png) center center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	z-index: 2;	
	bottom: 18px;
}
.xbb_hdbox .box{
	overflow: hidden;
}
.xbb_hdbox .box ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
}
.xbb_hdbox .box ul li{
	width: 247px;
	position: relative;
	margin: 0 30px;
	margin-top: 36px;
	height: 504px;
}
.xbb_hdbox .box ul li img{
	width: 247px;
	height: 440px;
	border-radius: 42px;
	overflow: hidden;	
}
.xbb_hdbox .box ul li .text{
	color: #000;
	font-size: 18px;
	width: 247px;
	text-align: justify;
	margin-top: 16px;

}
.xbb_hdbox .box ul li .text span{
	width: 44px;
	height: 22px;
	text-align: center;
	line-height: 22px;
	color: #be0000;
	background-color: #fee0a4;
	font-size: 12px;
	float: left;
	margin-right: 5px;

}
.xbb_hdbox .box ul li .boxbg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/tmc.png) top center no-repeat;
	z-index: 1;
	border-radius: 42px;
	overflow: hidden;	
}
.xbb_hdbox .box ul li .mini_logo{
	width: 99px;
	height: 31px;
	background:url(../img/mini_logo.png) center center no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	z-index: 2;	
	bottom: 48px;
}

.xbb_hdbox .box ul{
	padding: 0 0;
}




@media screen and (max-width: 1440px) {
.xbb_hdbox .box{
	width: 1148px;
	margin: 0 auto;
}		
	
.zxbox .hd ul li{
	width: 164px;
	margin: 0 5px;
	font-size: 18px;
	color: #d8350b;
	text-align: center;
	padding-top: 26px;
	line-height: 1;
	position: relative;
	display:block;
	cursor: pointer;
}
.xbb_hdbox .box ul li{
	margin: 0 20px;
	margin-top: 36px;
}

}



@media screen and (min-width: 1441px) and (max-width: 1600px) {
.xbb_hdbox .box{
	width: 1435px;
	margin: 0 auto;
}		
	
.zxbox .hd ul li{
	width: 164px;
	margin: 0 5px;
	font-size: 18px;
	color: #d8350b;
	text-align: center;
	padding-top: 26px;
	line-height: 1;
	position: relative;
	display:block;
	cursor: pointer;
}
.xbb_hdbox .box ul li{
	margin: 0 20px;
	margin-top: 36px;
}

}

@media screen and (min-width: 1601px) and (max-width: 1920px) {
.xbb_hdbox .box{
	width: 1515px;
	margin: 0 auto;
}		
.xbb_hdbox .box ul li{
	width: 247px;
	position: relative;
	margin: 0 28px;
	margin-top: 36px;
	height: 504px;
}
}


@media screen and (min-width: 1921px) {
	
.xbb_hdbox .box{
	width: 2456px;
	margin: 0 auto;
}	
.xbb_hdbox .box ul li{
	width: 247px;
	position: relative;
	margin: 0 30px
	margin-top: 36px;
	height: 504px;
}
}