
.top01m .right{font-size: 16px;}

.lhyw{width: 1200px;height: 480px;;margin: 0 auto;background-image: url(http://www.coolbuy360.com/images/ztzl/2026/2026lh/yw_bg.png); margin-top:40px;}
.lhyw .lhyw_z{width: 720px;height: 465px;float: left;overflow: hidden;}

.lhyw .lhyw_y{width: 430px;height: 430px;float: right;margin: 33px 10px 0 0;position: relative;}
.lhyw .lhyw_y li{font-size: 18px;margin-top:36px;transition: padding-left 0.5s ease;padding-left: 0;}
.lhyw .lhyw_y li:hover{color: #94070a;padding-left: 15px;}
.lhyw .lhyw_y .gd{width: 49px;height: 12px;background: url(http://www.coolbuy360.com/images/ztzl/2026/2026lh/more.png)  no-repeat;position: absolute;bottom:35px;right:15px;}
.lhyw .lhyw_y .gd a{display: block;width: 49px;height: 12px;}


.bgjd{width: 1226px;height:660px;margin: 0 auto;}
.bgjd .biaoti{width: 100%;height: 86px;background: url(http://www.coolbuy360.com/images/ztzl/2026/2026lh/bgjd.png) no-repeat  top center;margin: 55px 10px  45px 10px ;}
.bgjd .biaoti a{width: 225px;height: 86px;display: block;margin:  0 auto;}

.bgjd_con{width: 1226px;height: 496px;background: url(http://www.coolbuy360.com/images/ztzl/2026/2026lh/lhcz_bg.png) no-repeat  top center;position: relative;}
.con_z{width: 640px;height: 360px;overflow: hidden;position: absolute;top:67px;left:61px;}
.con_z img{width: 640px;height: 360px;}
.con_y{width: 405px;height: 460px;position: absolute;top:17px;right:30px;}
.con_y .li{width: 405px;height: 90px;border-bottom:#8c5f29 dashed 2px ;position: relative;}
.con_y .li li{width: 405px;height:60px;position: absolute;top: 15px;border-radius:15px ;}
.con_y .li li:hover{width: 405px;height:60px;background: #94070A;position: absolute;top: 15px;}
.con_y .li a{display: block;width: 405px;height:60px;line-height: 60px;padding-left: 20px;font-weight: bold;color: #8c5f29;}
.con_y li a:hover{color: #fff;}

/* 高亮样式（默认/选中） */
.con_y .li li.active {
    background: #94070A;
}
/* 鼠标悬浮样式 */
.con_y .li li:hover{
    background: #94070A;
}
.con_y .li a{
    display: block;
    width: 405px;
    height:60px;
    line-height: 60px;
    padding-left: 20px;
    font-weight: bold;
    color: #8c5f29;
    text-decoration: none; /* 去掉下划线 */
}
/* 高亮/悬浮时文字颜色 */
.con_y .li li.active a,
.con_y .li li:hover a {
    color: #fff;
}



.dhwj_lhgc{width: 1200px;height: 442px;margin: 0 auto;margin-top: 50px;}
.dhwj{width: 580px;height: 440px;float: left;}
.dhwj .biaoti{width: 100%;height: 86px;background: url(http://www.coolbuy360.com/images/ztzl/2026/2026lh/dhwj.png) left no-repeat;margin-bottom:25px;}
.dhwj .biaoti a{width: 225px;height: 86px;display: block;}
.dhwj_con li{width:580px;height: 50px;background: #FFFFFF;margin-top: 20px;border-left:#dda661 6px solid ;line-height: 50px;font-size: 18px;}
.dhwj_con a{padding-left: 25px;transition: padding-left 0.5s ease;}
.dhwj_con a:hover{padding-left: 35px;color: #94070a;}


.lhwj{width: 580px;height: 440px;float: right;}
.lhwj .biaoti{width: 100%;height: 86px;background: url(http://www.coolbuy360.com/images/ztzl/2026/2026lh/lhgc.png) left no-repeat;margin-bottom:25px;}
.lhwj .biaoti a{width: 225px;height: 86px;display: block;}
.lhwj .lhwj_con{width: 580px;height: 330px;overflow: hidden;}

.slider-wrapper a{display: block;}
	.slider-container {
    position: relative;
    width: 100%;
    max-width: 800px;
    height: 270px;
    /*margin: 50px auto;*/
    /*overflow: hidden;*/ /* 隐藏超出部分 */
}
.slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    white-space: nowrap; /* 防止图片换行 */
    text-align: center;
}
.slide {
    position: absolute;
    top: 50%;
    transition: all 0.5s ease; /* 现代浏览器的过渡效果 */
    /* 初始状态：所有图片叠在一起 */
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0.6;
    z-index: 1;
}
/* 中间图片 - 最大 */
.slide.active {
    width: 70%; /* 中间图片宽度 */
    opacity: 1;
    z-index: 3;
    /* 现代浏览器使用scale放大，低版本IE需降级 */
    transform: translate(-50%, -50%) scale(1.2);
}
/* 左侧图片 */
.slide.prev {
    width: 50%; /* 左侧图片较小 */
    left: 20%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
/* 右侧图片 */
.slide.next {
    width: 50%; /* 右侧图片较小 */
    left: 80%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
/* 导航按钮样式 */
.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(0,0,0,0.5);
    color: white;
    border: none;
    font-size: 33px;
    padding: 14px 10px;
    cursor: pointer;
}
.prev-nav { left: 10px; }
.next-nav { right: 10px; }
.slider-dots {
    position: absolute;
    bottom: -47px;
    width: 100%;
    text-align: center;
    z-index: 10;
}
.dot {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background-color: #ccc;
    border-radius: 50%;
    cursor: pointer;
}
.dot.active { background-color: #333; }

/* 针对IE7-8的特殊样式 (使用条件注释或CSS Hack) */
/* 例如，IE8不支持transform: scale，可以用直接改变宽高模拟 */
/* 注意：实际项目中更推荐通过JS检测并添加特定类名来应用这些样式 */
@media \0screen\,screen\9 {
    /* 仅对IE6-8生效 */
    .slide.active {
        width: 75%; /* 用更大的宽度替代scale效果 */
        height: auto; /* 保持比例 */
        filter: alpha(opacity=100); /* IE透明度滤镜 */
    }
    .slide.prev,
    .slide.next {
        filter: alpha(opacity=60);
    }
}



.dbwytly{width: 1200px;height: 500px;margin: 0 auto;margin-top: 50px;}
.dbwytly .biaoti{width: 100%;height: 86px;background:url(http://www.coolbuy360.com/images/ztzl/2026/2026lh/dbwy.png) no-repeat;margin-bottom:25px;}
.dbwytly .biaoti a{width:390px;height: 86px;display: block;margin: 0 auto;}

.dbwytly .db_con{width: 1200px;height: 400px;}
.dbwytly .db_z{width:580px;height: 400px;float: left;}
.dbwytly .db_y{width:580px;height: 400px;float: right;}
.dbwytly .db_z .accoradion 


.accoradion{width:575px;color:#000;margin:20px auto;}
.accoradion ul{overflow:hidden;background: #fff;}
.accoradion li {margin-top:20px;}
.accoradion li a.header{font-size: 18px;padding:0 0 0 25px;display:block;color:#fff;height:50px;line-height:50px;position:relative;margin:-1px 0 0 0;font-size:14px;text-decoration:none;}
.accoradion li a.closed{font-size: 18px;background:#e7e5e5 url(//www.coolbuy360.com/images/ztzl/2024/jycy/arrowbg.png) no-repeat 529px -20px;color: #333333;}
.accoradion li a.opened{font-size: 18px;color:#fff;background:#dda661 url(//www.coolbuy360.com/images/ztzl/2024/jycy/arrowbg.png) no-repeat 529px 20px;font-weight:800;border-top: 2px #d93233 solid;}
.accoradion li a.opened span {color: #fff;}
.accoradion li li{padding:10px 15px;height:90px;position:relative;margin:-1px 0 0 0;}
.accoradion li li p{line-height:30px;margin-top: 13px;font-size: 14px;color: #646464;}
.accoradion li li p a{color: #cd484c;}
.commentnumber{display: inline-block;line-height: 50px;font-size: 26px;font-style: italic;font-weight: bold;color: #dda661;margin-right: 13px;}
	

.lhbd{width: 1250px;height:470px;margin: 0 auto;margin-top: 50px;}
.lhbd .biaoti{width: 100%;height: 86px;background:url(http://www.coolbuy360.com/images/ztzl/2026/2026lh/lhbd.png) no-repeat center;margin-bottom:25px;}
.lhbd .biaoti a{width:230px;height: 86px;display: block;margin: 0 auto;}



			.Box {position: relative;}
			.Box .content {width: 1200px;margin: 0 auto;}
			.Box .Box_con {position: relative;}
			.Box .Box_con .btnl {position: absolute;}
			.Box .Box_con .btn {display: block;width: 56px;height: 56px;position: absolute;top:115px;cursor: pointer;}
			.Box .Box_con .btnl {background: url(http://www.coolbuy360.com/images/ztzl/2025/2025lh/bannerBtn.png) no-repeat 0px -23px;left: -72px;}
			.Box .Box_con .btnr {background: url(http://www.coolbuy360.com/images/ztzl/2025/2025lh/bannerBtn.png) no-repeat -64px -23px;right: -72px;}
			.Box .Box_con .btnl:hover {background: url(http://www.coolbuy360.com/images/ztzl/2025/2025lh/bannerBtn.png) no-repeat 0px -23px;}
			.Box .Box_con .btnr:hover {background: url(http://www.coolbuy360.com/images/ztzl/2025/2025lh/bannerBtn.png) no-repeat -64px -23px;}
			.Box .Box_con .conbox {position: relative;overflow: hidden;}
			.Box .Box_con .conbox ul {position: relative;list-style: none;}
			.Box .Box_con .conbox ul li {float: left;width: 285px;height: 310px;margin-left: 20px;overflow: hidden;}
			.Box .Box_con .conbox ul li:first-child {margin-left: 0;}
			.Box .Box_con .conbox ul li img {display: block;width: 285px;height: 270px;transition: all 0.5s;}
			.Box .Box_con .conbox ul li:hover img {transform: scale(1.1);}
			
			.Box .BoxSwitch {text-align: center;}
			.Box .BoxSwitch span {display: inline-block;*display: inline;*zoom: 1;vertical-align: middle;width: 30px;height: 3px;background: #ccc;margin: 0 5px;cursor: pointer;}
			.Box .BoxSwitch span.cur {background: red;}

	.xiangx{width:270px;height:275px;padding:30px;position: relative;float: left;background: #fff;border-radius:15px;
			box-shadow: 0px 0px 10px #d6d6d6;margin: 5px;}
	.xiangx .p1 {width:205px;text-align: justify;}
	.xiangx .p1 a{line-height:35px;font-size:18px;color:#4A4A4A;}
	.xiangx .p2{width:205px;line-height:30px;color:#646464 ;font-size: 14px;position: absolute;bottom: 30px;text-align: justify;}
	.xiangx .p2 a{color: #c92123;font-size: 14px;line-height:30px;}
	.xiangx1{margin-left:34px ;}
	.xiangx:hover{ background:#fff linear-gradient(to bottom, rgba(255, 214, 196, 0.8), rgba(255, 214, 196, 0));}



/*----------------------------footer----------------------------------------*/
.footer-wrap{width: 100%; background-color: #e8e8e8;  padding-bottom:46px;padding-top: 30px; font-size:18px ;clear: both;}
.footer{width: 1200px; margin: 0 auto;}
.footer .link2 {position: relative;}
.footer .link2 p{text-align: center; line-height: 36px; padding-top: 20px;}
.footer .link2 .mk1{position:absolute; left: 5px; top: 20px;}
.footer .link2 .mk2{position:absolute; left: 123px; top: 26px;}
.footer .link2 .mk3{position:absolute; right:80px; top: 32px;}
.footer .link2 .mk4{position:absolute; right:5px; top: 20px;}