@charset "utf-8";

/* CSS Document */

.main_text {
    position: relative;
    z-index: 2;
}

.banner {
    height: 380px;
    position: relative;
    z-index: 1;
}

.banner img {
    display: none;
    position: absolute;
    top: 0;
    left: -90px;
}

section {
    min-height: 500px;
    border-bottom: #d6d6d6;
    padding-bottom: 40px;
    display: block;
    width: 100%;
}

.indexBox {
    box-shadow: 0 0 6px #999;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px 5px 2px 2px;
    margin-top: -32px;
}

.indexBox h3 {
    height: 30px;
    border-radius: 5px 5px 0 0;
    line-height: 30px;
    background: linear-gradient(#fbfbfb, #d5d5d5 70%);
    background: -webkit-gradient(linear, 0 0, 0 70%, from(#fbfbfb), to(#d5d5d5));
    background: -moz-linear-gradient(#fbfbfb, #d5d5d5 70%);
    -pie-background: linear-gradient(#fbfbfb, #d5d5d5 70%);
}

.indexBox h3 span {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    padding-left: 40px;
    font-family: microsoft yahei;
}

.indexBox h3 a {
    color: #666666;
    padding: 0 10px;
}

.newsBox {
    width: 273px;
    height: 204px;
    position: relative;
}

.newsBox h3 span {
    display: inline-block;
    width: 180px;
    height: 30px;
}

.newsList {
    padding: 18px 15px 0 10px;
}

.newsList li {
    border-bottom: 1px solid #f0f0f0;
    height:30px;overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 2.4;
}

.newsList li a {
    color: #666666;
}

.newsList li a:hover {
    text-decoration: none;
    color: #000;
}

.newsList li span {
    padding: 0 10px;
}

.newsList li.bbn {
    border-bottom: none;
}

.proBox {
    margin-left: 10px;
    width: 660px;
    height: 204px;
    position: relative;
}

.proBox .btn {
    display: inline-block;
    width: 17px;
    height: 39px;
    position: absolute;
    top: 100px;
    cursor: pointer;
}

.proBox .lastBtn {
    background: url(../images/btn_last.jpg) no-repeat;
    left: 10px;
}

.proBox .nextBtn {
    background: url(../images/btn_next.jpg) no-repeat;
    left: 637px;
}

.proBox h3 span {
    cursor: pointer;
    padding: 0 10px;
    display: inline-block;
    border-radius: 5px 5px 0 0;
}

.proBox h3 span.cur {
    background: #fff;
    box-shadow: 0 -2px 3px #999;
    display: inline-block;
}

.proBox h3 a {
    display: inline-block;
    width: 25px;
    margin-left: 420px;
}

.proBox .tabCon {
    display: none;
}

.proList {
    padding-top: 22px;
    height: 131px;
    *height: 127px;
    overflow: hidden;
    position: relative;
    float: left;
}

.proList li {
    float: left;
    padding-right: 15px;
    height: 131px;
    width: 119px;
    overflow: hidden;
}

.proList img {
    padding-bottom: 8px;
    width: 119px;
}

.scrollBox {
    width: 586px;
    overflow: hidden;
    height: 155px;
    position: relative;
    margin-left: 42px;
}

.scroll {
    width: 99999em;
    position: relative;
}

.linkBox {
    margin-top: -32px;
    position: relative;
}

#yz {
    background: url(../images/link_box.jpg) no-repeat;
    height: 40px
}

.linkList {
    width: 194px;
    height: 96px;
    overflow: hidden;
    overflow-y: scroll;
}

.linkList p {
    padding-bottom: 10px;
    text-align: center;
    padding-right: 10px;
}

.linkList p.pb0 {
    padding-bottom: 0;
}

.bannerIco {
    position: absolute;
    bottom: 46px;
    right: 0px;
}

.bannerIco li {
    height: 10px;
    width: 20px;
    background: #000;
    float: left;
    margin-right: 5px;
}

.bannerIco li a {
    display: block;
    height: 10px;
    width: 20px;
}

.bannerIco li a:hover,
.bannerIco li a.cur {
    background: #A2A2A2;
}


/*-------------------------------IE Bug----------------------------
.indexBox h3{*background:#e2e2e2;}
.indexBox{*border:1px solid #ccc;}*/

.proBox h3 span.cur {
    color: red\9;
}