@charset "utf-8";
body{
    background: #fff url("../images/body_bg.jpg") repeat-x bottom left;
    position: relative;
}
body .main,
body .header,
body .footer{
    z-index: 5;
    position: relative;
}
.body-L{
    position: absolute;
    bottom: 174px;
    left: 0;
    background: url("../images/body_left_bg.png") no-repeat;
    width: 460px;
    height: 748px;
    z-index: 1;
}
.body-Rt{
    position: absolute;
    top: 198px;
    right: 0;
    background: url("../images/body_right_tbg.png") no-repeat;
    width: 434px;
    height: 644px;
    z-index: 1;
}
.body-Rb{
    position: absolute;
    bottom: 174px;
    right: 0;
    background: url("../images/body_right_bbg.png") no-repeat;
    width: 350px;
    height: 306px;
    z-index: 1;
}
.banner{
    background-color: transparent;
    margin-right: auto;
    margin-left: auto;
}
.banner .fullSlide .hd{
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.banner .fullSlide .hd ul li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    margin: 0 8px;
    border-radius: 50%;
    background-color: white;
    font-size: 0;
    width: 15px;
    height: 15px;
}
.banner .fullSlide .hd ul li.on{
    background-color: #7e27c1;
}
.banner .fullSlide .prev,
.banner .fullSlide .next{
    position: absolute;
    top: 50%;
    margin-top: -12px;
    opacity: 0;
    filter:"alpha(opacity=0)";
}
.banner .fullSlide .prev{
    left: 13%;
}
.banner .fullSlide .next{
    right: 13%;
}
.banner .fullSlide .prev i,
.banner .fullSlide .next i{
    font-size: 30px;
    color: black;
    opacity: .5;
    filter:"alpha(opacity=50)";
}
.pic-list ul li img{
    border-radius: 4px;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .3 );
    box-shadow: 0 0 8px rgba(0, 0, 0, .3 );
}

/*第一行开始*/
.item-name {
    border-bottom: 1px solid #009631;
}
.item-name i{
    font-size: 40px;
    color: #10a5f2;
    position: relative;
    top: 5px;
}
.tList .item-name i{
    color: #f29a10;
    position: relative;
    top: 5px;
}
.item-name .more{
    /*color: #572485;*/
}
.pt-news-silde{
    width: 700px;
}
.pt-news-silde .news-msg{
    width: 283px;
    margin-left: 35px;
    height: auto;
}
.newsSlide .bd ul li{
    width: 700px;
}
.newsSlide .bd ul li .time{
    color: #009631;
}
.newsSlide .bd ul li p{
    color: #7b7b7b;
}
.newsSlide .hd{
    position: absolute;
    bottom: 15px;
    left: 410px;
    z-index: 6;
}
.newsSlide .hd ul li{
    display: inline-block;
    *display: inline;
    zoom: 1;
    cursor: pointer;
    margin: 0 5px;
    border-radius: 50%;
    background-color: #c8c8c8;
    font-size: 0;
    width: 14px;
    height: 14px;
}
.newsSlide .hd ul li.on{
    background-color: #009631;
}
.row1 .tlist ul li{
    line-height: 45px;
}
.row1 .tlist ul li i{
    color: #633abe;
}
.tList{
    width: 420px;
    margin-left: 40px;
}
.tList .list li{
    width: 100%;
}
.tList .list li .time{
    width: 58px;
}
.tList .list li .time p.d{
    font-size: 25px;
    color: #333;
    line-height: 40px;
    background-color: #ebedef;
}
.tList .list li .time p.y{
    font-size: 12px;
    line-height: 25px;
    color: white;
    background-color: #009631;
}
.tList .list li .title{
    width: 336px;
}
/*第一行结束*/
/*第二行开始*/
.row2 .item-plist-name{
    height: 50px;
    background-color: #076538;
}
.row2 .item-plist-name i{
    position: relative;
    top: 5px;
    font-size: 40px;
    color: #fff;
}
.row2 .item-plist-name .more{
    color: white;
}
.row2 .plist-slide{
    padding-bottom: 60px;
}
.row2 .plist li{
    width: 224px;
    margin-right: 20px;
    overflow: hidden;
}
.row2 .plist li.last{
    margin-right: 0;
}
.row2 .plist li p{
    line-height: 44px;
    background-color: #f1f0f0;
}
/*第二行结束*/
/*第三行开始*/
/*hover*/
.row1 .tlist ul li:hover a,
.row2 .tlist li:hover .title,
.tList .list li .title:hover,
.item-name .more:hover{
    color: #009631;
}
.header li a:hover,
.row2 .item-plist-name .more:hover{
    color: #e1ff00;
}
.row2 .plist li:hover p{
    color: #009631;
}