/* 主要内容 */
.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{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 0;
    width: 950px;
    margin-left: 40px;
    font-weight: 500;
    color: #000;
    box-sizing: border-box;
}

.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;
}



.project-info{
    display: flex;
    width: calc(33.33% - 10px);
    flex-direction: column;
    align-items: center;
    margin: 0 5px;
    cursor: pointer;
    margin-bottom: 10px;
    overflow: hidden;
}
.project-info1{
    display: flex;
    width: 100%;
    height: 250px;
    flex-direction:row;
    align-items: center;
    justify-content: space-between;
    margin-bottom:20px;
}
.project-info img{
    width:100%;
    height: 230px;
    display: inline-block;
}
.project-info1 .img-wrap{
    width:calc(50% - 10px);
    height:100%;
    display: inline-block;
    overflow: hidden;
}
.project-info1 img{
    width: 100%;
    height:100%;
}
.project-txt{
    width: 100%;
    padding: 10px 0;
    line-height: 28px;
    display: inline-block;
    font-size: 15px;
    color: #666666;
}
.project-txt1{
    width: calc(50% - 10px);
    height: 100%;
    padding: 20px 0;
    line-height: 28px;
    display: flex;
    flex-direction: column;
    font-size: 15px;
    color: #666666;
}
.project-info:hover .project-txt{
    background-color: #1e80df;
}
.project-info:hover  .project-title{
    color: #ffffff;
 }
.project-title{
    text-align: center;
    font-size:14px;
    color: #000000;
    font-weight: 600;
}
.project-title1{
    font-size:18px;
    color: #000000;
    font-weight: 600;
}
.project-info1 .text1{
    width: 100%;
    display: inline-block;
}
.flag1,.flag2{
    display: none;
}
.boxs img:hover{
    transform: scale(1.1);
    transition: all 0.3s;
}