﻿/*样式清除*/
body{ padding:0; margin:0;  font:normal 12px/200% "微软雅黑"; color:#333;text-align:center;}
h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td{margin:0;padding:0;}
div{margin:0 auto;text-align:left;font:normal 12px/200% "微软雅黑";}
li,p{text-align:left;font:normal 12px/200% "微软雅黑";}
a:link,a:visited{color:#333; text-decoration:none;}
a:hover{color:#333; text-decoration:underline;}
img{ border:none;}
ol,ul,li{list-style:none;}
em,i{ font-style:normal;}
h1,h2,h3,h4,h5,h6{ text-align:left;font:normal 12px/200% "微软雅黑";}
.fl{ float:left;}
.fr{ float:right;}
.clearfix {
    zoom: 1;
}
.red, .red a:link, .red a:visited, .red a:hover {
    color: #e31515;
}
.fixed {
    display: block;
    min-height: 1%;
}
.fixed:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}
/*头部导航开始*/
.bndj-top-box{
    position: relative;
    width: 100%;
    height: 600px;
    background: url(../images/dshead.jpg) center top no-repeat;
}
/*花絮开始*/
.g_bdw {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 550px;
}

.g_bdw .g-canvas-box {
    width: 100%;
    height: 470px;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    left: 0;
    right: 0;
    position: absolute;
    z-index: 8;
}

.g_bdw .g-canvas-box canvas {
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    --blur: 2;
    -webkit-filter: blur(calc(var(--blur) * 1px));
    filter: blur(calc(var(--blur) * 1px));
}

.g_bdw .g-canvas-box .menu {
    display: none !important;
    position: absolute;
    top: 0;
    left: 0;
    color: #fafafa;
    background: rgba(0, 0, 0, 0.15);
    display: flex;
    flex-direction: column;
    padding: 30px;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    opacity: 0;
}

.g_bdw .g-canvas-box .menu button {
    height: 44px;
    width: 44px;
    background: 0;
    cursor: pointer;
    border: 0;
    background: rgba(0, 0, 0, 0.15);
    padding: 0;
    margin: 0;
    position: absolute;
    left: 100%;
    top: 0;
}

.g_bdw .g-canvas-box .menu button .icon {
    height: 60%;
    width: 60%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.g_bdw .g-canvas-box .menu button span {
    width: 100%;
    height: 20%;
    border-radius: 4px;
    background: #fff;
    display: block;
    position: absolute;
    top: 0;
    transition: -webkit-transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
}

.g_bdw .g-canvas-box .menu button span:nth-child(1) {
    -webkit-transform-origin: top left;
    transform-origin: top left;
}

.g_bdw .g-canvas-box .menu button span:nth-child(2) {
    top: 40%;
}

.g_bdw .g-canvas-box .menu button span:nth-child(3) {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    top: 80%;
}

.g_bdw .g-canvas-box .menu label {
    margin-bottom: 30px;
}

.g_bdw .g-canvas-box .menu label:last-of-type {
    margin-bottom: 0;
}

.g_bdw .g-canvas-box .menu label input {
    cursor: pointer;
    display: block;
}

.g_bdw .g-canvas-box .menu--open {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.g_bdw .g-canvas-box .menu--open span:nth-child(1) {
    -webkit-transform: translate(5px, 3px) rotate(45deg);
    transform: translate(5px, 3px) rotate(45deg);
}

.g_bdw .g-canvas-box .menu--open span:nth-child(2) {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}

.g_bdw .g-canvas-box .menu--open span:nth-child(3) {
    -webkit-transform: translate(2px, 0) rotate(-45deg);
    transform: translate(2px, 0) rotate(-45deg);
}
/*花絮结束*/

/*导航开始*/
.nav-box{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
}
.nav-box .nav-box-content{
    width: 1000px;
    height: 50px;
    margin: 0 auto;
}
.nav-box .nav-box-content  li{
    line-height: 46px;
    padding: 0 22px;
    float: left;
}
.nav-box .nav-box-content  li a{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}
/*导航结束*/

/*头部导航结束*/

/*开栏的话开始*/
.g_bdw .m_dy {
    background: url(../images/daoyu_bg.jpg) center no-repeat;
    height: 150px;
    padding: 40px 0 40px 0;
}
.g_bdw .m_dy .m_con {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.g_bdw .m_dy .m_con p {
    width: 840px;
    margin-left: 110px;
    color: #FFFFFF;
    font-size: 18px;
    text-indent: 2em;
    line-height: 1.8em;
}
/*开栏的话结束*/
/*头条开始*/
.top02_bg {
    background: #f0f0f0;
}
.w1000 {
    width: 1000px;
    padding: 25px 0 0;
}
.top02_bg div h1 {
    font-size: 40px;
    line-height: 120%;
}
.top02_bg div h1 img {
    vertical-align: middle;
    margin-right: 15px;
    margin-left: 20px;
}
/*头条结束*/

/*焦点图和右侧新闻开始*/
.p1_con {
    margin: 20px auto;
    height: 430px;
}
.p1_con .fl {
    width: 535px;
}
.p1_con .fr {
    width: 430px;
}
#box {
    width: 535px;
    height: 430px;
    position: relative;
    overflow: hidden;
}
#pic_list li {
    display: none;
    text-align: center;
    font-size: 14px;
    position: absolute;
    height: 356px;
}
#pic_list li i {
    z-index: 1;
    position: absolute;
    text-align: center;
    display: block;
    width: 100%;
    line-height: 40px;
    bottom: 0;
    left: 0;
    color: #fff;
    background: url(../images/bg00.png);
}
#pic_list li i a:link, #pic_list li i a:hover, #pic_list li i a:visited {
    color: #fff;
    text-decoration: none;
}
.up {
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: -40px;
    left: 0;
    z-index: 10;
}
.pic_list {
    height: 260px;
    overflow: hidden;
}
.pic_list ul {
    position: relative;
    left: 0;
    top: 0;
    float: left;
    width: auto;
}
#num_list {
    z-index: 2;
    clear: both;
    height: 70px;
    position: absolute;
    top: 356px;
    left: 0;
    width: 535px;
}
#num_list li{
    width:105px;
    height:70px;
    padding:0;
    text-align:center;
    background:#cccccc;
    overflow:hidden;
    float:left;
    margin-right:2px;
    background:#000;
}
#num_list li i{
    display:none;
}
#num_list li img{
    width:106px;
    height:70px;
}
#num_list li.active img{
    filter:alpha(opacity=50);
    -moz-opacity:0.5;-khtml-opacity: 0.5;
    opacity: 0.5;width:105px;
    height:70px;
}
.down {
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: -40px;
    right: 0px;
    z-index: 10;
}
.p1_con .fr h1 {
    font-size: 24px;
    line-height: 140%;
}
.p1_con .fr p {
    font-size: 14px;
    padding: 10px 0;
    border-bottom: #f01228 3px solid;
    margin-bottom: 8px;
}
.p1_con .fr ul li {
    font-size: 18px;
    border-bottom: #cccccc 1px dotted;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
}
/*.p1_con .fr ul li:first-child {
    height: 160px;
}*/
.p1_con .fr ul li img {
    vertical-align: middle;
    margin-right: 8px;
}
/*焦点图和右侧新闻结束*/

/*百年历程开始*/
.bnlc-box{
    width: 1000px;
    margin: 20px auto 0;
}
.bndj-title{
    width: 100%;
    height: 100px;
    background: url("../images/index_01.png") no-repeat center top;
}
.bndj-title a{
    display: block;
    width: 100%;
    height: 100%;
    line-height: 95px;
    font-size: 26px;
    font-weight: bold;
    color: #fff45c;
    text-align: center;
    text-indent: 1em;
}
.bnlc-content{
    width: 100%;
    overflow: hidden;
}
.bnlc-content .first,.bnlc-content .two{
    width: 100%;
    height: 125px;
    margin-top: 10px;
}
.bnlc-content .first .first_01,.bnlc-content .two .two_03{
    width: 170px;
    height: 125px;
}
.bnlc-content .first .first_01 img,.bnlc-content .two .two_03 img{
    width: 100%;
    height: 100%;
}
.bnlc-content .first .first_02,.bnlc-content .two .two_02{
    width: 741px;
    height: 125px;
    background: #fdebd0;
    padding: 10px 10px;
}
.bnlc-content .two .two_02{
    background: #e5e5e5;
}
.bnlc-title a{
    color: #e60012;
    font-size: 18px;
    font-weight: bold;
}
.bnlc-contents p{
    line-height: 28px;
    text-indent: 2em;
    font-size: 14px;
    color: #464646;
}
.bnlc-content .first .first_03,.bnlc-content .two .two_01{
    width: 88px;
    height: 125px;
    background: url("../images/index_02.jpg") no-repeat;
}
.bnlc-content .first .first_03 span,.bnlc-content .two .two_01 span{
    display: block;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 15px;
    margin-top: 40px;
}
/*百年历程结束*/

/*党史撷英开始*/
.dsjy-box{
    width: 1000px;
    margin: 40px auto 0;
}
.dsjy-content{
    width: 100%;
    margin-top: 10px;
}
.dsjy-content .dsjy-content-L{
    width: 750px;
    height: 500px;
    position: relative;
}
.dsjy-content .dsjy-content-L a{
    display: block;
    width: 100%;
    height: 100%;
}
.dsjy-content .dsjy-content-L a img{
    width: 100%;
    height: 100%;
}
.dsjy-content .dsjy-content-R{
    width: 240px;
    height: 500px;
}
.dsjy-content .dsjy-content-R ul li{
    position: relative;
    margin-top: 15px;
}
.dsjy-content .dsjy-content-R ul li:nth-child(1){
    margin-top: 0;
}
.dsjy-content .dsjy-content-R ul li a{
    display: block;
    width: 100%;
    height: 156px;
}
.dsjy-content .dsjy-content-R ul li a img{
    width: 100%;
    height: 100%;
}
.dsjy-content .dsjy-content-L .titel_01,.dsjy-content .dsjy-content-R ul li a .titel_01{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    background: url(../images/bg00.png) repeat-x;
}
/*党史撷英结束*/

/*薪火传承开始*/
.xhcc-box{
    width: 1000px;
    margin: 40px auto 0;
}
.xhcc-content{
    margin-top: 15px;
}
.xhcc-content ul li{
    float: left;
    position: relative;
    margin-right: 19px;
    margin-top: 10px;
}
.xhcc-content ul li:nth-child(3n+3){
    margin-right: 0;
}
.xhcc-content ul li a{
    display: block;
    width: 320px;
    height: 260px;
}
.xhcc-content ul li img{
    width: 100%;
    height: 100%;
}
.xhcc-content ul li .titel_02{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 16px;
    background: url(../images/bg00.png) repeat-x;
}
/*薪火传承结束*/

/*感悟初心开始*/
.gwcx-box{
    width: 1000px;
    margin: 40px auto 0;
    height: 400px;
    background: url("../images/index_03.png") no-repeat;
}
.gwcx-content{
    width: 900px;
    height: 240px;
    margin: 0 auto;
}
.gwcx-content ul li{
    width:179px;
    float: left;
    background: #fff;
    margin-right: 59px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
}
.gwcx-content ul li:nth-child(4){
    margin-right: 0;
}
.gwcx-content ul li a{
    display: block;
    width: 100%;
    height: 100%;
}
.gwcx-content ul li img{
    padding: 10px 15px 0;
    width: 180px;
    height: 148px;
}
.gwcx-content ul li span{
    padding-left: 15px;
    font-size: 15px;
}
.gwcx-content ul li p{
    padding: 0 15px 10px;
    text-indent: 2em;
    font-size: 13px;
}
/*感悟初心结束*/

/*红色展馆开始*/
.hszg-box{
    width: 1000px;
    margin: 40px auto 0;
}
.hszg-content .picMarquee-left{
    width:1000px;
    overflow:hidden;
    position:relative;
}
.hszg-content .picMarquee-left .bd{
    padding:0px;
}
.hszg-content.picMarquee-left .bd ul{
    overflow:hidden;
    zoom:1;
}
.hszg-content .picMarquee-left .bd ul li{
    margin:0 4px 0 0;
    float:left;
    _display:inline;
    overflow:hidden;
    text-align:center;
}
.hszg-content .picMarquee-left .bd ul li .pic{
    text-align:center;
}
.hszg-content .picMarquee-left .bd ul li .pic img{
    width:245px;
    height:155px;
    display:block;
    padding:0px;
}
.hszg-content .picMarquee-left .bd ul li .pic a:hover img{
    border-color:#999;
}
.hszg-content .picMarquee-left .bd ul li .title{
    width: 245px;
    font-size: 16px;
    line-height:30px;
}
/*红色展馆结束*/

/*底部开始*/
.copyright {
    background: url(../images/bg01.png) bottom center no-repeat #facd89;
    height: 161px;
    padding-top: 40px;
    padding-bottom: 20px;
    text-align: center;
    border-top: 5px solid red;
    margin-top: 40px;
}
 #copyright{
     width:980px;
     margin:0px auto;
     font-size:18px;
     text-align:center;
     padding:5px 0;
     line-height:180%;
     clear:both;
     color: #ececec;
 }
/*底部结束*/


/*辉煌历程开始*/
.pljd{
    width: 1000px;
    min-height: 200px;
overflow:hidden;
}
.pljd .title-des {
    width: 470px;
    border-bottom: 1px dashed #aaa;
    margin: 20px  25px 0 0;
    float: left;
}
.pljd .title-des .des {
    margin-top: 10px;
    font-size: 16px;
    margin-bottom: 20px;
}
/*辉煌历程结束*/


/*党史影像开始*/
.previous-movie{
    margin-top: 30px;
}
.previous-movie .lf-movie{
    margin-top: 20px;
    width: 502px;
    height: 380px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.previous-movie .lr-movie{
    display: inline-block;
    width: 490px;
    margin-top: 20px;
}
.previous-movie .lf-movie  li div a, .previous-movie .lr-movie li div a, .lf-movie div a{color:#fff}
.previous-movie .lf-movie img{
    width: 100%;
    height: 380px;
}

.previous-movie .lf-movie>div{
    position: absolute;
    bottom: 0px;
    left: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    word-wrap: nowrap;
    width: 502px;
    overflow: hidden;
    color: white;
    font-size: 18px;
    background: rgba(0,0,0,.5);
    line-height: 35px;
    text-indent: 1em;
}

.previous-movie .lr-movie .movie-item{
    display: inline-block;
    width: 229px;
    height: 179px;
    overflow: hidden;
    margin-left: 13px;
    margin-bottom: 19px;
    position: relative;
}

.previous-movie .lr-movie .movie-item>div{
    position: absolute;
    bottom: 0px;
    left: 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 229px;
    word-wrap: nowrap;
    overflow: hidden;
    color: white;
    font-size: 18px;
    line-height: 35px;
    background: rgba(0,0,0,.5);
    text-indent: 1em
}
.previous-movie .lr-movie .movie-item img{
    width: 100%;
    height: 179px;
}
/*党史影像结束*/
/*行*/
.dsjyrow{
    width: 100%;
    min-height: 100px;
    overflow: hidden;
    min-width: 1000px;
}

