﻿
html {
    color: #333;
}

body {
    font-family: '微软雅黑','Microsoft YaHei','Microsoft YaHei UI', FangSong,STSong,'宋体';
    color: #333;
    min-width:768px;
}

a {
    color: #333;
    text-decoration:none;
}
/** layout 开始 */
.m_top_position {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    z-index: 9999;
}
.m_top {
    width: 100%;
    /*max-width: 1920px;*/
    min-width:768px;
    margin: 0px auto;
    background: url(/ljjq/img/bg_black.png) repeat;
    position:relative;
}

.m_logo {
    display: block;
    margin-left: 30px;
    margin-top: 25px;
}

    .m_logo img {
        /*width: 80%;*/
    }
.m_top_left {
    float: left;
}

.m_top_right {
    float: right;
}

.m_top_right_wrap {
    padding-top: 20px;
    overflow:hidden;
}

.m_top_tel {
    float: right;
    height: 40px;
    padding-left: 55px;
    background: url(/ljjq/img/icon_phone.png) no-repeat left center;
    background-size: 40px;
    margin-right: 20px;
    border-right: 2px solid #fff;
    padding-right: 20px;
    margin-right: 20px;
}

    .m_top_tel span {
        display: block;
        color: #fff;
        line-height: 20px;
    }

.m_top_search {
    float: right;
    margin-right: 20px;
    width: 250px;
    height: 40px;
}

    .m_top_search input {
        width: 180px;
        border: none;
        height: 36px;
        text-indent: 4px;
        float: left;
        border-radius: 6px;
        outline-style: none;
        margin-right: 5px;
    }

    .m_top_search button {
        width: 40px;
        height: 40px;
        background: url(/ljjq/img/btn_go.png) no-repeat center center;
        float: left;
        text-indent: -99999px;
        border: none;
    }

.m_top_book {
    float: right;
    margin-right: 20px;
    height: 40px;
}

    .m_top_book img {
        height: 100%;
    }

.m_nav_ul {
    padding: 0px;
    list-style: none;
    float: right;
    /*margin-right:20px;
    margin-top:20px;*/
    margin: 0px;
    margin-right:20px;
}

.m_nav_li {
    float: left;
    position: relative;
    height: 40px;
    z-index: 99999;
    padding: 10px 0px;
}

.m_nav_a {
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    padding: 0px 15px;
    margin: 0px 5px;
    line-height: 40px;
}

.m_subnav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    padding: 8px 0px;
    z-index: 99999999;
    background: url(/ljjq/img/bg_black.png) repeat;
    border-top: 2px solid #00b2b3;
    text-align: center;
    color: #fff;
}

.m_nav_li:hover .m_subnav {
    display: block;
}

.m_subnav_a {
    display: block;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    margin:15px 4px;
}

.m_footer {
    background: #26b0a1;
    padding: 50px 0px;
}
.m_tzgg {
    /*float: right;*/
    margin-top: 180px;
    width: 20%;
}

.m_tzgg_wrap {
    padding: 15px 20px;
}

.m_tzgg_head {
    border-bottom: 1px solid #9e9e9e;
    margin:0px;
    padding:10px 0px 15px 0px;
}

    .m_tzgg_head a {
        font-size: 20px;
        font-weight: bold;
    }

.m_tzgg_item {
    background: url(/ljjq/img/icon_greendot.png) left 8px no-repeat;
    padding-left: 15px;
    margin:15px 0px;
}

.m_tzgg_title {
    font-size: 16px;
    line-height: 1.4em;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.m_tzgg_date {
    font-size: 12px;
    margin:0px;
    margin-top:5px;
}
.m_cxgl_block {
    /*overflow: hidden;*/
}

.m_cxgl_item {
    display: block;
    width: 20%;
    float: left;
    text-decoration: none;
}

    .m_cxgl_item .m_cxgl_item_wrap {
        padding: 20px 30px;
        margin: 0px 20px;
        text-align: center;
    }

.m_cxgl_item_wrap:hover {
    box-shadow: 0px 0px 8px 2px #efefef;
}

.m_cxgl_item_wrap div {
    margin-bottom: 15px;
}

.m_cxgl_item_wrap img {
    display: block;
    width: 100%;
    height: auto;
}

.m_cxgl_item_wrap span {
    display: block;
    width: 100%;
    height: auto;
    text-decoration: none;
}
/** ad_Img1 开始 */
.m_ad_big_item {
    margin: 10px;
    overflow: hidden;
}

.m_ad_big_item_img {
    display: block;
    height: 360px;
    overflow: hidden;
}

    .m_ad_big_item_img div {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: transform 3s;
        -webkit-transition: -webkit-transform 3s;
    }

    .m_ad_big_item_img:hover div {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.m_ad_big_item h3 {
    font-size: 24px;
    font-weight: normal;
    color: #333;
    margin: 10px 0px;
}

.m_ad_big_item p {
    font-size: 16px;
    color: #333;
    line-height: 1.8em;
    margin: 5px 0px;
}

.m_ad_big_item_more {
    display: block;
    float: left;
    padding: 0px 20px;
    line-height: 32px;
    text-decoration: none;
    border: 1px solid #333;
    border-radius: 18px;
    font-size: 14px;
    margin-top: 10px;
}

.m_ad_small_item {
    display: block;
    margin: 10px;
    height: 240px;
    overflow: hidden;
}

    .m_ad_small_item div {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: transform 3s;
        -webkit-transition: -webkit-transform 3s;
    }

    .m_ad_small_item:hover div {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }
/** ad_Img1 结束*/
/** 文化漓江 开始*/
.m_whlj_item {
    display: block;
    margin: 10px;
    text-decoration: none;
}

.m_whlj_item_img {
    height: 220px;
    overflow: hidden;
}

    .m_whlj_item_img div {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        transition: transform 3s;
        -webkit-transition: -webkit-transform 3s;
    }

    .m_whlj_item_img:hover div {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
    }

.m_whlj_item_title {
    text-align: center;
    color: #333;
    text-decoration: none;
}
.m_art {
    margin: 30px 0px;
}

.m_art_title {
    font-size: 24px;
    color: #333;
    text-align: center;
}

.m_art_content {
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 50px;
}

    .m_art_content img {
        max-width: 100%;
        height: auto;
    }

    .m_art_content video {
        max-width: 100%;
        height: auto;
    }
    .m_art_content table, .m_art_content tr th, .m_art_content tr td {
        border: 1px solid #555;
    }
    .m_art_content table {
        border-collapse: collapse;
    }

.m_art_intro {
    text-align: center;
    font-size: 14px;
    color: #808080;
    margin-bottom: 30px;
}
/** 文化漓江 结束*/
@media (max-width: 1600px) {
    .m_logo {
        display: block;
        margin-left: 30px;
        margin-top: 30px;
    }

        .m_logo img {
            width: 70%;
        }
    .m_tzgg {
        /*float: right;*/
        margin-top: 160px;
        width: 25%;
    }
}
@media (max-width: 1440px) {
    .m_logo {
        display: block;
        margin-left: 20px;
        margin-top: 25px;
    }

        .m_logo img {
            width: 70%;
        }
    .m_top_book {
        display: none;
    }

    .m_top_tel {
        display: none;
    }

    .m_top_right_wrap {
        padding-top: 10px;
        overflow: hidden;
    }

    .m_nav_ul {
        float: right;
        /*float: none;*/
        margin-left: 20px;
    }

    .m_nav_li {
        float: left;
        position: relative;
        height: 30px;
        z-index: 99999;
        padding: 10px 0px;
    }

    .m_nav_a {
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 0px 10px;
        margin: 0px 5px;
        line-height: 30px;
    }

    .m_subnav {
        display: none;
        position: absolute;
        top: 50px;
        left: 0px;
        right: 0px;
        padding: 8px 0px;
        z-index: 99999999;
        background: url(/ljjq/img/bg_black.png) repeat;
        border-top: 2px solid #00b2b3;
        text-align: center;
        color: #fff;
    }

    .m_subnav_a {
        display: block;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        margin: 15px 2px;
    }
    .m_tzgg {
        /*float: right;*/
        margin-top: 140px;
        width: 25%;
    }

}
@media (max-width: 1360px) {
    .m_logo {
        display: block;
        margin-left: 20px;
        margin-top: 28px;
    }

        .m_logo img {
            width: 60%;
        }
    .m_top_book {
        display: none;
    }

    .m_top_tel {
        display: none;
    }

    .m_top_right_wrap {
        padding-top: 10px;
        overflow: hidden;
    }

    .m_nav_ul {
        float: right;
        /*float: none;*/
        margin-left: 20px;
    }

    .m_nav_li {
        float: left;
        position: relative;
        height: 30px;
        z-index: 99999;
        padding: 10px 0px;
    }

    .m_nav_a {
        text-decoration: none;
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        padding: 0px 10px;
        margin: 0px 5px;
        line-height: 30px;
    }

    .m_subnav {
        display: none;
        position: absolute;
        top: 50px;
        left: 0px;
        right: 0px;
        padding: 8px 0px;
        z-index: 99999999;
        background: url(/ljjq/img/bg_black.png) repeat;
        border-top: 2px solid #00b2b3;
        text-align: center;
        color: #fff;
    }
    .m_subnav_a {
        display: block;
        color: #fff;
        font-size: 14px;
        text-decoration: none;
        margin: 15px 2px;
    }

    .m_tzgg {
        /*float: right;*/
        margin-top: 140px;
        width: 25%;
    }
    .m_tzgg_wrap {
        padding: 12px 15px;
    }
    .m_tzgg_head {
        border-bottom: 1px solid #9e9e9e;
        margin: 0px;
        padding: 5px 0px 8px 0px;
    }
        .m_tzgg_head a {
            font-size: 18px;
            font-weight: bold;
        }
    .m_tzgg_item {
        background: url(/ljjq/img/icon_greendot.png) left 8px no-repeat;
        padding-left: 15px;
        margin: 8px 0px;
    }
    .m_tzgg_title {
        font-size: 14px;
        line-height: 1.3em;
        font-weight: 400;
        color: #000;
        text-decoration: none;
    }
    .m_tzgg_date {
        font-size: 12px;
        margin: 0px;
        margin-top: 2px;
    }

}
@media (max-width: 1200px) {
    .m_logo {
        display: block;
        margin-left: 20px;
        margin-top: 25px;
    }

        .m_logo img {
            width: 50%;
        }

    .m_top_book {
        display: none;
    }

    .m_top_tel {
        display: none;
    }

    .m_top_right_wrap {
        padding-top: 10px;
        overflow: hidden;
    }
    .m_nav_ul {
        float: right;
        /*float: none;*/
        margin-left: 20px;
    }

    .m_nav_li {
        float: left;
        position: relative;
        height: 30px;
        z-index: 99999;
        padding: 5px 0px;
    }

    .m_nav_a {
        text-decoration: none;
        font-size: 16px;
        font-weight: normal;
        color: #fff;
        padding: 0px 10px;
        margin: 0px 2px;
        line-height: 30px;
    }

    .m_subnav {
        display: none;
        position: absolute;
        top: 40px;
        left: 0px;
        right: 0px;
        padding: 8px 0px;
        z-index: 99999999;
        background: url(/ljjq/img/bg_black.png) repeat;
        border-top: 2px solid #00b2b3;
        text-align: center;
        color: #fff;
    }

    .m_subnav_a {
        display: block;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        margin: 15px 2px;
    }
    .m_tzgg {
        /*float: right;*/
        margin-top: 130px;
        width: 25%;
    }
    .m_tzgg_head {
        border-bottom: 1px solid #9e9e9e;
        margin: 0px;
        padding: 2px 0px 8px 0px;
    }

        .m_tzgg_head a {
            font-size: 16px;
            font-weight: normal;
        }
    .m_tzgg_wrap {
        padding: 10px 12px;
    }
    .m_tzgg_item {
        background: url(/ljjq/img/icon_greendot.png) left 8px no-repeat;
        padding-left: 15px;
        margin: 5px 0px;
    }
    .m_tzgg_date {
        display:none;
    }

  
}
    @media (max-width: 992px) {
        .m_logo {
            display: block;
            margin-left: 20px;
            margin-top: 10px;
        }

            .m_logo img {
                width: 40%;
            }

        .m_top_book {
            display: none;
        }

        .m_top_tel {
            display: none;
        }

        .m_top_right_wrap {
            padding-top: 10px;
            overflow: hidden;
        }

        .m_nav_ul {
            /*float: right;*/
            float: none;
            margin-left: 20px;
        }

        .m_nav_li {
            float: left;
            position: relative;
            height: 30px;
            z-index: 99999;
            padding: 5px 0px;
        }

        .m_nav_a {
            text-decoration: none;
            font-size: 16px;
            font-weight: normal;
            color: #fff;
            padding: 0px 10px;
            margin: 0px 2px;
            line-height: 30px;
        }

        .m_subnav {
            display: none;
            position: absolute;
            top: 40px;
            left: 0px;
            right: 0px;
            padding: 8px 0px;
            z-index: 99999999;
            background: url(/ljjq/img/bg_black.png) repeat;
            border-top: 2px solid #00b2b3;
            text-align: center;
            color: #fff;
        }

        .m_subnav_a {
            display: block;
            color: #fff;
            font-size: 12px;
            text-decoration: none;
            margin: 15px 2px;
        }
        .m_tzgg {
            /*float: right;*/
            margin-top: 100px;
            width: 35%;
        }
        .m_tzgg_head {
            border-bottom: 1px solid #9e9e9e;
            margin: 0px;
            padding: 2px 0px 5px 0px;
        }

            .m_tzgg_head a {
                font-size: 14px;
                font-weight: normal;
            }
        .m_tzgg_wrap {
            padding: 5px 10px;
        }
        .m_tzgg_item {
            background: url(/ljjq/img/icon_greendot.png) left 8px no-repeat;
            padding-left: 15px;
            margin: 2px 0px;
        }
        .m_tzgg_title {
            font-size: 12px;
            line-height: 1.1em;
            font-weight: 400;
            color: #000;
            text-decoration: none;
        }
        .m_cxgl_item .m_cxgl_item_wrap {
            padding: 20px 15px;
            margin: 0px 15px;
            text-align: center;
        }
    }

    @media (max-width: 767px) {
       
    }
    /* layout 结束 */
    .banner-zt {
        display: block;
        margin: 0px auto;
        width: 100%;
        /*max-width: 1920px;*/
        height: auto;
    }
    /** 定位和翻页 开始*/
    .nav_local {
        line-height: 50px;
        font-size: 14px;
        border-bottom: 1px solid #ededed;
        margin-top: 20px;
    }

        .nav_local a {
            font-size: 14px;
            text-decoration: none;
        }

            .nav_local a:hover {
                color: #00b2b3;
            }

        .nav_local .mobile {
            display: none;
        }

    .m_page_title {
        font-size: 20px;
        color: #00b2b3;
        margin: 0px;
        padding-bottom: 10px;
    }

    .m-page {
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 20px;
    }

        .m-page .mobile {
            display: none;
        }

        .m-page a, .m-page a:hover {
            color: #00b2b3;
            font-size: 14px;
            margin: 0 3px;
        }
    /* 定位和翻页 结束*/

    /**动画 开始*/
    .anima_btn_gmcp {
        animation: a1 3s infinite;
        -webkit-animation: a1 3s infinite;
    }

    @keyframes a1 {
        0% {
            transform: scale(1.05);
        }

        50% {
            transform: scale(1);
        }

        100% {
            transform: scale(1.05);
        }
    }

    .anima_swiper_index {
        animation: a2 5s linear 0s infinite;
        -webkit-animation: a2 5s linear 0s infinite;
    }

    @keyframes a2 {
        from {
            transform: scale(1.0,1.0);
            /*opacity: 0.9;*/
        }

        to {
            transform: scale(1.1,1.1);
            /*opacity: 1.0;*/
        }
    }
    /**动画 结束*/
