/*------------------------------------------------------------------------------------------------*/

li {
    list-style: none;
}

body {
    font-family: "微软雅黑";
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

a {
    color: black;
    text-decoration: none;
}

/*------------------------------------------------------------------------------------------------*/

#bannar {
    width: 1240px;
    margin: 0 auto;
}

    #bannar img {
        width: 100%;
    }


/*------------------------------------------------------------------------------------------------*/

#contentsdiv {
    margin: 0 auto;
    width: 1240px;
    height: 800px;
}

#leftnav {
    float: left;
    overflow: auto;
}

.pnav li:first-child, .pnav li:last-child {
    background-color: #0083D1;
    text-align: center;
    padding-left: 0px;
    width: 230px;
    font-size: 18px;
    font-weight: 800;
    color: #FFFFFF;
    border-bottom: 0px;
    line-height: 40px;
}

.pnav li:hover {
    -webkit-transform: rotatex(360deg);
    background-color: #BDB76B;
    -webkit-transition: transform 1s ease-in-out;
}

.pnav li {
    padding-left: 30px;
    line-height: 40px;
    width: 200px;
    background-color: #EEE9E9;
    border-bottom: 1px dashed #FFF5EE;
    font-size: 15px;
    color: #555555;
}

.pnav img {
    vertical-align: middle;
    margin-top: -4px;
}

.pnav a {
    color: #434343;
    font-size: 14px;
}

#hotP {
    float: left;
    overflow: auto;
    width: 1010px;
}

    #hotP li {
        top: 0px;
        width: 242px;
        height: 340px;
        vertical-align: top;
        text-align: center;
        background-color: #FFFFFF;
        float: left;
        margin: 0px 5px 10px 5px;
        -webkit-transition: all .3s ease;
        overflow: hidden;
        position: relative;
    }

        #hotP li:hover {
            -webkit-box-shadow: 5px 5px 10px #FFE4E1;
            top: -6px;
        }
#hotP img{
    width:201px;
    height:200px;
}
    #hotP a {
        color: #0083D1;
        font-size: 12px;
    }

    #hotP span {
        font-size: 13px;
        color: #888888;
    }

    #hotP p {
        top: 328px;
        width: 230px;
        position: absolute;
        font-size: 13px;
        color: #FFFFFF;
        background-color: #0083D1;
        padding: 10px;
        opacity: 0.8;
        -webkit-transition: all 0.3s ease;
    }

    #hotP li:hover p {
        top: 235px;
    }

    #hotP p span {
        color: yellow;
        margin-bottom: 5px;
    }


/*------------------------------------------------------------------------------------------------*/

#page {
    margin: 0 auto;
    width: 1010px;
    height: 50px;
    margin-top: 20px;
    margin-bottom: 50px;
    overflow: auto;
}

    #page ul {
        margin: 0 auto;
        width: 510px;
    }

        #page ul li {
            margin: 5px;
            width: 20px;
            height: 20px;
            float: left;
            border: 1px solid #EFEFEF;
            padding: 5px;
            text-align: center;
        }

    #page a {
        color: #555555;
        font-size: 14px;
    }


/*------------------------------------------------------------------------------------------------*/

#pcontects {
    float: left;
    width: 970px;
    padding: 20px;
    overflow: auto;
}

.pul li {
    float: left;
    border-bottom: 1px solid #E9E6E6;
    margin-right: 10px;
    width: 550px;
}
    .pul li:nth-of-type(1),
    .pul li:nth-of-type(2),
    .pul li:nth-of-type(3),
    .pul li:nth-of-type(4),
    .pul li:nth-of-type(5),
    .pul li:nth-of-type(6),
    .pul li:nth-of-type(7),
    .pul li:nth-of-type(8),
    .pul li:nth-of-type(9) {
        line-height:50px;
    }
    .pul li:nth-of-type(1) {
        width: 390px;
        height: 355px;
        border: 0px;
    }

        .pul li:nth-of-type(1) img {
            width: 350px;
            height: 350px;
        }

    .pul li:nth-of-type(2) {
        color: #0083D1;
        font-size: 18px;
        font-weight: 800;
    }

    .pul li:nth-of-type(7),
    .pul li:nth-of-type(8) {
        margin-top: 20px;
        margin-right: 50px;
        background-color: #0083D1;
        text-align: center;
        width: 130px;
        line-height: 40px;
        border: 1px solid #0083D1;
        border-radius: 8px;
    }

.pul a {
    color: #FFFFFF;
}

.pul li:nth-of-type(8) {
    background-color: #E7433B;
    border: 1px solid #E7433B;
}

    .pul li:nth-of-type(7):hover,
    .pul li:nth-of-type(8):hover {
        opacity: 0.8;
    }

.pul li:nth-of-type(9) {
    width: 985px;
    border-bottom: 1px solid #E9E6E6;
}

.pul li:nth-of-type(10) {
    width: 945px;
    border: 1px solid #E9E6E6;
    padding: 20px;
}

.pimg {
    border: 1px solid #E9E6E6;
}
.pul li:nth-of-type(10) img {
    max-width:80%;
}

/*------------------------------------------------------------------------------------------------*/

.lefthotp li {
    top: 0px;
    width: 228px;
    height: 370px;
    vertical-align: top;
    text-align: center;
    background-color: #FFFFFF;
    float: left;
    -webkit-transition: all .3s ease;
    overflow: hidden;
    position: relative;
    border: 1px solid #CDCAC8;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .lefthotp li:hover {
        -webkit-box-shadow: 5px 5px 10px #FFE4E1;
        top: -6px;
    }

.lefthotp a {
    color: #0083D1;
    font-size: 15px;
}

.lefthotp span {
    font-size: 13px;
    color: #888888;
}

.lefthotp p {
    top: 265px;
    width: 210px;
    position: absolute;
    font-size: 13px;
    color: #FFFFFF;
    background-color: #0083D1;
    padding: 10px;
    opacity: 0.8;
    -webkit-transition: all 0.3s ease;
}


    .lefthotp p span {
        color: yellow;
        margin-bottom: 5px;
    }

.lefthotp li a {
    text-align: center;
}

.lefthotp img {
    width: 228px;
    height: 228px;

}


/*------------------------------------------------------------------------------------------------*/

