body{
    background: #F2F2F2;
}
.wrap{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* border: 1px solid #f00; */
    background: #fff;
    padding: 40px 25px;
}
.leftMenu{
    float: left;
    width: 250px;
}
.layui-nav-tree{
    width: 250px !important;
}
.layui-nav{
    background-color: #FF0601 !important;
}
.layui-nav-tree .layui-nav-item{
    border-bottom: 1px solid #fff;
}
.layui-nav-tree .layui-nav-item a:hover{
    background-color: rgba(0,0,0,.3)!important;
}
.layui-nav-itemed>.layui-nav-child{
    background-color: #fff !important;
}
.layui-nav-tree .layui-nav-child a{
    color: #999 !important;
}
.layui-nav-tree .layui-nav-child dd.layui-this a,
.layui-nav-tree .layui-this>a{
    background-color: rgba(0,0,0,.3) !important;
    color: #fff !important;
}
.layui-nav-tree .layui-this,
.layui-nav-tree .layui-nav-child dd.layui-this{
    background-color: rgba(0,0,0,.3)!important;
}
.layui-nav-tree .layui-nav-bar{
    background-color: rgba(0,0,0,.3)!important;
}
.title{
    border-bottom: 2px solid #eee;
    position: relative;
    margin-top: 10px;
}
.title::after{
    content: '';
    width: 5px;
    height: 50%;
    position: absolute;
    bottom: 10px;
    left: 3px;
    transform: translateX(-50%);
    background: #DE5E6D;
}
.title>div{
    padding: 10px 15px;
    position: relative;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}
.title>div::after{
    content: '';
    width: 30%;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 38px;
    transform: translateX(-50%);
    background: #DE5E6D;
}
.menunav>li{
    padding: 10px;
    border-bottom: 2px solid #eee;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.menunav>li>a{
    color: #666;
    font-size: 14px;
}
.menunav>li>a span{
    margin-right: 10px;
}
.dot{
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #DE5E6D;
    vertical-align: middle;
}
.keywords{
    overflow: hidden;
}
.keywords div{
    float: left;
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #666;
    border: 1px dashed #999;
    margin: 10px 7px;
    font-size: 14px;
}
.relation>li{
    padding: 10px 0;
    color: #666;
    font-size: 14px;
}
.rightMenu{
    width: 885px;
    float: right;
    margin-top: 10px;
}
.contitle{
    font-size: 18px;
    color: #333;
    text-align: right;
    width: 100%;
    border-bottom: 1px solid #B7B7B7;
    padding: 10px 0;
}
.prolist{
    float: left;
    margin: 15px 10px;
    width: calc((100% - 60px) / 3);
    /* border: 1px solid #B1461C; */
    /* padding: 3px; */
}
.mypic{
    width: 100%;
    height: 175px;
}
.mypic>img{
    width: 100%;
    height: 100%;
}
.proName{
    text-align: center;
    padding: 30px 0;
    color: #333;
    font-size: 16px;
}

.news-bg>img{
    width: 100%;
    height: auto;
}

.leftCon{
    overflow: hidden;
}







































