/* 主要内容 */
.title{
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #dfe1e6;
    box-sizing: border-box;
}
.place{
    display: inline-block;
    color: #666666;
    font-weight: 500;
}
.home{
    padding-right:5px;
}
.arrow{
    padding-right:5px;
}
/* 新闻内容 */
.mainbox{
    width: 1960px;
    height: 900px;
    margin: 0 auto;
}
.contain{
    margin: 10px 0;
    width: 1180px;
}
.navleft{
    width: 190px;
    padding: 10px 0;
    box-sizing: border-box;
}
.boxs{
    padding: 10px 0;
    margin-left: 40px;
    width: 990px;
    font-weight: 500;
    color: #000;
    box-sizing: border-box;
}
.boxs span{
    display:inline-block;
}
.product-class{
    width: 190px;
    display: inline-block;
}
.classtitle{
    width: 170px;
    height: 47px;
    padding-left: 20px;
    background-color: #0054a6;
}
.classtitle h4{
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
    padding-top: 12px;
}
.classname{
    width: 190px;
    border-left:1px solid #dfe1e6 ;
    border-right:1px solid #dfe1e6 ;
    background-color: #fafafa;
    box-sizing: border-box;
}
.classname a{
    color: #333333;
}
.classname li{
    width: 169px;
    height: 45px;
    line-height: 46px;
    padding-left: 20px;
    font-size: 15px;
    color: #333333;
    border-bottom: 1px solid #dfe1e6;
    cursor: pointer;
}
.classname li:hover{
    background-color: #e7e7e7;
}
.classname li p{
    float: right;
    margin-right: 20px;
}
.hotproduct{
    width: 190px;
    height: 70px;
    margin-top: 17px;
    position: relative;
}
.hotproduct a{
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 24px;
}
.hotproduct img{
    width: 190px;
    height: 70px;
}
.sale{
    width: 190px;
    height: 70px;
    margin-top: 1rem;
    position: relative;
}
.sale a{
    font-size: 18px;
    position: absolute;
    left: 20px;
    top: 24px;
}
.sale img{
    width: 190px;
    height: 70px;
}
.women{
    width: calc(100% - 2px);
    border-left: 1px solid #dfe1e6 ;
    border-right: 1px solid #dfe1e6 ;
}
.women img{
    width: 100%;
}
.linkus{
    margin-top: 1rem;
    width: 190px;
    display: inline-block;
}
.linkinfo{
    width: 100%;
    padding: 6px;
    border-left: 1px solid #dfe1e6 ;
    border-right: 1px solid #dfe1e6 ;
    border-bottom: 1px solid #dfe1e6 ;
    box-sizing: border-box;
}
.linkinfo p{
    font-weight: 500;
    line-height: 36px;
}
.infodetail{
    line-height: 26px;
    font-size: 14px;
    color: #333333;
}
.company-wrap{
    margin-top: 14px;
    width:100%;
}
.comany-box{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 30%;
}
.comany-box .company-inner1{
    position: absolute;
    width: 49%;
    height: 100%;
    top: 0;
    left: 0;
}
.comany-box .company-inner2{
    position: absolute;
    width: 49%;
    height: 100%;
    top: 0;
    right: 0;
}
.comany-box img{
    width: 100%;
    height: 100%;
}
.aword p{
    padding: 0;
}
.boxs img:hover{
    transform: scale(1.04);
    transition: all 0.3s;
}