@charset

utf-8; * {
    _padding: 0;
    word-break: break-all;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 1em;
}

em, cite, th {
    font-style: normal;
    font-weight: 400;
}

input,
textarea,
button {
    font-size: 14px;
    outline: none;
    resize: none;
    -webkit-appearance: none;
    transition: all 0.1s linear;
    vertical-align: top;
}

select {
    font-size: 16px;
    outline: none;
    resize: none;
    transition: all 0.1s linear;
}

input[type=checkbox] {
    -webkit-appearance: checkbox;
}

input[type=radio] {
    -webkit-appearance: radio;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input,
textarea,
select,
button {
    font-family: "微软雅黑";
}

    input[type="text"],
    input[type="search"],
    input[type="url"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="file"] {
        background-color: #fff;
        border: 0;
        position: relative;
        z-index: 1;
    }

    input[type="text"],
    input[type="search"],
    input[type="url"],
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="file"],
    select {
        width: 100%;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        border: 1px solid #e0e0e0;
        box-sizing: border-box;
        border-radius: 3px;
        position: relative;
        font-size: 14px;
        color: #6b6b6b;
    }


textarea {
    width: 100%;
    height: calc(22px*5 + 18px);
    line-height: 30px;
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
    padding: 8px 10px;
    border-radius: 3px;
    overflow: auto;
    display: block;
    position: relative;
    font-size: 14px;
}

table {
    border-collapse: collapse;
}

html {
    overflow: 0;
    height: 100%;
    width: 100%;
}

a img {
    border: 0 none;
}

a {
    text-decoration: none;
    color: #6B6B6B;
}

    a:hover {
        text-decoration: none;
        color: #A55A3C;
    }

.red {
    color: #ba2c28;
}

.clear {
    clear: both;
}

.pull-left {
    float: left;
}

.padd-top {
    padding: 10px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

body {
    font-family: 微软雅黑;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    background: url(../images/bg.jpg) no-repeat center top;
    color: #6B6B6B;
}

.logo {
    width: 1400px;
    text-align: left;
    margin: 0 auto;
    padding: 40px 0 20px;
}

    .logo span {
        float: right;
        padding-left: 20px;
    }

        .logo span img {
            width: 100px;
            height: 115px;
        }

.nav {
    width: 1400px;
    height: 60px;
    font-family: 'Microsoft YaHei';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #6B6B6B;
    position: relative;
    background: url(../images/img_17.png) no-repeat center;
    background-color: #fff;
    border-width: 0;
    margin: 0 auto;
}

.wrap {
    width: 1400px;
    background-color: #fff;
    margin: 0 auto;
}

.container {
    background-color: #f2f2f2;
    margin: 0 auto;
}

.container1 {
    background-color: #a55a3b;
    margin: 0 auto;
    padding: 40px 0;
}

.banner {
    width: 1360px;
    height: 550px;
    padding: 0 20px;
}

.banner1 {
    width: 1400px;
    height: 71px;
    background: url(../images/img_05.png) center no-repeat;
    margin: 20px auto;
}

.banner2 {
    width: 1360px;
    height: 300px;
    padding: 0 20px;
}

.content {
    width: 1400px;
    overflow: hidden;
    margin: 0 auto;
}

.main {
    width: 1360px;
    overflow: hidden;
    margin: 0 auto;
}

.main-left {
    float: left;
    width: 1030px;
}

.main-left-title {
    width: 1030px;
    height: 66px;
    line-height: 66px;
    float: left;
}

.main-left-title1 {
    width: 1030px;
    height: 62px;
    line-height: 62px;
    float: left;
    border-bottom: #A55A3C 4px solid;
}

.main-left-imglist ul li {
    float: left;
    width: 257px;
}

    .main-left-imglist ul li img {
        width: 257px;
        height: 182px;
        float: left;
    }

    .main-left-imglist ul li p {
        float: left;
        height: 60px;
        line-height: 60px;
        border-left: #D4B686 1px solid;
        margin-top: 10px;
        padding-left: 20px;
    }

.main-right {
    float: right;
    width: 280px;
    overflow: hidden;
}

.main-right-title {
    width: 280px;
    height: 62px;
    line-height: 62px;
    float: left;
    border-bottom: #A55A3C 4px solid;
}

.main-right-content {
    color: #D4B686;
    line-height: 40px;
    font-size: 15px;
    text-align: justify;
    text-justify: inter-word;
    text-indent: 2em;
}

.main-right-list ul li {
    width: 280px;
    float: left;
    height: 76px;
    border-bottom: #d7d7d7 1px solid;
}

    .main-right-list ul li p {
        width: 280px;
        line-height: 40px;
        float: left;
        text-align: left;
        padding-top: 10px;
    }

    .main-right-list ul li span {
        width: 280px;
        text-align: right;
        float: left;
        font-size: 12px;
        color: #A55A3C;
    }

.main-right-list1 ul li {
    width: 131px;
    height: 96px;
    background-color: #fff;
    border: #b49664 2px solid;
}

    .main-right-list1 ul li img {
        width: 60px;
        height: 60px;
        float: left;
        padding: 18px 0 0 8px;
    }

    .main-right-list1 ul li:hover {
        background-color: #a55a3c;
    }

    .main-right-list1 ul li p {
        font-size: 18px;
        color: #b49664;
        float: right;
        width: 40px;
        padding: 24px 16px 0 0;
    }

.main-right-time {
    width: 280px;
    height: 267px;
    float: left;
    font-size: 16px;
    line-height: 40px;
    color: #A55A3C;
    padding: 10px 0;
}

    .main-right-time h2 {
        font-weight: 700;
    }

.main-right-map {
    width: 280px;
    float: left;
    padding: 10px 0 0;
}

    .main-right-map img {
        width: 190px;
        height: 88px;
        float: left;
    }

    .main-right-map p {
        width: 90px;
        height: 88px;
        line-height: 88px;
        float: left;
        text-align: center;
        background-color: #8b6639;
        color: #fff;
        font-size: 18px;
    }

.main-column {
    width: 1400px;
    height: 175px;
    position: relative;
    margin: 0 auto;
}

    .main-column img {
        width: 80px;
        height: 80px;
    }

    .main-column a {
        color: #b49664;
        font-size: 20px;
    }

.main-column-img {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 48px;
    left: 0;
}

.main-column-txt {
    width: 80px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 74px;
    left: 100px;
}

.main-column-img1 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 48px;
    left: 280px;
}

.main-column-txt1 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 74px;
    left: 390px;
}

.main-column-img2 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 48px;
    left: 580px;
}

.main-column-txt2 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 74px;
    left: 680px;
}

.main-column-img3 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 48px;
    left: 880px;
}

.main-column-txt3 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 74px;
    left: 980px;
}

.main-column-img4 {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 48px;
    left: 1180px;
}

.main-column-txt4 {
    width: 80px;
    height: 30px;
    line-height: 30px;
    position: absolute;
    top: 74px;
    left: 1280px;
}

.main-pagingleft {
    float: left;
    width: 280px;
    overflow: hidden;
    padding-bottom: 30px;
}

.main-pagingleft-title {
    float: left;
    width: 280px;
    border-bottom: #d7d7d7 1px solid;
    padding-bottom: 10px;
}

    .main-pagingleft-title img {
        width: 60px;
        height: 60px;
        float: left;
        padding: 0 20px 0 10px;
    }

    .main-pagingleft-title h2 {
        float: left;
        color: #b49664;
        line-height: 60px;
        font-size: 36px;
        font-weight: 400;
    }

.main-pagingleft-nav {
    float: left;
    width: 280px;
    padding: 40px 0;
}

    .main-pagingleft-nav ul li {
        width: 280px;
        height: 60px;
        display: flex;
        font-weight: 400;
        font-style: normal;
        font-size: 16px;
        text-align: left;
    }

        .main-pagingleft-nav ul li a {
            padding-left: 90px;
        }

.main-pagingright {
    float: right;
    width: 1030px;
    padding-bottom: 30px;
}

.main-pagingright-subnav {
    width: 1030px;
    height: 60px;
    border-bottom: #d7d7d7 1px solid;
    padding-bottom: 10px;
    float: left;
}

    .main-pagingright-subnav p {
        float: left;
        line-height: 30px;
        padding-top: 30px;
        padding-left: 10px;
    }

.main-pagingright-piclist {
    float: left;
    width: 1030px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 40px 0;
}

    .main-pagingright-piclist ul {
        float: left;
        margin-left: -18px;
    }

        .main-pagingright-piclist ul li {
            width: 240px;
            float: left;
            padding-bottom: 40px;
            text-align: left;
            margin: 0 0 0 21px;
        }

            .main-pagingright-piclist ul li img {
                width: 240px;
            }

            .main-pagingright-piclist ul li h2 {
                font-size: 18px;
                font-weight: 400;
                padding-bottom: 10px;
            }

            .main-pagingright-piclist ul li h3 {
                width: 240px;
                font-size: 18px;
                line-height: 30px;
                font-weight: 400;
                padding-bottom: 10px;
                float: left;
            }

            .main-pagingright-piclist ul li p {
                width: 220px;
                line-height: 24px;
                color: #aaa;
                float: left;
                background: url(../images/clock.png) no-repeat 0 5px;
                padding-left: 20px;
            }

            .main-pagingright-piclist ul li span {
                width: 240px;
                line-height: 24px;
                color: #aaa;
                float: left;
            }

.main-pagingright-msg {
    float: left;
    width: 1030px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #666;
    border-bottom: #d7d7d7 1px solid;
    padding: 40px 0;
}

    .main-pagingright-msg img {
        width: 240px;
        height: 361px;
        float: left;
    }

    .main-pagingright-msg ul {
        float: right;
        width: 750px;
    }

        .main-pagingright-msg ul li {
            line-height: 60px;
            width: 750px;
            float: left;
        }

            .main-pagingright-msg ul li h2 {
                color: #B49664;
                font-weight: 400;
                font-size: 18px;
                float: left;
            }

            .main-pagingright-msg ul li p {
                width: 80px;
                float: left;
                color: #aaa;
            }

            .main-pagingright-msg ul li span {
                float: left;
                color: #B49664;
            }

.main-pagingright-content {
    float: left;
    width: 1030px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 40px 0;
}

    .main-pagingright-content img {
        width: 600px;
        
        padding: 10px 0;
    }

.main-pagingright-order {
    float: left;
    width: 1030px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding: 40px 0;
}

    .main-pagingright-order ul {
    }

        .main-pagingright-order ul li {
            width: 1030px;
            line-height: 60px;
            float: left;
        }

            .main-pagingright-order ul li p {
                float: left;
                width: 300px;
                text-align: right;
                padding-right: 20px;
                line-height: 40px;
            }

            .main-pagingright-order ul li span {
                float: left;
                width: 400px;
            }

.main-pagingright-submenu {
    width: 1030px;
    float: left;
    padding: 40px 0;
}

    .main-pagingright-submenu p {
        float: right;
        line-height: 40px;
        color: #B49664;
    }

    .main-pagingright-submenu span {
        color: #B49664;
        margin: 0 auto;
    }

        .main-pagingright-submenu span a {
            display: block;
            width: 140px;
            padding: 10px 30px;
            background-color: #b49664;
            margin: 0 auto;
            text-align: center;
            border-radius: 25px;
            color: #fff !important;
        }

.main-pagingright-newlist ul li img {
    float: left;
    width: 240px;
    height: 150px;
    padding-top: 5px;
}

.main-pagingright-newlist ul li h2 {
    width: 760px;
    float: right;
    line-height: 30px;
    font-size: 16px;
}

.main-pagingright-newlist ul li span {
    width: 740px;
    float: right;
    height: 30px;
    line-height: 30px;
    color: #ccc;
    background: url(../images/clock.png) no-repeat 0 10px;
    padding-left: 20px;
}

.main-pagingright-newlist ul li b {
    width: 760px;
    float: right;
    padding: 5px 0;
}

    .main-pagingright-newlist ul li b a {
        display: block;
        color: #fff;
        background-color: #B49664;
        float: left;
        text-align: center;
        border-radius: 25px;
        padding: 5px 30px;
    }

        .main-pagingright-newlist ul li b a:hover {
            background-color: #A55A3C;
        }

.main-pagingright-newlist-txt {
    width: 760px;
    height: 50px;
    float: right;
    line-height: 24px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* 设置超出多少行隐藏 */
    -webkit-box-orient: vertical;
    display: -webkit-box; /* 设置 display 为 -webkit-box 或者 -webkit-inline-box 时为隐藏状态 */
}

.main-pagingright-newlist1 ul li h2 {
    width: 1020px;
    float: right;
    line-height: 30px;
    font-size: 16px;
    font-weight: 400;
}

.main-pagingright-newlist1 ul li span {
    width: 1000px;
    float: right;
    height: 30px;
    line-height: 30px;
    color: #ccc;
    background: url(../images/clock.png) no-repeat 0 10px;
    padding-left: 20px;
}

.main-pagingright-title {
    float: left;
    width: 1030px;
    font-weight: 400;
    font-style: normal;
    color: #666;
    text-align: center;
    border-bottom: #d7d7d7 1px dashed;
    padding: 40px 0 20px;
}

    .main-pagingright-title h2 {
        float: left;
        width: 1030px;
        font-size: 18px;
    }

    .main-pagingright-title p {
        float: left;
        width: 1030px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        color: #ccc;
        padding: 10px 0;
    }

.partition {
    width: 1400px;
    height: 40px;
    margin: 0 auto;
}

.Menubox {
    width: 1030px;
    height: 62px;
    float: left;
    border-bottom: #A55A3C 4px solid;
}

    .Menubox span {
        width: 80px;
        height: 62px;
        line-height: 62px;
        float: right;
        text-align: right;
        display: inline;
        font-size: 14px;
    }

    .Menubox ul li {
        float: left;
        line-height: 59px;
        border-top: #fff 3px solid;
        display: block;
        cursor: pointer;
        width: 104px;
        text-align: center;
        color: #ae976d;
        font-size: 24px;
        margin: 0 85px 0 0;
    }

        .Menubox ul li.hover {
            border-top: #A55A3C 3px solid;
            color: #A55A3C;
        }

.Contentbox {
    float: right;
    width: 548px;
}

    .Contentbox ul li {
        width: 548px;
        float: left;
        height: 76px;
        border-bottom: #d7d7d7 1px solid;
        display: inline;
    }

        .Contentbox ul li:hover {
            background: url(../images/img_02.jpg) no-repeat left;
        }

        .Contentbox ul li p {
            width: 523px;
            height: 26px;
            line-height: 26px;
            float: left;
            text-align: left;
            padding-left: 20px;
        }

            .Contentbox ul li p a {
                color: #6B6B6B;
            }

        .Contentbox ul li span {
            width: 523px;
            height: 40px;
            line-height: 40px;
            float: left;
            text-align: left;
            padding-left: 20px;
            font-size: 12px;
            color: #A55A3C;
        }

.left {
    width: 270px;
    float: left;
}

.right {
    width: 1030px;
    float: right;
}

#jsddm {
    margin: 0;
    padding: 0;
}

    #jsddm li {
        float: left;
        list-style: none;
        font-family: 'Microsoft YaHei';
        font-weight: 400;
        font-style: normal;
        font-size: 18px;
    }

        #jsddm li a {
            display: block;
            text-decoration: none;
            text-align: center;
            width: 176px;
            height: 60px;
            line-height: 60px;
            color: #6B6B6B;
            padding: 0 12px;
        }

        #jsddm li ul {
            position: absolute;
            visibility: hidden;
            z-index: 3;
            margin: 0;
            padding: 0;
        }

            #jsddm li ul li {
                float: none;
                display: inline;
            }

                #jsddm li ul li a {
                    width: 176px;
                    background: #b49664;
                    color: #fff;
                    height: 46px;
                    line-height: 46px;
                    font-size: 16px;
                    border-top: #f1f2f2 1px solid;
                }

                    #jsddm li ul li a:hover {
                        background: #f7f7f7;
                        border-bottom: none;
                    }

.jsddm_menu {
    background-color: #fff;
    border-top: #b49664 3px solid;
    border-bottom: #b49664 3px solid;
    top: 60px;
}

#zzsc {
    width: 482px;
    height: 385px;
    overflow: hidden;
    float: left;
}

    #zzsc a {
        position: absolute;
        top: 0;
        left: 0;
    }

    #zzsc .abgne-controls {
        list-style: none;
        position: absolute;
        right: 5px;
        bottom: 5px;
        height: 20px;
        margin: 0;
        padding: 0;
    }

        #zzsc .abgne-controls li {
            float: left;
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 12px;
            font-weight: 400;
            text-align: center;
            cursor: pointer;
            margin-right: 2px;
            color: #fff;
            background-color: #a55a3b;
        }

            #zzsc .abgne-controls li.current {
                color: #fff;
                background-color: #ad9674;
            }

.jd_body {
    height: 385px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    float: left;
}

    .jd_body img {
        vertical-align: bottom;
    }

.jd_ad_slide {
    width: 482px;
    height: 385px;
    float: left;
    position: relative;
}

.jd_ad_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.jd_ad_btn {
    position: absolute;
    right: 3px;
    bottom: 8px;
}

.jd_ad_btn_a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    background-color: #a55a3b;
    color: #fff;
    float: left;
}

    .jd_ad_btn_a:hover {
        text-decoration: none;
        color: #fff;
    }

.jd_ad_btn .active {
    background-color: #ad9674;
}

.jd_service {
    width: 310px;
    padding-top: 230px;
    float: right;
}

.jd_nav_x {
    height: 30px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.js_nav_a {
    width: 24.9%;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-family: 'microsoft yahei';
    float: left;
    padding: 5px 0;
}

.jd_nav_x .active {
    color: #E4393C;
}

.jd_service_con {
    height: 136px;
    border: 1px solid #f1f1f1;
    border-top: 2px solid #aaa;
    position: relative;
}

.jd_service_img {
    position: absolute;
    display: none;
}

.jd_point_line {
    position: absolute;
    top: -2px;
    left: 0;
    z-index: 1;
    width: 25%;
    border-bottom: 2px solid #E4393C;
    text-align: center;
}

.jd_point_cor {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -5px;
    overflow: hidden;
    border-color: transparent transparent #E4393C;
    border-style: dashed dashed solid;
    border-width: 5px;
}

.footer {
    background-color: #f8f7f5;
    margin: 0 auto;
}

.footer-link-left {
    float: left;
    width: 860px;
    padding: 40px 0;
}

.footer-link-left-title {
    width: 860px;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    color: #333;
}

.footer-link-left-list {
    width: 860px;
    float: left;
}

    .footer-link-left-list ul li {
        width: 172px;
        float: left;
        font-size: 14px;
        line-height: 30px;
        font-weight: 400;
    }

.footer-link-right {
    float: right;
    width: 525px;
    padding: 60px 0 0;
}

    .footer-link-right ul li {
        float: left;
        font-size: 12px;
        text-align: center;
        padding: 0 10px;
    }

        .footer-link-right ul li p {
            line-height: 30px;
            text-align: left;
            color: #6B6B6B;
        }

.footer-copyright {
    background-color: #515151;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin: 0 auto;
}

.js-silder {
    position: relative;
    width: 1360px;
    float: left;
    z-index: 1;
}

.silder-scroll {
    width: 100%;
    overflow: hidden;
}

.silder-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.silder-main-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

    .silder-main-img img {
        width: 100%;
    }

.js-silder-ctrl {
    width: 100%;
    text-align: center;
}

.silder-ctrl-prev, .silder-ctrl-next {
    position: absolute;
    top: 0;
    width: 8%;
    height: 100%;
    vertical-align: middle;
    cursor: pointer;
    color: #fff;
    font-family: 宋体;
    font-size: 52px;
    font-weight: 600;
    text-shadow: #666 2px 2px 5px;
}

.silder-ctrl-prev {
    left: 0;
    text-align: left;
}

.silder-ctrl-next {
    right: 0;
    text-align: right;
}

    .silder-ctrl-prev > span, .silder-ctrl-next > span {
        position: absolute;
        top: 50%;
        margin-top: -40px;
    }

.silder-ctrl-prev > span {
    left: 10px;
}

.silder-ctrl-next > span {
    right: 10px;
}

.silder-ctrl-con {
    display: inline-block;
    width: 15px;
    height: 15px;
    cursor: pointer;
    margin: 20px 10px;
}

    .silder-ctrl-con > span {
        display: block;
        line-height: 15px;
        border-radius: 25px;
        text-indent: -9999px;
        overflow: hidden;
        cursor: pointer;
        background-color: #e4e4e4;
    }

    .silder-ctrl-con.active > span {
        background-color: #d4b586;
    }

.manu {
    text-align: center;
    width: 1030px;
    float: left;
    padding: 20px 0;
}

    .manu A {
        border-right: #eee 1px solid;
        border-top: #eee 1px solid;
        border-left: #eee 1px solid;
        color: #b49664;
        border-bottom: #eee 1px solid;
        text-decoration: none;
        margin: 2px;
        padding: 2px 5px;
    }

    .manu .current {
        border-right: #b49664 1px solid;
        border-top: #b49664 1px solid;
        font-weight: 700;
        border-left: #b49664 1px solid;
        color: #fff;
        border-bottom: #b49664 1px solid;
        background-color: #b49664;
        margin: 2px;
        padding: 2px 5px;
    }

    .manu .disabled {
        border-right: #eee 1px solid;
        border-top: #eee 1px solid;
        border-left: #eee 1px solid;
        color: #ddd;
        border-bottom: #eee 1px solid;
        margin: 2px;
        padding: 2px 5px;
    }

fieldset, img, #zzsc a img {
    border: none;
}

legend, .hide {
    display: none;
}

ul, dl {
    list-style: none;
    margin: 0;
    padding: 0;
}

.pull-right, .main-left-title p, .main-left-title1 p, .main-right-title p, .main-right-title2 p {
    float: right;
}

.header, .footer-link {
    width: 1400px;
    margin: 0 auto;
}

.main-left-title h2, .main-right-title2 h2 {
    font-size: 24px;
    color: #D4B686;
    float: left;
    font-weight: 400;
    font-style: normal;
}

.main-left-title p a, .main-left-imglist ul li p a, .main-right-title2 a {
    color: #D4B686;
}

.main-left-title1 h2, .main-right-title h2, .main-right-title1 h2 {
    font-size: 24px;
    color: #A55A3C;
    float: left;
    font-weight: 400;
    font-style: normal;
}

.main-left-title1 p a, .main-right-title p a, .Menubox span a {
    color: #D7D7D7;
}

    .main-left-title1 p a:hover, .main-right-title p a:hover, .main-pagingright-submenu p a:hover, .Menubox span a:hover, .Contentbox ul li p a:hover {
        color: #A55A3C;
    }

.main-left-imglist, .newbox {
    width: 1030px;
    float: left;
}

.main-right-title1, .main-right-title2 {
    width: 280px;
    height: 66px;
    line-height: 66px;
    float: left;
}

.main-right-list, .main-right-list1 {
    width: 280px;
    float: left;
}

    .main-right-list1 ul li p a, #jsddm li a:hover {
        color: #b49664;
    }

.main-pagingleft-nav ul li a:hover, .main-pagingleft-nav .cc {
    background: url(../images/img_14.png) no-repeat 40px 3px;
    color: #B49664;
}

.main-pagingright-subnav p a:hover, .main-pagingright-piclist ul li h3 a:hover, .main-pagingright-submenu p a, .main-pagingright-newlist ul li h2 a:hover, .main-pagingright-newlist1 ul li h2 a:hover {
    color: #B49664;
}

.main-pagingright-newlist, .main-pagingright-newlist1 {
    float: left;
    width: 1030px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    padding: 20px 0;
}

    .main-pagingright-newlist ul li, .main-pagingright-newlist1 ul li {
        width: 1020px;
        float: left;
        border-bottom: #ccc 1px dashed;
        padding: 20px 0 20px 10px;
    }

        .main-pagingright-newlist ul li h2 a, .main-pagingright-newlist1 ul li h2 a {
            color: #333;
        }

.Menubox ul, .Contentbox ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.manu A:hover, .manu A:active {
    border-right: #a55a3c 1px solid;
    border-top: #a55a3c 1px solid;
    border-left: #a55a3c 1px solid;
    color: #a55a3c;
    border-bottom: #a55a3c 1px solid;
}

.myinput {
}

.shorttitle {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.shorttitle2 {
    width: 200px;
    white-space: normal;
    border: 1px solid #000;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2; /* 设置超出多少行隐藏 */
    -webkit-box-orient: vertical;
    display: -webkit-box; /* 设置 display 为 -webkit-box 或者 -webkit-inline-box 时为隐藏状态 */
}


.pop {
    display: none;
    width: 600px;
    min-height: 510px;
    max-height: 750px;
    height: 510px;
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 9999;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
    _position: absolute;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat')? documentElement.scrollTop + (document.documentElement.clientHeight - this.offsetHeight)/2: /**/ /*IE6*/
    document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2); /**/ /*IE5 IE5.5*/
}

.pop1 {
    display: none;
    width: 600px;
    min-height: 5650px;
    max-height: 750px;
    height: 650px;
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    padding: 25px;
    z-index: 9999;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 3px 18px rgba(100, 0, 0, .5);
    _position: absolute;
    _top: expression(eval(document.compatMode && document.compatMode=='CSS1Compat')? documentElement.scrollTop + (document.documentElement.clientHeight - this.offsetHeight)/2: /**/ /*IE6*/
    document.body.scrollTop + (document.body.clientHeight - this.clientHeight)/2); /**/ /*IE5 IE5.5*/
}

.pop-top {
    height: 40px;
    width: 100%;
    border-bottom: 1px #E5E5E5 solid;
    margin: 0 auto;
}

    .pop-top h2 {
        float: left;
        display: black;
    }

    .pop-top span {
        float: right;
        cursor: pointer;
        font-weight: bold;
        display: black;
    }

.pop-foot {
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-top: 1px #E5E5E5 solid;
    text-align: right;
    margin: 0 auto;
}

.pop-cancel, .pop-ok {
    padding: 8px 15px;
    margin: 15px 5px;
    border: none;
    border-radius: 5px;
    background-color: #337AB7;
    color: #fff;
    cursor: pointer;
}

.pop-cancel {
    background-color: #FFF;
    border: 1px #CECECE solid;
    color: #000;
}

.pop-content {
    overflow: hidden;
    padding-bottom: 10px;
}

.pop-content-box {
    width: 580px;
    float: left;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 16px;
}

    .pop-content-box ul {
    }

        .pop-content-box ul li {
            width: 580px;
            line-height: 35px;
            float: left;
            margin-bottom: 10px;
        }

            .pop-content-box ul li p {
                float: left;
                width: 80px;
                text-align: right;
                line-height: 35px;
                padding-right: 10px;
            }

            .pop-content-box ul li span {
                float: left;
                width: 480px;
            }

.bgPop {
    background: #000;
    display: none;
    filter: alpha(opacity = 50);
    opacity: 0.5;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 129;
    position: fixed;
    _position: absolute;
    _left: expression(documentElement.scrollLeft + documentElement.clientWidth - this.offsetWidth);
    _top: expression(documentElement.scrollTop + documentElement.clientHeight - this.offsetHeight);
}

.footer-copyright a {
    color: #fff;
}

.main-pagingright-newlist .wl {
    display: block;
    color: #999;
    background-color: #cccccc;
    float: left;
    text-align: center;
    border-radius: 25px;
    padding: 5px 30px;
    font-style: normal
}
