/* 公共样式 */
* {margin: 0;padding: 0;outline:none}
body,html{padding: 0;margin:0px;font-family:"Microsoft YaHei", "微软雅黑", "PingFang SC", -apple-system-font,"Helvetica Neue", "Hiragino Sans GB", sans-serif;
height: 100%;width: 100%;-webkit-overflow-scrolling: touch;background-color: transparent;overflow:visible;display:block;}
a {text-decoration: none;cursor: pointer}
ul {list-style-type: none;}
li{cursor: pointer;}
.cover{background-size: cover;background-repeat: no-repeat;background-position: center center}
.contain{background-size: contain;background-repeat: no-repeat;background-position: center center}
textarea:focus,input:focus {outline: none !important;}
input::-webkit-input-placeholder {color: #333;}
.clear{clear:both}
[url]{cursor: pointer;}
::-webkit-scrollbar {width:8px;height:8px;}
::-webkit-scrollbar-thumb {border-radius:8px;box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2);background:#333;}
::-webkit-scrollbar-track {box-shadow:inset 0 0 5px rgba(0, 0, 0, 0.2);border-radius:8px;background:#ededed;}

.main{display:block;width:100%;height:100%;min-width:100%;overflow:visible;}

.page-header{position:relative;display:none;width:100%;margin:0 auto;}
.page-bodyer {width:100%;margin-bottom: 20px;background-color: transparent;margin: auto;}
.page-bodyer .fixed {background-color: transparent;width:100%;padding:0 0.5rem;box-sizing: border-box;}
.page-bodyer .fixed > div{box-sizing: border-box;}
.page-footer{position:relative;background-color:#333;}

/* banner轮播 */
.home .page-banner{margin:0;width: 100%; height:200px;position:relative;left:0;right:0;display:none; }
.page-banner{ margin:0 auto;width: 100%;height:200px;position:relative;left:0;right:0;display:none; }
.page-banner .banner-nav{ height: 100%; }
.page-banner .banner-nav img{ width: 100%;vertical-align:middle;}
.page-banner .banner-nav .pageimg{ bottom: 5px !important; }
.page-banner .banner-nav .pageimg>span{ display: inline-block; width: 27px; height: 24px; background: url(images/banner2.png) no-repeat left center; opacity: 1 !important; margin: 0 8px !important; }
.page-banner .banner-nav .pageimg>span.swiper-pagination-bullet-active{ background: url(images/banner1.png) no-repeat right center; }

/* 弹出页面样式 */
.page-poper{overflow:auto;max-height:33.35rem;overflow:hidden;background-color:white;border-radius:10px;}
.page-poper > p{border-radius:10px 10px 0 0;top:-1px;position:absolute;left:0;right:0;overflow:hidden;text-align:center;line-height:2.8125rem;height:2.8125rem;font-size:1.0625rem;color:#fff;background-color:#1E163B}
.page-poper > p a{position:absolute;right:0.75rem;color:white;}
.page-poper > div{position:absolute;top:45px;bottom:0;left:0;right:0;overflow:auto;background-color:white;}
.page-poper .content{padding:10px 40px 20px 40px;line-height:180%;text-indent: 32px}

/* 弹出登录注册预约 */
.popup{ width: 100%; height:auto; }
.popup>div{width: 100%;height:100%;background-color: #fff;}
.popup>div>div:first-child{ width: 100%; height: 30px; margin:20px auto 5px; font-size: 20px; font-weight: bold; position: relative; text-align: center; }
.popup>div>div:nth-child(2){text-align: center;font-size: 12px;color: #666;margin-bottom: 8px;}
.popup>div>div:nth-child(3){ width: 220px; margin: auto; display: flex; justify-content:space-between; margin-bottom: 20px; font-size: 14px; }
.popup>div>div:nth-child(3)>p{ padding: 0 20px; position: relative;cursor: pointer; }
.popup>div>div:nth-child(3)>p::before, 
.popup>div>div:nth-child(3)>p::after{ content: ''; width: 16px; height: 22px; background: url(images/qianleft.png?v=1) no-repeat center; background-size: 100%; position: absolute; top: -1px; }
.popup>div>div:nth-child(3)>p::before{ left: 0px; }
.popup>div>div:nth-child(3)>p::after{ background-image: url(images/qianright.png?v=1); right: 0px; }
.popup>div>div:nth-child(3) .active{ color: #1E163B; }
.popup>div>div:nth-child(3) .active::before{ background-image: url(images/redleft.png?v=1); }
.popup>div>div:nth-child(3) .active::after{ background-image: url(images/redright.png?v=1); }
.popup>div>div:last-child>p{ width: 260px; height: 35px; margin: 0 auto; margin-top: 13px;margin-bottom: 5px;}
.popup>div>div:last-child>p>input{ width: 100%; height: 100%;border:1px solid ;border: transparent; background-color: transparent; padding-left: 5px; border:1px solid #707070;  border-radius: 5px; }
.popup>div>div:last-child>p>input::placeholder{ color: #333333; font-size: 14px; }
.popup>div>div:last-child>p>button{ width: 100%; height: 100%;font-size:14px;letter-spacing:2px;border: transparent; background-color: transparent; padding-left: 5px; border: 0px solid #707070;  border-radius: 5px; }
.popup>div>div:last-child>p>button::placeholder{ color: #333333; font-size: 14px; }
.popup>div>div:last-child>span{ display: block; width: 260px; height: 20px; line-height: 20px; margin: 0 auto; text-align: right; font-size: 10px; }
.popup>div>div:last-child>span>a{color: #666;}
.popup>div>div:last-child .code{width: 140px;}
.popup>div>div:last-child img{ display: block; float: right; width: 100px; }
.popup>div>div:last-child .button{ height: 40px; background-color: #1E163B; color: #fff; }
/* 登录注册跳转 */
.popup .memberlogin{display: block;}
.popup .registermember{display: none;}
/* 个人、团队预约跳转 */
.popup .personalorder{display: block;}
.popup .teamorder{display: none;}
#order .popup>div>div:last-child>p>span{width: 33%;text-align: right;padding-right: .5rem;display: inline-block;}
#order .popup>div>div:last-child>p>input{width: 55%;}
/* 弹出参观须知 */
.visitcode{width: 150px;height: 150px;background: url(images/code-2.jpg) no-repeat center ;background-size: contain;margin: 0 auto;}
.visitinfo{width: 80%;margin: 10px auto;text-align: left;}
/* 弹出登录注册预约-----------end */

/* 轮播图线性滑动 */
.swiper-container-free-mode > .swiper-wrapper {transition-timing-function: linear;margin: 0 auto;}

/* 大框架背景大小字体颜色 */
.home {width: 100%;font-size: 0.875rem;color: #eee;margin: 0 auto;}
.ellipsis{text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 2;overflow: hidden;}

.home .header{position:fixed;top:0;z-index: 9;display:flex;}
.home .header .nav,.home .header .tool{float:right;}
.home .header .tool{width:auto;margin-left:auto;}
.home .header .tool .nav-page{align-items:center;color:white;}
.home .header .tool .sousuo{top:60px;color:white;}
.home .page-bodyer{width:100%;position:relative;bottom:0;left:0;right:0;display:none;box-sizing: border-box;margin-top:2.5rem;}

.page-bodyer .header{display:none !important;}

.home .section1 .swiper-container{height:100%;}
.home .section1 .swiper-pagination{bottom:10px;}
.home .section1 .swiper-pagination .swiper-pagination-bullet{width:20px;border-radius: 0}
.img-box {width: 100%;height: 100%;position: absolute;overflow: hidden;}
.img-box div {width: 100%;height: 100%;}
.img-box h3{margin:100px auto;position:absolute;top:60%;left:60%;}

/* slider */
.home .silder{ position: fixed; right: 10px; top: 70%; margin-top: -140px; z-index: 20; }
.home .silder ul>li{color:white;width: 60px; height: 60px;display:flex;flex-direction:column;align-items: center;justify-content: center;font-size:30px; border-radius: 50%; margin: 10px; position: relative;background-color:#1E163B}
.home .silder ul>li>div{ width: 0px; height: 30px; padding: 10px 0; background-color:#1E163B;border-radius: 5px; position: absolute; right: 70px; top: 5px; color: #fff; overflow: hidden; transition: width .5s linear; }
.home .silder ul>li>div>p{ margin-left: 10px;font-size:13px; }
.home .silder ul>li>a{ display: flex;align-items:center;justify-content: center; width: 100%;height: 100%;font-size:30px;color:white; }
.home .silder ul>li:hover div{ width: 120px; }

.section{display:block;background:url(images/h-2-0.png) no-repeat 50% center;background-size:cover;height:100%;}
.section1{height:12rem;}

.section2 .content{padding:0px;width:100%;height:30rem;box-sizing:border-box;display:flex;justify-content:flex-start;flex-wrap: wrap;}
.section2 .content > div{color:white;position:relative;overflow:hidden;box-sizing: border-box;width:50%;border:0px solid white;border-width:5px 5px 0 5px;display:block;}
.section2 .content > div:nth-child(even){border-left-width: 0px}
.section2 .content > div:nth-child(even) p{text-align:left;padding-left:1rem;}
.section2 .content > div p{position: absolute; right: 0; bottom: 0; left: 0; text-align: right; padding-right:1rem; padding-bottom:0.5rem; transition: .3s all; line-height: 40px;}
.section2 .content > div p span{ font-size:18px; letter-spacing: 2px; color: #ffffff; text-shadow: -1px 0 #430101, 0 1px #430101, 1px 0 #430101, 0 -1px #430101}
.section2 .content > div:hover p{ background-color:rgba(135,49,47,.6); top: 0; text-align: center; padding: 0; line-height: 100%;}
.section2 .content > div:hover p span{ position: absolute; left: 0; right: 0; top: 50%; margin-top: -16px; font-size:28px; text-shadow: none;}

.section2 .content > div:nth-child(1){background:url(images/h-1.png?s=1) no-repeat center;box-sizing:border-box;grid-row:span 2;background-size:cover;}
.section2 .content > div:nth-child(2){background:url(images/h-2.png?s=1) no-repeat center;grid-row:span 3;background-size:cover;}
.section2 .content > div:nth-child(3){background:url(images/h-3.png?s=1) no-repeat center;background-size:cover}
.section2 .content > div:nth-child(4){background:url(images/h-4.png?s=1) no-repeat center;grid-row:span 3;background-size:cover;}
.section2 .content > div:nth-child(5){background:url(images/h-5.png?s=1) no-repeat center;grid-row:span 2;background-size:cover;}
.section2 .content > div:nth-child(6){background:url(images/h-6.png?s=1) no-repeat center;background-size:cover;}

/* map */
.section3 .content{position:relative;padding:5px;box-sizing:border-box;width:100%;display:flex;flex-direction:column;}
.section3 .content > div{width:100%;height:auto;box-sizing: border-box;position: relative;}
.section3 .content > div > div{height:100%;box-sizing: border-box;}
.section3 .content > div > div >p{padding:0.25rem 0;color:#1E163B;}
.section3 .content > div > div >p:first-child{font-size:1.5rem;font-weight: bold;}
.section3 .content > div > div >p:nth-child(2){font-size:1rem;font-weight: 400;margin-bottom:0.5rem;}
.section3 .content > div > div >p:nth-child(2)::after{content:" ";display:block;border-bottom:2px solid #1E163B;width:5rem;margin-top:0.5rem;}
.section3 .content > div > div > ul{margin-right:0.5rem;box-sizing: border-box;}
.section3 .content > div > div > a{margin-bottom:1rem;display:inline-block;position:relative;border:1px solid #1E163B;background-color:#1E163B;width:95%;margin-right:1rem;height:2rem;text-align: center;line-height:2rem;color:white;padding-right:1rem;box-sizing: border-box;}
.section3 .content > div > div > a::after{content:" ";position:absolute;top:4px;left:4px;border:1px solid #1E163B;display:block;width:100%;height:2rem;z-index:9;}
.section3 .content > div > div > a:hover{letter-spacing: 2px}
.section3 .content > div:first-child{padding:0 5px;display: flex;align-items:flex-start;justify-content: flex-start;flex-direction: column;background:url(images/h-2-0.png?s=0) no-repeat center center;background-size:cover;}
.section3 .content > div:first-child > div{margin:0 0.25rem;box-sizing: border-box;width:100%;}
.section3 .content > div:first-child>div>p{text-align:left}
.section3 .content > div:first-child>div>p:nth-child(2)::after{position:absolute;}
.section3 .content > div:first-child #page-status{display: flex;justify-content: space-between;margin: .5rem 0 1rem;color: #1E163B;}
.section3 .content > div:first-child #page-status>li{width: 50%;text-align: center;border: 1px solid #1E163B;height: 2rem;line-height: 2rem;font-size: 1rem;}
.section3 .content > div:first-child #page-status>li.active{background: #1E163B;color: white;}
.section3 .content > div:first-child .vir-cont{height:370px ;overflow: hidden;margin-bottom: 10px;}
.section3 .content > div:first-child .bwg-status li{overflow:hidden;border:1px solid #9C3936;box-sizing:border-box;display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;flex-wrap:nowrap;width:100%;margin-bottom:20px;color:#333;}
.section3 .content > div:first-child .bwg-status li>p{display:flex;flex-direction:column;align-items:center;justify-content: center; background-color:#1E163B;width:20%;height:6rem;color:white;}
.section3 .content > div:first-child .bwg-status li>p>a{display: block;width:50%}
.section3 .content > div:first-child .bwg-status li>p>a:first-child{font-size:0.9735rem;font-weight:600;padding-bottom:0.5rem;font-family: arial;letter-spacing:1px}
.section3 .content > div:first-child .bwg-status li>p>a:last-child{font-size:0.65rem;text-align:right;}
.section3 .content > div:first-child .bwg-status li>div{display:flex;width:auto;flex-direction: column;width:80%;}
.section3 .content > div:first-child .bwg-status li>div p{color:#303030;font-size:0.9735rem;display: block;padding:10px;text-overflow: ellipsis;white-space: nowrap;overflow:hidden}
.section3 .content > div:first-child .bwg-status li>div div{box-sizing:border-box;max-height:2.5rem;color:#666666;font-size:0.875rem;padding:0 10px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow: hidden;}


.section3 .content > div:last-child {padding:0 5px;display:block;right:0%;width:100%;height:25rem;padding-bottom:1rem;box-sizing:border-box;}
.section3 .content > div:last-child > div{width:100%;right:0%;display:flex;background-color:#1E163B;align-items:center;justify-content: space-between;flex-direction: column;}
.section3 .content > div:last-child > div >div{height:50%;width:100%;}
.section3 .content > div:last-child > div >div:first-child{background:url(images/h-2-5.png?s=0) no-repeat center;background-size:contain;margin:0.5rem 0;}
.section3 .content > div:last-child > div >div:last-child{display:flex;justify-content: center;align-items: center;}
.section3 .content > div:last-child > div >div:last-child p{position:relative;background-size:cover;height:80%;display:flex;align-items:center;justify-content:center;width:25%;margin:0px 20px;background:url(images/h-2-4.png?s=0) no-repeat center;background-size:contain;}
.section3 .content > div:last-child > div >div:last-child p a{color:#DEAE46;font-size:0.875rem;font-weight:bold;display:flex;align-items:center;width:100%;letter-spacing:5px;height:110%;background-size:50%;position:absolute;bottom:-1rem;-webkit-writing-mode: vertical-rl;writing-mode: vertical-rl;}
.section3 .content > div:last-child > div >div:last-child p a i{display:block;margin:5px auto;width:4px;height:4px;transform:rotate(45deg);background-color:#DEAE46;}
.section3 .content > div:last-child > div >div:last-child p:first-child a{background:url(images/h-2-1.png?s=0) no-repeat center bottom;background-size:100%}
.section3 .content > div:last-child > div >div:last-child p:nth-child(2) a{background:url(images/h-2-2.png?s=0) no-repeat center bottom;background-size:80%}
.section3 .content > div:last-child > div >div:last-child p:nth-child(3) a{background:url(images/h-2-3.png?s=0) no-repeat center bottom;background-size:80%}

.section4 .content{height:auto;background:url(images/3-0-0.png) center;background-size:cover;position:relative;overflow: hidden;}
.section4 .public-title p{color:white;font-size:1rem !important;background-size:15% !important;}
.section4 .content >i{background:url(images/h-2-7.png) no-repeat left top;background-size:cover;width:8rem;height:8rem;display:block;position: absolute;right:-20px;bottom:-40px;display: block}
.section4 .normal{margin:0 1rem 1rem 1rem;display:grid;grid-template-rows:7rem 7rem;grid-template-columns:1fr 1fr;grid-gap:20px;}
.section4 .normal > div{position:relative;display:block;height:100%;}
.section4 .normal > div .cont-name{z-index:9;width: 100%;padding: 15px 20px;text-shadow: 1px 0 #430101, 0 2px #430101, 2px 0 #430101, 0 1px #430101;color: #fff;position: absolute;bottom: 0;box-sizing: border-box;}


.section5 .content{height:auto;position:relative;}
.link{display:flex;align-items:center;justify-content: center; height:3rem;background-color: #333333;border-bottom:0.5px solid white;}
.link a{display:flex;align-items:center;justify-content: center;font-size:0.9735rem;width:8rem;background-color:#666666;color:white;height:2rem;text-align: center}
.link a i{display:inline-block;width:1.5rem;height:1.5rem;background:url(images/link.png) no-repeat center;background-size: cover;}
.link a:hover{border:0.5px solid white;}
.links{z-index:999;display:none;position:absolute;height:200px;left:0;right:0;bottom:228px;background-color:rgba(0,0,0,.85);}
.links>div{display:flex;align-items:flex-start;justify-content:space-between;height:100%;padding:20px;box-sizing: border-box;overflow:auto;flex-wrap:wrap}
.links li{display:flex;width:45%;list-style: none;color:white;flex-direction: column;flex-wrap: wrap;align-items: center}
.links li a{color:white;}
/* nav头部导航 */
/* logo */
.header { background-color:#1E163B;width:100%;height:3rem;margin:0 auto;}
.header>div:first-child {position:fixed;background-color:#1E163B;z-index:9999;width: 100%; height: 3rem;margin:0 auto;color: #fff; display: flex; justify-content: space-between; align-items: center; box-sizing: border-box; padding: 0 1rem; }
.header>div:first-child .logo{width: 10rem;height: 2.6rem;}
.header>div:first-child .logo img{ width: 100%; }
/* nav */
.header .nav{width: 100%;position:fixed;top:3rem;left:0;right:0;bottom:0;border-top: 1px solid rgba(255,255,255,.3);background-color: #1E163B;overflow:hidden;transition: height .5s linear;display: none;z-index:999; }
.header .nav .nav-item{ width: 100%;position: relative;box-sizing: border-box; }
.header .nav .nav-item li{padding: 0 2rem; position: relative;border-bottom: 1px solid rgba(255,255,255,.3);line-height: 3rem; }
.header .nav .nav-item li a{color: #fff;font-size:0.875rem;}
.header .nav .nav-item li .secmenu{ color: #fff; box-sizing: border-box;font-size: 0.8rem;position: relative;display: none;margin-bottom:0.5rem;}
.header .nav .nav-item .active a{color: #fff;font-weight: bold}
.header .nav .nav-item li .secmenu p{ padding: 0 1rem;line-height: 2rem; }
.header .nav .nav-item li .secmenu p>a{display: block;}
.header .nav .nav-item li .secmenu p.triangle{width: 0;height: 0;border-right: 5px solid transparent;border-left: 5px solid transparent;border-top: 7px solid #fff;position: absolute;top: -1.5rem;left: 4.5rem;padding: 0;}
.maskmenu{width: 1rem;height: 1rem;background: url(images/list1.png) no-repeat center;background-size: contain;position: absolute;right: 1rem;top: 1rem;transform: rotate(180deg);}

.header .tool{margin-left:auto;width:auto; display: flex;}
.header .tool .nav-page{ display: flex; justify-content: space-between;align-items: center }
.header .tool .nav-page li{ height:2.5rem;margin:0 0.25rem;display: flex;align-items:center;justify-content: center}
.header .tool .nav-page li>a{padding-left:0.25rem;font-size:1rem;height:2rem;color:white;font-weight:400; display:flex;align-items:center;justify-content: center; overflow: hidden; margin-left:0.25rem; }
.header .tool .nav-page li:not(:first-child)::before{ content: "|"; }


.head-btn { padding-top: 1.1rem; padding-left: 10px; float: right;display:block !important; }
.head-btn i { margin: 5px auto; display: block; width: 14px; height: 2px; background-color: #fff; transition: all .3s ease; -webkit-transition: all .3s ease; }
.head-btn:before { content: ''; display: block; width: 20px; height: 2px; background-color: #fff; transition: all .3s ease; -webkit-transition: all .3s ease; }
.head-btn:after { content: ''; display: block; width: 20px; height: 2px; background-color: #fff; transition: all .3s ease; -webkit-transition: all .3s ease; }
.head-btn.active i { width: 0; }
.head-btn.active:before { transform-origin: left top; -webkit-transform-origin: left top; transform: translate3d(0,0,0) rotate(45deg); -webkit-transform: translate3d(0,0,0) rotate(45deg); }
.head-btn.active:after { transform-origin: left bottom; -webkit-transform-origin: left bottom; transform: translate3d(0,0,0) rotate(-45deg); -webkit-transform: translate3d(0,0,0) rotate(-45deg); }

/* sousuo */
.header .tool .sousuo{ width:12rem;height:2rem; border: 1px solid #ccc; position: absolute; top:48px; right: 40px; z-index: 99;border-radius: 3px;display: none;background-color: rgba(0,0,0,0.7); }
.header .tool .sousuo>input{ background-color: rgba(0,0,0,0);width:155px;height: 35px;padding-left: 5px;border: transparent;color: #fff; }
.header .tool .sousuo>input::placeholder{color: #ccc;font-size: 0.8em;}
.header .tool .sousuo>img{display:block;width: 16px;height: 16px;position: absolute;top:9px;right: 5px;}

/* more */
.header .tool .groupmore{width: 100%;height: 100%;position:fixed;top:0;left:0;right:0;bottom:0;z-index: 999;background: url(images/morebg.png) no-repeat center;background-size:cover;display: none;}
.header .tool .groupmore > div{position:relative;width:1200px;height:100%;margin:0 auto;}
.header .tool .groupmore .close{font-size:40px;width: 40px;height: 40px;float: right;position:absolute;top:-120px;right:20px;background-size: 100%;cursor: pointer;}
.header .tool .groupmore .close:hover{transform: rotate(180deg);-webkit-transform: rotate(180deg);}
.header .tool .groupmore .nav-item{display: flex;width: 80%;margin: 150px auto;justify-content: space-between;text-align: center;}
.header .tool .groupmore .nav-item>li>a{display: block; background: url(images/nav.png) no-repeat bottom center;background-size: 18px;height: 35px;margin-bottom: 20px;font-size: 16px;font-weight: bold;}
.header .tool .groupmore .nav-item a{color: #fff;font-size: 14px;font-weight: lighter;}
.header .tool .groupmore .nav-item .secmenu p{ margin: 10px 0; }

/* nav--end */
/* 底部 */
.bottom{ width: 100%; background-color: #333; text-align: center; padding:1rem; box-sizing: border-box;margin: auto;color: #fff;font-size:0.75rem; }
.bottom > div{ margin-bottom:0.5rem; }
.bottom .bottom-visit{ font-size: 0.875rem; display: flex; flex-direction: row; justify-content: center; align-items: center; color: white;margin-top: 0.5rem; }
.bottom .bottom-visit div{ margin:0.125rem; text-align: center;font-size: 0.75rem;display: flex; }
.bottom .bottom-visit div p{display:flex;align-items:center;justify-content: center; width:1rem;height:1.25rem;background-color: #666;margin:0 0.125rem;font-family: arial}

.bottom .bottom-link{ display: block;}
.bottom .bottom-link a{margin: 0 1rem;display:inline-block;white-space:nowrap;width:3rem;text-align-last: justify;}

.bottom .bottom-copy span{position: relative;display:flex;align-items:center;justify-content: center;}
.bottom .bottom-copy span:first-child::before{ content: ""; display:inline-block;width: 25px; height: 25px; background: url(images/tip1.png) no-repeat center; background-size: 20px;}
.bottom .bottom-copy span:last-child::before{ content: ""; display:inline-block;width: 20px; height: 20px; background: url(images/tip2.png) no-repeat center; background-size: 15px;}
.bottom .bottom-weixin div  {background: url(images/code-2.jpg) no-repeat center; height: 100px;
        background-size: contain;}
/*公共样式*/
/* 子栏目 */
.public-title,.public-title-active{height:3rem;display:flex;align-items: center;justify-content: center }
.public-title-line,.public-title-lines{height:3rem;display:flex;align-items: center;justify-content: space-between;border-bottom: 1px solid rgba(255, 255, 255, .5)}
.public-title > p:first-child,.public-title-line > p:first-child,.public-title-lines > p:first-child{letter-spacing:2px;font-size:0.9375rem;font-weight:bold;display:flex;align-items:center;justify-content: center; height:3rem;background:url(images/titleleft.png) no-repeat left center,url(images/titleright.png) no-repeat right center;background-size:1rem,1rem;padding:0 1.2rem;}

.public-title-active p{position:relative;display:block;letter-spacing:2px;font-size:16px;font-weight:bold;display:block;height:50px;line-height:50px;padding:0 30px 0 30px;color:#333;}
.public-title-active p::before{position:absolute;left:0;display:inline-block;width:40px;height:50px;content:" ";background:url(images/title-right.png) no-repeat left center;background-size:50%;}
.public-title-active p::after{position:absolute;right:0;display:inline-block;width:40px;height:50px;content:" ";background:url(images/title-left.png) no-repeat right center;background-size:50%}

.more{display:block;width:8rem;height:2rem;margin:1rem auto 0.5rem;line-height:2rem;text-align:center;font-size:0.875rem;font-weight:bold;color:#666;letter-spacing: 2px}

.cro{height:2.25rem;line-height:2.25rem;border: 1px solid #BDBDBD;position: relative;}
.cro_0,.cro_1,.cro_3,.cro_2{position:absolute;width:0.375rem;height:0.375rem;border-color:#BDBDBD;border-style:solid;z-index: 1;background-color:#fff;}
.cro_0{top: -1px;left: -1px;border-radius:0px 0px 0.375rem 0px;border-width:0 1px 1px 0;}
.cro_1{top: -1px;right: -1px;border-radius:0px 0px 0px 0.375rem;border-width:0 0 1px 1px}
.cro_3{left: -1px;bottom: -1px;border-radius:0px 0.375rem 0px 0px;border-width:1px 1px 0 0}
.cro_2{right: -1px;bottom: -1px;border-radius:0.375rem 0px 0px 0px;border-width:1px 0 0 1px}
.more-white{margin-top:0px;color:white;border-color:white;}
.more-white .cro_0,.more-white .cro_1,.more-white .cro_3,.more-white .cro_2{border-color:white;background-color:#1E163B;}

/* 首页更多 */
.public-more{margin-left:auto;font-size:0.75rem;font-weight: 100; width: 3rem; text-align: center;position: relative;cursor: pointer;}
.public-more i{width: 3rem;height:3rem; background: url(images/more.png) no-repeat center; background-size:3rem;position: absolute;top:-1rem;left:0;transform: rotate(0);transition: all 1s; }
.public-more i:hover{transform: rotate(180deg);}
.public-right{position:absolute;right:10px;}
.public-right i{top:0px;}
.sub-title > p:first-child{letter-spacing:2px;font-size:1rem;font-weight:bold;display:block;height:50px;line-height:50px;background:url(images/title-left.png) no-repeat left center,url(images/title-right.png) no-repeat right center;padding:0 30px 0 30px;}

/* 页面栏目导航 */
.row-title{text-align:center;display:flex;align-items: center;justify-content:space-between;flex-wrap:wrap;border-bottom:0.5px solid rgba(135,49,47,0.2);}
.row-title p{font-size:0.9735rem;display:flex;align-items:center;justify-content: center;height:3rem;font-weight: bold;width:33%;}
.row-title p.active,.row-title p:hover{color:#1E163B;background:url(images/title-right.png) no-repeat left center,url(images/title-left.png) no-repeat right center;background-size:1rem;}

/* 子页面导航 */
.page-nav{width: 100%;height:3rem;line-height:3rem;margin: 0px auto;color: #333;font-size: 0.875rem}
.page-nav>ul{display: flex;}
.page-nav>ul>li{position: relative;padding-right:2rem;white-space: nowrap;}
.page-nav>ul>li:last-child{color: #1E163B;}
.page-nav>ul>li:not(:first-child)::before{ content: '';width:0.875rem; height:0.875rem; background: url(images/pagenav-black.png) no-repeat center; position: absolute; left: -22px; top: 18px; }

/* 列表页面 */
.list{width:100%;}
/* 文字列表 */
.list-text li{box-sizing:border-box;height:4rem;display: flex;flex-direction: row;justify-content: space-between;align-items: center;border-top: dashed 1px #666 ;border-right: none;border-left: none;}
.list-text li:last-child{border-bottom: dashed 1px #666;}
.list-text li p{font-size: 0.875rem;color:#666;font-weight:400;}
.list-text li p:first-child{letter-spacing: 1px;text-align:left;width:80%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow:hidden;font-size:16px;font-weight: 400}
.list-text li p:first-child i{display:inline-block;background:url(images/xiangyunhong.png) no-repeat;width: 40px;height: 12px;background-size: contain}
.list-text li p:nth-child(2){white-space: nowrap;padding-left:0.25rem;}
/* 图片列表 */
.list-image{display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap}
.list-image li{width: 49%;display: flex;flex-direction: column;}
.list-image li >div,.list-image li div>p:first-child{width:100%;height:10rem;}
.list-image li >p{display: flex;flex-direction: row;align-items:center;justify-content:center;height:2rem}
.list-image li >p a{font-size:0.875rem;font-weight: 400}
.list-image li >p a:first-child{color:#333;letter-spacing: 1px;white-space: nowrap;text-overflow:ellipsis;overflow:hidden;}
.list-image li >p a:last-child{color:#1E163B;white-space: nowrap;font-size:0.75rem;}
/* 图文列表 */
.list-image-text{display:flex; flex-flow: column; justify-content: left;width: 100%;}
.list-image-text li{display:flex;justify-content: flex-start; flex-flow:column;margin-bottom:1rem;}
.list-image-text li > div:first-child,.list-image-text li > div:first-child > p{width:100%;height: 15rem;}
.list-image-text li > div:last-child{width:100%;display:flex;flex-direction:column;padding:1rem;text-align: center;box-sizing: border-box;position: relative;}
.list-image-text li > div:last-child *{font-size:14px;font-weight:400;color:#1E163B}
.list-image-text li > div:last-child > p:first-child{height:40px;line-height:40px;font-size:18px;white-space: nowrap;text-overflow:ellipsis;overflow:hidden;}
.list-image-text li > div:last-child > p:nth-child(2){letter-spacing: 1px;}
.list-image-text li > div:last-child > div{color:#666;font-size:14px;height:45px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow:hidden;}
.list-even li:nth-child(even){flex-direction: row-reverse;}
/**/
.page-content{padding-top:0px;min-height:500px;}
.list-content {padding:0px 1rem;text-align: justify;line-height: 160%;color:#666;box-sizing: border-box;}
.list-content h2{font-size:1.2rem;font-weight:bold;text-align:center;color:#333;margin:0;}
.list-content h4{text-align:center;height:2rem;line-height:2rem;margin-bottom:0.5rem;font-size:0.875rem;}
.list-content p{display:block;font-size:0.875rem;text-indent:1.75rem;}
.list-content p span{background-color:transparent;}
.list-content img{text-align:center;max-width:100%;height:auto;display:block;text-indent:0px;margin:0.5rem auto;}

.page-line{width: 100%;height: 1rem;margin:1rem auto;overflow:hidden;display:flex;align-items: center;justify-content: center}
.page-line .rot{width: 10px;height: 10px;border: 1px solid #1E163B; transform: rotate(45deg);float: left;}
.page-share{margin:1rem 0;display:flex;align-items: center;justify-content: center}
.page-share a{border:none !important;display: inline-block;margin: 0 0.5rem !important;font-size:2rem !important;color:#666 !important;}

.parent{overflow:hidden;}
.parent:hover .child{transform:scale(1.2);-webkit-transform:scale(1.2);}
.child{display:block;width:100%;height:100%;position: relative;z-index: 1;cursor:pointer;transition-property:all;transition-duration:.6s;-webkit-transform:scale(1);-webkit-transition-property:all;-webkit-transition-duration:.6s}

/* 内容页上边框 */
.sub-content{margin-top: 1rem;}

/* inform通知公告 */
.home .page-bodyer{padding:0rem;box-sizing: border-box;}
.home .inform, .home .trea{ width:100%;margin-bottom:0.5rem;}
.home .inform >div:first-child{ width: 100%;overflow:hidden; background: url(images/bgred.png) no-repeat center; padding: 0 0.5rem; box-sizing: border-box;}
.home .inform >div:first-child .inform-lt,.home .news  >div:first-child .news-lt{ display: flex; justify-content: space-between;align-items:center;height: 80px; line-height: 80px; font-size: 2.6em; font-weight: bold; border-bottom: 1px solid rgba(255, 255, 255, .5); }
.home .inform >div:first-child .inform-cont li{ margin-top: 1rem;font-size: 0.8em; }
.home .inform >div:first-child .inform-cont li div:first-child{font-size:14px;letter-spacing: 1px}
.home .inform >div:first-child .inform-cont li div:first-child span{font-size: 18px;font-weight: bold;}
.home .inform >div:first-child .inform-cont li div:last-child{ margin-top: 3px;margin-left: 25px;position: relative;font-size: 0.875rem }
.home .inform >div:first-child .inform-cont li div:last-child::before{ content: ""; width: 20px; height: 15px; background: url(images/list1.png) no-repeat center; background-size: 15px; position: absolute; left: -25px; top: 2px; }
.home .inform-cont{margin-bottom:1rem;}
.home .inform-cont li{display:none;}
.home .inform-cont li:nth-child(even){display:block;}
/* inform左边通知公告结束 */
.home .inform > div:last-child{ width: 100%;margin-top:0.5rem;display: flex; flex-wrap: wrap; justify-content: space-between; }
.home .inform > div:last-child a{width: 49%; box-sizing: border-box; height: 10rem;font-size: 1rem; text-align: center;display:flex;flex-direction:column;align-items: center;justify-content: center}
.home .inform > div:last-child a i{display:block;font-size:3rem;padding:1rem 0;}
.home .inform > div:last-child a:first-child{ background: url(images/tour1.png) no-repeat center;margin-bottom:0.5rem;}
.home .inform > div:last-child a:nth-child(2){ background: url(images/tour2.png) no-repeat center;;margin-bottom:0.5rem }
.home .inform > div:last-child a:nth-child(3){ background: url(images/tour3.png) no-repeat center; }
.home .inform > div:last-child a:last-child{ background: url(images/tour4.png) no-repeat center; }
/* inform通知公告结束 */

/* treasure镇馆之宝 */
.home .trea >div:first-child{ width: 100%; height: 20rem;}
.home .trea >div:last-child{ width: 100%; height: 20rem;}
.home .trea >div:first-child .trea-lpic{ right: 4rem;}
.home .trea >div:last-child .trea-rcont{ width: 80%;}
.home .trea >div:first-child{width:100%;background: url(./images/bgblue.png) no-repeat center; background-size: 100%; padding-left: 1rem; margin-bottom: 0.5rem; box-sizing: border-box; float: left; position: relative; }
.home .trea >div:first-child .trea-ltitle{ font-size: 1.2em; letter-spacing: .2em; margin-top: 1rem; width: 8rem; height: 3rem; line-height: 3rem; padding-left: 10px; text-align: center; background: url(./images/bgtitle.png) no-repeat center; background-size: 100%; }
.home .trea >div:first-child .trea-litem{ width: 10rem; text-align: left; padding-left: 8px; font-size: 0.875rem; letter-spacing: 4px;}
.home .trea >div:first-child .trea-lpic{ position: absolute; top:2rem; width:8rem; height: 18.29rem; z-index: 10; }
.home .trea >div:first-child .trea-lpic img{ width: 100%; height: 100%; }
/* treasure镇馆之宝左边结束 */

/* treasure镇馆之宝左边结束 */
.home .trea >div:last-child{ padding:0 0.5rem; box-sizing: border-box; float: right;background: url(./images/bgcg.png) no-repeat center;background-size: 100%;font-size: .6rem; }
.home .trea >div:last-child .trea-rtitle{ height: 3rem; line-height: 3rem; font-weight: bold;border-bottom: 1px solid rgba(255, 255, 255, .5); }
.home .trea >div:last-child .trea-rcont{ margin: 0 auto; text-align: center; }
.home .trea >div:last-child .trea-rcont .list{ font-size: 1.4rem; position: relative;width: 6rem;margin: 1rem auto 1.5rem;padding-left: 1.6rem; }
.home .trea >div:last-child .trea-rcont .list::before{  content: ""; width: 1.6rem; height: 1.6rem; background: url(./images/list1.png) no-repeat center; background-size: 1.2rem; position: absolute; left: 0rem; top: 3px;  }
.home .trea >div:last-child .trea-rcont .address{ width: 3rem; }
.home .trea >div:last-child .trea-rcont .trea-rtime{ font-size: 0.6rem; }
.home .trea >div:last-child .trea-rcont .trea-rtime span{ font-size: 1.2rem; font-weight: bold; }
.home .trea >div:last-child .trea-rcont .item span{ display: block; margin-top: 10px; }
/* treasure镇馆之宝结束 */

/* cultural精品文物轮播 */
.home .cult .cult-banner{ width: 18rem;;height:10rem;}
.home .cult .cult-banner .cult-swiper{padding-left: 13px;}
.home .cult .cult-banner .swiper-button-prev{width: 3rem;height: 3rem;top:40%;left: -0.5rem;font-size:1.5rem;color:#fff;font-weight: bold;background: none}
.home .cult .cult-banner .swiper-button-next{width: 3rem;height: 3rem;top:40%;right: -0.5rem;font-size:1.5rem;color:#fff;font-weight: bold;background: none}
.home .cult{ width: 100%;background: url(./images/wwbg.png) no-repeat center; background-size:cover; }
.home .cult .cult-lt{ height: 3rem; line-height: 3rem; position: relative;margin-bottom: .5rem; }
.home .cult .cult-title{ text-align: center; font-weight: bold;width:3.6rem;margin: auto;}
.home .cult .cult-title::before{left: 0;}
.home .cult .cult-title::after{right: 0;}
.home .cult .public-more{ position: absolute; top:0px; right: 5px; }
.home .cult .public-more i{left: 0px;}
.home .cult .cult-banner{ margin: 0 auto; position: relative; }
.home .cult .cult-banner .cult-swiper{ width:90%; margin: 0 auto; text-align: center;box-sizing: border-box; }
.home .cult .cult-banner .cult-swiper div{ position: relative; }
.home .cult .cult-banner .cult-swiper div img{ width: 100%; height: 100%; }
.home .cult .cult-banner .cult-swiper div .name{ margin: 10px 0; display: none; }
.home .cult .cult-banner .cult-swiper .swiper-slide-active .name{ display: block; }
/* 左右箭头 */
.home .cult .cult-banner .swiper-button-prev::after, .home .cult .cult-banner .swiper-button-next::after{ content: ''; }


/* news 新闻资讯 */
.home .news .news-left{width: 100%;}
.home .news .news-right{width: 100%;}

.home .news .news-left{padding:0 0.5rem; box-sizing: border-box; float: left;background: url(./images/newsbg.png) no-repeat center;margin-bottom: .5rem; }
.home .news .news-left .news-cont{ width: 100%; display: flex; justify-content: space-between;margin-bottom:1rem; }
.home .news .news-left .news-cont ul{ width: 100%;font-size: .8rem; }
.home .news .news-left .news-cont ul li{ width: 100%; position: relative;margin-top: 18px;box-sizing: border-box; }
.home .news .news-left .news-cont ul li span:first-child{width: 70%;display: inline-block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;box-sizing: border-box;padding-left:1rem; }
.home .news .news-left .news-cont ul li span:first-child::before{left:0; content: ""; width: 20px; height: 15px; background: url(./images/list1.png) no-repeat center; background-size: 15px; position: absolute;top: 2px; }
.home .news .news-left .news-cont ul li span:last-child{ float: right;  }
.home .news .news-left .news-cont ul li span:last-child>b{font-size: 16px;}
/* news 新闻资讯左边--end */
.home .news .news-right{padding:0 0.5rem; box-sizing: border-box; float: right;background: url(./images/huanbg.png) no-repeat center;  }
.home .news .news-right .news-cont{ width: 90%; margin:1rem auto; display: flex; flex-wrap: wrap;}
.home .news .news-right .news-cont div{ width: 49%; height: 7.5rem; position: relative;  }
.home .news .news-right .news-cont div p{ position: absolute; top: 0; left: 0; width: 100%; text-align: center; line-height: 7.5rem; font-size: 1rem; text-align: center;cursor: pointer;}
.home .news .news-right .news-cont div:first-child{border-right:  1px solid rgba(255,255,255,.3);}
.home .news .news-right .news-cont div:nth-child(3){border-top:  1px solid rgba(255,255,255,.3);border-right:  1px solid rgba(255,255,255,.3);}
.home .news .news-right .news-cont div:last-child{border-top:  1px solid rgba(255,255,255,.3);}

.home .news .news-right .news-cont div p i{width: 100%;height: 100%; background: url(./images/huan.png) no-repeat center center; background-size: 6rem;position: absolute;top:0px;left: 0px;transform: rotate(0);transition: all 1s linear; }
.home .news .news-right .news-cont div p i:hover{transform: rotate(90deg);}

.news-cont li{display: none}
.news-cont li:nth-child(even){display:block;}

/* news 新闻资讯--end */

/* virtual 虚拟展览轮播 */
.home .virtual{height: 14rem; }
.home .virtual >div:last-child .vir-cont{ height: 13.6rem;}

.home .virtual{ width: 100%;display: flex;background: url(./images/xnbg.png) no-repeat center;background-size: cover }
.home .virtual >div:first-child{ width: 7rem; height: 100%; margin-left: .5rem; text-align: center; border-right: 1px solid #eee; border-left: 1px solid #eee; }
.home .virtual >div:first-child .vir-title{ height: 3rem; line-height: 3rem; font-size: 0.875rem;font-weight: bold; }
.home .virtual >div:first-child .vir-menu ul li{ margin-bottom: 5px; height: 2rem; line-height: 2rem; font-size: 0.875rem;position: relative; }
.home .virtual >div:first-child .vir-menu ul li.active,.home .virtual .vir-left .vir-menu ul li:hover{ width: 8rem; margin-left: -16px; box-sizing: border-box; padding-left: 16px; background-color: #1E163B; }
.home .virtual >div:first-child .vir-menu ul li.active::before,.home .virtual .vir-left .vir-menu ul li:hover::before{content: ""; width: 0.9rem; height:0.9rem; background: url(./images/list2.png) no-repeat center; background-size: 12px; position: absolute; left: 20px; top: 8px;}
/* virtual 虚拟展览轮播左边--end */

.home .virtual >div:last-child{overflow: hidden;box-sizing: border-box;padding: .5rem;width: 100%;  }
.home .virtual >div:last-child .vir-cont{position: relative;}
.home .virtual >div:last-child .vir-cont .vir-cont-nav{height: 95%;width: 100%;}
.home .virtual >div:last-child .vir-cont .vir-name{ background-color: #000; opacity: .7; position: absolute; bottom: 0;width: 100%; }
.home .virtual >div:last-child .vir-cont .vir-name span{ display: inline-block; line-height: 1.6em;font-size: .8rem; }
.home .virtual >div:last-child .vir-cont .vir-name span:last-child{ text-indent: 1rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;display: block; }
/* 左右箭头 */
.home .virtual > div:last-child .vir-cont .vir-cont-nav .swiper-button-prev{width: 50px;height: 50px;color:#fff;font-size:25px;font-weight: bold;background: none}
.home .virtual > div:last-child .vir-cont .vir-cont-nav .swiper-button-next{width: 50px;height: 50px;color:#fff;font-size:25px;font-weight: bold;background: none}
.home .virtual > div:last-child .vir-cont .vir-cont-nav .swiper-button-prev::after,
.home .virtual > div:last-child .vir-cont .vir-cont-nav .swiper-button-next::after{ content: ''; }
/* virtual 虚拟展览轮播---end */


/* slider */
.home .silder{ position: fixed; right: 0; top: 50%; margin-top: -108px; z-index: 9999; }
.home .silder ul>li{ width: 3rem; height:3rem;display:flex;flex-direction:column;align-items: center;justify-content: center;font-size:1.5rem; border-radius: 50%; margin:0.5rem; position: relative;background-color:#1E163B}
.home .silder ul>li>div{ width: 0px; height:2rem; padding:0.5rem 0; background-color:#1E163B;border-radius: 5px; position: absolute; right: 70px; top: 5px; color: #fff; overflow: hidden; transition: width .5s linear; }
.home .silder ul>li>div>p{ margin-left: 10px;font-size:13px; }
.home .silder ul>li>a{ display: flex;align-items:center;justify-content: center; width: 100%;height: 100%;font-size:30px;color:white; }
.home .silder ul>li:hover div{ width: 120px; }


/* 弹出 */
/* 遮罩mask */
.mask{width: 100%;height: 100%;background-color: rgba(0,0,0,.8);position: fixed; top: 0;left: 0;z-index: 999;display: none;}
.timelist{width: 600px;height: 440px;background-color: #fff;position: fixed;top:50%;left: 50%;margin-top: -220px;margin-left: -300px;display: none;z-index: 9999;}
.timelist>.title{height: 50px;line-height: 50px;padding:0 30px;font-weight: bold;background-color: #1E163B;color: #fff;}
.timelist>.title>a{display: block;float: right;font-size: 26px;color: #fff;}
.timelist .year{height: 60px;border-bottom: 1px solid #000;margin: 0 30px;}
.timelist .year .reback{display: block;width: 100px;height: 35px;border:1px solid #1E163B;line-height: 35px;text-align: center;color: #1E163B;border-radius: 5px;margin-top: 10px;float: right;font-weight: bold;}
.timelist .year .month{width: 200px;height: 35px;border:1px solid #ccc;line-height: 35px;text-align: center;border-radius: 5px;margin-top: 10px;float: right;margin-right: 10px;color: #000;display: flex;justify-content: space-between;}
.timelist .year .month>.mon-left,.timelist .year .month>.mon-right{width: 30px;background-color: #ccc;}
.timelist .day{margin: 10px 30px;}
.timelist .day .week{display: flex;justify-content: space-between;text-align: center;background-color: #1E163B;height: 50px;line-height: 50px;color: #fff;font-size: 14px;}
.timelist .day .week>div{text-align: center;width: 14.25%;}
.timelist .day .date>div{width: 14.25%;float: left;height: 46px;line-height: 46px;text-align: center;border-bottom: 1px dashed #1E163B;font-size: 12px;position: relative;color: #1E163B;}
.timelist .day .date .noway{ position: absolute; top:13px; left: 50%; width: 20px; height: 20px; margin-left: 5px; background: url(http://www.nywgmuseum.com/theme/images/close.png) no-repeat center; }


  
/* 个人中心页面 */
.self{ width: 100%; margin:1rem auto; display: flex; justify-content: space-around; align-items: flex-start;flex-direction: column; }
.self .self-left{ width: 100%; text-align: center; box-shadow: 0 0 5px #ccc; border-radius: 5px;}
.self .self-left > div{float:left;display:flex;flex-direction: column;align-items: center;justify-content: center;width:50%;height:12rem;}
.self .self-left .headimg{ width:5rem; height:5rem;border:1px solid red; border-radius: 50%; background-color: #aaa; background: url(image/selfphoto.png) no-repeat center; background-size: cover}
.self .self-left .username{ font-size: 1em; font-weight: bold;height:2rem;line-height: 2rem }
.self .self-left .vip{ width: 120px; height: 40px; padding-left: 20px; line-height: 40px; color: #fff;font-size: 14px; border-radius: 50px;background:linear-gradient(270deg,#6491CE 0%, #8AA7CC 100%);position: relative; }
.self .self-left .vip::before{ content: '\e629'; font-family: iconfont !important; position: absolute; font-size: 22px; left: 25px; }

.self .self-left ul{float:left;width:100%;display:flex;flex-direction: column;}
.self .self-left ul>li{width:100%; height:3rem; line-height:3rem; color: #8D703D;}
.self .self-left ul>li>a{ display: block; width: 100%; height: 100%; color: #8D703D; position: relative; }
.self .self-left ul>li>a::before{font-family: iconfont !important;font-size: 22px;color: #1E163B;margin-right:1rem;}
.self .self-left .list>li:first-child>a::before{content: '\e662'; }
.self .self-left .list>li:nth-child(2)>a::before{content: '\e660';}
.self .self-left .list>li:nth-child(3)>a::before{content: '\e61f';}
.self .self-left .quit>li>a::before{content: '\e85f'; font-family: iconfont !important;font-size: 22px;color: #1E163B;margin-right:1rem;}
.self .self-left ul>li:hover>a,.self .self-left ul>li:hover>a::before,.self .self-left .list>li:hover>a,.self .self-left .list>li:hover>a::before,.self .self-left .list>li.active>a,.self .self-left .list>li.active>a::before{ background-color: #1E163B; color: rgb(247, 247, 247); }

/* 右边 */
.self .self-right{ width: 100%;margin-top:1rem;}
.self .self-coll{ display: flex; flex-wrap: wrap;flex-direction:row; align-content: flex-start; justify-content: space-between;box-sizing: border-box;  }

/* 我的收藏 */
.self .self-coll > div{ width: 49%; height:10rem;display:flex;align-items: flex-end;}
.self .self-coll > div p{ width: 100%; background-color: rgba(0, 0, 0, .5); color: white; font-size: .8em; padding: 8px 0; text-align: center}
/* 个人信息 */
.self .self-right .title{ height: 70px; line-height: 90px; text-align: center; border-bottom: 1px solid rgba(0, 0, 0, .2);font-size: 20px;font-size: 22px;font-family: Microsoft YaHei;font-weight: 400;color: #333333;}
.self .self-right ul{ width: 90%; margin: 0 auto; font-size: .8em; color: #333; }
.self .self-inform ul li{ height: 50px; line-height: 50px; border-bottom: 1px solid rgba(0, 0, 0, .2); }
.self .self-inform ul li span{ display: inline-block; }
.self .self-inform ul li:nth-child(2) span:nth-child(2) img{ width: 30px; height: 30px; border-radius: 50%; vertical-align: middle; }
.self .self-inform ul li span:first-child{ width: 20%; }
.self .self-inform ul li input,.self .self-inform ul li span:nth-child(2){ width: 68%;border:none; }
.self .self-inform ul li span:last-child{ font-size: .8em; color: red; width: 10%;text-align: right; }
/* 我的留言 */
.self .self-message ul li{border-bottom: 1px solid rgba(0, 0, 0, .2); padding: 20px 0;display: flex; justify-content: space-between;}
.self .self-message ul li div{width: 80%;font-weight: 400;}
.self .self-message ul li div>p{display: inline-block;margin-bottom: 5px;width: 100%;}
.self .self-message ul li div>p.myself{font-size: 14px;color: #000;}
.self .self-message ul li div>p.reply{color: #888;display: flex;}
.self .self-message ul li div>p.reply>b{display: inline-block;width: 10%;text-align: center;white-space: nowrap;}
.self .self-message ul li div>p.reply>span{display: inline-block;width: 90%;}
.self .self-message ul li>span{ width: 18%;text-align: right;white-space: nowrap; }
/* 个人中心-----end */


/* 网站查询 */
.sub-page{width: 100%;margin:0 auto;}
.page-picture{padding-left:6px;padding-bottom:60px;width:90%;margin:0 auto;min-height:300px;}
.page-picture > div{float:left;width:338px;height:318px;margin:30px 30px 0 0;border:1px solid #F5F4F4;box-shadow: 0px 2px 3px #E1E0DF;cursor:pointer;}
.page-picture > div:nth-child(3n+0){margin-right:0 !important;}
.page-picture > div:hover{color:#c21e26;box-shadow:0px 0px 5px 0px #35725D;}
.page-picture > div:hover label{color:#35725D;}
.page-picture > div a{display: block;width:100%;height:260px;background-color:white;background-position:center;background-repeat:no-repeat;border-bottom:1px solid #F5F4F4;margin-top:1px;}
.page-picture > div label{display:inline-block;vertical-align:middle;text-align:center;height:50px;max-height:50px;width:338px;line-height:160%;padding:5px;overflow:hidden;cursor:pointer;text-overflow: ellipsis;}
.page-picture > div p,.page-picture > div span,.page-picture > div div{display:none;}

/* 分页样式 */
.pager{ width: 100%; margin: 1rem auto; text-align: center;font-size:0.75rem; }
.pager div:first-child { display: flex;align-items:center;justify-content: center; }
.pager div:last-child { display: none; }
.pager a { width: 1.5rem; height: 1.5rem; line-height: 1.5rem; display: inline-block; cursor: pointer; margin:auto 2px;}
.pager div:first-child a:not(:first-child):not(:last-child) { text-align: center; border-radius: 50%; color: #793034; }
.pager div:first-child a:not(:first-child):not(:last-child):hover { background-color:#793034; color: #fff; }
.pager div:first-child .page_current { background-color: #793034; color: #fff !important; }
.pager div:first-child a.page_prev { background: url(images/pager-prev.png?s=0) no-repeat center; margin-right: 10px; color: transparent;background-size: contain;}
.pager div:first-child a.page_next { background: url(images/pager-next.png?s=0) no-repeat center; margin-left: 10px; color: transparent;background-size: contain; }
/* 分页样式完 */

/* 社交服务 */
.volunteerservice .box{width: 100%;height: 100%;margin: 0 auto;}
.volunteerservice .banner{background-color: salmon;width: 100%;height: 500px;}
.volunteerservice .banner .banner-vol { height: 100%; }
.volunteerservice .banner .banner-vol img{ width: 100%; }
.volunteerservice .banner .banner-vol .pageimg{ bottom: 25px !important; }
.volunteerservice .banner .banner-vol .pageimg>span{ display: inline-block; width: 27px; height: 24px; background: url(images/banner2.png) no-repeat left center; opacity: 1 !important; margin: 0 8px !important; }
.volunteerservice .banner .banner-vol .pageimg>span.swiper-pagination-bullet-active{ background: url(images/banner1.png) no-repeat right center; }

.volunteerservice .content{width: 100%;margin: 10px auto;display: flex;flex-direction: column;}
.volunteerservice .content_8{width: 100%;display: flex;flex-direction: column;}
.volunteerservice .conttitle{ width: 100%;height: 55PX;margin: 20px auto;align-items: center;justify-content: center;display: flex; }
.volunteerservice  .conttitle p{ display: flex;align-items: center;justify-content: center;font-size: 20px;background: url(images/title1.png) no-repeat;width: 15%;height: 70%; }
.volunteerservice .contbox{width: 100%;display: flex;flex-direction:column;}
.volunteerservice .cont_leftbox{width: 100%;height:15rem;}
.volunteerservice .cont_leftbox div{width: 100%;height:15rem}
.volunteerservice .cont_left{width: 100%;height:100% ;border: blue 1px solid;}
.volunteerservice .cont_right{width: 100%;;background-color: #2F4487;color: aliceblue;}

.volunteerservice .pager{ width: 100%; margin:1rem auto; text-align: center; }
.volunteerservice .pager div:last-child { display: none; }
.volunteerservice .pager a {width: 1.2rem; height:1.2rem; line-height:1.2rem; display: inline-block; cursor: pointer;color:white !important; }
.volunteerservice .pager div:first-child a:not(:first-child):not(:last-child) { text-align: center; border-radius: 50%; color: #6078C5; }
.volunteerservice .pager div:first-child a:not(:first-child):not(:last-child):hover { background-color:#6078C5; color: #fff !important}
.volunteerservice .pager div:first-child .page_current {background-color:#6078C5 !important; color: #fff !important; }
.volunteerservice .pager div:first-child a.page_prev { color:transparent !important;background: url(images/blueleft.png) no-repeat center; margin-right: 10px;background-size: contain; }
.volunteerservice .pager div:first-child a.page_next { color:transparent !important;background: url(images/blueright.png) no-repeat center; margin-left: 10px;background-size: contain; }
.volunteerservice .conttextbox{width: 100%}
.volunteerservice .cont_text_l{background: url(images/937.png);width:30px;height:12px;background-size: 100% 100%;background-repeat: no-repeat; margin: 5px;}

.volunteerservice .time{list-style-type:none;display: flex;flex-direction: row;justify-content: space-between;font-size: 12px;margin-top:0.5rem;}
.volunteerservice .bottom_l :nth-child(6) {width: 100%;}
.volunteerservice .cont_text{border-bottom: #1F316A 2px solid;width:100%;margin:0.5rem auto;display: flex;flex-direction: row;padding:0.5rem;box-sizing: border-box;}

.volunteerservice .cont_text_r{width: 88%;height: 100%;}
.volunteerservice .cont_text_r p{margin-top: 0px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;word-wrap: break-word;word-break: break-all;letter-spacing: 2px}
.volunteerservice .content_2{width: 100%;display: flex;flex-direction: column;  margin-top:0.5rem;}
.volunteerservice .contbottoms{width: 100%;display: flex;flex-direction: column;}
.volunteerservice .contbombox{width: 100%;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.volunteerservice .cont_2{width: 49%;margin-top:4px;display: flex;flex-direction: column;}
.volunteerservice .cont_2 i{width: 100%;height:10rem;}
.volunteerservice .cont_name{ width: 100%;height: 40px;line-height:40px;color:#666666;font-weight:bold;display: flex;flex-direction: row;align-items: center;justify-content: space-between;font-size:18px;}
.volunteerservice .cont_name :nth-child(2){ color: #1E163B;font-size:0.875rem;}
.volunteerservice .cont_name p{ overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size:0.875rem;}

.volunteerservice .content_0{width: 100%;display: flex;flex-direction:column;padding:0.5rem;}
.volunteerservice .content_0 .page-notice >div p{padding-top:30px;}
.volunteerservice .content_0  .notice-titles a.boult{line-height:40px;margin:0;font-size:5rem;}
.volunteerservice .content_text{width: 50%;height: 100%;}
.volunteerservice .cont_0_r{width:100%;height: 15rem;margin-bottom:1rem;}	
.volunteerservice .cont_0_r img{width: 100%;height: 100%;}
.volunteerservice .content_name{width: 80%;height: 15% ;margin: 20px;display: flex;justify-content: flex-start;flex-direction: column;font-size: 24px;font-weight: 600;color: #893432;}
.volunteerservice .content_name P{margin: 1px;}
.volunteerservice .content_name img{width: 10%;height:80%;}
.volunteerservice .content_cont{width: 90%;height: 55% ;margin: 20px;display: flex;flex-direction: column;}
.volunteerservice .content_cont p{color: #893432;font-size: 18px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
.volunteerservice .content_cont span{margin: 5px 0px;color: #957675;}
.volunteerservice .content_hrefbox{width: 20%;height: 10% ;margin: 20px;}
.volunteerservice .content_href{width: 100%;height: 100% ;text-align: center;align-items: flex-end;justify-content: flex-start;display: flex;background: url(images/yuanjiaojuxing2.png) no-repeat;background-size: 90px;}

.volunteerservice .content_5{margin-top:0.5rem;width:100%;}
.volunteerservice .content_5 .group{height:auto;position:relative;}
.volunteerservice .content_5 .group a{color: white;letter-spacing: 5px;font-weight: bold;}
.volunteerservice .content_5 .sub1-more{background: url(images/group-bg.png) no-repeat center;background-size:80%;display:flex;align-items: center;justify-content: center;height:2rem;width:100%;margin-left:0;left:0;}

/* 社教宣传 */
.propagate a{text-decoration: none;}
.propagate .titlebox{width: 100%;height: 100%;display: flex; justify-content: center;align-items: center;}
.propagate .titlebox a{margin: 0 10px;width: 160px;height: 40px;display: flex; justify-content: center;align-items: center;background: url(images/title1.png) no-repeat;background-size: 100%;font-size: 22px;}
.propagate .content{width: 100%;height: 100%;margin: 10px auto;display: flex;flex-direction: column;}
.propagate .content_8{width: 100%;display: flex;flex-direction: column;}
.propagate .checkmores{width:135px;height: 45px;display: flex;align-items: center;justify-content: center;font-size: 12px;letter-spacing:5px;margin:20px auto;background: url(images/tuoyuanxiaohui.png) no-repeat;}
.propagate .checkmores a{color: #ffffff;}
.propagate .contbox{width: 100%;padding:0.5rem;display: flex;flex-direction:column;border: 1px solid #440E0C;box-sizing: border-box;}
.propagate .checkmore{width:135px;height: 35px;display: flex;align-items: center;justify-content: center;font-size: 12px;letter-spacing:5px;margin:20px auto;background: url(images/tuoyuanxiaohui.png) no-repeat;}
.propagate .checkmore a{color: #666666;}

.propagate .cont_left{background-size:cover;background-repeat: no-repeat;height:15rem;width:100%;box-sizing: border-box;}
.propagate .cont_left div{display:block;width: 100%;height:100%;box-sizing: border-box;}
.propagate .cont_right{width: 100%;margin-top:0.5rem;}
.propagate .cont_text{width: 100%;margin:0.75rem auto;display: flex;flex-direction: row;}
.propagate .cont_text_l{background: url(images/xiangyunhong.png);width: 30px;height: 12px;background-size: 100% 100%;background-repeat: no-repeat;margin:3px;margin-right:5px;}
.propagate .cont_text_r{width: 100%;height: 100%;}
.propagate .cont_text_r p{margin-top: 0px;}
.propagate .time{list-style-type:none;display: flex;flex-direction: row;justify-content: space-between;color:#333;font-size:0.875rem;font-weight: bold}
.propagate .time a{width:100%;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:1;overflow: hidden;font-weight: bold;font-size:0.875rem}
.propagate .time li{font-size:0.75rem;color:#666;font-weight: 400;white-space: nowrap;}
/* 轮播图完 */
.propagate .content_5{width: 100%;margin-bottom:0.5rem;display: flex;flex-direction: column;}
.propagate .contbottom{width: 100%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between;}

.propagate .img-text {width: 49%;display: flex;display: flex;flex-direction: column;margin-bottom:0.5rem;}
.propagate .img{height:10rem;width: 100%;background-size: 100%;}
.propagate .bottom_text{width: 100%;height: 40%;background: url(images/2194.png);display: flex;flex-direction: row;align-items: center;justify-content: center;}

.propagate .text{width:1rem;height: 75%;background: url(images/1920.png) no-repeat;background-size: 100%;margin-right: 10px;margin-top:10px}
.propagate .texts{width: 75%;height: 80%;}
.propagate .texts p:first-child{font-size:0.875rem;font-weight:400;color:#333;overflow: hidden;text-overflow: ellipsis;word-break: nowrap;}
.propagate .texts p:nth-child(2){margin-top:10px;line-height: 160%; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:4;overflow: hidden;color:#333;font-size: 14px;}

.propagate .content_2{width: 100%;display: flex;flex-direction: column;  margin-bottom: 0.5rem; }
.propagate .contbottoms{width: 100%;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.propagate .cont_2{width: 49%;display: flex;flex-direction:row;flex-wrap: wrap;justify-content: space-between;}
.propagate .cont2_img{width: 100%;height: 10rem;background-size:cover !important;}
.propagate .cont_name{ width: 100%;height:2rem;display: flex;flex-direction: row;align-items: center;justify-content: space-between;font-size:1rem}
.propagate .cont_name span:nth-child(2){ color: #1E163B;}
.propagate .cont_name p{font-size:0.875rem;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;width:80%;color:#666;height:2rem;line-height:2rem;}
.propagate .cont_bottom{width: 100%;position: relative;border:1px solid rgba(68,14,12,.6);}
.propagate .bottom_l{box-sizing:border-box;width:100%;display: flex;flex-direction: column;padding: 0px 20px;font-size: 20px;background: url(images/bg-long.png) no-repeat; background-size:cover;color: white;}
.propagate .bottom_l *{color: white;}
.propagate .bottom_l .public-title{justify-content:center;margin-top:0px}
.propagate .bottom_l .more{margin:1rem auto;}
.propagate .l_box{width: 100%;display: flex;flex-direction: column;}
.propagate .l_content{width: 100%;border-bottom: white 1px solid;font-size: 0.875rem;display: flex;justify-content: space-between;width: 100%;padding:0.5rem 0;}
.propagate .l_content a:first-child{font-weight:400;width:80%;letter-spacing:1px;height:40px;line-height:160%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.propagate .l_content a:last-child{font-size:0.75rem;white-space: nowrap;}
.propagate .bottom_r{width:100%;}
.propagate .bottom_r .public-title-active{justify-content:center}
/* 轮播图 */
.propagate .swiper-slide-shadow-right{opacity:0 !important;}
.propagate .swiper-slide-shadow-left{opacity:0 !important;}
.propagate .Social{width:100%;height:16rem;margin:0.5rem auto;}

.propagate .Social .Social-banner{width: 100%;height: 16rem;margin: 0 auto;position: relative;}
.propagate .Social .Social-banner .Social{width: 90%;margin: 0 auto;height: 16rem;text-align: center;}
.propagate .Social .Social-banner .Social > div{width: 100%;height: 14rem;}
.propagate .Social .Social-banner .Social div img{width: 70%;height: 100%;}
.propagate .swiper-button-prev,.propagate .swiper-button-next{font-size:40px;font-weight:bold;color:#B2B2B2;width: 40px;height: 40px;position: absolute;top:45%;left:1.2rem;color:white}
.propagate .swiper-button-next{left:auto;right:1.2rem;}
.propagate .swiper-button-prev::after, .propagate .swiper-button-next::after{ content: ''; }
/* 轮播图完 */
.propagate .bottom_title{position: absolute;align-items: center;text-align: center;display: flex;justify-content: center;top: 20px;left: 50%;font-size: 20px;font-weight: 600;background: url(images/title1.png) no-repeat;width: 12%;height: 8%;color: black;letter-spacing:5px;background-size: 125px;}
.propagate .bottom_name{width: 100%;height: 2rem;line-height:2rem;text-align: center;display: none;color:#666666;font-size:0.875rem;}
.propagate .Social .Social-banner .swiper-slide-active .bottom_name{display: block;}

/* 关于榕博 */
.rongbo > div:first-child{border:1px solid #440E0C;width:100%;margin-top:1rem;padding:0.5rem;box-sizing:border-box;display:block}
.rongbo > div:first-child > div{width:100%;display:block;}
.rongbo > div:first-child > div:last-child{height:12rem}
.rongbo > div:first-child .right-img img{width:100%;height:100px;background-size:contain; cursor: pointer;}
.rongbo > div:first-child .reds{background: url('images/wb-bg.png') no-repeat center center;color: #fff;background-size: cover}
.rongbo > div:first-child .reds .reds-1{display:block;padding:0.5rem;width:100%;box-sizing:border-box;}
.rongbo > div:first-child .reds .reds-1 .public-title{height:2rem;justify-content: flex-start;}
.rongbo > div:first-child .reds .reds-1 a{display:block;width:3rem;height:1rem;margin-top:1rem;background: url('images/w-btm.png') no-repeat center center;background-size:70%;}
.rongbo > div:first-child .reds .reds-1 .reds-content{margin-top:0.5rem;text-indent:1.75rem;line-height:160%;font-size:0.875rem;text-align: justify;}

.rongbo > div:nth-child(2){width:100%;margin:0.5rem auto;display:flex;flex-wrap:wrap;justify-content:space-between;}
.rongbo > div:nth-child(2) .float-contents{margin-bottom:0.5rem;width:49%;height:14rem;padding:0.5rem;box-sizing:border-box;word-wrap:break-word;position:relative;background: url('images/rb-bg-rect.png') no-repeat top center;background-size: contain;}
.rongbo > div:nth-child(2) .float-contents .float-1{padding:0.5rem;box-sizing:border-box;width:100%;height:100%;}
.rongbo > div:nth-child(2) .float-contents .float-1 span{display:block;text-align:left;font-size: 11px;color:#666666;}
.rongbo > div:nth-child(2) .float-contents .float-1 span:nth-child(2){line-height:160%;margin:0.5rem;text-indent: 22px;text-align: justify;height:6.85rem;overflow:hidden;}
.rongbo > div:nth-child(2) .float-contents .float-1 span:first-child{font-weight: bold;text-align: center;color:#333;font-size:13px;}
.rongbo > div:nth-child(2) .float-contents .float-1 a{display:flex;align-items:center;justify-content: center; width:6rem;height:1.6rem;letter-spacing:2px;text-decoration:none;color:#666666;margin:0 auto;text-align:center;font-size:11px;line-height:33px;background-image: url('images/rect-bg.png');background-size:contain;}

.rongbo > div:nth-child(3){display:bloc;margin:0 auto 0.5rem;}
.rongbo > div:nth-child(3) > div{width:100%;display:flex;flex-direction:column;box-sizing: border-box}
.rongbo > div:nth-child(3) .map{width:100%;height:15rem;border:1px solid #e6e6e6;border-right-width:0;}
.rongbo > div:nth-child(3) .about{width:100%;background-image: url('images/rb-bg.png');padding:0.5rem 1rem;box-sizing:border-box;color:#fff;position:relative;}
.rongbo > div:nth-child(3) .about p{font-size:1.2rem;font-weight:bold;margin-left:15px;letter-spacing:5px;}
.rongbo > div:nth-child(3) .about p .img6{margin-right: 10px;}
.rongbo > div:nth-child(3) .about p .img7{margin-left: 5px;}
.rongbo > div:nth-child(3) .about p .img6,.img7{position: relative;top: 7px;}
.rongbo > div:nth-child(3) span{display:block;margin-top:0.5rem;font-size:0.75rem;}
.rongbo > div:nth-child(3) .bottom-img{width:60px;height:21px;background: url('images/2531.png') no-repeat center center;background-size:70%;position:absolute;right:5px;bottom:5px;}

/* 机构规章 */
.rules { width: 100%; height: 100%; margin: 0 auto; }
.rules > div:first-child{ background:url("images/rule-bg.png") no-repeat center; width: 100%; height:10rem; background-size: contain; margin:0.5rem auto;color: #1E163B;padding:0;box-sizing: border-box;}
.rules > div:first-child div{height:100%;display:block;}

.rules > div:last-child span { display: block; text-align: center;font-size: 22.97px; } 
.rules > div:last-child span .left,.rules > div:last-child span .right{width: 24px;height: 32px;position: relative;top: 10px;}
.rules > div:last-child span .left{margin-right: 10px;}
.rules > div:last-child span .right{margin-left: 10px;}
.rules > div:last-child table{ width: 100%; margin:0.5rem auto; border: 0px; border-collapse: collapse; border-spacing: 0; text-align: left; } 
.rules > div:last-child table thead{border-top: 1px solid #1E163B;}
.rules > div:last-child table tr{height:3rem;font-size:0.75rem;}
.rules > div:last-child table tr td { border-bottom: 1px solid #1E163B; margin-left: 10px;}
.rules > div:last-child table tr td:first-child{text-align:center;}
/* 机构规章完*/

/* 榕博详情页 */
.details { width: 100%; height: 100%; margin: 30px auto;;line-height:180%;} 
.details .details-heard { width: 90%; height: 100%; margin: 0 auto; } 
.details .details-heard p { color: #000; font-weight: bold; font-size: 25px; text-align: center; margin-top: 10px; } 
.details .details-heard span { text-align: center; } 
.details .details-bottom p { text-align: center; margin-top: 30px; } 
.details .details-bottom span { display: block; margin-top: 30px; }

/* 榕博详情页完 */
/* 榕博荣誉 */
.rbhonour{width:100%;margin:0 auto;}
.rbhonour .honor-content{width:100%;height:100%;margin:0px auto;}
.rbhonour .honor-content .honor-title1{margin:20px auto;text-align:center;}
.rbhonour .honor-content .honor-title1 span{margin-left:40px;}
.rbhonour .honor-content .honor-title1 span .img1{margin-right: 10px;position: relative;top: 12px;}
.rbhonour .honor-content .honor-title1 span .img2{margin-left: 10px;position: relative;top: 12px;}
.rbhonour .honor-content .border{display:block;border:1px solid #f0f0f0;width:100%;}
.rbhonour .honor-content .time-z{width: 100%;height: 10rem;background-image: url('images/honour-bg.png');background-size: contain;margin-top:0.5rem;text-align: center}

.time-z p{display:block;color:white;font-weight: bold;letter-spacing: 2px}
.time-z p:first-child{font-size:1.2rem;padding-top:1em;}
.time-z p:nth-child(2){font-size:1rem;color:rgba(255,255,255,.6);margin:0.5rem auto 1rem auto;}
.time-z > div{width:100%;height:4rem;position:relative;}
.time-z > div > i{cursor:pointer;display:flex;align-items:center;justify-content: center; width:2rem;height:2rem;border-radius:50%;background-color:white;position:absolute;left:10%;color:#A5875A;font-style:normal;font-size:22px;font-weight: bold;font-size:14px;}
.time-z > div > i:nth-child(3){left:auto;right:10%}
.time-z > div > div:nth-child(1){width:100%;height:1px;border-top:0.5px solid #F6F5F1;top:15px;position:absolute;}
.ruler {width: 67%;height: 80px;margin:0 auto;display:block;text-align:center;white-space: nowrap;overflow: hidden}
.ruler a{position:relative;margin-top:0;font-size:0.75rem;width:66px;height:4rem;line-height:40px;color:white;background:url(images/line.png?s=0) no-repeat top center;background-size:100% auto;display:inline-block;}
.ruler a i{display:block;width:22px;height:33px;margin:auto;position:relative;}
.ruler a.active i{background:url(images/pos.png) no-repeat center top;background-size:80%;}


.rbhonour .honor-content .honor-titles{text-align:center;margin-top:37px;width: 100%;color:#666666;font-size:14px;}
.rbhonour .honor-content .honor-titles span{width: 191px; height: 23px; font-size:0.875rem; font-family: Microsoft YaHei; font-weight: 500; color: #222222; line-height: 19px;}
.rbhonour .honor-content .honor-titles h4{font-size:20px;padding-bottom:20px;}
.rbhonour .honor-content .honor-titles p{line-height:180%;}
.rbhonour .honor-content .borders{display:block;border:1px solid #f0f0f0;width:100%;margin-top:25px;}
.rbhonour .honor-bottom{width:100%;margin:0 auto;}
.rbhonour .honor-bottom span:first-child{display:block;text-align:center;font-size: 20px;}
.rbhonour .honor-bottom span:first-child .img1{margin-right: 10px;position: relative;top: 10px;}
.rbhonour .honor-bottom span:first-child .img2{margin-left: 10px;position: relative;top: 10px;}
.rbhonour .honor-bottom .bottom-imgs{margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;}
.rbhonour .honor-bottom .bottom-imgs > div{display:flex;align-items:center;justify-content: flex-end; width:49%;height:10rem;margin-bottom:2rem;flex-direction: column;}
.rbhonour .honor-bottom .bottom-imgs > div > div{height:100%;width:100%;}
.rbhonour .honor-bottom .bottom-imgs > div > div >div{height:100%;width:100%;}

.rbhonour .honor-bottom .bottom-imgs > div > span{font-size:0.875rem;color:#666666;height:1.2rem;line-height:1.2rem;display: block;float:left;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all;}
.rbhonour .honor-bottom .bottom-imgs > div > span:last-child{font-size:0.75rem;display:none;float: right;margin-top:1rem;color:#1E163B;}
/* 荣博荣誉完 */
/* 榕博媒体 */
.media{width: 100%;height: 100%;margin: 160px auto 0;text-align: center;}
.media .p1{margin-top: 20px;color: #666666;font-size: 14px;}
.media .p2{font-size: 18px;line-height: 32px;margin-top: 66px;text-indent: 2em;text-align: left;}
.media .p3{margin-top: 44px;color: #666666;text-align: left;font-size: 18px;text-indent: 2em;}
.media .imgs{background-image: url('images/图像\ 8.png');width: 1044px;height: 716px;margin: 74px auto;}
.media .bottom-title{width: 240px;height: 223px;text-align: center;line-height: 32px;font-size: 24px;margin: 0 auto;text-indent: 1em;}
.media .border{width: 14px; height: 14px; border: 1px solid #1E163B;}
/* 榕博媒体完 */
/* 关于榕博完 */

/* 新闻动态 */

/* 通知公告 */
.notice { width: 100%;margin: 0 auto; } 
.notice .notice-content { width: 100%; margin:1rem auto } 
.notice-title > i{background:url(images/corner.png) no-repeat left top;background-size:100%;position:absolute;top:-2px;left:-2px;display:inline-block;width:2rem;height:2rem;}
.notice-title > i:nth-child(3){right:-2px;left:auto;transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);}
.notice-title > i:nth-child(4){right:-2px;bottom:-2px;top:auto;left:auto;transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
.notice-title > i:nth-child(5){bottom:-2px;top:auto;transform:rotate(-90deg);-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);}
.notice-title {position:relative; width: 100%;border:2px solid #1E163B; margin:0.5rem auto; padding:0.5px; box-sizing: border-box;color: #1E163B;} 
.notice-title::before{right:3px;left:auto;transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);}
.notice-title .notice-titles { width: 100%;padding:1rem;box-sizing: border-box; } 

.notice .notice-title .notice-titles > p{font-size:1.2rem;font-weight:bold}
.notice .notice-title .notice-titles > p a{color:rgba(139,45,47,.4);display:block;height:40px;line-height:40px;font-size:18px;}

.page-notice{margin-top:1rem;}
.page-notice >p{display:block;}
.page-notice >p:first-child{font-weight: bold;font-size:1.2rem;}
.page-notice >p:nth-child(2){margin:1rem 0;}
.page-notice >div{height:7rem;font-size:0.875rem;text-align:justify;color:#977877;line-height:160%;box-sizing:border-box;overflow:hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:5}
.page-notice >div>p{text-align:left !important;}
.page-notice > a{color:#1E163B;font-size:100px;display:block; width:60px;height:40px;margin-top:-20px;margin-left:-10px;}

.notice .notice-title .notice-titles .bottom-notice {display:none;width: 120px; height: 120px; background-color:#1E163B;margin-top: 20px;border-radius: 5px;text-align: center;color: #fff;box-sizing: border-box;padding: 1px;} 
.notice .notice-title .notice-titles .bottom-notice i{display:block;height:50px;font-size:45px;color:#fff;margin-top:25px}

.notice .notice-title .right-titles { width: 100%;padding: 0 0.5rem;box-sizing: border-box;} 
.notice .notice-title .right-titles .right-1 { display:flex;align-items:center;justify-content: center;font-weight: bold;font-size: 1.2rem;} 
.notice .notice-title .right-titles .right-1 i{display:inline-block;height:2px;width:4rem;background-color: #1E163B;margin:0 1rem;} 
.notice .notice-title .right-titles ul { margin-top: 30px;border-top: 1px solid #1E163B;} 
.notice .notice-title .right-titles ul li {font-size:0.875rem;list-style-type: none; border-bottom: 0.5px solid #977877;padding:0 1rem; box-sizing: border-box; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden; } 
.notice .notice-title .right-titles ul li > p:first-child{color:#1E163B;font-weight: bold;letter-spacing:1px;padding-top:1rem;}
.notice .notice-title .right-titles ul li > p:nth-child(2){color:#977877;margin:10px 0 20px 0;box-sizing:border-box;max-height:2rem;font-size:0.75rem;overflow:hidden;text-overflow: ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp: 2;}

.notice .notice-bottoms { width: 100%;margin: 0 auto; } 
.notice .notice-bottoms .noti-title { text-align: center; margin-top: 30px; display: block;} 
.notice .notice-bottoms .noti-title .img1{margin-right: 10px;position: relative;top: 12px;}
.notice .notice-bottoms .noti-title .img2{margin-left: 10px;position: relative;top: 12px;}

.notice .notice-bottoms ul { margin-top: 0.5rem; } 
.notice .notice-bottoms ul li {font-size:0.875rem;display:flex;list-style-type: none; border-bottom: 1px solid #e9e9e9;padding:0.75rem 0.5rem;} 
.notice .notice-bottoms .red-1 { border: 2px solid #1E163B;display:inline-block;height:0.75rem;margin-bottom:-4px;} 
.notice .notice-bottoms .content-1 {display:inline-block;width:100%;padding-left:0.5rem;color:#4d4d4d;font-weight:400;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;} 
.notice .notice-bottoms .time {display: block;color:#666;margin-left:auto;white-space: nowrap;}
/* 通知公告完 */
.n1{width: 100%;height: 100%;margin: 0 auto;}
.n1 .notices{width:90%;height: 100%;margin: 0 auto;}
.n1 .notices .p1{font-size: 32px; line-height: 42px;text-align: center;margin-top: 30px;}
.n1 .notices .p2{font-size: 14px;color: #666666;line-height: 19px;margin-top: 20px;text-align: center;}
.n1 .notices .p3{font-size: 18px;line-height: 35px;color: #666666;margin-top: 60px;text-indent: 2em;}
.n1 .notices .notices-1{width: 442px;height: 94px;color: #666666;margin-top: 20px;line-height: 35px;}
.n1 .notices .p7{width: 138px;height: 59px;margin: 20px auto;text-indent: 0.8em;line-height: 35px;}
.n1 .hr{width: 90%;height: 15px;margin:20px auto;}
.n1 .hr .rot{width: 10px;height: 10px;border: 1px solid #1E163B; transform: rotate(45deg);float: left;}
.n1 .detail-share{text-align: center;margin: 20px 0;font-size: 14px;}
.n1 .detail-share>span{width: 20px;height: 20px;display: inline-block;margin: 0 5px;font-size:22px;}
.n1 .detail-share>span>i{font-size: 20px;}

/* 榕博新闻 */
.news { width: 100%; height: 100%; margin:0.5rem auto; } 
.news .news-content { width: 100%; height: 100%;  } 
.news .news-new { width: 100%; height: 100%; margin: 0.5rem auto 0; } 
.news .news-new .div1 { width: 100%;border: 1px dashed #1E163B; display: flex; margin-top: 20px;} 
.news .news-new .div1:nth-child(odd){flex-direction: row;}
.news .news-new .div1:nth-child(even){flex-direction: row-reverse;}
.news .news-new .div1 .imgs { width: 45%; background-size: cover; } 
.news .news-new .div1 .title { width: 55%; box-sizing: border-box; padding:0.5rem 1rem; }
.news .news-new .div1 .title .div3{letter-spacing:1px;font-weight: bold;font-size:0.875rem}
.news .news-new .div1 .title .div3::before{content:'';background:url(images/right937.png) no-repeat center center;width:40px;background-size:90%;padding-left:30px;word-wrap: break-word; margin-top: 15px; font-size: 18px;color:#333} 
.news .news-new .div1 .title > div { display: block; margin:0.5rem 0 0.5rem 1.2rem;color: #666666;word-wrap: break-word;min-height:3rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;font-size:0.75rem;overflow: hidden; }
.news .news-new .div1 .title > p { display: block;color: #333;font-weight: bold;font-size:0.75rem;}
.news .news-new .div1 .title > p:last-child{text-align: right}
.news .news-new .div1 .title .right-bottom{display:none;background-image: url('images/940.png');width: 32px;height: 12px;background-size: cover;margin-left: 748px;margin-top: 40px;}
.news .news-new .div1:nth-child(even) .title .right-bottom{margin-left: -10px;}

.news .contents { width: 100%; height: 100%; margin: 0 auto; } 
.news .contents .contents-1 { display: flex; flex-wrap: wrap; justify-content: space-between; color: #1E163B;} 
.news .contents .contents-1 .contents-2 { width: 49%; margin-top: 0.5rem;border: 1px solid #1E163B; }
.news .contents .contents-1 .contents-2:hover{background-color: #1E163B;color: #ffffff;} 
.news .contents .contents-1 .contents-2:hover .borders-1{border-top: 1px solid #fff;} 
.news .contents .contents-1 .contents-2:hover .bottom-i 
.news .contents .contents-1 .contents-2:hover .bottom-m{color:white;} 
.news .contents .contents-1 .contents-2 .contents-5 { padding:0.5rem;padding-bottom:0; box-sizing: border-box; }
.news .contents .contents-1 .contents-2 .contents-3 { width: 100%; height: 10rem; background-size: cover;} 
.news .contents .contents-1 .contents-2 .contents-3 .contents-4 { width: 2rem; height:2rem;border-radius: 0 0 1rem 0; background-color:#88BC51; text-align: center; line-height: 2rem; color: #fff; } 
.news .contents .contents-1 .contents-2 span { word-wrap: break-word;margin-top:0.5rem;height:2.5rem;font-size:0.875rem;font-weight: bold; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;} 
.news .contents .contents-1 .contents-2 p { margin-top:0.25rem;height:1rem;font-size:0.75rem;} 
.news .contents .contents-1 .contents-2 .borders-1{ border-top: 1px solid #1E163B; margin:0.25rem -0.5rem 0 -0.5rem}
.news .contents .contents-1 .contents-2 .bottom-i{display:inline-block;width:1.5rem;font-size:1.2rem}
.news .contents .contents-1 .contents-2 .bottom-m{display:inline-block;width: 2rem;margin-left:auto;font-size:2rem;font-weight: bold}
.news .contents .contents-1 .contents-5 > div:last-child{height:2rem;display:flex;align-items: center;justify-content: center}
.news .contents .contents-1 .contents-5 > div:last-child a{display:flex;align-items: center;justify-content: center;margin:0rem 0 0 1rem}
.news .contents .bottom-a {background: url('images/rect-bg.png') no-repeat center;width: 175px;height: 45px;background-size: contain;margin: 40px auto 0;line-height: 45px;text-align: center;}
.news .contents .bottom-a a{color: #666;letter-spacing: 2px;font-size:14px;} 
.news .news-bottoms { width: 100%; height: 100%; margin: 1rem auto; } 

.news .news-bottoms ul { margin-top: 0.5rem; } 
.news .news-bottoms ul li {font-size:0.875rem;display:flex;list-style-type: none; border-bottom: 1px solid #e9e9e9;padding:0.75rem 0.5rem;} 
.news .news-bottoms .red-1 { border: 2px solid #1E163B;display:inline-block;height:0.75rem;margin-bottom:-4px;} 
.news .news-bottoms .content-1 {display:inline-block;width:100%;padding-left:0.5rem;color:#4d4d4d;font-weight:400;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;} 
.news .news-bottoms .time {display: block;color:#666;margin-left:auto;white-space: nowrap;}

/* 榕博新闻完 */

/* 党建工作 */
.founding{width: 100%;height: 100%;margin: 0 auto ;}
.founding .foundings{width: 100%;height: 100%;margin: 0 auto;}
.founding .foundings .span-title{display: block;text-align: center;}
.founding .foundings .span-title .img3{margin-right: 10px;position: relative;top: 10px;}
.founding .foundings .span-title .img4{margin-left: 10px;position: relative;top: 10px;}
.founding .found-content{ margin-top:1rem; width: 100%; }
.founding .found-content .content{display: flex;width: 100%;height: 10rem;}
.founding .found-content .content .left{width: 45%;height: 100%;background-size: cover;background-repeat: no-repeat;}
.founding .found-content .content .right{width: 55%;height: 100%;}
.founding .found-content .content .right .p1{color: #1E163B;margin-left:1rem;margin-top:0rem;font-size: 1rem;line-height:160%;}

.founding .found-content .content .right .span1{display: block;margin-left: 1rem;margin-top:0.5rem;color: #1E163B;font-size:0.75rem;}
.founding .found-content .content .right .span1 i{width: 18px;height: 12px;margin-left:auto}
.founding .found-content .content .right .span1 .span2{margin-left: 10px;}
.founding .found-content .content .right .p2{margin-left: 1rem;margin-top:1rem;text-indent:2em;font-size:0.875rem;line-height:150%;color: #707070;height:4rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow: ellipsis;}
.founding .found-content .border{border-top:1px solid #707070;width: 100%;margin: 1rem 0;}/* 党建工作完 */
.found-content li {font-size:0.875rem;display:flex;list-style-type: none; border-bottom: 1px solid #e9e9e9;padding:0.75rem 0.5rem;} 
.found-content .red-1 { border: 2px solid #1E163B;display:inline-block;height:0.75rem;margin-bottom:-4px;} 
.found-content .content-1 {display:inline-block;width:100%;padding-left:0.5rem;color:#4d4d4d;font-weight:400;overflow: hidden;text-overflow: ellipsis;white-space:nowrap;} 
.found-content .time {display: block;color:#666;margin-left:auto;white-space: nowrap;}

/* 安全生产 */
.foundingss{width: 100%;height: 100%;margin: 0 auto;}
.foundingss .foundingss1{width: 90%;height: 100%;margin: 160px auto 0;}
.foundingss .foundingss1 .title{text-align: center;font-size: 32px;line-height: 42px;}
.foundingss .foundingss1 .title-time{text-align: center;margin-top: 20px;color: #666666;font-size: 14px;line-height: 19px;}
.foundingss .foundingss1 .title-1{margin-top: 60px;font-size: 24px;color: #666666;}
/* 安全生产完 */
/* 福州文化 */
.fzculture{width: 100%;margin:0px auto;}
.fzculture .bg-div{width: 100%;display: flex;justify-content: space-between;flex-wrap: nowrap;flex-direction: column }

.fzculture .bg-div .div1{width: 100%;height:auto;display: flex;flex-wrap: nowrap;justify-content: space-between;}
.fzculture .bg-div .div1 .div2{position:relative;width:55%;height:8.5rem;border: 1px solid #1E163B;border-width:0 0 1px 1px;margin-top: 2rem;}
.fzculture .bg-div .div1 .div2 .p1{margin-left: -1px;margin-top: -14px;display:flex;align-items: center; justify-content:flex-start;color:#333;font-weight: bold}
.fzculture .bg-div .div1 .div2 .p1 i{display:inline-block;}
.fzculture .bg-div .div1 .div2 .p1 i:first-child{border-top:1px solid #1E163B;width:40px;}
.fzculture .bg-div .div1 .div2 .p1 i:nth-child(2),.fzculture .bg-div .div1 .div2 .p1 i:nth-child(5){height:20px;width:3px;background-color:#1E163B;margin:auto 1px}
.fzculture .bg-div .div1 .div2 .p1 i:nth-child(3),.fzculture .bg-div .div1 .div2 .p1 i:nth-child(4){height:20px;width:1px;background-color:#1E163B;margin:auto 1px}
.fzculture .bg-div .div1 .div2 .p2{margin:0.5rem;color:#666;font-size:0.875rem;}
.fzculture .bg-div .div1 .div2 .p3{margin:0.5rem;font-size: 0.75rem;color:#666666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow:hidden;text-overflow: ellipsis;text-align: justify;}
.fzculture .bg-div .div1 .div2 a{text-align:center;font-size:9px;line-height:20px;display:inline-block;width:20px;height:20px;border-radius: 100%;color:white;background-color:#1E163B;position:absolute;right:-10px;bottom:-10px;}
.fzculture .bg-div .div1 .div3{width:45%;height:8.5rem;background-size:cover;background-position:center center;background-repeat:no-repeat;margin-top: 1rem;}
/* 福州文化完 */
/* 新闻动态完 */
/* 参观预约 */
.visit_reserve .big-frame{width: 100%;box-sizing: border-box; color: #fff;background: url(./images/visitonebg.png) no-repeat right center;background-size:auto 100%;padding: .625rem;margin: .5rem 0;}
.visit_reserve .big-frame>div{border: 1px dashed #EAD7B7; width: 100%; height: 100%; padding: 1.25rem .3rem; box-sizing: border-box; display: flex;position: relative;flex-direction: column;}
.visit_reserve .big-frame>div::before,.big-frame>div::after{content: '';width: 2rem;height: 2rem;background: url(./images/zuoshang.png) no-repeat center;background-size: contain;position: absolute;}
.visit_reserve .big-frame>div::before{top: 0.75rem;left: .75rem;}
.visit_reserve .big-frame>div::after{background-image: url(./images/youxia.png);bottom: .75rem;right: .75rem;}
.visit_reserve .big-frame>div>div{box-sizing: border-box;padding: 1rem;}
.visit_reserve .big-frame>div>div>h2{margin-bottom: 1rem;}
.visit_reserve .big-frame>div>div:first-child{width: 100%;}
.visit_reserve .big-frame>div>div:first-child>p{font-size: .875rem;margin-bottom: .5rem;}
.visit_reserve .big-frame>div>div:first-child>p:nth-child(2){margin-top: 1rem;margin-bottom: 1.5rem;}
.visit_reserve .big-frame>div>div:first-child>p:nth-child(2)>span{font-size: 1.5rem;font-weight: bold;}
.visit_reserve .big-frame>div>div:last-child{width:100%;border-top: 1px dashed #EAD7B7;}
.visit_reserve .big-frame>div>div:last-child ol{font-size: .875rem;}
.visit_reserve .big-frame>div>div:last-child ol>li{padding:.5rem 0 0;}
.visit_reserve .visit-heards-sub{display: flex;justify-content: space-between;flex-direction: column;}
.visit_reserve .visit-heards-sub .big-frame{background-image: url(./images/visitwobg.png);width: 100%;}
.visit_reserve .visit-heards-sub .big-frame>div{border-color: #fff6e6;flex-flow: column;padding: 2rem 1rem; }
.visit_reserve .visit-heards-sub .big-frame>div::before{background-image: url(./images/youshang.png);right: .75rem;left: auto;}
.visit_reserve .visit-heards-sub .big-frame>div::after{background-image: url(./images/zuoxia.png);left: .75rem;}
.visit_reserve .visit-heards-sub .big-frame>div>h3{letter-spacing: 2px;font-weight: 400;margin-bottom:1rem;}
.visit_reserve .visit-heards-sub .big-frame>div>ul>li{display: flex;padding: .5rem 0;}
.visit_reserve .visit-heards-sub .big-frame>div>ul>li:not(:last-child){border-bottom: 1px dashed #fff6e6;}
.visit_reserve .visit-heards-sub .big-frame>div>ul>li>p:nth-child(1){width: 22%;}
.visit_reserve .visit-heards-sub .big-frame>div>ul>li>p:nth-child(2){display: none;}
.visit_reserve .visit-heards-sub .big-frame>div>ul>li>p:nth-child(3){display: none;}
.visit_reserve .visit-heards-sub .big-frame>div>ul>li>p:nth-child(4){width: 78%;font-size: .75rem;box-sizing: border-box;padding-left: .5rem;}
.visit_reserve .small-tip{width: 100%; height: 100%; display: flex; flex-direction: row;font-weight: bold;color: #fff;margin: .5rem 0;justify-content: space-between; }
.visit_reserve .small-tip>div{height: 12rem;width: 33%; padding: .5rem; box-sizing: border-box; position: relative;background: url(./images/xiaobg1.png);background-size: contain;cursor: pointer;margin-bottom: .4rem;text-align: center;box-sizing: border-box;}
.visit_reserve .small-tip>div::before{content: '';width: 2rem;height: 2rem;background: url(./images/1371.png) no-repeat center;background-size: contain;position: absolute;}
.visit_reserve .small-tip>div:nth-child(1)::before{right: .75rem;top: .5rem;}
.visit_reserve .small-tip>div:nth-child(2)::before{left: .75rem;bottom: .5rem;}
.visit_reserve .small-tip>div:nth-child(3)::before{right: .75rem;bottom: .5rem;}
.visit_reserve .small-tip>div:nth-child(1){line-height: 12rem;}
.visit_reserve .small-tip>div:nth-child(2){background: url(./images/xiaobg3.png);background-size: contain;padding-top: 4rem; } 
.visit_reserve .small-tip>div:nth-child(3){background: url(./images/xiaobg2.png);background-size: contain;padding-top: 2.6rem; } 
.visit_reserve .visit-bottom { width: 100%; height: 45rem; display: flex; margin: 0 auto 1.25rem;flex-direction: column; } 
.visit_reserve .visit-bottom .ditu { width: 100%; height: 20rem; background-color: #fff000; } 
.visit_reserve .visit-bottom .bus { width: 100%; height: 25rem; padding: 1rem .5rem 0 ; box-sizing: border-box;background: url(./images/visitthreebg.png) no-repeat center;background-size: 100% 100%;color: #fff; } 
.visit_reserve .visit-bottom .bus .content-s p{font-weight: bold;position: relative;}
.visit_reserve .visit-bottom .bus .content-s p::after{content: '';width: 30px;height: 20px;position: absolute;background: url(./images/937.png) no-repeat center;background-size: contain;left: 75px;}
.visit_reserve .visit-bottom .bus .content-s span { display: block; margin-top: 20px;margin-left:1rem; font-size:0.875rem;word-wrap: break-word; } 
.visit_reserve .visit-bottom .bus .bottom-icon { width: 100%; height: 90px; display: flex; flex-wrap: wrap; text-align: center; justify-content: space-between; margin-top: 2rem; vertical-align: middle; } 
.visit_reserve .visit-bottom .bus .bottom-icon a{display:flex;font-size:0.875rem;width: 24%; height: 100%;cursor: pointer;border-radius: 5px;align-items: center;justify-content: center;flex-direction: column}
.visit_reserve .visit-bottom .bus .bottom-icon a i{font-size:42px;display:block;}
.visit_reserve .visit-bottom .bus .bottom-icon a:first-child { background-color:#B58952}
.visit_reserve .visit-bottom .bus .bottom-icon a:first-child i{font-size:48px;}
.visit_reserve .visit-bottom .bus .bottom-icon a:nth-child(2) { background-color:#715D45}
.visit_reserve .visit-bottom .bus .bottom-icon a:nth-child(3) { background-color:#AAA680}
.visit_reserve .visit-bottom .bus .bottom-icon a:last-child { background-color:#C5C6AF}
/* 参观预约  完*/

.propagate-sub7 .box{width: 100%;height: 100%;margin: 0 auto;}
.propagate-sub7 .banner{background-color: salmon;width: 100%;height: 500px;}
.propagate-sub7 .banner .banner-wb { height: 100%; }
.propagate-sub7 .banner .banner-wb img{ width: 100%; }
.propagate-sub7 .banner .banner-wb .pageimg{ bottom: 25px !important; }
.propagate-sub7 .banner .banner-wb .pageimg>span{ display: inline-block; width: 27px; height: 24px; background: url(./images/banner2.png) no-repeat left center; opacity: 1 !important; margin: 0 8px !important; }
.propagate-sub7 .banner .banner-wb .pageimg>span.swiper-pagination-bullet-active{ background: url(./images/banner1.png) no-repeat right center; }
.propagate-sub7 .content{width: 90%;height: 100%;margin: 10px auto;display: flex;flex-direction: column;}
.propagate-sub7 .content_8{width: 100%;height: 100%;display: flex;flex-direction: column;}
.propagate-sub7 .conttitle{width: 100%;height: 50PX;margin: 20px auto;align-items: center;justify-content: center;display: flex;}
.propagate-sub7 .conttitle p{display: flex;align-items: center;justify-content: center;font-size: 20px;font-weight: 500;background: url(images/title1.png) no-repeat;width: 15%;height: 70%;}
.propagate-sub7 .contenttext{display: flex;flex-direction: row;justify-content: space-between;align-items: center;border-top: dashed 1px red ;border-right: none;border-left: none;height:50px;}
.propagate-sub7 .contenttext:last-child{border-bottom: dashed 1px red ;}
.propagate-sub7 .left{display: flex;flex-direction: row;justify-content: center;align-items: center;width: 80%;}
.propagate-sub7 .left p{width: 100%;height: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 12px;}
.propagate-sub7 .l{background: url(images/xiangyunhong.png) no-repeat;width: 25px;height: 12px;background-size: 100%;}
.propagate-sub7 .contentbox{display: flex;flex-direction: column;width: 100%;height:100%;}

/* 社教研学实践*/
.propagate-sub4 .box{width: 100%;height: 100%;margin: 0 auto;}
.propagate-sub4 .banner{background-color: salmon;width: 100%;height: 500px;}
.propagate-sub4 .banner .banner-wb { height: 100%; }
.propagate-sub4 .banner .banner-wb img{ width: 100%; }
.propagate-sub4 .banner .banner-wb .pageimg{ bottom: 25px !important; }
.propagate-sub4 .banner .banner-wb .pageimg>span{ display: inline-block; width: 27px; height: 24px; background: url(./images/banner2.png) no-repeat left center; opacity: 1 !important; margin: 0 8px !important; }
.propagate-sub4 .banner .banner-wb .pageimg>span.swiper-pagination-bullet-active{ background: url(./images/banner1.png) no-repeat right center; }
.propagate-sub4 .content{width: 90%;height: 100%;margin: 10px auto;display: flex;flex-direction: column;}
.propagate-sub4 .content_8{width: 100%;height: 100%;display: flex;flex-direction: column;}
.propagate-sub4 .conttitle{width: 100%;height: 50PX;margin: 20px auto;align-items: center;justify-content: center;display: flex;}
.propagate-sub4 .conttitle p{display: flex;align-items: center;justify-content: center;font-size: 20px;font-weight: 500;background: url(./images/title1.png) no-repeat;width: 15%;height: 70%;}
.propagate-sub4 .contenttext{display: flex;flex-direction: row;justify-content: space-between;align-items: center;border-top: dashed 1px red ;border-right: none;border-left: none;height:50px;}
.propagate-sub4 .contenttext:last-child{border-bottom: dashed 1px red ;}
.propagate-sub4 .left{display: flex;flex-direction: row;justify-content: center;align-items: center;width: 80%;}
.propagate-sub4 .left p{width: 100%;height: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 12px;}
.propagate-sub4 .l{background: url(./images/xiangyunhong.png) no-repeat;width: 25px;height: 12px;background-size: 100%;}
.propagate-sub4 .contentbox{display: flex;flex-direction: column;width: 100%;height:100%;}
/* 社教研学实践完 */
/* 社教道德讲堂*/
.propagate-sub8 .box{width: 100%;height: 100%;margin: 0 auto;}
.propagate-sub8 .banner{background-color: salmon;width: 100%;height: 500px;}
.propagate-sub8 .banner .banner-wb { height: 100%; }
.propagate-sub8 .banner .banner-wb img{ width: 100%; }
.propagate-sub8 .banner .banner-wb .pageimg{ bottom: 25px !important; }
.propagate-sub8 .banner .banner-wb .pageimg>span{ display: inline-block; width: 27px; height: 24px; background: url(./images/banner2.png) no-repeat left center; opacity: 1 !important; margin: 0 8px !important; }
.propagate-sub8 .banner .banner-wb .pageimg>span.swiper-pagination-bullet-active{ background: url(./images/banner1.png) no-repeat right center; }
.propagate-sub8  .content{width: 90%;height: 100%;margin: 10px auto;display: flex;flex-direction: column;}
.propagate-sub8  .content_8{width: 100%;height: 100%;display: flex;flex-direction: column;}
.propagate-sub8 .conttitle{width: 100%;height: 50PX;margin: 20px auto;align-items: center;justify-content: center;display: flex;}
.propagate-sub8 .conttitle p{display: flex;align-items: center;justify-content: center;font-size: 20px;font-weight: 500;background: url(images/title1.png) no-repeat;width: 15%;height: 70%;}
.propagate-sub8 .contentbox{width:100%;height: 100%;display: flex;flex-direction: column;margin: 0 auto;}
.propagate-sub8 .subject {width: 100%;display: flex;flex-direction: column;margin:30px auto;}
.propagate-sub8 .subject-video {width: 100%;height: 250px;display: flex;flex-direction: row;}
.propagate-sub8 .subject-video:not(:last-child) {border-bottom: rgba(0,0,0,.2) solid 1px;margin-bottom:30px;}
.propagate-sub8 .videos {border: greenyellow solid 1px;width: 300px;height: 20px;}
.propagate-sub8 .video .img {width: 300px;height: 100%;}
.propagate-sub8 .article {width: 61%;height: 220px;}
.propagate-sub8 .article p {margin:20px;color: #1E163B;font-size: 12px;}
.propagate-sub8 .article p:first-child{font-weight: bold;color:#1E163B;}
.propagate-sub8 .article .art {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;color:#666;margin-top: 40px;}
.propagate-sub8 .article p:last-child{color:#999;font-size:12px;}
.propagate-sub8 .article :first-child {font-size: 26px;margin-top: 10;padding-top: 0;}
/* 社教道德讲堂完 */


/* 社教第二课堂*/
.propagate-sub3 .box{width: 100%;height: 100%;margin: 0 auto;}
.propagate-sub3 .banner{background-color: salmon;width: 100%;height: 500px;}
.propagate-sub3 .banner .banner-wb { height: 100%; }
.propagate-sub3 .banner .banner-wb img{ width: 100%; }
.propagate-sub3 .banner .banner-wb .pageimg{ bottom: 25px !important; }
.propagate-sub3 .banner .banner-wb .pageimg>span{ display: inline-block; width: 27px; height: 24px; background: url(./images/banner2.png) no-repeat left center; opacity: 1 !important; margin: 0 8px !important; }
.propagate-sub3 .banner .banner-wb .pageimg>span.swiper-pagination-bullet-active{ background: url(./images/banner1.png) no-repeat right center; }
.propagate-sub3 .content{width: 90%;height: 100%;margin: 10px auto;display: flex;flex-direction: column;}
.propagate-sub3 .content_8{width: 100%;height: 100%;display: flex;flex-direction: column;}
.propagate-sub3 .conttitle{width: 100%;height: 60PX;margin: 20px auto;align-items: center;justify-content: center;display: flex;}
.propagate-sub3 .conttitle p{display: flex;align-items: center;justify-content: center;font-size: 20px;background: url(images/title1.png) no-repeat;width: 15%;height: 70%;}
.propagate-sub3 .contbottoms{width: 100%;height: 55%;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.propagate-sub3 .cont_2{width: 29%;height: 300px;display: flex;flex-direction: column;margin-bottom: 10px;}
.propagate-sub3 .cont2_img{width: 100%;height: 270px;background: url(images/图层\ 2391.png) no-repeat;}
.propagate-sub3 .cont_name{width: 100%;height: 30px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.propagate-sub3 span{color: #1E163B;}
.propagate-sub3 span b{font-size: 20px;color: #1E163B;}


/*文博资源*/
.wbresources{ text-decoration: none;}
.wbresources .box{width: 100%;height: 100%;margin: 0 auto;}
.wbresources .banner{background-color: salmon;width: 100%;height: 500px;}
.wbresources .banner .banner-wb { height: 100%; }
.wbresources .banner .banner-wb img{ width: 100%; }
.wbresources .banner .banner-wb .pageimg{ bottom: 25px !important; }
.wbresources .banner .banner-wb .pageimg>span{ display: inline-block; width: 27px; height: 24px; background: url(images/banner2.png) no-repeat left center; opacity: 1 !important; margin: 0 8px !important; }
.wbresources .banner .banner-wb .pageimg>span.swiper-pagination-bullet-active{ background: url(images/banner1.png) no-repeat right center; }
.wbresources .title{ border-bottom: #F6F6F6 3px solid;width: 90%;margin: 10px auto;height:100px;align-items: center;display: flex;justify-content: center; }
.wbresources .titlebox{ width: 100%;height: 100%;display: flex; justify-content: center;align-items: center; }
.wbresources .titlebox a{margin: 0 10px;width: 160px;height: 40px;display: flex; justify-content: center;align-items: center;background: url(images/title1.png) no-repeat;background-size: 100%;font-size: 22px; }
.wbresources .content{ width:100%;display: flex;flex-direction: column;}

.wbresources .content_8{border: #440E0C 1px solid;width: 100%;display: flex;flex-direction: column;}
.wbresources .contbox{ width: 100%;display: flex;flex-direction:column;}
.wbresources .cont_left{ width: 100%;height:15rem;}
.wbresources .cont_left div{width: 100%;height: 15rem;}
.wbresources .bottom_l{ width:100%;box-sizing:border-box;display: flex;flex-direction: column;padding:0.5rem;font-size:1.2rem;background: url(images/wb-bg.png) no-repeat; background-size: cover;color: white;}
.wbresources .bottom_l *{ color: white;}
.wbresources .bottom_l .more{margin-top:1rem;}

.wbresources .l_box{ width: 100%;height: 70%;display: flex;flex-direction: column; }
.wbresources .imgtext_box{ width: 100%;height: 80%;display: flex;flex-direction: row;flex-wrap: wrap;justify-content: space-between; }
.wbresources .l_content{width:100%;height: 40px;padding:15px 0;border-bottom: white 1px solid;font-size: 14px;display: flex;justify-content:space-between;align-items:flex-end;}
.wbresources .l_content a:first-child{width: 80%;overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;letter-spacing: 2px;height:40px;}
.wbresources .l_content a:last-child{font-size:0.75rem;white-space: nowrap;}

.wbresources .l_cont{ display: flex;justify-content: space-between;width: 100%;margin-bottom: 5px;}

.wbresources .l_cont  a{width: 70%; overflow: hidden;text-overflow: ellipsis; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.wbresources .bottom_l :nth-child(6) { height: 40px;}
.wbresources .content_2{width: 100%;height:15%;display: flex;flex-direction: column;  margin-bottom:0.5rem; }
.wbresources .contbottoms{ width: 100%;height: 80%;display: flex;flex-direction: column;}
.wbresources .contbombox{width: 100%;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.wbresources .cont_2{width: 49%;display: flex;flex-direction: column;justify-content: center;align-items: center}
.wbresources .cont_2 > p{width: 100%;height: 180px;background-color:#000;}
.wbresources .cont_2 video{width:100%;height: 100%;background-color:#000;}
.wbresources .cont_name{ width: 100%;height:2rem;line-height:2rem;font-weight:bold;color:#666;display: flex;flex-direction: row;;;align-items: center;justify-content: space-between;font-size: 20px;}
.wbresources .cont_name :nth-child(2){ color: #1E163B;font-size:0.875rem;}
.wbresources .cont_name p{ overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size:0.875rem;}

.wbresources .content_5{width: 100%;height:auto;margin-bottom:0.5rem;display: flex;flex-direction: column;    }
.wbresources .contbottom{ width: 100%;display: flex;flex-direction: column;flex-wrap: wrap;justify-content: space-between;}
.wbresources .img-text { width: 49%;display: flex; display: flex;flex-direction: column;margin-bottom:0.5rem;}
.wbresources .img-text>div:first-child{height:10rem;width: 100%;}
.wbresources .bottom_text{ width: 100%;height:6rem;background:url(images/tour1.png) no-repeat center center;background-size:cover;}
.wbresources .img-text:nth-child(2) .bottom_text{background-image:url(images/bg2.png)}
.wbresources .img-text:nth-child(3) .bottom_text{background-image:url(images/bg3.png)}
.wbresources .bottom_text p{margin: 0 0.25rem;font-size: 0.75rem;color: #fff;line-height:140%;box-sizing: border-box;}
.wbresources .bottom_text .p{height:2.5rem;font-size:0.875rem;letter-spacing: 1px;display:-webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;}
.wbresources .text{ width:100%;height:100%; padding:0.5rem 0.25rem;color: white;font-size:0.875rem;box-sizing: border-box;}
.wbresources .content_0{ width: 100%;border: #440E0C 1px solid;margin-bottom:0.5rem;display: flex;flex-direction: column;padding:0.5rem;box-sizing: border-box;}
.wbresources .content_text{ width:100%;background: url(images/wb-bg.png);position: relative;}	
.wbresources .content_text .public-title{color:white;}
.wbresources .cont_0_r{ width: 100%;height: 100%; }	
.wbresources .cont_0_r img{ width: 100%;height: 100%; }	
.wbresources .content_name{ width: 36%;height: 15% ;margin: 20px;display: flex;justify-content: center;align-items: center;background: url(images/wtitle1.png) no-repeat;background-size: 100%;color: white;font-weight: 600;}
.wbresources .content_cont{ width: 100%;padding:1rem;box-sizing: border-box;display:block;}
.wbresources .content_cont p{color: white;font-size: 14px;display:block;line-height: 180%;text-align: justify;}
.wbresources .content_href{ width: 90%;height: 5% ;font-size: 20px;text-align: center;align-items: flex-end;justify-content: flex-end;display: flex;font-weight: 600;color: #92383C; }
.wbresources .content_href a{ font-size:14px;font-weight: bold; width: 145px;height: 45px;background: url(images/2575ad9d233681d8d1bfdf2e705b376d.png)no-repeat;text-align: center;align-items: center;justify-content: center;display: flex;background-size: 135px; color: #903438;}
.wbresources .bottomimg{ background: url(images/2531.png) no-repeat;width: 70px;height: 20px;background-size: 30px;margin-left: 20px; }

/*文博资源完*/
/* 数字典藏 collection */

/* 搜索 */
.subfixed{background: url(images/tour3.png) center;}
.coll-header{width: 100%;height:auto;background: url(images/tour3.png) center; color: #fff;box-sizing: border-box;padding:1rem;position: relative;overflow: hidden;margin:0 auto;}
.coll-header .ch-title{width:10rem;height:5rem;line-height: 5rem;text-align: center;background: url(images/rect-w-s.png) no-repeat center;background-size: 100%;letter-spacing: 10px;font-size: 20px;}
.coll-header .ch-remark{width: 60%;font-size:0.75rem;line-height: 160%;text-align: justify;}
.coll-header .ch-img{width: 100%;height:15rem;position: absolute;bottom:1rem;right:1rem;overflow: hidden;z-index: 10;background-position: right center !important}
.coll-header .ch-img-bg{width: 50%;height: 100%;position: absolute;top: 0;right: 0px;opacity: .2;}

.collection{width: 100%;padding:0;margin: 0px auto 1rem; color: #666;box-sizing: border-box;}
.collection .condition{position: relative;}
.collection .condition>div{margin: 0 0 .5rem 0;}
.collection .condition .icon-icon_arrow_bottom{position: absolute;top:0px;right: 15px;font-size: 10px;height: 40px;line-height: 40px;color: #666;z-index: -1;}
.collection .condition .con-dynasty,.collection .condition .con-seltype{text-align:center;width: 40%;height:2.125rem;position: relative;}
.collection .condition .con-dynasty .dynasty-s,.collection .condition .con-seltype .seltype-s{width: 6.5rem;height:100%;border: none;outline: none;background: transparent;cursor: pointer;}
.collection .condition .con-dynasty .dynasty-option,.collection .condition .con-seltype .seltype-option{position:absolute;width: 6rem;font-size: 14px;top:2.5rem;left: .5rem;display: none;border: 1px solid #ccc;padding: 6px 10px;z-index: 99;background-color: #fff;}
.collection .condition .icon-jiantoushang{position: absolute;top:-5px;right: 50%;font-size: 12px;color: #666;margin-right: -6px;width: 8px;height: 8px;background-color: #fff;color: #ccc;border: solid #ccc;border-width: 0 1px 1px 0;transform: rotate(-135deg);-webkit-transform: rotate(-135deg);}
.collection .condition .con-dynasty .dynasty-option ul,.collection .condition .con-seltype .seltype-option ul{height: 140px;overflow-y: scroll;}
.collection .condition .con-dynasty .dynasty-option ul::-webkit-scrollbar,.collection .condition .con-seltype .seltype-option ul::-webkit-scrollbar{width:3px;height: 15px;}
.collection .condition .con-dynasty .dynasty-option ul::-webkit-scrollbar-thumb,.collection .condition .con-seltype .seltype-option ul::-webkit-scrollbar-thumb{border-radius: 3px;box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);background-color: #aaa;}
.collection .condition .con-dynasty .dynasty-option ul::-webkit-scrollbar-track,.collection .condition .con-seltype .seltype-option ul::-webkit-scrollbar-track{box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);border-radius: 3px;background-color: #ededed;}
.collection .condition .con-dynasty .dynasty-option ul li,.collection .condition .con-seltype .seltype-option ul li{height: 25px;line-height: 25px;}
.collection .condition .con-name{width:55%;height:2.25rem;font-size: 14px;line-height: 2rem;padding-left: .75rem;box-sizing: border-box;position: absolute;right: 0;top: 0;}
.collection .condition .con-name .name-t{width: 7.5rem;height:100%;border: none;outline: none;}
.collection .condition .con-select{width: 5rem;height:2rem;display: inline-block;position: absolute;right: 0;top: 2.75rem;}
.collection .condition .con-select .sel-b{width: 100%;height:2.125rem;line-height:2.125rem;border: none; outline: none; background-color: transparent;}
.collection .condition .con-threeD{font-size: 14px;height:2rem;line-height:2rem;padding-left: 20px;background: none;display: inline-block;position: absolute;right: 7rem;top: 2.85rem;}
.collection .condition .con-threeD input{margin-right:10px;}

.collection-sub2 .ch-img{height:13rem;}
.collection-sub3 .ch-img{height:8rem;bottom:4rem;}
.collection-sub4 .ch-img{height:6rem;bottom:5rem;}
.collection-sub5 .ch-img{height:12rem;}
.collection-sub6 .ch-img{height:4.5rem;bottom:7rem;}
/* 物品 */
.collection .col-show{width: 100%;margin-top:1rem;display: flex;justify-content: space-between;color: #fff;flex-wrap: wrap;}
.collection .col-show .show-items{width: 100%;height:15rem;position: relative;margin-bottom:1rem;}
.collection .col-show .show-items>p{padding-right: 0.5rem;background: url(images/rect-v-1.png) no-repeat center;width:10rem;height:15rem;background-size:4rem 8rem;writing-mode: vertical-lr;text-align: center;line-height:200%;letter-spacing:8px;display:flex;align-items: center;justify-content: center}
.collection .col-show .show-items>.img{width: 60%;height:100%;position: absolute;bottom: -0.5rem;right: 2rem;}
.collection .col-show .show-items:nth-child(3)>.img{width: 10rem;}
.collection .col-show .show-items:nth-child(4)>.img{width: 10rem;}
.collection .col-show .show-items:nth-child(5)>.img{height: 14rem;}
/* 数字典藏库 */
.collection .numbook{width: 100%;margin: 0 auto;color: #fff;box-sizing: border-box;padding:1rem;background-size:cover !important;}
.collection .numbook .num-title{width:10rem;height:4rem;line-height:4rem;background: url(images/rect-h-1.png) no-repeat top left; background-size:contain;text-align: center;font-size: 0.9375rem; letter-spacing: 8px;margin-bottom:1rem;}
.collection .numbook .num-remark{width: 100%;font-size: 0.75rem;letter-spacing:2px;line-height:150%;text-align: justify;}
.collection .numbook .num-go{width:5rem;height:3rem;font-size:3rem;}


/* 镇馆之宝 */
.collection .collection-sub{width: 100%;margin:0.5rem auto;display:flex;justify-content: space-between;flex-wrap: wrap;}
.collection .collection-sub .colsub{width: 49%;height:12rem;text-align: center;font-size:0.875rem}
.collection .collection-sub .colsub:nth-child(3n){margin-right: 0px;}
.collection .collection-sub .colsub-img{width: 100%;height:10rem;background-color: #8F959B;position: relative;overflow: hidden;}
.collection .collection-sub .colsub-title{width: 100%;height:2rem;line-height:2rem;font-size:0.75rem;}
/* 清除浮动 */
.clearfix::after{content:'';display: block;height: 0;clear: both; visibility: hidden;}
.clearfix{*zoom:1;}
/* 数字典藏 collection---------end */


/* 数字典藏详情页 */
.detail{width: 100%;margin: 0 auto;padding:0 0.5rem;box-sizing: border-box;}
.detail .detail-cont{width: 100%;margin: 0 auto;}
.detail .detail-cont .detail-img{background-image: linear-gradient(to bottom, #627891 0%,#DDE6F5 100%);width: 95%;height:20rem;position: relative;margin:1rem auto;}
.detail .detail-cont .detail-img>.i-img{position: absolute;width: 100%;height: 100%;display:flex;flex-direction: column;justify-content: flex-start;}
.detail .detail-cont .detail-img>.i-img>div{height: 100%;width:100%;margin: auto;}

.detail .detail-cont .detail-img>.i-img>ul{padding-top:5px;width:100%;height:8rem;overflow: auto;background-color:white;display: flex;align-items: center;justify-content:flex-start;}
.detail .detail-cont .detail-img>.i-img>ul li{width:8rem;height:100%;margin-right:5px;}
.detail .detail-cont .detail-img>.i-img>ul li:last-child{margin-right:0;}

.detail .detail-cont .detail-img>a>i{display: block;width: 50px;height: 50px;position: absolute;bottom: 6rem;right: 10px;}
.detail .detail-cont .detail-img>a>i{color: #fff;font-size: 36px;}
.detail .detail-cont .detail-remark{position: relative;}
.detail .detail-cont .detail-remark .dr-title{display:flex;align-items:center;justify-content: center; font-size:1rem;color: #333;padding:0 1rem;font-weight:400;position: relative;margin: 10px 0 15px;}
.detail .detail-cont .detail-remark .dr-title::before,.detail .detail-cont .detail-remark .dr-title::after{display:inline-block;content: '';width: 24px;height: 32px;background: url(images/redleft.png) no-repeat center;background-size: 16px 20px;}
.detail .detail-cont .detail-remark .dr-title::before{left: 0;}
.detail .detail-cont .detail-remark .dr-title::after{ background-image: url(images/redright.png);}
.detail .detail-cont .detail-remark .dr-3d{color: #1E163B;font-size: 14px;position: absolute;right: 0;top:0rem;font-weight: bold;cursor: pointer}
.detail .detail-cont .detail-remark .dr-3d i{font-size:18px;margin-left:5px;}

.detail .detail-cont .detail-remark .dr-url{color: #1E163B;font-size: 14px;position: absolute;right: 4rem;top:0rem;font-weight: bold;display:flex;cursor: pointer}
.detail .detail-cont .detail-remark .dr-url i{font-size:18px;margin-left:5px;background:url(images/360.png) no-repeat center;background-size:contain;width:20px;height:20px;display:inline-block;}

.detail .detail-cont .detail-remark .dr-state,.detail .detail-cont .detail-remark .dr-word{color: #333;text-indent: 2em;}
.detail .detail-cont .detail-remark .dr-state,.detail .detail-cont .detail-remark .dr-word p{line-height:200%;}
.detail .detail-cont .detail-remark .dr-word img{display:block;max-width:100%;height:auto}
.detail .detail-cont .detail-remark .dr-remark{width: 60px;height:20px;font-size: 20px;color: #333;margin: 20px 0 20px;border-left: 3px solid #1E163B;padding-left: 5px;line-height: 20px;}
/* 详情页放大 */
.big{width: 100%;height: 100%;background-color: #000;position: fixed;top: 0;left: 0;display: none;}
.big .big-img{width: 100%;height: 100%;background-image: linear-gradient(to bottom, #627891 0%,#DDE6F5 100%);margin: 0 auto;position: relative;}
.big .big-img>.bi-img{width: 100%;height: 100%;}
.big .big-img>.bi-img>div{width: 100%;height: 100%;}
.big .big-img>.bi-img>div>img{position: absolute;top:50%;left:50%;margin-top:-105px;margin-left:-85px;opacity: .4;}
.big .bi-but{width: 50px;height: 150px;background-color: #999;position: absolute;top: 50%;right:0px;margin-top: -75px;}
.big .bi-but>a{display: block;height: 50px;text-align: center;line-height: 50px;}
.big .bi-but>a>i{font-size: 26px;color: #fff;}
/* 数字典藏详情页----------------------------end */

/* 招募令 */
.volunteerservice-subs1 .detailbox{ width: 100%;height: 100%;margin: 0 auto;display: flex; flex-direction: column;justify-content: center;align-items: center;text-align: center; }
.volunteerservice-subs1 .title{ font-weight: 600;font-size: 30px;margin: 10px;}
.detailcon > p{text-align: center}
.detailcon > p:nth-child(2){font-size: 12px;color:#333;padding:10px 0 20px 0;}
.detailcon > div:nth-child(3){position:relative; width: 100%; height:auto;line-height:180%; border:3px solid #1E163B; margin:10px auto; padding: 40px; box-sizing: border-box; display: flex;color: #666;} 
.detailcon > div:nth-child(3) > i{background:url(images/corner.png) no-repeat left top;background-size:100%;position:absolute;top:-3px;left:-3px;display:inline-block;width:50px;height:50px;}
.detailcon > div:nth-child(3) > i:nth-child(2){right:-3px;left:auto;transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);}
.detailcon > div:nth-child(3) > i:nth-child(3){right:-3px;bottom:-3px;top:auto;left:auto;transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
.detailcon > div:nth-child(3) > i:nth-child(4){bottom:-3px;top:auto;transform:rotate(-90deg);-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);}

.detailcon > div.content{ width:100%;height:100%;margin:40px auto;}
.detailcon > div.content p{font-size:16px !important;width: 100%;height:180%;word-wrap: break-word;word-break: break-all;color:#666;}
/* 招募令 w*/

/* 数字展陈3D */
.threed-page{width: 100%;height: 100%;background: url(images/threed-bg.png) no-repeat center; background-size: 110% 150%;color: #F6F5F1;box-sizing: border-box;padding-top: 100px;}
.threed-pages{background: url(images/bg-digital.png) no-repeat center;}

.threed-page>.close{width: 80px;height: 30px;background-color: rgba(0,0,0,.5);color: #fff;line-height: 30px;text-align: center;position: fixed;top: 0;right: 0;}
.threed-page>.td-title{width:65%;height: 60px;margin: 0 auto;}
.threed-page>.td-title>.td-t-left{width: 200px;float: left;}
.threed-page>.td-title>.td-t-left>p{font-size: 20px;font-weight: bold;margin-bottom: 5px;}
.threed-page>.td-title>.td-t-right{float: right;}
.threed-page>.td-title>.td-t-right>ul>li{float: left;height: 35px;}
.threed-page>.td-title>.td-t-right .active{color: #fff;font-weight: bold;background: url(images/threed-nav.png) no-repeat 40px 25px;background-size: 56px;}
.threed-page>.td-title>.td-t-right>ul>li>a{color: #F6F5F1;font-size: 14px;margin-left: 40px;}
.threed-page>.td-cont{width:65%;margin: 0 auto;position: relative;height: 500px;}
.threed-page>.td-cont>.tdc-img{position: absolute;}
.threed-page>.td-cont>.tdc-img:first-child{top: 30px;left: 350px;}
.threed-page>.td-cont>.tdc-img:nth-child(2){top: 150px; left:0;}
.threed-page>.td-cont>.tdc-img:nth-child(3){top:200px;right: 0;}
.threed-page>.td-cont>.tdc-img:last-child{right: 340px;top: 380px;}
.threed-page>.td-cont>.tdc-img p{text-align: center;font-size: 12px;margin-top: 20px;}
.threed-page>.td-cont>.tdc-img>.c-img{border: 1px solid rgba(255,255,255,.15);position: relative;}
.threed-page>.td-cont>.tdc-img .c-img img{width: 100%;height: 100%;position: absolute;top: 10px;left: 10px;}
.threed-page>.td-cont>.tdc-img:first-child>.c-img{width: 380px;height: 280px;}
.threed-page>.td-cont>.tdc-img:nth-child(2)>.c-img{width: 260px;height: 380px;}
.threed-page>.td-cont>.tdc-img:nth-child(3)>.c-img{width: 300px;height: 240px;}
.threed-page>.td-cont>.tdc-img:last-child>.c-img{width: 220px;height: 200px;}
.threed-page>.td-nav{font-size: 12px;height: 240px;position: fixed;top: 50%;margin-top: -120px;right: 0px;}
.threed-page>.td-nav>ul{display: flex;justify-content: space-between;flex-flow: column;text-align: right;}
.threed-page>.td-nav>ul>li{height: 40px;line-height: 40px;opacity: 0.6;position: relative;margin-right: 40px;font-size:16px;color:#F6F5F1;}
.threed-page>.td-nav>ul>li.active{margin-right: 80px;opacity: 1;}
.threed-page>.td-nav>ul>li::after{content: '';width: 80px;height: 2px;background-color: #fff;display: block;position: absolute;top: 20px;right: -90px;}

/* 志愿者活动 */
.volunteerservice-sub3 .box{ width: 100%;height: 100%;margin: 0 auto;}
.volunteerservice-sub3 .banner{ background-color: salmon;width: 100%;height: 380px;}
.volunteerservice-sub3 .content{ border: chartreuse 1px solid;width: 90%;height: 100%;margin: 10px auto;display: flex;flex-direction: column;}
.volunteerservice-sub3 .content_8{ border: blueviolet 1px solid;width: 100%;height: 100%;display: flex;flex-direction: column; }
.volunteerservice-sub3 .conttitle{ width: 100%;height: 50PX;margin: 20px auto;align-items: center;justify-content: center;display: flex;}
.volunteerservice-sub3 .conttitle p{ width: 100%;height: 50PX;margin: 20px auto;align-items: center;justify-content: center;display: flex;}
.volunteerservice-sub3 .subject:nth-child(odd) {width: 100%;display: flex;flex-direction: row;margin:30px auto;border: black 1px solid;}
.volunteerservice-sub3 .subject:nth-child(even) {width: 100%;display: flex;flex-direction: row-reverse;margin:30px auto;border: black 1px solid;}
.volunteerservice-sub3 .subject-video:not(:last-child) {border-bottom: rgba(0,0,0,.2) solid 1px;margin-bottom:30px;}
.volunteerservice-sub3 .videos {border: greenyellow solid 1px;width: 300px;height: 20px;}
.volunteerservice-sub3 .video .img {width: 300px;height: 220px;border: black 1px solid;}
.volunteerservice-sub3 .article {width: 61%;height: 220px;}
.volunteerservice-sub3 .article p {margin:20px;color: #1E163B;font-size: 12px;}
.volunteerservice-sub3 .article p:first-child{font-weight: bold;color:#1E163B;}
.volunteerservice-sub3 .article .art {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;color:#666;margin-top: 40px;}
.volunteerservice-sub3 .article p:last-child{color:#999;font-size:12px;}
.volunteerservice-sub3 .article :first-child {font-size: 26px;margin-top: 10;padding-top: 0;}

.treasure .content{display: flex;align-items: center;justify-content: center;flex-direction: column;}
.treasure p.upload{color:#999999;font-size:1.2rem;font-weight:bold;display:flex;align-items:center;justify-content: center; width:100%;height:15rem;background-color: #f0f0f0;border:0.5px solid #999999;}
.treasure p.upload i{display:inline-block;width:36px;height:36px;margin-left:10px;background:url(images/upload.png) no-repeat center;background-size: contain}
.treasure button{font-size:1rem;margin-top:20px;background-color:#1E163B;border:1px solid #1E163B;color:white;display:flex;align-items: center;justify-content: center;height:2rem;width:10rem;border-radius: 2rem}
.treasure .form{width:100%;display:flex;align-items:center;justify-content: space-between;height:40px;margin-top:20px;}
.treasure .form p{display:inline-block;width:50%;text-align:center;font-size:0.875rem;}
.treasure .form p input{height:1.2rem;padding:5px;width:50%;}

/* 社教培训活动*/
.volunteerservice-sub2 .box{width: 100%;height: 100%;margin: 0 auto;}
.volunteerservice-sub2 .banner{background-color: salmon;width: 100%;height: 500px;}
.volunteerservice-sub2 .banner .banner-wb { height: 100%; }
.volunteerservice-sub2 .banner .banner-wb img{ width: 100%; }
.volunteerservice-sub2 .banner .banner-wb .pageimg{ bottom: 25px !important; }
.volunteerservice-sub2 .banner .banner-wb .pageimg>span{ display: inline-block; width: 27px; height: 24px; background: url(./images/banner2.png) no-repeat left center; opacity: 1 !important; margin: 0 8px !important; }
.volunteerservice-sub2 .banner .banner-wb .pageimg>span.swiper-pagination-bullet-active{ background: url(./images/banner1.png) no-repeat right center; }
.volunteerservice-sub2 .content{width: 90%;height: 100%;margin: 10px auto;display: flex;flex-direction: column;}
.volunteerservice-sub2 .content_8{width: 100%;height: 100%;display: flex;flex-direction: column;}
.volunteerservice-sub2 .conttitle{width: 100%;height: 50PX;margin: 20px auto;align-items: center;justify-content: center;display: flex;}
.volunteerservice-sub2 .conttitle p{display: flex;align-items: center;justify-content: center;font-size: 20px;font-weight: 500;background: url(images/title1.png) no-repeat;width: 15%;height: 70%;}

/* 榕博科研 */
.wbresource-subs1 .box{width: 100%;height: 100%;margin: 0 auto;}
.wbresource-subs1 .banner{background-color: salmon;width: 100%;height: 500px;}
.wbresource-subs1 .banner .banner-wb { height: 100%; }
.wbresource-subs1 .banner .banner-wb img{ width: 100%; }
.wbresource-subs1 .banner .banner-wb .pageimg{ bottom: 25px !important; }
.wbresource-subs1 .banner .banner-wb .pageimg>span{ display: inline-block; width: 27px; height: 24px; background: url(./images/banner2.png) no-repeat left center; opacity: 1 !important; margin: 0 8px !important; }
.wbresource-subs1 .banner .banner-wb .pageimg>span.swiper-pagination-bullet-active{ background: url(./images/banner1.png) no-repeat right center; }
.wbresource-subs1 .content{width: 90%;height: 100%;margin: 10px auto;display: flex;flex-direction: column;}
.wbresource-subs1 .content_8{width: 100%;height: 100%;display: flex;flex-direction: column;}
.wbresource-subs1 .conttitle{width: 100%;height: 50PX;margin: 20px auto;align-items: center;justify-content: center;display: flex;}
.wbresource-subs1 .conttitle p{display: flex;align-items: center;justify-content: center;font-size: 20px;font-weight: 500;background: url(images/title1.png) no-repeat;width: 15%;height: 70%;}

.wbresource-subs1 .contenttext{display: flex;flex-direction: row;justify-content: space-between;align-items: center;border-top: dashed 1px red ;border-right: none;border-left: none;height:50px;}
.wbresource-subs1 .contenttext:last-child{border-bottom: dashed 1px red ;}
.wbresource-subs1 .left{display: flex;flex-direction: row;justify-content: center;align-items: center;width: 80%;}
.wbresource-subs1 .left p{width: 100%;height: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 12px;}
.wbresource-subs1 .l{background: url(images/xiangyunhong.png) no-repeat;width: 25px;height: 12px;background-size: 100%;}
.wbresource-subs1 .contentbox{display: flex;flex-direction: column;width: 100%;height:100%;}
 /* 科研资料 */
.wbresource-sub2 .box{width: 100%;height: 100%;margin: 0 auto;}
.wbresource-sub2 .banner{background-color: salmon;width: 100%;height: 500px;}
.wbresource-sub2 .banner .banner-wb { height: 100%; }
.wbresource-sub2 .banner .banner-wb img{ width: 100%; }
.wbresource-sub2 .banner .banner-wb .pageimg{ bottom: 25px !important; }
.wbresource-sub2 .banner .banner-wb .pageimg>span{ display: inline-block; width: 27px; height: 24px; background: url(./images/banner2.png) no-repeat left center; opacity: 1 !important; margin: 0 8px !important; }
.wbresource-sub2 .banner .banner-wb .pageimg>span.swiper-pagination-bullet-active{ background: url(./images/banner1.png) no-repeat right center; }
.wbresource-sub2  .content{width: 90%;height: 100%;margin: 10px auto;display: flex;flex-direction: column;}
.wbresource-sub2  .content_8{width: 100%;height: 100%;display: flex;flex-direction: column;}
.wbresource-sub2 .conttitle{width: 100%;height: 50PX;margin: 20px auto;align-items: center;justify-content: center;display: flex;}
.wbresource-sub2 .conttitle p{display: flex;align-items: center;justify-content: center;font-size: 20px;font-weight: 500;background: url(images/title1.png) no-repeat;width: 15%;height: 70%;}
.wbresource-sub2 .contentbox{width:100%;height: 100%;display: flex;flex-direction: column;margin: 0 auto;}


.wbresource-sub2 .subject {width: 100%;display: flex;flex-direction: column;margin:30px auto;}
.wbresource-sub2 .subject-video {width: 100%;height: 250px;display: flex;flex-direction: row;}
.wbresource-sub2 .subject-video:not(:last-child) {border-bottom: rgba(0,0,0,.2) solid 1px;margin-bottom:30px;}
.wbresource-sub2 .videos {border: greenyellow solid 1px;width: 300px;height: 20px;}
.wbresource-sub2 .video .img {width: 300px;height: 100%;}
.wbresource-sub2 .article {width: 61%;height: 220px;}
.wbresource-sub2 .article p {margin:20px;color: #1E163B;font-size: 12px;}
.wbresource-sub2 .article p:first-child{font-weight: bold;color:#1E163B;}
.wbresource-sub2 .article .art {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;color:#666;margin-top: 40px;}
.wbresource-sub2 .article p:last-child{color:#999;font-size:12px;}
.wbresource-sub2 .article :first-child {font-size: 26px;margin-top: 10;padding-top: 0;}
/* 视频 */
.wbresource-sub3 .box{ width: 100%;height: 100%;margin: 0 auto;}
.wbresource-sub3 .banner{background-color: salmon;width: 100%;height: 380px;}
.wbresource-sub3 .banner .banner-wb { height: 100%; }
.wbresource-sub3 .banner .banner-wb img{ width: 100%; }
.wbresource-sub3 .banner .banner-wb .pageimg{ bottom: 25px !important; }
.wbresource-sub3 .banner .banner-wb .pageimg>span{ display: inline-block; width: 27px; height: 24px; background: url(./images/banner2.png) no-repeat left center; opacity: 1 !important; margin: 0 8px !important; }
.wbresource-sub3 .banner .banner-wb .pageimg>span.swiper-pagination-bullet-active{ background: url(./images/banner1.png) no-repeat right center; }
.wbresource-sub3 .content{width: 90%;height: 100%;margin: 10px auto;display: flex;flex-direction: column;}
.wbresource-sub3 .content_8{ width: 100%;height: 100%;display: flex;flex-direction: column;}
.wbresource-sub3 .conttitle{width: 100%;height: 60PX;margin: 20px auto;align-items: center;justify-content: center;display: flex;} .conttitle p{display: flex;align-items: center;justify-content: center;font-size: 20px;background: url(./images/title1.png) no-repeat;width: 15%;height: 70%; }

.wbresource-sub3 .search{ width: 100%;height: 200px;border: 1px solid slateblue;margin: 20px 0px; }
.wbresource-sub3 .contbottoms{ width: 100%;height: 55%;display: flex;flex-direction: row;justify-content: space-between;flex-wrap: wrap;}
.wbresource-sub3 .cont_2{ width: 29%;height: 300px;display: flex;flex-direction: column;margin-bottom: 10px;}
.wbresource-sub3 .cont_2 .video{ width: 300px;height: 300px;}.wbresource-sub3 .cont_2 .video video{ width: 300px;height: 300px;}
.wbresource-sub3 .cont2_video{width: 100%;height: 270px;background: url(./images/图层\ 2391.png) no-repeat;}
.wbresource-sub3 .cont_name{ width: 100%;height: 30px;display: flex;flex-direction: row;align-items: center;justify-content: space-between;}
.wbresource-sub3 .cont_name p{width: 100%;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.wbresource-sub3  span{color: #1E163B;}
.wbresource-sub3  span b{ font-size: 20px;color: #1E163B;}
.wbresource-sub3 .condition{display: flex;justify-content: center;}
.wbresource-sub3 .condition>div{margin: 0 20px;background: url(./images/sel-border.png) no-repeat center;}
.wbresource-sub3 .condition .icon-icon_arrow_bottom{position: absolute;top:0px;right: 15px;font-size: 10px;height: 40px;line-height: 40px;color: #666;z-index: -1;}
.wbresource-sub3 .condition .con-dynasty,.wbresource-sub3 .condition .con-dynasty .con-seltype{width: 180px;height: 40px;background-size: 180px 40px;position: relative;}
.wbresource-sub3 .condition .con-dynasty .dynasty-s,.wbresource-sub3 .condition .con-dynasty .con-seltype .seltype-s{width: 160px;margin: 7px 15px;height: 25px;border: none;outline: none;background: transparent;cursor: pointer;}
.wbresource-sub3 .condition .con-dynasty .dynasty-option,.collection .con-seltype .seltype-option{position:absolute;width: 130px;font-size: 14px;top:50px;left: 15px;display: none;border: 1px solid #ccc;padding: 6px 10px;z-index: 99;background-color: #fff;}
.wbresource-sub3 .condition .icon-jiantoushang{position: absolute;top:-9px;right: 50%;font-size: 12px;color: #666;margin-right: -6px;width: 12px;height: 10px;background-color: #fff;color: #ccc;}
.wbresource-sub3 .condition .con-dynasty .dynasty-option ul,.collection .con-seltype .seltype-option ul{height: 140px;overflow-y: scroll;}
.wbresource-sub3 .condition .con-dynasty .dynasty-option ul::-webkit-scrollbar,.collection .con-seltype .seltype-option ul::-webkit-scrollbar{width:3px;height: 15px;}
.wbresource-sub3 .condition .con-dynasty .dynasty-option ul::-webkit-scrollbar-thumb,.collection .con-seltype .seltype-option ul::-webkit-scrollbar-thumb{border-radius: 3px;box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);background-color: #aaa;}
.wbresource-sub3 .condition .con-dynasty .dynasty-option ul::-webkit-scrollbar-track,.collection .con-seltype .seltype-option ul::-webkit-scrollbar-track{box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);border-radius: 3px;background-color: #ededed;}
.wbresource-sub3 .condition .con-dynasty .dynasty-option ul li,.collection .con-seltype .seltype-option ul li{height: 25px;line-height: 25px;}
.wbresource-sub3 .condition .con-name{width: 200px;height: 40px;background-size: 200px 40px;font-size: 14px;line-height: 40px;padding-left: 15px;box-sizing: border-box;}
.wbresource-sub3 .condition .con-name .name-t{width: 130px;height: 25px;border: none;outline: none;}
.wbresource-sub3 .condition .con-select{width: 100px;height: 40px;background: url(./images/sel-border1.png) no-repeat center;background-size: 100px 40px;}
.wbresource-sub3 .condition .con-select .sel-b{width: 100%;height: 100%;border: none; outline: none; background-color: transparent;}
.wbresource-sub3 .condition .con-threeD{font-size: 14px;height: 40px;line-height: 40px;padding-left: 20px;position: relative;}
.wbresource-sub3 .condition .con-threeD::before{ content: ''; width: 10px; height: 10px; border: 1px solid #666; position: absolute; top:14px; left: 0px; }


/* 参观导览-馆所指引 */
.venueguide{width: 100%;margin: 0 auto;}
.venueguide .list-image-text>li{width: 100%;background: url(./images/tour1.png) no-repeat center; background-size: 100% 100%;}
.venueguide .list-image-text>li:nth-child(odd){background-image: url(./images/tour3.png);}
.venueguide .list-image-text li > div:last-child *{color: #fff;}
.venueguide .list-image-text li > div:last-child::before,.venueguide .list-image-text li > div:last-child::after{content: '';width: 3rem;height: 1rem;background: url(./images/1371.png) no-repeat center;position: absolute;background-size: cover;}
.venueguide .list-image-text li > div:last-child::after{bottom: 1rem;right: 1rem;}
.venueguide .list-image-text li > div:last-child>p{margin-bottom: .5rem;font-size: .75rem;}
.venueguide .list-image-text li > div:last-child>p:first-child{font-size: 1.125rem;}
.venueguide .list-image-text li > div:last-child>p:last-child{display: none;}
.venueguide .list-image-text li > div:last-child>p:nth-child(2)::before{content: '地址：';}
.venueguide .list-image-text li > div:last-child>p:nth-child(3)::before{content: '开放时间：';}
.venueguide .list-image-text li > div:last-child>p:nth-child(3)::after{content: '停止入场';}


/* 参观导览-榕博美景 */
.rbbeauty .list-image li p>a:nth-child(2){display: none;}
.rbbeauty .list-image{display: block;}
.rbbeauty .list-image li{position: relative;margin-bottom: .5rem;height: 15rem;width: 100%;}
.rbbeauty .list-image li>div,.rbbeauty .list-image li>div>p{width: 100%;height: 100%;}
.rbbeauty .list-image li>p{width: 100%;position: absolute;background-color: rgba(0, 0, 0, .5);bottom: 0;text-align: center;box-sizing: border-box;padding: 0 1.5rem;z-index:1;}
.rbbeauty .list-image li>p>a{color: #fff;font-weight: bold;font-size: 1rem;}

/* 留言区开始 */   
.message{margin:1rem auto;} 
.comment > i{background:url(images/corner.png) no-repeat left top;background-size:100%;position:absolute;top:-3px;left:-3px;display:inline-block;width:2rem;height:2rem;}
.comment > i:nth-child(3){right:-3px;left:auto;transform:rotate(90deg);-ms-transform:rotate(90deg);-moz-transform:rotate(90deg);-webkit-transform:rotate(90deg);-o-transform:rotate(90deg);}
.comment > i:nth-child(4){right:-3px;bottom:-3px;top:auto;left:auto;transform:rotate(180deg);-ms-transform:rotate(180deg);-moz-transform:rotate(180deg);-webkit-transform:rotate(180deg);-o-transform:rotate(180deg);}
.comment > i:nth-child(5){bottom:-3px;top:auto;transform:rotate(-90deg);-ms-transform:rotate(-90deg);-moz-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);-o-transform:rotate(-90deg);}
.comment {position:relative; width: 100%; height:auto; border:3px solid #1E163B; margin:.5rem auto; padding:.5rem;padding-bottom:0px; box-sizing: border-box; display: flex;} 

.message .subject{display: flex;width: 100%;flex-direction: column;}
.message .comment .box{width: 90%;margin:0 auto;}
.message .top{width: 100%; height: 70px;position: relative;}
.message .top input{height: 25px;}
.message .left{display: flex;align-items: center;position: absolute;top: 2rem;width:100%;}
.message .left p,.message .bottoms p{width:4rem;text-align-last:justify;padding:5px;font-size:14px;font-weight: bold;color:#666666;}
.message .left input{width: 60%;background-color: #F7F7F7;border-radius: 0;border: #D3D3D3 1px solid;padding:0 10px;}
.message .right{display:none;justify-content: center;align-items: center;width: 100px;color: #1E163B;font-size: 16px;font-weight: 600;position: relative;}
.message .right i{display:inline-block;position:absolute;top:.5rem;left:0px;}

.message .right input{background-color: #F7F7F7;border-radius: 0;border: #D3D3D3 1px solid;}
.message .bottoms{display: flex;flex-direction: row;}
.message .bottoms textarea{width: 60%;height:4rem;border: #D3D3D3 1px solid;background-color: #F7F7F7;resize:none;padding:10px}
.message .bottom_5 {align-items: center;width: 100%;margin:0 auto;display: flex;justify-content: center;}
.message .b_4,.message .b_6 {margin:1rem;height: 2rem;width: 5rem;display: flex;justify-content: center;align-items: center;background-color: #1E163B;}
.message .b_6 {background-color: #CCCDCE;}
.message .b_4 button {height: 80%;width: 90%;border: #fff 1px solid;text-align: center;font-size: 14px;line-height: 25px;text-decoration: none;background-color: #1E163B;color:white;}
.message .b_6 button {height: 80%;width: 90%;background-color: #CCCDCE;border: #999999 1px solid;color: black;text-align: center;font-size: 14px;line-height: 20px;text-decoration: none;}

.message .tourist{width: 100%;margin:0px;}
.message .tourist-top{display: flex;flex-direction: row; height: 50px;align-items: center;}
.message .tourist-top p{font-size:18px;font-weight:600;color:#333}
.message .tourist-top p i {color:#1E163B;font-size:24px;margin-right:5px;}
.message .tourist-top img{width: 25px;height: 28px;margin: 0px 5px;}

.message .tourist_border{border: solid #1E163B 1px;background-color: #F7F7F7;height:2.5rem;padding:0.5rem;margin-bottom:0.5rem;font-size:14px;color:#333333;font-weight: bold}
.message .tourist_border p label:last-child{color:#999999;font-size:12px;margin-left:10px;}
.message .tourist_border div{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;margin-top:5px;}

/* 留言区结束 */

/* 参观导览-文创产品 */
.page-group {height:100%;position: relative;}
.page-group .sub1-img{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 2rem;}
.page-group .images{width: 49%;height: 10rem;background-color: #666 !important;background-size:cover;margin-bottom: .5rem;}
.page-group .sub1-more{position: absolute;text-align: center;top: -2rem;left:50%;display: flex;margin-left:-112px}
.page-group .sub1-more p{margin-bottom: 15px;}
.page-group .sub1-more p i{margin:0 2px;}
.page-group .sub1-more .mores{display:block;width: 60px;height: 25px;line-height: 25px;font-size: 12px;margin: 0 auto;color: #666;box-shadow: 0 0 3px #aaa;cursor: pointer;}

/* 最新文创 */
.creative .list-image-text{flex-flow: row wrap;justify-content: space-between;}
.creative .list-image-text li{width: 49%;background: url(./images/zxwcbg.png);background-size: 100% 100%;}
.creative .list-image-text li>p{height: 10rem;}
.creative .list-image-text li>div:first-child,.creative .list-image-text li>div:first-child p{height: 8rem;text-align: left;padding:0;}
.creative .list-image-text li>div *{color: #333;}
.creative .list-image-text li>div:last-child>p{padding:0 0.5rem 0 1.8rem;}
.creative .list-image-text li>div:last-child>p:first-child{position: relative;font-size: 1rem;font-weight: bold;padding-top: .75rem;}
.creative .list-image-text li>div:last-child>p:last-child{font-size: .75rem;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow:hidden;}
.creative .list-image-text li>div:last-child>p:first-child::before{content: '';width: 1.5rem;height: 1rem;position: absolute;background: url(./images/zxwclist.png) no-repeat center;background-size: contain;top: 1.5rem;left: .2rem;}

/* .creative .sub3-cont{position: relative;} */
.creative .sub3-conts{width: 100%;height: 11rem;display: flex;justify-content: space-between;margin-bottom: .5rem;color: #fff;font-size: .875rem;}
.creative .sub3-conts>div{width: 12rem;height: 100%;}
.creative .sub3-conts>div:first-child{padding:1rem 0 0 .5rem;box-sizing: border-box;position: relative;}
.creative .sub3-conts>div:first-child>div:last-child{font-size: .75rem;width: 3rem;height: 1.5rem;line-height: 1.5rem;border: 1px solid #fff;border-radius: 2px;text-align: center;position: absolute;bottom: 2rem;left: 1.5rem;}
.creative .sub3-conts:nth-child(2){flex-direction: row-reverse;}
.creative .sub3-conts:nth-child(2)>div:first-child>div:first-child{padding-left: 1rem;}
.creative .sub3-conts:nth-child(2)>div:first-child>:last-child{left: 2.5rem;}
.creative .sub3-conts:first-child .sub3-detail{background: url(./images/gdwcbg1.png) no-repeat center;background-size: 100% 100%;}
.creative .sub3-conts:nth-child(2) .sub3-detail{background: url(./images/gdwcbg3.png) no-repeat center;background-size: 100% 100%;}
.creative .sub3-conts:last-child .sub3-detail{background: url(./images/gdwcbg1.png) no-repeat center;background-size: 100% 100%;}
.venueguide .row-title p,
.visit_reserve .row-title p,
.rbbeauty .row-title p,
.creative .row-title p{width:35% !important;margin:auto 1rem;}

/* 参观导览-文创产品-详情页 */
.creative_detail > div:first-child{background: url(images/wb-bg.png) no-repeat center;background-size:cover;color:white;}
.creative_detail > div:first-child > div:first-child{display:flex;align-items:center;justify-content: center; padding-top:2rem}
.creative_detail > div:first-child > div:first-child > p{letter-spacing:1px;white-space:nowrap;position:relative;display:flex;align-items:center;justify-content: center;height:30px;font-weight: bold;}
.creative_detail > div:first-child > div:first-child > p::before,.creative_detail > div:first-child > div:first-child > p::after{content:'';display:inline-block;width:30px;height:30px;background: url(images/titleleft.png) no-repeat center;background-size: contain;margin-right:10px;}
.creative_detail > div:first-child > div:first-child > p::after{ background-image: url(images/titleright.png);margin-left:10px;margin-right:0;}
.creative_detail > div:first-child > div:first-child > i{border-top:1px dashed white;display:inline-block;width:50%;height:1px;}
.creative_detail > div:first-child > div:last-child{padding:1rem;box-sizing: border-box;font-size:14px;}
.creative_detail > div:first-child > div:last-child p{line-height:180% !important;}
.creative_detail > div:first-child > div:last-child img{display:block;max-width:100%;height:auto;}
.creative_detail > div:last-child{display:flex;align-items: center;justify-content: center;flex-direction: column;padding:50px;box-sizing: border-box;}
.creative_detail > div:last-child > img{max-width:100%;}
.creative_detail span,.creative_detail p{color:white !important;background-color:transparent !important;}
/* 参观导览-文物征集 */
.cultural_relics_collect .cultural-cont{width:100%;height:52rem;position: relative;margin:1rem auto}
.cultural_relics_collect .cultural-cont .cultural-left>div{width: 100%;height: 24rem;position: relative;color: #fff;box-sizing: border-box;padding:1rem 0 0 1rem;font-size: 12px;}
.cultural_relics_collect .cultural-cont .cultural-left>div p{font-size: .9375rem;margin-bottom: 1rem;}
.cultural_relics_collect .cultural-cont .cultural-left>div p::after{display:inline-block;content: '';width: 1.5rem;height: 15px;background: url(./images/937.png) no-repeat center;background-size: contain;}
.cultural_relics_collect .cultural-cont .cultural-left>div .cult-remark{width: 80%;line-height:180%;font-size:.75rem;}
.cultural_relics_collect .cultural-cont .cultural-left div>img{position: absolute;width: 6rem;bottom: -1rem;right: 5rem;}
.cultural_relics_collect .cultural-cont .cultural-left div>img:last-child{right: .5rem;}
.cultural_relics_collect .cultural-cont .cultural-right{width:100%;height: 26rem;font-size:14px;background: url(./images/tour1.png);background-size: 100% 100%;color: #fff;box-sizing: border-box;padding:.5rem .875rem;margin-top: 2rem;}
.cultural_relics_collect .cultural-cont .cult-list{min-height: 300px;}
.cultural_relics_collect .cultural-cont .cult-list li{height: 3rem;line-height: 25px;border-bottom: 1px solid #fff;padding:10px 0;}
.cultural_relics_collect .cultural-cont .cult-list li>span{display: inline-block;}
.cultural_relics_collect .cultural-cont .cult-list li>span:first-child{width: 66%;float: left;}
.cultural_relics_collect .cultural-cont .cult-list li>span:last-child{float: right;padding-top: 11px;}

.cultural_relics_collect .cult-sub2-list{margin: 20px 0;color: #fff;}
.cultural_relics_collect .cult-sub2-list .cult-vote{width: 100%;height: 12rem;margin-bottom: .5rem;}
.cultural_relics_collect .cult-sub2-list .cult-vote .shadow{width: 100%;height: 100%;background-color:rgba(0,0,0,.5);box-sizing: border-box;padding-left: 40px;}
.cultural_relics_collect .cult-sub2-list .cult-vote .shadow p{padding:2rem 0;position: relative;}
.cultural_relics_collect .cult-sub2-list .cult-vote .shadow p::after{content: '';display:inline-block;width: 30px;height: 10px;background: url(./images/937.png) no-repeat center;background-size: contain;}
.cultural_relics_collect .cult-sub2-list .cult-vote .shadow .vote-num{font-size: 12px;position: relative;}
.cultural_relics_collect .cult-sub2-list .cult-vote .shadow .vote-num b{font-size: 20px;padding-left: 10px;position: absolute;top: -5px;left: 30px;}
.cultural_relics_collect .cult-sub2-list .cult-vote .shadow .button{font-size: 12px;width: 80px;height: 25px;text-align: center;line-height: 25px;margin-top: 20px;cursor: pointer;}
.cultural-right .public-title{justify-content: flex-start;height:50px;line-height:50px;}
.cultural-right .more a{color:white;}
/* 视频 */
.volunteerservice-sub4 .box{width: 100%;height: 100%;margin: 0 auto;}
.volunteerservice-sub4 .banner{background-color: salmon;width: 100%;height: 500px;}
.volunteerservice-sub4 .banner .banner-wb { height: 100%; }
.volunteerservice-sub4 .banner .banner-wb img{ width: 100%; }
.volunteerservice-sub4 .banner .banner-wb .pageimg{ bottom: 25px !important; }
.volunteerservice-sub4 .banner .banner-wb .pageimg>span{ display: inline-block; width: 27px; height: 24px; background: url(./images/banner2.png) no-repeat left center; opacity: 1 !important; margin: 0 8px !important; }
.volunteerservice-sub4 .banner .banner-wb .pageimg>span.swiper-pagination-bullet-active{ background: url(./images/banner1.png) no-repeat right center; }
.volunteerservice-sub4 .content{width: 90%;height: 100%;margin: 10px auto;display: flex;flex-direction: column;}
.volunteerservice-sub4 .content_8{width: 100%;height: 100%;display: flex;flex-direction: column;}
.volunteerservice-sub4 .conttitle{width: 100%;height: 50PX;margin: 20px auto;align-items: center;justify-content: center;display: flex;}
.volunteerservice-sub4 .conttitle p{display: flex;align-items: center;justify-content: center;font-size: 20px;font-weight: 500;background: url(./images/title1.png) no-repeat;width: 15%;height: 70%;}
.volunteerservice-sub4 .contenttext{display: flex;flex-direction: row;justify-content: space-between;align-items: center;border-top: dashed 1px red ;border-right: none;border-left: none;height:50px;}
.volunteerservice-sub4 .contenttext:last-child{border-bottom: dashed 1px red ;}
.volunteerservice-sub4 .left{display: flex;flex-direction: row;justify-content: center;align-items: center;width: 80%;}
.volunteerservice-sub4 .left p{ width: 100%;height: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;font-size: 12px;}
.volunteerservice-sub4 .l{background: url(./images/xiangyunhong.png) no-repeat;width: 25px;height: 12px;background-size: 100%;}
.volunteerservice-sub4 .contentbox{display: flex;flex-direction: column;width: 100%;height:100%;}

/* 数字展陈 */
.normal_show {width: 100%;margin: 0 auto;}
.normal_show >.content{margin-top:0.5rem;position:relative;}
.normal_show >.content>.contents{position:relative;width: 100%;height:14rem;margin-bottom:0.5rem;display:flex;align-items: flex-end;flex-direction: column;}
.normal_show >.content>.contents .cont-name{width: 100%;padding: 15px 20px;background-color: rgba(0, 0, 0, .5);color: #fff;box-sizing: border-box;position: absolute;bottom:0;z-index:1;}

/* 专题展览 */
.virtual_special .sub-page-cont{width: 100%;margin: 0 auto;}
.virtual_special .module { width: 100%; height: 10rem; display: flex; margin-top:1rem;margin-bottom:0.5rem; position: relative; }
.virtual_special .module .pic { width: 50%; margin-top: -1rem;}
.virtual_special .content {margin:1rem auto; display: flex; flex-wrap: wrap; justify-content: space-between; }
.virtual_special .remark { width: 50%; position: relative;padding:0.5rem;background: url(./images/tour1.png) no-repeat center;background-size: 100% 100%;box-sizing: border-box; }
.virtual_special .time { font-weight: bold;color:white;font-size: 0.875rem;line-height: 130%}
.virtual_special .trangle { width: 0; height: 0; border-style: solid; position: absolute; top: -1rem; }
.virtual_special .text { line-height:180%; font-size: 0.75rem; color: white; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp:3; overflow: hidden;padding-top: 10px; }
.virtual_special .special-pic{width: 42px;height: 14px;background: url(./images/1371.png) no-repeat center;background-size: contain;}
.virtual_special .module:nth-child(odd) .special-pic{position: absolute;right: 15px;bottom: 5px;} 
.virtual_special .module:nth-child(even) .special-pic{position: absolute;left: 15px;bottom: 5px;} 
.virtual_special .content .module:nth-child(odd){ flex-direction: row; }
.virtual_special .content .module:nth-child(even){ flex-direction: row-reverse; }
.virtual_special .content .module:nth-child(odd) .trangle { border-color: #73191E transparent; border-width: 0 1rem 1rem 0; left: 50%; }
.virtual_special .content .module:nth-child(even) .trangle { border-color: transparent #73191E; border-width: 1rem 1rem 0 0; right: 50%; }


/* 数字展陈---临时展览          */
.virtual_temporary {width:100%;margin: 0 auto;}
.virtual_temporary  .virtual_temp_info{margin:0px 0;}
.virtual_temporary  .virtual_temp_info .info-cont{width: 100%;background: url(./images/tour3.png);display:block;justify-content: center;}
.virtual_temporary  .virtual_temp_info .info-cont .info-cont-img{width: 100%;height:12rem;}
.virtual_temporary  .virtual_temp_info .info-cont .info-cont-list{width: 100%;box-sizing: border-box;padding:0.5rem;}
.virtual_temporary  .virtual_temp_info .info-cont .info-cont-list li{border-bottom: 1px solid #1F316A;color: #fff;padding:0.5rem 0;}
.virtual_temporary  .virtual_temp_info .info-cont .info-cont-list li .list-title{position: relative;font-size: 0.875rem;padding-left:2rem;}
.virtual_temporary  .virtual_temp_info .info-cont .info-cont-list li .list-title::before{ content: ''; width: 2rem; height:1rem; background: url(./images/layer.png) no-repeat center; background-size:1.2rem; position: absolute; left: 0; top: 0; }
.virtual_temporary  .virtual_temp_info .info-cont .info-cont-list li .list-cont{font-size:0.75rem;padding-left:1rem;}
.virtual_temporary  .virtual_temp_info .info-cont .info-cont-list li .list-cont span.rangetime{float: right;padding-right: 20px;font-family: MicrosoftYaHeiLight;letter-spacing: 2px;font-weight: bold}
.virtual_temporary .virtual_temp_info .info-cont .info-cont-list .pager .page_current{ background-color: #6078C5; }
.virtual_temporary .virtual_temp_info .info-cont .info-cont-list .pager div>a{color: #fff;}
.virtual_temporary .virtual_temp_info .info-cont .info-cont-list .pager div:first-child a:not(:first-child):not(:last-child):hover { background-color:#6078C5; color: #fff; }
.virtual_temporary .virtual_temp_info .info-cont .info-cont-list .pager div:first-child a.page_prev { background: url(images/blueleft.png) no-repeat center; margin-right: 10px; color: transparent;background-size: contain; }
.virtual_temporary .virtual_temp_info .info-cont .info-cont-list .pager div:first-child a.page_next { background: url(images/blueright.png) no-repeat center; margin-left: 10px; color: transparent;background-size: contain; }

.virtual_temporary .num_temporary .num-cont{width: 100%;height:15rem;padding:1rem;box-sizing:border-box;background: url(./images/szztbg.png) no-repeat center;background-size:cover;position:relative;}
.virtual_temporary .num_temporary .num-cont .num-cont-slide{height:12rem;box-sizing: border-box;padding:1rem 0;}
.virtual_temporary .num_temporary .num-cont .cont-card{width: 100%;height:100%;background-color: #fff;box-sizing: border-box;padding:0.25rem}
.virtual_temporary .num_temporary .num-cont .cont-card .card-img{width: 100%;height: 100%;}
.virtual_temporary .num_temporary .num-cont .cont-card .card-word{width: 100%;text-align: center;box-sizing: border-box;padding:0.5rem;font-size:0.75rem;color:white;display:none;}
.virtual_temporary .num_temporary .num-cont .open-more{width: 6rem;height:2rem;background: url(./images/2575ad9d233681d8d1bfdf2e705b376d.png) no-repeat center;background-size: contain;line-height:2rem;text-align: center;position: absolute;bottom:0.5rem;right:0.5rem;z-index: 99;}
.virtual_temporary .num_temporary .num-cont .open-more a{color: #1E163B;font-size:0.75rem;}
.virtual_temporary .num_temporary .num-cont .swiper-button-prev,.virtual_temporary .num_temporary .num-cont .swiper-button-next{top:90%;left:40%;background:url(images/w-left.png) no-repeat left center;background-size:1rem;}
.virtual_temporary .num_temporary .num-cont .swiper-button-prev::after,.virtual_temporary .num_temporary .num-cont .swiper-button-next::after{content:"";}
.virtual_temporary .num_temporary .num-cont .swiper-button-next{left:50%;background:url(images/w-right.png) no-repeat right center;background-size:1rem;}
.virtual_temporary .reback_special .reback-cont{margin:0;display: flex; justify-content: space-between;flex-wrap: wrap;}
.virtual_temporary .reback_special .reback-cont .rebconts{width: 100%;height:auto;margin-bottom:0.5rem;}
.virtual_temporary .reback_special .reback-cont .rebconts .reback-img{width: 100%;height: 12rem;background-color: #ccc;}
.virtual_temporary .reback_special .reback-cont .rebconts .reback-inform{width: 100%;height:5.5rem;box-sizing: border-box;padding:0.5rem;background: url(./images/tour1.png) no-repeat center;background-size: 100% 100%;}
.virtual_temporary .reback_special .reback-cont .rebconts .reback-inform p{margin:0 0.5rem;font-size:0.75rem; color: #fff;}
.virtual_temporary .reback_special .reback-cont .rebconts .reback-inform p:first-child{font-size: 0.875rem;}
.virtual_temporary .reback_special .reback-cont .rebconts .reback-inform p:last-child{margin-bottom:0px;}
.virtual_temporary .reback_special .reback-cont .rebconts:nth-child(2) .reback-inform,.virtual_temporary .reback_special .reback-cont .rebconts:nth-child(6) .reback-inform{background-image:url("images/bg2.png") !important;}
.virtual_temporary .reback_special .reback-cont .rebconts:nth-child(3) .reback-inform,.virtual_temporary .reback_special .reback-cont .rebconts:nth-child(4) .reback-inform{background-image:url("images/bg3.png") !important;}

.investigation .venue-cont{height:20rem;width:100%;position: relative;}
.investigation .venue-cont iframe{position: absolute;top:0;right:0;bottom:0;left:0;display: block;width:100%;height:100%;}

/* float */
.left{float:left;}
.right{float:right;}
.account-box{background: #fff;padding: 0 35px 25px 25px;}
.account-title{border-bottom: 2px solid;font-size: 16px;margin-bottom: 10px;display:flex;flex-direction: column;align-items: center;margin:0.5rem auto;padding-bottom:0.5rem;}
.account-title >div{display:flex;align-items:center;justify-content: center;}


.f-btn-fhby{height: 30px;line-height: 30px;color: #f77b10;border: 1px solid #f77b10;font-size: 14px;display: block;width: 85px;text-align: center;border-radius: 4px;cursor: pointer;margin-top: 10px;margin-left: 20px;}
.f-btn-jian{height: 30px;line-height: 30px; border: 1px solid #ccc;border-right: 0px;margin-top:10px;text-align: center;width: 20px;background: #ececec;color: #666;border-radius: 4px;position: relative;left: 2px;cursor: pointer;}
.f-btn-jia{height: 30px;line-height: 30px;border: 1px solid #ccc;border-left: 0px;margin-top:10px;text-align: center;width: 20px;background: #ececec;color: #666;border-radius: 4px;position: relative;left: -2px;cursor: pointer;}
.f-riqi{width:auto;padding: 0 10px; background: #fff;color: #666;font-size: 14px;border-top: 1px solid #ccc;border-bottom: 1px solid #ccc;text-align: center;height: 30px;line-height: 30px;margin-top: 10px;display: block;}
.f-rili-table tbody td{background: #fff;position: relative;}
.f-rili-table tbody tr{border-bottom: 1px dashed #ccc;}
.f-tbody a.active{background-color:#1E163B;color:white;}
.f-rili-table .f-today{background-color: #faf1de;}
.f-rili-table .f-on{background-color:cornflowerblue;color: #fff;}
.f-number{cursor: pointer;}
.f-rili-table{width: 100%;}
.f-rili-th{float: left;width: 14.25%;text-align: center;line-height: 46px;height: 46px; background-color: #F9EADE;color: #333;}
.f-td{border-bottom: 1px dashed #ccc;float: left;width: 14.25%;text-align: center;height:46px;line-height: 46px;position: relative;}
.f-yuan{position: absolute;width: 20px;height: 20px;top: 13px;left: 50%;margin-left: 10px; background: url(images/close.png) no-repeat center;}
.closeDay{color:gray;font-weight:bold;color:red;}
#calendars #ok{font-size:12px;background-color:#1E163B;border:none;color:white;display:flex;align-items: center;justify-content: center;height:30px;width:60px;border-radius:30px;float:right;font-size:14px;margin:10px 5px 0 5px;}


/* 弹出留言 */
.page-msg .layui-m-layercont{padding:10px 20px !important;border-top:1px solid #D0D0D0;}
.divmsg{display:block;}
.divmsg p{display:flex; justify-content:left;align-items:top;padding:5px;flex-direction: column;}
.divmsg p label{width:80px;text-align:left;display:block;margin-right:5px;}
.divmsg p label:before {content: '* ';color: red;}

.divmsg p input{width:90%;background-color: #F7F7F7;border-radius: 0;border: #D3D3D3 1px solid;padding:5px 10px;}
.divmsg p textarea{width:90%;height: 5rem;border: #D3D3D3 1px solid;background-color: #F7F7F7;resize:none;padding:10px}
.divmsg p textarea:focus,input:focus {outline:none !important;}

.zoom{position: fixed;display:block;width:100%;height:100%;left:0;right:0;top:0;bottom:0;background-color:black;}
#pageContent {left:10%;top:0;bottom:0;width:80%;height:100%;display:block;background-image: linear-gradient(to bottom, #627891 0%,#DDE6F5 100%);overflow:hidden;position:fixed;margin:auto;border:1px solid #100000;}
#imgContainer {width: 100%;height:100%;}
#positionButtonDiv {background: rgb(58, 56, 63);background: rgba(58, 56, 63, 0.8);border: solid 1px #100000;color: #fff;padding: 8px;text-align: left;position: absolute;right:35px;top:35px;}
#positionButtonDiv .positionButtonSpan img {float: right;border: 0;}
.positionMapClass area {cursor: pointer;}
.zoomButton {border: 0;	cursor: pointer;}

.zoom .bi-but{width: 50px;height: 150px;background-color: #999;position: absolute;top: 50%;right:10%;margin-top:-75px;margin-right: -55px;}
.zoom .bi-but>a{display: block;height: 50px;text-align: center;line-height: 50px;}
.zoom .bi-but>a>i{font-size: 26px;color: #fff;}

