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;
    background: #EFEFEF;
}
a{
    color: #333;
    text-decoration:none;
}
a:hover{
    color: #7B031F;
    text-decoration:underline;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}
table{
    border-collapse: collapse;
}
table td{
  	padding: 5px 10px;
}


.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 .logo{
    height: 173px;
    position: relative;
    background: url(../image/header_bg3.jpg) no-repeat;
}
.header img{
    margin-top: 47px;
    animation: zoomIn 1s;
}

.search{
    position: absolute;
    top: 75px;
    right: 0;
}
input[type='text']{
    height: 38px;
    line-height: 38px;
    width: 250px;
    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(../image/search13.png) no-repeat center center;
    animation: zoomIn 1s;
}
.home{
    float: right;
    margin-top: 35px;
    padding-left: 30px;
    position: relative;
}
.home:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 19px;
    height: 15px;
    background: url(../image/home7.png) no-repeat;
}
.home a{
    color: #fff;
}

.nav{
    height: 50px;
    position: relative;
    padding: 10px 0;
    z-index: 9;
    background: #FBF7F7;
}
.menu{
    margin: 0 -5px;
}
.menu>li{
    float: left;
    width: 99px;
    margin: 0 5px;
    position: relative;
}
.menu>li>a{
    display: block;
    height: 47px;
    line-height: 47px;
    border-top: 2px solid #AE0A29;
    border-bottom: 1px solid #AE0A29;
    font-size: 16px;
    text-align: center;
}
.menu>li:hover>a{
    text-decoration: none;
    background: url(../image/nav_bg.jpg) no-repeat;
}
.sub-menu{
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    border-top: 10px solid #fff;
    background: #81051F;
    z-index: 99;
    display: none;
}
.sub-menu li a{
    display: block;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #BC8B87;
}
.sub-menu li a:hover{
    background: #9E1616;
    text-decoration: none;
}

.section{
    min-height: 600px;
}
.title{
    height: 30px;
    line-height: 30px;
    margin: 25px 0;
}
.title h1{
    font-size: 22px;
    font-weight: normal;
    padding-left: 40px;
    position: relative;
}
.title h1:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 0;
    width: 28px;
    height: 26px;
    background: url(../image/news2.png) no-repeat 0 0;
}
.title a{
    text-decoration: none;
}
.title h1:hover:before{
    animation: zoomIn 1s;
}
.title .rt span{
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #AE0A29;
}
.title .rt span:last-child{
    width: 20px;
    border-radius: 35px;
}
.title .rt:hover{
    animation: pulse 1s;
}

.slide{
    height: 459px;
}
.slideBox{
    width:100%;
    margin: 0 auto;
    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 8px;
    width: 14px;
    height: 14px;
    background:#eee;
    cursor:pointer;
    display: inline-block;
    border-radius: 50%;
    position: relative;
}
.slideBox .hd ul li.on{
    width: 20px;
    height: 20px;
    top: 3px;
    background: transparent;
    border: 4px solid #AE0A29;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
}
.slideBox .arrow{
   
}
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:calc((100% - 1200px)/2);
    top:50%;
    margin-top:-37px;
    display:block;
    width:37px;
    height:74px;
    background: url(../image/arrow_left.png) no-repeat;
    filter:alpha(opacity=50);
    opacity:0.5;
}
.slideBox .next{
    left:auto;
    right:calc((100% - 1200px)/2);
    background: url(../image/arrow_right.png) no-repeat;
}
.slideBox .prev:hover,
.slideBox .next:hover{
    filter:alpha(opacity=100);
    opacity:1;
}

.news{
    float: left;
    width: 730px;
}
.albumBox{
    width:100%;
    height: 270px;
    overflow:hidden;
    position:relative;
    background: #fff;
}
.albumBox .hd{
    position:absolute;
    width: 417px;
    right: 0;
    bottom:15px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: center;
}
.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 .rt{
    width: 417px;
    height: 270px;
}
.albumBox .bd img{
    display:inline-block;
    width: 417px;
    height: 270px;
}
.news-info{
    margin-right: 417px;
    padding: 20px;
}
.news-info h2{
    font-size: 18px;
    font-weight: normal;
}
.news-info p{
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    margin: 20px 0 25px;
    color: #666;
}
.news-info span{
    position: relative;
    top: 5px;
    color: #999;
    font-size: 13px;
    padding-left: 25px;
}
.news-info span:before{
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../image/clock2.png) no-repeat;
}
.news-info .more{
    float: right;
    margin-top: 5px;
    width: 21px;
    height: 21px;
    background: url(../image/more-right.png) no-repeat;
}

.news-list{
    padding: 15px 25px;
    margin-top: 19px;
    background: #fff;
}
.news-list li span{
    float: right;
    color: #666;
}
.news-list li p{
    position: relative;
    padding: 0 30px 0 25px;
    margin: 9px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-list li p:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '→';
    color: #C61618;
}


.notice{
    float: right;
    width: 435px;
}
.notice .title h1:before{
    top: 1px;
    width: 30px;
    height: 28px;
    background: url(../image/notice2.png) no-repeat 0 0;
}
.notice-list{
    height: 270px;
    padding: 0 25px;
    background: #fff;
}
.notice-list li{
    height: 90px;
    padding: 15px 0;
    border-bottom: 1px solid #E0DFDF;
}
.notice-list p{
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.notice-list span{
    position: relative;
    top: 8px;
    color: #999;
    font-size: 13px;
    padding-left: 25px;
}
.notice-list span:before{
    content: '';
    position: absolute;
    top: 1px;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../image/clock2.png) no-repeat;
}
.notice-list li:last-child{
    border-bottom: none;
}


.salon{
    float: right;
    width: 435px;
    height: 184px;
    padding: 0 25px;
    margin-top: 19px;
    background: #fff;
    box-sizing: border-box;
}
.salon .title{
    margin: 15px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #E0DFDF;
}
.salon .title h1:before{
    top: 1px;
    width: 30px;
    height: 28px;
    background: url(../image/salon.png) no-repeat 0 0;
}
.salon-list li{
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 16px;
}
.salon-list li span{
    color: #C61618;
    font-size: 14px;
    padding-right: 8px;
}

.middle{
    margin-top: 45px;
    padding-top: 60px;
    background: url(../image/mid-bg.jpg) no-repeat center top;
    
}
.mid-list{
    margin: 0 -14.66px;
}
.mid-list>li{
    position: relative;
    top: 0;
    float: left;
    width: 278px;
    margin: 0 14.66px;
    background: #fff;
    transition: .3s;
}
.mid-list>li:hover{
    top: -28px;
    box-shadow: 2px 2px 6px #aaa;
}
.mid-list li .img{
    position: relative;
    display: block;
    width: 278px;
    height: 162px;
    overflow: hidden;
}
.mid-list li img{
    width: 278px;
    height: 162px;
    transition: .3s;
}
.mid-list li .img:hover img{
    transform: scale(1.05);
}
.mid-list li .heading{
    position: relative;
    display: block;
    width: 190px;
    height: 56px;
    line-height: 56px;
    margin: -28px auto 0;
    color: #fff;
    font-size: 20px;
    text-align: center;
    text-decoration: none;
    background: #666;
    border-radius: 35px;
    z-index: 1;
}
.mid-list li .heading:hover{
    background: #A41E3D;
}
.mid-info-list {
    height: 180px;
    padding: 15px 20px;
}
.mid-info-list li p{
    position: relative;
    padding-left: 25px;
    margin: 9px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.mid-info-list li p:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '→';
    color: #C61618;
}
.mid-list li .more{
    height: 55px;
    line-height: 55px;
    text-align: center;
    border-top: 1px solid #E2E0E0;
}
.mid-list li .more a{
    position: relative;
    padding-left: 35px;
}
.mid-list li .more a:before{
    content: '';
    position: absolute;
    top: 1.5px;
    left: 0;
    width: 25px;
    height: 16px;
    background: url(../image/learn_more.png) no-repeat;
}

.common-list{
    margin: 15px 0 10px 30px;
}
.common-list li{
    height: 55px;
    line-height: 55px;
    border-bottom: 1px dashed #ddd;
    margin-bottom: 0;
}
.common-list li a{
    text-decoration: none;
}
.common-list li:hover{
    background: #fff;
}
.common-list li{
    font-size: 16px;
    padding: 0 8px;
}
.common-list li p{
    position: relative;
    padding: 0 30px 0 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.common-list li p:before{
    content: '';
    position: absolute;
    top: 23px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #D0D1D3;
    border-radius: 50%;
}
.common-list li p:hover:before{
    background: #7B031F;
}


.activities{
    height: 279px;
    margin-top: 30px;
    background: url(../image/activities_bg.jpg) no-repeat;
}
.activities .rt{
    width: 309px;
    height: 279px;
    color: #fff;
    text-align: center;
    background: rgba(166,39,69,.95);
}
.activities .rt:before{
    content: '';
    display: inline-block;
    width: 70px;
    height: 65px;
    margin: 40px 0 15px;
    background: url(../image/activities.png) no-repeat;
}
.activities .rt:hover:before{
    animation: zoomIn 1s;
}
.activities h2{
    font-size: 24px;
    font-weight: normal;
}
.activities p{
    color: #D8B0B7;
    font-size: 12px;
    margin: 5px 0 25px;
}
.activities a{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-decoration: none;
    background: #fff;
    border-radius: 35px;
    transition: .3s;
}
.activities a:hover{
    transform: scale(1.05);
}
.activities span{
    position: relative;
    padding-right: 35px;
    color: #A41E3D;
    font-size: 12px;
}
.activities span:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 25px;
    height: 16px;
    background: url(../image/learn_more.png) no-repeat;
}


.footer{
    height: 243px;
    color: #CDD1DF;
    margin-top: 50px;
    background: url(../image/footer_bg1.jpg) no-repeat;
}
.footer ul{
    height: 50px;
    margin: 30px 0 25px;
    border-bottom: 1px solid #B45C71;
}
.footer ul li{
    float: left;
    font-size: 16px;
}
.footer ul li span{
    margin: 0 12px;
}
.footer ul li:last-child span{
    display: none;
}
.footer p{
    height: 90px;
    line-height: 30px;
    margin: 30px 240px 0 0;
}
.footer a{
    color: #CEC9C9;
}
.footer a:hover{
    color: #fff;
}
.footer .rt img{
    margin-left: 10px;
}

.aside{
    float: left;
    width: 310px;
    background: #F1F1F1;
    position: relative;
    min-height: 860px;
    margin-top: 15px;
}
.aside p{
    position: relative;
    height: 209px;
    font-size: 24px;
    padding: 130px 0 0 60px;
    background: #7B031F;
}
.aside p a{
    color: #fff;
    text-decoration: none;
}
.aside p:before{
    content: '';
    position: absolute;
    top: 50px;
    left: 60px;
    width: 68px;
    height: 54px;
    background: url(../image/spirts1.png) no-repeat;
}
.aside ul li{
    position: relative;
    background: #DEDEDE;
    border-bottom: 1px solid #F1F1F1;
}
.aside ul li a{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    padding-left: 60px;
}
.aside ul li a:hover{
    text-decoration: none;
}
.aside>ul>li.on>a{
    color: #7B031F;
    background: #D0D1D3;
    border-right: 4px solid #7B031F;
}
.aside>ul>li>span{
    position: absolute;
    top: 21px;
    right: 30px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #7B031F;
    border: 1px solid #7B031F;
    cursor: pointer;
}
.aside .img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 215px;
}
.aside .img img{
    display: inline-block;
    width: 100%;
}
.aside .second-nav{
    display: none;
}
.aside .second-nav li a{
    padding-left: 90px;
    background: #ededed;
    border-top: 1px solid #ddd;
}
.aside .second-nav li.on a{
    color: #7B031F;
    border-right: 4px solid #7B031F;
}


.column{
    float: right;
    width: 890px;
    min-height: 600px;
    margin-top: 15px;
}


.teacher{
    margin-top: 30px;
}
.teacher .title h1:before{
    top: 2.5px;
    width: 32px;
    height: 25px;
    background: url(../image/teacher.png) no-repeat 0 0;
}
.teacher .bd{
    margin: 0 -15px;
}
.teacher-list li{
    float: left;
    width: 277.5px;
    margin: 0 15px 30px;
    background: #FBF7F7;
    text-align: center;
}
.teacher-list li .img{
    display: inline-block;
    width: 190px;
    height: 190px;
    overflow: hidden;
    position: relative;
    margin: 30px 0 20px;
    border: 2px solid #FBF7F7;
    box-shadow: 1px 1px 1px #F7EEEF;
    border-radius: 50%;
}
.teacher-list li .img img{
    display: inline-block;
    width: 190px;
    height: 190px;
    transition: .3s;
}
.teacher-list li .img:hover img{
    transform: scale(1.1);
}
.teacher-list li p{
    font-size: 18px;
}
.teacher-list li .more{
    position: relative;
    height: 55px;
    line-height: 55px;
    text-align: left;
    margin-top: 20px;
    border-top: 1px solid #E2E0E0;
}
.teacher-list li .more a{
    color: #B9B6B6;
    margin-left: 20px;
}
.teacher-list li .more:after{
    content: '';
    position: absolute;
    top: 17px;
    right: 20px;
    width: 21px;
    height: 21px;
    background: url(../image/more-right.png) no-repeat;
}
.teacher-list li:hover{
    background: #9D1D3A;
}
.teacher-list li:hover a{
    color: #fff;
}
.teacher-list li:hover .more:after{
    background: url(../image/more-right-hover.png) no-repeat;
}


.column .report-list{
    margin: 30px 0 30px 40px;
}
.column .report-list .date{
    background: #F1F1F1;
}


.detail{
    margin: 40px;
}
.caption{
    margin: 30px 0;
    text-align: center;
}
.caption h1{
    font-size: 24px;
    font-weight: normal;
}
.caption p{
    margin-top: 10px;
    color: #666;
}
.caption p span{
    margin-right: 10px;
}
.content{
    min-height: 300px;
}


.profile{
    margin: 30px;
    min-height: 300px;
}


.column_login{
    width: 100%;
    min-width: 1200px;
    height: 616px;
    background: url("../image/bg2.jpg") no-repeat center center;
}
.column_login>div{
    width: 1200px;
    height: 616px;
    margin: 0 auto;
    position: relative;
}
.column_login>div>img{
    position: absolute;
    top:105px;
    left:0;
}
.column_login .login_info{
    width: 432px;
    height: 412px;
    background: url("../image/logobox.png") no-repeat;
    position: absolute;
    top:110px;
    right:15px;
}
.login_info h1{
    margin: 60px 0 25px;
    text-align: center;
}
.login_info>img{
    display: block;
    width: 241px;
    height: 56px;
    margin: 50px auto;
}
.login_info .form input{
    display: block;
    width: 300px;
    height: 48px;
    line-height: 48px;
    padding-left: 40px;
    position: relative;
    border: 1px solid #ddd;
    margin:10px auto 20px;
    font-size: 16px;
}
.login_info .form input[type='username']{
    background: url("../image/username.png") no-repeat 10px;
}
.login_info .form input[type='password']{
    background: url("../image/password.png") no-repeat 10px;
}
.login_info .form input[type='submit']{
    width: 342px;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    color: #fff;
    background: #8e1316;
    padding-left: 0;
    letter-spacing:10px;
}
.login_info .login:hover{
    opacity: .9;
}
