@charset "UTF-8";
/*这是首页部分的轮播按钮样式*/
a { text-decoration:none;}
.box1 { 
	width:100%; 
	height:500px; 
	margin:0 auto; 
	position:relative;
}
.box1 ul { 
	width:120px; 
	height:20px; 
	position:absolute; 
	top:450px; left:50%; 
	margin-left:-60px;
}
.box1 ul li { 
	float:left;
}
.box1 ul li a { 
	color:#FFF; 
	text-align:center; 
	display:block; 
	width:15px; 
	margin-right:5px; 
	height:15px; 
	background:#000; 
	border-radius:10px;
}
/*.box1 ul li a:hover { background:#F00;}*/
.box1 .leftbtn { 
	width:100px; 
	height:100px; 
	position:absolute; 
	top:200px; left:0; 
	margin:0 0 0 0;
}
.box1 .leftbtn a { 
	color:#fff; 
	font-size:102px;
}
/*.box1 .leftbtn a:hover { color:#ed5844; font-size:102px;}*/
.box1 .leftbtn1 { 
	text-align:right; 
	width:100px; 
	height:100px; 
	position:absolute; 
	top:200px; 
	right:0; 
	margin:0 0 0 0;
}
.box1 .leftbtn1 a { 
	color:#fff; 
	font-size:102px;
}
/*.box1 .leftbtn1 a:hover { color:#ed5844; font-size:102px;}*/

/*这是我要咨询的公共样式*/

/*免费核名部分*/
.modal{ 
	width:100%; 
	height:100%; 
	background:#000; 
	opacity:0.5; 
	position:fixed; 
	top:0; left:0; 
	z-index:10;
	display:none;
}
.popBox{ 
	width:50%; 
	background:#fff; 
	position:fixed;
	top:25%;
	left:25%; 
	text-align: center; 
	z-index:99;
	display:none; 
}
.popBox-header,.popBox-con,.popBox-con-tit,.popBox-con-p{
	width: 100%;
	float: left;
}
.popBox-header{ 
	background:#f00;
	padding: 20px 0; 
}
.popBox .popBox-header h4{ 
	font-size: 24px; 
	color: #fff; 
	line-height:50px; 
	text-indent:1em; 
	text-align: center; 
	cursor:move;
}
.popBox .popBox-header p{ 
	text-align: center; 
	color: #fff;
	font-size: 16px;
	line-height: 30px;
}
.popBox-con{
	padding-bottom: 40px;
}
.popBox input{ 
	height:30px; 
	width:50%; 
	text-indent:1em; 
	border:1px solid #ccc;
}
.popBox select{ 
	height:30px; 
	width:50%; 
	text-indent:1em; 
	border:1px solid #ccc;
}
.popBox p{ 
	padding-top:20px;
}
.popBox h3{ 
	font-size: 14px; 
	height:20px; 
	padding-top: 10px; 
	text-indent:1em;
}
.popBox b{ 
	color: deepskyblue;
}
.popBox a{ 
	width:20px; 
	height:20px; 
	text-decoration:none; 
	text-align:center; 
	line-height:20px; 
	position:absolute; 
	top:10px; right:8px; 
	color:#fff;
}
.popBox .logonBtn{ 
	background-color: #f00; 
	border: 0; 
	color: #fff; 
	width:200px; 
	height:40px;
	border-radius: 5px;
}
#closeBtn:hover{ 
	color: #fff; 
	font-weight: bold;
}
.popBox-star{
	color: #f00;
	width: 30px;
	padding: 0 5px;
	line-height: 30px;
	display: inline-block;
	font-size: 16px;
}
