/* 公共样式*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after{/*伪元素是行内元素 正常浏览器清除浮动方法*/
    content: "";
    display: block;
    height: 0;
    clear:both;
    font-size: 0;
    visibility: hidden;
}

.clearfix{
	*zoom: 1;/*ie6清除浮动的方式 *号只有IE6-IE7执行，其他浏览器不执行*/
}
.topper{
    background-color: #cfcfcf;
    height: 36px;
    line-height: 36px;
    color: #404040;
}
.topper-child,.unversity-child,.nav ul,.content-unversity{
    width: 1200px;
    margin:0 auto;
}
.topper-child span{
    margin-left: 10px;
}
.unversity{
    background-image:url(../../Content/img/new/logo-bg.png);
    background-repeat: no-repeat;
    height: 121px;
}
.unversity-childa{
    margin-top: 26px;
}
.unversity-childb{
    margin-top: 32px;
    position: relative;
}
.key-word1 input{
    width: 388px;
    height: 40px;
    border: 0 none;
    border-radius: 18px;
    text-indent: 2em;
   
}
.key-word1 input::placeholder{
    color: #a1a1a1;
}
.key-word2 input{
    position: absolute;
    top:0;
    right: 0;
    width: 46px;
    height: 40px;
    background-color: #333333;
    border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
    background-image: url(../../Content/img/new/MAGNIFYINGGLASS.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    border: none;
}
.nav{
    background-color: #c80f10;
    height: 48px;
    font-size: 18px;
}
.nav ul li{
    list-style: none;
    line-height: 48px;
}
.nav ul li a{
    color: #fff;
    width: 130px;
    display: inline-block;
    text-align: center;
    margin-right: 40px;
}
.nav ul li a:hover,.nav ul li a.nav-child{
    width: 130px;
    display: inline-block;
    background-color: #aa0e0f;
    text-align: center;
    margin-right: 40px;
}
.content-unversity{
    margin-top: 32px;
    margin-bottom: 50px;
}
.bottom{
    background-color: #333333;
    text-align: center;
    height: 172px;
}
.bottoms{
    padding-top: 30px;
    padding-bottom: 34px;
    color: #fff;
    line-height: 26px;
}
.bottom-child{
    color: #a8a8a8;
}