﻿body, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, fieldset, legend, input, textarea, select {
    margin: 0;
    padding: 0;
}

body {
    background: #fff;
    -webkit-text-size-adjust: 100%;
    font-size: 12px
}

a {
    color: #2d374b;
    text-decoration: none;
}

    a:hover {
        color: #cd0200;
    }

em {
    font-style: normal
}

li {
    list-style: none
}

img {
    border: 0;
    vertical-align: middle
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

p {
    word-wrap: break-word
}

.w_min_box {
    min-width: 1200px;
}

.w_clear:after {
    content: '';
    clear: both;
    display: block
}
.w_introduce_box{
    width:1200px;
    margin:0 auto;
}
.w_introduce_main {
    background: url(/zhan/img/jdzj_online_introduce_bg.png) left 80px no-repeat;
    min-height: 645px;
}
.w_introduce_main_title {
    padding-top: 55px;
    text-align: center;
}
.w_introduce_main_content {
    /*padding-left: 550px;*/
    padding-top: 74px;
    font-size: 16px;
    font-family: "微软雅黑";
    color: #333;
    line-height: 30px;
}
    .w_introduce_main_content p {
        margin-bottom: 30px;
    }
.w_introduce_venues_list {
    margin-bottom: 30px;
    padding: 40px 50px 0;
}
    .w_introduce_venues_list ul{
        width:1130px
    }
    .w_introduce_venues_list ul li {
        float: left;
        width: 540px;
        margin-right: 23px;
        margin-bottom: 116px;
        position: relative;
        background: #f6f6f6;
        border-radius: 8px;
        -moz-border-radius: 8px;
        -webkit-border-radisu: 8px;
    }
.w_introduce_venues_list ul li table {
    width: 540px;
    height: 200px;
}
.w_introduce_hover {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 540px;
    height: 200px;
    background: #000;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    display: none;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radisu: 8px;
}
.w_introduce_venues_list ul li:hover .w_introduce_hover {
    display: block;
}
.w_introduce_venues_list ul li table img {
    width: 540px;
    height: 200px;
}
.w_venues_title {
    position: absolute;
    left: 0px;
    top: 55px;
    width: 100%;
}
    .w_venues_title span {
        display: block;
        font-size: 36px;
        font-family: "微软雅黑";
        color: #fff;
        width: 100%;
        text-align: center;
        height: 65px;
        line-height: 65px;
    }
.w_venues_btn {
    display: block;
    width: 120px;
    height: 34px;
    line-height: 34px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "微软雅黑";
    background: #fd7300;
    margin: 0px auto;
}
    .w_venues_btn:hover{
        color:white
    }
    .w_venues_title2 {
        padding: 17px 17px;
        min-height: 34px;
        overflow: hidden;
    }
        .w_venues_title2 span {
            float: left;
            background: url(/zhan/img/jdzj_online_introduce_venues.png) left center no-repeat;
            width: 71px;
            height: 34px;
            line-height: 34px;
            font-size: 15px;
            font-family: "微软雅黑";
            color: #fff;
            padding-left: 13px;
        }
    .w_venues_title2 em {
        display: block;
        float: left;
        width: 408px;
        font-size: 16px;
        font-family: "微软雅黑";
        color: #333;
        line-height: 24px;
        margin-left: 13px;
        margin-top: 5px;
    }
/*楼梯*/
#menu {
    width: 125px;
    position: fixed;
    right: 0px;
    top: 130px;
    background: #fff;
}

    #menu li {
        text-align: center;
        line-height: 40px;
        border-bottom: 1px solid #e5e5e5;
        border-left: 1px solid #e5e5e5;
    }

        #menu li span.w_this {
            background: #ec6100;
            color: #fff;
            border: 1px solid #ec6100;
            border-bottom: 0px;
        }

        #menu li span {
            height: auto !important;
            line-height: 25px;
            padding: 5px 0px;
            display: block;
            font-size: 14px;
        }