@charset "utf-8";
@font-face {
    font-family: 'HarmonyOS_Sans_SC';
    src: url('../fonts/HarmonyOS_Sans_Regular.ttf');
    }
@font-face {
        font-family: 'HarmonyOS_Sans_SC_Medium';
        src: url('../fonts/HarmonyOS_Sans_Medium.ttf');
        
        }
/* 把我们所有标签的内外边距清零 */
* {
    margin: 0;
    padding: 0;
    /* css3盒子模型 */
    box-sizing: border-box;
}
/* em 和 i 斜体的文字不倾斜 */
em,
i {
    font-style: normal
}
/* 去掉li 的小圆点 */
li {
    list-style: none
}

img {
    /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
    border: 0;
    /* 取消图片底侧有空白缝隙的问题 */
    vertical-align: middle
}

button {
    /* 当我们鼠标经过button 按钮的时候，鼠标变成小手 */
    cursor: pointer
}

a {
    color: #000000;
    text-decoration: none
}

a:hover {
    color: #c81623;
    text-decoration: none;
}
a:visited{
    text-decoration: none;
}
a:link{
    text-decoration: none;
}
button,
input {
    /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    /* 默认有灰色边框我们需要手动去掉 */
    border: 0; 
    outline: none;
}

body {
    /* CSS3 抗锯齿形 让文字显示的更加清晰 */
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 12px/1.5 HarmonyOS_Sans_SC, Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    color: #000000;
}

.hide,
.none {
    display: none
}
/* 清除浮动 */
/* .clearfix:after {
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0
}

.clearfix {
    *zoom: 1
} */


/* 清除浮动 */
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}

ul,ol{
    list-style-type: none;
}

.top{
    display: flex;
    justify-content: right;
    padding:10px 25px;
}
.top a{
    height: 14px;
	font-family: HarmonyOS_Sans_SC;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 14px;
	letter-spacing: 0px;
	color: #000000;
}
.top a:first-child{
    padding-right: 10px;
    border-right: 1px solid #000000;
}
.top a:last-child{
    padding-left: 10px;
}
.top a:hover{
    color: #666;
}
.banner{
    
    background: url(../images/banner.jpg) no-repeat 0 0;
    background-size: 100% auto;
}
.logo {
	width: 151px;
	height: 39px;
    margin-top: 30px;
}
.logo img{
    width: 100%;
}
/* 新增四个按钮和轮播图 */
.buttonGrout{
    width: 914px;
    margin:0 auto;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.spring{
    width: 180px;
    height:100px;
    background: url(../images/spring/spring.jpg) no-repeat 0 0;
    background-size: 100% 57px;
    margin:0px 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
}

.spring:hover,.spring.selected{
    width: 180px;
    height: 100px;
    background: url(../images/spring/springH.jpg) no-repeat 0 0;
    background-size: 100% 57px;
    margin:0px 10px;
    cursor: pointer;
}
 .son_display_non{
        display: none;
    }
    .son_display_non.active{
        display: block;
    }
.son-btn{
    background-color: #e4ede2;
    border-radius: 4px;
    width: 160px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* position: absolute;
    bottom:12px;
    text-align: center; */
    
}
.son_display_non{
     
    position: absolute;
    bottom:12px;
    text-align: center;
    
}
.son-btn-summer{
    background-color: #f5e7e7;
   border-radius: 4px;
    width: 160px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn2025,.btn2024{
    color:#598249;
    background-color: #e4ede2;
    border-radius: 4px;
    width: 65px;
    height: 20px;
    line-height: 20px;
}
.btn2025-summer,.btn2024-summer{
    color:#af4c4c;
    background-color: #f5e7e7;
    border-radius: 4px;
    width: 65px;
    height: 20px;
    line-height: 20px;
}
.btn2025.active,.btn2024.active{
    color:#fff;
    background-color: #598249;
    border-radius: 4px;
    width: 65px;
    height: 20px;
    line-height: 20px;
}
.summer{
    /* width: 180px;
    height: 100px;
    background: url(../images/spring/summer.jpg);
    background-size: 100% 57px;
    margin:0px 10px;
    cursor: pointer;
    position: relative; */



    width: 180px;
    height:100px;
    background: url(../images/spring/summer.jpg) no-repeat 0 0;
    background-size: 100% 57px;
    margin:0px 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
}
/* .summer:hover,.summer.selected{
   
    background: url(../images/spring/summerH.jpg);
    background-size: 100% 100%;
    
} */

.summer:hover,.summer.selected{
    width: 180px;
    height: 100px;
    background: url(../images/spring/summerH.jpg) no-repeat 0 0;
    background-size: 100% 57px;
    margin:0px 10px;
    cursor: pointer;
}
.btn2025-summer.active,.btn2024-summer.active{
    color:#fff;
    background-color: #af4c4c;
    border-radius: 4px;
    width: 65px;
    height: 20px;
    line-height: 20px;
}
.autumn{
    width: 180px;
    height: 57px;
    background: url(../images/spring/autumn.jpg);
    background-size: 100% 100%;
    margin:0px 10px;
    cursor: pointer;


    /* width: 180px;
    height:100px;
    background: url(../images/spring/autumn.jpg) no-repeat 0 0;
    background-size: 100% 57px;
    margin:0px 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center; */
}
.autumn:hover,.autumn.selected{
   
    background: url(../images/spring/autumnH.jpg);
    background-size: 100% 100%;
}
/* .btn2025-autumn.active,.btn2024-autumn.active{
    color:#fff;
    background-color: #ef4107;
    border-radius: 4px;
    width: 65px;
    height: 20px;
    line-height: 20px;
} */
.winter{
    width: 180px;
    height: 57px;
    background: url(../images/spring/winter.jpg);
    background-size: 100% 100%;
    margin:0px 10px;
    cursor: pointer;

    /* width: 180px;
    height:100px;
    background: url(../images/spring/winter.jpg) no-repeat 0 0;
    background-size: 100% 57px;
    margin:0px 10px;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center; */
}
.winter:hover,.winter.selected{
   
    background: url(../images/spring/winterH.jpg);
    background-size: 100% 100%;
}
/* .btn2025-winter.active,.btn2024-winter.active{
    color:#fff;
    background-color:#44a8a1;
    border-radius: 4px;
    width: 65px;
    height: 20px;
    line-height: 20px;
} */


.cengyi,.cengyi-summer,.cengyi-autumn,.cengyi-winter{
    display: none;
}
.cengyi.active,.cengyi-summer.active,.cengyi-autumn.active,.cengyi-winter.active{
    display: block;
}
.shipingpr, .shipingps, .shipingpa, .shipingpw {
    display: flex;
    flex-wrap: wrap;
    width: 914px;
    margin: 0px auto;
}
.shiping {
    width: 32%;
    margin-bottom: 20px;
    /* flex-basis: calc(32% - 20px * 2 / 3); */
    margin-right: 2%;
}
.shiping:nth-child(3n){
    margin-right: 0px;
}
.content-s{
    display: none;
}
.content-s.onselect{
    display: block;
}
.shiping h3{
    font-family: HarmonyOS_Sans_SC;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
    padding-right:4px;
    height: 80px;
    padding-left: 10px;
}
.shipingxiaoshi .shiping h3{
    background-color: #ffffff!important;
}
.shipingpr .shiping h3{
    background-color: #e6ede3;
}
.shipingps .shiping h3{
    background-color: #f3e6e6;
}
.shipingpa .shiping h3{
    background-color: #f9e9e0;
}
.shipingpw .shiping h3{
    background-color: #d8edeb;
}
.shiping p{
    width: 53px;
	height: 21px;
	
	border-radius: 2px;
    font-family: HarmonyOS_Sans_SC;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
    position: absolute;
    bottom:20px;
    left: 10px;
}
.shipingpr .shiping p{
	background-color: #699558;
}
.shipingps .shiping p{
	background-color: #af4c4c;
}
.shipingpa .shiping p{
	background-color: #df8551;
}
.shipingpw .shiping p{
	background-color: #44a8a1;
}
.sp_item{
    position: relative;
    width: 100%;
}
.sp_item a{
    width: 100%;
}
.jhb{
    height:77px;
    width: 914px;
    margin:100px auto 20px;
}

/* 新增四个按钮和轮播图 */
.part1{
    width: 917px;
    margin:0 auto;
    height: auto;
    background: url(../images/part1.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    margin-top: 45%;
    display: flex;
    flex-direction: column;
}
.part1 .first p{
	font-family: HarmonyOS_Sans_SC;
    padding:35px 50px 25px 43px;
	font-size: 15px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 26px;
	letter-spacing: 0px;
	color: #000000;
    text-indent: 2rem;
    text-align: justify;
}
.text{
	text-align: center;
    padding:10px 0px 20px 0px;
	height: 16px;
	font-family: HarmonyOS_Sans_SC;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 12px;
	letter-spacing: 0px;
	color: #000000;
}
.second{
    flex:1;
}
.reviewPic {
    width: 64%;
    margin: 0px auto;
    position: relative;
    height: 155px;
}

.part1 .left{
    margin:0px 16% 0px 20%;
}
.part1 .right{
    margin:0px 20% 0px 16%;
}
.coverlayer {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.coverlayerBig {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    width: calc(100% - 20px);
    height: 100%;
    /* padding-right: 20px; */
}
.reviewPic1{
    width: 100%;
    height: 100%;
}
.playBtn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -10px;
    display: none;
    width: 46px;
    height: 40px;
}
.playBtnBig{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -50px;
    margin-top: -50px;
    display: none;
    width:100px;
    height: 100px;
}
.reviewPic a:hover .coverlayer{display:block!important;}
.reviewPic a:hover .playBtn{display:block!important;}
.reviewPicVideo a:hover .coverlayerBig{display:block!important;}
.reviewPicVideo a:hover .playBtnBig{display:block!important;}
.zhuantiback{
    width: 822px;
	height: 100px;
	background: url(../images/zhuantiback.jpg) no-repeat center center;
    background-size: 100% 100%;
    margin:20px auto 25px auto;
}
.bottom{
    height: 18px;
    background: url(../images/icon1.jpg) no-repeat left center;
    background-size: 20px 18px;
    padding-left: 25px;
    margin:15px 25px;
}
.bottom a{
    height: 16px;
	font-family: HarmonyOS_Sans_SC;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 16px;
	letter-spacing: 0px;
	color: #000000;
}
.bottom a:visited{
    text-decoration: none!important;
   
}
.bottom a:link{
    text-decoration: none!important;
}
.theSecondPart{
    background:url(../images/videoBack.jpg) repeat-x 0 bottom;
    min-height: 1000px;
    background-size: auto 80%;
    margin-top: 70px;
    margin-bottom: -150px;
}
.bigPart{
    width: 900px;
    margin: 0 auto;
    height: 1009px;
    background: url(../images/videoBig.png) no-repeat center center;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
}
.rendaren{
    width: 543px;
    background: url(../images/rendaren.png) no-repeat center center;
    background-size: 100% 100%;
    font-family: HarmonyOS_Sans_SC_Medium;
    font-size: 24px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin:0 auto;
    height: 67px;
}
.rendaren span:first-child{
    color: #de504c;
}
.rendaren span:last-child{
    color: #724c4b;
}
 .pic{
    width: 94%;
    margin:10px auto;
  }
 .pic img{
    width: 100%;
    height: 200px;
  }
 
  .listContent {
      display: none;
      height:531px;
  }
  .listContent.activeThis {
      display: block;
  }
  .content{
    margin: 80px auto 30px auto;
    width: 855px;
	height: 594px;
	
  }
  .downPart {
    width: 720px;
    margin: 20px auto 0px auto;
    padding: 9px 30px 0px 0px;
    display: flex;
    justify-content: space-between;
    /* background-color: #fff; */
    background: url(../images/bottom.png) no-repeat -15px 0;
    background-size: contain;
}
  .downPart .left{
    width:140px;
    height: 60px;
  }
  .downPart .right{
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
  }
  .downPart .right p {
    /* width: 510px; */
    height: 64px;
    font-family: HarmonyOS_Sans_SC;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #000000;
    overflow: hidden;
    z-index: 99999;
    background-color: #fff;
    border-radius: 0px 0px 10px 10px;
    padding: 5px 17px 12px 16px;
    text-align: justify;
}
  .downPart .right span {
    position: absolute;
    
}
.down {
    right: -10px;
    bottom: -45px;
    background: #fff url(../images/down.png) no-repeat 5px center;
    width: 90px;
    height: 24px;
    border-radius: 3px;
    border: solid 1px #de504c;
    background-size: 10px 6px;
    padding-left: 20px;
    align-self: flex-end;
    color: #be483e;
    font-size: 15px;
    cursor: pointer;
    margin-top: 5px;
    margin-right: 10px;
}
.up {
    border-radius: 3px;
    border: solid 1px #de504c;
    background-size: 10px 6px;
    width: 24px;
    height: 90px;
    line-height: 20px;
    right: -30px;
    top: 0px;
    background: #fff url(../images/up.png) no-repeat center 6px;
    background-size: 12px 7px;
    writing-mode: vertical-lr;
    cursor: pointer;
    font-size: 15px;
    padding-top: 15px;
    text-align: center;
    color: #be483e;
    z-index: 100000000000;
}
  .downPart .left .name{
    width: 100px;
	height:24px;
	font-family: simsun;
    font-weight: bolder!important;
	font-size: 24px;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #de504c;
  }
  .downPart .left .englistName {
    width: 120px;
    height: 40px;
    font-family: FZCUJINLJW--GB1-0;
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #d4d4d4;
    background: url(../images/name.png) no-repeat center center;
    background-size: 115px 40px;
    padding-left: 0px;
    line-height: 33px;
    text-align: center;
}


/* slide Self */
.slideSelf {
    width: 914px;
    margin: 0 auto;
    height: auto;
    background: url(../images/videoBig2.png) no-repeat 0px 70px;
    background-size: 100% 80%;
    padding-bottom: 20%;
}
  .topPart{
      padding-top: 50px;
  }
  .reviewPicVideo {
    margin: 0px auto;
    position: relative;
    width: 740px;
    height: 405px;
    margin-top: -20px;
    padding-right: 20px;
}
.box {
    width: 901px;
    overflow: hidden;
    position: relative;
    height: auto;
    /* margin: 0 auto; */
    margin: 69px 1px 60px 2px;
    padding-bottom: 80px;
}
  .box .list1,.box .list2{
    position: relative;
    left: 0px;
    display: flex;
    align-items: center;
    transition: all 0.8s;
  }
  .box .list1{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  /* .box .list ul{
    display: flex;
  } */
  .box .list1 .nameLi, .box .list2 .nameLi{
    width: 299px;
    height: 215px;
    display: flex;
    margin:0px 1px;
    flex-direction: column;
    /* justify-content: center; */
	border-radius: 0px 0px 5px 5px;
    cursor: pointer;
    flex-shrink: 0;
  }
  .box .list1 .itemsEach,.box .list2 .itemsEach{
    
    /* background-color: #eaeaea; */
    color:#000000;
  }
  .box .list1 .itemsEach img,.selected img{
    width: 94%;
    margin: 12px 3%;
  }
  .box .list2 .itemsEach img,.selected img{
    width: 94%;
    margin: 12px 3%;
  }

  .dotsG{
    display: flex;
    position: absolute;
    bottom:30px;
    left: 50%;
    width: 100px;
    margin-left: -50px;
    justify-content: space-evenly;
  }
  .dotI{
    width: 10px;
    height: 10px;
    background: #e4cca5;
    border-radius: 50%;
  }
  .dotI.actRed{
    width: 10px;
    height: 10px;
    background: #dd4c48;
    border-radius: 50%;
  }
  .selected{
   
    background-color: #bb4037;
    color: #fff!important;
  }
  
  .box .list1 .itemsEach p,.selected p{
    text-align: center;
    font-size: 14px;
    
  }
  .box .list2 .itemsEach p,.selected p{
    text-align: center;
    font-size: 14px;
    
  }
  /* .box .list ul li img{
    width: 100%;
  } */
  .fiction{
    width: 500px;
    margin:0 auto;
    display: flex;
    justify-content: center;
    margin-top: 30px;
  }
  .box .leftbutton{
    width: 78px;
    height: 25px;
    background: url(../images/leftButtonRed.jpg) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    left: 34%;
    bottom: 20px;
    
  }
  .fiction .circles{
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      padding:0px 20px;
      cursor: pointer;
  }
  .fiction .circles .dots{
      width: 10px;
      height: 10px;
      margin:0px 5px;
      border-radius: 5px;
      background-color: #e4cca5;
      cursor: pointer;
  }
  .fiction .circles .activeDot{
    width: 10px;
    height: 10px;
    margin:0px 5px;
    border-radius: 5px;
    background-color: #dd4c48;
    cursor: pointer;
}
.box .rightbutton{
    width: 78px;
    height: 25px;
    background: url(../images/rightButtonRed.jpg) no-repeat center center;
    background-size: 100% 100%;
    cursor: pointer;
    position: absolute;
    right: 34%;
    bottom: 20px;
  }
  
footer{
    border-top: 10px solid #fee9c7;
    height: 170px;
	background-color: #d1c8b9;
    text-align: center;
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #666666;
}
footer p{
    margin-bottom: 0px;
}
footer .footer_link ul{
    display: flex;
    justify-content: center;
    margin-top:45px;
}
footer a{
    color: #666666;
}
footer a:hover{
    color:#000000;
}
/* 视频精华版 */

.jhb_newVideo{
    height: 410px;
    width: 914px;
    margin:200px auto 40px;
    background: url(../images/xsqns.jpg) no-repeat center center;
    background-size: 100% auto;
    position: relative;
}
.leftNew:first-child {
    width: 300px;
    height: 169px;
    /* background-color: #000000; */
    position: absolute;
    left: 90px;
    top: 106px;
    z-index: 1;
}
.leftNew:last-child{
    width: 300px;
    height: 169px;
    /* background-color: #000000; */
    position: absolute;
    right: 90px;
    top: 106px;
    z-index: 1;
}
.leftNew a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.coverlayer_shiping_new {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.leftNew .playBtn{
    z-index:3;
}
.leftNew a:hover .coverlayer_shiping_new{display:block!important;z-index:2;}
.leftNew a:hover .playBtn{display:block!important;z-index: 3;}
.jhb img{
    width: 100%;
    height: 100%;
}


.diyiji{
    width: 116px;
    height: 55px;
    line-height:54px;
    background: url(../images/jioff.jpg) no-repeat 0 0;
    background-size: 100% auto;
    color:#dd4c48;
    padding-left: 15px;
    margin-left: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    font-size: 15px;
}
.dijiji{
    display: flex;
    justify-content: center;
    font-weight: bolder;
}
.diyiji.on{
    padding-left: 15px;
    width: 116px;
    height: 55px;
    line-height: 54px;
    color:#fff;
    background: url(../images/jiact.jpg) no-repeat 0 0;
    background-size: 100% auto;
    font-size: 15px;
}
#dierji{
    display: none;
}
.hongsede{
    width: 53px;
	height: 21px;
	background-color: #b31d23!important;
	border-radius: 2px;
    font-family: HarmonyOS_Sans_SC;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}
.sp_item a{
    display: block;
    position: relative;
    
    
}

.coverlayer_shiping {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.sp_item a:hover .coverlayer_shiping{display:block!important;}
.sp_item a:hover .playBtn{display:block!important;}
/* 视频精华版 */


@media (min-width:1200px) {
    .part1{
        margin-top: 30%;
    }
   
}
@media (min-width:1300px) {
    .part1{
        margin-top: 33%;
    }
}
@media (min-width:1400px) {
    .part1{
        margin-top: 35%;
    }
}
@media (min-width:1600px) {
    .part1{
        margin-top: 38%;
    }
}
@media (min-width:1700px) {
    .part1{
        margin-top: 43%;
    }
}
@media (min-width:1900px) {
    .part1{
        margin-top: 46%;
    }
}
@media (min-width:2000px) {
    .part1{
        margin-top: 51%;
    }
}
@media (max-width:1200px) {
    .jhb_newVideo {
        height: 455px;
        width: 100%;
        margin: 200px auto 40px;
        background: url(../images/xsqns.jpg) no-repeat center center;
        background-size: 100% auto;
        position: relative;
    }
    .leftNew:first-child {
        width: 40%;
        height: 180px;
        /* background-color: #000000; */
        position: absolute;
        left: 6%;
        top: 27%;
        z-index: 1;
    }
    .leftNew:last-child {
        width: 40%;
        height: 180px;
        /* background-color: #000000; */
        position: absolute;
        right: 6%;
        top: 27%;
        z-index: 1;
    }
    .coverlayerBig {
        display: none;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 0px;
        top: 0px;
        width: calc(100% - 20px);
        height: 100%;
        padding-right: 0px;
    }
    .down {
        right: 2px;
        bottom: -25px;
        background: #fff url(../images/down.png) no-repeat 5px center;
        width: 68px;
        height: 19px;
        border-radius: 3px;
        border: solid 1px #de504c;
        background-size: 10px 6px;
        padding-left: 20px;
        align-self: flex-end;
        color: #be483e;
        font-size: 10px;
        cursor: pointer;
        margin-top: 3px;
        margin-right: 10px;
    }
    .up {
        border-radius: 3px;
        border: solid 1px #de504c;
        background-size: 10px 6px;
        width: 18px;
        height: 70px;
        line-height: 16px;
        right: -20px;
        top: 0px;
        background: #fff url(../images/up.png) no-repeat center 6px;
        background-size: 10px 5px;
        writing-mode: vertical-lr;
        cursor: pointer;
        font-size: 10px;
        padding-top: 15px;
        text-align: center;
        color: #be483e;
        z-index: 100000000000;
    }
    .reviewPicVideo {
        margin: 0px auto;
        position: relative;
        width: 93%;
        height:20%;
        margin-top: -20px;
        padding-right: 0px;
    }
    .theSecondPart {
        background: url(../images/videoBack.jpg) repeat-x 0 0;
        min-height: 540px;
        /* background-size: auto 48%; */
        margin-top: 70px;
        padding-bottom: 100px;
    }
    .listContent {
        display: none;
        height: 540px;
    }
    .rendaren {
        width: 80%;
        background: url(../images/rendaren.png) no-repeat center center;
        background-size: 100% 100%;
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 20px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        height: 45px;
    }
   
    
    .downPart {
        width: 95%;
        margin: -8px 0px 0px 0px;
        padding: 10px 0px 0px 30px;
        display: flex;
        justify-content: space-between;
        /* background-color: #fff; */
    }
    .zhuantiback {
        width: 96%;
    }
    .part1{
        width: 100%;
        margin-top: 30%;
    }
    .part1 p{
        padding:5px;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 15px;
        letter-spacing: 0px;
        color: #000000;
        text-indent: 2rem;
        text-align: justify;
    }
    
   
    .slideSelf{
        width: 100%;
        margin: 0 auto;
        height: auto;
        background: #fff;
        
      }
      .downPart .left .name {
        width: 70px;
        height: 15px;
        font-family: simsun;
        font-weight: bolder!important;
        font-size: 14px;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #de504c;
    }
    .downPart .left {
        width: 90px;
        height: 60px;
        margin-top: 10px;
    }
    .downPart .left .englistName {
        width: 80px;
        height: 36px;
        font-family: FZCUJINLJW--GB1-0;
        font-size: 9px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #d4d4d4;
        background: url(../images/name.png) no-repeat center center;
        background-size: 80px 28px;
        padding-left: 0px;
        line-height: 33px;
        text-align: center;
    }
    .downPart .right p {
        /* width: 510px; */

        height: 77px;
        font-family: HarmonyOS_Sans_SC;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #000000;
        overflow: hidden;
        z-index: 99999;
        background-color: #fff;
    }
}
@media  (max-width:992px) {
    .coverlayer_shiping_new {
        display: none;
        background: rgba(0, 0, 0, 0.3);
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: 2;
    }
    .leftNew .playBtn{
       display: none;
    }
    .leftNew a:hover .coverlayer_shiping_new{display:none!important;z-index:2;}
.leftNew a:hover .playBtn{display:none!important;z-index: 3;}
    /* 视频精华版 */
.jhb{
    height:77px;
    width: 100%;
    margin:100px auto 40px;
}
.jhb img{
    width: 100%;
    height: 100%;
}
.shipingpr{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin:0px auto;
}
.shiping{
    width: 32%;
    margin-bottom: 20px;
}
.shiping h3{
    font-family: HarmonyOS_Sans_SC;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
}
.shiping p{
    width: 53px;
	height: 21px;
	background-color: #f4b491;
	border-radius: 2px;
    font-family: HarmonyOS_Sans_SC;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}
.sp_item a{
    display: block;
    position: relative;
    
    
}

.coverlayer_shiping {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.sp_item a:hover .coverlayer_shiping{display:block!important;}
.sp_item a:hover .playBtn{display:block!important;}
/* 视频精华版 */
   
    .rendaren {
        width: 80%;
        background: url(../images/rendaren.png) no-repeat center center;
        background-size: 100% 100%;
        font-family: HarmonyOS_Sans_SC_Medium;
        font-size: 14px;
        display: flex;
        justify-content: center;
        margin: 0 auto;
        height: 45px;
    }
    .text {
        text-align: center!important;
        text-indent: 0rem!important;
        padding: 10px 0px 20px 0px;
        height: 30px;
        font-family: HarmonyOS_Sans_SC;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 12px;
        letter-spacing: 0px;
        color: #000000;
    }
    .logo {
        width: 30%;
        height: 39px;
        margin-top: 10px;
    }
    
    .box {
        width: 96%;
        overflow: hidden;
        position: relative;
        height: 220px;
        /* margin: 0 auto; */
        margin: 34px 1px 0px 5px;
    }
    .box .list .nameLi {
        width: 6.24%;
        height: 185px;
        display: flex;
        margin: 0px 1px;
        flex-direction: column;
        /* justify-content: center; */
        border-radius: 0px 0px 5px 5px;
        cursor: pointer;
        flex-shrink: 0;
    }
    .box .list {
        position: absolute;
        left: 0px;
        display: flex;
        align-items: center;
        transition: all 0.8s;
        width: calc( 100% / 3 * 16);
    }
    .box .list1,.box .list2 {
        position: relative;
        left: 0px;
        display: flex;
        align-items: center;
        transition: all 0.8s;
        width: calc( 100% / 3 * 12);
    }

}
@media (max-width:768px) {
    .spring{
        width: 20%;
        height: 30px;
        background: url(../images/spring/spring.jpg);
        background-size: 100% 100%;
        margin:0px 10px;
        cursor: pointer;
    }
    .spring:hover, .spring.selected {
        width: 20%;
        height: 30px;
        background: url(../images/spring/springH.jpg) no-repeat 0 0;
        background-size: 100% 30px;
        margin: 0px 10px;
        cursor: pointer;
    }
    /* .btn2025, .btn2024 {
        color: #598249;
        background-color: #e4ede2;
        border-radius: 4px;
        width: 65px;
        height: 20px;
        line-height: 20px;
    } */
    /* .spring:hover,.spring.selected{
        
        background: url(../images/spring/springH.jpg);
        background-size: 100% 100%;
    } */
    .summer{
        width: 20%;
        height: 30px;
        background: url(../images/spring/summer.jpg);
        background-size: 100% 100%;
        margin:0px 10px;
        cursor: pointer;
    }
    .summer:hover,.summer.selected{
       
        /* background: url(../images/spring/summerH.jpg);
        background-size: 100% 100%; */


        width: 20%;
        height: 30px;
        background: url(../images/spring/summerH.jpg) no-repeat 0 0;
        background-size: 100% 30px;
        margin: 0px 10px;
        cursor: pointer;
        
    }
    .autumn{
        width: 20%;
        height: 30px;
        background: url(../images/spring/autumn.jpg);
        background-size: 100% 100%;
        margin:0px 10px;
        cursor: pointer;
    }
    .autumn:hover,.autumn.selected{
       
        background: url(../images/spring/autumnH.jpg);
        background-size: 100% 100%;


        /* width: 20%;
        height: 30px;
        background: url(../images/spring/autumnH.jpg) no-repeat 0 0;
        background-size: 100% 30px;
        margin: 0px 10px;
        cursor: pointer; */
    }
    .winter{
        width: 20%;
        height: 30px;
        background: url(../images/spring/winter.jpg);
        background-size: 100% 100%;
        margin:0px 10px;
        cursor: pointer;
    }
    .winter:hover,.winter.selected{
       
        background: url(../images/spring/winterH.jpg);
        background-size: 100% 100%;

        /* width: 20%;
        height: 30px;
        background: url(../images/spring/winterH.jpg) no-repeat 0 0;
        background-size: 100% 30px;
        margin: 0px 10px;
        cursor: pointer; */
    }
    .buttonGrout{
        width: 100%;
        margin:0 auto;
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .jhb_newVideo {
        height: 330px;
        width: 100%;
        margin: 200px auto 40px;
        background: url(../images/xsqns.jpg) no-repeat center center;
        background-size: 100% auto;
        position: relative;
    }
        /* 视频精华版 */
    .leftNew:first-child {
        width: 40%;
        height: 100px;
        /* background-color: #000000; */
        position: absolute;
        left: 6%;
        top: 37%;
        z-index: 1;
    }
    .leftNew:last-child {
        width: 40%;
        height: 100px;
        /* background-color: #000000; */
        position: absolute;
        right: 6%;
        top: 37%;
        z-index: 1;
    }
.jhb{
    height:9vw;
    width: 100%;
    margin:20px auto;
}
.jhb img{
    width: 100%;
    height: 100%;
}
.shipingpr,.shipingps,.shipingpa,.shipingpw{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin:0px auto;
    padding:10px;
}
.shiping{
    width: 48%;
    margin-bottom: 20px;
}
.shiping h3{
    font-family: HarmonyOS_Sans_SC;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #333333;
    white-space: nowrap; /* 确保文本在一行内显示 */
    overflow: hidden; /* 隐藏超出容器的文本 */
    text-overflow: ellipsis; /* 使用省略号表示被截断的文本 */
}
.shiping p{
    width: 53px;
	height: 21px;
	background-color: #f4b491;
	border-radius: 2px;
    font-family: HarmonyOS_Sans_SC;
	font-size: 13px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 21px;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
}
.sp_item a{
    display: block;
    position: relative;
    
    
}

.coverlayer_shiping {
    display: none;
    background: rgba(0, 0, 0, 0.3);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.sp_item a:hover .coverlayer_shiping{display:block!important;}
.sp_item a:hover .playBtn{display:block!important;}
/* 视频精华版 */
    .listContent {
        display: none;
        height: 440px;
    }
    .bottom {
        height: 18px;
        background: url(../images/icon1.jpg) no-repeat left center;
        background-size: 20px 18px;
        padding-left: 25px;
        margin: 15px 5px;
    }
    .part1 .first p {
        font-family: HarmonyOS_Sans_SC;
        padding: 15px;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        line-height: 26px;
        letter-spacing: 0px;
        color: #000000;
        text-indent: 2rem;
        text-align: justify;
    }
    .zhuantiback {
        width: 96%;
        height: 190px;
        background: url(../images/zhuantiback.jpg) no-repeat center center;
        background-size: 100% 100%;
        margin: 20px auto 25px auto;
    }
    .reviewPic {
        width: 96%;
        height: 190px;
        margin: 0px auto;
        position: relative;
    }
    .part1 .left,.part1 .right {
        margin: 4px 2%;
    }
    .part1{
        margin-top: 24%;
    }
    .bottommobile{
        display: block;
    }
    .part1 {
        height: auto;
    }
   
    .son-btn {
        background-color: #e4ede2;
        border-radius: 4px;
        width: 60px;
        height: 20px;
        display: flex;
        justify-content: center;
        /* position: absolute;
        bottom: -21px;
        text-align: center; */
        align-items: center;
        font-size: 9px;
        padding: 5px;
    }
    .son-btn-summer {
        background-color: #f5e7e7;
        border-radius: 4px;
        width: 60px;
        height: 20px;
        display: flex;
        justify-content: center;
        
        align-items: center;
        font-size: 9px;
        padding: 5px;
    }
    .son_display_non {
    position: absolute;
        bottom: -21px;
        text-align: center;
}
    
     /* .son-btn-autumn {
        background-color: #ffbbb1;
        border-radius: 4px;
        width: 60px;
        height: 20px;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: -21px;
        text-align: center;
        align-items: center;
        font-size: 9px;
        padding: 5px;
    } */
     /* .son-btn-winter {
        background-color: #d8edeb;
        border-radius: 4px;
        width: 60px;
        height: 20px;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: -21px;
        text-align: center;
        align-items: center;
        font-size: 9px;
        padding: 5px;
    } */
}
@media (max-width:480px) {
    .jhb_newVideo {
        height: 220px;
        width: 100%;
        margin: 160px auto 5px;
        background: url(../images/xsqns.jpg) no-repeat center center;
        background-size: 100% auto;
        position: relative;
    }
    .listContent {
        display: none;
        height: 350px;
    }
    .box .leftbutton {
        width: 66px;
        background: url(../images/leftButtonRed.jpg) no-repeat center center;
        background-size: 80px 25px;
        top:auto;
        left: 2%;

    }
    .box .rightbutton {
        width: 66px;
        height: 25px;
        background: url(../images/rightButtonRed.jpg) no-repeat center center;
        background-size: 80px 25px;
        top: auto;
        left: auto;
        right: 2%;
    }
   
    .box .list .itemsEach p,.selected p{
        text-align: center;
        font-size: 11px;
        
      }
      .box .list1 .itemsEach p,.selected p{
        text-align: center;
        font-size: 11px;
        
      }
      .box .list2 .itemsEach p,.selected p{
        text-align: center;
        font-size: 11px;
        
      }
    .box {
        width: 96%;
        overflow: hidden;
        position: relative;
        height: 370px;
        /* margin: 0 auto; */
        margin: -26px 1px 0px 5px;
    }
    .box .list .nameLi {
        width: 6.24%;
        height: 130px;
        display: flex;
        margin: 0px 1px;
        flex-direction: column;
        /* justify-content: center; */
        border-radius: 0px 0px 5px 5px;
        cursor: pointer;
        flex-shrink: 0;
    }
    .box .list1 .nameLi,.box .list2 .nameLi {
        width: 8.24%;
        height: 130px;
        display: flex;
        margin: 0px 1px;
        flex-direction: column;
        /* justify-content: center; */
        border-radius: 0px 0px 5px 5px;
        cursor: pointer;
        flex-shrink: 0;
    }
      footer {
        border-top: 10px solid #fee9c7;
        height: 200px;
        background-color: #d1c8b9;
        text-align: center;
        font-size: 10px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 0px;
        color: #666666;
    }
}

@media (max-width:414px) {
    .box {
        width: 96%;
        overflow: hidden;
        position: relative;
        height: 370px;
        margin: 0px 1px 0px 5px;
    }
   
    
}
@media (max-width:400px) {
    .listContent {
        display: none;
        height: 296px;
    }
    
}

