html, body, div, span, p, a, img, ul, li{margin: 0;padding: 0;}
body{
    font-size: 14px;
    font-family: Tahoma,Arial,sans-serif;
    color:#333;
}
li{ list-style: none;}
a{text-decoration: none;}
a:hover {
    color: #1276dd;
    cursor: pointer;
}

.top-Welcome{
    height: 32px;
    line-height: 32px;
    background-color: #FFF;
}
.top-Welcome p{
    width: 1200px;
    margin: 0 auto;
    color: #000;
}


/* 导航 */
.homeHeader{
    width: 100%;
    height: 90px;
    background-image: linear-gradient(to right, #4F47D4, #0383E3,#4F47D4);
    box-sizing: border-box;
    position: relative;
}
.homeHeader .header-navbar{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
.header-navbar .school-logo{
    width: 272px;
    height: 160px;
    position: absolute;
    top: 0;
    left: 464px;
    z-index: 9;
}
.header-navbar .school-logo img{
    width: 100%;
    height: 100%;
}
.header-navbar .navBox{height: 90px;}


/* 公用 */
.left-box{
    float: left;
    width: 600px;
}
.right-box{margin-left: 600px;}
.column-top{
    height: 34px;
    line-height: 34px;
    overflow: hidden;
    margin-bottom: 30px;
}
.column-top .column-name{font-size: 28px;}
.column-top .more-box{
    float: right;
    width: 90px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #999;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 32px;
}
.more-box:hover{
    border-color: #1276dd;
    background-color: #1276dd;
    cursor: pointer;
}
.more-box:hover a{color: #FFF;}

/* 首页底部 */
.homeFooter{
    height: 316px;
    background-color: #363636;
    margin-top: 60px;
}
.homeFooter .footer-wrap{
    width: 1200px;
    margin: 0 auto;
    padding-top: 50px;
    overflow: hidden;
}

.footerCopy{
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #222222;
    color: #B6B6B6;
    font-size: 17px;
}
.footer-left,.footer-center{
    float: left;
    color: #B6B6B6;
}
.footer-left{
    padding-top: 10px;
}
.footer-link{
    width: 562px;
    overflow: hidden;
    border-left: 1px solid #505050;
    box-sizing: border-box;
}
.footer-link>.link-box{
    float: left;
    width: 280px;
    text-align: center;
    border-right: 1px solid #505050;
    box-sizing: border-box;
}
.link-box>.link-list li{
    cursor: pointer;
    margin-bottom: 22px;
}
.link-box>.link-list li:last-child{margin-bottom: 0}
.link-box>.link-list li a{
    color: #B6B6B6;
    font-size: 17px;
}
.link-box>.link-list li a:hover{color: #1276dd;}
.footer-center{margin-left: 68px;}
.footer-center .contact-us{
    font-size: 25px;
    margin-bottom: 35px;
    color: #FFF;
}
.footer-center p{
    margin-bottom: 26px;
    font-size: 17px;
}

.footer-right{
    float: right;
    width: 140px;
    height: 140px;
    margin-top: 28px;
}
.footer-right img{
    width: 100%;
    height: 100%;
}
.footer-right p{
    color: #FFF;
    font-size: 12px;
    margin-top: 12px;
    text-align: center;
}

















