html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:hidden;
}

#loading {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

video{
	pointer-events: auto !important;
}

.phoneBox:before{
	content: "loading";
    color: #fff;
    font-size: 12px;
    font-family: arial;
    text-align: center;
    width: 100%;
    height: 30px;
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 50%;
    margin-top: 25px;
}

#pano{
	width:100%; 
	height:100%;
	box-sizing:border-box;
	filter:alpha(opacity=0);
	opacity: 0;
}

#pano img{
	max-width:100%;
}

#iframeBox{
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

/*说一说*/
.commentBox{
	font-size:14px;
	color:#fff;
	font-weight:bold;
	background-color:rgba(0,0,0,0.5);
	padding:0 15px;
	user-select: none;
	-webkit-user-select: none;
	pointer-events: none;
}

.commentBox h4{
	margin:0;
	padding:0 0 0 27px;
	height:50px;
	line-height:50px;
	overflow:hidden;
	background:url(../images/comm-title-icon.png) no-repeat left center transparent;
}

.commentBox textarea{
	width:368px;
	padding:5px;
	height:70px;
	font-size:14px;
	resize: none;
	background-color:#fff;
	border:none;
	pointer-events:auto;
}

.commentBox .commentbtn{
	height:33px;
	line-height:33px;
	overflow:hidden;
	padding:10px 0;
}

.commentBox .commentbtn i{
	display:inline-block;
	height:33px;
	line-height:33px;
	font-style:normal;
	cursor:pointer;
	padding:0 0 0 30px;
	background:url(../images/comm-hide-icon.png) no-repeat 5px center transparent;
	pointer-events:auto;
}

.commentBox .commentbtn span{
	display:inline-block;
	height:33px;
	line-height:33px;
	background-color:#106cab;
	padding:0 18px;
	float:right;
	margin-left:10px;
	cursor:pointer;
	pointer-events:auto;
} 

/*移动端*/
.commentWapBox{
    width: 100%;
    height: 120px;
    background-color: #f1f1f1;
    padding: 15px 15px 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
	position:absolute;
	left:0;
	bottom:0;
	z-index:9999;
}

.commentWapBox textarea{
	width: 100%;
    height: 50px;
    padding: 5px;
    color: #333;
    font-size: 16px;
    outline: none;
    resize: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: "Microsoft YaHei","微软雅黑";	
	background-color:#fff;
}

.commentWapBox .commentbtn{
	height: 40px;
    padding: 10px 0 0;
    overflow: hidden;
}

.commentWapBox .commentbtn i{
	font-style:normal;
	height: 30px;
    line-height: 30px;
	display:inline-block;
	padding:0 0 0 30px;
	background:url(../images/comm-hide-wapicon.png) no-repeat 5px center transparent;
}

.commentWapBox .commentbtn span{
	height: 30px;
    line-height: 30px;
    width: 80px;
    text-align: center;
    font-size: 16px;
    background-color: #106cab;
    color: #fff;
    float: right;
    font-family: "Microsoft YaHei","微软雅黑";
	margin-left: 10px;
}

/*企业二维码*/
/*
#weixinLayer{
	width:300px;
	overflow:hidden;
	text-align:center;
	position:absolute;
	left:50%;
	top:50%;
	z-index:999999;
	margin-left:-150px;
}

#weixinLayer p{
	height:70px;
	line-height:70px;
	color:#fff;
	font-size:14px;
	font-family: "Microsoft YaHei","微软雅黑";
	margin:0;
	padding:0;
}*/

#weixinLayer{
	width:75%;
	height:75%;
	position:absolute;
	z-index:999999;
	top:12.5%;
	left:12.5%;
	padding:0 0 70px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	text-align:center;
}

.weixinLayer{
	width:100%;
	height:100%;
	overflow:hidden;
	line-height:100%;
}

.weixinLayer span{
	display:inline-block;
	width:1px;
	height:100%;
	margin-left:-1px;
	vertical-align:middle; 
}

.weixinLayer img{
	max-width:100%;
	max-height:100%;
	vertical-align:middle;
}

#weixinLayer p{
	height:70px;
	line-height:70px;
	color:#fff;
	font-size:14px;
	font-family: "Microsoft YaHei","微软雅黑";
	margin:0;
	padding:0;
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
}

#infoWapPopup{
	position:absolute;
	left:0;
	top:50px;
	right:0;
	bottom:0;
	z-index:9999;
    overflow: hidden;
    overflow-y:auto;
	font-size: 14px;
    font-family: arial,宋体;
	color:#fff;
	padding:0 15px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
}

#infoWapPopup h4{
    margin: 0 20px;
    padding: 0;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    font-size: 14px;
    text-align: center;
}

#infoWapPopupContent{
    padding: 0 20px;
	margin: 20px 0 0;
}

#infoWapPopupContent img {
    max-width: 90%;
    height: auto !important;
	user-select:none;
	-webkit-user-select:none;
}

#infoWapPopupContent p {
    margin: 0 0 12px;
    line-height: 27px;
	background-color:transparent !important;
	color:#fff !important;
}

#infoWapPopupContent.white p {
    margin: 0 0 12px;
    line-height: 27px;
	background-color:transparent !important;
	color:#000 !important;
}

.newsList{line-height:60px;font-size:18px;width:100%;overflow:hidden;padding:0;}
.newsList li{border-bottom:2px solid #fff;list-style:none;font-family: "Microsoft YaHei","微软雅黑";text-align:center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;width:100%;}