﻿@charset "utf-8";
/* CSS Document */

body {
    background-color: #f0f0f0;
    color: #444;
    font-family: "Microsoft YaHei", arial, Verdana, "宋体";
    font-size: 14px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, hr, button, lable, p, input, img {
    margin: 0;
    list-style: none;
    padding: 0;
    border: 0;
}

address, caption, cite, code, dfn, em, b, i, th, var, strong {
    font-weight: normal;
    font-style: normal;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:link {
        color: #444;
        text-decoration: none;
    }

    a:visited {
        color: #444;
        text-decoration: none;
    }

    a:hover {
        color: #444;
        text-decoration: underline;
    }

    a:focus {
        outline: none;
        -moz-outline-style: none;
    }

input {
    outline: none;
}

.font_num {
    font-family: Helvetica, Georgia, Arial, sans-serif;
}

.font_orange {
    color: #ed7c28;
}

.font_gray {
    color: #888;
}

.font_green {
    color: #f4981d;
}

.font_yellow {
    color: #ffac2e;
}

input, textarea {
    font-family: "Microsoft YaHei", arial, Verdana, "宋体";
}

    input::-webkit-input-placeholder {
        color: #888;
        font-size: 14px;
    }

    input::-moz-placeholder {
        color: #888;
        font-size: 14px;
    }
    /* firefox 19+ */
    input:-ms-input-placeholder {
        color: #888;
        font-size: 14px;
    }
    /* ie */
    input:-moz-placeholder {
        color: #888;
        font-size: 14px;
    }
/*清除浮动*/
.clearfix:after, .clearfix:before {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
    overflow: hidden;
}

/* 顶部 */

.head {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

.top {
    height: 35px;
    background-color: #f0f0f0;
    width: 100%;
}

.top_cont {
    width: 1200px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    font-size: 12px;
}

.top_left {
    float: left;
}

    .top_left a {
        margin-right: 20px;
    }

.top_right {
    float: right;
}

    .top_right a {
        margin-left: 10px;
    }

    .top_right span {
        margin-left: 10px;
        color: #cacaca;
    }

.top_cont a:hover {
    color: #003a7e;
}

.head_mid {
    height: 80px;
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.logo {
    background: url(../../pic/Web/logo.png) left center no-repeat;
	background-size:contain;
    width: 176px;
    height: 80px;
    float: left;
}


.city_selected {
    position: absolute;
    left: 180px;
    top: 50%;
    margin-top: -18px;
    height: 36px;
    width: 80px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

    .city_selected p {
        display: block;
        font-size: 16px;
        color: #ed7c28;
        text-indent: -10px;
    }

.set_city {
    background: url(../../pic/Web/date_arrow.png) 60px 15px no-repeat;
    position: relative;
}

.select_city {
    background: url(../../pic/Web/date_arrow2.png) 60px 15px no-repeat;
}

.city_list {
    width: 240px;
    position: absolute;
    left: -1px;
    border: 1px solid #ddd;
    display: none;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 0px 3px 2px rgba( 221, 221, 221,0.3 );
}

.city_selected ul {
    padding: 10px;
}

    .city_selected ul li {
        width: 70px;
        line-height: 30px;
        float: left;
        border-radius: 3px;
        margin: 5px;
    }

        .city_selected ul li:hover {
            background: #ed7c28;
            color: #fff;
        }




.search {
    width: 320px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ed7c28;
    float: right;
    margin-top: 20px;
}

    .search span {
        display: block;
        height: 38px;
        line-height: 38px;
        color: #ed7c28;
        width: 80px;
        text-align: center;
        float: left;
        position: relative;
    }

        .search span:after {
            position: absolute;
            right: 0;
            top: 5px;
            z-index: 9;
            content: "";
            height: 30px;
            width: 1px;
            background-color: #ed7c28;
        }

    .search input {
        border: 0;
        height: 40px;
        line-height: 40px;
        width: 150px;
        float: left;
        text-indent: 10px;
    }

    .search a {
        display: block;
        height: 40px;
        line-height: 40px;
        width: 80px;
        background-color: #ed7c28;
        text-align: center;
        color: #fff;
        float: right;
    }

        .search a:hover {
            background-color: #d7610a;
            text-decoration: none;
        }

.nav {
    width: 100%;
    height: 50px;
    background-color: #003a7e;
}

.nav_cont {
    width: 1200px;
    margin: 0 auto;
}

    .nav_cont ul li {
        float: left;
        height: 50px;
        line-height: 50px;
    }

    .nav_cont ul li {
        color: #fff;
        font-size: 16px;
        width: 120px;
        text-align: center;
        position: relative;
        cursor: pointer;
    }

        .nav_cont ul li.on {
            background-color: #ed7c28;
        }

            .nav_cont ul li.on > span {
                font-weight: bold;
            }

        .nav_cont ul li:hover {
            background-color: #ed7c28;
            text-decoration: none;
        }

        .nav_cont ul li.sub {
            text-indent: -5px;
        }

            .nav_cont ul li.sub:after {
                width: 16px;
                height: 9px;
                background: url(../../pic/Web/nav_arrow.png) left top no-repeat;
                content: "";
                position: absolute;
                right: 15px;
                top: 20px;
            }

            .nav_cont ul li.sub:hover:after {
                transform: rotate(180deg);
                -ms-transform: rotate(180deg);
                -moz-transform: rotate(180deg);
                -webkit-transform: rotate(180deg);
                -o-transform: rotate(180deg);
            }


.sub_menu {
    width: 120px;
    background-color: #ed7c28;
    padding: 0px;
    padding-top: 0;
    display: none;
    font-size: 14px;
}

    .sub_menu dd a {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        color: #fff;
        text-align: center;
        text-indent: -8px;
    }

        .sub_menu dd a:hover {
            text-decoration: none;
            background-color: #ffe1cb;
            color: #444;
        }

.nav_cont ul li.sub:hover .sub_menu {
    display: block;
}



.main {
    width: 1200px;
    margin: 30px auto;
    margin-bottom: 60px;
}

.float_l {
    float: left;
}

.float_r {
    float: right;
}

.index_news {
    width: 590px;
    background-color: #fff;
    min-height: 290px;
}

.news_title {
    height: 60px;
    line-height: 60px;
    width: 550px;
    margin: 0 auto;
    border-bottom: 1px solid #f0f0f0;
}

    .news_title span {
        font-size: 18px;
        font-weight: bold;
    }

    .news_title a {
        font-size: 12px;
        color: #003a7e;
        float: right;
    }

a.new_1 {
    display: block;
    width: 550px;
    margin: 20px auto;
    margin-bottom: 10px;
    overflow: hidden;
}

    a.new_1 img {
        float: left;
    }

    a.new_1 span {
        width: 316px;
        display: block;
        height: 36px;
        line-height: 36px;
        float: left;
        margin-left: 20px;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    a.new_1 p {
        display: block;
        width: 316px;
        line-height: 22px;
        margin-left: 20px;
        float: left;
    }

    a.new_1:hover span {
        color: #ed7c28;
    }

.news_other {
    width: 550px;
    margin: 0 auto;
}

    .news_other li {
        height: 24px;
        line-height: 24px;
    }

        .news_other li a.sort {
            color: #ed7c28;
            margin-right: 10px;
        }


.guapai {
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    min-height: 300px;
    border-top: 4px solid #ed7c28;
    overflow: hidden;
}

.guapai_title {
    height: 70px;
    line-height: 70px;
    background-color: #f6f6f6;
    position: relative;
}

    .guapai_title:before {
        content: "";
        position: absolute;
        left: 100px;
        height: 70px;
        background: url(../../pic/Web/title_bg.png) left top no-repeat;
        width: 50px;
        top: 0;
    }

    .guapai_title:after {
        content: "";
        position: absolute;
        left: 20px;
        width: 1180px;
        bottom: 0;
        background-color: #f0f0f0;
        height: 1px;
    }

    .guapai_title span {
        font-size: 18px;
        display: block;
        height: 70px;
        background-color: #fff;
        text-indent: 20px;
        width: 100px;
        float: left;
        font-weight: bold;
    }

.area {
    height: 70px;
    position: relative;
    left: 40px;
}

    .area li a {
        display: block;
        width: 60px;
        text-align: center;
        float: left;
        font-size: 16px;
    }

    .area li.on a {
        color: #ed7c28;
    }

        .area li.on a:hover {
            text-decoration: none;
        }


.guapai_map {
    width: 570px;
    height: 526px;
    float: left;
    margin: 20px;
}



.guapai_inf {
    float: right;
    width: 570px;
    margin-right: 20px;
    margin-top: 20px;
}

.inf_title {
    display: block;
    width: 100%;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}

.guapai_date {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

    .guapai_date td {
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        height: 30px;
        text-align: center;
        position: relative;
    }

        .guapai_date td a {
            display: block;
            width: 100%;
            height: 30px;
            line-height: 30px;
        }

            .guapai_date td a:hover {
                background-color: #ddd;
                text-decoration: none;
            }

            .guapai_date td a.today {
                background-color: #003a7e;
                color: #fff;
                text-decoration: none;
            }

            .guapai_date td a:hover .cr_inf {
                display: block;
            }

i.triangle {
    position: absolute;
    width: 0;
    height: 0;
    border-top: 10px solid #ed7c28;
    border-right: 10px solid transparent;
    left: 0;
    top: 0;
}

.guapai_date td a.btn_previous i {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 6px;
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-right: 8px solid #888;
    border-bottom: 8px solid transparent;
}

.guapai_date td a.btn_previous:hover {
    background-color: transparent;
}

    .guapai_date td a.btn_previous:hover i {
        border-right: 8px solid #ed7c28;
    }

.guapai_date td a.btn_next i {
    position: absolute;
    left: 50%;
    margin-left: -4px;
    top: 6px;
    display: block;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid #888;
    border-bottom: 8px solid transparent;
}

.guapai_date td a.btn_next:hover {
    background-color: transparent;
}

    .guapai_date td a.btn_next:hover i {
        border-left: 8px solid #ed7c28;
    }


.date_cont {
    width: 100%;
    height: 30px;
    background-color: #ddd;
}

.date_yy {
    width: 80px;
    height: 30px;
    position: absolute;
    left: 35px;
    top: 0;
    cursor: pointer;
}

    .date_yy p {
        display: block;
        line-height: 30px;
    }

.set {
    background: url(../../pic/Web/date_arrow.png) 70px 12px no-repeat;
    position: relative;
}

.select {
    background: url(../../pic/Web/date_arrow2.png) 70px 12px no-repeat;
}

.date_list {
    width: 80px;
    position: absolute;
    border: 1px solid #ddd;
    display: none;
    z-index: 999;
    box-shadow: 0px 0px 3px 2px rgba( 221, 221, 221,0.3 );
}

.date_yy ul li {
    line-height: 22px;
    background-color: #fff;
}

    .date_yy ul li:hover {
        background: #ddd;
        color: #444;
    }

.date_month {
    width: 60px;
    height: 30px;
    position: absolute;
    left: 125px;
    top: 0;
    cursor: pointer;
}

    .date_month p {
        display: block;
        line-height: 30px;
    }

.set_month {
    background: url(../../pic/Web/date_arrow.png) 50px 12px no-repeat;
    position: relative;
}

.select_month {
    background: url(../../pic/Web/date_arrow2.png) 50px 12px no-repeat;
}

.month_list {
    width: 60px;
    position: absolute;
    border: 1px solid #ddd;
    display: none;
    z-index: 999;
    box-shadow: 0px 0px 3px 2px rgba( 221, 221, 221,0.3 );
}

.date_month ul li {
    line-height: 22px;
    background-color: #fff;
}

    .date_month ul li:hover {
        background: #ddd;
        color: #444;
    }

.cr_inf {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    ;
    background-color: #ffe1cb;
    z-index: 999;
    color: #444;
    border: 1px solid #ed7c28;
    box-shadow: 0px 0px 3px 2px rgba( 0, 0, 0,0.1 );
    width: 180px;
    text-align: left;
    padding: 10px 20px;
}

    .cr_inf:before {
        height: 10px;
        width: 16px;
        content: "";
        position: absolute;
        left: 30px;
        top: -10px;
        z-index: 999;
        background: url(../../pic/Web/cr_inf_arrow.png) left top no-repeat;
    }

    .cr_inf font {
        font-weight: bold;
        line-height: 20px;
    }

    .cr_inf p {
        line-height: 20px;
    }

        .cr_inf p i {
            margin-left: 5px;
        }

.table_gp {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 12px;
}

    .table_gp td, .table_gp th {
        height: 40px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-align: center;
        background-color: #f6f6f6;
    }

    .table_gp th {
        height: 30px;
        background-color: #ddd;
        font-weight: bold;
    }

    .table_gp td {
    }

    .table_gp th:nth-of-type(1) {
        width: 40px;
    }

    .table_gp th:nth-of-type(2) {
        width: 80px;
    }

    .table_gp th:nth-of-type(3) {
        width: 120px;
    }

    .table_gp th:nth-of-type(4) {
        text-align: left;
        padding: 0 5px;
    }

    .table_gp th:nth-of-type(5) {
        width: 60px;
    }

    .table_gp th:nth-of-type(6) {
        width: 100px;
    }

    .table_gp td:nth-of-type(1) {
        width: 40px;
    }

    .table_gp td:nth-of-type(2) {
        width: 80px;
    }

    .table_gp td:nth-of-type(3) {
        width: 120px;
    }

    .table_gp td:nth-of-type(4) {
        text-align: left;
        padding: 0 5px;
    }

    .table_gp td:nth-of-type(5) {
        width: 60px;
    }

    .table_gp td:nth-of-type(6) {
        width: 80px;
    }


.yugao {
    width: 1200px;
    margin: 20px auto;
    background-color: #fff;
    border-top: 4px solid #1a8b4e;
    overflow: hidden;
}

.yugao_title {
    height: 70px;
    line-height: 70px;
    background-color: #f6f6f6;
    position: relative;
}

    .yugao_title:before {
        content: "";
        position: absolute;
        left: 100px;
        height: 70px;
        background: url(../../pic/Web/title_bg.png) left top no-repeat;
        width: 50px;
        top: 0;
    }

    .yugao_title:after {
        content: "";
        position: absolute;
        left: 20px;
        width: 1180px;
        bottom: 0;
        background-color: #f0f0f0;
        height: 1px;
    }

    .yugao_title span {
        font-size: 18px;
        display: block;
        height: 70px;
        background-color: #fff;
        text-indent: 20px;
        width: 100px;
        float: left;
        font-weight: bold;
    }

    .yugao_title .area li.on a {
        color: #1a8b4e;
    }

.yubao_list {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}

    .yubao_list ul {
    }

    .yubao_list a {
        display: block;
        float: left;
        margin-left: 10px;
        position: relative;
        height: 200px;
    }

.yugao_inf {
    width: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute;
    left: 0px;
    bottom: 0;
    height: 30px;
    line-height: 30px;
    text-align: center;
}

    .yugao_inf span {
        color: #fff;
    }

.yubao_list a:hover .yugao_inf {
    height: 40px;
    line-height: 40px;
}

.bottom {
    width: 100%;
    height: 140px;
    background-color: #dddddd;
}

.btm_cont {
    width: 1200px;
    position: relative;
    top: 20px;
    height: 100px;
    left: 50%;
    margin-left: -600px;
}

    .btm_cont img {
        float: left;
    }

.friend_link {
    width: 820px;
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
    float: left;
    margin-top: 5px;
}

    .friend_link span {
        font-weight: bold;
    }

    .friend_link a {
        margin-right: 25px;
    }

.btm_link {
    width: 820px;
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
    float: left;
}

    .btm_link a {
        margin-right: 20px;
    }

    .btm_link span {
        margin-right: 20px;
        color: #bbbbbb;
    }

.copy_right {
    width: 820px;
    height: 30px;
    line-height: 30px;
    margin-left: 30px;
    float: left;
    font-size: 12px;
}

.btm_tel {
    width: 200px;
    position: absolute;
    height: 60px;
    right: 0;
    top: 20px;
}

    .btm_tel span {
        display: block;
        height: 24px;
        line-height: 24px;
    }

    .btm_tel font {
        font-size: 24px;
    }

    .btm_tel:before {
        content: "";
        position: absolute;
        left: -30px;
        top: 0;
        z-index: 9;
        width: 1px;
        height: 60px;
        background-color: #bbb;
    }


.cluster {
    background-image: url(../../pic/Web/cluster.png);
    width: 54px;
    height: 54px;
    text-align: center;
    top: -10px;
    left: -10px;
    line-height: 54px;
    color: White;
}


.fixedHead {
    position: relative;
    top: expression(this.offsetParent.scrollTop-30);
}



a.new_1ist {
    display: block;
    width: 1200px;
    margin: 20px auto;
    margin-bottom: 10px;
    overflow: hidden;
}

    a.new_1ist img {
        float: left;
    }

    a.new_1ist span {
        width: 906px;
        display: block;
        height: 36px;
        line-height: 36px;
        float: left;
        margin-left: 20px;
        font-size: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    a.new_1ist p {
        display: block;
        width: 906px;
        line-height: 22px;
        margin-left: 20px;
        float: left;
    }

    a.new_1ist:hover span {
        color: #ed7c28;
    }


.news_list_title {
    height: 60px;
    line-height: 60px;
    width: 1170px;
    margin: 0 auto;
    border-bottom: 1px solid #f0f0f0;
}

    .news_list_title span {
        font-size: 18px;
        font-weight: bold;
    }

    .news_list_title a {
        font-size: 12px;
        color: #003a7e;
        float: right;
    }

.yearmonth {
    height: 70px;
    width: 90px;
    font-size: 14px;
    font-weight: bold;
}

    .yearmonth a {
        text-align: center;
        margin-top: 20px;
        display: block;
        width: 90px;
        height: 30px;
        line-height: 30px;
        border: solid;
        border-width: 1px;
        border-color: #ed7c28;
    }

        .yearmonth a:hover {
            background-color: #ddd;
            text-decoration: none;
        }

        .yearmonth a.today {
            background-color: #ed7c28;
            color: #fff;
            text-decoration: none;
        }

.simple_tab {
    border: 1px solid #ccc;
    border-right: 0;
    line-height: 17px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

    .simple_tab a {
        padding: 2px 3px;
        display: inline-block;
        color: #666;
        font-size: 12px;
        color: #666;
        border-right: 1px solid #ccc;
        height: 17px;
        text-align: center;
        float: left;
    }

        .simple_tab a:hover, .simple_tab a.current {
            color: #e31e00;
            text-decoration: none;
        }



.table_yg {
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-size: 12px;
}

    .table_yg td, .table_yg th {
        height: 40px;
        border-right: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        text-align: center;
        background-color: #f6f6f6;
    }

    .table_yg th {
        height: 30px;
        background-color: #ddd;
        font-weight: bold;
    }

    .table_yg td {
    }

    .table_yg th:nth-of-type(1) {
        width: 40px;
    }

    .table_yg th:nth-of-type(2) {
        width: 200px;
    }

    .table_yg th:nth-of-type(3) {
        text-align: left;
        padding: 0 5px;
    }

    .table_yg th:nth-of-type(4) {
        width: 200px;
    }

    .table_yg th:nth-of-type(5) {
        width: 120px;
    }

    .table_yg th:nth-of-type(6) {
        width: 120px;
    }

    .table_yg th:nth-of-type(7) {
        width: 120px;
    }

    .table_yg td:nth-of-type(1) {
        width: 40px;
    }

    .table_yg td:nth-of-type(2) {
        width: 200px;
    }

    .table_yg td:nth-of-type(3) {
        text-align: left;
        padding: 0 5px;
    }

    .table_yg td:nth-of-type(4) {
        width: 200px;
    }

    .table_yg td:nth-of-type(5) {
        width: 120px;
    }

    .table_yg td:nth-of-type(6) {
        width: 120px;
    }

    .table_yg td:nth-of-type(7) {
        width: 120px;
    }

.prosahover {
    border-bottom: 0px #fff solid;
    background-color: #ffe1cb;
    margin: 0;
    padding: 0px;
}

.prosmore {
    padding: 15px 0 15px 15px;
    position: absolute;
    z-index: 999;
    left: 120px;
    top: 48px;
    background-color: #ffe1cb;
    border: 2px #ed7c28 solid;
    border-left: 0 none;
    width: 440px;
    height: 260px;
}

.prosmoretitle {
    display: inline-block;
    color: black;
    text-align: center;
    /*line-height: 90px;*/
    background-color: transparent;
    border-bottom: 1px dashed #c9cbce;
    border-radius: 5px;
    margin: 15px;
    width: 100px;
    height: 100px;
    font-size: 16px;
}

 .prosmoretitlea {
     display: block;
        float: left;
        margin-left: 0px;
        position: relative;
        height: 100px;
}
    /*.prosmoretitle a {
        display: block;
        float: left;
        margin-left: 0px;
        position: relative;
        height: 100px;
    }*/

        .prosmoretitle .prosmore_inf {
            width: 100%;
            background-color: rgba(0,0,0,0.7);
            position: absolute;
            left: 0px;
            bottom: 0px;
            height: 30px;
            line-height: 30px;
            text-align: center;
        }

            .prosmoretitle .prosmore_inf span {
                color: #fff;
            }

        /*.prosmoretitle a:hover {
            display: block;
            float: left;
            margin-left: 0px;
            position: relative;
            height: 100px;
        }*/

