@charset "utf-8";
.about_nav{
    width:1200px;
    margin: 30px auto 0;
    padding-left:40px;
}
.about_nav p{
    float:left;
    font-size:26px;
}
.about_nav p a{
    border-bottom: 4px solid #fff;
}
.about_nav p span{
    display:inline-block;
    width:13px;
    height:13px;
    margin:2px 40px;
    background: url(../../img/icons/title-icon.png) no-repeat center center;
    background-size:13px 13px;
}
.about_nav p.active a{
    color:#333333;
    border-bottom: 4px solid #333333;
}
.about_nav p a{
    color:#999999;
    display:inline-block;
    line-height:42px;
}

.aboutus_content>div{
    position:relative;
    min-height:100px;
}

/*深博概况*/
.aboutus_survey{
    width:1200px;
    margin: 32px auto 0;
    font-size:16px;
    color:#666666;
    line-height:30px;
    padding:0 30px;
    position: relative;
}
.aboutus_survey p{
    color:#666666 !important;
}

/*参观服务*/
.aboutus_visit{
    width: 1200px;
    margin: 20px auto 0;
    padding:0 30px;
    border-top:1px solid #e9e9e9;
}
.visitNav{
    margin-top:15px;
}
.visitNav>p{
    float:left;
    font-size:14px;
    color:#999999;
    margin:0 15px;
}
.visitNav>p:hover{
    color:#333333;
    cursor: pointer;
}
.visitNav p.active{
    color:#333333;
}
.visitNav p:first-child{
    margin-left:10px;
}
.visit_content{
    margin-top:40px;
}
.visit_content>div{
    display:none;
    position: relative;
}
.visit_content>div.active{
    display:block;
}
.visit_content h3{
    font-size:16px;
    color:#333333;
}
.visit_content>div>p{
    font-size:16px;
    line-height:36px;
    color:#666666;
}
/*联系我们*/
.aboutus_contact{
    width: 1200px;
    margin: 32px auto 0;
    padding:0 30px;
}
.aboutus_contact p{
    font-size:16px;
    color:#666666;
}
.aboutus_c{
    opacity:0.6;
}
/*历史民俗*/

.history_main>h3{
    font-size:16px;
    line-height:40px;
    color:#666666;
    font-weight:bold;
}
.history_main>p{
    font-size:16px;
    color:#666666;
    padding-left:10px;
    line-height:36px;
}
.service_equip{
    width:1140px;
    height:2045px;
    background:url(../../img/icons/history.png) no-repeat center center;
    box-sizing:border-box;
    padding:30px 30px 0;
}
.service_equip h4{
    font-size:20px;
    color:#333333;
    line-height:20px;
}
.service_equip ul{
    padding:30px;
}
.service_equip ul li{
    text-align:left;
    font-size:16px;
    line-height:24px;
    padding-left:22px;
    color:#666666;
    width:140px;
    margin-bottom:20px;
    white-space:nowrap;
}
.service_equip ul li:first-child{
    background:url(../../img/icons/equip-1.png) no-repeat left center;
    background-size:22px 20px;
}
.service_equip ul li:nth-child(2){
    background:url(../../img/icons/equip-2.png) no-repeat left center;
    background-size:22px 20px;
}
.service_equip ul li:nth-child(3){
    background:url(../../img/icons/equip-3.png) no-repeat left center;
    background-size:22px 18px;
}
.service_equip ul li:nth-child(4){
    background:url(../../img/icons/equip-4.png) no-repeat left center;
    background-size:22px 18px;
}
.service_equip ul li:nth-child(5){
    background:url(../../img/icons/equip-5.png) no-repeat left center;
    background-size:22px 16px;
}
.service_equip ul li:nth-child(6){
    background:url(../../img/icons/equip-6.png) no-repeat left center;
    background-size:22px 16px;
}
.service_equip ul li:nth-child(7){
    background:url(../../img/icons/equip-7.png) no-repeat left center;
    background-size:22px 20px;
}
.service_equip ul li:nth-child(8){
    background:url(../../img/icons/equip-8.png) no-repeat left center;
    background-size:24px 16px;
}
.service_equip ul li:nth-child(9){
    background:url(../../img/icons/equip-9.png) no-repeat left center;
    background-size:22px 18px;
}
.service_equip ul li:nth-child(10){
    background:url(../../img/icons/equip-10.png) no-repeat left center;
    background-size:22px 18px;
}
.service_equip ul li span{
    display:inline-block;
    width:1px;
    height:10px;
    background:#666666;
    margin:7px 10px 0;
}
/* 参观服务修改样式*/
.viditNotice{
    min-height:200px;
    position:relative;
}