/********banner********/
#wrap{
    width: 100%;
    min-width: 300px;
    margin: 6px auto 30px;
    background: #fefefe;
}
.hiSlider{
    overflow: hidden;
    height: auto;
    width: 500px;
    background: #eee;
}
.hiSlider-item{
    float: left;
    height:auto;
    /*position: absolute !important;*/
}
.hiSlider-item img{
    display: block;
    width:100%;height:auto;
}
.showItem{
    width:390px;
    height:280px;
    overflow: hidden;
    position: relative;
}
.showItem>img{
    display: block;
    width:100%;
    height:100%;
}
.greyMotal{
    position: absolute;
    width:100%;
    height:100%;
    left:0;
    top:280px;
    background:rgba(0,0,0,.65) ;
    padding-top:25px;
}
.showTi{
    font-weight: bold;
    font-size: 38px;
    color:#fff;
    text-align: center;
}

.showTiEn{
    color: #afafaf;
    font-weight: bold;
    font: 24px "Century Gothic";
    text-align: center;
    margin: 5px 0 15px;
}
.showTiSmall{
    width:167px;
    height:47px;
    line-height: 47px;
    text-align: center;
    margin:25px auto;
    -webkit-transform:skew(-20deg);
    -moz-transform:skew(-20deg);
    -o-transform:skew(-20deg);
    -ms-transform:skew(-20deg);
    transform:skew(-20deg);
    border:1px solid #afafaf;
}
.showTiSmall a{
    color:#afafaf;
    font-size: 18px;
    margin:0 7px;
    padding-bottom:2px;
}
.showMoreBtn img{
    display: block;
    margin-top:10px;
}
.showTiSmall a:hover{
    text-decoration:underline;
}

.showMoreBtn{
    display: block;
    margin: auto;
    width:110px;
    height:35px;
}
.marginRT{
    margin-right:15px;
}
.newsCenTi{
    margin:30px 0;
}

.newsT1{
    font-size: 24px;
    color:#000;
}
.newsT2{
    font-size: 16px;
    color:#afafaf;
}
.newsCenter{
    margin-bottom:30px;
}
.newsList li:hover .newsTitle{
    color:#a10101;
}
.newsPicBox{
    width:390px;
    height:280px;
    overflow: hidden;
}
.newsPicBox img{
    display:block;
    width:100%;
    height:100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.newsPicBox img:hover{
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.newsTime{
    font-size: 14px;
    color:#666;
    height:50px;
    line-height:50px;
}
.newsTitle{
    color:#000;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*
.section{
    border-bottom:4px solid #dcdcdc;
}
*/
