/* 这里定义浏览器重复样式 */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,th,td,
article, aside, summary, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
	margin: 0;
	padding: 0;
}
article, aside, summary, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
  display: block;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img {
	border: 0;
	vertical-align: middle;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
	font-weight: normal;
}
ul,ol{
	/*
	IE6 IE7 IE8(Q) 中如果列表元素设置 'list-style-type:none' 时 'list-style-position:inside' 设置产生的标记框不消失，依然占据布局位置。
	http://www.w3help.org/zh-cn/causes/RG1002
	*/
	list-style:outside none none;
}
q:before,q:after {
	content: '';
}
abbr,acronym {
	border: 0;
}
input, button, select{
	vertical-align: middle;
}
/*常用样式及整体风格*/

/*常用样式*/
.fl{
	float: left;
	display: inline;
}
.fr{
	float: right;
	display: inline;
}
body{background-color:#fff;background-attachment:fixed;background-position:center top;background-repeat:no-repeat;padding:0px;margin:0px;border:0;font: 14px "Microsoft Yahei","Tahoma","SimSun";}
*{padding:0px;margin:0px;border:0;}
ul{list-style:none;}
a{text-decoration:none;color:#252525;}
a:hover{color:#ee842f;}
.clear{clear:both;height:0px;overflow:hidden;}
nav{display:block;}
table{border-collapse:collapse;}
h1,h,h3,h4,h5,h6{font-weight:normal;}
.clearfix{zoom:1}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden;height:0;}
.dis{display: none;}
.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 999999;
	background: rgba(0,0,0,0.9);
	top: 0;
	left: 0;
	overflow: hidden;
}
.swiper-container .swiper-slide {
	text-align: center;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	position: relative;
}
.loading,.bookmark,.maker{
	width: 100%;
	height: 100%;
	position: relative;

}
.loadingBg{
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
}
.loading .startBtn{
	width: 1.2rem;
	position: absolute;
	top: 9.39rem;
	left: 50%;
	margin-left: -0.6rem;
	text-align: center;
}
.loading .startBtn img{
	width: 0.32rem;
	height: 0.32rem;
	margin-left: 0.39rem;
	float: left;
}
.loading .startBtn p{
	width: 100%;
	color: #fff;
	float: left;
	font-size: 0.28rem;
}
.aHrefModel{
    left: 50%;
    margin-left: -1.55rem;
    position: absolute;
    top: 1.8rem;
    width: 3.11rem
}
.aHrefModel ul{
	width: 100%;
	height: auto;
	float: left;
}
.aHrefModel ul li{
	width: 100%;
	height: 1.68rem;
	float: left;
	/*background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;*/
	cursor: pointer;
}
.pageModel{
	width: 100%;
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background: #fff;
	overflow: hidden;
	height:12rem;
	overflow-y: scroll;
}
.page{
	width: 100%;
	float: left;
	padding-bottom:10vh;

}
.iconBookmark{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	z-index:100;
}
.iconBookmark img{
	width: 0.8rem;
}
.topHeader
{
	overflow:hidden;}
.pageBtnList{
	width: 90%;
	float: left;
	margin-bottom: 0rem;
	margin-left: 5%;
	height: 1rem;
	line-height: 1rem;
	position: fixed;
left: 0;
bottom: 0;
background: #fff;
}
.pageBtnList .preBtn{
	width: 33%;
	float: left;
	cursor: pointer;
}
.pageBtnList img{
	width: 0.5rem;
	margin: 0 0.1rem;
	position: relative;
	top: -0.05rem;
}
.pageBtnList .nextBtn{
	width: 28%;
	float: right;

	cursor: pointer;
}
.pageBtnList .goBookmark{
	width: 33%;
	float: left;
	text-align:center;
	cursor: pointer;
}

.diagonal-line {
  border-top: 1px solid #0E0E0F;
  position: absolute;
  top: 0.9rem;
  left: 1.2rem;
  width: 1.8rem;
  height: 1.8rem;
  overflow: hidden;
  /*transform-origin: top right;*/
  transform: rotate(-45deg);
  z-index: 2;
}
.diagonal-line::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 1rem;
  background-color: white;
  transform-origin: top left;
  transform: skewX(45deg) translate(-50%, -50%);

}
.text {
  font-size: 1.1rem;
  font-weight: bold;
  position: relative;
  z-index: 1;
  color: #0E0E0F;
  padding: 20px;
}
.title {
  position: absolute;
  top: 0.6rem;
  left: 1.9rem;
  z-index: 3;
  width: 2rem;
  height: 1rem;
  font-size: 0.4rem;
  font-family: AlibabaPuHuiTiB;
  line-height: 60px;
  color: #333333;
  opacity: 1;
}
.lineH{
  position: absolute;
  top: 1.4rem;
  left: 1.6rem;
  width: 70%;
  height: 0.1rem;
  border-top: 1px solid #0E0E0F;
  z-index: 4;
}
.headerTitle{
  margin-top: 0.2rem;
  text-align: center;
  width:100%;
  height: 0.5rem;
  font-size: 0.4rem;
  font-family: AlibabaPuHuiTiB;
  line-height: 0.5rem;
  font-weight:bold;
  color: #333333;
  opacity: 1;
  z-index: 5;
}
.content{
  margin-top: 0.3rem;
  padding: 0 0.4rem;
  text-align: left;
  font-size: 0.3rem;
  font-family: AlibabaPuHuiTiR;
  line-height: 0.5rem;
  color: #444444;
  opacity: 1;
  z-index: 5;
}
.street {
  margin-top: 0.5rem;
  /*word-wrap: break-word;*/
  /*word-break: break-all;*/
  text-align:justify;
}
.picture{
  margin-top: 0.5rem;
  width: 5.5rem;
}
.secendTitle{
  text-align: left;
  margin-top: 0.5rem;
  font-size: 0.3rem;
  font-family: AlibabaPuHuiTiB;
  line-height: 0.4rem;
  color: #333333;
  font-weight:bold;
}
.video{
  width: 5.5rem;
  height: 4rem;
}
.rectangle {
  border: 0.02rem dashed #000;
  width: 5.2rem;
  padding: 0.2rem;
}
.wenxian{
  color: #666666;
  font-size: 0.27rem;
}
.productionTeam{
  margin-top: 1rem;
  width: 5.65rem;
}

.disabled {
  /*background-color: #e8e8e8;*/
  color: #bfbfbf;
  pointer-events: none;
}
.disable{
  pointer-events: none;
}





.slideBox{ position:relative; overflow:hidden; margin:10px auto;  max-width:560px;/* 设置焦点图最大宽度 */ padding-bottom: 20px;}
	.slideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:-6px; right:0; z-index:1;   left: 24%; }
	.slideBox .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#DCDCDC; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
	.slideBox .hd li.on{ background:#555;  }
	.slideBox .bd{ position:relative; z-index:0; }
	.slideBox .bd li{ position:relative; text-align:center;  }
	.slideBox .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
	.slideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
	.slideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff;  text-align:left;  }













