@charset "utf-8";
/* 初始化 */
* {word-wrap:break-word; padding:0; margin:0}
html{padding:0;margin:0;}
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
body{color:#666;font-size:12px;width:100%;}
body{background:#fff;background-repeat:repeat;background-position:center;background-attachment:fixed;}
body,button,input,select,textarea{font-family:'helvetica neue',tahoma,'hiragino sans gb',stheiti,'wenquanyi micro hei',\5FAE\8F6F\96C5\9ED1,\5B8B\4F53,sans-serif;}
a{ color:#fff;text-decoration:none}
a:hover{text-decoration:underline; color:#fff}
strong{}
img{border:0}
li{list-style:none}
	body, ul, ol, li, dl, dd, p, h1, h2, h3, h4, h5, h6, form, .pr, .pc {margin:0;padding:0}
	table {empty-cells:show;border-collapse:collapse}
	caption, th {text-align:left;font-weight:400}
	ul li, .xl li {list-style:none}
	h1, h2, h3, h4, h5, h6 {font-size:1em}
	em, cite {font-style:normal}
	p{ line-height:20px;}
.clear{ clear:both;}
/* ------------------------------初始化 */

.pagebg{ 
  position:fixed;
  top: 0;
  left: 0; 
  width:100%;
  height:100%;
  min-width: 100%;
  zoom: 1; 
  /* background-image: url(../img/bg1.png);
  background-repeat: no-repeat;
  background-size: cover; */
  background-color: #d9d0ac;
  /* -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0; */
}
.pagebg a{display: block;}
.pagebg .btn{position:absolute; width:26%; bottom:6%;}

.mySwiper {
  width: 88%;
  height: 50%;
  margin-top: 30%;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6%;
}
.footer-info{ position:absolute; width:100%; bottom:2%; font-size: 0.6rem; text-align: center; color: #76211c;}
.video{ position:absolute; width:88%; top:9%; margin: 0 6%;}
.video-ul{position:absolute; width:88%; height: 55%; top:40%; margin: 0 6%; overflow: hidden; overflow-y: auto;}
.video-ul > li{ width: 100%; height: 18%; margin-bottom: 2%; border-radius: 0.5rem; box-sizing: border-box; padding-right: 2rem; position: relative;
  background-image: url(../img/listBg.png);  
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #47362b;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}
.video-ul > li .sp{ position: absolute; top:0.5rem; right: 0.5rem; background-color: #881b00; color: #fff; padding: 0.1rem 0.5rem; border-radius:1rem;}
.video-ul > li .t{ padding: 0.6rem 1rem 0; font-size: 1rem; color: #fff;}
.video-ul > li .d{padding: 0 1rem 0.6rem; font-size: 0.5rem; color: #fff;}

.header{position:absolute; width:100%; top:2%;}
