/* banner S */

/* .banner {
    height: 600px;
    overflow: hidden;
}

.banner li {
    overflow: hidden;
}

.banner li img {
    position: relative;
    height: 600px;
    left: 50%;
    margin-left: -960px;
} */


/* 本例子css */

.slideBox {
    height: 600px;
    overflow: hidden;
    position: relative;
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    z-index: 1;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.slideBox .hd ul li {
    float: left;
    margin-right: 2px;
    width: 15px;
    height: 15px;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
}

.slideBox .hd ul li.on {
    background: #f00;
    color: #fff;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
    width: 1920px;
    left: 50%;
    margin-left: -960px
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    display: block;
}

/* banner E */


/* section S */

.section-con {
    margin: 0 auto;
    width: 1200px;
}

.section-title {
    font-size: 24px;
    color: #666;
}

.section-title .btn-more {
    float: right;
    display: block;
    width: 80px;
    height: 25px;
    background-image: url('../images/icons.png');
    background-repeat: no-repeat;
}

.section-title .btn-more:hover {
    background-position: 0 -25px;
}

.section1 {
    height: 514px;
}

.section1 .section-title {
    padding-top: 55px;
}

.section1 ul {
    margin-top: 57px;
}

.section1 li {
    float: left;
    margin-left: 165px;
}

.section1 li:first-child {
    margin-left: 0;
}

.section1 li a {
    display: block;
    width: 464px;
    text-decoration: none;
}

.section1 li a img {
    display: block;
    width: 464px;
    height: 232px;
}

.section1 li a p {
    text-align: center;
    font-size: 18px;
    color: #666;
    padding-top: 10px;
}

.section2 {
    padding-top: 50px;
    height: 550px;
    background: #fff;
}

.section2 .section-title {
    padding-top: 0px;
}

.section2 ul {
    margin-top: 74px;
}

.section2 li {
    float: left;
    width: 360px;
    margin-left: 60px;
}

.section2 li:first-child {
    margin-left: 0;
}

.section2 .news {
    position: relative;
    display: block;
    text-decoration: none;
    top: 0;
    -webkit-transition: top .5s;
    transition: top .5s;
}

.section2 .news * {
    -webkit-transition: padding .3s;
    transition: padding .3s;
}

.section2 .news-container {
    padding: 50px 40px;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
}

.section2 .news-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 33px;
    color: #aaa;
    height: 66px;
    overflow: hidden;
}

.section2 .news-content {
    font-size: 12px;
    line-height: 24px;
    color: #aaa;
    height: 72px;
    overflow: hidden;
}

.section2 .news-bar {
    padding-top: 21px;
    padding-bottom: 26px;
    background: #ccc;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.section2 .news-month {
    font-size: 48px;
    color: #aaa;
    margin-left: 40px;
    line-height: 1;
}

.section2 .news-year {
    font-size: 14px;
    color: #aaa;
    margin-left: 40px;
    line-height: 1;
}

.section2 .news-btn {
    display: block;
    float: right;
    width: 36px;
    height: 36px;
    margin-top: 6px;
    margin-right: 30px;
    opacity: 0;
    filter: alpha(opacity: 0);
    background: url('../images/icons.png') no-repeat 0 -50px;
}

.section2 .news:hover {
    top: -40px;
}

.section2 .news:hover .news-container {
    background: #e66b01;
    border-color: #e66b01;
    padding-top: 90px;
    padding-bottom: 61px;
}

.section2 .news:hover .news-title, .section2 .news:hover .news-content {
    color: #fff;
}

.section2 .news:hover .news-bar {
    padding-top: 38px;
    padding-bottom: 40px;
    border-color: #ccc;
}

.section2 .news:hover .news-month, .section2 .news:hover .news-year {
    color: #fff;
}

.section2 .news:hover .news-btn {
    opacity: 100;
    filter: alpha(opacity: 100);
}

.section3 {
    height: 500px;
}

/* section E */
