@charset
body,ul,ol,lo,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin:0;padding:0;}
body{font-sezi:12px;}
img{border:none;}
li{list-style:none;}
input,select,textarea{outline:none;}
textarea{resize:none;}
a{text-decoration:none;}
*{
	margin:0;
	padding:0;
}
.headTitle {
    font-size: 50px;
    color: white;
    font-weight: bold;
    height: 0px;
    line-height: 90px;
    padding-left: 20px;
    text-shadow: 5px 2px 6px #000;
}
.box{
	width:100%;
	margin:0 auto;	  
}
.header{
	background:url(../img/banner.jpg);
	width:100%;
	height:600px;
	text-align:center;
}
.header img{
	margin-top:180px;
	z-index:20;
}

.content{
	width:1000px;
	margin:0 auto;
}
.content .first-content h2{
	margin-top:20px;
	height:36px;
	font:bold 20px/36px "微软雅黑";
	color:#252525;
	margin-bottom:55px;
}




.bottom{
    width:100%;
    background:#eee;
}
.bottom_footer{
    height:85px;
    width:1000px;
    margin:0 auto;
    padding:25px 0 0 0px;
}
.bottom_footer p {
    display: block;
	color: #646464;
}
.bottom_footer a:link,.bottom_footer a:visited{
   text-decoration:none;
   color:#4e97d9;
   
}
.bottom_footer a:hover,.bottom_footer a:active{
   text-decoration:none;
   color:#62a8ea; 
 }

 /*文章页面*/
   .bg_11{
    background:url(../img/b01.jpg);
 	width:100%;
 	height:634px;
 	text-align:center;
 }
    .bg_33{
    background:url(../img/010.jpg);
 	width:100%;
 	height:634px;
 	text-align:center;
 }
    .bg_22{
    background:url(../img/b02.jpg);
 	width:100%;
 	height:634px;
 	text-align:center;
 }
  .bg_2{
    background:url(../img/009.jpg);
 	width:100%;
 	height:634px;
 	text-align:center;
 }
 .bannertext{
    position: absolute;
    top: 374px;
    left: 50%;
    margin-left: -301px;
	text-align:left;
	line-height:34px;
}
.bannertext h1 {

    width: 760px;
    font: 42px/54px "Sim sun";
    color: #444;
    font-weight: bold;
    color: #fff;
}
 .author {
    overflow: hidden;
  
    height: 90px;
    padding-bottom: 18px;
    background: #f9f9f9;
	
	
}
.ope{
     position:absolute;
	 left:50%;
	 margin-left:-300px;
	 width:500px;

}
.author img{
   width:45px;
   height:45px;
   border-radius:50%;
  margin-top:26px;
  float:left;

  
}
.writer{
   font: 12px/14px "Sim sun";
   color:#e75f44;
   border:1px solid #e75f44;
   border-radius:10px;
   padding:0 5px;
   display:inline-block;
   margin-top:31px;
   margin-left:20px;
   
}
.nm{
   font: 14px/16px "Sim sun";
   color:#000;
   font-weight:bold;
   vertical-align:middle;
}
.job{
   font: 16px/18px "Sim sun";  
  color:#888;
  margin-top:5px;
  position:relative;
  top:1px;
  left:18px;
}

/* 内容 */

.section{
    width:660px;
    padding-top: 55px;
    margin: 0 auto;
}
.section .intro {
    padding-bottom: 10px;
    overflow: hidden;
    margin-bottom: 40px;
    text-indent: 0;
	
}
.section img{
	margin:0 auto;
	display:table;
	padding-bottom:20px;
}
pre {
    margin: 1em 0;
    padding: 10px;
    overflow: auto;
    font-family: Menlo,Monaco,Consolas,Andale Mono,lucida console,Courier New,monospace;
    font-size: 14px;
    word-wrap: normal;
    background: #f6f6f6;
    border-radius: 4px;
}

code {
    margin: 0 2px;
    padding: 3px 4px;
    border-radius: 3px;
    font-family: Menlo,Monaco,Consolas,Andale Mono,lucida console,Courier New,monospace;
    background-color: #ffffff;
}

blockquote {
    padding-left: 1.2em;
    border-left: 4px solid #e2e3e4;
    color: #333;
	line-height: 1.7;
}


.section .intro .span_p {
    /* float: right;
    width: 1000px; */
    font: 16px/28px "Microsoft Yahei";
    position: relative;
    top: -4px;
    color: #666;
    margin-bottom: 30px;
	
}
.section p {
    margin-bottom: 36px;
    font: 18px/32px "Microsoft Yahei";
    color: #444;
    text-align: left;
    vertical-align: bottom;
}
.section .desc {
    text-indent: 0;
    vertical-align: baseline;
}
.section .title_line{
    text-align: center;
    text-indent: 0;
    background: url(../img/line.png) center center no-repeat;
    font-size: 26px;
    font-weight: bold;
    font-family: "Microsoft Yahei";
    margin-bottom: 36px;
}
.section .end {
    font-size: 14px;
    line-height: 24px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 13px 0 13px 20px;
    background: url(images/e_dot.png) no-repeat 5px 22px;
    color: #888;
}