.banner{
    width: 100%;
    margin-top: -45px;
}
.banner img{
    width: 100%;
    margin-top: -45px;
}
.company{
    width: 100%;
}
.cmp-one {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #999999;
    margin: 18px 0 50px 0;
    font-size: 19px;
    color: #ff6d34;
}
.cmp-one span {
    margin-left: 7px;
    font-size: 15px;
    color: #999999;
}
.cmp-left {
    width: 256px;
    float: left;
}
.cmp-left .title {
    width: 89%;
    height: 41px;
    background: #ff6d34;
    font-size: 14px;
    color: #BEE1FF;
    line-height: 41px;
    padding-left: 29px;
}
.cmp-left ul {
    border: 1px solid #D9D9D9;
}
.cmp-left li {
    width: 100%;
    height: 55px;
    line-height: 55px;
    position: relative;
    overflow: visible;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.cmp-left li a {
    font-size: 15px;
    color: #727272;
    padding-left: 18px;
    white-space: nowrap;
}
.cmp-left li:hover:before {
    content: " ";
    display: inline-block;
    position: absolute;
    width: 3px;
    height: 14px;
    background: #ff6d34;
    top: 23px;
    left: 5px;
}
.cmp-right {
    padding-left: 40px;
    width: 814px;
    float: left;
}
.cmp-right .tit {
    height: 34px;
    width: 278px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    font-size: 18px;
    color: #3B3B3B;
    background: url(../images/sjx.png) no-repeat left 6px;
    padding-left: 25px;
    margin-bottom: 30px;
}
.news-box{
    width: 100%;
    height: auto;
    display: inline-block;
}
.new-title{
    width: 100%;
    height: auto;
    display: inline-block;
    margin-top: 5%;
    margin-bottom: 4%;
}
.new-title h3{
    text-align: center;
    font-size: 22px;
    margin-bottom: 3%;
    letter-spacing: 1px;
    color: #333333;
    font-weight: normal;
}
.new-title p{
    text-align: center;
    font-size: 13px;
    color: #7c7c7c;
    background: #eeeeee;
    width: 89%;
    margin: 0 auto;
    padding: 9px 0;
}
.news-box p{
    font-size: 15px;
    line-height: 25px;
}