#header{display:none;}
#test33 ul {
margin: 0;
padding: 0;
list-style-type: none; /*去除li前的标注*/
background-color: #169FE6;
overflow: hidden; /*隐藏溢出的部分，保持一行*/
}


#test33 li {
float: left; /*左浮动*/
}



#test33 li a, .dropbtn {
display: inline-block; /*设置成块*/
color: white;
text-align: center;
text-decoration: none;
padding: 14px 16px;
}


#test33 li a:hover, .dropdown:hover .dropbtn { /*鼠标移上去，改变背景颜色*/
background-color: #0184B2;
}


#test33 .dropdown {
/*display:inline-block将对象呈递为内联对象，但是对象的内容作为块对象呈递。旁边的内联对象会被呈递在同一行内，允许空格。*/
display: inline-block;
}


#test33 .dropdown-content {
display: none;
position: absolute;
background-color: #f9f9f9;
min-width: 160px;
box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}


#test33 .dropdown-content a {
display: block;
color: black;
padding: 8px 10px;
text-decoration:none;
}


#test33 .dropdown-content a:hover {
background-color: #E86C74;
}


#test33 .dropdown:hover .dropdown-content{
display: block;
}

a.dropbtn{
	font-size: 18px;
	color: white;
}


img
{
	
	width:1350px;
 	height:300px;
 	max-width:80%;
 	max-height:80%;
	position:relative;
	z-index:-1;
}

.tetle1{
		position:absolute;
       margin-left: auto;
       margin-top: 1px;
       margin-right: auto;
       margin-bottom: auto;
      text-align: center;
        font-size: 25px;
		color: white;             
		position:relative;
		z-index:1;
}
/*------------------------------分割线-------------------------------------------*/
/*---以下代码为页面样式开始----*/

/*生成博客目录的CSS*/
#uprightsideBar{
    font-size:14px;
    font-family:Arial, Helvetica, sans-serif;
    text-align:left;
    position:fixed;/*将div的位置固定到距离top:50px，right:0px的位置，这样div就会处在最右边的位置，距离顶部50px*/
    top:400px;
    right:53px;
    width: auto;
    height: auto; 
    
    
}
#sideBarTab{
    float:left;
    width:30px; 
    border:1px solid #e5e5e5;
    border-right:none;
    text-align:center;
    background:rgb(238, 130, 238);
}

#sideBarContents{
    float:left;
    overflow:auto; 
    overflow-x:hidden;!important;
    width:200px;
    min-height:108px;
    max-height:460px;
    border:1px solid #e5e5e5;
    border-right:none; 
    background:#ffffff;
}
#sideBarContents dl{
    margin:0;
    padding:0;
}

#sideBarContents dt{
    margin-top:5px;
    margin-left:5px;
}

#sideBarContents dd, dt {
    cursor: pointer;
}

#sideBarContents dd:hover, dt:hover {
    color:#A7995A;
}
#sideBarContents dd{
    margin-left:20px;
}
/*---以下代码为页面样式结束----*/


/*返回顶部样式 开始*/
#back-to-top {
    background-color: #64CEAA;
    bottom: 0;
    box-shadow: 0 0 6px #FFFFFF;
    color: #FFFFFF;
    padding: 10px 10px;
    position: fixed;
    right: 50px;
    cursor: pointer;
    /*position:relative;
    z-index:3*/
}
/*返回顶部  结束*/


/* 设置签名格式  开始*/
#MySignature {
    display: none;
    background-color: #169FE6;
    border-radius: 10px;
    box-shadow: 1px 1px 1px #6B6B6B;
    padding: 10px;
    line-height: 1.5;
    text-shadow: 1px 1px 1px #FFF;
    font-size: 16px;
    font-family: 'Microsoft Yahei';
}
/* 设置签名格式  结束*/