/*主体*/
body{
    margin:0px;
    background-image: url("../img/background.jpg");
    background-size:cover;
    background-repeat:no-repeat; 
    background-attachment:fixed;
}
.content{
    width:1100px;
    /* padding-top:50px; */
    /* background-color: rgba(255, 255, 255, 0.7); */

    /*居中对齐*/
    left:0px;
    right:0px;
    margin:auto;
/* box-shadow:0px 2px 15px rgba(0,0,0,0.4); */

}

/*分隔线*/
.line{
    width:100%;
    border-bottom:2px #CF0101 solid;
}

/*轮播部分*/
.headPart2 {
    position: relative;
    width:1100px;
    min-height:455px;
    margin-top:5px;
}

/*轮播区*/
.headPart2 img{
    width: 1100px;
}
#picture{
    width:1100px;
    height:450px;
    position: absolute;
    overflow: hidden;
}
#list{
    width:7700px;
    height: 450px;
    position: absolute;
    display: flex;
    z-index: 1;
}
#buttons{
    position: absolute;
    z-index: 2;
    width: 150px;
    height: 10px;
    bottom: 20px;
    left:500px;
    display: flex;
    justify-content: space-around;
}
#buttons span{
    width: 12px;
    height: 12px;
    border-radius:50%;
    background: #bbcdd0;
    cursor: pointer;
}
#buttons .on{
    background: #efa079;
}
.arrow{
    width:100px;
    z-index: 1000;
    position:absolute;
    height: 600px;
    font-size: 45px;
    color: #ffffff;
    line-height: 400px;
    text-align:center;
    text-decoration: none;
    display: none;
}
#picture:hover .arrow{
    display: block;
}
.arrow:hover{
    background: -webkit-linear-gradient(left,RGBA(0,0,0,0), RGBA(50,50,50,.5)); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(left,RGBA(0,0,0,0), RGBA(50,50,50,.5)); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(left,RGBA(0,0,0,0), RGBA(50,50,50,.5)); /* Firefox 3.6 - 15 */
    background: linear-gradient(left,RGBA(0,0,0,0), RGBA(50,50,50,.5)); /* 标准的语法 */
}

/*数字指引*/
.dot{
    position:absolute;
    list-style-type: none;
    z-index: 20;
    padding:0px;
    margin:0px;
    width:8rem;
    height:20px;
    left:calc(1100px - 8rem);
    top:360px;
}

.dot li{
    display: inline-block;
    width:1.3rem;
    height:1.3rem;
    text-align: center;
    cursor:pointer;
    font-size: 1rem;
}

/*hover*/
.h{
    border-color: red;
    color:red;
    background-color: lightpink;
}
/*!hover*/
.n{
    border:0px solid rgb(230,230,230);
    color:#666;
    background-color: rgb(230,230,230);
}

/*脚部*/
footer {
    position:relative;
    width:1100px;
    min-height:130px;
	background-color:rgba(250,250,250,0.8);
	box-shadow: 0px 5px 5px rgba(50,50,50,0.8);
}

/*院长信箱*/
.mail{
    position:absolute;
    left:54px;
    top:5px;
    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;
    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;
    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 {
    position: absolute;
    left:270px;
    top:5px;
    list-style-type: none;
    color:#BE0303;
    font-size:14px;
    padding-left: 30px;
}
footer ul li{
    display: inline-block;
}
footer ul li a{
    color:#BE0303;
    text-decoration: none;
}

/*注脚信息*/
.footnote{
    position:absolute;
    top: 40px;
    left:270px;
    padding-left: 30px;

    width:470px;
    text-align:center;
    line-height: 1.5rem;
}

/*二维码部分*/
.qr img{
    width:58px;
    height:58px;
}
.qr p{
    color:white;
    background-color: rgba(207,1,1,0.8);
    font-size: 16px;
    width:136px;
    height:23px;
    margin:0px 1px;
    padding-top: 3px;
}
/*微博二维码*/
.weibo img{
    position: absolute;
    left:845px;
    top:calc(1424px - 1419px);
}
.weibo p{
    position: absolute;
    left:904px;
    top:calc(1440px - 1419px);
}

/*微信二维码*/
.wchat img{
    position: absolute;
    left:845px;
    top:65px;
}
.wchat p{
    position: absolute;
    left:904px;
    top:85px;
}
/*链接悬停效果*/
footer ul a:hover{
    color:black;
}
.alllogo{
	/* position:absolute; */
	width:1100px;
	/* height:50px; */
	/* margin-top:-55px; */
	z-index:10;
    opacity:1;
    background-color:rgba(250,250,250,0.5);
	box-shadow: 0px 0px 3px rgba(0,0,0,0.6);
    margin-top: 5px;
}
#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;
    border-radius:3px;
    color:#999;
    box-shadow:inset 3px 3px 3px rgba(0,0,0,0.05);
}
#search input{
    width:24px;
    height:37px;
    float:right;
    margin-top:-37px;
    margin-right:-30px;
    background: #CF0101  url("../img/base/search.png");
    cursor: pointer;
}