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: #B30008;
    transition: .3s;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}


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


.header .logo{
    position: relative;
    background: #fff;
    border-top: 10px solid #B30008;
}
.header .logo .container{
    height: 161px;
    background: url(../image/header_bg.png) no-repeat right center;
}
.header .img{
    margin-top: 30px;
    
}
.header .idea{
    position: absolute;
    right: 118px;
    bottom: 22px;
    
}

.search{
    position: absolute;
    top: 20px;
    right: 0;
}
input[type='text']{
    height: 38px;
    line-height: 38px;
    width: 133px;
    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/search6.png) no-repeat center center;
    animation: zoomIn 1s;
}

.nav{
    height: 60px;
    position: relative;
    z-index: 9;
    background: #B30008;
}
.menu>li{
    float: left;
    width: 120px;
    position: relative;
}
.menu>li>a{
    display: block;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 18px;
    text-align: center;
}
.menu>li:hover>a{
    background: #81051F;
}
.sub-menu{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #81051F;
    z-index: 99;
    display: none;
}
.sub-menu li a{
    display: block;
    color: #fff;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-top: 1px solid #BC8B87;
}
.sub-menu li a:hover{
    background: #B30008;
    text-decoration: none;
}

.section{
    min-height: 300px;
    padding-bottom: 50px;
    background: #EFEFEF;
}

.title{
    position: relative;
    padding: 20px 0 30px;
}
.title:after{
    content: '';
    display: block;
    clear: both;
}
.title:before{
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 200px;
    height: 5px;
    background: #B30008;
}
.title h1{
    font-size: 24px;
    font-weight: normal;
    position: relative;
}
.title span{
    color: #D5D5D5;
    font-size: 20px;
    font-family: Georgia;
}
.title .lf{
    position: relative;
    padding-left: 65px;
}
.title .lf:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 55px;
    height: 55px;
    background: url(../image/spirit2.png) no-repeat 0 0;
}
.title .lf:hover:before{
    animation: pulse 1s;
}
.title .rt{
    margin-top: 20px;
    font-size: 16px;
    font-family: Georgia;
}
.title .rt:hover{
    font-weight: bolder;
}

.slide{
    width: 1200px;
    height: 386px;
    margin: 0 auto;
}
.slideBox{
    width:100%;
    margin: 0 auto;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.slideBox .hd{
    position:absolute;
    width: 100%;
    bottom: 30px;
    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{
    position: absolute;
    top: 0;
    left: 50%;
    width: 1200px;
    height: 100%;
    margin-left: -600px;
}
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:2%;
    top:50%;
    margin-top:-30px;
    display:block;
    width:50px;
    height:50px;
    background: url(../image/prev.png) no-repeat;
    filter:alpha(opacity=50);
    opacity:0.5;
}
.slideBox .next{
    left:auto;
    right:2%;
    background: url(../image/next.png) no-repeat;
}
.slideBox .prev:hover,
.slideBox .next:hover{
    filter:alpha(opacity=100);
    opacity:1;
}

.news{
    float: left;
    width: 550px;
    margin: 20px 0;
    padding:0 20px 20px;
    background: #fff;
}
.albumBox{
    width:100%;
    overflow:hidden;
    position:relative;
}
.albumBox .hd{
    position:absolute;
    right: 0;
    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;
    width: 550px;
    height: 325px;
    overflow: hidden;
}
.albumBox .bd img{
    display:inline-block;
    width: 550px;
    height: 325px;
    transition: .3s;
}
.albumBox .bd img:hover{
    transform: scale(1.1);
}
.albumBox .bd li p{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 55px;
    line-height: 55px;
    padding: 0 150px 0 20px;
    background: rgba(0,0,0,.5);
}
.albumBox .bd li p a{
    color: #fff;
    font-size: 16px;
}
.albumBox .bd li p a:hover{
    color: #B30008;
}


.notice{
    float: right;
    width: 550px;
    margin: 20px 0;
    padding: 0 20px 20px;
    background: #fff;
}
.notice .title .lf:before{
    background-position-x: -55px;
}
.notice-list{
    height: 325px;
    overflow: hidden;
}
.notice-list li{
    height: 30px;
    line-height: 30px;
    margin-bottom: 12px;
}
.notice-list p{
    position: relative;
    font-size: 16px;
    padding-left: 18px;
    margin-right:100px;
}
.notice-list p:before{
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 7px;
    height: 7px;
    background: #B30008;
    border-radius: 50%;
}
.notice-list span{
    position: relative;
    color: #666;
}


.mid-img>div {
    width: 580px;
    height: 171px;
    background: #fff;
    padding: 5px;
    text-align: center;
}
.mid-img>div a.lf {
    width: 221px;
    height: 171px;
    overflow: hidden;
}
.mid-img>div img{
    transition: .3s;
}
.mid-img>div img:hover{
    transform: scale(1.1);
}
.mid-img>div div{
    position: relative;
    height: 100%;
    margin-left: 221px;
}
.mid-img>div div:before{
    content: '';
    position: absolute;
    top: 25px;
    left: 50%;
    width: 44px;
    height: 44px;
    margin-left: -22px;
    background: url(../image/spirit2.png) no-repeat -329px 0;
}
.mid-img>div h2{
    padding-top: 85px;
}
.mid-img>div a{
    color: #fff;
    font-size: 24px;
}
.mid-img>div a:hover{
    opacity: .8;
    -ms-filter: Alpha(Opacity=80);
    filter: Alpha(Opacity=80);
}
.mid-img>div p{
    color: #fff;
    font-size: 18px;
    font-family: Georgia;
    opacity: .8;
    -ms-filter: Alpha(Opacity=80);
    filter: Alpha(Opacity=80);
}
.mid-img div.lf div{
    background: #B30008;
}
.mid-img div.rt div{
    background: #F19618;
}
.mid-img>div.rt div:before{
    width: 51px;
    height: 46px;
    margin-left: -25px;
    background-position-x: -374px;
}
.mid-img>div div:hover:before{
    animation: zoomIn 1s;
}


.bottom-list{
    margin: 30px -12px;
    overflow: hidden;
}
.bottom-list .title:before{
    width: auto;
    right: -20px;
}
.bottom-list>div{
    float: left;
    width: 344px;
    height: 436px;
    margin: 0 12px;
    padding: 0 20px 20px;
    background: #fff;
}
.bottom-list li{
    font-size: 16px;
    margin-bottom: 10px;
}
.bottom-list li span{
    color: #999;
}

.process .title .lf:before{
    background-position-x: -110px;
}

.system .title .lf:before{
    background-position-x: -165px;
}

.culture .title .lf:before{
    background-position-x: -220px;
}


.link{
    padding: 0 20px 20px;
    background: #fff;
}
.link .title .lf:before{
    width: 53px;
    height: 53px;
    background-position-x: -275px;
}
.link .bd{
    overflow: hidden;
}
.link ul{
    margin-bottom: 30px;
    overflow: hidden;
}
.link li{
    float: left;
    width: 220px;
    margin-right: 15px;
}
.link li img{
    width: 220px;
    height: 67px;
    transition: .3s;
}
.link li img:hover{
    opacity: .8;
    -ms-filter: Alpha(Opacity=80);
    filter: Alpha(Opacity=80);
}


.footer{
    height: 219px;
    color: #fff;
    background: url(../image/footer_bg.jpg) no-repeat;
}
.footer p{
    height: 90px;
    line-height: 30px;
    text-align: center;
    margin-top: 64px;
}
.footer p a{
    color: #fff;
}
.footer .lf img{
    margin: 56px 0 0 0px;
}
.footer .rt img{
    margin: 60px 0px 0 0;
}

.bread{
    position: relative;
    padding-left: 80px;
    margin: 30px 0;
    font-size: 16px;
}
.bread:before{
    content: '';
    position: absolute;
    top: 2px;
    left: 45px;
    width: 19px;
    height: 18px;
    background: url(../image/spirit2.png) no-repeat -426px 0;
}



.side{
    float: left;
    width: 282px;
    background: #F1F1F1;
    position: relative;
}
.side p{
    position: relative;
    height: 60px;
    line-height: 60px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    background: #B30008;
}
.side p a{
    color: #fff;
    text-decoration: none;
}
.side>ul li{
    position: relative;
    background: #eee;
}
.side>ul li a{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    text-align: center;
    border-top: 1px solid #dedede;
}
.side>ul li a:hover{
    text-decoration: none;
}
.side>ul>li.on>a{
    color: #B30008;
    background: #D0D1D3;
    border-right: 4px solid #B30008;
}
.side-list{
    margin: 30px 0 50px;
}
.side-list h2{
    color: #B30008;
    font-size: 20px;
    font-weight: normal;
    padding: 20px;
    border-top: 3px solid #B30008;
}
.side-list li{
    position: relative;
    padding-left: 35px;
    margin-bottom: 10px;
}
.side-list li:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 20px;
    width: 6px;
    height: 6px;
    background: #B30008;
    border-radius: 50%;
}


.column{
    float: right;
    width: 881px;
}
.banner img{
    width: 100%;
    margin-bottom: 40px;
}
.column li{
    position: relative;
    margin-bottom: 15px;
    padding-left: 30px;
    font-size: 16px;
}
.column li:before{
    content: '';
    position: absolute;
    top: 8px;
    left: 15px;
    width: 6px;
    height: 6px;
    background: #B30008;
    border-radius: 50%;
}
.column li p{
    margin-right: 120px;
}


.detail{
    padding: 20px;
}
.caption{
    margin-bottom: 30px;
    text-align: center;
}
.caption h1{
    color: #B30008;
    font-size: 24px;
    font-weight: normal;
}
.caption p{
    margin-top: 10px;
    color: #ABABAB;
}
.caption p span{
    margin-right: 10px;
}
.content{
    min-height: 300px;
}
