#header{
    position: relative;
}
.newsBanner{
    width: 100%;
    height: 240px;
    background: url("/img/news/banner03(2).jpg") center top no-repeat;
    background-size: cover;
}
.newsContent{
    width: 1200px;
    height: 800px;
}
.newsNav{
    width: 1200px;
    height: 60px;
    margin-top: 50px;
}
.navOff{
    float: left;
    width: 299px;
    height: 60px;
    color: black;
    background: #ffffff;
    /*background:#d84032;*/
    text-align: center;
    line-height: 60px;
    cursor: pointer;
    border: 1px solid grey;
    border-bottom: none;
}
.navOn{
    color: #ffffff;
    background:#d84032;
    border:1px solid #d84032;
}
.newsImg{
    position: absolute;
    left: 30px;
    top: 30px;
}
.newsImg img{
    width: 292px;
    height: 123px;
}
.newsList{
    width: 1200px;
   height: auto;
    margin-top: 1px;
    border-top: 2px solid #d84032;
}
.companyNews li,.product li{
    position: relative;
    width: 1200px;
    height: 200px;
}
.companyNews li p:nth-of-type(1),.product li p:nth-of-type(1){
    top: 50px;
    position: absolute;
    left: 350px;
    font-size: 22px;
    width: 800px;
    height: 40px;
    /*border: 1px solid black;*/
    overflow: hidden;
}
.companyNews li p:nth-of-type(2),.product li p:nth-of-type(2) {
    left: 350px;
    top: 100px;
    position: absolute;
    font-size: 14px;
    color: grey;
    width: 800px;
    /*border: 1px solid black;*/
    max-height: 50px;
    overflow: hidden;
}
.newListDate{
    position: absolute;
    right: 50px;
    top: 55px;
    color: grey;
    font-size: 14px;
}
.product{
    display: none;
}
.navOff:after{
    content: '\25E5';
    position: relative;
    top: -21px;
    left: 110px;
}
.companyNewsNumber,.productNumber{
    /*width: 120px;*/
    height: 30px;
    text-align: center;
    margin-top: 20px;
}
.productNumber{
    display: none;
}
.companyNewsNumber li,.productNumber li{
    width: 33px;
    height: 33px;
    float: left;
    line-height: 33px;
}
.newsLeft,.newsRight{
    width: 33px;
    height: 33px;
    background: #d84032;
    text-align: center;
    line-height: 33px;
    color: #ffffff;
}
.detailContent{
    width: 1200px;
    min-height: 800px;
    margin-top: 80px;
}
.detailHeader{
    width: 1200px;
    text-align: center;
    height: 130px;
    border-bottom: 1px solid black;
    position: relative;
}
.detailHeader p{
    font-size: 28px;
    margin-top: 100px;
}
.fenxiang{
    position: absolute;
    right:162px;
    bottom: 20px;
}
.fenxiangIcon{
    position: absolute;
    right: 0px;
    bottom: 20px;
}