﻿img {
    max-width: 100%;
}

.flexslider {
    border: none;
    margin-bottom: 0px;
}

#banner .slides li {
    height: 400px;
    display: none;
}

#banner .slides .img_bkg {
    height: 400px;
    background: url(../images/banner_bkg.jpg) no-repeat center bottom;
}




.banner2_bkg {
    background-image: url(../images/banner2.jpg);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.flexslider .slides .boddha_box .img {
    display: block;
    position: absolute;
}

@keyframes smallBig3 {
    0% {
        transform: scale(0.97) rotate(0deg);
    }

    50% {
        transform: scale(1) rotate(1deg);
    }

    100% {
        transform: scale(0.97) rotate(0deg);
    }
}

.flexslider .slides .buddha_line_1 {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
    text-align: center;
}

    .flexslider .slides .buddha_line_1 img {
        width: 800px;
        height: 800px;
        margin-top: -180px;
        animation: smallBig3 10s linear infinite;
    }

.flexslider .slides .banner2_buddha_statue {
    width: 380px;
    height: 380px;
    bottom: 0;
    left: calc(((100% - 380px)/2) - 13px);
   
    
    animation: smallBig 15s linear infinite;
}

@keyframes cloud_move1 {
    from {
        margin-left: 0;
    }

    to {
        margin-left: 100%;
    }
}

@keyframes cloud_move2 {
    from {
        margin-left: -100%;
    }

    to {
        margin-left: 0;
    }
}

.banner2_cloud1 {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 210px;
}

    .banner2_cloud1 img {
        height: 210px;
        animation: cloud_move1 50s linear infinite;
    }

.banner2_cloud2 {
    width: 100%;
    bottom: 0;
    left: 0;
    height: 210px;
}

    .banner2_cloud2 img {
        height: 210px;
        animation: cloud_move2 50s linear infinite;
    }

@keyframes smallBig2 {
    0% {
        transform: scale(0.1);
        margin-left: 250px;
    }

    100% {
        transform: scale(1);
        margin-left: 55px;
    }
}

.flexslider .slides .banner2_text1 {
    top: 10%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 13%;
    margin: auto auto auto 55px;
    animation: smallBig2 1.5s linear;
}

@keyframes bigSmall {
    0% {
        transform: scale(1.2);
        margin-right: 6%;
    }

    100% {
        transform: scale(1);
        margin-right: 13%;
    }
}

@keyframes rotating {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.flexslider .slides img {
    display: inline-block;
}

.flexslider .slides .banner2_text2 {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 12.6%;
    margin: auto 13% auto auto;
    animation: bigSmall 0.8s linear;
}

#banner .slides .img_bkg .boddha_box .boddha_light_box {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
}

#banner .slides .img_bkg .boddha_box .boddha_light {
    position: absolute;
    width: 150%;
    height: 150%;
    margin-top: -10%;
    margin-left: -25%;
    background: url(../images/Buddha_light.png) no-repeat center center;
    background-size: 25%;
    animation: rotating 50s linear infinite;
}

#banner .slides .img_bkg .boddha_box .boddha_statue {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url(../images/Buddha_statue.png) no-repeat 50.6% 50%;
    background-size: 25%;
}

@keyframes smallBig {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.95);
    }

    100% {
        transform: scale(1);
    }
}

#banner .slides .img_bkg .boddha_box .buddha_text {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url(../images/Buddha_text.png) no-repeat 80% center;
    background-size: 10%;
    animation: smallBig 7s linear infinite;
}

.newsbox1 .title {
    margin-bottom: 20px;
}

    .newsbox1 .title .td1 {
        text-align: left;
    }

    .newsbox1 .title .td2 {
        text-align: right;
    }

    .newsbox1 .title .td1 h1 {
        font-weight: normal;
    }

    .newsbox1 .title .td1 h2 {
        font-weight: normal;
    }


.newsList {
}

    .newsList .left_box {
        width: 553px;
        float: left;
    }

        .newsList .left_box .news_img img {
            max-width: 100%;
        }

    .newsList .right_box {
        width: 518px;
        float: right;
        text-align: left;
    }

    .newsList .left_box .news_ul {
        margin-top: 10px;
        text-align: left;
    }

    .newsList .left_box .news_title {
        font-weight: normal;
        color: #67363c;
        line-height: 25px;
        padding-left: 25px;
        margin: 5px 0;
        border-left: 2px #ea7e28 solid;
    }

    .newsList .left_box .news_ul p {
        padding-left: 30px;
        line-height: 22px;
    }

        .newsList .left_box .news_ul p.time {
            font-size: 12px;
            color: gray;
        }

    .newsList .right_box li {
        margin-bottom: 20px;
        border-bottom: 1px #ddd solid;
    }

        .newsList .right_box li:last-child {
            margin-bottom: 0;
        }

        .newsList .right_box li h2 {
            font-weight: normal;
            font-size: 16px;
            line-height: 30px;
        }

        .newsList .right_box li p {
            color: gray;
            font-size: 12px;
        }

            .newsList .right_box li p.time {
                text-align: right;
                font-size: 12px;
            }

        .newsList .right_box li:hover h2 {
            color: #571821;
        }

        .newsList .right_box li:hover p {
            color: #571821;
        }

.ertong {
    margin-top: 20px;
}

    .ertong .td1 {
        text-align: left;
        width: 553px;
    }

    .ertong .td2 {
        text-align: right;
        width: 518px;
    }

.menubg {
    background: #571821;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.menubox .li1 {
    width: 140px;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 10;
}

    .menubox .li1 .ul2 {
        display: none;
        position: absolute;
        left: 0px;
        top: 50px;
        z-index: 12;
        width: 140px;
        background: #fff;
    }

        .menubox .li1 .ul2 li {
            height: 35px;
            line-height: 35px;
        }

            .menubox .li1 .ul2 li a {
                width: 140px;
                display: inline-block;
                width: 100%;
                height: 100%;
                color: #4d131c;
            }

            .menubox .li1 .ul2 li:hover {
                background: #4d131c;
            }

                .menubox .li1 .ul2 li:hover a {
                    color: #fff;
                }

    .menubox .li1 .title {
        color: #fff;
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .menubox .li1.active .title {
        background: #4d131c;
    }

    .menubox .li1:hover .ul2 {
        display: block;
    }

    .menubox .li1:hover .title {
        background: #4d131c;
    }

.tj_menu_bg {
    background: #e8e8e8;
}

.tj_menu {
    height: 60px;
    line-height: 60px;
}

    .tj_menu .td1 {
        text-align: left;
    }

    .tj_menu .td2 {
        text-align: left;
    }

        .tj_menu .td2 .list a {
            display: inline-block;
            width: 120px;
            color: gray;
        }



.content_box_bg {
    background: #f6f6f6;
    min-height: 500px;
}

.news_gg {
    line-height: 40px;
    background: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 30px 0;
}

    .news_gg .td1 {
        width: 100px;
    }

    .news_gg .list a {
        display: block;
        float: left;
        margin: 5px 10px;
    }

.newsbox1 {
    margin-top: 30px;
    background: #fff;
    min-height: 500px;
    box-sizing: border-box;
    padding: 30px;
}

.newsbox2 {
    margin-top: 30px;
    box-sizing: border-box;
}

    .newsbox2 .news_l {
        min-height: 500px;
        background: #fff;
        padding: 30px;
        box-sizing: border-box;
    }

    .newsbox2 .news_r {
        min-height: 500px;
        width: 450px;
        box-sizing: border-box;
        float: right;
        display: none;
    }


        .newsbox2 .news_r .jbox {
            background: #fff;
            margin-bottom: 20px;
        }

            .newsbox2 .news_r .jbox:last-child {
                margin-bottom: 0px;
            }

    .newsbox2 .news_l .tab_nav {
        border-bottom: 1px #ddd solid;
    }

        .newsbox2 .news_l .tab_nav a {
            display: block;
            float: left;
            margin-right: 30px;
            text-align: center;
            color: #66656a;
            line-height: 30px;
            font-size: 16px;
            border-bottom: 2px #fff solid;
        }

            .newsbox2 .news_l .tab_nav a:last-child {
                margin-right: 0px;
            }

            .newsbox2 .news_l .tab_nav a.active {
                color: #67363c;
                border-bottom: 2px #ea7e28 solid;
            }

.tab_items .item {
    display: none;
}

    .tab_items .item.active {
        display: block;
    }

    .tab_items .item li {
        padding: 15px 0;
        border-bottom: 1px #ddd solid;
    }

        .tab_items .item li .td1 {
            width: 140px;
        }

        .tab_items .item li .td2 {
            padding-left: 20px;
            text-align: left;
        }

            .tab_items .item li .td2 h3 {
                font-size: 16px;
                font-weight: normal;
                margin-bottom: 12px;
            }

            .tab_items .item li .td2 p {
                color: gray;
                font-size: 12px;
            }

.juanzeng .j_title {
    background: #718792;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.juanzeng {
    padding-bottom: 20px;
}

    .juanzeng .j_list {
    }

        .juanzeng .j_list td {
            padding: 20px 0;
            border-bottom: 1px #ddd solid;
            color: #989898;
        }

            .juanzeng .j_list td.td1 {
                width: 40%;
            }

            .juanzeng .j_list td.td2 {
                width: 20%;
            }

    .juanzeng .more {
        display: block;
        width: 100px;
        margin: 0 auto;
        height: 35px;
        line-height: 35px;
        background: #dfdfdf;
        margin-top: 20px;
        color: #fff;
    }


.mjbox {
    padding: 30px 0;
}

    .mjbox .img {
        width: 120px;
        height: 120px;
        margin: 0 auto;
        background: #fff;
        text-align: center;
    }

        .mjbox .img:hover {
            box-shadow: 0 0 5px 2px #ddd;
        }


.news_lx {
    text-align: left;
}

    .news_lx .img {
        text-align: center;
        padding: 10px 0;
    }

        .news_lx .img img {
            max-height: 200px;
        }


    .news_lx h3 {
        color: #9b8386;
        padding-left: 30px;
        border-left: 2px #ea7e28 solid;
    }

    .news_lx p {
        padding-left: 30px;
        font-size: 14px;
        color: gray;
    }

        .news_lx p.time {
            font-size: 12px;
            color: #ddd;
        }

.appdown_bg {
    background: #ea7e28;
    height: 100px;
    margin-top: 50px;
    line-height: 100px;
}

    .appdown_bg div {
        width: 985px;
        margin: auto;
        font-size: 24px;
        color: #FFF;
    }

        .appdown_bg div button {
            width: 170px;
            height: 40px;
            line-height: 40px;
            color: #2b2b2b;
            font-size: 18px;
            margin-left: 25px;
            background: #FFF;
            border-radius: 20px;
        }

            .appdown_bg div button:hover {
                box-shadow: 0px 0px 20px #9e4410;
            }

            .appdown_bg div button img {
                margin-left: 10px;
                vertical-align: middle;
            }

.nav2 li {
    float: left;
}

    .nav2 li a:after {
        content: "\f105";
        display: inline-block;
        padding: 0 5px;
        font-size: 18px;
        text-align: right;
        font: normal normal normal 14px/1 FontAwesome;
    }

    .nav2 li:last-child a:last-child:after {
        content: "";
        font: normal;
    }

.nav2 {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #000000;
    padding-top: 31px;
}
