.wrap{min-width: 1200px;max-width: 1920px; margin: 0 auto; overflow: hidden;height: 6718px;position: relative;}
.main{width:1200px;margin:0 auto;height: 100%;position: relative;}
.header{position:relative;height:1186px;position: absolute;top: 0;width: 100%;z-index: 999;}
.header_bg{width: 1920px;position:absolute;height:1186px;position: absolute;top: 0;z-index: 9;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_bg01.jpg) no-repeat 50% 0%;left: 50%;transform: translateX(-50%);}
.header_sun{width: 1127px;height: 625px;position: absolute;top: 0;left: 0;transform: scale(1.009);}
.header_sun img{width: 100%;height: 100%;}
.header_sun {
	animation: sun 50s linear infinite;
    transform-origin: 100% 0;
}
@keyframes sun {
	0% {
		transform: rotate(0deg);
	}
	25% {
		transform: rotate(-20deg);
	}
    50% {
		transform: rotate(0deg);
	}
	75% {
		transform: rotate(5deg);
	}
	100% {
		transform: rotate(0);
	}
}

.header_mask{width: 100%;height: 751px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_bg02.png) no-repeat 50% 100%;position: absolute;bottom: 0;}
.header_role{width: 1594px;height: 477px;position: absolute;left:50%;top:457px;margin-left: -841px;}
.header_role img{width: 100%;height: 100%;}
.header_cloudL{width: 1920px;height: 921px;position: absolute;top: 421px;left: 0;}
.header_cloudL img{width: 100%;height: 100%;}
.header_cloudR{width: 1597px;height: 847px;position: absolute;top: 267px;right: 0;}
.header_cloudR img{width: 100%;height: 100%;}

.sl{width: 866px;height: 460px;position: absolute;left: 50%;top:37px;margin-left: -519px;animation: sl 0.6s 0.3s ease-out forwards;opacity: 0;}
.sl img{width: 100%;height: 100%;}
@keyframes sl{
	0%{
		transform: translateY(-100px);
		opacity: 0;
	}
	100%{
		transform: translateY(0px);
		opacity: 1;
	}
}
.logo{position:absolute;top:30px;left:0px;width:110px;height:145px;background:url(http://image.gyyxcdn.cn/upload/pic/logo/wd_logoLight.png) no-repeat;}
.wg_logo {position: absolute;top: 45px;left: 150px;z-index:2;width: 136px;height: 118px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/d20/images/index/wg_logo.png) no-repeat;}
.nav{position: absolute;top:39px;right:5px;color:#9c9268;line-height:28px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_nav_bg.png) no-repeat 50% 0;width: 388px;height: 28px;text-align: right;padding-right: 6px;box-sizing: border-box;z-index: 999;}
.nav a{margin:0 13px;font-size:14px;color:#89752f;}
.nav a:hover{color:#5c2209;}
.wd_cont{overflow:hidden;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_bg03.jpg) no-repeat 50% 1186px,url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_bg04.jpg) no-repeat 50% 100%;height: 6718px;position: absolute;top: 0;width: 100%;box-sizing: border-box;z-index: 99;padding-top: 989px;}
.wd_box01{height:1041px;}
.wd_box02{height:1218px;}
.wd_box03{height:1270px;}
.wd_box04{height:1145px;}
.wd_box05{height:1058px;}

.wd_box01 h2{width:737px;height: 194px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box01_tit.png) no-repeat;text-indent: -9999px;overflow: hidden;margin: 0 auto 52px;}
.wd_box01 ul{width: 100%;font-size: 0;display:flex;justify-content: center;}
.wd_box01 ul li{width:229px;height:549px;margin: 0 5px;transition: 0.6s;}
.wd_box01 ul li a{display: block;width: 100%;height: 100%;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box01_list.png) no-repeat 50% 0;}
.wd_box01 ul li:nth-child(1) a{background-position:0 0;}
.wd_box01 ul li:nth-child(2) a{background-position:-238px 0;}
.wd_box01 ul li:nth-child(3) a{background-position:-477px 0;}
.wd_box01 ul li:nth-child(4) a{background-position:-716px 0;}
.wd_box01 ul li:nth-child(5) a{background-position:-951px 0;}
.wd_box01 ul li:hover{transform: translateY(-10px);}

.wd_box01 ul li a{opacity: 0;transform: translateY(40px) scale(0.96);}
.wd_box01 ul.in-view li a{animation: wd_in 0.9s cubic-bezier(.2,.7,.2,1) both;}
.wd_box01 ul.in-view li:nth-child(1) a{animation-delay: 0.1s;}
.wd_box01 ul.in-view li:nth-child(2) a{animation-delay: 0.22s;}
.wd_box01 ul.in-view li:nth-child(3) a{animation-delay: 0.34s;}
.wd_box01 ul.in-view li:nth-child(4) a{animation-delay: 0.46s;}
.wd_box01 ul.in-view li:nth-child(5) a{animation-delay: 0.58s;}
@keyframes wd_in{
    0%{opacity: 0;transform: translateY(40px) scale(0.96);}
    100%{opacity: 1;transform: translateY(0) scale(1);}
}

.wd_box01 ul li{position: relative;overflow: hidden;}
.wd_box01 ul li::before{
    content: '';
    position: absolute;top: 0;left: -60%;
    width: 40%;height: 100%;
    background: linear-gradient(115deg, rgba(255,245,210,0) 0%, rgba(255,245,210,0) 40%, rgba(255,248,220,0.55) 50%, rgba(255,245,210,0) 60%, rgba(255,245,210,0) 100%);
    transform: skewX(-18deg);
    pointer-events: none;
}
.wd_box01 ul.in-view li::before{animation: wd_shine 4.5s ease-in-out infinite;animation-delay: 1s;}
.wd_box01 ul.in-view li:nth-child(2)::before{animation-delay: 1.35s;}
.wd_box01 ul.in-view li:nth-child(3)::before{animation-delay: 1.7s;}
.wd_box01 ul.in-view li:nth-child(4)::before{animation-delay: 2.05s;}
.wd_box01 ul.in-view li:nth-child(5)::before{animation-delay: 2.4s;}
@keyframes wd_shine{
    0%{left: -60%;}
    55%,100%{left: 120%;}
}


.swiper_cont{width: 1313px;height:653px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box02_bg.png) no-repeat 50% 100%;position: relative;margin-left: -53px;}
.wd_box02 h2{width:737px;height: 194px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box02_tit02.png) no-repeat;margin: 0 auto 65px;text-indent: -9999px;overflow: hidden;}
.swiper-container{width: 965px;height: 552px;position: absolute;top:44px;left:189px;}
.swiper-slide{width: 100%;height: 100%;position: relative;}
.swiper-slide a{width: 100%;height: 100%;}
.swiper-slide img{width: 965px;height: 552px;}
.swiper-pagination{width: 100%;height: 29px;position: absolute;bottom:-22px;}
.swiper-pagination span{width: 29px;height: 29px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box01_tab.png) no-repeat;margin:0 8px;opacity: 1;border-radius: 0;}
.swiper-pagination span.swiper-pagination-bullet-active{width: 29px;height: 29px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box01_tab_on.png) no-repeat;}

/* 画轴三段展开（用 background-position 虚拟切图）*/
.wd_box02 .swiper_cont.wd_roll{background: none;clip-path: none !important;-webkit-clip-path: none !important;transform: none !important;filter: none !important;}
.wd_box02 .swiper_cont.wd_roll::before,
.wd_box02 .swiper_cont.wd_roll::after{
    content: '';
    position: absolute;top: 0;
    width: 180px;height: 653px;
    background-image: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box02_bg.png);
    background-repeat: no-repeat;
    transition: left 2s cubic-bezier(.55,.05,.2,.98);
    pointer-events: none;
    z-index: 3;
    transform: translateZ(0);
    backface-visibility: hidden;
}
.wd_box02 .swiper_cont.wd_roll::before{background-position: 0 0;left: calc(50% - 180px);}
.wd_box02 .swiper_cont.wd_roll::after{background-position: right 0;left: 50%;}
.wd_box02 .swiper_cont.wd_roll.in-view::before{left: 0;}
.wd_box02 .swiper_cont.wd_roll.in-view::after{left: calc(100% - 181px);}

.wd_box02 .swiper_cont.wd_roll .wd_paper{
    position: absolute;top: 0;left: 178px;
    width: calc(100% - 356px);height: 100%;
    background-image: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box02_bg.png);
    background-repeat: no-repeat;
    background-position: -178px 0;
    clip-path: inset(0 50% 0 50%);
    -webkit-clip-path: inset(0 50% 0 50%);
    transition: clip-path 2s cubic-bezier(.55,.05,.2,.98),-webkit-clip-path 2s cubic-bezier(.55,.05,.2,.98);
    pointer-events: none;
    z-index: 1;
}
.wd_box02 .swiper_cont.wd_roll.in-view .wd_paper{clip-path: inset(0 0 0 0);-webkit-clip-path: inset(0 0 0 0);}

.wd_box02 .swiper_cont.wd_roll .swiper-container{
    clip-path: inset(0 50% 0 50%);
    -webkit-clip-path: inset(0 50% 0 50%);
    transition: clip-path 2s cubic-bezier(.55,.05,.2,.98),-webkit-clip-path 2s cubic-bezier(.55,.05,.2,.98);
    z-index: 2;
}
.wd_box02 .swiper_cont.wd_roll.in-view .swiper-container{clip-path: inset(0 0 0 0);-webkit-clip-path: inset(0 0 0 0);}

.wd_box02 .swiper_cont.wd_roll .swiper-pagination{opacity: 0;transition: opacity 0.8s ease-out 1.3s;}
.wd_box02 .swiper_cont.wd_roll.in-view .swiper-pagination{opacity: 1;}

.wd_box03 h2{width:737px;height: 194px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box03_tit.png) no-repeat;text-indent: -9999px;overflow: hidden;margin: 0 auto 38px;}
.wd_box03 ul{width: 1305px;margin: 0 -59px 0 -46px;font-size: 0;display:flex;justify-content: space-between;}
.wd_box03 ul li{width: 445px;height:710px;padding:66px 68px 0;box-sizing:border-box;font-size:14px;color:#5d1312;text-align:center;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box03_bg.png) no-repeat;}
.wd_box03 ul li h3{width: 267px;height: 80px;text-indent: -9999px;overflow: hidden;margin: 0 auto 4px;}
.wd_box03 ul li:nth-child(1) h3{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box03_stit01.png) no-repeat 50% 0;}
.wd_box03 ul li:nth-child(2) h3{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box03_stit02.png) no-repeat 50% 0;}
.wd_box03 ul li:nth-child(3) h3{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box03_stit03.png) no-repeat 50% 0;}
.wd_box03 ul li h4{font-size: 16px;color: #5e1111;line-height: 20px;margin-bottom:18px;}
.wd_box03 ul li div span{width: 145px;height: 182px;display: inline-block;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box03_imgbg.png) no-repeat 50% 0;}
.wd_box03 ul li div img{display:inline-block;width: 50px;height: 50px;margin:29px auto 37px;border:3px solid #f6ecc4;}
.wd_box03 ul li div.img img{width:100px;height:100px;margin:6px auto 15px;border:none;}
.wd_box03 ul li div p{height:48px;padding:0 4px;font-size: 14px;line-height: 16px;overflow:hidden;}
.wd_box03 ul li a{display:inline-block;width: 239px;height: 59px;text-indent: -9999px;overflow: hidden;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box03_btn.png) no-repeat;}
.wd_box03 ul li a:hover{background-position: 0px -59px;}

.wd_box03 ul li{opacity: 0;transform: scale(0.9) translateY(40px);filter: blur(6px);transition: transform 0.5s cubic-bezier(.2,.7,.2,1),filter 0.4s;}
.wd_box03 ul.in-view li{animation: wd_settle 1s cubic-bezier(.2,.7,.2,1) both;}
.wd_box03 ul.in-view li:nth-child(1){animation-delay: 0.1s;}
.wd_box03 ul.in-view li:nth-child(2){animation-delay: 0.26s;}
.wd_box03 ul.in-view li:nth-child(3){animation-delay: 0.42s;}
@keyframes wd_settle{
    0%{opacity: 0;transform: scale(0.9) translateY(40px);filter: blur(0px);}
    100%{opacity: 1;transform: scale(1) translateY(0);filter: blur(0);}
}
.wd_box03 ul.in-view li:hover{transform: translateY(-10px);filter: drop-shadow(0 14px 22px rgba(93,19,18,0.28));}
.wd_box03 ul li div span{transition: transform 0.5s cubic-bezier(.2,.7,.2,1);}
.wd_box03 ul.in-view li:hover div span{transform: translateY(-2px) scale(1.04);}

.wd_box04 h2{width:737px;height:194px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box04_tit.png) no-repeat;text-indent: -9999px;overflow: hidden;margin: 0 auto 60px;}
.wd_box04_cont{width: 1156px;height: 553px;position: relative;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box04_bg.png) no-repeat 50% 0;}
.cont_left{width:520px;position: absolute;top:85px;left:262px;overflow: hidden;}
.cont_left h4{width: 520px;height: 60px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box04_line.png) no-repeat 0 50%;color: #824a2b;line-height: 60px;font-size:30px;font-weight: bold;text-align: center;margin:36px auto 0;}
.cont_left p{color: #824b2c;font-size: 20px;line-height: 30px;text-align: center;}
.cont_left p span{color: #ff2f06;}
.cont_left a{display:block;width:314px;height:84px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box04_btn01.png) no-repeat;text-indent: -9999px;overflow: hidden;margin: 44px auto 0;}
.cont_left a:hover{background-position:0 -84px;}
.cont_right{position: absolute;width: 192px;position: absolute;top:98px;right: 90px;}
.cont_right a{display:block;width:192px;height:178px;background:url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box04_btn02.png) no-repeat;margin-bottom:40px;text-indent: -9999px;overflow: hidden;transition: all 0.3s ease-in-out;}
.cont_right a:nth-of-type(1){background-position:0 0;}
.cont_right a:nth-of-type(2){background-position:-192px 0;}
.cont_right a:hover{transform: scale(1.05);}

/* ===== 三段式：左书脊 ::before (0~120px) + 右卷起页 ::after (342px) + 中间纸面 .wd_mpage ===== */
.wd_box04_cont.wd_reveal{background-image: none;}
.wd_box04_cont.wd_reveal::before,
.wd_box04_cont.wd_reveal::after,
.wd_box04_cont .wd_mpage{
    content: '';
    position: absolute;top: 0;height: 100%;
    background-image: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box04_bg.png);
    background-repeat: no-repeat;
    background-size: 1156px 553px;
    pointer-events: none;
}
.wd_box04_cont.wd_reveal::before{right: 342px;width: 120px;background-position: left 0;z-index: 1;transition: right 1s cubic-bezier(.45,.05,.2,.98);transform: translateZ(0);backface-visibility: hidden;}
.wd_box04_cont.wd_reveal.in-view::before{right: calc(100% - 120px);}
.wd_box04_cont.wd_reveal::after{right: 0;width: 342px;background-position: right 0;z-index: 0;}
.wd_box04_cont .wd_mpage{right: 342px;width: 2px;background-position: right -342px top 0;z-index: 0;transition: width 1s cubic-bezier(.45,.05,.2,.98);}
.wd_box04_cont.wd_reveal.in-view .wd_mpage{width: calc(100% - 120px - 342px + 2px);}

.wd_box04_cont.wd_reveal .cont_left{opacity: 0;visibility: hidden;z-index: 2;}
.wd_box04_cont.wd_reveal .cont_right{z-index: 2;}
.wd_box04_cont.wd_reveal.in-view .cont_left{animation: wd_box04_show 0.4s ease-out 1s forwards;}
@keyframes wd_box04_show{from{opacity: 0;visibility: visible;}to{opacity: 1;visibility: visible;}}

.wd_box05 h2{width:737px;height: 194px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box05_tit.png) no-repeat;text-indent: -9999px;overflow: hidden;margin: 0 auto 47px;}
.wd_box05 ul{height: 616px;position: relative;}
.wd_box05 ul li{width:463px;height: 313px;position: absolute;transition: 0.6s;}
.wd_box05 ul li a{display: block;width: 100%;height: 100%;text-indent: -9999px;overflow: hidden;}
.wd_box05 ul li:nth-child(1){top: 0;left: -35px;}
.wd_box05 ul li:nth-child(2){bottom: 0;left: -35px;}
.wd_box05 ul li:nth-child(3){top: -11px;left:441px;width:313px;height: 534px;}
.wd_box05 ul li:nth-child(4){top: 0;right: -31px;}
.wd_box05 ul li:nth-child(5){bottom: 0;right: -31px;}
.wd_box05 ul li:nth-child(1) a{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box05_list01.png) no-repeat;}
.wd_box05 ul li:nth-child(2) a{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box05_list02.png) no-repeat;}
.wd_box05 ul li:nth-child(3) a{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box05_list03.png) no-repeat;}
.wd_box05 ul li:nth-child(4) a{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box05_list04.png) no-repeat;}
.wd_box05 ul li:nth-child(5) a{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_box05_list05.png) no-repeat;}
.wd_box05 ul li:hover{transform: translateY(-10px);}

.wd_box05 ul li{opacity: 0;}
.wd_box05 ul li:nth-child(1){transform: translate(-70px,-40px);}
.wd_box05 ul li:nth-child(2){transform: translate(-70px,40px);}
.wd_box05 ul li:nth-child(3){transform: translateY(70px) scale(0.95);}
.wd_box05 ul li:nth-child(4){transform: translate(70px,-40px);}
.wd_box05 ul li:nth-child(5){transform: translate(70px,40px);}

.wd_box05 ul.in-view li{animation: wd_gather 0.9s cubic-bezier(.2,.7,.2,1) both;}
.wd_box05 ul.in-view li:nth-child(1),
.wd_box05 ul.in-view li:nth-child(4){animation-delay: 0.1s;}
.wd_box05 ul.in-view li:nth-child(2),
.wd_box05 ul.in-view li:nth-child(5){animation-delay: 0.25s;}
.wd_box05 ul.in-view li:nth-child(3){animation-delay: 0.45s;animation-duration: 1s;}

@keyframes wd_gather{
    to{opacity: 1;transform: translate(0,0) scale(1);}
}

.wd_box05 ul.in-view li a:hover{opacity: 1;transform: scale(1.03);transition: transform 0.3s cubic-bezier(.2,.7,.2,1);}

.tc{width: 100%;height: 100%;position: fixed;top: 0;left: 0;display: none;z-index: 9999;}
.tc_mask{width: 100%;height: 100%;background: rgba(0,0,0,0.8);position: absolute;top: 0;}
.tc_tab{display: none;}
.tc_cont{width: 1134px;height: 797px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_tc.png) no-repeat;position: absolute;top: 0;left: 0;right: 0;bottom: 0;margin: auto;padding-top: 60px; box-sizing: border-box;padding-right: 55px;}
.tc_cont h2{height: 60px;margin: 0 auto 40px;color: #c0340a;font-size: 36px;text-align: center;line-height: 60px;font-weight: bold;display: flex;justify-content: center;align-items: center;}
.tc_cont h2::before{content: '';display: inline-block;width: 34px;height: 100%;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_tc_tit.png) no-repeat 0 50%;margin-right: 20px;}
.tc_cont h2::after{content: '';display: inline-block;width: 34px;height: 100%;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_tc_tit.png) no-repeat -342px 50%;margin-left: 20px;}
.tc_close{position: absolute;width: 56px;height: 62px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_tc_close.png) no-repeat;top: 20px;right: 0px;}
.tc_soll{width: 970px;height: 442px;margin-left: 53px;overflow: hidden;overflow-y: scroll;overscroll-behavior:none;}
.tc_soll h3{color: #a53412;font-size: 20px;font-weight: bold;padding-left: 38px;position: relative;line-height: 28px;}
.tc_soll h3 i{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_tc_icon.png) no-repeat;display: block;width: 28px;height: 28px;position: absolute;left: 0;top: 0;color: #ecefd3;font-size: 14px;font-style: normal;text-align: center;font-weight: normal;}
.tc_soll p{color: #a53412;font-size: 16px;line-height: 30px;margin: 10px 38px;}
.tc_soll table{width: 896px;margin: 10px 38px;text-align: center;}
.tc_soll table tr th{font-size: 16px;color: #fcfee5;background: #7c4737;border: 1px solid #a97056;height: 37px;padding:5px 0;}
.tc_soll table tr td{font-size: 16px;color: #9d5922;background: #fef8ea;border: 1px solid #a97056;height: 30px;padding:5px 0;}
.tc_soll table tr td span{color: #F00;}
.wd_img{margin: 10px 38px;text-align: center;}
.wd_img img{padding: 2px;border: 1px solid #703726;margin: 0 10px;}
.tc_soll::-webkit-scrollbar {
    width: 7px;
	  border-radius: 7px;
}
.tc_soll::-webkit-scrollbar-thumb {
    background-color: #a74423;
    border-radius: 7px;
	cursor: pointer;
}
.tc_soll::-webkit-scrollbar-track {
	  border-radius: 7px;
    background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_tc_soll.png) no-repeat 50%;
}
.tc_btn{display: block;width: 209px;height: 52px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_tc_btn.png) no-repeat;margin: 26px auto;}
.tc_btn:hover{background-position:0 -52px;}

/* 首页漂浮*/
.sy_pf {width: 170px;background-image: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_pf01.png), url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_pf03.png);background-repeat: no-repeat, no-repeat;background-position: 50% 0, 50% 100%;padding: 42px 20px 34px;position: relative;box-sizing: border-box;}
.sy_pf::before {content: '';position: absolute;top: 201px;left: 0;bottom: 171px;width: 100%;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_pf02.png) repeat-y 50% 0;z-index: 0;}
.sy_pf p{font-size: 14px;color: #810c0c;line-height: 26px;text-align: center;}
.sy_pf p:nth-child(2){font-size: 20px;color: #d2523c;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_pf_line01.png) no-repeat 50% 100%;line-height: 32px;padding-bottom: 6px;}
.sy_pf ul{margin-top: 14px;}
.sy_pf li{margin-bottom: 5px;}
.sy_pf li a{display: block;font-size: 16px;color: #865226;text-align: center;width: 132px;height:35px;line-height: 32px;position: relative;margin: 0 auto;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_pfline.png) no-repeat 50% 100%;}
.sy_pf li a:hover,.sy_pf li.on a{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_pfon.png) no-repeat 50% 0,url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_pfline.png) no-repeat 50% 100%;color: #ffffff;font-size: 18px;}
.sy_pf li.on .sy_pfshow{background: #fce8c7;padding: 6px 0;position: relative;}
.sy_pfshow{display: none;}
.sy_pf li:hover .sy_pfshow{display:block;}
.sy_pf li .sy_pfshow a{display:block;height:26px;font-size:14px;color:#663300;line-height:26px;background: #fce8c7;background-image: none;}
.sy_pf li .sy_pfshow a:hover{color:#d73a0a;}
.sy_pf li .sy_pfshow a:hover i{display: inline-block;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_pficon.png) no-repeat;width: 8px;height: 8px;margin: 0 8px;vertical-align: middle;}
.sy_pf li a.link:hover,.sy_pf li.on a.link{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_pfon.png) no-repeat 50% 0;}
.sy_pf li.last a{background: none;}
.sy_pf li.last a:hover,.sy_pf li.last.on a{background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_pfon.png) no-repeat 50% 0;}
.sy_pf li:last-child{width: 52px;height: 50px;margin: 37px auto 0;display: block;text-align: center;}
.sy_pf li:last-child a{margin-top: 10px;font-size: 16px;color: #cc7738;background: none;position: relative;height: 50px;line-height: 54px;width: 52px;display: block;}
.sy_pf li:last-child a i{display: block;position:absolute;top: 10px;left: 50%;margin-left: -9px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/2026/tf/tyc/images/index/wd_pfarrow.png) no-repeat 0 0;width: 16px;height: 7px;}
.sy_pf li:last-child a:hover{color: #fc6d01;}
.sy_pf li:last-child a:hover i{background-position: -16px 0;}

.tc02{width: 540px;height: 293px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/jnh/2026/zh/images/tc02.png) no-repeat;position: absolute;top: 0;left: 0;bottom: 0;right: 0;margin: auto;z-index: 99999999;color: #396935;font-size: 40px;text-align: center;line-height: 320px;font-weight: bold;display: none;}
.tc02 a{width: 76px;height: 79px;background: url(http://image.gyyxcdn.cn/upload/wd/hd/p/cqhd/jnh/2026/zh/images/tc01.png) no-repeat;position: absolute;left: 50%;transform: translateX(-50%);bottom: -80px;}
.mask{width: 100%;height: 100%;position: absolute;top: 0;left: 0;background: rgba(0,0,0,0.8);z-index: 9999999;display: none;}




