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: #8D1316;
    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 .container{
    height: 125px;
    position: relative;
}
.header .container>img{
    margin-top: 19px;
}
.top{
    position: absolute;
    top: 20px;
    right: 0;
}
.top a{
    position: relative;
}
.header .img{
    position: absolute;
    top: 0;
    right: 260px;
    z-index: -1;
}
.search{
    position: absolute;
    top: 60px;
    right: 0;
}
input[type='text']{
    height: 40px;
    line-height: 40px;
    width: 260px;
    padding: 0 35px 0 10px;
    border: 1px solid #C6C6C6;
    background: #fff;
}
input[type='submit']{
    position: absolute;
    top: 0;
    right: 5px;
    width: 30px;
    height: 40px;
    border: none;
    cursor: pointer;
    background: url(../image/search7.png) no-repeat center center;
}

.nav{
    height: 52px;
    line-height: 52px;
    background: #8D1316;
    position: relative;
    z-index: 9;
}
.menu>li{
    float: left;
    width: 133.33px;
    position: relative;
}
.menu>li>a{
    display: block;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.menu>li>a:hover{
    color: #fff;
    background: #CC0D2B;
    text-decoration: none;
}
.sub-menu{
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    background: #CC0D2B;
    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 #8D1316;
}
.sub-menu li a:hover{
    color: #fff;
    background: #8D1316;
    text-decoration: none;
}

.section{
    min-height: 600px;
}
.title{
    height: 45px;
    line-height: 40px;
    margin: 20px 0;
    border-bottom: 4px solid #8D1316;
}
.title p{
    color: #8D1316;
    font-size: 20px;
    margin-right: 15px;
}

.title span{
    color: #C3C3C3;
    font-size: 20px;
}
.title a{
    text-decoration: none;
}
.title a span{
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #D21221;
}


.slideBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
    margin-top: 15px;
}
.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;
}


.pg_dynamics{
    float: left;
    width: 775px;
}
.picNews{
    float: left;
    width: 349px;
    height: 234px;
}
.albumBox{
    width:100%;
    overflow:hidden;
    position:relative;
    text-align: center;
}
.albumBox .hd{
    position:absolute;
    width: 100%;
    bottom:10px;
    z-index:1;
}
.albumBox .hd ul{
    width: 100%;
    text-align: right;
    padding-right: 5px;
}
.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: 349px;
    height: 234px;
}
.albumBox .bd li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 0 80px 0 15px;
    background: rgba(0,0,0,.5);
}

.news{
    float: right;
    width: 405px;
}
.info-list{
    height: 240px;
}
.info-list li{
    height: 30px;
    line-height: 30px;
    position: relative;
}
.info-list li a{
    padding-left: 12px;
}
.info-list li i{
    position: absolute;
    top: 11.5px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #ddd;
}
.info-list li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 60px;
}
.info-list li p:hover i{
    background: #8D1316;
}


.pg_notice{
    float: right;
    width: 400px;
}


.policy_file{
    float: left;
    width: 350px;
}


.evaluation{
    float: left;
    width: 400px;
    margin: 0 25px;
}


.download{
    float: right;
    width: 400px;
}


.link ul{
    margin: 0 -5px 50px;
    overflow: hidden;
}
.link ul li{
    float: left;
    width: 232px;
    margin: 0 5px;
}
.link ul li a{
    display: block;
    width: 232px;
    height: 54px;
    overflow: hidden;
}
.link ul li a img{
    width: 232px;
    height: 54px;
    transition: .3s;
}
.link ul li a:hover img{
    transform: scale(1.05);
}


.footer{
    height: 160px;
    color: #fff;
    background: #8D1316;
}
.footer-bottom{
    position: relative;
    top: 50px;
}
.footer-bottom p{
    height: 60px;
    line-height: 30px;
    text-align: center;
}


.banner img{
    width: 100%;
}


.aside{
    float: left;
    width: 250px;
    position: relative;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #DFDFDF;
}
.aside h2{
    height: 70px;
    line-height: 70px;
    font-size: 22px;
}
.aside ul li{
    height: 60px;
    border-top: 1px solid #DFDFDF;
}
.aside ul li a{
    display: block;
    line-height: 60px;
    font-size: 16px;
}
.aside ul li a:hover{
    text-decoration: none;
}
.aside ul li.on a{
    color: #fff;
    background: #8D1316;
}


.column{
    float: right;
    width: 925px;
    margin: 30px 0 0;
    border: 1px solid #DFDFDF;
}
.position{
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #CFCFCF;
}
.position h2{
    color: #8D1316;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    padding-left: 30px;
}
.position .rt{
    margin-right: 30px;
}
.position a{
    color:#666;
}
.position a:hover{
    color:#8D1316;
}
.news-list{
    min-height: 550px;
}
.news-list li{
    height: 60px;
    line-height: 60px;
    padding: 0 30px;
    border-bottom: 1px solid #DFDFDF;
}
.news-list li span{
    color: #666;
}
.news-list li p{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-right: 100px;
}
.news-list li a{
    font-size: 16px;
    padding-left: 15px;
    position: relative;
    text-decoration: none;
}
.news-list li a:before{
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    width: 6px;
    height: 6px;
    background: #858585;
    border-radius: 50%;
}
.news-list li a:hover:before{
    background: #8D1316;
}


.detail{
    margin: 30px 0;
    min-height: 550px;
    padding: 0 30px;
}
.caption{
    margin: 30px 0;
    text-align: center;
}
.caption h1{
    font-size: 20px;
    font-weight: normal;
}
.caption p{
    margin-top: 10px;
    color: #999;
}
.caption p span{
    margin-right: 10px;
}
