@charset "utf-8";
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{height: 100%;}
input{
    outline:none;
}
a{
    cursor:pointer !important;
}
/*清除浮动*/
.clear{zoom:1;}
.clear:after{content: ''; display: block; clear: both;}
/*其他页面轮播图*/
.poster_banner{
    overflow:hidden;
    position:relative;
}
/** 公共导航栏 */
.headerBar{height:80px;width:100%;position:fixed;top:0;left:0;z-index:1000;background:rgba(0,0,0,0.8);}
/* overflow: auto; */
.headerBar::-webkit-scrollbar {
    display: none;
}
.header{height:80px;width:100%;margin:0 auto;max-width: 1200px;min-width: 940px;}
.hearderWrap{position: relative;height: 80px;width: 100%;}

.header .logo{width:294px; height:50px; position: absolute;top:15px;left:0;}
.header .logo a{display: block;width:294px;height: 50px}
.header .logoImg{width:50px;height: 50px;margin:0 14px 3px 0; opacity:1;transition:200ms;}

.header .logoImg:hover{-webkit-transform:scale(1.4);-o-transform:scale(1.4);-moz-transform:scale(1.4);transform:scale(1.4);}


.header .logoImg img{width:100%;}
.header .logoTxt{width:190px;height:40px;}
.header .infos{width:150px; position: absolute;height: 20px; right:0px; top:30px;}

.header .infos .item{float:left;background:url(../../img/icons/triangle.png) no-repeat 64px center; width:90px;height: 20px;line-height:20px;text-indent: 20px;}
.header .infos .item:nth-child(2){background-position:53px center;padding-left:3px; }
.header .infos .personal-center,
.header .infos .select-language{border-right: 1px solid #e6bb70; box-sizing:border-box;}
.header .infos .personal-center span{display:block;background:url(../../img/icons/info.png) no-repeat 39px center;height: 20px;cursor: pointer;margin-right:10px;}
.header .infos .select-language span{display:block;width:52px;height: 20px; font-size:16px; color:#e6bb70;line-height:20px;cursor: pointer;}

.header .infos .select-language:hover ul{display: block;}
.header .infos .personal-center:hover ul{display: block;}

.header .infos .search {cursor: pointer;width:25px;float:left;height:20px;background: url(../../img/icons/search.png) no-repeat right center;padding-left:40px;}
.header .infos ul{background-color:#ffffff;width:98px; border:1px solid #dddddd;box-shadow: 0 0 5px #ffffff;display: none;}
.header .infos ul.lang_ul{width:88px;}
.header .infos ul.active{display: block;}
.header .infos li{line-height: 30px;text-align: center;}
.header .infos li a{font-size:12px; color:#333333;line-height: 30px;display: block;width:100%;height: 100%;text-indent: 0;}
.header .infos li a:hover{background-color:#333333;color:#ffffff;}
.navBar{position: absolute;top:0;left:420px;}
.navBar a{font-size:16px; line-height: 80px;color:#e6bb70;}
/*二级导航*/
.navBar .nav-first li{padding:0 18px 0;line-height: 80px; height: 80px; float:left;}
.navBar .nav-first  li.active{background: url(../../img/icons/triangle-up.png) no-repeat bottom center;}
.navBar .nav-first  li:hover a,.navBar li a.active{opacity: 0.6;}
.navBar ul{height: 80px;line-height: 80px;}
.navBar .nav-sec{position:fixed;z-index: 1001;top:78px;}
.nav-sec li{height: 60px;line-height: 50px; display: none;z-index: 1001;}
.nav-sec li a{font-size:15px;color:#333333; line-height: 50px;vertical-align: middle;}
.nav-sec span{background: url(../../img/icons/index-nav-line.png) no-repeat center center; width:12px; height: 16px;display: inline-block;margin:0 20px;vertical-align: middle;}
.nav-sec li.active{display: block;}
.nav-sec li a:hover{color:#999999;}

.secNavWrap{height:50px;background:#eeeeee;top:80px;position:fixed;width:100%;left:0;z-index: 99;display: none;opacity: 0.9;}

.secNav a{font-size:16px;color:#333333; line-height: 60px;vertical-align: middle;}
.secNav span{background: url(../../img/icons/index-nav-line.png) no-repeat center center; width:12px; height: 16px;display: inline-block;margin:0 20px;vertical-align: middle;}

/*底部栏*/
.footer{min-width:100%;margin:0 auto;color:#333333;font-size: 14px; text-align: center;background-color:#333333;position:relative;z-index: 2;}
.footer p{font-size:14px; line-height:14px;color:#fff; text-align: center;margin-bottom: 21px;}
.footer p.bottomLinks{font-size:16px; line-height:16px;color:#fff; text-align: center;}
.footer p.bottomLinks a{font-size:14px; color:#fff;padding:0 20px;font-family: "Microsoft Yahei", "Microsoft Yahei"!important;}/*闂傚倷鑳堕崕鐢稿疾濠靛锟斤箓宕奸妷銉х厬閻熸粌绉归崺銉﹀緞閹邦剟鍞堕梺缁樻煥婢у海绮堥敓锟�*/
.footer p.bottomLinks a:hover{color:rgba(255,255,255,0.8);}
.relevantMsg li{position:relative;}
.relevantMsg li span{position:absolute;right:0;font-size:16px;color:#999999;line-height:36px;}
.relevantMsg a{display:inline-block;font-size:16px;color:#666666;line-height: 36px;width:800px;}
.footer p:last-child{margin-bottom:0;}
.footer_box{position:relative;width:1200px;margin:0 auto;padding:20px 0;background:#333333;}
.sb_footer_img{position:absolute;left:120px;width:46px;height:48px;top:30px;}
/*底部兰公共样式*/
.fBottom {
    position: fixed;
    bottom: 0;
    left: 0;
}
/*搜索页面*/
.search_hide{
    display: none;
}
.search_show{
    display:block;
}
.searchWrap{background: rgba(233,233,233,1);position: fixed;left:0;top:80px; right:0;bottom:0;z-index: 999;}
.searchWrap p{width:500px;height: 60px; position: absolute;top:50%;left:50%;margin-left:-250px; margin-top:-30px;font-size:0;}
.searchWrap input{text-align:left;margin:0;font-size:20px;line-height: 60px; text-indent: 20px;background:#fff; color:#999999;border:none;width:410px;height: 60px;display: inline-block;vertical-align: middle;padding:0;}
.searchWrap .search-btn{width:90px;height: 60px;background: url(../../img/icons/search-1.png) no-repeat center center #ffffff;display: inline-block;vertical-align: middle;}
.search-btn2{width:90px;height: 60px;background: url(../../img/icons/search-1.png) no-repeat center center #ffffff;display: inline-block;vertical-align: middle; border: none; outline: none;}
/*其他页面公共轮播图*/
.poster_banner .slide a img{width:100%;height:100%;}
.poster_banner .bx-controls-direction{display:none;}
@media (min-width: 1280px) {
    .poster_banner{height: 333px;margin:0 auto;width:100%;}
    .poster_banner .slide3{height:333px;}
    .poster_banner .slide3 a{display:block; height:100%;width:100%;}
}

@media (min-width: 1366px) {
    .poster_banner{height: 356px;margin:0 auto;width:100%;}
    .poster_banner .slide{height:356px;}
    .poster_banner .slide a{display:block; height:100%;width:100%;}
}

@media (min-width: 1440px) {
    .poster_banner{height: 375px;margin:0 auto;width:100%;}
    .poster_banner .slide{height:375px;}
    .poster_banner .slide a{display:block; height:100%;width:100%;}
}
@media (min-width: 1600px) {
    .poster_banner{height: 417px;margin:0 auto;width:100%;}
    .poster_banner .slide{height:417px;}
    .poster_banner .slide a{display:block; height:100%;width:100%;}
}
@media (min-width: 1680px) {
    .poster_banner{height: 438px;margin:0 auto;width:100%;}
    .poster_banner .slide{height:438px;}
    .poster_banner .slide a{display:block; height:100%;width:100%;}
}
@media (min-width: 1920px) {
    .poster_banner{height: 500px;margin:0 auto;width:100%;}
    .poster_banner .slide{height:500px;}
    .poster_banner .slide a{display:block; height:100%;width:100%;}
}
/*公共标题导航样式无更多*/
.titlebar h3{
    background:url(../../img/icons/title-icon.png) no-repeat center left;
    background-size:24px 26px;
    margin-left:10px;
    text-indent:30px;
    line-height:26px;
    color:#333333;
    font-size:26px;
    float:left;
}
.titlebar a{
    float:right;
    color:#333333;
    font-size:14px;
    margin-top:12px;
    line-height:14px;
    cursor: pointer;
}
.titlebar a:hover{
    color:#666666;
}
/*公共图文列表标题字体样式*/
.imgText h3{
    font-size:16px;
    color:#fff;
    line-height:16px;
    height:18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow:hidden;
    width:100%;
    margin-top:14px;
    margin-bottom:15px;
}
.imgText p{
    font-size:14px;
    color:#fff;
    line-height:24px;
}
.imgP{
    height:48px;
}
/*面包屑*/
.navPath_new{
    background:#eeeeee;
    margin-bottom:50px;
}
.navPath{
    background: #eeeeee;
    width:1200px;
    height:40px;
    margin:80px auto 0;
}
.navPath p{
    float: left;
    height: 40px;
    text-align: center;
}
.navPath p i,.navPath p a{
    float:left;
}
.navPath p a{
    font-size:16px;
    color:#666666;
    height:43px;
    text-align:left;
    line-height:40px;
    box-sizing:border-box;
    padding:0 14px;
    cursor:pointer;
    min-width:60px;
    max-width:400px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.navPath p i:nth-of-type(1),.navPath p i:nth-of-type(2){
    width:13px;
    height:43px;
}
.navPath p:last-child i:nth-of-type(2){
    background:none;
}
.navPath p i:nth-of-type(2){
    font-style:normal;
    background:url(../../img/icons/break.png) no-repeat center 17px;
    background-size:13px 6px;
}
.navPath p:hover i:nth-of-type(1){
    background:url(../../img/icons/break_icon.png) center center no-repeat;
    background-size:100% 100%;
}

.navPath p:hover a{
    background:url(../../img/icons/break_icon2.png) center center;
    background-size:100% 100%;
}
.navPath p:hover i:nth-of-type(2){
    background:url(../../img/icons/break_icon3.png) center center no-repeat;
    background-size:100% 100%;
}

.navPath p{
    font-size:16px;
    color:#666666;
    cursor:pointer;
}

.navPath p:hover a{
    color:#333333;
}
.navPath p:last-child a{
    max-width:400px;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
/*描述显示与隐藏*/
.abstra_content{
    position:relative;
}
.astracts {
    overflow:hidden;
    height: 138px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
}
.shandow{height: 64px;background:url(../../img/icons/jianbian.png) repeat-x left top;position: absolute;bottom:0;right: 0;width:100%;}
.shandow .arrowdown,
.shandow .arrowup{width:40px;height: 20px; position: absolute;bottom:10px;left:50%;margin-left:-20px;}
.shandow .arrowdown{display: block;background: url(../../img/icons/arrowdown.png) no-repeat center center;}
.shandow .arrowup{display: none;background: url(../../img/icons/arrowup.png) no-repeat center center;}
.shandow.active{background:none;}

/*视频弹框*/
.close_video{cursor:pointer;width:38px;height: 38px;background:url(../../img/icons/close.png) no-repeat center center; position: absolute;right:16px; top:40px;}

.videoMask{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.8);z-index: 1001;display: none;overflow-y: scroll;}
.videoWrap{width: auto;height: auto;position: absolute;left: 0;top: 0;right: 0;bottom: 0;margin:10% auto;background: rgba(0,0,0,0);text-align:center;}
video::-webkit-media-controls-enclosure{
    overflow:hidden;
}
video::-webkit-media-controls-panel{
    width: calc(100% + 30px);
}
.videoWrap video{
    width:1040px;
    height:585px;
    background:rgba(0,0,0,0.8);
}
.video_item{
    position:relative;
}
span.play{
    width: 80px;
    height: 80px;
    background: url(../../img/icons/play.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
}

.my-loading-container {
    /*background: #fff;*/
    position: absolute;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100px;
    z-index: 2;
}

.my-loading {
    position: absolute;
    height: 40px;
    line-height: 40px;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
}
.my-loading span{
	font-size: 14px;
	color: #666;
}
.loadingImg {
    display: block;
    float: left;
    margin: auto;
    width: 40px;
    height: 40px;
    background: url(./loading.png) 0 0 no-repeat;
    background-position: 0 100%;
    -webkit-background-size: 40px 80px;
    background-size: 40px 80px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 250ms;
    -webkit-transform: rotate(0deg) translateZ(0);
    -webkit-transition-duration: 0ms;
    -webkit-animation-name: loading;
    -webkit-animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
}
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate(0deg) translateZ(0);
    }
    to {
        -webkit-transform: rotate(360deg) translateZ(0);
    }
}


/**
#page {
    height: 50px;
    display: table;
    margin: 0 auto;
}

.page {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pagingUl {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 30px;
    position:absolute;
}
.testPage{
    height: 30px;
    overflow: hidden;
    float: right;
    position: relative;
}
.pagingUl li {
    float: left;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
    border-radius: 5px;
    color: #666666;
    font-size: 20px;
}

.pagingUl li a {
    height: 30px;
    display: inline-block;
    color:#666666;
}

.prv,
.next {
    width: 50px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    margin-right: 10px;
    border-bottom:1px solid #fff;
    color:#666666;
}

.prv {
    margin-right: 10px;
}

.first,
.last {
    width: 50px;
    height: 30px;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    background: #fff;
    padding: 0 5px;
    margin-right: 10px;
    border-bottom:1px solid #fff;
    color:#666666;
}
.prv:hover,
.next:hover,
.first:hover,
.last:hover,
.pagingUl li a:hover,
.activP {
    color: #ff6900!important;
    border-bottom:1px solid #ff6900;
}
.prv.active,.next.active{
    display:none !important;
}
**/
/*分页开始*/
.page{
    font-size: 15px;
    font-family: "microsoft yahei";
    color: #666666;
    padding-left: 20px;
    display: table;
    margin: 0 auto 40px;
}
/*
 * 页数按钮样式
 */
.page a {
    min-width: 10px;
    height: 32px;
    text-align: center;
    margin: 0 10px;
    cursor: pointer;
    line-height: 32px;
    color: #666666;
    font-size: 20px;
    display: inline-block;
}
#firstPage:hover,
#lastPage:hover{
    color: #666666;
    margin:0 10px;
}
#firstPage:hover,
#lastPage:hover{
    color: #ff6900;
    border-bottom:1px solid #ff6900!important;
}
#prePage,
#nextPage{
    color:#666666;
    margin:0 20px;
}
#prePage:hover,
#nextPage:hover{
    color: #ff6900;
    border-bottom: 1px solid #ff6900!important;
}

.page .current{
    border-bottom: 1px solid #ff6900;
    color: #ff6900;
}
.totalPages {
    margin: 0 10px;
}

.totalPages span,
.totalSize span {
    color: #0073A9;
    margin: 0 5px;
}
/*分页结束*/

/*友情链接*/
.bwgConnect{
    width:1200px;
    margin:0 auto;
    box-sizing:border-box;
    padding-left:40px;
}
.bwgConnect p{
    float:left;
}
.bwgConnect p a{
    color:#999999;
    font-size:26px;
    box-sizing:border-box;
    padding:10px 0;
    border-bottom:4px solid #fff;
    cursor:pointer;
}
.bwgConnect p a.active{
    color:#333333;
    border-bottom:4px solid #333333;
}
.bwgConnect span{
    padding: 0 38px;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 44px;
    background: url(../../img/icons/title-icon.png) no-repeat center center;
    background-size:12px 13px;
}
.friend_con{
    width:1202px;
    box-sizing:border-box;
    margin:40px auto 40px;
    display:none;
}
.wgfriend_con{
    width:1202px;
    box-sizing:border-box;
    margin:40px auto 40px;
    display:none;
}
.wgfriend_con ul li{
    float:left;
    border-bottom:1px solid #dddddd;
}
.bwg_content div.active{
    display:block;
}
.wgfriend_con ul li:nth-child(3n-1){
    border-right:1px solid #dddddd;
    border-left:1px solid #dddddd;
}
.wgfriend_con ul li a{
    display:block;
    width:400px;
    height:200px;
    font-size:0;
    line-height:200px;
    text-align:center;
}
.wgfriend_con ul li a img{
    max-height:200px;
    max-width:400px;
}
.friend_con ul li{
    float:left;
    border-bottom:1px solid #dddddd;
}
.friend_con ul li:nth-child(3n-1){
    border-right:1px solid #dddddd;
    border-left:1px solid #dddddd;
}
.friend_con ul li a{
    display:block;
    width:400px;
    height:200px;
    text-align:center;
    line-height:200px;
    font-size:0;
}
.friend_con ul li a img{
    max-width:400px;
    max-height:200px;
}
/*去掉收藏*/
.exhibit_ex>span{
    display:none !important;
}
/*所有的p标签*/
p{
    font-size:16px;
    color:#333333;
}

#pictureList{
	position: relative;
}
.picture{
	top: 40% !important;
}
/*添加典藏公共样式*/
.collect_detail{
    min-height:600px;
}
@media screen and (max-width: 1200px) {
    .navBar{
        left: 280px;
    }
        .navBar .nav-first li{
            padding: 0 10px;
        }
}