 *{
				 text-decoration: none;
				 font-family: Helvetica, "Lucida Grande", Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;
                 opacity: 1;
				}
				body{
               margin:0px;
               --maxPicScale: 1.3;
padding: 0px;
    background-image: url("../img/background.jpg");
    background-size:cover;
    background-repeat:no-repeat; 
    background-attachment:fixed;
                }
               .content{
               width:1100px;
              margin:auto;
background:rgba(250,250,250,0.95);
box-shadow: 0px 5px 5px rgba(50,50,50,0.8);
              }
               .alllogo {
               
               width: 1100px;
               margin-top: -55px;
               z-index: 10;
               opacity: 1;
               background-color: rgba(250,250,250,0.95);
               box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
               margin-top: 5px;
                  }

.container{
            position: relative;
            height: 58px;
            background: #CF0101;
            z-index: 100;
            width: 1100px;
            margin-top: -49px;
                }
			
			#navigation{
				margin-top: 50px;
				display: flex;
				list-style: none;
				justify-content: space-around;
				line-height: 58px;
				font-size:18px;
			}
			.container ul>li{
				width:130px;
				text-align: center;
				height: 58px;
				color: #ffffff;
			}
			#navigation>li:hover{
				background: #A52A2A;
				cursor: pointer;
			}
			#navigation li ul li{
				list-style: none;
				
			}
#navigation li ul li{
				position: relative;
				color: #ffffff;
				background: #BE0303;
				font-size: 16px;
				height: 35px;
			}
			#navigation li ul li:hover{
				position: relative;
				background: #A52A2A;
			}
			#navigation a{
				text-decoration: none;
				color:#ffffff;
			}
			.container ul li>ul{
				margin:0px;
				padding:0px;
			}
			.Two{
				background: #ffffff;
			}
			.Two1 li:hover{
				background: #ffffff;
			}
			.body{

				z-index: 90;
				position: relative;
				top:40px;
               
				display: flex;
				justify-content: space-around;
			}
            .aside{
            	width: 170px;
           

            }
             .aside-head{
            	width: 170px;
            	height: 41px;
            	background: #cf0101;
            	margin-right: 3px;
            	border: 1.5px solid #cf0101;
                border-radius: 7px 7px 0px 0px;
            }
            .aside-body{
            	border:1.5px solid #c03131;
            	
            	width: 170px;
            	display: flex;
            	flex-direction: column;
            	justify-content: space-around;
 background-color: rgba(250,250,250,1);
box-shadow: 0px 0px 10px rgba(0,0,0,0.7);
    border-radius: 0px 0px 7px 7px;
            }
            .White{
	margin-left:88px;
	width:60px;
	border-bottom:40px solid #ffffff;
	border-right:0px solid transparent;
	border-left:20px solid transparent; 
    border-radius:0px 7px 0px 0px;
	position: absolute;
	z-index: 1;
    margin-top:1px;
            }
.aside-body div{
            	text-align: center;
            	margin:auto;
            	width: 152px;
            	height: 30px;
            	font-size: 14px;
                line-height: 26px;
            	background: #cf0101;
            	opacity: .9;
            	color:#ffffff;
            	transition: .5s;
                -moz-transition:  .5s; /* Firefox 4 */
                -webkit-transition:  .5s; /* Safari 和 Chrome */
                -o-transition:  .5s; /* Opera */
                cursor: pointer;
            }


















* Opera */
                cursor: pointer;
            }
            .aside-body div:hover{
            transform:scale(1.1,1.1);
            -ms-transform:scale(1.1,1.1); 	/* IE 9 */
            -moz-transform:	scale(1.1,1.1);/* Firefox */
            -webkit-transform: scale(1.1,1.1);/* Safari 和 Chrome */
            -o-transform:scale(1.1,1.1);
            }
             .aside-body div a{
             	text-decoration: none;
             	color: #ffffff;
             }
             .center{
             	width: 759px;
             	z-index: -1;
             }
            .center-head{
             	width: 757px;
             	height: 51px;
             	background: #cf0101;
             	color:#ffffff;
             	font-size:16px;
             	opacity: .8;
             	border:1.5px solid #cf0101;
             	display: flex;
                 border-radius:7px 7px 0px 0px;
             }
.center-body{
             	width:757px;
             	border: 1.5px solid #cf0101;
 background-color: rgba(250,250,250,0.95);
    border-radius: 0px 0px 7px 7px;
             }
             .center-body .title{
             	    -moz-transition:  .5s; /* Firefox 4 */
                -webkit-transition:  .5s; /* Safari 和 Chrome */
                -o-transition:  .5s; /* Opera */
                cursor: pointer;
                font-size: 14px;
             }
             .center-body .title:hover{
             	     transform:scale(1.01,1.01);
            -ms-transform:scale(1.01,1.01); 	/* IE 9 */
            -moz-transform:	scale(1.01,1.01);/* Firefox */
            -webkit-transform: scale(1.01,1.01);/* Safari 和 Chrome */
            -o-transform:scale(1.01,1.01);
             }
             .triangle1{
             	margin-top: 30px;
             	margin-left: 250px;
             	     width: 20px;
             		 border-width: 10px;
                     border-style: solid;
                     border-color: transparent #c03131 transparent transparent;
                     opacity: .6;
             }
                          .triangle2{
             	margin-top: 30px;
             	margin-left: 25px;
             	     width: 20px;
             		 border-width: 10px;
                     border-style: solid;
                     border-color: transparent #c03131 transparent transparent;
                     opacity: .6;
                      transform: rotate(180deg); 
             }
             .line{
    width:1100px;
    border-bottom:2px #CF0101 solid;
    margin-top:50px;
     }
/*脚部*/
footer {
    width:1100px;
    display: flex;
    justify-content: space-around;
    background-color: rgba(250,250,250,0.8);
    box-shadow: 0px 5px 5px rgba(50,50,50,0.8);
    /*居中对齐*/
    /*left:0px;
    right:0px;
    margin:auto;*/
}
/*院长信箱*/
.mail{
	margin-left: 30px;
	margin-top: 10px;
    width: 173px;
    height: 81px;
    border: rgba(190,3,3,0.9) 1px solid;

}

/*信箱图标*/
.iconEmail {
    display: inline-block;
    position: relative;
    margin:0px 5px;
    top:10px;
    width:32px;
    height:32px;
    background-image: url("../img/base/mail.png");
    background-size: contain;
    background-repeat: no-repeat;
}

/*书记院长信箱 字*/
.mail p{
    margin-top: 30.5px;
    display: inline-block;
    font-size: 20px;
    color:#CF0101;
}
/*信箱动画效果*/
.mail {
    transition:all 500ms;
}
.mail:hover{
    transform:scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
/*底部链接*/
footer ul {
    top:calc(1446px - 1419px);
    list-style-type: none;
    color:#BE0303;
    font-size:14px;
}
.footnote {

    padding-left: 30px;
    width: 470px;
    text-align: center;
    line-height: 1.5rem;
}
footer ul li{
    display: inline-block;
}
footer ul li a{
    color:#BE0303;
    text-decoration: none;
}

/*二维码部分*/
.qr img{
    width:58px;
    height:58px;
}
.qr p{
    color:white;
    background-color: #CF0101;
    font-size: 16px;
    width:136px;
    height:23px;
    margin:0px 1px;
    padding-top: 3px;
}
/*微博二维码*/
.weibo img{
    top:calc(1424px - 1419px);
}
.weibo p{
    top:calc(1440px - 1419px);
}

/*微信二维码*/
.wchat img{
    top: 65px;
}
.wchat p{

    top:calc(1532px - 1419px);
}
/*链接悬停效果*/
footer ul a:hover{
    color:black;
}

	 #box{
		float:right;
		margin-right:80px;
        width:200px;
        margin-top:40px;
        font-size: 14px;
    }
    input{
        width:147px;
        border: 1px solid #e2e2e2;
        height: 34px;
        float: left;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position:5px center;
        padding:0 0 0 40px;
        box-shadow:inset 3px 3px 3px rgba(0,0,0,0.05);
        color:#999;
        border-radius:3px;
    }
    #search input{
        width:24px;
        height:37px;
        float:right;
		margin-top:-36px;
		margin-right:-30px;
 background: #CF0101  url("../img/base/search.png");
        cursor: pointer;
    }