@charset "UTF-8";
/*************************** 全局样式 Begin ***************************/

body,
ul,
ol,
li,
form,
fieldset,
img,
div,
h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: "黑体", '宋体';
}

ul,
ol,
li {
    list-style-type: none;
}

td,
table,
input {
    font-size: 15px;
    color: #333;
}

a:link,
a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #1768e4;
    text-decoration: none;
    cursor: pointer;
}
#p{
    width: 1200px;
    margin: 100px auto;
    font-size: 25px;
    text-indent: 2em;
    line-height: 40px;
    margin-top: 400px;
}
.container{
    width: 1200px;
    margin: 160px auto;
}


.slideContainer .prev,
.slideContainer .next {
    position: absolute;
    width: 50px;
    height: 101%;
    overflow: hidden;
    cursor: pointer;
    top: 0;
    z-index: 9;
}

.slideContainer .next {
    right: -56px;
    background: url(next.png) center no-repeat;
}

.slideContainer .prev {
    left: -40px;
    background: url(pre.png) center no-repeat;
}

.slideContainer{
    height: 600px;
    position: relative;
    overflow: visible!important;
}

.slideContainer .bd {
    zoom: 1;
    overflow: hidden;
}

.slideContainer .bd li {
    float: left;
    width: 33.33%;
    height: 600px;
}

.slideContainer .bd li img {
    display: block;
    width: 96%;
    margin: 0 4%;
    height: 100%;
}

.slideContainer:hover .prev,
.slideContainer:hover .next {
    display: block;
}
