@charset "UTF-8";
.nav .nav4{
    background:#041b30;
}
/*banner样式*/
.banner .bannerBg img{ 
    width:100%;
    min-width: 1200px;
    height: 500px;
}
.banner { 
    position: relative;
}
.banner .txt { 
    width:100%;
    height:auto;
    position: absolute;
    top:50%;
    left:0;
    text-align: center;
}
.banner .txt img{ 
    width:335px;
    height:77px;
    
}
/*面包屑导航样式*/
.bread { 
    width:100%;
    height:57px;
    line-height: 57px;
    margin-top: 30px;
    margin-bottom: 85px;
    background: #e6e6e6;
    font-size: 18px;
    color:#666;
}
.bread .breadLeft span {
    color: #333;
}
.bread .breadRight{
   /*width:256px; */
}
.bread .breadRight li{
     position: relative;
}
.bread .breadRight li:hover{
    color:#f14e0d !important;
    cursor:pointer;
}
.bread .breadRight .current{
    color:#f14e0d;
}
.bread .breadRight i{
    width:30px;
    height:1px;
    background-color: #f14e0d;
    display: inline-block;
    *display:inline;
    *zoom:1;
    position: absolute;
    bottom:1px;
    right:20px;
    display: none;
}
.bread .breadRight li:hover i{
    display:block!important;
}
.bread .breadRight2 {
    margin-right: 20px;
    margin-left: 20px;
}
/*新闻内容样式*/
.news {
    width:1200px;
    margin:0 auto;
    margin-bottom: 120px;
    overflow: hidden;
    text-align: left;
} 
.news .newsCon {
    width:3600px;
    font-size: 0;
}
.news .newsCon>li{
    display: inline-block;
    *display: inline;
    *zoom:1;
    width:1200px;
    
}
.news .newsCon .news1 .part1{
    padding:25px 0 15px 0;
    border-bottom:1px solid #b3b3b3;
    height:254px;
}
.news .newsCon .news1 a{
    float:left;
    width:400px;
    height:254px;
    display: inline-block;
    *display: inline;
    *zoom:1;
    overflow: hidden;
}
.news .newsCon .news1 .part1 img {
    margin-right: 40px;
}
.news .newsCon .news1 .part1 .txt1{
    float:right;
    width:740px;
    height:200px;
    float:right;
    padding-top: 27px;
    cursor:pointer;
}
.news .newsCon .news1 .part1 .txt1:hover p{
    color:#164e7f;
}
.news .newsCon .news1 h2{
    font-size: 22px;
    letter-spacing: 2px;
    padding:0;
}
.news .newsCon .news1  p{
    font-size: 16px;
    color:#595959;
    letter-spacing: 0.8px;
    text-align: justify;
    line-height: 25px;
    margin-top: 20px;
}
.news .newsCon .news1 span {
    margin-left: 90px;
}
.news .newsCon .news1 .last {
    margin-bottom: 27px;
}
.news .newsCon .news1 .pages {
    width:320px;
    margin:0 auto;
}
.news .newsCon .news1 .pages ul{
    font-size: 18px;
    padding-top:60px;
    width:100%;
    text-align: center;
}
.news .pages li{
    display: inline-block;
    *display: inline;
    *zoom:1;
    word-spacing: 5px;
}
.news .pages .pageFront{
    color:#999999;
}
.news .pages .pages01 {
    color:#f14e0d;
}
/*动效*/
.news .newsCon .news1 img{
    transition:all .5s;
}
.news .newsCon img:hover {
    transform:scale(1.2);
}
