*{
    font-family:Arial, Helvetica, sans-serif;
}
.header{
    width:100%;
    min-width:1200px;
    overflow:hidden;
    height:120px;
}
.clear{
    clear:both;
}
.wrap{
    width:1200px;
    margin:0 auto;
}

.focus{
    min-width:1200px;
    overflow:hidden;
    width:100%;
}
.focus ul li .text{
    width:100%;
    height:230px;
    background-image:url(../img/br.png);
    position:absolute;
    top:50%;
    margin-top:-105px;
    overflow:hidden;
}
.focus ul li .text h5{
    font-size:26px;
    color:#fff;
    text-align:center;
    margin-top:30px;
    font-style: italic;
    font-family: "仿宋" ;
    letter-spacing: -1px;
    font-weight:normal;
    margin-bottom:16px;
}
.focus ul li .text .line{
    display:block;
    margin:0 auto;
    width:244px;
    background-image:url(../img/line.png);
    background-repeat:no-repeat;
    background-position:center center;
    margin-bottom:10px;
}
.focus ul li .text p{
    width:820px;
    margin:0 auto;
    font-size:20px;
    color:#c8cbcf;
    text-align: center;
    line-height:30px;
    margin-bottom:14px;
}
.focus ul li .text .more{
    margin:0 auto;
    border-color:#c8cbcf;
    color:#c8cbcf;
}
.about{
    margin-top:40px;
}
.title{
    font-size:30px;
    color:#07458c;
    text-align:center;
    margin-bottom:34px;
    font-weight:normal;
    margin-top:40px;
}
.title h1{
    font-weight:normal;
}
.title span{
    display:block;
    width:62px;
    height:2px;
    background-color:#c78d5a;
    margin:0 auto;
}
.about .text{
    float:left;
    width:60%;
}
.about .text p{
    font-size:16px;
    color:#545454;
    line-height:22px;
}
.more{
    position:relative;
    display:block;
    width:145px;
    height:34px;
    line-height:32px;
    font-size:14px;
    color:#07458c;
    border:1px solid #bdd8f7;
    text-align:center;
    border-radius:2px;
}
.more::after{
    position:absolute;
    left:0;
    content:"";
    width:100%;
    height:34px;
    background-color:#07458c;
    -webkit-animation: mywidth 3s infinite;
    animation: mywidth 3s infinite;
    opacity:.5;
}
@keyframes mywidth{
    from{
        width:0;
        border-color:#07458c;
        color:#07458c;
    }
    to{
        width:100%;
        border-color:#c78d5a;
        color:#fff;
    }
}
@-webkit-keyframes mywidth{
    from{
        width:0;
    }
    to{
        width:100%;
    }
}
.about .pic{
    float:right;
    width:38%;
    height:266px;
    border-radius:2px;
    transition:.5s all;
    overflow:hidden;
    border:6px solid #f2f2f2;
}
.about .pic img{
    display:block;
    width:100%;
    transition:.5s;
}
.about .pic:hover img{
    transform: scale(1.5,1.5);
}
.about .more{
    margin-left:0;
    font-weight:800;
}
.number{
    width:100%;
    height:300px;
    min-width:1200px;
    overflow:hidden;
    background-image:url(../img/nm.jpg);
    background-attachment: fixed;
    background-repeat:no-repeat;
    background-position:center center;
    margin-top:40px;
}
.number h1{
    text-align:center;
    font-size:30px;
    line-height:90px;
    color:#07458c;
}
.number ul li{
    position:relative;
    float:left;
    width:20%;
}
.number ul li a{
    position:relative;
    display:block;
    width:100px;
    height:100px;
    line-height:100px;
    text-align:center;
    color:#fff;
    font-size:36px;
    margin:0 auto;
    border-radius:50%;
    background-image:url(../img/nmbg.png);
    background-repeat:no-repeat;
    background-position:center center;
    overflow:hidden;
}
.number ul li a::after{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100px;
    height:100px;
    background-color:#fff;
    opacity:.2;
    animation:myrotate 3s infinite;
    -webkit-animation: myrotate 3s infinite;
}
@keyframes myrotate {
    from{
        transform: translateY(100px);
    }
    to{
        transform:translateY(0);
    }
}
@-webkit-keyframes myrotate {
    from{
        transform: rotateZ(0);
    }
    to{
        transform: rotateZ(360deg);
    }
}
.number ul li h1{
    text-align:center;
    font-size:24px;
    font-weight:normal;
    line-height:36px;
    margin:20px auto 0;
}
.news{
    margin:0 auto;
    margin-top:40px;
}
.news ul li{
    float:left;
    width:50%;
    height:140px;
    margin-bottom:20px;
}
.news ul li a:hover{
    background-color:#ccc;
    transition:.5s;
}
.news ul li a{
    display:block;
    width:98%;
    overflow:hidden;
    background-color:#f2f2f2;
}
.news ul li a:hover img{
    transform:scale(1.2,1.2);
    transition:.5s;
    -webkit-transition:.5s;
}
.news ul li .pic{
    float:left;
    margin-right:10px;
    width:200px;
    height:140px;
    overflow:hidden;
}
.news ul li .pic img{
    display:block;
    width:100%;
}
.news ul li .txt p{
    font-size:16px;
    color:#333;
    line-height:24px;
}
.news ul li .txt span{
    font-size:18px;
    color:#07458c;
    margin-top:40px;
}
.more{
    display:block;
    margin:0 auto;
    width:146px;
    height:34px;
    border:1px solid #07458c;
    font-size:14px;
    text-align:center;
    line-height:34px;
    color:#07458c;
    margin-top:20px;
}
.events{
    position:relative;
    width:100%;
    min-width:1200px;
    background-color:#095aa9;
    height:420px;
    overflow:hidden;
    margin-top:40px;
}
.events .wrap{
    position:relative;
    z-index:9999;
    overflow:hidden;
}
.events .title{
    margin-top:56px;
}
.events .title h1{
    font-size:40px;
    font-family:"宋体";
    text-align:left;
    color:#fff;
    font-weight:bold;
}
.events .title span{
    margin-left:0;
    margin-top:6px;
}
.events p{
    font-size:20px;
    color:#fff;
    text-align:left;
}
.events .more{
    margin:0;
    color:#fff;
    border-color:#fff;
    margin-top:65px;
}
.events .list{
    position:absolute;
    width:830px;
    height:300px;
    background-color:#fff;
    top:56px;
    left:362px;
    padding-top:40px;
    box-sizing: border-box;
    box-shadow:0 0 10px #063d7f;
    box-shadow:0 0 20px #063d7f;
}
.right-bt{
    position:absolute;
    right:0;
    top:0;
    width:50%;
    height:420px;
    background-image:url(../img/list.jpg);
    background-repeat:no-repeat;
    background-position:right top;
}
.list li{
    height:30px;
    overflow:hidden;
    margin-bottom:22px;
}
.list li img{
    float:left;
    margin-right:15px;
    margin-left:36px;
    margin-top:4px;
}
.list li h2{
    float:left;
    font-size:16px;
    line-height:26px;
    color:#333;
    margin-right:50px;
    font-weight:normal;
}
.list li p{
    float:left;
    font-size:16px;
    color:#545454;
    line-height:26px;
    width:60%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin:0;
}
.list li:hover h2,.list li:hover p{
    color:#c78d5a;
}
.faculty{
    margin-top:40px;
}
.faculty .wrap{
    margin-top:40px;
}
.faculty .title p{
    font-size:16px;
    color:#545454;
    text-align:center;
    width:60%;
    margin:0 auto;
    margin-top:20px;
    margin-bottom:30px;
}
.faculty ul li{
    float:left;
    width:25%;
}
.faculty ul li a{
    position:relative;
    display:block;
    width:96%;
    height:300px;
    margin:0 auto;
    overflow:hidden;
}
.faculty u li .pic{
    width:100%;
}
.faculty ul li .pic img{
    display:block;
    width:100%;
}
.faculty ul li:hover img{
    transform:scale(1.1,1.1);
    transition:.5s;
}
.faculty ul li:hover a{
    box-shadow: 0 0 10px #aaa;
}
.faculty ul li:hover h2{
    top:-260px;
    transition:.8s;
}
.faculty ul li a h2{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-image:url(../img/bg.png);
    background-repeat:no-repeat;
    background-position:center center;
    font-size:20px;
    text-align:center;
    color:#fff;
}
.faculty ul li h2 span{
    display:block;
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    text-align: center;
    line-height:40px;
}