﻿@charset "utf-8";
/* CSS Document  font-family:"Microsoft YaHei",Arial,SimHei, sans-serif;*/
*{margin:0;padding:0}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,span,p,blockquote,pre,a,abbr,acronym,address,code,del,dfn,em,img,q,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;}
dl,dt,dd,ol,ul,li{list-style:none;margin:0;padding:0}
img{display:block;margin:0;padding:0;}
a{text-decoration:none;}
li{list-style:none;}

.guide-top{width:100%;background-color:#333333;position:fixed;top:0px;right:0px;}
.guide-top-content{width:1000px;margin:auto;overflow:hidden;padding:10px 0px;}
.guide-top-content .logo{float:left;}
.guide-top-content .logo img{width:100px;}
.guide-top-content .title{float:left;color:white;font-size:24px;font-family:微软雅黑;margin-top:32px;margin-left:20px;}
/*顶部logo条*/

.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;
}

.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:660px;float:left;padding-left:20px;padding-top:20px;font-family:微软雅黑;}
.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;}
img{max-width:660px; border:1px solid black;}
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:20px;color:black;font-weight:bold;}
.third-black{font-size:16px;color:black;font-weight:bold;}
.img-label{font-size:12px;text-align:center;margin-top:10px;}
.answer{border-bottom:1px solid gray;padding-bottom:20px;}
@media(max-width : 2453px ){
	.nav01 dt a{font-size:16px;}
	.imgbox li img{width:880px;position:absolute;left:50%;margin-left:-440px;}
	.banner{width:100%;position:relative;overflow:hidden ;height:378px;} 
}