
    .pic_warp {
        width: 100%;
    }
    .pic_warp > img {
        width: 100%;
        display: block;
    }
    .wz_warp {
        width: 100%;
        background: #1375ce;
        overflow: hidden;
    }
    .wz_warp .wz {
        height: 52px;
    }
    .wz_warp .wz .wz_left {
        width: 800px;
        height: 52px;
        float: left;
        font-size: 15px;
        color: #fff;
        line-height: 52px;
        position: relative;
    }
    .wz_warp .wz .wz_left > img {
        position: absolute;
        top: 16px;
        left: 0;
    }
    .wz_warp .wz .wz_left > span {
        padding-left: 40px;
        font-size: 15.5px;
        font-weight: bold;
    }
    .wz_warp .wz .wz_left > ul{
        position: absolute;
        top: 0;
        left: 130px;
    }
    .wz_warp .wz .wz_right {
        height: 52px;
        float: right;
        position: relative;
    }
    .wz_warp .wz .wz_right > a {
        font-size: 15px;
        color: #fff;
        line-height: 52px;
    }
    .wz_warp .wz .wz_right > img {
        position: absolute;
        top: 18px;
        left: -25px;
    }
    .content_warp {
        width: 100%;
        margin-bottom: 50px;
    }
    .content_warp .content .c_left {
        width: 285px;
        height: 678px;
        float: left;
    }
    .content_warp .content .c_left > ul > li {
        width: 285px;
        height: 55px;
        border-bottom: 1px solid #393939;
        position: relative;
    }
    .content_warp .content .c_left > ul > li > a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 15px;
        color: #393939;
        line-height: 55px;
        text-indent: 20px;
        transition: all .2s;
    }
    .content_warp .content .c_left > ul > li > img {
        position: absolute;
        top: 20px;
        right: 10px;
        opacity: 0;
        transition: all .2s;
    }
    .content_warp .content .c_left > ul > li.now2 > a {
        background: #1375ce;
        color: #fff;
    }
    .content_warp .content .c_left > ul > li.now2 > img {
        opacity: 1;
    }
    .content_warp .content .c_left > ul > li:hover > a {
        background: #1375ce;
        color: #fff;
        transition: all .2s;
    }
    .content_warp .content .c_left > ul > li:hover > img {
        opacity: 1;
        transition: all .2s;
    }
    .content_warp .content .c_right {
        width: 776px;
        float: right;
        overflow: hidden;
        margin-top: 55px;
    }
    .content_warp .content .c_right #allmap {
        width: 100%;
        height: 373px;
    }
    .content_warp .content .c_right .box {
        width: 100%;
        height: 159px;
        margin-top: 40px;
    }
    .content_warp .content .c_right .box .xx {
        width: 414px;
        float: left;
    }
    .content_warp .content .c_right .box .xx > p {
        font-size: 15px;
        color: #333333;
        margin-bottom: 20px;
    }
    .content_warp .content .c_right .box .ewm {
        width: 159px;
        height: 159px;
        float: right;
    }
    .content_warp .content .c_right .box .ewm > img {
        width: 100%;
        height: 100%;
    }
