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;
    transition: .3s;
}
a:hover{
    color: #8B0921;
    text-decoration:none;
}
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;
}
.container:after{
    content: '';
    display: block;
    clear: both;
}
.ellipsis{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
input::-webkit-input-placeholder{
    color: #fff;
}
input::-moz-placeholder{
    color: #fff;
}
input:-ms-input-placeholder{
    color: #fff;
}


.header{
    width: 100%;
    height: 149px;
    border-bottom: 5px solid #C31238;
    background: #8B0921 url(../image/header-bg.jpg) no-repeat;
}
.header .container{
    position: relative;
    height: 142px;
}
.top{
    position: absolute;
    top: 20px;
    right: 0;
    color: #fff;
}
.top a{
    color: #fff;
    position: relative;
    padding-left: 23px;
}
.top a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 15px;
    background: url(../image/spirit.png) no-repeat -293px 0;
}
.top a:hover{
    color: #ccc;
}

.search{
    position: absolute;
    top: 65px;
    right: 0;
    height: 42px;
}
.search input[type='text']{
    width: 210px;
    height: 38px;
    line-height: 38px;
    color: #fff;
    padding: 0 42px 0 20px;
    border: 2px solid #fff;
    background: transparent;
    border-radius: 25px;
}
.search input[type='submit']{
    position: absolute;
    top:0;
    right: 0;
    width: 42px;
    height: 42px;
    border: none;
    cursor: pointer;
    background: url(../image/search3.png) no-repeat center center;
}

.header img{
    margin-top: 28px;
}


.nav{
    width: 100%;
    height: 60px;
    background: #FAF6F5;
}
.menu>li{
    float: left;
    position: relative;
}
.menu>li>a{
    display: block;
    width: 150px;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    text-align: center;
    border-right: 1px solid #DBDBDB;
  	box-sizing: border-box;
}
.menu>li:last-child>a{
    border-right: none;
}
.menu>li:hover{
    background: #8B0921;
}
.menu>li:hover>a{
    color: #fff;
}
.nav .sub-menu{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    display: none;
}
.nav .sub-menu a{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #8B0921;
    font-size: 16px;
    text-decoration: none;
    background: rgba(255,255,255,.8);
    border-bottom: 1px solid #fff;
}
.nav .sub-menu a:hover{
    color: #fff;
    background: rgba(139,9,33,.8);
}


.slider .container{
    margin: 20px auto;
}
.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 20px;
    z-index:1;
}
.slideBox .hd ul{
    width: 100%;
    text-align: center;
}
.slideBox .hd ul li{
    margin:0 5px;
    width:15px;
    height:15px;
    background:#fff;
    border-radius: 50%;
    cursor:pointer;
    display: inline-block;
}
.slideBox .hd ul li.on{
    background:#871C16;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    width: 100%;
    max-width: 100%;
}


.section{
    width: 100%;
    min-height: 500px;
}

.section .title{
    height: 33px;
    line-height: 33px;
    margin: 25px 0;
}
.section .title h2 a{
    display: inline-block;
    font-size: 22px;
    font-weight: normal;
    padding-left: 45px;
    position: relative;
}
.section .title h2 a:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 32px;
    height: 32px;
    background: url(../image/spirit.png) no-repeat -107px 0;
    transition: .3s;
}
.section .title h2 a:hover:before{
    transform: scale(1.1);
}
.section .title i{
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: 5px;
    background: #C31238;
    border-radius: 50%;
    transition: .3s;
}
.section .title .rt i:last-child{
    width: 22px;
    border-radius: 10px;
}
.section .title .rt:hover i:first-child{
    width: 22px;
    border-radius: 10px;
}
.section .title .rt:hover i:last-child{
    width: 7px;
    border-radius: 50%;
}

.box{
    padding: 20px 0 30px;
    background: #eee;
    overflow: hidden;
}


.news{
    float: left;
    width: 800px;
}
.news ul{
    margin: 0 -8px;
    overflow: hidden;
}
.news li{
    position: relative;
    float: left;
    width: 256px;
    height: 360px;
    background: #fff;
    margin: 0 8px;
}
.news li>a{
    display: block;
    width: 256px;
    height: 184px;
    overflow: hidden;
    border-top: 5px solid #C31238;
}
.news li img{
    width: 256px;
    height: 184px;
    transition: .3s;
}
.news li a:hover img{
    transform: scale(1.1);
}
.news li>span{
    position: absolute;
    top: 170px;
    left: 25px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    background: #C31238;
  	display: none;
}
.news li div{
    padding: 20px;
}
.news li p{
    height: 75px;
    line-height: 25px;
    overflow: hidden;
    font-size: 18px;
    text-align: justify;
    margin: 5px 0 30px;
}
.news li div span{
    position: relative;
    padding-left: 30px;
}
.news li div span:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 13px;
    background: url(../image/spirit.png) no-repeat -294px -21px;
}
.news li div .rt{
    position: relative;
    padding-right: 22px;
    color: #999;
}
.news li div .rt:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 16px;
    height: 18px;
    background: url(../image/spirit.png) no-repeat -332px 0;
    transition: .3s;
}
.news li div .rt:hover{
    color: #8B0921;
}
.news li div .rt:hover:after{
    background-position-x: -350px;
}


.notice{
    float: right;
    width: 376px;
}
.notice .title h2 a:before{
    width: 28px;
    height: 25px;
    background-position-x: -140px;
}
.notice ul{
    height: 360px;
    padding: 15px 20px;
    background: #fff;
}
.notice li{
    height: 75px;
    margin-bottom: 14px;
    border-bottom: 1px dotted #B5B5B5;
}
.notice li:last-child{
    border-bottom: none;
}
.notice li .lf{
    width: 58px;
    height: 58px;
    color: #666;
    text-align: center;
    border: 1px solid #C31238;
}
.notice li .lf h2{
    font-size: 24px;
}
.notice li .lf span{
    font-size: 12px;
}
.notice li p{
    margin-left: 75px;
    padding-top: 3px;
    height: 53px;
    line-height: 25px;
    text-align: justify;
    overflow: hidden;
}
.notice li:hover .lf{
    color: #fff;
    background: #C31238;
}
.notice li a:hover{
    font-weight: bold;
}


.enroll{
    height: 311px;
    background: #900A27 url(../image/enroll-bg.jpg) no-repeat center center;
}
.enroll h1{
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    text-align: center;
    padding: 30px 0;
}
.enroll h1 span{
    position: relative;
    padding: 0 60px;
}
.enroll h1 span:before,
.enroll h1 span:after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 1px;
    background: #fff;
}
.enroll h1 span:after{
    left: auto;
    right: 0;
}
.enroll li{
    float: left;
    width: 400px;
    padding: 0 30px 10px 15px;
    border-left: 1px solid  #fff;
}
.enroll li>a{
    display: inline-block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 5px;
}
.enroll li>a:hover{
    color: #C31238;
    background: #FFCD42;
}
.enroll li h2{
    margin: 10px 0 15px;
}
.enroll li h2 a{
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}
.enroll li h2 a:hover{
    color: #FFCD42;
}
.enroll li p{
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    color: #CA9BA1;
    font-size: 12px;
    text-align: justify;
}

.part{
    margin-top: 30px;
}
.part>ul>li:first-child .title h2 a:before{
    width: 31px;
    height: 29px;
    background-position-x: -170px;
}
.part>ul>li:nth-child(2) .title h2 a:before{
    top: 5px;
    width: 31px;
    height: 25px;
    background-position-x: -203px;
}
.part>ul>li:last-child .title h2 a:before{
    width: 31px;
    height: 32px;
    background-position-x: -229px;
}
.part .title .rt span{
    display: inline-block;
    line-height: normal;
    color: #BDBDBD;
    font-size: 12px;
    font-family: Georgia;
    padding: 3px 10px;
    border: 1px solid #BDBDBD;
    border-radius: 20px;
    transition: .3s;
}
.part .title .rt span:hover{
    color: #C31238;
    border-color: #C31238;
}
.part>ul{
    margin: 0 -18px;
}
.part>ul>li{
    float: left;
    width: 376px;
    margin: 0 18px;
}
.part>ul>li .img{
    position: relative;
    display: block;
    width: 100%;
    height: 240px;
    margin: 20px 0;
    overflow: hidden;
}
.part>ul>li img{
    width: 100%;
    height: 240px;
    transition: .3s;
}
.part>ul>li img:hover{
    transform: scale(1.1);
}
.part>ul>li .img p{
    position: absolute;
    left: 0;
    bottom: 10px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0 15px;
    color: #fff;
    font-size: 16px;
    max-width: 100%;
    background: #C31238;
    margin-top: -60px;
}
.part>ul>li li{
    padding: 0 20px 10px 0;
    margin: 10px 0;
    border-bottom: 1px dotted #d0d0d0;
}
.part>ul>li li a{
    position: relative;
    font-size: 16px;
    padding-left: 20px;
}
.part>ul>li li a:before{
    content: '>';
    position: absolute;
    top: 0;
    left: 0;
    color: #C31238;
    font-size: 14px;
    font-weight: bolder;
    font-family: "宋体", sans-serif;
}
.part>ul>li li span{
    display: inline-block;
    margin-top: 5px;
    padding-left: 20px;
    color: #666;
}


.out-link{
    margin-top: 20px;
}
.out-link a{
    position: relative;
    display: block;
    font-size: 18px;
    padding: 12px 60px 12px 95px;
    margin-top: 10px;
    background: #F3F3F3;
    border: 1px solid  #E0E0E0;
    border-bottom: 2px solid #C31238;
}
.out-link a:before{
    content: '';
    position: absolute;
    top: 20px;
    left: 30px;
    width: 34px;
    height: 33px;
    transition: 1s;
    background: url(../image/spirit.png) no-repeat;
}
.out-link a:nth-child(2):before{
    width: 39px;
    height: 32px;
    background-position-x: -34px;
}
.out-link a:last-child:before{
    width: 33px;
    height: 32px;
    background-position-x: -73px;
}
.out-link a:hover{
    background: #ddd;
}
.out-link a:hover:before{
    transform: rotate(360deg);
}


.footer{
    position: relative;
    height: 280px;
    margin-top: 50px;
    color: #fff;
    background:#8B0921;
}
.footer .link{
    border-bottom: 1px solid #A43F52;
    overflow: hidden;
}
.footer .link li{
    float: left;
    margin: 40px 0 20px;
    font-size: 16px;
}
.footer .link li:first-child{
    padding-right: 15px;
}
.footer .link li a{
    color: #fff;
}
.footer .link li a:hover{
    color: #ccc;
}
.footer .link li span{
    margin: 0 15px;
}
.footer .link li:last-child span{
    display: none;
}
.footer .lf>p{
    line-height: 30px;
    margin-top: 40px;
}
.footer .lf p a{
    color: #fff;
}
.footer .blog{
    float: right;
    margin-top: 50px;
}
.footer .blog p{
    margin: 5px 0;
    text-align: center;
}

.banner img{
    width: 100%;
}



.left-side{
    float: left;
    width: 260px;
    text-align: center;
    position: relative;
    top: -70px;
}
.left-side p{
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 30px;
    text-align: center;
    background: #8B0921;
}
.left-side li{
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #D3D3D3;
}
.left-side li a{
    position: relative;
    display: block;
}
.left-side li a:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    background: #8B0921;
}
.left-side li a:before{
    content: '>';
    position: absolute;
    top: 21px;
    left: 65px;
    color: #666;
    font: bolder 16px  '宋体';
    font-weight: bolder;
}
.left-side li a:hover:before{
    color: #8B0921;
}
.left-side li.on a{
    color: #8B0921;
    font-weight: bold;
}
.left-side li.on a:before{
    color: #8B0921;
}


.right-side{
    margin-left: 300px;
    min-height: 500px;
}
.bread{
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #D3D3D3;
    position: relative;
}
.bread a{
    color: #666;
}
.bread a:hover{
    color: #8B0921;
}
.bread h2{
    color: #8B0921;
    font-size: 28px;
    font-weight: normal;
}


.right-aside .list li{
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
}
.right-aside .list li a{
    font-size: 16px;
}
.right-aside .list li a:before{
    top: 18px;
}
.right-aside .list li span{
    color: #666;
}


.notice-list{
    padding: 30px 0;
}
.notice-list li{
    padding: 20px 0;
    border-bottom: 1px solid #C7C7C7;
    position: relative;
    overflow: hidden;
}
.notice-list .lf{
    width: 58px;
    height: 58px;
    color: #666;
    font-size: 12px;
    text-align: center;
    border: 1px solid #C31238;
}
.notice-list li:hover .lf{
    color: #fff;
    background: #C31238;
    transition: .3s;
}
.notice-list h2{
    font-size: 24px;
    font-weight: bold;
}
.notice-info{
    margin-left: 75px;
}
.notice-info h3{
    font-size: 18px;
    font-weight: normal;
}
.notice-info p{
    height: 46px;
    line-height: 23px;
    overflow: hidden;
    margin-top: 5px;
}
.notice-info a:hover{
    font-weight: bold;
}


.caption{
    padding: 25px 0;
    text-align: center;
}
.caption h2{
    font-size: 22px;
    font-weight: normal;
    margin-bottom: 10px;
}
.caption p{
    color: #666;
}
.caption span{
    padding: 0 10px;
}
.content{
    font-size: 16px;
    line-height: 1.75em;
}


.right-side .intro{
    padding: 25px 10px;
}
