@charset "utf-8";
*{
    font-family: "Microsoft YaHei";
}
.container-1000{
    position: relative;
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}
.header{
    position: relative;
    padding: 0 30px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
}
.logo{
    float: left;
    margin: 12px 20px 0 0;
}
.nav{
    float: left;
    margin: 17px 0;
    padding-left: 10px;
    height: 16px;
    line-height: 16px;
    color: #9e9e9e;
    border-left: 1px solid #9e9e9e;
}
.nav a{
    padding: 0 8px;
    color: #000;
}
.nav em{
    color: #1d80f9;
}
.mainNav {
    float: right;
    color: #9e9e9e;
}
.mainNav a{
    padding: 0 8px;
    color: #000;
}
.article-h3-sty{
    position: relative;
    padding-bottom: 4px;
    width: 100%;
    line-height: 32px;
    text-align: center;
    font-size: 26px;
    font-weight: 400;
}
.article-h3-sty em{
    padding: 0 5px;
    color: #ff7e00;
}
.editor-info{
    position: relative;
    padding-bottom: 6px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 14px;
    color: #939393;
}
.editor-info a{
    color: #939393;
}
.editor-info span{
    padding: 0 5px;
}
.menu-abr{
    position: relative;
}
.menu-abr span{
    margin-right: 20px;
    padding: 10px 10px 10px 38px;
    line-height: 48px;
    font-family: SimSun;
    font-size: 14px;
    color: #939393;
    border: 1px solid #dcdcdc;
    cursor: pointer;
}
.menu-abr span a{
    font-family: SimSun;
    color: #939393;
}
.pic-share a{
    float: none!important;
    margin: 0 0 0 -25px!important;
    font-size: 14px!important;
    font-family: SimSun;
    color: #939393!important;
    background: none!important;
}
.pic-share.bdshare-button-style0-24:after{
    display: none!important;
}
.pic-share.bdshare-button-style0-24{
    zoom: 0;
}
.menu-abr em{
    line-height: 36px;
    font-size: 16px;
    color: #b7b7b7;
}
.menu-abr .fr{
    margin-right: -20px;
}
.group-show{
    background: url("../images/group.png") 8px 50% no-repeat;
}
.scale-pic{
    background: url("../images/scale.png") 8px 50% no-repeat;
}
.collect{
    background: url("../images/collect.png") 8px 50% no-repeat;
}
.collected{
    background: url("../images/collected.png") 8px 50% no-repeat;
}
.pic-share{
    background: url("../images/share.png") 8px 50% no-repeat;
}
.img-box{
    position: relative;
    margin: 15px auto;
    padding: 24px 0 20px 0;
    width: 100%;
    max-width: 1400px;
    border: 1px solid #dbdbdb;
    box-sizing: border-box;
    z-index: 2;
}
.bulb{
    position: absolute;
    top: 20px;
    right: 20px;
    padding-top: 36px;
    width: 50px;
    line-height: 20px;
    text-align: center;
    display: block;
    background: url("../images/bulb.png") center top no-repeat;
    z-index: 99;
    cursor: pointer;
}
.show-box{
    position: relative;
    z-index: 9;
}
.img-show{
    position: relative;
    margin: 0 auto;
    width: 1000px;
    overflow: hidden;
}
.img-show img{
    width: 100%;
}
.scale{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #232323;
    z-index: 999;
    overflow: hidden;
}
.scale img{
    position: relative;
    top: 50%;
    top: 10%\9;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto;
    width: auto;
    height: auto;
}
.txt{
    padding-top: 15px;
    line-height: 38px;
    font-size: 18px;
    color: #000;
}
.txt p{
    text-indent: 36px;
}
.btn{
    position: absolute;
    top: 0;
    display: block;
    width: 50%;
    height: 100%;
    cursor: none;
    z-index: 999;
    overflow: hidden;
}
.btn span{
    position: absolute;
    width: 34px;
    height: 63px;
    display: none;
    z-index: 999;
}
.btn-left{
    left: 0;
}
.btn-left:hover span{
    display: block;
    background: url("../images/btn-left.png") 20% 50% no-repeat;
}
.btn-right{
    right: 0;
}
.btn-right:hover span{
    display: block;
    background: url("../images/btn-right.png") 80% 50% no-repeat;
}
.img-list{
    position: relative;
    margin: 15px auto 0 auto;
    width: 1026px;
    overflow: hidden;
}
.fixed-bar{
    position: fixed;
    left: 50%;
    bottom: 0;
    width: 1026px;
    margin-left: -513px;
    background-color: white;
    z-index: 9999;
}
.img-bar{
    position: relative;
    margin: 0 auto;
    padding: 17px 30px 0 60px;
    width: 600px;
    overflow: visible;
}
.move-box{
    position: relative;
    width: 573px;
    height: 102px;
    overflow: hidden;
}
.move-bar{
    position: relative;
}
.move-bar li{
    float: left;
    position: relative;
    margin-right: 26px;
    width: 120px;
    height: 98px;
    border: 2px solid transparent;
    overflow: hidden;
}
.move-bar li.active{
    border: 2px solid #ff7e00;
}
.move-bar li a{
    width: 100%;
    height: 100%;
    display: block;
}
.move-bar li img{
    width: 100%;
    height: 100%;
}
.move-bar li span{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 57px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 16px;
    color: white;
    display: block;
    background: url("../images/p-bg.png") repeat;
}
.move-bar li a div{
    display: none;
}
.scroll-bar{
    position: relative;
    padding: 20px 0;
    width: 573px;
    height: 20px;
    background: url("../images/scroll-line.png") center no-repeat;
}
.scroll-bar span{
    position: absolute;
    left: 0;
    top: 20px;
    width: 20px;
    height: 20px;
    background-color: #f27800;
    display: block;
    cursor: e-resize;
}
.btn-s{
    position: absolute;
    top: 19px;
    width: 28px;
    height: 96px;
    border: 1px solid #dbdbdb;
    display: block;
    cursor: pointer;
}
.btn-left-s{
    left: 0;
    background: url("../images/btn-left-s.png") center no-repeat;
}
.btn-right-s{
    right: -6px;
    background: url("../images/btn-right-s.png") center no-repeat;
}
.goto{
    position: absolute;
    top: 0;
    padding: 12px 13px;
    width: 120px;
    height: 98px;
    display: block;
    background: url("../images/pic-bg.png") right bottom no-repeat;
}
.goto img{
    width: 100%;
    height: 100%;
}
.goto p{
    position: absolute;
    left: 13px;
    top: 12px;
    width: 120px;
    height: 98px;
    line-height: 98px;
    text-align: center;
    font-size: 20px;
    color: white;
    background: url("../images/p-bg.png") repeat;
}
.prev{
    left: 0;
}
.next{
    right: 0;
}
.tags{
    position: relative;
    margin-left: 13px;
    padding-left: 26px;
    line-height: 30px;
    background: url("../images/tag.png") left center no-repeat;
}
.tags span{
    padding: 0 8px;
    font-family: SimSun;
    font-size: 14px;
    color: #878787;
}
.tags span a{
    font-family: SimSun;
    color: #878787;
}
.content-show{
    margin-top: 20px;
    border-top: 1px dotted #dbdbdb;
}
.h3-sty,.img-list .dt_RecDiv1 h3{
    margin: 20px 0;
    line-height: 32px;
    font-size: 24px;
    font-weight: 400;
    color: #1d80f9;
}
.info-list{
    position: relative;
    width: 1050px;
}
.info-list li{
    float: left;
    position: relative;
    margin-right: 33px;
    width: 174px;
}
.info-list li a{
    position: relative;
    width: 100%;
    display: block;
}
.info-list li img{
    width: 100%;
}
.info-list li p{
    margin: 8px 0;
    line-height: 24px;
    font-size: 14px;
    font-family: SimSun;
    color: #000;
}
.img-list .dt_RecDiv1{
  border-width:0;
  width:1000px;
}
.news-list li,.img-list .dt_RecDiv1 .dt_RecUl1 li{
    float: left;
    padding: 0 10%;
    margin:0;
    text-indent:0;
    width: 30%;
    height: 36px;
    overflow: hidden;
    background: url(../images/dot.png) 78px 15px no-repeat;
}
.img-list .bfd_img_logo1{
  opacity: 0;
}
.news-list li a,.img-list .dt_RecDiv1 .dt_RecUl1 li a{
    line-height: 36px;
    font-size: 14px;
    font-family: SimSun;
    color: #000;
}
.footer{
    padding-top: 60px;
}
.footer #pchomefoot1706{
    border: none;
}
/*列表模式*/
.img-show-list{
    padding-bottom: 50px;
}
.img-show-list li{
    position: relative;
    width: 100%;
    border-top: 1px dotted #dbdbdb;
}
.img-show-list li span{
    padding: 15px 0;
    line-height: 52px;
    font-size: 24px;
    font-style: oblique;
    color: #000;
    display: block;
}
.img-show-list li span em{
    font-style: oblique;
    color: #1d80f9;
}
.img-show-list li:first-child{
    border-top: none;
}
.img-show-list li img{
    width: 100%;
}
.img-show-list li p{
    padding: 20px 0;
    line-height: 38px;
    font-size: 18px;
    color: #000;
}
/*黑夜模式*/
.dark,.dark .fixed-bar{
    background-color: #232323;
}
.dark .header{
    border-bottom: 1px solid #595959;
}
.dark .header a,.dark .article-h3-sty,.dark .txt,.dark .img-show-list li p,.dark .img-show-list li span,{
    color: #fff;
}
.dark .menu-abr span{
    color: #939393;
    border: 1px solid #494949;
}
.dark .menu-abr em{
    color: #5d5d5d;
}
.dark .img-box{
    border: 1px solid #494949;
}
.dark .bulb,.dark .info-list li p,.dark .news-list li a,.dark .img-list .dt_RecDiv1 li a{
    color: #939393;
}
.dark .content-show,.dark .img-show-list li{
    border-color: #494949;
}
.dark .btn-right span{
    background: url(../images/btn-right-dark.png) 80% 50% no-repeat ;
}
.dark .btn-left span{
    background: url(../images/btn-left-dark.png) 20% 50% no-repeat ;
}
.dark .scroll-bar{
    background: url(../images/scroll-line-dark.png) center no-repeat;
}
.dark .goto{
    background: url(../images/pic-bg-dark.png) right bottom no-repeat;
}
.dark .btn-s{
    border: 1px solid #5c5c5c;
}
.dark .btn-left-s{
    background: url(../images/btn-left-s-dark.png) center no-repeat;
}
.dark .btn-right-s{
    background: url(../images/btn-right-s-dark.png) center no-repeat;
}
