html,body{width: 100%;height: 100%;overflow: hidden;}
.wrap{width: 100%;min-width: 1200px;max-width: 2560px;height:calc(100% - 45px);margin: 0 auto;position: relative;background: url(http://image.gyyxcdn.cn/upload/wdhw/hd/p/2026/jr/cj0209/images/bg.jpg) no-repeat center top / cover;}

.swiper-container{position: relative;width: 100%;height: 100%;}
.swiper-slide{position: relative;width: 100%;height: 100%;overflow: hidden;}
.swiper_bottom{height: 200px;}

.logo{z-index: 999;position:absolute;top:0;left: -1.36rem;width:1.56rem;height:1.7rem;background:url(http://image.gyyxcdn.cn/upload/wdhw/hd/p/2026/jr/cj0209/images/wdhw_logo.png) no-repeat;background-size: 100% 100%;}
.nav{z-index: 999;position: absolute; top: 0rem; right: 1.1rem;width: 3.33rem;height: 0.27rem;text-align: center;line-height: 0.27rem;color: #581a07; font-size: 0.14rem;background:rgba(255,255,255,.7);border-radius: 0.28rem;}
.nav a{color: #581a07; margin: 0 0.10rem;}
.nav a:hover{color: #e42200;}

.wrap .logo{left: -1.36rem; top:-0.2rem;}
.main{width: 12rem;height: 100%;margin: 0 auto;position: relative;}

.wd_cont{width: 13.46rem;height: 10.8rem;position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.wd_tit{width:1.89rem;height:4.86rem;text-indent: -9999rem;overflow: hidden;position: absolute;left: -1.2rem;top:1rem;z-index: 999;}
.tit_text{position: absolute;width: 100%;height: 100%;left: 0; top: 0;}
.tit_text img{display: none;width: 100%;height: 100%;}
.tit_text img.on{display: block;animation: tit 0.5s 0s ease-out forwards;}

.cont_text{width: 13.44rem;height: 10.24rem;background: url(http://image.gyyxcdn.cn/upload/wdhw/hd/p/2026/jr/cj0209/images/cont.png) no-repeat;background-size: 100% 100%;position: absolute;bottom: 0;left: -0.3rem;}
.wd_tab{width: 10.55rem;height: 7.92rem;position: absolute;left: 1.51rem;top: 0.58rem;display: none;opacity: 0;}

.wd_tab h3{width: 1.45rem;height: 0.43rem;background: url(http://image.gyyxcdn.cn/upload/wdhw/hd/p/2026/jr/cj0209/images/tit.png) no-repeat;background-size: 100% 100%;text-align: center;line-height: 0.4rem;font-size: 0.2rem;color: #fff4e6;font-weight: bold;}
.wd_tab h3{margin: 0.2rem 0;}
.wd_tab p{color: #741805;font-size: 0.17rem;line-height: 0.28rem;margin: 0.1rem 0.86rem 0.1rem 0.05rem;padding-left: 0.32rem;position: relative;}
/* .wd_tab p.p_left{text-indent: 2em;} */
.wd_tab p i{position: absolute;top: 0.03rem;left: 0;width: 0.22rem;height: 0.22rem;background:#c35649;width: 0.22rem;height: 0.22rem; clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);text-align: center;line-height: 0.22rem;color: #faf5d2;font-size: 0.14rem; font-style: normal; }
.wd_tab table{text-align: center;margin: 0.2rem 0 0.2rem 0.05rem;width:90%;}
.wd_tab table tr th{background: #ac5f43;height: 0.4rem;line-height: 0.4rem;font-size: 0.16rem;color: #f0e2cd;border: 1px solid #edc3ac;}
.wd_tab table tr td{background: #fffef4;padding: 0.1rem 0.1rem;line-height: 0.2rem;font-size: 0.16rem;color: #8e1e07;border: 1px solid #edc3ac;}
.wd_tab span{color:red;}

.wd_tab .wd_img{margin: 0.2rem 0 0.2rem 0.37rem;}
.wd_tab .wd_img img{border:0.02rem solid #ac5f43;padding:0.03rem;}

.wd_tab .cont_soll{overflow: hidden;overflow-y: auto;height: 100%;overscroll-behavior:none;}
.wd_tab .cont_soll::-webkit-scrollbar {
    width: 0.06rem;
    border-radius: 0.06rem;
    display: block;
}
.wd_tab .cont_soll::-webkit-scrollbar-thumb {
    background-color: #db8466;
    background-clip: padding-box;
    border-radius: 0.06rem;
}
.wd_tab .cont_soll::-webkit-scrollbar-track {
    border-radius: 0.06rem;
    background-color: #fed1ac;
}


.wd_btn{width: 2.09rem;position: absolute;top: 50%;right: -2rem;transform: translateY(-3.2rem);}
.wd_btn li{width: 2.01rem;height: 0.62rem;text-align: center;margin: 0.24rem 0;}
.wd_btn li a{display: block;width: 2.01rem;height: 0.62rem;color: #fff4e6;font-size: 0.2rem;line-height: 0.51rem;background: url(http://image.gyyxcdn.cn/upload/wdhw/hd/p/2026/jr/cj0209/images/list.png) no-repeat;background-size:2.01rem 1.24rem;}
.wd_btn li a:hover{background-position:0 -0.62rem;color: #c64744;}
.wd_btn li.on a{background-position:0 -0.62rem;color: #c64744;}



.wd_tab.on{display: block;animation:on 0.5s ease-out forwards;}
.cont_text{animation:on 0.5s ease-out forwards;opacity: 0;}
.cont_tit{animation:tit 0.5s 0s ease-out forwards;opacity: 0;}
.wd_btn li{opacity: 0;animation:btn 0.5s 0s ease-out forwards;}
@keyframes on{
	0%{
		transform: translateY(100px);
		opacity: 0;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes tit{
	0%{
		transform: translateY(-50px);
		opacity: 0;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes btn{
	0%{
		transform: translate(50px);
		opacity: 0;
	}
	100%{
		transform: translate(0px);
		opacity: 1;
	}
}


.wd_tab01{width: 11rem;}
.wd_tab01 table{margin: 0.2rem auto;}
.wd_tab01 p{text-align: center;padding: 0;margin: 0.1rem auto;}




/* mym add */
.swrap{width: 100%;min-width: 1200px;max-width: 2560px;height:calc(100% - 45px);margin: 0 auto;position: relative;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2025/jr/cj0108/images/wd_sbg.jpg) no-repeat center / cover;}
.sbtn{overflow: hidden;width: 8.60rem;height:2.99rem;position: absolute;left:3.93rem;top: 50%;transform: translate(0,1.98rem);}
.sbtn a{display: block;float: left;width: 2.53rem;height: 2.73rem;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2025/jr/cj0108/images/wd_sbtn.png) no-repeat;background-size: 7.79rem 2.73rem;text-indent: -9999rem;overflow: hidden;transition: all 0.8s;}
.sbtn a:hover{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2025/jr/cj0108/images/wd_sbtnOn.png) no-repeat;background-size: 7.79rem 2.73rem;}
.sbtn a:nth-child(1){background-position: 0 0;}
.sbtn a:nth-child(2){background-position: -2.63rem 0rem; margin: 0 0.1rem;}
.sbtn a:nth-child(3){background-position: -5.26rem 0rem;}
.main_top{width: 12rem;margin: 0 auto;position: relative;}


.sy_sl{width: 5.57rem;height: 7.98rem;position: absolute;top: 50%;left: 50%;transform: translate(1.35rem,-4.85rem);}
.sy_sl img{width: 100%;height: 100%;}

.man{width: 3.64rem;height: 5.97rem;position: absolute;left: -3.44rem; bottom: -1.2rem;animation:on 0.5s ease-out forwards;opacity: 0;}
.man img{width: 100%;height: 100%;}



/* @media screen and (max-height: 1130px) {
   .wd_cont{transform:translate(-50%,-50%) scale(0.9);}
} */


