@charset "utf-8";
/* CSS Document */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img ,label{
    margin: 0;
    padding: 0;

}
body {
    font-family: "Microsoft YaHei";
}
fieldset,
img,
button {
    border: none;
}
/*为了照顾ie6 链接图片有边框*/
ul,
ol,
li {
    list-style: none;
}
input {
    padding-top: 0;
    padding-bottom: 0;
}
select,
input,
textarea {
    vertical-align: middle;
    font-size: 12px;
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
}
textarea {
    resize: none;
}
table {
    border-collapse: collapse;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}
a {
    color: #333;
    text-decoration: none;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    cursor: pointer;
}
a:hover {
    color: #d71920;
}
.f-left {float: left}
.f-right {float: right}
.more {
    font-size: 18px;
    color: #ee3113;
}
body {
    background: #FEFEF4;
}
/* 首页*/
.index_main {
    position: relative;
}
.banner {
    background: url("../images/banner.png") no-repeat center top;
    height: 566px;
    position: relative;

}
.navigation {height: 50px;background: #fc0000; position: absolute;bottom: 20px;width: 100%}
.navigation .navigation_box{width: 1100px;position: absolute;bottom: 0px;left: 50%;margin-left: -550px; }
.navigation ul {width: 485px;float: right}
.navigation ul li{display: inline-block;line-height: 50px;}
.navigation ul li a{font-size: 24px;font-weight: bold;color: #fff;}
.navigation ul li span{width: 4px;height: 23px;background: #fff;display: inline-block;margin: -3px 15px;}


.yw_max_box {
    background: url("../images/bg_yw.jpg") no-repeat center;
    height: 463px;
    margin-top: -120px;
    /* height: 564px;
     position: absolute;
     left: 50%;
     margin-left: -50%;
     width: 100%;
     z-index: -2;
     top: 440px;*/
}
.yw_content_box {
    width: 1100px;
    margin:125px auto 0px auto;
    height: 564px;
}
.yw_title {
    background: url("../images/title_yw.png") no-repeat center;
    height: 77px;
    position: relative;
    margin-bottom: 28px;
}
.yw_title a {
    position: absolute;
    right: 0px;
    top:25px;
    z-index: 99;
}
.yw_img {width: 544px;height: 380px;position: relative}
.yw_img img{width: 544px;height: 380px;}
.yw_img .hd {    position: absolute;
    bottom: 10px;
    right: 20px;}
.yw_img .hd ul li{display: block;width: 8px;height: 8px;float: left;
    margin-left: 10px;border-radius: 8px;background: #fff}
.yw_img .hd ul li.on {
    background: #d71920;
}
.yw_content{width: 528px;height: 380px;margin: 0px 13px;}

.yw_content ul li{
    font-size: 18px;color: #333;
    line-height: 33px;
}
.yw_content ul li i{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 16px;
    background: url("http://zyk.bjhd.gov.cn/resources/images/icon/icon_txtList_diamond.png") no-repeat;
    border-radius: 8px;
}
.yw_content ul li:hover {color: #d71920}
.yw_content ul li:hover i {
    background: url("http://zyk.bjhd.gov.cn/resources/images/icon/icon_txtList_diamond_red_over.png") no-repeat;
}

.yw_content .new_one p{
    color: #666;
    line-height: 24px;
    margin: 10px 0px 18px 0px;
}
.yw_content .new_one h2 {
  /*  height: 56px;*/
}
.yw_content .new_one h2 i{
    background: url("http://zyk.bjhd.gov.cn/resources/images/icon/icon_txtList_diamond_red_over.png") no-repeat;
    display: inline-block;
    width: 8px;
    height: 8px;
    vertical-align: 30px;
    margin-right: 16px;
   /* background: #d71920;*/
    border-radius: 8px;
    float: left;
    margin-top: 10px;
}
.yw_content .new_one h2 a {
    line-height: 28px;
    font-size: 22px;
    color: #d71920;
    font-weight: bold;
    display: inline-block;
    width: 500px;
}
.yw_content .new_one:hover h2 i{
    background: url("http://zyk.bjhd.gov.cn/resources/images/icon/icon_txtList_diamond_red_over.png") no-repeat;
}

/* 海淀成就*/
.hdcj_max_box {
    background: url("../images/bg_cj.jpg") no-repeat center;
    height: 608px;
    margin-top: 45px;
}
.hdcj_content_box {
    width: 1100px;
    margin:0px auto;
}
.hdcj_title {
    background: url("../images/title_hdcj.png") center no-repeat;
    height: 76px;
    position: relative;
    /*padding: 67px 0px 29px 0px;*/
    margin-bottom: 30px;
}
.hdcj_title a {
    position: absolute;
    right: 0px;
    top:25px;
}
.hdcj_content_img {
    width: 552px;
    height: 421px;
    background: url("../images/bg_ch_one.png") no-repeat center;
    padding-top: 15px;
}
.hdcj_content_text {
    width: 532px;
    margin: 0px 6px;
    height: 436px;
    background: url("../images/bg_ch_line.png") no-repeat left bottom ;
}
.hdcj_content_list {
    clear: both;
    padding: 10px;
}
.hdcj_content_tu {
    background: #fff;
    width: 260px;
    height: 186px;
    padding: 6px;
}
.hdcj_content_tu img {
    width: 260px;
    height: 186px;
}
.hdcj_content_wz {
    width: 216px;
    height: 186px;
    margin: 0px 15px;
}
.hdcj_content_wz a{
    font-weight: bold;
    font-size: 18px;
    color: #d71920;
    line-height: 26px;
}
.hdcj_content_wz p{
    font-size: 14px;
    color: #333;
    line-height: 24px;
}
.hdcj_content_text ul{
    padding: 15px 22px;
}
.hdcj_content_text ul li{
height: 145px;
}
.hdcj_content_text ul li a{font-size: 18px;color: #333;font-weight: bold;line-height: 35px;}
.hdcj_content_text ul li p{color: #333;line-height: 24px;}

/* 年 人 事*/
.fh_max_box {
    background: url("../images/bg_fh.jpg") no-repeat center;
    height: 1030px;
}
.fh_content_box {
    width: 1100px;
    margin: 0 auto;
}
.nrs_title {
    background: url("../images/title_rs.png") no-repeat;
    height: 76px;
    position: relative;
}
.nrs_title a {
    position: absolute;
    right: 0px;
    top:25px;
}
.nrs_content_box {padding-top: 25px;height: 528px;padding-bottom: 25px;}
.nrs_content_ul {margin-top: 38px;}
.nrs_content_ul ul{clear: both}
.nrs_content_ul ul:first-child{float: left}
.nrs_content_ul ul:last-child{float: right}
.nrs_content_ul ul li{width: 295px;height: 198px;float: left;margin: 0px 6px 17px 6px;position: relative}
.nrs_content_ul ul li img{width: 295px;height: 198px;}
.nrs_content_ul ul li .mask{height: 28px;background: #d21010;position: absolute;bottom: 0px;width: 100%}
.nrs_content_ul ul li .mask a{font-size: 16px;color: #fff;font-weight: bold;line-height: 28px;margin: 0px 10px;
    display: block;text-align: center;
}

.sp_title {
    background: url("../images/title_sp.png") no-repeat center;
    height: 76px;
    position: relative;
}
.sp_title a {
    position: absolute;
    right: 0px;
    top:25px;
}
.sp_content_swper {position: relative;width: 1100px;margin: 36px auto;height: 280px;}
.sp_content_swper .bd{overflow: hidden}
.sp_content_swper .bd ul{width: 1110px;}
.sp_content_swper .bd ul li{
    position: relative;
    width: 360px;
    height: 280px;
    margin-right: 10px;
    float: left;
}
.sp_content_swper .bd ul li a img {
    width: 360px;
    height: 280px;
}
.sp_content_swper .bd ul li .mask{
    position: absolute;
    background: url("../images/play.png") no-repeat center rgba(0,0,0,.5);
    width: 360px;
    height: 280px;
    top:0px;
    left: 0px;
    z-index: 9;
    display: none;
}
.sp_content_swper .bd ul li .mask a{
    width: 360px;
    height: 280px;
    display: block;
}
.sp_content_swper .bd ul li:hover .mask{
    display: block;
}
/*.sp_content_swper .hd ul li*/
 .prev{
     left: 0;
     position: absolute;
     top: 50%;
     width: 40px;
     height: 56px;
     margin-top: -28px;
     background: url(../images/icon_prev.png) no-repeat center rgba(255,255,255,.5);
     z-index: 99;
     background-size: 40%;


}
/*.sp_content_swper .hd ul li*/
 .next{
    right: 0;
     position: absolute;
     top: 50%;
     width: 40px;
     height: 56px;
     margin-top: -28px;
    background: url("../images/icon_next.png") no-repeat center rgba(255,255,255,.5);
    z-index: 99;
     background-size: 40%;
}
/* 轮播图*/
/*.box{
    width: 1100px;
    height: 384px;
    margin: 26px auto;
    overflow: hidden;
    position: relative;
}
.box .box-con ul{width: 1100px;  position: relative;   height: 384px;}
.box .box-con li{
    width: 320px;
    height: 348px;
    position: absolute;
    overflow: hidden;
    !* z-index: 30;*!

}
.box .box-con li .mask {
    !*background: url("../images/play.png") no-repeat center #000;*!
    background: rgba(0,0,0,.8);
    width: inherit;
    height: 384px;
    opacity: 0.4;
    margin-top: -387px;
    margin-left: 0px;
    !* display: none;*!
}
.box .box-con li.center .mask
{
                             background: url("../images/play.png") no-repeat center #000;
                             width: inherit;
                             height: 384px;
                             opacity: 0.4;
                             margin-top: -387px;
                             margin-left: 0px;
                             !* display: none;*!
}
.box .box-con li img{
    cursor: pointer;
    width: inherit;
    height: 348px;
}
.box .box-con li.center img {
    width: 687px;
    height: 384px;
}
.box .box-con li .mask a {
    width: 678px;
    height: 400px;
    display: block;
}

.box span{
    width: 40px;
    height: 70px;
    display: block;
    position: absolute;
    z-index: 51;
    cursor: pointer;
    top: 50%;
    margin-top: -35px;
    background-size: 50%;
}
.prev{
    left: 0;
    background: url("../images/icon_prev.png") no-repeat center rgba(255,255,255,.5);

}
.next{
    right: 0;
    background: url("../images/icon_next.png") no-repeat center rgba(255,255,255,.5);
}
.box .box-con li.two {
    width: 678px; height: 383px; left: 210px; top: 0px;
}
.box .box-con li.one {
    width: 320px; height: 348px; left: 0px;top: 20px;
}
.box .box-con li.three {
    width: 320px; height: 348px; right: 0px; top: 20px;
}
.box .box-con li.center {
    z-index: 50;
    height: 384px;
}
.box .box-con li .mask{

}*/
/*.box .box-con li.center:hover .mask{display: block}*/
/* 视频2*/
.slide-carousel {
    width: 100%;
    height: 383px;
    position: relative;
    overflow: hidden;
    margin-top: 36px;
}
.slide-carousel .item-list {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
.slide-3d .item-list li {
    width: 678px;
    height: 400px;
    transition: all .5s ease-out;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}
.slide-3d .item-list li.item0{transform:translate3d(-225px,0,0) scale(.8);overflow: hidden}
.slide-3d .item-list li.item1{transform:translate3d(0,0,0) scale(.8);transform-origin:0 50%;opacity:1;z-index:2;overflow: hidden}
.slide-3d .item-list li.item2{transform:translate3d(225px,0,0) scale(1);transform-origin:0 50%;opacity:1;z-index:3;overflow: hidden}
.slide-3d .item-list li.item3{transform:translate3d(450px,0,0) scale(.8);transform-origin:100% 50%;opacity:1;z-index:2;overflow: hidden}
.slide-3d .item-list li.item4{transform:translate3d(675px,0,0) scale(.8);overflow: hidden}
.slide-3d .item-list li.item5{transform:translate3d(900px,0,0) scale(.8);overflow: hidden}
.slide-2d .item-list li{width:1200px;height:300px;transition:all .5s ease-out;position:absolute;top:0;left:0}
.slide-2d .item-list li.item0{transform:translateX(-1200px)}
.item-content img {
    width: 678px;
    height: 400px;
}
.slide-3d .item-list li .mask{
    background: url("../images/play.png") no-repeat center #000;
    width: 678px;
    height: 400px;
    opacity: 0.4;
    margin-top: -403px;
    /*display: none;*/}
.slide-3d .item-list li .mask a{ width: 678px;
    height: 400px;
    display: block;}
/*.slide-3d .item-list li.item2:hover .mask{
  display: block;
}*/

/* 视频修改*/
#certify {
    position: relative;
    width: 1100px;
    margin: 40px auto;
    height: 383px;
    overflow: hidden;
}

#certify .swiper-container {
    padding-bottom: 60px;
}

#certify  .swiper-slide {
    width: 678px;
    height: 383px;
    /*background: #fff;*/
    /*box-shadow: 0 8px 30px #ddd;*/
    position: relative;
}
#certify  .swiper-slide img{
    display:block;
    height: inherit;
    width: inherit;

}
#certify .swiper-slide .mask {
    background:rgba(0,0,0,.5);
    height: inherit;
    width: inherit;
    position: absolute;
    top:0px;
    left: 0px;
}
#certify .swiper-slide .mask a {
    height: inherit;
    width: inherit;
    display: block;
}
#certify .swiper-slide-active .mask {
    background: url("../images/play.png") center no-repeat rgba(0,0,0,.5);
    height: inherit;
    width: inherit;
    position: absolute;
    top:0px;
    left: 0px;
}
#certify  .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: 0px;
    width: 45px;
    height: 70px;
    background: url(../images/icon_prev.png) no-repeat center rgba(255,255,255,.5);
    background-size: 50%;
    margin-top: -35px;
}
#certify .swiper-button-next {
    right: 0px;
    width: 45px;
    height: 70px;
    background: url(../images/icon_next.png) no-repeat center rgba(255,255,255,.5);
    background-size: 50%;
    margin-top: -35px;
}

/* 内容页 列表页*/
.content_main {
    width: 1060px;
    padding: 20px;
    background: #fff;
    margin: 0px auto 10px auto;
    min-height: 400px;
}
.content_main_title {height: 40px}
.content_main_title h2 {float: left;
    line-height: 20px;
    margin: 0px 10px;
}
.content_main_title h2 a{font-size: 20px;font-weight: bold;color: #cc0000}
.content_main_title span{width: 2px;height: 20px;background: #CC0000;    display: inline-block;
    float: left;}
.content_main_title p{font-size: 14px;color: #333;line-height: 20px;margin-left: 10px;
float: left}
.dotte_line {
    background: url("../images/dotton_line.png") no-repeat center;
    height: 10px;
}
.list_line  {
    width: 1020px;
    height: 2px;
    background: #FCE3E1;
    margin: 20px;
}
.secBox {}
.secBox_list {margin-top: 15px;}
.secBox_list li{clear: both;font-size: 16px;color: #333;line-height: 38px;height: 38px;}

.secBox_list li i{width: 4px;height: 4px;background: #DDDDDD;float: left;display: block;margin: 17px 8px 17px 20px;}
.secBox_list li a{float: left}
.secBox_list li span{float: right}
.secBox_list li:hover  {color: #ed3e1b}
.contentBox {
    line-height: 2;
    font-size: inherit;
}
.conTit {}
.conTit h2{
   font-size: 20px;
    color: #333;
    font-weight: bold;
    text-align: center;
    margin: 25px 0px;
}
.conTit .time{
font-size: 16px;
    color: #333;
    clear: both;
    text-align: center;
    height: 30px;
}
.page {
    height: 50px;
    line-height: 50px;
    text-align: center;
    clear: both;
}

.page span {
    padding: 5px 10px;
    border: solid 1px #adadad;
    margin-right: 10px;
}

.page a {
    padding: 5px 10px;
    border: solid 1px #adadad;
    margin-right: 10px;
}

.page a.num {
    border: solid 1px #FFF;
}

.page span.on {
    background: #FD0000;
    color: #FFF;
    border: none;
}

.page a:hover {
    background: #FD0000;
    color: #FFF;
    border: solid 1px #FFF;
}

.footer{
    width: 100%;
    padding: 10px 0px;
    background-color: #e9e8eb;
    height: 150px;
}
.footer p {
    text-align: center;
    font-size: 16px;
    color: #333;
    line-height: 25px;
}
.index_footer p {color: #666}
.footer .linkPhoto {
    width: 200px;
    height: 80px;
    margin: 0 auto;
}

.footer .linkPhoto .fleft {
    width: 80px;
    height: 80px;
    float: left;
}

script {
    display: none;
}

.footer .linkPhoto .fright {
    width: 110px;
    height: 67px;
    padding-top: 13px;
    margin-left: 10px;
    float: right;
}

.footer a {
    font-size: 16px;
    color: #333;
}
