
	.alertBox {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.7);
	z-index:998;
	display:none
}
.alertBox>div {
	background-color:#fff;
	width:500px;
	padding:40px 0;
	border-radius:10px;
	box-shadow:0 0 10px #000;
	margin:200px auto 0
}
.alertBox>div p {
	text-align:center
}
.alertBox>div p.text {
	margin-bottom:40px;
	font-size:18px;
	color:#222
}
.alertBox>div p.btn a {
	font-size:18px;
	padding:10px 40px;
	color:#fff;
	background:#222;
	letter-spacing:4px;
	border-radius:6px
}
.popBox {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:999
}
.popBox .popMask {
	width:100%;
	height:100%;
	background:#000\9;
	filter:alpha(opacity=50)\9;
	background:rgba(0,0,0,.5)
}
#loadBox {
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:#000;
	opacity:.5;
	filter:alpha(opacity=50)\9;
	z-index:999;
	display:none
}
#loadBox span {
	display:block;
	width:40px;
	height:40px;
	background:url(https://gzt.guangzhitui.com/static/index/css/images/common/loading.gif) no-repeat;
	background-size:contain;
	line-height:40px;
	font-size:10px;
	text-align:center;
	color:#fff;
	text-shadow:1px 1px 1px #333;
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-20px;
	margin-top:-20px
}
.popVideo {
	width:100%;
	height:100%;
	background:#000;
	position:fixed;
	left:0;
	top:0;
	display:none;
	z-index:999
}
.popVideo .close {
	position:absolute;
	right:20px;
	top:20px;
	width:30px;
	height:30px;
	background:url(https://gzt.guangzhitui.com/static/index/css/images/common/close.png) center center no-repeat;
	overflow:hidden;
	cursor:pointer
}
#videoBox {
	width:100%;
	height:100%
}
.popIpad {
	width:100%;
	height:100%;
	background:#000;
	position:fixed;
	left:0;
	top:0;
	display:none;
	z-index:999
}
.popIpad .video {
	width:100%;
	height:84%;
	margin:8% auto
}
.popIpad .video video {
	width:100%;
	height:100%
}
.popIpad .close {
	position:absolute;
	right:20px;
	top:20px;
	width:30px;
	height:30px;
	background:url(https://gzt.guangzhitui.com/static/index/css/images/common/close.png) center center no-repeat;
	background-size:contain;
	display:block;
	z-index:99
}
#popAlert {
	position:absolute;
	background:#fff;
	box-shadow:0 0 10px #000;
	width:250px;
	padding:30px 30px 40px;
	display:none
}
#popAlert p {
	text-align:center
}
#popAlert p.text {
	margin-bottom:40px;
	font-size:14px;
	color:#333
}
#popAlert p.btn a {
	text-align:center;
	font-size:15px;
	padding:10px 20px;
	border-radius:5px;
	background:#333;
	color:#fff
}
.fl {
	float:left
}
.fr {
	float:right
}
.width100 {
	width:100%;
	overflow:hidden
}
.width1200 {
	width:1200px;
	margin:0 auto;
	overflow:hidden
}
.clear {
	clear:both;
	overflow:hidden
}
.clear5 {
	clear:both;
	overflow:hidden;
	height:5px
}
.clear10 {
	clear:both;
	overflow:hidden;
	height:10px
}
.clear15 {
	clear:both;
	overflow:hidden;
	height:15px
}
.clear20 {
	clear:both;
	overflow:hidden;
	height:20px
}
.clear30 {
	clear:both;
	overflow:hidden;
	height:30px
}
.clear50 {
	clear:both;
	overflow:hidden;
	height:50px
}
.title01 {
	font-size:30px;
	color:#0a1431;
	text-align:center
}
.title01 h3 {
	font-size:30px;
	color:#0a1431
}
.title01 h4 {
	font-size:16px;
	color:#828ca9;
	line-height:30px
}


.pageheader_b li {
	width:10%;
	text-align:center
}
.pageheader_b li a {
	display:block;
	width:100%;
	font-size:16px;
	font-weight:700;
	color:#2f2f2f;
	line-height:40px;
	transition:color .3s;
	font-family:微软雅黑
}
.pageheader_b li.sm {
	margin-right:30px
}
.pageheader_b li.sm a {
	font-weight:400;
	color:#5b5b5b
}
.pageheader_b li:first-child {
	width:84px;
	background:url(../image/icon_home_hover.png) #3573ec no-repeat 15px center;
	border-radius:2px 2px 0 0;
	-webkit-border-radius:2px 2px 0 0
}
.pageheader_b li:first-child a {
	text-indent:36px;
	color:#fff!important
}
.pageheader_b li:hover a,.pageheader_b li.on a {
	color:#3573ec!important
}
.pageheader_b li:first-child:hover a {
	color:#fff!important
}
