@charset "utf-8";
/* CSS Document  font-family:"Microsoft YaHei",Arial,SimHei, sans-serif;*/

*{
	box-sizing: border-box;
}	
	
.guide-top{width:100%;background-color:#333333;position:fixed;top:0px;right:0px;}
.guide-top-content{width:100%;max-width:1090px;margin:auto;overflow:hidden;height:50px;}
.guide-top-content .logo{float:left;}
.guide-top-content .logo img{height:31px;margin-top:9px;}
.guide-top-content .title{float:left;color:white;font-size:24px;font-family:微软雅黑;line-height:50px;margin-left:14px;}
.guide-top-security{
	width:100%;
	background-color:#f7f7f7;
	position:fixed;
	top:0px;
	right:0px;
	border-bottom: 1px solid #e7e7e7;
	}

.guide-top-security .guide-top-content .title{
	color:#333;
	}


.guide-main-box{width:100%;background-color:#fafafb;margin-top:83px;height:100%;}
.guide-main{width:1000px;margin:auto;overflow:hidden;height:100%;}
.guide-side-nav{width:320px;position:fixed;top:93px; overflow:auto;height:90%;}
#guide-scroll::-webkit-scrollbar-track
{
	background-color: #E2E2E2;
}

#guide-scroll::-webkit-scrollbar
{
	width: 4px;
	background-color: #E2E2E2;
}

#guide-scroll::-webkit-scrollbar-thumb
{
	background-color: #666666;
}

#guide-scroll::-webkit-scrollbar-track{background-color: #E2E2E2;}
#guide-scroll::-webkit-scrollbar{width: 4px;background-color: #E2E2E2;}
#guide-scroll::-webkit-scrollbar-thumb{background-color: #666666;}

#guide-scroll{
scrollbar-3dlight-color:#E2E2E2; 
   scrollbar-highlight-color:#E2E2E2; 
   scrollbar-face-color:#666666; 
   scrollbar-arrow-color:#666666; 
   scrollbar-shadow-color:#E2E2E2; 
   scrollbar-darkshadow-color:#E2E2E2; 
   scrollbar-base-color:#E2E2E2; 
   scrollbar-track-color:#E2E2E2;	}

scrollbar {   
       -moz-appearance: none !important;   
       background: rgb(0,255,0) !important;  }
.tree {  color:#999999;margin:10px auto;}
.tree ul{padding-left:12px;}
.tree li,
.tree li > a,
.tree li > span {
    padding: 4pt;
   
}

.scroll{
    position:fixed;
    right:20px;
	bottom:20px;
	width:50px;
	height:50px;
	border-radius:6px;
	background-color:#666666;
	cursor:pointer;
	background-image:url(../imgs/arrow.png);
	background-size:60%;
	background-repeat:no-repeat;
	background-position:center 10px;;
	}
	
.scroll:hover{
	background-color:#4c4c4c;
	}



.tree {  color:#999999;margin:10px auto;}
.tree ul{padding-left:12px;}
.tree li,
.tree li > a,
.tree li > span {
    padding: 4pt;
   
}

.tree li a {
   color:#999999;
    text-decoration: none;
    line-height: 20pt;

}

.tree li a:hover {
    color: #34BC9D;
}

.active {
    color: #34BC9D;
}

.active a {
   color: #34BC9D;
}

.tree li a.active:hover {
    color: #34BC9D;
}

/*树状菜单样式*/


.guide-contents{width:1200px;margin:auto;font-family:微软雅黑;margin-top:100px;}
.question{width:660px;float:left;padding-left:20px;padding-top:20px;font-family:微软雅黑;}
.guide-contents a{color:#3b8cff; text-decoration:underline;}
h1{font-size:24px;font-weight:bold;}

table img{border:none;}
p img{border:none;}
.guide-contents p{text-indent:2em;text-align:justify;}
.small{font-size:16px;} 
.red{color:red;}
.gray{color:gray;}
.large-red{font-size:24px;color:red;font-weight:bold;}
.bold{font-weight:bolder;}
.guide-contents img{margin:auto;}
table th{text-align:center; vertical-align:middle;padding:10px 0px;font-weight:bolder;}
table td{ vertical-align:middle;padding:10px 10px;;}
table{border:1px solid black;border-collapse:collapse;margin:auto;}
.second-title{text-align:center;font-size:28px;}
.large-black{font-size:24px;color:black;font-weight:bolder;}
.second-black{font-size:18px;color:black;font-weight:600;}
.third-black{font-size:16px;color:black;font-weight:600;text-indent:2em}
.img-label{font-size:12px;text-align:center;margin-top:10px;}
.answer{border-bottom:1px solid gray;padding-bottom:20px;}
ul li,
p{
	line-height:40px;
	font-size:14px;
}

ul li{
	list-style: none;
	text-indent:0em;
}
