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: url(../image/bg3.jpg) repeat;
}
a{
    text-decoration:none;
    color: #333;
}
a:hover{
    text-decoration:underline;
    color: #9C1D17;
}
input,button{
    outline:0;
}
img{
    vertical-align: middle;
    border: 0;
}
div{
    box-sizing: border-box;
}

.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;
}


.top{
    height: 42px;
    line-height: 42px;
}
.top .container{
    background: #fff;
}
.top a{
    margin-right: 5px;
}
.top span{
    margin: 0 5px;
}
.top .rt{
    position: relative;
}
.top input[type=text]{
    height: 30px;
    line-height: 30px;
    width: 240px;
    border: 1px solid #959595;
    padding: 0 30px 0 15px;
}
.top input[type=image]{
    position: absolute;
    top:13px;
    right:10px;
}

.header{
    width: 100%;
    height: 190px;
    background: url(../image/header-bg1.jpg) no-repeat;
}
.header img{
    margin-top: 20px;
}


.nav{
    height: 50px;
    line-height: 50px;
    margin-top: -55px;
}
.menu li{
    float: left;
    width: 133px;
    height: 50px;
    position: relative;
}
.menu>li:last-child{
    width: 136px;
}
.menu>li:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 5px;
    left: 0;
    bottom: -5px;
    background: #FADF00;
}
.nav ul li a{
    display: block;
    width: 100%;
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    position: relative;
}
.nav>div>ul>li:hover{
    background: #ED441D;
}
.nav .sub-menu{
    display: none;
    position: absolute;
    top:55px;
    left: 0;
    z-index: 99;
}
.menu>li .sub-menu li{
    background: #ED441D;
    background: rgba(237,68,29,.6);
    border-bottom: 1px #fff solid;
}
.menu>li .sub-menu li:hover{
    background: #ED441D;
}

.section{
    width: 100%;
    margin-top: 5px;
}
.section .container{
    background: #fff;
}
.section .aside{
    width: 800px;
    height: 360px;
}

.section .title{
    font-size: 22px;
    padding-bottom: 10px;
    border-bottom: 1px solid #C2C2C2;
}
.section .title span{
    position: relative;
    padding-left: 35px;
}
.section .title span:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/icon-list.png) no-repeat;
}
.section .title span:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -12px;
    height: 4px;
    background: #B81E16;
}
.section .title a{
    position: relative;
    top: 5px;
    font-size: 14px;
    color: #999;
    padding-right: 20px;
}
.section .title a:hover{
    color: #9C1D17;
    font-size: 14px;
}
.section .title a:after{
    position: absolute;
    top: -6px;
    right: 0;
    content: '+';
    color: #9C1D17;
    font-size: 22px;
    font-weight: bold;
    transition: .5s;
}
.section .title a:hover:after{
    color: #9C1D17;
    transform: rotateX(360deg);
}

.albumBox{
    width:800px;
    height: 450px;
    overflow:hidden;
    position:relative;
    text-align: center;
    background: #fefefe;
}
.albumBox .hd{
    position:absolute;
    width: 100%;
    bottom:15px;
    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;
}
.albumBox .bd img{
    display:inline-block;
  	width: 100%;
    height: 450px;
}
.albumBox .bd li p{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    color: #fff;
    font-size: 16px;
    text-align: left;
    padding: 0 120px 0 15px;
    background: rgba(0,0,0,.5);
}


.info{
    width: 400px;
    height: 450px;
    background: #eee;
    padding: 20px 25px;
}
.info .title{
    border: none;
}
.info .title span{
    font-size: 18px;
}
.info .title span:before{
    width: 25px;
    height: 22px;
}
.info .title span:after{
    display: none;
}
.info ul{
    margin-top: 8px;
}
.info ul li{
     height: 80px;
     margin-bottom: 20px;
     border-bottom: 1px dotted #B4B4B4;
}
.info ul li:last-child{
    border-bottom: 1px solid transparent;
}
.info .date{
    width: 74px;
    font-family: "Georgia";
    text-align: center;
    border: 1px solid #9C1D17;
}
.info .date span{
    display: block;
    color: #fff;
    font-size: 20px;
    padding-bottom: 3px;
    background: #9C1D17;
}
.info .date p{
    color: #9C1D17;
    padding: 5px 10px;
}
.info ul li>p{
    height: 55px;
    line-height: 25px;
    overflow: hidden;
    margin-left: 90px;
    padding-top: 5px;
    font-size: 16px;
}

.news{
    padding-top: 30px;
}
.news .title span:before{
    top: 5px;
    width: 23px;
    height: 19px;
    background-position: -75px 0;
}
.news ul{
    margin-top: 20px;
}
.news ul li{
    font-size: 16px;
}
.news ul li span{
    float: right;
    color: #666;
}
.news ul li p{
    height: 33px;
    line-height: 33px;
    margin-right: 120px;
}
.news ul li a:before{
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    margin-right: 10px;
    position: relative;
    top: -3px;
    border-radius: 50%;
    background: #ddd;
}
.news ul li a:hover:before {
    background: #9C1D17;
}


.policy-img .title span:before{
    top: 5px;
    width: 23px;
    height: 22px;
    background-position: -50px 0;
}
.policy-img{
    width: 400px;
    padding: 30px 5px 0 30px;
}
.policy-img ul{
    padding-top: 25px;
}
.policy-img ul li{
    margin-bottom: 15px;
    position: relative;
}
.policy-img ul li a{
    display: block;
    width: 365px;
    height: 71px;
    overflow: hidden;
    position: relative;
}
.policy-img ul li a:before,
.policy-img ul li a:after{
    position: absolute;
    content: '';
    z-index: 99;
    transition: .5s;
}
.policy-img ul li a:before{
    top: 10px;
    right: 5px;
    bottom: 10px;
    left: 5px;
    border-top: 1px solid #FADF00;
    border-bottom: 1px solid #FADF00;
    transform: scaleX(0);
    transform-origin: 0 0;
}
.policy-img ul li a:after{
    top: 5px;
    right: 10px;
    bottom: 5px;
    left: 10px;
    border-left: 1px solid #FADF00;
    border-right: 1px solid #FADF00;
    transform: scaleY(0);
    transform-origin: 100% 0;
}
.policy-img ul li a:hover:before{
    transform: scaleX(1);
}
.policy-img ul li a:hover:after{
    transform: scaleY(1);
}
.policy-img ul li a img{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.policy-img ul li a:hover img{
    transform: scale(1.1);
}


.link{
    width: 100%;
    padding: 15px 0;
    background: #fff;
    overflow: hidden;
}
.link .title span{
    padding-left: 33px;
}
.link .title span:before{
    width: 28px;
    height: 28px;
    background: url(../image/link1.png) no-repeat;
}
.link ul li{
    position: relative;
    float: left;
    width: 376px;
    height: 87px;
    overflow: hidden;
    margin: 30px 36px 30px 0;
}
.link ul li:last-child{
    margin-right: 0;
}
.link ul li:before{
    content: '';
    position: absolute;
    top: -25px;
    bottom: -70px;
    left: -120px;
    width: 50px;
    background: rgba(255,255,255,.6);
    transform: rotate(45deg);
    transform-origin: 100% 50%;
}
.link ul li:hover:before{
    left: 450px;
    transition: 1s;
    z-index: 99;
}
.link ul li img{
    width: 100%;
    height: 100%;
    transition: .3s;
}
.link ul li:hover img{
    transform: scale(1.1);
}

.bread{
    height: 45px;
    line-height: 45px;
    padding-left: 30px;
    margin: 20px 0;
    background: #fff;
    border: 2px solid #9C1D17;
}
.left_aside{
    float: left;
    width: 280px;
    text-align: center;
    background: #F5F5F5;
}
.left_aside p{
    color: #fff;
    font-size: 20px;
    line-height: 50px;
    background: #9C1D17;
}
.left_aside ul li{
    line-height: 45px;
    font-size: 18px;
    border-bottom: 1px solid #ddd;
}
.left_aside ul li:last-child{
    border-bottom: 0;
}
.left_aside ul li a{
    display: block;
    position: relative;
}
.left_aside ul li a:after{
    position: absolute;
    top: 15px;
    right: 50px;
    line-height: 20px;
    content: '→';
    text-align: center;
    color: #ccc;
    font-size: 18px;
    transition: .3s;
}
.left_aside ul li a:hover{
    text-decoration: none;
    background: #ddd;
}
.left_aside ul li a:hover:after{
    color: #9C1D17;
    right: 40px;
}
.left_aside ul li.on a{
    color: #9C1D17;
    background: #ddd;
}
.left_aside ul li.on a:after{
    color: #9C1D17;
}

.right_aside{
    margin-left: 300px;
    background: #fff;
}
.right_aside .head{
    font-size: 20px;
    line-height: 50px;
    border-bottom: 1px  solid #ddd;
    position: relative;
    padding-left: 33px;
}
.right_aside .head:before{
    position: absolute;
    top: 15px;
    left: 0;
    width: 23px;
    height: 22px;
    content: '';
    background: url(../image/icon-list.png) no-repeat -50px 0;
}
.right_aside .comment{
    padding: 20px 30px;
    font-size: 16px;
    min-height: 440px;
}
.right_aside .comment>p{
    line-height: 30px;
}
.right_aside .comment .list li{
    line-height: 30px;
    font-size: 16px;
    position: relative;
}
.right_aside .comment .list li:before{
    position: absolute;
    top: 12px;
    left: 0;
    width: 8px;
    height: 8px;
    content: '';
    background: #ccc;
    border-radius: 50%;
}
.right_aside .comment .list li a{
    display: inline-block;
    width: 80%;
    margin-left: 15px;
}
.right_aside .comment .list li:hover:before{
    background: #9C1D17;
}

.article{
    min-height: 800px;
    background: #fff;
}
.article .caption{
    text-align: center;
    padding: 30px 0;
}
.article .caption h2{
    color: #9C1D17;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 15px;
}
.article .caption p span{
    color: #999;
    margin: 0 10px;
}
.article .content{
    padding: 0 30px 20px;
    font-size: 16px;
}
.article .content p{
    line-height: 30px;
    margin: 10px 0;
}


.footer{
    height: 160px;
    padding-top: 50px;
    background: #9C1D17;
}
.footer p{
    color: #fff;
    line-height: 25px;
}
.footer p a{
    color: #fff;
}
.footer .rt{
    margin-top: -40px;
}
.footer .rt img{
    margin-top: 12px;
}
