.leftNav .childUl li:first-child {
    display: block!important;
}
.leftNav .childUl li:last-child {
    padding-left: 0!important;
}
.newbanner{
    width: 100%;
    height: 1.6rem;
    font-size: 0;
    line-height: 1.6rem;
    color: #000;
    background:#fff;
}
.newbanner h2{
    display: inline-block;
    vertical-align: middle;
    font-size: 0.5rem;
    padding-left: 8%;
}
.list{
    width: 100%;
    list-style: none;
    overflow: hidden;
    /* padding: 0 10%; */
}
.item{
    width: 100%;
    position: relative;
    height: 9rem;
    background-image:url("../images/itemBg1.png");
    background-repeat: no-repeat;
    background-size:auto 100%;
    background-position:center center;
    background-color:#fff;
}
.item:first-child{
    background-color:rgba(21,21,26,0.7)
}
.item:nth-child(2){
    background-image:url("../images/itemBg2.png");
}
/*.item>img{*/
    /*width: 100%;*/
/*}*/
.itemDet{
    width: 44.27%;
    position: absolute;
    top: 11.5%;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.item:nth-child(2) .itemDet img{
    -webkit-box-shadow: 0.1rem 0.1rem 0.2rem rgba(54, 37, 20, 0.18);
    -moz-box-shadow: 0.1rem 0.1rem 0.2rem rgba(54, 37, 20, 0.18);
    box-shadow: 0.1rem 0.1rem 0.2rem rgba(54, 37, 20, 0.18);
}
.itemTitle{
    font-size: 0.4rem;
    line-height: 0.72rem;
    padding: 0.62rem 0 0.08rem;
    color: #fff;
}
.itemTitle>span{
    font-size: 0.6rem;
    font-weight: bold;
}
.itemDes{
    font-size: 0.28rem;
    line-height: 0.56rem;
    color: #fff;
}
.itemDes>span{
    font-size: 0.3rem;
}
.itemDes>span.logoText{
    font-size: 0.4rem;
    font-weight: bold;
}