﻿/*CSS样式重写*/
body,p,h1,h2,h3,h4,h5,h6,ul,li,dl,dt,dd,pre{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    box-sizing: border-box;
}
body{
    font-family: "microsoft yahei","Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    min-width: 1200px;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #0775CA;
    text-decoration:underline;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}

/*通用样式*/
.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}

/*头部*/
.header-bg{
    height: 150px;
    position: relative;
    background: url(../images/header-bg.jpg) no-repeat;
}
.header-bg img{
    margin-top: 37px;
}
.top{
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
}
.top a{
    color: #fff;
    position: relative;
    padding-left: 30px;
}
.top a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 15px;
    background: url(../images/icon-list.png) no-repeat -258px 0;
}
.search{
    position: absolute;
    top: 60px;
    right: 0;
}
input[type='text']{
    height: 40px;
    line-height: 40px;
    width: 260px;
    padding: 0 30px 0 10px;
    border: none;
    background: #fff;
}
input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 40px;
    border: none;
    cursor: pointer;
    background: url(../images/search.png) no-repeat center center;
}
/*导航栏*/
.nav{
    height: 55px;
    line-height: 55px;
    background: #ddd;
    box-shadow: 3px 3px 9px #ADAEB0;
    position: relative;
    z-index: 9;
}
.menu>li{
    float: left;
    width: 120px;
    position: relative;
}
.menu>li>a{
    display: block;
    font-size: 18px;
    text-align: center;
}
.menu>li>a:hover{
    color: #fff;
    background: #03B4EA;
    text-decoration: none;
}
.sub-menu{
    position: absolute;
    top: 55px;
    left: 0;
    width: 100%;
    background: #1976DE;
    z-index: 99;
    display: none;
}
.sub-menu li a{
    display: block;
    color: #fff;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #3688E3;
}
.sub-menu li a:hover{
    background: #11CFFF;
    text-decoration: none;
}

.section{
    min-height: 600px;
}
.title{
    height: 40px;
    line-height: 40px;
    margin: 30px 0;
}
.title h1{
    padding-left: 45px;
    position: relative;
}
.title h1:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 30px;
    height: 33px;
    background: url(../images/icon-list.png) no-repeat 0 0;
}
.title>span{
    color: #C2C2C2;
    font-size: 18px;
    position: relative;
    top: 5px;
    left: 10px;
}
.title a{
    text-decoration: none;
}
.title a span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D21221;
}

/*幻灯片*/
.slider{
    margin-top: -10px;
}
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:14px;
    height:14px;
    background:#B4B4B4;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    background:#E50112;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
}

.slider-info{
    position: absolute;
    left: 50%;
    bottom: 80px;
    width: 730px;
    height: 155px;
    margin-left: -600px;
    background: rgba(255,255,255,.6);
    border-left: 7px solid #03B4EA;
    box-sizing: border-box;
    text-align: left;
    padding: 25px;
}
.slider-info h1{
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.slider-info h1 a {
    color: #0775CA;
}
.slider-info p{
    height: 50px;
    line-height: 25px;
    overflow: hidden;
    margin-top: 10px;
}

/*学院新闻*/
.collegeNews{
    float: left;
    width: 886px;
}
.picNews{
    float: left;
    width: 498px;
    height: 420px;
}
.albumBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.albumBox .hd{
    position:absolute;
    width: 100%;
    bottom:18px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
    padding-right: 15px;
}
.albumBox .hd ul li{
    margin:0 5px;
    width:12px;
    height:12px;
    background:#fff;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
}
.albumBox .hd ul li.on{
    background:#B8192B;
}
.albumBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.albumBox .bd img{
    display:inline-block;
    width: 498px;
    height: 358px;
}
.albumBox .bd li p{
    height: 60px;
    line-height: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 18px;
    text-align: left;
    padding: 0 100px 0 25px;
    background: #333;
}

.news{
    float: right;
    width: 370px;
}
.newsBox{
    width:100%;
    height: 420px;
    overflow:hidden;
    position:relative;
}
.newsBox .bd li{
    zoom:1;
    vertical-align:middle;
}
.newsBox .bd li .newsInfo:last-child{
    border-bottom: none;
}
.newsBox .prev,
.newsBox .next{
    width: 33px;
    height: 32px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.newsBox .prev{
    right: 38px;
    background: url(../images/arrow-left.png) no-repeat;
}
.newsBox .next{
    background: url(../images/arrow-right.png) no-repeat;
}
.newsBox .prev:hover,
.newsBox .next:hover{
    opacity: .85;
    filter: alpha(opacity=85);
}

.newsInfo{
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #999;
}
.newsInfo p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}
.newsInfo p a{
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    text-decoration: none;
}
.newsInfo p a:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #666;
}
.newsInfo p a:hover:before{
    background: #0775CA;
}
.newsInfo span{
    color: #999;
    font-size: 12px;
    padding-left: 15px;
}

/*专业设置*/
.majors{
    float: right;
    width: 277px;
    margin-top: 20px;
}
.majors .title h1:before{
    top: 6px;
    width: 32px;
    height: 29px;
    background-position-x: -31px;
}
.majors li{
    margin-bottom: 9px;
}
.majors li a{
    display: block;
    height: 50px;
    line-height: 50px;
    text-decoration: none;
    border: 1px solid #0B5FAC;
}
.majors li a span{
    float: left;
    width: 28px;
    height: 32px;
    margin: 11px 9px;
    background: url(../images/icon-list.png) no-repeat -296px 0;
}
.majors li a p{
    color: #fff;
    font-size: 16px;
    letter-spacing: 2px;
    padding-left: 25px;
    margin-left: 50px;
    background: #0B5FAC;
    transition: .1s;
}
.majors li a:hover p{
    opacity: .85;
    filter: alpha(opacity=85);
}
.majors li:nth-child(2) a{
    border: 1px solid #1494D0;
}
.majors li:nth-child(2) a span{
    height: 28px;
    margin: 11px;
    background-position-x: -326px;
}
.majors li:nth-child(2) a p{
    background: #1494D0;
}

.majors li:nth-child(3) a{
    border: 1px solid #07AE7C;
}
.majors li:nth-child(3) a span{
    width: 31px;
    height: 26px;
    margin: 12px 9.5px;
    background-position-x: -356px;
}
.majors li:nth-child(3) a p{
    background: #07AE7C;
}

.majors li:nth-child(4) a{
    border: 1px solid #3ABCFB;
}
.majors li:nth-child(4) a span{
    width: 33px;
    height: 26px;
    margin: 12px 8.5px;
    background-position-x: -389px;
}
.majors li:nth-child(4) a p{
    background: #3ABCFB;
}

.majors li:nth-child(5) a{
    border: 1px solid #E2951C;
}
.majors li:nth-child(5) a span{
    width: 29px;
    height: 37px;
    margin: 6.5px 10.5px;
    background-position-x: -424px;
}
.majors li:nth-child(5) a p{
    background: #E2951C;
}
.majors .online{
    display: block;
    height: 113px;
    color: #fff;
    text-decoration: none;
    margin-top: 5px;
    padding: 25px 0 0 75px;
    box-sizing: border-box;
    transition: .1s;
    background: url(../images/online.jpg) no-repeat;
}
.majors .online:hover{
    opacity: .85;
    filter: alpha(opacity=85);
}
.majors .online h2{
    display: inline-block;
    font-weight: normal;
    position: relative;
    padding-right: 27px;
}
.majors .online h2:after{
    content: '';
    position: absolute;
    top: 6px;
    right: 0;
    width: 17px;
    height: 18px;
    background: url(../images/icon-list.png) no-repeat -277px 0;
}
.majors .online p{
    font-size: 16px;
}

/*国际认证*/
.certification{
    float: right;
    width: 277px;
    height: 346px;
    text-align: center;
    margin-top: 35px;
    background: url(../images/certification-bg.jpg) no-repeat;
}
.certification>img{
    margin: 110px 0 60px;
}
.certification:hover>img{
    animation: zoomIn 1s;
}
.certification a{
    display: inline-block;
}
.certification a:hover{
    animation: pulse 1s;
}

.unit{
    width: 100%;
    height: 461px;
    margin-top: 40px;
    background: url(../images/notice-bg.jpg) no-repeat;
}
/*通知公告*/
.notice{
    float: left;
    width: 886px;
    height: 461px;
}
.notice ul{
    margin: 0 -10px;
}
.notice li{
    float: left;
    width: 282px;
    height: 300px;
    margin: 0 10px;
    background: #fff;
}
.notice .title{
    margin-top: 50px;
}
.notice .title h1:before{
    top: 3px;
    width: 33px;
    height: 33px;
    background-position-x: -65px;
}
.notice .title>span{
    color: #999;
}
.notice-title{
    height: 45px;
    line-height: 45px;
    border-bottom: 3px solid #134DB0;
    background: url(../images/date-bg.jpg) repeat-x;
}
.notice-title span{
    color: #134DB0;
    font-size: 20px;
    padding-left: 48px;
    position: relative;
}
.notice-title span:before{
    content: '';
    position: absolute;
    top: 1px;
    left: 12px;
    width: 26px;
    height: 24px;
    background: url(../images/notice-list.png) no-repeat 0 0;
}
.notice-info{
    padding: 15px;
}
.notice-info h3{
    font-size: 18px;
    font-weight: normal;
    height: 60px;
    line-height: 30px;
    overflow: hidden;
}
.notice-info p{
    height: 80px;
    line-height: 20px;
    overflow: hidden;
    color: #898989;
    font-size: 12px;
    margin: 15px 0 35px;
}
.notice-info>a{
    color: #134DB0;
    padding-left: 23px;
    position: relative;
}
.notice-info>a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 20px;
    background: url(../images/notice-list.png) no-repeat -108px 0;
}

.notice li:nth-child(2) .notice-title{
    border-bottom-color: #1494D0;
}
.notice li:nth-child(2) .notice-title span,
.notice li:nth-child(2) .notice-info>a{
    color: #1494D0;
}
.notice li:nth-child(2) .notice-title span:before{
    background-position-x: -27px;
}
.notice li:nth-child(2) .notice-info>a:before{
    background-position-x: -127px;
}

.notice li:nth-child(3) .notice-title{
    border-bottom-color: #07AE7C;
}
.notice li:nth-child(3) .notice-title span,
.notice li:nth-child(3) .notice-info>a{
    color: #07AE7C;
}
.notice li:nth-child(3) .notice-title span:before{
    background-position-x: -54px;
}
.notice li:nth-child(3) .notice-info>a:before{
    background-position-x: -146px;
}

.notice li:nth-child(4) .notice-title{
    border-bottom-color: #E2951C;
}
.notice li:nth-child(4) .notice-title span,
.notice li:nth-child(4) .notice-info>a{
    color: #E2951C;
}
.notice li:nth-child(4) .notice-title span:before{
    background-position-x: -81px;
}
.notice li:nth-child(4) .notice-info>a:before{
    background-position-x: -165px;
}

/*校友会*/
.alumni .title h1:before{
    top: 3px;
    width: 36px;
    height: 36px;
    background-position-x: -100px;
}
.alumni ul{
    margin: 0 -2px;
}
.alumni li{
    float: left;
    width: 146.5px;
    height: 135px;
    margin: 0 2px 20px;
}
.alumni li a{
    display: block;
    height: 133px;
    border-left: 1px solid #EAEAEA;
    border-right: 1px solid #EAEAEA;
    border-bottom: 2px solid #CBC9CA;
    /*box-shadow: 0 1px 2px #EAEAEA;*/
    position: relative;
}
.alumni li a p{
    position: absolute;
    width: 100%;
    bottom: 25px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}
.alumni li a span{
    position: absolute;
    top: 21px;
    left: 52.75px;
    width: 41px;
    height: 38px;
    background: url(../images/alumni-list.png) no-repeat 0 0;
}
.alumni li a:hover{
    background: #134DB0;
}
.alumni li a:hover span{
    background-position: -41px 0;
    animation: pulse 1s;
}
.alumni li a:hover p{
    color: #fff;
}

.alumni li:nth-child(2) a span{
    top: 24.5px;
    left: 54.25px;
    width: 38px;
    height: 31px;
    background-position: -85px 0;
}
.alumni li:nth-child(2) a:hover span{
    background-position: -124px 0;
}

.alumni li:nth-child(3) a span{
    top: 23.5px;
    left: 56.75px;
    width: 33px;
    height: 33px;
    background-position: -166px 0;
}
.alumni li:nth-child(3) a:hover span{
    background-position: -202px 0;
}

.alumni li:nth-child(4) a span{
    top: 22.5px;
    left: 53.25px;
    width: 40px;
    height: 35px;
    background-position: -239px 0;
}
.alumni li:nth-child(4) a:hover span{
    background-position: -283px 0;
}

.alumni li:nth-child(5) a span{
    top: 22.5px;
    left: 55.75px;
    width: 35px;
    height: 35px;
    background-position: 0 -45px;
}
.alumni li:nth-child(5) a:hover span{
    background-position: -40px -45px;
}

.alumni li:nth-child(6) a span{
    top: 26.5px;
    left: 43.75px;
    width: 59px;
    height: 27px;
    background-position: -78px -53px;
}
.alumni li:nth-child(6) a:hover span{
    background-position: -139px -53px;
}

.alumni li:nth-child(7) a span{
    top: 21.5px;
    left: 45.25px;
    width: 56px;
    height: 37px;
    background-position: -202px -43px;
}
.alumni li:nth-child(7) a:hover span{
    background-position: -260px -43px;
}

.alumni li:nth-child(8) a span{
    top: 22px;
    left: 55.25px;
    width: 36px;
    height: 36px;
    background-position: -320px -44px;
}
.alumni li:nth-child(8) a:hover span{
    background-position: -359px -44px;
}

/*校友会*/
.innovation{
    padding-bottom: 120px;
    background: url(../images/cxcy-bg.jpg) no-repeat center bottom;
  	display: none;
}
.innovation .title h1:before{
    top: 3px;
    width: 37px;
    height: 37px;
    background-position-x: -138px;
}
.innovation ul{
    margin: 0 -9.75px;
}
.innovation li{
    float: left;
    width: 387px;
    height: 60px;
    margin: 0 9.75px;
}
.innovation li a{
    display: block;
    position: relative;
    overflow: hidden;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    letter-spacing: 2px;
    text-decoration: none;
    background: url(../images/cxcy-01.jpg) no-repeat;
}
.innovation li:nth-child(2) a{
    background: url(../images/cxcy-02.jpg) no-repeat;
}
.innovation li:nth-child(3) a{
    background: url(../images/cxcy-03.jpg) no-repeat;
}
.innovation li a:before{
    content: '';
    position: absolute;
    top: -25px;
    left: -50px;
    width: 20px;
    height: 110px;
    background: rgba(255,255,255,.5);
    transform: rotate(45deg);
}
.innovation li a:hover:before{
    left: 415px;
    transition: 1s;
}


/*尾部*/
.footer{
    height: 498px;
    color: #CDD1DF;
    background: #006AD8 url(../images/footer.jpg) no-repeat;
}
.footer a{
    color: #CDD1DF;
    text-decoration: none;
}
.footer a:hover{
    color: #fff;
}
.footer-nav{
    height: 260px;
    margin-top: 40px;
    border-top: 1px solid #2053AD;
    border-bottom: 1px solid #2053AD;
}
.footer-nav>li{
    float: left;
    width: 200px;
    height: 260px;
    padding: 25px;
    border-right: 1px solid #2053AD;
}
.footer-nav>li:first-child{
    border-left: 1px solid #2053AD;
}
.footer-nav h3{
    font-size: 18px;
    font-weight: normal;
    position: relative;
}
.footer-nav h3:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 32px;
    height: 2px;
    background: #fff;
}

.footer-nav ul{
    margin-top: 30px;
}
.footer-nav ul li{
    height: 25px;
    line-height: 25px;
}
.footer-bottom{
    height: 85px;
    position: relative;
    margin-top: 15px;
    border: 1px solid #2053AD;
}
.footer-bottom p{
    margin: 25px 0 0 20px;
}
.footer-bottom a:hover{
    text-decoration: underline;
}
.footer-bottom .blog{
    position: absolute;
    top: 25px;
    right: 40px;
    height: 40px;
    line-height: 40px;
    padding-right: 50px;
}
.footer-bottom .blog:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    background: url(../images/icon-list.png) no-repeat -179px 0;
}

/*banner*/
.banner img{
    width: 100%;
}

/*左侧导航*/
.aside{
    float: left;
    width: 276px;
    background: #E6E6E6;
    position: relative;
    min-height: 600px;
    margin-top: 40px;
}
.aside p{
    height: 87px;
    line-height: 70px;
    font-size: 24px;
    padding: 17px 0 0 55px;
    position: relative;
}
.aside p:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 7px;
    background: url(../images/border-top.jpg) no-repeat;
}
.aside ul li{
    height: 45px;
    position: relative;
}
.aside ul li a{
    display: block;
    line-height: 45px;
    font-size: 16px;
    padding-left: 55px;
    box-sizing: border-box;
    position: relative;
}
.aside ul li a:hover{
    text-decoration: none;
}
.aside ul li.on a{
    background: #D0D1D3;
}
.aside ul li.on a:after{
    content: '';
    position: absolute;
    top: 16px;
    right: 40px;
    width: 16px;
    height: 13px;
    background: url(../images/icon-list.png) no-repeat -258px -20px;
}

/*右侧列表*/
.column{
    float: right;
    width: 884px;
    min-height: 600px;
    margin: 40px 0;
}
.position{
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #CFCFCF;
}
.position h2{
    color: #0775CA;
    font-size: 26px;
    font-weight: normal;
    position: relative;
    padding-left: 48px;
    line-height: 40px;
}
.position h2:before{
    content: '';
    position: absolute;
    top: 3.5px;
    left: 0;
    width: 33px;
    height: 33px;
    background: url(../images/icon-list.png) no-repeat -222px 0;
}
.position a{
    color:#666;
}
.position a:hover{
    color:#0775CA;
}

.student-work{
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px dotted #666;
}
.student-work .lf{
    display: block;
    width: 211px;
    height: 150px;
    overflow: hidden;
}
.student-work .lf img{
    width: 211px;
    height: 150px;
    transition: .3s;
}
.student-work .lf:hover img{
    transform: scale(1.1);
}
.student-work-info{
    margin-left: 240px;
}
.student-work-info h3{
    font-size: 18px;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.student-work-info p{
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    margin: 15px 0;
}
.student-work-info .rt{
    color: #B00D0E;
}
.student-work-info .rt:hover{
    color: #0775CA;
}
.student-work-list li{
    height: 44px;
    line-height: 44px;
    border-bottom: 1px dotted #666;
}
.student-work-list li span{
    color: #666;
}
.student-work-list li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 100px;
}
.student-work-list li a{
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    text-decoration: none;
}
.student-work-list li a:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 3px;
    width: 8px;
    height: 8px;
    background: #0775CA;
    border-radius: 50%;
}

/*师资介绍*/
.teacher-list{
    margin: 30px 0;
}
.teacher-list li{
    height: 236px;
    background: #E5E5E5;
    margin-bottom: 25px;
    position: relative;
}
.teacher-list li a.lf{
    width: 185px;
    height: 236px;
    overflow: hidden;
}
.teacher-list li a.lf img{
    width: 185px;
    height: 236px;
    transition: .3s;
}
.teacher-info{
    margin-left: 185px;
    padding: 20px 30px;
}
.teacher-info h3 a{
    color: #0775CA;
    font-size: 20px;
    font-weight: normal;
}
.teacher-info p{
    margin-top: 10px;
    line-height: 25px;
    height: 125px;
}
.teacher-info>a{
    position: absolute;
    right: 30px;
    bottom: 20px;
    color: #A4364F;
    padding: 5px 10px 5px 15px;
    border: 1px solid #A4364F;
    border-radius: 25px;
}
.teacher-info>a:hover{
    color: #0775CA;
    border: 1px solid #0775CA;
    text-decoration: none;
}

/*学院领导*/
.leader-list{
    margin: 30px 0;
}
.leader-list li{
    float: left;
    width: 192px;
    padding: 6px;
    box-shadow: 2px 2px 4px #E1DFE0, -2px -2px 4px #E1DFE0;
    margin: 0 40px 30px;
    position: relative;
    transition: .3s;
}
.leader-list li:hover{
    background: #0775CA;
    box-shadow: 4px 4px 8px #CACACA,-2px -2px 4px #E1DFE0;
}
.leader-list li:hover a{
    color: #fff;
}
.leader-list li>a{
    display: block;
    width: 180px;
    height: 228px;
}
.leader-list li>a img{
    width: 180px;
    height: 228px;
    transition: .3s;
}
.leader-list li p{
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    margin-top: 10px;
}

/*详情页*/
.detail{
    margin: 40px 0;
}
.caption{
    margin: 30px 0;
    text-align: center;
}
.caption h1{
    font-size: 26px;
    font-weight: normal;
}
.caption p{
    margin-top: 10px;
    color: #666;
}
.caption p span:first-child{
    margin-right: 10px;
}

/*简介*/
.profile{
    margin: 30px 0;
}

/*快速链接*/
.links{
    margin-top: 40px;
}
.links li a{
    display: block;
    height: 112px;
    margin-bottom: 10px;
    overflow: hidden;
}
.links li img{
    display: inline-block;
    width: 100%;
    height: 100%;
    transition: .3s;
}
.links li img:hover{
    opacity: .9;
    transform: scale(1.1);
}