﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    background: transparent;
}

body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-size: 1em;
    list-style-type: none;
    background: url(../images/beijing.png);
    font-family: 'Microsoft YaHei',SimHei,'Microsoft JhengHei','PingFang SC','STHeiti';
}

.title {
    height: 300px;
}

.logo-1 {
    margin-top: 80px;
    height: 87px;
    background: url(../images/lianhua.png) no-repeat center top;
}

.logo-2 {
    height: 80px;
    background: url(../images/wzmc.png) no-repeat center top;
}

.logo-3 {
    height: 79px;
    background: url(../images/shanfeng.png) no-repeat center top;
}

/*导航栏*/
nav {
    position: relative;
    z-index: 10000; /*设置元素的堆叠顺序*/
    width: 1200px;
    height: 54px;
    box-shadow: 0 0px 0px 0 rgba(0,0,0,0.50); /*阴影*/
    margin: 30px auto;
    text-align: center;
    background: url(../images/nav_bg.png) no-repeat center;
}

.nav-selected {
    background: url(../images/index.png) no-repeat 20px 15px;
}

nav ul {
    list-style: none;
    position: relative;
    display: inline-table; /*此元素会作为内联表格来显示（类似 <table>），表格前后没有换行符*/
    padding: 0;
    margin: 0;
}

    nav ul li {
        float: left;
        width: 150px;
        line-height: 48px;
    }

        nav ul li a {
            display: block;
            color: #fff;
            text-decoration: none;
            /*font-family: "幼圆";*/
        }

        nav ul li:hover ul {
            display: block;
        }

    nav ul:after {
        content: "";
        display: block;
    }

    nav ul li:hover {
        background: url(../images/xhx.png) no-repeat bottom;
    }

        nav ul li:hover a {
            color: #fff;
        }
/*导航栏*/

/*主容器*/
.zrq {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 0px;
}

    /*顶部容器*/
    .zrq .container-top {
        width: 1200px;
        height: 977px;
    }

/*左侧容器*/
.container-left {
    position: relative;
    width: 654px;
    float: left;
    background-color: #fff;
}

/*右侧容器*/
.container-right {
    position: relative;
    width: 528px;
    float: right;
}
/*顶部容器*/

/*底部容器*/
.zrq .foot {
    width: 1200px;
    height: 72px;
    margin-top: 40px;
}

.bottom {
    margin: 0px auto 50px;
    background: url(../images/zhixian.png) repeat-x;
    text-align: center;
    line-height: 25px;
    padding: 20px 0;
    font-size: 14px;
    color: #fff;
}
/*底部容器*/


/*通用头部标题*/
.title-bar {
    height: 47px;
    line-height: 47px;
    color: #47272A;
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #F3F3F3;
    letter-spacing: 0; /*字符横向间距*/
    background: url(../images/zhtb.png) no-repeat;
}

.float-left {
    float: left;
}

.pad-left {
    padding-left: 20px;
    font-size: 16px;
}

.float-right {
    float: right;
}

.pad-right {
    padding-right: 10px;
}

.more-font-color {
    color: #606266;
}

a {
    color: #000;
    text-decoration: none;
}
/*通用头部标题*/

/*图片轮播*/
.container-left .banner {
    position: relative;
    margin-top: 25px;
    margin-left: 23px;
    width: 605px;
    height: 273px;
}

.banner .Images {
    width: 605px;
    margin-top:-50px;
}

.banner_title {
    position: absolute;
    width: 100%;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 18px;
    font-weight:bold;
    letter-spacing:2px;
    background-color:#000000;
    background:rgba(0,0,0,0.5);
    padding:5px;
}
/*图片轮播*/

/*佛事要闻*/
.container-left .left {
    position: relative;
    width: 608px;
    float: left;
    margin-left: 23px;
    margin-top: 12px;
}

.lcontent {
    position: relative;
    width: 608px;
    height: 154px;
    border-bottom: 1px solid #F3F3F3;
}

.lc1 {
    float: left;
    width: 130px;
    height: 105px;
    margin-top: 24px;
}

.lcontent .lc1 img {
    width: 130px;
    height: 95px;
}

.lc2 {
    float: left;
    width: 454px;
    font-size: 14px;
    margin-left: 24px;
    margin-top: 24px;
}
/*佛事要闻*/


/*公用*/
h4 {
    font-size: 24px;
    color: #232323;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

h5 {
    font-size: 16px;
    color: #232323;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

p {
    padding-top: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    color: #777777;
    line-height: 24px;
    height: 3.8em;
}

span {
    float: right;
    color: #777777;
}

.content-box {
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
    overflow: hidden;
}
/*公用*/

/*协会介绍*/
.right-1 {
    background-color: #fff;
    position: relative;
    height: 259px;
    padding: 20px;
}

.r-1-1 {
    float: left;
    width: 257px;
    padding-right: 20px;
    border-right: 1px solid #F3F3F3;
}

.xh_p {
    color: #777777;
    line-height: 26px;
    height: 203px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
}
/*协会介绍*/

/*协会领导*/
.r-1-2 {
    width: 190px;
    float: left;
    padding-left: 20px;
}

.box-1 {
    height: 88px;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #bbb;
    padding-top: 20px;
}

.box-1-1 {
    float: left;
    height: 58px;
    text-align: center;
    padding-left: 20px;
}

.if1 {
    /*width: 68px;
    height: 68px;*/
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
/*协会领导*/

/*四块区域*/
.right-2 {
    position: relative;
    height: 108px;
    margin-top: 18px;
}
.mid-nav{

}
.mid-nav .item {
    width: 123px;
    height: 108px;
    float: left;
    text-align: center;
    margin-left: 12px;
    background: url(../images/q2.png) no-repeat center -10px #fff;
}
.mid-nav .item:first-child{
    margin-left: 0;
}
.mid-nav .item-inner {
    position: relative;
    margin-top: 70px;
    color: #683333;
}
/*四块区域*/

/*各地动态*/
.right-3 {
    background-color: #fff;
    position: relative;
    width: 490px;
    height: 535px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 18px;
}

.rcontent {
    position: relative;
    padding-top: 5px;
    height: 105px;
    margin-top: 10px;
    border-bottom: 1px solid #F3F3F3;
}

.rc1 {
    float: left;
    width: 100px;
    height: 80px;
}

.rcontent .rc1 img {
    width: 100px;
    height: 80px;
}

.rc2 {
    float: left;
    width: 352px;
    font-size: 14px;
    line-height: 24px;
    margin-left: 25px;
}

.ri1 {
    width: 100px;
    height: 80px;
}
/*各地动态*/

/*友情链接*/
.yqlj {
    width: 1160px;
    height: 130px;
    margin-top: 20px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.yqlj-5 {
    height: 68px;
    margin-top: 15px;
}

.yqlj-5-1 {
    width: 216px;
    height: 68px;
    float: left;
    margin-left: 20px;
}
.yqlj-5-1:first-child{
    margin-left: 0;
}
.yqlj-img {
    width: 216px;
    height: 68px;
}

.yqlj-5-2 {
    width: 216px;
    height: 68px;
    float: left;
}
/*友情链接*/

/*寺院巡礼*/
.container-center {
    width: 1200px;
    height: 257px;
    margin-top: 20px;
    background-color: #fff;
}

.pad {
    margin-left: 20px;
    margin-right: 20px;
}

.content-center {
    height: 150px;
    margin-top: 20px;
}

.cc-1 {
    float: left;
    width: 558px;
    padding-left: 20px;
    border-right: 1px solid #F3F3F3;
    padding-right: 21px;
}

.is1 {
    float: left;
    height: 150px;
    width: 225px;
}

.cc-2 {
    float: left;
    width: 294px;
    margin-left: 30px;
}

.shuxian {
    float: left;
    width: 1px;
    margin-left: 20px;
    margin-right: 20px;
    background: #f3f3f3;
    height: 100%;
}

.s-p {
    height: 110px;
    font-size: 14px;
    color: #777777;
    margin-top: 7px;
    width: 294px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal !important;
    height: 7em;
    line-height: 24px;
}
/*寺院巡礼*/
