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: 1250px;
}
a{
    color: #333;
    text-decoration:none;
    transition: .3s;
}
a:hover{
    color: #831A1F;
}
input,button{
    outline:0;
    border: none;
}
img{
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    transition: .3s;
}
table{
    border-collapse: collapse;
}
td,th{
    padding: 5px 8px;
    border: 1px solid #ededed;
}
video{
    object-fit: fill;
}


.lf{
    float: left;
}
.rt{
    float: right;
}
.active{
    display: block;
}
.header-con{
  	width: 1250px!important;
}
.container{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.container:before,
.container:after{
    content: '';
    display: table;
    clear: both;
}
.ellipse{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


.header .top{
    height: 140px;
    background-color: #831A1E;
    border-bottom: 3px solid #5A0509;
}
.header .top img{
    padding-top: 30px;
}
.header .top p{
    padding: 25px 0 15px;
    color: #fff;
    font-size: 13px;
    text-align: right;
}
.header .top p span{
    margin: 0 10px;
}
.header .top p a{
    color: #fff;
}
.header .top p a:hover{
    text-decoration: underline;
}
.header .top .toggle{
    display: none;
}
form{
    position: relative;
}
input[type='text']{
  	float: right;
    width: 200px;
    height: 35px;
    line-height: 35px;
    padding: 0 50px 0 15px;
    background-color: #FDFDFD;
    border-radius: 3px;
}
input[type='submit']{
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    line-height: 35px;
    background: url(../image/search14.png) no-repeat center center;
}
.nav{
    
    line-height: 55px;
    background-color: #fff;
}
.menu{
    display: flex;
}
.menu>li{
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
}
.menu>li>a{
    position: relative;
    display: block;
    width: 100%;
    font-size: 17px;
    text-align: center;
}
.menu>li>a:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #5A0509;
    transition: .3s;
    display: none;
}
.menu>li>a:hover:after{
    display: block;
}
.menu>li>span{
    display: none;
}
.sub-menu{
    position: absolute;
    top: 55px;
    left: 0;
    min-width: 100%;
    background-color: #831A1F;
    z-index: 10;
    display: none;
}
.sub-menu a{
    display: block;
    line-height: 45px;
    color: #fff;
    font-size: 15px;
    white-space: nowrap;
    padding: 0 20px;
    border-bottom: 1px solid #5A0509;
}
.sub-menu a:hover{
    background-color: #5A0509;
}


.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 20px;
    z-index:1;
}
.slideBox .hd ul{
    height: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slideBox .hd ul li{
    margin: 0 10px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    display: inline-block;
    background-color: #ededed;
    border-radius: 50%;
}
.slideBox .hd ul li.on{
    width: 15px;
    height: 15px;
    background-color: #831A1F;
}
.slideBox .bd li{
    zoom:1;
    vertical-align:middle;
    position: relative;
}
.slideBox .bd img{
    display:inline-block;
    max-width: 100%;
}
.slideBox .bd p{
    position: absolute;
    left: 50%;
    bottom: 60px;
    width: 700px;
    margin-left: -600px;
    padding: 12px 20px;
    font-size: 22px;
    text-align: left;
    background-color: rgba(0,0,0,.5);
    z-index: 9;
}
.slideBox .bd p a{
    color: #fff;
}
.slideBox .arrow{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    margin-left: -600px;
    display: none;
}
.slideBox:hover .arrow{
    display: block;
}
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:0;
    top:50%;
    margin-top:-35px;
    display:block;
    width:70px;
    height:70px;
    background: rgba(0,0,0,.6) url(../image/lt.png) no-repeat center center;
    border-radius: 50%;
    filter:alpha(opacity=60);
    opacity:0.6;
}
.slideBox .next{
    left:auto;
    right:0;
    background-image: url(../image/gt.png);
}
.slideBox .prev:hover,
.slideBox .next:hover{
    filter:alpha(opacity=100);
    opacity:1;
}
.section{
    background: url(../image/section-bg1.jpg) no-repeat center top;
}
.section .container{
  	padding:0 10px;
    background: #fff;
}

.main{
    float: left;
    width: 830px;
    margin-top: 35px;
}
.title{
    padding-bottom: 20px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: normal;
    border-bottom: 4px solid #831A1E;
}
.title span{
    margin: 0 20px;
}
.title .on{
    color: #992727;
}


.info-list{
    min-height: 384px;
    margin: 0 -10px;
    overflow: hidden;
}
.info-list li{
    position: relative;
    float: left;
    width: 50%;
    padding: 0 10px;
    margin-bottom: 15px;
    font-size: 16px;
}
.info-list li span{
    position: absolute;
    top: 0;
    right: 10px;
    color: #666;
}
.info-list li p{
    position: relative;
    padding: 0 100px 10px 15px;
    border-bottom: 1px dotted #CFCFCF;
}
.info-list li p:before{
    content: '>';
    position: absolute;
    top: 2px;
    left: 0;
    color: #831A1E;
    font-size: 14px;
    font-weight: bold;
    font-family: '宋体';
}


.notice{
    margin: 20px 0;
}


.train{
    height: 450px;
    margin-top: 35px;
    background-color: #EEE8E7;
}
.train>div{
    height: 100%;
    display: none;
}
.train>div:first-child{
    display: block;
}
.train .lf{
    width: 211px;
    height: 100%;
    background-color: #922125;
}
.train .lf h2{
    padding: 35px 30px 25px;
    color: #fff;
    font-size: 24px;
}
.train .lf li{
    position: relative;
}
.train .lf li.on{
    background-color: #750008;
}
.train .lf li.on:after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    margin-top: -12px;
    border: 12px solid transparent;
    border-right-color: #EEE8E7;
}
.train .lf li a{
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
}
.train .list{
    height: 100%;
    margin-left: 211px;
    padding: 30px 40px 30px 30px;
    font-size: 16px;
    box-sizing: border-box;
}

.train .list ul{
    display: none;
}
.train .list ul.on{
    display: block;
}
.train .list li{
    margin-bottom: 15px;
}
.train .list span{
    float: right;
    color: #999;c
}
.train .list p{
    margin-right: 100px;
}


.side-right{
    float: right;
    width: 343px;
    margin-top: 35px;
}
.fast-link li a{
    position: relative;
    display: block;
    height: 151px;
    margin-bottom: 10px;
    overflow: hidden;
}
.fast-link li a>img{
    width: 100%;
    height: 100%;
}
.fast-link li a:hover>img{
    transform: scale(1.1);
}
.fast-link li div{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 115px;
    padding: 30px 0;
    color: #fff;
    font-size: 19px;
    text-align: center;
    background-color: rgba(0,0,0,.6);
    transition: .3s;
}
.fast-link li div p{
    margin-top: 10px;
}
.fast-link li a:hover div{
    font-weight: bold;
    width: 100%;
}
.side-right .wrapper{
    
  	margin-top: 52px;
}
.side-right .wrapper h2{
    position: relative;
    padding: 10px 0;
    font-size: 22px;
    font-weight: normal;
    border-top: 4px solid #DADADA;
}
.side-right .wrapper h2:before{
    content: '';
    position: absolute;
    top: -4px;
    left: 0;
    width: 90px;
    height: 4px;
    background-color: #831A1E;
}
.side-right .wrapper ul{
    
}
.side-right .wrapper li{
    font-size: 16px;
    margin-bottom: 6px;
  	line-height: 24px;
}
.side-right .wrapper li span{
    float: right;
    color: #999;
}
.side-right .wrapper li p{
    margin-right: 100px;
}


.footer{
    margin-top: 60px;
    background-color: #831A1F;
}
.footer .bg{
    height: 332px;
    background: url(../image/footer-bg.jpg) no-repeat center center;
}
.footer .bg .lf{
    padding: 105px  0;
}
.footer .bg .lf img{
    height: 61px;
}
.footer .bg .qr{
    float: right;
    margin-top: 40px;
}
.footer .bg .qr img{
    position: relative;
    border: 5px solid #fff;
}
.footer .bg .qr .rt{
    margin-left: 50px;
}
.footer .bg .qr p{
    position: relative;
    margin-top: 15px;
    color: #fff;
    text-align: center;
}
.footer .bg .qr p:after{
    content: '';
    position: absolute;
    left: 50%;
    top: -15px;
    width: 0;
    height: 0;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top-color: #fff;
}
.footer .bg .link{
    height: 60px;
    line-height: 60px;
    color: #D7C1C1;
    border-top: 1px solid #B57476;
}
.footer .bg .link li{
    float: left;
}
.footer .bg .link li a{
    margin-left: 25px;
    color: #D7C1C1;
}
.footer .bg .link li a:hover{
    color: #fff;
}
.footer  .bottom{
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    background-color: #690004;
}
.footer  .bottom p{
    color: #fff;
    opacity: .6;
}


.side{
    float: left;
    width: 300px;
    padding-bottom: 180px;
    background: #E5E5E5 url(../image/side-bg.jpg) no-repeat center bottom;
    box-sizing: border-box;
}
.side>p{
    height: 75px;
    line-height: 75px;
    margin: -75px 0 12px;
    padding-left: 40px;
    color: #fff;
    font-size: 26px;
    background: #A21A21 url(../image/topic-bg.jpg) no-repeat right center;
}
.side>p span{
    display: none;
}
.side>ul>li{
    position: relative;
    font-size: 18px;
}
.side>ul>li>a:hover,
.side>ul>li.on>a{
    background-color: #fff;
}
.side>ul>li>a:hover:before,
.side>ul>li.on>a:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 4px;
    background-color: #A21A21;
}
.side>ul>li>a{
    position: relative;
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
    overflow: hidden;
}
.side>ul>li span{
    position: absolute;
    top: 14px;
    right: 20px;
    color: #999;
    font: 20px '宋体';
    font-weight: bolder;
    transition: .3s;
}
.side>ul>li span.on{
    transform: rotate(90deg);
}
.child-menu{
    margin-left: 4px;
    padding: 10px 0;
    line-height: 40px;
    font-size: 16px;
    background-color: #F3F3F3;
    display: none;
}
.child-menu li a{
    display: block;
    height: 100%;
    position: relative;
    padding: 0 40px 0 60px;
}
.child-menu li a:before{
    content: '';
    position: absolute;
    top: 15px;
    left: 40px;
    width: 10px;
    height: 10px;
    background-color: #C7C7C7;
    border-radius: 50%;
}
.child-menu li.on a:before{
    background-color: #A21A21;
}
.side li.on .child-menu{
    display: block;
}

.column{
    margin-left: 336px;
}
.bread{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #D3D2D1;
}
.bread h2{
    position: relative;
    font-size: 24px;
}
.bread h2:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    height: 3px;
    background-color: #A21A21;
}
.bread .rt, .bread a{
    color: #999;
}
.bread a:hover{
    color: #831A1E;
}


.leader{
    overflow: hidden;
}
.leader li{
    float: left;
    width: 386px;
    height: 236px;
    margin-top: 40px;
    background-color: #F0F0F0;
}
.leader li:nth-child(2n){
    float: right;
}
.leader li>a{
    float: left;
    width: 168px;
    height: 100%;
    background-color: #841B20;
}
.leader li img{
    width: 100%;
    height: 100%;
}
.leader li .txt{
    height: 100%;
    margin-left: 168px;
    padding: 25px;
    box-sizing: border-box;
}
.leader li h2{
    font-size: 24px;
}
.leader li p{
    margin: 5px 0;
    height: 120px;
    line-height: 30px;
    color: #666;
    font-size: 18px;
    overflow: hidden;
}
.leader li h3{
    color: #999;
    font-size: 24px;
}


.org h2{
    margin: 30px 0;
    color: #932928;
    font-size: 24px;
}
.org ul{
    margin: 0 -10px;
    overflow: hidden;
}
.org ul li{
    float: left;
    width: 33.33%;
    height: 66px;
    line-height: 60px;
    padding: 0 10px;
    margin: 5px 0;
}
.org ul li a{
    position: relative;
    display: block;
    height: 100%;
    padding: 0 30px;
    font-size: 18px;
    background: url(../image/list-bg.png) no-repeat;
    background-size: 100% 100%;
}
.org ul li a:hover{
    font-weight: bold;
}
.org ul li a:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 5px;
    width: 0;
    height: 0;
    margin-top: -9px;
    border: 7px solid transparent;
    border-left-color: #932928;
}


.news-list{
    margin-top: 25px;
}
.news-list li{
    margin-bottom: 15px;
}
.news-list li .date{
    float: left;
    width: 75px;
    color: #666;
    text-align: right;
}
.news-list li .date h2{
    font-size: 36px;
}
.news-list li .info{
    margin-left: 100px;
    border-bottom: 1px solid #E9E9E9;
}
.news-list li .info h3{
    font-size: 20px;
    font-weight: normal;
}
.news-list li .info p{
    margin: 10px 0 20px;
    height: 40px;
    line-height: 20px;
    color: #666;
    text-align: justify;
    overflow: hidden;
}


.teacher{
    margin-top: 30px;
    padding: 5px;
    overflow: hidden;
}
.teacher li{
    float: left;
    padding: 20px;
    margin: 0 80px 30px 0;
    font-size: 17px;
  	width: 172px;
  	box-sizing: content-box;
    box-shadow: 2px 2px 4px #eee,-2px -2px 4px #eee;
}
.teacher li:nth-child(3n){
    margin-right: 0;
}
.teacher li>a{
    display: block;
    width: 172px;
    height: 216px;
    overflow: hidden;
}
.teacher li img{
    width: 100%;
    height: 100%;
}
.teacher li img:hover{
    transform: scale(1.1);
}
.teacher li h3{
    margin: 15px 0 5px;
}


.detail{
    padding: 30px 0;
}
.caption{
    margin: 5px 0 20px;
    text-align: center;
}
.caption h2{
    line-height: 1.5em;
    font-size: 28px;
}
.caption h3{
    line-height: 1.5em;
    font-size: 22px;
}
.caption p{
    margin-top: 15px;
    color: #666;
    font-size: 15px;
}
.caption p span{
    padding-right: 25px;
}
.content{
    line-height: 1.75em;
    font-size: 16px;
    text-align: justify;
}

.download{
    margin-top: 25px;
}
.download ul li{
    width: 100%;
}
