@charset "utf-8";
/* CSS Document */
*{margin: 0;
  padding: 0;
}
body {
    background-color: #f6fcfc;
    font-family: "黑体";
    font-weight: bold;
}

.lj:hover{text-decoration:underline;
          color:#000;
}
.hm:hover{color:#FFF;
}
.zs:target {background-color:#def;
}
@font-face{font-family:heiti;
src:url(../simhei.ttf)
}
@font-face{font-family:heiti2;
src:url(../AdobeHeitiStd-Regular.otf)
}
@font-face{font-family:zihun;
src:url(../%E5%AD%97%E9%AD%82189%E5%8F%B7-%E6%98%9F%E5%B2%A9%E4%B9%90%E9%BB%91%E4%BD%93.ttf)
}



h2{
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 50px;
	width: 120px;
	font-size: 30px;
	font-family: heiti;
}
p{
	width: 850px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: heiti;
	line-height: 1.8em;
	letter-spacing: 2px;
}
ol{	width: 790px;
	margin-right: auto;
	margin-left: auto;
	font-family: heiti;
	line-height: 1.8em;
	letter-spacing: 2px;
	padding:25px;
	font-size:15px;
}
rt{font-size:50%}
.hm{
	background-color: #000;
	transition: color 0.13s linear;
	text-shadow: none;
}
#topbox{width:100%;
		background-color:#FFF;
		position:fixed;
		
}	
#top{
	width:100%;
	height: 80px;
	text-align: center;
	font-family: zihun;
	font-size: 55px;
	border: 3px solid #000;
}
#zbox{width:80px;
      height:1080px;
	  position:fixed;
	  border: 3px solid #000;
}
#zuo{
	width: 80px;
	height: 1080px;
	background-color: #fff;
	margin-top: 83px;
}



#bbox{
	width: 100%;
	height: 389px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 83px;
	background-image: url(../images/images/sm_b12.png);
}
#bli{
	width: 1280px;
	height: 350px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-repeat: no-repeat;
	background-image: url(../images/images/%E7%90%89%E7%92%83%E4%B9%8B%E9%B8%9F.png);
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#bxia{
	width: 1286px;
	height: 30px;
    margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#bxzuo{
	width: 424px;
	height: 30px;
	background-color: #81d7d7;
	float: left;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-left-style: solid;
	border-left-color: #000;
}
#bxzhong{width:426px;
         height:30px;
		 background-color:#81d7d7;
		 float:left;
		 border-right-width: 3px;
	     border-right-style: solid;
	     border-right-color: #000;
       	 border-bottom-width: 3px;
	     border-bottom-style: solid;
	     border-bottom-color: #000;
}
#bxyou{
	width: 424px;
	height: 30px;
	background-color: #81d7d7;
	float: left;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #000;
	border-right-width: 3px;
	border-right-style: solid;
	border-right-color: #000;
}

#nbox{width:100%;
      height:auto;
	  background-color:#f6fcfc;
	  padding-top:80px;
}
#nr{
	width: 950px;
	height:auto;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	margin-top:0px;
	border-radius: 10px;
	background-color:#FFF;
}

#yejiao{width:100%;
        height:100px;
		background-color:#ddf4f4;
		margin-top:120px;
}
.ywz{padding-top:25px;
     width:800px;
}
#yejiao .ywz ul {
	list-style-type: none;
	margin-left:500px;
	width:300px;
}
#yejiao .ywz ul li{
	width: 60px;
	float: left;
	font-family:heiti2;
	font-size: 12px;
	color: #626262;
	cursor: pointer;
}
.lj{color:#626262;
    text-decoration:none;
}

/*滑动条设置*/
::-webkit-scrollbar {
    height: 100%;
	border-left-color:#000;
	border-left-style:solid;
	border-left-width:3px;
	border-right-color:#000;
	border-right-style:solid;
	border-right-width:3px;
}
/*滑块设置*/
::-webkit-scrollbar-thumb {
    background-color:#81d7d7;
	border:3px solid #000;
}
/*框选，背景颜色*/
::selection{background:#81d7d7;
}
